/*
 * Main Stylesheet
 *
 * @copyright Copyright (c) 2012 rocksolidthemes.com
 * @license   https://rocksolidthemes.com/agb   No free usage allowed
 */
/* ===========================================
 * # Index: The structure of this stylesheet
 *
 * - Imports (Sass only)
 * - Fonts
 * - Basic settings (Sass only)
 * - Colors (Sass only)
 * - General
 * - Buttons
 * - Wrapper elements
 * - Layout in order of appearance in HTML
 * - Content
 * - Forms
 * - Content elements
 * - Modules (Search, FAQ, News, Events, Comments)
 * - Sidebar / Widgets
 * - Footer
 * - Slider
 * - Grid (design + production helper)
 * ======================================== */

 @font-face {
    font-family: "RockSolid Icons";
    src: url("../fonts/rocksolid-icons.eot");
    src: url("../fonts/rocksolid-icons.eot?#iefix") format('eot'), url("../fonts/rocksolid-icons.woff") format('woff'), url("../fonts/rocksolid-icons.ttf") format('truetype'), url("../fonts/rocksolid-icons.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ===========================================
 * General
 * ======================================== */
:root {
    --main-padding-x: 2.66667rem;
    --safe-area-left: 0px;
    --safe-area-right: 0px;
    --safe-area-top: 0px;
    --safe-area-bottom: 0px;
    --page-padding-left: calc(var(--safe-area-left) + var(--main-padding-x));
    --page-padding-right: calc(var(--safe-area-right) + var(--main-padding-x));
    --page-inner-width: calc(100% - var(--page-padding-left) - var(--page-padding-right));
}
@supports (padding: calc(constant(safe-area-inset-left, 0px) / 1.5)) {
    :root {
        /* Non-standard iOS 11.1 syntax */
        --safe-area-left: calc(constant(safe-area-inset-left, 0px) / 1.5);
        --safe-area-right: calc(constant(safe-area-inset-right, 0px) / 1.5);
        --safe-area-top: constant(safe-area-inset-top, 0px);
        --safe-area-bottom: constant(safe-area-inset-bottom, 0px);
    }
}

@supports (padding: calc(max(0px, env(safe-area-inset-left, 0px) - 14px))) and (padding: calc(max(0px, 1px))) {
    :root {
        /* W3C standard and iOS 11.2 syntax */
        --safe-area-left: calc(max(0px, env(safe-area-inset-left, 0px) - 14px));
        --safe-area-right: calc(max(0px, env(safe-area-inset-right, 0px) - 14px));
        --safe-area-top: env(safe-area-inset-top, 0px);
        --safe-area-bottom: env(safe-area-inset-bottom, 0px);
    }
}

html {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body[class^="icon-"]:before,
body[class*=" icon-"]:before {
    /* Ignore icon classes on the body element */
    content: none;
}

@media print {
    #banner,
    #nav_wrapper,
    div.vid,
    div.form {
        display: none;
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    overflow:scroll;
    font:100% 'DM Serif Display', 'Spectral', Georgia, serif, FontAwesome;
}
*::before,
*::after {
    box-sizing: border-box
}
* {
    box-sizing: border-box
}
#wrapper {
    width:100%;
}
#container {
    padding-right:0;
}
#right {
    margin-right:0;
}
.fa {
    color:#7f7f7f;
}
/* fallback */
body {
    font-size:14px;
}
body {
    font: .875rem'DM Serif Display', 'Spectral', Georgia, serif, system-ui, sans-serif;
}

header {
    max-height:220px;
}
h1 a,
h2 a,
h3 a,
h4 a {
    text-decoration: none;
    color: #c63029;
}
h1,
h2
h3
h4 {
    font: 'DM Serif Display', 'Spectral', Georgia, serif;
}
.res-m {
    width:2rem;
    height:2rem;
    bottom:.8rem;
    right:.8rem;
    position:absolute;
    display:block;
    z-index: 10;
}
.logo a {
    display: inline-block;
    margin-top: .5em;
}
h1.seitetittle {
    display: inline;
    margin-bottom: 0;
    font: 1.85rem ;
    color: #505050;
}
#toplink h1 {
    display: inline;
    margin-bottom: 0;
    font: 1rem ;
    color: black;
}
.sto {
    position: relative;
}
#container ul,
#container ol {
    padding: 0;
}
/* fallback */
#header .inside {
    padding:4px;
    color: #8c0e2b;
}
#header .inside {
    padding:.25rem;
}
#header .advertising {
    margin:0;
    padding:0;
}
#banner .mod_banner figcaption {
    width:1px;
    height:1px;
    position:absolute;
    overflow:hidden;
    display:none;
    margin:-1px;
    padding:0;
    border:0;
    border-radius:0;
}

.cookiebar {
    box-sizing:border-box;
    position:fixed;
    right:0;
    width:24em;
    padding:.6em 1.2em;
    background-color:#4b4b4b;
    color:#fff;
    font-size:1em;
    text-align:center;
    z-index:10
}
.cookiebar * {
    box-sizing:border-box
}
.cookiebar--active {
    display:flex!important;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap
}

.jf_sv h1 {
    width:1px;
    height:1px;
    position:absolute;
    overflow:hidden;
    display:none;
    margin:-1px;
    padding:0;
    border:0;
    border-radius:0;
}
.jf_sv .mod_newslist .centered-wrapper {
    padding: 5px;
}
body #cookiebar-text a {
        background-color:rgba(167,167,167,.75);
        margin-bottom: 1em;
}

span.cookiebar__message {
    display: block;
    margin-bottom: 1em;
}
.cookiebar--position-top {
    top:0
}
.cookiebar--position-bottom {
    bottom:0
}
.cookiebar__message,.cookiebar__text {
    margin-right:1.5em
}
.cookiebar__link {
    color:#fff;
    text-decoration:underline;
    display: block;
    margin-bottom: 1em;
}
.cookiebar__link:hover {
    text-decoration:none
}
.cookiebar__button {
    margin:0;
    padding:.6em 1.2em;
    border:none;
    border-radius:0;
    background-color:rgba(167,167,167,.75);
    color:#fff;
    font-weight:700;
    cursor:pointer
}
.cookiebar__button:hover {
    background-color:#3e824a
}
.cookiebar__analytics {
    margin-right:1.5em
}
.cookiebar__analytics-label {
    cursor:pointer
}
.cookiebar__analytics-checkbox {
    margin-right:5px
}
input[type=text],
input[type=submit],
button[type=submit] {
        border-radius: 4px;
}
.suche {
    width: 45%;
    display: inline-block;
}
.suche {
    margin: 0;
}
#banner .suche .widget {
    margin: 0;
}
#banner .suche .widget-text,
#banner .newsletter .widget-text,
#banner .suche .widget-submit,
#banner .newsletter .widget-submit {
    width: 48%;
    display: inline-block;
}
#banner .suche input[type=text],
#banner .newsletter input[type=text] {
    width: 99%;
}
#banner .form .widget {
    margin: 0;
}

/*community*/
#main .community_link {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px grey solid;
}
#container #main .community_link h2 {
    font-size: 1.5rem;
    border: none;
}
#navis {
    clear: both;
}
.start .news-image-teaser:first-child,
.start .news-image-teaser {
    margin-top: 0;
    margin-bottom: 5px;
}
.start .news-image-teaser {
    padding: 1%;
}
#container .news-image-teaser h2 {
    border: 0;
}

#container .weitere_news .portfolio-boxes-item-text h3 {
    text-shadow: 0;
    color: #ffffff;
}
.mod_rssReader .even {
    background-color: #e8e8e8;
}
.mod_rssReader .odd {
    background-color: rgba(167,167,167,.75);
}
.mod_rssReader .rss_default {
    padding: 1%;
    margin-bottom: 1%;
}
.event-start .mod_eventlist {
    margin-top: 0;
}
.event-start .rs-column.-large-first {
    clear: none;
}
.event-start .event_image {
    margin: 0;
}
.lexikon .mod_rocksolid_mega_menu h3 {
    font-size: 2em;
}
.lexikon .lexikon-nav h3 {
    font-size: 1.5em;
}
.lexikon-nav a {
    display: block;
}
.mega-dropdown-column {
    padding: 1%;
    background-color: #e8e8e8;
}
.lexikon .alphabet {
    margin-bottom: 2em;

}
.lexikon .alphabet ul {
    padding-left: 0;
}
#container .lexikon_bio h4 {
    font-size: 1.5em;
}
#lexikon_right .image_container.float_above {
    margin-top: 0;
    margin: 0;
}
#lexikon_right .layout_latest {
    padding: 1%;
    margin-bottom: 1%;
    background-color: #e8e8e8;
}
.album .mod_newslist .rs-column,
.album .mod_newsarchive .rs-column {
    margin-top: 2%;
}
.album .mod_newslist .news-boxed-item,
.album .mod_newsarchive .news-boxed-item {
    padding:1%;
    background-color: #e8e8e8;
}
.album .pagination {
    clear: both;
    padding-top: 3%;
}
#right .ce_text ul,
#right .mod_navigation ul {
    padding-left: 0;
}
#right .ce_text li {
    margin-bottom: 2%;
}
ul.icon-links {
    padding-left: 0;
}
.fussbox .icon-links .icon-links-label {
    display: none;
}
div.int_fr {
    margin:3px 0;
    padding:5px;
    background-color:rgba(145,144,119,.2);
}
.videoseite .layout_full {
    margin-bottom:5px;
    padding:5px;
    background-color:rgba(127,127,127,.15);
}
.videoseite .layout_full p.info {
    display:inline;
    margin-top:0;
    padding:3px 3px 3px 0;
}
.videoseite .layout_full h3 {
}
.club_im figure {
    float:left;
    margin-right:5px;
}
.ce_text figure.float_left {
    margin-right:10px;
}
#clubs_gl ul.level_1 li.submenu.jazz_club {
    list-style-type:none;
    margin-left: 0px;
}
#right .mod_banner .banner_wrap {
    margin-top:5px;
    margin-bottom:5px;
    padding:5px;
    background-color:#b3b3b3;
}
.hinweis p {
    margin:5px 5px 10px;
    padding:5px;
    background-color:rgba(145,144,119,.2);
    font-size:.75rem;
}
.mod_newsreader p.info {
    margin-bottom:10px;
    font-size:.8rem;
    font-style:italic;
}
#foto_news .ce_image {
    display:inline-block;
    margin-right:5px;
    margin-left:5px;
}
.toplink {
    clear:both;
}
#main p.confirmation,
#main p.information,
#main p.warning,
#main div.confirmation,
#main div.information,
#main div.warning,
#main span.confirmation,
#main span.information,
#main span.warning {
    padding: 1.06667em 6.25% 1.06667em 12.5%;
}
@media screen and (max-width: 599px) {
    #main p.confirmation,
    #main p.information,
    #main p.warning,
    #main div.confirmation,
    #main div.information,
    #main div.warning,
    #main span.confirmation,
    #main span.information,
    #main span.warning {
        padding-left: 4.26667em;
    }
}
.cd_art,
.club_im,
.abst_txt,
.cd_txt_event,
.mod_newsreader .ce_text {
    margin-bottom: 1%;
    padding: 3px;
}
.cd_detail .cd_txt li {
    margin-bottom:5px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    border-bottom:1px dotted #a7a7a7;
}
.cd_im figure {
    float:left;
    margin-right:5px;
}
/* fallback */
#right .rss_items_only h2 {
    margin-bottom:0;
    border-bottom:0;
}
#right .mod_eventmenu li:before {
    content: none
}
.mod_newslist .layout_latest .image_container figcaption.caption {
    width:1px;
    height:1px;
    position:absolute;
    overflow:hidden;
    display:none;
    margin:-1px;
    padding:0;
    border:0px;
    border-radius:0;
}
#banner .inside {
    padding-left: 1%;
    padding-right: 1%;
}

#werbung-header {
    border: solid 1px #ffffff;
    border-radius: 4px;
    margin-top: 1%;
}

#werbung-header .mod_newslist .first {
    border-bottom: solid 2px #ffffff;
}
#werbung-header .mod_newslist h2 {
    padding: 1%;
}
#werbung-header figure.image_container img {
    display: block;
    margin: auto;
    border: none;
}
#werbung-header {
    position: relative;
}
#werbung-header .anzeige p {
    padding: 0;
    margin: 0;
}
#werbung-header .anzeige {
    top: 5px;
    right: 5px;
    font-style: italic;
    font-size: 10px;
    padding: 1px;
    text-align: right;
}
#container #werbung-header h2 {
    border: none;
}
.advertising {
    top: 5px;
    right: 5px;
    font-style: italic;
    font-size: 10px;
    padding: 1px;
    text-align: right;
}
.berichte h2 {
    font-size: 3em;
}

#main .mod_banner {
    padding:10px;
    border-bottom:1px solid #7f7f7f;
}
#main aside.partner figure {
    width:230px;
    float:left;
    margin-right:10px
}
#footer {
    max-height:600px;
    margin-bottom: 0
}
.mod_article {
    padding: 1%;
}
.jfm .testimonial-text {
    text-align: left;
}
.jfm .testimonial-author {
    font-size: 2em;
    text-align: left;
    text-transform: none;
    text-shadow: 1px 1px 0 #fff;
    margin-bottom: .5em !important;
    margin-top: .5em !important;
}
.jfm {
    border: 1px solid black;
    padding: 1em;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

/* fallback */
p {
    margin-top:14px;
    margin-bottom:14px;
}
p {
    margin-top:1rem;
    margin-bottom:1rem;
    line-height:1.5;
}
p.info {
    margin-bottom:0;
}
#main .ce_image figure a:after,
#right figure a,
#footer figure a,
#header figure a {
    content: none
}
.text_g p{
    font-size: 1.2em;
}
.res-m i {
    margin-top:.3rem;
    margin-bottom:.3rem;
    padding:.1em .15em;
}

.subnavi ul {
    margin: 0;
    padding: 0;
}
#main .mod_article .cd_navi h2 {
    width:1px;
    height:1px;
    position:absolute;
    display:none;
    margin:-1px;
    padding:0;
    border:0;
    border-radius:0;
}
.subnavi .mod_customnav li {
    display:inline-block;
    list-style-type: none
}
.subnavi .mod_customnav a {
    display:block;
    margin-right:.3em;
    padding:.3em;
    text-align:center;
    font-size:.75rem;
    text-decoration:none;
    color: #8c0e2b;
}
.subnavi .mod_customnav a:hover {
    text-decoration: underline;
}
.subnavi .mod_customnav a:hover,
.subnavi .mod_customnav li.active {
    margin-right:.3em;
    padding:.3em;
    font-size:.75rem;
    color:#5b5b5b;
}
.subnavi ul.icon-links {
    position: absolute;
    right: 0.5rem;
    top: 0.2rem;
}
.subnavi .icon-links-label {
    display: none;
}
.subnavi .icon-links li {
    display: inline-block;
    margin-right: 10px;
}
.subnavi .icon-links li a {
    display: block;
    padding: 3px;
}
.subnavi .icon-links li a:hover {
    opacity: 0.5;
}
.res-m i:hover {
    border:.08em solid #7f7f7f;
    border-radius:.1em;
    cursor: pointer
}
.nav-l {
    margin-top: 0.5em;
    padding: 0;
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    background-color: black;
}
.nav-l .mod_navigation ul {
    margin:0;
    padding:0;
    text-align: center;
}
#navis .mod_navigation li {
    display:inline-block;
    list-style-type: none
}
#navis .mod_navigation li a {
    display:block;
    margin-top:.0;
    margin-right:0;
    margin-left:0;
    padding:.2em .4em;
    text-align:center;
    font-size:1.2em;
    line-height:1.2em;
    text-decoration:none;
    color: white;
    text-transform:uppercase;
}
#navis .mod_navigation li a:hover {
    color: #000000;
    background-color: white;
}
#navis .mod_navigation li strong.active {
    display:block;
    margin-right:0;
    margin-left:0;
    padding:.2em;
    text-align:center;
    font-size:1.2em;
    line-height:1.2em;
    font-weight:normal;
    text-decoration:none;
    color: #000000;
    text-transform:uppercase;
    background-color: white;
}
#navis .mod_navigation .last a {
    border-right:0px;
}
#clubs_gl a,
#clubs_bl a {
    display:block;
    font-size:1.2em;
    line-height:1.4em;
    text-decoration:none;
    color:#000;
    text-shadow: 1px 1px 0 #fff
}
#clubs_bl a:hover,
#clubs_gl a:hover {
    color:#a87336;
}
#clubs_gl ul.level_1 li.submenu.jazz_club a.submenu.jazz_club {
    margin-top:3px;
    margin-bottom:3px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:3px;
    font-size:1.6em;
    line-height:1.8em;
}
#clubs_gl .level_2 li {
    width:45%;
    display:inline-block;
    margin:3px auto;
    padding:3px 5px;
    background-color:rgba(80,80,80,.1);
    text-decoration:none;
}
#clubs_bl ul.level_1 li {
    width:45%;
    display:inline-block;
    margin:3px auto;
    padding:3px 5px;
    background-color:rgba(80,80,80,.1);
    text-decoration:none;
}
#clubs_gl .level_2 li:hover {
    background-color:rgba(80,80,80,.15);
}
#right .jazz_club ul li strong.active {
    color:#a87336;
    text-shadow: 1px 1px 0 #fff
}
#right .image_container.float_left {
    width: 100% !important;
}
.alphabet li,
.cd_ac_nav li {
    display:inline-block;
}
.alphabet li {
    vertical-align:top;
}
.alphabet li a,
.alphabet li strong.active,
.cd_ac_nav li a,
.cd_ac_nav li strong.active {
    display:block;
    margin:.3rem .1rem;
    padding:.1rem .4rem;
    text-align:center;
    border:1px solid #a7a7a7;
    border-radius:3px;
    font-size:1.2rem;
    line-height:1.6rem;
    font-weight:bold;
    text-decoration:none;
    color:#505050;
}
.alphabet li a:hover,
.alphabet li strong.active,
.cd_ac_nav li a:hover,
.cd_ac_nav li strong.active {
    background-color:rgba(127,127,127,.4);
    color:#a87336;
}
.alphabet li span.active {
    padding:5px;
    font-size:2rem;
}
.lexikon ul.level_2 {
    margin-left:1rem;
}
#container .level_1 {
    display:block;
}
.lexikon_bio {
    position:relative;
}
.mod_navigation .lexikon li,
.lexikon_a li {
    overflow:auto;
    margin-top:10px;
    padding:.3rem;
    border:1px solid rgba(80,80,80,.5);
    border-radius:3px;
}
.mod_navigation li img {
    float:left;
    margin-right:5px;
    border-radius:5px;
}
.mod_navigation .lexikon_bio a {
    overflow:hidden;
    display:block;
    margin-top:5px;
    margin-bottom:3px;
    margin-left:0;
    padding:5px 8px;
    background-color:rgba(127,127,127,.3);
    font-size:1.2rem;
    color:#505050;
    text-shadow: 1px 1px 0 #fff
}
.mod_navigation .lexikon_bio a:hover {
    background-color:rgba(127,127,127,.2);
    text-decoration:none;
}
.mod_navigation .lexikon_bio a:hover {
    color:#a87336;
}
.lexikon a.submenu {
    display:block;
    margin-bottom:.5rem;
    padding:.3rem;
    background-color:rgba(127,127,127,.4);
    border-radius:3px;
    font-size:1.6rem;
    line-height:1.8rem;
    font-weight:bold;
    text-decoration:none;
    color:#505050;
}
#right li.cd_detail {
    padding-left:3px;
}
.cd_navi li {
    min-height:33px;
    margin-bottom:3px;
    padding:3px;
    background-color:rgba(127,127,127,.3);
}
.cd_navi li a {
    display:block;
    color:#746b5f;
    text-shadow: 1px 1px #d2d2d2
}
.cd_navi li.active {
    background-color:rgba(127,127,127,.2);
    color:#fff;
    text-shadow: 1px 1px #888888
}
.cd_navi li a:hover {
    color: white;
        text-shadow: 1px 1px #888888;
}
#main .mod_article .ce_gallery li {
    margin-left: 5px;
}
#main .mod_article li {
    margin-left: 25px;
}
.lexikon #main .mod_article li {
    margin-left: 0px;
}
#main .mod_article ul {
    list-style-position: outside;
    list-style-type: disc;
}
.lexikon #main .mod_article ul {
    padding-left: 0;
    list-style-type: none;
}
#main .lexikon .mod_article ul
#main #nav_wrapper li {
    margin-left: 0;
}
.mod_article .in_article_nav li::before {
    content: none
}
.mod_article .in_article_nav li {
    display:inline-block;
    margin-right:3px;
}
.mod_article .in_article_nav li.first {
    margin-left:0;
}
.mod_article .in_article_nav li.last {
    margin-right:0;
}
.mod_article .in_article_nav li a,
.mod_article .in_article_nav li strong.active {
    display:block;
    padding:3px 5px;
    background-color:#a7a7a7;
    font-size:1.2em;
    font-weight:bold;
    text-shadow: 1px 1px #d2d2d2;
}
.mod_article .in_article_nav li a:hover,
.mod_article .in_article_nav li strong.active:hover {
    background-color:rgba(167,167,167,.5);
    text-decoration:none;
}
.mod_article .in_article_nav li a {
    color:#5b5b5b;
}
.mod_article .in_article_nav li strong.active {
    background-color:rgba(167,167,167,.5);
    color:#a87336;
}

.jazz_in .level_1 a {
    font-size:.875rem;
}
#berichte .cd_navi li {
}
.hat p {
    padding:  2%;
    border: 1px #b3b3b3 solid;
}
.charts article{
    padding: 5px;
    margin-bottom: 1%;
    border: 1px #b3b3b3 solid;
}
.charts article.even {
    background: #e8e8e8;
}
.charts article.odd {
    background: #e8e8e8
}
.charts .news-boxed-item-image:after {
    display: none;
}
.hat .team-boxes-item, .circle .team-boxes-item {
    padding: 3px;
    background: #e8e8e8;
}
.hat .team-boxes, .circle .team-boxes .team-boxes p:last-child {
    margin-top: 1em;
}
.hat .team-boxes p:last-child, .circle  {
    margin-bottom: 0;
    border:  none;
}
#container .ejm-charts h4 {
    font-weight: normal;
    font-style: italic;
    text-shadow: none;
}
.mod_newsreader .ce_text {
    margin-bottom: 1%;
}
.mod_newsreader .ce_comments {
    margin-top: 1%;
}
#right .news-boxed-item p {
    display: none;
}
.header_w_l a {
    color: #ff7200;
}
.header_w_l a {
    color: #ff7200;
}
.header_w_l a:hover {
    color: #ffffff;
}
.startseite_l {
    margin-bottom: 1.2em;
}
#main .mediadaten {
    margin:1%;
    padding: 5 px;
}
#main li.download-element {
    list-style-type: none;
}
#main li.download-element a {
    display: inline-block;
    padding: 5px;
    border: 1px solid grey;
    border-radius: 3px;
    margin-bottom: 10px;
}
/*events-neu*/
.events .event_teaser {
    position: relative;
    float: left;
    height: 430px;
    width: 239px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    margin-left: 25px;
    border: 1px solid grey;
}
article.event_teaser p.more {
    position: absolute;
    bottom: 10px;
    right: 0px;
    height: 30px;
    width: 233px;
}

.festival .layout_teaser {
    float: left;
    height: 430px;
    width: 239px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    margin-left: 25px;
    border: 2px solid grey;
}
.events .event_teaser p {
    margin: 0;
}
.events p.location {
    padding: 0.5rem;
    background-color: black;
    color: white;
}
.events .pagination {
    clear: left;
}
.events .ce_form {
    border: 2px solid grey;
    padding: 1%;
    margin-bottom: 5px;
}
.events .ce_form .widget-select {
    width: 200px;
    display: inline-block;
    margin-right: 10px;
}
.events .ce_form .widget-select .select {
    width: 100%;
}
.events .widget-calendar {
    width: 100px;
    display: inline-block;
}
#eventsuche form .widget {
    margin-top: 0.2em; 
    margin-bottom: 0.2em;
}
#eventsuche input {
    padding: 0.35714em;
}
#eventsuche .widget-submit {
    display: inline-block;
}
#eventsuche button {
    padding: 0.35714em;
    display: inline-block;
}

.inspirationen .headline-box {
    margin-top: 0;
}
.inspirationen .-vertical-centered > .feature-box-text {
    vertical-align: top;
}
.inspirationen p.buy_box {
    display: block;
    margin: 0;
}
.inspirationen .feature-box-text img {
    display: inline-block;
}
.inspirationen h2.headline-hr {
    padding-top: 1em;
    padding-bottom: 1em;
}

.jfm .testimonial-text em {
    font-size: 0.8em;
}

/*News Startseite*/
.weitere_news .weitere_news_ohne_p p {
    display: none;
}
.weitere_news_ohne_p .news-image-teaser-image {
    float:left;
    margin-left: 0;
    margin-right: 5%;
}
.weitere_news_ohne_p .first {
    margin-top: 0;
}
.weitere_news_ohne_p .news-image-teaser {
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}
.weitere_news_ohne_p .news-image-teaser h3 a {
    text-decoration: none;
    border-bottom: none;
    margin-top: 5%;
    position: absolute;
    padding-right: 5px;
}
.weitere_news .interviews .first {
    margin-bottom: 10%;
}

/*singles*/
.singles_start img {
    max-width: 40px;
    height: auto;
}
.singles_start p.more {
    display: none;
}
#main .singles_start figure {
    float: left;
    margin-bottom: 0.1em;
    padding-bottom: 0;
}
.singles_start p.info {
    margin-top: 0.3em;
    text-align: right;
    font-size: 0.8em;
}

/*user Bereich*/
.user #main .mod_article .mod_customnav ul,
.ueber #main .mod_article .mod_customnav ul {
    list-style-type: none;
}
.user #main .mod_article .mod_customnav a,
.user #main .mod_article .user_current_nav li.active,
.user .cm_form a,
.ueber #main .mod_article .mod_customnav a,
.ueber #main .mod_article .user_current_nav li.active,
.ueber .cm_form a {
    padding: 5px;
    display: inline-block;
    border: 1px solid grey;
    border-radius: 3px;
    text-decoration: none;
    margin-bottom: 1%;
}
.user #main .mod_article .user_current_nav li,
.ueber #main .mod_article .user_current_nav li {
    display: inline;
    margin-left: 0;
    margin-right: 1%;
}
.user .widget {
    padding: 1%;
    margin-bottom: 1%;
    border-bottom: 1px solid white;
}
#main .werbung {
    padding: 0.8em;
    background-color: white;
    font-size: 1.2em;
    margin-bottom: 1.2em;
}
.werbung p {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*events*/
.mod_eventreader .event_info {
    padding: 1%;
    border: 1px solid whitesmoke;
    margin-bottom: 2%;
}
.mod_eventreader .event_details {
    margin-bottom: 2%;
}
.mod_eventlist .event-item {
    float: left;
}

.jf_sv h3 {
    font-size: 1.5em;
}

/* fallback */
.mod_newslist img,
.mod_eventlist img {
    border-radius:6px;
}
.mod_eventlist img {
    border:1px solid #ccc;
    border-radius:.5rem;
}
#banner h1 {
    margin-top:1%;
    margin-bottom:5px;
    margin-left:5px;
    font:1.85rem;
    text-shadow: 1px 1px 0 #fff;
    display: block;
    text-align: left;
}
#container h3,
#container h4 {
    border-bottom:0px;
    border-left:0px;
}
.mod_newslist h1,
.mod_newslist h2,
.mod_newslist h3,
.mod_newslist h4 {
    margin-top:0;
    margin-bottom:3px;
}
.mod_eventlist h1,
.mod_eventlist h2,
.mod_eventlist h3,
.mod_eventlist h4 {
    margin-top:0;
}
h3,
h4 {
    font-size:1.2rem;
}
#container .layout_latest h1,
#container .layout_latest h2 {
    border:0px;
}
.mod_newslist .image_container,
.mod_eventlist .event_image {
    margin-right:10px;
    margin-bottom:5px;
}
.mod_eventlist .event_image {
    float:left;
}
.layout_latest {
    border-bottom:1px dotted #a7a7a7;
}
.first_p p {
    margin-top:0;
}
.layout_full .ce_text .image_container {
    margin-bottom:1%;
}
.layout_full figcaption {
    font-size:.875rem;
}
.news .mod_newslist .layout_latest p {
    margin-top:0;
}
.news_site .layout_latest .image_container,
.start_news .layout_latest .image_container {
    width:300px;
    float:left;
}
.news_site .layout_latest .image_container img,
.start_news .layout_latest .image_container img {
    width:100%;
}
.news_site .layout_latest .image_container a,
.start_news .layout_latest .image_container a {
    display:block;
}
.news_site .layout_latest p,
.start_news .layout_latest p {
    display:block;
}
.berichte #main .start_bericht .even {
    background-color:#bcbcbc;
}
.berichte #main .start_bericht .odd {
    background-color:rgba(188,188,188,.75);
}
.berichte #main .start_bericht p.info {
    margin-top:0;
    margin-bottom:1rem;
    font-size:.75rem;
    font-style:italic;
}
.berichte #main .start_bericht .image_container {
    width:300px;
    float:left;
}
.start_bericht .image_container  img {
    padding-bottom:30px;
    border: none
}
.start_news .image_container  img {
    padding-bottom:10px;
    border: none
}
.mod_newslist .teaser p {
    margin-top:5px;
}
div.int_a {
    margin-bottom:10px;
    padding:5px 5px 5px 10px;
    border-left:3px solid #7f7f7f;
}
.navi_news {
    margin-top:5px;
    margin-bottom:5px;
    padding-right:10px;
    padding-left:10px;
    border-right:5px solid rgba(80,80,80,.5);
    border-left:5px solid rgba(80,80,80,.5);
}
.navi_news a {
    display:inline-block;
    margin-right:10px;
    padding-right:5px;
    padding-left:5px;
    background-color:rgba(80,80,80,.3);
}
.navi_news a:hover {
    background-color:rgba(80,80,80,.1);
}
.attention {
    margin-bottom:5px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:10px;
    background-color:rgba(127,127,127,.3);
    border-left:5px solid rgba(127,127,127,.5);
    clear: both;
}
.gewinn_form {
    margin-top: 2%;
}
.at_teil {
    margin-bottom:5px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:10px;
    background-color:rgba(127,127,127,.3);
}

.mod_eventlist .layout_teaser {
    overflow:auto;
    margin-right:0;
    margin-bottom:5px;
    padding:.5rem .3rem;
}
.mod_eventlist .layout_teaser:hover {
    background-color:rgba(255,255,255,.3);
}
.home .event_site .mod_eventlist .layout_teaser .time {
    width:1px;
    height:1px;
    position:absolute;
    overflow:hidden;
    display:none;
    margin:-1px;
    padding:0;
    border:0;
    border-radius:0;
}
#main .mod_eventlist .layout_teaser h3 {
    margin-bottom:0;
}
#main .mod_eventlist .layout_teaser h3 a::before {
    padding-right:5px;
    font:1.4rem "Font Awesome 5 Free";
    content: "";
    text-shadow: none
}
#container .layout_teaser h2,
#container .layout_latest h2 {
    margin-bottom:0;
    border:0;
    font-size:1.2rem;
}
.mod_eventlist .header {
    margin-right:0;
    margin-bottom:0;
    padding:.5rem;
    font-family:'Open Sans',Arial,sans-serif;
}
.mod_eventlist .header span.date {
    font-size:1rem;
    font-weight:bold;
}
.mod_eventlist .header span.day {
    font-size:1rem;
    font-style:italic;
}
.mod_eventlist .layout_teaser p.time,
.mod_eventlist .layout_teaser p.location
 {
    margin:.2rem;
    padding-left:.2rem;
    font-size:.875rem;
}
.mod_eventlist .layout_teaser p.time:before {
    margin-right:5px;
    font-family:'Open Sans',Arial,sans-serif,"Font Awesome 5 Free";
}
.mod_eventlist .layout_teaser .teaser p {
    margin-top:.2rem;
}
#main div.festival .mod_eventlist .layout_teaser p.time:before {
    content: none
}
#main .festival .ce_text {
    margin:10px 0;
    padding:5px;
    background-color:#bcbcbc;
}
#main .tour_navi_cl .layout_upcoming {
    float:left;
    display:inline-block;
    margin:3px;
    padding:3px 5px;
}
#main .tour_navi_cl .date {
    font-size:.8rem;
}
#main .tour_navi_cl {
    margin-bottom:10px;
}
.tours .header,
.tours_details p.info {
    width:1px;
    height:1px;
    position:absolute;
    overflow:hidden;
    display:none;
    margin:-1px;
    padding:0;
    border:0;
    border-radius:0;
}
#main .tours_details .mod_article ul {
    list-style-type: none;
}
#main .tours .layout_teaser p.time {
    display:block;
    margin:0;
    padding:0 .5rem .5rem;
    background-color:rgba(127,127,127,.5);
    border-left:3px solid #7f7f7f;
    font-family:'Open Sans',Arial,sans-serif,FontAwesome;
}
#main .tours .layout_teaser h3 {
    margin-bottom:0;
    padding-left:5px;
    background-color:rgba(127,127,127,.5);
    border-left:3px solid #7f7f7f;
    color:rgba(0,0,0,1);
}
#main .tours .layout_teaser h3 a::before {
    padding-right:18px;
    padding-left:5px;
    border-bottom:1px solid rgba(80,80,80,.5);
    border-left:1px solid rgba(80,80,80,.5);
    font:1.4rem "Open Sans",Arial,sans-serif,"Font Awesome 5 Free";
    content: " "
}
#main .tours .layout_teaser a {
    text-shadow: none
}
#main .tours .layout_teaser .time:before {
    padding-right:10px;
    font:1.4rem 'Open Sans',Arial,sans-serif,"Font Awesome 5 Free";
    font-weight:normal;
    content: ""
}
#main .tours .layout_teaser .time {
    font-size:1.2rem;
    font-weight:bold;
}
.mod_eventlist .layout_teaser img {
    border-top-left-radius:0;
    border-top-right-radius:0;
}
#main .tours p strong {
    display:block;
    padding-top:.5rem;
}
#main .tours_details .layout_full h2 {
    margin-bottom:10px;
    padding-left:5px;
    background-color:rgba(127,127,127,.5);
    text-shadow: none
}
#main .tours_details .layout_full h3 {
    margin-bottom:10px;
    padding-left:5px;
}
#main .tours_details .layout_full h3::before {
    padding-right:10px;
    font:1.4rem "Font Awesome 5 Free";
    content: ""
}
#main .tours_details .layout_full ul {
    margin-right:5px;
    margin-left:0px;
    padding:5px;
    background-color:rgba(127,127,127,.3);
}
#main .tours_details .layout_full li {
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:1px solid rgba(255,255,255,.3);
    text-shadow: 1px 1px #ccc;
    list-style-type: none;
    margin-left:0px;
}
#right .mod_eventlist .layout_upcoming .date::before {
    padding-right:5px;
    font:.875rem "Font Awesome 5 Free";
    font-weight:normal;
    content: ""
}
#right .mod_eventlist .layout_upcoming a::before {
    padding-right:10px;
    font:.875rem "Font Awesome 5 Free";
    font-weight:normal;
    content: ""
}
#main .mod_eventlist .fest_t h3 a::before,
#right .mod_eventlist .fest_t a::before {
    content: none
}
.festivals #main .mod_eventlist .layout_teaser h3 {
    margin-right:0;
    margin-bottom:5px;
    margin-left:0;
    background-color:rgba(127,127,127,.45);
    border-left:3px solid #7f7f7f;
    font-size:1.4rem;
    text-shadow: none
}
.festivals #main .mod_eventlist .layout_teaser h3 a {
    padding-left:5px;
}
.festivals #main .mod_eventlist .header,
.festivals #right .mod_eventlist .header {
    display: none;
    width:1px;
    height:1px;
    position:absolute;
    overflow:hidden;
    display:none;
    margin:-1px;
    padding:0;
    border:0px;
    border-radius:0;
}
.festivals #main .mod_eventlist .layout_teaser {
    padding-right:0;
    padding-left:0;
}
.festivals #main .layout_teaser h2 {
    padding: 3px;
    border-bottom: 1px solid #7f7f7f;
    margin-bottom: 5px;
}
#right .mod_eventlist .layout_upcoming a {
    padding-right:5px;
    border-top:1px solid rgba(255,255,255,.3);
}
.festivals #main .layout_teaser {
    margin-top:0;
    padding-top:0;
}
.festivals #main .mod_eventlist .layout_teaser p.time {
    font-size:1rem;
}
.mod_eventreader p.info {
    margin-top:5px;
    margin-bottom:5px;
    padding:3px;
    font-size:1.2rem;
    font-weight:bold;
}
#main .mod_eventreader .layout_full .event_adr li {
    margin-top:5px;
    margin-bottom:5px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5px;
    font-size:1.2rem;
}
#main .mod_eventreader .layout_full .event_adr,
#main .mod_eventreader .layout_full .tickets {
    padding:5px;
    background-color:rgba(127,127,127,.3);
    border-left:5px solid rgba(127,127,127,.5);
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
#main .mod_eventreader .layout_full .event_adr h3,
#main .mod_eventreader .layout_full .event_adr ul,
#main .mod_eventreader .layout_full .event_adr p {
    margin-bottom:3px;
}
#main .mod_eventreader .layout_full .event_adr {
    margin-bottom:20px;
}
.cd_detail div.event_adr {
    margin-bottom:10px;
    padding-right:10px;
    padding-left:10px;
    background-color:rgba(167,167,167,.5);
}
.cd_detail .event_adr li::before {
    margin-right:10px;
    font:1.4rem "Font Awesome 5 Free";
    list-style-type:none;
    content: "\f041"
}
.cd_detail .event_adr li {
    margin-bottom:3px;
    padding:3px;
    background-color:#a7a7a7;
}
.cd_detail .event_adr li:hover {
    background-color:rgba(167,167,167,.5);
}
body.event h4 {
    padding-top:10px;
    border-top:1px solid #a7a7a7;
}
#container .layout_teaser h2 a,
#container .layout_latest h2 a,
#right .layout_teaser h2 a,
#right .layout_latest h2 a,
#container .layout_teaser h3 a,
#container .layout_latest h3 a {
    display:block;
    padding:.2rem;
    color:#8c0e2b;
}
#container .layout_teaser h3,
#container .layout_latest h3 {
    border: none
}
#container .layout_teaser h2 a:hover,
#container .layout_latest h2 a:hover,
#right .layout_teaser h2 a:hover,
#right .layout_latest h2 a:hover,
#container .layout_teaser h3 a:hover,
#container .layout_latest h3 a:hover {
    color: #a87336;
}
#right h1,
#right h2,
#right h3,
#right h4 {
    margin-top:0;
}
.teaser {
    position:relative;
}
#footer .inside {
    padding-right:10px;
    padding-left:10px;
}
.fussbox {
    min-height:60px;
    display:inline-block;
    margin-right:.3rem;
    margin-left:.3rem;
    padding:.3rem;
    vertical-align:top;
}
.footer_text {
    margin-top: 3em;
    margin-bottom:.rem;
    text-align:center;
    border-bottom:1px dotted #a7a7a7;
}
#footer .copyright {
    text-align:center;
    font-size:.75rem;
}
#footer .copyright a {
    text-decoration:none;
    color:#505050;
}
#footer .copyright a:hover {
    text-decoration:underline;
    color:#a87336;
}
.footer_text .ce_text {
    text-align:left;
}
.fussbox h3 {
    margin-top:0;
    margin-bottom:.3rem;
    padding-right:.3rem;
    padding-left:0;
    border-bottom:1px solid #505050;
    font-size:.8rem;
}
.fussbox p {
    margin-top:.2rem;
    margin-bottom:.3rem;
}
.fussbox p a {
    display:inline-block;
    padding:.3rem .2rem;
    font-size:.75rem;
    text-decoration:none;
    color:#000;
}
.fussbox p a:hover {
    text-decoration:underline;
    color:#a87336;
}
.fussbox .icon-links {
    margin-top: 0.5rem;
}
.fussbox .icon-links li {
    text-align: left;
    margin-bottom: 5px;
}
#footer .top_link {
    margin-bottom:.3em;
}
p.more,
p.back {
    float:right;
    margin-top:.5rem;
    margin-bottom:.5rem;
    line-height:1.2rem;
}
.more a,
.back a {
    display:block;
    margin-right:.3rem;
    margin-left:.3rem;
    padding:.5rem 2rem;
    background-color: #8c0e2b;
    color: white;
    text-shadow: 1px 1px 0 #white
}
.more a:hover {
    background-color: #a87336;
    color: white;
}
.home .mod_article {
    margin-bottom:1rem;
}
#main .cd_detail .cd_im,
#main .cd_detail .cd_txt,
#main .cd_detail .ce_image {
    margin-right:.5rem;
    margin-bottom:1rem;
    padding:0;
}
.cd .layout_latest {
    text-align:center;
    position:relative;
}
.cd .layout_latest {
    min-height:280px;
    position:relative;
    display:inline-block;
    margin:0 0 1rem;
    padding-top:5px;
    padding-bottom:0;
    vertical-align:top;
}
.cd time {
    display: block;
}
.cd .layout_latest h3 {
    margin:.2rem auto;
    padding:.1rem .2rem;
    background-color:rgba(167,167,167,.8);
    font:.875rem/1rem ffffff;
}
.cd .layout_latest h3:hover {
    background-color:#fff;
}
.cd .layout_latest img {
    border-radius:0;
    z-index:-1;
}
.cd .layout_latest figure.image_container {
    min-height:150px;
    margin:0;
    padding:0;
}
.cd .review figure.image_container {
    min-height:150px;
    margin-top:1.5rem;
    padding:0;
}
.cd .layout_latest p {
    margin-top:.3rem;
    margin-bottom:.3rem;
    padding-top:.15rem;
    padding-bottom:.15rem;
    background-color:#d2d2d2;
    font-size:.75rem;
    line-height:1rem;
}
.cd .layout_latest p.info {
    padding:0;
    font-size:.75rem;
    background: none;
    color: #bb1d41;
}
#cd .layout_latest h3 a {
    display:block;
    color:#fff;
    text-shadow: 1px 1px 0 #7b7b7b;
    margin: auto;
}
#cd .layout_latest h3 a:hover {
    color:#7b7b7b;
    text-shadow: 1px 1px 0 #cccccc
}
.cd .layout_latest p.more {
    width:1px;
    height:1px;
    position:absolute;
    overflow:hidden;
    display:none;
    margin:-1px;
    padding:0;
    border:0px;
    border-radius:0;
}

.tiles .portfolio-tiles-item {
    height: auto;
    margin-bottom: 2%;
    display: inline;
    overflow: auto;
}

#right .content_box {
    margin-right:.5rem;
    margin-bottom:1rem;
    padding:0 .3rem .5rem;
    -webkit-box-shadow:4px 4px 4px rgba(127,127,127,.75);
    box-shadow:4px 4px 4px rgba(127,127,127,.75);
}
#right .mod_article {
    margin-right:0;
    margin-left:0;
}
.top_link {
    padding:.2rem .3rem;
}
a.toplink {
    position: relative;
    display:block;
    padding-right:.5rem;
    padding-left:.5rem;
    text-align:right;
    text-decoration:none;
    color:#000;
}
a.toplink:hover {
    text-decoration: none;
}
a.toplink:after {
    padding-left:10px;
    font:1.6em "RockSolid Icons";
    content: "\e022"
}
#main .pdf_link a {
    display:inline-block;
    padding:3px 3px 0;
}
#main .pdf_link {
    padding:5px;
    border-bottom:1px solid rgba(127,127,127,.5);
}
a {
    text-decoration:none;
    color:#dc4e41;
    background-color: transparent;
}
/*
a:hover {
    text-decoration:underline;
    color:#a87336;
}
*/
.lexikon h2 {
    margin-top:0;
}
.lexikon_bio h1,
.lexikon_bio h2,
.cd_detail h1,
.cd_detail h2 {
    margin-top:0;
}
#right .content_box h2 {
    font-size:1.2em;
    margin-top: 0.5em;
}
.highlight {
    padding-right:5px;
    padding-left:5px;
    background-color:#b5b0b0;
}
.mod_eventreader .layout_full,
.mod_newsreader .layout_full {
    overflow:auto;
}
div.ce_comments {
    clear:right;
    margin-top:40px;
}
#main .mod_article .pagination li::before {
    content: none
}
#main .mod_navigation li:before,
#right .mod_navigation li:before,
#right .mod_newsmenu li:before,
#main .ce_gallery li:before {
    content: none
}
#right .mod_newsmenu .active {
    background: none;
}
#cookiebar-text a {
    margin: 0;
    padding: .6em 1.2em;
    border: none;
    border-radius: 0;
    background-color: #4ea55e;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
h2.ce_headline {
    margin-top:0;
}
.ce_dlh_googlemaps {
    width:100%;
    margin:0 auto;
}
.dlh_googlemap {
    width: 100% !important;
}
#main .ce_text p:first-of-type {
    margin-top:0;
}
.club_img {
    background-color:#7f7f7f;
}
.vcard {
    margin-top:10px;
    margin-bottom:20px;
}
.vcard .org {
    font-size:1rem;
    font-weight:bold;
}
.vcard .note p {
    margin-top:0;
}
.ce_dlh_googlemaps {
    margin-top:.3rem;
    margin-bottom:.3rem;
    padding:2px;
    border:1px solid rgba(127,127,127,.75);
}
.lexikon_bio .ce_image {
    margin-bottom:10px;
    padding:.3rem;
}
#main .lexikon_bio li {
    padding-left:10px;
    font-family:'Open Sans',Arial,sans-serif,FontAwesome;
}
.cd_hinweis_kl {
    margin-top:.2rem;
    margin-bottom:.2rem;
    padding:.2rem;
    border:1px dashed #7f7f7f;
    border-radius:3px;
    font-size:.7rem;
    font-style:italic;
}
.cd_hinweis_kl p {
    margin:0;
}
.cd_detail .ce_image {
    margin-bottom:10px;
}
.cd_im p {
    margin-top:0;
    margin-bottom:0;
}
.ce_gallery .image_container {
    overflow:hidden;
    margin-bottom:.5rem;
}
/*
.ce_youtube .video_container {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden;
}
*/
/*
.vid {
    height:0;
    position:relative;
    overflow:hidden;
    margin-bottom:20px;
    padding-bottom:55%;
    padding-top: 15px
}
.vid iframe {
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
}
*/
/* Video Container */
.vid {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 28px 0;
  position: relative;
}

/* iframe / eingebettete Videos */
.vid iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Optional: Hochkant-Videos (YouTube Shorts etc.) */
.vid.vertical {
  aspect-ratio: 9 / 16;
}

/* Für mobile Geräte */
@media (max-width: 768px) {
  .vid {
    margin: 22px 0;
  }
}
.vid {
  margin: 32px 0;
}
.vid iframe {
  max-width: 100%;
}
.cd_hinweis p {
    margin:0;
    padding:5px;
    background-color:rgba(145,144,119,.2);
    font-size:.75rem;
}
.author p {
    margin:3px 0;
    padding:5px;
    background-color:rgba(145,144,119,.2);
}
.lexikon_bio #main .ce_text,
.lexikon_bio #main .ce_hyperlink {
    margin-bottom:5px;
    padding:5px;
}
figure.image_container {
    padding-top:0;
    padding-bottom:.8rem;
}
.caption {
    font-size:.75rem;
}
#right .f_liste_rechts .teaser {
    display:none;
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
}
#right .f_liste_rechts p.more {
    display:none;
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
}
#right .f_liste_rechts figure {
    float:none;
    margin-bottom:0;
    padding-bottom:0;
}
#right .f_liste_rechts h3 {
    margin-top:0;
    padding:5px;
    background-color:rgba(167,167,167,.75);
    font-size:1em;
    text-shadow: 1px 1px 0 #ccc
}
#main .foto_start p.more {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    width: 1px;
}
#main .foto_start .teaser,
#main .foto_start h3,
#foto_news figcaption {
    display:none;
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    width: 1px;
}
#main .foto_start .layout_latest {
    display:inline-block;
    margin-right:auto;
    margin-left:auto;
}
#main .foto_start .layout_latest .image_container {
    margin-right:auto;
    margin-left:auto;
}
#foto_news .ce_hyperlink a {
    float:right;
    padding:10px;
}
#foto_news img:hover {
}
.lexikon_bio #foto_news .ce_text {
    margin-bottom:5px;
    padding:5px;
    background-color:rgba(127,127,127,.15);
}
#main .bio_fotomore {
    margin-bottom:0;
    padding-bottom:0;
    background-color:rgba(80,80,80,.25);
}
#main .foto_more {
    margin-top:0;
    margin-bottom:10px;
    text-align:right;
}
#main .foto_more a {
    margin-right:0;
    margin-left:0;
}
#fotostrecken h3 {
    padding-top:10px;
    border-top:1px solid #7f7f7f;
}
#fotostrecken .ce_text {
    padding-right:15px;
    padding-left:15px;
}
.alert {
    padding:10px;
    background-color:rgba(64,64,55,.5);
    font-weight:bold;
}
#main #foto_start {
    margin:0;
    padding:0;
    -webkit-box-shadow:0 0 0 0;
    box-shadow:0 0 0 0;
    border:0;
}
#main #foto_start div.more {
    float:right;
    margin-right:10px;
}
.dist {
    margin-bottom:20px;
}

/* jazz in */
.jazzin .layout_latest {
}

/* jazz in */
.jazzin .layout_latest .image_container {
    width:300px;
    float:left;
    margin-right:10px;
}

/* berichte */
.berichte .more a {
    display:inline-block;
}

/* berichte */
.berichte .more p:first-child {
    float:left;
}

/* berichte */
.berichte .more p:last-child {
    float:right;
}

/* berichte */
.berichte .more a.left::before {
    padding-left:3px;
    font-family:'Open Sans',Arial,sans-serif,"Font Awesome 5 Free";
    letter-spacing:5px;
    content: '\f100'
}

/* berichte */
.berichte .cd_im p {
    margin-bottom:.785rem;
}
p.warning {
    padding:2px;
    border:1px solid #b51010;
}
p.warning iframe {
    width:90%;
    min-height:250px;
    display:block;
    border:0;
}
.more_info_artist {
    margin-bottom:10px;
    padding:5px;
    border:1px solid #505050;
    border-radius:5px;
}
.more_info_artist .image_container {
    max-width:300px;
    max-height:300px;
    float:left;
    margin-right:10px;
}
.fussbox p a.tlink i {
    text-decoration:none;
    color:#55acee;
}
.fussbox p a.glink i {
    text-decoration:none;
    color:#dc4e41;
}
#right .rss_items_only h2 a,
#right .mod_newslist .layout_simple a,
#right .mod_eventmenu li a {
    display:block;
    margin-right:.1rem;
    margin-bottom:.3rem;
    margin-left:.1rem;
    padding:.3rem .3rem .3rem .5rem;
    background-color:rgba(167,167,167,.75);
    font-size:.875rem;
    font-weight:normal;
    color:#505050;
    text-shadow: 1px 1px 0 #ccc
}
#right .mod_eventmenu .level_1 a {
    font-size:1rem;
    font-weight:bold;
}
#right .mod_eventmenu ul.level_2 li a {
    font-size:.875rem;
    font-weight:normal;
}
#right .mod_eventmenu .submenu span.active::before {
    margin-right:5px;
    margin-left:5px;
    font-family:"Open Sans",Arial,sans-serif,"Font Awesome 5 Free";
    content: ""
}
#right .mod_eventmenu .submenu li.active {
    margin-bottom:3px;
    padding-top:3px;
    padding-bottom:3px;
    font-weight:bold;
}
#right .rss_items_only h2 a:hover,
#right .mod_newslist .layout_simple a:hover,
#right .mod_eventmenu li a:hover {
    color:#a87336;
}
#right .rss_items_only div.description {
    width:1px;
    height:1px;
    position:absolute;
    overflow:hidden;
    display:none;
    margin:-1px;
    padding:0;
    border:0px;
    border-radius:0;
}
.mod_eventlist .layout_upcoming {
    display:block;
    margin-right:.1rem;
    margin-bottom:.3rem;
    margin-left:.1rem;
    padding:.3rem .3rem .3rem .5rem;
    background-color:rgba(167,167,167,.75);
}
.mod_eventlist .layout_upcoming a {
    display:block;
    font-size:.875rem;
    font-weight:normal;
    color:#505050;
    text-shadow: 1px 1px 0 #ccc
}
.mod_eventlist .layout_upcoming a:hover {
    color:#a87336;
}
.mod_eventlist .layout_upcoming span.date {
    display:block;
}
.mod_eventlist .layout_upcoming span.time {
    width:1px;
    height:1px;
    position:absolute;
    overflow:hidden;
    display:none;
    margin:-1px;
    padding:0;
    border:0px;
    border-radius:0;
}
.all_records a {
    margin-right:10px;
}
.all_records thead {
    background-color:#bcbcbc;
    border-collapse:separate;
}
.all_records .even {
    background-color:#fff;
}
.all_records tr {
    display:block;
    padding:3px;
}
.all_records td {
    min-width:120px;
    display:inline-block;
}
.checkbox_container span label,
.radio_container span label {
    display:inline-block;
    margin-top:0;
    margin-right:5px;
}
#right .form_border li {
    margin-left:0;
    padding-left:0;
}
#container .form_newsletter li {
    list-style-type: none;
    margin-left: 0;
}
fieldset {
    margin-bottom:10px;
    padding:3px;
    border:1px solid #dc4e41;
}
.ce_comments fieldset {
    border:0;
}
fieldset.fieldsetinen {
    margin:5px 5px 15px;
    padding-right:5px;
    padding-left:5px;
    border-color:#7f7f7f;
}
div.captcha_c {
    margin-bottom:1rem;
    padding:5px;
    border:1px solid rgba(220,78,65,.75);
    border-radius:3px;
}
input[type="submit"],
.button {
    font-size:14px;
    line-height:19px;
}
.captcha_c label {
    margin-top:0;
}
.frm_news_er form div li::before {
    list-style-type:none;
    content:none
}
.pagination {
    margin-top:.5rem;
    margin-bottom:.5rem;
    padding:.3rem;
    border-top:1px dotted rgba(80,80,80,.5);
    border-bottom:1px dotted rgba(80,80,80,.5);
    clear: left;
}
.album .pagination {
    margin-top: 0;
    margin-bottom: 0;
    padding-top:2%;
    border-top:0;
    border-bottom:0;
}
.pagination p {
    margin-top:.3rem;
    margin-bottom:.3rem;
    font-size:.75rem;
    line-height:1rem;
}
.pagination ul {
    margin:0;
    padding:0;
}
.pagination li {
    display:inline-block;
    margin-right:2px;
    margin-left:2px;
    list-style-type:none;
}
#main .pagination li {
    margin-left: 2px;
}
.pagination a,
.pagination span.current {
    display:block;
    padding:2px 6px;
    text-align:center;
    font-size:14px;
    line-height:16px;
}
.pagination a {
    background-color:#a7a7a7;
    color:#fff;
}
.pagination a:hover,
.pagination .active {
    background-color: #ffffff;
    color:#a87336;
}
.cd_ac_nav li {
    margin-bottom:2px;
}
#right .pagination {
    border:0;
}
#links li,
#links .content_box p {
    margin-bottom:6px;
    margin-left:4px;
    padding-left:5px;
    border-left:10px solid #7f7f7f;
}
#links a {
    display:block;
    font-size:.75rem;
    line-height:1.5rem;
    color:#dc4e41;
}
#links a:hover {
    color:#a87336;
}
p.cd_tittle {
    margin-bottom:20px;
    padding:5px;
}
.buy_box {
    overflow:auto;
    display:inline-block;
    margin-right:5px;
    padding:5px 5px 3px;
}
.buy_box a {
    display:block;
    margin-right:10px;
    margin-left:10px;
}
p.buy_box:before {
    display:inline-block;
    margin-left:10px;
    padding-bottom:5px;
    vertical-align:middle;
    font:1.5em "Font Awesome 5 Free";
    color:#5b5b5b;
}
.cd_detail .cd_txt li a {
    width:100px;
    height:20px;
    float:right;
    display:inline-block;
    margin-left:2em;
    padding-right:5px;
    padding-left:5px;
    background-image:url("files/jazz_fun/design/images/ml_audio_link_01_blau.gif");
    background-repeat:no-repeat;
    text-indent: -9999px
}
.cd_detail .cd_txt li a:hover {
    background-image:url("files/jazz_fun/design/images/ml_audio_link_01_rot.gif");
    background-repeat:no-repeat;
}

.rs-columns {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.rs-column {
    float: left;
    width: 100%;
    margin-top: 5%;
    margin-right: 5%;
}
.rs-column.-large-first {
    clear: left;
}
.rs-column.-large-last {
    margin-right: -5px;
}
.rs-column.-large-first-row {
    margin-top: 0;
}
.rs-column.-large-col-1-1 {
    width: 100%;
}
.rs-column.-large-col-2-1 {
    width: 47.5%;
}
.rs-column.-large-col-2-2 {
    width: 100%;
}
.rs-column.-large-col-3-1 {
    width: 30%;
}
.rs-column.-large-col-3-2 {
    width: 65%;
}
.rs-column.-large-col-3-3 {
    width: 100.0%;
}
.rs-column.-large-col-4-1 {
    width: 21.25%;
}
.rs-column.-large-col-4-2 {
    width: 47.5%;
}
.rs-column.-large-col-4-3 {
    width: 73.75%;
}
.rs-column.-large-col-4-4 {
    width: 100%;
}
.rs-column.-large-col-5-1 {
    width: 16%;
}
.rs-column.-large-col-5-2 {
    width: 37%;
}
.rs-column.-large-col-5-3 {
    width: 58.0%;
}
.rs-column.-large-col-5-4 {
    width: 79%;
}
.rs-column.-large-col-5-5 {
    width: 100%;
}
.rs-column.-large-col-6-1 {
    width: 12.5%;
}
.rs-column.-large-col-6-2 {
    width: 30%;
}
.rs-column.-large-col-6-3 {
    width: 47.5%;
}
.rs-column.-large-col-6-4 {
    width: 65%;
}
.rs-column.-large-col-6-5 {
    width: 82.5%;
}
.rs-column.-large-col-6-6 {
    width: 100%;
}
.rs-column.-large-col-7-1 {
    width: 10%;
}
.rs-column.-large-col-7-2 {
    width: 25%;
}
.rs-column.-large-col-7-3 {
    width: 40%;
}
.rs-column.-large-col-7-4 {
    width: 55.0%;
}
.rs-column.-large-col-7-5 {
    width: 70%;
}
.rs-column.-large-col-7-6 {
    width: 85%;
}
.rs-column.-large-col-7-7 {
    width: 100%;
}
.oneo-no-sidebar .rs-column,
.page-footer .rs-column {
    margin-top: 3.33333%;
    margin-right: 3.33333%;
}
.oneo-no-sidebar .rs-column.-large-last,
.page-footer .rs-column.-large-last {
    margin-right: -5px;
}
.oneo-no-sidebar .rs-column.-large-first-row,
.page-footer .rs-column.-large-first-row {
    margin-top: 0;
}
.oneo-no-sidebar .rs-column.-large-col-1-1,
.page-footer .rs-column.-large-col-1-1 {
    width: 100%;
}
.oneo-no-sidebar .rs-column.-large-col-2-1,
.page-footer .rs-column.-large-col-2-1 {
    width: 48.33333%;
}
.oneo-no-sidebar .rs-column.-large-col-2-2,
.page-footer .rs-column.-large-col-2-2 {
    width: 100%;
}
.oneo-no-sidebar .rs-column.-large-col-3-1,
.page-footer .rs-column.-large-col-3-1 {
    width: 31.11111%;
}
.oneo-no-sidebar .rs-column.-large-col-3-2,
.page-footer .rs-column.-large-col-3-2 {
    width: 65.55556%;
}
.oneo-no-sidebar .rs-column.-large-col-3-3,
.page-footer .rs-column.-large-col-3-3 {
    width: 100%;
}
.oneo-no-sidebar .rs-column.-large-col-4-1,
.page-footer .rs-column.-large-col-4-1 {
    width: 22.5%;
}
.oneo-no-sidebar .rs-column.-large-col-4-2,
.page-footer .rs-column.-large-col-4-2 {
    width: 48.33333%;
}
.oneo-no-sidebar .rs-column.-large-col-4-3,
.page-footer .rs-column.-large-col-4-3 {
    width: 74.16667%;
}
.oneo-no-sidebar .rs-column.-large-col-4-4,
.page-footer .rs-column.-large-col-4-4 {
    width: 100%;
}
.oneo-no-sidebar .rs-column.-large-col-5-1,
.page-footer .rs-column.-large-col-5-1 {
    width: 17.33333%;
}
.oneo-no-sidebar .rs-column.-large-col-5-2,
.page-footer .rs-column.-large-col-5-2 {
    width: 38%;
}
.oneo-no-sidebar .rs-column.-large-col-5-3,
.page-footer .rs-column.-large-col-5-3 {
    width: 58.66667%;
}
.oneo-no-sidebar .rs-column.-large-col-5-4,
.page-footer .rs-column.-large-col-5-4 {
    width: 79.33333%;
}
.oneo-no-sidebar .rs-column.-large-col-5-5,
.page-footer .rs-column.-large-col-5-5 {
    width: 100%;
}
.oneo-no-sidebar .rs-column.-large-col-6-1,
.page-footer .rs-column.-large-col-6-1 {
    width: 13.88889%;
}
.oneo-no-sidebar .rs-column.-large-col-6-2,
.page-footer .rs-column.-large-col-6-2 {
    width: 31.11111%;
}
.oneo-no-sidebar .rs-column.-large-col-6-3,
.page-footer .rs-column.-large-col-6-3 {
    width: 48.33333%;
}
.oneo-no-sidebar .rs-column.-large-col-6-4,
.page-footer .rs-column.-large-col-6-4 {
    width: 65.55556%;
}
.oneo-no-sidebar .rs-column.-large-col-6-5,
.page-footer .rs-column.-large-col-6-5 {
    width: 82.77778%;
}
.oneo-no-sidebar .rs-column.-large-col-6-6,
.page-footer .rs-column.-large-col-6-6 {
    width: 100%;
}
.oneo-no-sidebar .rs-column.-large-col-7-1,
.page-footer .rs-column.-large-col-7-1 {
    width: 11.42857%;
}
.oneo-no-sidebar .rs-column.-large-col-7-2,
.page-footer .rs-column.-large-col-7-2 {
    width: 26.19048%;
}
.oneo-no-sidebar .rs-column.-large-col-7-3,
.page-footer .rs-column.-large-col-7-3 {
    width: 40.95238%;
}
.oneo-no-sidebar .rs-column.-large-col-7-4,
.page-footer .rs-column.-large-col-7-4 {
    width: 55.71429%;
}
.oneo-no-sidebar .rs-column.-large-col-7-5,
.page-footer .rs-column.-large-col-7-5 {
    width: 70.47619%;
}
.oneo-no-sidebar .rs-column.-large-col-7-6,
.page-footer .rs-column.-large-col-7-6 {
    width: 85.2381%;
}
.oneo-no-sidebar .rs-column.-large-col-7-7,
.page-footer .rs-column.-large-col-7-7 {
    width: 100%;
}
@media screen and (max-width: 900px) {
    .rs-column,
    .oneo-no-sidebar .rs-column,
    .page-footer .rs-column {
        margin-top: 4.54545%;
        margin-right: 4.54545%;
    }
    .rs-column.-large-first,
    .oneo-no-sidebar .rs-column.-large-first,
    .page-footer .rs-column.-large-first {
        clear: none;
    }
    .rs-column.-large-last,
    .oneo-no-sidebar .rs-column.-large-last,
    .page-footer .rs-column.-large-last {
        margin-right: 4.54545%;
    }
    .rs-column.-large-first-row,
    .oneo-no-sidebar .rs-column.-large-first-row,
    .page-footer .rs-column.-large-first-row {
        margin-top: 4.54545%;
    }
    .rs-column.-medium-first,
    .oneo-no-sidebar .rs-column.-medium-first,
    .page-footer .rs-column.-medium-first {
        clear: left;
    }
    .rs-column.-medium-last,
    .oneo-no-sidebar .rs-column.-medium-last,
    .page-footer .rs-column.-medium-last {
        margin-right: -5px;
    }
    .rs-column.-medium-first-row,
    .oneo-no-sidebar .rs-column.-medium-first-row,
    .page-footer .rs-column.-medium-first-row {
        margin-top: 0;
    }
    .rs-column.-medium-col-1-1,
    .oneo-no-sidebar .rs-column.-medium-col-1-1,
    .page-footer .rs-column.-medium-col-1-1 {
        width: 100%;
    }
    .rs-column.-medium-col-2-1,
    .oneo-no-sidebar .rs-column.-medium-col-2-1,
    .page-footer .rs-column.-medium-col-2-1 {
        width: 47.72727%;
    }
    .rs-column.-medium-col-2-2,
    .oneo-no-sidebar .rs-column.-medium-col-2-2,
    .page-footer .rs-column.-medium-col-2-2 {
        width: 100%;
    }
    .rs-column.-medium-col-3-1,
    .oneo-no-sidebar .rs-column.-medium-col-3-1,
    .page-footer .rs-column.-medium-col-3-1 {
        width: 30.30303%;
    }
    .rs-column.-medium-col-3-2,
    .oneo-no-sidebar .rs-column.-medium-col-3-2,
    .page-footer .rs-column.-medium-col-3-2 {
        width: 65.15152%;
    }
    .rs-column.-medium-col-3-3,
    .oneo-no-sidebar .rs-column.-medium-col-3-3,
    .page-footer .rs-column.-medium-col-3-3 {
        width: 100%;
    }
    .rs-column.-medium-col-4-1,
    .oneo-no-sidebar .rs-column.-medium-col-4-1,
    .page-footer .rs-column.-medium-col-4-1 {
        width: 21.59091%;
    }
    .rs-column.-medium-col-4-2,
    .oneo-no-sidebar .rs-column.-medium-col-4-2,
    .page-footer .rs-column.-medium-col-4-2 {
        width: 47.72727%;
    }
    .rs-column.-medium-col-4-3,
    .oneo-no-sidebar .rs-column.-medium-col-4-3,
    .page-footer .rs-column.-medium-col-4-3 {
        width: 73.86364%;
    }
    .rs-column.-medium-col-4-4,
    .oneo-no-sidebar .rs-column.-medium-col-4-4,
    .page-footer .rs-column.-medium-col-4-4 {
        width: 100%;
    }
    .rs-column.-medium-col-5-1,
    .oneo-no-sidebar .rs-column.-medium-col-5-1,
    .page-footer .rs-column.-medium-col-5-1 {
        width: 16.36364%;
    }
    .rs-column.-medium-col-5-2,
    .oneo-no-sidebar .rs-column.-medium-col-5-2,
    .page-footer .rs-column.-medium-col-5-2 {
        width: 37.27273%;
    }
    .rs-column.-medium-col-5-3,
    .oneo-no-sidebar .rs-column.-medium-col-5-3,
    .page-footer .rs-column.-medium-col-5-3 {
        width: 58.18182%;
    }
    .rs-column.-medium-col-5-4,
    .oneo-no-sidebar .rs-column.-medium-col-5-4,
    .page-footer .rs-column.-medium-col-5-4 {
        width: 79.09091%;
    }
    .rs-column.-medium-col-5-5,
    .oneo-no-sidebar .rs-column.-medium-col-5-5,
    .page-footer .rs-column.-medium-col-5-5 {
        width: 100%;
    }
    .rs-column.-medium-col-6-1,
    .oneo-no-sidebar .rs-column.-medium-col-6-1,
    .page-footer .rs-column.-medium-col-6-1 {
        width: 12.87879%;
    }
    .rs-column.-medium-col-6-2,
    .oneo-no-sidebar .rs-column.-medium-col-6-2,
    .page-footer .rs-column.-medium-col-6-2 {
        width: 30.30303%;
    }
    .rs-column.-medium-col-6-3,
    .oneo-no-sidebar .rs-column.-medium-col-6-3,
    .page-footer .rs-column.-medium-col-6-3 {
        width: 47.72727%;
    }
    .rs-column.-medium-col-6-4,
    .oneo-no-sidebar .rs-column.-medium-col-6-4,
    .page-footer .rs-column.-medium-col-6-4 {
        width: 65.15152%;
    }
    .rs-column.-medium-col-6-5,
    .oneo-no-sidebar .rs-column.-medium-col-6-5,
    .page-footer .rs-column.-medium-col-6-5 {
        width: 82.57576%;
    }
    .rs-column.-medium-col-6-6,
    .oneo-no-sidebar .rs-column.-medium-col-6-6,
    .page-footer .rs-column.-medium-col-6-6 {
        width: 100%;
    }
    .rs-column.-medium-col-7-1,
    .oneo-no-sidebar .rs-column.-medium-col-7-1,
    .page-footer .rs-column.-medium-col-7-1 {
        width: 10.38961%;
    }
    .rs-column.-medium-col-7-2,
    .oneo-no-sidebar .rs-column.-medium-col-7-2,
    .page-footer .rs-column.-medium-col-7-2 {
        width: 25.32468%;
    }
    .rs-column.-medium-col-7-3,
    .oneo-no-sidebar .rs-column.-medium-col-7-3,
    .page-footer .rs-column.-medium-col-7-3 {
        width: 40.25974%;
    }
    .rs-column.-medium-col-7-4,
    .oneo-no-sidebar .rs-column.-medium-col-7-4,
    .page-footer .rs-column.-medium-col-7-4 {
        width: 55.19481%;
    }
    .rs-column.-medium-col-7-5,
    .oneo-no-sidebar .rs-column.-medium-col-7-5,
    .page-footer .rs-column.-medium-col-7-5 {
        width: 70.12987%;
    }
    .rs-column.-medium-col-7-6,
    .oneo-no-sidebar .rs-column.-medium-col-7-6,
    .page-footer .rs-column.-medium-col-7-6 {
        width: 85.06494%;
    }
    .rs-column.-medium-col-7-7,
    .oneo-no-sidebar .rs-column.-medium-col-7-7,
    .page-footer .rs-column.-medium-col-7-7 {
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    .rs-column,
    .oneo-no-sidebar .rs-column,
    .page-footer .rs-column {
        margin-right: 4.54545%;
    }
    .rs-column.-medium-first,
    .oneo-no-sidebar .rs-column.-medium-first,
    .page-footer .rs-column.-medium-first {
        clear: none;
    }
    .rs-column.-medium-last,
    .oneo-no-sidebar .rs-column.-medium-last,
    .page-footer .rs-column.-medium-last {
        margin-right: 4.54545%;
    }
    .rs-column.-medium-first-row,
    .oneo-no-sidebar .rs-column.-medium-first-row,
    .page-footer .rs-column.-medium-first-row {
        margin-top: 4.54545%;
    }
    .rs-column.-small-first,
    .oneo-no-sidebar .rs-column.-small-first,
    .page-footer .rs-column.-small-first {
        clear: left;
    }
    .rs-column.-small-last,
    .oneo-no-sidebar .rs-column.-small-last,
    .page-footer .rs-column.-small-last {
        margin-right: -5px;
    }
    .rs-column.-small-first-row,
    .oneo-no-sidebar .rs-column.-small-first-row,
    .page-footer .rs-column.-small-first-row {
        margin-top: 0;
    }
    .rs-column.-small-col-1-1,
    .oneo-no-sidebar .rs-column.-small-col-1-1,
    .page-footer .rs-column.-small-col-1-1 {
        width: 100%;
    }
    .rs-column.-small-col-2-1,
    .oneo-no-sidebar .rs-column.-small-col-2-1,
    .page-footer .rs-column.-small-col-2-1 {
        width: 47.72727%;
    }
    .rs-column.-small-col-2-2,
    .oneo-no-sidebar .rs-column.-small-col-2-2,
    .page-footer .rs-column.-small-col-2-2 {
        width: 100%;
    }
    .rs-column.-small-col-3-1,
    .oneo-no-sidebar .rs-column.-small-col-3-1,
    .page-footer .rs-column.-small-col-3-1 {
        width: 30.30303%;
    }
    .rs-column.-small-col-3-2,
    .oneo-no-sidebar .rs-column.-small-col-3-2,
    .page-footer .rs-column.-small-col-3-2 {
        width: 65.15152%;
    }
    .rs-column.-small-col-3-3,
    .oneo-no-sidebar .rs-column.-small-col-3-3,
    .page-footer .rs-column.-small-col-3-3 {
        width: 100%;
    }
    .rs-column.-small-col-4-1,
    .oneo-no-sidebar .rs-column.-small-col-4-1,
    .page-footer .rs-column.-small-col-4-1 {
        width: 21.59091%;
    }
    .rs-column.-small-col-4-2,
    .oneo-no-sidebar .rs-column.-small-col-4-2,
    .page-footer .rs-column.-small-col-4-2 {
        width: 47.72727%;
    }
    .rs-column.-small-col-4-3,
    .oneo-no-sidebar .rs-column.-small-col-4-3,
    .page-footer .rs-column.-small-col-4-3 {
        width: 73.86364%;
    }
    .rs-column.-small-col-4-4,
    .oneo-no-sidebar .rs-column.-small-col-4-4,
    .page-footer .rs-column.-small-col-4-4 {
        width: 100%;
    }
    .rs-column.-small-col-5-1,
    .oneo-no-sidebar .rs-column.-small-col-5-1,
    .page-footer .rs-column.-small-col-5-1 {
        width: 16.36364%;
    }
    .rs-column.-small-col-5-2,
    .oneo-no-sidebar .rs-column.-small-col-5-2,
    .page-footer .rs-column.-small-col-5-2 {
        width: 37.27273%;
    }
    .rs-column.-small-col-5-3,
    .oneo-no-sidebar .rs-column.-small-col-5-3,
    .page-footer .rs-column.-small-col-5-3 {
        width: 58.18182%;
    }
    .rs-column.-small-col-5-4,
    .oneo-no-sidebar .rs-column.-small-col-5-4,
    .page-footer .rs-column.-small-col-5-4 {
        width: 79.09091%;
    }
    .rs-column.-small-col-5-5,
    .oneo-no-sidebar .rs-column.-small-col-5-5,
    .page-footer .rs-column.-small-col-5-5 {
        width: 100%;
    }
    .rs-column.-small-col-6-1,
    .oneo-no-sidebar .rs-column.-small-col-6-1,
    .page-footer .rs-column.-small-col-6-1 {
        width: 12.87879%;
    }
    .rs-column.-small-col-6-2,
    .oneo-no-sidebar .rs-column.-small-col-6-2,
    .page-footer .rs-column.-small-col-6-2 {
        width: 30.30303%;
    }
    .rs-column.-small-col-6-3,
    .oneo-no-sidebar .rs-column.-small-col-6-3,
    .page-footer .rs-column.-small-col-6-3 {
        width: 47.72727%;
    }
    .rs-column.-small-col-6-4,
    .oneo-no-sidebar .rs-column.-small-col-6-4,
    .page-footer .rs-column.-small-col-6-4 {
        width: 65.15152%;
    }
    .rs-column.-small-col-6-5,
    .oneo-no-sidebar .rs-column.-small-col-6-5,
    .page-footer .rs-column.-small-col-6-5 {
        width: 82.57576%;
    }
    .rs-column.-small-col-6-6,
    .oneo-no-sidebar .rs-column.-small-col-6-6,
    .page-footer .rs-column.-small-col-6-6 {
        width: 100%;
    }
    .rs-column.-small-col-7-1,
    .oneo-no-sidebar .rs-column.-small-col-7-1,
    .page-footer .rs-column.-small-col-7-1 {
        width: 10.38961%;
    }
    .rs-column.-small-col-7-2,
    .oneo-no-sidebar .rs-column.-small-col-7-2,
    .page-footer .rs-column.-small-col-7-2 {
        width: 25.32468%;
    }
    .rs-column.-small-col-7-3,
    .oneo-no-sidebar .rs-column.-small-col-7-3,
    .page-footer .rs-column.-small-col-7-3 {
        width: 40.25974%;
    }
    .rs-column.-small-col-7-4,
    .oneo-no-sidebar .rs-column.-small-col-7-4,
    .page-footer .rs-column.-small-col-7-4 {
        width: 55.19481%;
    }
    .rs-column.-small-col-7-5,
    .oneo-no-sidebar .rs-column.-small-col-7-5,
    .page-footer .rs-column.-small-col-7-5 {
        width: 70.12987%;
    }
    .rs-column.-small-col-7-6,
    .oneo-no-sidebar .rs-column.-small-col-7-6,
    .page-footer .rs-column.-small-col-7-6 {
        width: 85.06494%;
    }
    .rs-column.-small-col-7-7,
    .oneo-no-sidebar .rs-column.-small-col-7-7,
    .page-footer .rs-column.-small-col-7-7 {
        width: 100%;
    }
}

/* Resetting box model for moo_mediabox and j_colorbox */
#mbCenter,
#colorbox {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

::selection {
    background: #33b1ec;
    color: white;
    text-shadow: none !important;
}

::-moz-selection {
    background: #33b1ec;
    color: white;
    text-shadow: none !important;
}
img {
    max-width: 100%;
    height: auto;
}
button,
input,
select,
textarea {
    font-family: inherit;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid gainsboro;
    background: white;
}
table th,
table td {
    border: solid #f2f2f2;
    border-width: 1px 0 0 1px;
}
table th:first-child,
table td:first-child {
    border-left: 0;
}
table > thead > tr:first-child > th,
table > thead > tr:first-child > td,
table > tbody:first-child > tr:first-child > th,
table > tbody:first-child > tr:first-child > td,
table > tfoot:first-child + tbody > tr:first-child > th,
table > tfoot:first-child + tbody > tr:first-child > td {
    /* First row of the table */
    border-top: 0;
}
table th {
    padding: 0.4em 0.66667em;
    font-weight: bold;
    text-align: left;
}
table td {
    padding: 0.4em 0.66667em;
}
table thead {
    background: rgba(0, 0, 0, 0.02);
}
table tfoot td {
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

a {
    color: #8c0e2b;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: black;
}
a:hover,
a:active {
    outline: 0;
}
a.external-link:after {
    font: 0.86667em/1 "RockSolid Icons";
    content: "\e151";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    margin-left: 0.26667em;
}
.-highlight-color a {
    color: #0b577b;
}

/* Icon attribute */
*[data-icon]:before,
*[class^="icon-"]:before,
*[class*=" icon-"]:before {
    font: 100%/1 "RockSolid Icons";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    margin-right: 0.26667em;
}
.icon-links a:before {
    font: 1.5em/1 "RockSolid Icons";
}

*[data-icon]:before {
    content: attr(data-icon);
}
*[data-icon].after:before {
    content: none;
}
*[data-icon].after:after {
    font: 100%/1 "RockSolid Icons";
    content: attr(data-icon);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    margin-left: 0.26667em;
}

.clear {
    clear: both;
}

.invisible {
    display: none;
    position: absolute;
    height: 1px !important;
    width: 1px !important;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0 !important;
    overflow: hidden;
    border: 0;
    z-index: -1;
}

.no-border {
    border: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.margin-top-none {
    margin-top: 0 !important;
}
@media screen and (max-width: 599px) {
    .margin-top-none {
        margin-top: 0 !important;
    }
}

.margin-right-none {
    margin-right: 0 !important;
}
@media screen and (max-width: 599px) {
    .margin-right-none {
        margin-right: 0 !important;
    }
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 599px) {
    .margin-bottom-none {
        margin-bottom: 0 !important;
    }
}

.margin-left-none {
    margin-left: 0 !important;
}
@media screen and (max-width: 599px) {
    .margin-left-none {
        margin-left: 0 !important;
    }
}

.padding-top-none {
    padding-top: 0 !important;
}
@media screen and (max-width: 599px) {
    .padding-top-none {
        padding-top: 0 !important;
    }
}

.padding-right-none {
    padding-right: 0 !important;
}
@media screen and (max-width: 599px) {
    .padding-right-none {
        padding-right: 0 !important;
    }
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}
@media screen and (max-width: 599px) {
    .padding-bottom-none {
        padding-bottom: 0 !important;
    }
}

.padding-left-none {
    padding-left: 0 !important;
}
@media screen and (max-width: 599px) {
    .padding-left-none {
        padding-left: 0 !important;
    }
}

.margin-top-xxs {
    margin-top: 10px !important;
}
@media screen and (max-width: 599px) {
    .margin-top-xxs {
        margin-top: 5px !important;
    }
}

.margin-right-xxs {
    margin-right: 10px !important;
}
@media screen and (max-width: 599px) {
    .margin-right-xxs {
        margin-right: 5px !important;
    }
}

.margin-bottom-xxs {
    margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
    .margin-bottom-xxs {
        margin-bottom: 5px !important;
    }
}

.margin-left-xxs {
    margin-left: 10px !important;
}
@media screen and (max-width: 599px) {
    .margin-left-xxs {
        margin-left: 5px !important;
    }
}

.padding-top-xxs {
    padding-top: 10px !important;
}
@media screen and (max-width: 599px) {
    .padding-top-xxs {
        padding-top: 5px !important;
    }
}

.padding-right-xxs {
    padding-right: 10px !important;
}
@media screen and (max-width: 599px) {
    .padding-right-xxs {
        padding-right: 5px !important;
    }
}

.padding-bottom-xxs {
    padding-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
    .padding-bottom-xxs {
        padding-bottom: 5px !important;
    }
}

.padding-left-xxs {
    padding-left: 10px !important;
}
@media screen and (max-width: 599px) {
    .padding-left-xxs {
        padding-left: 5px !important;
    }
}

.margin-top-xs {
    margin-top: 25px !important;
}
@media screen and (max-width: 599px) {
    .margin-top-xs {
        margin-top: 13px !important;
    }
}

.margin-right-xs {
    margin-right: 25px !important;
}
@media screen and (max-width: 599px) {
    .margin-right-xs {
        margin-right: 13px !important;
    }
}

.margin-bottom-xs {
    margin-bottom: 25px !important;
}
@media screen and (max-width: 599px) {
    .margin-bottom-xs {
        margin-bottom: 13px !important;
    }
}

.margin-left-xs {
    margin-left: 25px !important;
}
@media screen and (max-width: 599px) {
    .margin-left-xs {
        margin-left: 13px !important;
    }
}

.padding-top-xs {
    padding-top: 25px !important;
}
@media screen and (max-width: 599px) {
    .padding-top-xs {
        padding-top: 13px !important;
    }
}

.padding-right-xs {
    padding-right: 25px !important;
}
@media screen and (max-width: 599px) {
    .padding-right-xs {
        padding-right: 13px !important;
    }
}

.padding-bottom-xs {
    padding-bottom: 25px !important;
}
@media screen and (max-width: 599px) {
    .padding-bottom-xs {
        padding-bottom: 13px !important;
    }
}

.padding-left-xs {
    padding-left: 25px !important;
}
@media screen and (max-width: 599px) {
    .padding-left-xs {
        padding-left: 13px !important;
    }
}

.margin-top-s {
    margin-top: 50px !important;
}
@media screen and (max-width: 599px) {
    .margin-top-s {
        margin-top: 25px !important;
    }
}

.margin-right-s {
    margin-right: 50px !important;
}
@media screen and (max-width: 599px) {
    .margin-right-s {
        margin-right: 25px !important;
    }
}

.margin-bottom-s {
    margin-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
    .margin-bottom-s {
        margin-bottom: 25px !important;
    }
}

.margin-left-s {
    margin-left: 50px !important;
}
@media screen and (max-width: 599px) {
    .margin-left-s {
        margin-left: 25px !important;
    }
}

.padding-top-s {
    padding-top: 50px !important;
}
@media screen and (max-width: 599px) {
    .padding-top-s {
        padding-top: 25px !important;
    }
}

.padding-right-s {
    padding-right: 50px !important;
}
@media screen and (max-width: 599px) {
    .padding-right-s {
        padding-right: 25px !important;
    }
}

.padding-bottom-s {
    padding-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
    .padding-bottom-s {
        padding-bottom: 25px !important;
    }
}

.padding-left-s {
    padding-left: 50px !important;
}
@media screen and (max-width: 599px) {
    .padding-left-s {
        padding-left: 25px !important;
    }
}

.margin-top-m {
    margin-top: 75px !important;
}
@media screen and (max-width: 599px) {
    .margin-top-m {
        margin-top: 38px !important;
    }
}

.margin-right-m {
    margin-right: 75px !important;
}
@media screen and (max-width: 599px) {
    .margin-right-m {
        margin-right: 38px !important;
    }
}

.margin-bottom-m {
    margin-bottom: 75px !important;
}
@media screen and (max-width: 599px) {
    .margin-bottom-m {
        margin-bottom: 38px !important;
    }
}

.margin-left-m {
    margin-left: 75px !important;
}
@media screen and (max-width: 599px) {
    .margin-left-m {
        margin-left: 38px !important;
    }
}

.padding-top-m {
    padding-top: 75px !important;
}
@media screen and (max-width: 599px) {
    .padding-top-m {
        padding-top: 38px !important;
    }
}

.padding-right-m {
    padding-right: 75px !important;
}
@media screen and (max-width: 599px) {
    .padding-right-m {
        padding-right: 38px !important;
    }
}

.padding-bottom-m {
    padding-bottom: 75px !important;
}
@media screen and (max-width: 599px) {
    .padding-bottom-m {
        padding-bottom: 38px !important;
    }
}

.padding-left-m {
    padding-left: 75px !important;
}
@media screen and (max-width: 599px) {
    .padding-left-m {
        padding-left: 38px !important;
    }
}

.margin-top-l {
    margin-top: 100px !important;
}
@media screen and (max-width: 599px) {
    .margin-top-l {
        margin-top: 50px !important;
    }
}

.margin-right-l {
    margin-right: 100px !important;
}
@media screen and (max-width: 599px) {
    .margin-right-l {
        margin-right: 50px !important;
    }
}

.margin-bottom-l {
    margin-bottom: 100px !important;
}
@media screen and (max-width: 599px) {
    .margin-bottom-l {
        margin-bottom: 50px !important;
    }
}

.margin-left-l {
    margin-left: 100px !important;
}
@media screen and (max-width: 599px) {
    .margin-left-l {
        margin-left: 50px !important;
    }
}

.padding-top-l {
    padding-top: 100px !important;
}
@media screen and (max-width: 599px) {
    .padding-top-l {
        padding-top: 50px !important;
    }
}

.padding-right-l {
    padding-right: 100px !important;
}
@media screen and (max-width: 599px) {
    .padding-right-l {
        padding-right: 50px !important;
    }
}

.padding-bottom-l {
    padding-bottom: 100px !important;
}
@media screen and (max-width: 599px) {
    .padding-bottom-l {
        padding-bottom: 50px !important;
    }
}

.padding-left-l {
    padding-left: 100px !important;
}
@media screen and (max-width: 599px) {
    .padding-left-l {
        padding-left: 50px !important;
    }
}

.margin-top-xl {
    margin-top: 150px !important;
}
@media screen and (max-width: 599px) {
    .margin-top-xl {
        margin-top: 75px !important;
    }
}

.margin-right-xl {
    margin-right: 150px !important;
}
@media screen and (max-width: 599px) {
    .margin-right-xl {
        margin-right: 75px !important;
    }
}

.margin-bottom-xl {
    margin-bottom: 150px !important;
}
@media screen and (max-width: 599px) {
    .margin-bottom-xl {
        margin-bottom: 75px !important;
    }
}

.margin-left-xl {
    margin-left: 150px !important;
}
@media screen and (max-width: 599px) {
    .margin-left-xl {
        margin-left: 75px !important;
    }
}

.padding-top-xl {
    padding-top: 150px !important;
}
@media screen and (max-width: 599px) {
    .padding-top-xl {
        padding-top: 75px !important;
    }
}

.padding-right-xl {
    padding-right: 150px !important;
}
@media screen and (max-width: 599px) {
    .padding-right-xl {
        padding-right: 75px !important;
    }
}

.padding-bottom-xl {
    padding-bottom: 150px !important;
}
@media screen and (max-width: 599px) {
    .padding-bottom-xl {
        padding-bottom: 75px !important;
    }
}

.padding-left-xl {
    padding-left: 150px !important;
}
@media screen and (max-width: 599px) {
    .padding-left-xl {
        padding-left: 75px !important;
    }
}

.margin-top-xxl {
    margin-top: 200px !important;
}
@media screen and (max-width: 599px) {
    .margin-top-xxl {
        margin-top: 100px !important;
    }
}

.margin-right-xxl {
    margin-right: 200px !important;
}
@media screen and (max-width: 599px) {
    .margin-right-xxl {
        margin-right: 100px !important;
    }
}

.margin-bottom-xxl {
    margin-bottom: 200px !important;
}
@media screen and (max-width: 599px) {
    .margin-bottom-xxl {
        margin-bottom: 100px !important;
    }
}

.margin-left-xxl {
    margin-left: 200px !important;
}
@media screen and (max-width: 599px) {
    .margin-left-xxl {
        margin-left: 100px !important;
    }
}

.padding-top-xxl {
    padding-top: 200px !important;
}
@media screen and (max-width: 599px) {
    .padding-top-xxl {
        padding-top: 100px !important;
    }
}

.padding-right-xxl {
    padding-right: 200px !important;
}
@media screen and (max-width: 599px) {
    .padding-right-xxl {
        padding-right: 100px !important;
    }
}

.padding-bottom-xxl {
    padding-bottom: 200px !important;
}
@media screen and (max-width: 599px) {
    .padding-bottom-xxl {
        padding-bottom: 100px !important;
    }
}

.padding-left-xxl {
    padding-left: 200px !important;
}
@media screen and (max-width: 599px) {
    .padding-left-xxl {
        padding-left: 100px !important;
    }
}

.font-size-xxs {
    font-size: 0.6em !important;
}
@media screen and (max-width: 599px) {
    .font-size-xxs {
        font-size: 0.8em !important;
    }
}

.font-size-xs {
    font-size: 0.8em !important;
}
@media screen and (max-width: 599px) {
    .font-size-xs {
        font-size: 0.9em !important;
    }
}

.font-size-s {
    font-size: 0.9em !important;
}
@media screen and (max-width: 599px) {
    .font-size-s {
        font-size: 0.95em !important;
    }
}

.font-size-m {
    font-size: 1.2em !important;
}
@media screen and (max-width: 599px) {
    .font-size-m {
        font-size: 1.1em !important;
    }
}

.font-size-l {
    font-size: 1.5em !important;
}
@media screen and (max-width: 599px) {
    .font-size-l {
        font-size: 1.25em !important;
    }
}

.font-size-xl {
    font-size: 2em !important;
}
@media screen and (max-width: 599px) {
    .font-size-xl {
        font-size: 1.5em !important;
    }
}

.font-size-xxl {
    font-size: 2.5em !important;
}
@media screen and (max-width: 599px) {
    .font-size-xxl {
        font-size: 1.75em !important;
    }
}

.centered {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.syndication {
    margin: 0.8em 0 0 1.33333em;
    float: right;
}
.syndication a {
    margin-left: 0.13333em;
}

.mime_icon {
    margin-bottom: -0.25em;
}

.download-element {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.ce_toplink,
.toplink {
    overflow: hidden;
    margin: 1.6em 0;
}

.ce_toplink > a:before,
.toplink > a:before {
    font: 100%/1 "RockSolid Icons";
    content: "\e00c";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    margin-right: 0.33333em;
}

/* Style for dlh_googlemaps (if you don't use the plugin, you might want to delete this) */
.dlh_googlemap {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.main-content .dlh_googlemap,
.sidebar .dlh_googlemap {
    /* Setting the maps max-width to 100% is best practice, since it becomes fluid that way */
    max-width: 100%;
}

.main-content .dlh_googlemap img {
    max-width: none;
}

hr,
.headline-hr:before,
.headline-hr:after {
    clear: both;
    height: 0;
    overflow: visible;
    margin: 2.4em 0;
    border: 0;
    border-top: 1px solid gainsboro;
}

hr.-hr-dotted,
.headline-hr.-hr-dotted:before,
.headline-hr.-hr-dotted:after {
    border-top-style: dotted;
    border-top-color: #717c8e;
}

hr.-hr-shadow,
.headline-hr.-hr-shadow:before,
.headline-hr.-hr-shadow:after {
    height: 8px;
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0) 60%);
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0) 60%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0) 60%);
    background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0) 60%);
    background-size: 100% 16px;
    background-position: 50% -8px;
}

.headline-hr {
    overflow: hidden;
    clear: both;
}
.headline-hr:before,
.headline-hr:after {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0 0.66667em 0 calc(-100% - 0.66667em);
}
.headline-hr:after {
    content: "";
    margin: 0 calc(-100% - 0.66667em) 0 0.66667em;
}
.headline-hr.-centered {
    text-align: center;
}
.headline-hr.-centered:before {
    content: "";
}
.headline-hr.-align-right {
    text-align: right;
}
.headline-hr.-align-right:before {
    content: "";
}
.headline-hr.-align-right:after {
    content: none;
}

.icon-hr {
    display: block;
}
.icon-hr:before {
    position: relative;
    display: block;
    bottom: -0.53333em;
    width: 2em;
    margin: 0;
    background: white;
}
.icon-hr.-centered:before {
    width: 2.4em;
    margin: 0 auto;
    text-align: center;
}
.icon-hr.-align-right:before {
    margin: 0 0 0 auto;
    text-align: right;
}
.icon-hr hr {
    margin: 0;
}

.confirmation {
    color: #b5da44;
}

.information {
    color: #33b1ec;
}

.warning {
    color: #df3763;
}

p.confirmation,
p.information,
p.warning,
div.confirmation,
div.information,
div.warning,
span.confirmation,
span.information,
span.warning {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 1.66667em 0;
    padding: 1.06667em 6.25% 1.06667em 12.5%;
    border: 1px solid gainsboro;
    color: #8caf23;
    background: white;
}
@media screen and (max-width: 599px) {
    p.confirmation,
    p.information,
    p.warning,
    div.confirmation,
    div.information,
    div.warning,
    span.confirmation,
    span.information,
    span.warning {
        padding-left: 4.26667em;
    }
}
p.confirmation:before,
p.information:before,
p.warning:before,
div.confirmation:before,
div.information:before,
div.warning:before,
span.confirmation:before,
span.information:before,
span.warning:before {
    font: 1.6em/1 "RockSolid Icons";
    content: "\e044";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    position: absolute;
    top: 50%;
    left: -0.41667em;
    width: 2.5em;
    height: 2.5em;
    margin: -1.25em 0 0;
    padding: 0.66667em;
    border-radius: 100%;
    color: white;
    text-align: center;
    background: #b5da44;
}
p.information,
div.information,
span.information {
    color: #1289c1;
}
p.information:before,
div.information:before,
span.information:before {
    content: "\e0a6";
    background: #33b1ec;
}
p.warning,
div.warning,
span.warning {
    color: #ae1c42;
}
p.warning:before,
div.warning:before,
span.warning:before {
    content: "\e143";
    background: #df3763;
}

p.drop-cap:first-letter,
span.drop-cap {
    float: left;
    margin: 0.14286em 0.42857em 0 0;
    padding: 0.39286em;
    font-size: 1.86667em;
    font-weight: bold;
    /* Fixes line-height difference between gecko and webkit */
    line-height: 0.7;
    color: white;
    background: #33b1ec;
}

p.drop-cap:first-letter {
    /* IE8 and IE9 calculate em's from the parent element */
    margin: 0.26667em 0.8em 0 0 \9;
}

code {
    padding: 0.14286em 0.35714em;
    font-family: "Lucida Console", monospace;
    font-size: 0.93333em;
    line-height: 1.35786;
    background-color: #f2f2f2;
}

pre {
    margin: 1.71429em 0;
    padding: 0.5em 1em;
    display: block;
    overflow: auto;
    font-family: "Lucida Console", monospace;
    font-size: 0.93333em;
    line-height: 1.715;
    background-color: #f2f2f2;
}
pre .hljs,
pre code {
    font-size: 1em;
    padding: 0;
    line-height: inherit;
    background-color: transparent;
}

/* ===========================================
 * Buttons
 * ======================================== */

.home .news-image-teaser p a {
    padding: 0.66667em 1em;
    font-size: 1.1em;
    line-height: 1.6675;
    border: 1px solid black;
    color: inherit;
    background: transparent;
    text-decoration: none;
}
.home .news-image-teaser p a:hover {
    color: #c63029;
}
.button-box {
    margin: 0.8em 0;
}
.button-box.-left {
    text-align: left;
}
.button-box.-right {
    text-align: right;
}
.button-box.-centered {
    text-align: center;
}
.button-box.-inline {
    display: inline;
}

button.-secondary,
.button.-secondary,
input[type="submit"].-secondary,
.main-navigation-search-form button,
.feature-box-link.-secondary,
.headline-box-link.-secondary,
.pricing-table-plan a.-secondary,
.feature-box-link,
.headline-box-link,
.pricing-table-plan a,
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 1.07143em 1.42857em;
    border: 0;
    outline: none;
    font-size: 0.93333em;
    letter-spacing: 0.1em;
    line-height: 1.42929;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #8c0e2b;
    cursor: pointer;
}
button.-secondary:hover,
.button.-secondary:hover,
input[type="submit"].-secondary:hover,
.main-navigation-search-form button:hover,
.feature-box-link:hover,
.headline-box-link:hover,
.pricing-table-plan a:hover,
button.-secondary:focus,
.button.-secondary:focus,
input[type="submit"].-secondary:focus,
.main-navigation-search-form button:focus,
.feature-box-link:focus,
.headline-box-link:focus,
.pricing-table-plan a:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    background-color: black;
    text-decoration: none;
    color: #cccccc;
}
button.-secondary:active,
.button.-secondary:active,
input[type="submit"].-secondary:active,
.main-navigation-search-form button:active,
.feature-box-link:active,
.headline-box-link:active,
.pricing-table-plan a:active,
button:active,
.button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    background-color: black;
}
button.-small.-secondary,
.-small.button.-secondary,
input.-small[type="submit"].-secondary,
.main-navigation-search-form button.-small,
.-small.feature-box-link,
.-small.headline-box-link,
.pricing-table-plan a.-small,
button.-small,
.button.-small,
input[type="submit"].-small,
input[type="reset"].-small,
input[type="button"].-small {
    padding: 0.66667em 1em;
    font-size: 0.8em;
    line-height: 1.6675;
}
button.-medium.-secondary,
.-medium.button.-secondary,
input.-medium[type="submit"].-secondary,
.main-navigation-search-form button.-medium,
.-medium.feature-box-link,
.-medium.headline-box-link,
.pricing-table-plan a.-medium,
button.-medium,
.button.-medium,
input[type="submit"].-medium,
input[type="reset"].-medium,
input[type="button"].-medium {
    padding: 0.75em 1em;
    font-size: 1.2em;
    line-height: 1.11167;
}
button.-large.-secondary,
.-large.button.-secondary,
input.-large[type="submit"].-secondary,
.main-navigation-search-form button.-large,
.-large.feature-box-link,
.-large.headline-box-link,
.pricing-table-plan a.-large,
button.-large,
.button.-large,
input[type="submit"].-large,
input[type="reset"].-large,
input[type="button"].-large {
    padding: 0.71429em 0.95238em;
    font-size: 1.4em;
    line-height: 0.95286;
}
button.-super-size.-secondary,
.-super-size.button.-secondary,
input.-super-size[type="submit"].-secondary,
.main-navigation-search-form button.-super-size,
.-super-size.feature-box-link,
.-super-size.headline-box-link,
.pricing-table-plan a.-super-size,
button.-super-size,
.button.-super-size,
input[type="submit"].-super-size,
input[type="reset"].-super-size,
input[type="button"].-super-size {
    padding: 0.55556em 0.69444em;
    font-size: 2.4em;
    line-height: 1.00028;
}
@media screen and (max-width: 599px) {
    button.-super-size.-secondary,
    .-super-size.button.-secondary,
    input.-super-size[type="submit"].-secondary,
    .main-navigation-search-form button.-super-size,
    .-super-size.feature-box-link,
    .-super-size.headline-box-link,
    .pricing-table-plan a.-super-size,
    button.-super-size,
    .button.-super-size,
    input[type="submit"].-super-size,
    input[type="reset"].-super-size,
    input[type="button"].-super-size {
        font-size: 1.86667em;
    }
}
.-highlight-color button.-secondary,
.-highlight-color .button.-secondary,
.-highlight-color input[type="submit"].-secondary,
.-highlight-color .main-navigation-search-form button,
.main-navigation-search-form .-highlight-color button,
.-highlight-color .feature-box-link,
.-highlight-color .headline-box-link,
.-highlight-color .pricing-table-plan a,
.pricing-table-plan .-highlight-color a,
.-highlight-color button,
.-highlight-color .button,
.-highlight-color input[type="submit"],
.-highlight-color input[type="reset"],
.-highlight-color input[type="button"] {
    color: white;
}

button.-small,
.button.-small,
input[type="submit"].-small {
    padding: 0.41667em 0.83333em;
    font-size: 0.8em;
}

button.-secondary,
.button.-secondary,
input[type="submit"].-secondary,
.main-navigation-search-form button,
.feature-box-link.-secondary,
.headline-box-link.-secondary,
.pricing-table-plan a.-secondary {
    padding: 0.92857em 1.28571em;
    border: 1px solid black;
    color: inherit;
    background: transparent;
}
button.-secondary:hover,
.button.-secondary:hover,
input[type="submit"].-secondary:hover,
.main-navigation-search-form button:hover,
.feature-box-link.-secondary:hover,
.headline-box-link.-secondary:hover,
.pricing-table-plan a.-secondary:hover,
button.-secondary:focus,
.button.-secondary:focus,
input[type="submit"].-secondary:focus,
.main-navigation-search-form button:focus,
.feature-box-link.-secondary:focus,
.headline-box-link.-secondary:focus,
.pricing-table-plan a.-secondary:focus {
    background-color: transparent;
}
button.-secondary:hover:after,
.button.-secondary:hover:after,
input[type="submit"].-secondary:hover:after,
.main-navigation-search-form button:hover:after,
.feature-box-link.-secondary:hover:after,
.headline-box-link.-secondary:hover:after,
.pricing-table-plan a.-secondary:hover:after,
button.-secondary:focus:after,
.button.-secondary:focus:after,
input[type="submit"].-secondary:focus:after,
.main-navigation-search-form button:focus:after,
.feature-box-link.-secondary:focus:after,
.headline-box-link.-secondary:focus:after,
.pricing-table-plan a.-secondary:focus:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: currentColor;
    opacity: 0.2;
}
button.-secondary:active,
.button.-secondary:active,
input[type="submit"].-secondary:active,
.main-navigation-search-form button:active,
.feature-box-link.-secondary:active,
.headline-box-link.-secondary:active,
.pricing-table-plan a.-secondary:active {
    background-color: transparent;
}
button.-secondary:active:after,
.button.-secondary:active:after,
input[type="submit"].-secondary:active:after,
.main-navigation-search-form button:active:after,
.feature-box-link.-secondary:active:after,
.headline-box-link.-secondary:active:after,
.pricing-table-plan a.-secondary:active:after {
    opacity: 0.1;
}
button.-large.-secondary,
.-large.button.-secondary,
input.-large[type="submit"].-secondary,
.main-navigation-search-form button.-large,
.-large.feature-box-link.-secondary,
.-large.headline-box-link.-secondary,
.pricing-table-plan a.-large.-secondary,
button.-super-size.-secondary,
.-super-size.button.-secondary,
input.-super-size[type="submit"].-secondary,
.main-navigation-search-form button.-super-size,
.-super-size.feature-box-link.-secondary,
.-super-size.headline-box-link.-secondary,
.pricing-table-plan a.-super-size.-secondary {
    border-width: 3px;
}

button.-tertiary,
.button.-tertiary,
input[type="submit"].-tertiary {
    padding: 0;
    font-size: 1.6em;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    background: none;
    color: #33b1ec;
}
button.-small.-tertiary,
.-small.button.-tertiary,
input.-small[type="submit"].-tertiary {
    font-size: 0.93333em;
    line-height: 1.42929;
}
button.-medium.-tertiary,
.-medium.button.-tertiary,
input.-medium[type="submit"].-tertiary {
    font-size: 1.2em;
    line-height: 1.11167;
}
button.-large.-tertiary,
.-large.button.-tertiary,
input.-large[type="submit"].-tertiary {
    font-size: 1.4em;
    line-height: 0.95286;
}
button.-super-size.-tertiary,
.-super-size.button.-tertiary,
input.-super-size[type="submit"].-tertiary {
    font-size: 2.4em;
    line-height: 1.00028;
}
button.-tertiary:before,
.button.-tertiary:before,
input[type="submit"].-tertiary:before {
    top: -2px;
    font-size: 60%;
}
.-color-inverted button.-tertiary,
.-color-inverted .button.-tertiary,
.-color-inverted input[type="submit"].-tertiary {
    color: white;
}
button.-tertiary:hover,
.button.-tertiary:hover,
input[type="submit"].-tertiary:hover,
button.-tertiary:focus,
.button.-tertiary:focus,
input[type="submit"].-tertiary:focus {
    color: #2f8dba;
}

/* ===========================================
 * Layout in order of appearance in HTML
 * ======================================== */
.content-wrapper:before {
    content: "";
    display: table;
}
.content-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 1280px) {
    .content-wrapper {
        padding-right: var(--safe-area-right);
        padding-left: var(--safe-area-left);
    }
}
.tagline + .content-wrapper {
    position: relative;
    margin-top: -2em;
    border-radius: 2px 2px 0 0;
    background: white;
}
@media screen and (max-width: 1280px) {
    .tagline + .content-wrapper {
        border-radius: 0;
    }
}
@media screen and (max-width: 599px) {
    .tagline + .content-wrapper {
        margin-top: 0;
    }
}
.oneo-fullwidth .content-wrapper {
    max-width: none;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.centered-wrapper {
    zoom: 1;
    position: relative;
    clear: both;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.centered-wrapper:before {
    content: "";
    display: table;
}
.centered-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
.centered-wrapper.-vertical-centered {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.centered-wrapper.-border-bottom {
    border-bottom: 1px solid gainsboro;
}
.centered-wrapper.-color-inverted {
    color: white;
}
.centered-wrapper.-highlight-color {
    background-color: #33b1ec;
}
.centered-wrapper.-background-color-1 {
    background-color: #353d47;
}
.centered-wrapper.-background-color-2 {
    background-color: whitesmoke;
}
.centered-wrapper.-height-small {
    min-height: 300px;
}
@media screen and (max-width: 599px) {
    .centered-wrapper.-height-small {
        min-height: 200px;
    }
}
.centered-wrapper.-height-medium {
    min-height: 600px;
}
@media screen and (max-width: 599px) {
    .centered-wrapper.-height-medium {
        min-height: 400px;
    }
}
.centered-wrapper.-height-large {
    min-height: 900px;
}
@media screen and (max-width: 599px) {
    .centered-wrapper.-height-large {
        min-height: 600px;
    }
}
.centered-wrapper.-viewport-height {
    min-height: 710px;
    min-height: calc(100vh - 3.86667em);
}
@media screen and (max-width: 900px) {
    .centered-wrapper.-viewport-height {
        min-height: 100vh;
    }
}
@media screen and (max-width: 599px) {
    .centered-wrapper.-viewport-height {
        min-height: 500px;
        min-height: 100vh;
    }
}
.centered-wrapper.-background-mousemove,
.centered-wrapper.-background-mousemove-inverted,
.centered-wrapper.-background-parallax {
    overflow: hidden;
}
.centered-wrapper.-fade-in.not-in-view {
    opacity: 0;
}
.centered-wrapper.-fade-in.in-view {
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.centered-wrapper-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.centered-wrapper-background video {
    /* Change this to `object-fit: cover;` once all browsers support it, */
    /* see http://stackoverflow.com/a/20851590 */
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.-background-mousemove > .centered-wrapper-background,
.-background-mousemove-inverted > .centered-wrapper-background {
    right: -12%;
}

.centered-wrapper-background-2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

.centered-wrapper-inner {
    position: relative;
}
.centered-wrapper-inner.-fullwidth {
    width: 100%;
    max-width: none;
    margin: 0;
}
.centered-wrapper-inner.-fullwidth-padded {
    max-width: none;
    padding-right: 2.66667em;
    padding-right: var(--page-padding-right);
    padding-left: 2.66667em;
    padding-left: var(--page-padding-left);
}
@media screen and (max-width: 1280px) {
    .centered-wrapper-inner.-fullwidth-padded {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .centered-wrapper.-no-background-tablet > .centered-wrapper-background,
    .centered-wrapper.-no-background-tablet > .centered-wrapper-background-2 {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .centered-wrapper.-no-background-mobile > .centered-wrapper-background,
    .centered-wrapper.-no-background-mobile > .centered-wrapper-background-2 {
        display: none;
    }
}

/* ===========================================
 * Content
 * ======================================== */
h1,
h2 {
    line-height: 1.3;
}

h3,
h4,
h5,
h6 {
    line-height: 1.5;
    font-weight: normal;
}

/* ===========================================
 * Forms
 * ======================================== */
form h1,
form h2,
form h3,
form h4,
form h5,
form h6 {
    clear: both;
}
form .widget {
    position: relative;
    clear: both;
}
form .widget b.error,
form p.error {
    display: block;
    margin: 0;
    color: #df3763;
}

input,
textarea {
    padding: 0.85714em 1.35714em;
    line-height: normal;
    border: 1px solid gainsboro;
    border-bottom-color: #cfcfcf;
    font-size: 0.93333em;
    color: inherit;
    background: white;
}
.valid input,
.valid textarea {
    border-color: #b5da44;
}
.invalid input,
input.error,
.invalid textarea,
textarea.error {
    border-color: #df3763;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* multiple rules, because user agents are required to ignore a rule with an unknown selector */
    color: #98a0ab;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #98a0ab;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #98a0ab;
}
input::placeholder,
textarea::placeholder {
    color: #98a0ab;
}
input:hover,
textarea:hover {
    border-color: #cfcfcf #cfcfcf #c5c5c5;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
input:focus,
textarea:focus {
    border-color: #a87336;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="url"] {
    outline: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    width: auto !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}
input[type="checkbox"] {
    vertical-align: middle;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
input[type="radio"] {
    vertical-align: middle;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    background: none;
}

input[type="file"] {
    height: auto;
    padding: 0;
    border: 0;
    /* IE8 and IE9 */
    border: 1px solid gainsboro \9;
    background: none;
    box-shadow: none;
}

button,
input[type="submit"] {
    margin-top: 1.2em;
}

textarea {
    height: 223px;
    resize: vertical;
    line-height: 1.5;
    outline: none;
}

fieldset {
    margin: 1.2em 0;
    border: 1px solid gainsboro;
}
fieldset legend {
    padding: 0 0.33333em;
}
fieldset + br {
    /* Kill <br> that Contao injects */
    display: none;
}

.main-content form .widget {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.main-content #right form .widget {
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 2%;
}
.main-content #right form input[type="submit"] {
    margin-top: 1%;
}
.main-content label {
    display: block;
    margin-bottom: 0.35714em;
    font-size: 0.93333em;
}
.-color-inverted .main-content label {
    color: gainsboro;
}
.main-content label .mandatory {
    margin-left: 0.14286em;
    color: #a87336;
}
.main-content input[type="checkbox"] + label {
    display: inline;
}
.main-content fieldset p {
    margin: 0;
}
.main-content fieldset label {
    display: inline;
    margin: 0;
}
.main-content fieldset label:after {
    /* add line break after label */
    content: "\A";
    white-space: pre;
}
.main-content input,
.main-content textarea,
.main-content select,
.main-content fieldset {
    width: 75%;
}
@media screen and (max-width: 599px) {
    .main-content input,
    .main-content textarea,
    .main-content select,
    .main-content fieldset {
        width: 100%;
    }
}
.main-content input[type="submit"] {
    width: auto;
}
@media screen and (max-width: 599px) {
    .main-content input[type="submit"] {
        width: 100%;
    }
}

.fullwidth-form input,
.fullwidth-form textarea,
.fullwidth-form select,
.fullwidth-form fieldset {
    width: 100%;
}

.explanation p,
.captcha_text p {
    margin: 0;
}

.explanation {
    font-size: 0.93333em;
    margin: -0.85714em 0 1.71429em;
}
.-color-inverted .explanation {
    color: gainsboro;
}
.kontakt .explanation {
    margin-top: 0.85714em;
}

.captcha_text {
    display: block;
}
label .captcha_text {
    display: inline;
}

.sidebar form input,
.sidebar form textarea,
.sidebar form select,
.sidebar form fieldset,
.sidebar form button {
    width: 100%;
}
.sidebar form label {
    display: block;
    margin-bottom: 0.3125em;
    font-size: 1.06667em;
}
.sidebar form input[type="checkbox"],
.sidebar form input[type="radio"],
.sidebar form input[type="image"] {
    width: auto;
}

/* ===========================================
 * Content elements
 * ======================================== */
.image_container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.image_container.float_below {
    margin-bottom: 1.6em;
}
.image_container img {
    display: block;
    width: 100%;
    height: auto;
}
.image_container a {
    position: relative;
    display: block;
    overflow: hidden;
    /* Fixes IE bug */
    text-decoration: none;
}
.image_container a:hover:before,
.image_container a:focus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.image_container a:hover:after,
.image_container a:focus:after {
    font: 1.6em/1 "RockSolid Icons";
    content: "\e0cb";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -0.5em;
    color: white;
}
.image_container figcaption,
.image_container .caption {
    /* overwrite elements style attribute */
    width: 100% !important;
    font-size: 0.93333em;
    color: white;
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 1%;
    text-shadow: 1px 1px black;
}

.image_container.float_right,
.image_container.float_left {
    float: right;
    width: 31.25% !important;
    margin: 0.53333em 0 1.06667em 6.25%;
}
@media screen and (max-width: 599px) {
    .image_container.float_right,
    .image_container.float_left {
        margin-left: 0;
        float: none !important;
        width: auto !important;
        width: auto !important;
    }
}
.oneo-no-sidebar .image_container.float_right,
.oneo-no-sidebar .image_container.float_left {
    margin: 0.53333em 0 1.06667em 3.33333%;
    width: 16.66667% !important;
}
@media screen and (max-width: 900px) {
    .oneo-no-sidebar .image_container.float_right,
    .oneo-no-sidebar .image_container.float_left {
        margin-left: 6.25%;
        width: 31.25% !important;
    }
}
@media screen and (max-width: 599px) {
    .oneo-no-sidebar .image_container.float_right,
    .oneo-no-sidebar .image_container.float_left {
        margin-left: 0;
        width: auto !important;
    }
}
.no-resize .image_container.float_right,
.oneo-no-sidebar .no-resize .image_container.float_right,
.image_container.float_right.no-resize,
.oneo-no-sidebar .image_container.float_right.no-resize,
.no-resize .image_container.float_left,
.oneo-no-sidebar .no-resize .image_container.float_left,
.image_container.float_left.no-resize,
.oneo-no-sidebar .image_container.float_left.no-resize {
    width: auto !important;
}

.image_container.float_left {
    float: left;
    margin: 0.53333em 6.25% 1.06667em 0;
}
@media screen and (max-width: 599px) {
    .image_container.float_left {
        margin-right: 0;
    }
}

.no-resize .image_container:not(.float_right):not(.float_left) img,
.image_container:not(.float_right):not(.float_left).no-resize img {
    width: auto;
    max-width: 100%;
}

.ce_youtube-wrapper,
.ce_vimeo-wrapper {
    position: relative;
    margin: 1.6em 0;
    /* ratio 16 to 9 */
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.ce_youtube-wrapper iframe,
.ce_youtube-wrapper object,
.ce_youtube-wrapper embed,
.ce_vimeo-wrapper iframe,
.ce_vimeo-wrapper object,
.ce_vimeo-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mejs__video:not(.mejs__container-fullscreen) video {
    object-fit: cover;
}

.mejs__video button,
.mejs__audio button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.video_container video,
.audio_container audio {
    display: block;
    width: 100%;
    height: auto;
}

.video_container {
    margin: 1.6em 0;
}

.ce_gallery > ul.cols_1 > li {
    width: 100%;
}
.ce_gallery > ul.cols_2 > li {
    width: 49.25%;
}
.ce_gallery > ul.cols_3 > li {
    width: 32.33333%;
}
.ce_gallery > ul.cols_4 > li {
    width: 23.875%;
}
.ce_gallery > ul.cols_5 > li {
    width: 18.8%;
}
.ce_gallery > ul.cols_6 > li {
    width: 15.41667%;
}
.ce_gallery > ul.cols_7 > li {
    width: 13%;
}
.ce_gallery > ul.cols_8 > li {
    width: 11.1875%;
}
.ce_gallery > ul.cols_9 > li {
    width: 9.77778%;
}
.ce_gallery > ul.cols_10 > li {
    width: 8.65%;
}
.ce_gallery > ul.cols_11 > li {
    width: 7.72727%;
}
.ce_gallery > ul.cols_12 > li {
    width: 6.95833%;
}
@media screen and (max-width: 599px) {
    .ce_gallery.ce_gallery > ul > li {
        /* doubled class for specificity */
        width: auto;
    }
}
.ce_gallery.no-resize > ul > li {
    width: auto;
}
.main-content .ce_gallery {
    margin: 1.6em 0;
}
.ce_gallery > ul {
    zoom: 1;
    margin: 0 !important;
    padding: 0 0 1.5% 0 !important;
    list-style: none !important;
}
.ce_gallery > ul:before {
    display: table;
}
.ce_gallery > ul:after {
    content: "";
    display: table;
    clear: both;
}
.ce_gallery > ul > li {
    float: left;
    width: 23.875%;
    margin: 1.5% 0 0 1.5%;
}
@media screen and (max-width: 599px) {
    .ce_gallery > ul > li {
        margin-left: 0;
        margin-right: 1.5%;
    }
}
.ce_gallery > ul > li.col_first {
    clear: left;
    margin-left: 0;
}
@media screen and (max-width: 599px) {
    .ce_gallery > ul > li.col_first {
        clear: none;
    }
}
.ce_gallery > ul > li.col_last {
    /* for rounding failures */
    margin-right: -1%;
}
@media screen and (max-width: 599px) {
    .ce_gallery > ul > li.col_last {
        margin-right: 1.5%;
    }
}
.ce_gallery > ul > li > .image_container {
    display: block;
    width: 100%;
}
.ce_gallery img {
    width: 100%;
    height: auto;
}

.enclosure,
.sidebar .enclosure,
.ce_downloads,
.sidebar .ce_downloads {
    margin: 1.8em 0;
    padding: 1.33333em 2em;
    border: 1px solid gainsboro;
}
.enclosure h1, .enclosure h2, .enclosure h3, .enclosure h4, .enclosure h5, .enclosure h6,
.sidebar .enclosure h1,
.sidebar .enclosure h2,
.sidebar .enclosure h3,
.sidebar .enclosure h4,
.sidebar .enclosure h5,
.sidebar .enclosure h6,
.ce_downloads h1,
.ce_downloads h2,
.ce_downloads h3,
.ce_downloads h4,
.ce_downloads h5,
.ce_downloads h6,
.sidebar .ce_downloads h1,
.sidebar .ce_downloads h2,
.sidebar .ce_downloads h3,
.sidebar .ce_downloads h4,
.sidebar .ce_downloads h5,
.sidebar .ce_downloads h6 {
    margin: -1.75em -2.58333em 1.66667em;
    padding: 0.66667em 1.66667em;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0.08333em;
    color: white;
    text-transform: uppercase;
    background: #242424;
}
.enclosure h1:before, .enclosure h2:before, .enclosure h3:before, .enclosure h4:before, .enclosure h5:before, .enclosure h6:before,
.sidebar .enclosure h1:before,
.sidebar .enclosure h2:before,
.sidebar .enclosure h3:before,
.sidebar .enclosure h4:before,
.sidebar .enclosure h5:before,
.sidebar .enclosure h6:before,
.ce_downloads h1:before,
.ce_downloads h2:before,
.ce_downloads h3:before,
.ce_downloads h4:before,
.ce_downloads h5:before,
.ce_downloads h6:before,
.sidebar .ce_downloads h1:before,
.sidebar .ce_downloads h2:before,
.sidebar .ce_downloads h3:before,
.sidebar .ce_downloads h4:before,
.sidebar .ce_downloads h5:before,
.sidebar .ce_downloads h6:before {
    font: 1.16667em/1 "RockSolid Icons";
    content: "\e06d";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    top: 0.07143em;
    float: right;
}
.enclosure ul, .enclosure p,
.sidebar .enclosure ul,
.sidebar .enclosure p,
.ce_downloads ul,
.ce_downloads p,
.sidebar .ce_downloads ul,
.sidebar .ce_downloads p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ce_accordion[data-icon],
.ce_accordion[class^="icon-"],
.ce_accordion[class*=" icon-"] {
    position: relative;
}
.ce_accordion[data-icon]:before,
.ce_accordion[class^="icon-"]:before,
.ce_accordion[class*=" icon-"]:before {
    position: absolute;
    top: 0.75em;
    left: 1em;
    z-index: 1;
    font-size: 1.33333em;
    color: #98a0ab;
}
.ce_accordion[data-icon] .toggler,
.ce_accordion[class^="icon-"] .toggler,
.ce_accordion[class*=" icon-"] .toggler {
    padding-left: 3.33333em;
}
.ce_accordion .toggler {
    position: relative;
    /* collapse borders */
    margin-bottom: -2px;
    padding: 0.73333em 2.66667em 0.86667em 1.33333em;
    border: 1px solid gainsboro;
    outline: none;
    font-weight: bold;
    cursor: pointer;
    color: #98a0ab;
    background: white;
}
.ce_accordion .toggler:after {
    font: 0.86667em/1 "RockSolid Icons";
    content: "\2b";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    position: absolute;
    top: 1.38462em;
    right: 1.53846em;
}
.ce_accordion .toggler:hover {
    color: #33b1ec;
    text-decoration: none;
}
.ce_accordion .toggler.ui-accordion-header-active:after {
    content: "\2212";
}
.ce_accordion .accordion {
    zoom: 1;
    position: relative;
    overflow: hidden;
    /* collapse borders */
    margin-bottom: -2px;
    padding: 0.06667em 1.33333em;
    border: 1px solid gainsboro;
    border-top-color: #ededed;
    background: #f2f2f2;
}
.ce_accordion .accordion:before {
    content: "";
    display: table;
}
.ce_accordion .accordion:after {
    content: "";
    display: table;
    clear: both;
}

.feature-box {
    zoom: 1;
    position: relative;
    overflow: hidden;
}
.feature-box:before {
    content: "";
    display: table;
}
.feature-box:after {
    content: "";
    display: table;
    clear: both;
}
.feature-box.-image-centered {
    text-align: center;
}
.feature-box.-vertical-centered {
    display: table;
    table-layout: fixed;
    /* Fixes IE bug */
    width: 100%;
}
@media screen and (max-width: 599px) {
    .feature-box.-vertical-centered {
        display: block;
    }
}
.feature-box.-small {
    min-height: 300px;
}
.feature-box.-small.-vertical-centered {
    height: 300px;
}
@media screen and (max-width: 599px) {
    .feature-box.-small {
        min-height: 200px;
    }
    .feature-box.-small.-vertical-centered {
        height: auto;
    }
}
.feature-box.-medium {
    min-height: 600px;
}
.feature-box.-medium.-vertical-centered {
    height: 600px;
}
@media screen and (max-width: 599px) {
    .feature-box.-medium {
        min-height: 400px;
    }
    .feature-box.-medium.-vertical-centered {
        height: auto;
    }
}
.feature-box.-large {
    min-height: 900px;
}
.feature-box.-large.-vertical-centered {
    height: 900px;
}
@media screen and (max-width: 599px) {
    .feature-box.-large {
        min-height: 600px;
    }
    .feature-box.-large.-vertical-centered {
        height: auto;
    }
}

.feature-box-text {
    position: relative;
    z-index: 1;
    margin: 6.66667em 46.66667% 6.66667em 0;
    color: #000000;
}
@media screen and (max-width: 900px) {
    .feature-box-text {
        margin-right: 37.5%;
    }
}
@media screen and (max-width: 599px) {
    .feature-box-text {
        margin: 2.4em 0;
    }
}
.-image-left > .feature-box-text {
    margin-right: 0;
    margin-left: 46.66667%;
}
@media screen and (max-width: 900px) {
    .-image-left > .feature-box-text {
        margin-left: 37.5%;
    }
}
@media screen and (max-width: 599px) {
    .-image-left > .feature-box-text {
        margin-left: 0;
    }
}
.-image-centered > .feature-box-text {
    margin-right: 16.66667%;
    margin-left: 16.66667%;
}
@media screen and (max-width: 900px) {
    .-image-centered > .feature-box-text {
        margin-right: 0;
        margin-left: 0;
    }
}
.-image-centered > .feature-box-text + .feature-box-image {
    margin-top: -2.4em;
}
@media screen and (max-width: 599px) {
    .-image-centered > .feature-box-text + .feature-box-image {
        margin-top: 0;
    }
}
.-vertical-centered > .feature-box-text {
    display: table-cell;
    vertical-align: middle;
    width: 56.66667%;
    margin: 0;
    padding: 4.8em 3.33333% 0;
}
@media screen and (max-width: 900px) {
    .-vertical-centered > .feature-box-text {
        width: 68.75%;
    }
}
@media screen and (max-width: 599px) {
    .-vertical-centered > .feature-box-text {
        display: block;
        width: auto;
        padding-right: 0;
    }
}
.-vertical-centered.-image-left > .feature-box-text {
    padding-right: 0;
    padding-left: 3.33333%;
}
@media screen and (max-width: 599px) {
    .-vertical-centered.-image-left > .feature-box-text {
        padding-left: 0;
    }
}
.-vertical-centered.-image-centered > .feature-box-text {
    width: 100%;
    padding-right: 20%;
    padding-left: 20%;
}
@media screen and (max-width: 900px) {
    .-vertical-centered.-image-centered > .feature-box-text {
        padding-right: 0;
        padding-left: 0;
    }
}
.-vertical-centered.-large-image > .feature-box-text {
    width: 40%;
}
@media screen and (max-width: 900px) {
    .-vertical-centered.-large-image > .feature-box-text {
        width: 68.75%;
    }
}
@media screen and (max-width: 599px) {
    .-vertical-centered.-large-image > .feature-box-text {
        width: auto;
    }
}
.-no-image > .feature-box-text {
    width: 100%;
}
.-color-inverted .feature-box-text {
    color: white;
}
.no-margin .feature-box-text {
    margin: 0;
    padding: 0;
}
.no-margin-top .feature-box-text {
    margin-top: 0;
    padding-top: 0;
}
.no-margin-bottom .feature-box-text {
    margin-bottom: 0;
    padding-bottom: 0;
}
.feature-box-text h1,
.feature-box-text h2,
.feature-box-text h3 {
    margin: 0;
    color: #242424;
    font-size: 1.86667em;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.feature-box-text h1.-small,
.feature-box-text h2.-small,
.feature-box-text h3.-small {
    font-size: 1.4em;
}
@media screen and (max-width: 599px) {
    .feature-box-text h1.-small,
    .feature-box-text h2.-small,
    .feature-box-text h3.-small {
        font-size: 1.2em;
    }
}
.feature-box-text h1.-medium,
.feature-box-text h2.-medium,
.feature-box-text h3.-medium {
    font-size: 2.4em;
}
@media screen and (max-width: 599px) {
    .feature-box-text h1.-medium,
    .feature-box-text h2.-medium,
    .feature-box-text h3.-medium {
        font-size: 1.86667em;
    }
}
.feature-box-text h1.-large,
.feature-box-text h2.-large,
.feature-box-text h3.-large {
    font-size: 3.2em;
}
@media screen and (max-width: 599px) {
    .feature-box-text h1.-large,
    .feature-box-text h2.-large,
    .feature-box-text h3.-large {
        font-size: 2.4em;
    }
}
.feature-box-text h1.-super-size,
.feature-box-text h2.-super-size,
.feature-box-text h3.-super-size {
    font-size: 4em;
}
@media screen and (max-width: 599px) {
    .feature-box-text h1.-super-size,
    .feature-box-text h2.-super-size,
    .feature-box-text h3.-super-size {
        font-size: 3.2em;
    }
}
.feature-box-text h1 + a,
.feature-box-text h2 + a,
.feature-box-text h3 + a {
    margin-top: 1.6em;
}
.-color-inverted .feature-box-text h1,
.-color-inverted .feature-box-text h2,
.-color-inverted .feature-box-text h3 {
    color: white;
}
.feature-box-text p {
    margin: 1.33333em 0;
}
/*
.feature-box-text p:before {
    content: "";
    display: block;
    width: 4em;
    height: 2px;
    margin: 0.8em 0;
    background: #a87336;
}
*/
.-image-centered .feature-box-text p:before {
    width: 5.71429em;
    margin-left: auto;
    margin-right: auto;
}
.feature-box-text .feature-box-subheadline {
    margin-top: 0.28571em;
    font-size: 1.4em;
    color: #000000;
}

.feature-box-image {
    display: block;
    float: right;
    width: 43.33333%;
    margin: 3.2em 0 3.2em 3.33333%;
}
@media screen and (max-width: 900px) {
    .feature-box-image {
        width: 31.25%;
    }
}
@media screen and (max-width: 599px) {
    .feature-box-image {
        width: 100%;
    }
}
.-image-left > .feature-box-image {
    float: left;
    margin-right: 3.33333%;
    margin-left: 0;
}
@media screen and (max-width: 599px) {
    .-image-left > .feature-box-image {
        float: none;
        margin-right: 0;
    }
}
.-image-centered > .feature-box-image {
    float: none;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 900px) {
    .-image-centered > .feature-box-image {
        width: 100%;
    }
}
.-image-centered > .feature-box-image + .feature-box-text {
    margin-top: 3.2em;
}
.-image-top > .feature-box-image {
    margin-top: 0;
}
.-image-bottom > .feature-box-image {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
@media screen and (max-width: 599px) {
    .-image-bottom > .feature-box-image {
        position: static;
        margin-bottom: 3.2em;
    }
}
.-image-bottom.-image-left > .feature-box-image {
    right: auto;
    left: 0;
}
.-vertical-centered > .feature-box-image {
    display: table-cell;
    vertical-align: middle;
    float: none;
    margin: 0;
    padding: 3.2em 0;
}
@media screen and (max-width: 599px) {
    .-vertical-centered > .feature-box-image {
        display: block;
        padding-top: 1.6em;
        padding-bottom: 1.6em;
    }
}
.-image-rounded > .feature-box-image img {
    border-radius: 99em;
}
.-large-image .feature-box-image {
    width: 60%;
}
@media screen and (max-width: 900px) {
    .-large-image .feature-box-image {
        width: 31.25%;
    }
}
@media screen and (max-width: 599px) {
    .-large-image .feature-box-image {
        width: 100%;
    }
}
.-image-centered.-large-image .feature-box-image {
    width: 73.33333%;
}
@media screen and (max-width: 900px) {
    .-image-centered.-large-image .feature-box-image {
        width: 62.5%;
    }
}
@media screen and (max-width: 599px) {
    .-image-centered.-large-image .feature-box-image {
        width: 100%;
    }
}

.not-in-view > .feature-box-text.-fade,
.not-in-view > .feature-box-image.-fade {
    opacity: 0;
}
.not-in-view > .feature-box-text.-move,
.not-in-view > .feature-box-image.-move {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.not-in-view > .feature-box-text.-move-right,
.not-in-view > .feature-box-image.-move-right {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.not-in-view > .feature-box-text.-move-top,
.not-in-view > .feature-box-image.-move-top {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
.not-in-view > .feature-box-text.-move-bottom,
.not-in-view > .feature-box-image.-move-bottom {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.in-view > .feature-box-text,
.in-view > .feature-box-image {
    -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
    -moz-transition: opacity 0.6s linear, -moz-transform 0.6s ease-out;
    -o-transition: opacity 0.6s linear, -o-transform 0.6s ease-out;
    transition: opacity 0.6s linear, transform 0.6s ease-out;
}
.in-view > .feature-box-text.-fade,
.in-view > .feature-box-image.-fade {
    opacity: 1;
}
.in-view > .feature-box-text.-move,
.in-view > .feature-box-image.-move {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.feature-box-text img,
.feature-box-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.portfolio-boxes {
    zoom: 1;
    margin: 2.66667em 0;
}
.portfolio-boxes:before {
    content: "";
    display: table;
}
.portfolio-boxes:after {
    content: "";
    display: table;
    clear: both;
}
.portfolio-boxes > h1,
.portfolio-boxes > h2,
.portfolio-boxes > h3,
.portfolio-boxes > h4,
.portfolio-boxes > h5,
.portfolio-boxes > h6 {
    margin-top: 0;
    margin-bottom: 1.06667em;
}
.mega-dropdown .portfolio-boxes {
    margin: 0;
}

.portfolio-boxes-item {
    position: relative;
    padding-bottom: 5.33333em;
    background: white;
}

.portfolio-boxes-item-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5.33333em;
    left: 0;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.portfolio-boxes-item-image img {
    display: none;
}
.portfolio-boxes-item-image:before {
    /* Headline */
    content: attr(data-headline);
    position: absolute;
    right: 0;
    bottom: -5.33333em;
    left: 0;
    display: block;
    padding: 2em 0.66667em;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
}

.portfolio-boxes-item-text {
    position: relative;
    display: block;
    min-height: 20em;
    padding: 2em 1.33333em;
    color: white;
    text-align: center;
    background: black;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.portfolio-boxes-item-text:hover,
.portfolio-boxes-item-text:focus,
.portfolio-boxes-item-text.is-hovered {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}
.portfolio-boxes-item-text h3 {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: inherit;
    text-transform: uppercase;
}
.portfolio-boxes-item-text h3:after {
    content: "";
    display: block;
    width: 5.33333em;
    height: 1px;
    margin: 1.8em auto 0;
    background: white;
}
.portfolio-boxes-item-text p {
    margin: 1em 0 0;
}

.portfolio-boxes-item-more {
    position: absolute;
    bottom: -5.33333em;
    left: 0;
    width: 100%;
    height: 5.33333em;
    background: #a87336;
}
.portfolio-boxes-item-more:before,
.portfolio-boxes-item-more:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
}
.portfolio-boxes-item-more:before {
    width: 2.66667em;
    height: 2px;
    margin: -1px -1.33333em;
}
.portfolio-boxes-item-more:after {
    width: 2px;
    height: 2.66667em;
    margin: -1.33333em -1px;
}
.portfolio-boxes-item-more span {
    display: none;
}

.portfolio-tiles {
    clear: both;
    width: 100%;
    /* Clearfix */
    overflow: hidden;
    /* For rounding failures */
    margin-right: -1%;
}

.portfolio-tiles-item {
    position: relative;
    float: left;
    width: 25%;
}
@media screen and (max-width: 900px) {
    .portfolio-tiles-item {
        width: 33.33333%;
    }
}
@media screen and (max-width: 599px) {
    .portfolio-tiles-item {
        width: 50%;
        font-size: 0.8em;
    }
}
.portfolio-tiles-item > img {
    display: block;
    width: 100%;
    height: auto;
}
.portfolio-tiles-item > .no-image {
    display: block;
    padding-bottom: 75%;
    background: #f2f2f2;
}

.portfolio-tiles-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 37.5%;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.portfolio-tiles-item-link:hover,
.portfolio-tiles-item-link:focus,
.portfolio-tiles-item-link.is-hovered {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}
/*
.portfolio-tiles-item-link:before {
    content: "\2b";
    display: block;
    width: 1em;
    margin: -1.25em auto 0.375em;
    font-size: 2.66667em;
    line-height: 1;
    color: #33b1ec;
    background: white;
}
*/
.portfolio-tiles-item-link h3 {
    margin: 0;
    font-size: 1.33333em;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}
.portfolio-tiles-item-link h4 {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    color: #0b577b;
}

.portfolio-detail > .back {
    display: none;
}

.counter-boxes {
    zoom: 1;
    text-align: center;
    margin: 2.66667em 0;
    overflow: hidden;
}
.counter-boxes:before {
    content: "";
    display: table;
}
.counter-boxes:after {
    content: "";
    display: table;
    clear: both;
}

.counter-boxes-item {
    text-decoration: none;
    color: inherit;
}
.counter-boxes-item:link:hover,
.counter-boxes-item:link:focus {
    text-decoration: none;
}
.counter-boxes-item:link:hover:before,
.counter-boxes-item:link:focus:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.counter-boxes-item:before {
    margin: 0;
    font-size: 3.33333em;
    color: #33b1ec;
}
.-highlight-color .counter-boxes-item:before {
    color: gainsboro;
}
.counter-boxes-item p {
    margin: 0.05556em -0.4em 0.13333em;
    font-size: 6em;
    line-height: 1;
}
@media screen and (max-width: 1280px) {
    .counter-boxes-item p {
        font-size: 5.06667em;
    }
}
@media screen and (max-width: 900px) {
    .counter-boxes-item p {
        font-size: 3.86667em;
    }
}
@media screen and (max-width: 599px) {
    .counter-boxes-item p {
        font-size: 3.06667em;
    }
}
.counter-boxes-item h3 {
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #98a0ab;
    text-transform: uppercase;
}
.-color-inverted .counter-boxes-item h3 {
    color: gainsboro;
}
.fading-boxes {
    zoom: 1;
    margin: 2.66667em 0;
}
.fading-boxes:before {
    content: "";
    display: table;
}
.fading-boxes:after {
    content: "";
    display: table;
    clear: both;
}
.fading-boxes > h1,
.fading-boxes > h2,
.fading-boxes > h3,
.fading-boxes > h4,
.fading-boxes > h5,
.fading-boxes > h6 {
    margin-top: 0;
    margin-bottom: 1.06667em;
}

.fading-boxes-item {
    position: relative;
    z-index: 0;
    color: white;
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.fading-boxes-item.-with-link:hover,
.fading-boxes-item.-with-link.is-hovered {
    -webkit-transform: translate3d(0, -2.33333em, 0);
    -moz-transform: translate3d(0, -2.33333em, 0);
    -ms-transform: translate3d(0, -2.33333em, 0);
    -o-transform: translate3d(0, -2.33333em, 0);
    transform: translate3d(0, -2.33333em, 0);
}
.fading-boxes-item:hover,
.fading-boxes-item.is-hovered {
    z-index: 1;
}

.fading-boxes-item-image {
    position: relative;
    z-index: 1;
    background: #33b1ec no-repeat;
    background-size: cover;
}
.-highlight-color .fading-boxes-item-image {
    background: #3685ab no-repeat;
}
.fading-boxes-item-image:before {
    position: absolute;
    top: 2.875em;
    right: 50%;
    z-index: 1;
    margin: -0.5em;
    font-size: 2.66667em;
    -webkit-transition: top 0.2s linear, right 0.2s linear, font-size 0.2s linear;
    -moz-transition: top 0.2s linear, right 0.2s linear, font-size 0.2s linear;
    -o-transition: top 0.2s linear, right 0.2s linear, font-size 0.2s linear;
    transition: top 0.2s linear, right 0.2s linear, font-size 0.2s linear;
}
.fading-boxes-item:hover .fading-boxes-item-image:before,
.fading-boxes-item.is-hovered .fading-boxes-item-image:before {
    top: 1.25em;
    right: 1.125em;
    font-size: 2.13333em;
    /* IE8 and IE9 calculate em's wrong */
    font-size: 32px \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fading-boxes-item:hover .fading-boxes-item-image:before,
    .fading-boxes-item.is-hovered .fading-boxes-item-image:before {
        /* IE10 and IE11 calculate em's wrong */
        font-size: 32px;
    }
}
.fading-boxes-item-image:after {
    content: attr(data-headline);
    position: absolute;
    top: 5.17857em;
    left: 5%;
    width: 90%;
    font-size: 1.86667em;
    text-align: center;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.fading-boxes-item:hover .fading-boxes-item-image:after,
.fading-boxes-item.is-hovered .fading-boxes-item-image:after {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.-has-text-shadow .fading-boxes-item-image:after {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fading-boxes-item-text {
    min-height: 19.28571em;
    /* clearfix */
    overflow: hidden;
    padding: 0 1.42857em;
    font-size: 0.93333em;
    background: rgba(51, 177, 236, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.fading-boxes-item:hover .fading-boxes-item-text,
.fading-boxes-item.is-hovered .fading-boxes-item-text {
    opacity: 1;
}
.fading-boxes-item-text h3 {
    margin: 1em 0 -0.29167em;
    font-size: 1.71429em;
    font-weight: normal;
    color: inherit;
}
.fading-boxes-item-text p {
    margin: 1.5em 0;
}
.fading-boxes-item-text a {
    color: inherit;
    text-decoration: underline;
}
.fading-boxes-item-text a:hover {
    text-decoration: none;
}

.fading-boxes-item-link {
    visibility: hidden;
    margin: -5.33333em 0 1.33333em;
    padding: 1em 1.33333em;
    background: #33b1ec;
    -webkit-transition: margin 0.2s linear, visibility 0s;
    -webkit-transition-delay: 0s, 0.2s;
    -moz-transition: margin 0.2s linear, visibility 0s 0.2s;
    -o-transition: margin 0.2s linear, visibility 0s 0.2s;
    transition: margin 0.2s linear, visibility 0s 0.2s;
}
.fading-boxes-item:hover .fading-boxes-item-link,
.fading-boxes-item.is-hovered .fading-boxes-item-link {
    visibility: visible;
    margin-top: 0;
    margin-bottom: -4em;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.fading-boxes-item-link .button {
    display: block;
}

.icon-boxes {
    zoom: 1;
    margin: 2.66667em 0;
}
.icon-boxes:before {
    content: "";
    display: table;
}
.icon-boxes:after {
    content: "";
    display: table;
    clear: both;
}
.icon-boxes > h1,
.icon-boxes > h2,
.icon-boxes > h3,
.icon-boxes > h4,
.icon-boxes > h5,
.icon-boxes > h6 {
    margin-top: 0;
    margin-bottom: 1.06667em;
}

.icon-boxes-item {
    position: relative;
    color: inherit;
    text-align: center;
    text-decoration: none;
}
.icon-boxes-item:hover,
.icon-boxes-item:focus {
    text-decoration: none;
}
.icon-boxes-item h3 {
    margin: 0;
    color: #33b1ec;
}
.icon-boxes-item.-icon-color h3 {
    color: #242424;
}
.icon-boxes-item p {
    margin: 0.46667em 0;
}
.icon-boxes-item.-headline-icon {
    padding-left: 5.33333em;
}
.icon-boxes-item.-align-left {
    text-align: left;
}
.icon-boxes-item.-align-right {
    text-align: right;
}
.icon-boxes-item.-color-inverted,
.-color-inverted .icon-boxes-item {
    color: white;
}
.icon-boxes-item.-color-inverted h3,
.-color-inverted .icon-boxes-item h3 {
    color: white;
}
.icon-boxes-item.-background-color {
    padding: 1.33333em;
}

.icon-boxes-item-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    margin: 0 0 0.625em;
    padding: 0.75em;
    font-size: 2.13333em;
    line-height: 1;
    color: white;
    background: #33b1ec;
    -webkit-transition: background 0.2s, -webkit-transform 0.2s, color 0.2s;
    -webkit-transition-delay: 0s, 0s, 0.3s;
    -moz-transition: background 0.2s, -moz-transform 0.2s, color 0.2s 0.3s;
    -o-transition: background 0.2s, -o-transform 0.2s, color 0.2s 0.3s;
    transition: background 0.2s, transform 0.2s, color 0.2s 0.3s;
}
.icon-boxes-item-icon:before {
    margin-right: 0;
}
.not-in-view > .icon-boxes-item > .icon-boxes-item-icon {
    color: transparent !important;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.in-view > .icon-boxes-item:nth-of-type(12n+1) > .icon-boxes-item-icon {
    -webkit-transition-delay: 0s, 0.1s, 0.4s;
    -moz-transition-delay: 0s, 0.1s, 0.4s;
    -o-transition-delay: 0s, 0.1s, 0.4s;
    transition-delay: 0s, 0.1s, 0.4s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+2) > .icon-boxes-item-icon {
    -webkit-transition-delay: 0s, 0.2s, 0.5s;
    -moz-transition-delay: 0s, 0.2s, 0.5s;
    -o-transition-delay: 0s, 0.2s, 0.5s;
    transition-delay: 0s, 0.2s, 0.5s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+3) > .icon-boxes-item-icon {
    -webkit-transition-delay: 0s, 0.3s, 0.6s;
    -moz-transition-delay: 0s, 0.3s, 0.6s;
    -o-transition-delay: 0s, 0.3s, 0.6s;
    transition-delay: 0s, 0.3s, 0.6s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+4) > .icon-boxes-item-icon {
    -webkit-transition-delay: 0s, 0.4s, 0.7s;
    -moz-transition-delay: 0s, 0.4s, 0.7s;
    -o-transition-delay: 0s, 0.4s, 0.7s;
    transition-delay: 0s, 0.4s, 0.7s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+5) > .icon-boxes-item-icon {
    -webkit-transition-delay: 0s, 0.5s, 0.8s;
    -moz-transition-delay: 0s, 0.5s, 0.8s;
    -o-transition-delay: 0s, 0.5s, 0.8s;
    transition-delay: 0s, 0.5s, 0.8s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+6) > .icon-boxes-item-icon {
    -webkit-transition-delay: 0s, 0.6s, 0.9s;
    -moz-transition-delay: 0s, 0.6s, 0.9s;
    -o-transition-delay: 0s, 0.6s, 0.9s;
    transition-delay: 0s, 0.6s, 0.9s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+7) > .icon-boxes-item-icon {
    -webkit-transition-delay: 0s, 0.7s, 1s;
    -moz-transition-delay: 0s, 0.7s, 1s;
    -o-transition-delay: 0s, 0.7s, 1s;
    transition-delay: 0s, 0.7s, 1s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+8) > .icon-boxes-item-icon {
    -webkit-transition-delay: 0s, 0.8s, 1.1s;
    -moz-transition-delay: 0s, 0.8s, 1.1s;
    -o-transition-delay: 0s, 0.8s, 1.1s;
    transition-delay: 0s, 0.8s, 1.1s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+9) > .icon-boxes-item-icon {
    -webkit-transition-delay: 0s, 0.9s, 1.2s;
    -moz-transition-delay: 0s, 0.9s, 1.2s;
    -o-transition-delay: 0s, 0.9s, 1.2s;
    transition-delay: 0s, 0.9s, 1.2s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+10) > .icon-boxes-item-icon {
    -webkit-transition-delay: 0s, 1s, 1.3s;
    -moz-transition-delay: 0s, 1s, 1.3s;
    -o-transition-delay: 0s, 1s, 1.3s;
    transition-delay: 0s, 1s, 1.3s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+11) > .icon-boxes-item-icon {
    -webkit-transition-delay: 0s, 1.1s, 1.4s;
    -moz-transition-delay: 0s, 1.1s, 1.4s;
    -o-transition-delay: 0s, 1.1s, 1.4s;
    transition-delay: 0s, 1.1s, 1.4s;
}
.in-view > .icon-boxes-item:nth-of-type(12n+12) > .icon-boxes-item-icon {
    -webkit-transition-delay: 0s, 1.2s, 1.5s;
    -moz-transition-delay: 0s, 1.2s, 1.5s;
    -o-transition-delay: 0s, 1.2s, 1.5s;
    transition-delay: 0s, 1.2s, 1.5s;
}
.-inverted-icon > .icon-boxes-item-icon {
    width: 2.08333em;
    height: 2.08333em;
    margin-bottom: 0.41667em;
    padding: 0.5em;
    border: 2px solid gainsboro;
    border-radius: 99em;
    font-size: 3.2em;
    color: #33b1ec;
    background: white;
    background: rgba(255, 255, 255, 0.5);
}
.-headline-icon > .icon-boxes-item-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 2em;
    padding: 0.42857em;
    border: 2px solid #33b1ec;
    border-radius: 99em;
    font-size: 1.86667em;
    color: #33b1ec;
    background: none;
}
.-highlight-color .icon-boxes-item-icon {
    background: #3685ab;
}
*:hover > .icon-boxes-item-icon,
*:focus > .icon-boxes-item-icon {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.icon-boxes-item-text {
    color: #98a0ab;
}
.-color-inverted .icon-boxes-item-text {
    color: white;
}

.icon-boxes-item-link.-link {
    color: #33b1ec;
}
.icon-boxes-item:hover > .icon-boxes-item-link.-link,
.icon-boxes-item:focus > .icon-boxes-item-link.-link {
    text-decoration: underline;
}
.-color-inverted .icon-boxes-item-link {
    color: white;
}

.team-boxes {
    margin: 3.2em 0;
    zoom: 1;
}
.team-boxes:before {
    content: "";
    display: table;
}
.team-boxes:after {
    content: "";
    display: table;
    clear: both;
}

.team-boxes-item {
    text-align: center;
}
.team-boxes-item > h3 {
    font-size: 1.06667em;
    font-weight: normal;
    text-transform: uppercase;
}
.team-boxes-item > h4 {
    margin-top: 0.42857em;
    font-size: 0.93333em;
    color: #98a0ab;
}
.team-boxes-item:hover img,
.team-boxes-item:hover .no-image {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.team-boxes-item:hover .team-boxes-social-links {
    bottom: 20px;
}
.-align-left > .team-boxes-item {
    text-align: left;
}
.-align-right > .team-boxes-item {
    text-align: right;
}
.-small > .team-boxes-item > h3 {
    font-size: 0.93333em;
}
.-small > .team-boxes-item > h4 {
    font-size: 0.93333em;
}
.-medium > .team-boxes-item > h3 {
    font-size: 1.2em;
}
.-medium > .team-boxes-item > h4 {
    font-size: 1.06667em;
}
.-large > .team-boxes-item > h3 {
    font-size: 1.4em;
}
.-large > .team-boxes-item > h4 {
    font-size: 1.2em;
}
.-super-size > .team-boxes-item > h3 {
    font-size: 1.6em;
}
.-super-size > .team-boxes-item > h4 {
    font-size: 1.4em;
}
.team-boxes-item .team-boxes-social-links {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -50%;
    left: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
    -webkit-transition: bottom 0.2s ease-out;
    -moz-transition: bottom 0.2s ease-out;
    -o-transition: bottom 0.2s ease-out;
    transition: bottom 0.2s ease-out;
}
.team-boxes-item .team-boxes-social-links > li {
    display: inline;
}
.team-boxes-item .team-boxes-social-links > li > a {
    display: inline-block;
    overflow: hidden;
    padding: 0.42857em;
    border: 2px solid gainsboro;
    border-radius: 99em;
    outline: none;
    line-height: 0;
    /* Fixes Chrome bug */
    letter-spacing: -1em;
    text-indent: -99em;
    text-decoration: none;
    background-color: white;
}
.team-boxes-item .team-boxes-social-links > li > a:hover {
    border-color: currentColor;
}
.team-boxes-item .team-boxes-social-links > li > a:before {
    content: none;
}
.team-boxes-item .team-boxes-social-links > li > a:after {
    font: 1.28571em/1 "RockSolid Icons";
    content: attr(data-icon);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    display: block;
    letter-spacing: 0;
    color: #98a0ab;
}
.team-boxes-item .team-boxes-social-links > li > a:hover:after,
.team-boxes-item .team-boxes-social-links > li > a:focus:after {
    color: inherit !important;
}

.team-boxes-image-wrapper {
    position: relative;
    background-color: #33b1ec;
    overflow: hidden;
}
.team-boxes-image-wrapper > a {
    font-size: 0;
}
.team-boxes-image-wrapper > img,
.team-boxes-image-wrapper > a {
    display: block;
    width: 100%;
    height: auto;
}
.team-boxes-image-wrapper > .no-image {
    display: block;
    padding-bottom: 150%;
    background-color: whitesmoke;
}
.team-boxes-image-wrapper > .no-image:after {
    font: 100px/1 "RockSolid Icons";
    content: "\e13a";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    color: gainsboro;
}

.multicolumn-icon-lists {
    margin: 0.8em 0 1.6em;
    zoom: 1;
}
.multicolumn-icon-lists:before {
    content: "";
    display: table;
}
.multicolumn-icon-lists:after {
    content: "";
    display: table;
    clear: both;
}

.multicolumn-icon-list {
    float: left;
    margin: 0;
    padding-right: 0.8em;
    padding-left: 0;
    list-style-type: none;
}
.main-content .multicolumn-icon-list {
    margin: 0;
}
.multicolumn-icon-list > h2 {
    font-size: 1.4em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.14286em;
}
.multicolumn-icon-list > h2:after {
    content: "";
    display: block;
    width: 2.66667em;
    height: 2px;
    margin-top: 0.4em;
    background: #33b1ec;
}
.-color-inverted.-highlight-color .multicolumn-icon-list > h2:after {
    background: #3685ab;
}
.multicolumn-icon-list ul {
    margin: 0;
}
.multicolumn-icon-list li:before {
    color: #33b1ec;
}
.multicolumn-icon-list li a[target="_blank"]:after {
    content: none;
}
.-columns-1 > .multicolumn-icon-list {
    width: 100%;
}
.-columns-2 > .multicolumn-icon-list {
    width: 50%;
}
.-columns-3 > .multicolumn-icon-list {
    width: 33.33333%;
}
.-columns-4 > .multicolumn-icon-list {
    width: 25%;
}
.-columns-5 > .multicolumn-icon-list {
    width: 20%;
}
.-columns-6 > .multicolumn-icon-list {
    width: 16.66667%;
}
.multicolumn-icon-list:last-of-type {
    margin-right: -1px;
}
@media screen and (max-width: 599px) {
    .multicolumn-icon-list.multicolumn-icon-list {
        /* doubled class for specificity */
        float: none;
        width: auto;
    }
}

.headline-box {
    margin-top: 2.4em;
    text-align: center;
    margin-bottom: 0;
}
.headline-box.-align-left {
    text-align: left;
}
.headline-box.-align-left:before {
    text-align: left;
    margin-left: 0;
}
.headline-box.-align-right {
    text-align: right;
}
.headline-box.-align-right:before {
    text-align: right;
    margin-right: 0;
}
.headline-box.-no-underline:after {
    content: none;
}
.headline-box.-small {
    margin: 1.6em 0;
}
.headline-box.-small:before {
    font-size: 1.6em;
    margin-bottom: 0.25em;
}
.headline-box.-no-tracking h2 {
    letter-spacing: normal;
    text-transform: none;
}
.headline-box:before {
    display: block;
    width: 1.95455em;
    height: 1.95455em;
    margin: 0 auto 0.27273em auto;
    border-radius: 100%;
    font-size: 2.93333em;
    font-weight: normal;
    line-height: 2.00023;
    text-align: center;
    background: white;
    background: rgba(255, 255, 255, 0.6);
    color: #33b1ec;
}
.-color-inverted .headline-box:before {
    background: #353d47;
    background: rgba(53, 61, 71, 0.6);
    color: white;
}
.headline-box:after {
    content: "";
    display: inline-block;
    width: 8em;
    height: 2px;
}
.-highlight-color .headline-box:after {
    background: #3685ab;
}
.headline-box.-button-only:after {
    display: none;
}
.headline-box h2 {
    margin: 0.11111em 0;
    font-size: 2.4em;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: inherit;
    text-transform: uppercase;
}
@media screen and (max-width: 599px) {
    .headline-box h2 {
        font-size: 1.86667em;
    }
}
.headline-box h2.-bold {
    font-weight: bold;
}
.headline-box h2.-small {
    font-size: 1.6em;
}
.headline-box h2.-medium {
    font-size: 2.13333em;
}
@media screen and (max-width: 599px) {
    .headline-box h2.-medium {
        font-size: 1.6em;
    }
}
.headline-box h2.-large {
    font-size: 2.8em;
}
@media screen and (max-width: 599px) {
    .headline-box h2.-large {
        font-size: 2.13333em;
    }
}
.headline-box h2.-super-size {
    font-size: 3.46667em;
}
@media screen and (max-width: 599px) {
    .headline-box h2.-super-size {
        font-size: 2.4em;
    }
}
.headline-box h3 {
    margin: 0;
    font-size: 0.93333em;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #98a0ab;
    text-transform: uppercase;
}
.-color-inverted.-highlight-color .headline-box h3 {
    color: #3685ab;
}
.-color-inverted .headline-box h3 {
    color: gainsboro;
}
.headline-box h3.-small {
    font-size: 0.86667em;
}
.headline-box h3.-medium {
    font-size: 1.06667em;
}
@media screen and (max-width: 599px) {
    .headline-box h3.-medium {
        font-size: 0.93333em;
    }
}
.headline-box h3.-large {
    font-size: 1.2em;
}
@media screen and (max-width: 599px) {
    .headline-box h3.-large {
        font-size: 1.06667em;
    }
}
.headline-box h3.-super-size {
    font-size: 1.4em;
}
@media screen and (max-width: 599px) {
    .headline-box h3.-super-size {
        font-size: 1.2em;
    }
}
.headline-box.-button-inline h2,
.headline-box.-button-inline h3 {
    display: inline;
}
@media screen and (max-width: 599px) {
    .headline-box.-button-inline h2,
    .headline-box.-button-inline h3 {
        display: block;
    }
}

h2 + .headline-box-link,
h3 + .headline-box-link {
    margin-top: 1.92857em;
}
.-align-left > .headline-box-link {
    float: right;
    margin: -0.14286em 0 0 3.14286em;
}
@media screen and (max-width: 599px) {
    .-align-left > .headline-box-link {
        float: none;
        margin: 0 0 1em;
    }
}
.-align-right > .headline-box-link {
    float: left;
    margin: -0.14286em 3.14286em 0 0;
}
@media screen and (max-width: 599px) {
    .-align-right > .headline-box-link {
        float: none;
        margin: 0 0 1em;
    }
}
.-button-inline > .headline-box-link {
    margin: 0 0 0 2.14286em;
}
@media screen and (max-width: 599px) {
    .-button-inline > .headline-box-link {
        margin: 1em 0 0;
    }
}

.teaser-boxes {
    zoom: 1;
}
.teaser-boxes:before {
    content: "";
    display: table;
}
.teaser-boxes:after {
    content: "";
    display: table;
    clear: both;
}

.teaser-boxes-item {
    text-align: center;
}
.teaser-boxes-item .no-image {
    display: block;
    padding-top: 75%;
    background: #f2f2f2;
}
.teaser-boxes-item .teaser-boxes-label {
    display: inline-block;
    margin-bottom: 1.11111em;
    padding: 0 0.44444em;
    color: #33b1ec;
    border: 2px solid #ff7200;
    border-radius: 99em;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05556em;
}
@media screen and (max-width: 599px) {
    .teaser-boxes-item .teaser-boxes-label {
        font-size: 0.9em;
    }
}
.teaser-boxes-item .teaser-boxes-label + .teaser-boxes-content > h3 {
    margin-top: 0;
}
.teaser-boxes-item.-align-left {
    text-align: left;
}
.teaser-boxes-item.-align-right {
    text-align: right;
}
.-boxed > .teaser-boxes-item {
    overflow: hidden;
    padding: 1.42857em;
    border: 1px solid gainsboro;
    border-radius: 2px;
    outline: none;
    background-color: white;
}

.teaser-boxes-content > h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.teaser-boxes-image {
    display: block;
    margin-bottom: 1.6em;
}
.teaser-boxes-image > img {
    display: block;
    margin: 0 auto;
}
.teaser-boxes-image.-image-circle {
    border-radius: 99em;
    overflow: hidden;
    /* Fixes hover in Chrome */
    opacity: 0.99;
    outline: none;
}
.teaser-boxes-image.-image-circle > img {
    /* Fixes android bug with border-radius and overflow */
    border-radius: 99em;
}
.teaser-boxes-image.-has-hover:hover img,
.teaser-boxes-image.-has-hover:focus img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.testimonial,
blockquote.testimonial {
    margin: 2.66667em 0;
    font-size: inherit;
    color: inherit;
    text-align: center;
}

/*
.testimonial:before,
blockquote.testimonial:before {
    content: "\201c";
    float: none;
    display: block;
    margin: -0.2em 0;
    font-size: 6.66667em;
    font-size: 100px \9;
    line-height: 1;
    color: rgba(167,167,167,.75);
}
*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .testimonial:before,
    blockquote.testimonial:before {
        /* IE10 and IE11 calculate em's wrong */
        font-size: 100px;
    }
}
.-highlight-color .testimonial:before,
.-highlight-color blockquote.testimonial:before {
    color: #3685ab;
}

.testimonial-text {
    font-size: 2.66667em;
}
@media screen and (max-width: 599px) {
    .testimonial-text {
        font-size: 1.86667em;
    }
}
.-small .testimonial-text {
    font-size: 1.06667em;
}
@media screen and (max-width: 599px) {
    .-small .testimonial-text {
        font-size: 0.93333em;
    }
}
.-medium .testimonial-text {
    font-size: 1.4em;
}
@media screen and (max-width: 599px) {
    .-medium .testimonial-text {
        font-size: 1.2em;
    }
}
.-large .testimonial-text {
    font-size: 1.86667em;
}
@media screen and (max-width: 599px) {
    .-large .testimonial-text {
        font-size: 1.6em;
    }
}
.-super-size .testimonial-text {
    font-size: 3.2em;
}
@media screen and (max-width: 599px) {
    .-super-size .testimonial-text {
        font-size: 2.4em;
    }
}
.testimonial-text p {
}

.testimonial-author {
    margin: 1.33333em 0;
    font-size: 0.93333em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.testimonial-author img {
    display: inline;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 0.71429em;
    border-radius: 99em;
}
.testimonial-author small {
    font-size: inherit !important;
}
.testimonial-author a {
    color: inherit;
}

.tab-navigation {
    border: 1px solid transparent;
    border-bottom-color: gainsboro;
    text-align: center;
}
.tab-navigation ul,
.tab-navigation li {
    margin: 0;
    padding: 0;
}
.tab-navigation ul {
    display: table;
    table-layout: fixed;
    display: flex;
    align-items: flex-end;
    width: 100%;
}
@media screen and (max-width: 599px) {
    .tab-navigation ul {
        display: inline;
    }
}
.tab-navigation li {
    display: table-cell;
    flex-grow: 1;
    list-style-type: none;
    vertical-align: bottom;
}
@media screen and (max-width: 599px) {
    .tab-navigation li {
        display: block;
    }
}
.tab-navigation li:first-child a {
    margin-left: -1px;
}
.tab-navigation a {
    position: relative;
    display: block;
    margin: -1px -1px 0 0;
    padding: 0.6em 1.86667em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    outline: none;
    border: 1px solid gainsboro;
    border-bottom-width: 0;
    background-color: white;
}
@media screen and (max-width: 599px) {
    .tab-navigation a {
        margin: 0 -1px;
    }
}
.tab-navigation a:hover,
.tab-navigation a:focus {
    text-decoration: none;
}
.tab-navigation a.is-active {
    z-index: 1;
    box-shadow: 0 10px 0 -1px white, 0 -3px #33b1ec, -3px 0 3px -1px rgba(0, 0, 0, 0.1), 3px 0 3px -1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
    .tab-navigation a.is-active {
        border-color: #33b1ec;
        color: white;
        background: #33b1ec;
        box-shadow: 0 1px #33b1ec;
    }
}
.tab-navigation.-image-tabs {
    border: 0;
}
.tab-navigation.-image-tabs ul,
.tab-navigation.-image-tabs li {
    display: inline;
}
.tab-navigation.-image-tabs a {
    display: inline-block;
    margin: 0;
    padding: 0.5625em 1.75em;
    border: 0;
    font-size: 1.06667em;
    color: inherit;
    background: none;
}
.tab-navigation.-image-tabs a:hover,
.tab-navigation.-image-tabs a:focus {
    color: #33b1ec;
}
.tab-navigation.-image-tabs a.is-active {
    color: #33b1ec;
    box-shadow: none;
}
.tab-navigation.-image-tabs a.is-active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.4375em;
    border: 0.4375em solid transparent;
    border-top-color: #33b1ec;
    border-bottom: 0;
}
.tab-navigation.-image-tabs a:before {
    display: block;
    margin: 0 auto 0.25em;
    font-size: 3em;
    color: #33b1ec;
}
.tab-navigation.-image-tabs a img {
    display: block;
    margin: 0 auto 0.8em;
}

.-columns-1 .tab-navigation-item {
    width: 100%;
}
.-columns-2 .tab-navigation-item {
    width: 50%;
}
.-columns-3 .tab-navigation-item {
    width: 33.33333%;
}
.-columns-4 .tab-navigation-item {
    width: 25%;
}
.-columns-5 .tab-navigation-item {
    width: 20%;
}
.-columns-6 .tab-navigation-item {
    width: 16.66667%;
}
@media screen and (max-width: 599px) {
    .tab-navigation-item.tab-navigation-item {
        width: auto;
    }
}

.tab-start.-has-border {
    margin-top: -1px;
    border: 1px solid gainsboro;
    padding-right: 2.66667em;
    padding-left: 2.66667em;
}


/* ===========================================
 * Modules (Search, FAQ, News, Events, Comments, Sitemap etc.)
 * ======================================== */

.breadcrumbs-wrapper {
    padding-bottom: 2em;
}
@media screen and (max-width: 599px) {
    .breadcrumbs-wrapper {
        padding-bottom: 0;
    }
}
.oneo-fullwidth .breadcrumbs-wrapper {
    padding-bottom: 0;
}

.breadcrumbs-headline {
    float: left;
    margin: 0;
    font-size: 1.4em;
    font-weight: normal;
    color: inherit;
    padding: 1.09524em 0 1.19048em;
}
.breadcrumbs-headline:not(:last-child) {
    padding-bottom: 0;
}
@media screen and (max-width: 599px) {
    .breadcrumbs-headline {
        float: none;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0.95238em;
        margin-bottom: 0.95238em;
        text-align: center;
    }
}

.mod_breadcrumb {
    padding: 2.46154em 0 2.07692em;
    font-size: 0.86667em;
}
@media screen and (max-width: 599px) {
    .mod_breadcrumb {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 1.53846em;
        margin-bottom: 1.53846em;
        text-align: center;
    }
}
.mod_breadcrumb.-right {
    float: right;
}
@media screen and (max-width: 599px) {
    .mod_breadcrumb.-right {
        float: none;
    }
}
.mod_breadcrumb ul,
.mod_breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
}
.mod_breadcrumb li:before {
    content: " \A0 / \A0 ";
}
.mod_breadcrumb li:first-child:before {
    content: none;
}
.mod_breadcrumb a {
    color: inherit;
    text-decoration: underline;
}
.mod_breadcrumb a:hover {
    text-decoration: none;
}

p.back a:before,
p.previous a:before,
p.next a:after {
    font: 0.8em/1 "RockSolid Icons";
    content: "\e018";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    top: -0.16667em;
    margin-right: 0.5em;
    vertical-align: middle;
}

p.next a:after {
    content: "\e019";
    margin-right: 0;
    margin-left: 0.5em;
}

.pagination > p {
    text-align: center;
}
.pagination ul {
    list-style-type: none !important;
    text-align: center;
}
.pagination li {
    display: inline-block;
}
.pagination li a,
.pagination li strong,
.pagination li span {
    padding: 4px 12px;
}
.pagination li .current,
.pagination li .active {
    border-bottom: 1px solid #f2f2f2;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
}
.news-image-teaser {
    zoom: 1;
    position: relative;
    margin: 1em 0;
    padding: 1%;
}
.news-image-teaser:before {
    content: "";
    display: table;
}
.news-image-teaser:after {
    content: "";
    display: table;
    clear: both;
}
.news-image-teaser:first-child {
    margin-top: 0;
}
.news .news-image-teaser h3 {
    margin: 0 3.21429em 0.35714em 0;
    font-size: 1.86667em;
    font-weight: normal;
    line-height: 1.28607;
    color: inherit;
}
@media screen and (max-width: 599px) {
    .news-image-teaser h3 {
        margin-right: 0;
    }
}
.news-image-teaser h3 a {
    color: inherit;
    color: #8c0e2b;
}
.news-image-teaser h3 a:hover,
.news-image-teaser h3 a:focus {
    color: #a87336;
    text-decoration: none;
    color: #.news-image-teaser h3 a;
}
.news-image-teaser p {
    margin: 0.66667em 0;
}
.news-image-teaser p.news-image-teaser-info {
    margin: -0.46667em 0 0.33333em;
}

.news-image-teaser-image {
    float: right;
    max-width: 35%;
    margin-left: 5%;
}
@media screen and (max-width: 599px) {
    .news-image-teaser-image {
        float: none;
        max-width: none;
        margin-left: 0;
        margin-bottom: 0.66667em;
    }
}
.news-image-teaser-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.news-image-teaser-date {
    display: none;
}
@media screen and (max-width: 599px) {
    .news-image-teaser-date {
      display: none;
    }
    .news-image-teaser-image ~ .news-image-teaser-date {
        position: absolute;
        right: auto;
        left: 0.71429em;
    }
}
.news-image-teaser-date b {
    display: block;
    margin: -0.05882em 0 0;
    font-size: 0.60714em;
    font-weight: normal;
    text-transform: uppercase;
}
.interwievs .news-image-teaser {
     border-bottom:1px solid #a7a7a7;
}

news .news-image-teaser-more {
    font-size: 0.86667em;
    font-weight: bold;
    letter-spacing: 0.07692em;
    text-transform: uppercase;
    position: absolute;
    bottom: 1em;
    left: 1em;
}
news .news-image-teaser-more a {
    display: block;
    margin-right: .3rem;
    margin-left: .3rem;
    padding: .5rem 2rem;
    background-color: rgba(167,167,167,.75);
    color: #505050;
    text-shadow: 1px 1px 0 #ccc;
}
news .odd .news-image-teaser-more a {
    background-color: #e8e8e8;
}
news .news-image-teaser-more a:hover {
    background-color:#c1b38a
}
.news-boxed {
    zoom: 1;
    margin: 2.66667em 0;
}
.news-boxed:before {
    content: "";
    display: table;
}
.news-boxed:after {
    content: "";
    display: table;
    clear: both;
}

.news-boxed-item h3 {
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.33389;
}
.news-boxed-item h3 > a {
    color: inherit;
    text-decoration: none;
    color: #c63029;
    text-shadow: 1px 1px 0 white;
}
.news-boxed-item h3 > a:hover,
.news-boxed-item h3 > a:focus {
    color: black;
}
.news-boxed-item p {
    margin: 0.66667em 0;
    padding: 0 10px 0 10px;
}
.news-boxed-item h3 {
    margin: 0.66667em 0;
    padding: 0 10px 0 10px;
}
.news-boxed-item p.news-boxed-item-info {
    margin: 0 0 0.16667em;
    font-size: 0.8em;
}

.news-boxed-item-image {
    position: relative;
    margin-bottom: 0.33333em;
}
.news-boxed-item-image img {
    display: block;
    width: 100%;
    height: auto;
}

.news-boxed-item-image-more > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0.93333em;
    font-weight: bold;
    letter-spacing: 0.07143em;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #a87336;
    background: rgba(168,115,54,.5);
    opacity: 0;
}
.news-boxed-item-image-more > a:hover,
.news-boxed-item-image-more > a:focus {
    opacity: 1;
}
.news-boxed-item-image-more > a:before {
    content: "";
    display: block;
    height: 50%;
    margin-bottom: -0.78571em;
}

.news-link-list-item {
    margin: 0.8em 0;
    min-height: 2.66667em;
}
.news-link-list-item:hover time:before {
    top: 0.4em;
}
.news-link-list-item:hover b {
    margin-top: 40px;
}
.news-link-list-item time {
    position: relative;
    float: left;
    width: 3.6em;
    height: 3.6em;
    padding: 0.3em 0 0;
    overflow: hidden;
    font-size: 0.66667em;
    line-height: 1;
    color: white;
    text-transform: uppercase;
    text-align: center;
    background: #3685ab;
}
.news-link-list-item time:before {
    font: 2em/1 "RockSolid Icons";
    content: "\e0dd";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    position: absolute;
    top: -1em;
    left: 0.4em;
    -webkit-transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
    transition: top 0.2s ease-out;
}
.news-link-list-item time b {
    display: block;
    font-size: 1.8em;
    font-weight: normal;
    -webkit-transition: margin 0.2s ease-out;
    -moz-transition: margin 0.2s ease-out;
    -o-transition: margin 0.2s ease-out;
    transition: margin 0.2s ease-out;
}
.-color-inverted .news-link-list-item time {
    background: white;
    color: #242424;
}
.news-link-list-item a {
    display: block;
    line-height: 1.33333em;
}
.news-link-list-item time + a {
    padding-left: 3.33333em;
}

.sidebar-news > .block {
    margin-bottom: 0.71429em;
    padding-bottom: 0.71429em;
    border-bottom: 1px dotted gainsboro;
}
.sidebar-news .info {
    margin-bottom: 0;
}
.sidebar .sidebar-news .image_container {
    margin-top: 0;
}
.sidebar .sidebar-news h2 {
    margin: 0.85714em 0 0;
}
.sidebar .sidebar-news p {
    margin: 0.42857em 0;
}

#right .mod_eventlist {
    margin-top: 0;
}
.mod_eventlist {
    margin-top: 1.6em;
}
.mod_eventlist > .header {
    font-weight: bold;
}
.mod_eventlist .event {
    overflow: hidden;
    margin-bottom: 3.2em;
}
#right .mod_eventlist .event {
    overflow: hidden;
    margin-bottom: 1%;
}
.mod_eventlist .event > h2 {
    margin-top: 0;
    font-size: 1.6em;
}

.mod_login form p.error {
    float: none;
    width: auto;
    margin: 1.2em 0;
}
.mod_login input {
    width: 80%;
}
@media screen and (max-width: 599px) {
    .mod_login input {
        width: 100%;
    }
}
.mod_login table {
    border: 0;
    box-shadow: none;
}
.mod_login table td {
    border: 0;
    padding: 0.4em 0;
}

.mod_search {
    margin: 1.8em 0;
}
.mod_search .widget {
    display: inline;
}
.mod_search form input {
    vertical-align: middle;
}
.mod_search form input[type="search"] {
    width: 74.375%;
    margin: 0;
    padding-top: 1.06667em;
    padding-bottom: 1em;
}
.mod_search form button[type="submit"],
.mod_search form input[type="submit"] {
    width: 25%;
    margin: 0 -2% 0 0;
}
@media screen and (max-width: 599px) {
    .mod_search form button[type="submit"],
    .mod_search form input[type="submit"] {
        padding-right: 0;
        padding-left: 0;
    }
}
.mod_search .relevance {
    float: right;
    margin-top: 0.71429em;
    font-size: 0.58333em;
}
.mod_search .header {
    padding-bottom: 0.33333em;
    border-bottom: 1px solid gainsboro;
    color: #98a0ab;
}
.mod_search .highlight {
    padding: 0 0.26667em;
    font-weight: bold;
    background: #d6effb;
}
.mod_search .url {
    padding-bottom: 1.42857em;
    border-bottom: 1px dotted gainsboro;
    font-size: 0.93333em;
    color: #98a0ab;
}
.mod_search .url:before {
    font: 100%/1 "RockSolid Icons";
    content: "\e0b5";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    margin-right: 0.35714em;
}
.mod_search .url .filesize {
    font-size: 0.85714em;
}

.comment_default {
    margin: .5em 0;
    padding: 1.25em 2% 0;
    border: 1px solid gainsboro;
    font-size: 1.06667em;
    background: white;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.comment_default .info {
    margin-top: 0;
    border-bottom: 1px solid gainsboro;
}
.comment_default .reply {
    margin-left: 6.66667%;
}
.comment_default .reply .info {
    font-weight: bold;
}

.ce_comments .form {
    margin-top: 1em;
}
.ce_comments .form .widget {
    clear: none;
    margin-top: 1.6em;
}
.ce_comments .form .widget:nth-of-type(-n+4) {
    float: left;
    width: 46.66667%;
}
#container .ce_comments h4,
#container .ce_comments h3 {
    font-size: 1.6em};
}
@media screen and (max-width: 599px) {
    .ce_comments .form .widget:nth-of-type(-n+4) {
        width: 100%;
    }
}
.ce_comments .form .widget:nth-of-type(-2n+4) {
    margin-right: -1%;
    margin-left: 6.66667%;
}
@media screen and (max-width: 599px) {
    .ce_comments .form .widget:nth-of-type(-2n+4) {
        margin-right: 0;
        margin-left: 0;
    }
}
.ce_comments .form .widget:nth-of-type(5) {
    clear: both;
    padding-top: 1.6em;
}
.ce_comments .form .widget input {
    width: 100%;
}
.ce_comments .form .widget textarea {
    width: 100%;
}
.ce_comments .form .checkbox_container {
    margin: 0;
    border: 0;
    margin-top: -1.2em;
    padding: 0;
}
.ce_comments h2 + .form,
.ce_comments h2 + .form > form {
    margin-top: 0;
}

.mod_subscribe .submit,
.mod_unsubscribe .submit {
    padding-top: 1em;
    padding-bottom: 0.78571em;
}

.mod_subscribe.-centered {
    text-align: center;
}
.centered-wrapper .mod_subscribe input[type=text],
.centered-wrapper .mod_subscribe input[type=email] {
    width: 30%;
    min-width: 17.33333em;
}
.centered-wrapper .mod_subscribe .submit {
    width: auto;
}
.sidebar .mod_subscribe input[type=text],
.sidebar .mod_subscribe input[type=email] {
    width: 100%;
}
@media screen and (max-width: 599px) {
    .sidebar .mod_subscribe input[type=text],
    .sidebar .mod_subscribe input[type=email] {
        display: inline;
        margin: 0;
    }
}
.sidebar .mod_subscribe .submit {
    width: 100%;
    margin-top: 0.26667em;
}

/* ===========================================
 * Slider
 * ======================================== */
.main-slider {
    height: 600px;
}
@media screen and (min-height: 600px) {
    .main-slider {
        height: calc(100vh - 3.86667em);
    }
}
@media screen and (min-height: 600px) and (max-width: 900px) {
    .main-slider {
        height: calc(100vh - 6.4em - 2em);
    }
}
@media screen and (max-width: 599px) {
    .main-slider {
        height: auto;
    }
    .main-slider img {
        max-width: 100%;
        height: auto;
    }
}