#p105 #page-footer {
padding-top: 0em;
}

#p105 .navbar-brand-image{
  display: none;
}

#info-holder{
  position: absolute;
  top: 100px;
  z-index: 2;
}

.footer-section-content,
.footer-copyright,
{
  display: none;
}
#page-content {
min-height: 10%;
}

.swdu-map{
  padding: 0px;
  min-height: calc(100vh - 111px);
}
.swdu-map .row{
    min-height: calc(100vh - 111px);
}


/* linke Spalte - Karte */
#map-section{
  padding-right: 0px;
  -webkit-box-shadow: 2px 0px 15px 3px rgba(107,107,107,0.9); 
  box-shadow: 2px 0px 15px 3px rgba(107,107,107,0.9);
  z-index: 1;
}


#categories{
  display: flex;
  padding: 0px;
  margin: 0px;
  background-color: rgba(160,160,160,1);
  max-width: 100%;
  overflow: scroll;
}

#categories li{
  list-style: none;
  flex: auto;
  flex-direction: row;
  min-height: 50px;
  text-align: center;
  display: block;
  padding: 0.8em;
  cursor: pointer;
  background-color: rgba(73,72,71,1);
  color: #fff;
}


#map{
/*  background-image: url("/fileadmin/tmpl/img/_testinhalte/Dummy_Luftbild_BG.jpg");
  background-repeat: no-repeat;
  background-size: cover; */
  height: calc(100% - 50px);
  width: 100%;
}
#map-holder img{
  max-width: 100%;
}

/* linke Spalte - Karte END */


/* rechte Spalte - Text */
#map-description{
  padding-left: 0px;
}

.mapteaser_img{
  width: 100%;
  height: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mapteaser_txt{
  padding: 2em;
  overflow-y: scroll;
}

/* rechte Spalte - Text END */

