/*Mobile*/

:root {
  --MyBlue: #26B7D8;
  --MyDarkBlue: rgb(27, 81, 138);
  --MyLightGrey: #eff4f8;
}

.arrow {
  position: absolute;
  right: 100px;
  scale: 1.5;
  background-color: white;
  border-radius: 100%;
  bottom: 10px;
  left: 48.3%;
  rotate: 0deg;
  transition: rotate 0.4s;
}

.arrow.vortrag{
  bottom: -5px;
  scale: 1.3;
  text-align: right;
}

.rotate {
  transition: rotate 0.4s;
  rotate: 180deg;
}



@media only screen and (max-width: 600px) {

  /*Main*/
  
  html {
    height: 100%;
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden
  }
  
  body {
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin:0;
    padding:0;
  }


  
  .primary-container {
    top:120px;
    height: auto;
    width:100%;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 6rem;
    align-items: center;
    position: absolute;
    align-content: space-between;

  }

  .content-container {
    background-color: var(--MyLightGrey);
    height: auto;
    width:95%;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 15px;
    border-radius: 3px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    transition: height 0.2s, opacity 0.2s;
    
  }

  .referent {
    min-height: 150px;
    max-height: 150px;
  }

  .open {
    max-height: 1500px;
    transition: height 0.2s;
    padding-bottom: 30px;
  }

  .hide {
    opacity: 0%;
    transition: opacity 0.2s;
    display: none;
  }

  
  /*Index*/
  .page-link-container {
    background-color: #26B7D8;
    width: 350px;
    height: 200px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
    position: relative;
  }
  
  .page-link-icon {
    scale: 30%;
    text-align: center;
    position: absolute;
    bottom: -70px;
    right: -25px;
  }
  
  .page-link-text {
    color: white;
      font-family: 'Inter', sans-serif;
      font-weight: bold;
      position: relative;
      top: 60%;
      font-size: 20pt;
      padding-right: 5px;
  }
  
  .page-link:link {
    text-decoration: none;
  }
  
  .page-container {
    position: relative;
    min-height: 100%;
    
  }
  
  .error {
    width: 100%;
    height: 90px;
    background-color:#1B518A;
    margin-top: 100px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    position:absolute;
    text-align: center;
    align-self: baseline;
    box-shadow: 0px 3px 6px #00000029;
    padding-top: 50px;
    font-size: 30px;
  }
  
  #Link-Container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  
  .nav-link {
    text-align: center;
    width: 90%;
    height:35px;
    opacity: 100%;
    align-items: baseline;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    border-bottom: #0000001e;
    border-bottom-style:solid;
    vertical-align: center;
    text-align: center;
    line-height: 35px;  
  }
  
  .selected {
    background-color: rgb(29, 143, 168);
  }
  
  /*Header*/
  
   #Main-Header-Container {
          width: 100%;
          height: 80px;
          background-color: #1B518A;
          position: absolute;
          z-index: 20;
      }
      
      .HeaderLogoImage {
        padding-left: 5px;
          height: 80px;
          width: 160px;
          object-fit: contain;
      }
      
      #Header-Text {
          color: white;
      font-family: 'Inter', sans-serif;
      font-weight: bold;
      position: absolute;
      float: right;
      top: 10px;
      right:0px;
      text-align: right;
      font-size: 20pt;
      padding-right: 5px;
      
      }

      .spacer {
        height: 90px;
        width: 1000%;
        position: relative;;
      }
  
  /*Footer*/

  .over-footer {
    height: 100%;
    width: 100%;
  }
  
  .footer-container {
    width: 100%;
    background-color: #1B518A;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5rem;       
  }
  
  /*Dropdown*/
  
  #Nav-DropDown-Container {
          width: 100%;
          height: 225px;
          background: transparent linear-gradient(240deg, #26D8C3 0%, #26B7D8 100%) 0% 0% no-repeat padding-box;
          opacity: 0.96;
          position: absolute;
          top: -110px;
          z-index: 10;
          border-bottom-left-radius: 9px;
          border-bottom-right-radius: 9px;
          box-shadow: 0px 3px 6px #00000029;
      }
      
  #Nav-Dropdown-Icon-Image {
    scale: 1.2;
    position: absolute;
    left: 48.3%;
    bottom: 7px;
    text-align: center;
    object-fit: fill;
    }
  
    @keyframes DropDown {
      from {top: -110px}
      to {top: 80px}
    }
  
    @keyframes DropUp {
      from {top: 80px}
      to {top: -110px}
    }
  
    .dropdown {
      animation: DropDown 0.7s;
      animation-fill-mode: forwards;  
    }
  
    .dropup {
      animation: DropUp 0.7s;
      animation-fill-mode: forwards;  
    }
  
  
  /*Kommentare*/

  .no-comments {
    height: auto;
    background-color: var(--MyLightGrey);
    font-family: 'Inter', sans-serif;
    font-weight:bold;
    padding: 10px;
    margin-top: 20px;
  }

  .comment-container {
    width: 90%;
    position: relative;
    top: 530px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 6rem;
    align-items: center;
    position: absolute;
    align-content: space-between;

  }
  
  .Like-Icon {
    color: white;
    filter: invert(100%) sepia(49%) saturate(175%) hue-rotate(152deg) brightness(118%) contrast(101%);
    scale: 1.3;
    position: relative;
  }
  
  #Zeit {
    font-size: 13pt;
  }

  #vortrag-container {
    background-color: var(--MyLightGrey);
    color: black;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15pt;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 10px;
    z-index: 5;
    height: auto;
    top: 80px;
    position: relative;
  }

  #Vortrag-Titel {
    font-size: 17pt;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
    font-weight: bold;
    position: relative;
    left: 9%;
    width: 80%;
  }

  #Vortrag-Titel-Container {
    background-color: #1B518A;
  }

  .triangle-zurück {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #ffffff;
    border-left: 0;
    position: absolute;
    margin: 10px;
    bottom: 30px;
  }

  .triangle-vor {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #ffffff;
    border-right: 0;
    position: absolute;
    margin: 10px;
    bottom: 30px;
    right: 0px;
  }

  .content-container.comment {
    height: 20%;
    width: 90%;
  }

  .Button-Like{
    background-color: #6a8eb6; /* Green */
    border: none;
    color: white;
    width: 60px;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;        
    position:relative;
    bottom: 5px;
    left: 55%;
    z-index: 0;
  }
  
  .Button-Dislike {
    background-color: rgb(227, 163, 163); /* Green */
    border: none;
    color: white;
    width: 60px;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;     
    position: absolute;   
    bottom: 5px;
    left:57%;
    z-index: 0;
    position: relative;
  }
  
  .identität {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    bottom: 5px;
    left: 6px;
    position: absolute;
    color: var(--MyDarkBlue);
  }
  
  .kommentar-text {
    font-family: 'Inter', sans-serif;
    font-size: 12pt;
    width: 90%;
    max-width: 90%;
    height: auto;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);;
    border-radius: 4px;
    top: 10px;
    left: 5px;
    word-wrap:break-word;
    padding: 3px;
    margin-bottom: 40px;
    display: inline-block;
  }
  
  #submit-button {
    color: white; 
    background: #1B518A;
    cursor: pointer;
    width: 80%;
    border-radius: 8px;
    border: none;
    height: 40px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14pt;
    margin-bottom: 10px;
  
  }



  .sort-button {
    background: rgb(27, 81, 138, 0.5);
    
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
  box-shadow: 0px 3px 6px #00000029;
  }

  .sort-button.inactive {
    border: none;
    padding: 0;
    font: inherit;
    cursor:default;
    outline: inherit;
    background-color: none;
    color: inherit;
    opacity: 0.5;
    box-shadow: none;
  }

  .image-fit {
    object-fit:contain;
  }

  #sort-button-container {
    color: white; 
    background: var(--MyBlue);
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    border: none;
    height: auto;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14pt;
    margin-bottom: 10px;
    scale: 0.8;
  }
  
  
  #Comment-Submit-Container {
    margin-top: 150px;
    height: auto;
    background-color: #eff4f8;
    width: 100%;
    text-align: center;
    padding: 10px;
    bottom: 100px;
    position: relative;
    padding-top: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 13pt;
    font-weight: bold;
    padding: 5px;
  }
  
  #text {
    border:0; outline:0;
    padding: 1em;
    border-radius: 8px;
    display: block;
    margin-top: 1em;
    font-family: 'Merriweather', sans-serif;
    resize: none;
    width: 93%;
  }

  #identität {
    border:0; outline:0;
    padding: 1em;
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-top: 1em;
    font-family: 'Merriweather', sans-serif;
    font-size: 12pt;
    resize: none;
    width: 93%;
  }
  
  /*Referenten*/

  .img-container {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 3px;
    position: absolute;
  }

  .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    mask-image: linear-gradient(to right, Black 0%, black 10%, black 70%, transparent 100%);
  }
  }

  .name-text {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 20pt;
    position: relative;
    top: 45px;
    left: 145px;
  }
  .firma-text {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 12pt;
    position: relative;
    top: 75px;
    left: 145px;
  }

  .copyright-text {
    font-family: 'Inter', sans-serif;
    font-size: 9pt;
    font-style: italic;
    position: relative;
    top: 50px;
    left: 135px;
  }



  .big-beschreibung-text {
    position: relative;
    width: 95%;
    height: 65px;
    border-radius: 3px;
    padding: 5px;
    overflow-y: hidden;
    font-family: 'Inter', sans-serif;
    font-size: 11pt;
    left: 10px;
    overflow-x: hidden;
    word-wrap: break-word;
    margin-top: 60px;
    margin-bottom: 50px;
  }


  
  /*Vorträge*/

  .bis {
    color: white;
    font-size: 12pt;

  }

  .day {
    font-family: 'Inter', sans-serif;
    width: 100%;
    padding: 30px;
    background-color: var(--MyLightGrey);
    text-align: center;
    font-weight: bold;
    font-size: 20pt;
  }
  
  .content-container-vortrag {
    width: 90%;
    min-height: 100px;
    max-height: 200px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    margin-bottom: 15px;
    background-color: var(--MyLightGrey);
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 15px;
    border-radius: 3px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    transition: height 0.2s, opacity 0.2s;
  }

  .content-container.pause {
    width: 90%;
    height: Auto;
    font-family: 'Inter', sans-serif;
    text-align: center;
    padding: 5px;
    outline: var(--MyDarkBlue);
    outline-style: solid;
    font-size: 15pt;
  }

  .v-titel {
    color: black;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    width: 100%;
    background: var(--MyLightGrey)
  }

  .v-beschreibung {
    margin-bottom: 10px;
    background-color: white;
    font-size: 10pt;
    margin-left: 5px;
    margin-right: 5px;
    transition: height 0.2s, opacity 0.2s;
    padding: 3px;
  }

  .v-zeit {
    color: rgb(58, 58, 58);
    margin: 10px;
    font-weight: bold;
    background-color:white;
    border-radius: 6px;
    padding: 3px;
  }

  .v-referenten {
    background-color: white;
    font-size: 10pt;
    margin-left: 5px;
    margin-right: 5px;
    transition: height 0.2s, opacity 0.2s;
  }

  .v-open {
    max-height: 400px;
    transition: max-height 0.2s;
  }

  .v-hide {
    opacity: 0%;
    transition: opacity 0.2s;  }

  .content-container-vortrag.exkursion_main{
    height: auto;
  }

  .v-titel.under {
    background-image: none;
    font-size: 14pt;
  }

  


  /*Sponsoren*/
  .name-firma {
    font-family: 'Inter', sans-serif;
    font-size: 15pt;
    position: relative;
    text-align: center;
    color: white;
  }

  .spacer {
    height: 50px;
  }
  
  .content-container-hauptsponsor {
    
    min-height: 80px;
    width:95%;
    max-width: 95%;
    
    border-radius: 8px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px;
    bottom: 50px;
    text-align: center;
  }

  image.content-container-hauptsponsor{
    max-width: 95%;
  }
  
  #nebensponsoren {
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    
  }

  .nebensponsor {
    font-family: 'Inter', sans-serif;
    font-size: 10pt;
    width: 100%;
    text-align: center;
    background-color: var(--MyLightGrey);
    margin: 4px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nebensponsor:link {
    color: black;
    text-decoration: none;
  }

  .nebensponsor:visited {
    color: black;
    text-decoration: none;
  }
  
  #zs-sponsoren {
    font-family: 'Inter', sans-serif;
    font-size: 15pt;
    font-weight:bold;
    color: black;}
  
  /*Downloads*/

  .downloads {
    height: 40px;
    background-color: #26B7D8;
  }

  .datei-name {
    position: relative;
    top: 12px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: white;
    
  }


  .downloads:link, .downloads:visited {
    background-color: #26B7D8;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: black;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
                                                       
  }

  .downloads:hover, .downloads:active {
    background-color: #26B7D8;
  }

.download-icon {
  position: absolute; 
  top: 13px;
  filter: invert(100%) sepia(49%) saturate(175%) hue-rotate(152deg) brightness(118%) contrast(101%);
  scale: 2.8;
  right: 20px;
}


/*Desktop*/

@media only screen and (min-device-width: 601px) {

  /*Main*/
  
  html {
    height: 100%;
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden
  }
  
  body {
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin:0;
    padding:0;
    align-items: center
  }

  .primary-container {
    top:120px;
    height: auto;
    width:100%;
    max-width: 800px;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 6rem;
    align-items: center;
    position: absolute;
    align-content: space-between;

  }

  .content-container {
    background-color: var(--MyLightGrey);
    height: auto;
    width:95%;
    max-width: 700px;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 15px;
    border-radius: 3px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    transition: height 0.2s;
    overflow: hidden;
  }

  .referent {
    min-height: 150px;
    max-height: 150px;
    
  }

  .open {
    transition: height 0.2s;
    max-height: 800px;
  }

  .hide {
    display: none;
  }

  
  /*Index*/
  .page-link-container {
    background-color: #26B7D8;
    width: 350px;
    height: 200px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
    position: relative;
  }
  
  .page-link-icon {
    scale: 30%;
    text-align: center;
    position: absolute;
    bottom: -70px;
    right: -25px;
  }
  
  .page-link-text {
    color: white;
      font-family: 'Inter', sans-serif;
      font-weight: bold;
      position: relative;
      top: 60%;
      font-size: 20pt;
      padding-right: 5px;
  }
  
  .page-link:link {
    text-decoration: none;
  }
  
  .page-container {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
  }

  
  .error {
    width: 100%;
    height: 90px;
    background-color:#1B518A;
    margin-top: 100px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    position:absolute;
    text-align: center;
    align-self: baseline;
    box-shadow: 0px 3px 6px #00000029;
    padding-top: 50px;
    font-size: 30px;
  }
  
  #Link-Container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  
  .nav-link {
    text-align: center;
    width: 90%;
    height:35px;
    opacity: 100%;
    align-items: baseline;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    border-bottom: #0000001e;
    border-bottom-style:solid;
    vertical-align: center;
    text-align: center;
    line-height: 35px;  
  }
  
  .selected {
    background-color: rgb(29, 143, 168);
  }
  
  /*Header*/
  
   #Main-Header-Container {
          width: 100%;
          max-width: 800px;
          height: 80px;
          background-color: #1B518A;
          position: absolute;
          z-index: 20;
          margin: 0 auto;
          
      }
      #Header-Logo img {
          padding-left: 5px;
          height: 80px;
          width: 160px;
          object-fit: contain;
      }
      
      #Header-Text {
          color: white;
      font-family: 'Inter', sans-serif;
      font-weight: bold;
      position: absolute;
      float: right;
      top: 10px;
      right:0px;
      text-align: right;
      font-size: 20pt;
      padding-right: 5px;
      
      }

      .spacer {
        height: 90px;
        width: 1000%;
        position: relative;;
      }
  
  /*Footer*/

  .over-footer {
    height: 100%;
    width: 100%;
  }
  
  .footer-container {
    width: 100%;
    background-color: #1B518A;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6rem;       
    max-width: 800px;
  }
  
  /*Dropdown*/
  
  #Nav-DropDown-Container {
          width: 100%;
          max-width: 800px;
          height: 225px;
          background: transparent linear-gradient(240deg, #26D8C3 0%, #26B7D8 100%) 0% 0% no-repeat padding-box;
          opacity: 0.96;
          position: absolute;
          top: -110px;
          z-index: 10;
          border-bottom-left-radius: 9px;
          border-bottom-right-radius: 9px;
          box-shadow: 0px 3px 6px #00000029;
          text-align: center;
      }
      
      #Nav-Dropdown-Icon-Image {
          scale: 1.2;
          position: relative;
          bottom: -7px;
          text-align: center;
          object-fit: fill;
          
    }
  
    @keyframes DropDown {
      from {top: -110px}
      to {top: 80px}
    }
  
    @keyframes DropUp {
      from {top: 80px}
      to {top: -110px}
    }
  
    .dropdown {
      animation: DropDown 0.7s;
      animation-fill-mode: forwards;  
    }
  
    .dropup {
      animation: DropUp 0.7s;
      animation-fill-mode: forwards;  
    }
  
  
  /*Kommentare*/

  .no-comments {
    height: auto;
    background-color: var(--MyLightGrey);
    font-family: 'Inter', sans-serif;
    font-weight:bold;
    padding: 10px;
    margin-top: 20px;
  }

  .comment-container {
    width: 90%;
    position: relative;
    max-width: 600px;
    top: 700px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 6rem;
    
    align-items: center;
    position: absolute;
    align-content: space-between;

  }
  
  .Like-Icon {
    color: white;
    filter: invert(100%) sepia(49%) saturate(175%) hue-rotate(152deg) brightness(118%) contrast(101%);
    scale: 1.3;
    position: relative;
  }

  #Vortrag-Titel {
    font-weight: bold;
  }
  
  #Zeit {
    font-size: 13pt;
  }

  #vortrag-container {
    background-color: var(--MyLightGrey);
    color: black;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15pt;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 10px;
    z-index: 5;
    height: auto;
    top: 80px;
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 120px;
    align-content: center;

  }

  #Vortrag-Titel {
    font-size: 17pt;
    background-color: #1B518A;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
    width: 80%;
    position: relative;
    left: 9%;
  }

  .content-container.comment {
    height: 20%;
    width: 90%;
    margin-top: 10px;
  }

  .Button-Like{
    background-color: #6a8eb6; /* Green */
    border: none;
    color: white;
    width: 60px;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;        
    position:relative;
    bottom: 5px;
    left: 55%;
    z-index: 0;
  }
  
  .Button-Dislike {
    background-color: rgb(227, 163, 163); /* Green */
    border: none;
    color: white;
    width: 60px;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;     
    position: absolute;   
    bottom: 5px;
    left:57%;
    z-index: 0;
    position: relative;
  }
  
  .identität {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    bottom: 5px;
    left: 6px;
    position: absolute;
    color: var(--MyDarkBlue);
  }
  
  .kommentar-text {
    font-family: 'Inter', sans-serif;
    font-size: 12pt;
    width: 90%;
    max-width: 90%;
    height: auto;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);;
    border-radius: 4px;
    top: 10px;
    left: 5px;
    word-wrap:break-word;
    padding: 3px;
    margin-bottom: 40px;
    display: inline-block;
  }
  
  
  #submit-button {
    color: white; 
    background: #1B518A;
    cursor: pointer;
    width: 80%;
    border-radius: 8px;
    border: none;
    height: 40px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14pt;
    margin-bottom: 10px;
  }

  .sort-button {
    background: rgb(27, 81, 138, 0.5);
    
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
  box-shadow: 0px 3px 6px #00000029;
  }

  .sort-button.inactive {
    border: none;
    padding: 0;
    font: inherit;
    cursor:default;
    outline: inherit;
    background-color: none;
    color: inherit;
    opacity: 0.5;
    box-shadow: none;
  }

  .image-fit {
    object-fit:contain;
  }

  #sort-button-container {
    color: white; 
    background: var(--MyBlue);
    width: auto;
    margin-left: 30%;
    margin-right: 30%;
    border-radius: 8px;
    border: none;
    height: auto;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14pt;
    margin-bottom: 10px;
    scale: 0.8;
    left: 20px;
    position: relative;
    max-width: 250px;
  }
  
  
  #Comment-Submit-Container {
    margin-top: 150px;
    height: auto;
    background-color: #eff4f8;
    width: 100%;
    max-width: 790px;
    text-align: center;
    padding: 10px;
    position: relative;
    bottom: -100px;
    padding-top: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 13pt;
    font-weight: bold;
    padding: 5px;
    align-content: center;
    align-items: center;
    
  }
  
  #text {
    border:0; outline:0;
    padding: 1em;
    border-radius: 8px;
    display: block;
    margin-top: 1em;
    font-family: 'Merriweather', sans-serif;
    resize: none;
    width: 93%;
  }

  #identität {
    border:0; outline:0;
    padding: 1em;
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-top: 1em;
    font-family: 'Merriweather', sans-serif;
    font-size: 12pt;
    resize: none;
    width: 93%;
  }
  
  /*Referenten*/

  .img-container {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 3px;
    position: absolute;
  }

  .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    mask-image: linear-gradient(to right, Black 0%, black 10%, black 70%, transparent 100%);
  }
  }

  .name-text {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 20pt;
    position: relative;
    top: 30px;
    left: 145px;
    word-break: break-all;
    width: auto;
  }
  
  .firma-text {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 12pt;
    position: absolute;
    top: 95px;
    left: 145px;
    height: 60px;
    width: auto;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .firma-text::-webkit-scrollbar {
    display: none;
  }



  .copyright-text {
    font-family: 'Inter', sans-serif;
    font-size: 9pt;
    font-style: italic;
    position: absolute;
    top: 150px;
    left: 0px;
  }



  .big-beschreibung-text {
    position: relative;
    width: 95%;
    height: auto;
    border-radius: 3px;
    padding: 5px;
    overflow-y: hidden;
    font-family: 'Inter', sans-serif;
    font-size: 12pt;
    left: 10px;
    overflow-x: hidden;
    word-wrap: break-word;
    margin-top: 60px;
    margin-bottom: 60px;
    top: 45px;
    padding-bottom: 20px;
    line-height: 140%;
  }


  
  /*Vorträge*/

  .bis {
    color: black;
    font-size: 12pt;
    font-weight: 500;
  }

  .day {
    font-family: 'Inter', sans-serif;
    width: 100%;
    padding: 30px;
    background-color: var(--MyBlue);
    text-align: center;
    font-weight: bold;
    font-size: 20pt;
    max-width: 700px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    background: transparent linear-gradient(240deg, #26D8C3 0%, #26B7D8 100%) 0% 0% no-repeat padding-box;
  }
  
  .content-container-vortrag {
    width: 90%;
    min-height: 80px;
    height: auto;
    font-family: 'Inter', sans-serif;
    text-align: center;
    background-color: var(--MyLightGrey);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    transition: height 0.2s, opacity 0.2s;
    max-width: 600px;
    padding-bottom: 20px;
  }

  .content-container.pause {
    width: 90%;
    height: Auto;
    font-family: 'Inter', sans-serif;
    text-align: center;
    padding: 5px;
    max-width: 600px;
    margin: 5px;

  }

  .v-titel {
    color: black;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    width: 100%;
    background: var(--MyLightGrey)
  }

  .v-beschreibung {
    margin-bottom: 10px;
    background-color: white;
    font-size: 12pt;
    margin-left: 5px;
    margin-right: 5px;
    transition: height 0.2s, opacity 0.2s;
    border-radius: 6px;
    padding: 10px;
    line-height: 140%;
  }

  .v-zeit {
    color: rgb(58, 58, 58);
    margin: 10px;
    font-weight: bold;
    background-color:white;
    border-radius: 6px;
    padding: 3px;

    
  }

  .v-referenten {
    background-color: white;
    font-size: 10pt;
    margin-left: 5px;
    margin-right: 5px;
    transition: height 0.2s, opacity 0.2s;
    border-radius: 6px;
  }

  .v-referenten a:link
{
    text-decoration: none;
    background-color: var(--MyBlue);
    color: white;
    font-size: 17px;
    border-radius: 5px;
    padding: 2px;
    box-shadow: 0px 3px 6px #00000029;
    margin: 3px;
    position: relative;
    display: inline-block;
    font-weight: 650;
}
.v-referenten a:visited{
  color: white;
}

  .v-open {
    max-height: 1500px;
    transition: height 0.2s;
    padding-bottom: 40px;
  }

  .v-hide {
    opacity: 0%;
    transition: opacity 0.2s;  
    display: none;
  }

  .content-container-vortrag.exkursion_main{
    max-height: 2000px;
  }

  .v-titel.under {
    background-image: none;
    font-size: 14pt;
  }


  


  /*Sponsoren*/
  .name-firma {
    font-family: 'Inter', sans-serif;
    font-size: 20pt;
    font-weight:bold;
    position: relative;
    text-align: center;
    color: white;
  }

  .spacer {
    height: 50px;
  }
  
  .content-container-hauptsponsor {
    
    min-height: 80px;
    max-height: max-content;
 
    width:95%;
    max-width: 95%;
    
    border-radius: 8px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px;
    bottom: 50px;
    text-align: center;
  }
  
  #nebensponsoren {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    max-width: 700px;
    
  }

  .nebensponsor {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 15pt;
    width: 100%;
    text-align: center;
    background-color: var(--MyLightGrey);
    margin: 4px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nebensponsor:link {
    color: black;
    text-decoration: none;
  }

  .nebensponsor:visited {
    color: black;
    text-decoration: none;
  }
  
  #zs-sponsoren {
    font-family: 'Inter', sans-serif;
    font-size: 15pt;
    font-weight:bold;
    color: black;}
  
  /*Downloads*/

  .downloads {
    height: auto;
    background-color: #26B7D8;
    max-width: 90%;
    height: auto;
  }

  .datei-name {
    position: relative;
    top: 5px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: white;
    word-wrap: break-word;
  }


  .downloads:link, .downloads:visited {
    background-color: #26B7D8;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: black;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    min-height: 30px;
    height: auto;
                                                       
  }

  .downloads:hover, .downloads:active {
    background-color: #26B7D8;
  }

.download-icon {
  position: absolute; 
  top: -8px;
  filter: invert(100%) sepia(49%) saturate(175%) hue-rotate(152deg) brightness(118%) contrast(101%);
  scale: 2.5;
  right: 15px;

  top: 15px;
}

.triangle-zurück {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 20px solid #ffffff;
  border-left: 0;
  position: absolute;
  margin: 10px;
  bottom: 25%;
 
}

.triangle-vor {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #ffffff;
  border-right: 0;
  position: absolute;
  margin: 10px;
  right: 0px;
  bottom: 25%;
}

#Vortrag-Titel-Container {
  background-color: #1B518A;
}




