/***  respons_1 created by nordicweb.com ***/

/* === START of EINBINDEN DER FONT VON Z.B. GOOGLE FONTS === */
/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/fonts/raleway-v27-latin/raleway-v27-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/raleway-v27-latin/raleway-v27-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/raleway-v27-latin/raleway-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/raleway-v27-latin/raleway-v27-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/fonts/raleway-v27-latin/raleway-v27-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/raleway-v27-latin/raleway-v27-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/fonts/raleway-v27-latin/raleway-v27-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/raleway-v27-latin/raleway-v27-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fonts/raleway-v27-latin/raleway-v27-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/raleway-v27-latin/raleway-v27-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 === */
.cc-window {
left: 1em;
}
/* === 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%; 
  }

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #5a6770;
}

.module_lightbox_gallery.row.content_box.column {
    max-width: 58rem !important;
}

  body, table  {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: 'Montserrat', Helvetica Neue, 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: 'Raleway', Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    color: #000000 !important;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: bold;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #4a95b4 !important;
    font-weight: 600 !important;
  }
  h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #000 !important;
    font-weight: 600 !important; 
  }
  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h5 {
    font-size: 1.2rem;
    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: #4a95b4;
    text-decoration: underline;
  }
  a img { border: 0; }
  
  p {
    margin-bottom: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
  }

p.text {
  font-size: 2rem;
  font-size: inherit;
}

  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: 90%;
    padding: 1rem 0;
    transition: all .5s ease-in-out;
   }
/* === END of HEADER & LOGO === */

/* === START of STICKY & TOP-BAR === */
  .sticky {
    position: fixed !important;
    background: #4a95b4;
    z-index: 5 !important;
    transition: all .5s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgba(63, 63, 63, .68);
  }
  .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; */
  }

  .sticky.is-stuck .top-bar .logo-container img {
}

  .sticky.is-stuck .nav {
    padding-top: 24px;
    padding-bottom: 24px;
    transition: all .5s ease-in-out;
  }

  .top-bar {
    padding: 0 !important;
    background: 0 !important;
    width: 100%;
    max-width: 71rem;
    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-top: 35px;
    padding-bottom: 35px;
    margin: 0 auto;
    line-height: 0;
    float: right !important;
    width: auto !important;
    transition: all .5s ease-in-out;
  }
  .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;
    border-right: 2px solid #fff;
  }

  .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: #000;
    text-decoration: none;
    padding: 0 2px;
    margin: 8px 15px;
    padding: .3rem 0;
    text-transform: uppercase;
    transition: .5s ease;
    font-weight: 500;
  }
  
  .menu .menu_inner ul li a:hover {
    color: #4a95b4;
}
  
  .menu .menu_inner ul li a.active {
    background: none;
    color: #ffffff;
    background: #4a95b4;
    padding: .3rem .6rem;
  }
  .menu .menu_inner ul li ul {
    position: absolute;
    width: auto;
    background: #001a88;
  }
  .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: #fff;
    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 #dadada;
  }

  .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 #dadada;
    font-weight: 500;
  }
  .off-canvas .menu_inner ul li a.active {
    padding: 10px 15px;
    color: #4a95b4;
    border-left: 5px solid #4a95b4;
    text-decoration: none;
  }

  .off-canvas .menu_inner ul li ul li {background: #001d88;}

  .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: #fff;
    border-left: 5px solid #001d88;
    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 === */
  .full-width-slideshow-bg {
    width: 100%;
    position: relative;
    margin-top: 0;
  }
  .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;
  }

.slide_claim {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    /* background: rgba(144, 13, 39, .94); */
    /* padding: .4rem 0 1rem 0; */
    max-width: 120rem;
    width: 80%;
}
.slide_claim p {
    color: white;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    font-size: 3rem;
}
.slide_claim p:first-of-type {
    font-size: 4.4rem;
    font-weight: bold;
}
/* === END of SLIDESHOW === */

/* === START of STARTBILD FUER SMARTPHONE === */
  .mobilstart_img {
    display: block;
    width: 100%;
  }
  
  .mobilstart_img_inner {}
/* === END of STARTBILD FUER SMARTPHONE === */

/* === START of CONTENT === */
  #content_inner {
    margin: 4rem 0;
  }

  div#content_inner p:last-child {
    margin-bottom: 0;
  }

  #content_sec {}
  
  .content {
    margin-top: 0px;
    width: 100%;
  }
  .content:before, .content:after {
    content: " ";
    display: table;
  }

  .content:after { clear: both; }

  .module_textblock {
}

.video-start {
    margin-top: 6rem;
    background: #4a95b4;
    padding: 4rem;
}

div .sponsoren {
    padding: 2vw;
    text-align: center;
}
img.bepe-bau.small-12.medium-8.columns {
  width: auto;
  padding: 0 9vw 0 0;
}

.row.sponsoren {
    padding: 3vw 10vw;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}
/* === 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 {
    background: #4a95b4;
    bottom: 0;
    width: 100%;
    /* padding-top: 40px; */
    padding: 1rem 0 4rem 0;
  }
.small-12.medium-3.columns.text-right p {
    font-weight: 400;
}
  .content_inner_footer .row {max-width: 77rem;}
  .content_inner_footer .row img {
    width: 150px;
  }
  .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: #fff;font-weight: 500;}

  .content_inner_footer a {
    color: #fff;
    text-decoration: none;
    transition: .3s ease;
  }
  .content_inner_footer a:hover {
    color: #4a95b4;
    text-decoration: none;
  }
  .content_inner_footer .fullWidth {
    /* background: #ffffff; */
    /* padding: 10px 0 10px 0; */
    /* margin-top: 20px; */
  }
  .content_inner_footer .fullWidth .row .siteCreated {
    background: none;
    color: #ffffff;
    display: block;
    font-size: 1rem;
    font-weight: 500;
  }

  .content_inner_footer .fullWidth .siteCreated a {color: #ffffff;}
  .content_inner_footer .fullWidth .siteCreated a:hover { text-decoration: underline; }
/* === 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 {
    color: #ffffff;
    text-decoration: none;
  }
  .siteCreated a:hover { color: #292929; }
/* === END of SITE CREATED by NORDICWEB === */

/* === START of MEDIA QUERIES === */

  /* Smartphones */
  @media only screen {
    .mobilstart_img {
      display: block;
    }
    .slide_claim {
      top: 22%;
    }
    .slide_claim p {
      font-size: 2rem;
      text-align: center;
    }
    .slide_claim p:first-child {
      font-size: 2.2rem;
    }
    .content_inner_footer {
      text-align: center;
    }
  }


  /* Tablet HOCH */
  @media only screen and (min-width: 40.063rem) and (max-width: 50.062rem) {
    .mobilstart_img {
      display: none;
    }
    #slideshow {
      margin-top: 7rem;
    }
    .header .logo-container img {
      max-width: 50%;
    }
    .slide_claim {
      top: 50%;
      width: 90%;
    }
    .slide_claim p {
      text-align: right;
    }
  }

  /* Smartphones im Querformat */
  @media only screen and (min-width: 40.1rem) and (max-width: 51.483rem) and (orientation: landscape) {
    .site_body, .site, .off-canvas-wrapper {
      height: auto;
    }
    .content_inner_footer {
      position: relative;
    }
    #slideshow {
      margin-top: 5rem;
    }
    .slide_claim {
      top: 60%;
    }
  }


  /* Tablets QUER */
  @media only screen and (min-width: 50.063rem) {
    .header .logo-container img {
      max-width: 40%;
    }
    .mobilstart_img {
      display: none;
    }
    #slideshow {
      margin-top: 5rem;
    }
    .slide_claim {
      top: 55%;
    }
    .slide_claim p {
      font-size: 2.2rem;
      text-align: right;
    }
    .slide_claim p:first-child {
      font-size: 2.7rem;
    }
  }

  /* Normaler PC-Monitor */
  @media only screen and (max-width: 64.063em) {
    .menu {
      display: none;
    }
    .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; }
    .sticky.is-stuck .top-bar .logo-container img {
      max-width: 190px;
    }
    h1 {
      font-size: 2rem;
    }
  }

  /* Normaler PC-Monitor */
  @media only screen and (min-width: 64.063em) {
    .menu-toggle {
      display: none !important;
    }
    .menu-icon {
      display: none !important;
    }
    .nav {
      display: none;
    }
    .sticky.is-stuck .top-bar .logo-container img {max-width: 18rem;}
    .slide_claim {
      top: 50%;
    }
    .slide_claim p {
        font-size: 3rem;
    }
    .slide_claim p:first-of-type {
        font-size: 4.4rem;
    }
    .content_inner_footer {
      padding: 1rem 0;
    }
  }

  /* Groesser 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) {}