@charset "utf-8";
/* CSS Document */

@import url(font.css);

:root {
    --white: #ffffff;
    --black:#000000;
    --active: gold;
    --hover: #777e83;
} 

.img-fluid {
    width: 100%;
    height: auto;
}

a[href] {
  color:var(--active);
  font-weight: 500;
  text-decoration: none;
}

a[href^="tel:"] {
  color:var(--active);
  font-weight: 500;
  text-decoration: none;
}

a[href^="mailto:"] {
  color:var(--active);
  font-weight: 500;
  text-decoration: none;
}

a[href^="tel:"]:hover{
  color:var(--hover);
}

a[href^="mailto:"]:hover {
  color:var(--hover);
}

a[href]:hover {
  color:var(--hover);
} 

.bg {
  background-color: #000;
  padding: 0;
  color: #fff;
}

.bg-gray {
  background-color: #252728;
}

.buttbtn {
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0.6rem 1rem;
  cursor: pointer;
  align-self: flex-end;
  background: #000;
  color: #fff;
  transition: all 0.5s ease;
  margin: 1rem 0;
  width: 100%;  
}

.buttbtn:hover{
  background: #fff;
  color: #000;
}

.head {
  font-size: 2rem;
  padding: 1rem 0;
  line-height: 2.2rem;
  text-align: center;
}

#header {
  position: sticky;
  top: 0;
  height: 8rem;
  z-index: 9999;
}

.logo-footer {
  width: 250px;
}

.parl {
  min-height: 800px;
}

.bgground {   
  background-image: url("../img/bgground.jpg"); 
  min-height: 800px;  
  background-attachment: fixed; 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  padding: 4rem 1rem;
}

.logo {
  padding-top: 1rem;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: 0 auto;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  background-color: #fff;
  color: #000;
}

.card h3,
.card p,
.card img {
  padding: 0 10px;
}

.anker {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -300px;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol li {
  padding: 8px 0;
}

#datenschutz ol li {
  margin: 1em 0 0 .5em;
}

ol li ol li {
  margin-left: 1.8rem;
}

.bg-grey {
  color: #000;
  font-size: 1.4rem;
}

@media (max-width: 479.99px) {
  .desktop {
    display: none;
    visibility: hidden;
  } 

  .head {
    font-size: 1.4rem;
    padding: 8px 0;
    line-height: 1.5rem;
    text-align: left;
  } 

  .logo {
    max-width: 200px;
    height: auto;
    margin-left: 10px;
  }
  #header {
    height: 9rem
  }

  .marken div:nth-child(1),
  .marken div:nth-child(2) {
    margin-bottom: 3rem;
    margin-top: 2rem;
  }

}



@media only screen and (min-width: 480px) and (max-width: 767.99px) {
  .desktop {
    display: none;
    visibility: hidden;
  }

  .head {
    font-size: 1.7rem;
    padding: 10px 0;
    line-height: 2.3rem;
    text-align: left;
  }

  .logo {
    margin-left: 10px;
  }
  
  #header {
    height: 12rem
  }

  .marken div:nth-child(1),
  .marken div:nth-child(2) {
    margin-bottom: 3rem;
    margin-top: 2rem;
  }

}



@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .mobile {
    display: none;
    visibility: hidden;
  }

  .head {
    font-size: 1.6rem;
    padding: 1rem 0;
    line-height: 4rem;
    text-align: center;
  }

  #header {
    height: 7rem
  }

  .marken div:nth-child(1),
  .marken div:nth-child(2) {
    margin-bottom: 3rem;
    margin-top: 2rem;
  }
  
}


@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  #header {
    height: 8.4rem
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #header {
    height: 10rem
  }
}


@media only screen and (min-width: 992px) and (max-width: 1399.99px) {
  .mobile {
    display: none;
    visibility: hidden;
  }

  .logo {
    margin-left: 2rem;
  }
  
}



@media only screen and (min-width: 1400px) {
  .mobile {
    display: none;
    visibility: hidden;
  }
  .head {
    font-size: 2.8rem;
    padding: 0;
    line-height: 4rem;
    text-align: center;
  }

  #header {
    height: 11rem
  }
  
  
}
























.obenkreis {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: rgba(51,51,51,0.6);		
  animation: anitop 1s;
}

@keyframes anitop {
  0%{opacity:0}
	100%{opacity:1}
}

.obenpfeil-1, .obenpfeil-2 {
  border: solid #fff;						
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
	position:absolute;
  left:50%;
  margin-left:-6px;
	transition: all 0.2s ease;
}

.obenpfeil-1 {
	top:15px;
}

.obenpfeil-2 {
	top:22px;
}

.obenkreis:hover .obenpfeil-2 {
	top:8px;
}

#back-top2 {
  position: fixed;
  bottom: 5%;
  right:5%;
  z-index: 1000;
}

#back-top2  span{
  display: block;
}

@media (max-width: 1680px) {
  #back-top2 {
    bottom: 5px;
    right:5px;
  }
}
