/* EuclidCircularA */
@font-face {
  font-family: 'EuclidCircularA-Light';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/EuclidCircularA-Light-WebS.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/EuclidCircularA-Light-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/EuclidCircularA-Light-WebS.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/EuclidCircularA-Light-WebS.woff') format('woff'), /* Modern Browsers */
       url('../fonts/EuclidCircularA-Light-WebS.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/EuclidCircularA-Light-WebS.svg#FiraSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'EuclidCircularA-Bold';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/EuclidCircularA-Light-WebS.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/EuclidCircularA-Bold-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/EuclidCircularA-Bold-WebS.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/EuclidCircularA-Bold-WebS.woff') format('woff'), /* Modern Browsers */
       url('../fonts/EuclidCircularA-Bold-WebS.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/EuclidCircularA-Bold-WebS.svg#FiraSans') format('svg'); /* Legacy iOS */
}

p em, h1 em, h2 em, h3 em {
  font-family: EuclidCircularA-Light;
  font-weight: 300;
}
h1 strong {
  font-family: EuclidCircularA-Bold;
  font-weight: 300;
}
.font-size-xs strong {
  font-size: 24px !important;
  font-family: EuclidCircularA-Bold !important;
  font-weight: 300 !important;
  color: #2a3b41 !important;
}

.pl_0 .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.pl_20 {
  padding-left: 20px !important;
}
.pl_60 {
  padding-left: 60px !important;
}
.pr_40 {
  padding-right: 40px !important;
}
.ml_20 {
  margin-left: 20px;
}
.ml_140 {
  margin-left: 140px;
}
.ml_160 {
  margin-left: 165px;
}

/* Headermotive */
.pl_80 .ce_bgimage-image {
  position: absolute;
  left: -80px;
  right: -80px;
}

.welle { 
  background-image: url("../../images/welle.svg");
  background-repeat: repeat-y;
  height: 84px;
}
.welle_blau_weiss { 
  background-image: url("../../images/welle_blau_weiss.svg");
  background-repeat: repeat-y;
  height: 84px;
}
.welle_weiss_beige { 
  background-image: url("../../images/welle_weiss_beige.svg");
  background-repeat: repeat-y;
  height: 84px;
}
.border_left {
  border-left: 1px solid #9fbe80;
}
.swiper-slide-active h2 {
  color: #2A3B41!important;
}

/* vertikale Linien */
.colored-block_right-1 {
  width: 15px;
  height: 800px;
  top: -250px;
  right: 0px;
  position: absolute;
  background: rgb(159,190,128);
}
.colored-block_left-1 {
  width: 15px;
  height: 800px;
  top: -250px;
  position: absolute;
  background: rgb(159,190,128);
  z-index: 9;
}
.colored-block_right-2 {
  width: 15px;
  height: 600px;
  top: 0px;
  right: 0px;
  position: absolute;
  background: rgb(159,190,128);
}
.colored-block_left-2 {
  width: 15px;
  height: 800px;
  top: 150px;
  left: 0px;
  position: absolute;
  background: rgb(159,190,128);
  z-index: 9;
}
.colored-block_right-3 {
  width: 15px;
  height: 800px;
  top: -150px;
  right: 0px;
  position: absolute;
  background: rgb(159,190,128);
}
.colored-block_left-3 {
  width: 15px;
  height: 1000px;
  top: -50px;
  left: 0px;
  position: absolute;
  background: rgb(159,190,128);
}
.colored-block_right-4 {
  width: 15px;
  height: 1100px;
  top: 350px;
  right: 0px;
  position: absolute;
  background: rgb(159,190,128);
  z-index: 9;
}
.colored-block_left-4 {
  width: 15px;
  height: 1000px;
  top: -50px;
  left: 0px;
  position: absolute;
  background: rgb(159,190,128);
}


/* Kontaktformular */
form.style7 textarea {
  border: solid 1px #2a3b41;
}
button.submit {
  font-weight: 400;
  min-width: 200px;
}
[type="checkbox"] {
  position: relative;
  left: 30px;
  top: 0px;
  z-index: 0;
  -webkit-appearance: none;
}
[type="checkbox"] + label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  padding-left:60px;
  position: relative;
  margin-top: -30px;
}
[type="checkbox"] + label:before {
  width: 40px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #ddd;
  background-color: #EEE;
  content: "";
  margin-right: 15px;
  transition: background-color 0.5s linear;
  z-index: 5;
  position: absolute;
  left: 0px;
}
[type="checkbox"] + label:after {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff;
  content: "";
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 10;
}
[type="checkbox"]:checked + label:before {
  background-color: #2f3e47;
}
[type="checkbox"]:checked + label:after {
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {

  html, body  {
  font-size: 16px;
  }
  .autogrid_grid .column, .column[class*="col_"] {
    padding-left: 2px !important;
    padding-right: 2px !important;
    margin-bottom: 45px;
  }
  .border_left {
    border-left: 0px;
  }
  .pl_20 {
    padding-left: 0px !important;
  }
  .pr_40 {
    padding-right: 0px !important;
  }
  .ml_20 {
    margin-left: 0px;
  }
  .ml_140 {
    margin-left: 0px;
  }
  .ml_160 {
    margin-left: 0px;
  }
  .display_none {
  display: none;
  }

  
/* vertikale Linien */
.colored-block_right-1 {
  width: 5px;
}
.colored-block_left-1 {
  width: 5px;
  height: 500px;
  top: -450px;
}
.colored-block_right-2 {
  width: 5px;
}
.colored-block_left-2 {
  width: 5px;
}
.colored-block_right-3 {
  width: 5px;
}
.colored-block_left-3 {
  width: 5px;
}
.colored-block_right-4 {
  width: 5px;
}
.colored-block_left-4 {
  width: 5px;
}
  
  /* Headerbackground */
  #article-14552 {
    background-image: none !important;
  }
  /* Headermotive */
  .pl_80 .ce_bgimage-image {
    position: absolute;
    left: 0px !important;
    right: 0px !important;
  }

  .table, .table th, .table td {
    font-size: 0.65rem;
    padding: 0.1rem;
    text-align: center;
  }

  /* Rahmen */
  .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 1rem;
    padding: 0.3rem;
    border-radius: 0px;
  }
}
 
/* iPad 1,2 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
  .ml_140 {
    margin-left: 0px;
  }
  .ml_160 {
    margin-left: 0px;
  }

  html, body {
    font-size: 16px;
  }
  h1, .h1, .h1 p {
  font-size: 3.5rem;
  }
  h2, .h2, .h2 p {
  font-size: 1.5rem;
  }

.header.original {
  background: rgba(23,55,64,0.9);
}
}
 
/* iPad 3,4 Retina, Samsung Galaxy S7+ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx)  {
  .ml_140 {
    margin-left: 0px;
  }
  .ml_160 {
    margin-left: 0px;
  }
  
  html, body {
    font-size: 16px;
  }
  h1, .h1, .h1 p {
  font-size: 3.5rem;
  }
  h2, .h2, .h2 p {
  font-size: 1.5rem;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
  h1, .h1, .h1 p {
  font-size: 4rem;
  }
}