/*
Theme Name: Loy & Hutz WP Theme - Relaunch 2020
Theme URI: https://www.loyhutz.de
Author: Mike Goeke @ Loy & Hutz
Author URI: mailto:mike.goeke@loyhutz.de
Description:
Version: 0.0.1 
Text Domain: lh-theme
Tags:
*/

/*
--------------------------------------------------------------
 .0 Typographie
--------------------------------------------------------------
*/

.highlightsvg.twitter {
	padding: 4px;
}

.align-vertical-middle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.iphone {
	position: relative;
}

.iphone_static {
	display: block !important;
	margin: 0 auto !important;
	pointer-events: none !important;
	max-height: 555px !important;
	max-width: 270px !important;
}

.iphone-info-box {
	max-width: 960px !important;
}

.iphone_right .iphone_iframe {
	transform: matrix3d(0.571, -0.04, 0, -.00013, .0, .7377, 0, 0, 0, 0, 1, 0, 40, 87, 0, 1) !important;
	border-radius: 30px !important;
}

.iphone_left .iphone_iframe {
	transform: matrix3d(.635, .044,0,.000142, .00013,.77,0,0,0,0,1,0,62,77.2,0,1) !important;
	border-radius: 30px !important;
}

.iphone_order_1_right {
	order: 1;
}

.iphone_order_2_right {
	order: 2;
}

.iphone_order_1_left {
	order: 2;
}

.iphone_order_2_left {
	order: 1;
}

.iphone_order_1_center {
	display: none;
}

.iphone_order_2_center {
	margin: 0 auto;
}

 .iphone_iframe {
	width: 320px;
	height: 695px;
	margin-left: -148px;
	margin-top: -343px;
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	z-index: -1;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
 }
 
 .iphone_center .iphone_iframe {
	 width: 245px;
	 height: 530px;
	 margin-left: -122px;
	 margin-top: -265px;
	 border-radius: 30px !important;
  }
 
.iphone_overlay,
.iphone_overlay_pill {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	position: absolute;
}

.displayapp1 .iphone_overlay {
	visibility: hidden;
}

.displayapp1 .iphone_stream,
.displayapp1 .iphone_stream1 {
	top: 0;
}

.iphone_stream,
.iphone_stream1 {
	position: relative;
	top: 50px;	
}

.iphone_center .iphone_stream,
.iphone_center .iphone_stream1 {
}

@keyframes iphonescrolldown {
	0% { transform: translateY(0%); }
	10% { transform: translateY(-9%); }
	20% { transform: translateY(-36%); }
	30% { transform: translateY(-54%); }
	40% { transform: translateY(-72%); }
    50% { transform: translateY(-95%); }
	100% { transform: translateY(0%); }
}

@keyframes iphonescrollup {
  100% { transform: translateY(0%); }
}

.iphone_stream img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	animation-name: iphonescrolldown;
	animation-duration: 80s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}

.iphone:hover .iphone_stream img{
	animation-play-state: paused;
  }

.invisible {
  visibility: hidden;
}

.square:before{
    content: "";
    display: block;
    padding-top: 100%;  /* initial ratio of 1:1*/
}

.teammanager .mw288 {
  min-width: 287px;
  max-width: 287px;
  padding: 15px;
}

.mh288 {
  min-height: 257px;
  max-height: 257px;
  background-size: cover !important;
}

.teammanager .abtlabl {
  line-height: 26px;
  font-size: 22px;
  width: 158px;
  padding-top: 102.5px;
}

.teammanager .abtlabltxt {
  line-height: 26px;
  font-size: 22px;
  padding-top: 102.5px;
}

.teammanager .name {
  font-size: 18px;
  line-height: 40px;
  vertical-align: middle;
}

.teammanager .btm {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px
}

.teamlink {
  
}

html.sr .load-hidden {
  visibility: hidden;
}

:root {
      --scale: 0.1;
      --space: 8vmin;
    }
    
    @media (prefers-reduced-motion) {
      :root {
        --scale: 0;
      }
    }
    
    * {
      box-sizing: border-box;
    }
    
    .parallax-section-overlay {
      transform-origin: center center;
      transform: scaleY(calc(1 - var(--scale)));
      /* margin-bottom: calc(var(--space) * -1); */
    }
    
    .parallax-section-overlay > * {
      transform-origin: center center;
      transform: scaleY(calc(1 / (1 - var(--scale))));
    }
    
    
    .parallax-content-overlay {
      position: relative;
      margin: -50vh auto 50vh;
      padding: var(--space);
      max-width: 960px;
      width: calc(100% - var(--space));
      background: rgba(255,255,255,0.8);
    }
    
    /* .parallax-content-overlay > * + * {
      margin-top: 2rem;
    } */
    
    .parallax-image-container-overlay {
      position: sticky;
      top: 0;
      height: 110vh;
      z-index: -2;
    }
    
    .parallax-image-container-overlay img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .parallax-image-container-overlay::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: linear-gradient(
        to bottom,
        hsla(5, 15%, 5%, 0) 0%,
        hsla(5, 15%, 5%, 0.013) 8.1%,
        hsla(5, 15%, 5%, 0.049) 15.5%,
        hsla(5, 15%, 5%, 0.104) 22.5%,
        hsla(5, 15%, 5%, 0.175) 29%,
        hsla(5, 15%, 5%, 0.259) 35.3%,
        hsla(5, 15%, 5%, 0.352) 41.2%,
        hsla(5, 15%, 5%, 0.45) 47.1%,
        hsla(5, 15%, 5%, 0.55) 52.9%,
        hsla(5, 15%, 5%, 0.648) 58.8%,
        hsla(5, 15%, 5%, 0.741) 64.7%,
        hsla(5, 15%, 5%, 0.825) 71%,
        hsla(5, 15%, 5%, 0.896) 77.5%,
        hsla(5, 15%, 5%, 0.951) 84.5%,
        hsla(5, 15%, 5%, 0.987) 91.9%,
        hsl(5, 15%, 5%) 100%
      );
    }
    
    .parallax-bgimage-overlay {
      background-image: none !important;
    }
    
    .parallax-image-container-fixed {
      display: none;
    }
    
    /* .parallax-content-fixed {
      display: none;
    } */
    
    .parallax-bgimage-fixed {
      min-height: 450px;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center center;
      background-size: cover;
    }
    
    .parallax-content-fixed {
      position: relative;
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: 0 auto;
      padding: var(--space);
      max-width: 960px;
      width: 100%;
      background: rgba(255,255,255,0.9);
    }
    
    
    /* shape overlay */
    
  .shape-overlay-container {
     position: absolute;
     width: 100%;
     min-height: 100vh;
     background-color: transparent;
     z-index: 99999;
 }
 
 
 .shape-overlays {
     width: 100vw;
     height: 100vh;
     pointer-events: none;
     position: fixed;
     top: 0;
     left: 0;
 }
 
 .shape-overlays.is-opened {
     pointer-events: auto;
 }
 
 .shape-overlays__path:nth-of-type(1) {
     fill: rgba(255,255,255, 0.25);
 }
 
 .shape-overlays__path:nth-of-type(2) {
     fill: rgba(255,255,255, .5);
 }
 
 .shape-overlays__path:nth-of-type(3) {
     fill: rgba(255,255,255, .75);
 }
 
 .shape-overlays__path:nth-of-type(4) {
     fill: rgba(255,255,255, 1);
 }
 
    
    /* wp tinymce img position */
    img.alignright {
      float: right;
      margin: 0 0 0 1em;
    }
    
    .wysiwyg_block img.alignright {
      margin: 0.4em 0 0.4em 1em;
    }
    
    img.alignleft {
      float: left;
      margin: 0 1em 0 0;
    }
    
    .wysiwyg_block img.alignleft {
      margin: 0.4em 1em 0.4em 0;
    }
    
    img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    
    .alignright { 
      float: right;
    }
    
    .alignleft {
      float: left;
    }
    
    .aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    


body {
    font-family: "proxima-nova",sans-serif;
    font-display: auto;
    font-size: 16px;
    color: #484848;
}

.routebtn {
    font-family: "proxima-nova",sans-serif;
}

h1 {
    font-size: 32px;
    margin-bottom: 1.5rem;
}

.single-paketmanager .h1 {
	font-size: 30px;
}

.paket h2,
.standard h2,
.paket .h2,
.standard .h2 {
    font-weight: bold;
}

.standard h1,
.standard .h1 {
    font-size: 24px;
    margin-top: 0.6em;
}

.s100.content-row-imgtextbanner h1 {
    color: inherit !important;
}

h2,
.h2 {
    font-size: 1.75rem;
}

.wpcf7-form h2,
.wpcf7-form .h2 {
    margin-bottom: 1em;
}

.highlights_h2 {
    padding-top: 30px;
    font-weight: bold;
    color: rgba(0,0,0,0.05);
    font-size: 15.8vw;
    text-transform: uppercase;
    margin: 0 auto;
    line-height: 1;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}


h6 {
    font-size: 18px;
}

b, strong {
    font-weight: bold !important;
}

.darkheader .standard {
    color: #ffffff;
}

.single-clientmanager .darkheader .h1 {
	color: #005092;
}

.single-clientmanager .darkheader .h1,
.single-paketmanager .client .paket .h1,
.single-paketmanager .systempaket .paket .h1 {
	color: #484848 !important;
}
    
.whiteheader {
    color: #484848;
}

.newsteasersmall {
    width: 100%;
    overflow-y: hidden;
    position: relative;
    height: 170px; 
}

.newsteaser {
    width: 100%;
    overflow-y: hidden;
    position: relative;
}

.newslink {
    position: absolute;
    right: 15px;
    bottom: 0;
    padding-top: 60px;
    padding-bottom: 15px;
    width: calc(100% - 30px);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0),rgba(255,255,255,1) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.mainpagebox {
    color: #ffffff;
}

.mainpage-paketdesc {
    font-size: 1.2em;    
}

.de .de,
.en .en {
  font-weight: bold;
}

/*
--------------------------------------------------------------
 .0 Layout
--------------------------------------------------------------
*/
    .info header,
    .info footer,
    .no-js,
    .extra_field.hidden {
        display: none;
    }
    
    .wrapper,
    .min-wrapper,
    .fancybox-caption__body {
        width: 100%;
        margin: 0 auto;
    }

    .wrapper,
    .w1440,
    .fancybox-caption__body {
        max-width: 1440px;
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right);
    }

    .min-wrapper {
        max-width: 576px;
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right);
    }
    
    .navicon {
        background: rgba(255,255,255,0);
    }
    
    .navi {
        height: 50px;
        line-height: 50px;
    }

    .headerimg {
        position: relative;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        top: 0;
    }

    .headerimg {
        height: 400px;
        max-height: 768px;
    }
    
    #standardheader .headerimg {
        height: 280px;
    }

    .headerwave {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -1px;
        background-size: 1280px;
        background-position: bottom center;
        background-repeat: no-repeat;
    }
    
    .systempaket.headerwave,
    .client.headerwave,
    .tool.headerwave {
        display: none;
    }
    
    .section {
        padding: 20px 0;
    }

    .section .s100 img,
    .section .s50-50 img,
    .section .s75-25 img,
    .section .s25-75 img,
    .section .s70-30 img,
    .section .s30-70 img,
    .section .s33-33-33 img,
    .section .s25-25-25-25 img {
        width: 100% !important;
        height: auto !important;
    }

    .topbox {
        top: 80px;
    }
    
    .standardtopbox {
        position: absolute;
        top: 70px;
    }
    
    .mainpagebox {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 10vh !important;
    }


    .highlightsbox {
    }

    .highlightsvg {
        height: 74px;
        width: 74px;
        margin: 34px auto 0 auto;
    }

    .highlights {
        text-align: center;
        min-width: 25%;
        max-width: 360px;
    }
    

    .highlightssmall {
        text-align: center;
        min-width: 180px;
        max-width: 50%;
        visibility: hidden;
    }
    
    .highlights:last-child:nth-child(odd),
    .highlightssmall:last-child:nth-child(odd) {
        margin: auto;
    }

    .highlights > .teaser,
    .highlightssmall > .teaser {
        display: block;
        text-align: center;
        margin: 18px auto 8px;
        max-width: 200px;
    }
    
    .highlightssmall > .teaser {
        overflow: hidden;
    }

    .content-row-img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .s100.pdf_modul,
    .s50-50.pdf_modul,
    .s100.content-row-txt,
    .s100.content-row-tbl,
    .s50-50.content-row-txt,
    .s33-33-33.content-row-txt,
    .s25-25-25-25.content-row-txt,
    .s25-75.content-row-txt,
    .s75-25.content-row-txt,
    .s30-70.content-row-txt,
    .s70-30.content-row-txt,
    .s50-50.content-row-img,
    .s33-33-33.content-row-img,
    .s25-25-25-25.content-row-img,
    .s25-75.content-row-img,
    .s75-25.content-row-img,
    .s30-70.content-row-img,
    .s70-30.content-row-img {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    
    .s100.pdf_modul {
        max-width: 900px;
        margin: 0 auto;
    }
    
    .s100.pdf_modul {
        max-width: 900px;
        margin: 0 auto;
    }
    
    .s100.content-row-imgtextbanner {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .suggestbox {
        margin: 15px;
        padding: 15px;
        width: 100%;
        max-width: 330px;
        display: inline-block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50% auto;
    }
    
    .suggestbox:hover {
        background-color: #d1d1d1;
    }

    .suggestlogo {
        margin-right: 11px;
    }
    
    .suggestteaser_h1,
    .suggestteaser_h2 {
        margin-left: 15px;
    }

    .suggestteaser_h1 {
        font-size: 15px;
        color: #424242;
    }

    .suggestteaser_h2 {
        font-weight: bold;
        font-size: 17px;
    }

    .suggestcontent {
        margin-top: 15px;
        color: #424242;
        font-size: 16px;
        hyphens: auto;
    }

    .s50-50.content-row-img,
    .s33-33-33.content-row-img,
    .s25-25-25-25.content-row-img,
    .s25-75.content-row-img,
    .s75-25.content-row-img,
    .s30-70.content-row-img,
    .s70-30.content-row-img {
        min-height: 200px;
        background-origin: content-box;
    }

    .s100.content-row-txt.box1.w900,
    .s100.content-row-tbl.box1.w900,
    .s100.content-row-imgtxt.box1.w900,
    .standard.w900,
    .cta.w900,
    .videocontainer.w900 {
        max-width: 900px !important;
    }
    
    .cta {
        width: calc(100% - 30px);
    }
    
    .cta.w1440,
    .videocontainer.w1440 {
        max-width: 1440px !important;
    }
    
    .videocontainer.w-100 {
      max-height: 100vh !important;
    }

    .s100.content-row-img {
        min-height: 200px;
        height: calc(100vw / 6.7893);
        max-height: 450px;
        margin-bottom: 10px;
    }

    .s100.noobline {
        width: 100%;
        background: #ffffff;
        transform: skewY(-2.5deg);
        height: 24px;
        bottom: calc(0px - 12px);
    }

    .s25-25-25-25 .pcclass {
            width: 98% !important;
    }

    .s33-33-33 .pcclass {
        width: 99% !important;
    }

    .pcclass {
        margin: 0 auto;
        border: 11px solid transparent;
        margin-bottom: calc(100% / 8.2);
    }

    .pcclass img {
        border-radius: calc(.25rem - 1px);
    }

    .nooblineicon {
        border-radius: 100px;
        height: 150px;
        width: 150px;
        background: #ffffff;
        transform: skewY(2.5deg);
        margin: -75px;
    }

    .rotateon {
        -webkit-animation:spinon 0.2s linear;
        -moz-animation:spinon 0.2s linear;
        animation:spinon 0.2s linear;
        animation-fill-mode: forwards;
    }

    @-moz-keyframes spinon { 100% { -moz-transform: rotate(-45deg); } }
    @-webkit-keyframes spinon { 100% { -webkit-transform: rotate(-45deg); } }
    @keyframes spinon { 100% { -webkit-transform: rotate(-45deg); transform:rotate(-45deg); } }

    .rotateoff {
        -webkit-animation:spinoff 0.2s linear;
        -moz-animation:spinoff 0.2s linear;
        animation:spinoff 0.2s linear;
        animation-fill-mode: forwards;
    }

    @-moz-keyframes spinoff { 100% { -moz-transform: rotate(0deg); } }
    @-webkit-keyframes spinoff { 100% { -webkit-transform: rotate(0deg); } }
    @keyframes spinoff { 100% { -webkit-transform: rotate(0deg); transform:rotate(0deg); } }

    .colclosebtn {
        border-radius: 25px;
        height: 50px;
        width: 50px;
        background: #ffffff;
        margin: -45px calc(50% - 25px);
        padding-top: 10px;
        text-align: center;
        cursor: pointer;
        display: none;
    }
    
    .pointer > a {
        cursor: pointer !important;
    }

    .colseperator {
        background: url(assets/images/drop-small.png);
        width: 28px;
        height: 56px;
        margin: 0 auto;
    }

    .colapstainer {
        margin-top: -20px;
        padding: 0 0 20px 0;
    }

    .seperator-top-top,
    .seperator-bottom-bottom,
    .drop-big.middle-short,
    .seperator-bottom-short {
        display: none;
    }

    .seperator-bottom-top,
    .seperator-top-middle,
    .seperator-bottom-middle,
    .seperator-top-bottom,
    .seperator-top-short {
        background: url(assets/images/drop-small.png);
        width: 28px;
        height: 54px;
        margin: 0 auto;
    }

    .drop-big {
        background: url(assets/images/drop-big.png);
        background-position: center top;
        background-repeat: no-repeat;
        height: 30px;
        width: 24px;
        margin: 10px auto;
    }
    
    .drop-animated {
        background: url(assets/images/drop-anim.gif);
        background-position: center top;
        background-repeat: no-repeat;
        height: 95px;
        width: 24px;
        margin: 0 auto;
    }
    
    
    .pdfimage {
        border: 2px solid #eee;
        max-width: 270px;
        min-width: 220px;
/*         box-shadow: 2px 2px 3px -2px rgba(0,0,0,0.25); */
    }
    
    .footerheaderbg {
        background-image: url(assets/images/footerbgtop.png);
        background-size: cover;
        width: 100%;
        height: 200px;
    }
    
    .footer {
/*         background-image: url(assets/images/wave-footer.svg); */
        background-color: #f2f2f2;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 200%;
        padding-bottom: 1px;
    }
    
    .s100.content-row-textbanner {
        padding: 0;
        text-align: center
    }
    
    .cartinfo {
        display: none;
        background-color: #ffffff !important;
        position: fixed;
        right: 15px;
        bottom: 15px;
        z-index: 1030;
    }
    
    .cartinfoinner {
        padding: 6px 0 20px 0!important;
    }
    
    .cartinfoinner > hr:last-of-type {
        display: none;
    }
    
    .badgecount {
        position: relative;
        display: inline-block;
        border-radius: 50%;
        background: #005092;
        color: #fffffF;
        padding: 4px 0 2px 0;
        width: 25px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
    }

    .systempaket.subtopbox .text-lg-left.paketdesc,
    .systempaket.subtopbox .text-lg-left.paket h1,
    .client.subtopbox .text-lg-left.paketdesc,
    .client.subtopbox .text-lg-left.paket h1,
    .tool.subtopbox .text-lg-left.paketdesc,
    .tool.subtopbox .text-lg-left.paket h1 {
        color: #484848;     
    }
    
    .systempaket.paketicon.text-lg-left,
    .client.paketicon.text-lg-left,
    .tool.paketicon.text-lg-left {
        display: none;
    }
    
    .testimonial-card .card-up {
          height: 200px;
          overflow: hidden;
          border-top-left-radius: .25rem;
          border-top-right-radius: .25rem;
        }
        
        .aqua-gradient {
          background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
        }
        
        .testimonial-card .avatar {
          width: 200px;
          margin-top: -140px;
          overflow: hidden;
          border: 5px solid #fff;
          border-radius: 50%;
          background: #ffffff;
        }
        
        .videobanner {
            overflow: hidden;
            width: 100%;
            height: 540px;
        }
        
        .videobanner > .vid {
            object-fit: cover;
            object-position: center
        }
        
        .videocontainer {
            overflow: hidden;
        }
        
        .videocontainer > .vid {
            object-fit: cover;
            object-position: center
        }
        
        
        
        .dtHorizontalExampleWrapper {
            max-width: 600px;
            margin: 0 auto;
            }
            #dtHorizontalExample th, td {
            white-space: nowrap;
            }
            
            table.dataTable thead .sorting:after,
            table.dataTable thead .sorting:before,
            table.dataTable thead .sorting_asc:after,
            table.dataTable thead .sorting_asc:before,
            table.dataTable thead .sorting_asc_disabled:after,
            table.dataTable thead .sorting_asc_disabled:before,
            table.dataTable thead .sorting_desc:after,
            table.dataTable thead .sorting_desc:before,
            table.dataTable thead .sorting_desc_disabled:after,
            table.dataTable thead .sorting_desc_disabled:before {
            bottom: .5em;
            }
            
        // Within style tags in your html file
        * { box-sizing: border-box; }
        
        .grid:after {
          content: '';
          display: block;
          clear: both;
        }
        
        .grid-sizer,
        .grid-item {
          width: 25%;

        }
        @media (max-width: 575px) {
          .grid-sizer,
          .grid-item {
            width: 50%;
          }
        }
        @media (min-width: 576px) and (max-width: 767px) {
          .grid-sizer,
          .grid-item {
            width: 33.333;
          }
        }
        
        .smgridchild {
          background-repeat: no-repeat;
          background-position: center center;
          border: 5px solid #ffffff;
          overflow: hidden;
          transition: all .5s ease;
          background-size: 100%;
          
        }
        
        .smgrid:hover .smgridchild {
          background-size: 120%;
        }
        
        
        /* To change the amount of columns on larger devices, uncomment the code below */
        
        /* @media (min-width: 768px) and (max-width: 991px) {
          .grid-sizer,
          .grid-item {
            width: 33.333%;
          }
        }
        @media (min-width: 992px) and (max-width: 1199px) {
          .grid-sizer,
          .grid-item {
            width: 25%;
          }
        }
        @media (min-width: 1200px) {
          .grid-sizer,
          .grid-item {
            width: 20%;
          }
        } */
        
        .grid-item {
          float: left;
          
          border: 5px solid #fff;
          overflow: hidden;
        }
        
        .grid-item img,
        .grid-item video {
          display: block;
          max-width: 100%;
          transition: transform .5s ease;
        }  
        
        .grid-item img:hover,
        .grid-item video:hover {
            transform: scale(1.5);
        }  
        
        
        .fixed-action-btn.active ul.socialexpand {
            height: 365px; 
        }
            
/*
--------------------------------------------------------------
 .0 Navigation
--------------------------------------------------------------
*/

/*  mobile navigation button */
    .mobile_nav_button {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 0;
        background: 0 0;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0px;
        right: 15px;
        outline : none !important;
    }
        
    .mobile_nav_button_line {
        display: inline-block;
        position: relative;
        top: -3px;
    }
    
    .mobile_nav_button_line:before {
        top: -8px;
    }
    
    .mobile_nav_button_line:after {
        top: 8px;
    }

    .mobile_nav_button_line:before,
    .mobile_nav_button_line:after {
        content: '\0020';
        position: absolute;
        left: 0
    }

    .mobile_nav_button_line,
    .mobile_nav_button_line:before,
    .mobile_nav_button_line:after {
        width: 100%;
        height: 2px;
        background: #ffffff;
        transition: all .4s ease-in-out;
        border-radius: 3px;
    }

    .open:before,
    .open:after {
        top: 0;
        background: #ffffff;
        height: 3px;
    }
    
    .open {
        background: transparent;
        transform: rotate(90deg);
    }
    
    .open:before {
        transform: rotate(-135deg);
    }
    
    .open:after {
        transform: rotate(135deg);
    }
    
    .slidemenuwrp {
         margin: 0; 
    }

    .main_menu_mobile,
    .main_menu_mobile ul li.nohref > ul.sub-menu,
    .main_menu_mobile ul li.nohref > ul.sub-menu li.nohrefheadline > ul.sub-menu  {
        transition: all linear 0.3s;
    }
    
    .main_menu_mobile {
         width: 100%;
         max-width: 325px;
         height: 100vh;
         position: absolute;
         top: 0;
         right: -325px;
         background: #ffffff;
         padding: 0 0 160px 0;
         z-index: 1050;
     }
     
     .comeout {
         right: 0;
     }
     
     .backmobilemenu {
         display: none;
     }
     
     .backmobilemenu,
     .closemobilemenu {
         cursor: pointer;
     }
     
     .backmobilemenuon {
         display: inline;
     }
     
/*
     .backmobilemenu {
         position: absolute;
         left: 15px;
         top: 6px;
     }
*/
        
     .main_menu_mobile ul {
         list-style-type: none;
         padding: 0;
     }
     
     .main_menu_mobile ul li {
         line-height: 40px !important;
     }
     
/*
     .main_menu_mobile > ul > li:first-of-type {
         display: none;
     }
*/
     
    .main_menu_mobile .goto {
        margin-left: 15px;
        margin-top: 12px
     } 
          
/*
     .main_menu_mobile.mobile_menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
         cursor: pointer;
         font-size: 18px;
     }
*/
     
    .main_menu_mobile ul li.nohref > a,
    .main_menu_mobile ul li.nohref > ul.sub-menu li.nohrefheadline > a,
    .main_menu_mobile ul li.nohref > ul.sub-menu li.nohrefheadline > ul.sub-menu > li > a {
        cursor: pointer;
        width: 100%;
/*         max-width: calc(100% - 15px); */
        display: block;
        font-size: 16px;
        padding: 6px 20px 6px 24px;
        background: #f4f4f4;
        border-bottom: 1px solid #cccccc;
    }
    
    .main_menu_mobile ul li.nohref > a:after {
    }
    
    .main_menu_mobile ul li.nohref > a:hover,
    .main_menu_mobile ul li.nohref > ul.sub-menu li.nohrefheadline > a:hover,
    .main_menu_mobile ul li.nohref > ul.sub-menu li.nohrefheadline > ul.sub-menu > li > a:hover {
        background: #005092;
        color: #ffffff;
    }

    .main_menu_mobile ul li.nohref > ul.sub-menu > li.nohrefheadline > a {
    }
    
    .main_menu_mobile ul li.nohref > ul.sub-menu {
        position: absolute;
        background: #ffffff;
        z-index: 10;
        height: 100vh;
        width: 100%;
        padding: 0;
        top: 50px;
        right: -100%;
    }
    
    .main_menu_mobile ul li.nohref > ul.sub-menu li.nohrefheadline > ul.sub-menu {
        position: absolute;
        background: #ffffff;
        z-index: 20;
        height: 100vh;
        width: 100%;
        padding: 0;
        top: 0;
        right: -100%;
    }
    
     .blackback {
        display: none;
        height: 100vh;
        width: 100vw;
        background: rgba(0,0,0,0.8);
        position: fixed;
        top: 0;
        bottom: 0;
     }

/*  scrollbar */
    .scrollbar {
        position: fixed;
        right: 8px;
        bottom: 150px;
        color: rgba(255,255,255,0.5);
        z-index: 15;
    }
    
    .scrollupmaster,
    .scrolldown,
    .scrollup {
        border-radius: 25px;
        text-align: center;
        background: rgba(0, 80, 146, 0.5);
        transition: all 0.5s ease;
        width: 40px;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;

    }

    .scrollupmaster {
       /* background: linear-gradient(to top, rgba(201, 10, 29, 0.6) 0%, rgba(242, 147, 1, 0.6) 100%); */
        opacity: 0;
        font-size: 1.25em;
    }
    
    .scrolldown {
       /* background: linear-gradient(to bottom, rgba(201, 10, 29, 0.6) 0%, rgba(242, 147, 1, 0.6) 100%); */
        font-size: 1.75em;
        vertical-align: -.15em
    }
    
    .scrollup {
        margin: 15px 0;
        padding-top: 8px;
        opacity: 0;
        font-size: 1.75em;
    }
    
    .scrollupmaster:hover,
    .scrolldown:hover,
    .scrollup:hover {
        cursor: pointer;
        background: rgba(0, 80, 146, 1);
        color: rgba(255,255,255, 1);
    }
    
    .navicon {
        transition: transform .25s .1s ease-in-out;
    }
    
    .main_menu {
        display: inline-block;
    }
    
    .main_menu_ul,
    .footer_menu_ul {
        list-style: none;
    }
    
    .main_menu li {
        display: inline-block;
        padding: 0 20px;
    }
    
    .main_menu li a,
    .headersubnav li a {
        color: #ffffff;
    }
    
    .main_menu.desktop_menu .sub-menu {
        display: none;
        position: fixed;
        width: 100%;
        left: 0;
    }
    
    .main_menu.desktop_menu li.menu-item-has-children:hover .sub-menu {
        display: block;
    }
    
    .main_menu.desktop_menu li.menu-item-has-children .sub-menu li {
        display: inline-block;
        width: 180px;
        padding: 0;
        vertical-align: top;
    }
    
    .main_menu.desktop_menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
        position: relative;
        padding: 0;
        line-height: 28px;
    }
    
    .main_menu.desktop_menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li {
        margin: 0;
        padding: 0;
        line-height: 1;
    }
    
    .main_menu.desktop_menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
        cursor: pointer;
        font-size: 14px;
    }
    
    .main_menu.desktop_menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a:hover {
        opacity: 0.7;
    }
    
    .lhlogo-nav {
        position: relative;
        display: inline-block;
        height: 30px;
    }
    
    .sitename {
        color: #999999;
        padding: 0;
    }
    
    .nohref a,
    .nohrefheadline > a {
        cursor: default;
    }
    
    .nohref a:hover,
    .nohrefheadline > a:hover {
        opacity: 1;
    }
          
    .nohrefheadline > a {
        font-size: 16px;
    }
    
    .noshow > a {
        visibility: hidden;
    }
    
    .hidden > a {
        display: none !important;
    }
    
    .hidden > .sub-menu {
        margin-top: 10px;
    }
    
    .headersubnavdiv {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    
    .headersubnav.desktop_menu {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    
    .langsheader > ul > li {
      display: inline-block;
      padding-left: 5px !important;
      padding-right: 5px !important;
      
    }
    
    .headersubnav.desktop_menu li {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .headersubnav.desktop_menu li a {
        font-size: 14px;
    }
    
    .navimg {
        background: #fff;
        border-radius: 50%;
        padding: 2px;
    }
    
    .desktop_menu .breadcrump {
        border-top: 1px solid #ffffff;
        margin-top: 20px;
        width: 730px;
    }
    
    .desktop_menu .breadcrump > #breadcrumbs {
        padding: 0;
        margin: 5px 0;
        font-size: 14px;
        line-height: 36px;
        color: #ffffff;
    }
    
    .desktop_menu .breadcrump > #breadcrumbs > span:before {
        content: 'Sie befinden sich hier: ';
    }
    
    .desktop_menu .breadcrump > #breadcrumbs  > span .homelink {
        margin-left: 5px;
    }
    
    .desktop_menu .breadcrump > #breadcrumbs .breadcrumb_last {
        cursor: default !important;
    }
    
    .desktop_menu .breadcrump > #breadcrumbs a {
        cursor: pointer !important;
    }
    
    
    .desktop_menu .breadcrump > #breadcrumbs a:hover {
        opacity: 0.7 !important;
    }
    
    .breadsep {
        margin-right: 5px;
        margin-left: 5px;
    }
    
    .stophref {
        cursor: default;
    }
    
    .rightin1,
    .rightin2 {
        right: 0px !important;
    }
    
    .footer_menu_ul > .nohref > a {
        color: #484848;
        font-weight: bold;
        padding-bottom: 1em;
    }
    
    .footer_menu_ul .sub-menu {
        padding: 0.6em 0 0 0;
    }
    
    .footer_menu_ul li {
        display: block;
        padding: 0;
    }
    
    .footer_menu_ul .sub-menu > li > a {
        cursor: pointer;
        color: #484848;
    }

/*
--------------------------------------------------------------
 .0 Links & forms
--------------------------------------------------------------
*/
    .divider-extender-form {
        color: #005292;
        cursor: pointer;
    }
    
    
    .wpcf7-list-item.first,
    .termine > .wpcf7-list-item {
        margin: 0;
    }
    
    .termine {
        font-size: 0.9rem !important;
    }
    
    .termine .wpcf7-list-item {
        height: 20px;
        width: 100%;
    }
    
    
    .wpcf7-form label,
    .wpcf7-not-valid-tip,
    .wpcf7-quiz-label {
        position: absolute;
        font-size: 12px;
        margin: -0.75em 0 0 0.5em;
        background: #ffffff;
        padding: 0 4px;
    }
    
    .wpcf7-not-valid-tip {
        display: none;
    }
    
    .Teilnahmebedingungen.wpcf7-not-valid > .wpcf7-not-valid-tip {
        display: none !important;
    }


    
    .wpcf7-form label + span.wpcf7-form-control-wrap {
        position: initial;
    }

    .wpcf7-submit {
        outline: none;
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    
    .wpcf7-select,
    .wpcf7-text,
    .wpcf7-textarea {
        outline: none;
        resize: none;
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #005092;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    
    .wpcf7-quiz {
        outline: none;
        resize: none;
        display: block;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #005092;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    
    .wpcf7-form .anmerkung label {
        margin: -0.75em 0 0 0 !important;
        padding: 0 4px 0 0 !important;
    }
    
    .wpcf7-select:focus,
    .wpcf7-text:focus,
    .wpcf7-textarea:focus,
    .wpcf7-quiz:focus {
        outline: 1px solid #8badd3;
    }
    
    
    .wpcf7-text {
        padding-left: 0.85em;
    }
    
    .wpcf7-select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }
    
    .wpcf7-textarea {
        height: auto;
    }
    
    .wpcf7-textarea + span.wpcf7-not-valid-tip {
        width: 122px;
    }
    
    span .wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
    }
    
    .wpcf7-checkbox .wpcf7-list-item {
        margin: 0;
    }
    
    [type="checkbox"]:not(:checked), 
    [type="checkbox"]:checked {
        opacity: initial;
        position: initial;
        pointer-events: initial;
    }

    a {
        color: #005092;
        text-decoration: none;
        outline: none;
    }
    
    .a-button,
    .short-button,
    .cta-button,
    .routebtn {
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        color: #ffffff !important;
        text-decoration: none;
        border-bottom-left-radius: 20px;
        text-align: center;
        line-height: 40px;
    }

    .routebtn {
        line-height: 40px;
        font-size: 16px;
        cursor: pointer;
        width: 240px;
    }
    
    .wpcf7-submit,
    .a-button,
    .short-button,
    .cta-button {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .short-button {
        border-top-left-radius: 20px;
        width: 40px;
        text-align: center;
    }
    
    .wpcf7-submit,
    .a-button,
    .short-button,
    .routebtn {
        background: #005092;
    }
    
    .wpcf7-submit,
    .a-button {
        width: 240px;
    }
    
    .wpcf7-submit {
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        color: #ffffff !important;
        text-decoration: none;
        text-align: center;
    }


    .cta-button {
        width: 160px;
    }

    .cta-button:nth-child(n+2) {
        margin: 1em 0 0 0;
    }
    
    a:hover,
    .a-button:hover,
    .short-button:hover,    
    .cta-button:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    .shrtctabtn {
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        border: 2px solid;
        font-size: 16px !important;
        width: 220px !important;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
		margin: 0 10px;
    }

    .shrtctabtn:hover {
        background: #005092 !important;
        color: #ffffff !important;
        border-color:  #ffffff !important;
    }
    
    .videobanner .shrtctabtn {
        opacity: 1;
        margin-right: 20px;
    }

    .boximagelink {
        width: 100%;
        height: 100%;
        display: inline-block;
    }
       
/*
    .ycollapsing {
        transition-duration: 1s;
        transition-timing-function: ease;
    }

    .collapse {
        padding: 20px 0;
        color: #585858;
    }

    .collapse section {
        padding: 10px 0;
    }
*/

    .collapse div {
      opacity: 1 !important;
      visibility: visible;
    }

    .collapselink {
        display: inline-block;
        width: calc(90% - 30px);
        white-space: pre-wrap; /* CSS3 */    
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */    
        white-space: -o-pre-wrap; /* Opera 7 */    
        word-wrap: break-word;
    }
    





    .collapselink {
        height: 18px;
        font-size: 18px;
    }
    
    .collapselink svg {
        position: absolute;
        margin: -5px 0 0 -20px;
    }
    
    .rotate-icon {
        transform: rotate(180deg);
    }
    
    section ul {
        padding-left: 20px;
        list-style-type: square;
    }

    .suggestfilter {
        width: 100%;
    }

    .suggestfilter .btn {
        color: #afafaf;
        padding: .375rem .28rem;
        border: none;
        vertical-align: unset;
    }

    .suggestfilter .btn:hover {
        color: #005092;
    }

    .suggestfilter .dropdown-menu {
        min-width: auto !important;
    }

    .suggestfilter .dropdown-item {
        padding: .25rem 1.1rem; !important;
    }


    .suggestfilter .btn.focus,
    .suggestfilter .btn:focus {
        outline: 0;
        box-shadow: none !important;
    }

    .suggestwrapper {
        display: contents;
    }

    .suggestlink {
        display: contents;
    }
    
    .vorschau {
        cursor: default;
    }
    
    .zoomin,
    .fancybox-can-zoomIn .fancybox-content {
        cursor: url(assets/images/zoom.png ), auto !important;
    }
    
    .hover-red:hover {
        color: #cc0000 !important;
        cursor: pointer;
    }
    
    .hover-blue:hover {
        color: #005092 !important;
        cursor: pointer;
    }
    
    .infopkgboxdis {
        display: none;
    }
    
    .pdfimageakt {
        border: 2px solid #0056b3;
    }
    
    .pdfimageakt:hover {
        border: 2px solid #e30613;
        content:url(assets/images/blankflyertrash.png);
    }
    
    .pdfdis:hover {
        border: 2px solid #07b30b;
    }
    
    .selectedpdf {
        margin: -320px auto 0 auto;
        top: 140px;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 220px;
        z-index: -1;
        height: 320px;
    }
    
    .trashallitems:hover {
        color: #e30613;
        cursor: pointer;
    }
    
    .desktop_menu li a {
        transition: background-color 2000ms linear !important;
    }
    
    .mainpage-cta-button {
        color: #fff !important;
        border: 2px solid #fff !important;
    }
    
    .mainpage-cta-button:hover {
        color: #424242 !important;
        background-color: #fff !important;
    }
    
    .twitter-typeahead {
        width: 100%;
    }
    
    .max-con {
        max-width: 695px;
    }
    
    .tt-hint,
    .tt-input {
    }
    
    .tt-menu {
    	background-color: #FFFFFF;
    	border: 1px solid rgba(0,0,0,.125);
    	border-bottom-left-radius: .25rem;
    	border-bottom-right-radius: .25rem;
    	margin-top: -.2rem;
    	padding: 8px 0;
    	width: 100%;
    }
    
    .tt-suggestion:hover {
    	cursor: pointer;
    	background-color: #007bff;
    	color: #FFFFFF;
    }
    
    .tt-suggestion {
    	padding: 3px 14px;
    }
    
    .tt-suggestion p {
    	margin: 0;
    }
    
    .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input[type="checkbox"]:not(:checked),
    .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input[type="checkbox"]:checked {
        opacity: 1;
        position: relative;
    }
    
    #CookieBoxSaveButton {
        // display: none !important;
    }
    
    .section ol {
        padding-left: 25px;
    }
    
    
    
/*
--------------------------------------------------------------
 .0 Bootstrap 
--------------------------------------------------------------
*/

.incartmsg {
    width: 18rem;
    position: fixed;
    right: 15px;
    bottom: 150px;
    z-index: 1030;
    display: none;
}


/*
--------------------------------------------------------------
 .0 Media Querys
--------------------------------------------------------------
*/

@media (min-width: 375px) {
    
    .cta-button:nth-child(n+2) {
        margin: 0 0 0 1em;
    }
    
}

@media (min-width: 414px) {
    
    body {
       /* font-size: 112.5%; */
    }
    
    .cta-button {
        width: 180px;
        border-top-left-radius: 2px;
        border-top-right-radius: 21px;
        border-bottom-right-radius: 21px;
        border-bottom-left-radius: 21px;
        line-height: 42px;
    }
    
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
    .footercontent {
    }
    
    .s100.content-row-img {
        margin-bottom: 6px;
    }
    
    .s100.noobline {
        height: 36px;
        bottom: calc(0px - 18px);
    }
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    h1 {
        font-size: 36px;
    }
    .startseiteh1 {
       font-size: 3.5rem;
    }
    
    .headerwave {
        background-size: 2034px;
    }
    
    #standardheader .headerimg {
        height: 320px;
    }
    
    .highlightsbox {
        width: 100%;
    }
    
    .highlightssmall {
        max-width: 180px;
    }

    
    .highlights:last-child:nth-child(odd),
    .highlightssmall:last-child:nth-child(odd) {
        margin: unset;
    }
    
    .s100.content-row-img {
        margin-bottom: -2px;
    }
    
    .s100.noobline {
        height: 52px;
        bottom: calc(0px - 26px);
    }
    
    .pdf-left {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .pdf-right {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    
    .standardtopbox {
        top: 80px;
    }
    
    .footer {
        background-size: 100%;
        padding-bottom: 1px;
    }
    
    .mainpagebox {
        top: 12vh !important;
    }
            
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
     .main_menu_mobile,
     .blackback {
         display: none !important;
    }
    
    .headerimg {
        top: 0;
    }


    
    .down .navicon {
        transform: translate3d(0, -50px, 0); // um 100px nach oben verschieben
    }
    
    .headerisontop .whiteheader_nav li a,
    .whiteheader_nav li a {
        color: #484848 !important;
    }
    
    .headerisontop .darkheader_nav li a,
    .darkheader_nav li a {
        color: #ffffff !important;
    }
    
    .headerisontop .navicon {
        background: transparent !important;
        transition: background-color 2000ms linear;
    }
    
    .up .whiteheader .desktop_menu li a,
    .headersubnav li a {
        color: #ffffff !important;
    }
    
    .up .whiteheader .desktop_menu li a,
    .headersubnav li a {
        color: #ffffff !important;
    }
    
    .uplogo {
        display: none;
    }
    
    .up .uplogo {
        display: inline-block !important;
    }
    
    .up .downlogo {
        display: none !important;
    }
    
    .up .whiteheader .navigation .uplogo {
        display: inline !important;
    }
    
    .up .whiteheader .navigation .downlogo {
        display: none !important;
    }

    .darkheader {
        color: #ffffff;
    }
	
	
    
    .section {
        padding: 20px 0;
    }
    
    .colapstainer {
        margin-top: -35px;
        padding: 0 0 30px 0;
    }
    
    .headerimg {
        height: 485px;
    }
    
    #standardheader .headerimg {
        height: 360px;
    }
        
    .paketlogo {
        height: 100px;
        width: 100px;
    }
    
    .paket {
        margin-left: 124px;
        max-width: 720px;
    }
    
    .paket > h1,
    .standard > h1,
    .paket > .h1,
    .standard > .h1 {
        margin-top: 8px;
    }
    
    .paket > h1,
    .paket > h2,
    .standard > h2,
    .paket > .h1,
    .paket > .h2,
    .standard > .h2 {
        font-size: 3rem;
        margin-bottom: -8px;
    }
    
    .standard > h1,
    .standard > .h1 {
        margin-top: 0.8em;
        font-size: 32px;
        margin-bottom: -8px;
    }
    
    .highlightsbox {
        margin-top: -120px;
    }
    
    .highlights_h2 {
        padding-top: 0px;
    }
    
    .paketdesc {
        margin-top: 2rem;
        font-size: 1.35rem;
        max-width: 820px;
        margin-bottom: 0.6rem;
    }
    
    .seperator-bottom-top,
    .seperator-top-middle,
    .seperator-bottom-middle,
    .seperator-top-bottom {
        height: 60px;
    }
    
    .s100.content-row-img {
        margin-bottom: -24px;
    }
    
    .cta-button {
        font-size: 22px;
        line-height: 50px;
        width: 300px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
    }
    
    .basispaket.subtopbox,
    .aufbaupaket.subtopbox {
        position: absolute;
        top: 70px;
    }
    
    .systempaket.subtopbox .text-lg-left.paket,
    .client.subtopbox .text-lg-left.paket,
    .tool.subtopbox .text-lg-left.paket {
        text-align: center!important;
        margin-left: auto;
        margin-right: auto;
    }
    
    .systempaket.subtopbox .text-lg-left.paketdesc,
    .systempaket.paketicon.text-lg-left,
    .client.subtopbox .text-lg-left.paketdesc,
    .client.paketicon.text-lg-left,
    .tool.subtopbox .text-lg-left.paketdesc,
    .tool.paketicon.text-lg-left {
        text-align: center!important;
        margin-left: auto;
        margin-right: auto;
    }
    
    .systempaket.subtopbox .ctabtn.text-lg-left,
    .client.subtopbox .ctabtn.text-lg-left,
    .tool.subtopbox .ctabtn.text-lg-left {
        text-align: center!important;
        margin-left: auto;
        margin-right: auto;
    }
    
    .whiteheader .desktop_menu li a, .headersubnav li a {
        color: #484848;
    }
    
    .sticky-1.on {
        position: fixed !important;
        top: 0;
        z-index: 999;
        box-shadow: 0 1px 10px rgba(0,0,0,.1);
        transition: box-shadow 1000ms linear;
        padding: 64px 0 0px 0;
    }
    
    .wpcf7-textarea.kontakt-message {
        height: 510px;
    } 
	
	.wpcf7-textarea.kontakt-message-info {
		height: 657px;
	}
    
    .wpcf7-textarea.schulung-message {
        height: 308px;
    }   

	.acf-map {
        margin-top: -30px;
        margin-bottom: -30px;
        min-height: 500px !important;
    }
    
    .acf-map ._brlbs-google-maps {
        max-height: 500px !important;
    }
    
    .standardtopbox {
        top: 100px;
    }
    
    .incartmsg {
        width: calc(100% - 21rem);
        position: fixed;
        left: 15px;
        bottom: -1px;
        text-align: center;
        font-size: 3em;
        line-height: 106px;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
    
    .s100.content-row-img {
        margin-bottom: -30px;
    }
    
    .s100.noobline {
        height: 64px;
        bottom: calc(0px - 32px);
    }
   
    .standardtopbox {
        top: 110px;
    }
    
} 

@media (min-width: 1440px) {
    
    .s100.content-row-img {
    }
        
    .s100.noobline {
        height: 86px;
        bottom: calc(0px - 42px);
    }
    
}

@media (min-width: 1760px) {
    
    .highlights_h2 {
        font-size: 248px;
    }
    
} 

@media (min-width: 1920px) {
    
    .headerimg {
        height: 768px;
    }
    
    #standardheader .headerimg {
        height: 420px;
    }

    .headerwave {
        background-size: 3072px;       
    }
    
    .s100.content-row-img {
        margin-bottom: -42px;
    }
            
    .s100.noobline {
        height: 136px;
        bottom: calc(0px - 68px);
    }
    
    .topbox {
        top: 200px !important;
    }
    
    .subtopbox,
    .mainpagebox {
        top: 190px !important;
    }

    .footer {
        background-size: 102%;
        padding-bottom: 1px;
    }
    
        .mainpage h1 {
        font-size: 3.5em;
    }
    

    
} 

@media (min-width: 3072px) {
    
    .headerwave {
        background-size: 101%;       
    }

    .s100.content-row-img {
        margin-bottom: -62px;
    }
            
.s100.noobline {
        height: 167px;
        bottom: calc(0px - 83px);
    }

    .footer {
        padding-bottom: 1px;
    }
    
}  


  
/* printer styles*/
@media print {
    
}

/*
--------------------------------------------------------------
 .0 utilitys
--------------------------------------------------------------
*/


/* noscript banner */
    noscript {
        top: 0;
        text-align: center;
        padding: 30px 0;
        position: fixed;
        z-index: 10000;
        width: 100%;
        background: #000000;
        color: #ffff00;
        border-top: 8px dashed #ffff00;
        border-bottom: 8px dashed #ffff00;
        font: 1em/1.5em Arial, Helvetica, sans-serif;
    }

/* acf map */
	.acf-map {
        width: 100%;
        margin-top: -30px;
        margin-bottom: 7.5px;
        min-height: 400px
    }
        
    /* fixes potential theme css conflict */
    .acf-map img {
       max-width: inherit !important;
    }
    
    .acf-map ._brlbs-google-maps {
        width: 100%;
        max-height: 400px
    }
    
/* video container */
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 490px;
    }

    .card {
        background-color: transparent;
    }
    
