@media (orientation: portrait) {
    .content{}
    .navi_button{width:25px;height:28px;cursor:pointer;}
    .navi_button div{width: 100%;height: 4px;background-color: #F19300;margin: 5px 0;border-radius:5px;}
    .footer .break{flex-basis:100%;height:0;}
    .l_item{padding:0;}
    .msg_box{height:40vh;}
}
@media (orientation: landscape) {
    .content{}
    .navi_button{width:25px;height:28px;cursor:pointer;}
    .navi_button div{width: 100%;height: 5px;background-color: #F19300;margin: 6px 0;border-radius:5px;}
    .msg_box{height:100vh;}
}
.l_headline{flex-direction:column;align-items:center;}
.l_headline p{width:max-content;}
.navigation_desktop{display:none;}
.logo {max-width:70vw;}
.impressum{margin:3vh 4vw 3vh 5%;}

