﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.container {
    max-width: 1300px;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    min-height: 50px;
}

/* Table with free space between*/
.oeffnungszeiten td {
    padding-right: 1em;
}

footer .container {
    padding-top: 10px;
    text-align: center;
}

.fa-fix-space {
    padding-right: 8px;
}

/* CSS-Stile für Cookie-Einblendung Startseite */
#cookie-popup {
    text-align: center;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

#cookie-popup.hidden {
    display: none;
}

.img-fluid {
    width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    .detail-cover-image {
        max-width: 150px ;
    }
}

@media (max-width: 768px) {
    .detail-cover-image {
        width: 200px ;
    }
}

@media (min-width: 768px) {
    .detail-cover-image {
        width: 350px ;
    }
}

@media (min-width: 992px) {
    .detail-cover-image {
        width: 400px ;
    }
}

@media (min-width: 1200px) {
    .detail-cover-image {
        width: 500px ;
    }
}

.center-column {
    text-align: center;
}


/* CSS-Helperstile für Bootstrap-Table und Spaltentreiben
   Spaltenbreiten für dynamisch angepasste Spalten in Tables
 */
.col-w-5 {
    width: 5%
}

.col-w-10 {
    width: 10%
}

.col-w-15 {
    width: 15%
}

.col-w-20 {
    width: 20%
}

.col-w-25 {
    width: 25%
}

.col-w-30 {
    width: 30%
}

.col-font-small {
    /* font-size: small; */
}

@media (max-width: 768px) {
    .col-font-autosize-lg-md-sm {
        /* font-size: small */
    }
}

@media (min-width: 768px) {
    .col-font-autosize-lg-md-sm {
       /* font-size: medium; */
    }
}

@media (min-width: 1200px) {
    .col-font-autosize-lg-md-sm {
        /* font-size: large; */
    }
}

.cover-image-autosize {
    width: 75px;
}

@media (min-width: 768px) {
    .cover-image-autosize {
        width: 125px;
    }
}

@media (min-width: 1200px) {
    .cover-image-autosize {
        width: 160px;
    }
}

input:focus::placeholder {
    color: transparent;
}

.text-lg {
    font-size: 1.125rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-xs {
    font-size: 0.75rem !important;
}

.text-xxs {
    font-size: 0.65rem !important;
}

@media (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    }
}