<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Colorset:
Orange: #FF4026;
Green: #95A137;
Darkgreen: #9BA542;
Darkgrey: #444444;
Lightgrey: #dddddd / #efefef;
*/
:root {
--orange: #FF4026;
--green: #95A137;
--darkgreen: #3a4920;
--darkgrey: #444444;
--grey: #dddddd;
--lightgrey: #efefef;
}

/*Fonts*/
@font-face {
  font-family: 'MerriweatherSans-Regular';
  src:  url('../fonts/MerriweatherSans-Regular.woff') format('woff'),
        url('../fonts/MerriweatherSans-Regular.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Charm-Regular';
  src:  url('../fonts/Charm-Regular.woff') format('woff'),
        url('../fonts/Charm-Regular.eot') format('eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Myriad Pro Regular'),
	url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
    }
@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Myriad Pro Bold'),
	url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
    }	
@font-face {
    font-family: 'monotype_corsivaregular';
    src: url('../fonts/monotype_corsiva.woff2') format('woff2'),
         url('../fonts/monotype_corsiva.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}	
.small, small {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4em;
    display: inline-block;
}

a {
  color: var(--green);
  padding-bottom: 2px;
  }
a:hover {
  color: var(--orange);
  border-bottom: 1px solid var(--green);
  text-decoration: none;
  }
 img:hover, .navbar-brand:focus, .navbar-brand:hover {
  color: transparent;
  border-bottom: 0px solid transparent;
  text-decoration: none;
  }
 .text-white a:hover {
    color: var(--grey) !important;
    border-bottom: 1px solid var(--orange) !important;
    padding-bottom: 1px;
    }
.footer-main a {
	color: var(--green);
}
.footer-main a:hover,
.main-nav .navbar-nav .nav-link:hover {
	color: var(--darkgrey);
	border-bottom: 1px solid var(--orange) !important;
}
html {
  scroll-behavior: smooth !important;
}

.text-primary, i {
color: var(--orange) !important;
}
.text-secondary {
color: var(--darkgreen) !important;
}
.bg-primary {
  background-color: var(--orange) !important;
  }
.bg-secondary {
  background-color: var(--darkgreen) !important;
  }
.bg-lightgrey {
  background-color: var(--lightgrey) !important; 
}
.bg-grey {
  background-color: var(--darkgrey) !important; 
}

body {
  font-family: "Myriad Pro Regular", "MerriweatherSans-Regular", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  }
h1, h2 {
  font-family: "monotype_corsivaregular", "Charm-Regular", sans-serif;
  color: var(--darkgreen);
  text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
h3, h4, h5, h6 {
  font-family: "Myriad Pro Regular", "MerriweatherSans-Regular", sans-serif;
  color: var(--darkgreen);
  text-transform: uppercase;
}
h1 {
  font-size: 45px;
}

h2 {
  font-size: 40px;
}

@media (max-width: 480px) {
  h1 {
  font-size: 30px;
}
h2 {
  font-size: 27px;
}
}

h3 {
  font-size: 20px;
}
h4, h5, h6 {
  font-size: 18px;
}
h5, h6 {
  color: var(--darkgrey)
}
h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.3em;
}
p, li, blockquote, label {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  color: var(--darkgrey);
  margin-bottom: 0;
}
.form-control::-webkit-input-placeholder {
  color: #efefef;
  line-height: 25px;
  font-size: 16px;
}

ul.social-links {
  margin-bottom: 0;
}
ul.social-links li:first-child a {
  padding-left: 0;
}
ul.social-links li a {
  padding: 0 15px;
  display: block;
}
ul.social-links li a i {
  font-size: 20px;
  color: #444;
}
.shadow, .coming-soon .block .count-down .syotimer-cell, .user-login .block .image img, .privacy .block, .job-list .block, .team-sm .image img, .founder img, .service .service-box {
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.08);
}
.h260 {
	min-height: 260px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.overlay:before {
  content: "";
  background: rgba(105, 140, 230, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg-gray {
  background: #fafafa;
}

.bg-blue {
  background: #ABD904;
}

.hero {
  padding-top: 115px;
}
@media (max-width: 767px) {
.hero {
  padding-top: 97px;
}	
}
.service {
  padding: 0;
}
.section {
	padding-top: 5%;
	padding-bottom: 5%;
}
.section-title {
  text-align: center;
  margin-bottom: 80px;
}
.section-title h2 {
  font-size: 35px;
  margin-bottom: 13px;
}
.section-title p {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .section-title p {
    width: 100%;
  }
}

.page-title {
  text-align: center;
}


.form-control.main {
  background: transparent;
  padding: 0 20px 5px 0;
  border: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
  border-radius: 0;
  color: #ffffff;
}
.form-control.main:focus {
  border: 0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  box-shadow: none;
  padding-left: 10px;
}
.form-check-input {
  margin-top: 0;
  margin-left: -1.25rem;
}
textarea.form-control.main {
  height: initial;
}

.form-control::-webkit-input-placeholder {
  color: #dfdfdf;
  font-size: 16px;
}
.pt-8 {
	padding-top: 8em;
}
.left {
  overflow: hidden;
}
.left img {
  margin-left: -40px;
}
@media (max-width: 768px) {
  .left img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.right {
  overflow: hidden;
}
.right img {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .right img {
    margin-left: 0;
  }
}

.hide-overflow, .service {
  overflow: hidden;
}

.nav-up {
  top: -70px;
}

button:focus,
.slick-slide:focus {
  outline: 0;
}
.slick-dots li.slick-active button:before {
 color: var(--orange); 
}
.btn {
  text-transform: uppercase;
}

.btn-download {
  padding: 10px 35px;
  font-size: 14px;
  background: #fff;
  color: var(--orange);
}
.btn-download span {
  margin-left: 5px;
  font-size: 20px;
}

.btn-main {
  padding: 15px 45px;
  border-radius: 45px;
  background: var(--orange);
  color: #fff;
  outline: none;
}
.btn-main:hover {
  background: var(--darkgreen);
  color: #444;
}
.btn-main:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-md {
  padding: 10px 38px;
  border-radius: 38px;
  background: var(--orange);
  color: #fff;
  outline: none;
}
.btn-main-md:hover {
  color: #fff;
  background: var(--green);
  border-bottom: 0;
}
.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-sm {
  padding: 10px 35px;
  border-radius: 35px;
  background: #ABD904;
  color: #fff;
  outline: none;
  font-size: 14px;
}
.btn-main-sm:hover {
  color: #444;
  background: var(--darkgreen);
}
.btn-main-sm:focus {
  color: #fff;
  box-shadow: none;
}

.btn-white {
  background: white;
  color: var(--darkgreen);
}

.btn-rounded-icon {
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 50px;
}

.sign {
	max-width: 60px;
	padding-bottom: 10px;
}
#stolperstein {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
@media (max-width: 490px) {
.address img.sign {
	display: none;
	padding-bottom: 0;
}
}

.main-nav {
  background: var(--darkgreen);
  z-index: 99;
  position: fixed;
  width: 100%;
}
.main-nav .navbar-brand {
margin-right: 0;
}
.main-nav .navbar-brand img {
max-width: 260px;
    height: auto;
    width: 100%;
}
@media (max-width: 767px) {
.main-nav .navbar-brand img {
max-width: 180px;
    height: auto;
    width: 100%;
}
.navbar-toggler {
top: 10px;
}
}

.main-nav .navbar-nav .nav-item {
  position: relative;
  font-family: "Myriad Pro Regular", "MerriweatherSans-Regular", sans-serif;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    line-height: 25px;
  }
}
.main-nav .navbar-nav .nav-item .nav-link span i {
  font-size: 11px;
}
@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item.active .nav-link:before {
    display: none;
  }
}
.main-nav .dropdown {
  position: relative;
}
.main-nav .dropdown .open &gt; a,
.main-nav .dropdown .open &gt; a:focus,
.main-nav .dropdown .open &gt; a:hover {
  background: transparent;
}
.main-nav .dropdown.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}
@media (max-width: 992px) {
  .main-nav .dropdown {
    transform: none;
    left: auto;
    position: relative;
    text-align: center;
  }
}
.main-nav .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  display: none;
  margin-top: 0;
}
.main-nav .dropdown .dropdown-menu.show {
  display: block;
}
@media (max-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.main-nav .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 3px 22px;
  transition: 0.3s ease;
}
.main-nav .dropdown .dropdown-menu .dropdown-item.active, .main-nav .dropdown .dropdown-menu .dropdown-item.focus, .main-nav .dropdown .dropdown-menu .dropdown-item:focus, .main-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: var(--darkgreen);
}
.main-nav .dropdown .dropdown-menu li:first-child {
  margin-top: 10px;
}
.main-nav .dropdown .dropdown-menu li:last-child {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }
  .main-nav .dropdown:hover &gt; .dropdown-menu {
    opacity: 1;
    visibility: visible;
    color: #777;
    transform: translateY(0px);
  }
}

.dropdown-submenu.active &gt; a,
.dropdown-submenu:hover &gt; a {
  color: #ABD904;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "themify";
  border: 0;
  font-size: 8px;
  vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
  content: "\e64a";
  margin-right: 5px;
}

.dropright .dropdown-toggle::after {
  content: "\e649";
  margin-left: 5px;
}

.navbar-toggler {
  padding: 0;
  line-height: 20px;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 20px;
}
@media (max-width: 991px) {
.navbar-toggler {
top: 42px;
right: 20px;
}
}
@media (max-width: 767px) {
.navbar-toggler {
top: 34px;
right: 20px;
}
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}
.ti-menu:before {
  font-size: 20px;
  color: var(--orange);
}

/*Kompetenz*/
img.round-image {
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
}
.kompetenzliste ul, .preisliste ul {
  padding-left: 0;
  list-style-type: none;
  text-transform: none;
  max-width: 370px;
  margin: 0 auto 1rem auto;
}
.kompetenzliste ul li {
  font-size: 21px;
  line-height: 2.4em;
}
@media (max-width: 540px) {
.kompetenzliste ul li {
  font-size: 18px;
  line-height: 1.4em;
  padding-left: 45px;
    text-indent: -45px;
}
#kompetenz i.ti-key:before {
    font-size: 30px;
}
}

/*Preise*/
.preisheader-green,
.preisheader-orange {
  padding: 20px;
}
.preisheader-green {
  background-color: var(--darkgreen);
  padding: 20px;
}
.preisheader-orange {
  background-color: var(--orange);
}
.preisliste ul li {
  padding-left: 20px;
    text-indent: -21px;
    margin-bottom: 15px;
}
.preisliste ul li:last-child {
    margin-bottom: 0;
}
.preisliste ul {
    margin-bottom: 0;
}

/*Ankerversatz Sprungmarke*/
.sprung {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -100px;
}
div#service.sprung {
  margin: -280px !important;
}

/*Flags*/
a.flag-de, a.flag-gb {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 5px;
}
a.flag-de:hover, a.flag-gb:hover {
    text-decoration: none !important;
	    border-bottom: 0px solid transparent !important;
    padding-bottom: 0px;
}
a.flag-de img, a.flag-gb img {
  width: 30px;
  height: 30px;
}
a.flag-de img:hover, a.flag-gb img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  text-decoration: none !important;
      border-bottom: 0px solid transparent !important;
    padding-bottom: 0px;
}
 
.scroll-top-to {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: var(--darkgreen);
  transition: 0.3s;
  z-index: 999556;
  cursor: pointer;
  display: none;
  border-radius: 50%;
}
.scroll-top-to:hover {
  background: var(--orange);
  border: 1px solid #ffffff;
  
}
.scroll-top-to i:hover {
  color: #ffffff !important;
}
.scroll-top-to i.ti-angle-up {
  font-weight: bold;
  font-size: 20px;
  top: 2px;
  position: relative;
  }
@media (max-width: 850px) {
  .scroll-top-to {
    right: unset;
    left: 22px;
  }
}

.slider {
  padding: 180px 0 300px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.slider .block {
  position: relative;
}
.slider .block h1,
.slider .block h3 {
  color: #fff;
}
.slider .block .download {
  margin-top: 20px;
}
.slider .block .image-content {
  text-align: center;
}
.slider .block .image-content img {
  margin-top: 100px;
  margin-bottom: -200px;
}
.slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 290px solid #fff;
  border-left: 2000px solid transparent;
  width: 0;
}
.pull-top {
  margin-top: -100px;
}
@media (max-width: 767px) {
	.pull-top {
  margin-top: 5%;
}
}

.zindex-1 {
  z-index: 1;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #ABD904;
  margin: 1em 0;
  padding: 0;
}

.icon-box {
  height: 80px;
  width: 80px;
  text-align: center;
  background: #ABD904;
}
.icon-box i {
  line-height: 80px;
  font-size: 30px;
}
.quotes .quote-slider h2 {
  font-size: 50px;
}
.quotes .quote-slider cite {
  margin-left: 150px;
  font-style: normal;
}
.hover-zoom {
  overflow: hidden;
  border-radius: 8px;
}
.hover-zoom img {
  transition: 0.3s ease;
}
.hover-zoom:hover img {
  transform: scale(1.2);
}
.error-page {
  position: fixed;
  height: 100%;
  width: 100%;
}
.error-page .center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-page .center .block h1 {
  font-size: 200px;
  font-weight: 400;
  line-height: 266px;
  font-family: "Lora", serif;
}
.error-page .center .block p {
  margin-bottom: 50px;
}
.gallery .image {
  cursor: pointer;
}
.address .block .address-block {
  text-align: center;
}
.address .block .address-block .icon {
  display: flex;
  justify-content: left;
  align-items: center;
}
.address .block .address-block .icon i {
  display: block;
  height: 40px;
  width: 40px;
  background: #fafafa;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}

/*Carousel Hero*/
.carousel-item img.d-block {
width: 100%;
}
.carousel-item {
max-height: 75vh;
}
.carousel-caption {
  bottom: 25%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF4026' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF4026' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
  bottom: 100px;
}
.carousel-indicators li {
  bottom: 100px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: var(--orange);
}
.carousel-caption i.ti-email {
  color: #ffffff !important;
  padding-right: 7px !important;
}
.carousel-caption i.ti-email:hover {
  color: #444444 !important;
}
h2.slidercaption {
  color: #ffffff;
  font-size: 90px;
  line-height: 1.2em;
  text-shadow: 3px 3px 6px rgba(0,0,0,.8);
  margin-bottom: 1.5rem;
}
p.slidersubcaption {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 5%;
  text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
@media (max-width: 991px) {
h2.slidercaption {
  font-size: 50px;
  margin-bottom: 5%;
}
}
@media (max-width: 600px) {
  h2.slidercaption {
    font-size: 36px;
  }
  p.slidersubcaption {
    font-size: 16px;
  }
  .carousel-caption {
  bottom: 5%;
}
  }

.hero-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

  @media(max-width:767px){
    h2 {
font-size: 31px;
line-height: 1.3em;
    }
  }

.field { /*AntiSpamForm*/
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
    }  

  #cookie-popup { 
    text-align: center; 
    background: #efefef;
    position: fixed;
    top: auto;
    bottom: 0px; 
    left: auto;
    right: auto;
    z-index: 9999;
    padding: 10px 20px 20px 10px;
    width: 100%;
    }
    #cookie-popup p, #cookie-popup a { 
      font-size:14px; 
      line-height:1.2em;
      padding: 20px;
      }
  #cookie-popup.hidden {
    display: none;
  }
  #cookie-popup .btn {
    padding: 10px 35px;
    border-radius: 25px;
    border: 1px solid var(--darkgreen);
    margin-left: 20px;
    font-size:14px; 
    background-color: white;
  }
 .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
} 
 @media (min-width: 1200px) {
.container {
    max-width: 1400px;
}
section.service .container {
    max-width: 1140px;
}
 }
  
/*# sourceMappingURL=style.css.map */</pre></body></html>