html, body{
	margin: 0 !important;
	padding: 0 !important;
  font-family: 'Montserrat', sans-serif;
	font-size: 14px;
  color: #5C5C5C;
  height: 100%;
}

.container-new.wrapper, .card{
  background-color: #fefefe;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  border-radius: 15px;
}

.card-title{
  background-color: #FAF9F9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: 800;
  font-size: 17px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 1px -2px, rgba(0, 0, 0, 0.04) 0px 2px 2px 0px, rgba(0, 0, 0, 0.03) 0px 1px 5px 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.color{
    color: #2BBBDD;
}

header{
  height: 100%;
}

#header{
  height: 100%;
  overflow: hidden;
  width: 100%;
  background-image: url(../images/header.jpg?width=1920);
  background-position: center;
  background-size: cover;
}

#header-img{
    width: 100%;
    min-width: 500px;
}

#header-img-place{
  background-image: url(/images/header.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#scroll-black{
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

#header-img, #ueber-mich, #angebote, #details, #kontakt, #shop{
  z-index: 100;
  position: relative;
}

#footer{
  z-index: 120;
  position: relative;
}

#ueber-mich{
  background-color: #fff;
  overflow: hidden;
}

#logo, #so-funktionierts-title{
  z-index: 110;
  position: relative;
}

#header-img-place{
  position: fixed;
  top: 0;
  z-index: 0;
}

#logo{
  position: absolute;
  left: 7%;
  top: 50%;
  max-width: 300px;
  width: 35%;
  opacity: 0;
  transition: all 1s;
}

#logo img{
    width: 100%;
}

#ueber-mich-inner{
  max-width: 1200px;
  margin: 0 auto;
}

#ueber-mich-img{
    width: 30%;
    float: left;
    position: relative;
}

#ueber-mich-img.mobil{
  display: none;
}

#ueber-mich-img img{
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
    position: absolute;
    bottom: 0;
}

#ueber-mich-text-wrapper{
    display: inline-block;
    width: calc( 70% - 100px );
    max-width: 900px;
    float: left;
    padding: 0 50px;
    line-height: 2;
}

#ueber-mich-title{
    margin-top: 50px;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.list img{
    width: 20px;
}

.ueber-mich-list{
    float: left;
    margin-top: -3px;
    max-width: calc(100% - 30px);
}

#ueber-mich-text-title{
    color: #2BBBDD;
    font-weight: 500;
    font-size: 22px;
    margin: 10px 0 10px 0;
}

#ueber-mich-viel-spass{
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

#ueber-mich .nummer{
  text-decoration: none;
}








#angebote{
    background-color: #ECECEC;
    padding-bottom: 50px;
    z-index: 111;
}

#angebote-title{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 500;
    font-size: 45px;
    font-family: Yellowtail;
}

#angebote-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}


.angebot-col{
  float: left;
  width: 548px;
  margin: 0 25px;
  margin-bottom: 100px;
}

.angebot-img img{
    width: 100%;
    transition: all 0.5s;
}

.angebot-img img:hover{
  transform: scale(1.1);
}

.angebot-img{
    margin-bottom: 10px;
    overflow: hidden;
}

.angebot-detail-wrapper{
    height: 130px;
    position: relative;
}

.angebot-name{
    font-weight: 500;
    font-size: 25px;
    float: left;
    width: 250px;
}

.angebot-beschreibung{
    width: 200px;
    float: left;
}

.angebot-preise{
    width: 200px;
    position: absolute; 
    bottom: 0;
}

.angebot-more{
    border: 1px solid #2BBBDD;
    color: #2BBBDD;
    text-align: center;
    padding: 5px 0; 
    margin-top: 10px;
    width: 98px;
    float: right;
    cursor: pointer;
    float: right;
    transition: all 0.3s;
}

.angebot-more:hover{
  color: #fff;
  background-color: #2BBBDD;
}

.angebot-paket{
  background-color: #323232;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.gross{
    font-weight: 500;
}

.klein{
    font-size: 12px;
}


#wertgutscheinde{
  border: 3px solid #2BBBDD;
  padding: 20px 50px;
  margin: 15px auto;
  max-width: 1000px;
  font-size: 24px;
}

#angebote-starttext{
  border: 3px solid #2BBBDD;
  padding: 10px 30px;
  margin: 30px auto;
  max-width: 1000px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.vorteile-row{
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
}

.vorteile-row img{
  width: 70px;
}

#details{
    background-color: #ECECEC;
    padding: 50px 20px;
}

#acc{
    max-width: 1200px;
    margin: 0 auto;
}

.acc-header{
    background-color: #fff;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
}

.acc-title{
  width: calc(100% - 30px);
}

.acc-header img{
    position: absolute;
    right: 20px;
    width: 18px;
    transform: rotate(90deg);
    transition: transform 0.5s;
    top: 20px;
}

#acc-inhalt{
    line-height: 1.8;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px;
    width: calc(100% - 20px) !important;
    display: none;
}




#shop{
    background-color: #fff;
    padding-bottom: 150px;
    overflow: hidden;
}

#shop-title{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 45px;
    font-family: Yellowtail;
}

#shop-inner{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 100px;
  opacity: 0;
  transition: all 1s;
}

#shop-img{
  float: left;
  width: calc(25% - 20px);
  text-align: right;
  margin-left: 20px;
}

#shop-img img{
  width: 100%;
  max-width: 250px;
}

#shop-text{
  float: left;
  width: calc(75% - 20px);
  padding-left: 20px;
}

#shop-text-titel{
  font-weight: 600;
  font-size: 25px;
}

.shop-button{
  padding: 10px 30px;
  background-color: #2BBBDD;
  color: #fff;
  font-size: 16px;
  border: 0;
  outline: none;
  margin-top: 20px;
  cursor: pointer;
  font-weight: 600;
}

#shop-text-img{
  display: none;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 110px;
}

.telefon-button{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.telefon-button img{
  width: 15px !important;
  margin-right: 7px;
  margin-bottom: 2px;
}



#so-funktionierts-title{
  background-color: #323232;
  color: #fff;
  position: absolute;
  top: -64px;
  left: 0px;
  padding: 30px 100px;
  font-size: 50px;
  font-weight: 500;
  font-family: Yellowtail;
  max-width: calc(100% - 200px);
}

#so-funktionierts{
  position: relative;
  padding: 150px 0;
}

#so-funktionierts-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.so-funktionierts-col{
  float: left;
  width: 150px;
  font-size: 20px;
  text-align: center; 
  font-weight: bold;
  color: #fff;
  transform: scale(0.6);
  opacity: 0;
  transition: all 1s;
}

.so-funktionierts-col img{
  width: 100%;
  margin-bottom: 20px;
}

.so-funktionierts-pfeil{
  float: left;
  width: 112px;
  text-align: center;
  margin-top: 60px;
}

.so-funktionierts-pfeil img{
  width: 30px;
}

.so-funktionierts-lang{
  position: relative;
  left: -50px;
}




#kontakt{
  background-color: #ECECEC;
  padding: 100px;
}

#kontakt-meldung{
  color: #3c763d;
  background-color: #dff0d8;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
}

#kontakt-inner{
  max-width: 1200px;
  margin: 0 auto;
}

#kontakt-title{
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 45px;
  font-family: Yellowtail;
}

#map{
  height: 500px;
  width: 100%;
  margin-bottom: 5px;
}

#maps_dummy_wrapper{
  width: 100%;
  height: 100%;
  background: url('/images/map_dummy.jpg');
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

#maps_dummy_inner{
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 100%;
  height: calc(100% - 200px);
  text-align: center;
  font-size: 30;
  padding-top: 200px;
}

#maps_dummy_wrapper:hover #maps_dummy_inner{
  opacity: 1;
}

#kontakt-left{
  float: left; 
  margin-right: 0px;
  width: 50%;
}

#kontakt-right{
  float: left; 
  width: calc( 50% - 50px);
  padding: 0 25px;
}

#kontakt-right>form>div{
  margin-bottom: 10px;
}

.gutschein-overlay input{
  background-color: #efefef;
  margin-bottom: 10px;
}

input, select{
  padding: 20px 30px;
  border: 0;
  width: calc(100% - 60px);
  outline: none;
  color: #323232;
  background-color: #fff;
}

select{
  width: 100%;
  padding: 19px 24px;
}

input::placeholder{
  opacity: 0.95;
}

button, .mm-button{
  text-decoration: none !important;
  padding: 20px 30px;
  background-color: #323232;
  color: #fff;
  font-size: 18px;
  border: 0;
  outline: none;
  margin-top: 20px;
  cursor: pointer;
}

#wunschtermin{
  width: calc( 50% - 60px ) !important;
  float: left;
  margin-right: 20px
}

#wunschtermin_zeit_platzhalter{
  float: left;
  width: 20px;
  text-align: center;
  font-size: 26px;
  padding-top: 7px;
}

#wunschtermin_zeit_stunde, #wunschtermin_zeit_minute{
  width: calc( 50% - 20px ) !important;
  float: left;
}


#footer{
  background-color: #323232;
  padding: 100px 10px 50px 10px;
  line-height: 2;
}

#footer-inner{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#footer-img{
  float: left;
  width: 30%;
}

#footer-img img{
  width: 250px;
}


#footer-left{
  float: left;
  width: calc( 40% - 100px );
  padding: 0 50px;
  color: #fff;
}

#footer-title{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

#footer a{
  color: #fff;
  text-decoration: none;
}

#footer-right{
  float: left;
  width: 30%;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
}



.overlay-wrapper{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  display: none;
}

.overlay{
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2);
  max-width: 500px;
  z-index: 99999;
  max-height: calc( 100% - 60px);
  top: 200px;
  left: calc( 50% - 250px );
  width: calc(100% - 80px);
  line-height: 2;
}

.overlay-close{
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: url(../images/close.png);
  cursor: pointer;
  z-index: 1103;
}


.overlay-title{
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #2BBBDD;
  margin-left: -15px; 
  margin-right: -15px; 
  line-height: initial;
  color: #2BBBDD;
}

.overlay-scroll{
  overflow: auto;
  padding: 35px;
  background-color: #fff;
}


.overlay-scroll .title{
  font-size: 16px;
}


#impressum, #datenschutz{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999999999;
    display: none;
}

#impressum>.impressum-inner, #datenschutz>.datenschutz-inner{
    background-color: #fff;
    width: calc(100% - 90px);
    margin: 20px auto;
    height: calc(100% - 90px);
    max-width: 600px;
    overflow: scroll;
}

#impressum-link, #datenschutz-link{
    text-decoration: underline !important;
    cursor: pointer;
}

.call2action{
  position: absolute;
  bottom: -200px;
  width: 350px;
  left: calc(50% - 175px);
  text-align: center;
  opacity: 0;
  transition: all 1s;
}

.call2action1, .call2action2{
  background-color: #2BBBDD;
  padding: 20px 0;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 1px -2px, rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 1px 5px 0px;
  display: block;
  text-decoration: none;
}

.call2action2{
  background-color: #fff;
  color: #2BBBDD;
}

.call2action2 .nummer{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.call2action2 img{
  width: 25px;
  margin-right: 10px;
}

.ueber-mich-left, .ueber-mich-right{
  float: left;
  width: 50%;
}

.ueber-mich-left>div, .ueber-mich-right>div{
  position: relative;
  left: 50px;
  opacity: 0;
  transition: all 1s;
}

.ueber-mich-zitat{
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.ueber-mich-zitat .text{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.ueber-mich-zitat .icon img{
  width: 50px;
}

.ueber-mich-zitat .icon.i1{
  position: absolute;
  bottom: -30px;
}

.ueber-mich-zitat .icon.i2{
  position: absolute;
  top: -30px;
  right: 0;
  transform: rotate(180deg);
}

.ueber-mich-zitat-background{
  background-color: rgba(43, 187, 221,0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  z-index: -1;
}

.partner{
  margin: 50px auto;
  padding: 0 15px;
}

.parnter-icons{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.parnter-icons>div{
  width: calc(100% / 7 - 20px);
  text-align: center;
  padding: 0 10px;
  transform: scale(0.8);
  opacity: 0;
  transition: all 1s;
}

.parnter-icons img{
  width: 100%;
  max-width: 120px;
}

.ueber-mich-title-1, .ueber-mich-title-2{
  font-weight: 600;
  text-align: center;
  font-size: 20px;
}

.ueber-mich-title-2{
  font-size: 16px;
}

.ueber-mich-trenner{
  margin: 10px 0;
}

.specials-inner{
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.specials{
  position: relative;
  background-color:rgba(43, 187, 221, 0.8);
  color: #fff;
}

.specials #shop-title{
  color: #fff !important;
}

.specials-row-outer{
  position: relative;
  padding: 20px 15px;
  /*display: flex;
  justify-content: center;*/
  position: relative;
  left: 100px;
  opacity: 0;
  transition: all 1s;
}

.specials-row{
  display: flex;
  align-items: center;
  font-size: 18px;
  padding-bottom: 30px;
}

.specials-icon{
  font-family: Yellowtail;
  height: 70px;
  width: 70px;
  background-color: #fff;
  color: #2BBBDD;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-right: 50px;
}

.gutschein-inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 15px;
  display: flex;
  position: relative;
  top: 100px;
  opacity: 0;
  transition: all 1s;
}

.gutschein{
  background-color:#2BBBDD;
  color: #fff;
  position: relative;
}

.gutschein-left{
  width: 40%;
}

.gutschein-left img{
  width: 80%;
}

.gutschein-right{
  width: 60%;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.gutschein-button{
  background-color: #fff;
  color: #2BBBDD;
  padding: 12px;
  font-weight: 600;
  width: 140px;
  margin-top: 10px;
  text-align: center;
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 1px -2px, rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 1px 5px 0px;
}

.vortile{
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.vorteile-inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  z-index: 1;
  position: relative;
}

.vorteile-left{
  width: 60%;
  font-family: Yellowtail;
  font-size: 80px;
  text-align: center;
  position: relative;
  left: -100px;
  opacity: 0;
  transition: all 1s;
}

.vorteile-right{
  width: 40%;
  position: relative;
  right: -100px;
  opacity: 0;
  transition: all 1s;
}

.vorteile-right-row{
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.vorteile-right-row-left{
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2BBBDD;
  border-radius: 100px;
}

.vorteile-right-row-left img{
  width: 60%;
}

.vorteile-right-row-right{
  padding-left: 30px;
  font-weight: 600;
  font-size: 18px;
}

.vorteile-background{
  background-image: url(/images/logo-grau.png);
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 100%;
  height: 120%;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: bottom;
}

#bewertungen-wrapper ::-webkit-scrollbar {
  -webkit-appearance: none;
}

#bewertungen-wrapper ::-webkit-scrollbar:vertical {
    width: 10px;
}

#bewertungen-wrapper ::-webkit-scrollbar:horizontal {
    height: 10px;
}

#bewertungen-wrapper ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
}

#bewertungen-wrapper ::-webkit-scrollbar-track {
    border-radius: 10px;
}

#bewertungen-wrapper{
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  scroll-behavior: smooth;
}

#bewertungen{
  overflow: auto hidden;
/*  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-scroll-snap-type: x mandatory;
  -webkit-scroll-snap-points-x: repeat(100%);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;*/
}

#bewertungen-scroller{
  display: flex;
}

.bewertung-col-wrapper{
  /*scroll-snap-align: start;
  -webkit-scroll-snap-coordinate: 0% 0%;*/
  padding: 20px;  
  display: flex;
}

.bewertung-col{
  background-color: #fff;
  color: #262629;
  min-width: 300px;
  padding: 30px;
}

.bewertung-name-icon img{
  width: 100px;
}

.bewertung-name{
  font-weight: 700;
  font-size: 16px;
  color: #2BBBDD;
  padding-bottom: 3px;
}

.bewertung-alter{
  font-size: 12px;
}

.bewertung-sterne-wrapper{
  display: flex;
  justify-content: center;
  margin-top: 10px;
  overflow: hidden;
  max-height: 25px;
  margin-bottom: 20px;
}

.bewertung-sterne{
  display: flex;
  overflow: hidden;
}

.bewertung-sterne img{
  width: 25px;
  margin-right: 3px;
}

#bewertungen-pagewrapper>.bewertung-sterne-wrapper img{
  width: 25px;
  margin-right: 3px;
  filter: brightness(10);
}

.bewertugnen-schalter{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.bewertugnen-schalter.left{
  padding: 20px;
}

.bewertugnen-schalter.right{
  padding: 20px;
}

.bewertugnen-schalter img{
  filter: brightness(1000);
}

#bewertungen-title{
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 10px 0;
  font-family: Yellowtail;
}

#bewertungen-pagewrapper{
  background-color: #2BBBDD;
  padding: 50px 15px;
  color: #fff;
  position: relative;
}

.bewertungen-button{
  background-color: #fff;
  padding: 15px 40px;
  color: #262629;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.special-prozent-zeichen{
  font-family: Yellowtail;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1000px;
  opacity: 0.1;
  z-index: 1;
  line-height: 0.5;
}

@media(max-width:1200px){/*lg*/
  #angebote-wrapper{
    max-width: 800px;
  }

  .angebot-col{
    width: 350px;
  }



  #so-funktionierts-inner {
    max-width: 675px;
  }

  .so-funktionierts-col{
    margin-bottom: 50px;
  }


  #bewertungen-left{
    float: none;
    width: auto;
    margin-right: 0;
  }

  #bewertungen-right{
    float: right;
    max-width: 360px;
    width: 100%;
  }

  #wertgutscheinde{
    margin: 15px;
    max-width: none;
  }

  #angebote-starttext{
    margin: 15px;
    max-width: none;
  }

  #bewertungen-inner{
    display: initial;
  }
  

}

@media(max-width:1000px){/*sm*/
  .vorteile-left{
    width: 100%;
    font-size: 60px;
  }

  .vorteile-right{
    width: 100%;
    margin-top: 30px;
    padding: 0 50px;
  }

  .vorteile-background{
    background-image: url(/images/logo-grau.png);
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}

@media(max-width:800px){/*sm*/
  #angebote-wrapper{
    max-width: 350px;
    left: 0;
  }

  #ueber-mich-text-wrapper{
    max-width: 100%;
    width: auto;
    padding: 0 20px;
  }


  .angebot-col{
    width: 350px;
    margin: 0;
    margin-bottom: 50px;
  }

  #ueber-mich-img:not(.mobil){
    display: none;
  }

  #ueber-mich-text-wrapper{
    float: none;
  }

  #ueber-mich-img.mobil{
    display: block;
    position: relative;
    float: none;
    width: 100%;
    max-width: 300px;
  }

  #ueber-mich-img.mobil img{
    position: relative;
  }

  #ueber-mich-title {
    margin-top: 20px;
    font-size: 25px;
  }

  #so-funktionierts-title {
    padding: 30px 50px;
    max-width: calc(100% - 100px);
  }


  #shop-img{
    display: none;
  }

  #shop{
    padding-left: 15px;
    padding-right: 15px;
  }

  #shop-text{
    float: none;
    width: 100%;
    padding: 0;
  }

  #shop-text-img{
    display: inline-block;
    float: left;
  }



  #bewertungen-inner {
    padding: 50px 10px 0 10px;
  }

  .bewertung-row{
    height: 90px;
  }

  .bewertung-row.r2{
    height: 110px; 
  }

  .bewertung-row.r3{
    height: 130px;
  }

  .bewertung-row.r4{
    height: 150px;
  }


  #kontakt{
    padding: 15px;
  }

  #kontakt-title{
    margin-top: 50px;
  }

  #kontakt-left{
    float: none; 
    width: 100%;
    margin-bottom: 50px;
  }

  #kontakt-right{
    float: none; 
    width: auto;
  }



  #footer{
    padding: 50px 10px;
  }

  #footer-img{
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  #footer-img img{
    width: 250px;
  }


  #footer-left{
    float: none;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
  }

  #footer-right{
    float: none;
    width: 250px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    margin-bottom: 50px;
  }

  #angebote-title{
    font-size: 35px;
  }

  #kontakt-title{
    font-size: 35px;
    margin: 30px 0;
  }

  #wertgutscheinde{
    font-size: 18px !important;
    padding: 20px 10px;
  }

  #angebote-starttext{
    font-size: 18px !important;
    padding: 20px 10px;
  }

  #bewertungen-inner{
    padding: 0px 10px 0 10px;
  }

  .ueber-mich-zitat .text {
    font-size: 18px;
  }

}


@media(max-width:689px){/*xs*/

  #so-funktionierts-inner {
    max-width: 150px;
  }

  .so-funktionierts-col{
    margin-bottom: 20px;
    float: none;
  }

  .so-funktionierts-pfeil{
    float: none;
    width: 150px;
    text-align: center;
    margin-top: 0px;
    transform: rotate(90deg);
    margin-bottom: 20px;
  }

  #so-funktionierts {
    padding: 100px 0 50px 0;
  }

  .vorteile-row{
    font-size: 18px;
  }

  .vorteile-row img{
    width: 50px;
  }

  .bewertung-col{
    background-color: #fff;
    color: #262629;
    min-width: 200px;
    padding: 15px;
  }

  .bewertung-col-wrapper{
    scroll-snap-align: start;
    -webkit-scroll-snap-coordinate: 0% 0%;
    padding: 15px;
  }


  .bewertugnen-schalter{
    display: none;
  }

#bewertungen-wrapper ::-webkit-scrollbar:vertical {
  width: 6px;
}

#bewertungen-wrapper ::-webkit-scrollbar:horizontal {
  height: 6px;
}

}

@media(max-width:600px){/*xs*/
  #so-funktionierts-title {
    padding: 20px 50px;
    max-width: calc(100% - 100px);
    font-size: 35px;
    top: -44px;
  }

  .bewertungen-title{
		font-size: 24px;
        }

  .acc-header{
    font-size: 14px;
  }

  .overlay{
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2);
    z-index: 99999;
    max-height: calc( 100% - 60px);
    top: 200px;
    left: 15px;
    width: calc(100% - 30px);
    line-height: 2;
  }

  .ueber-mich-left, .ueber-mich-right{
    float: none;
    width: auto;
  }

  .ueber-mich-zitat .text {
    padding: 25px 30px;
    font-size: 14px;
  }

  .partner{
    margin: 40px auto;
  }
  
  .parnter-icons>div{
    width: calc(100% / 4 - 20px);
    padding: 0 10px;
  }
  
  .parnter-icons img{
    width: 100%;
    max-width: 120px;
  }



  .vorteile-left {
    font-size: 40px;
  }

  .vorteile-right {
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
    
  }
  
  .vorteile-right-row-left{
    width: 40px;
    height: 40px;
  }
    
  .vorteile-right-row-right{
    width: calc(100% - 70px);
    font-size: 16px;
  }

  .specials-icon {
    height: 60px;
    width: 60px;
    font-size: 24px;
    margin-right: 30px;
  }

  .specials-text{
    width: calc(100% - 90px);
    font-size: 16px;
  }

  #shop-title {
    padding-top: 30px;
    padding-bottom: 20px;
  }

}


@media(max-width:520px){/*xs*/

  .bewertung-row{
    height: 110px;
  }

  .bewertung-row.r2{
    height: 150px; 
  }

  .bewertung-row.r3{
    height: 170px;
  }

  .bewertung-row.r4{
    height: 200px;
  }

  
  .call2action{
    bottom: 20px;
    width: 280px;
    left: calc(50% - 140px);
  }

  .call2action1, .call2action2{
    font-weight: 600;
    font-size: 14px;
  }

  .ueber-mich-title-1, .ueber-mich-title-2{
    font-weight: 600;
    text-align: center;
    font-size: 18px;
  }
  
  .ueber-mich-title-2{
    font-size: 14px;
  }

  .ueber-mich-trenner{
    margin-bottom: 0;
  }

  .ueber-mich-zitat .icon img{
    width: 40px;
  }

  .ueber-mich-zitat .icon.i1{
    bottom: -25px;
  }

  .ueber-mich-zitat .icon.i2{
    top: -25px;
  }

  #bewertungen-title{
    font-size: 30px;
  }


}


@media(max-width:450px){/*xs*/

  .bewertung-row{
    height: 110px;
  }

  .bewertung-row.r2{
    height: 170px; 
  }

  .bewertung-row.r3{
    height: 210px;
  }

  .bewertung-row.r4{
    height: 260px;
  }

}

@media(max-width:400px){/*xs*/
  #shop-text-img{
    float: none;
    display: block;
  }
}



@media(max-width:369px){/*xs*/

  #ueber-mich-title {
    font-size: 20px;
  }

  #angebote-wrapper{
    width: 340px;
  }

  .angebot-col{
    width: 340px;
  }

  .angebot-name{
    width: 240px;
  }

  .bewertung-row.r4{
    height: 300px;
  }


}

@media(max-width:359px){/*xs*/

  #angebote-wrapper{
    width: 300px;
  }

  .angebot-col{
    width: 300px;
  }

  .angebot-name{
    width: 200px;
  }

  .angebot-beschreibung{
      width: 200px;
  }

  .angebot-preise{
      width: 200px;
  }

  .angebot-more{
      width: 98px;
  }

}


@media(min-width:992px){/*md*/

}

@media(min-width:799px){/*sm*/

}

@media(min-width:500px){/*sm*/

}

input, select, textarea{
  -webkit-appearance: none;
}
