html {



background position:left top;
background-size:cover;
width:100%;
background-color:#4C4C4C;
min-height: calc(100% + env(safe-area-inset-top));
padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.progress-container {
  width: 100%;
  height: 1px;
  background: transparent;
  top:0px;
  position: fixed;
  z-index:1001;
}

.progress-bar {
  height: 1px;
  background: #fff;
  width: 0%;

}

#header-sticky-wrapper {background-color:#fff;}


main {

background-color:#fff;
}

#page_nummer63 main {margin-top:0px;}
#page_nummer42 main {margin-top:0px;}




.bg_weiss {
    /*
    margin-right: 0px;
    background-image: url(/fileadmin/pixs/img/screenshot-bg.png);
    background-repeat: repeat-y;
    background-position: right;
    */
    background-color: rgba(256,256,256,0.9);

  padding: 30px 0 30px 0 !important;
}

.bg_schwarz
{
  background-color: rgba(0,0,0,0.7); padding: 16px !important;
  color:#fff;
  text-shadow: 0px 0px 0px rgba(189, 183, 183, 0.0);
}
.bg_rauchglas
{
  background-color: rgba(0,0,0,0.5); padding: 16px !important;
  color:#fff;
  text-shadow: 0px 0px 0px rgba(189, 183, 183, 0.0);
}
.bg_orange
{
  background-color: rgba(255,153,0,1); padding: 16px !important;color:#fff!important;
}
.bg_orange h1,.bg_orange h2,.bg_orange h3,.bg_orange p
{
  color:#fff!important;
}
.bg_orange li::before {color:#fff;}
.section_bg_schwarz {
    background-color: rgba(0,0,0,0.7);
    text-shadow: 0px 0px 0px rgba(189, 183, 183, 0.0);
    color: #fff;
}

.section_startseite {
  background-color: rgba(0,0,0,0.7); padding: 0px !important;
  position:relative;
  margin:0px 0 0 0;
  padding: 0px;
}

.section_startseite .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}



.section_bg_schwarz_col6 {
text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  color: #fff;
  background-image:url(/fileadmin/pixs/img/section_bg_schwarz_col6.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.section_bg_schwarz_col6 h1 {
  color:#fff!important;
text-shadow: 2px 1px 15px rgba(0,0,0,0.6);
}
.section_bg_schwarz_col6 p {
  color:#fff!important;
background-color:rgba(76,76,76,0.8); }
@media screen and (max-width: 992px) {
  .section_bg_schwarz_col6 {
background-image:url(/fileadmin/pixs/img/section_bg_schwarz_col6_volle_hoehe.png);
}
}



.section_bg_schwarz  .col-lg-12 {
  padding: 20px 0px 20px  0px!important

}




/*--------------------------------------------------------------
# BOOTSTRAP AUSNAHMEN
--------------------------------------------------------------*/
.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  Element {

  }
  .row {


      margin-right: 0px;
      margin-left: 0px;

  }

  .col-lg-4,.col-md-4,.col-lg-6,.col-md-6,.col-lg-12,.col-md-12 {
    /* padding-left:0px;
    padding-right:0px; */

  }
  .col-lg-6,.col-md-6 {
    padding-left:10px;
    padding-right:10px;

  }

  /* .padding-left {padding-left:15px;} */

  @media screen and (max-width: 768px) {
    .padding-left {padding:0 0 0 0;}
    .padding-right {padding:0 0 0 0;}
  }

  @media screen and (max-width: 576px) {
    .padding-left {padding:0 15px 0 15px;}
    .padding-right {padding:0 15px 0 15px;}
  }

  .padding-right {padding-right:15px;}

.section_image_right img{

}


.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #fff;
  color: #ccc;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #ccc;
  transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: rgba(255,153,0,1);
  padding: 10px 0;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #fff;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #fff;
  padding: 4px 0 4px 20px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #ff9900;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(0,0,0,0.5);
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#heroCarousel.scrolled .oq-logo-im-carousel {
  transition: display 0.5s ease-in-out;
  opacity: 0;
  width:10px;
  height:auto;
  transition: ease all .8s;
}




#page_nummer8 .oq-logo {max-width: 232px;height:auto; opacity: 0; width:10px; height:auto;}
#page_nummer8 .is-sticky .oq-logo  {width:200px; height:auto; opacity: 1;transition: ease all .8s; }
.oq-logo {max-width: 250px;height:auto;margin-top:-9px;}
.is-sticky .oq-logo {max-width: 160px;margin-top:4px;transition: all 3.5s;}
/*.oq-logo-scrolled .oq-logo{display: inline; transition: all 2.5s; margin-top:4px;}*/
.oq-logo-scrolled .oq-logo{display: inline; }


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu > ul > li + li {
  padding-left: 10px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 14px 0 15px 0;
  transition: 0.3s;
  font-size: 13px;
  font-family: 'Montserrat',arial,verdana, sans-serif;
  text-transform: uppercase;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ff9900;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  color: #000;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ff9900;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: rgba(256,256,256,0.9);
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}



.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2b2320;
  padding: 14px 20px;
  font-weight: 500;
  outline: none;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}




.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ff9900;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(14, 11, 10, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* IPAD OPTIMIERUNG ========== */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
  .nav-menu {display: none!important;}
  .xxwegmenu {display:none!important;}
  .mobile-nav-toggle{display:block!important; top:10px!important;}
  .d-lg-none {display:block!important;}
  .social-links {margin-right:60px;}

}
/* IPAD OPTIMIERUNG Ende  ========== */

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/



.oq-logo-im-carousel {
  position: relative;
  left:50px;
  top:50px;
  z-index: 10;
  width:450px;
  height:auto;
}

#hero {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
  padding: 0;
  top:0px;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  top: 110px;
  left: 50px;
  right: 50px;
}

#hero .carousel-content {
  background: rgba(28, 23, 21, 0.7);
  padding: 20px;
  color: #fff;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  border-top: 5px solid #ff9900;
}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

#hero .btn-get-started {
  font-family: 'Montserrat',arial,verdana, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ff9900;
}

#hero .btn-get-started:hover {
  background: #ff9900;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #hero .carousel-content p {
    font-size: 15px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #65534c;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2320;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ded5d2;
}

.breadcrumbs ol a {
  color: #fe825a;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #c8bab5;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #f3f1f0;
}



.cta p {
  padding: 0;
  margin: 0;
}



.cta .cta-btn:hover {
  background: #ff9900;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}






/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #f1eeed;
  border-left: 1px solid #f1eeed;
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f1eeed;
  border-bottom: 1px solid #f1eeed;
  overflow: hidden;
  background: #fff;
  height: 100px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 36px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.clients .client-logo:hover img {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fecfc0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #ff9900;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffeee8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2b2320;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65534c;
}

.contact .info:hover i {
  background: #ff9900;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #ff9900;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #fd5c28;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




.partner {max-width:300px;height:auto;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: rgba(255,153,0,0.8);
  background: rgba(253,92,40,1);
}


#footer .footer-top {
  padding: 20px 0 30px 0;
  background: rgba(255,153,0,1);
  background: rgba(253,92,40,1);

  padding: 20px 0 10px 0;
  background: #000;
    background-image: none;
  background-image: linear-gradient(5deg,#000,#4c4c4c 50%,#F5F5F5);

}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Montserrat',arial,verdana, sans-serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fd6f41;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #b4aca8;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fd6f41;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff9900;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #fd5c28;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #b4aca8;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #ccc;
  color: #fff;
  text-decoration: none;
}

.social-links, .subnavigation {
  margin-top:10px;
  margin-bottom:10px;
}

#footer .subnavi {
  color:#fff;
  text-decoration:none;
}

#footer .staticContent {
  border:1px dotted #ccc;
  border-radius: 5px;
  padding:5px;
  background-color: rgba(255, 255, 255, 0.1);


  }
#footer .staticContent h2 {
  color:#000!important;
  font-size: 16px;
  font-weight: 800;

}
#footer .staticContent p, #footer .staticContent a {
line-height: 14px!important;
  color:#000!important;
  font-weight: normal;
  font-size: 13px!important;
}
#footer .staticContent a {
  text-decoration: underline;
  color:#000!important;

}




/*
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
footer {
position:relative;
 }
 }
 body#page_nummer63  {margin-bottom:0px;}

 #page_nummer63 footer {
 position:relative;
  }


  body {margin-bottom:330px;}

  @media screen and (max-width: 992px) {
  body {margin-bottom:0px;}
  }
  */


/* ----------------------------------------------------------------------
CSS --- MEDIA --- QUERIES
------------------------------------------------------------------------*/




@media (max-width: 1200px) {  }


@media (max-width: 992px) {

  .oq-logo-im-carousel {
    left:50px;
    top:50px;
    width:350px;
  }


}

@media (max-width: 768px) {

  .oq-logo-im-carousel {
    left:20px;
    top:20px;
    width:250px;
  }

 }

@media (max-width: 576px) {
.footer-contact {margin:25px;}


.oq-logo {max-width: 200px;height:auto;margin-top:-3px;margin-left:10px;transition: 2.5s;}
.is-sticky .oq-logo {
  max-width: 160px;margin-top:4px;transition: all 3.5s;
  transition: display 0.5s ease-in-out;
  transition: ease all 1.3s;
  transition: 2.5s;
}






.col-lg-8,.col-md-8 {

  padding-left:10px;
  padding-right:10px;

}
.col-lg-12 p, .col-md-12 p,.col-md-12 h1,.col-md-12 h2,.col-md-12 h3 {
    padding-left: 10px;
    padding-right: 10px;
}
 }

.achterblock {
  background-color: #4C4C4C;

}
.achterblock .no-gutters {

  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 576px) {
  .achterblock {
    display: none;

  }
}


.img-hover-zoom {
  height: auto; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}
