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

        /*------------------------------------*\
        # 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: 13px;
            line-height: 1.5em;
            background: #fff;
            color: #707070;
        }

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

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

        p {
            margin-bottom: 0px;
        }

        h1 {
            font-size: 1.8em;
            font-weight: bold;
            margin-bottom: 0px;
            text-transform: uppercase;
        }

        h3 {
            font-size: 1.2em;
            font-weight: bold;
            margin-bottom: 0px;
            text-transform: uppercase;
        }

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

        ul ul {
            list-style: none;
            /* Remove HTML bullets */
            padding-left: 17px;
        }

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

        li:before {
            content: "�";
            /* Insert content used as bullet point*/
            padding-right: 11px;
            margin-left: -16px;
            font-size: 1.2em;
        }

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

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

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

        .left {
            display: inline-block;
            width: 74%;
            float: left;
        }

        .right {
            display: inline-block;
            width: 26%;
            float: left;
        }

        #head_top {
            padding: 20px 5%;
        }

        #head_top_logo {
            display: inline-block;
            width: 340px;
            text-align: left;
            padding-top: 22px;
        }

        #head_top_logo_2 {
            display: inline-block;
            width: 200px;
            text-align: right;
        }

        #hiringOrganization {
            padding: 30px 5%;
            text-align: justify;
        }

        #description_introduction {}

        #description {
            background: #00478d;
            padding: 25px 5%;
            text-align: center;
        }

        #description_titel {
            color: white;
        }

        .Vereinbarung {
            text-align: center;
            color: white;
            padding-top: 20px;
            font-size: 0.8em;
        }

        /*------------------------------------*\
       # BEWERTUNGEN
       \*------------------------------------*/

        .bottom {
            position: relative;
            margin: 0px 0% 10px 0%;
        }

        .bottom h6 {
            font-weight: bold;
        }

        .bottom li::before {
            content: "";
        }

        .bewertung {
            display: block;
            overflow: auto;
            padding: 30px 5%;
            margin: 0% 2%;
        }

        .company-profile-review .tile-rating {
            margin: 0 auto;
            position: absolute;
            left: 0;
            right: -10px;
        }

        .tile-rating {
            display: inline-block;
            padding: 0;
            margin-bottom: 0;
            width: 78px;
            text-align: center;
        }

        .tile-rating .tile-heading {
            border: 1px solid #e9ecec;
            background-color: #f8f8f8;
            border-bottom: 0;
            border-radius: 6px 6px 0 0;
            margin: 0;
            padding-top: 14px;
            padding-bottom: 12px;
            font-size: 18px;
            font-weight: 600;
            color: #2f3940;
            height: 50px;
            text-align: center;
        }

        .tile-primary .rating,
        .tile-success .rating {
            background: #99c613;
        }

        .tile-rating .rating {
            border-radius: 0 0 6px 6px;
            display: block;
            padding: 4px 0;
            font-size: 11px;
            color: #fff;
        }

        *,
        :after,
        :before {
            box-sizing: border-box;
        }

        .tile-rating {
            display: inline-block;
            padding: 0;
            margin-bottom: 0;
            width: 78px;
            text-align: center;
            border-radius: 6px;
            transition: 0.3s;
        }

        .tile-rating:hover {
            box-shadow: 0 6px 9px 0 rgba(31, 42, 77, 0.25);
        }

        .sterne {
            width: 10%;
            float: left;
        }

        .text {
            width: 85%;
            float: right;
        }

        /*------------------------------------*\
        # KOMMENTARSLIDER
        \*------------------------------------*/

        .slider {
            padding: 0;
            margin: 0;
            list-style-type: none;
            height: 143px;
        }

        .wrap {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 0%;
            width: 100%;
            text-align: center;
            z-index: 1;
            display: none;
            user-select: none;
        }

        .slide {
            height: 100%;
            width: 100%;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

        .slide img {
            opacity: 1;
            box-shadow: 0 0 10px rgba(0, 0, 0, .5);
            transform: translatez(0);
        }

        .state {
            display: none;
        }

        .nav {
            display: none;
        }

        .prev,
        .next {
            position: absolute;
            top: 60px;
            right: 0;
            height: 0px;
            line-height: 200px;
            margin: -100px 0 0 0;
            text-decoration: none;
            text-align: center;
            z-index: 2;
            cursor: pointer;
            font-size: 30px;
            font-weight: bold;

        }

        .prev:hover i,
        .next:hover i {
            background-color: #0063be;
        }

        .next i {
            background-color: #00478d;
            padding: 5px 5px 5px 10px;
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            color: #fff;
            transition: 0.2s;
        }

        .prev i {
            background-color: #00478d;
            padding: 5px 10px 5px 5px;
            border-top-right-radius: 50px;
            border-bottom-right-radius: 50px;
            color: #fff;
            transition: 0.2s;
        }

        .prev {
            left: 0;
            right: auto;
        }

        .next:active,
        .prev:active {
            font-size: 26px;
        }

        /*
         * Conditions
         */

        .state:checked+.wrap {
            display: table;
        }

        .state:checked+.wrap img {
            transform: scale(.8);
            animation: image-flip ease-in .55s;
            animation-fill-mode: forwards;
        }

        .state:checked+.wrap .nav {
            display: block;
        }

        /*
         * Animations Key Frames
         */

        @keyframes image-zoom {
            0% {
                opacity: 0;
                transform: scale(.8);
            }

            50% {
                transform: scale(1);
            }

            75% {
                transform: scale(.95);
            }

            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes image-flip {
            0% {
                transform: perspective(200px) rotateY(90deg);
                opacity: 0;
            }

            40% {
                transform: perspective(200px) rotateY(-10deg);
            }

            70% {
                transform: perspective(200px) rotateY(10deg);
            }

            100% {
                transform: perspective(200px) rotateY(0deg);
                opacity: 1;
            }
        }

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

        #content {}

        #content {}

        .content_box {
            padding: 30px 5%;
            position: relative;
        }

        .content_box:hover .content_box_header {
            padding-left: 17px;
        }

        .content_box_header {
            padding-bottom: 15px;
            padding-top: 3px;
            color: #00478d;
            transition: 0.3s;
        }

        .content_box_header:hover {}

        .content_box_text {}

        .content_box_text {}

        #responsibilities {}

        #qualifications {
            background: #f5f5f5;
        }

        #incentives {
            background: #f5f5f5;
        }

        #contact {}

        .Einwilligung {
            font-size: 0.8em;
            line-height: 1.3em;
            padding-top: 20px;
        }

        /*------------------------------------*\
        # BLUE CIRCLE
        \*------------------------------------*/

        .blue-circle:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 150%;
            height: 150%;
            border-radius: 100%;
            background: #00478d;
            opacity: .2;
            transform: translate(-50%, -50%) scale(1);
        }

        .blue-circle {
            left: -12px;
            position: absolute;
            width: 25px;
            height: 25px;
            border-radius: 100px;
            background: #00478d;
            box-shadow: 0 0 0 0 rgba(0, 71, 141, 0.3);
            animation: pulse 2.5s infinite cubic-bezier(0.66, 0, 0, 1);
        }

        @keyframes pulse {
            100% {
                -webkit-box-shadow: 0 0 0 20px rgba(35, 89, 204, 0);
                box-shadow: 0 0 0 20px rgba(35, 89, 204, 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 12s 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;
        }
        /*------------------------------------*\
        # ICON LEISTE
        \*------------------------------------*/

        .wrapper {
            font-family: 'Nunito', sans-serif;
            display: inline-block;
            margin-top: 8px;
            background-color: #f5f5f5;
            color: #00478d;
            padding: 6px 13px;
            margin-right: 5px;
            border-radius: 20px;
            font-size: 0.9em;
            font-weight: bold;
            border: 2px #f5f5f5 solid;
        }

        .wrapper:hover {
            border: solid 2px #bccf00;
            cursor: default;
        }

        .wrapper i {
            margin-right: 3px;
        }

        .topBar {
            width: 100%;
            padding: 20px 5% 20px 5%;
            text-align: center;
            font-size: 13px;
            background-color: #00478d;
        }

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

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

        #button {
            display: inline-block;
            background-color: #e5e5e5;
            color: #00478d;
            font-weight: bold;
            padding: 8px 40px;
            font-size: 1em;
            transition: 0.3s;
            text-transform: uppercase;
        }

        #button:hover {
            display: inline-block;
            background-color: #e5e5e5;
            color: #00478d;
            transform: translateY(-3px);

        }

        .button_link {
            color: white;
        }

        .button_link:hover {
            color: white;
        }

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

        .footer {
            display: block;
            overflow: auto;
            padding: 40px 5%;
            background-color: #00478d;
            color: #fffffd;
        }

        .footer_left {
            float: left;
            width: 60%;
        }

        .footer_right {
            float: left;
            width: 40%;
        }

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

        .logo_footer {
            width: 130px;
        }

        .Auszeichnungen {
            display: block;
            width: 340px;
            margin-left: -11px;
            margin-top: -7px;
        }

        .Auszeichnungen_mobile {
            display: none;
        }

        .footer a {
            color: #fffffd;
        }

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

        /*------------------------------------*\
        # 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;
                width: 100%;
            }

            .footer_right {
                float: none;
                width: 100%;
            }

            .logo_footer {
                display: inline-block;
                margin-bottom: 25px;
            }

            .Auszeichnungen_mobile {
                display: inline-block;
                width: 290px;
                margin-left: 0px;
                margin-top: 35px;
            }

            .Auszeichnungen {
                display: none;
            }
        }
