/*
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright © edict egaming GmbH, Hamburg (Germany) [2023]
*/

#egsGameLayer {
    display: none;
    background-color:  #8f9093;
    background-image: url(../images/die_perfekte_welle50.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#egsGameLayer iframe {
    display: block;
    margin: 1px auto 1px auto;
    overflow: hidden;
}

.egsGameClose {
    display: block;
    background-color: #8f9093;
    height: 20px !important;
    width: 100vw;
    margin: 0;
    padding: 5px;
    position: relative;
    top: 0;
    left: 0;
    text-align: right;
}

.egsGameClose .egsGameText {
    color: #FFFFFF;
    background-color: #8f9093;
    float: left;
}

.egsGameClose a,
.egsGameClose a:link,
.egsGameClose a:active,
.egsGameClose a:visited,
.egsGameClose a:hover {
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 15px;
}
#loader {
    background-color: indianred;
    padding: 10px;
    display:inline;
}


