@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');

body {
	background-color: #fff;
}

h4 {
	color: #007d8c;
}

p, span, h1, h2, h3, h4 {
	font-family: 'Inter', sans-serif;
	line-height: 1.3;
}

h1 {
	padding-top: 0.5rem;
}

.adjust-heading {
    white-space: nowrap;
}


@media screen and (max-width: 1000px) {

#content-desktop {display: none;}

}

@media only screen and (min-width: 768px) {
  #content-mobile {
    display: none;
  }
}

#header {
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
}

#header .row {
	display: flex;
	align-items: center;
	z-index: 1090;
}

#header .nav-link {
	color: #000;
	font-family: 'Inter';
	font-size: 15pt;
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
	padding-top: 1rem;
	border-top: 2px solid #e0e0e0;
	transition: .1s ease-in-out;
}

#header a.nav-link.active, #header a.nav-link:hover {
	color: #007d8c;
	border-top: 2px solid #007d8c;
}


#header a:hover {
	color: #007d8c;
}

#header .active {
	color: #007d8c;
}

#header .navbar-brand {
	display: inline-flex !important;
	align-items: center;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}

#header .navbar-brand img {
	position: relative;
    background: url(../images/finallogo.jpg);
    width: 400px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1000px) {

	h1 {
		text-align: center;
		font-size: 2rem !important;
		font-weight: 500 !important;
	}

#header .navbar-brand  {
 max-height: 7vh;

}
#header .navbar-brand img {
/* max-height: 7vh; */
max-width: 24vh; /*35 ohne insta button*/

}

#header .nav-link {
	border-top: none !important;
	font-size: 13pt !important;
}

.jamedaWrapper {
	height: auto;
}

.jamedaBewertungen {
	height: auto;
}

.jamedaBewertungen p {
	padding-top: 10px !important;
}

}

@media (min-width: 1000px) {
	.navbar-expand-lg .navbar-nav {
		gap: 40px;
	}
	
	#header ul {
	margin-left: 160px;}
	
	
	.jamedaWrapper {
		height: 262px;
	}
	
	.jamedaBewertungen {
	height: 242px !important;
	}
}

.coronaHinweis {
	padding: 0.4rem;
	background-color: #4f8f00;
	border-radius: 0.6rem;
	display: inline;
	font-weight: 500;
}


#header .carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.navbar {
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	margin:0 !important;
	padding: 0 15px!important;
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
}

.navbar-toggler {
	border-radius: 0 !important;
	border: 0px solid !important;
	font-size: 1rem !important;
}

@media only screen and (min-width: 768px) {
  #content-mobile {
    display: none;
  }
}
.navbar .terminenavbar {
	position:fixed; 
	top: 40%; 
	right: 0; 
	width: auto; 
	height: auto; 
	padding-top: 1.5rem;
}

.navbar .terminenavbar a {
	background-color: #8ae6ff;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	width: auto;
	height: auto;
	padding: 1em;
	display: flex;
	margin-bottom: 1rem;
	transition: background .2s ease-in-out;
	border-radius: 15px 0px 0px 15px;
}

.navbar .terminenavbar a:hover {
	background-color: #005b8c;
	color: #fff !important;
}

#terminMobile {
	position: fixed;
	right: 1%;
	bottom: 1rem;
	z-index: 999;
	display: none;
}

#termin {
	position:fixed; 
	margin-left: 1120px; 
	z-index: 20000;
}

#termin button, #terminMobile button {
	background-color: #007d8c;
	border-color: #007d8c;
}

#termin button:hover, #terminMobile button:hover {
	background-color: #23525d !important;
}

.smallTermin { display: none; }

@media (max-width: 1400px) {
	.smallTermin { display: inline-block; }
	.wideTermin { display: none; }
}

@media (max-width: 1279px) {

#termin {display: none;}
#terminMobile {display: block; }

}

@media screen and (max-width: 1000px) {

#terminMobile { left: 50%; transform: translateX(-50%); }

}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
  border-color: rgb(0,0,0);
} 

.stock {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.stock img {
	width:100%;
    max-height:500px;
    object-fit: cover;
	object-position: center bottom;
    overflow: hidden;
}

.ausbildung:hover {
	background-color: #de5d83;
	color: white;
}

.ausbildung {
	background-color: #fc6c85;
	color: white;
	border-radius: 0;
}

h1 {
	
	font-size: 3rem;
	font-weight: 400;
	overflow: hidden;
}

@media only screen and (min-width: 768px) {
	  h1:after {
	  content: "";
	  display: inline-block;
	  height: 0.5em;
	  vertical-align: bottom;
	  width: 100%;
	  margin-right: -100%;
	  margin-left: 10px;
	  border-top: 3px solid #007d8c;
	}
	
}


.information .display-4 {
	
    line-height: 1.2;
}

.about-wrapper {
	background-color: #007d8c;
	padding: 3rem 2rem !important;
}

.cardboard {
	margin-bottom: 1em;
}

.cardboard-wrapper {
	background-color: #007d8c;
}

.cardboard a {
	background-color: #2b9ba9;
	border-radius: 0;
	padding: 2em 2em;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	height: 100%;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	transition: background .2s ease-in-out;
}

.cardboard a:hover {
	background-color: #005b8c;
}

#content {
	padding-bottom: 20px;
}

#content .row{
    overflow: hidden; 
}

#content .schwerpunkte {
	text-align: center;
}

#content .schwerpunkte .card {
	width: 100%;
}


#content [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

#content h5 {
	color: #007d8c;
}

.img-circle {
	border-radius: 50%;
}

#content .information {
	background: #fff;
}


#content .corona ul li {
	margin-top: 0.5rem;
}

#content .sidebar {
	background: #fff;
}

#content .sidebarZeiten .table td {
	padding: 0.05rem;
	border: none;
}

.spacer {
	padding-bottom: 0.4rem !important;
	border: none;
}

#content .nav-item a {
	color: #007d8c;
	font-weight: bold;
}

.beschreibung h4 {
	margin-bottom: 1.2rem;
	margin-top: 1.2rem;
}

.row .profil {
	margin-bottom: 4rem;
}


.team {
	margin-left:1rem;
}

.team ul {
	margin-left:1rem;
}


.carouselbilder {
	height: auto; 
	width: 100%;
	max-width: 100%; 
	max-height: 700px;
	overflow:hidden;
}

.respCarousel {object-fit: cover; object-position: 0 0;}

@media screen and (max-width: 1000px) {

.carouselbilder {height: 29vh;}

.respCarousel {height: 29vh; object-position:center;}

}

.carousel-inner{
	height: auto; 
	width: 100%;
	max-width: 100%; 
	max-height: 700px;
	overflow:hidden;
}

#header .carousel-item {
	min-height: 0px !important;
}

#footer {
	background-color: #007d8c;
	color: #fff;
	padding-bottom: 2rem;
}

#footer .container a {
	color: #fff;
}

.responsivegoogle{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.responsivegoogle iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#cookieHinweis {
    position: fixed;
	min-height: 80px;
	max-height: 140px;
    z-index: 2000;
	bottom: 0px;
    width: 100%;
    background: rgba(0,0,0,0.7);
	text-align: center;
	vertical-align: middle;
	display: none;
	
}

#cookieHinweis p {
	padding: 0.2rem;
	color: #fff;
	margin: auto !important;
	}

#cookieHinweis button {
	padding: 0.2rem 0.1rem;
	vertical-align: center;
}


/* slider */
.bal-container{
    position:relative;
    width:100%;
    height:100%;
    cursor:grab;
    overflow:hidden;
    font-family:segoe ui,Tahoma,Geneva,Verdana,sans-serif
}
.bal-after{
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden
}
.bal-before{
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    z-index:15;
    overflow:hidden
}
.bal-before-inset{
    position:absolute;
    top:0;
    bottom:0;
    left:0
}
.bal-after img,.bal-before img{
    object-fit:cover;
    position:absolute;
    width:100%;
    height:100%;
    object-position:0% 20%;
    top:0;
    bottom:0;
    left:0;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none
}
@media screen and (max-width: 1000px) {

.bal-after img,.bal-before img{
    object-position:50% 50%;
}

}
.bal-beforePosition{
    background:#121212;
    color:#fff;
    left:0;
    pointer-events:none;
    border-radius:.2rem;
    padding:2px 10px
}
.bal-afterPosition{
    background:#121212;
    color:#fff;
    right:0;
    pointer-events:none;
    border-radius:.2rem;
    padding:2px 10px
}
.beforeLabel{
    position:absolute;
    bottom:0;
    margin:1rem;
    font-size:1em;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none
}
.afterLabel{
    position:absolute;
    bottom:0;
    margin:1rem;
    font-size:1em;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none
}
.bal-handle{
    height:41px;
    width:41px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-20px;
    margin-top:-21px;
    border:2px solid #fff;
    border-radius:1000px;
    z-index:20;
    pointer-events:none;
    box-shadow:0 0 10px #0c0c0c
}
.handle-left-arrow,.handle-right-arrow{
    width:0;
    height:0;
    border:6px inset transparent;
    position:absolute;
    top:50%;
    margin-top:-6px
}
.handle-left-arrow{
    border-right:6px solid #fff;
    left:50%;
    margin-left:-17px
}
.handle-right-arrow{
    border-left:6px solid #fff;
    right:50%;
    margin-right:-17px
}
.bal-handle::before{
    bottom:50%;
    margin-bottom:20px;
    box-shadow:0 0 10px #0c0c0c
}
.bal-handle::after{
    top:50%;
    margin-top:20.5px;
    box-shadow:0 0 5px #0c0c0c
}
.bal-handle::before,.bal-handle::after{
    content:" ";
    display:block;
    width:2px;
    background:#fff;
    height:9999px;
    position:absolute;
    left:50%;
    margin-left:-1.5px
}

/* Leistungen Icons */


.leistung-card {
  border: none;
  box-shadow: none;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 0;
}
.leistung-card .icon-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  /* height entfernt! */
}
.leistung-card .icon-row svg {
  max-width: 64px;   
  max-height: 100px;
  width: 100%;
  height: auto;
  display: block;
}
.leistung-card .title-row {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  min-height: 60px;   
  height: 60px;       
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.leistung-card .text-row {
  text-align: center;
  font-size: 1.2rem;
  color: #444;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-height: 64px;
}
.leistung-card {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .leistung-card {
    margin-right: 1.5rem;
  }
  .col-lg-3:last-child .leistung-card {
    margin-right: 0;
  }
}

.footer-section {
            background-color: #f8f9fa;
            padding: 60px 0 40px 0;
        }
        
        .logo-section h2 {
            font-size: 2.5rem;
            font-weight: 300;
            color: #333;
            margin-bottom: 0.5rem;
        }
        
        .subtitle {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 2rem;
        }
        
        .section-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .contact-info, .hours-info {
            font-size: 0.95rem;
            color: #555;
            line-height: 1.6;
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #333;
            color: white;
            text-align: center;
            line-height: 40px;
            margin-right: 15px;
            text-decoration: none;
            transition: background-color 0.3s;
        }
        
        .social-icons a:hover {
            background-color: #007d8c;
        }
        
        .memberships img {
            max-height: 120px;
            margin-right: 50px;
            margin-bottom: 15px;
			margin-left: 10px;
        }
        
        .current-positions-btn {
            background-color: #007d8c;
            color: white;
            border: none;
            border-radius: 50px;
            padding: 15px 30px;
            font-size: 0.9rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: background-color 0.3s;
            margin: 20px 0;
        }
        
        .current-positions-btn:hover {
            background-color: #23525d;
        }
        
        .footer-links {
            border-top: 1px solid #ddd;
            padding-top: 30px;
            margin-top: 40px;
            text-align: center;
        }
        
        .footer-links a {
            color: #666;
            text-decoration: none;
            margin: 0 15px;
            font-size: 0.9rem;
        }
        
        .footer-links a:hover {
            color: #007d8c;
        }
        
        .service-links {
            margin-top: 20px;
        }
        
        .service-links a {
            color: #666;
            text-decoration: none;
            font-size: 0.9rem;
            margin-right: 25px;
            margin-bottom: 8px;
            display: inline-block;
        }
        
        .service-links a:hover {
            color: #007d8c;
        }

