*{
    box-sizing:border-box;
}
/**Breakpoint: 576px+ */
@media (min-width:36em){}

/**Breakpoint: 768px+ */
@media (min-width:48em){}

/**Breakpoint: 992px+ destop*/
@media (min-width:62em){}

/**Breakpoint: 1200px+ */
@media (min-width:75em){}

/**Breakpoint: 1400px+ */
@media (min-width:87.5em){}


html{
    font-size: 1em;
    min-height: 100%;
}
html {
    scroll-behavior: smooth;
}





body{
    font-family: "Montserrat", sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: #f9f7f1;
}
::selection {
    color:#014153;
    background-color: #ED6A4E;
}
   
.container{
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 62em){
    .container{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.wrapper {
	max-width: 1250px;
	padding: 0 25px;
	margin: 0 auto;
}

.column {
	float: left;
	margin: 25px 0 25px 5%;
}

.column:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 1300px) {
	.slider {
		width: 100%;
		height: 0;
		padding-bottom: 60%;
		/*
		padding-bottom: 100%;
		background: red;
		*/
	}
}


input.form__input[type="text"],
input.form__input[type="email"],
input.form__input[type="password"],
textarea.form__input {
    -webkit-appearance: none;
    appearance: none;
}

.form__input {
    margin: 0;
    font-family: inherit;
    font-size: 1rem;
    padding: 1rem;
    background-color: white;
    border: 0.125rem solid rgb(200, 200, 200);
    border-radius: 0.5rem;
    width: 20rem;
    resize: none;
    width: 100%;
}

.form__input:focus {
    border: 0.125rem solid rgb(150, 150, 150);
    outline: none;
}

.form__input--textarea {
    height: 6rem;
}

.form__input-container {
    padding-bottom: 0.5rem;
    text-align: center;
}


@media only screen and (max-width: 950px) {
	.col_1_2,
	.col_1_3,
	.col_2_3,
	.col_1_4,
	.col_3_4,
	.no-gutter .col_1_2,
	.no-gutter .col_1_3,
	.no-gutter .col_2_3,
	.no-gutter .col_1_4,
	.no-gutter .col_3_4 {
		width: 100%;
	}
	.column {
		margin-left: 0;
	}
    .news .column .footer .wrapper .column {
		max-width: 75rem;
		margin: 25px auto 50px;
		float: none;
	}
}

section {
	padding: 75px 0;
}

.dark {
	background: rgba(70, 151, 168, 1);
}

.light {
	background: rgba(70, 151, 168, 1);
	padding: 0;	
	margin: 75px auto;
}

.light .column {
	/* margin: 0; */
}


.no-gutter .column {
	margin: 0;
	padding: 60px;
}

.no-gutter .col_1_2 {
	width: 50%;
}

.no-gutter .col_1_3 {
	width: 33.33%;
}

.no-gutter .col_2_3 {
	width: 66.66%;
}

.no-gutter .col_1_4 {
	width: 25%;
}

.no-gutter .col_3_4 {
	width: 75%;
}

/* Spalten */

.col_1 {
	width: 100%;
}

.col_1_2 {
	width: 47.5%;
}

.col_1_3 {
	width: 30%;
}

.col_2_3 {
	width: 65%;
}

.col_1_4 {
	width: 21.25%;
}

.col_3_4 {
	width: 73.75%;
}

.width-800 {
	max-width: 800px;
}

.button{
    -webkit-appearance: none;
    appearance: none;
    display:inline-block;
    font-size: 1rem;
    color: white;
    padding: 1rem 2rem;
  margin:1rem;
    border-radius: 9999999px;
    border:none;
    background-color: #ED6A4E;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);

}
.button:hover{
    text-decoration: underline;
    background-color: #9c4532;
       color:#014153;
}

.button-assistenzgespräch{
    display:inline-block;
        -webkit-appearance: none;
        appearance: none;
     
        font-size: 1rem;
        color: white;
        padding: 0.75rem 2rem;
       
margin-left: auto;
margin-right: auto;
        border-radius: 9999999px;
        border:none;
        background-color: #ED6A4E;
        font-weight: bold;
        text-decoration: none;
        box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.button-assistenzgespräch:hover{
    text-decoration: underline;
    color:#014153;
    background-color: #9c4532;
}

    .button-erlernen{
        display:inline-block;
            -webkit-appearance: none;
            appearance: none;
         
            font-size: 1rem;
      color: white;
            padding: 0.75rem 2rem;
           
    margin-left: auto;
    margin-right: auto;
            border-radius: 9999999px;
            border:none;
            background-color: #ED6A4E;
            font-weight: bold;
            text-decoration: none;
            box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
    }
    .button-erlernen:hover{
        text-decoration: underline;
        color:#014153;
           background-color: #9c4532;
    }

.button--primary{
    background-color: #014153;
    margin: 2rem 0rem 2rem 0rem;
}
.button--primary:hover{
    background-color: #0f7f9e;
}

.button--transparent{
    backdrop-filter: blur(0.5rem);
    background-color: transparent;
    border:0.125rem solid white;

}
.button--transparent:hover{
    background-color: rgba(255, 255, 255, 0.25);
}
.text-primary{
    color: #9c4532;
}
/*<div class="desktop-only"></div>*/
/*<span class="desktop-only"></span*/
.desktop-only{
    display: none;
}
@media (min-width: 62em) {
    .desktop-only{
        display: initial;
    }
}

/*
*/
.header {
    padding-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 75%;
    background-image: url("../images/header/header-desktop.jpg");
}
@media (max-width: 62em){
.header {
    padding-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 50%;
    background-image: url("../images/header/header-desktop.jpg");
}
}

@media (min-width: 62em) {
    .header {
        background-image: url("../images/header/header-desktop.jpg");
        background-position: 50% 75%;
    }
}
@media (min-width: 62em) {
.button--mobile {
  color:#014153;
  }
}
.button--blue{
    color:#014153;
}

/*Astrologie*/
@media (min-width: 62em){
    .header--astrologie{  
    background-image: url("../images/Astrologie/Astro_header_pexel.jpg");
    background-position: 50% 100%; 
}
}  
.header--astrologie{  
    background-image: url("../images/Astrologie/Astro_header_mobile.jpg");
    background-position: 50% 100%; 
}
.header--astrobild_2{
    padding-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 75%;
    background-image: url("../images/header/header-background-0.5x.jpg");
}

@media (min-width: 62em) {
    .header--astrobild_2{
        background-image: url("../images/header/header-background.jpg");
        background-position: 50% 75%;
    }
}


/*astrocontainer*/

/*font-size: 1.5rem;
min-height:100%;
margin:0px;
padding:0;
background-color: rgb(100,100,100);
/*Breite:150px, Höhe 650px*/
/*Verhältnis Breite:Höhe ist 1:5*/
/*in degree:11.31deg */


@media (max-width: 48em) {
    .astro__bild {
        flex: 1 1 auto;
        min-height: 300px;
        margin:1rem;
}
    .astro-container {
        display: flex;
        flex-direction: column !important;
}

  .card-a, .card-b {
    flex: 1 0 auto; /* Passt die Kartenbreite an */
    width: 100%;
}
    .card-container {
        padding: 0rem 2rem ;
        text-align: center;
}
}
.cards{
    background-color:#ddd7c9;
    margin:0;
    padding:0;
}


.astro-container {
    width: 100%;
  max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding:0;
}

.container__astro--guide{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  padding: 1rem 0rem;

  margin:0rem;
  border-top: 0.05rem solid #014153;
  border-bottom: 0.05rem solid #014153;

}
@media (max-width: 36em){
    .container__astro--guide{
  
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    
    
      margin:0rem;
      border-top: 0.05rem solid #014153;
      border-bottom: 0.05rem solid #014153;
    
    }
}
.card-container{
    display:flex;
    flex-direction: column;
    flex: 0 1 250px;
}
.card-b{
    text-align: center;
    flex: 0 1 auto;
}
@media (max-width: 62em){
.card-a,
.card-b {
   
  text-align: center;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    background-color: #b6936d;
    
    overflow: hidden;
margin-right: auto;
margin-left: auto;
margin-top: 1rem;
}
}
.card-a,
.card-b {
   
  text-align: center;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    color: #014153;
    background-color: #b6936d;
    
    overflow: hidden;
margin-right: auto;
margin-left: auto;
margin-top: 1rem;
margin-bottom: 1rem;
}
@media (max-width: 62em){
.heading_parts{
  
    font-size: 2.0rem !important;
  
}
}
.heading_parts{
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 2.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #014153;
    padding: 0;
    text-align: center;
}
.card-a__heading{
    margin:0;
    font-size: 2rem;
    color: #014153;
    padding-top: 1rem;
    padding-bottom: 1rem;
  
}
.card-a__text{
    font-size: 1rem;
    font-weight: 500;
    margin:0;
    padding-bottom: 1rem;
}

   
.card-b__heading{
    margin: 0;
    color: #014153;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.button_card-offer{
    display: inline-block;
  color:white;
  padding: 0.50rem 1rem;
  text-transform: uppercase;
  border-radius: 999999px;
  background-color: #ED6A4E;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.button_card-offer:hover{
    text-decoration: underline;
    color:#014153;
     background-color: #9c4532;
}

@media (min-width: 62em){
.astro__bild {
    
    margin: 1rem;
    min-height: 400px;
    background-image: url("../images/Astrologie/118_astro_bmartin.jpg");
 
    background-repeat: no-repeat;
   background-position: center top;
    background-size: calc(100% + 10px) auto; /* Passt die Größe dynamisch an */
    border-radius: 5px;
    overflow: hidden; /* Begrenzung innerhalb des Containers */
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.astro__mobile__bild{
    display:none;
}
}

@media (max-width: 62em){
.astro__bild{
    display:none;
}
.astro_img{
    display:flex;
   padding-bottom: 1rem;
    margin:0;
}
.astro__mobile__bild{
    display:block;
    flex: 0 1 calc(100% - 4rem); /* 100% Breite minus 4rem für beide Seiten */
    flex-direction: row;
 margin:0 auto;
    min-height: 200px;
    background-image: url("../images/Astrologie/118_astro_bmartin.jpg");
    background-repeat: no-repeat;
   background-position: center top;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden; /* Begrenzung innerhalb des Containers */
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
    padding:0;
}
}





/*Abschnitt-astro-story*/
@media (max-width: 62em){
    .container__astro{
        flex-direction:column;
        padding:1rem;
    
      }
   
   
   .astro__text{
        word-wrap: break-word; /* Lange Wörter umbrechen */
            text-align: center;
        padding-left: 1rem;
        padding-right: 1rem;
    
     }
    .button__astro{
        margin-right: auto;
        margin-left: auto;
    }
  
}
 


.container__astro{
    display: flex;
    padding: 2rem 0rem;

    height: auto;
    box-shadow: 5px 5px 10px black;
    margin:0;
    background-color:#ddd7c9;
   
 
   
}
@media (max-width: 62em){
    .kuby-story{
        flex:0 1 50%;
        background-image:url("../images/adventures/adventures_1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0% 35%;
        min-height: 300px;
        margin: 1rem;
        border-radius: 1rem;
    }

}
@media (max-width: 62em){
    .astro__story{
        display:none;
    }
}
.astro__story{
    flex:0 1 50%;
    background-image:url("../images/adventures/adventures_gespiegelt.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 35%;
    min-height: 450px;
}
.astro__content{
    flex:0 1 35%;
padding:1rem;
  
}
.astro__content--guide{
    flex: 0 1 50%;
  padding-left: 2rem;
  padding-bottom: 0rem;
}
.astro__pr-text{
    display:block;
    font-size: 1.5rem;
    padding-top: 0rem;
   
}
@media(min-width: 36em){
.astro__pr-text {
    display: block;
    font-size: 1.5rem;
  
  }
}

.astro__content-heading{
   
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #014153;
  margin:0;
  padding:0;
  
}
  .astro__text{
    max-width: 100%;
  color:#014153;
  font-weight: 500;
   font-size: 1.0rem;
   line-height: 1.4rem;
   margin-bottom: 4rem;
  
}
@media (max-width: 62em){
  .astro__text{
    max-width: 100%;
  color:#014153;
  font-weight: 500;
   font-size: 1.0rem;
   line-height: 1.4rem;
   margin-bottom: 2rem;
   padding: 0rem;
  }
}
.button__astro{
    display: inline-block;
    color:#fdf6f3;
    padding: 0.75rem 2rem;
    margin-right: auto;
    border-radius: 9999999px;
    background-color: #ED6A4E;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.button__astro:hover{
    text-decoration: underline;
    color:#014153;
    background-color: #9c4532;
}
@media (max-width: 62em){
    .astrology-text{
        margin: 0;
      font-size: 1rem;
      color: #014153;
      font-weight: 500;
     margin-bottom: 1.5rem;
     padding-left: 0rem;
      line-height: 1.4em;
      text-align: center;
    }

}

@media (min-width: 62em){
    .astrology-text{
        margin: 0;
      font-size: 1rem;
      color: #014153;
      font-weight: 500;
     margin-bottom: 1.5rem;
     padding-left: 1.5rem;
      line-height: 1.4em;
    }

}
@media (max-width: 62em){
    .astrology-list {
        list-style-type: disc; /* Standard-Aufzählung */
        padding: 0 0 0 2rem; /* Abstand vom linken Rand */
        margin: 1rem 0; /* Abstände zur Liste */
        color:#014153;
        font-weight: 500;
    }}
    @media (max-width: 48em) {
  .astrology-list {
    list-style-type: none;
    padding-left: 0; /* optional, damit die Einrückung verschwindet */
 
    margin-left: 0;
  }
}


    @media (min-width: 62em){
        .astrology-list {
            list-style-type: disc; /* Standard-Aufzählung */
            padding: 0 0 0 2rem; /* Abstand vom linken Rand */
            margin: 1rem 0; /* Abstände zur Liste */
            color:#014153;
            font-weight: 500;
    }}



.astrology-list li {
    margin-bottom: 0.5rem; /* Abstand zwischen Listenelementen */
    line-height: 1.4rem; /* Erhöhte Lesbarkeit */
}
@media (min-width: 62em) {
    .fs_header_bild{
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 10%, transparent 90%, rgba(0, 0, 0, 0.5) 100%), url("../images/Fengshui/fs_header_bild_2.jpg");
      background-size: 100% 100%, 110% auto;
      background-position: center center, 100% 50%;
      background-attachment: local, fixed;
      background-repeat: no-repeat, no-repeat;
    }
  }
  @media (max-width: 62em) {
  .fs_header_bild_mobile{
  background-image: url("../images/Fengshui/fs_header_bild_2\ _mobile.jpg");
  background-position:50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;;
  padding-bottom: 5rem;
  padding-top: 4rem;
  }}

  /*fengshui*/
  .header__nav-link--fs {
    font-weight: bold;
    display: inline-block;
    color: #014153;
    padding: 1rem 1rem;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  }
  .button--white{
    color:white;
  }
  .paragraph_fengshui {
    margin: 0;
    font-size: 1rem;
    color: white;
    padding-bottom: 1.5rem;
    line-height: 1.4em;
    font-weight: 500;
  }
  .fengshui-list {
    list-style-type: disc;
    padding: 0 0 0 1rem;
    margin: 1rem 0;
    color: white;
    font-weight: 500;
  }
  @media (max-width: 62em){
  .paragraph_fengshui {
    margin: 0;
    font-size: 1rem;
    color: #014153;
    padding-bottom: 1.5rem;
    line-height: 1.4em;
    font-weight: 500;
  }
  .fengshui-list {
    list-style-type: none;
   
    padding: 0 0 0 1rem;
    margin: 1rem 0;
    color: #014153;
    font-weight: 500;
  }
}
@media (max-width: 62em){
.mobilecolor{
    color:white;
}

}



/*impulsgespräch*/

.kontakt_container{
    font-family: "Montserrat",sans-serif;
    font-size: 1.6rem;
    min-height:100%;
   
    padding:0;
   
    background-color:
    #ddd7c9;
/*Breite:150px, Höhe 650px*/
/*Verhältnis Breite:Höhe ist 1:5*/
/*in degree:11.31deg */
}
@media(min-width: 62em){ 
    .kontakt_container{
    background-image:
    linear-gradient(to bottom, rgba(164, 225, 227, 0) 0%, rgba(164, 225, 227, 0.3) 80%, rgba(164, 225, 227, 1) 100%),
    url("../images/Astrologie/_bmartin_astro.jpg");
    background-repeat: 
    no-repeat,
    no-repeat;
    background-size:
    cover,
     60% auto;
    background-position: 
    50% 50%,
     100% 30%;
}
}
@media (max-width: 62.5rem){
    .kontakt_container{
        background-color:  rgb(118, 172, 174);
        background-image: none;
        background-repeat: no-repeat;
        background-position: initial;
        background-size:initial;
    }
}
.page{
    display:flex;
    flex-direction: row;
    min-height: 100vh;

}
@media (max-width: 62.5rem){
    .page{
    flex-direction: column;
    
}
}

/*rechte spalte*/

.countdown-heading{
    font-style: italic;
    font-size: 1.5rem;    
    font-weight: normal;
    color:#014153;
    letter-spacing: 0.02em;
    margin-top: 2rem;
 

}
@media (max-width: 62.5em){
    .countdown-heading{
        text-align: center;
    }
}
.countdown-paragraph{
    margin:0;
}


/*linke Spalte*/
.main-content{
    flex: 0 0 40%;

    display:flex;
    flex-direction: column;


}

.logo_main{
  display: block;
    width: 5rem;
  
   
  
}
.main-offer{
    flex: 1 0 auto;
    align-self: center;
  margin: 4rem;

  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; 
}
@media (max-width: 62.5em){
    .main-offer{
        align-items: center;
    }
 }

.main-heading{
  
    font-style: italic;
    font-size: 2.8rem;    
    font-weight: normal;
    color:white;
    letter-spacing: 0.05em;
    margin-bottom: 4rem;
    margin-top: 6rem;
}

@media (max-width: 62.5em){
    .main-heading{
        text-align: center;
        margin-top: 4rem;
       font-size: 1.5rem;
       font-weight: normal;
    }
}   


.main-heading strong {
    text-transform: uppercase;

}
@media (max-width: 62.5em){
    .main_offer-contect{

    }
}

.main-offer-minuten{
    display: block;
    font-size: 2rem;
    margin: 0rem;
   
}
@media (max-width: 62.5em){
    .main-offer-minuten{
        display: block;
        font-size: 1.8rem;
        margin: 0rem;
    }
    }
.button_main-offer{
    display: inline-block;
    color: #014153;
    padding: 0.75rem 2rem;
    text-transform: uppercase;
    border-radius: 9999999px;
    background-color: #ED6A4E;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.button_main-offer:hover {
    text-decoration: underline;
    color: white;
     background-color: #9c4532;
}

.button_main-offer--blue{
    color:#014153;
}
@media (max-width: 75em){
    .button_main-offer{
        padding: 0.75rem 1rem; 
    }
}
@media (min-width: 62em){
    .countdown_foto{
        display:none;
    }
}
@media (max-width: 62em){
    .countdown_foto {
     
        display: block;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 4rem;
        width: 150px;
        border-radius: 80%
    }
}

/*neuer Abschnitt*/
.main_kontakt{
flex: 1 0 auto;
  align-self: center;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
@media (max-width: 62.5em){
   .main_kontakt{
flex: 1 0 auto;
  align-self: center;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

} 
}

.kontakt_text{

flex: 1 1 50%;
color: #014153;
display: flex;
flex-direction: column;
justify-content: center;
font-weight: normal;
padding:0rem;
}
.kontakt_p{
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-top:0rem;
    margin-right: 0;
    margin-bottom:2rem;
    margin-left: 0rem;
}
@media (max-width: 62em){
    .kontakt_p{
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-top:0rem;
        margin-right: 0;
        margin-bottom:2rem;
        margin-left: 0rem;
        text-align: center;
    }

}
.logo_kontakt{
    display: block;
  width: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 62em){
    .logo_kontakt{
        display: block;
      width: 5rem;
      margin-bottom: 2rem;
      margin-left: auto;
      margin-right: auto;
    }
}
@media (max-width: 62em) {
    .center-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .countdown_foto {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 62em) {
    .kontakt_text {
        text-align: center;
    }
}









/*Fengshui*/

.header--fengshui{
    background-image: url("../images/Fengshui/header__fs__bild.jpg");
    padding-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media(max-width: 62em){
    .header--fengshui{
        background-image: url("../images/Fengshui/header__fs__bild_mobile.jpg");
        padding-bottom: 2rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
     
    }

}

.heading__as-text{
        color: #014153;
}

.header::after{
    content: "";
    display: block;
   width: 7.5rem;
    height: 0.25rem;
    background-color:#ED6A4E;
    margin-left: auto;
    margin-right: auto; 
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.50);
}




.story{
    background-image: url("../images/story/background-mobile.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 5rem;
    padding-top: 4rem;

}


       
       /* background-image: url("../images/
       /background-desktop.jpg");
        /*wird 10% breiter(reingezoomt,( 5%rechts und links abgeschnitten also horionzontal) angezeigt als unser story,
        background-size: 110% auto;
        /*linksbündig, das Bild wird 10%von rechts abgeschnitten
        background-position: 0% 50%;*/
        /*100% rechtsbündig und wird links abgeschnitten
        background-position: 100% 50%;
        /*weiteres Beispiel 100% horizontal 50% vertikal (oben) 100% 0% oben bündig unten abgeschnitten,
        100% 100% unten bündig*/

    
/*neuer Abschnitt*/

 @media (max-width:62em){
        .fengshui__inner{
         text-align: center;
        }
        .fengshui__paragraph{
            font-size: 1.5rem;
            color: white;
            padding-left: 1rem;
            padding-right: 1rem;
        
           }
           .fengshui__paragraph{
          
            color: white;
        
           }
           .heading--top-box::before {
            content: "";
            display: block;
            height: 0.25rem;
            width: 7.5rem;
            background-color: #ED6A4E;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 2rem;
        }
        }

.fengshui-willkommen{
    background-image: url(../images/Fengshui/fs_header.jpg);
   
        background-position: 70% 30%;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 5rem;
        padding-top: 4rem;
     }

@media(min-width: 62em){
.fengshui-willkommen{
    background-image: 
          linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 10%, transparent 90%, rgba(0, 0, 0, 0.5) 100%), 
          url("../images/Fengshui/135_F_S_bmartin.jpg");
          background-size: 100% 100%, 115% auto;
          background-position: center center, 100% 0%;
          background-attachment: local, fixed;
          background-repeat: no-repeat, no-repeat;
          padding-bottom: 5rem;
            padding-top: 4rem;
        }
    .fengshui__paragraph{
        padding-right: 50%;
        display:flex;
    
        flex-direction: column;
        align-items: center;
        color: #014153;
        padding-left: 0;
    }
    .button--fs__buchen{
       margin-left:9rem;
       text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);

    }

    .fengshui__pr-text{
        display: block;
        font-size: 1.5rem;
    }
    
        .text__shui{
            padding-left: 2rem;
        }
    }
    .button__fs_übermich{
   
    appearance: none;
    display: inline-block;
    font-size: 1.2rem;
    color: #014153;
    padding: 0.75rem 2rem;
    margin: 0rem;
    
    border-radius: 9999999px;
    border: none;
    background-color: #ED6A4E;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
    text-transform:uppercase;
    }
    .button__fs_übermich:hover{
        color:white;
        text-decoration: underline;
        background-color: #9c4532;
    }

.fengshui__paragraph{
            margin: 0;
            font-size: 1.5rem;
            padding-bottom: 2rem;
            line-height: 1.4em;
          font-weight: 500;
        }
      
.button--fengshui{
   
    margin:2rem 1rem 2rem 0rem;
}


    

@media(min-width: 62em){ 
    .kontakt_container--fs_bild{
    background-image:
    linear-gradient(to bottom, rgba(164, 225, 227, 0) 0%, rgba(164, 225, 227, 0.3) 80%, rgba(164, 225, 227, 1) 100%),
    url("../images/Fengshui/117_feng_shui.jpg");
    background-repeat: 
    no-repeat,
    no-repeat;
    background-size:
    cover,
     60% auto;
    background-position: 
    50% 50%,
     100% 30%;
    }
}
 
  /*slider*/

@media (max-width: 62em){
 

        .slider img{width: 31.25rem;
            height: 25rem;
        }
            
        
        .slider{
            width: 31.25rem;
            height: 25rem;
            margin-right: auto;
            margin-left: auto;   
        }
        .container-slider{
          margin:0px;
            padding:0px;
        } 
    }
    @media (min-width: 62em){
        .slider img {  width: 68.75rem;
        height: 40.3125rem;
        }
        .slider{
            width: 68.75rem;
            height: 40.3125rem;
        }
    }

.slider{
    display: flex;
	position: relative;
    flex-direction: column;
}

.slider img {
  
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
   
    
}

#slide1 {
	animation: fade 9s infinite;
}

#slide2 {
	animation: fade 9s 3s infinite;
}

#slide3 {
	animation: fade 9s 6s infinite;
}

@keyframes fade {
	0% {
		opacity: 0
	}
	11.111% {
		opacity: 1
	}
	33.333% {
		opacity: 1
	}
	44.444% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}

@keyframes fade1 {
	0% {
		opacity: 0
	}
	33.333% {
		opacity: 1
	}
	66.666% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.slider-kasten {
    flex-direction: column;
	background: rgb(1,65,83);
background: linear-gradient(0deg, rgba(1,65,83,1) 0%, rgba(185,237,210,0.28753508239233194) 100%);
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), 5px 5px 10px #5eb5cd;
	padding: 1rem;
	max-width:500px;
    float:right;
	margin-top: -101.4px;
    position: relative;
}

.slider-kasten h2,
.slider-kasten h3 {
	color: #fff;
}
.oben-ohne{
    margin:0px;
}

@media (max-width: 36em) {
    #images {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .lighbox {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .lighbox a {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 20px; /* Abstände zwischen den Links */
    }

    #images img {
        margin: 0 auto;
    }
}
@media (min-width: 62rem) {
    #images img {
        max-width: 23rem !important; /* Priorität erhöhen */
        height: auto !important;     /* Seitenverhältnis beibehalten */
    }
}


#images img {
    border-radius: 3px;
    border: 2px solid #5eb5cd;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), 5px 5px 10px #5eb5cd;
    max-width: 15rem;
    height: 12.5rem;
}

.lighbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.button--slider{
   margin: 0 0 0 8rem;
 
}
.fs_heading{
    font-size: 1.5rem;
    text-transform: uppercase;
  letter-spacing: 0.05em;
 
  margin: 0;
  padding: 0;
}
@media (max-width: 62rem){
    .fs_heading{
        font-size: 1.5rem;
        text-transform: uppercase;
      letter-spacing: 0.05em;
     
      margin: 0rem 2rem;
      padding: 0;
    }
}
.fs_heading_pr{
    display: block;
    font-size: 1rem;

  letter-spacing: 0.05em;
 
  margin: 0;
  padding: 0;

}
.fs_text{
    font-size: 1rem;
    font-weight: normal;

}
@media (max-width: 62rem){
    .fs_text{
        font-size: 1rem;
        font-weight: normal;
        margin-left:2rem;
    
    }

}

.container-affe{
    background-color: #5eb5cd;
    height: 500px;
}

/*Kuby*/
/* =================== DESKTOP =================== */
  .header__nav-link--white{
  font-weight: bold;
  display: inline-block;
  color: white;
  padding: 1rem 1rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
 .kuby__header__sub-heading {
    padding-bottom: 7.5rem;
    color: white;
    margin: 0rem 2rem 0rem 0rem;
    padding-top: 0.5rem;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  }
@media (min-width: 62rem) {
  .header_kuby_bild {
    background-image: url("../images/kubymehode/Beate&Clemens-BW-4809.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90vh;
    position: relative;
    padding-bottom: 2rem;
  }


  .header__textblock {
    display: none;
    background-color: #f9f7f1;
    padding: 2rem 1.5rem;
    text-align: center;
    border-bottom: 1px solid #d8d2c8;
    margin-bottom: 1rem;
  }

  .kuby__header__heading {
    font-size: 3rem;
    color: white;
    margin: 0;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    padding-top: 2rem;
  }

  .kuby__heading__as-text {
    color: #c6f0ec;
  }
}

@media (min-width: 36em) {
  .kuby__header__sub-heading {
    font-size: 1.25rem;
  }

}
/* =================== MOBILE =================== */
@media (max-width: 62rem) {
  .header_kuby_bild {
    background: none;
    padding: 0;
    margin: 0;
    min-height: 0;
  }
    .header__nav-link--kuby{
  font-weight: bold;
  display: inline-block;
  color: #014153;
  padding: 1rem 1rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
.kuby__handy__absatz{
    Display:none;

}


  .kuby__header_titel {
    display: none;
  }

  .header__textblock {
    background-color: #f9f7f1;
    padding: 0rem 1rem 1rem 1rem;;
    text-align: center;
    border-bottom: 1px solid #d8d2c8;
    margin-bottom: 1rem;
  }
.kuby__header__button-container{
  display: flex;
  justify-content: center;
}
.header__button-container {
  text-align: center;
}
.kuby__content-heading{
    margin-top: 0rem;
  margin-bottom: 1rem;
  margin-left: 0;
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #014153;
  text-align: center;
}
.kuby__text {
  max-width: 100%;
  font-size: 1.0rem;
  line-height: 1.4rem;
  font-weight: 500;
  margin: 5px;
  color: #014153;
  text-align: center;
}

}
  .header__inline-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0rem auto 0rem auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .kuby__handy__header__heading {
    font-size: 1.75rem;
    line-height: 2.2rem;
    font-weight: bold;
    color: #014153;
    text-shadow: none;
    margin-bottom: 1rem;
  }



  .guide__header__sub-heading {
  font-size: 1rem;
  color: white;
  margin-bottom: 2rem;
}

/* ========== Button + Menü allgemein ========== */
.header__button-container {
  text-align: center;
}

.button--transparent {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #ED6A4E;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 9999px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  text-align: center;
}


.header__nav-link--fs:hover {
  text-decoration: underline;
}


/*nutzen*/
.fengshui_beratung{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.mein-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; 
  }
  

.nutzen_guide{
  
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      padding: 1rem 2rem;
    
      margin:0rem;
      border-top: 0.05rem solid #014153;
      border-bottom: 0.05rem solid #014153;
    
    }
    @media (max-width: 62em){
   .nutzen_guide{
      
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: center;
        align-content: center;
        padding:0rem;
          margin:0rem;
          border-top: 0.05rem solid #014153;
          border-bottom: 0.05rem solid #014153;
        
        }
    }
.fuer-wohlstand{
    background-image: url("../images/Fengshui/nutzen_bild_4.jpg");
    flex: 0 1 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 50%;
}

.content {
    margin-top: 20px;
   
}

.feng-shui {
    background-color: white;
    padding: 1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
    margin-bottom: 2rem;
}
.fs_header__pr-text {
  display: block;
  font-size: 1.5rem;
  color: #014153;
  font-weight: bold;
  margin-bottom: 1rem;
}
.fs_header__pr-text{
    display:block;
    font-size: 1.5rem;
   
}
.fs_header__subtext {
  font-weight: 500;
  color: #014153;
  font-size: 1.2rem;
  display: block;
  margin-top: 0.2rem;
}

.abstand-nutzen{
    margin-bottom: 2rem;
}

.feng-shui h2 {
  font-size: 1.6rem;
  color: #014153;
  margin-bottom: 1rem;
}
.feng-shui p {
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 1.2rem;
  color: #014153;
}
.feng-shui p {
  color: #014153 !important;
}

.nutzen-button{
    display: inline-block;
  color: #014153;
  padding: 0.75rem 2rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 9999999px;
  background-color: #ED6A4E;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
 
}
.nutzen-button:hover{
    text-decoration: underline;
    color:white;
     background-color: #9c4532;
}
@media (max-width: 36em) {
  .feng-shui p {
    font-size: 1em;
    margin-bottom: 2rem;
  }
   .infis_button,
   .nutzen-button {
    width: 100%;
    text-align: center;
  }
  .nutzen-button{
      margin-top: 2rem;
  margin-bottom: 2rem;

  }}

.infis_button-container {
  text-align: center;
  margin: 1.5rem 0;
}


.infis_button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1rem;
  color: #014153;
  background-color: #f9f7f1;
  text-decoration: none;
  border: 2px solid #b85c38;
  border-radius: 8px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.infis_button:hover {
  color: whitesmoke;
  background-color: #b85c38;
}

/* Responsive Einstellungen */
@media (max-width: 62em) {
   
.fs_header{
    margin: 0 2rem;
    font-size: 2.0rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #014153;
    padding: 0;
    text-align: center;
}

    .feng-shui {
      
        padding: =rem;
        text-align: center;
    }

    .feng-shui h2 {
        font-size: 1.6rem;
    }

    .feng-shui p .feng-shui li {
        font-size: 1rem;
        

    }
}




.container--kuby{
    display: flex;
  flex-wrap: wrap;
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 0px black;
    padding-top:1rem;
    padding-bottom: 1rem;
    justify-content: center;
}
.kuby__caption {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #014153;
margin-top: 1rem;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.titel{
    font-size: 17px;
    letter-spacing: 0.05em;
}

@media (max-width: 62rem){
.handy {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #014153;
margin-top: 1rem;
  margin-bottom: rem;
  letter-spacing: 0.05em;
}
.titel{
    font-size: 17px;
    letter-spacing: 0.05em;
}       

}
@media (max-width: 62rem) {
  .kuby__story {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
  }

  .kuby__img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 15px;
  }
}
@media (min-width: 62rem){
.kuby__img {
  width: 32rem;
  height: 31rem; /* z. B. oder 24rem – einfach ausprobieren */
  object-fit: cover;
  border-radius: 25px;
  display: block;
  padding: 1rem;
}}

.kuby__content {
  flex: 1 1 100%;
  padding: 1rem;
}

@media (min-width: 62rem) {
  .kuby__content {
    flex: 0 1 50%;
    padding: 0rem;
  }
}

.kuby__pr-text{
    display:block;
    font-size: 1.5rem;
   
}
.kuby__content-heading{
    margin-top: 0rem;
  margin-bottom: 1rem;
  margin-left: 0;
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #014153;
  
}
  .kuby__text{
    max-width: 100%;
   font-size: 1.0rem;
   line-height: 1.4rem;
   font-weight: 500;
   margin-top: 1rem; 
   margin-bottom: 1rem;;
    color: #014153
}
.kuby__absatz{
    margin-bottom: 1rem;
}
@media (min-width: 62rem){
.button__kuby{
    display: inline-block;
    color: white;
    padding: 0.75rem 2rem;
    margin-right: auto;
    border-radius: 9999999px;
    background-color: #ED6A4E;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
    text-align: center;
}

.button__kuby:hover{
      text-decoration: underline;
    background-color: #9c4532;
     color:#014153;
}
}

/*neuer Abschnitt*/

.kuby-main {
   text-align: center;
    padding-top: 30px;

}
.container--pr_text{
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 62rem){
.container--main::after{
    content:"";
    display:block;
    height: 0.25rem;
    width: 12rem;
    background-color: #ED6A4E;
 
    margin-right: auto;
  margin-left: auto;

}
}

.kuby-main h1{ 
    margin: 0rem;

  margin-left: 0;
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ED6A4E;
}
@media (min-width: 62rem){
    .kuby-main h1{ 
        margin: 2rem 0 0 0rem;
    
      margin-left: 0;
      font-size: 2.25rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #ED6A4E;
    }
    .kuby-main p{
              margin-bottom: 5rem;
    }
        }
@media (max-width: 62rem){
    .kuby-main p{
        margin-bottom: 0rem;
    }
    .kuby-main h1{ 
        margin: 0rem 0rem 0rem 0rem;
}
}

.kuby-main p{
   font-size: 1.0rem;
   line-height: 1.4rem;
   font-weight: 700;
  max-width: 100%;
 color:white
}
@media (max-width: 62rem){
.kuby-main p{
    padding:0rem 1.5rem 0rem 2rem;
    font-size: 1.0rem;
    line-height: 1.4rem;
    font-weight: 700;
   max-width: 100%;
  color:white
 }}

.kuby-main--bild{
background-image:

                url("../images/kubymehode/pexels-gantas-vaiciulenas-4300115.jpg"), 
                linear-gradient(90deg, #5eb5cd, #014153);
                   
background-repeat: 
no-repeat;
background-size: 
cover;
background-position:
50% 50%;
background-blend-mode: 
multiply,
normal;
width: 100%; /* oder die gewünschte Breite */
 height: 450px; 
 padding-top: 0px;
}

@media (min-width: 62em){
.kuby-main--bild{
   
    background-image: 
                        url("../images/kubymehode/pexels-gantas-vaiciulenas-4300115.jpg"), 
                        linear-gradient(90deg, #5eb5cd, #014153);
    background-repeat: 
    no-repeat,
    no-repeat;
    background-size: 
    cover,
    cover;
    background-position: 
    0% 60%,
   center;
    background-attachment: 
    
    fixed,
    local;
    background-blend-mode: 
    multiply,
    normal;
   
    width: 100%; /* oder die gewünschte Breite */
     height: 500px; 
     padding-top: 1rem;
}
.container--main::after{
    content:"";
    display:block;
    height: 0.25rem;
    width: 12rem;
    background-color: #ED6A4E;
    margin-top: 2rem;
    margin-right: auto;
  margin-left: auto;

}
}

.oben_ohne{
    padding:0rem;
    margin:0rem;
}
/*neuer Abschnitt*/
.section{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding:0px;
}

.box{
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    background:rgb(252,242,232,.5);
}

@media (min-width: 62em){
.box{
padding: 20px;
box-sizing: border-box;
background:rgb(252,242,232,.5);
}
}
.container--box{
  padding:0px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.assistenzbild{
    height: auto;
    width: 300px;
    margin: 20px 40px 20px 40px;
    border-radius: 15px;
  }
.bild{
    border-radius: 15px;
    height:auto;
 width: 300px;
    margin: 20px 20px 20px 20px;

}
.news_text{
  
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
      color:#014153;
    }
.news_text p{
    margin:20px auto;
}
@media (max-width: 62em){
.news_text{
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
      color:#014153;}
}

.news_text--kuby{
    font-weight: normal;
}
/*neuer Abschnitt grundlage*/


    .header-grundlage-bild {
      background-image: url("../images/kubymehode/bild20.jpg");
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  height:500px;
 
    }
    @media (max-width: 768px) {
        .header-grundlage-bild {
            background-image: url("../images/kubymehode/bild20_mobile.jpg");
            background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
        
          height: 600px; /* Kleinere Höhe auf mobilen Geräten */
        }
      }
      @media (max-width: 62em){
    .container--grundlage {
    max-width: 75rem;
    padding: 2rem;
    margin:0;
    font-size: 1em;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}}
@media (min-width: 62em){
    .container--grundlage {
        max-width: 75rem;
        padding: 2rem;
        margin: 20px auto;
        font-size: 1em;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        text-align: left;
    }
}
.grundlage_farbe{
    color:#ED6A4E;
}
@media (min-width: 62em){
    .grundlage_kuby{
        padding: 2rem 20rem 2rem 20rem;
        margin:0;
          color:#014153;
    }
}
@media (max-width: 62em){
.grundlage_kuby{
    padding: 2rem;
    margin:0;
    color:#014153;
}}

.grundlage h1 {
    font-size: 1.5rem;
    text-align: center;
}
.grundlage p {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.4rem;
}

.call-to-action {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}
.button-kuby_text{
    color:#ED6A4E;
}
.button-kuby_text:hover {
    text-decoration: underline;
    color:#014153
}
.grundlage a{
    
    text-decoration: none;
}
.grundlage a:hover{
    color:#014153;
    text-decoration: underline;
}
/*neuer Abschnitt KUBY erlernen*/

      .header-kuby-erlernen{
        background-image: url("../images/kubymehode/kuby_erlernen.jpg");
        background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    height:600px;
   
      }
      @media (max-width: 768px) {
        .header-kuby-erlernen{
            height: 600px; /* Kleinere Höhe auf mobilen Geräten */
          }
        }

.container--erlernen_kuby {
    max-width: 800px;
    margin: 0px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color:#014153;
}
.learning h1 {
   
    text-align: center;
}
.learning p{
    font-size: 1rem;
    line-height: 1.4rem;

}
.learning ul {
    list-style-type: none;
    padding-left: 0;
}
.learning li {
    font-size: 16px;
    margin-bottom: 15px;
}

.learning a:hover{
    color:#014153;
    text-decoration: underline;
}
.call-to-aktion{
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}

/*neuer Abschnitt Begleitgespräch*/
.container--begleitgespräch {
    max-width: 800px;
    margin: 0px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.begleit-text p{
    font-size: 1.0rem;
    line-height: 1.4rem;
    margin: 0;
    padding: 0;
}

.begleit-text ul {
    padding-left: 20px;
}
.begleit-text ul li {
    margin-bottom: 10px;
}
.begleit-paragraph{
    margin-bottom: 2rem;
    color: #014153;
}

.begleit-text a {
    color: #ED6A4E;
    text-decoration: none;
}
.begleit-text a:hover {
    text-decoration: underline;
}
@media (min-width: 62em) {
    .picture_foto {
      display: block;
      height: auto;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 2rem;
      margin-top: 2rem;
      width: 150px;
      border-radius: 80px;
    }
  }

/*assistenzgespräch*/
.assistenz_container{
    font-family: "Montserrat",sans-serif;
    font-size: 1.6rem;
    min-height: 100%;
    padding: 0;
    background-color: #ddd7c9;

}
.assistenz {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center; /* Zentriert Inhalte horizontal */
    justify-content: center; /* Zentriert Inhalte vertikal */
}
.assistenz-content {
    flex: 0 0 auto; /* Nutzt nur die nötige Höhe */
    display: flex;
    flex-direction: column;
    align-items: center; /* Zentriert Inhalte horizontal */
    justify-content: center; /* Zentriert Inhalte vertikal */
    text-align: center;
    width: 100%; /* Optional: Anpassung für responsive Breite */
}
.assistenz-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 2rem 4rem; /* Standard für Desktop */
}

@media (max-width: 62em) {
  .assistenz-offer {
    margin: 2rem 2rem; /* Kleinerer Rand auf mobilen Geräten */
  }
}

.main-heading{
  
    font-style: italic;
    font-size: 2.8rem;    
    font-weight: normal;
    color:white;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    margin-top: 6rem;
}
.assistenz-heading{
    font-style: italic;
    font-size: 1.5em;    
    font-weight: normal;
    color:#014153;
    letter-spacing: 0.02em;
    margin-top: 2rem;
}
@media (min-width:62em){
    .assistenz_foto{
        display:none;
    }
}
@media (max-width: 62em){
.assistenz_foto {
    display: block;
    margin: 2rem auto; /* Zentriert das Bild */
    height: auto;
    width: 150px;
    border-radius: 100%;
}
}


.assistenz-button {
    display: inline-block;
    color: #fff;
    padding: 0.75rem 2rem;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #ED6A4E;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
    text-align: center;
    margin-top: 1rem; /* Abstand zum Bild */
}
.asstienz_h1{
    color:#014153;
    margin:0;
}
.logo_main-assistenz{
display: block;
  width: 5rem;
  margin-bottom: 2rem;
}





/*neuer Abschnitt*/
@media (min-width: 62em){
    .header::after{
    width: 12.5rem;
}
}
.header__logo-link{
        display:block;
        width: 5rem;
        margin-left: auto;
        margin-right: auto;
}
@media (min-width: 62em){
    .header__logo-link{
        margin-left: 0;
        margin-right: 0;
    }
}
.header__logo{
    width: 100%;
    filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
}




.header__nav-link{
    font-weight: bold;
    display: inline-block;
    color: #014153;
    text-decoration: none;
    padding: 1rem 1rem;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
.header__nav-li{
    display: inline-block;
    list-style-type: none;
}
.header__nav-li--desktop-only{
    display: none;
}
@media (min-width: 62em){
    .header__nav-li--desktop-only{
        display:inline-block;
    }

}

.header__nav{
    padding-top: 2rem;
    padding-bottom: 0.5rem;
}
.header__nav-ul{
    margin: 0px;
    padding: 0px;
    text-align: center;
    
}
@media (min-width: 62em){
    .header__nav{
        display:flex;
        flex-direction: row;
        justify-content: space-between;

    }
}
@media (min-width: 62em){
.header__heading{
   font-size: 3rem;
    color:white;
    margin: 0;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    padding-top: 5rem;
}
}


@media (max-width: 62em){
    .header__heading{
        font-size: 2rem;
        color:white;
        margin-left:2rem;
        text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
        padding-top: 5rem;

    }
}

.header__sub-heading {
  font-size: 1rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}


/* Immer weiß – auch auf Handy */
.header__sub-heading.header__sub-heading__white {
  color: white;
}


/* Optional: Ab Desktop (falls du hier z. B. andere Farbe willst) */
@media (min-width: 62em) {
  .header__sub-heading__white {
    font-size: 1rem;
    margin-bottom: 2rem;
    /* Farbe bleibt weiß oder wird angepasst */
    color: white;
  }
}

@media (min-width:36em){
    .header__sub-heading{
        font-size: 1.25rem;
    }
}
@media (min-width: 62em){
    .header__sub-heading{
       padding-bottom: 7.5rem; 
       margin:0;

    }
}
.header__button-container{
    display: flex;
    justify-content: center;
    padding-bottom: 3rem;
}
@media (min-width: 62em){
    .header__button-container{
        display:none;
    }
}
@media (max-width: 62em){
    .heading{
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 2.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color:#014153;
    padding:0;
}
.heading__pr-text--story {
    display: block;
    font-size: 1.5rem;
  
  }

}
@media (max-width: 62em){
.heading{
    
    margin-top: 0;
    margin-bottom: 2rem;
  
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color:#014153;
    padding:0;
    text-align: center;
}   
}
@media (min-width: 62em){
.heading{
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 2.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color:#014153;
    padding:0;
}
    
}
.heading--blue{
    color: #014153;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.heading--white{
    color:#f9f7f1;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.heading--centered{
    text-align: center;
}
.heading--top-box::before{
    content:"";
    display: block;
    height: 0.25rem;
    width: 7.5rem;
    background-color: #ED6A4E;
    margin-bottom: 2rem;
}
.button_card {
    text-decoration: none;     
}
.heading--card{
    margin-top: 1rem;
  margin-bottom: 1rem;
}
.button_card:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px; /* Dicke der Unterstreichung */
    color: #ED6A4E;
}

.heading--bottom-box::after{
    content:"";
    display:block;
    height: 0.25rem;
    width: 7.5rem;
    background-color: #ED6A4E;
    margin-top: 2rem;

}
.heading--small{
    font-size: 1.5rem;
   
}

.heading__pr-text{
    display: block;
    font-size: 1.5rem;

}
@media (min-width: 62em){
    .heading__pr-text{
        display: block;
        font-size: 1.5rem;
    }

}


.kubytext{
    text-transform: lowercase;
}
.skills__card-text{
    padding:0rem;
    margin: 0;
    font-size: 1rem;
    color: #014153;
    font-weight: normal;
    text-align: left;
    line-height: 1.4rem;
}
@media (max-width: 62em){
    .skills__card-text{
        margin: 0;
        padding-left: 2rem;
        padding-right: 1.5rem;
        font-size: 1rem;
        font-weight: normal;
      text-align: center;
        line-height: 1.4rem;
    }
}
.adventures{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: rgb(225, 220, 206);
    background-image: url("../images/adventures/background.jpg");
    background-repeat: no-repeat ;
    background-size: cover; 
}
    /*
    background-image: url("../images/adventures/background.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;*/

.adventures__card-container{
    display: flex;
    flex-direction: row;
    /*Zeilenumbruch in display:flex*/
    flex-wrap: wrap;
    /*zusätzlichen Platz in flexbox centrieren*/
    justify-content: center;
    margin-top: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -1rem;
}
.adventures__card{
    position: relative;
    text-align: center;
    background-color: rgb(255, 255, 255);
    /*wachsen, schrumpfen, breite immer*/
    flex: 0 0 22.333333rem;
    margin:1rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);

    will-change: transform;
    transform: scale(1);
    transition: transform 0.25s ease-in-out;
 
}
.adventures__card:hover{
    transform:scale(1.05);

}
.adventures__card-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 1.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
   

}
.adventures__card-img{
    width: 100%;
    display:block;
    object-fit: cover;
    object-position: 50% 0%;
}
.adventures__card-heading{
    margin: 0;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    font-size:1.5rem;
    color: white;
    text-transform: uppercase;
    text-align: center;
}
.adventures__card-kuby{
    margin: 0;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    font-size:1.5rem;
    color: white;
    text-align: center;

}
.adventures__card-date{
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;
    margin: 0;
    padding-bottom: 1rem;
}

/*myself*/
.myself {
    background-image: url("../images/adventures/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    line-height: 1.4;
    font-weight: 600;
    color: #014153;
    margin: 0;
    padding: 0;
}
@media (max-width: 62em){
    .myself_heading{
        font-size: 1.3rem;
     
    }  
}
.myself_heading{
    color:#014153;
    margin:0;
}
@media (max-width: 62em){
.myself_p{
  
}

}
@media (min-width: 62em){
    .myself__content{
        padding:2.75rem 14rem 2rem 14rem;
    }
    }

@media (max-width: 62em){
.myself__content{
    padding:2rem;
}
}
.myself_h1{
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    font-size: 2.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #014153;
}
@media (max-width: 62em){
    .myself_h1{
        margin-top: 0;
        margin-bottom: 1rem;
        margin-left: 0;
        font-size: 1.5rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #014153;
       
    }
}

.myself_ul{
    margin: 10px 0 20px 20px;
    list-style: none;
}
.myself_strong{
    font-size: 1rem;
}
.myself_h3 {
  font-size: 1.6rem;
  margin-top: 2.5rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
  color: #014153; /* warmes, erdiges Braun – anpassbar an dein Abendrot-Farbschema */
  border-left: 4px solid #c27c5a; /* sanfte Akzentfarbe */
  padding-left: 0.75rem;
}

.myself_p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #014153; /* klassisch lesefreundlich */
}


.myself_p:last-of-type {
  background-color: #fdf6f3; /* zarter Hintergrund */
  padding: 1.25rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-style: italic;
  color: ##014153; /* etwas wärmerer Ton für Tiefe */
}
.myself_p:last-of-type:hover {
  background-color: #fffaf7;
}

/*neuer Abschnitt*/
.speaker{
    background: rgb(252,242,232,.5);
    margin:0;
    padding:0;
}
.container--speaker{
  margin:0 auto;
  padding:0;

    display:flex;
    flex-direction: row;
    font-size: 1rem;
    color: #014153; 
}
@media (max-width: 62em){
    .container--speaker{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }  
}
.speaker_bild{

    flex: 0 1 50%;

    background-image: url("../images/Fengshui/117_feng_shui.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 400px;
}
@media (max-width: 62em){
    .speaker_bild{

        flex: 0 1 100%;
    
        background-image: url("../images/Fengshui/117_feng_shui_mobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
        background-position: center center;  
    }
}


.speaker_text{
    flex: 1 1 50%;
    color:#014153;

    display:flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    padding:2rem;
  
}
.speaker_bmartin{
margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #014153;
}
@media (max-width: 62em){
    .speaker_bmartin{
      text-align: center;
      font-size: 1.5rem;
        }
}
.speaker-p{
    line-height: 1.4rem;
}
@media (max-width: 62em){
    .speaker-p{
        text-align: center;
    }
}
.button_sp_container{
    display: flex;
  justify-content: center;
  align-items: center;
}

.button-speaker{
  display: inline-block;
  font-size: 1rem;
  color:#014153;
  padding: 0.75rem 2rem;
  border-radius: 9999999px;
  border: none;
  background-color: #ED6A4E;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  text-align: center;
}

.button-speaker:hover{
      text-decoration: underline;
    background-color: #9c4532;
}
.button-speaker:hover{
color:#fff;
text-decoration: underline;
}
.assistenz-heading--color{
    margin:2rem 0rem 0rem 0rem;
}



/*neuer Abschnitt*/
       
       /* background-image: url("../images/story/background-desktop.jpg");
        /*wird 10% breiter(reingezoomt,( 5%rechts und links abgeschnitten also horionzontal) angezeigt als unser story,
        background-size: 110% auto;
        /*linksbündig, das Bild wird 10%von rechts abgeschnitten
        background-position: 0% 50%;*/
        /*100% rechtsbündig und wird links abgeschnitten
        background-position: 100% 50%;
        /*weiteres Beispiel 100% horizontal 50% vertikal (oben) 100% 0% oben bündig unten abgeschnitten,
        100% 100% unten bündig*/


@media (min-width: 62em) {
    .story-desktop {
        background-image: 
            linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 10%, transparent 90%, rgba(0, 0, 0, 0.5) 100%),
            url("../images/story/story_1_desktop.jpg");

        background-size: 100% 100%, 100% auto;
        background-position: center center, center center;

        /* https://developer.mozilla.org/en-US/docs/Web/CSS/background-attachment */
        background-attachment: local, fixed;
        background-repeat: no-repeat, no-repeat;
        
    }
}
@media (min-width:62em){
    .story__inner{
        padding-left: 50%;
    }
}
@media (max-width:62em){
    .story-mobile{
        background-image: url("../images/story/story_1_mobile.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 10rem;
        padding-top: 0.5rem;
        border-radius: 1rem;
     
    }
 
    .mobile-abstand{
        padding:15px 0px;
        text-align: center;
    }
}
    .heading--top-box::before {
        content: "";
        display: block;
        height: 0.25rem;
        width: 7.5rem;
        background-color: #ED6A4E;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
      }


@media (max-width:62em){
.story__paragraph{
 
  font-size: 1.125rem; /* ca. 18px – gut lesbar */
  line-height: 1.7;
  color: #014153;
  margin-bottom: 1.5rem;
  max-width: 60ch; /* begrenzte Zeilenlänge für bessere Lesbarkeit */
    text-align: center;
   
}}

@media (min-width:62em){
.story__paragraph {
 
  font-size: 1.125rem; /* ca. 18px – gut lesbar */
  line-height: 1.7;
  color: #014153;
  margin-bottom: 1.5rem;
  max-width: 60ch; /* begrenzte Zeilenlänge für bessere Lesbarkeit */
}

/* Sanfte Hervorhebung für starke Begriffe */
.story__paragraph strong {
  color: #014153; /* Abendrot-Ton */
  font-weight: 600; /* weniger massiv als 700 */
}

/* Optional: Stil für besonders zentrale Worte */
.story__paragraph em {
  color: #b46345;
  font-weight: 600;
  font-style: normal;
}}
.button--story{
    margin-left: 0px;
}

.text__gear{
    padding-left: 2rem;
}
/*neur Abschnitt*/
.parts__paragraph{
    margin: 0;
    font-size: 1rem;
    color: white;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    line-height: 1.4em;
    max-width: 40rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.parts{
    padding: 2rem 0rem 2rem 0rem;
}
.parts::after{
    content:"";
    display:block;
    width: 7.5rem;
    height: 0.25rem;
    background-color:#ED6A4E;
    margin-left: auto;
    margin-right: auto;

}
@media (min-width:62em){
    .parts::after{
        width: 12.5rem;
    }
}
.parts__items-outer{
    overflow:hidden;

}
/*ganze Container um die Bilder*/
.parts__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -0.125rem;
}
/*container pro Bild*/
.parts__item{
    display: block;
    flex: 1 0 20rem;
    width: 20rem;
    border: 0.125rem solid #ED6A4E;
    padding: 1.5rem;
    text-decoration:none;
}
.parts__item:hover{
    background-color: rgb(222, 222, 222);
}
/*Kreis*/
.parts__item-icon-container{
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background-color: #ED6A4E;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
/*Bild*/
.parts__item-icon{
    display: block;
    width:3rem;
    height: 3rem;
    margin-left: auto;
    margin-right: auto;
   
}
.parts__item-icon__philosophie{
    display: block;
    height: 1px;
    width:1rem;
    height: 1rem;
   

}
.parts__item-heading{
    margin: 0;
    font-size: 1rem;
    text-align: center;
    padding-top: 1.5rem;
    color: rgb(255, 255, 255);
}
.guide-mobile{
  

    padding-bottom: 5rem;
    background-image: 
   
     url("../images/adventures/pexels-kevin-menajang-982673.jpg"),
     linear-gradient(90deg, #5eb5cd, #014153);
  
     background-size: 
    
     cover,
     cover;

     background-position:
       
      center,
      center;
        
     background-repeat:
    
     no-repeat,
     no-repeat,
     no-repeat;
    
     
     background-blend-mode: 
     multiply,
     normal;
}

  @media (max-width: 62em) {
    .heading__guide {
      margin-top: 0;
      margin-bottom: 2rem;
      font-size: 2.25rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #014153;
      padding: 0;
      color:#fff;
      
    }
    .heading__pr-guide {
        display: block;
        font-size: 1.5rem;
        
      }
  }

@media (min-width:62em){
.guide{
  
    padding-top: 20rem;
    padding-bottom: 5rem;
    background-image: 
   
     url("../images/adventures/pexels-kevin-menajang-982673.jpg"),
     linear-gradient(90deg, #5eb5cd, #014153),
     url("../images/adventures/guide_1.jpg");
     background-size: 
    
     100% calc(100% - 20rem),
     100% calc(100% - 20rem),
     cover;

     background-position:
       
      50% 100%,
      50% 100%,
      50% 50%;
        
     background-repeat:
    
     no-repeat,
     no-repeat,
     no-repeat;
    
     
     background-blend-mode: 
     multiply,
     normal;
}
}


/**Breakpoint: 992px+ destop*/
@media (min-width:62em){
    .guide{
        padding-top: 0rem;
        padding-bottom: 0rem;
        background-size: 
       
        calc(50% + 10rem) 100%,
        calc(50% + 10rem) 100%,
        calc(50% - 10rem) auto;
   
    background-position:
    /*rechts / links*/
  
   100% 50%,
   100% 50%,
   0% 10%;  
}
}

@media (min-width:62em){
.guide__container{
    padding-top: 1rem;
    padding-left: calc(50% - 6rem);
}
}
.guide__paragraph{
margin-bottom:  1rem;
font-size: 1rem;
color:white;
line-height: 1.4em;
text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
@media (max-width:62em){
    .guide__paragraph{
       padding-left: 2rem;
       padding-right: 1.5rem;
       text-align: center;
   
        }

}
.button--guide{
    width: 20rem;
    text-align: center;
    margin-top: 2rem;
    margin-left: 2rem;
}


.guide__header-text{
    margin:0;
    font-size: 1.7rem;
    color:#014153;

}

.makro_list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.makro_list li {
  margin-bottom: 1.2rem;
  line-height: 1.6;
  font-size: 1rem;
  color: #014153;
  max-width: 700px;       /* Begrenzte Zeilenbreite für bessere Lesbarkeit */
}

@media (max-width: 600px) {
  .makro_list li {
    font-size: 1rem;
    line-height: 1.6;
    padding-left: 0.5rem;
  }
}



/*guide*/
.guide__text__header{
    font-size: 1.0rem;
  line-height: 1.4rem;
    color: #014153;
}
.guide__text__header--bottom{
    margin-bottom: 2rem;;
}
/* Für sehr große Bildschirme (ab ca. 1152px, bei 1em = 16px) */
@media (min-width: 72em) {
  .handy__astro__guide {
    background-image: url("../images/adventures/astrologie_guide_1.jpg");
    flex: 0 1 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
}

/* Für Smartphones und kleine Tablets (bis ca. 768px) */
@media (max-width: 48em) {
  .responsive__astro__guide {
    background-image: url("../images/adventures/astrologie_guide_1.jpg");
    flex: 0 1 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 300px;
    margin: 1rem;
    border-radius: 1rem;
  }
}



.astro__fengshui {
    background-image: url("../images/adventures/fengshui_guide_1.jpg");
    flex:0 1 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30%;
    min-height: 100%;
}
@media (max-width: 62em) {
    .astro__fengshui_bild{
      min-height: 300px;
      margin: 1rem;
      border-radius: 1rem;
    }
    .astro__fengshui_bild{
        background-image: url("../images/adventures/fengshui_guide_1.jpg");
        flex:0 1 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 30%;
    }
    }
  
   .astro__content__box{
    flex: 0 1 50%;
    padding-left: 2rem;
    padding-bottom: 0rem;
   }
   @media (max-width: 36em){
    .astro__content__box{
        flex: 0 1 50%;
      padding:1rem;
        display:flex;
        flex-direction: column;
       }
   }
.guide__abschnitt{
    display:flex;
    flex-direction: column;
 
    flex: 0 1 50%;
    padding: 1rem;
}
@media (min-width: 62em){
    .astro__fengshui {
        background-image: url("../images/adventures/fengshui_guide_1.jpg");
    }

  
}
.astro__text--text{
  font-size: 1.0rem;
  line-height: 1.4rem;
  margin-left: 1rem;
  margin-right: 4.208rem;
}
.astro__text--fs{
    font-size: 1.0rem;
    line-height: 1.4rem;
    margin-left: 4.208rem;
    margin-right: 1rem;
}
@media (max-width: 48em){
    .astro__text--text{

   text-align: center;
      font-size: 1.0rem;
      line-height: 1.4rem;
      margin-bottom: 2rem;
      margin-left: 0;
      margin-right: 0;
    }
    .guide__header{
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
}
.guide__header{
    margin-left: 1rem;
    margin-right: 1rem;
  
}
.guide__fs{
    margin-left: 4.208rem;
    margin-right: 1rem;
}
@media (max-width: 62em){
    .astro__text--fs{
        text-align: center;  
        margin-left: 0;
        margin-right: 0;
    }
    .guide__fs{
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
}
.button__astro--guide{
    margin-left: 1rem;
    margin-right: 4.208rem;
}
@media (max-width: 36em){
    .button__astro--guide{
     display: block;
     margin-left: auto;
     margin-right: auto;
    }
    .button__astro--fs{
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        
      
}
    }

.button__astro--fs{
    margin-left: 4.208rem;
    margin-right: 1rem;
}
/*makro*/
@media (min-width: 62em) {
    .header__makro {
      background-image: url("../images/Astrologie/header_makro_desktop.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
}  
.header__makro{
    padding-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 75%;
    background-image: url("../images/Astrologie/header_makro_handy.jpg");
  }

.makro_offer{
    width: 50%;
    padding:1rem;
}

.makro_text{
    font-size:1.0rem;
    font-weight: 500;

}

.astrology-button{
    display: inline-block;
  color: #014153;
  padding: 0.75rem 2rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 9999999px;
  background-color: #ED6A4E;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
 
}
.astrology-button:hover{
    text-decoration: underline;
    color:white;
}
.makro-button-container {
    display: flex;
    justify-content: center;
}

.makro-button{
    display:block;
    color: #014153;
    padding: 0.75rem 2rem;
    border-radius: 9999999px;
    background-color: #ED6A4E;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 36em){
    .makro_text{
     text-align: center;
    }
  
}

.astro__content__box--makro{
    padding-left: 1rem;
    padding-right: 1rem;
}

.makro_bild{
    background-image: url("../images/Astrologie/makrokos_1.jpg");
    flex: 0 1 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;}
    
    @media (max-width: 36em) {
        .makro_bild{
            background-image: url("../images/Astrologie/makrokos_1.jpg");
          flex: 0 1 50%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: 50% 50%;
          min-height: 300px;
        margin: 1rem;
        }}

/*neuer Abscnitt*/

.skills{
    background-color: rgb(225, 220, 206);
    background-image: url(../images/adventures/background.jpg);
    padding-bottom: 3rem;
}
.skills__card-container{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -1rem;
}
.skills__card{
    background-color: white;
    border-radius: 1rem;
    padding: 2rem;
    flex: 0 0 22.333333rem;
    margin: 1rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);

}
.skills__card-icon-container{
    display:inline-block;
    background-color: #ED6A4E;
    color:#014153;
    border-radius: 999999px;
    padding: 1rem;
    font-size: 4rem;
}
.skills__card-icon{
    display:block;
    width: 1rem;
    height: 1rem;

}
.skills__card-list{
   margin:0;
   padding:0;
   color: #014153;
   list-style-type: none;
   list-style-position: inside;
}
.skills__card-list-item{
    padding-bottom: 1rem;
    
}
.skills__card-list-item::before{
    content: "";
    display: inline-block;

    background-color: currentColor;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 999999px;

    position: relative;
    top: -0.15em;
    margin-right: 0.5em;

}
.quote{
    background-color: #014153;
    color: #ED6A4E;
    padding-top: 4rem;
    padding-bottom: 4rem;

}
.quote__figure{
    margin: 0;
}
.quote__blockquote{
    margin: 0;
    font-weight: bold;
    padding-bottom: 1.5rem;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.075em;
}
.quote__figcaption{
    font-size: 1.25rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.075em;
}
.quote__paragraph{
    margin: 0;
}
.quote__paragraph::before{
    content:"„";

}
.quote__paragraph::after{
    content:"“";
}

/*contact*/
.contact{
    padding-top:2rem;
    padding-bottom: 2rem;
    background-color:#ED6A4E;
}
@media (min-width:62em){
    .contact::after{
        content:"";
        display:block;
        background-color: #014153;
        width: 7.5rem;
        height: 0.25rem;
        margin-top: 3rem;
        margin-left: auto;
        margin-right: auto;
    }
}
.contact__logo{
    display: block;
    width: 15rem;
    margin-left: auto;
    margin-right: auto;
 
}
@media (min-width:62em){
    .contact__logo{
        width: 5rem;
    }
}
.contact__cta{
    margin: 0rem 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-weight: normal;
    font-size: 1.5rem;
    color:white;
    text-align: center;
}
.contact__phone{
    display:inline-block;
    color:#014153;
    text-align: center;
    padding:0.5rem 1rem;
    font-size: 1.75rem;
    text-decoration: none;
}
.contact__phone:hover{
    text-decoration: underline;
}
.contact__phone--container{
    text-align: center;
}
.contact__info::after{
    content: "";
    display:block;
    width: 7rem;
    height: 0.25rem;
    background-color: #014153;
   margin:3rem auto;
}
@media (min-width:62em){
    .contact__info::after{
        display:none;
    } 
}
@media (min-width:62em){
    .contact__row{
        display:flex;
        flex-direction: row;
        padding-top: 1rem;
        padding-top: 1rem;
        background-image: linear-gradient(90deg, 
        transparent calc(50% - 0.125rem),
         #b9ede6 calc(50% - 0.125rem),
         #014153 calc(50% + 0.125rem),
         transparent calc(50% + 0.125rem));
    }
}
@media (min-width:62em){
    .contact__info{
        flex: 0 0 50%;
    } 
}
@media (min-width:62em){
.contact__form{
    flex: 0 0 50%; 
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
}
}
.contact__form{
    max-width: 23rem;
    margin-left: auto;
    margin-right: auto;
}
.contact__form-supmit-container{
    text-align: center;

}
@media (min-width:62em){
    .contact__form-supmit-container{
        text-align: right;

    } 
}

/*footer*/
.footer{
    background-color: #ED6A4E;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.footer::selection,
.footer ::selection {
    color: white;
    background-color: #ED6A4E;
}
.footer_text{
    margin-top: 0rem;
    text-align: center;
    color:#014153;
}
.footer__link{
    color:#014153;
    text-decoration: none;
}
.footer__link:hover{
    text-decoration: underline;
}


/*one pager*/
.header__logo--one{
    margin:0px;
    padding:0px;}
.main-nav { 
    display: flex; 
    justify-content: space-evenly;
}
.main-nav li { 
    list-style: none; 
}

 
    
    .main-nav a {
        border-radius: 5px;
        }