/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/source-sans-pro-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-pro-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-pro-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-pro-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-pro-v18-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
} 
/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v18-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/source-sans-pro-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-pro-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-pro-v18-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-pro-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-pro-v18-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
  

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
    height: auto;
}
b, strong {
    font-weight: 700;
}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
/* TYPE */
h1 {
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: 3px;
    font-weight: 700;
    color: #008464;
}
h2 {
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #008464;
}
h3 {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #005e46;
}
@media (max-width: 767px) {
    h1 {
        font-size: 28px;
        letter-spacing: 1px;
    }
    h2 {
        font-size: 25px;
        letter-spacing: 1px;
    }
    h3 {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

/* BUTTON / LINKS */
.btn-primary {
    background: none;
    color: #008464;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border: solid 2px #008464;
    border-radius: 20px;
    padding: .375rem 1.5rem;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    border: solid 2px #008464;
    background: #008464;
    color: #fff;
}

/* NAVIGATION */
.anker-nav {
    height: 100%;
}
.navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.anker-nav .nav__item {
    color: #008464;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}


@media (max-width: 767px) {
    .anker-nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
    .anker-nav .navbar-toggler {
        margin: 0 auto;
    }
    .anker-nav .navbar-collapse {
        position: absolute;
        width: 100%;
        background: #fff;
        top: 79px;
        padding: 1rem;
        display: block;
        display: none;
    }
    .anker-nav .navbar-collapse.show {
        display: block;
    }
    .anker-nav .nav__item {
        display: block;
        padding: .5rem 0;
    }
}

/* HEADER */
header {
    background: linear-gradient(90deg, #e3e3e3 65%, #008464 35%); 
}
header .header__left {
    background: #e3e3e3;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
header .header__right {
    background: #008464;
    display: flex;
}
header .header__logo {
    margin: 1.5rem 0;
}
header .logo--secondary {
    width: 240px;
    margin-left: auto;
    background-image: url(../images/FuP_Logo_Weiss.svg);
    background-size: 100% auto;
    background-position: left center;
    background-repeat: no-repeat;
}
.page-template-downloads header, .page-template-default header {
    background: #ededed; 
}
.page-template-downloads header .header__left, .page-template-default header .header__left {
    background: none;
}
.page-template-downloads header .header__right, .page-template-default header .header__right {
    background: none;
}
.page-template-downloads header .logo--secondary, .page-template-default header .logo--secondary {
    background-image: url(../images/FuP_Logo_Bunt.svg);
}
@media (max-width: 767px) {
    header {
        background: linear-gradient(90deg, #e3e3e3 50%, #008464 50%); 
        position: relative;
    }
    header .header__left {
        padding-top: 0;
        padding-bottom: 0;
    }
    header .header__logo {
        margin: 1rem 0;
    }
}

/* STAGE */
.stage {
    background: linear-gradient(90deg, #e3e3e3 75%, #008464 25%);
}
.stage .stage__left {
    background: #e3e3e3;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 240px;
}
.stage .stage__right {
    background: #008464;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.stage h1 {
    color: #005e46;
    font-size: 40px;
}
.stage .stage__img {
    margin-left: -180px;
    width: calc(100% + 180px);
    max-width: calc(100% + 180px);
}
.stage .buttons {
    margin-top: 2rem;
}
.stage .buttons .btn {
    margin-right: 1rem;
}
@media (max-width: 767px) {
    .stage {
        background: linear-gradient(90deg, #e3e3e3 50%, #008464 50%);
        text-align: center;
        max-width: 100%;
        overflow: hidden;
    }
    .stage .stage__left {
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-right: 15px;
    }
    .stage .stage__right {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .stage h1 {
        font-size: 28px;
        letter-spacing: 1px;
    }
    .stage .stage__img {
        margin-left: 40px;
        width: calc(100% + 80px);
        max-width: calc(100% + 80px);
    }
    .stage .buttons .btn {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

/* CONTENT */
.content {
    counter-reset: listCounter;
}
.content .content__title {
    border: solid 3px #008464;
    padding: 1.5rem 3rem;
    margin-top: 3rem;
    margin-right: 5rem;
}
.content__item {
    background: linear-gradient(90deg, #ededed 75%, #fff 25%);
}
.content__item .content__left {
    background: #ededed;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 150px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.content__item:last-child .content__left {
    padding-bottom: 6rem;
}
.content__item .content__right {
    background: #fff;
    padding-right: 150px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.content__item .content__right img {
    margin-left: -130px;
    width: calc(100% + 130px);
    max-width: calc(100% + 130px);
}
.content .content__item h2 {
    position: relative;
    margin-bottom: 2.5rem;
    counter-increment: listCounter;
}
.content .content__item h2:before {
    content: counter(listCounter);
    display: flex;
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 9px;
    left: -95px;
    text-align: center;
    border: solid 2px #008464;
}
.content__item p {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .content .content__title {
        padding: 1.5rem;
        margin-top: 2rem;
        margin-right: 0;
    }
    .content__item {
        background: linear-gradient(90deg, #fff 50%, #fff 50%);
    }
    .content__item .content__left {
        padding-right: 15px;
        background: #fff;
        padding-top: 0;
    }
    .content__item .content__right {
        padding-right: 15px;
    }
    .content__item .content__right img {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        max-width: 260px;
    }
    .content .content__item h2 {
        margin-bottom: 1rem;
        padding-left: 46px;
    }
    .content .content__item h2:before {
        height: 34px;
        width: 34px;
        top: 5px;
        left: 0;
    }
}

/* FAQ */
.faqs {
    position: relative;
    background-color: #e3e3e3;
    background-image: url(../images/Flaechen.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    padding-bottom: 500px;
    padding-top: 4rem;
}
.faqs h1 {
    color: #00987f;
}
.cube {
    position: absolute;
    bottom: 252px;
    right: 50%;
    margin-right: -420px;
    width: 320px;
    height: auto;
}
@media (max-width: 767px) {
    .faqs {
        padding-bottom: 200px;
    }
    .cube {
        bottom: 40px;
        margin-right: -180px;
        width: 180px;
    }
    .faqs .btn {
        margin-top: 1rem;
    }
}

/* ACCORDION */
.accordion {
    margin-top: 3rem;
}
.accordion .accordion-item {
    border-radius: 28px;
    margin-bottom: 1rem;
}
.accordion .accordion-button {
    background: none;
    padding: 1.25rem 4.5rem;
    color: #008464;
    font-size: 19px;
    font-weight: 700;
}
.accordion .accordion-button:after {
    position: absolute;
    left: 2rem;
    height: 1.75rem;
    width: 1.75rem;
    background-size: 1.75rem;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion .accordion-body {
    padding: 1rem 3rem 2.5rem 4.5rem;
}
@media (max-width: 767px) {
    .accordion .accordion-button {
        padding: .75rem 3rem;
        font-size: 17px;
    }
    .accordion .accordion-button::after {
        left: 1rem;
        height: 1.25rem;
        width: 1.25rem;
        background-size: 1.25rem;
    }
    .accordion .accordion-body {
        padding: 1rem 2rem 2.5rem 2rem;
    }
}

/* BANNER */
.banner {
    background: #00987F;
    color: #fff;
    padding: 4rem 0;
}
.banner__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner__item {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 2px;
}
.banner__icon {
    width: 46px;
    margin-right: 10px;
    height: auto;
}
@media (max-width: 767px) {
    .banner {
        padding: 1rem 0;
    }
    .banner__items {
        justify-content: center;
        flex-wrap: wrap;
    }
    .banner__item {
        width: 50%;
        font-size: 19px;
        letter-spacing: 1px;
        padding: .75rem 0;
    }
    .banner__icon {
        width: 36px;
      }
}

/* DOWNLOADS */
.downloads {
    background: #ededed;
    padding: 2rem 0 5rem;
}
.download__item {
    border: solid 3px #008464;
    padding: 2rem 3rem;
    margin: 1rem 0;
    color: #008464;
    height: calc(100% - 2rem);
}
.download__header {
    display: flex;
}
.download__header h2 {
    font-size: 48px;
    line-height: 1.3;
}
.download__header .download__number {
    margin-left: auto;
}
.download__file {
    margin-top: 2rem;
    display: flex;
    align-items: center;
}
.file__info {
    display: flex;
    align-items: center;
}
.file__icon {
    height: 50px;
    width: auto;
    margin-right: 1rem;
}
.download__file .btn {
    margin-left: auto;
}
@media (max-width: 767px) {
    .download__item {
        padding: 1.5rem;
    }
    .download__header h2 {
        font-size: 32px;
    }
    .file__info {
        flex-wrap: wrap;
    }
    .file__icon {
        height: 40px;
        margin-right: .5rem;
    }
}
/* REGISTER */
.register {
    padding: 5rem 0 0;
    background: #00987f;
    color: #fff;
}
.register h2 {
    color: #fff;
}
.register .register__footer {
    background: #005e46;
    color: #fff;
    margin-top: 4rem;
    padding: .75rem 0;
}
.register .register__footer .btn-primary {
    border-color: #fff;
    color: #fff;
    margin-left: auto;
}
.register .register__footer .col-md-8 {
    display: flex;
    align-items: center;
}
.register .um .um-field-checkbox .um-field-label {
    display: none;
}
@media (max-width: 767px) {
    .register .register__footer .col-md-8 {
        display: flex;
        flex-wrap: wrap;
    }
}

/* FOOTER */
footer {
    background: #ededed;
    color: #008464;
    padding: 3rem 0 0;
}
.footer__logo {
    max-width: 320px;
    display: block;
}
.footer__meta {
    background: #004331;
    color: #fff;
    font-size: 16px;
    padding: .75rem 0;
    margin-top: 3rem;
}
.footer__meta a {
    color: #fff;
    text-decoration: none;
}
.footer__right {
    display: flex;
}
.footer__nav {
    list-style: none;
    display: flex;
    margin-left: auto;
    margin-bottom: 0;
}
.footer__nav a {
    text-decoration: none;
    padding-left: 2rem;
}
@media (max-width: 767px) {
    .footer__nav {
        display: block;
        margin-left: 0;
        padding: 0;
    }
    .footer__nav a {
        padding-left: 0;
    }
}

/* LOGIN */
.modal-body {
    padding: 2rem 2rem 0;
}
.modal-body .um-right {
    display: none;
}
.modal-body .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    background: none;
    opacity: 1;
}

/* FORMELEMENTS */
.um .um-form input[type="text"], .um .um-form input[type="password"] {
    border-radius: 24px;
    padding: 1.35rem 1.5rem !important;
}
.um .um-button {
    background: none !important;
    color: #008464 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    border: solid 2px #008464 !important;
    border-radius: 20px !important;
    padding: .75rem 1.5rem !important;
    font-size: 1rem !important;
}
.um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
    color: #008464 !important;
}
.um .um-field-checkbox-option, .um .um-field-radio-option {
    margin: 0px 0px 0px 30px;
}

.register .um .um-field-label {
    color: #fff;
}
.register .um .um-right {
    display: none;
}
.register .um .um-tip:hover, .register .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .register .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .register .um .um-member-name a:hover, .register .um .um-member-more a:hover, .register .um .um-member-less a:hover, .register .um .um-members-pagi a:hover, .register .um .um-cover-add:hover, .register .um .um-profile-subnav a.active, .register .um .um-item-meta a, .register .um-account-name a:hover, .register .um-account-nav a.current, .register .um-account-side li a.current span.um-account-icon, .register .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
    color: #fff !important;
}
.register .um .um-button {
    color: #fff !important;
    border: solid 2px #fff !important;
    width: auto;
}
.register .um-field-checkbox-state i, .register .um-field-radio-state i {
    color: #fff;
}
.register .um-field-checkbox-option, .register .um-field-radio-option {
    color: #fff !important;
    font-weight: 600;
}
.register .um-field-checkbox-option a, .register .um-field-radio-option a {
    color: #fff !important;
}

#ModalLogin .um-login.um-logout {
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}
#ModalLogin .um-misc-with-img {
    text-align: left;
}
#ModalLogin .um-misc-with-img .um-misc-img {
    display: none;
}
#ModalLogin .um-misc-ul li:first-child {
    display: none;
}
#ModalLogin .um-misc-ul {
    padding-left: 0;
    list-style: none;
}
#ModalLogin .um-misc-ul li a {
    font-weight: 700;
    text-decoration: none;
    color: #008464;
}

/* CLOSE ICON */
.close-icon {
    cursor: pointer;
    display: inline-block;
    height: 26px;
    width: 26px;
}   
.close-icon .horizontal {
    position: absolute;
    background-color: #008464;
    width: 20px;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -1px;
    transition: all 0.5s ease-in-out;
    transform: rotate(-45deg);
    opacity: 1;
}
.close-icon .vertical {
    position: absolute;
    background-color: #008464;
    width: 2px;
    height: 20px;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -10px;
    transition: all 0.5s ease-in-out;
    transform: rotate(-45deg);
}
.close-icon:hover .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
}
.close-icon:hover .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
}

.menu-icon {
    width: 30px;
    height: 22px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}    
.menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #666;
    opacity: 1;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    transition-delay: 0.15s;
}       
.menu-icon span:nth-child(even) {
    left: 50%; 
}
.menu-icon span:nth-child(odd) {
    left: 0px; 
}
.menu-icon span:nth-child(1), .menu-icon span:nth-child(2) {
    top: 0px; 
}
.menu-icon span:nth-child(3), .menu-icon span:nth-child(4) {
    top: 10px; 
}
.menu-icon span:nth-child(5), .menu-icon span:nth-child(6) {
    top: 20px; 
}
.menu-icon.open span:nth-child(1), .menu-icon.open span:nth-child(6) {
    transform: rotate(45deg); 
}
.menu-icon.open span:nth-child(2), .menu-icon.open span:nth-child(5) {
    transform: rotate(-45deg); 
}
.menu-icon.open span:nth-child(1) {
    left: 3px;
    top: 5px; 
}
.menu-icon.open span:nth-child(2) {
    left: calc(50% - 3px);
    top: 5px; 
}
.menu-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0; 
}
.menu-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0; 
}
.menu-icon.open span:nth-child(5) {
    left: 3px;
    top: 14px; 
}
.menu-icon.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 14px; 
}