﻿html {
    margin: 0;
    padding: 0;
    width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #fff;
}

body {
    margin: 0 auto;
	color: #fff;
	width: 100%;
	overflow-x: hidden;
}

* {
	margin:0;
	padding:0;
	border: 0;
}

p {
	color:#000;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #96c11f;
}

a:active {
	color: #96c11f;
}

h1 {
	font-size: 20px;
	color: #000;
	text-align: center;
	margin: 15px 0;
	font-weight: 500;
}

h2 {
	font-size: 18px;
	padding: 10px 0;
	color: #000;
	text-align: center;
	margin: 7px 0;
	font-weight: 500;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

hr {
	width: 100%;
	background-color: #666666;
	border: 0;
	margin: 10px 0;
	z-index: 100;
	position: relative;
	height: 1px;
}

figure {
	margin: 65px auto;
	text-align: center;
}

figure img {
}

figcaption {
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
}

ul {
	text-indent: 25px;
}

li {
	color:#000;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	list-style-type: none;
}

.right {
	float: right;
}

.right img {
	float: right;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

.hidden {
	display: none;
}

#contact-leiste {
	position: relative;
	top:0 !important;
	padding: 10px 0px;
	background-color: #eaeaea;
}

.contact-leiste-content {
	width: 93%;
	text-align: right;
}

#contact-leiste p, #contact-leiste a {
	color: #8f8f8f;
	font-size: 13px;
	font-weight: bold;
}

.contact-icon {
	margin-right: 5px;
	margin-left: 10px;
}

.contact-icon img {
	    width: 1.5%;
}

header {
	background-color: #d7d7d7;
	margin: 0 auto;
	position: relative;
	height: auto;
	padding: 15px 0px !important;
	width: 100%;
	top:0;
	left:0;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(200,200,200,0.4);
    -moz-box-shadow: 0px 5px 30px 0px rgba(200,200,200,0.4);
    box-shadow: 0px 5px 30px 0px rgba(200,200,200,0.4);
	z-index: 999999999;
}

.header-wrapper {
	width: 85%;
	margin: 0 auto;
}

section {
	width:100%;
}

.logo {
	height: auto;
	float: left;
	position: relative;
	margin-left: 12%;
	max-width: 250px;
}

nav {
    float: right;
    font-size: 18px;
    margin: 40px 20% 0 auto;
    text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
}

nav ul li {
	float: left;
    list-style-type: none;
    padding-left: 65px;
	font-family: 'Dosis', sans-serif;
}

.stage {
	width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 515px;
    height: 417px;
}

.slider-image {
	width: 100%;
	height: auto;
	position: relative;
}

.teaser {
	background-image: url('images/dr-jana-wachter-balken.png');
    width: 100%;
    min-height: 60px;
    font-size: 15px;
    padding: 10px 0px;
}

.teaser p {
	text-align: left;
	color: #fff;
	width: 65%;
}

.teaser-content {
	width: 70%;
	margin: 20px auto;
}

.teaser-content h1 {
	color: #fff;
    text-align: left;
    font-size: 22px;
}

.stoerer {
	position: absolute;
    float: right;
    right: 0;
    top: 65%;
    width: 50%;
    z-index: 500;
}

.stoerer img {
	float: right;
	margin-right: 30%;
}

.col-2 {
	width: 50%;
	float: left;
}

.col-2 p {
	width: 95%;
}

.row {
	width: 70%;
	margin: 0 auto;
}

#content {
	width: 70%;
	margin: 0 auto;
	padding: 25px 35px;
	background-color: #f2f2f2;
	margin: 30px auto;
	min-height: 590px;
}

#content-danke {
	width: 70%;
	margin: 0 auto;
	padding: 25px 35px;
	background-color: #f2f2f2;
	margin: 30px auto;
	height: auto;
	min-height: 165px;
}

#content h2, #content-danke h2 {
	color: #951b81;
	text-align: left;
	font-size: 18px;
	margin: 2px 0;
}

#content p, #content-danke p {
	color: #000;
	text-align: left;
	font-size: 15px;
}

.boxen {
	margin: 0 auto;
}

.box {
	width: 300px;
	height: 300px;
	position: relative;
	float: left;
	margin: 15px 10px;
	z-index: 250;
}

.box a {
	color: #951b81;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}

.box a:hover {
	color: #96c11f;
}

.box-overlay {
    width: 300px;
    position: relative;
    height: 35px;
    margin-top: 255px;
    background-color: rgba(255,255,255,0.75);
    padding: 5px 10px;
    z-index: 275;
}

.box-headline {
	margin-top: 5px;
	z-index: 285;
	text-align: left;
}

.parkplaetze, .oeffnungszeiten {
	background-color: #eaeaea;
	width: 260px;
	height: 260px;
	position: relative;
	float: left;
	padding: 20px;
}

<!-- oeffnungszeiten -->
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{padding:5px 5px;border:none;overflow:hidden;word-break:normal;}
.tg th{font-weight:normal;padding:5px 5px;border:none;overflow:hidden;word-break:normal;}
.tg .tg-f9s9{font-size:15px;color:#000000;font-weight:500;padding: 4px 5px !important;}
.tg .tg-nw93{font-size:15px;color:#000000;}

.praxis {
	background-image: url('images/praxis-dr-jana-wachter-grau.png');
}

.praxis:hover {
	background-image: url('images/praxis-dr-jana-wachter.png');
}

.team {
	background-image: url('images/team-dr-jana-wachter-grau.png');
}

.team:hover {
	background-image: url('images/team-dr-jana-wachter.png');
}

.behandlung {
	background-image: url('images/box-grau.png');
}

.behandlung:hover {
	background-image: url('images/box-lila.jpg');
}

.sos {
	background-image: url('images/box-gelb.jpg');
}

.sos:hover {
	background-image: url('images/box-grau.png');
}

iframe {
	margin: 25px 0;
}

/* Popup Lebenslauf */

.overlay {
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 35px;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  width: 85%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 9999 !important;
}

.popup h2 {
  color: #951b81;
	text-align: left;
	font-size: 18px;
	margin: 2px 0;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  margin-left: 25px;
  line-height: 25px;
}


/* Style News */
.info {
	background-color: #fff;
    padding: 0 25px;
    width: 40%;
    float: right;
    padding-bottom: 25px;
}
.info-footer {
    background-color: #fff;
    padding: 23px 15px;
    width: 91%;
    float: left;
    padding-bottom: 25px;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}

.extra_wrapper p{
	color: #000;
	text-align: left;
}

.extra_wrapper h3 {
	text-align: left;
}

.news {
    overflow: hidden;
    margin-bottom: 15px;
}

.news time {
    padding-top: 2px;
    display: block;
    float: left;
    color: #fff;
    background-color: #d1d0d0;
    width: 70px;
    margin-top: 3px;
    margin-right: 30px;
    text-align: center;
    text-transform: uppercase;
    font: bold 24px/24px 'Open Sans Condensed', sans-serif;
}

.news time span {
    margin-top: 3px;
    display: block;
    background-color: #96c11f;
    font-size: 22px;
    padding: 2px 0 3px;
}

.news+.news {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d7d7d7;
}

.jobs {
	background-color: #fff;
	padding: 15px;
	position: relative;
	width: 200px;
	height: auto;
}

/* Boxes Hover */
.boxgrid{
	width: 300px;
	height: 300px;
	margin:10px;
	float:left;
	background:#161613;
	border: solid 2px #8399AF;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}

/* Accordion */

.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
}

.accordion-section-title {
	width:100%;
	display:inline-block;
	transition:all linear 0.15s;
	color:#666666;
	height: 65px;
}

.accordion-section h2 {
	line-height: 65px;
}

.accordion-section-title.active, .accordion-section-title:hover {
	text-decoration:none;
	color: #225a6c;
	border: none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

.accordion-section-content {
	padding:15px;
	display:none;
}

/* Hover */
.caption-style-2{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}

	.caption-style-2 li{
		float: left;
		position: relative;
		overflow: hidden;
		margin-bottom: 4px;
		margin-right: 4px;
	}

	.caption-style-2 li:hover .caption{
		opacity: 1;
		transform: translateY(-100px);
		-webkit-transform:translateY(-100px);
		-moz-transform:translateY(-100px);
		-ms-transform:translateY(-100px);
		-o-transform:translateY(-100px);

	}


	.caption-style-2 img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 4;
	}


	.caption-style-2 .caption{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		top:280px;
		-webkit-transition:all 0.15s ease-in-out;
		-moz-transition:all 0.15s ease-in-out;
		-o-transition:all 0.15s ease-in-out;
		-ms-transition:all 0.15s ease-in-out;
		transition:all 0.15s ease-in-out;

	}
	.caption-style-2 .blur{
		background-color: rgba(255,255,255,0.7);
		height: 200px;
		width: 350px;
		z-index: 5;
		position: absolute;
	}

	.caption-style-2 .caption-text h1{
		text-transform: uppercase;
		font-size: 18px;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	.caption-text {
		padding: 0;
		margin: 0;
	}
	.caption-style-2 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width: 400px;
		height: 200px;
		text-align: left;
		top:20px;
		float: left;
	}

.caption-style-4{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}
	.caption-style-4 li{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}
	.caption-style-4 li:hover .caption{
		opacity: 1;
	}
	.caption-style-4 li:hover img{
		opacity: 1;
		transform: scale(1.15,1.15);
		-webkit-transform:scale(1.15,1.15);
		-moz-transform:scale(1.15,1.15);
		-ms-transform:scale(1.15,1.15);
		-o-transform:scale(1.15,1.15);
	}
	.caption-style-4 img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 4;
	}
	.caption-style-4 .caption{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		-webkit-transition:all 0.45s ease-in-out;
		-moz-transition:all 0.45s ease-in-out;
		-o-transition:all 0.45s ease-in-out;
		-ms-transition:all 0.45s ease-in-out;
		transition:all 0.45s ease-in-out;
	}
	.caption-style-4 img{
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		-ms-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
	}
	.caption-style-4 .blur{
		background-color: rgba(0,0,0,0.65);
		height: 300px;
		width: 400px;
		z-index: 5;
		position: absolute;
	}
	.caption-style-4 .caption-text h1{
		text-transform: uppercase;
		font-size: 24px;
	}
	.caption-style-4 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width: 400px;
		height: 300px;
		text-align: center;
		top:100px;
	}
	#rundgang {
	width:80%;
	height: 450px;
}

/* Flip Card */
.flipWrapper {
-webkit-perspective: 1000;
width: 320px;
height: 260px;
position: relative;
float: left;
    margin-right: 5px;
    margin-top:5px;
}
.flipWrapper .card1.flipped {
-webkit-transform: rotatey(180deg);
}
.flipWrapper .card1 {
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-webkit-transition: 0.5s;
}
.flipWrapper .card1 .face {
width: 100%;
height: 100%;
position: absolute;
-webkit-backface-visibility: hidden;
z-index: 2;
font-size: 16px;
text-align: center;
line-height: 200px;
}
.flipWrapper .card1 .front {
position: absolute;
z-index: 1;
background-color: #d7d7d7;
color: white;
cursor: pointer;
}
.flipWrapper .card1 .back {
-webkit-transform: rotatey(-180deg);
background-image: url('images/invisalign.jpg');
    background-size: cover !important;
color: white;
cursor: pointer;
}

.flipWrapper .card2.flipped {
-webkit-transform: rotatey(180deg);
}
.flipWrapper .card2 {
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-webkit-transition: 0.5s;
}
.flipWrapper .card2 .face {
width: 100%;
height: 100%;
position: absolute;
-webkit-backface-visibility: hidden;
z-index: 2;
font-size: 16px;
text-align: center;
line-height: 200px;
}
.flipWrapper .card2 .front {
position: absolute;
z-index: 1;
background-color: #d7d7d7;
color: white;
cursor: pointer;
}
.flipWrapper .card2 .back {
-webkit-transform: rotatey(-180deg);
background-image: url('images/keramische-brackets.jpg');
    background-size: cover !important;
color: white;
cursor: pointer;
}

.flipWrapper .card3.flipped {
-webkit-transform: rotatey(180deg);
}
.flipWrapper .card3 {
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-webkit-transition: 0.5s;
}
.flipWrapper .card3 .face {
width: 100%;
height: 100%;
position: absolute;
-webkit-backface-visibility: hidden;
z-index: 2;
font-size: 16px;
text-align: center;
line-height: 200px;
}
.flipWrapper .card3 .front {
position: absolute;
z-index: 1;
background-color: #d7d7d7;
color: white;
cursor: pointer;
}
.flipWrapper .card3 .back {
-webkit-transform: rotatey(-180deg);
background-image: url('images/lingual.jpg');
    background-size: cover !important;
color: white;
cursor: pointer;
}

.flipWrapper .card4.flipped {
-webkit-transform: rotatey(180deg);
}
.flipWrapper .card4 {
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-webkit-transition: 0.5s;
}
.flipWrapper .card4 .face {
width: 100%;
height: 100%;
position: absolute;
-webkit-backface-visibility: hidden;
z-index: 2;
font-size: 16px;
text-align: center;
line-height: 200px;
}
.flipWrapper .card4 .front {
position: absolute;
z-index: 1;
background-color: #d7d7d7;
color: white;
cursor: pointer;
}
.flipWrapper .card4 .back {
-webkit-transform: rotatey(-180deg);
background-image: url('images/lose-bunte-zahnspange.jpg');
    background-size: cover !important;
color: white;
cursor: pointer;
}
.flipWrapper .card5.flipped {
-webkit-transform: rotatey(180deg);
}
.flipWrapper .card5 {
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-webkit-transition: 0.5s;
}
.flipWrapper .card5 .face {
width: 100%;
height: 100%;
position: absolute;
-webkit-backface-visibility: hidden;
z-index: 2;
font-size: 16px;
text-align: center;
line-height: 200px;
}
.flipWrapper .card5 .front {
position: absolute;
z-index: 1;
background-color: #d7d7d7;
color: white;
cursor: pointer;
}
.flipWrapper .card5 .back {
-webkit-transform: rotatey(-180deg);
background-image: url('images/selbstligierende-brackets.jpg');
    background-size: cover !important;
color: white;
cursor: pointer;
}
.flipWrapper .card6.flipped {
-webkit-transform: rotatey(180deg);
}
.flipWrapper .card6 {
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-webkit-transition: 0.5s;
}
.flipWrapper .card6 .face {
width: 100%;
height: 100%;
position: absolute;
-webkit-backface-visibility: hidden;
z-index: 2;
font-size: 16px;
text-align: center;
line-height: 200px;
}
.flipWrapper .card6 .front {
position: absolute;
z-index: 1;
background-color: #d7d7d7;
color: white;
cursor: pointer;
}
.flipWrapper .card6 .back {
-webkit-transform: rotatey(-180deg);
background-image: url('images/keramische-brackets-kids.jpg');
    background-size: cover !important;
color: white;
cursor: pointer;
}

.flipWrapper .card7.flipped {
-webkit-transform: rotatey(180deg);
}
.flipWrapper .card7 {
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-webkit-transition: 0.5s;
}
.flipWrapper .card7 .face {
width: 100%;
height: 100%;
position: absolute;
-webkit-backface-visibility: hidden;
z-index: 2;
font-size: 16px;
text-align: center;
line-height: 200px;
}
.flipWrapper .card7 .front {
position: absolute;
z-index: 1;
background-color: #d7d7d7;
color: white;
cursor: pointer;
}
.flipWrapper .card7 .back {
-webkit-transform: rotatey(-180deg);
background-image: url('images/lingual-kids.jpg');
    background-size: cover !important;
color: white;
cursor: pointer;
}

.flipWrapper .card8.flipped {
-webkit-transform: rotatey(180deg);
}
.flipWrapper .card8 {
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-webkit-transition: 0.5s;
}
.flipWrapper .card8 .face {
width: 100%;
height: 100%;
position: absolute;
-webkit-backface-visibility: hidden;
z-index: 2;
font-size: 16px;
text-align: center;
line-height: 200px;
}
.flipWrapper .card8 .front {
position: absolute;
z-index: 1;
background-color: #d7d7d7;
color: white;
cursor: pointer;
}
.flipWrapper .card8 .back {
-webkit-transform: rotatey(-180deg);
background-image: url('images/bracketumfeldversiegelung.jpg');
    background-size: cover !important;
color: white;
cursor: pointer;
}

.flipWrapper .card9.flipped {
-webkit-transform: rotatey(180deg);
}
.flipWrapper .card9 {
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-webkit-transition: 0.5s;
}
.flipWrapper .card9 .face {
width: 100%;
height: 100%;
position: absolute;
-webkit-backface-visibility: hidden;
z-index: 2;
font-size: 16px;
text-align: center;
line-height: 200px;
}
.flipWrapper .card9 .front {
position: absolute;
z-index: 1;
background-color: #d7d7d7;
color: white;
cursor: pointer;
}
.flipWrapper .card9 .back {
-webkit-transform: rotatey(-180deg);
background-image: url('images/invisalign-kids.jpg');
    background-size: cover !important;
color: white;
cursor: pointer;
}

.footer-distributed{
	background-color: #d7d7d7;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 15px sans-serif;
	padding: 35px 80px;
	margin-top: 30px;
}

.footer-distributed h2 {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.footer-distributed p {
	text-align: left !important;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 35%;
	padding-right: 10px;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	margin-top: 0px;
	padding: 0;
	text-align: left;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 30px;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-links a:hover{
	color: #951b81;
}

.footer-distributed .footer-company-name{
	color:  #8f8f8f;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 15%;
    padding-right: 15px;
    padding-left: 40px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
	line-height: 30px;
}

.footer-distributed .footer-center p a{
	color:  #8f8f8f;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 40%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.send {
	background: none repeat scroll 0 0 #96c11f;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    min-height: 20px;
    padding: 15px 50px;
    text-transform: uppercase;
	cursor: pointer;
	float: right;
}

.send:hover {
	background-color: #951b81;
}

li.send {
	background: none !important;
	content: none !important;
	padding-left: 0 !important;
}

.button-send > ul {
    list-style: outside none none;
}

.module_content ul li.send:before {
	content: none !important;
}

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

@media (max-width: 320px) {
	body {
		max-width: 320px;
	}

	.content {
		max-width: 320px;
	}
	figcaption {
		font-size: 18px;
		margin-top: 10px;
	}
}

@media (max-width: 340px) {
	.row {
	width: 100%;
}
	.footer-distributed {
	padding: 35px 30px;
}
	.col-1 {
    width: 95%;
}
	h1 {
		font-size: 19px;
	}
	.ls-select-box select {
		font-size: 103% !important;
	}
	.flipWrapper .card1 .face, .flipWrapper .card2 .face, .flipWrapper .card3 .face, .flipWrapper .card4 .face, 
	.flipWrapper .card5 .face, .flipWrapper .card6 .face, .flipWrapper .card7 .face, .flipWrapper .card8 .face,
	.flipWrapper .card9 .face, .flipWrapper .card10 .face {
	font-size: 0.75em;
	width: 70%;
}
.accordion-section-content {
	padding: 10px 0px;
}
}

@media (min-width: 340px) and (max-width: 480px) {
	.row {
	width: 80%;
}
	.col-1 {
	width: 100%;
}
.flipWrapper .card1 .face, .flipWrapper .card2 .face, .flipWrapper .card3 .face {
	font-size: 0.8em;
    width: 82%;
}
}


@media (max-width: 480px) {
.rmm {
	margin-top: 0 !important;
}
	.rmm.minimal .rmm-toggled {
    top: -70px;
}
.header-wrapper img {
	width: 45% !important;
}
.stoerer, .stoerer img {
	display: none;
}
.teaser-content {
	width: 85%;
}
.teaser p {
	width: 100%;
}
.caption-style-2 img {
	width: 100%;
	    margin-bottom: 10px;
}
.caption-style-2 .caption {
	display: none;
}

.col-2 {
	width: 100%;
}
.col-2 img {
	margin-top: 25px;
}
.info {
	display: none;
}
#form label {
    min-height: 40px !important;
    width: 100% !important;
}
#form label+label {
    margin-left: 0px !important; 
}
.panel-wrapper {
	background-color: #f2f2f2;
	padding: 0 !important;
}
img.rotate1 {
    width: 10%;
}
#content p {
	width: 95%;
}
#content h2 {
	    line-height: 28px;
}
#content .content-danke, .content-danke{
	height: 300px !important;
}
.invisalign-logo {
	width: 25%;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -50px !important;
}
#rundgang {
	width:100% !important;
}
}

@media (min-width: 480px) and (max-width: 800px) {
	.row {
	width: 90%;
}
	#content {
		width: 79%;
	}

	.header-wrapper img {
	width: 30% !important;
}
.rmm {
	margin-top: 0 !important;
}
	.rmm.minimal .rmm-toggled {
    top: -70px;
}
.stoerer, .stoerer img {
	display: none;
}
.caption-style-2 img {
	width: 100%;
	    margin-bottom: 10px;
}
.caption-style-2 li {
	width: 50%;
}
.invisalign-logo {
	width: 13%;
}
.teaser p {
	width: 100%;
}
#rundgang {
	width:100% !important;
}
}

@media (min-width: 767px) and (max-width: 800px) {
	.caption-style-2 li {
		margin-right: 0px;
	}
	.row {
    width: 84%;
}
}

@media (min-width: 800px) and (max-width: 1012px) {
	.row {
		width: 95%;
	}
}

@media (min-width: 1012px) and (max-width: 1120px) {
	.row {
		width: 95%;
	}
	.header-wrapper img {
	width: 19% !important;
}
.rmm {
	margin-top: 0 !important;
}
	.rmm.minimal .rmm-toggled {
    top: -70px;
}
.stoerer {
	top: 57%;
}
.stoerer img {
	margin-right: 3%;
}
.invisalign-logo {
	width: 10%;
}
}
@media (max-width: 1010px) {
.mobile-hidden {
	display: none;
}
}
@media (min-width: 801px) and (max-width: 1011px) {
	.rmm {
	margin-top: 0 !important;
}
	.rmm.minimal .rmm-toggled {
    top: -70px;
}
}

@media (min-width: 1280px) and (max-width: 1400px) {
	.row {
		width: 75%;
	}
	.rmm {
		 max-width: 760px !important;
	}
}

@media (min-width: 1400px) {
	.row {
		width: 70%;
	}
	.rmm {
		 max-width: 760px !important;
	}
}

@media (min-width: 1600px) {
	.stoerer {
	position: absolute;
    float: right;
    right: 0;
    top: 65%;
}
}