/*	#b2b2b2 = helles grau
	#575556 = dunkles grau
	#009196 = türkis
 */
 
html {
	font-size: 18px;
	line-height: 1.5;
}
 
body {
	color: #575556;
	font-family: 'Roboto';
	font-weight: 300;
}

.turquoise {
	color: #009196;
}

.bg-turquoise {
	background-color: #009196;
	color: #ffffff;
	color: white;
}

.bg-white {
	background-color: #ffffff;
}

.bg-lightgrey {
	background-color: #E8E8E8;
}

.bg-grey {
	background: #E8E8E8;	
}

.img-thumbnail {
}

/* SCHRIFTEN :::::::::::::::::::::::::::::::::::: */


h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	font-size: 3.5rem;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	color: #009196
}

h3 {
	font-size: 1.15rem;
	line-height: 1.6rem;
}

b {
	font-weight: 700;	
}

p {
	font-size: 1.15rem;
	line-height: 1.6rem;
}

.small {
	font-size: 0.75rem;
	line-height: 1rem !important;
	font-weight: 300;
}

a {
	color: inherit !important;
}

/* NAVIGATION :::::::::::::::::::::::::::::::::::: */

.navbar {
	box-shadow: 0px 0px 10px #575556;
}

.navbar-brand img {
	height: 3rem;
}

.navbar-dark .navbar-toggler {
	color: white !important;
	border-color: white !important;
}

.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.toggler-icon {
	font-size: 28px;
}

.nav-link {
	font-weight: 400;
	color: white !important;
}

.btn-nav {
	color: white;
	background-color: #009196;
	border-color: white;	
}

.btn-nav:hover {
	color: #009196;
	background-color: white;
	border-color: white;
}

/* TOP :::::::::::::::::::::::::::::::::::: */

.top {
	margin-top: 5rem;
	height: 20vw;
	min-height: 200px;
	background-image: url('physiotherapie-praxis-immenstadt.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
	.top {
		height: 30vw;
	}

}

.praxis  {
	height: 20vw;
	min-height: 200px;
	background-image: url('physio-praxis-immenstadt.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
	.praxis {
		height: 35vw;
	}

}

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

/* BOX :::::::::::::::::::::::::::::::::::: */

.box-inner {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}

.before {
	width: 100%;
	height: 30px !important;
	background-image: url('before.png');
	background-repeat: no-repeat;
	background-size: cover;
}	

.after {
	width: 100%;
	height: 30px !important;
	background-image: url('after.png');
	background-repeat: no-repeat;
	background-size: cover; 
}

/* ACCORDION :::::::::::::::::::::::::::::::::::: */

.card {
	border: none;	
}

.card-header {
	background-color: #ffffff;
	border-color: #009196;
}

.btn-link {
	color: #009196;
	font-weight: 500;
	font-size: 1.15rem;
	line-height: 1.6rem;	
}

.btn-link:hover {
	color: #009196;
	text-decoration: none;
}

/* FOOTER :::::::::::::::::::::::::::::::::::: */

.footer {
	padding-top: 7.5rem;
	padding-bottom: 5rem;
}

/* MODAL :::::::::::::::::::::::::::::::::::: */

.w-90 {
	width: 95%;
}

.modal-body p {
	font-size: 0.75rem;
	line-height: 1rem;
}

.modal-body ul li, ol li {
	font-size: 0.75rem;
	line-height: 1rem;
}

.modal-body a {
	text-decoration: underline;
}

h4 {
	font-size: 1rem;
	line-height: 1rem;
}

h5 {
	font-size: 0.75rem;
	line-height: 1rem;
	margin-bottom: 0px;
}