body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:999999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#ffffff; opacity: 1 !important; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:0px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:0px solid #ffffff; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url("../../files/schwade/images/loading.gif") no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url("../../files/schwade/images/controls.png") no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url("../../files/schwade/images/controls.png") no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url("../../files/schwade/images/controls.png") no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
/*
Dunkelbraun: #4a362c
Hellbraun: #7c655b
Gold: #b38f50


-webkit-overflow-scrolling: touch;



*/
html, body{
         height:100%;
         font-family: "ProximaNovaA-Regular", "Arial", sans-serif;
         font-style: normal;
         font-weight: 400;
         color:#4a362c;
         font-size: 16px;
         line-height: 22px;
}
body{ background:#b38f50;  }


.ce_form .error{color:#FF0000;}
/* Html Elemente */
h1{
         font-family: 'ProximaNovaA-Semibold', "Arial", sans-serif;
         font-size: 24px;
         line-height: 28px;
}
h2{

}
h3{

}
h4{

}
p{

}
a:link,
a:visited,
a:hover,
a:active,
a:focus,
div{
         outline: 0px;
}
a{
         color:#4a362c;
}
a:hover,
a:focus{
         color:#b38f50;
}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {

}
hr{
         border:0;
         color: #000;
         background-color: #000;
         height: 2px;
         margin: 20px 0px 10px 0px;
}
strong{
         font-family: 'ProximaNovaA-Bold';
         font-weight:400 !important;
}

/* Allgemeine Formate */
.left{float:left;}
.right{float:right;}
.textleft{text-align:left;}
.textright{text-align:right;}
.textcenter{text-align:center;}

#wrapper{

}
#container{

}
/* Header */
#header{
         background:#b38f50;
         width:100%;
}
#header a{
         color:#fff;
         text-decoration:none;
}
#header a:hover,
#header a:focus{
         color:#4a362c;
}
#header .mod_article{

}

#main{

}
#main ul{

}
#container{

}
/* Footer */
#footer{
         position:relative;
         background:#b38f50;
}
#footer .inside{

}
#footer #logo{
         background:#4a362c;
}
#footer #logo img{
         max-width:85%;
         max-height: 30%;
}
#footer a{
         color:#fff;
         text-decoration:none;
}
#footer a.datenschutz{
         margin-left:24px;;
}
#footer a:hover,
#footer a:focus{
         color:#4a362c;
}
#arrow-up{

}
#footer .ce_image.arrow{
         width:15%;
         float:left;
         text-align:right;
         cursor:pointer;
         margin-top:24px;
         margin-bottom:20px;
}
#footer .ce_text.adresse{
         width:60%;
         float:left;
         color:#fff;
         font-size:18px;
         text-align:center;
         margin-top:24px;
         margin-bottom:10px;
}
#footer .ce_text.impressum{
         width:15%;
         margin-left:5%;
         float:left;
         color:#fff;
         font-size:12px;
         text-align:left;
         text-transform:uppercase;
         margin-top:24px;
         margin-bottom:10px;
}
#footer .ce_text.adresse-mobile{
         color:#fff;
         font-size:12px;
         text-align:center;
         margin-top:24px;
         margin-bottom:10px;
}
#footer .ce_text.adresse-mobile .btn-up{
         cursor:pointer;
         margin-top:30px;
         margin-bottom:10px;
}





#main .ce_text.middle{

}

#main .ce_text h1{
         margin-top: 0px;
}
#main .ce_text p,
#main .ce_text h1,
#main .ce_text ul{
         padding-left: 20px;
         padding-right: 20px;
}
#main .ce_text table{
         margin-left: 20px;
         margin-right: 20px;
}
#main .ce_text.w30{
         width:33%;
         float:left;
}

.mod_article{
         position:relative;
}
.mod_article a[name]{
         display:block;
         height:0px;
}
.mod_article .inside{
         position:absolute;
         bottom:40px;
         background:rgba(255,255,255, .75);
         max-height:90%;
         z-index:500;
}
.arbeiten .mod_article .inside.notrans{
         bottom:0px;
         background:#d8d2cc;
         border-bottom: 40px solid #654d35;

}
.mod_article .navtext{
         position:absolute;
         min-height:50px !important;
         max-height:90%;
         z-index:600;
}
.mod_article .navtext .arrow-down-01,
.mod_article .navtext .arrow-upper-01{
         position:absolute;
         top:10px;
         right:10px;
}
.mod_article .navtext .read-more{
         position:absolute;
         top:10px;
         right:50px;
}




 /* Die Praxis */
         .die-praxis #willkommen, .die-praxis #willkommen-70, .die-praxis #willkommen-114{
                  background: url(../../files/schwade/inhalte/die-praxis/willkommen-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #philosophie, .die-praxis #philosophie-71, .die-praxis #philosophie-115{
                  background: url(../../files/schwade/inhalte/die-praxis/philosophie-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #wohlfuehlen-und-verstehen, .die-praxis #wohlfuehlen-und-verstehen-72, .die-praxis #wohlfuehlen-und-verstehen-116{
                  background: url(../../files/schwade/inhalte/die-praxis/wohlfuehlen-und-verstehen-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #berufung, .die-praxis #berufung-73, .die-praxis #berufung-117{
                  background: url(../../files/schwade/inhalte/die-praxis/berufung-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #modernste-high-tech-geraete, .die-praxis #modernste-high-tech-geraete-74, .die-praxis #modernste-high-tech-geraete-118{
                  background: url(../../files/schwade/inhalte/die-praxis/high-tech-geraete-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #ursache-und-wirkung, .die-praxis #ursache-und-wirkung-75, .die-praxis #ursache-und-wirkung-119{
                  background: url(../../files/schwade/inhalte/die-praxis/ursache-und-wirkung-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #wartezimmer, .die-praxis #wartezimmer-76, .die-praxis #wartezimmer-120{
                  background: url(../../files/schwade/inhalte/die-praxis/ihre-zeit-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         .die-praxis .subnav-praxis{ display:block; }

         /* Das Team */
         .das-team #team, .das-team #team-77, .das-team #team-121{
                  background: url(../../files/schwade/inhalte/das-team/team-praxis-katrin-schwade-iphone6plus-736x414-x3.jpg) no-repeat top center transparent;
                  background-size: cover;
         }
         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 
         .das-team #max-grabbert, .das-team #max-grabbert-79, .das-team #max-grabbert-123{
                  background: url(../../files/schwade/inhalte/das-team/Max-Grabbert-Zahntechnikermeister-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #finja-jensen, .das-team #finja-jensen-83, .das-team #finja-jensen-127{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		.das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone6plus-736x414.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone6plus-736x414.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone6plus-736x414.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone6plus-736x414.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         .das-team .subnav-team{ display:block; }

         /* Die Behandlungen */
         .die-behandlungen #frontzahnaesthetik, .die-behandlungen #frontzahnaesthetik-84, .die-behandlungen #frontzahnaesthetik-128{
                  background: url(../../files/schwade/inhalte/die-behandlungen/frontzahnaesthetik-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #composites-und-veneers, .die-behandlungen #composites-und-veneers-85, .die-behandlungen #composites-und-veneers-129{
                  background: url(../../files/schwade/inhalte/die-behandlungen/composites-und-veneers-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #funktionsanalyse, .die-behandlungen #funktionsanalyse-86, .die-behandlungen #funktionsanalyse-130{
                  background: url(../../files/schwade/inhalte/die-behandlungen/funktionsanalyse-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-87, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-131{
                  background: url(../../files/schwade/inhalte/die-behandlungen/vollkeramikkronen-keramikinlays-keramikteilkronen-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-88, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-132{
                  background: url(../../files/schwade/inhalte/die-behandlungen/endodontie-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #implantologie, .die-behandlungen #implantologie-89, .die-behandlungen #implantologie-133{
                  background: url(../../files/schwade/inhalte/die-behandlungen/implantologie-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-90, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-134{
                  background: url(../../files/schwade/inhalte/die-behandlungen/professionelle-zahnreinigung-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #parodontaltherapie, .die-behandlungen #parodontaltherapie-91, .die-behandlungen #parodontaltherapie-135{
                  background: url(../../files/schwade/inhalte/die-behandlungen/parodontaltherapie-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #kinderzahnheilkunde, .die-behandlungen #kinderzahnheilkunde-92, .die-behandlungen #kinderzahnheilkunde-136{
                  background: url(../../files/schwade/inhalte/die-behandlungen/kinderzahnheilkunde-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         .die-behandlungen .subnav-behandlungen{ display:block; }

         /* Das Labor */
         .das-labor #das-labor, .das-labor #am-anfang-steht-das-gipsmodell-93, .das-labor #am-anfang-steht-das-gipsmodell{
                  background: url(../../files/schwade/inhalte/das-labor/gipsmodell-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #genauer-gehts-nicht, .das-labor #genauer-gehts-nicht-94, .das-labor #genauer-gehts-nicht-138{
                  background: url(../../files/schwade/inhalte/das-labor/scan-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #das-neue-gold-zirkonoxid, .das-labor #das-neue-gold-zirkonoxid-95, .das-labor #das-neue-gold-zirkonoxid-139{
                  background: url(../../files/schwade/inhalte/das-labor/zirkonoxid-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #meisterlicher-schliff, .das-labor #meisterlicher-schliff-96, .das-labor #meisterlicher-schliff-140{
                  background: url(../../files/schwade/inhalte/das-labor/Mikroskop-Labor-iphone6plus-736x414-x3.jpg) no-repeat top center transparent;
                  background-size: cover;
         }
         .das-labor #auf-die-farbe-kommt-es-an, .das-labor #auf-die-farbe-kommt-es-an-97, .das-labor #auf-die-farbe-kommt-es-an-141{
                  background: url(../../files/schwade/inhalte/das-labor/zahnfarbe-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #final-touch, .das-labor #final-touch-98, .das-labor #final-touch-142{
                  background: url(../../files/schwade/inhalte/das-labor/final-touch-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         .das-labor .subnav-labor{ display:block; }

         /* Die Arbeiten */
         .die-arbeiten #composite-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-vorher-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #composite-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-nachher-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #veneers-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-vorher-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #veneers-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-nachher-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         .arbeiten .subnav-arbeiten{ display:block; }
         .arbeiten{
                 background:#654d35;
         }

         .arbeiten .beforeafter img{
                 /* max-width:none !important; */
                 width:100%;
                 height:auto;
         }
         .twentytwenty-wrapper{ position:relative; max-height:100% !important; }

         /* Der Kontakt */
         .der-kontakt #wo-sie-uns-finden, .der-kontakt #wo-sie-uns-finden-104, .der-kontakt #wo-sie-uns-finden-148{
                  background: url(../../files/schwade/inhalte/der-kontakt/wo-sie-uns-finden-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #schreiben-sie-uns, .der-kontakt #schreiben-sie-uns-105, .der-kontakt #schreiben-sie-uns-149, .nachricht-gesendet #nachricht-gesendet, .nachricht-gesendet #nachricht-gesendet-108, .nachricht-gesendet #nachricht-gesendet-152{
                  background: url(../../files/schwade/inhalte/der-kontakt/schreiben-sie-uns-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #unsere-partner, .der-kontakt #unsere-partner-106, .der-kontakt #unsere-partner-150{
                  background: url(../../files/schwade/inhalte/der-kontakt/unsere-partner-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #impressum, .der-kontakt #impressum-107, .der-kontakt #impressum-151{
                  background: url(../../files/schwade/inhalte/der-kontakt/impressum-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         .der-kontakt .subnav-kontakt{ display:block; }


         /* Test */
         .test #willkommen-kopie{
                  background: url(../../files/schwade/inhalte/die-praxis/willkommen-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .test #philosophie-kopie{
                  background: url(../../files/schwade/inhalte/die-praxis/philosophie-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .test #wohlfuehlen-und-verstehen-kopie{
                  background: url(../../files/schwade/inhalte/die-praxis/wohlfuehlen-und-verstehen-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .test #berufung-kopie{
                  background: url(../../files/schwade/inhalte/die-praxis/berufung-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .test #modernste-high-tech-geraete-kopie{
                  background: url(../../files/schwade/inhalte/die-praxis/high-tech-geraete-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .test #ursache-und-wirkung-kopie{
                  background: url(../../files/schwade/inhalte/die-praxis/ursache-und-wirkung-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .test #wartezimmer-kopie{
                  background: url(../../files/schwade/inhalte/die-praxis/ihre-zeit-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
/* Pfeile etc. */
.arrow-down, .arrow-upper{ position:absolute; display:inline-block; bottom:15px; left:20px; top:auto; right:auto; }
.arrow-down img, .arrow-upper img{ cursor:pointer; width:40px; }
.arrow-down-01 img, .arrow-upper-01 img, .read-more img{ cursor:pointer; }
#team .arrow-down-01 img, #team .arrow-upper-01 img, #team .read-more img{ display:none; }

.close{ position:absolute; display:none; bottom:auto; left:auto; top:10px; right:10px; cursor:pointer; }

/* Termin online buchen */
a#termin-online{
	position:fixed;
    top:100px;
    right:5%;
	border:1px solid #b38f50;
	color:#4a362c;
	background:#fff;
	font-family: 'ProximaNovaA-Semibold', "Arial", sans-serif;
	border-radius:5px;
	font-size:14px;
	line-height:30px;
	padding:0 16px 0 16px;
	text-transform:uppercase;
	transition:all .4s;
	white-space:nowrap;
	z-index:100;
}
.das-team a#termin-online,
.arbeiten a#termin-online
{ display:none !important; }

a#termin-online:hover{
	border:1px solid #b38f50;
	color:#fff;
	background:#4a362c;
}

/* Sprachwechsler */
#header .mod_changelanguage{
         position:absolute;
         top:15px;
         left:5%;
		 z-index:905;
}
#header .mod_changelanguage li{
         display:inline-block;
         margin-right:10px;
}
#header .mod_changelanguage li a{
         display:block;
         width:20px;
         height:20px;
         text-indent:-10000px;
}
#header .mod_changelanguage li.lang-de{
         background: url(../../files/schwade/layout/germany.svg) no-repeat center transparent;
         background-size: 100% 100%;
}
#header .mod_changelanguage li.lang-en{
         background: url(../../files/schwade/layout/united-kingdom.svg) no-repeat center transparent;
         background-size: 100% 100%;
}
#header .mod_changelanguage li.lang-es{
         background: url(../../files/schwade/layout/spain.svg) no-repeat center transparent;
         background-size: 100% 100%;
}

/* Logo Footer */
#wortmarke{
         display:none;
         padding-top:14px;
}
/* Hauptnavigation */
#hauptnavigation{
	position:relative;
	z-index:900;
         text-align:center;
         text-transform:uppercase;
         font-family: 'ProximaNovaA-Semibold', "Arial", sans-serif;
         font-size: 14px;
         line-height:18px;
}
#hauptnavigation .arbeiten{ background:#b38f50; }
#hauptnavigation ul{
         padding:0;
}
#hauptnavigation li{
         background: #b38f50;
         text-align:center;
}
#hauptnavigation li a{ display:block; }
#hauptnavigation li.last{ border-bottom: 0px solid #bc9b62 !important; }
#hauptnavigation li.trail a{
         color:#4a362c !important;
}

#menu-button{
         position:absolute;
         top:18px;
         right:12px;
         cursor:pointer;
         font-size:12px;
         line-height:14px;
         color:#4a362c;
         text-transform:uppercase;
         padding-right:20px;
         background: url(../../files/schwade/layout/zahnarzt-schwade-menu.svg) no-repeat center right transparent;
}
/* OnePageNavigation */
#header #onepagenavigation{
         position:fixed;
         right:0px;
         top:30%;
         background:#b38f50;
         z-index:9999;
         color:#fff;
         padding:8px;
         -webkit-border-top-left-radius: 10px;
         -webkit-border-bottom-left-radius: 10px;
         -moz-border-radius-topleft: 10px;
         -moz-border-radius-bottomleft: 10px;
         border-top-left-radius: 10px;
         border-bottom-left-radius: 10px;
}
#header #onepagenavigation ul{
         margin-bottom:0px;
         text-align:center;
}
#header #onepagenavigation ul li#pageup{
         cursor:pointer;
         width:22px;
         height:22px;
         background: url(../../files/schwade/layout/pageup.png) no-repeat center transparent;
         text-indent:-10000px;
}
#header #onepagenavigation ul li#pagedown{
         cursor:pointer;
         width:20px;
         height:20px;
         background: url(../../files/schwade/layout/pagedown.png) no-repeat center transparent;
         text-indent:-10000px;
}
#header #onepagenavigation ul li#pagepos{
         background: url(../../files/schwade/layout/position.png) no-repeat center 0px transparent;
         height:100px;
}
/* Caroufredsel */
.ce_caroufredsel{
         position:relative;
}
.ce_caroufredsel .caroufredsel_wrapper{
         position:relative;
}
.ce_caroufredsel .caroufredsel_controls{
         position:absolute;
         top:50%;
         right:0px;
         margin-top:-10px;
         z-index:99;
}
.ce_caroufredsel .caroufredsel_controls .caroufredsel_pagi{
         float:right;
         padding-top:60px;
         margin-right:20px;
         font-size: 12px;
         line-height: 14px;
}
.ce_caroufredsel .caroufredsel_controls .caroufredsel_pagi a{
         padding-left:6px;
         text-decoration:none;
         color:#b38f50;
}
.ce_caroufredsel .caroufredsel_controls .caroufredsel_pagi a:hover,
.ce_caroufredsel .caroufredsel_controls .caroufredsel_pagi a.selected{
         color:#4a362c;
}
.ce_caroufredsel .caroufredsel_controls .caroufredsel_navi{
         float:right;
         margin-right:20px;
}
.ce_caroufredsel .caroufredsel_controls .caroufredsel_prev{
         display:inline-block !important;
         background: url(../../files/schwade/layout/arrow-left.png) no-repeat center transparent;
         background-size: 100% auto;
         width:12px;
         height:20px;
         text-indent:-10000px;
}
.ce_caroufredsel .caroufredsel_controls .caroufredsel_prev.disabled{
         display:none !important;
}
.ce_caroufredsel .caroufredsel_controls .caroufredsel_next{
         display:inline-block !important;
         background: url(../../files/schwade/layout/arrow-right.png) no-repeat center transparent;
         background-size: 100% auto;
         width:12px;
         height:20px;
         text-indent:-10000px;
         margin-left:5px;
}
.ce_caroufredsel .caroufredsel_controls .caroufredsel_next.disabled{
         display:none !important;
}
.ce_caroufredsel .ce_text{
         padding-right:20px;
}
/* Jquery Dialog */
.ui-dialog{
         position:relative;
         background:rgba(255,255,255,.8);
         color:#4b362c;
         text-align:center;
         z-index:99998;
         width:400px !important;
         max-width:90% !important;
}
.ui-dialog .ui-button{
         position:absolute;
         top:20px;
         right:20px;
}
.ui-dialog .ui-dialog-content{
         padding: 110px 60px;
}
.ui-dialog .ui-dialog-title { display:none; }
.ui-dialog .ui-button{
         background: url(../../files/schwade/layout/close-btn.png) no-repeat center transparent;
         width:31px;
         height:30px;
         outline:0;
         border:0;
         text-indent:-100000px;
         cursor:pointer;
}
.ui-dialog .ui-button span{
         display:none;
}
/* Subnavigation OnePager */
.subnavs{
         display:none;
         text-align:center;
         text-transform:uppercase;
         font-family: 'ProximaNovaA-Semibold', "Arial", sans-serif;
         font-size: 11px;
         line-height:14px;
}
.subnavs li{
         display:inline;
         color:#4a362c;
         text-decoration:none;
         padding: 0px 6px;
         cursor:pointer;
		 white-space:nowrap;
}
.subnavs li:hover,
.subnavs li:focus{
         text-decoration:underline;
}
.subnavs li.active{
         text-decoration:underline;
}
.subnavs li:hover{
         color:#000;
}
.subnavs a{
         color:#4a362c !important;
}
#header{ height:auto; position:fixed; z-index:99999; }

#onepagenavigation{display:block;}
#wortmarke{ display:none; }
#menu-button{ display:none; }

#hauptnavigation{ padding-top:15px; padding-bottom:3px; height:30px; }
#hauptnavigation ul{ margin-bottom:12px; }
#hauptnavigation li{ display:inline-block; padding: 0px 20px 0px 20px; }
.spain #hauptnavigation li{ display:inline-block; padding: 0px 15px 0px 15px; }

#main .ce_text{ padding-top: 28px; padding-bottom: 16px; }

#main .mod_article .inside{ width:90%; left:5%; min-height:200px; }
.mod_article .navtext{ display:none; }

.arbeiten .beforeafter{ width:90%; margin: 0 auto; }
/* .arbeiten .mod_article .twentytwenty-wrapper{ top:-148px; } */

form .con_form_01,
form .con_form_02{
         width:50%;
         float:left;
}
#footer .ce_text.impressum,
#footer .ce_text.adresse,
#footer .ce_image.arrow{
         display:block;
}
#footer .ce_text.adresse-mobile{
         display:none;
}
#footer #logo{
         padding-top:100px;
         padding-bottom:100px;
}
label{ display:inline-block; width:110px; vertical-align:baseline !important; }


/* ---------------------------------------------------------------- */
@media (max-width:1024px)
{
         #header{ height:50px; position:relative; overflow:visible; }
	#header .inside .mod_article{ overflow:visible; }	 
a#termin-online{
	position:absolute !important;
    top:60px !important;
    left:50% !important;
	right:auto !important;
	transform:translate(-50%);
	font-size:12px !important;
	line-height:26px !important;
}

         #onepagenavigation{display:none;}
         #wortmarke{ display:block !important; }
         #wortmarke img{ width:175px; }
         #menu-button{ display:block; }

         .subnavs{ display:none !important; }

         #hauptnavigation{ padding-top:8px; padding-bottom:0px; height:0px; }
         #hauptnavigation ul{ margin-bottom:0px; }
         #hauptnavigation li{ display:block; border-bottom: 1px solid #bc9b62; padding: 8px 0px 8px 0px; }
         #hauptnavigation li{ border-top: 1px solid #bc9b62; }

         .arrow-down, .arrow-upper{ display:none !important; }

         /* .mod_article.first{ margin-top:-50px; } */
         #main .mod_article .inside{ width:96%; left:2%; bottom:44px; height:50px; min-height:50px; overflow:hidden; }
         .arbeiten #main .mod_article .inside{ width:96%; left:2%; bottom:0px; border-bottom: 44px solid #654d35; height:50px; min-height:50px; overflow:hidden; }

         .mod_article .navtext{ display:block; width:96%; bottom:44px; left:2%; }

         .arbeiten .beforeafter{ width:96%; margin: 0 auto; }
         .arbeiten .mod_article .twentytwenty-wrapper{ margin-top:0px; }
         .arbeiten .mod_article.first .twentytwenty-wrapper{ margin-top:50px; }

         #main .ce_text{ padding-top: 0px; padding-bottom: 6px; }
         #main .ce_text.w30{ width:100%; float:none; }
         #main .ce_text.platzhalter{ display:none !important; }
         #main .ce_text.middle{ padding:0 !important; }
         #main .ce_text h1{ padding-right: 85px; }
         #main .ce_text p, #main .ce_text ul{ padding-right: 50px; }

         form .con_form_01,
         form .con_form_02{ width:100%; float:none; }

         html, body{ font-size: 12px; line-height: 16px; }
         h1{ font-size: 16px; line-height: 18px; margin-top:5px !important; max-width:70%; padding-top: 10px; padding-bottom: 4px; }

         #footer .ce_text.impressum,
         #footer .ce_text.adresse,
         #footer .ce_image.arrow{
                 display:none;
         }
         #footer .ce_text.adresse-mobile{
                  display:block;
         }
         #footer #logo{
                  padding-top:10px;
                  padding-bottom:10px;
         }
         #footer #logo img{
                  width:280px;
         }
         #team .arrow-down-01{
                 display:block !important;
                  position:absolute;
                  right:46% !important;
         }
         #team .arrow-down-01 img{ display:block !important; }

         label{ display:inline-block; width:80px; vertical-align:baseline !important; }

         #header .mod_changelanguage{
                  left:10px !important;
         }
         #header .mod_changelanguage li{
                  margin-right:6px !important;
         }
}

@media only screen 
and (max-width:1024px)
and (orientation : landscape)
{
	#main .mod_article .inside{ width:96%; left:2%; bottom:15px; height:50px; min-height:50px; overflow:hidden; }
	.mod_article .navtext{ display:block; width:96%; bottom:15px; left:2%; }
	.arbeiten #main .mod_article .inside{ width:96%; left:2%; bottom:0px; border-bottom: 15px solid #654d35; height:50px; min-height:50px; overflow:hidden; }
	
	#main .mod_article.first{ background-position: center top 30px !important; }
}
@media only screen 
and (max-width:1024px)
and (orientation : portrait)
{	
	#main .mod_article.first{ background-position: center top 20px !important; }
}






/* iPad in portrait & landscape --------------------------------------------------------------------------------------------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {

}
/* iPad in portrait --------------------------------------------------------------------------------------------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

         /* Die Praxis */
         .die-praxis #willkommen, .die-praxis #willkommen-70, .die-praxis #willkommen-114{
                  background: url(../../files/schwade/inhalte/die-praxis/willkommen-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #philosophie, .die-praxis #philosophie-71, .die-praxis #philosophie-115{
                  background: url(../../files/schwade/inhalte/die-praxis/philosophie-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #wohlfuehlen-und-verstehen, .die-praxis #wohlfuehlen-und-verstehen-72, .die-praxis #wohlfuehlen-und-verstehen-116{
                  background: url(../../files/schwade/inhalte/die-praxis/wohlfuehlen-und-verstehen-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #berufung, .die-praxis #berufung-73, .die-praxis #berufung-117{
                  background: url(../../files/schwade/inhalte/die-praxis/berufung-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #modernste-high-tech-geraete, .die-praxis #modernste-high-tech-geraete-74, .die-praxis #modernste-high-tech-geraete-118{
                  background: url(../../files/schwade/inhalte/die-praxis/high-tech-geraete-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #ursache-und-wirkung, .die-praxis #ursache-und-wirkung-75, .die-praxis #ursache-und-wirkung-119{
                  background: url(../../files/schwade/inhalte/die-praxis/ursache-und-wirkung-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #wartezimmer, .die-praxis #wartezimmer-76, .die-praxis #wartezimmer-120{
                  background: url(../../files/schwade/inhalte/die-praxis/ihre-zeit-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Das Team */
         .das-team #team, .das-team #team-77, .das-team #team-121{
                  background: url(../../files/schwade/inhalte/das-team/team-praxis-katrin-schwade-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #max-grabbert, .das-team #max-grabbert-79, .das-team #max-grabbert-123{
                  background: url(../../files/schwade/inhalte/das-team/Max-Grabbert-Zahntechnikermeister-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #finja-jensen, .das-team #finja-jensen-83, .das-team #finja-jensen-127{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Guber-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamedi-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Die Behandlungen */
         .die-behandlungen #frontzahnaesthetik, .die-behandlungen #frontzahnaesthetik-84, .die-behandlungen #frontzahnaesthetik-128{
                  background: url(../../files/schwade/inhalte/die-behandlungen/frontzahnaesthetik-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #composites-und-veneers, .die-behandlungen #composites-und-veneers-85, .die-behandlungen #composites-und-veneers-129{
                  background: url(../../files/schwade/inhalte/die-behandlungen/composites-und-veneers-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #funktionsanalyse, .die-behandlungen #funktionsanalyse-86, .die-behandlungen #funktionsanalyse-130{
                  background: url(../../files/schwade/inhalte/die-behandlungen/funktionsanalyse-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-87, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-131{
                  background: url(../../files/schwade/inhalte/die-behandlungen/vollkeramikkronen-keramikinlays-keramikteilkronen-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-88, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-132{
                  background: url(../../files/schwade/inhalte/die-behandlungen/endodontie-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #implantologie, .die-behandlungen #implantologie-89, .die-behandlungen #implantologie-133{
                  background: url(../../files/schwade/inhalte/die-behandlungen/implantologie-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-90, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-134{
                  background: url(../../files/schwade/inhalte/die-behandlungen/professionelle-zahnreinigung-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #parodontaltherapie, .die-behandlungen #parodontaltherapie-91, .die-behandlungen #parodontaltherapie-135{
                  background: url(../../files/schwade/inhalte/die-behandlungen/parodontaltherapie-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #kinderzahnheilkunde, .die-behandlungen #kinderzahnheilkunde-92, .die-behandlungen #kinderzahnheilkunde-136{
                  background: url(../../files/schwade/inhalte/die-behandlungen/kinderzahnheilkunde-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Das Labor */
         .das-labor #das-labor, .das-labor #am-anfang-steht-das-gipsmodell-93, .das-labor #am-anfang-steht-das-gipsmodell{
                  background: url(../../files/schwade/inhalte/das-labor/gipsmodell-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #genauer-gehts-nicht, .das-labor #genauer-gehts-nicht-94, .das-labor #genauer-gehts-nicht-138{
                  background: url(../../files/schwade/inhalte/das-labor/scan-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #das-neue-gold-zirkonoxid, .das-labor #das-neue-gold-zirkonoxid-95, .das-labor #das-neue-gold-zirkonoxid-139{
                  background: url(../../files/schwade/inhalte/das-labor/zirkonoxid-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #meisterlicher-schliff, .das-labor #meisterlicher-schliff-96, .das-labor #meisterlicher-schliff-140{
                  background: url(../../files/schwade/inhalte/das-labor/Mikroskop-Labor-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #auf-die-farbe-kommt-es-an, .das-labor #auf-die-farbe-kommt-es-an-97, .das-labor #auf-die-farbe-kommt-es-an-141{
                  background: url(../../files/schwade/inhalte/das-labor/zahnfarbe-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #final-touch, .das-labor #final-touch-98, .das-labor #final-touch-142{
                  background: url(../../files/schwade/inhalte/das-labor/final-touch-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Die Arbeiten */
         .die-arbeiten #composite-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-vorher-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #composite-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-nachher-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #veneers-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-vorher-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #veneers-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-nachher-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Der Kontakt */
         .der-kontakt #wo-sie-uns-finden, .der-kontakt #wo-sie-uns-finden-104, .der-kontakt #wo-sie-uns-finden-148{
                  background: url(../../files/schwade/inhalte/der-kontakt/wo-sie-uns-finden-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #schreiben-sie-uns, .der-kontakt #schreiben-sie-uns-105, .der-kontakt #schreiben-sie-uns-149, .nachricht-gesendet #nachricht-gesendet, .nachricht-gesendet #nachricht-gesendet-108, .nachricht-gesendet #nachricht-gesendet-152{
                  background: url(../../files/schwade/inhalte/der-kontakt/schreiben-sie-uns-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #unsere-partner, .der-kontakt #unsere-partner-106, .der-kontakt #unsere-partner-150{
                  background: url(../../files/schwade/inhalte/der-kontakt/unsere-partner-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #impressum, .der-kontakt #impressum-107, .der-kontakt #impressum-151{
                  background: url(../../files/schwade/inhalte/der-kontakt/impressum-ipad-768x1024-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

}
/* iPad in landscape --------------------------------------------------------------------------------------------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

         /* Die Praxis */
         .die-praxis #willkommen, .die-praxis #willkommen-70, .die-praxis #willkommen-114{
                  background: url(../../files/schwade/inhalte/die-praxis/willkommen-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #philosophie, .die-praxis #philosophie-71, .die-praxis #philosophie-115{
                  background: url(../../files/schwade/inhalte/die-praxis/philosophie-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #wohlfuehlen-und-verstehen, .die-praxis #wohlfuehlen-und-verstehen-72, .die-praxis #wohlfuehlen-und-verstehen-116{
                  background: url(../../files/schwade/inhalte/die-praxis/wohlfuehlen-und-verstehen-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #berufung, .die-praxis #berufung-73, .die-praxis #berufung-117{
                  background: url(../../files/schwade/inhalte/die-praxis/berufung-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #modernste-high-tech-geraete, .die-praxis #modernste-high-tech-geraete-74, .die-praxis #modernste-high-tech-geraete-118{
                  background: url(../../files/schwade/inhalte/die-praxis/high-tech-geraete-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #ursache-und-wirkung, .die-praxis #ursache-und-wirkung-75, .die-praxis #ursache-und-wirkung-119{
                  background: url(../../files/schwade/inhalte/die-praxis/ursache-und-wirkung-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #wartezimmer, .die-praxis #wartezimmer-76, .die-praxis #wartezimmer-120{
                  background: url(../../files/schwade/inhalte/die-praxis/ihre-zeit-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Das Team */
         .das-team #team, .das-team #team-77, .das-team #team-121{
                  background: url(../../files/schwade/inhalte/das-team/team-praxis-katrin-schwade-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #max-grabbert, .das-team #max-grabbert-79, .das-team #max-grabbert-123{
                  background: url(../../files/schwade/inhalte/das-team/Max-Grabbert-Zahntechnikermeister-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #finja-jensen, .das-team #finja-jensen-83, .das-team #finja-jensen-127{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Guber-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamedi-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Die Behandlungen */
         .die-behandlungen #frontzahnaesthetik, .die-behandlungen #frontzahnaesthetik-84, .die-behandlungen #frontzahnaesthetik-128{
                  background: url(../../files/schwade/inhalte/die-behandlungen/frontzahnaesthetik-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #composites-und-veneers, .die-behandlungen #composites-und-veneers-85, .die-behandlungen #composites-und-veneers-129{
                  background: url(../../files/schwade/inhalte/die-behandlungen/composites-und-veneers-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #funktionsanalyse, .die-behandlungen #funktionsanalyse-86, .die-behandlungen #funktionsanalyse-130{
                  background: url(../../files/schwade/inhalte/die-behandlungen/funktionsanalyse-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-87, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-131{
                  background: url(../../files/schwade/inhalte/die-behandlungen/vollkeramikkronen-keramikinlays-keramikteilkronen-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-88, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-132{
                  background: url(../../files/schwade/inhalte/die-behandlungen/endodontie-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #implantologie, .die-behandlungen #implantologie-89, .die-behandlungen #implantologie-133{
                  background: url(../../files/schwade/inhalte/die-behandlungen/implantologie-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-90, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-134{
                  background: url(../../files/schwade/inhalte/die-behandlungen/professionelle-zahnreinigung-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #parodontaltherapie, .die-behandlungen #parodontaltherapie-91, .die-behandlungen #parodontaltherapie-135{
                  background: url(../../files/schwade/inhalte/die-behandlungen/parodontaltherapie-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #kinderzahnheilkunde, .die-behandlungen #kinderzahnheilkunde-92, .die-behandlungen #kinderzahnheilkunde-136{
                  background: url(../../files/schwade/inhalte/die-behandlungen/kinderzahnheilkunde-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Das Labor */
         .das-labor #das-labor, .das-labor #am-anfang-steht-das-gipsmodell-93, .das-labor #am-anfang-steht-das-gipsmodell{
                  background: url(../../files/schwade/inhalte/das-labor/gipsmodell-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #genauer-gehts-nicht, .das-labor #genauer-gehts-nicht-94, .das-labor #genauer-gehts-nicht-138{
                  background: url(../../files/schwade/inhalte/das-labor/scan-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #das-neue-gold-zirkonoxid, .das-labor #das-neue-gold-zirkonoxid-95, .das-labor #das-neue-gold-zirkonoxid-139{
                  background: url(../../files/schwade/inhalte/das-labor/zirkonoxid-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #meisterlicher-schliff, .das-labor #meisterlicher-schliff-96, .das-labor #meisterlicher-schliff-140{
                  background: url(../../files/schwade/inhalte/das-labor/Mikroskop-Labor-ipad-1024x768-x2.jpg.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #auf-die-farbe-kommt-es-an, .das-labor #auf-die-farbe-kommt-es-an-97, .das-labor #auf-die-farbe-kommt-es-an-141{
                  background: url(../../files/schwade/inhalte/das-labor/zahnfarbe-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #final-touch, .das-labor #final-touch-98, .das-labor #final-touch-142{
                  background: url(../../files/schwade/inhalte/das-labor/final-touch-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Die Arbeiten */
         .die-arbeiten #composite-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-vorher-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #composite-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-nachher-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #veneers-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-vorher-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #veneers-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-nachher-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Der Kontakt */
         .der-kontakt #wo-sie-uns-finden, .der-kontakt #wo-sie-uns-finden-104, .der-kontakt #wo-sie-uns-finden-148{
                  background: url(../../files/schwade/inhalte/der-kontakt/wo-sie-uns-finden-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #schreiben-sie-uns, .der-kontakt #schreiben-sie-uns-105, .der-kontakt #schreiben-sie-uns-149, .nachricht-gesendet #nachricht-gesendet, .nachricht-gesendet #nachricht-gesendet-108, .nachricht-gesendet #nachricht-gesendet-152{
                  background: url(../../files/schwade/inhalte/der-kontakt/schreiben-sie-uns-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #unsere-partner, .der-kontakt #unsere-partner-106, .der-kontakt #unsere-partner-150{
                  background: url(../../files/schwade/inhalte/der-kontakt/unsere-partner-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #impressum, .der-kontakt #impressum-107, .der-kontakt #impressum-151{
                  background: url(../../files/schwade/inhalte/der-kontakt/impressum-ipad-1024x768-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

}




/* ----------- iPhone 4 and 4S --------------------------------------------------------------------------------------------- */
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}
/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

         /* Die Praxis */
         .die-praxis #willkommen, .die-praxis #willkommen-70, .die-praxis #willkommen-114{
                  background: url(../../files/schwade/inhalte/die-praxis/willkommen-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #philosophie, .die-praxis #philosophie-71, .die-praxis #philosophie-115{
                  background: url(../../files/schwade/inhalte/die-praxis/philosophie-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #wohlfuehlen-und-verstehen, .die-praxis #wohlfuehlen-und-verstehen-72, .die-praxis #wohlfuehlen-und-verstehen-116{
                  background: url(../../files/schwade/inhalte/die-praxis/wohlfuehlen-und-verstehen-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #berufung, .die-praxis #berufung-73, .die-praxis #berufung-117{
                  background: url(../../files/schwade/inhalte/die-praxis/berufung-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #modernste-high-tech-geraete, .die-praxis #modernste-high-tech-geraete-74, .die-praxis #modernste-high-tech-geraete-118{
                  background: url(../../files/schwade/inhalte/die-praxis/high-tech-geraete-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #ursache-und-wirkung, .die-praxis #ursache-und-wirkung-75, .die-praxis #ursache-und-wirkung-119{
                  background: url(../../files/schwade/inhalte/die-praxis/ursache-und-wirkung-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #wartezimmer, .die-praxis #wartezimmer-76, .die-praxis #wartezimmer-120{
                  background: url(../../files/schwade/inhalte/die-praxis/ihre-zeit-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

           /* Das Team */
         .das-team #team, .das-team #team-77, .das-team #team-121{
                  background: url(../../files/schwade/inhalte/das-team/team-praxis-katrin-schwade-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #max-grabbert, .das-team #max-grabbert-79, .das-team #max-grabbert-123{
                  background: url(../../files/schwade/inhalte/das-team/Max-Grabbert-Zahntechnikermeister-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #finja-jensen, .das-team #finja-jensen-83, .das-team #finja-jensen-127{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Guber-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamedi-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Die Behandlungen */
         .die-behandlungen #frontzahnaesthetik, .die-behandlungen #frontzahnaesthetik-84, .die-behandlungen #frontzahnaesthetik-128{
                  background: url(../../files/schwade/inhalte/die-behandlungen/frontzahnaesthetik-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #composites-und-veneers, .die-behandlungen #composites-und-veneers-85, .die-behandlungen #composites-und-veneers-129{
                  background: url(../../files/schwade/inhalte/die-behandlungen/composites-und-veneers-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #funktionsanalyse, .die-behandlungen #funktionsanalyse-86, .die-behandlungen #funktionsanalyse-130{
                  background: url(../../files/schwade/inhalte/die-behandlungen/funktionsanalyse-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-87, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-131{
                  background: url(../../files/schwade/inhalte/die-behandlungen/vollkeramikkronen-keramikinlays-keramikteilkronen-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-88, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-132{
                  background: url(../../files/schwade/inhalte/die-behandlungen/endodontie-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #implantologie, .die-behandlungen #implantologie-89, .die-behandlungen #implantologie-133{
                  background: url(../../files/schwade/inhalte/die-behandlungen/implantologie-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-90, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-134{
                  background: url(../../files/schwade/inhalte/die-behandlungen/professionelle-zahnreinigung-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #parodontaltherapie, .die-behandlungen #parodontaltherapie-91, .die-behandlungen #parodontaltherapie-135{
                  background: url(../../files/schwade/inhalte/die-behandlungen/parodontaltherapie-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #kinderzahnheilkunde, .die-behandlungen #kinderzahnheilkunde-92, .die-behandlungen #kinderzahnheilkunde-136{
                  background: url(../../files/schwade/inhalte/die-behandlungen/kinderzahnheilkunde-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Das Labor */
         .das-labor #das-labor, .das-labor #am-anfang-steht-das-gipsmodell-93, .das-labor #am-anfang-steht-das-gipsmodell{
                  background: url(../../files/schwade/inhalte/das-labor/gipsmodell-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #genauer-gehts-nicht, .das-labor #genauer-gehts-nicht-94, .das-labor #genauer-gehts-nicht-138{
                  background: url(../../files/schwade/inhalte/das-labor/scan-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #das-neue-gold-zirkonoxid, .das-labor #das-neue-gold-zirkonoxid-95, .das-labor #das-neue-gold-zirkonoxid-139{
                  background: url(../../files/schwade/inhalte/das-labor/zirkonoxid-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #meisterlicher-schliff, .das-labor #meisterlicher-schliff-96, .das-labor #meisterlicher-schliff-140{
                  background: url(../../files/schwade/inhalte/das-labor/Mikroskop-Labor-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #auf-die-farbe-kommt-es-an, .das-labor #auf-die-farbe-kommt-es-an-97, .das-labor #auf-die-farbe-kommt-es-an-141{
                  background: url(../../files/schwade/inhalte/das-labor/zahnfarbe-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #final-touch, .das-labor #final-touch-98, .das-labor #final-touch-142{
                  background: url(../../files/schwade/inhalte/das-labor/final-touch-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Die Arbeiten */
         .die-arbeiten #composite-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-vorher-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #composite-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-nachher-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #veneers-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-vorher-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #veneers-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-nachher-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Der Kontakt */
         .der-kontakt #wo-sie-uns-finden, .der-kontakt #wo-sie-uns-finden-104, .der-kontakt #wo-sie-uns-finden-148{
                  background: url(../../files/schwade/inhalte/der-kontakt/wo-sie-uns-finden-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #schreiben-sie-uns, .der-kontakt #schreiben-sie-uns-105, .der-kontakt #schreiben-sie-uns-149, .nachricht-gesendet #nachricht-gesendet, .nachricht-gesendet #nachricht-gesendet-108, .nachricht-gesendet #nachricht-gesendet-152{
                  background: url(../../files/schwade/inhalte/der-kontakt/schreiben-sie-uns-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #unsere-partner, .der-kontakt #unsere-partner-106, .der-kontakt #unsere-partner-150{
                  background: url(../../files/schwade/inhalte/der-kontakt/unsere-partner-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #impressum, .der-kontakt #impressum-107, .der-kontakt #impressum-151{
                  background: url(../../files/schwade/inhalte/der-kontakt/impressum-iphone4-320x480-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

}
/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

         /* Die Praxis */
         .die-praxis #willkommen, .die-praxis #willkommen-70, .die-praxis #willkommen-114{
                  background: url(../../files/schwade/inhalte/die-praxis/willkommen-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #philosophie, .die-praxis #philosophie-71, .die-praxis #philosophie-115{
                  background: url(../../files/schwade/inhalte/die-praxis/philosophie-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #wohlfuehlen-und-verstehen, .die-praxis #wohlfuehlen-und-verstehen-72, .die-praxis #wohlfuehlen-und-verstehen-116{
                  background: url(../../files/schwade/inhalte/die-praxis/wohlfuehlen-und-verstehen-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #berufung, .die-praxis #berufung-73, .die-praxis #berufung-117{
                  background: url(../../files/schwade/inhalte/die-praxis/berufung-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #modernste-high-tech-geraete, .die-praxis #modernste-high-tech-geraete-74, .die-praxis #modernste-high-tech-geraete-118{
                  background: url(../../files/schwade/inhalte/die-praxis/high-tech-geraete-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #ursache-und-wirkung, .die-praxis #ursache-und-wirkung-75, .die-praxis #ursache-und-wirkung-119{
                  background: url(../../files/schwade/inhalte/die-praxis/ursache-und-wirkung-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #wartezimmer, .die-praxis #wartezimmer-76, .die-praxis #wartezimmer-120{
                  background: url(../../files/schwade/inhalte/die-praxis/ihre-zeit-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Das Team */
         .das-team #team, .das-team #team-77, .das-team #team-121{
                  background: url(../../files/schwade/inhalte/das-team/team-praxis-katrin-schwade-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #max-grabbert, .das-team #max-grabbert-79, .das-team #max-grabbert-123{
                  background: url(../../files/schwade/inhalte/das-team/Max-Grabbert-Zahntechnikermeister-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #finja-jensen, .das-team #finja-jensen-83, .das-team #finja-jensen-127{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Guber-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamedi-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Die Behandlungen */
         .die-behandlungen #frontzahnaesthetik, .die-behandlungen #frontzahnaesthetik-84, .die-behandlungen #frontzahnaesthetik-128{
                  background: url(../../files/schwade/inhalte/die-behandlungen/frontzahnaesthetik-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #composites-und-veneers, .die-behandlungen #composites-und-veneers-85, .die-behandlungen #composites-und-veneers-129{
                  background: url(../../files/schwade/inhalte/die-behandlungen/composites-und-veneers-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #funktionsanalyse, .die-behandlungen #funktionsanalyse-86, .die-behandlungen #funktionsanalyse-130{
                  background: url(../../files/schwade/inhalte/die-behandlungen/funktionsanalyse-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-87, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-131{
                  background: url(../../files/schwade/inhalte/die-behandlungen/vollkeramikkronen-keramikinlays-keramikteilkronen-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-88, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-132{
                  background: url(../../files/schwade/inhalte/die-behandlungen/endodontie-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #implantologie, .die-behandlungen #implantologie-89, .die-behandlungen #implantologie-133{
                  background: url(../../files/schwade/inhalte/die-behandlungen/implantologie-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-90, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-134{
                  background: url(../../files/schwade/inhalte/die-behandlungen/professionelle-zahnreinigung-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #parodontaltherapie, .die-behandlungen #parodontaltherapie-91, .die-behandlungen #parodontaltherapie-135{
                  background: url(../../files/schwade/inhalte/die-behandlungen/parodontaltherapie-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #kinderzahnheilkunde, .die-behandlungen #kinderzahnheilkunde-92, .die-behandlungen #kinderzahnheilkunde-136{
                  background: url(../../files/schwade/inhalte/die-behandlungen/kinderzahnheilkunde-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Das Labor */
         .das-labor #das-labor, .das-labor #am-anfang-steht-das-gipsmodell-93, .das-labor #am-anfang-steht-das-gipsmodell{
                  background: url(../../files/schwade/inhalte/das-labor/gipsmodell-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #genauer-gehts-nicht, .das-labor #genauer-gehts-nicht-94, .das-labor #genauer-gehts-nicht-138{
                  background: url(../../files/schwade/inhalte/das-labor/scan-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #das-neue-gold-zirkonoxid, .das-labor #das-neue-gold-zirkonoxid-95, .das-labor #das-neue-gold-zirkonoxid-139{
                  background: url(../../files/schwade/inhalte/das-labor/zirkonoxid-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #meisterlicher-schliff, .das-labor #meisterlicher-schliff-96, .das-labor #meisterlicher-schliff-140{
                  background: url(../../files/schwade/inhalte/das-labor/Mikroskop-Labor-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #auf-die-farbe-kommt-es-an, .das-labor #auf-die-farbe-kommt-es-an-97, .das-labor #auf-die-farbe-kommt-es-an-141{
                  background: url(../../files/schwade/inhalte/das-labor/zahnfarbe-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #final-touch, .das-labor #final-touch-98, .das-labor #final-touch-142{
                  background: url(../../files/schwade/inhalte/das-labor/final-touch-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Die Arbeiten */
         .die-arbeiten #composite-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-vorher-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #composite-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-nachher-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #veneers-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-vorher-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #veneers-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-nachher-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Der Kontakt */
         .der-kontakt #wo-sie-uns-finden, .der-kontakt #wo-sie-uns-finden-104, .der-kontakt #wo-sie-uns-finden-148{
                  background: url(../../files/schwade/inhalte/der-kontakt/wo-sie-uns-finden-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #schreiben-sie-uns, .der-kontakt #schreiben-sie-uns-105, .der-kontakt #schreiben-sie-uns-149, .nachricht-gesendet #nachricht-gesendet, .nachricht-gesendet #nachricht-gesendet-108, .nachricht-gesendet #nachricht-gesendet-152{
                  background: url(../../files/schwade/inhalte/der-kontakt/schreiben-sie-uns-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #unsere-partner, .der-kontakt #unsere-partner-106, .der-kontakt #unsere-partner-150{
                  background: url(../../files/schwade/inhalte/der-kontakt/unsere-partner-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #impressum, .der-kontakt #impressum-107, .der-kontakt #impressum-151{
                  background: url(../../files/schwade/inhalte/der-kontakt/impressum-iphone4-480x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

}



/* ----------- iPhone 5 and 5S --------------------------------------------------------------------------------------------- */
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}
/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

         /* Die Praxis */
         .die-praxis #willkommen, .die-praxis #willkommen-70, .die-praxis #willkommen-114{
                  background: url(../../files/schwade/inhalte/die-praxis/willkommen-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #philosophie, .die-praxis #philosophie-71, .die-praxis #philosophie-115{
                  background: url(../../files/schwade/inhalte/die-praxis/philosophie-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #wohlfuehlen-und-verstehen, .die-praxis #wohlfuehlen-und-verstehen-72, .die-praxis #wohlfuehlen-und-verstehen-116{
                  background: url(../../files/schwade/inhalte/die-praxis/wohlfuehlen-und-verstehen-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #berufung, .die-praxis #berufung-73, .die-praxis #berufung-117{
                  background: url(../../files/schwade/inhalte/die-praxis/berufung-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #modernste-high-tech-geraete, .die-praxis #modernste-high-tech-geraete-74, .die-praxis #modernste-high-tech-geraete-118{
                  background: url(../../files/schwade/inhalte/die-praxis/high-tech-geraete-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #ursache-und-wirkung, .die-praxis #ursache-und-wirkung-75, .die-praxis #ursache-und-wirkung-119{
                  background: url(../../files/schwade/inhalte/die-praxis/ursache-und-wirkung-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #wartezimmer, .die-praxis #wartezimmer-76, .die-praxis #wartezimmer-120{
                  background: url(../../files/schwade/inhalte/die-praxis/ihre-zeit-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Das Team */
         .das-team #team, .das-team #team-77, .das-team #team-121{
                  background: url(../../files/schwade/inhalte/das-team/team-praxis-katrin-schwade-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #max-grabbert, .das-team #max-grabbert-79, .das-team #max-grabbert-123{
                  background: url(../../files/schwade/inhalte/das-team/Max-Grabbert-Zahntechnikermeister-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #finja-jensen, .das-team #finja-jensen-83, .das-team #finja-jensen-127{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Die Behandlungen */
         .die-behandlungen #frontzahnaesthetik, .die-behandlungen #frontzahnaesthetik-84, .die-behandlungen #frontzahnaesthetik-128{
                  background: url(../../files/schwade/inhalte/die-behandlungen/frontzahnaesthetik-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #composites-und-veneers, .die-behandlungen #composites-und-veneers-85, .die-behandlungen #composites-und-veneers-129{
                  background: url(../../files/schwade/inhalte/die-behandlungen/composites-und-veneers-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #funktionsanalyse, .die-behandlungen #funktionsanalyse-86, .die-behandlungen #funktionsanalyse-130{
                  background: url(../../files/schwade/inhalte/die-behandlungen/funktionsanalyse-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-87, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-131{
                  background: url(../../files/schwade/inhalte/die-behandlungen/vollkeramikkronen-keramikinlays-keramikteilkronen-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-88, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-132{
                  background: url(../../files/schwade/inhalte/die-behandlungen/endodontie-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #implantologie, .die-behandlungen #implantologie-89, .die-behandlungen #implantologie-133{
                  background: url(../../files/schwade/inhalte/die-behandlungen/implantologie-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-90, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-134{
                  background: url(../../files/schwade/inhalte/die-behandlungen/professionelle-zahnreinigung-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #parodontaltherapie, .die-behandlungen #parodontaltherapie-91, .die-behandlungen #parodontaltherapie-135{
                  background: url(../../files/schwade/inhalte/die-behandlungen/parodontaltherapie-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #kinderzahnheilkunde, .die-behandlungen #kinderzahnheilkunde-92, .die-behandlungen #kinderzahnheilkunde-136{
                  background: url(../../files/schwade/inhalte/die-behandlungen/kinderzahnheilkunde-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Das Labor */
         .das-labor #das-labor, .das-labor #am-anfang-steht-das-gipsmodell-93, .das-labor #am-anfang-steht-das-gipsmodell{
                  background: url(../../files/schwade/inhalte/das-labor/gipsmodell-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #genauer-gehts-nicht, .das-labor #genauer-gehts-nicht-94, .das-labor #genauer-gehts-nicht-138{
                  background: url(../../files/schwade/inhalte/das-labor/scan-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #das-neue-gold-zirkonoxid, .das-labor #das-neue-gold-zirkonoxid-95, .das-labor #das-neue-gold-zirkonoxid-139{
                  background: url(../../files/schwade/inhalte/das-labor/zirkonoxid-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #meisterlicher-schliff, .das-labor #meisterlicher-schliff-96, .das-labor #meisterlicher-schliff-140{
                  background: url(../../files/schwade/inhalte/das-labor/Mikroskop-Labor-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #auf-die-farbe-kommt-es-an, .das-labor #auf-die-farbe-kommt-es-an-97, .das-labor #auf-die-farbe-kommt-es-an-141{
                  background: url(../../files/schwade/inhalte/das-labor/zahnfarbe-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #final-touch, .das-labor #final-touch-98, .das-labor #final-touch-142{
                  background: url(../../files/schwade/inhalte/das-labor/final-touch-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Die Arbeiten */
         .die-arbeiten #composite-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-vorher-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #composite-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-nachher-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #veneers-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-vorher-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #veneers-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-nachher-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Der Kontakt */
         .der-kontakt #wo-sie-uns-finden, .der-kontakt #wo-sie-uns-finden-104, .der-kontakt #wo-sie-uns-finden-148{
                  background: url(../../files/schwade/inhalte/der-kontakt/wo-sie-uns-finden-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #schreiben-sie-uns, .der-kontakt #schreiben-sie-uns-105, .der-kontakt #schreiben-sie-uns-149, .nachricht-gesendet #nachricht-gesendet, .nachricht-gesendet #nachricht-gesendet-108, .nachricht-gesendet #nachricht-gesendet-152{
                  background: url(../../files/schwade/inhalte/der-kontakt/schreiben-sie-uns-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #unsere-partner, .der-kontakt #unsere-partner-106, .der-kontakt #unsere-partner-150{
                  background: url(../../files/schwade/inhalte/der-kontakt/unsere-partner-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #impressum, .der-kontakt #impressum-107, .der-kontakt #impressum-151{
                  background: url(../../files/schwade/inhalte/der-kontakt/impressum-iphone5-320x568-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

}
/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

         /* Die Praxis */
         .die-praxis #willkommen, .die-praxis #willkommen-70, .die-praxis #willkommen-114{
                  background: url(../../files/schwade/inhalte/die-praxis/willkommen-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #philosophie, .die-praxis #philosophie-71, .die-praxis #philosophie-115{
                  background: url(../../files/schwade/inhalte/die-praxis/philosophie-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #wohlfuehlen-und-verstehen, .die-praxis #wohlfuehlen-und-verstehen-72, .die-praxis #wohlfuehlen-und-verstehen-116{
                  background: url(../../files/schwade/inhalte/die-praxis/wohlfuehlen-und-verstehen-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #berufung, .die-praxis #berufung-73, .die-praxis #berufung-117{
                  background: url(../../files/schwade/inhalte/die-praxis/berufung-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #modernste-high-tech-geraete, .die-praxis #modernste-high-tech-geraete-74, .die-praxis #modernste-high-tech-geraete-118{
                  background: url(../../files/schwade/inhalte/die-praxis/high-tech-geraete-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #ursache-und-wirkung, .die-praxis #ursache-und-wirkung-75, .die-praxis #ursache-und-wirkung-119{
                  background: url(../../files/schwade/inhalte/die-praxis/ursache-und-wirkung-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #wartezimmer, .die-praxis #wartezimmer-76, .die-praxis #wartezimmer-120{
                  background: url(../../files/schwade/inhalte/die-praxis/ihre-zeit-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Das Team */
         .das-team #team, .das-team #team-77, .das-team #team-121{
                  background: url(../../files/schwade/inhalte/das-team/team-praxis-katrin-schwade-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #max-grabbert, .das-team #max-grabbert-79, .das-team #max-grabbert-123{
                  background: url(../../files/schwade/inhalte/das-team/Max-Grabbert-Zahntechnikermeister-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #finja-jensen, .das-team #finja-jensen-83, .das-team #finja-jensen-127{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Die Behandlungen */
         .die-behandlungen #frontzahnaesthetik, .die-behandlungen #frontzahnaesthetik-84, .die-behandlungen #frontzahnaesthetik-128{
                  background: url(../../files/schwade/inhalte/die-behandlungen/frontzahnaesthetik-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #composites-und-veneers, .die-behandlungen #composites-und-veneers-85, .die-behandlungen #composites-und-veneers-129{
                  background: url(../../files/schwade/inhalte/die-behandlungen/composites-und-veneers-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #funktionsanalyse, .die-behandlungen #funktionsanalyse-86, .die-behandlungen #funktionsanalyse-130{
                  background: url(../../files/schwade/inhalte/die-behandlungen/funktionsanalyse-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-87, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-131{
                  background: url(../../files/schwade/inhalte/die-behandlungen/vollkeramikkronen-keramikinlays-keramikteilkronen-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-88, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-132{
                  background: url(../../files/schwade/inhalte/die-behandlungen/endodontie-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #implantologie, .die-behandlungen #implantologie-89, .die-behandlungen #implantologie-133{
                  background: url(../../files/schwade/inhalte/die-behandlungen/implantologie-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-90, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-134{
                  background: url(../../files/schwade/inhalte/die-behandlungen/professionelle-zahnreinigung-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #parodontaltherapie, .die-behandlungen #parodontaltherapie-91, .die-behandlungen #parodontaltherapie-135{
                  background: url(../../files/schwade/inhalte/die-behandlungen/parodontaltherapie-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #kinderzahnheilkunde, .die-behandlungen #kinderzahnheilkunde-92, .die-behandlungen #kinderzahnheilkunde-136{
                  background: url(../../files/schwade/inhalte/die-behandlungen/kinderzahnheilkunde-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Das Labor */
         .das-labor #das-labor, .das-labor #am-anfang-steht-das-gipsmodell-93, .das-labor #am-anfang-steht-das-gipsmodell{
                  background: url(../../files/schwade/inhalte/das-labor/gipsmodell-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #genauer-gehts-nicht, .das-labor #genauer-gehts-nicht-94, .das-labor #genauer-gehts-nicht-138{
                  background: url(../../files/schwade/inhalte/das-labor/scan-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #das-neue-gold-zirkonoxid, .das-labor #das-neue-gold-zirkonoxid-95, .das-labor #das-neue-gold-zirkonoxid-139{
                  background: url(../../files/schwade/inhalte/das-labor/zirkonoxid-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #meisterlicher-schliff, .das-labor #meisterlicher-schliff-96, .das-labor #meisterlicher-schliff-140{
                  background: url(../../files/schwade/inhalte/das-labor/Mikroskop-Labor-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #auf-die-farbe-kommt-es-an, .das-labor #auf-die-farbe-kommt-es-an-97, .das-labor #auf-die-farbe-kommt-es-an-141{
                  background: url(../../files/schwade/inhalte/das-labor/zahnfarbe-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #final-touch, .das-labor #final-touch-98, .das-labor #final-touch-142{
                  background: url(../../files/schwade/inhalte/das-labor/final-touch-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Die Arbeiten */
         .die-arbeiten #composite-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-vorher-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #composite-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-nachher-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #veneers-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-vorher-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #veneers-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-nachher-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Der Kontakt */
         .der-kontakt #wo-sie-uns-finden, .der-kontakt #wo-sie-uns-finden-104, .der-kontakt #wo-sie-uns-finden-148{
                  background: url(../../files/schwade/inhalte/der-kontakt/wo-sie-uns-finden-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #schreiben-sie-uns, .der-kontakt #schreiben-sie-uns-105, .der-kontakt #schreiben-sie-uns-149, .nachricht-gesendet #nachricht-gesendet, .nachricht-gesendet #nachricht-gesendet-108, .nachricht-gesendet #nachricht-gesendet-152{
                  background: url(../../files/schwade/inhalte/der-kontakt/schreiben-sie-uns-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #unsere-partner, .der-kontakt #unsere-partner-106, .der-kontakt #unsere-partner-150{
                  background: url(../../files/schwade/inhalte/der-kontakt/unsere-partner-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #impressum, .der-kontakt #impressum-107, .der-kontakt #impressum-151{
                  background: url(../../files/schwade/inhalte/der-kontakt/impressum-iphone5-568x320-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

}



/* ----------- iPhone 6 --------------------------------------------------------------------------------------------- */
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {

}
/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

         /* Die Praxis */
         .die-praxis #willkommen, .die-praxis #willkommen-70, .die-praxis #willkommen-114{
                  background: url(../../files/schwade/inhalte/die-praxis/willkommen-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #philosophie, .die-praxis #philosophie-71, .die-praxis #philosophie-115{
                  background: url(../../files/schwade/inhalte/die-praxis/philosophie-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #wohlfuehlen-und-verstehen, .die-praxis #wohlfuehlen-und-verstehen-72, .die-praxis #wohlfuehlen-und-verstehen-116{
                  background: url(../../files/schwade/inhalte/die-praxis/wohlfuehlen-und-verstehen-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #berufung, .die-praxis #berufung-73, .die-praxis #berufung-117{
                  background: url(../../files/schwade/inhalte/die-praxis/berufung-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #modernste-high-tech-geraete, .die-praxis #modernste-high-tech-geraete-74, .die-praxis #modernste-high-tech-geraete-118{
                  background: url(../../files/schwade/inhalte/die-praxis/high-tech-geraete-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #ursache-und-wirkung, .die-praxis #ursache-und-wirkung-75, .die-praxis #ursache-und-wirkung-119{
                  background: url(../../files/schwade/inhalte/die-praxis/ursache-und-wirkung-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #wartezimmer, .die-praxis #wartezimmer-76, .die-praxis #wartezimmer-120{
                  background: url(../../files/schwade/inhalte/die-praxis/ihre-zeit-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Das Team */
         .das-team #team, .das-team #team-77, .das-team #team-121{
                  background: url(../../files/schwade/inhalte/das-team/team-praxis-katrin-schwade-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #max-grabbert, .das-team #max-grabbert-79, .das-team #max-grabbert-123{
                  background: url(../../files/schwade/inhalte/das-team/Max-Grabbert-Zahntechnikermeister-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #finja-jensen, .das-team #finja-jensen-83, .das-team #finja-jensen-127{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone6-375x667-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Die Behandlungen */
         .die-behandlungen #frontzahnaesthetik, .die-behandlungen #frontzahnaesthetik-84, .die-behandlungen #frontzahnaesthetik-128{
                  background: url(../../files/schwade/inhalte/die-behandlungen/frontzahnaesthetik-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #composites-und-veneers, .die-behandlungen #composites-und-veneers-85, .die-behandlungen #composites-und-veneers-129{
                  background: url(../../files/schwade/inhalte/die-behandlungen/composites-und-veneers-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #funktionsanalyse, .die-behandlungen #funktionsanalyse-86, .die-behandlungen #funktionsanalyse-130{
                  background: url(../../files/schwade/inhalte/die-behandlungen/funktionsanalyse-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-87, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-131{
                  background: url(../../files/schwade/inhalte/die-behandlungen/vollkeramikkronen-keramikinlays-keramikteilkronen-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-88, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-132{
                  background: url(../../files/schwade/inhalte/die-behandlungen/endodontie-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #implantologie, .die-behandlungen #implantologie-89, .die-behandlungen #implantologie-133{
                  background: url(../../files/schwade/inhalte/die-behandlungen/implantologie-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-90, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-134{
                  background: url(../../files/schwade/inhalte/die-behandlungen/professionelle-zahnreinigung-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #parodontaltherapie, .die-behandlungen #parodontaltherapie-91, .die-behandlungen #parodontaltherapie-135{
                  background: url(../../files/schwade/inhalte/die-behandlungen/parodontaltherapie-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #kinderzahnheilkunde, .die-behandlungen #kinderzahnheilkunde-92, .die-behandlungen #kinderzahnheilkunde-136{
                  background: url(../../files/schwade/inhalte/die-behandlungen/kinderzahnheilkunde-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Das Labor */
         .das-labor #das-labor, .das-labor #am-anfang-steht-das-gipsmodell-93, .das-labor #am-anfang-steht-das-gipsmodell{
                  background: url(../../files/schwade/inhalte/das-labor/gipsmodell-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #genauer-gehts-nicht, .das-labor #genauer-gehts-nicht-94, .das-labor #genauer-gehts-nicht-138{
                  background: url(../../files/schwade/inhalte/das-labor/scan-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #das-neue-gold-zirkonoxid, .das-labor #das-neue-gold-zirkonoxid-95, .das-labor #das-neue-gold-zirkonoxid-139{
                  background: url(../../files/schwade/inhalte/das-labor/zirkonoxid-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #meisterlicher-schliff, .das-labor #meisterlicher-schliff-96, .das-labor #meisterlicher-schliff-140{
                  background: url(../../files/schwade/inhalte/das-labor/Mikroskop-Labor-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #auf-die-farbe-kommt-es-an, .das-labor #auf-die-farbe-kommt-es-an-97, .das-labor #auf-die-farbe-kommt-es-an-141{
                  background: url(../../files/schwade/inhalte/das-labor/zahnfarbe-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #final-touch, .das-labor #final-touch-98, .das-labor #final-touch-142{
                  background: url(../../files/schwade/inhalte/das-labor/final-touch-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Die Arbeiten */
         .die-arbeiten #composite-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-vorher-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #composite-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-nachher-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #veneers-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-vorher-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #veneers-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-nachher-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Der Kontakt */
         .der-kontakt #wo-sie-uns-finden, .der-kontakt #wo-sie-uns-finden-104, .der-kontakt #wo-sie-uns-finden-148{
                  background: url(../../files/schwade/inhalte/der-kontakt/wo-sie-uns-finden-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #schreiben-sie-uns, .der-kontakt #schreiben-sie-uns-105, .der-kontakt #schreiben-sie-uns-149, .nachricht-gesendet #nachricht-gesendet, .nachricht-gesendet #nachricht-gesendet-108, .nachricht-gesendet #nachricht-gesendet-152{
                  background: url(../../files/schwade/inhalte/der-kontakt/schreiben-sie-uns-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #unsere-partner, .der-kontakt #unsere-partner-106, .der-kontakt #unsere-partner-150{
                  background: url(../../files/schwade/inhalte/der-kontakt/unsere-partner-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #impressum, .der-kontakt #impressum-107, .der-kontakt #impressum-151{
                  background: url(../../files/schwade/inhalte/der-kontakt/impressum-iphone6-375x627-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

}
/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

         /* Die Praxis */
         .die-praxis #willkommen, .die-praxis #willkommen-70, .die-praxis #willkommen-114{
                  background: url(../../files/schwade/inhalte/die-praxis/willkommen-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #philosophie, .die-praxis #philosophie-71, .die-praxis #philosophie-115{
                  background: url(../../files/schwade/inhalte/die-praxis/philosophie-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #wohlfuehlen-und-verstehen, .die-praxis #wohlfuehlen-und-verstehen-72, .die-praxis #wohlfuehlen-und-verstehen-116{
                  background: url(../../files/schwade/inhalte/die-praxis/wohlfuehlen-und-verstehen-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #berufung, .die-praxis #berufung-73, .die-praxis #berufung-117{
                  background: url(../../files/schwade/inhalte/die-praxis/berufung-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #modernste-high-tech-geraete, .die-praxis #modernste-high-tech-geraete-74, .die-praxis #modernste-high-tech-geraete-118{
                  background: url(../../files/schwade/inhalte/die-praxis/high-tech-geraete-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #ursache-und-wirkung, .die-praxis #ursache-und-wirkung-75, .die-praxis #ursache-und-wirkung-119{
                  background: url(../../files/schwade/inhalte/die-praxis/ursache-und-wirkung-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #wartezimmer, .die-praxis #wartezimmer-76, .die-praxis #wartezimmer-120{
                  background: url(../../files/schwade/inhalte/die-praxis/ihre-zeit-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Das Team */
         .das-team #team, .das-team #team-77, .das-team #team-121{
                  background: url(../../files/schwade/inhalte/das-team/team-praxis-katrin-schwade-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #max-grabbert, .das-team #max-grabbert-79, .das-team #max-grabbert-123{
                  background: url(../../files/schwade/inhalte/das-team/Max-Grabbert-Zahntechnikermeister-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #finja-jensen, .das-team #finja-jensen-83, .das-team #finja-jensen-127{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone6-667x375-x2.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Die Behandlungen */
         .die-behandlungen #frontzahnaesthetik, .die-behandlungen #frontzahnaesthetik-84, .die-behandlungen #frontzahnaesthetik-128{
                  background: url(../../files/schwade/inhalte/die-behandlungen/frontzahnaesthetik-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #composites-und-veneers, .die-behandlungen #composites-und-veneers-85, .die-behandlungen #composites-und-veneers-129{
                  background: url(../../files/schwade/inhalte/die-behandlungen/composites-und-veneers-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #funktionsanalyse, .die-behandlungen #funktionsanalyse-86, .die-behandlungen #funktionsanalyse-130{
                  background: url(../../files/schwade/inhalte/die-behandlungen/funktionsanalyse-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-87, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-131{
                  background: url(../../files/schwade/inhalte/die-behandlungen/vollkeramikkronen-keramikinlays-keramikteilkronen-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-88, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-132{
                  background: url(../../files/schwade/inhalte/die-behandlungen/endodontie-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #implantologie, .die-behandlungen #implantologie-89, .die-behandlungen #implantologie-133{
                  background: url(../../files/schwade/inhalte/die-behandlungen/implantologie-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-90, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-134{
                  background: url(../../files/schwade/inhalte/die-behandlungen/professionelle-zahnreinigung-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #parodontaltherapie, .die-behandlungen #parodontaltherapie-91, .die-behandlungen #parodontaltherapie-135{
                  background: url(../../files/schwade/inhalte/die-behandlungen/parodontaltherapie-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #kinderzahnheilkunde, .die-behandlungen #kinderzahnheilkunde-92, .die-behandlungen #kinderzahnheilkunde-136{
                  background: url(../../files/schwade/inhalte/die-behandlungen/kinderzahnheilkunde-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Das Labor */
         .das-labor #das-labor, .das-labor #am-anfang-steht-das-gipsmodell-93, .das-labor #am-anfang-steht-das-gipsmodell{
                  background: url(../../files/schwade/inhalte/das-labor/gipsmodell-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #genauer-gehts-nicht, .das-labor #genauer-gehts-nicht-94, .das-labor #genauer-gehts-nicht-138{
                  background: url(../../files/schwade/inhalte/das-labor/scan-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #das-neue-gold-zirkonoxid, .das-labor #das-neue-gold-zirkonoxid-95, .das-labor #das-neue-gold-zirkonoxid-139{
                  background: url(../../files/schwade/inhalte/das-labor/zirkonoxid-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #meisterlicher-schliff, .das-labor #meisterlicher-schliff-96, .das-labor #meisterlicher-schliff-140{
                  background: url(../../files/schwade/inhalte/das-labor/Mikroskop-Labor-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #auf-die-farbe-kommt-es-an, .das-labor #auf-die-farbe-kommt-es-an-97, .das-labor #auf-die-farbe-kommt-es-an-141{
                  background: url(../../files/schwade/inhalte/das-labor/zahnfarbe-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #final-touch, .das-labor #final-touch-98, .das-labor #final-touch-142{
                  background: url(../../files/schwade/inhalte/das-labor/final-touch-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Die Arbeiten */
         .die-arbeiten #composite-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-vorher-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #composite-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-nachher-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #veneers-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-vorher-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #veneers-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-nachher-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Der Kontakt */
         .der-kontakt #wo-sie-uns-finden, .der-kontakt #wo-sie-uns-finden-104, .der-kontakt #wo-sie-uns-finden-148{
                  background: url(../../files/schwade/inhalte/der-kontakt/wo-sie-uns-finden-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #schreiben-sie-uns, .der-kontakt #schreiben-sie-uns-105, .der-kontakt #schreiben-sie-uns-149, .nachricht-gesendet #nachricht-gesendet, .nachricht-gesendet #nachricht-gesendet-108, .nachricht-gesendet #nachricht-gesendet-152{
                  background: url(../../files/schwade/inhalte/der-kontakt/schreiben-sie-uns-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #unsere-partner, .der-kontakt #unsere-partner-106, .der-kontakt #unsere-partner-150{
                  background: url(../../files/schwade/inhalte/der-kontakt/unsere-partner-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #impressum, .der-kontakt #impressum-107, .der-kontakt #impressum-151{
                  background: url(../../files/schwade/inhalte/der-kontakt/impressum-iphone6-627x375-x2.jpg) no-repeat center transparent;
                  background-size: cover;
         }

}



/* ----------- iPhone 6+ --------------------------------------------------------------------------------------------- */
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {

}
/* Portrait */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

         /* Die Praxis */
         .die-praxis #willkommen, .die-praxis #willkommen-70, .die-praxis #willkommen-114{
                  background: url(../../files/schwade/inhalte/die-praxis/willkommen-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #philosophie, .die-praxis #philosophie-71, .die-praxis #philosophie-115{
                  background: url(../../files/schwade/inhalte/die-praxis/philosophie-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #wohlfuehlen-und-verstehen, .die-praxis #wohlfuehlen-und-verstehen-72, .die-praxis #wohlfuehlen-und-verstehen-116{
                  background: url(../../files/schwade/inhalte/die-praxis/wohlfuehlen-und-verstehen-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #berufung, .die-praxis #berufung-73, .die-praxis #berufung-117{
                  background: url(../../files/schwade/inhalte/die-praxis/berufung-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #modernste-high-tech-geraete, .die-praxis #modernste-high-tech-geraete-74, .die-praxis #modernste-high-tech-geraete-118{
                  background: url(../../files/schwade/inhalte/die-praxis/high-tech-geraete-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #ursache-und-wirkung, .die-praxis #ursache-und-wirkung-75, .die-praxis #ursache-und-wirkung-119{
                  background: url(../../files/schwade/inhalte/die-praxis/ursache-und-wirkung-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-praxis #wartezimmer, .die-praxis #wartezimmer-76, .die-praxis #wartezimmer-120{
                  background: url(../../files/schwade/inhalte/die-praxis/ihre-zeit-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Das Team */
         .das-team #team, .das-team #team-77, .das-team #team-121{
                  background: url(../../files/schwade/inhalte/das-team/team-praxis-katrin-schwade-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #max-grabbert, .das-team #max-grabbert-79, .das-team #max-grabbert-123{
                  background: url(../../files/schwade/inhalte/das-team/Max-Grabbert-Zahntechnikermeister-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #finja-jensen, .das-team #finja-jensen-83, .das-team #finja-jensen-127{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone6plus-414x736.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone6plus-414x736.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone6plus-414x736.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone6plus-414x736.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Die Behandlungen */
         .die-behandlungen #frontzahnaesthetik, .die-behandlungen #frontzahnaesthetik-84, .die-behandlungen #frontzahnaesthetik-128{
                  background: url(../../files/schwade/inhalte/die-behandlungen/frontzahnaesthetik-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #composites-und-veneers, .die-behandlungen #composites-und-veneers-85, .die-behandlungen #composites-und-veneers-129{
                  background: url(../../files/schwade/inhalte/die-behandlungen/composites-und-veneers-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #funktionsanalyse, .die-behandlungen #funktionsanalyse-86, .die-behandlungen #funktionsanalyse-130{
                  background: url(../../files/schwade/inhalte/die-behandlungen/funktionsanalyse-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-87, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-131{
                  background: url(../../files/schwade/inhalte/die-behandlungen/vollkeramikkronen-keramikinlays-keramikteilkronen-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-88, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-132{
                  background: url(../../files/schwade/inhalte/die-behandlungen/endodontie-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #implantologie, .die-behandlungen #implantologie-89, .die-behandlungen #implantologie-133{
                  background: url(../../files/schwade/inhalte/die-behandlungen/implantologie-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-90, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-134{
                  background: url(../../files/schwade/inhalte/die-behandlungen/professionelle-zahnreinigung-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #parodontaltherapie, .die-behandlungen #parodontaltherapie-91, .die-behandlungen #parodontaltherapie-135{
                  background: url(../../files/schwade/inhalte/die-behandlungen/parodontaltherapie-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-behandlungen #kinderzahnheilkunde, .die-behandlungen #kinderzahnheilkunde-92, .die-behandlungen #kinderzahnheilkunde-136{
                  background: url(../../files/schwade/inhalte/die-behandlungen/kinderzahnheilkunde-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Das Labor */
         .das-labor #das-labor, .das-labor #am-anfang-steht-das-gipsmodell-93, .das-labor #am-anfang-steht-das-gipsmodell{
                  background: url(../../files/schwade/inhalte/das-labor/gipsmodell-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #genauer-gehts-nicht, .das-labor #genauer-gehts-nicht-94, .das-labor #genauer-gehts-nicht-138{
                  background: url(../../files/schwade/inhalte/das-labor/scan-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #das-neue-gold-zirkonoxid, .das-labor #das-neue-gold-zirkonoxid-95, .das-labor #das-neue-gold-zirkonoxid-139{
                  background: url(../../files/schwade/inhalte/das-labor/zirkonoxid-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #meisterlicher-schliff, .das-labor #meisterlicher-schliff-96, .das-labor #meisterlicher-schliff-140{
                  background: url(../../files/schwade/inhalte/das-labor/Mikroskop-Labor-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #auf-die-farbe-kommt-es-an, .das-labor #auf-die-farbe-kommt-es-an-97, .das-labor #auf-die-farbe-kommt-es-an-141{
                  background: url(../../files/schwade/inhalte/das-labor/zahnfarbe-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-labor #final-touch, .das-labor #final-touch-98, .das-labor #final-touch-142{
                  background: url(../../files/schwade/inhalte/das-labor/final-touch-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Die Arbeiten */
         .die-arbeiten #composite-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-vorher-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #composite-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-nachher-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #veneers-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-vorher-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .die-arbeiten #veneers-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-nachher-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

         /* Der Kontakt */
         .der-kontakt #wo-sie-uns-finden, .der-kontakt #wo-sie-uns-finden-104, .der-kontakt #wo-sie-uns-finden-148{
                  background: url(../../files/schwade/inhalte/der-kontakt/wo-sie-uns-finden-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #schreiben-sie-uns, .der-kontakt #schreiben-sie-uns-105, .der-kontakt #schreiben-sie-uns-149, .nachricht-gesendet #nachricht-gesendet, .nachricht-gesendet #nachricht-gesendet-108, .nachricht-gesendet #nachricht-gesendet-152{
                  background: url(../../files/schwade/inhalte/der-kontakt/schreiben-sie-uns-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #unsere-partner, .der-kontakt #unsere-partner-106, .der-kontakt #unsere-partner-150{
                  background: url(../../files/schwade/inhalte/der-kontakt/unsere-partner-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .der-kontakt #impressum, .der-kontakt #impressum-107, .der-kontakt #impressum-151{
                  background: url(../../files/schwade/inhalte/der-kontakt/impressum-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }

}
/* Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {

         /* Die Praxis */
         .die-praxis #willkommen, .die-praxis #willkommen-70, .die-praxis #willkommen-114{
                  background: url(../../files/schwade/inhalte/die-praxis/willkommen-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #philosophie, .die-praxis #philosophie-71, .die-praxis #philosophie-115{
                  background: url(../../files/schwade/inhalte/die-praxis/philosophie-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #wohlfuehlen-und-verstehen, .die-praxis #wohlfuehlen-und-verstehen-72, .die-praxis #wohlfuehlen-und-verstehen-116{
                  background: url(../../files/schwade/inhalte/die-praxis/wohlfuehlen-und-verstehen-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #berufung, .die-praxis #berufung-73, .die-praxis #berufung-117{
                  background: url(../../files/schwade/inhalte/die-praxis/berufung-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #modernste-high-tech-geraete, .die-praxis #modernste-high-tech-geraete-74, .die-praxis #modernste-high-tech-geraete-118{
                  background: url(../../files/schwade/inhalte/die-praxis/high-tech-geraete-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #ursache-und-wirkung, .die-praxis #ursache-und-wirkung-75, .die-praxis #ursache-und-wirkung-119{
                  background: url(../../files/schwade/inhalte/die-praxis/ursache-und-wirkung-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-praxis #wartezimmer, .die-praxis #wartezimmer-76, .die-praxis #wartezimmer-120{
                  background: url(../../files/schwade/inhalte/die-praxis/ihre-zeit-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Das Team */
         .das-team #team, .das-team #team-77, .das-team #team-121{
                  background: url(../../files/schwade/inhalte/das-team/team-praxis-katrin-schwade-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #max-grabbert, .das-team #max-grabbert-79, .das-team #max-grabbert-123{
                  background: url(../../files/schwade/inhalte/das-team/Max-Grabbert-Zahntechnikermeister-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #finja-jensen, .das-team #finja-jensen-83, .das-team #finja-jensen-127{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone6plus-736x414.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone6plus-736x414.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone6plus-736x414.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone6plus-736x414.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 

		 
         /* Die Behandlungen */
         .die-behandlungen #frontzahnaesthetik, .die-behandlungen #frontzahnaesthetik-84, .die-behandlungen #frontzahnaesthetik-128{
                  background: url(../../files/schwade/inhalte/die-behandlungen/frontzahnaesthetik-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #composites-und-veneers, .die-behandlungen #composites-und-veneers-85, .die-behandlungen #composites-und-veneers-129{
                  background: url(../../files/schwade/inhalte/die-behandlungen/composites-und-veneers-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #funktionsanalyse, .die-behandlungen #funktionsanalyse-86, .die-behandlungen #funktionsanalyse-130{
                  background: url(../../files/schwade/inhalte/die-behandlungen/funktionsanalyse-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-87, .die-behandlungen #vollkeramikkronen-keramikinlays-keramikteilkronen-131{
                  background: url(../../files/schwade/inhalte/die-behandlungen/vollkeramikkronen-keramikinlays-keramikteilkronen-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-88, .die-behandlungen #mikroskopgestutzte-wurzelkanalbehandlung-endodontie-132{
                  background: url(../../files/schwade/inhalte/die-behandlungen/endodontie-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #implantologie, .die-behandlungen #implantologie-89, .die-behandlungen #implantologie-133{
                  background: url(../../files/schwade/inhalte/die-behandlungen/implantologie-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-90, .die-behandlungen #professionelle-zahnreinigung-und-prophylaxe-134{
                  background: url(../../files/schwade/inhalte/die-behandlungen/professionelle-zahnreinigung-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #parodontaltherapie, .die-behandlungen #parodontaltherapie-91, .die-behandlungen #parodontaltherapie-135{
                  background: url(../../files/schwade/inhalte/die-behandlungen/parodontaltherapie-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-behandlungen #kinderzahnheilkunde, .die-behandlungen #kinderzahnheilkunde-92, .die-behandlungen #kinderzahnheilkunde-136{
                  background: url(../../files/schwade/inhalte/die-behandlungen/kinderzahnheilkunde-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Das Labor */
         .das-labor #das-labor, .das-labor #am-anfang-steht-das-gipsmodell-93, .das-labor #am-anfang-steht-das-gipsmodell{
                  background: url(../../files/schwade/inhalte/das-labor/gipsmodell-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #genauer-gehts-nicht, .das-labor #genauer-gehts-nicht-94, .das-labor #genauer-gehts-nicht-138{
                  background: url(../../files/schwade/inhalte/das-labor/scan-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #das-neue-gold-zirkonoxid, .das-labor #das-neue-gold-zirkonoxid-95, .das-labor #das-neue-gold-zirkonoxid-139{
                  background: url(../../files/schwade/inhalte/das-labor/zirkonoxid-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #meisterlicher-schliff, .das-labor #meisterlicher-schliff-96, .das-labor #meisterlicher-schliff-140{
                  background: url(../../files/schwade/inhalte/das-labor/Mikroskop-Labor-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #auf-die-farbe-kommt-es-an, .das-labor #auf-die-farbe-kommt-es-an-97, .das-labor #auf-die-farbe-kommt-es-an-141{
                  background: url(../../files/schwade/inhalte/das-labor/zahnfarbe-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-labor #final-touch, .das-labor #final-touch-98, .das-labor #final-touch-142{
                  background: url(../../files/schwade/inhalte/das-labor/final-touch-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Die Arbeiten */
         .die-arbeiten #composite-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-vorher-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #composite-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/composite-nachher-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #veneers-vorher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-vorher-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .die-arbeiten #veneers-nachher{
                  background: url(../../files/schwade/inhalte/die-arbeiten/veneers-nachher-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }

         /* Der Kontakt */
         .der-kontakt #wo-sie-uns-finden, .der-kontakt #wo-sie-uns-finden-104, .der-kontakt #wo-sie-uns-finden-148{
                  background: url(../../files/schwade/inhalte/der-kontakt/wo-sie-uns-finden-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #schreiben-sie-uns, .der-kontakt #schreiben-sie-uns-105, .der-kontakt #schreiben-sie-uns-149, .nachricht-gesendet #nachricht-gesendet, .nachricht-gesendet #nachricht-gesendet-108, .nachricht-gesendet #nachricht-gesendet-152{
                  background: url(../../files/schwade/inhalte/der-kontakt/schreiben-sie-uns-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #unsere-partner, .der-kontakt #unsere-partner-106, .der-kontakt #unsere-partner-150{
                  background: url(../../files/schwade/inhalte/der-kontakt/unsere-partner-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .der-kontakt #impressum, .der-kontakt #impressum-107, .der-kontakt #impressum-151{
                  background: url(../../files/schwade/inhalte/der-kontakt/impressum-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }

}

/* ----------- iPhone 12 Pro Max --------------------------------------------------------------------------------------------- */
@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3) { 
	
	}
/* Portrait */
@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3)
	and (orientation : portrait){ 
		
         /* Das Team */

         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }		 
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
	
}
/* Landscape */
@media only screen 
    and (device-width: 926px) 
    and (device-height: 428px) 
    and (-webkit-device-pixel-ratio: 3)
	and (orientation : landscape){ 
		
         /* Das Team */

         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }		 
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
	
}
/* ----------- iPhone 12 and iPhone 12 Pro --------------------------------------------------------------------------------------------- */
@media only screen 
    and (device-width: 390px) 
    and (device-height: 884px) 
    and (-webkit-device-pixel-ratio: 3) { 
	
	}
/* Portrait */
@media only screen 
    and (device-width: 390px) 
    and (device-height: 884px) 
    and (-webkit-device-pixel-ratio: 3)
	and (orientation : portrait){ 
		
         /* Das Team */

         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }		 
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
	
}
/* Landscape */
@media only screen 
    and (device-width: 884px) 
    and (device-height: 390px) 
    and (-webkit-device-pixel-ratio: 3)
	and (orientation : landscape){ 
		
         /* Das Team */

         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }		 
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
	
}
/* ----------- iPhone 12 Mini --------------------------------------------------------------------------------------------- */
@media only screen 
    and (device-width: 360px) 
    and (device-height: 780px) 
    and (-webkit-device-pixel-ratio: 3) { 
	
	}
/* Portrait */
@media only screen 
    and (device-width: 360px) 
    and (device-height: 780px) 
    and (-webkit-device-pixel-ratio: 3)
	and (orientation : portrait){ 
		
         /* Das Team */

         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }		 
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
	
}
/* Landscape */
@media only screen 
    and (device-width: 780px) 
    and (device-height: 360px) 
    and (-webkit-device-pixel-ratio: 3)
	and (orientation : landscape){ 
		
         /* Das Team */

         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }		 
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
         .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
	
}
/* ----------- iPhone 11, XR --------------------------------------------------------------------------------------------- */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 736px) 
    and (-webkit-device-pixel-ratio: 2) { 
	
	}
/* Portrait */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 736px) 
    and (-webkit-device-pixel-ratio: 2)
	and (orientation : portrait){ 
		
         /* Das Team */

         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }		 
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
	
}
/* Landscape */
@media only screen 
    and (device-width: 736px) 
    and (device-height: 414px) 
    and (-webkit-device-pixel-ratio: 2)
	and (orientation : landscape){ 
		
         /* Das Team */

         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }		 
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
	
}
/* ----------- iPhone 11 Pro, X, XS --------------------------------------------------------------------------------------------- */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { 
	
	}
/* Portrait */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3)
	and (orientation : portrait){ 
		
         /* Das Team */

         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }		 
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
	
}
/* Landscape */
@media only screen 
    and (device-width: 812px) 
    and (device-height: 375px) 
    and (-webkit-device-pixel-ratio: 3)
	and (orientation : landscape){ 
		
         /* Das Team */

         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }		 
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
	
}
/* ----------- iPhone 11 Pro Max, XS Max --------------------------------------------------------------------------------------------- */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3) { 
	
	}
/* Portrait */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3)
	and (orientation : portrait){ 
		
         /* Das Team */

         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }		 
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-414x736-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone12max-428x926-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
	
}
/* Landscape */
@media only screen 
    and (device-width: 896px) 
    and (device-height: 414px) 
    and (-webkit-device-pixel-ratio: 3)
	and (orientation : landscape){ 
		
         /* Das Team */

         .das-team #katrin-schwade, .das-team #katrin-schwade-78, .das-team #katrin-schwade-122{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Katrin-Schwade-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #mareike-nickel{
                  background: url(../../files/schwade/inhalte/das-team/Dr-med-dent-Mareike-Nickel-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #marco-voss{
                  background: url(../../files/schwade/inhalte/das-team/Marco-Voss-Zahntechnikermeister-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }		 
         .das-team #sybille-reyelt-czemper, .das-team #sybille-reyelt-czemper-80, .das-team #sybille-reyelt-czemper-124{
                  background: url(../../files/schwade/inhalte/das-team/Sybille-Reyelt-Czemper-Dentalhygienikerin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #patricia-sikora, .das-team #patricia-sikora-82, .das-team #patricia-sikora-126{
                  background: url(../../files/schwade/inhalte/das-team/Patricia-Sikora-Zahnmedizinische-Prophylaxeassistentin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #loreen-schurr, .das-team #loreen-schurr-81, .das-team #loreen-schurr-125{
                  background: url(../../files/schwade/inhalte/das-team/Loreen-Schurr-Zahnmedizinische-Verwaltungsfachangestellte-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
         .das-team #dorte-rehren,.das-team #doerte-rehren{
                  background: url(../../files/schwade/inhalte/das-team/Doerte-Rehren-Verwaltungsmitarbeiterin-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #nina-tiana-heidorn{
                  background: url(../../files/schwade/inhalte/das-team/Camila-Adam-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #jacqueline-timm{
                  background: url(../../files/schwade/inhalte/das-team/Jacqueline-Timm-Auszubildende-iphone6plus-736x414-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #johanna-zehrfeld{
                  background: url(../../files/schwade/inhalte/das-team/Johanna-Zehrfeld-Zahnmedizinische-Fachangestellte-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 .das-team #ha-mi-le{
                  background: url(../../files/schwade/inhalte/das-team/Ha-Mi-Zahnmedizinische-Fachangestellte-Anmeldung-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: cover;
         }
		 
		 .das-team #aylin-sert{
                  background: url(../../files/schwade/inhalte/das-team/Aylin-Sert-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #wiktoria-rogalski{
                  background: url(../../files/schwade/inhalte/das-team/Wiktoria-Rogalski-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #jeni-zarkua{
                  background: url(../../files/schwade/inhalte/das-team/Jeni-Zarkura-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #prunelle-do{
                  background: url(../../files/schwade/inhalte/das-team/Prunelle-Do-ZFA-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 
		 .das-team #olga-guber{
                  background: url(../../files/schwade/inhalte/das-team/Olga-Gruber-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #heide-saar{
                  background: url(../../files/schwade/inhalte/das-team/Heide-Saar-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #nora-grabert{
                  background: url(../../files/schwade/inhalte/das-team/Nora-Grabert-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
		 .das-team #shiba-hamidi{
                  background: url(../../files/schwade/inhalte/das-team/Shiba-Hamidi-iphone12max-926x428-x3.jpg) no-repeat center transparent;
                  background-size: 100% auto;
         }
	
}























/**
 * @license
 * MyFonts Webfont Build ID 3171038, 2016-02-13T11:59:36-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ProximaNovaA-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-bold/
 * 
 * Webfont: ProximaNovaS-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-bold/
 * 
 * Webfont: ProximaNova-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 * 
 * Webfont: ProximaNovaA-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular/
 * 
 * Webfont: ProximaNovaS-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular/
 * 
 * Webfont: ProximaNova-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 * 
 * Webfont: ProximaNovaA-Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-semibold/
 * 
 * Webfont: ProximaNovaS-Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-semibold/
 * 
 * Webfont: ProximaNova-Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold/
 * 
 * Webfont: ProximaNovaACond-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/acond-bold/
 * 
 * Webfont: ProximaNovaSCond-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/scond-bold/
 * 
 * Webfont: ProximaNovaCond-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/cond-bold/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3171038
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 * 
 * © 2016 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3062de");

  
@font-face {font-family: 'ProximaNovaA-Bold';src: url('../../files/schwade/css/webfonts/3062DE_0_0.eot');src: url('../../files/schwade/css/webfonts/3062DE_0_0.eot?#iefix') format('embedded-opentype'),url('../../files/schwade/css/webfonts/3062DE_0_0.woff2') format('woff2'),url('../../files/schwade/css/webfonts/3062DE_0_0.woff') format('woff'),url('../../files/schwade/css/webfonts/3062DE_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaS-Bold';src: url('../../files/schwade/css/webfonts/3062DE_1_0.eot');src: url('../../files/schwade/css/webfonts/3062DE_1_0.eot?#iefix') format('embedded-opentype'),url('../../files/schwade/css/webfonts/3062DE_1_0.woff2') format('woff2'),url('../../files/schwade/css/webfonts/3062DE_1_0.woff') format('woff'),url('../../files/schwade/css/webfonts/3062DE_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNova-Bold';src: url('../../files/schwade/css/webfonts/3062DE_2_0.eot');src: url('../../files/schwade/css/webfonts/3062DE_2_0.eot?#iefix') format('embedded-opentype'),url('../../files/schwade/css/webfonts/3062DE_2_0.woff2') format('woff2'),url('../../files/schwade/css/webfonts/3062DE_2_0.woff') format('woff'),url('../../files/schwade/css/webfonts/3062DE_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaA-Regular';src: url('../../files/schwade/css/webfonts/3062DE_3_0.eot');src: url('../../files/schwade/css/webfonts/3062DE_3_0.eot?#iefix') format('embedded-opentype'),url('../../files/schwade/css/webfonts/3062DE_3_0.woff2') format('woff2'),url('../../files/schwade/css/webfonts/3062DE_3_0.woff') format('woff'),url('../../files/schwade/css/webfonts/3062DE_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaS-Regular';src: url('../../files/schwade/css/webfonts/3062DE_4_0.eot');src: url('../../files/schwade/css/webfonts/3062DE_4_0.eot?#iefix') format('embedded-opentype'),url('../../files/schwade/css/webfonts/3062DE_4_0.woff2') format('woff2'),url('../../files/schwade/css/webfonts/3062DE_4_0.woff') format('woff'),url('../../files/schwade/css/webfonts/3062DE_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNova-Regular';src: url('../../files/schwade/css/webfonts/3062DE_5_0.eot');src: url('../../files/schwade/css/webfonts/3062DE_5_0.eot?#iefix') format('embedded-opentype'),url('../../files/schwade/css/webfonts/3062DE_5_0.woff2') format('woff2'),url('../../files/schwade/css/webfonts/3062DE_5_0.woff') format('woff'),url('../../files/schwade/css/webfonts/3062DE_5_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaA-Semibold';src: url('../../files/schwade/css/webfonts/3062DE_6_0.eot');src: url('../../files/schwade/css/webfonts/3062DE_6_0.eot?#iefix') format('embedded-opentype'),url('../../files/schwade/css/webfonts/3062DE_6_0.woff2') format('woff2'),url('../../files/schwade/css/webfonts/3062DE_6_0.woff') format('woff'),url('../../files/schwade/css/webfonts/3062DE_6_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaS-Semibold';src: url('../../files/schwade/css/webfonts/3062DE_7_0.eot');src: url('../../files/schwade/css/webfonts/3062DE_7_0.eot?#iefix') format('embedded-opentype'),url('../../files/schwade/css/webfonts/3062DE_7_0.woff2') format('woff2'),url('../../files/schwade/css/webfonts/3062DE_7_0.woff') format('woff'),url('../../files/schwade/css/webfonts/3062DE_7_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNova-Semibold';src: url('../../files/schwade/css/webfonts/3062DE_8_0.eot');src: url('../../files/schwade/css/webfonts/3062DE_8_0.eot?#iefix') format('embedded-opentype'),url('../../files/schwade/css/webfonts/3062DE_8_0.woff2') format('woff2'),url('../../files/schwade/css/webfonts/3062DE_8_0.woff') format('woff'),url('../../files/schwade/css/webfonts/3062DE_8_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaACond-Bold';src: url('../../files/schwade/css/webfonts/3062DE_9_0.eot');src: url('../../files/schwade/css/webfonts/3062DE_9_0.eot?#iefix') format('embedded-opentype'),url('../../files/schwade/css/webfonts/3062DE_9_0.woff2') format('woff2'),url('../../files/schwade/css/webfonts/3062DE_9_0.woff') format('woff'),url('../../files/schwade/css/webfonts/3062DE_9_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaSCond-Bold';src: url('../../files/schwade/css/webfonts/3062DE_A_0.eot');src: url('../../files/schwade/css/webfonts/3062DE_A_0.eot?#iefix') format('embedded-opentype'),url('../../files/schwade/css/webfonts/3062DE_A_0.woff2') format('woff2'),url('../../files/schwade/css/webfonts/3062DE_A_0.woff') format('woff'),url('../../files/schwade/css/webfonts/3062DE_A_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaCond-Bold';src: url('../../files/schwade/css/webfonts/3062DE_B_0.eot');src: url('../../files/schwade/css/webfonts/3062DE_B_0.eot?#iefix') format('embedded-opentype'),url('../../files/schwade/css/webfonts/3062DE_B_0.woff2') format('woff2'),url('../../files/schwade/css/webfonts/3062DE_B_0.woff') format('woff'),url('../../files/schwade/css/webfonts/3062DE_B_0.ttf') format('truetype');}
 
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(75,54,44, 1);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; 
  height:100%;
  }
  .twentytwenty-container img {
    /* max-width: 100%; */
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
	
/*	
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, 
	.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
*/	  
	  
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 1; }
  .twentytwenty-before-label:before {
    content: "VORHER"; }

.twentytwenty-after-label {
  opacity: 1; }
  .twentytwenty-after-label:before {
    content: "NACHHER"; }
	
.english .twentytwenty-before-label {
  opacity: 1; }
  .english .twentytwenty-before-label:before {
    content: "BEFORE"; }

.english .twentytwenty-after-label {
  opacity: 1; }
  .english .twentytwenty-after-label:before {
    content: "AFTERWARDS"; }
	
.spain .twentytwenty-before-label {
  opacity: 1; }
  .spain .twentytwenty-before-label:before {
    content: "ANTES"; }

.spain .twentytwenty-after-label {
  opacity: 1; }
  .spain .twentytwenty-after-label:before {
    content: "Después";
	text-transform:uppercase;	}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.1); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2015 Leo Feyer
 *
 * @license LGPL-3.0+
 */

/**
 * Since fieldset borders are removed in the reset style sheet, adjust the
 * legends accordingly
 */
legend {
        width:100%;
        display:block;
        font-weight:bold;
        border:0;
}
form .con_form_01 .widget,
form .con_form_02 .widget,
form .con_form_02 .submit_container{
         padding-left: 20px;
         padding-right: 20px;
}
form{
         padding-top: 28px;
         padding-bottom:10px;
         color: #4a362c;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
         color: #4a362c;
}
::-moz-placeholder { /* Firefox 19+ */
         color: #4a362c;
}
:-ms-input-placeholder { /* IE 10+ */
         color: #4a362c;
}
:-moz-placeholder { /* Firefox 18- */
         color: #4a362c;
}

.checkbox_container.datenschutz label{
         width:90% !important;
         vertical-align: top !important;
         margin-left:5px;
         margin-bottom:10px;
}

/**
 * Text fields and textareas
 */
input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],
input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input:not([type]),textarea {
        width:100%;
        display:inline-block;
        padding:3px 6px;
        background:transparent;
        border:0;
        border-bottom:1px solid #4a362c;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom:24px;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,
input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,input:not([type]):focus,textarea:focus {
        outline:0;
}
textarea{
         margin-bottom:0px;
         padding-bottom:5px;
         resize:none;
}
/**
 * Fix some width and height settings
 */
input[type="file"] {
        cursor:pointer;
}
select,input[type="file"] {
        display:block;
}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"] {
        width:auto;
}
textarea,select[multiple],select[size] {
        height:auto;
}

/**
 * Checkboxes and radio buttons
 */
input[type="radio"],input[type="checkbox"] {
        margin:0 3px 0 0;
}
input[type="radio"],input[type="checkbox"],label {
        vertical-align:middle;
}

/**
 * Handle disabled and read-only
 */
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly] {
        cursor:not-allowed;
        background:#eee;
}
input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly] {
        background:transparent;
}

/**
 * Buttons
 */
input[type="submit"],.button {
        display:inline-block;
        padding:0px 0px 4px 0px;
        margin-bottom:0;
        text-align:center;
        vertical-align:middle;
        line-height:18px;
        font-size:16px;
        color: #4a362c;
        cursor:pointer;
        background-color:transparent;
        border:0;
        margin-top:-5px;
}
input[type="submit"]:hover,.button:hover {
        text-decoration:none;
        color:#b38f50;
}
input[type="submit"]:active,.button:active {

}

/**
 * Blue buttons
 */
input[type="submit"].blue,.button.blue {
        background-color:#2f96b4;
        background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);
        background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);
        background-image:-ms-linear-gradient(top, #5bc0de, #2f96b4);
        background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);
        background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);
        border-color:#2f96b4;
        color:#fff;
}
input[type="submit"].blue:active,.button.blue:active {
        background-color:#2e95b3;
}

/**
 * Green buttons
 */
input[type="submit"].green,.button.green {
        background-color:#51a351;
        background-image:-moz-linear-gradient(top, #62c462, #51a351);
        background-image:-webkit-linear-gradient(top, #62c462, #51a351);
        background-image:-ms-linear-gradient(top, #62c462, #51a351);
        background-image:-o-linear-gradient(top, #62c462, #51a351);
        background-image:linear-gradient(to bottom, #62c462, #51a351);
        border-color:#51a351;
        color:#fff;
}
input[type="submit"].green:active,.button.green:active {
        background-color:#4f9f4f;
}

/**
 * Orange buttons
 */
input[type="submit"].orange,.button.orange {
        background-color:#f89406;
        background-image:-moz-linear-gradient(top, #fbb450, #f89406);
        background-image:-webkit-linear-gradient(top, #fbb450, #f89406);
        background-image:-ms-linear-gradient(top, #fbb450, #f89406);
        background-image:-o-linear-gradient(top, #fbb450, #f89406);
        background-image:linear-gradient(to bottom, #fbb450, #f89406);
        border-color:#f89406;
        color:#fff;
}
input[type="submit"].orange:active,.button.orange:active {
        background-color:#f28f04;
}

/**
 * Red buttons
 */
input[type="submit"].red,.button.red {
        background-color:#bd362f;
        background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);
        background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);
        background-image:-ms-linear-gradient(top, #ee5f5b, #bd362f);
        background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);
        background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);
        border-color:#bd362f;
        color:#fff;
}
input[type="submit"].red:active,.button.red:active {
        background-color:#be322b;
}
.cookiebar {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 0.6em 1.2em;
    background-color: #fff;
    color: #000;
    font-size: 1em;
    text-align: center;
    z-index: 10000;
}
.cookiebar * {
    box-sizing: border-box;
}
.cookiebar--active {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.cookiebar--position-top {
    top: 0;
}
.cookiebar--position-bottom {
    bottom: 0;
}
.cookiebar__message,
.cookiebar__text {
    margin-right: 1.5em;
}
.cookiebar__link {
    color: #000;
    text-decoration: underline;
}
.cookiebar__link:hover {
    text-decoration: none;
}
.cookiebar__button {
    margin: 0;
    padding: 0.6em 1.2em;
    border: none;
    border-radius: 0;
    background-color: #b38f50;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.cookiebar__button:hover {

}
.cookiebar__analytics {
    margin-right: 1.5em;
}
.cookiebar__analytics-label {
    cursor: pointer;
}
.cookiebar__analytics-checkbox {
    margin-right: 5px;
}

