@charset "utf-8";
/****************************************/
/* GLOBAL FONTS && FRAMEWORK FIX */
@import url('../../../../global/ms_framework.css');
/****************************************/


/* CSS STYLE FOR MS */
#thisMS {background:rgba(0,0,0,1.0);}

#thisMS *,
#thisMS h3,
#thisMS h4,
#thisMS h5,
#thisMS p,
#thisMS li,
#thisMS a{
	color:rgba(255,255,255,1);
	font-family: "Helvetica", "Arial Black", Gadget, sans-serif;
}



#thisMS h2{

	font-size:2em;
	color:#dc0437;
	margin-bottom:10px;
	margin-top:2px;
}


#thisMS h2.special{

	font-size:2.2em;
	font-weight:700;
	margin:40px 0 40px 0;

}


#thisMS hr.line1{
border-color:#dc0437;
}

#thisMS hr.line2{
border-color:#dc0437;
margin:0;	
}

#thisMS .ms_button_einmalig
{
	font-family: 'Roboto_Condensed_Regular'!important;
	font-size:2em!important;
	display:inline-block!important;
	color:white!important;
	background-color:#dc0437!important;
	text-align:center!important;
	text-decoration:none;
	margin:10px 0px 30px 0px!important;
	padding:20px 30px 20px 30px!important;
	border-radius: 5px!important;
	transition: all 0.3s!important;	
}
#thisMS .ms_button_einmalig:hover
{	  background:grey!important;
  color: #fff!important;
	text-decoration:none!important;
	transition: all 0.3s!important;	
}


#thisMS h3{
	font-size:1em;
	font-weight:inherit;
}

#thisMS ul.bedingungen > li{
    color: white !important;

}


#thisMS ul.bedingungen p {
    color:white;

}


#thisMS p.ms_prod_name {
    font-family: 'Roboto_Medium','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 1.2em!important;
    line-height: 1em!important;
    text-decoration: none!important;
    display: block;
    margin: 5px 0px 5px 0px!important;
    padding: 0px;
    transition: all 0.3s;
	color: #dc0437!important;
    height: 50px;
}
}


#thisMS h4{
	font-size:1.8em;
	color:#aaa;
	margin-bottom:10px;
	margin-top:2px;
	font-weight:bold;
}


#thisMS .ms_prod_ust {
    margin: 0px 0px 5px 0px;

}


#thisMS span.h_small {
  font-size: 1.8em;
  line-height: 2em;
  font-weight: 400;
  vertical-align: top;
  text-transform: uppercase;
}
#thisMS span.h_medium {
  font-size: 2.5em;
  line-height: 1.4em;
  font-weight: 700;
  vertical-align: top;
  text-transform: uppercase;
}
#thisMS span.h_big {
  font-size: 3.5em;
  line-height: 1em;
  font-weight: 900;
  padding: 0 0.2em;
  vertical-align: top;
  text-transform: uppercase;
}



#thisMS hr.grad {
  border: 0;
  height:4px;
  clear:both;
  margin: 5px;
  background: red;
  background: -webkit-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);
  background: -o-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);
  background: -moz-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);
  background: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet); 
}

#thisMS p.subhead {

  color: #ddd;
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.015em;
}

#thisMS p.date-top {
  text-align:inherit;

  color: #fff;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.015em;
  padding-top:20px;
}
#thisMS p.date-top sup {
  font-size:1em;
  top: -1.1em;
}
#thisMS p.date-legal {

  font-size: 1.2em;
  letter-spacing: -0.02em;
  color:#dc0437;
}


#thisMS .head_text {
  padding:0 30px;

}


#thisMS h3.mb {

  text-align:center;
  font-size: 4em;
  color: #fff;
  margin-bottom:0;
  padding-bottom:5px;
  letter-spacing: 0.02em;
  font-weight:bold;
}
#thisMS span.inv {
  background: #fff;
  color:#000;
  display:inline-block;
  padding: 0 5px;
  font-weight:bold;
  
  }
#thisMS p.mb { 

  margin-top:0;
  padding-top:0;

  text-align:center;
  font-size: 2em;
  color: #ddd;
}


#thisMS .greybox{
	background-color:rgba(21,21,21,1);
}
#thisMS .greyboxxx{
	background-color:#0c0c0c;
}


#thisMS .msres_textarea {

    padding-bottom: 0px;
}

#thisMS p {

    font-size:1.2em;
}

#thisMS table.prodlist {
  border: 2px solid #555;
  border-collapse: collapse;
  font-size: 1.1em;
  margin-bottom: 30px;
}
#thisMS table.prodlist th {
  font-size:1.5em;
  color:#fff;
  padding: 5px 10px;
  vertical-align: top;
  text-align:center;
  font-weight:bold;
}
#thisMS table.prodlist tr:first-child th:first-child {
  text-align:left;
}
#thisMS table.prodlist td {
  text-align:center;
  padding: 5px 10px;
  font-weight: 600;
  color: #aaa;
  font-size:1.1em;
}
#thisMS table.prodlist td:first-child {
  text-align:left;
  font-weight: 400;
  width: 200px;
}
#thisMS table.prodlist tr:nth-child(2n) {
  background: #333;
}
#thisMS table.prodlist tr:hover {
  box-shadow: 0px 0px 15px #888 inset,0px 0px 15px #888 inset;
}
#thisMS table.prodlist tr:nth-child(1):hover {
  box-shadow: none;
}
#thisMS table.prodlist tr:nth-child(2):hover {
  box-shadow: none;
}


#thisMS .table>thead>tr>th, #thisMS .table>tbody>tr>th, #thisMS .table>tfoot>tr>th, #thisMS .table>thead>tr>td, #thisMS .table>tbody>tr>td, #thisMS .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #d7d7d7;}





#thisMS a{
}

#thisMS a:visited {
    color: #dc0437;
    text-decoration: none;
}

#thisMS a:link {
    color: #dc0437;
    text-decoration: none;
}


#thisMS a.grey {
    color: #aaa;
    text-decoration: none;
}

#thisMS .special{
	margin-bottom:25px;
	font-size:1.2em;
	margin-top:-15px;
}


#thisMS .inforow {
  font-size: 1.4em;
  padding: 5px 0;
  font-weight: 300;
  color: #1ba1e3; /* #e31b23; */
  text-transform: uppercase;
  line-height: 1.1em;
}
#thisMS .inforow b {
  line-height: 0;
  padding-top: 16px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: text-top;
  font-size: 1.4em;
   color: #1ba1e3;
}

#thisMS button.cta-form {
  width:400px;
  text-align: center;
  line-height:40px;
  border: 1px solid #e31b23;
  background: #000;
  color: #e31b23;
  font-family: sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor:pointer;
}
#thisMS button.cta-form:hover {
  background: #e31b23;
  color: #fff;
}

#thisMS button.cta-tac {
  margin-top:15px;
  width:350px;
  text-align: center;
  line-height:30px;
  border: 1px solid #888;
  background: #000;
  color: #888;
  font-family: sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor:pointer;
}
#thisMS button.cta-tac:hover {
  background: #888;
  color: #fff;
}


#thisMS a.ms_prod_name {color: #dc0437;height: 50px;}


#thisMS .ms_button {
    font-family: 'Roboto_Condensed_Regular';
    font-size: 1.2em;
    display: inline-block;
    color: rgba(255,255,255,1.0)!important;
    background-color: #dc0437;
    text-align: center;
    text-decoration: none;
    margin: 25px 0px 40px 0px;
    padding: 10px 20px 10px 20px;
    border-radius: none;
    transition: all 0.3s;
}


#thisMS .ms_prod_image:hover {
    border: solid 0px;
    
}

#thisMS .ms_prod_image {
    border: solid 0px;
    
}

#thisMS a.artlink{color:#EBEBEB;font-weight:bold;text-decoration: underline;}
#thisMS a.artlink:hover{text-decoration: none;}

#thisMS .nah{
	margin-top:0px;
	margin-bottom: 50px;
}

#thisMS .downer{
	margin-bottom:-20px;
}


#thisMS .genullt{
	margin-bottom:150px;

}


#thisMS .viel{
	margin-top:150px;

}
#thisMS .trabi{
	margin-bottom:-15px;

}

#thisMS .abstandoben{
	margin-top:6px;
	line-height: 1.3em;
}

#thisMS .abstandoben2{
	margin-top:25px;
	
}

#thisMS .aurabox{
	margin-top:-480px;
}



#thisMS a:link.grey {
    color: #aaa!important;
  
}






#thisMS .aktion_beendet p {
    font-size: 2em;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.5);
    border: 4px solid crimson;
    transform: rotate(10deg);
    vertical-align: middle;
    display: inline-block;
	color: #fff;
	box-shadow: 0 0 10px 2px #fff;
}

#thisMS .aktion_beendet {
    position: absolute;
   background-color: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
    z-index: 1;
    display: block;
}





/**************** XX - OLD SHOP FIX */
#box_main_big #thisMS .msres_textarea{ 
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	padding-top:15px;
}

#box_main_big #thisMS .ms_button{
	font-size:12px; 
	font-family:'DinPro_Medium';
	margin-bottom:2px;

}

#box_main_big #thisMS .ms_form_textarea p{font-size:14px;}

#box_main_big #thisMS .small_txt
{
	font-size:11px;	
}


#box_main_big #thisMS span.h_small {
  font-size: 1.2em;
  line-height: 2.7em;

}
#box_main_big #thisMS span.h_medium {
  font-size: 2em;
  line-height: 1.4em;

}
#box_main_big #thisMS span.h_big {
  font-size: 3em;
  line-height: 0.9em;

}



#box_main_big #thisMS p.subhead {
  font-size: 1.5em;

}

#box_main_big #thisMS p.date-top {

  font-size: 2em;
  margin-bottom:3px;

}
#box_main_big #thisMS p.date-top sup {
  font-size:1em;
  top: -1.1em;
}
#box_main_big #thisMS p.date-legal {
  font-size: 0.85em;
  letter-spacing: -0.02em;
  margin-top:-15px;
	margin-left:5px;
}


#box_main_big #thisMS .nah{
	margin-top:-45px;
}


#box_main_big #thisMS .genullt{
	margin-bottom:-20px;

}


#box_main_big #thisMS .trabi{
	margin-bottom:-45px;

}

#box_main_big #thisMS .aurabox{
	margin-top:-320px;
}

/********** MEDIA QUERIES ******/

@media (min-width: 100px) {
		#thisMS .aktion_beendet p {font-size: 1.5em;}
}


/* 601px - 979px */
@media (min-width: 600px) {
	#thisMS h3 {
		font-size: 1em;
		margin-top: 0px;
		}
	
	#thisMS h1{
	font-size:1.3em;
	font-weight:inherit;
}
	#thisMS .aktion_beendet p {font-size: 1.5em;}
}

	
/* 981px - 1679px */
@media (min-width: 980px) {
	#thisMS h3 {
		font-size:1.2em;
		margin-top: 0px;
		}
	
	#thisMS h1{
	font-size:1.5em;
	font-weight:inherit;
}
	#thisMS .aktion_beendet p {font-size: 2em;}
}


/* 1680px - X */
@media (min-width: 1680px) {	
	#thisMS h3 {
		font-size:1.5em;
		margin-top: 0px;
		}
	
	#thisMS h1{
	font-size:2em;
	font-weight:inherit;
}
	
	#thisMS .aktion_beendet p {font-size: 3em;}
}
