    /* source-sans-pro-300 - latin */
    
    @font-face {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 300;
        src: local(''), url('/user/themes/vaudeville/assets/fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/user/themes/vaudeville/assets/fonts/source-sans-pro-v21-latin-300.woff') format('woff');
        /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }
    /* source-sans-pro-regular - latin */
    
    @font-face {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        src: local(''), url('/user/themes/vaudeville/assets/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/user/themes/vaudeville/assets/fonts/source-sans-pro-v21-latin-regular.woff') format('woff');
        /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }
    /* source-sans-pro-900 - latin */
    
    @font-face {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 900;
        src: local(''), url('/user/themes/vaudeville/assets/fonts/source-sans-pro-v21-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/user/themes/vaudeville/assets/fonts/source-sans-pro-v21-latin-900.woff') format('woff');
        /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }
    /* Basic */
    
    @-ms-viewport {
        width: device-width;
    }
    
    html {
        height: 100%;
    }
    
    body {
        background: rgb(0, 0, 0);
        height: 100%;
        font-family: "Source Sans Pro", sans-serif;
        color: rgba(185, 186, 187, 0.5);
        letter-spacing: 0.5px;
    }
    
    body.is-loading *,
    body.is-resizing * {
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
    
    input,
    textarea,
    select {
        font-family: "Source Sans Pro", sans-serif;
        color: rgba(185, 186, 187, 0.5);
        letter-spacing: 0.5px;
    }
    
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
        text-decoration: none;
    }
    
    h2 {
        font-size: 2.25em;
        letter-spacing: -2px;
        line-height: 1.25em;
    }
    
    strong,
    b {
        font-weight: 900;
        color: inherit;
    }
    
    em,
    i {
        font-style: italic;
    }
    
    #cvintro p {
        color: white
    }
    /* Navbar */
    
    #nav ul {
        margin: 0;
    }
    
    #nav ul li {
        display: inline-block;
        margin-left: 0.5em;
        font-size: 0.7em;
    }
    
    body {
        text-decoration: none;
    }
    
    .dropdown-item.active,
    .dropdown-item:active {
        background-color: #e3ce0e;
    }
    /* Header */
    
    #header {
        position: sticky;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
    }
    /* CV Color Scheme */
    
    .cvcolor {
        color: #e3ce0e;
    }
    /* Main */
    
    .main {
        position: relative;
        margin: 0;
        overflow-x: hidden;
    }
    
    .main.fullscreen {
        height: 100vh;
    }
    
    .main.style1 {
        text-align: center;
        padding: 3em 0 3em 0;
    }
    
    .main.style1 h2 {
        line-height: 1em;
    }
    
    .main.style1:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    
    .main.style1 .content {
        transition: all 1s ease;
        transform: translateZ(0);
        opacity: 1;
        display: inline-block;
        vertical-align: middle;
    }
    
    .main.style1.inactive .content {
        opacity: 0;
    }
    
    .main.style2 {
        padding: 3em 0 3em 0;
        overflow: hidden;
    }
    
    .main.style2 .content {
        transition: all 1s ease;
        transform: translateZ(0);
        position: relative;
        width: 35%;
        display: inline-block;
        vertical-align: middle;
    }
    
    .main.style2.left:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    
    .main.style2.left .content {
        left: 0;
    }
    
    .main.style2.right:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    
    .main.style2.right .content {
        left: 65%;
    }
    
    .main.style2.inactive.left .content {
        left: -35%;
    }
    
    .main.style2.inactive.right .content {
        left: 100%;
    }
    
    .main.style3 {
        text-align: center;
        padding: 6em 0 6em 0;
    }
    
    .main.style3 .content>header {
        margin-bottom: 2em;
    }
    
    .main.style3.primary {
        background: #fff;
    }
    
    .main.style3.secondary {
        background: #f5f6f7;
    }
    /*Parallax Effect */
    
    .paral {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 256px 256px, cover;
    }
    
    .cvparal {
        background-size: 256px 256px, cover;
        background-attachment: fixed, fixed;
        background-position: top left, bottom center;
    }
    /* Button */
    
    input[type=button],
    input[type=submit],
    input[type=reset],
    .button,
    button {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        transition: all 0.2s ease-in-out;
        border: 0;
        border-radius: 3.5em;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        /* height: 3.5em; */
        line-height: 3.5em;
        outline: 0;
        padding: 0 2em 0 2em;
        position: relative;
        text-align: center;
        text-decoration: none;
    }
    
    input[type=button].down,
    input[type=submit].down,
    input[type=reset].down,
    .button.down,
    button.down {
        width: 5em;
        height: 5em;
        line-height: 4.5em;
        padding: 0;
        background-image: url("images/dark-arrow.svg");
        background-position: center center;
        background-repeat: no-repeat;
        text-indent: -10em;
        overflow: hidden;
    }
    
    input[type=button].down.anchored,
    input[type=submit].down.anchored,
    input[type=reset].down.anchored,
    .button.down.anchored,
    button.down.anchored {
        bottom: 0;
        border-bottom: 0;
        border-radius: 3em 3em 0 0;
        height: 4.5em;
        margin-left: -2.5em;
    }
    
    input[type=button].anchored,
    input[type=submit].anchored,
    input[type=reset].anchored,
    .button.anchored,
    button.anchored {
        position: absolute;
        left: 50%;
    }
    
    input[type=button]:hover,
    input[type=submit]:hover,
    input[type=reset]:hover,
    .button:hover,
    button:hover {
        background-color: transparent;
    }
    
    input[type=button]:active,
    input[type=submit]:active,
    input[type=reset]:active,
    .button:active,
    button:active {
        background-color: transparent;
    }
    /*
input[type=button].style2,
input[type=submit].style2,
input[type=reset].style2,
.button.style2,
button.style2 {
    background-color: transparent;
    border: solid 2px #e5e6e7;
    color: inherit;
}

input[type=button].style2:hover,
input[type=submit].style2:hover,
input[type=reset].style2:hover,
.button.style2:hover,
button.style2:hover {
    background-color: rgba(145, 146, 147, 0.035);
}
*/
    
    input[type=button].style2.down,
    input[type=submit].style2.down,
    input[type=reset].style2.down,
    .button.style2.down,
    button.style2.down {
        background-image: url("images/arrows.svg");
    }
    /* Box */
    
    .box {
        background: #fff;
        color: #39454b;
        padding: 2em;
    }
    
    .box.style2 {
        padding: 3.5em 2.5em 3.5em 2.5em;
    }
    /* List */
    
    ul.menu {
        cursor: default;
    }
    
    ul.menu li {
        display: inline-block;
        line-height: 1em;
        border-left: solid 1px rgba(145, 146, 147, 0.25);
        padding: 0 0 0 0.5em;
        margin: 0 0 0 0.5em;
    }
    
    ul.menu li:first-child {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }
    
    ul.actions {
        cursor: default;
        padding-left: 0px;
    }
    
    ul.actions li {
        display: inline-block;
        margin: 0 0 0 0.5em;
    }
    
    ul.actions li:first-child {
        margin-left: 0;
    }
    /* Form */
    
    form label {
        display: block;
    }
    
    form input[type=text],
    form input[type=email],
    form input[type=password],
    form input[type=tel],
    form select,
    form textarea {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
        display: block;
        width: 100%;
        padding: 0.65em 0.75em;
        background: none;
        border: solid 2px #e3ce0e;
        color: inherit;
        border-radius: 0.5em;
        outline: none;
    }
    
    form input[type=text]:focus,
    form input[type=email]:focus,
    form input[type=password]:focus,
    form select:focus,
    form textarea:focus {
        border-color: #9ac8e9;
    }
    
    form input[type=text],
    form input[type=email],
    form input[type=password] {
        line-height: 1.35em;
    }
    
    form select {
        line-height: 1.35em;
    }
    
    form textarea {
        min-height: 8em;
    }
    
    form .formerize-placeholder,
    form ::-webkit-input-placeholder,
    form :-moz-placeholder,
    form ::-moz-placeholder,
    form :-ms-input-placeholder {
        color: rgba(145, 146, 147, 0.85) !important;
    }
    
    form ::-moz-focus-inner {
        border: 0;
    }
    /* Table */
    
    table {
        width: 100%;
    }
    
    table.default {
        width: 100%;
    }
    
    table.default tbody tr:nth-child(2n+2) {
        background: #f4f4f4;
    }
    
    table.default td {
        padding: 0.5em 1em 0.5em 1em;
    }
    
    table.default th {
        text-align: left;
        font-weight: 900;
        padding: 0.5em 1em 0.5em 1em;
    }
    
    table.default thead {
        background: #444;
        color: #fff;
    }
    
    table.default tfoot {
        background: #eee;
    }
    /* Contact */
    
    #contact a {
        color: #999;
        color: rgb(255, 255, 255);
        text-decoration: none;
    }
    
    #contact .social {
        color: #999;
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 2em;
    }
    
    #overlay {
        position: absolute;
        z-index: 10;
        width: 80%;
        height: 20%;
        background: black;
    }
    
    .cvgallery ul {
        list-style-type: none;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }
    
    .cvgallery ul li {
        margin-left: 25px;
        margin-right: 25px;
    }
    
    .imgBox:hover {
        -moz-box-shadow: 0 0 10px #e3ce0e;
        -webkit-box-shadow: 0 0 10px #e3ce0e;
        box-shadow: 0 0 10px #e3ce0e;
    }
    
    .fade-in {
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        /* Firefox */
        -webkit-animation: fadein 2s;
        /* Safari and Chrome */
        -o-animation: fadein 2s;
        /* Opera */
    }
    
    @keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    @-moz-keyframes fadein {
        /* Firefox */
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    @-webkit-keyframes fadein {
        /* Safari and Chrome */
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    @-o-keyframes fadein {
        /* Opera */
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    .eventbackground {
        background-image: url('/user/themes/vaudeville/assets/css/images/overlay.png'), url('/user/pages/02.programm/bg_event.webp');
    }
    
    .eventbackground-modular {
        background-image: url('/user/themes/vaudeville/assets/css/images/overlay.png'), url('/user/pages/01.home/_naechstetermine/bg_cv.webp');
        background-size: cover;
    }
    
    .carousel-item img {
        object-fit: cover;
        object-position: 50% 50%;
    }
    
    .pe-cursor {
        cursor: pointer;
    }
    
    .page-link {
        position: relative;
        display: block;
        color: #e3ce0e;
        text-decoration: none;
        background-color: rgb(0 0 0 / 0%);
        border: 1px solid #e3ce0e;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    
    .page-item.active .page-link {
        z-index: 3;
        color: #212529;
        background-color: #e3ce0e;
        border-color: #e3ce0e;
    }
    
    .sf-acts {
        padding: 80px 0 100px 0;
    }
    
    .sf-acts {
        background-color: #080622;
    }
    
    .sf-acts h2 {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 18px;
        margin-bottom: 25px;
        opacity: 0.5;
    }
    
    .sf-acts ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }
    
    .sf-acts ul li {
        margin-left: 25px;
        margin-right: 25px;
    }
    
    .sf-acts-name {
        text-transform: uppercase;
        font-size: 36px;
        font-weight: bold;
    }
    
    .sf-acts-stage {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transform: translateY(-14px);
        transform: translateY(-14px);
        padding-left: 2px;
    }
    
    .sf-acts-stagetime {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transform: translate(-100px, 2px);
        transform: translate(-100px, 2px);
        padding-left: 2px;
    }