/***  respons_1 created by nordicweb.com ***/

/* === START of EINBINDEN DER FONT VON Z.B. GOOGLE FONTS === */
/* kaushan-script-regular - latin */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/kaushan/kaushan-script-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/kaushan/kaushan-script-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/fonts/lato/lato-v23-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/lato/lato-v23-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/lato/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/lato/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fonts/lato/lato-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/lato/lato-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* === END of EINBINDEN DER FONT VON Z.B. GOOGLE FONTS === */

/* === START of BODY & ALLGEMEINE AUSZEICHNUNGEN === */
  * {
    margin:0;
    padding:0;
  }

  *, *::before, *::after { box-sizing: inherit; }

  html, body {
    height: 100%;
    width: 100%;
  }
  html {
    box-sizing: border-box;
    font-size: 100%; 
  }

  body, table  {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: 'Lato', Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Kaushan Script', cursive !important;
    font-style: normal;
    font-weight: normal;
    color: #1d1d1d !important;
    text-rendering: optimizeLegibility;
  }
  h1 {
    font-size: 1.5rem !important;
    line-height: 1.4;
    margin-top: 0;
    font-weight: 700 !important;
    margin-bottom: .5rem !important;
  }
  h2 {
    font-size: 1.25rem !important;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem !important;
  }
  h3 {
    font-size: 1.15rem !important;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; 
  }
  h4 {
    font-size: 1.05rem !important;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; 
  }
  h5 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; 
  }
  h6 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; 
  }

  a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer; 
  }
  a:hover, a:focus, a:visited { 
    color: #1468a0; 
    text-decoration: underline;
  }
  a img { border: 0; }
  
  p {
    margin-bottom: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
  }

p.wichtig {
    color: #a53b2a;
    text-transform: uppercase;
}

  hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0; 
  }

  img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic; 
  }

  .site_inner {}
  
  .fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
  }

  .scrollup {
    background: url('../img/top_btn.png') no-repeat #ddd;
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 1rem;
    z-index: 1;
    right: 1rem;
    opacity: 0.69;
    display: none;
  }
  
  .mean-bar { display: none; }
/* === END of BODY & ALLGEMEINE AUSZEICHNUNGEN === */

/* === START of HEADER & LOGO === */
  .header {
    width: 100%;
    position: absolute;
  }
  .header .row {}

  .header .logo-container {
    position: relative;
    z-index: 11;
  }

  .header .logo-container img {
    max-width: 350px;
    transition: all .5s ease-in-out;
    padding: .5em 0;
  }

  .head-container {
    display: none;
  }
  .page_156285 .head-container {
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10%;
  }
/* === END of HEADER & LOGO === */

/* === START of STICKY & TOP-BAR === */
  .sticky {
    background: rgb(255 255 255 / 0.75);
    z-index: 5 !important;
    transition: all .5s ease-in-out;
  }
  .page_156285 .sticky {
    background: rgb(255 255 255 / 0.5);
  }
  .sticky.is-at-top { /* transition: padding .5s; */ }
  .sticky.is-stuck {
    /* transition: padding .5s; */
    padding: 0;
    z-index: 11 !important;
    box-shadow: 0px 0px 5px 0px #252525;
    background: #fff;
  }
  .sticky.is-stuck .top-bar .logo-container {
    display: inline-block;
  }

  .sticky.is-stuck .top-bar .logo-container img { max-width: 250px; }

  .top-bar {
    padding: 0 !important;
    background: 0 !important;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .top-bar .logo-container {display: block;}
  .top-bar .bar-txt { display: none; }
  .sticky.is-stuck .navi {
      background: #027fb9;
    }
/* === END of STICKY & TOP-BAR === */

/* === START of NAVIGATION === */
  .nav {
    padding: 0;
    margin: 0 auto;
    float: none !important;
    line-height: 0;
  }
  .navi {
    background: #027fb9;
    position: relative;
    z-index: 10;
    display: flex;
    transition: all .3s ease-in-out;
  }
  .page_153430 .navi {
    display: none;
  }
  .menu .menu_inner ul {
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
    background: none;
    /* overflow: hidden; */
  } 
  .menu .menu_inner ul li {
    float: left;
    background: none;
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    margin-right: 3px;
  }

  .menu .menu_inner ul li:last-child { border: 0 none; }
  .menu .menu_inner ul li:hover {}
  .menu .menu_inner ul li.active {}

  .menu .menu_inner ul li a {
    display: block;
    background: 0;
    font-size: 15px;
    position: relative;
    color: #fff;
    text-decoration: none;
    padding: 13px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .menu .menu_inner ul li a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 6px;
	background-color: #fff;
	bottom: 0;
	right: 0;
	transition: all .4s ease-in-out;
  }
  .menu .menu_inner ul li a:hover:after,
  .menu .menu_inner ul li a.active:after {
	left: 0;
	width: 100%;
  }
  .menu .menu_inner ul li a:hover { }
  
  .menu .menu_inner ul li a.active {
    color: #fff;
  }
  .menu .menu_inner ul li ul {
    position: absolute;
    width: auto;
    background: #027fb9;
  }
  .menu .menu_inner ul li ul li {
    float: none;
    background: none;
    list-style: none;
    display: block;
    padding-left: 0px;
    border-bottom: 1px solid #ccc;
  }

  .menu .menu_inner ul li:hover ul {}
  .menu .menu_inner ul li ul li.active {}

  .menu .menu_inner ul li ul li a {
    display: block;
    background: 0;
    font-size: 13px;
    text-align: left;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 10px 30px 10px 20px;
  }
  .menu .menu_inner ul li ul li a:hover {
    border: none;
    color: #ccc;
    padding: 10px 30px 10px 20px;
  }
  .menu .menu_inner ul li ul li a.active {
    border: none;
    color: #ccc;
    padding: 10px 30px 10px 20px;
  }
  .menu .menu_inner ul li ul li ul {
    display: none;
    width: 200px;
    right: -200px;
    top: 0;
    position: absolute;
  }

  .menu .menu_inner ul li ul li:hover ul { display: block; }
  
  .menu .menu_inner ul li ul li ul li {
    border: none;
    list-style: none;
  }

  .menu .menu_inner ul li ul li ul li a { text-transform: none; }
  
  .menu .menu_inner ul li ul li ul:last-child {
    border: none;
    /* padding-bottom: 30px; */
  }

  .menu .menu_inner ul li:last-child { border: none; }
  .menu .menu_inner li ul { display: none; }
  .menu .menu_inner ul.main_menu li.active { /* display: block; */ }
  .menu .menu_inner ul.main_menu ul.sub_menu li ul.subsub_menu { display: none; }
  .menu .menu_inner ul.main_menu ul.sub_menu li ul.subsub_menu li a.active { color: black; }
  .menu .menu_inner ul.main_menu ul.sub_menu li.active { display: block; }
  .menu .menu_inner ul.main_menu ul.sub_menu li.active ul.subsub_menu { /* display: block; */ }
  .menu .menu_inner ul.main_menu ul.sub_menu li.active ul.subsub_menu li.active { display: block; }
/* === END of NAVIGATION === */

/* START of NAVIGATION ARROW === */
  .menu .menu_inner ul.main_menu .nav-arrow > a:before,
  .menu .menu_inner ul.main_menu .nav-arrow > a:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .menu .menu_inner ul.main_menu .nav-arrow > a:before {
    border-right: 5px solid transparent;
    top: calc(50% - 5px);
    left: -10px;
  }
  .menu .menu_inner ul.main_menu .nav-arrow > a:after {
    border-left: 5px solid #fff;
    top: calc(50% - 5px);
    right: 0px;
  }
  .menu .menu_inner ul.main_menu .nav-arrow > a:hover:before {
    border-left: 5px solid #fff;
    left: 5px;
  }
  .menu .menu_inner ul.main_menu .nav-arrow > a:hover:after {
    border-left: 5px solid #fff;
    right: -15px;
  }
/* === END of NAVIGATION ARROW === */

/* === START of MENU-TOGGLE === */
  .menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    float: right;
    z-index: 100000;
    margin: 0.8rem;
    color: #000;
  }
  .menu-toggle:hover,
  .menu-toggle:visited {
    color: #000;
  }
/* === END of MENU-TOGGLE === */

/* === START of OFF-CANVAS-NAVIGATION === */
  .off-canvas * { -webkit-backface-visibility: hidden; }
  .off-canvas .menu_inner { display: block!important; }
  
  .js-off-canvas-exit {
    z-index: 100 !important;
    background: rgba(0, 0, 0, 0.75) !important;
  }
  .off-canvas .menu_inner ul.sub_menu,
  .off-canvas .menu_inner ul.subsub_menu { display: none; }

  .off-canvas.position-right {
    background: #fff;
    height: 100%;
    border-top: 8px solid #027fb9;
  }

  .off-canvas .menu_inner { z-index: 10; }

  .off-canvas .menu_inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .off-canvas .menu_inner ul li {}

  .off-canvas .menu_inner ul li a {
    padding: 10px 20px;
    width: 100%;
    color: #929292;
    outline: none;
    display: block;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
  }
  .off-canvas .menu_inner ul li a.active {
    padding: 10px 15px;
    color: #027fb9;
    border-left: 5px solid #484848;
  }

  .off-canvas .menu_inner ul li ul li {background: #027fb9;}

  .off-canvas .menu_inner ul li ul li a {
    color: #fff;
    padding-left: 25px;
  }
  .off-canvas .menu_inner ul li ul li a.active {
    color: #ccc;
    border-left: 5px solid #fff;
    padding-left: 20px;
  }

  .off-canvas .menu_inner ul li ul li ul li a { padding-left: 35px; }
  .off-canvas .menu_inner ul li ul li ul li a.active { padding-left: 30px; }

  .off-canvas .menu_inner ul li a.tog,
  .off-canvas .menu_inner ul li a.sub-tog {
    padding: 10px 15px !important;
    width: 40px;
    position: relative;
    display: block;
    border-left: 1px solid #ccc !important;
    float: right;
    z-index: 10000;
  }

  .off-canvas-content, .off-canvas-content { overflow: hidden; }
/* === END of OFF-CANVAS-NAVIGATION === */

/* === START of SLIDESHOW === */
#slideshow {
  position: relative;
}
#slideshow .picture:first-child {
  position: relative !important;
  display: block !important;
}
#slideshow .picture {
  position: absolute;
  top: 0;
  left: 0;
}
  .full-width-slideshow-bg {
    width: 100%;
    position: relative;
  }
  .page_154234 .full-width-slideshow-bg {
    display: none;
  }
  .slideshow {
    margin: 0 auto;
    max-width: 100%;
  }
  .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
  } 
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
  }
  .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
  }
  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
  }
  .slider_content img {
    position: absolute;
    z-index: 3;
    width: 350px;
    left: 0;
    bottom: 50px;
    margin: 0 auto;
    padding: 2em 4em;
    background: rgb(255 255 255 / 0.7);
  }
  .page_156292 #slideshow .picture img,
  .page_156292 .rslides img,
  .page_156315 #slideshow .picture img,
  .page_156315 .rslides img,
  .page_156293 #slideshow .picture img,
  .page_156293 .rslides img,
  .page_157633 #slideshow .picture img,
  .page_157633 .rslides img,
  .page_157634 #slideshow .picture img,
  .page_157634 .rslides img,
  .page_156294 #slideshow .picture img,
  .page_156294 .rslides img,
  .page_156290 #slideshow .picture img,
  .page_156290 .rslides img,
  .page_156288 #slideshow .picture img,
  .page_156288 .rslides img,
  .page_156291 #slideshow .picture img,
  .page_156291 .rslides img,
  .page_156295 #slideshow .picture img,
  .page_156295 .rslides img,
  .page_160456 #slideshow .picture img,
  .page_160456 .rslides img {
    display: none !important;
  }
/* === END of SLIDESHOW === */

/* === START of STARTBILD FUER SMARTPHONE === */
  .mobilstart_img {
    display: none;
  }
  
  .mobilstart_img_inner {}
/* === END of STARTBILD FUER SMARTPHONE === */

/* === START of CONTENT === */
  #content_sec {}
  
  .content {
    margin-top: 0px;
    width: 100%;
  }
  .content:before, .content:after {
    content: " ";
    display: table;
  }

  .content:after { clear: both; }

  .module_textblock {}

  .row.content-box {
    max-width: 65rem;
    padding-bottom: 5em;
  }
  .about_section {
    background: url(/files/1902239/style/img/about_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .about_section .row {
  	padding: 5em 0;
  }
  .row.intro {
    padding: 0 0 5em;
    margin-top: -3em;
    position: relative;
    z-index: 10;
  }
  .icons_section .row {
  	padding-bottom: 5em;
    max-width: 100%;
  }
  .icons_section {
    width: 95rem;
    margin: 0 auto;
  }
  .icons_section .columns {
    padding: 0 2rem;
  }
  .icons_section img {
    height: 60px;
    width: auto;
    margin-bottom: .5em;
  }
  .icons_section a {
    text-decoration: none;
  }
  .icons_section span {
    color: #027fb9;
    font-weight: 600;
    font-family: 'Kaushan Script', cursive !important;
    font-size: 1.3rem;
  }  
  .icons_section p {
    color: #434343;
    font-weight: 400;
  }
  .angebot_section {
    background: url(/files/1902239/style/img/angebot_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .angebot_section .row {
  	padding: 5em 0;
  }
  .angebot_section p {
  	font-family: 'Kaushan Script', cursive;
  	color: #fff;
  	font-size: 1.5rem;
  	line-height: 60px;
  }
  .row.kontakt {
    max-width: 100%;
    height: 800px;
    padding: 7em 0;
    background: url(/files/1902239/style/img/kontakt_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .kontakt-box {
    padding: 0 5em !important;
  }
  .about-box p {
    color: #172339;
    font-weight: 700;
  }
  .icon {
    width: 50px;
    margin-top: 10px;
  }
  .text-box {
    padding: 4em 3em 0;
  }
  .title-a {
    color: #1d1d1d;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Kaushan Script', cursive !important;
    margin-bottom: 1rem;
    line-height: 50px;
  }
  .title-b {
    color: #1d1d1d;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif !important;
    margin-bottom: 1rem;
  }
  .uebersicht {
    width: 80%;
    margin: 0 auto;
  }
  .uebersichtsbox {
    position: relative;
    transition: all .3s ease-in-out;
    overflow: hidden;
    margin: 1rem 0;
    box-shadow: 0px 0px 30px 0px #c4c4c4;
  }
  .uebersichtsbox img {
    transition: all .5s ease-in-out;
  }
  .uebersichtsbox img:hover {
    transform: scale(1.1);
    overflow: hidden;
  }
  span.uebersichtstext:hover + img {
    transform: scale(1.1);
    overflow: hidden;
  }
  span.uebersichtstext {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #213a8f;
    transition: all .3s ease-in-out;
    font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
    z-index: 10;
    background: #fff;
    padding: 1.5rem 0;
    text-transform: uppercase;
  }
  .button {
    margin: 1rem 0 !important;
    padding: 1.5em 2em !important;
    background: #027fb9 !important;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }
  .button:hover {
    background: #005f8b !important;
    color: #fff !important;
    text-decoration: none;
  }
  .row.map {
    max-width: 100%;
  }
  .row.map .columns {
    padding: 0;
  }
  .row.content-box.map {
    padding-bottom: 0;
  }
.popper {
display: none;
}
.page_156285 .popper {
display: block;
}
.popper {
  position: fixed;
  top: 30%;
  left: 29%;
  width: 40%;
  z-index: 100;
  background: #fff;
  padding: 30px 20px 10px 20px;
  border: 2px solid #1779ba;
}
.popper h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 1.5rem !important;
}
.popper_close {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 30px;
    z-index: 100;
    background: #fff;
    padding: 20px 20px 0 20px;
    cursor: pointer;
}
.popper p, .popper ol {
  font-size: 15px;
  text-align: center;
}
.cc-window {
left: 1em;
}
.blau {
color: #027fb9;
font-weight: 800;
}
.two-columns {
    column-count: 2;
    column-gap: 0;
}
/* === END of CONTENT === */

/* === START of FOOTER === */
  div.site_foot { display: none; }
  div.foot { display: block; }

  div.foot_inner {
    position:relative;
    font-size: 11px;
  }
  div.foot, div.foot a { color:#666; }
/* === END of FOOTER === */

/* === START of CONTENT-INNER-FOOTER === */
  .content_inner_footer {
    background: #222;
    height: auto;
    bottom: 0;
    width: 100%;
    padding-top: 3rem;
  }
  .page_156285 .content_inner_footer,
  .page_156288 .content_inner_footer {
    margin-top: 0;
  }
  .content_inner_footer .row {max-width: 75rem;}
  .content_inner_footer p {
    font-weight: 600;
    color: #fff;
    font-size: .8rem !important;
  }

  .content_inner_footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease-in-out;
  }
  .content_inner_footer a:hover {
    color: #ccc;
    text-decoration: none;
  }
  .content_inner_footer .text-right a {
    text-transform: uppercase;
  }
  .content_inner_footer h2 {
  	color: #fff !important;
  	margin-bottom: 1em !important;
  }
  .content_inner_footer .fullWidth {
    background: #fff;
    padding: 10px 0 10px 0;
    margin-top: 2rem;
  }
  .content_inner_footer .fullWidth .siteCreated {
    background: none;
    color: #1e1e1e;
    display: block;
    font-size: 12px;
    font-weight: 600;
  }

  .content_inner_footer .fullWidth .siteCreated a {color: #1e1e1e;font-weight: 700;text-transform: none;}
  .content_inner_footer .fullWidth .siteCreated a:hover { text-decoration: underline; }
  .social {
    height: 50px;
    margin: .5em .5em 1em 0;
  }
/* === END of CONTENT-INNER-FOOTER === */

/* === START of SITE CREATED by NORDICWEB === */
  .siteCreated {
    display: none;
    text-align: center;
    background: #939393;
    font-size: 10px;
    color: #292929;
    bottom: 0;
    width: 100%;
  }
  .siteCreated a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
  }
  .siteCreated a:hover { color: #292929; }
/* === END of SITE CREATED by NORDICWEB === */

/* === START of MEDIA QUERIES === */

  /* Smartphones */
  @media only screen {}

  /* Tablets & kleine Monitore */
  @media only screen and (min-width: 40.063rem) and (max-width: 64.063em) {
    .logo-container img {
      max-width: 180px;
      padding: 1em 0;
    }
    .title-a {
      font-size: 1.7rem;
      line-height: 35px;
    }
    .title-b {
      font-size: 1.2rem;
    }
    .icons_section .columns {
      padding: 0 1rem;
    }
    .icons_section {
      width: 100%;
    }
    .icons_section span {
      font-size: 1rem;
    }
    .icons_section p {
      font-size: .8rem;
    }
    .icons_section img {
      height: 60px;
      margin-top: 1em;
    }
    .popper {
      top: 25%;
      left: 5%;
      width: 90%;
      padding: 20px;
    }
  }

  /* Normaler PC-Monitor */
  @media only screen and (max-width: 64.063em) {
    .header .logo-container img {
      max-width: 200px;
      padding: .5em 0;
    }
    .sticky.is-stuck .top-bar .logo-container img {
      max-width: 130px;
      padding: .5em 0;
    }
    .menu {
      display: none;
    }
    .sticky.is-stuck .top-bar .logo-container img {
      max-width: 150px;
      padding: .5em 0;
    }
    .row.content-box {
      max-width: 100%;
    }
    .head-container {
      bottom: 0;
    }
    .icons_section {
      padding-top: 2em;
    }
    .text-box {
      padding: 3em;
    }
    .uebersicht {
      width: 100%;
    }
    span.uebersichtstext {
      padding: 1rem 0;
    }
    .content_inner_footer .columns {
      text-align: left;
    }
    #preloader {
      display: none;
    }
    .smartphone {
      display: block;
    }
  }

  /* Normaler PC-Monitor */
  @media only screen and (min-width: 64.063em) {
    /* Loeschen, wenn der Header ohne Sticky genommen wird */
    .sticky.is-stuck .top-bar .logo-container {
    }
    .sticky.is-stuck .top-bar .logo-container img {max-width: 150px;}
    .menu-toggle,
    .menu-icon {
      display: none !important;
    }
  }

  /* Grosser PC-Monitor*/
  @media only screen and (min-width: 90.063em) {
  }
/* === END of MEDIA QUERIES === */

/* === ALTERNATIVE MEDIA QUERIES === */

  /* Smartphonegroesse */
  @media only screen and (max-width: 40.063rem) {
    .header .logo-container img {
      max-width: 160px;
      padding: .5em 0;
    }
    .sticky.is-stuck .top-bar .logo-container img {
      max-width: 130px;
      padding: .5em 0;
    }
    .mobilstart_img .logo-container img {
      max-width: 150px;
      padding: .8em 0;
    }
    .title-a {
      font-size: 1.5rem;
      line-height: 35px;
    }
    .title-b {
      font-size: 1.2rem;
    }
    .sticky.is-stuck .top-bar .logo-container img {
      max-width: 120px;
      padding: .8em 0;
    }
    .mobilstart_img {
      position: relative;
      display: block;
      width: 100%;
      height: 250px;
      background: url(/files/1902239/style/img/mobile_slide.jpg) no-repeat;
      background-size: cover;
      background-position: center;
    }
    .page_156285 .mobilstart_img {
      position: relative;
      display: block;
      width: 100%;
      height: 650px;
      background: url(/files/1902239/style/img/mobile_slide.jpg) no-repeat;
      background-size: cover;
      background-position: center;
    }
    .mobilstart_img .head-container {
      bottom: 0;
      display: none;
    }
    .page_156285 .mobilstart_img .head-container {
      display: block;
    }
    .icons_section {
      width: 100%;
      padding-top: 2em;
    }
    .icons_section img {
      height: 60px;
      margin-top: 1em;
    }
    .row.intro.bg {
      padding: 4em 1em;
    }
    .row.intro.bg img {
      margin-top: 1em;
      margin-bottom: .3em;
      width: 80px;
    }
    .row.content-box.about img {
      padding-right: 2em;
    }
    .row.content-box.about .about-text {
      padding: 1em;
    }
    .uebersichtsbox {
      margin-bottom: 1em;
      font-size: .9rem;
    }
    .row.content-box {
      max-width: 100%;
      padding: 2em 0;
    }
    .icon {
      padding-bottom: 0;
    }
    .row.kontakt {
      height: 430px;
      padding: 0;
    }
    .kontakt-box {
      padding: 3em 1em !important;
    }
    .content_inner_footer .row {
      max-width: 100%;
    }
    .content_inner_footer p {
      font-size: 1rem;
    }
    .content_inner_footer .columns {
      text-align: left;
    }
    #iframe1 {
      width: 100%;
    }
    .text-box,
    .about .row {
      padding: 3em 1em;
    }
    .popper {
      top: 20%;
      left: 5%;
      width: 90%;
      padding: 20px;
    }
    .popper h1 {
      font-size: 18px !important;
    }
  }

  /* Tabletgroesse - Querformat - falls nicht funktioniert, auslagern und an erster Stelle in der layout.css setzten */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}

  /* Groesse ungefaehr MacBook (Pro) */
  @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {}

.cc-window {
left: 1em;
}