﻿/* HEADER */
.kopfbereich{
  position: sticky;
  top: 0;
  z-index: 5000;
  width: 100%;
  background: #000;
  box-shadow: 0 12px 35px rgba(0,0,0,.35);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.kopfbereich .frame a:not([class]) {color:#fff;}
.kopfbereich .container-fluid{
  padding-left: 0;
  padding-right: 0;
}

/* TYPO3 Abstände entfernen */
.kopfbereich .frame,
.kopfbereich figure,
.kopfbereich p{
  margin: 0 !important;
	padding:0;
}

.kopfbereich .frame-group-container,
.kopfbereich .frame-container,
.kopfbereich .frame-inner{
  padding: 0 !important;
}

/* Top Row */
.kopfbereich .row:first-child{
  padding: 8px 18px 4px;
  align-items: center;
}

/* Headerlogos links */
.headerlogos{
  text-align: left;
}

.headerlogos img{
  max-width: 220px !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.headerlogos .figure picture {margin:0 !important;}

/* Spruch rechts */
.logo-spruch{
  color: rgba(255,255,255,.9);
  font-size: 14px;
  line-height: 1.3;
}

.logo-spruch p{
  text-align: right;
}

.logo-spruch a{
  color: #fff;
  text-decoration: none;
}

/* Hauptlogo zentriert, NICHT rund */
.header-logo{
}

.header-logo img{
  width: 400px !important;
  max-width: 90vw !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
}

/* Menü */
.header-menu{
  width: 100%;
  display: flex;
  justify-content: center;

	
}

.header-menu ul.navilo{
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 1280px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.header-menu ul.navilo > li{
  position: relative;
}

.header-menu a{
  display: block;
  padding: 17px 24px;
  color: rgba(255,255,255,.94);
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}

.header-menu a:hover{
  background: rgba(255,255,255,.14);
  color: #fff;
}

/* Mobil */
@media (max-width: 768px){
  .headerlogos,
  .logo-spruch,
  .logo-spruch p{
    text-align: center;
  }

  .headerlogos img{
    max-width: 300px !important;
    margin: 0 auto !important;
  }

  .logo-spruch{
    margin-top: 6px;
    font-size: 13px;
  }

  .header-logo img{
    width: 300px !important;
  }

  .header-menu ul.navilo{
    flex-wrap: wrap;
  }

  .header-menu a{
    padding: 13px 14px;
    font-size: 15px;
  }
}