/* CSS Document */


html, body {
    font-family: 'Roboto', sans-serif!important;
    font-size: 0.85rem;
}

/** NEWS TICKER --- Start **/
.navigation-box {
    top: .4rem;
    right: .8rem;
    width: 2rem;
    position: absolute;
}

.breaking-box {
    font-size: 1.15em;
}

.breaking-box .badge {
    font-size: 0.9em;
}

@media (min-width: 768px){
    .breaking-caret:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 15px solid #fff;
        border-bottom: 20px solid transparent;
        position: absolute;
        right: -15px;
        top: 0;
    }

}
/** NEWS TICKER --- End**/



.hide-md {
    display: block;
    width: 100%;
}
.hide-xs {
    display: none;
}
blockquote {
    font-size: 1rem!important;
}
.btn {
    white-space: wrap!important;
}
/* HAUPTMENÜ */

.navbar-nav.ml-auto {
    border-top: 1px solid #ffffff60;
}
.nav-bg .navbar-nav .nav-link {
    color: rgba(255,255,255,.9)!important;
}
.nav-bg .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgba(255,255,255,.0)!important;
}
.navbar-expand-lg .navbar-nav {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.nav-item i {
    float: right;
    padding-top: 3px;
    padding-right: 5px;
}
/* HAEDER */
.jumbotron-fluid {
    border-bottom: 12px solid #267cb3;
}
.jumbotron {
    padding: 0rem 0rem 0rem!important;
    margin-bottom: 0rem;
    background-color: #267cb3!important;
    border-radius: .0rem;
}
.jumbotron h1 {
    margin-top: 1rem;
}
.jumbotron .img-fluid {
    width: 150px;
}
.intro-text {
    display: none;
}

.home-title-text {
    color: #fff;
    text-align: center;
    padding-top: 25px;
}

/* SEITENMENÜ */
.menu-sidebar {
    position: relative;
    top: 1rem;
    z-index: 1000;
}
.menu-sidebar #subnavi {
    border-bottom: 1px solid #ccc;
    width: 100%;
    /*min-height: 500px;*/
}
.menu-sidebar .navbar-expand-lg {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    display: inline-flex;
    width: 100%;
}
#subnavi .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    background-color: #fff;
}
#subnavi .navbar-nav .nav-link {
    padding-right: 0rem !important;
    padding-left: .25rem !important;
}
#subnavi .navbar-nav .nav-link[aria-expanded="true"] {
    color: #000;
    font-weight: 700;
}
#subnavi .active {
    color: #000;
    font-weight: bold;
}

.menu-sidebar .ms-group > a {
    color: #111;
    font-size: 0.9rem;
}
.menu-sidebar h2 {
    font-size: 1.2rem;
    padding: 15px;
    background: #fff;
    color: #2E2E2E;
    border-bottom: 0px solid #ccc;
    /*display:none;*/
}
.menu-sidebar ul {
    padding: 0 10px;
}
.menu-sidebar li {
    list-style: none;
}
.menu-sidebar li a {
    color: #666;
    font-size: 0.85rem;
}
.menu-sidebar li ul {
    padding-bottom: 1rem;
}
.menu-sidebar li li a.nav-link {
    padding: .35rem 1rem;
    font-size: 0.85rem!important;
}
/*** CONTENT ***/
.container-content {
    padding: 2rem!important;
    min-height: 1000px!important;
}
.container-content p a {
    color: #000;
    text-decoration: underline;
}
.container-content h2 {
    margin: 2.0rem 0 1.5rem; 
}
.container-content h3 {
    margin: 1.5rem 0 1.0rem; 
}
#accordion h3 a {
    color:#333; 
}
.submit {
    font-size:1em!important;    
}

/* Gallery */
ul.images {
    list-style: none;
    overflow: auto;
    padding: 0;
}
ul.images li {
    float: left;
    margin: 5px 5px 0px 0px;
    width: 222px;
    height: 222px;
    position: relative;
    overflow: hidden;
    background-position: center 25%;
}
ul.images li a img, ul.images li a .thumb {
    display: block;
    height: 222px;
}
/*** FOOTER ***/
footer.container-fluid {
    background-color: #292c2f;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer.container-fluid i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 5px 15px 10px;
    vertical-align: top;
}
footer.container-fluid p {
    display: inline-block;
    font-size: 0.95rem;
}
footer.container-fluid a {
    color: #fff;
    text-decoration: none;
}
footer.container-fluid a:hover {
    color: #fff;
    text-decoration: underline;
}
footer.container-fluid i.fa-envelope, footer.container-fluid i.fa-user {
    line-height: 38px;
}
/* Footer left */
footer.container-fluid .footer-left {
    color: #ffffff;
}
footer.container-fluid .footer-left h3 {
    padding-bottom: 15px;
}
/* Footer Center */
footer.container-fluid .footer-center p {
    color: #ffffff;
    vertical-align: middle;
    margin: 0 0 15px 0;
}
footer.container-fluid .footer-center p small {
    display: block;
    font-weight: normal;
    line-height: 2;
    color: #ffffff;
    font-style: italic;
}
/* Footer Right */
footer.container-fluid .footer-right {
    color: #ffffff
}
footer.container-fluid .footer-company-about span {
    display: block;
    color: #ffffff;
    margin-bottom: 20px;
}

/* Extra small devices (portrait phones, less than 576px)*/
/* No media query since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    html, body {
        font-size: 1.05rem;
    }
    .hide-md {
        display: none;
    }
    .hide-xs {
        display: block;
        width: 100%;
    }
    .intro-text {
        display: block;
    }
    .navbar-nav.ml-auto {
        border-top: 0px;
    }
    .menu-sidebar {
        border-right: 0px solid #ccc;
    }
    .menu-sidebar #subnavi {
        border-bottom: 0px solid #ccc;
        margin-top: 50px;
    }
    .menu-sidebar li li a.nav-link {
        padding: .35rem 1rem;
        font-size: 0.80rem!important;
    }
    .jumbotron .img-fluid {
        width: auto;
    }

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    footer.container-fluid .footer-left {
        padding-left: 50px;
    }
}
.gallery1 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}
.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
.gallery1 .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media (max-width: 450px) {
    .gallery1 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}
@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}


/***** DROPDOWN MAIN MENU CLASSES (30/08/2019)*****/
.dropdown-div-container {
    position: relative;
    margin-right: 0.25rem;
}

.dropdown-main-button {
    display: block !important;
    width: 99% !important;
    padding-right: 1.7em !important;
    height: 100%;
}


.dropdown-button {
    width: 17%;
    position: absolute;
    top: 0;
    right: 0px;
    background-color: transparent;
    text-align: right;
    padding-left: 0 !important;
}
.dropdown-item {
    white-space: normal !important;
}

@media (max-width: 991px) {

    .dropdown-main-button {
        padding-right: 0.75rem !important;
    }
    .dropdown-div-container {
        margin-right: 0;
    }
    .navbar-nav .dropdown-menu {
        max-width: 99% !important;
    }
}




