@import "../fonts/fontawesome/css/all.css";
/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body, html {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    color: #484B50;
}
body {
    border-top: 3px solid #fd9518;
    background-color: #484b50;
    padding: 50px 0 0 0;
}
.body-wrapper {
    background-color: #5b5d62;
}
@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width:100%;
    }
}
.layout-boxed .body-innerwrapper {
    max-width: 1500px;
    box-shadow:none;
}

a {
    color: #fd9518;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #fd9518;
    text-decoration: none;
}

.h1, h1 {
    text-transform: uppercase;
    border-top:dotted 1px #484B50;
    border-bottom:dotted 1px #484B50;
    color: #fd9518;
    padding: 7px 5px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2rem;
    }
}
.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 2rem;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.h3, h3 {
    color: #fd9518;
    text-transform:uppercase;
    font-size: calc(1rem + .2vw);
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.25rem;
    }
}


/* LOGO */
.logo-image {
    height: auto!important;
    min-height: 120px;
    padding-top: 1rem;
}
@media (min-width: 1200px) {
    .logo-image {
        min-height: 150px;
    }
}
.logo-image-phone {
    height: auto!important;
    min-height: 100px;
    padding-top: 1rem;
    padding-right: .5rem;
}
#sp-header .logo {
    height: auto;
}
#sp-header {
    height: unset;
    box-shadow:none;
    background: transparent;
}
#sp-header .row > * {
    padding-right:0;
}

#sp-menu {
    padding: 0;
}
#sp-menu .sp-column {
    border-bottom:solid 10px #fd9518;
}

/* MAINBODY */
#sp-main-body {
    padding: 0;
}
#sp-component {
    margin-top: 50px;
    margin-bottom: 30px;
}
@media (min-width: 1200px) {
    #sp-component {
        padding-right: calc(var(--bs-gutter-x) * 1.5);
    }
}
.article-details ul li {
    list-style-type: none;
    padding: 3px 0;
}
.article-details ul li::before {
    content:'\f013';
    font-family: FontAwesome;
    padding-right: 10px;
    color: #999999;
}
.sige li::before {
    content: '' !important;
}

    /* LINKES MENUE */
#sp-left {
    margin-top: -10px;
}
@media (max-width: 991px) {
    #sp-left {order:2;margin-top: 2rem}
}
#sp-left .sp-column {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 85%, rgba(203,203,203,1) 100%);
    border-top:solid 10px #d8d8d9;
}
#sp-left .sp-module {
    margin-top:0px;
    border: none;
    padding: 0px;
    border-radius:0px;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
    border-bottom: 1px dotted #fff;
    background: #ebebeb;
}
#sp-left .sp-module ul > li > a {
    padding: 7px 25px;
    text-align: right;
    text-decoration: none;
    background: rgb(221,221,221);
    background: linear-gradient(90deg, rgba(221,221,221,1) 85%, rgba(183,183,183,1) 100%);
    color: #999999;
    text-transform: uppercase;
    transition: background 5s ease;
}
#sp-left .sp-module ul > li > a:hover, #sp-left .sp-module ul > li.active > a {
    padding: 7px 25px;
    text-align: right;
    text-decoration: none;
    background: rgb(255,150,2);
    background: linear-gradient(90deg, rgba(255,150,2,1) 85%, rgba(239,135,0,1) 100%);
    color: #fff;
}

/* ISO-Zertifikat */
#sp-left .sp-module.iso {
    padding: 3rem 0px;
}

#sp-footer, #sp-bottom {
    background: #5b5d62;
    color: #ffffff;
}
#sp-footer .container-inner {
    padding: 30px 0;
    border-top: 0px solid rgba(255, 255, 255, 0.1);
}
#sp-footer a {
    color: #fff;
}

/* SCROLL-UP */
.sp-scroll-up {
    font-size: 1.25rem;
    color: #fff;
    background:#5b5d62;
    border-radius: 0;
    transition: all 0.5s ease;
}
.sp-scroll-up:hover {
    background:#fd9518;
}

/* OFFCANVAS */
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    margin-right: 1rem;
}
.burger-icon > span {
    height: 3px;
    background-color: #5b5d62;
    transition: background-color 0.5s ease-in, opacity 0.5s ease-in, transform 0.5s ease-in;
}
.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
    background-color: #fd9518;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
    font-size: 1.2rem;
    padding: 20px 0px;
    line-height: 1;
    opacity: 1;
    transition: 0.5s;
    color: #5b5d62;
    text-transform: uppercase;
    text-decoration: none;
}
.offcanvas-menu .offcanvas-inner ul.menu.xs > li > a {
    font-size: 1rem;
    text-transform: none;
    padding: 10px 0px;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a, .offcanvas-menu .offcanvas-inner ul.menu li a:focus, .offcanvas-menu .offcanvas-inner ul.menu li a:active {
    color: #fd9518;
}
.offcanvas-menu .offcanvas-inner ul.menu > li:hover > a, .offcanvas-menu .offcanvas-inner ul.menu > li:hover > span {
    background: #fd9518;
    color: #fff;
    padding-left: 10px;
}

/* VISFORMS */
.form-control::placeholder {
    color: #7d7d81;
}
.form-control {
    color: #5b5d62;
    border: 1px solid #bbbbbb;
    border-radius: 0;
    transition: border-color .25s ease-in-out,box-shadow .25s ease-in-out;
    margin-bottom: .5rem;
}
.captchacode {float: left; padding-right:1rem;}
.captcharefresh1 {float:left;}

/* BUTTON */
.btn {
    --bs-btn-color: #212529;
    --bs-btn-border-radius: 0;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    color:#fff;
    border: solid 1px #fd9518;
    border-radius: 0;
    background-color: #fd9518;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .15s ease-in-out,box-shadow .25s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn:hover, .btn:active, .btn:focus {
    color:#fd9518;
    border: solid 1px #fd9518;
    background-color: #fff;
}

/* MAPS */
#sp-bottom {
    padding:0;
}
#sp-bottom .container {
    padding:0;
}