/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@media screen and (min-width: 1180px) {
  html #main-content .main_desktop-and-tablet-row-0-background-layers {
    background-position: 25vw !important;
  }
}
#main-content .main_desktop-and-tablet-row-0-background-layers {
  /*background: linear-gradient(90deg, #fff 0, #fff 20%, hsl(0deg 0% 100% / 0%) 40% 50%), url(https://145965037.fs1.hubspotusercontent-eu1.net/hubfs/145965037/background-header-banner.webp) !important;*/
  background: linear-gradient(90deg, #fff 0, #fff 20%, hsl(0deg 0% 100% / 0%) 40% 50%), url(https://145965037.fs1.hubspotusercontent-eu1.net/hubfs/145965037/background-header-banner.webp) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}


.headline-4 {
  color: #fff;
  font-family: DMSans !important;
  font-size: 46px;
  line-height: 42px;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 0 !important;
  padding-right: 50px;
  width: fit-content;
  background: #004f9f;
}

.headline-4, .headline-3, .headline-2 {
  line-height: 42px!important;
  padding-right: 25px!important;
}

.headline-1 {
  padding-right: 60px!important;
}

.headline-2 {
  padding-top: 15px!important;
}

.headline-3 {
  padding-top:15px!important;
  padding-bottom:15px!important;
}

.headline-4 {
  padding-bottom: 30px!important;
}

.main_desktop-and-tablet-row-0-background-layers {
  min-height: 800px!important;
  max-height: 80vh!important;
}

#main-content>div.container-fluid.head-banner>div>div>div>div>div>div>div:nth-child(1) {
  top:60px;
  bottom:unset!important;
  opacity: 1;
  transform: translateX(0);
  box-sizing: border-box;
  max-height: 250px;
  overflow: hidden;
}

#main-content>div.container-fluid.head-banner>div>div>div>div>div>div>div:nth-child(2) {
  max-width: 656px;
  position: absolute;
  width: 40%;
  display: flex;
  right:unset!important;
  align-items: center;
  height: 280px;
  top: 260px
} 

#main-content>div.container-fluid.head-banner>div>div>div>div>div>div>div:nth-child(3) {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #0000002b;
  box-sizing: border-box;
  font-family: DMSans;
  height: 240px;
  max-width: 580px;
  padding: 25px;
  position: absolute;
  top: 500px;
}

.angebot-cta-header {
  font-size: 22px;
  color: #004f9f;
  font-weight: bold;
}

.angebot-cta-text {
  font-size: 18px;
}

.angebot-cta-button {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 280px;
  font-family:DMSans;
}

.header-banner-text-second-container {
  font-family: DMSans;
  font-size: 22px;
}

.header-banner-text-third-container {
  font-family: DMSans;
  font-size: 22px;
  display:flex;
  flex-direction: column;
  gap: 20px;
}

.solidworks-bulletpoints {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.solidwork_advantage {
  margin-top:unset!important
}

.checkmark {
  display:flex;
}



.solidworks-bulletpoints .checkmark-point img {
  margin-right: 5px;
}

.solidworks-bulletpoints .checkmark-point .checkmark-text {
  font-size: 18px;
}

.solidwork-bulletpoint-image {
  max-width: 152px;
}

.checkmark-point.animate-in, .solidwork-bulletpoint-image.animate-in {
  opacity: 1;
  transform: translateX(0)
}


.checkmark-point, .solidwork-bulletpoint-image {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity .6s ease-out .3s, transform .6s ease-out .3s;
  transition-delay: 0.6s, 0.6s;
}

.solidwork_heyflow {
  background: #f8fafa;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 3;
}

.header-banner-text-container .headline-2, .header-banner-text-container .headline-3 {
  margin-bottom: -2px;
}

.solidwork_heyflow .row-fluid .row-fluid
{
  padding: 60px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 #0000002b;
  border-radius: 15px;
}

#main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div.row-fluid-wrapper.row-depth-1.row-number-2.dnd-row {
  opacity: 1!important;
  transform:unset!important;
}

@media screen and (min-width: 480px) and (max-width: 1480px) {
  .solidworks-bulletpoints {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
  }

  #main-content .solidwork_bulletpoints-row-0-padding {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #main-content .main_desktop-and-tablet-row-0-background-layers {
    background-position: 20% 80% !important;
  }

  #main-content>div.container-fluid.head-banner.desktop-and-tablet>div>div>div>div>div>div>div:nth-child(2) {
    top: 240px!important;
    width: 50%!important;
  }

  .desktop-and-tablet .header-banner-text-container .headline-2, .desktop-and-tablet .header-banner-text-container .headline-3 {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
  }

  .desktop-and-tablet .header-banner-text-container .headline-4 {
    padding-bottom: 15px!important;
  }

  #main-content>div.container-fluid.head-banner.desktop-and-tablet .row-fluid-wrapper.row-depth-1.row-number-2{
    padding-left: 18px;
    padding-right: 18px;
  }
  #main-content>div.container-fluid.head-banner.desktop-and-tablet .row-fluid-wrapper.row-depth-1.row-number-4 {
    margin-left: 5px;
  }

  .desktop-and-tablet .header-banner-text-container .headline-2, .desktop-and-tablet .header-banner-text-container .headline-3, .desktop-and-tablet .header-banner-text-container .headline-4 {
    font-size: 32px!important;
  }

  html #main-content>div.container-fluid.head-banner.desktop-tablet>div>div>div>div>div>div>div:nth-child(2) .header-banner-text-container > .headline-4  {
  }

  #main-content .solidwork_heyflow .row-fluid .row-fluid {
    max-width: 100%!important;
    padding: 40px;
  }
}

@media screen and (max-width: 480px) {
  #main-content .solidwork_heyflow .row-fluid .row-fluid {
    max-width: 100%!important;
    padding: 5px;
  }
  .desktop-and-tablet {
    display:none
  }
  html #main-content .main_mobile-row-0-background-layers {
    padding-left:0px!important;
    padding-right:0px!important;
    background: #f8fafa !important;
    padding-bottom: 30px;
    padding-top:0px!important;
  }
  html #main-content .main_mobile-row-0-background-layers {
    height: auto!important;
    background-position: unset!important
  }
  html #main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div:nth-child(1) {
    position:relative!important;
    height:182px!important;
    top:unset!important;
    background:url(https://145965037.fs1.hubspotusercontent-eu1.net/hubfs/145965037/background-header-banner.webp)!important;
    width:auto!important;
    background-position: 50% !important;
  }
  html #main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div:nth-child(2) {
    position: relative!important;
    top: unset !important;
    height: auto!important;
    width: auto!important;
  }

  html #main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div:nth-child(2) .header-banner-text-container > *{
    padding-left:20px;
  }

  html #main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div:nth-child(2) .header-banner-text-container > .headline-1 {
    font-size:16px!important;
    padding-right:20px!important;
    margin-top: -25px!important;
  }

  html #main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div:nth-child(2) .header-banner-text-container > .headline-2,
  html #main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div:nth-child(2) .header-banner-text-container > .headline-3,
  html #main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div:nth-child(2) .header-banner-text-container > .headline-4 {
    font-size:22px!important;
    line-height: 36px!important;
  }

  html #main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div:nth-child(2) .header-banner-text-container > .headline-2 {
    padding-top:0px!important;
    padding-bottom: 0px!important;
  }

  html #main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div:nth-child(2) .header-banner-text-container > .headline-3 {
    padding-top:0px!important;
    padding-bottom: 0px!important;
  }

  html #main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div:nth-child(2) .header-banner-text-container > .headline-4  {
    padding-bottom: 5px!important;
  }

  #main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div:nth-child(3) {
    position: relative!important;
    top: unset!important;
    height: auto!important;
    width: auto!important;
    margin-left: unset!important;
    left: unset!important;
    background: #f8fafa;
    box-shadow:unset;
    padding-left:0px;
    padding-right:0px;
  }

  html #main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div:nth-child(2) .header-banner-text-container {
    padding-left:0px;
  }
  #main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div:nth-child(3) .header-banner-text-second-container {
    font-size:18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .solidworks-bulletpoints {
    flex-direction: column;
    background: #f8fafa!important;
    align-items: start;
    gap: 15px;
  }
  .solidwork_heyflow {
    padding-top: 0px!important;
  }

  .solidwork_heyflow .dnd-section {
    padding-top:0px!important;
    padding-bottom:0px!important;
  }

  .solidwork_bulletpoints {
    background: #f8fafa!important;
  }
  .solidwork_bulletpoints .solidwork_bulletpoints-row-0-padding {
    padding-left: 20px!important; 
  } 
  #main-content>div.container-fluid.head-banner.mobile>div>div>div>div>div>div>div:nth-child(4) {
    box-shadow: 0px 4px 6px 0px #0000002b;
    padding: 20px;
    border-radius: 12px;
    background: white;
    margin-left:20px;
    margin-right:20px;
  }

}

.angebot-button a {
  color: white;
  font-family: 'DMSans';
  text-decoration: none;
}

.angebot-button:hover a {
  background-color .3s ease, color .3s ease !important;
}

.angebot-button:hover {
  background:white!important;
}
.angebot-button:hover a {
  color: #004f9f!important;
}

.header__button-col.hidden-phone {
  display: block;
  visibility: visible;
  color: black !important;
  font-family:DMSans;
}

.header__button-col.hidden-phone .button .button__icon svg {
  fill: #004f9f!important;;
}

.header__button-col.hidden-phone a:hover {
  background:unset!important;
  font-family:DMSans!important;
}

.header__button-col a {
  font-family: DMSans;
}

.header__wrapper {
  z-index: 3!important;
  position: relative!important;
}

@media screen and (max-width: 767px) {
  .header .header__top_cta.button {
    display:block!important;}

  .container-fluid.head-banner.mobile.visible  {
    margin-top: 120px!important;}
}

.header {
  position: fixed;
  widtH: 100%;
  z-index: 99;
  top: 0px;
}

.container-fluid.head-banner.desktop-and-tablet.visible{
  margin-top: 80px
}

.header__logo.img {
  margin-bottom:unset!important;
}

.header__top_cta.button {
  display:none!important;
}

.header_top_text_text.mobile .email a, .header_top_text_text.mobile .phone a {
  display: flex ;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration:none;
  font-weight: bold;
}

.header_top_text_text.mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}

.header_top_text_text.mobile .email svg, .header_top_text_text.mobile .phone svg{
  width: 14px;
  height: 14px;
  fill: #004f9f;
}

.footer-column .company-name {
  text-transform: uppercase;
}

@media screen and (max-width: 1180px) {
  .header__logo {
    padding-bottom:0px!important;
    padding-top: 0px!important;
  }
}


.contact-card {
  max-width: 100%;  
  border-radius: 8px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.contact-card img {
  width: 100%;
  display: block;
}
.contact-info {
  padding: 16px;
}
.contact-info h2 {
  margin: 0 0 4px;
  font-size: 1.25rem;
}
.contact-info p.title {
  margin: 0 0 12px;
  color: #555;
  font-size: 0.9rem;
}
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #333;
  font-size: 1.0rem;
}
.contact-list svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  filter: invert(15%) sepia(97%) saturate(2808%) hue-rotate(199deg) brightness(98%) contrast(102%);
  flex-shrink: 0;
}
.contact-list a {
  color: inherit;
  text-decoration: none;
}
.contact-list a:hover {
  text-decoration: underline;
}

.contact-info h2, .contact-info p, .contact-info ul, .contact-list li a {
  font-family: DMSans;
}

#hs_form_target_module_17538851851165 label {
  font-family: DMSans !important;
  font-size: 15px !important;
}

#hs_form_target_module_17538851851165 .inputs-list>li {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}

#hs_form_target_module_17538851851165 .legal-consent-container {
  margin-top: 0px!important;
}

#hs_form_target_module_17538851851165 form {
padding-top:0px!important;
  padding-left:0px!important;
  background:#ffffff!important;
}