

ul, li, a, h1, h2, p {
    margin:0;
    padding:0;
}
p {
    padding: 0;
    margin: 0;
}
body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    /*padding: 0 0 0 20px;*/
    margin:0;
    background: rgb(247, 243, 237) url("../img/main-bg.jpg") no-repeat top center ;
    background-size: 100%;
    color: #4c246b;
    line-height: 20px;

  background-attachment: fixed;
}

h1 {
    color: #6f95a9;
    font-size: 2.5em;
    line-height: 1.2em;
    margin:0px 0 20px 0;
    font-weight: 300;
}

h2 {
  font-size: 2.2em;
  font-weight: bold;
}

.hero-card-main-reasons h2{
    font-size: 2em;
    line-height: 1.3em;
    color: #b1c353;
    margin:10px 0 5px 0;
    font-weight: 300;
}
.hero-card-main-reasons img{
  width: 100%;
  height: auto;
  margin: 20px 0;
}
h3 {
    color: #9E9D9C;
    font-size: 12px;
    margin:0 0 20px 0;
    text-transform: uppercase;
    padding: 0;
    font-weight: bold;
}
p {
    /*color: #858585;*/
    /*color: #562e6c;*/
    color: #4c246b;
}



.hero-card-main p {
    font-size: 1.6em;
    line-height: 1.4em;
    margin:5px 0 10px 0;
    padding: 0;
}
.hero-card-main-reasons p{
    font-size: 1.3em;
    line-height: 1.55em;
}

.cta-btn{
background-color: rgba(2, 158, 185, 0.8);
color:#ffffff;
padding: 8px 20px !important;
box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
border-radius: 4px;
cursor: pointer;
text-decoration: none;
transition: 0.3s;
}

.cta-btn:hover{
background-color: rgba(2, 158, 185, 1);
color:#ffffff;

text-decoration: none;
}

.navbar{
    background: transparent;
}
.navbar-brand img{
    width: 230px;
}

.main{
    margin: 100px 0 0 0;
}
.navbar-nav {
    position: relative;
    top: 37px;
    background: linear-gradient(270deg, rgba(111, 149, 169, 0.7) 0%, rgba(68, 113, 137, 0.7) 100% );
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
    border:4px solid #ffffff;
    left: 0;
    margin: 0 0 0 -55px;
    padding: 20px 0 20px 55px;
}
.navbar-brand{
    margin: 0px 40px 0 0;
}
.navbar-nav li a {
    color: #ffffff;
    text-decoration: none;
    padding:0;
    border-bottom: 1px solid rgba(68, 113, 137, 0.7);
    margin: 0 60px 0 0;
    font-weight: 300;
    font-size: 1.2em;
}
.navbar-nav li a:hover {
    border-bottom: 1px solid rgba(68, 113, 137, 0.7);
    background: transparent;
}
.navbar-toggle .icon-bar{
    background: #ff0032;
}
.hero-card-1{
    height: 400px;
    position: absolute;
    top: -5px;
    width: 100%;
    transform: rotate(5deg);
    background: url("../img/watersports-mexico-3.jpg");
    background-size: cover;
    border:10px solid #fff;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}
.hero-card-2{
    height: 400px;
    position: absolute;
    top: 0px;
    left: -20px;
    width: 100%;
    transform: rotate(-4deg);
    background: url("../img/watersports-mexico-2.jpg");
    background-size: cover;
    border:10px solid #fff;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}
.hero-card-main{
    position: relative;
    top: 0px;
    background: rgb(247, 243, 237);
    border:10px solid #fff;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
    margin: 0 0 80px 0;
    padding: 30px;
    border-radius: 4px;
}
.carousel{
    margin-bottom: 60px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
    border:10px solid #fff;
    border-radius: 4px;
    padding: 0;
}
.icon-seal{
    position: relative;
    left: 20px;
    margin: -200px 0;
    opacity: 0.5;
    width: 25%;
    transform: rotate(-18deg);
}
/* .typeform-widget {
    border:10px solid #fff;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    transform: rotate(-3deg);
} */
.post-karte{
    z-index: -1;
}
.post-karte img{
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.9));
    transform: rotate(3deg);
    width: 100%;
    position: relative;
    left: -30px;
}

.wsm-footer{
    height: 100px;
    background: #212121;
    margin-top: 50px;
    text-align: center;
    color: #fff;
}
.services-intro{
    margin-top: 120px ;
    margin-bottom: 40px;
}
.individual-service{
    padding: 30px;

}
.individual-service:first-child{
    transform: rotate(2deg);
}
.individual-service:nth-child(2){
    transform: rotate(1deg);
}
.individual-service:nth-child(3){
    transform: rotate(-2deg);
}
.individual-service:first-child h2{
    transform: rotate(-2deg);
}
.individual-service:nth-child(2) h2{
    transform: rotate(-1deg);
}
.individual-service:nth-child(3) h2{
    transform: rotate(2deg);
}
.individual-service:first-child p{
    background: rgba(89, 200, 201, 0.1);
}
.individual-service:nth-child(2) p{
    background: rgba(89, 200, 201, 0.15);
}
.individual-service:nth-child(3) p{
    background: rgba(89, 200, 201, 0.1);
}
.individual-service h2{
    margin-bottom: -20px;
    color: #b1c353;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.image-row img{
  width: 100%;
  height: auto;
  border:4px solid #fff;
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  margin-bottom: 80px;
}
.img-50-r {
  float: right;
}
img.img-50-r {
  width: 50%;
  height: auto;
  float: right;
}

.img-50-l {
  float: left;
}
img.img-50-l {
  width: 50%;
  height: auto;
  float: left;
  margin-right: 20px;
}

.individual-service p{
padding: 40px;
    color: #858585;
    font-size: 16px;
    line-height: 24px;
    /*border: 2px solid rgba(241, 222, 187, 0.5);*/
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 991px) {
    body{
        overflow-x: hidden;
    }

}

@media screen and (max-width: 800px) {
    .hero-card-1, .hero-card-2{
      display: none;
    }

    .container-fluid > .navbar-header{
      width: 100%;
    margin-right: 15px;
    margin-left: -30px;
    }

    .navbar-nav{
      top: 70px;
    margin: 10px 0 0 0;
    z-index: 1000;
    width: 100%;
    position: unset;
    padding: 20px 20px 0 20px;
    }

    .navbar-nav li{
      height:40px;
    }

    .navbar-nav li a{
      border-bottom: none;
      font-size: 1.4em;
    }

    .navbar-toggle{
      margin-right: -15px;
      margin-top: 30px;
    }

    .navbar-brand img {
    width: 100px;
    }

    body{
      /* background: rgb(247, 243, 237); */
      background-size: 140%;
      background-position-y: 70px;
      background-attachment: fixed;
    }

    .main{
      margin: 0;
    }

}
