/*
.btn-primary {
    background-color: #000000
}
.link-primary {
    color: #000000
*/

@font-face {
  font-family: 'Jost';
  font-weight: 300;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/Jost/Jost-Light.ttf') format('truetype');
} 


@font-face {
  font-family: 'Jost';
  font-weight: 500;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/Jost/Jost-Regular.ttf') format('truetype');
} 

@font-face {
  font-family: 'Jost';
  font-weight: 700;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/Jost/Jost-Bold.ttf') format('truetype');
} 

@font-face {
  font-family: 'Jost';
  font-weight: 900;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/Jost/Jost-ExtraBold.ttf') format('truetype');
} 


.anouncment {
  margin-top: 20px;
}

.anouncment_table td {
    padding: 5px;
    border: 1px solid;
    border-color: #DD9F2F;
}



.text-lg {
    font-weight: 300;
    color: #ba3000;
}



.contact-info-icon img {
  height: 45px;
  width: 45px;
}

.contact-info-text .links .link-primary{
  font-size: 1rem;
  margin-top: 0;
}

.contact-info-content, .contact-info-toggler {
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
}

.navbar {
  background-color: #DD9F2F;
}

.navbar-brand .img{ 
  max-height: 5rem;
}

.navbar ul.navbar-nav{
  justify-content: center;
}

#navigation .navbar .nav-link {
  font-size: 1.2rem;
  font-weight: 500;
}

@media (min-width: 1399px) {
  #navigation .navbar .nav-link {
     color: #fff !important;
  }
}

.navbar-nav .nav-item.dropdown .dropdown-toggle:after{
  color: #fff;
}
.navbar-toggler span {
  background-color: #fff;
}

#navigation a.nav-link.active {
    color: #BA3000 !important;
}

a.nav-link.active {
    color: #BA3000 !important;
}

.menu-section.on-page .nav-link{
  color: #fff;
}

.menu-section .nav .nav-item a.nav-link.active{
  color: #fff !important;
  
}





.headline {
  text-transform: uppercase;
}

.display-1, .display-2, .display-3, .display-4, h1, h2 {
  color: #BA3000;
}

.h3 {
  color: #DD9F2F;
}





a.btn {
    text-transform: uppercase;
  font-weight: 900;
}



.teaser-and-image.medium .row{
      align-items: center!important;
}





.news-list-tags .css-fp5jea-control {
  border-radius: 0; 
  border: 1px solid #333333;
  color: #BA3000;
}
.css-mm9r0i-option {
  background-color: #DD9F2F;
}

.news-list.standard .card-body h4{
  text-transform: none;
    font-weight: 400;
    font-size: 1.4rem;
}

.pagination .page-item .page-link{
  border: none;
  border-radius: 0;
}




.timeline-slider .timeline-card .h1{
  font-size: 1.5rem;
  color: #333 !important;
}

.teaser-and-image .img.img-background{
  background-position: bottom !important;
}

.timeline-cards .slick-slide {
  padding: 0 60px;
}


.tabs-element .nav-pills button {
  box-shadow: none !important;
  border: 1px solid #333;
  border-radius: 0;
}
.tabs-element .nav-pills button.active {
  border: 1px solid #DD9F2F;
}

.tab-content .teaser-and-image.small-tai .align-items-center {
  align-items: flex-start !important;
  margin-top: 50px;
} 