﻿@media (max-width: 62em) {
    nav.leftSide {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        top: calc(50vh - 50px);
        left: 0px;
        z-index: 100000; /* mainHeader */
        z-index: 50;
    }
}



main header {
    height: calc(100vh - 126px - 126px); /* Header */
    
}

@media (max-width: 62em) {
    main header {
        height: calc(100vh - 160px - 160px);
        background-size: 180%;
        background-size: cover;
        

    }
}

main header h2.infoArea {
    width: 100%;
    min-height: 100px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    color: #ffffff;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    animation: animate 30s ease infinite;
}


@keyframes animate {
    0% {
        background-color: var(--theme-spicy-color);
    }
    12% {
        background-color: var(--theme-spicy-color-lighter);
    }
    24% {
        background-color: var(--theme-spicy-color);
    }
    36% {
        background-color: var(--theme-sunny-color);
    }
    48% {
        background-color: var(--theme-sunny-color-darker);
    }
       
    60% {
        background-color: var(--theme-sunny-color);
    }
    72% {
        background-color: var(--theme-spicy-color-lighter);
    }
    100% {
        background-color: var(--theme-spicy-color);
    }

}

@media (max-width: 62em) {
    main header h2.infoArea {
        
        /**/
        position: absolute;
        top: 160px;
        z-index: 100;
    }
}


main .regularView.claim {
    padding-top: 1.2em;
    padding-bottom: 1em;
}

main .regularView.claim .layout {
    line-height: unset;
}

.regularLayout .layout.article, main .regularView.info .regularLayout .layout {
    /*display: flex;*/

}

article.layout.textParagraphCOLUMN {
    column-gap: 8em;
    justify-content: space-between;
}

    article.layout.textParagraphCOLUMN .column {
        width: unset;
        width: auto;
    }

main .regularView.info .regularLayout .layout h2, main .regularView.claim .regularLayout .layout h2 {
    font-family: 'PTS-regular';
    font-weight: normal;
    font-size: 1.9em;
    line-height: normal;
    margin-bottom: 0.2em;
    display: inline-flex;
}

@media (max-width: 62em) {
    main .regularView.claim .regularLayout .layout h2 {
        font-size: 1.4em;
    }
}

main .regularView.info .regularLayout .layout h3, main .regularView.claim .regularLayout .layout h3 {
    font-family: 'PTS-regular';
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 0.2em;
}

@media (max-width: 62em) {
    main .regularView.info .regularLayout .layout h2, main .regularView.info .regularLayout .layout h3, main .regularView.claim .regularLayout .layout h3 {
        font-size: 1.1em;
    }
}

