@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype'),
        url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}
a, a:hover, a:focus, a:visited {
  text-decoration: none;
    color: #001472;
}

#header {
  border-top: 5px solid #223EBA;
  padding-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

#header .logo {
  padding-top: 20px;
}

#header .logo img{
    width: auto;
    height: 70px;
}

#header .menu-top {
  background-color: #223EBA;
  padding: 5px 15px;
}

#header .menu-top a {
  color: #FFFFFF;
  text-decoration: none;
}

#header .menu ul li {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
}

#header .menu ul li a {
  font-size: 1.125rem;
  color: #111111;
  font-weight: 500;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.swiper-wrapper {
    width: 100%;
    height: 700px;
}

.swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-wrapper .swiper-slide .swiper-slide-content {
    background-color: rgba(34, 62, 186, .75);
    width: 100%;
    color: #FFFFFF;
    padding: 30px 20px;
    text-align: center;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

#slider {
  padding: 0;
}

.uberuns {
  display: flex;
  gap: 20px;
}

.uberuns-image {
    width: 50%;
}

.uberuns-image img {
    max-width: 100%;
    height: auto;
}

.service {
  background-color: #223EBA;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    padding: 130px 0;
}

.service:before {
  content: '';
    background: url('../../../user_upload/service.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.btn {
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-primary, .btn-primary:active {
  background-color: #FFFFFF !important;
  border-color: transparent !important;
  color: #111111 !important;
}

.btn-primary:hover {
  background-color: #111111 !important;
  border-color: transparent !important;
  color: #FFFFFF !important;
}

.btn-secondary, .btn-secondary:active {
    background-color: #223EBA !important;
    border-color: transparent !important;
    color: #FFFFFF !important;
}

.btn-secondary:hover {
    background-color: #304CC6 !important;
    border-color: transparent !important;
    color: #FFFFFF !important;
}

#footer {
    background-color: #223EBA;
    padding: 15px 0;
    color: #FFFFFF;
}

#footer .menu ul {
    margin-bottom: 0;
    padding: 0;
}

#footer .menu ul li {
    list-style: none;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: -7px;
}
#footer .menu ul li:first-child {
    padding-left: 0;
}

#footer .menu ul li a {
    color: #FFFFFF;
}

#kontakt {
    background-color: #E2E2E2;
    padding: 40px 0;
}

#kontakt header {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: .5rem;
}

.form-website {
    display: none;
}

.form-control {
    border-radius: 0;
    border: none;
    border: 1px solid #E2E2E2;
}

#partners {
    padding: 40px 0;
}

#partners .ce-gallery {
    text-align: center;
} 

#partners .ce-gallery img {
    width: auto;
    height: 60px;
}

#partners .ce-column {
    margin-bottom: 10px;
}

#news header {
    text-align: center;
}

.news-list-view .article {
    margin-bottom: 20px;
}

.news-list-view .article .header h3{
    font-size: 1.125rem;
    margin-top: 5px;
}

.news-list-view .article .news-img-wrap img{
    max-width: 100%;
    height: auto;
}

.bg-gray {

    background-color: #E2E2E2;
    padding: 20px;
}

.sidebar {
    width: 260px;
    margin-top: 50px;
    float: left;
}

.sidebar ul {
    padding: 0;
    list-style: none;
    background-color: #223EBA;
    padding: 5px 0;
}

.sidebar ul li a {
    padding: 7px 20px;
    display: block;
    border-bottom: 1px solid #18319F;
    color: #FFFFFF;
    font-weight: 500;
}
.sidebar ul li:last-child a {
    border-bottom: none;
}

.content {
    width: calc(100% - 280px);
    padding-right: 20px;
    float: left;
}

.accordion-button, .accordion-item {
    border-radius: 0 !important;

}

.accordion-button:focus {
    box-shadow: none;
}


.district {
    fill: #efefef;
    transition: transform 0.3s ease;
    transform-origin: center;
    cursor: default;
    stroke: #fff;
    stroke-width: 0.5;
}

.district:hover {
    fill: #e6e6e6;
}

.highlighted {
    fill: #223EBA;
    cursor: default;
    /*cursor: pointer;*/
}

.highlighted:hover {
 fill: #001472;
}

.map-container {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

.showTooltip {
    position: absolute;
    background: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    pointer-events: none;
    display: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 1000;
}

        .box-number {
            font-size: 1.8em;
            font-weight: bold;
            color: #223EBA;
            margin-bottom: 0;
        }

.wrap {
  display: flex;
  justify-content: center;
}

.badge-overlay {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 120px !important;
  height: auto !important;
  z-index: 10;
}

.modal-header {
    display: flex;
    justify-content: center;
    position: relative;
}

.modal-title {
  left: 0;
}

.team-info {
margin-top: 10px;
}


.bcf {
  color: #333;
}

.bcf h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.bcf-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.bcf-image img {
  width: 120px;
  height: 80px;
  object-fit: contain;
}

.bcf-content {
  font-size: 16px;
  line-height: 1.5;
}

.bcf-content p {
  margin: 0;
}

.bcf-content p a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}


@media screen AND (max-width: 998px) {
    .uberuns {
            flex-direction: column;
            text-align: center;
    }

    .uberuns-image {
        width: 100%;
    }

    .service:before {
        display: none;
    }

    #footer .d-flex {
        flex-direction: column-reverse;
        text-align: center;
    }
    #footer .d-flex div:last-child {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #18319F;
    }
}

@media screen AND (max-width: 768px) {
    .sidebar, .content {
        width: 100%;
        padding-right: 0;
        float: none;
    }
.wrap {
  flex-direction: column-reverse;
}
.sidebar {
margin-top: 10px;
}
}


@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 580px;
    }
}



























