/* Global */
p, li {
    font-family: Verdana !important;
	color: #000 !important;
}

p {
	line-height: 1.7em !important;
}

h1 {
    font-family: Verdana !important;
	font-size: 30px !important;
}

h2 {
    font-family: Verdana !important;
	font-size: 28px !important;
}

/* Tabs innerhalb Inhalt "Tabelle" */
.flexContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.flexBox {
  flex: 1 1 45%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .flexBox {
    flex: 1 1 100%;
  }
}

/* Header Umlaufendes Bild */
.bildUmlauf .bildUmlaufContainer{
  overflow: visible;
}

.bildUmlauf .float-right{
  float: right;
  margin: 0 0 1rem 1rem;
  max-width: 50%;     
  width: 500px;         
  height: auto;
  display: block;
  border-radius: 5px;
  object-fit: cover;
}

/* Header Menü */
.et-menu li li a {
    padding: 5px 10px; 
    width: 280px;
}
.nav li ul {
    position: absolute;
    padding: 10px 0; 
    width: 300px;
}

.nav li li {
	padding: 0 10px;
}

.left-menu .sub-menu {
left: 1px!important;
}

/* Bildnachweise */
.bildnachweis-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
}

.bildnachweis-wrapper img {
    max-width: 100px;
    height: auto;
    margin-right: 10px;
}

.bildnachweis-text {
    font-size: 0.9em;
    color: #555;
}

