    .bb{
    /*
    border: 1px solid blue;
    box-sizing: border-box;
    */
}
.x{
    background-color:red;
}

.hiddentest{
    /*
    display:none;
    */
}

.desktop{
    display:block;
}
.mobile{
    display:none;
}

.secondfloor{
    /*background-color: rgba(255, 255, 255, 0.965);*/
}

.logo_1{
    position: absolute;
    width: auto;
    height: 10em;
    left: 3em;
    top: 3em;
}

body{
    height:100vh;
}

#ornament1{
}

.ornament{
    /*overflow:hidden;*/
    position:relative;
    background-color: rgba(255, 255, 255, 1);    /*background-color: rgba(255, 255, 255, 0.7);*/
    
}

.internalholder{
    overflow:hidden;
}

.ornLogo{
    width:51%;
    display:block;
}

.langbar{
    position:absolute;
    top:2em;
    right:0;
    border: 2px solid black;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    z-index:9;
}

.menubar{
    position:absolute;
    top:5em;
    right:0;
    border: 2px solid black;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    z-index:9;
}

.SSLlogobar{
    position:absolute;
    top:8em;
    right:0;
    /*border: 2px solid black;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);*/
    z-index:9;
}

.langbut{
}

.menuholder{
    position:absolute;
    right:0;
    top:3em;
    width:10em;
    border: 2px solid black;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    z-index:9;
}

.middlesection{
    background-color: rgba(255, 255, 255, 0.99);
}

.mainbox{
    font-family: 'Montserrat', sans-serif;
}

.matrixrain{
    z-index: -1;
    position:fixed;
    top:0;
    overflow:hidden;
}

.mrain{
    width: 1%;
    min-width: 1em;
    height: 1%;
    min-height: 1em;
    display: block;
    margin: 0 1em 0 0;
    opacity: 0.5;
}

.cookieinfo{
    position:fixed;
    z-index:999;
    bottom:0;
/*    height:3em;*/
    width:100%;
    overflow:hidden;

}

.cookiesmall{
    background-color: rgba(0, 0, 0, 0.2);
}

.cookieButton{
    padding: 0.1em 0.2em;
    width: 4em;
}

.cookieForm{
    display: inline;
}
.cookieTableRW{
    padding:1em;
}

#dropdownMenuButton{
    color: blue;
    border: 2px solid black;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    padding: 0 1em;
}
.mobmenu{
    top:1em;
    left:0;
    padding:0;
    margin:0;
    position:fixed;
    z-index:20;
}

@media (max-width: 960px) { /*800*/

    .langbar{
    position:absolute;
    top:2em;
    right:0;
    border: 2px solid black;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    /*z-index:9;*/
    }
    
    .menubar{
    position:absolute;
    top:5em;
    right:0;
    border: 2px solid black;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    /*z-index:9;*/
    } 
    
    .logo_1{
        position: absolute;
        width: auto;
        height: 7em;
        left: 0;
        top: 1em;
    }
    
    .mainbox{
        top: 10em;        
    }
    
    .desktop{
        display:none;
    }
    
    .mobile{
        /*color:red;*/
        display:block;
    }
}

@media (max-width: 720px) { /*800*/

    .mainbox{
        top: 10em;
    }
}

@media (max-width: 540px) { /*800*/

    .mainbox{
        top: 10em;
    }
}