.home-heading{
  background: url(/images/home/header-img-xs.jpg) no-repeat center top;
  padding: 380px 0 0;
  text-align: center;
}

.home-heading-content{
  padding: 0 0 30px;
}

.home-heading-logo{
  display: none;
}

.home-heading-slogan1{
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.home-heading-slogan2{
  color: #38acd7;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
}

.home-heading-apps{
  margin: 30px 0 0;
}

.home-heading-apps a{
  text-decoration: none;
}

.home-heading-apps a + a{
  margin-left: 20px;
}

.home-box-content{
  background: #68737d;
  color: #fff;
  padding: 35px 22px;
}

.home-box-content p{
  color: #fff;
}

.home-box-content-heading{
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.home-box-content-subheading{
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 .5em;
}

.home-box-content-more{
  margin: 2em 0 0;
}

.home-box a.button{
  background: transparent;
  border-width: 2px;
}

.home-box a.button:hover,
.home-box a.button:focus{
  background: #fff;
  border-color: #38acd7;
  border-width: 2px;
  color: #333;
}

.home-box-img{
  background: url(/images/home/img-1-xs.jpg) no-repeat center center;
  background-size: cover;
  height: 230px;
}

@media screen and (min-width:361px){

  .home-box-img{
    background-image: url(/images/home/img-1.jpg);
  }

}

@media screen and (min-width:780px){

  .home-box{
    display: flex;
    margin: 0;
    max-width: 1440px;
  }

  .home-box-content,
  .home-box-img{
    flex: 1;
    padding: 35px 22px;
  }

  .home-box-img{
    height: auto;
  }

}

@media screen and (min-width:1200px){

  .home-heading{
    background-image: url(/images/home/header-img.jpg);
    min-height: 727px;
    padding-top: 500px;
    text-align: right;
  }

  .home-heading-logo{
    display: block;
    left: 70px;
    position:  absolute;
    top: 220px;
  }

  .home-heading-content{
    display: inline-block;
    max-width: 440px;
    text-align: left;
  }

  .home-heading-slogan1{
    color: #4f4f4f;
    font-size: 22px;
  }

  .home-heading-slogan2{
    font-size: 56px;
  }

  .home-box-content{
    flex: 1.5;
  }

  .home-box-content-heading{
    font-size: 22px;
  }

  .home-box-content-subheading{
    font-size: 56px;
  }

  .home-box-img{
    flex: 1;
  }

}

@media screen and (min-width:1540px){

  @supports(width: calc(100vw)){

    .page .home-box{
      margin-left: calc(-50vw + 50%);
      margin-right: calc(-50vw + 50%);
      max-width: 100%;
    }

    .home-box-dummy{
      width: calc((100vw - 1440px) / 2);
    }

  }

  .home-box-content{
    /*margin-left: 240px;*/
    padding: 70px 150px 70px 150px;
  }

}

.boxes{
  margin: 0 auto 30px;
  width: 94%;
}

.boxlist{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.boxlist-item{
  border-top: 2px solid #d3d3d3;
  color: #767676;
  margin: 0;
  padding: 30px 0;
}

.boxlist-item:hover{
  border-color: #38acd7;
}

.boxlist-item-heading{
  color: #4f4f4f;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin: .5em 0;
}

.priceboxes{
  padding: 0 0 40px;
}

.page .priceboxes{
  max-width: 100%;
}

.priceboxlist{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.priceboxlist-item{
  background: #e8eaec;
  margin: 0 0 2px;
  padding: 0 12px;
  text-align: center;
}

.priceboxlist-item.active{
  background: #3aa0d1;
  color: #fff;
}

.priceboxlist-item.active *{
  color: #fff;
}

.priceboxlist-item-heading{
  cursor: pointer;
  padding: 15px 0;
  position: relative;
}

.priceboxlist-item-heading-title{
  color: #4f4f4f;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.priceboxlist-item-heading-price{
  color: #4f4f4f;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

.priceboxlist-item-heading-price .eur{
  font-size: 18px;
}

.priceboxlist-item-heading-period{
  color: #4f4f4f;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.priceboxlist-item-heading-icon{
  position: absolute;
  right: 12px;
  top: 20px;
}

.priceboxlist-item .priceboxlist-item-heading-icon path{
  fill: #38ACD7;
}

.priceboxlist-item.active .priceboxlist-item-heading-icon{
  transform: rotate(-90deg);
}

.priceboxlist-item.active .priceboxlist-item-heading-icon path,
.priceboxlist-item.active svg{
  fill: #fff;
}

.priceboxlist-item-content{
  border-top: 1px solid #9b9c9d;
  padding: 25px 0 40px;
}

.js .priceboxlist-item-content{
  display: none;
}

.js .active .priceboxlist-item-content{
  border-color: #fff;
  display: block;
}

.priceboxlist-item-content-more a.button{
  background: #344555;
  border-color: #344555;
}

.active .priceboxlist-item-content-more a.button{
  background: transparent;
  border-color: #fff;
}

.page .home-cta{
  color: #4f4f4f;
  /*border-bottom: 1px solid #cacaca;*/
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
  margin: 0 auto 30px;
  padding: 30px 20px 60px;
  text-align: center;
}

.home-cta-2{
  display: none;
}

.home-cta-button{
  padding: 20px 0 0;
}

.home-apps{
  padding: 20px 12px 30px;
  text-align: center;
}

.home-apps-heading{
  color: #4f4f4f;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.home-apps-subheading{
  color: #38acd7;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  font-size: 45px;
  line-height: 1;
}

.home-apps-apps{
  padding: 20px 0 30px;
}

.home-apps-apps a{
  text-decoration: none;
}

.home-apps-apps a + a{
  margin-left: 20px;
}

.home-apps-apps svg path{
  fill: #989898 !important;
}

.home-apps-video{
  display: block;
  margin: 0 auto;
  max-width: 336px;
  position: relative;
  text-decoration: none;
}

.home-apps-video svg{
  height: 74px;
  left: 50%;
  margin: -37px 0 0 -37px;
  position: absolute;
  top: 50%;
  width: 74px;
}

@media screen and (min-width:640px){

  .home-apps-video{
    max-width: 1420px;
  }

}

@media screen and (min-width:840px){

  .priceboxlist{
    display: flex;
  }

  .priceboxlist-item{
    flex: 1;
  }

  .priceboxlist-item,
  .priceboxlist-item.active{
    background: #e8eaec;
    color: #4f4f4f;
    position: relative;
  }

  .priceboxlist-item.active *{
    color: #4f4f4f;
  }

  .priceboxlist-item:hover{
    background: #3aa0d1;
    background: linear-gradient(to bottom, #3ab6d1 0%,#3aa0d1 100%);
    box-shadow: 0 0 14px rgba(0,0,0,.3);
    color: #fff;
    z-index: 1;
  }

  .priceboxlist-item + .priceboxlist-item{
    border-left: 5px solid #fff;
  }

  .priceboxlist-item + .priceboxlist-item:hover,
  .priceboxlist-item:hover + .priceboxlist-item{
    border-left-color: transparent;
  }

  .priceboxlist-item:hover *{
    color: #fff;
  }

  .priceboxlist-item:hover svg{
    fill: #fff;
  }

  .priceboxlist-item-heading{
    cursor: default;
    padding: 45px 0 30px;
  }

  .priceboxlist-item-heading-title{
    font-size: 24px;
    margin: 0 0 15px;
  }

  .priceboxlist-item-heading-price{
    font-size: 60px;
  }

  .priceboxlist-item-heading-price .eur{
    font-size: 22px;
  }

  .priceboxlist-item-heading-period{
    font-size: 22px;
  }

  .priceboxlist-item-heading-icon{
    display: none;
  }

  .priceboxlist-item-content{
    padding: 60px 0 70px;
  }

  .js .priceboxlist-item-content{
    display: block;
  }

  .active .priceboxlist-item-content{
    border-color: #9b9c9d;
  }

  .priceboxlist-item:hover .priceboxlist-item-content{
    border-color: #fff;
  }

  .priceboxlist-item-content-more a.button,
  .active .priceboxlist-item-content-more a.button{
    background: #344555;
    border-color: #344555;
    color: #fff;
    transition: none;
  }

  .priceboxlist-item:hover .priceboxlist-item-content-more a.button{
    background: transparent;
    border-color: #fff;
  }

  .page .home-cta{
    font-size: 56px;
  }

  .home-cta-2{
    display: block;
  }

  .home-apps{
    padding: 0 12px;
    position: relative;
    text-align: left;
    z-index: 1;
  }

  .home-apps-heading{
    font-size: 22px;
  }

  .home-apps-subheading{
    font-size: 56px;
    margin: 0 0 20px;
  }

  .home-apps-apps{
    position: absolute;
    right: 15px;
    top: 20px;
  }

  .home-apps-video svg{
    height: 90px;
    margin: -45px 0 0 -45px;
    width: 90px;
  }

  /*.page-home .footer-wrapper{
    left: 0;
    margin-top: -220px;
    padding-top: 250px;
    position: absolute;
    right: 0;
  }*/

}

.checklist{
  list-style-type: none;
  margin: 0 auto 50px;
  padding: 0;
  display: inline-block;
}

.checklist-item{
  text-align: left;
  margin: 0 0 .5em;
  padding: 0;
}

.no-js .pricetoggle{
  display: none;
}

.pricetoggle{
  padding: 20px;
  position: relative;
  text-align: center;
}

.pricetoggle input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.pricetoggle input:checked {
  z-index: 1;
}
.pricetoggle input:checked + label {
  opacity: 1;
  cursor: default;
}
.pricetoggle input:not(:checked) + label:hover {
  opacity: 0.5;
}
.pricetoggle label {
  opacity: 0.33;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
.pricetoggle .toggle-outside {
  height: 100%;
  border-radius: 2rem;
  padding: 0.25rem;
  overflow: hidden;
  transition: 0.25s ease all;
}
.pricetoggle .toggle-inside {
  border-radius: 5rem;
  background: #fff;
  position: absolute;
  transition: 0.25s ease all;
}
.pricetoggle {
  width: 28rem;
  height: 30px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 1rem;
}
.pricetoggle input {
  height: 30px;
  width: 6rem;
  left: 11rem;
  margin: 0;
  top: 30px;
}
.pricetoggle label {
  color: #4f4f4f;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  width: 9rem;
  height: 46px;
  margin: 0;
  text-align: center;
}
.pricetoggle label:last-of-type {
  margin-left: 6rem;
}
.pricetoggle .toggle-outside {
  background: #596377;
  height: 30px;
  position: absolute;
  width: 6rem;
  left: 11rem;
  top: 32px;
}
.pricetoggle .toggle-inside {
  height: 2.5rem;
  width: 2.5rem;
}
.pricetoggle input:checked ~ .toggle-outside .toggle-inside {
  left: 0.25rem;
}
.pricetoggle input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 3.25rem;
}

@media screen and (min-width:840px){

  .boxlist{
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
  }

  .boxlist-item{
    width: 28%;
  }

  .boxlist-item-heading{
    font-size: 24px;
    margin: 1em 0;
  }

}

@media screen and (min-width:1540px){

  .boxes{
    width: auto;
  }

  .boxlist-item{
    font-size: 17px;
  }

}
