/*

*/

div {
box-sizing: border-box;
}

.header {
width: 100%;

}

footer {
width: 100%;

}

.mobilmenu {
display: none;
}

.menu_top {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: flex-start;
align-content: space-between;
gap: 30px;
margin-bottom: 10px;
background-color: #efefef;
padding: 10px;
}

.flightblock.search {
padding: 20px;
box-shadow: 0 0 5px #efefef;
margin-top: 20px;
margin-bottom: 20px;
}