/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v43-latin-300.woff2') format('woff2');
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v43-latin-500.woff2') format('woff2');
}

body {
	text-rendering: optimizeLegibility;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    -moz-font-feature-settings: "kern=1";
    /* pre-Firefox 14+ */
    -webkit-font-feature-settings: "liga", "kern";
    -moz-font-feature-settings: "liga", "kern";
    /* Firefox 14+ */
    font-feature-settings: "liga", "kern";
    /* standard */
    font-kerning: normal;
    /* Safari 7+, Firefox 24+, Chrome 33(?)+, Opera 21+*/
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
}

/* Navbar früher zusammenklappen */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
		display: block;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.navbar-collapse {
	background-color: white;
	border: none;
}

.active {
    background-color:yellow;
}


a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.header {
	background: transparent url("../images/header_151103.jpg") no-repeat center center;
	background-size: cover;
	margin-top: 80px !important;
}

.wiruberuns {
	margin-top: 50px;
	height: 350px !important;
	background: transparent url("../images/ueberuns.jpg") no-repeat center center;
	background-size: cover;
}

.grau {
	background-color: #F8FAFA;
	margin-bottom: 0px;
}

.blau {
	background-color: #272e5a;
	margin-bottom: 0px;
}

.blau h1, .blau p, .blau h2, .blau h3 {
	color: white !important;
	font-weight: 300 !important;
}

.blau h1 {
	line-height: 42px !important;
	text-transform: none !important;
	margin-bottom: 35px !important;
}

.blau-abstand {
	margin-top: 30px !important;
}

.blau a.telefon {
	font-weight: 300 !important;
	color: white !important;
	font-style: normal;
	text-decoration: none;
}

.anzeige {
	background-color: #272e5a;
	padding: 25px 25px;
	position: absolute;
	top: 150px;
	left: 200px;
	color: white;
	font-size: 32px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
}

/* circle */
.circle-text {
	position: relative;
	margin-top: 125px;
	width: 300px;
	height: 300px;
	padding: 10px;
	right: 10%;
}
.circle-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: rgb(215, 52, 37);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.circle-text div {
  float: left;
  width: 100%;
  padding-top: 25%;
  margin-top: -0.5em;
  text-align: center;
}

.circle-text a {
	font-family: "Open sans", sans-serif;
	font-size: 32px !important;
	font-style: italic;
	font-weight: 300;
	color: white !important;
	display: block;
}

.circle-text-klein {
	font-family: "Open sans", sans-serif;
	font-size: 22px !important;
	font-style: italic;
	font-weight: 300;
	color: white !important;
}

/* neueoeffnungszeiten */
.neueoeffnungszeiten-text {
	position: absolute;
	width: 200px;
	height: 200px;
	padding: 10px;
	right: 0%;
	top: -60%;
}
.neueoeffnungszeiten-text:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #e43;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.neueoeffnungszeiten-text div {
  float: left;
  width: 100%;
  padding-top: 27%;
  text-align: center;
  font-family: "Open sans", sans-serif;
  font-size: 22px !important;
  font-style: italic;
  font-weight: 300;
  color: white !important;
}



/* Schriftgröße Aufmacherbild bei xs kleiner */
@media (max-width: 992px) {
	.circle-text {
		margin-top: 0px;
		right: 0px;
		left: -10px;
		height: 200px;
		width: 200px;
	}
    .circle-text a  {
        font-size: 22px !important;
    }

    .circle-text-klein {
    	font-size: 16px !important;
    }

    .neueoeffnungszeiten-text {
		top: -30%;
	}
}




.weiss {
	background-color: white;
}

.karte {
	padding: 0 0 0 0;
}

.jumbotron.karte {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.karte iframe{
    pointer-events: none;
}

.footer {
	background-color: #272e5a;
	margin-bottom: 0px;
}

.abstand-team {
	margin-top: 25px;
	margin-bottom: 25px;
}

.bild_text {
	margin: 25px 0 25px 0;
}

.menu, .menu a:link, .menu a:visited {font-family: "Open sans", sans-serif; font-weight: 300; text-transform: uppercase; text-decoration: none; margin: 29px 0 0 0; padding: 0px 0px 16px; font-size: 20px; line-height: 24px; color: black !important;}
.menu:hover, .menu:active, .menu:focus {text-decoration: none !important; color: #272e5a !important;}
.menu a:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px #272e5a !important;
}
.menu a:focus-visible {
  outline: 2px solid #272e5a !important;
  outline-offset: 2px;
}

.menu_aktiv {
	color: #272e5a !important;
}

.navbar-nav > li.active > a{
    color: #272e5a !important;
    background-color: white !important;
}

.impressum {
	text-align: right;
}

.impressum, .impressum a:visited, .impressum a:link {
	font-family: "Open sans", sans-serif; font-weight: 300 !important; text-transform: uppercase; text-decoration: none; font-style: normal;
}
.impressum:hover, .impressum:active {text-decoration: none; }

.abstandaufnull {
    padding-left: 0 !important;
    text-align:center;
	padding-top: 28px;
	background-color: white;
	margin-right: 15px;
	margin-left: 0;
}

.menu-mobile {
	margin-top: 0 !important;
}

.menu-mobile ul li:last-child {
	padding-right: 0 !important;
}


.navbar-brand {
	/* max-width: 30%; */
    overflow: visible;
	height: auto;
}



a:hover>.img-circle {
	opacity: 0.9 !important;
}



.navbar {
	margin-bottom: 10px;
	height: 125px;
}

.hauptnav {
	background: white;
	border: none;
}

.navbar-toggle {
	margin-top: 34px;
}

.logo_xs {
	margin-top: 15px;
	margin-left: 10px;
}


.header {
	margin-top: 100px;
}

.header_sub {
	margin-top: 80px !important;
}

.footer p {
	font-size: 16px !important;
	line-height: 24px !important;
	font-family: "Open sans", sans-serif;
	font-weight: 300;
	color: white !important;
}

.footer h1 {
	color: white !important;
	font-size: 19px !important;
	text-transform: uppercase;
	line-height: 24px;
	font-family: "Open sans", sans-serif;
	font-weight: 700 !important;
}

.footer p a, .footer p a:link, .footer p a:active, .footer p a:hover, .footer p a:visited, .footer p a:focus,
.blau p a, .blau p a:link, .blau p a:active, .blau p a:hover, .blau p a:visited, .blau p a:focus {
	color: white !important;
	font-weight: 600;
}

.footer p a:hover, .footer p a:focus, .footer p a:active,
.blau p a:hover, .blau p a:focus, .blau p a:active {
	color: white !important;
	font-weight: 600;
	text-decoration: underline;
}

.tuv {
	width: 100%;
	text-align: right;
}


.zitat {
	font-family: "Open sans", sans-serif;
	font-size: 32px !important;
	font-style: italic;
	line-height: 42px !important;
	font-weight: 300;
	margin: 50px 0 100px 0;
}

.intro {
	font-family: "Open sans", sans-serif;
	font-size: 24px !important;
	line-height: 32px;
	font-weight: 300;
}

/* Schriftgröße Aufmacherbild bei xs kleiner */
@media (max-width: 505px) {
    .intro  {
        font-size: 18px !important;
        line-height: 22px !important;
        margin: 10px 0 0 0;
    }
}

.weite70 {
	width: 70%;
}


.abstand_100 {
	height: 100px;
}

.abstand_50 {
	height: 50px;
}

.abstand_25 {
	height: 25px;
}

.footer a.telefon {
	font-weight: 300 !important;
	font-style: normal;
	text-decoration: none;
}

.adresse a.telefon {
	font-weight: 300 !important;
	font-style: normal;
	text-decoration: none !important;
}

.jumbotron {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

h1, .jumbotron h1 {
	font-family: "Open sans", sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 25px;
	color: black;
}

h2, .jumbotron h2 {
	color: black;
	font-family: "Open sans", sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0px 0px 16px;
	margin: 0 0 0 0;
}

h3 {
	font-weight: 300;
}

p, .jumbotron p {
	font-family: "Open sans", sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	padding: 0px;
	color: black;
}

ul {
	font-family: "Open sans", sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	padding: 0px;
	color: black;
	list-style-position: inside;
}

.adresse p {
	font-family: "Open sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	padding: 0px;
	color: black;
}

p a, p a:link, p a:visited {
	color: black !important;
	font-style: italic;
	font-weight: 600 !important;
}

p a:hover, p a:focus, p a:active {
	color: #272e5a !important;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

.team-class {
	text-transform: lowercase;
}

.subline-team {
	font-size: 18px !important;
	line-height: 24px !important;
}

.hoehe-team {
	height: 400px;
}

.hoehe-partner {
	height: 125px;
	margin-top: 25px;
	text-align: center;
}

.auszeichnung {
	font-family: "Open sans", sans-serif;
	font-style: italic;
	font-weight: 600;
}

form {
	color: #6B6B6B;
	line-height: 20px;
	text-align: left;
	font-size: 20px;
	font-family: Open sans, sans-serif;
	font-weight: 300;
}

form label {
	color: #6B6B6B;
	line-height: 20px;
	text-align: left;
	font-size: 20px;
	font-family: Open sans, sans-serif;
	font-weight: 300;
}

form input, form textarea{
    background-color:#f2f2f2 !important;
    color: #FFF;
}

form button {
	width: 200px;
	font-family: "Open sans", sans-serif;
	font-weight: 600 !important;
	text-transform: uppercase;
}

/* ========================================
   BARRIEREFREIHEITS-STYLES
   ======================================== */


/* Bessere Sichtbarkeit für Tastaturnutzer */
.navbar-nav a:focus {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}

/* Links mit Bildern als Block-Element behandeln */
.col-md-4 a,
.col-md-3 a,
.col-sm-6 a,
.hoehe-team a,
.navbar-header a {
	display: block;
	text-decoration: none;
}

.navbar-nav .menu:focus {
  /* outline: none !important; */	
}

.navbar-nav .menu a:focus-visible {
	outline: 1px dotted #272e5a !important;
	outline-offset: 2px;
}

/* Cookie Consent Styles */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #272e5a;
  color: white;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  display: none;
}
.cookie-banner.show {
  display: block;
}
.cookie-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.cookie-banner p {
  margin: 0;
  flex: 1;
  min-width: 300px;
}
.cookie-banner .btn {
  background: #fff;
  color: #272e5a;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.cookie-banner .btn:hover {
  background: #f0f0f0;
}
.cookie-banner .btn-secondary {
  background: transparent;
  color: white;
  border: 1px solid white;
}
.cookie-banner .btn-secondary:hover {
  background: rgba(255,255,255,0.1);
}
.cookie-banner p a {
  color: white !important;
  text-decoration: underline;
}
.cookie-banner p a:hover {
  color: #f0f0f0 !important;
}
@media (max-width: 768px) {
  .cookie-banner .container {
    flex-direction: column;
    text-align: center;
  }
  .cookie-banner p {
    min-width: auto;
  }
}

/* Cookie Settings Modal */
.cookie-settings {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.cookie-settings.show {
  display: flex;
}
.cookie-settings-content {
  background: white;
  max-width: 660px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 10px;
  padding: 30px;
}
.cookie-settings h3 {
  margin-top: 0;
  color: #272e5a;
}
.cookie-settings .btn-group {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.cookie-settings .btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}
.cookie-settings .btn-primary {
  background: #272e5a;
  color: white;
}
.cookie-settings .btn-secondary {
  background: #6c757d;
  color: white;
}
.cookie-settings .btn-danger {
  background: #dc3545;
  color: white;
}
.cookie-settings .close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}
