* {
	margin:0 auto;
	font-family: Avenir Next Condensed, Avenir Next, Helvetia, sans-serif;
	color: rgb(55, 57, 55);
	text-align:center;
}

a:hover {
	color:rgb(149, 131,157);
}

a {
	text-decoration:none;
} 

.navigation {
	height:170px;
	width:100%;
	background-color:rgb(149, 131,157);
	position:fixed;
	top:0;
}

.logo {
	height:110px;
	width:180px;
	background: url(index_files/Logo.png) no-repeat;
	background-size:contain;
}

.menu {	
	height:auto;
	background-color:rgb(172,158,179);
    padding-top:20px;
  	padding-bottom:20px;
  	margin:0 auto;
  	list-style-type:none;
  	padding-left:0px;
}


.menu a {
	padding-right:2%;
	padding-left:2%;
	border-left:solid 1.5px #6E6E6E;
	font-weight:500;
  
}

.menu li {
	display:inline;
}

.aktuell {
	color:#BDBDBD;
}

#banner{
	margin-top:170px;
}

.text_container_white {
	padding-top:20px;
	width:100%;
	height:auto;
	background:white;
}


.text_container_white h1 {
	width: 80%;
	line-height: 2;
}

.text_container_white p {
	width: 80%;
	line-height: 2;
  	text-align:center;
}

.image_container {
	width:100%;
	height:auto;
	background-color:rgb(149, 131,157);
  	padding-top:5%;
  	padding-bottom:5%;
}

.image_container img{
  	background-color:rgb(149, 131,157);
} 

.text_container_white_small {
	padding-top:20px;
	width:100%;
	height:auto;
	background:white;
	padding-bottom:20px;
}

.text_container_white_small p {
  	width: 80%;
	line-height: 2;
  text-align:center;
}

.text_container_white_small h1{
	width: 80%;
}
	

#text_container_rosa {
	width:100%;
	height:auto;
	padding-top:20px;
	padding-bottom:30px;
	background-color:rgb(149, 131,157);
}

#text_container_rosa h1{
	padding-top:20px;
	font-family:Savoye LET;
	font-size:2.5em;
}

#text_container_rosa p{
	text-align:center;
}
.button {
	border-radius: 15px;
	border: solid 2px white;
  	background:rgb(192,192,192);
}

.button_text {
	padding-top:6px;
	font-size:1.9em;
	padding-bottom:5px;
}

.Termin_button {
	border-radius: 15px;
	border: solid 2px white;
  	position: fixed;
  	bottom: 4rem;
	width:auto;
  	right:38%;
  	background:rgb(192,192,192);
}

.fa {
	padding-right:8px;
}

#last {
	padding-right:0;
}


.footer {
	width:100%;
	height:auto;
	background-color:#6E6E6E;
	padding-bottom:20px;
}

.footer p {
	padding-top:40px;
	color:white;
	background-color:#6E6E6E;
  text-align:center;
}

.footer a {
	color:white;
	background-color:#6E6E6E;
}

.Text_container_white_kontakt {
  	margin-top:20px;
	width:100%;
	background:white;
	height:auto;
}

.Text_container_white_kontakt p{
	width: 60%;
	text-align:center;
	line-height: 2;
}

.Kontakt {
	width:80%;
	padding-top:20px;
	padding-bottom:20px;
	align-items:center;	

}

.table {
	border-spacing:18px 0px;
}

.table td {
	text-align:left;
	line-height: 1.5;
	padding-top:10px;
	
}

input {
	font-size:1em;
	border-radius:4px;
}

.input {
	width:90%;
	height:25px;
}

.input_last {
	width:95%;
	height:25px;
}



#footer-cookie {	
	display:none;
	width:300px;
  	position: fixed;
	float:left;
  	bottom: 0rem;
	background-color:#6E6E6E;
	margin-left:1rem;
	padding-left:2rem;
	padding-right:1rem;	
	padding-bottom:1rem;
	padding-top:1rem;
	z-index:1;
}

#accept {
	margin-top:20px;
	background-color:#6E6E6E;
}

#accept a {
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
	color:white;
}

#description {
	background-color:#6E6E6E;
	color:white;
	text-align:left;
}

#linki {
	background-color:#6E6E6E;
	color:white;
	text-decoration: underline;
}


@media (max-width:52em) {
  .Termin_button{
	  right:30%;
  }
}

.impressum {
	width:80%;
	height:auto;
	margin-top:200px;
  	margin-bottom:20px;
}

.impressum h1, p, h2 {
  text-align:left;
  line-height:2;
}
  
.datenschutz {
	width:80%;
	height:auto;
	margin-top:200px;
}

