@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: 'Helvetica';
	text-align: center;
	overflow: auto;
}
body, html {
	width: 100%;
	height: 100%;
}
#kopf {
    width: 100%;
    height: auto;
    margin: auto;
    display: flex; 
    flex-direction: row;
	justify-content: space-between;
    
}
.kopflogo {
	box-sizing: border-box;
	height: 120px;
	width: auto;
	margin: 36px 60px;
}
.dermalogo {
	box-sizing: border-box;
	height: 160px;
	width: auto;
	margin: auto 30px auto 0px;
	float: left;
}
.dermatext {
	box-sizing: border-box;
	font-family: 'Helvetica';
	font-weight: lighter;
	text-align: left;
	font-size: 1.88em;
	line-height: 1.44em;
	color: #505050;
	float: right;
}
.dermawrapper {
	box-sizing: border-box;
	display: flex;
	line-height: 0;
    flex-direction: row;
	align-items: center;
	margin: auto 60px;
}
.kopflogo2 {
	box-sizing: border-box;
	height: 120px;
	width: auto;
	margin: 36px 60px;
}
.navwrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
	background-image: linear-gradient(90deg, #be9c28, #ddcb8d, #be9c28);
}
.navigation {
    font-family: 'Helvetica';
    width: 60%;
    height: auto;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1.19em;
    font-weight: bold;
    display: flex; 
    flex-direction: row;
	justify-content:space-between;
}
.navpunkt {
    padding: 0.35em 0.7em;
}
ul.dropdown {
    padding: 0;
	margin: 0;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
	padding-top: 8px;
    z-index: 1;
}

.dropdown-content a {
    color: #be9c28;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:link {
	color: #be9c28;
}

.dropdown-content a:visited {
	color: #be9c28;
}

.dropdown-content a:hover {
	color: #9f508b;
}
.dropdown-content a:active {
	color: #9f508b;
}

.dropdown:hover .dropdown-content {
    display: block;
	background-color: #ffffff;
}
#kopfbild {
	width: 100%;
	height: auto;
	line-height: 0;
}
#slideshow {
	width: 100%;
	height: 900px;
	line-height: 0;
	}
.slides img {
	width: 100%;
	height: auto;
  }
#landkarte {
	width: 100%;
	height: 730px;
}
.landkarte iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#inhalt {
	padding: 60px 60px;
	font-family: 'Helvetica';
}
.bildleiste {
	box-sizing: border-box;
    width: 100%;
	margin: 60px auto;
	padding: 0;
	align-content: center;
	align-items: flex-start; 
    display: flex; 
	flex-wrap: wrap;
    flex-direction: row;
	justify-content: space-between;
	}
.artikelleiste {
	box-sizing: border-box;
    width: 100%;
	height: auto;
	margin: 15px auto;
	padding: 0.15em 0 0.15em 0;
	align-content: center;
	align-items: flex-start; 
    display: flex; 
    flex-direction: row;
	justify-content: space-between;
	}
.urkunde {
	width: 318px; 
	height: 450px;
	border: 1px solid black;
	flex-shrink: 0;
	margin: 30px 0;
}
.zertifikat {
	box-sizing:border-box;
	width: 25%; 
	height: auto;
	overflow: hidden;
    flex-shrink: 0;
	line-height: 0;
}
.zertifikat img {
	width: 100%; 
	height: auto;
	margin: 0;
}
.artikelbild {
	width: 460px; 
	height: 460px;
	flex-shrink: 0;
	border-color: #be9c28;
	border-style: solid;
	border-width: 9px;
	border-radius: 230px;
	overflow: hidden;
	line-height: 0;
	margin: 0 0 30px 0;
}
.kategoriebild {
	box-sizing:border-box;
	width: 30%; 
	height: auto;
	border-color: #be9c28;
	border-style: solid;
	border-width: 5px;
	border-radius: 24px;
	overflow: hidden;
    line-height: 0;
}
.kategoriebild img {
	width: 100%; 
	height: auto;
	margin: 0;
}
.galerieleiste {
	box-sizing: border-box;
    width: 100%;
	margin: 0px auto;
	padding: 0;
	align-content: center;
	align-items: flex-start; 
    display: flex; 
    flex-direction: row;
	justify-content: space-between;
	}
.galeriebild {
	box-sizing:border-box;
	width: 25%; 
	height: auto;
	line-height: 0;
	padding: 3px;
}
.galeriebild img {
	width: 100%; 
	height: auto;
	margin: 0;
}
.gallery img {
	width: 900px; 
	height: 600px;
	margin: 0;
}
.angebotsleiste {
	box-sizing: border-box;
    width: 100%;
	margin: 60px auto;
	padding: 60px;
	align-content: center;
	align-items: flex-start; 
    display: flex; 
    flex-direction: row;
	justify-content: space-between;
	background-color: #f8f5e9;
	border-color: #be9c28;
	border-style: solid;
	border-width: 5px;
	border-radius: 24px;
	overflow: hidden;
	}
.angebotsbild {
	box-sizing:border-box;
	width: 40%; 
	height: auto;
	border-radius: 24px;
	overflow: hidden;
    line-height: 0;
}
.angebotsbild img {
	width: 100%; 
	height: auto;
	margin: 0;
}
.angebotstext {
	box-sizing:border-box;
	width: 60%; 
	height: auto;
	padding-left: 60px;
}
.textblock {
	width: auto; 
	height: auto;
}
.button {
	width: 490px;
	padding: 0.5em;
	margin: 36px auto 0;
	border-radius: 12px;
	background-image: linear-gradient(90deg, #be9c28, #ddcb8d, #be9c28);
	font-family: 'Helvetica';
	font-size: 1.63em;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color:#ffffff;
	}
.button:link { 
	color:#ffffff;
	text-decoration:none;
	background-color: #9f508b;
}
.button:visited { 
	color:#ffffff;
	text-decoration:none;
	background-color: #9f508b;
}
.button:hover { 
	color:#9f508b;
	text-decoration:none;
	background-color: #ffffff;
}
.button:active { 
	color:#9f508b;
	text-decoration:none;
	background-color: #ffffff;
}
.inhalt2 {
	box-sizing:border-box;
	width: 100%;
	background-color: #f8f5e9;
	padding: 15px 60px;
	margin: 50px 0;
	font-family: 'Helvetica';
}
.ueberschrift{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	display: flex; 
    flex-direction: row;
	justify-content:space-between;
	align-items: baseline;
	margin: 50px 0 50px 0;
}
.teamname {
	min-width: 325px;
}
.schriftlinie {
	box-sizing: border-box;
	width: 100%;
	height: 3px;
	background-color: #be9c28;
	margin-left: 10px;
}
.teambild {
	box-sizing:border-box;
	width: 30%; 
	height: auto;
	overflow: hidden;
    line-height: 0;
	border-color: #be9c28;
	border-style: solid;
	border-width: 8px;
	border-radius: 50%;
	}
.teambild img {
	box-sizing:border-box;
	width: 100%; 
	height: auto;
	margin: 0;
	}
.textwrapper {
	width: 63%;
    height: auto;
}
.kontaktwrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
	background-image: linear-gradient(90deg, #be9c28, #ddcb8d, #be9c28);
}
.kontakt {
    width: 100%;
    height: auto;
    display: flex; 
    flex-direction: row;
	justify-content:space-between;
}
.kontaktpunkt {
    width: 30%;
	padding: 1.5% 3%;
    margin: auto 0;
    font-family: 'Helvetica';
	color: #ffffff;
    font-size: 1.19em;
    font-weight: bold;
	line-height: 1.44em;
	text-align: center;
}
video {
width: 100% !important;
height: auto !important;
}

.video-wrapper {
padding-top: 60px;
padding-bottom: 25px;
overflow: hidden;
        }

.video-wrapper .video-js-box {
position: relative;
width: 300px !important;
min-width: 100% !important;
}

.video-wrapper iframe,  
.video-wrapper object,  
.video-wrapper embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
        }

.socialwrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.social {
    font-family: 'Helvetica';
    width: 60%;
    height: auto;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1.19em;
    font-weight: bold;
    display: flex; 
    flex-direction: row;
	justify-content:space-between;
}
.socialicon {
	width: 63px;
	height: 63px;
    margin: 42px 0;
}
.linie {
	width: 100%;
	height: 3px;
	background-color: #be9c28;
	margin-bottom: 1.63em;
}
.fusswrapper {
    width: 100%;
    height: auto;
    margin: 20px auto 25px;
}
.fuss {
    font-family: 'Helvetica';
    width: 30%;
    height: auto;
    margin: 0 auto;
    color: #be9c28;
    font-size: 1.19em;
    font-weight: bold;
    display: flex; 
    flex-direction: row;
	justify-content:space-between;
}

#formular {
	margin: 60px 0 0 0;
	padding: 30px 25% 0 25%;
	background-color: #eaeaea;
	border-radius: 12px;
}

.formular {
	width: 100%;
	text-align: left;
	font-family: 'Helvetica';
}

.feld1 {
	box-sizing:border-box;
	width: 100%;
	text-align: left;
	display: block;
	font-family: 'Helvetica';
	color: #d6b56d;
}

.eingabe {
	box-sizing:border-box;
	margin-top: 8px;
	width: 100%;
	height: auto;
	padding: 12px;
	color: #505050;
	font-size:15px;
	text-align:left;
	font-family: 'Helvetica';
	border: 0.5px solid #505050;
	border-radius: 12px;
}

.error {
	font-family: 'Helvetica';
	font-size:1.12em;
	color: #9e1118;
}

#nachricht {
	box-sizing:border-box;
	margin-top: 8px;
	width: 100%;
	height: auto;
	padding: 12px;
	color: #505050;
	font-size:15px;
	text-align:left;
	font-family: 'Helvetica';
	border: 0.5px solid #505050;
	border-radius: 12px;
}

h1 {
    font-size: 1.88em;
	line-height: 1.2em;
	font-weight: lighter;
	text-align: center;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 2.7em;
	line-height: 1.2em;
	font-weight: lighter;
	text-align: center;
	color: #be9c28;
	margin: 0;
	padding: 0 0 36px 0;
}
h3 {
	font-size: 1.12em;
	line-height: 1.63em;
	font-weight: bold;
	text-align: left;
	color: #be9c28;
	margin: 0;
	padding: 0;
}
h4 {
    font-size: 1.88em;
	line-height: 1.2em;
	font-weight: lighter;
	text-align: center;
	color: #be9c28;
	margin: 0;
	padding: 0 0 26px 0;
}
h5 {
	font-size: 2.7em;
	line-height: 0;
	font-weight: lighter;
	text-align: left;
	color: #be9c28;
	margin: 0;
	padding: 0 0 0 0;
}
p {
	font-size: 1.12em;
	line-height: 1.63em;
	text-align: left;
	color: #505050;
	margin-top: 0;
}
.liste {
	font-size: 1.12em;
	line-height: 1.63em;
	margin: 0px 0px 0px -27px;
	text-align: left;
	list-style-type: disc;
	color: #be9c28;
}

ul {
margin-top: 0px;
}


a:link {
    color: #ffffff;
    text-decoration: none;
}
a:visited {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #9f508b;
    text-decoration: none;
}
a:active {
    color: #9f508b;
    text-decoration: none;
}
.mouseover:link {
    color: #be9c28;
    text-decoration: none;
}
.mouseover:visited {
    color: #be9c28;
    text-decoration: none;
}

.mouseover:hover {
    color: #9f508b;
    text-decoration: none;
}

.mouseover:active {
    color: #9f508b;
    text-decoration: none;
}
.mouseover2:link {
    color: #505050;
    text-decoration: none;
}
.mouseover2:visited {
    color: #505050;
    text-decoration: none;
}

.mouseover2:hover {
    color: #be9c28;
    text-decoration: none;
}

.mouseover2:active {
    color: #be9c28;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    #kopf {
    flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
    }
}
@media screen and (max-width: 480px) {
    #inhalt {
    padding: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .kopflogo {
	height: 95px;
	width: auto;
	margin: 30px 30px;
	}
}
@media screen and (max-width: 480px) {
    .kopflogo {
	height: 100px;
	width: auto;
	margin: 30px 0px 12px 0;
	}
}
@media screen and (max-width: 1024px) {
    .dermawrapper {
	margin: auto 30px;
	}
}@media screen and (max-width: 480px) {
    .dermawrapper {
	width: 100%;
	margin: 5px 0px 15px 0;
	flex-direction: column;
	}
}
@media screen and (max-width: 1024px) {
    .dermalogo {
	height: 100px;
	width: auto;
	margin: auto 20px auto 0px;
	}
}
@media screen and (max-width: 480px) {
    .dermalogo {
	height: 160px;
	width: auto;
	margin: 30px 0px 12px 0;
	}
}
@media screen and (max-width: 1024px) {
    .dermatext {
	height: auto;
	width: auto;
	margin: auto 0px;
	font-size: 1.0em;
	line-height: 1.35em;
	}
}
@media screen and (max-width: 480px) {
    .dermatext {
	width: 100%;
	margin: 12px 0px 12px 0;
	text-align: center;
	font-size: 1.39em;
	line-height: 1.38em;
	}
}
@media screen and (max-width: 1024px) {
    .kopflogo2 {
	height: 95px;
	width: auto;
	margin: 30px 30px;
	}
}
@media screen and (max-width: 480px) {
    .kopflogo2 {
	height: 100px;
	width: auto;
	margin: 12px 0px 30px 0;
	}
}
@media screen and (max-width: 1024px) {
    .navigation {
	width: 100%;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 1.12em;
	padding: 0.1em 0;
	}
}
@media screen and (max-width: 480px) {
    .navigation {
	width: 100%;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.12em;
	padding: 0.5em 0;
	}
}
@media screen and (max-width: 480px) {
    .navpunkt {
	padding: 0.2em 0.6em;
	}
}
@media screen and (max-width: 480px) {
    .dropdown-content {
	left: 125px;
	}
}
@media screen and (max-width: 1024px) {
    .kontakt {
	width: 100%;
	font-size: 0.88em;
	margin-top: 15px;
	}
}
@media screen and (max-width: 480px) {
    .bildleiste {
        flex-direction: column;
		margin: 30px auto;
    }
}
@media screen and (max-width: 1024px) {
    .angebotsleiste {
		margin: 30px auto;
		padding: 30px;
    }
}@media screen and (max-width: 480px) {
    .angebotsleiste {
        flex-direction: column;
		margin: 30px auto;
		padding: 0 30px;
		border-width: 3px;
    }
}
@media screen and (max-width: 480px) {
    .artikelleiste {
        width: 100%;
		flex-direction: column;
		margin: 30px auto;
    }
}
@media screen and (max-width: 1024px) {
    .urkunde {
        width: 270px;
		height: 360px;
    }
}
@media screen and (max-width: 480px) {
    .urkunde {
        width: 270px;
		height: 360px;
		margin: 30px auto;
    }
}
@media screen and (max-width: 1024px) {
    .zertifikat {
        width: 31.5%;
    }
}
@media screen and (max-width: 480px) {
    .zertifikat {
        width: 100%;
		height: auto;
		margin: 15px auto;
    }
}

@media screen and (max-width: 1024px) {
    .artikelbild {
        width: 320px;
		height: 320px;
		border-width: 6px;
		border-radius: 160px;
    }
}
@media screen and (max-width: 480px) {
    .artikelbild {
        width: 320px;
		height: 320px;
		margin: 30px auto;
		border-width: 6px;
		border-radius: 160px;
    }
}
@media screen and (max-width: 1024px) {
    .kategoriebild {
		border-width: 3px;
		border-radius: 12px;
    }
}
@media screen and (max-width: 480px) {
    .kategoriebild {
        width: 100%;
		height: auto;
		margin: 30px auto;
		border-width: 3px;
		border-radius: 12px;
    }
}
@media screen and (max-width: 480px) {
    .galerieleiste {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 480px) {
    .galeriebild {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .angebotsbild {
        width: 100%;
		height: auto;
		margin: 30px auto;
		border-radius: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .angebotstext {
        width: 60%;
		height: auto;
    }
}
@media screen and (max-width: 480px) {
    .angebotstext {
        width: 100%;
		height: auto;
		margin: 10px 0 30px 0;
		padding: 0px;
    }
}
@media screen and (max-width: 1024px) {
    .textblock {
        max-width: 580px;
		height: 350px;
    }
}
@media screen and (max-width: 480px) {
    .textblock {
        width: 100%;
		height: auto;
		margin: 30px 0;
		padding: 0px;
    }
}
@media screen and (max-width: 1024px) {
    .button {
	width: 300px;
	font-size: 1.12em;
	}
}
@media screen and (max-width: 480px) {
    .button {
	width: 200px;
	font-size: 1.12em;
	}
}
@media screen and (max-width: 480px) {
    .inhalt2 {
    padding: 30px 30px;
	margin: 10px 0 25px;
    }
}
@media screen and (max-width: 480px) {
    .teambild {
        width: 80%;
		margin: 0 auto;
		border-width: 5px;
    }
}
@media screen and (max-width: 480px) {
    .ueberschrift {
	width: 100%;
	flex-direction: row;
	margin: 50px 0 20px 0;
	}
}
@media screen and (max-width: 480px) {
    .teamname {
	min-width: 190px;
	}
}
@media screen and (max-width: 1680px) {
    .schriftlinie {
	width: 100%;
	height: 2px;
	margin: 0 0 0 0;
	}
}
@media screen and (max-width: 480px) {
    .textwrapper {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .kontakt {
	width: 100%;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 1em;
	margin-top: 15px;
	}
}
@media screen and (max-width: 480px) {
    .kontaktpunkt {
	width: 100%;
	margin: 5% 0;
	padding: 0;
	}
}
@media screen and (max-width: 1024px) {
    #slideshow {
	height: 480px;
	}
}
@media screen and (max-width: 480px) {
    #slideshow {
	height: 225px;
	}
}
@media screen and (max-width: 480px) {
    #landkarte {
	height: 365px;
	}
}
@media screen and (max-width: 480px) {
    .video-wrapper {
	padding-top: 30px;
	}
}
@media screen and (max-width: 480px) {
    .socialicon {
	width: 45px;
	height: 45px;
	marging: 30px 0;
	}
}
@media screen and (max-width: 480px) {
    .fuss {
	width: 100%;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1em;
	}
}
@media screen and (max-width: 1024px) {
    .liste {
	font-size: 1em;
	line-height: 1.5em;
	}
}@media screen and (max-width: 480px) {
    .liste {
	font-size: 0.88em;
	line-height: 1.38em;
	}
}
@media screen and (max-width: 1024px) {
    h1 {
	font-size: 1.69em;
	}
}
@media screen and (max-width: 480px) {
    h1 {
	font-size: 1.56em;
	}
}
@media screen and (max-width: 1024px) {
    h2 {
	font-size: 1.88em;
	}
}@media screen and (max-width: 480px) {
    h2 {
	font-size: 1.56em;
	padding: 0 0 16px 0;
	}
}
@media screen and (max-width: 1024px) {
    h3 {
	font-size: 1em;
	line-height: 1.5em;
	}
}@media screen and (max-width: 480px) {
    h3 {
	font-size: 0.88em;
	line-height: 1.38em;
	}
}
@media screen and (max-width: 1024px) {
    h5 {
	font-size: 1.88em;
	}
}@media screen and (max-width: 480px) {
    h5 {
	font-size: 1.56em;
	padding: 0 0 16px 0;
	}
}
@media screen and (max-width: 1024px) {
    p {
	font-size: 1em;
	line-height: 1.5em;
	}
}
@media screen and (max-width: 480px) {
    p {
	font-size: 0.88em;
	line-height: 1.38em;
	}
}

@media screen and (max-width: 480px) {
    #formular {
	padding: 15px 15px 0 15px;
	}
}