@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: 'Arima Koshi Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/ArimaKoshi-Regular.woff') format('woff');
    }
 
@font-face {
    font-family: 'Arima Koshi Semi Bold';
    font-style: normal;
    font-weight: lighter;
    src: url('../fonts/ArimaKoshi-SemiBold.woff') format('woff');
    }
    
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: 'Arima Koshi Semi Bold';
	text-align: center;
	overflow: auto;
}
body, html {
	width: 100%;
	height: 100%;
}

h1 {
	font-family: 'Alexbrush';
	font-size: 3.3em;
	color: #be9d28;
	font-weight: lighter;
	text-align: center;
	line-height: 0.9em;
	padding: 0;
	margin: 18px 0 36px 0;
}

h2 {
	font-family: 'Arima Koshi Semi Bold';
	font-size: 1.25em;
	line-height: 1.63em;
	text-align: center;
	color: #be9d28;
	font-weight: lighter;
	margin: 27px 0 9px 0;
}

h3 {
	font-family: 'Alexbrush';
	font-size: 2.8em;
	color: #be9d28;
	font-weight: lighter;
	text-align: center;
	line-height: 0.9em;
	padding: 0;
	margin: 36px 0 18px 0;
}

p {
	font-family: 'Arima Koshi Regular';
	font-size: 1.12em;
	line-height: 1.63em;
	text-align: justify;
	text-align-last: center;
	color: #4f5154;
	margin: 0 0 25px 0;
}

.intro {
	font-family: 'Arima Koshi Semi Bold';
	font-size: 1.12em;
	line-height: 1.63em;
	text-align: justify;
	text-align-last: center;
	color: #be9d28;
	margin: 0 0 25px 0;
}

.liste {
	width: fit-content;
	font-family: 'Arima Koshi Regular';
	font-size: 1.12em;
	line-height: 1.63em;
	margin: 0px auto 0px;
	text-align: left;
	list-style-type: disc;
	color: #be9d28;
}


.mouseover:link {
    color: #be9d28;
    text-decoration: none;
}
.mouseover:visited {
    color: #be9d28;
    text-decoration: none;
}
.mouseover:hover {
    color: #00488c;
    text-decoration: none;
}
.mouseover:active {
    color: #00488c;
    text-decoration: none;
}

.mouseover2:link {
    color: #4f5154;
    text-decoration: none;
}
.mouseover2:visited {
    color: #4f5154;
    text-decoration: none;
}
.mouseover2:hover {
    color: #00488c;
    text-decoration: none;
}
.mouseover2:active {
    color: #00488c;
    text-decoration: none;
}

#kopf {
    box-sizing: border-box;
	width: 100%;
    height: auto;
  	background-color: #00488c;
}

.kopflogo {
	box-sizing: border-box;
	height: auto;
	width: 26%;
	line-height: 0;
	padding: 60px 0 0 0;
	margin: 0 auto;
}

.zierbogen {
    box-sizing: border-box;
	width: 100%;
    height: auto;
	line-height: 0;
	margin: 0;
	padding: 0;
	filter: drop-shadow(0px 9px 4px #a2a3a4);
}

.zierbogen img {
	width: 100%;
	height: auto;
}

.navwrapper {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-shrink: 0;
	justify-content: space-between;
	padding: 30px 21% 18px;
}

.navpunkt {
    box-sizing: border-box;
	font-size: 1.25em;
	line-height: 0;
	padding: 9px 0;
}

.navpunkt a:link {
    color: #be9d28;
    text-decoration: none;
}
.navpunkt a:visited {
    color: #be9d28;
    text-decoration: none;
}
.navpunkt a:hover {
    color: #00488c;
    text-decoration: none;
}
.navpunkt a:active {
    color: #00488c;
    text-decoration: none;
}

#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;
  }

#kopfbild {
	width: 100%;
	height: auto;
	line-height: 0;
}

#landkarte {
	position: absolute;
 	top: 0;
 	left: 0;
 	bottom: 0;
 	right: 0;
 	width: 100%;
  	height: 100%;
	line-height: 0;
}

.inhalt {
	padding: 36px 21%;
}

.trennlinie {
	width: 100%;
	height: 2px;
	background-color: #be9d28;
	margin: 69px 0 69px 0;
}

.galerieleiste {
	box-sizing: border-box;
    width: 100%;
	margin: 0px auto;
	padding: 3px 0;
	align-content: center;
	align-items: flex-start; 
    display: flex; 
    flex-direction: row;
	justify-content: space-between;
	}

.galeriebild {
	box-sizing:border-box;
	width: 33%; 
	height: auto;
	line-height: 0;
	padding: 3px;
}

.galeriebild img {
	width: 100%; 
	height: auto;
	margin: 0;
}

.stimmungsbild {
	width: 460px; 
	height: 460px;
	flex-shrink: 0;
	border-color: #be9d28;
	border-style: solid;
	border-width: 5px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 0;
	margin: 30px auto;
}

#formular {
	margin: 60px 0 0 0;
	padding: 30px 21% 0 21%;
	background-color: #f5f0df;
	border-radius: 24px;
}

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

.feld1 {
	box-sizing:border-box;
	width: 100%;
	text-align: left;
	display: block;
	font-family: 'Arima Koshi Regular';
	color: #be9d28;
}

.eingabe {
	box-sizing:border-box;
	margin-top: 8px;
	width: 100%;
	height: auto;
	padding: 12px;
	color: #4f5154;
	font-size:15px;
	text-align:left;
	font-family: 'Arima Koshi Regular';
	border: 2px solid #be9d28;
	border-radius: 12px;
}

.error {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	display: inline-block;
	font-family: 'Arima Koshi Regular';
	font-size:1.12em;
	color: #9e1118;
}

#nachricht {
	box-sizing:border-box;
	margin-top: 8px;
	width: 100%;
	height: auto;
	padding: 12px;
	color: #4f5154;
	font-size:15px;
	text-align:left;
	font-family: 'Arima Koshi Regular';
	border: 2px solid #be9d28;
	border-radius: 12px;
}

label {
	display: inline-block; 
	width: 100%;
	font-family: 'Arima Koshi Regular';
	font-size: 1.12em;
	line-height: 1.63em;
	text-align: left;
	color: #4f5154;
}

.services {
	box-sizing:border-box;
	display: flex;
	justify-content: flex-start;
	text-align: left;
}

.checkbox {
	margin: 0 10px 0 0 ;
}

.buttonwrapper {
	box-sizing:border-box;
	width: 100%;
	padding: 0;
    display: flex; 
	flex-direction: row;
	justify-content: center;
	}
.button {
	width: 330px;
	padding: 0.5em 0.5em 0.6em 0.5em;
	margin: 36px 0 0;
	border-radius: 12px;
	background-image: linear-gradient(-36deg, #be9d28, #e8c36c 20%, #fbecaf, #e8c36c 80%, #be9d28);
	font-family: 'Arima Koshi Semi Bold';
	font-size: 1.32em;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color:#be9d28;
	}
.button:link { 
	color:#be9d28;
	text-decoration:none;
}
.button:visited { 
	color:#be9d28;
	text-decoration:none;
}
.button:hover { 
	color:#00488c;
	text-decoration:none;
}
.button:active { 
	color:#00488c;
	text-decoration:none;
}

.wrapper {
	box-sizing: border-box;
	width: 100%;
	height: 36px;
	font-family: 'Arima Koshi Semi Bold';
	line-height: 0;
	font-size: 1.12em;
	color: #4f5154;
	display: flex; 
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.wrapper img {
	height: 100%;
	width: auto;
}

.wrapper-image {
	box-sizing: border-box;
	height: 100%;
	width: auto;
	margin: 0 15px 0 0;
}

.socialwrapper {
    width: 39%;
    height: auto;
    margin: 0 auto;
    display: flex; 
    flex-direction: row;
	justify-content:space-between;
}

.socialicon {
	width: 88px;
	height: 88px;
    margin: 30px 0;
}

#fuss {
	box-sizing: border-box;
	width: 100%;
	font-family: 'Arima Koshi Semi Bold';
	font-size: 1.19em;
	line-height: 0;
	color: #be9d28;
	text-align: center;
	padding: 60px 0px 63px 0px;
}

#fuss a:link {
    color: #be9d28;
    text-decoration: none;
}
#fuss a:visited {
    color: #be9d28;
    text-decoration: none;
}
#fuss a:hover {
    color: #00488c;
    text-decoration: none;
}
#fuss a:active {
    color: #00488c;
    text-decoration: none;
}

.linie {
	width: 100%;
	height: 3px;
	background-color: #be9d28;
}

.movie {
	width: 100%;
	height: auto;
	margin: 30px 0;
}

@media screen and (max-width: 480px) {
    .kopflogo {
        width: 70%;
		padding: 36px 0 18px 0;
    }
}

@media screen and (max-width: 480px) {
    .navwrapper {
	width: 100%;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	padding: 20px 10px 5px;
	}
}

@media screen and (max-width: 480px) {
    .navpunkt {
	font-size: 1.12em;
	margin: 0px 10px 6px;
	}
}

@media screen and (max-width: 480px) {
    .inhalt {
        padding: 36px 30px;
    }
}
@media screen and (max-width: 480px) {
    .galerieleiste {
        flex-direction: column;
    }
}
@media screen and (max-width: 480px) {
    .galeriebild {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .stimmungsbild {
        width: 100%;
		height: 100%;
		border-radius: 50%;
    }
}

@media screen and (max-width: 480px) {
    .socialwrapper {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .socialicon {
	width: 60px;
	height: 60px;
	margin: 12px 0;
	}
}

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

@media screen and (max-width: 480px) {
    .error {
	font-size: 0.88em;
	line-height: 1.38em;
	}
}

@media screen and (max-width: 480px) {
    #fuss {
	font-size: 1.12em;
	}
}

@media screen and (max-width: 480px) {
    h1 {
	font-size: 2.7em;
	margin: 5px 0 12px 0;
	}
}

@media screen and (max-width: 480px) {
    h2 {
	font-size: 1.19em;
	line-height: 1.38em;
	}
}

@media screen and (max-width: 480px) {
    p {
	font-size: 0.93em;
	line-height: 1.38em;
	}
}

@media screen and (max-width: 480px) {
    .intro {
	font-size: 0.93em;
	line-height: 1.38em;
	}
}

@media screen and (max-width: 480px) {
    .liste {
	font-size: 0.93em;
	line-height: 1.38em;
	}
}
