main {
    background-color: #F2F3F5;
}

/* Wide-container
-------------------------------------------------------------------------------------------------------
*/

.wide-container {
  width: 1024px;
  padding: 0;
}

@media (min-width: 1280px) {
    .wide-container {
        width: 1280px;
    }
  }

@media (max-width: 1019px) {
  .wide-container {
    width: 768px;
  }
}

@media (max-width: 768px) {
  .wide-container {
    width: 100%;
  }
}


/* Company-header
-------------------------------------------------------------------------------------------------------
*/
.company-header {
  line-height: 0;
  position: relative;
}

@media (max-width: 759px) {
  .company-header {
    margin-top: 60px;
  }
}


.company-header img {
  height: 190px;
  object-fit: cover;
  object-position: right;
}

@media (min-width: 1280px) {
  .company-header img {
    height: 240px;
  }
}

.company-header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.cover-text-white {
  color: #ffffff;
}

.cover-text-black {
  color: #000000;
}

.cover-text-darkening {
  color: #ffffff;
}

.cover-text-brightening {
  color: #000000;
}

.company-header-overlay.cover-text-darkening {
  position: absolute;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  top: calc(100% - 80px);
}

.company-header-overlay.cover-text-brightening {
  position: absolute;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  top: calc(100% - 80px);
}

@media (min-width: 1020px) {
  .company-header-overlay.cover-text-darkening {
    height: 80px;
    top: calc(100% - 80px);
  }

  .company-header-overlay.cover-text-brightening {
    height: 80px;
    top: calc(100% - 80px);
  }
}

@media (min-width: 1280px) {
  .company-header-overlay.cover-text-darkening {
    height: 120px;
    top: calc(100% - 120px);
  }

  .company-header-overlay.cover-text-brightening {
    height: 120px;
    top: calc(100% - 120px);
  }
}

@media (max-width: 1019px) {
  .company-header-overlay.cover-text-darkening {
    background-image: unset;
  }

  .company-header-overlay.cover-text-brightening {
    background-image: unset;
  }
}

@media (max-width: 759px) {
  .company-header-overlay.cover-text-darkening {
    background-image: unset;
  }

  .company-header-overlay.cover-text-brightening {
    background-image: unset;
  }
}

.company-top-bar {
  background-color: white;
  display: flex;
  align-items: center;
}

@media (max-width: 1019px) {
  .company-top-bar {
    justify-content: space-between;
  }
}

@media (max-width: 759px) {
  .company-top-bar {
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 0;
  }
}

@media (min-width: 1020px) {
  .company-top-bar {
    background-color: transparent;
    position: absolute;
    top: 110px;
    left: 42px;

    width: calc(100% - 42px);
  }
}

@media (min-width: 1280px) {
  .company-top-bar {
    top: 120px;
  }
}

.company-top-bar-main {
  display: flex;
  align-items: center;
}

   .company-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    height: 80px;
  }

  @media (min-width: 1020px) {
    .company-logo {
      height: 80px;
      width: 220px;
    }
  }

  @media (min-width: 1280px) {
    .company-logo {
      height: 120px;
      width: 280px;
    }
  }

  @media (max-width: 1019px) {
    .company-logo {
      margin-left: 34px;
      margin-right: 15px;
    }
  }

  @media (max-width: 759px) {
    .company-logo {
      margin-left: 0;
      height: 60px;
    }
  }

  .company-logo img {
    max-height: 40px;
    width: auto;
    max-width: 160px;
  }

  @media (min-width: 1280px) {
    .company-logo img {
      max-height: 60px;
      width: auto;
      max-width: 200px;
    }
  }

@media (min-width: 1020px) {
  .company-name {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.39;
    width: max-content;
    margin: 0 0 0 30px;
  }
}

@media (min-width: 1280px) {
  .company-name {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.19;
    width: max-content;
  }
}

@media (max-width: 1019px) {
  .company-name {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: right;
    color: #646464;
    margin: 0;
    padding-left: 15px;
    border-left: 1px solid #e9ebee;
   }
}

@media (min-width: 1020px) {
  .company-request-scroll .company-name {
    font-size: 20px;
  }
}

.company-request-scroll .is-question-mobile {
  margin-right: 0;
}
/* Company-aside
-------------------------------------------------------------------------------------------------------
*/

@media (max-width: 1019px) {
  .company-aside {
    display: none;
  }
} 

@media (min-width: 1020px) {
  .company-aside, .company-aside-card, .company-page-container .cross-link-aside {
    width: 220px;
    float: left;
  }
} 

@media (min-width: 1280px) {
  .company-aside, .company-aside-card, .company-page-container .cross-link-aside {
    width: 280px;
  }
} 


.company-aside-card, .company-aside-main-card {
  background-color: white;
  margin-bottom: 20px;
  clear: left;
}

.company-aside-main-card {
  margin-top: -60px;
}


@media (max-width: 1019px) {
  .company-aside-main-card {
    display: flex;
    align-items: center;
    margin: 0;
  }
} 

.company-aside-card h2, .company-aside-card h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}

.company-aside-card-content {
  padding: 15px 20px;
  line-height: 22px;
  font-size: 13px;
  color: #969696;
  background-color: white;
  position: relative;
}

.company-aside-long-description {
  position: relative;
}

.company-aside-long-description:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #e5e5e5;
  content: "";
}

@media (max-width: 1279px) {
  .company-aside-long-description:before {
    left: 20px;
    width: calc(100% - 40px);
  }
}

h3.company-contact-label {
  color: #969696;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 20px;
  margin-bottom: 0;
  border-right: none;
}

.company-contact-label:first-child {
  margin-top: 0;
}

h3.company-contact-inline-label {
  color: #969696;
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: normal;
  margin-top: 5px;
  margin-bottom: 0;
}

.company-contact-inline-label::after {
  content: ":\00a0";
}

.company-contact-address, .company-contact-phone, .company-contact-e-mail, .company-contact-web  {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #2c2c2c;
  margin-top: 5px;
  cursor: pointer;
}

.company-contact-address  {
  display: flex;
  align-items: center;
}

.company-contact-web {
  color: #00b6ff;
  display: flex;
  align-items: center;
  cursor: pointer;
  word-break: break-word;
}

.company-contact-web a:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e89e";
  font-size: 16px;
  color: #00b6ff;
  padding-left: 5px;
  pointer-events: all;
  cursor: pointer;
}

.company-contact-address-map {
  pointer-events: none;
}

.company-contact-address-map:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e52e";
  font-size: 20px;
  color: #00b6ff;
  padding-left: 5px;
  pointer-events: all;
  cursor: pointer;
}

.company-download-extension {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #969696;
}

.company-download-language {
  padding-left: 10px;
  margin-left: 10px;
  display: inline-block;
  border-left: 1px solid #969696;
}

@media (max-width: 1019px) {
  .is-question {
    padding: 0;
    margin: 0;
    display: flex;
  align-items: center;
  }
}

@media (max-width: 759px) {
  .is-question {
    display: none;
  }
}

@media (min-width: 1020px) {
  .is-question {
    display: none;
  }
}

.is-question-contact {
  margin-right: 20px;
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2c2c2c;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.is-question-contact:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5cf";
  font-size: 20px;
  color: inherit;
  padding-left: 5px;
  line-height: 30px;
}

@media (min-width: 1020px) {
  .is-question-contact {
    display: none;
  }
}

@media (max-width: 759px) {
  .is-question-contact {
    display: none;
  }
}

.is-question-contact h2 {
  font: inherit;
  color: inherit;
  margin-bottom: inherit;
}

.is-question-aside, .is-question-mobile, .is-question-button {
  border: 1px solid #ff001f;
  border-radius: 4px;
  background: #ff001f;
  color: white;
  padding: 4px 15px;
  width: 100%;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.76;
  letter-spacing: normal;
  text-align: center;
}

.is-question-aside span, .is-question-mobile span, .is-question-button span {
  position: relative;
  top: 3px;
  font-size: 20px;
  margin-left: 5px;
}

.is-question-aside {
    margin-top: 20px;
}

.company-page-container .cross-link-aside h2 {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* Company-contact-persons
-------------------------------------------------------------------------------------------------------
*/
.contact-person {
  display: flex;
}

.contact-person-info {
  display: inline-block;
  width: calc(100% - 50px);
}

@media (min-width: 1280px) {
  .contact-person-info {
    width: calc(100% - 60px);
  }
}

.company-contact-person {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  line-height: 14px;
}

.company-contact-person:last-child {
  margin-bottom: 0;
}

.contact-person-avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

@media (max-width: 1279px) {
  .contact-person-avatar {
    width: 40px;
    height: 40px;
  }
}

.contact-person-main-info {
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1279px) {
  .contact-person-main-info {
    min-height: 40px;
  }
}

.contact-person-name {
  font-size: 12px;
  font-weight: bold;
  color: #212121;
}

@media (min-width: 1280px) {
  .contact-person-name {
    font-size: 13px;
  }
}

.contact-person-details {
  font-size: 12px;
}

.contact-person-contacts, .contact-person-emails, .contact-person-phones {
  word-break: break-word;
}

.contact-person-contacts {
  display: flex;
  align-items: center;
  color: #ff001f;
  font-size: 12px;
  cursor: pointer;
}

.contact-person-contacts:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5cf";
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 1019px) {
  .company-aside-card .contact-person-contacts {
    display: none;
  }
}

.contact-person-phones {
  display: none;
}

.contact-person-emails {
  display: none;
}

@media (max-width: 1019px) {
  .company-aside-card .contact-person-phones {
    display: block;
  }

  .company-aside-card .contact-person-emails {
    display: block;
  }
}

.contact-person-phone {
  cursor: pointer;
}

.contact-mail {
  cursor: pointer;
}

.contact-mail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
  word-break: break-word;
}

.contact-person-company {
  display: none;
}

/* Company-downloads
-------------------------------------------------------------------------------------------------------
*/
.company-download {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.company-download:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 1019px) {
  .company-download-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .company-download-container .company-download {
    border-bottom: none;
    width: calc(50% - 10px);
  }

  .company-download-container .company-download:last-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 759px) {
  .company-download-container .company-download {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .company-download-file-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1279px) {
  .company-aside-card-content .company-download-file-icon {
    display: none;
  }
}

.company-download-file-icon .image {
  position: absolute;
  width: 35px;
  height: 35px;
  font-family: "object-fit:cover";
  object-fit: cover;
}

.company-download-file-icon .generated-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  background: #FFFFFF;
  font-family: "object-fit:contain";
  object-fit: contain;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2)
}

.company-download .image-icon {
  height: 25px;
  width: auto;
}

.company-download:hover .image-icon {
  filter: invert(17%) sepia(86%) saturate(5593%) hue-rotate(346deg) brightness(97%) contrast(118%);
}

.company-aside-card-content .document-age {
  display: none;
}

.company-aside-card-content .document-purpose {
  display: none;
}

.company-aside-card-content .company-download-details {
  width: calc(100% - 70px);
  display: flex;
  flex-direction: column;
  font-size: 11px;
}

@media (max-width: 1279px) {
  .company-aside-card-content .company-download-details {
    width: calc(100% - 25px);
  }
}

.company-download-details {
  line-height: 1.1;
}

.company-aside-card-content .company-download-description {
  order: 1;
  font-size: 13px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 5px;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.company-download-title {
  width: unset;
}

.company-aside-card-content .company-download-specification {
  order: 2;
}

.company-download-icon-external,
.company-download-icon {
  position: unset;
  right: unset;
  margin-left: auto;
}

.company-download-icon:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 24px;
  color: #ff001f;
  pointer-events: all;
  cursor: pointer;
}

.company-download-icon-external:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e89e";
  font-size: 24px;
  color: #00b6ff;
  pointer-events: all;
  cursor: pointer;
}

/* Company-article
-------------------------------------------------------------------------------------------------------
*/

.company-page-container {
  min-height: 800px;
}

.company-page-container article {
  float: right;
}

@media (max-width: 1019px) {
  .company-page-container.sub-category-container article {
    margin-bottom: 30px;
  }
}

/* Footer-contact
-------------------------------------------------------------------------------------------------------
*/

.footer-contact-margin{
  margin-bottom: 40px;
}

.footer-contact{
  position: fixed;
  bottom: 0;
  display: flex;
  background: white;
  font-size: 15px;
  width: 100%;
  height: 40px;
  outline: 1px solid #C5C5C5;
  z-index: 111;
}

@media (min-width: 760px) {
  .footer-contact{
    display: none;
    width: 700px;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .footer-contact-margin{
    display: none;
  }
}

@media (min-width: 1020px) {
  .footer-contact{
    width: 940px;
    top: 70px;
  }
}

@media (min-width: 1280px) {
  .footer-contact{
    width: 1200px;
    top: 80px;
  }
}

.footer-contact-is-question{
    display: flex;
    position: relative;
    width: 50%;
    border: none;
    padding: 0 20px 0 15px;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #ff001f;
    align-items: center;
}

.footer-contact-avatar {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.footer-contact-button {
    position: relative;
    width: 50%;
    text-align: left;
    flex: 1;
    border: none;
    padding: 0 20px;
    color: #646464;
    background-color: white;
}

.footer-contact-is-question h2 {
    margin: 0;
    font: inherit;
    color: inherit;
}

.footer-contact-button:after, .footer-contact-is-question:after {
  position: absolute;
  top: 0;
  right: 15px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5ce";
  font-size: 20px;
  line-height: 40px;
}

.news-block-header {
  padding: 30px 0;
  width: 100%;
}

h2.news-archive-title {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.news-archive-message {
  font-size: 14px;
  line-height: 1.57;
  color: #969696;
}

@media (min-width: 1020px) {
  #cp-modal-contact {
    display: none;
  }
}

.cp-modal-heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0;
}

@media (max-width: 459px) {
  .cp-modal-heading {
    padding-left: 15px;
  }
}

.cp-modal-heading div {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #969696;
}

.cp-modal-heading h3 {
  border-right: 1px solid #E9EBEE;
}

.cp-modal-heading img {
  height: 16px;
  width: auto;
}

.cp-modal-contact .contact-person-contacts {
  display: none !important;
}

.cp-modal-contact .contact-person-phones {
  display: block !important;
}

.cp-modal-contact .contact-person-emails {
  display: block !important;
}

.cp-modal-contact .contact-person-emails .contact-mail {
  font-size: 12px;
  color: #FF001F;
}
