﻿body {
    font-size: 18px !important;
    font-family: Calibri !important;
    overflow-x: hidden;
}

.about-us-faces {
    margin-bottom: 15px;
}

    .about-us-faces img {
        border-radius: 10%;
    }

.about-us-each-face {
    margin-bottom: 45px;
}



.pages-path {
    margin-bottom: 20px;
}

.article-selected {
    text-decoration: underline;
}

.article-title {
    margin-top: 0px;
    color: rgb(128,157,12);
    margin-bottom:20px !important;
}


.dropdown-menu > li.kopie > a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        border-color: transparent transparent transparent #333;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {

    .navbar-nav {
        display: inline;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: #ccc;
        }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 10px;
    }

        .dropdown-menu .dropdown-menu {
            padding-left: 20px;
        }

            .dropdown-menu .dropdown-menu .dropdown-menu {
                padding-left: 30px;
            }

    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 999px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }

    #navbar {
        text-align: center;
    }
}

.home-page-carouzel-text {
    background-color: rgba(175, 175, 175, 0.44);
    width: 35%;
    top: 95px;
    /* min-height: 300px; */
    height: 300px;
}

.custom-color {
    background-color: rgb(128,157,12);
}

.custom-color-text {
    color: rgb(128,157,12);
}

.navbar-background-color {
    background-color: #fff;
}

.navbar-custom-settings {
    margin-top: 20px;
    height: 70px;
}

.navbar-parent-custom-settings {
    margin-bottom: 100px;
}

.navbar-hyperlink-align-middle {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

    .navbar-hyperlink-align-middle:hover {
        background-color: rgba(143, 209, 93, 0.65) !important;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: rgba(143, 209, 93, 0.65) !important;
}

.navbar-mobile-view-height {
    height: 70px;
}




@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}


/*.carousel-custom{
    height:800px !important;
}*/


@media (min-width: 999px) {
    .carousel-custom {
        height: 800px !important;
    }

    .carousel-caption-custom {
        width: 40%;
        min-width: 615px;
    }

    .carousel-caption-heading {
        line-height: 50px;
        font-size: 40px;
    }
}

.carousel-caption-custom {
    top: 20px;
}


.carousel-caption-custom-child {
    background-color: rgba(221, 221, 221, 0.5);
    width: 100%;
    padding: 1px 10px 10px 10px;
    box-shadow: 10px 10px 12px #000;
}


.carousel-caption-heading {
    font-weight: bold;
}

.carousel-control {
    width: 10%;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        left: 11%;
    }
}

@media screen and (max-width: 768px) {
    .carousel-caption-heading {
        font-size: 30px;
    }
}

@media only screen and (max-width : 979px) {
    .dropdown-menu li:hover .dropdown-menu {
        position: static;
    }
}

/* Sticky side bar*/
.affix {
    z-index: 999;
}

.affix-top {
    width: 246px !important;
}

.bs-sidebar.affix {
    top: 25px;
}

@media (max-width: 992px) {
    .bs-sidebar.affix {
        position: relative !important;
        margin-top: 70px !important;
    }
}

@media (min-width: 992px) {
    .bs-sidebar.affix {
        width: 246px !important;
        top: 120px;
    }

    .affix-top {
        width: 246px !important;
    }
}


@media (min-width: 1200px) {
    .bs-sidebar.affix {
        width: 246px;
    }
}

.side-nav-padding > li > a {
    padding: 3px 15px;
}


.footer-divider-line {
    margin-top: 70px;
}

/* page container custom */

.container-pages-margin {
    margin-top: 150px !important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 1200px) {
    .container-pages-margin {
        padding-left: 80px;
        padding-right: 80px;
    }
}



.heading-title-bottom {
    margin-bottom: 20px;
}

.navbar-default {
    border: none !important;
}

.no-padding-left-right {
    padding-right: 0px;
    padding-left: 0px;
}

.text-bold {
    font-weight: bold !important;
}

/* tables styling */
.table-blue-background-color {
    background-color: rgb(156,194,229);
}

.table-yellow-background-color {
    background-color: rgb(255,229,153);
}

.table-green-background-color th {
    background-color: rgb(210,231,195);
    font-size: 22px;
    line-height: 30px;
    text-align: center !important;
}
/*.table-green-background-color>tfoot{
    border-top:0px #fff !important;
    text-align:left;
}*/


.custom-symbol-ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0px;
}

    .custom-symbol-ul li {
        padding-left: 1em;
        text-indent: -1em;
    }

        .custom-symbol-ul li:before {
            content: "-";
            padding-right: 15px !important;
        }

table tr td, table tr th {
    vertical-align: middle !important;
}

.custom-text-left-bold {
    font-weight: bold !important;
    text-align: left !important;
}

.vertical-text {
    /*transform-origin: 0 50%;
    transform: rotate(-90deg);
    white-space: nowrap;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: rotate(-90deg);*/
    color: #000;
    min-height: 400px;
    padding-bottom: 10px;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    width: -moz-fit-content;
    /*width: fit-content;*/
}


.greener-background-color {
    background-color: rgb(135,191,97) !important;
}

.green-background-color {
    background-color: rgb(210,231,195) !important;
}


h2 {
    padding-top: 30px !important;
}

.custom-bre-font{
    font-family:"MS Reference Sans Serif" !important;
}