/*  
Theme Name:Tud Theme
Theme URI: http://limenzy.com
Description: A WordPress theme frame work
Version: 2.0
Author: Limenzy
Author URI: http://limenzy.com
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

•ie - Internet Explorer (All versions)
•ie8 - Internet Explorer 8.x
•ie7 - Internet Explorer 7.x
•ie6 - Internet Explorer 6.x
•gecko - Mozilla, Firefox (all versions), Camino
•ff3 - Firefox 3
•ff3_5 - Firefox 3.5 new
•opera - Opera (All versions)
•opera8 - Opera 8.x
•opera9 - Opera 9.x
•opera10 - Opera 10.x
•webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
•safari3 - Safari 3.x
•chrome - Google Chrome
*/
@font-face {
  font-family: Raleway;
  src: url(fonts/Raleway-Regular.ttf);
}
@font-face {
  font-family: Raleway-Medium;
  src: url(fonts/Raleway-Medium.ttf);
}
@font-face {
  font-family: Raleway-Bold;
  src: url(fonts/Raleway-Bold.ttf);
}
@font-face {
  font-family: Raleway-SemiBold;
  src: url(fonts/Raleway-SemiBold.ttf);
}
@font-face {
  font-family: Raleway-Light;
  src: url(fonts/Raleway-Light.ttf);
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em,  img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	margin:0;
	overflow-x: hidden;
	}
body, th, td, input, textarea{
	color:#000;
	font-family: Raleway;
	font-size:16px;
	line-height: 26px;
	}

a {
	color: #000;
}
h1, h2, h3{
	color:#000000;
	}
h1{
	font-size:40px;
	
	}
h2{
	
	font-size:35px;
	}
h3{
	font-size:24px;
	}
h4{
	font-size:22px;
	}
h5{
	font-size:18px;
	}
h6{
	font-size:16px;
	}

a{
	text-decoration:none;
	}
a:hover{
	border:none;
	text-decoration: none;
	color: #21ac97;
	}
acronym, abbr, span.caps{
	cursor:help;
	}
acronym, abbr{
	border-bottom:1px dashed #999;
	}
code{
	color:#000;
	font-size:1.0em;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


/*------Menu CSS------------------------- */


input {
    border: 1px solid grey;
    padding: 10px;
}
.section-padding {
	padding: 50px 0;
}
a, input, div, h1, h2, h3, h4, h5, h6, p {
	transition: 0.5s all ease;
}
form#commentform label {
    display: block;
}
.navbar-brand img,.footer-logo-col img{
	width: 150px;
	height: auto;
	object-fit: cover;
}
.navbar-light .navbar-nav .nav-link{
	color: #1C1B1A;
	border-bottom: 2px solid #EBC1BC;
	 font-family: Raleway-Medium;
	 font-size: 20px;
	 padding-right: 15px;
	 padding-left: 15px;
	 padding-top: 20px;
}
.navbar-light .navbar-nav .nav-link::after{
	content: '';
 	height: 2px;
    display: block;
    background-color: #EBC1BC;
    width: 80%;
    margin: 0 auto;
    margin-top: 3px; 
}
.navbar-expand-lg .navbar-nav{
	align-items: center;
	margin-top: 40px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #1C1B1A;
}

.navbar-light .navbar-nav .nav-link:focus::after, .navbar-light .navbar-nav .nav-link:hover::after{
	background-color: #E29590;
}
.navbar-light .navbar-nav .active>.nav-link::after, .navbar-light .navbar-nav .nav-link.active::after, .navbar-light .navbar-nav .nav-link.show::after, .navbar-light .navbar-nav .show>.nav-link::after{
	background-color: #E29590;
}
.navbar-light.bg-light{
	padding-top: 46.5px;
    padding-bottom: 22.5px;
}
.navbar-light .navbar-brand{
	margin-right: 111px;
    padding: 48px;
    background: #ebc1bc;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
}
.footer-map-section{
	z-index: 888;
}
/*menu bar*/
.navbar-toggler .icon-bar{
    width: 25px;
    height: 3px;
    background-color: #1C1B1A;
    margin-bottom: 4px;
    display: block;
}
.navbar-toggle {
  border: none;
  background: transparent !important;
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 8% 66%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
button:focus {
    outline: none;
    border:none;
}
.navbar-light .navbar-toggler{
	border:none;
	box-shadow: none;
}
/*end menu bar*/

.footer-bottom{
	background-color: #f8f9fa;
}
.navbar-light.bg-light{
	background-color: #EBC1BC!important;
}
.navbar-brand img{
	width: 150px;
}
.home-banner h2{
	font-size: 100px;
	line-height: 174px;
	font-family: Raleway-Bold;
	color: #1C1B1A!important;
	cursor: pointer;
}

.home-banner h2:hover{
	color: #fff!important;
}
/*.home-banner-col-section{
	background-image: url(images/banner-bg1.jpg);
}*/
.home-banner h2:hover .navbar-light .navbar-nav .nav-link{
	background-color: #000;
}
.footer-bottom{
	background-color: #000;
}
.termine-section{
	position: relative;
}
.cf7-form-col{
	position: absolute!important;
	right: 0px;
	z-index: 999;
}
.termine-main-head h1{
	font-size: 100px!important;
	line-height: 174px;
	font-family: Raleway-Bold;
}
.one-click-away-content p{
	color: #1C1B1A;
 	font-family: Raleway-Medium;
 	font-size: 22px;
 	line-height: 32px;
 	width: 70%;

}
.one-click-away-content p:first-child{
	font-family: Raleway-Bold;
	font-size: 32px;
	line-height: 42px;
	color: #1C1B1A;
}
.one-click-away-content p:last-child,.one-click-away-content p:nth-child(2){
	margin-top: 30px;
}
.one-click-away-section .elementor-widget-wrap{
	flex-wrap: nowrap!important;
}
.one-click-away-side-header{
	max-width: 17%;
	flex:0 0 17%;
	display: flex;
	align-items: center;
	margin-bottom: 0px!important;
	margin-top: 50px;
}
.one-click-away-side-header h2{
	transform: rotate(270deg);
	margin-left: 10px;
}
.one-click-away-side-header h2::before{
	content: '';
 	height: 5px;
    display: block;
    background-color: #fff;
    width: 84px;
    margin: 0 auto;
 	margin-bottom: 25px;

}
.one-click-away-content{
	max-width: 80%;
	flex:0 0 80%;

}
.one-click-away-section .elementor-container{
	max-width: 100%!important;
}
.one-click-away-col .elementor-widget-wrap{
	padding-top: 103px!important;
	padding-bottom: 150px!important;
}
.home-video{
	margin-top: -448px;
	box-shadow: 0px 0px 49px rgb(0 0 0 / 60%);
}
.sample-row img{
	width: 100%;
}
.odd{
	margin-top: -140px;
}
.even{
	margin-top: 140px;
}
.home-team-section{
	margin-bottom: 700px;
}
.team-member-img{
	height: 184px;
	width: 184px;
	background-color: #ECC2BD!important;
	border-radius: 50%;
	overflow: hidden;
    margin: 0 auto;
}
.team-member-img img{
	width: 100%;
	object-fit: cover;
	height: 287px!important;
    object-position: top;
}
.team-section-col{
	text-align: center;
}
.team-section-readmore a{
	color: #1C1B1A;
 	font-family: Raleway-Medium;
 	font-size: 20px;
 	border:2px solid #000;
 	display: flex;
 	width: 156px;
 	height: 54px;
 	margin: 0 auto;
 	justify-content: center;
 	align-items: center;
}
.rd-icon{
	margin-right: 19px;
}
.team-section-head h3{
	font-size: 22px;
	line-height: 55px;
	font-family: Raleway-Bold;
	color: #1C1B1A;
}
.team-section-department p{
	font-family: Raleway;
	font-size: 17px;
	line-height: 29px;
	color: #1C1B1A;
	margin-bottom: 6px;
	margin-top: -11px;
}
.team-section-marginadd{
	margin-top: 140px;
}
.team-main-sidehead{
	align-items: flex-start;
    margin-top: 22%;
}
.team-main-sidehead h2{
	transform: rotate(270deg);
	color: #000;
	font-family: Raleway-Bold!important;
	line-height: 79px;
	font-size: 40px;
}

.team-main-sidehead h2::before{
	content: '';
 	height: 5px;
    display: block;
    background-color: #000;
    width: 84px;
    margin: 0 auto;
 	margin-bottom: 0px;
}
.team-main-head{
	position: absolute!important;
	right: -2px;
}
.team-main-head h2{
	font-size: 177px;
	font-family: Raleway-Bold!important;
	margin-right: -12px;
	line-height: 153px;
}
.teams-row{
	margin-top: 420px;
}
.owl-home-slider .owl-nav{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}
.owl-home-slider .owl-prev{
	margin-right: 19px;
}
.owl-home-slider .owl-next{
	margin-left: 19px;
}
.praxis-side-head,.leistungen-side-head{
	display: flex;
	align-items: center;
	margin-bottom: 0px!important;
	flex: 0 0 11%;
}
.praxis-side-head h2{
	transform: rotate(270deg);
    color: #000;
    font-family: Raleway-Bold!important;
    font-size: 40px;
    line-height: 79px;
    letter-spacing: 2px;
}
.leistungen-side-head h2{
	font-family: Raleway-Bold!important;
    font-size: 40px;
    line-height: 79px;
    transform: rotate(270deg);
}
.praxis-side-head h2::before{
	content: '';
    height: 5px;
    display: block;
    background-color: #000;
    width: 84px;
    margin: 0 auto;
    margin-bottom: 0px;
}
.leistungen-side-head h2::before{
	content: '';
    height: 5px;
    display: block;
    background-color: #EF918D;
    width: 84px;
    margin: 0 auto;
    margin-bottom: 4px;
}
.praxis-section-col .elementor-widget-wrap{
	flex-wrap: nowrap;
}
.home-slider-section{
	background: #E6EBE6; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, #FFF 50% , #E6EBE6 50%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, #FFF 50%, #E6EBE6 50%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, #FFF 50%, #E6EBE6 50%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #FFF 50% , #E6EBE6 50%); /* Standard syntax */
  }
.praxis-top-main-header h2{
	font-size: 177px;
	line-height: 349px;
	position: absolute;
    right: -19px;
    top: 18%;
}

.leistungen-home-section{
		background: #E6EBE6; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #FFF 50% , #F5EBE6 50%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #FFF 50%, #F5EBE6 50%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #FFF 50%, #F5EBE6 50%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, #FFF 50% , #F5EBE6 50%); /* Standard syntax */
}

.leistungen-home-left-col{
	background-color: #040404;
}
.leistungen-home-left-col-head h2{
	font-size: 28px;
	line-height: 55px;
	letter-spacing: 2px;
}
.leistungen-home-left-col{
	padding: 50px 60px;
	margin-bottom: -150px;
	z-index: 7777;
}
.leistungen-home-section-col .elementor-widget-wrap{
 flex-wrap: nowrap;
}
.leistungen-home-left-col .elementor-widget-wrap,.leistungen-home-right-col .elementor-widget-wrap{
 flex-wrap: wrap;
}
.leistungen-home-right-col-head h2{
	font-size: 28px;
	line-height: 55px;
	letter-spacing: 2px;
}
.header-company-details-content p,.header-company-details-content a{
	font-size: 23px;
	line-height: 36px;
	color: #FFFFFF;
	font-family: Raleway;
}
.header-company-details-content a:hover{
	color: #1C1B1A;
}
.index-icon{
	margin-right: 4px;
}
.container.navbar-container{
	max-width: 100%;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0px;
}
.footer-services{
	display: flex;
}
.footer-bottom-row a{
	color: #FFFFFF;
	text-decoration: underline;
}
.footer-menu .menu,.footer-services .menu{
	display: flex;
	align-items: center;
}
.footer-services .menu li{
	margin-right: 16px;
}
.footer-services .menu li:last-child{
	margin-right: 0px;
}
.footer-bottom .container{
	padding-top: 40px;
	padding-bottom: 40px;
}
.contact-map iframe{
	height: 767px!important;
}

.cf7-form-col{
	background-color: #FFFFFF;
	box-shadow: 0px 0px 49px rgba(0,0,0,0.6);
	padding: 40px;
}
.cf7-col label{
	max-width: 30%;
	flex: 0 0 30%;
	color: #105154;
	font-family: Raleway;
	font-size: 20px;
	margin-top: 20px;
}
.cf7-col.cf7-col-textarea{
	align-items: flex-start;
}
.cf7-col.cf7-col-textarea label{
	margin-top: 20px;
}
.cf7-submit-btn{
	background-color: #03474A;
	font-size: 24px;
	color: #fff;
	 font-family: Raleway-Bold;
	 width: 359px;
	 height: 73px;
	 display: flex;
	 border-radius: 0px;
	 outline: none;
	 box-shadow: none;
	 border: 1px solid #03474A;
	 align-items: center;
	 justify-content: center;
}
.cf7-submit-btn:hover{
	background-color: transparent;
	border: 1px solid #03474A;
	color: #03474A;

}
.cf7-submit-btn:focus+.btn-primary,.cf7-submit-btn:focus{
	background-color: transparent;
	border: 1px solid #03474A;
	color: #03474A;
}	
.cf7-col .form-control{
	border: 1px solid #03474A;
	border-radius: 0px;
	height: 57px;
	font-size: 20px;
	font-family: Raleway;
	/*margin-bottom: 15px;*/
}
.termine-main-head h1{
	margin-bottom: 57px;
	margin-top: 200px;
	margin-right: -11px;

}
.termine-head-section{
	overflow-x: hidden;
}

.cf7-col textarea.form-control {
    min-height: initial;
    height: 186px;
    padding-top: 15px;
}
.company-contact-main-section .elementor-container,.termine-bottom-section .elementor-container,.termine-section .elementor-container{
	flex-wrap: wrap!important;
}
.company-contact-main-section{
	padding-top: 65.5px;
	padding-bottom: 48.5px;
}
.termine-head-section{
	flex: 0 0 100%;
}
.termine-head-section .elementor-container{
	max-width: 100%!important;
}
.one-click-away-col{
    margin-bottom: 186px;
    margin-top: 186px;
}
.submit-btn-col,.cf7-col-acceptance{
	display: flex;
	justify-content: flex-start;
}
.home-banner{
	
	 background-repeat: no-repeat;
	 background-position: top right;
	 overflow-x: hidden;
}
.banner-slider-msection{
	position: relative;
}
.banner-slider-inner{
	position: absolute;
    right: 20px;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    z-index: 333;
}
.banner-slider-img{
	height: 500px;
	width: 100%;
}
.header-hover h1{
		color: red;
}
.banner-slider-img{
	opacity: 0;
}
.tab-content .tab-pane{
	height: 880px;
    width: 100%;
    background-attachment: fixed;
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat;
	

}
.banner-sliding-section{
	background-color: #EBC1BC;
}
.banner-sliding-section ul li{
	flex: 0 0 100%;
	z-index: 661;
}
.banner-sliding-section .nav-pills{
	background-color: transparent!important;
	padding-left: 200px;
	padding-top: 85px;
    padding-bottom: 113px;
}

.banner-sliding-section .nav-link{
	color: #1C1B1A;
	font-size: 150px;
	line-height:100px;
	font-family: Raleway-Bold;
	margin-bottom: 11px;
	padding:0px;
	white-space: nowrap;
}
.banner-sliding-section .nav-pills .nav-link.active,.banner-sliding-section .nav-pills .show>.nav-link{
	background-color: transparent;
	color: #fff;
	white-space: nowrap;
}
.banner-sliding-section .tab-content{
	background-color: transparent!important;
	position: relative;
}
.tab-content{
	padding: 0px!important;
}
.banner-sliding-section .nav-pills p{
	color: #F5EBE6;
	font-size: 23px;
	line-height:58px;
	font-family: Raleway-Bold;
	margin-bottom: -12px;
	padding-left: 11px;
	margin-left: -14px;
}
.home-banner-col-section .elementor-widget-wrap {
	padding: 0px!important;
}
.tab-content-bg-overlay{
	background-color: rgba(235,193,188,0)!important;
	position: absolute;
    height: 100%;
    width: 100%;
}
.tab-content-bottom-bg-overlay{
	background-color: #f4ddda;
	height: 232px;
}
.termin-bunchen-navitem a{
	border: 2px solid #000000;
	height: 74px;
	width: 265px;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #000000!important;
	justify-content: center;

}
.termin-bunchen-navitem a > span{
	flex: 0 0 90%;
}
.termin-bunchen-navitem a::before{
	content: '';
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	flex: 0 0 27px;
	background-image: url('images/cal.svg');
    background-size: 24.45px 25.38px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24.45px;
    height: 25.38px;
}
.termin-bunchen-navitem a:hover::before{
 /*filter: brightness(0) invert(1);*/
}
.termin-buchen-option a::before{
	content: '';
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	background-image: url('images/cal-w.svg');
    background-size: 24.45px 25.38px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24.45px;
    height: 25.38px;
}
/*.termin-buchen-option a:hover::before{
 background-image: url('images/cal-h.svg');
}*/


.navbar-light .navbar-nav .termin-bunchen-navitem .nav-link::after{
		background-color: transparent;
		display: none;
}
.leistungen-home-left-col{
	margin-top: 100px;
}
.leistungen-home-left-col p{
	margin-bottom: 10px;
	font-family: Raleway-Medium;
	font-size: 22px;
	color: #FFFFFF;
	line-height:32px;
}
.leistungen-home-left-col{
	width: 78.69%!important;
	box-shadow: 0px 0px 49px rgb(0 0 0 / 60%);
	margin-left: -20px;
}

.banner-sliding-section .row{
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.tab-content-col{
	width: 47.20%;
	padding-right: 0px;
}
.leistungen-home-right-col-list{
	display: flex;
	/*justify-content: center;*/
}
.leistungen-home-right-col-head{
	display: flex;
	/*justify-content: center;*/
}
.leistungen-home-right-col-list ul li{
	font-family: Raleway-Medium;
	font-size: 22px;
	color: #1C1B1A;
	line-height:44px;
}
/*.leistungen-home-right-col{
	padding-top: 130px;
	padding-bottom: 150px;
	padding-left: 180px;
}*/
.praxis-section{
	padding-top: 101px;
	padding-bottom: 61px;
}
.praxis-left-col-cnt .elementor-widget-wrap{
	flex-wrap: wrap;
}
.main-home-video-section .eicon-play:before{
	content: '';
	background-image: url('images/play-btn.svg');
	display: block;
	width: 180px;
	height: 180px;
}
 .widget_nav_menu .menu-contact-menu-container .menu{
	display: flex;
	align-items: center;
	list-style: none;
}
.widget_nav_menu .menu-contact-menu-container .menu li a{
	color: #fff;
	border: 1px solid #fff;
	margin-right: 15px;
	font-size: 28px;
    font-family: Raleway;
}
.widget_nav_menu .menu-contact-menu-container .menu a{
	width: 106px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
}

.widget_nav_menu .menu-contact-menu-container .menu li.termin-buchen-option a{
	width: 279px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-menu .menu li{
	list-style: none;
}
.elementor-widget-wp-widget-nav_menu .menu{
	display: flex;
    align-items: center;
    list-style: none;
}
.elementor-widget-wp-widget-nav_menu .menu li a,.footer-menu .menu li a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-menu .menu li a{
	font-size: 24px;
}
.footer-menu .menu li:first-child a,.elementor-widget-wp-widget-nav_menu .menu li:first-child a{
	width: 106px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	border: 1px solid #fff;
	margin-right: 15px;
}
.footer-menu .menu li:last-child a,.elementor-widget-wp-widget-nav_menu .menu li:last-child a{
	width: auto;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
   border: 1px solid #fff;
}

.widget_nav_menu .menu-contact-menu-container .menu li a:hover{
	color: #ebc1bc;
	border: 1px solid  #ebc1bc;

}
.termine-bottom-section .elementor-container{
	max-width: 100%!important;
}
.company-contact-main-section .elementor-container{
	max-width: 100%!important;
}
.termine-left-content-col,.termine-contact-left-col{
	padding-left: 239px;
}

.termine-form-col{
	padding-left: 40px;
	padding-right: 156px;
}
.termine-company-details-col{
	padding-left: 100px;
	background-color: #000000;
}
.termine-left-content-col p{
	font-size: 22px;
	line-height: 32px;
	font-family: Raleway-Medium;
}
.termine-left-content-col .elementor-widget-text-editor:first-child{
	margin-bottom: 30px;
}
.cf7-col{
	justify-content: space-between;
	display: flex;
	margin-bottom: 15px;
}
.one-click-away-col{
	width: 71.93%!important;
}

.footer-bottom-row{
	align-items: center;
	justify-content: space-between;
}
.footer-menu{
	flex: 0 0 25%;
}
.footer-services{
	flex: 0 0 70%;
    max-width: 70%;
    justify-content: flex-end;
}
#menu-footer-menu1 li:first-child a::after{
	content: '|';
	margin-right: 8px;
	margin-left: 8px;
}
.footer-bottom-row a{
	font-size: 16px;
	line-height: 28px;
	font-family: Raleway-SemiBold;
}
.instagram-link a{
	font-size: 46px;
}
.row{
	margin-right: auto!important;
	margin-left: auto!important;
}
.home-team-section{
	overflow-x: hidden;
}
.termin-bunchen-navitem a:hover,.termin-bunchen-navitem a:focus,.termin-bunchen-navitem a.active{
	border: 2px solid #fff;
	color: #fff!important;
	border-bottom: 2px solid #fff!important;
	filter: brightness(0) invert(1);

}
.teams-row .team-section-col:last-child .team-member-img img{
		width: 74px;
		height: 176px!important;
		object-fit: contain;

} 
.teams-row .team-section-col:last-child .team-member-img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.team-section-department{
	width: 80%;
	margin: 0 auto;
}

.termine-form-col{
	width: 53.79%!important;
}
.wpcf7-form-control-wrap {
    flex: 0 0 70%;
}
.team-section-readmore a:hover{
	color: #EF918D;
	border-color: #EF918D;
}
.termine-contact-left-col .company-details-content p{
		font-family: Raleway;
		font-size: 23px;
		line-height: 36px;
		color: #1C1B1A;
}
.praxis-top-main-header{
	z-index: 99999;
}
.praxis-top-main-header{
	height: 279px;
}
.header-company-details-content{
	margin-left: 221px;
}
.termine-company-details-content{
	margin-left: 0px;
}
.praxis-left-col-cnt p,.praxis-right-col-cnt p{
	font-size: 22px;
	line-height: 32px;
	color: #1C1B1A;
	font-family: Raleway-Medium;
}


/**/
  .wpcf7-acceptance label{
            display: block;
            position: relative;
            padding-left: 30px;
            margin-bottom: 15px;
            cursor: pointer;
            font-size: 20px;
        }
          
        /* Hide the default checkbox */
        input[type=checkbox] {
            visibility: hidden;
            width: 0px;
        }
          
        /* Creating a custom checkbox
        based on demand */
       .wpcf7-list-item-label::before{
            position: absolute;
            top: 0;
            left: 0;
            height: 25px;
            width: 25px;
            background-color: transparent;
            border: 1px solid #03474A;
        }
          
        /* Specify the background color to be
        shown when hovering over checkbox */
       .wpcf7-acceptance label:hover input ~ .wpcf7-list-item-label::before {
            background-color: #03474a;
        }
          
        /* Specify the background color to be
        shown when checkbox is active */
        .wpcf7-acceptance label input:active ~ .wpcf7-list-item-label::before{
            background-color: #03474a;
        }
          
        /* Specify the background color to be
        shown when checkbox is checked */
        .wpcf7-acceptance label input:checked ~ .wpcf7-list-item-label::before{
			background-color: #03474a;
           
        }
          
        /* Checkmark to be shown in checkbox */
        /* It is not be shown when not checked */
        .wpcf7-list-item-label::after {
            content: "";
            position: absolute;
            display: none;
        }
          
        /* Display checkmark when checked */
        .wpcf7-acceptance label input:checked ~ .wpcf7-list-item-label:after {
            display: block;
        }
          
        /* Styling the checkmark using webkit */
        /* Rotated the rectangle by 45 degree and 
        showing only two border to make it look
        like a tickmark */
        .wpcf7-acceptance label .wpcf7-list-item-label:after {
        left: 9px;
   		bottom: 4px;
    	width: 7px;
    	height: 12px;
            border: solid white;
            border-width: 0 4px 4px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }
.wpcf7-list-item-label{
	font-family: Raleway;
	margin-left: 30px;
	color: #105154;
	font-size: 20px;
	line-height: 27px;
}      
.wpcf7-list-item-label p{
	margin-top: -30px;
}
.wpcf7-list-item-label span{
	text-decoration: underline;
}
.praxis-side-head{
	margin-bottom: 0px!important;
	margin-left: 57px;
}
.team-main-sidehead{
	margin-bottom: 0px!important;
	margin-left: 73px;
}
.nav-tab-col{
	width: 52.20%;
}
.cf7-col-acceptance{
	margin-top: 13px;
	margin-bottom: 30px;
}

.termine-left-content-col{
	padding-bottom: 25px;
	padding-right: 40px;
	width: 46.21%!important;
	background-color: #000;
}
.praxis-left-col-cnt{
	padding-left: 32px;
	padding-right: 30px;
}
.praxis-right-col-cnt{
	padding-left: 30px;
}
.praxis-left-col-cnt{
	width: 45%!important;
}
.praxis-right-col-cnt{
	width: 45%!important;
}
.lang-select{
	position: absolute;
	right: 0px;
	z-index: 999;
	margin-top: 40px;
    margin-bottom: 30px;
    margin-right: 50px;
 animation:slide-down 0.5s;
}
.lang-select ul{
	display: flex;
	list-style: none;
}
.lang-select ul li a{
	color: #fff;
}
.lang-select ul li a{
	color: #726A68;
	font-size: 20px;
	font-family: Raleway-SemiBold;
}
.lang-select ul li a:hover{
	color: #FFF;
}
.lang-select ul li:first-child a::after{
	content: '|';
	margin-right: 7px;
	margin-left: 7px;
	color: #726A68;
}


@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

.navbar.navbar-expand-lg.top-header{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 888;
	/*animation:slide-down 0.7s;*/
    opacity:1;    
}
/*
.leistungen-home-content-section{
	 background:#F5EBE6  url(images/banner-bg1.jpg) repeat-y;
    background-size: 50% auto;
}
*/
.leistungen-home-right-col{
	/*background-image: url("images/LEISTUNGEN-bg.jpg");*/
	background-size: cover;
	background-repeat: no-repeat;
}
.leistungen-home-content-section .elementor-container{
	justify-content: space-between;
}
.navbar-light .navbar-nav .termin-bunchen-navitem a.nav-link{
	padding-top: 0px;
	padding-bottom: 0px;
}
.header-company-details-content p,.company-details-content p{
	display: flex;
	align-items: center;
}
.header-company-details-content p .index-icon,.company-details-content p .index-icon{
	flex: 0 0 33px;
	max-width: 33px;
	display: flex;
}
.header-company-details-content p .company-details-block,.company-details-content p .company-details-block{
	flex: 0 0 97%;
	max-width: 97%;
}
.termine-company-details-content a:hover{
	color: #ebc1bc;
}
.company-details-content .company-contact-phone a:hover{
	color: #ebc1bc;
}
.praxis-content-para{
	margin-bottom: 31px!important;
}
.praxis-right-col-cnt .elementor-widget-wrap{
	flex-wrap: wrap;
}
.owl-carousel .owl-stage{
background: #E6EBE6; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, #FFF 50% , #e6ebe6  50%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, #FFF 50%, #e6ebe6  50%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, #FFF 50%, #e6ebe6  50%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #FFF 50% , #e6ebe6  50%); /* Standard syntax */
}
.nav-btn.next-slide img{
	transform: rotate(180deg);
}
.nav-btn img:hover{
	filter: brightness(0) invert(0);
}
.termine-company-details-content p,.termine-company-details-content a{
	font-size: 24px;
    line-height: 48px;
    color: #FFFFFF;
    font-family: Raleway-Light;
}
.form-control:focus{
	box-shadow: none;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus,.btn-check:focus+.btn-primary, .btn-primary:focus{	box-shadow: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	text-align: center;
}
.cf7-form-col{
	width: 600px!important; 	 	
}
.termine-form-col {
    padding-left: 40px;
    padding-right: 96px;
}
.leistungen-home-section{
background-image:linear-gradient(to left, transparent 50%, #F5EBE6 50%), url('images/LEISTUNGEN-bg.jpg');
background-size: cover;
}
.res-home-title-col h2,.responsive-banner-title h2{
	color: #000000!important;
    font-family: Raleway-Bold!important;
    font-size: 120px;
    line-height: 160px;
    letter-spacing: 0px;
    text-transform: none;
}
.res-home-title-col,.responsive-banner-col{
	height: 500px;
	background-size: cover;
	background-position: center;
}
.responsive-banner-col{
	height: 500px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.res-home-title-col{
	display: flex;
	align-items: flex-end;
}
.res-home-title-col .elementor-container{
	max-width: 100%!important;
	margin-left: 15px!important;
} 
.responsive-banner-title h2:hover{
	color: #fff!important;
}
.lang-select.lang-onscroll{
	position: fixed;
	/*animation: slide-down 0.7s;*/
}
.footer-bottom-row a:hover{
	color: #EBC1BC!important;
}
.leistungen-home-left-col,.main-home-video-section{
	z-index: 3;
}
.inner-page-banner-title h2{
color: #1C1B1A!important;
 font-family: Raleway-Bold!important;
 font-size: 100px;
 line-height: 318px;
}
.inner-page-banner-title p{
	color: #F5EBE6!important;
	font-size: 23px;
	line-height: 58px;
	font-family: Raleway-Bold;
}
.inner-page-banner-title .elementor-container{
	max-width: 100%!important;
} 		 		
.inner-page-banner-title{
	background-size: 46.6%;
	background-position: right;
	background-repeat: no-repeat;
}
.inner-page-banner-title::after{
	content: '';
	height: 112px;
	width: 46.6%;
	display: block;
	position: absolute;
	right: 1px;
	bottom: 0px;
	background-color: #f4ddda;
}
.news-page-inner-head h2{
color: #ECC2BD!important;
 font-family: Raleway-Bold!important;
 font-size: 177px;
 line-height: 349px;
 text-align: right;
 margin-right: -17px;
}
.inner-page-title-hash p{}

.news-post-content-inner{
	display: flex;
}
.news-black-div{
	height: 319px;
}
.news-pagebg-section{
	background-color: #E6EBE6;
}
.news-pagebg-section{
     padding: 80px 80px;
     margin-top: -110px;
}
.news-post-inner{
	padding-right: 45px;
	padding-left: 45px;
	border-bottom: 4px solid #FFFFFF;
}
.news-post-title h3{
color: #1C1B1A!important;
 font-family: Raleway-Bold!important;
 font-size: 20px;
 line-height: 32px;
}
.news-featured-img img{
	width: 200px;
	height: 200px!important;
	border-radius: 50px;
	object-fit: cover;
}
.news-featured-img{
	width: 262px;
    max-width: 262px;
    margin-right: 20px;
    flex: 0 0 30%;
}
.news-post-content{
	margin-left: 20px;
}
.news-post-content p{
	 font-family: Raleway-Medium;
	 font-size: 20px;
	 color: #1C1B1A;
	 line-height: 30px;
}
.news-post-content-inner{
	margin-top: 50px;
}
.read-more{
	display: flex;
	justify-content: flex-end;
}
.read-more a{
	border: 2px solid #000000;
	border-radius: 0px;
	font-family: Raleway-Medium;
	 font-size: 20px;
	 color: #1C1B1A;
	 line-height: 0px;
	 padding: 18px 30px;
	 display: block;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 height: 54px;

}
.read-more a:hover{
	 color: #ebc1bc;
	 border-color: #ebc1bc;
}
.news-post-inner{
	padding-top: 50px;
	padding-bottom: 50px;
}
.news-post-row .news-post-col:first-child .news-post-inner{
	padding-top: 0px;
}
.news-post-row .news-post-col:last-child .news-post-inner{
	padding-bottom: 0px;
	border: none;
}
.praxis-top-main-header{
	overflow: hidden;
}
.praxis-main-head-section,.praxis-section,.home-slider-section,.main-home-video-section,.one-click-away-section,.elementor-element-e81425c,
.termine-bottom-section,.termine-company-details-col,.oneclick-away-section{
	z-index: 999;
}
.news-page-top-section{
	overflow:hidden;
}
.wpcf7-list-item-label span a{
	color: #105154;
}
.wpcf7-list-item-label span a:hover{
	color: #1c1b1a;
}
.news-pagebg-section{
	margin-bottom: 80px;
}
.inner-page-banner-title h2{
	margin-top: -93px;
	letter-spacing: 9px;
}
.inner-page-title-hash{
	margin-bottom: -76px!important;
}
/*news-single page*/
.news-page-single-page-banner{
	background-image: none!important;
}
.news-page-single-page-banner::after{
	content: '';
	background:transparent;
}	
.news-singlepage-left-col{
	width: 76.7%!important;
    margin-left: -51px;
}
.news-single-top-title{
	width: 84%!important;
	margin-bottom: 68px!important;
}
.news-single-top-title h2{
	font-size: 32px;
	line-height: 42px;
	font-family: Raleway-Bold!important;
	text-transform: uppercase;
  letter-spacing: 2px;
}
.news-top-section .elementor-container{
	width: 100%!important;
} 	 
.news-sigle-top-content{
	width: 58%!important;
}	
.single-top-featuredimage{
	text-align: right!important;
	z-index: 999999;
    margin-right: 126px;
    margin-top: -392px;	
}
.qa-right-content-col .elementor-container{
	flex-wrap: wrap;
}
.qa-right-content-col-head{
	width: 100%!important;
}
.qa-right-content-col-head h2{
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 48px;
}
.qa-right-content-col-head h2::before{
	content: '';
 	height: 5px;
    display: block;
    background-color: #777;
    width: 94px;
 	margin-bottom: 35px;
}
.qa-content-firstcol{
	padding-left: 0px!important;
}
.fazeit-section .elementor-container{
	margin-right: 0px!important;
}
.fazeit-section-col h2{
	font-size: 32px;
	line-height: 42px;
	font-family: Raleway-Bold!important;
	color: #1C1B1A!important;
	margin-bottom: 19px;
}
.fazeit-section-col p{
	font-size:  22px;
	line-height: 32px;
	font-family: Raleway-Medium;
	color: #1C1B1A!important;
	margin-bottom: 10px;
}
.prf-method-section-col-first-head h2,.prf-method-section-scnd-head h2{
	font-size: 32px;
	line-height: 42px;
	color: #FFFFFF;
	font-family: Raleway-Bold!important;
}
.prf-method-section-first-list ul{
	list-style:none;
}
.prf-method-section-first-list{
	margin-bottom: 114px!important;
}
.prf-method-section-first-list ul li{
	font-size: 22px;
	line-height: 50px;
	font-family: Raleway-Medium;
	display: flex;
    align-items: center;
}
.prf-method-section-scnd-cnt p{
	font-size: 22px;
	line-height: 32px;
	font-family: Raleway-Medium;
	width: 80%;
}
.prf-method-section-first-list ul li::before{
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 50px;
	background-color: #fff;
	margin-right: 30px;
	flex:0 0 18px;
}
.vorteile-cnt-head h2::before{
	display: none;
}
.vorteile-list ul{
	list-style: none;
}
.vorteile-list ul li{
	font-size: 22px;
	line-height: 50px;
	font-family: Raleway-Medium;
	display: flex;
    align-items: center;
    color: #1C1B1A;
}
.vorteile-list ul li::before{
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 50px;
	background-color: #1C1B1A;
	margin-right: 30px;
	flex: 0 0 18px;
}	
.vorteile-list-col{
	width: 50%!important;
}
.news-single-video-section{
	margin-top: -135px;
}

.single-top-featuredimage img{
	box-shadow: 0px 0px 49px rgb(0 0 0 / 60%)!important;
}
.news-single-featured-sidehead{
	position: absolute!important;
	left: -20px;
	top: 50%;
}
.news-featured-section{
	padding-left: 282px;
}
.qamain-side-head{
	margin-left: 0px;
	position: absolute!important;
	left: -51px;
	top: 50%;
}
.invisalign-vorteile-side-head{
	margin-left: 0px;
    position: absolute!important;
    left: 31px;
    top: 50%;
}
.qa-right-content-col{
	padding-left: 316px;
}
.qa-main-section {
    padding-top: 120px;
    padding-bottom: 280px;
}
.zahnschmerzen-image img{
	box-shadow: 0px 0px 49px rgb(0 0 0 / 20%)!important;
}
.karies-image-col{
	width: 100%!important;
	margin-top: 10px;
}
.cr-content-left-col{
	padding-right: 0px;
	padding-left: 0px;
}
.hausmittel-sidehead{
margin-left: 0px;
    position: absolute!important;
    left: -105px;
    top: 33.50%;
}    
.hausmittel-accordion .elementor-widget-wrap {
	    flex-wrap: wrap;
}
.hausmittel-accordion .accordion{
	background-color: #040404!important;
	border-radius: 0px!important;
}
.hausmittel-accordion .accordion.active{
	background-color:  #E6EBE6!important;
}
.hausmittel-accordion .mt-accordion-title{
	font-size: 32px;
	line-height: 42px;
	color: #FFFFFF!important;
	font-family: Raleway-Bold!important;
}
.hausmittel-accordion .accordion.active .mt-accordion-title{
	color: #040404!important;
}
.hausmittel-accordion .accordion.active .mt-accordion-title::after{
	content: '';
 	height: 5px;
    display: block;
    background-color:#040404;
    width: 94px;
 	margin-bottom: 19px;
 	margin-top: 20px; 	 
}
.accordion-icons .fa-angle-down::before{
	content: '';
	width: 30px;
	height: 30px;
	background: url('images/accordion-plus.svg');
	background-size: 30px 30px;
	display: block;
}
.accordion-icons .fa-angle-up:before{
	content: '';
	width: 30px;
	height: 30px;
	background: url('images/accord-minus.svg');
	background-size: 30px 30px;
	display: block;
}
.hausmittel-accordion .accordion-content{
	background-color: #E6EBE6;
}
.medikamente-right-cnt-col-head{
	width: 100%!important;
}
.medikamente-right-cnt-col-cnt{
	width: 100%!important;
}
.medikamente-list-col{
	width: 100%!important;
}
.medikamente-list-col .elementor-widget-wrap{
	flex-wrap: wrap;
}
.medikamente-list-col p{
	color: #FFFFFF!important;
	font-size: 22px;
    line-height: 32px;
    font-family: Raleway-Medium;
    margin-bottom: 15px;
}
.medikamente-list-col::before{
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 50px;
	background-color: #fff;
	margin-right: 40px;
	margin-top: 5px;

}
.medikamente-right-cnt-col-head .elementor-widget-wrap{
	flex-wrap: wrap;
}
.medikamente-section{
	padding-top: 150px;
	padding-bottom: 350px;
}
.medikamente-sidehead{
	left: -18px;
}
.hausmittel-sidehead{
	left: -18px;
}
.medikamente-sidehead h2{
	color: #FFFFFF!important;
}
.medikamente-sidehead h2::before{
	background-color: #fff;
}
.teams-row .vacancy-section-col .team-member-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.teams-row .vacancy-section-col .team-member-img img{
	width: 74px;
    height: 176px!important;
    object-fit: contain;
}
.team-main-sidehead{
	position: absolute!important;
	top: 71%;
	margin-top: 0px;
	margin-left: 0px;
	left: 70px;

}
.job-side-head{
	position: absolute!important;
    left: -52px;
    top: 50%;
}
.job-sub-section{
	padding-left: 252px
}
#job-dentist-section{
	overflow: hidden;
}
.job-page-vacancy-section{
	padding-bottom: 150px;
	padding-top: 115px;
}
.job-vacancy-col{
	padding-left: 294px;
}
/*end news-single page*/
.voteile-section{
	overflow: hidden;
}
.zahnschmerzen-content-section{
	padding-bottom: 100px;
}
.zahnschmerzen-middle-content-section{
	padding-top: 0px;
	padding-bottom: 60px;
}
.cr-content-left-col h2::before{
	content: '';
    height: 5px;
    display: block;
    background-color: #777;
    width: 5.9%;
    margin-bottom: 35px;
}
.cr-image-right-col{
	padding-top: 45px!important;
}
.hausmittel-intro-title h2{
		font-size: 32px;
	line-height: 42px;
	font-family: Raleway-Bold!important;
	color: #1C1B1A!important;
	margin-bottom: 5px;
}
.team-doctors-sidetitle{
	position: absolute!important;
	top: 50%;
	left: -48px;
}
.single-doctor-content-section{
	padding-left: 230px;
}
.single-doctor-side-mainhead h2{
	line-height: 146px;
}
.single-doctor-featured-img{
	height: 258px;
    width: 258px!important;
    background-color: #ECC2BD!important;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: absolute!important;
    right: -275px;
}
.single-doctor-featured-img img {
    width: 100%;
    object-fit: cover;
    height: 390px!important;
    object-position: top;
}
.single-doctor-description-col{
	width: 47.64%!important;
	padding-right: 119px!important;
	margin-bottom: -44px;
}
.single-doctor-video-section{
	margin-top: -160px;
	margin-bottom: 209px;
}
.single-doctor-team-section{
	margin-bottom: 204px;
}
.vacancy-side-title{
	left: -43px;
}
.single-page-banner .inner-page-banner-title h2{
	margin-top: -103px;
}
.cr-image-right-col{
	margin-bottom: 65px;
}
.zahnschmerzen-full-width-cnt-col{
	width: 100%!important;
}
.hausmittel-intro-cnt p{
	font-size: 22px;
	line-height: 32px;
	font-family: Raleway-Medium;
}
.zahnschmerzen-accordion{
	margin-top: 40px;
}
.zahnschmerzen-accordion .accordion{
	padding: 16px 32px!important;
}
.zahnschmerzen-accordion .accordion-content{
	padding: 60px!important;
	padding-top: 0px!important;
	padding-right: 100px!important;
}
.zahnschmerzen-accordion .accordion-content p{
	font-size: 22px!important;
	line-height: 32px!important;
	font-family: Raleway-Medium!important;
	color: #1C1B1A!important;
	margin-bottom: 34px;
}	
.single-behandlung-video-col{
	margin-bottom: 0px;
	min-height: 858px!important;
}
.single-behandlung-video{
	position: absolute!important;
}
.single-behandlung-video-col{
	padding-top: 115px;
	padding-left: 172px;
}
.single-behandlung-feature-bottom-section{
	padding-top: 115px;
	padding-bottom: 287px;
}
.single-behandlung-feature-bottom-head h2{
	font-size: 32px!important;
	line-height: 42px!important;
	font-family: Raleway-Bold!important;
	color: #1C1B1A!important;
	margin-bottom: 19px;
}
.single-behandlung-feature-bottom-content p{
	font-size: 22px!important;
	line-height: 32px!important;
	font-family: Raleway-Medium!important;
	color: #1C1B1A!important;
	margin-bottom: 11px;
}	
.single-behandlung-feature-bottom-content-left{
	padding-right: 35px;
}
.single-behandlung-feature-bottom-content-right{
	padding-left: 35px;
}
.single-behandlung-enquiry-section{
	padding-top: 58px;
	padding-bottom: 106px;
	background-color: transparent!important;
	background: linear-gradient(to left, #040404 88%, rgba(0, 0, 0, 0) 12%)!important;
	margin-top: -176px;
	z-index: 999;
}
.single-behandlung-enquiry-section #menu-contact-menu{
	justify-content: flex-end;
}

.behandlung-leistungen-section-side-head h2::before{
	content: '';
    height: 5px;
    display: block;
    background-color:#EF918D;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 0px;
}

.behandlung-leistungen-section-right .elementor-container{
	flex-wrap: wrap;
}

.behandlung-leistungen-section-side-img-col{
	padding-left: 12%;
	padding-top: 274px;
}
.behandlung-leistungen-section{
	/*padding-top: 208px;
	padding-bottom: 0px;*/
	margin-top: -62px;
}
.behandlung-leistungen-section-right h2{
	font-family: Raleway-Bold!important;
    font-size: 28px;
    line-height: 55px;
    color: #1C1B1A;
}
.behandlunglist-inner{
	list-style: none;
	margin-left: 15px;
}
.behandlunglist-inner li a{
	font-size: 22px!important;
	line-height: 55px!important;
	font-family: Raleway-Medium!important;
	color: #1C1B1A!important;
}
.behandlunglist-inner li a:hover{
	color: #EF918D!important;
}
.behandlunglist-inner li::before{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background-color: #000000;
	margin-right: 17px;
}
.behandlunglist-inner li{
	display: flex;
	align-items: center;
	margin-bottom: -17px;
}
.behandlung-leistungen-section-side-img-col{
	/*margin-bottom: -150px;*/
	z-index: 999;
}
.behandlung-leistungen-section-side-img-col img{
	box-shadow: 0px 0px 49px rgb(0 0 0 / 60%)!important;
}
.single-behandlung-side-head h2::before{
	content: '';
    height: 5px;
    display: block;
    background-color:#EF918D;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 0px;
}

.single-behandlung-side-head h2{
	    transform: rotate(-90deg) translateY(100%);
	font-family: Raleway-Bold!important;
    font-size: 40px;
    line-height: 79px;
    transform-origin: left;
    white-space: nowrap;


}
.single-behandlung-side-head{
	display: flex;
    align-items: center;
    margin-bottom: 0px!important;
    flex: 0 0 11%;
    position: absolute!important;
    bottom: 100px
}
.antibiotika-content p{
	color: #fff!important;
}
.medikamente-list-col{
	margin-bottom: 85px;
}
.medikamente-right-cnt-col-head p{
	color: #FFFFFF!important;
    font-size: 22px;
    line-height: 32px;
    font-family: Raleway-Medium;
    width: 99%;
}
.hausmittel-last-cnt p{
    font-size: 22px;
    line-height: 32px;
    font-family: Raleway-Medium;	
    color: #1C1B1A!important;
}
.behandlung-leistungen-section-right{
	width: 45%!important;
	padding-left: 100px;
	padding-top: 182px;
}
.behandlungen-inner-page-head h2{
	font-size: 73px;
}
.zahnschmerzen-accordion{
	margin-bottom: 120px!important;
}
.behandlung-sub-section .cr-content-left-col h2{ 
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 16px;
}

.zahnschmerzen-content-section .praxis-left-col-cnt,.zahnschmerzen-middle-content-section .praxis-left-col-cnt,.zahnschmerzen-content-section .praxis-left-col-cnt,.zahnschmerzen-last-content-section .praxis-left-col-cnt{
	width: 50%!important;
}
.zahnschmerzen-content-section .praxis-right-col-cnt,.zahnschmerzen-middle-content-section .praxis-right-col-cnt,.zahnschmerzen-content-section .praxis-right-col-cnt,.zahnschmerzen-last-content-section .praxis-right-col-cnt{
	width: 50%!important;
}

.zahnschmerzen-last-content-section .zahnschmerzen-full-width-cnt-col{
	width: 100%!important;
}
.zahnschmerzen-middle-content-section .praxis-left-col-cnt{
	margin-bottom: 100px;
}
.zahnschmerzen-last-content-section .praxis-left-col-cnt{
	margin-bottom: 50px;
}
.zahnschmerzen-last-content-section .praxis-right-col-cnt{
	padding-top: 115px!important;
	margin-bottom: 0px!important;
}
.zahnschmerzen-side-head{
	left: -53px;
}
.zahnschmerzen-bottom-side-head{
	left: -91px;
}
.medikamente-row-inner .antibiotika-content-left-col{
	width: 50%!important;
}
.medikamente-row-inner .antibiotika-content-right-col{
	width: 50%!important;
}
.medikamente-right-cnt-col-head{
	margin-bottom: 50px;
}
.medikamente-list-col h2{
	margin-bottom: 11px;
}
.medikamente-right-cnt-col-head h2,.medikamente-list-col h2{
	font-family: Raleway-Bold!important;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2px;
}
.behandlung-leistungen-section-list-col{
	width: 100%!important;
}
/*sample page container*/
.sample-page-section .elementor-container{
	max-width: 100%!important;
}
.sample-page-side-col{
	width: 16%!important;
	justify-content: center;
	align-items: center;
}
.sample-page-side-col h2{
	transform: rotate(-90deg) translateY(100%);
	transform-origin: center;
}
/*end sample page container*/

.behandlung-leistungen-section-side-img-col{
	    width: 54.159%!important;
}
 .single-behandlung-video .video-bg{
 		position: absolute;
 		left: 0px;
 		top: 0px;
 		width: 100%;
 		height: 100%;
 		background-color: rgba(230,235,230,0.5);
 		z-index: 999;
 		cursor: pointer;
}
.single-behandlung-video .video-bg.video-overlay-active{
	z-index: -1;
	opacity: 0;
}
.behandlung-leistungen-section-list-col{
	padding-bottom: 175px;
}
.single-behandlungen-imgbanner-right-head .elementor-widget-wrap{
	align-content: flex-start!important;
    align-items: flex-start!important;
}
/*.behandlung-leistungen-section-side-img-col .elementor-widget-wrap{
	align-content: flex-end;
}*/
.behandlung-leistungen-section-side-img-col img{
	height: 768px!important;
	object-fit: cover;
}
.single-behandlung-bottomblck-section{
	margin-top: -150px;
}
.behandlung-leistungen-section-side-img-col .elementor-widget-image{
  text-align: left!important;
}
.single-behandlungen-imgbanner-col img{
	max-width: 1255px!important;
	width: 960px;
}
.single-behandlung-video-col {
    padding-top: 115px;
    padding-left: 90px;
}
.single-behandlungblck-img-col{
	padding-top: 176px;
}
.single-behandlungen-imgbanner-right-head h2{
	padding-top: 100px;
    margin-bottom: 85px;
    font-size: 32px;
    line-height: 42px;
    font-family: Raleway-Bold!important;
    padding-left: 43px;
    text-transform: uppercase;
}

.behandlung-leistungen-section-side-head h2{
	transform: rotate(-90deg) translateY(100%);
    font-family: Raleway-Bold!important;
    font-size: 40px;
    line-height: 79px;
    transform-origin: left;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.behandlung-leistungen-section-side-head{
	display: flex;
    align-items: center;
    margin-bottom: 0px!important;
    flex: 0 0 11%;
    position: absolute!important;
    bottom: 100px;
}
.behandlung-leistungen-section .single-behandlung-side-head{
	top: 64%;
	bottom: auto;
}
.single-behandlungen-top-section .single-behandlung-side-head h2{
	    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: none;
}
.single-behandlungen-top-section .single-behandlung-side-head{
	transform: scale(-1);
    width: auto!important;
    margin: 11% auto!important;
    height: 599px;
    top: auto;
    bottom: auto;
}
.single-behandlungen-top-section .single-behandlung-side-head::before{
    content: '';
    height: 5px;
    display: block;
    background-color: #EF918D;
    width: 84px;
    margin: 0 auto;
    margin-bottom: 0px;
    transform: rotate(90deg);
    order: 1;
    position: relative;
    left: -38px;
}
.leistungen-home-right-col-head{
	width: 100%!important;
}
.behandlungsspektrum-list-section{
	width: 50%!important;
}
.leistungen-home-right-col-head{
	width: 100%;
}
.behandlungsspektrum-list-section .elementor-container{
	flex-wrap: wrap;
	padding-top: 130px;
    padding-bottom: 150px;
    padding-left: 60px;
}
.behandlungsspektrum-list-section .leistungen-home-right-col{
	padding: 0px!important;
	width: 100%!important;
}
.single-behandlungen-content-list ul{
	list-style: none;
}
.single-behandlungen-content-list ul li{
	color: #1C1B1A;
 	font-family: Raleway-Medium;
 	font-size: 22px;
 	line-height: 32px;
 	display: flex;
 	margin-bottom: 27px;
}
.single-behandlungen-content-list ul li::before{
	content: '';
	width: 18px;
	height: 18px;
	display: flex;
	background-color: #1C1B1A;
	flex: 0 0 18px;
	border-radius: 50px;
	margin-top: 7px;
	margin-right: 39px;
}
.single-behandlungen-content-list{
	margin-top: 35px;
}
.single-page-banner .elementor-column .elementor-widget-wrap{
	padding: 0px!important;
}
.single-behandlung-feature-bottom-head h2{
	text-transform: uppercase;
}
.elementor-element-534b9fd p{
	color: #1C1B1A;
 	font-family: Raleway-Medium;
 	font-size: 22px;
 	line-height: 32px;
}
.navbar.navbar-expand-lg.top-header{
	    animation:slide-down 0.5s;
	    
    position: fixed;
    top: 0px;
    /*background: rgba(255, 255, 255, 1);*/
    /*box-shadow: 0px 3px 20px #686868;*/
  /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cdb96', endColorstr='#389583', GradientType=1);*/
    z-index: 99999;
    transition-duration: 0.9s;
    transition-delay: 0.9s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar-light.bg-light{

    /*background: rgba(255, 255, 255, 1);*/
    /*box-shadow: 0px 3px 20px #686868;*/
  /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cdb96', endColorstr='#389583', GradientType=1);*/
   transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 1s ease;
}
.design-story-right-head{
	position: absolute!important;
    right: 0px;
    z-index: 9999;
    margin-top: 143px;
    overflow:hidden;
    margin-bottom: -84px;
}
#design-story-section .praxis-design-story-black-left h2{
	opacity: 1;
	margin-left: -46px;
}
.design-story-left-black-col{
	padding-bottom: 354px!important;
	padding-right: 224px!important;
}
.news-page-inner-head h2{
	margin-top: -198px;
}
.news-page-section{
	z-index: 999999;
}
.news-page-top-section .leistungen-home-left-col-head h2{
	margin-bottom: 34px;
}
.news-post-inner .read-more{
	margin-top: 50px;
}
.single-doctor-side-mainhead h2{
	margin-top: -474px;
	margin-right: -19px;
}
.news-page-top-section .single-doctor-content-section h2{
	margin-bottom: 50px;
}
.single-doctor-description-col .leistungen-home-left-col-head h2{
	text-transform: uppercase;
	font-size: 32px;
    line-height: 42px;
    font-family: Raleway-Bold!important;
    letter-spacing: 3px;
}
.vorteile-cnt-head h2{
  	width: 73%;
  	margin-bottom: 31px;
}
.fazit-top-blck-section .elementor-container{
  max-width: 100%!important;
  padding-left: 316px;
}
.medikamente-sidehead{
	top: 26%;
}
.navbar-brand-blank{
	opacity: 0;
}
.medikamente-section .qa-right-content-col-head h2::before{
	background-color: #FFF;
}
.medikamente-right-cnt-col-head h2{
	margin-bottom: 19px;
}
.medikamente-list-col-last{
	margin-bottom: 3px;
}
.hausmittel-sidehead h2::before{
	width: 30%;
}
.zahnschmerzen-accordion .mighty-accordion .mt-panel .active .accordion-active-icon{
	margin-top: -37px!important;
}
.hausmittel-last-head h2{
	margin-bottom: 11px;
}
.zahnschmerzen-content-section .qa-right-content-col-head h2::before,.zahnschmerzen-middle-content-section .praxis-left-col-cnt h2::before,.zahnschmerzen-last-content-section .qa-right-content-col h2::before{
	width: 94px;
	background-color: #707070;
}
.zahnschmerzen-middle-content-section .qamain-side-head{
	top: 57%;
}
.zahnschmerzen-bottom-side-head h2::before{
	width: 85px;
}
.zahnschmerzen-bottom-side-head{
	top: 22.60%;
}
.zahnschmerzen-top-content-section .news-singlepage-left-col{
    width: 72.423%!important;
}    
.prfmethod-top-content-section .news-singlepage-left-col{
    width: 72.423%!important;
}    
.prfmethod-top-content-section .leistungen-home-left-col{
	margin-bottom: 0px;
}
.jobs-page-inner-head h2{
	margin-top: 0px;
}
.home-page-leistungen-section .leistungen-home-right-col{
	/*flex-wrap: wrap!important;
	padding-top: 130px;
	padding-bottom: 150px;
	padding-left: 180px;*/
}
.leistungen-home-right-col{
	width: 100%!important;
}
/*.leistungen-home-right-col{
	padding-top: 130px;
	padding-bottom: 150px;
	padding-left: 180px;
}*/

.behandlung-top-cnt-section .leistungen-home-left-col {
	width: 47.69% !important;
}
.home-page-leistungen-section .leistungen-home-left-col{
	width: 69.69%!important;
}
.home-page-leistungen-section .leistungen-home-content-section .elementor-container{
    padding-top: 130px;
    padding-bottom: 150px;
    padding-left: 180px;
    flex-wrap: wrap;
}
.job-sub-section .leistungen-home-left-col-head h2{
	font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    font-family: Raleway-Bold!important;
    letter-spacing: 2px;
}
.news-single-black-section{
	height: 194px;
}
.job-page-top-section .leistungen-home-left-col{
	margin-bottom: -2px;
}
.jobpage-black-section{
	margin-top: -1px!important;
}
.meet-team-btn a:hover{
	border: 2px solid #ef918d;
	color: #ef918d;
}
.vacancy-row{
	margin-top: 402px;
}
.vacancy-row .team-section-readmore a{
	width: 170px;
	height: 54px;
}
.neuigkeiten-top-section .leistungen-home-left-col-head h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2px;
}
.neuigkeiten-top-section .news-page-inner-head h2{
	margin-top: -10px;
}
.neuigkeiten-top-section .news-page-inner-head .elementor-widget-wrap{
	align-items: flex-start!important;
}
.wpcf7-response-output{
	text-align: center;
}
.team-main-sidehead{
	top: 36%;
}
#design-story-left-back-head h3{
	margin-bottom: 20px;
	letter-spacing: 1px;
}
#design-story-left-col-content p{
	margin-bottom: 10px;
}
.praxis-right-banner-img{
	margin-bottom: 38px!important;
	margin-top: 38px!important;
}
.job-page-vacancy-section .team-main-sidehead{
	top: 71%;
}
.praxis-right-banner-img img{
	box-shadow: 0px 0px 49px rgb(0 0 0 / 60%)!important;
}
#sang-ji-kim-side-head.team-doctors-sidetitle{
	left:0px;
}
#venelina-team-head.team-doctors-sidetitle{
	left: -82px;
}
.praxis-right-banner-img{
	margin-left: -140px!important;
}
.praxis-right-banner-img .elementor-column{
	width: 100%!important;
}
.praxis-right-banner-img .elementor-column:last-child{
	width: 0px!important;
}
.praxis-right-banner-img .elementor-column .elementor-widget-wrap{
	padding: 0px!important;
}
#story-right-section{
	width: 37.76%!important;
}
.prf-method-vorteile-head{
	position: absolute!important;
	top: 36%;
}
.error-page {
    background-color:#f3b9b3;
}
.error-page .row h2 {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
     font-family: Raleway-Bold!important;
    font-size: 60px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-page .row {
     justify-content: center; 
}
.wpcf7-list-item{
	width: 100%;
}
.vacancy-section-col .team-section-marginadd {
    margin-top: 180px;
}
#praxis-black-box .praxis-design-story-black-left{
	width: auto!important;
	align-items: center;

}
.praxis-design-story-black-left .elementor-widget-wrap{
	margin-top: 0px!important;
}
.page-id-1971 .inner-page-banner-title h2{
	letter-spacing: 0px;
}
/*05-11-2021*/
.tab-content .tab-pane{
	height: 100%;
}
.banner-sliding-section .tab-content{
	height: 100%;
}
.nav-tab-col{
	width: 50%!important;
	padding-right: 0px;
	padding-left: 0px;
}
.tab-content-col{
	width: 50%!important;	
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-brand img {
    width: 114px;
}
.navbar-light.bg-light{

}
.menu-bar .wpml-ls-current-language a {
    color: #FFFFFF!important;  
}
/*end 05-11-2021*/
.praxis-home-side-head{
	transform: scale(-1);
    width: auto!important;
    margin: 0% auto!important;
    top: auto;
    bottom: auto;
}
.praxis-home-side-head::after{
	content: '';
    height: 5px;
    display: block;
    background-color: #000;
    width: 84px;
    margin: 0 auto;
    margin-bottom: 0px;
    transform: rotate(90deg);
    order: 1;
    position: relative;
    left: -38px;
}
.praxis-home-side-head h2{
	writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: none;
}
.praxis-home-side-head h2::before{
	content: none;
}
.praxis-home-section-col .elementor-widget-wrap{
	align-items: center;
}
.job-page-vacancy-section{
	margin-bottom: 0px;
}
.elementor-widget-wp-widget-nav_menu .menu li a:hover{
	color: #ebc1bc;
    border: 1px solid #ebc1bc;
}
.single-behandlung-enquiry-section .elementor-widget-wp-widget-nav_menu .menu{
	justify-content: flex-end;
}