.impressumpointercontainer {
    width: 2vw;
    height: auto;
    justify-content: space-around;
}

.impressumcontainer {
    width: 86vw;
    height: auto;
    margin: 2vw 0 2vw 0;
    border: 0.2vw solid #04ADBF;
    border-radius: 1vw;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
}

.impressumtext {
    width: 60vw;
    padding: 2vw;
}

.impressumtext h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 0.9vw;
}

.impressumtext p {
    font-family: 'Raleway', sans-serif;
    font-size: 0.7vw;
}
