/**site**/

/**Colors**/

:root {
  --dark-red: #800;
  --dark-olive: #3F5248;
  --background: #D0D0D0;
  --black: black;
  --off-yellow: #f6E4AF;
  --light-olive: rgba(152, 168, 135, 0.5);
  --green-gray: rgba(255, 255, 255, 0.5);
  --gray-yellow: rgba(234,237,186, 0.5);
  --white: white;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  background-color: var(--background);
  height: 100vh;
  width: 100vw;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: var(--dark-red);
}

a:active {
  color: var(--dark-red);
}

*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

.baseImage {
  background-size: contain;
  background-repeat: no-repeat;
}

.baseImageCircleBig-home{
mix-blend-mode: soft-light;
background-size: contain;
background-repeat: no-repeat;
}

/**Typography -- font sizes are screen-size dependent**/

h1 {
  font-family: "montserrat";
  font-weight: 300;
  white-space: pre;
  text-align: center;
  color: var(--dark-red);
  margin: 0px 0px 0px 0px;
}

h2 {    
  font-family: "oswald";
  font-weight: 400;
  white-space: pre;
  text-align: center;
  justify-content: center;
  color: var(--off-yellow);
  margin: 0px 0px 0px 0px;
  z-index: 40;
}

h3 {
  font-family: "montserrat";
  font-weight: 400;
  white-space: pre;
  text-align: center;
  color: var(--dark-olive);
  margin: 8px 0px 0px 0px;
}

h2.blockTitle {
  font-family: "montserrat";
  font-weight: 400;
  white-space: normal;
  hyphens: auto;
  color: var(--off-yellow);
  text-align: left;
  margin: 8px 8px 8px 10px;
}

h2.blockTitleDark {
  font-family: "montserrat";
  font-weight: 400;
  white-space: normal;
  hyphens: auto;
  color: var(--dark-olive);
  text-align: left;
  margin: 8px 8px 8px 10px;
}

p.blockText {
  font-family: "oswald";
  font-weight: 200;
  hyphens: auto;
  color:var(--white);
  margin: 8px 8px 8px 10px;
}

p.blockTextDark {
  font-family: "oswald";
  font-weight: 200;
  hyphens: auto;
  color: var(--black);
  margin: 8px 8px 8px 10px;
}

p.caption {
  font-family: "oswald";
  font-weight: 200;
  hyphens: auto;
  color: var(--black);
  margin: 16px 12px 8px 12px;
}

.brss {
  font-size: 1.4vw;
  font-weight: 600;
  color: var(--dark-red);
}

.skinny {
  font-weight: 300;
  font-size: 1rem;
}


/**General Layout**/

#container {
  margin: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  display: grid;
}

.headline {
background-size: contain;
background-repeat: no-repeat;
z-index: 14;
}

.subHeadline {
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 14;
  }

.textBlock {

background-size: contain;
background-repeat: no-repeat;
background-color: var(--light-olive);
z-index: 14;
}

.subHeadline {
  background-size: contain;
  background-repeat: no-repeat;
}


/**captions**/

.caption {

background-size: contain;
background-repeat: no-repeat;
background-color: var(--green-gray);
padding: 8px;
z-index: 14;
}

   
  /** CSS for browsers less than 660px **/

  @media only screen and (max-width: 660px) {
  
    /** Utilities **/
  
    :root {
      --tbwf: 9;
    }
      
  /**Typography modified for screensze**/


  h1.mainTitle {
    font-size: 40px;
    font-weight: 600;
  }
  
  h1 {
   font-size: 16px;
  }

  
  h2 {    
    font-size: 18px;
    font-weight: 300;
  }
  
  h3 {
    font-size: 16px;
    line-height: 15;
  }
  
  h2.blockTitle {
    font-size: 16px;
    line-height: 16px;
  }
  
  h2.blockTitleDark {
    font-size: 16px;
    line-height: 16px;
  }
  
  p.blockText {
    font-size: 14px;
    line-height: 14px;
  }
  
  p.blockTextDark {
    font-size: 14px;
    line-height: 14px;
  }
  
  p.caption {
    font-size: 12px;
  }
  
  .brss {
    font-size: 1.8vw;
  }

  #container {
      width: 100%;
      max-width: 660px; 
      height: 1920px;
      grid-template-columns: repeat(56, 1fr);   
      grid-template-rows: repeat(100, 1fr);
}
  
  /**Base**/
  
  /**BaseImages**/
  
  #baseImages {
      grid-column-start: 1;
      grid-column-end: span 56;
      grid-row-start: 1;
      grid-row-end: span 100;
      background-color: #D0D0D0;
      display: grid;
      grid-template-columns: repeat(56, 1fr);   
      grid-template-rows: repeat(100, 1fr);
      margin: 0px 0px 0px 0px;
  }
  
  #bigBird {
    grid-column-start: 1;
    grid-column-end: span 40;
    grid-row-start: 14;
    grid-row-end: span 80;
    background-image: url("images-ph/bigBird2.png");
    z-index: 6;
  }
  
  #bigLogo {
    grid-column-start: 20;
    grid-column-end: span 26;
    grid-row-start: 1;
    grid-row-end: span 18;
    background-image: url(images-ph/bigLogo2.png);
    z-index: 2;
    margin: 0px 0px 0px 0px;
  }
  
  #smallLogo {
    grid-column-start: 8;
    grid-column-end: span 9;
    grid-row-start: 65;
    grid-row-end: span 9;
    background-image: url(images-ph/smallLogo.svg);
    z-index: 20;
    margin: 0px 0px 0px 0px;
  }

  #redDot {
    grid-column-start: 48;
    grid-column-end: span 7;
    grid-row-start: 92;
    grid-row-end: span 5;
    background-image: url(images-ph/redDot.png);
    z-index: 10;
    margin: 30px 0px 0px 0px;
  }

  #smallRedDot1 {
    grid-column-start: 31;
    grid-column-end: span 2;
    grid-row-start: 11;
    grid-row-end: span 2;
    background-image: url(images-ph/redDot.png);
    z-index: 16;
  }
  
  #smallRedDot2 {
    grid-column-start: 2;
    grid-column-end: span 2;
    grid-row-start: 5;
    grid-row-end: span 2;
    background-image: url(images-ph/redDot.png);
    z-index: 16;
  }
  
  #smallRedDot3 {
    grid-column-start: 31;
    grid-column-end: span 2;
    grid-row-start: 21;
    grid-row-end: span 2;
    background-image: url(images-ph/redDot.png);
    z-index: 16;
  }
  
  #smallRedDot4 {
    grid-column-start: 31;
    grid-column-end: span 2;
    grid-row-start: 31;
    grid-row-end: span 2;
    background-image: url(images-ph/redDot.png);
    z-index: 16;
  }
  
  #smallRedDot5 {
    grid-column-start: 31;
    grid-column-end: span 2;
    grid-row-start: 41;
    grid-row-end: span 2;
    background-image: url(images-ph/redDot.png);
    z-index: 16;
  }
  
  #smallRedDot6 {
    grid-column-start: 31;
    grid-column-end: span 2;
    grid-row-start: 51;
    grid-row-end: span 2;
    background-image: url(images-ph/redDot.png);
    z-index: 16;
  }
  
  #smallRedDot7 {
    grid-column-start: 31;
    grid-column-end: span 2;
    grid-row-start: 61;
    grid-row-end: span 2;
    background-image: url(images-ph/redDot.png);
    z-index: 16;
  }
  #smallRedDot8 {
    grid-column-start: 31;
    grid-column-end: span 2;
    grid-row-start: 71;
    grid-row-end: span 2;
    background-image: url(images-ph/redDot.png);
    z-index: 16;
  }
  #smallRedDot9 {
    grid-column-start: 31;
    grid-column-end: span 2;
    grid-row-start: 81;
    grid-row-end: span 2;
    background-image: url(images-ph/redDot.png);
    z-index: 16;
  }
  
  #backGround {
    grid-column-start: 1;
    grid-column-end: span 56;
    grid-row-start: 1;
    grid-row-end: span 100;
    background-image: url(images-ph/ph-660.jpg);
    margin: 0px 0px 0px 0px;
    background-size: cover;
  } 

  #hamburger {
    grid-column-start: 45;
    grid-column-end: span 3;
    grid-row-start: 1;
    grid-row-end: span 3;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1000;
    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;
    margin-left: -120px;
    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;
  } 
  
  
      /**baseText**/
      /**Headlines**/
  
  #baseText {
      grid-column-start: 1;
      grid-column-end: span 56;
      grid-row-start: 1;
      grid-row-end: span 100;
      z-index: 14;
      display: grid;
      grid-template-columns: repeat(56, 1fr);   
      grid-template-rows: repeat(100, 1fr);
    }
  
      /**textBlocks**/
  
      #mainTitle {
        grid-column-start: 9;
        grid-column-end: span 30;
        grid-row-start: 95;
        grid-row-end: span 4;
        z-index: 24;
      }

      #subTitle {
        grid-column-start: 8;
        grid-column-end: span 15;
        grid-row-start: 97;
        grid-row-end: span 9;
        z-index: 24;
      }

      #baseTextBlock-1 {
        grid-column-start: 2;
        grid-column-end: span 16;
        grid-row-start: 6;
        grid-row-end: span 11;
        padding: 0px 5px 0px 5px;
      }    
  
    #baseTextBlock-2 {
      grid-column-start: 34;
      grid-column-end: span 20;
      grid-row-start: 11;
      grid-row-end: span 9;
      padding: 0px 5px 0px 5px;
    }
  
    #baseTextBlock-3 {
      grid-column-start: 34;
      grid-column-end: span 20;
      grid-row-start: 21;
      grid-row-end: span 9;
      padding: 0px 5px 0px 5px;
    }
  
    #baseTextBlock-4 {
      grid-column-start: 34;
      grid-column-end: span 20;
      grid-row-start: 31;
      grid-row-end: span 9;
      padding: 0px 5px 0px 5px;
    }
  
    #baseTextBlock-5 {
      grid-column-start: 34;
      grid-column-end: span 20;
      grid-row-start: 41;
      grid-row-end: span 9;
      padding: 0px 5px 0px 5px;
    }
  
    #baseTextBlock-6 {
      grid-column-start: 34;
      grid-column-end: span 20;
      grid-row-start: 51;
      grid-row-end: span 9;
      padding: 0px 5px 0px 5px;
    }  
    
    #baseTextBlock-7 {
      grid-column-start: 34;
      grid-column-end: span 20;
      grid-row-start: 61;
      grid-row-end: span 9;
      padding: 0px 5px 0px 5px;
    }

    #baseTextBlock-8 {
      grid-column-start: 34;
      grid-column-end: span 20;
      grid-row-start: 71;
      grid-row-end: span 9;
      padding: 0px 5px 0px 5px;
    }
  
    #baseTextBlock-9 {
      grid-column-start: 34;
      grid-column-end: span 20;
      grid-row-start: 81;
      grid-row-end: span 9;
      padding: 0px 5px 0px 5px;
    }
  
  /**captions**/
  
    #caption-1 {
      grid-column-start: 2;
      grid-column-end: span 15;
      grid-row-start: 48;
      grid-row-end: span 18;
    }
  }
  


  /** CSS for browsers between 660px and 960px **/

  @media only screen and (max-width: 960px) and (min-width: 660px) {
  
    /** Utilities **/
  
    :root {
      --tbwf: 9;
    }
  
    /**Typography modified for screensize**/

    
    h1 {
      font-size: 2.1vw;
      line-height: 2vw;
      font-weight: 600;
    }
  
  h2 {    
      font-size: 1.7vw;
      line-height: 1.6vw;
    }
  
  h3 {
      font-size: 1.5vw;
    }
  
  h2.blockTitle {
      font-size: 1.4vw;
      line-height: 1.4vw;
    }
  
  h2.blockTitleDark {
      font-size: 1.5vw;
      line-height: 1.4vw;
    }
  
  p.blockText {
      font-size: 1.2vw;
      line-height: 1.2vw;
    }
  
    p.blockTextDark {
      font-size: 1.2vw;
      line-height: 1.2vw;
    }
  
  p.caption {
      font-size: 1.2vw;
      line-height: 1.1vw;
    }
  
  .brss {
      font-size: 1.4vw;
    }
  
  /**Base**/  
  
  #container {
  max-width: 1920px; 
  height: 100vh;
  grid-template-columns: repeat(100, 1fr);   
  grid-template-rows: repeat(56, 1fr);
  }
  
  /**Base**/
  
  /**BaseImages**/
  
  #baseImages {
      grid-column-start: 1;
      grid-column-end: span 56;
      grid-row-start: 1;
      grid-row-end: span 100;
      background-color: #D0D0D0;
      display: grid;
      grid-template-columns: repeat(56, 1fr);   
      grid-template-rows: repeat(100, 1fr);
      margin: 0px 0px 0px 0px;
  }
  
  #bigBird {
    grid-column-start: 5;
    grid-column-end: span 50;
    grid-row-start: 13;
    grid-row-end: span 26;
    background-image: url("images-tab/bigBird.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 6;
  }

  #bigLogo {
    grid-column-start: 25;
    grid-column-end: span 24;
    grid-row-start: 1;
    grid-row-end: span 10;
    background-image: url(images-tab/bigLogo.png);
    z-index: 20;
    margin: 0px 0px 0px 0px;
  }
  
  #smallLogo {
    grid-column-start: 78;
    grid-column-end: span 9;
    grid-row-start: 52;
    grid-row-end: span 9;
    background-image: url(images-tab/smallLogo.svg);
    z-index: 10;
    margin: 0px 0px 0px 0px;
  }

  #redDot {
    grid-column-start: 83;
    grid-column-end: span 7;
    grid-row-start: 5;
    grid-row-end: span 5;
    background-image: url(images-tab/redDot.png);
    z-index: 10;
    margin: 16px 0px 0px 0px;
  }

  #smallRedDot1 {
    grid-column-start: 2;
    grid-column-end: span 2;
    grid-row-start: 15;
    grid-row-end: span 2;
    background-image: url(images-tab/redDot.png);
    z-index: 16;
  }
  
  #smallRedDot2 {
    grid-column-start: 20;
    grid-column-end: span 2;
    grid-row-start: 42;
    grid-row-end: span 2;
    background-image: url(images-tab/redDot.png);
    z-index: 16;
  }
  
  #smallRedDot3 {
    grid-column-start: 2;
    grid-column-end: span 2;
    grid-row-start: 46;
    grid-row-end: span 2;
    background-image: url(images-tab/redDot.png);
    z-index: 16;
  }
  
  #smallRedDot4 {
    grid-column-start: 20;
    grid-column-end: span 2;
    grid-row-start: 28;
    grid-row-end: span 2;
    background-image: url(images-tab/redDot.png);
    z-index: 16;
  }
  
  #smallRedDot5 {
    grid-column-start: 38;
    grid-column-end: span 2;
    grid-row-start: 54;
    grid-row-end: span 2;
    background-image: url(images-tab/redDot.png);
    z-index: 16;
  }
  
  #smallRedDot6 {
    grid-column-start: 38;
    grid-column-end: span 2;
    grid-row-start: 40;
    grid-row-end: span 2;
    background-image: url(images-tab/redDot.png);
    z-index: 16;
  }
  
  #smallRedDot7 {
    grid-column-start: 8;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 2;
    background-image: url(images-tab/redDot.png);
    z-index: 16;
  }
  #smallRedDot8 {
    grid-column-start: 2;
    grid-column-end: span 2;
    grid-row-start: 32;
    grid-row-end: span 2;
    background-image: url(images-tab/redDot.png);
    z-index: 16;
  }
  #smallRedDot9 {
    grid-column-start: 38;
    grid-column-end: span 2;
    grid-row-start: 26;
    grid-row-end: span 2;
    background-image: url(images-tab/redDot.png);
    z-index: 16;
  }
  
  #backGround {
    grid-column-start: 1;
    grid-column-end: span 56;
    grid-row-start: 1;
    grid-row-end: span 100;
    background-image: url(images-tab/tab-960.jpg);
    background-size: cover;
    margin: 0px 0px 0px 0px;
  }
  
#hamburger {
  grid-column-start: 48;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 3;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
  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;
  margin-left: -120px;
  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;
} 
  
      /**baseText**/
      /**Headlines**/
  
  #baseText {
      grid-column-start: 1;
      grid-column-end: span 58;
      grid-row-start: 1;
      grid-row-end: span 100;
      z-index: 14;
      display: grid;
      grid-template-columns: repeat(56, 1fr);   
      grid-template-rows: repeat(100, 1fr);
    }
  
      /**textBlocks**/
  
      #mainTitle {
        grid-column-start: 14;
        grid-column-end: span 30;
        grid-row-start: 60;
        grid-row-end: span 4;
        z-index: 24;
      }

      #subTitle {
        grid-column-start: 14;
        grid-column-end: span 30;
        grid-row-start: 62;
        grid-row-end: span 4;
        z-index: 24;
      }
  
    #baseTextBlock-1 {
      grid-column-start: 2;
      grid-column-end: span 16;
      grid-row-start: 17;
      grid-row-end: span 10;
    }
  
    #baseTextBlock-2 {
      grid-column-start: 20;
      grid-column-end: span 16;
      grid-row-start: 44;
      grid-row-end: span 10;
    }
  
    #baseTextBlock-3 {
      grid-column-start: 2;
      grid-column-end: span 16;
      grid-row-start: 48;
      grid-row-end: span 10;
    }
  
    #baseTextBlock-4 {
      grid-column-start: 20;
      grid-column-end: span 16;
      grid-row-start: 30;
      grid-row-end: span 10
    }
  
    #baseTextBlock-5 {
      grid-column-start: 38;
      grid-column-end: span 16;
      grid-row-start: 56;
      grid-row-end: span 10;
    }
  
    #baseTextBlock-6 {
      grid-column-start: 38;
      grid-column-end: span 16;
      grid-row-start: 42;
      grid-row-end: span 10;
    }  

    #baseTextBlock-7 {
      grid-column-start: 8;
      grid-column-end: span 16;
      grid-row-start: 3;
      grid-row-end: span 10;
    }
  
    #baseTextBlock-8 {
      grid-column-start: 2;
      grid-column-end: span 16;
      grid-row-start: 34;
      grid-row-end: span 10;
    }

    #baseTextBlock-9 {
      grid-column-start: 38;
      grid-column-end: span 16;
      grid-row-start: 28;
      grid-row-end: span 10;
    }
  
  /**captions**/
  
    #caption-1 {
      grid-column-start: 16;
      grid-column-end: span 14;
      grid-row-start: 11;
      grid-row-end: span 20;
      z-index: 20;
    }
  }
  

  /** CSS for browsers between 960px and 1320px **/

  @media only screen and (max-width: 1320px) and (min-width: 960px) {
  

      /** Utilities **/

  :root {
    --tbwf: 9;
  }

  /**Typography modified for screensize**/

  h1 {
    font-size: 2.1vw;
    line-height: 2vw;
    font-weight: 600;
  }

h2 {    
    font-size: 1.7vw;
    line-height: 1.6vw;
  }

h3 {
    font-size: 1.5vw;
  }

h2.blockTitle {
    font-size: 1.4vw;
    line-height: 1.4vw;
  }

h2.blockTitleDark {
    font-size: 1.5vw;
    line-height: 1.4vw;
  }

p.blockText {
    font-size: 1.2vw;
    line-height: 1.2vw;
  }

  p.blockTextDark {
    font-size: 1.2vw;
    line-height: 1.2vw;
  }

p.caption {
    font-size: 1.2vw;
    line-height: 1.1vw;
  }

.brss {
    font-size: 1.4vw;
  }

/**Base**/  

#container {
max-width: 1920px; 
height: 100vh;
grid-template-columns: repeat(100, 1fr);   
grid-template-rows: repeat(56, 1fr);
}

/**Base**/

/**BaseImages**/

#baseImages {
    grid-column-start: 1;
    grid-column-end: span 100;
    grid-row-start: 1;
    grid-row-end: span 56;
    background-color: #D0D0D0;
    display: grid;
    grid-template-columns: repeat(100, 1fr);   
    grid-template-rows: repeat(56, 1fr);
    margin: 0px 0px 0px 0px;
}

#bigBird {
  grid-column-start: 7;
  grid-column-end: span 84;
  grid-row-start: 6;
  grid-row-end: span 37;
  background-image: url("images-ms/bigBird.png");
  z-index: 2;
}

#bigLogo {
  grid-column-start: 56;
  grid-column-end: span 26;
  grid-row-start: 2;
  grid-row-end: span 12;
  background-image: url(images-ms/bigLogo.png);
  z-index: 4;
}

#smallLogo {
  grid-column-start: 12;
  grid-column-end: span 9;
  grid-row-start: 44;
  grid-row-end: span 9;
  background-image: url(images-ms/smallLogo.svg);
  z-index: 4;
}

#redDot {
  grid-column-start: 65;
  grid-column-end: span 7;
  grid-row-start: 50;
  grid-row-end: span 5;
  background-image: url(images-ms/redDot.png);
  z-index: 16;
}

#smallRedDot1 {
  grid-column-start: 4;
  grid-column-end: span 2;
  grid-row-start: 8;
  grid-row-end: span 2;
  background-image: url(images-ms/redDot.png);
  z-index: 16;
}

#smallRedDot2 {
  grid-column-start: 16;
  grid-column-end: span 2;
  grid-row-start: 3;
  grid-row-end: span 2;
  background-image: url(images-ms/redDot.png);
  z-index: 16;
}

#smallRedDot3 {
  grid-column-start: 23;
  grid-column-end: span 2;
  grid-row-start: 27;
  grid-row-end: span 2;
  background-image: url(images-ms/redDot.png);
  z-index: 16;
}

#smallRedDot4 {
  grid-column-start: 34;
  grid-column-end: span 2;
  grid-row-start: 33;
  grid-row-end: span 2;
  background-image: url(images-ms/redDot.png);
  z-index: 16;
}

#smallRedDot5 {
  grid-column-start: 46;
  grid-column-end: span 2;
  grid-row-start: 27;
  grid-row-end: span 2;
  background-image: url(images-ms/redDot.png);
  z-index: 16;
}

#smallRedDot6 {
  grid-column-start: 58;
  grid-column-end: span 2;
  grid-row-start: 31;
  grid-row-end: span 2;
  background-image: url(images-ms/redDot.png);
  z-index: 16;
}

#smallRedDot7 {
  grid-column-start: 70;
  grid-column-end: span 2;
  grid-row-start: 25;
  grid-row-end: span 2;
  background-image: url(images-ms/redDot.png);
  z-index: 16;
}
#smallRedDot8 {
  grid-column-start: 88;
  grid-column-end: span 2;
  grid-row-start: 8;
  grid-row-end: span 2;
  background-image: url(images-ms/redDot.png);
  z-index: 16;
}
#smallRedDot9 {
  grid-column-start: 82;
  grid-column-end: span 2;
  grid-row-start: 32;
  grid-row-end: span 2;
  background-image: url(images-ms/redDot.png);
  z-index: 16;
}

#backGround {
  grid-column-start: 1;
  grid-column-end: span 100;
  grid-row-start: 1;
  grid-row-end: span 56;
  background-image: url(images-ms/MS-1320.png);
  z-index: 1;
  background-size: cover;
}

#hamburger {
  grid-column-start: 76;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 3;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
}

 /* 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;
} 


    /**baseText**/
    /**Headlines**/

#baseText {
    grid-column-start: 1;
    grid-column-end: span 100;
    grid-row-start: 1;
    grid-row-end: span 56;
    z-index: 14;
    display: grid;
    grid-template-columns: repeat(100, 1fr);   
    grid-template-rows: repeat(56, 1fr);
  }

    /**textBlocks**/

    #mainTitle {
      grid-column-start: 38;
      grid-column-end: span 20;
      grid-row-start: 52;
      grid-row-end: span 3;
    }

    #subTitle {
      grid-column-start: 34;
      grid-column-end: span 20;
      grid-row-start: 54;
      grid-row-end: span 3;
      z-index: 20;
    }

  #baseTextBlock-1 {
    grid-column-start: 70;
    grid-column-end: span var(--tbwf);
    grid-row-start: 27;
    grid-row-end: span 20;
  }

  #baseTextBlock-2 {
    grid-column-start: 88;
    grid-column-end: span var(--tbwf);
    grid-row-start: 10;
    grid-row-end: span 20;
  }

  #baseTextBlock-3 {
    grid-column-start: 34;
    grid-column-end: span var(--tbwf);
    grid-row-start: 35;
    grid-row-end: span 20;
  }

  #baseTextBlock-4 {
    grid-column-start: 3;
    grid-column-end: span var(--tbwf);
    grid-row-start: 10;
    grid-row-end: span 20;
  }

  #baseTextBlock-5 {
    grid-column-start: 46;
    grid-column-end: span var(--tbwf);
    grid-row-start: 29;
    grid-row-end: span 20;
  }

  #baseTextBlock-6 {
    grid-column-start: 16;
    grid-column-end: span var(--tbwf);
    grid-row-start: 5;
    grid-row-end: span 20;
  }  
  
  #baseTextBlock-7 {
    grid-column-start: 58;
    grid-column-end: span var(--tbwf);
    grid-row-start: 33;
    grid-row-end: span 20;
  }

  #baseTextBlock-8 {
    grid-column-start: 23;
    grid-column-end: span var(--tbwf);
    grid-row-start: 29;
    grid-row-end: span 20;
  }

  #baseTextBlock-9 {
    grid-column-start: 82;
    grid-column-end: span var(--tbwf);
    grid-row-start: 34;
    grid-row-end: span 20;
  }

/**captions**/

  #caption-1 {
    grid-column-start: 30;
    grid-column-end: span 10;
    grid-row-start: 4;
    grid-row-end: span 11;
  }  

}

  /** CSS for browsers larger than 1320px **/

@media only screen and (min-width: 1320px) {
  
  /** Utilities **/

  :root {
    --tbwf: 9;
  }

  /**Typography modified for screensize**/

  h1 {
    font-size: 1.9vw;
    line-height: 1.8vw;
    font-weight: 600;
  }

h2 {    
    font-size: 1.4vw;
    line-height: 1.3vw;
  }

h3 {
    font-size: 1vw;
  }

h2.blockTitle {
    font-size: 1.1vw;
    line-height: 1vw;
  }

h2.blockTitleDark {
    font-size: 1.1vw;
    line-height: 1vw;
  }

p.blockText {
    font-size: 1vw;
    line-height: 1vw;
  }

  p.blockTextDark {
    font-size: 1vw;
    line-height: 1vw;
  }

p.caption {
    font-size: .9vw;
    line-height: .9vw;
  }

.brss {
    font-size: 1.4vw;
  }

/**Base**/  

#container {
max-width: 1920px; 
height: 100vh;
grid-template-columns: repeat(100, 1fr);   
grid-template-rows: repeat(56, 1fr);
}

/**Base**/

/**BaseImages**/

#baseImages {
    grid-column-start: 1;
    grid-column-end: span 100;
    grid-row-start: 1;
    grid-row-end: span 56;
    background-color: #D0D0D0;
    display: grid;
    grid-template-columns: repeat(100, 1fr);   
    grid-template-rows: repeat(56, 1fr);
    margin: 0px 0px 0px 0px;
}

#bigBird {
  grid-column-start: 7;
  grid-column-end: span 84;
  grid-row-start: 6;
  grid-row-end: span 37;
  background-image: url("images-ls/bigBird.png");
  z-index: 2;
}

#bigLogo {
  grid-column-start: 56;
  grid-column-end: span 26;
  grid-row-start: 2;
  grid-row-end: span 12;
  background-image: url(images-ls/bigLogo.png);
  z-index: 4;
}

#smallLogo {
  grid-column-start: 12;
  grid-column-end: span 9;
  grid-row-start: 44;
  grid-row-end: span 9;
  background-image: url(images-ls/smallLogo.svg);
  z-index: 4;
}

#redDot {
  grid-column-start: 60;
  grid-column-end: span 7;
  grid-row-start: 47;
  grid-row-end: span 5;
  background-image: url(images-ls/redDot.png);
  z-index: 16;
}

#smallRedDot1 {
  grid-column-start: 3;
  grid-column-end: span 2;
  grid-row-start: 8;
  grid-row-end: span 2;
  background-image: url(images-ls/redDot.png);
  z-index: 16;
}

#smallRedDot2 {
  grid-column-start: 16;
  grid-column-end: span 2;
  grid-row-start: 3;
  grid-row-end: span 2;
  background-image: url(images-ls/redDot.png);
  z-index: 16;
}

#smallRedDot3 {
  grid-column-start: 23;
  grid-column-end: span 2;
  grid-row-start: 27;
  grid-row-end: span 2;
  background-image: url(images-ls/redDot.png);
  z-index: 16;
}

#smallRedDot4 {
  grid-column-start: 34;
  grid-column-end: span 2;
  grid-row-start: 33;
  grid-row-end: span 2;
  background-image: url(images-ls/redDot.png);
  z-index: 16;
}

#smallRedDot5 {
  grid-column-start: 46;
  grid-column-end: span 2;
  grid-row-start: 27;
  grid-row-end: span 2;
  background-image: url(images-ls/redDot.png);
  z-index: 16;
}

#smallRedDot6 {
  grid-column-start: 58;
  grid-column-end: span 2;
  grid-row-start: 31;
  grid-row-end: span 2;
  background-image: url(images-ls/redDot.png);
  z-index: 16;
}

#smallRedDot7 {
  grid-column-start: 70;
  grid-column-end: span 2;
  grid-row-start: 25;
  grid-row-end: span 2;
  background-image: url(images-ls/redDot.png);
  z-index: 16;
}
#smallRedDot8 {
  grid-column-start: 82;
  grid-column-end: span 2;
  grid-row-start: 8;
  grid-row-end: span 2;
  background-image: url(images-ls/redDot.png);
  z-index: 16;
}
#smallRedDot9 {
  grid-column-start: 82;
  grid-column-end: span 2;
  grid-row-start: 32;
  grid-row-end: span 2;
  background-image: url(images-ls/redDot.png);
  z-index: 16;
}

#backGround {
  grid-column-start: 1;
  grid-column-end: span 100;
  grid-row-start: 1;
  grid-row-end: span 56;
  background-image: url(images-ls/LS-1920.jpg);
  z-index: 1;
  background-size: cover;
}

#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: 1000;
}

 /* 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;
} 


    /**baseText**/
    /**Headlines**/

#baseText {
    grid-column-start: 1;
    grid-column-end: span 100;
    grid-row-start: 1;
    grid-row-end: span 56;
    z-index: 14;
    display: grid;
    grid-template-columns: repeat(100, 1fr);   
    grid-template-rows: repeat(56, 1fr);
  }

    /**textBlocks**/

    #mainTitle {
      grid-column-start: 38;
      grid-column-end: span 20;
      grid-row-start: 49;
      grid-row-end: span 3;
    }

    #subTitle {
      grid-column-start: 36;
      grid-column-end: span 20;
      grid-row-start: 51;
      grid-row-end: span 3;
      z-index: 20;
    }

  #baseTextBlock-1 {
    grid-column-start: 70;
    grid-column-end: span var(--tbwf);
    grid-row-start: 27;
    grid-row-end: span 20;
  }

  #baseTextBlock-2 {
    grid-column-start: 82;
    grid-column-end: span var(--tbwf);
    grid-row-start: 10;
    grid-row-end: span 20;
  }

  #baseTextBlock-3 {
    grid-column-start: 34;
    grid-column-end: span var(--tbwf);
    grid-row-start: 35;
    grid-row-end: span 20;
  }

  #baseTextBlock-4 {
    grid-column-start: 3;
    grid-column-end: span var(--tbwf);
    grid-row-start: 10;
    grid-row-end: span 20;
  }

  #baseTextBlock-5 {
    grid-column-start: 46;
    grid-column-end: span var(--tbwf);
    grid-row-start: 29;
    grid-row-end: span 20;
  }

  #baseTextBlock-6 {
    grid-column-start: 16;
    grid-column-end: span var(--tbwf);
    grid-row-start: 5;
    grid-row-end: span 20;
  }  
  
  #baseTextBlock-7 {
    grid-column-start: 58;
    grid-column-end: span var(--tbwf);
    grid-row-start: 33;
    grid-row-end: span 20;
  }

  #baseTextBlock-8 {
    grid-column-start: 23;
    grid-column-end: span var(--tbwf);
    grid-row-start: 29;
    grid-row-end: span 20;
  }

  #baseTextBlock-9 {
    grid-column-start: 82;
    grid-column-end: span var(--tbwf);
    grid-row-start: 34;
    grid-row-end: span 20;
  }

/**captions**/

  #caption-1 {
    grid-column-start: 30;
    grid-column-end: span 10;
    grid-row-start: 4;
    grid-row-end: span 11;
  }
    

}
