/* finger-paint-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Finger Paint';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/finger-paint-v19-latin-regular.woff2') format('woff2'); 
}

.finger-paint-regular {
  font-family: "Finger Paint", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-expand-md .navbar-collapse:not(.show) {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
}

@media screen and (max-width: 576px) {
  body.wrapper-fluid .site-grid {
    grid-gap: 0 0.5em;
  }
} 


/* Body */
body {
  margin: 0;
  background-image: url("/images/symbole/body.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: Center Center;
  background-clip: padding-box;
  background-attachment: fixed;
}

p, ul, ol {
  font-size: 1.2rem;
  hyphens: auto;
}

h1 {
  margin: 0 0 2rem 0;
  color: #7b540a;
  font-family: "Finger Paint", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  margin: 0 0 1.5rem 0;
  font-weight: 400;
}

h3, h4 {
  font-weight: 300;
}

img, video {
  max-width: 100%;
}

.nhp {
  hyphens: none;
}

/*  Link extern */ 
a.lnkextern {
  text-decoration: none !important;
} 
a.lnkextern:before,
a.lnk_extern:before {
  font-family: "Font Awesome 6 Free";
  content: "\f14d";
  padding: 0 4px 0 4px;
} 

/* 2 Spalten */
.text2sp {
  column-count: 2;
  column-gap: 4rem;
  column-rule-style: solid;
  margin-bottom: 2rem;
}

@media (max-width: 60rem) {
  .text2sp {
    column-count: 1;
  }
}

/* article */
.com-content-article {
  padding: 25px;
  background-color: #f9f3e7;
  border: 0px solid #d2d2d2;
  border-radius: 0rem;
  box-shadow: 0 0 2px rgba(51,57,66,.1),0 2px 5px rgba(51,57,66,.08),0 5px 15px rgba(51,57,66,.08);
  margin-bottom: 3rem;
}

/* Blog-Item */
.blog-item {
  
}
.blog-item h2 a {
  text-decoration: none;
  color:initial;
}

.blog-item h2 a:hover {
  text-decoration: underline dotted;
}

.boxed .blog-item {
  background-color: white;
  box-shadow:0 0 2px rgba(51,57,66,.1), 0 2px 5px rgba(51,57,66,.08), 0 5px 15px rgba(51,57,66,.08); 
}

.boxed .blog-item .item-image {
  margin: 0;
}

/* Kategorie Liste */
th.list-title a {
  text-decoration: none;
}

th.list-title a:hover {
  text-decoration: underline;
}

td.list-date {
  text-align: center;
}

/* Pagination */
ul.pagination {
  flex-wrap: wrap;
}

.card-body {
  background-color: #f9f3e7;
}

/* TopBar */
.container-topbar {
  background-color: red;
  padding: 20px;
}

/* kopfzeile */
.kopfzeile {
  /*display: flex; */
  flex-wrap: wrap;
  gap: 20px; 
  align-items: center; 
  justify-content: space-between;
  padding: 10px 20px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
@media screen and (max-width: 576px) {
  .kopfzeile {
    gap: 4px; 
    justify-content: center;
    text-align:center;
  }
} 


/*Header */
.before_header{
  width: 100%;  
  margin: 0;
  padding: 0px;
}


@media screen and (max-width: 576px) { 
  .before_header {
    /*background-color: #f7f4e4; */
  }
} 

.container-header {
  background-color: #533f03;;
  background-image: none;
  /margin-bottom: 60px; */
  z-index: 99999;
  position: sticky !important;
  top: 0;
}

.container-header nav {
  margin-top: 0em !important;
}

.container-header .container-nav{
  padding: 0;
} 

.sidebar-right {
  border:none;
  /*background-color: #f9ebcf;  */
}


/* Hamburger Menu */
.container-header .navbar-toggler {  
  padding: 6px 10px;
  margin: 10px;
}

.navbar-toggler:after {
  content: "Menü";
  margin-left:0.5em;
}

/* Hauptmenu */
.hauptmenu .metismenu-item {
  border-right: 2px solid #decaa5;
}

.hauptmenu .metismenu-item.active {
  /*background-color: red;
  color: white; */
}

.hauptmenu .metismenu-item:hover {
  background-color: #f3dd21;
  color: navy;
}

.hauptmenu .metismenu-item .level-2 {
  border-radius:0; 
  border: 1px solid whitesmoke;
}

@media screen and (max-width: 991px) {
  .hauptmenu .metismenu-item {
    border-right: 0;
  }
} 

.hauptmenu li.item-478 {
  background-color: orange;  
}

@media screen and (max-width: 991px) {
  .hauptmenu .metismenu-item {
    border-right: 0;
    padding: .5em 1em !important;
    font-size: 1.4rem !important;
  }
}

/* Untermenu */
@media (width>=992px) {
  .untermenu .metismenu.menu-horizontal {
    flex-wrap: wrap;
  }
}

.untermenu {
  /*background-color: white; */
  padding: 0;
}

.untermenu ul {
  justify-content: center;
}

.untermenu li {
  border: 1px solid #533f03;
  border-radius: 10px;
  background-color: white;
  padding: 6px;
  margin-bottom:4px;
  margin-left:4px;
}

.untermenu a {
  display: block;
  color: #3b3b1c;
}

/* Menu horizontal */
@media (width>=320px) {
  .metismenu.menu-horizontal {
    flex-direction:row;
    flex:1;
    display:flex;
    flex-wrap: wrap;
  }
}



/* Footer */
.before_footer {  
  width: 100%;
  height: 100px;
  background-image: url("/images/wave.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin: 0 0 -20px 0;
}

.footer {
  background-color: #ac9975;
  background-image: none;
}

/* Editormenü */
.rgs-editormenu {
  margin-bottom: 20px;
}

.rgs-editormenu h3 {
  background-color: red;
  color: white;
}
.rgs-editormenu ul {
  background-color:;
}

.rgs-editormenu li {
  padding: 0;
  margin: 4px;
  border: 1px solid gray;
}

.rgs-editormenu li:hover {
  border: 1px solid red;
}

/*Scroll-Top Button*/
.back-to-top-link {
  position: fixed;
}

/* Banner Startseite */
#mod-custom109 {
  background-image: url("/images/Titelbild.jpg"); */
  background-repeat: no-repeat;
  background-position: top center; 
  background-size: cover;
  background-color: #cccccc;
  height: 80vh;
  color: white;
}

/* Banner Unterseiten */
#mod-custom112 {
  /*background-image: url("/images/symbole/Titelbild_01.jpg"); */
  background-image: none;
  background-repeat: no-repeat, repeat;
  background-position: center; 
  background-size: cover;
  background-color: white;
  height: 20px;
  color: white;
}

/* Droppics */
#colorbox.droppics {
  z-index: 9999999 !important;
}

.droppicsgallerydefault .wimg {
  margin: 2px !important;
}

#droppics_modal {
  z-index:99999;
}

/* Kontaktformular */
.contact-form legend, .com-contact__container h3, dl.contact-position dt {
  display: none;
}


/* mnuhome */
.mnu_home::before { 
  font-family: "Font Awesome 6 Free";
  color: white;
  content: "\f015";
  font-size: 30px !important;
  position: relative !important;
  display: inline-block !important;
  line-height: 45px !important;
  height: 45px !important;
  font-weight: 900;
  width: 1.25em !important;
} 
.mnu_home {
  font:0/0 a !important;  
}


#logo {
  position: absolute;
  top: 6px;
  right: 6px;
  height: 94px;
  width: 160px;
  background-color: white;
  background-image: url("/images/symbole/im112.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999;
} 

/* Lageplan */
#map103 {
  border: 1px solid gray;
}

/******************************/
.rg-lnkcontainer {
  --min-column-size: 18ch;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--min-column-size), 100%), 1fr));
  margin: 2rem 0;
}

a.rg-lnkbox {
  display: grid;
  /*gap: 1rem;*/
  border: 0;
  border-radius: 10px;
  background-color: #8f7c58;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  transition: all .3s;
  color: white;
}

.rg-lnkbox h3 {
  text-align:center;
  font-weight: 300;
}

.rg-lnkbox .icon {
  text-align:center;   
  /*background-color: #053a6c; */
  height:102px;
  width: 102px;
  line-height:102px;
  border-radius: 0;
  color: white;
  font-size:60px;
  margin:0 auto;
}

.rg-lnkbox:hover {
  background: #1370ac !important;
  color: white;
}

.rg-lnkbox:hover h3,
.rg-lnkbox:hover .icon {
  color: white;
}

/* adress_cards */
.adress_cards {
  display: flex; 
  flex-wrap: wrap; 
  gap: 20px; justify-content: 
  flex-start;
  margin: 2rem 0 2rem 0;
}

.adress_cards div {
  padding: 20px;
  background-color: whitesmoke;
  flex: 1 1 auto;
}

.adress_cards div:hover {
  background-color: white;
  box-shadow: 0 1rem 1rem -0.75rem hsl(210 100% 8% / 0.25);
}

/* ul.partner */
ul.partner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 60px 0 60px 0;
  padding: 0;
}  

ul.partner li {
  display: block;
  border: 4px dotted gray;
  padding: 20px;
  border-radius:px;
  font-size: 1.6em;
}

ul.partner a {
  text-decoration: none;
}


/* Infobox */
.infobox {
  border: 1px solid gray; 
  padding: 20px;
}

/* table */
table.daten {
  margin: 10px 0 10px 0; 
  border:solid 2px black;
  background-color:white;
}

table.daten tr:hover { 
  background-color: #afccda;
}

table.daten td {
  padding:6px;
  border:solid 1px gray;
}

table.daten p {
  padding:0;
  margin:0;
}

/* table Kalender */
table.kalender {
  margin: 10px 0 10px 0;
  border:solid 2px black; 
  background-color:white;
}

table.kalender tr:hover {
 background-color: #afccda;
}

table.kalender td {
  padding:2px; 
  border:solid 1px black;
}

table.kalender p,
table.kalender h5 {
  padding:0;
  margin:0;
}


/* newsletter */
.newsletter {
  border: 0px dotted green;
  padding: 10px 0 10px 0;
  /*background-color: #f0dba8; */
  border-radius: 0px;
}

.newsletter .blog-item {
  background-color: white;
  padding: 0;
  border-radius: 15px;
}

.newsletter h2 {
  background-color: #57859e; 
  padding: 10px 10px;
  color: white;
  text-align: center;
  font-family: "Finger Paint", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius:4px;
}

.newsletter h2 a {
  color: white;
}


/* */

.datum {
  font-size: 1.2rem;
  margin-top: 1rem;
}

/* Animation RL  */
.MoveRL,
.rgsan-eauto {
  position: relative;
  animation: anMoveRL 10s infinite ease;
}

@keyframes anMoveRL{
    0% {  transform: scale(1) rotate(0deg); left:-400px;   }
    60% {  transform: scale(1) rotate(0deg); left:100%;   }
    61% {  transform: scale(1) rotate(0deg) rotateY(180deg); left:100%;   }
    100%  {  transform: scale(1) rotate(0deg) rotateY(180deg); left:-400px; }
}

/* Animation ZoomIn */
.ZoomIn {
  /*transform: scale(0); */
 /* opacity: 0;
  animation-fill-mode: both;
  animation-delay: 2s;*/
}
.anZoomIn {
  animation: ZoomIn 1s 1;
}
@keyframes ZoomIn {
  from {transform: scale(0.9); opacity: 0;}
  to {transform: scale(1); opacity: 1;}
}

/* Wobble */
.wobble:hover {
  animation: anWobble 1s ease-in-out 0s infinite normal forwards; 
}

@keyframes anWobble {
  0%,
  100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }

  15% {
    transform: translateX(-30px) rotate(-6deg);
  }

  30% {
    transform: translateX(15px) rotate(6deg);
  }

  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }

  60% {
    transform: translateX(9px) rotate(2.4deg);
  }

  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

/* Datum */
.article-info-term {
  display: none;
}

/* access-icon */
._access-icon {
  bottom:100px !important;
  left:-16px !important;
}

.fade-in{
  animation: anfadein 4s ease 0.5s;
  animation-fill-mode: both;
}

@keyframes anfadein{
    0% { opacity:0; transform: scale(0.5); }
    100%  { opacity:1; transform: scale(1); }
}

/* T */
@media screen and (max-width: 991px) {


}

/* M */
@media screen and (max-width: 576px) {
  body {
    background-color: whitesmoke;
  }
  .container-header {
    /*background-color: #008dd2; */
  }
  
  .site-grid {
     grid-gap: 6px;
  }
  
  .boxed .blog-item,
  .newsletter .blog-item,
  .blog-item {
    border-radius:0;
  }

  .boxed .blog-item .item-content {
    padding:  15px 10px 10px 10px;
  }

  h1 {
    margin: 0 .2rem 1.2rem .2rem;
    text-align:center;
  }

  table {
    width: 100%;
  }

  #mod-custom101 {  
    height: 50vh;
  }
  
  .mod-custom h3 {
    text-align: center;
  }
  
  .rg-lnkcontainer {
    padding: 0;
  }

  .container-header .container-nav,
  .container-header .container-nav nav{
    width: 100%;
    justify-content: center;
  }

  .container-header .container-nav nav a{
    width: 90%;
  }

  .container-header .navbar-toggler {
    width:90%;
    border: 1px dotted whitesmoke;
    background-color: #8f7c58;
  }

  .kopfzeile {
    background-color: white;
  }
  
} 
