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

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

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

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

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

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


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.8em;
	background-color: #fff;
    color: #1d1d1b;
}
.accordions-head-title, .accordion-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	line-height: 1.8em;
    color: #1d1d1b;
}
.accordion-content p {
}
.footer {
  	position: relative;
  	bottom: 0px;
  	/* Set the fixed height of the footer here */
  	//height: 250px;
  	width: 100%;
  	background-color: #fff;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

@media (min-width: 1100px) {
    .container {
      width: 1400px !important; } }


body > .container {
  padding: 50px 15px 0;
}
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a:active, a:hover {
  outline: 0;
  color: #000;
}
h1, h2, h3, h4 {
	color: #333;
}
h3 {
	font-size: 1.5em;
}
.container .text-muted {
  margin: 10px 0;
}
.weiss {
	background-color: #fff;
}
.sidebarcontainer, .footer {
	margin-bottom: 15px;
	font-size: 90%;
	line-height: 1.7em;
}
.sidebarcontainer ul {
	list-style: none;
	padding-left: 0;
}
.sidebarcontainer h3 a {
	font-weight: normal;
}
.header {
	background-color: #fff;
	padding-top: 10px;
	margin: 0;
	padding-bottom: 0;
}
.logo {
	margin: 0 !important;
    padding: 0 !important;
}
.resp .slick-prev {
    left: -15px;
    text-align: left;
}
.resp .slick-next {
    right: -15px;
    text-align: right;
}

.resp .slick-prev:before {
      font-family: "Font Awesome 5 Free"; 
      font-weight: 900; 
      content: "\f053";
      font-size: 2rem;
      color: #333;
    }

.resp .slick-next:before {
      font-family: "Font Awesome 5 Free"; 
      font-weight: 900; 
      content: "\f054";
      font-size: 2rem;
      color: #333;
    }
figure.fixedratio {
  padding-top: 70%;  
  background-size: cover;
  -moz-background-size: cover;  
  background-position: center;
  display: block;
}
figure.fixedratio2 {
  padding-top: 50%;  
  background-size: cover;
  -moz-background-size: cover;  
  background-position: center;
  display: block;
}
.overlay-content ul {
	list-style: none;
}
.overlay-content p, .overlay-content p a, .overlay-content ul, .overlay-content ul li, .overlay-content ul.navi li a {
	font-size: 4vw;
	line-height: 1.2em;
	font-weight: 200;
	text-transform: lowercase;
}
.overlay-content a:active, .overlay-content a:hover, .overlay-content ul.navi li a {
  outline: 0;
  color: #333;
}

.navbar-default .navbar-nav > li > a, .navbar-right .navbar-nav > li > a {
	color: #981c18;
	text-transform: uppercase;
	padding: 5px 10px 5px 0;
	height: auto;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li.active > a {	
	color: #666;
	height: auto;
}
.navbar-default .navbar-nav > li.current_page_item {
	text-decoration: underline;
	background-color: #fff;
	height: auto;
}
.navbar-default, .navbar-right  {
	border: transparent;
	border-radius: 0;
	background-color: #fff;
	padding: 0;
	margin: 0;
	text-align: right;
}
.navbar-default ul.navbar-nav, .navbar-default ul.nav, .navbar-default  .navbar-collapse,
.navbar-right ul.navbar-nav, .navbar-right ul.nav, .navbar-right  .navbar-collapse {
	padding: 10px 0 0 0;
	margin: 0;
}

.hero::before {    
      content: "";
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.75;
}
.hero2::before {    
      content: "";
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 40%;
      bottom: 0px;
      left: 0px;
      opacity: 0.75;
}

@media (max-width: 767px) {
  .slogan > h2 {
    font-size: 1.8em;
  }
  .header  {
  	padding-bottom: 10px;
  }
  ul.dropdown-menu {
  	position: relative;
  	width: 100%;
	}
}
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 870px;
  }
  .slogan {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
.page {
	//background-color: #efefef;
}
.page h2 {
	color: #333;	
}

.footer > .container {
  padding-bottom: 20px;
}
.footer ul, .footer li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.footer li a {
	color: #981c18;
	padding: 0 0 7px 0;
}
code {
  font-size: 80%;
}
.navbar {
}
.footer .text-muted {
	color: #666;
}
.footer, .footer a {
	color: #000;
	font-weight: bold;
}
.footer h3, .sidebarcontainer h3 {
	text-transform: uppercase;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: transparent;
  text-decoration: none;
}
ul.breadcrumb {
	background-color: transparent;
	padding: 0;
	font-size: 80%;
}
ul.liste {
	list-style-image: url('images/frauenzeichen_klein.png');
}
.foerderverein a, .foerderverein h3 {
	color: #005c66;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 2em 1em 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; }

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

#pagination {
	margin: 5px 0 5px 0;
}

#pagination a, #pagination .current {
	display: inline-block;
	padding: 5px 15px 5px 15px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.pages {
	display: inline-block;
	padding: 5px 15px 5px 15px;
	border: 1px solid #ccc;
	background-color: #981c18;
}
a .pages {
	display: inline-block;
	padding: 0;
	border: 0;
	background-color: #fff;
}
#pagination .current {
	background-color: #981c18;
	color: #fff;
}
/*
.row {
 -moz-column-width: 18em;
 -webkit-column-width: 18em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
  padding: 10px;
}
.masonry {
 display: inline-block;
 padding:  .5rem;
 width:  100%; 
}

.item {
 position:relative;
 display: block;
}
*/
.lh18 {
	line-height: 1.8em;
}
.lh28 {
	line-height: 2.8em;
}
.accordions .accordion-content {
    line-height: 1.8em; 
}
.pfeil {
	margin-top: 10px;
}
.pfeil a:hover, .pfeil2 a:hover {
	color: #fff;
	background-color: #333;
}
.pfeil a {
	padding: 10px 20px 10px 20px;
	margin-top: 50px !important;
	border: 1px solid #981c18;
}
.pfeil2 a {
	padding: 10px 20px 10px 0px;
	margin-top: 50px !important;
	border: 1px solid #981c18;
}
.exit-button, .exit-button2 {
	position: sticky;
	top: 30px;
	right: 0;
	z-index: 9999999999;
}
.resp {
	width: 100% !important;
}


/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 11000; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(255,255,255); 
  background-color: rgba(255,255,255, 0.9); /* Black w/opacity */
  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: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  font-size: 1em;
}
.overlay-content h4 {
	display: block;
	height: 40px;
}

/* The navigation links inside the overlay */
.overlay a {
  //padding: 8px;
  text-decoration: none;
  font-size: 1em;
  color: #000;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
  background: none;
}


/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 150px;
  left: 45px;
  font-size: 60px;
}

.overlay .navbar-nav{
    float:none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}
.overlay ul.navbar-nav {
	
}
.overlay ul.navbar-nav li {
  	text-align: left;
  	list-style: none;
  	padding: 0;
}
ul.navbar-nav li, ul.navbar-nav li a {
	color: #000;
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
}
ul.navbar-nav ul.dropdown-menu {
	visibility: visible;
	display: block;
	border: none;
  background-color: transparent;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
          box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}
.overlay .dropdown ul, dropdown ul li, .overlay .dropdown2 ul, .overlay dropdown2 ul li {
	background-color: #fff;
}
.overlay ul.sub-menu {
	margin-left: 0;
	padding-left: 5px;
	padding-top: 0;
}
.overlay ul.sub-menu li a {
	color: #000;
	text-transform: none;
	line-height: 28px;
	padding: 0 10px;
}
.overlay ul li a {
	background: none;
	color: #ff8c00;
	text-transform: uppercase;
	font-weight: bold;
}

.overlay ul.sub-menu li a, .overlay ul.sub-menu li a:hover {
	color: #000;
	font-weight: normal;
}

.overlay ul.sub-menu  li a:before {
   font-family: FontAwesome;
   content: "\f061";
   display: inline-block;
   color: #981c18;
   font-size: 14px;
   padding-right: 5px;
}

.overlay ul.sub-menu li a:hover {
	color: #fff;
	background-color: #666;
	cursor: pointer;
}
.overlay .social {
  font-size: 16px;
  line-height: 28px;
}
.overlay .social span {
	padding: 10px;
}


span.infobutton {
	color: #999;
	font-size: 1vw;
	border: 1px solid #999; 
	padding: 0px 7px 0px 7px;
	border-radius: 50%;
	margin-top: 4px !important;
}

#myBtn {
  display: block; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  left: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: none; /* Set a background color */
  cursor: pointer; /* Add a mouse pointer on hover */
  font-size: 30px; /* Increase font size */
}

#myBtn:hover {
  color: #000; /* Add a dark-grey background on hover */
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
  
}
