/**
* Template Name: Nova
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/nova-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
}

/* Colors */
:root {
  --color-default: #2b180d;
  --color-primary: rgb(141, 199, 233);
  --color-secondary: rgba(0, 0, 88,1);
  
  --color-verwiebe-prime: rgb(12,46,131);
  
--primary-color: #56b8e6;
--contrast-color: #1b2f45;
      --swiper-theme-color:  rgb(12,46,131);
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: var(--color-verwiebe-prime);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}


ul.nolist, ol.nolist{
list-style-type: none;
padding-left: 0rem;
}


ul .bi, ol .bi{
color: var(--color-primary);
}

small{
font-size: 11px;
display: inline-block;
line-height: 130%;
}


video{
border: solid 1px var(--contrast-color);
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
padding-right: 1px;
}


sup, sub{
font-size: 0.55em;
}

.figure{
position: relative;
}

.figure-caption {
padding-top: 10px;
}

.figure-caption.copyright {
font-size: 11px;
padding-top: 12px;
}

.figure-caption a{
color: var(--bs-secondary-color)!important;
}

.image-caption{
font-size: 0.85rem;
}

.mobil-only{
display: none!important;
}

.figure-caption.flex-block{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-content: center;
align-items: center;
max-width: 90%;
margin: 0px auto;
}



ul.list-default{
list-style-type: initial!important;
  margin-left: 1em!important;
}

ol.list-default{
list-style-type: initial!important;
  margin-left: 1em!important;
}

ol.list-default li , ul.list-default li {
  padding: 0 0 15px 0px!important;

}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 80px 0;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header p {
  margin-bottom: 0;
}


.section-header h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  
}

.section-header h1:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


section .content h3, section .item h3{
margin: 25px 0px;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-verwiebe-prime);
}


section .content h2{
margin-bottom: 25px;
}


section .content h4{
margin: 0px 0px 15px 0px;
  font-size: 22px;
  font-weight: 700;
  color: var(--color-verwiebe-prime);
}


.icon-check{
position: absolute;
width: 50px;
height: 50px;
border-radius: 50em 50em;
background-color: rgb(0,114,175);
top: 15px;
right: 15px;
border: solid 2px #ffffff;
}

.icon-check::after{
content: '\F272';
position: absolute;
color: #ffffff;
font-size: 60px;
top: -27px;
right: 0px;
z-index: 1;
width: 100%;
height: 100%;
display: inline-block;
font-family: bootstrap-icons !important;
font-style: normal;
font-weight: normal !important;
}


.icon-no{
position: absolute;
width: 50px;
height: 50px;
border-radius: 50em 50em;
background-color: rgb(185,43,56);
top: 15px;
right: 15px;
border: solid 2px #ffffff;
}

.icon-no::after{
content: '\F657';
position: absolute;
color: #ffffff;
font-size: 60px;
top: -23px;
right: 7px;
z-index: 1;
width: 100%;
height: 100%;
display: inline-block;
font-family: bootstrap-icons !important;
font-style: normal;
font-weight: normal !important;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 140px 0 60px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs .container{
z-index: 2;
}

.breadcrumbs:before {
  content: "";
  background: rgba(0, 0, 88, 0.3);
  position: absolute;
  inset: 0;
}

.breadcrumbs h2 {
font-size: 2rem;
  font-weight: 500;
  color: #fff;
font-family: var(--font-primary);
max-width: 40%;
padding-left: 8px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}



.breadcrumbs ol a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

.breadcrumbs ol li:first-of-type, .breadcrumbs ol li+li::before {
display: none!important;
}

 .breadcrumbs::after {
    position: absolute;
    content: "";
    width: 40%;
    background: var(--color-verwiebe-prime);
    top: 0;
    bottom: 0;
	z-index:0;
  }


.breadcrumbs.head-60-40{
  background-size: 60%;
  background-position: top right;
  background-repeat: no-repeat;
}


.breadcrumbs.bg-center{
  background-position: center right!important;
}

.breadcrumbs.bg-bottom{
  background-position: bottom right!important;
}

@media screen and (max-width: 990px) {
.breadcrumbs.head-60-40{
  background-size: cover;

}
}
@media (min-width: 1200px) {
.breadcrumbs h2 {
max-width: 100%;
}

}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(86, 184, 230, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--color-primary);
  border-top-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 24px 0;
}

@media (max-width: 1200px) {
  .header {
    padding: 12px 0;
  }
  
 
}

.header.sticked {
  background: var(--color-verwiebe-prime);  
  padding: 12px 0;
}

.header.sticked .logo img {
  max-height: 60px;
}





.header .logo img {
  max-height: 85px;
  margin-right: 6px;
  transition: all 0.5s;
}

.header .logo h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-secondary);
  margin: 0;
}
.header .btn-getstarted, .header .btn-getstarted:focus {
  color: var(--contrast-color);
  background: var(--primary-color);
  font-size: 14px;
  padding: 8px 26px;
  margin: 0;
  border-radius: 4px;
  transition: 0.3s;
}

.header .btn-getstarted:hover, .header .btn-getstarted:focus:hover {
  color: #ffffff;
  background: rgba(0,0,88, 1);
}


.header li.info{
padding-left: 35px;
}

@media (max-width: 990px) {
.header .logo img {
  max-height: 60px;
}
}





/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 15px 30px;
    font-family: var(--font-default);
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    transition: 0.3s;
	text-transform: uppercase;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
 color: #fff;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.2s;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--color-secondary);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(12,46,131, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-default);
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: rgba(20, 35, 51, 0.6);
	
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: rgba(255, 255, 255, 0.9);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
  }

  .mobile-nav-hide {
    color: rgba(255, 255, 255, 0.9);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(27, 47, 69, 0.7);
    z-index: 9996;
  }
  
  .navbar li{
border-bottom: solid 1px rgba(255,255,255,0.6);
}

  .navbar li.dropdown li:last-of-type{
border-bottom: 0;
}

  .navbar li.dropdown li{
padding: 5px 0px;
}

.header .navbar li.info {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  text-align: center!important;
border-bottom: 0;
}

.header .navbar li.info > a{
text-align: center!important;
padding: 8px 6px;
  justify-content: center;
}
  
  
}


.video-content{
padding-right: 0px;
padding-bottom: 0px;
display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  xbackground: url("../images/header_start_verwiebe_optik_03.jpg") repeat left center;
  xbackground-size: auto 100%;
  position: relative;
  padding: 120px 0;
  z-index: 3;
x-webkit-animation: panoramic 35s infinite; /* Chrome, Safari, Opera */
xanimation: panoramic 35s infinite;
}


.start-hero{
  width: 60%;
  min-height: 100vh;
   background-size: auto 100%;
  position: absolute;
  left: 40%;
  z-index: -1;
-webkit-animation: panoramic 65s infinite; /* Chrome, Safari, Opera */
animation: panoramic 65s infinite;
}

@media (max-width: 768px) {
.hero{
background-size: cover;
background-position: left center;
-webkit-animation: panoramic 85s infinite; /* Chrome, Safari, Opera */
animation: panoramic 85s infinite;
}

.start-hero{
  width: 100%;
  min-height: 100vh;
   background-size: auto 100%;
  position: absolute;
  left: 0;
}
}

@media (min-width: 1034px) {
  .hero:after {
    position: absolute;
    content: "";
    width: 40%;
    background: var(--color-verwiebe-prime);
    top: 0;
    bottom: 0;
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes panoramic {
    50% {background-position: 98% center;}
}
/* Standard syntax */
@keyframes panoramic {
    50% {background-position: 98% center;}
}



.hero:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 88, 0.3);
  inset: 0;
}

@media (max-width: 1034px) {
  .hero:before {
    background:  rgba(0, 0, 88, 0.3);
  }
}

.hero .container {
  z-index: 1;
}

@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}

.hero h2 {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: var(--font-secondary);
}

.hero blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-family: var(--font-default);
  border-left: 2px solid var(--color-primary);
  margin: 40px 0;
}

.hero .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
}

.hero .btn-get-started:hover {
  background: rgba(86, 184, 230, 0.8);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: #fff;
}

.hero .btn-watch-video:hover i {
  color: #82cbed;
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
    line-height: 1;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
  
  .start-hero{
  width: 100%;
  left: 0;
}
}

/*--------------------------------------------------------------
# Why Choose Us Section
--------------------------------------------------------------*/
.why-us {
  padding-bottom: 0;
}

.why-us .img-bg {
  min-height: 500px;
background-size: 100% 100%;
  background-position: center center;
}

.why-us .block {
  background-color: #f7f9fc;
}

.why-us h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-verwiebe-prime);
}

.why-us h4 {
  font-size: 18px;
  font-weight: 400;
  color: #29486a;
  font-family: var(--font-secondary);
}

.why-us .block-1 {
  margin: 140px 140px 120px 140px;
  overflow: hidden;
}

.why-us .swiper-button-prev:after,
.why-us .swiper-button-next:after {
  font-size: 24px;
  color: var(--color-verwiebe-prime);
}

.why-us .swiper-button-prev {
  left: 80px;
}

.why-us .swiper-button-next {
  right: 80px;
}

.why-us .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.why-us .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-verwiebe-prime);
}

.why-us .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 1200px) {
  .why-us .swiper {
    margin: 60px 60px 40px 60px;
  }

  .why-us .swiper-button-prev,
  .why-us .swiper-button-next {
    display: none;
  }
}

@media (max-width: 575px) {
  .why-us .swiper {
    margin: 40px 40px 20px 40px;
  }
}

.page-about .why-us {
  padding: 0 0 80px 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 36px;
  font-family: var(--font-secondary);
  color: var(--color-verwiebe-prime);
}

.about .content p {
  margin: 30px 0;

}

.content ul {
  list-style: none;
  padding: 0;
}

.content ul li {
  padding: 0 0 15px 30px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
}

.content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Services List Section
--------------------------------------------------------------*/
.services-list .service-item {
  position: relative;
}

.services-list .service-item .icon i {
  font-size: 32px;
  line-height: 0;
  margin-right: 20px;
  color: #38618e;
}

.services-list .service-item .title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.services-list .service-item .title a {
  color: var(--color-verwiebe-prime);
}

.services-list .service-item .title a:hover {
  color: #38618e;
}

.services-list .service-item .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(0, 0, 88, 0.4), rgba(0, 0, 88, 0.4)), url("../images/background-call-to-action.jpg") center center;
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
  margin-bottom: 25px;
}

.call-to-action .cta-btn {
  font-family: var(--font-default);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #2aa5df;
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  padding-bottom: 0;
}

.features h3, .section-title h2 {
  color: var(--color-verwiebe-prime);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.features .icon-list i {
  margin-right: 10px;
  font-size: 24px;
  line-height: 1.2;
}

.features .icon-list span {
  font-size: 18px;
  color: #29486a;
}

.features .phone-wrap {
  position: absolute;
  right: 0;
}

img.imgbg {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}


@media (max-width: 768px) {
  .features .phone-wrap {
    position: relative;
  }
}

.features .phone-wrap img {
  width: 100%;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media (max-width: 992px) {
  .features .phone-wrap img {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .features .phone-wrap img {
    width: 100%;
  }
}

.features .details {
  margin-top: 0px;
  padding: 80px 0 120px 0;
  background-color: #f7f9fc;
}

.features .details h4 {
  color: var(--color-verwiebe-prime);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.features .details p {
  margin-bottom: 20px;
  font-size: 15px;
}

.features .details .btn-get-started {
  font-family: var(--font-primary);
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  background-color: var(--color-primary);
  color: #fff;
}

.features .details .btn-get-started:hover {
  background: #2aa5df;
}

#ressource .content h2{
font-size: 24px;
  font-weight: 700;
  color: var(--color-verwiebe-prime);
}



.block-space {
  margin: 30px 30px 30px 30px;
  overflow: hidden;
}

/* Services Section - Home Page
------------------------------*/
.services{
padding: 80px 0 20px 0;
}

.services .service-item {
  position: relative;
  padding-top: 40px;
}

.services .service-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(0, 0, 88,0.1);
}

.services .service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--primary-color);
  border-right: 5px solid #FFFFFF;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-right: 50px;
  line-height: 0;
}

.services .service-item .icon i {
  color: rgba(var(--default-color-rgb), 0.7);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: rgba(var(--primary-color-rgb));
  border-radius: 50px;
  z-index: 1;
  bottom: -15px;
  right: -15px;
  transition: 0.3s;
}

.services .service-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .service-item .title a {
  color: var(--secondary-color);
}

.services .service-item .title a:hover {
  color: var(--primary-color);
}

.services .service-item .description {
  line-height: 24px;
  font-size: 14px;
}


.services .content h2{
  font-size: 24px;
  font-weight: 700;
  color: var(--color-verwiebe-prime);
}


.services .content h3 a{
  font-size: 24px;
  font-weight: 700;
  color: var(--color-verwiebe-prime);
}


.services .content h3 a:hover{
  color: var(--primary-color);
}

.service .content h3{
margin: 0px 0px 25px 0px;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-verwiebe-prime);
}

/* About Section - Home Page
------------------------------*/


.about .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 20px;
  background: rgba(var(--primary-color-rgb), 0.05);
  color: var(--primary-color);
  border-radius: 7px;
  display: inline-block;
}

.about .content h2 {
  font-weight: 700;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.content .read-more {
  background: var(--primary-color);
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.content .read-more.fullw{
width: 100%;
}

.content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.content .read-more:hover {
  background: rgba(var(--primary-color-rgb), 0.8);
  padding-right: 19px;
    color: var(--color-verwiebe-prime);
}

.content .read-more:hover i {
  margin-left: 10px;
}

.about .icon-box {
  padding: 50px 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
  height: 100%;
}

.about .icon-box i {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 50px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  background-color: rgba(var(--primary-color-rgb), 0.05);
  color: var(--primary-color);
}

.about .icon-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.about .icon-box p {
  margin-bottom: 0;
}

.about .icon-box .icon-box-link{
color: var(--color-default);
}

.about .icon-box .icon-box-link:hover{
color: var(--color-verwiebe-prime);
}


.about .icon-box:hover i {
  background-color: var(--primary-color);
  color: var(--contrast-color);
}

.about .icon-boxes .col-md-6:nth-child(2) .icon-box,
.about .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}

@media (max-width: 768px) {

  .about .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .about .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
  }
}




/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  overflow: hidden;
  background: #fff;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: #31547c;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a i {
  line-height: 0;
}

.team .team-member .social a:hover {
  color: var(--color-primary);
}

.team .team-member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .team-member .member-info {
  padding: 25px 15px 0 15px;
  text-align: center;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--color-verwiebe-prime);
}

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #6c757d;
}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #6c757d;
}

.team .team-member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Services Cards Section
--------------------------------------------------------------*/
.services-cards {
  background: #f7f9fc;
}

.services-cards .card-item {
  border: 1px solid rgba(27, 47, 69, 0.1);
  background: #fff;
  position: relative;
  border-radius: 0;
}

.services-cards .card-item .card-bg {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-cards .card-item .card-body {
  padding: 30px;
}

.services-cards .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--color-verwiebe-prime);
}

.services-cards .card-item p {
  color: var(--color-verwiebe-prime);
  margin: 0;
}


 .icon-box {
  padding: 50px 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
height: 100%;
}

.icon-box ul.nolist{
margin-bottom: 0px;
}
.icon-box ul li:last-of-type{
padding-bottom: 0px;
}

.box-liste{
margin-bottom: 50px;
padding-bottom: 50px;
}

 .icon-box .icon{
max-width: 100px;
margin-bottom: 25px;
}


 .icon-box .icon.w-150{
max-width: 150px;
 }

.icon-box .img-box{
width: 100%;
margin-bottom: 25px;
}

.icon-box .img-box img{
width: 100%;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(27, 47, 69, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.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 p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #e8eff6;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }

  .testimonials .testimonial-item {
    margin: 40px 20px;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/

.portfolio-container{
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
padding-right: 60px;
}

.portfolio .portfolio-flters {
  padding: 0;
  margin: 0 auto 30px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-flters li {
  color: var(--color-verwiebe-prime);
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.portfolio .portfolio-flters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-item {
position: relative;
padding-right: calc(2rem* .5);
padding-left: calc(2rem* .5);
}


.portfolio-item img{
	width: 100%;
	height: 100%;
object-fit: cover;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  top: 15px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.4);
	padding: 15px;
	height: calc((100% / 2) - 30px);
	margin: auto auto;
	width: 80%;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-default);
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 0px;
  left: 0;
  bottom: 0;
  font-size: 24px;
  top: 0;
  color: rgba(27, 47, 69, 0.7);
  transition: 0.3s;
  line-height: 0;
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
display: flex;
justify-content: center;
align-content: center;
align-items: center;
}


.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--color-primary);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--color-primary);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(27, 47, 69, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6e2ef;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-verwiebe-prime);
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/




.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1c88ba;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .form-group label{
  padding: 8px 0px;
  width: 100%;
  display: none;
  font-size: 1rem;
}

.contact .php-email-form .form-group label.form-check-label{
display: inline-block;
font-size: 15px;
}

.contact .php-email-form .form-group .form-description{
  padding: 0px 0px 8px 3.5em;
  width: 100%;
}

.contact .php-email-form .form-group .form-description p{
font-size: 15px;
}

.contact .box-border{
border: var(--bs-border-width) solid var(--bs-border-color);
margin-right: calc(var(--bs-gutter-x) * .5);
margin-left: calc(var(--bs-gutter-x) * .5);
width: calc(100% - 25px);
}


.contact select.form-control{
color: rgba(33,37,41,0.7);
}

@media screen and (max-width: 600px) {
.contact .php-email-form .form-group label{
display: none;
}
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  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: #059652;
  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 #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-control,
.contact .php-email-form textarea.form-control {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 15px;
}

.contact .php-email-form input.form-control:focus,
.contact .php-email-form textarea.form-control:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #1f98d1;
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--color-primary);
}

.form-check.form-switch{
display: flex;
justify-content: flex-start;
align-items: center;
align-content: center;
padding-top: 8px;

}

.form-switch .form-check-input{
width: 2.5em;
height: 1.5em;
cursor: pointer;
margin-top: 0px;
margin-right: 1em;
}

.form-check-label{
font-size: 14px;

}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  color: #FFFFFF;
}

.footer .footer-content {
  background-color: var(--color-verwiebe-prime);
  background-size: contain;
  padding: 60px 0 30px 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
  padding-right: 60px;
}

.footer .footer-content .footer-info .logo {
  line-height: 2.4em;
  margin-bottom: 25px;
}

.footer .footer-content .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-content .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: var(--font-secondary);
  margin-top: 3px;
}

.footer .footer-content .footer-info p {
  font-size: 15px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: #ffffff;
}

.footer .footer-contact .mphone{
color: #ffffff;
cursor: default;
}

.footer .footer-contact a{
color: #ffffff;
}

.footer .footer-contact strong{
display: inline-block;
width: 60px;
}

.footer .footer-contact span{
font-size: 18px;
padding-right: 8px;
}

.footer .footer-contact span > a{
font-size: 14px;
}

.footer .footer-content .social-links a {
  font-size: 25px;
  line-height: 0;
width: 50px;
  height: 50px;
  color: var(--color-verwiebe-prime);
  margin-right: 10px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50px;
}

.footer .footer-content .social-links a:hover {
  background-color: #2aa5df;
}


.footer .footer-content .social-links .zeiss{
background-image: URL('../images/zeiss_logo.png');
background-repeat: no-repeat;
background-position: center center;
background-size: auto 62%;
}


.social-links .whatsapp{
background: transparent URL('../images/whatsapp_glyph.svg') no-repeat center center;
background-size: 60% auto;
}

.social-links .google{
background: transparent URL('../images/google_glyph.svg') no-repeat center center;
background-size: 60% auto;
}

.social-links .insta{
background: transparent URL('../images/instagram_glyph.png') no-repeat center center;
background-size: 60% auto;
}


.social-links .bi{
display: none!important;
}


.footer .footer-content h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul i {
  margin-right: 2px;
  color: #ffffff;
  font-size: 16px;
  line-height: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a, .footer .footer-links-row ul a{
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover, .footer .footer-links-row ul a:hover {
  color: var(--color-primary);
}

.footer .footer-content .footer-contact p {
  line-height: 26px;
  color: #ffffff;
}


.footer .footer-links-row ul {
  padding: 0px 0px;
  margin: 0px 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

.footer .footer-links-row ul li {
  padding: 20px 10px 20px 10px;
  display: flex;
  align-items: center;
}


.footer .footer-legal {
  background: rgba(11,40,112,1);
  padding: 10px 0;
}

.footer .footer-legal .container{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}

.footer .footer-legal .copyright {
  text-align: center;
  color: #ffffff;
  font-size: 11px;
    padding-top: 4px;
}

.footer .footer-legal .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;

}



/*--------------------------------------------------------------
# MAP
--------------------------------------------------------------*/

#gmap{
margin: 2rem 0px 1rem 0px;
}
#gmap iframe{
width: 100%;
height: 100%;
max-height: 600px;
border: 0;
display: none;
}
.gbutton{
background-color: #162876;
color: #ffffff!important;
font-weight: 600;
text-align: center;
padding: 6px 12px;
border-radius: 6px;
max-width: 95%;
width: 90%;
margin: 30px auto 0px auto;
cursor: pointer;	
}
.mapdummy{
background: #ffffff URL('../images/dummy-map.jpg') no-repeat center center;
background-size: cover;
}
.maphinweis{
padding: 0px 0px 0px 0px;
margin: auto auto;
position: relative;
margin-top: 1rem;
text-align: center;
width: 90%;
height: 90%;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
}

.maphinweis a{
color: var(--color-verwiebe-prime);
}

.map-more, .map-more > a{
font-size: 11px;
color: var(--color-verwiebe-prime);
text-align: right; 
}



@media (min-width: 1290px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
  }
}



/*--------------------------------------------------------------
# TIMELINE
--------------------------------------------------------------*/

#timeline{
margin-top: 0;
padding-top: 0;
}

/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
  padding-top: 20px;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: var(--color-verwiebe-prime);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline .card{
border: 0;
}

/* The circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #ffffff;
  border: 1px solid var(--color-verwiebe-prime);
  top: 15px;
  border-radius: 50%;
  z-index: 2;
}



/* Place the container to the left */
.left {
  padding: 5px 40px 20px 0px;
  left: 0;
  text-align: right;
}

/* Place the container to the right */
.right {
  padding: 5px 0px 20px 40px;
  left: 50%;
    text-align: left;
}

.left::before {
    content: " ";
    position: absolute;
    display: block;
    top: 5px;
    z-index: 1;
    right: -20px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    border-radius: 50%;
}

.left::after {
  right: -10px;
}


.right::before {
    content: " ";
    position: absolute;
    display: block;
    top: 5px;
    z-index: 1;
    left: -20px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    border-radius: 50%;
}


.right::after {
  left: -10px;
}



@media (max-width: 768px) {

.header.sticked{
box-shadow: 0px 3px 12px 0px rgba(255,255,255,0.8);
}

.header.sticked .logo img,  .header .logo img {
  max-height: 50px;
}


.mobil-only{
display: block!important;
}

.breadcrumbs{
margin-top: 50px;
}

.breadcrumbs::after{
display: none;
}


.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 0px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-verwiebe-prime);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.4);
  width: 100%;
}

.breadcrumbs ol li a{
  font-size: 14px;
  font-weight: 400;
}

.breadcrumbs ol li{
	padding: 3px 0px 3px 15px;
}

.breadcrumbs h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-primary);
  text-shadow: 2px 2px 0px var(--color-verwiebe-prime);
  max-width: 100%;
}



	
h1 br, h2 br, h3 br, h4 br, h5 br, h6 br{
display: none;
}
	
	
  .header {
  background: var(--color-verwiebe-prime);  
  padding: 12px 0;
  }

 .navbar a i.dropdown-indicator{
min-width: 35px;
padding: 10px 20px;
position: absolute;
right: 0;
  color: #fff;
  font-size: 14px;
 }


  .content.about-start h3{
	padding: 10px 20px 10px 0px;
	font-size: 18px;
  }
  
  #main > section.home:first-of-type{
	padding: 20px 0px 80px 0px;
  }
  
 .row .content{
padding: 0px 15px; 
 }
 
 section.call-to-action p br{
	display: none;
 }
 
 .services.bullet-points .container{
	 padding: 0px 25px; 
 }
 
 .row > div.ms-4{
	margin-left:calc(var(--bs-gutter-x) * .5)!important;
 }
.row > div.ps-4{
  padding-left: calc(var(--bs-gutter-x) * .5)!important;
 }
 

 
.services.group-boxen .px-4{
padding-left: 0!important;
padding-right:0!important;
}



#ressource-zeiss-video .px-4{
padding-left: calc(var(--bs-gutter-x) * .5)!important;
padding-right:calc(var(--bs-gutter-x) * .5)!important;
}

img.imgbg {
max-width: 100%;
height: auto;
margin: 0px auto;
}

.figure img.imgbg {
max-width: 100%;
}

 
.block-space {
  margin: 30px 0px 0px 0px;

}
 
 .footer .footer-content{
padding: 60px 5px 30px 5px;
 }

.footer .footer-content .footer-info {
  margin-bottom: 10px;
  padding-right: 15px;
}


.footer .footer-content .footer-links {
text-align: center;
}

.footer .footer-nav{
display: none;
}

.footer .footer-links-row ul {
margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.footer .footer-contact span{
margin-bottom: 12px;
display: inline-block;
}

.footer .footer-contact .mphone{
cursor: pointer;
}


img.ms-4{
margin-left: 0px!important;
}

.timeline.left{
text-align:left;
}


.why-us .block-1{
margin: 10px 10px 10px 10px;
}


.services.group-boxen .icon-box{
padding: 25px 20px;
margin-bottom: 4rem;
}

#ressource-zeiss-video{
padding: 40px 0px 80px 0px;
}

#ressource-zeiss-video .d-flex{
flex-direction: column!important;
}

 .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }


.col-sm-12{
    flex: 0 0 auto;
    width: 100%;
}


.row.my-4.content{
padding: 0px 0px;
}


.box-liste{
padding: 0px 0px 0px 0px;
margin: 0px 10px;
max-width: 95%;
}

.box-liste .icon-box {
  height: auto;
min-height: 80px;
padding: 30px 15px;
}


}


/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 18px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}