 

body {
  font-family: "helvetica-neue-lt-pro", "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  background:white;
  color: #1a1a1a;  
  font-weight: 400;	
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.mainmenu ul li a {
  font-weight:700;
  font-family: "helvetica-neue-lt-pro", "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-style: normal;
}

.mod_breadcrumb .mod_breadcrumb_inside::before,
.mod_breadcrumb .mod_breadcrumb_inside::after  {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
	
	margin-bottom:32px;
}


.ce_text,
.info-table {
	clear:both;
}

h3 {
	margin-bottom:16px;
}


h1 {
  position: relative;
  display: inline-block;
  margin-bottom:40px;
}

h1:after {
  content: "";
  display: block;
  width: 120px;        /* Länge des roten Strichs */
  height: 4px;         /* Dicke */
  background: #d4001a; /* Rot */
  margin-top: 10px;    /* Abstand zum Text */
}

h2 {	
	margin-bottom:40px;

}

h2.yellow {
  position: relative;
}

h2.yellow:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  inline-size: 70px;
  block-size: 4px;
  background: #fbe917;
}

.back a::before {
  font-family: 'themify' !important;
  content: "\e629";	
}

#main .ce_youtube,
#main .ce_text_image_bar,
#main .ce_text {
	margin-bottom:40px;
}

.ce_text_image_bar {
	min-height:400px;
}

.ce_hyperlink.btn-second a {
	color:black;
}


.ce_infobox_alert {
  border: 1px solid #ce4f4b;
  background:rgba(206, 79, 75, 0.2);
  color:#ce4f4b;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 25px;
}

.ce_infobox_alert i {
	font-size:1rem;
}

.fa-flash::before {
  font-family: "themify";
  content: "\e717"; /* ti-angle-right */
} 


.mod_article.fullwidth-boxed-medium > .container {
  max-width: 1120px;
}

.ce_wrap.pd-s {
	padding:40px;
}

.ce_wrap.bg-accent .linklist .link a {
	color:white;
}

.ce_revolutionslider .slide {
	width:100%!important;
}

.ce_revolutionslider .tparrows {
	border-radius:20px;
}

.mt-s-neg {
  margin-top: -40px !important;
}


/* ********************************************************* */
/*                         Footer			                 */
/* ********************************************************* */ 

.footer-claim h2 {
	font-weight:400!important;
	letter-spacing:1px;
}

.footer-claim h3 {
	font-size:40px;
	font-weight:300;
}

#footer h3 {
	margin-bottom:30px;
}




/* ********************************************************* */
/*                         Cookie Banner	                 */
/* ********************************************************* */ 

.mod_privacy_optin_slim *{  
	font-size:18px;
	line-height:24px;
} 

.mod_privacy_optin_slim .privacy_inside {  
	background:white;
	color:black;
} 


/* ********************************************************* */
/*                         Header			                 */
/* ********************************************************* */ 

.header.original {
	/*line-height:80px!important;*/
	border-bottom:1px solid #e2e2e0;
	box-shadow:0 1px 12px #0003;
}

/*.header.original .logo {
    float: left!important;
}*/

.header .mod_socials::before {  
	border-left:0px;
} 


.ce_headerimage.default .content {
	padding-left:0px;
	max-width:600px;
}




/* ********************************************************* */
/*                         Navigation	  	                 */
/* ********************************************************* */ 

.header .mainmenu ul li a.a-level_1.trail:not(.highlight) span, .header .mainmenu ul li a.a-level_1.active:not(.highlight) span {
	border-bottom-width:4px;
}
.mainmenu ul li:first-child {
	margin-left:0px;
}

.mainmenu ul.level_2 a:hover {
	background:#f2f2f2;
	color:var(--accentColor);
}

.mainmenu ul ul li a.submenu::after {
	right:16px;
}

.mainmenu ul ul {
	padding:24px;
}

.mainmenu ul ul li a {
	padding-right:40px!important;
}

/* ********************************************************* */
/*                         Links	  	                     */
/* ********************************************************* */ 
.event .more,
.ce_form button,
p.link a,
.custombutton a,
.ce_hyperlink.btn-second a {  
	border-radius:40px;
} 

.event .more,
.ce_form button,
p.link a,
.custombutton a {
  display: inline-block;
  padding: 12px 16px;
  background-color:var(--secondColor);
  text-decoration: none;
  text-transform: none;
  color: black;
  font-weight:700;
  font-size:16px;
  line-height:24px;
  transition: background 0.15s linear 0s;
  -webkit-transition: background 0.15s linear 0s;
}
.custombutton a:before {
  padding-right: 0;
  content: "";
}
.custombutton a:hover {
  background-color: #cd112d;
  text-decoration: none;
  color: #fff;
}


/* ********************************************************* */
/*                         Search	  	                     */
/* ********************************************************* */ 

.header .mod_search {
 float: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header .mod_search input {
  width: 200px;
  height: 40px;
  margin:0px;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  border: 0;
  border-radius: 20px 0 0 20px;
  background-color: white;
  border-style: solid;
  border-color: #bbb;
  border-width: 1px 0 1px 1px;
  padding: 8px 16px;
}

.header .mod_search button{
   border-radius:0px 20px 20px 0px;
   padding: 8px 12px;
   background:#ffffff;
  border-color: #bbb;
   border-style: solid;
  border-width: 1px 1px 1px 0px;

}

.header .mod_search form {
  display: flex;
  align-items: stretch; /* sorgt für gleiche Höhe */
}

.header .mod_search input,
.header .mod_search button {
  box-sizing: border-box;
  font-size: 16px;
  height:40px!important;
}

#main .mod_search {
  text-align: left;
}


.mod_search .widget-text {
	height:40px!important;
}

.mod_search .widget-text input {
	padding:0px 10px;
}

#main .mod_search .widget-text {
	margin-right:30px;
}



/* ********************************************************* */
/*                         Slider	  	                     */
/* ********************************************************* */ 


.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom:20px;
}

.swiper-pagination-bullet {
	background:white;
	opacity: 0.5;
	width:70px;
	height:5px;
	border-radius:0px;
}


.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1!important;
}


.ce_headerimage.default .content {
	border:0px;
}

.ce_headerimage.default h1 {
	font-size: var(--h1-fontSize);
	margin-bottom:10px;
}

.ce_headerimage.default h1::after { 
	background:white;
}


.ce_headerimage .subline {
	font-size: 15px;
	line-height: 24px;
	background: rgba(0,0,0,0.1);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);

	color: white;
	padding: 6px 12px;
	font-weight: normal;
	display: inline-block;
}

.ce_gallery .swiper-pagination-bullet{
	background:black;
	opacity: 0.5;
	width:70px;
	height:5px;
	border-radius:0px;	
	display:none;
}

.ce_gallery .content {
	background:none;
}

.ce_gallery .image_container i {
	display:none;
}

.swiper-button-prev,
.swiper-button-next {
	background:#f2f2f0;
	border-radius:20px;
	width:40px;
	height:40px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size:18px;
}

.swiper-button-prev {
	left:0px;
}
.swiper-button-next {
	right:0px;
}


/* ********************************************************* */
/*                         Iconsbox	  	                     */
/* ********************************************************* */ 

.ce_iconbox {
	background:var(--bgColorLightGray);
}

.ce_iconbox_inside{
	padding:30px;
}

.ce_iconbox i {
	color:var(--accentColor);
	font-size:24px;
}

.ce_iconbox h3 {
	font-size:auto;
	letter-spacing:inherit;
	font-size:24px;
	font-weight:700;
}

.ce_text_image_bar .textbox {
	padding:40px 40px 40px 0px;
}

/* ********************************************************* */
/*                         Links	  	                     */
/* ********************************************************* */ 

.ce_text a {
	text-decoration:none;
	color:var(--accentColor);
}

.ce_text.white a {
	color:white;
}


/* ********************************************************* */
/*                         TOP	  	                     */
/* ********************************************************* */

#top .inside {
    display: flex;
    align-items: center;
    gap: 20px; /* Abstand zwischen Items */
    padding-right:0px;
}

#top .ce_icon_text {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#top {
/*  height: var(--logoHeight); 
  padding-top:33px; */
}

#top .inside.topbar {
  display: flex;
  height: 100%;
  display: flex;
  justify-content: flex-end; /* 🔑 das ist der entscheidende Punkt */
  align-items: center;       /* vertikale Zentrierung */
  height: 100%;
  text-align: right;  
  
}

.ce_icon_text[data-icon-pos="before"] .icon {
  margin-right: 8px;
}

.ce_form {
	background:var(--bgColorLightGray);
	padding:30px;
}



/* ********************************************************* */
/*                         Newslisten	                     */
/* ********************************************************* */

.newslist .h4 {
	margin-bottom:0px;
}

.newslist-v6 {
	width:33.3%;
}

.newslist,
.newslist .news-content {
	margin:0px;
}

.newslist .teaser {
	padding:10px;
}

.newslist-v2 .image_container img {
	border-radius:0px;
}

.newslist-v2 {
	background:#F5F5F5;
	padding:30px;
	margin-bottom:20px;
}

.newslist-v2 .info {
	color:black;
	font-size:16px;
}

.newslist-v2 .news-image-v2 {
	margin-top:0px;
}

.linklist .link {
	padding-top:2px;
	padding-bottom:2px;
	color:var(--accentColor);
}

.linklist .link a {
	color:var(--accentColor);	
}

.linklist .link a::before,
.ce_iconbox .link::before {
  font-family: 'themify' !important;
  content: "\e628";
  margin-right:5px;	
}


.newsteaser_v3 {
	background:var(--bgColorLightGray);
	padding:70px 90px;
}

.newslist .news-date {
	color:black;
}

.newsteaser_v3 .content_right {
display: flex;
  flex-direction: column;     /* Inhalte bleiben untereinander */
  justify-content: center;    /* vertikal zentriert */
}

.newsteaser_v3 .day,
.newsteaser_v3 .month,
.newsteaser_v3 .year  {
	  display: inline-block;
}

.newsteaser_v3 .h3 {
	margin-bottom:10px;
	margin-top:10px;
}
.newsteaser_v3 .content_right .teaser{
	margin-bottom:10px;
}
/* ********************************************************* */
/*                         Events	  	                     */
/* ********************************************************* */


.mod_eventlist .header {
	padding-left:0px;
}

.event.layout_list  {
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}

.event.layout_list p.time {
	margin-bottom:0px;
}

.mod_eventlist_v4 .event.layout_list {
	display: grid;
	grid-template-columns: 1.7fr 1fr;
	align-items: center;
	gap: 60px;
	padding: 30px;
	background: #f2f2f0;
	margin-bottom: 40px;
	border:0px;
}

.mod_eventlist_v4 .event:hover {
  background: rgba(0,0,0,0.1);
}

.mod_eventlist_v4 .event {
	color:black;
}

.event .image_container img {
	display: block;
	width: 100%;
	height: auto;
}

.event .content_container {
	order: -1;
}

.event .date {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-bottom: 8px;
}
.event .time {
	font-size: 18px;
	color: #666;
	font-weight: 500;
}

.event .date .day {
	font-size: 40px;
	line-height: 1;
	color: #d4002a;
	font-weight:700;
}

/*.event .date .month,
.event .date .year {
	font-size: 24px;
	color: #666;
}*/

.event .title {
	margin-bottom: 24px;
}

.event .title a {
	color: #000;
}

.event .teaser {
	margin-bottom: 36px;
}



/* ********************************************************* */
/*                         Leftnav  	                     */
/* ********************************************************* */


.autogrid_row > .column > .attributes.p-s {
	padding:40px;
}


body.content_page.sidebar #main .mod_article > .container, body.content_page.sidebar #left .mod_article > .container, body.content_page.sidebar #right .mod_article > .container{
	padding-top:80px;
	padding-bottom:80px;
}



body.sidebar.left #left > .inside {
	margin-right:0px;
}


body.sidebar.left #main > .inside {
	padding-left:80px;
}

#left {
	margin-top:80px;
	margin-bottom:80px;
}

#left .inside {
	background:white;
	padding:40px;
	box-shadow:0 1px 12px #0003;

}

body.sidebar.left #main {
	border-left:0px;
}

.subnav {
	margin:0px;
}


.subnav li {
    border-bottom:2px solid #ffffff;
}

.subnav a{
    margin-bottom:0px;
    color:black;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding:8px 12px;
}

.subnav a.active {
	background:rgba(255,255,255,0.9);
	color:var(--accentColor);
}

.subnav ul.level_1 a{
    padding-left: 10px;
}

.subnav ul.level_1 a.trail {
	color:var(--accentColor);
}

.subnav ul.level_2 a{
    padding-left: 20px;
}

.subnav ul.level_1 > li > a.submenu::after {
  font-family: "themify";
  content: "\e649"; 
  margin-left: 8px;
  font-size: 12px;
  transition: transform 0.2s ease;
}

.subnav ul.level_1 > li.submenu.has_focus > a::after,
.subnav ul.level_1 > li.submenu.trail > a::after{
  content: "\e64b"; /* ti-angle-down */
}




/* ********************************************************* */
/*                         Team	  			                 */
/* ********************************************************* */

.ce_teambox  {
	border-bottom:1px solid #ebebeb;
	margin-bottom:30px;
	background: #F5F5F5;

}

.ce_teambox .teambox_content {
	padding:30px;
	min-height:200px;
}

.ce_teambox.round_image .image_container img {
	border:0px;
}

.ce_teambox h1,
.ce_teambox h2{
	display:none!important;
}

.ce_teambox .image {
	float:left;
	padding-right:30px;
	width:250px;
}

.ce_teambox .name {
	margin-top:0px;

}

.ce_teambox .image img{
	width:100%;
	background-color:#f7f7f7;
}

.ce_teambox .email {
	margin-bottom:10px;
}

.ce_teambox .function {
	color: black!important;
	font-style:italic;
	margin-bottom:10px;
}

.teambox_content {
	padding-left:250px;
}

.ce_teambox .socials {
	display:none;
}

/* ******************************************* */
/* ***************** Download **************** */
/* ******************************************* */

.ce_download_default a {
  background: #F5F5F5;
  color: #000;
  padding: 35px;
  border-radius: 0px;
  position: relative;
  display: block;
}

.ce_download_default,
.ce_downloads {
	width:100%;
	background:#F5F5F5;
	padding:24px;
	margin-bottom:30px;
}

.ce_downloads li {
  padding: 0;
  margin: 0;
  border-bottom: none;
  display: block;
}


.ce_downloads li a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  color: black;
  gap: 12px;
}


.ce_downloads li:last-child a {
	border-bottom:0px;
}



.ce_downloads li a::before {
  flex-shrink: 0;
}

.ce_downloads a span.size {
  margin-left: auto;
  font-size: 0.8rem;
  color: rgba(0,0,0,0.4);
  text-decoration: none;
  white-space: nowrap;
}

.ce_downloads li a:hover {
	background-color:white;
}

.ce_downloads li.ext-pdf a:before {
	content: "\f1c1";
	font-family: FontAwesome;
}

.ce_downloads li.ext-zip a:before {
	content: "\f1c6";
	font-family: FontAwesome;
}

.ce_downloads li.ext-ai a:before {
	content: "\f016";
	font-family: FontAwesome;
}


/* ************************************************ */
/* ***************** Table	    ****************** */
/* ************************************************ */


.ce_table table td {
	padding-left:0px;
	vertical-align:top;
}

.ce_table table td {
	border-bottom:1px solid rgba(255,255,255,0.2);
}



/* ************************************************ */
/* ***************** Boostrap    ****************** */
/* ************************************************ */


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }


  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }



/* ******************************************* */
/* ***************** ALT ********************** */
/* ******************************************* */


/* screen.css */
.video-description {
  margin-top: -5px !important;
  margin-bottom: 30px !important;
}

.quicklinkbox .date {
  display: block;
}
.quicklinkbox .entry {
  font-weight: 600;
}

.detailview .data {
  padding-top: 20px;
  padding-bottom: 10px;
}
.location {
  font-weight: 400;
}

.mod_breadcrumb {
  padding-top: 7px;
}
.subcontent .mod_breadcrumb ul {
  padding-bottom: 70px;
  padding-left: 32px !important;
}
.subcontent .mod_breadcrumb li {
  float: left;
  padding-right: 5px;
}
.subcontent .mod_breadcrumb li:before {
  margin-left: 13px;
  padding-right: 3px;
  font: 1.3em "icomoon";
  color: #ffd100;
  content: "";
}
.subcontent .mod_breadcrumb li.first:before {
  margin-left: 0;
  padding-right: 0;
  content: "";
}
.subcontent .mod_breadcrumb a {
  text-decoration: none;
}
.teaser-box {
  margin-bottom: 30px;
}
.teaser-box-item {
  max-height: 440px;
  overflow: hidden;
  background-color: #666;
  color: #fff;
}
.teaser-box-txt > * {
  padding-right: 30px;
}
.teaser-box-txt a {
  text-decoration: none;
  color: #fff;
}
.teaser-box-txt a:before {
  vertical-align: text-bottom;
  font: 1em "icomoon";
  content: "";
}
.teaser-box-txt a:hover {
  text-decoration: none;
  color: #ffd100;
}
.quicklinkbox {
  margin-bottom: 30px;
}
.quicklinkbox .quicklinkhead,
.quicklinkbox .quicklinkcol,
.quicklinkbox .quicklinkfooter {
  margin-bottom: 2px;
  padding: 8px 20px;
}
.quicklinkbox .quicklinkhead {
  background-color: #ffd100;
  font-weight: 600;
}
.quicklinkbox a {
  text-decoration: none;
}
.quicklinkbox .quicklinkcol {
  min-height: 60px;
  background-color: #f5f5f5;
}
.ce_rsce_fquicklinkbox .quicklinkcol {
  height: 35px;
  overflow: hidden;
  min-height: auto;
}
.quicklinkbox .quicklinkfooter {
  background-color: #d9d9d9;
}
.teaser-box-image {
  max-height: 440px;
  overflow: hidden;
}
.teaser-box-txt {
  padding-top: 30px;
  padding-bottom: 15px;
}
.info-box-item {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #cd112d;
  color: #fff;
}
.info-box-item .icon-info {
  font-size: 3em;
}
.info-box-item a,
.info-box-item a:hover {
  text-decoration: none;
  color: #fff;
}
.info-box-item a:hover {
  text-decoration: underline;
}
.box,
.picture-box,
.video-box,
.download-box {
  margin-bottom: 30px;
}
.box-item,
.picture-box-item,
.video-box-item,
.download-box-item {
  width: 100%;
  display: inline-block;
  background-color: #f5f5f5;
}


.box-item.yellow,
.picture-box-item.yellow,
.video-box-item.yellow,
.download-box-item.yellow {
  background-color: #ffd100;
}
.box-item.darkgray,
.picture-box-item.darkgray,
.video-box-item.darkgray,
.download-box-item.darkgray {
  background-color: #666;
  color: #fff;
}

.picture-box-item.darkgray h2{
	color:#fff;
}

.box-item.white,
.picture-box-item.white,
.video-box-item.white,
.download-box-item.white {
  background-color: #fff;
}
.box-item-txt,
.picture-box-txt,
.video-box-txt,
.download-box-txt {
  padding-top: 25px;
  padding-bottom: 15px;
}
.white .picture-box-txt,
.white .video-box-txt,
.white .download-box-txt {
  padding-top: 0;
  padding-bottom: 0;
}
.picture-box-txt.rgt > *,
.video-box-txt.rgt > * {
  padding-right: 20px;
  padding-left: 15px;
}
.box-item-txt > *,
.picture-box-txt.lft > *,
.video-box-txt.lft > *,
.download-box-txt > *,
.libraree_list .item > * {
  padding-right: 15px;
  padding-left: 30px;
}
.picture-box-image.lft,
.video-box-video.lft {
  padding-left: 0;
}
.picture-box-image.rgt,
.video-box-video.rgt {
  padding-right: 0;
}
.img-caption {
  margin-bottom: 0;
  padding: 10px 20px;
  background-color: #e3e3e3;
}
.picture-box-image .img-caption {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.picture-box-image picture,
.picture-box-image picture img,
.imgselect picture img{
	width:100%!important;
	height: auto!important;
}


.textbox .entry {
  min-height: 220px;
  max-height: 220px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 20px 20px 10px;
  background-color: #f5f5f5;
}
[data-icon]::before,
[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-size: 1.1em;
  vertical-align: -0.2em;
}
.icon-info:before {
  vertical-align: top;
}
.icon-plus::before {
  float: right;
  padding-top: 11px;
  padding-right: 10px;
  font-size: 0.9em;
}
.trail.icon-plus::before {
  color: #fff;
}
.infotxt::before {
  float: left;
  margin-top: -7px;
  margin-right: 10px;
  font: 3em "icomoon";
  content: "";
}

img,
iframe {
  display: block;
}
table {
  width: 100%;
}
.info-table {
  margin-bottom: 50px;
}
.tablehead,
.tablerow {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.tablehead {
  font-weight: 600;
}

#main .image_container.float_above {
  float: none;
}


#ontop {
  clear: both;
  background-color: #fff;
}
#ontop .container {
  width: 100%;
}

.subcontent ul.downloadlist li.pdf:before {
  padding-right: 5px;
  padding-left: 0;
  content: "";
}
ol li {
  margin-left: 25px;
  padding-left: 0;
}

.relevance,
.url {
  display: none;
}
.ce_accordion {
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ececec;
}
.ce_accordion .toggler {
  padding-bottom: 5px;
  font-size: 0.8em;
  font-weight: bold;
  cursor: pointer;
}
.ce_accordion .toggler:hover,
.ce_accordion .ui-state-active {
  color: #cd112d;
}
.ce_accordion .accordion {
  clear: both;
  padding-left: 25px;
}
.ce_accordion .toggler span.ui-icon {
  width: 15px;
  height: 15px;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  background-image: url("../../files/theme/images/accordion_open.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.ce_accordion .ui-state-active span.ui-icon {
  background-position: left -15px;
}
.float_left {
  margin-top: 5px;
  margin-right: 10px;
}
.float_right {
  margin-top: 5px;
  margin-left: 10px;
}
.information {
  padding-top: 0;
  font-size: 0.8em;
  font-style: italic;
}

.teaser-box-item h1 {
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 1.5em;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  background: none;
}
#ontop .mod_article > * {
  margin-right: 0;
  margin-left: 0;
}
#ontop .ce_image {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}
#ontop .ce_text {
  left: 55px;
  top: 150px;
  position: absolute;
  z-index: 50;
}


#chromeframe {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #9e0000;
  color: #fff;
  z-index: 10000;
}
.mainnavi {
  position: static;
  clear: both;
}
.mainnavi li {
  float: left;
  margin-right: 15px;
  padding-right: 15px;
}
.mainnavi li.last {
  margin-right: 0;
  padding-right: 0;
}
.mainnavi li a,
.mainnavi li a:hover,
.mainnavi li span,
.mainnavi li.trail a {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.1em;
  line-height: 1.6em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.mainnavi li a {
  color: #fff;
}
.mainnavi li a:hover,
.mainnavi li span,
.mainnavi li.trail a,
.mainnavi ul.level_1 > li:hover {
  color: #ffd100;
}
.mainnavi .level_2 {
  position: absolute;
  display: none;
  border-top: 1px solid #ccc;
  z-index: 10;
}
.mainnavi .level_2 ul {
  margin-bottom: 0;
}
.mainnavi .level_2 li {
  float: none;
  clear: both;
  margin-right: 0;
  padding: 0;
  border-bottom: 1px solid #bbb;
}
.mainnavi .level_2 li.last {
  border-bottom: 0;
}
.mainnavi .level_2 li a,
.mainnavi .level_2 li .forward {
  display: block;
  padding: 3px 40px 3px 10px;
  background-color: #999;
  font-size: 1em;
  color: #fff;
  text-transform: none;
  font-weight: 400;
}
.mainnavi .level_2 li a:hover,
.mainnavi .level_2 li.active {
  background-color: #cd112d;
  color: #fff;
}
.mainnavi .level_2 li.active span {
  padding: 3px 40px 3px 10px;
  font-size: 1em;
  color: #fff;
  text-transform: none;
  font-weight: 400;
}
.mainnavi .level_2 li.trail > a,
.mainnavi .level_3 li {
  border-bottom: 1px solid #999;
}
.mainnavi .level_2 li.last a,
.mainnavi .level_2 li.last span,
.mainnavi .level_3 li .active,
.mainnavi .level_3 li.last {
  border-bottom: 0;
}
.mainnavi .level_3 li a,
.mainnavi .level_3 li.active {
  display: block;
  font-size: 0.9em;
  text-transform: none;
}
.mainnavi .level_3 li .active {
  padding-top: 1px;
  padding-bottom: 1px;
}
.mainnavi .level_3 li a,
.mainnavi .level_3 li.active {
  padding-left: 20px;
}
::-moz-selection {
  background-color: #ffd100;
  color: #333;
}
::selection {
  background-color: #ffd100;
  color: #333;
}

.textarea {
  resize: vertical;
}
p.error {
  font-size: 0.8em;
  color: #d00;
}
label {
  padding-right: 1em;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 0;
}

.half {
  width: 50% !important;
}
fieldset {
  margin: 0;
  padding-right: 0;
  padding-bottom: 1em;
  padding-left: 0;
  border: 0;
}

.captcha_text {
  font-size: 0.8em;
}

.ce_youtube-wrapper,
.video-box-wrapper,
.picture-box-wrapper {
  position: relative;
  overflow: hidden;
}
.ce_youtube-wrapper iframe,
.ce_youtube-wrapper object,
.ce_youtube-wrapper embed,
.video-box-video iframe,
.video-box-video object,
.video-box-video embed {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.ce_accordion ul li {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
  background-image: url("../../files/theme/images/list_arrow_acc.png");
  background-repeat: no-repeat;
  background-position: left 9px;
}

.impressions h3 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 2.5em;
  color: #fff;
  font-weight: 300;
}
p,
li {
  font-size: 1em;
  line-height: 1.4em;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}

color: #cd112d;
}
.darkgray a {
  color: #fff;
}
.darkgray a:hover {
  color: #ffd100;
}
*:focus {
  outline: none;
}
.impressions {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #666;
}
.impressions .ce_text {
  text-align: center;
}
.impressions .lnk {
  bottom: 0;
  position: absolute;
  z-index: 10;
}
.impressions .lnk p {
  margin-bottom: 0;
}
.impressions a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #fff;
  text-decoration: none;
}


.layout_latest {
  margin-bottom: 20px;
}
.caption {
  height: 40px;
  overflow: hidden;
  padding: 10px 20px;
  background-color: #e3e3e3;
  font-size: 0.85em;
}
.caption span {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.filecaption {
  display: block;
  margin-left: 22px;
  font-size: 0.8em;
  line-height: 1.2em;
}
#cboxTitle,
#cboxCurrent {
  font-size: 0.7em;
  color: #666;
  display: none !important;
}
#cboxContent {
  margin-top: 0;
}
#cboxLoadedContent {
  border: 0;
}
#cboxPrevious {
  width: 80px;
  height: 80px;
  left: 0;
  background-image: url("../../files/theme/images/arrow_prev.png");
}
#cboxNext {
  width: 80px;
  height: 80px;
  right: 0;
  background-image: url("../../files/theme/images/arrow_next.png");
}
#cboxClose {
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
  background-image: url("../../files/theme/images/close.png");
  background-position: left top;
}
#cboxClose:hover {
  background-position: left bottom;
}
.imgselect picture {
  max-height: 160px;
  overflow: hidden;
  display: block;
}
.imgentry {
  margin-bottom: 30px;
}
#fs-loader {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  border-radius: 60px;
  height: auto;
}
#fullscreenSlideshowContainer img.slide {
  width: 100% !important;
}


.scrollontop {
  width: 44px;
  height: 45px;
  bottom: 20px;
  right: 20px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  font-size: 2.5em;
  z-index: 999;
}
.scrollontop [data-icon]::before {
  margin-top: -2px;
  vertical-align: top;
}

#displaynone {
  display: none;
}
#mobilenavi {
  width: 65%;
  left: 0;
  position: relative;
  display: none;
  padding-bottom: 0;
  z-index: 5;
}
#outside {
  width: 100%;
  position: relative;
  z-index: 50;
}


@media only screen and (max-width: 1400px) /* tablet */ 
{ 
	.header .mod_search {
		right:100px;
	}
}



@media only screen and (max-width: 768px) /* tablet */ 
{

	.mod_article.fullwidth .ce_swiper-slider-start {
		margin:0px;
	}
	
	body.sidebar #container {
		
	}
	
	#bottom, inside,
	#footer .inside,
	body.content_page.sidebar #main .mod_article > .container,
	.mod_article:not(.fullwidth) > .container {
		padding:40px 0px;

	}
	
	body.content_page.sidebar #main .mod_article > .container {
		margin:0px;			
	}
	
	
	.newsteaser_v3 {
		padding:30px;
	}
	
	table {
		font-size:1em;
	}
	
	
	 .mod_search input {
		 width:auto!important;
	 }
	 
	 .ce_headerimage.default .content {
		 padding:0px;
	 }
	 
	 .swiper-pagination-bullet {
		 width:30px;
	 }
	 
	 .mt-s-neg {
      margin-top: 0px !important;
   }
	
	
}

