﻿#Kamera {
    align-items: center;
    height: 45vh;
    width: 45vh;

    border-radius: 50%;

    margin: auto;
}

#LinkPage {
    left: 0;
    top: 0;
    position: absolute;
    margin: 15px;
}

#preview {
    display: none;

    height: auto;
    width: auto;
    border-radius: 50%;
}


/*@media (device-width < 1100px) {*/
@media only screen and (max-width: 767px) {
    #preview {
        transform: scaleZ(-1) !important;
        height: 300px;
        width: 300px;
    }

    #LinkPage {
        height: auto;
        width: auto;
    }

    #TextKameraButton {
        display: none;
    }

    #LinkPage {
        left: 0;
        top: 0;
        height: auto;
        width: auto;
        position: relative;
    }

    #TextMitarbeiterKontaktformularButton {
        display: none;
    }
}