/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 27.03.2025, 15:29:30
    Author     : websm
*/
body {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  font-size: 17px;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 28px;
}
h1 {
  margin-bottom: 23px;
}
p {
  line-height: 1.4;
  margin-bottom: 25px;
}
p.fotocredit {
  font-size: 12px;
  text-align: right;
  margin-top: 2px;
  margin-bottom: 0;
}
a {
  color: #000;
}
strong,b{
    font-weight:700;
}
.container {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  /*    border: 1px solid #000;*/
}
.container .c-element {
  margin: 40px 0;
}
.container .c-element.flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.container .c-element.flex .box {
  flex: 1;
}
.container .c-element.flex .box.left {
  position: relative;
  left: -80px;
  /* Übersteht 100px zur linken Seite */
}
.container .c-element.flex .box.right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: unset;
  /* Entfernt die flexible Weite */
  width: max-content;
  /* Passt die Breite an den Inhalt an */
}
.container .c-element.flex .box.right.introheadline{
    margin-right:-130px;
}
.container .c-element.flex .box .logo {
  max-width: 100px;
  height: auto;
}
.container .text {
  margin-top: -15px;
}
.container .image img {
  width: 100%;
  height: auto;
  max-width:586px;
}
.container .spacer {
  padding-bottom: 15px;
}
@media (max-width: 900px) {
  .container .c-element.flex .box.left {
    left: 0;
  }
  .container .c-element.flex .box.right.introheadline{
      margin-right:0;
      padding-right:10px;
  }
}
@media (max-width: 500px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 22px !important;
  }
  .container .c-element.flex {
    flex-direction: column;
  }
  .container .c-element.flex .box .logo {
    max-width: 92px;
  }
  .container .c-element.flex .box .logotop {
    margin-bottom: 25px;
  }
  .container .spacertop {
    margin: 0;
    padding: 0;
    line-height: 0;
  }
}
