/* COLORS SCHEME */

.cgreen {
    color: #036B4D
}

.bggreen {
    background: #036B4D
}

.cdarkest {
    color: #0D1620
}

.bgdarkest {
    background: #0D1620
}

.cdark {
    color: #141C23
}

.bgdark {
    background: #141C23
}


/* IDENTIC CU .bg-dark */

.cbase {
    color: #212529
}

.bgbase {
    background: #212529 !important
}

.clight {
    color: #414950
}

.bglight {
    background: #414950
}

.clightest {
    color: #414950
}

.bglightest {
    background: #414950
}

.ccontrast1 {
    color: #3F3C32
}

.bgcontrast1 {
    background: #3F3C32
}

.ccontrast2 {
    color: #3F3632
}

.bgcontrast2 {
    background: #3F3632
}

.clightblue {
    color: #0095eb
}

.bglightblue {
    background: #0095eb
}


/* #036B4D */

@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans/OpenSans-Regular.ttf") format("ttf"), url('fonts/OpenSans/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Bold";
    src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("ttf"), url('../fonts/OpenSans/OpenSans-Bold.woff') format('woff');
    font-weight: 600;
    font-style: bolder;
}

@font-face {
    font-family: "Open Sans SemiBold";
    src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("ttf"), url('../fonts/OpenSans/OpenSans-SemiBold.woff') format('woff');
}

@font-face {
    font-family: "Open Sans ExtraBold";
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("ttf"), url('../fonts/OpenSans/OpenSans-ExtraBold.woff') format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.row {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

strong {
    font-weight: bolder;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
    padding: 0 !important;
}

.clearfix {
    clear: both;
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Open Sans SemiBold"; */
}

strong,
b {
    /* font-family: 'Open Sans Bold'; */
}

html,
body {
    /* font-family: "Open Sans" !important; */
    color: #212529 !important;
    scroll-behavior: smooth;
}

p {
    text-indent: 15px;
}

h1 {
    margin-bottom: 15px !important;
}

a {
    text-decoration: none !important;
    color: #0095eb !important;
}

.w-49 {
    width: 49%!important;
}

.navbar a,
#footer a {
    color: inherit !important;
}

#footer a:hover {
    color: #0095eb !important;
    transition: 0.1s ease;
}

#breton {
    text-align: right;
    padding: 5px 30px;
    color: #fff;
}

#breton #br-telefon {
    font-size: 20px;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-left: 5px;
}


/* .navbar-nav{} */

.navbar-nav .nav-item {
    transition: 0.1s ease;
}

.navbar-nav .nav-item:hover {
    color: #0095eb;
    transition: 0.1s ease;
}

.navbar-nav .nav-item .active {
    color: #0095eb !important;
    text-decoration: underline !important;
}

.navbar .container {
    margin: 10px auto;
    padding: 0px;
}

.container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.breadcrumbs {
    margin: 15px 0;
    display: block;
    width: auto;
}

.breadcrumbs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li a {
    color: #212529 !important;
}

.breadcrumbs ul li a:hover {
    color: #0a58ca !important;
    transition: 0.1s ease;
}

.breadcrumbs ul li.arrow {
    color: #0a58ca !important;
}

#siteContent {
    padding: 0 !important;
}

#siteContent .col-* {}

#footer {
    background: #0D1620;
    color: #fff;
    /* padding-top: 40px; */
    padding-top: 1px;
    /* padding-bottom: 20px; */
    padding-bottom: 1px;
}

#footer .coloana {
    margin-bottom: 15px;
}

#footer i {
    margin-right: 5px !important;
}

#footer h3 {
    margin-bottom: 15px !important;
}

#footer p {
    margin-bottom: 10px !important;
    text-align: center !important;
}

#footer #socialMediaIcons {
    font-size: 30px;
}

#footer .text-center {
    margin-bottom: 0px !important;
}