.fe_content {
  float: left;
  width: 100%;
}

/*** Bootstrap 5 Spalten ***/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/******/


/*** Containerelement wo Inhalte hineingezogen werden koennen ***/

@media (max-width: 768px) {
  .fcontent {
    margin-bottom: 30px;    
  }
}

.fcontent_container {
  margin-bottom: 13px;
}


/*** Bildunterschriften ***/

DL {
  padding: 0;
  margin: 0;
}

DD {
  padding: 2px 0 5px 0;
  margin: 0;
  font-size: 85%;
  color: #444;
  text-align: left;
}


.text_editable {
  line-height: 1.5em;
}

.text_editable P {
  margin: 0; padding: 0;
  line-height: 1.5em;
}

/*** Bild- und Textkombinationen ***/

.felement_container {
}

.felement1 IMG {
  float: left; 
}

.felement1 DIV.text {
  margin-left: 160px;
}

.felement1 DIV.text IMG {
  float: none;
}

.felement2 IMG {
  float: right;
}

.felement2 IMG.mail_img {
  float: left;
  margin-bottom: 10px;
}

.felement2 P {
  clear: left;
}

.felement2 DIV.text {
  margin-right: 160px; 
}

.felement2 DIV.text IMG {
  float: none;
}


/*** Seitenmodule Slider ***/

.fcontent_container.border, .container_content_module.border {
  padding: 10px 10px 20px 10px;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
}


.bx-wrapper {
  padding-bottom: 16px;
}

/* Pager */

.slider-pager {
  position: absolute;
  left: 1px;
  bottom: 1px;
  z-index: 1000;
}

.slider-pager a, .slider-pager-current, .slider-pager-total {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  text-decoration:none;
  font-weight: normal;
  font-size: 13px;
}

.bx-pager-current, .bx-pager-total {
}

.bx-pager-current:hover, .pager-link:hover, .slider-pager .pager-active {
  background-color: #0072C6;
  color: #FFF;
  text-decoration: none;
}

a.bx-pager-current:hover, a.pager-link:hover, a.pager-active {
  color: #FFF;
  text-decoration: none;
}

.pager-link {
  margin: 0px 1px 0px 0px;
  background-color: #EBEBE9;
  color: #000;
  text-decoration: none;
}


/* Vor-, Zurück-Buttons */

.slider-prev, .slider-next {
  position: absolute;
  bottom: 1px;
  z-index: 1000;
  text-indent: -999999px;
  width: 16px;
  height: 16px;
}

.slider-next {
  background: url(../../uploads/Symbole/slider/next.png) no-repeat 0 -16px;
  right: 1px;
}

.slider-prev {
  background: url(../../uploads/Symbole/slider/prev.png) no-repeat 0 -16px;
  right: 18px;
}

.slider-prev:hover, .slider-next:hover {
  background-position: 0 0;
  cursor: pointer;
}


/* Start/Stop Button */

.bx-auto, .bx-start {
  position: absolute;
  bottom: 0px;
  right: 34px;
  z-index: 1;
  text-indent: -999999px;
  width: 16px;
  height: 16px;
}

.bx-start.stop {
  background: url(../../uploads/Symbole/slider/auto.png) no-repeat 0 -16px;
}

.bx-start.start {
  background: url(../../uploads/Symbole/slider/auto.png) no-repeat 0 0px;
}

/* JS Rotator */
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 5px; /* Rund: width/2 px */
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 10px;
	width: 10px;
  line-height: 10px;
	margin: 20px 4px;
  font-size: 16px; 
  font-weight: bold;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 10px;
	width: 10px;
}
 .camera_target_content {
  width: 30%; height: 80%;
  background-color: #fff;
  /*color: #1481c4;*/
  opacity: 0.72;
  margin: 4% 0 0 65%;
}
 .camera_caption {
  margin: 0;
  padding: 0;
  /*color: #1481c4;*/
  font-size: 100%;
}
.camera_caption .jsr_caption_title {
  width: auto;
  margin: 2% 0 8% 2%;
  font-size: 200%;
}
.camera_caption .jsr_caption_desc {
  width: auto;
  margin: 2% 0 0 2%;
  font-size: 160%;
  line-height: 190%;
}
.camera_caption .link_container {
  width: auto;
  margin: 2% 0 0 2%;
  text-align: left;
  font-size: 160%;
  line-height: 190%;
}
@media (max-width: 1050px) {
   .camera_caption {
    font-size: 1.1vw;
  }
}
@media (max-width: 768px) {
   .camera_target_content {
    width: 50%; height: 80%;
    margin: 3% 0 0 45%;
  }
   .camera_caption {
    font-size: 1.8vw;
  }
  .camera_caption .jsr_caption_title {
    margin: 1% 0 4% 1%;
  }
  .camera_caption .jsr_caption_desc {
    margin: 1% 0 0 1%;
    line-height: 150%;
  }
}
@media (max-width: 480px) {
   .camera_target_content {
    width: 100%; height: 100%;
    margin: 0;
  }
   .camera_caption {
    font-size: 2.5vw;
  }
  .camera_caption .jsr_caption_title {
    margin: 3% 0 4% 2%;
  }
  .camera_caption .jsr_caption_desc {
    margin: 2% 0 0 2%;
    line-height: 150%;
  }
}
/* Highslide (Lightbox) */

.highslide-container div {
  color: #FFF;
}

.highslide-caption {
  /*background-color: #EEE;*/
  background-color: #698c00;
  min-height: 50px;
}

IMG.highslide_img {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #DDD;
}

.highslide-caption STRONG {
  font-family: "ColaborateThin", Arial, Helvetica, sans-serif;
  font-size: 120%;
  line-height: 1.5em;
}

.closeX {
}

/* Glossar */

.glossary {
  line-height: 1.5em;
}

.glossary H2 A {
  font-size: 90%;
  color: #000;
  text-decoration: none;
  cursor: default;
}

.glossary_header {
  margin-bottom: 10px;
  text-align: center;
}

.glossary_header A {
  padding: 0 7px;
  font-size: 110%;
  font-weight: bold;
}

.glossary_header A.inactive {
  filter: alpha(opacity=40); -moz-opacity: 0.4; opacity: 0.4;
  cursor: default;
}

.glossary_description {
  padding: 5px;
  background-color: #DEDFE1;
  line-height: 1.2em;
}


/* Formulare */

.form_editable, .form_row, .form-group {
  padding: 0 !important;
}

FORM .option_vertical SPAN {
  display: block;
}

FORM FIELDSET {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

FORM IMG {
  margin-left: 5px;
  vertical-align: middle;
}

FORM .fe_form_date_img {
  width: 16px;
  height: 16px;
  background-image: url(../../uploads/Symbole/date.gif);
  margin-left: 5px;
  vertical-align: middle;
}

FORM .label_text_more {
  font-weight: normal;
  font-size: 90%;
}

FORM .text_above {
  display: block;
  width: 100%;
}

FORM .bold {
  font-weight: bold;
}

FORM INPUT, FORM SELECT, FORM TEXTAREA {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

FORM LABEL {
  text-align: left !important;
}

FORM LABEL IMG {
  vertical-align: middle;
}


/* Seitenauflistung */

.page_list {
  float: left;
  width: 250px;
  line-height: 1.5em;
}

.page_list IMG {
  float: left;
  margin-top: 7px;
}

.page_list A {
  display: block;
  margin-left: 16px;
  text-decoration: none;
}

.container_content_module UL {
  list-style-type: none;
}

.container_content_module UL LI {
  margin-left: -40px;
}

A.mobile_list {
  background-image: url(../../uploads/Symbole/arrow_right.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 16px;
  line-height: 1em;
  display: block;
  margin-bottom: 10px;
}


/* Verzeichnisauflistung */

.file_simplelist A {
	background-image: url(../../uploads/Symbole/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left 4px;
  display: inline-block;
  padding-left: 16px;  
  margin-bottom: 7px;
}


/* Cookie Einstellungen */

#edit-cookieconsent-settings {
  margin: 10px 0;
  padding-top: 10px;
  /*border-top: 1px solid #c0c0c0;*/
  color: #005192;
  text-decoration: none;  
  text-align: center;
  font-size: 80%;
  font-weight: normal;
  cursor: pointer;
}



/* Suchergebnisse */

.search_title {
  font-weight: bold;
}

.search_desc {
  margin-top: 5px; 
  font-size: 90%;
}

.search_url {
  font-size: 80%;
  color: #666;
}

.search_matches {
  color: #666;  
}

.search_date {
  font-style: italic;
  font-size: 90%;
  color: #666;
}

.search_pager A {
  display: inline-block;
  width: 24px;
  line-height: 24px;
  margin: 0 2px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background-image: url(../../images/pager_bg.png);
  background-repeat: no-repeat;
}

.search_pager A.active, .search_pager A:hover {
  background-image: url(../../images/pager_active_bg.png);
}

.search_pager A.icon {
  color: #666;
  background-image: none;
}

.search_pager A.icon:hover {
  color: #009A51;
  background-image: none;
}



.ui-tabs { 
  margin: 0px;
  padding: 0px;
}

.ui-widget-content {
  background: #F7F7F7;
  border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { 
  background: #F7F7F7; 
}

/* Hinweis Layer */

.alert_note {
  display: none;
  margin: 10px 0;
  padding: 10px 10px 10px 40px;
  background-image: url(../../uploads/Symbole/Infothek/icon-warning.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-color: #FFE0E0;
  border: 1px solid #FFA8A8;
  color: #A60202;
}

/*
Supersized - Fullscreen Slideshow jQuery Plugin
Version : 3.2.7
Site	: www.buildinternet.com/project/supersized
*/
/** { margin:0; padding:0; }*/
/*body { background:#111; height:100%; }*/
img { border:none; }
#HeaderBG ul { margin:0; padding:0; }
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../module/tools/supersized/progress.gif) no-repeat center center;}
#supersized {  display:block; position:relative; left:0; top:0px; overflow:hidden; z-index:1; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
#supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:-3px; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../../module/tools/supersized/img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
ul#supersized {margin: 0px;}

/* Für Responsive Videos, Stil per js hinzufügen dem Container .video_container hinzufügen! */

.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Sitemap */

.sitemap ul { 
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  clear: both;
}
.sitemap li {
	list-style-type: none;
  margin: 7px 0;
}
.sitemap ul ul ul li { /* 2. Ebene */
	margin-left: 25px;
}
.sitemap ul ul ul ul li { /* 3. Ebene */
	margin-left: 50px;
}
.sitemap ul ul ul ul ul li { /* 4. Ebene */
	margin-left: 75px;
}
.sitemap ul ul ul ul ul ul li { /* 5. Ebene */
	margin-left: 100px;
}
.sitemap li.is_folder a {
  font-weight: bold;
}
.sitemap li a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #DDD;
}
.sitemap li a:hover, .sitemap li a:focus {
  background-color: #F2F2F2;
  text-decoration: none;
}


/* Formular Validator */
 .help-block.with-errors {margin:0;}