/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #5ac3e6;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #f9b652;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background: #253042;
  overflow-y: auto;
}

#header .profile img {
  margin: 0px auto;
  display: block;
  /* width: 75%; */
  width: 100%;
}

#header .profile h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "Poppins", sans-serif;
}

#header .profile h1 a,
#header .profile h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .profile .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #212431;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#header .profile .social-links a:hover {
  background: #149ddd;
  color: #fff;
  text-decoration: none;
}

#main {
  margin-left: 300px;
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }

  #main {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
body {
  background-color: #dbe7e7;
}

/*--------------------------------------------------------------
# Language Menu
--------------------------------------------------------------*/
.language-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.language-menu>ul>li {
  position: relative;
  white-space: nowrap;
  margin-left: 0px;
  text-align: left;
  color: #fff;
}

.language-menu a {
  display: inline-block;
  align-items: center;
  color: #fff;
  transition: 0.3s;
  font-family: 'le-havre', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none !important;
  letter-spacing: 0.15em;
  position: relative;
}

.language-menu a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #5ac3e6;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.language-menu a:hover {
  color: #fff;
}

.language-menu a:hover:after {
  width: 100%;
  left: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  padding-top: 30px;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  /* margin-right: 30px; */
  text-align: right;
}

.nav-menu a {
  display: inline-block;
  align-items: center;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-family: 'le-havre', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none !important;
  letter-spacing: 0.15em;
  position: relative;
}

.nav-menu .neu {
  color: #5ac3e6;
  font-weight: 700;
}

.nav-menu a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #5ac3e6;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-menu a:hover {
  color: #fff;
}

.nav-menu a:hover:after {
  width: 100%;
  left: 0;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  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: #149ddd;
}

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

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Home Section
--------------------------------------------------------------*/
/* #home {
  width: 100%;
  height: 100vh;
  background: url("../img/background.jpg") top center;
  background-size: cover;
} */

#home:before {
  background: rgba(5, 13, 24, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#home .home-container {
  padding: 0 0 0 15%;
  position: relative;
  z-index: 2;
}

#home h1 {
  margin: 0 0 10px;
  font-family: 'linotype-vectora', sans-serif;
  font-size: 18px;
  color: #f9b652;
}

#home h1 :nth-child(1) {
  font-weight: 300;
  font-size: 12px;
  color: #0a8f87;
}

#home h1 :nth-child(2) {
  font-weight: 900;
  color: #5ac3e6;
}

#home h1 :nth-child(3) {
  font-weight: 300;
  font-size: 12px;
  color: #e20774;
}

#home li {
  margin-bottom: -20px;
}

#home p {
  margin-bottom: 50px;
  font-family: linotype-vectora, sans-serif;
  font-style: normal;
  font-size: 36px;
  font-weight: 700;
  color: #0a8f87;
}

#home p span {
  font-weight: 300;
  color: #fff;
  padding-bottom: 3px;
  border-bottom: 2px solid #0a8f87;
}

#home .maintext {
  font-family: 'linotype-vectora', sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  color: #666766;
}

#home .maintext a {
  font-family: 'linotype-vectora', sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #0a8f87;
}

@media (min-width: 1024px) {
  #home {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #home h1 {
    font-size: 18px;
    /* line-height: 36px; */
  }

  #home h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: #f5f8fd;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-family: 'le-havre', sans-serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #253042;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 33%;
  height: 3px;
  background: #5ac3e6;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
  font-family: 'roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #253042;
}

/*--------------------------------------------------------------
# Über Uns
--------------------------------------------------------------*/
.about .content h3 {
  font-family: 'le-havre', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 1px;
  color: #253042;
}

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

.about .content ul li {
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
}

.about .content .text-before-colon {
  display: inline-block;
  position: relative;
  top: 5px;
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #5ac3e6;
  padding-right: 10px;
  padding-bottom: 10px;
}

.about .content .text-after-colon {
  font-family: 'roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #f9b652;
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 2px;
  color: #5ac3e6;
}

.about .content p {
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 10px;
}

.about .content p:last-child {
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Die Layoutfactory In Zahlen
--------------------------------------------------------------*/
.facts {
  padding-bottom: 30px;
}

.facts .count-box {
  padding: 30px;
  width: 100%;
}

.facts .count-box i {
  display: block;
  font-size: 44px;
  color: #5ac3e6;
  float: left;
}

.facts .count-box span {
  font-family: 'le-havre-rounded', sans-serif;
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 800;
  color: #f9b652;
  margin-left: 60px;
}

.facts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #253042;
}

.facts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #122f57;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.facts .count-box a:hover {
  color: #1f5297;
}

/*--------------------------------------------------------------
# Unsere Kompetenzen
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills ul {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #f5f8fd;
  border-radius: 50px;
  padding: 2px 15px;
}

.skills li {
  justify-content: space-around;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-family: 'roboto-condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #253042;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  display: block;
  font-family: 'roboto', sans-serif;
  font-weight: 500;
  color: #5ac3e6;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #dce8f8;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #f9b652;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-family: 'roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #253042;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #5ac3e6
}

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

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: #5ac3e6;
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #f9b652;
}

.portfolio .portfolio-wrap .portfolio-links a+a {
  border-left: 2px solid #f9b652;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
}

.services .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #5ac3e6;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #5ac3e6;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
}

.services .icon-box:hover .icon {
  background: #f9b652;
  border: 1px solid #f9b652;
}

.services .icon-box:hover .icon i {
  color: #5ac3e6;
}

.services .title {
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-left: 80px;
  margin-bottom: 15px;
}

.services .title a {
  font-family: 'roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #253042;
  text-decoration: none !important;
  display: inline-block;
  align-items: center;
  position: relative;
  transition: 0.3s;
}

.services a:after {
  background: none repeat scroll 0 0 transparent;
  top: 110%;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #5ac3e6;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.services a:hover:after {
  width: 100%;
  left: 0;
}

.services .description {
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  hyphens: auto;
  margin-left: 80px;
}

.services .description a {
  font-family: 'roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #253042;
  text-decoration: none !important;
  display: inline-block;
  align-items: center;
  position: relative;
  transition: 0.3s;
}

.services hr {
  margin-left: 35%;
  margin-right: 15%;
  background: #5ac3e6;
  height: 1px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 75%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-family: 'roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px 0;
  color: #5ac3e6;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #5ac3e6;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
  top: 6px;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 6px;
}

.testimonials .testimonial-item p {
  font-family: 'roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #253042;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5ac3e6 !important;
}

.testimonials .owl-dot.active {
  background-color: #f9b652 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Bestellformular - Kalender & Typoposter
--------------------------------------------------------------*/

.order-form .main-description p {
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: 'roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #253042;
}

.order-form {
  padding-bottom: 130px;
}

.order-form hr {
  width: 75%;
  height: 0px;
  border: none;
  border-top: 1px solid #f9b652;
}

.order-form a {
  font-family: 'roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #5ac3e6;
}

.order-form i {
  font-family: 'roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #5ac3e6;
  padding-left: 5px;
}

.steffs-popover {
  background: #f5f8fd;
  border-color: #5ac3e6;
  text-align: justify;
  hyphens: auto;
  font-family: 'roboto-condensed', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.steffs-popover .arrow:after {
  border-top-color: #5ac3e6;
}

.order-form .form-text {
  font-family: 'roboto-condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #5ac3e6;
  padding-bottom: 20px;
}

.order-form .entry-headline-0 {
  font-family: 'roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #253042;
}

.order-form .entry-headline-1 {
  font-family: 'roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #253042;
  padding-bottom: 8px;
}

.order-form .entry-choise {
  font-family: 'roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #253042;
}

.order-form .order-details {
  font-family: 'roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #253042;
  hyphens: auto;
}

.order-form .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.order-form .custom-select {
  border-radius: 0%;
  border-color: #5ac3e6;
  border-left: 1px solid #5ac3e6;
  border-top: none;
  border-right: 1px solid #5ac3e6;
  border-bottom: 1px solid #5ac3e6;
  font-family: 'roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.order-form .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.order-form .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.order-form .php-email-form .error-message br+br {
  margin-top: 25px;
}

.order-form .php-email-form .sent-message {
  display: none;
  font-family: 'roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
}

.order-form .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.order-form .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;
}

.order-form .php-email-form input,
.order-form .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 12px;
  border-left: 1px solid #5ac3e6;
  border-top: none;
  border-right: 1px solid #5ac3e6;
  border-bottom: 1px solid #5ac3e6;
}

.order-form .php-email-form button[type="submit"] {
  background: #5ac3e6;
  border: 0;
  border-radius: 4px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.order-form .php-email-form button[type="submit"]:hover {
  background: #253042;
}

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

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

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

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

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 130px;
}

#contact .info img {
  background: #253042;
  margin: 30px auto;
  display: block;
  width: 30%;
}

.contact .info {
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  padding-left: 30px;
}

.contact .info .phone {
  padding-bottom: 40px;
}

.contact .info .text-before-colon {
  display: inline-block;
  position: relative;
  top: 5px;
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #5ac3e6;
  padding-left: 10%;
  padding-right: 10px;
  /* padding-bottom: 25px; */
}

.contact .info .text-after-colon {
  font-family: 'roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #f9b652;
  /* padding-bottom: 25px; */
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact hr {
  width: 75%;
  height: 0px;
  border: none;
  border-top: 1px solid #f9b652;
  margin-bottom: 30px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
  font-family: 'roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #253042;
}

.contact .custom-select {
  border-radius: 0%;
  border-color: #5ac3e6;
  font-family: 'roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.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 {
  font-family: 'roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
}

.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 {
  padding: 10px 12px;
  border-left: 1px solid #5ac3e6;
  border-top: none;
  border-right: 1px solid #5ac3e6;
  border-bottom: 1px solid #5ac3e6;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
  border-left: 1px solid #5ac3e6;
  border-top: none;
  border-right: 1px solid #5ac3e6;
  border-bottom: 1px solid #5ac3e6;
}

.contact .php-email-form button[type="submit"] {
  background: #5ac3e6;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #253042;
}

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

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

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

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

/*--------------------------------------------------------------
# Form Comments
--------------------------------------------------------------*/
.form_comments a {
  display: inline-block;
  align-items: center;
  color: #5ac3e6;
  font-family: 'roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none !important;
  position: relative;
}

.form_comments a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #f9b652;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.form_comments a:hover {
  color: #5ac3e6;
}

.form_comments a:hover:after {
  width: 100%;
  left: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 10px 0;
  background: #f5f8fd;
}

.breadcrumbs h2 {
  font-family: 'le-havre', sans-serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #253042;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.breadcrumbs h2:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #5ac3e6;
  bottom: 0;
  left: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'roboto', sans-serif;
  color: #253042;
  font-size: 14px;
  font-weight: 400;
}

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

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  font-weight: 900;
  color: #f9b652;
  content: "•";
}

.breadcrumbs a {
  display: inline-block;
  align-items: center;
  color: #5ac3e6;
  font-family: 'roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none !important;
  position: relative;
}

.breadcrumbs a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #f9b652;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.breadcrumbs a:hover {
  color: #5ac3e6;
}

.breadcrumbs a:hover:after {
  width: 100%;
  left: 0;
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }

  .breadcrumbs h2:after {
    width: 33%;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cdd4da !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #5ac3e6 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-family: 'le-havre', sans-serif;
  color: #253042;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #5ac3e6;
}

.portfolio-details .portfolio-info ul {
  font-family: 'roboto', sans-serif;
  color: #253042;
  font-size: 14px;
  font-weight: 300;
  list-style: none;
  padding: 0;
}

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

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

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-family: 'le-havre', sans-serif;
  color: #253042;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  font-family: 'roboto', sans-serif;
  color: #253042;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }

  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Product Details
--------------------------------------------------------------*/
.portfolio-description .cal-2022-emphasis {
  font-family: 'roboto', sans-serif;
  color: #98be3c;
  font-size: 14px;
  font-weight: 700;
}

.portfolio-description .cal-color-bauhaus-rot {
  font-family: 'roboto', sans-serif;
  color: #dd2c26;
  font-size: 14px;
  font-weight: 700;
}

.portfolio-description .cal-color-bauhaus-gelb {
  font-family: 'roboto', sans-serif;
  color: #ffd200;
  font-size: 14px;
  font-weight: 700;
}

.portfolio-description .cal-color-bauhaus-blau {
  font-family: 'roboto', sans-serif;
  color: #2c3b90;
  font-size: 14px;
  font-weight: 700;
}

.portfolio-description .cal-2022-addprices {
  font-family: 'roboto', sans-serif;
  color: #f9b652;
  font-size: 14px;
  font-weight: 700;
}

.product-info .mwst {
  font-family: 'roboto', sans-serif;
  color: #253042;
  font-size: 10px;
  font-weight: 400;
}

.portfolio-details .product-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .product-info h3 {
  font-family: 'le-havre', sans-serif;
  color: #f9b652;
  font-size: 26px;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 1px;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 2px solid #5ac3e6;
}

.portfolio-details .product-info ul {
  font-family: 'roboto', sans-serif;
  color: #253042;
  font-size: 14px;
  font-weight: 300;
  list-style: none;
  padding: 0;
}

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

@media (max-width: 768px) {
  .portfolio-details .product-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Impressum
--------------------------------------------------------------*/
#impressum h2 {
  font-family: 'roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

#impressum h3 {
  font-family: 'roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

#impressum p {
  font-family: 'roboto-condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
}

/*--------------------------------------------------------------
# Credits
--------------------------------------------------------------*/
#credits p {
  font-family: 'roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  /* line-height: 13px; */
}

.credits hr {
  width: 75%;
  background: #f9b652;
  height: 2px;
  margin-top: 7%;
  margin-bottom: auto;
}

.credits .fuellflaeche {
  color: #fff
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 15px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 9999;
  background: #253042;
}

#footer .copyright {
  text-align: center;
  font-family: 'roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #5ac3e6;
}

#footer .impressum-credits a {
  text-align: center;
  font-family: 'roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #5ac3e6;
  text-decoration: none !important;
}

@media (max-width: 1199px) {
  #footer {
    /* position: static; */
    /* position: fixed; */
    position: relative;
    bottom: 0;
    /* width: auto; */
    width: 100%;
    padding-right: 20px 15px;
  }
}