
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box !important;
  min-height:100vh;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box !important;
  margin:0;
  padding:0;
  outline: none;
}

body{
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
}

selection{
	display: block;
	position: relative;
	height:auto;
	height:auto;
}

#map{
	overflow:hidden;
	background:#ececec;
	top:0;
  right: 0;
	height: 100vh;
	position: relative;
}

.svgNav{
  height: 30px;
  width: 30px;
  background: #01007f;
  position: absolute;
  right: 16px;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 27px;
  padding-bottom: 3px;
  cursor: pointer;
  transition: ease .5s;
  opacity: .8;
}

.svgNav:hover{
    opacity: .6;
}

#plusBtn{
  top:300px;
}

#minusBtn{
  top:335px;
}

#hideBtn{
  top:370px;
  background: grey;
}

#hideBtn img{
 width: 25px;
 height: 25px;
 margin-top: 2.5px;
}



#filter{
	width:100%;
	background:transparent;
	top:0;
  right: 0;
	height:200px;
	padding:50px;
	position: fixed;
	z-index: 1;
	pointer-events: none;
}


#content{
	width: 100%;
	height: auto;
	background: transparent;
	position: fixed;
  bottom: 0;
  right: 0;
	pointer-events: none;

  -webkit-transition: transform ease .66s;
  -moz-transition: transform ease .66s;
  -o-transition: transform ease .66s;
  transition: transform ease .66s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.hide-content{
  -webkit-transform: translateY(80%) !important;
  -moz-transform: translateY(80%) !important;
  -o-transform: translateY(80%) !important;
  transform: translateY(80%) !important;
}

svg #all [id^=nr] .maker path,
svg #all #kiosk .maker path{
	fill:#9191b7 !important;
}


svg #all [id^=nr] [class^=h] path,
svg #all #kiosk [class^=h] path{
	fill: #5656c1 !important;
	opacity:.3;
	stroke: #fff !important;
}


svg #all [id^=nr] .activeMaker path,
svg #all #kiosk .activeMaker path{
	fill: #fe2727a6 !important;
}

svg #all [id^=nr] .zoomMaker path,
svg #all #kiosk .zoomMaker path{
  transform-origin: center;
  transform-box: fill-box;
  animation: makerZoom .85s ease-in-out infinite alternate;
  fill: #fe2727 !important;Filtereinstellungen:
}

@keyframes makerZoom {
  from {
	transform: matrix(1,0,0,1.,0,0);
  }
  to {
	transform: matrix(2,0,0,2,0,0);
}
}

svg #all .activeHaus [class^=h] path{
	opacity:1;
	transition: ease .7s
}

@keyframes hausActive {
  from {
	opacity:.5;
  }
  to {
	opacity:1;
}
}

#ergebnisse-iw{
}

.sliderBox{
  transition: opacity ease 1s;
  pointer-events: none;
}
.hidden{
  opacity: 0;
    transition: opacity ease 0s;
}

#ergebnisse{
display: flex;
align-items: stretch;
}
.ergebniss{
  display: block;
  position: relative;
  width: 350px;
  border-radius: 18px;
  background: white;
  overflow: hidden;
  box-shadow: 0 0 15px 0px #a8a8a8;
  color:#313131;
  line-height: 1.5;
  margin:15px 0 64px;
  height: calc(100% - 64px);
  pointer-events: auto;
}

.ergebniss a{
   color: #fe2727a6;
   font-size: 16px;
}

.ergebniss a:hover{
  color: #000;
  text-decoration:none;
}


.activeErgebniss{
  background: #777;
  box-shadow: 0 0 15px 0px #62626270;
  color: #fff;
}

.activeErgebniss a{
  color: #fff;
  font-size: 16px;
}

.activeErgebniss a:hover{
  color: #fff;
  text-decoration:none;
}



.ergebniss .info{
  padding: 24px;
}
.ergebniss .aktuell{
  margin: 16px -8px;
  padding: 12px;
  color: #fff;
  background: #fe2727a6;
  border-radius: 9px;
}
.ergebniss img{
  width: 100%;
  height: auto;
  height: 225px;
  object-fit: cover;
  object-position: 50% 10%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.ergebniss h1{
  font-size: 24px;
  line-height:1.1em;
  padding-bottom:10px;
}
.ergebniss h2{
  font-size: 18px;
  margin-top: 12px
}
.ergebniss p{
  font-size: 14px;
}
.ergebniss ul{
  list-style: none;
}
.ergebniss li{
  font-size: 14px;
}

.ergebniss .info > p:last-of-type, .mehrInfo{
  font-size: 12px;
  background: #d3d3ff;
  color: #01007f;
  border-radius: 8px;
  padding: 4px 8px;
  display: inline-block;
  margin-top: 24px;
}


.mehrInfo{
  background: #01007f;
  color: #fff;
  display: none;
}



.controls { text-align: center; }
.controls li {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s;
  background: #01007f;
  pointer-events: auto;
}

.controls li img { display: inline-block; vertical-align: middle; filter: brightness(10);padding: calc( (60px - 37px) / 2) 0;}
.controls .prev { left: inherit; }
.controls .next { right: 0; }
.controls li:hover { background: #a2a2c6; }

.tns-controls { text-align: center; margin-bottom: 10px; }
.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66CCFF;
  border-radius: 3px;
  border: 0;
}
.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em;
}
[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
}
.tns-controls [disabled] {
  color: #999999;
  background: #B3B3B3;
  cursor: not-allowed !important;
}
.tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.ergebniss {
  cursor: pointer;
}


.impressum{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.impressum a{
   color: #777;
   text-transform:uppercase;
   font-size: 12px;
}
