/* v1.1 - 29. Juni 2015 */

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

a {
    text-decoration: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

body {
    font-family: 'proxima-nova', sans-serif;
    background: #fff;
}

@-moz-document url-prefix() {
    body {
        font-family: 'proxima-nova', sans-serif;
        overflow-x: hidden;
    }
}

img {
    border: 0;
}

.loading-overlay {
    height: 100%;
    background: #fff url("../assets/loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/*header {
    background: rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    height: 100px;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
}

header.white {
    background: rgba(255, 255, 255, 0.93);
    border-bottom: 1px solid #DDD;
}

header.white nav a {
    color: #666;
}

header.translucent {
    background: rgba(42, 148, 214, 0.93);
}*/

nav {
    text-align: center;
    height: 100px;
    line-height: 100px;
}

nav ul {
    display: block;
}

nav li {
    display: inline-block;
}

nav a {
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
}

.hero {
    background: url('../assets/wqhd_bg.jpg');
    background-size: cover !important;
    background-position: center top;
    overflow: hidden;
    height: calc(100% - 136px);
}

.workflows .hero {
    background: url('../assets/workflow-bg.jpg');
    background-size: cover !important;
    background-position: center top;
    overflow: hidden;
    height: calc(100% - 136px);
}

.hero-inner {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

@media (max-width: 740px) {
    .hero-inner {
        padding: 0px;
    }
}

.hero .wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.hero video {
    width: 1920px;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    margin-left: -960px;
}

@media (min-width: 1930px) {
    .hero video {
      display: none;
    }
}

.hero #map-canvas {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.hero .svg-wrapper {
    width: 100%;
    max-width: 490px;
    display: inline-block;
}

.hero .logo {
    text-indent: -9999px;
    background: url('../assets/jtl-connect-logo_2016_transparent_web.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 18.8%;
    overflow: hidden;
    display: inline-block;
}

.hero .logo-workflow {
    text-indent: -9999px;
    background: url('../assets/jtl-workflow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 36.1%;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.hero .logo-workflow:before {
    content: "";
    background: url('../assets/cog.svg');
    background-size: cover;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: 17.8%;
    top: 36%;
    animation: cog 10s linear infinite;
}

.hero .logo-workflow:after {
    content: "";
    background: url('../assets/cog.svg');
    background-size: cover;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    right: 17.8%;
    top: 36%;
    animation: cog_reverse 10s linear infinite;
}

@keyframes cog {
  0%   { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}

@keyframes cog_reverse {
  0%   { transform: rotate(360deg); }
  100% { transform: rotate(0); }
}

.workflows .cog_closure {
  overflow: hidden;
  max-height: 800px;
}

.workflows .cog {
  width: 1300px;
  height: 1300px;
  display: block;
  margin: 80px auto 0 auto;
  opacity: 0.05;
  animation: cog 60s linear infinite;
}

.workflows .confetti {
  position: relative; 
}

.workflows .confetti .wrapper {
  position: relative;
  z-index: 2;
}

.workflows #confetti {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 400px) {
  .hero .logo-workflow:before {
    width: 45px;
    height: 45px;
    left: 17.3%;
  }
  
  .hero .logo-workflow:after {
    width: 45px;
    height: 45px;
    right: 17.3%;
  }
}

.hero .resp-logo, nav .resp-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.hero h2 {
    text-align: center;
    font-size: 26px;
    color: #FFFFFF;
    margin-top: 40px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.sub-start {
    height: 136px;
    background: #fff;
    padding: 30px 30px;
    -webkit-box-shadow: 0 1px 0 #DDD;
    -moz-box-shadow: 0 1px 0 #DDD;
    box-shadow: 0 1px 0 #DDD;
    text-align: center;
}

.sub-start span {
    color: #3B3B3B;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 22px;
}

.windows .sub-start span {
    font-weight: 600;
}

.sub-start a {
    margin-top: 15px !important;
}

.single .content.partner,
.single .content.speaker {
    padding-top: 100px;
}

.content {
    padding-top: 0;
}

.aftermovie {
    margin-bottom: 50px;
}

.slate,
.single.normal-slate .slate {
    border-bottom: 1px solid #DDD;
    padding: 60px 30px;
}

.single .slate {
    padding: 30px;
}

.slate .text p {
    text-align: left;
    padding-bottom: 20px;
    max-width: 570px;
}

.slate .text strong {
    font-weight: 700;
    color: #3B3B3B;
}

.slate .text .thx {
    margin-top: 50px;
}

.slate .text .after-event-gallery {
    text-align: center;
    margin-top: 60px;
}

.slate .text .after-event-gallery figure {
    list-style-type: none;
    display: inline-block;
    margin: 10px;
    background: #2A94D6;
}

.slate .text .after-event-gallery img {
    vertical-align: bottom;
    max-width: 250px;
}

.slate .text .after-event-gallery a:hover img {
    opacity: 0.2;
}

.slate.intro {
    text-align: center;
    background: url('../assets/intro_ribbon.jpg');
    background-repeat: no-repeat;
    padding: 195px 30px;
    border-bottom: none;
    background-position: center center;
}


.slate .text iframe {
    padding: 10px;
    background: #fff;
    width: 100%;
    max-width: 940px;
    border: 20px solid #F5F7FA;
    min-height: 425px !important;
}

.single .slate .text ul {
    text-align: left;
    text-align: left;
    padding-bottom: 20px;
    max-width: 570px;
    margin: 0 auto;
    padding-left: 20px;
}

.single .slate .text li {
    font-size: 14px;
    color: #888888;
    line-height: 21px;
}

.slate .text a {
    color: #0D9688;
}

.slate .wrapper, footer .wrapper {
    margin: 0 auto;
    max-width: 960px;
    display: table;
    width: 100%;
}

.slate .left,
.slate .right {
    display: table-cell;
    vertical-align: middle;
}

.slate .left h2,
.slate .left p {
    text-align: right;
    max-width: none;
}

.slate.location {
    padding: 0 30px;
    border-bottom: none;
}

.slate.location .left {
    padding: 0 60px 0 0;
}

.slate.location figure {
    padding: 0 60px;
}

.slate.location figure img {
    vertical-align: bottom;
}

.slate.location video {
  vertical-align: bottom;
}

.slate .right h2,
.slate .right p {
    text-align: left;
    max-width: none;
}

.slate.mosaic {
    background: url('../assets/mosaic_ribbon.jpg');
    background-repeat: no-repeat;
    padding: 115px 30px;
    border-bottom: none;
    background-position: center center;
}

.slate.mosaic .right {
    padding: 0 0 0 60px;
}

.slate.mosaic .gallery {
    padding: 0 60px;
    list-style: none;
    width: 425px;
}

.slate h2 {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.headline {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.slate p {
    font-size: 14px;
    color: #888888;
    line-height: 21px;
    text-align: center;
    max-width: 530px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.slate p:last-child {
    padding-bottom: 0;
}

.slate .gallery figure {
    width: 95px;
    height: 95px;
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
}

.slate .gallery figure.fig_1 {
    background: #B20744;
}

.slate .gallery figure.fig_2 {
    background: #56BEF7;
}

.slate .gallery figure.fig_3 {
    background: #0D9688;
}

.slate .gallery figure.fig_4 {
    background: #F78823;
}

.slate .gallery figure.fig_5 {
    background: #90C148;
}

.slate .gallery figure.fig_6 {
    background: #B20744;
}

.slate .gallery figure.fig_7 {
    background: #56BEF7;
}

.slate .gallery figure.fig_8 {
    background: #0D9688;
}

.slate .gallery figure.fig_9 {
    background: #F78823;
}

.slate.mosaic .gallery figure:nth-child(3n+3) {
    margin-right: 0;
}

.slate .gallery a:hover img {
    opacity: 0.2;
}

.slate .text .gallery {
    text-align: center;
    margin-top: 30px;
}

.slate .text .gallery figure {
    float: none;
    display: inline-block;
}

.slate.supporters {
    text-align: center;
    background: url('../assets/supporters_ribbon.jpg');
    background-repeat: no-repeat;
    padding: 160px 30px;
    border-bottom: none;
    background-position: center 6px;
}

.text.supporters {
    margin-top: 50px;
}

.supporters figure {
    display: inline-block;
    padding: 35px 30px;
}

.supporters figure img {
  width: 100%;
}

.slate.newsletter {
    background: #F5F5F5;
    padding: 60px 30px;
}

.newsletter h2 {
    color: #3b3b3b;
    text-align: center;
}

.newsletter #mc_embed_signup {
    display: block;
    max-width: 310px;
    margin: 50px auto 0 auto;
}

.newsletter .mc-field-group {
    margin: 10px 0;
}

.newsletter #mc_embed_signup label {
    display: block;
    float: left;
    line-height: 39px;
    color: #3B3B3B;
}

.newsletter #mc_embed_signup input {
    display: block;
    float: right;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    padding: 10px 20px;
}

.newsletter #mc_embed_signup .button {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #A1ACB5;
    background: none;
    color: #666;
    border-radius: 4px;
    transition: all 0.2s ease-in;
}

.newsletter #mc_embed_signup .button:hover {
    background: #A1ACB5;
    color: #fff;
    border: 1px solid #A1ACB5;
}

.supporters h2,
.supporters h3,
.supporters .headline {
    font-size: 24px;
    color: #A1ACB5;
    line-height: 29px;
    text-align: center;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.supporters .supporters-list {
    text-align: center;
    margin-top: 30px;
}

.supporters li {
    display: inline-block;
}

footer {
    padding: 80px 30px;
}

footer p {
    font-size: 14px;
    color: #888888;
    float: left;
}

footer p > a {
    padding: 0;
}

footer ul {
    list-style: none;
    float: right;
}

footer li {
    float: left;
}

footer a {
    font-size: 14px;
    color: #A1ACB5;
    padding: 0 5px;
}

.single .hero {
    height: 640px;
}

.single .hero figure {
    display: block;
    margin: 0 auto;
    max-width: 440px;
}

.single .content {
    padding-top: 0;
    text-align: center;
}

.day {
    display: inline-block;
    width: 100%;
    max-width: 390px;
    background: #F5F7FA;
    margin: 60px 40px 40px 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #DDD;
}

.night {
    display: inline-block;
    width: 100%;
    max-width: 390px;
    background: #F5F7FA;
    margin: 60px 40px 40px 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #DDD;
}

.lectures {
    display: inline-block;
    width: 100%;
    max-width: 865px;
    background: #F5F7FA;
    margin: 20px 40px 60px 40px;
    padding: 30px 30px 45px 30px;
    border-bottom: 1px solid #DDD;
    text-align: left;
}

.lectures .tech,
.lectures .keynotes {
    display: inline-block;
    width: 100%;
    max-width: 330px;
    text-align: center;
}

.lectures .tech > span,
.lectures .keynotes > span {
    font-weight: 700;
    font-size: 16px;
    color: #3B3B3B;
    margin-top: 20px;
    display: block;
}

.lectures .tech {
    margin-right: 140px;
}

.lectures .keynotes .surprise {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 15px auto;
    font-size: 28px;
    line-height: 125px;
    color: #2A94D6;
    background: #fff;
}

.muted {
    opacity: 0.5;
    background: #2A94D6;
    color: #fff !important;
}

.single .head {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.day .head {
    background: #94C9EA;
}

.day .skyline {
    background: url('../assets/day-scene.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
    z-index: 3;
    position: absolute;
    width: 100%;
}

.day .sky-wrapper {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 25%;
    z-index: 1;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: cycle 15s ease-out;
    -moz-animation: cycle 15s ease-out;
    animation: cycle 15s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes cycle {
    0% { -webkit-transform: rotate(-15deg); }
    100% { -webkit-transform: rotate(136deg); }
}

@-moz-keyframes cycle {
    0% { -moz-transform: rotate(-15deg); }
    100% { -moz-transform: rotate(136deg); }
}

@keyframes cycle {
    0% { transform: rotate(-15deg); }
    100% { transform: rotate(136deg); }
}

.day .sun {
    background: url('../assets/sun.png');
    width: 30px;
    height: 30px;
    -webkit-animation: sun-balance 15s ease-out;
    -moz-animation: sun-balance 15s ease-out;
    animation: sun-balance 15s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes sun-balance {
    0% { -webkit-transform: rotate(15deg); }
    100% { -webkit-transform: rotate(-136deg); }
}

@-moz-keyframes sun-balance {
    0% { -moz-transform: rotate(15deg); }
    100% { -moz-transform: rotate(-136deg); }
}

@keyframes sun-balance {
    0% { transform: rotate(15deg); }
    100% { transform: rotate(-136deg); }
}

.night .head {
    background: #435A6B;
}

.night .skyline {
    background: url('../assets/night-scene.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
    z-index: 3;
    position: absolute;
    width: 100%;
}

.night .sky-wrapper {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 25%;
    z-index: 1;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: cycle 15s ease-out;
    -moz-animation: cycle 15s ease-out;
    animation: cycle 15s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes moon-balance {
    0% { -webkit-transform: rotate(15deg); }
    100% { -webkit-transform: rotate(-136deg); }
}

@-moz-keyframes moon-balance {
    0% { -moz-transform: rotate(15deg); }
    100% { -moz-transform: rotate(-136deg); }
}

@keyframes moon-balance {
    0% { transform: rotate(15deg); }
    100% { transform: rotate(-136deg); }
}


.night .moon {
    background: url('../assets/moon.png');
    background-repeat: no-repeat;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    width: 30px;
    height: 30px;
    -webkit-animation: moon-balance 15s ease-out;
    -moz-animation: moon-balance 15s ease-out;
    animation: moon-balance 15s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.day > span,
.night > span,
.lectures > span {
    font-weight: 700;
    font-size: 16px;
    color: #3B3B3B;
    margin-top: 20px;
    display: block;
}

.day h2 span,
.night h2 span,
.lectures h2 span,
.text h3 span {
    color: #666;
}

.night .ship {
    background: url('../assets/ship.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 17px;
    position: absolute;
    bottom: 9px;
    left: 0;
    z-index: 10;
    -webkit-animation: ship 40s linear infinite;
    -moz-animation: ship 40s linear infinite;
    animation: ship 40s linear infinite;
}

@-webkit-keyframes ship {
    0% { -webkit-transform: translateX(-171px); }
    100% { -webkit-transform: translateX(100%); }
}

@-moz-keyframes ship {
    0% { -moz-transform: translateX(-171px); }
    100% { -moz-transform: translateX(100%); }
}

@keyframes ship {
    0% { transform: translateX(-171px); }
    100% { transform: translateX(100%); }
}

.day ul,
.night ul {
    text-align: left;
    list-style-position: inside;
    padding: 25px 40px 0 40px;
}

.lectures ul {
    text-align: left;
    list-style-position: inside;
    padding: 25px 10px 0 10px;
}

.day li,
.night li,
.lectures li {
    line-height: 1.5;
    color: #555;
}

.day a,
.night a,
.lectures a,
.sub-start a,
.text a.link,
.partner a.link,
.speaker a.link,
a.link {
    font-size: 14px;
    font-weight: 700;
    margin-top: 25px;
    text-align: center;
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #A1ACB5;
    color: #666;
    border-radius: 4px;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.day a:before,
.night a:before,
.lectures a:before,
.sub-start a:before,
.text a.link:before,
.partner a.link:before,
.speaker a.link:before,
a.link:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%)scaleY(1)scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all, 0.5s 0.1s, cubic-bezier(0.55,0,0.1,1);
    z-index: -1;
}

.day a:after,
.night a:after,
.lectures a:after,
.sub-start a:after,
.text a.link:after,
.partner a.link:after,
.speaker a.link:after,
a.link:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%)scaleY(1)scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #a1acb5;
    border-radius: 50%;
    display: block;
    transition: all, 0.5s 0.1s, cubic-bezier(0.55,0,0.1,1);
    z-index: -1;
}

.day a:hover,
.night a:hover,
.lectures a:hover,
.sub-start a:hover,
.text a.link:hover,
.partner a.link:hover,
.speaker a.link:hover,
a.link:hover {
    color: #fff;
    border: 1px solid #a1acb5;
    background: none;
}

.day a:hover:before,
.night a:hover:before,
.lectures a:hover:before,
.sub-start a:hover:before,
.text a.link:hover:before,
.partner a.link:hover:before,
.speaker a.link:hover:before,
a.link:hover:before {
    top: -35%;
    background-color: #a1acb5;
    transform: translateX(-50%)scaleY(1.3)scaleX(0.8);
}

.day a:hover:after,
.night a:hover:after,
.lectures a:hover:after,
.sub-start a:hover:after,
.text a.link:hover:after,
.partner a.link:hover:after,
.speaker a.link:hover:after,
a.link:hover:after {
    top: -45%;
    background-color: #a1acb5;
    transform: translateX(-50%)scaleY(1.3)scaleX(0.8);
}

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

.text a.link {
    margin: 10px auto 8px auto;
}

.button-group {
    margin: 10px auto 25px auto;
    max-width: 570px;
    text-align: left;
}

.button-group a {
    font-size: 14px;
    font-weight: 700;
    color: #2A94D6;
    border: 1px solid #2A94D6;
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}

.button-group a:hover {
    background: #2A94D6;
    color: #fff;
}

.slate blockquote {
      padding: 20px 0;
      max-width: 570px;
      margin: 0 auto 20px auto;
      border-left: 5px solid #2A94D6;
}

.slate blockquote p {
    padding-left: 30px;
    color: #3B3B3B;
}

.slate .keynote {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 25px auto;
    display: block;
}

.slate .program-item {
    text-align: left;
    padding: 60px 0;
}

.program-item .gallery {
    margin-bottom: 25px;
}

.program-item .gallery figure {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.program-item .program {
    margin: 25px auto;
    display: block;
}

.program-item .internal-speakers {
    margin: 25px auto;
    display: block;
}

.partner-list {
    list-style: none;
    max-width: 840px;
    margin: 0 auto;
    background: #fff;;
}

.partner-list li {
    float: left;
    width: 100%;
    max-width: 180px;
    margin: 15px;
}

.partner-list .partner-name {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #888;
    font-size: 14px;
    height: 28px;
}

.partner-detail,
.speaker-detail {
    padding: 80px 20px;
    border-bottom: 1px solid #DDD;
}

.speaker-detail img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.speaker h3 span {
    color: #888;
    font-weight: 400;
    font-size: 14px;
}

.partner a.link,
.speaker a.link {
    margin: 0 5px;
}

.partner-wrap {
    margin: 60px 0;
}

.partner-wrap h3 {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.partner-wrap:last-of-type {
    border: none;
}

.partner-list {
    margin-bottom: 30px;
}

.partner-list li {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.partner-list li:hover {
    opacity: 0.75;
}

.speaker-list {
    list-style: none;
    max-width: 888px;
    margin: 30px auto 0 auto;
    background: #fff;
    text-align: center;
}

.speaker-list li {
    width: 100%;
    max-width: 192px;
    margin: 25px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.speaker-list li .wrap {
    width: 100%;
    max-height: 192px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.speaker-list li:hover .wrap {
    background: #2A94D6;
}

.speaker-list li:hover img {
    opacity: 0.3;
}


.speaker-list li img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    max-width: 100%;
    position: relative;
}

.speaker-list .speaker-name {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #888;
    font-size: 14px;
}

.speaker-list-small {
    text-align: center;
    margin-bottom: 30px;
}

.speaker-list-small a {
    width: 92px;
    height: 92px;
    display: inline-block;
    margin-right: -15px;
}

.speaker-list-small a:last-child {
    margin-right: 0;
}

.speaker-list-small img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
    max-width: 100%;
}

.workshop {
    text-align: left;
    max-width: 730px;
    margin: 0 auto;
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}

.workshop:last-of-type {
    border-bottom: none;
}

.workshop.prices:last-of-type,
.workshop.workflow_img:last-of-type  {
  padding-bottom: 0;
}

.workshop .speaker-intern {
    float: left;
    width: 185px;
}

.workshop .speaker-intern ul {
    float: right;
}

.workshop .speaker-intern li {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    border: 5px solid #fff;
    position: relative;
    overflow: hidden;
}

.workshop .speaker-intern li:nth-child(2),
.workshop .speaker-intern li.single {
    left: -30px;
}

.workshop .speaker-intern li img {
    width: 100%;
    height: 100%;
}

.workshop.prices .speaker-intern {
  width: 160px;
}

.workshop.workflow_img .speaker-intern {
  width: 273px;
}

.workshop.workflow_img .speaker-intern img {
  transition: all 0.2s ease;
}

.workshop.prices .speaker-intern ul {
  padding-left: 0;
}


.workshop.prices .speaker-intern li.single {
    overflow: visible;
    width: auto;
    height: auto;
    border: none;
    font-weight: 700;
}

.workshop .workshop-info {
    float: left;
    max-width: 540px;
    text-align: left;
    padding-top: 30px;
}

.workshop.prices .workshop-info {
  padding-top: 0;
}

.workshop.workflow_img .workshop-info {
  padding: 50px 0 0 30px;
  max-width: 450px;
}

.workshop.workflow_img .speaker-intern a:hover img {
  transform: scale(0.95);
}

.workshop.workflow_img .speaker-intern a:active img {
  transform: scale(0.9);
} 

.workshop-info h2,
.workshop-info p {
    text-align: left;
    margin: 0;
}

.workshop-info h2 {
    margin-bottom: 0;
}

.workshop-info ul {
    padding-left: 20px;
}

.workshop-info li {
    font-size: 14px;
    color: #888888;
    line-height: 21px;
}

.workshop .workshop-info .link {
  margin-left: 0;
}

.workshop span {
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    color: #888888;
}

.timetable {
    text-align: center;
    padding: 30px 0;
}

.timetable table {
    text-align: left;
    display: inline-block;
}

.timetable td {
    padding: 15px 10px;
    background: rgba(151, 151, 151, 0.05);
    font-size: 13px;
    vertical-align: middle;
    color: #888;
}

.timetable a {
    color: #888;
}

.timetable .off-event {
    background: url('../assets/stripes.jpg');
}

.timetable .empty-event {
    background: #fff;
}

.timetable tr > td:first-of-type {
    width: 200px;
}

.timetable th {
    background: #2A94D6;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 10px;
}

.timetable h4, .timetable strong {
    font-size: 14px;
    color: #3b3b3b;
}

.fachvortraege .workshop {
    max-width: 570px;
}

.speaker .vortrag {
    max-width: 610px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(0,0,0,0.05);
    margin-bottom: 20px;
    border-radius: 4px;
}

@media (max-width: 1050px) {
    .slate.intro, .slate.mosaic, .slate.supporters {
        background: none;
    }

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

    .slate.location .left {
        display: none;
    }

    .slate.location .right {
        max-width: 570px;
        display: inline-block;
    }

    .slate.location .right h3 {
        text-align: center;
    }
}

@media (max-width: 740px) {

    nav {
        line-height: 80px;
    }

    nav ul {
        display: none;
    }

    nav .resp-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        color: #fff;
        font-size: 18px;
        color: #FFFFFF;
        padding: 0 20px;
        cursor: pointer;
    }

    nav li {
        width: 50%;
        border: 1px solid rgba(255, 255, 255, 0.35);
        background: rgba(42, 148, 214, 0.93);
    }

    /*header.white nav .resp-menu {
        color: #3B3B3B;
    }

    header.white nav li {
        color: #3B3B3B;
        background: rgba(255, 255, 255, 0.93);
        border: 1px solid #DDD;
    }*/

    .hero {
        background: url('../assets/mobile_bg.jpg');
        background-size: cover !important;
        background-position: center top;
        overflow: hidden;
        padding: 150px 30px 100px !important;
        height: auto !important;
    }

    @media(max-width: 740px) {
        .hero {
            padding: 200px 30px 100px !important;
        }
    }

    .hero .wrapper {
        display: block;
    }

    .hero video {
        display: none;
    }

    .hero h2 {
        font-size: 22px;
    }

    .hero .resp-logo {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .hero .resp-logo object {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .hero .hot-air {
        display: none;
    }

    .sub-start {
        height: auto;
    }

    .sub-start span {
        font-size: 14px;
    }

    .single .content.partner, .single .content.speaker {
        padding-top: 80px;
    }

    .single .content {
        padding-top: 20px;
    }

    .content {
        padding-top: 0;
    }

    .slate, .single.normal-slate .slate {
        padding: 50px 30px !important;
        border-bottom: 1px solid #ddd !important;
    }

    .slate .left, .slate .right {
        display: block;
    }

    .slate .left h2, .slate .left p {
        text-align: left;
    }

    .slate.mosaic .gallery {
        padding: 0;
        margin: 60px auto 0 auto;
        width: 100%;
        text-align: center;
    }

    .slate .gallery figure {
        float: none;
        display: inline-block;
    }

    .slate.mosaic .gallery figure:nth-child(3n+3) {
        margin-right: 10px;
    }

    .slate.mosaic .right, .slate.location .left {
        padding: 0;
    }

    .slate.location figure {
        padding: 0;
        margin: 0 auto;
        max-width: 230px;
    }

    .slate.location figure img {
        margin: 0 auto 60px auto;
        display: block;
        width: 100%;
    }

    .newsletter #mc_embed_signup label, .newsletter #mc_embed_signup input {
        float: none;
        width: 100%;
    }

    .slate.supporters figure img {
        max-width: 150px;
    }

    footer {
        text-align: center;
    }

    footer p, footer ul, footer li, footer a {
        float: none;
        font-size: 16px;
    }

    footer ul {
        text-align: center;
        margin-top: 15px;
    }

    footer li {
        display: inline-block;
    }

    /* Messe */

    .normal-slate.single .hero {
        height: 280px;
    }

    .single.normal-slate .slate:first-of-type {
        padding: 20px 30px 60px 30px;
    }

    .day, .night, .lectures, .lectures .tech {
        margin: 0 0 30px 0;
    }

    .lectures {
        max-width: 390px;
    }

    /* Programm */

    .program-item .internal-speakers {
        width: 100%;
    }

    /* Aussteller */

    .partner-list li {
        float: none;
        margin: 10px auto;
    }

    .partner-detail img {
        width: 100%;
        max-width: 170px;
    }

    .partner a.link, .speaker a.link {
        display: block;
        margin-bottom: 10px;
    }

    /* Tickets */

    .single .hero {
        height: 300px;
    }

    .single .hero figure img {
        width: 100%;
    }

    /* Anfahrt */

    .button-group a {
        display: block;
        margin-bottom: 10px;
    }

    .slate a.hrs {
        background: transparent;
        padding: 10px 20px;
    }

    .slate a.hrs:hover {
        background: #2A94D6;
    }

    /* Developer's Room */

    .workshop .speaker-intern, .workshop .speaker-intern ul, .workshop .workshop-info {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .workshop .speaker-intern ul {
        text-align: center;
        position: relative;
        left: 15px;
    }

    .workshop .speaker-intern li.single {
        left: -15px;
    }

    .workshop-info h3 {
        text-align: center;
    }

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

.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* header */
header {
  background: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  width: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
header .container {
    padding: 0px;
}
header .container .resp-menu {
  display: none;
  margin: 0px;
  padding: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1000;
  cursor: pointer;
}
@media (max-width: 768px) {
  header .container .resp-menu {
    display: block;
    height: 65px;
    line-height: 26px;
  }
}
header .container .row {
  margin: 0px;
  width: 100%;
}
@media (max-width: 768px) {
  header .container .row {
    background: rgba(42, 148, 214, 0.9);
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 65px;
    z-index: 999;
    display: none;
  }
}
header .navigation {
  font-size: 0px;
  display: inline-block;
}
header .navigation.left {
  float: left;
}
header .navigation.right {
  float: right;
  /*> li {
                @media(max-width: @screen-sm) { width: 100% !important; }
            }*/
}
header .navigation > li {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}
header .navigation > li > a {
  display: block;
  padding: 40px 15px;
  color: #fff;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
header .navigation > li > a:hover {
  background: rgba(255, 255, 255, 0.1);
}
header .navigation > li > a:focus {
  text-decoration: none;
}
@media (max-width: 768px) {
  header .navigation > li > a {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
header .navigation > li .fa {
  font-size: 110%;
  vertical-align: middle;
  margin-top: -2px;
}
header .navigation > li.open > a {
  background: rgba(255, 255, 255, 0.1);
}
header .navigation > li .dropdown-menu {
  margin: 1px 0px 0px;
  padding: 0px;
  border-radius: 0px;
  border-top: 0px;
  border-color: transparent;
}
header .navigation > li .dropdown-menu > li {
  padding: 5px 10px;
}
header .navigation > li .dropdown-menu > li > a {
  padding: 5px 10px;
  margin: -5px -10px;
}
header .navigation > li .dropdown-menu > li > a:hover {
  background: #f2f2f2;
}
header .navigation > li .dropdown-menu > li form #quick-login {
  margin: 5px 0px -5px;
}
@media (max-width: 992px) {
  header .navigation > li {
    font-size: 16px;
  }
  header .navigation > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 768px) {
  header .navigation > li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  header .navigation {
    width: 100%;
  }
}
header.white {
  background: rgba(255, 255, 255, 0.93);
  border-color: #dddddd;
}
header.white .container .resp-menu {
  background: #fff;
  color: #3b3b3b;
}
@media (max-width: 768px) {
  header.white .container .row {
    background: rgba(255, 255, 255, 0.93);
  }
}
header.white .navigation > li {
  color: #3b3b3b;
}
header.white .navigation > li > a {
  color: #3b3b3b;
}
header.white .navigation > li > a:hover {
  background: rgba(204, 204, 204, 0.3);
}
@media (max-width: 768px) {
  header.white .navigation > li > a {
    text-align: center;
    border: 1px solid rgba(221, 221, 221, 0.6);
  }
}
header.white .navigation > li.open > a {
  background: rgba(204, 204, 204, 0.3);
}
header.white .navigation > li .dropdown-menu {
  border-color: #dddddd;
}
header + .custom_content > *:first-child {
  padding-top: 106px;
}
@media (max-width: 768px) {
  header + .custom_content > *:first-child {
    padding-top: 0px;
  }
}
header + *:not(.custom_content):not(.hero) {
  padding-top: 106px;
}
@media (max-width: 768px) {
  header + *:not(.custom_content):not(.hero) {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  header {
    background: rgba(0,0,0,0.05) !important;
    border-bottom: 1px solid rgba(255,255,255,0.5) !important;
  }
}