* {
	  font-family: 'Roboto', Arial;
	  font-size: 100%;
	  line-height: 150%;
	  margin: 0;
	  padding: 0;
  }


body {
	margin: 0;
	padding: 0;
	font: 100%/1.5 'Roboto', Arial, sans-serif;
	background-color: #b0b8bb;
}


html,
body {
	height: 100%;
}

body {
	position: relative;
	background-color: #b0b8bb; /* Fallback-Hintergrund */
}

/* Vollflächiges Hintergrundbild */
.backstretch {
	position: fixed;
	inset: 0; /* top:0; right:0; bottom:0; left:0 */
	background-image: url("../images/hintergrundsbild.jpg");
	background-size: cover;          /* füllt den Viewport */
	background-position: center;     /* schön zentriert */
	background-repeat: no-repeat;
	z-index: -1;                     /* hinter dem Inhalt */
}


p {
    font-size:1em;
    margin: 0 0 1.5em 0;
    hyphens: auto;
	hyphens: auto;
	font-weight: 300 ! IMPORTANT;
	color: black;
}

h1, h2, h3, h4 {
	word-spacing: 1px;
	color: #222;
	font-weight: 300;
}

h1 {
	margin: 0;
	margin-bottom: .45em;
	font-size: 3.35em;
	font-size: 3em;
	line-height: 135%;
	padding: 2.5em 0 0;
}

h2 {
	margin: 0;
	margin-bottom: 1.0em;
	margin-top: 2.1em;
	padding: 0;
	font-size: 1.9em;
	line-height: 130%;
}

h3 {
	margin: 0;
	margin-top: 1.2em;
	margin-bottom: .8em;
	padding: 0;
	font-size: 1.5em;
	line-height: 130%;

}

#section-5 h3 {
	margin-top: 2.2em;
}

.klein {
	font-size: 85%;
	hyphens: none
}

.section a {
	color: black;
		text-decoration: underline;
		text-decoration-color: #888; /* Grau */
		text-underline-offset: 3px;
}



.section a:hover {
	text-decoration: underline;
	text-decoration-color: #ddd; /* Grau */
	text-underline-offset: 3px;
}

/* ! Navigation */

#nav ul {
	padding: 0;
	margin: 0;
	text-align: right;
}

b {
	color: #54565b;
	font-weight: bold;
}

#top {
	background-color: #6e7075;
	width: 100%;
	height: 60px;
	z-index: 7;
}

#topcontainer {
	background-color: #6e7075;
	height: 60px;
	margin: 0 auto;
	max-width: 900px; /*1100*/
	min-width: 320px;
	z-index: 7;

}

#nav {
	/*padding-right: 1em;*/
}

#nav li {
	list-style: none;
	display: inline
}

#nav li a {
	display: inline-block;
	color: white;
	margin: 0px 10px;
	text-decoration: none;
	line-height: 60px;
	height: 47px;
}

#nav li a:hover {
	border-bottom: 1px dotted white;
}

#nav li.current a {
	border-bottom: 1px solid white;
}


#container ul { 
	text-align: left;
	font-weight: 300;
	margin-left: 1.2em;
	margin-bottom: 0.8em;
}

#container li {
	list-style-type: disc;
	list-style-position: outside;
}

/* Footer */

.footer h2, .footer h3 {
	color: white;
}

.footer p {
	color: silver;
	text-decoration: none;
	font-size: 80%;
	margin-bottom: 0;
}

.footer p a {
	color: white;
	text-decoration: none;
}

.footer p a:hover {
	color: silver;
}

.span5 ul {
	margin: 0 0 2.25em 0;
}

.span5 li {
	margin: 0 0 0 -1.3em;
	padding: 0;
	color: gray;
	list-style-position: outside;
	list-style-type: disc;
}


#logo h1, #logo h1 a {
	text-decoration: none;
	height: 60px;
	color: white;
	line-height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0px 30px 0px 30px;
	font-size: clamp(1.2em, 2.5vw, 1.8em);
	cursor: pointer;
	z-index: 2000;
}
#adresse {
	width: 85%;
	padding: 60px 0px 0 30px;
	z-index: 2000;
	position: fixed;

}

#adresse p {
	transition: opacity 0.3s ease;
	color: white;
	hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
}

.start {
	width: 100%;
	height: 100px;
	text-align: center;
	position: absolute;
	bottom: 30px;	
	z-index: 1000;
}

.start a {
	font-size: 0;
	line-height: 0;
	text-indent: -10000px;
	background: url(../basisdesign/pfeil.png) no-repeat center center;
	background-size: 30px auto;
	background-color: black;
	width: 70px;
	height: 70px;
	border-radius: 60px;
	bottom: 40px;
	display: block;
	animation: bounce 2.0s infinite ease-in-out, glow 2.0s infinite ease-in-out;
	z-index: 1;
	margin: 0 auto;
}

/* Deine Kreis-Animation */
@keyframes bounce {
	0%   { transform: scale(1); }
	50%  { transform: scale(1.15); }
	100% { transform: scale(1); }
}

/* Weissrand-Animation (taucht nur beim grössten Kreis auf) */
@keyframes glow {
	0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
	50%  { box-shadow: 0 0 0 3px rgba(255,255,255,0.9); }
	100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}



/* google */
.map-wrapper {
	width: 100%;
	height: 400px;
	/* position: relative; */
	float: left;
	z-index: 100;
}

.map-placeholder {
	width: 90%;
	height: 100%;
	background: #f4f4f4;
	border: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
}

.map-placeholder button {
	margin-top: 12px;
	padding: 10px 18px;
	background: #c9c9c9;
	/* gerne anpassen */
	border: none;
	color: white;
	cursor: pointer;
	border-radius: 4px;
	font-size: 16px;
}

.hidden {
	display: none;
}

#mapFrameContainer iframe {
	width: 100%;
	height: 400px;
	border: 0;
}




