/*
Theme Name: metallwelt
Theme URI: https://metallwelt.eu
Author: internetgestalten.de 
Author URI: https://internetgestalten.de
Version: 1.0.0
Description: Wordpress Theme - Metallwelt Relaunch 2025
*/

@import 'css/fonts.css';

:root{
    --black:#000;
    --black-50:rgba(0, 0, 0, 0.5);
    --white:#fff;
    --transparent:#0000;
    --primary:#e57200;
    --dark:#808080;
    --secondary:#EDEDED;
    --gray:#B7B7B7
}

*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}
body{font-family:'Klavika Basic',sans-serif;font-weight:400;font-display:swap}

:focus{outline:0;box-shadow:none!important}

/* typography css  */

 main section h1 {
	font-weight: 500;
	font-size: 75px;
	line-height: 110%;
	color: var(--color_black);
	margin-bottom: 50px;
}

main section h2 {
	font-weight: 500;
	font-size: 65px;
	line-height: 110%;
	color: var(--color_black);
	margin-bottom: 35px;
}
main section .item-content h2 {
  font-size: 2em;
}

main section h3 {
	font-weight: 500;
	font-size: 41px;
	line-height: 110%;
	color: var(--color_black);
	margin-bottom: .3em;
}

main section h4 {
	font-weight: 500;
	font-size: 35px;
	line-height: 110%;
	color: var(--color_black);
	margin-bottom: 25px;
}

main section h5 {
	font-weight: 500;
	font-size: 28px;
	line-height: 110%;
	color: var(--color_black);
	margin-bottom: 20px;
}

main section h6 {
	font-weight: 500;
	font-size: 26px;
	line-height: 110%;
	color: var(--color_black);
	margin-bottom: 20px;
}

 main section  p {
   font-size: 19px;
   line-height: 1.3em;
   font-weight: 400;
	color: var(--color_black);
    margin-bottom: 20px;
}

 strong {
    font-weight: bold;
}

 main section  ul {
    font-weight: 400;
	font-size: 19px;
	line-height: 110%;
	color: var(--color_black);
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

 main section  ol {
    font-weight: 400;
	font-size: 19px;
	line-height: 110%;
	color: var(--color_black);
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 20px ;
}

 main section  ul ul,
 main section  ol ol {
    list-style-type: square;
    margin-top: 10px;
	margin-bottom: 10px;
}
 main section  ol ul,
 main section  ul ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

 main section  a {
    text-decoration: underline;
    font-weight: 500;
	font-size: 19px;
	line-height: 110%;
	color: var(--color_black);
    margin-bottom: 20px;
}

 main section  a:hover {
    color: var(--primary);
}

 pre {
    font-weight: 400;
	font-size: 19px;
	line-height: 110%;
	color: var(--color_black);
    margin-bottom: 20px;
}

 blockquote {
    padding-left: 20px;
    border-left: 5px solid var(--primary);
    margin-bottom: 20px;
}

/* typography css  */


:focus {
  outline: 0;
  box-shadow: none !important
}

.max-width-base {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto
}

.max-width-lg {
  max-width: calc(1620px + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto
}

.btn {
  padding: 15px 40px;
  border: 0;
  display: block;
  width: fit-content;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  transform: all .3s ease-in-out;
  -webkit-transform: all .3s ease-in-out;
  -moz-transform: all .3s ease-in-out;
  -ms-transform: all .3s ease-in-out;
  -o-transform: all .3s ease-in-out;
  cursor: pointer;
  text-decoration: none;

}



.btn-primary {
  background-color: var(--primary);
  color: var(--white);
  transition: all .2s ease-in-out;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: var(--black);
  color: var(--white)
}

.btn-dark {
  background-color: var(--black);
  color: var(--primary)
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  background-color: var(--white);
  color: var(--primary)
}

.btn-hover-white:active,
.btn-hover-white:focus,
.btn-hover-white:hover {
  background-color: var(--white);
  color: var(--black)
}

.header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  padding: 40px 0;
  background-color: var(--white);
  z-index: 9
}

.header a {
  text-decoration: none;
}

.header .header-inner {
  display: flex;
  align-items: center
}

.header .header-logo img {
  max-width: 39px
}

.header .header-logo a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 45px;
  color: var(--black);
  font-weight: 500;
  margin-right: 46px
}

.header .header-menu {
  display: block
}

.header .header-menu ul {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
}

.header .header-menu ul li a {
  font-size: 22px;
  line-height: 26px;
  color: var(--black);
  font-weight: 500;
  list-style: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out
}



.header .header-menu ul li.current-menu-item a,
.header .header-menu ul li a:active,
.header .header-menu ul li a:focus,
.header .header-menu ul li a:hover {
  color: var(--primary);
}

.header .navbar-toggler {
  display: none;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: var(--primary);
  padding: 0;
  box-shadow: none !important;
  border: none;
  cursor: pointer;
}

.header .navbar-toggler .hamburger {
  width: 18px;
  height: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: space-between
}

.header .navbar-toggler .hamburger-toggle {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.header .navbar-toggler .hamburger span {
  width: 100%;
  height: 2px;
  background-color: var(--white);
  position: relative;
  transition: .4s;
}

.header .navbar-toggler .hamburger span:first-child {
  top: 7px;
  transform: rotate(45deg);
}

.header .navbar-toggler .hamburger span:nth-child(2) {
  opacity: 0;
}

.header .navbar-toggler .hamburger span:last-child {
  margin: 0;
  top: -7px;
  transform: rotate(-45deg);
}

.header .navbar-toggler.collapsed .hamburger span {
  opacity: 1 !important;
  top: auto !important;
  transform: none !important;
}

.home-banner a {
  text-decoration: none;
}

.home-banner .home-banner-inner {
  background-size: cover;
  background-position: center;
  padding: 360px 40px 80px;
  height: 70vh;
}

.home-banner .home-banner-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 30%);
  z-index: 1;
}

.home-banner-item {
  z-index: 2;
  position: relative;
}

.home-banner-item.rechts {
  text-align: right;
  padding-right: 2em;
}

.home-banner .home-banner-inner .home-banner-item h3 {
  font-size: 80px;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 10px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.38);
}

.home-banner .home-banner-inner .home-banner-item p {
  font-size: 38px;
  color: var(--white)
}

.home-banner .home-banner-content {
  padding: 16px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 12px 0 0;
}
.home-banner.nobanner .home-banner-content {
  border-radius: 12px;
}



.home-banner .home-banner-content ul {
  display: flex;
  align-items: center;
  gap: 38px;
  list-style: none;
  margin: 0;
}

.home-banner .home-banner-content ul li {
  color: var(--white);
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  list-style: none;
}

.home-banner .home-banner-content ul li a {
  color: var(--white);
  font-size: 22px;
  line-height: 26px;
  font-weight: 500
}

.home-banner .home-banner-content ul li a:hover {
  text-decoration: underline !important
}

.home-banner .home-banner-slider {
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  max-height: 70vh;
}

.home-banner .home-banner-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%)
}

.home-banner .home-banner-slider .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center
}

.home-banner .home-banner-slider .slick-dots li button {
  font-size: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: var(--gray);
  border: 1px solid var(--white);
  cursor: pointer
}

.home-banner .home-banner-slider .slick-dots li.slick-active button {
  border: 2px solid var(--white);
  background-color: var(--primary);
  width: 24px;
  height: 24px
}

.metallwelt {
  padding: 84px 0 54px
}

.metallwelt .heading .title * {
  font-size: 65px;
  line-height: 70px;
  color: var(--dark);
  font-weight: 500;
  text-align: center
}

.metallwelt .heading .disc * {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  color: var(--dark);
  text-align: center;
  margin-bottom: 80px
}

.metallwelt .metallwelt-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px
}

.metallwelt .metallwelt-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px
}

.metallwelt .metallwelt-content .metallwelt-content-item {
  display: flex;
  flex-direction: column;
  max-width: calc(33.33% - 20px);
  overflow: hidden;
  border-radius: 24px;
}

.metallwelt .metallwelt-content .metallwelt-content-item .image {
  width: 100%;
  height: 264px;
  max-height: 264px;
  position: relative;
}

.metallwelt .metallwelt-content .metallwelt-content-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.metallwelt .metallwelt-content .metallwelt-content-item .item-content {
  padding: 24px 30px 42px;
  background-color: var(--secondary);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.metallwelt .metallwelt-content .metallwelt-content-item .item-content .title  {
  font-size: 45px;
  line-height: 54px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 15px
}

/* team */

.metallwelt .metallwelt-content.team .metallwelt-content-item .image {
  height: 600px;
  max-height: none;
  background-color: #fff;
}


.metallwelt .metallwelt-content.team .metallwelt-content-item img {
  width: 80%;
  margin-left: 10%;
}

.metallwelt .metallwelt-content.team .metallwelt-content-item .item-content .title {
  text-align: center;
}

.metallwelt .metallwelt-content.team .metallwelt-content-item .item-content span {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
.metallwelt .metallwelt-content.team .metallwelt-content-item .item-content span img {
  width: 26px;
  height: 26px;
  margin: 0 5px;
}
.metallwelt .metallwelt-content.team .metallwelt-content-item .item-content span img:hover {
  opacity: .6;
}

.metallwelt .metallwelt-content.team .metallwelt-content-item .item-content .title h3 {
  font-size: .5em;
  margin-bottom: 0;
}

.metallwelt .metallwelt-content.team .metallwelt-content-item .item-content p {
  font-size: 1.1em;
}
.metallwelt .metallwelt-content.team .metallwelt-content-item .item-content .center {
  margin-bottom: 1em;
    min-height: 7em;
}

.metallwelt .metallwelt-content.team .metallwelt-content-item .item-content .center p {
  font-size: 1em;
  text-align: center;
  color: #e57200;
  margin-bottom: 10px;
}



.metallwelt .metallwelt-content.team .metallwelt-content-item {
  border: 1px solid #bbb;
  background-color: #ebebeb;
}

.img-stack {
    width: 100%;
    height: auto;
}

.img-stack img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease-in-out;
}

.img-hover {
    opacity: 0;
    z-index: 2;
}

.img-stack:hover .img-hover {
    opacity: 1;
}

.img-stack:hover .img-default {
    opacity: 0;
}


.metallwelt .metallwelt-content .metallwelt-content-item .item-content .disc * {
  font-size: 19px;
  color: var(--dark);
  font-weight: 400;
  margin-bottom: 15px
}

.metallwelt .metallwelt-content .metallwelt-content-item .item-content .btn-container {
  margin-top: auto;
  padding-top: 1em;
}

.technology {
  padding: 54px 0 54px
}

.technology .technology-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 30px
}

.technology .technology-content .technology-content-item {
  max-width: calc(50% - 15px)
}

.technology .technology-content.count-3 .technology-content-item {
  max-width: calc(32.8% - 15px)
}

.technology .technology-content.count-4 .technology-content-item {
  max-width: calc(24.3% - 15px)
}

.technology .technology-content .technology-content-item .image {
  width: 100%;
  height: 294px;
  max-height: 294px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px
}

.technology .technology-content .technology-content-item .image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.technology .technology-content .technology-content-item .image::before {
  content: "";
  position: absolute
}

.technology .technology-content .technology-content-item .title h2 {
  font-size: 45px;
  line-height: 54px;
  color: var(--dark);
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center
}

.technology .technology-content.count-3 .technology-content-item .title h2,
.technology .technology-content.count-4 .technology-content-item .title h2 {
  font-size: 30px;
  line-height: 1.5em;
}

.technology .technology-content .technology-content-item .item-content {
  padding: 30px
}

.technology .technology-content .technology-content-item .item-content p {
  font-size: 19px;
  line-height: 24px;
  color: var(--black);
  font-weight: 400;
  margin-bottom: 30px
}

.technology .technology-content .technology-content-item .item-content p strong {
  color: var(--primary)
}

.technology .technology-content .technology-content-item .item-content a {
  color: var(--primary);
  font-size: 19px;
  line-height: 24px;
  font-weight: 400
}

.technology .technology-content .technology-content-item .item-content a:active,
.technology .technology-content .technology-content-item .item-content a:focus,
.technology .technology-content .technology-content-item .item-content a:hover {
  text-decoration: underline !important
}

.features {
  padding: 50px 0 58px
}

.features .features-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.features .features-inner .features-item {
  flex: 1 0 0;
  padding: 0 30px 30px;
  border: 4px solid var(--primary);
  border-radius: 24px;
  /* alternativ
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  */
}

.features .features-inner .features-item .image {
  max-width: 97px;
  max-height: 97px;
  position: relative;
  margin: -46px auto 35px
}

.features .features-inner .features-item .image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.features .features-inner .features-item .item-content h4 {
  font-size: 35px;
  line-height: 50px;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center
}

.features .features-inner .features-item .item-content p {
  font-size: 19px;
  line-height: 24px;
  color: var(--black);
  font-weight: 400;
  text-align: center
}

/* About Us Start */
.about-us .about-us-inner {
  display: flex;
  flex-direction: column;
  gap: 60px
}

.about-us .about-us-inner .about-us-item:nth-child(odd) {
  flex-direction: row;
}

.about-us .about-us-inner .about-us-item:nth-child(even) {
  flex-direction: row-reverse;
}

.about-us.text .about-us-inner .about-us-item:nth-child(even) {
  flex-direction: row;
}


.about-us .about-us-inner .about-us-item {
  display: flex;
  gap: 60px;
  margin-bottom: 2em;
}

.about-us .about-us-inner .about-us-item div {
  flex: 1 0 calc(50% - 30px);
}

.about-us .about-us-inner .about-us-item .item-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  max-height: 500px;
/*   border: 1px solid #bbb; */
}

.about-us .about-us-inner .about-us-item .item-image figure {
  height: 100%;
  min-height: 400px;
}
.about-us .about-us-inner .about-us-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-us .about-us-inner .about-us-item .item-content .title h1  {
  font-size: 3.2em;
  line-height: 1.2em;
  color: var(--dark);
  font-weight: 500;
  margin-bottom: .5em;
}

.about-us .about-us-inner .about-us-item .item-content .disc {
  margin-bottom: 30px;
  max-width: 90%;
}



.about-us .about-us-inner .about-us-item .item-content .disc *:last-child {
  margin-bottom: 0;
}

.about-us .about-us-inner .about-us-item .item-content .action a {
  color: var(--primary);
  width: fit-content;
  display: block;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.about-us .about-us-inner .about-us-item .item-content .action a:active,
.about-us .about-us-inner .about-us-item .item-content .action a:focus,
.about-us .about-us-inner .about-us-item .item-content .action a:hover {
  text-decoration: underline !important
}



/* accordion css start */

.accordion-main {
  padding: 2em 0 4em 0;
}

.accordion {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--primary);

}

.accordion-item-block {
  border-bottom: 1px solid var(--primary);
}

.accordion header {
  display: flex;
  align-items: center;
  font-size: 45px;
  line-height: 54px;
  color: var(--black);
  font-weight: 500;
  padding: 40px 0 ;
  font-size: 45px;
  cursor: pointer;
  margin-bottom: 2px;
}

.accordion-btn {
  margin-right: 10px;
}

.accordion .content {
  width: 100%;
  display: none;
  padding: 10px 0;
  background: transparent;
  margin-bottom: 5px;
  max-height: 100%;
  overflow: auto;
}

.accordion-inner-content {
  display: flex;
  align-items: center;
  gap: 35px;
  flex: 1 0 0;
}

.accordion-inner-content .details * {
  color: var(--black);
}

.accordion-inner-content .details {
  flex: 1 0 0;
}

.accordion-inner-content .details .details-block {
  max-width: 94%;
  margin-bottom: 25px;
}

.accordion-inner-content .details .details-block h5,
.accordion-inner-content .details .details-block p{
  margin-bottom: 0px;
}

.accordion-inner-content .details .details-block ul {
  list-style-type: disc !important;
  padding-left: 20px !important;
}

.accordion-right {
  flex: 1 0 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}

.accordion-image.image {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background-size: contain;
  border: 1px solid #bbb;
}

.accordion-image.video {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 Seitenverhältnis */
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #bbb;
}

.accordion-image.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* oder contain, je nach gewünschtem Verhalten */
  border-radius: inherit;
}

.accordion-right .send-btn {
  width: 100%;
  max-width: fit-content;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 35px;
  color: var(--primary);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.accordion-right .send-btn:hover {
  color: var(--black);
}

.accordion-right .send-btn:hover .btn-icon {
  background: var(--black);
}

.accordion-right .send-btn .btn-icon{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.accordion-right .send-btn svg {
  width: 44px;
  height: 44px;
  padding: 8px;
  fill: var(--white);
  border: 4px solid var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .content {
  display: block;
}

/* accordion css end */

section {
  padding: 2em 0 4em;
}

section.home-banner {
  margin: 0;
}

/* ========== Wall Connection CSS Start ========== */
.wall-connection * { word-break: break-word; }
.wall-connection .wall-connection-content { padding: 0; display: flex; flex-direction: column;}
.wall-connection .wall-connection-item { display: flex; justify-content: space-between; gap: 60px;  margin-bottom: 70px;}

.wall-connection .wall-connection-item.reverse { 
  flex-direction: row-reverse;
} 

.wall-connection .wall-connection-item >* { max-width: 100%; width: 100%; }

.produkt-list li {
  margin-bottom: .5em;
}

.wall-connection .image-content .img-container { height: 450px; width: 100%; border-radius: 20px; overflow: hidden; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border: 1px solid #bbb;}
.wall-connection .image-content .img-container > img { height: 100%; width: 100%; object-fit: cover; object-position: center; }

.wall-connection .text-content { display: flex; flex-direction: column; align-items: start; }

.wall-connection .text-content-main { width: 100%; }
main section .wall-connection .text-content-main ul.produkt-list { padding-left: 1em; }

.wall-connection .text-content .heading { margin-bottom: 40px; }

.wall-connection .text-content .title * { font-size: 45px; font-weight: 700; }
.wall-connection .text-content .title { margin-bottom: 20px; }

.wall-connection .text-content .desc * { font-size: 19px; font-weight: 700; }

.wall-connection .details-list { list-style: none; padding: 0; margin: 0;  width: 100%; }

.wall-connection .details-item { display: flex; justify-content: start; padding: 7px 0; border-bottom: 1px solid #bbbbbb; width: 100%; }

.wall-connection .details-item:last-child { border-bottom: none; }

.wall-connection .detail-name { max-width: 190px; width: 100%; margin-right: 16px; }
.wall-connection .detail-name * { color: #060606; font-weight: 700; font-size: 19px; }

.wall-connection .detail-desc { max-width: 320px; width: 100%; }
.wall-connection .detail-desc * { color: #060606; font-size: 19px;  }

.wall-connection .back-button {
  display: block;
  position: absolute;
  border: none;
  background: none;
  padding: 1em 0;
}
.wall-connection .back-button img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  transition: opacity .15s ease-in-out;
}
.wall-connection .back-button:hover img {
  opacity: .7;
}


.quellen > div {
  display: flex;
  flex-wrap: wrap;
}

.partner {
  flex: 1 1 calc(25% - 20px);
  display: flex;
  flex-direction: column;
  max-width: calc(25% - 20px);
  margin-bottom: 3em;
}

.partner a,
.partner img {
  display: flex;
  align-items: center;
  width: 100%;
}

.partner img {
  width: auto;
  max-width: 100%;
  max-height: 60px;
  margin-bottom: 10px;
  filter: grayscale(100%);
  transition: filter .15s ease-in-out;
}

.partner p {
  margin: 0;
  text-align: left;
  width: 100%;
}

.partner a:hover img {
  filter: none;
}







.footer .footer-inner {
  overflow: hidden;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px
}

.footer .top-footer {
  padding: 60px 90px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: space-between
}

.footer .top-footer .title {
  width: 100%
}

.footer .top-footer .title * {
  font-size: 35px;
  line-height: 50px;
  color: var(--black);
  font-weight: 500
}

.footer .top-footer .action {
  display: flex;
  align-items: center;
  gap: 146px;
  width: 100%
}

.footer .top-footer .action form {
  width: 100%
}

.footer .top-footer .action form .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  border: 1px solid #000;
}


.footer .top-footer .action .email-text {
  font-size: 25px;
  line-height: 30px;
  color: var(--black);
  font-weight: 700 !important;
  border: 0;
  max-width: 385px;
  width: 100%;
  background-color: var(--transparent)
}

.footer .top-footer .action .email-text {
  padding-left: .5em;
}

.footer .top-footer .action .email-text::placeholder {
  color: #333;
  opacity: .7;
  font-weight: normal;
}

.footer .top-footer .action .link:active,
.footer .top-footer .action .link:focus,
.footer .top-footer .action .link:hover {
  text-decoration: underline !important
}

.footer .footer-content {
  padding: 62px 90px 30px;
  background-color: var(--black);
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 40px
}

.footer .footer-content .footer-content-item {
  flex: 1 0 0
}

.footer .footer-content .footer-content-item .title * {
  font-size: 22px;
  line-height: 40px;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 16px
}

.footer .footer-content .footer-content-item ul {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.footer .footer-content .footer-content-item ul li a {
  font-size: 22px;
  line-height: 1.4em;
  color: var(--gray);
  font-weight: 500;
  text-decoration: none;
}


.footer .footer-content .footer-content-item .current-menu-item a {
  color: #fff;
}
.footer .footer-content .footer-content-item ul li a:active,
.footer .footer-content .footer-content-item ul li a:focus,
.footer .footer-content .footer-content-item ul li a:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer .bottom-footer {
  border-top: 1px solid var(--primary);
  padding: 28px 90px;
  background-color: var(--black)
}

.footer .bottom-footer .bottom-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px
}

.footer .bottom-footer .bottom-footer-inner p {
  font-size: 22px;
  line-height: 40px;
  color: var(--white);
  font-weight: 500
}

.footer .bottom-footer .bottom-footer-inner a * {
  width: 40px;
  height: 40px
}

.footer .bottom-footer .bottom-footer-inner a:active,
.footer .bottom-footer .bottom-footer-inner a:focus,
.footer .bottom-footer .bottom-footer-inner a:hover {
  filter: invert(1) brightness(100);
  -webkit-filter: invert(1) brightness(100)
}

.footer .copyright {
  padding: 24px;
  background-color: var(--white);
  text-align: center
}

.footer .copyright p {
  font-size: 24px;
  line-height: 30px;
  color: var(--black);
  font-weight: 500
}



.notfound {
  min-height: 50vh;
  padding: 3em 0;
}


@media (max-width:1480px){

  .technology .technology-content.count-4 .technology-content-item {
    max-width: calc(50% - 15px)
  }
}


@media (max-width:1440px){
  .header{padding:24px 0}
  .header .header-logo a{gap:10px;font-size:35px;line-height:70px;margin-right:36px}
  .header .header-menu ul{gap:18px}
  .home-banner .home-banner-inner{padding:346px 20px 80px}
  .home-banner .home-banner-inner .home-banner-item h3{font-size:60px}
  .home-banner .home-banner-inner .home-banner-item p{font-size:30px}
  .metallwelt .heading .title *{font-size:55px;line-height:60px}
  .metallwelt .metallwelt-content .metallwelt-content-item .item-content{padding:24px 24px 24px}
  .metallwelt .metallwelt-content .metallwelt-content-item .item-content .title *{font-size:40px;line-height:50px}
  .metallwelt .metallwelt-content .metallwelt-content-item .item-content .disc *{font-size:18px;line-height:22px}
  .technology .technology-content .technology-content-item .title *{font-size:36px;line-height:46px;margin-bottom:25px}
  .features .features-inner .features-item{padding:0 24px 24px}
  .features .features-inner .features-item .image{max-width:87px;max-height:87px;margin:-46px auto 14px}
  .features .features-inner .features-item .item-content h4{font-size:32px;line-height:46px;margin-bottom:15px}
  .features .features-inner .features-item .item-content p{font-size:18px;line-height:23px}
  .footer .top-footer{padding:40px 40px}
  .footer .top-footer .title *{font-size:30px;line-height:45px}
  .footer .top-footer .action{gap:56px}
  .footer .footer-content{padding:40px 40px 30px;gap:30px}
  .footer .bottom-footer{padding:24px 40px}
  .footer .bottom-footer .bottom-footer-inner{gap:30px}
  }

  @media (max-width:1200px){
  .home-banner .home-banner-inner{padding:300px 20px 80px}
  .metallwelt .metallwelt-content .metallwelt-content-item .image{height:224px;max-height:224px}

.about-us .about-us-inner .about-us-item .item-content .title h1 {
  font-size: 2.4em;
}

  }


  @media (max-width:991px){
     .technology .technology-content.count-3 .technology-content-item {
      max-width:100%;flex:0 0 100%
    }
  }
  
  @media (max-width:991px){
  .btn{padding:12px 36px}
  .header{padding:6px 0}
  .header .header-inner{justify-content:space-between}
  .header .header-logo,.header .navbar-toggler{position:relative;z-index:2}
  .header .header-menu{padding:80px 20px 20px;position:fixed;background:var(--white);top:0;left:100%;height:100%;right:0;z-index:1;width:100%;transition:all .3s ease-in-out}
  .header .header-menu.active{left:0}
  .header .header-menu ul li{width:100%}
  .header .header-menu ul li a{padding:14px 0!important;display:block;border-bottom:1px solid var(--secondary);width:100%;font-size:20px}
  .header .header-menu ul li:last-child a{border-bottom:none}
  .header .header-menu ul{align-items:flex-start;flex-direction:column;gap:0}
  .header .navbar-toggler{display:block}
  .header .header-logo a{gap:10px;font-size:30px;line-height:56px;margin-right:16px}

  .home-banner .home-banner-inner{padding:246px 20px 80px}
  .home-banner .home-banner-inner .home-banner-item h3{font-size:40px;margin-bottom:4px}
  .home-banner .home-banner-inner .home-banner-item p{font-size:20px}
  .home-banner .home-banner-slider .slick-dots li button{width:14px;height:14px}
  .home-banner .home-banner-slider .slick-dots li.slick-active button{width:18px;height:18px}
  .home-banner .home-banner-content ul{gap:20px;flex-wrap:wrap;row-gap:5px;justify-content:center;text-align:center}

  .metallwelt{padding:60px 0 30px}
  .metallwelt .heading .title *{font-size:40px;line-height:50px}
  .metallwelt .heading .disc *{font-size:20px;line-height:25px;margin-bottom:30px}
  .metallwelt .metallwelt-content{flex-wrap:wrap}
  .metallwelt .metallwelt-content .metallwelt-content-item{max-width:100%;flex:0 0 calc(50% - 15px)}
  .metallwelt .metallwelt-content .metallwelt-content-item .image{height:194px;max-height:194px}
  .metallwelt .metallwelt-content .metallwelt-content-item .item-content{padding:24px 24px 24px;min-height:unset; }
  .metallwelt .metallwelt-content .metallwelt-content-item .item-content .title *{font-size:25px;line-height:30px;margin-bottom:12px}
  .metallwelt .metallwelt-content .metallwelt-content-item .item-content .disc *{font-size:16px;line-height:22px}
  .metallwelt .metallwelt-content .metallwelt-content-item .item-content .btn-container{margin-top:16px}
  .metallwelt .metallwelt-content{gap:20px}

  .technology{padding:30px 0 30px}
  .technology .technology-content{gap:20px}
  .technology .technology-content .technology-content-item .title *{font-size:30px;line-height:35px}
  .technology .technology-content .technology-content-item .image{height:204px;max-height:204px}
  .technology .technology-content .technology-content-item .item-content{padding:24px}
  .technology .technology-content .technology-content-item .item-content p{font-size:16px;line-height:22px;margin-bottom:16px}

  .features{padding:30px 0 60px}
  .features .features-inner{gap:20px}
  .features .features-inner .features-item .image{max-width:77px;max-height:77px;margin:-40px auto 10px}
  .features .features-inner .features-item .item-content h4{font-size:26px;line-height:30px;margin-bottom:10px}
  .features .features-inner .features-item .item-content p{font-size:16px;line-height:21px}
  .features .features-inner{flex-wrap:wrap;row-gap:50px}
  .features .features-inner .features-item{flex:0 0 calc(50% - 10px)}

  .footer .top-footer{padding:20px 20px;flex-direction:column}
  .footer .top-footer .title *{font-size:24px;line-height:30px;margin-bottom:16px;text-align:center}
  .footer .top-footer .action form .form-group{justify-content:space-between;}
  .footer .top-footer .action{gap:20px;flex-wrap:wrap}
  .footer .top-footer .action .email-text{font-size:22px;line-height:26px}
  .footer .footer-content{flex-wrap:wrap;gap:20px;row-gap:50px}
  .footer .footer-content .footer-content-item{flex:0 0 calc(50% - 10px)}
  .footer .footer-content .footer-content-item .title *{font-size:20px;line-height:24px}
  .footer .footer-content .footer-content-item ul{gap:10px}
  .footer .footer-content .footer-content-item ul li a{font-size:18px;line-height:23px}
  .footer .bottom-footer{padding:20px 24px}
  .footer .bottom-footer .bottom-footer-inner{gap:10px;flex-wrap:wrap}
  .footer .bottom-footer .bottom-footer-inner>:first-child{display:block!important;width:100%;text-align:center}
  .footer .bottom-footer .bottom-footer-inner a *{width:30px;height:30px}
  .footer .copyright{padding:20px 0}
  .footer .copyright p{font-size:18px;line-height:23px}
  }


  @media (max-width:960px){

    .accordion-item-block .accordion-inner-content {
      flex-direction: column;
    }

    .accordion-item-block .accordion-inner-content .accordion-right {
      flex: unset;

      display: block;
    }

  }


  @media (max-width:840px){

    .wall-connection .wall-connection-item.reverse,
    .wall-connection .wall-connection-item {
      flex-direction: column;
    }

    .wall-connection .text-content .heading {
      margin-bottom: 0;
    }

  }
  

  @media (max-width:767px){
  .home-banner .home-banner-content{padding:10px}
  .home-banner .home-banner-content ul li a{font-size:20px;line-height:25px}
  .home-banner .home-banner-inner{padding:226px 20px 60px}
  .home-banner .home-banner-inner .home-banner-item h3{font-size:30px;margin-bottom:4px}
  .home-banner .home-banner-inner .home-banner-item p{font-size:18px}
  .metallwelt{padding:40px 0 20px}
  .metallwelt .heading .title *{font-size:30px;line-height:35px;margin-bottom:4px}
  .technology{padding:20px 0 30px}
  .technology .technology-content .technology-content-item .title *{font-size:25px;line-height:30px}
  .technology .technology-content .technology-content-item .item-content{padding:24px 0}
  .features{padding:20px 0 40px}
  .features .features-inner .features-item .image{max-width:67px;max-height:67px;margin:-30px auto 10px}
  .features .features-inner .features-item .item-content h4{font-size:22px;line-height:26px;margin-bottom:8px}
  .features .features-inner .features-item .item-content p{font-size:16px;line-height:18px}
  .features .features-inner{flex-wrap:wrap;row-gap:35px}
  .footer .top-footer .title *{font-size:22px;line-height:26px;margin-bottom:16px}
  .footer .top-footer .action .email-text{font-size:18px;line-height:23px}
  .footer .top-footer .action .email-text{max-width:245px}
  .footer .bottom-footer .bottom-footer-inner p{font-size:20px;line-height:25px}
  .footer .footer-content{gap:20px;row-gap:40px}
  .footer .bottom-footer .bottom-footer-inner a *{width:25px;height:25px}


    .about-us .about-us-inner .about-us-item:nth-child(2n+1) {
      flex-direction: column;
    }

  }


  @media (max-width:680px){
     .technology .technology-content.count-4 .technology-content-item,
     .technology .technology-content .technology-content-item{
      max-width:100%;flex:0 0 100%
    }
  }

  @media (max-width:575px){
  .metallwelt .metallwelt-content .metallwelt-content-item{max-width:100%;flex:0 0 100%}
  .technology .technology-content{flex-wrap:wrap;row-gap:20px}

  .technology .technology-content .technology-content-item .item-content{padding:20px 0}
  .technology .technology-content .technology-content-item .title *{margin-bottom:20px}
  .features .features-inner{row-gap:40px}
  .features .features-inner .features-item{flex:0 0 100%}
  .footer .top-footer .title *{font-size:22px;line-height:26px;margin-bottom:10px}
  .footer .top-footer .action .email-text{font-size:18px;line-height:23px}
  .footer .top-footer .action{flex-direction:column;gap:12px}
  .footer .top-footer .action form .form-group{flex-direction:column}
  .footer .top-footer .action .email-text{ text-align:center; padding: 10px; border: 1px solid #111; }
  .footer .footer-content .footer-content-item{flex:0 0 100%;text-align:center}

  .footer .top-footer .action form .form-group {
    border: none;
  }

  }


.awmp-map span {
  background: #E57200;
  color: #fff !important;
  padding: 10px 2em;
  margin: 10px 0;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
}