.logo-img, .logo-img-sm {
 max-height: none !important;
 max-width: none;
}

.t4-logo {
    display: block;
    width: auto;
    height: auto;
}

.t4-megamenu .navbar-nav > li > a {
    padding: 0.5rem 1rem !important;
    height: auto !important;
}

.t4-footnav .container {
    padding-top: 0;
    padding-bottom: 0;
}

div.t4-sticky {
  position: sticky !important;
  top: 0 !important;
}

.startseite {
  margin-bottom: 20px;
  display: block;
}

.page-header h2, .content-category h2, .contact-category h2{
    display: flex;
    justify-content: center;
    background-color: rgba(48, 104, 184, 0.90);
	padding: 2rem 10px 2rem 10px;
	margin-top: 0px;
}

#jform_captcha {
	margin-top: 67px;
	margin-left: 10px;
}

#jform_captcha-lbl {
	margin-left: 10px;
}

#karte1 {
    color: black;
    margin: 30px 0 0 0;
    border: 1px solid black;
}

#karte2 {
    height: 500px;
    width: 80%;
    margin: 30px 0 0 0;
    float: none;
    display: inline-block;
    border: 1px solid rgb(33, 37, 41);
}

.equalDivide5 tr td { 
    width:20%; 
}

.equalDivide3 tr td { 
    width:33%; 
}

.datenschutzbox {
    width: 100%;
    border: 2px solid rgb(33, 37, 41);
    display: inline-block;
    text-align: left;
    padding: 0 5px 0 5px;
    margin-top: 30px;
}

.page-header h2, .content-category h2, .item-page .page-header h2, .item-page .page-header .h2 {
  font-size: var(--h3-font-size);
}
@media (min-width: 768px) {
  .page-header h2, .content-category h2, .item-page .page-header h2, .item-page .page-header .h2 {
    font-size: var(--h2-font-size);
  }
}
@media (min-width: 992px) {
  .page-header h2, .content-category h2, .item-page .page-header h2, .item-page .page-header .h2 {
    font-size: var(--h1-font-size);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #Tabelle5Spalten { display: none; }
  #Tabelle3Spalten { display: none; }
  #Tabelle1Spalte { display: block; }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #Tabelle5Spalten { display: none; }
  #Tabelle3Spalten { display: block; }
  #Tabelle1Spalte { display: none; }
}

@media screen and (min-width: 1201px) {
  #Tabelle5Spalten { display: block; }
  #Tabelle3Spalten { display: none; } 
  #Tabelle1Spalte { display: none; }
}

@font-face {
  font-display: swap;
}