* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #545c60;
    line-height: 18px;
    max-width: 820px;
    min-width: 240px;
    margin: 0 auto;
}

img {
    height: auto;
    max-width: 100%;
}

ul {
    margin: 0 0 0 14px;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

a {
    color: #545c60;
    text-decoration: underline;
}

a:hover {
    color: #545c60;
    text-decoration: underline;
}

h1 {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #1e315f;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #1e315f;
    padding-bottom: 8px;
}

/* --------------- Container --------------- */
#maincontainer {
    width: 100%;
    text-align: left;
}

/* ------------- Hauptelemente ------------- */
#header {
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    min-height: 65px;
}

#header.fxd {
    width: 100%;
    z-index: 1000;
    margin: 0 auto;
    max-width: 820px;
    min-width: 240px;
    left: 0;
    right: 0;
}

#header_box {
    position: relative;
    padding: 14px 10px 14px 25px;
}

#logo img {
    display: block;
    height: 48px;
}

#sticky_header {
    position: fixed;
    top: -160px;
    background-color: #e7e9eb;
    max-width: 820px;
    width: 100%;
    z-index: 500;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
}

.show_header #sticky_header {
    top: 76px;
}

.sticky_header_content {
    padding: 10px 25px;
}

.sticky_header_content h1 {
    font-size: 20px;
    line-height: 24px;
}

/* --- Content --- */
#stelle {
    position: relative;
    padding: 18px 25px 0 25px;
}

.row {
    padding: 0;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.col {
    float: left;
    display: block;
    margin-left: 3%;
}

.col:first-child {
    margin-left: 0;
}

.col2 {
    width: 48.5%;
}

#title {
    padding-bottom: 2px;
}

#subtitle {
    color: #1e315f;
}

.intro {
    padding: 16px 0 38px 0;
}

#stelle .row li {
    padding-bottom: 6px;
}

.full_width {
    margin: 14px -25px 0 -25px;
}

.colorbox {
    color: #1e315f;
    background-color: #e7e9eb;
}

.colorbox.left {
    padding: 8px 10px 8px 25px;
    min-height: 54px;
}

.colorbox.right {
    padding: 8px 25px 8px 10px;
}

/* --- Benefit --- */
#benefits {
    padding: 18px 25px 0 25px;
    color: #1E315F;
}
#benefits h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
#benefits .row {
    padding-bottom: 18px;
}
#benefit_1 {
    background-color: #f08300;
}
#benefit_2 {
    background-color: #95c230;
}
.benefit_content {
    padding: 0 10px 10px 10px;
    display: none;
}

/* --- Kontakt --- */
#kontakt {
    position: relative;
    padding: 25px 25px 50px;
}

.person {
    float: left;
    width: 100%;
    /* padding: 2px 10px 75px 0;*/
}

.person img {
    display: block;
    height: auto;
    width: 150px;
}

.contact_box {
    padding: 0 0 30px 0;
    display: flex;
    position: relative;
}

.button {
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    background-color: #1e315f;
    color: #fff;
    padding: 13px 44px;
    display: inline-block;
    text-decoration: none;
}

.button:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #1e315f;
}

.clear {
    clear: both;
}

#datenschutz-impressum {
    margin-bottom: 20px;
}

/* --- Map --- */
#map {
    position: relative;
    padding-bottom: 40%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
    margin: 0 0 5px 0;
}
#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}

/* --- Footer --- */
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 500;
    max-width: 820px;
    min-width: 240px;
    margin: 0 auto;
    background-color: #e7e9eb;
}

#footer_inner {
    position: relative;
    padding: 10px 0;
    height: 26px;
}

#buttons {
    margin: 0 25px;
}

#buttons ul {
    margin: 0;
    padding: 0;
}

#buttons li {
    float: left;
    display: block;
    list-style-image: none;
    margin: 0;
    padding: 0 0 0 10px;
}

#buttons li:first-child {
    padding: 0;
}

#buttons img {
    display: block;
    height: 26px;
    width: 26px;
    float: left;
}

#apply {
    position: absolute;
    right: 0;
    top: 0;
}

#whatsapp {
    display: none;
}

#mobile {
    display: none;
}

@media screen and (max-width: 680px) {
    #header {
        min-height: 50px;
    }

    #header_box {
        position: static;
        padding: 0;
    }

    .show_header #sticky_header {
        top: 50px;
    }

    .sticky_header_content {
        padding: 10px 15px;
    }

    .sticky_header_content h1 {
        font-size: 18px;
        line-height: 22px;
    }

    .col {
        margin-left: 0;
    }

    .col2 {
        width: 100%;
        padding-bottom: 18px;
    }

    #logo {
        padding: 10px 0 0 15px;
    }

    #logo img {
        height: 30px;
    }

    .intro {
        padding: 16px 0 20px 0;
    }

    #stelle, #kontakt {
        padding-left: 15px;
        padding-right: 15px;
    }

    .colorbox.left, .colorbox.right {
        min-height: 30px;
        padding: 8px 15px;
    }

    .full_width {
        margin: 0 -15px 0 -15px;
    }

    #buttons {
        margin: 0 15px;
    }

    #kontakt {
        padding-top: 0;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 580px) {
    h1 {
        font-size: 20px;
        line-height: 24px;
        word-wrap: break-word;
    }

    .person {
        float: none;
    }

    #whatsapp {
        display: inline-block;
    }

    .print {
        display: none !important;
    }

    .button {
        padding: 13px;
        font-size: 14px;
    }

    .button {
        width: calc(100% - 15px);
        padding: 13px;
        box-sizing: border-box;
        display:block;
        text-align: center;
    }
    #apply_kontakt .button {
        font-size: 14px;
        line-height: 1.2em;
        padding: 8px;
        width: 100%;
    }

    #footer_inner {
        height: 90px;
    }

    #datenschutz-impressum {
        margin-bottom: 100px;
    }

    #footer #apply {
        float: left;
        margin-left: 15px;
        margin-top: 15px;
        position: relative;
        text-align: center;
        width: calc(100% - 15px);
    }

    #mobile {
        display: inline-block;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .contact_box {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 360px) {
	#apply_kontakt {
		bottom: 51px;
	}
	#apply_kontakt .button {
		font-size: 12px;
		padding: 5px 8px 4px 8px;
	}
}
@media screen and (max-width: 300px) {
	#apply_kontakt {
		display: none;
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (orientation: landscape) {
    html {
        -webkit-text-size-adjust: none;
    }
}