body {
	margin: 0;
	padding: 0;
}

main {
	max-width: 768px;
	margin-left:auto;
	margin-right: auto;
	position: relative;
	background: #1EB0BF;
  width: 100%
}

.boei {
	    position: absolute;
    width: 21.25%;
    z-index: 21;
    top: 28.5%;
    left: 30%;
     -webkit-animation-name: wiggle;
	  -ms-animation-name: wiggle;
	  -ms-animation-duration: 5000ms;
	  -webkit-animation-duration: 5000ms;
	  -webkit-animation-iteration-count: infinite;
	  -ms-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: ease-in-out;
	  -ms-animation-timing-function: ease-in-out;
}



.person {
    position: absolute;
    width: 16%;
    z-index: 21;
    top: 33%;
    left: 7%;

     -webkit-animation-name: person;
	  -ms-animation-name: person;
	  -ms-animation-duration: 10000ms;
	  -webkit-animation-duration: 10000ms;
	  -webkit-animation-iteration-count: infinite;
	  -ms-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: ease-in-out;
	  -ms-animation-timing-function: ease-in-out;
}


.dave {
    position: absolute;
       width: 27%;
    z-index: 21;
    top: 16.2%;
    left: 11%;

     -webkit-animation-name: person;
	  -ms-animation-name: person;
	  -ms-animation-duration: 10000ms;
	  -webkit-animation-duration: 10000ms;
	  -webkit-animation-iteration-count: infinite;
	  -ms-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: ease-in-out;
	  -ms-animation-timing-function: ease-in-out;
}

.dave:before {
	    content: '';
    background: red;
    width: 24px;
    height: 35px;
    position: absolute;
    left: 58.5%;
    top: 7.5%;
    transform: rotate(15deg);
    border-radius: 60px;
    opacity: 0;
	
	  -webkit-animation-name: burn;
	  -ms-animation-name: burn;
	  -ms-animation-duration: 8000ms;
	  -webkit-animation-duration: 8000ms;
	  -webkit-animation-iteration-count: infinite;
	  -ms-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: ease-in-out;
	  -ms-animation-timing-function: ease-in-out;
}

.dave .armen-benen * {
	 -webkit-animation-name: burn2;
	  -ms-animation-name: burn2;
	  -ms-animation-duration: 8000ms;
	  -webkit-animation-duration: 8000ms;
	  -webkit-animation-iteration-count: infinite;
	  -ms-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: ease-in-out;
	  -ms-animation-timing-function: ease-in-out;
}

.falko {
    position: absolute;
        width: 27%;
    z-index: 21;
    top: 11.5%;
    left: 25%;

     -webkit-animation-name: person;
	  -ms-animation-name: person;
	  -ms-animation-duration: 10000ms;
	  -webkit-animation-duration: 10000ms;
	  -webkit-animation-iteration-count: infinite;
	  -ms-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: ease-in-out;
	  -ms-animation-timing-function: ease-in-out;
}

.ferdi {
    position: absolute;
    width: 27%;
    z-index: 21;
    top: 21%;
    left: 6%;

     -webkit-animation-name: person;
	  -ms-animation-name: person;
	  -ms-animation-duration: 10000ms;
	  -webkit-animation-duration: 10000ms;
	  -webkit-animation-iteration-count: infinite;
	  -ms-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: ease-in-out;
	  -ms-animation-timing-function: ease-in-out;
}

.boat {
	position: fixed;
    width: 142px;
    left: 55%;
    
    top: 6.25%;

	z-index: 3;




	   -webkit-animation-name: boat;
	  -ms-animation-name: boat;
	  -ms-animation-duration: 5000ms;
	  -webkit-animation-duration: 5000ms;
	  -webkit-animation-iteration-count: infinite;
	  -ms-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: ease-in-out;
	  -ms-animation-timing-function: ease-in-out;
}

.boats {
	    position: absolute;
    width: 51%;
    z-index: 21;
        top: 46%;

    left: 0;
    z-index: 4;
    margin-left: 5%;

      /* -webkit-animation-name: boat;
	  -ms-animation-name: boat;
	  -ms-animation-duration: 5000ms;
	  -webkit-animation-duration: 5000ms;
	  -webkit-animation-iteration-count: infinite;
	  -ms-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: ease-in-out;
	  -ms-animation-timing-function: ease-in-out;*/

}

.bridge {
   position: absolute;
    width: 50%;
    z-index: 8;
    top: 40%;
    left: 42%;
}

.boat-anchor {
	position: absolute;
    width: 21%;
    z-index: 21;
        top: 41.75%;
    left: 32%;

    -webkit-animation-name: person;
	  -ms-animation-name: person;
	  -ms-animation-duration: 10000ms;
	  -webkit-animation-duration: 10000ms;
	  -webkit-animation-iteration-count: infinite;
	  -ms-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: ease-in-out;
	  -ms-animation-timing-function: ease-in-out;
}

.persons {
	    position: absolute;
    width: 89%;
    z-index: 21;
    top: 75.75%;
    left: 3%;

    -webkit-animation-name: persons;
	  -ms-animation-name: persons;
	  -ms-animation-duration: 10000ms;
	  -webkit-animation-duration: 10000ms;
	  -webkit-animation-iteration-count: infinite;
	  -ms-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: ease-in-out;
	  -ms-animation-timing-function: ease-in-out;

}

.umbrella {
	position: absolute;
    width: 22%;
    z-index: 21;
    top: 66%;
    left: 48%;


    -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
   }

  .music {
    position: absolute;
    width: 50%;
    z-index: 21;
    top: 72.75%;
    left: 21%;
    -webkit-animation: music 5s linear infinite;
    animation: music 5s linear infinite;

  }


.header {
    position: relative;
  z-index: 10
}
.first {
	position: relative;
	z-index: 1
}

.second {
	position: relative;
	z-index: 4
}

.third {
	position: relative;
	z-index: 3
}

.fourth {
	position: relative;
	z-index: 5;
	background: #ffffff;
}

.fifth {
	position: relative;
	z-index: 6;
	background: #ffffff;
}

.button {
  background: #033247;
  color: #ffffff;
  border: 0;
   border-radius: 20px;
    padding: 15px 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
        line-height: 1.375;
}

section {
  background: #ffffff;
  padding: 30px 30px 60px 30px;
	z-index: 5
  
}

input,
select {
  background: #ffffff;
      width: 100%;
    border: 1px solid #033247;
    color:  #033247;
    border-radius: 20px;
    padding: 15px 25px;
}


select {
    background-image: linear-gradient(45deg,transparent 50%,#033247 50%),linear-gradient(135deg,#033247 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
    appearance: none;
}



/* Gravity Forms */

.gform_wrapper {

}

.gform_wrapper form {
       position: relative;
}

.gform_wrapper form .gform_body {


}
.gform_wrapper form .gform_body .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield {
    margin-bottom: 15px;

    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(2) {
  margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted {
        position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    max-width: 77.5%;
        margin-bottom: 0;
}

/*.gform_wrapper form .gform_body .gform_fields .gfield.gfield_contains_required:after {
        content: '*';
    color: #26A4E8;
    position: absolute;
    right: 15px;
    top: 0;
}*/

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > label{
     font-size: 14px;
    margin-bottom: 0;
    color: #033247;
    background: #ffffff;
    padding: 0 5px;
    position: absolute;
    left: 25px;
    top: -4px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.gform_wrapper form .gform_body .gform_fields .gfield > label .gfield_required {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > legend {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield input[type="file"] {
        background: #ADE1E8;
    padding: 15px;
    display: block;
    width: 100%;
    color: #00574B;
    font-weight: bold;
    border-radius: 5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    color: red;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container {
    border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.gform_wrapper form .gform_footer {
  position: absolute;
    right: 0;
    bottom: 0;
    width: calc(50% - 15px);
}


@media (max-width: 768px) {

  .boat {
    position: fixed;
    width: 100px;
    left: 63%;
    }

    .person {
          top: 31.5%
    }
	
	.falko {
             top: 11%;
    }
	
	.dave {
          top: 15.5%;
    }
	.dave:before {
		    width: 13px;
    height: 22px;
}
	.ferdi {
             top: 20%;
    }

    .umbrella {
          top:63.5%;
    }

    .bridge {
          top: 37.5%
    }
	
	.boei {
	    top: 27%;
	}

    .boat-anchor {
          top: 39.75%;
    }

    .boats {
              top: 41.5%;
    }

    .persons {
          top: 73%;
    }

    .music {
      top: 70%;
    }
  }



@keyframes wiggle {
  0% {transform: rotate(10deg);}
  25% {transform: rotate(-10deg);}
  50% {transform: rotate(10deg);}
  75% {transform: rotate(-10deg);}
  100% {transform: rotate(10deg);}
}


@keyframes person {
  0% {transform: rotate(5deg);}
  25% {transform: rotate(-5deg);}
  50% {transform: rotate(5deg);}
  75% {transform: rotate(-5deg);}
  100% {transform: rotate(5deg);}
}

@keyframes music {
  0% {transform: scale(1);}
  25% {transform: scale(1.1);}
  50% {transform: scale(1);}
  75% {transform: scale(1.1);}
  100% {transform: scale(1);}
}


@keyframes boat {
  0% {transform: translateX(-10px);transform: rotate(3deg);}
  25% {transform: translateX(10px);transform: rotate(-3deg);}
  50% {transform: translateX(-10px);transform: rotate(3deg);}
  75% {transform: translateX(10px);transform: rotate(-3deg);}
  100% {transform: translateX(-10px);transform: rotate(3deg);}
}



@keyframes persons {
  
  0% {transform: translateY(-10px);}
  25% {transform: translateY(10px);}
  50% {transform: translateY(-10px);}
  75% {transform: translateY(10px);}
  100% {transform: translateY(-10px);}
}


@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



@keyframes burn {
  0% {opacity: 0;}
  50% {opacity: 0.5;}
  100% {opacity: 0;}
}


@keyframes burn2 {
  0% {}
  50% {fill: #ff7f7f}
  100% {}
}


