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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

div.gallery {
  border: 3px solid #d2d8df;
}

div.gallery1 {
  border: 0px solid #d2d8df;
}

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

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

div.desc {
  padding: 1px;
  text-align: left;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 50 1px;
  float: left;
  width: 25%;
}


.navbar {
  overflow: hidden;
  background-color: #1a7c9a;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 0px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 0px;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: #44a4c1;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  
}

.dropdown-content a:hover {
  background-color: #44a4c1;
}

.show {
  display: block;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: auto;
}

.sticky + .content {
  padding-top: 102px;
}

header {
	padding: 2px;
	background-color: #e0e7ef;
	margin: 5px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: auto;
	background-color: #1a7c9a;
	margin: 5px
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #d2d8df;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-nav ul {
	list-style-type: none;
	background-color: #e0e7ef;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 10px;
}

.feld_1 {
	background-image: url(pix/bild_1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 0px 20px 50px 20px;
	color: #000000;
	text-align: left;
}

.feld_2 {
	background-image: url(pix/bild_2.jpg);
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center;
	color: #000000;
	padding: 30px 20px 60px;
	text-align: center;
	
}

.feld_3 {
	background-image: url(pix/bild_3.jpg);
		background-size: 30%;
	background-repeat: no-repeat;
	background-position: center;	
	color: #000000;
	padding: 30px 20px 60px;
	text-align: center;
}

.feld_4 {
	background-image: url(pix/bild_4.jpg);
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center;	
	color: #000000;
	padding: 30px 20px 60px;
	text-align: center;
}

.feld_5 {
	background-image: url(pix/bild_5.jpg);
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center;
	color: #000000;
	padding: 30px 20px 60px;
	text-align: center;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 0px;
}

h3 {
	font-size: 16px;
	text-transform:uppercase;
	font-weight: 200;
	margin-bottom: 0px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

h5 {
	font-size: 9px;
	text-transform:none;
	font-weight: 100;
	margin-bottom: 0px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

.button_feld1 {
	border: 1px #000000 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000;
	text-decoration: none;
}
.button_feld2 {
	border: 1px #000000 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000;
	text-decoration: none;
}
.button_feld3 {
	border: 1px #000000 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000;
	text-decoration: none;
}
.button_feld4 {
	border: 1px #000000 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000;
	text-decoration: none;
}

.button_feld5 {
	border: 1px #000000 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000;
	text-decoration: none;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 1px;
	background-color: #1a7c9a;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (max-width: 1020px){
	
	body {
		max-width: 778px;
	}
	
.responsive {
    width: 100%;
    margin: 6px 0;
  }	
  
  div.desc {
  padding: 5px;
  text-align: center;
}

div.gallery {
  border: 0px solid #ccc;
}
	
.dropdown .dropbtn {
  cursor: pointer;
  font-size: 80px;  
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 0px;
}	
.navbar a {
  float: left;
  font-size: 50px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 0px;
	font-weight: bolder;
}


	p {
	font-size: 40px;
	margin-bottom: 50px}
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		font-size: 80px;
		margin-bottom: 16px;
	}
		h3 {
		font-size: 40px;
		margin-bottom: 90px;
		font-weight: 100;
	}
	
		h4 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
		h5 {
		font-size: 40px;
		margin-bottom: 90px;
	}

	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
	
}

/*Desktop View*/

@media (min-width: 1024px){
	
	
	body {
		max-width: 80%;
	}

	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 100%;
	}
}

