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