.space-5 {
  float: none;
  clear: both;
  width: 100%;
  height: 5px;
}
.space-10 {
  float: none;
  clear: both;
  width: 100%;
  height: 10px;
}
.space-15 {
  float: none;
  clear: both;
  width: 100%;
  height: 15px;
}
.space-20 {
  float: none;
  clear: both;
  width: 100%;
  height: 20px;
}
.space-30 {
  float: none;
  clear: both;
  width: 100%;
  height: 30px;
}
.space-40 {
  float: none;
  clear: both;
  width: 100%;
  height: 40px;
}
.space-50 {
  float: none;
  clear: both;
  width: 100%;
  height: 50px;
}
.space-60 {
  float: none;
  clear: both;
  width: 100%;
  height: 60px;
}
.space-70 {
  float: none;
  clear: both;
  width: 100%;
  height: 70px;
}
.space-80 {
  float: none;
  clear: both;
  width: 100%;
  height: 80px;
}
.space-90 {
  float: none;
  clear: both;
  width: 100%;
  height: 90px;
}
.space-100 {
  float: none;
  clear: both;
  width: 100%;
  height: 100px;
}
.blue-font {
  color: #004495;
}

/* =========================
   GDPR cookies — Figma layout
   ========================= */

/* Контейнер банера */
.cc-window{
  font-family: "Roboto", Arial, sans-serif !important;
  max-width: 720px !important;
  margin: 40px auto !important;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #fff !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px 15px 15px !important;
  color: #333 !important;
  line-height: 1.4;              /* було 0.8 — ламало висоти */
}

/* Заголовок */
.cc-window h2,
.cc-window .cc-header,
.cc-window .cc-title{
  color: #0E0E0E;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

/* Текст */
.cc-window p,
.cc-window .cc-message{
  font-size: 14px !important;
  margin-bottom: 18px !important;
  color: #444;
}

/* -------------------------
   Два інформаційні лінки
   ------------------------- */
.cc-window .cc-links-row{
  width: 100%;
  display: flex;
  gap: 15px;
  margin: 16px 0 12px;
}

.cc-window .cc-links-row a.cc-link{
  flex: 1 1 0;                   /* по 50% */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  background: #fff;
  color: #585858;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

@media (max-width: 640px){
  .cc-window .cc-links-row{ flex-direction: column; }
  .cc-window .cc-links-row a.cc-link{ width: 100%; }
}

/* -------------------------
   Категорії (чекбокси)
   ------------------------- */
.cc-categories,
.cc-cookie-settings{
  display: flex;
  gap: 12px;
  margin: 16px 0;
}

.cc-checkbox-container{ 
  margin-bottom: 25px !important; 
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 15px;
  flex: 1 0 0;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  align-items: center;
  justify-content: start;
  border-radius: 2px !important;

}

input.cc-cookie-checkbox+span {
   position: static !important;
}

.cc-compliance-list label,
.cc-cookie-settings label{
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 8px 14px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  background: #f9f9f9;
  cursor: pointer;
  transition: .2s ease;
}

.cc-compliance-list input[type="checkbox"]:checked + label,
.cc-cookie-settings input[type="checkbox"]:checked + label{
  background: #004495;
  border-color: #004495;
  color: #fff;
}

/* -------------------------
   Кнопки дій (всі однакові)
   ------------------------- */

/* Список кнопок завжди вертикально */
.cc-compliance-list{
  display: flex;
  flex-direction: column;
  /*gap: 12px;*/
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cc-compliance-list li{ width: 100%; }

/* Базові властивості всіх кнопок */
.cc-window .cc-btn{
  display: flex;                 /* однакова висота навіть при 2 рядках */
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;              /* єдина висота */
  padding: 0 16px !important;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: 400 !important;
  border-radius: 2px !important;
  transition: .2s ease;
}

/* Прибрати "Nur essenzielle ..." якщо не потрібна */
.cc-btn.cc-deny{ display: none !important; }

/* Primary/Neutral/Save — однакові за розміром, відрізняються лише стилем обводки/кольору */
.cc-btn.cc-allowall,
.cc-btn.cc-dismiss,
.cc-btn.cc-allow{
  border: 1px solid #004495 !important;
  background: #fff !important;
  color: #666 !important;
  line-height: 1.2;              /* не використовуємо line-height=48px */
}

/* Спеціальні ефекти за бажанням */
.cc-btn.cc-allowall:hover,
.cc-btn.cc-dismiss:hover,
.cc-btn.cc-allow:hover{
  background: #f5f8ff !important;
  border-color: #003a80 !important;
}



@media (max-width: 767px) {
  .cc-window {
    font-size: 10px !important;
  }
  .cc-window .cc-header {
    font-size: 12px;
  }
  .cc-window .cc-header img {
    width: 50px;
    height: 50px;
  }
  .cc-window .cc-message {
    font-size: 10px !important;
  }
  .cc-window .cc-link {
    font-size: 10px !important;
  }
}


input.cc-cookie-checkbox:checked + span:after {
  background-image: url(/images/backgrounds/check_1.png),
    linear-gradient(135deg, #b1b6be 0, #fff 100%) !important;
}
.cc-revoke {
  border: 3px solid #e5e5e5;
}
div.cc-settings-label {
  margin-bottom: 10px !important;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

/*--*/
div.gdprlock-placeholder {
  height: auto;
  min-height: 338px !important;
  background-color: #e5e5e5;
  background-image: url(/images/backgrounds/youtube-start.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (min-width: 1441px) {
  div.gdprlock-placeholder {
    min-height: 455px !important;
    background-position: center center;
  }
}
#form-row-recaptcha p.warning {
  font-family: Roboto-Light, sans-serif;
}
#form-row-recaptcha .roundlink {
  cursor: pointer;
}
div.gdprlock-placeholder-text {
  padding: 15px 15px;
  color: white;
  font-size: 22px !important;
  background-color: rgba(51, 51, 51, 0.5);
  /*font-family: Roboto-Bold;*/
}
@media (max-width: 767px) {
  div.gdprlock-placeholder-text {
    text-align: center !important;
    font-size: 22px !important;
  }
}
div.gdprlock-placeholder-text .roundlink {
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  color: #004495;
  background: rgba(250,250,250,0.9);
	border: 1px solid;
  border-color: #004495;
}

div.gdprlock-placeholder-text .roundlink:hover {
  color: #004495;
  background: rgba(250,250,250,0.9);
	border: 1px solid;
  border-color: #004495;
}

/***********/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.container-news {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1440px;
}
.container-news img {
  display: block;
  max-width: 100%;
  height: auto;
}
.container-news img.img-intro-text {
  height: 150px;
}
@media (max-width: 768px) {
  .container-news img {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
/*
.container-news h1 {
  text-transform: uppercase;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 30px;
  line-height: 40px;
}
*/
.container-news .news-intro-text {
  padding-bottom: 15px;
  /*word-break: break-all;*/
}
.container-news .news-intro-text h3 {
  font-family: "Roboto-Light", sans-serif;
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
  color: #004495;
  word-break:normal;

}
.container-news .news-intro-text h3.superdark {
  color: #1a1a1a;
  font-size: 14px;
  /*text-transform: uppercase;*/
  font-weight: 700;
}
.container-news .news-intro-text .roundlink.blue {
  margin: 0;
}
.grey-row {
  height: auto;
  overflow: auto;
  background-color: #f2f2f2;
}
.table {
  table-layout: auto;
}
.table tr th,
.table tr td {
  padding: 8px;
}
@media (max-width: 767px) {
  .table tr th,
  .table tr td {
    white-space: nowrap;
  }
}
.lightgraybg.news {
  height: auto;
}
@media (max-width: 1279px) {
  .lightgraybg.news {
    background-color: transparent;
  }
}
.start-page h3:not(.start-page  .news-start-page h3) {
  
    font-family: 'Roboto-Thin', sans-serif;
    font-size: 50px;
    line-height: 50px;
}

@media (max-width: 768px) {
.start-page  h3, .cont-block.onHoverunderline h3{
    margin-bottom: 15px;
    font-size: 30px !important;
    line-height: 30px !important;
  }
  
}

.start-page .news-start-page  h3 {
  color: #004495;
  line-height: 30px;
  font-size: 22px;
  font-weight: 300;
}
.start-page  .news-start-page  h3.superdark {
  color: #000000;
  font-family: 'Roboto-Thin', sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.cont-block.onHoverunderline h3{
  color: #000000;
  font-family: 'Roboto-Thin', sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.error-page {
  background-repeat: no-repeat;
  height: 920px;
  text-align: center;
  color: white;
  background-position: 100% 100%;
}
.error-page h1 {
  margin-top: 10%;
  margin-bottom: 15px;
  font-size: 58px;
  font-family: Roboto-Bold;
  line-height: 48px;
}
.error-page h1 small {
  font-size: 36px;
}
.error-page p {
  font-size: 18px;
}
.error-page p a {
  font-weight: bold;
  text-decoration: underline;
}
.error-page p.lead {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1279) {
  .error-page {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .error-page {
    height: 400px;
  }
  .error-page h1 {
    font-size: 38px;
  }
  .error-page h1 small {
    font-size: 22px;
  }
  .error-page .lead {
    font-size: 14px;
  }
  .error-page p {
    font-size: 14px;
  }
  .error-page p.lead {
    font-size: 18px;
  }
}

.karriere h1{
  text-transform: none !important;
}

.imprint .uppercase{
  text-transform: none !important;
}

.dw-preview table.service-download-pages tr td table tr td a img{
  border: 1px solid #e5e5e5;
}

.dw-preview table.service-download-pages tr td table tr td .wrapper-title-pdf a img{
   border: none !important;
}

/*   */
table.service-download-pages {
  width: 100%;
}
table.service-download-pages tr td {
  padding-top: 40px;
  width: 50%;
}
table.service-download-pages tr td table td{
  padding-top: 0;
}
table.service-download-pages tr td img {
  margin-right: 20px;
  float: left;
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 260px;
}
table.service-download-pages tr td .wrapper-title-pdf {
  float: left;
  position: relative;
  width: 200px;
  height: 260px;
}
table.service-download-pages tr td .wrapper-title-pdf .title-tpl {
  font-size: 20px;
}
table.service-download-pages tr td .wrapper-title-pdf .title-tpl a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  table.service-download-pages tr td .wrapper-title-pdf {
    height: 160px;
    width: 150px;
  }
  table.service-download-pages tr td .wrapper-title-pdf .title-tpl {
    margin-top: 20px;
    font-size: 14px;
  }
  table.service-download-pages tr td .wrapper-title-pdf .icons-tpl a img {
    max-height: 30px !important;
  }
  table.service-download-pages tr td .wrapper-title-pdf .icons-tpl a img[src *='look-svgrepo-com1.svg']{
    margin-top: 8px !important;
    max-height: 20px !important;
  }
}

table.service-download-pages tr td .wrapper-title-pdf .icons-tpl {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  position: absolute;
}
table.service-download-pages tr td .wrapper-title-pdf .icons-tpl a img {
  margin-right: 25px;
  width: auto;
  height: auto;
  max-height: 50px;
}

table.service-download-pages tr td .wrapper-title-pdf .icons-tpl a img[src *='look-svgrepo-com1.svg'] {
  margin-top: 15px;
}

table.service-download-pages tr td .wrapper-title-pdf .icons-tpl a:hover {
  opacity: 0.7;
}


@media (max-width:700px) {
  h1.kalibrierservice-logo{
    margin-top: 80px;
    /*margin-bottom: -120px;*/
  }

  h1.kalibrierservice-logo img{
    margin-top: -150px;
  }

  h1.kalibrierservice-logo1{
    margin-top: 80px;
    /*margin-bottom: -120px;*/
  }

  h1.kalibrierservice-logo1 img{
    margin-top: -170px;
  }
  
}

.stellenangebote p {
 line-height: 28px;
}

.stellenangebote p a:hover{
  color:#000000;
}

