body{
			margin-top:0;
			margin-left:0;
			margin-right:0;
			padding-top: 0;
			padding-bottom: 0;
			margin-bottom: 0;
			background-color: #fff;
			overflow-x: hidden;
			font-family: 'Montserrat', sans-serif;
		}
		
		.topnav {
		  background-color: #7a7a7a;
		  opacity: 0.9;
		  overflow: hidden;
		  position: fixed;
		  width: 100%;
		  top: 0;
		  z-index: 999;

		}
		.topnav a {
		  float: left;
		  display: block;
		  color: white;
		  text-align: center;
		  padding: 14px 16px;
		  text-decoration: none;
		  font-size: 17px;
		}
		
* {box-sizing: border-box;}
.imggalery{
	width: 23vw;
	margin-bottom: 1vh;
	margin-left:1vw;
	border-radius: 0.1em
}

.gray{
	background-color: lightgrey;
}

.btnstyle{
	width:90%;
	height: 30%;
	border: 1px solid #f1f1f1;
	border-bottom: 4px solid red;
	font-size: 2vh;
	background-color:  #f1f1f1;
}

.strich {
	background-color: #0489B1;
	width: 20%;
	height: 0.3vh;
	margin-top: 2vh;
	margin-bottom: 2vh;
	margin-left: 10vw;
}

		.strich2 {
	background-color: #0489B1;
	width: 20%;
	height: 0.3vh;
	margin-top: 0vh;
	margin-bottom: 10vh;
	
	float: right;
}

		.strich3 {
	background-color: #0489B1;
	width: 20%;
	height: 0.3vh;
	margin-top: 0vh;
	margin-bottom: 10vh;
	margin-right: auto;
	margin-left: auto;
}

.mainimg{
	position: relative;
			  top: 0;
			  left: 0;
	width: 99vw;
	
	opacity: 0.9;
}
.imgdiv{
	position: absolute;
    top: 1vh;
    /* left: 40vw; */
    /* right: 40vw; */
    color: black;
	width: 100%;
	text-align: left;
    /*text-align: center;*/
}
.image{
	width: 15vw;
	position: relative;
	box-shadow: 10px 10px 5px #aaaaaa;
	
}

.image:hover{
	transition: 0.2s;
	border: 1px solid lightgray;
	cursor: pointer;
}
.hclass{
	position: absolute;
    
    font-size: 3vh;
    width: 100%;

}

.secimg{
	width: 25vw;
}

u{

text-decoration: underline;
  text-decoration-color:#0489b1;
}


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.but {
	font-family: 'Montserrat', sans-serif;
	margin-top: 0;
  background-color: #7a7a7a;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-size: 1.8vh;
  border-radius: 1em;
}


.but:hover {
  background-color: lightblue;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 65%;
  background-color: #f1f1f1;
  padding: 40px;
  border-radius: 1em;

}

.topnav a:hover {
	background-color: lightblue;
	color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
	background-color: lightblue;
	color: black;
}

.text
{
	padding-top: 2vh;
	text-align: left; 
	
	font-weight: 400;
	width: 40%;
	font-size: 2vh;
	margin-right: 8vw;
	margin-left: 10vw;
	margin-bottom: 10vh;		
}


.wappen{
	width: 10vw;
	padding-top: 4%;
}
.rund {
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
height: 50px;
width: 50px;
}

.footer {

	height: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #7a7a7a;
	color: white;
	text-align: center;
	
	margin-top: 10vh;
}
.oky{
	background-color: blue;
}
.middle_smart{
	display: none;
}
.middle{
	
	display: block;
	overflow-x: hidden;
	margin-top: 2vh;
	width: 100%;
	padding-left: 4vw;
	padding-right: 4vw;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 2vh;
}
.termin{
	margin-bottom: 2vh;
	padding: 2vmin;
	background-color: #f1f1f1; 
	width: 35vmin;
	min-height: 35vmin;
	height: 35vmin;
	border-radius: 1em;
}
.termin2{
	min-height: auto;
	min-width: 41vw;
	margin-bottom: 2vh;
	padding: 1vmin;
	background-color: #f1f1f1; 
	width: 100%; 
	border-radius: 1em;
}
.topnav .icon {
	display: none;
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none; z-index: 999;}
.topnav a.icon {
float: right;
display: block;
}
.text
{
margin-top: 3vh;
margin-bottom: 3vh;
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 4vmin;

width: 90%;
font-size: 2vh;

}
.wappen{
width: 10vw;
}

.mainimg{
position: static;
top: 0;
left: 0;
width: 100vw;

opacity: 0.9;
}
.secimg{
display: none;
}
.hclass{
position: absolute;

font-size: 3vh;
width: 100%;

}
.container {
margin-left: auto;
margin-right: auto;
width: 90%;
background-color: #f1f1f1;
padding: 20px;
border-radius: 1em;
}

.termin{
height:25vh;
background-color: #f1f1f1; 
width: auto;
min-width: 40vw;
max-width: 40vw;
border-radius: 1em;
}
.middle_smart{
display: block;

}
.middle{
display: none;
}
.image{
width: 25vw;
position: relative;
box-shadow: 10px 10px 5px #aaaaaa;


}

.image:hover{
transition: 0.2s;
border: 1px solid lightgray;
cursor: pointer;
}
.imggalery{
width: 90%;
border-radius: 0.1em
}
.strich {
background-color: #0489B1;
width: 50%;
height: 0.3vh;
margin-top: 5vh;
margin-bottom: 0vh;
margin-left: 10vw;
}

	.strich2 {
background-color: #0489B1;
width: 50%;
height: 0.3vh;
margin-top: 0vh;
margin-bottom: 10vh;

float: right;
}

	.strich3 {
background-color: #0489B1;
width: 50%;
height: 0.3vh;
margin-top: 0vh;
margin-bottom: 10vh;
margin-right: auto;
margin-left: auto;
}
}

@media screen and (max-width: 600px) {
	.topnav.responsive {position: fixed; z-index: 99999}
	.topnav.responsive a.icon {
	position: absolute;
	right: 0;
	top: 0;
	}
	.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
	}
}

.middle{
	
	margin-top: 2vh;
	width: 100%;
	padding-left: 4vw;
	padding-right: 4vw;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 2vh;
}

.middle2{
	width: 100%;
	padding-right: 10vw;
	text-align: right;
	font-size: 2vh;
}
.middle3{
	margin-top: 15vh;
	width: 100%;
	padding-right: 4vw;
	padding-right: 4vw;
	text-align: center;
	font-size: 2vh;
	margin-left: auto;
	margin-right: auto;
}
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

