:root {
  --yoga-gold: rgb(184, 147, 54);
}

/* quattrocento-sans-400normal - latin */
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    local('Quattrocento Sans'),
    local('QuattrocentoSans'),
    url('../fonts/quattrocento-sans-latin-400.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/quattrocento-sans-latin-400.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/* ==========================================================================
   https://github.com/01-Scripts/2Click-Iframe-Privacy
   ========================================================================== */


div.privacy-msg {
   background-image: url(../img/bg-map-fr.jpg);
   background-repeat: no-repeat;
   background-size: cover;
}

div.privacy-msg p {
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: smaller;
  padding: 2em;
  text-align:center;
}

div.privacy-msg .privacy-trigger a {
    display: inline-block; 
    background-color: white;
    padding: 0.5em 1em;
    border-radius: 11px;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  background-image: url(../img/bg-paper2.png);
  /* background-image: url(../img/bg-beige.jpg); */
  background-repeat: repeat;
}

body {
  font-family: 'Quattrocento Sans';
  font-size: larger;
  background-image: url(../img/lotus-top.png), url(../img/lotus-bottom.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: fixed, fixed;
  padding-top: 10%;

}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 0.5rem;
  /* border: 1px solid green; */
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 9px;
}

.profile {
  margin: 1em 0;
  border-radius: 11px;
}

.gmaps-container {
  width: 400px;
  height: 300px;
  margin: 1em auto;
  
}

.gmaps-container, 
.gmaps-container iframe {
  max-width: 100%;
}


@media only screen and (min-width: 58em) {

  .row {
    display: flex;
    text-align: left; 
  }
  
  .col {
    flex: 50%;
    padding: 0 1em;
  }
  
  .col1 {
      flex: 55%;
      text-align: right; 
  }
  
  
  .col2 {
    flex: 45%;
    text-align: left;
  }
  

  .gmaps-container {
    margin: 1em 0 1em auto;
  }


}

h1,
h2,
h3,
.brand {
  font-weight: normal;
  color: var(--yoga-gold);
}

.brand p {
  font-style: italic;
}

h2 {
  margin: 2rem 0 0.25rem 0;
}

.h-secondary {
  padding-bottom: 2rem;
}

p {
  margin: 0.25rem 0;
}

em {
  font-size: larger;
  font-style: normal;
  color: var(--yoga-gold);
}


.container ul {
  list-style-type: none;
  padding: 0.5rem 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-light {
  color: gray;
}

.contact-link {
  white-space: nowrap;
  display: block;
}

.link-icon {
  width: 0.75em;
  padding-right: 0.5em;
}


.brand {
  text-align: center;

}

.brand h1 {
  background-image: url(../img/verbinde-dich-mit-yoga.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-height: 60px;
}

.brand h1 i {
  visibility: hidden;
}


.legals {
  padding-top: 4em;
  font-size: smaller;
}

.toggle-content {
  display: none;
  text-align: left;
}

.toggle-content.is-visible {
  display: block;
}
