@charset "utf-8";

/* queries
@media (min-width:600px)
@media (min-width:980px)
@media (min-width:1680px)
*/

/* FONT IMPORT */
@import url('ms_fonts.css');

/***************************
*	00 - GLOBAL FIX
*	01 - HEADLINES AND TEXT
*	02 - LOGO SECTION
*	03 - BACKGROUNDS BOX
*	04 - PADDING TEXTAREA BOX
*	05 - ARTICLE ARRAY
*	06 - BUTTONS
*	07 - FORMS
*	08 - VIDEO
*	09 - TEINAHMEBEDINGUNGEN
*	10 - POSITIONIERUNG
*	11 - TESTERS KEEPERS
***************************/


/**************** 00 - GLOBAL FIX */
#thisMS {	
	-webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);
			box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);
	overflow:hidden;
}
#thisMS *,
#thisMS h3,
#thisMS h4,
#thisMS h5,
#thisMS p,
#thisMS li,
#thisMS a{
	font-family:'Roboto_Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:1em;
	font-weight:normal;
	color:rgba(0,0,0,1.0);
	line-height:1.2em;
	text-decoration:none;
	text-transform:none;
	text-align:inherit;
}

#thisMS .h3, #thisMS h3{text-shadow: none;}

#thisMS .checkbox label{
	font-size:1.3em;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

#thisMS a:hover{
	color:inherit;
}


/**************** 01 - HEADLINES AND TEXT */
#thisMS h3{
	font-family:'Roboto_Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:2.2em;
	line-height:1.1em;
	margin-bottom:20px;
	margin-top:20px;	
}
@media (min-width:980px){
#thisMS h3{
	font-size:3.2em;
	margin-bottom:25px;
	margin-top:25px;
}
}
@media (min-width:1680px){
#thisMS h3{
	font-size:4.2em; 
	margin-bottom:30px;
	margin-top:30px;
}
}

#thisMS h4{
	font-family:'Roboto_Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:1.2em;
	line-height:1.1em;
	margin-bottom:20px;
	margin-top:20px;	
}
@media (min-width:980px){
#thisMS h4{
	font-size:1.6em;
	margin-bottom:25px;
	margin-top:25px;
}
}
@media (min-width:1680px){
#thisMS h4{
	font-size:2em; 
	margin-bottom:30px;
	margin-top:30px;
}
}

#thisMS h5{
	font-family:'Roboto_Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:1.2em;
	line-height:1.1em;
	margin-bottom:20px;
	margin-top:20px;
}
@media (min-width:980px){
#thisMS h5{
	font-size:1.4em;
	margin-bottom:25px;
	margin-top:25px;
}
}
@media (min-width:1680px){
#thisMS h5{
	font-size:1.8em; 
	margin-bottom:30px;
	margin-top:30px;
}
}

#thisMS p{
	margin-bottom:20px;
	margin-top:20px;
}
@media (min-width:980px){
#thisMS p{
	font-size:1.1em;
}
}
@media (min-width:1680px){
#thisMS p{
	font-size:1.3em;
}
}
#thisMS span,
#thisMS em,
#thisMS strong,
#thisMS a{
	font-size:inherit;
	font-family:inherit;
	line-height:inherit;
	text-decoration:inherit;
	text-transform:inherit;
	color:inherit;
}
#thisMS strong{
	font-weight:bold;
}
#thisMS span.super{
	vertical-align:super;
	font-size:0.5em;
	line-height:1em;
}



/**************** 02 - LOGO SECTION*/
#thisMS .msres_logo_bg{
	width:100%; 
	float:left; 
	position:relative;
	background-color:rgba(20,20,20,1);  
	border-bottom:1px solid rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.7);
			box-shadow: 0 5px 10px 0 rgba(0,0,0,0.7);
	z-index:1;
}
#thisMS .msres_logo{
	max-height:20px; 
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:10px; 
	margin-bottom:10px;
}
@media (min-width:980px){
#thisMS .msres_logo_color{
	margin-bottom:0px;
}
#thisMS .msres_logo{
	max-height:30px; 
	text-align:right; 
	margin-right:30px; 
	margin-top:15px; 
	margin-bottom:15px;
}
}



/**************** 03 - BACKGROUNDS BOX */
#thisMS .msres_section_bg{
	background-size:cover;
	background-position:top left;	
	background-repeat:no-repeat;	
	width:100%;
	float:left;
}



/**************** 04 - PADDING TEXTAREA BOX */
#thisMS .msres_textarea{
	width:100%; 
	padding:10px;
	padding-top:0px;
	padding-bottom:20px; 
	float:left;
}
@media (min-width:980px){
#thisMS .msres_textarea{padding:30px; padding-top:0px; padding-bottom:30px;}
}
@media (min-width:1680px){
#thisMS .msres_textarea{padding:60px; padding-top:0px; padding-bottom:40px;}
}



/**************** 05 - ARTICLE ARRAY */
#thisMS .ms_prod_image{
	border:solid 1px rgba(255,255,255,0.2);
	padding:0px;
	transition:all 0.3s;	
}
#thisMS .ms_prod_image:hover{
	border:solid 1px rgba(255,255,255,0.4);
	transition:all 0.3s;	
}
#thisMS .ms_prod_manfa{
	font-size:1.1em;
	color:inherit;
	margin:0;
	padding:5px 0px 5px 0px;
	display:block;
}
#thisMS a.ms_prod_name{
	font-family:'Roboto_Medium','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:1.2em;
	line-height:1em;
	text-decoration:none;
	display:block;
	margin:5px 0px 5px 0px;
	padding:0px;
	transition:all 0.3s;		
}
#thisMS a.ms_prod_name:hover{
	text-decoration:none;
	transition:all 0.3s;
}
#thisMS .ms_prod_artnr{
	color:rgba(160,160,160,1.0);
	margin:5px 0px 5px 0px;
	padding:0px;
	font-size:1em;
}
#thisMS ul.ms_prod_detail{
	margin-top:10px;
	margin-bottom:15px;
	border-top:1px solid rgba(255,255,255,0.1);
	border-bottom:1px solid rgba(255,255,255,0.1);	
	padding-top:10px;
}
#thisMS ul.ms_prod_detail li{
	font-size:0.9em;
	margin-bottom:5px;
	margin-left:15px;
	list-style:none;
}
#thisMS ul.ms_prod_detail li:before{
	font-family: 'FontAwesome';
	font-size:0.8em;
	line-height:inherit;
	vertical-align:bottom;
	list-style:none;
	content:'\f111';
	margin-right:5px;
	margin-left:-15px;
}

#thisMS .ms_prod_prize{
	font-family:'Roboto_Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:2em;
	color:inherit;
	margin:10px 0px 0px 0px;
	padding:0px;		
}
#thisMS .ms_prod_ust{
	font-size:0.8em;
	color:rgba(160,160,160,1.0);
	margin:0px;
	padding:0px;	
}
#thisMS .ms_prod_ust a{
	color:inherit;
	font-size:inherit;
	text-decoration:underline;
}




/**************** 06 - BUTTONS */
#thisMS .ms_button
{
	font-family: 'Roboto_Condensed_Regular';
	font-size:0.9em;
	display:inline-block;
	color:rgba(255,255,255,1.0);
	background-color:rgba(240,0,0,1.0);
	text-align:center;
	text-decoration:none;
	margin:20px 0px 20px 0px;
	padding:10px 20px 10px 20px;
	border-radius: none;
	transition: all 0.3s;	
}

#thisMS .ms_button::after 
{
	font-family: 'FontAwesome';
  	content: "\f101";
	margin-left:10px;
}

#thisMS .ms_button:hover
{
	color:rgba(0,0,0,0.8);
	background-color:rgba(220,220,220,1.0);	
	text-decoration:none;
	transition: all 0.3s;
}
@media(min-width:600px){
#thisMS .ms_button {font-size:1.1em;}
}

/**************** 07 - FORMS */
#thisMS .msres_formarea
{
	background-color:rgba(255,255,255,0.15);
	padding:0px;
	margin-bottom:15px;
	width:100%;
	float:left;
	border-top:5px solid rgba(255,255,255,0.2);
}
@media (min-width:980px){
#thisMS .msres_formarea
{
	padding:25px;
}
}

#thisMS h3.ms_form_title{
	font-size:1.8em;
	text-transform:uppercase;
	margin-top:0px;
}
@media (min-width:980px){
#thisMS h3.ms_form_title{
	font-size:2.8em;
}
}

#thisMS h5.ms_form_title{
	font-size:1.2em;
	text-transform:uppercase;
	margin-top:10px;
}
@media (min-width:980px){
#thisMS h5.ms_form_title{
	font-size:1.8em;
}
}

#thisMS .ms_form_textarea{
	margin-top:-20px;
	float:left;
	width:100%;
}

#thisMS .msres_formarea p
{
	color:rgba(200,200,200,1.0);
}

#thisMS p.ms_form_info{
	color:rgba(117,194,0,1);
}

#thisMS p.ms_form_warning{
	color:rgba(255,0,0,1);
}

#thisMS img.code{
	width:100%;
	border:1px solid #FFF;
	margin-bottom:10px;
}

#thisMS .saved{
	margin-top:120px;
	margin-bottom:120px;
}

#thisMS .messages {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
	padding:25px;	
    float: left;
    text-align: left;
	border: 1px solid rgba(0,0,0,1);
	background-color:rgba(0,0,0,0.4);
}

#thisMS .messages p{
	color:rgba(255,0,0,1);
}

#thisMS .messages ul li{
	margin-bottom:5px;
	margin-left:20px;
	list-style:none;
}
#thisMS .messages ul li:before{
	font-family: 'FontAwesome';
	font-size:1em;
	line-height:inherit;
	vertical-align:bottom;
	list-style:none;
	content:'\f071';
	margin-right:5px;
	margin-left:-20px;
	color:rgba(255,0,0,1);
}



#thisMS .form-control{
	color:rgba(255,255,255,1);
	background-color:rgba(0,0,0,1);
	border-radius:0px;
	border:1px solid rgba(255,255,255,0.2);
	height:40px;
}

#thisMS .form-control.ms_code{
	height:45px;
}

#thisMS .checkbox input[type="checkbox"]{
	margin-top:2px;
}

#thisMS p.ms_code_bullet{
	margin-bottom:5px;
	margin-left:20px;
}
#thisMS p.ms_code_bullet:before{
	font-family: 'FontAwesome';
	line-height:inherit;
	vertical-align:baseline;
	list-style:none;
	content:'\f054';
	margin-right:5px;
	margin-left:-20px;
}

#thisMS .aktion_beendet {
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
    z-index: 1;
    display:block;
}

#thisMS .aktion_beendet:before { 
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 60%;
}

#thisMS .aktion_beendet p{
	font-size:3em;
	text-transform:uppercase;
	padding:10px 20px;
	background-color:rgba(0,0,0,0.8);
	border:2px solid #FFF;
	transform:rotate(-10deg);
	vertical-align:middle;
	display:inline-block;
}

#thisMS #street_layer table td{color:#000;}
#thisMS #street_layer .activeCell{color:#fff;}
#thisMS #street_layer table tr:hover td{color:#fff;}


@media(min-width:980px){
	#thisMS .aktion_beendet {
		top:0px;
		left:0px;
	}
}

/**************** 08 - VIDEO */
#thisMS .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; /*overflow: hidden*/;
}
 
#thisMS .video-container iframe,
#thisMS .video-container object,
#thisMS .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/**************** 09 - TEINAHMEBEDINGUNGEN */
#thisMS ul.bedingungen
{
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	border-top:2px dotted rgba(255, 255, 255, 0.2);
}

#thisMS ul.bedingungen > li
{
	color:rgba(180,180,180,1);
	font-size:0.9em;
	list-style:decimal;
	margin:0;
	margin-left:15px;
	margin-bottom:5px;
	padding:0;	
}
#thisMS ul.bedingungen h5{
	color:rgba(180,180,180,1);	
}

#thisMS ul.bedingungen p{
	color:rgba(180,180,180,1);	
	font-size:0.9em;
}


/**************** 10 - POSITIONIERUNG */
#thisMS .centered{
	text-align:center;
	vertical-align:central;
	margin-left:auto;
	margin-right:auto;
}

#thisMS hr.line{
	width:100%;
	border:none;
	border-bottom:1px solid rgba(255,255,255,0.2);
	margin-top:20px;
	margin-bottom:20px;
	float:left;
}


/**************** 11 - TESTERS KEEPERS */
#thisMS .checklist{
	background-color:rgba(255,255,255,0.9);
	padding:35px;
	margin-top:20px;
}

#thisMS .checklist p,
#thisMS .checklist ul,
#thisMS .checklist li,
#thisMS .checklist h4{
	color:rgba(0,0,0,0.8);
}

#thisMS .checklist p{
	margin:0px;
	padding:0px;
}

#thisMS .checklist h4{
	font-family: 'Roboto_Condensed_Bold';
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}

#thisMS .checklist ul{
	margin-top:15px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:5px solid rgba(150,150,150,1);
}

#thisMS .checklist li{
	font-size:1.2em;
	list-style:none;
	line-height:1.6em;
	margin-left:20px;
}

#thisMS .checklist li:before{
	font-family: 'FontAwesome';
	line-height:inherit;
	vertical-align:baseline;
	list-style:none;
	content:'\f00c ';
	margin-right:5px;
	margin-left:-20px;
	color:#152A72;
}



/* Testberichte zum Aufklappen */
#thisMS .accordeon {
	width:100%;
}

#thisMS .accordeon_item {
	margin-bottom: 15px;
	margin-top: 15px;
	list-style:none;
}

#thisMS h4.accordeon_title {
	margin:0;padding:0;
}

#thisMS .accordeon_title {
	cursor: pointer;
	padding:15px;
	color:rgba(255,255,255,1);
}

#thisMS .accordeon_title:after {
	font-family: 'FontAwesome', sans-serif;
	/*font-size:12px;*/
	float: right;
	/*content: 'Testbericht lesen \f055';*/
	content: '\f055';
}

#thisMS .active > .accordeon_title {
	width:100%;
}
#thisMS .active > .accordeon_title:after {
	/*content: 'schließen \f056';*/
	content: '\f056';
}

#thisMS .accordeon_product{
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
}

#thisMS .accordeon_content {
	padding: 15px;
	box-shadow: inset 0 -3px #666;
}

#thisMS .accordeon_content > p{
	margin-top:5px;
	margin-bottom:5px;
}

#thisMS .accordeon_time{
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:10px;
}

#thisMS .accordeon_item .line{
	margin-top:10px;
	margin-bottom:15px;
}






/**************** 12 - HEADER STAMPS */
#thisMS .header_stamp {
	position: absolute;
	text-align: center;
	margin: auto;
	z-index: 1;
	display:block;
	margin:30% 0 0 10%;
}

#thisMS .header_stamp p{ 
  font-size:1em;
	text-transform:uppercase;
	padding:10px 20px;
	background-color:rgba(0,0,0,0.8);
	border:2px solid #ff0000;
	transform:rotate(-10deg);
	vertical-align:middle;
	display:inline-block;	
	font-size:200%;
  color:#fff;
}

#thisMS .header_stamp.soon p{font-size:150%;}


@media (min-width: 600px) {
	#thisMS .header_stamp {margin:25% 0 0 40%;}
}

/* 981px - 1679px */
@media (min-width: 980px) {	
	#thisMS .header_stamp {margin:25% 0 0 45%;}
	#thisMS .header_stamp p{font-size:3em;}
	#thisMS .header_stamp.soon p{font-size:2em;}
}

/* 1680px - X */
@media (min-width: 1680px) {
	#thisMS .header_stamp p{font-size:4.5em;}
	#thisMS .header_stamp.soon p{font-size:3em;}
}