html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #003048;
    line-height: 1.5;
    font-family: Arial Narrow;
    font-size: 20px;
}

body {
    width: 100%;
    transform-origin: top left;
}

* {
    box-sizing: border-box;
}

a {
    position: relative;
    z-index: 9999;
}

a,
a:active,
a:focus {
    outline: none;
    /* Works in Firefox, Chrome, IE8 and above */
}

/*** HEADLINES ***/
.big {
    font-size: 47px;
}

.medium {
    font-size: 40px;
}

.small {
    font-size: 30px;
}

.hell {
    color: #869faf;
    font-family: Baker Signet STD;
    font-weight: normal;
}

.dunkel {
    color: #003048;
    font-family: Baker Signet STD;
    font-weight: normal;
}

.firmenname {
    word-spacing: -0.1em;
    color: #003048;
}

.firmenname span {
    color: #869faf;
}

.left {
    float: left;
}

.right {
    float: right;
}

#page .inside {
    width: 1400px;
    margin: 0 auto;
    max-width: 100%;
}

.start {
    /*height: 90vh;*/
    width: 100%;
    overflow-x: hidden;
}

.start h1,
#row6 h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    width: 100%;
    font-size: 47px;
    font-weight: normal;
    font-family: Baker Signet STD;
    color: #b3b1b3;
    line-height: 1.3;
    position: relative;
    z-index: 1000;
}

.start h1 strong,
#row6 h3 strong {
    width: 7.3em;
    -webkit-animation: type 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    font-weight: normal;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 920px;
    max-width: 100%;
}

#row6 h3 strong {
    width: 900px;
    font-size: 36px;
    max-width: 100%;
}

#row6 .inside {
    text-align: center;
}

#row6 h3 {
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.start h1 span.complete,
#row6 h3 span.complete {
    display: block;
    width: 11.5em;
    opacity: 0;
    -webkit-animation: type2 4s steps(40, end);
    animation: type2 4s steps(40, end);
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 830px;
}

@keyframes type {
    0% {
        width: 0;
    }

    5% {
        border-right: 0.1em solid #003048;
    }

    99.9% {
        border-right: 0.1em solid #003048;
    }

    100% {
        border: none;
    }
}

@-webkit-keyframes type {
    0% {
        width: 0;
    }

    5% {
        border-right: 0.1em solid #003048;
    }

    99.9% {
        border-right: 0.1em solid #003048;
    }

    100% {
        border: none;
    }
}

@keyframes type2 {
    0% {
        width: 0;
    }

    1% {
        opacity: 1;
    }

    5% {
        border-right: 0.1em solid #003048;
    }

    99.9% {
        border-right: 0.1em solid #003048;
    }

    100% {
        opacity: 1;
        border: none;
    }
}

@-webkit-keyframes type2 {
    0% {
        width: 0;
    }

    1% {
        opacity: 1;
    }

    5% {
        border-right: 0.1em solid #003048;
    }

    99.9% {
        border-right: 0.1em solid #003048;
    }

    100% {
        opacity: 1;
        border: none;
    }
}

.header-logo {
    height: inherit;
    margin-bottom: 4vw;
    position: relative;
    z-index: 1;
}

#logo {
    border-bottom: 1px solid #869faf;
    padding-bottom: 30px;
    width: 287px;
}

header nav {
    position: relative;
    z-index: 100;
}

header nav::before,
header nav::after {
    bottom: 9px;
}

header nav ul li a,
header nav ul li span {
    padding: 45px 0 4px;
}

header nav ul {
    padding: 0;
    width: 770px;
}

header nav ul ul {
    padding: 0;
    margin-top: 0;
}

header nav::before {
    bottom: 2.2em;
}

#hansedatacloud {
    text-align: center;
    margin: 5vw auto 0;
    border-bottom: 1px solid #869faf;
    padding-bottom: 30px;
    width: 287px;
}

.start .anchorstart {
    text-align: center;
    font-size: 50px;
    margin: 2vw auto;
    width: 60px;
    display: block;
}

.mod_randomImage {
    transform: none;
    bottom: 0;
}

#explaination {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#explaination:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    margin-left: 120px;
    top: 430px;
    z-index: 100;
    transition: all 0.3s ease 0.6s;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.blue {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 6em 2em 8em;
}

.blue:before {
    background: url(https://www.hanse-data.de/files/hanse-data/img/allgemeines_stroke.svg)
        no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    position: absolute;
    content: '';
}

.white {
    position: relative;
}

.white:before {
    position: absolute;
    content: '';
    height: 15vh;
    width: 100%;
    transform-origin: top right;
    transform: rotate(2.5deg);
    background: #fff;
    top: -3vh;
    left: 0;
    z-index: 100;
}

.row .inside {
    position: relative;
    z-index: 999;
}

.col {
    width: 33%;
}

.col2 {
    text-align: center;
}

.arrowright,
.arrowleft {
    background-color: #e5e9ec;
    position: relative;
    height: 150px;
    color: #869faf;
    padding: 20px 30px 20px 40px;
    line-height: 1.8;
}

.arrowleft {
    padding: 20px 0 20px 40px;
}

.arrowright:before {
    position: absolute;
    content: '\f0d9';
    width: 100px;
    height: 100%;
    font-size: 258px;
    top: 0;
    left: -82px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: #e5e9ec;
    line-height: 150px;
}

.arrowright:after {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 150px;
    background-color: #e5e9ec;
    margin-right: -9999em;
    padding-right: 9999em;
    z-index: -1;
}

.arrowrleft {
    background-color: #e5e9ec;
    position: relative;
    height: 150px;
    color: #869faf;
    padding: 20px 40px;
    line-height: 1.8;
}

.arrowleft:after {
    position: absolute;
    content: '\f0da';
    width: 100px;
    height: 100%;
    font-size: 258px;
    top: 0;
    right: -132px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: #e5e9ec;
    line-height: 150px;
}

.arrowleft:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 150px;
    background-color: #e5e9ec;
    margin-left: -9999em;
    padding-left: 9999em;
    z-index: -1;
}

.info {
    position: relative;
    padding: 30px 20px;
}

.info:before,
.info:after {
    position: absolute;
    content: '';
    width: 40%;
    height: 100%;
    border: 1px solid #fff;
    border-right: 0;
    top: 0;
    left: 0;
}

.info:after {
    left: auto;
    right: 0;
    border-right: 1px solid #fff;
    border-left: 0;
}

.info.borderdark:after,
.info.borderdark:before {
    border-color: #869faf;
}

#indeed {
    position: absolute;
    right: 30px;
    top: 30px;
}

#indeed img {
    width: 150px;
}

/*** ROW 1 ***/

#row1 .icon span,
#jahresabschluss span {
    position: relative;
    display: flex;
    font-size: 28px;
    align-items: center;
}

#invoice {
    margin-top: 30px;
    position: relative;
}

#tankbelege {
    margin: 33px 0 0 30px;
    line-height: 29px;
}

#quittungen {
    margin: 33px 30px 0 0;
    line-height: 29px;
}

#row1 .info {
    margin-top: 390px;
}

#row1 .icon span:before,
#row1 .icon span:after,
#jahresabschluss span:after,
#jahresabschluss span:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    width: 100%;
    flex: 1;
}

#row1 .icon span:before,
#jahresabschluss span:before {
    margin-left: -9999em;
    padding-left: 9999em;
}

#row1 .icon span:after {
    margin-right: -9999em;
    padding-right: 9999em;
}

#row1 .icon em,
#jahresabschluss em {
    padding: 0 20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#row1 #tankbelege span:after,
#row1 #quittungen span:before,
#jahresabschluss span:after {
    border: none;
    margin: 0;
    padding: 0;
    background: none;
}

#row1 #tankbelege em,
#jahresabschluss em {
    border-right: none;
}

#row1 #quittungen em {
    border-left: none;
}

#row1 h2 {
    margin: 30px 0 0 0;
    line-height: 1.2;
    text-align: center;
}

#row1 h2 .leftspace {
    margin-left: 100px;
}

#row1 h2 .center {
    text-align: center;
    display: block;
}

.einleitungstext {
    text-align: center;
    width: 60%;
    margin: 2em auto 0;
}

/*** ROW2 ***/

#row2 {
    padding: 2em 0 5em;
    text-align: center;
}

#row2 h2 {
    line-height: 1.2;
}
#row2 .info.fullwidth{
    margin: 0 auto 30px;
}
#row2 .info {
    margin: 0 10px 30px;
    width: 42%;
}

#row2 .info a {
    position: absolute;
    display: block;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    padding: 0 10px;
}

#cloud {
    margin-top: 110px;
    position: relative;
}

.zahnrad {
    position: absolute;
    top: 95px;
    left: 154px;
    -ms-animation: rotating 5s linear infinite;
    -webkit-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}

.zahnrad.small {
    -ms-animation: rotating 6s linear infinite;
    -webkit-animation: rotating 6s linear infinite;
    animation: rotating 6s linear infinite;
    animation-direction: reverse;
}

.zahnrad.second {
    left: 241px;
    top: 92px;
}

.zahnrad.third {
    left: 202px;
    top: 129px;
}

.zahnrad.fourth {
    left: 207px;
}

.zahnrad.fifth {
    top: 149px;
    left: 168px;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

#kontoauszuege {
    float: right;
    margin-right: 80px;
    font-size: 25px;
    text-align: center;
}

#kasseonline {
    float: right;
    position: absolute;
    top: 350px;
    right: 70px;
    font-size: 25px;
    text-align: center;
}

/** Row 3 **/
#row3 {
    display: inline-block;
    padding-bottom: 9em;
}

#row3 .col1 {
    margin-top: 200px;
}

#row3 .col1 .info {
    margin-top: 50px;
    width: 62%;
}

#row3 h2,
#row3 h3 {
    line-height: 1.2;
}

#row3 .col1 h3 span {
    margin-left: 30px;
}

#row3 .col3 h2 {
    text-align: center;
}

#row3 .col3 h2 span {
    margin: 5px 0 0 90px;
    display: block;
}

#row3 .icon span {
    font-size: 28px;
    vertical-align: top;
    margin: 20px 0 0 20px;
    display: inline-block;
}

.datevzahlungsverkehr ul {
    margin-right: 140px;
    font-size: 17px;
    padding: 10px 0 20px 40px;
}

.datevzahlungsverkehr {
    margin-top: 90px;
}

#row3 .datevzahlungsverkehr h2 {
    margin-bottom: 0;
}

.bearbeiter {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 28px;
}

.bearbeiter a {
    display: block;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.bearbeiter a:hover {
    animation: pulse 0.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

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

.bearbeiter a img {
    width: 100px;
}

.bearbeiter li {
    margin: 0 2% 2%;
}

#row3 .arrowright {
    float: right;
    margin: 50px 0 0 0;
}

#bearbeiter {
    margin: 50px -30px 0 0;
}

#rechnungcheck {
    margin: 340px 31px 0 0;
}

#ust {
    margin: 346px -210px 0 0;
}

#auswertung {
    margin: 341px -351px 0 0;
}

#mandant-row3 {
    margin: 330px 0 0 -20px;
}

#mandant-row3 img {
    width: 80px;
}

#karte {
    margin: 476px 0 0 -74px;
}

#ueberweisung {
    margin: 616px 0 0 -70px;
}

#ueberweisung img {
    width: 60px;
}

/*** ROW 4 ***/
#row4 {
    height: 620px;
}

#row4 h2 {
    line-height: 1.2;
}

#row4 h2 span {
    margin-left: 40px;
}

#row4 .arrowleft {
    margin-top: 160px;
}

#update {
    margin: 40px 0 0 0;
    position: relative;
}

.updateicon {
    -ms-animation: rotating 2s linear infinite;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    top: 20px;
    left: 160px;
    position: absolute;
}

#row4 .col3 {
    margin: 310px 0 0px 0;
}

/*** ROW 5 ***/
#row5 {
    padding-bottom: 150px;
}

#row5 .col1 h2 {
    line-height: 0.9;
    margin-top: 70px;
}

#row5 .col1 h2 span {
    margin-left: 80px;
}

#row5 .col3 h2 {
    line-height: 1;
}

#row5 .col3 h2 span {
    margin-left: 60px;
}

#row5 .bearbeiter {
    width: 390px;
    margin: 60px 0 90px;
}

#row5 .arrowright {
    float: right;
}

#row5 .info {
    margin-top: 350px;
}

#row5 .bearbeiter a {
    width: 150px;
    height: 150px;
}

#row5 .bearbeiter li {
    width: 50%;
}

#row5 .bearbeiter a img {
    width: 150px;
}

#finanzbuchhaltung {
    margin: 30px 0 0 40px;
}

#kostenberechnung {
    margin: 21px 70px 0 0;
}

#jahresabschluss {
    margin: 300px 0 0 0;
}

#mandant-abschluss {
    margin: 300px 10px 0 0;
}

#row5 .icon span {
    font-size: 28px;
    vertical-align: top;
    margin: 0 0 0 20px;
    text-align: left;
    position: relative;
}

#row5 .info {
    font-size: 18px;
}

#row5 .info a {
    font-weight: bold;
    color: #000;
}

#row6 {
    padding: 2em 2em 6em;
}

#reasons {
    text-align: center;
    margin: 3em 0;
    padding: 0;
    font-family: Baker Signet STD;
    font-size: 30px;
}

.slick-slide,
.slick-slide:focus {
    outline: 0;
}

#reasons span {
    display: block;
    background-color: #b3c1c9;
    color: #fff;
    font-size: 32px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    margin: 0 auto 1em;
}

#reasons .slick-dots {
    bottom: -55px;
}

#reasons .slick-dots li {
    margin: 0;
}

#reasons .slick-dots li button::before {
    font-size: 12px;
}

#reasons .slick-dots li.slick-active button::before {
    font-size: 25px;
}

#reasons,
.start .centermore {
    opacity: 1;
    visibility: visible;
    -webkit-animation: hideshow 6s ease;
    animation: hideshow 6s ease;
}

@keyframes hideshow {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0.5;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hideshow {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0.5;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

#reasons .slicklist .slick-current span {
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

#row6 .center,
.start .centermore {
    text-align: center;
    margin: 70px 0 0;
}

#row6 .center a,
.start .centermore a {
    background: #003048;
    padding: 15px 30px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
}

#row6 .center a:hover,
.start .centermore a:hover {
    text-decoration: none;
    background: #869faf;
}

/*** FORM ***/

#eignungstest,
#eignung_auswertung {
    margin: 3em auto;
    padding: 2em;
    background: #fff;
    width: 600px;
    max-width: 100%;
    line-height: 1.2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

#eignungstest strong {
    font-family: Baker Signet STD;
    font-size: 30px;
    color: #003048;
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto 30px;
    font-weight: 500;
}

#eignungstest .optionen {
    width: 100%;
    overflow: hidden;
}

#eignungstest .optionen .option {
    margin: 0 10px;
}

#eignungstest input {
    display: none;
}

#eignungstest input + label {
    position: relative;
    display: inline-block;
    padding: 15px 0 15px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    line-height: 1.5;
}

#eignungstest input + label i {
    margin-left: -33px;
    margin-right: 7px;
}

#eignungstest input:checked + label {
    color: #fff;
}

#eignungstest input:checked + label:before {
    position: absolute;
    content: '';
    background-color: #869faf;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 2em;
    margin: 0 -2em;
}

#eignungstest span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background-color: #003048;
    position: absolute;
    text-align: center;
    padding: 2px;
}

#eignung_auswertung {
    position: relative;
    margin-left: -9999px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.5;
    transition: margin-left 0.5s ease;
    width: 600px;
    max-width: 100%;
}

#eignung_auswertung h2 {
    font-family: Baker Signet STD;
    font-size: 40px;
    margin: 0 0 20px;
}

#eignung_auswertung .buttonauswertung {
    background: #00517e;
    color: #fff;
    padding: 10px 12px 9px 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-right: 23px;
    margin-left: 10px;
}

#eignung_auswertung .buttonauswertung:after {
    position: absolute;
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    color: #00517e;
    font-size: 68px;
    top: 0px;
    right: -22px;
    font-weight: bold;
    line-height: 0.6;
}

#eignung_auswertung .buttonauswertung:hover {
    background: #000;
    text-decoration: none;
}

#eignung_auswertung .buttonauswertung:hover::after {
    color: #000;
}

#page #row3 .inside {
    width: 930px;
}

.kontaktlinks {
    width: 45%;
    float: left;
    margin-top: 10px;
}

.kontaktstelle {
    width: 40%;
    float: right;
}

.kontaktstelle a {
    color: #003048;
}

.kontaktlinks .arrowleft:before,
.kontaktlinks .arrowleft {
    height: 80px;
    background-color: #003048;
}

.kontaktlinks .arrowleft {
    padding-left: 0;
    display: block;
    transition: all 1s ease;
    background-color: #003048;
    color: #fff;
    letter-spacing: 1px;
}

.kontaktlinks .arrowleft:after {
    font-size: 135px;
    line-height: 80px;
    right: -95px;
    color: #003048;
}

.kontaktlinks .arrowleft:hover,
.kontaktlinks .arrowleft:hover::before {
    background-color: #fff;
    color: #003048;
    text-decoration: none;
    transition: all 1s ease;
}

.kontaktlinks .arrowleft:hover::after {
    color: #fff;
    transition: all 1s ease;
}

.bearbeiter {
    padding: 0;
}

#row6 .bearbeiter li {
    margin: 0 1%;
}

#row6 .bearbeiter {
    justify-content: center;
}

.stellenangebote {
    display: flex;
    justify-content: center;
    padding: 0 1em;
    flex-wrap: wrap;
}

#colorbox #cboxLoadedContent {
    padding: 20px 50px;
}

a.bewerbung {
    background: #00517e;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
    font-weight: bold;
}

a.bewerbung i {
    vertical-align: top;
}

a.bewerbung:hover {
    background: #003048;
    text-decoration: none;
}

#cboxLoadedContent {
    border: none;
}

.center {
    text-align: center;
}

#cboxClose {
    text-indent: 0;
    font-size: 20px;
    background: none;
    top: 11px;
}

.mobilemenu {
    display: none;
}

@media (max-width: 1200px) {
    #indeed {
        top: 130px;
    }
}

@media (max-width: 960px) {
    .start h1 {
        margin-top: 2em;
    }

    .start h1,
    #reasons {
        padding: 0 0.5em;
    }

    .start h1 strong,
    #row6 h3 strong {
        white-space: normal;
        position: relative;
        left: 0;
        transform: none;
        animation: none;
    }

    #reasons {
        animation: none;
    }

    .stellenangebote {
        flex-wrap: wrap;
    }
  

    #row2 .info {
        margin-bottom: 30px;
    }
}

@media (max-width: 870px) {
    .mobilemenu {
        display: block;
        padding: 10px;
        position: fixed;
        top: 0;
        background: #fff;
        box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
        width: 100%;
        z-index: 9999;
    }

    #mainnav ul {
        display: none;
    }

    header nav ul li a,
    header nav ul li span,
    header nav ul li a:hover {
        padding: 10px 0 10px 30px;
        background: none;
        width: 100%;
    }

    header nav::before,
    header nav::after {
        border: none;
    }

    #mainnav ul {
        position: fixed;
        top: 47px;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    }

    header nav ul li {
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        position: relative;
    }

    header nav ul li.jobs::after {
        content: none;
    }

    header nav ul li a.jobs::after {
        content: '3';
        background: #c30;
        font-size: 12px;
        display: inline-block;
        line-height: 18px;
        width: 18px;
        height: 18px;
        text-align: center;
        border-radius: 50%;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        font-weight: bold;
        color: #fff;
        margin-left: 5px;
    }

    .start h1,
    #row6 h3 {
        z-index: 995;
    }

    header nav ul li a,
    header nav ul li span {
        font-size: 16px;
    }

    .row .inside {
        z-index: 994;
    }
}

@media (max-width: 768px) {
    html,
    body {
        font-size: 17px;
    }

    .kontaktlinks,
    .kontaktstelle {
        width: 100%;
    }

    #reasons {
        font-size: 25px;
        margin: 1em 0;
    }

    #eignungstest strong {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .big,
    .start h1,
    #row6 h3 {
        font-size: 37px;
    }

    .medium {
        font-size: 30px;
        line-height: 1.2;
        display: inline-block;
    }

    #row2 h2 {
        padding: 0 0.5em;
    }

    .start .anchorstart {
        margin: 60px auto;
    }

    .einleitungstext {
        width: 100%;
    }

    #indeed {
        right: 10px;
        top: 10px;
    }

    #indeed img {
        width: 100px;
    }
}

@media (max-width: 540px) {
    #reasons br,
    #eignungstest strong br {
        display: none;
    }

    #eignungstest,
    #eignung_auswertung {
        padding: 1.5em;
    }

    #eignungstest span {
        width: 25px;
        height: 25px;
    }

    .header-logo {
        margin: 0 auto 4vw;
    }

    .header-logo img {
        width: 80%;
    }

    #row2 {
        padding: 2em 0;
    }

    #eignungstest span {
        display: none;
    }

    #eignungstest strong {
        margin: 0 0 10px;
        width: 100%;
    }

    #row2 .info {
        width: 95%;
    }

    #stellenangebot1,
    #stellenangebot2,
    #stellenangebot3,
    #vorteile {
        padding: 20px 20px;
    }

    #indeed img {
        width: 80px;
    }

    #colorbox #cboxLoadedContent {
        padding: 20px 0;
    }
      #row2 .info.fullwidth{
        margin: 0 30px 30px;
          width: calc(100% - 60px);
          
    }
}
