
.tabs button:not(.myButtonProdukt) {
	font-size:1.5em;
	position:relative;
    #float: left;
	top:2px;
    background: #eee;
    border: 1px #aaa solid;
    margin-right: 10px;
	margin-top: -11px;
    padding: 5px;
	padding-top: 0px;
	cursor:pointer;
	border-radius: 5px 5px 0px 0px;
	z-index:0;
}

.tabs button.mobile{
	font-size:4em;
	margin-bottom:30px;
	padding-top:0px;
	border-radius:5px;
	float:unset;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	
}

.tabs button.active {
    border-bottom: none;
	font-weight: bold;
	z-index:2;
}

.tabInner {
	z-index:1;
    border: 1px solid #aaa;
    background: #eee;
	position:relative;
}

.tabInnerdiv {

	display:none;
    padding: 10px;
}