/******************************Passpartu******************************/

.passpartu {
	background: #E0E0E0;
}

.passpartu_left,
.passpartu_right {
	width: 13px;
}

.passpartu_top,
.passpartu_bottom {
	height: 13px;
}

.bordered_block {
    border-right: 13px solid #E0E0E0;
    border-top: 13px solid #E0E0E0;
    border-bottom: 13px solid #E0E0E0;
}

/******************************Header Telefon******************************/

.telefon_block  {
	opacity: 1;
	position: fixed;
	top: -2px;
	right: 50px;  
	width: 95px;
	height: 95px;  
	display: flex;
	z-index: 13;
}

.telefon_block a {
	background: url('/images/telefon-01.svg') no-repeat left top;
	width: 95px;
	height: 95px;  
	background-size: 95px;
	
}

.telefon_block a:hover {
	background: url('/images/telefon-02.svg') no-repeat left top;
   	width: 95px;
	height: 95px;  
	background-size: 95px;
}

@media screen and (max-width:768px) {
	.telefon_block {
		width: 60px;
		height: 60px;		
	}	
	
	.telefon_block a,
	.telefon_block a:hover {
		width: 60px;
		height: 60px;
		background-size:60px;
	}
}

/******************************Header Stoerer******************************/

.kreis-container {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #ff9248;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 410px;
	right: 50px;
	z-index: 12;
	transform: rotate(8deg);
}

.kreis-text {
	color: #FFFFFF; 
	font-weight: 500;
	font-size: 22px;
	text-transform: uppercase;
	/*margin: 10px 0 0 0;*/
	line-height: 25px;
	letter-spacing: 0.06em;
}

@media screen and (max-width:768px) {
	.kreis-container {
		width: 150px;
		height: 150px;
	}

	.kreis-text {
		font-size: 16px;
		line-height: 20px;
	}
}

.kreis-text .fett {
	font-weight: 900;
	display: block;
	margin-top: 5px;
}

/******************************Content******************************/

body {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	hyphens: manual;
}

h1, h1, h2, h3, h3 b, h4, h4.subtitle, h5 {
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	hyphens: manual;
}

a {
	color: #3AABB5;
}

a:hover, a:focus, a:active {
	color: #ff9248;
}

.red_title h2, .red_title h1, .red_title h2 a, .red_title h3 {
	color: #3AABB5;
} 

body {
    color: #575757;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}	

h3 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	text-transform: none;
}

h3 b {
	font-size: 23px;
	line-height: 26px;
	color: #464646;
	letter-spacing: 0.02em;
}

h4 {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 28px;
	color: #3AABB5;
	letter-spacing: 0.02em;
	text-transform: none;
}

h4.subtitle {
	font-size: 23px;
	line-height: 26px;
	color: #464646;
	letter-spacing: 0.02em;
}

.red_title h4 {
	color: #3AABB5;
}

.simple_title h4 {
	line-height: 28px;
}

.boxes h3:after {
	display: none !important;
}

.no_text_transform {
	text-transform: none;
}

ul {
	list-style: square outside none;
}

img.extern {
	width: 12px;
	height: 12px;
	margin-left: 4px;
	margin-bottom: 4px;
}

img.pdf {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.abstand {
	padding: 0 27%  !important;
}

@media screen and (max-width: 1280px) {
	.abstand {
		padding: 0 10% !important;
	}
}

@media (min-width: 992px) {
	.img_abstand_unten {
		border-bottom-width: 0;
	}
}

/******************************Header******************************/

.inside_title {
	padding: initial;
	height: 500px;
}  

.header_logo {
	width: 90%;
	height: 90%;
	/*max-width: 950px;*/
	/*max-height: 89px;*/
}

@media screen and (max-width:720px) {
	.header_logo {
		width: 180px;
		height: 180px;
	}
}

@media screen and (max-width:720px) {
	div.inside_title h3 {
		font-size: 30px;
	}
}

/******************************Sprechzeiten******************************/

@media (min-width: 992px) {
	.col-md-2 {
		width: 20%;
	}
}

.red {
	color: #ef2c19;
}

.boxed {
	padding: 18px 0;
	background-color: #dedede;
	border-bottom: 1px solid #ef2c19;
}

.col-md-2 {
	padding-right: 30px;
	padding-left: 30px;
}

.red {
	font-size: 16px;
}

/******************************Team******************************/

.bordered_over_blue:after {
	background: rgba(239, 44, 25,0.8);
}

/******************************Praxis Carousel******************************/

.owl-theme .owl-controls .owl-buttons div i {
	color: #FFFFFF;
}

/******************************Footer******************************/

.footer_end {
    padding: 30px 0 30px;
}

.footer a {	
	text-decoration: underline;
}

.footer a:hover, .footer a:focus, .footer a:active {
	color: #f2f2f2;
}

.widget h4:after {
	display: none !important;
}

.footer.white_txt {
	font-size: 18px;
	letter-spacing: 0.04em;
}

.footer.white_txt h4 {
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 23px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.footer_logo {
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 150px;
}

.footer_logo2 {
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 150px;
	/*margin-right: 30px; */
	margin-bottom: 15px; 
	/*padding-left: 50px;	*/
}

@media screen and (max-width: 992px) {
	.footer_logo, 
	.footer_logo2 {
		max-width: 120px;
		max-height: 120px;
		/*padding-left: 0;	*/
	}
}

@media screen and (max-width: 800px) {
	.footer_logo, 
	.footer_logo2 {
		max-width: 100px;
		max-height: 100px;
		/*padding-left: 0;	*/
	}
}

@media screen and (max-width: 768px) {
	.footer_logo, 
	.footer_logo2 {
		max-width: 150px;
		max-height: 150px;
	}
	
	.footer_logo2 {
		padding-left: 25px;	
	}
}

.footer_end {
	padding-bottom: 70px;
}

.footer_end span.sub {
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.footer_end span.sub a {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.footer_end span.sub a:hover,
.footer_end span.sub a:focus,
.footer_end span.sub a:active {
	text-decoration: underline;
}

.up_block {	
	border: 3px solid rgba(0,0,0,0.3);
}

.go {
	color: rgba(0,0,0,0.3);
}

@media screen and (max-width:768px) {
	.footer .text-left {
		text-align: center;
	}
}

/******************************Datenschutz + Impressum******************************/

section#datenschutz h4.subtitle,
section#impressum h4.subtitle {
	margin-top: 50px;
	margin-bottom: 20px;
}

section#datenschutz p,
section#impressum p {
	line-height: 28px;
}

/******************************Cookie Consent Banner******************************/

.cookie-consent {
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.85);
    z-index: 999;
    color: rgba(255,255,255,0.9);
    padding: 1.1em;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in;
    overflow: hidden;
}

.cookie-consent .container {
    float: none !important;
    padding: 0 !important;
    width: 100%;
	max-width: 1100px;
    position: relative;
    margin: 0 auto;
    clear: both;
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cookie-consent .container p {
    margin: 0;
	margin-right: 0.8em;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    letter-spacing: 0.05em;
	line-height: 24px;
}

.cookie-consent .container button {
	color: #28777E;
	border: none;  
	padding: 2px 12px;
	position: relative;
	margin: auto;
	border-radius: 5px;
	font-size: 13px;
	letter-spacing: 0.05em;
	white-space: nowrap;
	transition: all 0.3s ease-in;
}

.cookie-consent .container button:hover {
  color: #ff9248;
}

.hide {
	visibility: hidden;
}

.show {
	visibility: visible;
}

@media only screen and (max-width: 830px) {
	.cookie-consent .container button {
		margin-top: 10px;
	}
}