@charset "UTF-8";
/* CSS Document mobiel liggend*/
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');
/* || RESET */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{background-color: redxx;	
}
h1 {
font-size: 1.8vw;
margin-top: -8.6%;
width: 48%;
}
h2 {
        font-size: 1.6vw;
                width: 80%;
        padding-left: 16%;
               }

header img{
	border: 1px rgb(244, 142, 35);
	border-style: solid;
width: 90%;
}
.homebutton  {
            width: 20px;
    height: 20px;
    margin-top: -5.5%;
    margin-right: 7%;
      			 }
.returnbutton  {
            width: 20px;
    height: 20px;
    margin-top: -5.5%;
    margin-right: 11.5%;
      			 }
.lokation-cell img{
                              width: 35px;
                              margin-left: 35px;

                           }



.categorie-menu {
font-size: 1.8vw;
border-left: 2px solid var(--defauldorange);
    }
	.categorie-menu a {
height: auto;
	}
.tbl-list {
                    width: 90%;  
border: 1px solid var(--defauldorange);	
height:  215px;
}
 tr td:nth-child(1){
        width: 160px;
                       }
tr td:nth-child(2){
    width: 120px;       
        }
tr td:nth-child(3){
font-size: 1vw;
           width: 300px;
            padding-left: 3.5%;
            border-bottom: 2px solid var(--defauldorange);
                            }
.fullsize{
                            
                           transition: transform 1.1s;
                           transform: scale(2.3);
margin-left: 5px;
                           transform-origin: top center;
                           padding-bottom: 2%;
                                                    border-bottom: 1px solid var(--defauldorange);
                                                                                                      
                                                  
                            }
.fullsize {
         max-width: 100vw;
 border-top:1vw solid rgba(53, 52, 52, 0.8);
         border-left:22vw solid rgba(53, 52, 52, 0.8);
	 border-right: 22vw solid rgba(53, 52, 52, 0.8);
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	transition: transform 0.5s;                         
                            }









