@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #222831;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}


/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #222831;
}

.container2 {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


	
.senior{
	margin-top: 20px;;
}
li{
	margin-right: 5%;
	
}

strong {
	font-weight: 400;
}

b {
	font-weight: 600;
}

h {
	
	font-size: 40px;
	
}

#mail{
	color: white;
	transition: all 0.15s linear;
	
}

#mail:hover {
	color: #4CA9D2
}
#mail:visited {
	color: #DB240F
}

#link{
	
	border: #FFFFFF;
	border-width: thick;
	
}

#festnetz{
	margin-top: -4%;
}

#selected{
	background-color: #2A647D;
}

#impressum {
	font-size: 17px;
	letter-spacing: 1px;
	text-decoration: none;
	color: white;
}

.steuernews {
	text-decoration: underline;
	color: white;
	transition: all 0.15s linear;
	
}

.steuernews:hover {
	color: #4CA9D2
}
.steuernews:visited {
	color: #4CA9D2
}


	
/*NAVBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAR */





/* Navbar container */
.navbar {
  float: right;
  overflow: hidden;
  background-color: #4CA9D2;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
 
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 15.7px 16px;
  text-decoration: none;
  float: right;
  overflow: hidden;
  background-color: #4CA9D2;
  font-family: Arial;
}


/* The dropdown container */
.dropdown {
  float: right;
  overflow: hidden;
  transition: all 0.2s linear;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 15.5px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
  transition: all 0.2s linear;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #2A647D;
  transition: all 0.15s linear;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #4CA9D2;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,173,183,0.2);
  z-index: 1;
  transition: all 0.2s linear;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #EEEEEE;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  transition: all 0.2s linear;
}


/* Add a turqois background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #2A647D;
  transition: all 0.2s linear;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  transition: all 0.2s linear;
}

/* NAVBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAR */


.logo2{
	
	cursor: pointer;
    padding: 0px;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0.5%;
	
	font-weight: 300;
}


/* Navbar wenn kleiner Screen */

.ham {
	cursor: pointer;
	fill: white;
	color: white;
    padding-top: 9px;
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	display: none;
	

	
}





@media (max-width: 870px){
	
.ham{
		display: flow-root;
}
	
.navbar {
	display: none;
}
	
.navbar a {
	display: none;
}
	
}



/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0; /* Aender zu "left" dann Sidebar auf linker Seite*/
  background-color: rgba(34,40,49,0.9); /* Hintergrundfarbe */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}



/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*Ende von Navbar wenn kleiner Screen*/



/* Navigation */
header {
	
	width: 100%;
	height: 5%;
	background-color: #4CA9D2;
	
	padding: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 10px;
	
	border: 0%;
}

.header_banner {
	background-color: #393e46;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 20px;
	
}



.rudolfdehns{
	color: #ffffff;
	font-weight: bold;
	text-align: undefined;
	width: 40%;
	float: none;
	letter-spacing: 4px;
	
}

.logo {
	color: #ffffff;
	font-weight: bold;
	text-align: undefined;
	float: left;
	margin-top: 12px;
	margin-left: 25px;
	letter-spacing: 4px;
	font-weight: 400;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.4s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

.hero_header {
	color: #FFFFFF;
	letter-spacing: 4px;
	position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 80px;
	animation: fadeIn 1s;
}

.hero_header2 {
	color: #FFFFFF;
	letter-spacing: 4px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 80px;
	animation: fadeIn 2s;
}

#largehh {
	position: flex;
	font-size: 40px;
	transform: translate(-50%, -50%);
	
}



.tagline {
	color: #FFFFFF;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 40px;
	margin: 0%;
	position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
	animation: fadeIn 2s;
	
}

.tagline2 {
	color: #FFFFFF;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 40px;
	margin: 0%;
	position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
	animation: fadeIn 2s;
	
}



.erik_footer {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	letter-spacing: 4px;
	font-size: 22px;
	
}

.button_footer {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	
	
}




/* Start Sektion */
.hero {
	margin-top: -10%;
	text-align: center;
	
	
}
.light {
	color: #4096BC;
	font-weight: 400;
}

/* Über uns Sektion */

.about {
	text-align: center;
	padding-top: 35px;
	display: flow-root;
	background-color: #393e46;
	margin-top: 0px;
	margin-bottom: -2px;
}

#mitarbeiter{
	
	padding-top: 50px;
	
}

#nopicture{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 100px;
}
#nopicture1{
	margin-top: -10px;
	margin-bottom: 10px;
	padding-top: 0px;
}

#nopicture2{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 60px;
}
.text_column {
	width: 29.33%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	color: #A3A3A3;
}

.text_column2 {
	width: 96%;
	text-align: left;
	font-weight: lighter;
	line-height: 30px;
	font-size: 25px;
	float: left;
	margin-top: -20px;
	margin-right: 2%;
	margin-left: 2%;
	color: #EEEEEE;
	
	
}

.linkbuttons {
	padding-top: 35px;
	display: grid;
	text-align: center;
	align-content: center;
	background-color: #393e46;
	margin-top: 0px;
	padding-bottom: 5%;
	
}

.linkbutton {
	width: 92%;
	text-align: center;
	font-size: 70px;
	line-height: 75px;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	outline: 3px solid #FFFFFF;
	color: #FFFFFF;
	border-radius: 2px;
	transition: all 0.3s linear;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
	margin-bottom: 2%;
	text-decoration: none;
	
	
	
}

.linkbutton:hover {
	background-color: #4CA9D2;
	cursor: pointer;
}

.linkbuttonskontakt {
	padding-top: 35px;
	display: flow-root;
	text-align: left;
	align-content: center;
	background-color: #393e46;
	margin-top: 0px;
	padding-bottom: 0%;
	
}

.linkbuttonkontakt {
	width: 40%;
	
	text-align: center;
	font-size: 60px;
	line-height: 75px;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	outline: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 4%;
	text-decoration: none;
	
	
	
}

.linkbuttonkontakt:hover {
	background-color: #4CA9D2;
	
	cursor: pointer;
}

#selectedbutton{
	
	background-color: #4CA9D2;
	
}



.button2 {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	
}
.button2:hover {
	background-color: #4CA9D2;
	color: #C4C4C4;
	cursor: pointer;
}



.kontaktformular {
	text-align: center;
	align-content: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #393e46;
	margin-top: 0px;
	margin-bottom: 7px;
	
	
}

#loveistheanswer{
	color: white;
	margin-top: 0%;
	line-height: 40px;
	font-size: 40px;
	margin-bottom: 1%;
	text-align: center;
    
	
}


form{
	margin-top: 20px;
	transition: all 4s ease-in-out;
}



.form-control{
	resize: vertical;
	height: auto;
	width: 600px;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid grey;
	color: #fffff;
	font-size: 18px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: source-sans-pro;
	
	
	
}

#hauslabel{
	height: 45px;
	color: #ffffff; 
	font-weight: 300;
	opacity: 0.7;
	font-size: 18px;
	
}

#haus{
	color: white;
	background-color: #393e46;
	text-decoration: none;
	
}



input{
	height: 45px;
	color: #ffffff;
	background-color: #ffffff;
	font-weight: 100;
}

::placeholder {
  color: #ffffff;
  opacity: 0.5; /* Firefox */
  font-weight: 100;
  font-size: 18px;
  
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #ffffff;
 font-weight: 50;
 opacity: 0.5;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #ffffff;
 opacity: 0.5;
 font-weight: 50;
}

textarea{
	height: 45px;
	color: #ffffff;
	background-color: #ffffff;
	
}

form .submit{
	background: #4CA9D2;
	border-color: transparent;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	margin-top: 20px;
	
	
	
}


form .submit:hover{
	background-color: #2E6C87;
	color: #DEDEDE;
	cursor: pointer;
	transition: all 0.2s linear;
	
	
}


p1 {
	
	line-height: 20px;
	color: #EEEEEE;
	font-weight: 1000;
	font-size: 40px;
	
	
}

.thing {
  font-weight: 300;
  display: block;
  overflow: auto;
  min-height: 20px;
  line-height: 25px;
  text-align: left;
  align-content: center;
  resize: inline;
  height: 20%;
  width: 600px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid grey;
  color: #fffff;
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 0px;
  margin-left: 2%;
  margin-right: 2%;
  font-family: source-sans-pro;
  
	
	
  
}

.thing:hover{
	cursor: text;
}

.thing[contenteditable]:empty::before {
  content: "Nachricht";
  color: #ffffff;
  
  opacity: 0.5;
  font-size: 18px;
}

/*SOURCE: https://css-tricks.com/auto-growing-inputs-textareas/ */





/* Statistik Gallerie */
.stats {
	color: #717070;
	margin-bottom: 5px;
}

.stats2 {
	color: #EEEEEE;
	margin-bottom: 5px;
	font-weight: 400;
}

.stats3 {
	color: #EEEEEE;
	margin-bottom: 5px;
	border: thick;
	border-color: red;
	
}

.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #393e46;
	/* [disabled]min-width: 400px;*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	align-content: center;
	text-align: center;
	
}
.thumbnail {
	width: 33.333%;
	text-align: center;
	float: left;
	margin-top: 35px;
	margin-left: 0px;
	
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #4CA9D2;
	font-weight: 400;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #00000;
	text-align: right;
	font-size: 60px;
	padding-right: 100px;
	padding-top: 70px;
	letter-spacing: 2px;
	margin-top: 0px;
	font-weight: 400;
}
.parallax_description {
	color: #000000;
	text-align: right;
	font-size: 50px;
	padding-right: 100px;
	width: 80%;
	float: right;
	font-weight: lighter;
	line-height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}





/* Mehr info */
footer {
	background-color: #393e46;
	padding-bottom: 35px;
	width: 100%;
	
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}

.footer_column2 {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	padding: 0%;

	
}

.footer_column3 {
	width: 100%;
	text-align: center;
	padding-top: 0%;	
	
}



.fc1{
	margin-left: 10%;
	margin-right: 10%;
	


}

footer .footer_column2 .footer_column3 h1{
	color: #EEEEEE;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom: 12px;
}





h5{
	
	color: #EEEEEE;
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 12px;
	text-align: center;
	
}

h3{
	
	color: #EEEEEE;
	font-size: 20px;
	
}

p{
	color: #EEEEEE;
	
	
	
}

footer .footer_column .footer_column2 .footer_column3 h3 {
	color: #EEEEEE;
	text-align: center;
}
footer .footer_column .footer_column2 .footer_column3 p {
	color: #EEEEEE;
	background-color: #393e46;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}

.cardsfront {
	width: 100%;
	max-width: 379px;
	max-height: 300px;
}

.maps{
	width: 100%;
	max-width: 600px;
	max-height: 300px;
	min-height: 300px;
	
}

.maps2{
	width: 100%;
	max-width: 1200px;
	max-height: 500px;
	min-height: 500px;
}
	
	

footer .footer_column .footer_column2 .footer_column3 p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	font-weight: 400;
	
}
.button:hover {
	background-color: #4CA9D2;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #4CA9D2;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #393e46;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}


/* Animationen */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width : 400px){
.thumbnail{
		font-size: 13px;
	}
}

/* Mobile */
@media ( max-width : 320px ){
.logo {

	text-align: left;
	margin-top: 13px;
	margin-bottom: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	margin-right: 2%;
	padding-bottom: 0px;
	margin-left: 2%;
	
}
.linkbutton {
	width: 90%;
	margin-right: 3%;
	margin-left: 3%;
    font-size: 30px;
	
	
}

.linkbuttonkontakt {
	width: 86%;
	margin-right: 4%;
	margin-left: 4%;
    font-size: 30px;
	
	
}
	
.thumbnail {
	width: 100%;
	font-size: 10px;
	
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
	
.footer_column2 {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	font-size: 6px;
}
.hero_header {
	font-size: 12px;
}
	
	
.hero_header2 {
	font-size: 15px;
}
	
.form-control{
	width: 95%;
		
	
}
	
.thing {
	width: 95%;
}
	
}

@media ( max-width : 290px ){
	
	.logo{
		
		width: 50%;
		padding-top: 0px;
		margin-top: -10px;
		
	}
}



@media ( max-width : 445px ){
.logo {
	
	font-size: 10px;
	text-align: left;
	margin-top: 18px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: -10px;
	padding-right: 0px;

}
.logo2 {
	display: none;
}
	
#ham {
		
	padding-left: 0px;
	margin-left: 0px;
		
}

}

/* Small Tablets */
@media ( min-width : 321px ) and (max-width : 551px ){
.logo {
	
	text-align: left;
	

	margin-bottom: 0px;

}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}



.text_column {
	text-align: left;
	width: 100%;
	padding-top: 0px;
	margin-right: 2%;
	padding-bottom: 0px;
	margin-left: 2%;
}
.linkbutton {
	width: 90%;
	margin-right: 3%;
	margin-left: 3%;
    font-size: 40px;
}
.linkbuttonkontakt {
	width: 86%;
	margin-right: 4%;
	margin-left: 4%;
    font-size: 40px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
	
.footer_column2 {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}

.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
	
.footer_column2 {
	width: 100%;
}
	
.tagline {
	font-size: 6px;
}
.hero_header {
	font-size: 15px;
}
	
.hero_header2 {
	font-size: 20px;
}
	
.form-control{
	width: 90%;
}
	
.thing{
	width: 90%;
}
	
}
@media (min-width : 551px ) and ( max-width : 768px ){
.logo {
	
	text-align: left;
	margin-top: 13px;

	margin-bottom: 0px;

}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
	
.text_column {
		
	width: 90%;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
		
		
		
	}
	
	
.linkbutton {
	width: 90%;
	margin-left: 3%;
	margin-right: 3%;
}
.linkbuttonkontakt {
	width: 90%;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
}	
	
.thumbnail {
	width: 100%;
	font-size: 20px;
	
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
	
.footer_column2 {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}

.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
	
.footer_column2 {
	width: 100%;
}
	
.tagline {
	font-size: 12px;
}
.hero_header {
	font-size: 34px;
}
	
.hero_header2 {
	font-size: 40px;
}
	
.form-control{
	width: 70%;
}
	
.thing{
	width: 70%;
}
	
}

/* Small Desktops */
@media ( min-width : 768px ) and (max-width : 1097px ){
.thumbnail {
	width: 50%;
	
}

.banner {
	margin-top: 0px;
	padding-top: 0px;
}

.tagline {
	font-size: 18px;
    top: 58%;
}
.hero_header {
	font-size: 50px;
}
	
.linkbutton{
		
	width: 92%;
		
	}
	
.linkbuttonkontakt{
		
	width: 90%;
		
	}
}
/* Small Desktops */
@media ( min-width : 1097px ) and (max-width : 1319px ){

.tagline {
font-size: 26px;
}
	
.hero_header {
font-size: 70px;
		
}	
}

@media ( min-width : 1319px ) and (max-width : 1567px ){
.tagline {
font-size: 32px;
}
	
.hero_header {
font-size: 80px;
		
}
}

@media ( min-width : 1567px ) and (max-width : 1603px ){
.tagline {
font-size: 38px;
}
	
.hero_header {
font-size: 90px;
		
}
}

@media ( min-width : 3840px ){
	
.tagline {
font-size: 100px;
}
	
.hero_header {
font-size: 250px;
		
}
}
.footer_col {
}

/*Browserspezifisch*/

