:root{
  --green: #178A46;
  --theme: #61A375;
}
@font-face {
  font-family: Humanist;
  src: url('/fonts/Humanist 521 Ultra Bold BT.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: Montserrat;
  src: url('/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

*,
*::before,
*::after{
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html{
  font-family: 'Montserrat', sans-serif;
  /*font-size: 10px;*/
  font-size: calc(10px + (16 - 10) * ((100vw - 640px) / (1600 - 640)));
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a{
  text-decoration: none;
  color: var(--theme);
  font-weight: bold;
  transition: 0.5s;
}
a:hover{
  color: #000;
}
ul{
  list-style: none;
}
p{
  font-size: 1.0rem;
}
img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
section{
  /*padding: 5rem 0;*/
  padding-top: 130px;
}
h1 {
  font-family: 'Humanist', sans-serif;
  font-weight: normal;
}
h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
h3{
  font-family: 'Humanist', sans-serif;
  font-weight: normal;
}
hr{
  background-color: transparent;
  height: 0px;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.8);
  border-top: 1px solid rgba(0,0,0,0.4);
  margin: 0;
  clear: both;
}
body{
  background: var(--theme);
  /*background-image: radial-gradient(yellow,#f06d06);*/
  background-image: radial-gradient(var(--theme),#444);
}
.header-logo-container{
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  margin-left: 10px;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 15px;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
  z-index: 10;
  transition: 0.5s;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.head-logo{
  width:280px;
}

nav{
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  top: 0px;
  right: 0px;
  height: 120px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 0px 20px;
  background-color: #333;
  background: rgba(97,163,117,0.5);
  backdrop-filter: blur(5px);
  border-top: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255,255,255,0.5);
  border-radius: 15px;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
  z-index: 10;
}
nav a{
  font-size: 1.8rem;
  font-weight: 600;
  padding: 5px 15px;
  color: #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
nav a:hover{
  border-left: 1px solid rgba(0,0,0,0.5);
  border-top: 1px solid rgba(0,0,0,0.5);
  border-right: 1px solid rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  color: #000;
  text-shadow: 0 -1px 1px #666666, 0 1px 1px #FFFFFF;
}
.menu-small{
  margin-top: 20px;
}
.menu-small a{
  font-size: 1rem;
}
#home{
  position: relative;
  /*background-image: url("/pics/sec-home.jpg");*/
  background-image: url("/pics/Hintergrund4.jpg");

  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
.logo-container{
  width: 40%;
  min-width: 350px;
  padding: 20px 20px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 15px;
}
.zoom_in {animation:animatezoom 2s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

.zeiten{
  /*position: absolute;*/
  width: 20%;
  min-width: 450px;
  background-color: #333;
  background: rgba(97,163,117,0.5);
  backdrop-filter: blur(5px);
  border-top: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255,255,255,0.5);
  border-radius: 15px;
  padding: 10px 20px;
  transition: 0.5s;
}
.zeiten:hover{
  box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
  border-left: 1px solid rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.5);
  border-right: 1px solid rgba(0,0,0,0.5);
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
.xanimate-right{position:absolute;animation:animateright 1s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.zeiten h3{
  color: #fff;
}
table{
  margin-top: 10px;
  border-collapse:collapse;
  border-spacing:0;
  width:100%;
  display:table;
  background-color: var(--theme);
  font-size: 1.2rem;
}
tr {
  border-top: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255,255,255,0.5);
  border-right: 1px solid rgba(0,0,0,0.5);
  border-bottom: 1px solid rgba(0,0,0,0.5);
  transition: .5s;
}
tr:nth-child(even){
  background-color:rgba(0,0,0,.1);
}
td, th{
  padding:8px 8px;
  display:table-cell;
  text-align:left;
  vertical-align:center;
}
tbody tr:hover{
  border-top: 1px solid rgba(0,0,0,0.5);
  border-left: 1px solid rgba(0,0,0,0.5);
  border-right: 1px solid rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  color: white;
}


#leistungen{
  min-height: 100vh;
  width: 100%;
}
h1{
  color: white;
  font-size: 4rem;
  /*text-shadow: -1px -1px 1px rgba(0,0,0,0.4), 1px 1px 1px rgba(255,255,255,0.4);*/
  text-shadow: -1px -1px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.4);
}
h2{
  font-size: 2rem;
}
h3{
  font-size: 1.2rem;
  font-weight: 300;
}
p{
  font-size: 1.2rem;
}
.flex-container{
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  transition: 0.5;
}
.flex-stretch{align-items: stretch!important}
.lq-flexcol{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lq-box{
  width: 20%;
  min-width: 350px;
  background: #fff;
  margin: 10px 10px;
  box-shadow: 1px 2px 4px rgba(0,0,0, .2);
  transition: 0.5s;
}
.lq-box-header,.lq-box-body{
  padding:16px 16px;
  overflow:hidden;
  white-space: normal;
  word-wrap: break-word;
  text-overflow: clip;
}
.lq-box-header{
  padding: 12px 16px;
  background-color: var(--theme);
  color: #fff;
}
.lq-box:hover{
  width: 20%;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
  border-left: 1px solid rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.5);
  border-right: 1px solid rgba(0,0,0,0.5);
  border-bottom: 1px solid rgba(0,0,0,0.5);
}



.ce-google-maps {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* 1x1 */
}

.ce-google-maps > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;

    height: 100%;
}
.ce-google-maps .gmap-opt-in-wrap {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/pics/googlemaps.png);
}

@media screen and (min-width:481px) {
    .ce-google-maps {
        /*padding-bottom: 66.6666%; /* 3x2*/
        min-width: 480px;
    }
    .ce-google-maps .gmap-opt-in-wrap {
        background-image: url(/pics/googlemaps.png);
    }
}

@media screen and (min-width:769px) {
    .ce-google-maps {
        /*padding-bottom: 56.25%; /* 16x9*/
        min-width: 600px;
    }
    .ce-google-maps .gmap-opt-in-wrap {
        background-image: url(/pics/googlemaps.png);
    }
}

@media screen and (min-width:1280px) {
    .ce-google-maps {
        /*padding-bottom: 42.8571%; /* 21x9*/
        min-width: 800px;
    }
    .ce-google-maps .gmap-opt-in-wrap {
        background-image: url(/pics/googlemaps.png);
    }
}

.ce-google-maps .gmap-opt-in-button-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.3);
}

.ce-google-maps .gmap-opt-in-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    width: 80%;
    max-width: 20em;
    color: rgb(20%,20%,20%);
    background-color: rgba(255,255,255,0.9);
    background-color: var(--theme);
    padding: 0.5em;
    border-radius: 0.5em;
}

.ce-google-maps .gmap-opt-in-button div:first-child {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.ce-google-maps .gmap-opt-in-button div:last-child {
    font-size: 80%;
    line-height: 1.3;
}



#kontakt{
  min-height: 100vh;
  width: 100%;
}
#impressum{
  color: white;
}
#impressum a{
  color: white;
  font-weight: bold;
  font-style: italic;
  /*background-color: var(--theme);*/
}

#impressum h3,
#impressum h11,
#impressum h2{
  color: white;
  font-family: 'Montserrat', sans-serif;
}
#impressum p{
  color: white;
}
#datenschutz h3,
#datenschutz h11,
#datenschutz h2{
  color: white;
  font-family: 'Montserrat', sans-serif;
}
#datenschutz h2{
  margin: 20px 0;
}
#datenschutz h3{
  margin: 5px 0;
}
#datenschutz p{
  color: white;
}
#datenschutz li{
  list-style: square;
  color: white;
  font-family: 'Montserrat', sans-serif;
  margin-left: 20px;
}
#datenschutz a{
  color: white;
  font-weight: bold;
  font-style: italic;
}

.img-shop{
    min-width: 90%;
    max-width: 90%;
    height: auto;
    border-left: 1px solid rgba(0,0,0,0.5);
    border-top: 1px solid rgba(0,0,0,0.5);
    border-right: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    border-radius: 15px;
    transition: 0.5s;
}
.img-shop:hover{
    border-left: 1px solid rgba(255,255,255,0.5);
    border-top: 1px solid rgba(255,255,255,0.5);
    border-right: 1px solid rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.5);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
}
iframe{
  width: 800px;
  height: 550px;
}

#goTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: var(--theme); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 50%; /* Rounded corners */
  box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
  font-size: 18px; /* Increase font size */
  transition: 0.5s;
  width: 60px;
  height: 60px;
}

#goTop:hover {
  background-color: #fff; /* Add a dark-grey background on hover */
  color: var(--theme)
}

@media (max-width:1050px){
  .header-logo-container{
    position: fixed;
    left: 0;
    top: initial;
    bottom: 0;
    display:flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    margin: 0px auto;
    padding: 5px 5px;
    border-radius: 15px;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
    z-index: 10;
  }
  .head-logo{
    width: 160px;
  }
  nav{
    width: 100%;
    top: 0px;
    right: 0px;
    height: 80px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 15px 10px;
    background-color: #333;
    background: rgba(97,163,117,0.5);
    backdrop-filter: blur(5px);
    border-top: 1px solid rgba(255,255,255,0.5);
    border-left: 1px solid rgba(255,255,255,0.5);
    border-radius: 0px;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
    z-index: 10;
  }
  .zeiten{
    min-width: 350px;
  }
}


@media (max-width:768px){
  iframe{
    width: 680px;
    height: 480px;
  }
  h1{font-size: 3rem}
  p{font-size1.4rem}
}
@media (max-width:700px){
  .zeiten{
    margin-top: 50px;
  }
}
@media (max-width:600px){
  iframe{
    width: 400px;
    height: 350px;
  }
}
@media (max-width:375px){
  iframe{
    width: 350px;
    height: 300px;
  }
}
