body {
  font-family: Arial, Helvetica, Tahoma, Verdana, Calibri, Geneva, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #E6E6E6;
}

#small_indicator{
  top: 1em;
  left: 3em;
  width: 1em;
  height: 5px;
  display: block;
  position: absolute;
  /*background-color: red;*/
  overflow: hidden;
  /*z-index: 100;*/
}

#mobile_indicator{
  top: 1em;
  left: 3em;
  width: 1em;
  height: 5px;
  display: block;
  position: absolute;
  /*background-color: red;*/
  overflow: hidden;
  /*z-index: 100;*/
}

div.paddingLeft{
    padding-left: 0.75em;
}

div.paddingRight{
    padding-right: 0.75em;
}

div.paddingTop{
    padding-top: 0.75em;
}
div.paddingBottom{
    padding-bottom: 0.75em;
}

#MainWrapper {
  margin: 8.85em auto 0;
  padding: 0 0.5em;
  max-width: 80.0em;
  min-width: 61em;
}

#HeaderFixWrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 97;
  background-color: #E6E6E6;
}

.centerWrapper {
  margin: 0 auto;
  max-width: 80.0em;
  min-width: 61em;
  position: relative;
  padding: 0 0.5em;
}

div.ContentRightFixWrapperNonFixed .centerWrapper{
  padding: 0;
}

/*div.ContentRightFixWrapperFixed .centerWrapper{
  padding: 0 0.5em;
}*/

#Header {
  background-color: #FFFFFF;
  width: 100%;
  position: relative;
}

div.bgSpacer{
  position: relative;
  background-color: #E6E6E6;
  clear: both;  
  height: 0.5em;
  left:0;
  right:0;
  z-index: 193;
}

#HeaderFixWrapper div.bgSpacer, #BreadcrumbFixWrapper div.bgSpacer{
  position: absolute;
}

#Logo {
  position: relative;
  height: 2.85em;
  width: 7.5em;
  padding-top: 2em;
  padding-bottom: 3.5em;
  /*padding-left: 0.75em;*/
}

#Logo div{
  display: inline-block;
  width: 100%; 
  height: 100%;  
}

#Logo svg{
  width: 150%;
  height: 110%;
}

#logo_svg_fallback{
  display: none;
}
  
/**
* Firefox does not print svgs Workaround
**/
@-moz-document url-prefix(){
   @media print {
      #Logo svg{
      display: none;  
    }

    #logo_svg_fallback{
      display: inline; 
      width: 100%;
      height: auto;
    }
  }
}

#homeIcon_wrapper{
  display: inline;
}

a.homeIcon_a_wrapperActive .svg_home_icon{
  fill: #E2001A;
}

a.homeIcon_a_wrapper .svg_home_icon{
  fill: #6D6D6D;
}

a.homeIcon_a_wrapper:hover .svg_home_icon, a.homeIcon_a_wrapper:focus .svg_home_icon{
  fill: #3D3D3D;
}

#Banner {
  z-index: 1;
  overflow: hidden;
  background-color: #FFFFFF;
  position: relative;
  z-index: 95;
  display: block;
  min-width: 80%;
  min-height: 18em;
}

#contentWrapper {
  color: #3D3D3D;
  margin-top: 3em;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#ContentRightFixWrapper.ContentRightFixWrapperFixed{
  position: fixed;
  right: 0;
  top: 11.85em;
}

#contentLeft{
  width: 75.5%;
  margin-right: 0.5em;
  /*margin-bottom: -0.5em;*/
  padding-right: 0.5em;
  min-height: 15em;
  float: left;
}

#contentLeftSpacerOuter{
  width: 100%;
  position: relative;
  display: block;
  /*margin-top: -0.5em;*/
}

#contentLeftSpacer{
  position: absolute;
  width: 100%;
  height: 512px;
  background-color: #FFFFFF;
}

#contentLeftInnerWrapper{
  margin-right: 0.5em;
}

#ContentRightFixWrapper{
  width: 100%;
  /*left: 0;*/
  z-index: 96;
}

#ContentRightFixWrapper.ContentRightFixWrapperNonFixed{
  position: absolute;
}

#contentRightWrapper{
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}

#contentRightWrapper2{
  /*margin: 0 0.5em;*/
  position: relative
}

#contentRight{
  position: absolute;
  right: 0;
  width: 24.5%;
}

#contentRightFiller{
  background-color: #FFFFFF;
  display: block;
  height: 1024px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -10;
}

#NavDesktop{

}
  
#NavMobile{
  display: none;
  /*left: 0;
  position: absolute;
  right: 0;
  top: 1em;*/
 }
  
#NavMobile_Top{  
  left: 4.5em;
  position: absolute;
  right: 6em;
  top: 1.00em;
}

#Search_mobile{
  display: block;
  height: 2.25em;
  position: absolute;
  /*right: -5.05em;*/
  right: -5em;
  text-align: right;
  top: -0.5em;
}

#Center_Mobile{
  margin: 0 auto;
  position: relative;
  width: 6em;
  height: 2.38em;
  padding-top: 0.75em;
  top: -1.25em;
}

#link_mobile_menue{
  /*background-color: blue;*/
  display: block;
  height: 100%;
  padding-left: 0.75em;
  position: absolute;
  width: 100%;
  cursor:pointer;
}

#link_mobile_search{
  /*background-color: yellow;*/
  display: block;
  height: 100%;
  padding-right: 0.46em;
  padding-right: 0.5rem;
  padding-top: 0.8em;
  position: relative;
  width: 100%;
  cursor:pointer;
}

#Nav_Mobile_search{
  background-color: #e3e3e3;
  line-height: 175%;
  margin: 0.15em 0.5em 0;
  padding: 0.75em 1em 0.5em 0.5em;
  text-align: right;
}

#NavMobile_Top a.active{
  background-color: #e3e3e3;
}

#Nav2_mobile{
  padding-top: 0.25ex;
  padding-bottom: 0.5em;
  line-height: 1.4em;
}


#Nav_Mobile_menue{
  background-color: #e3e3e3;
  /*line-height: 175%;*/
  margin: 0.15em 0.5em 0;
  padding: 0.75em 1em 0.5em 0.5em;
  /*text-align: right;*/
}



#Nav_Mobile_menue span.mobile_menue_plus{
  float: right;
  margin-bottom: -1em;
}

#Nav_Mobile_menue span.mobile_menue_plus img{
    height: 1.75em;
    position: relative;
    padding: 0.2em;
    top: -0.2em;
    width: auto;
    cursor: pointer;
}

#Nav2_mobile  span.right{
  float: right;
  margin: 0 0 0.5em 1.0em;
}
 



.showMobileMenue{
  
}

.hideMobileMenue{
  display: none;
}


#Center_Mobile img{
  height: 3.5ex;
  position: relative;
  top: 0.95ex;
  width: auto;
}

#Center_Mobile span{
  position: relative;
  top: -1.4ex;
}

#Nav_Mobile_menue ul{
  list-style-type: none;
  max-width: 20em;
  min-width: 14em;
  padding: 0 0 0 0.25em;
}

#Nav_Mobile_menue ul ul{
  max-width: 18em;
  min-width: 12em;
  padding-left:2.0em;
}

#Nav_Mobile_menue ul li a{
  /*display: inline-block;*/
  min-width: 10em;
}

#Nav_Mobile_menue ul li .active{
  font-weight: bold;
}

#Nav_Mobile_menue ul li{
  line-height: 1.75em;
  padding: 0.25em 0;
  /*border: 1px solid;*/
  /*width: 10em;*/
}

#Nav2 {
  bottom: 0.75em;
  position: absolute;
  left: 0;
  overflow: visible;
  right: 0;
  height: 2em;
  /*background-color: green;*/
}

#Nav2 .nav{
  line-height: 1.15em;
  padding-top: 0.25em;
  padding-left: 8.86em;
  padding-left: 9.75rem;
}

#BreadcrumbFixWrapper.BreadcrumbFixWrapperFixed{
  top: 8.85em !important;
  position: fixed;
}

#NavWrapper {
  left: 10.5em;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 4.85em;
}

#home_icon{
  bottom: 0;
  height: 1.1em;
  position: absolute;
  z-index: 99;
  display: none;
}

#home_icon a{
  margin-top: 1px;
  display: block;
  width: 1.0em;
  height: 1.0em;  
}

#home_icon a img{
  height: auto;
  width: 100%;
}

#home_icon a:hover img.home_icon_hover{
  display: inline;
}

#home_icon a:hover img.home_icon_base{
  display: none;
}

img.home_icon_hover{
  display: none;
}


#Nav{
  bottom: 0;
  height: 1.15em;
  position: absolute;
  z-index: 99;
  margin-left: 4rem;
}


#Nav2 hr, #Nav2_mobile hr{
  margin: 0.25em 0;
  border-width: 0.13em;
  border-style: solid none none;
  color: #e2001a;
}

#Nav2_mobile hr{
  margin-bottom: 0.25em;
}

#Lang{
  float: right;
  position: relative;
}

#BreadcrumbFixWrapper{
  width: 100%;
  height: 3.0em;
  left: 0;
  z-index: 96;
  top: inherit !important;
}

#BreadcrumbFixWrapper.BreadcrumbFixWrapperNonFixed{
  position: absolute;
}

#navBreadcrumb {
  background-color: #FFFFFF;
  height: 1.3em;
  line-height: 1.3em;
  padding-bottom: 0.75em;
  padding-top: 0.5em;
  position: relative;
}
#navBreadcrumbInnerWrapper {
  height: 1.3em;
  vertical-align: middle;
  display: table-cell;
  padding: 0;
  position: relative;
  float: left;
}

#Search{
  display: inline-block;
  right: 0;
  text-align: right;
  line-height: 1em;
  height: 1em;
}

#tx_indexedsearch_top {
    
}
.tx_indexedsearch_topInput {
  top: -0.3ex;
  position:relative;
}
.tx_indexedsearch_topIcon {
  position:relative;
  top: 0.2ex;
  
}

#bannerFG {
  height: 22.5em;
  width: 100%;
  position: absolute;
  background-image: url(images/spacer.gif);
  display: block;
  z-index: 2;
}

/*Footer*/
#footTextWrapper {
  background-color: #FFFFFF;
  min-height: 3em;
  padding: 1em 0.5em 0;
  position: relative;
  margin-top: 0;
  clear: both;
  z-index: 100;
}

.textMenueFoot {
  font-size: 1.0em;
  line-height: 2.25em;
  text-align: center;
  color: #6d6d6d;
}

.textMenueFoot a{
  margin: 0 1.5em;
}

.contentFullImage{
  margin-bottom: 2em;
  width: 90%;
}

div.sub_banner_outerWrap, div.tx_bibactypes_img_outerWrap {
  position: absolute;
  bottom: 0;
  right: 0.25em;
}
  
div.tx_bibactypes_img_outerWrap {
  right: 0;
}

div.tx_bibactypes_img_innerWrap, div.sub_banner_innerWrap{
  position: relative;
  display: inline-block;
  font-size: 0.75em;
  padding: 0.5em 1.0em 0.5em 1.0em;
  color: black;
  z-index: 1;
}


div.news_events_imageRight div.tx_bibactypes_img_innerWrap{
  padding-right: 2em;
}

div.tx_bibactypes_img_background, div.sub_banner_background{
  background-color: white;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.65;
  border-radius: 1.0em;
  filter: blur(0.5em);
  z-index: -1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div.tx_bibactypes_img_background, div.sub_banner_background{
    background-color: transparent;
    opacity: 1;
    border-radius: 0;
    filter: none;
  
    background-image: url("/fileadmin/template/images/backg_clenl.svg");
    background-repeat:no-repeat;
    background-size: 100% 100%;
    width: 150%;
    height: 200%;
    left: -1em;
    top: -1em;
  }
}

#Nav span, #footTextWrapper span{
  display: inline-block;  
}

#Nav .sm_icons{
  line-height: 3em;
}

/*#Nav .sm_icons a:hover, #Nav .sm_icons a:focus{
  text-decoration: none;
}*/

div.csc-mailform fieldset li {
    padding: 0.25em 0.5em 0.25em 0.25em;
    margin-bottom: 0.5em;
}

div.csc-mailform fieldset li select {
  width: 4em;
  margin-right: 8.78em;
}

div.csc-mailform fieldset li input{
  width: 12.5em;
}

/**************************
* Kleiner werden
***************************/

@media (min-width: 70em) and (max-width: 73em), (min-width: 63em) and (max-height: 56em){
  #Logo {
    height: 2.66em;
    padding-top: 1.5em;
    padding-bottom: 3.35em;
    width: 7em;
  }
  
  #NavWrapper {
    left: 9.5em;
    top: 4.16em;
  }

  #Nav{
    margin-left: 3.5rem;
  }
  
  #Nav2 .nav{
    padding-left: 7.95em;
    padding-left: 8.75rem;
  }
  
  #MainWrapper{
    margin: 8.01em auto 0;
  }
  
  #BreadcrumbFixWrapper.BreadcrumbFixWrapperFixed{
    top: 8.01em !important;
  }
  
  #ContentRightFixWrapper.ContentRightFixWrapperFixed{
    top: 11.01em;
  }

}

@media (min-width: 67em) and (max-width: 70em), (min-width: 63em) and (max-height: 54em){
  #Logo {
    height: 2.47em;
    padding-top: 1.0em;
    padding-bottom: 3.25em;
    width: 6.5em;
  }
  
  #NavWrapper {
    left: 8.5em;
    top: 3.47em;
  }
  
  #Nav{
    margin-left: 3.0rem;
  }
  
  #Nav2 .nav{
    padding-left: 7.5em;
    padding-left: 7.75rem;
  }
  
  #MainWrapper{
    margin: 7.22em auto 0;
  }
  
  #BreadcrumbFixWrapper.BreadcrumbFixWrapperFixed{
    top: 7.22em !important;
  }
  
  #ContentRightFixWrapper.ContentRightFixWrapperFixed{
    top: 10.22em;
  }
}

@media (min-width: 63em) and (max-width: 67em), (min-width: 63em) and (max-height: 52em){
  #Logo {
    height: 2.09em;
    padding-top: 0.8em;
    padding-bottom: 3.15em;
    width: 5.5em;
  }
  
  #NavWrapper {
    left: 7.5em;
    top: 2.89em;
  }
  
  #Nav{
    margin-left: 2.5rem;
  }
  
  #Nav2 .nav{
    padding-left: 6.14em;
    padding-left: 6.75rem;
  }
  
  #MainWrapper{
    margin: 6.54em auto 0;
  }
  
  #BreadcrumbFixWrapper.BreadcrumbFixWrapperFixed{
    top: 6.54em !important;
  }
  
  #ContentRightFixWrapper.ContentRightFixWrapperFixed{
    top: 9.54em;
  }

}

/*******************

*/

@media (min-width: 63.01em) and (max-height: 50em){
  #contentLeft {
    position: relative;
  }

  #small_indicator{
    height: 15px;
  }
  
  #HeaderFixWrapper {
    position: absolute !important;
  }
  
  #BreadcrumbFixWrapper.BreadcrumbFixWrapperFixed {
    position: absolute;
    top: inherit !important
  }
  
  #ContentRightFixWrapper.ContentRightFixWrapperFixed {
    position: absolute;
    top: inherit !important;
  }
  
  #ContentRightFixWrapper.ContentRightFixWrapperFixed .centerWrapper {
    padding: 0;
  }
  
  #ContentRightFixWrapper .centerWrapper, #ContentRightFixWrapper, #contentRightWrapper,
  #contentRightWrapper2, #contentRightWrapper2, #contentRight{
    min-height: 100%;
  }
  
  #contentRightFiller {
    min-height: 2em;
    height: 10px;
  }
  
  #contentRight{
    width: 100%;
  }
  
  #ContentRightFixWrapper {
    width: 24.5%;
    right: 0;
  }
  
  /* from content.css */
  #contentRight .contentElem {
    max-width: 17em !important;
  }
}

/**************************
* Mobile Seite
***************************/

@media screen and (max-width: 63em){
  #Nav2_mobile.textBreadcrumb{
    font-size: 1.0em;
    color: #4d4d4d;
  }

  #mobile_indicator{
    height: 15px;
  }

  #contentLeftSpacerOuter{
    display: none;
    margin:0;
  }
  
  #Logo {
    height: 2.09em;
    width: 5.5em;
    padding-top: 0.8em;
    padding-bottom: 0.5em;
  }
  
  #NavDesktop{
    display: none;
  }
  
  #NavMobile{
    display: block;
  }
  
  #MainWrapper {
    margin: auto 0;
    min-width: 20.0em;
  }

  #HeaderFixWrapper {
    position: relative;
    top: 0;
    left: 0;
    z-index: 97;
  }

  .centerWrapper {
    min-width: 20.0em;
    position: relative;
    padding: 0;
  }
  
  #Banner{
    min-height: 3em;
    padding-bottom: 0.4em;
    margin-top: 0.5em;
  }
  
  #contentWrapper{
    margin-top: 0.5em;
    overflow: visible;
  }

  #contentLeft{
    float: none;
    margin-right: 0;
    padding-right: 0;
    width: inherit;
    min-height: 5em !important;
     margin-bottom: 0.5em !important;
  }
  
  #contentLeftInnerWrapper {
      margin-right: 0;
  }
  
  #ContentRightFixWrapper.ContentRightFixWrapperNonFixed, #ContentRightFixWrapper.ContentRightFixWrapperFixed{
    top: inherit;
    position: relative;
  }
  
  #contentRightWrapper{
    margin-top: 0.5em;
    position: relative;
    width: 100%;
  }
  
  #contentRightWrapper2{
    position: relative;
    margin:0;
  }
  
  #contentRight {
    position: relative;
    width: 100%;
  }
  
  #BreadcrumbFixWrapper{
    display: none;
  }
  
  div.bgSpacer{
    height: 0;
    position: absolute;
  }
  
  #contentRightFiller{
    display: none;
  }

  div.sub_banner_outerWrap{
    right: 0;
    bottom: 0.4em;
  }
  
  /***
  * Kontaktformular
  ***/
  div.csc-mailform fieldset ol {
    padding: 0.5em 0.5em 0 0.5em;
  }
}


/* Kleinerer Seitenrand */
@media (max-width: 40.5em){
  #MainWrapper {
    padding: 0 0.25em;
  }
  
  .textMenueFoot a{
    margin: 0 1.0em;
  }
}


@media (min-width: 30em) and (max-width: 63em){
  div.paddingLeft{
    padding-left: 0.5em;
  }

  div.paddingRight{
      padding-right: 0.5em;
  }

  div.paddingTop{
      padding-top: 0.5em;
  }

  div.paddingBottom{
      padding-bottom: 0.5em;
  }
}

/****
* MailForm
****/
@media (min-width: 32em) and (max-width: 45em){
  div.csc-mailform fieldset ol li textarea {
    width: 29em;
  }
}
@media (max-width: 32em){

  div.csc-mailform fieldset ol li textarea {
    width: 100%;
  }
}



@media (max-width: 30em){
  #Banner {
    padding-bottom: 0.15em;
  }
  
  #Nav_Mobile_search, #Nav_Mobile_menue {
    padding: 0.75em 0.75em 0.25em 0.25em;
    margin: 0.15em 0.25em 0;
  }
  
  #Search_mobile {
    right: -5.25em;
  }
  
  div.paddingLeft{
    padding-left: 0.25em;
  }

  div.paddingRight{
      padding-right: 0.25em;
  }

  div.paddingTop{
      padding-top: 0.25em;
  }

  div.paddingBottom{
      padding-bottom: 0.25em;
  }
  
  div.sub_banner_outerWrap {
    bottom: 0.2em;
  }
}

@media (max-width: 27em){
  .textMenueFoot{
    text-align: left;
  }
  #MainWrapper {
    padding: 0 2px;
  }
}

@media (max-width: 25em){
  #Nav_Mobile_search, #Nav_Mobile_menue {
    padding: 0.75em 0.25em 0.25em 0.25em;
    margin: 0.15em 0.15em 0;
  }
  
  #Search_mobile {
      right: -5.35em;
  }
  
  #MainWrapper {
    padding: 0;
  }
}


@media print{
  body{
    background-color: #FFFFFF;
  }
  #MainWrapper {
    margin: inherit;
    min-width: 35em;
    max-width: 70.0em;
    padding: 0;
  }
  .centerWrapper {
    margin: inherit;
    min-width: 30em;
    max-width: 70.0em;
    padding: 0;
  }
  #footTextWrapper, #footTextWrapper, #ContentRightFixWrapper, #NavDesktop, #BreadcrumbFixWrapper ,
      div.bgSpacer, #Lang, #NavMobile_Top, #Nav_Mobile_menue, #Nav_Mobile_search  {
    display: none;
  }
  #contentWrapper, #contentLeftInnerWrapper{
    margin: 0;
  }
  
  .paddingTop{
    padding-top: 0 !important;
  }
  .paddingRight{
    padding-right: 0.25em !important;
  }
  .paddingLeft{
    padding-left: 0.25em !important;
  }
  
  .contentElemWrapper{
    padding: 1.0em 0.5em 0.5em 0 !important;
  }

  .contentElemPrepend{
    padding: 1.0em 0.5em 0.25em 0 !important;
  }

  .contentElemMiddle, .contentElemAppend{
    padding: 0.25em 0.5em 0.25em 0 !important;
  }
  

  .contentElem {
    max-width: inherit !important;
    padding: 0 !important;
  }

  #contentLeft {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0 0.5em 0 0.25em;
  }

  #navBreadcrumb{
    position: absolute;
    left: 7.5em;
  }
  
  #NavMobile{
    display: block;
  }
  
  #Nav2_mobile hr, #Nav2_mobile span.right{
    display: none;
  }
  
  #Nav2_mobile{
    position: relative;
    padding-left: 7.5em !important;
    padding-top: 0;
    margin-top: -0.25em;
  }
  
  #Logo {
    position: absolute;
    height: 2.09em;
    padding-top: 0.35em;
    padding-bottom: 3.15em;
    width: 5.5em;
  }

  #Banner{
    clear: both;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    min-height: 5em;
  }

  #HeaderFixWrapper {
    position: relative !important;
  }

  #Nav2_mobile div span.active a[href]::after {
    content: "\2007\2007 www.biba.uni-bremen.de/\200A"attr(href)"";
    color: #6d6d6d;
    font-style: italic;
    size: 80%;
  }
}
