@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #003c6a;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background-color: #f1f1f1;
    -webkit-print-color-adjust: exact;
}

p {
    padding-bottom: 1rem;
    text-align: center;
}

h1 {
    font-size: 1.75em;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 1.5rem;
    color: #00a9e3;
    text-align: center;
}

h1 span {
    font-weight: 400;
    color: #003c6a;
    font-size: 0.7em;
}

h2 {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

h3 {
    margin: 0;
    line-height: 1.5;
    font-size: 1em;
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle;
}

a {
    color: #003c6a;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    padding: 0rem 0rem 0rem 0rem;
    list-style-image: url();
    list-style: none;
}

li {
    padding-left: 1rem;
}

li::before {
    content: "•";
    display: inline-block;
    font-size: 1rem;
    position: relative;
    float: left;
    top: -0.05rem;
    margin-left: -1rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.frame-outer {
    position: relative;
    padding: 0;
    max-width: 720px;
    margin: 1.3rem auto;
    background-color: #FFF;
    border: 0.02rem solid #A7A9A4;
    box-shadow: -0.1rem 0.1rem 1rem #999;
    font-size: 0.875em;
}

.header {
    padding: 0rem 0rem 1.5rem;
}

.logo {
    padding: 1rem 4%;
}

.content {
    padding: 0rem 0rem 0rem;
}

.content p {
    padding-left: 4%;
    padding-right: 4%;
}

.content>div {
    padding: 1rem 4%;
    position: relative;
}

.content .box-content1 {
    background-color: #003c6a;
    color: #fff;
}

.content .box-content1:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #003c6a transparent transparent;
    position: absolute;
    left: calc(50% - 0.75rem);
    bottom: -0.75rem;
}

.content .box-content2 {
    padding: 2rem 4%;
}

.content .box-content3 {
    background-color: #8a95a6;
    color: #fff;
}

.content .box-content3::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    left: calc(50% - 0.75rem);
    top: 0;
}

.content .box-content3:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: rgba(138, 149, 166, 0.97) transparent transparent;
    position: absolute;
    left: calc(50% - 0.75rem);
    bottom: -0.75rem;
}

.last-txt-content {
    position: relative;
    border-top: 1px solid #8a95a6;
    padding-top: 2rem;
}

.last-txt-content::after,
.last-txt-content::before {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 0.75rem);
    width: 0;
    height: 0;
    border-style: solid;
}

.last-txt-content::before {
    border-color: #8a95a6 transparent transparent transparent;
    top: 0;
    border-width: 0.75rem;
}

.last-txt-content::after {
    border-color: #fff transparent transparent transparent;
    top: -1px;
    border-width: 0.75rem;
}

.footer {
    padding: 0rem 0rem 0rem;
    border-top: 0.5rem solid #8a95a6;
    color: #fff;
    background-color: #003c6a;
    text-align: center;
}

.footer a {
    color: #fff;
}

.footer p {
    padding-top: 1rem;
}

.footer p small {
    font-size: 95%;
}


/* slideshow-3-bilder */

.slider-wrap {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
}

.slider-wrap::before {
    content: '';
    width: 100%;
    height: 4rem;
    background: url('//anzeigen.jobsintown.de/job/files/1403625/top-slider.png') no-repeat top left;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 0;
}

.slideshow-3-bilder {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.slideshow-3-bilder li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: image-3-bilder 18s ease-out infinite;
    animation: image-3-bilder 18s ease-out infinite;
}

@keyframes image-3-bilder {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }
    3% {
        transform: translateX(0);
    }
    33.33333% {
        transform: translateX(0);
    }
    36.33333% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(-100%);
        opacity: 1;
    }
}

@-webkit-keyframes image-3-bilder {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }
    3% {
        transform: translateX(0);
    }
    33.33333% {
        transform: translateX(0);
    }
    36.33333% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(-100%);
        opacity: 1;
    }
}

.slideshow-3-bilder li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slideshow-3-bilder li:nth-child(1) span {}

.slideshow-3-bilder li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow-3-bilder li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

.slider-wrap ul.slideshow-3-bilder {
    margin: 0;
    padding: 0;
}

.slider-wrap li::before {
    display: none;
}


/* end slideshow-3-bilder */
.refnr {}

.apply {}
