body {
	background-color: #009ee0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	background: url(../images/background_26.jpg) no-repeat center center fixed;
	background-size: cover;
}

div.content {
	background-color: #000;
	position: relative;
	z-index: 6;
}

div.magazine {
	color: #fff;
	position: relative;
	z-index: 6;
}

.centered {
	text-align: center;
}

.full-width {
	padding: 0;
}

div.logo {

}

img.logo {
	margin-top: 15px;
	z-index: -1;
	float: left;
	margin-right: 15px;
	height: 38px;
	opacity: 1;
}

div.logo img {
	margin-right: 10px;
	margin-top: 5px;
}

div.logo h1 {
	margin-top: 8px;
	color: #009ee0;
	font-weight: 400;
	font-size: 19px;
	line-height: 21px;
}

div.logo h2 {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
}

div.navigation {
	position: fixed;
	margin-top: 0px;
	z-index: 100;
	top: 0;
	left: 0;
	z-index: 1002;
	text-transform: uppercase;
	font-weight: 100;
	background-color: #222;
	font-size: 0.8em;
}

.subnavigation {
	position: absolute;
	top: 63px;
	width: 50%;
	margin-left: -15px;
	z-index: 1;
	height: 0;
	overflow: hidden;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	/* box-shadow: 0px 0 10px 0 rgba(0, 157, 224, 0.4), 0 0 3px 0 #000; */
}

*+html .subnavigation {
	background-color: #000;
}

div.navigation ul li:hover .subnavigation {
	height: auto;
}

.subnavigation ul, .subnavigation li {
	float: left;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 16px !important;
	line-height: 21px !important;
	font-weight: 300 !important;
}

.subnavigation ul {
	padding: 25px 30px !important;
}

.subnavigation li {
	padding: 5px !important;
	border-bottom: 1px dotted #005173;
	border-bottom: 1px dotted rgba(0, 157, 224, 0.4);
}

.subnavigation li a {
	color: #fff !important;
}

.subnavigation li.active a {
	color: #666 !important;
}

.subnavigation li.active {
	border: 0 !important;
}

div.navigation ul {
	float: left;
	margin-bottom: 0;
}

div.navigation ul li {
	font-size: 18px;
	float: left;
	/* background-color: rgba(0,0,0,0.4); */
	color: #fff;
	padding: 25px 15px 16px 15px;
	margin-right: 2px;
	/* text-transform: uppercase; */
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-o-background-size-transition-property: all;
	-o-transition-duration: 0.5s;
	font-weight: 300;
}

div.navigation .subnavigation ul li {
	font-size: 15px;
}

div.navigation ul li:hover {
	color: #fff !important;
	border-bottom: 1px solid #fff;
	/* background-color: #fff; */
}

div.navigation ul li {
	transition-property: all;
	transition-duration: 1s;
	/* border-bottom: 1px solid transparent; */
}

div.navigation ul li.active {
	/* background-color: #fff; */
	color: #009de0;
	border-bottom: 1px solid #fff;
}

div.navigation ul li a {
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	color: #009EE0;
}


div.navigation ul li:hover a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}


div.navigation ul li.active a {
	color: rgba(0, 108, 154, 1);
	color: #fff;
	text-decoration: none;
}

div.content {
	
}

div.slider {
	position: relative;
	top: 0;
	left: 0;
	height: 465px;
	overflow: hidden;
	z-index: 1;
}

div.slider .logo {
	position: absolute;
	bottom: 22px;
	left: 30px;
	z-index: 4;
	/* border-right: 1px solid #fff;
	padding-right: 40px; */
}

div.slider .information {
	position: absolute;
	left: 50%;
	margin-left: -48px;
	bottom: 125px;
	z-index: 4;
	color: #fff;
	text-transform: uppercase;
	display: block;
}

div.slider .information .inner {
	padding: 20px 40px!important;
	padding-left: 140px !important;
}

div.slider .information .linkDetail {
	display: inline-block;
	margin-left: 40px;
	padding: 10px 15px !important;
	border: 1px solid violet;
}

div.slider .information h3 {
	font-size: 37px;
	line-height: 37px;
	font-weight: 300;
	color: rgba(0, 157, 224, 1);
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
}

div.slider .slideHandle {
	position: absolute;
	left: 50%;
	margin-left: -80px;
	bottom: 40px;
	z-index: 2;
	float: left;
	width: 160px;
}

div.slider .slideLeft {
	position: relative;
	float: left;
	left: 0px;
	top: 0;
	width: 50px !important;
	height: 50px !important;
	background-color: #000;
	z-index: 4;
	border-radius: 50%;
	background-image: url(../images/slideLeft.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-moz-transition-property: all;
	-moz-transition-duration: 0.7s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.7s;
}

div.slider .slideRight {
	position: relative;
	left: 110px;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: #000;
	z-index: 4;
	border-radius: 50%;
	background-image: url(../images/slideRight.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-moz-transition-property: all;
	-moz-transition-duration: 0.7s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.7s;
}

*+html div.slider .slideRight { 
	left: 10px;
}

div.slider .slideDown {
	position: relative;
	float: left;
	left: 5px;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: #000;
	z-index: 4;
	border-radius: 50%;
	background-image: url(../images/slideDown.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-moz-transition-property: all;
	-moz-transition-duration: 0.7s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.7s;
}

div.slider .slideLeft:hover, div.slider .slideRight:hover {
	background-color: #009EE0;
	cursor: pointer;
}

div.slider .slideDown:hover {
	background-color: #fff;
	cursor: pointer;
}

div.slider .information span.tags {
	margin-top: 5px;
	display: inline-block;
	color: #43c7ff;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-weight: 300;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
}

div.slider .information span.details {
	margin-top: 5px;
	display: inline-block;
	color: #fff;
	float: left;
	font-weight: 300;
	text-align: right;
	background-image: url(../images/arrowSmall.png);
	background-position: 0 -3px;
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 15px;
}

div.slider .information span.details a {
	color: #fff;
	text-decoration: none;
}

div.slider .slideArticle {
	float: left;
	overflow: hidden;
}

.slideContent {
	position: absolute;
	float: left;
	z-index: 1;
	width: 100%;
	height: 100%;
}

div.slider .slideArticle {
	position: relative;
}

div.vignette {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 42%, rgba(0,0,0,0.01) 43%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(42%,rgba(0,0,0,0)), color-stop(43%,rgba(0,0,0,0.01)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 42%,rgba(0,0,0,0.01) 43%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 42%,rgba(0,0,0,0.01) 43%,rgba(0,0,0,0.5) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 42%,rgba(0,0,0,0.01) 43%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 42%,rgba(0,0,0,0.01) 43%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.slider img.highlight {
	width: 100%;
	margin-top: 0;
}

div.slider .slideTimer {
	position: absolute;
	bottom: 3px;
	width: 93%;
	margin-left: 1%;
	height: 1px;
	z-index: 2;
	background-color: #fff;
}



.project {
	height: 204px;
	overflow: hidden;
	position: relative;
	display: block;
	position: relative;
}

.project .hover {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	display: block;
	background-color: transparent;
}

.project p {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.project img {
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: all;
	-o-transition-duration: 0.5s;
}


.project:hover img {
	opacity: 0.7;
}

.category {
	color: #00384f;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 200;
	border-right: 1px solid #0076ac;
	padding-right: 10px;
	margin-right: 6px;
}

.projecttitle {
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 28px;
	font-weight: 200;
}

.project {
	position: relative;
}

.project img {
	/* width: 100%;
	height: 100%; */
	position: relative;
	z-index: 1;
}

.project p {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-weight: 16px;
	vertical-align: middle;
	display: inline-block;
	text-transform: uppercase;
}

.project.two {
	height: 408px;
}

.project.two img {
	/* height: 100%;
	width: auto; */
}

.project.two.width img {
	/* width: 100% !important;
	height: auto !important; */
	position: relative;
}

.magazineEntry {
	padding-bottom: 20px;
	border-bottom: 1px solid #00628d;
}

.magazineEntry.last {
	border-bottom: 0;
}

.magazine .pic img {
	max-width: 100%;
	width: 100%;
}

.magazine .pic {
	position: relative;
	box-shadow: 0px 0 5px rgba(0,0,0,0.2);	
	background-color: #009ee0;
}

*+html .magazine .magazinePic {
	width: 60% !important;
	overflow: hidden;
}

.magazinePic {
	padding-right: 30px;
}

.magazine .pic:after {
	position: absolute;
	left: 7px;
	top: 15px;
	z-index: -1;
	width: 50px;
	height: 120px;
	background-color: transparent;
	content: "";
	-moz-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	box-shadow: 0px 0 40px rgba(0,0,0,0.7);
}

.magazine .pic:before {
	position: absolute;
	right: 7px;
	top: 13px;
	z-index: -1;
	width: 50px;
	height: 120px;
	background-color: transparent;
	content: "";
	-moz-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	box-shadow: 0px 0 40px #000;
}

.magazine h3 {
	color: #00384f;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 300;
}

.magazine p {
	margin: 10px 0;
}

.magazine .marginTop {
	margin-top: 100px;
}

.magazine .marginTopHalf {
	margin-top: 20px;
}

.marginTop {
	margin-top: 10px;
}

.backlink.marginTop {
	margin-top: 20px;
}

.marginBottom {
	margin-bottom: 10px;
}

.magazine .marginBottom {
	margin-bottom: 20px;
}

.filterAbove {
	position: absolute;
	top: 115px;
}

ul.filter {
	display: block;
	padding: 15px 15px 12px 15px;
	color: #fff;
	text-align: center;
}

ul.filter li {
	display: inline-block;
	text-transform: uppercase;
	margin: 3px 3px 3px 0;
}

ul.filter li:after {
	content: " | ";
}

ul.filter li:last-child:after {
	content: none;
}

.footer {
	color: #fff;
}

.black {
	background-color: #000;
}

.blackOpac {
	background-color: rgba(0, 0, 0, 0.7);
}

.white {
	background-color: #fff;
}

.darkcyan {
	background-color: #008dc9 !important;
}

.darkcyanOpac {
	background-color: rgba(0, 140, 201, 0.6);
}

.cyan {
	background-color: #009ee0 !important;
	background: #009ee0; /* Old browsers */
	background: -moz-linear-gradient(top,  #009ee0 0%, #0081b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009ee0), color-stop(100%,#0081b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009ee0 0%,#0081b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009ee0 0%,#0081b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009ee0 0%,#0081b7 100%); /* IE10+ */
	background: linear-gradient(top,  #009ee0 0%,#0081b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ee0', endColorstr='#0081b7',GradientType=0 ); /* IE6-9 */
	padding-bottom: 35px;
}

.cyan {
	background: url(../images/background_26_cyan.jpg) no-repeat center center fixed;
	background-size: cover;
}

.leistungen.cyan {
	background: url(../images/background_26_cyan_darker.jpg) no-repeat center center fixed;
	background-size: cover;
}

.goTo {
	position: absolute;
	z-index: 5;
	bottom: 0;
	right: 50px;
	padding: 10px 15px;
	color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.colorWhite {
	color: #fff;
}

.cyanWall {
	width: 100%;
	height: 0%;
	position: absolute;
	z-index: 1001;
}

.cyanWall .wallContent {
	padding-top: 100px;
}

.cyanWall .close {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	z-index: 1001;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	-moz-transition-property: all;
	-moz-transition-duration: 0.7s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.7s;
	-o-transition-property: all;
	-o-transition-duration: 0.7s;
}

.cyanWall .close a {
	color: #fff;
	text-decoration: none;
}

.cyanWall .close:hover {
	cursor: pointer;
	border-bottom: 1px solid #fff;
}

.cyanWall .close:hover a {
	color: rgba(0,0,0,0.5);
}

.showsubnavigation {
	position: relative;
	width: 100%;
	z-index: 2;
}

.showsubnavigation .rubrik_name {
	position: relative;
}

div.contentContainer {
	padding-top: 62px;
}

div.contentContainer.detail {
	padding-top: 80px;
}

.contentContainer.overview {
	padding-bottom: 0;
}

.projectHeader {
	padding-bottom: 60px !important;
	padding-bottom: 20px !important;
}

div.leistungenContainer, div.magazinContainer {
	/* padding-top: 100px; */
}

div.leistungen {
	/* background-color: cyan; */
	padding-top: 25px;
}

.contact-projects {
	padding-left: 60px;
}

.contact-projects h2 {
	font-weight: 100;
	font-size: 25px;
	line-height: 29px;
}

.address img {
	padding-bottom: 15px;
}

.address {
	/* border-top: 1px dotted #004d6d;
	border-top: 1px dotted rgba(0,0,0,0.4); */
	margin-top: 30px;
	color: #004d6d;
	color: rgba(0,0,0,0.5);
	padding: 20px 0 40px 0;
	text-align: center;
	color: #777;
	font-size: 0.9em;
	font-weight: 100;
	/* border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2); */
	margin-bottom: 30px;
}

.address a {
	color: #fff !important;
}

div.leistungen {
	/* margin-top: 40px !important; */
}

/* div.leistungen {
	position: relative;
}

div.leistungen:before {
	content: "";
	width: 80%;
	left: 10%;
	position: absolute;
	top: 0;
	border: 1px solid green;
	z-index: 1;
} */

/* div.clients.fullscreen {
	background-image: url("images/background.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #5d7e16;
} */

div.clients .fixSize, .imprint .fixSize {
	margin-top: 120px !important;
}

div.leistungen h3, div.contentContainer h3, .detail h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
	color: #fff;
}

#projektdetails, #projektinformation {
	padding-top: 30px;
}

#projektdetails b {
	color: rgba(0,0,0,0.5);
	font-size: 17px;
}

.pics {
	/* margin-top: 20px; */
	margin-top: 20px;
}

.detail {
	color: #fff;
}

.detail p {
	margin: 10px 0;
}

.detail .galerie b {
	color: rgba(0,0,0,0.5);
	font-weight: 300;
	text-transform: uppercase;
}

div.leistungen p, div.contentContainer p {
	margin: 25px 0;
	
}

ul.leistungen li, ul.leistungen li {
	border-bottom: 1px solid #66bbde;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding: 5px 0;
}

div.leistungen h4, div.contentContainer h4, div.contentContainer h1 {
	color: #004d6d;
	color: rgba(0,0,0,0.5);
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
}

.media_small {
	height: 10%;
	position: relative;
	/* height: auto !important;
	min-height: 353px;
	max-height: 363px;
	margin-bottom: 10px; */
	/* box-shadow: 0px 0 10px -3px cyan; */
}

.media_small iframe {
	height: 100%;
	overflow: hidden;
}

.button {
	background-color: #004d6d;
	background-color: rgba(0,0,0,0.3);
	display: inline-block;
	padding: 10px;
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: all;
	-o-transition-duration: 0.5s;
}

.button:hover {
	background-color: #00384f;
	background-color: rgba(0,0,0,0.6);
}

.button a {
	color: #fff !important;
	text-decoration: none;
}

a, a:link {
	color: #fff;
	color: rgba(0,0,0,0.5);
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: all;
	-o-transition-duration: 0.5s;
}

a:hover {
	color: #fff;
}

ul.clients {
	margin-bottom: 20px;
}

ul.clients li {
	border-bottom: 1px solid #66bbde;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding: 5px 0;
}

ul.clients li.head {
	border-bottom: 0;
	color: #004d6d;
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
}

.detailLink {
	display: inline-block;
	
}

a, a:link {
	color: #002838;
}

.detailLink a {
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	background-color: #004d6d;
	padding: 6px 20px 8px 30px;
	color: #fff;
	border-radius: 5px;
	background-image: url(images/arrow_right.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.detailLink a {
	transition-property: all;
	transition-duration: 0.5s;
}

.detailLink a:hover {
	color: #fff;
	background-color: #00344a;
	background-position: 12px center;
}

.contactForm form {
	margin-top: 20px;
}

.contactForm .inputHolder {
	float: left;
	position: relative;
}

.contactForm label {
	position: absolute;
	left: 6px;	
	top: 6px;
	color: #009adb;
} 

.contactForm input, .contactForm textarea {
	background-color: #004d6d;
	border: 0;
	padding: 7px 8px 8px 60px;
	width: 388px;
	color: #fff;
	font-size: 14px;
	float: left;
	margin-right: 2px;
	display: block;
	margin-bottom: 2px;
} 

.contactForm input:focus, .contactForm textarea:focus {
	background-color: #fff;
	color: #004d6d;
}

.contactForm textarea {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	clear: both;
	width: 442px;
	height: 140px;
	padding: 29px 8px 8px 6px;
}

.contactForm .submit {
	background-color: #fff;
	border: 1px solid #fff;
	color: #004d6d;
	width: 47%;
	padding: 10px 0;
	margin-bottom: 15px;
	margin-top: 2px;
}

.shortDescription p.big {
	font-size: 26px;
	line-height: 26px !important;
	font-weight: 100;
}

.shortDescription p.middle {
	font-size: 18px;
	line-height: 22px !important;
	color: #00384f;
	margin-top: 20px;
}

.shortDescription i {
	font-size: 18px;
	line-height: 18px;
	font-style: normal;
}

*+html .shortDescription {
	width: 60% !important;
}

.portrait img {
	margin-top: 15px;
}

.portrait ul.leistungen {
	margin-top: 15px;
	width: 87%;
}

.contactForm h2 {
	margin-top: 20px;
	font-size: 24px;
	line-height: 27px;
	font-weight: 100;
}

.subcontent {
	margin-top: 62px;
	padding-top: 0;
	padding-top: 30px;
}

.rubrik_name {
	width: 100%;
	color: #fff;
	display: block;
	font-size: 1.05em;
	position: absolute;
	bottom: 0;
	background-color: rgba(30,30,30,0.9);
	/* background-color: #222; */
	color: #fff;
	border-left: 1px solid #333;
	background-image: url(images/arrow_right.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	border-bottom: 2px solid #009de0;
}

.rubrik_name {
	transition-property: all;
	transition-duration: 0.5s;
}

.rubrik_name:hover {
	background-position: 92% center;
	background-color: rgba(30,30,30,0.95);
}

.rubrik_name a {
	display: block;
	color: #fff;
	padding: 20px;
	text-decoration: none;
}


.abbinder {
	border-top: 2px solid #009de0;
	padding-top: 40px;
}

.abbinder .social_media_icons {
	margin-top: 20px;
}

.abbinder .social_media_icons img {
	margin: 0 5px;
}

.has-subnavigation {
	padding-right: 26px;
	background-image: url(images/arrow_bottom.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.contact-me {
	margin-top: 50px;
}

/* media queries */

@media (max-width:768px){
	.navigation ul {
		display: none;
	}
	
	.has-subnavigation {
		padding-right: 0;
		background-image: none;
	}
	
	.navigation {
		background-color: rgba(0,0,0,0.85) !important;
	}
	
	.navigation ul {
		margin-left: 45px;
		top: -40px;
		position: relative;
		
	}
	
	.subnavigation {
		position: fixed;
		left: 0;
		width: 100%;
		top: 68px;
		display: none;
	}
	
	.slider {
		display: none;
	}
	
	.navigation li {
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
		padding: 8px !important;
	}
	
	.navigation li a {
		padding: 0;
	}

	.navigation {
		width: 100%;
		padding-bottom: 10px;
	}
	
	.magazinePic {
		margin-top: 15px;
		padding-right: 0px;
	}
	
	.contact-projects {
		padding-top: 20px;
		padding-left: 12px;
	}
	
	.cyan {
		background-image: none;
	}
	
	.magazine .pic:before, .magazine .pic:after {
		display: none;
	}
	
	div.leistungen h3, div.contentContainer h3, .detail h2 {
		font-size: 18px;
		line-height: 22px;
	}
}
