







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */




/* 1c. Typography */














/* typo fonts */





















































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */












/* 1g. Site header */





/* 1h. Site footer */








.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 0;
}
@media (min-width: 1200px){
  
.body-wrapper{
  max-width: 1060px;
}

}




html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  font-weight: 400;
  font-family: Calibri,Helvetica,Arial,sans-serif;
}

/* Paragraphs */

p {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  font-weight: 400;
}

/* Anchors */

a {
  color: #cc0000;
}

a:hover,
a:focus,
a:active {
  color: #cc0000;
}

/* Headings */

h1 {
  font-family: Calibri,Helvetica,Arial,sans-serif;
  font-size: 30px;
  color: 

  
  
    
  


  rgba(51, 51, 153, 1.0)

;
  font-weight: 700;
}
@media screen and (max-width: 620px){
  h1{
    font-size: 13.9999999998px;
  }
}


h2 {
  font-family: Calibri,Helvetica,Arial,sans-serif;
  font-size: 24px;
  color: 

  
  
    
  


  rgba(51, 51, 153, 1.0)

;
  font-weight: 700;
}

@media screen and (max-width: 620px){
  h2{
    /*font-size: 13.99999999992px;*/
    font-size: 24px;
  }
}

h3 {
  font-family: Calibri,Helvetica,Arial,sans-serif;
  font-size: 19px;
  color: 

  
  
    
  


  rgba(51, 51, 153, 1.0)

;
  font-weight: 700;
}

h4 {
  font-family: Calibri,Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: 

  
  
    
  


  rgba(51, 51, 153, 1.0)

;
  font-weight: 700;
}

h5 {
  font-family: Calibri,Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: 

  
  
    
  


  rgba(51, 51, 153, 1.0)

;
  font-weight: 700;
}

h6 {
  font-family: Calibri,Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left-color: #339;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(204, 0, 0, 1.0)

;
  border: 0px solid rgba(204, 0, 0, 1.0);
  /* border-radius: 3px; */
  color: #ffffff;
  padding: 12px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(164, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

button:active,
.button:active {
  background-color: rgba(244, 40, 40, 1.0);
  border-color: #f42828;
  color: #ffffff;
}





form,
.submitted-message {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  font-weight: 400
}

/* Form title */
.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  
  color: #333;
}


.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: rgba(51, 51, 51, 1.0);
}

/* Form label */

form label {
  color: rgba(51, 51, 51, 1.0);
}

/* Form help text */

form legend {
  color: #1e1e1e;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(170, 170, 170, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #e4e4e4;
}

.systems-page form input[type=text],
.systems-page form input[type=email],
.systems-page form input[type=password],
.systems-page form input[type=tel],
.systems-page form input[type=number],
.systems-page form input[type=file],
.systems-page form select,
.systems-page form textarea {
  color: rgba(51,51,51,1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #333333;
}

.fn-date-picker td .pika-button:hover {
  background-color: #333333 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #333333;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(204, 0, 0, 1.0)

;
  border: 0px solid rgba(204, 0, 0, 1.0);
  /* border-radius: 3px; */
  color: #ffffff;
  padding: 12px 24px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  border: 0px solid rgba(204, 0, 0, 1.0);
  background-color: rgba(204, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
text_color
form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(244, 40, 40, 1.0);
  border-color: #f42828;
  color: #ffffff;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #212529;
}

th,
td {
  border-color: #212529;
  color: rgba(33, 37, 41, 1.0);
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(33, 37, 41, 1.0)

;
  border-bottom-color: #212529;
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: rgba(33, 37, 41, 1.0);
}






.top-header{
  background-color: rgba(255, 255, 255, 1.0);

}
.navbar {
  background-color: rgba(255, 255, 255, 1.0);

}
.child-trigger{
  /* color: rgba(195, 0, 69, 1.0); */
  color:#333!important;
}
header .hs-menu-item.hs-item-has-children:hover .child-trigger{
  color: rgba(255, 255, 255, 1.0);
}
header .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a{
  color: rgba(0, 0, 0, 1.0);

}

header .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > a {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(230, 230, 230, 1.0); 
}

header .hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li > a {
  color: rgba(0, 0, 0, 1.0);

}
header .hs-menu-children-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}

header .hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li > a:hover,  header .hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li > a:hover {
  color: rgba(195, 0, 69, 1.0);
  background-color: rgba(238, 238, 238, 1.0);

}
.icon-bar{
  background-color: rgba(#null, 0.0);
}
.icon-bar:hover{
  background-color: rgba(#null, 0.0);
}


header .hs-menu-wrapper > ul > li.active-branch > a,
header .hs-menu-wrapper > ul > li.active > a{
  color: rgba(0, 0, 0, 1.0) !important;
  background-color: rgba(230, 230, 230, 1.0);
}

header .hs-menu-wrapper > ul ul > li.active-branch > a,
header .hs-menu-wrapper > ul ul > li.active > a{
  color: rgba(195, 0, 69, 1.0) !important;
  background-color: rgba(238, 238, 238, 1.0);
}







footer .footer-top {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

footer{
  background-color: rgba(255, 255, 255, 1.0);
}

footer .footer-top img {
  width: 100%;
  max-width: 230px;
  margin-bottom: 30px;
}

footer .footer-top a {
  margin-bottom: 35px;
  color: #333333;
}

footer .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e6e6e6;
}

footer .footer-bottom .content-media {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}

footer .footer-bottom .content-media a {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 15px 0;
    margin-left: 15px;
}

footer .footer-bottom .content-media a:first-of-type {
  margin-left: 0;
}
footer .footer-bottom .content-media a:last-of-type {
  margin-right: 0;
}

footer .footer-bottom .content-media img {
  height: 100%;
  width: 100%;
}

footer .footer-bottom ul[role="menu"] {
  list-style: none;
  padding-left: 0;
  float: left;
}

footer .footer-bottom ul[role="menu"] li {
  float: left;
  padding: 0 10px;
}

footer .footer-bottom ul[role="menu"] li a {
  color: #000;
  font-size: 12px;
}

footer .footer-bottom > * {
  margin-bottom: 30px;
}

footer .footer-bottom .copyright {
  float: right;
  font-size: 12px;
}

footer .footer-bottom .partner-logos {
  display: flex;
  align-content: space-between;
  margin-bottom: 70px;
}

footer .footer-bottom .partner-logos img {
  width: auto;
  height: 65px;
  margin: 0 35px;
}

@media (max-width: 767px){
  footer .footer-bottom .partner-logos img {
    margin: 0 20px;
  }
}



footer .hs-menu-wrapper ul li > a {
  color: rgba(0, 0, 0, 1.0);
}



footer .hs-menu-wrapper ul li > a:hover{
  color: rgba(0, 0, 0, 1.0);
}

.copyright {
  color: rgba(51, 51, 51, 1.0);
}






/* Blog Header */

.blog-header {
  background-color: rgb(245, 245, 245);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #cc0000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #cc0000;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #333333;
}

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #333333;
}

.blog-post__title {
  color: 

  
  
    
  


  rgba(51, 51, 153, 1.0)

;
  font-family:Calibri,Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #339;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #ffffff;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #cc0000;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #cc0000;
}

.blog-index__post-content--small h2 {
  font-size: 19px;
}

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.blog-sidebar ul {
  /* box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10); */
  padding: 0px;
  margin-bottom: 0px;
}
.blog-sidebar a {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(245, 245, 245);
}

.sidebar-contact-box .newsletter-form {
  margin-top: 30px;
}

.newsletter-form .hs-button.primary {
  margin-top: 0px;
  font-weight: bold;
}

.post-featured-image {
  max-height: 600px;
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  border-radius: 0px;
  margin-top: 0px;
}

.post-featured-image .wedge {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 16px;
    background: no-repeat 100% 0;
    background-size: contain;

}


.blog-post__meta a {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.blog-post__meta a:hover {
  color: #cc0000;
}

.blog-post__links-container {
  border-top:  2px solid rgb(13, 17, 21);
}

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(13, 17, 21) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(13, 17, 21);
}

.section.post-footer .hs-input {
  border-color: rgb(13, 17, 21);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}




.systems-page #hs-localization-select{margin-bottom: 20px;}










hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee;
}
.divider {
  background-color: #e6e6e6;
  height: 4px;
  border: none;
  float: left;
  width: 100%;
}
.hs-button{
  font-family:sans-serif;
  font-weight: normal
}
.blog-sidebar h3{
  margin-top: 0px;
}
.blog-sidebar .hs-form-field{
  margin-bottom: 1rem;
}
.sidebar-contact-info .sidebar-contact-box p{
  font-size:0.8rem;
  font-weight: normal;
}
article.blog-post{
  padding:20px;
}
@media only screen and (max-width : 767px) {
  article.blog-post{
  padding:20px 0px;
}
}
.blog-post__body img{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
form .hs-richtext{
  margin-bottom:0px;
}

.hs-landing-page h1{
  font-size: 34px;
}

/* @media screen and (min-width:992px) {
  .hs-landing-page h1{
    max-width: 80%;
  }
}
@media screen and (min-width:1200px) {
  .hs-landing-page h1{
    max-width: 60%;
  }
}*/
@media screen and (max-width:767px) {
 .hs-landing-page .span6{
   padding-bottom:80px!important;
 }
}
@media screen and (max-width:620px) {
  .hs-landing-page h2 {
    font-size:22px
  }
}

.hs-landing-page .dnd-section .dnd-column {
  padding: 0 20px;
}

.legal-consent-container .hs-richtext{
  margin-left: 20px;
}
.blog-sidebar .legal-consent-container .hs-richtext{
  margin-left: 0px;
}

.legal-consent-container .hs-form-booleancheckbox p{
  font-size: .875rem;
}
.legal-consent-container .hs-form-booleancheckbox-display > span{
  line-height: 1.2;
}
.read-more-link .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #c30045;
  content: "";
}

.read-more-link .right {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.hs_email.hs-email input{
 color:#000;
}
.blog-sidebar .hs-error-msgs{
 padding:0px;
}
.submitted-message{
  overflow: unset!important;
}

.submitted-message p{
  font-size: 0.9rem!important;
  font-weight: bold!important;
  color: #339!important;
}
.hs-landing-page form input[type="text"], .hs-landing-page form input[type="email"],.hs-landing-page form input[type="password"],.hs-landing-page form input[type="tel"],.hs-landing-page form input[type="number"],.hs-landing-page form input[type="file"],.hs-landing-page form select,.hs-landing-page form textarea{color:black}

/* infobox Styling */
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem!important;
  padding-left: 15px!important;
  border:0px;
  margin-bottom: 25px;
  color: #fff!important;
  background-color: #c30045;
  background-position: 92% 8%;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 40px 15% 30px 4%!important;
  /* background-image: url(//24964646.fs1.hubspotusercontent-eu1.net/hubfs/24964646/raw_assets/public/Lehmann_Voss_May_2022/images/LUV-Bildmarke.svg); */
  margin-left: 0;
  margin-right: 0;
  border-radius: 5px;
}
blockquote h2{
  color: #fff!important;
  line-height: normal;
  margin-bottom: 1.4rem;
}
blockquote p{
  color: #fff!important;
  line-height: 30px;
}

@media(max-width:767px){
  blockquote {
    background-position: 93% 6%;
    padding: 4% 17% 2% 4%;
    background-size: 10%;
  }
}


/* Header Menu Mod */
@media(min-width:1201px){
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li {
    min-width: 230px;
    float: left;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) .hs-menu-depth-2 ul.hs-menu-children-wrapper {
    left: unset;
    opacity: 1;
    position: unset;
    box-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li > a, .mobile-wrap .hs-menu-wrapper > ul > li:nth-child(4) > ul > li > a {
    color: #339;
    font-weight: 600;
    margin: 0;
    font-size: inherit;
    min-width: 230px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    white-space: normal;
    cursor: text;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li ul {
    background-color: rgba(255,255,255,1.0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li ul li a {
    padding: 10px;
    font-size: 14px;
    display: block;
    color: #000;
    clear: both;
    font-weight: 400;
    line-height: 1.375;
    white-space: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li ul li a:hover {
    color: rgba(195,0,69,1.0);
    background-color: rgba(238,238,238,1.0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li ul li a:hover {
    color: #c30045;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) .hs-item-has-children > a::after {
    display: none;
    content: unset:
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) .hs-menu-item.hs-menu-depth-2{
  background-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) .hs-menu-item.hs-menu-depth-2>a:hover{
    color:#339;
    background-color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li > a{
    padding-bottom: 3px;
  }
}
@media(max-width:1200px){
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) .hs-menu-children-wrapper{
  box-shadow: unset!important;
  background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) .hs-menu-children-wrapper .hs-menu-depth-2.hs-item-has-children > a{
    padding: 10px;
    font-size: 17px;
    color: #339;
    font-weight: 600;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) .hs-menu-children-wrapper .hs-menu-depth-2.hs-item-has-children > a:after{
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) .hs-menu-children-wrapper .hs-menu-depth-2.hs-item-has-children > a:hover{
    background-color:unset;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) .hs-menu-children-wrapper li a{
    color: #000;
    padding: 10px;
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) .hs-menu-children-wrapper li a:hover{
    color: #c30045;
  }
}
/* .nav-main::before {
  top:10px;
  left: 220px;
} */
/* .child-trigger{
  max-width: 300px;
  margin: 11px 0 11px;
} */

@media(max-width:1199px){
  .navbar-default .navbar-nav .dropdown,
  .navbar-nav .open .dropdown-menu{
    background: #e6e6e6!important;
    background-color: #e6e6e6!important;
  }
}
.blog-post__body ul li a {
  color: #cc0000!important;
}

/* disable Language Switcher on Landingpages */
.hs-landing-page .langSelector{display:none!important;}