  ul.linkmenu{
  display: none;
}  
  
  /* philSlider neu */
  /* Carousel modifications */
  .carousel-indicators {
    bottom: 0;
    margin-bottom: 20px;
  }
.carousel-control, .carousel-indicators{
    opacity: 0;
}
#gcms-slider:hover .carousel-control, #gcms-slider:hover .carousel-indicators {
    opacity: 1;
}
  .carousel-control {
    margin-bottom: 0;
  }

  .carousel-indicators li {
    border-radius: 10px;
  }

  #page-content article a.carousel-control {
    border-bottom: 0;
  }

  @media (max-width: 600px) {
    .carousel-control .fas {
      top: 58%;
    }
  }

  .textBlase {
    /* background-image: url('https://www.uni-goettingen.de/storage/pictures/3a982b4dacdac8b64560f97e37202684.png'); */
    position: absolute;
    width: 40%;
  }

  .blaseBg {
    width: 100%;
  }

  .mirroredVertically {
    transform: scaleX(-1);
  }

  .mirroredHorizontally {
    transform: scaleX(-1);
  }

  .blasenText {
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
    hyphens: auto;
  }

  .blasenText > h3.fullHeader {
    font-size: 30px;
    font-weight: normal;
    text-align: left;
    line-height: 1.10;
    /* font-size: 28px; */
    /* font-weight: normal; */
    hyphens: none;
  }

  .blasenText > h3.mobileHeader {
    font-size: 4.3vw;
    hyphens: auto;
    font-weight: normal;
    text-align: center;
    line-height: 1.10;
  }

  .blasenText > h4 {
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 1.5%;
    padding-bottom: 1.5%;    
    padding-left: 3px;
    padding-right: 3px;
    width: 85%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #13306A;
    letter-spacing: 1.85px;
  }

  .blaseDiversität {
    left: 50%;
    bottom: -30%;
  }

  .blaseVielfalt,
  .blaseInternational {
    left: 50%;
    bottom: -35%;
  }

  .blaseInterdisziplin {
    left: 0%;
    bottom: -10%;
  }

  .blaseTradition {
    left: 30%;
    bottom: -14%;
  }

  .blaseVerantwortung {
    left: 40%;
    bottom: 0%;
  }

  @media (max-width: 1083px) {
    .textBlase {
      width: 51%;
      left: 42%;
      top: -20%;
    }
  }

  @media (max-width: 600px) {
    .blasenText {
      width: 23vw;
    }

    .blasenText > h3.fullHeader {
      display: none;
    }

    .blasenText > h4 {
      display: none;
    }

    /* passe mobile Überschriften an */
    .blaseDiversität .blasenText {
      top: 45%;
    }

    .blaseVielfalt .blasenText {
      top: 44%;
    }

    .blaseInterdisziplin .blasenText {
      top: 55%;
      left: 50%;
    }

    .blaseTradition .blasenText {
      top: 52%;
      left: 52%;
    }

    .blaseInternational .blasenText {
      top: 43%;
      left: 50%;
    }

    .blaseVerantwortung .blasenText {
      top: 58%;
      left: 51%;
      width: 25vw;
    }
  }

  @media (min-width: 601px) and (max-width: 900px) {
    .blasenText > h3.fullHeader {
      font-size: 3vw;
      line-height: 1;
    }
    .blasenText > h4 {
      font-size: 2vw;
    }
    /* passe mobile Überschriften an */
    .blaseDiversität .blasenText {
      top: 45%;
    }

    .blaseVielfalt .blasenText {
      top: 44%;
    }

    .blaseInterdisziplin .blasenText {
      top: 55%;
      left: 54%;
    }

    .blaseTradition .blasenText {
      top: 52%;
      left: 55%;
    }

    .blaseInternational .blasenText {
      top: 43%;
      left: 54%;
    }

    .blaseVerantwortung .blasenText {
      top: 58%;
      left: 56%;
      width: 25vw;
    }
  }

  @media (min-width: 601px) {
    .blasenText > h3.mobileHeader {
      display: none;
    }
  }

  /* philSlider */

  .philSlider {
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .philSlider ul {
    padding-left: 0px;
  }

  .philSlider li {
    display: inline-block;
    margin: 15px;
    width: calc(33.33% - 30px);
    min-height: 10px;
    background-color: #f1f1f1;
    overflow: hidden;
    position: relative;
    white-space: normal;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.333333% - 30px);
    margin: 0px 15px;
    background-color: #f1f1f1;
    overflow: hidden;
    position: relative;
    display: inline-block;
  }

  @media (max-width: 1084px) {
    .philSlider li {
      flex-basis: calc(50% - 30px);
    }
  }

  @media (max-width: 600px) {
    .philSlider li {
      flex-basis: calc(100% - 30px);
    }
    /* individualisierte Höhe von items, wenn nur ein item angezeigt wird*/
    .hinweisArchiv ul {
      align-items: flex-start;
    }
  }

  .philSlider .leftButton::before {
    content: '\2770';
  }
  .philSlider .rightButton::before {
    content: '\2771';
  }
  .philSlider button {
    background-color: #46155d;
    color: #fff;
    border: 0;
    font-size: 30px;
    width: 45px;
    border-radius: 50%;
    padding: 0;
    opacity: 0.3;
  }
  .philSlider button:hover {
    opacity: 1;
  }
  @media (min-width: 1200px) {
    .philSlider button {
      opacity: 0;
    }
    .philSlider:hover button {
      opacity: 0.5;
    }
  }
  .philSlider button:hover {
    opacity: 1;
  }

  .philSlider button:focus {
    opacity: 1;
  }
  .philSlider .leftButton {
    position: absolute;
    left: 0px;
    top: 280px;
    padding-right: 3px;
    z-index: 1;
  }
  .philSlider .rightButton {
    position: absolute;
    right: 0px;
    top: 280px;
    padding-left: 3px;
  }

  .philSlider ul {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    margin: 0px;
  }

  /* Veranstaltungen (in Slider) */

  @media (max-width: 1084px) {
    .veranstaltungsElement {
      flex-basis: calc(50% - 30px);
    }
  }

  @media (max-width: 600px) {
    .veranstaltungsElement {
      flex-basis: calc(100% - 30px);
    }
    /* individualisierte Höhe von items, wenn nur ein item angezeigt wird*/
    .philSlider ul {
      align-items: flex-start;
    }
  }
  */ .veranstaltungsElement a {
    text-decoration: none;
  }

  .veranstaltungsElement:hover .archivBild {
    transform: scale(1.1);
  }

  .archivBildTeil {
    position: relative;
    overflow: hidden;
  }

  .archivBild {
    height: 240px;
    background-image: url(https://www.uni-goettingen.de/de/document/download/94db1ee58b0775f218bb9996a47e7b33.png/Veranstaltung_Effekt.png);
    background-color: #23354b;
    background-size: cover;

    transform: scale(1);
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
  }

  .buchcover {
    height: 85%;
    margin-right: auto;
    margin-left: 45%;
    margin-top: 5%;
    transform: rotate(5deg);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }

  .archivBildHeader {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 30px;

    padding: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #0076a5;
    font-size: 24px;
    line-height: 28px;
  }

  .archivCopyright {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;

    padding: 5px;
    color: black;
    font-size: 10px;
    line-height: 10px;
    background-color: rgba(255, 255, 255, 0.4);
  }

  .archivCopyright:before {
    font-family: 'Font Awesome 5 Free';
    content: ' \f1f9';
    font-weight: 900;
    padding-right: 3px;
  }

  .archivCopyright a {
    color: #0078a3;
    border-bottom: 1px dotted #0078a3;
  }

  .archivCopyright a:hover {
    border-bottom: 1px solid;
  }

  .archivCopyright:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .archivTextTeil {
    position: relative;
    overflow: hidden;
    padding: 30px;
  }

  .archivTextHeader {
    color: #0076a5;
    font-family: Calibri, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px;
    padding-bottom: 0px;
    text-align: left;
  }

  .archivTextText {
    color: #4b4b4d;
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    hyphens: auto;
  }

  .archivWeiterLink {
    color: #0078a3;
    font-family: 'Calibri', 'Open Sans', sans-serif;
    border-bottom: 1px dotted #0078a3;
    position: absolute;
    bottom: 20px;
    left: 30px;
  }

  .archivWeiterLink:hover {
    border-bottom: 2px solid;
  }

  .archivWeiterLink:after {
    content: ' »';
  }

  #extendArchive {
    margin-left: 15px;
  }

  /* Hinweise (in Slider) */

  .hinweisElement {
    background-color: #ececec;
    background-image: url('https://www.uni-goettingen.de/de/document/download/94db1ee58b0775f218bb9996a47e7b33.png/Veranstaltung_Effekt.png');
    background-repeat: no-repeat;
    background-size: 90%;
    min-height: 240px;
    padding: 0px;
    text-align: left;
    transition: background-size 800ms ease;
    -webkit-transition: background-size 800ms ease;
    -moz-transition: background-size 800ms ease;
    -o-transition: background-size 800ms ease;
  }

  .hinweisWrapper {
    width: 100%;
    height: 100%;
    padding: 25px 25px 50px 25px;
  }

  .hinweisElement:hover {
    background-size: 100%;
  }

  .hinweisHeader {
    color: #0076a5;
    font-family: Calibri, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
  }
  .hinweisZusatz {
    font-size: 18px;
    line-height: 22px;
    border-bottom: 0px !important;
  }

  .hinweisText {
    color: #4b4b4d;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    hyphens: auto;
  }

  span.hinweisDetails {
    position: absolute;
    bottom: 20px;
    border-bottom: 1px dotted;
    line-height: normal;
  }

  a:hover span.hinweisDetails {
    border-bottom: 2px solid;
    bottom: 19px;
  }
  span.hinweisDetails:after {
    content: ' »';
  }

  .philSlider#hinweisKasten .leftButton {
    position: absolute;
    left: 0px;
    top: 120px;
    padding-right: 3px;
  }
  .philSlider#hinweisKasten .rightButton {
    position: absolute;
    right: 0px;
    top: 120px;
    padding-left: 3px;
  }

  /* Willkommenskachel (Fak Siegel) */

  .introBild {
    float: left;
    width: 370px;
    display: block;
    margin-right: 35px;
    margin-bottom: 20px;
  }

  @media (max-width: 1200px) {
    .introBild {
      width: 100%;
      display: none;
    }
  }

  #introText {
    padding: 15px 25px;
    cursor: pointer;
  }

  .Willkommen {
    background-color: #f0f0f0;
   /* min-height: 370px;*/
  }

  #vorstellungsBttn {
    border: 0;
    border-bottom: dotted 1px #0078a3;
    line-height: 1.1;
    padding: 0;
    color: #0078a3;
    background-color: #f5f5f5;
  }

  #vorstellungsBttn:focus {
    outline: 0;
  }
  
  
  #vorstellungsBttnen {
    border: 0;
    border-bottom: dotted 1px #0078a3;
    line-height: 1.1;
    padding: 0;
    color: #0078a3;
    background-color: #f5f5f5;
  }

  #vorstellungsBttnen:focus {
    outline: 0;
  }

  .introBild img {
    width: 100%;
  }

  /* Ophasen-Hinweis (in Willkommenteil) */

  #oBreaker {
    display: none;
  }

  @media (min-width: 600px) and (max-width: 750px) {
    #oBreaker {
      display: inline;
    }
  }

  .oBlocker {
    float: right;
    height: 80px;
    width: 254px;
  }

  .ophase {
    background-color: transparent;

    position: absolute;
    top: 0;
    right: 0;

    background-image: url('https://www.uni-goettingen.de/storage/pictures/3373d8639fe4e17ebffe91e3ffdfd1d7.png');
    background-repeat: no-repeat;
    background-size: 80%;
    height: 200px;
    padding: 15px;
    text-align: center;
    transition: background-size 800ms ease, font-size 800ms ease;
    -webkit-transition: background-size 800ms ease, font-size 800ms ease;
    -moz-transition: background-size 800ms ease, font-size 800ms ease;
    -o-transition: background-size 800ms ease, font-size 800ms ease;
    width: 200px;
    float: right;
    overflow: hidden;
    background-position: top right;
    padding-left: 35px;
    font-size: 20px;
  }

  .ophase:hover {
    background-size: 100%;
    font-size: 28px;
  }

  .ophase span {
    margin-top: 5px;
    float: right;
    padding-left: 0px;
    padding-right: 0px;
    rotate: 15deg;
    color: white;
    font-family: Calibri, Arial, sans-serif;
  }

  @media (max-width: 600px) {
    .oBlocker {
      display: none;
    }

    .ophase {
      background-color: transparent;
    }
  }

  /* COVID Stufen */

  .c-label-container {
    display: block;
    padding-left: 49px;
  }
  .c-label {
    padding: 0px 10px;
    margin: 3px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
  }
  .stufe1 {
    color: black;
    background-color: #f0d00f;
  }
  .stufe2 {
    color: black;
    background-color: #fda642;
  }
  .stufe3 {
    color: white;
    background-color: #c70d2d;
  }
  .stufe4 {
    color: white;
    background-color: #95001a;
  }
  .aktiv {
    border: 2px solid #59585a;
    display: inline-block;
  }
  .aktiv > div {
    padding: 2px 12px;
  }
  a.morebutton {
    color: black;
    text-decoration: underline;
    font-size: 16px;
    border-bottom: none !important;
    display: block;
  }
  a:hover.morebutton {
    color: black !important;
    font-size: 16px;
    border-bottom: none;
    text-decoration: none;
    display: block;
  }
  button.morebutton:hover {
    border-bottom: 1px solid #0078a3 !important;
  }

  /*.Buchcover {
    height: 85%;
    margin-right: auto;
    margin-left: 45%;
    margin-top: 5%;
    transform: rotate(5deg);
    rotate: 5deg;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }*/

  .copyright {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 10px;
    line-height: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 5px;
    color: black;
    transition: background-color ease 400ms;
    -moz-transition: background-color ease 400ms;
    -o-transition: background-color ease 400ms;
  }

  /*.copyright a {
    color: #0076a5 !important;
    border-bottom: dotted 1px #0078a3 !important;
  }

  .copyright a:hover {
    border-bottom: solid 1px #0078a3 !important;
  }

  .copyright:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f1f9';
    display: inline-block;
    padding-right: 3px;
    vertical-align: bottom;
    font-weight: 900;
  }

  .copyright:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
  }*/

  /*.col-sm-12 a {
    color: #0076a5;
  }*/

  /*.Headergrafik {
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .Headergrafik p {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0px;
    color: white;
    font-family: Calibri, Arial, sans-serif;
    font-size: 40px;
    line-height: 40px;
    padding: 45px;
    position: absolute;
    text-align: left;
  }
  .Farbkasten {
    background-color: white;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 55px;
    min-height: 160px;
    -moz-transition: background-image 800ms ease;
    -o-transition: background-image 800ms ease;
    overflow: hidden;
    position: relative;
    transition: background-image 800ms ease;
    -webkit-transition: background-image 800ms ease;
  }
  a.groeßenanpassung.Farbkasten, a.groeßenanpassung.Farbkasten:hover {
    border-bottom: 0 !important;
  }
  .Farbkasten_Text {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0px;
    color: #0076a5;
    font-family: Calibri, Arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin: 30px;
    margin-right: 40px;
    padding: 5px;
    position: absolute;
    text-align: left;
    width: auto;
  }
  .Forschungskasten {
    background-color: #f5f5f5;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    margin-bottom: 30px;
    -moz-transition: background-image 800ms ease;
    -o-transition: background-image 800ms ease;
    overflow: hidden;
    position: relative;
    transition: background-image 800ms ease;
    -webkit-transition: background-image 800ms ease;
  }
  .Forschungskasten_Text {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0px;
    color: #0076a5;
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin: 15px;
    margin-right: 40px;
    padding: 5px;
    position: absolute;
    text-align: left;
    width: auto;
  }
  .Bild_Forschung {
    background-color: #23354b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 125px;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    position: relative;
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
  }*/

  .Abschnitt {
    /*overflow-x: hidden;*/
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
  }
  @media (max-width: 600px) {
    #Slideshow {
      display: none;
    }
    /*   #Rakete_Box {
      display: none;
      height: 0%;
    }
    #Rakete {
      background-position: 0px 15px;
      background-size: 100%;
    }*/
    /*.Willkommen {
  			height: auto;
  			max-height: auto;
  			min-height: 300px;
  			width: 100%;
  		}
  		.Willkommen p {overflow: hidden;}*/
    .Linkspalte {
      width: calc(100%);
    }
    /*.textbox {
      width: calc(100%);
    }
    .Headergrafik {
      min-height: 120px;
    }
    .Fakultätsbild {
      height: auto;
      padding-bottom: 4%;
  			padding-right: 0%;
      width: 100%;
    }*/
    /*  .aktuelles {
      height: 100%;
    }
    .Linkboxen {
      height: 100%;
      margin-bottom: 30px;
    }
    .Forschungskasten {
      margin-right: 0px;
      width: calc(100% / 1);
      height: 100%;
    }
    .veranstaltung {
      height: 100%;
    }
    .portale {
      height: 100%;
      margin-bottom: 30px;
    }
    .groeßenanpassung {
      width: calc(100% / 1 - 30px);
    }*/
    .clear {
      clear: both;
      margin-bottom: 0px;
    }
    /*  .clear_2 {
      clear: none;
    }
    .Abstand {
      margin-right: 0px;
    }
    .Abstand_2 {
      margin-right: 30px;
    }
    .Abstand_3 {
      margin-right: 0px;
    }
    .Abstand_4 {
      margin-right: 30px;
    }*/
  }
  @media (min-width: 600px) and (max-width: 800px) {
    #Slideshow {
      display: none;
    }
    /*#Rakete_Box {
      display: none;
      height: 0%;
    }
    #Rakete {
      background-position: 0px 15px;
      background-size: 100%;
    }*/
    .header {
      display: none;
    }
    /*.Forschungskasten {
      width: calc(100% / 2 - 15px);
      height: 250px;
    }
    .Abstand_21 {
      margin-right: 30px !important;
    }
    .Abstand_22 {
      margin-right: 0px !important;
    }*/
  }
  /*@media (min-width: 800px) and (max-width: 1083px) {
    .Forschungskasten {
      margin-right: 30px;
      width: calc(100% / 3 - 20px);
      height: 250px;
    }
  }*/

  @media (min-width: 600px) and (max-width: 1083px) {
    #Slideshow {
      margin-bottom: 30px;
    }
    /*#Rakete_Box {
      display: block;
      height: 100%;
    }
    #Rakete {
      background-position: 0px 15px;
      background-size: 100%;
    }
    .Fakultätsbild {
      height: 300px;
      padding-bottom: 4%;
      padding-right: 4%;
    }
    .groeßenanpassung {
      width: calc(100% / 2 - 30px);
    }
    .Linkspalte {
      width: calc(50% - 15px);
    }
    .textbox {
      width: calc(50% - 15px);
      margin-right: 30px;
    }
    .Headergrafik {
      min-height: 267px;
    }
    .Linkboxen {
      margin-bottom: 30px;
      margin-right: 30px;
      min-height: 340px;
    }
    .Text_Linkbox {
      min-height: 150px;
    }
    .veranstaltung {
      height: auto;
    }
    .portale {
      height: 170px;
      margin-bottom: 30px;
    }*/
    .clear {
      clear: both;
      margin-bottom: 0px;
    } /*
    .clear_2 {
      clear: none;
    }
    .Abstand {
      margin-right: 30px;
    }
    .Abstand_2 {
      margin-right: 0px;
    }
    .Abstand_3 {
      margin-right: 0px;
    }
    .Abstand_4 {
      margin-right: 30px;
    }*/
  }

  @media (min-width: 1083px) {
    /*#Rakete_Box {
      display: block;
      height: 100%;
    }
    #Rakete {
      background-position: 0px 15px;
      background-size: 100%;
    }*/
    #Slideshow {
      margin-bottom: 30px;
    }
    /*.Willkommen {
  			height: 370px;
  			min-width: 300px;
  			overflow: hidden;
  			width: auto;
  		}*/
    /*.Linkspalte {
      width: calc(33% - 20px);
    }
    .textbox {
      width: calc(66%);
      margin-right: 30px;
    }
    .Headergrafik {
      min-height: 267px;
    }*/
    /*.Willkommen p {
  			padding-left: 0%;
  			width: 100%;
  		}
  		.Willkommen h2 {
  			padding-left: 0%;
  			width: 100%;
  		}*/
    /*.Fakultätsbild {
      height: 370px;
      padding-right: 4%;
    }
    .aktuelles {
      /*height: 630px;*/
    /*margin-right: 30px;
    }
    .Linkboxen {
      height: 340px;
      margin-bottom: 30px;
      margin-right: 30px;
    }
    .Forschungskasten {
      margin-right: 30px;
      width: calc(100% / 4 - 22.5px);
      height: 250px;
    }
    .Text_Linkbox {
      min-height: 150px;
    }
    .veranstaltung {
      height: 250px;
    }
    .portale {
      height: 170px;
      margin-bottom: 30px;
    }
    .groeßenanpassung {
      width: calc(100% / 3 - 30px);
    }*/
    .clear {
      clear: both;
      margin-bottom: 0px;
    }
    /*.clear_2 {
      clear: both;
      margin-bottom: 0px;
    }
    .Abstand {
      margin-right: 0px;
    }
    .Abstand_2 {
      margin-right: 30px;
    }
    .Abstand_3 {
      margin-right: 0px;
    }
    .Abstand_4 {
      margin-right: 30px;
    }*/
  }

  .header {
    width: 100%;
  }
  /*.Textfeld {
    background-color: rgba(241, 241, 241, 1);
    bottom: 0;
    margin-right: 0%;
    margin-top: 50%;
    padding: 0px 10px 10px 10px;
    position: absolute;
  }
  .Portaltext {
    background-color: rgba(241, 241, 241, 1);
    bottom: 0;
    margin: 25px;
    padding: 10px 10px 10px 10px;
    position: absolute;
  }*/
  .Willkommen {
    background-color: #f5f5f5;
    margin-bottom: 30px;
    max-width: 100%;
    position: relative;
  }
  .Willkommen h2 {
    color: #4b4b4d;
    font-size: 32px;
    line-height: 35px;
    /*padding-left: 4%;
  	padding-right: 4%;
  	padding-top: 2%; */
    text-align: left;
    text-decoration: none;
  }
  .Willkommen p {
    color: #4b4b4d;
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    /*padding-bottom: 4%;
  	padding-left: 4%;
  	padding-right: 4%;*/
    text-align: left;
  }
  /*.Fakultätsbild {
    float: left;
  }
  .Bild_Box {
    background-color: #23354b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    position: relative;
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
  }
  .Text_Box {
    bottom: 0;
    padding: 30px;
    position: relative;
  }
  .Text_Box h2 {
    color: #4b4b4b;
    font-family: Calibri, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
  }
  .Text_Box p {
    color: #4b4b4b;
    font-family: Calibri, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
  }
  .Text_Linkbox {
    bottom: 0;
    padding: 15px 15px 15px 15px;
    position: relative;
  }
  .Text_Linkbox h2 {
    color: #4b4b4b;
    font-family: Calibri, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 45px;
    text-align: left;
  }
  .Text_Linkbox p {
    color: #0076a5;
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
  }
  .textbox {
    background-color: #f5f5f5;
    color: #4b4b4d;
    float: left;
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 55px;
    padding: 30px;
    text-align: left;
  }
  .Linkspalte {
    background-color: #f5f5f5;
    border-top: 4px solid #46155d;
    color: #4b4b4d;
    float: left;
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px;
    padding: 30px;
    text-align: left;
    margin-bottom: 55px;
  }
  .Linkspalte span {
    font-family: Calibri, Arial, sans-serif;
    color: #4b4b4d;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .Linkspalte p {
    font-family: Calibri, Arial, sans-serif;
    color: #4b4b4d;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding-top: 5px;
  }
  .Linkspalte a {
    font-family: Calibri, Arial, sans-serif;
    color: #0076a5;
  }*/
  .ueberschrift {
    margin-right: 15px;
    /* margin-left: 15px;*/
    color: #4b4b4d;
    display: block;
    font-family: Calibri, Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 24px;
    letter-spacing: 1px;
    letter-spacing: 1px;
    margin-bottom: 16px;
    margin-top: 0px;
    text-transform: uppercase;
    width: 100%;
    word-wrap: break-word;
  }
  /*.Abschnitt .ueberschrift {
    margin-left: 15px;
  }
  .aktuelles {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    text-decoration: none;
    position: relative;
  }
  .aktuelles:before {
    content: '';
    display: block;
  }
  .aktuelles a {
    text-decoration: none;
  }
  .aktuelles h2 {
    color: #0076a5;
    font-family: Calibri, Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
  .aktuelles p {
    color: #4b4b4d;
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 0px;
    text-align: left;
    hyphens: auto;
  }
  .Linkboxen {
    float: left;
    margin-bottom: 55px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    text-decoration: none;
  }
  .Linkboxen:before {
    content: '';
    display: block;
  }
  .Linkboxen a {
    text-decoration: none;
  }
  .Linkboxen p {
    background-color: #f5f5f5;
    color: #4b4b4d;
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    min-height: 110px;
    padding: 10px;
    padding-top: 0px;
    text-align: left;
  }*/
  a:hover {
    text-decoration: none;
  }
  /*.portale {
    background-color: #f5f5f5;
    float: left;
    margin-right: 30px;
    -moz-transition: border-color 400ms ease;
    -o-transition: border-color 400ms ease;
    overflow-x: hidden;
    overflow-y: scoll;
    padding: 0px;
    position: relative;
    transition: border-color 400ms ease;
    -webkit-transition: border-color 400ms ease;
  }
  .portale:before {
    content: '';
    display: block;
    padding-top: 30%;
  }
  .portale:hover {
    border-color: #ae5b51;
  }*/
  .content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    -moz-transition: background-size 800ms ease;
    -o-transition: background-size 800ms ease;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-size 800ms ease;
    -webkit-transition: background-size 800ms ease;
  }
  .content:hover {
    background-size: 110%;
  }
  /*.veranstaltung {
    background-color: #ececec;
    background-image: url('https://www.uni-goettingen.de/de/document/download/94db1ee58b0775f218bb9996a47e7b33.png/Veranstaltung_Effekt.png');
    background-repeat: no-repeat;
    background-size: 90%;
    float: left;
    min-height: 240px;
    margin-bottom: 30px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 25px;
    text-align: left;
    transition: background-size 800ms ease;
    -webkit-transition: background-size 800ms ease;
    -moz-transition: background-size 800ms ease;
    -o-transition: background-size 800ms ease;
  }
  .veranstaltung:hover {
    background-size: 100%;
  }
  .Datum {
    color: #0076a5;
    font-family: Calibri, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
  }
  .Zeit {
    font-size: 18px;
    line-height: 22px;
  }
  .Art_der_Veranstaltung {
    color: #4b4b4d;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    hyphens: auto;
  }
  .Veranstaltungstext {
    color: #4b4b4d;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
  }
  .beige {
    background-color: #f5f5f5;
  }*/

  .mehr {
    color: #0078a3;
    border-bottom: dotted 1px #0078a3 !important;
    text-decoration: none;
  }

  .mehr:hover {
    border-bottom: solid 1px #0078a3 !important;
    text-decoration: none;
  }

  .clear {
    clear: both;
  }
  /*.linkmenu {
    display: none;
  }
  #Rakete {
    overflow: hidden;
    float: left;
    margin-right: 30px;
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    height: 100%;
    width: 100%;
    background-image: url('https://www.uni-goettingen.de/admin/bilder/pictures/d9b7ba88d5d3283a2d2a0392ce4f49cd.jpg');
    background-color: white;
  }
  #Rakete_Box {
    background-color: white;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    -moz-transition: background-image 800ms ease;
    -o-transition: background-image 800ms ease;
    overflow: hidden;
    position: relative;
    transition: background-image 800ms ease;
    -webkit-transition: background-image 800ms ease;
  }

  .flexWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
  }
  .flexBox {
    width: 98%;
    float: left;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .ieHeight {
    height: 640px;
  }*/

  /*@media (min-width: 600px) and (max-width: 800px) {
    .ieHeight {
      min-height: 750px;
    }
  }
  @media (min-width: 800px) and (max-width: 1083px) {
    .ieHeight {
      min-height: 600px;
    }
  }

  @media (min-width: 601px) and (max-width: 1083px) {
    .flexBox {
      width: calc(100% / 2 - 30px);
    }
  }
  @media (min-width: 1084px) {
    .flexBox {
      width: calc(100% / 3 - 30px);
    }
  }

  #onlyInIE9 {
    display: none;
  }*

  /* Bei IE9 class 'groeßenanpassung' zu Aktuelles-anchors  hinzufügen UND .aktuelles bekommt: "margin: 0px 15px 55px 15px;"*/
  /* min-height von .Text_Box setzen margin von .flexBOx entfernen(?)*/
  /* min-height, height von aktuelles setzen*/

  .veranstaltungsElement:hover a .archivWeiterLink {
    bottom: 19px;
    border-bottom: 2px solid !important;
  }

  #downloadsKachel {
    background-image: url(http://www.uni-goettingen.de/admin/bilder/pictures/144d63126c99cfc242603a910acf09e2.jpg);
    cursor: pointer;
    background-size: cover;
  }

  #projektKachel {
    background-image: url(http://www.uni-goettingen.de/admin/bilder/pictures/dee779e90342a958ef60bdd8aee0da84.jpg);
    cursor: pointer;
    background-size: cover;
  }

  #downloadsList li,
  #projektListe li {
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 5px;
    padding-bottom: 2px;
  }

  #downloadsList li::before,
  #projektListe li::before {
    background-color: rgba(255, 255, 255, 0.9);
    padding-bottom: 2px;
    color: #0078a3;
  }

  ul#downloadsList,
  ul#projektListe {
    padding: 20px;
    visibility: hidden;
  }

  #downloadKachelHeader {
    transition: left 600ms ease;
  }

