

/* allgm. */

/* Ladeicon */
.loadicon {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #FFF;
}
.loadicon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  margin: 3px;
  border-radius: 50%;
  border: 2px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: loadicon 1.2s linear infinite;
}
@keyframes loadicon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/* Map */
.wrap-map {
  position: relative;
}
#map {
  height: 600px;
  background-color: rgba(162, 220, 210, 0.13);
}
@media (min-width: 992px) {
  #map {
    height: 660px;
  }
}
.overlay {
  text-decoration: none;
  color: white;
  font-size: 11pt;
  text-shadow: black 0.1em 0.1em 0.2em;
}

#spinner {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(3, 3, 3, 0.66);
    z-index: 99;
}
#spinner .spinner-inner {
    color: #FFF;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* Map Vergrößerung*/
.openFullSizeMapWrap {
    margin-top: .25rem;
}
#bigMap {
    position: fixed;
    display: none;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    overflow-y: auto;
}
#bigMap #map {
    width: 100%;
    height: 88%;
}
#bigMap #noresult {
    position: absolute;
    bottom: 0;
    background-color: aliceblue;
}
#bigMap #zilmapFormular {
    overflow: hidden;
    padding: 1.5rem 1rem;
}
@media (max-width: 1199px) {
    #bigMap #zilmapFormular {
        margin: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #bigMap #zilmapFormular #searchform .col-xs-6 {
        width: 25% !important;
    }
}
@media (min-width: 992px) {
    #bigMap {
        overflow: hidden;
    }
    #bigMap #zilmapFormular {
        overflow-y: auto;
        height: 12%;
    }
    #bigMap #zilmapFormular form {
        margin: 1rem 1.5rem;
    }
}
@media (min-width: 1200px) {
    #bigMap #map {
        height: calc(100% - 88px);
    }
    #bigMap #zilmapFormular {
        height: 88px;
    }
    #bigMap #zilmapFormular {
        padding-left: 10%;
    }
    #bigMap #zilmapFormular form {
        max-width: 84%;
    }
}
@media (min-width: 1600px) {
    #bigMap #zilmapFormular {
        padding-left: 14%;
    }
    #bigMap #zilmapFormular form {
        max-width: 72%;
    }
}

#bigMap #map .ol-full-screen {
    display: none;
}
.bigMapbutton {
    display: inline-block;
    margin: 1px;
    padding: 0 .5rem;
    width: auto;
    height: 1.62em;
    font-weight: 700;
    z-index: +1;
    color: #fff !important;
    background-color: rgba(0,60,136,.5);
    font-family: 'DroidSans', Verdana, Arial, sans-serif;
}
.bigMapbutton span {
    font-size: .88em;
    font-weight: normal;
}
.bigMapbutton:hover {
    background-color: rgba(0,0,0,.8);
}
#bigmapCloser {
    position: absolute;
    top: .5em;
    right: .5em;
    width: 2em;
    height: 2em;
    font-size: .75em;
    background-color: rgba(0,0,0,.8);
}

/* Formular */
.tx_zilmap_formular {
    margin-bottom: 1.5rem;
}
.btn-reset {
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #CCC;
    height: 34px;
    padding: 6px 8px;
    border-radius: 0;
}
.btn-reset-txt {
    position: absolute;
    border-left: none;
}
.tx_zilmap_formular .input-group.mb-3 {
    margin-bottom: 1rem;
}


@media (min-width: 1200px) {
    .control-reset {
        padding-right: 0;
    }
}
@media (min-width: 1400px) {
    .control-reset {
        padding-right: .25rem;
    }
}

/* Liste */
.tx_zilmap {

}
.tx_zilmap .tabhead {
   margin-bottom: .5rem;
   background: rgba(232, 229, 216, 0.41);
}
.tx_zilmap .item-col {
    padding: 1rem 1rem;
    line-height: 1.75rem;
}
.tx_zilmap .item-col a {
    padding-top: .5rem;
}
.tx_zilmap .item-col .category:before {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-bottom: 1rem;
}
.tx_zilmap .item-col .images-wrap {
    margin: .5rem 0 0 3rem;
}
.tx_zilmap .item-col .images-item {
    display: inline-block;
    margin: -.5rem .25rem 0;
}

@media (min-width: 768px) {
    .tx_zilmap .item-col .images-wrap {
        margin: 0 -.25rem;
        text-align: right;
    }
}

.rundgang-head {
    margin-bottom: 0;
}

/* Pagination */
ul.f3-widget-paginator {
    display: block;
    list-style: none;
    margin: 1rem -.25rem !important;
    padding: 0;
}
ul.f3-widget-paginator li {
    display: inline-block;
    margin: 0 .25rem;
}
ul.f3-widget-paginator li a,
ul.f3-widget-paginator li span {
    border: none;
    padding: .25rem .5rem;
    color: #333;
}
ul.f3-widget-paginator li.active a {
    background-color: #444444;
    color: #FFF !important;
}

