html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
sub,
sup,
b,
u,
i,
center,
ol,
ul,
li,
table,
tbody,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}
@-ms-viewport {
  width: device-width;
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("roboto-condensed-v25-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("roboto-condensed-v25-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("roboto-condensed-v25-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("roboto-condensed-v25-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("roboto-condensed-v25-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("roboto-condensed-v25-latin-regular.svg#RobotoCondensed")
      format("svg"); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("roboto-condensed-v25-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("roboto-condensed-v25-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("roboto-condensed-v25-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("roboto-condensed-v25-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("roboto-condensed-v25-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("roboto-condensed-v25-latin-700.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("roboto-v30-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("roboto-v30-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("roboto-v30-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("roboto-v30-latin-regular.svg#Roboto")
      format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("roboto-v30-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */ url("roboto-v30-latin-500.woff") format("woff"),
    /* Modern Browsers */ url("roboto-v30-latin-500.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("roboto-v30-latin-500.svg#Roboto")
      format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("roboto-v30-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("roboto-v30-latin-700.woff") format("woff"),
    /* Modern Browsers */ url("roboto-v30-latin-700.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("roboto-v30-latin-700.svg#Roboto")
      format("svg"); /* Legacy iOS */
}
body {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  letter-spacing: -0.1px;
  line-height: 1.35;
}
body * {
  box-sizing: border-box;
}
@media only screen and (max-width: 450px) {
  .intro h1 br {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  .intro h1 br {
    display: none;
  }
}
@media only screen and (min-width: 915px) {
  .intro h1 br {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  body {
    -moz-hyphens: manual;
    -o-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    font-size: 16px;
  }
  .social {
    color: #002647;
    text-transform: none !important;
  }
  .social a:hover {
    border-bottom: none;
  }
}
/* ALLGEMEINES */
.logo a {
  border-bottom: none;
}
.logo a:hover {
  border-bottom: none;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}
.titletext h1 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
}
h1 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #004f25;
  line-height: 1.3;
  letter-spacing: 0.2px;
  padding-top: 10px;
  -moz-hyphens: manual;
  -o-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
h2 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-top: 0px;
  color: #fff;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
  -moz-hyphens: manual;
  -o-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
h3 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 24px;
  padding: 0px 0px 15px 0px;
  font-weight: 500;
  color: #fff;
  -moz-hyphens: manual;
  -o-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.teaser h3 {
  font-size: 30px;
}
ul {
  list-style: none;
}
ul li {
  position: relative;
  padding-left: 18px; /* mit diesem Wert wird die Liste eingerückt */
  margin-left: 0px;
  padding-bottom: 6px;
  padding-right: 5px;
}
ul li::before {
  content: "\25a0";
  left: 0;
  position: absolute;
  font-size: 10px;
  color: #fff;
}
.gap {
  padding-top: 7px;
}
.gap-16 {
  padding-top: 16px;
}
strong {
  font-weight: 700;
}
a {
  text-decoration: none;
}
a:hover {
  border-bottom: none;
}
.water {
  background-image: url("hafner115c.jpg");
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 200px;
}
.social img {
  max-width: 30px;
}
.social {
  padding-top: 10px;
}
.teaser h3 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 30px;
}
@media only screen and (min-width: 380px) {
  .container {
    width: auto;
    padding: 0;
  }
  .title {
    background-image: url("hafner115d.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 450px;
    filter: brightness(100%);
    position: relative;
  }
  h2 {
    font-size: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .subtitle {
    font-size: 16px;
  }
  .water {
    background-image: url("hafner115c.jpg");
    background-color: #fff;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 250px;
  }
  .bewerberbutton {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .bewerberbutton a {
    background: #004f25;
    color: #fff !important;
    padding: 10px 40px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .bewerberbutton a:hover {
    background: #fff;
    color: #87867a !important;
    border-bottom: none !important;
  }
  .social a {
    color: #000;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .social a:hover {
    border-bottom: none !important;
  }
  .icon-li {
    background-image: url(hafner115d.svg);
  }
  .icon-li:hover {
    background-image: url(hafner115e.svg);
  }
  .icon-yt {
    background-image: url(hafner115f.svg);
  }
  .icon-yt:hover {
    background-image: url(hafner115g.svg);
  }
  .icon-in {
    background-image: url(hafner115h.svg);
  }
  .icon-in:hover {
    background-image: url(hafner115i.svg);
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 720px;
  }
  .title {
    background-image: url("hafner115b.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 450px;
    position: relative;
  }
  h2 {
    font-size: 23px;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .teaser h3 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 30px;
  }
  .subtitle {
    font-size: 16px;
  }
  .water {
    background-image: url("hafner115c.jpg");
    background-color: #fff;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 250px;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    width: 960px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 23px;
  }
  .subtitle {
    font-size: 17px;
  }
  .water {
    background-image: url("hafner115c.jpg");
    background-color: #fff;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 250px;
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  .titletext h1 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-weight: 900;
    color: #fff;
    line-height: 1.7;
  }
  h1 {
    font-size: 34px;
    line-height: 30px;
  }
  .subtitle {
    font-size: 18px;
  }
  h2 {
    font-size: 25px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
/* HEADER */

.header {
  padding: 24px 0;
}
.header img {
  width: 250px;
  margin-left: 20px;
}
/* GRIDS */

.grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.grid-element {
  padding: 12px;
  margin: 12px;
  margin-top: 0;
}
.title {
  background-image: url("hafner115b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 450px;
  position: relative;
}
.title-text {
  padding: 12px;
  background: rgba(256, 256, 256, 0.8);
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #333;
  text-align: left;
  width: 100%;
}
.mwd {
  font-size: 20px;
}
.small {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #ddd;
  padding-bottom: 10px;
}
.teaser h3 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-align: left;
  padding: 0px 0px 0px 0px;
  font-weight: 500;
  color: #004f25;
  -moz-hyphens: manual;
  -o-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.teaser {
  background: url(hafner115j.jpg) no-repeat bottom left;
  color: #fff;
  text-align: justify;
}
.tasks {
  background-color: rgba(0, 79, 37, 0.5);
  color: #333;
}
.profile {
  background-color: rgba(0, 79, 37, 0.5);
  color: #333;
}
.benefits {
  background-color: rgba(0, 79, 37, 0.5);
  color: #333;
}
.contact {
  text-align: center;
  background-color: #87867a;
  color: #fff;
}
.contact h1 {
  color: #eb891b;
}
.contact a {
  color: #fff;
  text-decoration: none !important;
}
.contact a:hover {
  color: #004f25;
  border-bottom: 1px solid #004f25;
}
.water {
  background-image: url("hafner115c.jpg");
  background-color: #fff;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: 100% auto;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .grid--66 .grid-element:first-child {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .grid--66 .grid-element:last-child {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .title-text {
    padding: 24px;
    background: rgba(256, 256, 256, 0.8);
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #333;
    text-align: left;
    width: 100%;
    margin-top: 0px;
  }
  .teaser h3 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 26px;
  }
  .small {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 20px;
  }
  .grid {
    flex-direction: row;
    margin: 0 6px 12px 6px;
  }
  .grid-element {
    padding: 24px;
    margin: 0 6px;
  }
  .grid--84 .grid-element {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .grid--48 {
    flex-direction: column;
  }
  .grid--444 .grid-element {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .grid--444 .grid-element:last-child {
    flex: 1 1 calc(100% - 12px);
    max-width: calc(100% - 12px);
  }
  .water {
    margin-top: 12px;
  }
  .water {
    min-height: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid--66 .grid-element:first-child {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .grid--66 .grid-element:last-child {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .grid-element {
    padding: 24px;
  }
  .grid--84 .grid-element:first-child {
    flex: 1 1 calc(66.67% - 12px);
    max-width: calc(66.67% - 6px);
  }
  .grid--84 .grid-element:last-child {
    flex: 1 1 calc(33.33% - 12px);
    max-width: calc(33.33% - 12px);
  }
  .grid--48 {
    flex-direction: row;
  }
  .grid--48 .grid-element:first-child {
    flex: 1 1 calc(33.33% - 12px);
    max-width: calc(33.33% - 6px);
  }
  .grid--48 .grid-element:last-child {
    flex: 1 1 calc(66.67% - 12px);
    max-width: calc(66.67% - 12px);
  }
  .grid--444 .grid-element,
  .grid--444 .grid-element:last-child {
    flex: 1 1 calc(33.33% - 12px);
    max-width: calc(33.33% - 12px);
  }
  .title-text {
    padding: 15px 10px 15px 24px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background: rgba(256, 256, 256, 0.8);
  }
  .water,
  .benefits {
    margin-top: 0;
  }
  .water {
    background-size: auto 100%;
  }
}
