@charset "UTF-8";
@import "fonts.css";
/*
Farben
rot #E30613
blue #003D7C
font-grey #424242
footer-grey #6b6b6b
light-grey #dbdbdb
*/
/* Testereich*/


/*ende Tesbereich*/


/*start html*/

/* Fonts */

/* roboto-regular - latin */



p {
    display: block;
    -webkit-margin-before: 0.7em;
    -webkit-margin-after: 0.7em;
} 

p.success{
	color:#007900;
}
::selection{
	background-color:#d0cece;
}

a:link, a:visited{
	color:inherit;
	text-decoration:none;
}
a:hover{
	color:#E30613;
}
a.nocolor:hover{
	color:inherit;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans-serif;
}

.nodsply{
	display:none;
}

nav, .sitenav{
	font-family: 'Roboto', sans-serif;
}

.homepage h2{
	font-size:1.2em;
	color:#003D7C;
}
h2{
	margin:0 0 16px 0;
	font-size:1.3em;
}
img{
	display:block;
	max-width: 100%;
    height: auto;
}

html{
	font-family:'Lato', sans-serif;
	overflow-x: hidden;
    overflow-y: scroll;
    font-size:14px;
	color:#424242;
	scroll-behavior: smooth;
	word-break:break-word;
}
body{
	font-size:14px;
}

hr {
	border: 1px solid #E30613;
}
.flex{
	display:flex;
}

.cookiebar--active{
	z-index: 999;
}
.row1{
	min-height: 1px;
    float: left;
	width:calc(100% - 32px);
}
.row2{
	min-height: 1px;
    float: left;
	width:calc(50% - 32px);
}
.row2_3er{
	min-height: 1px;
    float: left;
	width:calc(75% - 32px);
}
.row3{
	min-height: 1px;
    float: left;
	width:calc(33% - 32px);
}
.row4{
	min-height: 1px;
    float: left;
	width:calc(25% - 32px);
}
.card-home{
	background-color:#fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-top:16px;
	margin-right: 16px;
    margin-left: 16px;
}
.card{
	margin-right: 16px;
    margin-left: 16px;
}

.button{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #333;
    background-color: #ececec;
    border-color: #ccc;
}
.button:hover{

    background-color: #e6e6e6;
    border-color: #adadad;
}
a.link-extern:hover:after, html #mainContent .ce_text a.link-extern:hover:after{
	content: url(/files/public_files/style/icons/link-extern_red.svg);
}

a.link-extern:after, html #mainContent .ce_text a.link-extern:after{
	content: url(/files/public_files/style/icons/link-extern.svg);
    display: inline-block;
    width: 13px;
    position: relative;
    top: 1px;
    padding-left: 2px;
}

.mod_breadcrumb{
	display:none;
}

#header strong{
	font-weight:normal;
}

#header .container, #footer .inside{
	width:1218px;	
	margin-right: auto;
    margin-left: auto;
	overflow:hidden;
}
/* start icons */

.itel:before{
	content: url(/files/public_files/style/icons/phone.svg);
	display:inline-block;
	width:20px;
	position:relative;
	top:4px;
	padding-right:5px;
}

.imail:before{
	content: url(/files/public_files/style/icons/mail.svg);
	display:inline-block;
	width:18px;
	position:relative;
	top:4px;
	padding-right:7px;
	padding-left:2px;
}


.itask:before{
	content: url(/files/public_files/style/icons/task.svg);
	display:inline-block;
	width:19px;
	min-width:19px;
	position:relative;
	top:2px;
	padding-right:6px;
}

/* end icons*/


/*start header*/
#header{
	background-color:#003D7C;
}
.homepage #header{
	margin-bottom:0;
}
/*start titel*/
.wfgtitel{
	float:left;
	padding-left:16px;
}
.wfgtitel h1{
	padding:11px 0;
	margin:0;
	font-size:0.9em;
	font-weight:normal;
	color:#FFF;
	line-height:normal;
}
.wfgtitel h1 a{
	color:#FFF;
	text-decoration:none;
}
/*end titel*/
/* start contentheader */


#contentheader{
	width:100%;
	margin:0;
	border-bottom: 2px solid #E30613;
	background-color:#FFF;
}

#contentheader div.ce_image{
	padding:0 16px;
	margin: 10px 0;
    height: auto;
    float: left;
}
#contentheader div figure{
	width:42%;
}
#contentheader .ce_image.oldlogo{
	display:none;
}
#contentheader div.newlogo figure{
	width:40%;
	margin-left:20px;
}

/*
#contentheader div.ce_text{
	font-family:'Lato';
	font-size:1.3em;
	width:auto;
	float: right;
	padding: 18px 100px;
}
#contentheader div.ce_text a{
	text-decoration:none;
	color:inherit;
}
#contentheader div.ce_text a:hover{
	color:#E30613;
	
}*/
/* end contentheader*/
/*end header*/
/*start nav*/

/* Blur Filter

#header:hover ~ #container{
	opacity: 0.2;
    filter: blur(5px);
}
*/

#top_nav_mobile{
	display:none;
}

#top_nav{
	font-size:0.9em;
	margin-top:6px;
	float:right;
	line-height:1.67em;
}
.home strong{
	min-width:38px;
}

.home a{
	background-image: url(/files/public_files/style/top-nav/bg_image_home_white.svg);
	background-size:auto 70%;
	background-position:center;
	background-repeat:no-repeat;
	color:#000;
}
#top_nav .level_1>.home>a:hover, .home:hover strong, #top_nav .level_1>.home>strong.active, #top_nav .level_1>.home>a:focus{
	background:#FFF;
	background-image: url(/files/public_files/style/top-nav/bg_image_left.svg), url(/files/public_files/style/top-nav/bg_image_right.svg), url(/files/public_files/style/top-nav/bg_image_home_blue.svg);
	background-size:auto,auto, auto 70%;
	background-position:-1px -1px, calc(100% + 1px) -1px, center;
	background-repeat:no-repeat;
	color:#003D7C;
	-webkit-box-shadow: inset 0px 1px 0px 1px #003D7C;
    -moz-box-shadow: inset 0px 1px 0px 1px #003D7C;
    box-shadow: inset 0px 1px 0px 1px #003D7C;
}


#top_nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#top_nav .level_1>li>a:hover, #top_nav .level_1>li>strong.active, #top_nav .level_1>li>a:focus, #top_nav .level_1>li>a.trail {
	background:#FFF;
	background-image: url(/files/public_files/style/top-nav/bg_image_left.svg), url(/files/public_files/style/top-nav/bg_image_right.svg);
	background-size:auto,auto;
	background-position:-1px -1px, calc(100% + 1px) -1px;
	background-repeat:no-repeat;
	color:#003D7C;
}
#top_nav .level_1>li>a:hover{
	transition: background-color 0.3s ease-in;
}


#top_nav .level_1>li {
    float: left;
}
#top_nav .level_2{
	z-index:2;
	position:absolute;
	opacity:0;
	visibility: hidden;
	/* transition: visibility 0s linear 400ms, opacity 400ms; */
}
#top_nav .level_2 a{
	text-align:left;
}

#top_nav .level_2 a:hover, #top_nav .level_2 .active strong, #top_nav .level_2 a:focus{
	background-color:white;
	color:#003D7C;
}

#top_nav .submenutitel:hover .level_2, #top_nav .submenutitel a:hover~.level_2, #top_nav a:focus~.level_2, #top_nav .level_2:hover{
	opacity:1;
	transition: visibility 0s linear 0s, opacity 600ms, background-color 0.3s ease-in;
	visibility: visible;
}
#top_nav .submenutitel>span:before{
	content:"▼ ";
}

#top_nav li a,  #top_nav li strong{
	background-color:#003D7C;
    display: block;
    color: white;
    padding: 6px 16px;
    text-decoration: none;
}

#top_nav li a:hover, #top_nav li a:focus, #top_nav .trail a{
	letter-spacing:0px;
}

#top_nav .projektarchiv>ul>li span:before, #top_nav .projektarchiv>ul>li strong:before{
	content:"- ";	
}


#mainContent a>strong, #mainContent strong>a{ 
	color:#003D7C;
}
#mainContent a>strong:hover, #mainContent strong>a:hover{ 
	color:#E30613;
} 
/* end nav*/

/* start content */


#container{
	font-size:1.2em;
	min-height: calc(100vh - 376px);
	width:1248px;
	margin-top:32px;
	margin-right: auto;
    margin-left: auto;
	display:flex;
}

#container aside, #container main{
	margin: 0 16px;
}
.homepage #container main{
	margin:unset
}
.homepage #container{
	width:1218px;
}

#mainContent{
	max-width:750px;
	line-height: 150%;
}
.fullwidthmain #mainContent{
	max-width:unset;
}

#mainContent .inside>.mod_article{
	padding:0 16px 16px;
}

/* start home */


.homepage{
	background-color:#ECECEC;
}
.homepage #container{
	margin-top:0;
}

/* start img*/

.homepage .rsts-skin-default .rsts-progress{
	bottom:0;
	height:5px;
	top:unset;
}
.homepage .rsts-skin-default .rsts-progress.rsts-progress-active{
	opacity:0.5;
}

.homepage .rsts-skin-default .rsts-prev, .rsts-skin-default .rsts-next, .rsts-skin-default .rsts-video-play, .rsts-skin-default .rsts-video-stop, .rsts-skin-default .rsts-thumbs-prev, .rsts-skin-default .rsts-thumbs-next{
	bottom: 12px;
	opacity:0;
}
.homepage .rsts-skin-default .rsts-prev, .rsts-skin-default .rsts-thumbs-prev{
	left:20px;
	right:unset;
}
.homepage .rsts-skin-default .rsts-nav{
	right:unset;
	left:50%;
    bottom: 5px;
}
.homepage .rsts-skin-default .rsts-nav ul{
	position:relative;
	left:-50%;
}

.homepage .rsts-skin-default.rsts-main:hover .rsts-prev, .rsts-skin-default.rsts-main:hover .rsts-next{
	opacity:1;	
}

.homepage .rsts-skin-default .rsts-caption{
	top:30px;
	left:20px;
	max-width:50%;
    word-break: break-word;
    pointer-events: none;
}


/*
#contentimg-top{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	overflow: visible;
}

#contentimg-top figure a{
    cursor: help;
}

.ce_sliderStart{
	position:relative;
}

.slider-control{
	height:unset;
	position:unset;
	text-align:center;
	font-size:30pt;
}
.slider-control a{
	color:#003D7C;
	text-decoration:none;
	top:50%;
	margin: -24px 16px 0;
	background-color: rgba(255,255,255,0.5);
    width: 48px;
	border-radius: 100%;
}

.slider-control a:hover{
	color:#E30613;
	margin-left:12px;
	margin-right:12px;
		-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#contentimg-top .slider-menu{
	text-align:center;
	bottom:0;
	width:20%;
	margin-left:-10%;
	top:unset;
	left:unset;
	font-size:inherit;
}
#contentimg-top h1,#contentimg-top h2{
	position: absolute;
    bottom: 30px;
    font-size: 25px;
    padding: 4px;
    background-color: rgba(255,255,255,0.7);
    left: 50px;
	color:#2b2b2b;
}*/

/* end img*/
/* start teaser */

#teaser, #article-42{
	margin:16px -16px;
	display:flex;
}

#teaser div{
	margin:16px;
}

#teaser img:hover{
	transform: scale(1.05);
	/* tilt Teaser:hover
	-webkit-transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform: rotateY(180deg);
    transform-style: preserve-3d;*/
}
#teaser img{
	transition: transform .4s; /* Animation */
	/* tilt Teaser
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
	backface-visibility: hidden;*/
}

#teaser div h2{
	text-align:center;
}
#teaser div figure{
	margin:0 43px;
}
#teaser p {
	text-align:center;
	padding:0 30px;
}
/*end teaser*/
/*start search*/
#mainContent #article-43{
	padding-top:16px;
}

#header .search{
	text-align:center;
	padding: 4% 16px;
}
#header .search button:hover{
	cursor:pointer;
}

i.magnify:before{
	content: url(/files/public_files/style/icons/lupe.png);
    display: inline-block;
    width: 11px;
    position: relative;
    top: 2px;
}
button.submit:hover i.magnify:before{
	content: url(/files/public_files/style/icons/lupe_red.png);
	transform:scale(1.01);
}

.search form{
	width:75%;
}

.search input{
	background:none;
	border:none;
	border-bottom:1px solid #003D7C;
	text-align:center;
	font-size:1.3em;
	width:100%;
}
.search input:focus::-webkit-input-placeholder{
    color: transparent!important;
}
.search input:focus::-moz-placeholder{
    color: transparent!important;
}
.search input:focus:-moz-placeholder{
    color: transparent!important;
}
.search input:focus, .search .widget-submit:focus{
	outline:none;
}

.search .widget-submit{
	position:absolute;
	right:-25px;
	top: calc(50% - 10px)
}

.search .widget-submit button{
	border:none;
	background:none;
}
.search .widget-submit button:focus{
	border:none;
	background:none;
	outline:none;
}
.search .widget-submit i{
	color:#000;
}
.search .widget-submit button:hover i{
	color:#E30613;
	transform: scale(1.05);
}
.search .formbody{
	position:relative;
	margin:0 32px;
}

.search .formbody>div{
	display:unset;
}

#article-44{
	width:100%;
}

#article-44 .header{
	font-size:0.9em;
	margin:0;
	margin-bottom:32px;
}
#article-44 .context{
	font-size:13px;
	line-height:1.4;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
#article-44 .url{
	font-size: 14px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
	color: #286b1a;
}
#article-44 .url:hover{
	color:inherit;
}

#article-44 .headline_search{
    margin-bottom: 0;
    color:#003D7C;
}
#article-44 .result{
	margin-left: 16px;
    margin-bottom: 50px;
    /*border-bottom: #dbdbdb solid 1px;*/
}
#article-44 .highlight{
	background-color:inherit;
	color:inherit;
	font-weight:bold;
}
#search_result h2{
	margin-bottom:8px;
}
.pagination ul {
    margin:0;
    padding:0;
}

.pagination li {
    display: inline;
}
.pagination .previous{
	margin-right:8px;
}

/*end search*/

/*start events*/

#article-42>*{
	margin-bottom:16px;
}

#events h2, .taglist h2{
	text-align:center;
	width:100%;
	align-self: start;
}

.presseportal h2 {
	text-align: center;

}

.presseportal ul li {
	list-style: none;
	margin-bottom: 10px;
}

.presseportal ul li a {
	font-size: 1.3rem;
}

/*
#events ul{
	list-style:none;
	margin:16px 0;
	font-family:Lato;
}
#events li{
	float:left;
	margin:0 16px;
	width:calc(33% - 32px);
	line-height:1.4em;
}
#events li>div{
	background-color:#ECECEC;
	margin:0 10px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#events li>div a{
	cursor: help;
}
#events li>div:hover{
	box-shadow: 0 1px 12px 0 rgba(0, 74, 148, 0.65)
}

#events li>div:hover ~ span{
	color:#003D7C;
}
#events li a span{
	display:block;
	width:100%;
	word-break: break-word;
}
#events .dayname{
	background-color:#003D7C;
	color:#FFF;
	padding: 10px 0;
	font-weight:bold;
}
#events .day{
	font-size:1.5em;
	font-weight:bold;
	padding-top:16px;
}
#events .month{
	padding:10px 0 16px;
	font-size:1.1em;
	font-weight:bold;
}
#events .title{
	display:block;
	margin:16px 0;
	font-size:1.1em;
}
#events a{
	color:inherit;
	text-decoration:none;
	
}
*/

/*end events*/

/*start Taglist*/
#tagsList {
	position:relative; 
	width:350px; 
	height:200px; 
	margin: 0 auto; 
}

#tagsList a {
	position:absolute; 
	top:0px; 
	left:0px; 
	color:#000; 
	font-weight:bold; 
	text-decoration:none; 
	padding: 3px 6px;
}

#tagsList a:hover { 
	color:#FF0000; 
	letter-spacing:1.5px;
	transform:scale(1.4);
}
/*end Taglist*/

/* start footer*/
footer {
	border-top: 2px solid #003D7C;
	background-color: #6b6b6b;
	color:#FFF;
	display: block;
    overflow: hidden;
	padding:32px 0;
}
#footer .inside{
	width:1248px;
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
footer .inside>div, footer nav{
	margin-left:16px;
	margin-right:16px;
}
footer nav a{
	text-decoration:none;
	color:#FFF;
}
footer a:hover{
	color:#003D7C;
}
footer nav ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
footer nav li.active{
	color:#003D7C;
}

footer h3{
	font-size:1em;
	margin:0;
}
footer .social_media>div{
	width:42px;
	margin-bottom:16px;
}

/* end footer*/

/*start unterseite*/

/*start breadcrumb
.mod_breadcrumb{
	margin-top:-20px;
}
.mod_breadcrumb ul{
	display:flex;
	list-style:none;
	font-size:0.8rem;
}
end breadcrumb*/

/*#mainContent .inside .mod_article.first{
	display:flex;
}*/

/*start leftSide*/
/*start sitenav*/

#leftSide{
	min-width:250px;
	position: relative;
}

#leftSide .inside{
	padding-right:16px;
	position: sticky;
	top: 20px;
}


#container .sitenav{
	margin-top: -2px;
}


.sitenav, .sitenav ul{
	margin:0;
	padding:0;
	list-style:none;
}

.sitenav ul{
	-webkit-padding-start: 16px;
	-moz-padding-start: 16px;
	padding-left:16px;
}

.sitenav a{
	font-size:1em;
	text-decoration:none;
	color:inherit;
	-webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
}


.sitenav .trail>a{
	color:#003D7C;
}

.sitenav li a{
	display:block;
	margin-bottom:8px;
	margin-top:8px;
	padding-right:4px
}
.sitenav>li>a{
	margin-left:8px;
	font-size:1.1em;
	padding-top:0px;
}
.mod_articlelist .sitenav > li > a{
	font-size: 1em;
}
.sitenav>li>a:hover{
	padding-left: 4px;
	color:#003D7C;
	font-weight:bold;
	padding-right:0px;
}

.sitenav>li>ul>li a:hover{
	padding-left: 4px;
	color:#003D7C;
	font-weight:bold;
	padding-right:0px;
}

.sitenav>li>ul>li, .sitenav>li{
	border-bottom: 1px solid #dbdbdb;
}
.sitenav>li:last-child{
	border:none;
}

.sitenav a.trail.sibling, .sitenav .currentPage{
	font-weight:bold;
	color:#003D7C;
}
.activeheadline>ul>li>a{
	font-weight:bold;
    margin-left: 0;
	pointer-events: none;
}


.sitenav a.trail.sibling:before, .sitenav .currentPage a:before{
	content:"> ";	
}
.sitenav>li>ul>li>ul{
	display:none;

}
.sitenav>li>ul>li>ul a{
	margin-top: 4px;
	margin-bottom: 4px;
}
.sitenav>li>ul>li.trail>ul, #nav_stndrt .sitenav>li>ul>li>ul, .activeheadline .sitenav ul.level_2, #news-menu .sitenav>li>ul>li>ul{
	display:inherit;
}
/*.sitenav>li>ul>li:hover>ul{
	display:inherit;
}*/


/*end sitenav*/
/*end leftSide*/

/*start rightSide*/

#rightSide .mobiletab{
	display:none;
}
#rightSide {
	position: relative;
}
#rightSide .inside{
	top: 20px;
	position: sticky;
padding-left:16px;}

#rightSide h3{
	font-weight:normal;
	font-size:1.1em;
	padding:0px;
	margin:0px;
	padding-bottom:16px;
}
#rightSide .ce_image{
	display:inline-block;
}

#rightSide .ce_download a{
	text-decoration:none;
	font-size:0.9em;
	color:#003D7C;
}

#rightSide .ce_rsce_download{
	margin-bottom:16px;
	padding-bottom:16px;
	border-bottom:1px solid #dbdbdb;
}

#rightSide .ce_download p{
	margin:0;
	padding:0;
}

#rightSide .ce_rsce_download img{
	max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
}


/*start modul-rightsidebar ansprechpartner*/
#rightSide .ce_rsce_ansprechpartner{
	margin: 0 0 16px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #dbdbdb;
}
#rightSide .ce_rsce_ansprechpartner h4{
	margin:0;
}
#rightSide{
	font-size:0.85em;
}
#rightSide .ce_rsce_ansprechpartner .ce_image{
	margin: 0 0 8px 0;
	width: 111px;
}


/*end modul-rightsidebar ansprechpartner*/


/*end rightSide*/


/* start formular messe*/

.messe_info summary{
	cursor:pointer;
	    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
}
.messe_info[open] summary{
	font-weight:bold;
	color:#003D7C;
	padding-left:4px;
}

.messe_info summary:hover{
	font-weight:bold;
	color:#003D7C;
	padding-left:4px;
}
.messe_info select{
	margin-left: -3px;
}

.messe_info label{
	width: 135px;
    float: left;
}

.messe_info input, .messe_info select{
	color: #003d7c;
	border: none;
    border-bottom: 1px solid #003D7C;
    width: 50%;
}
.messe_info input:focus, .messe_info select:focus,.messe_info textarea:focus, .messe_info summary:focus
{
	outline:none;
}
.messe_info textarea{
    background-image: -webkit-linear-gradient(left, white 10px, transparent 10px), -webkit-linear-gradient(right, white 10px, transparent 10px), -webkit-linear-gradient(white 30px, #003D7C 30px, #003D7C 31px, white 31px);
    background-image: -moz-linear-gradient(left, white 10px, transparent 10px), -moz-linear-gradient(right, white 10px, transparent 10px), -moz-linear-gradient(white 30px, #003D7C 30px, #003D7C 31px, white 31px);
    background-image: -ms-linear-gradient(left, white 10px, transparent 10px), -ms-linear-gradient(right, white 10px, transparent 10px), -ms-linear-gradient(white 30px, #003D7C 30px, #003D7C 31px, white 31px);
    background-image: -o-linear-gradient(left, white 10px, transparent 10px), -o-linear-gradient(right, white 10px, transparent 10px), -o-linear-gradient(white 30px, #003D7C 30px, #003D7C 31px, white 31px);
    background-image: linear-gradient(left, white 10px, transparent 10px), linear-gradient(right, white 10px, transparent 10px), linear-gradient(white 30px, #003D7C 30px, #003D7C 31px, white 31px);
    background-size: 100% 100%, 100% 100%, 100% 31px;
    border: none;
    box-shadow: none;
    line-height: 31px;
    padding:2px;
    padding-left:10px;
    margin-left:-10px;
    font-family:inherit;
    background-attachment: local;
    width: calc(50% + 5px);
    color:#003d7c;
    max-width: calc(100% - 10px);
    min-width: calc(50% + 5px);
    margin-top: -5px;
}

.messe_info div div{
	margin: 35px 0;
}

/* end formular messe*/

/* start ansprechpartner*/

.ce_rsce_ansprechpartner{
	font-size:1.1rem;
	overflow:hidden;
    margin: 32px 0;
}

.ce_rsce_ansprechpartner img{
	margin: 14px 9px;
	border-radius:50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ce_rsce_ansprechpartner .rotate{
	position:relative;
}
.ce_rsce_ansprechpartner .rotate .ce_image{
    -webkit-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: all 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.ce_rsce_ansprechpartner .rotate:hover .ce_image{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 1;
}
.ce_rsce_ansprechpartner .rotate:hover .ce_image.front{
    opacity: 0;
}
.ce_rsce_ansprechpartner .rotate .ce_image.back{
	position:absolute;
	top:0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
}
.ce_rsce_ansprechpartner .rotate:hover .ce_image.back{
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.ce_rsce_ansprechpartner h3, .ce_rsce_ansprechpartner p{
	margin:0;
}

.ce_rsce_ansprechpartner h3.teamname{
	border-bottom:1px solid #E30613;
	
}
.ce_rsce_ansprechpartner .teammail{
	display:block;
	text-decoration:none;
	color:#003D7C; 
}
.ce_rsce_ansprechpartner .teammail:hover{
	color:#E30613; 
}
.ce_rsce_ansprechpartner .teammail:hover:before{
	transform: scale(1.2);
	-webkit-transition: transform .4s; 
    transition: transform .4s;
}
.ce_rsce_ansprechpartner .teamtel:hover:before {
    transform: scale(1.2);
    -webkit-transition: transform .4s;
    transition: transform .4s;
}
/*
.ce_rsce_ansprechpartner .teammail:hover:after{
	transform: translate(-195px);
	-webkit-transition: transform 4s; 
    transition: transform 4s;
    visibility: visible;
}*/

.ce_rsce_ansprechpartner .teamtask{
	display:inline-flex;
}

.ce_rsce_ansprechpartner .teamtext a, .ce_rsce_ansprechpartner .teamtext p{
	padding-bottom:12px;
}

.ce_rsce_ansprechpartner .teamtext{
    max-width: calc( 100% - 177px);
    padding-left:32px;
	
}
.ce_rsce_ansprechpartner .teamcontent{
	padding-top: 16px;
	display: flex;
    align-items: center;
}

/* end ansprechpartner*/
/*start downloads*/



#article-33 .ce_rsce_download {
	font-size:1.1rem;
	overflow:hidden;
	border-bottom: 1px solid #dbdbdb;
	padding:32px;
}

#article-33 .ce_rsce_download .download-content{
	overflow:hidden;
}

#article-33 .ce_rsce_download img{
	max-width:150px;
	max-height:225px;
	display:inline-block;
}

#article-33 .ce_rsce_download .ce_image{
	float:left;
	width:150px;
	text-align:center;
	padding-right:16px;
}
#article-33 .ce_rsce_download h3{
	border-bottom: 1px solid #E30613;
}
#article-33 .ce_rsce_download .download-content p{
	margin:0 0 16px 0;
}
#article-33 .ce_rsce_download .download-name{
	margin:16px 0 0 0;
}

#article-33 .ce_rsce_download .download-element{
	margin:16px 0 0 0;	
}

#article-33 .file-pdf a:before{
	content: url(/files/public_files/style/icons/pdf_grey.svg);
	display: inline-block;
    width: 15px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}
#article-33 .file-pdf:hover a:before{
	content: url(/files/public_files/style/icons/pdf_red.svg);
	display: inline-block;
    width: 15px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}

#article-33 .ce_rsce_download:target{
	background-color:#e6e6e6;
}

/*end downloads*/

/*start details-element*/
.details-element{
    border-bottom: 1px solid #dbdbdb;
}

.details-element summary h3{
	display:inline;
	font-size:1.1em;
}
.details-element summary{
	padding:16px 0;
	cursor:pointer;
}

.details-element summary:focus{
	outline:none;
}

.details-element .detail-content{
	padding-left:32px;
}
.detail-content{
    margin-bottom: 16px;
}

details[open] summary ~ * {
  animation: sweep .9s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0.1}
  100%  {opacity: 1}
}
/*end details-element*/

/*start stadtgemeinde-element*/
.ce_rsce_stadtgemeinde{
	position:relative;
    overflow: hidden;
}
.ce_rsce_stadtgemeinde summary{
	 overflow: hidden;
}
.ce_rsce_stadtgemeinde .ce_image{
	float:left;
}

.ce_rsce_stadtgemeinde .header_details{
	    display: inline-grid;
}
.ce_rsce_stadtgemeinde .header_details h3{
	margin: 6px 0 0 0;
}

.ce_rsce_stadtgemeinde .clicktoopen{
	position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 0.9rem;
    right: 0;
}
.ce_rsce_stadtgemeinde[open] .clicktoclose, .ce_rsce_stadtgemeinde.open .clicktoclose{
	position: absolute;
	right:0;
	margin:0;
	font-size:0.9rem;
	display:unset;
}

.ce_rsce_stadtgemeinde summary:hover .clicktoopen, .ce_rsce_stadtgemeinde summary:hover .clicktoclose{
	color:#E30613;
	transform:scale(0.98);
	font-weight:bold;
}

.ce_rsce_stadtgemeinde[open] .clicktoopen,.ce_rsce_stadtgemeinde.open .clicktoopen ,.ce_rsce_stadtgemeinde .clicktoclose{
	display:none;
}
.details_small{
	font-size:1.1rem;
	margin:6px 0;
}
/*end stadtgemeinde-element*/

/*start event-element*/
.event-element{
	margin-top:20px;
}

.homepage .evt_item{
	margin: 16px 32px;
    padding-bottom: 0;
    border: none;
}
.evt_item{
	display: flex;
    margin-bottom: 25px;
    padding-bottom:25px;
    border-bottom: 1px solid #dbdbdb;
}
.homepage .evt_calendar:hover{
	transform: scale(1.1);
    cursor: pointer;
}

.evt_calendar{
	font-size: 0.9em;
    flex: none;
    margin-right: 20px;
    width: 55px;
    text-align: center;
}

.evt_calendar .evt-month{
	padding:1px 0;
	background-color:#003D7C;
	color:#FFF;
}

.evt_calendar .evt-day{
	padding:10px 0;
	border:1px solid #003D7C;
	font-weight:bold;
	font-size:1.2em;
}

.homepage .evt_content h3{
	font-size: 1.07em;
}

.evt_content h3{
	padding:0;
	margin:0;
}
.startseite .evt_content .evt-tag{
	font-size:0.65em;
	padding: 2px 5px;
}
.evt_content .evt-tag{
	margin-right: 10px;
    background-color: #888;
    padding: 3px 8px;
    color: #fff;
    font-size: 0.7em;
}
.evt_content .evt-tag.highlight, .tag.heighleight {
    padding: 0px 1px 3px 4px;
    font-size: 0.9em;
    background-color: #ff006d;
}
.evt_content .evt-tag.kunststoff, .tag.kunststoff{
	background-color:#9B0211;
}
.evt_content .evt-tag.wasserstoff, .tag.wasserstoff{
	background-color:#6AA6DB;
}
.evt_content .evt-tag.metall, .tag.metall{
	background-color:#00599C;
}
.evt_content .evt-tag.raumfahrt, .tag.raumfahrt{
	background-color:#38357A;
}
.evt_content .evt-tag.automotive, .tag.automotive{
	background-color:#0A94D6;
}

.evt_content .evt_loc:before{
	content: "";
    display: inline-block;
    background: url(/files/public_files/style/icons/pin.png) no-repeat;
    width: 12px;
    height: 12px;
    background-size: contain;
    padding-right: 3px;
}
.evt_content .evt_date:before{
	content: "";
    display: inline-block;
    background: url(/files/public_files/style/icons/clock.png) no-repeat;
    width: 12px;
    height: 12px;
    background-size: contain;
    padding-right: 3px;
}

.evt_content .evt_date, .evt_content .evt_loc{
	font-size:0.8em;
    line-height: 150%;
}
.evt_content .evt_desc{
	margin-top:15px;
}
.evt_content .evt-link{
	font-size:0.9em;
	color:#003D7C;
}
.evt_content .evt-link:hover{
	color: #E30613;
}

.taglist{
	display: flex;
    /*align-items: center;*/
    flex-wrap:wrap;
}



/*end event-element*/

/*start gf*/
li.gfa-details{
	display:none;
}

body.gfa-details li.gfa-details{
	display:block;
}

.gfblock{
	font-size:1.1rem;
	border-bottom: 1px solid #dbdbdb;
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.gfblock:hover{
}
.gfblock:hover .gfmore p{
    font-weight: bold;
    color: #E30613;
}

.gfblock .flex{
	display:flex;
	align-items:center;
	margin-top:24px;

}
.gfblock h3{
    border-bottom: 1px solid #E30613;
}
.gfblock .gfmore{
	position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.9rem;
}
.gfblock .gfmore p{
	margin:0;
}

.gfdesc{
	padding-left:16px;
	line-height:142%;
	width:calc(100% - 151px);
}
.gfimg{
	width:135px;
}
.gfleft{
	display: inline-block;
    width: 50%;
    vertical-align: top;
}
.gfright{
	display: inline-block;
	width:50%;
	vertical-align:bottom;
}
.gfa-details main#mainContent{
	width:calc(75%);
	max-width:calc(936px);
	margin:0;
}
.gfa-details main#mainContent .inside>.mod_article {
padding:0;	
}
.gfa-details .gf-details-content{
    width: calc(100% / 3 * 2);	    
}
.gfa-details .gf-details-content-inner{
	padding: 0 32px;
}
.gfa-details .gf-details-sidebar{
    width: calc(100% / 3);
}
.gfa-details .gf-details-sidebar>div.gf-content{
    margin-left: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 27px;
    border-bottom: #dbdbdb solid 1px;
}
.gf-gallery{
	display:flex;
    margin: 32px -8px;
}
.gf-gallery>figure{
	height:85px;
	overflow: hidden;
    margin: 0 8px;
}
.gf-details{
	display:flex;
}
.gf-details-content h2{
	margin-bottom:0;
}
.gf-details-content h3{
	border-bottom: 1px solid #E30613;
	font-weight: unset;
	margin-top:32px;
}
.gf-details-content .subline, .gf-details-content .gf-content{
	font-size:0.9em;
}
.gf-details-content .heading{
	font-weight:bold;
}
.gf-details-content .gf-footer{
	border-top:#dbdbdb 1px solid;
	font-size:12px;
	margin-top: 32px;
}
.gf-details-content .gf-flex{
	display: flex;
}
.gf-details-content .gf-flex>a{
	display: block;
    margin-right: 32px;
}
.gf-details-content .gf-flex>a>span{
	font-size:1rem;
}
.gf-details-content .gf-icon-pdf{
	height:60px;
	background-image:url(/files/public_files/style/icons/pdf_icon.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}
.gf-details-content .gf-icon-jpg{
	height:60px;
	background-image:url(/files/public_files/style/icons/jpg_icon.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}
.gf-details-content .gf-icon-png{
	height:60px;
	background-image:url(/files/public_files/style/icons/png_icon.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}

.gf-details-sidebar{
		line-height: 120%;
}

.gf-content h3 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    padding-bottom: 16px;
}
.gf-content p{
	margin:0;
}
.gf-details-sidebar .gf-owner{
	font-weight:bold;
	margin-bottom:8px;

}
.gf-details-sidebar .gf-ownername{
	font-weight:bold;
	margin:24px 0 8px 0;
}
.gf-gallery figure:hover {
    transform: scale(1.1);
}
.gf-details-content .gf-flex>a:hover>.gf-icon-pdf{
	background-image:url(/files/public_files/style/icons/pdf_icon_red.svg);
}
.gf-details-content .gf-flex>a:hover>.gf-icon-jpg{
	background-image:url(/files/public_files/style/icons/jpg_icon_red.svg);
}
.gf-details-content .gf-flex>a:hover>.gf-icon-png{
	background-image:url(/files/public_files/style/icons/png_icon_red.svg);
}

.gfblock .gfimg{
	max-height: 100px;
    overflow: hidden;
}
#map{
	margin-top:16px;
}
.gfa-details>a{
    pointer-events: none;
}
a.sortbutton>span{
	font-weight: 400;
    color: rgba(0,0,0,.54);
    font-size: 13px;
    letter-spacing: 0;
    text-decoration: none;
    background: #fafafa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    padding: 2px 5px;
    margin-left: 4px;
}
a.sortbutton.aktiv{
	pointer-events: none;
}
a.sortbutton.aktiv>span{
	font-weight: 700;
	border: 1px solid #a9a9a9;
	background: #e6e6e6;
}
a.sortbutton:hover>span{
    color: #E30613;
    border: 1px solid #a9a9a9;
}
/*end gf*/

/*start kontakt*/

.ce_rsce_kontakt .flex{
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
}
.ce_rsce_kontakt .content .flex{
	align-items: flex-end;
	justify-content: unset;
}
.ce_rsce_kontakt .map{
	width:60%;
}
.ce_rsce_kontakt .content{
	width:calc(40% - 48px);
	line-height: 142%;
	font-size:0.9em;
}
.ce_rsce_kontakt .content>p{
	-webkit-margin-before: 0.4em;
    -webkit-margin-after: 0.4em;
}
.ce_rsce_kontakt .content>h4{
	-webkit-margin-before: 1.4em;
    -webkit-margin-after: 0.4em;
}
.ce_rsce_kontakt .inavbike{
	background-image: url(/files/public_files/style/icons/bike.svg);
    background-repeat: no-repeat;
	background-position:bottom;
    width: 45px;
    height: 45px;
}
.ce_rsce_kontakt .inavtrain{
	background-image: url(/files/public_files/style/icons/bus_train.svg);
    background-repeat: no-repeat;
	background-position:bottom;
    width: 83px;
    height: 60px;
	margin-right: 32px;
}
.ce_rsce_kontakt .inavcar{
	background-image: url(/files/public_files/style/icons/car.svg);
    background-repeat: no-repeat;
	background-position:bottom;
    width: 36px;
    height: 30px;
	margin-right: 32px;
}
.ce_rsce_kontakt a:hover>.inavbike{
	background-image: url(/files/public_files/style/icons/bike_hover.svg);
}
.ce_rsce_kontakt a:hover>.inavtrain{
	background-image: url(/files/public_files/style/icons/bus_train_hover.svg);
	}
.ce_rsce_kontakt a:hover>.inavcar{
	background-image: url(/files/public_files/style/icons/car_hover.svg);
}
	
	
/*end kontakt*/

/*end unterseite*/

/*Rating*/
#footer .ratingdiv{
	margin-top: 3px;
}

.rating_stars, .rating_stars span {
    background-size: 14px 13px;
    height: 13px;
    top: 1px;
    width: 69px;
}

.rating_stars span {
	background-image: url(/files/public_files/style/resources/stern_blau.png);
    background-repeat: repeat-x;
    display: block;
}

.rating_stars {
	background-image: url(/files/public_files/style/resources/stern_transparent_weiss.png);
    background-repeat: repeat-x;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.rating{
	font-weight: bold;
}
#footer .rating_link, .rating_link:hover, .rating_link:focus {
	text-decoration:none;
}

.onlymobile800{
	display:none;
}

/*start Side Tap*/
#sidetab{
    font-size: 0.85em;
	width:300px;
    max-width: calc(100% - 33px);
	position:fixed;
	top:180px;
	right:-300px;
	padding:0;
	margin:0;
    z-index: 1;
    transition: right 2s;
    -o-transition:right 2s;
    -moz-transition: right 2s;
    -webkit-transition: right 2s;
    box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0);
	background-color: #dbdbdb;
}
#sidetab.open{
	right: 0;
    position: fixed;
}
#sidetab .mobiletab{
	line-height: 150%;
	display: block;
    position: absolute;
    right: 270px;
    transform: rotate(-90deg);
    top: 37px;
    width: 90px;
    height: 30px;
    text-align: center;
    background-color: #dbdbdb;
    font-weight: bold;
    color: #003D7C;
    font-size: 1.3em;
    box-shadow:0 -1px 8px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index:-1;
    cursor:pointer;
}
#sidetab.open .mobiletab:after {
    content: "close";
}
#sidetab .mobiletab:after {
    content: "Kontakt";
}
#sidetab .content{
    padding-left: 16px;
    margin-top: 16px;
    z-index: 1;
    background-color: #dbdbdb;
    max-height: 78vh;
    overflow: auto;
}

#sidetab .mobiletab:focus{
	outline:none;
}

#sidetab h3{
	font-weight: normal;
    font-size: 1.1em;
    padding: 0px;
    margin: 0px;
    padding-bottom: 8px;
}
#sidetab .content{
	line-height: 120%;
}
#sidetab .content_bottom, #sidetab .content_top {
	font-size:0.9em;
}
#sidetab .icons{
	text-align:center;
	font-size:1.1em;
}
#sidetab .icons div{
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    background-position: center;
    height: 40px;
}
#sidetab .icons a{
	display:block;
	margin: 16px 0;
}
@media screen and (max-width: 347px) {
	#sidetab.open .mobiletab{
		right:calc(100% - 33px);
	}
}
/*end Side Tap*/


/*start Eventslide*/
/*
#sliderevent.hightlight{
	-webkit-box-shadow: inset 0px 0px 33px 5px rgba(255,221,0,1);
	-moz-box-shadow: inset 0px 0px 33px 5px rgba(255,221,0,1);
	box-shadow: inset 0px 0px 33px 5px rgba(255,221,0,1);
}*/
/*verhindert elemente im Headbereich beim Laden*/
.homepage #main .inside{
		overflow:hidden;
	}
.corner{
	padding: 5px;
    position: absolute;
    transform: rotate(45deg);
    width: 100%;
    text-align: center;
    top: 20%;
    right: -44%;
    background-color: rgba(255,0,0,0.65);
    background-color: #ff006d;
    font-size: 0.8em;
}
.corner.highlight:before{
	content:"★ ";
}

#sliderevent{
	top:0;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size:1.5em;
    display:block;
}
#sliderevent>.flex{
	height:100%;
	width: 100%;
    align-items: center;
}
.eventslideleft{
	max-width:70%;
	padding: 0 16px;
}
.eventslideright{
	display:flex;
    height: 100%;
}
.eventslideright:after{
	content: "";
    background: url(/files/public_files/style/resources/pfeil_ende.svg);
    height: 100%;
    width: 42px;
    background-size: cover;
    padding-right: 16px;
    opacity:0.65;
}
.innerslidright{
	display: flex;
    height: 100%;
    align-items: center;
    background-color: rgba(255, 0, 0, 0.65);
}
.counterday, .counterhour{
    flex-direction: column;
    text-align: center;
}
.countdown{
    margin-bottom: 16px;
    padding: 0 16px 0px 32px;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -10px;
    word-break: normal;
}
.counterday{
	padding-right: 16px;
}
.homepage #sliderevent h2{
	color:#FFF;
}
#sliderevent .evt-tag{
	font-size:0.8em;
    padding-left: 16px;
}
.countdownday, .countdownhour{
	padding-top: 8px;
    font-weight: bold;
    font-size: 1.5em;
}

/*end Eventslide*/
/*start Listen*/
.list-item{
	position: relative;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 24px;
    margin-bottom: 32px;
}
.list-item:hover .list-img img{
	transform:scale(1.1);
    
}

.list-item:hover .list-more .more{
	font-weight: bold;
    color: #E30613;
}
.list-tags span{
	margin-right: 10px;
    background-color: #888;
    padding: 3px 8px;
    color: #fff;
    font-size: 0.7em;
}
.news-list h3{
	margin:0;
	padding:0;
}
.list-content{
	margin-top:15px;
    align-items: center;
}
.list-img{
	max-height: 100px;
    overflow: hidden;
    width:135px;
}
.list-img img{
	transition: transform .4s;
}
.list-dsc{
	padding-left: 16px;
    line-height: 142%;
    width: calc(100% - 151px);
}
.list-more{
	position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.9rem;
}
.list-more .more{
	margin:0;
}
/*end Listen*/

/*start News-Deatils*/
.news-details h2{
	margin:0;
}
.news-details .news-picture{
	margin-top:32px;
}
.imgdsc{
	font-size:0.8em;
}
/*end News-Details*/

.site404 #container{
    background-image: url(/files/public_files/style/eastereggs/background.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.site404 .sign{
	margin-top: -32px;
    left: 50%;
    position: absolute;
    font-size: 42px;
    font-weight: bold;
}

.site404 .line{
	width: 2px;
    height: 220px;
    position: absolute;
    background: #000;
}
.site404 .line1{
	left:-111px;
}
.site404 .line2{
	left:0px;
}
.site404 .line3{
	left:111px;
}

.site404 .box{
    width: 50px;
    height: 66px;
    border: 2px #000 solid;
    bottom: -68px;
    position: absolute;
    left: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#fff;
}
.site404 .shadow{
	border-radius: 38px;
    position: absolute;
    bottom: -120px;
    height: 70px;
    width: 70px;
    transform: scaleY(0.3);
    background-color: #00000038;
}

.site404 #mainContent{
	max-width:none;
	width:100%;
}

#rightSide .ce_downloads ul{
	padding-left:20px;
}

/*start faq*/

p.back{
	font-weight: bold;
	color: #003D7C;
}

/*end faq*/


/*start form-newsletter*/
.newsletterform div.flex-form{
	display:flex;
	flex-direction: column;
}
.newsletterform div{
	margin: 10px 0;
}
.newsletterform a{
	text-decoration:underline;
}

.newsletterform .widget-checkbox fieldset{
	border: none;
    margin: 0;
    padding: 0;
}
.newsletterform .widget-checkbox~.widget-checkbox fieldset>legend{
	display:none;
}
.newsletterform .widget-checkbox fieldset>span{
	display:flex;
	align-items: baseline;
}
.newsletterform .widget-checkbox fieldset>span>input{
	transform: scale(1.2);
    margin-right: 15px;
}
.newsletterform .widget-submit button{
	font-size:1.1em;
}

.newsletterform .widget>label, .newsletterform legend{
	font-weight:bold;
}
/*end form-newsletter*/

