@font-face {
    font-family: 'Montserrat_Semibold_SC';
    src: url('/fonts/montserrat-semibold-SC.woff2') format('woff2'),
         url('/fonts/montserrat-semibold-SC.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat_Semibold_SC';
    src: url('/fonts/montserrat-semibolditalic-SC.woff2') format('woff2'),
         url('/fonts/montserrat-semibolditalic-SC.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
  font-family: 'Montserrat_Semibold_TF';
  src: url('/fonts/montserrat-semibold-TF.woff2') format('woff2'),
       url('/fonts/montserrat-semibold-TF.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat_Semibold_TF';
  src: url('/fonts/montserrat-semibolditalic-TF.woff2') format('woff2'),
       url('/fonts/montserrat-semibolditalic-TF.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
    font-family: 'Montserrat_Light_TF';
    src: url('/fonts/montserrat-light-TF.woff2') format('woff2'),
         url('/fonts/montserrat-light-TF.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat_Light_TF';
    src: url('/fonts/montserrat-lightitalic-TF.woff2') format('woff2'),
         url('/fonts/montserrat-lightitalic-TF.woff') format('woff');
    font-weight: 300;
    font-style: italic;
  }

  @font-face {
    font-family: 'Montserrat_Regular_TF';
    src: url('/fonts/montserrat-regular-TF.woff2') format('woff2'),
         url('/fonts/montserrat-regular-TF.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat_Regular_TF';
    src: url('/fonts/montserrat-italic-TF.woff2') format('woff2'),
         url('/fonts/montserrat-italic-TF.woff') format('woff');
    font-weight: 400;
    font-style: italic;
  }

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  max-width: 78em;
  margin: 0 auto; 
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-family: 'Montserrat_Regular_TF', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color:#3c3c3c;
  line-height: 1.6em;
  padding: 0;
  margin: 0;
  min-height: 100.2vh; 
	height: 100.02vh;
  display: flex;
  flex-direction: column;
  /* remove blue flashes on Android browsers when cursor is set to pointer */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

.container {
  margin: 200px 0 0 0;
  display: grid;
  grid-template-columns:  1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 10px;
  grid-auto-rows: auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 10px 30px 0 30px;
  flex: 0 0 auto;
  align-self: stretch;
}

#header {
  z-index: 3;
  -moz-columns: 1;
       columns: 1;
  position: fixed;
  width:100%;
  top: 0;
  transition: 0s;
  background-size: cover;
  right: 0;
  height: 180px;
}

/* #header_prä {
  height: 100%;
}

#header_post {
  height: 180px;
} */

#poster {
  z-index: 3;
  -moz-columns: 1;
       columns: 1;
  position: fixed;
  width:100%;
  top: 0;
  transition: 0.5s;
  background: url('/pix/background.jpg') no-repeat center center scroll;
  background-size: cover;
  right: 0;
  height: 100%;
}

#title, #fourtitle {
    font-family: 'Montserrat_Semibold_SC', Arial, Helvetica, sans-serif;
    letter-spacing: 0.01em;
    color:#3c3c3c;
    padding: 0.6em 0 0 0;
    position:absolute;
    margin: 0 0 0 60px;
    transition: 0.5s;
    bottom: 127px;
    font-size: 170%;
}

#fourtitle {
  bottom: 6.8em;
  font-size: 240%;
}

/* #title_prä {
  bottom: 6.8em;
  font-size: 240%;
}

#title_post {
  bottom: 123px;
  font-size: 160%;
} */

#subtitle, #foursubtitle {
  font-family: 'Montserrat_Semibold_SC', Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
  color:#3c3c3c;
  line-height: 1em;
  padding: 0.6em 0 0 0;
  position:absolute;
  margin: 0 0 0 60px;
  transition: 0.5s;
  bottom: 63px;
  font-size: 170%;
}

#foursubtitle {
  bottom: 4.2em;
  font-size: 240%;
}

/* #subtitle_prä {
  bottom: 4.2em;
  font-size: 240%;
}

#subtitle_post {
  bottom: 63px;
  font-size: 160%;
} */

#date, #fourdate {
  font-family: 'Montserrat_Semibold_TF', Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
  color:#3c3c3c;
  line-height: 1em;
  padding: 0.6em 0 0 0;
  position:absolute;
  margin: 0 0 0 60px;
  transition: 0.5s;
  bottom: 28px;
  font-size: 120%;
}

#fourdate {
  bottom: 3.4em;
  font-size: 200%;
}

/* #date_prä {
  bottom: 3.4em;
  font-size: 200%;
}

#date_post {
  bottom: 28px;
  font-size: 120%;
} */

#menu {
  z-index: 3;
  font-size: 17px;
  min-height: 3em;
  position: fixed;
  top: 180px;
  width:100%;
  padding: 0.6em 0 0.6em 0;
  margin:0;
  text-align: center;
  line-height: 1.8em;
  right:0;
  display: inline;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  background-color: white;
  color: #3c3c3c;
  transition: 0.5s;
  transition-delay: 0s;
}

/* #menu_prä {
  visibility: hidden;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-color:transparent;
  color: transparent;
  transition: 0.8s;
  transition-delay: 0.1s;
}

#menu_post {
  visibility: visible;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  background-color: white;
  color: #3c3c3c;
  transition: 0.5s;
  transition-delay: 0s;
} */

#menucurtain {
  z-index: 4;
  position: fixed;
  top:0;
  right:0;
  left:0;
  bottom:0;
  height:100%;
  width:100%;
  background-color: white;
  transition: 0s;
  display: inline-block;
}

/* #menucurtain_prä {
  background-color: white;
  transition: 0.5s;
  display: inline-block;
}

#menucurtain_post {
  background-color: transparent;
  transition: 0s; 
   wird dann mit element.remove aus dem DOM rausgekegelt 
}
*/

#loadinganimation {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  padding: 0;
  margin: -33px 0 0 -25px;
  border: 8px solid transparent;
  border-top: 8px solid transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1.8s linear infinite;
          animation: spin 1.8s linear infinite;
}

@-webkit-keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#mobilemenu {
  z-index: 5;
  min-height: 64px;
  width: 100%;
  background-color: #3c3c3c;
  color: white;
  position: fixed;
  top: 0;
  display: none;
  padding: 0;
  margin:0;
  right:0;
}

#topper {
  position: fixed;
  right: 30px;
  bottom: 18px; 
  z-index: 2;
  opacity: 0.6;
  transition: 0.6s;
}

#topper:hover {
  opacity: 1;
  transition: 0.6s;
}

#topper img {
  width: 46px;
  height: 46px;
}

a.menu,a.menu:link,a.menu:visited {
  font-family: 'Montserrat_Semibold_TF', Arial, Helvetica, sans-serif;
  padding: 0 0.8em;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
}

a.menu:hover {
  color: #008ce0;
  transition: 0.6s;
  text-decoration: none;
}

a.menu:active {
  color: #008ce0;
  text-decoration: none;
}

a.mobilemenuheader,a.mobilemenuheader:link,a.mobilemenuheader:visited {
  font-family: 'Montserrat_Semibold_SC', Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  font-size: 25px;
  padding: 20px 30px;
  color: white;
  display: inline-block;
  transition: 0.6s;
}

a.mobilemenuheader:hover {
  color: white;
}

a.mobilemenuheader:active {
  color: white;
}

a.mobilemenu,a.mobilemenu:link,a.mobilemenu:visited {
  font-family: 'Montserrat_Regular_TF', Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  font-size: 17px;
  padding: 15px 0 15px 20px;
  text-decoration: none;
  color:inherit;
  display: block;
  text-decoration: none;
  transition: 0.6s;
  border-top: 1px solid transparent;
}

a.mobilemenu:hover {
  font-family: 'Montserrat_Regular_TF', Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: white;
  text-shadow: 0px 0px 2px;
  transition: 0.6s;
}

a.mobilemenu:active {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px;
  transition: 0.6s;
}

#buttonsymbol{
  position: fixed;
  right: 32px;
  top: 17px; 
  width: 28px;
  height: 28px;
  transition: 0.8s;
}

#mobileflag {
  height: 16px;
  margin:0;
  padding: 0;
  opacity: 0;
  display: inline-block;
}

#mobilemenu_background {
  z-index: -1;
  background-color: #3c3c3c;
  position: relative;
  visibility: hidden;
  padding: 0 30px 0 30px;
  margin: 0;
  max-height: 0;
  color: transparent;
} 

#activemenu {
  font-family: 'Montserrat_Semibold_TF', Arial, Helvetica, sans-serif;
  padding: 0 0.8em;
  text-decoration: none;
  color: #008ce0;
  display: inline-block;
  transition: 0.5s;
} 

h3 { 
  font-family: 'Montserrat_Regular_TF', Arial, Helvetica, sans-serif;
  font-size: 150%;
  letter-spacing: 0.01em;
  color:#008ce0;
  margin:0;
  padding: 1.6em 0 .8em 0;
  text-align: center;
}

h4 {
    font-family: 'Montserrat_Regular_TF', Arial, Helvetica, sans-serif;
    font-size: 120%;   
    line-height: 1.6em;
    letter-spacing: 0.01em;
    color:#008ce0;
    margin:1em 0 0.4em 0;
    padding:0;
    text-align: center;
}

h4.first {
  font-family: 'Montserrat_Regular_TF', Arial, Helvetica, sans-serif; 
  font-size: 120%;   
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color:#008ce0;
  margin:0 0 0.4em 0;
  padding:0;
  text-align: center;
}

h5.centered {
  font-family: 'Montserrat_Regular_TF', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 100%;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color:#008ce0;
  margin:0;
  padding:0;
  text-align: center;
}

h5 {
  font-family: 'Montserrat_Regular_TF', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100%;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color:#3c3c3c;
  margin:1.6em 0 0 0;
  padding:0;
  text-align: left;
}

h5.first {
  font-family: 'Montserrat_Regular_TF', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100%;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color:#3c3c3c;
  margin:0;
  padding:0;
  text-align: left;
}

h5.firsttoregular {
  font-family: 'Montserrat_Regular_TF', Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color:#3c3c3c;
  margin:0;
  padding:0;
  text-align: left;
}



.vspace {
  margin: .8em 0 .8em 0;
  text-indent: 0;
}

.nobreak {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}



.heading {
  grid-column: span 6;
  -moz-columns: 1;
       columns: 1;
  padding: .6em 0 0 0;
  margin:0;
}

.rubber {
  flex: 1 11 auto;
  align-self: stretch;
}

p {
    padding:0;
    margin: 0;
    text-indent: 2.1em;
    text-align: justify;
    orphans: 2;
    widows: 2;
}

b {
  font-family: 'Montserrat_Regular_TF', Arial, Helvetica, sans-serif;
}

a {
  padding:0;
  margin: 0;
  color: #008ce0;
  text-indent: 0;
  -webkit-text-decoration: underline dotted transparent 1px;
          text-decoration: underline dotted transparent 1px;
  display: inline;
  font-family: 'Montserrat_Semibold_TF', Arial, Helvetica, sans-serif;
  cursor: pointer; 
}

a:hover{
  -webkit-text-decoration: underline dotted gray 1px;
          text-decoration: underline dotted gray 1px;
  transition: 0.7s;
}

a:active{
  color: #008ae096;
  transition: 0.3s;
}

p.anchor {
  line-height: 0;
  position: relative;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.anchor a {
  position: absolute;
  top: -60px;
}

.first {
  text-indent: 0;
}

.footeritem p {
  text-align: center;
  text-indent: 0;
}

.content ul {
  margin: 0;
  padding:0 0 0 2.2em;
  text-align: left;
  color:#3c3c3c;
  line-height: 1.6em;
}

.separatecolumncontent_inverse ul {
  margin: 0;
  padding:0 0 0 2.2em;
  text-align: left;
  color:#3c3c3c;
  line-height: 1.6em;
}

.content ul.WVSpace {
  margin: 0.8em 0 0.8em 0;
  padding:0 0 0 2.1em;
  text-align: left;
  color:#3c3c3c;
  line-height: 1.6em;
}

.content ul.WBottomSpace {
  margin: 0 0 1.6em 0;
  padding:0 0 0 2.1em;
  text-align: left;
  color:#3c3c3c;
  line-height: 1.6em;
}

.content li {
  margin:0;
  list-style-type: none;
}

.content li:before {
  content:"▶";
  padding-right: 1.5em;
  margin-left: -2.2em;
  line-height:1.6em;
  color:#008ce0;
}

.separatecolumncontent_inverse li {
  margin:0;
  list-style-type: none;
}

.separatecolumncontent_inverse li:before {
  content:"▶";
  padding-right: 1.5em;
  margin-left: -2.2em;
  line-height:1.6em;
  color:#008ce0;
}

.sponsors {
  display: flex;
  flex: 1;
  flex-flow: row nowrap;
  grid-column: span 6;
  justify-content: center;
  align-items: center;
  margin:0;
  gap: 0;
  width: 100%;
  padding: .6em 0 2em 0;
}

.break {
  flex-basis: 100%;
  height: 0;
  display: none;
}

.sponsor-logos-dfg {
  flex-basis: 25%;
  width: 25%;
  margin: 0 20px 0 20px;
}

.sponsor-logos-wdg {
  flex-basis: 20%;
  width: 20%;
  margin: 16px 20px 0 20px;
}

.sponsor-logos-fonte {
  flex-basis: 18%;
  width: 18%;
  margin: 0 20px 0 20px;
}

.sponsor-logos-thyssen {
  flex-basis: 18%;
  width: 18%;
  margin:22px 20px 0 20px;
}

.dfg {
  object-fit: contain;
  max-width: 100%; 
  display: block; 
  height: auto;
}

.wdg {
  object-fit: contain;
  max-width: 100%; 
  display: block; 
  height: auto;
}

.fonte {
  object-fit: contain;
  max-width: 100%; 
  display: block; 
  height: auto;
}

.thyssen {
  object-fit: contain;
  max-width: 100%; 
  display: block; 
  height: auto;
}

.table-container {
  width: 100%;
  grid-column: span 6;
  margin:0 0 1.6em 0;
}

.table-track{
  display: flex;
  padding: 0;
  font-size: 90%;
  flex-direction: row;
  border-bottom: 1px dotted gray;
}

.last-table-track{
  display: flex;
  padding: 0;
  font-size: 90%;
  flex-direction: row;
}

.table-heading {
  background-color: #008ae023;
  flex: 50% 1 1;
  padding: 0.8em;
  vertical-align: top;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.table-item, .last-table-item { 
  flex: 50% 1 1;
  padding: 0.8em;
  vertical-align: top;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.noindent {
  text-align: left;
  text-indent: 0;
}

#footer {
  -moz-columns: 3;
       columns: 3;
  line-height: 2.4em;
  width: 100%;
  background-color: #3c3c3c;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1em 0 2em 0;
  margin: 4em 0 -0.6em 0;
  color: white;
  flex: 0 0 auto;
}

.footeritem {
  text-align: center;
}

.footeritem a {
  font-family: Montserrat_Regular_TF, Arial, Helvetica, sans-serif;
  -webkit-text-decoration: underline solid transparent 1px;
          text-decoration: underline solid transparent 1px;
  color:inherit;
  transition: 0.6s;
}

.footeritem a:hover {
  -webkit-text-decoration: underline solid white 1px;
          text-decoration: underline solid white 1px;
  transition: 0.6s;
}

#gaplogo {
  position: fixed;
    right:42px;
    top:84px;
    height:66px;
    width:66px;
    transition: .5s;
}

#hulogo {
  position: fixed;
    right:150px;
    top:84px;
    height:66px;
    width:66px;
    transition: .5s;
}

#flag {
  vertical-align: bottom;
  height: 18px;
  padding:0;
  margin-bottom:7px;
  opacity: 1;
  transition: 0s;
  transition-delay: 0s;
}

/* #flag_prä {
  opacity: 0;
  transition: 1.4s;
  transition-delay: 0.4s;
}

#flag_post {
  opacity: 1;
  transition: 0s;
  transition-delay: 0s;

} */

#gaplogosmall {
  position: fixed;
    right:30px;
    top:104px;
    height:38px;
    width:38px;
    transition: .5s;
    display: none;
}

#hulogosmall {
  position: fixed;
    right:30px;
    top:42px;
    height:38px;
    width:38px;
    transition: .5s;
    display: none;
}

.content {
    text-align: left;
    grid-column: span 6;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 3em;
         column-gap: 3em;
         column-fill: balance;
    margin:0;
    padding: 0 0 1.4em 0; 
}

.separatecolumncontent {
  display: flex;
  flex-flow: row nowrap;
  grid-column: span 6;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  /* -moz-columns: 1;
       columns: 1; */
  /* ignored by Safari:
  -moz-column-gap: 3em;
  column-gap: 3em; */
  margin:0;
  width: 100%;
  padding: 0 0 0.4em 0;
}

.separatecolumncontent_inverse {
  display: flex;
  flex-flow: row nowrap;
  grid-column: span 6;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  /* -moz-columns: 1;
       columns: 1; */
  /* ignored by Safari:
  -moz-column-gap: 3em;
  column-gap: 3em; */
  margin:0;
  width: 100%;
  padding: 0 0 0.4em 0;
}

.separatecolumn {
  margin:0;
  padding: 0;
  width: 50%;
  height: 100%;
  align-self: flex-start;
}

.separateemptyleftcolumn {
  padding: 0;
  margin: 0.3em 3em 0.3em 0 ;
  width: 50%;
  align-self:stretch;
}

.separatecolumnleft {
  margin:0;
  padding: 0 1.5em 0 0;
  width: 50%;
  height: 100%;
  align-self: flex-start;
}

.separatecolumnright {
  margin:0;
  padding: 0 0 0 1.5em;
  width: 50%;
  height: 100%;
  align-self: flex-start;
}

.separatecolumnpix {
  background: url(/pix/hu-berlin.jpg) no-repeat center center;
  background-size: cover;
  padding: 0;
  margin: 0.3em 3em 0.3em 0 ;
  width: 50%;
  align-self:stretch;
}

.separatecolumnmap {
  background: url(/pix/campus-mitte_lageplan.png) no-repeat center center;
  background-size: cover;
  padding: 0;
  margin: 0.3em 3em 0.3em 0 ;
  width: 50%;
  align-self:stretch;
}

.separatecolumnmap_en {
  background: url(/pix/campus-mitte_lageplan_eng.png) no-repeat center center;
  background-size: cover;
  padding: 0;
  margin: 0.3em 3em 0.3em 0 ;
  width: 50%;
  align-self:stretch;
}

.timetableheading_container_wide {
  display: flex;
  flex-flow: row nowrap;
  grid-column: span 6;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  /* -moz-columns: 1;
       columns: 1; */
  /* ignored by Safari:
  -moz-column-gap: 3em;
  column-gap: 3em; */
  margin:0;
  gap: 0;
  width: 100%;
  padding: 0;
}

.timetableheading_container_medium {
  display: flex;
  flex-flow: row nowrap;
  grid-column: span 6;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  /* -moz-columns: 1;
       columns: 1; */
  /* ignored by Safari:
  -moz-column-gap: 3em;
  column-gap: 3em; */
  margin:0;
  gap: 0;
  width: 100%;
  padding: 0;
  display: none;
}

.timetableheading_container_narrow {
  display: flex;
  flex-flow: row nowrap;
  grid-column: span 6;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  /* -moz-columns: 1;
       columns: 1; */
  /* ignored by Safari:
  -moz-column-gap: 3em;
  column-gap: 3em; */
  margin:0;
  gap: 0;
  width: 100%;
  padding: 0;
  display: none;
}

.timetableheading {
  width: calc((1690 / 7261) * 100%);
}

.timetablebuffer {
  width: calc((167 / 7261) * 100%);
}

.timetableheading h5 {
  text-align: center;
}

.timetable_wide {
  display: flex;
  flex: 1;
  flex-flow: row nowrap;
  grid-column: span 6;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  /* -moz-columns: 1;
       columns: 1; */
  /* ignored by Safari:
  -moz-column-gap: 3em;
  column-gap: 3em; */
  margin:0;
  gap: 0;
  width: 100%;
  padding: .6em 0 2em 0;
  /* max-height: 50em;  for Safari only */
}

.timetable_medium {
  display: flex;
  flex-flow: row nowrap;
  grid-column: span 6;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  /* -moz-columns: 1;
       columns: 1; */
  /* ignored by Safari:
  -moz-column-gap: 3em;
  column-gap: 3em; */
  margin:0;
  gap: 0;
  width: 100%;
  padding: 1em 0 2.2em 0;
  display: none;
}

.timetable_narrow {
  display: flex;
  flex-flow: row nowrap;
  grid-column: span 6;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  /* -moz-columns: 1;
       columns: 1; */
  /* ignored by Safari:
  -moz-column-gap: 3em;
  column-gap: 3em; */
  margin:0;
  gap: 0;
  width: 100%;
  padding: 1em 0 3em 0;
  display: none;
}

.daycolumn {
  width: calc((1690 / 7261) * 100%);
  height: 100%;
}

.timescolumn {
  width: calc((167 / 7261) * 100%);
  height: 100%;
}

.openphilosophy_two-column {
  display: flex;
  flex-flow: row nowrap;
  grid-column: span 6;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  /* -moz-columns: 1;
       columns: 1; */
  /* ignored by Safari:
  -moz-column-gap: 3em;
  column-gap: 3em; */
  margin:0;
  gap: 0;
  width: 100%;
  padding: 10px 0 0 0;
}


.openphilosophy_one-column {
  display: flex;
  flex-flow: row nowrap;
  grid-column: span 6;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  /* -moz-columns: 1;
       columns: 1; */
  /* ignored by Safari:
  -moz-column-gap: 3em;
  column-gap: 3em; */
  margin:0 auto;
  gap: 0;
  width: 50%;
  padding: 1em 0 0 0;
}

.openphilosophy_column {
  /* width: calc((940 / 1900) * 100%); */
  width: 100%;
  padding: 0 25px;
  height: 100%;
}

.pdf {
  height: 1.1em;
  display: inline;
  padding: 0 0.2em 0 0.2em;
  margin: 0 0 -0.1em 0;
}

#overlay {
  position: fixed;
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(60,60,60); 
  opacity: 0;
  z-index: -2; 
}

#overlaytext {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  background-color: white;
  padding: .8em 2.2em 2.8em 2.2em;
  position: fixed;
  top: 50%;
  left: 50%;
  color:#3c3c3c;
  -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  max-width: 40em;
  border-radius: 0.5em;
  opacity: 0;
  z-index: -2; 
  cursor: pointer; 
}

#mobilemenuoverlay {
  position: fixed;
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent; 
  z-index: -2; 
  cursor: pointer; 
}

.extrahyphenation {
  padding: 0.8em 0 0 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

#noscriptoverlay, #fouroverlay {
  position: fixed;
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(60,60,60); 
  opacity: 0.7;
  z-index: 6; 
  cursor: pointer; 
}

#noscriptoverlaytext, #fouroverlaytext {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  background-color: white;
  padding: .8em 2.2em 2.8em 2.2em;
  position: fixed;
  top: 50%;
  left: 50%;
  color:#3c3c3c;
  -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  max-width: 40em;
  border-radius: 0.5em;
  opacity: 1;
  z-index: 7; 
  cursor: pointer; 
}

.gallery {
  margin-left: 1em;
}

.gallery img {
  width: 24%;
}

/* ##########################################SLIDESHOW##########################################*/

.slideshow-container {
  width: 100%;
  position: relative;
  height: 18em;
  grid-column: span 6;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -moz-columns: 1;
       columns: 1;
  -moz-column-gap: 2.1em;
       column-gap: 2.1em;
  margin: -0.8em auto 0 auto;
  padding: 0;
  overflow: hidden;
}

.mySlides {
  display: none;
  height: 15em;
}

.slide-collector {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  bottom:0;
  padding: 10px 10px 8px 8px;
  color: #008ce0;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  z-index: 2;
}

.next {
  right: 0;
  padding: 10px 8px 8px 10px;
}

.prev:hover, .next:hover {
  background-color: #008ce0;
  text-decoration: none;
  color: white;
}

.text {
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.slideshowcard {
  padding: 0.4em 2% 1.6em 2%;
  width: 48%;
  min-height:90%;
  font-size: 17px;
  background-color: #008ae011;
}

.leftcard {
  margin: 1em 2% 1em 0;
}

.rightcard {
  margin: 1em 0 1em 2%;
}

.slideshowdate {
  font-family: 'Montserrat_Semibold_TF', Arial, Helvetica, sans-serif;
  color: #7e7e7e;
  text-align: right;
  padding: 0.8em 0 0 0;
}

.slideshowcard h6 {
  font-size: 90%;
  font-family: 'Montserrat_Semibold_TF', Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color:#3c3c3c;
  margin:1.2em 0 0.8em 0;
  padding:0;
  text-align: center;
}

.slideshowcard p {
  text-indent: 0;
  font-size: 90%;
  line-height: 1.6em;
}

.dotcontainer {
  width:100%;
  display: inline-block;       
  text-align: center;             
  margin: 0 auto;
  position: absolute;
  bottom: 5px;
}

.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #008ce0;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* ########################################SLIDESHOW END########################################*/



/* ########################################################################################################### */
/* ##############################################MEDIA QUERIES################################################ */
/* ########################################################################################################### */



@media only screen and (max-width: 100em) {
  .content {
    -moz-columns: 2;
         columns: 2;
  }

  .body {
    font-size: 18px;
  }
}

@media only screen and (max-width: 74.5em) {
  .container {
    margin: 224px 0 0 0;
  }

  #menu {
    padding: 0.3em 3.2em 0.3em 3.2em;
    line-height: 2em;
  }

  a.menu,a.menu:link,a.menu:visited {
    padding: 0 1.2em;
    text-decoration: none;
    display: inline-block;
  }

  #flag {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 68em) {
  .container {
    -moz-column-gap: 0;
         column-gap: 0;
    border: 0;
    font-size:20px;
    line-height: 1.6em;
  }
  
  .content {
    -moz-columns: 1;
         columns: 1;
    
  }

  p {
    orphans: 1;
    widows: 1;
  }

  h5.firsttoregular {
    margin:1.6em 0 0 0;
  }

  .separatecolumncontent {
    flex-flow: column-reverse nowrap;
  }

  .separatecolumncontent_inverse {
    flex-flow: column nowrap;
  }

  .separatecolumnpix {
    width: 100%;
    min-height: 20em;
    margin: 1.3em 0;
  }

  .separatecolumnmap {
    width: 100%;
    min-height: 34em;
    margin: 1.5em 0;
  }

  .separatecolumnmap_en {
    width: 100%;
    min-height: 34em;
    margin: 1.5em 0;
  }

  .separatecolumn {
    width: 100%;
    margin: 0;
  }

  .separatecolumnleft {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .separatecolumnright {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .heading {
    border-top: none;  /* für V6: entfällt */
  }

  .slideshowcard {
    font-size: 15px;
  }  

  .slideshow-container {
    height: 13em;
  }

  .mySlides {
    display: none;
    height: 11em;
  
  }

  .prev, .next {
    padding: 8px;
    font-size: 24px;
  }

  .timetable_wide {
    display: none;
  }

.timetable_medium {
  display: flex;
}

.daycolumn {
  width: calc((1690 / 3714) * 100%);
}

.timescolumn {
  width: calc((167 / 3714) * 100%);
}

.timetableheading_container_wide {
  display: none;
}

.timetableheading_container_medium {
  display: flex;
}

.timetableheading {
  width: calc((1690 / 3714) * 100%);
}

.timetablebuffer {
  width: calc((167 / 3714) * 100%);
}

.openphilosophy_two-column {
  display: none;
}



.openphilosophy_column {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  height: 100%;
}

.gallery img {
  width: 32%;
}

}

@media only screen and (max-width: 54em) {
  .container {
      margin: 54px 0 0 0;
      font-size:18px;
  }

  .table-track, .last-table-track {
    flex-direction: column;
    border-bottom: 0;
  }

  .table-heading {
    background-color: #008ae023;
    flex: 1 2 auto;
    padding:0.6em;
  }
  
  .table-item {   
    flex: 1 1 auto;
    border-bottom: 1px dotted gray;
    padding:0.6em;
  }

  .last-table-item {   
    flex: 1 1 auto;
    padding:0.6em;
  }

  .slide-collector {
    flex-direction: column;
  }

  .slideshow-container {
    height: 27em;
    margin: 0 0 1.1em 0;
  }

  .slideshowcard {
    margin: 1em 6% 1em 6%;
    padding: 0.4em 4% 1.6em 4%;
    width: 88%;
    min-height:90%;
    font-size: 17px;
    border: 1px solid #008ae02d;
  }

  .dotcontainer {
    width:100%;
    display: inline-block;       
    text-align: center;             
    margin: 0 auto;
    position: absolute;
    bottom: 2px;
  }

  .prev, .next {
    padding: 8px;
    font-size: 24px;
    top: 46%;
  }

  .prev {
    margin-left: -8px;
  }

  .next {
    margin-right: -8px;
  }

  .prev:hover, .next:hover {
    padding: 8px 8px 8px 8px;
    background-color: transparent;
    color:#008ae09f;
  }

  .sponsors {
    display: flex;
    flex-flow: row wrap;
  }

  .break {
    display: inline-block;
  }

  .sponsor-logos-dfg {
    flex-basis: 40%;
    width: 40%;
    padding: 20px 0 0 0;
  }
  
  .sponsor-logos-wdg {
    flex-basis: 40%;
    width: 40%;
    padding: 42px 0 0 0;
  }
  
  .sponsor-logos-fonte {
    flex-basis: 40%;
    width: 40%;
    padding: 20px 0 0 0;
  }

  .sponsor-logos-thyssen {
    flex-basis: 40%;
    width: 40%;
    padding: 20px 0 0 0;
  }
}



@media only screen and (max-width: 46em) {
  .container {
  padding: 10px 20px 10px 20px;
  font-size:16px;
  }

  #topper {
    right: 12px;
  }

  #overlaytext, #noscriptoverlaytext, #fouroverlaytext {
    width: 75%;
  }

  .separatecolumnpix {
    min-height: 18em;
  }

  .separatecolumnmap {
    min-height: 28em;
  }

  .separatecolumnmap_en {
    min-height: 28em;
  }

  .slideshow-container {
    height: 31em;
  }

  .openphilosophy_column {
    width: 100%;
  }


}

@media only screen and (max-width: 37em), (max-height:24em) {
  body {
    font-size: 14px;
  }

  #menu {
    font-size: 17px;
  }

  #title, #subtitle, #date {
    font-size: 190%;
    margin: 0 0 0 30px;
  }

  #fourtitle, #foursubtitle, #fourdate {
    margin: 0 0 0 30px;
  }

  #fourtitle {
    bottom: 5.8em;
    font-size: 190%;
  }

  #foursubtitle {
    bottom: 3.2em;
    font-size: 190%;
  }

  #fourdate {
    bottom: 2.1em;
    font-size: 150%;
  }

  .separatecolumnpix {
    min-height: 16em;
  }

  .separatecolumnmap {
    min-height: 24em;
  }

  .separatecolumnmap_en {
    min-height: 24em;
  }

  #optional {
    display: none;
  }

  #footer {
    grid-template-columns: 1fr 1fr;
    padding: 0.6em 0 0.6em 0;
    font-size: 16px;
  }

  #gaplogo {
    display: none;
  }

  #hulogo {
      display: none;
  }

  #gaplogosmall {
      display: inline;
  }
  
  #hulogosmall {
      display: inline;
  }

  #overlaytext, #noscriptoverlaytext, #fouroverlaytext {
    font-size: 14px;
  }

  .timetable_medium {
    display: none;
  }

  .timetable_narrow {
    display: flex;
  }

  .daycolumn {
    width: calc((1690 / 1857) * 100%);
  }
  
  .timescolumn {
    width: calc((167 / 1857) * 100%);
  }

  .timetableheading_container_medium {
    display: none;
  }
  
  .timetableheading_container_narrow {
    display: flex;
  }
  
  .timetableheading {
    width:100%;
  }
  
  .timetablebuffer {
    width: 0%;
  }

  .sponsors {
    display: flex;
    flex-flow: column;
  }

  .break {
    display: none;
  }
  
  .sponsor-logos-dfg {
    flex-basis: 100%;
    width: 100%;
    padding: 20px 40px 0 40px;
  }
  
  .sponsor-logos-wdg {
    flex-basis: 100%;
    width: 100%;
    padding: 42px 70px 0 70px;
  }
  
  .sponsor-logos-fonte {
    flex-basis: 100%;
    width: 100%;
    padding: 20px 100px 0 100px;
  }

  .sponsor-logos-thyssen {
    flex-basis: 100%;
    width: 100%;
    padding: 30px 80px 0 80px;
  }

}

@media only screen and (max-width: 37em) {
  .slideshow-container {
    height: 33.5em;
  }

  .gallery img {
    width: 48%;
  }

  .gallery {
    margin-left: .5em;
  }
}

@media only screen and (max-height:32em) {
  a.mobilemenu,a.mobilemenu:link,a.mobilemenu:visited {
    font-size: 15px;
    padding: 10px 0 10px 20px;
  }
}

@media only screen and (max-height:26.5em) {
  a.mobilemenu,a.mobilemenu:link,a.mobilemenu:visited {
    font-size: 17px;
    padding: 24px 15x 24px 15px;
    display: inline-block;
    border-top: 1px solid transparent;
  }
}

@media only screen and (max-width: 32em) {
  .slideshow-container {
    height: 35em;
  }


}

@media only screen and (max-width: 28em) {
  .slideshow-container {
    height: 38em;
  }
}

@media only screen and (max-width: 25em) {
  .slideshow-container {
    height: 40em;
  }


}

@media only screen and (max-width: 22em) {
  .slideshow-container {
    height: 42em;
  }

  .gallery img {
    width: 98%;
  }
}

@media only screen and (max-width: 20em) {
  .slideshow-container {
    height: 47em;
  }
}

@media only screen and (max-width: 18em) {
  #footer {
      grid-template-columns: 1fr;
      height: auto;
      padding: 0.6em 0 0.6em 0;
      font-size: 15px;
  }

  #date {
   display: none;
  }
}
