/* VOLLSTÄNDIGE STYLE.CSS - Mit allen verwendeten Komponenten */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');

/* ====================================================================
   RESET & GLOBAL SETTINGS
   ==================================================================== */

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

body {
    font-size: 14px;
    color: #787878;
    line-height: 1.6em;
    font-weight: 400;
    background: #060606;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Roboto Condensed', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #d6183f;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
}

h2 { margin: 10px 0px; }

textarea { overflow: hidden; }
button { outline: none !important; cursor: pointer; }

p, .text {
    font-size: 19px;
    line-height: 40px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

/* Platzhalter */
::-webkit-input-placeholder { color: #848484; }
::-moz-input-placeholder { color: #848484; }
::-ms-input-placeholder { color: #848484; }

/* Container */
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure { margin-bottom: 0; }

.centered { text-align: center !important; }
.pull-right { float: right; }
.pull-left { float: left; }
.theme_color { color: #d6183f; }

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after { display: none; }
.fa { line-height: inherit; }

/* Seatmap Scroll */
.seatmapscroll { overflow: auto; }
#map-section { padding-top: 50px; padding-bottom: 50px; }

/* ====================================================================
   BUTTONS
   ==================================================================== */

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

/* Btn Style One */
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-style-one:hover { color: #d6183f; }

.btn-style-one .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 18px 56px;
    background-color: #d6183f;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-title {
    color: #d6183f;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-one .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-one:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

/* Btn Style Two */
.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #d6183f;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-style-two:hover {
    color: #d6183f;
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 8px 28px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-title {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-two .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #d6183f;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-two:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

/* ====================================================================
   SOCIAL ICONS
   ==================================================================== */

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    margin-left: 40px;
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 30px;
    color: #341c77;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #d6183f;
}

.social-icon-one li:first-child {
    margin-left: 0;
}

.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
    margin-left: 30px;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: #d6183f;
}

.social-icon-two li:first-child {
    margin-left: 0;
}

/* ====================================================================
   PRELOADER
   ==================================================================== */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0,0,0,0);
}

.preloader .icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.page-loaded .preloader .icon {
    opacity: 0;
}

.preloader:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.page-loaded .preloader:before {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

.preloader:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d6183f;
    z-index: 2;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.page-loaded .preloader:after {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

/* ====================================================================
   HEADER
   ==================================================================== */

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99999;
    background-color: #0c0a0a;
}

/* Header Top */
.main-header .header-top {
    position: relative;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
}

.main-header .header-top .info-list {
    position: relative;
    float: right;
}

.main-header .header-top .info-list li {
    position: relative;
    float: left;
    font-size: 15px;
    line-height: 30px;
    color: #838383;
    font-weight: 400;
    padding: 20px 0px;
}

.main-header .header-top .info-list li a {
    display: inline-block;
    color: #c8bee3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .info-list li a:hover {
    color: #d6183f;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

/* Social Icons */
.main-header .header-top .top-right .social-icons {
    position: relative;
    padding: 22px 0px;
}

.main-header .header-top .top-right .social-icons li {
    position: relative;
    margin-left: 25px;
    display: inline-block;
}

.main-header .header-top .top-right .social-icons li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .top-right .social-icons li a:hover {
    color: #d6183f;
}

/* Header Upper */
.main-header .header-upper {
    position: relative;
    background-color: #000000;
    padding: 0px 20px;
}

.main-header .header-upper .logo-outer {
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 2;
    margin-top: -50px;
    transform: translateX(-50%);
}

.main-header .header-upper .logo {
    position: relative;
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.main-header .header-upper .social-links {
    position: relative;
    float: left;
    padding: 39px 0;
    margin-left: 75px;
}

/* Navigation */
.main-header .nav-outer {
    position: relative;
    float: right;
    width: 100%;
    z-index: 1;
}

.main-header .header-upper .nav-outer:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0px;
    z-index: 2;
    width: 542px;
    height: 158px;
    margin-top: -1px;
    transform: translateX(-50%);
    background: url(../images/icons/header-lower-bg.png) no-repeat;
    background-position: center center;
}

.main-header .header-lower {
    position: relative;
    width: 100%;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
}

.main-menu {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    z-index: 2;
    padding: 25px 0px;
    margin-right: 65px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
    margin-right: 0px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    opacity: 1;
    color: #848484;
    padding: 0px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}

.main-menu .navigation > li > a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 50%;
    height: 3px;
    width: 0px;
    z-index: -1;
    margin-top: -2px;
    background-color: #d6183f;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > a:before {
    display: none;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
    width: 100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: #ffffff;
}

/* Dropdown Menu */
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 0px 0px;
    background-color: #ffffff;
    border-top: 2px solid #d6183f;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    background: #d6183f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover:before {
    width: 100%;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #252525;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #ffffff;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: -2px;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 0px 0px;
    background-color: #ffffff;
    border-top: 2px solid #d6183f;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    background: #d6183f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover:before {
    width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #252525;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    float: right;
    padding: 30px 0;
}

.main-header .outer-box .btn-box {
    position: relative;
    float: right;
}

.main-header .outer-box .btn-box .theme-btn {
    text-transform: uppercase;
    display: block;
}

/* ====================================================================
   STICKY HEADER
   ==================================================================== */

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #000000;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 0px 0px;
}

.sticky-header .main-menu .navigation,
.sticky-header .main-menu .navigation > li {
    float: left;
}

.sticky-header .main-menu .navigation > li {
    margin-left: 32px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before {
    display: none;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 20px 0px !important;
    line-height: 30px;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 19px 0px;
}

.sticky-header .main-menu .navigation > li > a:before {
    display: none;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
    opacity: 1;
    color: #d6183f;
}

/* ====================================================================
   MOBILE NAVIGATION
   ==================================================================== */

.mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #d6183f;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #d6183f;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    color: #d6183f;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #d6183f;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover {
    color: #d6183f;
}

.mobile-menu .navigation li.current > a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255,255,255,0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #d6183f;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: #d6183f;
}

/* ====================================================================
   LOGO & BRANDING
   ==================================================================== */

.logo {
    width: 250px;
    margin: 0px auto;
}

.logo_text a {
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
}

.logo_text {
    margin: 20px 0px 20px;
}

.hautsponsoren {
    /* margin-left: 20px; */
    padding-top: 20px;
    /* width: 200px; */
}

.hautsponsoren img:hover {
    opacity: 1;
}

.hautsponsoren img {
    width: 100px;
}

/* ====================================================================
   SECTION TITLE
   ==================================================================== */

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 20px;
    color: #d6183f;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1.1em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.sec-title.light h2 {
    color: #ffffff;
}

/* ====================================================================
   BANNER SECTION
   ==================================================================== */

.banner-section {
    position: relative;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 230px 0px;
}

.banner-section.style-two .slide-item {
    padding: 170px 0px 200px;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.banner-carousel .slide-item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 105%;
    width: 100%;
    background-color: #09031c;
    opacity: .50;
    content: "";
    z-index: 1;
}

.banner-carousel .content-box {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0px;
    z-index: 5;
}

.banner-section.style-two .content-box {
    max-width: 100%;
    text-align: left;
    padding: 0px;
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 70px;
    line-height: .9em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 30px;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.banner-section.style-two .content-box h2 {
    margin-bottom: 20px;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .content-box .text {
    display: block;
    font-size: 24px;
    line-height: 1.6em;
    color: rgba(255,255,255,0.60);
    font-weight: 400;
    opacity: 0;
    max-width: 700px;
    margin-bottom: 40px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    font-family: 'Roboto Condensed', sans-serif;
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    z-index: 9;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.style-two .banner-carousel .active .content-box .btn-box {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-section .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section:hover .owl-nav {
    opacity: 1;
}

.banner-section .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    background: #ffffff;
    height: 80px;
    width: 40px;
    border-radius: 0;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 80px;
    color: #020202;
    font-size: 24px;
    opacity: .90;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    background: #ffffff;
    height: 80px;
    width: 40px;
    border-radius: 0;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 80px;
    color: #020202;
    font-size: 24px;
    opacity: .90;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
    opacity: 1;
}

.banner-section .owl-dots {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 57px;
    text-align: center;
    padding-top: 20px;
    border-bottom: 13px solid #000000;
    background: url(../images/icons/pagers-curve.png) center top no-repeat;
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 4px;
}

.banner-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #4d4d4d;
    border: 1px solid transparent;
    border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span {
    background: #d6183f;
    border-color: #d6183f;
}

.banner-section.style-two .owl-dots {
    bottom: 40px;
    height: auto;
    padding: 0;
    border: none;
    background: none;
}

/* ====================================================================
   PAGE BANNER
   ==================================================================== */

.page-banner {
    position: relative;
    padding: 140px 0 90px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-bottom: 1px solid #302f2f;
}

.page-banner .inner-container {
    position: relative;
    z-index: 5;
}

.page-banner h1 {
    position: relative;
    font-size: 70px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.page-banner .bread-crumb {
    position: relative;
    display: inline-block;
}

.page-banner .bread-crumb li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px;
}

.page-banner .bread-crumb li:before {
    position: absolute;
    right: -3px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    content: ".";
}

.page-banner .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before {
    display: none;
}

.page-banner .bread-crumb li a {
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover {
    color: #d6183f;
}

/* ====================================================================
   GALLERY SECTIONS
   ==================================================================== */

.gallery-section {
    position: relative;
    padding: 105px 0px 90px;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.75);
}

/* Gallery Block */
.gallery-block {
    position: relative;
}

.gallery-block .inner-box {
    position: relative;
    border: 1px solid #26292e;
}

.gallery-block .inner-box .image {
    position: relative;
}

.gallery-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.gallery-block .inner-box .image .overlay-box {
    position: absolute;
    left: 58px;
    top: 58px;
    right: 58px;
    bottom: 58px;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner {
    position: static;
    height: 100%;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner .content {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.gallery-block .inner-box .image .overlay-box .title {
    position: relative;
    color: #d6183f;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery-block .inner-box .image .overlay-box h2 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}

.gallery-block .inner-box .image .overlay-box h2 a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-block .inner-box .image .overlay-box h2 a:hover {
    color: #d6183f;
}

/* Gallery Section Three */
.gallery-section-three {
    position: relative;
    padding: 20px 0px;
}

/* Gallery Item */
.gallery-item {
    position: relative;
    margin-bottom: 30px;
}

.gallery-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-item .image-box {
    position: relative;
    display: block;
    margin: 0px;
}

.gallery-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-item .overlay-box {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: rgba(0,0,0,0.70);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}

.gallery-item .inner-box:hover .overlay-box {
    opacity: 1;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}

.gallery-item .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.gallery-item .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-item .overlay-inner .link {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0px 5px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0;
}

.gallery-item .overlay-inner .link .icon {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    background-color: #d6183f;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    z-index: 1;
}

.gallery-item .inner-box .overlay-inner .link:nth-child(1) {
    top: -40px;
}

.gallery-item .inner-box .overlay-inner .link:nth-child(2) {
    top: 40px;
}

.gallery-item .inner-box:hover .overlay-inner .link {
    top: 0;
    opacity: 1;
    transition: all 500ms ease 600ms;
    -webkit-transition: all 500ms ease 600ms;
    -ms-transition: all 500ms ease 600ms;
    -o-transition: all 500ms ease 600ms;
}

.gallery-item .inner-box:hover .overlay-inner .link {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-item .overlay-inner .link {
    position: relative;
}

.gallery-item .overlay-inner .link:hover .icon {
    color: #d6183f;
    background-color: #ffffff;
}

/* ====================================================================
   WELCOME SECTION
   ==================================================================== */

.welcome-section {
    position: relative;
    padding: 115px 0px 115px;
}

.welcome-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    height: 213px;
    background: url(../images/background/1.png);
    background-size: cover;
}

.welcome-section .lower-box {
    position: relative;
    padding-top: 30px;
    text-align: center;
}

.welcome-section .lower-box .text {
    position: relative;
    color: #848484;
    font-size: 20px;
    /* max-width: 789px; */
    margin: 0 auto;
    line-height: 1.7em;
    margin-bottom: 40px;
}

/* ====================================================================
   WELCOME SECTION TWO
   ==================================================================== */


.news-section, .team-section {padding: 20px;background: url(../images/background/8.png) #202020 no-repeat;}

.welcome-section-two {
    position: relative;
    padding: 0px 0px 0px;
}

.welcome-section-two .auto-container {
    position: relative;
    padding-top: 110px;
}

.welcome-section-two .auto-container:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 200000px;
    height: 100%;
    background-color: #000000;
}

.welcome-section-two .title-column {
    position: relative;
    margin-bottom: 40px;
}

.welcome-section-two .title-column .inner-column {
    position: relative;
    z-index: 1;
    padding-right: 70px;
}

.welcome-section-two .title-column .sec-title {
    margin-bottom: 30px;
}

.welcome-section-two .title-column .text {
    position: relative;
    color: #848484;
    font-size: 20px;
    line-height: 1.7em;
    margin-bottom: 45px;
}

.welcome-section-two .image-column {
    position: relative;
}

.welcome-section-two .image-column .inner-column {
    position: relative;
}

.welcome-section-two .image-column .image {
    position: relative;
}

.welcome-section-two .image-column .image img {
    max-width: inherit;
}

/* ====================================================================
   FORM STYLING
   ==================================================================== */

.default-form {
    position: relative;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="url"],
.default-form input[type="tel"],
.default-form input[type="search"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 80px;
    font-size: 15px;
    padding: 10px 30px;
    background: #1b1a1a;
    color: #ffffff;
    font-weight: 400;
    border: 1px solid rgba(255,255,255,0);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Roboto Condensed', sans-serif;
}

.default-form textarea {
    height: 260px;
    resize: none;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form input[type="url"]:focus,
.default-form input[type="tel"]:focus,
.default-form input[type="search"]:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #d6183f;
}

.default-form input.error,
.default-form input.error,
.default-form textarea.error {
    border-color: #ff0000;
}

.default-form label.error {
    text-transform: capitalize;
    padding-top: 10px;
    display: block;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

/* ====================================================================
   CONTACT FORM SECTION
   ==================================================================== */

.contact-form-section {
    position: relative;
    padding-top: 110px;
}

.contact-form-section.style-two {
    padding-bottom: 90px;
}

.contact-form-section .title-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-form-section .title-column .inner-column {
    position: relative;
    padding-right: 65px;
}

.contact-form-section .title-column .sec-title {
    margin-bottom: 25px;
}

.contact-form-section .title-column .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 45px;
}

.contact-form-section .title-column .social-icons {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #302f2f;
}

.contact-form-section .title-column .social-icons li {
    position: relative;
    margin-right: 30px;
    display: inline-block;
}

.contact-form-section .title-column .social-icons li a {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-section .title-column .social-icons li a:hover {
    color: #d6183f;
}

/* ====================================================================
   SPONSORS SECTION
   ==================================================================== */

.sponsors-section {
    position: relative;
    padding: 50px 0px 49px;
    /* border-top: 1px solid #302f2f; */
    background: black;
}

.sponsors-section.no-border {
    border: none;
}

.sponsors-section.dark-bg {
    background: #000000;
    border: none;
}

.sponsors-section .sponsors-outer {
    position: relative;
}

.sponsors-section .sponsors-outer .owl-dots,
.sponsors-section .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}

.sponsors-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
}

.sponsors-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.6;
}

.sponsors-section .sponsors-outer .image-box img:hover {
    opacity: 1;
}

/* ====================================================================
   TEAM SECTION
   ==================================================================== */

.team-section {
    /* background: rgb(32 32 32); */
    padding: 50px 0px;
}

/* ====================================================================
   FOOTER
   ==================================================================== */

.main-footer {
    position: relative;
    background-color: #060606;
    /* margin-top: 20px; */
}

.main-footer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    height: 213px;
    background: url(../images/background/6.png);
    background-size: cover;
}

.main-footer .widgets-section {
    position: relative;
    padding: 100px 0px 70px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-title {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .footer-title h2 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 2em;
}

.main-footer .links-widget .widget-content {
    padding-left: 50px;
}

.main-footer .links-widget .list li {
    position: relative;
    margin-bottom: 15px;
}

.main-footer .links-widget .list li a {
    position: relative;
    color: #848484;
    font-size: 16px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget .list li a:hover {
    color: #d6183f;
}

.main-footer .newsletter-widget .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 25px;
}

/* Newsletter Form */
.newsletter-form {
    position: relative;
}

.newsletter-form form {
    position: relative;
}

.newsletter-form .form-group {
    position: relative;
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 80px;
    display: inline-block;
    font-size: 16px;
    background: none;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid rgba(0,0,0,0);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #1b1a1a;
}

.newsletter-form .form-group input[type="text"]:focus,
.newsletter-form .form-group input[type="email"]:focus,
.newsletter-form .form-group input[type="tel"]:focus {
    border-color: #d6183f;
}

.newsletter-form .form-group input::-webkit-input-placeholder {
    color: #848484;
}

.newsletter-form .form-group .newsletter-btn {
    position: absolute;
    width: 70px;
    height: 80px;
    top: 0px;
    right: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 0px;
    display: inline-block;
    background: none;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 25px 0px;
    border-top: 1px solid #302f2f;
    background: url(../images/background/3.jpg) repeat;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #848484;
    font-size: 15px;
}

.main-footer .footer-bottom .social-icons {
    position: relative;
    text-align: right;
}

.main-footer .footer-bottom .social-icons li {
    position: relative;
    margin-left: 30px;
    display: inline-block;
}

.main-footer .footer-bottom .social-icons li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .social-icons li a:hover {
    color: #d6183f;
}

/* Scroll To Top */
.main-footer .footer-bottom .scroll-to-top {
    position: absolute;
    left: 50%;
    top: -30px;
    width: 53px;
    height: 53px;
    color: #ffffff;
    font-size: 20px;
    line-height: 53px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #d6183f;
    border-radius: 0px;
    margin-left: -26px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .scroll-to-top:hover {
    background: #ffffff;
    color: #d6183f;
}

/* ====================================================================
   MAP SECTION
   ==================================================================== */

.map-section {
    position: relative;
    padding: 50px 0px 50px;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-canvas {
    height: 450px;
}

/* ====================================================================
   UTILITY CLASSES
   ==================================================================== */

/* Event Section */
.event-subtitle, .event-details {
    color: #f1e102;
    font-size: 19px;
    padding: 3px 0px;
}
.event-details {
  line-height:25px;
}

.btn-box {
    margin-top: 20px;
}

/* Section Blocks */
.sectionblock {
    background: #1a1a1a;
    padding: 10px;
    margin-bottom: 48px;
    border: 1px solid #515151;
    margin-top: 15px;
}

.sectionblock input {
    padding: 5px;
}

/* Reservierungsdetails */
.reservierungsdetails table {
    background: #ffffff;
    color: black;
    margin: 20px 0px 13px 0px;
}

.reservierungsdetails thead {
    font-weight: bold;
    background: #d6183f;
    color:white;

}

.reservierungsdetails .table-bordered td {
    border: 1px solid #ebebeb;
}

.reservierungsdetails .table thead th {
    border-bottom: 1px solid white;
    border-top: 0px;
}

.reservierungsdetails tr:nth-child(even) {
    background-color: #dddddd;
}

.reservierungsdetails {
    margin-bottom: 40px;
}

/* Intro */
.intro {
    color: white;
    text-align: center;
    margin-bottom: 50px;
}

/* Modal Backdrop */
.modal-backdrop {
    display: none !important;
}

/* List Style */
.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 13px;
}

.list-style-one li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 0px;
    color: #d6183f;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
    color: #44bce2;
}

/* ====================================================================
   FAQ SECTION
   ==================================================================== */

.faq-section {
    position: relative;
    padding: 100px 0px 100px;
}

.faq-section .inner-container {
    position: relative;
}

.faq-section .inner-container:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0px;
    width: 1px;
    bottom: 0px;
    background-color: #302f2f;
}

.faq-section .column {
    position: relative;
    float: left;
    padding: 0px;
}

.faq-section .column .question-block-two:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

/* Question Block Two */
.question-block-two {
    position: relative;
    margin-bottom: 90px;
    padding-bottom: 90px;
    border-bottom: 1px solid #302f2f;
}

.question-block-two .inner-box {
    position: relative;
    padding-right: 70px;
    padding-left: 135px;
}

.question-block-two .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 94px;
    height: 94px;
    color: #ffffff;
    font-size: 40px;
    line-height: 92px;
    text-align: center;
    border: 1px solid #302f2f;
    background: url(../images/background/4.jpg) no-repeat;
    background-size: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.question-block-two .inner-box .icon-box .icon {
    position: relative;
}

.question-block-two .inner-box:hover .icon-box {
    color: #d6183f;
}

.question-block-two .inner-box h3 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.question-block-two .inner-box h3 a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.question-block-two .inner-box:hover h3 a {
    color: #d6183f;
}

.question-block-two .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.9em;
    margin-top: 30px;
}

.question-block-two.alternate {
    padding-left: 80px;
}

.question-block-two.alternate .inner-box {
    padding-right: 0px;
}

/* ====================================================================
   QUESTIONS SECTION (Alternative Layout)
   ==================================================================== */

.questions-section {
    position: relative;
    padding-top: 70px;
}

.questions-section .inner-container {
    position: relative;
}

.questions-section .inner-container:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0px;
    width: 1px;
    bottom: 100px;
    background-color: #302f2f;
}

.questions-section .inner-container:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 50%;
    width: 100%;
    height: 1px;
    margin-top: -50px;
    background-color: #302f2f;
}

.questions-section .inner-container .row {
    margin: 0px -60px;
}

.questions-section .inner-container .question-block {
    padding: 0px 60px;
}

.questions-section .inner-container .question-block:nth-child(3),
.questions-section .inner-container .question-block:nth-child(4) {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.question-block {
    position: relative;
    margin-bottom: 90px;
}

.question-block .inner-box {
    position: relative;
    padding-left: 135px;
    padding-bottom: 90px;
}

.question-block .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 94px;
    height: 94px;
    color: #ffffff;
    font-size: 40px;
    line-height: 92px;
    text-align: center;
    border: 1px solid #302f2f;
    background: url(../images/background/4.jpg) no-repeat;
    background-size: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.question-block .inner-box .icon-box .icon {
    position: relative;
}

.question-block .inner-box:hover .icon-box {
    color: #d6183f;
}

.question-block .inner-box h3 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.question-block .inner-box h3 a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.question-block .inner-box:hover h3 a {
    color: #d6183f;
}

.question-block .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.9em;
    margin-top: 30px;
}

/* ====================================================================
   DEFAULT PORTFOLIO ITEM (Welcome Section Überlagerungen)
   ==================================================================== */

.default-portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.default-portfolio-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.default-portfolio-item .image-box {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.default-portfolio-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.default-portfolio-item .overlay-box {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    padding: 0px;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.default-portfolio-item .inner-box:hover .overlay-box {
    top: 0px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.default-portfolio-item .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 20px;
    background: rgba(0,0,0,0.70);
}

.default-portfolio-item .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.default-portfolio-item .overlay-inner h3 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.default-portfolio-item .overlay-inner h3 a {
    position: relative;
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner h3 a:hover {
    color: #d6183f;
}

.post-actions{padding:20px;}