/*
 *
 */

/* */

:root {
  --font-size: 24px;

  --body-background: #fff;
  --primary-background: #d2232b;
  --secondary-background: #3f3e40;
  --muted-background: #f3f3f3;

  --text-color: #6f6f6f;
  --text-emphasis: #58585a;
  --text-muted: #a1a1a1;
  --link-color: #d2232b;
  --link-hover-color: #ef3b39;
}

.clearfix {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                       FontAwesome
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;

  src: url("../vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0")
      format("embedded-opentype"),
    url("../vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0")
      format("woff"),
    url("../vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0")
      format("truetype"),
    url("../vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular")
      format("svg");
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                       Base
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

h1,
h2 {
  margin-bottom: 42px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                       Header
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tm-header .uk-navbar-left {
  position: relative;
  padding-left: 282px;
}

.tm-header .uk-logo,
.tm-header-mobile .uk-logo {
  position: absolute;
  display: block;
  top: -80px;
  left: 110px;
  width: 250px;
  /* transition: all 600ms ease-in-out; */
  transform: translateX(-50%);
}
.tm-header .uk-logo:before,
.tm-header-mobile .uk-logo:before {
  display: block;
  content: "";
  width: 120px;
  height: 445px;
  margin: -180px auto 0 auto;
  padding: 0;
  background: var(--primary-background);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tm-header .uk-logo picture,
.tm-header-mobile .uk-logo picture {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  /* transition: all 200ms ease-in; */
}

.tm-header .uk-sticky.uk-sticky-below .uk-logo,
.tm-header-mobile .uk-logo {
  top: 0;
  width: 116px;
}
.tm-header .uk-sticky.uk-sticky-below .uk-logo:before,
.tm-header-mobile .uk-logo:before {
  width: 82px;
  margin: -326px auto 0 auto;
}
.tm-header .uk-sticky.uk-sticky-below .uk-navbar-left,
.tm-header-mobile .uk-navbar-left {
  padding-left: 182px;
}

.tm-header-mobile .uk-logo {
  left: 64px;
}

/**/

.tm-header .uk-sticky.uk-sticky-below {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.tm-header .uk-sticky.uk-sticky-below .uk-navbar-nav {
  padding-top: 12px;
}

/**/

.tm-header .uk-navbar-dropdown {
  width: auto;
}

/**/

.tm-header .uk-navbar-nav li > a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.tm-header .uk-navbar-nav .uk-active a:after {
  font-family: FontAwesome;
  display: block;
  font-size: 64px;
  line-height: 8px;
  font-weight: 300;
  content: "\f107";
  -webkit-text-stroke: 3px #fff;
  transform: scale(1, 0.75);
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                       MINI MENU
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* .tpl-mini-menu-wrapper {
  position: static;
} */

.tpl-mini-menu {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  position: fixed;
  z-index: 9999;
  top: 20px;
  right: 80px;
  bottom: auto;
  left: auto;
  /* transform: translate(100%, -130%); */
  z-index: 99999;
}

.tpl-top-button {
  display: flex !important;
  width: auto !important;
  gap: 8px;
}

.tpl-top-button,
.tpl-sub-button {
  z-index: 9998;
  float: right;
  overflow: visible;
  width: 32px;
  height: 32px;
  content: " ";
  cursor: pointer;
  color: #fff;
  background: #3f3e40;
  border-radius: 3px;
}

.tpl-sub-button {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 4px;
}

.tpl-top-button-lang,
.tpl-top-button-search,
.tpl-top-button-contact {
  text-align: center;
}

.tpl-top-button-lang:after,
.tpl-top-button-search:after,
.tpl-top-button-contact:after {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}

/* Language */

.tpl-top-button-lang {
  background: transparent;
}

.tpl-top-button-lang a {
  line-height: 32px;
  color: #fff;
}

.tpl-top-button-lang a:hover {
  text-decoration: none;
}

.tpl-top-button-lang .tpl-sub-button {
  /* display: none; */
  overflow: hidden;
  /* opacity: 0; */
}

.tpl-top-button-lang.lang-visible {
  display: block;
  height: 100%;
  height: 64px;
  background: #fff;
}

.tpl-top-button-lang.lang-visible .tpl-sub-button {
  display: block;
  opacity: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}

.tpl-top-button-lang .tpl-sub-button.selected {
  display: block;
  opacity: 1;
}

/** Lang always open */
.tpl-mini-menu .tpl-top-button-lang {
  width: auto;
  margin-left: 0;
}

.tpl-mini-menu .tpl-top-button-lang .tpl-sub-button {
  position: relative;
  display: block;
  overflow: visible;
  opacity: 1;
  z-index: 10;
}
.tpl-mini-menu .tpl-top-button-lang .tpl-sub-button a {
  position: absolute;
  left: 0;
  display: inline-block;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: #3f3e40;
  border-radius: 3px;
  font-size: 16px;
}

.tpl-mini-menu .tpl-top-button-lang .tpl-top-button-lang-flag {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0;
  transition: all 0.5s ease;
  z-index: 1;
}
.tpl-mini-menu .tpl-top-button-lang .tpl-top-button-lang-flag img {
  width: 100%;
  height: auto;
}
.tpl-mini-menu
  .tpl-top-button-lang
  .tpl-sub-button:hover
  .tpl-top-button-lang-flag {
  top: 24px;
  height: 24px;
}

.tpl-mini-menu .tpl-top-button-lang .tpl-sub-button.selected,
.tpl-mini-menu .tpl-top-button-lang .tpl-sub-button.selected a {
  color: #fff;
  background: var(--primary-background);
}

/* Contact */
.tpl-top-button-contact {
  background: #0068b4;
  overflow: hidden;
}

.tpl-top-button-contact a:after {
  font-family: FontAwesome;
  color: #fff;
  content: "\f09a";
  font-size: 32px;
  line-height: 48px;
}
.tpl-top-button-contact a {
  display: block;
  width: 32px;
  height: 32px;
}

.tm-header .uk-navbar-right {
  position: initial;
}

.tm-header .uk-sticky.uk-sticky-below .tpl-mini-menu {
  top: 22px;
  right: 16px;
  bottom: auto;
  left: auto;
  /* transform: translate(100%, -130%); */
}

.tm-header-mobile .tpl-mini-menu {
  top: 8px;
  right: 90px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                       Title Images
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.kv_title_image_container {
  border-bottom: 6px solid var(--primary-background);
}
.kv_title_image_container img {
  width: 100vw;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                       Slideshow
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.uk-slideshow {
  border-bottom: 6px solid var(--primary-background);
}

.uk-slideshow .uk-slideshow-items .uk-overlay {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
}
.uk-slideshow .uk-slideshow-items .uk-overlay:before {
  position: absolute;
  top: -50%;
  right: 0;
  bottom: auto;
  left: auto;
  padding: 0;
  transform: translate(0%, 115%);
  display: block;
  content: " ";
  width: 300px;
  height: 150px;
  background-image: url("../images/schiffchen.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.uk-slideshow .uk-slideshow-items .uk-overlay .el-title {
  position: relative;
  padding-top: 32px;
  padding-bottom: 16px;
  color: #fff;
  text-shadow: 0 0 8px #000;
}
.uk-slideshow .uk-slideshow-items .uk-overlay .el-meta {
  color: #fff;
  text-shadow: 0 0 8px #000;
}
.uk-slideshow .uk-slideshow-items .uk-overlay .el-title:before,
.uk-slideshow .uk-slideshow-items .uk-overlay .el-title:after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  padding: 0;
  transform: translate(-50%, 0);
  display: block;
  content: " ";
  width: 98px;
  height: 18px;
  background-image: url("../images/tilde.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.uk-slideshow .uk-slideshow-items .uk-overlay .el-title:after {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 125%);
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                       Footer
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-logo-die-arche,
.tpl-footer-anschrift {
  padding-top: 32px;
}

.tpl-logo-die-arche p {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  text-align: left;
}

.tpl-logo-die-arche span {
  display: inline-block;
}

.tpl-logo-die-arche img {
  float: left;
  width: 230px;
  max-width: 230px;
  margin-top: -28px;
  margin-right: 16px;
}

.tpl-footer-anschrift p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

/* */

.tpl-footer-menu {
  padding-top: 128px;
}

.tpl-footer-menu .uk-subnav {
  position: relative;

  display: inline-block;
  display: flex;

  margin: 0 auto;
  padding: 0;

  list-style: none;

  text-align: center;
  vertical-align: bottom;

  flex: 1 1 100%;
  justify-content: space-between;
}

.tpl-footer-menu .uk-subnav > li {
  display: flex;
  flex: 1 1 20%;
  padding: 0;
}

.tpl-footer-menu .uk-subnav > li a {
  display: flex;
  flex: 1 1 20%;
  height: 64px;
  padding: 0;
  color: var(--text-emphasis);
  text-decoration: none;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}

.tpl-footer-menu .uk-subnav > li:nth-of-type(1) a,
.tpl-footer-menu .uk-subnav > li:nth-of-type(2) a {
  justify-content: flex-start;
}
.tpl-footer-menu .uk-subnav > li:nth-of-type(4) a,
.tpl-footer-menu .uk-subnav > li:nth-of-type(5) a {
  justify-content: flex-end;
}

.tpl-footer-menu .uk-subnav > li a:hover,
.tpl-footer-menu .uk-subnav > li:hover > a,
.tpl-footer-menu .uk-subnav > li.deeper.active > a,
.tpl-footer-menu .uk-subnav > li.current > a {
  color: var(--link-color);
}

.tpl-footer-menu .uk-subnav > li a.home-link {
  position: relative;
  font-size: 0;
}

.tpl-footer-menu .uk-subnav > li a.home-link:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -68px;
  left: 50%;
  padding: 0;
  transform: translateX(-50%);
  display: block;
  content: " ";
  width: 220px;
  height: 220px;
  background-image: url("../../../images/cargo-seal-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.tpl-footer-gray-gradient {
  position: relative;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(245, 245, 245, 0.3) 30%,
    #bdbec1 100%
  );
}

.tpl-footer-gray-gradient .tpl-footer-menu {
  pointer-events: all;
}

.tpl-footer-gray-gradient:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  top: auto;
  transform: translateX(-50%);
  padding: 0;
  display: block;
  content: " ";
  width: 320px;
  height: 320px;

  background-image: url("../images/buddha.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.tpl-footer-menu .uk-subnav > li.item-124 {
  width: 320px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                       Content
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-grid-services .el-title {
  font-weight: normal;
  text-transform: uppercase;
}
/*
.tpl-section-content h2 {
  font-size: 32px;
  font-weight: normal;
} */

.tpl-section-content ul,
.tpl-section-content ol {
  display: table;
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  text-align: left !important;
}

.tpl-section-content p img {
  height: 320px;
  width: auto;
  max-width: 45%;
}

.tpl-grid-news .el-title {
  font-size: 38px;
}
.tpl-grid-news .el-link {
  font-size: 32px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                       rote Tabelle
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

table.cargo-table {
  border: 1px solid var(--link-color);
  width: 80%;
  text-align: center;
  margin: auto;
  padding: auto;
}
table.cargo-table tr th {
  padding: 8px 0;
  border-bottom: 1px solid var(--link-color);
}
table.cargo-table tr td {
  border-bottom: 1px solid var(--link-color);
  border-right: 1px solid var(--link-color);
}
table.cargo-table tr td:last-of-type {
  border-right: none;
}
table.cargo-table tr:first-of-type td {
  border-bottom: 1px solid var(--link-color);
}
table.cargo-table tr:first-of-type td:last-of-type {
  border-right: none;
}
table.cargo-table tr:last-of-type td {
  border-bottom: none;
}

@media (max-width: 1000px) {
  table.cargo-table {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  table.cargo-table {
    width: 96%;
  }
  table.cargo-table thead,
  table.cargo-table .kv-fake-th {
    display: none;
  }
  table.cargo-table td {
    text-align: left;
    display: block;
    border-right: none !important;
    border-bottom: none !important;
    border-top: none !important;
  }
  table.cargo-table .kv-first-th {
    font-weight: bold;
    border-bottom: inherit;
    border-top: inherit;
  }
  table.cargo-table td:before {
    font-weight: bold;
    display: inline-block;
    content: attr(data-th) ":";
    padding-right: 4px;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                       FLOATING-MENU
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-floating-menu {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 80px;
  left: auto;
  width: 96px;
  pointer-events: none;
  z-index: 9998;
}

.tpl-floating-menu a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.tpl-floating-menu-top,
.tpl-floating-menu-contact,
.tpl-floating-menu-search {
  position: relative;
  float: right;
  height: 40px;
  width: 100%;
  background: var(--primary-background);
  margin: 16px 0;
  padding: 0 0 0 64px;
  line-height: 32px;
  width: 0;
  pointer-events: all;
  transition: all 0.5s ease;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.tpl-floating-menu-top:hover,
.tpl-floating-menu-contact:hover,
.tpl-floating-menu-search:hover {
}

.tpl-floating-menu-top:before,
.tpl-floating-menu-contact:before,
.tpl-floating-menu-search:before {
  display: block;
  position: absolute;
  top: -12px;
  right: auto;
  bottom: auto;
  left: -12px;
  width: 64px;
  height: 64px;
  content: " ";
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}

.tpl-floating-menu-top {
  cursor: pointer;
}
.tpl-floating-menu-top:before {
  background-image: url("../images/icons/top.png");
}
.tpl-floating-menu-top:hover {
  /* width: 56px; */
}

.tpl-floating-menu-contact {
}
.tpl-floating-menu-contact:before {
  left: -18px;
  top: -4px;
  width: 72px;
  height: 56px;
  background-image: url("../images/icons/contact.png");
  pointer-events: none;
}
.tpl-floating-menu-contact:hover {
  width: 196px;
}

.tpl-floating-menu-search {
  padding: 0 0 0 64px;
  text-align: right;
}
.tpl-floating-menu-search:before {
  top: -10.4px;
  left: -12px;
  width: 85.6px;
  height: 85.6px;
  background-image: url("../images/icons/search.png");
  pointer-events: none;
}
.tpl-floating-menu-search:hover {
  padding: 0 0 0 32px;
  width: 196px;
}
.tpl-floating-menu-search form {
  line-height: 30px;
}
.tpl-floating-menu-search input {
  width: 80%;
  margin: 0 4px;
}
.tpl-floating-menu-search input[type="text"] {
  padding: 2px;
  border: 2px solid #ccc;
  border-radius: 5px;
}

.tpl-floating-menu-search input[type="text"]:focus {
  border-color: #333;
}

.tpl-floating-menu-search input[type="submit"] {
  padding: 5px 15px;
  background: #ccc;
  border: 0 none;
  cursor: pointer;
  border-radius: 5px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                       MOBILE
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media (max-width: 1296px) {
  .tm-header .uk-navbar-left {
    padding-left: 250px !important;
  }
  .tm-header .uk-navbar-left .uk-navbar-nav {
    gap: 16px;
  }
}

@media (max-width: 1130px) {
  .tm-header .uk-navbar-left .uk-navbar-nav li a {
    font-size: 16px;
  }
  .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .tm-header-mobile .uk-navbar-container {
    padding-top: 0 !important;
  }

  .uk-slideshow .uk-slideshow-items .uk-overlay:before {
    transform: translate(0%, 60%);
  }

  .tpl-footer-gray-gradient {
    padding: 0 !important;
  }

  .tpl-footer-menu .uk-subnav > li {
    flex: 1 1 100%;
  }
  .tpl-footer-menu .uk-subnav > li.item-124 {
    order: 99;
    margin-top: 88px;
  }
  .tpl-footer-menu .uk-subnav > li a {
    justify-content: center !important;
  }
}

@media (max-width: 960px) {
  .tpl-logo-die-arche p {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 32px 0 32px;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 460px) {
  .tm-header-mobile .tpl-mini-menu {
    right: 64px;
  }

  .uk-slideshow .uk-slideshow-items .uk-overlay:before {
    display: none;
  }
  .uk-slideshow .uk-slideshow-items .uk-overlay .el-title {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .uk-slideshow .uk-slideshow-items .uk-overlay .el-title::before,
  .uk-slideshow .uk-slideshow-items .uk-overlay .el-title::after {
    width: 48px;
    height: 10px;
  }
}
