body {
    font-size: 16px;
}
h6 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
h1.title {
    border-bottom: 1px solid #dddddd;
    text-transform: none;
}
h1.title:after {
    display: block;
    content: " ";
    position: absolute;
    /* top: 30px; */
    /* left: 0; */
    width: 100px;
    height: 3px;
    background: #a94442;
    margin-top: 9px;
}
.wyroznienie{
	font-size: 20px;
	line-height: 1.8em;
}
.boldplus{
	font-size: 24px;
	line-height: 1.2em;
	color: #0e7b88;
}
.boldplusplus{
	font-size: 32px;
	line-height: 1.2em;
	color: #0e7b88;
}
.navbar-header:after {
 display: none
}
.container {
    max-width: 100% !important;
    width: 1396px;
}
.navbar-nav>li>a {
    color: #2b2b2b !important;
    font-size: 18px !important;
}
.navbar-nav>li>a.is-active, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus {
    border-bottom: 2px solid #008b9d;
    margin-bottom: -10px;
}
#navbar-main::after {
    height: 2px;
}
.footer {
    background: transparent linear-gradient(180deg, #093136 0%, #142426 100%) 0% 0% no-repeat padding-box;
    margin-top: 2em;
}
.region-navigation {
    justify-content: space-between;
    max-width: 1240px;
}
#block-bb-subtheme-slide {
    border-radius: 0 0px 20px 20px;
    overflow: hidden;
}
.breadcrumb {
    padding: 18px 15px 8px;
    border-radius: 0 0px 20px 20px;
    margin-top: -10px;
}
.paragraph .field--type-image .field--item {
    margin: 20px 0 0 60px;
}
.paragraph .field--type-image img {
    border-radius: 20px;
    overflow: hidden;
}
.paragraph .field--type-image .field--item:before {
    display: block;
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    background: #8e0907;
    z-index: -1;
    top: 0px;
    left: 55px;
}
.paragraph {
    margin-bottom: 40px;
}
.region-navigation {
    padding: 0px 15px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item.active, .navbar-expand-lg .navbar-nav .nav-item:hover,
    .navbar-expand-lg .navbar-nav .nav-item {
        border-bottom: unset;
    }
}