#container1 { width: 50%; } #container2 { width: 75%; margin-left: auto; margin-right: auto; text-align: center; padding-top: 2em; } #camera_image { width: 100%; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .logofont_aktuell { width: 340px; height: 75px; background-image: url(/mediacenter/1000626/2500/2500/0/0/0/0/gap_logo_klein.jpg); background-repeat: no-repeat; } .strich { background-image: url(/mediacenter/330/2500/2500/0/0/0/0/strich.jpg); background-repeat: no-repeat; height: 10px; } .kamera_schwenken { color: #fff; width: 140px; height: 20px; border: 0px; padding-top: 0; background-color: #5f6c7d; font-size: 14px; background-size: 100% 100%; cursor: pointer; } #pageloader_div { background-color: white; height: 100%; width: 100%; position: fixed; top: 0; left: 0; display: block; z-index: 100; } #pageloader_image { position: absolute; left: 48%; top: 40%; } .loader_container { display: none; } #loader_text { padding: 10px; margin-left: 46px; } .loader { visibility: hidden; border: 8px solid #cccccc; border-top: 8px solid #3498db; border-radius: 50%; width: 25px; height: 25px; animation: spin 2s linear infinite; margin-left: auto; margin-right: auto; } #img_overlay { visibility: hidden; position: absolute; left: 23%; top: 40%; }