/* sen-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sen';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sen-v9-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
#index:before {
    content: ' ';
    display: block;
    background-image: url(../img/home/hintergrund4.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh; width: 100vw;
    top: 0; bottom: 0; left: 0; right: 0;
    position: fixed;
    z-index: -100;
}
#praxis:before {
    content: ' ';
    display: block;
    background-image: url(../img/home/hintergrund7.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -100;
}
#leistung:before {
    content: ' ';
    display: block;
    background-image: url(../img/home/hintergrund8.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -100;
}
#cont:before {
    content: ' ';
    display: block;
    background-image: url(../img/home/hintergrund3.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -100;
}
footer .jump a:link{
    font-size: x-large;
    color: white;
}
.topscroll{
	float: right;
}
body{
    font-family: "Sen";
    color: #3C3C3B;
}
main{

}
.section a:link{
	color: #fab800;
	font-weight: bold;
}
.section a:hover{
	color:#3C3C3B!important;
}
.section a:visited{
	color:#fab800;
}
#zeiten a:link{
    color: #3C3C3B;
    text-decoration: none;
    font-weight: normal;
}
#zeiten a:visited{
    color:#3C3C3B;
}
#zeiten a:hover{
    color:#FFFFFF!important;
}
.link-black a:link{
    color: #3C3C3B;
    text-decoration: none;
    font-weight: normal;
}
.link-black a:visited{
    color:#3C3C3B;
}
.link-black a:hover{
    color:#FFFFFF!important;
}
.hovereffect a:hover{
	color:#FFFFFF;
}
.overlay a:hover{
	color:#FFFFFF!important;
}
.oeffnungzeiten a:link{
	color: #5B5B5A;
}
.step-left{
    margin-left: -22px;
}
/*NAV*/
.bg-dark{
		background-color: #fab800!important;
	}
.bg-gray{    
	background-image: url(../img/home/hintergrund1m.jpg);
	background-repeat: no-repeat;
	background-clip: padding-box;
	background-size: cover;
	background-attachment: fixed;
	background-position: 51% 100%;
	background-origin: content-box;
	padding-top: 5em;
	padding-bottom: 5em;
}
.bg-gray1{
    background-image: url(../img/home/hintergrund1m.jpg);
	background-repeat: no-repeat;
	background-clip: padding-box;
	background-size: cover;
	background-attachment: fixed;
	background-position: 51% 100%;
	background-origin: content-box;
}
.bg-white{
    background-color: #FFFFFF!important;
}
.navbar .nav-link{
	font-size: 1.5rem;
}
.navbar .nav-link{
	border-bottom-style: none;
}

.navbar a:hover{
    color: #FFFFFF!important;
    /* [disabled]border-bottom-color: #6C6C6C; */
    /* [disabled]border-bottom-style: solid; */
    /* [disabled]border-bottom-width: thin; */
}
.nav-pills .nav-link {
	border-radius: 0rem;
}

.second-nav {
    position: fixed;
    top: 12em;
    margin-left: -140px;
    opacity: 0.8;
    z-index: 2356;
    text-align: right;
    transition: margin-left 0.5s ease-in-out;
}
.second-nav:hover{
	margin-left: 0px;
	opacity: 1;
}
li a:link{
    text-decoration: none!important;

}
header a:link{
    color: #000000;
    text-decoration: none;    
}
header a:visited{
    color: #000000;
    text-decoration: none;
    
}
header a:hover{
    color: #fab800;
}
.footer a:link{
    color: #3C3C3B;
    text-decoration: none;
}
.footer a:hover{color:#FFFFFF!important;}
.footer a:visited{color:#3C3C3B}

.links a img {
	-webkit-box-shadow: 0px 0px 20px rgba(255,255,255,1.00);
	box-shadow: 0px 0px 20px rgba(255,255,255,1.00);
}
.links a img:hover{
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.00);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.00);
}
/*Bilder zoomen*/
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
width:100%;
height:100%;
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}
/*
.hovereffect h2 {
	text-transform: uppercase;
	color: #E5E5E5;
	text-align: center;
	position: relative;
	font-size: 17px;
	background: rgba(0,0,0,0.6);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 10px;
}*/

.hovereffect p {
	text-transform: uppercase;
	color: #E5E5E5;
	text-align: center;
	position: relative;
	font-size: 17px;
	background: rgba(0,0,0,0.6);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}
/*
.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}*/

.hovereffect:hover p,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}


.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
/*ENDE BILDER ZOOMEN*/


/*AWESOME SYMBOLS*/
.fa-phone {
	color: #737171;
}
fas.fa-clock{
	color: #737171;
}
.fa-search{
	color: #737171;
}

.no-break{
    margin-top: -1rem;
}
.schriftbild{
	
}
section {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    /* [disabled]margin-top: 41em; */
}

.bg-scroll {
    height: 20em;
}
#slider{
    /* [disabled]margin-bottom: -50px; */
    /* [disabled]margin-top: 11.5em; */
}
#zeiten1{
	background-image: url("../img/home/hintergrund4.jpg");
	background-repeat: no-repeat;
	/* [disabled]background-clip: padding-box; */
	background-size: cover;
	background-attachment: fixed;
	background-position: 51% 100%;
	/* [disabled]background-origin: content-box; */
	min-height: 49em;
	padding-top: 23em;
	/* [disabled]padding-bottom: 8em; */
}
#zeiten2{
    background-image: url("../img/home/hintergrund7.jpg");
    background-repeat: no-repeat;
    /* [disabled]background-clip: padding-box; */
    background-size: cover;
    background-attachment: fixed;
    background-position: 51% 100%;
    /* [disabled]background-origin: content-box; */
    min-height: 49em;
    /* [disabled]padding-top: 23em; */
    /* [disabled]padding-bottom: 8em; */
}
#zeiten3{
	background-image: url("../img/home/hintergrund8.jpg");
	background-repeat: no-repeat;
	/* [disabled]background-clip: padding-box; */
	background-size: cover;
	background-attachment: fixed;
	background-position: 51% 100%;
	/* [disabled]background-origin: content-box; */
	min-height: 49em;
	padding-top: 23em;
	/* [disabled]padding-bottom: 8em; */
}
#zeiten4{
	background-image: url("../img/home/hintergrund3.jpg");
	background-repeat: no-repeat;
	/* [disabled]background-clip: padding-box; */
	background-size: cover;
	background-attachment: fixed;
	background-position: 51% 100%;
	/* [disabled]background-origin: content-box; */
	min-height: 49em;
	padding-top: 23em;
	/* [disabled]padding-bottom: 8em; */
}
#justgray{
	background-image: url(../img/home/hintergrund1.jpg);
	background-repeat: no-repeat;
	background-clip: padding-box;
	background-size: cover;
	background-attachment: fixed;
	background-position: 51% 100%;
	background-origin: content-box;
	height: 10em;
	/* [disabled]padding-bottom: 60px; */
}
#physio{
	padding-top: 5em;
	padding-bottom: 5em;
}
#praevio{
	padding-top: 5em;
	padding-bottom: 5em;
	background-color: #EBEBEA;
}
#wellness{
	padding-top: 5em;
	padding-bottom: 5em;
	background-color: #EBEBEA;
}
#einzel{
	padding-top: 5em;
	padding-bottom: 5em;
}
#zusatz{
	background-color: #EBEBEA;
	padding-top: 3em;
}
#impress{
	background-color: #e5e5e5;
}
.card-deck{
	padding-top: 49px;
	padding-bottom: 50px;
}
.card{
    background-color: rgba(255,255,255,0.00);
    border-style: none;

}
.card-title{
    background-color: rgba(255,255,255,0.00);
    font-weight: 600;
}

.card-body{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
b{
	font-weight: 500;
}
h1{}
.h1extension{
	font-size: 2rem;
	position: relative;
	top: -5px;
	
}

.klein{
font-size: 1.5rem;	
	
	
}

.extension{
	float: left;
	font-size: 2rem;
}
h4{
	
}
.fett{
    font-weight: 600;
}

.textgelb{
    font-weight: 600;
	color: #fab800;
}

.accordion-header button{
    font-size: 1.3rem;
}

.gelb{
    background-color: #fab800;
    padding-top: 10px;
    padding-left: 28px;
    padding-right: 33px;
    padding-bottom: 27px;
}
.oeffnungblock{
	background-color: #fab800;
	padding-top: 35px;
	padding-bottom: 35px;
	
	
	}

#anfahrt{
	background-color: #fab800;
	padding-top: 50px;
}

.logo1{
	width: 57px;
	height: auto;
	position: relative;
	top: -51px;
}
.logo2{
	width: 2em;
	height: auto;
	
}

.underline{
	border-bottom: thin dotted rgba(176,176,176,1.00);
}




.maps {
	width: 100%;
	height: 22em;
	padding-bottom: 0px;
	margin-bottom: -7px;
	border-style: none;
	margin-top: -51px;
}

.nav-pills .nav-link:hover {
	background-color: #FAB800;
	color: rgba(255,255,255,1.00);
}
.nav-pills .nav-link{
	background-color: rgba(188,186,186,1.00);
	color: #000000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #fab800;
}
.gutschein {
	margin-top: -100px;
	
}


.active {
    background-color: #fab800 !important;
    font-weight: bold;
    /* [disabled]font-size: large; */
}
/*accordion Colors*/
.accordion {
    background-color: #FFFFFF !important;
}
.accordion-item {
    background-color: #FFFFFF !important;
}
/*Kopf aufgeklappt*/
.accordion-button:focus {
    background-color: #fab800 !important;
    color: #000000;
}
.accordion-button:active {
  background-color: #fab800  !important;
}
/*Kopf zugeklappt*/
.accordion-button.collapsed {
    background-color: #FFFFFF !important;
    color: #fab800 !important;
}
.accordion-button:not(.collapsed)::after {
  background-color: #fab800 !important;
}
.accordion-button {
    color: #F39200;
    font-weight: 600;
}
.accordion-body {
  color: #000000;
  font-size: 1rem;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, .125);
}
.accordion-body .btn-warning{
    background-color: #D1D1D1 !important;
  color: rgba(24, 116, 103, 1.00);
}
.accordion-body button:hover{
    background-color: #D1D1D1 !important;
    color: rgba(255,255,255,1.00);
    border-color: #187467;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #fab800 ;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}
/*ENDE accordion Colors*/







#orange{
	height: 75px;
	background-color: #FAB800;
	background-image: url(../img/body/logo1.jpg);
	background-position: 49% 0%;
	background-repeat: no-repeat;
	background-size: contain;
}
footer{
    background-color: #fab800!important;
    padding-top: 39px;
    padding-bottom: 40px;
    font-size: small;
}
.abstand_unten {
	padding-bottom: 5em;	
}
.kein-abstand-unten{
    margin-bottom: -15px;

}
.eingerueckt {
	margin-left: 10px;	
}
#contact {
	padding-top: 5em;
	
}
.infobox{
	width: 70%;
}
.has-error{
    color: red;
}
.save input{
    height: 1px;
    -webkit-box-shadow: 0px 0px 0px rgba(255,255,255,0.00);
    box-shadow: 0px 0px 0px rgba(255,255,255,0.00);
    border-color: rgba(255,255,255,0.00);
    background-color: rgba(0,0,0,0.00);
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,0,0,0.00) 100%);
}
@media (max-width: 1550px){
	.navbar .nav-link{
	font-size: 1.3rem;
}
}
@media (max-width: 1280px){
	
.navbar .nav-link{
	font-size: 1.1rem;
}
#slider{
	/* [disabled]margin-top: 8em; */
	}

}
@media (max-width: 1199px){
.navbar .nav-link{
	font-size: 1.0rem;
}
/*LOGO OBEN*/
#page-top1 img{
    width: auto;
    /* [disabled]height: 110%; */
    margin-top: 30px;
}
    .step-left{
        margin-left: 0px;
    }

}
@media (max-width: 992px) {
#physio{
    padding-top: 0px!important;
    margin-top: -3em;
	}
.navbar-brand{
	font-size: 1.0rem;
	}
#slider{
    /* [disabled]margin-top: 3.5em; */
    margin-bottom: -5em;
}
.navbar .nav-link{
	font-size: 1.2rem;
}
.second-nav {
	display: none;
}
/*LOGO OBEN*/
#page-top1 {
	display: none;
}
#page-top1 img{
	display: none;
}
.oeffnungzeiten{
		display: none;
	}
/*NAVBAR*/



#impress{
	margin-top: 5em;
}
#justgray{
	background-attachment: scroll;
	
}
    .footer{
        text-align: center;
    }
}
@media (max-width: 600px) {
   
	.navbar-brand{
		font-size: 0.8rem;
	}
}

.anchorPos1 {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}
/*Google Maps Iframe loader*/

.karte1{
    width: 100%;
    /*min-height: 300px;*/
    margin-bottom: -6px;
}
#ccctc-145{
    background-image: url(../img/21_9_map.jpg);
}
.x-small{
    padding-left: 8px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 0px;
    font-size: small;
    text-align: center;
}
.tccontentbefore{
    width: 58%;
    margin-top: -148px;
    background-color: #FFFFFF;
    border-radius: 7px;
    padding-bottom: 1px;
    margin-left: 21%;
}
.ccctwoclickreveal-145{
    width: 50%;
    max-width: 50%;
    padding-left: auto;
    padding-right: auto;
    margin-left: 25%;
}
.ccctwoclickcontainer-145{
    margin-top: -107px;
}
.ccctwoclickdisable-145{
    color: #FFFFFF!important;
}
@media (max-width:769px){
   
.ccctwoclickreveal-145{
    width: 100%;
    max-width: 100%;
    padding-left: auto;
    padding-right: auto;
    margin-left: 0%;
} 
}
/*Google maps Iframe loader*/






.map{
    background-image: url(../img/21_9_map.jpg);
    width: 100%;
    height: auto;
    min-height: 17em;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

iframe{
    width: 100%;
    height: auto;
    min-height: 17em;
}
div.privacy-msg p {
    width: 60%;
    border: 1px solid black;
    padding: 5px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    font-size: small;
    background-color: rgba(159,159,159,0.80);
    height: auto;
}
