@import url(../../css2_17e10c266b3b34c2.css);

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Jost', sans-serif;
    font-size: 100%;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background: #fff;
    -webkit-print-color-adjust: exact;
}

p {
    padding-bottom: 1rem;
}

h1 {
    font-size: 2rem;
    line-height: 1.0;
    margin: 0 0 1rem;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

h3 {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 1.25rem 0;
    text-transform: uppercase;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    padding: 0rem 0rem 1rem;
    list-style: none;
}

li {
    padding: 0rem 0 0.1rem 0.7rem;
}

li:hover {
    margin-left: 0.5rem;
    transition-duration: .15s;
}

li::before {
    content: "❯";
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1;
    position: relative;
    float: left;
    top: 0.25rem;
    margin-left: -0.7rem;
    color: #E30513;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.frame-outer {
    position: relative;
    width: 800px;
    margin: 1.3rem auto;
    background: #FFF;
    font-size: 0.938rem;
    padding: 0;
    overflow: hidden;
}

.header {
    padding: 0rem 0rem 0rem;
	width: auto;
  	height: auto;
	position:relative;
	overflow: hidden;
	
}

.header img {
	width: 100%;
}

.header h1 {
	text-align: center;
}

.balken {
	position: absolute;
	background-color: rgba(239, 239, 239, 0.9);
	bottom: 0rem;
	z-index: 4;
	width: 100%;
	padding: 1.5rem 0 1.5rem 0;
	text-align: center;
}

.header-overlay {
	position: fixed;
	top: 8rem;
	width: 100%;
	padding: 2rem 5%;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
}

.logo {
    padding: 0.2rem 1rem;
	position: absolute;
	left: 1.5rem;
	top: 1.5rem;
}

.logo img {
    width: 10rem;
}

.content {
    padding: 1.25rem 2rem 0rem;
}

.info {
    text-align: left;
}

.info img {
    width: 1rem;
}

.info span {
    display: inline-block;
    margin-right: 2rem;
}

.flexbox, .flexbox-1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 0 -2rem 1.5rem;
    padding: 2.25rem;
}

.box {
    width: 48%;
    margin-bottom: 1rem;
}

.benefits {
    text-align: center;
    padding-top: 1.5rem;
}

.benefits img {
    width: 7rem;
}

.benefits .box {
    width: 30%;
    margin-bottom: 1.5rem;
}

.benefits span {
    display: block;
    margin-top: 0.5rem;
}

.kontakt {
    padding-left: 15rem;
    position: relative;
}

.kontaktgrau {
	position: absolute;
	background-color:rgba(0, 0, 0, 0.09);
	width: 750px;
	bottom: 28rem;
	left: 1rem;
	height: 6rem;
	padding: 2rem;
	border-radius: 12px;
	
}

.kontakt h4 {
    margin-bottom: 0.5rem;
}

.avatar {
    width: 7rem;
    height: auto;
    border-radius: 10%;
    border: 2px solid #F7F7F7;
    position: absolute;
    left: 2rem;
    top: 0;
}

.avatar:hover, .benefits img:hover {
    opacity: 0.8;
}

.footer {
    padding: 2rem 2rem 1.5rem;
    text-align: center;
	background-color: #E30413;
	color: #fff;
}

.iframe iframe {
    width: 100%;
    border: none;
}

.justifier {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.button {
    text-align: center;
}

.button a {
    color: #fff;
    background: #fff;
    border: 0.1rem solid #E30513;
    display: inline-block;
    padding: 0.625rem 1.5rem;
    font-weight: bold;
	color: #000;
}

.button a:hover {
    text-decoration: none;
    background: #fff;
    color: #E30513;
}

.buttonbalken {
	text-align: center;
	Color: #fff;
	background-color: #bb0310;
	padding: 0.5rem 0.75rem 0.5rem 0.75rem;
	display: inline-block;
	border-radius: 5px;
}

/* Slide 3 */
.slider-wrap3 {
    width: auto;
    height: auto;
    position: relative;
}

.slider-wrap3 .slideshow-3-bilder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slider-wrap3 .slideshow-3-bilder li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    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-bilders 18s linear infinite;
    animation: image-3-bilders 18s linear infinite;
}

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

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

    37% {
        opacity: 1;
    }

    45% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

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

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

    37% {
        opacity: 1;
    }

    45% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.slider-wrap3 .slideshow-3-bilder li {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

.slider-wrap3 .slideshow-3-bilder li:before {
    display: none;
}

.slider-wrap3 .slideshow-3-bilder li:nth-child(1) span {}

.slider-wrap3 .slideshow-3-bilder li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

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

.slider-wrap3 ul.slideshow-3-bilder {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* End Slide 3 */
/* Slide 4 */
.slider-wrap4 {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
}

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

.slideshow-4-bilder li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    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-4-bilder 16s linear infinite;
    animation: image-4-bilder 16s linear infinite;
}

@keyframes image-4-bilder {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }

    1% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(0);
    }

    26% {
        opacity: 1;
        transform: translateX(-100%);
    }

    27% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@-webkit-keyframes image-4-bilder {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }

    1% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(0);
    }

    26% {
        opacity: 1;
        transform: translateX(-100%);
    }

    27% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

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

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

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

.slideshow-4-bilder li:nth-child(3) span {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

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

ul.slideshow-4-bilder {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
    border: 0;
}

.slideshow-4-bilder li::before {
    display: none;
}

/* End Slide 4 */
.refnr {}

.apply {}
