@charset "UTF-8";

/* black-ops-one-regular - latin */
@font-face {
  font-family: 'Black Ops One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/black-ops-one-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/black-ops-one-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/black-ops-one-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/black-ops-one-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/black-ops-one-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/black-ops-one-v20-latin-regular.svg#BlackOpsOne') format('svg'); /* Legacy iOS */
}

/* oxygen-regular - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oxygen-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oxygen-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oxygen-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oxygen-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oxygen-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oxygen-v15-latin-regular.svg#Oxygen') format('svg'); /* Legacy iOS */
}

/* permanent-marker-regular - latin */
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/permanent-marker-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/permanent-marker-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/permanent-marker-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/permanent-marker-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/permanent-marker-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/permanent-marker-v16-latin-regular.svg#PermanentMarker') format('svg'); /* Legacy iOS */
}

:root {
  --primary: #00ABE3;
  --text: #575755;
  --gray: #8a8a8a;
}

* {
    margin: 0;  
    padding: 0;
    box-sizing: border-box;
    font-size: 10px;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    position: relative;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    display: grid;
}

.Content { 
    grid-area: Content; 
}

.Banner {
    grid-area: Banner; 
}

.Header { 
    width: 100%;
    z-index: 99;
}

footer {
    bottom: 0px;
    width: 100%;
}

.Footer {
    grid-area: Footer; 
    background-color: #323232;
}

.bannerDescription {
    position: absolute;
    bottom: 15%;
    right: 20%;
    z-index: 98;
    background: rgba(0,0,0,0.7);
    padding: 1rem;
    max-width: 70rem;
}

.bannerDescription_left {
    position: absolute;
    bottom: 15%;
    left: 10%;
    z-index: 98;
    background: rgba(0,0,0,0.5);
    padding: 1rem;
}

.bannerDescription h1 {
    color: #fff;
    padding: 0;
    margin: 0;
}

.bannerDescription h2 {
    margin-top: 1.5rem;
    font-size: 2rem;
    color: #b0b0b0;
}

.contentSection {
    padding-top: 3rem; 
    padding-bottom: 2rem; 
    background-color: #fff;
    width: 100%;
    background-image: repeating-linear-gradient(0deg, rgb(250, 250, 250) 0px, rgb(250, 250, 250) 1px,transparent 1px, transparent 21px),repeating-linear-gradient(90deg, rgb(250, 250, 250) 0px, rgb(250, 250, 250) 1px,transparent 1px, transparent 21px),linear-gradient(90deg, hsl(229,0%,100%),hsl(229,0%,100%));
}

.content h1 {
    text-align: left;
}

p {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: var(--text);
}

p b{
    font-size: 2rem;
    font-weight: bold;
}

p a {
    font-size: 2rem;
    text-decoration: none;
    color: var(--primary);
}

a {
    font-size: 1.8rem;
    text-decoration: none;
    color: var(--primary);
}

h1 {
    color: #000;
    font-size: 3rem;
    padding-bottom: 2rem; 

}
h2 {
    color: var(--green);
    font-size: 2rem;
    margin-top: -1rem;
}
h3 {
    color: var(--green);
    font-size: 2rem;
}
h4 {
    color: #000;
    font-size: 2rem;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.logoNavItem {
    background-image: url('../images/logo-wucherpfennig.png');
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 30px;  /* width of the image plus a little extra padding */
    display: block;  /* may not need this, but I've found I do */
}

.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 3s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 1.2s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}

    
ul {
    padding: 2rem;
    font-size: 2rem;
}

li {
    color: #878787;
    font-size: 2rem;
}

li p {
    font-size: 2rem;
    margin-top: 0rem;
    font-weight: normal;
}

.redInfoBox {
    border: 0.5rem dotted var(--primary);
    padding: 2rem;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.btn {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  border-width: 0;
  outline: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  background-color: var(--primary);
  color: #ecf0f1;
  font-size: 1.6rem;
  transition: background-color .3s;
}

.btn:hover, .btn:focus {
  background-color: var(--green);
}

.btn > * {
  position: relative;
}

.btn span {
  display: block;
  padding: 12px 24px;
}

.btn:before {
  content: "";
  
  position: absolute;
  top: 50%;
  left: 50%;
  
  display: block;
  width: 0;
  padding-top: 0;
    
  border-radius: 100%;
  
  background-color: rgba(236, 240, 241, .3);
  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn:active:before {
  width: 120%;
  padding-top: 120%;
  
  transition: width .2s ease-out, padding-top .2s ease-out;
}

/* ------------------------------------------------------ */
/* Input */
/* ------------------------------------------------------ */

input {
    padding: 4px;
    -webkit-appearance: none; 
    -moz-appearance: none; 
}

.inputfield_text_type {
    border-radius: 7px;
    height: 30px;
    font-size: 15px;
    font-weight: 400;
    padding: 0 7px;
    width: 100%;
}

.inputfield_date_type {
    border-radius: 7px;
    height: 30px;
    font-size: 15px;
    font-weight: 400;
    padding: 0 7px;
    width: 250px;
}

.inputfield_select_type {
    border-radius: 7px;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    padding: 0 7px;
    width: 100%;
}

.inputfield_select_type > option {
    border-radius: 7px;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    padding: 0 7px;
    width: 100%;
}

.inputfield_textarea_type {
    border-radius: 7px;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}

input[type=email], 
input[type=number], 
input[type=password], 
input[type=reset], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select, 
textarea {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

input[type=checkbox]
{
    width: 16px;
    height: 16px;
    -webkit-appearance:checkbox;
}

label {
    margin-left: 0.5rem;
    font-size: 2rem;
}

.btn.green {
  border-radius: 0rem;
  background-color: var(--primary);
  color: whitesmoke;
}
.btn.green:hover, .btn.green:focus {
  background-color: #000;
}

.flexContainerColumn {
    display: flex;
    flex-direction: column;
}

.successMessage {
    width: 100%;
    text-align: center;
    padding: 1rem;
    color: white !important;
    background-color: #66cdaa;
        font-weight: bold;
}

.successMessage p {
    color: white;
}

.errorMessage {
    width: 100%;
    text-align: center;
    padding: 1rem;
    color: white !important;
    background-color: var(--primary);;
}

.errorMessage p {
    color: white;
}

.hideme
{
    opacity:0;
}

 @-webkit-keyframes fadeInRight {
    0% {
       opacity: 0;
       -webkit-transform: translateX(200px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateX(0);
    }
 }

 @keyframes fadeInRight {
    0% {
       opacity: 0;
       transform: translateX(200px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }

 .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
 }
 
 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: var(--green);
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: white;
  font-size: 1.5rem;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: var(--primary);
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: var(--primary);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.spikes {
  position: relative;
  background: #ededed;
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -20%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #ededed 25%, transparent 25%), linear-gradient(225deg, #ededed 25%, transparent 25%);
  background-position: 0 0;
}

.leaflet-container a {
    color: #878787;
    font-size: 12px;
}

.leaflet-control-attribution, .leaflet-control-scale-line {
    padding: 0 5px;
    font-size: 12px;
    color: #878787;
}

.leaflet-container .leaflet-control-attribution {
    background: rgba(255, 255, 255, 0.1);
    margin: 0;
}

#social-media {
    position: absolute;
    right: 20;
    bottom: 20;
}

.social-media-wrapper {
    position: fixed;
    right: 20;
    bottom: 20;
}

.social-media-button {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 9999;
    border-radius: 50%;
}

.social-media-button-facebook {
    background: #3b5998;
}

.social-media-button-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.social-media-button i {
    position: absolute;
    font-size: 30px;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spacer {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@keyframes giveColor {
    0% 
    { 
        filter: grayscale(100%);
    }
    100%   
    { 
        filter: grayscale(0%);
    }
}

.mapContainer {
    width: 100%;
    height: 500px;
    z-index: 0;
}