@charset "utf-8";
/* CSS Document */
/*===========

1. Stichpunkte
2. Slideshow
3. Kontakt
4. Formular
5. Karte

=============*/
#thread4 {
  top: 3.8em;
  border-color: #b23836;
  -webkit-animation: thread2 12s infinite;
  -moz-animation: thread2 12s infinite;
  -o-animation: thread2 12s infinite;
  animation: thread2 12s infinite;
}
.hr {
  display: block;
  position: absolute;
  border-top: 2px solid #fff;
  z-index: -1;
  width: 100%;
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
}
.container {
  width: 1600px;
  margin: 0 auto;
}
#head img {
  width: 450px;
  position: relative;
  float: right;
}
#head {
  background-color: #333333;
  height: 450px;
}
h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 34pt;
  font-weight: 600;
  padding-top: 250px;
}
/*=============Stichpunkte=============*/
h2 {
  color: #333333;
  font-family: Poppins;
  font-size: 24pt;
  padding-top: 150px;
  padding-bottom: 200px;
}
h3 {
  color: #007D40;
  font-family: Poppins;
  font-size: 18pt;
  padding-bottom: 10px;
}
.custom-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 50px;
  margin-top: 20px;
}
.custom-list li {
  position: relative;
  padding-left: 20px;
  text-indent: 0px;
  margin-bottom: 10px;
}
.custom-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: black;
}
.stichpunkte {
  color: #333333;
  font-family: Poppins;
  font-weight: 400;
  font-size: 15pt;
}
/*===========Slideshow==============*/
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slideshow {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.slideshow:before, .slideshow:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}
.slideshow:before {
  left: 0;
}
.slideshow:after {
  right: 0;
}
.slide_images {
  display: inline-block;
  animation: 40s slides infinite linear;
}
.slideshow:hover .slide_images {
  animation-play-state: running;
}
.slide_images img {
  height: 500px;
  padding-right: 20px;
}
/*=============Kontakt=============*/
#back_daten {
  background-color: #007D40;
  height: 500px;
  margin-top: 100px;
  margin-bottom: 30px;
}
h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 28pt;
  font-weight: 600;
  padding-top: 50px;
  padding-bottom: 30px;
}
.socialw {
  height: 40px;
  width: auto;
  padding-right: 80px;
  padding-top: 40px;
}
.socialt {
  height: 40px;
  width: auto;
  padding-right: 75px;
  padding-top: 50px;
}
#social_m {
  height: 30px;
  width: auto;
  padding-right: 80px;
  padding-top: 40px;
}
#back_daten p {
  color: #FFF;
  font-family: Poppins;
  font-size: 18pt;
  font-weight: 600;
  position: inherit;
  padding-top: 40px;
}
.text_icon_kombi {
  display: flex;
}
/*===========Formular==============*/
#formular {
  font-family: Poppins;
  font-size: 8pt;
  color: #333333;
  border: none;
  margin-bottom: 30px;
  padding-left: 60px;
  padding-top: 30px;
}
.formular_eingaben {
  width: 80%;
  padding: 18px 30px;
  margin: 12px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #333333;
}
#back_contact {
  background-color: #FFF;
  position: relative;
  float: right;
  height: 500px;
}
h5 {
  color: #333;
  font-family: Poppins;
  font-size: 28pt;
  font-weight: 600;
  padding-top: 50px;
  padding-left: 60px;
}
button {
  color: #FFF;
  background-color: #5D5D5D;
  font-family: Poppins;
  font-weight: 600;
  font-size: 12pt;
  text-align: center;
  width: 150px;
  padding: 15px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  margin-top: 30px;
}
button:hover {
  background-color: #007D40;
  transition: 0.6s;
}
/*=============Karte=============*/
.mapcont {
  height: 500px;
  margin-top: -30px;
}
.mapcont iframe {
  height: 100%;
  width: 100%;
  border: none;
}
/*============Footer===========*/
.button-link {
  color: #FFF;
  font-family: Poppins;
  font-weight: 400;
  font-size: 12pt;
  text-decoration: none;
}
.button-link:hover {
  color: #007D40;
  font-weight: 600;
  transition: 0.1s;
}
#float2 {
  margin-left: 420px;
  margin-top: -40px;
}
.footer {
  background-color: #333333;
  height: 150px;
}
.footer p {
  color: #FFF;
  font-family: Poppins;
  font-size: 20pt;
  font-weight: 600;
  padding-top: 20px;
}
#float {
  display: flex;
}
.social {
  padding-left: 40px;
  margin-top: -50px;
  border-radius: 8px;
  position: relative;
  float: right;
}
.social a {
  border-style: solid;
  border-color: #FFF;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50px;
  display: inline-block;
}
.social a:hover {
  background-color: #007D40;
  color: white;
  -webkit-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  transition: background-color 0.6s ease-out, color 0.6s ease-out;
}
.social a > i {
  display: block;
  width: 40px;
  height: 40px;
}
.telefon_link {
  background-image: url("../images/icon_telefon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mail_link {
  background-image: url("../images/icon_mail.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}