
/* -------------------------------------------------------------------------------- */
/*	Navigation & Menüs
/* -------------------------------------------------------------------------------- */
.site-header{
    min-height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.site-header .inside-header{
    width: 1280px;

}

@media (max-width: 768px){
.inside-header {
    justify-content: center;
}
}