@keyframes grow {
  0% {
    height: 0px;
  }
  100% {
    height: 100%;
  }
}
@keyframes reveal {
  from {
    clip-path: inset(0 0 0 100%);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.grow {
  -webkit-animation-name: grow;
  animation-name: grow;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.footercases {
  margin-top: -24px;
}

.watistapwat {
  position: relative;
  z-index: 100;
  margin-top: 200px;
}
.watistapwat a.knop {
  margin-top: 40px;
}
.watistapwat p.title {
  /*
  font-size: 36px;
  line-height: 42px;
  font-weight: $weight_semi_bold;
  margin-bottom: 30px;
  color: $color_general;
  position: relative;
  strong, b{
  	font-weight: $weight_regular;
  }
  */
}
.watistapwat .r1 {
  height: auto;
  position: relative;
  z-index: 12;
}
.watistapwat .r1 .container {
  z-index: 11;
  position: relative;
}
.watistapwat .r1 .left {
  width: 580px;
  float: right;
}
.watistapwat .r1 .left h1 {
  margin-top: -6px;
}
.watistapwat .r1 .afbeelding {
  float: left;
  width: 724px;
}
.watistapwat .r2 {
  position: relative;
  z-index: 11;
  height: auto;
  background-color: #00456d;
  margin-top: -110px;
  padding-bottom: 80px;
  padding-top: 190px;
}
.watistapwat .r2 .right {
  width: 580px;
  float: right;
  color: #FFF;
  margin-top: 70px;
}
.watistapwat .r2 .right ul {
  width: 100%;
  float: left;
}
.watistapwat .r2 .right ul li {
  width: 100%;
  float: left;
  line-height: 25px;
  margin-bottom: 0;
  height: 80px;
}
.watistapwat .r2 .right ul i {
  display: block;
  float: left;
  width: 25.43px;
  height: 35.6px;
  background-image: url(" /assets/img/main/waterdrop.svg");
  background-size: 25.43px 35.6px;
  position: relative;
}
.watistapwat .r2 .right ul i span {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 7px;
  width: 100%;
  line-height: 1;
  font-style: normal;
  text-align: center;
}
.watistapwat .r2 .right ul p {
  display: block;
  float: left;
  padding-top: 7px;
  width: calc(100% - 42px);
  margin-left: 15px;
}
.watistapwat .r2 .right .cta {
  float: left;
  border-top: 1px solid #d37e00;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
}
.watistapwat .r2 .right .cta .sh1 {
  font-size: 26px;
  line-height: 1;
  width: 100%;
  margin-bottom: 25px;
  color: #FFF;
}
.watistapwat .r2 .right .cta a.knop {
  margin-top: 0;
}
.watistapwat .r2 .afbeelding {
  float: left;
}
.watistapwat .r3 {
  z-index: 11;
}
.watistapwat .r3:after {
  height: 242px;
  background-color: #00456d;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.watistapwat .r3 .container {
  position: relative;
  z-index: 2;
}
.watistapwat .boxrow {
  z-index: 15;
  position: relative;
  margin-bottom: 80px;
  height: 483px;
}
.watistapwat .boxrow .txt {
  width: 50%;
  color: #00456d;
  height: 483px;
  background-color: #F2F5F7;
  position: relative;
}
.watistapwat .boxrow .txt .holder {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 496px;
}
.watistapwat .boxrow .txt.left {
  float: left;
}
.watistapwat .boxrow .txt.right {
  float: right;
}
.watistapwat .boxrow .txt .sh1 {
  font-size: 26px;
  line-height: 35px;
}
.watistapwat .boxrow .afbeelding {
  height: 483px;
  width: 50%;
}
.watistapwat .boxrow .afbeelding.right {
  float: right;
}
.watistapwat .boxrow .afbeelding.left {
  float: left;
}

.header-watis {
  min-height: 670px;
}
@media only screen and (min-width: 767px) {
  .header-watis .slogan {
    min-height: 465px;
  }
}

@media screen and (max-width: 1725px) { /*RECHTE TABLET*/ }
@media screen and (max-width: 1550px) { /*RECHTE TABLET*/
  .watistapwat {
    /*
    p.title{

    }

    .r1{
    	height: 530px;
    	.left{
    		width: 406px;
    	}
    	.right{
    		width: 474px;
    		height: 634px;
    		position: absolute;
    		left: calc(50% + 38px);
    		top: 0;
    	}
    }
    .r2{
    	margin-top: 0;
    	height: 825px;
    	padding-top: 154px;
    	.left{
    		width: 406px;
    	}
    	.afbeelding{
    		width: 474px;
    		position: absolute;
    		left: calc(50% + 38px);
    	}
    }
    .r3{
    	height: 737px;
    	margin-bottom: 120px;
    	.left{
    		position: absolute;
    		top: -78px; margin-top: 0;
    		left: calc(50% - 8px - 504px);
    		width: 504px;
    		height: 815px;

    	}
    	.right{
    		float: right;
    		width: 406px;
    		margin-top: 93px;
    		.sh1 br{
    			display: block;
    		}
    	}
    }
    */
  }
  .watistapwat .r1 .left {
    width: 406px;
  }
  .watistapwat .r1 .afbeelding {
    width: 424px;
  }
  .watistapwat .r2 {
    margin-top: -40px;
    padding-top: 160px;
  }
  .watistapwat .r2 .afbeelding {
    width: 424px;
  }
  .watistapwat .r2 .right {
    width: 406px;
    margin-top: -85px;
  }
  .watistapwat .boxrow {
    height: 400px;
  }
  .watistapwat .boxrow .afbeelding {
    height: 400px;
    overflow: hidden;
  }
  .watistapwat .boxrow .afbeelding img {
    max-width: unset;
    height: 400px;
    width: auto;
  }
  .watistapwat .boxrow .txt {
    height: 400px;
  }
  .watistapwat .boxrow .txt .holder {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1350px) { /*RECHTE TABLET*/ }
@media screen and (max-width: 1023px) { /*RECHTE TABLET*/
  .watistapwat {
    margin-top: 80px;
  }
  .watistapwat .r1 {
    height: auto;
  }
  .watistapwat .r1 .left {
    width: 100%;
    margin-bottom: 80px;
  }
  .watistapwat .r1 .afbeelding {
    display: none;
  }
  .watistapwat .r2 {
    height: auto;
    padding-bottom: 40px;
    padding-top: 80px;
  }
  .watistapwat .r2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .watistapwat .r2 .right ul li {
    height: auto;
    margin-bottom: 20px;
  }
  .watistapwat .r2 .afbeelding {
    width: 100%;
    position: unset;
  }
  .watistapwat .r2 .afbeelding img {
    width: 100%;
  }
  .watistapwat .r2 .cta {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .watistapwat .boxrow {
    height: 500px;
  }
  .watistapwat .boxrow .afbeelding {
    height: 500px;
    overflow: hidden;
  }
  .watistapwat .boxrow .afbeelding img {
    max-width: unset;
    height: 500px;
    width: auto;
  }
  .watistapwat .boxrow .txt {
    height: 500px;
  }
  .watistapwat .boxrow .txt .holder {
    width: calc(100% - 60px);
  }
  .watistapwat .r5 picture {
    margin-left: -200px;
  }
}
@media screen and (max-width: 767px) { /*MOBILE*/
  .header {
    height: 370px;
  }
  .watistapwat {
    margin-top: 60px;
  }
  .watistapwat .left, .watistapwat .right {
    position: unset;
    left: unset;
    top: unset;
  }
  .watistapwat .r1, .watistapwat .r2, .watistapwat .r3, .watistapwat .r4, .watistapwat .r5 {
    float: left;
    width: 100%;
  }
  .watistapwat .r1 .left {
    margin-bottom: 60px;
  }
  .watistapwat .r1 .left a.knop {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .watistapwat .r1 .right {
    height: 522px;
  }
  .watistapwat .r1:after {
    height: 280px;
  }
  .watistapwat .r2 {
    padding-top: 60px;
  }
  .watistapwat .r2 .cta {
    font-size: 15px;
    line-height: 20px;
  }
  .watistapwat .r3 {
    margin-bottom: 60px;
  }
  .watistapwat .r3:after {
    height: 150px;
  }
  .watistapwat .boxrow {
    height: auto;
    margin-bottom: 30px;
  }
  .watistapwat .boxrow .afbeelding {
    height: auto;
    overflow: hidden;
    float: right;
    width: 100%;
  }
  .watistapwat .boxrow .afbeelding img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .watistapwat .boxrow .txt {
    height: auto;
    width: 100%;
    float: left;
    text-align: center;
  }
  .watistapwat .boxrow .txt .sh1 {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
  .watistapwat .boxrow .txt .holder {
    width: 100%;
    padding: 25px;
    text-align: center;
    position: unset;
    top: 0%;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    left: 0%;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .watistapwat .r4 a.knop {
    width: 100%;
    padding: 14px 0;
  }
  .watistapwat .r5 picture {
    margin-left: 0px;
  }
}

/*# sourceMappingURL=watis.css.map */
