/* vierviertel 2021 Theme Overrides
   ==========================================================================
   ========================================================================== */

/* Font */

body {
  font-family: urg-cond-heavy;
  /*   font-weight: 400 !important; */
}

h2, .h2 {
  font-family: urg-cond-heavy;
  /*   font-weight: 400; */
}

h3, .h3 {
  font-family: urg-cond-bold;
  /*   font-weight: 400; */
}

.urg-cond-heavy {
  font-family: 'urg-cond-heavy';
}

.urg-cond-light, .urg-cond-light p {
  font-family: 'urg-cond-light';
}

.urg-cond-bold {
  font-family: 'urg-cond-bold';
}

.urg-cond-regular {
  font-family: 'urg-cond-regular';
}

/*Color*/
.orange {
  color: #F94F1B !important;
}

.beere {
  color: #D4145A !important;
}

.verlauf {
  color: #D4145A !important;
}

.auszeichnungen {
  color: #FFE60F !important;
}

.schwarz {
  color: #000000 !important;
}

.anthrazit {
  color: #5F5F5F !important;
}

.grau {
  color: #C9C9C9 !important;
}

.hellgrau {
  color: #F2F2F2 !important;
}

.weiss {
  color: #FFFFFF !important;
}

.bg-orange {
  background-color: #F94F1B !important;
}

.bg-beere {
  background-color: #D4145A !important;
}

.bg-verlauf {
  background-color: #D4145A !important;
}

.bg-auszeichnungen {
  background-color: #FFE60F !important;
}

.bg-schwarz {
  background-color: #000000 !important;
}

.bg-anthrazit {
  background-color: #5F5F5F !important;
}

.bg-grau {
  background-color: #C9C9C9 !important;
}

.bg-hellgrau {
  background-color: #F2F2F2 !important;
}

.bg-weiss {
  background-color: #FFFFFF !important;
}

.max-width-767 {
  max-width: 737px;
  margin: auto;
}

.max-width-800 {
  max-width: 800px;
  margin: auto;
}

.max-width-1300 {
  max-width: 1300px;
  margin: auto;
}

/* Global Styles ------ */
.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.font-20 {
  font-size: 20px;
}

.font-25, .font-25 p {
  font-size: 25px;
}

.font-35, .font-35 p {
  font-size: 35px;
}

.font-49 {
  font-size: 49px;
}

.font-50 {
  font-size: 50px;
}

.p0 {
  padding: 0 !important;
}

.p-l-r-20 {
  padding: 0 20px;
}

.p-l-r-30 {
  padding: 0 30px;
}

.p-l-r-40 {
  padding: 0 40px;
}

.p-l-r-50 {
  padding: 0 50px;
}

.p-l-r-60 {
  padding: 0 60px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-b-100 {
  padding-bottom: 100px;
}

/* Navigation ------ */
.hover-3 .level-2:before {
  display: block;
  content: "";
  position: absolute;
  top: -16px;
  background-color: #fefefe;
  left: calc(50% - 10px);
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  width: 35px;
  height: 35px;
  -webkit-box-shadow: -3px -3px 5px rgb(0 0 0 / 12%);
  box-shadow: -3px -3px 5px rgb(0 0 0 / 12%);
  border-radius: 6px;
}

.hover-relative-before .level-2:before {
  /*   left: calc(73% - 10px); */
  left:unset;
  right:420px;
}

.level-1 li:first-child, .hover-relative {
  position: relative;
}

.hover-relative-before .level-2 { /*padding: 35px 60px;*/
  padding: 35px 100px;
  top: 90%;
}

.hover-relative-before .level-2 .hover-4 {
  width: 33.33%;
}

.hover-3 .normal-sub {
  left: calc(50% - 8rem);
  padding: 10px 20px;
  top: 132%;
}

#header_btn .btn {
  padding: 1rem 0rem 1rem 1.25rem;
}

#header_btn .btn div {
  background: #F94F1B;
  /*padding: 8px 20px; */
  padding: 17px 35px 12px 35px;
  border-radius: 50px;
  color: #ffffff;
}

#header_btn .btn:hover div {
  background: #000000;
  color: #ffffff;
}

.sub-menu-color {
  letter-spacing: 3px;
  color: #F94F1B !important;
  font-size: 20px !important;
  font-family: 'urg-cond-light' !important;
}

.menu > ul > li > ul > li > ul > li a {
  padding: .1rem;
  /* font-size: 25px; */
  font-family: 'urg-cond-bold';
  /*  font-weight: 400; */
}

.menu > ul > li > ul.normal-sub > li a {
  padding: .1rem;
  /* font-size: 25px; */
  font-family: 'urg-cond-bold';
  /*  font-weight: 400; */
}

.header__logo img {
  max-width: 160px !important;
}

.menu > ul > li a {
  font-family: 'urg-cond-bold';
  font-size: 25px; 
  /*  font-weight: 400; */
}

.menu > ul > li a:hover {
  color: #F94F1B;
}

.menu .submenu.level-2 a.no-href:hover,
.menu .submenu.level-2 a.no-href.active-branch:hover,
.menu .submenu.level-2 a.no-href.active-branch {
  color: #F94F1B;
  cursor: pointer;
}

element.style {
  display: block;
}

a.menu-link.btn {
  width: fit-content;
}

.show-mobile:after {
  content: "\f404";
  font-size: 55px;
  font-weight: bold;
  -webkit-transform: translateY(-6%);
  transform: translateY(-6%);
  padding: 8px 0px 0px 0px;
}

.ion-ios-arrow-forward:before {
  display: none !important;
}

.header__container.content-wrapper {
  height: 100%;
}

header.header {
  height: 120px;
}

.language-menu ul {
  list-style: none;
  width: max-content;
  padding-top: 35px;
}
.language-menu a {
  text-decoration: none;
  font-family: 'urg-cond-bold';
}
.language-menu a:hover{
  text-decoration: none;
  color: #F94F1B;
}

/* Footer------ */
.footer-image-1 img {
  width: 50px;
  height: 50px;
  margin: 0 15px 10px 0;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.footer-image-2 img {
  width: 70%;
}
.footer-image-2 img.image-no-even {
  width: 100%;
  margin-top: -20px;
}

.address p {
  font-family: 'urg-cond-light';
}

.footer-menu-font-light ul li a {
  font-family: 'urg-cond-light';
  font-size: 25px;
  text-decoration: none;
  text-decoration-color: #f94f1b;
  text-underline-offset: 6px;
}

.footer-menu-1 p a{
  text-decoration: none;
  text-decoration-color: #f94f1b;
  text-underline-offset: 6px
}

.footer-menu-font ul li a {
  font-family: 'urg-cond-bold';
}

.footer-menu-color-orange ul li a {
  color: #F94F1B;
  text-decoration: none;
  text-decoration-color: #f94f1b;
  text-underline-offset: 6px;
}

.footer-titel-sub-1 {
  letter-spacing: 3px;
}

.footer-font-25, .footer-font-25 p {
  font-size: 25px;
}

.footer {
  padding: 100px 50px 100px 50px;
}

.footer ul li {
  margin-bottom: 0;
}

.bc-social-follow .social-links__link {
  padding: 0 30px;
}

/*  Blog Post*/


.blog-body-containe .dnd-section {
  padding-top: 108px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
}

.dnd_area-column-1-row-1-margin {
  margin-top: 20px !important;
  margin-bottom: 45px !important;
}

.hs-search-results {
  margin-top: 0;
}

.blog-index.p-0 {
  padding: 0rem 0;
}

.post-list .dnd-section {
  padding: 20px 0px;
}

.extra-padding {
  padding: 50px 0 50px 0;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

img {
  max-width: 100%;
}

.blog_form {
  width: 90%;
  margin: auto;
  padding: 100px 51px;
  background: aliceblue;
  background-color: red;
  background-image: linear-gradient(to left, #D3145A, #f94f1b);
}

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: 0px solid #d1d6dc;
}

form textarea {
  max-width: 100%;
  min-width: 100%;
}

form, .submitted-message, form p {
  font-family: 'urg-cond-light';
  /*  font-style: normal; */
  /*   font-weight: normal; */
  text-decoration: none;
}

.blog_form form p, .blog_form form div {
  color: #ffffff;
}

.blog_form form fieldset {
  max-width: 100%
}

/* .blog_form form fieldset ul.inputs-list input[type="checkbox"] {
width: 25px !important;
height: 25px !important;
margin: 0 5px 0 0;
} */

.blog_form form fieldset ul.inputs-list label {
  line-height: 1;
}

.blog_form form .hs_submit.hs-submit {
  text-align: center;
}

.blog_form form .hs_submit.hs-submit input[type=submit] {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px;
  color: #000;
  padding: 15px 35px;
  /*   font-weight: 400; */
  text-decoration: none;
  font-family: urg-cond-bold;
  /*  font-style: normal; */
  border-radius: 50px;
  font-size: 25px;
  outline: none;

}

.blog_form form .hs_submit.hs-submit input[type=submit]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

/* .blog_form .hs-error-msg {
color: #6495ed !important;
}

.blog_form .hs_error_rollup ul li label {
color: #6495ed !important;
} */

.blog_form .hs-error-msg {
  color: #000000 !important;
}

.blog_form .hs_error_rollup ul li label {
  color: #000000 !important;
}

.blog_form h3 {
  font-family: 'urg-cond-bold';
}

.blog_form form label span {
  font-family: 'urg-cond-bold';
  font-size: 35px;
}

.blog_form form fieldset ul.inputs-list label p {
  font-family: 'urg-cond-bold';
}

.blog_form .form-sub-title {
  color: #ffffff;
}

.blog_form .form-width {
  max-width: 960px;
  margin: auto;
}

.blog_form .hs-input::-webkit-input-placeholder, .blog_form .hs-input::-moz-placeholder, .blog_form .hs-input:-ms-input-placeholder, .blog_form .hs-input:-moz-placeholder {
  color: #c9c9c9;
  font-size: 25px;
}

.post-date, .post-author, .post-category {
  font-size: 20px;
}

.related-title {
  font-size: 35px;
}

.blog-index__post-post-summary {
  font-size: 25px;
}

.font-73 {
  font-size: 73px !important;
  line-height: 1;
  margin-bottom: 15px;
}

.post-date {
  border-right: 1px solid #000;
  padding-right: 6px;
}

.post-author {
  padding-left: 6px;
}

.blog_form .hs-form-booleancheckbox-display span {
  font-size: 22px;
}

.blog_form .hs-richtext a {
  color: #ffffff;
  text-decoration: underline;
}

.blog_form .hs-richtext a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.post_search_box {
  display: none;
}

.show {
  display: block;
}

.btn-search.active {
  background: #000000 !important;
  border: none;
}

.blog-index__post-content a {
  color: #000000;
  text-decoration: none !important;
}
.post-tags a,.post-tags .blog-post-tag,.post-author,#loady {
  text-decoration: none !important;
}

.post-category {
  color: #F94F1B !important;
  letter-spacing: 3px;
}

.post-meta-category {
  color: #F94F1B !important;
}

.post-meta, .post-meta a {
  letter-spacing: 3px;
}

.related-title a:hover {
  color: #F94F1B;
}

.col-lg-12 {
  width: 100%;
}

.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}

.hs-author-profile .hs-author-bio {
  overflow: hidden;
  font-size: 24px;
  line-height: 1.45;
  font-family: 'urg-cond-light';
}

.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

.hs-author-name {
  font-size: 36px;
  line-height: 47px;
  margin: 0 0 20px !important;
  font-family: 'urg-cond-bold';
}

.author-profile-set {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.loady {
  display: inline-block;
  text-align: center;
}

.load-more {
  text-align: center;
  margin-top: 40px;
}

.load-more svg {
  display: block;
  margin: auto;
}

.loady {
  font-family: 'urg-cond-light';
  /*   font-weight: 400; */
  color: #000000;
  font-size: 20px;
}

.loady:hover, .loady:focus {
  text-decoration: none;
}

.blog-headding {
  font-size: 73px;
}

.blog-post h1 {
  font-size: 80px;
  font-family: 'urg-cond-heavy';
}

.blog-post span {
  font-family: 'urg-cond-light';
  font-size: 25px;
}

.post-dec p span {
  text-decoration-color: #ffe60f !important;
  text-decoration-thickness: 4px !important;
}

/* --------------------- Modules ------------------------- */

.custom-social-sharing-fixed {
  position: fixed;
  z-index: 999;
}

.custom-social-sharing-wrapper {
  position: absolute;
  width: 1350px;
}

.custom-social-sharing {
  position: absolute;
  z-index: 10;
  margin-top: 50px;
  right: 10px;
}

.cusrom-share-font {
  width: 32px !important;
  margin-top: 0;
  font-size: 14px !important;
}

.custom-social-sharing a.custom-link-shar {
  width: 32px !important;
  height: 32px !important;
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.close {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='53.7' height='53.7' viewBox='0 0 53.7 53.7'><path opacity='.6' fill='%23f94f1b' d='M35.6 34.4L28 26.8l7.6-7.6c.2-.2.2-.5 0-.7l-.5-.5c-.2-.2-.5-.2-.7 0l-7.6 7.6-7.5-7.6c-.2-.2-.5-.2-.7 0l-.6.6c-.2.2-.2.5 0 .7l7.6 7.6-7.6 7.5c-.2.2-.2.5 0 .7l.5.5c.2.2.5.2.7 0l7.6-7.6 7.6 7.6c.2.2.5.2.7 0l.5-.5c.2-.2.2-.5 0-.7z'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  cursor: pointer;
  padding-left: 5px;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
}

/* .blog-post h1{font-family: 'urg-cond-heavy';font-size:96px;} */
.blog-post h2 {
  font-family: 'urg-cond-bold';
  font-size: 55px;
  padding-top: 70px;
  margin: 0;
}

.blog-post h3 {
  font-family: 'urg-cond-bold';
  font-size: 35px;
  color: #f94f1b;
}

.blog-post h4 {
  font-family: 'urg-cond-light';
  font-size: 35px;
}

.blog-post h5 {
  font-family: 'urg-cond-bold';
  font-size: 25px;
}

.blog-post p {
  font-family: 'urg-cond-light';
  font-size: 25px;
  margin: 0;
}

.blog-post strong,
.blog-post span[style],
.blog-post p[style] {
  font-family: 'urg-cond-bold';
  font-weight: normal !important;
  font-size: 25px;
}

.blog-post .p-small {
  font-family: 'urg-cond-light';
  font-size: 22px;
}

.blog-post .p-small-strong {
  font-family: 'urg-cond-bold';
  font-size: 22px;
}

.blog-post .likeh3 {
  font-family: 'urg-cond-bold';
  font-size: 35px;
  color: #f94f1b;
}

.blog-post .abstract {
  font-family: 'urg-cond-light';
  font-size: 35px;
}

.blog-post .capital-headline-grey {
  font-family: 'urg-cond-heavy';
  font-size: 20px;
  color: #ffffff;
  background: #C9C9C9;
  padding: 10px 5px;
}

.blog-post .capital-headline {
  font-family: 'urg-cond-heavy';
  font-size: 20px;
  color: #f94f1b;
}

.blog-post .blog-date-author {
  font-family: 'urg-cond-heavy';
  font-size: 20px;
}

.blog-post button {
  font-family: 'urg-cond-bold';
}

.blog-post .post-meta a, .blog-post .post-meta span {
  font-size: 20px;
}

.blog-post .post-meta .post-author {
  color: #000000;
}

..blog-post-tag {
}

.blog-post-tag:hover, .post-author:hover, .blog-post-tag:focus, .post-author:focus {
  text-decoration: none;
}

.post-tags, .blog-post-headding, .blog-post-author-date {
  padding-bottom: 50px;
}

.blog-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-post .blog-post-tag {
  font-size: 20px;
  background: #AEAEAF;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'urg-cond-light';
  letter-spacing: 0.15em;
}

.blog-post .post-author {
  text-transform: uppercase;
}

.post-dec {
  padding-top: 100px;
  padding-bottom: 25px;
}

.blog-post-listing .hs-author-avatar {
  max-width: 140px;
}

.hs-author-profile {
  position: relative;
}

.soc {
  position: absolute;
  top: 165px;
}

.blog-post-listing .hs-author-avatar img {
  margin-top: 10px;
}

.soc a {
  display: inline-block;
  position: relative;
  height: 25px;
  width: 25px;
}

.soc svg {
  height: 100%;
  width: 100%;
}

.icon {
  background: #f94f1b;
  border-radius: 10%;
  color: white;
  fill: white !important;
}

.linkedin:hover {
  color: #007BB6;
  fill: #007BB6;
}

.icon svg {
  display: block;
  fill: #fff !important;
}

/* --------------- Blog Article ------------------- */

.blog-related-posts__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-column-gap: 20px;
  width: 100%;
}

.related-post {
  /*   padding: 20px 0px; */
  padding: 20px;
  transition: 0.5s;
}

.related-post p.header2,
.related-post__post-summary h2 {
  font-size: 25px;
  padding-top: 0px;
  font-family: 'urg-cond-light';
}


.related-post:hover {
  box-shadow: 0px 1px 6px 4px #aaaaaa;
  /*   padding: 20px 20px; */
}

.related-post__title a {
  color: #000000;
  font-family: 'urg-cond-bold';
  font-size: 35px;
}

.related-post__title a:hover,
.related-post__title a:focus {
  color: #f94f1b;
  text-decoration: none;
}

.related-post__tag-link, .related-post__tag-link div {
  font-size: 20px;
  letter-spacing: 0.15em;
}

.related-post__image-wrapper img {
  height: auto;
  width: 100%;
}

.related-post__title a, .related-post__tags a {
  text-decoration: none;
}

.related-post:hover .related-post__title a {
  color: #f94f1b;
}

.related-post__image-wrapper a {
  font-size: 0px;
}

.related-post__tags {
  margin-top: 16px;
  margin-bottom: 10px;
}

.related-post__title {
  margin-bottom: 10px;
}

.blog-related-posts__title {
  font-family: 'urg-cond-bold' !important;
  font-size: 35px !important;
  margin-bottom: 20px;
}


/* Blog Post comment*/
.blog_comment_form {
  width: 90%;
  margin: auto;
  padding: 100px 51px;
  background: aliceblue;
  background-color: #f2f2f2;
  /*   background-image: linear-gradient(to left,#d3145a,#f94f1b); */
}

.blog_comment_form #hs_cos_wrapper_blog_comments {
  max-width: 737px;
  margin: auto;
}

.blog_comment_form #comments-listing .comment.depth-1 {
  padding-left: 0;
  width: 80%;
  margin-left: auto;
  background: #E2E2E3;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
  border: 1px solid #ffffff;
}

.blog_comment_form #comments-listing .comment.depth-0 {
  padding-top: 0;
  margin-top: 0;
  border-top: 1px solid #e2e2e3;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
}

.blog_comment_form #comments-listing .comment-date {
  display: none;
}

.blog_comment_form #comments-listing .comment-from h4, .blog_comment_form #comments-listing .comment-from h4 a {
  font-size: 25px;
  font-family: 'urg-cond-bold';
  color: #000000;
  text-transform: capitalize;
}

.blog_comment_form #comments-listing .comment-from h4 a:hover, .blog_comment_form #comments-listing .comment-from h4 a:focus {
  text-decoration: none;
}

.post-btn-comment {
background-color: #f94f1b;
border: 1px solid #f94f1b;
color: #fff !important;
padding: 5px 15px;
text-decoration: none;
font-family: 'urg-cond-bold' !important;
font-size: 18px !important;
border-radius: 30px;
position: relative;
display: inline-block;
margin-bottom: 50px;
outline: none;
}

.blog_comment_form .load-more {
  margin-top: 50px;
}

.blog-post-form-title {
  font-family: 'urg-cond-bold';
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.post-dec table img {
  max-width: 100%;
  margin-left: 0;
}

.post-dec img.hs-mce-draggable {
  margin-left: 0;
}

.post-dec h6 {
  padding-bottom: 100px;
  font-size: 19px;
  font-family: 'urg-cond-bold';
  margin-top: 25px;
}

.blog_comment_form form label span {
  font-family: 'urg-cond-bold';
  font-size: 35px;
  color: #f94f1b;
}
.blog_comment_form form label span p {
  color: #000000;
}

.blog_comment_form form label span.hs-form-required {
  color: #d04f44;
}

.blog_form input[type="checkbox"] {
  margin-top: 0px !important;
}

.blog_comment_form .hs-form-field {
  margin-bottom: 50px;
}

.blog_comment_form form input[type=checkbox] {
  margin-top: 5px;
  width: 15px;
  height: 15px;
}
.blog_comment_form .legal-consent-container .hs-form-booleancheckbox-display>span p{
  margin-left:0rem !important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span, .legal-consent-container .hs-form-booleancheckbox-display>span p{
  margin-left:0rem !important;
}

a, a:hover, a:focus {
  outline: none;
  text-decoration: underline 2px;
  text-decoration-color: #f94f1b;
  text-underline-offset: 6px;
}

.blog_comment_form .hs_submit.hs-submit {
  margin-top: 50px;
  text-align: center;
}

.post-btn-comment:hover, .post-btn-comment:focus {
  text-decoration: none;
  background-color: #000000;
  border-color: #000;
}

input.hs-button.primary:hover, input.hs-button.primary:focus {
  border-color: #000;
}

.blog_comment_form #comments-listing .comment-reply-to {
  display: none;
}

.blog-post-heading {
  max-width: 737px;
  margin: auto;
  font-size: 35px;
  font-family: 'urg-cond-bold';
  margin-bottom: 50px;
}

/* Template specific styles ------ */

.footer-text-underline .hs-menu-item a {
  text-decoration: underline;
}

/* Contact Page */
/*
.contact_form {
  width: 75%;
  background: aliceblue;
  background-color: red;
  background-image: linear-gradient(to left, #d3145a, #f94f1b);
  padding: 100px 51px;
}
*/
/* Contact Form */
 /*
.contact_form form {
  width: 70%;
}

.contact_form form p, .contact_form form div {
  color: #ffffff;
}

.contact_form form fieldset {
  max-width: 100%
}

.contact_form form fieldset ul.inputs-list input[type="checkbox"] {
  width: 25px !important;
  height: 22px !important;
}

.contact_form form fieldset ul.inputs-list label {
  line-height: 1;
}

.contact_form form .hs_submit.hs-submit input[type=submit] {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px;
  color: #000;
  padding: 15px 35px;
  /*   font-weight: 400; 
  text-decoration: none;
  font-family: urg-cond-bold;
  /*  font-style: normal; 
  border-radius: 50px;
  font-size: 25px;
  outline: none;

}

.contact_form form .hs_submit.hs-submit input[type=submit]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

/* .contact_form .hs-error-msg {
color: #6495ed !important;
}

.contact_form .hs_error_rollup ul li label {
color: #6495ed !important;
} 

.contact_form .hs-error-msg {
  color: #000000 !important;
}

.contact_form .hs_error_rollup ul li label {
  color: #000000 !important;
}

.contact_form h3 {
  font-family: 'urg-cond-bold';
}

.contact_form form label span {
  font-family: 'urg-cond-bold';
  font-size: 35px;
}

.contact_form form fieldset ul.inputs-list label p {
  font-family: 'urg-cond-bold';
}

.contact_form .form-sub-title {
  color: #ffffff;
}

.contact_form .form-width {
  max-width: 960px;
  margin: auto;
}

.contact_form .hs-input::-webkit-input-placeholder, .contact_form .hs-input::-moz-placeholder, .contact_form .hs-input:-ms-input-placeholder, .contact_form .hs-input:-moz-placeholder {
  color: #c9c9c9;
  font-size: 25px;
}

.contact_form .hs-form-booleancheckbox-display span {
  font-size: 22px;
}

.contact_form .hs-richtext a {
  color: #ffffff;
  text-decoration: underline;
}

.contact_form .hs-richtext a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.contact_form form label span p {
  font-family: 'urg-cond-bold';
}

.contact_page_form_img {
  position: absolute;
  width: calc(100% - 705px);
  right: 0;
  top: calc(18% - 1rem);
  box-shadow: 0 0 17.5px rgb(0 0 0 / 20%);
}

*/

/* END Contact Form */

input[type="checkbox"] {
  width: 25px !important;
  height: 22px !important;
  margin-top: 5px;
}

.contact-container-wrapper {
  padding-top: 100px;
}


.contact_user_details {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  display: grid;
  width: 100%;
}

.contact_detail_image img {
  object-fit: cover;
  width: 100%;
}

.contact_grid_title {
  font-size: 35px;
  font-family: 'urg-cond-bold';
  color: #F94F1B;
  margin-top: 25px;
}

.contact_grid_text, .contact_grid_dec, .contact_grid_phone, .contact_grid_email {
  font-size: 25px;
  font-family: 'urg-cond-light';
  color: rgb(0, 0, 0, 87%);
}

.padding-left-right-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.bg-f2f2f2 {
  background: #f2f2f2;
}

.contact-page-w-1740 {
  max-width: 1740px;
  margin: auto;
}

.contact_add_tilte {
  font-size: 49px;
  font-family: 'urg-cond-bold';
  padding-bottom: 35px;
  color: rgb(0, 0, 0, 87%);
}

.contact_add_cpn_name {
  font-size: 35px;
  font-family: 'urg-cond-bold';
  padding-bottom: 25px;
  color: #F94F1B;
}

.contact_add_cpn_address {
  font-size: 25px;
  font-family: 'urg-cond-light';
  padding-bottom: 25px;
  color: rgb(0, 0, 0, 87%);
}

.contact_add_cpn_phone {
  font-size: 25px;
  font-family: 'urg-cond-light';
  color: rgb(0, 0, 0, 87%);
}

.contact_add_cpn_emial {
  font-size: 25px;
  font-family: 'urg-cond-light';
  color: rgb(0, 0, 0, 87%);
}

.m-b-90 {
  margin-bottom: 90px;
}

h1, .h1 {
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: 'urg-cond-heavy';
}

h2, .h2 {
  font-size: 55px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: 'urg-cond-bold';
}

h3, .h3 {
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #f94f1b;
  font-family: 'urg-cond-bold';
}

h4, .h4, .abstract p, p.header2 {
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 1.4;
  font-family: 'urg-cond-light';
}

p, .p {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 1.4;
  font-family: 'urg-cond-light';
}

p strong, .p strong {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 1.4;
  font-family: 'urg-cond-bold';
  font-weight: normal;
}



/* ---------------------- Landingpage Page ---------------------------- */

.landing-img-absolute {
  position: absolute;
  top: 0;
  width: 50%;
}

@media only screen and (max-width: 1600px) {
  .landing-img-absolute {
    width: 40%;
  }
}

@media only screen and (max-width: 1500px) {
  .landing-img-absolute {
    width: 35%;
  }
}

@media only screen and (max-width: 1400px) {
  .landing-img-absolute {
    width: 30%;
  }
}

@media only screen and (max-width: 1330px) {
  .landing-img-absolute {
    width: 30%;
  }
}

@media only screen and (max-width: 1245px) {
  .landing-img-absolute {
    width: 25%;
  }
}

@media only screen and (max-width: 1160px) {
  .landing-img-absolute {
    width: 20%;
  }
}

@media only screen and (max-width: 1100px) {
  .landing-img-absolute {
    width: 16%;
  }
}

.img-left-side {
  left: 0;
  transform: translate(-115%, 0%);
}

.img-right-side {
  right: 0;
  transform: translate(115%, 0%);
}

.img-center {
  top: calc(50% - 4rem);
}

.img-bottom {
  bottom: 0;
  top: unset;
}

.landing-page-box {
  border: 4px solid #f94f1b;
  padding: 50px 75px !important;
  background: #fff;
}

ul li, ol li {
  font-size: 25px;
  font-family: 'urg-cond-light';
}

ul li::marker{
  color: #000;
  font-size: inherit;
}
ol li::marker{
  color: #f94f1b;
  font-size: 25px;
}
/* .registration-ul ol li::marker {
color: #f94f1b;
font-size: 40px;
font-weight: bold;
} */

/* .registration-ul ul, .registration-ul ol {
padding-left: 35px;
} */

ul {
  padding-left: 25px;
  padding-top: 10px;
  }
}

ul, ol {
  margin: -0.5rem 0 1.4rem;
  padding-top: 10px;
}

ol {
  padding-left: 35px;
  -webkit-padding-start: 60px;
  list-style-type: decimal-leading-zero;
  padding-top: 10px;
}
/* .ol-list{padding-left: 60px;-webkit-padding-start: 60px;} */

.landing-page-gradient-image {
  width: 5%;
  position: absolute;
  top: 15px;
}

.landing-page-gradient-image.left-image {
  left: 0;
}

.landing-page-gradient-image.center-image {
  left: 0;
  right: 0;
  margin: auto;
}

.landing-page-gradient-image.right-image {
  right: 0;
}

.landing-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  display: grid;
  width: 100%;
}

.landing-grid-item {
  width: 100%;
  float: left;
}

.landing-grid-item {
  box-shadow: 0 0 17.5px rgb(0 0 0 / 20%);
  background: #fff;
  padding: 50px;
  height: 100%;
}

.landing-page-gradient-box {
  background-image: linear-gradient(to left, #d3145a, #f94f1b);
  color: #fff;
  padding: 25px 0;
  border: 3px solid #fff;
  box-shadow: 0 0 17.5px rgb(0 0 0 / 20%);
}

.width-62 {
  max-width: 830px;
  margin: auto;
  margin-bottom: 80px;
}

.box-section-lending .span12 .row-fluid-wrapper.dnd-row:nth-child(2) .row-fluid:nth-child(1) {
  display: flex;
}

.box-section-lending .span4 .row-fluid-wrapper.dnd-row:nth-child(1) .row-fluid:nth-child(1) {
  display: block;
}

.box-section-lending .span12 .dnd-row:nth-child(2) .row-fluid .dnd-row,
.box-section-lending .span12 .dnd-row:nth-child(2) .row-fluid .dnd-row .row-fluid,
.box-section-lending .span12 .dnd-row:nth-child(2) .row-fluid .dnd-row .row-fluid .span12.dnd-module,
.box-section-lending .span12 .dnd-row:nth-child(2) .row-fluid .dnd-row .row-fluid .hs_cos_wrapper_type_module {
  height: 100%;
}

/* Stage Section landing-page-footer-section */

.stage, 
.landing-page-footer-section {
  width: 90%;
  margin: auto;
}

.landing-page-footer-section {
  background: aliceblue;
  background-color: red;
  background-image: linear-gradient(to left, #d3145a, #f94f1b);
}

.stage {
  background-image: linear-gradient(to left, #f94f1b, #d3145a );
}

.stage .row-fluid {
  height: 100%;
}

@media screen and (max-width: 1558px) {
  .stage,
  .landing-page-footer-section {
    width: 100%;
  }
}

/* END Stage Section landing-page-footer-section */

.email-subscription-preferences-page .page-header {
  font-size: 25px;
  font-family: 'urg-cond-light';
  padding-bottom: 50px;
}

.email-subscription-preferences-page .page-header h2 {
  font-size: 35px;
  color: #f94f1b;
  font-family: 'urg-cond-bold';
  margin: 0;
}

.email-subscription-preferences-page #content.email-prefs {
  background-color: red;
  background-image: linear-gradient(to left, #d3145a, #f94f1b);
  padding: 100px 150px;
}

.email-subscription-preferences-page #content.email-prefs p.header {
  color: #ffffff;
  font-size: 49px;
  font-family: 'urg-cond-bold';
  margin-bottom: 20px;
}

.email-subscription-preferences-page #content.email-prefs .checkbox-row .fakelabel {
  font-size: 35px;
  font-family: 'urg-cond-bold';
  color: #ffffff;
}

.email-subscription-preferences-page #content.email-prefs .subscribe-options p.header {
  font-size: 35px;
  font-family: 'urg-cond-bold';
  color: #ffffff;
  margin-bottom: 0;
}

.email-subscription-preferences-page #content.email-prefs .item-inner p {
  font-size: 25px;
  font-family: 'urg-cond-light';
  color: #ffffff;
}

.email-subscription-preferences-page #content.email-prefs input[type=submit] {
  display: flex;
  margin: auto;
  color: #000000;
  background: #fff;
  border-radius: 50px;
  font-family: 'urg-cond-bold';
  font-size: 25px;
  padding: 15px 35px;
  /*   font-weight: 400; */
}

.email-subscription-preferences-page #content.email-prefs input[type=submit]:hover {
  color: #ffffff;
  background: #000000;
}

.email-subscription-preferences-page {
  margin-bottom: 100px;
}

.email-subscription-confirmation-page .page-header h2 {
  font-size: 35px;
  color: #f94f1b;
  font-family: 'urg-cond-bold';
  margin: 0;
}

.email-subscription-confirmation-page {
  margin-bottom: 100px;
}

.email-subscription-confirmation-page .page-header {
  font-size: 25px;
  font-family: 'urg-cond-light';
  padding-bottom: 25px;
}

.email-subscription-confirmation-page #content.success {
  font-size: 35px;
  font-family: 'urg-cond-light'
}

.email-backup-unsubscribe-page #email-prefs-form {
  background-color: red;
  background-image: linear-gradient(to left, #d3145a, #f94f1b);
  padding: 100px 51px;
}

.email-backup-unsubscribe-page {
  margin-bottom: 100px;
}

.email-backup-unsubscribe-page #email-prefs-form #content {
  width: 50%;
  margin: auto;
  text-align: center;
}

.email-backup-unsubscribe-page #email-prefs-form #content h3 {
  text-align: left;
  color: #fff;
}

.email-backup-unsubscribe-page #email-prefs-form #content input[type=email] {
  width: 100% !important;
}

.email-backup-unsubscribe-page #email-prefs-form #content input[type=submit] {
  color: #000;
  background: #fff;
  border-radius: 50px;
  font-family: 'urg-cond-bold';
  font-size: 25px;
  padding: 15px 35px;
  /*   font-weight: 400; */
  margin-top: 15px;
}

.email-backup-unsubscribe-page #email-prefs-form #content input[type=submit]:hover {
  color: #fff;
  background: #000;
}

.email-backup-unsubscribe-container-wrapper {
  padding-top: 70px;
}

.email-backup-unsubscribe-page .page-header {
  padding-bottom: 50px;
}

.email_subscription_cancelation_form {
  width: 100%;
  background: aliceblue;
  background-color: red;
  background-image: linear-gradient(to left, #d3145a, #f94f1b);
  padding: 100px 51px;
}

.email_subscription_cancelation_form form label span {
  font-family: 'urg-cond-bold';
  font-size: 35px;
  color: #fff;
}

.email_subscription_cancelation_form form label.hs-form-checkbox-display span {
  font-family: 'urg-cond-light';
  font-size: 25px;
  color: #fff;
}

.email_subscription_cancelation_form form input[type=submit] {
  /*  font-style: normal; */
  border-radius: 50px;
  font-size: 25px;
  font-family: 'urg-cond-bold';
  padding: 15px 35px;
  background-color: rgb(255 255 255);
  border: 1px solid #ffffff;
  color: #000;
  outline: none;
}

.email_subscription_cancelation_form form .hs_submit.hs-submit input[type=submit]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.email_subscription_cancelation_form .hs_submit.hs-submit {
  margin-top: 50px;
  text-align: center;
}

/* .email_subscription_cancelation_form .hs-error-msg {
color: #6495ed !important;
} */

.email_subscription_cancelation_form .hs-error-msg {
  color: #000000 !important;
}

.email_subscription_cancelation_form, .email_subscription_cancelation_form h2 {
  color: #fff !important;
}

.email_subscription_cancelation_form .hs-richtext a {
  color: #ffffff;
  text-decoration: underline;
}

/*
.contact_form h2 {
  color: #ffffff;
}

.contact_form .form-width {
  max-width: 590px;
  margin-left: 0;
}

.contact_form form {
  width: 100%;
}
*/

.kalkulations_image img {
  width: 100%;
}

.thank-bg-black {
  width: 90%;
  margin: auto;
  padding: 100px 51px;
  background: #000000;
}

.thank-you-related-post {
  padding: 0px;
  transition: 0.5s;
}

.blog_form h2 {
  color: #ffffff;
  font-size: 60px;
}

.thank-btn {
  background-color: #f94f1b;
  border: 1px solid #f94f1b;
  color: #fff !important;
  padding: 15px 35px;
  text-decoration: none;
  font-family: 'urg-cond-bold';
  font-size: 25px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
}

.registration_form .hs-error-msg{color: #000000 !important;}
.registration_form .hs_error_rollup ul li label{color: #000000 !important;}
.legal-consent-container .hs-form-booleancheckbox-display>span {display: flex !important;}

.ion-ios-arrow-forward:before{
  font-size: 42px;
  /*   font-weight: bold !important; */
}

.large-column-section .span6{
  border: 4px solid #f94f1b !important;
  padding: 50px 75px !important;
  background: #fff !important;
}

form .hs-form-checkbox label{display:flex;}
form .hs-form-checkbox span{width: calc( 100% - 30px);}
.hs_cos_wrapper_type_linked_image,.widget-type-linked_image{font-size:0px;line-height: 0;}
.kalkulations-page-custom form .hs-email.hs_email{margin-bottom: 0;}
form .inputs-list > li {
  margin: 0rem 0;
}

input[type=checkbox]:focus,input[type=checkbox]:hover {
  outline: none !important;
}

.related-post__tag-link, .related-post__tag-link div {
  text-transform: uppercase;
  font-family: 'urg-cond-light';
}


/* ---------- BUTTON ---------- */

.btn-large, .btn-dark-bg-large, .btn-orange-bg-large, .blog_comment_form form input[type=submit] {
  padding: 15px 35px;
  cursor: pointer;
  line-height: 1.1;
  width: auto;
  transition: all .15s linear;
  text-align: center;
  border-radius: 50px;
  text-decoration:none;
  font-family: 'urg-cond-bold';
  font-size: 25px;
  display: inline-block;
}


.btn-large{
  background-color: rgba(249,79,27,1.0);
  border: 1px solid #f94f1b;
  color:#fff;
}

.btn-large:hover{
  background-color: rgba(0,0,0,1.0);
  border: 1px solid #000000;
  text-decoration:none;
  color:#fff;
}
.btn-large:focus{
  background-color: #5f5f5f;
  border: 1px solid #5f5f5f;
  text-decoration:none;
  color:#fff;
}

.btn-dark-bg-large {
  background-color: rgba(249,79,27,1.0);
  border: 1px solid #f94f1b;
  color:#fff;
}
.btn-dark-bg-large:hover{
  background-color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration:none;
  color:#000000;
}
.btn-dark-bg-large:focus{
  background-color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration:none;
  color:#f94f1b;
}

.btn-orange-bg-large {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color:#000000;
}
.btn-orange-bg-large:focus{
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration:none;
  color:#ffffff;
}
.btn-orange-bg-large:hover{
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration:none;
  color:#ffffff;
}

.btn-small{
  background-color: rgba(249,79,27,1.0);
  border: 1px solid #f94f1b;
  padding: 10px 20px;
  cursor: pointer;
  line-height: 1.1;
  width: auto;
  transition: all .15s linear;
  text-align: center;
  border-radius: 50px;
  color:#fff;
  text-decoration:none;
  font-family: 'urg-cond-bold';
  font-size: 20px;
  display: inline-block;
}
.btn-small:hover{
  background-color: rgba(0,0,0,1.0);
  border: 1px solid #000000;
  text-decoration:none;
  color:#fff;
}
.btn-small:focus{
  background-color: #5f5f5f;
  border: 1px solid #5f5f5f;
  text-decoration:none;
  color:#fff;
}


.btn-dark-bg-small{
  background-color: rgba(249,79,27,1.0);
  border: 1px solid #f94f1b;
  padding: 10px 20px;
  cursor: pointer;
  line-height: 1.1;
  width: auto;
  transition: all .15s linear;
  text-align: center;
  border-radius: 50px;
  color:#fff;
  text-decoration:none;
  font-family: 'urg-cond-bold';
  font-size: 20px;
  display: inline-block;
}
.btn-dark-bg-small:hover{
  background-color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration:none;
  color:#000000;
}
.btn-dark-bg-small:focus{
  background-color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration:none;
  color:#f94f1b;
}

.btn-orange-bg-small{
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  cursor: pointer;
  line-height: 1.1;
  width: auto;
  transition: all .15s linear;
  text-align: center;
  border-radius: 50px;
  color:#000000;
  text-decoration:none;
  font-family: 'urg-cond-bold';
  font-size: 20px;
  display: inline-block;
}
.btn-orange-bg-small:hover{
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration:none;
  color:#ffffff;
}
.btn-orange-bg-small:focus{
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration:none;
  color:#ffffff;
}


/* -------------------------- Pop-up-CTA ------------------------ */

.leadinModal.leadinModal-v3 .leadinModal-content {
  font-size: 19px !important;
}

.leadinModal .leadinModal-content h4 {
	font-size: 1.8em !important;
	font-weight: 400 !important;
	margin-bottom: .3em !important;
	font-family: 'urg-cond-bold';
  color: #000 !important;
	}

.leadinModal .leadinModal-content p {
  color: #000 !important;
  font-size: 1.2em !important;
}

.leadinModal .dyno-image {
  width: 150px !important;
}

.leadinModal .dyno-image img {
  max-width: 150px !important;
}

.leadinModal .advance-wrapper {
  margin-left: 172px !important;
}

.leadinModal .leadin-button {
  font-family: 'urg-cond-bold' !important;
  font-size: 1.1em !important;
}



@media only screen and (max-width: 480px) {

  .leadinModal.leadinModal-v3 .leadinModal-content {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 480px) 

  
/* ----------------------- END Pop-up-CTA ------------------- */
  
  



@media only screen and (max-width: 1024px) {
  .mobile-none {
    display: none;
  }

  .landing-grid {
    grid-column-gap: 10px;
  }

  .landing-grid-item {
    padding: 25px 20px;
  }

  .landing-page-gradient-image.right-image {
    right: 4%;
    transform: rotate(47deg);
  }

  .landing-page-gradient-image.left-image {
    left: 4%;
    transform: rotate(-38deg);
  }

  .landing-page-footer-section .span12 .span7, .landing-page-footer-section .span12 .span5
  .stage .span12 .span7, .stage .span12 .span5 {
    width: 100%;
    margin-left: 0%;
  }

  .landing-page-footer-section, .stage {
    width: 100%;
  }

  .landing-page-footer-section .span12 .span5
  .stage .span12 .span5 {
    margin-top: 5%;
  }

  .landing-page-footer-section .span7 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-cta
  .stage .span7 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-cta{
    text-align: center;
  }

  .stage {
    height: auto;
  }

  /*
  .hover-3 .normal-sub {
    left: calc(0%) !important;
  }
    */
  
  .menu-mobile {
    padding-top: 0px;
    padding-bottom: 4px;
  }

  .menu .submenu.level-2 {
    background-color: #F2F2F2;
  }

  .hover-3 .level-2:before {
    display: none;
  }

  .menu > ul > li > ul {
    box-shadow: 0 0rem 0rem rgb(0 0 0 / 15%) !important
  }

  .menu .hover-relative-before ul.level-2 {
    padding: 20px;
  }

  /*   .hover-relative-before .level-2{display: flex;} */
  .open .menu-link.ion-ios-arrow-forward{color: #F94F1B;}
  .menu-link.ion-ios-arrow-forward:before{
    color: #C9C9C9;
  }
  .open .ion-ios-arrow-forward:before {
    color: #F94F1B !important;
    transform: rotate(90deg);
  }

  .ion-ios-arrow-forward:before {
    display: inline-block !important
  }

  .ion-ios-arrow-forward:before {
    float: right;
    margin-right: 80%;
    padding-top: 0px;
    margin-top: -4px;
  }

  .hover-4 {
    float: left !important;
    display: inline-block;
    margin-top: 0px !important;
  }
  .hover-4 a.menu-link.sub-menu-color.no-href{
    padding-top: 0;
  }

  .hover-3 .normal-sub {
    width: 100% !important;
    padding: 35px 20px !important;
  }

  .custom-social-sharing-wrapper {
    width: 991px;
  }

  .post-dec img {
    max-width: 100%;
    margin-left: 0%;
  }
  #header_btn .btn {
    padding: 1rem 0rem 1rem 0rem;
  }
  #header_btn .btn div{
    padding: 10px 25px;
  }
}

@media only screen and (max-width: 991px) {
  .landing-page-box {
    padding: 50px 20px !important;
    margin-top: 20px;
  }
  .large-column-section .span6{
    padding: 50px 20px !important;
    margin-top: 20px;
  }

  .hs-cta-img {
    height: auto;
  }

  h1, .h1 {
    font-size: 55px;
  }

  .thank-bg-black {
    width: 100%;
  }

  
 /* .contact_form{
    padding: 0;
  }

  .contact_form .form-width {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .contact_form .form-width {
    padding: 0 20px;
  } */

  .blog_form .form-width {
    width: 100%;
    margin: auto;
  }

  .custom-social-sharing-fixed {
    position: relative;
    z-index: 999;
    display: inline-block;
  }

  .custom-social-sharing-wrapper {
    position: relative;
    width: 100% !important;
  }

  .custom-social-sharing {
    position: relative;
    z-index: 10;
    margin-top: 60px;
    right: 0px;
  }

  .custom-social-sharing a.custom-link-shar {
    display: inline-block;
  }

  .blog-post h1 {
    font-family: 'urg-cond-heavy';
    font-size: 55px;
  }

  .blog-related-posts__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .related-post {
    padding: 0;
    padding-top:30px ;
  }

  .blog-related-posts__title {
    font-size: 25px !important;
    margin-bottom: 30px !important;
    padding-top: 0px !important;
  }

  .related-post-m-padding {
    padding-top: 44px
  }

/*  .contact_form .form-width {
    width: 100%;
    margin: auto;
  }

  .contact_page_form_img {
    position: relative;
    width: 100%;
    margin-top: 40px;
    right:0;
  }

  .contact_form form {
    width: 100%;
  }

  .contact_form {
    width: 100%;
  } */

  .contact_user_details {
    grid-template-columns: repeat(1, 1fr);
  }

  .m-p-0 {
    padding: 0px;
  }

  .m-d-block {
    display: block !important;
  }

  .m-p-b-25 {
    padding-bottom: 25px;
  }

  .contact-container-wrapper {
    padding-bottom: 50px;
  }

  .m-w-100 {
    width: 100% !important;
  }

  .m-m-t-30 {
    margin-top: 30px;
  }
  .m-p-l-r-15{padding: 0 15px;}

  .m-p-t-0{padding-top:0px !important;}

  .post-tags, .blog-post-headding, .blog-post-author-date {
    padding-bottom: 25px;
    margin-bottom:0px;
  }
}

@media screen and (min-width: 800px) {
  body .social-links__icon svg {
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
  

  .hover-3 ul.normal-sub {
    width: 100% !important;
    padding: 20px 20px !important;
    left: auto;
    /*  margin-left: 20px; */
  }

  /*   .hover-relative-before .level-2{display: block;} */
  .hover-relative-before .level-2 .hover-4 {
    width: 100%;
  }
  
  .ion-ios-arrow-forward:before {
    float: right;
    margin-right: 55%;
    padding-top: 3px;
  }

  .hover-4 {
    float: none !important;
    display: block;
    margin-top: 20px !important;
  }
  li.hover-4:first-child {
    margin-top: 0px !important;
  }

  .ion-ios-arrow-forward:before {
    margin-right: 50%;

  }

  .footer-image-2 .span6 {
    width: 50%;
  }

  /*   .footer-image-2 {
  display: flex;
} */

  .display-block-menu ul li:first-child {
    margin-bottom: 0%;
  }

  .footer .m-t-40 {
    margin-top: 20px;
  }

  #hs_menu_wrapper_footer__copyright__links ul {
    display: inline-block;
  }

  #hs_menu_wrapper_footer__copyright__links ul li {
    display: inline-block;
  }

  .footer .footer__copyright {
    display: block;
    text-align: center;
  }

  .bc-social-follow .social-links__link {
    padding: 0 10px;
  }
  .w-50 {
    width: 100% !important;
  }

  .footer-titel.font-25, h5.footer-titel-2.urg-cond-bold.orange.font-25 {
    font-size: 22px;
    text-align: center;
  }
  .footer-image-1,.footer-image-2{text-align: center;}

  .footer-font-25, .footer-font-25 p, a.footer-disply-block.urg-cond-light.font-25 {
    font-size: 20px;
  }

  .footer-menu-font-light ul li a {
    font-size: 20px;
  }

  #hs_menu_wrapper_footer__copyright__links ul li:after {
    font-size: 25px;
  }

  .copyright_text_font span ,.footer .footer__copyright a{
    font-size: 20px;
  }


  body .social-links__icon svg {
    height: 25px;
  }

  .blog-body-containe .dnd-section {
    padding-top: 30px;
  }

  .blog-body-containe .dnd-section .font-73 {
    margin-bottom: 25px;
    font-size: 35px !important;
  }

  .blog-body-containe .dnd-section .font-35 {
    font-size: 22px !important;
  }
  
  .blog-post .post-meta a, .blog-post .post-meta span {
    font-size: 16px;
  }
  
  .post-dec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  .post-dec h6 {
    padding-bottom: 50px;
    font-size: 18px;
    margin-top: 15px;
  }
    
  .blog_form .hs-form-booleancheckbox-display span {
    font-size: 19px;
  }

  .hs-search-text .font-35 {
    font-size: 25px !important;
  }

  .post-list .dnd-section {
    padding: 25px 0px;
  }

  .post-date, .post-author, .post-category {
    font-size: 16px;
  }

  .related-title {
    font-size: 25px;
  }

  .blog-index__post-post-summary {
    font-size: 22px;
  }

  .extra-padding {
    padding: 25px 0 25px 0;
  }

  .blog_form h3 {
    font-size: 25px;
  }

  .blog_form .form-sub-title.font-35 {
    font-size: 25px !important;
  }

  .blog_form form label span {
    font-size: 22px;
  }

  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 {
    font-size: 19px;
  }

  form .hs-richtext, form .hs-richtext p {
    font-size: 19px;
  }

  .legal-consent-container .hs-form-booleancheckbox-display > span, .legal-consent-container .hs-form-booleancheckbox-display > span p {
    font-size: 19px;
    margin-left: 0rem !important;
  }

  .blog_form {
    width: 100%;
    padding: 25px 15px;
  }
/*
  .blog_form form .hs_submit.hs-submit input[type=submit] {
    padding: 12px 25px;
    font-size: 20px;
  }
  */

  .load-more {
    text-align: center;
    margin-top: 25px;
  }

  .blog-post h1 {
    font-size: 37px;
  }

  .blog-post h2, .blog-post-heading, .blog-post-form-title {
    font-size: 32px;
    padding-top: 25px;
  }

  .blog-post h3 {
    font-size: 24px;
  }

  .blog-post h4 {
    font-size: 25px;
  }

  .blog-post h5 {
    font-size: 22px;
  }

  .blog-post p, 
  .hs-author-profile .hs-author-bio,
  .blog-post strong, 
  .hs-author-profile .hs-author-bio strong,
  .blog-post span,
  .blog-post span[style], 
  .blog-post p[style] {
    font-size: 22px;
  }


  .blog-post .likeh3-smartphone, .blog-post .likeh3 {
    font-family: 'urg-cond-bold';
    font-size: 24px;
    color: #f94f1b;
  }

  .blog-post .abstract-smartphone {
    font-family: 'urg-cond-light';
    font-size: 22px;
  }

  .blog-post .capital-headline-grey-smartphone {
    color: #ffffff;
    background: #C9C9C9;
    padding: 10px 5px;
    font-family: 'urg-cond-heavy';
    font-size: 20px;
  }

  .blog-post .capital-headline-smartphone {
    color: #f94f1b;
    font-family: 'urg-cond-heavy';
    font-size: 20px;
  }

  .blog-post .blog-date-author-smartphone {
    font-family: 'urg-cond-heavy';
    font-size: 20px;
  }

  .blog-post .capital-headline-grey {
    font-size: 20px;
  }

  .blog-post .capital-headline {
    font-size: 22px;
  }

  .blog-post .blog-date-author {
    font-size: 20px;
  }

  .soc {
    /*     position: relative; */
    top: 0px;
    margin-top: 10px;
    left: 50%;
  }

  .blog-post-listing .hs-author-avatar {
    float: none;
    max-width:180px;
  }


  .blog-related-posts__list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px;
  }

  .related-post {
    padding: 0;
  }
  
  .related-post p.header2 {
    font-size: 20px;
  }

  .blog-related-posts__title {
    font-size: 25px !important;
    margin-bottom: 30px !important;
  }

  .related-post-m-padding {
    padding-top: 35px
  }

  .blog_comment_form {
    width: 100%;
    padding:25px 15px;
  }
  .post-btn-comment{
    margin-bottom:50px;
  }
  
  .blog_comment_form .hs-form-field {
    margin-bottom: 25px;
  }

  /*
  .contact_form .hs-form-booleancheckbox-display span {
    font-size: 19px;
  }

  .contact_form h3 {
    font-size: 25px;
  }

  .contact_form .form-sub-title.font-35 {
    font-size: 25px !important;
  }

  .contact_form form label span {
    font-size: 22px;
  }

  .contact_form {
    width: 100%;
  }

  .contact_form form .hs_submit.hs-submit input[type=submit] {
    padding: 12px 25px 12px 25px;
    font-size: 20px;
  }
  */

  h1, .h1 {
    font-size: 37px;
  }

  h2, .h2 {
    font-size: 32px;
  }
  
   .blog_form h2 {
      font-size: 38px;
  }

  h3, .h3 {
    font-size: 24px;
  }

  .related-post__tag-link, .related-post__tag-link div {
    font-size: 16px;
  }
  .related-post__title {
    margin-bottom: 5px;
  }
  .related-post__title a {
    font-size: 25px;
    line-height: 1.2;
  }

  h4, .h4, .abstract p {
    font-size: 22px;
  }

  h5, .h5 {
    font-size: 22px;
  }

  p, .p, p strong, .p strong, ul li, ol li, ol li::marker {
    font-size: 22px;
  }

  .landing-grid-item {
    padding: 25px 5px 5px 5px;
  }

  .landing-grid {
    grid-column-gap: 5px;
  }

  .landing-grid {
    grid-row-gap: 50px;
  }

  .width-62 {
    max-width: 80%;
    margin-bottom: 50px;
  }

  .box-section-lending .span12 .dnd-row .span4 {
    margin-left: 1%;
    width: 31%;
    float: left;
    margin-right: 1%;
  }

  h3.grid-titel {
    font-size: 16px;
  }

  p.grid-text {
    font-size: 13px;
  }

  .landing-grid-img .landing-page-icon.icon-65 {
    width: 40%;
  }

  .landing-page-gradient-image.right-image {
    transform: rotate(50deg);
  }

  .landing-page-gradient-image.left-image {
    transform: rotate(-40deg);
  }
  
/* --------        Button        ------- */
  
  .btn-large, .btn-dark-bg-large, .btn-orange-bg-large , .blog_form form .hs_submit.hs-submit input[type=submit], .blog_comment_form form input[type=submit]  {
    padding: 13px 30px;
    line-height: 1.1;
    border-radius: 50px;
    font-size: 22px;
  }
  .btn-small, .btn-dark-bg-small, .btn-orange-bg-small {
    padding: 9px 20px;
    line-height: 1.1;
    text-align: center;
    border-radius: 45px;
    font-size: 19px;
}
  
  .email-subscription-preferences-page .page-header h2 {
    font-size: 32px;
  }

  .email-subscription-preferences-page #content.email-prefs {
    padding: 60px 10px;
  }

  .email-subscription-preferences-page #content.email-prefs p.header {
    font-size: 25px;
  }

  .email-subscription-preferences-page #content.email-prefs .checkbox-row .fakelabel {
    font-size: 25px;
  }

  .email-subscription-preferences-page #content.email-prefs .item-inner p {
    font-size: 22px;
  }

  .email-subscription-preferences-page #content.email-prefs .subscribe-options p.header {
    font-size: 25px;
  }

  .email-subscription-preferences-container-wrapper {
    padding-top: 60px;
  }

  .email-subscription-preferences-page {
    margin-bottom: 50px;
  }

  .email-subscription-confirmation-container-wrapper {
    padding-top: 60px;
  }

  .email-subscription-confirmation-page .page-header h2 {
    font-size: 32px;
  }

  .email-subscription-confirmation-page {
    margin-bottom: 50px;
  }

  .email-subscription-confirmation-page #content.success {
    font-size: 25px;
  }

  .email-backup-unsubscribe-container-wrapper {
    padding-top: 50px;
  }

  .email-backup-unsubscribe-page #email-prefs-form #content {
    width: 100%;
  }

  .email-backup-unsubscribe-page #email-prefs-form {
    padding: 50px 20px;
  }

  .email-backup-unsubscribe-page {
    margin-bottom: 20px;
  }

  .email-backup-unsubscribe-page .page-header {
    padding-bottom: 30px;
  }

  .email_subscription_cancelation_form {
    padding: 50px 25px;
  }

  .email_subscription_cancelation_form form label span {
    font-size: 25px;
  }

  .mobile-p-l-r-0 {
    padding: 0;
  }

  .padding-bottom-90 {
    padding-bottom: 50px;
  }

  .contact-container-wrapper {
    padding-top: 50px;
  }

  .thank-bg-black {
    width: 100%;
    padding: 50px 25px;
  }

  .m-b-90 {
    margin-bottom: 50px;
  }

  .footer {
    padding: 50px;
  }

  .post-tags, .blog-post-headding, .blog-post-author-date {
    padding-bottom: 15px;
    margin-bottom:0px;
  }
  .blog-post .blog-post-tag{
    font-size:17px;
  }

  .footer-menu-1 .address {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .mobile-font-25{
    font-size: 25px !important;
  }
  .footer-image-2 img {
    width: 65%;
    padding-bottom: 5px;
    max-width: 250px;
  }
  .footer-image-2 img.image-no-even {
    width: 95% !important;
    margin-top: 0 !important;
    max-width: 250px;
  }
  .hs-menu-wrapper ul{
    justify-content: center;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header {
    height: 90px;
  }
  .footer-image-2 img {
    width: 30%;
  }
  .footer-image-2 img.image-no-even {
    width: 40%;
    margin-top: 0;
  }
  .hs-menu-wrapper ul{
    justify-content: center;
  }

  /*   .menu>ul>li>ul>li>ul>li a {font-size: 19px;}
  .menu>ul>li>ul.normal-sub>li a {font-size: 19px;} */
}

@media only screen and (max-width: 480px) {
  .blog_form .form-width {
    width: 100%;
    margin: auto;
  }

  .blog_form .hs-form.stacked fieldset.form-columns-2 .hs-form-field:first-child {
    padding-right: 0;
  }

  .blog_form .hs-form.stacked fieldset .input {
    margin-right: 0;
  }

  /*
  .contact_form .form-width {
    width: 100%;
    margin: auto;
  }

  .contact_form .hs-form.stacked fieldset.form-columns-2 .hs-form-field:first-child {
    padding-right: 0;
  }

  .contact_form .hs-form.stacked fieldset .input {
    margin-right: 0;
  }
  */
  
  .soc {
    left: 60%;
  }
}

@media only screen and (max-width: 1400px) {
  .custom-social-sharing-wrapper {
    width: 1280px;
  }
}

.hover-relative-before .level-2{
    max-width: 1300px;
    left: 0;
    right: 0;
    margin: auto;
  }

@media only screen and (max-width: 1379px) {
/*   .hover-relative-before .level-2{
    max-width: 1200px;
  } */
}

@media only screen and (max-width: 1300px) {
/*   .hover-relative-before .level-2:before {
    right:340px;
  } */
}

@media only screen and (max-width: 1261px) {
/*   .hover-relative-before .level-2:before {
    right:345px;
  } */
}
@media only screen and (max-width: 1255px) {
/*   .hover-relative-before .level-2:before {
    right:355px;
  } */
}

@media only screen and (max-width: 1230px) {
/*   .hover-relative-before .level-2:before {
    right:370px;
  } */
}

@media only screen and (max-width: 1215px) {
/*   .hover-relative-before .level-2:before {
    right:375px;
  } */
}


@media only screen and (max-width: 1200px) {
  .custom-social-sharing-wrapper {
    width: 1200px;
  }
/*   .hover-relative-before .level-2:before{
    right:380px;
  } */
}

@media only screen and (max-width: 1110px) {
/*   .hover-relative-before .level-2:before{
    right:380px;
  } */
}
@media only screen and (max-width: 1070px) {
/*   .hover-relative-before .level-2:before{
    right:380px;
  } */
}

@media only screen and (max-width: 1024px) {
  .footer__copyright{
    display: block !important;
    text-align: center;
  }
  .footer__copyright #hs_cos_wrapper_footer__copyright__links ul{
    justify-content: center;
  }
  .footer-menu-color-orange ul li a {
  color: #fff;
  text-decoration: none;
  }
 /* .footer-menu-3{display: none !important;} */
  footer.footer .footer__container .row-fluid .span3,footer.footer .footer__container .row-fluid .span6 {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin: 0 !important;
  } 
  .display-block-menu ul li:first-child {
    margin-bottom: 0% !important;
  }
  .footer-titel-2 , .footer-titel-3 , .footer-titel-sub-1{
    height: auto !important;
    padding-top: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #F94F1B !important;
  }
 .footer-titel.font-25 {
  padding: 20px 0px 30px 0px;
  }

  .cat-box-black .row-fluid .span12 .row-fluid-wrapper .span1 {
    display: none !important;
  }
  .cat-box-black .row-fluid .span12 .row-fluid-wrapper .span10 {
    width: 100%;
    margin: 0;
  }
  
  /*
  .contact_form {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .contact_page_form_img {
    position: relative;
    width: 100%;
    margin-top: 0px;
    right: 0;
  }
  .contact_form .form-width {
    width: 100%;
    margin: auto;
  }
  */
  
  .mobile-padding-0{padding-bottom: 0px !important;}
  .blog_form ,.blog_comment_form{
    width: 100%;
  }
  .blog-related-posts__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .max-width-767 {
    max-width: 100%;
    margin: auto;
  }
}


form fieldset{max-width: 100%!important;}

/* === Test fix for layout shift on Kontakt button === */
a.menu-link.btn {
  font-family: 'URW Geometric Condensed', Arial, sans-serif;
  font-size: 25px; 
  font-weight: 700;
  line-height: 1.2;
  padding: 1rem 1.25rem;
  display: inline-block;
}

/* ✅ Windows-specific fix for Edge, Chrome, and Firefox */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (forced-colors: active) {
  a.menu-link.btn {
    padding-top: 1.05rem;
    padding-bottom: 0.85rem;
  }
}