@charset "UTF-8";
/* CSS Document */

html {
	-webkit-text-size-adjust: none !important;
}

body {
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
}

.nav {
	overflow: hidden;
   background-color: #FFF;
   position: fixed; /* Set the navbar to fixed position */
   top: 0; /* Position the navbar at the top of the page */
   left: 0;
   width: 100%; /* Full width */
   
}

.nav a {
	float: left;
   display: block;
   text-align: left;
   padding: 5px 15px 5px 8px;

}

img[data-sizes="auto"] { 
	display: block; 
	width: 100%;
	max-width: 900px;
	 }
	
img[data-sizes="auto_h"] { 
	display: block; 
	width: 66%;
	max-width: 600px;
}

h1, h2, h3, h4, h5, h6 { /*reset for mobile browsers */

font-weight: normal;

}

h1 {
 	font-family: 'Montserrat', sans-serif;
 	font-size: 100px;
 	line-height: 80px;
	margin-top: 80px;
	margin-bottom: 30px;

}

a {
	color: black;
}

ul, li {

	list-style: none;
	padding: 0;
	margin: 0;
	font: inherit;
}



.section_container {
	max-width: 900px;
}

.section_container_txt {
	max-width: 600px;
	margin-bottom: 10px;
	margin-top: 0;
}

.title {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
	margin-top: 80px;
	
}

.text {
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
	hyphens: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.text_img {
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
	hyphens: auto;
	margin-top: 0;
	margin-bottom: 30px;
}

.form_container {
	margin-top: 30px;
}

.form {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px;
	border-color: black;
	border-style: dotted;
	margin-bottom: 10px;
	padding-left: 0;
	width: 100%;
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	font-weight: 500;
	color: gray;
}

.form_button {
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
	border: 0;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	background-color: white;
	color: black;
	cursor: pointer;
}

.footer {
	margin-top: 80px;
}

.map {
	padding: 0;
	margin-top: 20px;
	margin-bottom: 50px;
	
}

.bild {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 3px;
	padding: 0;
}

.bild_hoch {
	max-width: 600px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 3px;
	padding: 0;
}

strong {
	font-weight: 700;
}

@media screen and (max-device-width:750px){
	
	html {
	-webkit-text-size-adjust: none !important;
}
	
	body {
	font-size: 42px;
}

	.section_container {
	max-width: 100%;
}

	.section_container_txt {
	max-width: 100%;
}

.form {
	-webkit-appearance: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px;
	border-color: black;
	border-style: solid;
	border-radius: 0;
	margin-bottom: 10px;
	padding-left: 0;
	width: 100%;
	font-family: 'Cormorant Garamond', serif;
	font-size: 42px;
	font-weight: 500;
	color: gray;
}

.form_button {
	-webkit-appearance: none;
	font-family: 'Cormorant Garamond', serif;
	font-size: 42px;
	font-weight: 500;
	text-decoration: underline;
	border: 0;
	margin-top: 30px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	background-color: white;
	color: black;
	cursor: pointer;
}


}

@media screen and (max-width:750px){
	
	html {
	-webkit-text-size-adjust: none !important;
}
	
	body {
	font-size: 30px;
}
	
	strong {
	font-weight: 600;
}

	.section_container {
	max-width: 100%;
}

	.section_container_txt {
	max-width: 80%;
}

.form {
	-webkit-appearance: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px;
	border-color: black;
	border-style: solid;
	border-radius: 0;
	margin-bottom: 10px;
	padding-left: 0;
	width: 100%;
	font-family: 'Cormorant Garamond', serif;
	font-size: 42px;
	font-weight: 500;
	color: gray;
}

.form_button {
	-webkit-appearance: none;
	font-family: 'Cormorant Garamond', serif;
	font-size: 42px;
	font-weight: 500;
	text-decoration: underline;
	border: 0;
	margin-top: 30px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	background-color: white;
	color: black;
	cursor: pointer;
}

}


