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-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("roboto-v30-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("roboto-v30-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */ url("roboto-v30-latin-300.woff") format("woff"),
    /* Modern Browsers */ url("roboto-v30-latin-300.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("roboto-v30-latin-300.svg#Roboto")
      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", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #575756;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.5;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body * {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  body {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 15px;
  }
}
/* ALLGEMEINES */

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}
h1 {
  font-size: 30px;
}
.subtitle {
  font-size: 18px;
}
h2 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #667d97;
  border-bottom: 1px solid #0092d8;
}
ul {
  list-style: none;
}
ul li {
  position: relative;
  padding-left: 20px;
  /* mit diesem Wert wird die Liste eingerückt */
  margin-left: 0px;
  padding-bottom: 3px;
  padding-right: 5px;
}
ul li::before {
  content: "\25A0";
  left: 0;
  position: absolute;
  font-size: 12px;
  color: #0092d8;
}
ul li li::before {
  content: "\25A0";
  /* Add content: \25A0 is the CSS Code/unicode for a square */
  color: #0092d8;
  font-size: 14px;
  /* dieser Wert bestimmt den Abstand zwischen bullet und Text */
  position: absolute;
}
.gap {
  padding-top: 10px;
}
.gap1 {
  padding-top: 20px;
}
.bewerberbutton {
  margin-top: 35px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
.bewerberbutton a {
  background: #667d97;
  color: #fff !important;
  padding: 10px 30px;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 100px;
  text-decoration: none !important;
}
.bewerberbutton a:hover {
  background: #fff;
  color: #667d97 !important;
  border: 1px solid #667d97;
}
.social a {
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.social a:hover {
  border-bottom: none !important;
}
.icon-fb {
  background-image: url(camlog87e.svg);
}
.icon-fb:hover {
  background-image: url(camlog87e-hover.svg);
}
.icon-in {
  background-image: url(camlog87f.svg);
}
.icon-in:hover {
  background-image: url(camlog87f-hover.svg);
}
.icon-li {
  background-image: url(camlog87g.svg);
}
.icon-li:hover {
  background-image: url(camlog87g-hover.svg);
}
.icon-yt {
  background-image: url(camlog87h.svg);
}
.icon-yt:hover {
  background-image: url(camlog87h-hover.svg);
}
@media only screen and (min-width: 300px) {
  .container {
    width: 360px;
    padding: 0;
  }
  body {
    font-size: 15px;
  }
  .subtitle {
    font-size: 15px;
    line-height: 20px;
  }
  h1 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
    -moz-hyphens: manual;
    -o-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    width: 960px;
  }
  body {
    -moz-hyphens: manual;
    -o-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  h1 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
  .subtitle {
    font-size: 16px;
    line-height: 25px;
  }
  .subtitle:last-child {
    font-size: 20px;
  }
  h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
/* HEADER */

.header {
  padding: 24px 0;
}
.logo {
  max-width: 180px;
  height: auto;
}
/* GRIDS */

.grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.grid--84 {
}
.grid--48 {
}
.grid--444 {
}
.grid-element {
  padding: 12px;
  margin: 12px;
  margin-top: 0;
}
.title {
  background-image: url("camlog87b.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
  position: relative;
  border: 1px solid #0092d8;
}
.title-text {
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: left;
  color: #667d97;
  width: 100%;
  padding: 12px;
  background-color: rgba(256, 256, 256, 0.8);
}
.teaser {
  border: 1px solid #0092d8;
  background-color: #f6f6f6;
}
.tasks {
  border: 1px solid #0092d8;
  background-color: #f6f6f6;
}
.profile {
  border: 1px solid #667d97;
  background-color: #f6f6f6;
}
.benefits {
  border: 1px solid #0092d8;
  background-color: #f6f6f6;
}
.contact {
  border: 1px solid #0092d8;
  background-color: #f6f6f6;
}
.contact p {
  margin-bottom: 6px;
}
.contact a {
  color: #667d97;
  text-decoration: none;
}
.contact a:hover {
  border-bottom: 1px solid #667d97;
}
.water {
  background-image: url("camlog87c.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 300px;
  background-size: cover;
  border: 1px solid #0092d8;
}
@media only screen and (min-width: 768px) {
  .title-text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: left;
    color: #667d97;
    width: 100%;
    padding: 12px 12px 12px 24px;
    background-color: rgba(256, 256, 256, 0.8);
  }
  .grid {
    flex-direction: row;
    margin: 0 6px 12px 6px;
  }
  .grid-element {
    padding: 24px;
    margin: 0 6px;
  }
  .grid--66 .grid-element {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .grid--84 .grid-element {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .grid--48 {
    flex-direction: column;
  }
  .grid--444 {
  }
  .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);
  }
  .benefits {
    margin-top: 12px;
  }
  .water {
    min-height: 250px;
  }
}
/* @media only screen and (min-width: 1200px) {
  .grid {
  }
  .grid-element {
  }
  .grid--84 {
  }
  .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--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: 20px 20px 20px 24px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background: rgba(256, 256, 256, 0.8);
  }
  .water,
  .benefits {
    margin-top: 0;
  }
}
.br-text {
  display: none;
}
@media only screen and (min-width: 1450px) {
  .br-text {
    display: block;
  }
} */
