<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.accordeon{
    width: 100%;
}

.accordeonWrap{
    width: 80%;
    margin: 0 auto;
}

.accordeonItem{
    background-color: #f0f0f0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    font-weight: 600;
    clear: both;
}

.answer{
    background-color: white;
    display: none;
}



.answer p{
    font-weight: lighter;
    max-width:90%;
}

.accordeonItem img{
    float: right;
}

.accordeonItem::after{
    width: 0px;
    height: 0px;
    transform:rotate(180deg);
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FFF transparent;
content: "";
float: right;
position: relative;
left: 30px;
top: 8px;
}


.accordeonItem.changed::after{
    width: 0px;
    height: 0px;
    transform:rotate(360deg);
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FFF transparent;
content: "";
float: right;
position: relative;
left: 30px;
top: 8px;
}




.test{
    transform: rotate(180deg);
}

.triangle{
    height: 38px;
    width: 40px;
    background-color: #3088ce;
    float: right;
    position: relative;
    top: -5px;
}


.iconTechno img{
    float: none;
}

.iconTechno{
    display: inline-block;
    float: left;
}


.textPicWrap{
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;

}


.technologyHeadline{
    display: inline-block;
    text-transform: uppercase;
    vertical-align: sub;
    margin-bottom: 0px !important;
    color: #3088ce;
    font-size: 20px;
    line-height: 0.6;
}

.textTechno{
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 16px;
    line-height: 1.2;
    color: #222 !important;
    font-weight: 600 !important;
}

.technoTextAcc{
    display: inline-block;
    padding-left: 10px;
    width: 80%;
}

.technologyList li{
    width: 49%;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
  .technologyHeadline{
      display: inline-block;
      text-transform: uppercase;
      vertical-align: sub;
      margin-bottom: 0px !important;
      color: #3088ce;
      font-size: 18px;
      line-height: 0.6;
  }
.textTechno{
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 14px;
    line-height: 1.2;
    color: #222 !important;
    font-weight: 600 !important;
}
}


@media only screen and (min-width: 800px) {
.common--linkbox-link{
    width: 48%;
    display: inline-block;

    vertical-align: text-top;
}
}


.common--linkbox-title{
    text-transform: none !important;
    margin-bottom:20px;
}

.common--linkbox-links{
    text-transform: none !important;
    padding:0;
}

.common--linkbox li{
  list-style-type: none !important;
}

.common--linkbox-footer{
    text-transform: none !important;
    padding:0;
    margin-top:-20px;
}
</pre></body></html>