#my_events{
    align-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.btn-red {
    background-color: #d94c4b;
}

button.btn-red{
    background-color: #d94c4b;
    font-family: "Noto Serif";
    margin-bottom: 10px; 
}

.btn-green, .btn-green button{
    background-color: #17aa72;
}

.btn-brown, .btn-brown button{
    background-color: #c19c98;
}

.btn-grey, .btn-grey button{
    background-color: #f0f0f0;
}

.btn-lightgreen, .btn-lightgreen button{
    background-color: #9dcda3;
}

.btn-red, .btn-red, .btn-green, .btn-brown, .btn-grey, .btn-lightgreen{
    
    margin-bottom: 10px;
    /*padding: 5px 10px 5px 10px; */
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
    width: 100%;
}

.datum-anzeige p,h3{
    font-family: "Noto Serif", serif;
    text-align: center;
}
.datum-anzeige-1 p,h3{
    font-family: "Noto Serif", serif;
    text-align: center;
}

p.datum-anzeige-1{
    margin-bottom: 0px;
}
p.agenda-inside{
    font-family: "Noto Serif";
    font-size: 12pt;
    text-align: center;
    margin: 0.5rem;
}

h6.agenda-inside{
    font-family: "Noto Serif";
    font-size: 10pt;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
}

h3.datum-anzeige-1 {
    font-size: 22pt;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
}

p.datum-anzeige-1 {
    font-size: 10pt;
    text-transform: uppercase;
}

.btn-red, .btn-grey, .btn-green, .btn-brown, btn-grey, .btn-lightgreen, p{
    font-size: 14pt;
    font-family: "Noto Serif", serif;
}

.box-Lobpreisabend{
    background-color: #d94c4b;
    margin-bottom: 3px;
}

.box-Diverses{
    background-color: #17aa72;
    margin-bottom: 3px;
}

.box-Hl-Messe{
    background-color: #c19c98;
    margin-bottom: 3px;
}


.box-Gemuetlich{
    background-color: #9dcda3;
    margin-bottom: 3px;
}

.box-National{
    background-color: #f0f0f0;
    margin-bottom: 3px;
}

p.agenda-schrift{
    font-size: 14pt;
    float: center;
    font-family: "Noto Serif", serif;
    margin: 0;
    padding: 8px 8px 8px 8px;
    line-height: 1;
}

p.agenda-schrift-middle{
    font-size: 14pt;
    font-family: "Noto Serif", serif;
    margin: 0;
    padding: 8px 8px 8px 8px;
    line-height: 1;
}

p.agenda-schrift-rechts{
    font-size: 14pt;
    float: center;
    line-height: 1;
    margin: 0;
    padding: 8px 8px 8px 8px;
    font-style: italic;
}

.custom-select {
  position: relative;
  font-family: "Noto Serif", serif;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #f0f0f0;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: black;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #f0f0f0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.row.hidden{
    display: none;
}

.hidden{
    display: none;
}

.hidden-1{
    display: none;
}

.hidden-2{
    display: none;
}

.btne.active{
    color: #fff !important;
}

@media only screen and (max-device-width: 1366px) {
    
    p.agenda-schrift-middle{
        font-weight: 700;
    }
    
    p.datum-anzeige-1{
        font-size: 12pt;
        font-weight: 700;
    }
    
    p.agenda-schrift{
        line-height: 0.7em;
    }
}

@media only screen and (min-device-width: 768px) {
    p.agenda-schrift{
        float: left;
    }
    
    p.agenda-schrift-rechts{
        float: right;
    }
}