@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: 140em;
  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;
}

.news-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6em;
  background-color: rgb(244, 244, 244);
}

.menu-column {
  flex-basis: 20%;
  flex-grow: 1;
  padding: 1em;
  text-align: center;
  font-size: 17px;
  color:#008ce0;
}

.card-container {
  margin: 1em 0 1em 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  padding: 0 1em;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

.card {
  width: 15.6em;
  flex: none;
  /* border-radius: 2px;
  border-style: solid;
  border-color: #bbb; */
  margin: 0.3em;
}

.card-top {
  padding: 0 0.6em 0 0.6em;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  border: 1px solid #bbb; 
  box-shadow: 5px 10px 10px grey;
  line-height: 120%;
}

.card-heading {
  padding: 0.6em 0.6em 0.6em 0.6em;
  border-left: 1px solid #bbb; 
  border-right: 1px solid #bbb; 
  box-shadow: 5px 5px 10px grey;
}

.section {
  background-color: #bccbe8;
}

.colloquium {
  background-color: #eab1a7;
}

.lecture {
  background-color: #bddcde;
}

.reception {
  background-color: #fdf0ba;
}

.symposium {
  background-color: #e18d7d;
}

.gray {
  background-color: #e9e9e9;
}

.card-middle {
  padding: 0.2em 0.3em 0.2em 0.3em;
  margin: 0;
  background-color: white;
  border-left: 1px solid #bbb; 
  border-right: 1px solid #bbb; 
  box-shadow: 5px 5px 10px grey;
}

.card-bottom {
  padding: 0.6em 1em 0.8em 1em;
  background-color: white;
  border-bottom-left-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
  border: 1px solid #bbb; 
  box-shadow: 5px 5px 10px gray;
}

.card-top p {
  font-size: 80%;
  text-indent: 0;
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin: 0;
}

.card-middle p {
  font-size: 80%;
  text-indent: 0;
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  line-height: 160%;
}

.card-bottom p {
  padding: 0;
  margin: 0;
  text-indent: 0;
  font-size: 90%;
  line-height: 160%;
  text-align: justify;
}

.heading {
  display: flex;
  justify-content: space-between;
  padding: .6em 1.4em 0 1.4em;
  margin:0;
}

.main-page_button, .main-page_button a {
  padding: 0.7em;
  background-color: #008ce0;
  color: white;
  margin: 0 auto;
}

.left_corner {
  display: flex;
  margin: .6em 0 .6em 0;
}

.right_corner {
  padding: 1em;
  color: transparent;
}

h1 { 
  font-family: 'Montserrat_Light_TF', Arial, Helvetica, sans-serif;
  font-size: 165%;
  letter-spacing: 0.01em;
  color:#008ce0;
  margin:0;
  padding: .8em 0 .8em 0;
  text-align: center;
}

h2 {
    font-family: 'Montserrat_Light_TF', Arial, Helvetica, sans-serif;
    font-size: 135%;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color:#008ce0;
    margin: .2em 0 0 0;
    padding:0;
    text-align: center;
}


h3 {
  font-family: 'Montserrat_Regular_TF', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 125%;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color:#3c3c3c;
  margin: .7em 0 0 0;
  padding:0;
  text-align: left;
}

h4 {
  font-family: 'Montserrat_Semibold_TF', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 110%;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color:#3c3c3c;
  margin:1.6em 0 0 0;
  padding:0;
  text-align: left;
}

h5 {
  font-family: 'Montserrat_Regular_TF', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 90%;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color:#3c3c3c;
  margin:0em 0 0 0;
  padding:0;
  text-align: center;
}





.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;
  display: flex;
  justify-content: space-around;
}

/* #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;
}







.vspace {
  margin: .8em 0 .8em 0;
  text-indent: 0;
}

.nobreak {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}





.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;
}

.break {
  flex-basis: 100%;
  height: 0;
  display: none;
}

.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;
}

.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;
}

.pdf {
  height: 1.2em;
  display: inline;
  padding: 0 0.2em 0 0.2em;
  margin: 0 0 -0.1em 0;
}

.extrahyphenation {
  padding: 0.8em 0 0 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}


/* ########################################################################################################### */
/* ##############################################MEDIA QUERIES################################################ */
/* ########################################################################################################### */


@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) {

}

@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;
  }

  .heading {
    flex-direction: column;
  }

  .right_corner {
    display: none;
  }


}

@media only screen and (max-width: 37em), (max-height:24em) {
  body {
    font-size: 16px;
  }
  .card {
    width: 96%;
  }



  #footer {
    grid-template-columns: 1fr 1fr;
    padding: 0.6em 0 0.6em 0;
    font-size: 16px;
  }





  .break {
    display: none;
  }


  h1, h2, h3 {
    text-align: center;
  }

}

@media only screen and (max-width: 37em) {

}

@media only screen and (max-height:32em) {

}

@media only screen and (max-height:26.5em) {

}

@media only screen and (max-width: 32em) {

}

@media only screen and (max-width: 28em) {

}

@media only screen and (max-width: 25em) {

}

@media only screen and (max-width: 22em) {

}

@media only screen and (max-width: 20em) {

}

@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;
  }
}
