/*
Theme Name: Pugilist
Theme URI: https://www.example.com/divi-child/
Description: Divi Child Theme
Author: Pugilist
Template: Divi
Version: 1.0.0
*/

body {
    font-family: 'Kameron', Arial, Tahoma, Verdana !important;
    color: #444;
    -webkit-animation: bugfix infinite 1s;
    font-size: 1rem;
    line-height: 1.4;
    position: static;
}



@media only screen and (min-width: 81.25em) {
#logo {
    max-height: unset;
    width: 207px;
    margin: 0;
    margin-top: -19px;
	z-index: 10000;
}
	.et_pb_svg_logo #logo {
    height: 100%;
}
}

.container {  width: 98%;  max-width: unset; }

#top-header  {
    height: 2.5rem;
    background-color: #fbfbfb;
    padding: 0.75rem 0;
	z-index: 9999;
}
#top-header .container {
    padding-top: unset;
    margin-top: -7px;
}

#top-header a, #top-header a {
    color: #cda600;
    text-transform: uppercase;
    font-weight: lighter;
}

ul, ol, dl {
    font-family: initial;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

#top-menu a {
    color: #000;
    padding: 8px 0 8px 0.9375em;
    font-size: 1.1em;
}
.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding-bottom: 20px;
}

.bindestrich {
  display: inline-block; /* Ermöglicht die Verwendung von ::before und ::after */
  position: relative; /* Für die Positionierung der Bindestriche */
}

.bindestrich::before,
.bindestrich::after {
  content: ''; /* Erzeugt den Inhalt (hier: den Bindestrich) */
  position: absolute; /* Positioniert die Bindestriche absolut */
  top: 50%; /* Vertikal zentriert die Bindestriche */
  transform: translateY(-50%); /* Feinjustierung der vertikalen Zentrierung */
  width: 60px; /* Länge des Bindestrichs (anpassen nach Bedarf) */
  height: 3px; /* Dicke des Bindestrichs */
  background-color: white; /* Farbe des Bindestrichs */
}

.bindestrich::before {
  left: calc(-60px - 5px); /* Positioniert den linken Bindestrich */
}

.bindestrich::after {
  right: calc(-60px - 5px); /* Positioniert den rechten Bindestrich */
} 

.menu-sub ul.level-1 > li + li {
    border-left: 1px solid #ddd;
}


