@import url(../fonts/fira_sans.css);

.header-wrapper{
    background-image: url("../images/bwo_banner4.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 425px;
    width: 100%;
    border-top: 3px solid #1a4b7e;
    background-color: #ffffff;
}

.header-row{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 425px;
}

.header-text{
    position: relative;
    max-width: 1200px;
    min-height: 250px;
    margin: 0 auto;
    height: 425px;
}

.header-text .header-text-logo{
    margin-top: 30px;
    margin-left: 10px;
}

.header-text .header-text-logo a img{
    width: 100%;
    max-width: 200px;
}

@media only screen and (max-width: 600px) {
    .header-text .header-text-logo a img{
        width: 100%;
        max-width: 150px;
    }
}

.header-text .header-text-label{
    position: absolute;
    bottom: 50px;
    background-color: #1a4b7e;
    display: inline-block;
    padding: 15px 20px;
    width: auto;
    color: #ffffff;
    border-radius: 3px;
    min-width: 350px;
}

.header-text .header-text-label h3, .header-text .header-text-label h1{
    font-family: "Fira Sans", Sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 27px;
    text-transform: capitalize;
    margin: 0;
}

.header-text .header-text-label p.subtitle{
    margin: 0;
    font-size: 21px;
    font-family: "Fira Sans", Sans-serif;
    font-weight: 300;
    font-style: italic;
}

body.custom .card{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    background-color: #ffffff;
}

body.custom .card.border-green{
    border-top: 3px solid #fb9678 !important;
}

.logo_nav {
    padding: 45px 50px 25px 50px
}

.logo_nav .logo {
    background: url(../logos/logo_nav.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 69px;
    background-position: center;
}

body.dark .logo_nav .logo{
    background: url(../logos/logo_nav_dark.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 69px;
    background-position: center;
}

body.dd-layout{
    background-color: #eeeeee;
    font-size: 14px;
}

body.dd-layout .header-text-languages {
    float: right;
}

a, a.cutwrap::before, a > .cutwrap::before {
    color: #1a4b7e;
}

.offer .share p {
    background: #1a4b7e;
}

.offer section h4 {
    border-bottom: 3px solid #1a4b7e;
}

.btn-primary {
    color: #ffffff;
    background-color: #1a4b7e;
    border-color: #1a4b7e;
}

.page-item.active .page-link {
    color: #ffffff;
    background-color: #1a4b7e;
    border-color: #1a4b7e;
}

.page-link {
    color: #1a4b7e;
}

select.form-control {
    padding: 0.225rem 0.35rem;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-outline-primary {
    color: #1a4b7e;
    border-color: #1a4b7e;
    background-color: #ffffff;
}

.btn-outline-primary:hover {
    color: #1a4b7e !important;
    border-color: #1a4b7e;
    background-color: #ddebf6;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #1a4b7e !important;
    border-color: #1a4b7e;
    background-color: #ddebf6;
}

div[aria-label="Datei-Manager"] > button {
    background-color: #fff;
    border-color: #1a4b7e;
    border-radius: 0px;
}

div[aria-label="Datei-Manager"] > button > .mce-txt, div[aria-label="Datei-Manager"] > button > .mce-ico {
    color: #1a4b7e;
}

.login-box .btn-rounded {
    line-height: 25px;
    font-size: 14px;
    background-color: #1a4b7e;
}

.tooltip-inner {
    max-width: 500px ;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #1a4b7e;
    border-radius: 4px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #1a4b7e;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #1a4b7e;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #1a4b7e;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #1a4b7e;
}

.badge-primary {
    color: #fff;
    background-color: #1a4b7e;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1a4b7e;
    border-color: #1a4b7e;
}

.page-link {
    color: #1a4b7e;
}

.text-primary {
    color: #1a4b7e !important;
}

.badge-outline-primary {
    color: #1a4b7e;
    background-color: #fff;
    border: 1px solid #1a4b7e;
    border-radius: 999px;
    padding: 0.35em 0.6em;
    font-size: 0.75rem;
    font-weight: 600 !important;
}

.btn-primary {
    color: #ffffff;
    background-color: #1a4b7e;
    border-color: #1a4b7e;
}

#cookie-bar .cb-enable {
    color: #ffffff !important;
    background-color: #1a4b7e !important;
}

#cookie-bar .cb-enable:hover {
    color: #ffffff !important;
    background-color: #0d3c6e !important;
}

.sidebar-nav li.active li.active > a {
    color: #1a4b7e !important;
    font-weight: 600;
}

.toggle-documents{
    margin-top: 0px !important;
}


.tooltip-inner {
    max-width: 500px;
    padding: 8px 12px;
    color: #1a4b7e;
    background-color: #ffffff;
    border: 1px solid #1a4b7e;
    border-radius: 4px;
    font-size: 13px;
}

.tooltip.top .tooltip-arrow::before {
    border-top-color: #1a4b7e !important;
}
.tooltip.right .tooltip-arrow::before {
    border-right-color: #1a4b7e !important;
}
.tooltip.bottom .tooltip-arrow::before {
    border-bottom-color: #1a4b7e !important;
}
.tooltip.left .tooltip-arrow::before {
    border-left-color: #1a4b7e !important;
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #1a4b7e
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #1a4b7e;
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #1a4b7e;
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #1a4b7e;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.btn-outline-menu {
    color: #1a4b7e;
    border-color: #ccc;
    background-color: #ffffff;
    box-shadow: 0 0px 10px rgba(0,0,0,0.07);
}

.sanction-success a {
    color: #1a4b7e;
}

.dt-buttons .dt-button {
    background: #ffffff;
    border-color: #1a4b7e;
    color: #1a4b7e;
}

.card, .offer_details {
    box-shadow: none;
    border: none;
}

a, a.cutwrap::before, a > .cutwrap::before {
    color: #1a4b7e;
}

