@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'alexbrush';
	src: url('../fonts/alexbrush-regular-webfont.woff') format('woff'),
		 url('../fonts/alexbrush-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'frontpage-pro-regular';
	src: url('../fonts/frontpage-pro-regular-webfont.eot') format('eot'),
		 url('../fonts/frontpage-pro-regular-webfont.ttf') format('ttf'),
		 url('../fonts/frontpage-pro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'frontpage-pro-light';
	src: url('../fonts/frontpage-pro-light-webfont.eot') format('eot'),
		 url('../fonts/frontpage-pro-light-webfont.ttf') format('ttf'),
		 url('../fonts/frontpage-pro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'frontpage-pro-medium';
	src: url('../fonts/frontpage-pro-medium-webfont.eot') format('eot'),
		 url('../fonts/frontpage-pro-medium-webfont.ttf') format('ttf'),
		 url('../fonts/frontpage-pro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: auto;
}
body, html {
	width: 100%;
	height: 100%;
}
#container {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
#kopf {
   	box-sizing: border-box;
	width: 100%;
    height: auto;
    margin: 0 auto;
	padding: 15px 0px 15px 0px;
    display: flex; 
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	line-height: 0;
	background-image: linear-gradient(90deg, #bd9e54, #d6b56d 10%, #fcf6ba, #d6b56d 90%, #bd9e54);    
}
#nav-hintergrund {
	position: absolute;
	top: 55px;
	width: 100%;
	background-color: #ffffff;
	height: 36px;
	z-index: 0;
}
.logo {
	box-sizing: border-box;
	height: 116px;
	width: auto;
	border-color: #bd9e54;
	border-style: solid;
	border-width: 3px;
	line-height: 0;
	float: left;
	border-radius: 50%;
	overflow: hidden;
}
.logowrapper {
	box-sizing: border-box;
	line-height: 0;
	display: flex;
	align-content: center;
	justify-content: center;
	margin: auto 60px;
	z-index: 5;
}
.navwrapper {
    box-sizing: border-box;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 0em;
	padding: 0 60px 0;
	z-index: 5;
}
#sprachen {
	font-family: 'frontpage-pro-light';
	font-size: 1.16em;
	color: #fcf6ba;
	text-align: right;
	padding: 0 0 28px 0;
	z-index: 0;
	}
#buchung {
	font-family: 'frontpage-pro-regular';
	color: #bd9e54;
	text-align: center;
	padding: 28px 0 0 0;
	z-index: 0;
}
.navigation {
    box-sizing: border-box;
	font-family: 'frontpage-pro-regular';
    width: 100%;
    height: auto;
    margin: 0 auto;
	padding: 12px 0 ;
    color: #bd9e54;
	background-color: none;
    font-size: 1.19em;
	line-height: 0em;
    display: flex; 
    flex-direction: row;
	justify-content:space-between;
	z-index: 0;
}
.navpunkt {
    box-sizing: border-box;
	padding: 6px 0em;
}
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: #9e1118;
}
.dropdown-content a:active {
	color: #9e1118;
}

.dropdown:hover .dropdown-content {
    display: block;
	background-color: #ffffff;
}
#inhaltswrapper {
	width: 100%;
	position: relative;
	top: 0;
	z-index: 0;
}
#message {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-family: 'frontpage-pro-light';
	font-weight: bold;
	font-size: 1.32em;
	line-height: 2em;
	color: #9e1118;
	margin: 0;
	padding: 0;
	letter-spacing: 0.03em;
}
#kopfbild {
	width: 100%;
	height: auto;
	line-height: 0;
}
#fader {
	width: 100%;
	position: relative;
	line-height: 0;
	overflow: hidden;
	padding-top: 46.88%;
	margin: 0;
	z-index: 0;
}
#slideshow {
	position: absolute;
 	top: 0;
 	left: 0;
 	bottom: 0;
 	right: 0;
 	width: 100%;
  	height: 100%;
	line-height: 0;
	}
.slides img {
	width: 100%;
	height: auto;
  }
#landkarte {
	position: absolute;
 	top: 0;
 	left: 0;
 	bottom: 0;
 	right: 0;
 	width: 100%;
  	height: 100%;
	line-height: 0;
}

#inhalt {
	padding: 60px 60px;
	font-family: 'frontpage-pro-regular';
}
#highlights {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content:space-around;
	background-color: #ffffff;
	padding: 35px 35px 60px;
}
.services {
	text-align: center;
}
.servicebild {
	width: 130px;
	height: 130px;
	padding: 10px;
	margin: 0px auto 20px;
	background-color: #ffffff;
	border-color: #bd9e54;
	border-style: solid;
	border-width: 3px;
	border-radius: 50%;
	overflow: hidden;
    line-height: 0;
}
.beschreibung {
	font-family: 'frontpage-pro-regular';
	width: 100%;
	text-align: center;
	color: #bd9e54;
	font-size: 1.19em;
	font-weight: normal;
}

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

.titel {
	box-sizing: border-box;
	width: 100%;
	align-content: center;
    display: flex; 
    flex-direction: row;
	justify-content: space-between;
	color: #505050;
	padding: 60px 0px 0px 0px;
}
.linie2 {
	box-sizing: border-box;
	height: 2px;
	width: 100%;
	background-color: #505050;
	margin: 0px 60px;
}
.kontaktwrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
	background-image: linear-gradient(90deg, #bd9e54, #d6b56d 10%, #fcf6ba, #d6b56d 90%, #bd9e54); 
}
.kontakt {
   	box-sizing:border-box;
	width: 100%;
    height: auto;
    display: flex; 
    flex-direction: row;
	justify-content:space-between;
	padding: 0px 60px;
}
.kontaktpunkt {
    width: auto;
	padding: 5px 0px 30px 0px;
    margin: auto 0;
    font-family: 'frontpage-pro-light';
	color: #505050;
    font-size: 1.19em;
	line-height: 1.63em;
	text-align: left;
}
.adresse {
    box-sizing:border-box;
	width: 100%;
	padding: 0px 60px 30px 60px;
    margin: auto 0;
    font-family: 'frontpage-pro-light';
	font-weight: bold;
	color: #505050;
    font-size: 1.32em;
	line-height: 1.63em;
	text-align: center;
	letter-spacing: 0.03em;
}
.bildunterschrift {
    box-sizing:border-box;
	margin: 8px 0 30px 0;
    text-align: center;
    font-family: 'frontpage-pro-light';
	color: #9e1118;
	font-size: 1.12em;
    font-weight: bold;
	line-height: 20px;
}
.bildleiste {
	box-sizing: border-box;
    width: 100%;
	margin: 90px auto 60px;
	padding: 0;
	align-content: center;
	align-items: flex-start; 
    display: flex; 
    flex-direction: row;
	justify-content: space-between;
}
.bildleiste img {
	box-sizing:border-box;
	max-width: 32.7%; 
	height: auto;
	margin: 0;
	line-height: 0;
	flex-shrink: 0;
}
.artikelleiste {
	box-sizing: border-box;
    width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0;
	align-content: center;
	align-items: flex-start; 
    display: flex; 
    flex-direction: row;
	justify-content: flex-start;
	}
.artikelbild {
	box-sizing:border-box;
	width: 360px;
	height: auto;
	margin: 21px 6% 0 0;
    line-height: 0;
	flex-shrink: 0;
}

.artikelbild img {
	box-sizing:border-box;
	width: 100%; 
	height: auto;
	margin: 0;
}

.galerie {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	margin: 21px 0 30px 0;
    line-height: 0;
	flex-shrink: 0;
	text-align: center;
}

.galerie img {
	box-sizing:border-box;
	width: 30%; 
	height: auto;
	margin: 0;
}

.artikelbild2 {
	box-sizing:border-box;
	width: 360px;
	height: auto;
	margin: 21px 0 0 6%;
    line-height: 0;
	flex-shrink: 0;
}

.artikelbild2 img {
	box-sizing:border-box;
	width: 100%; 
	height: auto;
	margin: 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;
}

.textblock {
	width: auto; 
	height: auto;
	margin: 0 6% 0 0;
}
.textblock2 {
	width: auto; 
	height: auto;
	margin: 0 0 0 0;
	text-align: left;
}
.buttonwrapper {
	box-sizing:border-box;
	width: 100%;
	padding: 0;
    display: flex; 
	flex-direction: row;
	justify-content: space-between;
	}
.button {
	width: 330px;
	padding: 0.5em 0.5em 0.6em 0.5em;
	margin: 36px 0 0;
	border-radius: 12px;
	background-image: linear-gradient(90deg, #bd9e54, #d6b56d 10%, #fcf6ba, #d6b56d 90%, #bd9e54);
	font-family: 'frontpage-pro-regular';
	font-size: 1.32em;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color:#bd9e54;
	}
.button:link { 
	color:#bd9e54;
	text-decoration:none;
}
.button:visited { 
	color:#bd9e54;
	text-decoration:none;
}
.button:hover { 
	color:#9e1118;
	text-decoration:none;
}
.button:active { 
	color:#9e1118;
	text-decoration:none;
}
.linie {
	width: 100%;
	height: 10px;
	background-image: linear-gradient(90deg, #bd9e54, #d6b56d 10%, #fcf6ba, #d6b56d 90%, #bd9e54); 
}
.fusswrapper {
    width: 100%;
    height: auto;
    margin: 63px auto 23px;
}
.fuss {
    font-family: 'frontpage-pro-regular';
    width: 30%;
    height: auto;
    margin: 0 auto;
    color: #be9c28;
    font-size: 1.19em;
    display: flex; 
    flex-direction: row;
	justify-content:space-between;
}

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

.feld1 {
	box-sizing:border-box;
	width: 100%;
	text-align: left;
	display: block;
	font-family: 'frontpage-pro-regular';
	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: 'frontpage-pro-regular';
	border: 0.5px solid #505050;
	border-radius: 12px;
}

.error {
	font-family: 'frontpage-pro-medium';
	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: 'frontpage-pro-regular';
	border: 0.5px solid #505050;
	border-radius: 12px;
}

h1 {
    font-family: 'alexbrush';
	font-size: 6.3em;
	line-height: 1.5em;
	font-weight: lighter;
	text-align: center;
	color: #d6b56d;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: 'alexbrush';
	font-size: 3.6em;
	line-height: 0.2em;
	font-weight: lighter;
	text-align: center;
	color: #505050;
	margin: 0;
	padding: 0 0 36px 0;
}
h3 {
	font-family: 'frontpage-pro-light';
	font-size: 1.12em;
	line-height: 1.63em;
	font-weight: bold;
	text-align: left;
	color: #505050;
	margin: 0;
	padding: 0;
	letter-spacing: 0.03em;
}
h4 {
    font-family: 'frontpage-pro-light';
	font-size: 2.6em;
	line-height: 1.2em;
	text-align: center;
	color: #bd9e54;
	margin: 10px 0 0 0;
	padding: 0 0 26px 0;
}
h5 {
	font-family: 'frontpage-pro-light';
	font-weight: bold;
	font-size: 1.32em;
	line-height: 2.8em;
	text-align: left;
	color: #bd9e54;
	margin: 0;
	padding: 0;
	letter-spacing: 0.03em;
}
p {
	font-family: 'frontpage-pro-light';
	font-size: 1.12em;
	line-height: 1.63em;
	text-align: left;
	color: #505050;
	margin: 0 0 25px 0;
}
label {
	display: inline-block; 
	width: 12em;
	font-family: 'frontpage-pro-light';
	font-size: 1.12em;
	line-height: 1.63em;
	text-align: left;
	color: #505050;
}
.intro {
	font-family: 'frontpage-pro-light';
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #bd9e54;
}
.liste {
	font-family: 'frontpage-pro-light';
	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: #bd9e54;
    text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.03em;
}
a:visited {
    color: #bd9e54;
    text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.03em;
}
a:hover {
    color: #9e1118;
    text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.03em;
}
a:active {
    color: #9e1118;
    text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.navpunkt:link {
    color: #bd9e54;
    text-decoration: none;
}
.navpunkt:visited {
    color: #bd9e54;
    text-decoration: none;
}

.navpunkt:hover {
    color: #9e1118;
    text-decoration: none;
}

.navpunkt:active {
    color: #9e1118;
    text-decoration: none;
}
.mouseover:link { 
	color:#9e1118;
	text-decoration:none;
}
.mouseover:visited { 
	color:#9e1118;
	text-decoration:none;
}
.mouseover:hover { 
	color:#bd9e54;
	text-decoration:none;
}
.mouseover:aktive { 
	color:#9e1118;
	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: 1024px) {
    .logowrapper {
	margin: auto 15px auto 60px;
	}
}
@media screen and (max-width: 480px) {
    .logowrapper {
	width: 100%;
	margin: 0px 0px 15px 0px;
	}
}
@media screen and (max-width: 1024px) {
    #sprachen {
	font-size: 0.93em;
	}
}
@media screen and (max-width: 480px) {
    #sprachen {
	text-align: center;
	color: #bd9e54;
	padding: 0 0 20px 0;
	}
}
@media screen and (max-width: 1024px) {
    #buchung {
	font-size: 0.93em;
	}
}
@media screen and (max-width: 480px) {
    #buchung {
	padding: 20px 0 6px 0;
	}
}
@media screen and (max-width: 480px) {
    #nav-hintergrund {
	background-color: transparent;
	}
}
@media screen and (max-width: 1024px) {
    .navwrapper {
	padding: 0 60px 0 30px;
	}
}
@media screen and (max-width: 480px) {
    .navwrapper {
	padding: 20px 0 0;
	}
}
@media screen and (max-width: 1024px) {
    .navigation {
    font-size: 1.0em;
	}
}
@media screen and (max-width: 480px) {
    .navigation {
	width: 100%;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.0em;
	padding: 6px 15px;
	background-color: #ffffff;
	}
}
@media screen and (max-width: 480px) {
    .navpunkt {
	padding: 12px 15px;
	}
}
@media screen and (max-width: 480px) {
    .dropdown-content {
	left: 125px;
	}
}
@media screen and (max-width: 1024px) {
    #message {
	font-size: 1.22em;
	line-height: 1.2em;
	padding: 10px 30px 10px 30px;
	}
}
@media screen and (max-width: 480px) {
    #message {
	font-size: 1.12em;
	line-height: 1.2em;
	padding: 10px 30px 10px 30px;
	}
}
@media screen and (max-width: 1024px) {
    #inhalt {
    padding: 45px 60px;
    }
}
@media screen and (max-width: 480px) {
    #inhalt {
    padding: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .titel {
    padding: 50px 0 0 0 ;
    }
}
@media screen and (max-width: 480px) {
    .titel {
    padding: 39px 0 0 0 ;
    }
}
@media screen and (max-width: 480px) {
    .linie2 {
    margin: 0 30px;
    }
}
@media screen and (max-width: 1024px) {
    .kontakt {
	width: 100%;
	font-size: 0.88em;
	margin: 0;
	}
}
@media screen and (max-width: 480px) {
    .kontakt {
	width: 100%;
    flex-wrap: wrap;
	justify-content: flex-start;
	margin: 15px 0px;
	padding: 0 0 0 30px;
	}
}
@media screen and (max-width: 1024px) {
    .kontaktpunkt {
	padding: 0px 0px 25px 0px;
	}
}
@media screen and (max-width: 480px) {
    .kontaktpunkt {
	width: auto;
	margin: 5% 0;
	padding: 0px 30px 0px 0px;
	}
}
@media screen and (max-width: 480px) {
    .bildleiste {
        flex-direction: column;
		margin: 30px auto 0px;
    }
}

@media screen and (max-width: 480px) {
    .bildleiste img {
        max-width: 100%;
		height: auto;
		margin-bottom: 60px;
    }
}

@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) {
    .artikelbild {
        width: 260px;
		height: auto;
		margin: 0px 6% 0 0;
    }
}

@media screen and (max-width: 480px) {
    .artikelbild {
        width: 100%;
		height: auto;
		margin: 20px 0;
    }
}

@media screen and (max-width: 1024px) {
    .artikelbild2 {
        width: 260px;
		height: auto;
		margin: 0px 0 0 6%;
    }
}

@media screen and (max-width: 480px) {
    .artikelbild2 {
        width: 100%;
		height: auto;
		margin: 20px 0;
    }
}

@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) {
    .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: 480px) {
    .galerie {
        margin: 10px 0 15px 0;
    }
}
@media screen and (max-width: 480px) {
    .galerie img {
        width: 100%;
		height: auto;
		margin: 10px 0 30px 0;
		padding: 0px;
    }
}


@media screen and (max-width: 1024px) {
    .textblock {
        max-width: 580px;
		height: 350px;
		margin: 0 6% 0 0;
    }
}
@media screen and (max-width: 1024px) {
    .textblock2 {
        width: auto;
		height: auto;
		margin: 0 0 0 0;
    }
}
@media screen and (max-width: 480px) {
    .textblock {
        width: 100%;
		height: auto;
		margin: 30px 0;
		padding: 0px;
    }
}
@media screen and (max-width: 480px) {
    .textblock2 {
		max-width: 100%;
        width: 100%;
		height: auto;
		margin: 30px 0;
		padding: 0px;
    }
}
@media screen and (max-width: 1024px) {
    .button {
	width: 360px;
	font-size: 1.12em;
	}
}
@media screen and (max-width: 480px) {
    .button {
	width: 100%;
	font-size: 1.12em;
	margin: 0px;
	}
}
@media screen and (max-width: 480px) {
    .buttonwrapper {
	flex-direction: column;
	padding-top:15px;
	}
}
@media screen and (max-width: 1024px) {
    .fusswrapper {
	margin: 45px 0 20px 0;
	}
}
@media screen and (max-width: 480px) {
    .fusswrapper {
	margin: 35px 0 15px 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: 4.5em;
	}
}
@media screen and (max-width: 480px) {
    h1 {
	font-size: 3.0em;
	}
}
@media screen and (max-width: 1024px) {
    h2 {
	font-size: 3.0em;
	}
}@media screen and (max-width: 480px) {
    h2 {
	font-size: 2.3em;
	padding: 0 0 10px 0;
	}
}
@media screen and (max-width: 1024px) {
    h3 {
	font-size: 1.13em;
	line-height: 1.5em;
	}
}@media screen and (max-width: 480px) {
    h3 {
	font-size: 1.13em;
	line-height: 1.38em;
	}
}
@media screen and (max-width: 1024px) {
    h4 {
	font-size: 2.1em;
	line-height: 0.5em;
	}
}@media screen and (max-width: 480px) {
    h4 {
	font-size: 1.82em;
	line-height: 0.35em;
	margin: 18px 0 0;
	}
}
@media screen and (max-width: 1024px) {
    h5 {
	font-size: 1.22em;
	line-height: 1.2em;
	margin: 0px 0 18px 0;
	}
}
@media screen and (max-width: 480px) {
    h5 {
	font-size: 1.12em;
	line-height: 1.2em;
	margin: 0px 0 18px 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: 1024px) {
    label {
	font-size: 1em;
	line-height: 1.5em;
	}
}
@media screen and (max-width: 480px) {
    label {
	font-size: 0.88em;
	line-height: 1.38em;
	}
}
@media screen and (max-width: 1024px) {
    .error {
	font-size: 1em;
	line-height: 1.5em;
	}
}
@media screen and (max-width: 480px) {
    .error {
	font-size: 0.88em;
	line-height: 1.38em;
	}
}
@media screen and (max-width: 480px) {
    #formular {
	padding: 15px 15px 0 15px;
	}
}
@media screen and (max-width: 480px) {
    #highlights {
	flex-direction: column;
	padding: 0px 30px 30px;
	}
}
@media screen and (max-width: 480px) {
    .services {
	margin: 30px 0px;
	}
}
@media screen and (max-width: 1024px) {
    .adresse {
	font-size: 1.13em;
	line-height: 1.38em;
	}
}
@media screen and (max-width: 480px) {
    .adresse {
	font-size: 1.13em;
	line-height: 1.38em;
	padding: 0px 30px 30px 30px;
	}
}