:root {
  --co-blue: #008cc8;
  --co-green: #3cffbe;
  --og-grey: #404955;
  --black: black;
  --white: white;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: var(--co-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: var(--co-blue);
  margin-top: 3px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

p {
  margin-bottom: 8px;
}

a {
  color: #333;
  font-weight: 500;
  text-decoration: underline;
  transition: all .125s;
}

a:hover {
  color: #4082d6;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.intro-slides {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
  min-height: 640px;
  display: flex;
  position: relative;
}

.co-logo-colour {
  background-image: url('../images/CO_Icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  width: 400px;
  height: 100%;
  position: absolute;
}

.menu-block {
  z-index: 100;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  top: 0;
}

.menu-bar-colour {
  opacity: 0;
  background-image: linear-gradient(to right, #262626, #0e0e0e);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-content {
  align-self: center;
  display: flex;
  position: relative;
}

.social-icon-menu {
  background-image: linear-gradient(120deg, rgba(60, 255, 190, 0), rgba(0, 140, 200, 0));
  border: 1.5px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.social-icon-menu:hover {
  background-image: linear-gradient(120deg, #3cffbe, #008cc8);
  transform: scale(1.125);
}

.social-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.social-icon.phone {
  background-image: url('../images/phone-1.svg');
}

.social-icon.email {
  background-image: url('../images/email.svg');
}

.social-icon.xing {
  background-image: url('../images/xing.svg');
}

.social-icon.insta {
  background-image: url('../images/insta.svg');
}

.slider {
  background-color: rgba(0, 0, 0, .15);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bio-frame {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bio-frame._009 {
  background-image: url('../images/009.jpg');
}

.bio-frame._007 {
  background-image: url('../images/007.jpg');
}

.bio-frame._006 {
  background-image: url('../images/006.jpg');
}

.bio-frame._008 {
  background-image: url('../images/008.jpg');
}

.bio-frame._010 {
  background-image: url('../images/010.jpg');
}

.bio-frame._005 {
  background-image: url('../images/005.jpg');
}

.bio-frame._004 {
  background-image: url('../images/004.jpg');
}

.bio-frame._003 {
  background-image: url('../images/003.jpg');
}

.menu-trigger {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Exo, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.15;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blue-bold {
  color: var(--co-blue);
  margin-left: 2px;
  margin-right: 2px;
  font-weight: 700;
}

.footer-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--co-green);
}

.slide-tinter {
  opacity: .65;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.logos {
  flex: 1;
  height: 60px;
  position: relative;
}

.intro-container {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.central-line {
  background-image: linear-gradient(rgba(60, 255, 190, 0), #3cffbe 25%, rgba(60, 255, 190, .61) 75%, rgba(60, 255, 190, 0));
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  transform: translate(-20px);
}

.intro-text-container {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px 20px;
  font-family: Exo, sans-serif;
  font-size: 54px;
  font-weight: 200;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.section {
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.darker {
  background-image: linear-gradient(120deg, #1f1f1f, #000);
}

.section.green-blend {
  background-image: linear-gradient(120deg, var(--co-green), var(--co-blue));
}

.section.contact {
  background-color: var(--og-grey);
  background-image: linear-gradient(to bottom, var(--og-grey), #191b1f);
  padding-top: 100px;
  padding-bottom: 110px;
}

.section.blue-blend {
  background-image: linear-gradient(120deg, var(--co-blue), var(--co-green));
}

.content {
  flex-direction: column;
  align-items: center;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.panels-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.panel-50 {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
  font-size: 18px;
}

.body {
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.row {
  flex: 1;
  margin-bottom: 20px;
  display: flex;
}

.panel-33 {
  background-image: linear-gradient(120deg, var(--co-green), var(--co-blue));
  color: #333;
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  flex: auto;
  align-items: center;
  width: 33.33%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px 15px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.portfolio {
  color: #000;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
}

.white {
  color: #fff;
}

.contact-header {
  color: var(--co-green);
  text-align: left;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
}

.row-single {
  flex: 1;
  display: flex;
}

.columns {
  color: #fff;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.columns.footer-logos {
  border-top: 1px dotted rgba(255, 255, 255, .2);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.left-column {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.right-column {
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.polygons-pattern {
  opacity: .1;
  background-image: url('../images/polygons_2.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hexagons-pattern {
  opacity: .18;
  background-image: url('../images/hexagons.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hexagon-pattern-2 {
  opacity: .04;
  background-image: url('../images/hexagons_2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.signature {
  text-align: justify;
  background-image: url('../images/signature_solo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100px;
  margin-top: 20px;
}

.contact-icon-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  transform: translate(0, -1px);
}

.contact-icon-block.call {
  background-image: url('../images/phone.svg');
  background-size: auto;
}

.contact-icon-block.mobile {
  background-image: url('../images/mobile.svg');
  background-size: auto;
}

.contact-icon-block.mail {
  background-image: url('../images/mail.svg');
  background-size: auto;
}

.contact-icon-block.xing {
  background-image: url('../images/xing_1.svg');
  background-size: auto;
}

.contact-icon-block.insta {
  background-image: url('../images/insta_blue.svg');
  background-size: auto;
}

.portfolio-list {
  text-align: left;
  margin-bottom: 15px;
  margin-right: 5px;
}

.portfolio-lower {
  color: var(--black);
  line-height: 21px;
}

.polygons-pattern-larger {
  opacity: .1;
  background-image: url('../images/polygons.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bio {
  text-align: left;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  font-weight: 400;
}

.columns-dark {
  color: #000;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}

.right-column-dark {
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  padding-right: 0;
  display: block;
}

.contacts-block {
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.bio-link {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.bio-link:hover {
  color: #fff;
}

.bio-text {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.semibold {
  font-weight: 600;
}

.section-inner {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 150px 50px 100px;
  position: relative;
  overflow: hidden;
}

.section-inner.blue-cover {
  background-color: var(--co-blue);
}

.section-inner.green-cover {
  background-color: var(--co-green);
}

.menu-bar-colour-inner {
  background-image: linear-gradient(120deg, #262626, #0e0e0e);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heart-pic {
  background-image: url('../images/hearts_white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 130px;
}

.bio-under {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.bio-50 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  width: 40%;
  display: flex;
}

.impressum-headers {
  color: #000;
  margin-top: 15px;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.polygons-pattern-impressum {
  opacity: .15;
  background-image: url('../images/polygons.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.impressum-pad {
  padding-right: 5px;
}

.legal-link:hover {
  color: #fff;
}

.hexagon-pattern-3 {
  opacity: .06;
  background-image: url('../images/hexagons_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.datenschutz-block {
  font-size: 14px;
  line-height: 18px;
}

.datenschutz-block strong {
  margin-bottom: 2px;
  font-weight: 600;
  display: inline-block;
}

.datenschutz-block a {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  transition: all .125s;
}

.datenschutz-block a:hover {
  color: var(--co-blue);
}

.datenschutz-block li {
  margin-bottom: 8px;
  list-style-type: lower-alpha;
}

.datenschutz-block h4 {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 19px;
}

.content-datenschutz {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-impressum {
  flex-direction: column;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-impressum.columnic {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.impressum-text {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 18px;
}

.mobile-menu {
  background-image: linear-gradient(to right, #262626, #0e0e0e);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  transform: translate(-100%);
}

.mobile-menu-fill {
  opacity: .08;
  background-image: url('../images/hexagons_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mobile-footer {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-size: 10px;
  line-height: 2;
  position: relative;
}

.mobile-menu-content {
  align-self: center;
  display: flex;
  position: relative;
}

.html-embed {
  display: block;
}

.mobile-burger {
  color: var(--co-green);
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: none;
  position: relative;
  transform: translate(20px);
}

.burger-bars {
  color: var(--co-green);
  background-image: url('../images/burger.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 30px 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.burger-close {
  color: var(--co-green);
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 30px 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-divider {
  flex: none;
  width: 60px;
}

.footer-uwp {
  height: 100px;
}

.footer-bab {
  height: 80px;
}

.logos-block {
  flex: none;
  width: 100px;
  margin-left: 40px;
  padding-top: 15px;
}

.umwelt-image {
  margin-bottom: 20px;
}

.custom-slider-nav {
  z-index: 100;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 90px;
  bottom: 0;
  right: 50px;
}

.slider-left {
  cursor: w-resize;
  background-image: url('../images/slider-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 30px;
  height: 60px;
  margin-right: 15px;
  transition: opacity .15s;
}

.slider-left:hover {
  opacity: .5;
}

.slider-right {
  cursor: e-resize;
  background-image: url('../images/slider-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 30px;
  height: 60px;
  margin-left: 15px;
  transition: opacity .15s;
}

.slider-right:hover {
  opacity: .5;
}

.slide-message-container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-paragraph-smaller {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.slide-page-linker {
  color: #30d1ff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .25);
  border: 1px solid #fff;
  flex: none;
  padding: 5px 10px 4px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
}

.slide-page-linker:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
}

.left-gradient-line {
  background-image: linear-gradient(to bottom, rgba(60, 255, 190, 0), var(--co-green) 15%, rgba(60, 255, 190, .75) 85%, rgba(60, 255, 190, 0));
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
}

.slide-paragraph-medium {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.3;
}

.news-container {
  flex: none;
  align-items: center;
  min-height: 200px;
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
}

.slide-text-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.slide-text-block.inset {
  margin-bottom: 0;
  padding-left: 30px;
}

.slide-header {
  color: var(--co-green);
  max-width: 700px;
  margin-bottom: 10px;
  font-size: 44px;
  line-height: .95;
}

.slide-message-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 960px;
  max-width: 960px;
  display: flex;
}

.slide-arrow-span {
  font-size: 15px;
  font-weight: 300;
}

.slide-paragraph-main {
  color: #fff;
  width: 100%;
  max-width: 700px;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.25;
}

.slide {
  background-image: none;
  background-position: 0 0;
  position: relative;
}

.slide-badge {
  flex: none;
  width: 180px;
  height: 180px;
  margin-left: 40px;
}

.badge-circle {
  background-image: linear-gradient(135deg, var(--co-green), var(--co-blue));
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.badge-circle.lsp {
  background-image: url('../images/circle_LSP.svg'), linear-gradient(135deg, var(--co-green), var(--co-blue));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.badge-circle._2009 {
  background-image: url('../images/circle_2009.svg'), linear-gradient(135deg, var(--co-green), var(--co-blue));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.badge-circle.nah {
  background-image: url('../images/circle_nah.svg'), linear-gradient(135deg, var(--co-green), var(--co-blue));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.badge-circle.bab {
  background-image: url('../images/BAB_Vert_White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 0%;
}

.badge-circle.qub {
  background-image: url('../images/QuB_Light_Tall.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
}

.badge-circle.umwelt {
  background-image: url('../images/UWP_Neg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  border-radius: 0%;
}

.slides-link {
  color: var(--co-green);
}

.slides-link:hover {
  color: var(--white);
}

.contact-line {
  color: #fff;
  cursor: pointer;
  flex-flow: row;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 300;
  text-decoration: none;
  transition: color .125s;
  display: flex;
}

.contact-line:hover {
  color: var(--co-green);
}

.intro-slide {
  background-color: var(--og-grey);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-image {
  aspect-ratio: 2;
  object-fit: cover;
  flex: none;
  min-height: 100%;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 42px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    margin-top: 2px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .intro-slides {
    height: 55vh;
    min-height: 600px;
  }

  .menu-block {
    height: 80px;
  }

  .social-icon-menu {
    width: 44px;
    height: 44px;
    margin-left: 12px;
  }

  .footer {
    height: 40px;
  }

  .logos {
    height: 50px;
  }

  .intro-text-container {
    font-size: 42px;
  }

  .section {
    padding: 50px 50px 60px;
  }

  .section.contact {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .content {
    width: 100%;
  }

  .panel-50 {
    margin-left: 5px;
    margin-right: 5px;
    padding: 25px 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .row {
    margin-bottom: 10px;
  }

  .panel-33 {
    margin-left: 5px;
    margin-right: 5px;
    padding: 20px 0;
    font-size: 14px;
  }

  .portfolio {
    font-size: 15px;
  }

  .contact-header {
    width: auto;
    font-size: 34px;
    line-height: 1.1;
  }

  .columns {
    width: auto;
    font-size: 18px;
  }

  .columns.footer-logos {
    margin-top: 15px;
    padding-top: 20px;
  }

  .signature {
    height: 80px;
  }

  .contact-icon-block {
    width: 26px;
    height: 26px;
  }

  .portfolio-list {
    margin-bottom: 10px;
    line-height: 18px;
  }

  .portfolio-lower {
    line-height: 18px;
  }

  .bio {
    width: auto;
    font-size: 34px;
  }

  .columns-dark {
    margin-top: 20px;
  }

  .bio-text {
    width: auto;
    font-size: 15px;
    line-height: 20px;
  }

  .section-inner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .heart-pic {
    height: 120px;
  }

  .impressum-headers {
    margin-top: 12px;
    margin-bottom: 3px;
  }

  .datenschutz-block {
    font-size: 13px;
    line-height: 17px;
  }

  .datenschutz-block h4 {
    font-size: 14px;
    line-height: 18px;
  }

  .content-impressum {
    max-width: none;
  }

  .logo-divider {
    width: 50px;
  }

  .footer-uwp {
    height: 80px;
  }

  .footer-bab {
    height: 65px;
  }

  .logos-block {
    width: 90px;
    padding-top: 12px;
  }

  .custom-slider-nav {
    top: 80px;
    bottom: 0;
  }

  .slider-left {
    width: 25px;
    height: 50px;
    margin-right: 10px;
  }

  .slider-right {
    width: 25px;
    height: 50px;
    margin-left: 10px;
  }

  .slide-message-container {
    padding-left: 50px;
    padding-right: 140px;
    top: 80px;
  }

  .slide-paragraph-smaller {
    font-size: 16px;
  }

  .slide-paragraph-medium {
    font-size: 15px;
  }

  .news-container {
    min-height: 180px;
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .slide-text-block.inset {
    padding-left: 20px;
  }

  .slide-header {
    font-size: 28px;
  }

  .slide-message-block {
    width: auto;
  }

  .slide-paragraph-main {
    font-size: 17px;
  }

  .slide-badge {
    width: 120px;
    height: 120px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  p {
    margin-bottom: 6px;
  }

  .intro-slides {
    height: 35vh;
    min-height: 480px;
  }

  .co-logo-colour {
    width: 100%;
  }

  .menu-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .social-icon-menu {
    width: 40px;
    height: 40px;
    margin-left: 8px;
  }

  .menu-trigger {
    top: -15px;
  }

  .footer {
    height: 35px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logos {
    height: 50px;
  }

  .intro-text-container {
    font-size: 34px;
    line-height: 1.25;
  }

  .section {
    padding: 40px 25px 50px;
  }

  .section.contact {
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .section.blue-blend {
    background-image: linear-gradient(120deg, #0098d9, var(--co-green));
  }

  .panel-50 {
    margin-left: 4px;
    margin-right: 4px;
    padding: 20px 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
  }

  .row {
    margin-bottom: 8px;
  }

  .panel-33 {
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .portfolio {
    font-size: 14px;
  }

  .contact-header {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .columns {
    font-size: 15px;
  }

  .polygons-pattern, .hexagons-pattern, .hexagon-pattern-2 {
    height: 130%;
  }

  .signature {
    height: 70px;
  }

  .contact-icon-block {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }

  .portfolio-list {
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
  }

  .portfolio-lower {
    font-size: 13px;
    line-height: 17px;
  }

  .polygons-pattern-larger {
    height: 130%;
  }

  .bio {
    text-align: left;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .columns-dark {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .right-column-dark {
    padding-left: 0;
  }

  .bio-text {
    font-size: 14px;
    line-height: 18px;
  }

  .section-inner {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heart-pic {
    height: 110px;
  }

  .bio-50 {
    width: 50%;
  }

  .impressum-headers {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .impressum-text {
    font-size: 13px;
    line-height: 17px;
  }

  .logo-divider {
    width: 40px;
  }

  .logos-block {
    margin-left: 30px;
    padding-top: 10px;
  }

  .custom-slider-nav {
    right: 25px;
  }

  .slider-left, .slider-right {
    width: 20px;
    height: 40px;
  }

  .slide-message-container {
    padding-left: 25px;
    padding-right: 90px;
  }

  .slide-paragraph-smaller {
    font-size: 13px;
  }

  .slide-paragraph-medium {
    font-size: 14px;
  }

  .news-container {
    min-height: 160px;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .slide-header {
    font-size: 24px;
  }

  .slide-paragraph-main {
    font-size: 14px;
  }

  .slide-badge {
    width: 90px;
    height: 90px;
    margin-left: 20px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
  }

  ol {
    margin-bottom: 8px;
    padding-left: 30px;
  }

  .intro-slides {
    min-height: 540px;
  }

  .co-logo-colour {
    background-position: 50%;
  }

  .menu-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-content {
    display: none;
  }

  .social-icon-menu {
    width: 50px;
    height: 50px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .menu-trigger {
    top: -35px;
  }

  .footer {
    display: none;
  }

  .logos {
    height: 50px;
  }

  .intro-text-container {
    font-size: 20px;
    line-height: 1.4;
  }

  .section.contact {
    padding-bottom: 80px;
  }

  .panel-50 {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .panel-33 {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .portfolio {
    font-size: 18px;
  }

  .contact-header {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 26px;
  }

  .row-single {
    flex-direction: column;
  }

  .columns {
    flex-direction: column;
    font-size: 16px;
  }

  .columns.footer-logos {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 15px;
  }

  .right-column {
    flex: none;
    padding-left: 0;
  }

  .signature {
    height: 60px;
  }

  .contact-icon-block {
    width: 24px;
    height: 24px;
  }

  .portfolio-list {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
  }

  .portfolio-lower {
    font-size: 15px;
    line-height: 19px;
  }

  .bio {
    font-size: 21px;
    font-weight: 500;
  }

  .section-inner {
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heart-pic {
    background-position: 100%;
    height: 70px;
  }

  .impressum-headers {
    font-size: 13px;
    line-height: 17px;
  }

  .datenschutz-block {
    font-size: 12px;
    line-height: 16px;
  }

  .datenschutz-block h4 {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 17px;
  }

  .content-impressum.columnic {
    flex-direction: column;
  }

  .impressum-text {
    font-size: 12px;
    line-height: 16px;
  }

  .mobile-menu {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .mobile-burger {
    display: block;
  }

  .logo-divider {
    width: 0;
  }

  .footer-uwp {
    height: 60px;
  }

  .footer-bab {
    height: 50px;
  }

  .logos-block {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .umwelt-image {
    width: 20%;
  }

  .custom-slider-nav {
    align-items: flex-end;
    bottom: 25px;
  }

  .slider-left {
    margin-right: 6px;
  }

  .slider-right {
    margin-left: 6px;
  }

  .quote {
    padding-right: 60px;
  }

  .slide-message-container {
    padding-right: 25px;
    top: 60px;
  }

  .slide-paragraph-smaller {
    font-size: 14px;
  }

  .left-gradient-line {
    display: none;
  }

  .slide-paragraph-medium {
    font-size: 15px;
  }

  .news-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 260px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .slide-text-block.inset {
    padding-left: 0;
  }

  .slide-header {
    font-size: 22px;
    line-height: 1;
  }

  .slide-paragraph-main {
    font-size: 15px;
  }

  .slide-badge {
    width: 80px;
    height: 80px;
    margin-top: 15px;
    margin-left: 0;
  }

  .badge-circle.bab, .badge-circle.umwelt {
    background-position: 0%;
  }
}


