/* CSS Document */
@charset "utf-8";
@font-face {font-family:'Montserrat'; src:url('../fonts/Montserrat-Regular.ttf') format('truetype'); font-weight:400; font-style:normal;}
@font-face {font-family:'Montserrat'; src:url('../fonts/Montserrat-Medium.ttf') format('truetype'); font-weight:500; font-style:normal;}
@font-face {font-family:'Cormorant'; src:url('../fonts/Cormorant-MediumItalic.ttf') format('truetype'); font-weight:500; font-style:italic;}

html {scroll-behavior:smooth;}
body {padding:0; margin:0; box-sizing:border-box; background:#fafafa; color:#80808f; font-weight:400; font-size:16px; line-height:24px;
font-family: Montserrat, Arial, sans-serif;}
iframe, video, audio, div, img, h1, h2, h3, h4, h5, h6, p {position:relative; display:block; box-sizing:border-box;}

*, *::before, *::after {box-sizing:border-box;}
a {color:#0a0f9e; text-decoration:none;}

.zitat {font-family: 'Cormorant', Times, 'Times New Roman', serif; font-size:24px; line-height:32px; text-align:center; font-style:italic;}

h1, h2, h3, h4 {font-weight:400;}
h1 {width:100%; padding:65px 2%; margin:0; background:#fff; font-size:42px; line-height:64px; color:#0a0f9e; text-align:center;}
h2 {font-size:42px; line-height:54px; color:#0a0f9e;}
h3 {font-size:36px; line-height:42px; color:#0a0f9e;}
h4 {font-size:24px; line-height:32px; color:#0a0f9e;}
h5 {font-size:18px; line-height:26px; color:#0a0f9e; font-weight:500;}
h6 {font-size:14px; line-height:22px; color:#0a0f9e; font-weight:500;}
.underlined {padding-bottom:24px; border-bottom:1px solid #ddd;}

p, ul, ol {margin-bottom:24px;}
li {margin-bottom:12px;}
table {width:100%; padding:0; margin:0 0 36px;}
tbody {width:100%;}
td {padding:12px 0; margin:0; border-bottom:1px dotted #ccc;}
.minitable {margin-top:-12px;}
.minitable td {padding:6px 0; margin:0; border-bottom:1px dotted #ccc;}
.preis {text-align:right; padding-left:30px; white-space:nowrap; vertical-align:bottom;}

strong {font-weight:500;}
.minitext {font-size:75%; line-height:80%;}
.center {text-align:center;}

.blau {color:#0a0f9e;}
.grau {color:#b0b0bf;}
.light {color:#808088;}
.weiss {background:#fff;}
.dark {background:#efe8ef;}
.bunt {background: url(../images/bunt.gif) fixed;}
.redbox {color:#fff; background:#a03; background-image:linear-gradient(90deg,#a03 0,#f21 100%);}

.topinfo {width:100%; padding:7px 2% 9px; background:#0f1332; text-align:center; font-size:14px; line-height:28px; font-weight:500; letter-spacing:1px; color:#fff;}
.topinfo a {color:#fff;}

.header {padding:0; margin:0; min-height:190px; background:#000048; background-image:linear-gradient(0deg,#008 0%,#0a0f9e 100%);}
.centerbutton {width:250px; padding:0; margin:80px auto 140px; text-align:center;}
.topbutton {position:absolute; width:250px; padding:0; margin:0; top:144px; right:2%; text-align:center; animation: infly 0.6s;}
@keyframes infly {
0% {transform: translate(0, 25px);}
100% {transform: translate(0,0);}
}

.topicon {width:36px; height:36px; padding:; margin:0 14px -12px 18px; display:inline-block;}


.navi {margin:0; padding:121px 2% 0 0; float:right; text-align:center; animation: navei 0.9s;}
@keyframes navei {
 0% {transform: translate(-10%);}
 100% {transform: translate(0);}
}
.navi ul {position:relative; margin:0 auto; padding:0; display:block; box-sizing:border-box; font-size:16px; font-weight:500; text-transform:uppercase;}
.navi ul li {position:relative; display:inline-block; margin:0 20px; padding:0; height:30px; list-style-type:none; text-align:left; color:#b8b8bf;}
.navi ul li a {padding:0; margin:0; height:30px; color:#b8b8bf; text-decoration:none; display:block; box-sizing:border-box;}
.navi ul li:first-child {margin-left:0;}
.navi ul li:last-child {margin-right:0;}
.navi ul li:hover {cursor:pointer; color:#fff;}

.navi ul li ul {position:absolute; top:24px; left:-20px; margin:0; padding:0; display:none; opacity:0.0; z-index:888;
font-size:13px; line-height:18px; font-weight:400; text-transform:none; background-color:rgba(255,255,255,0.96);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
}
.navi ul li:hover ul {display:block; opacity:1.0; animation-name:fadein; animation-duration:0.2s;}
@keyframes fadein {
 from {opacity:0.0; top:36px;}
 to {opacity: 1.0; top:24px;}
}
.navi ul li ul li {display:block; margin:0; height:auto; font-weight:500;}
.navi ul li ul li:hover {background:#fff;}
.navi ul li ul li a {padding:10px 20px; margin:0; height:auto; color:#808088;}
.navi ul li ul li a:hover {color:#0a0f9e;}

.megaWrap {position:relative; margin:0; padding:20px 0 20px; display:flex;}
.megaInnerCol {position:relative; margin:0; padding:0; min-width:200px; /* display:flex; flex-direction:row; */ }

ul.behandlungen {padding:0;}
ul.behandlungen li {padding:0; margin:0 0 24px; font-weight:500; list-style-type:none; list-style-position:inside;}
ul.behandlungen li a {border-left:5px solid #0a0f9e; padding:10px 20px 10px 20px; margin:0; width:max-content; max-width:94%; display:block; box-sizing:border-box;}
ul.behandlungen li a:hover {color:#fff; background:#0a0f9e; padding:10px 20px 10px 6%; max-width:96%; transition:padding 0.3s, max-width 0.3s;}

.shop {display:-webkit-flex; display:-ms-flex; display:flex; -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.produkt {width:31%; margin:0 1% 40px 1%; padding:0 20px; text-align:left; float:left; font-size:14px; line-height:20px;}

.main {width:92%; max-width:800px; padding:60px 0; margin:0 auto; box-sizing:border-box;}
.bigmain {width:92%; max-width:1200px; padding:60px 0; margin:0 auto; box-sizing:border-box;}
.big {width:92%; max-width:1600px; padding:40px 0; margin:0 auto; box-sizing:border-box;}
.drittel {width:32%; margin:0 2% 0 0; float:left; box-sizing:border-box;}
.doppel {width:66%; margin:0 2% 0 0; float:left; box-sizing:border-box;}
.halb {width:48%; margin:0 2% 0 0; float:left; box-sizing:border-box;}
.duo {width:50%; margin:0; display:block; box-sizing:border-box;}
.last {margin-right:0;}
.clear {clear:both;}

.floatright {float:right;}

.ganz {width:100%; height:auto;}
.praxis, .beratung, .behandlung, .obagi, .permanent {padding:0; margin:0; width:50%; height:100%; display:block;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
.praxis {position:absolute; top:0; right:0; background-image:url(../images/start/Larissa_Eifert.jpg); background-position:top right;}
.beratung {position:absolute; top:0; left:0; background-image:url(../images/start/beratung.jpg); background-position:top left;}
.behandlung {position:absolute; top:0; right:0; background-image:url(../images/start/behandlung.jpg); background-position:top right;}
.obagi {position:absolute; top:0; left:0; background-image:url(../images/produkte/zo/dr_obagi.jpg); background-position:top left;}
.permanent {position:absolute; top:0; left:0; background-image:url(../images/behandlungen/Permanent_Make-Up.jpg); background-position:top right;}

.seitentext {padding:100px; 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.left {float:left; display:block;}
.right {float:right; display:block;}
.textright {text-align:right;}

.map {width:100%; height:688px; padding:0; margin:0; box-sizing:border-box; background-image:url(../images/optima-forma-praxis-trier_on_map.jpg); 
background-position: center center; background-size:cover;}

.footer {width:100%; padding:0; font-size:13px; line-height:20px; color:#fff; background:#b0b0bf;}
.footer h4 {color:#fff; padding:0 10px;}
.footer a, .footer a:link, .footer a:visited {color:#fff; text-decoration:none; padding:5px 10px; display:block;}
.footer a:hover {color:#fff; text-decoration:none;}
.footer ul {padding:0; margin:0;}
.footer ul li {padding:0; margin:0; list-style-type:none;}
.dark {background:rgba(0,0,24,0.1);}

iframe {width:100%; height:590px; padding:0; margin:0; display:block; clear:both;}
video {width:100%; display:block;}
.videodiv {width:100%; height:0; padding-bottom:56.25%; display:block; box-sizing:border-box;}
.videoframe {position:absolute; top:0; left:0; width:100%; height:100%;}

.totop {position:fixed; bottom:10px; right:10px; width:3px; height:3px; padding:12px 19px 22px 16px; margin:0; 
text-align:center; border-radius:60%; border:3px solid #80808f; background:rgba(255,255,255,0.5); z-index:100; opacity:0.3; 
 filter: alpha(opacity=30);} /* For IE8 and earlier */
.totop:hover {opacity:0.8;
 filter: alpha(opacity=80);} /* For IE8 and earlier */
.totop i:before, .totop i:after {content:""; position:absolute; background-color:#80808f; width:3px; height:9px;}
.totop i:before {
 -ms-transform: translate(-2px, 0) rotate(45deg); /* IE 9 */
 -webkit-transform: translate(-2px, 0) rotate(45deg); /* Chrome, Safari, Opera */
 transform: translate(-2px, 0) rotate(45deg);
}
.totop i:after {
 -ms-transform: translate(2px, 0) rotate(-45deg);
 -webkit-transform: translate(2px, 0) rotate(-45deg);
 transform: translate(2px, 0) rotate(-45deg);
}

form {margin:30px 0 0;}
select {height:24px; border:0; padding:0 10px 2px; margin-bottom:12px;}
textarea, input.zeile {width:100%; padding:8px 15px; margin:0 auto 12px; border:1px solid #f2f2f2; background:#fff; color:#444448; display:block;
font-family: Montserrat, Arial, sans-serif; font-weight:400; font-size:16px; line-height:24px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
textarea {height:auto; min-height:200px; resize:vertical;}
input.zeile {height:45px;}
.zeile:focus::-webkit-input-placeholder {color:transparent;}
.zeile:focus::-moz-placeholder {color:transparent;}
.zeile:-moz-placeholder {color:transparent;}
textarea:focus::-webkit-input-placeholder {color:transparent;}
textarea:focus::-moz-placeholder {color:transparent;}
textarea:-moz-placeholder {color:transparent;}
input.honey {visibility:hidden; display:none;}
input.button, a.button {width:auto; height:24; width:max-content; display:block; padding:15px 40px; margin:20px auto; cursor:pointer;
font-family: Montserrat, Arial, sans-serif; font-size:18px; line-height:24px; font-weight:500; text-transform:none; 
color:#fff; text-decoration:none; background:#a03; background-image:linear-gradient(90deg,#a03 0,#f03 100%); border:0 none; border-radius:30px;}
input.button:hover, a.button:hover {padding:15px 43px; transition:0.2s;}
a.whatsapp {padding:8px 35px 15px 25px; background-image:linear-gradient(#6ab862, #3aaa3e);}
a.whatsapp:hover {padding:8px 38px 15px 28px; transition:0.2s;}
a.whatsapp img {width:40px; height:40px; padding:0; margin:0 5px -14px 0; display:inline-block;}

img {margin:0 auto; max-width:100%; display:block;}
.logo {float:left; width:100%; max-width:270px; padding:0; margin:10px 0 0 2%; display:block;}
.banner, .duobanner {width:100%; display:block;}
.minibanner, .duominibanner {width:100%; display:none;}
.behandlungsbild {width:92%; max-width:800px;}
.textbildright {margin:8px 0 20px 60px; width:33%; float:right;}
.textbildleft {margin:8px 60px 20px 0; width:33%; float:left;}

.gallery {width:92%; padding:60px 0; margin:0 auto; box-sizing:border-box; text-align:center;}
.gallery img {margin:20px auto 0; padding:5px; display:inline-block;}


/*///////////////////// IMAGE LIGHTBOX /////////////////////////*/

#imagelightbox {
cursor:pointer; position:fixed; z-index:202;
-ms-touch-action: none; touch-action: none;
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3); /* 50 */
box-shadow: 0 0 10px rgba(0,0,0,0.3); /* 50 */
}
#imagelightbox-overlay {
background-color:#fff; background-color:rgba(255,255,255,.9);
position:fixed; z-index:201; top:0; right:0; bottom:0; left:0;
}
#imagelightbox-loading, #imagelightbox-loading div {border-radius:50%;}
#imagelightbox-loading {
width:2.5em; /* 40 */
height:2.5em; /* 40 */
background-color:#a03; background-color:rgba(225,0,0,0.6);
position:fixed; z-index:203; top:50%; left:50%; 
padding:0.625em; /* 10 */
margin:-1.25em 0 0 -1.25em; /* 20 */
}
#imagelightbox-loading div {
width: 1.25em; /* 20 */
height: 1.25em; /* 20 */
background-color: #fff;
-webkit-animation: imagelightbox-loading .5s ease infinite;
animation: imagelightbox-loading .5s ease infinite;
}
@-webkit-keyframes imagelightbox-loading {
from { opacity: .5;	-webkit-transform: scale( .75 ); }
50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading {
from { opacity: .5;	transform: scale( .75 ); }
50%	 { opacity: 1;	transform: scale( 1 ); }
to	 { opacity: .5;	transform: scale( .75 ); }
}

/*///////////// RESPONSIVE /////////////*/

@media screen and (min-width: 2400px) {
.map {height:900px;}
}

@media screen and (max-width: 1596px) {
.map {background-size:auto 100%;}
}

@media screen and (max-width: 1400px) {
.header {min-height:110px;}
.navi {padding-top:68px;}
.navi ul li {margin:0 10px;}
.logo {max-width:150px;}
.seitentext {padding:50px 5%;}
}

@media screen and (max-width: 1200px) {
.navi ul {font-size:13px;}
.navi ul li ul {font-size:12px;}
}

@media screen and (max-width: 1080px) {
.header {padding-top:5px;}
.logo {float:none; margin:0 auto 10px;}
.navi {float:none; margin:0 auto; padding:0 0 10px; animation:none;}
.navi ul li br {display:none;}
.megaWrap {display:block;}
.megaInnerCol {width:max-content; max-width:200px;}
.topbutton {display:none;}
.topinfo {letter-spacing:0px;}
.duo h3 {font-size:24px; line-height:30px; padding:0; margin:0 0 22px;}
.beratung {background-image:url(../images/start/beratung_mini.jpg); background-position:top center;}
.behandlung {background-image:url(../images/start/behandlung_mini.jpg); background-position:top center;}
.produkt {width:48%;}
.duo {width:100%; margin-right:0;}
.duobanner {display:none;}
.duominibanner {display:block;}
}

@media screen and (max-width: 810px) {
.main {padding:30px 0;}
.map {height:400px; background-image:url(../images/optima-forma-praxis-trier_on_map_mini.jpg); }
h1, h2 {font-size:36px; line-height:42px;}
h3 {font-size:28px; line-height:36px;}
h4 {font-size:20px; line-height:30px;}
.drittel, .doppel, .halb {width:100%; margin-right:0;}
.banner {display:none;}
.minibanner {display:block;}
.nodis {display:none;}
.textbildright {margin:20px 0 20px 40px; width:45%;}
.textbildleft {margin:20px 40px 20px 0; width:45%;}
.bigmain h3 {
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
-moz-hyphenate-limit-chars: 5 5;
-o-hyphenate-limit-chars: 5 5;
-webkit-hyphenate-limit-chars: 5 5;
-ms-hyphenate-limit-chars: 5 5;
hyphenate-limit-chars: 5 5;
-moz-hyphenate-limit-lines: 2;
-o-hyphenate-limit-lines: 2;
-webkit-hyphenate-limit-lines: 2;
-ms-hyphenate-limit-lines: 2;
hyphenate-limit-lines: 2;
}
}

@media screen and (max-width: 796px) {
.main {padding:30px 0;}
h1, h2 {font-size:36px; line-height:42px;}
h3 {font-size:28px; line-height:36px;}
h4 {font-size:20px; line-height:30px;}
.drittel, .doppel, .halb, .duo {width:100%; margin-right:0;}
.banner {display:none;}
.minibanner {display:block;}
.nodis {display:none;}
}

@media screen and (max-width: 600px) {
body {font-size:14px; line-height:20px;}
.produkt {width:100%; margin-right:0; margin-left:0; border-bottom:1px solid #ddd;}
.textbildright, .textbildleft {margin:20px 0 40px 0; width:100%; float:none;}
p, h1, h2, h3, h4, h5, h6 {
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
-moz-hyphenate-limit-chars: auto 5;
-o-hyphenate-limit-chars: auto 5;
-webkit-hyphenate-limit-chars: auto 5;
-ms-hyphenate-limit-chars: auto 5;
hyphenate-limit-chars: auto 5;
-moz-hyphenate-limit-lines: 2;
-o-hyphenate-limit-lines: 2;
-webkit-hyphenate-limit-lines: 2;
-ms-hyphenate-limit-lines: 2;
hyphenate-limit-lines: 2;
}
.nohyp, .topinfo {
-moz-hyphens: none;
-o-hyphens: none;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;}
}

@media screen and (max-width: 400px) {
.navi ul li:nth-child(2) ul {left:auto; right:-20px;}
}
@media screen and (max-width: 240px) {
.navi ul li:nth-child(2) ul {left:-40px; right:auto;}
}