.kontakt {display: none!important;}
.sppb-btn-default{
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px 30px;
  background: #19b7ba;
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
	  white-space: nowrap;
}
.view-category .sppb-btn-default {
  text-transform: uppercase!important;
  font-size: 13px!important;
  padding: 15px 30px!important;
  background: #19b7ba!important;
  border: none!important;
  color: #fff!important;
  font-weight: 700!important;
  border-radius: 0!important;
	  white-space: nowrap!important;
}
.sppb-btn-default:hover, .sppb-btn-default:focus {
color: #fff;
  background-color: #0b969b;
	border: none;
}
#sp-menu .social-wrap {
  padding-left: 0px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  text-transform: uppercase;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 700;
}
#sp-header {
  box-shadow: none;
}
.logo-image {
  margin-top: -30px;
}
h1 {font-size: 7vw!important;}
h1 span {color:#19b7ba;}
.sppb-icons-group-list li {
  text-align: left;
}
.sppb-btn-secondary {
  padding: 0!important;
  font-size: 15px;
  font-weight: 500;
  color: #270707;
  background: none;
  border: none;
	overflow: hidden;
}
.sppb-btn-secondary:hover {
  padding: 0!important;
  background: none;
  border: none;
}
.sppb-btn-secondary span{
position: relative;
  margin-right: 0;
	margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease,margin-right 0.4s ease-out,text-indent 0.5s ease-out,opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease,margin-right 0.4s ease-out,text-indent 0.5s ease-out,opacity 0.4s ease;
  transition: visibility 0.4s ease,margin-right 0.4s ease-out,text-indent 0.5s ease-out,opacity 0.4s ease;
  will-change: visibility,margin-right,text-indent,opacity;
}
.sppb-addon-feature:hover .sppb-btn-secondary span{
 opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease,margin-right 0.3s ease-out,text-indent 0.4s ease-out,opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease,margin-right 0.3s ease-out,text-indent 0.4s ease-out,opacity 0.4s ease;
  transition: visibility 0.4s ease,margin-right 0.3s ease-out,text-indent 0.4s ease-out,opacity 0.4s ease;
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
  padding: 25px 30px !important;
}
.sppb-optin-form-box .sppb-btn {
  margin-left: -40px;
}
.sppb-addon-optin-forms {
  padding: 0px;
}
.sppb-feature-box-title {color: #888;}


.video-icon-alignment {text-align: center;}
.video {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 4;
}
.video-pulse::after, .video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #E8E8E8;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
}
.video a {
  position: relative;
  color: #FFFFFF;
  font-size: 20px;
  z-index: 1;
  background: #242424;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  display: block;
}
.video a {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.play-video-icon a {
  background: #FFFFFF30;
  font-size: 20px;
}
.video-pulse::after, .video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #E8E8E8;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
}
.video-pulse::before {
  animation-delay: 1s;
}
@keyframes video-animation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      opacity: 0;
      transform: scale(2);
    }
}
.sppb-modal-selector span > i {
  margin-top: 28px!important;
  margin-left: 6px!important;
}



/*************************  HOMEPAGE CAROUSEL ***************************/

div.bx-wrapper .bx-controls-direction a {
  text-indent: initial;
  color: #000;
  font-size: 14px;
  text-align: center;
  left: 40px;
  width: 50px;
  background: #fff;
  border-radius: 100px;
  height: 50px;
  line-height: 50px;
}
.fa-angle-left::before {
  content: "\f177";
}
.fa-angle-right::before {
  content: "\f178";
}
.bx-controls {display:none;}
.bx-wrapper:hover .bx-controls {display:block;}
.bx-controls-direction {
  width: 95%;
  display: block;
  margin-left: 22px;
  position: absolute;
  top: 50%;
}

div.bx-wrapper .bx-controls-direction a.bx-next {
  left: auto;
  right: 30px;
}
.bx-wrapper {
  margin-bottom: 0px;
}
.sppb-articles-carousel-content {
  background: #fff0;
  box-shadow: none;
  padding: 60px 40px 50px;
  margin-bottom: 0px;
  border: none !important;
  margin-top: -180px;
}
#homeproducts .bx-wrapper img {
height: 524px;
  object-fit: cover;
  width: 100%;
}
#homeproducts .sppb-articles-carousel-column {
background: #000;
	transition: all .15s ease-in-out;
}
#homeproducts .sppb-articles-carousel-img:hover img {
opacity:0.6;
	transition: all .15s ease-in-out;
}
.sppb-articles-carousel-content {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100%)!important;
  z-index: 9999;
  position: relative;
}
.sppb-articles-carousel-meta {display:none;}
.sppb-articles-carousel-link {
  margin: 0;
}
div.bx-wrapper .bx-controls-direction a:hover {
  color: #575757;
}
/*************************  HOMEPAGE CAROUSEL END ***************************/


/************************************************* OPAPAPA ***********************************/
.layout-blog #sp-main-body {
    padding: 100px 0 100px 0;
}
.layout-blog h1 {
  font-family: 'Rubik', sans-serif;
}
.view-search #sp-main-body {
    padding: 100px 0;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #202020;
    border-color: #202020;
}
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-color: #202020;
    background-color: #202020;
    color: #fff !important;
}
.page-link {
    padding: 20px 30px;
}
.pagination-counter, .page-link {
	font-size: 14px;
}
.article-list .article {
  border-radius: 10px;
  box-shadow: 0 15px 38px 0 rgba(0,0,0,0.1)
}
.article-details .article-full-image img, .article-details img {
  display: inline-block;
  border-radius: 10px;
  width: 100%;
}
/* for single article */
.view-article .article-details {
    display: flex;
    flex-direction: column;
}
.view-article .article-header {
    order: -1;
    margin-bottom: 20px;
}

.sppb-addon-article .sppb-article-info-wrap {
  margin-top: 20px;
}
.sppb-addon-article .sppb-article-introtext {display:none;}
.sppb-addon-content .sppb-col-sm-4 {
  margin: 0 auto;
  text-align: center;
}
.sppb-ajaxt-contact-form .sppb-img-responsive  {
  position: relative;
  top: 32px;
	max-width: 20px;
}
input[type="text"]:not(.form-control), .addon-root-ajax-contact input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
  padding: 10px 40px !important;
}
.sppb-form-control, .sppb-form-group .sppb-form-control {
  padding: 8px 40px;
}
.view-article .article-header, .view-article .article-info, .breadcrumb .float-start {display:none;}
.sp-page-title {
  padding: 120px 0 110px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  background: url(/images/pagetitle.webp);
  background-color: #000;
}
.down-icon {
  color: #FFFEFE;
  border-color: #FFFEFE;
  text-align: center;
}
.sp-page-title .sp-page-title-heading {
  font-size: 44px;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.sppb-animated-number::before {
  display: block!important;
  font-size: 19px!important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  line-height: 50px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 11px 10px;
  position: relative;
  border-bottom: 1px solid #eee;
  transition: all 400ms;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
  padding: 11px 10px 0px;
  border-bottom: 0px solid #eee;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
  padding-left: 15px;
  transition: all 400ms;
}
.sp-menu-heading {
  cursor: pointer;
}
.sppb-form-check {
  position: relative;
  padding-left: 18px;
  float: right;
  margin-top: 27px;
  line-height: 22px;
}
.sppb-form-check .sppb-form-check-input {
  margin-left: -25px;
}
.sppb-form-check .sppb-form-check-label {
  font-size: 12px;
}
.view-category .article-list .article .article-intro-image img  {
  height: 330px;
  object-fit: cover;
}
.header-has-modules #offcanvas-toggler {
  margin-right: 0px;
  margin-top: 15px;
}




@media (max-width:1400px) {
#sppb-addon-03c687d8-4909-4060-8bbd-0d147d7c7a5a .sppb-addon-title, .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-size: 12px!important;
}
	#sppb-addon-wrapper-049563c8-2bcc-4bee-9a76-21d8e155737f, #sppb-addon-wrapper-4c41d2cd-973b-4332-ab53-cb3b08c6c64c {
  width: 100%!important;
}
	#sp-header .sp-module {
  margin-left: 0px;
}
}


@media (max-width:480px) {
.sppb-form-group {
  margin-bottom: 0px;
  float: left;
  margin-left: 15px;
}
#sppb-addon-23e8cf42-4dd0-49ae-9f37-3f2a40bee891 .button-wrap {
  text-align: right;
  float: left;
}
  h1 {
  font-size: 49px !important;
  line-height: 49px !important;
  font-weight: 700 !important;
}
  #column-id-3e658e0f-8d30-4be3-aa0c-1918a6a5b805, #column-id-835b5588-7d58-4880-9b62-dfd029267529, #column-id-d8821d9e-3753-4b7f-9f5e-ec92c47061f8 {
  box-shadow: 0px 1px 0px 0px #d8d8d8!important;
}
    #sp-header {
    height: 70px;
  }
.kontakt {display: block!important;}
}