﻿@charset "utf-8";

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, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
html{
   min-height: 100%;
}
@font-face {
font-family: 'Avenir LT Std 35 Light';
font-style: normal;
font-weight: normal;
src: url('../fonts/AvenirLTStd-Light.woff') format('woff');
}

@font-face {
font-family: 'Avenir LT Std 45 Book';
font-style: normal;
font-weight: normal;
src: url('../fonts/AvenirLTStd-Book.woff') format('woff');
}

@font-face {
font-family: 'Avenir LT Std 55 Roman';
font-style: normal;
font-weight: normal;
src: url('../fonts/AvenirLTStd-Roman.woff') format('woff');
}

@font-face {
font-family: 'Avenir LT Std 65 Medium';
font-style: normal;
font-weight: normal;
src: url('../fonts/AvenirLTStd-Medium.woff') format('woff');
}

@font-face {
font-family: 'Avenir LT Std 85 Heavy';
font-style: normal;
font-weight: normal;
src: url('../fonts/AvenirLTStd-Heavy.woff') format('woff');
}

@font-face {
font-family: 'Avenir LT Std 95 Black';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 95 Black'), url('AvenirLTStd-Black.woff') format('woff');
}

*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Needed for mobile WebKit */
    -moz-box-sizing: border-box; /* Needed for Firefox */
    box-sizing: border-box
}
body {
	font-family: 'Avenir LT Std 45 Book', calibri;
	font-size: 1em;
	color: rgb(102,102,102);
	margin:0;
}
#top-line {
	position: relative;
	top: -20px;
}
h1 {
    color: #fff;
    font-size: 3em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h1.red {
	color: #6c1225;
	margin: 20px 0 40px;
}
h1.blue {
	color: #6dc2b8;
	margin: 20px 0 80px;
}
h1.performance {
	font-family: 'Avenir LT Std 55 Roman';
	color: #6c1225;
    font-size: 30px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
h2 {
	font-family: 'Avenir LT Std 55 Roman';
	font-size: 24px;
	color: #6c1225;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
h2.vitae {
	font-size: 32px;
	color: white;
}
h2.h1 {
    color: #fff;
    font-size: 3em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h3 {
    font-size: 22px;
	color: white;
	text-transform: uppercase;
}
h3.red {
	color: #6c1225;
}
h3.vitae {
	font-size: 32px;
	text-transform: none;
}
h3.circle {
	color: #6c1225;
    font-size: 1.4em;
	text-transform: uppercase;
	line-height: 3;
}
h3.circle a {
	color: #6c1225;
}
h4 {	
    font-size: 20px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
h5 {
	color: white;	
    font-size: 20px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
p {
	letter-spacing: 0.2px;
}
#header_info_container p{
    font-size: 14px;
	font-weight: bold;
}
p.team {
	color: white;	
}
p.blue {
	color: #6dc2b8;	
	font-weight: bold;
	font-size: 18px;
}
p.curriqulum {
	color: white;
	cursor: pointer;
	display: inline-block;
	background-color: #6dc2b8;
	padding: 15px 30px;
	text-transform: uppercase;
	margin-top: 50px;
}
p#close_vitae {
	color: #6c1225 !important;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	font-size: 14px;
	cursor: pointer;
}
p.quick-link {
    background-color: #6dc2b8;
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 20px;
    min-height: 40px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}
p.quick-link a{
    color: #fff;
}
.name_function p {
	color: black;
}
p.kontakt-info {
	color: black;
	font-weight: bold;
	font-size: 30px;
	padding: 30px 0;
}
a {
    color: #4761aa;
	text-decoration: none;
}
.text h3 a {
	color: white;
	text-transform: uppercase;
}
a.p_white {
	color: white;	
}
a.p_blue {
	color: #6dc2b8;	
}
table.kontakt,
table.times2,
#vitae p,
#vitae hr {
	color: white;		
}
ul.dot li {
    line-height: 1.6em;
    list-style-image: url("../images/dot.png");
    list-style-position: outside;
    margin-left: 17px;
}
strong {
	font-weight: bold;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.inline {
    display: inline;
}
.displaynone {
	display: none;
}
.block {
	display: block;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.zindex1 {
	z-index: 1;
}
.indent {
	padding-left: 115px;
}
.margin50 {
	padding-top: 100px;
	margin-bottom: 30px;
}
#section1 {
	border-top: solid 5px #6c1225;
	position: relative;
}
#topbanner {
	background-color: #f5f7f7;
	min-height: 60px;
	text-align: right;
}
#topbanner p {
	padding-top: 10px;
}
#topbanner2 {
	min-height: 60px;
}
.frame {
	padding: 0 30px;
}
#header-first {
	position: absolute;
	padding: 20px 0;
	z-index: 500;
	width: 100%;
	transition: background-color 0.3s ease-in-out 0s;
	-o-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
#header-first.fixed {
	border-top: solid 5px #6c1225;
	position: fixed;
	padding: 20px 0 40px;
	background-color: white;
	top: 0px;
}
body.home #top-line #section2 {
	display: block;
}
#site-header {
	position: relative;
	background: url(/images/StartHiGru2.jpg) center center no-repeat;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.layer {
	padding: 170px 0 200px;
}
#tooth {
	text-align: right;
	padding-top: 50px;
}
#header_info_container {
	margin-right: 60px;
}
#header_info {
	background-color: #f5f7f7;
	display: inline-block;
	float: right;
	padding: 40px 80px 40px 20px;
	position: relative;
}
#header_info_v2 {
	background-color: #f5f7f7;
	display: inline-block;
	padding: 40px 80px 40px 20px;
	position: relative;
	text-align: left;
}
#content_info_container {
	position: relative;
}
table.times tr {
	height: 25px;
	font-size: 14px;
}
table.times tbody > tr > td:nth-child(1) {
	width: 35px;
}
#round {
	position: absolute;
	right: -50px;
	bottom: -40px;
}
.button {

}
#round h4{
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding-top: 40px;
	line-height: 1.3;
}
.banner {
	padding: 70px 0;
}
#section3 .banner {
	background-color: #f5f7f7;
	text-align: center;
}
#section4 .banner {
	background-color: #6c1225;
	text-align: center;
}
.teaser {
    position: relative;
    text-align: center;
}
.center-block {
    display: block;
    text-align: center;
}
.flex-block {
    display: flex;	
	margin-bottom: 20px;
}
.sc_wrapper {
	margin: 50px 10% 0;
}
.sc_1 {
	border-bottom: solid white 2px;
	flex-grow: 2;
}
.sc_1_red {
	border-bottom: solid #6c1225 2px;
	flex-grow: 2;
}
.sc_2 {
text-align: center;	
flex-grow: 0.2;
}
.sc_2 img {
	position: relative;
	top: 10px;
}
 .flexed {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-flow: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center;
}

  #fly_1 {
	margin-bottom: 20px;
	margin-top: 20px;
}
#fly_2 {
	margin-bottom: 20px;
	margin-top: 20px;
}
#fly_3 {
	margin-bottom: 20px;
	margin-top: 20px;
}
#fly_4 {
	margin-bottom: 20px;
	margin-top: 20px;
} 
.text h3 {
	padding: 15px 0;
}
#bg1 {
 	background: url(/images/buttons/Beratung2.jpg) center center no-repeat;
	background-size: cover;
}
#bg2 {
 	background: url(/images/buttons/Zahnerhalt2.jpg) center center no-repeat;
	background-size: cover;
}
#bg3 {
 	background: url(/images/buttons/Prophylaxe2.jpg) center center no-repeat;
	background-size: cover;
}
#bg4 {
 	background: url(/images/buttons/Parodontologie2.jpg) center center no-repeat;
	background-size: cover;
}
#bg5 {
 	background: url(/images/buttons/Zahnersatz2.jpg) center center no-repeat;
	background-size: cover;
}
#bg6 {
 	background: url(/images/buttons/Implantate2.jpg) center center no-repeat;
	background-size: cover;
}
.menu_image {
 	opacity: 0; 
    -webkit-transition: all 3s;
    transition: all 3s;
}
.bewegt .menu_image:hover, .bewegt .menu_image:active {
 	opacity: 1; 
}
.menu_image img {
	width: 100%;
}
.vier_cl {
	margin-right: 3.1443396%;
	margin-top: 30px;
	width: 22.6415094%;
}
.vier_cr {
	margin-top: 30px;
	width: 22.6415094%;
}
.left_column {
	padding-right: 3%;
	padding-bottom: 5%;
}
.right_column {
	padding-left: 3%;
	padding-bottom: 5%;
}
.bewegt2 {
	width: 100%;
	max-width: 480px;
	position: relative;
}
.opening {
	margin: 80px 0 20px;
}
.five_cl {
	margin-right: 2%;
	margin-top: 30px;
	width: 18.4%;
}
.five_cr {
	margin-top: 30px;
	width: 18.4%;
}

#crnic_team {
	margin: 60px 0;
}
#drcrnic {
	margin-bottom: 150px;
}
.job {
 	opacity: 0; 
	background-color: rgba(108, 194, 185, 0.7);
	cursor: pointer;
	width: 100%;
	height: 100%;
    -webkit-transition: all 2s;
    transition: all 2s;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.job:hover, .job:active {
 	opacity: 1; 
}
.info {
	width: 100%;
	height: 320px;
}
.color1 {
	background-color: red;
	color: white;
}
.color2 {
	background-color: green;
	color: white;
}
.name_function {
	text-align: center;
	top: 30%;
	padding: 0 20px;
}
#team_banner {
	margin-top: 60px;
}
#team_banner img {
	width: 100%;
}
.kontakt_image img.back {
	display: none;
}
 .kontakt_image:hover img.front{
 	display: none; 
}
 .kontakt_image:hover img.back{
	display: block;
}
.circle:before {
	content:url('/images/Kreis.png');
	position: relative;
	z-index: -10;
	left: 40px;
	top: 10px;
}
#sc {
	position: relative;
	text-align: center;
}
#atoz1, #atoz2 {
	min-height: 400px;
}
.outer {
	 display: table;
	 top: 0;
	 left: 0;
	 height: auto;
	 width: 100%;
}
.middle {
	display: table-cell;
	vertical-align: middle;
}
.inner {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
 .section_frame {
	margin-top: 150px;
} 
#section6 .banner {
	background-color: #6c1225;
}
#section9 .banner {
	background-color: #6c1225;
}
#crnic_vitae {
	margin-left: 100px;
}
#wrapper_vitae {
	position: fixed;
	z-index: 2000;	
}
#vitae {
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	padding: 50px 300px 50px 50px;
	display: table;
	position: fixed;
}
#vitae_inner {
	background-color: #6dc2b8;
 	top: 0;	
	padding: 50px 200px 50px 45px;
	height: calc(100vh - 100px);
	position: relative;
	overflow-y: scroll;
	vertical-align: middle;
}
#close_vitae {
	width: 150px;
	height: 27px;
	background-color: white;	
}
#close {
	right: 30px;
	bottom: 30px;
}
#close img {
	cursor: pointer;
}
#carousel {
    overflow: hidden;
	background-color: #6c1225;
}
.leaflet-right {
    display: none;
}
#section10 {
	background-color: #f5f7f7;
	padding-top: 80px;
}
#finanzierung {
	padding-bottom: 50px;
}
#section12 {
	background-color: #6dc2b8;
	padding: 60px 0;
	text-align: center;
}
#section11, #section14 {
	background-color: #6c1225;
	padding: 80px 0;
	text-align: center;
}
#section13 {
	padding: 60px 0;
	text-align: center;
}
#red-border {
	border-top: solid 5px #6c1225;
	margin-top: 50px;
	padding-top: 50px;
}
#section15, #section17, #section19, #section21, #section22 ,#section23 {
	background-color: #f5f7f7;
	padding: 150px 0 60px;
}
#section16, #section18, #section20{
	padding: 150px 0 60px;
}
#section24{
	padding-bottom: 60px;
}
.content-text-right {
	float: right;
	padding-bottom: 40px;
}
.content-text-left {
	float: left;
	padding-bottom: 40px;
}
.content-image-right {
	float: right;
	text-align: right;
	padding-left: 50px;
}
.content-image-left {
	float: left;
	padding-right: 50px;
}

/* Styling the footer */

#footer {
	background-color: #6c1225;
	margin-bottom:-20px;
}
#footer-first {
	background-color: #6dc2b8;
	padding: 50px 0;
}
#footer-first img{
	margin-bottom: 25px;
}

.footer-content {
    padding-bottom: 0;
    padding-top: 50px;
}
table.kontakt td:nth-child(1) {
	width: 70px;		
}
table.times2 td {
	line-height: 1.5;		
} 
#footer-bottom {
	margin-top: 70px;
	border-top: solid 2px #c6c6c5;
}
#footer-bottom-left {
	margin: 50px 0;
}
#top {
	top: 0;
	right: 0;
}
#overlay {
	height: 20px;
	width: 100%;
	background-color: #6c1225;
}
.traum {
    margin-bottom: -3px;
}



/* --------------------------------------------
   styling the menu
--------------------------------------------- */

#header_menu{
	min-height: 50px;
}
.moduletable_top ul,
.moduletable_top ul li,
.moduletable_footer ul,
.moduletable_footer ul li {
    list-style: none;
}
/* ----------------------------------
   Position main and sub items
---------------------------------- */
.moduletable_top ul {
 	float: right; 
}
.moduletable_top ul li {
    float: left;
	display: block;
}
.moduletable_top ul li ul {
	background-color: white;
	left: -9999px; 
	position: absolute;
	padding-bottom: 20px;
	width: 200px;
 	z-index: 10; 
}
.moduletable_top ul li ul li {
	clear: left;
}
.moduletable_top ul li ul li a{
    font-size: 14px;
}
/* -----------------------------------------------------------------
   Styling the background images of the main and sub items
----------------------------------------------------------------- */
 
/* Normal Main items */

.moduletable_top li{
	text-align: right;
}
.moduletable_top li a{
	padding: 7px 0;
	margin: 0 12px;
}

.moduletable_footer li:before{
	content: "> ";
	color: white;
}
.moduletable_footer li a{
	padding: 10px 0;
}

/* --------------------------------------
   Link styles for the main and sub items
----------------------------------------- */

/* Hover Main items */

.moduletable_top ul li a:hover {
    color: #6c1225;
}
.moduletable_top ul li.current.active a {
    color: #6c1225;    
}
.moduletable_footer ul li a{
    color: #fff;
	width: 200px;
	border-bottom: solid 1px #9d9c9c;
	display: inline-block;
}
.moduletable_footer ul li a:hover {
	color: #6dc2b8;
}
.moduletable_footer ul li.current.active a {
	color: #6dc2b8;
}
/* Hover Sub items */
 div.moduletable_top ul li:hover ul {
	left: auto;
	z-index: 100;
}

/* Main items normal */
.moduletable_top ul li a{
    color: #878786;
	display: block;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	position: relative;
}

/* Sub items normal */
#header_menue .moduletable_top ul li ul li a {
	background-color: #f5f7f0;
	color: #161616;
    font-weight: normal;
	height: 30px;
}
#header_menue div.moduletable_top ul li ul li.item-110 a{
	height: 55px;
}
#header_menue .moduletable_top ul li ul li.current.active a{
    color: #a5af1e; 
}

/* Raster */

.container {
	max-width:1300px;
	margin:0 auto;
}

.padding {
	padding: 16px 0;
}

.column {
	float:left;
}

.columns {
	float:left;
	padding-left:16px; 
	padding-right:16px;
}

.push {
	float:right;
}

.row {
	width:auto;
}

.row:before, 
.row:after {
	content:'';
	display:table;
}

.row:after,
.site-footer:after {
	clear:both;
}

.row .row {

}
.space {
	height: 100px;
}