html,
body,
#map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.wrapper__info-box {
    width: 75%;
    z-index: 20;
    position: absolute;
    left: -2000px;
    background: white;
    opacity: .9;
    border-right: 2px solid #4AC4FF;
    color: #000;
    height: 100%;
}

.info-box {
    max-width: 500px;
    width:100%;
    float: right;
    border-left: 1px dashed #ccc;
    height: 100%;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.close {
	color: #4AC4FF;
	opacity: 1;
	font-size: 3em;
	position: absolute;
	top: 1em;
	right: 1em;
}

.about {
  font-family: Raleway, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  font-size: 2.6vh;
  color: #344A84;
}

#impressum,
#about {
	font-size: .7em;
}

h2 {
  font-family: Raleway, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  display: inline-block;
  color:#344A84 !important;
}

.checkpoint {
  position: absolute;
}

.links a {
  position: absolute;
  //font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 2em;
  color: #4AC4FF;
  width: 0;
  text-align:right;
  left: -1.5em;
  direction: rtl;
  text-decoration: none !important;
}

.links i {
	margin-top: .1em;
	float:right;
	right: -1.5em;
	position: absolute;
}

.text-box {
  position: absolute;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 3em;
  color:#005788;
  width: 0;
  text-align:right;
  direction: rtl;
}

.pin-wrap {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: -90.71068px;
  margin-left: -50px;
  -webkit-transform-origin: 50% 120.71068% 0;
  transform-origin: 50% 120.71068% 0;
  cursor: initial !important;
}

.pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform-origin: 50% 120.71068% 0;
  transform-origin: 50% 120.71068% 0;
  cursor: initial !important;
}

.pin::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  content: '';
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  border: 10px solid #f93c11;
  border-radius: 50% 50% 50% 50%;
}

.pin::before {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  content: '';
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  border: 9px solid #d22b05;
  border-radius: 50% 50% 50% 0;
}

.shadow {
  position: absolute;
  cursor: initial !important;
}

.shadow::after {
  position: absolute;
  left: -125px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  content: '';
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.5) 100px 0 20px;
}

.pulse {
  position: absolute;
  margin-top: -25px;
  margin-left: -50px;
  cursor: initial !important;
}

.pulse::after {
  display: block;
  width: 100px;
  height: 50px;
  content: '';
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 3px #f93c11;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.cc-banner {
  width: 100%;
  position:fixed;
  bottom: -100px;
  left:0;
  z-index:1000;
  background-color: #222;
  opacity:0.9;
  font-size: 13px;
  line-height:18px;
}

.cc-banner-content {
  margin: 0 auto;
  padding: 10px;
}
.z-20 {
  z-index: 20 !important;
}
.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}
.pin-l {
  left: 0 !important;
}
.pin-b {
  bottom: 0 !important;
}
.fixed {
  position: fixed !important;
}
.p-4 {
  padding: 30px !important;
}
.mb-4 {
  margin-bottom: 30px !important;
}
.mx-4 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.bg-white {
  background-color: white !important;
}
.container {
  width: 100% !important;
}
.button--primary {
  border-radius: .25rem;
  color: #fff;
  background: rgb(20, 110, 170);
}
.button--primary:hover,
.button--primary:focus {
  color: #fff;
  background: rgb(20, 110, 170);
  box-shadow: 0 0 20px 0 rgb(20, 110, 170);
}

.button--primary:active {
  color: #fff;
  background: rgb(20, 110, 170);
  box-shadow: 0 0 20px 0 rgb(20, 110, 170);
}
.button {
  width: auto;
  display: inline-block;
  padding: 10px 45px;
  border-width: 0;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  transition: all .125s ease-in-out;
  height: 42px;
}