@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url( ../fonts/OpenSans-Regular.ttf );
}

@font-face {
  font-family: 'Open Sans';
  font-style: bolder;
  font-weight: 600;
  src: url( ../fonts/OpenSans-Bold.ttf );
}

@font-face {
  font-family: 'Bebas Neue';
  src: url( ../fonts/BebasNeue-Regular.ttf );
}

:root {
  --footer-bg-color: #efefef;
  --footer-bg-color-down: #e1e1e1;
  --header-bg-color: #ededed;
  --header-bg-border-color: #dcdcdc;
  --light-red-color: #b00e34;
  --red-color: #8a0011;
  --review-color: #7f1719;
  --blue-color: #596074;
  --footer-font-color: #303030;
  --below-font-color: #606060;
  --line-color-1: #ffffff;
  --line-color-2: #c3c3c3;
  --font-bebas: 'Bebas Neue', cursive;
  --font-standard: 'Open Sans', sans-serif;
  --font-color: #303030;
  --font-color-2: #f6f6f6;
  --font-color-3: #ffffff;
  --font-color-4: #3d3d3d;
  --header-font-color: #acacac;
  --ring-color: #acb0b4;
  --font-color-social: #dedfe3; 
  --font-color-navi: #ad1228;
}

* {
  font-family: var(--font-standard);
  color: var(--font-color);
}

/* Header */
#header-top {
  background-color: var(--header-bg-color);
  border-bottom: 2px solid var(--header-bg-border-color);
  min-height: 30px;
  height: 30px;
}

#logo {
  /* width: 13%; */
  height: 170px;
  position: absolute;
  background-color: var(--line-color-1);
  border-right: 1px solid var(--header-bg-border-color);
  margin-left: -11px;
  padding-top: 12px;
  padding-right: 10px;
  padding-left: 10px;
}

.trustpilot-widget {
  padding-top: 4px;
}

#logo-navi {
  display: none;
}

#header-middle {
  border-left: 1px solid var(--header-bg-border-color);
  border-right: 1px solid var(--header-bg-border-color);
  border-bottom: 1px solid var(--header-bg-border-color);
  height: 141px;
}

#header-middle .col-md-2 {
  min-height: 140px;
  height: 140px;
}

#header-middle a, #header-middle i {
  color: var(--header-font-color);
  text-decoration: none;
}

#header-middle a:hover {
  color: var(--header-font-color);
  text-decoration: underline;
}

#header-middle i {
  margin-right: 5px;
}

#header-bottom {
  border-left: 1px solid var(--header-bg-border-color);
  border-right: 1px solid var(--header-bg-border-color);
}

#header-bottom .nav-item {
  padding: 10px;
}

#header-bottom .nav-item a {
  font-family: var(--font-bebas);
  text-transform: uppercase;
  color: var(--font-color);
  font-size: 1.25rem;
  text-decoration: none;
}

#header-bottom .nav-item.current a, #header-bottom .nav-item a:hover {
  border-bottom: 2px solid var(--font-color-navi);
  padding-bottom: 5px;
}

#header-bottom .nav-item a:hover {
  color: var(--font-color-navi);
}

.form-search {
  margin-left: auto;
}

.form-search .form-control {
  height: 50px;
  width: 240px;
  padding-left: 30px;
  float: right;
  border-radius: 30px;
}

.btn-outline-success, .bfQuickMode .bfSubmitButton {
  background-color: var(--red-color);
  color: #ffffff;
  border-radius: 0px;
  outline: 4px solid var(--red-color);
  border: 1px solid #ffffff;
  padding: 5px 50px;
  margin-left: 30px;
}

.btn-outline-success:hover, .btn-outline-success:focus,
.bfQuickMode .bfSubmitButton:hover {
  color: #ffffff;
  background-color: var(--red-color);
  outline: 4px solid var(--red-color);
  border: 1px solid #ffffff;
}

#bfSubmitButton {
  margin: auto;
  float: none;
  display: block;
  margin-top: 50px;
}

#bfSubmitButton span {
  color: var(--font-color-3);
}

.btn-outline-success i {
  color: #ffffff;
}

/* Teaser */
#teaser .col {
  background: white;
  margin-top: -25px;
  z-index: 10;
  padding-top: 12px;
}

#teaser .custom {
  background-color: var(--font-color-2);
  padding-bottom: 5pX;
}

#teaser h3 {
  background-color: var(--blue-color);
  font-family: var(--font-bebas);
  font-size: 1.5rem;
  color: var(--font-color-3);
  text-align: center;
  padding: 10px 0px 5px;
  border-top: 5px solid var(--font-color-3);
  border-bottom: 5px solid var(--font-color-3);
}

#teaser p {
  padding: 5px 25px;
  color: var(--font-color-4);
}

#teaser a {
  text-align: center;
  display: block;
  color: var(--red-color);
  text-decoration: none;
}

#teaser a:hover {
  text-decoration: underline;
}

/* Content */
#content {
  margin-top: 40px;
  margin-bottom: 80px;
}

#content h1 {
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--light-red-color);
  font-weight: bold;
  font-family: var(--font-bebas);
  font-size: 2rem;
  color: var(--footer-font-color);
  display: inline-block;
  padding-right: 75px;
}


#content a {
  color: var(--red-color);
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content a.sppb-addon-image-overlay-icon, #content a.sppb-addon-image-overlay-icon:hover {
  color: #fff;
  text-decoration: none;
}

/* Blog */
#blog {
  background-image: url( /images/blog/hin-blog.jpg );
  background-size: cover;
  color: #ffffff;
  min-height: 450px;  
  margin-left: -15px;
}

#blog .blog {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 75px;
}

#blog .blog h3 {
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ffffff;
  font-weight: bold;
  font-family: var(--font-bebas);
  font-size: 2rem;
  display: inline-block;
  padding-right: 75px;
  color: var(--font-color-3);
}

#blog .blog p {
  color: var(--font-color-3);
}

#blog .blog a, #content .page-content a.cbtn, #featured .buy-button a.cbtn, #service a.cbtn, #storesModal a.cbtn, .modal-body a.cbtn {
  display: inline-block;
  text-align: center;
  outline: 3px solid var(--light-red-color);
  border: 1px solid #ffffff;
  background-color: var(--light-red-color);
  text-transform: uppercase;
  color: var(--font-color-3) !important;
  margin-top: 15px;
  padding: 10px 75px;
  text-decoration: none;
}

#content .page-content a.cbtn-sm, #featured .buy-button a.cbtn-sm, #service a.cbtn-sm, #storesModal a.cbtn-sm, .modal-body a.cbtn-sm {
  display: inline-block;
  text-align: center;
  outline: 3px solid var(--light-red-color);
  border: 1px solid #ffffff;
  background-color: var(--light-red-color);
  text-transform: uppercase;
  color: var(--font-color-3) !important;
  margin-top: 15px;
  padding: 10px 35px;
  text-decoration: none;
}

/* Featured prodcuts */
#featured {
  margin-top: 80px;
  margin-bottom: 80px;
}

#featured-row {
  margin-bottom: 30px;
}

.featured {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.featured h3 {
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--light-red-color);
  font-weight: bold;
  font-family: var(--font-bebas);
  font-size: 2rem;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
}

.featuredslider .category-module h3 {
  background-color: #596074;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 1.5rem;
  margin-bottom: 0px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  font-family: var(--font-bebas);
}

.featuredslider .category-module h3 a {
  color: #ffffff;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-family: var(--font-bebas);  
  padding-top: 5px;
}

.featured-img {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

#featured .buy-button a.cbtn {
  margin-top: -15px;
}

/* Projects */
#projects.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

#projects .row {
  margin-right: auto;
  margin-left: auto;
}

#projects .row>* {
  padding-right: 0;
  padding-left: 0;
}

.projects-right {
  margin-left: -1px;
}

.projects-right-top-left {
  background-image: url( /images/kundenprojekte/02-text.jpg );
  background-size: cover;
  color: #ffffff;
}

.projects-right-top-left .custom {
  margin: 10px;
  color: #ffffff;
}

.projects-right-top-left .custom a {
  color: #ffffff;
  text-decoration: none;
}

.projects-right-top-left .custom a:hover {
  text-decoration: underline;
}

.projects-right-bottom {
  margin-top: -4px;
}

/* Service */
#service {
  margin-top: 80px;
  margin-bottom: 80px;
}

.service {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 30px;
}

.service h3 {
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--light-red-color);
  font-weight: bold;
  font-family: var(--font-bebas);
  font-size: 2rem;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
}

#service .accordion-item-left {
  margin-bottom: 20px;
}

#service .accordion-button::after {
  display: none;
}

#service .accordion-button {
  color: var(--font-color);
  background-color: var(--font-color-2);
}  

#service .accordion-button:not(.collapsed) {
  color: var(--font-color-3);
  background-color: var(--red-color);
  box-shadow: none;
}

#service .accordion-body {
  padding: 0px;
}

#service .accordion-item-right .custom a {
  color: var(--red-color);
  text-decoration: none;
}

#service .accordion-item-right .custom a:hover {
  text-decoration: underline;
}

/* Follow us */
.followus-area {
  background-color: var(--blue-color);
  color: #dedfe3;
  padding-top: 25px;
  padding-bottom: 25px;
}

.followus-area h3 {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  font-family: var(--font-bebas);
  font-size: 2rem;
}

.follow-center {
  padding-top: 35px;
  padding-left: 60px;
}

#bwp_mod_form_pretext, #bwp_mod_form_lists, #mod_bwpostman .mailinglist-title.mb, #bwp_mod_form_required, #bwp_mod_form_editlink, #mod_bwpostman .add-on {
  display: none !important;
}

#mod_bwpostman .input-append input {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 50px;
  width: 240px;
  padding-left: 30px;
  float: left;
}

#mod_bwpostman .input-append input:focus-visible {
  border: none;
  outline: none;
}

#mod_bwpostman .button.validate.btn {
  height: 50px;
  background: var(--font-color-3);
  border-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  color: var(--font-color-4);
}

.follow-right {
  padding-top: 40px;
}

.social-icon .fa {
  font-size: 2rem;
  border: 4px solid var(--ring-color);
  color: var(--font-color-social);
  border-radius: 100%;
  padding: 10px;
  width: 60px;
  text-align: center;
}

.social-icon:hover .fa {
  border: 4px solid var(--font-color-3);
  color: var(--font-color-3);
}

/* Offers */
#offers {
  margin-top: 30px;
  margin-bottom: 30px;
}

#offers .carousel-inner {
  width: 70%;
  margin: auto;
}

#offers .mod-articles-category-title {
  color: var(--font-color);
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-bebas);
}

#offers p a {
  color: var(--font-color);
  text-decoration: none;
}

#offers p a:hover {
  text-decoration: underline;
}

.item-price {
  text-align: right;
  color: var(--red-color);
  font-size: 1.75rem;
  font-weight: bold;
}

.item-price .item-from {
  color: var(--red-color);
  font-size: 1.25rem;
}

/* Hint */
.hint {
  background: var(--red-color);
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hint .custom {
  margin-top: 15px;
  margin-bottom: 15px;
}

.hint p {
  font-size: 2.5rem;
  margin-bottom: 0;
}

/* Footer */
#footer {
  border-top: 4px solid var(--line-color-1);
  background: linear-gradient(var(--footer-bg-color), var(--footer-bg-color-down));
  color: var(--footer-font-color);
}

#footer h3 {
  color: var(--red-color);
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: var(--font-bebas);
}

#footer a {
  color: var(--footer-font-color);
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.footer-background {
  padding-top: 50px;
}

#mod-custom110 img {
  width: 50%;
}

#footer-contact {
  margin-bottom: 50px;
}

#footer-contact .row {
  margin-top: 20px;
}

#footer-contact .fa {
  font-size: 1.5rem;
  color: var(--light-red-color);
  margin-top: 12px;
}

.footer-center h3, .footer-right h3 {
  padding-top: 50px;
}

.footer-right .nav {
  list-style: inside;
  display: inline-block;
}

/* Below */
.below {
  background-color: var(--footer-bg-color);
  border-top: 3px solid var(--line-color-2);
  color: var(--below-font-color);
  padding-top: 10px;
  font-size: 0.9em;
}

.below a {
  color: var(--below-font-color);
  text-decoration: none;
}

.below a:hover {
  text-decoration: underline;
}

.below-left {
  color: var(--below-font-color);
}

.below-right {
  text-align: right;
}

.below-right a {
  color: var(--below-font-color);
  text-decoration: none;
  padding: 0px 10px;
}

.below-right a:hover {
  text-decoration: underline;
}

.below-right .mod-menu li:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 1px;
  background: var(--below-font-color);
}

.below-right .mod-menu li:last-child::after {
  display: none
}

.below-right nav.navbar {
  padding-top: 0px;
}

/* Back to top */
#back-top-wrapper {
	z-index:200;
	right:20px;
	bottom:35px;
	overflow:visible;
	position: fixed;
}

#back-top-wrapper #back-top { 
	margin:0; 
}

#back-top a {
  	display: block;
}

#back-top-wrapper #back-top a {
	width:48px;
	height:48px;
	border-radius:50px;
	background:rgba(127,127,127,0.6);
	text-align:center;
	-webkit-perspective:100px;
	perspective:100px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

#back-top-wrapper #back-top a span {
	display:block;
	width:14px;
	height:8px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-4px 0 0 -7px;
	background:url(../images/totop.png) no-repeat 0 0;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

#back-top-wrapper #back-top a:hover { 
	background: var(--red-color); 
}

#back-top-wrapper #back-top a:hover span {
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	transform:rotateY(180deg);
}

/* customer projects */
.blog .item-content {
  border: 1px solid var(--header-bg-border-color);
  padding: 15px;
  min-height: 750px;
  margin-bottom: 30px;
}

#content .blog .page-header a {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--font-color);
  cursor: pointer;
}

#content .blog a {
  color: var(--font-color);
  cursor: pointer;
}

.wt_content_like_btn {
  display: inherit;
}

.wt_content_like_btn:focus, .wt_content_like_btn:hover {
  border: 1px solid transparent;
  outline: 0px;
}

.blog .btn .badge {
  position: relative !important;
  top: -1px;
  font-size: 1.5rem;
  transform: translate(-70%,-25%)!important;
  background: url(../images/bubble.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0em 1.9em 0em 1.2em;
  background-color: transparent !important;
  line-height: 1.75em !important;
  left: 50% !important;
}

.fa.fa-thumbs-up {
  color: var(--font-color);
  font-size: 3.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

.fa.fa-thumbs-up:hover {
  color: var(--review-color);
}

.modal-title, #mod_bwpostman #bwp_mod_modal-title {
  font-family: var(--font-bebas);
  font-size: 1.6rem;
  color: var(--font-color);
}

.hvr-sweep-to-left:before {
  background: rgba(255,255,255,0.2);
}

.bfQuickMode .bfLabelLeft label {
  width: 30%;
}

@media( min-width: 769px ) {
  #header-bottom.fixed {
    border-bottom: 1px solid var(--header-bg-border-color);
    position: fixed;
    top: 0;
    z-index: 1001;
    width: 100%;
    max-width: 100%;
    background-color: var(--line-color-1);
  }
  
  #header-bottom.fixed .navbar {
    max-width: 1320px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }  
  
  #header-bottom.fixed .fixed-logo {
    display: block;
    position: absolute;
    top: 25px;
    left: 30px;
  }
  
  .blog .item-content {
    min-height: 685px;
  }
}

@media( min-width: 769px ) and ( max-width: 1180px ){
  .follow-center {
    padding-left: 0px;
  }
}

@media( min-width: 1200px ) and ( max-width: 1350px ){
  .follow-center {
    padding-left: 25px;
  }
}

@media( max-width: 768px ) {
  #blog {
    background-image: url( /images/blog/hin-blog-mobil.jpg );
    background-size: cover;
    color: #ffffff;
    min-height: 450px;  
    margin-left: -15px;
  }
  
  #navbar-row {
    width: 100%;
  }
  
  #logo-mobile-navi {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  #logo-navi {
    display: none !important;
  }
  
  #nav-left {
    margin-top: 7px;
  }
  
  .nav {
  	display: block;
  }
  
  #header-bottom .nav-item {
    padding: 5px;
    display: block;
    border-bottom: 1px solid var(--font-color-4);
  }
  
  #header-bottom .nav-item:last-child {
  	border-bottom: 0xp solid;
  }
  
  .navbar-toggler.navbar-toggler-right {
    border: none;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .fa-bars {
    font-size: 2.5rem;
  }
  
  .btn-outline-mobile-success {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
  }
  
  .btn-outline-mobile-success i {
    color: var(--red-color);
    font-size: 2.5rem;
  }
  
  .sm-text {
    color: var(--below-font-color);
    text-transform: uppercase;
    font-size: 0.75rem;
  }
  
  .modal-link {
    text-decoration: none;
  }
  
  .follow-center {
    padding-left: 15px;
    display: block;
    flex: none;
  }
}


/* Attila add edit */
.cc-message-text {
  color: white;
  font-size: 14px;
}

div.cc-window.cc-floating div.cc-settings-label {
  color: white;
}
