/*===== COLOURS  =====*/
/* blue */
/* green */
/* red */
/* yellow */
/* grey */
/*===== DIMENSIONS =====*/
/*===== BREAKING POINTS =====*/
/*===== SNIPPETS =====*/
/*===== TEXT/FONT =====*/
.content-wrapper .content h2, .newsbox-wrapper .newsbox .right .preview h3 {
  font-family: Averta W01 Regular1586764;
  font-size: 24px;
  line-height: 32px;
  color: white;
}

div.form form label, div.form form label span {
  font-family: Averta W01 Regular1586764;
  font-size: 20px;
  line-height: 20px;
  color: #424242;
}

.content-wrapper .content h3 {
  font-family: Averta W01 Semibold1582343;
  font-size: 18px;
  line-height: 26px;
  color: #424242;
}

div.form, div.form form input {
  font-family: Averta W01 Regular1586764;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}

/*===== COLOURS  =====*/
/* blue */
/* green */
/* red */
/* yellow */
/* grey */
/*===== DIMENSIONS =====*/
/*===== BREAKING POINTS =====*/
/*===== SNIPPETS =====*/
/*===== TEXT/FONT =====*/
.content-wrapper .content h2, .newsbox-wrapper .newsbox .right .preview h3 {
  font-family: Averta W01 Regular1586764;
  font-size: 24px;
  line-height: 32px;
  color: white;
}

div.form form label, div.form form label span {
  font-family: Averta W01 Regular1586764;
  font-size: 20px;
  line-height: 20px;
  color: #424242;
}

.content-wrapper .content h3 {
  font-family: Averta W01 Semibold1582343;
  font-size: 18px;
  line-height: 26px;
  color: #424242;
}

div.form, div.form form input {
  font-family: Averta W01 Regular1586764;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}

.content-wrapper .content div.form ul li:before {
  padding: 0;
  content: normal;
}

div.form h2 {
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-character: '\2013';
}
div.form .text.error {
  padding-bottom: 1.5rem;
  color: #ED2056;
}
div.form .text.error h2, div.form .text.error a {
  color: #ED2056;
}
div.form .text.success {
  padding-bottom: 1.5rem;
  color: #424242;
}
div.form .text.success h2 {
  color: #424242;
}
div.form form {
  padding-top: 2rem;
}
div.form form div {
  padding-bottom: 0;
}
div.form form fieldset {
  padding-bottom: 2rem;
}
div.form form fieldset div.form-row, div.form form fieldset div#mgnlhp {
  padding-bottom: 1.5rem;
}
div.form form fieldset div.form-row:last-of-type, div.form form fieldset div#mgnlhp:last-of-type {
  padding-bottom: 0;
}
div.form form fieldset div.form-row fieldset, div.form form fieldset div#mgnlhp fieldset {
  padding-bottom: 0;
}
div.form form fieldset div.form-row {
  display: flex;
}
div.form form fieldset div.form-row label {
  text-align: left;
  padding-right: 0.5rem;
  width: 13rem;
}
div.form form fieldset div.form-row textarea, div.form form fieldset div.form-row select {
  -webkit-border-radius: 0.5em;
  padding: 0.2em;
}
div.form form fieldset div.form-row input {
  flex: 1 1 0;
  display: block;
  border: none;
  min-width: 0;
  /* fix for min-width: auto */
  box-shadow: none;
  border-bottom: 1px solid #424242;
  outline: none;
}
div.form form fieldset div.form-row input:not(.unmodified):required:invalid {
  box-shadow: none;
  border-color: #ED2056 !important;
}
div.form form fieldset div.form-row input:not(.unmodified):required:valid {
  box-shadow: none;
  border-color: #51D694 !important;
}
div.form form fieldset div.form-row textarea {
  flex: 1 1 0;
  display: block;
  min-width: 0;
  /* fix for min-width: auto */
}
div.form form fieldset div.form-row fieldset {
  display: block;
  flex: 1 1 0;
}
div.form form fieldset div.form-row fieldset .form-item:first-child {
  padding-top: 0;
}
div.form form fieldset div.form-row fieldset .form-item {
  display: block;
  padding-top: 0.5rem;
  font-family: Averta W01 Regular1586764;
  font-size: 16px;
}
div.form form fieldset div.form-row fieldset .form-item label {
  display: inline-block;
  padding-right: 0;
  border: none;
}
div.form form fieldset div.form-row fieldset .form-item label p {
  font-size: 16px;
}
div.form form fieldset div.form-row fieldset .form-item input {
  display: inline-block;
  flex: unset;
  border: none;
}
div.form form fieldset div.form-row fieldset > .form-item {
  display: flex;
}
div.form form fieldset div.form-row fieldset > .form-item > label {
  width: calc(100% - 21px);
  margin-top: -5px;
}
div.form form fieldset div.form-row fieldset > .form-item > input {
  margin-right: 5px;
}
div.form form fieldset div.form-row input[type="number"]::-webkit-outer-spin-button,
div.form form fieldset div.form-row input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div.form form fieldset div.form-row input[type="number"] {
  -moz-appearance: textfield;
}
div.form form fieldset div.form-row.valid:after {
  font-family: 'samw-icons';
  content: '\e805';
  order: 3;
  color: #51D694;
  border-bottom: 1px solid #51D694;
}
div.form form fieldset div.form-row.invalid:after {
  font-family: 'samw-icons';
  content: '\e803';
  order: 3;
  color: #ED2056;
  border-bottom: 1px solid #ED2056;
}
div.form form fieldset fieldset {
  padding-bottom: 1.5rem;
}
div.form form fieldset .button-wrapper {
  float: right;
}
div.form form fieldset .required {
  padding-top: 0.75rem;
}
div.form form label {
  display: block;
}
div.form form label dfn {
  color: #ED2056;
}
div.form form input + label {
  display: initial;
}
div.form form .error.text, div.form form .error em {
  padding-bottom: 0;
  color: #ED2056;
}

@media only screen and (max-width: 1000px) {
  div.form form fieldset div.form-row {
    display: flex;
    flex-wrap: wrap;
  }
  div.form form fieldset div.form-row label, div.form form fieldset div.form-row input, div.form form fieldset div.form-row textarea {
    width: 100%;
  }
  div.form form fieldset div.form-row .form-item:first-child {
    margin-top: 0.5rem;
  }
  div.form form fieldset div.form-row .form-item {
    padding-left: 0rem;
  }
  div.form form fieldset div.form-row .form-item label, div.form form fieldset div.form-row .form-item input {
    width: auto;
  }
}
@media only screen and (max-width: 800px) {
  .content .form .form-wrapper form fieldset label span, .content .form .form-wrapper form fieldset label {
    font-family: Averta W01 Regular1586764;
    font-size: 18px;
    line-height: 22px;
    color: #424242;
  }
  .content .form .form-wrapper form fieldset .form-row input {
    font-family: Averta W01 Regular1586764;
    font-size: 16px;
    line-height: 22px;
    color: #424242;
  }
}
@media only screen and (max-width: 450px) {
  div.form form fieldset div.form-row .form-item:first-child {
    margin-top: 0.5rem;
  }
  div.form form fieldset div.form-row .form-item {
    width: 100%;
    padding-left: 0rem;
  }
  div.form form fieldset div.form-row .form-item label, div.form form fieldset div.form-row .form-item input {
    width: auto;
  }
}
h2 {
  padding-bottom: 1rem;
  text-align: left;
}

h3 {
  padding-bottom: 0.5rem;
}

/*    AddThis style */
.newsbox .addthis_inline_share_toolbox {
  position: absolute;
  right: 30px;
  bottom: 49px;
  width: auto !important;
}
.newsbox .addthis_inline_share_toolbox a.at-icon-wrapper {
  width: auto !important;
}
.newsbox .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:focus, .newsbox .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:hover {
  -webkit-transform: none;
  transform: none;
}
.newsbox .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn .at-icon-wrapper {
  float: none;
}
.newsbox .addthis_inline_share_toolbox .at-share-btn-elements {
  margin-bottom: 0.5rem;
}

.content-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #EBEBEB;
}
.content-wrapper .title-bg {
  z-index: 0;
  position: absolute;
  top: -4rem;
  left: -5%;
  width: 110%;
  height: 22.5rem;
  transform: rotate(3deg);
  background-image: linear-gradient(to left, #3B5275 0%, #263B5F 60%);
}
.content-wrapper .content-container {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 13rem;
  padding-right: 6rem;
}
.content-wrapper .content, .content-wrapper h1, .content-wrapper .spezial, .content-wrapper .ST.M-ST {
  padding-left: 10rem;
  padding-right: 3rem;
}
.content-wrapper h1 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-character: '\2013';
}
.content-wrapper .ST.M-ST {
  position: relative;
  margin-top: -1.5rem;
  padding-bottom: 0.5rem;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-character: '\2013';
}
.content-wrapper .ST.M-ST a {
  text-decoration: none;
  color: white;
}
.content-wrapper .ST.M-ST a:last-of-type {
  font-family: Averta W01 Semibold1582343;
}
.content-wrapper .content {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 40rem;
  min-height: calc(100vh - 32.9rem);
  padding-top: 3rem;
  background-color: #fff;
}
.content-wrapper .content h2, .content-wrapper .content h3 {
  color: #424242;
}
.content-wrapper .content ul li, .content-wrapper .content ol li {
  padding-top: 0.5rem;
  position: relative;
  margin-left: 2rem;
}
.content-wrapper .content ul {
  list-style-type: none;
}
.content-wrapper .content ul li:before {
  content: "-";
  padding-right: 1.5rem;
  position: absolute;
  left: -2rem;
}
.content-wrapper .content ol {
  list-style: decimal;
  list-style-position: outside;
}
.content-wrapper .content ol li {
  margin-left: 1rem;
  padding-left: 1rem;
}
.content-wrapper .content .textabschnitt {
  padding-bottom: 2rem;
}
.content-wrapper .content .text-GT a:before {
  display: inline-block;
  font-family: 'samw-icons';
  content: '\e800';
  padding-right: 5px;
}
.content-wrapper .content .text-GT a[href^="http"]:before {
  display: inline-block;
  font-family: 'samw-icons';
  content: '\e800';
  transform: rotate(-45deg);
  padding-right: 5px;
}
.content-wrapper .content .text-GT a[href^="http"] {
  color: #424242 !important;
}
.content-wrapper .content .download-GT {
  padding-bottom: 2rem;
}
.content-wrapper .content .download-GT .GT-link, .content-wrapper .content .download-GT .M-GT-link {
  text-decoration: none;
}
.content-wrapper .content .download-GT ul li {
  position: relative;
  margin-left: 1.25rem;
  padding-top: 1rem;
}
.content-wrapper .content .download-GT ul li:first-of-type {
  padding-top: 0;
}
.content-wrapper .content .download-GT ul li::before {
  content: "\e802";
  font-family: "samw-icons";
  padding-right: 1.5rem;
  position: absolute;
  left: -1rem;
  color: #617A9C;
}
.content-wrapper .content .download-GT a.downloadLink {
  color: #617A9C;
  text-decoration: none;
}
.content-wrapper .content .download-GT a.downloadLink .extension {
  text-decoration: underline;
}
.content-wrapper .content .img-comment-wrapper {
  display: flex;
  flex-direction: row;
  padding-bottom: 2rem;
  height: auto;
  width: 100%;
}
.content-wrapper .content .img-comment-wrapper .image {
  max-width: 266px;
  width: 100%;
}
.content-wrapper .content .img-comment-wrapper .comment {
  max-height: 200px;
  height: auto;
  width: 67%;
  padding: 2rem;
}
.content-wrapper .content .img-comment-wrapper .comment p {
  color: #fff;
}
.content-wrapper .content .img-comment-wrapper .image img {
  height: 200px;
  width: auto;
}
.content-wrapper .content .content-teaser-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -1%;
  margin-right: -1%;
  margin-top: -1%;
  padding-bottom: 2rem;
  padding-top: 1rem;
  width: 100%;
}
.content-wrapper .content .content-teaser-wrapper .content-teaser-item {
  margin-left: 1%;
  margin-top: 1%;
  padding: 0.5rem;
  padding-left: 0;
  width: 32%;
  height: auto;
  text-decoration: none;
  color: #424242;
}
.content-wrapper .content .content-teaser-wrapper .content-teaser-item.external p.icon-samw-right:before {
  transform: rotate(-45deg);
  padding-right: 5px;
}
.content-wrapper .content .content-teaser-wrapper .content-teaser-item p.icon-samw-right {
  position: relative;
  left: 1.5rem;
  padding-right: 1.5rem;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-character: '\2013';
}
.content-wrapper .content .content-teaser-wrapper .content-teaser-item p.icon-samw-right:before {
  position: absolute;
  left: -1.7rem;
}
.content-wrapper .content .content-teaser-wrapper .content-teaser-item p:last-of-type {
  padding-top: 0.5rem;
}
.content-wrapper .content .bild-gross {
  padding-bottom: 2rem;
  width: 100%;
  height: auto;
}
.content-wrapper .content .bild-gross img {
  width: 100%;
  height: auto;
}
.content-wrapper .content .text-bild-wrapper {
  display: flex;
  flex-direction: row;
  padding-bottom: 2rem;
  height: auto;
  width: 100%;
}
.content-wrapper .content .text-bild-wrapper .text {
  margin: auto;
  max-height: 338px;
  height: auto;
  width: 100%;
  padding-right: 1rem;
}
.content-wrapper .content .text-bild-wrapper .image img {
  height: 338px;
  width: auto;
}
.content-wrapper .content .bild-vier-spalten {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  padding-bottom: 2rem;
  height: auto;
}
.content-wrapper .content .bild-vier-spalten .image {
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  flex-basis: 50%;
}
.content-wrapper .content .bild-vier-spalten .image img {
  width: 100%;
  height: auto;
}
.content-wrapper .content .bild-vier-spalten .image:last-of-type {
  margin-right: 0;
}
.content-wrapper .content .vorstand-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  padding-bottom: 2rem;
}
.content-wrapper .content .vorstand-wrapper .vorstand-item {
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  flex-basis: 33%;
}
.content-wrapper .content .vorstand-wrapper .vorstand-item .image {
  width: 100%;
}
.content-wrapper .content .vorstand-wrapper .vorstand-item .image img {
  width: 100%;
  height: auto;
}
.content-wrapper .content .download-wrapper {
  width: 100%;
  padding-bottom: 2rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
}
.content-wrapper .content .download-wrapper .download-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 0.5rem;
  width: 100%;
  position: relative;
}
.content-wrapper .content .download-wrapper .download-content div {
  padding-left: 0.5rem;
  flex-basis: 33%;
}
.content-wrapper .content .download-wrapper .download-content .titel {
  position: absolute;
  top: 1.5rem;
  left: 33%;
  padding-left: 0;
}
.content-wrapper .content .download-wrapper .download-content .titel h3 {
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-character: '\2013';
}
.content-wrapper .content .download-wrapper .download-content .preview {
  width: 100%;
  height: auto;
  margin-left: -0.5rem;
}
.content-wrapper .content .download-wrapper .download-content .preview img {
  width: 100%;
  height: auto;
}
.content-wrapper .content .download-wrapper .download-content .download-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.content-wrapper .content .download-wrapper .download-content .download-info a {
  text-decoration: none;
  color: #fff;
}
.content-wrapper .content .download-wrapper .download-content .download-info div {
  margin-top: 1rem;
  padding-left: 0;
  flex-basis: auto;
}
.content-wrapper .content .download-wrapper .download-content .download-info .download-button {
  width: 100%;
  height: auto;
  padding: 1rem;
  text-align: center;
}
.content-wrapper .content .download-wrapper .download-content .download-info .bestell-button {
  width: 100%;
  height: auto;
  padding: 1rem;
  background-color: #D4D4D4;
  text-align: center;
  color: #424242;
}
.content-wrapper .content .download-wrapper .download-content .download-info .download-beschreibung {
  width: 100%;
}
.content-wrapper .spezial {
  width: 100%;
  height: auto;
  padding: 0 3rem 3em 8.5rem;
  background-color: white;
}
.content-wrapper .spezial a:before {
  display: inline-block;
  font-family: 'samw-icons';
  content: '\e800';
  padding-right: 5px;
}
.content-wrapper .spezial a[href^="http"]:before {
  display: inline-block;
  font-family: 'samw-icons';
  content: '\e800';
  transform: rotate(-45deg);
  padding-right: 5px;
}
.content-wrapper .spezial a {
  color: #fff;
  text-decoration: underline;
}
.content-wrapper .spezial h2 {
  color: #fff;
  text-align: left;
}
.content-wrapper .intern {
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 2em;
  padding-top: 2em;
}
.content-wrapper .intern div {
  color: #fff;
  padding-top: 1rem;
}

.newsbox-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 0.5%;
  width: 100%;
  padding-bottom: 3rem;
}
.newsbox-wrapper .newsbox {
  margin-top: 0.5%;
  margin-top: 1vw;
  width: 100%;
  min-height: 20rem;
  height: auto;
  display: flex;
  position: relative;
}
.newsbox-wrapper .newsbox .imagebox {
  max-width: 14rem;
  max-height: 14rem;
  height: auto;
  width: auto;
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 1;
}
.newsbox-wrapper .newsbox .imagebox img {
  width: 100%;
  height: auto;
}
.newsbox-wrapper .newsbox .flex-item {
  height: auto;
}
.newsbox-wrapper .newsbox .left {
  width: 10rem;
  background-color: white;
}
.newsbox-wrapper .newsbox .left p {
  padding-top: 1em;
}
.newsbox-wrapper .newsbox .right {
  width: 100%;
}
.newsbox-wrapper .newsbox .right.agenda-background .preview {
  padding: 3rem 2rem 55px 7rem;
}
.newsbox-wrapper .newsbox .right.agenda-background .addthis_inline_share_toolbox {
  bottom: 33px;
}
.newsbox-wrapper .newsbox .right .preview {
  position: relative;
  width: 100%;
  height: auto;
  padding: 3rem 2rem 70px 7rem;
  box-sizing: border-box;
  color: white;
}
.newsbox-wrapper .newsbox .right .preview h3, .newsbox-wrapper .newsbox .right .preview .LEAD.M-LEAD, .newsbox-wrapper .newsbox .right .preview .GT.M-GT {
  display: block;
  padding-bottom: 24px;
}
.newsbox-wrapper .newsbox .right .preview .RT.M-RT {
  padding: 1em 0;
}
.newsbox-wrapper .newsbox .right .preview h3 {
  color: white;
}
.newsbox-wrapper .newsbox .right .preview a {
  text-decoration: none;
  color: white;
  width: 100%;
  margin-bottom: 0.5rem;
}
.newsbox-wrapper .newsbox .right .preview a:last-of-type {
  width: auto;
}
.newsbox-wrapper .newsbox .right .preview a .download {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 27px;
  padding-top: 2px;
  box-sizing: border-box;
}
.newsbox-wrapper .newsbox .right .preview a .download .download-font {
  display: table;
  width: 2%;
  height: auto;
  text-align: center;
  margin: auto;
}
.newsbox-wrapper .newsbox .right .preview a .download .download-font i {
  display: table-cell;
  vertical-align: middle;
  color: white;
}
.newsbox-wrapper .newsbox .right .preview a .download .download-title {
  width: 98%;
  height: auto;
  padding: 0 0.25rem;
  display: table;
}
.newsbox-wrapper .newsbox .right .preview a .download .download-title p {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-character: '\2013';
}
.newsbox-wrapper .newsbox .right .preview p {
  color: white;
}
.newsbox-wrapper .newsbox .right label {
  padding: 0;
  position: absolute;
  bottom: 2rem;
  right: 3rem;
}

.kontakte-m {
  display: none;
  height: auto;
  width: 100%;
  background-color: #D4D4D4;
}
.kontakte-m h4 {
  padding-bottom: 1rem;
}
.kontakte-m a {
  font-family: Averta W01 Regular1586764;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
  text-decoration: none;
}
.kontakte-m a:hover {
  border: none;
}
.kontakte-m a.active {
  border: none;
}

@media only screen and (max-width: 1200px) {
  .content-wrapper {
    padding-right: 2rem;
    padding-left: 10rem;
  }
  .content-wrapper .content-container {
    padding: 0;
  }
  .content-wrapper .content .content-teaser-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .content-wrapper .content .content-teaser-wrapper .content-teaser-item {
    width: 49%;
  }
}
@media only screen and (max-width: 1000px) {
  .content-wrapper .content .img-comment-wrapper {
    flex-direction: column;
  }
  .content-wrapper .content .img-comment-wrapper .image {
    max-width: 100%;
    width: 100%;
    height: auto;
    background-color: #617A9C;
  }
  .content-wrapper .content .img-comment-wrapper .image img {
    width: 100%;
    height: auto;
  }
  .content-wrapper .content .img-comment-wrapper .comment {
    max-height: unset;
    width: 100%;
  }
  .content-wrapper .content .text-bild-wrapper {
    margin: 0 auto;
    width: 90%;
    padding-top: 2rem;
    flex-direction: column;
  }
  .content-wrapper .content .text-bild-wrapper .image {
    width: 100%;
    height: auto;
  }
  .content-wrapper .content .text-bild-wrapper .image img {
    width: 100%;
    height: auto;
  }
  .content-wrapper .content .text-bild-wrapper .text {
    max-height: unset;
    padding-bottom: 1rem;
  }
  .content-wrapper .content .vorstand-wrapper {
    margin-right: 0;
    flex-wrap: wrap;
  }
  .content-wrapper .content .vorstand-wrapper .vorstand-item {
    flex-basis: 50%;
  }
  .content-wrapper .content .download-wrapper .download-content div {
    flex-basis: 50%;
  }
  .content-wrapper .content .download-wrapper .download-content .titel {
    left: 50%;
  }
  .content-wrapper .content .download-wrapper .download-content .empty-box {
    display: none;
  }

  .newsbox-wrapper {
    margin-top: -1.5vw;
  }
  .newsbox-wrapper .newsbox {
    margin-top: 1.5%;
    margin-top: 1.5vw;
    flex-direction: column;
  }
  .newsbox-wrapper .newsbox .right, .newsbox-wrapper .newsbox .left {
    width: 100%;
  }
  .newsbox-wrapper .newsbox .right .preview, .newsbox-wrapper .newsbox .right.agenda-background .preview {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 7rem;
  }
  .newsbox-wrapper .newsbox .right label, .newsbox-wrapper .newsbox .right.agenda-background label {
    right: 1rem;
    bottom: 1rem;
  }
  .newsbox-wrapper .newsbox .left {
    padding-left: 11rem;
    padding-bottom: 1rem;
  }
  .newsbox-wrapper .newsbox .imagebox {
    width: 10rem;
    height: 10rem;
    top: 0;
  }

  .newsbox .addthis_inline_share_toolbox {
    right: 14px;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper {
    margin-top: 3.1rem;
  }

  .content-wrapper {
    padding-left: 2rem;
  }
  .content-wrapper .title-bg {
    transform: rotate(-3deg);
    top: -1.5rem;
  }
  .content-wrapper .content, .content-wrapper .spezial, .content-wrapper h1, .content-wrapper .ST.M-ST {
    padding-left: 2rem;
  }
  .content-wrapper .spezial {
    width: auto;
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .kontakte-m {
    display: block;
    padding: 1rem 2rem;
  }

  .newsbox .addthis_inline_share_toolbox {
    position: initial;
  }

  .newsbox-wrapper .newsbox .right .preview > a {
    float: right;
  }
}
@media only screen and (max-width: 600px) {
  .content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .content-wrapper .content, .content-wrapper .spezial, .content-wrapper h1, .content-wrapper .ST.M-ST {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .content-wrapper .spezial {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .content-wrapper .content .content-teaser-wrapper .content-teaser-item {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
  }
  .content-wrapper .content .bild-vier-spalten {
    flex-wrap: wrap;
  }
  .content-wrapper .content .bild-vier-spalten .image {
    flex-basis: 100%;
  }
  .content-wrapper .content .vorstand-wrapper {
    margin-right: 0;
    flex-wrap: wrap;
  }
  .content-wrapper .content .vorstand-wrapper .vorstand-item {
    flex-basis: 100%;
  }
  .content-wrapper .content .download-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .content-wrapper .content .download-wrapper .download-content {
    flex-wrap: wrap;
  }
  .content-wrapper .content .download-wrapper .download-content div {
    flex-basis: 100%;
  }
  .content-wrapper .content .download-wrapper .download-content .titel {
    position: relative;
    left: 0;
    top: 0;
  }
  .content-wrapper .content .download-wrapper .download-content .download-info {
    justify-content: flex-start;
  }
  .content-wrapper .content .download-wrapper .download-content .download-info div {
    height: 8rem;
    margin-left: -0.5rem;
  }

  .kontakte-m {
    padding: 1rem 1.5rem;
  }
}

/*# sourceMappingURL=site.css.map */
