body{
    font-family: "Mohave", sans-serif;
    font-optical-sizing: auto;
    color: #272727;
    padding:0px;
    margin:0px;
    background-image: url("/static/img/backgrounds/FineScratches4.jpg")
}

.top_center_safety{
    min-width:350px;
    width:30vw;
    max-width:800px;
    /*background-color: green;*/
}


A{
    /*font-family: Helvetica;*/
    /*font-size:20px; font: 16px 'Open Sans', sans-serif;*/
    text-decoration:none;
    border-width:0px;
    color: #cfcfcf;
}

A:hover{
    color: #ffffff;

}

.main{
    width:100%;
    height:100%;
    //background-color: #d6a7a7;

}

.center_column{
    max-width: 1500px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    //background-color: #d5d5d5;
    background-color: #F1EDEA;
    background-image: url("/static/img/backgrounds/frontScratches5.jpg");
    background-opacity: 0.5;
    background-size: 700px;
    box-shadow: 0px 0px 6px 2px #BBB;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width:1000px){
    .center_column{
        height: auto;
    }
}

p{
    padding:0px;
    margin:0px;
}

.Suche{
    border-radius: 10px;
    border:0px;
    padding:5px 20px;
    color: #474747;
    //background-color: #343942;
    background: rgba(255, 255, 255, 0.85);
    font-size:20px;
    box-shadow: 0px 0px 4px 2px #676767;
    //filter: opacity(1);
}

.menubox_left{
    background-color: #272424;
    color:white;
    padding:10px;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px 0px 6px 2px #999;
}



.announcement{
    /*background-color: #737272;*/
    /*color:white;*/
    background-color: #ffffff;
    padding:10px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 2px #c3c3c3;
}

.name_top {
    vertical-align: top;
    display: block;
    padding: 3px 20px;
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

.menu_top {
    cursor: pointer;
    vertical-align: bottom;
    display: block;
    font-size:16px;
    padding: 3px 30px;
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: bottom;
    text-align: center;
    justify-content: flex-end;
    background-color: #191919;
    min-width:130px;
}

.menu_top:hover{
    background-color: #1f4b8b;
}


.menu_left {
    cursor: pointer;
    line-height: 1;
    font-size: 16px;
}

.content{
    min-height: 600px;
    height:100%;
    display: flex;
    flex-direction: row;
    }

.content_left{
    margin-top: 20px;
    width: 250px;
}

.show_mobile{
    display: none;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.bulletin_frame{
    padding:10px;
    box-shadow: 0px 0px 3px 1px #000;
    background-color: rgb(30,30,30);
    border-radius:7px;
}

.logo_top{
    margin-left:-160px;
    width:300px;
    left:50%;
}

@media (max-width:1000px){
    .hide_mobile{
        display: none;
    }

    .top_center_safety{
        width: 130px;
        min-width:130px;
    }

    .menu_top{
        background-color: transparent;
    }

    .logo_top{
        margin-left:-70px;
        width:120px;
    }
}

@media (max-width:1000px) {
    .content_left {
        display: none;
        width: 250px;
        /*grid-area: none;*/
        position: absolute;
        z-index: 199;
        margin-top:5px;
        /*top: 70px;*/
        left: 0px;
    }

    .menu_left {
        font-size: 22px;
    }

    .show_mobile{
        display: flex;
    }
}

.menu_left:hover{
    background-color: #1f4b8b;
}

.record_tapete{
    position:relative;
    padding:0px;
    margin:0px;
}

.recordTileThumb{
    width:65px;
    height:65px;
    padding:0px;
    margin:1px;
    border-radius: 5px;

    transform: scale(1.0);
    transition: 0.2s;
    padding:0px;
    margin:0px;
    position:relative;
    z-index: 1;

    box-shadow: 0px 0px 3px 1px #000;
}

.recordTileThumb:hover{
    transform: scale(1.4);
    transition: 0.2s;
    z-index: 100;

}

.recordThumb_big{
    border-radius: 5px;
    box-shadow: 0px 0px 6px 2px #999;
}

.recordThumb{
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px #777;
}

/*.content_grid{*/
/*    min-height: 600px;*/
/*    height:100%;*/
/*    display: grid;*/
/*    grid-template-columns: 200px * * 200px;*/
/*    grid-gap: 10px;*/
/*    grid-template-areas:*/
/*        "left promo promo cr"*/
/*        "left lateN lateSH cr";*/
/*}*/

.record_tile{
    border-radius: 15px;
    background-color: #ffffff;
    padding: 10px;
    margin:4px;
    display: flex;
    flex-direction: column;
    line-height: 0.95;
}

button{
    background-color: #15377c;
    border-radius: 20px;
    padding:4px 15px 4px 15px;
    font-size: 16px;
    color:white;
}

button:hover{
    background-color: #1f4b8b;
    cursor: pointer;
}

.pic_box{
    background-color: rgba(255,255,255);
    border-radius: 10px;
    box-shadow: 0px 0px 7px 1px #8f8f8f;
}