:root {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    --rt--black: #000;
    --rt--grey: #DDD;
    --rt--white: #ffffff;
    --rt--blue: #4000FF;
    --kmw-red: #FF0043;
    --rt--beige: #bfbfbf;
    --rt--lightergrey: #EAEAEA;
    --rt--lightgrey: #7a7a7a;
    --rt--darkgrey: #202020;
    --rt--transparent: #FFC80000;
    --gs--animate: all .4s;
    --gs--centered:translate(-50%,-50%);
    --spacer-size: 310px;
}

.iframe-container {
    position: relative;
}

#iframe-content {
    display: flex;
    position: relative;
    min-height: 400px;
    min-width: 100%;
}

.iframe-link {
    width: 100%;
    display: flex;
    position: relative;
}

.iframe-overlay {
    position: absolute;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    justify-content: center;
    display: flex;
    top: 0;
}

.iframe-overlay-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.iframe-overlay-inner p {
    font-size: 16px;
    color: #FFF;
    text-align: center;
}

.anfrage-btn {
    color: white;
    background-color: var(--kmw-red);
    text-align: center;
    text-decoration: none;
    border: 2px solid var(--kmw-red);
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 30px;
    font-family: "Bergen", sans-serif;
    margin-top: 50px;
}

.anfrage-btn:hover {
    background-color: var(--rt--transparent);
    color: var(--kmw-red);
    transition: all 0.5s;
}

.hidden {
    display: none;
}
