#alt:active{
	lohnclick: 1;
}

#neu:active{
	lohnclick: 2;
}

.download-images{
	margin-top: 40px;
}
.download-images-gotoassit{
	background-image:url(../Images/gotoassist_logo.png);
	background-size:contain;
	
}

.download-images-team-viewer{
	background-image:url(../Images/teamviewer_logo.png);
	background-size:contain;
}

.download-images div{
	width: 200px;
	height: 50px;
	background-repeat:no-repeat;
}

#Services a{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}

.produkt{
	margin-right: 40px;
	
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.produkt > p{
	padding: 10px 0;
	margin: 0;
}

.produkt-img-lohn{
	background-image: url(../Images/produkte_lohn_klein_blau.png);
}

.produkt-img-fibu{
	background-image: url(../Images/produkte_finanz_buchhaltung_klein_blau.png);
}

.produkt-img-kalk{
	background-image: url(../Images/produkte_baukalkulation_klein_blau.png);
}

.produkt-img-bebu{
	background-image: url(../Images/produkte_bau_betriebsrechnung_klein_blau.png);
}

.produkt-img-etc{
	background-image:url(../Images/ico-etc.svg);
}

.produkt-img-geraete{
	background-image:url(../Images/ico-geraete.svg);
}

.produkt-img-intern{
	background-image:url(../Images/ico-intern.svg);
}

.produkt-img-regie{
	background-image:url(../Images/ico-regief.svg);
}

.produkt-img-chat{
	background-image: url(../Images/ico-chat.svg);
}

.produkt-img-remote{
	background-image: url(../Images/ico-remote.svg);
}

.produkt-img{
	padding: 10px;
}

.produkt-img > div{
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}

.tabelle{
	display:table;
}

.tabelle article{
	display:table-cell;
	padding-right: 40px;
}

.tabelle article:last-child{
	padding-right: 0px;
}

#faq{
	width: 30%;
}

#download{
	width: 35%;
}

#veranstaltung{
	width: 35%;
}

.termin{
	font-size: 0.9em;
	line-height: 30px;
}
	
.termin > span{
	color:rgba(0,56,130,1.00);
}

.termin:hover{
	cursor:pointer;
}

.themen{
	width: 600px;
    position:relative;
	margin: 0 auto;
    z-index:10;
	background-color:rgba(255,255,255,1.00);
	border-radius: 5px;
    border: 6px solid #67AEE5;
	border-radius:10px;
	-webkit-box-shadow: 0px 11px 8px 0px rgba(0,0,0,0.69);
	-moz-box-shadow: 0px 11px 8px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 11px 8px 0px rgba(0,0,0,0.69);
	padding: 20px 40px;
}

.themen > img{
	width: 15px;
	height: 15px;
	position: absolute;
    right: 10px;
	top: 10px;
}

.themen > img:hover{
	cursor: pointer;
}

.themen-inhalt > ul {
	list-style: none;
}

.themen-inhalt > ul > li{
	padding: 5px 0px 0px 10px;
	margin: 5px 0px;
}

.themen-inhalt > ul > li > p{
	border-bottom-color: #67AEE5;
	border-bottom-style:solid;
	border-bottom-width: 1px;
}

.themen-inhalt > ul > li > ul{
	list-style: none;
	padding-left: 20px;
}

.themen-inhalt > ul > li > ul li{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction:row;
	direction:ltr;     
	margin-bottom: 0px;
}

.themen-inhalt > ul > li > ul li firstletter{
	margin: -2px 10px 0px 0px;
}


#overlay{
    position:fixed;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    z-index:5;
    width:100%;
    height:100%;
    display:none;
}

h1{
	font-size: 51px;
	margin: 10px 0 0 0;
}

h2{
	font-size: 20px;
	margin: 10px 0 20px 0;
	text-transform: uppercase;	
}

p.kategorien-beschreibung{
	min-width: 338px;
	min-height: 54px;
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (min-resolution: 144dpi),
       (min-resolution: 1.5dppx) {	
	.tabelle article {
 		display: table-row;
		padding-right: 0px;
	}
	
	.tabelle article img{
		display: none;
	}
	
	#inhalt h1{
		margin-bottom: 20px;
	}
	
	h2 {
 		font-size: 20px;
		margin: 20px 0 5px 0;
		text-decoration:underline;
	}
	
	#download, #faq, #veranstaltung, .faq-inhalt-wrapper, .download-inhalt-wrapper, .veranstaltung-inhalt-wrapper{
		width: 100%;
	}
	
	.produkt {
  		margin-right: 0;
	}
	
	#inhalt p{
		margin: 0;
	}
	
	.produkt > p {
  		line-height: 50px;
		padding: 0;
	}
	
	#overlay, .themen{
		width: 100%;
	}
	
	#overlay{
		padding-bottom: 100px;
	}
	
	.themen{
		top: 47px;
		height: 350px;
		overflow:scroll;
		padding: 20px 20px 20px 20px;
	}
	
	.themen-inhalt > ul{
		padding: 0;
	}
}




	

