

* {
    font-family: 'Gudea', Arial, sans-serif;
    }
    .inhaltszeile ul.multicolumnContainer li:before {
    display: none;
    }
    #fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    }
    #light {
    padding: 44px;
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    text-align: center;
    }
    video {
    width: auto;
    height: 100%;
    margin: auto !important;
    }
    #boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 20px 10px;
    position: absolute;
    right: 0px;
    border-radius: 0px;
    top: 0px;
    z-index: 1002;
    opacity: 0.9;
    border: none;
    }
    .boxclose:before {
    content: "×";
    }
    #fade:hover~#boxclose {
    display: none;
    }
    .test:hover~.test2 {
    display: none;
    }