@charset "utf-8";
/* CSS Document */

#media-head {display:none;}

/* media */
@media (max-width:600px){
	#header-overlay img.dieter { width:25% !important;}
	#header-overlay img.ribbon { width:10% !important;}
	#header-title { display:none;}
	#media-head {display:block;}
	#media-head p {font-size:32px;}
	#media-head span {font-size:16px;}
}

/*.ttshowcase_rl_date { display:none;}*/
.tt_review_title {font-family: 'CiscoSansTTRegular';}
.tt_style_2 input { min-height:36px; font-size:17px; font-family: 'CiscoSansTTExtraLight';}
.tt_style_2 button {
	border: 2px solid #000000 !important;
    background: #ffffff;
    font-size: 14px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
	font-family: 'CiscoSansTTRegular';
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.tt_style_2 textarea {font-size:17px; font-family: 'CiscoSansTTExtraLight';}

body {
	margin: 0;
	background: #383838;
	font-family: 'CiscoSansTTExtraLight';
}
img {
	max-width: 100%;
}
#wrapper {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.wrapper {
	padding: 40px;
	box-sizing: border-box;
	background-color:#ffffff;
}

header {
	position: relative;
}

#header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
}
#header-overlay img {
	vertical-align: top;	
}
#header-overlay img.ribbon {
	opacity: .85;
	width: 15%;
    max-width: 40px;
}
#header-overlay img.dieter {
	border: 3px solid #222324;
	margin-left: 20px;
	width: 15%;
    max-width: 140px;
}
#header-overlay img.telekom {
	float: right;
	margin-left: 20px;
}
#header-overlay img.cisco {
	float: right;
}
#header-overlay img.home {
	float: right;
	margin-left: 20px;
}
#header-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	padding-left: 100px;
	box-sizing: border-box;
	font-size: 50px;
	color: #222324;
	text-transform: uppercase;
}


#content {
	background-color: #FFF;
	line-height: 140%;
}

#newpost {
	padding: 40px 40px 25px;
	box-sizing: border-box;
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 3px;
	margin-bottom: 40px;
	font-size:20px;
	line-height:180% !important;
}
a.button {
	display: inline-block;
	padding: 14px 20px 12px;
	background-color: #222324;
	border-radius: 3px;
	color: #EEE;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	transition: opacity .2s ease;
}
a.button:hover {
	opacity: .85;
}

.bolder {font-family: 'CiscoSansTTRegular';}
.smaller {font-size: 16px; line-height:150%;}
.memoriam {font-size: 18px; padding-top: 10px;}

.home { width:24px; height:24px;}
