/**
 * Mixin scrollbar
 */
/* line 5, ../../sass/utilities/mixins/_scrollbar.scss */
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

/* line 10, ../../sass/utilities/mixins/_scrollbar.scss */
::-webkit-scrollbar-thumb {
  background: #E9415C;
}

/* line 14, ../../sass/utilities/mixins/_scrollbar.scss */
::-webkit-scrollbar-track {
  background: white;
}

/* line 19, ../../sass/utilities/mixins/_scrollbar.scss */
body {
  scrollbar-face-color: #E9415C;
  scrollbar-track-color: white;
}

/* line 1, ../../sass/utilities/_base.scss */
body {
  font-family: "Sequel Sans W05 Book Body", "Helvetica", "Arial", "sans-serif";
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  color: #bfd3d0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
}

/* line 16, ../../sass/utilities/_base.scss */
a {
  color: #bfd3d0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 19, ../../sass/utilities/_base.scss */
a:hover {
  color: #f6eebf;
}

/* line 24, ../../sass/utilities/_base.scss */
.right {
  float: right;
}

/* line 25, ../../sass/utilities/_base.scss */
.left {
  float: left;
}

/* line 27, ../../sass/utilities/_base.scss */
.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
  /*
  &:before {
  	content: "";
  	position: absolute;
  	left: 0;
  	top: 0;
  	background: transparent url("../../images/pattern-paper.png");
  	height: 100%;
  	width: 100%;
  	z-index: 0;
  	@include opacity(0.2);
  	pointer-events: none;
  }
  */
}
@media (max-width: 767px) {
  /* line 27, ../../sass/utilities/_base.scss */
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* line 38, ../../sass/utilities/_base.scss */
.section.smaller {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 64, ../../sass/utilities/_base.scss */
.section.intro-page {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 70, ../../sass/utilities/_base.scss */
.section.style-1 {
  background: #4f2b83;
  background-image: -moz-linear-gradient(top, #E9415C 0%, #4f2b83 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E9415C), color-stop(100%, #4f2b83));
  background-image: -webkit-linear-gradient(top, #E9415C 0%, #4f2b83 100%);
  background-image: -o-linear-gradient(top, #E9415C 0%, #4f2b83 100%);
  background-image: linear-gradient(to bottom, #E9415C 0%, #4f2b83 100%);
  background-repeat: repeat-x;
}
/* line 75, ../../sass/utilities/_base.scss */
.section.style-2 {
  background: #E9415C;
  background-image: -moz-linear-gradient(top, #4f2b83 0%, #E9415C 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f2b83), color-stop(100%, #E9415C));
  background-image: -webkit-linear-gradient(top, #4f2b83 0%, #E9415C 100%);
  background-image: -o-linear-gradient(top, #4f2b83 0%, #E9415C 100%);
  background-image: linear-gradient(to bottom, #4f2b83 0%, #E9415C 100%);
  background-repeat: repeat-x;
}
/* line 80, ../../sass/utilities/_base.scss */
.section.style-3 {
  background-color: #E9415C;
}
/* line 85, ../../sass/utilities/_base.scss */
.section.style-4 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f2b83+0,e9415c+40,e9415c+55,4f2b83+100 */
  background: #4f2b83;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4f2b83 0%, #e9415c 40%, #e9415c 55%, #4f2b83 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4f2b83 0%, #e9415c 40%, #e9415c 55%, #4f2b83 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4f2b83 0%, #e9415c 40%, #e9415c 55%, #4f2b83 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f2b83', endColorstr='#4f2b83',GradientType=0 );
  /* IE6-9 */
}
/* line 95, ../../sass/utilities/_base.scss */
.section.style-5 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9415c+0,4f2b83+40,4f2b83+55,e9415c+100 */
  background: #e9415c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e9415c 0%, #4f2b83 40%, #4f2b83 55%, #e9415c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e9415c 0%, #4f2b83 40%, #4f2b83 55%, #e9415c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e9415c 0%, #4f2b83 40%, #4f2b83 55%, #e9415c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9415c', endColorstr='#e9415c',GradientType=0 );
  /* IE6-9 */
}
/* line 104, ../../sass/utilities/_base.scss */
.section .section-title-holder {
  z-index: 2;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 104, ../../sass/utilities/_base.scss */
  .section .section-title-holder {
    width: 100%;
    position: static !important;
    margin-bottom: 20px;
  }
}
/* line 112, ../../sass/utilities/_base.scss */
.section .section-title-holder .entry-title {
  font-weight: 700;
  font-size: 5rem;
  word-break: break-all;
  line-height: 1;
  margin: 0;
  margin-top: 0;
  text-transform: uppercase;
  padding: 0;
}
/* line 121, ../../sass/utilities/_base.scss */
.section .section-title-holder .entry-title svg {
  width: 80%;
  height: auto;
}
/* line 124, ../../sass/utilities/_base.scss */
.section .section-title-holder .entry-title svg.smaller {
  width: 55%;
}
/* line 128, ../../sass/utilities/_base.scss */
.section .section-title-holder .entry-title.small {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: none;
}
/* line 135, ../../sass/utilities/_base.scss */
.section .section-content-holder {
  width: 800px;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 135, ../../sass/utilities/_base.scss */
  .section .section-content-holder {
    width: 100%;
  }
}
/* line 141, ../../sass/utilities/_base.scss */
.section .section-content-holder.fullwidth {
  width: 100%;
}
/* line 143, ../../sass/utilities/_base.scss */
.section .section-content-holder.fullwidth iframe {
  width: 100%;
}
/* line 153, ../../sass/utilities/_base.scss */
.section .section-content-holder > div > p,
.section .section-content-holder > div > ul > li,
.section .section-content-holder > div > ul > li > a {
  line-height: normal;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-top: 0;
  word-break: break-word;
}
@media (max-width: 767px) {
  /* line 153, ../../sass/utilities/_base.scss */
  .section .section-content-holder > div > p,
  .section .section-content-holder > div > ul > li,
  .section .section-content-holder > div > ul > li > a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 163, ../../sass/utilities/_base.scss */
.section .section-content-holder > div > p.m-t-160,
.section .section-content-holder > div > ul > li.m-t-160,
.section .section-content-holder > div > ul > li > a.m-t-160 {
  margin-top: 160px;
}
/* line 164, ../../sass/utilities/_base.scss */
.section .section-content-holder > div > p.m-t-50,
.section .section-content-holder > div > ul > li.m-t-50,
.section .section-content-holder > div > ul > li > a.m-t-50 {
  margin-top: 50px;
}
/* line 165, ../../sass/utilities/_base.scss */
.section .section-content-holder > div > p.m-t-70,
.section .section-content-holder > div > ul > li.m-t-70,
.section .section-content-holder > div > ul > li > a.m-t-70 {
  margin-top: 70px;
}
/* line 166, ../../sass/utilities/_base.scss */
.section .section-content-holder > div > p.m-t-100,
.section .section-content-holder > div > ul > li.m-t-100,
.section .section-content-holder > div > ul > li > a.m-t-100 {
  margin-top: 100px;
}
/* line 167, ../../sass/utilities/_base.scss */
.section .section-content-holder > div > p:last-child,
.section .section-content-holder > div > ul > li:last-child,
.section .section-content-holder > div > ul > li > a:last-child {
  margin-bottom: 0;
}
/* line 171, ../../sass/utilities/_base.scss */
.section .section-content-holder > div > ul > li.m-t-40 {
  margin-top: 40px;
}
/* line 173, ../../sass/utilities/_base.scss */
.section .section-content-holder > div > p.www {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  /* line 178, ../../sass/utilities/_base.scss */
  .section .section-content-holder > div.text {
    margin-bottom: 20px;
  }
}
/* line 182, ../../sass/utilities/_base.scss */
.section .section-content-holder > div.text > p {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
}
@media (max-width: 767px) {
  /* line 182, ../../sass/utilities/_base.scss */
  .section .section-content-holder > div.text > p {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: normal;
  }
}
/* line 194, ../../sass/utilities/_base.scss */
.section .section-content-holder .content-wrapper {
  padding: 0 60px;
}
/* line 196, ../../sass/utilities/_base.scss */
.section .section-content-holder .content-wrapper .content-title-holder {
  overflow: hidden;
  height: 100px;
  margin-top: -60px;
  padding-bottom: 50px;
}
/* line 204, ../../sass/utilities/_base.scss */
.section .section-content-holder .content-title {
  font-weight: 700;
  text-align: center;
  font-size: 180px;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: -75px;
  color: #221c5a;
}

/* line 216, ../../sass/utilities/_base.scss */
.container {
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 216, ../../sass/utilities/_base.scss */
  .container {
    width: 60em;
  }
}
@media (max-width: 767px) {
  /* line 216, ../../sass/utilities/_base.scss */
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 229, ../../sass/utilities/_base.scss */
.center-relative {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* line 235, ../../sass/utilities/_base.scss */
.on-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 242, ../../sass/utilities/_base.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 248, ../../sass/utilities/_base.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
/* line 252, ../../sass/utilities/_base.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 261, ../../sass/utilities/_base.scss */
::-moz-selection {
  background-color: #4f2b83;
  color: #bfd3d0;
}

/* line 266, ../../sass/utilities/_base.scss */
::selection {
  background-color: #4f2b83;
  color: #bfd3d0;
}

/* line 271, ../../sass/utilities/_base.scss */
.light {
  fill: #bfd3d0;
}

/* line 272, ../../sass/utilities/_base.scss */
.red {
  fill: #E9415C;
}

/* line 1, ../../sass/utilities/_resets.scss */
*,
::after,
::before {
  box-sizing: border-box;
}

/* line 7, ../../sass/utilities/_resets.scss */
a {
  text-decoration: none;
}
/* line 9, ../../sass/utilities/_resets.scss */
a:focus {
  outline: none;
}

/* line 14, ../../sass/utilities/_resets.scss */
iframe {
  border: none;
}

/* line 1, ../../sass/layout/_menu-main.scss */
#menu-wrapper {
  position: fixed;
  top: 67px;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 11, ../../sass/layout/_menu-main.scss */
#menu-wrapper.set-top {
  top: 30px;
}
/* line 15, ../../sass/layout/_menu-main.scss */
#menu-wrapper .menu-toggle {
  color: #f6eebf;
  line-height: 30px;
  font-size: 25px;
  font-size: 1.5625rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 21, ../../sass/layout/_menu-main.scss */
#menu-wrapper .menu-toggle:hover {
  color: #4f2b83;
}
/* line 24, ../../sass/layout/_menu-main.scss */
#menu-wrapper .menu-toggle .hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 29, ../../sass/layout/_menu-main.scss */
#menu-wrapper .menu-inner {
  font-size: 25px;
  font-size: 1.5625rem;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: auto;
}
/* line 34, ../../sass/layout/_menu-main.scss */
#menu-wrapper .menu-inner > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 39, ../../sass/layout/_menu-main.scss */
#menu-wrapper .menu-inner > ul > li > a {
  color: #f6eebf;
  line-height: 2.2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 44, ../../sass/layout/_menu-main.scss */
#menu-wrapper .menu-inner > ul > li > a:hover {
  color: #4f2b83;
}
/* line 51, ../../sass/layout/_menu-main.scss */
#menu-wrapper .menu-inner > ul > li.active > a {
  color: #4f2b83;
}
/* line 60, ../../sass/layout/_menu-main.scss */
#menu-wrapper .menu-inner.hide {
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 64, ../../sass/layout/_menu-main.scss */
#menu-wrapper .menu-inner.hide > ul {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 1, ../../sass/components/_titles.scss */
.big-title {
  font-size: 10rem;
  text-transform: uppercase;
  color: #E9415C;
  line-height: 0.9;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 1, ../../sass/components/_titles.scss */
  .big-title {
    font-size: inherit;
    margin-top: 50px;
  }
}
/* line 11, ../../sass/components/_titles.scss */
.big-title svg {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* line 1, ../../sass/components/_marquee.scss */
.marquee {
  width: 100%;
  overflow: hidden;
  background: transparent;
  text-transform: uppercase;
  margin-top: 100px;
  white-space: nowrap;
}
/* line 8, ../../sass/components/_marquee.scss */
.marquee .inner {
  white-space: nowrap;
}
/* line 11, ../../sass/components/_marquee.scss */
.marquee .inner > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 13, ../../sass/components/_marquee.scss */
.marquee .inner > a > span {
  margin-right: 20px;
  margin-left: 20px;
}
/* line 17, ../../sass/components/_marquee.scss */
.marquee .inner > a:hover {
  color: #fff;
}

/* line 4, ../../sass/components/_section-home.scss */
#home .big-title svg {
  min-height: calc(100vh - 300px);
  min-height: -moz-calc(100vh - 300px);
  min-height: -webkit-calc(100vh - 300px);
  min-height: -o-calc(100vh - 300px);
}
/* line 10, ../../sass/components/_section-home.scss */
#home .date {
  position: absolute;
  top: 38%;
  right: 10%;
  font-size: 2rem;
}
@media (max-width: 767px) {
  /* line 10, ../../sass/components/_section-home.scss */
  #home .date {
    position: static;
    margin: 0;
  }
}
/* line 21, ../../sass/components/_section-home.scss */
#home .location {
  position: absolute;
  top: 60%;
  right: 15%;
  font-size: 2rem;
}
@media (max-width: 767px) {
  /* line 21, ../../sass/components/_section-home.scss */
  #home .location {
    position: static;
    margin: 0;
    margin-top: 20px;
  }
}
/* line 33, ../../sass/components/_section-home.scss */
#home .marquee {
  margin-top: 0;
  background-color: #563490;
  padding: 10px;
  height: 37px;
  overflow: hidden;
}
/* line 40, ../../sass/components/_section-home.scss */
#home .marquee a {
  width: 220px;
  display: block;
  float: left;
  margin-right: 35px;
  margin-bottom: 10px;
}
/* line 47, ../../sass/components/_section-home.scss */
#home .marquee a .light {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 52, ../../sass/components/_section-home.scss */
#home .marquee a:hover .light {
  fill: #fff;
}

/* line 3, ../../sass/components/_section-impressum.scss */
#impressum .marquee {
  margin-top: 0;
  background-color: #563490;
  padding: 10px;
  height: 37px;
  overflow: hidden;
}
/* line 10, ../../sass/components/_section-impressum.scss */
#impressum .marquee a {
  width: 220px;
  display: block;
  float: left;
  margin-right: 35px;
  margin-bottom: 10px;
}
/* line 17, ../../sass/components/_section-impressum.scss */
#impressum .marquee a .light {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 22, ../../sass/components/_section-impressum.scss */
#impressum .marquee a:hover .light {
  fill: #fff;
}

/* line 2, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items {
  margin-top: 50px;
}
/* line 5, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item {
  overflow: hidden;
  background: transparent;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 10, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item .inner {
  -webkit-transform: translateX(-240px);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}
@media (max-width: 767px) {
  /* line 10, ../../sass/components/_section-speakers.scss */
  #speakers .speakers-items > .inner .speakers-items-item .inner {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 17, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item .inner a {
  margin-right: 90px;
  margin-left: 180px;
  padding-bottom: 10px;
  padding-top: 10px;
  float: left;
  width: 600px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  		 		/*
  		 		& + .day {
  		 			position: absolute;
   			        top: 50%;
  	 			    text-transform: none;
   			        float: left;
   			        width: 120px;
   			        @include transition(all 0.2s ease-in-out);
  		 			@include fontSize(40px);
  		 			@include transform(translateY(-50%));
  		 		}
  		 		*/
}
/* line 28, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item .inner a.speaker-lorenz-boegli {
  width: 400px;
}
/* line 29, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item .inner a.speaker-type-jockeys {
  width: 800px;
}
/* line 30, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item .inner a.speaker-atelier-522 {
  width: 1020px;
}
/* line 31, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item .inner a.speaker-herr-und-frau-rio {
  width: 1020px;
}
@media (max-width: 767px) {
  /* line 17, ../../sass/components/_section-speakers.scss */
  #speakers .speakers-items > .inner .speakers-items-item .inner a {
    width: 100vw !important;
    margin-right: 0;
    margin-left: 0;
    padding-right: 120px;
    padding-left: 15px;
  }
}
/* line 41, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item .inner a > span {
  margin-right: 20px;
  margin-left: 20px;
}
/* line 45, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item .inner a .c {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 65, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item .inner a.day.day-1:after, #speakers .speakers-items > .inner .speakers-items-item .inner a.day.day-2:after {
  position: absolute;
  top: 50%;
  right: -180px;
  text-transform: none;
  float: left;
  font-size: 40px;
  font-size: 2.5rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  /* line 65, ../../sass/components/_section-speakers.scss */
  #speakers .speakers-items > .inner .speakers-items-item .inner a.day.day-1:after, #speakers .speakers-items > .inner .speakers-items-item .inner a.day.day-2:after {
    right: 15px !important;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
/* line 82, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item .inner a.day.day-1:after {
  content: "Tag 1";
}
/* line 87, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item .inner a.day.day-2:after {
  content: "Tag 2";
}
/* line 96, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item .inner > div > div {
  position: relative;
}
/* line 100, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item:nth-child(odd) {
  background-color: #563490;
}
/* line 103, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item:nth-child(odd) .inner a {
  color: #E9415C;
}
/* line 105, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item:nth-child(odd) .inner a:hover {
  color: #bfd3d0;
}
/* line 107, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item:nth-child(odd) .inner a:hover .c {
  fill: #bfd3d0;
}
/* line 115, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item:nth-child(even) {
  background-color: transparent;
}
/* line 118, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item:nth-child(even) .inner a {
  color: #563490;
}
/* line 120, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item:nth-child(even) .inner a .c {
  fill: #563490;
}
/* line 123, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item:nth-child(even) .inner a:hover {
  color: #bfd3d0;
}
/* line 125, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item:nth-child(even) .inner a:hover .c {
  fill: #bfd3d0;
}
/* line 138, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item:hover .inner a .c {
  fill: #bfd3d0;
}
/* line 142, ../../sass/components/_section-speakers.scss */
#speakers .speakers-items > .inner .speakers-items-item:hover .inner a.day.day-1, #speakers .speakers-items > .inner .speakers-items-item:hover .inner a.day.day-2 {
  color: #bfd3d0;
}

/* line 1, ../../sass/components/_logos.scss */
.logos {
  margin-top: 50px;
  text-align: center;
}
/* line 5, ../../sass/components/_logos.scss */
.logos .inner > a {
  display: inline-block;
  width: calc(125px);
  width: -moz-calc(125px);
  width: -webkit-calc(125px);
  width: -o-calc(125px);
  margin-right: 35px;
}
@media (max-width: 767px) {
  /* line 5, ../../sass/components/_logos.scss */
  .logos .inner > a {
    margin: 0 auto;
    margin-bottom: 30px;
    margin-right: 10px;
  }
}
/* line 18, ../../sass/components/_logos.scss */
.logos .inner > a.smaller > img {
  width: 50%;
}
/* line 25, ../../sass/components/_logos.scss */
.logos .inner > a.small > img {
  width: 80%;
}
/* line 30, ../../sass/components/_logos.scss */
.logos .inner > a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 30, ../../sass/components/_logos.scss */
  .logos .inner > a:last-child {
    margin-right: auto;
  }
}
/* line 36, ../../sass/components/_logos.scss */
.logos .inner > a > img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 41, ../../sass/components/_logos.scss */
.logos .inner > a > img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 49, ../../sass/components/_logos.scss */
.logos.logos-2-cols {
  text-align: left;
}
@media (max-width: 767px) {
  /* line 49, ../../sass/components/_logos.scss */
  .logos.logos-2-cols {
    text-align: center;
  }
}
/* line 55, ../../sass/components/_logos.scss */
.logos.logos-2-cols .inner > a {
  width: calc(200px);
  width: -moz-calc(200px);
  width: -webkit-calc(200px);
  width: -o-calc(200px);
  margin-right: 100px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  /* line 55, ../../sass/components/_logos.scss */
  .logos.logos-2-cols .inner > a {
    width: calc(140px);
    width: -moz-calc(140px);
    width: -webkit-calc(140px);
    width: -o-calc(140px);
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-right: 10px;
  }
}
/* line 71, ../../sass/components/_logos.scss */
.logos.logos-2-cols .inner > a.smaller > img {
  width: 50%;
}

/* line 1, ../../sass/components/_link-box.scss */
.link-box {
  margin-top: 85px;
}
/* line 3, ../../sass/components/_link-box.scss */
.link-box a {
  font-size: 2rem;
  font-weight: 300;
  color: #bfd3d0;
}
/* line 8, ../../sass/components/_link-box.scss */
.link-box a > span {
  margin-right: 10px;
  display: inline-block;
  width: 29px;
  height: 29px;
  position: relative;
  top: -2px;
}
/* line 16, ../../sass/components/_link-box.scss */
.link-box a > span.minus {
  display: none;
}
/* line 20, ../../sass/components/_link-box.scss */
.link-box a > span .plus,
.link-box a > span .minus {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 25, ../../sass/components/_link-box.scss */
.link-box a > span > i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 27, ../../sass/components/_link-box.scss */
.link-box a > span > i:before {
  content: "\f067";
}
/* line 33, ../../sass/components/_link-box.scss */
.link-box a:hover {
  color: #f6eebf;
}
/* line 35, ../../sass/components/_link-box.scss */
.link-box a:hover .plus,
.link-box a:hover .minus {
  stroke: #f6eebf;
}
/* line 41, ../../sass/components/_link-box.scss */
.link-box a.open {
  color: #fff;
}
/* line 43, ../../sass/components/_link-box.scss */
.link-box a.open .plus,
.link-box a.open .minus {
  stroke: #fff;
}
/* line 47, ../../sass/components/_link-box.scss */
.link-box a.open > span.plus {
  display: none;
}
/* line 48, ../../sass/components/_link-box.scss */
.link-box a.open > span.minus {
  display: inline-block;
}

/* line 1, ../../sass/components/_cookie-bar.scss */
#cookie-bar {
  background-color: #563490;
  color: #bfd3d0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 10, ../../sass/components/_cookie-bar.scss */
#cookie-bar .cookie-bar-inner {
  padding: 12px 40px 8px 40px;
}
/* line 12, ../../sass/components/_cookie-bar.scss */
#cookie-bar .cookie-bar-inner p {
  margin: 0;
}
/* line 15, ../../sass/components/_cookie-bar.scss */
#cookie-bar .cookie-bar-inner a.cookie-ok {
  position: absolute;
  right: 0;
  background-color: #bfd3d0;
  color: #E9415C;
  height: 100%;
  top: 0;
  padding: 11px 8px;
  width: 40px;
}
/* line 24, ../../sass/components/_cookie-bar.scss */
#cookie-bar .cookie-bar-inner a.cookie-ok:hover {
  background-color: #E9415C;
  color: #bfd3d0;
}

/* line 1, ../../sass/components/_section-collapsible.scss */
.section-collapsible {
  position: relative;
  top: 0;
  z-index: 80;
  width: 100%;
}
/* line 7, ../../sass/components/_section-collapsible.scss */
.section-collapsible.collapseOne, .section-collapsible.collapseTicketshop {
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
}
/* line 15, ../../sass/components/_section-collapsible.scss */
.section-collapsible.collapsed {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 21, ../../sass/components/_section-collapsible.scss */
.section-collapsible.in {
  max-height: 5000px;
}
/* line 24, ../../sass/components/_section-collapsible.scss */
.section-collapsible .block {
  padding: 90px 0;
}
@media (max-width: 767px) {
  /* line 24, ../../sass/components/_section-collapsible.scss */
  .section-collapsible .block {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 50px;
  }
  /* line 30, ../../sass/components/_section-collapsible.scss */
  #speakers .section-collapsible .block {
    padding-top: 50px;
    padding-bottom: 0;
  }
  /* line 34, ../../sass/components/_section-collapsible.scss */
  #analoge-revolution .section-collapsible .block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 42, ../../sass/components/_section-collapsible.scss */
.section-collapsible iframe {
  width: 100%;
  min-height: 500px;
}
/* line 45, ../../sass/components/_section-collapsible.scss */
.section-collapsible iframe.bordered {
  border: 20px solid #fff !important;
}
@media (max-width: 767px) {
  /* line 42, ../../sass/components/_section-collapsible.scss */
  .section-collapsible iframe {
    min-height: inherit;
  }
}
/* line 54, ../../sass/components/_section-collapsible.scss */
.section-collapsible .close-section-collapsible {
  position: absolute;
  right: 0;
  top: 30px;
  height: 25px;
  width: 24px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-0.70710678, M12=0.70710678, M21=-0.70710678, M22=-0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-0.70710678, M12=0.70710678, M21=-0.70710678, M22=-0.70710678);
}
@media (max-width: 767px) {
  /* line 54, ../../sass/components/_section-collapsible.scss */
  .section-collapsible .close-section-collapsible {
    right: 15px;
  }
}
/* line 63, ../../sass/components/_section-collapsible.scss */
.section-collapsible .close-section-collapsible .plus {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 68, ../../sass/components/_section-collapsible.scss */
.section-collapsible .close-section-collapsible > i {
  font-size: 25px;
  font-size: 1.5625rem;
}
/* line 73, ../../sass/components/_section-collapsible.scss */
.section-collapsible .close-section-collapsible:hover .plus {
  stroke: #fff;
}
/* line 79, ../../sass/components/_section-collapsible.scss */
.section-collapsible .section-content-holder {
  text-transform: none;
}
/* line 82, ../../sass/components/_section-collapsible.scss */
.section-collapsible .section-content-holder > div > img {
  margin-bottom: 45px;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* line 1, ../../sass/components/_section-tickets.scss */
#tickets {
  z-index: auto;
}

/* line 2, ../../sass/components/_timetable.scss */
.timetable > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 2, ../../sass/components/_timetable.scss */
  .timetable > li {
    margin-bottom: 0;
  }
}
/* line 8, ../../sass/components/_timetable.scss */
.timetable > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 12, ../../sass/components/_timetable.scss */
.timetable > li .time {
  margin-right: 80px;
  display: inline-block;
  width: 160px;
  float: left;
}
@media (max-width: 767px) {
  /* line 12, ../../sass/components/_timetable.scss */
  .timetable > li .time {
    width: 100%;
  }
}
/* line 22, ../../sass/components/_timetable.scss */
.timetable > li:after {
  content: "";
  display: block;
  clear: both;
}

/* line 1, ../../sass/components/_gallery.scss */
#gallery {
  position: static;
}
/* line 4, ../../sass/components/_gallery.scss */
#gallery .gallery-items {
  margin-top: 50px;
}
/* line 8, ../../sass/components/_gallery.scss */
#gallery .gallery-items .inner figure {
  margin: 0;
  margin-bottom: 15px;
  margin-right: 1%;
  width: calc((-1 * 1%) + (100% / 4));
  display: block;
  float: left;
}
@media (max-width: 767px) {
  /* line 8, ../../sass/components/_gallery.scss */
  #gallery .gallery-items .inner figure {
    width: 100%;
  }
}
/* line 18, ../../sass/components/_gallery.scss */
#gallery .gallery-items .inner figure img {
  width: 100%;
  height: auto;
}
@media (min-width: 767px) {
  /* line 23, ../../sass/components/_gallery.scss */
  #gallery .gallery-items .inner figure img {
    max-height: 11vw;
    min-height: 11vw;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
  }
}

/* line 1, ../../sass/layout/_footer.scss */
#footer {
  padding-bottom: 50px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  /* line 1, ../../sass/layout/_footer.scss */
  #footer {
    padding-top: 0;
  }
}
/* line 9, ../../sass/layout/_footer.scss */
#footer ul {
  margin: 0;
  margin-top: 10px;
}
/* line 12, ../../sass/layout/_footer.scss */
#footer ul > li {
  margin-right: 100px;
}
@media (max-width: 767px) {
  /* line 12, ../../sass/layout/_footer.scss */
  #footer ul > li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* line 18, ../../sass/layout/_footer.scss */
#footer ul > li > a {
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 21, ../../sass/layout/_footer.scss */
#footer ul > li:last-child {
  margin-right: 0;
}
