body {
    background: transparent;
    background-image: url('/images/background/bg_light_grey.jpg');
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
}

.grid-child.container-nav {
    justify-content: center !important;
    background-color: #1D7989;
}

.container-header .container-nav {
    background-color: #1D7989;
    justify-content: center; /*right;*/
}

.container-header .mod-menu a {
    color: #1D7989; /* Farbe der Menüpunkte anpassen */
}
.footer-bg {
    background: transparent;
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    color: #67655e;
}

.logofarbe
{
  color: #165250;
}

.vonlupin
{
  color: #ef8571;
}

.logoschrift         {
        font: 18px;
        color: #ef8571;
        letter-spacing: .2em;
        line-height: 30px;
        }

/*************************************************************************************************************

                                                                        COLUMN LAYOUTS

**************************************************************************************************************/

.tabellen-raster {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 gleich große Spalten */
    gap: 15px; /* Abstand zwischen den Containern */
    margin-bottom: 20px;
}

.tabellen-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 4px;
}

.container-main-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.container-main-top .main-top {
    min-height: 150px;
}
.container-main-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.container-main-top .main-bottom {
    min-height: 400px;
}
/*************************************************************************************************************

                                                                        COLUMN LAYOUTS

**************************************************************************************************************/

.one-half, .one-third, .two-third, .one-fourth, .two-fourth, .three-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth {
float:left;
margin : 10px 4% 10px 0;
}

.one-half {
width:48%;
}

.one-third {
width:30.6%;
}

.two-third {
width:65.4%;
}

.one-fourth {
width:22%;
}

.two-fourth {
width:48%;
}

.three-fourth {
width:74%;
}

.one-fifth {
width:16.8%;
}

.two-fifth {
width:37.6%;
}

.three-fifth {
width:58.4%;
}

.four-fifth {
width:79.2%;
}

.last {
margin-right: 0 !important;
}

.last + * {
clear:both;
}