@media (min-width: 993px) {
    .desktop-hide {
        display: none !important;
    }
    
    .desktop-big-headline-padding {
        padding-right: 0px;
    }
    
    .search-content {
        position: relative;
        margin-top: 40px;
        padding-top: 100px;
        min-height: 600px;
        margin-bottom: 40px;
    }
    
    .loading-search {
        margin-top: 60px;
        text-align: center;
        font-size: 80px;
        color: #DDDDDD;
        min-height: 500px;
        margin-top: 40px;
        padding-top: 150px;
    }
    
    .desktop-container-margin {
        margin-top: 40px !important;
    }
}
 
@media (min-width: 768px) {
    .ipad-hide {
        display: none;
    }
}
 
@media (max-width: 767px) {
    .small-mobile-text-center {
        text-align: center !important;
    }
    
    .small-mobile-full-width {
        width: 100% !important;
    }
    
    .small-mobile-hide {
        display: none !important;
    }
    
    .small-mobile-left-headline-padding {
        padding-right: 15px !important;
    }
    .small-mobile-right-headline-padding {
        padding-left: 15px !important;
    }
    
    .small-mobile-no-padding-top {
        padding-top: 0px !important;
    }
    
    .small-mobile-no-container-margin {
        margin-top: 0px !important;
    }
    
    .small-mobile-no-bottom-margin {
        margin-bottom: 0px !important;
    }
    
    .small-mobile-bigheadline {
        width: 100% !important;
        height: 245px !important;
        margin-bottom: 10px !important;
        z-index: 1 !important;
    }
    
    .small-mobile-bigheadline_text {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important;
        position: absolute !important;
        z-index: 4 !important;
        bottom: 0 !important;
        color: white !important;
        font-size: 16px !important;
        font-family: Oswald !important;
        padding-bottom: 10px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 992px) {
    .mobile-hide {
        display: none !important;
    }
    .mobile-left-headline-padding {
        padding-right: 7px;
    }
    .mobile-right-headline-padding {
        padding-left: 7px;
    }
    .search-content {
        position: relative;
        margin-top: 40px;
        padding-top: 20px;
        min-height: 400px;
        margin-bottom: 40px;
    }
    
    .loading-search {
        margin-top: 60px;
        text-align: center;
        font-size: 80px;
        color: #DDDDDD;
        min-height: 500px;
        margin-top: 40px;
        padding-top: 40px;
    }
}

html, body { height: 100%; width: 100%; margin: 0; }

body {
    background: #FFFFFF !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans';
    color: #454545;
}

.display-table {
    display: table;
    table-layout: fixed;
}

.display-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

/* PAGE DESIGN */

.loading {
    margin-top: 60px;
    text-align: center;
    font-size: 80px;
    color: #DDDDDD;
    min-height: 500px;
}

.loading-small {
    text-align: center;
    font-size: 30px;
    color: #DDDDDD;
    padding: 20px;
}

.solidline {
    border-top: 1px solid #E6E6E6;
    margin-top: 20px;
    margin-bottom: 20px;
}

.greybox {
    padding: 15px;
    margin-bottom: 30px;
    background-color: #F5F5F5;
}

.greybox-data {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-family: Oswald;
    text-transform: uppercase;
}

.black-circle {
    color: white;
    display: inline-block;
    height: 48px;
    width: 48px;
    border-radius: 48px;
    background-color: #C80000;
    text-align: center;
    font-size: 22px;
    padding-top: 7px;
    padding-left: 1px;
    vertical-align: middle;
}

.clear {
    clear: both;
}

/* TEXT */

a:link {color:#C80000; text-decoration:none; font-weight:500;}
a:visited {color:#C80000; text-decoration:none; font-weight:500;}
a:hover {color:#C80000; text-decoration:underline; font-weight:500;}
a:active {color:#C80000; text-decoration:none; font-weight:500;}

a.titlelink:link {color:#202020; text-decoration:none; font-weight:600;}
a.titlelink:visited {color:#202020; text-decoration:none; font-weight:600;}
a.titlelink:hover {color:#454545; text-decoration:none; font-weight:600;}
a.titlelink:active {color:#202020; text-decoration:none; font-weight:600;}

a.greylink:link {color:#999999; text-decoration:none; font-weight:500;}
a.greylink:visited {color:#999999; text-decoration:none; font-weight:500;}
a.greylink:hover {color:#C80000; text-decoration:underline; font-weight:500;}
a.greylink:active {color:#999999; text-decoration:none; font-weight:500;}

a.noline:hover {text-decoration:none !important;}

h1.bigtitle {
    font-family: Oswald;
    font-size: 40px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
}

h1.title {
    font-family: Oswald;
    font-size: 32px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
}

h2.title {
    font-family: Oswald;
    font-size: 32px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
}

h1.mediumtitle {
    font-family: Oswald;
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
}

h2.mediumtitle {
    font-family: Oswald;
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
}

h2.minititle {
    font-family: Oswald;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
}

h2.footertitle {
    font-family: Oswald;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: white;
}

h2.smalltitle {
    font-family: Oswald;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
}

h3.smalltitle {
    font-family: Oswald;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
}

h3.tinytitle {
    font-family: Oswald;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.imghover {opacity: 1;}
.imghover:hover {opacity: 0.8;}

/* BUTTONS */

.black-button {
    display: inline-block;
    width: 29%;
    background-color: black;
    color: white;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 9px;
    cursor: pointer;
    font-family: Oswald;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.black-button:hover {
    opacity: 0.7;
}

/* MENU */

.menu-bar {
    width: 100%;
    font-family: Oswald;
    background-color: #151515;
    color: #AAAAAA;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.mobile-menu-button-left {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.mobile-menu-button-right {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    height: 100%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.topbar-link {
    display: inline-block;
    padding-right: 7px;
    padding-left: 7px;
    cursor: pointer;
}

.topbar-link-inactive:link {color:#AAAAAA; text-decoration:none; font-weight:500;}
.topbar-link-inactive:visited {color:#AAAAAA; text-decoration:none; font-weight:500;}
.topbar-link-inactive:hover {color:#FFFFFF; text-decoration:none; font-weight:500;}
.topbar-link-inactive:active {color:#AAAAAA; text-decoration:none; font-weight:500;}

.topbar-link-active:link {color:#FFFFFF; text-decoration:none; font-weight:500;}
.topbar-link-active:visited {color:#FFFFFF; text-decoration:none; font-weight:500;}
.topbar-link-active:hover {color:#AAAAAA; text-decoration:none; font-weight:500;}
.topbar-link-active:active {color:#FFFFFF; text-decoration:none; font-weight:500;}

.mobile-menu-dropdown {
    background-color: #1E1E1E;
    position: absolute;
    z-index: 100;
    width: 290px;
    height: auto;
    padding: 10px;
    font-size: 13px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

a.mobile-menu-active {
    display: block;
    background-color: black;
    margin-bottom: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Oswald;
    color: #E20000;
    cursor: pointer;
    width: 100%;
}

a.mobile-menu-inactive {
    display: block;
    background-color: black;
    margin-bottom: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Oswald;
    color: white;
    cursor: pointer;
    width: 100%;
}

a.footermenu {
    display: block;
    background-color: black;
    margin-bottom: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Oswald;
    color: white;
    cursor: pointer;
    width: 100%;
}

a.footermenu:hover {
    background-color: #C80000;
}

a.youtube:hover {
    background-color: #BB0000 !important;
}

a.twitter:hover {
    background-color: #55ACEE !important;
}

a.facebook:hover {
    background-color: #3B5998 !important;
}

a.greymenu {
    font-size: 13px;
    display: block;
    background-color: #F5F5F5;
    margin-bottom: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Oswald;
    color: #656565;
    cursor: pointer;
    width: 100%;
}

a.greymenu:hover {
    background-color: #C80000;
    color: white;
    text-decoration:none;
}

a.social-icon {
    background-color: black;
    height: 26px;
    width: 26px;
    text-align: center;
    color: white;
    margin-right: 5px;
    display: inline-block;
    padding-top: 3px;
}

/* HEADLINES */

.headline_overlay {
    height: 100%;
    width: 100%;
    display: block;
    background-color: transparent;
    z-index: 2;
}

.headline_overlay2 {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 3;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9), rgba(0,0,0,0) 60%, 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,  rgba(0,0,0,0.9), rgba(0,0,0,0) 60%, 0%,rgba(0,0,0,0) 100%);
}

.bigheadline_overlay2 {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 3;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9), rgba(0,0,0,0) 60%, 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,  rgba(0,0,0,0.9), rgba(0,0,0,0) 60%, 0%,rgba(0,0,0,0) 100%);
}

.headline_image {
    width: 100%;
    height: 245px;
    margin-bottom: 10px;
    z-index: 1;
}

.bigheadline_image {
    margin-bottom: 10px;
    display: block;
    height: 500px;
    z-index: 1;
}

.headline_text {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    position: absolute;
    z-index: 4;
    bottom: 0;
    color: white;
    font-size: 16px;
    font-family: Oswald;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.bigheadline_text {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    position: absolute;
    z-index: 4;
    bottom: 0;
    color: white;
    font-size: 30px;
    font-family: Oswald;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.headline_type {
    color: #E20000;
    margin-bottom: 3px;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

/* SEARCH LAYOUT */

.searchbar {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    z-index: 4;
    position: absolute;
    background: #F5F5F5;
    overflow-x: hidden;
}

.mobile-searchbar {
    width: 100%;
    position: absolute;
    z-index: 4;
    background-color: #F5F5F5;
    overflow-x: hidden;
    border-bottom: 1px solid #E1E1E1;
    box-shadow: 0 1px 5px rgba(102,102,102,0.35);
}

input.searchform {
    width: 100%;
    text-align: center;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    color: #656565;
    outline: none;
    font-family: 'Open Sans';
    font-weight: bold;
    letter-spacing: -1.5px;
    background: #F5F5F5;
}

input.mobile-searchform {
    width: 100%;
    text-align: center;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #656565;
    outline: none;
    font-family: 'Open Sans';
    background-color: transparent;
}

.search-icon-inactive {color:#AAAAAA; text-decoration:none; font-weight:500;}
.search-icon-inactive:hover {color:#FFFFFF; text-decoration:none; font-weight:500;}

.search-icon-active {color:#FFFFFF; text-decoration:none; font-weight:500;}
.search-icon-active:hover {color:#AAAAAA; text-decoration:none; font-weight:500;}

/* FORMS */

input.newsletter {
    background-color: #FFFFFFF;
    display: inline-block;
    border: none;
    padding: 10px 10px 8px 10px;
    outline: none;
    font-family: 'Open Sans';
    color: #454545;
    width: 69%;
    font-size: 12px;
}

input.contact {
    background-color: #F5F5F5;
    display: inline-block;
    border: none;
    padding: 10px 10px 8px 10px;
    outline: none;
    font-family: 'Open Sans';
    color: #999;
    width: 100%;
    font-size: 12px;
    margin-bottom: 15px;
}

textarea.contact {
    background-color: #F5F5F5;
    display: inline-block;
    border: none;
    padding: 10px 10px 8px 10px;
    outline: none;
    font-family: 'Open Sans';
    color: #999;
    width: 100%;
    height: 150px;
    font-size: 12px;
    margin-bottom: 15px;
}

/* FILTER */

.filter-container {
    display: inline-block;
    margin-right: 10px;
}

select.filterdrop {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select.filterdrop::-ms-expand {
    display: none;
}

select.filterdrop {
    -webkit-appearance: none;
    background-color: #F5F5F5;
    display: inline-block;
    border: none;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    color: #656565;
    font-family: 'Oswald';
    cursor: pointer;
}

.filter-icon {
    background-color: #F5F5F5;
    border: none;
    height: 40px;
    padding-left: 10px;
    padding-top: 9px;
    font-size: 16px;
    color: #656565;
    display: inline-block;
    float: left;
}

/* CHARTS */

.ct-series-a .ct-line {
  stroke: #C80000 !important;
  stroke-width: 3px !important;
}

.ct-series-a .ct-point {
  stroke: #C80000 !important;
  stroke-width: 10px !important;
}

.ct-label {
    font-size: 1rem !important;
    color: #656565 !important;
    opacity: 0.8 !important;
}