html {
    font-family: Barlow;

    -webkit-text-size-adjust: 100%;

    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    position: relative
}

html::after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background-image: url("/assets/images/lines.svg");
    opacity: .5;
    pointer-events: none
}

html::after {
    position: absolute;
    background-position: 50% 0
}
body {
	background-image: url("/assets/images/base_bg.jpg");
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
    background-size: cover;
    background-position: 50% 0;
	background-color:#15171C;
}

.tm-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    z-index: 999;
    height: 2px;
    background: #ff1414;
}
.uk-navbar-nav {
	text-transform:uppercase;
}
.jg-hero h1:after {
    display:none;
}
h1 {
	position:relative;
    margin-bottom: 55px;
}
h1:after {
	content: " ";
    width: 100px;
    height: 5px;
    position: absolute;
    left: 3px;
    background: #ff1414;
    bottom: -17px;
}
h1.head_block_right:after {
	right: 3px;
	left:auto;
}
h1.uk-text-center:after {
	left:calc(50% - 50px);
}

#home_hero_holder {
	padding-top:0px;
	padding-bottom:50px !important;
}
#home-hero .uk-background-norepeat {
	margin:0;
	padding:0;
}
#home_hero_text
{
	position:absolute;
	z-index:100;
	width: 100%;
	top:30%;
	margin-left: 0px;
}
#home_hero_picture
{
	margin:0;
	padding:0;
    overflow: hidden;
    max-height: 600px;
}
#home_portrait {
    display: flex;
    z-index: 3;
    margin-right: 5%;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}
#home_portrait picture {
    height: 100%;
    min-width: 400px;
}
#home_portrait picture img {
    height: 100%;
    width: auto;
}
#home_portrait_holder {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0;
}
#home_portrait_holder .uk-width-1-1 {
    height: 100%;
}
.short_news_slider {
	
}
.short_news_slider .uk-button {
	display:block;
}
/**home_hero_picture,home_hero_holder,home_hero_text**/



.section_contact {}
.short_instagram_slider .el-link.uk-button{
	display:none;
}


.section_contact {
    position: relative;
}
.section_contact a {
    color:#FFF;
    font-size:0.9rem;
}
.section_contact a:hover {
    color:#ff1414;
}
.section_contact_social{
    font-size:16px;
}

.center_content {
    text-align: center !important;
    vertical-align: center;
}
.sponsor-btn span {
    display: block;
    font-size: 20px;
}

/****** **/
.contact-form{ 
    margin-top: -350px;

 }


.section_about_01 {

}
.section_about_01 .s_about_01_head {
    margin-top:10vh !important;
}


.about_akkordeon {


}

.about_akkordeon.uk-accordion>:nth-child(n+1) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #3c4040;
}
.about_akkordeon .uk-accordion-title {
    font-size: 40px;
    font-weight: 900;
}


.sponsor_akkordeon.uk-accordion>:nth-child(n+1) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #3c4040;
}
.sponsor_akkordeon .uk-accordion-title {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}
.sponsor_akkordeon .uk-accordion-title span {
    margin-top: 8px;
    margin-left: 5px;
    position: absolute;
    font-size: 12px;
    background: #E60A14;
    color: #000;
    vertical-align: top;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
}

.partner_grid {
    
}
.jg_contact_button {
    top: -20px;
    z-index: 100 !important;
    max-width: 220px;
    width: 220px;
    min-height: 220px;
    background: #ff1414;
    height: 220px;
    border-radius: 110px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.jg_contact_button a {
        max-width: 220px;
    min-height: 220px;
    box-sizing: border-box;
    width: 100%;
    flex: auto;
    border-radius: 110px;
    display: flex!important;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#home_hero_picture .uk-width-1-1 {
    padding: 0 !important;
    opacity:1;
}

@media only screen and (max-width: 750px) {
    .hero_contact_btn .jg_contact_button {
        width: 100px;
        max-width: 100px;
        min-height: 100px;
        height: 100px;
        right: 30px !important;
        top: -90px !important;
    }
    .hero_contact_btn .jg_contact_button a {
        max-width: 100px;
        max-height: 100px;
        min-height: 100px;
        height: 100px;
    }
    .hero_contact_btn .jg_contact_button .el-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 500px) {
    .hero_contact_btn .jg_contact_button {
        right: 40px !important;
    }
    h1 {
        font-size: 40px !important;
    }
}
.hide {
    display: none !important;
}
#contact_btn {}
.show_mobile {
    display:none;
}
@media only screen and (max-width: 600px) {
    .cbtn_footer {
        right: 10px !important;
        top: -110px !important;
    }
    .jg_zitat {
        min-height: 50vh !important;
    }
    .jg_zitat h4 {
        font-size:18px;
    }
    #ht1 {
        margin-top: 0;
        padding-top: 10px;
        margin-bottom: 100px;
    }
    #home_hero_text {
        top:80%;
    }
    #short_instagram {
        margin-top:-150px;
    }
    .hide_mobile {
        display: none !important;
    }
    .show_mobile {
        display: block !important;
    }
    .footer_head {
        margin-top:20px;
    }
    .add_margin_bottom {
        margin-bottom: 100px;
    }

    .h-partner {
        text-align: center !important;
    }
    .vb_vorteile {

    }
    .vb_vorteile .uk-inline-clip {
        max-height: 150px;
    }
}


