        /*------------------------------------*\
        # 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: Barlow, Arial, Helvetica, sans-serif;
            font-size: 1em;
            line-height: 1.4em;
            background: #fff;
        }

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

        a:hover {
            text-decoration: underline;
            color: #D1D4D1;
        }

        p {
            margin-bottom: 0px;
        }

        h1 {
            font-size: 1.4em;
            font-weight: bold;
            margin-bottom: 0px;
            transition: 0.3s;
        }

        h3 {
            font-size: 1.2em;
            font-weight: bold;
            margin-bottom: 5px;
            border-bottom: 2px solid #ffde00;
            padding-bottom: 5px;
            transition: 0.3s;
        }

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

        ul ul {
          margin-left: 20px;
        }

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

        li:before {
            content: ">";
            /* Insert content used as bullet point*/
            padding-right: 8px;
            margin-left: -17px;
            font-size: 1.2em;
            color: #2b363f;
        }

        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 46px -10px rgba(0, 0, 0, 0.75);
            overflow: auto;
        }

        /*------------------------------------*\
        # head_bottom_header
        \*------------------------------------*/
        #head_top {
            padding: 15px 5%;
            display: inline-block;
        }

        #head_top img {
            transition: 0.5s;
        }

        #head_top:hover img {
            transform: scale(1.2);
        }


        #head_top_logo {}

        #head_bottom {
            box-shadow: 0px 13px 16px -12px rgba(0, 0, 0, 0.5);
        }

        #head_bottom_header {}

        #hiringOrganization {
            padding: 20px 5%;
        }

        #description_introduction {}

        #description {
            padding: 20px 5%;
            background-color: #2b363f;
            color: #fff;
            transition: 0.3s;
            border-top: 3px solid #ffde00;
            border-bottom: 3px solid #ffde00;

        }

        #description h1 {
            color: #ffde00;
            padding-bottom: 10px;
        }

        #description_location i {
            margin-right: 10px;
        }

        #description:hover h1 {
            animation: shake 3s cubic-bezier(.36, .07, .19, .97) both;
        }

        .untertitel {
          padding: 20px 5%;
        }


        @keyframes shake {

            10%,
            90% {
                transform: translate3d(-1px, 0, 0);
            }

            20%,
            80% {
                transform: translate3d(2px, 0, 0);
            }

            30%,
            50%,
            70% {
                transform: translate3d(-4px, 0, 0);
            }

            40%,
            60% {
                transform: translate3d(4px, 0, 0);
            }
        }


        #description_titel {}

        /*------------------------------------*\
        # CONTENT
        \*------------------------------------*/
        #content {}

        .content_box {
            padding: 20px 5%;
        }

        .content_box:hover .content_box_head_bottom_header {
            animation: shake 3s cubic-bezier(.36, .07, .19, .97) both;
        }

        .content_box:hover h3 {
            border-bottom: 2px solid #2b363f;
        }

        .content_box_head_bottom_header {
            color: #2b363f;
        }

        .content_box_text {}

        #responsibilities {
            background-color: #f3f3f2;
        }

        #qualifications {}

        #incentives {
            background-color: #f3f3f2;
        }

        #contact {}

        /*------------------------------------*\
        # BUTTON
        \*------------------------------------*/
        .button_wrapper {
            padding-top: 20px;
            text-align: center;
        }

        #button {
            display: inline-block;
            background-color: #2b363f;
            color: #fff;
            padding: 10px 30px;
            font-size: 1.1em;
            transition: 0.3s;
            margin-bottom: 20px;
        }

        #button:hover {
            display: inline-block;
            background-color: #ffde00;
            color: #2b363f;
        }

        .button_link {
            color: white;
        }

        .button_link:hover {
            color: white;

        }

        /*------------------------------------*\
        # FOOTER
        \*------------------------------------*/
        .footer {
            display: block;
            overflow: auto;
            padding: 20px 5%;
            background-color: #2b363f;
            color: #fff;
        }

        .footer_left {
            float: left;
        }

        .footer_right {
            float: right;
        }

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

        .footer a {
            color: #FFFFFF;
        }

        .footer a:hover {
            color: #D1D4D1;
        }

        /*------------------------------------*\
        # SOCIAL NETWORKS
        \*------------------------------------*/
        #socialNetworks {
            text-align: right;
            padding: 10px 5% 20px 5%;
            background-color: #2b363f;
            border-top: 2px solid #fff;
        }

        .socialNetworks_link {}

        .socialNetworks_link:hover {
            text-decoration: none;
        }

        .socialNetworks_icon {
            padding: 10px 5px 0px 5px;
            font-size: 1.4em;
            color: #fff;
            transition: 0.3s;
        }

        .socialNetworks_icon:hover {
            color: #D1D4D1;
            transform: rotate(40deg);
        }

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

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

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

        /*------------------------------------*\
        # 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;
        }

        /* .slideshow li:nth-child(4) span {
            animation-delay: 18s;
        } */

        ul.slideshow {
            margin: 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;
            }

            #head_top {
                text-align: center;
            }

            #head_top img {
                display: inline-block;
            }
        }