@CHARSET "UTF-8";

*{
	box-sizing:border-box;
	font-size:11pt;
	font-family: serif;
}

BODY{
	margin:0px;
	padding:0px;
	background-image:url(img/Hintergrund.png);
}

h1{
	font-size:20pt;
	font-family: sans-serif;
	font-weight: bold;
	text-align:center;
	margin: 10px 0px 10px 0px;
	color:white;
}

h1 a{
	color:#8e362a !important;
	font-size:20pt !important;
	font-family: sans-serif;
	font-weight: bold;
	text-align:center;
	margin: 10px 0px 10px 0px;
}

h2{
	font-size: 11pt;
	margin:0px 0px 5px 0px;
	font-weight: bold;
	font-family: sans-serif;
}

h3{
	font-size: 15pt;
	margin:0px 0px 5px 0px;
	font-weight: bold;
	font-family: sans-serif;
}

h4{
	font-size:9pt;
	font-familiy:sans-serif;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h2 a{
	color:#8e362a;
	text-decoration:underline;
}

p{
	margin:0px 0px 20px 0px;
}

p a{
	color:#8e362a;
	text-decoration:underline;
}

ul li{
	font-size: 11pt;
	margin:0px;
	font-weight: bold;
	font-family: sans-serif;
	margin-bottom:10px;
}

ul li ul{
	margin-top:10px;
}

ul li ul li{
	font-size:11pt;
	font-weight:normal;
	font-family: serif;
}

a{
	font-family: inherit;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

.tab_ref .tr .td{
	font-size:9pt !important;
}

.tab_ref div div:first-child{
	font-weight:bold;
}



#berufsbild{
	border-left:none;
}

.invis{
	display:none;
}

.tab_ref{
	margin:30px 0px 30px 0px;
	border-collapse:collapse;
	border:1pt solid;
}

.tr{
	display:block;
	border-bottom:solid 1pt black;
	min-height:36px;
	padding:20px;
}

.td{
	font-family:sans-serif !important;
}

.pic_ref{
	width:80px;
	height:50px;
	margin-right:10px;
	object-fit: contain;
	cursor:pointer;
}

.logo{
	background-image: url(img/logo.png);
	background-size:cover;
	background-repeat:no-repeat;
	right: 0px;
	z-index:1;
}

.seit{
	position:absolute;
	font-weight: bold;
	color:white;
}

.mainframe{
	z-index:0;
}

.banner{
	width:100%;
	background-image:url(img/IMG_1781.JPG);
	background-position:center;
	top: 50px;
	left: 0px;
	z-index:0;
}

.banner_bb{
	position:relative;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:contain;
}

.menublock{
	margin:0px;
	padding:0px;
	background-color:#4e362a;
	width:100%;
	z-index:9002;
}

.menu{
	padding:0px;
}

.menupoint{
	margin:0px;
	color:white;
	font-family:sans-serif !important;
	list-style-type: none;
	text-align:center;
	transition:background-color .5s, color .5s;
}

.content{
	min-height:500px;
	background-color:rgba(255,255,255,1);
	overflow:hidden;
	margin:auto;
	box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.5);
	position:relative;
}

.wrap_hl{
	width:100%;
	background-color:#4e362a;
	overflow: hidden;
}

.col{
	padding:20px;
	text-align: center;
}

.scrollhelp{
	width:100%;
	height:20px;
	background-color: #aaaaaa;
}

.lightbox{
	cursor: pointer;
	z-index:9005;
	background-color:#ffffff;
}

.cover{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.7);
	z-index:9000;
	cursor: pointer;
}

.mini{
	width:100px;
	height:100px;
	margin:22px;
	cursor: pointer;
	object-fit:cover;
}

.prev{
	top:50%;
	left:20px;
	transform:translate(0%, -50%);
	position:fixed;
	height:50px;
	width:50px;
	background-image:url("/img/larr.png");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	z-index:9004;
	cursor: pointer;
}

.next{
	top:50%;
	right:20px;
	transform:translate(0%, -50%);
	position:fixed;
	height:50px;
	width:50px;
	background-image:url("/img/rarr.png");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	z-index:9004;
	cursor: pointer;
}

.kontakt{
	text-align: center;
}

.bb{
	width:80%;
	position:relative;
}
