/* Roboto 400 - Latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), url('/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2') format('woff2');
}

/* Roboto 500 - Latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto'), url('/fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2') format('woff2');
}

/* Roboto 700 - Latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto'), url('/fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2') format('woff2');
}

/* Roboto 900 - Latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto'), url('/fonts/KFOlCnqEu92Fr1MmYUtfBBc4.woff2') format('woff2');
}





body {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.price-cal {
    height: 266px;
    background: #106384;
}

p {
    margin-bottom: 24px;
}

h1, h2, h3, h4, h5 {
    color: #221e1e;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.modal-header .close:focus {
    outline: 0 !important;
    box-shadow: none !important;
}


.stnd-btn {
    background: #3498db !important;
    border: 1px solid #3498db !important;
    padding: 12px 27px 11px 27px !important;
    color: white;
    border-radius: 6px !important;
    border-radius: 25px !important;
}

    .stnd-btn:hover {
        color: white !important;
        opacity: 0.9;
    }


.stnd-btn-02 {
    background: none !important;
    border: 2px solid #3498db !important;
    padding: 13px 26px 13px 26px !important;
    color: #3498db;
    border-radius: 6px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
}

    .stnd-btn-02:hover {
        color: white !important;
        background: #3498db !important;
        text-decoration: none;
    }




.btn-medium {
    font-weight: 500 !important;
}


header {
}


.custom-navbar {
    margin: 0px;
    padding: 0px;
}

    .custom-navbar .navbar-brand img {
        width: 400px;
    }

    .custom-navbar a {
        padding: 8px 17px !important;
        font-weight: 500;
        color: #222 !important;
        text-transform: uppercase;
        font-size: 15px;
        transition: .4s;
        font-weight: 600;
    }

.custom-navbar-list a:hover {
    color: #ec1f27 !important;
    transform: scale(1.2);
}

.custom-navbar .active-menu {
    color: #ec1f27 !important;
}

.navbar-brand {
    position: relative;
}

    .navbar-brand:before {
        background-image: linear-gradient(135deg,#f00 45%,rgba(255,255,255,0) 45%);
        width: 1000px;
        height: 100px;
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        z-index: -1;
    }


.bg-section {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    width: 100% !important;
}

.header-sub {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.bg-section-content {
    background: rgba(0,0,0,.72);
    height: 100%;
    padding: 200px 0px 0px 0px;
}

.bg-section-content-sub {
    padding: 50px 0px;
}

.bg-section-content h1 {
    font-size: 65px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 800;
    line-height: 75px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.lines-heading {
    text-align: center;
    padding-bottom: 30px;
}

.title2 {
    font-size: 35px;
    /*font-weight:600;*/
}

.lines-heading h2 {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #222222;
}

    .lines-heading h2::before, .lines-heading h2::after {
        content: '';
        width: 50px;
        height: 2px;
        background: #111;
        display: inline-block;
    }

    .lines-heading h2::before {
        margin: 0 15px 10px 0;
    }

    .lines-heading h2::after {
        margin: 0 0 10px 15px;
    }

.bg-section-content h2 {
    color: #01f8aa;
    font-size: 23px;
    font-weight: 500;
    line-height: 32px;
}

.btn-page {
    border-radius: 2px;
    font-size: 19px;
    /* color: #fff; */
    padding: 17px 40px 17px 40px;
    background-color: #01f8aa;
    font-weight: 500;
}

    .btn-page:hover {
        color: #111;
        background: #fff;
    }

.btn-page2 {
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    padding: 17px 40px 17px 40px;
    background-color: #06175b;
    font-weight: 600;
}

    .btn-page2:hover {
        color: white;
        background: #b7191f;
    }




.about-section {
    background: #232732;
    color: #fff;
}

.bg-images {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-top: 450px;
}


/**/

#home button.owl-prev span {
    position: absolute;
    top: 40%;
    width: 29px;
    height: 30px;
    line-height: 25px;
    left: 0px;
    font-size: 40px !important;
    color: rgb(14, 14, 14) !important;
    background: white;
}

    #home button.owl-prev span:hover {
        color: white !important;
        background: rgb(17, 17, 17) !important;
    }

#home button.owl-next span:hover {
    color: white !important;
    background: rgb(17, 17, 17) !important;
}

#home button.owl-next span {
    position: absolute;
    top: 40%;
    width: 29px;
    height: 30px;
    line-height: 25px;
    right: 0px;
    font-size: 40px !important;
    color: rgb(14, 14, 14) !important;
    background: white;
}

.bg-red {
    background: #4349db;
}


.sect-2 {
    margin-bottom: -100px;
}


footer {
    background: #4349db;
    padding: 30px 0 30px 0;
}

.footer-list {
    position: relative;
}

    .footer-list li {
        position: relative;
        color: white;
        padding-left: 26px;
        margin-bottom: 15px;
        font-size: 15px;
    }

    .footer-list i {
        color: white;
        position: absolute;
        left: 0px;
        top: 5px;
    }

    .footer-list a {
        color: white;
        text-decoration: none;
    }

.text-green {
    color: #01f8aa !important;
}

.list3 a {
    color: white;
    padding-bottom: 7px;
    display: inline-block;
    font-size: 17px;
    /*font-size:15px;*/
}

    .list3 a:hover {
        color: #01f8aa;
        text-decoration: none;
    }

footer p {
    color: white;
    font-size: 15px;
}

footer hr {
    border-top: 1px solid #9f9f9f;
}

.small-text {
    font-size: 14px;
}



.title-2 {
    color: #001659;
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
}

.slider-text {
    background: white;
    border-radius: 5px;
    padding: 30px 30px 25px 30px;
}

.car-img {
    margin-top: -105px;
}


.about-section {
    background: #232732;
    color: #fff;
}

.about-box {
    padding: 70px;
}

    .about-box h2 {
        font-size: 26px;
        color: #fff;
        margin-bottom: 26px;
        display: inline-block;
        background: rgba(70,73,84,.7803921568627451);
        padding: 11px 32px;
    }

    .about-box p {
        color: #fff;
    }

.about-box2 {
    background: #cbcaca !important;
}

    .about-box2 p {
        color: #111 !important;
    }


.title-9 {
    background: #232732 !important;
    padding-left: 7px;
    /* padding-right: 7px; */
    display: inline-block;
    z-index: 1;
    position: relative;
    padding: 4px 10px;
}


.list1 {
    position: relative;
}

    .list1 img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 75px;
    }


    .list1 li {
        margin-bottom: 30px;
        position: relative;
        padding-left: 90px;
        font-weight: 600;
        padding-top: 10px;
    }

.bg-red2 {
    background: #ec1f27;
    border-top-right-radius: 80px;
}

.cs-input {
    margin-bottom: 15px;
    border-radius: 0px;
    height: 45px;
}

.cs-input-area {
    margin-bottom: 15px;
    border-radius: 0px;
}

.contact-box {
    padding: 35px;
    width: 800px;
    margin-left: auto;
    padding: 50px 70px 40px 30px;
}

.text-red {
    color: #ec1f27;
}

.text-blue {
    color: #001659;
}

.section-2 h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
}

.section-2 h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}


.section-2 h4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
}

    .section-2 h4 a {
        color: #001659;
        text-decoration: none;
    }

.sect-2-div {
    background: #ec1f27;
    padding: 30px;
    border-radius: 10px;
    z-index: 1;
}

    .sect-2-div h2 {
        font-size: 40px;
        font-weight: 600;
        line-height: 47px;
    }

    .sect-2-div h3 {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
    }

    .sect-2-div i {
        color: white;
        font-size: 40px;
    }


    .sect-2-div a {
        font-size: 23px;
        font-weight: 600;
        display: inline-block;
        text-decoration: underline;
        color: white;
    }

.content-details {
    background: #081336;
    padding: 40px;
    border-radius: 10px;
}

    .content-details p {
        color: white;
        font-size: 15px;
    }

    .content-details h2 {
        color: white;
    }

    .content-details h1 {
        color: white;
        font-size: 34px;
    }

    .content-details h3 {
        color: #01f8aa;
        font-weight: 600;
        font-size: 22px;
        padding: 10px 0px;
    }

    .content-details a {
        color: #01f8aa;
        text-decoration: underline;
    }

        .content-details a:hover {
            color: #01f8aa;
            text-decoration: underline;
        }


.contact-box2 {
    background: #001659;
    padding: 30px;
    border-radius: 10px;
}

.footer-fixed-text {
    position: absolute;
    bottom: 0px;
    background: #e4e4e4e3;
    padding: 10px 20px;
    width: 100%;
    /*display:block*/
}

footer {
    position: relative;
}


.btn-page-footer {
    border-radius: 2px;
    font-size: 16px;
    color: #000 !important;
    padding: 9px 24px 9px 24px;
    background-color: #01f8aa;
    font-weight: 500;
    font-size: 15px;
}

    .btn-page-footer:hover {
        background: #4349db;
        color: #fff !important;
    }

.footer-fixed-text p {
    color: #111;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 13px;
    max-width: 1120px;
    margin: auto;
    line-height: 20px;
}

.f-text a {
    color: #3498db;
    text-decoration: underline;
}

.f-text {
    font-weight: 500;
}

.box-sections {
    padding: 20px;
    box-shadow: 0px 0px 15px 5px #e1e1e1;
}

.div-contact {
    margin-top: -360px;
}


@media(min-width:1300px) {

    #home button.owl-prev span {
        left: -50px;
    }

    #home button.owl-next span {
        right: -50px;
    }

    .custom-logos {
        margin-left: 15px;
        margin-right: 15px;
    }

    .div-contact {
        margin-top: -500px !important;
    }
}


@media(min-width:992px) and (max-width:1199px) {
    .navbar-brand:before {
        width: 460px;
    }

    .custom-navbar .navbar-brand img {
        width: 274px;
    }
}

@media(min-width:768px) and (max-width:991px) {

    .section-2 h3 {
        font-size: 21px;
        font-weight: 700;
        line-height: 30px;
    }

    .section-2 h4 {
        font-size: 17px;
    }

    .sect-2-div a {
        font-size: 18px;
    }

    .sect-2-div h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .sect-2-div h3 {
        font-size: 21px;
        line-height: 27px;
    }

    .hide-tab {
        display: none;
    }

    .list1 li {
        font-size: 15px;
    }

    .navbar-brand:before {
        width: 400px;
    }

    .custom-navbar .navbar-brand img {
        width: 234px;
    }


    .custom-navbar a {
        font-size: 13px;
        padding: 8px 13px !important;
    }

    .div-contact {
        margin-top: -430px;
    }

    footer h5 {
        padding-top: 40px;
    }

    .contact-box {
        width: 550px;
    }

    footer {
        padding: 130px 0 40px 0;
    }

        footer img {
            margin-top: 40px;
        }
}


@media(min-width:768px) {
    .br-block {
        display: block;
    }
}

@media(max-width:767px) {

    .list3 a {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .content-details {
        padding: 40px 15px;
    }

        .content-details h3 {
            font-size: 20px;
        }

        .content-details h1 {
            color: white;
            font-size: 21px;
        }

    .br-text {
        word-break: break-all;
    }

    .contact-box {
        width: 100%;
    }

    .custom-navbar .navbar-brand img {
        width: 250px;
    }

    header {
        padding-right: 15px;
    }

    .sect-2-div {
        margin-left: 20px;
        margin-right: 20px;
    }

    footer h5 {
        padding-top: 30px;
    }

    .section-2 {
        text-align: center;
    }

    .sect-2-div h2 {
        font-size: 31px;
        font-weight: 600;
        line-height: 38px;
    }

    .sect-2-div a {
        font-size: 19px;
    }

    .contact-box {
        padding: 40px 20px 40px 20px;
    }

    .div-contact {
        margin-top: 0px;
    }

    .bg-red2 {
        border-radius: 0px;
    }

    .navbar-brand:before {
        width: 270px;
        height: 55px;
    }

    .lines-heading {
        padding-bottom: 13px;
    }


        .lines-heading h2 {
            font-size: 38px;
        }

    .about-box {
        padding: 30px 0px 7px 0px;
    }

    .bg-section-content {
        padding: 40px 0px;
    }

        .bg-section-content h1 {
            font-size: 43px;
            line-height: 49px;
        }

        .bg-section-content h2 {
            font-size: 24px;
            line-height: 35px;
        }


    /*.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(255, 255, 255, 0.98)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }*/

    .section-title h2 {
        font-size: 30px;
    }
}


/*Filter CSS start by Lax*/

.formrow label {
    color: White;
}


.formrow label {
    width: 200px;
    float: left;
}

.formrow {
    padding: 5px;
    color: white;
}

.error {
    color: #f00;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

#tablehead {
    background-color: #eee;
}

td, th {
    padding: 5px;
    text-align: left;
}

tr {
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    background: white;
}

/*.small {
    font-size: 9px;
}*/

.medium {
    font-size: 12px;
}

.bold {
    font-weight: bold;
}

.kursiv {
    font-style: italic;
}

.nowrap {
    white-space: nowrap;
}

.middle {
    vertical-align: middle;
}


form input[type="submit"] {
    border-radius: 2px;
    font-size: 17px;
    /* color: #fff; */
    padding: 10px 20px 10px 20px;
    background-color: #01f8aa;
    font-weight: 500;
    border: 1px solid #01f8aa;
}

.formrow input[type="submit"] {
    border-radius: 2px;
    font-size: 18px;
    /* color: #fff; */
    padding: 10px 20px 10px 20px;
    background-color: #01f8aa;
    font-weight: 500;
    border: 1px solid #01f8aa;
    margin-top:20px;
}



.formrow div {
    margin: 5px 0 5px 0;
}

.noborder {
    border: 0;
}

.zwischenhead {
    background-color: #f6f6f6;
    padding: 3px;
    border-bottom: 1px dotted #ccc;
}

.kategorie {
    background-color: #eee;
    padding: 3px;
}

.produkt {
    padding: 10px 0 10px 0;
}
/*Filter CSS END by Lax*/

    .formrow select{
        width: 209px;
    height: 31px;
    }



@media(max-width:767px) {
    .formrow {
        margin-left: 12px;
    }

    table{
        display: block;
    width: 100%;
    /* max-width: 300px !important; */
    /* min-width: 300px !important; */
    /* position: relative; */
    overflow-x: scroll;
    margin-left: 15px;
    margin-right: 15px;
    }


}
