


@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);





html, body, div, span, article, header, footer, nav, form, input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Roboto Slab', serif;
}
a {
	text-decoration: none;
}


.nav-wrapper:hover {
	/*margin-top: -40px;*/
}
.menu:hover + .subnav {
	height: 100px;
}
.subnav:hover {
	height: 100px;
}
header {
	position: fixed;
	top: 0;
	height: 204px;
	width: 100%;
	z-index: 99;
}
#logo {
	position: relative;
	width: 1280px;
	margin: 0 auto;
	padding: 10px 40px;
}
#logo img {
	position: absolute;
}

nav {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	font-weight: 900;
	font-size: 20px;
	position: relative;
	width: 1280px;
	margin: 0 auto;
	text-align: right;
}
.nav-wrapper {
	transition: ease .5s;
}
nav li {
}
nav li {
	display: inline-block;
	padding: 5px 0;
	margin: 5px 20px;
	border-top: 5px solid transparent;
	transition: ease .5s;
}
nav li a {
	transition: ease .5s;
	border-top: 5px solid transparent;
}
nav li a:hover {
	border-top: 5px solid rgb(249,222,245);
}
.subnav {
	height: 0px;
	position: relative;
	overflow: hidden;
}
.story, .service {
	display: none;
	opacity: 0;
	transition: ease .5s;
}

.content {
	padding-top: 204px;
}



nav li a {
	color: black;
	text-decoration: none;
}
nav li a:hover {
}

footer {
	background-color: black;
	position: relative;
	width: 100%;
	height: 300px;
	text-align: right;
}

footer form {
	position: relative;
	width: 394px;
	/*padding: 20px 0;*/
	padding-top: 100px;
	margin: 0 auto;
	border-bottom: 5px solid rgb(0,255,255);
}
input {
	display: inline-block;
	padding: 0;
	margin:0;
}
input.form-field {
	height: 40px;
	width: 330px;
	outline: none;
	border: none;
	background-color: transparent;
	color: white;
	font-family: 'Roboto Slab', serif;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 20px;
}

input.form-submit {
	height: 40px;
	width: 60px;
	outline: none;
	border: none;
	background-color: transparent;
	font-family: 'Roboto ', sans-serif;
	letter-spacing: 1px;
	font-weight: 900;
	font-size: 20px;
	color: rgb(0,255,255);
	cursor: pointer;
}












.article-text-headline {
	font-family: 'Roboto', sans-serif;
	width: 741px;
	padding: 40px 216px 0px;
	font-size: 48px;
	font-weight: 900;
	line-height: 58px;
	text-transform: uppercase;
}
.article-text-sniff {
	width: 741px;
	padding: 10px 216px;
	font-size: 25px;
	font-weight: 500px;
	line-height: 35px;
}
.article-text-paragraph {
	width: 634px;
	padding: 40px 323px;
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;

	-webkit-hyphens: auto;
	hyphens: auto;
}

.drop-cap {
	float: left;
	color: black;
	font-size: 148px;
	line-height: 100px;
	padding: 6px 20px 20px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}
.drop-cap-small {
	float: left;
	color: black;
	font-size: 80px;
	line-height: 70px;
	padding: 0px 20px 20px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}

.article-text-quote {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 40px;
}
.article-image-full {
	position: relative;
	width: 1280px;
	/*height: 600px;*/
	/*padding: 0 7px;*/

	background-position: center;
	background-size: cover;
}
.article-image-single {
	position: relative;
	width: 848px;
	height: auto;
	padding: 20px 216px;
}
.image-double {
	position: relative;
	width: 1280px;
	height: auto;
	padding: 20px 0px;
}
.article-image-double {
	width: 626px;
	height: auto;
	display: inline;
	padding: 7px;
}



/*portrait*/

.blockquote {
		display: block;
		width: 310px;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		font-weight: 900;
		font-size: 30px;
		line-height: 40px;
	}
	.blockquote-left {
		float: left;
		margin-left: -108px;
		padding: 30px 20px 10px 0px;
	}
	.blockquote-right {
		float: right;
		margin-right: -108px;
		padding: 0px 0px 10px 20px;
	}















.home .module {
	padding-bottom: 14px;
}
.module {
	position: relative;
	width: 1280px;
	margin: 0 auto;
}
.table {
	display: table;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
	position: relative;
	vertical-align: top;
}

.color-white {
	background-color: rgb(255,255,255);
}
.color-pink {
	background-color: rgb(249,222,245);
}
.color-cyan {
	background-color: rgb(0,255,255);
}
.color-yellow {
	background-color: rgb(243,242,51);
}



.icon-video {
	position: absolute;
	margin-top: -76px;
}


/*einzel*/

.half-left {
	width: 640px;
	border-right: 7px solid white;
}
.half-right {
	width: 640px;
	border-left: 7px solid white;
}


.preview-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.preview-image.size-half {
	height: 360px;
}
.standard .preview-text {
	padding: 28px 46px 48px;
}

a.standard {
	color: black;
}
a.debatte {
	color: black;
}

.preview-tag {
	display: inline-block;
	background-color: rgb(0,255,255);
	padding: 4px 10px 4px;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
}
.color-cyan .preview-tag {
	background-color: white;
}
.preview-half .standard .preview-title {
	display: block;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 2px;
}
.preview-half .preview-title.quoted {
	text-indent: -12px;
}
.standard .preview-sniff {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}


/*drittel*/


.third-left {
	width: 424px;
	border-right: 8px solid white;
}
.third-center {
	width: 432px;
	border-left: 8px solid white;
	border-right: 8px solid white;
}
.third-right {
	width: 424px;
	border-left: 8px solid white;
}



.preview-image.size-third {
	height: 440px;
}

.preview-third .standard .preview-title {
	display: block;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 23px;
	line-height: 26px;
	letter-spacing: 2px;
}
.preview-third .debatte .preview-title {
	display: block;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 37px;
	line-height: 50px;
}
.preview-third .preview-title.quoted {
	text-indent: -10px;
}
.debatte .preview-sniff {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 37px;
	line-height: 50px;
}
.debatte .preview-text {
	padding: 48px 46px 48px;
}

/*einzel*/

.full-center {
	width: 1280px;
}

.preview-image.size-full {
	width: 848px;
	height: 440px;
}

.preview-full .standard .preview-title {
	display: block;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 2px;
}
.preview-full .preview-title.quoted {
	text-indent: -12px;
}
.preview-full .standard .preview-text {
	padding: 48px 46px 48px 32px;
}






/*portrait*/

.article-text-indent {
	display: inline-block;
	width: 70px;
}



/*fuerwider*/


.two-col {
	position: relative;
	width: 848px !important;
	border: 1px solid black;
}
.col-left {
	width: 424px;
	padding-right: 24px;
	border-right: 1px solid black;
}
.col-right {
	width: 424px;
	padding-left: 24px;
}

.pro-text {
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;

	-webkit-hyphens: auto;
	hyphens: auto;
}






/*
 * iPhone 3GS / 4 / 5 / 6
 * BackBerry Z10 / Z30
 * Google Nexus 4 / 5 / S
 * HTC Evo / One / Sensation
 * Samsung Galaxy
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 1280px) {

}






