/* Import czcionki Roboto Condensed z Google Fonts z obsługą polskich znaków */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


.quote img {
    max-width: 80px;
    height: auto;
}
.blockquote.text-right {
    text-align: right;
}
h1, h2, h3, h4, h5, h6{
	  font-family: 'Roboto Condensed', Arial Narrow, Arial, Sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.2em;
    margin: 1rem 0;
}
h1 {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

h2 {
  font-size: clamp(1.5rem, 4.5vw, 2.1875rem);
}

h3 {
  font-size: clamp(1.25rem, 4vw, 1.625rem);
}

h4 {
  font-size: clamp(1.125rem, 3.5vw, 1.5rem);
}

h5 {
  font-size: clamp(1rem, 3vw, 1.375rem);
}

h6 {
  font-size: clamp(0.875rem, 2.5vw, 1.125rem);
}
h1.title {
  margin-top: 0;
}
h1.page-title {
  margin-bottom: 20px;
}
h1.title {
    margin-top: 0;
    margin-bottom: 35px;
}
.slider-text h2 {
  font-size: clamp(1.2rem, 4vw, 1.8rem);
}
.header-wrapper > div:nth-child(2) {
    min-width: 130px;
}
.region-top-header {
    margin: 0;
}
.region-featured-top {
    margin-top: 0;
}
.featured-top {
    margin-top: -10px;
}
#sidebar_first {
    min-width: 320px;
}
body:not(.path-frontpage) div#main-wrapper {
    margin-top: 35px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 500;
    padding: 15px 5px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}
img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
h2 a {
    color: #505050;
    text-decoration:none;
}
h2 a:hover, h2 a:focus{
    color: #373737;
    text-decoration:none;
}
a.button:hover, a.button:focus, .button > a:hover, .button > a:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus {
    background-color: #505050;
    color: #ffffff;
    text-decoration: none;
    -webkit-box-shadow: rgba(28, 56, 72, 0.1) 0px 2px 2px, rgba(28, 56, 72, 0.1) 0px 4px 4px, rgba(28, 56, 72, 0.1) 0px 8px 8px, rgba(28, 56, 72, 0.1) 0px 16px 16px, rgba(28, 56, 72, 0.1) 0px 32px 32px, rgba(28, 56, 72, 0.1) 0px 64px 64px;
    -moz-box-shadow: rgba(28, 56, 72, 0.1) 0px 2px 2px, rgba(28, 56, 72, 0.1) 0px 4px 4px, rgba(28, 56, 72, 0.1) 0px 8px 8px, rgba(28, 56, 72, 0.1) 0px 16px 16px, rgba(28, 56, 72, 0.1) 0px 32px 32px, rgba(28, 56, 72, 0.1) 0px 64px 64px;
    -ms-box-shadow: rgba(28, 56, 72, 0.1) 0px 2px 2px, rgba(28, 56, 72, 0.1) 0px 4px 4px, rgba(28, 56, 72, 0.1) 0px 8px 8px, rgba(28, 56, 72, 0.1) 0px 16px 16px, rgba(28, 56, 72, 0.1) 0px 32px 32px, rgba(28, 56, 72, 0.1) 0px 64px 64px;
    box-shadow: rgba(28, 56, 72, 0.1) 0px 2px 2px, rgba(28, 56, 72, 0.1) 0px 4px 4px, rgba(28, 56, 72, 0.1) 0px 8px 8px, rgba(28, 56, 72, 0.1) 0px 16px 16px, rgba(28, 56, 72, 0.1) 0px 32px 32px, rgba(28, 56, 72, 0.1) 0px 64px 64px;
}
.headings-wide-spacing-enabled a.button, .headings-wide-spacing-enabled .button > a, .headings-wide-spacing-enabled input[type="submit"], .headings-wide-spacing-enabled input[type="reset"], .headings-wide-spacing-enabled input[type="button"] {
    letter-spacing: 0.25em;
    text-transform: uppercase;
}
a.button, .button > a, input[type="submit"], input[type="reset"], input[type="button"] {
    background-color: #373737;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 30px;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 10px 0;
    text-align: center;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    text-decoration: none;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}
.block-content--type-triple-boxes {
    text-align: center;
}
.block > h2 {
    text-align: center;
    margin: 70px 0;
}
.mb-block{
	margin-bottom: 70px;
}
.mt-block{
	margin-top: 70px;
}
.pdd-block{
	padding: 70px 0 70px 0;
}
.center-block{
	text-align:center;
}
.pdd-20{
	padding: 20px;
}
.mb-20{
	margin-bottom: 20px;
}
.mt-0{
	margin-top: 0;
}
.slide__caption {
   padding: 0px;
}
.region--gray-background {
    background-color: #f4f4f4;
}
.bg-grey{
	background-color: #efefef;
}
.pull-right {
    float: right;
}
.site-footer {
    background: #373737;
}
.site-footer .region {
    margin: 0 auto;
    padding: 0 0 1px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background: #373737;
}

.region.region-footer-fifth .block.col-sm-6 {
    width: 50%;
}
#block-bb-subtheme-copyright {
    background: #373737;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
#block-bb-subtheme-copyright .field--name-body {
    max-width: 1170px;
    margin: 0 auto;
    border-top: 1px solid #808080;
    padding: 10px 20px;
    color: #cdcdcd;
}
#block-bb-subtheme-copyright p {
    font-size: 90%;
}
@media all and (min-width: 992px){
	
	.block-content--type-konkurs .bs-region--left > div {
	    min-height: 264px;
	}
}
.slider-text {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
@media all and (min-width: 992px){
    .slider-text {
        position: absolute;
        width: 40%;
        right: -15px;
        bottom: 0;
        top: 0;
    }
}
.is-b-loading {
    background: #ffffff !important;
    height: 0 !important;
    min-height: 0 !important;
}
.slide__caption {
    background: #ffffff !important;
    padding: 0!important;
}
.highlighted .container-fluid {
    padding: 0 !important;
}
.slide .node .field--type-image {
    margin: 0;
}
.slick .node--view-mode-teaser {
    border-bottom: 0;
    margin-bottom: 0px; 
    padding-bottom: 0px; 
}
@media screen and (max-width: 991px) {
    .logo-wrapper {
        max-width: 120px;
        min-width: 120px;
        margin: 0;
    }
}
