@charset "UTF-8";
/*!
Theme Name: Zukunftsweise - Modern & Multipurpose Bootstrap 5 Template
Theme URI:	https://bueronitsche.de/
Version:	1.0
Author:		Buero Nitsche
*/

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior:smooth;
    }
}
/* Text, Font */
p, li {
    color: #000000;
}
a.link-inverse[href^=tel] {
    color: #ffffff;
}
a:hover{
    color: #000000;
}
a.link-inverse:hover {
    color: #f78b77;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #19344f !important;
    font-weight: 700 !important;
}
small, .small {
    font-size: 0.8rem;
}
.lead{
    font-size: 1.1em;
}
ul.list-unstyled.list-icon{
    text-align: center;
}
ul.list-unstyled.list-icon li{
    display: inline-block;
    margin: 30px;
}
/* navbar */
.navbar-light .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-collapse .nav-link:hover {
    color: #f78b77 !important;
}
.text-inverse a:not(.btn):hover, .bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover, .bg-navy.text-inverse a:not(.btn):not([class*=link-]):hover, [class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover {
    color: #f78b77;
}
.row> .gutter-01 {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}
.navbar-stick .navbar-brand img{
    width:140px;
    padding: 10px;
}
.navbar-stick .navbar-brand img.logo{
    width:200px;
    padding: 10px;
}
@media screen and (min-width:1300px){
    .navbar-brand img {
        width: 200px;
    }
    .navbar-brand img.logo {
        width: 240px;
    }
    .nav-link {
        font-size: .95rem;
    }
    .navbar .navbar-collapse {
        padding-left: 50px;
    }
}
.offcanvas{
    background-color: #19344f;
}
.offcanvas-footer.d-lg-none{
    font-size: 0.85em!important;
}
.offcanvas-footer {
    padding: 3rem 0;
}
.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
    color: #f78b77;
    background-color: #ffffff;
    border-color: #f78b77;
}

/* Container */
.min-height-300{
    min-height: 300px;
}
.min-height-500{
    min-height: 500px;
}
@media (max-width:1400px) and (min-width:700px) {
    figure.header-img {
        width:80%;
        height:auto;
        margin:0 auto;
    }
}
@media (min-width: 992px) {
    .navbar .container {
        max-width: 1200px;
    }
}
@media (min-width: 1200px) {
    .navbar .container {
        max-width: 1390px;
    }
}
/* Images */
.card-img-top {
    max-width:400px;
}
.image-wrapper.bg-contain {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll !important;
}

figure img.no-width{
    width:378px !important;
    height: auto;
}
.icon-list.bullet-bg i.uil.uil-question {
    font-size: 1.2rem;
}
/* Tables */
.table {
    color:#000000;
}
table tr th:first-child,
table tr td:first-child{
    text-align: left;
}
.table> :not(caption)>*>* {
    border-bottom-width: 0;
}
table tr.break-table{
    border-bottom-width: 2px;
}