/* ----------- 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.  */

.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}

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

.balford {
  font-family: "balford";
}

/* ----------- 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;
}


/* ---------- 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: 100dvh; }
.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-t-05 { padding-top: 0.5rem; }

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

.padded-c1 {
  padding: 4.9rem;
}

.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-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-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-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-c1 {
  margin-top: -10rem;
}
.margin-t-c2 {
  margin-top: 5rem;
}

.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-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 { position: inline-block;}


.lines-1 {
  position: absolute;
  top: 5rem;
  width: 100%;
  z-index: -10;
}

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

/* ------------ Backgrounds & Background Images  ----------------------- */
#mlb2-18103446.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p, #mlb2-18103446.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  font-family: "Courier Prime", monospace !important;
}

#mlb2-18103446.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, #mlb2-18103446.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  font-family: "Courier Prime", monospace !important;
}

#mlb2-18103446.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  font-family: "Courier Prime", monospace !important;
}

#mlb2-18103446.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  font-family: "Courier Prime", monospace !important;
}

.round {
  border-radius: 100%;
  width: 70%;
}

.eapps-instagram-feed-posts-grid-load-more-visible {
  opacity: 0 !important;
  visibility: visible;
  display: none !important;
}

.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-offene-stellen {
  border: 2px solid var(--accent);
  color: var(--accent);
  margin: auto;
}

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

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

.polaroid-white {
  padding: 0.5rem 0.5rem 4rem 0.5rem;
  border: 1px solid white;
  background-color: white;
}

.polaroid-link {
  padding: 0.3rem 0.3rem 0.3rem 0.3rem;
  border: 1px solid var(--dark-text);
}

.polaroid-link a{
  text-decoration: none;
  font-size: 1.3rem;
}

.bg-image {
    background-color: var(--light); /* Set a fall-back color while images are loading */ 
    background-image: url('https://source.unsplash.com/8Ogfqvw15Rg/1600x1600');
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}

.bg-index-banner-sommer {
  background-image: url('/images/index/ruetihuette-sommer-banner.jpg');
}
.bg-index-banner-winter {
  background-image: url('/images/index/ruetihuette-winter-banner.jpg');
}
.bg-index-ueberuns {
  background-image: url('/images/index/ueber-uns-banner.jpg');
}
.bg-index-ueberuns-winter {
  background-image: url('/images/index/winter-ueberuns-banner.jpg');
}

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

.bg-ueber-uns-sommer{
  background-image: url('/images/ueber-uns/ueber-uns-banner.jpg');
}

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

.bg-standort-sommer {
  background-image: url('/images/standort/bg-standort-sommer.jpg');
}
.bg-standort-winter {
  background-image: url('/images/standort/bg-standort-winter.jpg');
}

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

.bg-reservierung {
  background-image: url('/images/reservierung/bg-reservierung.jpg');
}
.bg-events {
  background-image: url('/images/events/bg-events.jpg');
}
.bg-foto-galerie {
  background-image: url('/images/foto-galerie/bg-foto-galerie.jpg');
}
.bg-jobs {
  background-image: url('/images/jobs/bg-jobs.jpg');
}
.bg-winterformular {
  background-image: url('/images/winter/bg-winterformular.jpg');
}

.bg-apres-ski {
  background-image: url('/images/apres-ski/bg-apres-ski.jpeg');
}

.bg-speisekarte {
  background-image: url('/images/speisekarten/bg-speisekarte.jpg');
}


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

.bg-jetzt-buchen {
  background-image: url('/images/jetzt-buchen/bg-jetzt-buchen.jpg');
}

.border-white {
  border: 1px solid white;
  padding: 0.3rem;
}

.round-corners { border-radius: 4rem ;}

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


.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; }


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

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

body {
  font-family: "Courier Prime", monospace; /* Add your font here */ 
  color: var(--dark-text);
  overflow-x: hidden;
}

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

h1 {
  font-size: 7rem;
  font-weight: 400;
}
h2 { 
  font-size: 2rem;
  font-weight: 400;
 }
h3 { 
  font-size: 3.5rem;
 }
h4 { font-size: 1.6rem; }
h5 { font-size: 1.4rem; }
h6 { font-size: 1.2rem; }

p, li {
  line-height: 1.4; 
  margin-bottom: 1rem;
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-size: 1.3rem;
}

ul {
  margin-left: 2rem;
}

ol {
  margin-left: 3rem;
}

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; font-weight: 600; }
.text-featured  { color: var(--featured-text);}
.text-light     { color: var(--light-text);}
.subtle         { opacity: 0.8;     }
.subtitle       { font-style: italic; }

.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-blue {
  color: var(--accent) !important;
}

.no-deco { text-decoration: none; }
.datum { font-size: 1.5rem;}


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

.border-bottom {
  border-bottom: 1px solid var(--accent);
}

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

p a:hover { 
  font-style: italic; 
}

.button { 
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    padding: 0.5rem 1.5rem;
    border: 1px solid;
    border-radius: 5px;
}

.button:hover {
    background-color: var(--dark-text);
    color: white;
}
.button-blue { 
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  border: 1px solid;
  border-radius: 5px;
}

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






.winter-button {
  border: 1px solid white;
  text-decoration: none;
  border-radius: 3px 0 0 3px;
  padding: 0.3rem 0.5rem;
  font-size: 1.4rem;
  text-align: center;
  color: white;
}

.winter-button-active {
  border: 1px solid white;
  background-color: white;
  color: var(--dark-text);
  text-decoration: none;
  border-radius: 3px 0 0 3px;
  padding: 0.3rem 0.5rem;
  font-size: 1.4rem;
  text-align: center;
}

.winter-button:hover,
.sommer-button:hover {
 background-color: white;
 color: var(--dark-text);
}


.sommer-button {
  border: 1px solid white;
  color: white;
  text-decoration: none;
  border-radius: 0 3px 3px 0;
  padding: 0.3rem 0.5rem;
  font-size: 1.4rem;
  text-align: center;
}



.sommer-button-active {
  border: 1px solid white;
  background-color: white;
  color: var(--dark-text);
  text-decoration: none;
  border-radius: 0 3px 3px 0;
  padding: 0.3rem 0.5rem;
  font-size: 1.4rem;
  text-align: center;
}

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

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

/* ------------ FAQ ----------------------- */

.faq-link { 
  text-decoration: underlinde;
 }

.faq-link:hover {
  color: var(--dark-text);
}

.arrow-icon {
  font-size: 0.8rem;
}

:root{
  --principal-font: 'Sulphur Point', sans-serif;
  --font-size: 15px;

  --primary-dark-color: #2e2e2e;
  --primary-soft-color: #CB9A95;

  --neutral-dark-color: #2e2e2e;
  --neutral-soft-color: #B9C0A8;

}



.attribution { 
  font-size: 11px
; text-align: center; 
  background-color: hsl(240, 5%, 91%);
  padding: 8px 0 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.attribution a { color: hsl(228, 45%, 44%); }

/* global */
/*================================================*/

.kleid-faq { max-width: 30%;}


.card-wrapper {
  padding-bottom: 50px; /* footer fixed */
  padding-top: 25px;
}

.instagram-media { min-width: 0 !important;}

/* generics */
/*================================================*/

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

/* FAQ card */
/*================================================*/

.faq-card {

  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* FAQ card: imagenes */
/*================================================*/


.faq-ilustrations{
  position: relative;
}

.faq-ilustrations .mobile.ilust{
  position: absolute;
  top:-110px;
  left:-30px;
  right: 0;
}

.mobile{
  display: block;
  margin: 0 auto;
}


/* FAQ card: main */
/*================================================*/

.faq-content {
  padding: 3rem 2rem; 

}

.faq-content h3 {
  text-align: center;
  color: var(--primary-dark-color);
  margin-bottom: 1rem;
}

.faq-accordion {
  padding: 1rem 0 1rem 0;
  border-bottom: 1px solid var(--dark-text);
}


/* FAQ card: main title */
/*================================================*/

/* checkbox tgg-title*/
input.tgg-title {
  appearance: unset;
  all:unset;
}

.faq-accordion-title label{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq-accordion-title h2{
  font-size: 1.3rem /*var(--font-size)*/;
  font-weight: 400;
  color: var(--neutral-dark-color);
}

.faq-accordion-title span{
  margin-left: auto;
  transition: transform .4s ease-in-out;
}


/* FAQ card: main content */
/*================================================*/

.faq-accordion-content {
  color: var(--dark-text);
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s ease-in-out;
}


/* Effects */
/*================================================*/

/* main title, accordion title effects */



/* onclick "" */
.faq-accordion .tgg-title:checked + div>label>h2 {
  font-weight: 700;
}

.faq-accordion .tgg-title:checked + div>label>span {
  will-change: transform;
  transform: rotate(180deg);
}

/* main content, acordion text effect */

.faq-accordion .tgg-title:checked ~ .faq-accordion-content{
  will-change: max-height;
  max-height: 400px;
}

/* ------------ Position Absolute -------------- */
.menu-insta {
  position: absolute;
  left: 45%;
  bottom: 1rem;
  z-index: 30;
}

.menu-insta a { 
  display: inline-block !important;
  padding: 0.5rem !important;
}

.language-selector-footer {
  margin-bottom: 1rem;
}

.language-selector {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  text-decoration: none;
  z-index: 31;
}

.language-selector a {
  text-decoration: none;
}

.pa1 {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 2rem;
  font-weight: 400;
  z-index: 9;
}

.pa2 {
  position: absolute;
  bottom: -1.5rem;
  right: -3rem;
  width: 50%;
  background-color: white;
}

.pa3 {
  position: absolute;
  top: -6.9rem;
  right: 15%;
  z-index: 2;
}

.pa4 {
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  z-index: 2;
}

.pa5 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
}

.pa6 {
  position: absolute;
  bottom: -1.5rem;
  left: -3rem;
  width: 50%;
  background-color: white;
}


.pa7 {
  position: absolute;
  bottom: -1.5rem;
  right: -3rem;
  width: 65%;
  background-color: white;
}


.hidden { visibility: hidden;}

/* ------------ Header & Hamburger Menu -------------- */
header {
    padding: 2rem;
    position: absolute;
    width: 100%;
}

header nav a {
  font-size: 1.2rem;
  color: white;
}

nav a {
    padding: 0.25rem 0.5rem;
    display: inline-block;
    text-decoration: none;
}

.header-logo {
  position: absolute;
  width: 17rem;
  z-index: 9;
}


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

.email-footer { 
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.balford-link-footer {
  font-family: "balford";
  font-size: 2.4rem !important;
}

.footer-logo {
  max-width: 13rem;
}

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: 200;
}

.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: 1rem;
  right: 1rem;
  z-index: 20;
  padding: 8px;
  margin-top: 0.8rem;
  line-height: 1.7;
  cursor: pointer;
  
}

.burger-button-index {
  position:fixed;
  top: 2vh;
  right: 2vh;
  z-index: 20;
  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(--medium);
  background-color: white;
  display: block;
  transition: 0.5s;
  margin-top: 10px;
  margin-bottom: 10px;
}
.burger-button-index.active span{
  border-color: var(--light);
  background-color:white;
}

.burger-button span{
  width: 35px;
  border: 1px solid var(--medium);
  background-color: white;
  display: block;
  transition: 0.5s;
  margin-top: 10px;
  margin-bottom: 10px;
}
.burger-button.active span{
  border-color: var(--light);
  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 {
  font-family: 'balford';
  font-size: 5rem;
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: white;
  cursor: pointer;
  z-index: 5;
}

.mobile-logo {
  padding: 1rem;
  width: 17rem;
}

.mobile-menu {
  position: fixed; 
  z-index: 10;
  top: 0;
  right: -100%;
  left: 100vw;
  bottom: 0;
  color: white;
  text-align: left;
  transition: 0.5s;
  max-height: 100vh !important;
  overflow: scroll;
  overflow-x: hidden;
}

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

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

.mobile-menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  color: white;
} 

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


/* ------------ 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(--medium);
  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(--medium);
  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: 2px solid var(--dark);
  color: var(--dark-text);
  background-color: white;
}

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


textarea {
  height: 20vh;
}

button {
    font-size: 1.2rem;
    display: inline-block;
    text-decoration: none;
    border: 1px solid var(--dark-text);
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    font-weight: 400;
    font-family: "Courier Prime", monospace;
    padding: 1rem;
    color: var(--dark-text);
}

button:hover {
  border: 1px solid var(--light);
}

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



/* Miscelaneous elements  */

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

hr.short.center {
  margin:auto;
  margin: 1rem auto;
}


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









/* ------------ 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) {

	.show-md { display: block; }
	.hide-md { display: none;  }
  .pa1 {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    z-index: 9;
  }

  h1 {
    font-size: 6rem;
    font-weight: 400;
  }

  .pa2 {
    position: absolute;
    bottom: 0.5rem;
    right: -1rem;
    width: 50%;
    background-color: white;
  }
  .pa3 {
    position: absolute;
    top: -4.5rem;
    right: 15%;
    z-index: 2;
  }

  h3 {
    font-size: 2.5rem;
  }

  .header-logo {
    position: absolute;
    width: 14rem;
    z-index: 9;
  }

  .padded-c1 {
    padding: 4.4rem;
  }

}

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


@media(max-width:48em) {

	.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-3 { padding-top: 3rem; }

  .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%; }

  .pa1 {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    z-index: 9;
    max-width: 40vw;
  }



  h1 {
    font-size: 5rem;
    font-weight: 400;
  }

  .pa3 {
    position: absolute;
    top: -3.5rem;
    right: 15%;
    z-index: 2;
  }

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

  .sm-padded { padding: 5%; }

  h3 {
    font-size: 2.5rem;
  }

}

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

@media(max-width:36em) {

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

    .subtle-heading-xs {
      font-weight: 300;
      font-family: 'Martel', serif; 
    }

    .pa1 {
      position: absolute;
      bottom: 0.5rem;
      left: 0.5rem;
      font-size: 1.2rem;
      font-weight: 400;
      z-index: 9;
    }

    .pa4 {
      position: absolute;
      right: 0.5rem;
      bottom: 1rem;
      z-index: 2;
    }
    .sommer-button,
    .winter-button,
    .sommer-button-active,
    .winter-button-active {
      font-size: 1rem;
    }


  h1 {
    font-size: 3.5rem;
    font-weight: 400;
  }
  h2 {
    font-size: 1.3rem;
    font-weight: 400;
  }

  .pa2 {
    position: absolute;
    bottom: 0.5rem;
    right: 0rem;
    width: 56%;
    background-color: white;
  }
  .pa3 {
    position: absolute;
    top: -2.9rem;
    right: 15%;
    z-index: 2;
  }

  .margin-t-c1 {
    margin-top: -6rem;
  }

  .xs-margin-b-2 {
    margin-bottom: 2rem;
  }


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

  .xs-margin-b-1 { margin-bottom: 1rem}

  .datum {
    font-size: 1.1rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  .round-corners { border-radius: 2rem ;}

  .pa6 {
    position: absolute;
    bottom: 0.5rem;
    left: 0rem;
    width: 50%;
    background-color: white;
  }

  h3 {
    font-size: 1.5rem;
  }

  header {
    padding: 1rem;
  }

  .padded-c1 {
    padding: 4rem;
  }

  .xs-margin-t-2 { margin-top: 2rem;}

  .pa7 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 47%;
    background-color: white;
  }

  .xs-padded { padding: 5%;}

  .mobile-logo {
    padding: 1rem;
    width: 14rem;
  }

  .footer-logo {
    max-width: 8.5rem;
  }

  .menu-insta {
    position: absolute;
    right: -3rem;
    top: 7rem;
    left: 65%;
    z-index: 30;
}
  

}





