/* CSS Document */

* {
    margin: 0;
    padding: 0;
    border: none;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}


body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #000;
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
    width: 1px;
    min-width: 100%;
}
img {
    border: none;
}
ul {
	margin: 0 0 0 14px;
	padding: 0 0 0 5px;
}
li {
    margin: 0 0 5px 0;
	padding: 0;
}
.s1 {
	display: inline;
	font-weight: bold;
	color: #ff002d;
}

a,
a:visited,
a:hover {
	color: #ff002d;
	text-decoration: none;
}
.link a {
    color: #fff;
	text-decoration: none;
}
.link a:hover {
    color: #fff;
	text-decoration: none;
}

.link-mail {
    margin-top: 5px;
}

/* --------------- Container --------------- */
#mg_template {
	width: 608px;
    max-width: 100%;
	margin: 0 auto;
	padding: 0;
    overflow: hidden;
}
/* ------------- Hauptelemente ------------- */
#mg_template .content {
    padding: 31px 25px 0 25px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
}
#mg_header #img {
    background-color: #fff;
}

#mg_template > div {
    position: relative;
}

h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #ff002d;
	padding: 14px 0 5px 0;
    margin-bottom: 15px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#subtitel {
	padding: 0 0 28px 0;
}
.box_element {
	padding-bottom: 28px;
}
.left {
	float: left;
	width: 260px;
    max-width: 100%;
	display: block;
	margin-bottom: 28px;
}
.right {
	margin-left: 278px;
    max-width: 100%;
	display: block;
}
.clear {
	clear: both;
}
#mg_footer {
	position: relative;
	width: 568px;
    max-width: 100%;
	margin-top: 20px;
    display: inline-block;
}

.footer_logo {
    float: right;
}

.kontakt {
    width: 56%;
    max-width: 100%;
    float: left;
    min-height: 110px;
}
.kontakt img {
	float: left;
	padding: 5px 10px 5px 0;
}
.logo {
    bottom: 0;
    float: right;
	position: absolute;
    right: 0;
	width: 183px;
	text-align: right;
}

.logo img {
    max-width: 100%;
    height: auto;
}

#tools {
	background-color: #bcbcbc;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    height: 85px;
    margin-top: 12px;
    padding: 10px 35px 21px;
}

#tools-inner-center {
    margin: 0 auto;
    max-width: 100%;
    width: 550px;
}

.tools-title {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    color: #fff;
    font-size: 12px;
}

.share-box {
    float: left;
    margin-right: 20px;
}

#share-box-icons {
    display: none;
}

#share,
#fallow,
#print {
    float: left;
}

#share img,
#fallow img,
#print img {
    width: auto;
}

#share {
    width: 100px;
    position: relative;
}

#fallow {
    width: 192px;
}

#print-box {
    float: left;
}

.link {
	float: left;
    padding-right: 20px;
}

.link.mail {
    margin-top: 5px;
}

.icon {
	padding-top: 5px;
}

.social-toggle {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bcbcbc;
    bottom: 60px;
    box-sizing: border-box;
    display: none;
    float: left;
    left: -10px;
    padding: 20px 0 0 20px;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 135px;
}

.sharebox-pointer {
    bottom: -11px;
    position: absolute;
    left: 10px;
}

.social-toggle > a {
    float: left;
    margin: 0 20px 20px 0;
}

#icon-weiterleitung {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.icon-facebook,
.icon-xing,
.icon-linkedin {
    float: left;
}

#icon-whatsapp {
    display: none;
}

.bewerben {
	position: relative;
    float: right;
    background: #bcbcbc url(icon-apply.png) no-repeat right center;
    background-size: 45px 41px;
}

.bewerben a {
    color: #fff;
    float: right;
    font-weight: bold;
    padding: 10px 60px 10px 15px;
    text-decoration: none;
}

/* ------------- Accordeon ------------- */

.accordion-title {
    margin: 20px 0 10px;
}

.st-accordion {
	width: calc(100% + 16px);
	min-width: 270px;
	display: block;
	position: relative;
	float: left;
	margin: 0 0 15px -13px;
}
.st-accordion ul {
	border-top: 1px solid #ff002d;
	padding: 0;
}
.st-accordion ul li {
	border-bottom: 1px solid #ff002d;
	overflow: hidden;
	padding-top: 12px;
	padding-bottom: 10px;
    min-height: 20px;
}
.st-accordion ul li:first-child {
	border-top: none;
}
.st-accordion ul li > a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 0 45px;
    transition: all 0.3s ease 0s;
	display: block;
	position: relative;
	line-height: 17px;
	outline: none;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.st-accordion ul li > a span {
	background: transparent url(down.png) no-repeat center center;
	background-size: 26px 14px;
	text-indent: -9000px;
	width: 26px;
	height: 14px;
	position: absolute;
    top: calc(50% + 2px);
	left: 0;
	margin-top: -7px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover span {
	opacity: 1;
	right: 10px;
}
.st-accordion ul li.st-open > a {
	color: #000;
}
.st-accordion ul li.st-open > a span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 10px;
	opacity: 1;
}
.st-content {
    padding: 20px 0 56.25% 45px;
    position: relative;
    height: 0;
    overflow: hidden;
}

.st-content iframe {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border: none;
}

.afs_ads {
    display: none;
}

.footer_logo {
    bottom: 0;
    position: absolute;
    right: 20px;
}

@media screen and (max-width: 608px) {
    #mg_header > img {
        max-width: 100%;
        height: auto;
    }

    #mg_template .content {
        padding: 31px 20px 20px;
    }

    .left {
        width: calc(50% - 10px);
        padding-right: 10px;
    }

    .right {
        width: calc(50% - 10px);
        padding-left: 10px;
        float: left;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .clear {
        width: 100%;
    }

    .logo {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 20px;
        display: inline-block;
        margin-left: 0;
        float: right;
    }

    .logo > img {
        float: right;
    }

    #logo_fws {
        float: left;
    }

    #tools {
        padding: 10px 20px;
        height: auto;
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
    }

    #tools-inner-center {
        width: 340px;
    }

    #tools .icon img,
    #share img {
        max-width: 35px;
        max-height: 35px;
    }

    #tools .icon .footer_logo > img {
        height: auto;
        max-width: 200px;
        max-height: 100px;
    }

    #share {
        width: 90px;
    }

    #fallow {
        width: 171px;
    }

    .footer_logo {
        bottom: auto;
        float: left;
        margin-top: 20px;
        position: relative;
        right: auto;
        width: 100%;
    }

    .link.mobile {
        display: none;
    }

    .st-accordion ul li > a {
        font-size: 11px;
        line-height: 13px;
    }

    .link {
        padding-right: 15px;
    }

    #icon-weiterleitung {
        margin-right: 15px;
    }

    .bewerben {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .social-toggle {
        width: 103px;
        padding: 10px 0 0 10px;
    }

    .social-toggle > a {
        margin: 0 10px 10px 0;
    }

    #mg_footer {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 500px) {
    .left {
        width: 100%;
        padding-right: 0;
    }

    .right {
        width: 100%;
        padding-left: 0;
    }

    .kontakt {
        width: 100%;
    }

    h1 {
        font-size: 20px;
        line-height: 23px;
    }

    .logo {
        float: left;
        width: 100%;
    }

    .logo > img {
        max-width: 140px;
        float: left;
    }

    .footer_logo > img {
        max-width: 120px;
    }

    #icon-whatsapp {
        display: inline-block;
    }

    #print {
        display: none;
    }

    #tools-inner-center {
        width: 300px;
    }
}