/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #444444;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  color: #dd7622;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

.color-custom {
    color: #fff;
    background: #dd7622;	
}

.btn-custom {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #f29400;
}

#topbar {
    background: #575957;
    padding: 10px 0;
    font-size: 15px;
    height: 40px;
}

#topbar .contact-info i a, #topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(159,50,61, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar {
	padding: 15px 0;
}

.navbar-toggler {
    right: 0;
    color: #dd7622;
    border: none;
}

.navbar-nav {
	transition: all 0.3s;
}

.navbar-nav > li {
  position: relative;
  white-space: nowrap;
  padding: 100px 0 10px 28px;
}

.navbar-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #707173;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
	text-transform: uppercase;
	padding-right: 20px !important; 
}

.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #dd7622;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-nav a:hover:before, .navbar-nav li:hover > a:before, .navbar-nav .active > a:before {
    visibility: visible;
    width: 100%;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #dd7622;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #dd7622;
	padding: 10px 28px;
}

#hero {
	width: 100%;
    height: 75vh;
    background: url('img/Kompetentes und Grundsolides Bauen.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

#hero h1 {
	margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
	color: #555555;
}

#hero h1 span {
	color: #f29400;
}

#hero h2 {
    color: #555555;
    font-size: 24px;
    font-weight: 400;
}

#hero .content {
    background: rgb(255 255 255 / 70%);
    padding: 20px;
    color: #fff;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-top: 5px solid #dd7622;
}


#hero .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #dd7622;
    margin-top: 15px;
    border: 2px solid #dd7622;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-first{
	padding: 20px 0;
}

.section-title {
    padding-bottom: 10px;
}

.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
	background: #f3f3f3;
    color: #dd7622;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}

.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
}

.about ul li i {
	color: #dd7622;
}

.about ul {
    list-style: none;
    padding: 0;
}

.about li span {
    padding-left: 15px;
    position: relative;
}

.services .card h4 a {
    color: #222222;
    transition: ease-in-out 0.3s;
}

.services .card {
    text-align: center;
    border: 1px solid #e2eefd;
    padding: 20px;
    transition: all ease-in-out 0.3s;
    background: #f3f3f3;
}

.services ul li i {
	color: #dd7622;
}

.services ul {
    list-style: none;
    padding: 0;
}

.services li span {
    padding-left: 15px;
    position: relative;
}

.services ul li {
    padding: 3px 0;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
}

.content-slogan {
    padding: 50px 0;
    background: #f3f3f3;
    text-align: center;
    font-size: 15px;
}

.content-slogan h3 {
    font-size: 24px;
    font-weight: 700;
}

#footer {
    background: #fff;
    padding: 0;
    color: #444444;
    font-size: 14px;
    background: #f3f3f3;
}

#footer .footer-slogan h3 {
    font-size: 24px;
    font-weight: 700;
}

#footer .footer-slogan a {
    color: #dd7622;
}

#footer .footer-slogan span {
    color: #dd7622;
}

#footer .footer-slogan {
    padding: 50px 0;
    background: #f3f3f3;
    text-align: center;
    font-size: 15px;
}

#footer .footer-slogan h4 {
    font-size: 24px;
    font-weight: 600;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 35px;
}

#footer .footer-top .footer-links {
    margin-bottom: 35px;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #961e2d;
    font-size: 18px;
    line-height: 1;
}


#footer h3 span {
    color: #f29400;
}

@media (max-width: 992px) {
	.logo {
		width: 300px;
		transition: all 0.3s;
	}
}

@media (max-width: 769px) {
    .logo {
        width: 200px;
        transition: all 0.3s;
    }
}

@media (max-width: 600px){
	#hero {
		height: 40vh;
		transition: all 0.3s;
	}
	
	#hero h1 {
		font-size: 22px;
	}
	
	#hero h2 {
		font-size: 16px;
	}
	
	.section-title h3 {
		font-size: 24px;
	}
	
	.block {
		display: block;
		margin-bottom: 10px;
	}
	
	.content-slogan h3 {
		font-size: 20px;
	}
	
	.content-slogan h5 {
		font-size: 18px;
	}
	
	#footer .footer-slogan h3 {
		font-size: 20px;
	}
	
	#footer .footer-slogan h5 {
		font-size: 20px;
	}
	
	.navbar {
		padding: 10px 0 !important;
	}
	
	#hero .btn-get-started {
		font-size: 14px;
	}
}

@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}