@font-face {
  font-family: 'Chewy';
  /*src: url("../fonts/Chewy-Regular.woff");*/
  src: url('/files/theme/fonts/Chewy-Regular.woff');
  /*font-style: italic;*/
  font-weight: normal;
}

@font-face {
  font-family: 'Open Sans';
  /*font-family: "'Open+Sans:400,400i,600,700', sans-serif";*/
  src: url("../fonts/OpenSans-Regular.woff");
  font-style: normal;
  font-weight: normal;
}

/*@font-face {
font-family: "'Open+Sans:600', sans-serif";
src: url("../fonts/OpenSans-SemiBold.woff ");
font-style: normal;
font-weight: 600;
}*/
:root {
  --footer-background-4: url("/files/inhalt/hintergruende/holzbg-4.jpg");
  --nav-font-family:'Chewy';
  /*--infozeile-font-family: 'Chewy', cursive;*/
  --h1-font-family: 'Chewy';
  --content-font: 'Open Sans', sans-serif;
  --rot: #c51a1b;
  --gruen: #3c8c38;
  --weiss: #fff;
  --hellgrau: #f7f7f7;
  --gold: #d5b87b;
}

HEADER {
  position: relative;
  background-color: #F0F0F0;
  height: 130px;
}

HEADER .logo_hauptnavigation {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
}

HEADER .socialmedia {
  height: 20px;
  padding: 13px 25px;
  background-color:var(--rot);
  color:var(--weiss);
  display: flex;
  justify-content: flex-end;
}

HEADER .socialmedia > DIV.first {
  margin-right: 9px;
}

HEADER .vereinslogo {
  position: absolute;
  top: 20px;
  z-index: 999;
  max-width: 200px;
}

HEADER .vereinslogo IMG {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 575px) {
  HEADER .vereinslogo {
    max-width: 400px;
  }
}

#container {
  padding: 0px 20px;
}

/*Themengrafik/ Slider-Startseite*/
#themengrafik {
  margin-bottom: 3.5rem;
}

.borderthemengrafik {
  border-bottom:8px solid var(--gruen);
}

#themengrafik, #slider_startseite, #themengrafik IMG, #slider_startseite IMG {
  /*height: 155px;*/
  height: auto;
  width: 100%;
}

@media screen and (min-width: 575px) {
  #themengrafik, #slider_startseite, #themengrafik IMG, #slider_startseite IMG {
    /*height: 318px;*/
    height: auto;
    width: 100%;
  }
}

#slider_startseite DIV.rsts-view A {
  margin-bottom: 10px;
}

#main {
  max-width: 1200px;
  margin: 0 auto;
}

.mod_article, .ce_rs_columns_start {
  margin-bottom: 50px;
}

.mod_article.kein_abstand, .ce_rs_columns_start.kein_abstand {
  margin-bottom: 0px;
}

.mod_article .block:not(.ce_text) IMG {
  width: 100%;
  height: auto;
  display: block;
}

.ce_rs_column_start.startgrafik {
  position: relative;
  height: 100%;
}

@media screen and (min-width: 900px) {
  #main .ce_image.bild_unten.block .image_container {
    position: absolute;
    height: auto;
    bottom: 0px;
  }
}

.bild_unten IMG {
  width: 100%;
  height: auto;
  display: block;
}

/*.startseite {
background-image: url("../../inhalt/hintergruende/silhouette.png");
background-repeat: no-repeat;
background-position: center bottom;
(*background-size: 100%;*)
}*/
.startartikel {
  display: flex;
}

.startartikel > .block {
  flex-basis: 100%;
}

.startartikel > .ce_text {
  flex-basis: 65%;
  margin-right: 4ch;
}

.startartikel > .ce_image {
  align-self: flex-end;
}

.float_right {
  float: right;
  margin-left: 20px;
}

.float_left {
  float: left;
  margin-right: 20px;
}

.sp3 {
  column-count: 3;
  column-gap: 5%;
}

.mod_navigation.desktopmenu.block {
  /*grid-column-start: 1;*/
  /*grid-column-end: 3;*/
  position: absolute;
  top: 72px;
  right: 0px;
  z-index: 99;
  max-width: 960px;
}

/*Footer*/
#footer {
  background-color: var(--gray-dark);
  clear: both;
}

#footer NAV A {
  color: #FFF;
}

#footer NAV UL {
  padding-left: 5ch;
}
/*Nachrichten Startseite*/
/*.mod_newslist.block img {
display: block;
width: 100%;
height: auto;
text-align: center;
}*/
/*@media screen and (min-width: 381px) {
.mod_newslist.block {
grid-template-columns: 1fr 1fr;
}
}*/
/*@media screen and (min-width: 767px) {
.mod_newslist > div {
float: left;
width: 47.1%;
margin: 10px;
}

@supports (display: grid) {
.mod_newslist.block {
display: -ms-grid;
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 1ch;
grid-row-gap: 1em;
justify-items: center;
}

.mod_newslist > div {
float: none;
width: auto;
margin: 0px;
}
}
}*/
/*@media screen and (min-width: 992px) {
.mod_newslist > div {
float: left;
width: 31%;
margin: 10px;
}

@supports (display: grid) {
.mod_newslist.block {
grid-template-columns: 1fr 1fr 1fr;
}

.mod_newslist > div {
float: none;
width: auto;
margin: 0px;
}
}
}*/
/*.layout_latest {
position: relative;
justify-self: stretch;
}*/
/*.layout_latest .bg_nachrichtenteaser {
position: absolute;
bottom: 1rem;
left: -10px;
background-color:var(--blue);
width: 80%;
color: var(--white);
font-weight: 700;
padding: 0.9rem 10px;
(*box-shadow:10px 0px 0 var(--blue), -11px 0px 0 var(--blue);*)
box-decoration-break: clone;
margin-left: 10px;
}*/
/*.layout_latest .bg_nachrichtenteaser h2 {
font-size: 1em;
margin: 0px;
font-weight: normal;
}*/
/*.mod_newslist h2 a::after {
color: var(--white);
display: inline-block;
font-family: Iconset acu;
content: "\0043";
font-size: 0.836em;
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
vertical-align: middle;
margin-left: 0.4rem;
}*/
/*.layout_latest .bg_nachrichtenteaser p {
line-height: 0.6;
}*/
/*.layout_latest .more {
display: none;
}*/
/*Nachrichten Seite aktuelles*/
/*.mod_newslist .layout_latest.block {
(*margin-bottom: 20px;*)
}*/
/*@media screen and (max-width: 767px) {
.mod_newslist .layout_latest.block {
margin-bottom: 20px;
}
}*/
/*@media screen and (min-width: 1441px) {
.layout_latest .image_container picture img {
(*width: 94%;*)
display: block;
}
}*/
/*Nachrichten ausführlich*/
/*.mod_article.button.block {
padding: 0px;
}*/
/*.aktuelles_ausfuehrlich header {
height: 13.6rem;
background-color: var(--blue);
}*/
/*.aktuelles_ausfuehrlich .mod_article {
margin-top: 80px;
}*/
/*.aktuelles_ausfuehrlich h1 {
text-align: center;
margin-top: 0px !important;
padding-top: 0px !important;
}*/
/*.aktuelles_ausfuehrlich .info {
text-align: center;
margin-top: 52px;
padding-top: 30px;
width: 100%;
font-size: 1.22rem;
font-weight: 400;
}*/
/*@media (max-width: 575px) {
.aktuelles_ausfuehrlich img {
width: 100%;
}
}*/
/*.mod_newsreader .back {
display: none;
}*/
/*.mod_newsreader {
padding-bottom: 50px;
}*/
/*Allgemeine Artikeleinstellungen*/
