@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000 !important;
}
h1 {
    font-size: 33px;
    font-weight: 400;
    margin-block-start: -30px;
    color: #ffffff !important;
}
h3 {
    font-size: 24px;
    margin-block-end: -15px;
    color: #1C6724;
}
a {
    color: #1C6724;
}
.sub {
    font-size:0.7em;
    vertical-align: sub;
}
.wrapper {
    width: 100%;
    max-width: 980px;
    margin: auto;
    border: 1px solid #999;
    color: #5e5e5e;
    position: relative;
}
.ramseier-pattern {
    background-image: url(../images/ramseier-pattern.png);
    background-size: 100%;
    width: 30px;
    position: absolute;
    z-index: -1;
    min-height: 100%;
}
article p, li {
    color: #000000 !important;
}
/* Logo */
.logo-top {
    padding-left: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.logo-top.color-131, .logo-top.color-132 {
    text-align: right;
    padding-right: 70px;
}
.logo-top img {
    max-width: 150px;
}
/* Mainpic */
.mainpic img {
    display: block;
    width: 100%;
    height: auto;
}
/* Titel / Pensum */
.titel-pensum {
    background-color: #006a3a;
    color: #ffffff;
    margin-top: -6px;
}
.content {
    padding: 80px 70px 17px 70px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.kontakt {
    background-color: #006a3a;
    color: #ffffff;
    padding: 60px 80px 10px 70px;
}
.kontakt h2, p {
    color: #ffffff !important;
}
p.contact-text a {
    color: #fff !important;
}
.btn-bewerben {
    padding: 10px 40px;
    background-color: #cde245;
    color: #006a3a;
    max-width: 245px;
    text-align: center;
    font-weight: bold;
    float: right;
    cursor: pointer;
    transition: 1s;
}
.btn-bewerben:hover {
    box-shadow: 2px 3px 6px 2px #1b1c1d54;
    transition: 1s;
}

.btn-bewerben.whatsapp-bewerben {
    display: flex;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    justify-content: center;
}

.social {
    max-width: 40px;
    float: left;
    margin-right: 6px;
}
/* header */
.header li:first-child {
    margin-left: 43px;
}
.header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: fixed;
    width: 100%;
    z-index: 3;
    max-width: 978px;
    margin-top: -1px;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}
.header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
}
.header li a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
}
.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}
/* menu */
.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}
/* menu icon */
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}
.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 3px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.header .menu-icon .navicon:before {
    top: 6px;
}
.header .menu-icon .navicon:after {
    top: -6px;
}
/* menu btn */
.header .menu-btn {
    display: none;
}
.header .menu-btn:checked ~ .menu {
    max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
.kontakt > div > p > a {
    top: 0;
    position: relative;
    color: #fff;
}
/* 48em = 768px */
@media (min-width: 950px) {
    .header li {
        float: left;
    }
    .header li a {
        padding: 20px 30px;
    }
    .header .menu {
        clear: none;
        float: left;
        max-height: none;
        width: 100%;
        background-color: #EBECEC;
    }
    .header .menu-icon {
        display: none;
    }
}


@media (min-width: 48em) {
    .grid {
        width: 100%;
        position: relative;
        overflow: hidden;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1em 1em;
    }
    .grid div {
        float: left;
        width: 100%;
    }
    .grid.col-2 div {
        width: 50%;
    }
    .grid.col-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.demo .grid {
    margin-bottom: 1em;
}
.demo .grid > div {
    background: #eee;
    padding: 1em;
}
@media screen and (max-width: 50em ){
    li:first-child {
        margin-left: 0;
    }
    .header li a {
        padding: 10px 70px;
    }
}
.anchor a[name="menu"], .anchor a[name="menu1"], .anchor a[name="menu2"], .anchor a[name="menu3"], .anchor a[name="menu4"] {
    position: absolute;
    left: 0;
    top: -230px;
}
a.list-link {
    position: inherit;
}
.anchor {
    position: relative;
    color: #000 !important;
}
.columnWrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-end;
    margin-top: 25px;
    flex-wrap: wrap;
}
.columnWrapper .apply-link div {
    min-width: 232px;
}
.apply-link {
    position: initial !important;
    left: 0;
    top: 0;
    float: right;
}

footer {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    padding: 20px 70px 50px;
    gap: 20px;
}

footer .social-share {
    flex: 1;
    padding: 0;
}
#vorteile {
    color:black;
}
@media screen and (max-width: 950px) {
    footer {
        padding: 20px 30px 50px;
    }
}

@media screen and (max-width: 680px) {
    footer {
        flex-wrap: wrap;
    }

    footer .social-share {
        flex-basis: 100%;
    }
}

.footer-rightside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 20px;
}

.footer-rightside-img {
    max-width: 270px;
}
@media screen and (max-width: 950px) {
    .anchor a[name="menu"], .anchor a[name="menu1"], .anchor a[name="menu2"], .anchor a[name="menu3"], .anchor a[name="menu4"] {
        position: absolute;
        left: 0;
        top: -385px;
    }
    .header li:first-child {
        margin-left: 0;
    }
    h1 {
        font-size: 5vw;
        margin-bottom: 30px;
    }
    .content {
        padding: 80px 30px 17px 30px;
    }
    .header li a {
        padding: 10px 30px;
    }
    .header .menu-icon {
        margin-top: -100px;
    }
    .btn-bewerben {
        float: none;
    }
    .footer-rightside-img {
        display: none;
    }
    a.list-link {
        position: inherit;
    }
    .logo-top.color-131, .logo-top.color-132 {
        text-align: left;
        padding-right: 0;
    }
}
.complete-content {
    position: relative;
}
.europa3000-points {
    margin-top: 30px;
    margin-left: 70px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .kontakt .anchor a {
        position: static;
        text-decoration: none;
    }
}
.content.workplace > div > div > div > article > span {
    display: none !important;
}
@media only screen and (max-width: 547px) {
    .columnWrapper {
        align-items: start;
    }
    .btn-bewerben {
        padding: 10px 15px;
    }
}
