/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* playfair-display-regular - latin */
@font-face {
  font-family: 'PlayfairDisplay';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/playfair-display-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/playfair-display-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/playfair-display-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/playfair-display-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/playfair-display-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/playfair-display-v20-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
/* open-sans-regular - latin */
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../webfonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'OpenSansSemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../webfonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'OpenSansLight';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../webfonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}


html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
html, body {height:100%;}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.pageWrap {position:relative;width:100%;overflow-x:hidden;}
/* ----------------- NAVI --------------------- */
 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    
  background:white;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */

}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    
    top: 0; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
   
}
.overlay-content ul {list-style-type:none;padding:0 0 0 0%;margin:0;text-align:center;width:100%;}
.overlay-content ul li {  font-family: 'PlayfairDisplay';font-size:20px;width:100%;padding-bottom:20px;}
.overlay-content ul li a {font-size:25px;color:black;text-transform:uppercase;line-height: 32px;}
.overlay-content ul li.smallerNav {padding-bottom:10px;}
.overlay-content ul li.smallerNav a {font-size:15px;color:#ff7662;text-transform:uppercase;line-height: 22px;}
.overlay-content p{ font-family: 'PlayfairDisplay';font-size:20px;}

.overlay-content p {color:white;}
.overlay-content ul li a:hover {color:#616d78;} 
img[src="https://maps.gstatic.com/intl/en_us/mapfiles/iw_close.gif"] {
    display: none;
}
/* The navigation links inside the overlay */
.overlay a {padding: 0px 0px;text-decoration: none;font-family: 'PlayfairDisplay';font-size:20px;color:black;
  
    transition: 0.3s; /* Transition effects on hover (color) */
    text-transform:uppercase;
    
}
img.menuLogo2 {padding-bottom:50px;padding-top: 50px;}
.overlay a.menuLogo img {max-width:344px;padding-top:0;}

/* When you mouse over the navigation links, change their color */


/* Position the close button (top right corner) */
.overlay .closebtn {}
.overlay .closebtn .fa-times {font-size:30px;color:black;}
.overlay .closebtn  {cursor:pointer;color:white;font-size:30px;display:block;padding:10px 0;}


span.menuOpener {font-size:30px;color:black;cursor: pointer;display:inline-block;padding:10px 10px 10px 0;}



header {position:fixed;width:100%;background:rgba(255,255,255,0); transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;z-index:100;opacity:0;}
header.sticky {background:rgba(255,255,255,1);border-bottom:2px solid #fff;border-top:0px solid #fff; opacity:1;}



img.navLogo {height:70px;width:auto;padding:15px 0;}

.pagebg-container {
  background: url('../img/mainBG.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;  
  position: fixed;
  width: 100%;
}
p.text-muted {font-size:12px;padding:10px 0;}
form {margin:120px 0 0px 0;font-family: 'OpenSans';}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;font-size:11px;
}
.col-1.checkBoxHolder  {flex: 0 0 30px;

max-width: 30px;}



[type="checkbox"] {width:30px;height:30px;}
p {font-size:14px;}
p a {color:black;text-decoration:underline;}
label {font-size:13px;}
.form-control {font-size:14px;}
p.website {display: none;}

.btn.btn-dark {background:#2d5058;}
.card-header {background-color:transparent;border:0!important;}
.card {border:0;background:transparent;}
#accordion .btn {padding:0;}
#accordion .btn.btn-link:hover {text-decoration: none;}
#accordion .card-header h2 {font-size:30px;}
#accordion .card-header h2 span {display:inline-block;width:20px;font-family:'OpenSansSemiBold';text-align:left;}
img {width:100%;height:auto;}
img.topLogo {max-width: 300px;}
.logoHolder {padding-top:70px;}
h1 {font-family: 'PlayfairDisplay';font-size:40px;color:white;margin:0; padding:0px 0 0 0;position:relative;}
.whiteDivider {width:170px; height:2px;background:white;margin:30px auto;}

.carousel-inner {padding:100px 0 0 0;}

section#home {position:relative;height:95vH;}
section.contentSection {width:100%;max-width:1010px;position:relative;min-height:600px;margin:0 auto;padding-bottom:160px;}
section.contentSection:before { content: '';
  width: 100%;
  height: 70px;
  position: absolute;
  top: -43px;
  left: 0px;
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
  z-index: 10;background-color:white;}
.whiteBG {background:white;}
.blueBG {background:#0b2334;}
section.contentSection.blueBG:before { content: '';
  width: 100%;
  height: 70px;
  position: absolute;
  top: -43px;
  left: 0px;
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
  z-index: 10;background-color:#0b2334;}
.downArrow {position:relative;width:100%;top:-20px;z-index:11;}

h2 {font-family: 'PlayfairDisplay';font-size:60px;color:black;}
h3 {font-family: 'PlayfairDisplay';color:#2d5058;font-size:40px;}
h5 {font-family: 'OpenSans';font-size:20px;color:black;margin:0;padding:25px 0 15px 0;}
p {font-family: 'OpenSans';font-size:15px;color:black;line-height:25px;}
p a {color:black;}
img.logoGrau {position:relative;top:150px;left:-85px;}

.blueBG h2 {color:white;}
.blueBG h3 {color:#869dad;}
.blueBG h5 {color:white;}
.blueBG p {color:white;}
.blueBG p a {color:white;text-decoration:none;}
.blueBG p a i {font-size:40px;}
.blueBG p a span {display:inline;padding-left:20px;line-height:40px;vertical-align: bottom;}

.bioDivider {width:130px;height:7px;position: relative;background:#869dad;margin:40px 0 30px 0;}

.blueBGImage {position: absolute;bottom:0;right:-70px;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #fff;
background-color: #0b2334;
}
.nav-pills .nav-link {color: #fff;
background-color: #66878f;width:98%;font-family: 'PlayfairDisplay';font-size:24px;}

ul.tabListe {font-family: 'OpenSans';font-size:15px;color:black;line-height:25px;list-style-type: none;padding-left:0;margin-left:0;}
ul.tabListe li {padding-bottom:20px;position:relative;padding-left:35px;}
ul.tabListe li:before {position:absolute;content:'·';font-family: 'OpenSans';font-size:25px;color:black;top:0px;left:5px;}

ul.whiteContentList {font-family: 'OpenSans';font-size:15px;color:white;padding-top:25px;list-style-type: none;margin:0;padding:25px 0 25px 15px;}
ul.whiteContentList li {padding-bottom:20px;position:relative;padding-left:20px;}
ul.whiteContentList li:before {line-height:22px;position:absolute;content:'·';font-family: 'OpenSans';font-size:25px;color:white;top:0px;left:5px;}

.refBild {padding:2px;}
.imageContainer {

    position: relative;
    width: 100%;
    overflow: hidden;

}
.imageOverlay {

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: 

    rgba(0,0,0,0.2);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .3s ease;

}
.imageOverlay a {

    display: block;
    width: 100%;
    height: 100%;

}

.imageContainer:hover .imageOverlay {
  background:rgba(11,35,52,0.8);
  transform: scale(1);
}

.imageContainer .imageOverlay.visi{
  background:rgba(11,35,52,0.8);
  transform: scale(1);
}

h5.refHL {font-family: 'OpenSans';font-size:20px;color:white;font-weight:bold;margin:12% 0 0 0;padding:0;}
h5.refHLSmaller {font-family: 'OpenSans';font-size:15px;text-transform:uppercase;margin:8% 0 0 0;padding:0;}

p.nutzung {font-family: 'OpenSansLight';font-size:13px;text-transform:uppercase;margin:0 0 0 0;padding:0;font-weight:100;}
p.flaeche {font-family: 'OpenSansLight';font-size:13px;text-transform:uppercase;margin:7% 0 4px 0;padding:0;font-weight:100;line-height:17px;}
p.leistungen {font-family: 'OpenSansLight';font-size:13px;text-transform:uppercase;margin:0 0 0 0;padding:0;font-weight:100;line-height:17px;}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 780px) {
  .nav.nav-pills {display:block;}
  .nav.nav-pills .nav-item {margin-bottom:15px;}
.pagebg-container {

   
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vH;
    position: fixed;
    width: 100%;

}
h5.refHL {
font-family: 'OpenSans';
font-size: 18px;
color: white;
font-weight: bold;
margin: 11% 0 0 0;
padding: 0;
}
main.css:309
.carousel-inner {
padding: 50px 0 0 0;
}




}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  img.topLogo {max-width: 200px;}
}


@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

