/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */

























































.dnd-section {
  padding-bottom: 70px;
  padding-top: 70px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #f49d3a;
}





body {
  color: rgba(108, 108, 108, 1.0);
  font-family: OpenSans;
  font-weight: 400;
  font-size: 18px;
}
html{
  font-size: 18px;
}
@media (max-width: 766px) {
  body,
  html{
    font-size: 15.99999999984px
  }
}

a {
  color: rgba(0, 64, 111, 1.0);
}

a:hover,
a:focus {
  color:rgba(244, 157, 58, 1.0);
}

a:active {
  color: rgba(40, 104, 151, 1.0);
}

h1 {
  color: rgba(0, 64, 111, 1.0);
  font-family: OpenSansCondensed;
  font-size: 70px;
  font-weight: 600;
}

@media (max-width: 991px) {
  h1 {
    font-size: 49.9999999996px;
  }
}

@media (max-width: 766px) {
  h1 {
    font-size: 39.9999999994px;
  }
}

h2 {
  color: rgba(0, 64, 111, 1.0);
  font-family: OpenSansCondensed;
  font-size: 50px;
  font-weight: 600;
}

@media (max-width: 991px) {
  h2 {
    font-size: 36.0px;
  }
}

@media (max-width: 766px) {
  h2 {
    font-size: 32.0px;
  }
}

h3 {
  color: rgba(250, 157, 58, 1.0);
  font-family: OpenSansCondensed;
  font-size: 30px;
  font-weight: 400;
}

@media (max-width: 766px) {
  h3 {
    font-size: 25.9999999998px;
  }
}

h4 {
  color: rgba(0, 0, 0, 1.0);
  font-family: OpenSansCondensed;
  font-size: 28px;
  font-weight: 600;
}

@media (max-width: 991px) {
  h4 {
    font-size: 23.99999999992px;
  }
}

@media (max-width: 766px) {
  h4 {
    font-size: 21.99999999988px;
  }
}

h5 {
  color: rgba(0, 0, 0, 1.0);
  font-family: OpenSansCondensed;
  font-size: 25px;
  font-weight: 600;
}

@media (max-width: 991px) {
  h5 {
    font-size: 20.0px;
  }
}

@media (max-width: 766px) {
  h5 {
    font-size: 18.0px;
  }
}

h6 {
  color: rgba(0, 0, 0, 1.0);
  font-family: OpenSansCondensed;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 991px) {
  h6 {
    font-size: 18.0px;
  }
}

@media (max-width: 766px) {
  h6 {
    font-size: 16.0px;
  }
}

blockquote:after,
blockquote:before {
  color: rgba(244, 157, 58, 1.0);
}





h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 64, 111, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(244, 157, 58, 1.0);
  border-radius: 0px;
  border-width: 2px;
  color: rgba(0, 64, 111, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  font-family: "OpenSansCondensed", sans-serif;
  font-size: 18px;
  line-height: 27px;
  transition: all .2s ease-out
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(244, 157, 58, 1.0);
  border-color: rgba(244, 157, 58, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 197, 98, 1.0);
  color: rgba(0, 64, 111, 1.0);
}

.hs-form label {
  color: rgba(108, 108, 108, 1.0);
}

.hs-form legend {
  color: rgba(108, 108, 108, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-width: 1px;
  border-radius: 0px;
  color: rgba(51, 71, 91, 1.0);
  border-color: rgba(203, 214, 226, 1.0);
  background-color: rgba(245, 248, 250, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #6c6c6c;
}

.hs-richtext {
  font-size: 18;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: OpenSans;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(204, 204, 204, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(204, 204, 204, 1.0);
}





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

.custom-menu-primary .navigation-primary > ul > li > a {
  color: rgba(0, 64, 111, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li:hover > a {
  color: rgba(0, 64, 111, 1.0);
  border-color: rgba(244, 157, 58, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary > ul > li.active-branch > a {
  color: rgba(0, 64, 111, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary>ul>li:first-child>ul>li>ul>li:last-child>ul>li>ul>li:first-child>a {
  color: rgba(0, 0, 0, 1.0);
}

.custom-menu-primary .navigation-primary>ul>li:first-child>ul>li>ul>li:last-child>ul>li>ul>li a, 
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul>li>ul>li:last-child>ul>li a
.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>ul>li>ul>li:last-child>ul>li a, 
.custom-menu-primary .navigation-primary>ul>li:nth-child(5)>ul>li>ul>li:last-child>ul>li a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(6)>ul>li>ul>li:last-child>ul>li a {
  color: rgba(0, 0, 0, 1.0);
}

.custom-menu-primary .navigation-primary>ul>li ul li a:hover {
  color: rgba(244, 157, 58, 1.0) !important;
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary>ul>li ul li.active-branch > a {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.seitenleiste {
  background-color: rgba(244, 157, 58, 0.8);
}

.seitenleiste:hover,
.seitenleiste:focus {
  background-color: rgba(244, 157, 58, 1.0);
}

.seitenleiste ul li a {
  color: rgba(255, 255, 255, 1.0);
}

.seitenleiste ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 1200px) {
  .custom-menu-primary .navigation-primary > ul > li > ul {
    background-color: rgba(255, 255, 255, 1.0);
  }
}





.custom-footer-wrapper {
  background-color: rgba(114, 129, 141, 1.0);
}

.footer-contact-wrap .footer-contact {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 64, 111, 1.0);
}

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

.footer-top-menu .hs-menu-wrapper > ul > li:last-child > a:hover, 
.footer-top-menu .hs-menu-wrapper > ul > li:last-child > ul li a:hover {
  color: rgba(255, 255, 255, 0.7000000000000001);
}

.footer-top-menu .hs-menu-wrapper > ul ul li a {
  color: rgba(255, 255, 255, 0.7000000000000001);
}

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

.custom-footer-bottom {
  background-color: rgba(0, 0, 0, 0.2);
}

.footer-bottom-menu .hs-menu-wrapper > ul > li > a {
  color: rgba(255, 255, 255, 0.7000000000000001);
}

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

.footer-social-share ul > li > a {
  color: rgba(255, 255, 255, 0.7000000000000001);
}

.footer-social-share ul > li > a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.footer-contact .hs_cos_wrapper_type_rich_text a {
  color: rgba(255, 255, 255, 1.0);
}

.footer-contact .hs_cos_wrapper_type_rich_text a:hover {
  color: rgba(255, 255, 255, 1.0);
}















body .icon svg {
  fill: #494A52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494A52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494A52;
}

body .social-links__icon {
  background-color: #494A52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #f49d3a;
}

.page-center,
.content-wrapper{
  margin: 0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 749.9999999940001px;
  }
}

@media (min-width: 992px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 969.99999999px;
  }
}

@media (min-width: 1200px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1169.9999999939998px;
  }
}

@media (min-width: 1400px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1400px;
  }
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}