/**site**/


html { 
    box-sizing: border-box;
    scroll-behavior: smooth;
    background-color: #D0D0D0;
}

*, *::before, *::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
  } 

  a {
    text-decoration: none;
    color: inherit;
  }

  a:hover {
    color: #800;
  }

  a:active {
    color: #800;
  }


  /**Typography**/

  h1 {
    font-family: "montserrat";
    font-size: 1.9vw;
    font-weight: 900;
    white-space: pre;
    text-align: center;
    line-height: 0.8;
    color: #800;
    margin: 8px 0px 0px 0px;
  }

  h2 {    
    font-family: "montserrat";
    font-size: 1vw;
    font-weight: 100;
    white-space: pre;
    text-align: center;
    line-height: 0.8;
    color: #800;
    margin: 8px 0px 0px 0px;
  }

  h3 {
    font-family: "montserrat";
    font-size: 1vw;
    font-weight: 100;
    white-space: pre;
    text-align: center;
    line-height: 0.8;
    color: #3F5248;
    margin: 8px 0px 0px 0px;
  }

  h2.blockTitle {
    font-size: 1vw;
    font-weight: 100;
    white-space: normal;
    hyphens: auto;
    color: #f6E4AF;
    text-align: left;
    margin: 8px 8px 14px 10px;
  }

  h2.blockTitleDark {
    font-size: 1vw;
    font-weight: 100;
    white-space: normal;
    hyphens: auto;
    color: #3F5248;
    text-align: left;
    margin: 8px 8px 14px 10px;
  }

  p.blockText {
    font-family: "hind";
    font-size: .9vw;
    line-height: 1;
    hyphens: auto;
    color: white;
    margin: 8px 8px 8px 10px;
  }

  p.blockTextDark {
    font-family: "hind";
    font-size: .9vw;
    line-height: 1;
    hyphens: auto;
    color: black;
    margin: 8px 8px 8px 10px;
  }

  p.caption {
    font-family: "hind";
    font-size: .7vw;
    line-height: 1;
    hyphens: auto;
    color: black;
    margin: 16px 12px 8px 12px;
  }

  .brss {
    font-size: 1.4vw;
    font-weight: 600;
    color: #800;
  }

  .script {
    font-family: "yesteryear";
    font-weight: 100;
    color: black;
  }

  .skinny {
    font-weight: 100;
  }

  
  /** for browsers less than 660px **/

@media only screen and (max-width: 660px) {

  /** Utilities **/

  :root {
    --tbwf: 9;
  }

  /**Typography modified for screensze**/

h1 {
  font-size: 2.6vw;
}

h1.mainTitle {
  font-size: 3.6vw;
}

h2 {    
  font-size: 1.4vw;
}

h3 {
  font-size: 1.4vw;
}

h2.blockTitle {
  font-size: 3.2vw;
  color: #3F5248;
}

h2.blockTitleDark {
  font-size: 3.2vw;
}

p.blockText {
  font-size: 2.2vw;
}

p.blockTextDark {
  font-size: 2.2vw;
}

p.caption {
  font-size: 2vw;
}

.brss {
  font-size: 3.2vw;
}



#wrapper {
  margin: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
    width: 100%;
    max-width: 660px; 
    height: 1920px;
    display: grid;
    grid-template-columns: repeat(96, 1fr);   
    grid-template-rows: repeat(54, 1fr);
}



/**Base**/

/**BaseImages**/

#baseImages {
  grid-column-start: 1;
  grid-column-end: span 96;
  grid-row-start: 1;
  grid-row-end: span 54;
  display: grid;
  grid-template-columns: repeat(96, 1fr);   
  grid-template-rows: repeat(54, 1fr);
  margin: 0px 0px 0px 0px;
}


#hamburger {
  grid-column-start: 68;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 3;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 20;
  margin: 10px 0px 0px 0px;
}





 /* Dropdown Button */
 .dropbtn {
  background-color:#800;
  opacity: 0;
  padding: 8px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #800;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  opacity: .9;
  margin-left: -120px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #800;
  font-family: montserrat;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 




#backgroundImage{
  grid-column-start: 1;
  grid-column-end: span 96;
  grid-row-start: 1;
  grid-row-end: span 54;
  background-image: url(images-ph/backGround.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

#infoButton {
  grid-column-start: 64;
  grid-column-end: span 4;
  grid-row-start: 6;
  grid-row-end: span 4;
  background-image: url(images-ph/info.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 20;
  margin: 10px 0px 0px 0px;
}


#fancyText {
  grid-column-start: 17;
  grid-column-end: span 44;
  grid-row-start: 5;
  grid-row-end: span 32;
  background-image: url("images-ph/fancyText.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#behindFancyText {
  grid-column-start: 17;
  grid-column-end: span 44;
  grid-row-start: 5;
  grid-row-end: span 4;
  background-color:grey;
  opacity: .4;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 14px 14px 14px 14px;
  transform: skewY(-8deg);
  z-index: 3;
}

#fallFlower {
  grid-column-start: 5;
  grid-column-end: span 19;
  grid-row-start: 4;
  grid-row-end: span 41;
  background-image: url("images-ph/fallFlower.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  margin: 0px 0px 0px 0px;
}

#interestCloud {
  grid-column-start: 13;
  grid-column-end: span 74;
  grid-row-start: 9;
  grid-row-end: span 45;
  background-color: rgba(152,168,135, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

#fancyText2 {
  grid-column-start: 70;
  grid-column-end: span 24;
  grid-row-start: 47;
  grid-row-end: span 8;
  background-image: url("images-ph/fancyText2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#treeFlower {
  grid-column-start: 83;
  grid-column-end: span 9;
  grid-row-start: 44;
  grid-row-end: span 14;
  background-image: url("images-ph/purpleFlower.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#bigLogo {
  grid-column-start: 38;
  grid-column-end: span 19;
  grid-row-start: 1;
  grid-row-end: span 14;
  background-image: url(images-ph/bigLogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
  margin: 0px 0px 0px 0px;
}

#smallLogo {
  grid-column-start: 11;
  grid-column-end: span 9;
  grid-row-start: 49;
  grid-row-end: span 9;
  background-image: url(images-ph/smallLogo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
  margin: 0px 0px 0px 0px;
}

#redDot {
  grid-column-start: 90;
  grid-column-end: span 4;
  grid-row-start: 3;
  grid-row-end: span 3;
  background-image: url(images-ph/reddot.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
  margin: 14px 0px 0px 0px;
}


    /**baseText**/
    /**Headlines**/

#baseText {
    grid-column-start: 1;
    grid-column-end: span 96;
    grid-row-start: 1;
    grid-row-end: span 54;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(96, 1fr);   
    grid-template-rows: repeat(54, 1fr);
  }

#baseTextHeadline-1 {
    grid-column-start: 54;
    grid-column-end: span 18;
    grid-row-start: 4;
    grid-row-end: span 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 0em;
    z-index: 4;
  }


    /**textBlocks**/

  #quote {
    grid-column-start: 65;
    grid-column-end: span 30;
    grid-row-start: 6;
    grid-row-end: span 4;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 2.4vw;
    font-weight: 100;
    white-space: normal;
    hyphens: auto;
    color: #3F5248;
    line-height: .9;
    padding: 10px 10px 10px 10px;
    z-index: 26;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .quotationMark {
    font-size: 36vw;
    font-weight: bolder;
    Color: #F6E4AF;
    }

  #frontQuotationMark{
    grid-column-start: 60;
    grid-column-end: span 12;
    grid-row-start: 5;
    grid-row-end: span 3;
  }
  #backQuotationMark{
    grid-column-start: 76;
    grid-column-end: span 12;
    grid-row-start: 7;
    grid-row-end: span 3;
  }


}


  /** for browsers between 660px and 960px **/

@media only screen and (min-width: 660px) and (max-width: 960px) {

  /** Utilities **/

  :root {
    --tbwf: 9;
  }

  /**Typography modified for screensze**/

  h1 {
    font-size: 1.9vw;
  }



h1.mainTitle {
  font-size: 3.6vw;
}

  h2 {    
    font-size: 1vw;
  }

  h3 {
    font-size: 1vw;
  }

  h2.blockTitle {
    font-size: 2vw;
  }

  h2.blockTitleDark {
    font-size: 2vw;
  }

  p.blockText {
    font-size: 1.6vw;
  }

  p.blockTextDark {
    font-size: 1.6vw;
  }

  p.caption {
    font-size: 1.4vw;
  }

  .brss {
    font-size: 1.8vw;
  }


  #wrapper {
    margin: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
      width: 100%;
      max-width: 960px; 
      height: 1920px;
      display: grid;
      grid-template-columns: repeat(96, 1fr);   
      grid-template-rows: repeat(54, 1fr);
}



/**Base**/

/**BaseImages**/

#baseImages {
  grid-column-start: 1;
  grid-column-end: span 96;
  grid-row-start: 1;
  grid-row-end: span 54;
  display: grid;
  grid-template-columns: repeat(96, 1fr);   
  grid-template-rows: repeat(54, 1fr);
  margin: 0px 0px 0px 0px;
}


#hamburger {
  grid-column-start: 68;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 3;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 20;
  margin: 10px 0px 0px 0px;
}




 /* Dropdown Button */
 .dropbtn {
  background-color:#800;
  opacity: 0;
  padding: 8px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #800;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  opacity: .9;
  margin-left: -120px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #800;
  font-family: montserrat;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 




#backgroundImage{
  grid-column-start: 1;
  grid-column-end: span 96;
  grid-row-start: 1;
  grid-row-end: span 54;
  background-image: url(images-tab/backGround.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

#infoButton {
  grid-column-start: 43;
  grid-column-end: span 4;
  grid-row-start: 6;
  grid-row-end: span 4;
  background-image: url(images-tab/info.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 20;
  margin: 10px 0px 0px 0px;
}

#fancyText {
  grid-column-start: 17;
  grid-column-end: span 24;
  grid-row-start: 5;
  grid-row-end: span 19;
  background-image: url("images-tab/fancyText.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#behindFancyText {
  grid-column-start: 17;
  grid-column-end: span 28;
  grid-row-start: 5;
  grid-row-end: span 3;
  background-color:grey;
  opacity: .4;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 14px 14px 14px 14px;
  transform: skewY(-8deg);
  z-index: 3;
}

#fallFlower {
  grid-column-start: 5;
  grid-column-end: span 19;
  grid-row-start: 4;
  grid-row-end: span 41;
  background-image: url("images-tab/fallFlower.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  margin: 0px 0px 0px 0px;
}

#interestCloud {
  grid-column-start: 13;
  grid-column-end: span 83;
  grid-row-start: 8;
  grid-row-end: span 46;
  background-color: rgba(152,168,135, 0.2);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  padding: 0x 0px 0px 0px;
}

#fancyText2 {
  grid-column-start: 80;
  grid-column-end: span 15;
  grid-row-start: 35;
  grid-row-end: span 5;
  background-image: url("images-tab/fancyText2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#treeFlower {
  grid-column-start: 85;
  grid-column-end: span 9;
  grid-row-start: 36;
  grid-row-end: span 12;
  background-image: url("images-tab/purpleFlower.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#bigLogo {
  grid-column-start: 38;
  grid-column-end: span 19;
  grid-row-start: 1;
  grid-row-end: span 14;
  background-image: url(images-tab/bigLogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
  margin: 0px 0px 0px 0px;
}

#smallLogo {
  grid-column-start: 13;
  grid-column-end: span 9;
  grid-row-start: 49;
  grid-row-end: span 9;
  background-image: url(images-tab/smallLogo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
  margin: 0px 0px 0px 0px;
}

#redDot {
  grid-column-start: 86;
  grid-column-end: span 4;
  grid-row-start: 3;
  grid-row-end: span 3;
  background-image: url(images-tab/reddot.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
  margin: 14px 0px 0px 0px;
}


    /**baseText**/
    /**Headlines**/

#baseText {
    grid-column-start: 1;
    grid-column-end: span 96;
    grid-row-start: 1;
    grid-row-end: span 54;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(96, 1fr);   
    grid-template-rows: repeat(54, 1fr);
  }

#baseTextHeadline-1 {
    grid-column-start: 64;
    grid-column-end: span 18;
    grid-row-start: 4;
    grid-row-end: span 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 0em;
    z-index: 4;
  }


    /**textBlocks**/

  #quote {
    grid-column-start: 65;
    grid-column-end: span 30;
    grid-row-start: 6;
    grid-row-end: span 4;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 2vw;
    font-weight: 100;
    white-space: normal;
    hyphens: auto;
    color: #3F5248;
    line-height: .9;
    padding: 10px 10px 10px 10px;
    z-index: 26;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .quotationMark {
    font-size: 36vw;
    font-weight: bolder;
    Color: #F6E4AF;
    }

  #frontQuotationMark{
    grid-column-start: 60;
    grid-column-end: span 12;
    grid-row-start: 4;
    grid-row-end: span 3;
  }
  #backQuotationMark{
    grid-column-start: 80;
    grid-column-end: span 12;
    grid-row-start: 7;
    grid-row-end: span 3;
  }

}

/** for browsers between 960px and 1320px **/

@media only screen and (min-width: 960px) and (max-width: 1320px) {

  /** Utilities **/

  :root {
    --tbwf: 9;
  }

 /**Typography modified for screensze**/

 h1 {
  font-size: 1.9vw;
}

h2 {    
  font-size: .9vw;
}

h3 {
  font-size: .9vw;
}

h2.blockTitle {
  font-size: 1.1vw;
}

h2.blockTitleDark {
  font-size: 1.1vw;
}

p.blockText {
  font-size: .9vw;
}

p.blockTextDark {
  font-size: .9vw;
}

p.caption {
  font-size: .8vw;
}

.brss {
  font-size: 1.4vw;
}


#wrapper {
  margin: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
    width: 100%;
    max-width: 1320px; 
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(96, 1fr);   
    grid-template-rows: repeat(54, 1fr);
}



/**Base**/

/**BaseImages**/

#baseImages {
  grid-column-start: 1;
  grid-column-end: span 96;
  grid-row-start: 1;
  grid-row-end: span 54;
  display: grid;
  grid-template-columns: repeat(96, 1fr);   
  grid-template-rows: repeat(54, 1fr);
  margin: 0px 0px 0px 0px;
}


#hamburger {
  grid-column-start: 68;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 3;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 20;
  margin: 10px 0px 0px 0px;
}



 /* Dropdown Button */
 .dropbtn {
  background-color:#800;
  opacity: 0;
  padding: 8px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #800;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  opacity: .9;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #800;
  font-family: montserrat;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 




#backgroundImage{
  grid-column-start: 1;
  grid-column-end: span 96;
  grid-row-start: 1;
  grid-row-end: span 54;
  background-image: url(images-ms/backGround.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

#infoButton {
  grid-column-start: 31;
  grid-column-end: span 4;
  grid-row-start: 15;
  grid-row-end: span 4;
  background-image: url(images-ms/info.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 20;
  margin: 10px 0px 0px 0px;
}

#fancyText {
  grid-column-start: 16;
  grid-column-end: span 14;
  grid-row-start: 13;
  grid-row-end: span 8;
  background-image: url("images-ms/fancyText.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#behindFancyText {
  grid-column-start: 18;
  grid-column-end: span 14;
  grid-row-start: 13;
  grid-row-end: span 6;
  background-color:grey;
  opacity: .4;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 14px 14px 14px 14px;
  transform: skewY(-8deg);
  z-index: 3;
}

#fallFlower {
  grid-column-start: 5;
  grid-column-end: span 19;
  grid-row-start: 7;
  grid-row-end: span 41;
  background-image: url("images-ms/fallFlower.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  margin: 0px 0px 0px 0px;
}

#interestCloud {
  grid-column-start: 13;
  grid-column-end: span 74;
  grid-row-start: 17;
  grid-row-end: span 32;
  background-color: rgba(152,168,135, 0.2);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  padding: 10px 0px 0px 10px;
  overflow: hidden;
  
}

#fancyText2 {
  grid-column-start: 85;
  grid-column-end: span 6;
  grid-row-start: 34;
  grid-row-end: span 3;
  background-image: url("images-ms/fancyText2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#treeFlower {
  grid-column-start: 85;
  grid-column-end: span 9;
  grid-row-start: 36;
  grid-row-end: span 12;
  background-image: url("images-ms/purpleFlower.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#bigLogo {
  grid-column-start: 38;
  grid-column-end: span 19;
  grid-row-start: 1;
  grid-row-end: span 14;
  background-image: url(images-ms/bigLogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
  margin: 0px 0px 0px 0px;
}

#smallLogo {
  grid-column-start: 13;
  grid-column-end: span 9;
  grid-row-start: 45;
  grid-row-end: span 9;
  background-image: url(images-ms/smallLogo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
  margin: 0px 0px 0px 0px;
}

#redDot {
  grid-column-start: 80;
  grid-column-end: span 7;
  grid-row-start: 8;
  grid-row-end: span 5;
  background-image: url(images-ms/reddot.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
  margin: 0px 0px 0px 0px;
}


    /**baseText**/
    /**Headlines**/

#baseText {
    grid-column-start: 1;
    grid-column-end: span 96;
    grid-row-start: 1;
    grid-row-end: span 54;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(96, 1fr);   
    grid-template-rows: repeat(54, 1fr);
  }

#baseTextHeadline-1 {
    grid-column-start: 64;
    grid-column-end: span 18;
    grid-row-start: 11;
    grid-row-end: span 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 0em;
    z-index: 4;
  }


    /**textBlocks**/

 #quote {
    grid-column-start: 56;
    grid-column-end: span 20;
    grid-row-start: 14;
    grid-row-end: span 8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2vw;
    font-weight: 100;
    white-space: normal;
    hyphens: auto;
    color: #3F5248;
    line-height: 1;
    padding: 10px 10px 10px 10px;
    z-index: 26;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .quotationMark {
    font-size: 18vw;
    font-weight: bolder;
    Color:#F6E4AF;
    }

  #frontQuotationMark{
    grid-column-start: 52;
    grid-column-end: span 12;
    grid-row-start: 10;
    grid-row-end: span 3;
  }
  #backQuotationMark{
    grid-column-start: 70;
    grid-column-end: span 12;
    grid-row-start: 15;
    grid-row-end: span 3;
  }


}

/** for browsers larger than 1320px **/

@media only screen and (min-width: 1320px) {

  /** Utilities **/

  :root {
    --tbwf: 9;
  }

  #wrapper {
    max-width: 1920px; 
    margin: auto;
    height: 900px;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    width: 100%;
    max-width: 1920px; 
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(96, 1fr);   
    grid-template-rows: repeat(54, 1fr);
}

/**Base**/

/**BaseImages**/

#baseImages {
  grid-column-start: 1;
  grid-column-end: span 96;
  grid-row-start: 1;
  grid-row-end: span 54;
  display: grid;
  grid-template-columns: repeat(96, 1fr);   
  grid-template-rows: repeat(54, 1fr);
  margin: 0px 0px 0px 0px;
}


#hamburger {
  grid-column-start: 82;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 3;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 20;
  margin: 10px 0px 0px 0px;
}





 /* Dropdown Button */
 .dropbtn {
  background-color:#800;
  opacity: 0;
  padding: 8px;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #800;
  z-index: 1000;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 1000;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  opacity: .9;
  z-index: 1000;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #800;
  font-family: montserrat;
  font-size: .9rem;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  z-index: 1000;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display:flex;
  flex-direction: column;
  z-index: 1000;
} 




#backgroundImage{
  grid-column-start: 1;
  grid-column-end: span 96;
  grid-row-start: 1;
  grid-row-end: span 54;
  background-image: url(images-ls/backGround.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

#fancyText {
  grid-column-start: 16;
  grid-column-end: span 14;
  grid-row-start: 13;
  grid-row-end: span 8;
  background-image: url("images-ls/fancyText.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#behindFancyText {
  grid-column-start: 18;
  grid-column-end: span 14;
  grid-row-start: 13;
  grid-row-end: span 8;
  background-color:grey;
  opacity: .4;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 14px 14px 14px 14px;
  transform: skewY(-8deg);
  z-index: 3;
}

#fallFlower {
  grid-column-start: 5;
  grid-column-end: span 19;
  grid-row-start: 7;
  grid-row-end: span 41;
  background-image: url("images-ls/fallFlower.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  margin: 0px 0px 0px 0px;
}

#interestCloud {
  grid-column-start: 18;
  grid-column-end: span 78;
  grid-row-start: 19;
  grid-row-end: span 35;
  background-color: rgba(152,168,135, 0.2);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  padding: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8rem;
}

#fancyText2 {
  grid-column-start: 85;
  grid-column-end: span 6;
  grid-row-start: 34;
  grid-row-end: span 3;
  background-image: url("images-ls/fancyText2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#treeFlower {
  grid-column-start: 85;
  grid-column-end: span 9;
  grid-row-start: 36;
  grid-row-end: span 12;
  background-image: url("images-ls/purpleFlower.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#bigLogo {
  grid-column-start: 38;
  grid-column-end: span 19;
  grid-row-start: 1;
  grid-row-end: span 14;
  background-image: url(images-ls/bigLogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
  margin: 0px 0px 0px 0px;
}

#smallLogo {
  grid-column-start: 13;
  grid-column-end: span 9;
  grid-row-start: 45;
  grid-row-end: span 9;
  background-image: url(images-ls/smallLogo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
  margin: 0px 0px 0px 0px;
}

#redDot {
  grid-column-start: 80;
  grid-column-end: span 7;
  grid-row-start: 8;
  grid-row-end: span 5;
  background-image: url(images-ls/reddot.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
  margin: 0px 0px 0px 0px;
}


    /**baseText**/
    /**Headlines**/

#baseText {
    grid-column-start: 1;
    grid-column-end: span 96;
    grid-row-start: 1;
    grid-row-end: span 54;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(96, 1fr);   
    grid-template-rows: repeat(54, 1fr);
  }

#baseTextHeadline-1 {
    grid-column-start: 64;
    grid-column-end: span 18;
    grid-row-start: 11;
    grid-row-end: span 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 0em;
    z-index: 4;
  }


    /**textBlocks**/

  #quote {
    grid-column-start: 56;
    grid-column-end: span 20;
    grid-row-start: 14;
    grid-row-end: span 8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1vw;
    font-weight: 100;
    white-space: normal;
    hyphens: auto;
    color: #3F5248;
    line-height: .9;
    padding: 10px 10px 10px 10px;
    z-index: 26;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .quotationMark {
    font-size: 14vw;
    font-weight: bolder;
    Color:#F6E4AF;
    }

  #frontQuotationMark{
    grid-column-start: 52;
    grid-column-end: span 12;
    grid-row-start: 9;
    grid-row-end: span 3;
  }
  #backQuotationMark{
    grid-column-start: 70;
    grid-column-end: span 12;
    grid-row-start: 15;
    grid-row-end: span 3;
  }

  }

