/* assistant-300 - latin */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/custom/lptheme/fonts/source-sans-pro/source-sans-pro-v21-latin-regular.woff2'); /* IE9 Compat Modes */
  src: local(''),
       url('/themes/custom/lptheme/fonts/source-sans-pro/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('/themes/custom/lptheme/fonts/source-sans-pro/source-sans-pro-v21-latin-300.woff2'); /* IE9 Compat Modes */
  src: local(''),
       url('/themes/custom/lptheme/fonts/source-sans-pro/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
}

body {
	font-family: 'Source Sans Pro';
	color: #3E3E3B;
}

.cookiesjsr-banner {
    background-color: #7297CE;
	font-size: 1.4em;
}
.cookiesjsr-settings {display: none;}
.cookiesjsr-links.links--row li a:hover {color: #fff; text-decoration: underline;}
@media screen and (max-width: 767px) {
  h1.page-title {font-size: 1.5em;}
  .title-bg {margin-top: -6em; height: 18em; background-size: cover !important; background-position: center center; background-repeat: no-repeat;}	
  .title-bg .title-wrapper h1, .title-bg .title-wrapper h2 {font-size: 1.5em;}
  .zitat{font-size: 1.4em;}
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
	  white-space: initial !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
}
@media screen and (max-width: 1245px) {
	#block-mainnavigation {}
}
@media screen and (min-width: 1246px) {
	#block-responsivemenumobileicon {display: none;}
}