@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
* {
    font-family: 'Open Sans', sans-serif;
}
textarea, select, input, button { outline: none; }


.logo {
    max-height: 80px !important;
}
@media screen and (max-width: 430px) {
    .navbar-brand{
        max-width:50%;
} 
} 
nav {
    margin:0 1rem;
}
.navbar {
    padding: 0;
    height:100px;
}
.navbar-nav {
    background-color: #fff;
    height:100px;
    line-height:100px;
    padding:0;
    z-index: 1000;
    position: relative;

}
.nav-item {
    padding:0 1.2rem;
    color:#222222;
    height:100%;
    font-size:1.2rem;
}
.nav-item:last-child {
    margin-right: 0;
}
.nav-item:hover {
    background: #65c8d0;
    color: #fff !important;
}
.nav-item:hover a {
    color: #fff !important;
}
.active {
    background: #65c8d0 !important;
    color: #ffffff !important;
}
.active a {
    color: #ffffff !important;
}
.nav-link {
    padding:0;
}
@media screen and (max-width: 991px) {
    .navbar {
        padding:8px 0;
        height:100px;
    }
    .nav-item {
        border-bottom: 1px solid #ddd;
        height:500px;
        line-height: 100px;
        position: inherit;
        background-color: #fff;
    }
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
    .nav-item {
    font-size:1rem;
} 
}


.intro {
    background: 
    linear-gradient(180deg, rgba(51,51,51,0.7) 0%, rgba(25,25,25,0.9) 100%),
    url("img/entrumpelung.jpg") 
    center/cover no-repeat !important;
  min-height: 500px;
  color:#fff;
  padding-top:6rem
}
.intro h1 {
    font-size:3rem;
    margin-bottom:1rem;
}
.intro p {
    font-size:1.2rem;
    margin-bottom:1.5rem;
}

.intro i {
    color:yellowgreen;
    height:1.5rem;
    width:1.5rem;
    font-size:1.5rem;
}

.c2a .box {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    margin-top:-50px;
    text-align: left;
    font-size: 0.9rem;
}

.c2a .box h2 {
    font-size: 1rem;
    font-weight: bold;
}
.c2a i {
    font-size: 2rem;
}
.c2a a, .c2a a:hover {
    text-decoration:none;
    color:#65c8d0;
    font-weight: 800;
}

.start {
    font-size:1rem;
    font-weight:400;
}

.start h2 {
    font-size:2rem;
    font-weight:bold;
    margin-bottom:2rem;
}
.start h2 small {
    font-size:1.6rem;
    font-weight:300;
}

.leistungen {
    background-color: #f3f3f3;;
}

.leistungen h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.leistungen .card {
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-size:1rem;
    font-weight:600;
}
.leistungen i {
    font-size:4rem;
    margin-bottom:1rem;
    line-height:6rem
}
.leistungen a {
    font-weight:600;
    font-size: 0.8rem;
    text-decoration: none;
    color:#333
}
.leistungen i {
    font-size:0.8rem;
}
.card {
    border-radius: 0;
}
.card img {
    border-bottom:3px solid #65c8d0
}
.card-text {
    font-size: 0.9rem;
    color: #666;
    font-weight: 300;
}
.card-body a {
    font-weight:600;
    font-size: 0.8rem;
    text-decoration: none;
    color:#65c8d0
}
.card i {
    font-size: 0.8rem;
    color: #65c8d0;
}  

.smartcontact {
    background: 
    linear-gradient(180deg, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.8) 100%),
    url("img/entrumpelung.jpg") 
    center/cover no-repeat !important;
  min-height: 500px;
  color:#fff;
  padding-top:6rem
}

.smartcontact h2 {
    font-size: 2rem;
    line-height:3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.smartcontact label {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 300;
    display: block;
    margin-bottom: 0.5rem;
}
.smartcontact input, .smartcontact textarea {
    background:none;
    border: 1px solid #333;
    color: #fff;
    padding: 0.5rem;
    font-size:0.8rem;
    font-weight:300;
    border-radius: 0;;
}
.smartcontact .form-control:focus {
    box-shadow:none!important;
}
.smartcontact input:focus, .smartcontact textarea:focus {
    border-color: #65c8d0;
    outline: none;
    background:none;
    color:#fff; 
}
.smartcontact .form-text, .text-muted {
    color:#666!important
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #666;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #666;
 }
 .form-group {
    margin-bottom: 1rem;
 }
 .smartcontact a, footer a{
    color: #65c8d0;
    font-weight: 600;
    text-decoration: none;
 }

 footer {
    background-color: #222;
    color: #fff;
    padding: 2rem 0;
    font-size:0.9rem;
 }
 footer h2 {
    font-weight:700;
    font-size:1.2rem;
 }
 footer i {
    margin-right:10px;
 }

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 footer ul li a {
    color: #65c8d0;
    text-decoration: none;
    font-weight: 300;
    font-size: 0.9rem;
 }

 .underfooter {
    font-size:0.8rem;
    background-color: rgba(25,25,25,1);
    color: #fff;
 }
 .underfooter a {color: #65c8d0;
    text-decoration: none;
    font-weight: 300;
    font-size: 0.9rem;
}
 .underfooter img {
    max-height:40px;
 }
 .underfooter .text-right {
    text-align: right;
 }


.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: none;
    outline: 0;
    box-shadow: none;
}
 .sform {
    border-radius: 0;
    background: #fff;
    padding:10px;
    border:1px solid #ddd;
 }

 .sform:focus {
    border-color: #65c8d0;
    box-shadow: none;
    outline: none;
    background: #fff;
    color: #333;
    border:1px solid #fff;
    border-bottom:1px solid #65c8d0;
 }
 label {
    font-weight:600;
    text-transform: uppercase;
    font-size:0.8rem;
    color: #333;
 }