/* ----------- Color Variables --------- */
/* Looking for the color variables? They have been moved to the inline-styles file in the _includes folder, and pull variables from the site-settings folder in the _data folder.  */

@font-face {
        font-family: "Cowboy";
        src: url("/fonts/cowboy-standard-webfont.woff2") format("woff2");
}

@font-face {
        font-family: "Ranch Water";
        src: url("/fonts/ranchwater-webfont.woff2") format("woff2");
}

@font-face {
        font-family: "Vintage Goods";
        src: url("/fonts/vintage_goods-webfont.woff2") format("woff2");
}


/* ----------- CSS RESET --------- */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  
img { max-width: 100%; height: auto; }

/* Override default gridlex padding */ 
[class*=col] { padding: 0; }
[class*=grid] { margin: 0; }

section { position: relative; }

html { 
  scroll-behavior: smooth ;
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
  overflow-x: hidden;
}

.flex-flip-normal {
  flex-flow:row-reverse wrap;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- Negative Space Utility Classes  ------------------ */ 

.capped-width-wide      { max-width: 1600px; margin: auto; }
.capped-width           { max-width: 1200px; margin: auto; }
.capped-width-narrow    { max-width: 1000px; margin: auto; }
.capped-width-v-narrow  { max-width: 800px;  margin: auto; }


.tall-100 { min-height: 100vh; }
.tall-90  { min-height: 90vh; }
.tall-80  { min-height: 80vh; }
.tall-70  { min-height: 70vh; }
.tall-60  { min-height: 60vh; }
.tall-50  { min-height: 50vh; }
.tall-40  { min-height: 40vh; }
.tall-30  { min-height: 30vh; }
.tall-20  { min-height: 20vh; }

/* Padding Utility Classes */ 
.padded-sm { padding: 2.5%; }
.padded    { padding: 5%;   }
.padded-lg { padding: 10%;  }

.padded-05 { padding: 0.5rem; }
.padded-1  { padding: 1rem; }
.padded-2  { padding: 2rem; }

.padded-t-lg {padding-top: 7rem;}

.padded-t  { padding-top: 5%; }
.padded-b  { padding-bottom: 5%; }
.padded-l  { padding-left: 5%; }
.padded-r  { padding-right: 5%; }

.padded-tb  { padding-top: 5%; padding-bottom: 5%; }
.padded-lr  { padding-left: 5%; padding-right: 5%; }

.padded-t-1 { padding-top: 1rem; }
.padded-b-1 { padding-bottom: 1rem; }
.padded-l-1 { padding-left: 1rem; }
.padded-r-1 { padding-right: 1rem; }

.padded-t-2 { padding-top: 2rem; }
.padded-b-2 { padding-bottom: 2rem; }
.padded-l-2 { padding-left: 2rem; }
.padded-r-2 { padding-right: 2rem; }

.padded-t-4 { padding-top: 4rem; }
.padded-t-3 { padding-top: 3rem;
}


.padded-t-0 { padding-top: 0; }
.padded-b-0 { padding-bottom: 0; }
.padded-l-0 { padding-left: 0; }
.padded-r-0 { padding-right: 0; }

/* Margin Utility Classes */ 

.margin-t { margin-top: 5%; }
.margin-b { margin-bottom: 5%; }
.margin-l { margin-left: 5%; }
.margin-r { margin-right: 5%; }

.margin-l-c1 { margin-left: -11rem;}
.margin-l-c2 { margin-left: -1rem;}
.margin-l-c3 { margin-left: -15rem;}

.margin-t-05 { margin-top: 0.5rem; }
.margin-b-05 { margin-bottom: 0.5rem; }
.margin-l-05 { margin-left: 0.5rem; }
.margin-r-05 { margin-right: 0.5rem; }


.margin-b-c1 { margin-bottom: 9rem;}
.margin-t-c1 { margin-top: 9rem;}
.margin-t-c2 { margin-top: -7rem;}
.margin-t-c9 { margin-top: 10%;}

.margin-b-footer {
  margin-bottom: 7rem;
}

.margin-t-1 { margin-top: 1rem; }
.margin-b-1 { margin-bottom: 1rem; }
.margin-l-1 { margin-left: 1rem; }
.margin-r-1 { margin-right: 1rem; }

.margin-t-2 { margin-top: 2rem; }
.margin-b-2 { margin-bottom: 2rem; }
.margin-l-2 { margin-left: 2rem; }
.margin-r-2 { margin-right: 2rem; }

.margin-t-4 { margin-top: 4rem;}

.margin-t-5 {margin-top: 5rem;}

.margin-t-0 { margin-top: 0; }
.margin-b-0 { margin-bottom: 0; }
.margin-l-0 { margin-left: 0; }
.margin-r-0 { margin-right: 0; }

.margin-tb { margin-top: 5%; margin-bottom: 5%; }
.margin-lr { margin-left: 5%; margin-right: 5%; }


.relative { position: relative;}
.block { position: block;}
.inline-block { display: inline-block;}

.swiper-button-next, .swiper-button-prev {
  color: var(--dark-text);
}



/* ------------ Backgrounds & Background Images  ----------------------- */

.bg-dark     { background-color: var(--dark);}
.bg-featured { background-color: var(--featured);}
.bg-medium   { background-color: var(--medium); }
.bg-light    { background-color: var(--light); }
.bg-v-light  { background-color: var(--v-light); }
.bg-accent    { background-color: var(--accent);}
.bg-accent-c1 { 
  background-color: var(--accent);
  border-radius: 2rem;
  border: 2px solid;
}
.bg-accent-c2 { 
  background-color: var(--featured);
  border-radius: 2rem;
  border: 2px solid;
}

.bg-image {
    background-color: var(--light); /* Set a fall-back color while images are loading */ 
    background-image: url('/images/fabienne-kaelin-ueber-mich-1.jpg');
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}

.bg-kontakt {
  background-image: url('/images/fabienne-kaelin-kontakt.jpg');
}

.bg-ueber-mich-1 {
  background-image: url('/images/fabienne-kaelin-ueber-mich-2.jpg');
}

.bg-index-5 {
  background-image: url('/images/fabienne-kaelin-index-5.jpg');
}

.bg-index-6 {
  background-image: url('/images/fabienne-kaelin-nanny-7.jpg');
}

.bg-index-7 {
  background-image: url('/images/fabienne-kaelin-wald-laufen.jpg');
}

.bg-nanny-4 {
  background-image: url('/images/PajuramaCopyright-16.jpg');
}

.bg-nanny-20 {
  background-image: url('/images/fabienne-kaelin-index-6.jpg');
}

.bg-coaching-1 {
  background-image: url('/images/fabienne-kaelin-coaching-2.jpg');
}

.polaroid {
  border: 1px solid var(--dark);
  padding: 5px 5px 70px 5px;
}

.polaroid-2 img {
  border: 1px solid white;
}

.polaroid-2 {
  border: 1px solid white;
  padding: 5px 5px 30px 5px;
}

.bg-nanny-1 {
  background-image: url('/images/fabienne-kaelin-index-6.jpg');

}

.bg-overlay::after {
  z-index: 1;
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}


.width-50 { width: 50%; }

.bg-overlay > * {
  z-index: 2;
  position: relative;
}
/* Add a second class to change the color or style  */

.bg-overlay-gradient::after { 
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
} 

.bg-overlay-featured::after { 
  background-color: var(--featured);
  opacity: 0.5;
} 

/* Aspect Ratios with percentage unit are only effective if the element (the <div>) is inside a parent container or column, it can't be applied to the column itself. */

a.bg-image { display: block;}

.landscape     { padding-bottom: 66% ; }
.portrait-tall { padding-bottom: 175%; }
.portrait      { padding-bottom: 125%; }
.square        { padding-bottom: 100%; }


/* Background Position */
.bg-pos-t { background-position: top; }
.bg-pos-b { background-position: bottom; }
.bg-pos-l { background-position: left; }
.bg-pos-r { background-position: right; }


.button a { border-bottom: none}

.button { cursor: pointer ;}







/* -------------- MARQUEEEE --------------------- */




.marquee:hover .marquee__content.poh {
  animation-play-state: paused;
}

.marquee__content.reverse {
    animation-direction: reverse !important;
}

.marquee__content li img{
 height: 20px;
 width: 20px;
}




@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.marquee {
  --gap: 3rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  list-style: none;
  padding: 0;
}

.marquee__content.tenseconds {
  animation: scroll 10s linear infinite;
}

.marquee__content.twentyfiveseconds {
  animation: scroll 45s linear infinite;
}

.marquee__content.twentyfiveseconds2 {
  animation: scroll 30s linear infinite;
}



.marquee__content li,
.marquee__content a {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  text-decoration: none;
  font-family: "Ranch Water", sans-serif;  letter-spacing: 0px;
  font-size: 2.6rem;
}

.marquee__content li svg,
.marquee__content li img {
  vertical-align: middle;
  height: 35px;
  width: 35px;
  display: inline-block;
  object-fit: contain;
}

.marquee-style-banner li,
.marquee-style-banner a {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;  letter-spacing: 3px;
  font-size: 1rem;
  letter-spacing: 3px;
}

.h5.marquee {
  font-size: calc(1em + 1.4vw);
}

.slider-text {
  font-family: var(--font-ivy-family);
}

.marquee-style-2 li {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding: 0.5rem 0 0.5rem 0;
}

.bg-b-tb { 
  border-top: 1px solid var(--dark-text);
  border-bottom: 1px solid var(--dark-text);
}



/* ------------ Typography Styles ----------------------- */

.left    { text-align: left; }
.right   { text-align: right; }
.center  { text-align: center; }
.uppercase    { text-transform: uppercase; }

body {
  font-family: "Montserrat", sans-serif;
  color: var(--dark-text);
  font-weight: 500;
  overflow-x: hidden;
  background-color: var(--v-light);
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin-bottom: 1.2rem;
  font-weight: 500;
}

.h1-big {
  font-size: 11rem;
}

.icon-1 {
  position: absolute;
  width: 20rem;
  right: -20rem;
}

.icon-2 {
  position: absolute;
  width: 15rem;
  left: -14rem;
  bottom: 3rem;
}

.p-big {
  font-size: 4.5rem;
}

.h1-medium {
  font-size: 3rem;
}

.h1-small {
  font-size: 1.45rem;
}

h1 { 
  font-size: 4rem;
  font-family: "Cowboy", sans-serif;
}

h2 { 
  font-size: 2rem;
  font-family: "Ranch Water", sans-serif;
 }
h3 { font-size: 2.5rem;   font-family: "Ranch Water", sans-serif;}
h4 { font-size: 1.6rem;   font-family: "Ranch Water", sans-serif;}
h5 { font-size: 1.4rem;   font-family: "Ranch Water", sans-serif;}
h6 { font-size: 1.2rem;   font-family: "Ranch Water", sans-serif;}

p, li {
  line-height: 1.4; 
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
}

ul {
  list-style-position: inside;
}

li p {
  display: inline-block;
}

h2:last-child, 
h3:last-child, 
h4:last-child, 
h5:last-child, 
h6:last-child, 
p:last-child {
	margin-bottom: 0;
}

/* Unique Typography Styles  */
.emphasis       { font-size: 1.2rem; }
.text-featured  { color: var(--featured-text);}
.text-light     { color: var(--light-text);}
.subtle         { opacity: 0.8;     }
.subtitle       { font-size: 0.8rem; }

.tworem         { font-size: 2rem;}
.two5rem       { font-size: 2.5rem;}
.threerem       { font-size: 3rem;}
.fourrem        { font-size: 4rem; }
.fiverem       { font-size: 5rem;}

.text-white     { color: white; }
.text-green     { color: var(--featured-text);}

.no-deco { text-decoration: none; }


/* ------------ Buttons & Links ------------ */
a {
    color: inherit;
    text-decoration: none;
}

/* a:hover {
  color: var(--featured-text); 
} */

p a {
    text-decoration: none;
    border-bottom: 1px solid;
}



.button { 
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    padding: 0.5rem 1rem;
    border: 1.5px solid var(--dark);
    position: relative;
    z-index: 2;
    font-size: 1.2rem;
    border-radius: 0.5rem;
    font-weight: 500;
}


.button:hover {
    background-color: var(--dark);
    color: white;
}












.border-button {
  border: 1px solid white;
  /* margin-left: 0.8rem; */
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  /* top: 0; */
  left: 3px;
  bottom: 3px;
  z-index: 0;
}



.index-card {
  border-radius: 2rem;
  background-color: var(--accent);
  border: 2px solid var(--dark);
}

.about-card {
  border-radius: 2rem;
  background-color: var(--accent);
  border: 2px solid var(--dark);
}

.coaching-card {
  border-radius: 2rem;
  background-color: var(--featured);
  border: 2px solid var(--dark);
}


.border-radius {
  border-radius: 1rem;
  border: 2px solid;
}


.button-2 { 
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  border: 1px solid var(--dark);
  background-color: white;
  color: var(--dark);
  position: relative;
  z-index: 2;
  font-size: 1.2rem;

}

.border-button-2 {
border: 1px solid var(--dark);
/* margin-left: 0.8rem; */
display: inline-block;
position: absolute;
width: 100%;
height: 100%;
/* top: 0; */
left: 3px;
bottom: 3px;
z-index: 0;
}

.button-3 a {
  text-decoration: none;
  border-bottom: none;
}

.button-3 p, a {
  cursor: pointer;
}

.button p, a {
  cursor: pointer;
}

.button-2 p, a {
  cursor: pointer;
}

.button-3 { 
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  border: 1px solid white;
  background-color: white;
  color: var(--medium);
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  cursor: pointer;
}

.border-button-3 {
/* margin-left: 0.8rem; */
display: inline-block;
position: absolute;
width: 100%;
height: 100%;
/* top: 0; */
left: 3px;
bottom: 3px;
z-index: 0;
}




.button-2:hover {
  color: white;
  background-color: var(--dark);
}

.button-3:hover {
  color: white;
  background-color: var(--medium);
}

.subtle-button {
  text-decoration: none;
  border-bottom: 1px solid;
}

/* suggested additional styles 
- .button-inverted, .button-subtle, .button-lg  */


/* ------------ Header & Hamburger Menu -------------- */
.header-logo {
  max-width: 25rem;
  border-radius: 0;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

@media (max-width:1111px) {
  .header-logo {
    min-width: 18rem;
  }
}

@media (max-width:600px) {
  .header-logo {
    max-width: 14rem;
    min-width: 0;
  }
}


header {
    padding: 1rem 1rem;
}

header nav a {
  font-size: 1.6rem;
}



nav a {
    padding: 0.25rem 0.75rem;
    display: inline-block;
    text-decoration: none;
}
/* nav a:hover {
  color: var(--featured-text);
} */

.fa-instagram {
  font-size: 2rem !important;
}

/* ------------ Footer Styles -------------- */




footer a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 0.2rem 0 0.2rem 0.2rem;
  font-weight: 200;
}

footer nav a {
  text-align: right;
  display: block;
  text-decoration: none;
  padding: 0.2rem 0 0.2rem 0.2rem;
  font-weight: 500;
  font-size: 1.4rem;
}


.footer-logo {
  background-color: var(--accent);
  border-radius: 50rem 50rem 0 0 ;
  padding: 1.4rem;
  max-width: 30rem;
}

.margin-t-c20 {
  margin-top: -8rem;
}


.email-footer {
  display: block;
  font-size: 1.4rem;
}

.size-09 { font-size: 0.9rem;}

.fa-brands {
  text-align: center;
  font-size: 1.6rem;
}


.pajurama-logo {
  width: 6rem;
  border-bottom: none;
}


/* Dropdown styles */

.dropdown { 
  position: relative; 
  display: inline-block;
  border: 1px solid orange;
}

.dropdown-title {
  padding: 0.25rem 0.5rem;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: -1rem;
  padding: 0.5rem;
  display:none; 
  background-color: white;
  z-index: 2;
  text-align: left;
  min-width: 10rem;
  border: 1px solid mediumvioletred;
}

.dropdown:hover .dropdown-content{ 
  display: block;
}

.dropdown-content a {
  display: block;
  padding: 0.2rem;
}

/* ------------ Burger Button / Mobile Menu Styles -------------- */

.burger-button {
  position:fixed;
  top: 0;
  right: 0;
  z-index: 9;
  padding: 8px;
  /* margin-top: 0.8rem; */
  margin-top: 1.8rem;
  line-height: 1.7;
  cursor: pointer;
  margin-right: 0.5rem;
}

.burger-button-index {
  position:fixed;
  top: 2vh;
  right: 2vh;
  z-index: 9;
  padding: 8px;
  margin-top: 0.6rem;
  line-height: 1.7;
  cursor: pointer;
  
}
/*this is where you can chand the color of the buttons*/

.burger-button-index span{
  width: 35px;
  border: 1px solid var(--dark-text);
  background-color: white;
  display: block;
  transition: 0.5s;
  margin-top: 10px;
  margin-bottom: 10px;
}
.burger-button-index.active span{
  border-color: var(--dark);
  background-color:white;
}

.burger-button span{
  width: 35px;
  border: 1px solid var(--dark);
  background-color: white;
  display: block;
  transition: 0.5s;
  margin-top: 8px;
  margin-bottom: 10px;
}
.burger-button.active span{
  border-color: var(--dark);
  background-color:white;
}

.burger-top, .burger-bottom{
  position: absolute;
}

.burger-top{
  top: -02px;
}

.burger-bottom{
  bottom: -02px;
}
/* make sure this has the same top as the burger button has padding*/
.burger-button.active .burger-top{
  position: absolute;
  top: 8px;
  transform: rotateZ(45deg);
}

.burger-button.active .burger-middle{
/*   transform: rotateZ(270deg); */
  border-color: rgba(0,0,0,0);
  background-color:rgba(0,0,0,0);
}

/* make sure this has the same bottom as the burger button has padding*/

.burger-button.active .burger-bottom{
  position: absolute;
  bottom: 8px;
  transform: rotateZ(-45deg);
}

/* make sure this has the same top as the burger button has padding*/
.burger-button-index.active .burger-top{
  position: absolute;
  top: 8px;
  transform: rotateZ(45deg);
}

.burger-button-index.active .burger-middle{
/*   transform: rotateZ(270deg); */
  border-color: rgba(0,0,0,0);
  background-color:rgba(0,0,0,0);
}

/* make sure this has the same bottom as the burger button has padding*/

.burger-button-index.active .burger-bottom{
  position: absolute;
  bottom: 8px;
  transform: rotateZ(-45deg);
}
  
  
.menu-button:hover {
  font-style: italic;
}

.menu-button.active:hover {
  color: var(--dark-text)
}

.mobile-menu {
  background-color: var(--v-light);
  padding: 1rem 5% 5% 5%;
  position: fixed; 
  z-index: 5;
  top: 0;
  right: -100%;
  left: 100vw;
  bottom: 0;
  text-align: left;
  transition: 0.5s;
  max-height: 100vh;
  border-left: 2px solid var(--dark);
  color: var(--dark-text);
}

.mobile-menu.active {
  right: 0;
  left: 20vw;
}


.mobile-menu-logo {
  width: 19rem;
}


.logo-mobile-menu {
  text-align: left;
  position: absolute;
  top: 2rem;
  max-width: 11rem;
  left: 2rem;
}

.mobile-menu a {
  font-family: "Ranch Water", sans-serif;
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
} 

.mobile-nav {
  margin-top: 7rem;
  text-align: left;
  display: block
}

.ranch-water a {
  font-family: "Ranch Water", sans-serif;
}

/* ------------ Contact Forms  ----------------------- */

/* ------------ Form Styles  ----------------------- */
select {
  line-height: 1.8rem;
  color: var(--dark-text);
  font-size: 1.2rem;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  border: 2px solid var(--dark);
  color: var(--dark-text);
  background-color: white;
}

option {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  border: 2px solid var(--dark);
  color: var(--dark-text);
  background-color: white;
}

label {
  line-height: 1.8rem;
  color: var(--dark-text);
  font-size: 1.2rem;
}

input, textarea {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid var(--dark);
  color: var(--dark-text);
  background-color: white;
}

           
input:focus,
textarea:focus {
  outline: none;
  border: 1px solid var(--medium);
}


textarea {
  height: 20vh;
  color: var(--dark-text);
}

input::placeholder, textarea::placeholder {
  color: var(--dark-text);
}

button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    border: none;
    color: var(--dark-text);
}



/* ------------ Blogging elements  ----------------------- */


.icon-index {
    position: absolute;
    width: 6rem;
    right: 2rem;
    bottom: 2rem;
}


/* Miscelaneous elements  */

hr.short {
  border: 1px solid var(--dark-text);
  width: 2rem;
  margin: 1rem 0;
}

hr.short.center {
  margin:auto;
  margin: 1rem auto;
}
.email-mobile-xs {
  font-size: 1.5rem !important;
}

/* ------------ Page Name  ----------------------- */

.z-plus { z-index: 2;}

/* ------------ Position Absolute  ----------------------- */

.pa-creative-1 {
  position: absolute;
    width: 15rem;
    bottom: -6.5rem;
}

.pa-creative-2 {
  position: absolute;
  width: 15rem;
  bottom: 5rem;
  right: 4rem;
}

.runder-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-fabienne  {
  width: 4rem;
  position: absolute;
}

.icon-fabienne-2  {
  width: 4rem;
  position: absolute;
}


.pa1 {
  position: relative;
}

.pa2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.pa3 {
  font-size: 4.5rem;
  margin-top: 1rem;
  writing-mode: vertical-rl;
}


.pa4 {
  font-size: 4.5rem;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
}
.pa5 {
  position: absolute;
  width: 82%;

}

.pa6 {
  position: absolute;
  font-size: 10rem;
  bottom: -5rem;
  right: -17rem;
}

.pa8 {
  position: absolute;
  width: 36rem;
  top: 2rem;
  right: -4rem;
}

.pa9 {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

.mobile-logo {
  width: 40%;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

 @keyframes rotate360 {
  from { transform: rotate(360deg); }
  to   { transform: rotate(0deg); }
}

.rotate {
  animation: rotate360 15s linear infinite;
} 


.index-link-section {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
  padding: 1rem 0;
  justify-content: center;
}

.index-link-section a  {
  display: inline-block;
}

.index-link-section .button {
  font-size: 1.1rem;
  white-space: nowrap; /* Prevent text wrapping */
  color: var(--dark-text);
}

.index-link-section .button-container:hover {
    background-color: var(--dark-text);
    border-radius: 0.5rem;
}

.index-link-section .button-container:hover .button {
    color: white;
}

.justify-content-center {
  justify-content: center !important;
}


/* ------------ Responsive Styles ----------------------- */

/* General CSS Responsive Styles (Apply everywhere unless overriden) */ 

.show-xs, 
.show-sm,
.show-md {
	display: none; 
}

.inline { 
  display: inline-block;
  vertical-align: top;
}

/* ------- MD Media Query (64em / 1024px) --------------- */ 
/* - Styles added here will apply at devices smaller than 576px, or zoomed in equivalent */ 

@media(max-width:64em) {


  .pa-creative-1 {
    width: 11rem;
    right: -2rem;
  }

    .pa-creative-2 {
        width: 11rem;
        top: -1rem;
        right: 6rem;
    }
  .icon-fabienne  {
    width: 3rem;
    position: absolute;
  }

    .icon-fabienne-2  {
    width: 3rem;
    position: absolute;
  }

  .icon-index {
    position: absolute;
    width: 5rem;
    right: 1rem;
    bottom: 1rem;
}

	.show-md { display: block; }
	.hide-md { display: none;  }

  .h1-big {
    font-size: 7.5rem;
  }
  
  .pa3 {
    font-size: 3.5rem;
  }

  .p-big {
    font-size: 3.5rem;
  }

  .padded-t-lg {
    padding-top: 0;
  }

  .pa8 {
    position: absolute;
    width: 46vw;
    top: 2rem;
    right: -2rem;
  }

  .bg-nanny-1 {
    background-image: url('/images/fabienne-kaelin-index-6.jpg');
  }

  .h1-big {
    font-size: 6.5rem;
  }
  .margin-t-c2 {
    margin-top: -5rem;
  }


}

/* ------- SM Media Query (48em / 768px) --------------- */ 
/* - Styles added here will apply at devices smaller than 768px, or zoomed in equivalent */ 


@media(max-width:48em) {


    .pa-creative-1 {
    width: 8rem;
    bottom: -6rem;

  }

      .pa-creative-2 {
        width: 8rem;
        top: -1rem;
        right: 4rem;
    }



  .icon-fabienne  {
    width: 3rem;
    position: absolute;
  }

    .icon-fabienne-2  {
    width: 2rem;
    position: absolute;
  }

    .icon-index {
        position: absolute;
        width: 3.5rem;
        right: 1rem;
        bottom: 1rem;
    }

  .sm-padded-t-2 { padding-top: 2rem;}

	.show-sm { display: block; }
	.hide-sm { display: none;  }

  .sm-text-center { text-align: center; }
  .sm-text-left   { text-align: left; }
  .sm-text-right  { text-align: right; }

  .sm-padded     { padding: 5%; }
  .sm-padded-1   { padding: 1rem; }
  .sm-padded-05  { padding: 0.5rem; }

  .sm-padded-t-0 { padding-top: 0; }
  .sm-padded-b-0 { padding-bottom: 0; }
  .sm-margin-t-0 { margin-top: 0; }
  .sm-margin-b-0 { margin-bottom: 0; }

  .sm-landscape     { padding-bottom: 66% ; }
  .sm-portrait-tall { padding-bottom: 175%; }
  .sm-portrait      { padding-bottom: 125%; }
  .sm-square        { padding-bottom: 100%; }


  .h1-big {
    font-size: 6rem;
  }

  .margin-l-c1 { margin-top: 2rem;}

  .pa2 {
    position: static;
  }

  .sm-padded { padding: 5%;}

  .pa3 {
    font-size: 2.2rem;
  }

  .pa4 {
    font-size: 3.5rem;
  }

  .sm-tall-50  { min-height: 50vh; }

  .margin-l-c3 {
    margin-left: 0;
  }

  .pa5 {
    position: static;
    width: 100%;
  }

  .p-big {
    font-size: 3rem;
  }


  .pa6 {
    position: absolute;
    font-size: 6rem;
    bottom: -3rem;
    right: -8rem;
  }

  .h1-big {
    font-size: 5.5rem;
  }
  .margin-t-c2 {
    margin-top: -4rem;
  }


.index-link-section {
  justify-content: flex-start;
}

.sm-margin-t-5 {
  margin-top: 5rem;
}


}

/* ------- XS Media Query (36em / 576px) --------------- */ 
/* - Styles added here will apply at devices smaller than 576px, or zoomed in equivalent */ 

@media(max-width:36em) {




  .pa-creative-1 {
        position: static;
        text-align: center;
        width: 100%;
        padding: 5%;

  }


        .pa-creative-2 {
        width: 7rem;
        top: -1rem;
        right: 1rem;
    }


    .icon-fabienne {
        width: 5.5rem;
        position: absolute;
    }

        .icon-fabienne-2 {
        width: 2rem;
        position: absolute;
    }


    .xs-margin-t-0 {
      margin-top: 0;
    }
  .mobile-menu-logo {
  width: 16rem;
}


      .icon-index {
            position: absolute;
            width: 2.8rem;
        right: 0.3rem;
        bottom: 0.3rem;
        }

        .swiper-button-next:after, .swiper-button-prev:after {
          font-size: 1.9rem;
        }

		.show-xs { display: block; }
		.hide-xs { display: none;  }

    .subtle-heading-xs {
      font-weight: 300;
      font-family: "Montserrat", sans-serif;
    }

    .h1-big {
      font-size: 3rem;
    }

    .xs-padded-t-0 { padding-top: 0;}
        .xs-padded-b-0 { padding-bottom: 0;}

    .margin-l-c1 { margin-left: 0; margin-bottom: 0; margin-top: 0;}

    .margin-l-c2 { margin-left: 0;}

    .h1-medium {
      font-size: 2rem;
    }

    .pa4 {
      font-size: 2.5rem;
      position: absolute;
      bottom: -1rem;
      right: 0.5rem;
    }

    .p-big {
      font-size: 2rem;
    }

    .padded-t-lg {
      padding-top: 0;
    }

    .pa6 {
      position: absolute;
      font-size: 4rem;
      bottom: -2rem;
      right: -1rem;
    }

    h3 {
      font-size: 1.5rem;
    }

    .xs-margin-b-1 { margin-bottom: 1rem !important;}

    .h1-big {
      font-size: 3rem;
    }
    .margin-t-c2 {
      margin-top: -2rem;
    }

    .xs-center { text-align: center;}
    .xs-left { text-align: left;}

    .email-footer {
      display: block;
      text-align: center;
      font-size: 1.4rem;
    }

    footer nav a {
      text-align: center;
    }

    .burger-button {
      margin-top: 1.9rem;
    }

    .mobile-menu.active {
  right: 0;
  left: 0;
}

.mobile-menu {
  border-left: 0;
}

  .email-mobile-xs {
    font-size: 1.3rem !important;
  }

.margin-b-footer {
  margin-bottom: 8rem;
}

h1 {
    font-size: 2rem;
    font-family: "Cowboy", sans-serif;
}

.justify-content-center {
  justify-content: flex-start !important;
}

}