@font-face {
	font-family:'ops';
	src:url('../../fonts/OpenSans-Light.woff') format('woff');
	font-weight:300;
	font-style:normal;
}
@font-face {
	font-family:'ops-italic';
	src:url('../../fonts/OpenSans-LightItalic.woff') format('woff');
	font-weight:300;
	font-style:italic;
}
@font-face {
	font-family:'ops-bold';
	src:url('../../fonts/OpenSans-Semibold.woff') format('woff');
	font-weight:bold;
	font-style:normal;
}
@font-face {
	font-family:'ops-bold-italic';
	src:url('../../fonts/OpenSans-SemiboldItalic.woff') format('woff');
	font-weight:bold;
	font-style:italic;
}
@viewport{
	zoom:1.0;
	width:extend-to-zoom;
}
a:link, a:visited {
	color:#005289;
	text-decoration:underline;
}
a:hover {
	color:#dd0000;
	text-decoration:underline;
}
a.noDec {
	text-decoration:none;
}
html,body {
	font-family:ops,arial,helvetica,sans-serif;
	font-size:11pt;
	color:#212121;
	background-color:white;
    top:0;
	left:0;
	right:0;
    min-height:100%;
    min-width:100%;
    margin:0;
    padding:0;
    scroll-behavior:smooth;
}
b,strong {
	font-family:ops-bold;
}
i {
	font-family:ops-italic;
}
form {
	margin:0;
}
h1 {
	font-style:normal;
	font-weight:normal;
	font-size:3.2rem;
	margin:0;
	margin-bottom:1.2rem;
}
h2 {
	font-size:2.4rem;
	margin:0;
	margin-bottom:0.6rem;
	font-weight:normal;
}
h3 {
	font-size:1.8rem;
	font-weight:normal;
	margin:0;
	margin-bottom:0.6rem;
	text-align:left;
}
h1,h2,h3,h6 {
	line-height:115%;
}
h4 {
	font-size:4px;
	line-height:4px;
	margin:0px;
}
h6 {
	font-size:10px;
	font-weight:normal;
	margin:0px;
}
div,li,p,td {
	font-size:1.2rem;
	line-height:140%;
	vertical-align:top;
	margin:0;
}
div {
	padding:0;
	position:relative;
}
img {
	border:0;
}
input,textarea,select {
	font-size:12pt;
	font-family:ops,arial,helvetica,sans-serif;
	border:1px solid #aaaaaa;
}
textarea {
	height:120px;
}
table {
	border-width:0;
	border-spacing:0;
    border-collapse:collapse;
}
td {
	padding:0;
}

#BG {
	position:absolute;
	left:0;
	top:0;
	background:black;
	width:100%;
	height:100%;
	z-index:10;
	display:none;
	opacity:0;
	font-size:0.01px;
	text-align:center;
	flex-direction:column;
	justify-content:center;
	transition:opacity 0.5s ease;
}
#BILDER {
	font-size:0.01px;
	display:flex;
	flex-wrap:wrap;
	opacity:0;
	transition:opacity 1s ease;
}
#BILDER a div {
	position:absolute;
	width:474px;
	z-index:2;
}
#BILDER a div div {
	margin-top:12px;
	margin-left:12px;
	max-width:474px;
	padding:4px 7px;
	background:rgba(220,220,220,0.7);
	opacity:0;
	transition:opacity 0.5s ease;
	text-align:center;
	color:black;
}
#BILDER img {
	margin:4px;
	border:2px solid transparent;
}
#CLOSE-B {
	width:31px;
	height:31px;
	top:18px;
	display:none;
	z-index:15;
}
#CLOSE-B img:hover {
	width:31px;
	height:31px;
}
#TOPB {
	position:fixed;
	right:5px;
	bottom:5px;
}

.abs {
	position:absolute;
}


.img-in {
	width:auto;
	max-width:100%;
	display:inline;
}
.hz {
	font-size:6px;
	line-height:6px;
}
.nv,.nv1 {
	margin-bottom:6px;
}
.nv1 {
	padding-left:15px;
}
.nv a,.nv1 a {
	color:#333;
	text-decoration:none;
}
.nv a:hover,.nv1 a:hover {
	color:#d00;
}
.textA {
	font-size:1.2rem;
	margin:8px auto 0 0;
}
.titelA {
	font-size:1.4rem;
	color:#d00;
	margin:8px auto 0 0;
}
.topB {
	width:40px;
	height:40px;
	background-image:url('../../../img/top-button.png');
	cursor:pointer;
	opacity:0.25;
	transition:opacity 0.35s ease;
}
.topB:hover {
	opacity:0.5;
}

/* FARBEN */
.blau {
	color:#005289;
}
.gruen {
	color:green;
}
.ocker {
	color:#e2a713;
}
.rot {
	color:#cf1906;
}


.light {
	font-family:ops-light;
}
.bo {
	font-weight:bold;
}
.ce {
	text-align:center;
}
.crs {
	cursor:pointer;
}
.fehler {
	color:#e00;
	background-color:yellow;
	font-weight:bold;
	padding:3px;
}
.h4 {
	line-height:4px;
	font-size:3px;
}
.hidd {
	visibility:hidden;
}
.icon {
	width:40px;
	margin:0 10px;
}

.noDisp {
	display:none;
}
.noWrap {
	white-space:nowrap;
}
.p0 {
	font-size:0.01px;
	line-height:0.01px;
}
.p0 > a {
	border-bottom:0;
	background-color:transparent;
}
.preload img {
	width:0;
}
.re {
	text-align:right;
}
.rel {
	position:relative;
}
.rhm {
	border:solid 1px #bbb;
}

/* BILD GROSS */
#BILD_GROSS {
	display:none;
	border:3px solid #9d2c40;
	border-radius:20px;
	background-color:#ddd;
	box-shadow:5px 7px 10px 5px rgba(0,0,0,0.5);
	line-height:0.1px;
	z-index:200;
	position:absolute;
}

.bildV {
	font-size:0.01px;
	line-height:0.01px;
	display:inline;
}


@media only screen and (max-width:749px) {
	.flx {
		display:block;
	}
	img {
		width:auto;
		max-width:100%;
		display:inline;
	}
	#BILDER a div {
		max-width:96%;
	}
	#BILDER a div div {
		max-width:96%;
	}
	#INHALT {
		padding:20px 10px;
		margin:0 auto;
		min-height:500px;
	}
	.pc,.pc-inline {
		display:none;
	}
	.mob-inline {
		display:inline;
	}
	.cont {
		width:96%;
	}
}


@media only screen and (min-width:750px) {
	#INHALT {
		width:100%;
		max-width:1280px;
	}
	.cont {
		width:100%;
	}
	.flx {
		display:flex;
	}
	.mxA {
		display:inline;
	}
	.mob,.pc-inline {
		display:inline;
	}
}
