/* =============================================================================
 * main###############################################################################
 * ========================================================================== */

 html, body {
    font-family: Oswald;
    font-weight: 300;
}

body {
    color: #fff;
}

#container {
    background: #36404b;
}

.mainmenu {
    display: none;
}

.smartmenu {
    display: block;
}

.stickyheader {
    top: 0px;
}

.stickyheader .header.cloned {
    display: none;
}

.header {
    position: fixed;
    background: rgb(235 69 71 / 90%)
}

.logo {
    width: 140px;
    height: 117px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.logo a {
    background-image: url(../img/logo-white.svg);
}

    .front {
        padding-top: 105px;
    }

a,
p a {
    color: rgb(235 69 71 / 72%);
}

a:hover,
p a:hover {
    color: rgb(235 69 71 / 1);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ce_revolutionslider_text.bold, .font_headline {
    font-family: Oswald;
    font-weight: 500;
    color: #fff;
}

.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
    color: #eb4547;
}

#bottom {
    background: rgba(2, 28, 39, 0.8);
}

#container,
#bottom {
    position: relative;
    background-image: radial-gradient(rgb(0 0 0 / 21%) 1px, transparent 0);
    background-size: 3px 3px;
    background-position: -19px -19px;
    transition: 0.3s all;
}

.imprint-page #container,
.dataprotect-page #container {
    position: relative;
    background-color: rgba(2, 28, 39, 0.8);   
    transition: none;
}

#footer {
    background: #36404b;
}

#footer {
    color: rgb(255 255 255 / 72%);
    font-size: 1.08rem;
}

#footer a {
    color: rgb(235 69 71 / 72%);
    font-size: 1.08rem;
    font-weight: 400;
}

#footer a:hover {
    color: rgb(235 69 71 / 1);
}

#bottom .inside, #bottom .inside a {
    color: rgb(255 255 255 / 72%);
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

body.fixed-header.cookiebar_open #top_link {
    bottom: 100px;
}

/* =============================================================================
 * smartmenu###############################################################################
 * ========================================================================== */

.smartmenu .smartmenu-trigger {
    height: 132px;
    width: 45px;
}

.smartmenu .smartmenu-trigger .line {
    height: 3px;
    background: #ffffff;
}

.smartmenu .smartmenu-trigger .line:before,
 .smartmenu .smartmenu-trigger .line:after {
    height: 3px;
    background: #ffffff;
    top: 49%;
}

.smartmenu-content .smartmenu-scrollable,
.smartmenu-content .mod_navigation ul.level_1 {
    overflow: hidden;
}

.smartmenu-content .smartmenu-close {
    right: 50px;
    top: 50px;
    width: 45px;
    height: 45px;
}

.smartmenu-content .smartmenu-close:before, 
.smartmenu-content .smartmenu-close:after {
    width: 45px;
    height: 5px;
    background: rgb(255,255,255);
}

.smartmenu-content .smartmenu-close:after {
    margin-left: -45px;
}

.smartmenu-content .mod_navigation li:not(.floatbox) {
    font-size: 2.7rem;
    line-height: 4rem;
    padding: 0.7rem;
    letter-spacing: 10px;
    font-weight: 500;
    text-align: center;
    padding: 10px 34px;
}

.smartmenu-content .mod_navigation a {
    color: rgb(255,255,255);
    transition: none;
    -webkit-transition: none;
    padding: 5px 25px;
}

.smartmenu-content .mod_navigation a:hover {
    opacity: 0.8;
    background: rgb(235 69 71);
}

.smartmenu-content .mod_navigation a.active, 
.smartmenu-content .mod_navigation a.trail {
    background: rgb(235 69 71);
    border-bottom: 0 none;
}

/* =============================================================================
 * start###############################################################################
 * ========================================================================== */

 video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}


.ce_leadertext.version1 {
    max-width: none;
    /*text-shadow: 2px 8px 6px rgb(0 0 0 / 20%), 0px -5px 35px rgb(4 4 4 / 73%);*/
    color: rgb(255 255 255);
    font-weight: 400;
    padding: 25px 100px;
    line-height: 2.5rem;
    backdrop-filter: blur(5px);
    background: linear-gradient( to bottom, rgb(136 136 136 / 37%), rgb(173 173 173 / 14%) );
}

.ce_leadertext.version1 p {
    font-size: 1.533rem;
}

/* =============================================================================
 * customs###############################################################################
 * ========================================================================== */

 .longtext-one,
 .longtext-two,
 .longtext-three {
    font-size: 1.467rem;
    line-height: 1.8em;
}

/* =============================================================================
 * trainer###############################################################################
 * ========================================================================== */


 /* =============================================================================
 * training###############################################################################
 * ========================================================================== */

 .trainingteaser {
    background: #eb4547;
    padding: 15px 25px;
}

.ce_iconbox:not(.version2):not(.version3) .ce_iconbox_cwrapper {
    padding: 10px 5px;
}

.ce_iconbox:not(.version2):not(.version3) .ce_iconbox_cwrapper p {
    font-size: 1.1rem;
}

 /* =============================================================================
 * kontakt###############################################################################
 * ========================================================================== */

 .ce_tabs .tabs.horizontal ul li:hover a, .ce_tabs .tabs.horizontal ul li.active a {
    background: #eb4547;
}

.ce_divider_extended.version5 {
    background: rgb(235 69 71);
}

.ce_linkbox h4 {
    color: #fff;
}

.teambox_inside .image_container img {
    display: inline;
}

.ce_tabs .tabs.horizontal li {
    font-weight: 500;
}

.ce_tabs .tabs ul li:hover,
.ce_tabs .tabs.vertical ul li a.current,
.ce_tabs .tabs.vertical_2 ul li a.current {
    font-weight: 500;
}

.font-size-xs,
.font-size-xs p {
    line-height: 1.8;
}

.flexlayer {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
}

.flexcontent {
    max-width: 350px;
    width: auto !important;
}

.cookiebar_slim {
    background: rgb(54 64 75);
}

.cookiebar_slim .content a {
    color: rgb(255 255 255);
    text-decoration: underline;
    font-weight: 400;
}

.cookiebar_slim .content a:hover {
    color: rgb(235 69 71);
}

.cookiebar_slim .cookiebar_button a {
    padding: 5px;
    min-width: 140px;
    margin: 5px 0;
    color: rgb(255 255 255);
    background: rgb(235 69 71);
    border-color: rgb(235 69 71);
    font-weight: 500;
}

.cookiebar_open .cookiebar_slim_overlay {
    display: none;
}

 /* =============================================================================
 * mobile###############################################################################
 * ========================================================================== */

@media only screen and (max-width: 900px) {
    .pricelist .ce_autogridwrapper,
    .times.ce_autogridwrapper {
        width: 100%!important;
    }

    .pricelist .autogrid_wrapper.cte,
    .times .autogrid_wrapper.cte {
        width: 100%!important;
    }

    .pricelist.autogrid,
    .times.autogrid {
        width: 100%!important;
    }
}

@media only screen and (max-width: 767px) {

    .header.original {
        visibility: visible;
    }

    .logo {
        width: 100px;
        height: 85px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .header .inside {
        height: 95px;
    }

    .front {
        padding-top: 67px;
    }

    .smartmenu .smartmenu-trigger {
        height: 95px;
        width: 45px;
    }

    .ce_leadertext.version1 {
        padding: 25px 40px;
        line-height: 2.2rem;

    }

    .ce_leadertext.version1 p {
        font-size: 1.333rem;
    }

    .font-size-xs, .font-size-xs p {
        font-size: 1.467rem;
    }

    .flexlayer {
        flex-direction: column;
    }

    .ce_pricelist_image h4:after {
        display: inline;
    }

    .ce_pricelist_image .item-inside {
        padding: 0;
    }

    .ce_pricelist_image h4 {
        float: left;
    }

    .ce_pricelist_image .price {
        position: absolute;
    }

    h1 {
        font-size: 2.7rem;
    }
    h2 {
        font-size: 2.3rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.9rem;
    }
    h5 {
        font-size: 1.9rem;
    }

    #footer h4 {
        font-size: 1.4rem;
    }

    .mt-xl {
        margin-top: 70px!important;
    }
}

/*
.smartmenu-trigger {
  z-index:2;
    position: absolute;
  top: 50px;
  right: 50px;
  width: 100px;
    height: 60px;
    cursor: pointer;
}

.line,
.line:after,
.line:before {
  width: 100px;
    height: 10px;
}

.line {
    position: relative;
    transform: translateY(25px);
    background: rgba(255, 255, 255, 1);
    transition: all 0ms 300ms;
}

.line.animate {
  background: rgba(255, 255, 255, 0); 
}

.line:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 25px;
    background: rgba(255, 255, 255, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    background: rgba(255, 255, 255, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.line.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

.line.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}


.show {
  left:0%;
  opacity:1;
}

.hide {
  opacity:0;
  left:100%;
}

.smartmenu-content {
  background:rgba(52,73,94,0.9);
  position:absolute;
  top:0;
  width:100vw;
  height:100vh;
  text-align:center;
  transition: .2s ease;
  /*  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition:left .5s ease-in-out;
}
.smartmenu-content ul{
  position:relative;
  top:50%;
  transform: translateY(-50%);
  list-style:none;
}

.smartmenu-content a {
  text-align:center;
  font-size:4vw;
  color:#ffffff;
  opacity:0;
  transition:opacity .9s ease-in-out;
}

.smartmenu-content.show a {
  text-align:center;
  font-size:4vw;
  color:#ffffff;
  opacity:1;
}

.smartmenu-content a:hover {
  color:#2980b9;
}*/