﻿html {
    font-family: "Shree Devanagari 714" ;
}

button {
    font-family: "Shree Devanagari 714" ;
}

/* html {
    font-family: "Arial Rounded MT Bold";
} 


 /* Style the video: 100% width and height to cover the entire window */
#startBild {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;  
    min-height: 100%;  
    z-index: 1;
}

/* Add some content at the bottom of the video/page  */
.content {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}


.center {
    position: fixed;
    top: 10px;
    left: 20px;
    display: block;
    width: 200px;
    z-index: 99;
}

.bannerVermietungStart {
    position: fixed;
    top: 50px;
    left: 35%;
    padding: 10px;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 100;	
    font-size: xx-large;
}