/*   
Name: Pfieffe
Description: 
Author: wunschvater
Author URI: http://wunschvater.de
Version: 1.0
*/

html, body{
	margin:0 auto;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #37333E;
	font-size: 20px;
	overflow-x: hidden;
}




/* Links
 * -------------------------------------------------------------------------------*/
.expose a {text-transform: uppercase;	font-weight: bold; }

a, a:link, a:visited {color:#37333E; text-decoration:none;}
a:hover, a:active {color: #37333E; text-decoration:none;}
 
.expose{
	margin: 30px 0;
}

h1{
	font-size: 27px; 
	color: #37333E;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 20px 0;
	margin-bottom: 40px;
	border-bottom: 4px solid #D2AD46;
}

@media only screen and (max-width: 425px) {
	h1{
		font-size: 26px;
	}
	h2{
		font-size: 21px;
	}

	.logo{
		 margin-bottom: 10px !important;
	}

}

h2{
	font-size: 22px;
	color: #D2AD46;
	text-transform: uppercase;
	font-weight: bold; 
	margin-top: 30px;
}


h3, h4{
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #37333E;
	text-align: center;
	margin: 40px 0;
	padding: 10px 0;
    background-color: #D2AD46;
}

ul{
	padding-left: 20px;
	margin-bottom: 30px;
}

.container-fluid{
	padding-left: 0;
	padding-right: 0;
}

#page-wrap{
	min-height: 100%;
	padding-bottom: 50px;
	position: relative;
}

.logo{
	margin: 0 auto;
	display: block;
	margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
}

.kontakt{ 
	font-weight: bold;
	margin-top: 20px;
}



@media only screen and (max-width: 425px) {
	.text{
		text-align: left;
	}
}

