.body {
	background-color: Transparent;
    background-repeat:no-repeat;
}

.bildschirm {
    position: absolute;
    border-radius: 5px;
    bottom: 2%;
    right: 12%;
}

.ausschalten {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    position: absolute;
    bottom: 44%;
    right: 13.3%;
    width: 50px;
    height: 50px;    
}

.button .schliesen {
    background-color: Transparent;
    position: absolute;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    color: white;
    padding: 22px 14px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    bottom: 812px;
    left: 1577px;
    cursor: pointer;
}
  
.button .schliesen:hover {
    background-color: red;
}

.funk {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    position: absolute;
    bottom: 13.5%;
    right: 16.35%;
}