@charset "utf-8";
/* 	++++ Reset ++++
        ++++ Preloader ++++
        ++++ Home page ++++
        ++++ Navigation Bootstrap ++++
        ++++ Vimoe and galley hover ++++	
        ++++ Team ++++	
        ++++ Button Effect ++++
        ++++ Schedule ++++	
        ++++ Registration Form ++++	
        ++++ Pricing ++++	
        ++++ Sponsor ++++
        ++++ Subscribe ++++
        ++++ Contact ++++
        ++++ Footer ++++
*/

/****************************/
/** Reset **/
/****************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


strong {
    font-weight: bold;
}

body {
    color: #7a7a7a;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    overflow: hidden;

}

a:hover,
a:active {
    outline: 0;
}

button:focus {
    border: none;
    outline: 0;
}

ul {
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

h1 {
    font-size: 2em;
    color: #FFFFFF;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1em 0 0.5em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

p {
    color: #5f6061;
    font-size: 1.1em;
    line-height: 1.6em;
}

/* UPDATE AB */
/*
html{
        overflow:hidden;
}*/

.image {
    width: 100%;
}

.google-maps {
    position: relative;
    padding-bottom: 20%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;

}

.bottom-spacing {
    margin-bottom: 2.5%;
}

.form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;

}

.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;

}

.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;

}

.form-control::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;

}

.form-control *::-moz-placeholder {
    color: #fff;

}

.form-group {
    position: relative;
}

/****************************/
/** Preloader **/
/****************************/

.preloader {
    background: none repeat scroll 0 0 #101012;
    position: fixed;
    z-index: 110;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    background: url("../img/loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: none;
    height: 104px;
    left: calc(50% - 100px);
    margin: 0 auto;
    opacity: 1;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    top: calc(50% - 52px);
    width: 100%;
    z-index: 111;
}

.section-padding {
    padding-top: 6%;
    padding-bottom: 6%;
}

.section-padding#responsive {
    padding-bottom: 3%;
}

.event-download-social-link.section-padding {
    padding-top: 0;
}

.nopadding {
    padding: 0;
}

.inner {
    padding-top: 28%;
}

hr {
    width: 8%;
    border: solid 1px #1982d1;
    margin-top: 18px;
    margin-bottom: 25px;
}

#grid-gallery figcaption hr {
    margin-top: 0px;
    margin-bottom: 15px;
}

.container-padding {
    padding-top: 6%;
    padding-bottom: 6%;
}

.wide-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/****************************/
/** General **/
/****************************/

/* Margins */
.csx-margin-left-right-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.csx-margin-top-0 {
    margin-top: 0px !important;
}

.csx-margin-top-5 {
    margin-top: 5px !important;
}

.csx-margin-top-10 {
    margin-top: 10px !important;
}

.csx-margin-top-20 {
    margin-top: 20px !important;
}

.csx-margin-top-30 {
    margin-top: 30px !important;
}

.csx-margin-bottom-20 {
    margin-bottom: 20px !important;
}

.csx-margin-bottom-30 {
    margin-bottom: 30px !important;
}

.csx-margin-bottom-40 {
    margin-bottom: 40px !important;
}

.csx-margin-bottom-50 {
    margin-bottom: 50px !important;
}

.csx-margin-bottom-60 {
    margin-bottom: 60px !important;
}

.csx-margin-bottom-70 {
    margin-bottom: 70px !important;
}

.csx-margin-bottom-80 {
    margin-bottom: 80px !important;
}

.csx-margin-bottom-90 {
    margin-bottom: 90px !important;
}

.csx-margin-bottom-100 {
    margin-bottom: 100px !important;
}

.csx-margin-left-5 {
    margin-left: 5px !important;
}

.csx-margin-left-20 {
    margin-left: 20px !important;
}

.csx-margin-left-30 {
    margin-left: 30px !important;
}

.csx-margin-left-15-minus {
    margin-left: -15px !important;
}

/* Negativ margin */
.csx-margin-top-35-minus {
    margin-top: -35px !important;
}

.csx-margin-top-15-minus {
    margin-top: -15px !important;
}

.csx-margin-left-15-minus {
    margin-left: -15px !important;
}


/****************************/
/** Home page **/
/****************************/

#sec_1 {
    /*	background: url("../img/bg_pattern.png") repeat scroll 0 0 rgba(33, 39, 57, 0.5);*/
    position: relative;
    overflow: hidden;
}

.home-bg {
    animation: 45s ease 0s normal none infinite back_animation;
    background: url('../img/backgrounds/header_image_stage.webp') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.retro-bg {
    animation: 45s ease 0s normal none infinite back_animation;
    background: url('../img/backgrounds/header_image_2022.webp') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.exhibition-bg {
    animation: 45s ease 0s normal none infinite back_animation;
    background: url('../img/backgrounds/header_image_exhibition.webp') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

@-webkit-keyframes back_animation {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.125);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes back_animation {
    0% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.125);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes back_animation {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.125);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes back_animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.125);
    }

    100% {
        transform: scale(1);
    }
}

#title_hr {
    border: 1px solid #1982d1;
    margin: 1.8em auto 2.9em;
    width: 50px;
}

.landing-text-pos {
    position: absolute;
    top: 35%;
    width: 100%;
}

.landing-text-pos h1 {
    font-family: Oswald, sans-serif;
    font-size: 7em;
    font-weight: 400;
    /*    letter-spacing: 0.125em;*/
    text-transform: uppercase;
    padding: 0 1%;
    /*    padding: 0 10%;*/
    /* Header Center */
    /*    float: left;*/
}

.landing-text-pos h3 {
    font-size: 3.5em;
    font-weight: 700;
    color: #fff;
    padding: 0 1%;
    margin: 0.1em;
}

.landing-text-pos h5 {
    font-size: 2.5em;
    font-weight: 400;
    color: #fff;
    padding: 0 1%;
    margin: 0.1em;
}

.landing-text-pos p {
    color: #ffffff;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    padding: 0 30%;
    text-transform: uppercase;
}

.landing-text-logo {
    max-width: 990px;
    filter: invert(1);
}

.home-date {
    display: table;
    margin: 0 auto;
    padding: 0 1%;
}

.home-date-left {
    display: table-cell;
    width: 30px;
    border: 3px solid #fff;
    border-right: none;
}

.home-date-right {
    display: table-cell;
    width: 30px;
    border: 3px solid #fff;
    border-left: none;
}

.home-date-center {
    display: table-cell;
}

.home-date-days {
    font-size: 3.5em;
    /*    color: #78b7e8;*/
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    text-align: center;
    white-space: -moz-pre;
    /* Firefox */
    white-space: -o-pre;
    /* Opera */
    white-space: pre;
    /* Chrome */
    word-wrap: break-word;
    /* IE */
}

.home-date-monthyear {
    font-size: 3.5em;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    white-space: -moz-pre;
    /* Firefox */
    white-space: -o-pre;
    /* Opera */
    white-space: pre;
    /* Chrome */
    word-wrap: break-word;
    /* IE */
    line-height: 1.2em;
    text-align: center;
}

.discount-circle {
    position: absolute;
    right: 20%;
    bottom: 15%;
    height: 10em;
    width: 10em;
    border-radius: 50%;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding-top: 0.5em;
    /*
      transform: rotate(20deg);
      -webkit-transform: rotate(20deg);
      -moz-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      -o-transform: rotate(20deg);
    */
    z-index: 1000;
    background-image: linear-gradient(#fa2625, #efa125);
}

.discount-circle a {
    color: #fff;
    display: flex;
    flex-direction: column;

}

.discount-circle a:hover {
    color: #fff;
}

.discount-circle .discount-text {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 10px;
}

.discount-circle .discount-price {
    margin-top: 10px;
}

.discount-circle .discount-price .discount-current-price {
    font-size: 60px;
    line-height: 52px;
    letter-spacing: -1px;
}

.discount-circle .discount-days {
    margin-top: 5px;
}


.discount-circle .discount-days span {
    font-size: 24px;
    border: 2px solid #fff;
    padding: 2px;
}

.sale-end-circle {
    position: absolute;
    right: 20%;
    bottom: 15%;
    height: 10em;
    width: 10em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding-top: 0.5em;
    background-image: linear-gradient(#fa2625, #efa125);
    z-index: 3;
}

.sale-end-circle a {
    color: #fff;
    display: flex;
    flex-direction: column;

}

.sale-end-circle a:hover {
    color: #fff;
}

.sale-end-circle .line1 {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 15px;
}

.sale-end-circle .line1 .linebreak {
    display: block;
}

.sale-end-circle .line2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 10px;
}

.sale-end-circle .line3 {
    font-size: 40px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 10px;
}

.sale-end-circle .line3 .linebreak {
    display: block;
    font-size: 24px;
}

.soldout-circle {
    position: absolute;
    right: 20%;
    bottom: 15%;
    height: 10em;
    width: 10em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding-top: 0.5em;
    background-image: linear-gradient(#fa2625, #efa125);
    z-index: 3;
}

.soldout-circle .oneliner {
    font-size: 40px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 10px;
}

.special-announcement {
    position: absolute;
    right: 20%;
    bottom: 15%;
    height: 10em;
    width: 10em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding-top: 0.5em;
    background-image: linear-gradient(#fa2625, #efa125);
    z-index: 3;
    display: flex;
    flex-direction: column;
}

.special-announcement .line1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 10px;
}

.special-announcement .line1 .linebreak {
    display: block;
}

.special-announcement .line2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 5px;
}

.special-announcement .line2 .linebreak {
    font-size: 30px;
}

.special-announcement .line3 {
    margin-top: 5px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 5px;
}

.special-announcement .line3 .linebreak {
    display: block;
    font-size: 24px;
}

@media (max-width: 1366px) {
    .special-announcement .line1 {
        font-size: 20px;
        line-height: 28px;
    }

    .special-announcement .line2 {
        font-size: 20px;
        line-height: 22px;
    }

    .special-announcement .line2 .linebreak {
        font-size: 26px;
    }

    .special-announcement .line3 {
        font-size: 20px;
        line-height: 28px;
    }

    .special-announcement .line3 .linebreak {
        font-size: 20px;
    }
}

.no-tickets-circle {
    position: absolute;
    right: 20%;
    bottom: 5%;
    height: 10em;
    width: 10em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding-top: 2.5em;
    background-image: linear-gradient(#003865, #4194e0);
}

.no-tickets-circle a {
    color: #fff;
    display: flex;
    flex-direction: column;

}

.no-tickets-circle a:hover {
    color: #fff;
}

.no-tickets-circle .line1 {
    font-size: 32px;
    line-height: 45px;
    font-weight: bold;
    margin-top: 15px;
}

.no-tickets-circle .line1 .linebreak {
    display: block;
}

.no-tickets-circle .line2 {
    font-size: 32px;
    line-height: 45px;
    font-weight: bold;
    margin-top: 10px;
}

.custom-circle {
    position: absolute;
    left: 20%;
    bottom: 15%;
    height: 10em;
    width: 10em;
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding-top: 1.75em;
      transform: rotate(20deg);
      -webkit-transform: rotate(20deg);
      -moz-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      -o-transform: rotate(20deg);
    background-image: linear-gradient(#fa2625, #efa125);
}

.custom-circle a {
    color: #fff;
    display: flex;
    flex-direction: column;
}

.custom-circle a:hover {
    color: #fff;
}

.custom-circle .custom-text {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    margin-top: 10px;
}

.custom-circle .custom-price {
    margin-top: 10px;
}

.custom-circle .custom-price .custom-current-price {
    font-size: 60px;
    line-height: 52px;
    letter-spacing: -1px;
}

.custom-circle .custom-days {
    margin-top: 5px;
}

.custom-circle .custom-days span {
    font-size: 24px;
    border: 2px solid #fff;
    padding: 2px;
}


.corona-banner-1 {
    margin: 0;
    width: 100%;
    background-color: #4194e0;
    color: #fff;
}

.corona-banner-1-pos {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

.corona-banner-1 .corona-title {
    text-align: center;
    padding-top: 0.5em;
}

.corona-banner-1 p {
    margin-top: 0.5em;
    margin-bottom: 1.0em;
    margin-right: 2em;
    margin-left: 10em;
    color: #fff;
    font-weight: 500;
}

.corona-banner-1 h2 {
    font-size: 48px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.corona-banner-1 h3 {
    font-size: 18px;
    font-family: Oswald, sans-serif;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-top: 0;
}

.corona-banner-1 h3 span {
    color: #ff1308;
}

.corona-banner-1 .corona-text {
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
}

.corona-banner-1 .corona-text a,
.corona-banner-1 .corona-text a:hover,
.corona-banner-1 .corona-text a:active {
    color: #0060a6;
}

.corona-banner-1 .corona-text p {
    margin-right: 2em;
}

.corona-banner-1 .corona-text:before {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    top: 10%;
    left: 0;
    background-color: #000;
}

.corona-banner-1 a.btn-close {
    height: 20px;
    width: 20px;
    position: absolute;
    font-size: 18px;
    right: 20px;
    top: 0.5em;
    color: #000;
}


.home-feats {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.home-feats .row div {
    background-image: linear-gradient(to right, #318FD7, #449ADB);
    height: 100px;
    border-left: 1px dashed #fff;
}

.home-feats .row div:first-child {
    border: none;
}

.home-feats .row div:nth-child(2) {
    background-image: linear-gradient(to right, #1470b8, #247bbf);
}

.home-feats .row div:nth-child(3) {
    background-image: linear-gradient(to right, #499DDD, #5CA7E1);
}

.home-feats .row div:nth-child(4) {
    background-image: linear-gradient(to right, #1982d1, #2c8dd6);
}

.home-feats .row div:hover {
    background-image: linear-gradient(to right, #002a55, #063362);
}

.home-feats span {
    margin-right: 10px;
}

.home-feats .row p {
    color: #fff;
    font-size: 1.8em;
    font-weight: 700;
    padding-top: 30px;
}

.learn-more-btn {
    background: none repeat scroll 0 0 rgba(65, 148, 224, 1);
    color: #363738;
    display: block;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 0 auto;
    padding: 15px;
    text-transform: uppercase;
    width: 200px;
    border: 2px solid #fff !important;
}

.align-center {
    margin: 0 auto;
    overflow: hidden;
    display: block;
    clear: both;
    text-align: center;
    float: none;
}

.align-right {
    margin: 0 auto;
    overflow: hidden;
    display: block;
    clear: both;
    text-align: right;
    float: none;
}

/****************************/
/** Navigation Bootstrap **/
/****************************/

.scroll-header {
    background: none repeat scroll 0 0 #fff;
}

.header {
    width: 100%;
    position: fixed;
    z-index: 10;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0);
}

.scroll-header {
    background: none repeat scroll 0 0 #fff;
}

#example-navbar-collapse {
    float: right;
}

.navbar.navbar-default {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-brand {
    color: #003867;
    font-family: Oswald, sans-serif;
    font-size: 2.25em;
    font-weight: 600;
    text-transform: uppercase;
    user-select: none;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: roboto;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.scroll-header .navbar-default .navbar-nav>li>a {
    color: #505050;
}

.navbar-default .navbar-nav #navbar-ticket-button {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    position: relative;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 16px;
}

.navbar-default .navbar-nav #navbar-ticket-button .ticket-hint-text {
    display: block;
    font-size: 0.8em;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav #navbar-ticket-button span.icon-vs-tickets {
    font-size: 1.5em;
    position: absolute;
    margin-left: -35px;
    margin-top: -0.125em;
}

.scroll-header .navbar-default .navbar-nav #navbar-ticket-button {
    color: #fff;
    background-color: #003867;
    border: 2px solid transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: rgb(46, 62, 79);
    border-top: none;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 0px;
    margin-top: 8px;
    padding: 9px 12px;
    position: relative;
}

.navbar-nav>li>a {
    padding-bottom: 27.55px;
    padding-top: 27.5px;
}

body {
    position: relative;
}

.navbar-default .navbar-nav>li.active>a {
    color: rgba(25, 130, 209, 1);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: rgba(25, 130, 209, 1);
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: rgba(204, 204, 204, 1);
}

.scroll-header .navbar-default .navbar-nav>li>a:hover,
.scroll-header .navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: rgba(0, 56, 103, 1);
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #003867;
}

.navbar-brand {
    display: none;
    height: 100%;
    padding: 24px 15px 8px 0;
}

.navbar-default .navbar-brand .navbar-brand-logo {
    width: 250px;
}

.scroll-header .navbar-brand {
    display: block;
}

#bs-navbar-collapse {
    float: right;
}

/******************************
/** Features **/
/*****************************/

.intro {
    background: #fff;
}

.lookout {
    background-color: #212739;
}

.about p {
    margin-bottom: 0;
}

h1.arrow {
    font-family: Oswald, sans-serif;
    color: #505050;
    font-size: 4em;
    font-weight: 200;
    text-transform: uppercase;
}

#faq h1.arrow, #team h1.arrow, #photos h1.arrow {
    color: #fff;
}

h1.underlineLeft {
    font-family: Oswald, sans-serif;
    color: #505050;
    font-size: 4em;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

h1.underlineLeft:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100px;
    bottom: 0;
    left: 0;
    background-color: #1982d1;
}

.about h4 {
    color: #0060a6;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.outlook h1 {
    color: #ffffff;
    text-align: center;
}

.outlook h4 {
    color: #4194e0;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}

.outlook p {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.outlook a {
    color: #4194e0;
}

.exhibitor h1 {
    text-align: center;
}

.exhibitor p {
    text-align: center;
    margin-bottom: 15px;
}

.exhibitor a:hover {
    color: #4194e0;
}

.agenda a:hover {
    color: #4194e0;
}

.about li,
.outlook li {
    position: relative;
    padding-left: 45px;
}

.about a:hover {
    color: #4194e0;
}

.about li span,
.outlook li span {
    position: absolute;
    font-size: 2.5em;
    margin-left: -45px;
    /*    color: #1982d1;*/
    background-image: linear-gradient(#003867, #1982d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-wrapper {
    padding: 70px 0px 70px 0px;
}

.icon {
    font-family: 'Roboto';
    display: block;
    color: #4194e0;
    font-size: 5em;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 10px;
}

.features .row {
    margin: 0px;
}

.features p {
    color: #f9f9f9;
}

.features h2 {
    color: #4194e0;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0.83em 0;
}

.features {
    background: rgba(33, 39, 57, 1);
}

.faq-left li,
.faq-right li {
    position: relative;
    padding-left: 45px;
    color: #fff;
}

.faq-left li span,
.faq-right li span {
    position: absolute;
    font-size: 2.5em;
    margin-left: -45px;
    background-image: linear-gradient(#4194e0, #1982d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-left h4,
.faq-right h4 {
    color: #c2c0c3;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.faq-left li p,
.faq-right li p {
    color: #fff;
}

.filedownload {
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 75px;
}

.filedownload h4 {
    color: #fff;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.filedownload a {
    color: #fff;
}

.filedownload a:hover,
.filedownload a:focus,
.filedownload a:active {
    color: #4194e0;
}

.filedownload h4:before {
    font-family: 'icomoon' !important;
    content: "\e911\00a0\00a0";
    line-height: 1;
    font-size: 2.5em;
    background-image: linear-gradient(#4194e0, #1982d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 1;
}

.grid figure section {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure section::before,
.grid figure figcaption::after {
    pointer-events: none;
}

/****************************/
/** Vimoe and galley hover **/
/****************************/

figure.vimeo-video {
    background: url("../img/video.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
}


.block-hover {

    background: url("../img/gallery/gallery.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
    height: 392px;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;
    -ms-transition: background .2s;
    transition: background .2s;
}

.block-hover img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.block-hover:hover {
    background: none repeat scroll 0 0 rgb(27, 217, 130);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;

}

.block-hover:hover span {
    opacity: 1;
    text-align: center;
    width: 100%;
}

.block-hover a {
    display: block;
    height: 81px;
    left: calc(50% - 55px);
    position: absolute;
    top: calc(50% - 40.5px);
    width: 110px;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.block-hover span {
    color: #fff;
    font-size: 1.5em;
    left: 0;
    letter-spacing: 0.1em;
    opacity: 0;
    position: absolute;
    top: 35%;
}

.block-hover:hover img {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.grid-gal figure .3d-gallery {
    background: url("../assets/img/gallery/gallery.jpg") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

/*******************************/
/** Team **/
/*******************************/
.md-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.team {
    background-color: #212739;
}

.margin-bottom-1em {
    margin-bottom: 1em;
}

.margin-bottom-3em {
    margin-bottom: 3em;
}

.speakers-wrap {
    padding: 4% 0px 0px 0px;
}

ul.social-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.social-buttons li {
    display: inline-block;
    margin-right: 10px;
}

ul.social-buttons li:last-child {
    margin-right: 0;
}

.social-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: #212739;
    display: inline-block;
    color: #fff;
    line-height: 46px;
    text-align: center;
}

.social-btn i {
    font-size: 1.2em;
    line-height: inherit;
}

.social-btn:hover,
.social-btn:focus {
    background: #4194e0;
    color: #fff;
}

blockquote {
    margin: 0.5em 20px;
    margin-left: 0;
}

blockquote p {
    font-size: 0.8em;
    line-height: 1.5em;
}

.social {
    margin-top: 25px;
}

.team p {
    color: #f9f9f9;
}

.team h2 {
    color: #4194e0;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 0;
    text-transform: uppercase;
}

.team h1 {
    color: #ffffff;
}

.team .md-content {
    padding: 0;
}

.sp-name {
    text-align: center;
}

.md-effect-9.md-modal,
md-effect-9.md-video {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-9 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.md-show.md-effect-9 .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

.sp-dsc blockquote p {
    margin: 0;
    color: #5f6061;
}

.sp-dsc blockquote {
    border-left-color: #4194e0;
}

.sp-dsc ul.sp-dsc-list {
    margin-top: 0;
}

div.avatar {
    margin: 0 auto;
}

.avatar0,
.avatar1,
.avatar2,
.avatar3,
.avatar4,
.avatar5,
.avatar6,
.avatar7,
.avatar8,
.avatar9,
.avatar10,
.avatar11,
.avatar12,
.avatar13,
.avatar14,
.avatar15,
.avatar16,
.avatar17 {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    background-position: center center;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.avatar1 {
    background-image: url('../img/team/portrait_ms_370x255.webp');
}

.avatar2 {
    background-image: url('../img/team/portrait_me_370x255.webp');
}

.avatar3 {
    background-image: url('../img/team/portrait_ck_370x255.webp');
}

.avatar4 {
    background-image: url('../img/team/portrait_mb_370x255.webp');
}

.avatar5 {
    background-image: url('../img/team/portrait_nd_370x255.webp');
}

.avatar6 {
    background-image: url('../img/team/portrait_no2_370x255.webp');
}

.avatar7 {
    background-image: url('../img/team/portrait_sk_370x255.webp');
}

.avatar8 {
    background-image: url('../img/team/portrait_ce_370x255.webp');
}

.avatar9 {
    background-image: url('../img/team/portrait_rs_370x255.webp');
}

.avatar10 {
    background-image: url('../img/team/portrait_kd_370x255.webp');
}

.avatar11 {
    background-image: url('../img/team/portrait_hpd_370x255.webp');
}

.avatar12 {
    background-image: url('../img/team/portrait_ts_370x255.webp');
}

.avatar13 {
    background-image: url('../img/team/portrait_cc_370x255.webp');
}

.avatar14 {
    background-image: url('../img/team/portrait_s_w_370x255.webp');
}

.avatar15 {
    background-image: url('../img/team/portrait_nn_370x255.webp');
}

.avatar16 {
    background-image: url('../img/team/portrait_fs_370x255.webp');
}

.avatar17 {
    background-image: url('../img/team/portrait_rn_370x255.webp');
}

.folio {
    max-width: 800px;
    height: auto;
    text-align: center;
    padding: 30px;

}

.tnc-folio {
    height: auto;
    text-align: center;
}

.sp-name {
    border-bottom: solid 1px rgba(33, 39, 57, 0.15);
    margin-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1.2em;
    color: #4194e0;
}

.sp-dsc {
    border-bottom: solid 1px rgba(33, 39, 57, 0.15);
    margin-top: 10px;
    text-align: left;
    padding: 0px 0px 10px;
    font-size: 0.9em;
    color: #505050;
}

.sp-dsc p {
    color: #505050;
    text-align: center;
    margin: 10px 0;
}

.md-content .sp-social ul {
    text-align: center;
}


.sp-social ul li {
    display: inline-block;
}

.sp-company {
    padding-top: 1em;
}

.sp-company a {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.sp-company img {
    width: 200px;
    margin: 0 auto;
}

#modal-2 .sp-company img {
    width: 260px;
}

.location {
    text-align: left;
    color: #fff;
}

.location h4 {
    color: #c2c0c3;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.location li {
    position: relative;
    padding-left: 45px;
}

.location li span {
    position: absolute;
    font-size: 2em;
    margin-left: -45px;
    background-image: linear-gradient(#8f8f8f, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.location li a {
    color: #fff;
}

.get-directions {
    text-align: left;
}

.get-directions h3 {
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 2em;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0 0 0.5em 0;
}

.google-maps-form-box {
    background-color: #263752;
    /*#2E537C*/
    color: #505050;
    min-height: 200px;
    padding: 0.5em 2em 1em 2em;
}

.google-maps-form-box label {
    color: #b2daff;
    display: inline-block;
    font-size: 1.25em;
    font-weight: 400;
}

.google-maps-form-box h5 {
    color: #b2daff;
    font-size: 1.25em;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 0;
}

.google-maps-form-box label.radio-option {
    color: #fff;
    font-weight: 200;
    font-size: 1em;
    display: block;
    float: left;
    margin-bottom: 0.5em;
    margin-right: 1.35em;
    max-width: 100%;
    letter-spacing: 0.1em;
}

.google-maps-form-box input[type="radio"] {
    margin-right: 0.25em;
    margin-top: 4px;
    line-height: normal;
}

.google-maps-form-box .btn-send {
    font-size: 1.125em;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #e6e6e6;
    color: #505050;
    border: 0;
    padding: 0.5em 1em;
    margin-top: 2em;
    position: relative;
}

.google-maps-form-box .btn-send:before {
    position: absolute;
    font-family: 'vsicons';
    top: 0;
    left: 10px;
    content: "\e924";
}

.google-maps-form-box .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c2c0c3;
    opacity: 1;
    /* Firefox */
}

.google-maps-form-box .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c2c0c3;
}

.google-maps-form-box .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c2c0c3;
}

.hotel {
    text-align: left;
    color: #fff;
}

.hotel h4 {
    color: #c2c0c3;
    font-size: 1em;
    font-weight: 400;
}

.hotel li {
    position: relative;
    padding-left: 30px;
}

.hotel li span {
    position: absolute;
    font-size: 1.5em;
    margin-left: -30px;
    background-image: linear-gradient(#000, #5f6061);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hotel li a {
    color: #003867;
}


/**********************/
/** Button Effect */
/*********************/

.btn-effect {
    background: none repeat scroll 0 0 #1982d1;
    border: medium none;
    color: #fff;
    letter-spacing: 0.2em;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
    cursor: pointer;
    position: relative;

}

.pricing-wrap .btn-effect {
    background: none repeat scroll 0 0 #fff;
}

.btn-effect:after {
    background: none repeat scroll 0 0 #003867;
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-effect:hover:after,
.btn-effect:active:after {
    height: 100%;
}

#get_directions.btn-effect {
    background: none repeat scroll 0 0 #1982d1;
    border: medium none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    letter-spacing: 0.2em;
    margin-bottom: 45px;
    margin-top: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 230px;
    z-index: 1;

}

#get_directions.btn-effect:after {
    background: none repeat scroll 0 0 #000;
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#get_directions.btn-effect:hover:after,
#get_directions.btn-effect:active:after {
    height: 100%;
}

#get_directions.btn-effect i {
    display: none;
    font-size: 1.75em;
}

#get_directions.btn-effect:hover span {
    display: none;
}

#get_directions.btn-effect:hover i {
    display: block;
}


#responsive {
    background-color: #f3f5f8;
}

#faq li a {
    color: #4194e0;
}

/********************************/
/** Schedule **/
/********************************/

.name {
    text-transform: none;
    font-weight: 500;
    margin-right: 5px;

}

.speaker-designaition {
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: none;
}

.speaker-portrait-ak,
.speaker-portrait-1,
.speaker-portrait-2,
.speaker-portrait-3,
.speaker-portrait-4,
.speaker-portrait-5,
.speaker-portrait-6,
.speaker-portrait-7,
.speaker-portrait-8,
.speaker-portrait-9,
.speaker-portrait-10,
.speaker-portrait-11,
.speaker-portrait-12,
.speaker-portrait-13,
.speaker-portrait-14,
.speaker-portrait-15,
.speaker-portrait-16,
.speaker-portrait-17,
.session-bg-1,
.session-bg-2,
.session-bg-3,
.speaker-portrait-entertainment {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 20%;
}

.speaker-portrait-ak {
    background-image: url('../img/team/portrait_ak_370x255.webp');
    background-position: center center;
}

.speaker-portrait-1 {
    background-image: url('../img/team/portrait_ms_370x255.webp');
    background-position: -28px center;
}

.speaker-portrait-2 {
    background-image: url('../img/team/portrait_me_370x255.webp');
    background-position: -20px center;
}

.speaker-portrait-3 {
    background-image: url('../img/team/portrait_ck_370x255.webp');
    background-position: center 5px;
}

.speaker-portrait-4 {
    background-image: url('../img/team/portrait_mb_370x255.webp');
    background-position: -25px center;
}

.speaker-portrait-6 {
    background-image: url('../img/team/portrait_no2_370x255.webp');
    background-position: center center;
}

.speaker-portrait-5 {
    background-image: url('../img/team/portrait_nd_370x255.webp');
    background-position: center 10px;
}

.speaker-portrait-10 {
    background-image: url('../img/team/portrait_kd_370x255.webp');
    background-position: -18px center;
}

.speaker-portrait-11 {
    background-image: url('../img/team/portrait_hpd_370x255.webp');
    background-position: -18px center;
}

.speaker-portrait-17 {
    background-image: url('../img/team/portrait_mf_370x255.webp');
    background-position: center center;
}

.session-bg-1 {
    background-image: url('../img/team/pic_discussion.webp');
    background-position: center center;
}

.session-bg-2 {
    background-image: url('../img/team/pic_workshop.webp');
    background-position: center center;
}

.session-bg-3 {
    background-image: url('../img/team/pic_masterclass.webp');
    background-position: center center;
}

.speaker-portrait-entertainment {
    background-image: url('../img/team/portrait_fgoosen_370x255.webp');
    background-position: center center;
}

.accordion .item .time li .negative-margin-top-20 {
    display: block;
    margin-top: -20px;
    position: absolute;
}

.a-name {
    color: #212739;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 6px;
    font-weight: 500;
}

.e-title h3,
.details h3 {
    margin-bottom: 1em;
    font-weight: 400;
    color: #1982d1;
}

.recreation h3 {
    color: #1982d1;
    font-weight: 500;
    margin-bottom: 1em;
}

.recreation p {
    padding-bottom: 1.5em;
}

.miniPortrait {
    float: left;
    margin: 5px 10px 0 0;
    padding: 0;
    width: 46px;
    overflow: hidden;
}

.miniPortrait:first-child {
    clear: left;
}

.day {
    color: #fff;
    background-color: #4194e0;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 20px 20px 20px 20px;
    text-transform: uppercase;
    text-align: left;
}

.day span {
    padding-right: 10px;
}

.day em {
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 0em;
    text-transform: none;
    margin-left: 15px;
}

#particles {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#responsive {
    background: url("../img/backgrounds/bg_network3.png") no-repeat fixed top right;
}

.accordion {
    overflow: hidden;
    margin: 34px auto 0px auto;
}

.accordion .item .heading {
    color: #fff;
    box-sizing: border-box;
}

.accordion .item,
.accordion .non-accordion-item {
    border-right: 1px solid rgba(178, 178, 178, 1);
    border-left: 1px solid rgba(178, 178, 178, 1);
    background-color: #fff;
}

.accordion .non-accordion-item:last-child {
    border-bottom: 1px solid rgba(178, 178, 178, 1);
}

.accordion .item:last-child {
    border-bottom: 1px solid rgba(178, 178, 178, 1);
}

.lightgrey-background-color, .table > tbody > tr > td.lightgrey-background-color {
    background-color: #fafafa;
}

.accordion .item .heading .e-title,
.accordion .non-accordion-item .heading .e-title {
    border-top: 1px solid rgba(178, 178, 178, 1);
    box-sizing: border-box;
    color: #1982d1;
    display: inline-block;
    float: left;
    font-size: 0.9em;
    font-weight: 300;
    /*    letter-spacing: 0.1em;*/
    padding: 15px 15px 0px 0px;
    text-align: left;
}

.accordion .item .heading .time,
.accordion .non-accordion-item .heading .time {
    border-top: 1px solid rgba(178, 178, 178, 1);
    box-sizing: border-box;
    color: #1982d1;
    cursor: default;
    display: inline-block;
    float: left;
    font-size: 1.1em;
    font-weight: 500;
    padding-top: 15px;
    text-align: left;
}

.accordion .item .heading .time ul,
.accordion .item .venue ul,
.accordion .non-accordion-item .heading .time ul {
    margin-right: 0.5em;
    margin-left: 15%;
    font-family: 'Roboto';
    font-size: 1em;
}

.accordion .item .heading .time ul,
.accordion .non-accordion-item .heading .time ul {
    margin-top: 1em;
}

.accordion .item .time li,
.accordion .item .venue li,
.accordion .non-accordion-item .time li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0.5em;
    font-weight: 300;
    color: #505050;
    letter-spacing: 0.1em;
}

.accordion .item .time li,
.accordion .non-accordion-item .time li {
    font-size: 0.8em;
}

.accordion .item .venue li {
    font-size: 1em;
}

.accordion .item .time li span,
.accordion .item .venue li span,
.accordion .non-accordion-item .time li span {
    position: absolute;
    margin-left: -25px;
    margin-top: 5px;
}

.accordion .non-accordion-item .textblock,
.accordion .item .textblock {
    color: #505050;
    text-transform: none;
    text-align: left;
}

.accordion .non-accordion-item .textblock h5,
.accordion .item .textblock h5 {
    font-size: 1em;
    margin: 0.5em 0;
    /*    text-transform: uppercase;
        letter-spacing: 0.1em;*/
}

.accordion .non-accordion-item .textblock p,
.accordion .item .textblock p {
    font-size: 1em;
}

.accordion .non-accordion-item .textblock ul,
.accordion .item .textblock ul {
    font-size: 1em;
    list-style-type: none;
    list-style-position: inside;
    margin: 0.5em 0 0.5em 2em;
}

.accordion .non-accordion-item .textblock li,
.accordion .item .textblock li {
    margin-bottom: 5px;
    padding-left: 5px;
    position: relative;
}

.accordion .non-accordion-item .textblock li:before,
.accordion .item .textblock li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    left: -15px;
    top: 0.4em;
    position: absolute;
}

/*
.accordion .item .col-md-12 {
    padding: 0px;
}
*/
.accordion .item.open .heading,
.accordion .item:last-child .heading {
    border: 0;
}

.accordion .item.open .time {
    color: #1982d1;
}

.accordion .item .content {
    color: #5f6061;
    display: none;
    font-size: 0.9em;
    line-height: 25px;
    text-align: left;
}

.details {
    padding: 0 0 20px 0;
    width: 70%;
    font-size: 0.9em;
    font-weight: 300;
}

.corona-banner-2,
.corona-banner-3 {
    margin: 0;
    width: 100%;
    background-color: #4194e0;
    color: #fff;
}

.corona-banner-2-pos,
.corona-banner-3-pos {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

.corona-banner-3-pos {
    z-index: 11;
}

.corona-banner-2,
.corona-banner-3 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.corona-banner-2 p,
.corona-banner-3 p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-right: 2em;
    margin-left: 10em;
    color: #fff;
    font-weight: 500;
}

.corona-banner-2 a.btn-close,
.corona-banner-3 a.btn-close {
    height: 20px;
    width: 20px;
    position: absolute;
    font-size: 18px;
    right: 20px;
    top: 2em;
    color: #fff;
}

.stage {
    position: absolute;
    top: 0.5em;
    left: 3em;
}

.cubespinner {
    position: relative;
}

.cubespinner div {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px solid #B2B2B2;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    color: #000;
}

.cubespinner .face1 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}

.cubespinner .face1 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}

.cubespinner .face1 span {
    display: block;
    color: #ff1308;
}

.cubespinner .face2,
.cubespinner .face4,
.cubespinner .face5 {
    color: #ff1308;
    padding-top: 13px;
    line-height: 50px;
    font-size: 40px;
}

.cubespinner .face4 {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}

.cubespinner .face4 span {
    display: block;
}

.cubespinner .face7 {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}

.cubespinner .face7 span {
    display: block;
    color: #ff1308;
}

.cubespinner .face1 {
    -webkit-transform: translateZ(40px);
}

.cubespinner .face7 {
    -webkit-transform: translateZ(40px);
}

.cubespinner .face2 {
    -webkit-transform: rotateY(90deg) translateZ(40px);
}

.cubespinner .face3 {
    -webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(40px);
}

.cubespinner .face4 {
    -webkit-transform: rotateY(180deg) translateZ(40px);
}

.cubespinner .face5 {
    -webkit-transform: rotateY(-90deg) translateZ(40px);
}

.cubespinner .face6 {
    -webkit-transform: rotateX(-90deg) translateZ(40px);
}

@-webkit-keyframes spincube {

    from,
    to {
        -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    25% {
        -webkit-transform: rotateY(-90deg);
    }

    50% {
        -webkit-transform: rotateY(-180deg);
    }

    75% {
        -webkit-transform: rotateY(-270deg);
    }

    100% {
        -webkit-transform: rotateY(-360deg);
    }
}

.cubespinner {
    -webkit-animation-name: spincube;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 40px 40px 0;
}



.venue {
    padding: 0px 0px 20px 0px;
}

.d-sch {
    /* background: url("../img/dicn.png") no-repeat scroll right 30px top 20px rgba(0, 0, 0, 0); */
    display: inline-block;
    float: left;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 6px;
    padding: 25px 25px;
    text-transform: uppercase;
    width: 50%;
}

.d-sch .fa.fa-download {
    float: right;
    font-size: 30px;
    padding-left: 30px;
    line-height: 20px;
}

.fb .fa.fa-facebook {
    float: left;
    font-size: 30px;
    padding-right: 30px;
    line-height: 20px;
}

.fb {
    /* background: url("../img/fbicn.png") no-repeat scroll left 30px top 18px rgba(0, 0, 0, 0); */
    border-left: 1px solid #c8c8c8;
    display: inline-block;
    float: left;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 6px;
    padding: 25px 25px;
    text-align: left;
    text-transform: uppercase;
    width: 50%;
}

.d-sch:hover {
    color: #1982d1;
}

.fb:hover {
    color: #1982d1;
}

.accordion .item.open .e-title {
    /*    color: #003867;*/
}

.container-schedule {
    position: relative;
    width: 100%;
    padding: 0px;
}

/****************************/
/** Registration Form **/
/****************************/
.swag {
    background: url('../img/backgrounds/bg-input.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.swag h1 {
    color: #fff;
    font-family: 'Roboto';
    font-size: 50px;
}

.swag h1 span {
    display: block;
    font-size: 25px;
    margin-top: 20px;
}

.down-arrow-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(27, 217, 130, 0.4);
    display: inline-block;
    margin: 10px auto 20px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.down-arrow-btn:hover,
.down-arrow-btn:focus {
    color: #fff;
    background: rgba(25, 130, 209, 1);
}

.nl-form {
    width: 100%;
    margin: 6% auto;
    font-size: 2.5em;
    color: #ffffff;
    line-height: 1.9;
    text-align: center;
    letter-spacing: 1px;
}

.nl-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nl-form input,
.nl-form select,
.nl-form button {
    border: none;
    background: transparent;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.nl-form input:focus {
    outline: none;
}

.nl-field-toggle,
.nl-form input,
.nl-form select {
    line-height: inherit;
    display: inline-block;
    color: #1982d1;
    cursor: pointer;
    border-bottom: 1px dashed #567a69;
}

.nl-form .nl-field-go {
    position: absolute;
    right: 0;
    top: calc(29%);
    height: 100%;
    cursor: pointer;
    width: 1.8em;
    text-align: center;
    color: transparent;
}

.nl-field-go:before {
    content: "Enter";
    font-size: 55%;
    color: #fff;
    width: 100%;
    display: block;
}

.nl-form .nl-submit {
    background: none repeat scroll 0 0 #1982d1;
    color: #fff;
    cursor: pointer;
    font-size: 0.4em;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 12px;
    position: relative;
    text-transform: uppercase;
    width: 200px;
}

.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
    background: rgba(27, 206, 124, 0.40);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #fff;
}

.no-touch .nl-form .nl-submit:hover:before {
    background: #58a199;
}

.nl-field {
    display: inline-block;
    position: relative;
}

.nl-field.nl-field-open {
    z-index: 10000;
}

.nl-field ul {
    position: absolute;
    visibility: hidden;
    background: #212639;
    left: -0.5em;
    top: 150%;
    font-size: 70%;
    opacity: 0;
    -webkit-transform: translateY(-40%) scale(0.9);
    -moz-transform: translateY(-40%) scale(0.9);
    transform: translateY(-40%) scale(0.9);
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

.nl-field.nl-field-open ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
    color: #fff;
    position: relative;
}

.nl-dd ul li {
    padding: 0 1em 0 1em;
    cursor: pointer;
    white-space: nowrap;
}

.nl-dd ul li.nl-dd-checked {
    color: rgb(27, 206, 124);
    opacity: 0.6;
}

.no-touch .nl-dd ul li:hover {
    background: rgba(0, 0, 0, 0.05);
}

.no-touch .nl-dd ul li:hover:active {
    color: #478982;
}

/* submit button */
.nl-submit-wrap {
    margin: 1em auto 0;
}

.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: #4194e0;
}

.nl-ti-text ul {
    min-width: 8em;
}

.nl-ti-text ul li.nl-ti-input input {
    width: 100%;
    padding: 0.2em 2em 0.2em 0.5em;
    border-bottom: none;
    color: #fff;
    font-size: 0.9em;
}


.nl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open~.nl-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.nl-ti-text ul li.nl-ti-example {
    font-size: 50%;
    padding: 0.4em 1em;
    color: #fff;
    border-top: 1px dashed rgba(46, 62, 79, 1);
}

.nl-ti-text ul li.nl-ti-example em {
    color: #fff;
}

a {
    color: #003867;
    text-decoration: none;
}

.tc {

    margin-bottom: 6%;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Ticket Form*/
.md-form {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 1170px;
    height: 100%;
    z-index: 2000;
    width: 100%;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
}

.md-form .form-group:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.md-form .inline-radio-label {
    padding-left: 25px;
    display: block;
}

.md-form .inline-radio-label input[type="radio"] {
    float: left;
    margin-left: -25px;
}

.md-form hr,
.e-title .textblock hr,
.details .textblock hr {
    width: 100%;
    border: 0.5px dashed #7f7f7f;
}

.md-form .md-close {
    top: 5px;
}

.md-form .md-close i {
    font-size: 1.5em;
}

.md-form .hint-text {
    background-color: #4194e0;
    border-radius: 8px;
    color: #fff;
    cursor: help;
    display: inline-block;
    font-family: Verdana, Helvetica;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    top: 10px;
    min-width: 8px;
    padding: 2px 7px;
    float: right;
    position: relative;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.md-form .mandator-number-hintbox {
    display: none;
    position: absolute;
    border-radius: 5px;
    background-color: #000;
    z-index: 10;
    font-size: 12px;
    max-width: 450px;
    width: 100%;
    right: 0;
    -webkit-box-shadow: 10px 10px 22px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 22px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 22px 0px rgba(0, 0, 0, 0.2);
}

.md-form .mandator-number-hintbox p {
    color: #fff;
    margin: 0;
    padding: 5px;
    text-align: left;
}

.md-form .mandator-number-hintbox img {
    width: 100%;
}

.md-form #csx-customer-number {
    display: none;
    position: relative;
}

.md-form .label-course-price {
    padding: 0;
    position: absolute;
    top: -11px;
    right: 0;
    min-width: 220px;
    background-color: #4194e0;
    color: #fff;
}

.md-form .price-big {
    display: block;
    text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.4);
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.md-form .price-big .big {
    display: inline-block;
    text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.4);
    font-weight: 400;
    letter-spacing: -2px;
    padding: 0 5px;
    font-size: 46px;
}

.md-form .label-course-price .label-course-price-row {
    padding: 0;
    margin: 0;
}

.md-form .label-course-price .label-course-price-row.booking-headline {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding-top: 3px;
    position: relative;
    background: none;
    color: #fff;
}

.md-form .label-course-price .label-course-price-row.booking-big-preis {}

.md-form .label-sales-tax {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.md-form .label-course-price .label-course-price-row.booking-total-member, .md-form .label-course-price .label-course-price-row.booking-discount-hint {
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.md-form .label-course-price .label-course-price-row.booking-total-member:before, .md-form .label-course-price .label-course-price-row.booking-discount-hint:before {
    content: '';
    position: absolute;
    left: 10%;
    width: 80%;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    margin-top: -5px;
}

.md-form .label-course-price .label-course-price-row.booking-total-member [data-total-member] {
    font-weight: 500;
}

.footer-overview {
    background-color: #003865;
    margin-top: 15px;
    padding: 10px;
}
.footer-cell {
    display: flex;
    flex-direction: column;
}

.footer-cell:last-child {
    align-self: flex-end;
    text-align: right;
}

.footer-label {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75em;
}

.footer-output {
    color: #fff;
    font-weight: 500;
}

.md-form .md-content {
    overflow-y: auto;
    height: 100%;
    min-height: 400px;
}

.md-form .md-content .teaser-box {
    display: table;
    padding-bottom: 10px;
    padding-top: 10px;
    /*    margin-bottom:50px;*/
    /*    margin-top:30px;*/
    width: 100%;
}

.md-form .md-content .teaser-box h2 {
    font-family: Oswald, sans-serif;
    color: #505050;
    font-size: 3em;
    font-weight: 100;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

.md-form .md-content .head h3 {
    background-color: #505050;
    border-bottom: 1px solid #eceef0;
    color: #fff;
    height: 40px;
    display: table;
    width: 100%;
    font-weight: 200;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0;
    line-height: 2em;
}

.md-form .md-content .teaser-box .left,
.md-form .md-content .teaser-box .right {
    display: table-cell;
    padding: 10px 15px;
    vertical-align: middle;
}

.md-form .md-content .teaser-box h1,
.md-form .md-content .teaser-box p {
    font-weight: 400;
    margin: 0;
    padding: 0 0 5px 0;
}

.md-form p a {
    color: #003867;
    text-decoration: underline;
}

.md-form p a:hover {
    color: #003867;
}

.md-form .booking-form {
    margin: 15px;
    color: #000;
}

.md-form .booking-form .warning {
    color: #c00323;
}

label.csx-required {
    position: relative;
}

label.csx-required:after,
span.csx-required:after {
    color: #b94a48 !important;
    content: "\*";
    font-family: Verdana !important;
    font-size: 16px !important;
    padding-left: 5px;
}

.md-form label {
    margin-top: 8px;
}

.md-form input[type="text"],
.md-form textarea,
.md-form select {
    color: #000 !important;
}


.md-form input[type="text"][disabled],
.md-form textarea[disabled],
.md-form select[disabled] {
    background: #fff !important;
    box-shadow: none !important;
    border: none !important;
    color: #000 !important;
    padding-left: 0 !important;
    font-weight: 500;
}

.md-form textarea {
    min-height: 116px;
}

/* Pflichtfeldmarkierung */
.md-form label.csx-required:after,
.md-form span.csx-required:after {
    position: absolute;
    top: -3px;
    right: -15px;
}

.md-form label.inline-block-element.csx-required:after {
    position: relative;
}

.md-form .action-form {
    margin: 30px 0 50px 0 !important;
    overflow: auto;
    padding: 15px 0;
}

/* Teinhemer hinzufuegen loeschen */
.md-form .further-booking-member-row {
    display: none;
}

/* Button Teilnhemer loeschen */
.md-form a.delete-member {
    text-transform: none;
    position: absolute;
    right: 0;
    top: 5px;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.md-form a.delete-member span.minus {
    background-color: #003867;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 18px;
    font-weight: 500;
}

/* Box Button Teilnehmer hinzufuegen */
.md-form .add-member-box {
    margin: 20px 0 50px 0;
}

.md-form .add-member-box a.add-member span.plus {
    background-color: #003867;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 18px;
    font-weight: 500;
}

.md-form .delete-member:hover,
.md-form .add-member-box a:hover {
    color: #003867;
}

.md-form .add-member-box a.add-member .text {
    text-decoration: underline;
}

.md-form .legal-notice-box {
    background-color: #eceef0;
    padding: 5px 15px;
    margin: 0;
}

/* Togglebox rechtliche Hinweise */
.md-form .accordion {
    margin-top: 0;
}

.md-form .accordion .item {
    border-bottom: 1px solid rgba(178, 178, 178, 1);
}

.md-form .accordion .item .heading {
    background-color: #003867;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    padding: 10px;
}

/* Button Print */
.md-form a.booking-print-button {
    padding: 10px 0;
    display: inline-block;
}

.md-form .action-form .table {
    display: table;
    height: 100%;
    margin: 0;
    padding: 0;
}

.md-form .action-form .cell {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
}

/* Hidden/Modal fuer Buchung senden */
.md-form #overlay-send {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: none;
}


.md-form a.big,
.md-form button.big {
    padding: 10px;
}

.md-form button.booking-abort-button,
.md-form button.booking-send-button {
    color: #fff;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
}

.md-form button.booking-abort-button span,
.md-form button.booking-send-button span {
    font-size: 1em;
    position: absolute;
    margin-left: -20px;
    margin-top: 0.25em;
}


.md-form button.booking-abort-button:before,
.md-form button.booking-send-button:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.md-form a.booking-bottom,
.md-form button.booking-send-button {
    background-color: #a0ce4e;
}

.md-form button.booking-abort-button {
    background-color: #d9534f;
}

.md-form .align-right {
    margin: 0;
    clear: none;
}

.md-form label.error {
    background: #b60808;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    max-width: 260px;
    font-size: 12px;
    margin: 4px 0 0 0;
    padding: 3px 5px 3px 5px;
    line-height: 14px;
    position: absolute;
    z-index: 1000;
}

.md-form label.error:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #b60808;
    content: '';
    display: inline-block;
    height: 0;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
}

.md-form input[type="checkbox"]+label.error:before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #b60808;
    content: '';
    display: inline-block;
    height: 0;
    position: absolute;
    top: 3px;
    margin-left: -8px;
}

.md-form #overlay-send {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: none;
}

.md-form #loadingAnim {
    display: block;
    min-width: 180px;
    min-height: 70px;
    padding: 10px 15px;
    background-repeat: no-repeat;
    background-position: center 15px;
    text-align: center;
    text-transform: uppercase !important;
    position: absolute;
    border-radius: 5px;
    background-color: #fff;
    z-index: 101;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
    display: none;
}

.md-form #loadingAnim p {
    padding: 0;
    margin: 0;
}

#loadingAnim {
    display: block;
    width: 58px;
    height: 20px;
    margin: 0 auto 3px auto;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    text-transform: uppercase !important;
}

.prealoadAnim {
    background-image: url(/assets/img/loadingAnim.gif);
}

.feedback {
    max-width: 800px;
    height: auto;
    text-align: center;
    padding: 0;
}

.feedback h3 {
    font-family: Oswald, sans-serif;
    color: #505050;
    font-size: 2em;
    font-weight: 200;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 1em;
}

#modal-send-success .feedback h3:before,
#modal-send-fail .feedback h3:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100px;
    bottom: 0;
    left: 0;
}

#modal-send-success .feedback h3:before {
    background-color: #a0ce4e;
}

#modal-send-fail .feedback h3:before {
    background-color: #d9534f;
}

.md-form #download-pdf {
    color: #fff;
    font-weight: 400;
    font-size: 1.25em;
    display: inline-block;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    position: relative;
    padding: 7px 10px 7px 45px;
    width: 100%;
    background-color: #003867;
}

.md-form #download-pdf span {
    font-size: 1.5em;
    position: absolute;
    margin-left: -35px;
}


.md-form #download-pdf:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.clear-both {
    clear: both;
}

/* Ticket Form End*/

.md-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 570px;
    max-width: 1170px;
    min-height: 325px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show~.md-overlay {
    opacity: 0.4 !important;
    visibility: visible;
}




/* Content styles */



.md-content {
    color: #212639;
    background: #ffffff;
    position: relative;
    margin: 0 auto;
    padding: 35px;
}

.md-content h4 {
    font-family: Oswald, sans-serif;
    margin: 0;
    color: #003867;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 100;
    position: relative;
}

.md-form .md-content h4.seperator {
    padding-top: 30px;
}

.md-form .md-content h4.seperator:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100px;
    top: 0;
    background-color: #1982d1;
}

.md-content>div {

    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
    text-align: left;
}

.md-content>div ul {
    margin-top: 30px;
    padding: 0 20px;
}

.md-content>div ul li {
    list-style-type: disc;
    padding-left: 15px;
}

.disclaimer {
    margin: 0;

}

.padding-none {
    padding: 0;
}

.disclaim-border {
    border: none;
}

.md-content button {
    display: block;
    margin: 0 auto;
    font-size: 1em;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.md-trigger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #1982d1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 1em;

}

.md-trigger:hover {
    color: rgba(0, 0, 0, 1);
}

.md-effect-10.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-10 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    padding: 35px;
}

/**************************/
/** Pricing **/
/**************************/
.pricing-wrap {
    margin-top: 38px;
}

#portfolio {
    background-color: #ffffff;
}

.planContainer {
    background-color: #F3F5F8;
    margin-top: 10px;
}

.planContainer .title h2 {
    background-color: #212739;
    color: #ffffff;
    font-size: 3em;
    font-weight: 600;
    margin: 0;
    padding: 0.6em 0;
}

.planContainer .title h2.bestPlanTitle {
    background: #1982d1;
    color: #212639;
}

.planContainer .price p {
    background: none repeat scroll 0 0 #2a3049;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    height: 2.6em;
    letter-spacing: 3px;
    line-height: 2.6em;
    margin: 0 0 1em;
    text-transform: uppercase;
}

.planContainer .price p.bestPlanPrice {
    background: #1ee68a;
    color: #212639;
}

.planContainer .options {
    margin-top: 30px;
}

.planContainer .options li {

    color: #212639;
    line-height: 2;
}

.planContainer .button a {
    text-transform: uppercase;
    text-decoration: none;
    color: #212739;
    font-weight: 700;
    line-height: 2.6em;
    display: inline-block;
    width: 80%;
    height: 2.8em;
    margin: 1.5em 0 1.8em;
}

.planContainer .button a.bestPlanButton {
    color: #212639;
    background: #1982d1;

}

ul.planContainer li.title {
    margin-bottom: 0px;
}

.effects {
    padding-left: 15px;
}

.effects .img {
    position: relative;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.effects .img:nth-child(n) {
    margin-right: 5px;
}

.effects .img:first-child {
    margin-left: -15px;
}

.effects .img:last-child {
    margin-right: 0;
}

.effects .img img {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(194, 192, 195, 1);
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/* UPDATE AB */
.overlay {
    background: rgba(0, 0, 0, 1);
}

a.close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
}

a.close-overlay.hidden {
    display: none;
}


button.expand {
    display: block;
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 28%;
    left: 0;
    width: 100%;
    background-color: transparent;
}

/* UPDATE AB */
button.expand {
    color: #fff !important;
    top: 0;
    height: 100%;
}

.overlay-effect .img i {
    font-size: 30px;
}

.overlay-effect .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* UPDATE AB */
/* war .overlay-effect .overlay a.expand */
.overlay-effect .overlay button.expand {
    left: 0;
    right: 0;
    bottom: 47%;
    margin: 0 auto -30px auto;
}

.overlay-effect .img.hover .overlay {
    height: 100%;
    opacity: 0.5;
}

.img img {
    width: -webkit-calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
}

/* Original Styling
.img img {
        width: -webkit-calc(100% + 40px) !important;
        width: calc(100% + 40px) !important;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -moz-transition: opacity 0.35s, -moz-transform 0.35s;
        -o-transition: opacity 0.35s, -o-transform 0.35s;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
        -ms-transform: translate3d(-40px, 0, 0);
}
*/

.img:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
}

.designs {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50px;
}

ul.slides li {
    margin-bottom: 15px;
}

/******************************/
/** Sponsor **/
/*****************************/
.ignite-cta {
    background-color: #fff;
}

.ignite-btn {
    display: inline-block;
    padding: 25px 40px;
    color: #fff;
    border: solid 1px #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.ignite-btn:hover,
.ignite-btn:focus {
    color: #3dc9b3;
    border: solid 1px #3dc9b3;
}

.sponsor {
    margin-top: 60px;
}

#slider1_container {
    margin: 0 auto;
    position: relative;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 56px;
    overflow: hidden;
    margin: 3% auto 0%;
}

.inner_carousal {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 980px;
    height: 100px;
    overflow: hidden;
}

ul.planContainer:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

ul.planContainer {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.planContainer .button a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.planContainer .button a:hover {
    background: #212739;
    color: #fff;
}

.planContainer a.bestPlanButton:hover {
    background: #1BCE7C;
    color: #fff;
}

/*************************/
/** Subscribe **/
/*************************/

.fa-spin,
.fa-check-circle,
.fa-exclamation-circle,
.fa-spinner {
    display: none;
}

.subscribe,
.exhibit-showcase,
.videoteaser {
    background: none repeat fixed 0 0 / cover rgba(0, 0, 0, 0.3);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0 70px;
    position: relative;
}

.subscribe h1,
.exhibit-showcase h1 {
    color: #fff;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.subscribe h1 span,
.exhibit-showcase h1 span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 1px;
}

.input-group {
    display: table !important;
}

input[type="checkbox"].form-control {
    width: 20px;
    height: 20px;
    float: left;
}

.evening-event-label,
.dsgvo-label,
.agb-label {
    /*    position: absolute;*/
    top: 0;
    right: 0;
    width: 95%;
    margin-top: 0 !important;
    float: right;
}

.dsgvo-label a,
.agb-label a {
    text-decoration: underline;
}

.dsgvo-label a:hover,
.agb-label a:hover {
    color: #003867;
    text-decoration: underline;
}

.form-control.email-add {
    border: medium none;
    border-radius: 0;
    height: 51px;
    text-align: center;
    width: 100%;
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid rgb(255, 255, 255);
    box-shadow: none;
    color: #fff;
}

.videoteaser-overlay {
    background: url("../img/backgrounds/bg_stage_empty.webp") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.subscribe-overlay {
    background: url("../img/backgrounds/bg_mixing_console.webp") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.subscribe button {
    background: none;
    border: medium none;
    border-radius: 0;
    color: #4194e0;
    font-size: 16px;
    font-weight: 600;
    height: 35px;
    letter-spacing: 6px;
    margin-top: 15px;
    text-transform: uppercase;
    width: 67px;
    position: relative;
}

.exhibit-showcase-overlay {
    background: url("../img/backgrounds/bg_exhibition.webp") no-repeat fixed center center / cover rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.width-half {
    width: 50%;
    float: left;
}

.intermission p {
    color: #fff;
    font-size: 1.25em;
    font-weight: 400;
    text-align: left;
    margin-left: 10px;
}

.intermission h3 {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 5em;
    font-weight: 400;
    margin: 0.25em 0 -0.25em 10px;
    text-align: left;
}

.intermission span {
    color: #fff;
    font-size: 9em;
    margin: 0.25em 0 0 0;
}

.launchvideo {
    margin-top: 40px;
    margin-bottom: 40px;
}

.launchvideo-description {
    margin-top: 1.5em;
    color: white;
    font-size: 2em;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
}

.video-play-button {
    background: #fff;
    padding: 0;
    width: 120px;
    height: 120px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    line-height: 120px;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    animation: circle_shadows 1s linear infinite;
}

.video-play-button span {
    color: #1982d1;
    background-image: linear-gradient(#003867, #1982d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes circle_shadows {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14), 0 0 0 20px rgba(255, 255, 255, 0.14), 0 0 0 40px rgba(255, 255, 255, 0.14);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.14), 0 0 0 40px rgba(255, 255, 255, 0.14), 0 0 0 60px transparent;
    }
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.subscribe button:hover {

    background: none;
    border: none;
    color: #4194e0;

}

.subscribe button:focus {
    outline: 0 none;
    border: 0 none;
    background: none;
    color: #4194e0;
}

.subscribe button span {
    display: block;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}


.subscribe button:hover span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.subscribe button:hover i {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.subscribe button i {
    font-size: 1.5em;
    font-size: 1.5em;
    position: absolute;
    top: 0;
    left: 14px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.notify-success #message {
    color: #4194e0;
    font-size: 1.1em;
    margin-top: 10px;
    text-transform: capitalize;

}

.error #message {

    color: #EC7406;
    font-size: 1.1em;
    margin-top: 10px;
    text-transform: capitalize;


}

/********************************/
/** Contact **/
/********************************/

#contact p {
    color: #ffffff;
}

#contact p a {
    color: #ffffff;
}


#result .success {
    color: #4194e0;
    font-size: 0.43em;
    text-transform: capitalize;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    margin-top: 15px;

}

.success {
    color: #4194e0;
    text-align: center;
    left: 0px;
    margin-top: 15px;
}

.enter-name,
.enter-email,
.invalid-email {
    color: #EC7406;
    font-size: 0.43em;
    text-transform: capitalize;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    margin-top: 15px;
}

.up-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(27, 206, 124, 0.5);
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.up-btn:hover,
up-btn:focus {
    color: #fff;
}

.contact-details {
    margin: 70px 0 60px;
}

.contact-details h2 span {
    color: #4194e0;
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-top: 15px;
    text-transform: uppercase;
}

.contact-wrap {
    background-color: #212739;
    position: relative;
}

.contact-wrap h1 {
    color: #ffffff;
}

.dark-bg {
    background: #f3f5f8;
}

.light-bg {
    background-color: #fff;
}

.light-link {
    color: #1982d1;
}

.dark-box {
    background: #f3f5f8;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
}

.light-box {
    -webkit-box-shadow: 0px -1px 0px 0px #4194e0;
    -moz-box-shadow: 0px -1px 0px 0px #4194e0;
    box-shadow: 0px -1px 0px 0px #4194e0;
    padding: 20px 0;
}

.light-box:hover,
.light-box:focus {
    -webkit-box-shadow: 0px 5px 0px 0px #4194e0;
    -moz-box-shadow: 0px 5px 0px 0px #4194e0;
    box-shadow: 0px 5px 0px 0px #4194e0;
}

.box-hover {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.box-hover:hover,
.box-hover:focus {
    transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
}

/************************************/
/** Footer **/
/************************************/

footer a {
    color: #a1a9b0;
}

footer {
    background-color: #000;
    padding: 25px 0;
}

footer p {
    color: #fff;
}

ul.legals {
    list-style: none;
    color: #fff;
    line-height: 25px;
}

.legals .md-trigger {
    padding-right: 10px;
}

ul.legals li {
    display: inline-block;
}

ul.legals li::after {
    content: " |";
    margin-left: 10px;
    margin-right: 10px;
}

ul.legals li:last-child::after {
    content: "";
}

.legals {
    text-align: center;
}

.disclaimer p {
    color: #5f6061;
    font-size: 0.95em;
    line-height: 1.6em;
    margin-top: 30px;
}

#modal-10 li {
    margin-bottom: 20px;
}

/* UPDATE AB */
.accordion [class^="speaker-portrait-"],
.accordion [class^="session-bg"] {
    margin: 0 auto;
}

.accordion .item .heading .time,
.accordion .non-accordion-item .heading .time,
.accordion .item .heading .e-title,
.accordion .non-accordion-item .heading .e-title {
    padding-top: 0px;
}

.accordion .time ul {
    margin-top: 21px !important;
}

/* image gallery */
.photos {
    background-color: #212739;
}

.photos h1 {
    color: #fff;
}

.photos-wrap {
    padding: 0px;
    /*padding: 4% 0px 0px 0px;*/
}

.grid-gallery figcaption h3 {
    color: #4194e0;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 0;
    text-transform: uppercase;
}

.grid-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-gallery figure {
    margin: 0;
}

.grid-gallery figure img {
    display: block;
    width: 100%;
}

.grid-gallery figcaption h3 {
    margin: 0;
    padding: 0 0 0.5em;
    text-align: center;
}

.grid-gallery figcaption p {
    margin: 0;
    color: #5f6061;
    font-size: 1.1em;
    line-height: 1.6em;
}

.grid-wrap {
    max-width: 69em;
    margin: 0 auto;
    padding: 0 1em 1.875em;
}

.grid {
    margin: 0 auto;
}

.grid li {
    width: 33%;
    float: left;
    cursor: pointer;
}

.grid figure {
    padding: 15px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.grid li:hover figure {
    opacity: 0.7;
}

.grid figcaption {
    background: #fff;
    padding: 20px;
}

/* image galley - slideshow style */
.slideshow {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.slideshow ul {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 150px);
    transform: translate3d(0, 0, 150px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.slideshow ul.animatable li {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideshow li {
    width: 660px;
    height: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -280px 0 0 -330px;
    visibility: hidden;
}

.slideshow li.show {
    visibility: visible;
}

.slideshow li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.slideshow li.current:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 25px solid #fff;
    overflow: hidden;
}

.slideshow figcaption {
    padding-top: 0;
    padding-bottom: 20px;
}

.slideshow figcaption h3 {
    font-weight: 300;
    font-size: 200%;
}

/* image galley - navigation */
.slideshow nav span {
    position: fixed;
    z-index: 1000;
    color: #505050;
    text-align: center;
    padding: 3%;
    cursor: pointer;
    font-size: 2.2em;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #505050;
}

.slideshow nav span.nav-next {
    right: 0;
}

.slideshow nav span.nav-close {
    top: 0;
    right: 0;
    padding: 0.5em 1em;
    color: #31373a;
}

.icon:before,
.icon:after {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
    content: "\f053";
}

span.nav-next:before {
    content: "\f054";
}

span.nav-close:before {
    content: "\f00d";
}

/* image galley - info on arrow key navigation */
.info-keys {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 60px;
    font-size: 8px;
    padding-top: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

.info-keys:before,
.info-keys:after {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
}

.info-keys:before {
    left: 10px;
    content: "\f0d9";
}

.info-keys:after {
    right: 10px;
    content: "\f0da";
}

.lightblue {
    color: #4194e0;
}

.form-note {
    border: 1px #4194e0 solid;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
}

/* Sponsor Grid */
.card {
    background-color: #fff;
    padding: 30px 15px 80px 15px;
    height: 100%;
    position: relative;
}

.card__level {
    display: flex;
    flex-direction: column;
    position: relative;
}

.card__image {
    display: flex;
    flex-direction: column;
    position: relative;
}

.card__image-center {
    align-items: center;
    display: flex;
    height: 160px;
    justify-content: center;
    position: relative;
}

.image-card--center {
    min-width: 200px;
    height: auto;
    position: absolute;
    z-index: 2;
}

.card__text {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 56px;
}

.card__text {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 56px;
    text-align: center;
}

.card__text p {
    text-align: center;
}

.card__text ol {
    color: #5f6061;
    font-size: 1.1em;
    line-height: 1.6em;
    list-style-position: inside;
}

.card__text h3 {
    position: relative;
    color: #000;
    font-size: 1.35em;
}

.card hr {
    width: 20%;
    margin-top: 5px;
}

.card .button {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.card .button a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.card .button a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    line-height: 2.6em;
    display: inline-block;
    width: 80%;
    height: 2.8em;
    margin: 1.5em 0 1.8em;
}

.card .btn-effect {
    background: none repeat scroll 0 0 #1982d1;
}

.logo-holder {
    height: 175px;
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    margin-top: 24px;
}

.logo-holder a {
    display: block;
    height: 100%;
    width: 100%;
}

.logo-holder img {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

.logo-card {
    height: 100px;
    width: 200px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#logo-card1 {
    background: url('/vergabesymposium/assets/img/logos/aussteller1_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card1 {
    background: url('/vergabesymposium/assets/img/logos/aussteller1_logo_200x100.webp') no-repeat 0 0;
}

#logo-card2 {
    background: url('/vergabesymposium/assets/img/logos/aussteller2_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card2 {
    background: url('/vergabesymposium/assets/img/logos/aussteller2_logo_200x100.webp') no-repeat 0 0;
}

#logo-card3 {
    background: url('/vergabesymposium/assets/img/logos/aussteller3_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card3 {
    background: url('/vergabesymposium/assets/img/logos/aussteller3_logo_200x100.webp') no-repeat 0 0;
}

#logo-card4 {
    background: url('/vergabesymposium/assets/img/logos/aussteller4_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card4 {
    background: url('/vergabesymposium/assets/img/logos/aussteller4_logo_200x100.webp') no-repeat 0 0;
}

#logo-card5 {
    background: url('/vergabesymposium/assets/img/logos/aussteller5_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card5 {
    background: url('/vergabesymposium/assets/img/logos/aussteller5_logo_200x100.webp') no-repeat 0 0;
}

#logo-card6 {
    background: url('/vergabesymposium/assets/img/logos/aussteller6_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card6 {
    background: url('/vergabesymposium/assets/img/logos/aussteller6_logo_200x100.webp') no-repeat 0 0;
}

#logo-card7 {
    background: url('/vergabesymposium/assets/img/logos/aussteller7_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card7 {
    background: url('/vergabesymposium/assets/img/logos/aussteller7_logo_200x100.webp') no-repeat 0 0;
}

#logo-card8 {
    background: url('/vergabesymposium/assets/img/logos/aussteller8_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card8 {
    background: url('/vergabesymposium/assets/img/logos/aussteller8_logo_200x100.webp') no-repeat 0 0;
}

#logo-card9 {
    background: url('/vergabesymposium/assets/img/logos/aussteller9_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card9 {
    background: url('/vergabesymposium/assets/img/logos/aussteller9_logo_200x100.webp') no-repeat 0 0;
}

#logo-card10 {
    background: url('/vergabesymposium/assets/img/logos/aussteller10_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card10 {
    background: url('/vergabesymposium/assets/img/logos/aussteller10_logo_200x100.webp') no-repeat 0 0;
}

#logo-card11 {
    background: url('/vergabesymposium/assets/img/logos/aussteller11_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card11 {
    background: url('/vergabesymposium/assets/img/logos/aussteller11_logo_200x100.webp') no-repeat 0 0;
}

#logo-card12 {
    background: url('/vergabesymposium/assets/img/logos/aussteller12_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card12 {
    background: url('/vergabesymposium/assets/img/logos/aussteller12_logo_200x100.webp') no-repeat 0 0;
}

#logo-card13 {
    background: url('/vergabesymposium/assets/img/logos/aussteller13_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card13 {
    background: url('/vergabesymposium/assets/img/logos/aussteller13_logo_200x100.webp') no-repeat 0 0;
}

#logo-card14 {
    background: url('/vergabesymposium/assets/img/logos/aussteller14_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card14 {
    background: url('/vergabesymposium/assets/img/logos/aussteller14_logo_200x100.webp') no-repeat 0 0;
}

#logo-card15 {
    background: url('/vergabesymposium/assets/img/logos/aussteller15_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card15 {
    background: url('/vergabesymposium/assets/img/logos/aussteller15_logo_200x100.webp') no-repeat 0 0;
}

#logo-card16 {
    background: url('/vergabesymposium/assets/img/logos/aussteller16_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card16 {
    background: url('/vergabesymposium/assets/img/logos/aussteller16_logo_200x100.webp') no-repeat 0 0;
}

#logo-card17 {
    background: url('/vergabesymposium/assets/img/logos/aussteller17_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card17 {
    background: url('/vergabesymposium/assets/img/logos/aussteller17_logo_200x100.webp') no-repeat 0 0;
}

#logo-card18 {
    background: url('/vergabesymposium/assets/img/logos/aussteller18_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card18 {
    background: url('/vergabesymposium/assets/img/logos/aussteller18_logo_200x100.webp') no-repeat 0 0;
}

#logo-card19 {
    background: url('/vergabesymposium/assets/img/logos/aussteller19_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card19 {
    background: url('/vergabesymposium/assets/img/logos/aussteller19_logo_200x100.webp') no-repeat 0 0;
}

#logo-card20 {
    background: url('/vergabesymposium/assets/img/logos/aussteller20_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card20 {
    background: url('/vergabesymposium/assets/img/logos/aussteller20_logo_200x100.webp') no-repeat 0 0;
}

#logo-card21 {
    background: url('/vergabesymposium/assets/img/logos/aussteller21_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card21 {
    background: url('/vergabesymposium/assets/img/logos/aussteller21_logo_200x100.webp') no-repeat 0 0;
}

#logo-card22 {
    background: url('/vergabesymposium/assets/img/logos/aussteller22_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card22 {
    background: url('/vergabesymposium/assets/img/logos/aussteller22_logo_200x100.webp') no-repeat 0 0;
}

#logo-card23 {
    background: url('/vergabesymposium/assets/img/logos/aussteller23_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card23 {
    background: url('/vergabesymposium/assets/img/logos/aussteller23_logo_200x100.webp') no-repeat 0 0;
}

#logo-card24 {
    background: url('/vergabesymposium/assets/img/logos/aussteller24_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card24 {
    background: url('/vergabesymposium/assets/img/logos/aussteller24_logo_200x100.webp') no-repeat 0 0;
}

#logo-card25 {
    background: url('/vergabesymposium/assets/img/logos/aussteller25_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card25 {
    background: url('/vergabesymposium/assets/img/logos/aussteller25_logo_200x100.webp') no-repeat 0 0;
}

#logo-card26 {
    background: url('/vergabesymposium/assets/img/logos/aussteller26_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card26 {
    background: url('/vergabesymposium/assets/img/logos/aussteller26_logo_200x100.webp') no-repeat 0 0;
}

#logo-card72 {
    background: url('/vergabesymposium/assets/img/logos/aussteller27_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card27 {
    background: url('/vergabesymposium/assets/img/logos/aussteller27_logo_200x100.webp') no-repeat 0 0;
}

#logo-card28 {
    background: url('/vergabesymposium/assets/img/logos/aussteller28_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card28 {
    background: url('/vergabesymposium/assets/img/logos/aussteller28_logo_200x100.webp') no-repeat 0 0;
}

#logo-card29 {
    background: url('/vergabesymposium/assets/img/logos/aussteller29_logo_200x100_schwarz.webp') no-repeat 0 0;
}

.card:hover #logo-card29 {
    background: url('/vergabesymposium/assets/img/logos/aussteller29_logo_200x100.webp') no-repeat 0 0;
}

.level {
    width: 80%;
    padding: 10px;
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
}

h3.bg-lightblue {
    background-color: #4194e0;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: -15px;
    margin-left: -15px;
}

.level--platin {
    background-image: linear-gradient(140deg, #abb5d6 0%, #7d84a7 50%, #abb5d6 75%);
    content: 'Platin Sponsor';
}

.level--gold {
    background-image: linear-gradient(140deg, #f7ee6f 0%, #d6a201 50%, #f7ee6f 75%);
    content: 'Gold Sponsor';
}

.level--silber {
    background-image: linear-gradient(140deg, #cecece 0%, #a1a1a1 50%, #cecece 75%);
    content: 'Silber Sponsor';
}

.level--bronze {
    background-image: linear-gradient(140deg, #c3a174 0%, #9f5702 50%, #c3a174 75%);
    content: 'Bronze Sponsor';
}

.level--platin::before {
    content: 'Platin Sponsor';
}

.level--gold::before {
    content: 'Gold Sponsor';
}

.level--silber::before {
    content: 'Silber Sponsor';
}

.level--bronze::before {
    content: 'Bronze Sponsor';
}

.margin--top-30 {
    margin-top: 30px;
}

.margin--top-45 {
    margin-top: 45px;
}

@media all and (-ms-high-contrast:none) {

    /* IE 11 hacks for gradiant */
    *::-ms-backdrop,
    .about li span {
        color: #003867;
        background-image: none;
        background-color: transparent;
    }

    *::-ms-backdrop,
    .location li span {
        color: #8f8f8f;
        background-image: none;
        background-color: transparent;
    }
}

.videobutton,
.videobutton:hover {
    color: #fff;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-top: 25px;
    font-size: 30px;
}
.videobutton:hover .videobutton__icon {
    color: #ff0000;
    background: #fff;
}
.videobutton:focus {
    outline: 1px solid #fff;
}
.videobutton__icon {
    background: #ff0000;
    font-size: 24px;
    display: flex;
    height: 40px;
    width: 60px;
    border-radius: 5px;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
}

/* new table styles for multi-column agenda */
.screenreader-only {
    position: absolute;
    overflow: hidden;
    left: -10000px;
    top: auto;
    color: #000;
    padding: 0;
    border: none;
    width: 1px;
    height: 1px;
    background: #fff;
}

.table {
  display: table;
  width: 100%;
  border-spacing: 0;
  margin-bottom: 5rem;
  box-shadow: 0 0.3125rem 0.4375rem 0 rgba(0, 0, 0, 0); }

.table__caption {
  margin: 0.9375rem 0;
  font-weight: 500;
  font-size: 1.125rem;
  color: #003865; }

.table__head-cell,
.table__body-cell,
.table__foot-cell {
  padding: 0 0.8125rem; }

.table__head {
  display: table-header-group;
  font-size: 0.875rem; }

.table__head-row {
  display: table-row; }

.table__head-cell {
  display: table-cell;
  vertical-align: middle;
  background: #f3f3f3;
  border-bottom: 0.0625rem solid #cdcdcd;
  color: #000;
  height: calc(3rem + 0.3125rem);
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap; }

.table--sortable .table__head-cell {
  padding: .5rem; }

.table__head-button {
  border-radius: 0;
  border: none;
  background: #f3f3f3;
  color: #000;
  font-size: 0.875rem;
  justify-content: flex-start;
  min-height: calc(3rem + 0.3125rem);
  width: 100%;
  margin: 0; }
  .table__head-button .button__text {
    text-transform: none; }

.table--sortable .table__head-cell.text--align-center .table__head-button {
  justify-content: center; }

.table--sortable .table__head-cell.text--align-right .table__head-button {
  justify-content: flex-end; }

.table__head-button:not(:hover):not(:focus) .icon-sort-up-down::before {
  opacity: 0.2; }

.table__body {
  display: table-row-group; }

.table__body-row {
  display: table-row; }

.table__body .table__body-row:last-child .table__body-cell {
  border-bottom: none; }

.table__body-cell {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  border-bottom: 0.0625rem solid #cdcdcd;
  height: 3rem; }

.table__body-row:hover .table__body-cell {
  background: #eaeff6;
  color: #000; }

.table__foot-cell {
  background: #f3f3f3;
  height: 2.5rem;
  border-bottom: none; }

@media (max-width: 1024px) {
  .table__head {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .table__body-row {
    display: flex;
    flex-direction: column; }
  .table__body-cell {
    align-items: center;
    display: flex;
    height: 100%;
    min-height: 3rem;
    padding: 0 0 0 30% !important;
    position: relative; }
  .table__body-cell:first-child {
    border-top: 0.0625rem solid #cdcdcd; }
  .table__body .table__body-row:last-child .table__body-cell {
    border-bottom: 0.0625rem solid #cdcdcd; }
  .table__body-cell::before,
  .table__body-cell::after {
    content: "";
    display: flex;
    margin-right: 0.625rem;
    min-height: 3rem; }
  .table__body-cell::after {
    align-items: center;
    background: #f3f3f3;
    content: attr(data-head-label);
    height: 100%;
    padding: 0 0.3125rem;
    position: absolute;
    word-wrap: break-word;
    word-break: break-all;
    hyphens: auto;
    left: 0;
    width: 30%;
    min-width: 30%; }
  .table__body-cell:last-child {
    margin-bottom: 1.25rem; }
  .table__body-row:hover .table__body-cell {
    background-color: transparent; }
}

@media (max-width: 1024px) {
  [data-js-dark-mode="true"] .table__body-cell::before {
    background-color: #323743; }
  [data-js-dark-mode="true"] .table__body .table__body-row:last-child .table__body-cell {
    border-bottom-color: #52525a; }
}

.text--align-right {
  text-align: right;
  justify-content: flex-end;
  margin-left: auto; }

.text--align-left {
  text-align: left;
  justify-content: flex-start; }

.text--align-center {
  text-align: center;
  justify-content: center; }

.table .table__head-cell .text--align-left > * {
  margin-right: auto; }

.table .table__head-cell .text--align-center > * {
  margin-left: auto;
  margin-right: auto; }

.table .table__head-cell .text--align-right > * {
  margin-left: auto; }

@media (max-width: 1024px) {
  .table__body-cell.text--align-center {
    justify-content: flex-start;
    margin-left: 0; }
}

/* VS changes to standard table */
.table__head-responsive {
    display: none;
}

.table__body-cell {
    flex-direction: column;
    align-content: flex-start;
    vertical-align: top;
    
}
.table__body-cell:first-child {
    padding-top: .5rem;
}

.table--sortable > thead > tr > th {
    vertical-align: middle;
    border-bottom: none;
}

.table__head-cell {
    color: #505050;
    background-color: #f3f3f3;
    font-size: 1.1em;
}

.table__body-row, .table__head-row {
    border-right: 1px solid rgba(178, 178, 178, 1);
    border-left: 1px solid rgba(178, 178, 178, 1);
}

.table__body-row:last-child {
    border-bottom: 1px solid rgba(178, 178, 178, 1);
}

.table__body-cell h3 {
    color: #1982d1;
    font-weight: 500;
    font-size: 1em;
    margin: 0.25em 0 0.5em 0;
}

.table__body-cell h5 {
    font-size: 0.9em;
    margin: 0.5em 0;
}

.table__body-cell .duration {
    font-size: 0.9em;
    margin: 0.5em 0;
}

.table__body-cell p {
    font-size: 0.8em;
    margin-top: 1em;
}

.timestamp {
    display: block;
    white-space: nowrap;
    font-size: 1rem;
    letter-spacing: 0.1em;
    font-weight: 300;
    margin-top: 0.5em;
}

@media (max-width: 64rem) {
    .table__body-cell {
        align-items: flex-start;
    }
    
    .table:not([class^=table--break-point-]) .table__head-responsive {
        display: flex;
        background-color: #f3f3f3;
        height: 100%;
        padding: .25rem .3125rem .25rem .3125rem;
        position: absolute;
        word-wrap: break-word;
        word-break: break-all;
        hyphens: auto;
        left: 0;
        text-align: left;
        width: 30%;
        min-width: 30%;
        z-index: 2;
        font-size: 0.8em;
    }

    .table:not([class^=table--break-point-]) .table__body-cell::before, .table:not([class^=table--break-point-]) .table__body-cell::after {
        content: "";
        display: flex;
        margin-right: .625rem;
        min-height: 0.25rem;
    }
    
    .table:not([class^=table--break-point-]) .table__body-cell::after {
        align-items: center;
        background-color: #f3f3f3;
        content: attr(data-head-label);
        height: 100%;
        padding: 0 .3125rem;
        position: absolute;
        word-wrap: break-word;
        word-break: break-all;
        hyphens: auto;
        left: 0;
        text-align: left;
        width: 30%;
        min-width: 30%;
        z-index: 1;
    }
}