@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Regular.woff2') format('woff2'),
         url('../cpfont/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Italic.woff2') format('woff2'),
         url('../cpfont/Roboto-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Bold.woff2') format('woff2'),
         url('../cpfont/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-BoldItalic.woff2') format('woff2'),
         url('../cpfont/Roboto-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'condensed';
	src: url('../cpfont/Roboto-Condensed.woff2') format('woff2'),
         url('../cpfont/Roboto-Condensed.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
:root {
  --sans: MyFont, Helvetica, Arial, Verdana, sans-serif;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, rem, img, ol, ul, li, form, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 18px;
}
* {
	box-sizing: border-box;
}
body {
	color: #000000;
	text-align: center;
	margin: 0;
	background-color: white;
	font: normal 1rem/1.4em MyFont, Helvetica, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	overflow: auto;
}
img {
	border-style: none;
}
.noborder {
	border-style: none !important;
}
/* abstände */
form {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	width: 100%;
}
td, th {
	vertical-align: top;
	font-size: 1rem;
	text-align: left;
	padding-right: 1rem;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
	font-family: MyFont;
	margin-bottom: 0.25rem;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: .5rem;
	line-height: 1.4em;
	width: 100%;
}
ul {
	margin-left: 1rem;
}
ol {
	margin-left: 1.5rem;
}
li {
	line-height: 1.4em;
}
/*
Linksteuerung
*/
a, a:visited {
	color: #003C8C;
	text-decoration: none;
}
.gmbh a, .gmbh a:visited {
	color: #0096A0;
}
a:hover {
	text-decoration: underline;
}
a.anker {
	width: 0 !important;
	height: 0 !important;
	margin: -10px 0 0;
	padding: 0;
	position: relative;
	display: inline-block;
}
/* schriftformatierung:
Headline		h1
Überschrift		h2

Headline			h3
große Überschrift		h4
normale Überschrift		h5

kleine Überschrift		h6	(z.B. Datum in News)

normale Schrift		p
kleine Schrift			span klein */
h1 {
	background-color: #003C8C;
	color: #ffffff;
	width: 100%;
	line-height: 2em;
	text-align: center;
	display: block;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.gmbh h1 {
	background-color: #0096A0;
}
h2 {
	background-color: #003C8C;
	color: #ffffff;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 1.1rem;
}
h3 {
	color: #111987;
	font-size: 1.5rem;
}
.gmbh h3 {
	color: #0096A0;
}
h4 {
	color: #111987;
	font-size: 1.1rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1rem;
}
p {
	font-size: 1rem;
}
main ul {
	text-align: left;
	margin-left: 1em;
}
main li {
}
.small, .kl {
	font-size: 0.7rem !important;
}
.nobr {
	white-space: nowrap;
}
/*
farben
*/
.blau {
	background-color: #003C8C;
	color: #ffffff;
}
.hellblau {
	background-color: #97b0d2;
	color: #ffffff;
}
.tuerkis {
	background-color: #0096A0;
	color: #ffffff;
}
.dunkelgrau {
	background-color: #7e7e7e;
}
.hellgrau {
	background-color: #f2f2f2;
}
.orange {
	background-color: #F8AE6C;
}
.gelb {
	background-color: #ffd300;
	color: #ff0000;
}
.grey, .grey label {
	color: #999999 !important;
}
/*
cms
*/
.trennlinie, hr {
	font-size: 0;
	width: auto;
	height: 0;
	clear: both;
	border-bottom: 1px solid #dddddd;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.b {
	font-weight: bold !important;
}
.i, .italic {
	font-style: italic;
}
.u, .underline {
	text-decoration: underline;
}
.links, .l {
	text-align: left !important;
}
.center, .c {
	text-align: center !important;
}
.rechts, .r {
	text-align: right !important;
}
.hide {
	display: none !important;
}
.clearer {
	clear: both;
	width: 100%;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
/*
Seitenelremente
	display: none;
*/
#mask {
	background-image: url(../images/mask.svg);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	z-index: 2000;
	display: none;
}
#mask div.info {
	position: absolute;
	top: 13%;
	right: 25%;
	width: 50%;
	max-height: 80%;
	display: block;
	background-color: #ffffff;
	border: 4px solid #003C8C;
	overflow: hidden;
	overflow-y: auto;
}
#mask div img.close {
	position: absolute;
	transform: rotate(45deg);
	cursor: pointer;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
	z-index: 2100;
}
#mask div#info {
	z-index: 2001;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	margin: 60px 40px 20px;
}
#mask div#info img {
	float: left;
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
	margin-right: 40px;
	margin-bottom: 20px;
}
#mask div#info h3 {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1.1em;
}
#mask div#info h6 {
	text-align: left;
}
#mask div#info p {
	clear: both;
	text-align: left;
}
#mask div#info p span {
	cursor: pointer;
	font-weight: bold;
	font-style: italic;
	color: #003C8C;
}
/*
seiteninhalt
*/
.mce-content-body  {
	text-align: left;
}
.content, section > h2 {
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
section > .content, section > h2 {
	width: 100%;
}
.flex {
	/*
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
	*/
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.content p, .flex p {
	margin-bottom: 20px;
	text-align: justify;
}
.spalte {
	width: calc(50% - 10px);
}
header {
	width: 100%;
	margin: 0;
	text-align: left;
}
a.logo img {
	height: 5rem;
	width: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: inline-block;
}
.headline {
	background-color: #003C8C;
	width: 100%;
	line-height: 2rem;
	text-align: center;
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 1rem;
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 0;
}
.language {
	font-size: 13px;
	position: relative;
	float: right;
	margin-top: 0.5rem;
	margin-right: 0.5rem;
}
.search {
	position: relative;
	float: right;
	margin-top: 0.5rem;
	margin-right: 0.5rem;
}
.search img {
	width: 20px;
	height: 20px;
}




.loginout {
	display: inline-block;
	position: relative;
	float: right;
	margin-top: 0.4rem;
	margin-right: 0.8rem;
	text-align: right;
}
.loginout div {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	padding: 8px;
	background-color: #ffffff;
	border: 1px solid #15578a;
	text-align: left;
}
.loginout:hover div {
	display: inline-block;
}
.loginout div a {
	display: inline-block;
	width: 100%;
	font-size: 0.8rem;
	line-height: 1em;
	white-space: nowrap;
}
.login {
	position: relative;
}
header .login::after {
	content: url(/images/login.svg);
    width: 1rem;
    height: 1rem;
	margin-left: 0.5em;
	top: 0.1em;
	position: relative;
	display: inline-block;
}
.login img {
	
}



.totop {
	z-index: 1001;
	right: 6%;
	position: fixed;
	top: calc(100vh - 50px);
}
.totop img {
	width: 40px;
	height: auto;
}
/* menü */
.nav_icon, .nav_close {
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	position: absolute;
	cursor: pointer;
	font-size: 0.9rem;
	text-align: center;
	line-height: 1rem;
}
.nav_icon {
	top: 3rem;
	right: 0;
	color: #003C8C;
}
.nav_close {
	top: 0;
	right: 0;
	z-index: 1001;
}
.nav_icon span, .nav_close span {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #003C8C;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 7px;
}
.nb1, .nb2 {
	position: absolute;
	top: 33%;
	left: 0;
}
.nb1 {
	transform: rotate(45deg);
}
.nb2 {
	transform: rotate(-45deg);
}
nav {
	position: fixed;
	top: 0;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	z-index: 1000;
	overflow: auto;
	right: 0;
	width: 0;
	max-width: 100%;
	transition: width 0.3s;
	display: none;
}
nav.akt {
	width: 600px;
	max-width: 100%;
	transition: width 0.3s;
	display: block;
}
nav div {
	margin: 1rem;
	position: relative;
	padding-top: 2rem;
}
nav ul {
	margin-left: 0;
}
nav ul li {
	list-style: none;
	position: relative;
	text-align: left;
	font-weight: bold;
}
nav ul li {
	font-weight: bold;
}
nav ul li ul li {
	margin-left: 1rem;
	font-weight: normal;
	font-style: normal;
}
nav ul li ul li ul li {
	margin-left: 2rem;
	font-size: 0.94em;
}
.submen {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}
.submen a, .submen a:visited {
	border: 1px solid #003C8C;
	padding: 8px 12px;
	font-size: 26px;
	color: #003C8C;
	display: inline-block;
	text-decoration: none;
}
.submen a.akt, .submen a:hover {
	background-color: #003C8C;
	color: #ffffff;
}
/* seite */
.seite {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.seite:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.seite .content p, .seite .content ul {
	text-align: justify;
}
.seite .content ul {
	margin-left: 1rem;
}
main {
}
section {
	position: relative;
	margin-bottom: 20px;
}
h1.kopf {
	margin-bottom: 0;
}
h2 {
	margin-bottom: 20px;
}
.feld12 {
	width: calc(50% - 10px);
	display: inline-block;
}
.feld12 iframe {
	width: 100%;
	height: 300px;
}
.content td {
	border: 1px solid #003C8C;
}

/*
Startseite
*/
.startnews {
	display: inline-block;
	position: absolute;
	margin-top: 2rem;
	margin-left: 25%;
	width: 50%;
	height: 4.5rem;
}
.startnews p {
	width: auto;
	white-space: normal;
	font-weight: bold;
	text-align: center;
}
.fader_frame pre {
	text-align: center;
}
.fader_nav {
	position: absolute;
	bottom: 0;
}
.fader_nav span {
	border-radius: 5px;
	width: 10px;
	height: 10px;
	border: 2px solid #003C8C;
}
.fadernavakt {
	background-color: #003C8C;
}



.startiro .content, .startgmbh .content {
	background-size: cover;
	background-position: center center;
}
/* iro */
.startiro .content, .startgmbh .content {
	padding-top: 6rem;
	padding-bottom: 3rem;
}
.startbild {
	margin-left: 50%;
	display: inline-block;
	padding: 1.5rem;
	background-color: rgba(255, 255, 255, .75);
	text-align: left;
	margin-bottom: 2rem;
}
.startbild img {
	height: 4rem;
	max-height: 200px;
	width: auto;
}
.startbild p {
	color: #003C8C;
	font-style: italic;
	font-size: 1.8rem;
	margin-top: 0.5em;
}
.startbild h3 {
	margin-bottom: 0;
	font-size: 2.5rem;
	line-height: 1em;
}
.startiro a {
	border-radius: 4rem;
	width: 8rem;
	line-height: 8rem;
	display: inline-block;
	text-align: center;
	font-size: 1.25rem;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	text-decoration: none;
	margin-bottom: 1rem;
}
.startiro a, .startiro a:hover {
	background-color: #003C8C;
	color: #ffffff;
}


.startiro .hot {
	background-color: #eea155;
	top: 5px;
	left: -15px;
	position: absolute;
	padding: 5px 3px;
	transform: rotate(-15deg);
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1.5em;
}
.startiro .hot h5, .startiro .hot p {
	margin: 0;
	padding: 0;
}
.startiro .hot h5 {
	font-size: 1rem;
}
.startiro .hot a, .startiro .hot a:visited {
	font-size: 0.9rem;
	color: #003C8C;
	text-decoration: none;
	background-color: transparent;
	width: auto;
	height: auto;
	line-height: 1em;
	margin-bottom: 0;
}
.startiro .hot a:hover {
	text-decoration: underline;
}
/* gmbh */
.startgmbh .headline {
	background-color: #0096A0;
}
.gmbh h2, .startgmbh h2 {
	background-color: #0096A0;
	margin-bottom: 20px;
}
.startgmbh .content {
	display: flex;
	justify-content : flex-end;
	text-align: right;
	align-content: center;
	height: calc(100% - 2rem);
	flex-wrap : wrap;
	margin-bottom: 20px;
}
.startgmbh .content a.cmslink {
	display: inline-block;
	width: 18rem;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.5rem;
	text-decoration: none;
	height: 10rem;
	display: flex;
	justify-content : center;
	align-items : center;
	margin: 0.5rem;
	min-height: 4rem;
	min-width: 4rem;
}
.startgmbh .content a.cmslink, .startgmbh .content a.cmslink:hover {
	background-color: #003C8C;
	color: #ffffff;
	background-color: rgba(0, 150, 160, .75);
}
.startgmbh .content .breit a.cmslink {
	width: 37rem;
	height: 6rem;
}
/* startakt */
.startakt .content {
	padding-top: 4rem;
	padding-bottom: 2rem;
}
.startakt .content {
	display: flex;
	justify-content : center;
	text-align: center;
	align-content: center;
	height: calc(100% - 2rem);
	flex-wrap : wrap;
	margin-bottom: 20px;
}
.startakt .content a.cmslink {
	display: inline-block;
	width: 18rem;
	height: 7rem;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.5rem;
	text-decoration: none;
	display: flex;
	justify-content : center;
	align-items : center;
	margin: 0.5rem;
	min-height: 4rem;
	min-width: 4rem;
}
.startakt .content a.cmslink, .startakt .content a.cmslink:hover {
	color: #ffffff;
	background-color: rgba(0, 60, 140, .75);
}





/* weiterbildung */
.headline2 {
	background-color: #ffd300;
	color: #ff0000;
	width: 100%;
	line-height: 2rem;
	text-align: center;
	display: block;
	font-size: 1rem;
}
.startweiter .content {
	height: calc(100% - 2rem);
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.startweiter .content a {
	width: calc(50% - 10px);
	display: inline-block;
	text-decoration: none;
	line-height: 0;
	margin-bottom: 20px;
}
.startweiter .content a img {
	width: 100%;
	height: auto;
}
.startweiter .content a.startworkshop div {
	width: 100%;
	height: 100%;
	background-color: #003C8C;
	align-content : center;
	display: flex;
	flex-wrap : wrap;
}
.startweiter .content a.startworkshop div h6, .startweiter .content a.startworkshop div p {
	color: #ffffff; 
	margin-right: 2rem;
	margin-left: 2rem;
}
.startweiter .content a div h6, .startweiter .content a div p {
	color: #ffffff; 
}
.startweiter .content a.startwstext div {
	color: #ffffff;
	background-color: #003C8C;
	background-color: rgba(0, 60, 140, .5);
	align-content : center;
	display: inline-block;
	height: auto;
	width: auto;
	margin: 1.5rem;
	line-height: 1.5em;
	padding: 1rem;
}
.startweiter .content a div h6, .startweiter .content a div span {
	width: 100%;
}
.startweiter .content a div h6 {
	font-size: 2rem;
}
.startweiter .content a div p {
	font-size: 1.5rem;
	margin-top: 1em;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.coverbild, .coverhoch {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-bottom: 20px;
}
.coverbild {
	height: 40vw;
	max-height: 300px;
}
.coverhoch {
	height: 60vw;
	max-height: 500px;
}
.coverbild div, .coverhoch div {
	background-color: rgba(255, 255, 255, .75);
	display: inline-block;
	bottom: 20px;
	right: 40px;
	position: absolute;
	padding: 10px 15px;
	width: auto;
	text-align: left;
}
.coverbild div h2, .coverbild div p, .coverhoch div h2, .coverhoch div p {
	text-align: left;
	color: #003C8C;
	background-color: transparent;
	line-height: 1.4em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.coverbild div h2, .coverhoch div h2 {
	font-size: 1.5rem;
}
.gmbh .coverbild h2, .gmbh .coverbild p, .gmbh .coverhoch h2, .gmbh .coverhoch p {
	color: #0096A0;
}
.coverbild a.hot, .coverhoch a.hot, .coverbild a.hot:visited, .coverhoch a.hot:visited {
	background-color: #eea155;
	color: #003C8C;
	top: -5px;
	left: -15px;
	position: absolute;
	padding: 10px;
	width: 110px;
	height: 110px;
	border-radius: calc(100% / 2);
	text-align: center;
	transform: rotate(-30deg);
	display: flex;
	flex-wrap : wrap;
	justify-content: center;
	align-content : center;
	text-decoration: none;
	font-size: 16px;
}
.coverbild a.hot b, .coverhoch a.hot b {
	font-size: 20px;
}
div.text {
	width: 100%;
	margin-bottom: 20px;
}
.kreisrahmen {
	width: calc(33% - 7px);
	
}
.kreisrahmen4 {
	width: calc(25% - 7px);
	
}
.linkkreis a, .linkkreis a:hover, .linkkreis4 a, .linkkreis4 a:hover {
	background-color: #003C8C;
	color: #ffffff;
	display: flex;
	justify-content : center;
	align-items : center;
	text-align: center;
	font-size: 1.5rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-decoration: none;
	min-height: 10rem;
	margin-left: auto;
	margin-right: auto;
}
.linkkreis a {
	border-radius: 6rem;
	width: 12rem;
	height: 12rem;
}
.linkkreis4 a {
	border-radius: 5rem;
	width: 10rem;
	height: 10rem;
}
.gmbh .linkkreis a, .gmbh .linkkreis a:hover {
	color: #ffffff;
	background-color: #0096A0;
}
a.linkbutton, span.linkbutton {
	width: calc(33% - 7px);
	display: flex;
	justify-content : center;
	align-items : center;
	text-align: center;
	font-size: 2rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-decoration: none;
	min-height: 10rem;
}
a.linkbutton, a.linkbutton:visited {
	background-color: #003C8C;
	color: #ffffff;
}
span.linkbutton {
	background-color: rgba(0, 60, 140, .5);
	color: #ffffff;
}
.gmbh a.linkbutton {
	background-color: #0096A0;
}
.gmbh span.linkbutton {
	background-color: rgba(0, 150, 160, .5);
}
.pruefung {
	margin-bottom: 20px;
}
.pruefung pre {
	width: 30%;
	height: 100%;
	margin-right: 20px;
	float: left;
	background-size: cover;
	background-position: center center;
}
.pruefung pre p {
	border-radius: 2.5rem;
	width: 5rem;
	height: 5rem;
	line-height: 1em;
	display: inline-block;
	background-color: rgba(0, 150, 160, .75);
	color: #ffffff;
	font-size: 1rem;
	text-decoration: none;
	font-weight: bold;
	display: flex;
	flex-wrap : wrap;
	justify-content : center;
	align-items : center;
	align-content : center;
	margin-top: 1rem;
	margin-left: 1rem;
	transform: rotate(-15deg);
	text-align: center;
}
.pruefung pre a, .pruefung pre a:visited {
	color: #ffffff;
}
.pruefung div {
	display: inline-block;
	position: relative;
	width: calc(70% - 20px);
	padding-bottom: 20px;
}
.pruefung a.cmslink, .pruefung a.cmslink:visited {
	background-color: #003C8C;
	color: #ffffff;
	text-align: center;
	font-size: 1rem;
	line-height: 2em;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 1rem;
	padding-left: 1rem;
}
.gmbh .pruefung a.cmslink {
	background-color: #0096A0;
}
a.linkkachel {
	width: calc(50% - 10px);
	display: inline-block;
	line-height: 0;
	margin-bottom: 20px;
}
a.linkkachel, a.linkkachel:visited {
	text-decoration: none;
    color: #ffffff;
}
a.linkkachel div {
    width: 100%;
    height: 100%;
    background-color: #003C8C;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
	min-height: 18rem;
}
a.linkkachel div h3, a.linkkachel div h4, a.linkkachel div p {
	text-align: center;
    margin-right: 2rem;
    margin-left: 2rem;
	width: 100%;
    color: #ffffff;
	background-color: transparent;
}
a.linkkachel div h3, a.linkkachel div h4 {
	font-size: 2rem;
}
a.linkkachel div  p {
	font-size: 1.5rem;
	margin-top: 1em;
}
a.linkkachel img {
    width: 100%;
    height: auto;
}
.gmbh a.linkkachel div {
    background-color: #0096A0;
}
div.kachel {
	width: calc(50% - 10px);
	text-decoration: none;
	line-height: 0;
	margin-bottom: 20px;
    color: #000000;
	display: flex;
	flex-wrap : wrap;
	justify-content : flex-start;
	align-items : center;
	align-content: center;
}
div.kachel h3, div.kachel h4, div.kachel p {
	text-align: left;
    margin-right: 1rem;
    margin-left: 1rem;
	width: 100%;
    color: #000000;
	background-color: transparent;
}
div.kachel ul {
    margin-left: 2rem;
}
div.kachel h3, div.kachel h4 {
	font-size: 1.5rem;
}
div.kachel  p {
	font-size: 1rem;
	margin-top: 1em;
}
div.kachel img {
    width: 100%;
    height: auto;
}
.bild {
	width: 100%;
	margin-bottom: 20px;
}
.bild_c {
	width: 50%;
}
.bild_l, .bild_r {
	width: calc(50% - 10px);
}
.bild img, .bild_c img, .bild_l img, .bild_r img {
	width: 100%;
	height: auto;
}
.hoch {
	background-size: cover;
	background-position: center center;	
}
.hoch p {
	background-color: rgba(255, 255, 255, .85);
	width: calc(100% - 40px);
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
.button {
	width: calc(33% - 7px);
	display: flex;
	flex-wrap : wrap;
	justify-content : center;
	align-items : center;
	align-content : center;
	background-color: #003C8C;
	background-color: rgba(0, 60, 170, .5);
	color: #ffffff;
	text-align: center;
	font-size: 1.5rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-right: 20px;
	text-decoration: none;
	margin-left: 20px;
}
a.button, a.button:visited {
	color: #ffffff;
}
.hoch a.button {
	margin-top: 100px;
	margin-bottom: 100px;
}
a.sticker, a.sticker:hover {
	border-radius: 6rem;
	width: 12rem;
	height: 12rem;
	line-height: 1.4em;
	background-color: #003C8C;
	background-color: rgba(0, 60, 170, .6);
	color: #ffffff;
	text-align: center;
	font-size: 1.5rem;
	margin-right: 4rem;
	margin-left: 4rem;
	text-decoration: none;
	display: flex;
	flex-wrap : wrap;
	justify-content : center;
	align-items : center;
	align-content : center;
}
.hoch a.sticker, .hoch a.sticker:hover {
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(0, 150, 160, .75);
}
.fl_rechts {
	float: right;
}
.fl_rechts::after {
	content: "";
	display: table;
	clear: both;
	width: 100%;
}
footer>div {
	width: 100%;
}
.social {
	background-color: #7e7e7e;
	margin-top: 20px;
}
.social .content {
	text-align: right;
}
.social .content a {
	margin: 0;
	padding: 0;
}
.social .content img {
	height: 1.5rem;
	width: auto;
	margin-top: 0.9rem;
	margin-bottom: 0.5rem;
	margin-left: 0.5rem;
}
.fussmen {
	font-size: 0.95rem;
	background-color: #000000;
}
.fussmen .content {
	display: flex;
	flex-wrap : wrap;
	justify-content : space-between;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.fussmen .content div {
	display: inline-block;
	width: calc(16.5% - 20px);
	text-align: left;
}
.fussmen, .fussmen a, .fussmen a:visited {
	color: #ffffff;
}
.fussmen .content div.k_icons {
	text-align: right;
	width: 160px;
}
.k_icons a {
	width: 50px;
	display: inline-block;
	margin-bottom: 1.5rem;
	margin-left: 1.5rem;
}
.k_icons img {
	width: 100%;
	height: auto;
}
.impress {
	background-color: #000000;
	font-size: 0.8rem;
	line-height: 2rem;
	padding-bottom: 1rem;
}
.impress div {
}
.impress span {
	float: left;
}
.impress, .impress a, .impress a:visited {
	color: #ffffff;
}
.impress a {
	margin-right: 5px;
	margin-left: 5px;
}
/* adressen */
.ansprechp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.adressliste {
	background-color: #003C8C;
	width: calc(50% - 0.5rem);
	text-align: left;
	display: flex;
	margin-bottom: 20px;
}
.gmbh .adressliste {
	background-color: #0096A0;
}
.portr {
	display: inline-block;
	margin-right: 10px;
	line-height: 0;
}
.adresshead {
	display: inline;
	float: right;
}
.adresshead h4 {
	font-size: 1rem;
	color: #ffffff;
}
.adresshead label {
	font-size: 1rem;
	color: #ffffff;
}
.adresshead label::after {
	content: ': ';
}
.adresshead h5 {
	font-size: 0.9rem;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	line-height: 1.4em;
}
.adresshead a, .adresshead a:visited {
	color: #ffffff;
	margin-top: 0.4rem;
}
.adresspopup {
	cursor: pointer;
}
.ansprechp_detail pre {
	font: 1rem/1.4em MyFont, Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
}
.ansprechp_detail span {
	font: bold 1rem/1.4em MyFont, Helvetica, Arial, Verdana, sans-serif;
	white-space: normal;
}
.ansprechbutton {
	width: calc(33% - 7px);
	display: flex;
	justify-content : center;
	align-items : center;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-decoration: none;
	min-height: 10rem;
	background-color: #003C8C;
	color: #ffffff;
}
.gmbh .ansprechbutton {
	background-color: #0096A0;
}
.ansprechbutton div {
	width: 100%;
	height: 100%;
}
.ansprechbutton .adressliste {
	margin-bottom: 0;
	background-image: url();
}
.ansprechbutton .adressliste .adresshead div {
	font-size: 2rem;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
.ansprechbutton .adressliste .adresshead div::after {
	content: "Kontakt";
	line-height: 10rem;
}
.downloadfeld {
	width: calc(50% - 10px);
	text-align: left;
}
h2.dl_kat {
	margin-top: 1rem;
}
.downloadfeld h6 {
	font-weight: normal;
	font-style: normal;
	font-size: 0.95em;
}
.downloadfeld h6 a::before {
	content: url(/images/dl.svg);	
    display: inline-block;
    width: 1em;
    height: 1em;
	margin-right: 0.5em;
}
.downloadbild {
	width: calc(20% - 16px);
	margin-bottom: 20px;
}
.downloadbild a, .downloadbild a img {
	width: 100%;
}
.history {
	width: calc(25% - 3px);
	align-items : center;
	align-content : center;
	background-color: #97b0d2;
	color: #ffffff;
	text-align: center;
	margin-bottom: 4px;
	display: inline-block;
}
.history pre, .history div {
	vertical-align: middle;
	padding: 8px;
	height: 100%;
	display: flex;
	align-items : center;
	flex-wrap : wrap;
}
.history pre {
	font: bold 1.2rem MyFont, Helvetica, Arial, Verdana, sans-serif;
	background-color: #003C8C;
	text-align: center;
	float: left;
}
.history div p {
	font-size: 0.8rem;
	margin: 0;
}
/* secure */
.secure {
	width: 100%;
}
/* galerie */
.galerie {
	width: 100%;
}
.galerie_image {
	width: calc(33% - 10px);
	text-align: center !important;
	display: inline-block;
	margin-bottom: 20px;
}
.galerie_image img {
	margin-bottom: 5px;
	height: auto;
}
.galerie_image p {
	text-align: center;
}
/* umfrage */
.umfrage {
	width: 100%;
}
.umfrage h5, .umfrage h6, .umfrage p {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.umfrage h5 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.5rem;
}
.umfrage h6 {
	margin-top: 1em;
}
.seite .content .umfrage p {
	text-align: center;
}
.umfrage p span {
	font-size: 0.9rem;
	display: inline-block;
	margin-right: 0.4rem;
	margin-left: 0.4rem;
}
.umfrage textarea {
	max-width: 40rem;
}
.umfragefehler {
	background-color: #f7f8be;
}

.blk {
	display: block; border-width: 10px; border-color: #ffa989; border-top-style: solid; border-bottom-style: solid;
	border-right-style: none;
	border-left-style: none;
}
.event {
	width: 100%;
}
.event form {
	width: 100%;
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
a.startselect {
	width: calc(50% - 10px);
	display: inline-block;
	text-decoration: none;
	line-height: 0;
	margin-bottom: 20px;
	color: #ffffff;
}
a.startselect div {
	width: 100%;
	min-height: 280px;
	background-color: #003C8C;
	align-content : center;
	display: flex;
	flex-wrap : wrap;
}
a.startselect div p {
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
}
.content .event th, .content .event td {
	padding: 4px 8px;
}
.content .event tr:hover {
	background-color: #efefef;
}
.event table.liste {
	border: 1px solid #003C8C;
}
.event .liste th {
	padding: 2px 3px;
	background-color: #003C8C;
	color: #ffffff;
}
.event .liste td {
	cursor: pointer;
	padding: 2px 3px;
	border-style: none;
}
.event .liste tr {
	border-bottom: 1px solid #003C8C;
}
.event .liste tr:hover {
	background-color: #efefef;
}
.event .show .hide {
	display: inline-block !important;
}
.event span.btn {
	border: 1px solid #003C8C;
	padding: 2px 3px;
	font-size: 11px;
	color: #003C8C;
}
.veranstaltung {
	width: 100%;
	flex-wrap : wrap;
	font-size: 0.9rem;
}
.veranstaltung div.zeitblock {
	display: flex;
	flex-wrap : nowrap;
	justify-content : space-between;
}
.veranstaltung div.zeit {
	display: inline-block;
	text-align: center;
	background-color: #e3f7fe;
	border: 1px solid #003C8C;
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	align-items : center
}
.veranstaltung div.zeit span {
	align-items : center;
	width: 100%;
	display: block;
}
.veranstaltung div.zeit p {
	text-align: center;
	padding: 3px;
	font-size: 0.9rem;
}
.veranstaltung div.inhaltsblock {
	display: flex;
	flex-wrap : nowrap;
	justify-content : space-between;
	flex-grow: 2;
	flex-shrink: 2;
}
.veranstaltung div.thema, .veranstaltung div.auswahl {
	text-align: center;
	border: 1px solid #003C8C;
	flex-grow: 3;
	flex-shrink: 3;
	display: flex;
	flex-direction: column;
	align-items : center;
	position: relative;
	cursor: pointer;
}
.veranstaltung div.thema span, .veranstaltung div.auswahl span {
	display: inline-block;
	background-color: #003C8C;
	color: #ffffff;
	padding-right: 3px;
	padding-left: 3px;
}
.veranstaltung div.thema p, .veranstaltung div.auswahl p {
	text-align: center;
	padding: 5px 3px;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 0.9rem;
	display: inline-block;
}
.veranstaltung div.thema:hover {
	background-color: #f0fafe;
}
.veranstaltung div.deakt {
	border: 1px solid rgba(0, 59, 140, 0.3) !important;
}
.veranstaltung div.deakt span {
	background-color: rgba(179, 198, 226, 0.3) !important;
}
.veranstaltung div.deakt p {
	color: #cccccc !important;
}
.veranstaltung_detail {
	z-index: 2001;
}
.veranstaltung_detail, .veranstaltung_detail pre, .veranstaltung_detail h4, .veranstaltung_detail h5, .veranstaltung_detail h6, .veranstaltung_detail p {
	width: 100%;
}
.veranstaltung_detail h4 {
	color: #003C8C;
	font-size: 24px;
}
.veranstaltung_detail h5 {
	color: #003C8C;
	font-size: 20px;
	text-align: left;
	cursor: pointer;
}
.veranstaltung_detail h5 span {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	margin-left: 10px;
}
.veranstaltung_detail h6 {
	color: #000000;
	font-size: 14px;
	text-align: right !important;
	font-weight: normal;
	font-style: normal;
}
.veranstaltung_detail div {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s;
	margin-bottom: 20px;
}
.veranstaltung_detail div.show {
	max-height: 2000px;
	transition: max-height 0.52s;
}
/*
ausstellerkatalog
*/
.ausst_buchstaben {
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
	border-bottom: 1px solid #003C8C;
}
.ausst_buchstabe {
	color: #003C8C;
	cursor: pointer;
	padding: 3px 5px;
}
.ausst_buchstaben span.akt {
	font-weight: bold;
	color: #000000;
}
.aussteller {
	text-align: center;
	width: 100%;
}
.ausst_suche {
	display: inline-block;
	float: right;
}
.ausst_suche input {
	font-size: 0.9rem;
}
.ausst_suche img {
	height: 1em;
	width: auto;
	cursor: pointer;
	margin-bottom: -2px;
}
.ausst_liste {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: auto;
}
.ausst_liste tr:hover td {
	background-color: #eeeeee;
	cursor: pointer;
}
.ausst_liste th, .ausst_liste td {
	border-style: none;
	padding: 3px 5px;
}
.ausst_plan {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: auto;
}
.ausst_plan img {
	border-style: none;
	margin: 0;
	padding: 0;
	z-index: 0;
}
.ausst_marker {
	font-weight: bold;
	background-color: #ff0000;
	border-radius: 1em;
	position: absolute;
	z-index: 100;
	text-align: center;
	font-size: 30px;
	line-height: 1em;
	width: 0.6em;
	height: 0.6em;
	margin-top: -0.3em;
	margin-left: -0.3em;
	animation: pulse 2s infinite;
}
/*
@keyframes pulse {
	50% {transform: scale(0.95)}
}
*/
.stand_marker {
	background-color: transparent;
	position: absolute;
	z-index: 101;
	font-size: 30px;
	line-height: 1em;
	width: 15px;
	height: 10px;
	margin-top: -7px;
	margin-left: -9px;
	cursor: pointer;
}
.stand_info {
	background-color: #eeeeee;
	border: 1px solid #000000;
	position: absolute;
	z-index: 2000 !important;
	text-align: center;
	font-size: 18px;
	line-height: 1em;
	margin-top: -0.5em;
	margin-left: 2em;
	display: none;
	width: auto;
	min-width: 200px;
	height: auto;
	padding: 5px 7px;
}

/*Formulartremplates */
.formular {
	text-align: left;
	width: 100%;
}
.formular form {
	width: 100%;
	display: flex;
	flex-wrap : wrap;
	justify-content : space-between;
}
.formular div.normal, .formular div.breit {
	display: inline-block;
	margin-bottom: 1rem;
	font: 0.9rem/1em var(--sans);
}
.formular div.normal {
	width: 50%;
}
.formular div.breit {
	width: 100%;
}
.formular div.normal p, .formular div.breit p {
	width: calc(100% - 20px);
	display: inline-block;
}
.formular h5 {
}
.formular p {
}
.formular label {
	width: 100%;
	display: inline-block;
	color: #003C8C;
	font: bold 0.7rem/1em;
	margin-bottom: 3px;
}
.formular label.pflicht::after {
	content: ' *';
}
.formular .pflichterkl {
margin-bottom: 0.5rem;
}
.gmbh .formular label {
	color: #0096A0;
}
.formular span {
	margin-right: 0.7em;
	white-space: nowrap;
	margin-left: 0.7em;
	font-size: 0.9em;
}
.formular label span {
	margin-left: 0.3em;
}
.formular input, .formular select, .formular textarea {
	margin: 0;
	padding: 2px 5px;
	border: 1px solid #949596;
	font: 0.9rem var(--sans);
}
.formular .standard, .formular .lang {
	width: calc(100% - 20px);
}
.formular .kurz {
	width: calc(30% - 20px);
	margin-right: 20px;
}
.formular .mittel {
	width: calc(70% - 20px);
}
.formular .inputgroup {
	line-height: 1.5em;
}
.formular input[type='checkbox'], .formular input[type='radio'] {
	margin-right: 0.3em;
	font: 0.9rem var(--sans);
}
input[type='submit'], .sendbutton, a.sendbutton, a.sendbutton:visited {
	display: inline-block;
	text-align: center;
	padding: 0.2rem 0.5rem;
	font: bold 1.1rem MyFont, Helvetica, Arial, Verdana, sans-serif;
	cursor: pointer;
	background-color: #003C8C;
	color: #ffffff;
	float: right;
	border-style: none;
}
.gmbh input[type='submit'] {
	background-color: #0096A0;
}
button {
	display: inline-block;
}
button.aendern {
	color: #003C8C;
	border-style: none;
	background-color: #ffffff;
	cursor: pointer;
}
.gmbh button.aendern {
	color: #0096A0;
}
button.zurueck {
	color: #ffffff;
	border-style: none;
	background-color: #003C8C;
	cursor: pointer;
	font-size: 20px;
	margin: 10px 0 20px;
	padding: 5px 10px;
	font-weight: normal;
	font-style: normal;
}
.formularfehler {
	background-color: #f7f8be;
	padding: 5px;
}
.ueberschrift label {
	font-size: 1rem;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}
div.help {
	width: 100%;
	height: 1px;
	position: relative;
	text-align: right;
}
.help a, .help a_hover {
	display: inline-block;
	position: absolute;
	background-image: url(../images/i.svg);
	background-size: contain;
	cursor: pointer;
	margin: 0;
	text-decoration: none;
	top: 20px;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 40px;
}

.anmeldung, .anm_buttons {
	width: 100%;
	display: flex;
	flex-wrap : wrap;
	justify-content : space-between;
}
div.anm_botton, button.submit {
	width: calc(33% - 7px);
	background-color: #003C8C;
	color: #ffffff;
	display: flex;
	justify-content : center;
	align-items : center;
	text-align: center;
	font-size: 1.5rem;
	padding: 1rem 0.5rem;
	line-height: 1.25em;
	margin-bottom: 20px;
	text-decoration: none;
	min-height: 3rem;
	cursor: pointer;
	border-style: none;
}
.gmbh div.anm_botton, .gmbh button.submit, .gmbh button.zurueck {
	background-color: #0096A0;
}
/*
youtube
*/
.starttube {
	width: calc(50% - 10px);
	line-height: 0;
	margin-bottom: 20px;
}
.youtube {
	width: 100%;
	z-index: 1;
	position: relative;
	display: flex;
	justify-content : center;
	align-items : center;
}
.youtube img.youtube_image {
	width: 100%;
	height: auto;
}
.youtube img.youtube_play {
	position: absolute;
	z-index: 2;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
}
.youtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}
.youtube .youtube_hinweis {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content : center;
	align-items : center;
	display: none;
}
.youtube .youtube_hinweis p {
	color: #ffffff;
	width: 100%;
	text-align: center;
}
.youtube:hover .youtube_hinweis {
	display: flex;
	cursor: pointer;
}
@media(max-width: 1020px) {
	body {
	}
	.startiro div a {
		margin-right: 2rem;
		margin-left: 2rem;
	}
	.startweiter .content a div h6 {
		font-size: 1.5rem;
	}
	.fussmen {
		font-size: 0.75rem;
	}
	.fussmen .content div {
		width: calc(20% - 10px);
	}
	.fussmen .content div.k_icons {
		width: 100%;
		margin-top: 1rem;
	}
	#mask div.info {
	    top: 13%;
	    right: 5%;
	    width: 90%;
	}
	.veranstaltung div.inhaltsblock {
		flex-direction: column;
		flex-grow: 2;
		flex-shrink: 2;
	}
}
@media(max-width: 800px) {
	html {
		font-size: 16px;
	}
	.fussmen .content div {
		width: calc(33% - 10px);
		margin-bottom: 1rem;
	}
	.kreisrahmen, .history, .adressliste, div.kachel {
	    width: 100%;
	}
	.galerie_image, a.linkbutton, span.linkbutton, .ansprechbutton,  {
		width: calc(50% - 20px);
	}
	.pruefung pre {
	    width: 50%;
	}
	.pruefung div {
	    width: calc(50% - 20px);
	}
}
@media(max-width: 700px) {
	body {
	}
	.startnews {
		display: none;
	}
	.startbild {
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 4rem);
	}
	.startgmbh .content .breit {
		margin-left: auto;
		margin-right: auto;
	}
	.startgmbh .content .breit a.cmslink {
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 4rem);
	}
	.startgmbh .content a.cmslink {
		margin-left: auto;
		margin-right: auto;
		width: calc(50% - 20px);
	}
	.startweiter .content a div h6, .startweiter .content a div p {
		font-size: 1.2rem;
	}
	.ansprechbutton, .formular div.normal {
		width: 100%;
	}
}
@media(max-width: 550px) {
	body {
	}
	.startweiter .content a, a.linkbutton, a.linkkachel, span.linkbutton, .pruefung pre, .pruefung div, .feld12, .downloadfeld {
		width: 100%;
	}
	.pruefung pre, .pruefung div {
		display: inline-block;
	}
	.pruefung pre {
		height: 500px;
	}
	.button {
		width: 70%;
	}
	.startiro div a {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	.startgmbh .content a.cmslink {
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 100px);
	}
	.ausst_marker {
		width: 0.3em;
		height: 0.3em;
		margin-top: -0.2em;
		margin-left: -0.2em;
	}
}
@media(max-width: 400px) {
	body {
	}
	.galerie_image {
	    width: 100%;
	}
	.startbild {
		width: calc(100% - 2rem);
	}
	.portr {
		width: 120px;
		position: relative;
	}
	.portr img {
		width: 120px;
		height: auto;
	}
	.k_icons a {
	    margin-left: 1rem;
	}
	.fussmen .content div {
		width: calc(50% - 10px);
	}
}