/* #Imports
================================================== */
/* 00 Settings */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* 01 Tools */
/* 02 Generic */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*[class*=offset],
#fancybox-wrap,
#fancybox-wrap * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.relative {
  position: relative;
}

.blocklink:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

address {
  font-style: unset;
}

.button {
  transition: background-color 0.25s;
  display: inline-block;
  padding: 16px 30px;
  background-color: #5267AD;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}
.button:focus, .button:hover {
  background-color: #4b6dc2;
}

.hidden {
  display: none !important;
}

.underline {
  text-decoration: underline;
}

section {
  scroll-margin-top: 12rem;
}

.section h2 {
  margin-bottom: 1.5rem;
}

.no-scroll {
  overflow-y: hidden;
}

.wrapper {
  min-height: 100vh;
}

/* 03 Elements */
html {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  color: rgba(50, 51, 51, 0.8);
  font-size: 16px;
}
@media only screen and (min-width: 767px) {
  html {
    font-size: 18px;
  }
}

h1, h2, h3, h4 {
  hyphens: auto;
}

body {
  font-size: 1rem;
  line-height: 1.35rem;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 38px;
  line-height: 1.125;
  font-weight: 800;
  margin: 0;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  h1 {
    font-size: 4.25rem;
    line-height: 1.125;
  }
}

h2 {
  font-size: 2.625rem;
  line-height: 3.625rem;
  font-weight: 800;
  color: #5267AD;
  margin: 0;
}
@media only screen and (max-width: 959px) {
  h2 {
    font-size: 2.325rem;
    line-height: 3.325rem;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}

h3 {
  font-size: 1.625rem;
  line-height: 2.625rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #5267AD;
}
@media only screen and (max-width: 959px) {
  h3 {
    font-size: 1.325rem;
    line-height: 2.325rem;
  }
}
@media only screen and (max-width: 479px) {
  h3 {
    font-size: 1.125rem;
    line-height: 1.35;
  }
}

h4 {
  font-size: 1.444rem;
  line-height: 2.444rem;
  font-weight: 700;
  margin: 0;
  color: inherit;
}
@media only screen and (max-width: 479px) {
  h4 {
    font-size: 1.125rem;
    line-height: 1.425rem;
  }
}

@media only screen and (max-width: 479px) {
  h5 {
    margin: 0;
  }
}

p {
  margin: 0;
  word-wrap: break-word;
}
p + p {
  margin-top: 18.016px;
}

.uppercase {
  text-transform: uppercase;
}

.news a:not(.button), .news .link:not(.button), .dc a:not(.button), .dc .link:not(.button) {
  color: #5267AD;
  border-bottom: 1px currentColor solid;
}
.news a:not(.button):hover, .news .link:not(.button):hover, .dc a:not(.button):hover, .dc .link:not(.button):hover {
  color: #4b6dc2;
}
.news a:not(.button):focus, .news .link:not(.button):focus, .dc a:not(.button):focus, .dc .link:not(.button):focus {
  color: white;
}
.news h1, .dc h1 {
  line-height: 1.125;
  margin-bottom: 48px;
}

.event-countdown {
  margin-top: 48px;
}

.button {
  color: white;
}

.link:not(.button) {
  color: #5267AD;
  border-bottom: 1px currentColor solid;
}

a:not(.button, .header-logo, .blocklink),
.link {
  transition: color 0.25s ease-in-out;
}
a:not(.button, .header-logo, .blocklink):hover,
.link:hover {
  color: #3F3F4E;
  border-bottom: 1px solid #3F3F4E;
}
a:not(.button, .header-logo, .blocklink):focus,
.link:focus {
  color: white;
  border-bottom: 1px solid currentColor;
}

.sr-only {
  display: none;
}

.white {
  color: white;
}

.text-center {
  text-align: center;
}

/* 04 Objects */
.wrapper > section {
  float: left;
  width: 100%;
}

.color-dunkelblau {
  color: #3F3F4E;
}

.color-blau {
  color: #74748f;
}

.color-hellblau {
  color: #53c2eb;
}

.color-gruen {
  color: #73996a;
}

.color-hellgruen {
  color: #90be84;
}

.color-pastellgelb {
  color: #fff000;
}

.color-white {
  color: #ffffff;
}

.color-blue {
  color: #4b6dc2;
}

.color-indigoblue {
  color: #5267AD;
}

img.ratio {
  max-width: none;
  width: 100%;
}

.btn {
  float: right;
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.btn-primary {
  background-color: #3F3F4E;
  color: #FFFFFF;
  font-weight: 700;
}
.btn.btn-primary:hover {
  -webkit-box-shadow: 0px 26px 72px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 26px 72px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 26px 72px rgba(0, 0, 0, 0.26);
}
.btn.btn-primary:active {
  background-color: #53c2eb;
}

/* 05 Components */
.header {
  width: 100%;
  color: #ffffff;
  display: grid;
  place-items: center;
  height: 150px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 480px) {
  .header {
    height: 200px;
  }
}
@media screen and (min-width: 767px) {
  .header {
    padding: 30px 15px;
  }
}
.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .nav-toggle,
.header .close-nav {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header .three.columns {
    width: 60%;
  }
  .header .nine.columns {
    padding: 10px 0;
    width: 40%;
  }
}
.header .header-nav {
  float: left;
  width: 100%;
  padding: 22px 0;
}
.header .header-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 5px 0;
}
.header .header-nav .hidden {
  display: none;
}
.header .header-nav ul.level1 {
  float: right;
}
.header .header-nav li.level1 {
  float: left;
  padding: 10px 12px;
}
.header .header-nav li.level1 > a {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 3px;
}
@media only screen and (max-width: 1199px) {
  .header .header-nav li.level1 > a {
    font-size: 16px;
  }
}
.header .header-nav li.level1 > a:after {
  content: "";
  background-color: #5267AD;
  height: 5px;
  width: 0;
  bottom: 2px;
  left: 0;
  z-index: -1;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transform: skew(-10deg);
}
.header .header-nav li.level1 > a.active:after {
  width: 100%;
}
@media only screen and (max-width: 959px) {
  .header .nav-toggle {
    display: block;
    float: right;
    padding: 12px;
    cursor: pointer;
  }
  .header .close-nav {
    padding: 12px;
    display: inline-block;
    cursor: pointer;
  }
  .header .header-nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #5267AD;
    text-align: center;
    padding: 50px 0;
    z-index: 20;
    overflow-y: scroll;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .header .header-nav.active {
    visibility: visible;
    opacity: 1;
  }
  .header .header-nav li.level1 {
    width: 100%;
    float: left;
  }
  .header .header-nav li.level1 > a {
    display: inline-block;
  }
  .header .header-nav li.level1.hidden {
    display: block;
  }
}
.header.scrolled {
  background-color: #5267AD;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.main-header {
  display: grid;
  grid-template-columns: minmax(0px, 1fr) max-content;
}

.home {
  position: relative;
  width: 100%;
  background-color: #3F3F4E;
  color: #ffffff;
  margin-top: 150px;
  height: calc(100vh - 150px);
  overflow-y: hidden;
}
@media only screen and (min-width: 480px) {
  .home {
    margin-top: 200px;
    height: calc(100vh - 200px);
  }
}
.home__background {
  position: relative;
  height: 100%;
}
.home__background:before {
  position: absolute;
  inset: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.31);
  z-index: 1;
}
.home__background img {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home__sponsors {
  margin-top: auto;
  margin-bottom: 72px;
}
.home__inner {
  z-index: 8;
  position: absolute;
  inset: 0;
  padding: 48px 0px;
}
@media only screen and (min-width: 767px) {
  .home__inner {
    padding: 72px 0px;
  }
}
.home__inner > .container {
  height: 100%;
}
@media only screen and (min-width: 1119px) {
  .home__inner > .container {
    padding: 0px 12px;
  }
}
@media only screen and (min-width: 1279px) {
  .home__inner > .container {
    padding: 0px;
  }
}
.home-inner-wrapper {
  height: 100%;
  padding-top: 400px;
  padding-bottom: 330px;
}
@media only screen and (max-width: 767px) {
  .home-inner-wrapper {
    padding-top: 150px;
  }
}
.home-sponsoren {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  margin: 0;
  padding: 0;
}
.home .home-event-details {
  float: left;
  width: 100%;
}
.home .event-countdown {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (min-width: 767px) {
  .home .event-countdown {
    margin-top: auto;
  }
}
@media only screen and (min-width: 959px) {
  .home .event-countdown {
    margin-top: 48px;
    margin-bottom: 60px;
  }
}
.home .event-countdown .text {
  color: white;
}
@media only screen and (min-width: 767px) {
  .home .event-countdown .text {
    height: 60px;
    width: 65px;
  }
}
.home .event-countdown .countdown {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.home .event-countdown .countdown-days {
  color: #fff;
}
.home .event-countdown .countdown-hours {
  color: #9292a7;
}
.home .event-countdown .countdown-minutes {
  color: #4b6dc2;
}
.home .event-countdown .countdown-seconds {
  color: #5267AD;
}
@media only screen and (max-width: 768px) {
  .home .event-countdown .countdown.countdown-seconds {
    display: none;
  }
}
.home .event-countdown .countdown .number {
  font-weight: 800;
  text-shadow: 3px 3px 4px rgba(44, 44, 44, 0.42);
  font-size: 40px;
}
@media only screen and (min-width: 480px) {
  .home .event-countdown .countdown .number {
    font-size: 50px;
  }
}
@media only screen and (min-width: 767px) {
  .home .event-countdown .countdown .number {
    min-width: 100px;
    font-size: 4.25rem;
  }
}
.home .event-countdown .countdown .text {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(-90deg);
}
.home .event-titel {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.home .event-location-details {
  float: left;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 480px) {
  .home .event-location-details {
    margin-bottom: 48px;
  }
}
.home .event-location,
.home .event-date {
  float: left;
  line-height: 24px;
  font-size: 18px;
}
@media only screen and (min-width: 480px) {
  .home .event-location,
  .home .event-date {
    font-size: 1.2rem;
    margin-top: 24px;
  }
}
.home .event-location i,
.home .event-date i {
  padding-right: 5px;
  color: white;
}
.home .event-location a,
.home .event-date a {
  width: fit-content;
}
.home .event-location {
  display: grid;
  grid-template-columns: 20px minmax(0px, 1fr);
  grid-gap: 12px;
}
@media only screen and (max-width: 767px) {
  .home .event-location {
    padding-bottom: 25px;
  }
}
.home .event-sponsoren {
  position: absolute;
  width: 100%;
  bottom: 100px;
}
.home .event-sponsoren ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.home .event-sponsoren ul.home-sponsoren {
  display: flex;
  flex-flow: nowrap row;
  gap: 40px;
}
.home .event-sponsoren li {
  width: 16.6666666667%;
  display: grid;
  place-items: center;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .home .event-sponsoren li {
    width: 33.3333333333%;
  }
}
.home__details {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home__details .button {
  width: fit-content;
  margin-bottom: 24px;
}
@media only screen and (min-width: 767px) {
  .home__details .button {
    margin-top: auto;
  }
}
@media only screen and (min-width: 1199px) {
  .home__details .button {
    margin-top: 48px;
  }
}

.home-logo {
  max-width: 400px;
}

.home-sponsor {
  display: grid;
  place-items: center;
  height: 100%;
}
.home-sponsor img {
  max-width: 150px;
}

.sponsors-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: nowrap row;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .sponsors-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    grid-gap: 24px;
  }
}
.sponsors-list--footer {
  gap: 48px;
}
.sponsors-list__item {
  display: grid;
  justify-content: center;
  align-content: center;
  align-items: center;
  aspect-ratio: 2/1;
  width: 140px;
}
@media only screen and (min-width: 767px) {
  .sponsors-list__item {
    width: 150px;
  }
}
.sponsors-list__item img {
  max-width: 100%;
}
.sponsors-list__item--small {
  width: 100px;
}
.sponsors-list__item--white {
  filter: brightness(0) invert(1);
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(12, 12, 12, 0.56);
  z-index: 100;
}
.overlay__img-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vh;
  padding: 0 20px;
}

.section {
  text-align: center;
  padding: 150px 0;
  float: left;
  width: 100%;
}
.section--grey {
  background-color: #EFEFEF;
}
.section--blue {
  background-color: #5267AD;
}
.section--blue h2, .section--blue .h2 {
  color: #fff;
}
.section p + div {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .section .four.columns + .four.columns {
    margin-top: 25px !important;
  }
}

.schedule {
  padding: 100px 0;
}
.schedule .subline {
  color: #ffffff;
  text-align: center;
}
.schedule h2 {
  color: #ffffff;
  margin-bottom: 25px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
  text-align: center;
}
.schedule--bg-1 {
  background: #5267AD;
}
.schedule--bg-2 {
  background: #fff;
}
.schedule--bg-2 h2, .schedule--bg-2 .text-center {
  color: #5267AD;
}
.schedule--bg-3 {
  background: #74748f;
}
.schedule h4 {
  color: #3F3F4E;
  float: left;
  width: 100%;
}
.schedule .programm-wrapper {
  float: left;
  width: 100%;
}
.schedule .programm-wrapper:not(:empty) {
  margin-top: 45px;
}
.schedule .copy {
  text-align: center;
  color: #ffffff;
}
.schedule .programmpunkt {
  background: white;
  box-shadow: 0px 26px 72px rgba(0, 0, 0, 0.26);
  width: 100%;
  float: left;
  margin: 15px 0;
  display: grid;
  grid-template-columns: max-content minmax(0px, 1fr);
}
.schedule .programmpunkt--white .programmpunkt__right {
  border: solid 10px white;
}
.schedule .programmpunkt__right {
  border: solid 10px #dddddd;
  padding: 30px;
}
@media only screen and (max-width: 479px) {
  .schedule .programmpunkt__right {
    padding: 15px;
    border: solid 10px #dddddd;
  }
}
.schedule .programmpunkt__left {
  background: #dddddd;
}
.schedule .programmpunkt .programm-referent {
  max-width: 150px;
}
.schedule .programmpunkt.no-text {
  background-color: #ffffff;
}
.schedule .programmpunkt .programm-left {
  display: none;
  float: left;
}
@media only screen and (max-width: 767px) {
  .schedule .programmpunkt .programm-left {
    display: none;
  }
}
.schedule .programmpunkt .programm-right {
  float: left;
}
@media only screen and (max-width: 767px) {
  .schedule .programmpunkt .programm-right {
    width: 100%;
  }
}
.schedule .programmpunkt .programm-referent {
  display: none;
  float: left;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 10px;
}
@media only screen and (min-width: 767px) {
  .schedule .programmpunkt .programm-referent {
    display: block;
  }
}
.schedule .programmpunkt .programm-referent img {
  border-radius: 50%;
}
@media only screen and (max-width: 959px) {
  .schedule .programmpunkt .programm-referent {
    padding: 15px;
  }
}
.schedule .programmpunkt .programm-details {
  float: left;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.schedule .programmpunkt .programm-beschreibung {
  float: left;
  width: 100%;
  padding-top: 12px;
}
.schedule .programmpunkt .programm-beschreibung ul,
.schedule .programmpunkt .programm-beschreibung ol {
  padding-left: 1rem;
}
.schedule .programmpunkt .programm-beschreibung li {
  margin-top: 12px;
}
.schedule .programmpunkt .programm-beschreibung li:first-of-type {
  margin-top: 0px;
}
.schedule .programmpunkt .programm-time {
  margin-left: auto;
  display: block;
  float: left;
  clear: both;
  padding: 7px 10px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background-color: rgba(116, 116, 143, 0.2);
  font-weight: 700;
  height: 100%;
}
.schedule .programmpunkt .programm-beschreibung-inner {
  background: white;
  width: 100%;
  float: left;
}

#impressionen {
  padding: 100px 0;
  text-align: center;
}
#impressionen .galery-image {
  width: 33%;
  float: left;
  position: relative;
  overflow: hidden;
}
#impressionen .galery-image .ratio {
  width: 100%;
}
#impressionen .galery-image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#impressionen .galery-image a img {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  height: 100%;
  max-height: none;
  max-width: none;
}
#impressionen .galery-image:hover a {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#impressionen .galery-wrapper {
  width: 100%;
  float: left;
  padding-top: 50px;
}

#speakers {
  background: #5267AD;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 100px 0;
}
#speakers h2 {
  color: #ffffff;
  text-align: center;
}
#speakers .subline {
  color: #ffffff;
  text-align: center;
}
#speakers .speakers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  #speakers .speakers {
    grid-template-columns: 1fr;
  }
}
#speakers .speaker {
  width: 100%;
  float: left;
  padding: 80px;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  #speakers .speaker {
    padding: 45px;
  }
}
@media only screen and (max-width: 959px) {
  #speakers .speaker {
    padding: 45px 15px;
  }
}
@media only screen and (max-width: 479px) {
  #speakers .speaker {
    padding: 30px 0;
  }
}
#speakers .speaker .speaker-inner {
  overflow: hidden;
  padding: 20px;
  background-color: rgba(63, 63, 78, 0.7);
  position: relative;
}
#speakers .speaker .speaker-inner:before {
  position: absolute;
  content: "";
  background-image: url("/img/speaker_overlay.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 1;
  opacity: 0.7;
}
#speakers .speaker .speaker-inner .speaker-person {
  position: absolute;
  bottom: 50px;
  width: 100%;
  padding: 0 40px;
  z-index: 3;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  #speakers .speaker .speaker-inner .speaker-person {
    padding-left: 20px;
  }
}
#speakers .speaker .speaker-inner .speaker-person .speaker-name h3 {
  font-size: 1.5rem;
}
#speakers .speaker-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#speakers .speaker-modal .speaker-modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  color: #ffffff;
  padding: 40px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #3F3F4E;
  -webkit-box-shadow: 0px 26px 72px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 26px 72px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 26px 72px rgba(0, 0, 0, 0.26);
}
@media only screen and (max-width: 479px) {
  #speakers .speaker-modal .speaker-modal-inner {
    width: 95%;
  }
}
@media only screen and (min-width: 959px) and (max-width: 1599px) {
  #speakers .speaker-modal .speaker-modal-inner {
    top: 60%;
    width: 600px;
  }
}
#speakers .speaker-modal .modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 12px;
  cursor: pointer;
}
#speakers .speaker-modal.active {
  visibility: visible;
  opacity: 1;
}

#tagungsort {
  padding: 100px 0;
  background-color: #FFF;
  text-align: center;
}
#tagungsort h2,
#tagungsort address {
  margin-bottom: 25px;
}

.google-maps-container {
  position: relative;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .google-maps-container {
    margin-top: 30px;
  }
}

#google-maps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#organisation {
  padding: 100px 0;
  text-align: center;
}
#organisation h2 {
  margin-bottom: 25px;
  text-align: center;
}
#organisation a {
  color: #74748f;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
#organisation a:hover, #organisation a:focus {
  color: #53c2eb;
}

#traegerschaft {
  background-color: #FFF;
  padding: 100px 0;
}
#traegerschaft h3 {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 35px;
}
#traegerschaft h3.subline {
  margin-bottom: 0;
}
#traegerschaft h2 {
  margin-bottom: 25px;
}
#traegerschaft h2,
#traegerschaft .copy {
  width: 100%;
  float: left;
  text-align: center;
}
#traegerschaft .sponsoren-entry {
  float: left;
  width: 100%;
}
#traegerschaft .sponsoren-entry ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0px, 1fr);
  align-content: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  #traegerschaft .sponsoren-entry ul {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
}
#traegerschaft .sponsoren-entry ul li {
  width: 100% !important;
  display: grid;
  place-items: center;
  height: 100%;
  padding: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#traegerschaft .sponsoren-entry ul li img {
  max-width: 150px;
}
#traegerschaft .sponsoren-entry ul li:hover, #traegerschaft .sponsoren-entry ul li:focus {
  background-color: #f0f0f0;
  -moz-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.05);
}
#traegerschaft .organisation .sponsoren li {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  #traegerschaft .organisation .sponsoren li {
    width: 50%;
  }
}
#traegerschaft .goenner .sponsoren li {
  width: auto;
}
#traegerschaft .sponsoren li {
  width: 16.6666666667%;
}
@media only screen and (max-width: 767px) {
  #traegerschaft .sponsoren li {
    width: 33.3333333333%;
  }
}
#traegerschaft .sponsoren-entry {
  padding-top: 100px;
}

.main-content {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media only screen and (min-width: 767px) {
  .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-logo {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 195px;
}
@media only screen and (min-width: 480px) {
  .header-logo {
    max-width: 330px;
  }
}
.header-logo div {
  position: absolute;
  bottom: -25px;
}
@media only screen and (max-width: 479px) {
  .header-logo div {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}

.google-maps {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media only screen and (min-width: 767px) {
  .google-maps {
    aspect-ratio: 3/1;
  }
}

.tickets {
  padding: 100px 0;
  background-color: #5267AD;
}
@media only screen and (min-width: 1119px) {
  .tickets {
    min-height: 600px;
  }
}
.tickets h2 {
  text-align: center;
}
.tickets .subline {
  color: #ffffff;
  text-align: center;
}
.tickets .ticket-formwrapper {
  background-color: #ffffff;
  float: left;
  width: 100%;
  padding: 50px 40px;
  box-shadow: 0px 26px 72px rgba(0, 0, 0, 0.26);
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .tickets .ticket-formwrapper {
    margin-top: 50px;
  }
}
.tickets .ticket-formwrapper .button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}
.tickets .ticket-formwrapper .button--xl {
  background: #74748f;
  padding: 30px 0px;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .tickets .ticket-formwrapper .button--xl {
    width: fit-content;
    padding: 30px 60px;
  }
}
.tickets .form-outer {
  padding-top: 40px;
  float: left;
  width: 100%;
}
.tickets__sticky {
  position: fixed;
  display: block;
  background: white;
  bottom: 5%;
  right: 2%;
  z-index: 10;
  padding: 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.0705882353);
}
@media only screen and (max-width: 480px) {
  .tickets__sticky {
    left: 2%;
    bottom: 20%;
  }
}
.tickets__sticky__wrapper {
  position: relative;
}
.tickets__sticky__close {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 24px;
}
.tickets__sticky__close:hover {
  background: #f3f3f3;
  cursor: pointer;
}

form {
  float: left;
  width: 100%;
}
form fieldset {
  border: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
form .control-label {
  display: none;
}
form .control-group {
  margin-bottom: 25px;
}
form p + .control-group {
  margin-top: 10px;
}

#footer {
  background-color: #5267AD;
  padding: 40px 0 20px 0;
  color: #fff;
  float: left;
  width: 100%;
}
#footer .link:not(.button) {
  color: #fff;
  border-bottom: 1px currentColor solid;
}
#footer a:not(.button, .header-logo, .blocklink),
#footer .link {
  transition: color 0.25s ease-in-out;
}
#footer a:not(.button, .header-logo, .blocklink):hover,
#footer .link:hover {
  color: #3F3F4E;
  border-bottom: 1px solid #3F3F4E;
}
#footer a:not(.button, .header-logo, .blocklink):focus,
#footer .link:focus {
  color: white;
  border-bottom: 1px solid currentColor;
}
#footer .adresse {
  margin-bottom: 40px;
}
#footer .footer-sponsoren-wrap {
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #footer .footer-sponsoren-wrap {
    display: none;
  }
}
#footer .impressum {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #footer .impressum {
    text-align: left;
    padding-top: 6px;
    padding-bottom: 12px;
  }
}
#footer .copy-wrapper {
  float: left;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
  #footer .copy-wrapper {
    font-size: 14px;
  }
}

.news * {
  float: unset;
}
.news h1 {
  line-height: 1.125;
  margin: 0;
}
.news h2 {
  display: inline-block;
  line-height: 1.125;
  margin-bottom: 24px;
}
.news figure {
  margin: 0;
  line-height: 0;
}
.news--list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  grid-gap: 24px;
}
.news__detail h1 {
  margin-bottom: 24px;
}
.news__detail__back {
  margin-top: 48px;
}
.news__detail__header {
  padding-bottom: 48px;
}
.news__detail__header__picture:not(:empty) {
  margin-bottom: 48px;
}
.news__detail__item {
  margin-top: 48px;
}
.news__detail__item:first-of-type {
  margin-top: 0;
}
.news__entry {
  margin-top: 24px;
}

.article {
  display: grid;
  grid-template-rows: max-content minmax(0px, 1fr);
}
.article__image {
  line-height: 0;
}
.article__date {
  font-size: 14px;
}
.article__text {
  display: grid;
  background: #3a3b49;
  padding: 24px;
  color: white;
}
.article__text h2 {
  line-height: 1.125;
  margin-bottom: 24px;
  color: #5267AD;
  font-size: 38px;
}
.article__text p {
  margin-bottom: 24px;
}
.article__text .button {
  width: fit-content;
  margin-top: auto;
}

.form {
  margin-top: 48px;
  display: grid;
  grid-gap: 12px;
}
@media screen and (min-width: 770px) {
  .form {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
.form__errors {
  grid-column: 1/-1;
}
.form__group.t_gender, .form__group.t_street {
  grid-column: 1/-1;
}
@media screen and (min-width: 770px) {
  .form__group.t_gender {
    max-width: 50%;
    padding-right: 6px;
  }
}
.form .introduction:not(:empty) {
  margin-top: 24px;
}
.introduction + .form-el-button {
  margin-top: 24px;
}
.form__el-textarea, .form__el-multicheckbox {
  grid-column: 1/-1;
}
.form__el-button {
  margin-top: 48px;
}
.form__el-multicheckbox {
  margin-top: 24px;
}
.form__el-multicheckbox div {
  margin-top: 12px;
}
.form__el-multicheckbox div > label {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 25px minmax(0px, 1fr);
}
.form button {
  margin-left: auto;
}
.form label {
  display: inline-block;
  padding-bottom: 12px;
  font-size: 14px;
}
.form .button + fieldset {
  margin-top: 48px;
}
.form input[type=checkbox] {
  border: 1px #ddd solid;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}
.form input[type=checkbox]::before {
  content: " ";
  opacity: 0;
  width: 22px;
  height: 24px;
  background-image: url("/img/check.svg");
  background-repeat: no-repeat;
  transform-origin: bottom left;
  margin-top: 1px;
}
.form input[type=checkbox]:focus {
  border: 1px #ddd solid;
}
.form input[type=checkbox]:checked::before {
  opacity: 1;
  position: absolute;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 10px 10px;
  color: #3a3b49;
  outline: none;
  border: 1px #ddd solid;
  border-radius: 3px;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  border: 2px #5267AD solid;
  background: none;
}

#impressum {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#impressum.active {
  visibility: visible;
  opacity: 1;
}
#impressum .impressum-popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 60%;
  color: #ffffff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #3F3F4E;
  -webkit-box-shadow: 0px 26px 72px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 26px 72px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 26px 72px rgba(0, 0, 0, 0.26);
}
#impressum .impressum-popup-inner .modal-close {
  position: absolute;
  top: 8px;
  right: 16px;
  padding: 12px;
  cursor: pointer;
  z-index: 1;
}
#impressum .impressum-popup-inner .impressum-popup-inner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 40px;
}
#impressum .impressum-popup-inner h2 {
  color: #ffffff;
  margin-bottom: 25px;
}
#impressum .impressum-popup-inner p + h3 {
  margin-top: 25px;
}
#impressum .impressum-popup-inner a {
  color: #74748f;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
#impressum .impressum-popup-inner a:hover, #impressum .impressum-popup-inner a:focus {
  color: #53c2eb;
}

.dc h1, .dc h2, .dc h3 {
  color: #3f3f4e;
}
.dc .h2 {
  line-height: 1.125;
  margin-bottom: 24px;
  text-decoration: underline;
}
.dc__header {
  margin-bottom: 24px;
}
.dc__item {
  margin-top: 48px;
}

/* 06 Utilities */
/* #Site Styles
================================================== */
/* #Page Styles
================================================== */
/* #Media Queries
================================================== */
/* iPad Landscape */
/* only iPad Landscape */
/* iPad Portrait */
/* only iPad Portrait */
/* bigger than iPhone Landscape */
/* iPhone Landscape */
/* only iPhone Landscape */
/* iPhone Portrait */

/*# sourceMappingURL=layout.css.map */
