/* Tabellen */
tbody {
	font-size: 15px;
}

.jtTableContainer table tr {
    border: none;
}

.jtrespo-scroll table tr td, .jtrespo-scroll table tr th {
    border: none;
    white-space: nowrap;
}

thead {
    background: #fff;
    color: #0069A4;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
}

/* Link-Farbe */
a, a:link, a:visited {
	color: #0069A4;
}

/* Weiterlesen Button */
.more-link:link, .more-link:visited {
  color: #fff;
  text-decoration: none;
  background: #00943F;
}
.more-link:hover, .more-link:active {
	background: #0069A4;
}

/* Farbe Suche */
.search-form .search-submit {
	background-color: #00943F;
}

.search-form .search-submit:hover, .search-form .search-submit:active {
	background-color: #0069A4;
}

/* Farbe Button */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #00943F;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background-color: #0069A4;
}

/* Navigation */
.primary-navigation-wrap, .footer-wrap {
	background-color: #0069A4;
}

@media only screen and (min-width: 55em) {
.main-navigation-menu a {
    padding: 1em 0.75em;
    border: none;
  font-size: 16px;
		}
}

/* Untermenüpunkte */
.main-navigation-menu ul {
	background-color: #508FCC !important;
}

.main-navigation ul ul {
	background-color: #4E8FCC;
}

/* Breite Sidebar */
@media only screen and (min-width: 55em) {
.site-content {
    display: grid;
    grid-template-columns: 7fr 2.25fr;
    grid-column-gap: 1.5rem;
  }
}

/* Breite Sidebar IE */
@media only screen and (min-width:55em) and (-ms-high-contrast:none), all and (-ms-high-contrast:active) {
.content-area {
    width: 90%;
    box-sizing: border-box;
    padding-right: 0.75rem;
}
}

/* Schrift Quicksand body, Menü, Überschriften*/
body, .main-navigation-menu, h1, h2, h3, h4, h5, h6 {
	font-family: 'Quicksand', Arial, sans-serif !important;
}

/* Schrift Complianz */
#cc-window.cc-type-categories.cc-floating {
    font-family: 'Quicksand', Arial, sans-serif;
}

/* Abstand Panels Startseite */
#pg-9-0, #pl-9 .so-panel {
	margin-bottom: -50px;
}

#pg-9-0, #pg-9-1, #pl-9 .so-panel {
    margin-bottom: -50px;
}

/*Ausgleich panels margin unten Startseite */
#pl-9 .so-panel:last-child {
    margin-bottom: 30px;
}

/* Blaue Box auf Seite Inklusionsunternehmen */
.bluebox {
	background: #508FCC;
  color: #fff;
  padding: 10px 20px 20px;
  margin-top: 50px;
}

/* Blaue Box Link */
.bluebox a {
    color: white;
}

/* Graue Box auf Seite Für Arbeitssuchende */
.greybox {
	background: #eee;
}

/* Content Bilder responsiv */
@media (max-width: 550px) {
  .alignright, .alignleft {
  	float: none;
    margin: 0 auto 20px;
  }
}

/* Video responsiv */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Hintergrund Header-Bild */
.site-header {
	background: url(https://inklusionsfirmen-berlin.de/wp-content/uploads/2019/12/bildleiste-LAG-IF_TOP-60px.jpg);
  background-size: cover;
  background-position: bottom;
}

@media (max-width: 1024px) {
  .site-header {
  	background-position: left;
  }
}

.datenschutz {
	margin-left: 18px;
}

.entry-meta {
	display: none;
}

/* Aufzählungen Inhalt */
ul.content-list {
	list-style: disc;
  padding: 0 0 0 20px;
}

/* Abstand Logo und Menü */
.site-branding .custom-logo {
  margin: 0 0 0.5em 18px;
}

.site-title a:link, .site-title a:visited {
  margin-left: 16px;
}

.site-description {
  margin: 0 0 0 18px;}

@media only screen and (min-width: 40em) {
.primary-navigation-container {
    padding: 0 0 0 30px;
  }}

/* Abstände Bilder Startseite */
#pl-9 .so-panel:last-child {
    padding: 0 0 30px 0;
  	margin-bottom: 30px;
}

/* Credits ausblenden */
.credit-link {
	display: none;
}

/* Liste Abstände */
.widget ul {
    list-style: disc;
    padding: 0 0 0 20px;
}