html, body{
    margin:0;
    padding:0;
    min-height:100%;
	
}

body{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
    font-family:'Ubuntu', sans-serif;
	background: #ffffff;
}

main{
    flex:1;
}

@media (min-width:601px){
	
	.mobile {display:none !important;}
	
	/* header Bereich */
	.top-bar{width:100%;background:#000;display:flex;align-items:center;justify-content:center;}
	.top-bar-inner{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 0px;}
	.top-bar-right{display:flex;align-items:center;border:0px solid #ffffff;}
	.logo-box{display:flex;align-items:center;}
	.logo-left{display:flex;align-items:center;}
	.logo-left img{max-height:50px;width:auto;display:block;}
	.logo-right{margin-left:25px;font-size:70px;font-weight:800;display:flex;align-items:center;}
	.home-button{display:flex;align-items:center;height:50px;text-decoration:none;padding-left:15px;}
	.home-button .logo-box{display:flex;align-items:center;}
	.home-button .logo-left img{height:32px;width:auto;}
	.home-button .logo-right{font-size:24px;margin-left:10px;display:flex;align-items:center;}
	.text-white{color:#ffffff;}
	.text-blue{color:#2b84ad;}
	.text-de{color:#ffffff;font-weight:300;letter-spacing:-1px;}

}

@media (max-width:600px){
	
	.desktop {display:none !important;}
	
	/* header Bereich */
	.top-bar{width:100%;background:#000000;display:flex;align-items:center;justify-content:center;}
	.top-bar-inner{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 0px;}
	.home-button{display:flex;align-items:center;justify-content:center;height:50px;color:#fff;text-decoration:none;border:0px solid #ffffff;}
	.home-icon{font-size:34px;font-weight:bold;width:100%;height:100%;padding-top:7px;padding-left:20px;padding-right:20px;}
	.home-icon:hover{background:orange;}
	.logo-box{display:flex;align-items:center;}
	.logo-left{display:flex;align-items:center;}
	.logo-left img{max-height:20px;width:auto;display:block;margin-left:10px;}
	.logo-right{margin-left:7px;font-size:16px;font-weight:800;display:flex;align-items:center;}
	.text-white{color:#ffffff;}
	.text-blue{color:#2b84ad;}
	.text-de{color:#ffffff;font-weight:300;letter-spacing:-1px;}
	
	/* topnavimobile */
	select.topnavimobile{font-size:20px;width:100%;box-sizing:border-box;padding:10px;background:#ffffff;color:#000000;outline:none;}

}