/****

*** ACCORDION v2***

****************/





.accordionItemWrapper {

    border-bottom: 1px solid var(--grayLight);

    padding: 5px 5px 15px 5px;

    margin-bottom: 20px;

}



.accordionItemWrapper  .accordionHeader {

    cursor: pointer;

    position: relative;
    padding-right: 50px;

}



.accordionItemWrapper  .accordionHeader h2,
.accordionItemWrapper  .accordionHeader h2 span {

    font-size: 1.250rem !important;

    line-height: 2.0rem;

    color: var(--black);

    padding: 0;
    margin: 0;
    font-weight: 500;
    padding-left: 10px;
    border-bottom: none;

}



.accordionItemWrapper  .accordionHeader span.openAccordion {

    position: absolute;

    right: 20px;

    padding: 0;

    margin: 0;

    top: 0px;

    z-index: 2;

}


.accordionItemWrapper  .accordionHeader span.openAccordion::after {
    content: '\0002B';
    color: var(--black);
    font-size: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    border: 1px solid var(--black);
    border-radius: 50%;
    padding: 5px 10px;
    line-height: 1.5rem;
}



.accordionItemWrapper  .accordionHeader.accordionActive span.openAccordion::after {
    content: '\2212';
    color: var(--black);
    font-size: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    border: 1px solid var(--black);
    border-radius: 50%;
    padding: 5px 10px;
    line-height: 1.5rem;
}

.accordionItemWrapper  .accordionItemWrapper {

    padding: 10px 0 20px 0;

    margin-bottom: 10px;

}



.accordionOpen .accordionContent {

    display: block;

    transition: .5s;

}



.accordionItemWrapper .accordionContent {

    display: none;

    padding-left: 20px;

    padding-bottom: 10px;

    padding-right: 20px;

    padding-top: 20px;

}

/****
*** ACCORDION ***
****************/

.accordion {
    margin-bottom: 10px;
    margin-left: 65px;
}

.accordion .accordionHeader {
    padding: 10px;
    margin: 0;
    position: relative;
    cursor: pointer;
    background-color: rgb(154, 157, 160)
}

.accordion .accordionHeader:hover,
.accordion .accordionHeader.accordionActive {
    background-color: var(--black);
}

.accordion .accordionHeader>span {
    position: absolute;
    right: 20px;
    padding: 0;
    margin: 0;
    top: 10px;
    z-index: 2;
}

.accordion .accordionHeader>span::after {
    content: '\0002B';
    color: rgb(255, 255, 255);
    font-size: 1em;
    padding: 0;
    cursor: pointer;
    font-weight: 600;
}

.accordion .accordionHeader.accordionActive > span::after {
    content: '\2212' !important;
    color: rgb(255, 255, 255);
    font-size: 1em;
    padding: 0;
    cursor: pointer;
    font-weight: 600;

}

.accordion .accordionHeader h4 span,
.accordion .accordionHeader h4 {
    font-size: 1.125rem;
    color: rgb(255, 255, 255);
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.accordion .accordionContent {
    display: none;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-top: 20px;
    border-bottom: 2px solid var(--black);
}

.accordion .accordionContent p {
    color: #272727;
    margin-top: 0;
}

/***
*** slider***
***********/
.slider-1 .swiper-slide img,
.slider-2 .swiper-slide img,
.slider-3 .swiper-slide img,
.slider-4 .swiper-slide img,
.slider-5 .swiper-slide img,
.slider-6 .swiper-slide img,
.slider-7 .swiper-slide img{
    width: 100% !important;
    height: auto !important;
}

/***
*** CARD auto***
***********/

.cardDeckAuto {
    display: inline-flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
    width: calc(100% + 20px);
}



.cardDeckAuto>* {
    margin: 20px 0 0 20px;
}



.cardDeck {
    --gap: 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: var(--gap);
    align-items: stretch;

}


.cardDeck.card-1 {
    --columns: 1;
}

.cardDeck.card-2 {
    --columns: 2;
}

.cardDeck.card-3 {
    --columns: 3;
}

.cardDeck.card-4 {
    --columns: 4;
}

.cardDeck.card-5 {
    --columns: 5;
}

.cardDeck.card-6 {
    --columns: 6;
}

.cardDeck .cardDownloadMediaArea,
.cardDeck .frame-layout-215,
.cardDeck .cardServiceCenter,
.cardDeck .cardProductOverview,
.cardDeck .cardSubProductOverview,
.cardDeck .cardTestemotional{

    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));

}

.cardTestemotional{
    background-image: url(../../../../../../fileadmin/user_upload/icons/allgemein/iconQuoat.jpg);
    padding-left: 35px;
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 40px 30px 0 30px;
    width: 100%;
    transition: .5s ease;
    width: 100%;
    margin: 0 0 0px 0;
    position: relative;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.6);
    border-radius: 5px;
}

.cardTestemotional p{
    font-size: 0.875rem !important;
}

.cardSubProductOverview{
    bottom: 0;
    width: 100%;
    transition: .5s ease;
    padding: 0 0 0px 0;
    width: 100%;
    margin: 0 0 0px 0;
    position: relative;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.6);
    border-radius: 5px;
    background-color: var(--grayDark);
    
}

.bgGrayDark .cardSubProductOverview {
 border: 1px solid var(--white);
}

.cardSubProductOverview a,
.cardSubProductOverview a:hover{
    display: block;
    text-decoration: none !important;
}

.cardSubProductOverview .productTitle{
    width: 100%;
    padding: 0px 30px;
    background-color: var(--grayDark);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    align-items: center;
    height: 100px;
}

.cardSubProductOverview .productTitle h3{
    font-size: 1.250rem;
    color: var(--white) !important;
    font-weight: 500;
    text-decoration: none;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.cardSubProductOverview .productImage{
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: var(--white);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardSubProductOverview .productImage img{
    width: auto;
    height: 100%;
}

.cardProductOverview{
    bottom: 0;
    width: 100%;
    transition: .5s ease;
    padding: 0 0 0px 0;
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.6);
    border-radius: 5px;
    background-color: var(--grayDark);
}

.bgGrayDark .cardProductOverview {
 border: 1px solid var(--white);
}

.cardProductOverview .productTitle{
    width: 100%;
    padding: 15px 30px;
    background-color: var(--white);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cardProductOverview .productTitle h3,
.cardProductOverview .productTitle h3 span{
    font-size: 1.250rem;
    color: var(--black) !important;
    font-weight: 500;
    text-decoration: none;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.cardProductOverview .productImage{
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: var(--white);
    display: flex;
    align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.cardProductOverview .productImage img{
    width: 100%;
    max-width: 100%;
    height: auto;

}

.cardProductOverview .productFooter{
    background-color: var(--grayDark);
    padding: 25px 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cardProductOverview .productFooter a{
    background-color: var(--white);
    border: 2px solid var(--white);;
    color: var(--grayDark) !important;
    padding: 5px 30px;
    font-size: 1.125rem;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
}

.cardProductOverview .productFooter a:hover{
    background-color: var(--grayDark);
    border: 2px solid var(--white);
    color: var(--white) !important;
    padding: 5px 30px;
    font-size: 1.125rem;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
}

/* Card ServiceCenter */
.cardServiceCenter{
    bottom: 0;
    width: 100%;
    transition: .5s ease;
    padding: 0 0 0px 0;
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
    background-color: var(--grayDark);
}

.cardServiceCenter .cardImage img{
    width: 100%;
    height: auto;
}

.cardServiceCenter .cardBody{
    padding: 10px 20px 0 20px ;
}

.cardServiceCenter .cardBody h3,
.cardServiceCenter .cardBody p,
.cardServiceCenter .cardBody a,
.cardServiceCenter .cardBody a:hover{
    color: var(--white) !important;
}

.cardServiceCenter .cardBody h3{
    text-decoration: none !important;
    font-size: 1.250rem;
    margin-top: 0 !important;
    margin-bottom: 15px;
    border-bottom: none !important;
}

.cardServiceCenter .cardBody a,
.cardServiceCenter .cardBody a:hover{
    font-size: 1rem;
    text-decoration: none;
    color: var(--white);
    line-height: 1.5;
}

.cardServiceCenter .cardBody a .material-symbols-outlined,
.cardServiceCenter .cardBody a:hover .material-symbols-outlined{
    font-size: 1rem;
    color: var(--white);
    vertical-align: bottom;
    padding-right: 10px;
    line-height: 1.5;
}

/* cardHighlight */
.frame-layout-215{
    width: 100%;
    transition: .5s ease;
    padding: 25px 15px 0px 15px;
    margin: 0 0 20px 0;
    position: relative;
    background-color: var(--white) !important;
}
.frame-layout-215 img{
    width: 100px;
    height: auto;
}
.frame-layout-215 p{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    font-family: 'Fira Sans';
    font-size: 1.25rem;
    font-weight: 500 !important;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--black) !important;
    text-rendering: optimizeLegibility;
}

.cardDownloadMediaArea{
    bottom: 0;
    width: 100%;
    transition: .5s ease;
    padding: 0 0 0px 0;
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
    border-bottom: 1px solid #272727;
}

.cardDownloadMediaArea a{
    display: block;
    text-decoration: none;
}

.cardDownloadMediaArea .cardDownloadImage{
    width: 100%;
    padding: 0;
    margin: 0;
}

.cardDownloadMediaArea .cardDownloadImage img{
    width: 100%;
    height: auto;
    
}

.cardDownloadMediaArea .cardDownloadTitle{
    width: 100%;
    padding: 10px 0 10px 0;
    margin: 0;
    text-align: center;
}
.cardDownloadMediaArea .cardDownloadTitle p{
    font-weight: 500;
    margin: 0 !important;
}

/***
*** Youtube Overlay ***
***********************/

.youtubeOverlay{
    width: 100%;
    margin: 0;
    padding: 30px 0 0 0;
    position: relative;
}

.youtubeOverlayInner{
    position: absolute;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.mfp-iframe-holder .mfp-content{
    max-width: 1200px;
}

.popup-youtube img{
    max-width: 100%;
    width: 100%;
    height: auto;
}


/***
  *** YOUTUBE EMBED ***
  ***************/

.video-embed-item {
    max-width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
*** Timeline *** /

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: var(--grayLight);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* timelineContainer around content */
.timelineContainer {
  position: relative;
  background-color: inherit;
  width: 50%;
}


/* The circles on the timeline */
.timelineContainer::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: var(--grayDark);
  border: 4px solid var(--white);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the timelineContainer to the left */
.left {
    left: 0;
    padding: 10px 30px 10px 0px;
}

/* Place the timelineContainer to the right */
.right {
  left: 50%;
  padding: 10px 0px 10px 30px;
}



/* Fix the circle for timelineContainers on the right side */
.right::after {
  left: -12px;
}

/* The actual content */
.content {
  padding: 0px 0px 0px 0px;
  background-color: var(--grayExtraExtraLight);
  border: 1px solid var(--grayDark);
  position: relative;
  border-radius: 6px;
}

.content .wrapper{
    display: flex;
    flex-wrap: wrap;
}

.content .contentText{
    padding: 10px 10px 0px 15px;
    width: 65%;
}

.content .contentText p{
    line-height: 1.3;
    font-size: 0.938rem;
}

.content .contentImage{
    padding: 0;
    width: 35%;
    display: flex;
}

.content .contentImage img{
    border-top-right-radius: 5px; 
    border-bottom-right-radius: 5px;
    width: 100%;
    height: auto;
}


.content h4,
.content p{
    color: var(--black) !important;
}


  /***
  ***** IconInfoProduct ****
  ************************/
  .iconInfoProduct {
    position: relative;
  }

.divIconPlus {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
}

.iconInfoProduct img {
    width: 100%;
    height: auto;
}

.iconPlusAnchor1{
    top: 6%;
    left: 4%;
}
.iconPlusAnchor2{
    top: 10%;
    left: 25%;
}
.iconPlusAnchor3{
    top: 15%;
    left: 23%;
}
.iconPlusAnchor4{
    top: 20%;
    left: 40%;
}
.iconPlusAnchor5{
    top: 48%;
    left: 77%;
}
.iconPlusAnchor6{
    top: 73%;
    left: 82%;
}
.iconPlusAnchor7{
    top: 83%;
    left: 45%;
}
.iconPlusAnchor8{
    top: 73%;
    left: 50%;
}
.iconPlusAnchor9{
    top: 79%;
    left: 30%;
}
.iconPlusAnchor10{
    top: 75%;
    left: 35%;
}

.iconPlusRope1{
    top: 5%;
    left: 28%;
}
.iconPlusRope2{
    top: 14%;
    left: 30%;
}
.iconPlusRope3{
    top: 25%;
    left: 38%;
}
.iconPlusRope4{
    top: 65%;
    left: 28%;
}
.iconPlusRope5{
    top: 60%;
    left: 62%;
}
.iconPlusRope6{
    top: 85%;
    left: 58%;
}
.iconPlusRope7{
    top: 85%;
    left: 75%;
}

.iconPlusFlip1{
    top: 12%;
    left: 7%;
}
.iconPlusFlip2{
    top: 18%;
    left: 15%;
}
.iconPlusFlip3{
    top: 38%;
    left: 18%;
}
.iconPlusFlip4{
    top: 81%;
    left: 68%;
}
.iconPlusFlip5{
    top: 31%;
    left: 32%;
}
.iconPlusFlip6{
    top: 30%;
    left: 57%;
}
.iconPlusFlip7{
    top: 40%;
    left: 55%;
}
.iconPlusFlip8{
    top: 50%;
    left: 58%;
}
.iconPlusFlip9{
    top: 70%;
    left: 85%;
}

/*****
*** form ***
***********/

form h2{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;

}

form .btn-primary,
form .btn-primary:hover {
    margin-top: 20px;
}

/***
*** Darstellung Tabellen  ab 2025***
****************************/

.tableSince2025{
	border-spacing: 0px;
	border-collapse: collapse;;
}

.tableSince2025 thead{
	background-color: rgb(174,174,174);
}

.tableSince2025 thead th:first-child,
.tableSince2025 thead td:first-child{
	background-color: rgb(174,174,174);
	border-right: 1px solid rgb(124,124,124);
}

.tableSince2025 .bgcNone{
    background-color: var(--white) !important;
}

.tableSince2025 thead th{
	text-align: center;
	padding: 5px 10px;
	font-size: 0.8125rem;
	color: var(--black);
	font-weight: 500;
}

.tableSince2025 thead td{
	text-align: center;
	padding: 5px 10px;
	font-size: 0.8125rem;
	color: var(--black);
	font-weight: 400;
}

.tableSince2025 tbody tr:nth-child(even) {
  background-color: rgb(174,174,174, 0.2);
}

.tableSince2025 tbody tr.bgcWhite {
  background-color: rgb(255,255,255) !important;
}

.tableSince2025 tbody tr.bgcGray{
    background-color: rgb(174,174,174, 0.2);
  }

.tableSince2025 tbody th{
	text-align: start;
	padding: 5px 5px;
	font-size: 0.8125rem;
	border-right: 1px solid rgb(124,124,124);
}

.tableSince2025 tbody th sub{
	font-size: 0.8125rem;
}

.tableSince2025 tbody td{
	text-align: center;
	padding: 5px 15px;
	font-size: 0.8125rem;
}

.tableSince2025 tbody td .imgInLine{
	max-width: 35px !important;
    height: auto !important;
    display: inline-block;
    float: unset !important;
}

.tableSince2025 tbody td .imgInRow{
	max-width: 150px !important;
    height: auto !important;
    display: inline-block;
    float: unset !important;
}

.tableSince2025 td .imgCellWinkel,
.tableSince2025 th .imgCellWinkel{
	max-width: 65px !important;
    height: auto !important;
    display: inline-block;
    float: unset !important;
}

.tableSince2025 thead th .imgNewHeader{
    width: auto;
    max-height: 65px;
    display: block;
}

.tableSince2025 thead .imgHeaderBoot{
    max-width: 150px;
    height: auto;
}

.tableSince2025 tbody .imgInRowBoot{
    max-height: 100px;
    width: auto;
}

.tableSince2025 thead .paddingImgHeader{
    padding: 0 10px 0 0 !important;
}

.tableSince2025 thead .paddingImgHeaderRight{
    padding: 0 0px 0 10px !important;
}

.tableSince2025 tbody td .imgNew{
    width: auto;
    max-height: 20px;
}

.tableSince2025 .borderBottom{
	border-bottom: 1px solid rgb(124,124,124);
}

.tableSince2025 .borderLeftRight{
	border-left: 1px solid rgb(124,124,124);
	border-right: 1px solid rgb(124,124,124);
}

.tableSince2025.borderAll{
    border: 1px solid rgb(124,124,124);
}

.tableSince2025 .borderRight{
	border-right: 1px solid rgb(124,124,124);
}

.tableSince2025 .borderBottomNone{
	border-bottom: 1px solid transparent !important;
}

.tableSince2025 .borderRightNone{
	border-right: 1px solid transparent !important;
}

.tableSince2025 .borderLeftNone{
	border-left: 1px solid transparent !important;
}

.tableSince2025 .textStart{
    text-align: start !important;
}

.tableSince2025 .textEnd{
    text-align: end !important;
}

.tableSince2025 .textCenter{
    text-align: center !important;
}

.tableSince2025 .paddingNone{
    padding: 0 !important;
}

.tableSince2025 .width10px{
    width: 10px !important;
}

.tableSince2025 .width150px{
    min-width: 150px !important;
}

