

body {
	font-family: 'Source Sans Pro', Avenir, sans-serif;
	color: #515151;
	/*background-image: url(./img/bg-10-full.jpg);*/
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', Avenir, sans-serif;
	font-weight: 300;
}


h1 {
	font-size: 3em;
	line-height: 1.2;

}

h2 {
	font-size: 2em;
	line-height: 1.2;
}

h3 {
    font-size: 1.2em; /* Font-size of our paragraph x scale (1em x 1.2) */ 
    line-height: 1em; /* scale/font-size */
}

p {
    font-size: 1em;
    line-height: 1.2;
    /*margin: .6em 0;*/
}

li {
	font-size: 1em;
	/*line-height: 1.2;*/
	color: #013D40;
}

.menu li {
	padding: 2em 0;
	border-top: 2px solid #013D40;
}	


h4 {
    font-size: 1em;
    /*line-height: 1.5;*/
    font-weight: 300;
}


h5,h6, label {
	font-family: "Source Sans Pro", sans-serif;
	font-size: .9em;
	line-height: 1.33;
	font-weight: 300;
}
    
h6 {
	color: #515151;
	font-weight: 300;
	/*font-style: italic;*/
}	

.masthead {
	/*height: 100vh;*/
	padding: 1em;
	text-align: center;
	background-image: url(../../../assets/img/o-bg1-s.png);
	background-repeat: no-repeat;
	/*background-size: 100% auto;
	max-width: 100%;*/
}

.masthead h1 {
	text-align: center;
	font-family: Bitter;
	color: #f4eded; /*dunkelgrau 515151*/
	padding: 1em 0em 1em;
	font-size: 5em;
	letter-spacing: 0.06em;
}

.masthead p {
	font-size: 1.4em;
	line-height: 1.8;
	color: #f4eded;
}

.hover-info {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.hover-info h4  {
	font-weight: 700;
	font-size: 1.8em;
	padding: .25em;
	margin: 1.2em 0 .25em 0;
	text-align: center;
	background: rgba(255, 255, 255, 1);
}

.hover-info h5 {
   color: #fff;
   font-weight: 700;
   text-align: center;
   position: relative;
   font-size: 1em;
   padding: .6em;
   background: rgba(1, 61, 64, 1);
   margin: 1.25em 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.hover-info p {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.lead_article {
	width: 100%;
	margin: 1em;
	border-top: 1px solid #013D40;
}

.lead_article h3 {
	padding: 1em 0;
}

.footer {
	margin: 1em 1em 0em;
	text-align: center;
	padding: 1.2em;
}

#contact-form {
	width: 50%;
	padding: 1em;
}

input[type=text],
textarea {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #013D40;
	color: #013D40;
	font-family: Lato, Avenir, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em; 
	padding: .25em 0;
	margin: 1em 0;
}

textarea {
	background-color: rgba(1, 61, 64, .3);
	padding: .25em;
}

#submit_button {
	background-color: #ffffff;
	border: 2px solid #013D40;
	border-radius: 2px;
	padding: .5em;
	font-family: Lato, Avenir, sans-serif;
	color: #013D40;
	cursor: pointer;
	font-size: 1.2em;

}

#submit_button:hover {
	background-color: rgba(1, 61, 64, .3);
}

#output {
	color: #f4eded;
	font-weight: 300;
	font-size: 1.2em;
}

#output h3{
	color: #a33252;
	font-family: Bitter, sans-serif;
	font-weight: 300;
	padding-bottom: 0.5em;
}

@media screen and (min-width: 600px) {
	.masthead {
		background-image: url(../../../assets/img/o-bg1.jpg);
	}
}

@media screen and (min-width: 1024px) {


.bottom_right {
	width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(255,255,255, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}


.lead_article{
	width: 50%;
}

.masthead h1 {
	margin: 1.7em 0 0.7em;
}

.masthead p {
	margin: 0em 15em;
}

} /*end media query*/