




 



























/* 1a. Containers */











/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 20px ;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}

@media(min-width: 575px){
  .dnd-section > .row-fluid {
    max-width: 443px;
    margin: 0 auto;
  }
}
@media(min-width: 991px){
  .dnd-section > .row-fluid {
    max-width: 507px;
  }
}
@media(min-width: 1118px){
  .dnd-section > .row-fluid {
    max-width: 530px;    
  }

}

@media (min-width: 1442px) {
  .dnd-section > .row-fluid {
    max-width: 704px;    
  }

}
@media(min-width: 1676px){
  .dnd-section > .row-fluid {  
    max-width: 838px;   
  }

}






html {
  font-size: 17px;
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1a1a1a;
  font-size: 17px;
}

/* Paragraphs */

p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1a1a1a;
}

a:hover,
a:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

a:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #424242;
}

/* Headings */

h1,
.h1 {
  font-family: Merriweather, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1a1a1a;
  font-size: 38px;
  text-transform: none;
  font-family: 'FrutigerNextW04';
}

h2,
.h2 {
  font-family: Merriweather, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1a1a1a;
  font-size: 24px;
  text-transform: none;
  font-family: 'FrutigerNextW04';
}

h3,
.h3 {
  font-family: Merriweather, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1a1a1a;
  font-size: 20px;
  text-transform: none;
  font-family: 'FrutigerNextW04';
}

h4,
.h4 {
  font-family: Merriweather, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1a1a1a;
  font-size: 18px;
  text-transform: none;
  font-family: 'FrutigerNextW04';
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
  font-family: 'FrutigerNextW04';
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #1a1a1a;
  font-size: 14px;
  text-transform: none;
  font-family: 'FrutigerNextW04';
}

/* Blockquote */

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









form,
.submitted-message {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #F5F5F5;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  /* background-color: 

  
  
    
  


  rgba(245, 245, 245, 1.0)

; */
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #F5F5F5;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Merriweather; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 20px;
  color: #1a1a1a;
  background-color: 

  
  
    
  


  rgba(245, 245, 245, 1.0)

;
}


/* Labels */

form label {
  color: #1a1a1a;
}

/* Help text */

form legend {
  color: #1a1a1a;
}

/* Inputs */

form input[type=text],
form input[type=search],
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: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1a1a1a;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #1a1a1a;
}

::-moz-placeholder {
  color: #1a1a1a;
}

:-ms-input-placeholder {
  color: #1a1a1a;
}

::placeholder {
  color: #1a1a1a;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #1a1a1a;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #E82025;
;
  padding-top: 15px;
padding-right: 25px;
padding-bottom: 15px;
padding-left: 25px;
;
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(232, 32, 37, 1.0)

;
  border-radius: 4px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(66, 66, 66, 1.0);
  border-color: #424242;
}





/* Table */

table {
  border: 1px none #1a1a1a;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px none #1a1a1a;

  padding: 18px;

  color: #1a1a1a;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(232, 32, 37, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1a1a1a;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #1a1a1a;
  font-family: Lato;
}

.menu__child-toggle-icon {
  border-top-color: #1a1a1a;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #424242;
}

.menu__child-toggle-icon:active {
  border-top-color: #424242;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #1a1a1a;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #E82025;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #E82025;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #1a1a1a;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #E82025;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Lato;
}

.header__language-switcher-label-current:after {
  border-top-color: #1a1a1a;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #1a1a1a;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(245, 245, 245, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #1a1a1a;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #1a1a1a;
}

.blog-post__tag-link {
  color: #1a1a1a;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #424242;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: Merriweather, serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #1a1a1a;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #424242;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #1a1a1a;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #000000;
}

#comments-listing .comment-reply-to:active {
  color: #424242;
}





.hs-search-results__title {
  font-family: Merriweather, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1a1a1a;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-family: Merriweather, serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #1a1a1a;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000000;
}

.hs-blog-post-listing__post-title-link:active {
  color: #424242;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #1a1a1a;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #1a1a1a;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000000;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #424242;
}

.hs-pagination__link-icon svg {
  fill: #1a1a1a;
}

/* Pricing card */

.card__price {
  font-family: Merriweather, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1a1a1a;
  font-size: 20px;
}

.card__body svg {
  fill: #E82025;
}

/* Social follow */

.social-links__icon {
  background-color: #E82025;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #c00000;
}

.social-links__icon:active {
  background-color: #ff484d;
  font-family: Merriweather, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1a1a1a;
  font-size: 20px;
}


form input[type=text],
form input[type=search],
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-radius: 2px;
  border: 1px solid #1a1a1a;
}

form * { font-family: 'FrutigerNextW04' !important;}

form input:focus ,
form input:hover,
form select:hover,
form select::focus,
form textarea:hover,
form textarea:focus {
  border: 2px solid #1a1a1a;
}


a {
  font: 400 19px / 27px 'FrutigerNextW04;
    letter-spacing: var(--lspacing-standard, normal);
  --text-decoration-default: 0 2px 0 -1px #7b6e4c;
  --text-decoration-hover: 0 5px 0 -1px #1a1a1a;

  padding-bottom: 1px;
  text-decoration: none;
  color: #7b6e4c;
  transition: color .2s ease-out, box-shadow .2s ease-out;
  display: inline;
  box-shadow: var(--text-decoration-default);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

a:focus,
a:hover {
  color: #1a1a1a;
  --text-decoration-hover: 0 5px 0 -1px #1a1a1a;
  box-shadow: var(--text-decoration-hover);
}

a:active {
  --text-decoration-active: 0 2px 0 0 #1a1a1a;
  box-shadow: var(--text-decoration-active);
}

a:has(> img),  /* funktioniert nur in Chrome/Safari */
a > img {
  box-shadow: none !important;
  padding-bottom: 0 !important;
}

@viewport{
  zoom: 1.0;
  width: device-width;
}

@-ms-viewport{
  width: device-width;
  zoom: 1.0;
}