html {
    font-size: 17px !important;
    scroll-behavior: smooth;
    box-sizing: border-box;
}


/* border styles*/

.border-radius-none {
    border-radius: 0 !important;
}

.border-radius-1 {
    border-radius: 6px !important;
}

.border-radius-2 {
    border-radius: 4px !important;
}

.border-radius-3 {
    border-radius: 2px !important;
}

/* background-colors */
.bg-indigo {
    background-color: #281e5d !important;
}

.bg-light-blue {
    background-color: #88c7dc !important;
}

.bg-dark-blue {
    background-color: #1c4966;
}

.bg-yellow {
    background-color: #fef24e;
}

.bg-light-grey-1 {
    background-color: #f2f2f2 !important;
}

.bg-light-grey-2 {
    background-color: #e5e5e5 !important;
}

.bg-light-grey-3 {
    background-color: #d8d8d8 !important;
}

.bg-light-grey-4 {
    background-color: #cccccc !important;
}

.bg-black-1{
    background-color: #212121 !important;
}

.bg-black-2{
    background-color: #424242 !important;

}

.bg-black-3{
    background-color: #616161 !important;

}

.bg-black-4{
    background-color: #757575 !important;

}

/* Text Styles */


.font-size-small {
    font-size: 15px;
}

.letter-spacing-1 {
    letter-spacing: 2px;
}

.letter-spacing-2 {
    letter-spacing: 1px;
}

/* Custom Styles*/
img.logo {
    height: 150px;
    width: auto;
}

div.col-md-4 {
    margin-left: auto !important;
    margin-right: auto !important;
}

hr.h-line {
    background-color: #1c1f23;
    height: 5px;
}

.container h4.section-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: white;
    bottom: 0;
    left: calc(50% - 25px);
}

.container h2.section-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #212529;
    bottom: 0;
    left: calc(50% - 25px);
}

.container h3.section-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #212529;
    bottom: 0;
    left: calc(50% - 25px);
}


/* =================== CAROUSEL ================== */

carousel-item-title {
    bottom: 50px;
    left: 100px;
    right: 100px;
}


/* ================= WEB ENTWICKLUNG ================== */

#web .container .row .col-lg-3 .card .card-body {
    min-height: 340px !important;
}

/* =================== CONTACT FORM =================== */

.contact {
    max-width: 1400px;
    margin: 50px auto;
    position: relative;
    padding: 30px;
}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #212529;
    line-height: 26px;
    font-weight: 400;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text .not-empty + .label {
    transform: translateY(-24px);
}


.contact-form .input-text:focus {
    outline: none;
}

.contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    line-height: 26px;
    font-weight: 400;
    color: #212529;
    cursor: text;
    transition: transform 0.2s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    padding: 8px 16px;
    cursor: pointer;

}

/* ============== FOOTER =================*/

.social-media-icon {
    color: white;
}

.social-media-icon:hover {
    color: #0dcaf0;
}

.law {
    text-decoration: none;
    color: white;
}

.law:hover {
    color: #0dcaf0;
}

.copyright {
    font-weight: bold;
}


