:root {
  --bg-color: 255, 255, 255;
  --bg-color-1: 235, 235, 235;
  --bg-color-2: 247, 166, 0;
  --text-color: 36, 36, 36;
  --cp-color-1: 106, 155, 159;
  --cp-color-2: 199, 165, 78;
  --cp-color-3: 226, 203, 157;
  --cp-color-4: 13, 103, 156;
  --cp-color-5: 207, 37, 48;
  --cp-color-6: 240, 226, 197;
  --cp-color-7: 113, 35, 85;
  --cp-color-8: 48, 147, 204;
  --cp-color-8a: 48, 147, 204, 0.8;
  --cp-color-8d: 38, 122, 177;
  --cp-color-9: 186, 0, 17;
  --cp-color-9a: 186, 0, 17, 0.8;
}
.icon-arrow_down:before,
.icon-arrow_down_small:before,
.icon-arrow_left:before,
.icon-arrow_right:before,
.icon-arrow_up:before,
.icon-arrow_up_small:before,
.icon-close:before,
.icon-closeXXX:before,
.icon-document:before,
.icon-extern:before,
.icon-external:before,
.icon-facebook:before,
.icon-facebook2:before,
.icon-gebaerdensprache:before,
.icon-google:before,
.icon-ical:before,
.icon-instagram:before,
.icon-instagram_outline:before,
.icon-leichte_sprache:before,
.icon-lesezeit:before,
.icon-link:before,
.icon-linkedin:before,
.icon-links:before,
.icon-loading:before,
.icon-lupe:before,
.icon-mail:before,
.icon-navi:before,
.icon-phone:before,
.icon-print:before,
.icon-quotes:before,
.icon-rss:before,
.icon-spinner:before,
.icon-suche:before,
.icon-tick:before,
.icon-twitter:before,
.icon-typo3-message-error:before,
.icon-typo3-message-info:before,
.icon-typo3-message-ok:before,
.icon-vcard:before,
.icon-view:before,
.icon-xing:before,
.icon-youtube:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-arrow_down:before {
  content: '\f101';
}
.icon-arrow_down_small:before {
  content: '\f102';
}
.icon-arrow_left:before {
  content: '\f103';
}
.icon-arrow_right:before {
  content: '\f104';
}
.icon-arrow_up:before {
  content: '\f105';
}
.icon-arrow_up_small:before {
  content: '\f106';
}
.icon-close:before {
  content: '\f107';
}
.icon-closeXXX:before {
  content: '\f108';
}
.icon-document:before {
  content: '\f109';
}
.icon-extern:before {
  content: '\f10a';
}
.icon-external:before {
  content: '\f10b';
}
.icon-facebook:before {
  content: '\f10c';
}
.icon-facebook2:before {
  content: '\f10d';
}
.icon-gebaerdensprache:before {
  content: '\f10e';
}
.icon-google:before {
  content: '\f10f';
}
.icon-ical:before {
  content: '\f110';
}
.icon-instagram:before {
  content: '\f111';
}
.icon-instagram_outline:before {
  content: '\f112';
}
.icon-leichte_sprache:before {
  content: '\f113';
}
.icon-lesezeit:before {
  content: '\f114';
}
.icon-link:before {
  content: '\f115';
}
.icon-linkedin:before {
  content: '\f116';
}
.icon-links:before {
  content: '\f117';
}
.icon-loading:before {
  content: '\f118';
}
.icon-lupe:before {
  content: '\f119';
}
.icon-mail:before {
  content: '\f11a';
}
.icon-navi:before {
  content: '\f11b';
}
.icon-phone:before {
  content: '\f11c';
}
.icon-print:before {
  content: '\f11d';
}
.icon-quotes:before {
  content: '\f11e';
}
.icon-rss:before {
  content: '\f11f';
}
.icon-spinner:before {
  content: '\f120';
}
.icon-suche:before {
  content: '\f121';
}
.icon-tick:before {
  content: '\f122';
}
.icon-twitter:before {
  content: '\f123';
}
.icon-typo3-message-error:before {
  content: '\f124';
}
.icon-typo3-message-info:before {
  content: '\f125';
}
.icon-typo3-message-ok:before {
  content: '\f126';
}
.icon-vcard:before {
  content: '\f127';
}
.icon-view:before {
  content: '\f128';
}
.icon-xing:before {
  content: '\f129';
}
.icon-youtube:before {
  content: '\f12a';
}
.news {
  display: grid;
}
.news .hl2 {
  padding-bottom: 10px;
}
.news .month {
  position: relative;
  padding-bottom: 40px;
}
.news .teaser .hl4 {
  padding-top: 15px;
}
@media screen and (max-width: 980px) and (min-width: 640px) {
  .news .teaser .hl4 {
    padding-top: 25px !important;
  }
}
.botschafter .profile {
  padding-bottom: 60px;
  /*
	.profile__themes {
		padding-top: 20px;
	}

	.profile__themes p {
		padding-bottom: 10px;
	}
	*/
}
.botschafter .profile .text {
  overflow: hidden;
}
.botschafter .profile .profile__heading {
  color: rgb(var(--text-color));
  padding-bottom: 0;
}
.botschafter .profile .profile__location {
  padding-bottom: 20px;
}
.botschafter .profile .profile__link {
  padding-bottom: 2px;
  font-weight: 700;
}
.botschafter .profile .profile__link a {
  color: rgb(var(--cp-color-8));
  font-weight: 700;
}
.botschafter .profile .profile__link__label {
  width: 120px;
  display: inline-block;
  font-weight: 400;
}
.botschafter .projects .projects__heading {
  padding-bottom: 40px;
}
.botschafter .projects .teaser .wrap {
  padding: 0;
  margin-bottom: 30px;
}
.botschafter .projects .teaser .image {
  margin: 0 30px 0 0;
  width: 320px;
  float: left;
}
.botschafter .projects .teaser .hl5 {
  color: rgb(var(--text-color));
  padding-bottom: 10px;
}
.botschafter .projects .teaser .text p {
  padding-bottom: 10px;
}
.botschafter .news .teaser .wrap {
  background: white;
}
.botschafter .news .teaser .subline {
  background: rgb(var(--cp-color-8));
  top: 0;
  padding: 0 15px;
  left: 95px;
  color: white;
}
.botschafter .news .teaser .subline .date {
  font-weight: 700;
  line-height: 30px;
}
@media screen and (min-width: 640px) {
  .botschafter .news .teaser .subline {
    left: 235px;
  }
}
.botschafter .news .teaser .hl4 {
  color: rgb(var(--text-color));
  padding-top: 25px;
}
.botschafter .news .teaser a:hover .subline {
  background: rgb(var(--cp-color-9));
}
.botschafter .news .teaser a:hover .hl4 {
  color: rgb(var(--cp-color-9));
}
.botschafter .news .teaser .read-more {
  position: relative;
  left: auto;
  bottom: auto;
  text-indent: 0;
  width: auto;
  height: auto;
  text-transform: none;
  color: rgb(var(--text-color));
  background: none;
  font-size: 17px;
  font-weight: 400;
  display: none;
}
.botschafter .news .teaser .read-more:before {
  display: none;
}
.botschafter .news .listL .image,
.botschafter .news .listM .image {
  float: left;
  margin: -15px 15px -15px -15px !important;
}
@media screen and (min-width: 980px) {
  .botschafter .news .listL .image,
  .botschafter .news .listM .image {
    margin: -30px 30px -10px -30px !important;
  }
}
.botschafter .news .listL .image::after,
.botschafter .news .listM .image::after {
  content: none;
  display: none;
}
.botschafter .news .listL a:hover .image::after,
.botschafter .news .listM a:hover .image::after {
  border-width: 30px;
  margin-top: -30px;
  border-right-width: 20px;
  border-left-width: 0;
}
.botschafter .news .listL .text p,
.botschafter .news .listM .text p {
  padding-bottom: 0;
}
/*# sourceMappingURL=build/assets/scripts/news/style.css.map */
:root {
  --bg-color: 255, 255, 255;
  --bg-color-1: 235, 235, 235;
  --bg-color-2: 247, 166, 0;
  --text-color: 36, 36, 36;
  --cp-color-1: 106, 155, 159;
  --cp-color-2: 199, 165, 78;
  --cp-color-3: 226, 203, 157;
  --cp-color-4: 13, 103, 156;
  --cp-color-5: 207, 37, 48;
  --cp-color-6: 240, 226, 197;
  --cp-color-7: 113, 35, 85;
  --cp-color-8: 48, 147, 204;
  --cp-color-8a: 48, 147, 204, 0.8;
  --cp-color-8d: 38, 122, 177;
  --cp-color-9: 186, 0, 17;
  --cp-color-9a: 186, 0, 17, 0.8;
}
.icon-arrow_down:before,
.icon-arrow_down_small:before,
.icon-arrow_left:before,
.icon-arrow_right:before,
.icon-arrow_up:before,
.icon-arrow_up_small:before,
.icon-close:before,
.icon-closeXXX:before,
.icon-document:before,
.icon-extern:before,
.icon-external:before,
.icon-facebook:before,
.icon-facebook2:before,
.icon-gebaerdensprache:before,
.icon-google:before,
.icon-ical:before,
.icon-instagram:before,
.icon-instagram_outline:before,
.icon-leichte_sprache:before,
.icon-lesezeit:before,
.icon-link:before,
.icon-linkedin:before,
.icon-links:before,
.icon-loading:before,
.icon-lupe:before,
.icon-mail:before,
.icon-navi:before,
.icon-phone:before,
.icon-print:before,
.icon-quotes:before,
.icon-rss:before,
.icon-spinner:before,
.icon-suche:before,
.icon-tick:before,
.icon-twitter:before,
.icon-typo3-message-error:before,
.icon-typo3-message-info:before,
.icon-typo3-message-ok:before,
.icon-vcard:before,
.icon-view:before,
.icon-xing:before,
.icon-youtube:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-arrow_down:before {
  content: '\f101';
}
.icon-arrow_down_small:before {
  content: '\f102';
}
.icon-arrow_left:before {
  content: '\f103';
}
.icon-arrow_right:before {
  content: '\f104';
}
.icon-arrow_up:before {
  content: '\f105';
}
.icon-arrow_up_small:before {
  content: '\f106';
}
.icon-close:before {
  content: '\f107';
}
.icon-closeXXX:before {
  content: '\f108';
}
.icon-document:before {
  content: '\f109';
}
.icon-extern:before {
  content: '\f10a';
}
.icon-external:before {
  content: '\f10b';
}
.icon-facebook:before {
  content: '\f10c';
}
.icon-facebook2:before {
  content: '\f10d';
}
.icon-gebaerdensprache:before {
  content: '\f10e';
}
.icon-google:before {
  content: '\f10f';
}
.icon-ical:before {
  content: '\f110';
}
.icon-instagram:before {
  content: '\f111';
}
.icon-instagram_outline:before {
  content: '\f112';
}
.icon-leichte_sprache:before {
  content: '\f113';
}
.icon-lesezeit:before {
  content: '\f114';
}
.icon-link:before {
  content: '\f115';
}
.icon-linkedin:before {
  content: '\f116';
}
.icon-links:before {
  content: '\f117';
}
.icon-loading:before {
  content: '\f118';
}
.icon-lupe:before {
  content: '\f119';
}
.icon-mail:before {
  content: '\f11a';
}
.icon-navi:before {
  content: '\f11b';
}
.icon-phone:before {
  content: '\f11c';
}
.icon-print:before {
  content: '\f11d';
}
.icon-quotes:before {
  content: '\f11e';
}
.icon-rss:before {
  content: '\f11f';
}
.icon-spinner:before {
  content: '\f120';
}
.icon-suche:before {
  content: '\f121';
}
.icon-tick:before {
  content: '\f122';
}
.icon-twitter:before {
  content: '\f123';
}
.icon-typo3-message-error:before {
  content: '\f124';
}
.icon-typo3-message-info:before {
  content: '\f125';
}
.icon-typo3-message-ok:before {
  content: '\f126';
}
.icon-vcard:before {
  content: '\f127';
}
.icon-view:before {
  content: '\f128';
}
.icon-xing:before {
  content: '\f129';
}
.icon-youtube:before {
  content: '\f12a';
}
.filter {
  margin: 0 15px 40px;
  padding: 25px 0;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
}
.filter .text {
  margin: 0 !important;
}
.filter .text p {
  padding-bottom: 10px;
}
.filter .form {
  margin: 0;
}
.filter .item {
  padding: 0 20px 0 0;
  margin: 0;
  float: left;
  width: 30%;
  box-sizing: border-box;
}
.filter .item:nth-of-type(1) {
  padding: 0;
}
.filter .item:nth-of-type(4) {
  padding-right: 0;
  width: 40%;
}
.filter .form .item {
  padding: 0 20px 0 0;
  margin: 0;
  float: left;
  width: 30%;
  box-sizing: border-box;
}
.filter .form .item:nth-of-type(1) {
  padding: 0;
}
.filter .form .item:nth-of-type(4) {
  padding-right: 0;
  width: 40%;
}
@media screen and (min-width: 980px) {
  .filter {
    margin: 0 10% 40px;
  }
  .botschafter .filter {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 640px) {
  .filter {
    padding: 25px 0 10px !important;
  }
  .filter .item {
    width: 100% !important;
    float: none !important;
    padding: 0 0 15px !important;
  }
}
/*# sourceMappingURL=build/assets/scripts/news/style.css.map */
:root {
  --bg-color: 255, 255, 255;
  --bg-color-1: 235, 235, 235;
  --bg-color-2: 247, 166, 0;
  --text-color: 36, 36, 36;
  --cp-color-1: 106, 155, 159;
  --cp-color-2: 199, 165, 78;
  --cp-color-3: 226, 203, 157;
  --cp-color-4: 13, 103, 156;
  --cp-color-5: 207, 37, 48;
  --cp-color-6: 240, 226, 197;
  --cp-color-7: 113, 35, 85;
  --cp-color-8: 48, 147, 204;
  --cp-color-8a: 48, 147, 204, 0.8;
  --cp-color-8d: 38, 122, 177;
  --cp-color-9: 186, 0, 17;
  --cp-color-9a: 186, 0, 17, 0.8;
}
.icon-arrow_down:before,
.icon-arrow_down_small:before,
.icon-arrow_left:before,
.icon-arrow_right:before,
.icon-arrow_up:before,
.icon-arrow_up_small:before,
.icon-close:before,
.icon-closeXXX:before,
.icon-document:before,
.icon-extern:before,
.icon-external:before,
.icon-facebook:before,
.icon-facebook2:before,
.icon-gebaerdensprache:before,
.icon-google:before,
.icon-ical:before,
.icon-instagram:before,
.icon-instagram_outline:before,
.icon-leichte_sprache:before,
.icon-lesezeit:before,
.icon-link:before,
.icon-linkedin:before,
.icon-links:before,
.icon-loading:before,
.icon-lupe:before,
.icon-mail:before,
.icon-navi:before,
.icon-phone:before,
.icon-print:before,
.icon-quotes:before,
.icon-rss:before,
.icon-spinner:before,
.icon-suche:before,
.icon-tick:before,
.icon-twitter:before,
.icon-typo3-message-error:before,
.icon-typo3-message-info:before,
.icon-typo3-message-ok:before,
.icon-vcard:before,
.icon-view:before,
.icon-xing:before,
.icon-youtube:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-arrow_down:before {
  content: '\f101';
}
.icon-arrow_down_small:before {
  content: '\f102';
}
.icon-arrow_left:before {
  content: '\f103';
}
.icon-arrow_right:before {
  content: '\f104';
}
.icon-arrow_up:before {
  content: '\f105';
}
.icon-arrow_up_small:before {
  content: '\f106';
}
.icon-close:before {
  content: '\f107';
}
.icon-closeXXX:before {
  content: '\f108';
}
.icon-document:before {
  content: '\f109';
}
.icon-extern:before {
  content: '\f10a';
}
.icon-external:before {
  content: '\f10b';
}
.icon-facebook:before {
  content: '\f10c';
}
.icon-facebook2:before {
  content: '\f10d';
}
.icon-gebaerdensprache:before {
  content: '\f10e';
}
.icon-google:before {
  content: '\f10f';
}
.icon-ical:before {
  content: '\f110';
}
.icon-instagram:before {
  content: '\f111';
}
.icon-instagram_outline:before {
  content: '\f112';
}
.icon-leichte_sprache:before {
  content: '\f113';
}
.icon-lesezeit:before {
  content: '\f114';
}
.icon-link:before {
  content: '\f115';
}
.icon-linkedin:before {
  content: '\f116';
}
.icon-links:before {
  content: '\f117';
}
.icon-loading:before {
  content: '\f118';
}
.icon-lupe:before {
  content: '\f119';
}
.icon-mail:before {
  content: '\f11a';
}
.icon-navi:before {
  content: '\f11b';
}
.icon-phone:before {
  content: '\f11c';
}
.icon-print:before {
  content: '\f11d';
}
.icon-quotes:before {
  content: '\f11e';
}
.icon-rss:before {
  content: '\f11f';
}
.icon-spinner:before {
  content: '\f120';
}
.icon-suche:before {
  content: '\f121';
}
.icon-tick:before {
  content: '\f122';
}
.icon-twitter:before {
  content: '\f123';
}
.icon-typo3-message-error:before {
  content: '\f124';
}
.icon-typo3-message-info:before {
  content: '\f125';
}
.icon-typo3-message-ok:before {
  content: '\f126';
}
.icon-vcard:before {
  content: '\f127';
}
.icon-view:before {
  content: '\f128';
}
.icon-xing:before {
  content: '\f129';
}
.icon-youtube:before {
  content: '\f12a';
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px;
  box-sizing: border-box;
}
.pagination * {
  box-sizing: inherit;
}
.pagination .pagination-nav,
.pagination .pagination-status {
  margin-bottom: 15px;
}
.pagination .pagination-list {
  list-style: none;
  margin: 0 15px 0 0;
  padding: 0;
  display: flex;
  float: none;
}
.pagination .pagination-list li {
  margin: 0 2px;
  display: flex;
  align-items: stretch;
}
.pagination .pagination-list li > a,
.pagination .pagination-list li > span {
  min-width: 42px;
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 42px;
  padding: 0 8px;
  color: rgb(var(--cp-color-8));
  background-color: rgba(48, 147, 204, 0.2);
  font-weight: 700;
}
.pagination .pagination-list li > a:hover,
.pagination .pagination-list li > span:hover {
  color: white;
  background: rgb(var(--cp-color-8));
}
.pagination .pagination-list li.active > a,
.pagination .pagination-list li.current > a,
.pagination .pagination-list li.active > span,
.pagination .pagination-list li.current > span {
  color: white;
  background-color: rgb(var(--cp-color-8));
}
.pagination .pagination-list li.disabled {
  display: none;
}
.results {
  margin: 0 15px 40px;
}
@media screen and (min-width: 980px) {
  .results {
    margin: 0 10% 80px;
  }
  .results__sum {
    float: left;
    line-height: 24px;
    padding: 10px 0;
  }
  .results__view {
    float: right;
  }
  .results__view__label {
    float: left;
    display: block;
    padding: 2px 15px;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
  }
  .results__view__option {
    float: left;
    display: block;
    text-align: center;
    line-height: 42px;
    padding: 0 15px;
    color: rgb(var(--cp-color-8));
    border: 1px solid rgb(var(--cp-color-8));
    text-transform: uppercase;
    font-weight: 700;
  }
  .results__view__option.active {
    color: white;
    background: rgb(var(--cp-color-8));
  }
}
/*# sourceMappingURL=build/assets/scripts/news/style.css.map */