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;
}
body {
  font-family: "Museo-Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
  font-weight: 300;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5rem;
}
body * {
  box-sizing: border-box;
}
.bewerberbutton {
  margin-top: 35px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}
.bewerberbutton a {
  background: #007db8;
  color: #fff !important;
  padding: 10px 50px;
  font-weight: 400;
  letter-spacing: 1px;
}
.bewerberbutton a:hover {
  background: #d5e2ea;
  color: #007db8 !important;
  border: 1px solid #007db8 !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-fb {
  background-image: url(bayern59f.svg);
}
.icon-fb:hover {
  background-image: url(bayern59g.svg);
}
.icon-li {
  background-image: url(bayern59h.svg);
}
.icon-li:hover {
  background-image: url(bayern59i.svg);
}
@media only screen and (min-width: 768px) {
  body {
    -moz-hyphens: manual;
    -o-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    font-size: 15px;
  }
  .social {
    color: #002647;
    text-transform: none !important;
  }
  .social a:hover {
    border-bottom: none;
  }
}
/* ALLGEMEINES */
.logo {
  text-align: left;
  padding-right: 20px;
}
.logo a {
  border-bottom: none;
}
.logo a:hover {
  border-bottom: none;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}
.titletext h1 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}
h1 {
  font-family: "Museo-Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #007db8;
  line-height: 2.5rem;
  padding-top: 20px;
  -moz-hyphens: manual;
  -o-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
h2 {
  font-size: 20px;
  padding-top: 0px;
}
h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
}
ul {
  list-style: none;
  margin-top: 20px;
}
ul li {
  position: relative;
  padding-left: 15px; /* mit diesem Wert wird die Liste eingerückt */
  margin-left: 0px;
  padding-bottom: 6px;
  padding-right: 0px;
}
ul li::before {
  content: url(bayern-bit-41.jpg);
  /* color: #007db8; */
  left: 0;
  position: absolute;
  font-size: 10px;
  top: 3px;
}
.gap {
  padding-top: 10px;
}
.gap1 {
  padding-top: 20px;
}
strong {
  font-weight: 600;
}
a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
a:hover {
  border-bottom: none;
}
.water {
  background-image: url("bayern59b.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;
}
@media only screen and (min-width: 380px) {
  .container {
    width: 100%;
    padding: 0;
  }
  .title {
    background-image: url("bayern59d.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 200px;
    filter: brightness(90%);
    position: relative;
  }
  h2 {
    font-size: 15px;
    padding-top: 0px;
  }
  .subtitle {
    font-size: 16px;
  }
  .water {
    background-image: url("bayern59b.jpg");
    background-color: #fff;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 720px;
  }
  .title {
    background-image: url("bayern59b.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 200px;
    filter: brightness(90%);
    position: relative;
  }
  h2 {
    font-size: 16px;
    padding-top: 0px;
  }
  .subtitle {
    font-size: 16px;
  }
  .water {
    background-image: url("bayern59b.jpg");
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 200px;
  }
}
@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;
    font-size: 16px;
  }
  h1 {
    font-size: 26px;
    padding-top: 20px;
  }
  h2 {
    font-size: 20px;
  }
  .subtitle {
    font-size: 17px;
  }
  .water {
    background-image: url("bayern59b.jpg");
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  .titletext h1 {
    font-size: 44px;
    color: #fff;
    line-height: 1.3;
  }
  h1 {
    font-size: 28px;
    margin-top: 0px;
  }
  .subtitle {
    color: #006fb4;
    font-size: 20px;
  }
  h2 {
    color: #007db8;
    font-size: 18px;
    margin-top: 0px;
  }
}
/* HEADER */

.header {
  padding: 12px 0;
  background-color: #ffffff;
}
.header img {
  /* width:130px; */
  height: 120px;
  padding-left: 20px;
  width: auto;
  max-width: 100%;
}
/* GRIDS */

.grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.grid-element {
  padding: 12px;
  margin: 12px;
  margin-top: 0;
}
.title {
  background-image: url("bayern59b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  min-height: 330px;
  filter: brightness(90%);
  position: relative;
}
.title-text {
  padding: 10px 10px 10px 10px;
  background: rgba(256, 256, 256, 0.8);
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: #fff;
  text-align: left;
  width: calc(100% - 24px);
}
h2 {
  font-family: "Museo-Sans", Arial, Helvetica, sans-serif;
  color: #007db8;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: left;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.teaser {
  background-color: #fff;
  color: #333;
  text-align: justify;
}
.teaser h2 {
  text-transform: uppercase;
}
.tasks {
  background-color: #fff;
  color: #333;
}
.profile {
  background-color: #fff;
  color: #333;
}
.benefits {
  background-color: #fff;
  color: #333;
}
.contact {
  background-color: #fff;
  color: #333;
}
.contact h2 {
  text-align: center;
}
.contact a {
  color: #007db8;
  text-decoration: none !important;
  border-bottom: none;
}
.contact a:hover {
  border-bottom: 1px solid #007db8;
}
.water {
  background-image: url("bayern59c.jpg");
  background-size: cover;
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 200px; /* background-size: 100% auto; */
}
@media only screen and (min-width: 768px) {
  .grid {
    flex-direction: row;
    margin: 12px 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,
  .benefits {
    margin-top: 12px;
  }
  .water {
    min-height: 250px;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 1200px) {
  .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% - 12px);
  }
  .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: 20px 20px 20px 20px;
    bottom: 15px;
    right: 50px;
    width: calc(100% - 72px);
    background: linear-gradient(
      to right,
      rgba(256, 256, 256, 1) 1%,
      rgba(256, 256, 256, 0.9) 25%,
      rgba(256, 256, 256, 0.6) 50%,
      rgba(256, 256, 256, 0.4) 75%,
      rgba(256, 256, 256, 0.01) 99%
    );
  }
  .water,
  .benefits {
    margin-top: 0;
  }
  .water {
    display: inline-flex;
    background-size: auto 100%;
    background-size: cover;
  }
}
h1 {
  line-height: 30px;
  font-size: 22px;
}
.subtitle.unterschrift {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .subtitle.unterschrift {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .subtitle.unterschrift {
    font-size: 16px;
  }
}
