* {
  padding: 0;
  margin: 0;
}
/*
--------------------------
Overall Layout
--------------------------
*/
body {
  background-color: #ffffff;
  color: #222222;
  font-weight: 200;
  font-size: 14px;
  font-family: 'Tiempos Text Regular', sans-serif;
}
body b,
body strong {
  font-family: 'Tiempos Text Semibold', sans-serif;
}
#sfx-main .alert-success {
  color: #fff !important;
  background-color: #a55aa0 !important;
  border-radius: 0px !important;
  border-color: #a55aa0 !important;
}
#sfx-main {
  /*
    --------------------------
    Sidebar Left
    --------------------------
    */
  /*
    --------------------------
    Animations
    --------------------------
    */
  /*
    --------------------------
    Reusable Elements
    --------------------------
    */
  /*
    --------------------------
    General Styles
    --------------------------
    */
  /*
    ------------------
    Speakers
    ------------------
    */
  /*
    ------------------
    Menus
    ------------------
    */
  /*
    --------------------------
    Forms
    --------------------------
    */
}
#sfx-main #box-right {
  position: absolute;
  right: 65px;
  bottom: 65px;
  width: 300px;
  text-align: right;
  font-family: "GT Pressura Bold";
  text-transform: uppercase;
}
#sfx-main #box-right .button {
  margin-top: 15px;
}
#sfx-main .absolute {
  position: absolute;
  left: 0px;
  top: 0px;
}
#sfx-main .relative {
  position: relative;
}
#sfx-main .caption {
  font-size: 0.8em;
  text-align: left;
  max-width: 120px;
  float: none;
  margin-top: 0px;
}
#sfx-main #lightbox {
  width: 0px;
  height: 0px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: none;
  z-index: 1000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
}
#sfx-main #lightbox .close-button {
  width: 30px;
  top: 15px;
  right: 15px;
  position: fixed;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
  display: none;
}
#sfx-main #lightbox .close-button:hover {
  opacity: 0.6;
}
#sfx-main #lightbox .content {
  display: none;
  opacity: 0;
  max-height: 100%;
  overflow: scroll;
}
#sfx-main #lightbox.show {
  width: 60%;
  height: 80vh;
  border: 1px solid #ddd;
  border-left: 4px solid #a55aa0;
  padding-top: 35px;
}
#sfx-main #lightbox.show .close-button {
  display: block;
}
#sfx-main #lightbox.show .content {
  display: block;
  opacity: 1;
}
#sfx-main #lightbox.hide {
  display: none;
}
#sfx-main #sidebar-left {
  position: fixed;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 250px;
  background: rgba(255, 255, 255, 0.4);
  z-index: 150;
}
#sfx-main #sidebar-left svg {
  float: right;
}
#sfx-main #sidebar-left #svg-2 {
  width: 220px;
}
#sfx-main #sidebar-left #svg-2 .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
#sfx-main #sidebar-left #svg-2 .st1 {
  fill: #0069B4;
}
#sfx-main #sidebar-left #svg-3 {
  width: 220px;
  margin-top: 15px;
}
#sfx-main #sidebar-left #svg-4 {
  width: 200px;
  margin-top: 15px;
}
#sfx-main #sidebar-left #svg-5 {
  width: 140px;
  margin-top: 15px;
}
#sfx-main #sidebar-left #svg-6 {
  width: 70px;
}
#sfx-main #sidebar-left #svg-last {
  margin-top: 15px;
  width: 140px;
}
#sfx-main #sidebar-left #svg-99 {
  width: 170px;
  margin-top: 15px;
}
#sfx-main #svg-1 {
  width: 50px;
}
#sfx-main #svg-1 .st0 {
  fill: #FFFFFF;
}
#sfx-main #svg-contact-1 {
  width: 50px;
}
#sfx-main #svg-contact-1 .st0 {
  fill: #FFFFFF;
}
#sfx-main #svg-contact-2 {
  width: 220px;
}
#sfx-main .logo-container {
  width: 90%;
  margin: auto;
  height: 50px;
  margin-bottom: 15px;
}
#sfx-main .logo-container a {
  float: right;
  display: block;
  width: 100%;
  height: 100%;
}
#sfx-main .logo-container a svg {
  float: right;
}
#sfx-main .contact-logo .logo-container {
  height: auto;
}
#sfx-main .sidebar-title {
  color: #000;
  background-color: #E3CDDC;
  margin-bottom: 15px;
  text-align: right;
  padding: 15px;
  font-family: 'Tiempos Text Semibold', sans-serif;
}
#sfx-main .video-container {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
#sfx-main .video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#sfx-main #logo {
  display: block;
  width: 100%;
}
#sfx-main #logo #logo-svg {
  width: 120px;
  margin-top: 5px;
  margin-left: -30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sfx-main header {
  text-align: center;
  height: 100vh;
  position: relative;
}
#sfx-main header #logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
}
#sfx-main #arrow-down {
  width: 30px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sfx-main #arrow-down svg {
  width: 30px;
  stroke: none;
}
#sfx-main #arrow-down:hover {
  bottom: 19px;
}
#sfx-main *:focus {
  outline: none;
}
#sfx-main a:focus {
  background-color: transparent;
}
#sfx-main .btn-primary {
  padding: 15px;
}
#sfx-main .btn-primary:hover {
  background-color: transparent;
  color: #000;
  border-color: #000;
}
#sfx-main .button,
#sfx-main button,
#sfx-main .btn-primary {
  border: 1px solid #000;
  display: inline-block;
  background-color: transparent;
  border-radius: 0px;
  color: #000;
  font-family: "GT Pressura Bold";
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 3.5em;
}
#sfx-main .button a,
#sfx-main button a,
#sfx-main .btn-primary a {
  color: #000;
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px;
  padding-right: 60px;
  position: relative;
}
#sfx-main .button a:hover,
#sfx-main button a:hover,
#sfx-main .btn-primary a:hover {
  color: #000;
}
#sfx-main .button a svg,
#sfx-main button a svg,
#sfx-main .btn-primary a svg {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  width: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sfx-main .button:hover,
#sfx-main button:hover,
#sfx-main .btn-primary:hover {
  /*background: #000;
            color: #fff;
            a, a:hover {
                color: #fff;
            }
            svg {
            }*/
}
#sfx-main .button:hover a svg,
#sfx-main button:hover a svg,
#sfx-main .btn-primary:hover a svg {
  right: 10px;
}
#sfx-main a {
  color: #9b9696;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sfx-main a:hover {
  text-decoration: none;
  color: #ddd;
}
#sfx-main p,
#sfx-main ul,
#sfx-main ol {
  font-size: 1.2em;
  line-height: 1.35em;
}
#sfx-main ul,
#sfx-main ol {
  padding-bottom: 0.1em;
  padding-left: 1.5em;
  font-size: 1.2em;
}
#sfx-main ul li ul {
  font-size: 1em;
}
#sfx-main p.teaser {
  font-size: 1.4em;
  max-width: 300px;
}
#sfx-main .program-part {
  margin-top: 35px;
}
#sfx-main .program-item {
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-size: 1.3em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#sfx-main .programm-details {
  margin-top: 15px;
  font-size: 0.8em;
  letter-spacing: 0.03em;
}
#sfx-main h1 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 3.2em;
  opacity: 0.6;
}
#sfx-main h2 {
  margin-top: 2em;
  letter-spacing: 0.05em;
  font-size: 2em;
  display: inline-block;
}
#sfx-main h2 .separator {
  height: 3px;
  width: 60%;
  margin: auto;
  background-color: #a55aa0;
  margin-top: 0.3em;
  margin-bottom: 2em;
}
#sfx-main h1,
#sfx-main h2,
#sfx-main h3,
#sfx-main h4,
#sfx-main h5 {
  text-transform: uppercase;
}
#sfx-main .date {
  text-align: center;
  width: 40px;
  float: right;
  margin-top: -10px;
  font-weight: 800;
  font-family: "GT Pressura Bold";
}
#sfx-main .date .day {
  font-size: 2.2em;
}
#sfx-main .date .month {
  font-size: 1.1em;
  margin-top: -8px;
}
#sfx-main .date .year {
  font-size: 1.1em;
  margin-top: -5px;
}
#sfx-main .grey {
  color: #fff;
  font-size: 0.9em;
  background-color: #E3CDDC;
  display: inline-block;
  padding: 0.5em 0.8em;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
}
#sfx-main .program-item {
  width: 100%;
  padding-top: 0.5em;
  padding-top: 0.1em;
  position: relative;
}
#sfx-main .program-item:last-child {
  border-bottom: 0px;
}
#sfx-main .program-item b {
  font-weight: 500;
}
#sfx-main .program-item svg {
  display: none;
  position: absolute;
  right: 15px;
  top: 12px;
}
#sfx-main .speaker {
  position: relative;
  margin-bottom: 65px;
  padding-bottom: 60px;
}
#sfx-main .logo-image {
  width: 95;
  padding: 0;
  padding-top: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
}
#sfx-main .extended-text {
  margin-top: 90px;
}
#sfx-main .download-section {
  width: 45%;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 25px;
}
#sfx-main .download-section:nth-child(1),
#sfx-main .download-section:nth-child(3),
#sfx-main .download-section:nth-child(5),
#sfx-main .download-section:nth-child(7),
#sfx-main .download-section:nth-child(9),
#sfx-main .download-section:nth-child(odd) {
  text-align: right;
}
#sfx-main .download-section:nth-child(0),
#sfx-main .download-section:nth-child(2),
#sfx-main .download-section:nth-child(4),
#sfx-main .download-section:nth-child(6),
#sfx-main .download-section:nth-child(8),
#sfx-main .download-section:nth-child(even) {
  margin-top: 25px;
}
#sfx-main .image-download-section {
  width: 45%;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 25px;
}
#sfx-main .image-download-section a {
  display: block;
}
#sfx-main .image-download-section img {
  margin-top: 15px;
  max-width: 100%;
  margin-bottom: 5px;
}
#sfx-main .preview-image-download-link {
  display: inline-block;
  margin-right: 15px;
  width: 100%;
}
#sfx-main .preview-image {
  width: 100%;
  padding: 15px;
  padding-top: 60%;
  margin-bottom: 25px;
  margin-top: 15px;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
#sfx-main .portrait-image {
  background: #ddd;
  width: 100%;
  padding-top: 120%;
  margin-bottom: 25px;
  margin-top: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}
#sfx-main .bio-container {
  position: absolute;
  bottom: 0px;
  width: 90%;
}
#sfx-main .bio {
  cursor: pointer;
  padding: 15px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-family: "GT Pressura Bold";
  position: relative;
  font-size: 1.1em;
}
#sfx-main .bio svg {
  width: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sfx-main .bio:hover svg {
  right: 10px;
}
#sfx-main .speaker-extended {
  display: none;
}
#sfx-main .funktion {
  font-size: 0.7em;
  font-style: normal;
  font-weight: bold;
}
#sfx-main #main-menu {
  width: 100%;
  -webkit-position: webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  z-index: 100;
}
#sfx-main #main-menu ul {
  width: 100%;
  height: 100%;
  display: flex;
}
#sfx-main #main-menu ul li,
#sfx-main #main-menu ul .nav-link {
  font-size: 1.1em;
  padding-top: 2em;
  display: inline-block;
}
#sfx-main #main-menu #slogan {
  font-size: 1.4em;
  font-family: "GT Pressura Regular";
  padding-top: 15px;
  display: none;
}
#sfx-main #menu-toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  display: none;
}
#sfx-main #menu-toggle div {
  position: absolute;
  top: 11px;
  height: 2px;
  width: 100%;
  background-color: #ABAAAA;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sfx-main #menu-toggle div:nth-child(2) {
  top: 17px;
}
#sfx-main #menu-toggle.open div:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sfx-main #menu-toggle.open div:nth-child(2) {
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sfx-main #attend {
  margin-bottom: 25px;
}
#sfx-main #form-error p,
#sfx-main .form-error {
  padding: 15px;
  background-color: #ce4242;
  color: #fff;
  width: 100%;
  padding-top: 18px;
  margin-bottom: 15px;
}
#sfx-main form input,
#sfx-main form .form-control {
  border-radius: 0px;
  padding: 8px;
  padding-top: 11px;
}
#sfx-main form .text-muted {
  display: none;
}
#sfx-main form .control-label {
  margin-bottom: 2px;
}
#sfx-main form .form-group {
  margin-bottom: 25px;
}
#sfx-main form .form-group:nth-child(1),
#sfx-main form .form-group:nth-child(2) {
  margin-bottom: 15px;
}
#sfx-main form .form-group:nth-child(1) .control-label,
#sfx-main form .form-group:nth-child(2) .control-label {
  display: none;
  font-family: 'Tiempos Text Semibold', sans-serif;
}
#sfx-main form .checkbox label {
  display: block;
  padding-left: 1.8em;
  text-indent: -1em;
  max-width: 430px;
}
#sfx-main form .ccm-input-text,
#sfx-main form .form-control {
  border: 0px transparent;
  border-left: 2px solid #a55aa0;
  background: #eee;
  color: #000;
}
#sfx-main form .ccm-input-text:focus,
#sfx-main form .form-control:focus {
  border: 0px transparent;
  border-left: 2px solid #a55aa0;
  background: #eee;
  color: #000;
  box-shadow: none;
}
/*
------------------
Footer
------------------
*/
.footer-container {
  background-color: #ffffff;
  position: relative;
}
.footer-content {
  padding-top: 2em;
  padding-bottom: 2em;
}
#footer {
  z-index: 15;
  position: relative;
  padding-bottom: 6em;
  padding-top: 6em;
}
/*
------------------
Media Queries / Mobile Styles
------------------
*/
@media (max-width: 992px) {
  #sfx-main header #logo {
    width: 90%;
  }
  #sfx-main #lightbox.show {
    width: 90%;
    height: 90vh;
  }
  #sfx-main #sidebar-left {
    margin-top: 90px;
    transform: none;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 610px;
    background-color: #eee;
    padding: 15px;
  }
  #sfx-main #sidebar-left svg {
    max-width: 90%;
  }
  #sfx-main #sidebar-left .sidebar-part {
    width: 49.95%;
    float: left;
  }
  #sfx-main #sidebar-left .sidebar-part:first-child {
    border-right: 1px solid #000;
    padding-right: 15px;
  }
  #sfx-main #sidebar-left .sidebar-part:nth-child(2) .logo-container svg {
    float: left;
  }
  #sfx-main #sidebar-left .sidebar-part:nth-child(2) .sidebar-title {
    text-align: left;
  }
  #sfx-main #sidebar-left .sidebar-title {
    background-color: transparent;
  }
  #sfx-main #main-menu {
    position: fixed;
    top: 0px;
    height: 60px;
  }
  #sfx-main #main-menu #menu-toggle,
  #sfx-main #main-menu #slogan {
    display: block;
  }
  #sfx-main #main-menu ul {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 60px;
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 0px;
    padding-left: 0;
    font-size: 1.3em;
  }
  #sfx-main #main-menu ul.open {
    padding-top: 35px;
    height: 100vh;
    border-bottom: 1px solid #ddd;
  }
  #sfx-main #main-menu ul li.nav-link {
    display: block;
    text-align: center;
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  #sfx-main {
    /*.date {
         width: 100%;
         text-align:left;
         .day, .month, .year {
             display:inline-block;
             font-size:1.1em;
         }
        }*/
  }
  #sfx-main .grey {
    margin-top: 0.3em;
  }
  #sfx-main .program-item {
    font-size: 1em;
  }
  #sfx-main .programm-details {
    margin-top: 0px;
  }
  #sfx-main .extended-text {
    margin-top: 0px;
  }
  #sfx-main #lightbox .logo-image {
    width: 40%;
    float: left;
    padding-top: 20%;
    margin-left: 5%;
  }
  #sfx-main #lightbox .portrait-image {
    width: 50%;
    padding-top: 60%;
    margin-top: 90px;
  }
  #sfx-main #svg-contact-2 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #sfx-main .download-section,
  #sfx-main .image-download-section {
    width: 90%;
  }
  #sfx-main .download-section:nth-child(even),
  #sfx-main .download-section:nth-child(odd) {
    text-align: left;
    margin-top: 15px;
  }
}
