/***  respons_1 created by nordicweb.com ***/

/* === START of EINBINDEN DER FONT VON Z.B. GOOGLE FONTS === */

/* === 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: Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
    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: Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility; 
  }
  h1 {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; 
  }
  h2 {
    font-size: 2.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; 
  }
  h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; 
  }
  h4 {
    font-size: 1.75rem;
    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;
  }

  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 {max-width: 75rem;margin-right: auto;margin-left: auto;background: white;-webkit-box-shadow: 2px 2px 3px 0 rgb(153 153 153);-moz-box-shadow: 2px 2px 3px 0 rgba(153,153,153,1);box-shadow: 2px 2px 3px 0 rgb(153 153 153);}
  .header .row {}

  .header .row .logo-container {
    padding-top: 14px;
    padding-bottom: 12px;
    padding-left: 10px;
  }

  .header .row .logo-container img {
    width: 20%;
}
@media only screen {
  .header .row .logo-container img {
    width: 80%;
   }
}
@media only screen and (min-width: 40.063rem) {
  .header .row .logo-container img {
    width: 80%;
   }
}
@media only screen and (min-width: 64.063em) {
  .header .row .logo-container img {
    width: 52%;
   }
}
/* === END of HEADER & LOGO === */

/* === START of STICKY & TOP-BAR === */
  .sticky {
    background: #143d95;
    z-index: 5 !important;
  }
  .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;
  }
  .sticky.is-stuck .top-bar .logo-container {
    display: inline-block;
    margin: 0 -.5rem;
    top: 5px;
  }

  .sticky.is-stuck .top-bar .logo-container img { max-width: 61px; }

  .top-bar {
    padding: 0 !important;
    background: 0 !important;
    width: 100%;
    max-width: 61rem;
    margin: 0 auto;
  }

  .top-bar .logo-container { display: none; }
  .top-bar .bar-txt { display: none; }
/* === END of STICKY & TOP-BAR === */

/* === START of NAVIGATION === */
  .nav {
    padding: 0;
    margin: 0 auto;
    float: none !important;
    line-height: 0;
    width: 100%;
    position: relative;
    z-index: 999;
  }
@media only screen {
  .nav {
   }
}
@media only screen and (min-width: 40.063rem) {
  .nav {
   }
}
@media only screen and (min-width: 64.063em) {
  .nav {
   }
}

@media only screen {
  .menu {
    display: none!important;
   }
}
@media only screen and (min-width: 40.063rem) {
  .menu {
    display: none!important;
   }
}
@media only screen and (min-width: 64.063em) {
  .menu {
    display: block!important;
   }
}
div.menu ul li:first-child a {
    border-left: 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;
  }

  .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: 17px;
    position: relative;
    color: #565656;
    text-decoration: none;
    padding: 0 10px;
    text-transform: uppercase;
    border-left: 1px solid gray;
  }
  
  .menu .menu_inner ul li a:hover {
    color: black;
}
  
  .menu .menu_inner ul li a.active {
    color: black;
  }
  .menu .menu_inner ul li ul {
    position: absolute;
    width: auto;
    background: white;
  }
  .menu .menu_inner ul li ul li {
    float: none;
    background: none;
    list-style: none;
    display: block;
    padding-left: 0px;
  }

  .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: 17px;
    text-align: left;
    color: #565656;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 5px;
  }
  .menu .menu_inner ul li ul li a:hover {
    border: none;
    color: black;
    border-left: 3px solid #C3AE65 !important;
  }
  .menu .menu_inner ul li ul li a.active {
    border: none;
    color: black;
    border-left: 3px solid #C3AE65 !important;
  }
  .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: none;
    position: absolute;
    right: 0;
    float: right;
    z-index: 100000;
    margin: 0.8rem;
    color: #000;
    top: -42px;
  }
@media only screen {
  .menu-toggle {
    display: block!important;
   }
}
@media only screen and (min-width: 40.063rem) {
  .menu-toggle {
    display: block!important;
   }
}
@media only screen and (min-width: 64.063em) {
  .menu-toggle {
    display: none!important;
   }
}
  .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: white;
    height: 100%;
  }

  .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: black;
    outline: none;
    display: block;
    border-bottom: 1px solid grey !important;
    font-size: 16px;
  }
  .off-canvas .menu_inner ul li a.active {
    padding: 10px 15px;
    color: black;
    border-left: 3px solid #C3AE65 !important;
  }

  .off-canvas .menu_inner ul li ul li {background: white;}

  .off-canvas .menu_inner ul li ul li a {
    color: black;
    padding-left: 45px;
  }
  .off-canvas .menu_inner ul li ul li a.active {
    color: black;
    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 grey !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: 75rem;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
  }
@media only screen {
  .full-width-slideshow-bg {
    width: 100%;
   }
}
@media only screen and (min-width: 40.063rem) {
  .full-width-slideshow-bg {
    width: 75rem;
   }
}
@media only screen and (min-width: 64.063em) {
  .full-width-slideshow-bg {
    width: 75rem;
   }
}
.logo_container {
    width: 32%;
    float: right;
    position: relative;
    top: -4px;
}
@media only screen {
   .logo_container {
      width: 100%;
      top: -28px;
   }
}
@media only screen and (min-width: 40.063rem) and (max-width: 50.063rem) {
   .logo_container {
      width: 16%;
      top: -4px;
   }
}
@media only screen and (min-width: 50.063rem) {
   .logo_container {
      width: 22%;
      top: -4px;
   }
}
@media only screen and (min-width: 64.063em) {
   .logo_container {
      width: 32%;
      top: -4px;
   }
}
.logo_container .medium-3 {
    width: 25%!important;
}
.logo_container .column,
.logo_container .columns {
    padding-right: 0rem!important;
    padding-left: 0rem!important;
}
.logo_zeile {
}
.logo_spalte {
}

div#slideshow {
    display: block;
    -webkit-box-shadow: 2px 2px 3px 0 rgb(153 153 153);
    -moz-box-shadow: 2px 2px 3px 0 rgba(153,153,153,1);
    box-shadow: 2px 2px 3px 0 rgb(153 153 153);
    background: #fff;
    width: 66%;
}
@media only screen {
  div#slideshow {
    display: none;
    width: 66%;
    margin-left: 0px;
   }
}
@media only screen and (min-width: 40.063rem) and (max-width: 50.063rem) {
  div#slideshow {
    display: block;
    width: 41%;
    margin-left: 18px;
   }
}
@media only screen and (min-width: 50.063rem) {
  div#slideshow {
    display: block;
    width: 57%;
    margin-left: 18px;
   }
}
@media only screen and (min-width: 64.063em) {
  div#slideshow {
    display: block;
    width: 66%;
    margin-left: 0px;
   }
}
div#slideshow img {
    padding: 10px;
}
  .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;
  }

.slide_claim {
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
    color: #fff;
    bottom: 10rem;
}
@media only screen {
   .slide_claim {
      bottom: 10rem;
   }
}
@media only screen and (min-width: 40.063rem) {
   .slide_claim {
      bottom: 2rem;
   }
}
@media only screen and (min-width: 64.063em) {
   .slide_claim {
      bottom: 10rem;
   }
}

.slide_claim p {
    font-size: 2.8rem;
    font-family: 'Homemade Apple', cursive;
    color: #dcab00;
    margin-bottom: -40px;
    text-transform: none;
}
.slide_claim span {
    margin-bottom: 0.7em;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 40px;
}

/* === END of SLIDESHOW === */

/* === START of STARTBILD FÃœR SMARTPHONE === */
  .mobilstart_img {
    display: none;
    width: 100%;
  }
@media only screen {
  .mobilstart_img {
     display: block;
  }
}
@media only screen and (min-width: 40.063rem) {
  .mobilstart_img {
     display: none;
  }
}
@media only screen and (min-width: 64.063em) {
  .mobilstart_img {
     display: none;
  }
}
  
  .mobilstart_img_inner {}
/* === END of STARTBILD FUER SMARTPHONE === */

/* === START of CONTENT === */
  #content_sec {}
  
  .content {
    padding-top: 68px;
    width: 100%;
    padding-bottom: 30px;
  }
@media only screen {
  .content {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 40.063rem) {
  .content {
    padding-top: 68px;
  }
}
@media only screen and (min-width: 64.063em) {
  .content {
    padding-top: 28px;
  }
}
  .content:before, .content:after {
    content: " ";
    display: table;
  }

  .content:after { clear: both; }

  .module_textblock {}

.center {
   text-align: center;
}


.module_textblock a {
    color: #838b97!important;
}

.module_textblock strong,
.module_textblock b {
    color: black!important;
}

.white_box {
    -webkit-box-shadow: 2px 2px 3px 0 rgb(153 153 153);
    -moz-box-shadow: 2px 2px 3px 0 rgba(153,153,153,1);
    box-shadow: 2px 2px 3px 0 rgb(153 153 153);
    overflow: hidden;
    float: left;
    padding: 30px 20px 20px 20px;
    background: #fff;
    margin-bottom: 20px;
    color: black;
    width: 100%;
}

.umrandung {
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #D9D9D9;
    padding: 7px 15px 7px 15px;
    margin-right: 20px;
    float: left;
}

/* === END of CONTENT === */

/* === START of FOOTER === */
  div.site_foot { display: none; }
  div.foot { display: none; }

  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 {
    height: auto;
    bottom: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: grey;
  }

  .content_inner_footer .row { max-width: 61rem; }
  .content_inner_footer .row div { display: table; }

  .content_inner_footer .row div div {
    display: table-cell;
    float: none;
    vertical-align: middle;
    text-align: center;
  }

  .content_inner_footer .row div div a { display: block; }
  .content_inner_footer p {color: #D9D9D9;font-size: 12px;margin-bottom: 0rem;}

  .content_inner_footer a {
    color: #fff;
    text-decoration: none;
  }
  .content_inner_footer a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .content_inner_footer .fullWidth {
    background: grey;
  }
  .content_inner_footer .fullWidth .siteCreated {
    background: none;
    color: #FFF;
    display: block;
    text-align: right;
    font-size: 11px;
  }

  .content_inner_footer .fullWidth .siteCreated a {color: #ebc400;font-weight: bold;text-decoration: none;}
  .content_inner_footer .fullWidth .siteCreated a:hover { text-decoration: underline; }

.content_inner_footer img {
}

/* === 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: 11px;
    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) {}

  /* Normaler PC-Monitor */
  @media only screen and (max-width: 64.063em) {
    /* LÃ¶schen, wenn der Header ohne Sticky genommen wird */
    .sticky { padding-top: 0; }
    .sticky.is-stuck { transition: padding .5s; }
    .sticky.is-stuck .top-bar .bar-txt {
      display: inline-block;
      color: #fff;
      margin: 0 -1rem;
    }
    .sticky.is-stuck .top-bar .bar-txt p { margin: 0.35rem 0; }
  }

  /* 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 {
      margin: 0 -1rem;
      top: 5px;
    }
    .sticky.is-stuck .top-bar .logo-container img { max-width: 100px; }
  }

  /* 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) {}

  /* 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) {}