/* line 1, ../../../../../../src/scss/libs/_text.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #152983;
  margin-bottom: 10px;
}

/* line 7, ../../../../../../src/scss/libs/_text.scss */
h1 {
  font-size: 36px;
  line-height: 40px;
}

/* line 12, ../../../../../../src/scss/libs/_text.scss */
h2 {
  font-size: 20px;
  line-height: 24px;
}

/* line 17, ../../../../../../src/scss/libs/_text.scss */
h3 {
  font-size: 16px;
  line-height: 20px;
}

/* line 22, ../../../../../../src/scss/libs/_text.scss */
h4 {
  font-size: 15px;
  line-height: 19px;
}

/* line 27, ../../../../../../src/scss/libs/_text.scss */
h5 {
  font-size: 14px;
  line-height: 18px;
}

/* line 32, ../../../../../../src/scss/libs/_text.scss */
h6 {
  font-size: 13px;
  line-height: 17px;
}

/* line 38, ../../../../../../src/scss/libs/_text.scss */
p {
  font-size: 14px;
  line-height: 20px;
  color: #5a6e78;
  margin-bottom: 14px;
}
/* line 43, ../../../../../../src/scss/libs/_text.scss */
p.dark {
  color: #1e1e1e;
}

/* line 47, ../../../../../../src/scss/libs/_text.scss */
strong {
  font-weight: bold;
}

/* line 52, ../../../../../../src/scss/libs/_text.scss */
hr {
  height: 1px;
  background: #999999;
  border: none;
}

/* line 58, ../../../../../../src/scss/libs/_text.scss */
a.more, a.block, span.more, span.block {
  color: #cc071e;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
  font-weight: bold;
}
/* line 65, ../../../../../../src/scss/libs/_text.scss */
a.more:before, a.block:before, span.more:before, span.block:before {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  bottom: 6px;
  left: 0;
}
/* line 73, ../../../../../../src/scss/libs/_text.scss */
a.more:hover, a.block:hover, span.more:hover, span.block:hover {
  text-decoration: underline;
}
/* line 77, ../../../../../../src/scss/libs/_text.scss */
a.block, span.block {
  display: block;
  text-align: center;
}
/* line 80, ../../../../../../src/scss/libs/_text.scss */
a.block:hover, span.block:hover {
  background: #cc071e;
  text-decoration: none;
  color: #ebebf0;
}
/* line 86, ../../../../../../src/scss/libs/_text.scss */
a.block.Schalter_Mitglied, span.block.Schalter_Mitglied {
  background: #cc071e;
  color: #ebebf0;
}
/* line 89, ../../../../../../src/scss/libs/_text.scss */
a.block.Schalter_Mitglied:hover, span.block.Schalter_Mitglied:hover {
  background: #999999;
}

/* line 95, ../../../../../../src/scss/libs/_text.scss */
p a, p span {
  position: relative;
  color: #cc071e;
  padding-left: 12px;
  text-decoration: none;
  font-weight: bold;
}
/* line 101, ../../../../../../src/scss/libs/_text.scss */
p a:hover, p span:hover {
  text-decoration: underline;
}
/* line 104, ../../../../../../src/scss/libs/_text.scss */
p a:before, p span:before {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  bottom: auto;
  top: 3px;
  left: 2px;
}
/* line 114, ../../../../../../src/scss/libs/_text.scss */
p a.more:before, p a.block:before, p span.more:before, p span.block:before {
  top: 4px;
}

/* line 124, ../../../../../../src/scss/libs/_text.scss */
img.inline {
  border: 1px solid #ebebf0;
  padding: 5px;
}
/* line 127, ../../../../../../src/scss/libs/_text.scss */
img.inline.left {
  margin: 0 20px 20px 0;
  float: left;
}
/* line 131, ../../../../../../src/scss/libs/_text.scss */
img.inline.right {
  margin: 0 0 20px 20px;
  float: right;
}

img.inline_left{
	  border: 1px solid #ebebf0;
  padding: 5px; margin: 0 20px 20px 0;
  float: left;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  /*h2{
  	font-size: 16px;
  	line-height: 20px;
  }*/
  /* line 147, ../../../../../../src/scss/libs/_text.scss */
  a.block {
    font-size: 12px;
  }
  /* line 150, ../../../../../../src/scss/libs/_text.scss */
  a h2 {
    font-size: 15px;
  }

  /* line 155, ../../../../../../src/scss/libs/_text.scss */
  a.block.link span.more:before {
    top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 161, ../../../../../../src/scss/libs/_text.scss */
  h1 {
    font-size: 22px;
    line-height: 30px;
  }

  /* line 165, ../../../../../../src/scss/libs/_text.scss */
  h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 747px) {
  /* line 177, ../../../../../../src/scss/libs/_text.scss */
  a.block {
    text-align: left;
    font-size: 14px;
  }

  /* line 184, ../../../../../../src/scss/libs/_text.scss */
  img.inline.left {
    width: 97%;
    height: auto !important;
  }
}
