@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../webfonts/GeneralSans-Extralight.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'General Sans';
  font-style: italic;
  font-weight: 200;
  src: url('../webfonts/GeneralSans-ExtralightItalic.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/GeneralSans-Light.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'General Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../webfonts/GeneralSans-LightItalic.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/GeneralSans-Regular.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'General Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../webfonts/GeneralSans-Italic.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/GeneralSans-Medium.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'General Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../webfonts/GeneralSans-MediumItalic.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/GeneralSans-Semibold.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'General Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../webfonts/GeneralSans-SemiboldItalic.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/GeneralSans-Bold.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'General Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../webfonts/GeneralSans-BoldItalic.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* General */

* {
  box-sizing: border-box;
}

body {
  font-family: 'General Sans', sans-serif;
  color: #072929;
  width: 100vw;
  overflow-x: hidden;
}

h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1;  
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

main {
  min-height: calc(100vh - 235px);
}

main:has(> section.banner) {
  min-height: calc(100vh - 117.5px);
}

main.page404 {
  padding-top: 90px;
}

/* Header */

header {
  width: 100%;
  color: #ffffff;
  padding: 30px 0;
  background-color: #072929;
}

header:has(+ main > section.banner) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 999;
}

header .navigation ul {
  margin: 0;
  padding: 0;
}

header .navigation ul li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}

header .navigation ul li a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 12%;
  transition: all 0.3s;
}

header .navigation ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

header .navigation ul li.current_page_item a {
  font-weight: 600;
}

header .logo {
  text-align: right;
}

header .logo img {
  width: 308px;
  display: block;
  margin-left: auto;
}

header .logo a {
  display: inline-block;
}

header .logo .mobile_nav_open {
  width: 40px;
  height: auto;
  cursor: pointer;
  margin: initial;
  display: none;
}

/* Banner */

section.banner {
  background-color: #072929;
  background-image: url('/wp-content/themes/tarr/assets/images/banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

body.home section.banner .banner_overlay {
  padding: 400px 0;
}

section.banner .banner_overlay {
  padding: 200px 0;
  color: #ffffff;
  text-align: center;
}

section.banner .banner_overlay h1 {
  text-align: left;
}

section.banner .banner_overlay h1:has(+ a.button) {
  margin-bottom: 55px;
  text-align: center;
}

section.banner .banner_overlay h1:has(+ .quote) {
  text-align: left;
  margin-bottom: 96px;
}

section.banner .banner_overlay h1:has(+ .date) {
  text-align: left;
  margin-bottom: 10px;
}

section.banner .banner_overlay .date {
  display: block;
  text-align: left;
  font-size: 25px;
  font-weight: 300;
}

section.banner .banner_overlay span.quote {
  display: block;
  text-align: left;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  padding-left: 200px;
  position: relative;
}

section.banner .banner_overlay span.quote::before {
  content: '';
  position: absolute;
  left: 75px;
  top: -75px;
  background-image: url('/wp-content/themes/tarr/assets/images/quote_shine.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  background-size: contain;
}

section.banner .banner_overlay a.button {
  display: inline-block;
  padding: 15px 65px 15px 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50px;
  background-color: #ffffff;
  color: #072929;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}

section.banner .banner_overlay a.button::after {
  content: '';
  height: 40px;
  width: 40px;
  background-color: #072929;
  position: absolute;
  top: 3.5px;
  right: 3.5px;
  border-radius: 100%;
  background-image: url('/wp-content/themes/tarr/assets/images/arrow_light.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

section.banner .banner_overlay a.button:hover {
  opacity: 0.8;
}

/* Column Text */

section.column_text {
  padding: 90px 0;
}

section.column_text p {
  font-size: 16px;
  line-height: 25px;
}

/* Alternating Text */

section.alternating_text .row {
  margin-bottom: 90px;
}

section.alternating_text .row:last-child {
  margin-bottom: 0;
}

section.alternating_text .row:nth-child(even) {
  flex-direction: row-reverse;
}

section.alternating_text .row p {
  font-size: 16px;
  line-height: 25px;  
}

section.alternating_text .row p:last-child {
  margin-bottom: 0;
}

/* Teaser Slider */

section.banner + section.teaser_slider {
  margin-top: -100px;
}

section.teaser_slider {
  width: calc(50vw + 665px);
  margin-left: auto;
  max-width: 100%;
}

section.teaser_slider .slick-list {
  padding:0 100px 0 0 !important;
}

section.teaser_slider .slide_single {
  padding: 0 30px;
  height: 100%;
}

section.teaser_slider .slide_single_inner {
  padding: 115px 30px 30px 30px;
  border-radius: 30px;
  display: flex;
  align-items: flex-end;
}

section.teaser_slider .slide_single_inner span,
section.teaser_slider .slide_single_inner strong {
  display: block;
}

section.teaser_slider .slide_single_inner span {
  font-size: 16px;
  letter-spacing: 12%;
  text-transform: uppercase;
}

section.teaser_slider .slide_single_inner strong {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}

/* Teaser Single */

section.teaser_single {
  padding-right: 20px;
}

section.teaser_single .teaser_single_inner {
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
  position: relative;
}

section.teaser_single .teaser_single_inner > div {
  position: relative;
  z-index: 3;
}

section.teaser_single .teaser_single_inner::before {
  content: '';
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  z-index: 2;
}

section.teaser_single .teaser_single_inner::after {
  content: '';
  background-color: #B6E7E1;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  z-index: 1;
  background-image: url('/wp-content/themes/tarr/assets/images/schraffur.png');
  background-position: center;
  background-repeat: no-repeat;
}

section.teaser_single .teaser_single_inner strong {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 25px;
}

section.teaser_single .teaser_single_inner span {
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
}

section.teaser_single .teaser_single_inner a.button {
  display: inline-block;
  padding: 15px 65px 15px 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50px;
  background-color: #B6E7E1;
  color: #072929;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}

section.teaser_single .teaser_single_inner a.button::after {
  content: '';
  height: 40px;
  width: 40px;
  background-color: #072929;
  position: absolute;
  top: 3.5px;
  right: 3.5px;
  border-radius: 100%;
  background-image: url('/wp-content/themes/tarr/assets/images/arrow_light.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

section.teaser_single .teaser_single_inner a.button:hover {
  opacity: 0.8;
}

/* Teaser */

section.teaser .teaser_headline {
  margin-bottom: 50px;
}

section.teaser .teaser_single {
  margin-bottom: 30px;
}

section.teaser span.icon {
  display: block;
  width: 80px;
  height: 80px;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  margin-bottom: 40px;
}

section.teaser strong.title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 12%;
  display: block;
  margin-bottom: 20px;
}

section.teaser span.text {
  font-size: 16px;
  line-height: 25px;
}

.block-container > section.teaser .teaser_single_inner {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
}

/* Container */

.block-container {
  padding: 100px 0;  
  position: relative;
}

.block-container * {
  z-index: 2;
}

.block-container::before {
  content: '';
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}

.block-container::after {
  content: '';
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}

.block-container:has(> section.teaser_single) {
  padding: 100px 0 120px 0;
}

/* Logos */

section.logos strong {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 6%;
  color: rgba(7,41,41,0.5);
}

section.logos ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

section.logos ul li {
  list-style: none;
  margin: 0 50px 0 0;
}

section.logos ul li img {
  height: 135px;
}

/* Quote */

section.quote .quote_inner {
  position: relative;
  font-size: 16px;
  line-height: 25px;
}

section.quote .quote_inner::before {
  content: '';
  position: absolute;
  height: 130px;
  width: 200px;
  background-image: url('/wp-content/themes/tarr/assets/images/quote.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  top: 50px;
  left: 50px;
}

section.quote .quote_inner h2 {
  margin-bottom: 70px;
}

/* Comittees */

section.committees {
  padding-left: 20px;
}

section.committees .committee_single {
  margin-bottom: 70px;
}

section.committees .committee_inner {
  padding: 30px 30px 75px 30px;
  border-radius: 20px;
  position: relative;
}

section.committees .committee_inner .before_element {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  z-index: 2;
}

section.committees .committee_inner .after_element {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 20px;
  z-index: 1;
  background-image: url('/wp-content/themes/tarr/assets/images/schraffur.png');
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
}

section.committees .committee_inner > div {
  position: relative;
  z-index: 2;
  width: 50%;
}

section.committees strong.title {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

section.committees span.description {
  font-size: 16px;
  line-height: 25px;
}

section.committees .tasks {
  width: calc(50% - 75px);
  margin-left: auto;
  background: #fff;
  z-index: 3;
  padding: 30px;
  position: relative;
  border-radius: 20px;
  min-height: 200px;
  margin-top: -100px;
  margin-right: 50px;  
}

section.committees .tasks span {
  display: block;
}

section.committees .tasks span:first-child {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 12%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

section.committees .tasks span:last-child {
  font-size: 16px;
  line-height: 25px;
}

/* Projects */

section.projects .projects_single {
  margin-bottom: 30px;
}

section.projects .projects_single .projects_single_inner {
  color: #ffffff;
  padding: 50px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
  position: relative;
  width: 530px;
  max-width: 100%;
  height: 100%;
}

section.projects .projects_single .projects_single_inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0,0,0,0.4);
}

section.projects .projects_single .projects_single_inner > div {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

section.projects .projects_single .projects_single_inner strong {
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

section.projects .projects_single .projects_single_inner span.description {
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 50px;
}

section.projects .projects_single .projects_single_inner ul {
  align-self: flex-end;
  margin: 0;
  padding: 20px 0 0 0;
  width: 100%;
  display: block;
  border-top: 1px solid #ffffff;
}

section.projects .projects_single .projects_single_inner ul li {
  list-style: none;
  display: block;
  margin-bottom: 20px;
}

section.projects .projects_single .projects_single_inner ul li:last-child {
  margin-bottom: 0;
}

section.projects .projects_single .projects_single_inner ul li a {
  display: block;
  color: #ffffff;
  position: relative;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 12%;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

section.projects .projects_single .projects_single_inner ul li a:hover {
  opacity: 0.8;
}

section.projects .projects_single .projects_single_inner ul li a::after {
  content: '';
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  position: absolute;
  top: 3.5px;
  right: 3.5px;
  border-radius: 100%;
  background-image: url('/wp-content/themes/tarr/assets/images/arrow_dark.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;  
}

/* Projectdata */

section.project_data .project_data_logo {
  margin-bottom: 70px;
  display: block;
  max-width: 100%;
  max-height: 135px;
}

section.project_data ul {
  margin: 0;
  padding: 0;
}

section.project_data ul li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 0.5px solid #000000;
}

section.project_data ul li:first-child {
  padding-top: 0;
}

section.project_data ul li:last-child {
  border: none;
  padding-bottom: 0;
}

section.project_data ul li strong {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 12%;
  font-weight: 600;
  margin-bottom: 5px;
}

section.project_data ul li span {
  display: block;
  font-size: 16px;
}

section.project_data .project_data_image {
  width: 100%;
  border-radius: 20px;
}

section.project_contact_person h3 {
  margin-bottom: 30px;
}

section.project_contact_person .contact_information img {
  width: 100%;
  border-radius: 20px;
}

section.project_contact_person .contact_information .contact_information_data {
  padding: 10px 0;
}

section.project_contact_person .contact_information .contact_information_data:first-child {
  border-bottom: 0.5px solid #000000;
}

section.project_contact_person .contact_information span,
section.project_contact_person .contact_information strong {
  display: block;
}

section.project_contact_person .contact_information strong {
  font-weight: 600;
}

section.project_contact_person .contact_information a {
  color: initial;
}

section.project_contact_person .contact_logo img {
  display: block;
  margin-left: auto;
  width: 200px;
}

/* Contact */

section.contact h2 {
  margin-bottom: 70px;
}

section.contact .contact_persons img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border-radius: 20px;
}

section.contact .contact_person_single {
  margin-bottom: 50px;
}

section.contact .contact_person_single strong {
  display: block;
  border-bottom: 0.5px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 10px; 
  font-weight: 600;
}

section.contact .contact_person_single span {
  display: block;
}

section.contact .contact_person_single span a {
  color: initial;
}

section.contact .cta_box {
  padding-right: 20px;
}

section.contact .cta_box_inner {
  padding: 30px 30px 75px 30px;
  border-radius: 20px;
  position: relative;
  background-color: #B6E7E1;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

section.contact .cta_box_inner::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  z-index: 2;
  background-color: #B6E7E1;
}

section.contact .cta_box_inner::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #B6E7E1;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  z-index: 1;
  background-image: url('/wp-content/themes/tarr/assets/images/schraffur.png');
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

section.contact .cta_box_inner > div {
  position: relative;
  z-index: 2;
  width: calc(70% + 40px);
  margin: auto;
}

.cta_email {
  width: 70%;
  margin: auto;
  background: #F6FAF3;
  position: relative;
  z-index: 3;
  padding: 30px;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  border-radius: 20px;
  margin-top: -40px;
}

.cta_email a {
  color: initial;
}

/* Posts */

section.posts .posts_headline {
  margin-bottom: 10px;
}

section.posts .posts_wrapper {
  column-count: 2;
  column-gap: 30px;
}

section.posts .posts_wrapper .post_single {
  margin-bottom: 28px;
  padding-top: 20px;
}

section.posts .posts_wrapper .post_single_inner a.post_image:not(:has img) {
  display: none;
}

section.posts .posts_wrapper .post_single_inner img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

section.posts .posts_wrapper .post_single_inner .post_teaser {
  padding: 30px;
  border-radius: 20px;
  background-color: #F6FAF3;
  position: relative;
}

section.posts .posts_wrapper .post_single_inner .post_teaser .post_category {
  position: absolute;
  background-color: #B6E7E1;
  padding: 10px;
  border-radius: 7px;
  font-size: 16px;
  line-height: 1;
  right: 18px;
  top: -18px;
  font-weight: 500;  
}

.post_details_category {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  z-index: 3;
}

.post_details_category span {
  background-color: #B6E7E1;
  padding: 10px;
  border-radius: 7px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}

section.posts .posts_wrapper .post_single_inner .post_image + .post_teaser {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

section.posts .posts_wrapper .post_single_inner .post_teaser .post_date {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: rgba(7, 41, 41, 0.5);
}

section.posts .posts_wrapper .post_single_inner .post_teaser .post_title {
  display: block;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 15px;
}

section.posts .posts_wrapper .post_single_inner .post_teaser .post_excerpt {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 40px;
  display: block;
}

section.posts .posts_wrapper .post_single_inner .post_teaser .post_excerpt p {
  margin: 0;
}

section.posts .posts_wrapper .post_single_inner .post_teaser .button_wrap {
  text-align: right;
}

section.posts .posts_wrapper .post_single_inner .post_teaser a.button {
  display: inline-block;
  padding: 15px 20px 15px 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50px;
  background-color: #072929;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}

section.posts .posts_wrapper .post_single_inner .post_teaser a.button:hover {
  opacity: 0.8;
}

/* Image */

section.image img {
  max-width: 100%;
  border-radius: 20px;
  display: block;
  margin: 30px 0;
}

section.images {
  margin-top: 30px;
}

section.images img {
  width: 100%;
  border-radius: 20px;
  display: block;
  margin-bottom: 30px;
}

/* Button */

a.button {
  display: inline-block;
  padding: 15px 20px 15px 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50px;
  background-color: #072929;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}

a.button:hover {
  opacity: 0.8;
}

/* Footer */

footer {
  background-color: #072929;
  color: #ffffff;
  padding: 30px 0;  
}

footer .logo_footer img {
  width: 308px;
  display: block;
}

footer .logo_footer a {
  display: inline-block;
}

footer .navigation_footer ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

footer .navigation_footer ul li {
  list-style: none;
  display: inline-block;
  margin-left: 25px;
}

footer .navigation_footer ul li a {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 12%;
  transition: all 0.3s;
}

footer .navigation_footer ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* Responsive */

@media only screen and (max-width: 1199px) {

  header .navigation {
    position: fixed;
    padding: 0;
    left: -100%;
    top: 0;
    height: 100vh;
    z-index: 999;
    width: 600px;
    max-width: 80%;
    background-color: #072929;
    transition: all 0.3s;
    box-shadow: 5px 0px 35px 0px rgba(200, 255, 231, 0.2);
    display: flex;
    align-items: center;
  }

  header .navigation nav {
    width: 100%;
  }

  header .navigation ul li {
    display: block;
    padding: 0;
    margin: 0;
  }

  header .navigation ul li:first-child a {
    border-top: 0.5px solid #C8FFE7;
  }

  header .navigation ul li a {
    display: block;
    padding: 10px;
    border-bottom: 0.5px solid #C8FFE7;
  }

  header .navigation ul li.current_page_item a {
    background-color: #C8FFE7;
    color: #072929;
  }

  header .navigation.open {
    left: 0;
  }

  header .logo {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header .logo .mobile_nav_open {
    display: block;
  }

  section.banner .banner_overlay h1 br,
  section.banner .banner_overlay span.quote br {
    display: none;
  }

}

@media only screen and (max-width: 991px) {

  section.committees .committee_inner > div {
    width: 100%;
  }

  section.committees .tasks {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding: 30px;
    min-height: initial;
    margin-top: -40px;
  }  

  section.banner .banner_overlay h1 {
    font-size: 45px;
  }

  section.teaser_slider .slide_single {
    padding: 0 20px;
  }

  section.teaser_slider .slide_single_inner {
    padding: 90px 20px 20px 20px
  }

  section.project_data ul {
  	margin-bottom: 30px;
  }

  section.posts .posts_wrapper {
    column-count: 1;
  }

  section.posts .posts_wrapper.slick-slider {
    margin: 0 -15px;
  }

  section.posts .posts_wrapper.slick-slider .post_single {
    padding: 20px 15px 0 15px;
    margin-bottom: 0;
  }

  section.posts .slick-dots {
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
  }

  section.posts .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: rgba(207, 228, 145, 0.5);
    transition: all 0.3s;
    cursor: pointer;
  }

  section.posts .slick-dots li.slick-active {
    background-color: #CFE491;
  }

  section.posts .slick-dots li button {
    display: none;
  }

  section.quote .quote_inner::before {
    display: none;
  }

  section.project_contact_person .contact_logo {
    margin-top: 30px;
  }

  section.project_contact_person .contact_logo img {
    margin-left: initial;
  }

}

@media only screen and (max-width: 767px) {

  section.banner .banner_overlay span.quote {
    padding-left: 0;
  }

  section.banner .banner_overlay span.quote::before {
    left: -75px;
    top: -125px;
  }

  section.banner .banner_overlay h1 {
    font-size: 35px;
    line-height: initial;
  }

  body.home section.banner .banner_overlay {
    padding: 300px 0;
  }  

  section.logos ul li img {
    height: 100px;
  }  

  footer .logo_footer {
    text-align: right;
  }

  footer .logo_footer img {
    margin-left: auto;
  }

  footer .navigation_footer ul {
    margin-top: 30px;
  }

}

@media only screen and (max-width: 565px) {

  * {
    hyphens: auto;
  }

  header .logo img {
    width: 250px;
  }

  body.home section.banner .banner_overlay {
    padding: 200px 0;
  }

  section.banner .banner_overlay span.quote::before {
    display: none;
  }

  section.banner .banner_overlay h1:has(+ .quote) {
    margin-bottom: 30px;
  }

  section.banner .banner_overlay h1 {
    font-size: 25px;
  }

  section.banner .banner_overlay span.quote {
    font-size: 20px;
    line-height: 1.3;
  }

  section.teaser_slider .slide_single_inner strong {
    font-size: 21px;
    line-height: 24px;
  }

  section.teaser_slider .slide_single_inner span {
    font-size: 10px;
  }

  section.teaser_slider .slide_single {
    padding: 0 15px;
  }  

  section.logos ul li img {
    height: 80px;
  }

  section.logos ul li {
    margin: 0 25px 0 0;
  }  

}