/*
Theme Name: IVS
Author: ilya vishnevskiy
Author URI: https://ivstudio.de
Description: 2023
Template: twentytwentytwo
*/



@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("./fonts/MYRIADPRO-REGULAR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'MyriadProCondensed';
  src: url("./fonts/MYRIADPRO-COND.woff") format("woff");
  font-display: swap;
}


input[type="checkbox"] {
  width: 25px;
}


/*************************
*******Typography******
**************************/
.caption {
  position: absolute;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  top: 0;
  left: 0;
  padding: 6px 12px;
  text-align: center;
  width: 100%;
  z-index: 9999;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  margin: 15% 0 0 0;
}

.block-editor-block-content-overlay .popup {
  display: block !important;

}


.page-template-default .popup {
  position: fixed;
  max-width: 900px;
  width: 100%;
  height: 85%;
  background: #ffffff;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 900px 20px black;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  display: none;
  overflow-y: scroll;
}


.close_x {
  background-image: url('./img/x-square.svg');
  background-size: 30px 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  right: 20px;
  top: -5px;
}

@media only screen and (max-width: 780px) {
  .popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    transform: unset;
  }
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

.wp-site-blocks {
  background-color: #cfcfcf;
}


.linie {
  border-bottom: 2px dashed #64686d;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

header .wp-block-navigation .wp-block-navigation-item__content {
  font-family: "MyriadPro-Regular",Times,serif;
  text-transform: uppercase;
  font-size: 16px;
}

header nav {
  top: 60px;
}


.h-6 {

  height: 6px;
}

.h-6 img {
  margin-bottom: 20px !important;
  height: 6px !important;
}

.sticky_header {
    position: fixed;
    width: 90%;
    height: auto;
    max-height: 100px;
    z-index: 11;
    padding: 0;
    margin-left: 0;
}

.wp-block-navigation-item::before {
  content: "";
  position: absolute;
  height: 0;
  transition: color 400ms, background-color 400ms;
}

.wp-block-navigation-item a {
  font-family: 'MyriadPro-Regular', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 2;
}

.wp-block-navigation-item a:hover {
  text-decoration: none !important;
  color: unset !important;
}

.current-menu-item::before,
.wp-block-navigation-item:hover::before {
  content: "";
  position: absolute;
  height: 114px;
  top: -85px;
  left: -10px;
  border-bottom: 2px solid #777776;
  color: #d4cbb9;
  background: #3d3737;
  z-index: 1;
  width: 100%;
  padding: 10px;
}

.is-layout-flex {
  gap: 0 !important;
}

.full-height p {
  height: 100px;
  overflow: hidden;
}

.full-height .open p {
  height: auto;
}

.size-full {
  margin-block-start: 0 !important;
}

.full {
  max-width: 100vw !important;
  width: 100vw;
  padding: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  overflow: hidden;
}

.size-full img {
  /* width:100%; */
}

.home_btn {
  font-weight: 600 !important;
  background: #ea0641 !important;
  padding: 10px 20px !important;
  border: 0 !important;
  border-radius: 25px !important;
  margin-top: -10px;
  margin-bottom: 20px;
}

.container {
  max-width: 1170px !important;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

.top_banner {
  position: absolute;
  right: 60px;
  top: 0;
}


.donji20 img {
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "MyriadPro-Regular", Times, serif;
  text-transform: none;
}

h2 {
  font-size: 30px;
}

h2 span {
  color: #000000;
}

h1 span {
  color: #000000;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #AAAAAA;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
  margin-bottom: 50px;
}

.section-header .section-title {
  font-size: 44px;
  color: #eee;
  text-transform: none;
  /*hhhhhhh*/
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}

.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}

.section-header .section-title:after {}

.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}

.btn.btn-primary {
  background: #AAAAAA;
  border-color: #2a95be;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}

.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #AAAAAA;
}

ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

ul.nostyle i {
  color: #AAAAAA;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #AAAAAA;
}

#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#cta {
  padding: 50px 0;
  background-color: #cfcfcf;
}

orange {
  font-size: 16px;
  color: #e25703;
}

.haupttitel,
.wp-block-post-title,
h1 {
  font-size: 26px;
  margin: 0px;
  margin-left: -10px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'MyriadPro-Regular';
  font-weight: bold;
}



.title-home {
  margin-top: 0;
  font-family: 'MyriadPro-Regular';
  font-size: 26px;
  color: #555;
}

#features {
  padding: 100px 0;
}

#features .media.service-box:first-child {
  margin-top: 80px;
}

#services {
  padding: 100px 0 75px;
}

.wp-block-navigation .wp-block-navigation-item {
  margin: 0 10px;
}

.media.service-box {
  margin: 25px 0;
}

.media.service-box .pull-left {
  margin-right: 20px;
}

.media.service-box .pull-left>i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #AAAAAA;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}

.media.service-box .pull-left>i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #AAAAAA;
}

.media.service-box:hover .pull-left>i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

#referenzen {
  padding: 100px 0;
  background: #000;
}

#referenzen .referenzen-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}

#referenzen .referenzen-filter>li {
  float: left;
  display: block;
}

#referenzen .referenzen-filter>li a {
  display: block;
  padding: 7px 15px;
  color: #64686d;
  text-transform: uppercase;
  position: relative;
}

#referenzen .referenzen-filter>li a:hover,
#referenzen .referenzen-filter>li a.active {
  color: #F00;
}

#referenzen .referenzen-filter>li a.active:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #F00 transparent transparent transparent;
}

#referenzen .referenzen-filter>li:first-child a {
  border-radius: 4px 0 0 4px;
}

#referenzen .referenzen-filter>li:last-child a {
  border-radius: 0 4px 4px 0;
}

#referenzen .referenzen-items {
  margin: -15px;
}

#referenzen .referenzen-item {
  width: 33%;
  /*before33*/
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#referenzen .referenzen-item .referenzen-item-inner {
  position: relative;
}

#referenzen .referenzen-item .referenzen-item-inner .referenzen-info {
  opacity: 1;
  /* FOR INFO 1*/
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

#referenzen .referenzen-item .referenzen-item-inner .referenzen-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}

#referenzen .referenzen-item .referenzen-item-inner .referenzen-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}

#referenzen .referenzen-item:hover .referenzen-info {
  opacity: 1;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#testimonial {
  background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}

#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}

#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}

#testimonial .btns {
  margin-top: 10px;
}

#about {
  padding: 100px 0;
}

#work-process {
  padding: 100px 0 50px;
  background: #979797
    /*url(../images/work-process/bg.jpg) no-repeat 0 0*/
  ;
  background-size: cover;
  color: #fff;
}

#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #AAAAAA;
  border-radius: 100px;
  position: relative;
}

#work-process .icon-circle>span {
  border-style: solid;
  border-width: 2px;
  border-color: #AAAAAA;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}

#work-process h3 {
  margin-bottom: 50px;
}

#meet-team {
  padding: 100px 0;
}

#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}

#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}

#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}

#meet-team .team-member:hover {
  border-color: #AAAAAA;
}

#meet-team .team-member:hover .social-icons>li>a {
  background: #AAAAAA;
}

#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

#meet-team .social-icons>li {
  display: inline-block;
}

#meet-team .social-icons>li>a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}

.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}

.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}

.nav.main-tab>li>a {
  color: #272727;
}

.nav.main-tab>li.active>a {
  background: #222534;
  color: #AAAAAA;
}

.nav.main-tab>li:first-child>a {
  border-radius: 3px 0 0 0;
}

.nav.main-tab>li:last-child>a {
  border-radius: 0 3px 0 0;
}

.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}

.panel-default {
  border-color: #eee;
}

.panel-default>.panel-heading {
  background-color: #fff;
  border-color: #eee;
}

.panel-default>.panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #eee;
}

#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}

#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}

#animated-number strong {
  display: block;
  margin-bottom: 30px;
}

.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

#pricing {
  padding: 100px 0 70px;
}

#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}

#pricing ul.pricing li {
  display: block;
  padding: 10px;
}

#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}

#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}

#pricing ul.pricing li.plan-header .price-duration>span {
  display: block;
  line-height: 1;
}

#pricing ul.pricing li.plan-header .price-duration>span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}

#pricing ul.pricing li.plan-header .price-duration>span.duration {
  margin-top: 5px;
}

#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}

#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}

#get-in-touch {
  padding: 100px 0 50px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
}

#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}

#blog {
  padding: 100px 0;
}

#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}

#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}

#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}

#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}

#blog .blog-post.blog-large .post-format>i {
  font-size: 20px;
}

#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #AAAAAA;
}

#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}

#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}

#blog .blog-post.blog-large .entry-title a:hover {
  color: #AAAAAA;
}

#blog .blog-post.blog-media {
  margin-bottom: 30px;
}

#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}

#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}

#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #AAAAAA;
}

#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}

#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}

#blog .blog-post.blog-media .entry-title a:hover {
  color: #AAAAAA;
}

#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

#blog .blog-post .entry-meta>span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}

#blog .blog-post .entry-meta>span>a {
  color: #999;
}

#blog .blog-post .entry-meta>span>a:hover {
  color: #AAAAAA;
}

#contact {
  position: relative;
  overflow: hidden;
}

#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(69, 174, 214, 0.2);*/
  z-index: 1;
}

#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}

#contact .contact-form h3 {
  margin-top: 0;
}


.online_form {
  width: 92%;
}

.wpcf7-form {
  background: #fff;
  padding: 40px 10px;
}

.wpcf7-submit {
  padding: 10px 30px;
  margin: 20px;
  border-radius: 20px;
  background-color: #f0ad4e;
}

.online_form .wp-block-column {
  padding-left: 20px;
  margin-left: 20px !important;
  display: unset;
}

.online_form .wp-block-columns {
  align-items: baseline !important;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media only screen and (max-width: 768px) {
  .online_form .wp-block-column {
    padding-left: 0;
    margin-left: 0px !important;
  }
  .current-menu-item::before,
.wp-block-navigation-item:hover::before {
  content: none;
}

}

.fa-2x span {
  font-family: 'MyriadPro-Regular';
}

redfet {
  content: url(../images/right.png);
}

tocno {
  content: url(../images/tocno.png);
}

.carousel-content p {
  font-family: 'MyriadPro-Regular';
  font-size: 20px;
}


.hdr img {
  width: 100%
}

desno {
  content: url(./img/h.png);
  position: relative;
  top: 32px;
  left: 0;
}

.haupttitel:before {
  content: url(./img/h.png);
  margin-right: 10px;
}

lijevo {
  content: url(./img/left.png);
}

.carousel-content h3 {
  padding-top: 32%;
  color: #fff;
  font-size: 34px;
}

.totop-20 {
  margin-top: -50px;
}

.logici1 {
  width: 151
}

ul.social-icons li a i {
  padding-top: 20px;
  color: #AAAAAA;
  font-size: 40px;
}

ul.social-icons li a i:hover {
  color: white;
  font-size: 40px;
}

.drib {
  padding-top: 30px
}

@media only screen and (max-width: 1200px) {
  .drib {
    display: none;
  }
}


.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  top: 6px;
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
  top: -6px;
  transform: rotate(-45deg);
}

.container p {
  font-size: 16px
}

wt {
  color: #fff
}

gr {
  color: #05d500;
}

h3 {
  font-weight: 300;
  font-family: "MyriadPro-Regular", Times, serif;
  font-size: 24px;
}

footer li::marker {
  content: "- ";
}

lajter {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #FFF;
  font-size: 28px;
}

sr20 {
  padding-left: 20px;
}

sr10 {
  padding-left: 10px;
}

sr5 {
  padding-left: 5px;
}

.obenrajt {
  position: relative;
  float: right;
  margin-bottom: -80px;
  z-index: 1000
}

.obenrajt ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 80px;
}

.obenrajt li {
  float: left;
}

.obenrajt li a {
  display: block;
  color: white;
  text-align: center;
  padding: 0px 5px;
  text-decoration: none;
}

footer {
  margin-top: -30px !important;
}

.slides {
  margin-bottom: -2px;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

@media only screen and (max-width: 780px) {
  .top_banner {
    right: 15px;
    /* display: none!important; */
  }

}