* {
  box-sizing: border-box;
}
html {
  background-color: #ffffff;
  scroll-behavior: smooth;
}
body {
  margin: auto;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1600px;
  font-size: 18px;
	line-height: 1.5;
  overflow-x: hidden;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  color: #727272;
}
@font-face {
  font-family: Montserrat;
  src: url(Montserrat.ttf);
}
@font-face {
  font-family: Montserrat-thin;
  src: url(Montserrat-Thin.ttf);
}
section {
  padding: 100px 20px 0px 20px;
}
section.logo {
  padding: 0px 20px 0px 20px;
}
section#Home {
  margin-top: -50px;
  padding: 50px 20px 0px 20px;
}
section#Angebot {
  padding: 50px 20px 0px 20px;
}
.logo {
  position: fixed;
  display: block;
  z-index: 5;
  height: 100px;
  background-color: white;
  width: 100%;
  top: 0px;
  max-width: 1600px;
}
.logo img {
  position: relative;
  top: 20px;
  height: 60px;
}
.padding {
  margin: 100px 10px;
}
.blackText {
  color: #030303;
  font-weight: 900;
}
.textCenter {
  text-align: center;
}
.oneline {
  display: block;
}
.alert {
  text-align: center;
  width: 100%;
  height: 50px;
}
.alert-success {
  background-color: #5b8008;
  color: white;
}
.alert-danger {
  color: red;
  border: 1px solid red;
}
p {
	margin-top:0;
}
/*Menu*/
.menu {
  width: 70%;
  position: relative;
  display: block;
  float: right;
  z-index: 5;
  top: 40px;
  text-align: right;
  transition: 0.6s;
  padding: 0px 20px;
}
#navbar .menu a {
  color: #a2c650;
  padding: 0px;
  padding-left: 15px;
  text-decoration: none;
  font-weight: 200;
  font-size: 20px;
  transition: 0.4s;
}
#navbar .menu a:hover {
  color: #777777;
  font-weight: 300;
}

.menuMobile {
  display: none;
  z-index: 2;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100px;
  padding: 20px;
  width: 100vw;
  background: #a2c650;
  transition: 1.6s;
  text-align: center;
}
.navlink {
  display: inline;
  padding: 20px 40px;
  text-decoration: none;
  font-size: 30px;
  color: white;
  transition: 0.6s;
}

.navlink:hover {
  color: #ffb426;
}
.close {
  position: fixed;
  display: block;
  z-index: 3;
  color: white;
  right: 20px;
  top: 20px;
  font-size: 40px;
}
.close:hover {
  cursor: pointer;
  color: #030303;
}
button {
  background-color: #b6d067;
  color: white;
  border: none;
  padding: 10px 60px 10px 60px;
  transition: 0.5s;
  display: block;
}
button:hover {
  background-color: white;
  color: #b6d067;
  border: 1px solid #b6d067;
  cursor: pointer;
}
h3 {
	
  font-size: 30px;
  font-weight: 700;
}
h3.green.uppercase{
	color: #a2c650;
	text-transform: uppercase;
}
h4 {
  padding-top: 00px;
  font-size: 40px;
  font-weight: 100;
}
/*Home*/
.home {
  background-image: url(bilder/homepc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-top: 35px;
  position: relative;
  height: 100vh;
  min-height: 700px;
  width: 100%;
}
#Home h1 {
  font-family: Montserrat-thin;
  position: relative;
  display: inline-block;
  font-weight: 100;
  color: white;
  font-size: 100px;
  top: 20vh;
  left: 30%;
}
#Home h1 .homemotto {
  font-size: 70px;
  display: block;
  padding-left: 80px;
}
#Home h2 {
  display: inline-block;
  color: white;
  font-weight: 500;
  font-size: 35px;
}
#Home button {
  display: inline-block;
  margin-left: 40px;
}
.homeBoxcalltoaction {
  position: relative;
  top: 30vh;
  text-align: center;
}
.aboutBox {
  display: block;
  height: 695px;
}
.bildAbout {
  display: block;
  float: left;
  width: 52%;
  height: auto;
  margin-left: -20px;
}
.aboutName {
  display: block;
  float: left;
  position: relative;
  text-align: left;
  top: 25%;
  width: 48%;
  font-size: 80px;
  padding-left: 60px;
  font-weight: 100;
  color: #c8dd98;
}
#About p {
  padding-top: 20px;
}
.videoKontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#Angebot .container {
  margin: auto;
  max-width: 1200px;
  margin-bottom: 100px;
}
#Angebot h3 {
  font-size: 40px;
  color: #a2c650;
  padding: 0px;
  margin: 0px;
  margin-top: 40px;
}
#Angebot h4 {
  font-size: 30px;
  padding: 0px;
  margin: 0px;
  font-weight: 100;
  margin-bottom: -50px;
}
#Angebot h5 {
  color: #b6d067;
  font-size: 24px;
}
a {
  color: #b6d067;
  text-decoration: none;
  font-size: 14px;
  transition: 0.5s;
  font-weight: 400;
}
a:hover {
  color: #777777;
  font-size: 15px;
}
.sectionBild {
  position: relative;
  width: 100%;
  max-width: 100vw;
}
.RightBox {
  position: relative;
  height: 500px;
  margin-top: 100px;
}
.BoxTextAngebot {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  height: 500px;
  padding: 7% 40px;
}
.BoxTextAngebotRight {
  position: relative;
  display: block;
  float: right;
  width: 50%;
  height: 500px;
  padding: 7% 40px;
}
.BoxTextAngebot h5, .BoxTextAngebotRight h5{
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 10px;
}

.BoxBilderAngebot {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  margin-top: auto;
}
.BoxBilderAngebot img {
  position: relative;
  margin: auto;
  top: 25px;
  left: 10%;
  height: 450px;
}
.gutschein {
  position: relative;
  display: block;
  z-index: 2;
  height: 300px;
  left: 75%;
  top: -170px;
  margin-bottom: -100px;
}
#Preise h3 {
  font-size: 40px;
  color: #a2c650;
  padding: 0px;
  margin: 0px;
  margin-bottom: 100px;
}
.PreisKontainer {
  border: 1px solid #a3c553;
  border-radius: 20px;
  padding: 40px;
  display: inline-block;
  max-width: 1200px;
  margin-left: 175px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.aktuelPreisBox {
  display: block;
  float: left;
  width: 50%;
  padding: 40px;
  padding-left: 80px;
}
.aboPreisBox {
  display: block;
  float: right;
  color: #a3c552;
  padding: 40px;
  width: 50%;
}
.textLeft {
  position: relative;
}
.textRight {
  position: relative;
  display: block;
  float: right;
}
.preiseWidth {
  width: 250px;
}
.balanceBox {
  margin: 100px 50px;
}
.balanceBox h4{
 color: #a3c552;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	
}
.zahlungsInfo {
  font-size: 13px;
  position: relative;
  width: 70%;
  left: 15%;
  padding: 40px;
}
.zahlungsInfo a {
  padding-top: 10px;
}
#Zeit {
  background-color:#c8de98;
  position: relative;
  width: 100%;
  max-width: 100vw;

  text-align: center;
  color: #fff;
  padding: 100px 10px;
  margin: 150px 0px;
}
#Zeit h3 {
	    font-size: 40px;
  margin-bottom: 0;
	margin-top: 0px;
}


@media screen and (max-width: 450px) {
	#Zeit h3 {
	    font-size: 30px;
  margin-bottom: 0;
	margin-top: 0px;
}
}


#Zeit p {
	font-size:20px;
}
#Zeit h5 {
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 0px;
	font-size: 24px;
	font-weight: bold;
	text-transform:uppercase;
}
.kontaktbox {
  height: 800px;
  width: 1225px;
  position: relative;
  left: 0px;
}
.kontaktBild {
  display: block;
  float: left;
  height: 800px;
}
.kontaktDetails {
  display: block;
  padding-left: 100px;
  float: left;
  width: 500px;
  height: 800px;
}
.kontaktDetails h4 {
  color: #aaca60;
	font-weight: 700;
}
.kontaktDetails a {
  font-size: 20px;
  color: #777777;
}
.kontaktDetails a:hover {
  color: #aaca60;
}
.telKontakt {
  margin: 40px 0px;
}
.telKontakt a {
  padding-bottom: 10px;
}
.socialMedia {
  width: 40px;
  height: auto;
}
.socialMediaBox {
  height: 60px;
  padding: 10px;
  margin-top: 50px;
}
.socialMediaBox img {
  width: 40px;
  padding: 0px;
  margin-left: -10px;
  margin-right: 30px;
  transition: 0.5s;
}
.socialMediaBox img:hover {
  transform: scale(1.1);
}
/*kontakt form*/
#KontaktForm {
  position: relative;
  padding-top: 80px;
}
.kontaktForm {
  height: 1000px;
  width: 70%;
  margin: auto;
  text-align: center;
}
.kontaktForm h4 {
  color: #aaca60;
  text-align: center;
}

label {
  display: block;
  font-size: 16px;
  padding-top: 20px;
  text-align: left;
}
input {
  width: 100%;
  border: 1px solid #aaca60;
  height: 40px;
  color: #443f41;
  background-color: #ffffff;
  font-family: finalsix, sans-serif;
}
textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #aaca60;
  color: #443f41;
  background-color: #ffffff;
  font-family: finalsix, sans-serif;
}
.buttonForm {
  margin: auto;

  margin-top: 100px;
}
footer {
  background-image: url(bilder/footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  height: 200px;
  width: 100%;
  color: white;
  font-size: 14px;
  padding-top: 20px;
  padding-left: 40px;
}
#Impressum,
#Datenschutz {
  display: none;
  z-index: 15;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  text-align: left;
  padding: 40px;
  background-color: #ffffff;
  overflow: auto;
  font-size: 14px;
  color: #252525;
}
#Impressum h2,
#Datenschutz h2 {
  position: relative;
  margin: 50px 0px;
  padding: 0px;
  left: 0px;
  color: #aaca60;
}
.phover a {
  color: white;
  transition: none;
  font-size: 14px;
  color: #444640;
}

.phover:hover,
.phover a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #444640;
  transform: none;
  font-size: 14px;
}
#Impressum .close,
#Datenschutz .close {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 50px;
  transition: 0.3s;
  color: black;
}

#Impressum .close:hover,
#Datenschutz .close:hover {
  cursor: pointer;
  color: #aaca60;
}
@media screen and (max-width: 1600px) {
  .PreisKontainer {
    margin-left: auto;
    width: 100%;
    max-width: 1600px;
  }
  .aboutBox {
    display: block;
    height: 650px;
  }
  .bildAbout {
    margin-left: -20px;
  }
  .aboutName {
    top: 20%;
  }
}
@media screen and (max-width: 1500px) {
  .aboutBox {
    display: block;
    height: 550px;
  }
}
@media screen and (max-width: 1300px) {
  #Home h1 {
    left: 20%;
  }
  .aboutName {
    top: 15%;
  }
  .aboutBox {
    height: 480px;
  }
  .sectionBild {
    max-width: 100vw;
    left: 0px;
    margin-left: 0px;
  }
  #Preise .sectionBild {
    margin-left: 0px;
  }

  video {
    margin: 50px 0px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .menu {
    display: none;
  }
  .burgerBox {
    display: block;
    z-index: 15;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 45px;
    text-align: center;
    height: 45px;
    transition: 0.5s;
  }
  .burger {
    position: relative;
    display: block;
    z-index: 15;
    top: 5px;
    right: 5px;
    background-color: #a2c650;
    height: 3px;
    width: 40px;
    margin: 6px;
    border-radius: 1px;
    transition: 0.6s;
  }
  .burgerBox:hover {
    transform: scaleX(1.1);
    cursor: pointer;
  }
  .modal-content-mobile {
    margin-top: 150px;
  }
  .menuMobile {
    display: none;
    z-index: 20;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    padding: 30px;
    width: 100vw;
    background: #ffffff;
    transition: 1.6s;
    text-align: center;
  }
  #navboxMobile .navlink {
    display: block;
    padding: 20px 40px;
    text-decoration: none;
    font-size: 30px;
    color: #a2c650;
  }

  #navboxMobile .navlink:hover {
    color: #5a5a5a;
  }
  .close {
    position: fixed;
    display: block;
    z-index: 3;
    color: rgb(14, 14, 14);
    right: 20px;
    top: 20px;
    font-size: 40px;
  }
  .close:hover {
    cursor: pointer;
    color: #a2c650;
  }
  .aboutBox {
    height: 420px;
  }
  .aboutName {
    height: 400px;
    font-size: 70px;
  }
  .RightBox {
    position: relative;
    height: 400px;
    margin-top: 100px;
  }
  .BoxTextAngebot {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 400px;
    font-size: 16px;
    padding: 7% 40px;
  }
  .BoxTextAngebotRight {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    height: 400px;
    font-size: 16px;
    padding: 7% 40px;
  }
  .BoxBilderAngebot {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    margin-top: auto;
  }
  .BoxBilderAngebot img {
    position: relative;
    margin: auto;
    top: 25px;
    left: 10%;
    height: 400px;
  }
  .gutschein {
    height: 250px;
    left: 70%;
    top: -170px;
    margin-bottom: -70px;
  }
  .kontaktbox {
    height: 800px;
    width: 1205px;
    position: relative;
    left: -50px;
  }
  .kontaktBild {
    display: block;
    float: left;
    height: 800px;
  }
  .kontaktDetails {
    display: block;
    padding-left: 50px;
    float: left;
    width: 450px;
    height: 800px;
  }
}
@media screen and (max-width: 1100px) {
  .aboutBox {
    height: 350px;
  }
  .RightBox {
    position: relative;
    height: 400px;
    margin-top: 100px;
  }
  .BoxTextAngebot {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 400px;
    font-size: 16px;
    padding: 7% 40px;
  }
  .BoxTextAngebotRight {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    height: 400px;
    font-size: 16px;
    padding: 7% 40px;
  }
  .BoxBilderAngebot {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    margin-top: auto;
  }
  .BoxBilderAngebot img {
    position: relative;
    margin: auto;
    top: 120px;
    left: 10%;
    height: 300px;
  }
  .kontaktbox {
    height: 800px;
    width: 1100px;
    position: relative;
    left: -50px;
  }
  .kontaktBild {
    display: block;
    float: left;
    height: 700px;
  }
  .kontaktDetails {
    display: block;
    padding-left: 20px;
    float: left;
    width: 400px;
    height: 800px;
  }
}
@media screen and (max-width: 900px) {
  #Home h1 {
    font-size: 90px;
    left: 0px;
  }
  #Home h1 .homemotto {
    font-size: 60px;
    padding-left: 0px;
  }
  #Home h2 {
    width: 150px;
    font-size: 30px;
  }
  #Home button {
    display: block;
    margin-left: 0px;
  }
  .homeBoxcalltoaction {
    position: relative;
    top: 150px;
    text-align: left;
  }
  .home {
    background-image: url(bilder/HometabletMobile.png);
    background-position: right;
    margin-top: 70px;
  }
  .homeBoxcalltoaction {
    position: relative;
    top: 10vh;
    text-align: left;
  }
  .aboutBox {
    height: 300px;
  }
  .bildAbout {
    width: 100%;
  }
  .aboutName {
    text-align: center;
    height: 220px;
    width: 100%;
    font-size: 80px;
    padding-left: 0px;
  }
  #About p {
    padding-top: 00px;
  }
  video {
    margin: 50px 0px;
    width: 100%;
    height: auto;
  }
  #Preise .sectionBild {
    margin-top: 100px;
    margin-left: 0px;
  }
  .gutschein {
    height: 200px;
    left: 65%;
    top: -120px;
    margin-bottom: -70px;
  }
  .PreisKontainer {
    padding: 10px;
    margin-left: 0px;
  }
  .kontaktbox {
    height: 600px;
    width: 1100px;
    position: relative;
    left: -50px;
  }
  .kontaktBild {
    display: block;
    float: left;
    height: 600px;
  }
  .kontaktDetails {
    display: block;
    padding-left: 20px;
    float: left;
    top: 0px;
    width: 400px;
    height: 600px;
  }
  .kontaktDetails h4 {
    margin-top: 0px;
    color: #aaca60;
  }
  #KontaktForm {
    position: relative;
    padding-top: 20px;
  }
}
@media screen and (max-width: 820px) {
  .kontaktbox {
    height: 600px;
    width: 100%;
    position: relative;
    left: 0px;
  }
  .kontaktBild {
    position: relative;
    display: block;
    left: -20px;
    height: 200px;
  }
  .kontaktDetails {
    display: block;
    padding-left: 100px;
    float: left;
    width: auto;
    height: auto;
  }
  .kontaktDetails h4 {
    height: 200px;
    color: #aaca60;
  }

  .kontaktDetails a {
    position: relative;
    left: 0px;
    font-size: 20px;
    color: #777777;
  }
  .kontaktDetails a:hover {
    color: #aaca60;
  }
  .telKontakt {
    margin: 40px 0px;
  }
  .telKontakt a {
    padding-bottom: 10px;
  }
  .socialMedia {
    width: 40px;
    height: auto;
  }
  .socialMediaBox {
    height: 60px;
    padding: 10px;
    margin-top: 50px;
  }
  .socialMediaBox img {
    width: 40px;
    padding: 0px;
    margin-left: 10px;
    margin-right: 0px;
    transition: 0.5s;
  }
  .socialMediaBox img:hover {
    transform: scale(1.1);
  }
  .kontaktMobile {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    height: 400px;
    left: 0px;
  }
}

@media screen and (max-width: 750px) {
  .RightBox {
    position: relative;
    display: inline-block;
    height: auto;
    margin-top: 100px;
  }
  .BoxTextAngebot {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    margin-top: 500px;
    padding: 7% 40px;
  }
  .BoxTextAngebotRight {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 7% 40px;
    margin-top: 500px;
  }
  .BoxBilderAngebot {
    position: absolute;
    display: block;
    top: 0px;
    height: 450px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
  .BoxBilderAngebot img {
    position: relative;
    margin: auto;
    top: 0px;
    left: 10%;
    height: 70vw;
    max-height: 550px;
  }
  #Angebot h5 {
    font-size: 20px;
  }
  #Angebot h3 {
    margin-top: 100px;
  }
  #Angebot h4 {
    margin-bottom: 0px;
  }
  #Preise .sectionBild {
    margin-top: 00px;
  }
  .PreisKontainer {
    padding: 0px;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 16px;
  }
  #Home h1 {
    font-size: 80px;
  }
  #Home h1 .homemotto {
    font-size: 40px;
  }
  #Home h2 {
    font-size: 30px;
  }
  .homeBoxcalltoaction {
    position: relative;
    top: 150px;
    text-align: left;
  }
  .aboutBox {
    height: 350px;
  }
  .aboutName {
    text-align: center;
    height: 250px;
    width: 100%;
    font-size: 80px;
    padding-left: 0px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    padding-top: 80px;
    font-size: 30px;
  }

  .gutschein {
    height: 200px;
    left: 60%;
    top: -120px;
    margin-bottom: -70px;
  }
  .PreisKontainer {
    border: 1px solid #a3c553;
    border-radius: 20px;
    padding: 10px;
    display: inline-block;
    max-width: 1200px;
    margin-left: 0px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .aktuelPreisBox {
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
  }
  .aboPreisBox {
    display: block;
    float: right;
    color: #a3c552;
    padding: 10px;
    width: 100%;
  }
  .textLeft {
    position: relative;
  }
  .textRight {
    position: relative;
    display: block;
    float: right;
  }
  .preiseWidth {
    width: 250px;
  }
  .kontaktForm {
    height: 1000px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .BoxTextAngebot {
    margin-top: 400px;
  }
  .BoxTextAngebotRight {
    margin-top: 400px;
  }
  .BoxBilderAngebot {
    height: 400px;
  }
  .BoxBilderAngebot img {
    max-height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .logo img {
    position: relative;
    top: 30px;
    left: -10px;
    height: 50px;
  }
  .burgerBox {
    top: 35px;
    right: 20px;
  }
  .burger {
    width: 30px;
  }
  #navboxMobile .navlink {
    padding: 20px 10px;
    font-size: 25px;
  }
  #Home h1 {
    font-size: 70px;
  }
  #Home h1 .homemotto {
    font-size: 40px;
  }
  #Home h2 {
    font-size: 25px;
  }
  .aboutName {
    font-size: 60px;
  }
  .BoxBilderAngebot {
    margin-top: 00px;
  }
  .BoxTextAngebot {
    margin-top: 300px;
    padding: 5% 40px;
  }
  .BoxTextAngebotRight {
    padding: 5% 40px;
    margin-top: 300px;
  }
  #Angebot h5 {
    font-size: 18px;
  }
  #Preise .sectionBild {
    margin-top: 00px;
    margin-left: 0px;
  }
  .gutschein {
    height: 200px;
    left: 45%;
    top: -80px;
    margin-bottom: -70px;
  }
  .zahlungsInfo {
    font-size: 13px;
    position: relative;
    width: 100%;
    left: 0%;
    padding: 10px;
  }
  .kontaktDetails h4 {
    margin-left: -100px;
  }
  .kontaktbox {
    height: 800px;
  }
  .kontaktbox {
    height: 600px;
  }
}
@media screen and (max-width: 450px) {
  .BoxTextAngebot {
    padding: 5% 20px;
  }
  .BoxTextAngebotRight {
    padding: 5% 20px;
  }
}
@media screen and (max-width: 400px) {
  .kontaktDetails h4 {
    height: 150px;
    margin-top: -20px;
  }
  .kontaktBild {
    position: relative;
    display: block;
    left: -20px;
    height: 150px;
  }
  .BoxTextAngebot {
    margin-top: 300px;
    padding: 5% 20px;
  }
  .BoxTextAngebotRight {
    padding: 5% 20px;
    margin-top: 300px;
  }
}
@media screen and (max-width: 350px) {
  .logo img {
    position: relative;
    top: 30px;
    left: -10px;
    height: 40px;
  }
  .burgerBox {
    top: 35px;
    right: 10px;
  }
  .modal-content-mobile {
    margin-top: 150px;
    padding: 0px;
  }
  #navboxMobile .navlink {
    padding: 20px 10px;
    font-size: 20px;
  }
  #Home h1 {
    font-size: 60px;
  }
  #Home h1 .homemotto {
    font-size: 35px;
  }
  #Home h2 {
    font-size: 25px;
  }
  .aboutName {
    font-size: 40px;
  }
  .BoxTextAngebot {
    padding: 5% 10px;
    margin-top: 250px;
  }
  .BoxTextAngebotRight {
    padding: 5% 10px;
    margin-top: 250px;
  }
  .gutschein {
    height: 170px;
    left: 40%;
    top: -80px;
    margin-bottom: -70px;
  }
  .preiseWidth {
    width: 200px;
  }
  .balanceBox {
    margin: 100px 10px;
  }
  .kontaktDetails h4 {
    height: 90px;
    margin-top: -50px;
    margin-left: -50px;
  }
  .kontaktBild {
    position: relative;
    display: block;
    left: -30px;
    width: 100%;
    height: auto;
  }
  #Zeit {
    background-image: linear-gradient(#bed785, #a3c653);
    position: relative;
    height: 500px;
    width: 100vw;
    text-align: center;
    color: #ffffff;
    padding: 100px 5px;
    margin: 150px 0px;
  }
  footer {
    height: 200px;
  }
  .kontaktbox {
    height: 700px;
  }
}
@media screen and (max-width: 300px) {
  .BoxTextAngebot {
    padding: 5% 0px;
    margin-top: 195px;
  }
  .BoxTextAngebotRight {
    padding: 5% 0px;
    margin-top: 195px;
  }
  .BoxTextAngebot {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
  }
  .BoxTextAngebotRight {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
  }
  .BoxBilderAngebot {
    position: absolute;
    display: block;
    top: 0px;
    height: 150px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 250px) {
  #Home h1 {
    font-size: 50px;
  }
  #Home h1 .homemotto {
    font-size: 30px;
  }
  #Home h2 {
    font-size: 20px;
  }
  .kontaktDetails h4 {
    height: 60px;
    margin-top: -70px;
  }
  .kontaktBild {
    position: relative;
    display: block;
    left: -20px;
    height: 60px;
  }
  .BoxTextAngebot {
    padding: 5% 10px;
    margin-top: 160px;
  }
  .BoxTextAngebotRight {
    padding: 5% 10px;
    margin-top: 160px;
  }
}

.circle {
 width: 250px;
	height:250px;
	border-radius:50%;
	border:4px solid #a2c650;
	position: absolute;
	top: -130px;
	right:100px;
	background-color:#fff;
	display:flex;
	align-items: center;
    justify-content: center;
	text-align: center;
	padding: 16px;
	transform: rotate(352deg);
}
.circle p {
	margin-bottom: 0;
}
.image-circle-wrapper {
	position: relative;
	margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
	.circle {
		top: -130px;
		bottom: auto;
		width: 150px;
		height:150px;
	}
	.circle p {
		font-size: 12px;
	}
}

