
@media (max-width: 1700px) {
	.blog-post {
		width: 24.98%;
	}
}

@media (max-width: 1400px) {
	.blog-post {
		width: 33.3%;
	}
}

@media (max-width: 1300px) {
	.project-post {
	    width: 33.3%;
	}

	ul.tab-links li a {
		font-size: 15px;
	}

	.about-content,
	.single-box-content {
	    width: 100%;
	    float: none;
	    border-right: none;
    	border-bottom: 1px solid #e5e5e5;
	}

	.sidebar {
		float: none;
		width: 100%;
	}
	.single-box-content-two-third {
		width: 100%;
		float: none;
	    border-right: none;
    	border-bottom: 1px solid #e5e5e5;
	}
	
	.sidebar-one-third {
		float: none;
		width: 100%;
	}
}

@media (max-width: 1199px) {
	header {
		max-width: 250px;
	}

	#content {
		padding-left: 250px;
	}

	ul.social-icons li {
		margin-left: 0;
	}

	.blog-post {
		width: 49.9%;
	}
	
	.logo img { width:230px; }

}

@media (max-width: 991px) {
	.blog-post {
		width: 100%;
	}

	.project-post {
	    width: 49.99%;
	}

	.text-fields {
	    float: left;
	    width: 100%;
	    padding-right: 0px;
	}

	.submit-area {
	    float: right;
	    width: 100%;
	}

	ul.tab-links li a {
		font-size: 12px;
		max-height: 53px;
	}

	ul.depth {
		margin-left: 0;
	}

	ul.depth li:before {
		width: 0;
		height: 0;
		border: none;
	}

	.similar-projects .project-post {
		width: 100%;
	}

}

@media (max-width: 767px) {
	header {
	    float: none;
	    text-align: center;
	    width: 100%;
	    max-width: 100%;
	    height: auto !important;
		min-height:0% !important;
	}

	.logo-box p.slogan {
		display: none;
	}
	
	.social-box {
		display:none;
	}

	ul.drop-down {
		position: relative;
		text-align: center;
		top: 0;
		left: 0;
		width: 100%;
	    visibility: visible;
	    opacity: 1;
	    -webkit-transform: rotateY(0deg);
	      -moz-transform: rotateY(0deg);
	      -ms-transform: rotateY(0deg);
	      -o-transform: rotateY(0deg);
	      transform: rotateY(0deg);
	      -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	      -moz-transition: -moz-transform 0.4s, opacity 0.1s;
	      -mos-transition: -mos-transform 0.4s, opacity 0.1s;
	      -o-transition: -o-transform 0.4s, opacity 0.1s;
	      transition: transform 0.4s, opacity 0.1s;
	}

	ul.menu {
		max-height: 250px;
		overflow-y: scroll; 
	}
	ul.menu > li.english > a, ul.drop-down li.english a {
		background:url(../images/englisch.png) no-repeat 50% 0 !important;
		background-size:56px 50px;
	}
	ul.menu > li.english > a:hover, ul.drop-down li.english a:hover {
		background:url(../images/englisch-hover.png) no-repeat 50% 0 !important;
		background-size:56px 50px;
	}
	ul.menu > li.deutsch > a, ul.drop-down li.deutsch a {
		background:url(../images/deutsch.png) no-repeat 50% 0 !important;
		background-size:56px 50px;
	}
	ul.menu > li.deutsch > a:hover, ul.drop-down li.deutsch a:hover {
		background:url(../images/deutsch-hover.png) no-repeat 50% 0 !important;
		background-size:56px 50px;
	}


	.filter-box {
		display: none;
	}

	p.copyright {
		display: none;
	}

	#content {
		padding-left: 0px;
	}

	a.elemadded {
		display: block;
	}

	.menu-box {
		display: none;
	}

	ul.tab-links li a {
		padding: 18px 0;
	}
}

@media (max-width: 581px) {
	
	.logo-box{
		margin-top:90px;
	}
	
	.info-box {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 90px;
		z-index: 999;
	}
	
	.info-box:after{
		clear:both;
	}
	
	.info-box a.info-toggle {
		display: inline-block;
		width: 100%;
		height: 90px;
		background: rgba(36,176,174,0.9);
		text-decoration: none;
		padding: 15px;
		transition: all 0.17s ease-in-out;
		-moz-transition: all 0.17s ease-in-out;
		-webkit-transition: all 0.17s ease-in-out;
		-o-transition: all 0.17s ease-in-out;
	}
	
	.info-box a.info-toggle i {
		width: 61px;
		height: 61px;
		position:relative;
		left:40%;
		display: inline-block;
		border: 1px solid #fff;
		color: #fff;
		text-align: center;
		line-height: 61px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		font-size: 28px;
		transition: all 0.17s ease-in-out;
		-moz-transition: all 0.17s ease-in-out;
		-webkit-transition: all 0.17s ease-in-out;
		-o-transition: all 0.17s ease-in-out;
	}
	
	.info-content {
		clear: both;
		background: rgba(0,0,0,0.7);
		padding: 20px 18px 4px;
		visibility: hidden;
		width: 100%;
		position: absolute;
		right: 0;
		top: 90px;
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transition: all 0.17s ease-in-out;
		-moz-transition: all 0.17s ease-in-out;
		-webkit-transition: all 0.17s ease-in-out;
		-o-transition: all 0.17s ease-in-out;
	}


	.project-post {
	    width: 100%;
	}
}

@media (max-width: 320px) {
	.img-left { width:100%; height:auto; }
}
