@font-face {
    font-family: 'updent-icons';
    src: url('font/updent-icons.eot?6561641');
    src: url('font/updent-icons.eot?6561641#iefix') format('embedded-opentype'),
    url('font/updent-icons.woff?6561641') format('woff'),
    url('font/updent-icons.ttf?6561641') format('truetype'),
    url('font/updent-icons.svg?6561641#updent-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'updent-icons';
        src: url('font/updent-icons.svg?6561641#updent-icons') format('svg');
    }
}


body{
	overflow-x: hidden;
}

#container, #post-4 {
	overflow: hidden;
}


.header {
    background-color: #4a4849;
    border-bottom: 8px solid #fff;
}

a, a:visited {
    color: #5c6b80;
}

p#logo.h1 {
    float: left;
    font-size: 16px;
    line-height: 24px;
}
#logo {
    margin: 1em 0;
}

h1, h2, h3 {
    margin-top: 0;
}

.exp-col-content-holder {
	/*background-color:#ffffff;*/
	z-index:100;
	position:relative;
}

.mobile_wrapper{
	float: left;
	width:100%;
	clear: both;
}

.mobile_icon{
	float:right;
	width:38px;
	cursor:pointer;
	display:none;
}

.mobile_icon span{
	width:100%;
	height:3px;
	display:block;
	background:#ffffff;
	margin:0 0 9px 0;
	
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}

.mobile_icon.cross span{
	opacity:0;
}

.mobile_icon.cross span:first-child{
	opacity:1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	position: absolute;
}

.mobile_icon.cross span:last-child{
	opacity:1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

nav {
    position: absolute;
	left:50%;
	top:60px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display:block;
}

    nav li {
        font-size: 22px;
    }

    .nav li a:hover, .nav li a:focus {
        text-decoration: none;
		color:#d78289;
    }

    nav li.current-menu-item {
        font-weight: bold;
    }
    nav li.current-menu-item:after {
        content: "";
        background-image: url('../images/smile-nav.png');
        background-repeat: no-repeat;
        width: 60px;
        height: 30px;
        display: block;
        position: relative;
        top: -20px;
        margin: 0 auto;
    }

.header_contact{
	float:right;
	color:#ffffff;
	text-align:right;
}

.grey {
    background-color: #4a4849;
}

.pink {
    background-color: #d78288;
}


.white {
    background-color: #fff;
}

.centered {
    text-align: center;
}
.right {
    text-align: right;
}

.pinktext {
    color: #d78289;
}
.whitetext {
    color: #fff;
}


.bigger {
    font-size: 22px;
}
.bold {
    font-weight: 900;
}


.home-contact, .home-hours {
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
.home-contact, .home-hours {
    padding-top: 40px;
    width: 300px !important;
}

.space-top {
    padding-top: 30px;
}

/*
.vc_row-fluid [class*="vc_span"]:first-child,
.vc_row-fluid [class*="vc_span"] {
    margin-left: inherit;
}
.column_container {
    width: 96%;
    margin: 0 auto !important;
    float: none !important;
}*/

.grid-cat-5, .grid-cat-6  {
	padding: 0 30px !important;
}

.grid-cat-5 h2 {
	font-size: 1.49em !important;
}

.grid-cat-6,  .grid-cat-6 .expand-cnt-link  {
	color: #FFFFFF;
}

.grid-cat-6 .exp-col-content-holder  {
	text-align: center !important;
}

.grid-cat-6 .ecf_closed:before, 
.grid-cat-6 .expand-cnt-link:before,
.grid-cat-7 .ecf_closed:before, 
.grid-cat-7 .expand-cnt-link:before,
.grid-cat-8 .ecf_closed:before, 
.grid-cat-8 .expand-cnt-link:before,
.grid-cat-9 .ecf_closed:before, 
.grid-cat-9 .expand-cnt-link:before,
.grid-cat-10 .ecf_closed:before, 
.grid-cat-10 .expand-cnt-link:before,
.grid-cat-11 .ecf_closed:before, 
.grid-cat-11 .expand-cnt-link:before,
.grid-cat-12 .ecf_closed:before, 
.grid-cat-12 .expand-cnt-link:before,
.grid-cat-13 .ecf_closed:before, 
.grid-cat-13 .expand-cnt-link:before,
.grid-cat-14 .ecf_closed:before, 
.grid-cat-14 .expand-cnt-link:before,
.grid-cat-15.ecf_closed:before, 
.grid-cat-15 .expand-cnt-link:before
{
	display: none;
}

.grid-cat-6 h2 {
	text-align: center;
	margin-top: 25px !important;
}

.grid-cat-6 img.noMore, .grid-cat-7 img.noMore {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: none !important;
} 

.grid-cat-7 .entry-content {
	position: relative;
	float: left;
}

.grid-cat-7 h2 {
	text-align: center;
}

.grid-cat-7 .post-thumb {
	float: none !important;
	position: relative !important;
	margin: 0 auto !important;
}

.grid-cat-7 .exp-col-content-holder a  {
	display: block;
	text-align: center !important;
}

.full-width.column_container, .full-content-width.column_container, .mapsdiv.column_container {
    width: 100% !important;
}
.full-content-width .wpb_content_element, .full-content-width .wpcf7 {
    width: 100% ;
    margin: 0 auto;
    margin-left: auto !important;
}
.smallwidth.column_container {
    width: 50% !important;
    margin-left: auto !important;
    float: inherit  !important;
}



.tooth-wrapper {
    height: 700px !important;
    overflow: hidden;
}

.home-tooth {
    margin: 0 auto;
    background: url('../images/Zahn.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 3000px;
    top: -2300px;
    width: 3000px;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    background-color: #f3dbdb;
    position: relative !important;
}

.home-tooth-list {
    position: relative;
    top: -3000px;
}



.home-tooth-list li.behandlung-container {
    position: absolute;
    /*width: 100%;*/
}



.home-tooth-list li .icon-holder {
    background-color: #fff;
    border-color: #d78289;
    border-style: solid;
    border-radius: 100%;
    display: block;
}
.home-tooth-list li .icon-holder:before {
    content: " ";
    border-radius: 100%;
    display: block;
    position: relative;
    background-color: #4a4849;
}

    .home-tooth-list li .icon-holder:hover, .home-tooth-list li .icon-holder.active {
        background-color: #4a4849;
    }
    .home-tooth-list li .icon-holder:hover:before, .home-tooth-list li .icon-holder.active:before {
        background-color: #fff;
    }


    .home-tooth-list li.small-icon .icon-holder { width: 30px; height: 30px; border-width: 2px; }
    .home-tooth-list li.medium-icon .icon-holder { width: 40px; height: 40px;  border-width: 3px;  }
    .home-tooth-list li.large-icon .icon-holder { width: 50px; height: 50px; border-width: 4px;  }
        .home-tooth-list li.small-icon .icon-holder:before { width: 4px; height: 4px; top: 11px; left: 11px; }
        .home-tooth-list li.medium-icon .icon-holder:before { width: 5px; height: 5px; top: 15px; left: 15px; }
        .home-tooth-list li.large-icon .icon-holder:before { width: 6px; height: 6px; top: 19px; left: 19px; }


.home-tooth-list li .behandlung-title {
    padding: 10px;
	margin-right:  -17px !important;
    background-color: #4a4849;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    display: none;
    z-index: 999;
    white-space: nowrap;
}
.home-tooth-list li .behandlung-title.visible {
    display: inline;
}

/*.home-tooth-list li .behandlung-title:before {
    display: none;
	content: "";
    background-color: #4a4849;
    width: 20px;
    height: 18px;
    top: 3px;
    display: block;
    float: left;
    position: relative;
}*/

.home-tooth-list li .behandlung-title:before {
    content: "";
    position: absolute; 
	right: 100%;
	 top: 10px; 
	 width: 0; 
	 height: 0; 
	 border-top: 10px solid #4a4849;
	 border-right: 10px solid #4a4849; 
	 border-bottom: 10px solid #4a4849;
	 border-left: 10px solid #4a4849;
}
.home-tooth-list li .behandlung-title.title-left:before{
    left: 100%;
}

/*.home-tooth-list li .behandlung-title.title-left:after{
	display: none;
    right: -200px;
}*/
.home-tooth-list li .behandlung-title.title-left {
    left: auto !important;
    right: 60px !important;
}

    .home-tooth-list li.small-icon .behandlung-title { left: 43px; top: -26px; }
    .home-tooth-list li.medium-icon .behandlung-title { left: 52px; top: -31px; }
    .home-tooth-list li.large-icon .behandlung-title { left: 60px; top: -36px; }


.home-tooth-list li .behandlung-content {
    display: none !important;
}

/*.behandlungsText {
	width: 50%!important;
}


.entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left:0 !important;
      display: block;
      clear: both;
}*/

#tooth-description-wrapper {
    position: absolute;
    z-index: 999;
    left: 50%;
}
#tooth-description {
    position: relative; left: -50%;
    width: 550px;
    height: 550px;
    top: -600px;

    background-color: #4a4849;
    border: 15px solid #bc7478;

    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;

    display: none;

    color: #fff;

    padding-top: 80px;
}
#tooth-description.visible {
    display: inherit;
}

#tooth-description-mobile {
    padding-bottom: 30px;
    border-bottom: 10px solid #4a4849;
    display: none;
}


#tooth-description-close-mobile {
    background: url('../images/close_kl2_mobile.png');
    width: 100px;
    height: 67px;
    left: 50%;
    margin-left: -50px;
    margin-top: -24px;
    display: block;
    position: relative;
    display: none;
}

    #tooth-description p, #tooth-description-mobile p {
        text-align: center;
        width: 75%;
        margin: 0 auto;
        font-size: 18px;
    }
    #tooth-description-mobile p {
        font-size: 14px;
    }
    #tooth-description p.headline, #tooth-description-mobile p.headline {
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 10px;
    }
    #tooth-description-mobile p.headline {
        font-size: 24px;
    }

    #tooth-description a, #tooth-description a:hover, #tooth-description a:visited {
        color: #fff;
    }

#tooth-description-close {
    width: 125px;
    height: 125px;
    display: block;
    background: url('../images/close.png');
    position: absolute;
    top: -200px;
    left: -250px;
    display: none;
}
    #tooth-description-close.visible {
        display: inherit;
    }



.entry-content tr:nth-child(even) {
    background-color: inherit;
}
.entry-content table, .entry-content tr, .entry-content td {
    border: none;
}
.entry-content td {
    padding: 5px;
}
td.opening {
    text-align: right;
}

footer.article-footer.cf {
	display: none;
}

.kontaktHeadline {
	position: relative;
	margin-top:  50px;
}

.mapdiv {
	background: #4a4849;
}

.mapmap {
	width: 1020px !important;
	margin: 0 auto;
}

textarea {
	max-width: 39.2% !important;
	min-height: 120px;
	line-height: 1.5em;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
margin-top: -30px;
margin-left: 160px;
}

button {
	background: none !important;
	border: none !important;
}

button img {
	margin: 0 !important;
}



/* TEAM */


.meetteam .isotope {
    width: 100%;
}


.meetteam .isotope .post-thumb {
    z-index: 999;
}
.meetteam li img, .meetteam li .alt-content{
   border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    /*border: 10px solid #bc7478;*/
}

.meetteam.doctors li img, .meetteam.doctors li .alt-content{
    border: none;
}


.meetteam.teamImg {
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    bottom: -85px;
    left: 42px;
}
.meetteam.dentist.teamImg {
    border-width: 7px;
    position: absolute;
    bottom: -85px;
    left: 42px;
}



.dentist .isotope-item .post-thumb {
    margin: 0 auto;
    float: none;
}
.dentist .isotope-item .post-thumb, .dentist .isotope-item .post-thumb img {
    width: 432px;
    height: 100%;
}


.meetteam li .alt-content {
    position: static;
    background-color: #fff;
    padding: 50px;
    text-align: center;

    margin-top: -432px !important;

    width: 432px;
    height: 432px;
    margin: 0 auto;
    z-index: 1;
    display: none;
}

.doctors .isotope-item .post-thumb, .doctors .isotope-item .post-thumb img {
    width: 340px;
    height: 340px;
}

.meetteam.doctors li .alt-content {
    margin-top: inherit !important;
    width: 340px;
    height: 340px;
    padding: 20px;
}

.wrapper_top ul li.isotope-item .post-title{font-weight:100;}
.wrapper_top ul li.isotope-item .post-title .bigger{font-size:1.1em;}


#post-17 h1.pinktext{font-size:2.2em; text-align:left!important;}
#post-17 form.wpcf7-form button{margin:0 0 0 151px;}


/* BEHANDLUNGEN */
.isotope-item .post-thumb {
    float: left;
    margin-right: 30px;
}

.isotope-item .post-title{
    margin-top: 0;
	font-weight:100;
	font-size:1.6em;
}

.wrapper_bottom ul li.isotope-item .post-title{margin-bottom:5px;}
.wrapper_bottom ul li.isotope-item .post-title p{margin:0;}

.beHome7,  .beHome7 h2, .beHome7 a, .beHome4, .beHome4 h2, .beHome4 a, .beHome8, .beHome8 h2, .beHome8 a, .beHome3, .beHome3 h2, .beHome3 a{
	color: #FFFFFF !important;
}

.beHome1 .entry-content p, 
.beHome2 .entry-content p, 
.beHome3 .entry-content p,
.beHome4 .entry-content p, 
.beHome5 .entry-content p, 
.beHome6 .entry-content p, 
.beHome7 .entry-content p, 
.beHome8 .entry-content p 
{
	position: relative;
	left: 12.8em;
	top: 2.5em;
	width: 80%;
}

.beHome1 .exp-col-content-holder a, 
.beHome2 .exp-col-content-holder a, 
.beHome3 .exp-col-content-holder a,
.beHome4 .exp-col-content-holder a, 
.beHome5 .exp-col-content-holder a, 
.beHome6 .exp-col-content-holder a, 
.beHome7 .exp-col-content-holder a,
.beHome8 .exp-col-content-holder a 
{
	position: relative;
	left: 12.8em;
	top: 2.5em;
	width: 80%;
}

.beHome1 .isotope-item .post-title, 
.beHome2 .isotope-item .post-title, 
.beHome3 .isotope-item .post-title,
.beHome4 .isotope-item .post-title, 
.beHome5 .isotope-item .post-title, 
.beHome6 .isotope-item .post-title, 
.beHome7 .isotope-item .post-title, 
.beHome8 .isotope-item .post-title 
{
	position: relative;
	left: 20.7em;
	top: 1.5em;
	width: 80%;
}


/* MOBILE VIEW */

@media (max-width: 800px) {
    nav {
        top: 0;
        padding-right: 10px;
    }
        nav li {
            /*float: none !important;*/
        }
            .nav li a {
                padding: 0.2em;
            }
            nav li.current-menu-item {
                border-bottom: 3px solid #d78289;
            }
            nav li.current-menu-item::after {
                background-image: none;
                width: 0;
                height: 0;
                display: inherit;
                position: relative;
            }
    .tooth-wrapper {
        height: 400px !important;
    }
    .home-tooth {
        background-size: 9%;
        top: -2650px;

    }

    #tooth-description.visible {
        display: none !important;
    }
    #tooth-description-close.visible {
        display: none !important;
    }

}


@media (max-width: 768px) {

    /*.column_container {
        width: 98% !important;
    }*/
    .smallwidth.column_container {
        width: 75% !important;
    }
    .full-width.column_container, .mapdiv.column_container {
        width: 100% !important;
		background: #4a4849;
    }

    #tooth-description-mobile.visible {
        display: inherit;
    }
    #tooth-description-close-mobile.visible {
        display: block;
    }


    .right {
        text-align: inherit;
    }
	
	.mobile_icon{
		display:block;
		position: relative;
		z-index:1;
	}
	
	nav{
		display:none;
	}
	
	nav li{
		text-align: center;
	}
}


@media (min-width: 768px) and (max-width: 1029px) {
    /*.column_container {
        width: 760px !important;
    }*/
    .full-width.column_container, .mapdiv.column_container {
        width: 100% !important;
    }

    .full-content-width .wpb_content_element, .full-content-width .wpcf7 {
        width: 768px;
    }
	nav{
		position: relative;
		margin-top: 30px;
		top: 0;
	}
}


@media (min-width: 1030px) {

    .full-width.column_container, .full-content-width.column_container, .mapdiv.column_container {
        width: 100% !important;
    }
    .full-content-width .wpb_content_element, .full-content-width .wpcf7 {
        width: 1020px;
    }
}

@media only screen and (max-width: 1024px) {

	p.source-org.copyright {
		text-align: center;
	}

}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	
	.beHome1 .entry-content p, 
	.beHome2 .entry-content p, 
	.beHome3 .entry-content p,
	.beHome4 .entry-content p, 
	.beHome5 .entry-content p, 
	.beHome6 .entry-content p, 
	.beHome7 .entry-content p, 
	.beHome8 .entry-content p 
	{
		position: relative;
		left: 1em;
		top: 2.5em;
		width: 100%;
	}

	.beHome1 .exp-col-content-holder a, 
	.beHome2 .exp-col-content-holder a, 
	.beHome3 .exp-col-content-holder a,
	.beHome4 .exp-col-content-holder a, 
	.beHome5 .exp-col-content-holder a, 
	.beHome6 .exp-col-content-holder a, 
	.beHome7 .exp-col-content-holder a,
	.beHome8 .exp-col-content-holder a 
	{
		position: relative;
		left: 1em;
		top: 2.5em;
		width: 80%;
	}

	.beHome1 .isotope-item .post-title, 
	.beHome2 .isotope-item .post-title, 
	.beHome3 .isotope-item .post-title,
	.beHome4 .isotope-item .post-title, 
	.beHome5 .isotope-item .post-title, 
	.beHome6 .isotope-item .post-title, 
	.beHome7 .isotope-item .post-title, 
	.beHome8 .isotope-item .post-title 
	{
		position: relative;
		left: 14em;
		top: 1.5em;
		width: 45%;
	}
	
	textarea {
		max-width: 52% !important;
	}
	
	button {
		margin-left: -20px;
	}
	
	.mapmap {
		width: 100% !important;
		margin: 0 auto;
	}
}

.hiddenContentp {
	padding: 20px 50px;
}


@media only screen and (max-width: 768px) {
	
	

	nav {
		top: 0px;
		padding-right: 50px;
		padding-left: 20px;
		left:auto;
		left:initial;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		position:relative;
		clear:both;
	}
	
		.nav li {
			margin-right: 25px;
			float: left;
			padding:5px 10px;
		}

	.hidden-content {
		padding: 0 15px;
	}
		
	.beHome1 .entry-content p, 
	.beHome2 .entry-content p, 
	.beHome3 .entry-content p,
	.beHome4 .entry-content p, 
	.beHome5 .entry-content p, 
	.beHome6 .entry-content p, 
	.beHome7 .entry-content p, 
	.beHome8 .entry-content p 
	{
		position: relative;
		left: 1em;
		top: 2.5em;
		width: 90%;
	}

	.beHome1 .exp-col-content-holder a, 
	.beHome2 .exp-col-content-holder a, 
	.beHome3 .exp-col-content-holder a,
	.beHome4 .exp-col-content-holder a, 
	.beHome5 .exp-col-content-holder a, 
	.beHome6 .exp-col-content-holder a, 
	.beHome7 .exp-col-content-holder a,
	.beHome8 .exp-col-content-holder a 
	{
		position: relative;
		left: 1em;
		top: 2.5em;
		width: 80%;
	}

	.beHome1 .isotope-item .post-title, 
	.beHome2 .isotope-item .post-title, 
	.beHome3 .isotope-item .post-title,
	.beHome4 .isotope-item .post-title, 
	.beHome5 .isotope-item .post-title, 
	.beHome6 .isotope-item .post-title, 
	.beHome7 .isotope-item .post-title, 
	.beHome8 .isotope-item .post-title 
	{
		position: relative;
		left: 14em;
		top: 1.5em;
		width: 45%;
	}
	
	.isotope-item .post-thumb {
		float: left;
		margin-right: 20px;
		margin-left: 10px;
	}
	
	form.wpcf7-form {
		padding: 0 52px;
	}
	
	textarea {
		max-width: 60% !important;
	}
	
	button {
		margin-left: -16px;
	}
	
	.mapmap {
		width: 100% !important;
		margin: 0 auto;
	}

}

@media only screen and (min-width: 668px) and (max-width: 734px) {

	

}

@media only screen and (min-width: 569px) and (max-width: 667px) {




	nav {
		padding-right: 10px;
	}
	
		.nav li {
			margin-right: 5px !important;
			float: left !important
		}
		
	.right {
		text-align: right;
	}
	
	.grid-cat-6, .grid-cat-7 {
		position: relative !important;
	}
	
	.grid-cat-7 {
		margin-bottom: 0 !important;
		top: 0 !important;
		padding-bottom: 42px !important;
	}
	
	.beHome1 .entry-content p, 
	.beHome2 .entry-content p, 
	.beHome3 .entry-content p,
	.beHome4 .entry-content p, 
	.beHome5 .entry-content p, 
	.beHome6 .entry-content p, 
	.beHome7 .entry-content p, 
	.beHome8 .entry-content p 
	{
		position: relative;
		float: left;
		left: 0;
		top: 1em;
		width: 100%;
		padding: 0 15px;
	}

	.beHome1 .exp-col-content-holder a, 
	.beHome2 .exp-col-content-holder a, 
	.beHome3 .exp-col-content-holder a,
	.beHome4 .exp-col-content-holder a, 
	.beHome5 .exp-col-content-holder a, 
	.beHome6 .exp-col-content-holder a, 
	.beHome7 .exp-col-content-holder a,
	.beHome8 .exp-col-content-holder a 
	{
		position: relative;
		float: left;
		left: 0;
		top: 1em;
		width: 100%;
		padding: 0 15px;
	}

	.beHome1 .isotope-item .post-title, 
	.beHome2 .isotope-item .post-title, 
	.beHome3 .isotope-item .post-title,
	.beHome4 .isotope-item .post-title, 
	.beHome5 .isotope-item .post-title, 
	.beHome6 .isotope-item .post-title, 
	.beHome7 .isotope-item .post-title, 
	.beHome8 .isotope-item .post-title 
	{
		position: relative;
		float: left;
		left: 0;
		top: -0.5em;
		width: 100%;
		margin-top: 5%;
		text-align: center;
	}
	
	.grid-cat-8 .post-thumb,
	.grid-cat-9 .post-thumb,
	.grid-cat-10 .post-thumb,
	.grid-cat-11 .post-thumb,
	.grid-cat-12 .post-thumb,
	.grid-cat-13 .post-thumb,
	.grid-cat-14 .post-thumb,
	.grid-cat-15 .post-thumb
	{
		float: none !important;
		margin: 0 auto !important;
		text-align: center;
	}
	
	.contactInfo{
		position: relative;
		float: left;
		margin-left: -5px;
		width: 100%;
	}
	
	.contactInfo1{
		position: relative;
		float: left;
		width: 50%;
	}
	
	.contactInfo2{
		position: relative;
		float: left;
		width: 50%;
	}
	
	textarea {
		max-width: 71% !important;
	}
	
}

@media only screen and (max-width: 568px) {

	nav {
		top: 0px !important;
	}
	nav li{
		width:100%;
	}
	
	.beHome1 .isotope-item .post-title, .beHome2 .isotope-item .post-title, .beHome3 .isotope-item .post-title, .beHome4 .isotope-item .post-title, .beHome5 .isotope-item .post-title, .beHome6 .isotope-item .post-title, .beHome7 .isotope-item .post-title, .beHome8 .isotope-item .post-title {
	    position: relative;
	    float: left;
	    left: 0;
	    top: -0.5em;
	    width: 100%;
	    margin-top: 5%;
	    text-align: center;
	}
	

}

@media only screen and (min-width: 413px) and (max-width: 568px) {

	.isotope-item .post-thumb {
  	   margin: 0 auto !important;
    	    /* float: none; */
    	    width: 100%;
    	    text-align: center;

	}

}

@media only screen and (max-width: 412px) {
	.isotope-item .post-thumb {

 	   margin: 0 auto !important;
   	    /* float: none; */
   	    width: 100%;
   	    text-align: center;

   	}

@media only screen and (max-width: 480px) {
	
	.dentist .isotope-item .post-thumb, .dentist .isotope-item .post-thumb img {
	    width: 100%;
	    height: 100%;
	}
	
	

	
	#logo {
		margin: 1em 3em;
	}
	
	
	.home-tooth-list {
    /*display: none;*/
	}
	
	.mobile_icon{
		margin-top: -125px;
		position:relative;
		z-index:1;
	}
	
	.header_contact{
		float: left;
		color: #ffffff;
		text-align: center;
		width: 100%;
	}
	
	nav {
		top: 0px;
		padding-right: 30px;
	}
	
		.nav li {
			margin-right: 10px !important;
			float: left !important
		}
	
	.contactInfo1{
		margin-bottom: 2%;
	}
		
	.contactInfo1, .contactInfo2{
		margin-left: 20%;
	}
	

	
	.kontaktHeadline h1 {
		font-size: 1.4em !important;
		line-height: 1.333em;
	}
	
	input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
		margin-top: 0px;
		margin-left: 0px;
	}
	
	textarea {
		max-width: 100% !important;
	}
	
	.wpb_gmaps_widget .wpb_map_wraper iframe {
		height: 220px;
	}

}


@media only screen and (min-width: 376px) and (max-width: 480px) {


}

@media only screen and (min-width: 321px) and (max-width: 375px) {


}

@media only screen and (max-width: 320px) {
	
	#post-17 form.wpcf7-form button {
		margin: 0 0 0 0; 
	}
	
	.entry-content img {
		max-width: auto;
	}

	#logo {
		margin: 1em 1.7em;
	}
	
	nav {
		top: 0px;
		padding-right: 10px;
	}
	
		.nav li {
			margin-right: 2px !important;
			float: left !important
		}
	

	.grid-cat-6 .post-thumb {
		float: none !important;
		margin: 0 0 10px 0 !important;
	}	
	.grid-cat-6 .post-thumb img {
		width: 100% !important;
		height: auto !important;
		margin: 0 auto !important;
	}
	
	.grid-cat-7 .post-thumb {
		float: none !important;
		margin-left: 0.6em !important;	
	}	
	
	.grid-cat-7 .post-thumb img {
		width: 300px !important;
		height: 300px !important;
	}
	
	.beHome1 .entry-content p, 
	.beHome2 .entry-content p, 
	.beHome3 .entry-content p,
	.beHome4 .entry-content p, 
	.beHome5 .entry-content p, 
	.beHome6 .entry-content p, 
	.beHome7 .entry-content p, 
	.beHome8 .entry-content p 
	{
		position: relative;
		float: left;
		left: 0;
		top: 1em;
		width: 100%;
		padding: 0 15px;
	}

	.beHome1 .exp-col-content-holder a, 
	.beHome2 .exp-col-content-holder a, 
	.beHome3 .exp-col-content-holder a,
	.beHome4 .exp-col-content-holder a, 
	.beHome5 .exp-col-content-holder a, 
	.beHome6 .exp-col-content-holder a, 
	.beHome7 .exp-col-content-holder a,
	.beHome8 .exp-col-content-holder a 
	{
		position: relative;
		float: left;
		left: 0;
		top: 1em;
		width: 100%;
		padding: 0 15px;
	}

	.beHome1 .isotope-item .post-title, 
	.beHome2 .isotope-item .post-title, 
	.beHome3 .isotope-item .post-title,
	.beHome4 .isotope-item .post-title, 
	.beHome5 .isotope-item .post-title, 
	.beHome6 .isotope-item .post-title, 
	.beHome7 .isotope-item .post-title, 
	.beHome8 .isotope-item .post-title 
	{
		position: relative;
		float: left;
		left: 0;
		top: -0.5em;
		width: 100%;
		margin-top: 5%;
		text-align: center;
	}
	
	.grid-cat-8 .post-thumb,
	.grid-cat-9 .post-thumb,
	.grid-cat-10 .post-thumb,
	.grid-cat-11 .post-thumb,
	.grid-cat-12 .post-thumb,
	.grid-cat-13 .post-thumb,
	.grid-cat-14 .post-thumb,
	.grid-cat-15 .post-thumb
	{
		float: none !important;
		margin: 0 auto !important;
		text-align: center;
	}
		
}