/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #000;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    NAVBAR STYLE
----------------------------------------------------- */

.navbar {
    padding: 15px 10px;
    background: #000 !important;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 0 2px 0 #fff inset; */
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.navbar {
    padding-top: 16px !important;
    margin-bottom: 0px !important;
    min-height: 8.5rem;
}

.navbar .navbar-brand {
    border-bottom: .20rem solid #b2222c;
    font-family: 'Yellowtail', cursive;
}

.navbar .navbar-brand h2 {
    font-size: 3.0rem;
}

.navbar h1, .navbar h2, .navbar h3, .navbar h4 {
    color: #fff !important;
}

.nav-link {
    color: rgba(255,255,255,.9) !important;
}

.nav-border-top {
    background-color: #000;
    height: 20px;
    border-bottom: 3px solid #fff;
}

.nav-border-bottom {
    background-color: #000;
    height: 20px;
    border-top: 3px solid #fff;
}

.header-title {
    text-shadow: 
        /* first layer at 1px */
        -1px -1px 0px #b2222c,
        0px -1px 0px #b2222c,
        1px -1px 0px #b2222c,
        -1px  0px 0px #b2222c,
        1px  0px 0px #b2222c,
        -1px  1px 0px #b2222c,
        0px  1px 0px #b2222c,
        1px  1px 0px #b2222c,
        /* second layer at 2px */
        -2px -2px 0px #b2222c,
        -1px -2px 0px #b2222c,
        0px -2px 0px #b2222c,
        1px -2px 0px #b2222c,
        2px -2px 0px #b2222c,
        2px -1px 0px #b2222c,
        2px  0px 0px #b2222c,
        2px  1px 0px #b2222c,
        2px  2px 0px #b2222c,
        1px  2px 0px #b2222c,
        0px  2px 0px #b2222c,
        -1px  2px 0px #b2222c,
        -2px  2px 0px #b2222c,
        -2px  1px 0px #b2222c,
        -2px  0px 0px #b2222c,
        -2px -1px 0px #b2222c;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.title-img {
    min-height: 120px;
    max-height: 120px
}

.title-img-mobile {
    max-height: 180px
}

.title-logo {
    margin-right: 6px;
    min-height: 120px;
    max-height: 120px
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #b2222c;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header-full {
    height: 200px!important;
    padding: 15px 20px 20px 10px;
    background: #b2222c;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #000;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #b2222c;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #b2222c;
    background: #fafafa;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #b2222c;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #b2222c;
}

a.article,
a.article:hover {
    background: #b2222c !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.wrapper {
    width: 100%;
    padding-right: 0px;
    min-height: 100vh;
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

.page-content {
    width: 100%;
}

.admin {
    width: 100%;
    padding: 1rem;
    background-color: #6c757d;
}

.footer {
    width: 100%;
    padding: 3rem;
    background-image: url(../img/bg_kreidetafel.jpg);
    background-color: #2c3e50;
    display: block;
    position: relative;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer p {
    color: #fff;
}

.footer a {
    color: #b2222c;
}

.footer a:hover, .footer a:active {
    color: #b2222c;
    text-decoration: underline;
}

.carousel {
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.carousel p {
    color: #fff;
}

.carousel-caption h3, .carousel-caption p {
    text-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 1);
}

.text-shadow-readable{
    text-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 1);
}

.box-shadow-readable {
    box-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 1);
}

.divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-custom .divider-custom-line {
    width: 100%;
    max-width: 7rem;
    height: 0.25rem;
    background-color: #fff;
    border-radius: 1rem;
    border-color: #fff !important;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/* ---------------------------------------------------
    BOOTSTRAP OVERRIDES
----------------------------------------------------- */

.bg-red {
    background-color: #b2222c!important;
}

.bg-black {
    background-color: #000!important;
}

.bg-beige {
    background-color: #fef4d1!important;
}

.bg-beige-dark {
    background-color: #cbc3a7!important;
}

.bg-carousel {
    background: url(http://www.baeckerei-musswessels.de/uploads/tx_imagecycle/Brotheader.jpg) no-repeat left top #b2222c scroll;
    background-size: cover;
}

@media (max-width: 576px) {
    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
        color: #b2222c !important;
    }
}

@media (min-width: 577px) {
    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
        color: rgba(255,255,255,.9);
        border-bottom: .20rem solid #b2222c;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1380px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1645px;
    }
}

#breadcrumb {
    background-color: #fff;
}