:root {
	--bs-primary: #3dad01;
	--bs-primary-rgb: 61, 173, 1;
	--bs-emphasis-color: #ffffff;
	--bs-emphasis-color-rgb: 255, 255, 255;
}

.navbar-nav {
	--bs-nav-link-font-weight: 600;
	--bs-nav-link-font-size: 18px;
}

.text-justify{
	text-align: justify;
	text-justify: inter-word;
}


ol.carousel-indicators 
{
	list-style-type: none;
}


       .date_ev {
            display: inline-block;
            width: 50px;
            height: 120px;
            text-align: center;
            background-color: #607D8D;
            vertical-align: middle;
            overflow: hidden;
        }
            .date_ev .day {
                font-size: 20px;
                color: #fff;
            }

            .date_ev .month {
                font-size: 14px;
                color: #fff;
            }


			
			

   .event {
        display: inline-block;
        width: 100%;
        height: 120px;
        overflow: hidden;
        margin-bottom: 20px;
        border: 1px solid #607D8D;
        vertical-align: middle;
    }

        .event .date {
            display: inline-block;
            width: 50px;
            height: 120px;
            text-align: center;
            background-color: #607D8D;
            vertical-align: middle;
            overflow: hidden;
        }

            .event .date .day {
                font-size: 20px;
                color: #fff;
            }

            .event .date .month {
                font-size: 14px;
                color: #fff;
            }

        .event .desc {
            display: inline-block;
            padding-left: 5px;
            font-size: 14px;
            overflow: hidden;
            vertical-align: middle;
        }


    @media screen and (max-width:640px) {
		
		.event .desc .h4ev
		{
            font-size: 12px;
        }
		
		.event .desc .h5ev
		{
            font-size: 10px;
        }
		
		
		
        .event .desc .h3 {
            font-size: 15px;
        }

        .event .desc .h4 {
            font-size: 12px;
        }

       .event .desc .h5 {
            font-size: 10px;
        }
		
		.event {
            height: 120px;
        }

            .event .date {
                width: 100px;
                height: 120px;
            }

                .event .date .day {
                    font-size: 20px;
                }

     }

    @media screen and (max-width:480px) {
        .event .img {
            display: none;
        }
    }
	
#btn-back-to-top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  background-color: #607D8D;
}

	
	.event-date-wrapper {
    position: relative;
    display: block;
    margin-top: 4px;
    margin-bottom: 15px;
    width: 50px;
    padding: 10px 0 5px;
    text-align: center;
    border: 1px solid var(--bs-gray-500);
}

.event-date-wrapper:before {
    top: -4px;
    right: -1px;
    left: -1px;
    height: 10px;
    content: '';
    display: block;
    position: absolute;
    background-color: var(--bs-primary);
}

.event-date-day {
    font-size: 1.4rem;
    display: block;
    line-height: 1.2rem;
}


.text-vert {
    transform: rotate(90deg);
    vertical-align: middle;
    text-align: right;
    font-weight: 500;
    height: inherit;
    width: inherit;
}
 

.ueberschrift {
	
    color: #607D8D;
 	
}

/* begin lightbox */
.row > .column {
  padding: 0 8px;
}

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

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



