/**
* Template Name: Green - v4.0.1
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  /*background: linear-gradient(rgba(52, 152, 219, 0.3), rgba(52, 152, 219, 0.3)), url("../img/kfz-anprall.jpg");*/
  /*background-image: url("../img/kfz-anprall.jpg");*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /*background: rgba(52, 152, 219, 0.7);*/
  font-display: fallback; /* für IE und Edge wenn Icon-Fonts nicht angezeigt werden */
}

a {
  text-decoration: none;
  color: #3498db;
}

a:hover {
  color: #3498db;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

h2 {
  /*text-align: left;*/
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
}

h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  color: #3498db;
}

h5 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 17px;
}

p, ul li, ol li {
  line-height: 30px;
  font-size:18px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 28px !important;
  }  
  p, ul li {
    font-size:1rem;
  }
}

.highlight {
  color: #E74C3C
}

.h3.bi {
  line-height: 0.75;
  padding: 0;
}

ul li i.bi-check {
  font-size: 1.75rem;
  margin-top: 0;
}

.ms-4-1 {
  margin-left: 2.25rem !important;
}

.mb-2-5 {
  margin-bottom: 0.75rem !important;
}

.mt-10 {
  margin-top: 5rem !important;
}

mt-n1 {
  margin-top: -0.25rem !important;
}
ms-n1 {
  margin-left: -0.25rem !important;
}

ul, ol {
  line-height: 30px !important;
  /*margin-top: -4px;*/
}

.img-fluid-75 {
  max-width: 75% !important;
  height: auto;
}
.img-fluid-50 {
  width: 50% !important;
  height: auto;
}
.img-fluid-35 {
  width: 35% !important;
  height: auto;
}

.text-whatsapp {
  color:#4BC658 !important;
}
 .text-transform-none {
  text-transform: none;
 }

.oc-50 { opacity: .5; }
.oc-60 { opacity: .6; }
.oc-70 { opacity: .7; }
.oc-80 { opacity: .8; }
.oc-90 { opacity: .9; }
.oc-100 { opacity: 1.0; }

.d-nojs {
  position: absolute; 
  right: 0; 
  bottom: 0; 
  display: none; 
  visibility: hidden;
}

.border-top-gray { border-top: 1px solid #ddd; }
.border-right-gray { border-right: 1px solid #ddd; }
.border-bottom-gray { border-bottom: 1px solid #ddd; }
.border-left-gray { border-left: 1px solid #ddd; }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3498db;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

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

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

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fbfbfb;
  font-size: 15px;
  height: 40px;
  padding: 0;
  white-space: nowrap;
}

#topbar .contact-info a {
  line-height: 0;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #3498db;
}

#topbar .contact-info i {
  color: #3498db;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #6f6f6f;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #3498db;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 130px;
  /*position: fixed;
  top:40px !important;*/
  border-bottom: 1px solid #eee;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 110px;
    /*position: fixed;
    top:40px !important;*/
  }
  #header .logo {
    font-size: 26px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: 50%;
  }
}

#header .logo a {
  color: #3498db;
}

#header .logo a span.slogan {
  color: #444;
  text-transform: none !important;
  font-size: 1rem;
}

#header .logo img {
  max-height: 90px;
}
@media (max-width: 768px) {
  #header .logo img {
    max-height: 85px;
  }
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

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

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
}

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

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #3498db;
}

.navbar .getstarted {
  color: #3498db;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #3498db;
  transition: 0.3s;
  font-size: 16px;
}

.navbar .getstarted:hover {
  background: #3498db;
  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.3s;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.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: #3498db;
}

.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 (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 18px;
  color: #222222;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #3498db;
}

.navbar-mobile .getstarted {
  margin: 15px;
  font-size: 16px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

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

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

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

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #3498db;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: url("../img/kfz-anprall.jpg") center center;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

#hero:before {
  content: "";
  background: rgba(52, 152, 219, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; 
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #444;
}

#hero h1 span i {
  font-weight: 400;
  color: #fff;
}

#hero h1 span {
  color: #ffffff;
}

#hero h2 {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
  font-size: 34px;
}

#hero h4 {
  color: #ffffff;
}

#hero ul li span {
  margin-left: 0px;
}

@media (max-width: 400px) {
  #hero ul li span {
    margin-left: 27px;
  }
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  opacity: 1.0 !important;
}

#hero ul {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 0 30px 0;
  color: #fff;
  opacity: 1.0 !important;
  list-style-position: outside !important;
}

#hero ul li {
  margin-left: -5px;
  font-size: 18px;
}

#hero ul p {
  margin-left: 27px;
  padding-left: 0;
}
@media (max-width: 1200px) {
  #hero ul p {
    margin-left: 27px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #hero ul p {
    margin-left: 25px;
  }
}
@media (max-width: 768px) {
  #hero ul p {
    margin-left: 23px;
  }
}

#hero .hightlight {
  font-weight: 700;
  font-size: 18px;
  padding: 0;
  color: hsl(204,90%,90%); /*H = Hue, S= Saturation = Sättigung, L = Lightness = Helligkeit*/
}

#hero .card {
  background: rgba(255, 255, 255, 0.8);
}

#hero figure {
  float: right;
  width: 100%;
  text-align: left Important;
  text-indent: 0;
  border-left: thin #ddd solid;
  margin-top: 45px;
  padding-left: 12px;
  color: #fff;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #hero figure {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  #hero figure {
    margin-top: 10px;
    padding-left: 0;
    border-left: none;
  }
}

#hero figcaption {
  margin-top: -20px;
  line-height: 30px;
}

#hero .stempel {  
  width: 35%;
  opacity: .7;
}
@media (min-width: 769px) and (max-width: 992px) {
  #hero .stempel {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #hero .stempel {
    width: 35%;
  }
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #444444;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #444;
}

#hero .btn-get-started.btn-reverse {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #444444;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ffffff;
}

#hero .btn-get-started.btn-reverse:hover {
  background: #444444;
  color: #ffffff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 40px;
    line-height: 44px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }  
  #hero ul span {
    margin-left: 23px;
  }  
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 130px 0 60px 0; /*60 0*/
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; 
}

.section-bg {
  background-color: #f8fcf9;
}

.section-bg-light {
  background-color: #F6F6F6;
}

.section-bg-gray {
  background-color: #e6e6e6;
}

.section-bg-dark {
  background-color: #313945;
}

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

.section-title h2 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# Topinfo Section
--------------------------------------------------------------*/
.topinfo h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #444;
}

.topinfo h1 span {
  color: #3498db;
}

.topinfo h2 {
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
}

.topinfo h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  color: #3498db;
}

/*.topinfo img {
  object-fit:cover;
  width: 100%;
  height: 500px;
} */


/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/



/* Aufzählung mit Kreiesen */
.faq .content ol {
	counter-reset: my-second-counter;
	margin: 0;
	padding: 18px;
	list-style: none;
    list-style: none;
  padding: 0;
}
.faq .content ol li {
	font-size: 14px;
	line-height: 40px;
	padding: 5px 0;
	width: 100%;
	list-style: none;
	display: block;
}
.faq .content ol li.list {
	counter-increment: my-second-counter;
}
.faq .content ol li.list div {
  display:block;
  margin-left: 60px;
  margin-top: -40px;
	
}
.faq .content ol li.subheadline {
	font-weight: bold;
	padding: 0 0 0 50px;
}
.faq .content ol li.list::before {
	content: counter(my-second-counter);
	display:block;
	width: 40px;
	max-height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: #3498db;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px 0 0;
}

/* Kreis */
/*
.f-circle {
font-family: Arial;
font-weight: bold;
font-size: 15px;
color: #fff;
background: #555;
border-radius: 50%;
padding: 5px;
margin: 3px 10px 20px 0;
}
*/



/*--------------------------------------------------------------
# Unsere Arbeit in Zahlen
https://bootsnipp.com/license
https://bootsnipp.com/snippets/5K6WW
--------------------------------------------------------------*/


.counter
{
    /*background-color: #eaecf0;*/
    text-align: center;
}
.employees,.customer,.design,.order
{
    /*margin-top: 70px;*/
    margin-bottom: 70px;
}
.counter-count
{
    font-size: 18px;
    background-color: #3498db;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p,.customer-p,.order-p,.design-p
{
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
}



/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/


.featured-services .content h2 {
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}

.featured-services .icon-box {
  padding: 0;
  transition: ease-in-out 0.3s;
}

.featured-services .icon-box-bg {
  /*background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);*/
  background: #313945;
  color: #fff;
}

.featured-services .icon-box-bg p {
  margin-left: 200px;
  margin-right: 50px;
  line-height: 30px;
}

.featured-services .icon-box i {
  float: left;
  color: #3498db;
  font-size: 150px;
  line-height: 0;
}

.featured-services .icon-box h4 {
  margin-left: 200px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
 
.featured-services h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

@media (max-width: 992px) {
  .featured-services .icon-box i {
    float: none;
  } 
  .featured-services .icon-box-bg p {
    margin-left: 0px;
    margin-right: 0px;
    line-height: 30px;
  }
  .featured-services .icon-box h4 {
    margin-left: 0px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
}


.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  /*font-size: 18px;*/
}

.featured-services .title a {
  color: #222222;
  transition: 0.3s;
}

.featured-services .icon-box:hover .title a {
  color: #3498db;
}

.featured-services .description {
  line-height: 30px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h2 {
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
}

.about .content h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

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

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3498db;
}

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

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us {
  background: rgba(52, 152, 219, 0.7);
}

.why-us .content h2 {
  font-weight: 700;
  font-size: 34px;
  color: rgba(255, 255, 255, 1.0);
}

.why-us span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #444;
  margin-top: -3px;
}

.why-us p {
  line-height: 30px;
}

.why-us h4 {
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 15px 0;
  color: hsl(204,90%,35%); /*H = Hue, S= Saturation = Sättigung, L = Lightness = Helligkeit*/
}

.why-us h3 {
  font-weight: 500;
  font-size: 22px;
  padding: 0;
  margin: 15px 0;
  color: hsl(204,90%,35%); /*H = Hue, S= Saturation = Sättigung, L = Lightness = Helligkeit*/
}

/*
.why-us .content-item h4 {
  font-weight: 700;
  font-size: 18px;
  padding: 0;
  margin: 15px 0;
}

.why-us .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}*/

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  opacity: 1;
}

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

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

/*Title unter Lightbox-Foto*/
.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 0;
  line-height: 1.4em;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .content h2 {
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
}

.services .icon-box {
  padding: 0 0 0 0;
  border-radius: 6px;
  background: transparent;
  transition: ease-in-out 0.3s;
}

.services .icon-box i {
  float: left;
  color: #3498db;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services .icon-box h4 a {
  color: #384046;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 30px;
}

  /*.services .icon-box:hover {
box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
} */

.services .icon-box:hover h4 a {
  color: #3498db;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #3498db;
}

.cta h2 {
  color: rgba(255, 255, 255, 1.0);
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
}

.cta h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}

.cta p {
  color: #fff;
}

.cta ol li {
	line-height: 30px !important;
  /*color: hsl(204,90%,35%); /*H = Hue, S= Saturation = Sättigung, L = Lightness = Helligkeit*/
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 26px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #3498db;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 768px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}

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

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #3498db;
  color: #fff;
}

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

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: .4s;
}

.portfolio .portfolio-item figure .link-preview, .portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: all .2s linear;
  overflow: hidden;
  font-size: 20px;
}

.portfolio .portfolio-item figure .link-preview i, .portfolio .portfolio-item figure .link-details i {
  color: #384046;
  line-height: 0;
}

.portfolio .portfolio-item figure .link-preview:hover, .portfolio .portfolio-item figure .link-details:hover {
  background: #3498db;
}

.portfolio .portfolio-item figure .link-preview:hover i, .portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

.portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

.portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

.portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

.portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #3498db;
}

.portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

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

.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 #3498db;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(56, 64, 70, 0.08);
}

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

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

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


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 20px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #3498db;
}

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

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .content h2 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}


.contact .info i {
  font-size: 20px;
  color: #384046;
  display: inline;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #384046;
}

.contact h4 {
font-weight: 700;
margin-bottom: 15px;
font-size: 20px;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

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

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

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

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

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

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

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

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

.contact .php-email-form input {
  height: 44px;
}

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

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

.btn:hover,
.contact .php-email-form button[type="submit"]:hover {
  background: #5faee3;
  color: #fff;
}

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fbfbfb;
  min-height: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 66px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fbfbfb;/*#f6f6f6*/
  color: #444;
  font-size: 14px;
  text-align: left;
  padding: 0;
}

#footer h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  color: #3498db;
}

#footer p, ul li {
  font-size: 15px;
}

#footer section.copyright {
  margin: 0;
  padding-bottom: 18px;
}

#footer .credits {
  font-size: 13px;
}

/*--------------------------------------------------------------
# Hidden
--------------------------------------------------------------*/
.hidden {
  display: none;
}

