﻿@charset "utf-8";
/* CSS Document */

.sec {
    position: relative;
    overflow: hidden;
    /* BUXI MARGIN OLD SIDEBAR */
    margin-bottom: -1px;
}

/*.blue {
    background: url(https://www.oevp.at/Img/sk-fmb.jpg);
    background-size: auto 102%;
    background-repeat: no-repeat;
    background-position-x: center;
}*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .blue {
        background-size: auto 115%;
    }
}


.white {
    background: #fff;
}

.easter {
    width: 100%;
    height: 0;
    padding-bottom: 8.5968%;
    background: url(../Img/ostern.png) center center no-repeat scroll;
    background-size: contain;
}

@media (max-width: 800px) {
    .easter {
        background: url(../Img/ostern3.png) center center no-repeat scroll;
        background-size: contain;
        padding-bottom: 24.1071%;
    }
}

.gs {
    position: relative;
}

    .gs::before {
        content: " ";
        display: inline-block;
        height: 100%;
        width: 1px;
        vertical-align: middle;
    }

/* RIBBON */
.ribbon {
    position: absolute;
    background: #e43;
    top: auto;
    left: auto;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 0.75;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    font-family: 'geo-med', Arial, sans-serif;
    font-size: 18px;
    font-size: 16px;
}

    .ribbon.magenta {
        background: #ea4f77;
        color: #fff;
    }

    .ribbon.orange {
        background: #f7aa58;
        color: #fff;
    }

    .ribbon.green {
        background: #91b980;
        color: #fff;
    }

    .ribbon span {
        border-bottom: 2px solid #fff;
    }

    .ribbon .ribbon-info {
        display: none;
        position: absolute;
        width: 300px;
        height: auto;
        background: #fff;
        padding: 10px;
        color: #000;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        text-align: left;
        opacity: 1;
        line-height: 120%;
        box-shadow: 0 0 5px 0 #666;
        cursor: default;
    }

    .ribbon:hover, .ribbon-hover {
        opacity: 1 !important;
    }

        .ribbon-hover .ribbon-info {
            display: block;
        }

    .ribbon .ribbon-info h3 {
        font-size: 18px;
        font-weight: 700;
    }

    .ribbon .ribbon-info p {
        font-size: 16px;
        font-family: 'geo-reg', Arial, sans-serif;
    }

    .ribbon .ribbon-info a {
        font-size: 16px;
        font-family: 'geo-reg', Arial, sans-serif;
    }

.jq-ribbon-close {
    border-bottom: none !important;
    position: absolute !important;
    top: 4px !important;
    right: 0 !important;
    color: #000 !important;
    font-size: 150% !important;
}


/* START: INTRO */
.intro {
    width: 100%;
    text-align: center;
    background: rgba(99,194,209,1);
    background: -moz-linear-gradient(left, rgba(99,194,209,1) 0%, rgba(99,194,209,1) 50%, rgba(247,247,247,1) 50%, rgba(247,247,247,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,194,209,1)), color-stop(50%, rgba(99,194,209,1)), color-stop(50%, rgba(247,247,247,1)), color-stop(100%, rgba(247,247,247,1)));
    background: -webkit-linear-gradient(left, rgba(99,194,209,1) 0%, rgba(99,194,209,1) 50%, rgba(247,247,247,1) 50%, rgba(247,247,247,1) 100%);
    background: -o-linear-gradient(left, rgba(99,194,209,1) 0%, rgba(99,194,209,1) 50%, rgba(247,247,247,1) 50%, rgba(247,247,247,1) 100%);
    background: -ms-linear-gradient(left, rgba(99,194,209,1) 0%, rgba(99,194,209,1) 50%, rgba(247,247,247,1) 50%, rgba(247,247,247,1) 100%);
    background: linear-gradient(to right, rgba(99,194,209,1) 0%, rgba(99,194,209,1) 50%, rgba(247,247,247,1) 50%, rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63c2d1', endColorstr='#f7f7f7', GradientType=1 );
}

.intro-h1 {
    display: inline-block;
    font-family: 'knile-bold',Georgia, serif;
    color: #000;
    font-size: 13vw;
    text-align: left;
    vertical-align: middle;
}
/* END: INTRO */


/* START: EVENT */
.event {
    position: relative;
    width: 100%;
}

.event-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*	background:url(../img/event.jpg) no-repeat center center scroll; */
    background: url(../img/event3.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.event-cont {
    position: absolute;
    top: 110px;
    left: 120px;
    width: 460px;
    height: 200px;
    background: #fff;
    padding: 40px;
}

.event-h2 {
    font-size: 38px;
    font-family: 'geo-med',Arial,'sans-serif';
    padding-bottom: 15px;
}

.event-txt {
    color: #666;
    font-family: 'geo-reg',Arial,'sans-serif';
    font-size: 17px;
    line-height: 180%;
}

.event-btn {
    display: block;
    position: absolute;
    top: 160px;
    left: 290px;
    width: 146px;
    height: 56px;
    line-height: 56px;
    background: #63c3d0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'geo-med',Arial,'sans-serif';
    font-size: 17px;
}

@media (max-width: 800px) {
    .event-cont {
        top: 15%;
        left: 50%;
        margin-left: -230px;
    }
}

@media (max-width: 500px) {

    .event-back {
        position: relative;
        bottom: auto;
        height: 0;
        padding-bottom: 70.4%;
    }

    .event-cont {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
        width: 100%;
        background: none;
        padding: 20px;
    }

    .event-h2 {
        font-size: 28px;
    }

    .event-txt {
        font-size: 14px;
    }

    .event-btn {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 15px;
    }
}
/* END: EVENT */

/* START: BANNER */
.banner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.6666%;
}

.banner-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/banner3.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner3 .banner-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/banner2.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-cont {
    position: absolute;
    bottom: 8%;
    left: 8%;
}

.banner-h2 {
    font-family: 'geo-med',Arial,'sans-serif';
    font-size: 137px;
    font-size: 7vw;
    line-height: 110%;
    text-decoration: underline;
    color: #fff;
    text-shadow: 1px 1px 1px #999;
    text-shadow: rgb(0, 0, 0) 1px 1px 7px;
}

.banner-txt {
    font-family: 'knile-reg',Arial,'sans-serif';
    font-size: 120px;
    font-size: 6vw;
    line-height: 110%;
    color: #63c3d0;
    line-height: 120%;
    text-shadow: 0 0 1px #53a3af;
    text-shadow: rgb(0, 0, 0) 1px 1px 7px;
}

.banner-btn {
    display: block;
    width: 350px;
    height: 56px;
    line-height: 56px;
    background: #63c3d0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'geo-med',Arial,'sans-serif';
    font-size: 17px;
    margin-top: 20px;
}

@media (max-width: 1440px) {
    .banner-h2 {
        xfont-size: 103px;
    }

    .banner-txt {
        xfont-size: 90px;
    }
}

@media (max-width: 1279px) {

    .banner-h2 {
        font-size: 6vw;
    }

    .banner-txt {
        font-size: 5vw;
    }
}

@media (max-width: 800px) {
    .banner {
        padding-bottom: 177.7777%;
        padding-bottom: 150%;
    }

    .banner-h2 {
        font-size: 9vw;
    }

    .banner-txt {
        font-size: 8vw;
    }
}

@media (max-width: 500px) {
    .banner-h2 {
        xfont-size: 40px;
    }

    .banner-txt {
        xfont-size: 45px;
    }

    .banner-btn {
        width: 250px;
    }
}
/* END: BANNER */

/* START: VIDEO */
.vid {
    padding: 100px 50px;
    color: #fff;
    font-size: 20px;
    line-height: 150%;
    font-family: 'knile-light',arial,'sans-serif';
}

.vid-full {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
}

.vid-full-quadr {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.vid-f {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
}

.vid-btn {
    display: block;
    width: 100%;
    height: 100px;
    color: #63c3d0;
    text-align: center;
    margin: 50px auto 0 auto;
    line-height: 100px;
    text-decoration: none;
    background: url(../Img/sk-arr.png) 0 center #fff no-repeat scroll;
    background-size: contain;
    padding-left: 115px;
    font-size: 24px;
    font-family: 'geo-med',arial,'sans-serif';
}

    .vid-btn span {
        border-bottom: 2px solid #63c3d0;
    }

.vid h6 {
    font-family: 'geo-med',arial,'sans-serif';
    font-size: 32px;
    line-height: 150%;
    padding-bottom: 10px;
}

@media (max-width: 1439px) {
    .vid {
        font-size: 18px;
        line-height: 120%;
        padding: 50px;
    }

    .vid-btn {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        padding-left: 57px;
    }

    .vid h6 {
        font-size: 24px;
    }
}

@media (max-width: 800px) {
    .vid {
        padding: 25px;
    }

        .vid .float-66 {
        }
}
/* END: VIDEO */



/* START: BANNER2 */
.banner2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.banner2Vid {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.banner2-btn {
    display: block;
    width: 350px;
    max-width: 70%;
    height: 56px;
    line-height: 56px;
    background: #63c3d0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'geo-med',Arial,'sans-serif';
    font-size: 17px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* END: BANNER */

.mod-c {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.mod-arr-l {
    position: absolute;
    right: 0;
    width: 97px;
    height: 97px;
    background: url(../img/arr-c-l.png) center center no-repeat scroll;
}

.mod-arr-r {
    position: absolute;
    width: 97px;
    height: 97px;
    background: url(../img/arr-c-r.png) center center no-repeat scroll;
}

.support a.a-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.support .m-txt {
    width: calc(99% - 50px);
}

.mod-sup, .mod-don {
    position: relative;
    width: 47%;
    margin: 1.5%;
}

.mod-card {
    background: #fff;
    padding: 50px;
    height: calc(100% - 120px);
    margin-top: 120px;
}

.mod-c h5 {
    padding-bottom: 0;
}

.mod-sup h5 {
    text-align: right;
}

.mod-c p {
    font-size: 24px;
}

.mod-c .m-disc {
    width: 100%;
    line-height: 120%;
    font-size: 14px;
}

.txt-field {
    margin-top: 27px;
}

@media (max-width: 1279px) {
    .mod-c p {
        font-size: 20px;
    }

    .mod-c .m-disc {
        font-size: 12px;
    }
}

@media (max-width: 799px) {
    .mod-c {
        flex-direction: column;
        margin-top: 25px;
    }

    .mod-sup, .mod-don {
        width: 100%;
        margin: 0;
    }

    .mod-card {
        background: none;
        margin-top: 70px;
        padding: 0;
    }

    .mod-c h5 {
        text-align: left;
        font-size: 24px;
    }

    .mod-arr-l, .mod-arr-r {
        right: auto;
        background: url(../img/arr-c-r.png) center center no-repeat scroll;
        left: -70px;
        -moz-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        -o-transform: rotate(-50deg);
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
    }
}


/* STANDPUNKTE */
.a-pos {
    display: block;
    position: relative;
    float: left;
    width: calc(48% - 5px);
    width: 100%;
    float: none;
    margin: 3px;
    height: 70px;
    line-height: 70px;
    color: #000 !important;
    text-decoration: none;
    background: #fff;
    border-bottom: 0 !important;
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px !important;
}

    .a-pos:hover {
        color: #fff !important;
        background: #63c3d1;
    }

@media (min-width: 801px) and (max-width: 1100px) {
    .a-pos {
        font-size: 16px;
        padding-left: 20px !important;
    }
}

@media (min-width: 801px) and (max-width: 930px) {
    .a-pos {
        font-size: 13px;
        padding-left: 8px !important;
    }
}

@media (max-width: 500px) {
    .a-pos {
        font-size: 13px;
        padding-left: 8px !important;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
}

@media (max-width: 480px) {
}

/* SECTION MEDIA */


.media-c {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: flex-start;
}

.family .media-c {
    justify-content: flex-start;
}

.media-item {
    flex-grow: 1;
    flex-shrink: 1;
    width: 32%;
    margin: 0.666%;
    min-width: 320px;
    max-width: 400px;
    border-bottom: none !important;
}

    .media-item p {
        color: #666;
    }

.media .media-item:hover h1, .media .media-item:hover h2, .media .media-item:hover h3, .media .media-item:hover h4, .media .media-item:hover h5, .media .media-item:hover h6, .media .media-item:hover h7, .media .media-item:hover h8 {
    color: #fff;
}

.media .media-item:hover p {
    color: #fff;
}

.media-img {
    width: 100%;
    height: auto;
}

/* TEASER NEU*/
.T-Cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1610px;
    margin: 0 auto;
}

.T-Teaser {
    display: block;
    position: relative;
    margin: inherit !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    border: none !important;
}

    .T-Teaser figure {
        position: relative;
        overflow: hidden;
    }

        .T-Teaser figure img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            transition: transform 0.5s;
            -webkit-backface-visibility: hidden;
            -ms-transform: translateZ(0); /* IE 9 */
            -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
            transform: translateZ(0);
            image-rendering: -moz-crisp-edges; /* Firefox */
            image-rendering: -o-crisp-edges; /* Opera */
            image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
            image-rendering: crisp-edges;
            -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
        }

        .T-Teaser figure figcaption {
            position: absolute;
            top: auto;
            left: 0;
            right: 0;
            bottom: 0;
            transform: translateY(100%);
            padding: 10px;
            transition: transform 0.5s;
            background: rgba(102,102,102,0.5);
            color: #fff;
            font-size: 13px;
            text-align: center;
        }

        .T-Teaser figure::before {
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
            content: "";
            mix-blend-mode: multiply;
            transition: background 0.5s;
        }

    .T-Teaser:hover {
        background: none !important;
    }


        .T-Teaser:hover figure::before {
            background: radial-gradient(circle closest-corner, rgba(224, 231, 230, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
            background: -o-radial-gradient(circle closest-corner, rgba(224, 231, 230, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
            background: -moz-radial-gradient(circle closest-corner, rgba(224, 231, 230, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
            background: -webkit-radial-gradient(circle closest-corner, rgba(224, 231, 230, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
        }

        .T-Teaser:hover figure img {
            -webkit-filter: sepia(0.05) saturate(1.05) contrast(1.05);
            filter: sepia(0.05) saturate(1.05) contrast(1.05);
            transform: scale(1.02) rotate(1deg);
        }


    .T-Teaser figure:hover figcaption {
        transform: translateY(0%);
    }

.T-B {
    width: 90%;
    max-width: 1280px;
}

    .T-B:after {
        content: '';
        display: block;
    }

    .T-B figure {
        width: 60%;
        height: 0;
        padding-bottom: 40%;
    }

    .T-B .T-Txt {
        position: absolute;
        top: 5%;
        left: 60%;
        right: 0;
        bottom: 5%;
        background: #fff;
        box-shadow: 0 0 6px -3px #aaa;
    }

    .T-B .T-Group {
        position: absolute;
        top: 48%;
        left: 30px;
        right: 30px;
        transform: translateY(-50%);
    }


    .T-B .T-Txt h3 {
        font-size: 30px;
        color: #666;
        margin: 0;
        padding: 0;
        line-height: 120%;
        padding-bottom: 5px;
    }

    .T-B .T-Txt p {
        color: #666;
        margin: 0;
        padding: 0;
        line-height: 120%;
    }

.T-Teaser .T-Txt p:after {
    display: block;
    width: 120px;
    /* text-align: center; */
    font-family: 'geo-reg',Arial,'sans serif';
    content: '› mehr lesen';
    font-size: 14px;
    text-transform: uppercase;
    color: #63c3d1;
    padding: 5px 0;
    margin-top: 10px;
    border: 2px solid #63c3d1;
}

.T-Teaser:hover .T-Txt p:after {
    background: #63c3d1;
    color: #fff;
}


.T-M, .T-M:hover {
    border-bottom: 1px solid #63c3d1 !important;
    background: #fff !important;
    box-shadow: 0 0 6px -3px #aaa;
}

    .T-M .T-Txt {
        padding: 20px;
    }

    .T-M h3 {
        font-size: 24px;
        color: #666;
        margin: 0;
        padding: 0;
        line-height: 120%;
        padding-bottom: 5px;
    }

    .T-M p {
        font-size: 16px;
        color: #666;
        line-height: 120%;
        margin: 0;
        padding: 0;
    }

    .T-M .T-Txt p:after {
        border: none;
    }

    .T-M figure {
        width: 100%;
        height: 0;
        padding-bottom: 66.66%;
    }


.T-S {
    width: 31%;
    margin-left: 1.1666% !important;
    margin-right: 1.1666% !important;
}

    .T-S figure {
        display: none;
    }

    .T-S h3 {
        font-size: 20px;
        color: #666;
        padding: 0;
        margin: 0;
    }

    .T-S p {
        font-size: 16px;
        color: #666;
        line-height: 120%;
        padding: 0;
        margin: 0;
    }

    .T-S .T-Txt p:after {
        /* display: inline; */
        border: none;
    }

    .T-S:hover .T-Txt p:after {
        color: #63c3d1;
        background: none;
        text-decoration: underline;
    }

.T-1, .T-2, .T-4 {
    width: 48% !important;
}

.T-3, .T-5, .T-6 {
    width: 31% !important;
}

.t-more {
    display: none;
}

@media (max-width: 1000px) {
    .T-B {
        width: 100%;
    }

        .T-B figure {
            width: 50%;
            padding-bottom: 33.3%;
        }

        .T-B .T-Txt {
            left: 50%;
        }

            .T-B .T-Txt h3 {
                font-size: 25px;
            }

            .T-B .T-Txt p {
                font-size: 16px;
            }

    .T-M h3 {
        font-size: 20px;
    }

    .T-Teaser .T-Txt p:after {
        font-size: 12px;
        width: 100px;
    }

    .T-Teaser figure figcaption {
        padding: 0;
        font-size: 12px;
    }

    .ribbon {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@media (max-width: 800px) {
    .T-B .T-Txt .T-Group {
        left: 20px;
        right: 20px;
    }

    .T-B .T-Txt h3 {
        font-size: 20px;
    }

    .T-B .T-Txt p, .T-M p {
        font-size: 15px;
    }

    .T-M h3 {
        font-size: 18px;
    }

    .T-5, .T-6 {
        width: 48% !important;
    }

    .T-S {
        width: 48%;
    }
}

@media (max-width: 600px) {
    .T-B figure {
        width: 100%;
        padding-bottom: 66.6%;
    }

    .T-B .T-Txt {
        position: relative;
        top: auto;
        bottom: auto;
        left: 0;
        right: 0;
        padding: 20px;
        background: #63c3d1;
        color: #fff;
    }

        .T-B .T-Txt .T-Group {
            position: relative;
            top: auto;
            left: 0;
            right: 0;
            transform: translateY(0);
        }

        .T-B .T-Txt p:after {
            color: #fff;
            border-color: #fff;
        }

    .T-B:hover .T-Txt p:after {
        background: #fff;
        color: #63c3d1;
        border-color: #fff;
    }

    .T-Teaser figure figcaption {
        padding: 5px;
        font-size: 14px;
    }

    .T-B .T-Txt h3 {
        font-size: 25px;
        color: #fff;
    }

    .T-B .T-Txt p {
        font-size: 16px;
        color: #fff;
    }

    .T-M {
        width: 100% !important;
    }

    .T-S {
        width: 100%;
    }
}


/* SECTION ÖVP FAMILIE*/
.a-fam {
    display: block;
    text-decoration: none;
    color: #000 !important;
    border-bottom: none !important;
    font-family: 'geo-reg',Arial,sans-serif;
    height: 50px;
    line-height: 50px;
    padding-left: 30px !important;
}

    .a-fam:hover {
        color: #fff !important;
    }
