/*
Theme Name: variamorepager
Theme URI: https://ivaria.art
Author: Kevin Sulzmann
Author URI: https://ivaria.art
Description: Morepager by ivaria.art. Works perfekt with the Gutenberg or Block Editor in Wordpress. You can also use other WYSIWYG Editors to create your website. 
Tags: Theme for the Gutenberg / Block Editor in WP.
Requires at least: 1.0
Tested up to: 8.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://ivaria.art
Text Domain: For more information, visit my website: ivaria.art
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*Inline-Elemente */
html{
  scroll-behavior: smooth !important;
}
body{
  margin: 0px;
}
.content-22{
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
h1 { /*Headline Hero Section*/
  font-size: 86px;
  line-height: 1.2;
  font-weight: 400;
  color: #032C24;
  padding: 0.1em 0em 0.2em 0em;
  margin: 0;
}
h2 { /*Headlines*/
  font-size: 80px;
  line-height: 1.2;
  font-weight: 400;
  color: #032C24;
  padding: 0.1em 0em 0.2em 0em;
  margin: 0;
}
h3 {  /*Subheadline Hero Section*/
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  color: #AD9A60;
  padding: 0.2em 0em 0.2em 0em;
  margin: 0;
}
h4 { /*Subheadlines*/
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  color: #032C24;
  padding: 0.5em 0em 0.1em 0em;
  margin: 0;
}
h5 { /*Subheadlines Aufzählung*/
  font-size: 80px;
  line-height: 1;
  color: #F7F7F7;
  padding: 0.2em 0em 0.1em 0em;
  margin: 0;
}
h6 { /*Subheadlines Aufzählung*/
  font-size: 60px;
  line-height: 1;
  color: #AD9A60;
  padding: 0.1em 0em 0.1em 0em;
  margin: 0;
}
p{
  font-size: 30px;
  line-height: 1.5;
  padding: 0;
  font-family: var(--wp--preset--font-family--nunito);
  margin: 0;
}

/*a-Link und Buttons */
a{
  text-decoration: none;
  color: #032C24;
}
a:hover{
  transition: all .5s;
  color: #5E626E;
  text-decoration: none;
}
a:visited{
  text-decoration: none;			
}
.maxi-button-bottom-right{
right: 50px !important;
bottom: 60px !important;
}
.wp-block-buttons>.wp-block-button{
  margin: 25px 0px 25px 0px;
}
.wp-block-button{
  font-family: var(--wp--preset--font-family--lora);
  font-size: 25px;
  text-transform: none;
}
.button-contact:hover{
  background-color: #d1d1d1;
	  -webkit-transition: background-color 2s ease;
  -moz-transition: background-color 2s ease;
  -o-transition: background-color 2s ease;
  transition: background-color 2s ease;
}
.wp-block-button a.wp-block-button__link {
    transition: all .5s;
}
.wp-block-button a.wp-block-button__link:hover {
  transition: all .5s;
	transform: scale(1.08);
	box-shadow: 0 2px 2px rgb(0,0,0,.15);
	background-color: #5E626E;
	color: #ffffff;
}
.wp-block-button a.wp-block-button__link:hover::after {
    transform: translate(0, 0)
}
/*Elemente*/

/*Header Navigation*/
.headercontainer{
  height: 173px;
  width: 100%;
}
.toplist{
  padding: 20px 0px;

}
.contact_toplist{
  font-size: 20px;
}
.top-nav{
  width: 43%;
}

.navilist{
  font-size: 20px;
  font-family: var(--wp--preset--font-family--Nunito);
}
/*Hero Section*/
.hero-background{
  height: auto;
  width: 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: 0% 49%;
  background-attachment: fixed;
  background-image: url("https://luxurybeautybygamze.de/wp-content/uploads/2025/02/Hero_Background_4.jpg");
}
.hero-contents{
  padding: 349px 228px 350px 34%;
  background-image: url("https://luxurybeautybygamze.de/wp-content/uploads/2025/02/Farbstrich_Logo-02.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto; 
  background-position: 39% 43%;
}
p.headline{
  font-size: 30px;
  line-height: 1.2;
  color: #032C24;
}

/*Container*/
.intro{
  padding: 140px 0px 170px 0px;
  margin: 0 auto;
}
.intro-text{
  width: 90%;
  margin: 0 auto;

}
.services-pic-left{
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: baseline;
  align-content: space-between;
  padding: 100px 0px;
}
.service-background-1{
  width: 733px;
  height: 873px;
  background-image: url("https://luxurybeautybygamze.de/wp-content/uploads/2025/02/Hautbild.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto; 
  border-radius: 0px 30px 30px 0px;
}
.service-lists-1{
  width: 50%;
  padding: 0px 5% 0px 0%;
}
.service-background-2{
  width: 733px;
  height: 873px;
  background-image: url("https://luxurybeautybygamze.de/wp-content/uploads/2025/02/Augenbrauen.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto; 
  border-radius: 30px 0px 0px 30px;
}
.service-lists-2{
  width: 50%;
  padding: 0px 0% 0px 5%;
}
.service-background-3{
  width: 733px;
  height: 873px;
  background-image: url("https://luxurybeautybygamze.de/wp-content/uploads/2025/02/Permanent.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto; 
  border-radius: 0px 30px 30px 0px;
}
.shop-container{
  padding: 120px 0px 170px 0px;
}
.shop-view{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 40px 0px 140px 0px;
}

.shop-container{
  display: flex;
  flex-direction:column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0px 50px;
}
.picture-product{
  border-radius: 30px; 
}

.learning-container{
  padding: 120px 0px 72px 0px;
}

/*Slider Container*/
.evaluation{
  display: flex;
  justify-content: left;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
  align-content: flex-start;
  background-color: #728A66;
  width: auto;
  height: auto;
  border-radius: 50px;
  padding: 50px;
  margin: 50px 50px;
  -webkit-box-shadow: 1px 1px 26px 9px rgba(0,0,0,0.12); 
box-shadow: 1px 1px 26px 9px rgba(0,0,0,0.12);
}
.eva-within{
  flex-direction:column;
}
p.tests{
  font-size: 50px;
    color: #F7F7F7;
    padding: 0px;
    line-height: 1.3;
}
p.opinion{
  font-size: 20px;
  color: #F7F7F7;
}
.bild-kunde{
  align-items: start;
  border-radius: 100px;
}
/*Slider Container*/
.service-lists-3{
  width: 50%;
  padding: 0px 5% 0px 0pc;
}
.about{
  padding: 72px 0px 72px 0px;
}
.wp-image-77{
  width: 733px;
  height: 873px;
  border-radius: 50px;
}
.termin{
  height: auto;
  width: 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: 0% 49%;
  background-attachment: fixed;
  background-image: url("https://luxurybeautybygamze.de/wp-content/uploads/2025/02/Background_CTA_dark.jpg");
  margin: 72px 0px;
}
.meeting-within{
  padding: 269px 0px 256px 0px;
}
/*Slider Container*/

p.within{
  color: #F7F7F7;
  width: 80%;
  margin: 0 auto;
}
h2.white{
  color: #F7F7F7;
}
.contact-pic-left{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  align-content: space-between;
  padding: 100px 0px;
}
.contact-background-1{
  width: 733px;
  height: 873px;
  background-image: url("https://luxurybeautybygamze.de/wp-content/uploads/2025/02/Studio.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto; 
  border-radius: 0px 30px 30px 0px;
}
.contact-lists-1{
  width: 54%;
  padding: 0px 0% 0px 178px;
}
.contactdates{
  margin: 72px 0px;
}
.terminbuchen{
  height: auto;
  width: 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: 0% 49%;
  background-attachment: fixed;
  background-image: url("https://luxurybeautybygamze.de/wp-content/uploads/2025/02/Background_CTA_dark.jpg");
  margin: 72px 0px;
}
.buchungwithin{
  padding: 120px 0px 72px 0px;
}
/*Footer Elemente*/
.footer-container{
  width: 100%;
  height: auto;
  background-color: #032C24;
  color: #F7F7F7;
}
.footer-within{
  padding: 53px 0px 163px 0px;
  font-size: 20px;
}
.sm-links{
  padding: 0px 7%;
}
.text-footer{
  font-size: 20px;
}
.social-icons-footer{
  padding: 0px 0px 53px 0px;
}
.spacing-footer{
  padding: 0px 7%;
}


 /*MediaQuerie  4k Monitor*/
 @media screen and (min-width: 2500px) and (max-width: 4000px) {
  h1 { /*Headline Hero Section*/
    font-size: 200px;
    padding: 0.1em 0em 0.2em 0em;
    margin: 0;
  }
  h2 { /*Headlines*/
    font-size: 150px;
    padding: 0.1em 0em 0.2em 0em;
    margin: 0;
  }
  h3 {  /*Subheadline Hero Section*/
    font-size: 150px;
    padding: 0.2em 0em 0.2em 0em;
    margin: 0;
  }
  h4 { /*Subheadlines*/
    font-size: 120px; 
    padding: 0.5em 0em 0.1em 0em;
    margin: 0;
  }
  h5 { /*Subheadlines Aufzählung*/
    font-size: 80px;
    line-height: 1;
    color: #F7F7F7;
    padding: 0.2em 0em 0.1em 0em;
    margin: 0;
  }
  h6 { /*Subheadlines Aufzählung*/
    font-size: 60px;
    line-height: 1;
    color: #AD9A60;
    padding: 0.1em 0em 0.1em 0em;
    margin: 0;
  }
  p{
    font-size: 90px;
  }
  a{
    font-size: 40px;
  }
  .smallp{
  font-size: 50px;
  }
  p.headline {
  font-size: 90px;
  }
  p.tests{
    font-size: 100px;
  }
  p.opinion{
    font-size: 40px;
  }
  .text-footer {
    font-size: 40px;
}
.wp-block-site-logo img{
  width: 700px;
}
  .hero-background{
    background-position: 0% 49%;
  }
  .hero-contents {
    padding: 302px 98px 530px 35%;
    background-size: 18%;
    background-position: 40% 25%;
}
.headercontainer{
  height: auto;
}
.intro {
  padding: 170px 0px 213px 0px;
}
.services-pic-left {
  padding: 170px 0px;
}
.wp-block-button{
  font-size: 90px;
}
.evaluation{
  padding: 120px;
  margin: 100px 60px;
  hyphens: auto;
}
.service-background-1{
    width: 1300px;
    height: 1400px;
    background-size: cover;
  }
.service-background-2 {
  width: 1300px;
  height: 1400px;
  background-size: cover;
}
.service-background-3 {
  width: 1300px;
    height: 1400px;
    background-size: cover;
}
.shop-container {
  padding: 0px 120px;
}
.picture-product {
  width: 321px;
}
.learning-container {
  padding: 170px 0px 213px 0px;
}
.about {
  padding: 170px 0px 213px 0px;
}
.service-lists-3 {
  width: 100%;
  padding: 0px 20% 0px 0px;
}
.picture-product {
  width: 1000px;
}
.wp-image-77{
  width: 1300px;
  height: 1500px;
}
p.within{
  width: 100%;
}
.contact-background-1{
  width: 1300px;
  height: 1400px;
  background-size: cover;
}
.contact-lists-1 {
  width: 50%;
  padding: 0px 2% 0px 6%;
}
.spacing-footer {
  padding: 0px 2%;
}
.break{
  hyphens: auto;
}
.wp-image-127{
  width: 700px;
}
 }

 /*MediaQuerie  Laptop*/
 @media screen and (min-width: 1112px) and (max-width: 1740px) {

  h1 { /*Headline Hero Section*/
    font-size: 60px;
    padding: 0.1em 0em 0.2em 0em;
    margin: 0;
  }
  h2 { /*Headlines*/
    font-size: 56px;
    padding: 0.1em 0em 0.2em 0em;
    margin: 0;
  }
  h3 {  /*Subheadline Hero Section*/
    font-size: 50px;
    padding: 0.2em 0em 0.2em 0em;
    margin: 0;
  }
  h4 { /*Subheadlines*/
    font-size: 30px; 
    padding: 0.5em 0em 0.1em 0em;
    margin: 0;
  }
  h5 { /*Subheadlines Aufzählung*/
    font-size: 80px;
    line-height: 1;
    color: #F7F7F7;
    padding: 0.2em 0em 0.1em 0em;
    margin: 0;
  }
  h6 { /*Subheadlines Aufzählung*/
    font-size: 60px;
    line-height: 1;
    color: #AD9A60;
    padding: 0.1em 0em 0.1em 0em;
    margin: 0;
  }
  p{
    font-size: 22px;
  }
  a{
    font-size: 22px;
  }
  .smallp{
  font-size: 10px;
  }
  p.headline {
  font-size: 37px;
  }
  .text-footer {
    font-size: 16px;
}
  .hero-background{
    background-position: 0% 49%;
  }
  .hero-contents {
    padding: 160px 98px 230px 35%;
    background-size: 18%;
    background-position: 40% 25%;
}
.intro {
  padding: 70px 0px 113px 0px;
}
.services-pic-left {
  padding: 70px 0px;
}
.evaluation{
  padding: 50px;
  margin: 25px 25px;
  hyphens: auto;
}
.service-background-1{
    width: 555px;
    height: 673px;
  }
.service-background-2 {
    width: 555px;
    height: 673px;
}
.service-background-3 {
  width: 555px;
  height: 673px;
}
.shop-container {
  padding: 0px 20px;
}
.picture-product {
  width: 321px;
}
.learning-container {
  padding: 70px 0px 113px 0px;
}
.about {
  padding: 70px 0px 113px 0px;
}
.service-lists-3 {
  width: 100%;
  padding: 0px 2% 0px 0px;
}
.wp-image-77{
  width: 100%;
}
p.within{
  width: 100%;
}
.contact-background-1{
  width: 555px;
  height: 673px;
}
.contact-lists-1 {
  width: 50%;
  padding: 0px 2% 0px 6%;
}
.spacing-footer {
  padding: 0px 2%;
}
.break{
  hyphens: auto;
}
 }

 /*MediaQuerie Tablet upright*/
 @media screen and (min-width: 445px) and (max-width: 833px) {
  
  h1 { /*Headline Hero Section*/
    font-size: 50px;
    padding: 0.1em 0em 0.2em 0em;
    margin: 0;
  }
  h2 { /*Headlines*/
    font-size: 46px;
    padding: 0.1em 0em 0.2em 0em;
    margin: 0;
  }
  h3 {  /*Subheadline Hero Section*/
    font-size: 40px;
    padding: 0.2em 0em 0.2em 0em;
    margin: 0;
  }
  h4 { /*Subheadlines*/
    font-size: 40px; 
    padding: 0.5em 0em 0.1em 0em;
    margin: 0;
  }
  h5 { /*Subheadlines Aufzählung*/
    font-size: 70px;
    padding: 0.2em 0em 0.1em 0em;
    margin: 0;
  }
  h6 { /*Subheadlines Aufzählung*/
    font-size: 50px;
    padding: 0.1em 0em 0.1em 0em;
    margin: 0;
  }
  p{
    font-size: 22px;
  }
  a{
    font-size: 22px;
  }
  .smallp{
  font-size: 10px;
  }
  p.headline {
  font-size: 37px;
  }
  .text-footer {
    font-size: 22px;
}
.has-text-align-center{
  text-align: left;
}
.top-nav{
  width: 24%;
}
.headercontainer{
  height: auto;
}
.hero-contents{
  background-size: cover;
  padding: 105px 0px 378px 0px;
}
  .hero-background{
    background-position: 15% 60%;
    background-image: url("https://luxurybeautybygamze.de/wp-content/uploads/2025/03/Hero_Background_mobile.jpg");
    }
  .hero-contents {
    padding: 40px 0px 500px 0px;
    background-size: 22%;
    background-position: 0% 31%;
}
.intro {
  padding: 70px 0px 113px 0px;
}
.intro-text{
  width: 100%;
}
.up-mobile{
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      align-items: center;
}
.service-background-1{
    width: 90%;
    height: 400px;
    border-radius: 30px;
  }
  .service-lists-1{
    width: 100%;
    padding: 0px 5%;
  }
.service-background-2 {
  width: 90%;
  height: 400px;
  border-radius: 30px;
  order: 1;
}
.service-lists-2{
  width: 100%;
  padding: 0px 5%;
  order: 2;
}
.service-background-3 {
  width: 90%;
  height: 400px;
  border-radius: 30px;
}
.shop-container {
  padding: 0px;
}
.shop-view{
  display: flex;
  flex-direction: column;
  padding: 40px 0px 140px 0px;
}
.picture-product {
  width: 440px;
}
.learning-container {
  padding: 70px 0px 113px 0px;
}
.about {
  padding: 70px 0px 113px 0px;
}
.service-lists-3 {
  width: 100%;
  padding: 0px 2% 0px 0px;
}
.services-pic-left {
  padding: 70px 0px;
}
.wp-image-77{
  width: 100%;
}
p.within{
  width: 100%;
}
.contact-background-1{
  width: 90%;
  height: 400px;
  border-radius: 30px;
}
.contact-lists-1 {
  width: 100%;
  padding: 0px 5%;
}
.spacing-footer {
  padding: 0px 2%;
}
.break{
  hyphens: auto;
}
.wp-container-core-group-is-layout-69{
    flex-wrap: wrap;
    justify-content: left;
}

 }
  /*MediaQuerie Tablet landscape*/
 @media screen and (min-width: 834px) and (max-width: 1111px) {

  h1 { /*Headline Hero Section*/
    font-size: 50px;
    padding: 0.1em 0em 0.2em 0em;
    margin: 0;
  }
  h2 { /*Headlines*/
    font-size: 46px;
    padding: 0.1em 0em 0.2em 0em;
    margin: 0;
  }
  h3 {  /*Subheadline Hero Section*/
    font-size: 40px;
    padding: 0.2em 0em 0.2em 0em;
    margin: 0;
  }
  h4 { /*Subheadlines*/
    font-size: 30px; 
    padding: 0.5em 0em 0.1em 0em;
    margin: 0;
  }
  h5 { /*Subheadlines Aufzählung*/
    font-size: 70px;
    line-height: 1;
    color: #F7F7F7;
    padding: 0.2em 0em 0.1em 0em;
    margin: 0;
  }
  h6 { /*Subheadlines Aufzählung*/
    font-size: 400px;
    line-height: 1;
    color: #AD9A60;
    padding: 0.1em 0em 0.1em 0em;
    margin: 0;
  }
  p{
    font-size: 22px;
  }
  a{
    font-size: 16px;
  }
  .smallp{
  font-size: 10px;
  }
  p.headline {
    font-size: 20px;
  }
  .text-footer {
    font-size: 14px;
}
  .hero-background{
    background-position: 0% 49%;
  }
  .hero-contents {
    padding: 135px 1px 230px 34%;
    background-size: 13%;
    background-position: 41% 29%;
}
.intro {
  padding: 70px 0px 90px 0px;
}
.services-pic-left {
  padding: 70px 0px;
}
.service-background-1{
    width: 400px;
    height: 650px;
    background-position: 72% 7%;
  }
.service-background-2 {
  width: 400px;
  height: 650px;
  background-position: 60% 50%;
}
.service-background-3 {
  width: 400px;
  height: 650px;
  background-position: 72% 7%;
}
.service-lists-2{
  width: 60%;
  padding: 0px 5%;
}
.shop-container {
  padding: 0px 20px;
}
.shop-view{
  display: flex;
  flex-direction: row;
  padding: 70px 0px 90px 0px;
}
.picture-product {
  width: 291px;
}
.learning-container {
  padding: 70px 0px 90px 0px;
}
.about {
  padding: 70px 0px 90px 0px;
}
.evaluation{
  padding: 50px;
  margin: 25px 25px;
}
.service-lists-3 {
  width: 100%;
  padding: 0px 2% 0px 0px;
}
.meeting-within{
  padding: 190px 0px 210px 0px;
}
.wp-image-77{
  width: 100%;
}
p.within{
  width: 85%;
}
p.tests{
  font-size: 30px;
}
p.opinion{
  font-size: 16px;;
}
.contact-background-1{
  width: 555px;
  height: 673px;
}
.contact-lists-1 {
  width: 50%;
  padding: 0px 2% 0px 6%;
}
.spacing-footer {
  padding: 0px 1%;
}
.break{
  hyphens: auto;
}

}
  /*MediaQuerie Mobile*/
 @media screen and (min-width: 300px) and (max-width: 444px){

  h1 { /*Headline Hero Section*/
    font-size: 33px;
    padding: 0.1em 0em 0.2em 0em;
    margin: 0;
  }
  h2 { /*Headlines*/
    font-size: 30px;
    padding: 0.1em 0em 0.2em 0em;
    margin: 0;
  }
  h3 {  /*Subheadline Hero Section*/
    font-size: 30px;
    padding: 0.2em 0em 0.2em 0em;
    margin: 0;
  }
  h4 { /*Subheadlines*/
    font-size: 25px; 
    padding: 0.5em 0em 0.1em 0em;
    margin: 0;
  }
  h5 { /*Subheadlines Aufzählung*/
    font-size: 25px;
    padding: 0.2em 0em 0.1em 0em;
    margin: 0;
  }
  h6 { /*Subheadlines Aufzählung*/
    font-size: 25px;
    padding: 0.1em 0em 0.1em 0em;
    margin: 0;
  }
  p{
    font-size: 16px;
  }
  a{
    font-size: 16px;
  }
  .smallp{
  font-size: 10px;
  }
  p.headline {
  font-size: 25px;
  }
  .text-footer {
    font-size: 16px;
}
.has-text-align-center{
  text-align: left;
}
.top-nav{
  width: 24%;
}
.headercontainer{
  height: auto;
}
  .hero-background{
      height: auto;
      width: 100%;
      padding: 0px 0px 30px 0px;
      background-image: url("https://luxurybeautybygamze.de/wp-content/uploads/2025/05/Mobile_Background_Gamze_3.jpg");
      background-position: 10% -43px;
      background-size: cover;
  }
  .hero-contents {
    padding: 44px 0px 316px 0px;
    background-size: 28%;
    background-position: 0% 4%;    
}
.intro {
  padding: 70px 0px 40px 0px;
}
.intro-text{
  width: 100%;
}
.up-mobile{
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      align-items: center;
}
.service-background-1{
    width: 90%;
    height: 400px;
    border-radius: 30px;
    background-size: cover;
  }
  .service-lists-1{
    width: 100%;
    padding: 0px 5%;
  }
.service-background-2 {
  width: 90%;
  height: 400px;
  border-radius: 30px;
  order: 1;
  background-size: cover;
}
.service-lists-2{
  width: 100%;
  padding: 0px 5%;
  order: 2;
}
.service-background-3 {
  width: 90%;
  height: 400px;
  border-radius: 30px;
  background-size: cover;
}
.shop-container {
  padding: 0px;
}
.shop-view{
  display: flex;
  flex-direction: column;
  padding: 40px 0px 140px 0px;
}
.picture-product {
  width: 250px;
}
.learning-container {
  padding: 70px 0px 40px 0px;
}
.about {
  padding: 70px 0px 40px 0px;
}
.service-lists-3 {
  width: 100%;
  padding: 0px 2% 0px 0px;
}
.services-pic-left {
  padding: 40px 0px 70px 0px;
}
.wp-image-77{
  width: 100%;
}
.meeting-within{
  padding: 190px 0px 210px 0px;
}
p.within{
  width: 100%;
}
.contactdates{
  margin: 0px 0px;
}
.evaluation{
  padding: 25px;
  hyphens: auto; 
  margin: 20px 20px;
}
p.tests{
  font-size: 30px;
}
p.opinion{
  font-size: 16px;
}
.wp-block-buttons>.wp-block-button{
  margin: 15px 0px 15px 0px;
}
.wp-block-button{
  font-size: 20px;
}
.contact-background-1{
  width: 90%;
  height: 400px;
  border-radius: 30px;
}
.contact-lists-1 {
  width: 100%;
  padding: 0px 5%;
}
.spacing-footer {
  padding: 0px 2%;
}
.break{
  hyphens: auto;
}
.footer-within{
  padding: 70px 0px 113px 0px;
}
.mobile-footer-justify{
    flex-wrap: wrap;
    justify-content: left;
}
#Kontakt{
  scroll-margin-top: -300px;
}

 }
  /*MediaQuerie Apple-Background-Att.*/
 @supports(-webkit-touch-callout: none) {
  .hero-background{
    background-position: 0% -260px;
    background-attachment: scroll;
  }
  .termin{
    background-attachment: scroll;
  }
  .terminbuchen{
    background-attachment: scroll;
  }
 }
