    body {
        font-family: 'Roboto', sans-serif;
        font-size: calc( 16px + (25 - 16) * (100vw - 400px) / (1980 - 400));
        /* 1.3vw; 25px; */
        line-height: 30px;
    }
    
    * {
        margin: 0;
    }
    
    .container {
        margin: auto;
        max-width: 1180px;
    }
    
    .content_center {
        text-align: center;
        padding: 0 50px 0px 50px;
    }
    
    h3 {
        font-weight: 400;
        font-size: calc( 18px + (25 - 20) * (100vw - 400px) / (1980 - 400));
        /* 25px; */
    }
    
    h1 {
        font-weight: 400;
        font-size: calc( 20px + (35 - 20) * (100vw - 400px) / (1980 - 400));
        /* 1.8vw; 35px; */
        line-height: 40px;
    }
    
    h2 {
        font-weight: 400;
        font-size: calc( 20px + (35 - 20) * (100vw - 400px) / (1980 - 400));
        /* 1.8vw; 35px; */
        line-height: 40px;
    }
    
    .boxTitle {
        text-align: center;
    }
    
    .info {
        text-align: center;
        font-size: 16px;
    }
    
    .smallText {
        font-size: calc( 14px + (18 - 14) * (100vw - 400px) / (1980 - 400));
        /* 18px; */
    }
    
    .smallText a {
        color: #FFF;
    }
    
    .smallText-20px {
        color: #707070;
        font-size: calc( 14px + (20 - 14) * (100vw - 400px) / (1980 - 400));
        /* 20px; */
    }
    
    .p-style-h1 {
        font-weight: 400;
        font-size: calc( 20px + (35 - 20) * (100vw - 400px) / (1980 - 400));
        /* 1.8vw; 35px; */
        line-height: 40px;
    }
    
    img {
        height: auto;
    }
    
    a:link {
        color: #00939d;
        text-decoration: none;
    }
    
    a:visited {
        color: #00939d;
        text-decoration: underline;
    }
    
    a:hover {
        color: #80c9ce;
        text-decoration: underline;
    }
    
    a:focus {
        outline: none;
    }
    
    .frame_content {
        padding: 0 30px;
    }
    
    .q2 {
        float: right;
    }
    
    .distance_feedback {
        padding-left: 30px;
    }
    
    .block,
    .block-header {
        display: flex;
    }
    
    .phone {
        padding-top: 5px;
    }
    
    .box-header-1 {
        width: 50%;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 4%;
    }
    
    .box-header-2 {
        display: flex;
        flex-direction: column;
        width: 50%;
        padding-top: 2%;
        padding-right: 4%;
    }
    
    .box-header-2-top {
        display: flex;
        justify-content: flex-end;
        margin-right: 10px;
    }
    
    .red-line {
        margin-left: auto;
        padding-top: 10px;
        border-top: 3px solid red;
        width: 135px;
    }
    
    .box-header-2-bottom {
        display: flex;
        justify-content: flex-end;
    }
    
    .box-header-2-bottom img,
    .box-header-2-bottom div {
        margin-left: 10px;
    }
    
    .box-1,
    .box-4,
    .box-9,
    .box-10 {
        width: 49.8%;
        padding: 10%;
        padding-left: 5%;
    }
    
    .distance_box {
        margin: 100px 0 100px 0;
    }
    
    .box-1 {
        background: #121207;
        color: #FFF;
    }
    
    .box-2 {
        background: #00939D;
        color: #FFF;
        width: 71%;
        padding: 0;
        background-image: url("i/karriere_start.png");
        background-size: cover;
    }
    
    .slide {
        margin-top: 3%;
        margin-bottom: 3%;
        text-align: center;
        padding-left: 3%;
        padding-right: 3%;
        font-size: calc( 14px + (20 - 14) * (100vw - 400px) / (1980 - 400));
        /* 20px; */
    }
    
    .slider-footer {
        display: flex;
        justify-content: center;
    }
    
    .slider {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    
    .slider-footer .slide {
        margin-left: 10%;
        margin-right: 10%;
    }
    
    .container-block-unternehmer {
        display: flex;
        align-items: stretch;
    }
    
    .box-4 {
        padding: 5%!important;
    }
    
    .left-column {
        width: 50%;
        box-sizing: border-box;
        position: relative;
        padding: 0;
        margin: 0;
        margin-bottom: -6px;
    }
    
    .txt_box_block-2 {
        position: absolute;
        bottom: 50px;
        left: 30px;
        margin-bottom: 35px;
    }
    
    .left-column img {
        object-fit: contain;
        max-width: 100%!important;
    }
    
    .right-column {
        width: 50%;
        box-sizing: border-box;
    }
    
    .right-column a {
        color: #fff;
    }
    
    .karriere {
        display: flex;
        flex-wrap: wrap;
        margin: 20px;
    }
    
    .itemkarriere {
        flex-basis: calc(33% - 10px);
        /* 25% Breite minus 10px Abstand zwischen den Boxen */
        margin: 5px;
        /* Abstand zwischen den Boxen */
        text-align: center;
    }
    
    .itemkarriere img {
        text-align: center;
        max-width: 100%;
    }
    
    .box-4 {
        background: #00939D;
        color: #FFF;
    }
    
    .btn a {
        display: inline-block;
        text-decoration: none;
    }
    
    .btn-0 a {
        border: solid 5px #00939D;
        border-left-width: 10px;
        border-right-width: 10px;
        background-color: #00939D;
        color: #FFF;
    }
    
    .btn-1 a {
        margin-top: 25px;
        border: solid 15px #FFF;
        background-color: #FFF;
        color: #000;
    }
    
    .btn-2 a {
        margin-top: 35%;
        border: solid 15px #00939D;
        background-color: #00939D;
        color: #FFF;
    }
    
    .btn-3 a {
        margin-top: 15px;
        border: solid 15px #00939D;
        background-color: #00939D;
        color: #FFF;
    }
    
    .btn-4 a {
        border: solid 15px #000;
        background-color: #000;
        color: #FFF;
        margin: 10%;
    }
    
    .btn-5 a {
        margin-top: 25px;
        margin-bottom: 25px;
        border: solid 30px #000;
        background-color: #000;
        color: #FFF;
        display: inline-block;
    }
    
    .logo-small {
        display: flex;
        justify-content: center;
        margin-top: 35px;
        margin-bottom: 10px;
    }
    
    .video {
        position: relative;
        padding-bottom: 56.25%;
    }
    
    .video iframe {
        position: absolute;
        top: 35px;
        left: 10%;
        width: 80%;
        height: 80%;
    }
    
    .block-3 {
        margin: 50px;
        justify-content: center;
    }
    
    .block-4 {
        justify-content: space-between;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 2%;
    }
    
    .block-5,
    .block-9 {
        display: flex;
        font-size: calc( 16px + (30 - 14) * (100vw - 400px) / (1980 - 400));
        /* 30px; */
        justify-content: center;
        text-align: center;
    }
    
    .block-6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        background: #00939D;
        color: #FFF;
        font-size: calc( 20px + (35 - 14) * (100vw - 400px) / (1980 - 400));
        /* 35px; */
    }
    
    .block-6 a {
        font-size: calc( 16px + (30 - 14) * (100vw - 400px) / (1980 - 400));
    }
    
    .block-9 {
        background-color: #e5f4f5;
        margin-top: 0px;
        padding: 80px 0 30px 0;
    }
    
    .block-10 {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    
    .whatsapp {
        padding-top: 5%;
    }
    
    .man {
        position: absolute;
        right: 7%;
        margin-top: -15%;
    }
    
    .man-1 {
        position: relative;
        top: -30px;
        right: 5%;
    }
    
    .team_img_distance {
        padding-left: 15px;
    }
    
    .werde {
        margin-top: 1%;
        margin-bottom: 5%;
        line-height: 50px;
    }
    
    .werde .btn-4 a {
        text-decoration: none;
    }
    
    .box-5,
    .box-6,
    .box-7 {
        max-width: 365px;
    }
    
    .box-8,
    .box-11 {
        width: 37.2%;
        /*26.1%;*/
        background: #000;
        color: #FFF;
        padding: 7% 12%;
    }
    
    .box-9,
    .box-10 {
        width: 50%;
        background: #FFF;
        color: #121207;
    }
    
    .inner-box img {
        width: 100%;
    }
    /*Accordeon*/
    
    .distance_accordeon {
        padding: 0 40px 0 40px;
    }
    
    .distance_accordeon a {
        text-decoration: underline;
    }
    
    .ui-icon {
        width: 5px!important;
        height: 5px!important;
    }
    
    .ui-accordion .ui-accordion-content h1,
    .ui-accordion .ui-accordion-content h3 {
        color: #00939D;
        font-weight: 400;
        line-height: 40px;
    }
    
    .ui-accordion-header {
        padding: 7px 9px 9px 9px!important;
    }
    
    .ui-accordion .ui-accordion-header {
        background-color: #00939D;
        line-height: auto!important;
        color: #fff;
        font-weight: 400;
        border: 0px!important;
        padding-left: 50px!important;
        text-align: left!important;
    }
    
    .ui-corner-all,
    .ui-corner-top,
    .ui-corner-right,
    .ui-corner-tr {
        border-radius: 0px!important;
    }
    
    .ui-accordion .ui-state-active .ui-icon,
    .ui-accordion .ui-button:active .ui-icon {
        background-image: url("../images/arrow_next.svg")!important;
        background-repeat: no-repeat;
        background-position: left 2px center;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        max-height: 100px;
    }
    
    .ui-icon {
        display: inline-block;
        vertical-align: middle;
        text-indent: -99999px;
        overflow: hidden;
        background-repeat: no-repeat;
        position: absolute!important;
        top: 12px;
        left: 10px;
    }
    
    .ui-widget-content p,
    .ui-widget-content ul {
        text-align: left;
        font-size: calc( 14px + (20 - 14) * (100vw - 400px) / (1980 - 400));
        line-height: 30px;
    }
    
    .ui-icon {
        margin-top: 0px !important;
    }
    
    .ui-icon,
    .ui-widget-content .ui-icon {
        background-image: url("../images/arrow_next.svg")!important;
        padding: 0.6rem 0.6rem 0.6rem 0.6rem;
        background-repeat: no-repeat;
        background-position: left 5px center;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    .ui-icon-triangle-1-e {
        background-position: 0!important;
    }
    
    @media screen and (min-width: 800px) {
        .block-6 {
            display: none;
        }
    }