


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Start ===== Generelles ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* :focus {
  outline: none;
  box-shadow: 0 0 2px 2px #E5E5E5, 0 0 10px #E5E5E5;
} */

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.seitentitel {
  font-size: 3rem;
  color: #0B0B61;
  text-align: center;
}

.artdatum {
  float: right;
  font-size: 0.8rem;
}

.leerraum {
  width: 50px;
  height: 200px;
}

.leerraum50 {
  width: 50px;
  height: 50px;
}

.anker_zu_menu {
  width: 50px;
  height: 70px;
}

.aktiv {
  background-color: #FF4000;
}

.rootmenu {
  background-color: #2E9AFE
}

.mitte {
  text-align: center;
}

.textBlau {
  color: blue;
}

.textGruen {
  color: green;
}

.textRot {
  color: red;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Ende ===== Generelles ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

article {
  color: #0B0B61;
}

article p {
  font-size: 1.2rem;
}

.img100 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}

.img90 {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}

.img80 {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Start ===== Grid - System ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.container {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*='col-'] {
  float: left;
  min-height: 1px;
  padding: .8rem;
  height: auto;
}

.col-1 { width: 16.666%; }
.col-2 { width: 33.333%; }
.col-3 { width: 50%;     }
.col-4 { width: 66.666%; }
.col-5 { width: 83.333%; }
.col-6 { width: 100%;    }

 @media (max-width: 1366px) {

   .col-1 { width: 25%; }
   .col-4 { width: 50%; }

 }

 @media (max-width: 1276px) {
   .col-3 { width: 100%; }
 }

 @media (max-width: 820px) {

   .col-1 { width: 50%;  }
   .col-2 { width: 100%; }
   .col-4 { width: 100%; }
 }

 @media (max-width: 480px) {

   .col-1 {
     width: 100%;
     padding: 0;
   }
   .col-2 { width: 100%; }
   .col-3 { width: 100%; }
   .col-4 { width: 100%; }
 }

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Ende ===== Grid - System ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.infoDiv {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: #0B0B61;
  background-color: #CCEEFF;
}

.infoDiv h1 {
  margin: 10px;
  color: #0B0B61;
  text-align: center;
}
.infoDiv p {
  margin-bottom: 15px;
  /* margin: 15px; */
  font-size: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.infoDiv {
  border-radius: 6px;
}
.infoDiv {
  max-width: 100%;
}

.colBackground {
  background-color: #EFF2FB;
  border-radius: 6px;
  padding: 15px;
}

/* +++++++++++++++++++++++++++ */
/* === Start === datenDiv === */
/* +++++++++++++++++++++++++++ */
.datenDiv {
  /* padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; */
  padding: 15px;
  margin-bottom: 30px;
  color: #0B0B61;
  background-color: #EFF2FB;
}

.datenDiv h1 {
  padding-top: 30px;
  color: #0B0B61;
  text-align: center;
  font-size: 2rem;
  margin-top: 0;
}

.datenDiv h2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.datenDiv h3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.datenDiv p {
  margin-bottom: 15px;
  /* margin: 15px; */
  font-size: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
}
.container .datenDiv {
  border-radius: 6px;
}
.datenDiv .container {
  max-width: 100%;
}

@media (max-width: 1366px) {
  .datenDiv p {
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 911px) {
  .datenDiv p {
    font-size: 1rem;
    padding-left: 0;
    padding-right: .3rem;
  }
  .datenDiv h1 {
	font-size: 1rem;
  }
}
@media (max-width: 820px) {
  .datenDiv h1 {
	font-size: 1.5rem;
  }
}
/* +++++++++++++++++++++++++++ */
/* === Ende === datenDiv === */
/* +++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++ */
/* === Start === HausDiv === */
/* +++++++++++++++++++++++++++ */
.HausDiv {
  /* padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; */
  padding: 15px;
  margin-bottom: 30px;
  color: #0B0B61;
  background-color: #EFF2FB;
}

.HausDiv h1 {
  padding-top: 30px;
  color: #0B0B61;
  text-align: center;
  font-size: 2rem;
  margin-top: 0;
}

.HausDiv h2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.HausDiv h3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.HausDiv p {
  /* margin-bottom: : 15px; */
  margin: 15px;
  font-size: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
}
.container .HausDiv {
  border-radius: 6px;
}
.HausDiv .container {
  max-width: 100%;
}

@media (max-width: 1366px) {
  .HausDiv p {
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 911px) {
  .HausDiv p {
    font-size: 1rem;
    padding-left: 0;
    padding-right: .3rem;
  }
  .HausDiv h1 {
	font-size: 1rem;
  }
}
@media (max-width: 820px) {
  .HausDiv h1 {
	font-size: 1.5rem;
  }
}
/* +++++++++++++++++++++++++++ */
/* === Ende === HausDiv === */
/* +++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++ */
/* === Start === klarDiv === */
/* +++++++++++++++++++++++++++ */
.klarDiv {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: #0B0B61;
  /* background-color: #EFF2FB; */
  border: solid 1px #EFF2FB;
}

.klarDiv h1 {
  /* margin: 30px; */
  padding-top: 30px;
  color: #0B0B61;
  text-align: center;
  font-size: 2rem;
}

.klarDiv p {
  margin-bottom: 15px;
  /* margin: 15px; */
  font-size: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.container .klarDiv {
  border-radius: 6px;
}
.klarDiv .container {
  max-width: 100%;
}

@media (max-width: 1366px) {
  .klarDiv p {
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 911px) {
  .klarDiv p {
    font-size: 1rem;
    padding-left: 0;
    padding-right: .3rem;
  }
  .klarDiv h1 {
	font-size: 1rem;
  }
}
@media (max-width: 820px) {
  .klarDiv h1 {
	font-size: 1.5rem;
  }
}
/* +++++++++++++++++++++++++++ */
/* === Ende === klarDiv === */
/* +++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Start ===== Lauftext ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ===== Lauftext Farben ===== */
/* #FF0000 */
/* #0101DF */
/* #8904B1 */
/*  */
/*  */

@-webkit-keyframes lauftext01 {
 0%   { text-indent: 100% }
 100% { text-indent: -50% }
}

@keyframes lauftext01 {
 0%   { text-indent: 100% }
 100% { text-indent: -50% }
}

#lauftext01 {
 width: auto;
 margin: auto;
 padding: 4px;
 overflow: hidden;
 white-space: nowrap;
 border: solid 2px #53955d;
 font-size: 2rem;
 font-weight: bold;
 -webkit-animation: lauftext01 20s linear 1s infinite;
         animation: lauftext01 20s linear 1s infinite;
 color: #FF0000;
}

#lauftext01:hover {
 -webkit-animation-play-state: running;
         animation-play-state: running;
}

@-webkit-keyframes lauftext02 {
 0%   { text-indent: 110% }
 100% { text-indent: -50% }
}

@keyframes lauftext02 {
 0%   { text-indent: 110% }
 100% { text-indent: -50% }
}
#lauftext02 {
 width: auto;
 margin: auto;
 padding: 4px;
 overflow: hidden;
 white-space: nowrap;
 border: solid 2px #53955d;
 font-size: 1.8rem;
 font-weight: bold;
 -webkit-animation: lauftext02 20s linear 1s infinite;
         animation: lauftext02 20s linear 1s infinite;
 color: #0101DF;
}

#lauftext02:hover {
 -webkit-animation-play-state: running;
         animation-play-state: running;
}

@-webkit-keyframes lauftext03 {
 0%   { text-indent: 120% }
 100% { text-indent: -50% }
}

@keyframes lauftext03 {
 0%   { text-indent: 120% }
 100% { text-indent: -50% }
}
#lauftext03 {
 width: auto;
 margin: auto;
 padding: 4px;
 overflow: hidden;
 white-space: nowrap;
 border: solid 2px #53955d;
 font-size: 1.5rem;
 font-weight: bold;
 -webkit-animation: lauftext03 20s linear 1s infinite;
         animation: lauftext03 20s linear 1s infinite;
 color: #8904B1;
}

@-webkit-keyframes lauftext04 {
 0%   { text-indent: 130% }
 100% { text-indent: -50% }
}

@keyframes lauftext04 {
 0%   { text-indent: 130% }
 100% { text-indent: -50% }
}
#lauftext04 {
 width: auto;
 margin: auto;
 padding: 4px;
 overflow: hidden;
 white-space: nowrap;
 border: solid 2px #53955d;
 font-size: 1.3rem;
 font-weight: bold;
 -webkit-animation: lauftext04 20s linear 1s infinite;
         animation: lauftext04 20s linear 1s infinite;
 color: #B18904;
}

@-webkit-keyframes lauftext05 {
 0%   { text-indent: 140% }
 100% { text-indent: -50% }
}

@keyframes lauftext05 {
 0%   { text-indent: 140% }
 100% { text-indent: -50% }
}
#lauftext05 {
 width: auto;
 margin: auto;
 padding: 4px;
 overflow: hidden;
 white-space: nowrap;
 border: solid 2px #53955d;
 font-size: 1rem;
 font-weight: bold;
 -webkit-animation: lauftext05 20s linear 1s infinite;
         animation: lauftext05 20s linear 1s infinite;
 color: #53955d;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Ende ===== Lauftext ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Start ===== Header Navigation ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#headernav {
  background-image: url("../images/hg001.png");
  background-size: 100% 100%;
  color: #BDBDBD;
  position: fixed;
  width: 100%;
  top: 0px;
}

/* #logoheadernav {
  height: 50px;
  width: auto;
  padding: 5px;
} */

#headernav > ul {
  float: right;
}

#headernav > ul > li {
  display: inline-block;
  margin-right: 40px;
  vertical-align: middle;
  font-size: 1rem;
}

#headernav > ul > li > a {
  color: #fff;
}

#headernav > ul > li > a:link {
  color: #BDBDBD;
  text-decoration: none;
}

#headernav > ul > li > a:visited {
  color: #BDBDBD;
  text-decoration: none;
}

#headernav > ul > li > a:hover {
  color: #f7de1a;
  text-decoration: none;
}

#headernav > ul > li > a:active {
  color: #f7de1a;
  text-decoration: none;
}

.ebene2 {
  display: block;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Ende ===== Header Navigation ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Start ===== Fuß Navigation ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fussnav {
  background-image: url("../images/hg002.png");
  background-size: 100% 100%;
  color: #BDBDBD;
  position: fixed;
  width: 100%;
  bottom: 0px;
}

#fussnav > ul {
  float: right;
}

#fussnav > ul > li {
  display: inline-block;
  margin-right: 40px;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: bold;
}

#fussnav > ul > li > a {
  color: #fff;
}

#fussnav > ul > li > a:link {
  color: #0000FF;
  text-decoration: none;
}

#fussnav > ul > li > a:visited {
  color: #0000FF;
  text-decoration: none;
}

#fussnav > ul > li > a:hover {
  color: #f7de1a;
  text-decoration: none;
}

#fussnav > ul > li > a:active {
  color: #f7de1a;
  text-decoration: none;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Ende ===== Fuß Navigation ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Start ===== Hauptfenster ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.hauptfenster {
  margin-top: 50px;
  background-image: url("../images/hg003.png");
  background-size: 100% auto;
}

.wendland_hg {
  margin-top: 50px;
  background-image: url("../images/hgw001.png");
  background-size: 100% auto;
}

.ferienwohnung_hg {
  margin-top: 50px;
  background-image: url("../images/hg004.jpg");
  background-size: 100% auto;
}

.ruegenkarte_hg {
  margin-top: 50px;
  background-image: url("../images/hg005.jpg");
  background-size: 100% auto;
}

.bilderhaus_hg {
  background-color: #D8D8D8;
  background-size: 100% auto;
}


/* =========== Spezielles =========== */

#hallo {

  font-size: 3rem;
  text-align: center;
}

#hallo01 {
  display: inline-block;
  color: #0000FF;
  /* padding: 35px; */
}

#hallo02 {
  display: inline-block;
  color: black;
}
#hallo03 {
  color: red;
}
#hallo04 {
  color: yellow;
}

#infotext {
  font-size: 2rem;
  padding:2rem;
}

#impressum {
  font-size: 2rem;
}

#ruegenicon01 {
  display: inline-block;
  width: 70%;
  height: auto;
  margin-left: 20px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Ende ===== Hauptfenster ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* figure */
figure > img {
  width: 100%;
}

figure > a > img {
  width: 100%;
}

figure {
  position: relative;
  margin: 0;
  padding: .5em;
  width: 100%;
  border: thin solid gainsboro;
  background: #888787;
}

.fig_kl > figure {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

figcaption_gr {
  padding: .8em;
  text-align: center;
  color: #f7de1a;
  font-size: 1.5rem;
}

figcaption {
  padding: .8em;
  text-align: center;
  color: #f7de1a;
}

#gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: 2rem;
}

.galleryabstand {
  margin-bottom: 80px;
}

#gallery > figcaption,
#gallery30 > figcaption,
#gallery20 > figcaption,
#bwp30 > figcaption,
#gallery > figcaption_gr,
#gallery30 > figcaption_gr,
#gallery20 > figcaption_gr,
#bwp30 > figcaption_gr,
.fotos50 > figcaption,
.fotos50 > figcaption_gr,
.fotos30 > figcaption,
.fotos30 > figcaption_gr {
  grid-column: 1 / -1;
}

#gallery30  {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 2rem;
}

.fotos50  {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: 2rem;
}

.fotos30  {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 2rem;
}

#gallery20  {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  gap: 2rem;
}

@media (max-width: 1266px) {
  #gallery {
    grid-template-columns: repeat(auto-fill, minmax(60%, 1fr));
    gap: 1rem;
  }

}

 @media (max-width: 820px) {
   #gallery,
   #gallery30 {
     grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
   }
 }

 @media (max-width: 530px) {
   #gallery,
   #gallery30 {
     grid-template-columns: repeat(auto-fill, minmax(60%, 1fr));
   }
 }

 .foto100 {
   width: 100%;
   height: auto;
 }

 #bwp30  {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
   gap: 2rem;
 }

 .foto50 {
   width: 50%;
   height: auto;
 }

 .foto30 {
   width: 30%;
   height: auto;
 }

 #galleryStd2019 {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
   gap: 2rem;
 }


.test {
  width: 300px;
  height: 3000px;
  background-color: grey;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Start ===== alle Karte ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.kl15 {
  width: 15px;
  height: 15px;
}

.kl12 {
  width: 12px;
  height: 12px;
}

.kl10 {
  width: 10px;
  height: 10px;
}

.kl08 {
  width: 8px;
  height: 8px;
}

.kl06 {
  width: 6px;
  height: 6px;
}

.klt {
  height: 20px;
  width: auto;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Start ===== Wendland Karte ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wlk {
  position: relative;
}

#wlk_luechow {
  position: absolute;
  top:245px; left:340px;
}

#wlk_küsten {
  position: absolute;
  top:235px; left:310px;
}

#wlk_luebeln {
  position: absolute;
  top:245px; left:320px;
}

#wlk_zimmerfrei {
  position: absolute;
  top:240px; left:327px;
}

#wlk_salzwedel {
  position: absolute;
  top:330px; left:353px;
}

#wlk_arendsee {
  position: absolute;
  top:280px; left:493px;
}

#wlk_uelzen {
  position: absolute;
  top:245px; left:94px;
}

#wlk_schnackenburg {
  position: absolute;
  top:185px; left:504px;
}

#wlk_gartow {
  position: absolute;
  top:210px; left:470px;
}

#wlk_heidehaus {
  position: absolute;
  top:233px; left:415px;
}

#wlk_lenzen {
  position: absolute;
  top:150px; left:474px;
}

#wlk_schwedenschanze {
  position: absolute;
  top:175px; left:454px;
}

#wlk_dannenberg {
  position: absolute;
  top:142px; left:320px;
}

#wlk_hitzacker {
  position: absolute;
  top:118px; left:288px;
}

#wlk_doemitz {
  position: absolute;
  top:115px; left:375px;
}

#wlk_grabow {
  position: absolute;
  top:10px; left:490px;
}

#wlk_luebtheen {
  position: absolute;
  top:6px; left:300px;
}

#wlk_lueneburg {
  position: absolute;
  top:60px; left:15px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Ende ===== Wendland Karte ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Start ===== Rügen ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#rk {
  position: relative;
  margin-left: 100px;
  }

#rk_icon {
  width: 50%;
  height: auto;
  margin-left: 100px;
}

#rk_wiek {
  position: absolute;
  top:90px; left:218px;
}

#rk_hafendorfwiek {
  position: absolute;
  top:84px; left:212px;
  /* top:50px; left:50px; */
}

#rk_tp  {
  position: absolute;
  top:91px; left:211px;
}

#rk_hlh {
  position: absolute;
  top:81px; left:224px;
}

#rk_dranske {
  position: absolute;
  top:78px; left:160px;
}

#rk_kreptitzer_heide {
  position: absolute;
  top:37px; left:180px;
}

#rk_ruegenpark {
  position: absolute;
  top:370px; left:190px;
}

#rk_kap_arkona {
  position: absolute;
  top:-3px; left:350px;
}

#rk_kap_arkona_lt {
  position: absolute;
  top:-12px; left:360px;
}

#rk_juliusruh {
  position: absolute;
  top:98px; left:300px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Ende ===== Rügen Karte ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Ende ===== alle Karte ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Start ===== Tabelle ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
table {
  margin: 1rem;
}

table, td {
  border: 1px solid #53955d;
  border-collapse: separate;
  text-align: center;
}

td, th {
  border: 1px solid;
  font-size: 1.2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

tr:nth-child(odd) {background-color: #ccc}
tr:nth-child(even) {background-color: #ddd}


.tbl_mit {
  caption-side: bottom;
  empty-cells: hide;
  table-layout: fixed;
  width: 100%
}

.tbl_mit, .tbl_mit td, .tbl_mit th {
  border: 1px solid #53955d;
}

/* #test03 td, #test03 th {
  width: 130px;
} */

.tbl_mit td, .tbl_mit th {
  padding: 5px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Ende ===== Tabelle ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Start ===== einfache Textformatierungen ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.erg_mitte {
  text-align: center;
}

.erg_rechts {
  text-align: right;
}

.erg_links {
  text-align: left;
}

.erg_bk1 {
  background-color: #D8D8D8;
  font-weight: bold;
}

.erg_bk2 {
  background-color: #F2F2F2;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== Ende ===== einfache Textformatierungen ===== */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.btn_knopf {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
  width: 80%;
  padding: 5px;
}

.btn_knopf > a:link {
  color: #000;
  text-decoration: none;
}

.btn_knopf > a:visited {
  color: #000;
  text-decoration: none;
}

.btn_knopf > a:active {
  color: #000;
  text-decoration: none;
}

.btn_knopf > a:hover {
  color: #f7de1a;
  text-decoration: none;
}

.btn_farbe_gr {
  border: 2px solid #53955d;
  border-radius: 5px;
  background-color: #53955d;
}

.btn_farbe_rt {
  border: 2px solid #FF5858;
  border-radius: 30px;
  background-color: #FF5858;
}

.menu_rahmen {
  background-color: #f7de1a;
  border: 7px solid #53955d;
  border-radius: 15px;
  padding: .5rem;
  margin-bottom: 120px;
  /* position: sticky;
  top: 10px; */
}

.menu_rahmen > h2 {
  text-align: center;
  color: #53955d;
}
