@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-sans-v15-latin-regular.eot');
    src: url('../fonts/nunito-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-sans-v15-latin-regular.woff2') format('woff2'), url('../fonts/nunito-sans-v15-latin-regular.woff') format('woff'), url('../fonts/nunito-sans-v15-latin-regular.ttf') format('truetype'), url('../fonts/nunito-sans-v15-latin-regular.svg#NunitoSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/nunito-sans-v15-latin-600.eot');
    src: url('../fonts/nunito-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-sans-v15-latin-600.woff2') format('woff2'), url('../fonts/nunito-sans-v15-latin-600.woff') format('woff'), url('../fonts/nunito-sans-v15-latin-600.ttf') format('truetype'), url('../fonts/nunito-sans-v15-latin-600.svg#NunitoSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-sans-v15-latin-700.eot');
    src: url('../fonts/nunito-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-sans-v15-latin-700.woff2') format('woff2'), url('../fonts/nunito-sans-v15-latin-700.woff') format('woff'), url('../fonts/nunito-sans-v15-latin-700.ttf') format('truetype'), url('../fonts/nunito-sans-v15-latin-700.svg#NunitoSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/nunito-sans-v15-latin-900.eot');
    src: url('../fonts/nunito-sans-v15-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-sans-v15-latin-900.woff2') format('woff2'), url('../fonts/nunito-sans-v15-latin-900.woff') format('woff'), url('../fonts/nunito-sans-v15-latin-900.ttf') format('truetype'), url('../fonts/nunito-sans-v15-latin-900.svg#NunitoSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s ease-out;
}

a.gruen,
.gruen,
li strong {
    color: #86BC24;
    font-weight: bold;
}

a.web {
    color: #8cd000;
    font-weight: bold;
    text-decoration: underline;
}

a.web:hover {
    color: #8cd000
}

a.mail {
    color: #323a45;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

a.mail:hover {
    color: #8cd000;
}

.line p {
    margin: 0 !important;
    padding: 0;
}

.line {
    line-height: 1.2;
    margin-bottom: 30px
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #005e68;
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: auto;
    padding: 0;
    background-color: #fff;
}

p {
    margin: 1rem 0;
}

span {
    white-space: nowrap
}

.margin {
    margin: 0 0 1.5rem;
}

h1 {
    color: #1B5D67;
    font-size: 2.5rem;
    margin: 1.25rem 0 2.5rem;
    font-weight: 900;
    line-height: 1.2;
}

h2 {
    color: #fff;
    font-weight: 600;
    font-size: 1.437rem;
    margin: 2rem 0 1rem
}

h3 {
    font-size: 1.187rem;
    margin: 0 0 .625rem;
    font-weight: 900
}

h4 {
    font-size: 1.187rem;
    line-height: 1.26;
    margin: 1.875rem 0 1rem;
    font-weight: 900;
}

h5 {
    color: #002f55;
    font-size: 1.187rem;
    line-height: 1.26;
    margin: 0 0 0.937rem;
    font-weight: 900;
}

ul {
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.5rem;
    line-height: 1;
    color: #8cd000;
    font-family: "Arial", sans-serif
}

header {
    margin: 0 auto 1.25rem;
    padding: 0;
    display: block;
    width: fit-content;
}

article {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.left {
    width: 70%;
    margin: 0 0.9375rem 1.5rem 0;
}

.right {
    width: 30%;
    color: #fff;
    position: relative;
    top: -11.75rem;
}

a.button {
    background-color: #8cd000;
    font-size: .812rem;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: .312rem 1.062rem;
    border-radius: 2.437rem;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
}

.logo_from_katolische {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: .625rem;
}

.infos {
    margin-bottom: 1.875rem
}

.infos p {
    display: flex;
}

.infos p span {
    width: 6.25rem
}

.aside {
    background-color: #1B5D67;
    padding: 2.5rem 2.187rem;
    margin-bottom: 3.5rem;
}

a.email {
    color: #323a45;
}

a.email:hover,
a.color,
a.email_one {
    color: #8cd000;
}

a.green_btn {
    background-color: #8cd000;
    color: #fff;
    font-weight: bold
}

.aside a {
    color: inherit;
}

.about p {
    flex-direction: row;
    align-items: center;
    margin: 0 0 .625rem;
}

p .top {
    top: .375rem;
    position: relative;
}

i {
    font-size: .937rem;
    margin-right: .625rem;
}

.fa-file-pdf {
    margin-right: .812rem;
    font-size: 1.187rem;
}

.fa-link,
.fa-location-dot {
    font-size: .812rem;
}

.fa-location-dot {
    margin-right: .937rem;
    color: #033152;
    text-shadow: -.125rem 0 #fff, 0 .125rem #fff, .125rem 0 #fff, 0 -.125rem #fff;
}

.fa-location-dot:hover {
    cursor: pointer;
    font-size: 1.125rem;
    margin: 0 .812rem 0 0;
}

.fa-link {
    transform: rotate(75deg)
}

a.red:hover i,
a.red:hover {
    color: #f36;
    text-shadow: none;
    transition: color .2s ease-out;
}

a.bewerben {
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    padding: 11px 55px;
    line-height: 1.1;
    background-color: #8cd000;
    transition: all .2s ease-out;
    margin: 2.5rem auto 1.25rem;
    display: block;
    width: fit-content;
}

a.bewerben:hover {
    background: #8ABD31;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    padding-top: 1.875rem;
    height: 450;
    overflow: hidden;
}

.iframe-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 69%;
    column-gap: 2rem;
    align-items: center;
    padding: 0 0 2rem
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h1 {
        font-size: 2rem;
        margin: 1rem 0;
    }

    h2 {
        font-size: 1.375rem;
    }

    h1,
    h4 {
        margin: 1rem 0
    }

    h3,
    .infos,
    .aside {
        margin: 0 0 1rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    ul li {
        padding-left: 1rem;
    }

    ul li:before {
        margin-left: -1rem;
    }

    header {
        margin: 0 auto 1rem;
    }

    .left {
        margin: 0 0.9375rem 1rem 0;
    }

    .right {
        top: -11.75rem;
    }

    .infos p span {
        width: 5.625rem
    }

    .aside {
        padding: 1rem;
    }

    a.bewerben {
        margin: 1rem auto 0;
    }
}

@media only screen and (max-width: 46.875rem) {
    h1 {
        font-size: 1.75rem
    }

   
    h2,
    h5,
    footer p {
        text-align: center
    }

    header {
        margin: 0 auto
    }

    article {
        display: block;
    }

    .aside {
        margin: 0 0 1rem
    }

    .left,
    .right {
        width: 100%;
    }

    .right {
        top: 0
    }

    .about p {
        display: block;
        margin: 0 auto.625rem;
        text-align: center
    }

    footer {
        width: 100%;
        padding: 1rem 0 0;
        flex-direction: column;
        align-items: center
    }

    .section_bottom {
        width: 100%
    }
    .gruen{
        white-space: normal
    }
}

@media only screen and (max-width: 23.5rem) {
    a.bewerben {
        width: 100%
    }
}