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

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

header {
	padding: 15px;
    background: #FFF;
}

main {
	
    background: #FFF;
}

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

footer {
	padding: 20px 30px;
	background-color: #dbecf1;
}

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

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

.style-nav1 ul {
	list-style-type: none;
}

.style-nav ul {
	list-style-type: none;
}
.style-nav1 ul li a {
    text-decoration: none;
    text-align: center;
    font-size: 80%;
	color: #2F322A;
	display: block;
	text-transform: uppercase;
	padding: 5px;
}

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



.style-nav ul li a:hover,
.style-nav ul li a:active,
.style-nav ul li#current a:link,
.style-nav ul li#current a:visited
{
	color: #009ee3;
}

.play {
	background-image: url(images/np_play.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	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: 23px;
}

h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 20px;
    
}

h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 35px;
}

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

hr {
 background: #333;
 border: none;
 color: #333;
 height: 1px;
 width: 100%;
}

.button {
	border: 2px #06D85F solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #06D85F;
	text-decoration: none;
}

.button1 {
	border: 2px #FFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFF;
	text-decoration: none;
}


.info-box-aktuelles {
	background-color: #f39300;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-wohnungsangebot {
    background-color: #009ee3;
    color: #FFFFFF;
    padding: 30px 20px 60px;
    text-align: center;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.kont {
    
    padding: 15px;
    color:#494949;
	
}

.wohn {
    
    padding: 15px;
    height: auto;
	
}



.col {
	width: 100%;
}

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

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
    .style-nav1 ul {
		display: block;
	}
    
    .style-nav1 ul {
		text-align: center;
	}
    
     
    .style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
    
    
 
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
    .style-nav1 ul {
		text-align: right;
	}
    
    .style-nav1 ul li a {
	
    text-align: right;

	}
    
	.style-logo {
		float: left;
	}
    
    .style-nav1 {
        text-align: right;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
