.tabs {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 35px;
}

	.tabs label {
		flex: 1 0 15%;
		height: 60px;
		background: #0e3a2f;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-weight: bold;
		margin: 0px 0px 0px 10px;
		cursor: pointer;
		padding: 1%;
		font-size: 105%;
	}

.tabs .tab {
-webkit-box-ordinal-group: 100;
-webkit-order: 99;
-ms-flex-order: 99;
order: 99;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
display: none;
padding: 1rem;
background: #ebebeb;
padding-bottom: 35px;
padding-top: 35px;
border-top: 1px solid #000;
}



.tab p{
margin: 0px 0px 35px 0px;
border: 0px solid red;
width: 100%;
line-height: 150%;
}

.tab h2{
margin: 35px 0px 20px 0px;
}



.tabs input[type="radio"] {
position: absolute;
opacity: 0;
}

	.tabs input[type="radio"]:checked + label {
		background: #78faae;
		color: #0e3a2f;
	}

.tabs input[type="radio"]:checked + label + .tab { display: block; }

/* Arrows Seite buehnen_module.aspx */
.arrow_down_eventbuehne {
position: absolute;
margin: -36px 0px 0px 0px;	
display: block;
}

.arrow_down_new_mobile_showroom {
position: absolute;
margin: -36px 0px 0px 10.70%;	
display: block;
}

.arrow_down_clever_modul {
position: absolute;
margin: -36px 0px 0px 21.40%;	
display: block;
}

.arrow_down_lounge {
position: absolute;
margin: -36px 0px 0px 32.10%;	
display: block;
}

.arrow_down_equipment {
position: absolute;
margin: -36px 0px 0px 42.80%;	
display: block;
}

/* Arrows Seite werbemittel.aspx */
.arrow_down_druckprodukte {
position: absolute;
margin: -36px 0px 0px 0px;	
display: block;
}

.arrow_down_sonderwerbeformen {
position: absolute;
margin: -36px 0px 0px 17.80%;	
display: block;
}

.arrow_down_pressetexte {
position: absolute;
margin: -36px 0px 0px 35.60%;	
display: block;
}


@media screen and (max-width: 100em) {
	
/* Arrows Seite buehnen_module.aspx */
.arrow_down_eventbuehne {
position: absolute;
margin: -36px 0px 0px 0px;	
display: block;
}

.arrow_down_new_mobile_showroom {
position: absolute;
margin: -36px 0px 0px 19.20%;	
display: block;
}

.arrow_down_clever_modul {
position: absolute;
margin: -36px 0px 0px 38.20%;	
display: block;
}

.arrow_down_lounge {
position: absolute;
margin: -36px 0px 0px 57.30%;	
display: block;
}

.arrow_down_equipment {
position: absolute;
margin: -36px 0px 0px 76.40%;	
display: block;
}	

/* Arrows Seite werbemittel.aspx */
.arrow_down_druckprodukte {
position: absolute;
margin: -36px 0px 0px 0px;	
display: block;
}

.arrow_down_sonderwerbeformen {
position: absolute;
margin: -36px 0px 0px 31.80%;	
display: block;
}

.arrow_down_pressetexte {
position: absolute;
margin: -36px 0px 0px 63.70%;	
display: block;
}
	
}


@media screen and (max-width: 900px) {


.tabs label {
display: table;
width: 98%;
min-width: 98%;
float: left;
height: auto;
background: #808080;
border-bottom: 1px solid #fff;
color: #fff;
text-align: left;
font-weight:bold;
margin: 0px 0px 0px 0px;
cursor: pointer;
padding: 10px 0px 10px 2%;
font-size: 100%;
}

.tabs .tab {
border-top: 0px solid #000;	
}

/* Arrows Seite buehnen_module.aspx */
.arrow_down_eventbuehne {
display: none;
}

.arrow_down_new_mobile_showroom {
display: none;
}

.arrow_down_clever_modul {
display: none;
}

.arrow_down_lounge {
display: none;
}

.arrow_down_equipment {
display: none;
}

/* Arrows Seite werbemittel.aspx */
.arrow_down_druckprodukte {
display: none;
}

.arrow_down_sonderwerbeformen {
display: none;
}

.arrow_down_pressetexte {
display: none;
}


}

