.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    padding-top: 0% !important;
}
.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

#clockdiv
{
    font-family: sans-serif;
    font-weight: 100;

    position: absolute;
    top: 43px;

    display: inline-block;

    margin-left: 29px;

    text-align: center;

    color: #383b40;
}

#clockdiv > div
{
    display: block;

    width: 100%;
    height: 14px;

    text-align: left;
}

#clockdiv div > span
{
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;

    display: inline;

    padding: 0;
    padding-right: 2px;
    padding-left: 0;
}

.hide_users{
    display: none;
}

.logged-in .hide_users{
    display: block;
}

.dhsv_submenu_fullwidth ul
{
    position: absolute !important;
    right: 50% !important;

    margin-right: -555px !important;
    margin-left: 0 !important;
}

.onhover_slide{
    position: relative;
    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

.onhover_slide_block{
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 295px;
    left: 0px;
    margin-left: -295px;
    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

.onhover_slide:hover .onhover_slide_block{
    margin-left: 0px;
}

.onhover_slide:hover>i{
    opacity: 1;
}

.onhover_slide_block span{
    line-height: 45px;
    font-size: 24px;
    display: inline-block;
}

.onhover_slide_block i{
    top:0px;
    float: left;
}

.header01 .polar_tracker
{
    width: 100px;
    height: 145px;
    margin-top: -20px;

    /***background-image: url(../img/polar-vantage-2018.png);***/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.smalltext
{
    font-size: 9px;
    font-weight: 500;

    display: inline;

    letter-spacing: .1em;
}

#footer
{
    width: 100%;
}

#footer .footer-text
{
    font-size: 14px;
    line-height: 18px;

    letter-spacing: .01em;
}

#footer .mobile-footer-sitemap-head {
    display: none;
}

#footer .mobile-footer-sitemap-head h4 {
    cursor: pointer;
    position: relative;
    padding-left: 22px;
}

#footer .mobile-footer-sitemap-head h4::before {
    content: "\f469";
    font-family: Ionicons;
    font-style: normal;
    position: absolute;
    top: 0px;
    left: 0px;
}

#footer .mobile-footer-sitemap-head.mobile-footer-sitemap-head-show h4 {
    color: #ff0000;
}

#footer h4
{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    letter-spacing: .01em;
}

#footer .container
{
    padding-right: 0PX;
    padding-left: 0;
    letter-spacing: .01em;
}

#footer .container .col-xs-12:first-child
{
    padding-left: 0;
}

#footer .container .col-xs-12:last-child
{
    padding-right: 0;
}

#footer .nav > li > a
{
    padding: 0;

    letter-spacing: .01em;

    color: #aaa !important;
}

#footer .nav > li > a:hover
{
    letter-spacing: .01em;

    color: #fff !important;
    background: none;
}

#footer i.fa,
#footer i.icon
{
    font-size: 18px;

    margin-left: 0;
}

#footer #footer_closeup .container a.footer_closeup_social
{
    height: 20px !important;
    margin-top: 10px !important;

    text-align: center;

    border-right: 1px solid #383a3f;
}

#footer #footer_closeup .container a.footer_closeup_social:first-child
{
    border-right: 0;
}

#footer #footer_closeup .container a.footer_closeup_social i
{
    display: block;

    margin: auto;
}

#slider_carousel
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity .2s ease-in-out;
         -o-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;

    background: #eee;
}

#top_video_block,
#top_video_block_shadow
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px){
    #top_video_block {
        height: 50%;
    }
}

#top_video_block_shadow
{
    z-index: 2;

    height: 100%;

    background:    -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background:         linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6ffffff',GradientType=0 ); /* IE6-9 */
}

#slider_carousel .slick-list,
#slider_carousel .slick-track
{
    height: 100%;
}

.item_image
{
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    height: 100%;
}

#slider_carousel  .next.slick-arrow
{
    font-size: 48px;

    position: absolute;
    z-index: 2;
    top: 50%;
    right: 50px;

    cursor: pointer;

    color: #fff;
}

#slider_carousel  .prev.slick-arrow
{
    font-size: 48px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50px;

    cursor: pointer;

    color: #fff;
}

@media screen and (min-width: 768px){
#top_video_block .dhsv_vc_video_from_library{
    background-image: none!important;
}
}


:not(#slider_carousel) #top_video_block div.item.item_video{
    position: absolute;
    height: 100%;
    width: 100%;
}

.dhsv_vc_header .container .inhalt
{
    /* width: 585px !important;
     max-width: 585px !important;
     margin-top: 185px !important;
     padding: 15px !important;

     background: rgba(40,40,40,.8) !important;*/
}



.teaser
{
    position: absolute;
    z-index: 2;
    top: 200px;
    left: 50%;

    width: 280px;
    margin-left: -570px;
    padding: 15px;

    background: rgba(40,40,40,.8);
}

.teaser h2
{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 50px !important;
    font-weight: 900 !important;
    line-height: 44px !important;

    color: #fff !important;
}

.dhsv_vc_header .container .inhalt h1
{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px !important;
    font-weight: 900 !important;
    line-height: 44px !important;

    color: #fff !important;
}


.teaser h3
{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 50px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    line-height: 44px !important;

    margin-bottom: 20px !important;

    text-transform: uppercase;

    color: #fff !important;
}

.social-login p,
.social-login h3
{
    display: none !important;
}

.includes_tax
{
    display: none !important;
}


.dhsv_vc_video_from_library .fsVideoContent
{
    position: absolute;
    z-index: 10000;
    bottom: 60px;
    left: 200px;
}

.innerbar
{
    height: 3px;

    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    background: #f00;
}

.control-bar:hover .innerbar
{
    /*height: 7px;
    margin-top:-2px;*/
}

.fsVideoControls.play
{
    display: inline-block;
    float: left;

    width: 3%;
    margin-top: -2px;
    margin-left: 2%;
}

.current-time,
.mute-button,
.muted
{
    color: #f00;
}

.pause_button_center
{
    font-size: 20px;

    opacity: .7;
    color: #f00;
}

.pause_button_center:hover
{
    opacity: 1;
}

.control-bar
{
    position: relative;

    display: inline-block;

    width: 95%;
}

.control-bar .progressbar
{
    display: inline-block;

    width: 90%;
}


.mute-button,
.muted
{
    display: inline-block;

    width: 4%;
}

.volumebar
{
    display: inline-block;

    width: 4%;
}



.teaser a
{
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
    line-height: 30px;

    display: inline-block;

    width: 250px;
    padding-right: 10px;
    padding-left: 10px;

    color: #fff;
    background: #f00;
}

.teaser a.teaser_link_2
{
    margin-top: 15px;
}

.teaser a i
{
    line-height: 26px;

    float: right;
}

#top_video_block + #content,
.page_with_slider {
    position: relative;
    z-index: 5;
    margin-top: calc(100vh - 200px);
    min-height: 600px;
}

@media screen and (max-width: 600px) , screen and (max-height: 800px) {
    #top_video_block + #content,
    .page_with_slider {
        min-height: 480px;
        margin-top: 600px;
    }
}

@media screen and (max-width: 768px) {
    #top_video_block + #content,
    .page_with_slider {
        margin-top: calc(100vh - 500px);
    }
}

@media screen and (max-width: 375px) {
    #top_video_block + #content,
    .page_with_slider {
        margin-top: calc(100vh - 400px);
    }
}

.dhsv_vc_quote
{
    min-height: 190px;
}

#map_bg
{
    background: rgba(228,228,228,1);
}

.header01 .top_header .btn-primary,
.nav-top,
.search_block
{
    float: right;
}

.search_block
{
    font-weight: 600;
    line-height: 35px;

    display: inline-block;
    overflow: hidden;

    width: 85px;
    height: 35px;
    padding-right: 7px;
    padding-left: 12px;

    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    color: #fff;
    background: #aaa;
}

.search_block:hover
{
    width: 220px;
}

.search_block i
{
    margin-left: 4px;
}

.search_block i::before {
    font-family: FontAwesome;
}

.search_block form
{
    float: right;

    margin-right: 10px;
    margin-left: 10px;
}


.search_block input
{
    line-height: 20px;

    width: 100px;

    border: 1px solid #fff;
    background: none;
}

.header01 .top_header ul li a
{
    line-height: 35px;

    text-transform: uppercase;
}

.header01 .top_header ul li
{
    margin-top: 0 !important;
}

.header01 .top_header ul
{
    margin-right: 10px;
}

.lang_select a
{
    color: #777;
}

.lang_select .active_lang
{
    color: lightgrey;
}

.anmeldung-button
{
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-style: normal;
    line-height: 35px !important;

    min-width: 170px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dhsv_submenu_fullwidth,
.dhsv_submenu_fullwidth .current_page_item a
{
    color: #f00 !important;
}

.anmeldung-button:before
{
    right: 12px !important;
}

.header01 .navbar .navbar-nav li a
{
    font-size: 16px !important;

    height: 45px;
}

.caret
{
    margin-top: -2px !important;
}

#nav_left i.icon
{
    font-size: 24px !important;

    color: #383a3f;
}

h1
{
    line-height: 36px;
}

#menu-top-menu .current_page_item a,
#menu-top-menu .current-page-ancestor a
{
    color: #f00 !important;
}

#menu-top-menu a
{
    text-decoration: none !important;
}


.side_navigation
{
    position: relative;
}

.home main#content
{
    background: none;
}



.side_navigation:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 70%;
    height: 1px;
    margin-left: 15%;

    content: '';

    border-bottom: 1px solid #d2d2d2;
}

.side_navigation a:hover
{
    color: #f00;
}

#nav_left .side_navigation:hover
{
    color: #f00;
    background: #fff;
}

#nav_left .side_navigation:hover i
{
    color: #f00;
}

.side_navigation:last-child:after
{
    display: none;
}

.dhsv_vc_slider_box_sponsoren_headline
{
    font-weight: bold;

    margin-bottom: 5px;
    padding-bottom: 5px;

    border-bottom: 1px solid #d2d2d2;
}

.dhsv_vc_slider_box_sponsoren ul.slick-dots
{
    top: -32px !important;
}

.dhsv_vc_slider_box_sponsoren ul.slick-dots li,
.dhsv_footer_slider_sponsoren ul.slick-dots li,
.dhsv_vc_slider_box_zahlen ul.slick-dots li,
.dhsv_vc_slider_box_zahlen ul.slick-dots li
{
    width: 5px !important;
    height: 5px !important;

    border: 1px solid #000 !important;
    background-color: #000 !important;
}

.dhsv_vc_slider_box_sponsoren ul.slick-dots li.slick-active,
.dhsv_footer_slider_sponsoren  ul.slick-dots li.slick-active,
.dhsv_vc_slider_box_zahlen ul.slick-dots li.slick-active,
.dhsv_vc_slider_box_zahlen  ul.slick-dots li.slick-active
{
    border: 1px solid #f00 !important;
    background-color: #f00 !important;
}

.dhsv_vc_slider_box_sponsoren ul.slick-dots li,
.dhsv_footer_slider_sponsoren ul.slick-dots li,
.dhsv_vc_slider_box_zahlen ul.slick-dots li,
.dhsv_vc_slider_box_zahlen ul.slick-dots li
{
    margin-left: 8px !important;
}

.header01 .navbar .navbar-nav li:hover,
.header01 .navbar .navbar-nav li:active
{
    color: #000 !important;
}

ul.nav li.dropdown:hover > ul.dropdown-menu
{
    width: 250px !important;
}

.header01 .navbar .navbar-nav li
{
    position: relative !important;
}

.header01 .navbar .dropdown-menu li
{
    width: 100% !important;

    text-align: left !important;
}

.header01 .navbar .dropdown-menu li a
{
    text-align: left !important;
}

.dhsv_vc_news_teaser .dhsv_vc_news_teaser_headline
{
    font-size: 16px !important;
    font-weight: 900 !important;

    margin-bottom: 10px;
    padding-bottom: 5px;

    color: #fff !important;
    border-bottom: 1px solid rgba(255,255,255,.75);
}

.dhsv_vc_news_teaser_title
{
    font-weight: 700 !important;
    font-style: italic;
    line-height: 26px !important;

    text-transform: uppercase;
}

.dhsv_vc_news_teaser a.newsbutton
{
    font-size: 15px !important;

    padding: 7px 22px 7px 7px !important;

    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
    text-align: left !important;

    color: #fff !important;
    border-color: #fff !important;
    border-radius: 0 !important;
    background: #f00 !important;
}

.dhsv_vc_news_teaser a.newsbutton:hover
{
    color: #f00 !important;
    background: #fff !important;
}


.search-results #page_wrap #footer_sponsor
{
    display: none !important;
}

.play-circle
{
    display: block;

    width: 90px;
    height: 90px;

    opacity: 1;
    border: 6px solid #f00;
    border-radius: 100%;
    background-image: url(../img/frankfurt-marathon_startseite_button-play.png);
    background-repeat: no-repeat;
    background-position: 62% 50%;
    background-size: 52%;
}

.play-circle:hover
{
    border-color: #000;
    background-image: url(../img/frankfurt-marathon_startseite_button-playhover.png);
}

.search_block_result a
{
    color: #333;
}

.newsbutton.btn-default:before
{
    font-family: Ionicons;
    font-style: normal;

    position: absolute;
    top: 17px;
    right: 10px;

    content: '\f125';
}


.btn-default
{
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 10px;

    text-align: left;

    border: 1px solid #000;
    border-radius: 0;
}

.teaserlink .dhsv_vc_teaserbox.textteaser .inhalt h3
{
    font-weight: 900 !important;

    display: inline-block;

    width: auto !important;
    padding: 5px 8px;

    background: rgba(255,255,255,.6);
}

.col-sm-6 .teaserlink .dhsv_vc_teaserbox.textteaser .inhalt h3
{
    max-width: 320px;
}

.haupt_teaser .teaserlink .dhsv_vc_teaserbox.textteaser .inhalt h3
{
    font-size: 36px !important;
    /*background: rgba(255,255,255,.0);*/
    line-height: 36px;
}

.haupt_teaser .teaserlink:hover .dhsv_vc_teaserbox.textteaser .inhalt span
{
    color: #fff !important;
}



.button_weiterlesen,
.button_weiterlesen_mini
{
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-style: italic !important;

    position: absolute;
    top: initial;
    bottom: 20px;
    left: 20px;

    display: inline-block !important;

    padding-top: 3px !important;
    padding-bottom: 4px !important;
    padding-left: 10px !important;

    text-align: left !important;
    text-transform: uppercase !important;

    color: #fff !important;
    border: 1px solid #fff !important;
}

.dhsv_vc_news_teaser a.newsbutton,
.dhsv_vc_news_teaser .btn-default
{
    margin-right: 3% !important;
}

.haupt_teaser  .teaserlink .dhsv_vc_teaserbox.imageteaser:hover .inhalt span.button_weiterlesen
{
    color: #fff !important;
}

.dhsv_vc_slider_box_zahlen:hover h3
{
    color: #f00 !important;
}

.haupt_teaser .teaserlink .dhsv_vc_teaserbox.textteaser .inhalt h3
{
    padding: 9px !important;
}

.teaserlink .dhsv_vc_teaserbox.textteaser:hover .inhalt
{
    background: none !important;
}

.haupt_teaser  .teaserlink .dhsv_vc_teaserbox.textteaser .inhalt
{
    background: none;
}



.haupt_teaser  .teaserlink .dhsv_vc_teaserbox.textteaser .inhalt h3 i
{
    font-weight: 400;
}

.teaserlink .dhsv_vc_teaserbox.textteaser .inhalt
{
    top: 10px !important;
    left: 10px !important;
}

.teaserlink .dhsv_vc_teaserbox:hover .image
{
    position: relative;

    opacity: 1 !important;
}

.teaserlink .dhsv_vc_teaserbox .image:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;

    opacity: 0;
    background: #f00;
}

.teaserlink .dhsv_vc_teaserbox:hover .image:before
{
    opacity: .8;
}

.haupt_teaser  .teaserlink .dhsv_vc_teaserbox.imageteaser:hover .inhalt span
{
    color: #fff !important;
}

.teaserlink .dhsv_vc_teaserbox.imageteaser:hover .inhalt span
{
    color: #fff !important;
}

.dhsv_vc_fb a.newsbutton,
.dhsv_vc_insta a.newsbutton
{
    width: 325px !important;
    margin-top: 35px !important;
    margin-right: 3% ;
    margin-left: 0 !important;

    background: #f2f2f2;
}

.dhsv_vc_fb a.newsbutton
{
    background: #f2f2f2;
}

.dhsv_vc_fb a.newsbutton:hover,
.dhsv_vc_insta a.newsbutton:hover
{
    color: #fff;
    border-color: #444 !important;
    background: #444;;
}

.dhsv_vc_subscribe_form .newsletter-submit
{
    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
}

.dhsv_vc_subscribe_form .newsletter-submit:hover
{
    color: #333 !important;
    background: #fff !important;
}

#nav_left
{
    -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,.45);
       -moz-box-shadow: 0 0 13px 0 rgba(0,0,0,.45);
            box-shadow: 0 0 13px 0 rgba(0,0,0,.45);
}

.dhsv_vc_fb .newsbutton.btn-default:before,
.dhsv_vc_insta .newsbutton.btn-default:before
{
    top: 4px !important;
}

.dhsv_vc_insta a.newsbutton
{
    margin-top: 15px !important;
}

.dhsv_vc_insta_headline
{
    display: inline-block;

    width: auto;
    margin-bottom: 30px;
    padding: 15px 15px;

    background: #fff;
}

.dhsv_vc_insta_headline h3
{
    font-size: 36px;
}

h3,
.h3
{
    font-weight: 900 !important;

    letter-spacing: -.02em !important;

    color: #383a3f !important;
}

.teaserlink h3
{
    font-size: 20px;
}

.dhsv_vc_read_more_textbox a
{
    padding-right: 2px;
    padding-left: 2px;

    color: #fff;
    background: #f00;
}

.dhsv_vc_insta_headline h4,
.dhsv_vc_fb_block h4
{
    font-size: 36px;
    font-weight: normal !important;
    font-style: italic !important;

    margin-top: 7px;

    color: #f00 !important;
}

#insta_bg
{
    padding-bottom: 35px;
    /*background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#00ffffff',GradientType=0 );*/

    background: #f2f2f2;
}

.dhsv_vc_insta_content  .einzel_blog
{
    min-height: 196px;
    padding-right: 8px;
    padding-left: 8px;
}

.dhsv_vc_insta_content  .einzel_blog:first-child,
.dhsv_vc_insta_content  .einzel_blog:nth-child(7)
{
    padding-left: 15px;
}


.dhsv_vc_insta_content  .einzel_blog:last-child,
.dhsv_vc_insta_content  .einzel_blog:nth-child(6)
{
    padding-right: 15px;
}


#footer_sponsor .dhsv_footer_slider_sponsoren .dhsv_footer_slider_sponsoren_img
{
    display: -webkit-flex !important; /* Safari */
    display:         flex !important;

    -webkit-align-items: center !important;
            align-items: center !important;
}

.backtotop
{
    right: 50% !important;

    margin-right: -25px !important;
}

#footer #footer_closeup .container
{
    border-top: 1px solid #383a3f !important;
}

#footer .nav > li > a:hover
{
    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;

    color: #f00 !important;
}

.ffm_label
{
    width: 70px;
    height: 55px;

    background-image: url(../img/frankfurt-marathon_road-race-label.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.nav > li > a:focus
{
    text-decoration: none !important;
}

#nav_left i.icon
{
    line-height: 45px !important;

    width: 45px !important;
    height: 45px !important;

    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
}

.sticky-header-body #nav_left i.icon
{
    font-size: 18px !important;
    line-height: 32px !important;

    width: 32px !important;
    height: 32px !important;
}


.sticky-header-body .onhover_slide_block{
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 210px;
    left: 0px;
    margin-left: -210px;
    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

.sticky-header-body .onhover_slide_block span{
    line-height: 32px;
    font-size: 16px;
    display: inline-block;
}

.dhsv_vc_slider_box_sponsoren .dhsv_vc_slider_box_sponsoren_headline,
.dhsv_vc_quote .dhsv_vc_quote_head,
.dhsv_vc_slider_box_zahlen .dhsv_vc_slider_box_zahlen_headline,
.dhsv_vc_subscribe_headline
{
    font-size: 16px !important;
    font-weight: 900 !important;

    padding-bottom: 5px;

    text-transform: uppercase;
}

.dhsv_vc_fb
{
    padding-bottom: 45px !important;
}

#footer_sponsor .dhsv_footer_slider_sponsoren .dhsv_footer_slider_sponsoren_img,
#footer_sponsor .dhsv_footer_slider_sponsoren
{
    height: 140px !important;
}
#footer_sponsor .dhsv_footer_slider_sponsoren
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#footer_sponsor .dhsv_footer_slider_sponsoren .dhsv_footer_slider_sponsoren_img img
{
    width: 125px !important;
}

.home #content
{
    padding-bottom: 00px;
}

#footer_sponsor
{
    margin-top: -20px;
}

.dhsv_vc_quote .dhsv_vc_quote_text p
{
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 34px !important;
}

.dhsv_vc_quote
{
    margin-bottom: 30px;
    padding: 15px;

    background: #fff;
    -webkit-box-shadow: 0 0 17px -2px rgba(0,0,0,.22);
       -moz-box-shadow: 0 0 17px -2px rgba(0,0,0,.22);
            box-shadow: 0 0 17px -2px rgba(0,0,0,.22);
}

.sticky-header-body .dhsv_submenu_fullwidth
{
    height: 35px !important;
}

.sticky-header-body .dhsv_submenu_fullwidth ul li,
.sticky-header-body .dhsv_submenu_fullwidth ul li a
{
    line-height: 35px !important;

    height: 35px !important;
}

.dhsv_vc_slider_box_sponsoren
{
    margin-bottom: 30px !important;
}

.button_weiterlesen_mini
{
    min-width: 30px;
    min-height: 30px;

    text-align: center;

    opacity: 0;
}

.teaserlink:hover .button_weiterlesen_mini
{
    opacity: 1;
}

.button_weiterlesen_mini:before
{
    right: 10px !important;
}

.dhsv_vc_slider_box_sponsoren,
.teaserlink .dhsv_vc_teaserbox,
.backtotop
{
    -webkit-box-shadow: 0 0 17px -2px rgba(0,0,0,.22);
       -moz-box-shadow: 0 0 17px -2px rgba(0,0,0,.22);
            box-shadow: 0 0 17px -2px rgba(0,0,0,.22);
}

.dhsv_vc_slider_box_zahlen
{
    -webkit-box-shadow: 0 0 17px -2px rgba(0,0,0,.22);
       -moz-box-shadow: 0 0 17px -2px rgba(0,0,0,.22);
            box-shadow: 0 0 17px -2px rgba(0,0,0,.22);
}


.header01 .top_header ul li a
{
    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
}

.header01 .top_header ul li a:hover
{
    color: #f00;
}

.dhsv_vc_quote,
.dhsv_vc_quote .dhsv_vc_quote_head,
.dhsv_vc_quote .dhsv_vc_quote_text p,
.dhsv_vc_quote .dhsv_vc_quote_head
{
    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
}

.dhsv_vc_quote .dhsv_vc_quote_head,
.dhsv_vc_slider_box_sponsoren .dhsv_vc_slider_box_sponsoren_headline,
.dhsv_vc_slider_box_zahlen .dhsv_vc_slider_box_zahlen_headline,
.dhsv_vc_news_teaser .dhsv_vc_news_teaser_headline,
.dhsv_vc_subscribe_headline
{
    letter-spacing: .02em !important;
}

.dhsv_vc_quote:hover,
.dhsv_vc_quote:hover .dhsv_vc_quote_head,
.dhsv_vc_quote:hover .dhsv_vc_quote_text p
{
    color: #f00;
}

.dhsv_vc_quote:hover .dhsv_vc_quote_head
{
    border-bottom: 1px solid #f00;
}

.teaserlink.true .dhsv_vc_teaserbox:hover .inhalt span
{
    padding: 10px 15px 10px 0 !important;
}

.item_video_image
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;

    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.teaser_phase_1
{
    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
}

.main_video_playing .item_video_image,
.main_video_playing .teaser_phase_1,
.main_video_playing #top_video_block_shadow
{
    opacity: 0;
}

.main_video_playing #content
{
    -webkit-transform: translate3d(0, 250px, 0);
        -ms-transform: translate3d(0, 250px, 0);
         -o-transform: translate3d(0, 250px, 0);
            transform: translate3d(0, 250px, 0);
}

#content
{
    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
}

.item_video
{
    position: relative;
}


.item_video_image_play
{
    position: absolute;
    z-index: 3;
    bottom: 50%;
    left: 50%;

    width: 107px;
    margin-bottom: -50px;
    margin-left: -50px;

    cursor: pointer;
    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
    text-align: center;

    opacity: .8;
}


.bg_videoplayer
{
    position: absolute;
    z-index: 2;
    left: 0;

    overflow: hidden;

    width: auto;
    height: auto;
    min-height: 100%;
}

.item_video_image_play:hover
{
    opacity: 1;
}

#map_bg .vc_column-inner
{
    padding-top: 0 !important;
}

.dhsv_vc_news_teaser .newsbutton
{
    height: 58px;
}

.search-results #content
{
    margin-top: 200px;
}

.search_block_result
{
    padding: 10px 10px 10px 0;

    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;

    border-bottom: 1px solid #ddd;
}

.my-android-add
{
    background-image: url(../img/frankfurt-marathon_icon-plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.search_block_result:hover
{
    padding-left: 10px;
}


/*
.main_video_playing .item_video_image_play{
    margin-left: -670px;
    bottom: 10%;
}

.main_video_playing .item_video_image_play i{
    font-size: 45px !important;
}
*/

.dhsv_vc_slider_box_zahlen_img h3
{
    font-size: 72px;
    line-height: 85px;
}

.dhsv_vc_slider_box_zahlen_img span
{
    font-size: 10px;

    opacity: 0;
}

.dhsv_vc_slider_box_zahlen_img span,
.dhsv_vc_slider_box_zahlen_img h3
{
    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;

    color: #000;
}


.dhsv_vc_slider_box_zahlen:hover span
{
    font-size: 16px;

    opacity: 1;
    color: #f00;
}

.dhsv_vc_slider_box_zahlen:hover h3
{
    font-size: 40px;
    line-height: 48px;

    color: #f00;
}

.dhsv_vc_slider_box_zahlen:hover .dhsv_vc_slider_box_zahlen_headline
{
    color: #f00;
}




.dhsv_vc_slider_box_zahlen_content ul.slick-dots
{
    position: absolute;
    top: -25px;
    right: 0;

    display: block;

    padding-left: 0;

    list-style: none;
    list-style-type: none;
}
.dhsv_vc_slider_box_zahlen_content ul.slick-dots li
{
    display: inline-block;
    overflow: hidden;

    width: 10px;
    height: 10px;
    margin-left: 5px;

    cursor: pointer;

    border: 1px solid blue;
    border-radius: 50%;
    background-color: blue;
}
.dhsv_vc_slider_box_zahlen_content ul.slick-dots li button
{
    display: none;
}

#footer #footer_closeup .container a.footer_closeup_social
{
    line-height: 16px;
}

#footer
{
    overflow: hidden;
}

strong
{
    font-weight: 700 !important;
}

.active_list_menu
{
    font-weight: bold;

    color: #000;
}


.teaserlink .dhsv_vc_teaserbox.imageteaser .inhalt
{
    top: 15px !important;
    left: 15px !important;
}

html body.page-parent .dhsv_submenu_fullwidth.dhsv_submenu_fullwidth_small
{
    top: 65px !important;
}


html body.page-parent.hidden-header-body .dhsv_submenu_fullwidth.dhsv_submenu_fullwidth_small
{
    top: -35px !important;
}

.hidden-header-body .dhsv_submenu_fullwidth.dhsv_submenu_fullwidth_small.dhsv_submenu_fullwidth_open
{
    top: -35px !important;
}

.header01 .navbar .navbar-brand .logo-header_white
{
    width: 94px;
    height: 90px;
    max-height: 100%;

    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header01 .navbar .navbar-brand .logo-header
{
    width: 94px;
    height: 90px;
    max-height: 100%;

    background-image: url(../img/logo_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header01 .navbar .navbar-brand
{
    width: 90px !important;
    height: 90px !important;
    max-height: 100%;
    margin: 0 !important;
    padding: 0;
    padding-right: 00px !important;
}

.header01
{
    padding: 0 0 10px 0 !important;
}

.navbar
{
    min-height: 35px !important;
}

.sticky-header.header01
{
    padding: 15px 0 !important;
}
/*
.header01 .navbar .navbar-brand:hover .logo-header {
    opacity: 1;
}

.header01 .navbar .navbar-brand:hover .logo-header_white{
    opacity: 0;
}
*/
.sticky-header.header01 .navbar .navbar-brand .logo-header_white,
.sticky-header.header01 .navbar .navbar-brand .logo-header,
.sticky-header.header01 .navbar .navbar-brand
{
    height: 35px !important;
}

.sticky-header .navbar .navbar-brand .logo-header_white
{
    top: 0 !important;
}

.sticky-header .navbar .navbar-nav
{
    top: 0 !important;
}

.sticky-header.header01 .navbar .navbar-nav li a
{
    padding: 5px 15px 5px 15px !important;
}

.sticky-header.header01 .navbar .navbar-nav li a
{
    height: 35px !important;
}

.dhsv_submenu_fullwidth.dhsv_submenu_fullwidth_small.dhsv_submenu_fullwidth_open
{
    top: 35px !important;
}

.btn
{
    border-radius: 0 !important;
}

.dhsv_vc_streckenfeste .dhsv_vc_streckenfeste_item .dhsv_vc_streckenfeste_item_img .dhsv_vc_streckenfeste_item_img_overlay .dhsv_vc_streckenfeste_item_title
{
    font-family: sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    font-style: italic !important;
}

.dhsv_vc_read_more_textbox
{
    color: #383a3f;
}

#footer_sponsor .dhsv_footer_slider_sponsoren
{
    /*border-right: 1px solid #d2d2d2 !important;*/
}


.dhsv_vc_streckenfeste .dhsv_vc_streckenfeste_item:hover
{
    border: 0 solid #fff !important;
}


.dhsv_vc_streckenfeste .dhsv_vc_streckenfeste_item .dhsv_vc_streckenfeste_item_img:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;

    opacity: 0;
    background: #f00;
}

.dhsv_vc_streckenfeste .dhsv_vc_streckenfeste_item .dhsv_vc_streckenfeste_item_img .dhsv_vc_streckenfeste_item_img_overlay .dhsv_vc_streckenfeste_item_title
{
    z-index: 2;

    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
}

.dhsv_vc_streckenfeste .dhsv_vc_streckenfeste_item:hover .dhsv_vc_streckenfeste_item_img .dhsv_vc_streckenfeste_item_img_overlay .dhsv_vc_streckenfeste_item_title
{
    top: 15px;
    bottom: initial;
}

.dhsv_vc_streckenfeste .dhsv_vc_streckenfeste_item:hover .dhsv_vc_streckenfeste_item_img:after
{
    opacity: .5;
}

.dhsv_vc_streckenfeste .dhsv_vc_streckenfeste_item.dhsv_vc_streckenfeste_item_open
{
    border-color: #fff;
}

.dhsv_vc_streckenfeste_item_open .dhsv_vc_streckenfeste_item .dhsv_vc_streckenfeste_item_img:before
{
    display: none !important;
}

/*.dhsv_vc_streckenfeste .dhsv_vc_streckenfeste_item .dhsv_vc_streckenfeste_item_img:before{
    opacity: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    content: "\f3d0";
    color:#fff;
    font-size: 52px;
    display: inline-block;
    font-family: "Ionicons";
    position: absolute;
    z-index: 3;
    bottom:0px;
    right: 15px;
}*/

.dhsv_vc_streckenfeste .dhsv_vc_streckenfeste_item:hover .dhsv_vc_streckenfeste_item_img .dhsv_vc_streckenfeste_item_img_overlay .dhsv_vc_streckenfeste_item_title
{
    color: #f00;
}

.page-id-1154 .vc_tta-panels-container
{
    margin-bottom: 20px;
}





.dhsv_vc_streckenfeste_item .fsVideoContent_open
{
    line-height: 30px;

    position: relative;
    z-index: 999;

    display: block;

    width: 100%;
    height: 30px;
    padding-left: 10px;

    cursor: pointer;
    text-transform: uppercase;

    color: #fff;
    background-color: #8a9099;
}
.dhsv_vc_streckenfeste_item .fsVideoContent_open.fsVideoContent_is_open
{
    display: none;
}
.dhsv_vc_streckenfeste_item .fsVideoContent_close
{
    line-height: 30px;

    position: relative;
    z-index: 999;

    display: none;

    width: 100%;
    height: 30px;
    padding-left: 10px;

    cursor: pointer;
    text-transform: uppercase;

    color: #fff;
    background-color: #8a9099;
}
.dhsv_vc_streckenfeste_item .fsVideoContent_close.fsVideoContent_is_open
{
    display: block;
}
.dhsv_vc_streckenfeste_item .fsVideoContent_detail
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 0;

    color: #333;
}
.dhsv_vc_streckenfeste_item .fsVideoContent_detail.fsVideoContent_is_open
{
    height: auto;
}
.dhsv_vc_streckenfeste_item:hover .fsVideoContent_infos
{
    color: #f00;
}
.dhsv_vc_streckenfeste_item:hover .fsVideoContent_headline
{
    color: #f00;
}
.dhsv_vc_streckenfeste_item:hover .fsVideoContent_open
{
    background-color: #f00;
}
.dhsv_vc_streckenfeste_item:hover .fsVideoContent_close
{
    background-color: #f00;
}
.dhsv_vc_streckenfeste_item:hover .fsVideoContent_close.fsVideoContent_is_open
{
    display: block;
}
.dhsv_vc_streckenfeste_item:hover .fsVideoContent_detail
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 0;

    color: #333;
}

.dhsv_vc_streckenfeste_item_details_links
{
    font-size: 16px;
    font-weight: bold;

    padding-left: 0 !important;

    border-right: 0 !important;
}

.dhsv_vc_streckenfeste_item .fsVideoContent_open i,
.dhsv_vc_streckenfeste_item .fsVideoContent_close i
{
    float: right;

    margin-right: 15px;
}

.dhsv_vc_streckenfeste .dhsv_vc_streckenfeste_item:hover .dhsv_vc_streckenfeste_item_img:before
{
    opacity: 1;
}

.dhsv_vc_streckenfeste_item.dhsv_vc_streckenfeste_item_open .fsVideoContent_open
{
    display: none;
}


.dhsv_vc_streckenfeste_item.dhsv_vc_streckenfeste_item_open .fsVideoContent_close
{
    display: block;
}


.teaserlink .dhsv_vc_teaserbox .image
{
    height: 190px !important;
}


.haupt_teaser .teaserlink .dhsv_vc_teaserbox .image
{
    height: 285px !important;
}


.vc_tta-panel-body .haupt_teaser .teaserlink .dhsv_vc_teaserbox .image
{
    height: 190px !important;
}

.bg_black
{
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;

    background: #383b40 !important;
}

#map_filters
{
    width: 100%;
    padding-left: 0;

    list-style: none;
    list-style-type: none;
}

#map_filters li
{
    line-height: 24px;

    display: inline-block;

    margin: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 0;
    padding-left: 5px;

    cursor: pointer;

    color: #bbb;
    border: 1px solid #bbb;
}

#map_bg .bg_default
{
    margin-bottom: 0 !important;
}

#map_filters li.active_filter
{
    color: #fff;
    border: 1px solid #fff;
}


#map_filters li img
{
    width: auto;
    max-height: 20px;
    margin-right: 5px;
}

.dhsv_vc_slider_box_sponsoren .dhsv_vc_slider_box_sponsoren_content .item .dhsv_vc_slider_box_sponsoren_img img
{
    max-height: 120px !important;
}

.dhsv_vc_slider_box_sponsoren .dhsv_vc_slider_box_sponsoren_content
{
    height: 120px !important;
}

.btn-default
{
    margin: 10px 10px 0 0 !important;
}

.haupt_teaser .dhsv_vc_teaserbox span
{
    margin-top: 50px;

    opacity: 0;
}

.haupt_teaser:hover .dhsv_vc_teaserbox span
{
    margin-top: 0;

    opacity: 1;
}

#page_wrap #footer_sponsor
{
    display: block !important;
}

.bg_black_mini
{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.dhsv_vc_slider_box_sponsoren .btn.btn-default.button:hover
{
    color: #fff;
    border-color: #f00;
    background: #f00;
}

.haupt_teaser .button_weiterlesen:hover
{
    color: #f00 !important;
    background: #fff;
}

.teaser_phase_1:hover
{
    background: rgba(255,0,0,.8);
}

.teaser_phase_1:hover a
{
    color: #f00;
    background: #fff;
}

.error404 #content
{
    margin-top: 200px;
}

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper .top_label li.gfield,
.gform_footer
{
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.gform_wrapper .gform_body
{
    width: 100% !important;
}

.menu-top-menu .current_page_item a
{
    color: #f00 !important;
}

.fsVideoContent_headline
{
    font-size: 25px !important;
    font-weight: 700 !important;
    font-style: italic;
    line-height: 26px !important;

    margin-top: 0px;
    margin-bottom: 5px;

    text-transform: uppercase;
}

.dhsv_vc_video_basic .fsVideoContent_open,
.dhsv_vc_video_basic .fsVideoContent_close
{
    line-height: 30px !important;

    height: 30px !important;
}

.dhsv_vc_video_basic .fsVideoContent_open i,
.dhsv_vc_video_basic .fsVideoContent_close i
{
    float: right;

    margin-right: 15px;
}

.dhsv_vc_video_basic .fsVideoControls
{
    z-index: 3 !important;
    top: 50% !important;

    height: auto;
}

.on_hover_shadow .wpb_column:hover
{
    -webkit-box-shadow: 0 0 17px -2px rgba(0,0,0,.22);
       -moz-box-shadow: 0 0 17px -2px rgba(0,0,0,.22);
            box-shadow: 0 0 17px -2px rgba(0,0,0,.22);
}

.dhsv_vc_gallery_relation .dhsv_vc_gallery_relation_head{
    line-height: 32px;
    margin-bottom: 5px;
}

.dhsv_vc_news_relation_infos{
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #686d76;
}

.dhsv_vc_gallery_relation_detail.dhsv_vc_gallery_relation_is_open{
    padding-left: 5px;
    padding-right: 5px;
}

.fsVideoContent_detail.fsVideoContent_is_open, .fsVideoContent_detail{
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.dhsv_vc_video_basic:hover .fsVideoContent_detail
{
    color: #f00 !important;
}

.fsVideoContent_open,
.fsVideoContent_close
{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;

    text-transform: uppercase;
}

.fsVideoContent_detail
{
    padding-top: 5px;
}

.primary-video-playing .dhsv_vc_video_basic .fsVideoContent:after
{
    display: none !important;
}

.dhsv_vc_video_basic:hover .fsVideoControls
{
    z-index: 5 !important;
}

.primary-video-playing .playing .dhsv-icon.default.ion-play:before
{
    content: '\f210';
}

.on_hover_shadow .wpb_column
{
    padding-top: 5px;
    padding-bottom: 10px;
}

.dhsv-icon.default.ion-play
{
    font-size: 60px;

    opacity: .7;
    color: #fff;
}

#dhsv_vc_news_archive .dhsv_vc_news_archive_block .dhsv_vc_news_archive_item .dhsv_vc_news_archive_img
{
    overflow: hidden;
}

.pagination
{
    display: inline-block;

    width: auto;
    margin: auto;
}

.gform_page_footer .button:hover
{
    background: #000;
}

.gform_page_footer .button
{
    width: 100%;
    max-width: 300px;
    margin: 0;
    padding: 10px 15px;

    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
    text-align: left;

    color: white;
    border: none;
    outline: none;
    background: #f00;
}

.dhsv_custom_label.Array
{
    display: none;
}

#menu360
{
    position: fixed;
    z-index: -1;
    top: 80px !important;
    right: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity .2s ease-in-out;
         -o-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;

    opacity: 0;

}
#menu360.open-toggle
{
    z-index: 99999999;
    right: 0;

    opacity: 1;
}
#menu360.open-toggle ul
{
    box-shadow: 0 0 0 rgba(0, 0, 0, .7);

}
#menu360.open-toggle ul li
{
    -webkit-transition: opacity .2s ease-in-out;
         -o-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;

    opacity: 1;
}
#menu360 ul
{
    position: absolute;
    top: 0px;
    right: -100%;

    overflow-x: hidden;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    -webkit-transition: opacity .2s ease-in-out;
         -o-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;

    background: rgba(56, 59, 64, .95);
    box-shadow: 0 0 0 rgba(0, 0, 0, .7);;
}
#menu360 ul li
{
    position: static;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-transition: opacity .2s ease-in-out;
         -o-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;

    opacity: 0;
    border-right: 0 solid rgba(255, 0, 0, 0);
    border-left: 0 solid rgba(255, 0, 0, 0);
}
body #menu360 ul li a
{
    font-size: 20px !important;
    line-height: 20px !important;

    display: block !important;

    width: 100%;
    padding: 14px 30px !important;

    color: #fff;
    border-bottom: 1px rgba(255, 255, 255, .1) solid !important;
}

body #menu360 ul>li>a:first-child{
    border-top: 1px rgba(255, 255, 255, .1) solid !important;
}

#menu360 ul li a#anmelden_mobile{
    padding-left: 5px !important;
    padding-right: 5px !important;
    /* margin-left: 30px; */
    background: #f00;
    width: auto !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    /* display: inline-block !important; */
}

#menu360 ul li a#anmelden_mobile:before {
    content: '\f125';
    font-family: Ionicons;
    font-style: normal;
    position: absolute;
    right: 12px;
}

#menu360 ul li#li_anmelden_mobile{
    padding-left: 30px !important;
    padding-right: 30px !important;
}

#menu360 ul li#li_lang_select{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
}

#menu360 ul li#li_lang_select i{
    display: none;
}

#menu360 ul li#li_lang_select a{
    display: inline-block !important;
    width: auto;
    border-bottom: 0px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

#menu360 ul li#li_lang_select span{
    font-size: 20px;
    line-height: 20px;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

#li_lang_select div{
    float: right;
}



#menu360 ul li#li_lang_select div i {
    display: inline-block;
}

#menu360 ul li:hover > a
{
    background: #f00;
}


#menu360 ul li#li_lang_select:hover > a
{
    background: none;
}

#menu360 ul li.open-menu > a
{
    display: none !important;
}

#menu360 ul li.back-menu a
{
    color: #f00;
}

#menu360 ul li.back-menu a:hover
{
    color: #fff;
}

#menu360 ul li.back-menu a i.icon
{
    font-size: 20px;
    line-height: 20px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-right: 5px;
    margin-left: 0;

    vertical-align: text-top;
}
#menu360 ul li.menu-parent > a
{
    cursor: pointer;
}
#menu360 ul li.menu-parent > a:after
{
    font-family: Ionicons;
    font-size: 25px;

    position: absolute;
    top: 20px;
    right: 25px;

    content: '\f2c7';
    -webkit-transition: opacity .2s ease-in-out;
         -o-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;

    color: #fff;
}
#menu360 ul li.open-menu > a:after
{
    right: -15px;
}
#menu360 .open-sub-menu ul
{
    z-index: 1;
}
#menu360 > ul
{
    z-index: 2;
    right: 0;
}
#menu360 > ul > li > ul
{
    padding-right: 20px;
}
#menu360 .open-menu > ul
{
    z-index: 3;
    right: 0;

    padding-right: 10px;
}
#menu360 .open-menu,
#menu360 .open-sub-menu
{
    border-left: 0 solid rgba(56, 59, 64, .95);;
}
#menu360.open-global ul li
{
    opacity: 0;
}
#menu360.open-global ul li.open-sub-menu > ul > li
{
    opacity: 0;
}
#menu360.open-global ul li.open-sub-menu > ul > li.open-menu
{
    opacity: 1;
}
#menu360.open-global ul li.open-sub-menu > ul > li > ul
{
    background: rgba(56, 59, 64, .95);;
}
#menu360.open-global ul li.open-sub-menu > ul > li > ul > li
{
    opacity: 1;
}
#menu360.open-global ul li.open-menu
{
    opacity: 1;
}
#menu360.open-global ul li.open-menu ul
{
    background: rgba(56, 59, 64, .95);;
}
#menu360.open-global ul li.open-menu ul li
{
    opacity: 1;
}

#mobile-header, #mobile-header .navbar-brand{
    height:80px !important;
}

#mobile-header .navbar-toggle{
    margin-top: 20px !important;
}


#zeilzeitblock .vc_column_container.col-sm-3{
    width: 25%;
}

.invoice-head .total-amount {
   background-color: #FFFFFF !important;
}
.invoice-head .total-amount,
.invoice-head .total-amount h1,
.invoice-head .total-amount p {
   color: #000000 !important;
}

.ueberblick{
    display: none;
}

#home_tabs .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,
#home_tabs .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading,
#home_tabs .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a{
    border-radius: 0px;
}

#home_tabs .vc_tta.vc_general .vc_tta-panel-body{
    padding: 0px !important;
    border: 0px;
    background: #fff;
}


#home_tabs .vc_tta-tab a{
    background-color: #fff;
    font-size: 14px !important;
    font-weight: 700;
    padding: 10px 12px !important;
    text-transform: uppercase !important;
    color: #b2b2b2 !important;
    border-top: 4px solid #7a7a7a;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    line-height: 20px;
    margin-right: 10px;
}

#home_tabs .vc_tta-tab.vc_active a{
    color: #333 !important;
    border-top: 4px solid #555;
}

#home_tabs .vc_tta-tab a:hover{
    color: #f00 !important;
    border-color: #f00 !important;
    background-color: #fff !important;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after{
    display: none !important
}

.sponsor_margin{
    margin-top: 42px;
}

.wetter_header{
    color: #383b40;
    letter-spacing: .02em !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    font-style: italic;
    display: block;
}

.wetter_block_first{
    border-right: 1px solid #383b40 !important;
}

.wetter_block_last{
    border-left: 1px solid #383b40 !important;
}

.dhsv_vc_wetter_block{
    margin-bottom: 30px;
}

.minmax{
    font-size: 12px;
}

.grad{
    font-size: 34px;
    margin-left: 3px;
    font-weight: 900;
    color:rgb(10,43,120);
    line-height: 34px;
}

.grad_red{
    color: #f00 !important;
}

.pogoda{
    font-size: 18px !important;
    font-weight: 400 !important;
}

.dhsv_vc_insta_content .einzel_blog a{
    height: 190px;
    overflow: hidden;
    display: block;
}

.result_ico{
    margin-bottom: 15px;
    width: 90%;
    margin-left: 5%;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}




.result_ico_1{
    background-image: url(../img/frankfurt-marathon_gewinnerbox_icon-maennlicher-gewinner2x.png);
}

.ergebnis_block:hover .result_ico_1{
    background-image: url(../img/frankfurt-marathon_gewinnerbox_icon-maennlicher-gewinner-rot2x.png);
}

.result_ico_2{
    background-image: url(../img/frankfurt-marathon_gewinnerbox_icon-weiblicher-gewinner2x.png);
}

.ergebnis_block:hover .result_ico_2{
    background-image: url(../img/frankfurt-marathon_gewinnerbox_icon-weiblicher-gewinner-rot2x.png);
}

.result_ico_3{
    background-image: url(../img/frankfurt-marathon_gewinnerbox_icon-maennlicher-int-gewinner2x.png);
}

.ergebnis_block:hover .result_ico_3{
    background-image: url(../img/frankfurt-marathon_gewinnerbox_icon-maennlicher-int-gewinner-rot2x.png);
}

.result_ico_4{
    background-image: url(../img/frankfurt-marathon_gewinnerbox_icon-weiblicher-int-gewinner2x.png);
}

.ergebnis_block:hover .result_ico_4{
    background-image: url(../img/frankfurt-marathon_gewinnerbox_icon-weiblicher-int-gewinner-rot2x.png);
}

. dhsv_vc_results{
    background: #fff;
}

.result_type{
    font-style: italic;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
}

.ergebnis_block:hover .result_type{
    color: #f00;
}

.ergebnis_block{
    cursor: pointer;
}

.result_list{
    display: none;
    background: #f00;
    padding: 15px;
    position: relative;
    margin-top:15px;
}

.result_list.result_list_opened{
    display: block;
}

.result_list ul {
    list-style-type: none;
    list-style: none;
    padding-left: 0px;
}

.result_list li{
    border-bottom: 1px solid rgba(255,255,255,0.8);
    padding-top: 10px;
    padding-bottom: 10px;
    color:#fff;
    font-size:22px;
}

.result_list li span{
    float: right;
    font-weight: 700;
}

.red_bereich{
    color:#fff;
    border-color: #fff;
}

.red_bereich:hover{
    color:#000;
    float: right;
    background: #fff;
    border-color: #fff;
}

.result_list:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ff0000 transparent;
    position: absolute;
    top:0px;
    margin-top:-10px;
    left: 12.5%;
    margin-left: -10px;
}

#result_list_2:after{
    left: 37.5%;
}

#result_list_3:after{
    left: 62.5%;
}

#result_list_4:after{
    left: 87.5%;
}

.results_block_title{
    letter-spacing: .02em !important;
    color: #383b40;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 900 !important;
    padding-bottom: 5px;
    margin-bottom: 25px;
    display: inline-block;
}

.dhsv_vc_news_archive_title{
    font-size: 25px !important;
    font-weight: 700 !important;
    font-style: italic;
    line-height: 26px !important;
    margin-top: 0;

    text-transform: uppercase;
    margin-bottom: 8px;
    display: inline-block;
    color: #686d76;
}

.dhsv_vc_news_archive_item:hover .dhsv_vc_news_archive_title{
    color:#f00
}

#dhsv_vc_news_archive{
    margin-left:-15px;
    margin-right:-15px;
}

.bildunterschriften{
    width: 100%;
    display: inline-block;
    text-align: left;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 13px;
    line-height: 14px !important;
    margin-top: 10px;
    color: #000000;
    padding: 0 2px;
}

body.single-dhsv_bildergalerie main#content .imagegallery a:hover{
    background: none !important
}

body.single-dhsv_bildergalerie main#content .imagegallery a:hover div{
    background: #f00;
}

.dhsv_vc_results_block{
    background: #fff;
    padding-bottom: 15px;
}

.dhsv_vc_results_block .results_block_title{
    margin-left: 15px;
    margin-top:15px;
    display: inline-block;
}

.white_bereich{
    color: #fff;
    background: #f00;
    border-color: #f00;
}

.white_bereich:hover{
    color:#000;
    background: #fff;
    border-color:#000;
}


.button_weiterlesen{
    border-color:rgba(33,33,33,0.5) !important;
    color:#333 !important;
    background: rgba(255,255,255,0.8);
}

.block_white_title{
    font-size: 16px!important;
    font-weight: 900!important;
    padding-bottom: 5px;
    color: #383b40;
    text-transform: uppercase;
    letter-spacing: .02em!important;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 25px;
}

.block_red_title{
    font-size: 16px!important;
    font-weight: 900!important;
    padding-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .02em!important;
    border-bottom: 1px solid hsla(0,0%,100%,.75);
    margin-bottom: 25px;
}

.result_list .red_bereich:hover{
	float: none !important;
}

.dhsv_vc_fb .dhsv_vc_fb_content .dhsv_vc_fb_img{
	margin-bottom:0px;
}

.dhsv_vc_fb_content{
	display: inline-block !important;
	width: 100% !important;
	margin-top: 30px !important;
}

body .dhsv_vc_fb .dhsv_vc_fb_content .dhsv_vc_fb_img{
	height: auto !important;
}

.dhsv_vc_fb .dhsv_vc_fb_content .dhsv_vc_fb_img .dhsv_vc_fb_overlay{
	position: relative !important;
	margin-bottom: 0px !important;
}

.dhsv_vc_redblock{
	padding-bottom: 25px !important;
}

.dhsv_vc_news_archive_item:hover .dhsv_vc_news_relation_infos{
	color: #f00;
}

.dhsv_vc_news_archive_item .fsVideoContent_open{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    text-transform: uppercase;
    color: #fff;
    background-color: #8a9099;
    font-style: normal;
    font-weight: 400;

    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

.dhsv_vc_news_archive_item:hover .fsVideoContent_open{
    background: #f00;
}


body #accordion .ui-accordion-header{
    font-size: 18px;
    position: relative;
    display: inline-block;
        padding-left: 30px;
}

.ui-icon-caret-1-s{
    display: none !important;
}

body #accordion .ui-accordion-header:after{
    content: "\f3d0";
    display: inline-block;
    font-family: "Ionicons";
    font-size: 26px;
    left:0px;

    position: absolute;
    left: 0px;
}

body #accordion .ui-accordion-header.ui-state-active:after{
    content: "\f3d8";
}

.ui-accordion .ui-accordion-content{
    padding-left: 0px !important;
    padding-right: 0px !important;
}


#social_wall {
    padding-top: 100px !important;
    padding-bottom: 45px !important;
}

@media (max-width: 855px) {
    #social_wall {
        padding-top: 50px !important;
        padding-bottom: 10px !important;
    }
}


.dhsv_vc_slider_box_sponsoren {
    height: 285px !important;
}

.dhsv_vc_slider_box_sponsoren .dhsv_vc_slider_box_sponsoren_content {
    height: 180px !important;
}

.dhsv_vc_slider_box_sponsoren .dhsv_vc_slider_box_sponsoren_content .item .dhsv_vc_slider_box_sponsoren_img img {
    margin: 33px auto !important;
}

.dhsv_vc_slider_box_zahlen {
    padding: 15px;
    background-color: #FFFFFF;
}

.dhsv_vc_slider_box_zahlen .dhsv_vc_slider_box_zahlen_headline {
    color: #383b40;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 900 !important;
    padding-bottom: 5px;
    letter-spacing: .02em !important;
    margin-bottom: 5px;
    border-bottom: 1px solid #d2d2d2;
}

.dhsv_vc_slider_box_zahlen ul.slick-dots {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
    display: block;
    position: absolute;
    top: -32px !important;
    right: 0;
}


/***************************************/
/******** JAPAN STYLES *****************/

html:lang(ja) #menu-menue-1,
html:lang(ja) .search_block,
html:lang(ja) .anmeldung-button.btn {
    display: none !important;
}

html:lang(ja) #page_wrap #footer_sponsor {
    position: relative;
}

html:lang(ja) #footer {
    margin-top: 130px;
}







/***************************************/
/******** MOBILE *****************/

@media (max-width: 1300px)
{
    #slider_carousel  .prev.slick-arrow
    {
        top: 200px;
        right: 135px;
        left: initial;
    }

    #slider_carousel  .next.slick-arrow
    {
        top: 200px;
    }
}

@media (max-width: 1250px)
{
    .teaser
    {
        margin-left: -570px;
    }
}



@media (max-width: 1200px)
{
    .header01 .top_header .btn-primary
    {
        min-width: 155px;
    }

    .header01 .polar_tracker
    {
        margin-top: -6px;
    }

    .header01 .navbar .navbar-nav li a
    {
        padding: 10px 9px 10px 8px !important;
    }

    .header01 .navbar .navbar-nav li:last-child a
    {
        padding-right: 0 !important;
    }

    .wetter_block{
        margin-bottom: 15px;
        border:0px !important;
    }

    .teaser
    {
        margin-left: -475px;
    }
    .dhsv_vc_quote .dhsv_vc_quote_text p
    {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .header01 .navbar .navbar-nav li a
    {
        font-size: 13px !important;
    }

    .dhsv_submenu_fullwidth ul
    {
        margin-right: -465px !important;
    }

    .dhsv_vc_fb .dhsv_vc_fb_content .dhsv_vc_fb_img
    {
        height: 150px;
    }

    #dhsv_vc_news_archive .dhsv_vc_news_archive_block .dhsv_vc_news_archive_item .dhsv_vc_news_archive_img
    {
        height: 250px !important;
    }

    #dhsv_vc_news_archive .dhsv_vc_news_archive_block .dhsv_vc_news_archive_item  .dhsv_vc_news_archive_title
    {
        font-size: 21px !important;
        font-weight: 700 !important;
        font-style: italic;
        line-height: 23px !important;

        text-transform: uppercase;
        margin-bottom: 10px;
        color: #686d76;
    }

    .dhsv_vc_menuleiste ul li a
    {
        font-size: 12px !important;
    }

    body .dhsv_vc_header .container .inhalt .h1,
    body .dhsv_vc_header .container .inhalt .p
    {
        font-size: 44px !important;
        line-height: 40px !important;
    }

    .btn-default
    {
        min-width: 175px !important;
    }

    .dhsv_color_variant_container
    {
        display: none;
    }

    .dhsv_submenu_fullwidth.dhsv_submenu_fullwidth_open
    {
        z-index: 9999;
    }

    .dhsv_vc_slider_box_sponsoren .btn-default
    {
        width: 100%;
    }



    .dhsv_vc_quote .dhsv_vc_quote_text p
    {
        font-size: 22px !important;
        line-height: 24px !important;
    }

    .teaserlink .dhsv_vc_teaserbox .image
    {
        height: 240px !important;
    }

    .dhsv_vc_fb .dhsv_vc_fb_content .dhsv_vc_fb_img
    {
        min-height: 150px !important;
    }

    .header01 .top_header ul li
    {
        padding-right: 10px !important;
    }

    .header01 .top_header .btn-primary
    {
        min-width: 180px !important;
    }

    .dhsv_vc_quote
    {
        min-height: 240px !important;
    }

    .dhsv_vc_slider_box_zahlen
    {
        min-height: 224px !important;
    }

    .teaserlink .dhsv_vc_teaserbox .inhalt h3
    {
        font-size: 18px !important;
    }

    .teaserlink.true .dhsv_vc_teaserbox:hover .inhalt span
    {
        height: 130px !important;
    }

    .dhsv_vc_news_teaser a.newsbutton
    {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .dhsv_vc_news_teaser .dhsv_vc_news_teaser_content .dhsv_vc_news_teaser_img .dhsv_vc_news_teaser_overlay .dhsv_vc_news_teaser_title
    {
        font-size: 20px !important;
    }

    .dhsv_vc_news_teaser a.newsbutton
    {
        height: 58px;
    }

    .search_block input
    {
        width: 70px !important;
    }

    .search_block:hover
    {
        width: 180px !important;
    }

    .sticky-header.header01 .navbar .navbar-nav li a
    {
        padding: 5px 7px 5px 7px !important;
    }
}


@media (max-width: 1024px)
{
    #footer_sponsor .col-xs-12.col-sm-11
    {
        width: 100%;
    }

    #footer_sponsor .col-xs-12.col-sm-1
    {
        display: none;
    }

    #footer_sponsor .dhsv_footer_slider_sponsoren:after,
    .slick-dots
    {
        display: none !important;
    }

    .teaser
    {
        margin-left: -360px;
    }
}

@media (max-width: 992px)
{
    .anmeldung-button.btn-primary.btn
    {
        display: none !important;
    }

    #menu-top-menu a
    {
        font-size: 13px !important;
    }

    .search_block
    {
        display: none;
    }

    .dhsv_vc_news_teaser .dhsv_vc_news_teaser_content .dhsv_vc_news_teaser_img .dhsv_vc_news_teaser_overlay .dhsv_vc_news_teaser_title
    {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .dhsv_vc_fb .dhsv_vc_fb_content .dhsv_vc_fb_img
    {
        /*min-height: 350px !important;*/
    }

    .dhsv_vc_subscribe_mail
    {
        width: 40px;
        height: 40px;
    }

    .dhsv_submenu_fullwidth ul li
    {
        padding-right: 10px !important;
    }

    .dhsv_submenu_fullwidth ul li a
    {
        font-size: 12px;
    }

    .dhsv_submenu_fullwidth ul
    {
        margin-right: -355px !important;
    }

    .dhsv_vc_menuleiste ul li a
    {
        line-height: 20px !important;
    }

    .dhsv_vc_menuleiste ul li
    {
        padding-bottom: 15px !important;
    }

    .dhsv_vc_header .container
    {
        padding-top: 150px !important;
    }

    .dhsv_vc_menuleiste ul{
        margin-top: 0px !important;
    }

    .dhsv_vc_menuleiste ul li:first-child{
        padding-top: 0px !important;
    }

    .dhsv_vc_menuleiste ul li a{
        padding-top: 15px !important;
        padding-bottom: 0px !important;
    }

    .ueberblick {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
        color: #eaeaea !important;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        border-top: 4px solid #eaeaea;
        border-bottom: 4px solid #eaeaea;
        border-left: 4px solid #eaeaea;
        border-right: 4px solid #eaeaea;
    }

    .ueberblick.opened{
        border-bottom: 0px solid transparent;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .ueberblick .ion-chevron-up{
        display: none;
    }

    .ueberblick i{
        margin-left:4px;
    }

    .ueberblick.opened .ion-chevron-up{
        display: inline-block;
    }

    .ueberblick.opened .ion-chevron-down{
        display: none;
    }

    .subnav_klein{
        overflow: hidden;
        height: 0px;
    }

    .subnav_klein.subnav_gross{
        height: auto;
    }

    .dhsv_vc_menuleiste ul li a{
        color: #777 !important;
    }

    .result_type{
        font-size: 14px;
    }

    .result_list{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .result_list li {
        font-size: 16px;
    }

    .result_list:after{
        display: none !important;
    }

    .ergebnis_block{
        margin-bottom: 30px;
    }

    .dhsv_vc_streckenfeste .dhsv_vc_streckenfeste_item .dhsv_vc_streckenfeste_item_img .dhsv_vc_streckenfeste_item_img_overlay .dhsv_vc_streckenfeste_item_title {
        font-size: 18px !important;
        left: 5% !important;
        width: 90%;

    }

}




@media (max-width: 855px)
{
    #nav_left
    {
        display: none !important;
    }
}




@media (max-width: 768px)
{
    .vc_column-inner  .col-xs-12
    {
        padding-right: 0;
        padding-left: 0;
    }


.dhsv_vc_fb .dhsv_vc_fb_content .dhsv_vc_fb_img .dhsv_vc_fb_overlay{
	margin-bottom: 20px !important;
}

    .teaser
    {
        top: 300px;
        left: 15px;

        margin-left: 0;
    }

    .dhsv_vc_insta_content  .einzel_blog
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .dhsv_vc_fb .dhsv_vc_fb_content .dhsv_vc_fb_img
    {
        display: inline-block !important;

        height: auto !important;
    }

    .dhsv_vc_fb .dhsv_vc_fb_content .dhsv_vc_fb_img .dhsv_vc_fb_overlay
    {
        position: relative !important;
    }

    .dhsv_submenu_fullwidth
    {
        display: none !important;
    }

    .dhsv_vc_menuleiste ul li
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .teaserlink .dhsv_vc_teaserbox .button_weiterlesen_mini
    {
        display: none !important;
    }

    body .dhsv_vc_header .container .inhalt .h1,
    body .dhsv_vc_header .container .inhalt .p
    {
        font-size: 34px !important;
        line-height: 34px !important;
    }

    .dhsv_vc_headline_subline .dhsv_vc_headline_subline_head,
    .dhsv_vc_headline_subline .dhsv_vc_headline_subline_sub
    {
        font-size: 24px !important;
    }

    .dhsv_vc_insta_content
    {
        width: 100%;
    }

    .dhsv_vc_insta_headline h3,
    .dhsv_vc_insta_headline h4
    {
        font-size: 30px !important;
    }

    #footer .container .col-xs-12:first-child
    {
        margin-bottom: 30px;
        padding-left: 15px !important;
    }

    .item_video_image_play
    {
        display: none;
    }

    #footer .mobile-footer-sitemap-head {
        display: block;
    }

    #footer .mobile-footer-sitemap {
        display: none;
    }

    #footer .mobile-footer-sitemap.mobile-footer-sitemap-show {
        display: block;
    }

    #footer h4
    {
        margin-top: 15px;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu
    {
        width: 100% !important;
    }

    .dhsv_vc_header{
        min-height: 340px!important;
        margin-bottom: 0!important;
    }

    .dhsv_vc_menuleiste{
        margin-top: -16px!important;
        height: auto!important;
    }

    .dhsv_vc_menuleiste > .row {
        overflow-x: hidden;
    }

    .dhsv_vc_header .container
    {
        padding-top: 94px !important;
    }

    body.post-type-archive-product .cat_archive_links a.cat_archive_link, body.tax-product_cat .cat_archive_links a.cat_archive_link{
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .teaser h2, .teaser h3 {
        font-size: 30px!important;
        line-height: 28px!important;
    }

    .home .vc_tta.vc_tta-tabs .vc_tta-tabs-container{
        display: block ;

    }

    .vc_tta-panel-title{
        display: none;
    }

    .dhsv_vc_streckenfeste .dhsv_vc_streckenfeste_item .dhsv_vc_streckenfeste_item_img .dhsv_vc_streckenfeste_item_img_overlay .dhsv_vc_streckenfeste_item_title {
        font-size: 14px !important;

    }

}


@media (max-width: 600px)
{
    #slider_carousel  .next.slick-arrow,
    #slider_carousel  .prev.slick-arrow,
    #nav_left,
    .backtotop
    {
        display: none !important;
    }

    .dhsv_vc_header.large {
        height: auto !important;
        min-height: 340px !important;
    }

    .btn.btn-default{
        font-size: 13px; !important;
        width: auto !important;
        padding-right: 30px;
    }

    body .dhsv_vc_header .container .inhalt .h1,
    body .dhsv_vc_header .container .inhalt .p
    {
        font-size: 26px !important;
        line-height: 26px !important;
    }

    #accordion .ui-accordion-header
    {
        padding-right: 25px;
    }

    .dhsv_vc_subscribe_mail
    {
        display: none;
    }

    .dhsv_vc_subscribe_text_form
    {
        width: 100% !important;
    }


    .pagination > li > a,
    .pagination > li > span
    {
        padding: 4px 6px !important;
    }

    .teaser {

        top: initial !important;
        left: 5% !important;
        margin-left: 0;
        width: 90% !important;
        bottom: 100%;
        margin-bottom: -300px;
    }

    .navbar-brand{
        padding: 7px !important;
    }

    .dhsv_vc_fb a.newsbutton, .dhsv_vc_insta a.newsbutton{
        font-size: 13px !important;
        width: auto !important;
        padding-right: 25px !important;
    }

    .dhsv_vc_streckenfeste .dhsv_vc_streckenfeste_item{
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    .teaser {
        top: initial !important;
    }
}


@media (max-width: 568px)
{
    #footer_sponsor
    {
        display: block !important;
    }

    @media (max-width: 450px)
    {
        .dhsv_vc_subscribe_form button,
        .dhsv_vc_subscribe_form input
        {
            font-size: 12px !important;
        }

        .dhsv_vc_subscribe_form button
        {
            margin-left: 0 !important;
        }
    }
}
