/* Import Font */
 @import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

/* MegaMneu Einstellungen */

#sp-header #sp-menu li.sp-menu-item > a:active,
#sp-header #sp-menu li.sp-menu-item > a:hover,
#sp-header.sticky #sp-menu .sp-megamenu-wrapper li.sp-menu-item > a:active,
#sp-header.sticky #sp-menu .sp-megamenu-wrapper li.sp-menu-item > a:hover {
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-shadow: 2px 2px 4px #000;
}
#sp-header #sp-menu .sp-megamenu-parent > li.current-item.active > a,
#sp-header #sp-menu .sp-megamenu-parent > li.sp-has-child.active > a {
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-shadow: 2px 2px 4px #000;
}

#sp-header #sp-menu .sp-megamenu-parent > li.current-item.active > a,
#sp-header #sp-menu .sp-megamenu-parent > li.sp-has-child.active > a
 {
  color: #ffffff !important;
}
#sp-header .logo {
  padding-bottom: 5px;
}

.body-innerwrapper {
  min-height: 100vh;
}
#sp-main-body {
  padding-top: 20px;
  padding-bottom: 250px;
}
.com-sppagebuilder #sp-main-body{
  padding-bottom: 250px;
}
/* .page-content {
  padding-bottom: 250px;
} */

/*****************************/
/* fuss-menu - Einstellungen */
/*****************************/

#sp-footer {
  text-align: left;
  position:absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  margin-top: auto;
}

.fuss-menu-title{
  display: none;
}

.fuss-links {
  text-align: left;
  font-weight: 600;
}

#sp-footer2 .sp-module ul > li > a {
  display: block;
  /* padding: 5px 0; */
  line-height: 24px;
  padding: 2px 0;
  transition: 300ms;
}

@media (max-width: 420px) {
  #sp-footer, #sp-top-bar {
  display:none;
  }
}
@media (max-width: 850px) {
  #sp-footer {
  position: relative;
  }
}

.abstand_6 p {
  padding-bottom: 6px;
}
.sppb-tab-tabs-content {
  margin-top: 0px;
  border: 1px solid #ddd;
  border-top-style: none;
}
.flex .sppb-tab .sppb-tab-content {
  padding: 2% 3%;
}
#sp-title .sp-page-title-wrapper h6 {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  text-shadow: 3px 3px 6px #000;
}
.item-page hr {
display: none;
}

.sp-sticky-logo {
  height: 55px !important;
  margin-top: 10px;
}

.sp-dropdown-inner {
  width: 280px;
}

.sp-dropdown-inner ul {
  background-color: #fff;
  width: 260px;
  margin: 0;
}

.sp-dropdown-items li sp-menu-item a {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  font-family: Open Sans, sans-serif;
}
div .status a {
  font-size: 1.2em;
}
.i-left .sppb-addon-article {
  display: flex;
  padding: 0px 15px;
}

.i-left .sppb-addon-article img{
width: 400px;
}
@media (max-width: 420px) {
.i-left .sppb-addon-article {
flex-wrap: wrap;
  }
}

/***********************/
/* diverse Anpassungen */
/***********************/

.red {
  color: red;
}

.display-none {
  display: none !important;
}

/* Element | https://pvroche.ch/pvr/index.php */

.eb-event-date-time {
  font-size: 1.3em;
  /* font-weight: bold; */
  color: #22a9e1;
  padding: 15px 0px;
}

.atab {
  tab-size: 45;
  white-space: pre;
  font: 1em "Open Sans", sans-serif;
  font-weight: 300;
}

/**********************/
/*   Style für ul's   */
/**********************/

.t-list ul {
  font-size: 1.2em;
}
.t-list ul li {
  padding: 5px 0px;
}

/***********************/
/* Style für Portraits */
/***********************/

.card-v div img {
  filter: grayscale(100%);
  transition: 0.5s ease;
}
.card-v div:hover img {
  filter: grayscale(0%);
}

.cards-v .card {
  width: 220px;
}

.cards-v .card-v img {
  filter: grayscale(100%);
  transition: 0.5s ease;
}
.cards-v .card-v-content {
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 1.875rem 1.25rem;
  text-align: center;
}
.cards-v .card-v-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
.cards.v .card-v:hover img {
  filter: grayscale(0%);
}

/*********************************/
/* Style für Dokumenten Download */
/*********************************/

.docu-container {
  display: flex;
  flex-flow: row wrap;
  gap: 10px 20px;
  /* height: auto; */
  /* justify-content: space-around; */
  justify-content: flex-start;
  /* display: none; */
}
.docu-container img {
  justify-self: center;
  min-width: 150px;
  max-width: 200px !important;
  margin-bottom: 10px;
  border: 1px solid gray;
  border-radius: 5px;
  /* height: 180px; */
}
.docu-container div {
  justify-self: center;
  width: 210px;
  margin-bottom: 10px;
}

.accordion-btn {
  width: 100%;
  padding: 5px 10px;
  border: 2px solid gray;
  border-radius: 5px;
  /* background-color: lime; */
  text-align: left;
}

.titel-block p {
  line-height: 40px; /* bei vergrössern von font-size immer line-height angeben */
  font-size: 36px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.zwischen-titel p {
  line-height: 36px; /* bei vergrössern von font-size immer line-height angeben */
  font-size: 30px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.aktuell-links {
  text-align: left;
}

.aktuell-block {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  padding: 15px;
  text-align: left;
}

.aktuell-block a:hover {
  text-decoration: none;
  background-color: #22b8f0;
  color: #ffffff;
  font-weight: 600;
}

.aktuell-block a  {
  text-decoration: none;
  outline: 0;
}

.activity-block {
  background-color: #007fc0;
  padding-top: 50px;
  color: #ffffff;
  min-height: 250px; /*  minimale Höhe um Block zu vergrössern */
  /* height: 310px; gelöscht, da height automatisch an maximale höhe ausgleicht */
}

.activity-block p {
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}

.activity-block a {
  /* padding: 20px;   gelöscht, da padding im div */
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;

}

.news-block {
  /* width: 1116px;  ersetzt durch width 100% */
  width: 100%; /* mit Festwert gibt es überlauf beim verkleinern des Bildschirms */
  background-color: #ffffff;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

/*******************************/
/* Fotogalerie - Einstellungen */
/*******************************/

.foto-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.foto-box div {
  margin-top: 12px;
  min-width: 200px;
}

.foto-link {
  flex-basis: 24%;
}

.foto-link img {
  max-width: 240px;
  height: auto;
}

/***********************/
/* grid einstellungen  */
/***********************/

.container_1 {
    display: flex;
    flex-flow: row wrap;
    gap: 10px 10px;
    width: 100%;
    justify-content: center;
}

.container_2 {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px 10px;
    width: 100%;
    justify-content: left;
    /* border-top: 2px solid black; */
    padding-top: 20px;
}

.container_3 {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
  grid-auto-rows: minmax(300px, auto);
  justify-content:center;
}

.container_4 {
  display: grid;
  grid-template-columns:  repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  grid-auto-rows: minmax( auto,auto);
  justify-content: center;
}

.container_5 {
  display: grid;
  grid-template-columns:  repeat(auto-fit, minmax(240px, 1fr));
  /* grid-template-columns:  150px 300px; */
  gap: 10px 10px;
  grid-auto-rows: minmax( auto, 180px);
  justify-content: center;
}
.container_6 {
  grid-auto-rows: minmax( auto, 100px);
}

.container_5 img {
  width: 150px;
  margin: 0 auto;
}

.container_4 td,
.container_4 p {
  padding: 2px 20px 2px 0px;
}

.container_7 {
  display: grid;
  grid-template-columns:  repeat(auto-fit, minmax(400px, 1fr));
  /* grid-template-columns:  150px 300px; */
  gap: 10px 10px;
  grid-auto-rows: minmax( auto, 120px);
  justify-content: center;
}

.container_7 pre{
  /* font: 1em "Arial", sans-serif; */
}
div .wandern {
  display: flex;
}
div .wandern p {
 width: 30%;
 margin: 0px;
}

.container_3 img {
  /* height: 260px; */
}

.div25 {
    /* width: 250px; */
    padding: 20px 15px;
    text-align: center;
    border: 3px solid rgb(195, 195, 195);
    /* margin-bottom: 5px; */
}
.div40 {
    width: 40%;
}

.div60 {
    width: 60%;
}
.div50 {
    max-width: 520px;
    max-height: 330px;
    padding: 10px 15px;
    text-align: center;
    border: 3px solid rgb(195, 195, 195);
    margin-bottom: 5px;
}

.div25 img {
    margin: 0 auto;
    min-height: 140px;
}

.div50 img {
    margin: 0 auto;
    min-height: 305px;
}

.img50 {
    width: 250px;
    padding: 10px 15px;
    text-align: center;
    /* border: 3px solid rgb(195, 195, 195); */
    margin-bottom: 5px;
    vertical-align: bottom;
    box-shadow: rgba(97, 97, 97, 0.2) 0px 4px 8px 0px;
    /* margin: 0 auto; */
}
.fs12{
    font-size: 1em;
}
.fs14b{
    font-size: 1.2em;
    font-weight: 400;
}
@media (max-width: 360px) {
  .container_1,
  .container_2 {
    width: 100%;
    justify-content: center;
  }
}

/******************************/
/*   event - Einstellungen   */
/******************************/

.event-bild {
  width: 30%;
}

.statut td {
  vertical-align:top;
}
img.eb-thumb-left {
  width: 300px;
}

/********************/
/* Tabellen formate */
/********************/

.pad  td {
  padding :3px 15px;
  vertical-align: top;
}

.tab_80_blue {
  width: 80%;
  margin: 0 auto;
  /*border: 1px solid #6688AA;*/
}
.tab_60_blue {
  width: 60%;
  margin: 0 auto;
}
.tab_full {
  width: 98%;
  margin: 0 auto;
}

.tab_80_blue caption, .tab_60_blue caption, .tab_full caption {
  background-color: #6688AA;
  font-family: Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  color: #FFFFFF;
  padding: 6px 0 3px 0;
}
.tab_80_blue thead th, .tab_60_blue thead th, .tab_full thead th {
  font: bold 1em Arial,Verdana,sans-serif;
  padding: 3px;
  background-color: #CCDDEE;
  border: 1px solid #FFFFFF;
  text-align: center;
  color: #4E6C8D;
  font-weight: normal;
}
 .tab_80_blue td, .tab_60_blue td, .tab_full td {
  font: normal 1em Arial,Verdana,sans-serif;
  padding: 5px;
  background-color: #DDEEFF;
  border: 1px solid #FFFFFF;
  line-height: 130%;
  text-align: left;
  vertical-align:middle;
}
/*.tab_80_blue img, .tab_60_blue img {
  padding:0 20px 0 5px;
}*/
.text_top td {
  vertical-align:top;
}

.zebra td {
  background-color:transparent;
  border: 0px solid;
}
.zebra tr:nth-child(odd){
 background-color: #EEEEEE;
}
.zebra img {
  padding:0 5px 0 20px;
}
img.i_center {
  display: block;
  margin-left: auto;
  margin-right: auto
}
#tab {
  height:16px;
  width:16px;
  margin:0 10px 0 5px;
}

table.full img{
  display: inline;
}

table.full {
  width: 99% !important;
  font-size: 1.1em;
  font-family: Questrial;
}
table.full tbody tr:first-child td {
  border-top: 2px solid gray;
  padding-top: 16px;
/* 	height: 40px; */
/* 	vertical-align: bottom; */
}

table.full tbody tr:last-child td {
  border-bottom: 2px solid gray;
  padding-bottom: 16px;
/* 	height: 40px; */
/* 	vertical-align: top; */
}

table.full td {
  vertical-align: top;
  padding: 3px 6px 3px 3px;
   border: 0px solid black;
}
table.top td {
  vertical-align: top;
}

/***** form settings ****/
/* Formular Anpassungen */
/************************/

form.b-form {
  margin-bottom: 30px;
  width: 95%;
  margin: 0 auto;
  font-size: 1em;
}

form.b-form fieldset {
/*   background-color: #cee7ff; */
/*
  background-color: #ffffff;
  background-color: ghostwhite;
*/
  background-color: #fafafa;
  display: block;
  margin: 5px 5px 20px 5px;
  padding: 0.35em 0.75em 0.9em 0.75em;
  border: 1px groove;
  border-radius: 6px;
  height: 95%;
}

form.b-form legend {
  background-color: #efefef;
/*   color: white; */
  width: auto;
  height: 1.6;
  font-size: 1em;
  text-align: center;
  border: 1px groove;
  border-radius: 6px;
  padding: 0px 10px;
  /* margin-bottom: 5px;
  margin-top: -15px; */
  margin: -20px 0px 5px 10px;
}
form.b-form label {
  padding: 0px 5px;
/*   float: left; */
}
form.b-form button,
form.b-form ui-button,
form.b-form input[type="submit"],
form.b-form ui-selectmenu-button {
  background-color:  #0d44cd;
  color: white;
  border-radius: 10px;
  height: 2em;
  margin: 15px;
  padding: 0px 20px;
  font-size: 1em;
}

form.b-form input[type="text"] {
    display: inline;
    height: 30px;
    margin: 5px 0px;
}

form.b-form input {
  padding: 0px 5px;
  font-size: 1em;
  margin: 5px 0px;
  background-color: rgba(237, 242, 255, 1);
}

form.b-form select {
/*   width: 100%; */
  background-color: rgba(237, 242, 255, 1);
  font-size: 1em;
  font-family: inherit;
  font-weight: 500;
  padding: 0px 5px;
  /* border: none; */
  border-radius: 6px;
  margin: 5px 0px;
}

form.b-form optgroup {
   background-color: pink;
}

form.b-form table {
 /* width: 98%; */
}

form.b-form table td {
  padding: 0px 5px;
}

.MailTop > tbody > tr > td > label {
  font-size: 1em;
  width: 90%;
  text-align: left;
}

.theForm {
  display: flex;
  margin: 0 auto;
  font-family: Questrial;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}


.b-form .theForm2 {
  width: 450px;
  min-height: 350px;
}

.b-form .theForm3 {
  width: 450px;
  min-height: 400px;
}

