@charset "UTF-8";
/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
/* ---------- DIALOG COLORS ---------- */
/* NAVIGATION */
.navbar {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.navbar .top-nav {
  padding: 15px 0;
}
.navbar .top-nav ul {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.navbar .top-nav ul li {
  font-size: 14px;
  color: #757575;
  display: flex;
  align-items: center;
}
.navbar .top-nav ul li:nth-child(n+2):not(.uk-first-column)::before {
  content: "";
  height: 1.5em;
  margin-left: 0;
  margin-right: 10px;
  border-left: 1px solid #e5e5e5;
}
.navbar .top-nav ul li i {
  margin-right: 10px;
  color: #999;
  font-size: 0.875rem;
}
.navbar .top-nav ul li a {
  font-size: 14px;
  color: #757575;
}
.navbar .bottom-nav li:hover:not(:last-of-type) {
  border-bottom: 2px solid #d81177;
}
.navbar .bottom-nav .dropdown-menu {
  width: 265px;
  border: 0;
  padding: 0;
  border-radius: 0;
}
.navbar .bottom-nav .dropdown-menu li {
  transition: all 0.3s ease-in-out;
}
.navbar .bottom-nav .dropdown-menu li:hover {
  background: #d81177;
}
.navbar .bottom-nav .dropdown-menu li:hover a {
  color: #fff;
  transition: none;
}
.navbar .bottom-nav .dropdown-menu .active {
  background: #d81177;
}
.navbar .bottom-nav .dropdown-menu .active a {
  color: #fff;
}
.navbar .bottom-nav .active:not(:last-of-type) {
  border-bottom: 2px solid #d81177;
}
.footer-bottom {
  margin: 0;
  background: #f9f9f9 !important;
  padding: 0;
}
.footer-bottom .social-box {
  display: flex;
  align-items: center;
}
.footer-bottom .social-box p {
  padding: 0;
  margin: 0;
}
.footer-bottom .social-list {
  display: flex;
  align-items: center;
}
.footer-bottom .social-list li a {
  color: #000;
  font-size: 20px;
}
.footer-bottom .social-list li a:hover {
  color: #fff;
}
.footer-bottom .contact-link-list {
  display: flex;
  align-items: center;
}
.footer-bottom .contact-link-list li {
  margin-right: 10px;
}
.footer-bottom .contact-link-list li a {
  color: #888;
}
.footer-bottom .contact-link-list li a:hover {
  color: #fff;
}
.contact_info a {
  color: #333;
}
/* Fachübersetzungsboxen */
.services-block-custom {
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
}
.services-block-custom:hover {
  cursor: pointer;
}
.services-block-custom:hover .inner-box img {
  transform: scale(1.2);
}
.services-block-custom .inner-box {
  height: 100%;
  width: 100%;
  position: relative;
}
.services-block-custom .inner-box .icon-img-box-custom {
  height: 100%;
}
.services-block-custom .inner-box a {
  color: #fff;
  text-align: center;
}
.services-block-custom .inner-box .text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(70, 20, 73, 0.75);
  z-index: 99;
}
.services-block-custom .inner-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  transition: 0.3s all ease-in-out;
}
/* FAQ */
#accordion .card {
  border: 0;
}
#accordion .card .card-header {
  background-color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
}
#accordion .card .card-header .btn-link {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  position: relative;
}
#accordion .card .card-header .btn-link:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #000;
}
#accordion .card .card-body {
  padding: 0;
  margin: 0;
  text-align: left;
}
/* BLOG */
.blog-item {
  display: flex;
}
.blog-item .blog-content {
  border-radius: 0;
}
.blog-item .blog_thumbnail img {
  height: 100%;
  object-fit: cover;
}
adress i {
  font-size: 20px;
  border: 1px solid #d81177;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #d81177;
  color: #FFF;
  padding: 9px 0;
  margin: 0 10px 14px 0;
}
.bg-banner-rect {
  background-color: #d81177;
  position: relative;
}
.bg-banner-rect::after {
  position: absolute;
  content: "";
  background: #d81177;
  width: 220px;
  height: 100%;
  top: 0;
  right: -100px;
  bottom: 0;
  z-index: 9;
  transform: skew(-15deg);
}
.hero-section .hero-content-custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.b-1 {
  z-index: -1;
}
.object-fit-cover {
  object-fit: cover;
  object-position: center;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
.items-center {
  display: flex;
  align-items: center;
}
.fr-20 {
  font-size: 10px;
}
/* resposnive */
@media (max-width: 998px) {
  .h1, h1 {
    font-size: 21px;
  }
  .blog-item {
    flex-direction: column;
  }
  .blog-item .blog_thumbnail {
    width: 100%;
    height: 200px;
  }
  .top-nav {
    display: none !important;
  }
  .bottom-nav .nav {
    gap: 10px;
    padding-top: 1rem;
  }
  .bottom-nav li {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .bottom-nav li:hover:not(:last-of-type) {
    border: 0 !important;
  }
  .bottom-nav li:hover:not(:last-of-type):after {
    content: "";
    height: 2px;
    bottom: 0;
    width: 20%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: #d81177;
  }
  .bottom-nav .dropdown-menu {
    padding-top: 1rem !important;
    width: 100%;
    border: 0;
    padding: 0;
    border-radius: 0;
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
    gap: 10px;
  }
  .bottom-nav .dropdown-menu li {
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  .bottom-nav .dropdown-menu li:hover {
    background: none !important;
  }
  .bottom-nav .dropdown-menu li:hover a {
    color: inherit !important;
    transition: none;
  }
  .bottom-nav .dropdown-menu .active {
    background: none !important;
  }
  .bottom-nav .dropdown-menu .active a {
    color: inherit !important;
    transition: none;
  }
  .bottom-nav .active:not(:last-of-type) {
    border: 0 !important;
  }
  .bottom-nav .active:not(:last-of-type):after {
    content: "";
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    position: absolute;
    background: #d81177;
  }
  .navbar-brand {
    padding: 0.8rem 0;
  }
  .navbar-brand img {
    width: 150px;
  }
  .navbar-toggler {
    z-index: 9999;
    border: 0;
    height: 20px;
    width: 20px;
    flex-direction: column;
    outline: 0 !important;
    position: relative;
    padding: 0;
    left: -20px;
    transition: 0.3s all ease-in-out;
  }
  .navbar-toggler.active {
    transform: rotate(45deg);
  }
  .navbar-toggler.active .icon-bar {
    padding: 0;
  }
  .navbar-toggler.active .icon-bar:nth-child(1) {
    top: 50%;
    transform: translateY(-50%);
  }
  .navbar-toggler.active .icon-bar:nth-child(2) {
    transform: rotate(90deg);
  }
  .navbar-toggler.active .icon-bar:nth-child(3) {
    visibility: hidden;
    opacity: 0;
  }
  .navbar-toggler .icon-bar {
    background-color: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    transition: 0.3s all ease-in-out;
  }
  .navbar-toggler .icon-bar:nth-child(1) {
    top: 0;
  }
  .navbar-toggler .icon-bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .navbar-toggler .icon-bar:nth-child(3) {
    bottom: 0;
    visibility: visible;
    opacity: 1;
  }
  .navbar-collapse {
    display: grid !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    transform: translateX(-100%);
    transition: 0.3s all ease-in-out;
  }
  .navbar-collapse.show {
    position: fixed;
    transform: translateX(0);
  }
  .navbar-nav .bottom-nav .dropdown-menu {
    background: #eaeaea;
  }
  .lan-switcher-outer {
    position: relative;
    text-align: center;
    margin-bottom: auto;
  }
  .lan-switcher-inner.dropdown-menu {
    left: 0;
    right: 0;
  }
  .welcome-content h1 {
    font-size: 21px;
  }
  .info-btn-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .gap-15 {
    gap: 15px;
  }
  .bg-banner-rect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
  }
  .bg-banner-rect::after {
    display: none;
    content: none;
  }
}
.cool-facts-area p {
  color: #222;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1380px;
  }
  .next-text {
    font-size: 40px;
  }
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */