:root {
    --smart-industry-green: rgb(98, 222, 16);
    --xworks-grey: rgb(60, 66, 65);
    --xworks-red: #d80a29;
    --landingpage-bg-lightblue: #e5edf5;
    --landingpage-second-row-grey:#e4e4e4;
    --landingpage-third-row-blue:#4f6f88;
    --landingpage-whitepaper-white-bg:white;
    --xworks-footer-grey:#24292e;
}
body {
    overflow:auto;
    font-size: 1.5rem;
    width: 100%;
    line-height: 1.5;
}
.text{
    margin-left: 2rem;
}
.textinpic{
    margin-top: 6rem;
    width:100%;
    padding:2rem;
    margin-left:2rem;
    color: white;
    font-size: 2rem;
}
.top_row{
    font-size: 3rem;
    height:8rem;
    width:100%;
    padding: 1.5rem;
}
.second_row{
    display: flex;
    justify-content: center;
    margin-bottom: -15rem;
}
.container{
}
.headline_row{
    width: 25%;
    border-bottom: 3px solid;
    border-bottom-color: var(--xworks-red);
    text-align: center;
    margin-top: -3rem;
    margin-bottom: 2rem;
}
.sign_field{
    text-align: center;
    width:75%;
    border:4px solid;
    border-color: var(--xworks-red);
    border-radius:10px;
}
.sign_text{
    margin-top: 0rem;
    padding: 0rem 2rem 2rem 2rem;
    font-size: 1.5rem;
}
.gray_bg{
    background-color: var(--landingpage-second-row-grey);
    padding-bottom: 3rem;
    margin-bottom: 10rem;
    margin-top: 10rem;
    width: 100%;
}
.FAQ_field{
    border: 2px solid var(--xworks-grey);
    width:35rem;
    text-align: center;
    margin:1rem;
    padding: 2rem;
}
.headline_text{
    font-weight: bold;
}
li{
    padding-bottom: 2rem;
}
h5{
    line-height: 60px;
}
a:hover{
    cursor: pointer;
}
#sign{
    background-color: var(--xworks-red);
    font-size: 2rem;
    border-radius: 10px;
    padding:1rem;
    margin:1rem;
    color:white;
}
div{
    position: relative;
}
.sign_frame{
    position:absolute;
    top:3rem;
    width:100%;
    display: flex;
    justify-content: center;
}
.close_sign{
    font-size: 2rem;
    display: none;
    margin-top: 20px;
    width:10px;
}
.iframe_sign{
    margin:0 auto;
    display:block;
    width:540px;
    height:1200px;
}
.banner_red{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin:2rem;
}
.banner_redfield{
    width: 100%;
    background-color: var(--xworks-red);
}
.banner_pic {
    width:100%;
    height: 350px;
}
@media (max-width: 1500px) {

    .textinpic{
        font-size: 1.5rem;
        margin-left: 0;
        margin-top:1rem;
    }
}
@media (max-width:925px) {
    .top_row{
        margin-bottom:3rem;
    }
    .banner_red{
        flex-wrap: wrap;
    }
    .banner_redfield{
        height:250px;
    }
    .textinpic{
        font-size: 1.2rem;
        margin-left: 0;
    }
}
@media (max-width: 650px) {
    .top_row {
        margin-bottom: 8rem;
    }
    .dates{
        margin-top: 2rem;
        width:200px;
    }
    #sign{
        font-size: 1rem;
    }
    .sign_frame{
        justify-content: center;
        margin-left: -1.5rem;
    }
    .iframe_sign{
        margin:1rem;
        display:block;
        width:350px;
        height:1400px;
    }
    .close_sign{
        margin-left:-50px;
        margin-top:0;
    }
}