html,
body,
header,
.carousel {
    height: 100%;
}

section {
    margin-top: 40px;
    margin-bottom: 40px;
}

section .alert {
    border-radius: .1rem;
}

.imgMenu img {
    width: 70%;
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #1C2331 !important;
    }
}

.carousel, .carousel .carousel-inner, .carousel .carousel-inner .active, .carousel .carousel-inner .carousel-item, .view, body, html {
    height: 100%;
}

.navbar {
    background-color: rgba(0, 0, 0, .2);
}

.page-footer, .top-nav-collapse {
    background-color: #1C2331;
}

.pictext {
    margin-left: 15vw;
    margin-right: 15vw;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #1C2331;
    }

    .pictext {
        margin-left: 10px;
        margin-right: 10px;
    }

}

@media only screen and (max-width: 500px) {
    .full-page-intro .text-center p {
        margin-left: -30px;
        margin-right: -30px;
    }

    #menu .menu_tab {
        flex-direction: column;
        text-align: center;
        font-size: 20px;
    }

    .pictext {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*Menu*/
.mb-60 {
    margin-bottom: 60px;
}

.section-title p {
    margin-bottom: 0px;
}

.section-title h4 {
    color: #7f0b1c;
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
}

.section-title h4::before {
    width: 80px;
    height: 1.5px;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.section-title h4::before, .section-title h4::after {
    position: absolute;
    content: "";
    background-color: #7F0B1C;
}

.menu_tab {
    width: auto;
    margin: 0 auto;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-item a {
    color: #333;
}

.single_menu_list {
    position: relative;
    margin-bottom: 20px;
}

.single_menu_list h4 {
    border-bottom: 1px dashed #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.single_menu_list h4 span {
    float: right;
    color: #7F0B1C;
}

#menu .nav-link {
    padding-top: 0px !important;
}

.nav-tabs .nav-link {
    border: none !important;
}

.nav-tabs {
    border-bottom: none !important;
}

#menu .nav-tabs .nav-link.active {
    color: #7F0B1C !important;
}

#menu .nav-tabs a:hover {
    color: #7F0B1C !important;
}

.rgba-black-light, .rgba-black-light:after {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

#menu h2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

#menu .menu_tab {
    margin-bottom: 15px;
}

.modal-dialog.modal-notify.modal-info .btn .fab, .modal-dialog.modal-notify.modal-info .btn .far {
    color: #616161 !important;
}

.modal-footer .btn-outline-primary {
    color: #616161 !important;
    border: #616161 !important;
}

.modal-header {
    background-color: #1C2331 !important;
}

.modal-body .fas {
    color: #616161 !important;
}

.full-page-intro .mb-4 {
    margin-top: 80px;
}


/*Admin-panel*/

.borderless table {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

/*Zeiten*/

table.table th, table.table td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.table th, .table td {
    vertical-align: middle !important;
}

.mb-4 hr {
    border-top: 1px dotted rgba(0, 0, 0, .1);
}

/*Weincard*/
.card {
    border-radius: 0px !important;
    width: 100%;
}

.weincard {
    margin-top: 40px;
}

.weincard .nav {
    margin-bottom: 40px;
}

.bildheader {
    margin-top: 10px;
    text-align: center;
}

.weincard .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.wineprice {
    text-align: right;
    margin-bottom: 0px!important;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
}

.column .card {
    margin-top: 8px;
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}
