
/* MIN 1920px */

@media only screen and (min-width: 1920px){

	.slides-container div,
	.home{
		background-size:100%;
	}

}


@media only screen and (min-width: 1280px){

	.isotope { width: 1200px;  }

}


/* MAX 1170px */

@media only screen and (max-width: 1170px){

	#navigation{
		padding:0 20px;
	}

	.post-dates{
		width:6%;
	}

	.post-details{
		width:93%;
	}

}




@media only screen and (min-width: 1024px){
	/*
	.modal-dialog {
  		width: 960px;
  		margin: 30px auto;
	}
	*/
	
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
	
	.modal-dialog {
  		width: 650px;
  		margin: 30px auto;
	}
	
}



/* MAX 1024px */

@media only screen and (max-width: 1024px){


	.hometext{
		font-size:100px;
		line-height: 90px;
	}

	.fixed-text{
		font-size: 55px;
	}

	.five{
		width:33.3% ;
	}

	.timeline-images a.timeline-image{
		margin-right:5px;
	}
    
    .team-contact-left, .team-contact-right { padding: 0; }
    
    

}

/* MIN 970px */

@media only screen and (min-width: 970px){

	#navigation .nav-menu{
		display:block !important;
	}
}

/* MAX 970px */

@media only screen and (max-width: 970px){


	#home .logo { background: #ffffff; padding: 20px; }

	.hometext{
		font-size:80px;
		line-height: 70px;
	}

	.fixed-text{
		font-size: 50px;
	}

	#navigation a.mini-nav-button{
		display: block;
	}

	#home .v5 .typographic{
		width:80%;
	}

	#home .v5 .typographic .hometexts-5{
		height: 117px;
	}

	/* Mobile Nav Menu */

	.not-visible-nav{
		opacity:100;
	}

	#navigation .nav-menu{
		display:none;
		height: auto;
		top:100%;
		left:0;
		width:100%;
		position: absolute;
		background:rgba(255, 255, 255, 0.97) !important;
		border-bottom: 1px solid #043f90;
	}

	#navigation ul.nav li{
		display:inline-block;
		height:auto;
		width:100%;
		padding: 0;
	}

	#navigation ul.nav li a{
		display:block;
		height: auto;
		width:100%;
		padding:0 20px;
		color: #C5432D;
		line-height: 40px;
	}

	#navigation ul.nav li a:hover,
	#navigation ul.nav li.active a{
		background-color: #f5f5f5;
	}

	#navigation ul.nav ul.dropdown-menu{
		width:100%;
		position: relative;
		margin:0;
		padding:10px 10px;
		box-shadow: 0px 1px 4px rgba(0,0,0, 0.1);
	}

	#navigation ul.nav ul.dropdown-menu li{
		width:100%;
	}

	#navigation ul.nav ul.dropdown-menu li a{
		font-weight: 600;
		border-top:1px solid #fff;
		padding:0px 15px;
		line-height: 30px;
	}
    
    

}


/* MAX 800px */

@media only screen and (max-width: 800px){

	.slides-container div,
	.home{
		background-size:auto 100%;
	}

	

}

/* MAX 768px */

@media only screen and (max-width: 768px){
	
	#home .logo { background: #ffffff; padding: 20px; position: relative; margin: auto; left: 0; top: 0; text-align: center}

	.home-details {display: none; }
	.container { padding-left: 20px; padding-right: 20px; }
	.leistungen .row div.col-xs-12{ margin-bottom: 20px; }
	
	.tx-powermail { margin-top: 30px; }
	.kontakt .tx-powermail input.powermail_submit { width: 50%; }
	


    


}

/* MAX 640px */

@media only screen and (max-width: 640px){

        
        #navigation {height: 80px;}
        .nav-menu {  margin: 3px 0 0 0;	}
        
        
        .site-logo{ margin: 10px 0; }

        .visible-nav .site-logo a.logo { background: url(../images/logo_mini.png) no-repeat; width: 55px; height: 55px; }
        
        
        .home-arrow {
        display: block;
        color: #b8b7b7;
        width: 150px;
       
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        }

	.bxslider h1{
            color: #FFFFFF;
            font-size: 40px;
            line-height: normal;
            margin:0;
        }

        .bxslider h1:after{
            content: none;
        }

        .bxslider p {
            font-size: 25px;
            text-transform: uppercase;
            color: white;
        }

}

/* MAX 480px */

@media only screen and (max-width: 480px){

	

}

/* MAX 360px */

@media only screen and (max-width: 360px){

	.hometexts-1{
		font-size:25px;
		line-height: 30px;
	}

	.inner-details .member-details .member-details-inner{
		top:7%;
		-webkit-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
	}

	#map .google-map-big-button{
		font-size:15px;
	}

	.filter-menu ul li{
		/*margin:10px auto;*/
	}

	.timeline-images a.timeline-image{
		width:50px;
		height: 50px;
	}

	.timeline-images a.timeline-image img{
		width:50px;
		height: 50px;
	}

	.timeline-images{
		bottom:-25px;
	}

	.hometext{
		font-size:23px;
		line-height: 40px;
	}

	.fixed-text{
		font-size: 17px;
	}

	.h-item{
		padding:5px 9px 5px 0px;
		font-size: 10px;
	}

	.home-details{
		width:95%;
	}

	.post-dates{
		width:19%;
	}

	.post-details,
	.blog-s .post-details{
		width:80%;
	}

}
