﻿.wrapper {
    min-height: 100vh;
    background: linear-gradient(#cfebdc, #cfdafb) !important;
}

.app-bar {
    background: #ffffff;
}

.Pinneberg-mat-card-content {
    padding: 1rem;
}

.Pinneberg-mat-card-clean-margin {
    margin: 0px;
}

.mat-layout-grid {
}

/* NavMenu */
.burger-button {
    position: absolute !important;
    top: 0%;
    left: -2%;
}

.nav-menu {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 1%;
}

.nav-menu-portrait {
    left: 2%;
}

.nav-items {
    position: fixed;
    margin-top: 5%;
}

.nav-items-bottom {
    position: fixed;
    bottom: 2%;
}

.nav-item-image {
    position: fixed;
    margin-top: 1vh;
}

.bigIconFaceContainer {
    flex-direction: column;
    height: 125px !important;
}
/*Bei Kleine Bild geht das Face Icon über der Pinneberg logo*/
@media (max-width: 1400px) {
    .bigIconFaceContainer {
        margin-top: 3vh;
    }
}
.bigIconFace {
    text-decoration: none !important;
    font-size: 63px !important;
    color: inherit;
    border-radius: 50%;
    background-color: white;
    padding: 0; /* Removes padding */
    margin-top: 9px; /* Keeps the margin at the top for spacing */
    border: 9px solid #dde6f1; /* Adds a solid border */
    display: flex !important; /* Ensures the icon is centered */
    align-items: center; /* Centers icon vertically */
    justify-content: center; /* Centers icon horizontally */
    width: 68px; /* Adjust the width to fit the icon and border */
    height: 68px; /* Adjust the height to fit the icon and border */
}

/* MainLayout */
.mat-layout-grid-cell-span-12 {
    position: relative !important;
    margin-left: auto;
    margin-right: auto;
}

.main-content {
    padding-top: 15px;
}

.Pinneberg-mat-card {
    padding: 10px !important;
    max-width: 250px !important;
    min-width: 200px;
    min-height: 250px !important;
    border: 3px solid #c9c9c9;
    text-align: center;
    background-color: #fafafa !important;
}

.Pinneberg-card-icon {
    font-size: 62px !important;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

.Pinneberg-card-link {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #303030;
    text-decoration: none;
}
a:hover {
    color: #303030 !important;
}

.Pinneberg-card-link-sub {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    margin-bottom: 10px;
}

h4 {
    margin-bottom: 30px !important;
}

.loading_text {
    position: relative;
    top: -17px;
}

.h3-card {
    margin: 0 10px;
    padding-top: 20px;
}

.text-card {
    margin: 5px 10px;
}

.mdc-drawer-app-content {
    height: auto !important;
}

.mat-accordion .mat-expansion-panel__summary .after {
    display: none !important;
}

.version-service {
    bottom: 0px;
    position: relative;
}