        /*------------------------------------*\
        # FONTS
        \*------------------------------------*/
        /*Schriftart einf�gen*/
        @import url(../../css_74eff37f88c6362c.css);

        /*------------------------------------*\
        # VARIABLEN
        \*------------------------------------*/

        :root {
            /* COLORS */
            --primaryColor: white;

            --secondaryColor: white;
            --thirdColor: white;
            --BackColor: white;
            --footerColor: #e6e6e6;

            /* VALUES */
            --spacingLeftRight: 5%;
            --spacingTopBottom: 20px;
        }

        /*------------------------------------*\
        # HTML-ELEMENTS
        \*------------------------------------*/

        * {
            padding: 0;
            margin: 0;

            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;

            -webkit-font-variant-ligatures: no-common-ligatures;
            font-variant-ligatures: no-common-ligatures;
        }

        body {
            font-family: Open Sans, sans-serif;
            font-size: 0.85em;
            line-height: 1.5em;
            background: #f5f5f5;
            color: #868474;
        }

        a {
            text-decoration: none;
            transition: 0.3s;
            color: #e3000b;
        }

        a:hover {
            text-decoration: none;
            color: #868474;
        }

        p {
            margin-bottom: 0px;
        }

        h1 {
            font-size: 2em;
            font-weight: bold;
            margin-bottom: 0px;
            line-height: 1.3;
        }

        h3 {
            font-size: 1.1em;
            font-weight: 700;
            margin-bottom: 0px;
            color: #e3000b;
            text-transform: uppercase;
        }

        ul {
            list-style: none;
            /* Remove HTML bullets */
            padding: 0;
            margin: 0;
        }

        li {
            padding-left: 20px;
            line-height: 1.6em;
        }

        li:before {
            content: "�";
            /* Insert content used as bullet point*/
            padding-right: 12px;
            margin-left: -18px;
            font-size: 1.2em;
            color: #e3000b;
        }

        img {
            display: block;
            border: none;
            max-width: 100%;
            height: auto;
        }

        main {
            margin: 25px auto;
            width: 740px;
            background: #fff;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            box-shadow: 0px 2px 40px -10px rgba(0, 0, 0, 0.2);
            overflow: auto;
        }

        /*------------------------------------*\
        # head_bottom_header
        \*------------------------------------*/

        .header {
            display: block;
            overflow: auto;
            padding: 20px 5%;
            background-color: white;
        }

        .header_left {
            float: left;
        }

        .header_right {
            float: right;
        }

        .logo {
            width: 100px;
            transition: 0.5s;
        }

        .logo:hover {
            transform: scale(1.03);
        }

        .header_text {
            text-transform: uppercase;
            padding-top: 35px;
            font-weight: 700;
            color: #868474;
            font-size: 1.2em;
        }

        .header_breaker {
            display: none;
        }

        #hiringOrganization {
            padding: 35px 38px;
        }

        #description_introduction {}

        #description {
            padding: 18px 38px;
            background: #e3000b;
            color: white;
        }

        #description_titel {
            text-transform: uppercase;
            text-align: center;
            padding-bottom: 5px;
        }

        /*------------------------------------*\
        # CONTENT
        \*------------------------------------*/

        #content {}

        .content_box {
            padding: 20px 5%;
            transition: 0.3s;
        }

        .content_box_head_bottom_header i {
            opacity: 0;
        }

        .content_box_head_bottom_header {
            margin-left: -16px;
            transition: 0.3s;
            padding-bottom: 10px;
        }

        .content_box:hover .content_box_head_bottom_header i {
            opacity: 1;
            margin-right: 2px;
        }

        .content_box:hover .content_box_head_bottom_header {
            margin-left: 0;
        }

        .content_box_text {}

        #responsibilities {
            padding-top: 35px;
        }

        #qualifications {}

        #incentives {}

        #contact {}


        /*------------------------------------*\
        # SLIDER
        \*------------------------------------*/

        .slider-wrap {
            width: 100%;
            height: auto;
            position: relative;
        }

        .slider-wrap img {
            display: block;
        }

        .slideshow {
            position: absolute;
            width: 100%;
            top: 0px;
            left: 0px;
            z-index: 0;
        }

        .slideshow li span {
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            color: transparent;
            opacity: 0;
            z-index: 0;
            backface-visibility: hidden;
            animation: image 18s linear infinite;
        }

        #sliderSizeImage {
            opacity: 0;
            width: 100%;
        }

        .sliderImage {
            width: 100%;
        }

        @keyframes image {
            0% {
                opacity: 0;
                animation-timing-function: ease-in;
            }

            8% {
                opacity: 1;
                animation-timing-function: ease-out;
            }

            25% {
                opacity: 1;
            }

            40% {
                opacity: 0;
            }

            100% {
                opacity: 0;
            }
        }

        .slideshow li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .slideshow li:nth-child(1) span {}

        .slideshow li:nth-child(2) span {
            animation-delay: 6s;
        }

        .slideshow li:nth-child(3) span {
            animation-delay: 12s;
        }

        ul.slideshow {
            margin: 0;
        }

        /*------------------------------------*\
        # BUTTON
        \*------------------------------------*/

        .button_wrapper {
            padding-top: 30px;
            padding-bottom: 30px;
            text-align: center;
        }

        #button {
            display: inline-block;
            background-color: #e3000b;
            color: white;
            padding: 10px 20px;
            font-size: 1em;
            transition: 0.3s;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: 600;
        }

        #button:hover {
            display: inline-block;
            background-color: #e3000b;
            color: white;
            box-shadow: 0px 10px 18px -15px rgba(0, 0, 0, 0.7);
            transform: translateY(-3px);

        }

        .button_link {
            color: white;
        }

        .button_link:hover {
            color: white;
        }

        /*------------------------------------*\
        # FOOTER
        \*------------------------------------*/

        .footer {
            display: block;
            overflow: auto;
            padding: 20px 5%;
            background-color: #d7d7d7;
            color: #7d7d7d;
        }

        .footer_left {
            float: left;
            padding-top: 15px;
        }

        .footer_right {
            float: right;
        }

        .footer_right i {
            padding-right: 8px;
        }

        .logo_footer {
            width: 100px;
        }


        /*------------------------------------*\
        # UTILITIES
        \*------------------------------------*/

        div.breaker {
            clear: both;
            overflow: hidden;
        }

        .ci-ignore {
          visibility: hidden;
          display: none;
          margin: 0;
          padding: 0;
        }


        /*------------------------------------*\
        # RESPONSIVE
        \*------------------------------------*/

        @media only screen and (max-width: 740px) {
            * {
                padding: 0;
                margin: 0;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

            body {
                -webkit-hyphens: auto;
                -moz-hyphens: auto;
                -ms-hyphens: auto;
                hyphens: auto;
            }

            main {
                margin: 0em;
                width: 100%;
            }

            .footer {
                text-align: center;
            }

            .footer_left {
                float: none;
                margin: 0 0 15px 0;
            }

            .footer_right {
                float: none;
                margin: 0;
            }

            .logo_footer {
                margin: auto;
                padding-top: 10px;
                padding-bottom: 15px;
            }

            .header_breaker {
                display: block;
            }

            .header_text {
                padding-top: 20px;
                line-height: 1.7em;
            }
        }