/*** respons_1 created by nordicweb.com ***/

/* === START of EINBINDEN DER FONT === */
/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local(''),
        url('/fonts/open-sans/open-sans-v29-latin-300.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/open-sans/open-sans-v29-latin-300.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('/fonts/open-sans/open-sans-v29-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/open-sans/open-sans-v29-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('/fonts/open-sans/open-sans-v29-latin-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/open-sans/open-sans-v29-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local(''),
        url('/fonts/open-sans/open-sans-v29-latin-italic.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/open-sans/open-sans-v29-latin-italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* bree-serif-regular - latin */
@font-face {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('/fonts/bree-serif/bree-serif-v17-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/bree-serif/bree-serif-v17-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* === END of EINBINDEN DER FONT === */
div#overlay {
    position: fixed;
    background: black;
    height: 100%;
    width: 100%;
    top: 0;
}

div#lightbox {
    position: fixed;
    top: 0;
}

/* === START of BODY & ALLGEMEINE AUSZEICHNUNGEN === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
}

body,
table {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #363636;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Bree Serif", Helvetica, Roboto, Arial, sans-serif;
}

h1 {
    font-size: 4rem;
}

.page_149720 h1 {
    font-size: 4.5rem;
}

h2 {
    font-size: 2rem !important;
}

.row.small-12.columns h2 {
    background: #e04c10;
    color: white !important;
    padding: 0.3rem;
}

.row.small-12.columns h2 span {
    color: white !important;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 3.5rem;
}

h6 {
    font-size: 4.5rem;
}

p {
    margin-bottom: 20px;
    line-height: 30px;
    text-align: justify;
}

.content .button {
    background-color: #e14a00;
    font-family: "Bree Serif", Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px;
    padding: 15px 25px;
    margin: 0;
}

.content .button:hover,
.content .button:active {
    background-color: #b93d01;
}

a {
    text-decoration: none;
}

/* === END of BODY & ALLGEMEINE AUSZEICHNUNGEN === */

/* === START of HEADER & LOGO === */
.header {
    margin-bottom: 4rem;
}

.header .background {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    z-index: -100;
    background-color: white;
}

.top_bar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: rgb(0 0 0 / 53%);
    border-top: 5px solid #e14a00;
    padding: 0 20px;
}

.menu {
    float: right;
    width: 80%;
    text-align: right;
}

.menu ul {
    margin: 0;
}

.menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
}

ul .sub_menu li {
    display: block;
    text-align: initial;
}

.menu ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 1rem;
    display: block;
    transition: all 500ms ease;
    margin-top: 1.3rem;
}

.menu ul li ul li a {
    padding: 14px 0;
}

ul.sub_menu {
    position: absolute;
    /* top: 100%; */
    background-color: rgb(120 120 120);
    display: none;
}

.menu ul li:hover ul.sub_menu {
    display: block;
}

.header .menu .active > a,
.header .menu a:hover {
    background-color: transparent;
    color: #e14a00;
}

.toggle_menu {
    float: right;
    width: 70%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 35px 0;
    font-size: 20px;
    display: none;
}

.logo {
    float: left;
    width: 20%;
    height: 100px;
    padding-top: 50px;
}

.europawahl {
    border: transparent 1px solid;
    background: #e14a00;
    border-radius: 15px;
    height: 45px;
    transition: all 500ms ease;
}

.europawahl:hover {
    border: #e14a00 1px solid;
    background: transparent;
    border-radius: 15px;
    color: #e14a00;
}

.europawahl a {
    padding: 10px 20px 0px 20px !important;
}

.europawahl:hover > a {
    color: #e14a00;
}

.logo img {
    width: 100%;
}

.header_box {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: url('/files/1901959/style/img/schreibmaschinenblatt.png'); */
    padding: 20px 50px;
    color: #fff;
    width: 560px;
    text-align: center;
    background-repeat: no-repeat;
    background: rgba(224, 76, 16, 0.55);
}

.header .parallax {
    opacity: 0.7;
}

.header_box h2 {
    font-size: 7rem;
    margin: 0;
    text-transform: uppercase;
}

.header_box h3 {
    font-size: 4rem;
}

.header_box h4 {
    font-size: 1.8rem;
    margin: 0;
}

.header_box hr {
    color: #fff;
    margin: 0 auto 20px;
    width: 100px;
    border: 1px solid #fff;
}

/* === END of HEADER & LOGO === */

/* === START of SLIDESHOW === */
#slideshowPlanD {
    position: relative;
    width: 100%;
    height: 100%;
}

#slideshowPlanD > div {
    width: 100%;
    position: absolute;
}

#slideshowPlanD > div img {
    width: 100%;
    object-fit: cover;
    position: absolute;
}

#slideshow {
    position: relative;
}

#slideshow .picture:first-child {
    position: relative !important;
    display: block !important;
}

#slideshow .picture {
    position: absolute;
    top: 0;
    left: 0;
}

.full-width-slideshow-bg {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
}

.slideshow {
    margin: 0 auto;
    max-width: 100%;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

/* === END of SLIDESHOW === */

/* === START of CONTENT === */
.module_textblock {
    position: relative;
    overflow: hidden;
    background: white;
    margin-top: 3rem;
    max-width: 75rem;
    margin: 0 auto;
}

.typewriter {
    background: url(/files/1901959/style/img/schreibmaschine_neu.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.content .row {
    margin: 2rem auto;
}

.page_149679 .content .row {
    margin: 100px auto 2rem auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.row.small-12.columns {}

.row.small-12.columns {
    max-width: 75rem;
    margin: 0 auto;
}

.content .parallax_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
}

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: 120%;
    background-size: cover;
    background-position: center;
    display: none;
}

/* Ueber uns */
.ueber_uns {
    padding: 0 20px;
}

.ueber_uns .small-12 {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 40px 75px;
}

.ueber_uns span {
    font-weight: bold;
    font-style: italic;
    color: #e14a00;
}

/* Boxes */
.boxes .small-12.medium-4.columns {
    cursor: pointer;
}

.boxes {
    padding: 0 5px;
}

.boxes .columns {
    overflow: hidden;
    margin-bottom: 2rem;
}

.boxes .img {
    height: 350px;
    overflow: hidden;
    position: relative;
}

.boxes .img img {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 2s ease;
    object-fit: cover;
    object-position: top;
}

.boxes .small-12:hover .img img {
    transform: translate(-50%, -50%) scale(1.2);
}

.boxes .content {
    background-color: #e7e7e7;
    padding: 30px 40px;
    text-align: center;
    height: 100%;
}

.boxes .content h2 {
    background-color: #e14a00;
    color: #fff;
    padding: 0 0 5px;
    line-height: 30px;
    height: 4.8rem;
    display: flex;
    font-size: 1.8rem !important;
    align-items: center;
    justify-content: center;
}

.boxes .content p {
    text-align: center;
    margin: 0;
}

/* Multikulturalismus */
.multikulturalismus {
    color: #fff;
    padding: 0px 20px;
}

.multikulturalismus .row .row {
    margin: 0 auto;
}

.multikulturalismus .small-12:nth-child(1) {
    text-align: center;
}

.multikulturalismus h2 {
    display: inline-block;
    background-color: #fff;
    margin-bottom: 50px;
    padding: 0 20px 5px;
    color: #e14a00;
    line-height: 30px;
}

.multikulturalismus h3 {
    text-align: left;
    font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

.multikulturalismus img {
    width: 100%;
    margin-bottom: 20px;
}

.multikulturalismus .medium-4 {
    padding: 40px;
    margin-bottom: 20px;
}

.multikulturalismus .medium-8 {
    padding: 40px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.3);
}

p.name_plan {
    font-size: 20px;
    text-align: center;
    padding: 20px;
}

p.name_plan a {
    color: #e14a00;
}

.page_149723 .header .parallax_box .parallax {
    background-image: url("/files/1901959/style/img/Screenshot_20190130-221954_Gallery.jpg") !important;
}


.schreibmaschine {
    font-family: courier;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
}

.bigger {
    font-weight: bold;
    font-size: 1.3rem;
}

.row.schreiben1 {
    margin-bottom: 0;
}

.row.schreiben2 {
    margin-top: 0;
}

.row.schreiben1 img {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

.italic {
    font-style: italic;
}

h2.schreibmaschine_h2 {
    font-family: courier;
    margin-bottom: 0;
}

.text-inner {
    height: 7rem;
    width: 100%;
}

.text-inner p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

span {
    display: block;
}

.quote span:first-of-type {
    font-style: italic;
    font-family: book antiqua, palatino !important;
    font-size: large;
}



p.history {
    font-family: courier new, courier;
    font-size: large;
    text-align: justify;
}

p.history img {
    border: 1px solid black;
}

span.nachweis {
    font-family: courier new, courier !important;
    font-size: small;
}

a {
    color: black;
}

/* === END of CONTENT === */

/* === START of FOOTER === */
div.foot {
    display: none;
}

div.foot_inner {
    position: relative;
    font-size: 11px;
}

div.foot,
div.foot a {
    color: #666;
}

br[style] {
    display: none;
}

.footer .menu {
    display: none;
}

/* === END of FOOTER === */

/* === START of CONTENT-INNER-FOOTER === */
.footer {
    background-color: #e7e7e7;
    text-align: center;
}

.footer .row {
    padding: 75px 0;
}

.footer strong {
    color: #e14a00;
    font-size: 18px;
}

.footer a {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    margin: 0 20px;
}

.siteCreated {
    background-color: #fff;
    padding: 20px 0;
}

.siteCreated a {
    font-size: 14px;
    margin: 0;
    color: #e14a00;
    text-transform: none;
}

/* === END of CONTENT-INNER-FOOTER === */

/* === START of MEDIA QUERIES === */
@media screen and (max-width: 1086px) {
    .content h2 {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 1072px) {
    .toggle_menu {
        display: block;
    }

    .header .menu {
        opacity: 0;
        position: absolute;
        width: 0;
        top: 100%;
        left: 100%;
        transition: all 500ms ease;
        pointer-events: none;
        overflow: hidden;
    }

    .header .menu.show {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -10;
        left: 0%;
        pointer-events: auto;
        width: 100%;
    }
}

@media screen and (max-width: 638px) {
    .content h2 {
        font-size: 2rem;
    }

    .boxes .img img {
        height: auto;
        width: 100%;
    }

    .footer strong {
        margin-bottom: 20px;
        display: block;
    }

    .boxes .img {
        height: 300px;
    }

    .boxes .content h2 {
        font-size: 1.6rem !important;
    }
}

@media screen and (max-width: 480px) {
    .header_box {
        width: 90%;
        text-align: center;
        padding: 20px 0px;
    }

    .header_box h2 {
        font-size: 4.6rem;
    }

    .header_box h3 {
        font-size: 3rem;
    }

    .header_box h4 {
        font-size: 1.35rem;
    }

    .logo {
        width: 30%;
    }

    .footer a {
        display: block;
        margin-bottom: 10px;
    }

    .menu ul li {
        display: block;
    }

    .ueber_uns .small-12 {
        padding: 40px;
    }

    .multikulturalismus .medium-4,
    .multikulturalismus .medium-8 {
        padding: 40px 20px 0;
    }

    .parallax {
        top: 0 !important;
    }
}



/* fuer alle Smartphones */
@media only screen {
    .logo {
        width: 55%;
        height: 66px;
        padding-top: 40px;
    }

    .toggle_menu {
        width: 30%;
        padding: 25px 0;
        font-size: 20px;
    }

    .header_box h2 {
        font-size: 4.2rem;
    }

    .header_box h4 {
        font-size: 1.1rem;
    }
}

/* Tablet Hochformat */
@media only screen and (min-width: 40.063rem) {
    .header .background {
        height: 56vh;
    }

    .logo {
        width: 33%;
        height: 95px;
        padding-top: 50px;
    }

    .toggle_menu {
        width: 11%;
    }

    .header_box h2 {
        font-size: 4.6rem;
    }

    .header_box h4 {
        font-size: 1.35rem;
    }

    .boxes .small-12.medium-4.columns {
        width: 50%;
    }

    .boxes .content h2 {
        font-size: 1.6rem !important;
    }

    .quote {
        padding-left: 2rem;
        padding-right: 2rem
    }


    p.quote_home {
        padding-left: 15rem;
    }
}

/* Smartphones im Querformat */
@media only screen and (min-width: 40.1rem) and (max-width: 51.483rem) and (orientation: landscape) {
    .header_box {
        top: 45%;
    }

    .header .background {
        height: 92vh;
    }

    .logo {
        width: 33%;
        height: 95px;
        padding-top: 60px;
    }

    .boxes .content h2 {
        font-size: 1.3rem !important;
    }
}

/* Tablets Querformat */
@media only screen and (min-width: 50.063rem) and (max-width: 64rem) and (orientation: landscape) {
    .logo {
        width: 27%;
        height: 95px;
        padding-top: 43px;
    }

    .boxes .small-12.medium-4.columns {
        width: 33.33333%;
    }

    .boxes .content h2 {
        font-size: 1.4rem !important;
    }

    .quote {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

/* Normaler PC-Monitor */
@media only screen and (max-width: 64.063em) {}

/* fuer Standardbildschirme */
@media only screen and (min-width: 64.1rem) {
    .header .background {
        height: 60vh;
    }

    .logo {
        width: 20%;
        height: 100px;
        padding-top: 50px;
    }

    .toggle_menu {
        width: 70%;
    }

    .boxes .small-12.medium-4.columns {
        width: 33.33333%;
    }

    .quote {
        padding-left: 4rem;
        padding-right: 4rem
    }

    p.quote_home {
        padding-left: 22rem;
    }
}

/* fuer Grosse Bildschirm */
@media only screen and (min-width: 90rem) {}



/* === END of MEDIA QUERIES === */
