* {
    margin: 0;
    padding: 0;
}

html {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: "ClementePDag-Book";
}

@font-face{
  font-family: "ClementePDag-Book";
  src: url("ClementePDag-Book.ttf") format("truetype");
}

#map {
    overflow: hidden;
}

.line-break
{
  margin-bottom: 10px;
  margin-top: 5px;
}

.header-picture
{
  width: 100%;
}

.slogan
{
    background-color: #468641;
    color: #F2E8C0;
    border: 1px solid #468641;
    margin: 20px 5px;
    text-align: center;
    border-radius: 20px;
    /*-webkit-box-shadow: 2px 0px 31px 13px #F2E8C0;
    -moz-box-shadow: 2px 0px 31px 13px #F2E8C0;
    box-shadow: 2px 0px 31px 13px #F2E8C0;*/
}

.slogan > h1
{
  font-size: 50px;
}

@media screen and (max-width: 900px) {
  #yearTabs
  {
  margin-top: 40px;
  }
}

.news,
.newsArchive
{
    border: 1px solid #F2E8C0;
    margin: 20px 5px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 14px 14px #f2e8c0, 0px 0px 30px 10px rgb(117, 88,71); /* 0px 0px 40px 10px #F2E8C0;*/
    -moz-box-shadow: inset 0px 0px 14px 14px #f2e8c0, 0px 0px 30px 10px rgb(117, 88,71); /* 0px 0px 40px 10px #F2E8C0;*/
    box-shadow: inset 0px 0px 14px 14px #f2e8c0, 0px 0px 30px 10px rgb(117, 88,71); /*0px 0px 40px 10px #F2E8C0; */
    padding: 15px
}

.news-title
{
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.newsArchive .news-title
{
  margin-top: 0;
}

.news-content
{
  font-size: 16px;
}

#newsHeaderPicture
{
  border-radius: 15px;
}

#newsThumbs
{
  margin-top: 1em;
}

.img_block
{
  max-width: 100%;
}

.kiste-back-icon-div
{
  text-align: right;
  margin-right: 7em; 
  position: absolute;
  top: 4em;
  right: 0;
}

.kiste-back-front{
  padding: 0.5em;
  width: 6em;
  text-align: right;
/*  margin-right: 100px;*/
  z-index: 1059;
  position: fixed;
  background-color: rgba(34, 85, 34,0.7);
  border-radius: 1em;
}
@media screen and (max-width: 900px) {
  .kiste-back-icon-div
  {
    margin-right: 4em;
  }
  .kiste-back-front{
    width: 3.7em;
  }
}

.karte-back-icon-div
{
  text-align: right;
  margin-left: 1em; 
  position: absolute;
  top: 4em;
  left: 0;
}
.karte-back-front{
  padding: 0.5em;
  width: 6em;
  text-align: right;
/*  margin-right: 100px;*/
  z-index: 1059;
  position: fixed;
  background-color: rgba(34, 85, 34,0.7);
  border-radius: 1em;
}
@media screen and (max-width: 900px) {
  .karte-back-icon-div
  {
    margin-right: 4em;
  }
  .karte-back-front{
    width: 3.7em;
  }
}

.gallery div{
  display: inline-block;
}

.thumbnail {
  margin: 0 5px;
  box-shadow: 7px 7px 6px 0px rgba(0,0,0,0.4);
}

/* ------------- Lightbox */
.imgModal {
    display: none;
    position: fixed;
    z-index: 1600;
    padding-top: 100px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3);
}

.imgModal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    text-align: center;
}

/* The Close Button */
.imgModalClose {
  color: white;
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 3em;
}

.imgModalClose:hover,
.imgModalClose:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 3em;
/*  padding: 16px;*/
/*  margin-top: -50px;*/
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 3px 3px 3px 3px;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none !important;
}

.prevSpan,
.nextSpan {
  position: absolute;
  top: 47%;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

.prev {
  left: 0;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.carousel-inner .item img {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    border-radius: 20px;
    max-height: 600px;
    max-width: 600px;
}
.carousel-inner .item {
    max-width: 600px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-control.right{
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,133,90,.2) 100%);
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,133,90,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,133,90,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
}
.carousel-control.left{
    background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(0,133,90,.2) 100%);
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0,133,90,.5) 100%);
    background-image: -o-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0,133,90,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    border-radius: 20px;
}
/*  --------------- End Lightbox  */

.content-view{
  line-height: 1.8;
}

.content-svg-top, .content-svg-bottom{
  text-align: center;
}

.content-img
{
  max-width: 100%;
  max-height: 150px;
}

.ch-value{
/*  float: right;*/
}

.head-value
{
  font-weight: 600;
}

.charge{
  line-height: 1.8;
}
@media (max-width: 767px) {
  .charge,
  .head-value {
    text-align: center;
  }
}


.heading{
  font-weight: bold;
}
.popup-close,#btn-suche {
    background-color: #45302b;
    color: white;
    border-color: #008455;
}
#popup-overview:hover, #popup-overview:active:focus,
.popup-close:hover,#btn-suche:hover,
.popup-close:active:focus,#btn-suche:active:focus {
  background-color: #008455;
  color: white;
}

#popup-overview {
  float: left;
  color: white;
  background-color: #45302b;
  border-color: #008455;
}

.modal-footer{
  border-top: none;
}
.modal-body{
  background: rgba(215, 196, 145, 0.85);
  margin-top: 4em;
}

#customContent{
  /*background-color: rgba(215, 196, 145, 0.9);*/
}

.label {
    z-index: 10;
    position: absolute;
    top: 0; left: 0;
    pointer-events: none;
    font-size: 100%;
    font-weight: 500;
    padding: none;
}
.label.bliesgau {
    width: 300px;
    text-align: right;
    color: white;
    font-weight: bold;
    margin-left: -300px;
}
.label.bliesgau::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    margin-left: 10px;
    border: 0;
    border-top: 3px solid white;
    border-style: dashed;
}
.label.state {
    color: white;
    font-style: italic;
    width: 200px;
    margin-left: -100px;
    text-align: center;
}
.label.city, .label.town {
    line-height: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
}
.label.city::before, .label.town::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 5px;
    background: #F00;
    opacity: 0.4;
}
.label.town {
    opacity: 0;
    cursor: pointer;
}

.symbol {
/*    opacity: 0;*/
    z-index: 8;
    position: absolute;
    top: 0; left: 0;
    width: 125px;
}

.symbol-pixel{
  width: 3px;
  height: 3px;
  margin: auto;
  background-color: red;
}

.symbol-img{
  opacity: 0;
}

.symbol img {
    width: 100%;
    height: auto;
}

.symbol-active img
{
  width: 150%
}

.haspopup img.symbol-img:hover{
  width: 120%;
  cursor: pointer;
}


/*
#popup {
    z-index: 20;
    position: absolute;
    top: 0; left: 0;
    display: none;
    width: 400px;
    height: 500px;
    background: rgba(215, 196, 145, 0.8);
    border-radius: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
/*    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
/*    box-sizing: border-box;         /* Opera/IE 8+ */
/*    padding: 40px;
}

#popup-close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
}

#popup h1 {
    margin-bottom: 20px;
}

#popup th {
    text-align: left;
}

*/
#popup #gallery {
    margin-top: 25px;
}

#popup #gallery div {
    display: inline-block;
}

@media screen and (max-width: 900px) {
 /*   #popup {
        position: fixed !important;
        top: 0 !important; left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
    }
*/
}

#scale {
    z-index: 15;
    position: fixed;
    left: 50px;
    bottom: 50px;
    margin: 0;
    padding: 0;
}
.scale-indicator {
    margin: 0;
    padding: 0;
    width: 150px;
    text-align: right;
    display: inline-block;
    border-top: 5px solid white;
}
.scale-indicator:nth-child(2) {
    border-top: 5px solid black;
}

@media screen and (max-width: 900px) {
    #scale {
        display: none;
    }
}

/* Accordion */
.panel {
  border: 1px solid #45302b;
  background-color: inherit;
}
.panel-default {
  border-color: #45302b;
}
.panel-default>.panel-heading {
  background-color: inherit;
  border-color: #45302b;
}
.panel-body {
  border-top: 0 !important;
}
.panel-heading {
  border-bottom: 0 !important;
}

#legend {
    z-index: 5;
    position: fixed;
    left: 2.5em;
    bottom: 4em;
    font-size: 20px;
}

@media screen and (max-width: 900px) {
  #legend {
    left: 0.5em;
    bottom: 0.5em;
  }
}

a.legend,
a.filter {
  display: block;
  color: #45302b;
}
