/* Fix for lower Desktop-Sizes */
@media only screen and (min-width: 1920px) {
	article.startSection a span.imgOverlay {
		padding: 0 19px 29px 58px; 
		bottom: 58px;
	}
	h2 {
		font-size: 25px;
		line-height: 32px;
	}
	article.startSection a span.imgOverlay h2.imageHeadline {
		font-size: 27px;
		line-height: 33px;
	}
	article.startSection a span.imgOverlay p.imageDescription {
		margin: 29px 0 0 0;
	}
	div.slideNav {
		width: 100px;
		padding-top: 195px;
	}
	div#contentWrapper {
		width: calc(100% - 200px);
		padding: 0 50px;
	}
	div#colRight {
		padding: 19px;
		padding-left: 0;
	}
	div#colLeft {
		padding: 19px;
	}
	h1 {
		font-size: 32px;
		line-height: 35px;
	}
	
}

/* Fix for lower Desktop-Sizes */
@media only screen and (max-width: 1200px) {
	nav#startNav {
		height: 250px;
	}
	h1#welcome {
		font-size: 14px;
		letter-spacing: 5px;
		margin-top: 10px;
	}
	#startContent a.downButton {
		font-size: 20px;
		margin-top: 30px;
	}
	header nav#mainNav {
		margin-top: 5px;
	}
	nav.topNav a:link,
	nav.topNav a:visited {
		font-size: 14px;
		margin: 0 10px;
	}
	nav.topNav a:focus:after,
	nav.topNav a:hover:after,
	nav.topNav a.active:after {
		bottom: 5px;
	}
	p {
		font-size: 14px;
		line-height: 24px;
	}
	/*
	div.slideNav {
		width: 50px;
		font-size: 10px;
		padding-top: 100px;
	}
	div#contentWrapper {
		width: calc(100% - 100px);
		padding: 0 50px;
	}
	*/
	
}


/* Tablet to Desktop */
@media only screen and (min-width: 768px) {
	
}

/* Tablet-Sizes */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	div#outerLeft.slideNav a,
	div#outerRight.slideNav a {
		font-size: 10px !important;
	}
}

/* Smartphone and Tablet */
@media only screen and (max-width: 959px) {
	nav#startNav {
		height: 200px;
	}
	h1#welcome {
		font-size: 14px;
		letter-spacing: 5px;
		margin-top: 0px;
	}
	#startContent a.downButton {
		font-size: 20px;
		margin-top: 20px;
	}
	h1 {
		line-height: 25px;
		font-size: 20px;
	}
	h2 {
		font-size: 16px;
		line-height: 18px;
	}
	section#content.projekt {
		margin-top: 100px;
	}
	div#colRight {
		float: none;
		width: 100%;
		padding: 2vw;
	}
	div#colRight * {
		padding-left: 0;
		padding-right: 0;
	}
	div#colLeft {
		float: none;
		width: 100%;
		padding: 2vw;
	}
	div.slideNav {
		width: auto;
		text-align: center;
		font-size: 10px;
		text-transform: uppercase;
		padding-top: 0;
		position: absolute;
		top: -75px;
		height: 50px;
	}
	div.slideNav a img {
		max-height: 100%;
		max-width: none;
		width: auto;
		vertical-align: middle;
	}
	div.slideNav a br {
		display: none;
	}
	div#outerLeft {
		left: 0px;
	}
	div#outerLeft.slideNav img {
		float: left;
	}
	div#outerLeft.slideNav a {
		line-height: 45px;
		font-size: 8px;
	}
	div#outerRight {
		right: 0px;
	}
	div#outerRight.slideNav img {
		float: right;
	}
	div#outerRight.slideNav a {
		line-height: 45px;
		font-size: 8px;
	}
	div#contentWrapper {
		width: 100%;
		float: none;
		padding: 0 2vw;
	}
}


/* Smartphone-Sizes */
@media only screen and (max-width: 767px) {
	nav#startNav {
		height: 150px;
	}
	h1#welcome {
		font-size: 14px;
		letter-spacing: 5px;
		margin-top: 10px;
	}
	#startContent a.downButton {
		font-size: 20px;
		margin-top: 20px;
	}
	article.startSection {
		float: none;
		width: 100% !important;
	}
	article.startSection a span.imgOverlay {
		padding: 0 8px 12px 23px; 
		bottom: 23px;
		max-width: 60%;
	}
	article.startSection a span.imgOverlay h2.imageHeadline {
		font-size: 16px;
		line-height: 20px;
	}
	article.startSection a span.imgOverlay p.imageDescription {
		margin: 12px 0 0 0;
	}
	header nav#mainNav {
		margin-top: 5px;
	}
	nav.topNav a:link,
	nav.topNav a:visited {
		font-size: 14px;
		margin: 0 10px;
	}
	nav.topNav a:focus:after,
	nav.topNav a:hover:after,
	nav.topNav a.active:after {
		bottom: 5px;
	}
	div.projektheader {
		max-width: 100%;
	}
	header nav#mainNav {
		display: none;
	}
	a#navToggle {
		display: inline-block;
	}
	
	#leftContent {
		width: 100%;
	}
	#leftWrapper {
		background: rgba(0,0,0,0.8);
	}
	#rightContent {
		float: none;
		width: 100%;
		padding: 50px 30px 50px 0;
		margin-left: 0;
	}
	#rightWrapper {
		max-width: none;
	}
	
	section#content.partner,
	section#content.portfolio,
	section#content.kontakt,
	section#content.default {
		padding: 50px 20px 20px 20px;
	}
	div.sliderItem {
		width: 100%;
	}
	div.sliderItem figure {
		height: 50vw;
	}
	.prevWrap,
	.nextWrap {
		width: 2vw;
		height: 50vw;
	}
	div.kontaktLeft {
		width: 100%;
		float: none;
	}
	div.kontaktRight {
		width: 100%;
		float: none;
		padding: 0;
	}
	div.leftCol,
	div.rightCol {
		width: 100%;
		float: none;
		padding: 0;
	}
	.right,
	.left {
		text-align: center;
	}
}


@media only screen and (max-width: 479px) {
	nav#startNav {
		height: 120px;
	}
	nav#thumbNav a {
		width: 130px;
	}
}


@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}