@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%;
    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-nav1 ul li a:hover,
.style-nav1 ul li a:active,
.style-nav1 ul li#current a:link,
.style-nav1 ul li#current a:visited
{
	color: #009ee3;
}


.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;
}


.play1{
    background-image: url(images/np_play1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 52.55%; /* (img-height / img-width * container-width) */
}

.play2 {
	background-image: url(images/np_play2.jpg);
    height: 578px;
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

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

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

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

h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

h5 {
	font-size: 16px;
	font-weight: 500;
    color: cornflowerblue;
}

h6 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

h7 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}


p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	word-wrap: break-word;
}

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

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

.button2 {
	background: rgb(28, 184, 65); /* this is a green */
    color: white;
    font-size: 110%;
    
}
.info-box-aktuelles {
	background-color: #f39300;
	color: #FFFFFF;
	padding: 30px 20px 60px;
    text-align: center;
	
}

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

.info-box-aktuelles_text {
    background-color: #fff;
    color: #000;
    padding: 30px 20px 60px;
    text-align: left;
}

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

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

.kont1 {
    padding: 15px;
    border: 1px solid #CBCACA;
    background-color:#EAEAEA;
   
}

.kont {
    padding: 15px;

   
}

.kont2 {
    padding: 15px;
    

   
}

.box_shadow p.bodytext {
	font-size:100%;
    line-height: 0.3;
}

.box_shadow  {
	
}



.aktu {
    
    width: 30%;
    padding: 15px;
	
}

.aktu1 {
    
    padding: 15px;
	
}

.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;
	}
    
    .kont {
    padding: 15px;
    border: 0px;
   
}
    
     
    .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;
	}
    
   .col-md-one-half {
		width: 50%;
	} 
    
    
    img{
width:auto;
height:auto;
min-width:0;
max-width:100%;
}
	
    video { 
   width:320px;
   height:240px;
   max-width:320px;
   
}


    
    
}

/*Desktop View*/

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

	}
	
	h6 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
    
	.style-logo {
		float: left;
	}
    
    .style-nav1 {
        text-align: right;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
    
    .aktu {
    
    width: 30%;
    padding: 15px;
	
}

.aktu1 {
    
    padding: 15px;
	
}
    video { 
   width:550px;
   height:400px;
   max-width:600px;
   
}

    
}

/*Retina View*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.play1 {
    background-image: url(images/np_play1_hd.jpg);
	}
	
	h6 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
	
    video { 
   width:550px;
   height:400px;
   max-width:600px;
   
}

}
