html,
body {
    height: 100%;
    margin: 0;
}

body {
    flex-direction: column;
    background: url("../images/Banner/hero-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

a{
    text-decoration: none;
}

main {
    flex: 1;
}

/* --- */

.blog-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman",
        serif /*rtl:Amiri, Georgia, "Times New Roman", serif*/;
    font-size: 2.25rem;
}

.blog-header-logo:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-style: normal;
}

.display-4 {
    font-size: 2.5rem;
}
@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
}

.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}
@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
}
.blog-pagination > .btn {
    border-radius: 2rem;
}

/*
   * Blog posts
   */
.blog-post {
    margin-bottom: 4rem;
}
.blog-post-title {
    margin-bottom: 0.25rem;
    font-size: 2.5rem;
}
.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}

/*
   * Footer
*/
.blog-footer {
    padding: 2.5rem 0;
    color: #727272;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 0.05rem solid #e5e5e5;
}
.blog-footer p:last-child {
    margin-bottom: 0;
}

/* ----- */

.land-banner {
    background-image: url("../images/Banner/01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.text-shadow {
    color: #46f215;
    text-shadow: 2px 1px 3px #030e01f5;
}

.btn-to-login {
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
    text-shadow: 1px 1px 1px #625e5e;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 8px;
    width: 200px;
    border: 2px solid #fff;
    color: #e6e6e6;
}

/*  */

.card {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.card-land {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* This ensures that the button is pushed to the bottom */
    min-height: 200px; /* You can adjust this value to fit your content */
}

.card-land-side {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 3px solid #fff;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
        rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gis-land {
    background-image: url("../images/Banner/gis.jpg");
}

.tab-land {
    background-image: url("../images/Banner/tab-land.jpg");
}

.tab-datenerfassung {
    background-image: url("../images/Banner/Datenerfassung.jpeg");
}

.btn-into {
    background-image: linear-gradient(to top, #e6e9f08f 0%, #eef1f5 100%);
    border-radius: 5px;
    border: 1px solid #aaaaaa26;
}

.card-land {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
}

/* --- */
.login-page {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url("../images/Banner/login.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-page .login-container {
    width: 400px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.input-group {
    margin-bottom: 20px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

.btn-primary{
    background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
}

.btn-style{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.navbar-side{
    height: 75px;
    background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-bottom: 2px solid #fff;
}


/*  */

.pricing-card {
    max-width: 400px;
    margin: auto;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .25);
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    backdrop-filter: blur(15px);
    border: 10px solid #fff;
    background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);
    height: 100%;
}


.feature-icon {
  color: green;
}
.question-icon {
  color: red;
}
.rotate-right {
    transform: rotate(90deg);
    color: #764ba2;
}

/* ‌--- */


.rounded-table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    text-align: center;
}

/* .rounded-table thead tr:first-child th:first-child {
    border-top-left-radius: 8px;
}

.rounded-table thead tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.rounded-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.rounded-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
} */

.ergebnis-box{
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    border-radius: 5px;
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 14px;
}

.btn-side{
    color: #fff;
    background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.btn-side:hover{
    color: #fff;
}

/*  */

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    border-radius: 15px;
}

.inf a{
    text-decoration: none !important;
}


/*  */

.accordion-button {
    background-image: linear-gradient(60deg, #50c9c3 0%, #96deda 100%);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border: 1px solid #00cdac !important;
    padding: 1.7rem;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    font-size: 18px;
}

.accordion-item{
    border: none !important;
    margin-top: 8px;
    border-radius: 15px !important;
}

.accordion-collapse {
    background-image: linear-gradient(to top, #dfe9f33d 0%, white 100%);
}

.table > :not(caption) > * > * {
    padding: 0.7rem 0.7rem;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
    background-color: transparent !important;
}

.mui-inp{
    text-align: left !important;
}

.modal-footer {
    border-top: none !important;
}

.rounded-table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    text-align: center;
}

.rounded-table thead tr:first-child th:first-child {
    border-top-left-radius: 8px;
}

.rounded-table thead tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.rounded-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.rounded-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.table{
    margin: 0 !important;
}

/*  */

.graph{
    border-radius: 10PX;
    -webkit-border-radius: 10PX;
    -moz-border-radius: 10PX;
    -ms-border-radius: 10PX;
    -o-border-radius: 10PX;
    border: 1px solid #fff;
    margin-top: 9px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.pagination{
    margin-top: 10px;
}

.page-link{
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.page-item.active .page-link {
    color: #000;
    border-radius: 5px !important;
    border-color: #0d6efd;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}
.ergebnis-box {
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
.alert-danger{
    background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
    border: 1px solid #842029 !important;
    border-radius: 5px !important;
    padding: 16px 0px 1px 8px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.land-position{
    margin-top: 70px;
}

.card-land {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.navbar-brand span{
    color: #3a86f0;
}

.summe-badge {
    color: #000;
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%) !important;
    border: 1px solid #0366d6;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 0.5rem;
    position: relative;
}

.summe-badge::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #c2e9fb;
}

.mb-item{
    margin-bottom: 1rem !important;
}