:root {
	--color-green: #086F31;
	--color-green-dark: #46a669;
}

/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('/files/cto_layout/fonts/roboto-slab-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/cto_layout/fonts/roboto-slab-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/cto_layout/fonts/roboto-slab-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/cto_layout/fonts/roboto-slab-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/files/cto_layout/fonts/roboto-slab-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/cto_layout/fonts/roboto-slab-v12-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/files/cto_layout/fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('/files/cto_layout/fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/cto_layout/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/cto_layout/fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/files/cto_layout/fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/cto_layout/fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/files/cto_layout/fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('/files/cto_layout/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/cto_layout/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/cto_layout/fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/files/cto_layout/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/cto_layout/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/files/cto_layout/fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('/files/cto_layout/fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/cto_layout/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/cto_layout/fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/files/cto_layout/fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/cto_layout/fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

.ce_table table td {
    border-bottom: solid 1px rgba(0,0,0,.05) !important;
}

/* TOPBAR */
#top {
	padding-bottom: 0 !important;
	background: none;
}
#top .inside {
	padding-bottom: 0 !important;
	background: none;
}
.mod_top_info {
	position: relative;
	text-align: right;
}
.mod_top_info .meta-top-info-container {
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.mod_top_info .meta-top-info-container .meta-top-adresse,
.mod_top_info .meta-top-info-container .meta-top-contact {
	padding: 0 10px;
	margin: 0;
	line-height: 140%;
}
.mod_top_info .meta-top-info-container .meta-top-adresse {
	text-align: right;
}
.mod_top_info .meta-top-info-container .meta-top-contact {
	text-align: left;
	color: var(--color-green);
}
.mod_top_info .meta-top-info-container .meta-top-contact a {
	color: var(--color-green) !important;
}
.mod_top_info .meta-top-info-container .meta-top-contact a:hover {
	color: var(--color-green-dark) !important;
	text-decoration: underline;
}

/* HEADER */
.header .mod_socials {
    margin-left: 20px;
}
.logo a {
    width: 254px;
    height: 110px;
    margin-top: -40px;
}
#stickyheader .logo a {
    width: 120px;
    height: 80px;
    margin-top: 0px;
}
#top-wrapper {
	background: #ffffff;
}
@media screen and (max-width: 767px){
	.logo a {
	    width: 160px;
	    height: 160px;
	    margin-top: auto;
	}
	#top .inside {
	    padding-left: 0px;
	    padding-right: 0px;
	    background: #ffffff;
	}
}

/* HOME :: ICON-BOXES */
.home-icon-boxes .attributes {
	position: relative;
}
.home-icon-boxes .attributes {
	background: rgba(0,0,0,.05) !important;
	transition: all 350ms ease;
}
.home-icon-boxes .attributes:hover {
	background: var(--color-green) !important;
}
.home-icon-boxes .attributes h3,
.home-icon-boxes .attributes h3 span,
.home-icon-boxes .attributes p {
	transition: all 350ms ease;
}
.home-icon-boxes .attributes:hover h3,
.home-icon-boxes .attributes:hover h3 span,
.home-icon-boxes .attributes:hover p {
	color: #fff !important;
}
.home-icon-boxes .ce_hyperlink,
.home-icon-boxes .ce_hyperlink a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 0;
	text-indent: -999999px;
	background: none !important;
}
.home-icon-boxes .ce_hyperlink a::after {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: url('/files/Zahnarzt-Oliver-Meier/Elements/Zahnarzt-Oliver-Meier-Plus.svg') center center no-repeat;
	background-size: cover;
}
.home-icon-boxes .ce_hyperlink a:hover::after {
	animation: plus-animation 350ms ease;
}
@keyframes plus-animation {
	0% {transform: rotate(0deg) scale(1);}
	50% {transform: rotate(180deg) scale(.5);}
	100% {transform: rotate(360deg) scale(1);}
}

.ce_image_text_box .ce_image_text_box_content {
	margin-top: 0;
	padding-top: 0; 
}
.ce_image_text_box .ce_image_text_box_content a {
	display: inline-block;
	padding-top: .8rem; 
	width: 100%;
}
.ce_image_text_box figure.image_container {
	overflow: hidden;
}
.ce_image_text_box figure.image_container img {
	transition: all 350ms ease;
}
.ce_image_text_box:hover figure.image_container img {
	transform: scale(1.2);
}
.ce_image_text_box .ce_image_text_box_content a h2,
.ce_image_text_box .ce_image_text_box_content a h3,
.ce_image_text_box .ce_image_text_box_content a h4,
.ce_image_text_box .ce_image_text_box_content a h5 {
	transition: all 350ms ease;
}
.ce_image_text_box:hover .ce_image_text_box_content a h2,
.ce_image_text_box:hover .ce_image_text_box_content a h3,
.ce_image_text_box:hover .ce_image_text_box_content a h4,
.ce_image_text_box:hover .ce_image_text_box_content a h5 {
	color: var(--color-green-dark) !important;
}


/* TEAMBOX */
#main .mod_article .ce_bgimage.team-box-wrapper .ce_bgimage-inside.contentwrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
	padding: 0 !important;
}
.ce_teambox {
	width: 33.3333%;
}
@media screen and (max-width: 1024px){
	.ce_teambox {
		width: 50%;
	}
}
@media screen and (max-width: 600px){
	.ce_teambox {
		width: 100%;
	}
}
.teambox_inside_ex {
	position: relative;
}
.teambox_inside_ex .teambox_content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	 background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%); 
}
.teambox_inside_ex .teambox_content>div {
	margin: 0;
	font-size: 1.3rem;
	line-height: 110%;
	text-transform: uppercase;
	color: #fff;
}

/* COOKIEBAR */
.cookiebar_disagree {
	display: none !important;
}
.mod_privacy_optin_slim,
.mod_privacy_optin_slim * {
	font-size: .8rem !important;
}

/* MOBILE MENU FIX */
#mmenu {
    transform: translateY(calc(-100% - 105px));
}


.center-list {
	text-align: center;
}
.center-list ul {
	display: inline-block;
	width: auto;
	text-align: left;
}
.teaser-title h1 {
	margin: 0;
}
/* IE FIX */
.autogrid_grid,
.autogrid_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.autogrid_grid .column {
	align-self: auto !important;
}
.autogrid_grid .w66 {
	width: 66.6666%;
}
.autogrid_grid .w33 {
	width: 33.3333%;
}
.autogrid_grid .w50 {
	width: 50%;
}
.one_fourth {
	width: 25%;
}

@media screen and (max-width: 1023px){
	.one_fourth {
		width: 50%;
	}
}
@media screen and (max-width: 767px){
	.autogrid_grid .w66 {
		width: 100%;
	}
	.autogrid_grid .w33 {
		width: 100%;
	}
	.autogrid_grid .w50 {
		width: 100%;
	}
}
@media screen and (max-width: 640px){
	.one_fourth {
		width: 100%;
	}
}

.pagetitle {
	display: none;
}

#euf_overlay {
	z-index: 9999;
}
.euf_overlay__close:hover {
	border: 0 !important;
}

#jobs {
	
}
#jobs * {
	line-height: 1.5rem !important;
}
#jobs .ce_accordionSingle,
#jobs .ce_accordionSingle .accordion {
	padding: 0;
	margin: 0;
	border: 0;
}
#jobs .ce_accordionSingle {
	padding: 0;
	margin: 0;
	border: 0;
	display: none !important;
}
#jobs .ce_accordionSingle.active,
#jobs .ce_accordionSingle.active .accordion {
	display: block !important;
}
#jobs .ce_accordionSingle .toggler {
	display: none !important;
}
#jobs .col-ac-navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#jobs .col-ac-navi li {
	list-style: none;
	padding: .8rem 1.2rem;
	background: rgba(0,0,0,.05);
	transition: all 350ms ease;
	cursor: pointer;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#jobs .col-ac-navi li:hover {
	background: rgba(0,0,0,.1);
}
#jobs .col-ac-navi li.active {
	background: var(--color-green);
	color: white;
}
#jobs .col-ac-navi li.active:hover {
	background: var(--color-green);
	cursor: default;
}



.stellenangebot {
	display: block;
}
.stellenangebot .autogrid_grid.grid_50_50 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stellenangebot .autogrid_grid.grid_50_50 .column {
	width: 100%;
	padding-bottom: 20px;
}

.top-green-line {
	border-top: 8px solid var(--color-green);
}







