/*******************************************************************************************************************/
/* Allgemein */

body {
    font-size: 16px;
}

/* Cookie Consient CSS */
.cc-revoke,
.cc-window {
    font-size: 0.9em;
    line-height: 1em;
}

.cc-btn {
    border-radius: 4px;
}
.cc-row {
    background: transparent !important;
    margin: 20px 0 20px 0;
}
.cc-window.cc-floating {
    max-width: 100%;
}

.home-page {
    margin-top: 0;
}

.wrapper {
    display: block;
}

#slogan {
    position: absolute;
    right: 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 99999;
    background: #333;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ff9800;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #ff9800;
}

.overlay {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}

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

#sidebar .sidebar-footer {
    padding-left: 20px;
    padding-top: 200px;
    width: 70%;
    color: #38929d;
}

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

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

#sidebar ul li a {
    padding: 10px 10px 10px 25px;
    color: #ddd;
    font-size: 1.1em;
    display: block;
    font-weight: 700;
}
#sidebar ul li a:hover {
    color: #ddd;
    background: #444;
}

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


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

#sidebar a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\f107';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    font-size: 1.0em;
}
#sidebar a[aria-expanded="true"]::before {
    content: '\f106';
}

#sidebar a.siteButton2 {
    padding-left: 60px !important;
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 40px !important;
    background: #444;
    font-weight: 100 !important;
    border-bottom: 1px solid #555;
}

.btn-sidebar {
    color: #fff;
    background-color: #999;
    border-color: #777;
}

a {
    color: #000;
}

a.hover {
    color: #38929d !important;
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.1;
    color: inherit;
}

.img-responsive {
    margin-right: 10px;
}

.margin-top10 {
    margin-top: 10px;
}
.margin-right10 {
    margin-right: 10px;
}
.margin-bottom10 {
    margin-bottom: 10px;
}
.margin-left10 {
    margin-left: 10px;
}
.margin-top30 {
    margin-top: 30px;
}

.list-inline {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-left: -5px;
    padding-left: 0;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.text-right {
    text-align: right;
}

/*******************************************************************************************************************/
/*Header/Navigation -> Start*/

.main-header {
    background: #fff none repeat scroll 0 0;
    padding-top: 10px;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    z-index: 1040;
}

.main-header.sticked {
    background: #fff none repeat scroll 0 0;
    left: 0;
    padding-top: 10px;
    position: fixed;
    top: -125px;
    width: 100%;
    z-index: 90000;
}



/*******************************************************************************************************************/
/*Logo / Slogan*/
.ored_logo {
    margin-top: -28px;
    margin-left: -15px;
    width: 80px;
}

.slogan-identifier {
    color: #000;
    float: right;
    font-size: 24px;
    font-weight: 100;
    margin-right: 0px;
    margin-top: 35px;
    text-align: right;
}



/*******************************************************************************************************************/
/*Sprachwahl*/

.language_nav {
    font-size: 12px;
    margin-top: -5px;
}

.language_nav ul {
    margin-bottom: 0;
}

.language_nav ul > li {
    padding-left: 25px;
    padding-right: 0px;
}

.language_nav ul > li a {
    color: #808080;
}

.language_nav ul .language-selector span:nth-of-type(1) {
    padding-right: 7px;
}

.language_nav ul .language-selector span:nth-of-type(2) {
    border-left-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 7px;
}

.language_nav .language-selector .dropdown-menu li a span::before {
    background: #e6e6e6 none repeat scroll 0 0;
    content: "";
    height: 26px;
    left: -10px;
    position: absolute;
    top: -5px;
    width: 1px;
}

.language_nav .language-selector .dropdown-menu li a span {
    margin-left: 20px;
    margin-right: -3px;
    position: relative;
}

.language_nav .language-selector .dropdown-menu {
    border-color: rgba(0, 0, 0, 0.15);
    border-left: 0 none -moz-use-text-color;
    border-right: 0 none -moz-use-text-color;
    box-shadow: none;
    left: auto;
    margin-top: 5px;
    min-width: 235px;
    padding: 0;
    right: 0;
}

.language_nav .language-selector .dropdown-menu li a {
    color: #808080;
    font-size: 12px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 3px;
    text-align: right;
}

.language_nav .language-selector .dropdown-menu li a span::before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e6e6e6;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    content: "";
    height: 26px;
    left: -10px;
    position: absolute;
    top: -5px;
    width: 1px;
}



/*******************************************************************************************************************/
/*Suche*/

.form-control.wsearch {
    border-width: 0 0 1px 0;
    margin: 0 -10px 0 0;
    box-shadow: none;
    border-radius: 0;
    border-color: #333;
}

.form-control.wsearch:focus {
    border-width: 0 0 1px 0;
    border-color: #a90000;
    box-shadow: none;
    width: 600px;
}

.wsearch {
    background-color: #fff;
    right: 0;
    position: absolute;
}

.main-header .main_search_form {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f8f8f8;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    position: absolute;
    right: 0;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: width;
    transition-timing-function: cubic-bezier(0.32, 0, 0.32, 1);
    width: 210px;
}

.main-header .nav-search {
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-top: 15px;
    padding: 0;
}

.main-header .nav-search input {
    -moz-border--colors: none;
    background-color: #f8f8f8;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 0;
}

.main-header .nav-search button {
    -moz-border-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    color: #4d4d4d;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 15px;
    width: 30px;
}
.nav-search {
    -moz-border-colors: none;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
}



/*******************************************************************************************************************/
/*Dropdown-Menü*/
.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 100;
    line-height: 1.66667;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    white-space: nowrap;
}

.dropdown-menu {
    -moz-border-colors: none;
    background-clip: padding-box;
    background-color: #fff;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgba(0, 0, 0, 0.15);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.15);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
    min-width: 160px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.nav > li > form > button {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > form > button:hover,
.nav > li > form > button:focus {
    background-color: #eee;
}

.navbar {
    min-height: 70px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav > li > form > button {
    color: #333;
    border: none;
    background-color: transparent;
    font-weight: 700;
    font-size: 1.3em;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
    font-weight: 700;
    font-size: 1.3em;
}
.navbar-nav {
    /* margin-left: -60px;
    transition: margin-left 1s; */
}

.navbar-brand {
    background: url(/android-chrome-512x512.png) center / contain no-repeat;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    width: 200px; /* no height needed ... image will resize automagically */
    height: 120px;
    margin-top: -30px;
}

.navbar-nav > li > form > button {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}

.navbar-default .navbar-nav > li > form > button:hover,
.navbar-default .navbar-nav > li > form > button:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > form > button,
.navbar-default .navbar-nav > .active > form > button:hover,
.navbar-default .navbar-nav > .active > form > button:focus {
    color: #555;
    background-color: #e7e7e7;
}

.dropdown-menu > li > form > button {
    clear: both;
    color: #808080;
    display: block;
    font-weight: 100;
    font-size: 12px;
    line-height: 1.66667;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    white-space: nowrap;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

.dropdown-menu > li > form > button:hover,
.dropdown-menu > li > form > button:focus {
    color: #262626;
    background-color: #f5f5f5;
    width: 100%;
    text-align: left;
}

.dropdown-menu > .active > form > button,
.dropdown-menu > .active > form > button:hover,
.dropdown-menu > .active > form > button:focus {
    color: #fff;
    background-color: #337ab7;
    outline: 0;
}



/*******************************************************************************************************************/
/*Breadcrumbs*/
.breadcrumb {
    background-color: #fff;
    margin-bottom: 10px;
}

.breadcrumb > li {
    display: inline-flex;
}

#breadc {
    margin: 0px 0px 0px 0px;
    background: transparent;
    z-index: 1500;
}

/*******************************************************************************************************************/
/*Footer*/
.footer {
    font-size: 1.2rem;
    color: #333;
    position: relative;
}

.footer #top-link {
    bottom: 20px;
    position: absolute;
    right: 30px;
}

.footer .social-media {
    font-size: 16px;
}

.footer .social-media {
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}

.footer .social-media ul {
    text-align: right;
}

.footer .copyright-column {
    padding-bottom: 15px;
    padding-right: 40px;
    padding-top: 15px;
}

.efre {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

/*******************************************************************************************************************/
/*Twitter*/
.tweetbox {
    background: none repeat scroll 0 0 #666;
    border-radius: 4px;
    padding: 15px;
    color: #fff;
    font-size: 1.3em;
    box-sizing: border-box; cursor: pointer; overflow: hidden;
}

.tweetbox a {
    color: #fff;
}

/*******************************************************************************************************************/
/*Facebook*/
.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important;
}

/*OWL CSS */
.owl-item img {
    width: 100%;
    height: auto;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
.owl-prev:hover, .owl-next:hover {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}
.owl-next {
    right: 0px;
}
.owl-controls {
    text-align: center;
}
.owl-controls .owl-page {
    display: inline-block;
}
.owl-controls .owl-page span {
    background-color: #333;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);/*IE7 fix*/
    opacity: 0.5;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}
.carousel-caption {
    text-align: left;
    background-color: rgba(0,0,0,0.5);
}
#newsaccordion .carousel-control.right, #newsaccordion .carousel-control.left {
    background-image: none;
}
#newsaccordion .carousel-control {
    width: 0;
    color: #000000;
}
#newsaccordion .carousel-control.left {
    left: -25px;
}
#newsaccordion .carousel-control.right {
    right: -10px;
}
/*Screens CSS */
@media screen and (max-width:767px) {
    .main-header .brand_wrap .slogan-identifier {
        font-size: 16px;
        float: none;
        display: block;
    }
    .slogan-identifier {
        margin-top: 30px
    }
    .carousel-caption {
        left: 0%;
        right: 15%;
        padding: 30px;
    }
    .navbar-nav {
        margin-left: 0px;
    }
    .footer .copyright-column {
        padding-left: 0;
    }
    .footer .copyright-column ul li {
        padding-bottom: 20px;
        display: block
    }
    #slogan{
        visibility: hidden;
    }

}
@media(min-width:768px) {
    .carousel-caption {
        left: 0%;
        right: 15%;
        padding: 30px;
    }
}
@media(min-width:992px) {
    .carousel-caption {
        left: 0%;
        right: 15%;
        padding: 30px;
    }
    .navbar-nav > li > form > button {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media(min-width:1200px){
    .carousel-caption {
        left: 0%;
        right: 15%;
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu > li > form > button,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > form > button {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > form > button:hover,
    .navbar-nav .open .dropdown-menu > li > form > button:focus {
        background-image: none;
    }
    .main-header .main_search_form {
        visibility: hidden;
    }
    #slogan {
        visibility: hidden;
    }
}
