/*
Theme Name:     Twenty Twenty One Child
Theme URI:      https://der-insider-report.de/
Description:    Twenty Twenty One Child
Author:         Bazu
Template:       twentytwentyone
Version:        0.1.0
*/

@import url("../twentytwentyone/style.css");

body.home{
    background-color: transparent !important;
    background-image: url("img/back-desk.png") !important;
    background-size: 100%;
    box-sizing: border-box;
}

.page-template-home .thrv_wrapper{
    margin: 0;
    padding: 0;
}

.home-content{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.home-banner{
    padding: 36px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    border: 1px solid #000000;
    box-shadow: 0px 4px 16px 8px rgb(0 0 0 / 6%);
    position: relative;
    top: -50px;
    max-width: 1000px;
    margin-bottom: 0 !important;
    margin-top: auto !important;
}

.home-menu{
    position: absolute;
    left: -1px;
    bottom: -140px;
    width: calc(100% + 2px);
    padding: 0;
    display: flex;
    justify-content: space-between;
}


.home-menu li{
    list-style-type: none;
    width: 31%;
    background: #ffffff;
    height: 120px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home-menu li:nth-child(2):after,
.home-menu li:nth-child(3):after{
    content: '';
    position: absolute;
    right: -20px;
    top: -10px;
    width: 40px;
    height: 40px;
}

.home-menu li a{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #000000;
    padding-top: 50px;
    position: relative;
}

.home-menu li a:hover{
    text-decoration-line: underline;
    text-decoration-style: inherit;
}

.home-menu li a:after{
    content: '';
    position: absolute;
    width: 28px;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.home-menu li:nth-child(1) a:after{
    background: url("img/1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.home-menu li:nth-child(2) a:after{
    background: url("img/2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.home-menu li:nth-child(3) a:after{
    background: url("img/3.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.home-footer{
    width: 100%;
    background: #000000;
    padding-top: 32px;
    padding-bottom: 32px;
}

.home-footer-container{
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-text{
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
}

a.footer-text{
    margin-left: 24px;
    text-decoration: none;
    position: relative;
}

.home-footer-container-left,
.home-footer-container-right{
    display: flex;
}

a.footer-text:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #fff;
}

@media screen and (max-width: 1199px) {
    .home-footer-container{
        max-width: 960px;
    }
}

@media screen and (max-width: 991px) {
    body{
        background-size: cover;
    }

    .home-banner{
        padding: 60px 30px;
        max-width: 740px;
    }
    .home-footer-container{
        max-width: 420px;
        text-align: center;
        flex-wrap: wrap;
    }

    .home-footer-container-right{
        width: 100%;
        justify-content: space-between;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .home-footer-container-left{
        order: 2;
        margin-left: auto;
        margin-right: auto;
        padding-top: 16px;
    }

    .home-menu li a{
        max-width: 114px;
        text-align: center;
        min-height: 88px;
        display: inline-block;
    }

    a.footer-text {
        margin-left: 0;
    }

    .home-footer{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px){
    .home-banner{
        max-width: 520px;
    }
}

@media screen and (max-width: 575px){
    .home-banner{
        padding: 20px;
    }

    .home-menu{
        flex-wrap: wrap;
        bottom: -260px;
    }

    .home-menu li a{
        padding-top: 0;
        padding-left: 50px;
        max-width: 100%;
        min-height: auto;
    }

    .home-menu li{
        width: 100%;
        height: 64px;
        margin-bottom: 16px;
        text-align: left;
        justify-content: start;
    }

    .home-menu li a:after{
        left: 16px;
        right: auto;
        bottom: 0;
        background-position: center left !important;
    }

    .home-banner{
        margin-top: 100px;
        margin-bottom: auto;
    }

    .home-footer-container{
        max-width: 400px;
    }

    .home-banner{
        max-width: 100%;
        width: 90%;
    }
}

@media screen and (max-width: 420px){
    .home-banner{
        padding: 15px;
    }

    .home-footer-container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-footer-container-right{
        flex-wrap: wrap;
    }

    .home-footer-container-right a:nth-child(2){
        order: 3;
    }

    a.footer-text{
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .home-footer{
        padding-top: 8px;
        padding-bottom: 16px;
    }

    .home-footer-container-right{
        padding-bottom: 10px;
    }

    .home-footer-container-left{
        text-align: left;
    }

    .home-menu li:nth-child(2):after, .home-menu li:nth-child(3):after{
        width: 32px;
        height: 32px;
        right: -14px;
    }
}

@media screen and (max-width: 350px){
    .home-banner{
        margin-top: 55px;
    }
}

@font-face {
    font-family: "Roboto", sans-serif;
    src: url("./fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


