body {
  background: linear-gradient(90deg, rgba(0,211,255,0.8) 0%, rgba(97,228,255,0.8) 50%, rgba(0,211,255,0.8) 100%);
  font-family: Arial,Verdana, "Times New Roman", Times, serif;
  color: #043475;
  font-size: 18pt;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.logo {
background: linear-gradient(90deg, rgba(0,185,255,0) 0%, rgba(245,245,255,0.8) 25%, rgba(245,245,255,0.8) 75%, rgba(0,185,255,0) 100%);}

.navbar, .nummer, .nav-link {
	background: rgb(4,52,117);
	color: white;
	border-radius: 4px;
}

.navbar-dark{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.90%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}

.nav-item a {
	border-radius:  15px 2px;
	}

.nav-item a:hover {

   background-color: white;
   color: rgb(4,52,117);
   transition: background-color 0.5s linear, color 0.5s linear;
 }
 
 .light-background {
	 padding: 10px;
	 background: rgba(255,255,255,0.9);
	 border-radius: 5px;
 }
 
  .dark-background {
	 padding: 10px;
	 background: rgba(255,255,255,0.9);
	 border-radius: 5px;
 }

.right {
text-align: right;
font-weight: bold;
}

.left {
  text-align: left;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.bold {
  font-weight: bold;
}

h1 {
	text-align: center;
	color: rgb(4, 52, 117);
	font-weight: bold;
}

p {
  text-align: left;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.start-gallerie {
  object-fit: cover;
  height: 400px;
  width: 50%;
  border-radius: 6px;
}

.start-gallerie2 {
  object-fit: cover;

  border-radius: 6px;
}


a {
  text-decoration: none;
}

 .carousel-indicators {
   height: 5px;
}

.table {
max-width: 600px;

}

td.oeff_tag{width: 30%;
text-align: left;       }

td.oeff_1{width: 70%;
text-align: center ;  }

.logo {

max-width: 800px;
}
.nummer {
  
  color: white;
  margin-top: -4px;
  font-size: 75%;
}
.navbar-nav {
  margin-bottom: -5px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(11, 5vw);
    grid-gap: 10px;
}

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.gallery__item {
margin: 0px;
}


.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 7;
}

.gallery__item--2 {
    grid-column-start: 4;
    grid-column-end: 11;
    grid-row-start: 4;
    grid-row-end: 7;
}

.gallery__item--3 {
    grid-column-start: 4;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 4;
}

.gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 7;
    grid-row-end: 9;
}
/*
.gallery__item--5 {
    grid-column-start: 9;
    grid-column-end: 11;
    grid-row-start: 12;
    grid-row-end: 16;

}
*/
.gallery__item--6 {
    grid-column-start: 6;
    grid-column-end: 11;
    grid-row-start: 7;
    grid-row-end: 12;
}
/*
.gallery__item--7 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 12;
    grid-row-end: 16;
}

.gallery__item--8 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 12;
    grid-row-end: 16;
}
*/
.gallery__item--9 {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 9;
    grid-row-end: 12;
}

.container-gallerie {

  margin: 2rem auto;
}

.startbild {
  object-fit: cover;
  max-height: 600px;
  width: 100%;
  object-position: 0 40%;
}
