/* --------------------------------- Colors --------------------------------- */

.c-white {
  color: #fff;
}

/*-----------------------------------Nav-----------------------------------*/

.header-nav .nav > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #222;
  font-size: 14px;
  padding: 35px 8px;
  cursor: pointer;
  margin: -10px 0;
  font-weight: 600;
}

.navbar img {
  width: 325px;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

nav.navbar {
  font-size: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar {
  background: #000;
  height: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.collapse.show .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #ddd;
}

.text-pop-up-top {
  /*  -webkit-animation: text-pop-up-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both; */
  animation: none;
}

.d-none {
  display: none;
}

.about-home-right p.font-size {
  font-size: 16px;
}

.about-home-right {
  position: relative;
  margin-left: -100px;
  z-index: 1;
  margin-top: 70px;
}

.icon-count-2 span.icon-count-number {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 120px;
  font-weight: 800;
  color: rgba(177, 177, 177, 0.7);
  opacity: 0.3;
  line-height: 120px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: none;
}

.p-a30 {
  padding: 30px 15px;
}

.p-tb50 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.mt-icon-box-wraper:hover .scale-in-center {
  -webkit-animation: none;
  animation: none;
}

.pb-100 {
  padding-bottom: 100px;
}

.footer-bottom {
  padding: 15px 0px;
  color: #787878;
  font-size: 13px;
}

.footer-top {
  padding: 75px 0px 55px 0px;
}

.bg-moving {
  background-image: url("/template/images/images/background/bg-6.png");
  background-color: #141414 !important;
}

.section-big {
  padding: 150px 0;
}

.video-section-full {
  background-image: url("/template/images/images/video-bg.jpg");
}

.contact-bg {
  background-image: url("/template/images/images/background/left-men.png");
  background-repeat: no-repeat;
  background-position: right;
}

.contact-bg2 {
  background-image: url("/template/images/images/background/bg-4.png");
  background-repeat: no-repeat;
}

.mission-left {
  background-image: url("/template/images/images/background/bg-site-c.png");
  background-repeat: no-repeat;
}

.mission-mid {
  background-image: url("/template/images/images/background/mission.jpg");
  background-repeat: no-repeat;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 1.6s ease-out;
  -o-transition: width 1.6s ease-out;
  transition: width 1.6s ease-out;
  background-color: #f9e017 !important;
}

.progress {
  margin-top: 10px;
  margin-bottom: 30px;
  height: 6px;
}

span.progress-number {
  position: relative;
  right: 9px;
  font-size: 12px;
  font-weight: 600;
  top: -22px;
}

span.progress-number::after {
  content: "\f0dd";
  color: #000;
  left: 6px;
  bottom: -19px;
  font-family: "FontAwesome";
  position: absolute;
}

.fa-facebook:hover::before {
  content: "\f09a";
  color: #000;
}

section.unterseite {
  padding: 50px 0 100px;
  border-top: 1px solid #e8e8e8;
}

/* --------------------------------- Banner --------------------------------- */

.globalbanner {
  background-image: url("/template/images/backgrounds/banner.jpg");
}

/*-----------------------------------Kontakt-----------------------------------*/
#map {
  height: 100%;
  width: 100%;
}
#content {
  width: auto;
  overflow: hidden;
}
#content strong {
  font-size: 17px;
}
#content p {
  line-height: 1.2em;
  margin-bottom: 0;
}

.contact-box {
  background-color: #222222;
  margin-bottom: 30px;
  color: #fff;
}
.contact-box p {
  line-height: 1.5em;
  margin-bottom: 15px;
}
.contact-box-outer .contact-box:last-child {
  margin-bottom: 0;
}
.contact-box p a {
  color: #f9dd00;
}

.txt-right {
  padding-top: 19px;
  /*  color: #fff; */
}

.txt-right i {
  margin-right: 5px;
  width: 16px;
}
.img-left {
  height: 220px;
}
.img-left p {
  position: absolute;
  padding: 10px;
  margin-bottom: 0;
  bottom: 0;
  color: #fff;
  z-index: 2;
}
.img-left-inner {
  position: relative;
  height: 100%;
}
.img-left img {
  height: 100%;
  object-fit: cover;
  background-color: #eee;
}
.img-left-inner:after {
  content: "";
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.h5 {
  font-size: 16px;
}
.accordion {
  background-color: #000;
  color: #f8dc00;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none !important;
  transition: 2s ease-in-out;
  margin-bottom: 0px;
}
.accordion-box {
  margin-bottom: 10px;
}
.accordion.panel {
  margin-bottom: 10px;
}

.panel {
  padding: 0 15px;
  background-color: #000;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.panel p a {
  color: #f8dc00;
}

.panel p {
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  font-size: 12px;
}
.panel p strong {
  font-size: 15px;
  position: relative;
  top: 5px;
}

.accordion:active {
  background-color: #f8dc00;
  color: #fff;
  margin-bottom: 0;
}

.accordion:after {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #777;
  float: right;
  margin-left: 5px;
}

/*
.active:after {
  font-family: "FontAwesome";
  content: "\f107";
}*/

/*/////////////=====Tooltip=====/////////////*/
.tooltip-section {
  position: relative;
}

.tooltip-point {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ff0000;
  top: 38.3%;
  left: 38%;
}

.tooltip-point-n2 {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ff0000;
  top: 39.7%;
  left: 36%;
}

.tooltip-point-n3 {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #ff0000;
  top: 35.8%;
  left: 46.4%;
}

.tooltip-point-n4 {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #ff0000;
  top: 42.6%;
  left: 38.5%;
}

.tooltip-section .tooltip-point .tooltiptext,
.tooltip-section .tooltip-point-n2 .tooltiptext,
.tooltip-section .tooltip-point-n3 .tooltiptext,
.tooltip-section .tooltip-point-n4 .tooltiptext {
  visibility: hidden;
  width: 255px;
  background-color: #000;
  color: #fff;
  text-align: left;
  padding: 10px 10px;
  position: absolute;
  top: 10px;
  left: -5px;
  z-index: 1;
}

.tooltip-point:hover .tooltiptext,
.tooltip-point-n2:hover .tooltiptext,
.tooltip-point-n3:hover .tooltiptext,
.tooltip-point-n4:hover .tooltiptext {
  visibility: visible;
  cursor: help;
}

.tooltip-point .tooltiptext::after,
.tooltip-point-n2 .tooltiptext::after,
.tooltip-point-n3 .tooltiptext::after,
.tooltip-point-n4 .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 5%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent#000 transparent;
}

.tooltip-section .tooltiptext a {
  color: #f8dc00;
  transition: none;
}

.tooltip-section .tooltiptext a:hover {
  color: #bda902;
}
/*-----------------------------------Timeline-----------------------------------*/
/* Timeline */
.timeline {
  border-left: 4px solid #f8dc00;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.8);
  margin: 50px auto;
  position: relative;
  line-height: 1.4em;
  padding: 0 0px;
  list-style: none;
  text-align: left;
  max-width: 50%;
}

.timeline .event {
  padding: 20px;
  margin-bottom: 50px;
  border-right: 4px solid #000;
  border-top: 4px solid #000;
  position: relative;
  background: #fff;
  box-shadow: inset 8px -8px 5px -2px #e6e6e6;
  border-radius: 5px;
}

.timeline .circle-box {
  position: relative;
  margin: 50px 0;
  background-color: #f5f5f5;
  padding: 30px 20px;
  border-right: 5px solid #f8dc00;
}

.timeline p.h2 {
  color: #000;
  font-size: 50px;
}
.timeline p.h3 {
  color: #f8dc00;
  font-size: 45px;
  text-shadow: 3px 3px #2d2d2d;
}

.timeline p {
  color: #000;
  font-size: 14px;
}
.circle-box p.h3,
.circle-box h3 {
  position: relative;
  z-index: 3;
}
.circle-box p.h3:after,
.circle-box h3:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #fffbd9;
  box-shadow: -3px 3px #000;
  z-index: -1;
  top: -35px;
  left: -5px;
}

.text-box {
  box-shadow: 5 0 black;
  padding: 5px 10px;
  border-radius: 5px;
}
.text-box h6 {
  font-size: 22px;
  padding-bottom: 10px;
  font-weight: 600;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -217.5px;
  color: rgba(255, 255, 255, 0.4);
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #000;
  left: -57.85px;
  background: #f8dc00;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}

/* --------------------------------- Listen --------------------------------- */

main ul {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
}
main ul li {
  padding-left: 0.75rem;
  position: relative;
  line-height: 2;
}
main ul li:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  font-size: 1.2rem;
  top: -4px;
}

/* ----------------------------- Footer Infobox ----------------------------- */

footer.footer_action_wrap {
  margin-top: 8rem;
}
footer .call-to-action-wrap + .footer-top {
  padding-top: 124px;
}

/* ----------------------------- Download Icons ----------------------------- */

.download-icons a {
  background: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 2px;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  margin: 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.download-icons a span {
  background: #f2594b;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  padding: 5px 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  margin-bottom: 0.5rem;
}
.download-icons a:before,
.download-icons a:after {
  background: #fff;
  border: solid 3px #2d2926;
  border-radius: 4px;
  content: "";
  display: block;
  height: 35px;
  left: 50%;
  margin: -17px 0 0 -12px;
  position: absolute;
  top: 40%;
  width: 25px;
}
.download-icons a:hover:before,
.download-icons a:hover:after {
  background: #fff;
}
.download-icons a:before {
  margin: -23px 0 0 -5px;
}
.download-icons a:hover {
  background: #eee;
  border-color: #d7d7d7;
}
.download-icons a:active {
  background: #dae0e8;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
}
.download-icons a span:first-child {
  display: none;
}
.download-icons a:hover span:first-child {
  display: inline-block;
}
.download-icons a:hover span:last-child {
  display: none;
}

/* -------------------------- ANCHOR Blog 09.12.21 -------------------------- */

/* ----------------------------- ANCHOR Overview ---------------------------- */
.blog-item {
  background-color: #222222;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-img {
  height: 200px;
  background-color: #111;
  flex-shrink: 0;
}

.blog-img img {
  max-height: 200px;
  width: 100%;
  object-fit: contain;
  display: block;
}

.blog-text {
  padding: 15px;

  display: flex;
  height: 100%;
  flex-direction: column;
}

.blog-text p {
  height: 100%;
}

.blog-text * {
  color: #fff;
}

.blog-text h5 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 300;
  color: #ccc;
}

.blog-text h4 {
  font-size: 1.7em;
  color: #f9dd00;
}

.read-btn {
  padding: 7px 25px;
  background-color: #111;
  display: inline-block;
  color: #fff;
}

.read-btn:hover {
  background-color: #f9dd00;
  color: #111;
}

/* ----------------------------- ANCHOR Article ----------------------------- */

.News .btn-primary {
  background-color: #f9dd00;
  border: 0;
  color: #111;
}

.blog-meta .blog-meta-name:not(:last-child) {
  border-right: 2px solid #111;
  padding-right: 5px;
  margin-right: 5px;
}

.blog-detail .h1 {
  color: #f9dd00;
}

.news-btn {
  position: absolute;
  bottom: 0px;
  right: 15px;
}
