@font-face {
    font-family: 'arialbold';
    src: url('/_Resources/Static/Packages/Neos.Demo/Fonts/arial_bold-webfont.woff2') format('woff2'),
    url('/_Resources/Static/Packages/Neos.Demo/Fonts/arial_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arialregular';
    src: url('/_Resources/Static/Packages/Neos.Demo/Fonts/arial-webfont.woff2') format('woff2'),
    url('/_Resources/Static/Packages/Neos.Demo/Fonts/arial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    background: #fff;
    font-size: 15px;
    line-height: 21px;
    overflow-x: hidden;
    font-family: 'arialregular', serif;
}

.modal-open {
    padding-right: 17px !important;
}

h1 {
    font-size: 60px;
    line-height: 70px;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 40px;
    line-height: 50px;
    color: #BC4D38;
    font-family: 'arialbold', serif;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}

h3 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}

h4 {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}

h5 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}

h6 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}

p {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    color: #000;
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    font-size: 15px;
    line-height: 21px;
}

li.bold-title ol li,
li.bold-title ul li {
    font-weight: normal !important;
}

.bold-title {
    font-weight: bold !important;
}

a {
    color: #000;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.mobile-bg-red p {
    margin-bottom: 0;
}

.white-section-bg {
    background-color: #fff;
    box-shadow: 0 0 20px 10px rgba(000, 000, 000, 0.1);
}

.bold-text {
    font-weight: 600;
}

.red-color {
    color: #BC4D38;
}

.grey-color {
    color: #707070;
}

.white-color p {
    color: #fff !important;
}

.heading-title h2 {
    margin-bottom: 0;
}

span.grey-color {
    color: #707070;
    font-family: 'arialbold', serif;
    font-size: 15px;
}

span.red-color {
    color: #BC4D38;
    font-family: 'arialbold', serif;
    font-size: 15px;
}

form {
    width: 100%;
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}


.form-group {
    margin-bottom: 25px;
}

.form-control {
    height: calc(2.50rem + 2px);
    -webkit-appearance: button; /* WebKit */
    -moz-appearance: button; /* Mozilla */
    appearance: button; /* CSS3 */
}

select {
    font-size: 15px;
    line-height: 21px;
    font-family: 'arialregular', serif;
    color: #707070;
}

button, input, optgroup, select, textarea, option {
    font-family: 'arialregular', serif;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.50rem + 2px);
    -webkit-appearance: button; /* WebKit */
    -moz-appearance: button; /* Mozilla */
    appearance: button; /* CSS3 */
}

.mb180 {
    margin-bottom: 180px;
}

.mt80 {
    margin-top: 80px;
}


.container {
    max-width: 1320px !important;
}


@media all and (min-width: 1320px) {
    .container {
        width: 1320px;
    }
}


.form-row > .col, .form-row > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
}

.align-items {
    align-items: flex-end;
}

.mobile-navigation {
    display: none;
}

.mobile-wrap {
    position: relative;
    width: 100%;
}

/*HEADER*/

.header {
    height: 167px;
    display: flex;
}

.navi-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 5px 5px 10px 0 rgba(000, 000, 000, 0.1);
    z-index: 999999999;
    padding: 40px 0 0 0;
}

.top-header-section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.top-left-section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.top-header-section .top-left-section a img {
    max-width: 250px;
    width: 100%;
    height: 61px;
    margin-top: 21px;
}

.top-right-section ul li.current a {
    border: none !important;
}

.top-header-section .top-right-section ul li,
.top-header-section .top-right-section ul {
    display: flex;
}

.top-header-section .top-right-section ul li {
    padding-left: 15px;
    /*padding-left: 60px;*/
}

.top-header-section .top-right-section ul li a {
    font-size: 15px;
    color: #6F6F6F;
    font-family: 'arialregular', serif;
}

.top-header-section .top-right-section ul li img {
    width: 25px;
    /*border-radius: 40%;*/
    border-radius: 50%;
    margin-right: 5px;
    height: 25px;
}

.top-header-section .top-right-section ul li.lang-nav img {
    width: 15px;
    margin-right: 5px;
    height: 15px;
    margin-bottom: 3px;
    border-radius: 0;
}

span.border-right-icon {
    margin: 0 0px 0 10px;
}

@media screen and (min-width: 1024px) {
    .navigation-section > ul > li > ul {
        width: 220px;
    }
}

@media screen and (max-width:1024px) {
    span.border-right-icon {
        display: none !important;
    }
}

span.border-right-icon:last-child {
    display: none;
}

.navigation-section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.top-right-section {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.navigation-section > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin-top: 80px;
}

.navigation-section > ul > li {
    margin: 0 0 0 45px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    padding-bottom: 25px;
}

.navigation-section > ul > li > ul {
    top: 45px;
    background: #fff;
    padding: 10px 20px;
    border-bottom: 3px solid #BC4D38;
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    left: 0;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.navigation-section > ul > li:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}


.navigation-section > ul > li > ul > li {
    list-style: none;
    padding: 5px 0;
}

.navigation-section ul li.active a {
    border-bottom: 1px solid #C46856;
}

.navigation-section ul li.normal a {
    border-bottom: none;
}

.navigation-section ul li.normal a:hover {
    border-bottom: 1px solid #C46856;
}

.navigation-section ul li.current a {
    border-bottom: 1px solid #C46856;
}

.navigation-section ul li a,
.navigation-section ul li {
    color: #6F6F6F;
    font-family: 'arialregular', serif;
    font-size: 18px;
}

.navigation-section ul li ul li a {
    font-size: 15px;
    /*word-wrap: break-word;*/
}

.navigation-section ul li ul li a:hover {
    color: #C46856;
}

.banner-section {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 100vh;

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.banner-section video {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    position: absolute;
    right: -15px;
    left: -15px;
    top: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    display: block;
    background-size: cover;
}

.content-section-banner h1 {
    font-weight: bold;
    margin-bottom: 10px;
}

.content-section-banner p, .content-section-banner > div > span {
    font-weight: bold;
    margin-bottom: 50px;
    display: inline-block;
    line-height: 21px;
}

.content-section-banner h1,
.content-section-banner p,
.content-section-banner > div > span,
.content-section-banner h3,
.content-section-banner h4 {
    color: #fff;
}

.content-section-banner h4 {
    margin-bottom: 40px;
}

.section-content-images .images-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}

.section-content-images .images-wrap .content-images {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 40%;
    margin: 15px;
}

.flex-center {
    justify-content: center;
    align-items: center;
}


.red-section {
    position: relative;
    margin-top: 60px;
}

.red-section.homethreteasers {
    margin-top: 120px;
}

.red-bg {
    width: 100%;
    background-color: #BC4D38;
    position: absolute;
    height: 480px;
    transform: skew(0deg, -5deg);
}

.boxi {
    width: 100%;
    padding-top: 100px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}


.boxi .home-box {
    width: 30.33%;
    margin: 0 15px;
    align-items: center;
    background: #fff;
    padding: 30px 30px 40px 30px;
    -webkit-box-shadow: 0 0 16px 5px rgba(000, 000, 000, 0.1);
    -moz-box-shadow: 0 0 16px 5px rgba(000, 000, 000, 0.1);
    box-shadow: 0 0 16px 5px rgba(000, 000, 000, 0.1);
}

.home-box .home-box-content {
    display: flex;
    flex-direction: column;
}

.boxi .home-box h5 {
    text-align: center;
}

.space-between {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.space-around {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
}

.boxi .home-box img {
    max-width: 125px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 20px;
}

.boxi .home-box ul li,
.boxi .home-box p {
    color: #000;
    margin-bottom: 0;
}

.boxi .home-box h4 {
    color: #707070;
    font-weight: bold;
    text-align: center;
}

.boxi .home-box ul li {
    position: relative;
    list-style: none;
    padding-left: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.boxi .home-box ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    background-color: #000;
    opacity: 0.8;
    left: 0;
    top: 9px;
}

.red-button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

.red-button a {
    width: auto !important;
}

.red-button button, .red-button a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #BC4D38;
    width: 100%;
    border-radius: 0px;
    padding: 4px 30px;
    margin-top: 20px;
    color: #fff;
    font-size: 17px;
    font-family: 'arialregular', serif;
}

.green-button {
    background-color: #67B255;
    color: #fff;
    border: none;
    padding: 6px 30px;
    width: 276px;
    margin: 30px 0 50px 0;
    font-size: 17px;
    line-height: 23px;
    border-radius: 2px;
}


/*Footer*/

.footer-section {
    background-color: #5C5C5C;
    padding: 50px 0;
    border-bottom: 5px solid #BC4D38;
}

.middle-footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}

.first-col {
    display: flex;
    flex-direction: row;
}

.first-col ul {
    padding-left: 50px;
}

.footer-box:nth-child(1) {
    order: 1;
}

.footer-box:nth-child(2) {
    order: 2;
    display: none;
}

.footer-box:nth-child(3) {
    order: 3;
}

.footer-box:nth-child(4) {
    order: 4;
    width: 35%;
}

.footer-box:nth-child(3) h4 {
    text-align: center;
    margin-bottom: 0px;
}

.footer-box p, .footer-section h4, .footer-section li, .footer-section li a {
    color: #fff;
    line-height: 30px;
}

.footer-box li {
    list-style: none;
}

.bottom-footer ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.bottom-footer ul li {
    padding-right: 20px;
    position: relative;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-footer ul li a {
    padding-right: 20px;
}

.bottom-footer ul li::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    right: 20px;
}

.bottom-footer ul li:last-child::after {
    background-color: transparent;
}


/*Produkte*/

.heading-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.heading-title img {
    max-width: 70px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 21px;
}

.heading-title h3 {
    font-weight: bold;
}

.banner-section-image {
    height: 265px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center center;
}

.home-box.filled-box,
.home-box.empty-box {
    width: 100%;
}

.home-box form {
    width: 100%;
}

.select {
    background: #F0F3FB;
    border: 1px solid #F0F3FB;
    border-radius: 4px;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    color: #3F3F3F;

    /* Here's the code we need */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.select-wrapper,
.col-sm-12.lieferprogram-table {
    position: relative;
}

.lieferprogram-table > div {
    width: 100%;
}


.select-wrapper:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 28px;
    position: absolute;
    top: 1px;
    right: 1px;
    color: #434B67;
    height: 94%;
    pointer-events: none;
    background-color: #fff;
    padding-right: 10px;
    padding-top: 7px;
    padding-left: 30px;
}

.form-results {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.form-results .half-results {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    /* padding: 0px 50px; */
    width: 100%;
}


.form-results .half-results .part-of-results {
    margin-bottom: 20px;
}


.form-results .half-results .part-of-results span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.grey-section {
    background: #F2F2F2;
    margin-top: 100px;
    padding: 50px 0px 150px 0px;
}

.grey-section .select-lieferprogramm {
    margin-bottom: 50px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #DDDDDD;
}

.table-striped tbody tr:nth-of-type(even) {
    background: #fff;
}

.table td, .table th {
    border-top: none;
    color: #5D5846;
}

td.iso {
    width: auto;
    text-align: left;
    display: block;
}

.colored-table {
    margin-bottom: 0px;
}

.colored-table tr, .colored-table td {
    background-color: grey;
}

.bg-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: grey;
}

.bg-section p {
    margin: 0px;
}

/*.lieferprogram-table{*/
/*margin-top: 50px;*/
/*}*/

.lieferprogram-table .select-lieferprogramm button {
    margin: 45px 0px 45px 0px;
}


/**/

.head-of-table {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
}

.head-of-table .column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    width: 14%;
}

.head-of-table .column .white-colum {
    background-color: #fff;
    padding: 10px;
}

.head-of-table .column .grey-colum {
    background-color: #ddd;
    padding: 0px 10px;
    min-height: 43px;
    height: 100%;
    display: flex;
    align-items: center;
}

.head-of-table .column #form_round_dimensions {
    height: auto !important;
    color: #707070;
    font-weight: bold;
    letter-spacing: 0px;
}

.head-of-table .column .column-td-head {
    padding: 10px;
}

.head-of-table .column .white-colum p,
.head-of-table .column .grey-colum p {
    margin: 0px;
    color: #707070;
    opacity: 1;
}


.column-td-head p {
    font-weight: bold;
    margin-bottom: 0px;
    color: #707070;
}

.column:last-child {
    width: 25%;
}

.column:last-child .column-td-head p,
.column:last-child .white-colum p,
.column:last-child .grey-colum p {

}

.left-column .head-of-table .column.top_tab {
    display: flex;
    flex-flow: row;
    flex-direction: row-reverse
}

.left-column .head-of-table .column {
    width: 100%;
}

.left-column .head-of-table .column p {
    text-align: left;
    font-weight: bold;
}

.right-column .head-of-table .column {
    width: 33.33%;
}

.modal-popup .modal {
    z-index: 2147483647;
}


/**/

/*Grade*/
.search-grade {
    width: 100%;
    padding: 20px;
}
.search-grade .scrollbar .table-striped tr {
    height: 83px;
    text-align: left;
}

.search-grade .grade-search {
    max-width: 52%;
    margin: 0 auto;
}

.search-grade .grade-search .form-control {
    border: 1px solid #E65B46;
}

.search-grade .grade-search .input-group-text {
    background-color: #BC4D38;
    color: #fff;
    border: 1px solid #BC4D38;
    border-radius: 0px;
    cursor: pointer;
}

.grade.home-box {
    padding: 20px 0px;
    margin: 0px 0px 150px 0px;
    display: flex;
}

.grade .table thead th {
    border-bottom: 0px;
    color: #5D5846;
    /* text-align: center; */
}


.thread-glossary tr th {
    width: 30%;
}

.thread-glossary tr td {
    width: 70%;
}

.grade .table thead tr th:nth-child(1) {
    width: 20%;
}

.grade .table thead tr th:nth-child(2) {
    width: 70%;
}

.thread-grade tr th:nth-child(1) {
    /* text-align: center; */
    width: 25%;
}

/**/

/*Service*/

.search-service {
    width: 100%;
    padding: 20px;
}

.search-service .scrollbar .table-striped tr {
    height: 83px;
    text-align: left;
}

.thread-glossary > tr,
.thread-grade tr {
    /*height: auto !important;*/
}

.search-service .service-search {
    max-width: 50%;
    margin: 0 auto;
}

.search-service .service-search .form-control {
    border: 1px solid #E65B46;
}

.search-service .service-search .input-group-text {
    background-color: #BC4D38;
    color: #fff;
    border: 1px solid #BC4D38;
    border-radius: 0px;
    cursor: pointer;
}

.service.home-box {
    padding: 20px 0px;
    margin: 0px 0px 150px 0px;
    display: flex;
}

.service .table thead th {
    border-bottom: 0px;
    color: #5D5846;
}

.thread-glossary tr th {
    width: 30%;
}

.thread-glossary tr td {
    width: 70%;
    display: block;
}

.service .table thead tr th:nth-child(1) {
    width: 30%;
}

.service .table thead tr th:nth-child(2) {
    width: 70%;
}

.scrollbar {
    float: left;
    height: 900px;
    width: 100%;
    overflow-y: scroll;
    margin-top: 20px;
}

.force-overflow {
    min-height: 900px;
    padding: 0px 20px 0px 0px;
}


#style-3::-webkit-scrollbar-track {
}

#style-3::-webkit-scrollbar {
    width: 6px;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #707070;
}

/**/


/*Kontakt*/

.kontakt .red-bg {
    height: 600px;
}

.no-bg {
    background-color: transparent !important;
    box-shadow: none !important;
    align-items: flex-start !important;
    padding: 0px !important;
}

.no-bg p, .no-bg h5 {
    color: #fff;
    margin-bottom: 20px !important;
    text-align: left !important;

}

.no-bg ul {
    margin-bottom: 20px;
}

.no-bg ul li {
    list-style: none;
    padding-left: 0px !important;
}

.no-bg ul li::before {
    background-color: transparent !important;
}

.checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
}

/* Hide the browser's default radio button */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: button; /* WebKit */
    -moz-appearance: button; /* Mozilla */
    appearance: button; /* CSS3 */
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #707070;
}

.kontakt .left-side {
    float: left;
    width: 34%;
    color: #fff;
}


.kontakt .kontakt-form {
    float: right;
    width: 55%;
}

.kontakt-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}

.banner-section.banner-section-video h4,
.banner-section.banner-section-video h3 {
    font-size: 21px;
}

.kontakt-content button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-self: flex-end;
    justify-content: center;
}

.kontakt .boxi .home-box {
    align-items: flex-start;
}

.kontakt .home-box form {
    margin-top: 20px;
}

.contact-info ul li span {
    padding-left: 15px;
}

.contact-info ul li span a {
    color: #fff;
    font-weight: bold;
}

.check-deutsch {
    margin-top: 30px;
}

.kontakt textarea {
    height: 111px;
    resize: none;
}


body.modal-open .background-container {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur" .svg#blur);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}


.modal-popup .modal-header {
    border-bottom: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative
}

.graphic-modal .modal-header .logo-modal {
    display: flex;
    flex-direction: column;
    position: absolute;
}

.graphic-modal .modal-header .logo-modal img {
    width: 150px;
    left: 0;
}

.graphic-modal .modal-dialog {
    max-width: 800px !important;
}

.modal-popup .modal-header h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

.modal-backdrop {
    background-color: transparent !important;
    opacity: 0.5 !important;
}

.modal-popup .green-button {
    margin: 0px 0px 20px 0px;
    padding: 5px 105px;
}

.form-control {
    border: 1px solid #707070;
    border-radius: 0px;
}

.form-control:focus {
    border: 1px solid #707070;
    box-shadow: none;
}

.form-control::placeholder {
    color: #707070;
}

/**/

.blur-bg {
    background: inherit;
    width: 250px;
    height: 350px;
    position: absolute;
    overflow: hidden;
}

.blur-bg::before {
    content: "";
    width: 300px;
    height: 400px;
    background: inherit;
    position: absolute;
    left: -25px;
    right: 0;
    top: -25px;
    bottom: 0;
    filter: blur(10px);
}


/*Datenschutz*/


.datenschutz p {
    margin-bottom: 20px !important;
}

.datenschutz li {
    color: #000;
}

.datenschutz h6 {
    color: #000 !important;
    font-weight: bold;
}

.datenschutz {
    align-items: flex-start !important;
}

.datenschutz h6 {
    margin-bottom: 0px;
}


.datenschutz ol, .datenschutz ul {
    padding-left: 20px;
}

.upper-roman-number > li {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.datenschutz .home-box.filled-box {
    margin: 0px !important;
    text-align: left;
    padding: 100px 150px;
}

/**/


/*Impressum*/

.impressum .boxi .home-box img {
    max-width: 100%;
}


.impressum .boxi .no-bg .contact-info {
    margin-bottom: 20px;
    text-align: left;
}

.impressum .boxi .no-bg .contact-info h6 {
    margin-bottom: 0px;
    text-align: left;
}

.impressum .boxi h4 {
    text-align: left;
}

.impressum .kontakt-form p {
    margin-bottom: 20px;
}

.left-side .contact-info h4,
.left-side .contact-info h6,
.left-side .contact-info ul li,
.left-side .contact-info ul li span,
.left-side .contact-info ul li span a {
    color: #fff;
}


/**/


/*AGB*/

.agb ol {
    margin-bottom: 20px;
}

/**/


/*Metallpreise*/

#renderAllMetales .text-bold {
    font-weight: bold;
}

#renderCurrentPriceList {
    max-height: 150px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px; 
    display: flex;
    flex-flow: column;
}

@media screen and (max-width: 480px) {
    #renderCurrentPriceList {
        padding-right: 50px;
        padding-left: 0px;
    }

    #renderCurrentPriceList .preise-column {
        width: 80%;
    }

    #renderCurrentPriceList .preise-column input {
        margin: 0px 25px;
    }

    .save-discard-i {
        left: 0 !important;
    }

    .preise-column h6 {
        margin-left: 5px !important;
        word-wrap: break-word;    
    }

    #renderCurrentPriceList .column-border {
        display: block;
    }
}

.preisealarme .error-messages {
    display: none;
}

.preiswarner#loginModalMetallie .green-button {
    margin: 30px 0px 0px 0px;

}

@media (min-width: 768px) {
    .preiswarner#loginModalMetallie .green-button {
        width: 296px;
    }
}

.metallpreise .red-bg {
    height: 280px;
}

.metallpreise .space-between {
    justify-content: center;
}

.metallpreise .home-box.filled-box {
    width: 60%;
}

.preiswarner form .green-button {
    margin: 30px 0px 0px 0px;
}

.metallpreise .home-box form {
    margin-top: 20px;
}

.metallpreise .home-box h4 {
    width: 100%;
    text-align: left;
}

.metallpreise-table .calendar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

.metallpreise-table .calendar span i {
    /*display: none;*/
    font-size: 40px !important;
    top: 3px !important;
}

.metallpreise-table .calendar span {
    background-image: url(../Images/date.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border: none;
}

.metallpreise-table .calendar span button {
    border: none;
}

.calendar-modal-month .month {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    padding: 10px 0px 10px 30px;
}

.calendar-modal-month .month ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    padding: 0px 10px;
}

.calendar-modal-month .month ul li {
    padding: 0px 5px;
}

.gj-picker-bootstrap table tr td div {
    padding: 0px 5px;
    color: #707070;
    font-size: 15px;
    font-family: 'arialregular';
    font-weight: normal;
}

.gj-picker-bootstrap {
    border: none;
    border-radius: 0px;
    padding: 4px;
    box-shadow: 0px 0px 25px 5px rgba(000, 000, 000, 0.1);
}


.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background: #BC4D38;
    border-radius: 50%;
    color: #fff;
}

.gj-picker-bootstrap table tr td.disabled div, .gj-picker-bootstrap table tr td.other-month div {
    color: #707070;
}

.gj-modal {
    background-color: transparent;
}

.gj-picker-bootstrap table tr td.focused div, .gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: transparent;
    border-radius: 0px;
    color: #BC4D38;
}

.gj-unselectable {
    display: flex;
    justify-content: center;
}

.gj-datepicker-bootstrap input {
    width: 40% !important;
    flex: 0 auto !important;
    background-color: transparent !important;
}

.gj-datepicker button:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.invalid-feedback, .valid-feedback {
    display: none !important;
}

.modal-popup .modal-dialog .modal-content {
    border: none;
    box-shadow: 0px 0px 25px 5px rgba(000, 000, 000, 0.1);
    border-radius: 0px;
}

.modal-popup .calendar-modal-month .modal-content {
    border-radius: 0px;
    text-align: center;
    margin: 0 auto;
}

.close:not(:disabled):not(.disabled) {
    outline: 0;
    position: absolute;
    right: 16px;
}

.modal-popup .calendar-modal-month .modal-content .modal-body {
    padding: 0px 60px 30px 60px;
}

.two-boxes-table .table-striped tr th, .two-boxes-table .table-striped tr td {
    padding: 12px;
}

.two-boxes-table .table-striped tr td:last-child {
    font-weight: bold;
}


.two-boxes-table .table-striped {
    width: 100%;
}

.metallpreise-table .space-between {
    margin-top: 50px;
}

.metallpreise-table .space-between table {
    margin-bottom: 100px;
}


.d-xs-visible {
    display: none;
}

/**/
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
    top: 0;
    animation: slide-down .5s linear;
    z-index: 999;
}

@keyframes slide-down {
    0% {
        transform: translateY(-90%);
        opacity: 0.4;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.graphic-modal .modal-header h4 {
    text-align: center;
    width: 100%;
}

.graphic-modal .modal-footer {
    display: flex;
    justify-content: space-between;
    border-top: none;
}

.graphic-modal .modal-footer .red-button {
    width: 40%;
}

.graphic-modal .modal-footer .red-button a {
    width: 100%;
}

.graphic-modal .modal-content {
    padding: 15px 50px;
}

/*Rechner*/

.rechner .rechner-tabs {
    display: flex;
    justify-content: space-around;
    background-color: #F2F2F2;
    border: none;

}

.rechner .rechner-tabs li {
    width: 33.33%;
    text-align: center;
}

.rechner .rechner-tabs li a {
    border-radius: 0px;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 10px;
    color: #707070;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rechner .rechner-tabs li a:hover {
    border: none;
    border: 1px solid #BC4D38;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rechner .rechner-tabs li a.active {
    border: 1px solid #BC4D38;
    background-color: #F2F2F2;
    color: #707070;
}

.rechner .rechner-tabs li a.current {
    border: 1px solid #BC4D38;
    background-color: #F2F2F2;
    color: #707070;
}

.white-section-bg {
    padding: 80px 30px;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #BC4D38;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-select.is-invalid::-webkit-input-placeholder {
    color: #BC4D38;
}

.custom-select.is-invalid::-moz-placeholder {
    color: #BC4D38;
}

.custom-select.is-invalid:-ms-input-placeholder {
    color: #BC4D38;
}

.custom-select.is-invalid:-moz-placeholder {
    color: #BC4D38;
}


.form-control.is-invalid::-webkit-input-placeholder {
    color: #BC4D38;
}

.form-control.is-invalid::-moz-placeholder { /* Firefox 19+ */
    color: #BC4D38;
}

.form-control.is-invalid:-ms-input-placeholder { /* IE 10+ */
    color: #BC4D38;
}

.form-control.is-invalid:-moz-placeholder { /* Firefox 18- */
    color: #BC4D38;
}


.was-validated .custom-select:invalid::-webkit-input-placeholder {
    color: #BC4D38;
}

.was-validated .custom-select:invalid::-moz-placeholder {
    color: #BC4D38;
}

.was-validated .custom-select:invalid:-ms-input-placeholder {
    color: #BC4D38;
}

.was-validated .custom-select:invalid:-moz-placeholder {
    color: #BC4D38;
}


.was-validated .form-control:invalid::-webkit-input-placeholder {
    color: #BC4D38;
}

.was-validated .form-control:invalid::-moz-placeholder {
    color: #BC4D38;
}

.was-validated .form-control:invalid:-ms-input-placeholder {
    color: #BC4D38;
}

.was-validated .form-control:invalid:-moz-placeholder {
    color: #BC4D38;
}

/*
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color: transparent;
}*/
.custom-control-label::before {

}

.custom-control-label::before {
    content: "";
    -moz-user-select: none;
    -ms-user-select: none;
    position: absolute;
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border-radius: 50% !important;
    border: 1px solid #707070;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
    outline: 0;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: transparent;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: transparent;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    width: 6px;
    height: 6px;
    background: #707070;
    top: 9px;
    left: 4px;
    border-radius: 50%;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus,
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #707070;
    outline: 0;
    box-shadow: none;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #707070;
}

.submit-button-reg {
    text-align: right;
}

.rechner .white-section-bg > .white-section-bg {
    margin-top: 110px;
    padding: 0 0px 80px 0px;
    box-shadow: 0px 0px 30px 5px rgba(000, 000, 000, 0.1);
}

.rechner .tab-content .tab-pane {
    position: relative;
}

.rechner .tab-content .tab-pane:nth-child(1):before {
    content: "";
    background-image: url(../images/before-triangleangle-left.png);
    width: 190px;
    height: 111px;
    position: absolute;
    top: -110px;
    left: -30px;
}

.rechner .tab-content .tab-pane:nth-child(2):before {
    content: "";
    background-image: url(../images/before-triangleangle-center.png);
    width: 220px;
    height: 111px;
    position: absolute;
    top: -110px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.rechner .tab-content .tab-pane:nth-child(3):before {
    content: "";
    background-image: url(../images/before-triangleangle-right.png);
    width: 190px;
    height: 111px;
    position: absolute;
    top: -110px;
    right: -10px;
}

.rechner .tab-content .tab-pane {
    padding: 50px 60px;
}

.column-space-between {
    margin: 0px 20px;
}

.column-space-between:nth-child(1),
.column-space-between:nth-child(2) {
    width: 33.33%;
}

.column-space-between:nth-child(3) {
    width: 52%;
}

.column-space-between h4 {
    margin-bottom: 35px;
}

.column-space-between img {
    margin-top: 45px;
    width: 100%;
    box-shadow: 0px 0px 30px 5px rgba(000, 000, 000, 0.1)
}

.input-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.input-row p {
    margin: 0;
}

.input-row input {
    width: 120px;
    margin: 0 10px;
    -webkit-appearance: button; /* WebKit */
    -moz-appearance: button; /* Mozilla */
    appearance: button; /* CSS3 */
}

.input-row .content-input {
    width: 40%;
}

.rechner .space-around {
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
}

.right-side-rez,
.left-side-rez {
    width: 50%;
}

.right-side-rez {
    border-bottom: 1px solid #707070;
    position: relative;
    text-align: right;
    padding-bottom: 20px;
    color: #707070;
}

.right-side-rez h2 {
    color: #707070;
}

.right-side-rez::after {
    content: "";
    border-bottom: 1px solid #707070;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
}

.column-border {
    display: flex;
    border-bottom: 1px solid #BC4D38;
    padding-bottom: 20px;
    justify-content: space-between;
}

.preise-column {
    display: flex;
    align-items: center;
}

.preise-column h6 {
    margin: 0px 0px 0px 10px;
    color: #707070;
    font-weight: bold;
}

.input-title {
    width: 31%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.preise-column.space-between {
    justify-content: space-between;
}

.preise-column.space-between .select-wrapper {
    width: 70%;
}

.home-box .preise-column a img {
    margin-bottom: 0px;
}

/*.preise-column .form-control {*/
/*    text-align: right;*/
/*}*/

.preise-column .delete-button {
    color: #BC4D38;
    font-size: 28px;
}

.preise-column .neuer-alarm {
    position: relative;
    padding: 6px 10px 6px 35px;
    width: auto;
    margin: 0px;
}

.preise-column .neuer-alarm::before {
    content: "+";
    position: absolute;
    left: 8px;
    font-size: 35px;
}

/**/

/**/

.needs-validation {
    margin-top: 30px;
}

.needs-validation input {
    margin-bottom: 27px;
}

.needs-validation .green-button {
    margin: 0px;
}

.downloads-page {
    padding: 40px 40px 20px 40px;
    max-width: 1070px;
    margin: 0 auto;
}

.downloads-list li {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    text-align: left;
    width: 49%;
    display: inline-block;
}

.downloads-list li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #707070 !important;
    text-align: left;
    justify-content: left;
}

.downloads-list li a img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.downloads-list li a {
    margin: 0;
}

.downloads .red-bg {
    height: 330px;
    transform: unset;
}

.downloads .boxi {
    padding-top: 50px;
}

.registrierung .left-column-title {
    color: #5D5846;
}

.registrierung h4, .needs-validation p a {
    font-weight: bold;

}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #000000;
}

.custom-control.custom-checkbox {
    margin-bottom: 20px;
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}


/*Large devices (desktops, 992px and up)*/
@media (max-width: 1199.98px) {
    .footer-box:nth-child(4) {
        width: 30%;
    }

    .metallpreise-table .two-boxes-table {
        width: 48%;
    }
}

.service-pagee .red-button-home,
.service-pagee .red-button-home a {
    /*max-width: 160px;*/
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 991.98px) {

    h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 0px;
        padding: 0 0 0 0;
        margin: 0px 0px 20px 0px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
        color: #BC4D38;
        font-family: 'arialbold';
        margin: 0 0 20px 0;
        padding: 0 0 0 0;
    }

    h3 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 20px 0;
        padding: 0 0 0 0;
    }

    h4 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 20px 0;
        padding: 0 0 0 0;
    }

    h5 {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px 0;
        padding: 0 0 0 0;
    }

    h6 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 20px 0;
        padding: 0 0 0 0;
    }

    p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 20px 0;
    }

    .head-of-table .column {
        width: 50%;
        margin-bottom: 50px;
    }

    .top-header-section .top-left-section a img {
        max-width: 160px;
    }

    .navigation-section ul li a,
    .navigation-section ul li {
        font-size: 14px;
    }

    .navigation-section > ul > li {
        margin: 0px 0px 0px 35px;
    }


    .middle-footer {
        flex-direction: column;
    }

    .footer-box:nth-child(1) {
        order: 3;
    }

    .footer-box:nth-child(2) {
        order: 2;
        display: block;
        text-align: center;
    }

    .footer-box:nth-child(3) {
        order: 1;
    }

    .footer-box:nth-child(4) {
        order: 4;
        width: 100%;
    }

    .footer-box {
        margin: 25px 0px;
    }

    .footer-box img {
        max-width: 160px;
    }

    .red-button a {
        padding: 8px 30px;
    }

    .firsct-col-content {
        width: 50%;
    }

    .footer-box:nth-child(4) {
        width: 100% !important;
    }

    .datenschutz .home-box {
        padding: 20px 25px !important;
    }

    .rechner .space-around {
        display: flex;
        flex-direction: column;
    }

    .column-space-between {
        width: 100% !important;
        margin-bottom: 50px;
        margin-left: 0px;
    }

    .p0 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .plr15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .head-of-table {
        flex-wrap: wrap;
    }

    .section-content-images {
        margin-top: 25px;
    }

    .home-box.filled-box, .home-box.empty-box {
        width: 90% !important;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 767.98px) {

    h1 {
        font-size: 30px;
        line-height: 38px;
    }

    h2 {
        font-size: 25px;
        line-height: 35px;
    }

    h3 {
        font-size: 18px;
        line-height: 22px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    h5 {
        font-size: 18px;
        line-height: 22px;
    }

    h6 {
        font-size: 12px;
        line-height: 22px;
    }

    p {
        font-size: 12px;
        line-height: 22px;
    }

    ul li {
        font-size: 12px;
        line-height: 22px;
    }

    ul li span a {
        font-size: 12px;
        line-height: 22px;
    }

    .d-xs-none {
        display: none !important;
    }

    .content-section-banner h1 {
        margin-bottom: 30px;
    }

    .content-section-banner p, .content-section-banner > div > span {
        margin-bottom: 10px;
    }

    .head-of-table,
    .space-between {
        flex-wrap: wrap;
    }

    .head-of-table .column {
        width: 50%;
        margin-bottom: 50px;
    }

    .column:last-child {
        width: 100% !important;
    }

    .column:last-child .column-td-head p,
    .column:last-child .white-colum p,
    .column:last-child .grey-colum p {
        text-align: left;
    }

    .boxi .home-box {
        margin: 0px 0px 30px 0px;
        width: 100%;;
    }

    .red-bg {
        height: 100%;
    }

    .produkte .red-bg {
        -webkit-clip-path: polygon(0% 3%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0% 3%, 100% 0, 100% 100%, 0 100%);
        transform: none;
    }

    .boxi .home-box.din-en h4 {
        text-align: center;
    }

    .banner-section {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        height: 50vh;
    }

    .icon-menu {
        height: 20px;
        z-index: 999999;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 30px;
    }

    .icon-menu span {
        width: 28px;
        height: 2px;
        margin-top: 0px;
        display: flex;
        position: relative;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        background: #707070;
        flex-direction: column;
    }

    .icon-menu span:nth-child(1) {
        top: 0;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .icon-menu span:nth-child(2) {
        top: 6px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .icon-menu span:nth-child(3) {
        top: 12px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    span.close-nav:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 5px;
        left: 0px;
    }

    span.close-nav:nth-child(2) {
        width: 0;
        opacity: 0;
    }

    span.close-nav:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
    }

    .mobile-bg-red {
        width: 100%;
        background-color: #BC4D38;
        position: relative;
        transform: skew(0deg, -3deg);
        z-index: 99;
        margin-top: -35px;
        padding: 50px 30px;
    }


    .mobile-bg-red p, .mobile-bg-red span {
        transform: skew(0deg, 3deg);
        color: #fff;
    }

    .mobile-bg-red span {
        text-align: center;
        width: 100%;
        cursor: pointer;
        margin-top: 20px;
    }

    .section-content-images .flex-center {
        flex-direction: column-reverse;
    }

    .section-content-images .images-wrap .content-images {
        margin: 0px;
    }

    .top-header-section .top-left-section a img {
        max-width: 162px;
        height: 53px;
    }

    .top-header-section {
        display: block;
    }

    .mob-nav-mobile {
        display: flex;
        flex-direction: column-reverse;
        padding: 80px 56px 80px 56px;
    }

    .mob-nav-mobile > ul {
        margin-top: 0px;
    }

    .mob-nav-mobile ul li {
        border-bottom: none;
        padding: 10px 0px;
        list-style: none;
    }

    .mob-nav-mobile ul li.active {
        border: none;
    }

    .mob-nav-mobile ul li.current {
        border: none;
    }

    .mob-nav-mobile ul li a,
    .mob-nav-mobile .top-right-section ul li a,
    .mob-nav-mobile ul li {
        color: #BC4D38;
        font-size: 30px;
        line-height: 38px;
        font-family: 'arialregular';
    }

    .mob-nav-mobile .top-right-section ul li img {
        max-width: 35px;
        border-radius: 40%;
        margin-left: 15px;
        width: 100%;
        display: none;
    }


    .top-right-section {
        position: unset;
    }

    .top-right-section ul {
        display: block !important;
    }

    .top-right-section ul li {
        display: flex;
        padding-left: 0px !important;
    }

    .navigation-section > ul {
        display: block;
    }

    .navigation-section > ul li {
        margin-left: 0px;
        list-style: none;
    }

    .nav-flex {
        display: flex;
        flex-direction: column-reverse;
    }

    body.modal-open .background-container {
        /*-webkit-filter: blur(0px);
         -moz-filter: blur(0px);
         -o-filter: blur(0px);
         -ms-filter: blur(0px);
         filter: blur(0px);*/
    }

    .fixed-mobile .top-left-section {
        opacity: 0;
    }

    .modal.show .modal-dialog {
        background-color: #fff;
        max-width: 100% !important;
        width: 100%;
        margin: 0;
        height: 100%;
        padding: 40px;
    }

    .modal-popup .modal-content {
        border: none;
        max-width: 500px;
        margin: 0 auto;
    }

    .modal-open .modal {
        padding-right: 0px !important;
        z-index: 99999999999999999;
    }

    .navigation-section {
        display: none;
    }

    .navig-open {
        overflow: hidden;
    }

    .background-container {
        transition: 0.5s;
    }

    .navig-open .background-container {
        transform: translateX(50%);
        position: fixed;
        z-index: -1;
    }

    .mobile-navigation {
        top: 0;
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100vh;
        left: -100%;
        transition: 0.4s;
    }

    .navig-open .mobile-navigation {
        z-index: 9999;
        left: 0%;
        max-width: 100%;
        overflow-y: scroll;
    }

    .navi-sticky {
        padding: 15px 0px 10px 0px;
    }

    .pm0 {
        padding: 0px;
    }

    .m-mobile {
        margin: 0px;
    }

    .d-xs-visible {
        display: block !important;
    }

    .no-red-section .red-bg {
        background-color: transparent;
    }

    .mobile-navigation {
        display: block;
    }

    .home-box .home-box-content {
        text-align: left;
    }

    .grade-page .red-bg, .rechner .red-bg, .registrierung .red-bg,
    .service-page .red-bg, .rechner .red-bg, .registrierung .red-bg {
        height: 241px;
    }

    .search-grade .scrollbar .table-striped tr,
    .search-service .scrollbar .table-striped tr {
        height: auto;
        text-align: left;
    }

    .filled-box.grade .table td, .filled-box.grade .table th,
    .filled-box.service .table td, .filled-box.service .table th {
        padding: 10px 5px;
    }

    .metallpreise .home-box.filled-box {
        width: 100%;
    }

    .two-boxes-table {
        width: 100%;
    }

    .header {
        height: 70px;
    }

    .kontakt .boxi .space-between {
        display: flex;
        flex-direction: column-reverse;
    }

    .kontakt .red-bg, .datenschutz .red-bg {
        height: 240px;
    }

    .impressum .red-bg {
        height: 400px;
    }

    .kontakt .boxi .home-box {
        text-align: left;
    }

    .kontakt .home-box.filled-box.no-bg p, .contact-info ul li, .contact-info ul li a, .contact-info h5 {
        color: #000;
    }

    .kontakt .boxi {
        padding-top: 40px;
    }

    .kontakt .white-color {
        margin-bottom: 50px;
    }

    .metallpreise-table .two-boxes-table {
        width: 100% !important;
    }

    .black-color p, .black-color h6 {
        color: #000 !important;
    }

    .grey-section .select-lieferprogramm {
        margin-bottom: 25px;
    }

    .kontakt-content button {
        align-self: center;
    }

    .produkte .home-box button, .select-lieferprogramm button {
        width: 100%;
    }

    .left-side:last-child .contact-info h6,
    .left-side:last-child .contact-info ul li,
    .left-side:last-child .contact-info ul li span,
    .left-side:last-child .contact-info ul li a,
    .left-side:last-child .contact-info ul li span a {
        color: #000;
    }

    .modal-popup .modal-content {
        border: none;
        width: 100%;
        margin: 0 auto;
        height: 100%;
        display: flex;
        align-self: center;
    }

    .modal-popup .modal-header {
        border-bottom: none;
        display: flex;
        flex-direction: row;
        width: 100%;
        position: relative;
    }

    .modal-popup .modal-header h2 {
        text-align: center;
        width: 100%;
        margin-bottom: 0px;
        padding-top: 100px;
    }

    .modal.show .modal-dialog {
        padding: 0px;
    }

    .modal-popup .modal-header button {
        position: absolute;
        right: 20px;
    }

    .modal-popup .modal-body .content {
        text-align: center;
    }

    .modal-popup .modal-body .content button {
        padding: 5px 40px;
    }

    tr th, tr td {
        font-size: 12px;
    }

    .heading-title img {
        /*display: none;*/
    }

    .form-control {
        font-size: 12px;
    }

    .select-lieferprogramm h4 {
        margin-bottom: 10px;
    }

    .first-col ul {
        padding-left: 30px;
    }

    .rechner .rechner-tabs {
        background-color: transparent;
    }

    .rechner .space-around {
        display: flex;
        flex-direction: column;
    }

    .column-space-between:nth-child(3) h4 {
        text-align: left;
    }

    .column-space-between h4 {
        margin-bottom: 10px;
        text-align: center;
    }

    .rechner .rechner-tabs li {
        width: 100%;
        margin-bottom: 10px;
        background-color: #F2F2F2;
    }

    .rechner .tab-content .tab-pane:before {
        display: none;
    }

    .rechner .white-section-bg > .white-section-bg {
        margin-top: 30px;
        box-shadow: none;
    }

    .column-space-between {
        width: 100% !important;
        flex-direction: column;
    }

    .rechner .tab-content .tab-pane {
        padding: 0px;
    }

    .column-space-between {
        margin-bottom: 50px;
        margin-left: 0px;
    }

    .right-side-rez::after, .right-side-rez {
        content: "";
        border-bottom: none;
    }

    .rechner .tab-pane .space-between {
        border-bottom: 1px solid #707070;
        position: relative;
    }

    .rechner .tab-pane .space-between::after {
        content: "";
        border-bottom: 1px solid #707070;
        bottom: 10px;
        position: absolute;
        width: 100%;
    }

    .modal-popup .modal-dialog .modal-content {
        box-shadow: none;
        padding: 0px;
    }

    .mob-content {
        display: none;
    }

    .gj-modal {
        background-color: #fff;
    }

    .gj-picker-bootstrap {
        box-shadow: none;
    }

    .submit-button-reg {
        text-align: center;
    }

    .grey-mobile-bg {
        background-color: #F2F2F2;
        padding: 80px 10px;
    }

    .green-button {
        width: auto;
    }

    .mb180 {
        margin-bottom: 0px;
    }

    .grey-section {
        padding: 50px 0px 50px 0px;
    }

    .banner-section-image {
        height: 150px;
    }

    .mobile-navigation ul li .sub-menu {
        display: none;
    }

    .mobile-navigation ul li .sub-menu li {
        padding: 0px;
    }

    .mobile-navigation ul li .sub-menu li a {
        font-size: 24px;
        padding-left: 10px;
        line-height: 24px;
    }

    .mobile-navigation ul li i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 18px;
        position: absolute;
        right: 20px;
    }

    .boxi .home-box img {
        margin-bottom: 15px;
    }

    .graphic-modal .modal-content {
        height: auto;
    }

    .boxi {
        padding-bottom: 100px;
    }

    .red-section {
        margin-top: 50px;
    }

    .boxi .home-box h4 {
        text-align: left;
    }

    .banner-section, .banner-section video {
        height: 70vh;
    }

    .preise-column.space-between .select-wrapper {
        width: 100%;
    }

    .preise-column .neuer-alarm {
        margin: 20px 0px 0px 0px;
        width: 100%;
    }

    .preise-column .neuer-alarm::before {
        left: 15px;
    }

    .heading-title {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .service-pagee .heading-title img,
    .heading-title img {
        margin-right: 0px;
    }

}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .mobile-bg-red {
        transform: skew(0deg, -3deg) !important;
        margin-top: -15px !important;
    }

    .search-grade .grade-search,
    .search-service .service-search {
        max-width: 100%;
    }

    .banner-section video {
        height: 50vh;
    }

    .middle-footer .footer-box.first-col .firsct-col-content .red-button-footer a {
        padding: 8px 7px;
        font-size: 12px;
    }

    .left-column .head-of-table .column.top_tab {
        display: block;
        flex-flow: row;
        flex-direction: row-reverse;
    }

    .rund_title {
        min-height: 120px !important;
    }

    .table_block td.title {
        width: 100% !important;
        display: block;
        min-height: auto !important; 
        height: 35px !important;
    }
    .table_block td.desc {
        width: 100%;
        display: block;
        min-height: auto;
        height: 60px;
    }

    .uber .head th {
        display: none;
    }

}

/*ContactForm*/
.kontakt-form .neos-nodetypes-form {
    max-width: 630px;
    margin: 0 auto;
    margin-top: 30px;
}

.kontakt-form .neos-nodetypes-form .form-group.clearfix label,
.kontakt-form fieldset legend:first-of-type {
    display: none;
}

.kontakt-form [for~="contact-form-Einwilligungserklarung"],
.kontakt-form .add-on {
    display: block !important;
}
/* 
.kontakt-form [for~="contact-form-en-Einwilligungserklarung"],
.kontakt-form .add-on {
    display: block !important;
} */

.kontakt-form fieldset .form-group.clearfix:nth-of-type(1),
.kontakt-form fieldset .form-group.clearfix:nth-of-type(2) {
    width: 49%;
    display: inline-block;
}

.kontakt-form fieldset .form-group.clearfix:nth-of-type(2) {
    width: 50%;
}

.kontakt-form fieldset .form-group.clearfix:nth-of-type(1) .input,
.kontakt-form fieldset .form-group.clearfix:nth-of-type(2) .input {
    width: 95%;
}

.kontakt-form fieldset .form-group.clearfix:nth-of-type(2) .input {
    margin-left: 5%;
}

.kontakt-form fieldset .form-group.clearfix:nth-of-type(5) {
    padding: 30px 0;
}

.kontakt-form fieldset .form-group.clearfix:nth-of-type(5) .input {
    width: 15px;
}

.kontakt-form [for~="contact-form-Einwilligungserklarung"] {
    /*position: absolute;*/
    padding-left: 23px;
    margin-top: -3px;
}

.kontakt-form [for~="contact-form-en-Einwilligungserklarung"] {
    /*position: absolute;*/
    padding-left: 23px;
    margin-top: -3px;
}

.neos-nodetypes-form .form-group.clearfix {
    position: relative;
}

#contact-form-Einwilligungserklarung,
#contact-form-en-Einwilligungserklarung {
    position: absolute;
    top: 32px;
}

#contact-form .cform-error-message {
    color: #BC4D38;
    font-size: 18px;
    margin-bottom: 40px;
    padding-left: 20px;
    font-weight: bold;
}

.kontakt-form .next.submit {
    border: 0;
    opacity: 1;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

.kontakt-form .next.submit .btn.btn-primary {
    width: 280px;
    background-color: #67B255;
    border-radius: 0;
    opacity: 1;
    border: none;
}

.kontakt-form .next.submit::before {
    display: none;
}

.kontakt .contact-info a {
    color: white;
}

.bottom-section-footer {
    margin-top: -5px;
}

.home-banner-h1 {
    /*font-family: "Arial Black", Gadget, sans-serif;*/
}

li.bold-title ol li {
    font-weight: normal;
}

.bold-title {
    font-weight: bold !important;
}

.agb-dateschunz div > ol {
    list-style-type: upper-roman;
    margin-bottom: 20px;
}

.agb-dateschunz div > ol > li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.agb-dateschunz div > ol > li > ol > li {
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 0;
    color: #000;
    opacity: 1;
}

.agb-dateschunz div > ol > li > ol {
    margin-top: 20px;
}

.hideonmobile a,
.hideonmobile span {
    color: white;
}

.hideonmobile {
    position: relative;
}

.hideonmobile a {
    position: absolute;
    left: 0;
}

.red-section-metall {
    padding: 0px 0 45px 0px;
}

.red-section.rechner {
    margin-top: 0px;
}

.section-content-images.content-simplee {
    padding: 0px 0 45px 0;
}

/*Make all buttons font size 14px*/
@media (max-width: 767px) {
    .green-button, .green-button a, .red-button button, .red-button a, .btn.btn-primary {
        font-size: 15px;
        padding: 8px 8px;
    }

    .rechner-tabs .nav-item a,
    .upper-roman-number > li {
        font-size: 16px !important;
    }

    .hideonmobile {
        display: none !important;
    }

    .glossary-boxi {
        padding-top: 0;
    }

    .home-box.filled-box.service {
        box-shadow: none;
    }

    #metalTitleModal {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .zertifizierung-mainrow.show-on-xsonly .heading-title img {
        display: none;
    }

    /*.red-section.produkte.beschaffungsmanagement-main .heading-title.white-content h2{*/
    /*font-size: 21px;*/
    /*}*/
    .search-service .scrollbar .force-overflow#bodyContainer {
        min-height: 900px;
        padding: 0 1px 0 0;
    }

    .search-grade .scrollbar .force-overflow#bodyContainer {
        min-height: 900px;
        padding: 0 1px 0 0;
    }
}

@media (max-width: 450px) {
    /*.red-section.produkte.beschaffungsmanagement-main .heading-title.white-content h2{*/
    /*font-size: 17px;*/
    /*}*/
}

.mt40 {
    margin-top: 40px;
}

.show-on-xsonly {
    display: inline-block;
}

.show-on-lgonly {
    display: none;
}

@media (min-width: 768px) {
    .show-on-xsonly {
        display: none;
    }

    .show-on-lgonly {
        display: inline-block;
    }

    .container.show-on-lgonly.heading-Zertifizierung {
        display: block;
    }

    .container.zertifizierung-mainrow.show-on-lgonly {
        display: block;
    }

    .content-simplee {
        padding: 90px 0 45px 0;
    }

    .show-onmobile {
        display: none !important;
    }

    .red-4-main {
        align-items: flex-start;
    }

    .red-4-left {
        display: flex;
        flex-direction: column;
        align-self: center;
    }

    .red-section-metall {
        padding: 0px 0px 45px 0;
    }

    .hideonmd {
        display: none !important;
    }

    .thread-glossary td {
        width: 90%;
    }
}

.green-font, .green-font a, .green-font p, .green-font h6, .green-font input {
    color: #00802782 !important;
}

#succedNewimg {
    position: absolute;
    height: auto;
    width: 35px;
    top: 4px;
    left: 0;
}

.form-group-main {
    position: relative;
}

.errormsg,
.errormsg-confirm {
    font-size: 12px;
    color: #BC4D38 !important;
    padding-left: 15px;
    margin: -10px 0 10px 0;
    display: none;
}

.white-button-home a {
    padding-left: 10px !important;
    justify-content: left !important;
    align-items: left !important;
    background: white;
    width: 100%;
    border-radius: 0px;
    padding: 4px 30px;
    margin-top: 20px;
    color: #fff;
    font-size: 17px;
    font-family: 'arialregular';
    border: 1px solid #BC4D38;
}

.white-button-home span {
    color: #BC4D38 !important;
}

.red-button-home-up span::after {
    content: "\f107";
    color: white;
    font-family: FontAwesome;
    color: #BC4D38 !important;
    font-size: 30px;
    padding-left: 7px;
    position: absolute;
}

.red-button-home-down span::after {
    content: "\f106";
    font-family: FontAwesome;
    color: #BC4D38 !important;
    font-size: 30px;
    padding-left: 7px;
    position: absolute;
}

.red-button-home-up span {
    padding: 0 15px 0 10px;
}

.home-box-content h4 {
    color: #BC4D38 !important;
}

.red-button.hideonmobile.red-button-home.red-button-home-close.red-button-home-down.white-button-home span {
    padding: 0 11px 0 7px;
}

.red-button.red-button-homee {
    justify-content: left;
    margin-top: -40px;
    margin-bottom: 20px;
}

.form-control {
    color: #707070;
}

.metallpreise-table.mt80 {
    background-color: #f5f5f5;
    padding-top: 40px;
}

.white-button-all {
    justify-content: left !important;
}

.white-button-all a {
    background: white;
    color: #BC4D38 !important;
    margin-top: 10px;
}

.all-rows-qualitat {
    max-width: 810px;
    padding: 50px 0;
}

.all-rows-qualitat,
.all-rows-qualitat h3,
.all-rows-qualitat h4,
.all-rows-qualitat p {
    color: white;
}

.all-rows-qualitat h4,
.all-rows-qualitat p {
    margin-bottom: 10px;
}

.red-buttonleft {
    justify-content: left;
}

.zertifizierung-mainrow {
    padding-top: 20px;
}

.zertifizierung-left,
.zertifizierung-right {
    padding: 0 30px !important;
}

.white-content,
.white-content p,
.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content span {
    color: white !important;
}

.inner-service4rows {
    max-width: 90%;
    background-color: white;
    padding: 15px 15px 20px 15px;
}

.inner-service4rows,
.inner-service4rows p,
.inner-service4rows a,
.inner-service4rows h5 {
    color: #707070 !important;
}

.inner-service4rows .demo-all span {
    color: #000 !important;
}

.light-black,
.light-black p,
.light-black h1,
.light-black h2,
.light-black h3,
.light-black h4,
.light-black h5 {
    color: #6F6F6F !important;
}

.light-black span {
    color: #000;
}

.inner-service4rows a {
    padding-left: 0px !important;
    align-items: left !important;
    background: white;
    border-radius: 0px;
    padding: 4px 30px;
    color: #fff;
    font-size: 17px;
    font-family: 'arialregular';
    border: 1px solid #BC4D38;
    width: 100% !important;
    position: relative;
}

.inner-service4rows a span::after {
    content: "\f107";
    color: white;
    font-family: FontAwesome;
    color: #BC4D38 !important;
    font-size: 30px;
    padding-left: 7px;
    position: absolute;
    right: 9px;
}

.service-close {
    margin-top: 10px;
}

.inner-service4rows .service-close span::after {
    content: "\f106";
}

.red-section.grade-page {
    background-color: #fff;
}

.red-section.service-page {
    background-color: #F2F2F2;
}

.downloads-listt {
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
}

.downloads-listt li {
    width: 49%;
    display: inline-block;
    margin-top: 13px;
    margin-bottom: 13px;
}

.downloads-listt a {
    background-color: #BC4D38;
    padding: 3px 10px;
    margin: 20px 10px;
    color: #F2F2F2;
}

.red-section.downloads {
    /*margin-top: -50px;*/
}

.beschaffungsmanagement-main {
    height: 670px;
    margin-bottom: 140px;
}

.beschaffungsmanagement-main .red-bg {
    height: 630px;
    margin-top: 50px;
}

/*.beschaffungsmanagement-main .heading-title.white-content{*/
/*margin-top: 0;*/
/*}*/
.produkte-main .red-bg {
    position: fixed;
    top: 674px;
    z-index: -1;
}

.proodukte-grey-section {
    margin-top: -95px;
    /*padding-bottom: 35px;*/
}

.proodukte-grey-section .heading-title {
    margin-top: 170px;
}

.produkte-main {
    margin-top: 0;
}

.produkte-main .boxi {
    padding-top: 0px;
}

.red-section.rechner,
.container.zertifizierung-mainrow,
.red-section.kontakt,
.red-section.datenschutz.agb,
.red-section.registrierung {
    margin-bottom: 180px;
}

.red-section-content-3,
.red-section-content-3 .red-bg {
    height: 910px
}

.red-section-content-3 {
    margin-top: 10px;
}

.red-section-search {
    margin-top: 40px;
}

.red-section-downloads {
    margin-bottom: 40px;
}

.grade-headline-icon,
.glossary-headline-icon {
    width: 100%;
}

.grade-headline-icon img,
.glossary-headline-icon img {
    max-width: 70px !important;
    width: 100% !important;
    margin: unset !important;
}

.grade-headline-icon .heading-title,
.glossary-headline-icon .heading-title {
    margin-top: 0;
}

.grade-headline-icon .heading-title img,
.glossary-headline-icon .heading-title img {
    margin-bottom: 15px !important;
    margin-right: 20px !important;
}

.nopading {
    padding: 20px 0 30px 0;
}

.red-section.kontakt.impressum .red-bg {
    height: 480px;
}

@media all and (max-width: 768px) {
    .beschaffungsmanagement-main {
        margin-bottom: 0px;
    }

    .red-section.homethreteasers {
        margin-top: -70px;
    }

    .top-header-section .top-left-section img {
        margin-top: 0 !important;
    }

    .red-section.kontakt,
    .red-section.registrierung {
        margin-bottom: -60px;
    }

    .kontakt .home-box.filled-box.no-bg.left-side:last-of-type {
        display: none;
    }

    .section-content-images.red-section-metall {
        display: none;
    }

    .metallpreise-table.mt80 {
        margin-top: -10px
    }

    .service-pagee .heading-title img {
        display: block;
    }

    .heading-title {
        margin-top: 35px;
    }

    .service-pagee .offset-lg-1.col-sm-12.images-wrap.red-4-right {
        display: none;
    }

    .red-4-main-inner {
        padding-top: 0;
        margin-top: -60px;
    }

    .service-pagee .red-4-main-inner {
        background-color: white;
    }

    .service-pagee .red-4-main-inner,
    .service-pagee .red-4-main-inner p,
    .service-pagee .red-4-main-inner span {
        color: black;
    }

    .service-pagee .red-button-home {
        transform: skew(0deg, 3deg);
        width: 200px;
    }

    .service-pagee .red-button-home span {
        transform: unset;
        margin-top: 0px;
    }

    .beschaffungsmanagement-main .red-bg {
        height: 420px;
    }

    .beschaffungsmanagement-main .services-4rows {

        margin: 20px auto;
    }

    .beschaffungsmanagement-main .services-4rows .inner-service4rows {
        box-shadow: 0px 0px 20px 10px rgba(000, 000, 000, 0.1);
    }

    .beschaffungsmanagement-main .services-4rows .inner-service4rows a span {
        color: #BC4D38;
    }

    .services-4rows-main {
        margin-top: 70px;
    }

    .beschaffungsmanagement-redbg {
        transform: skew(0deg, -5deg) !important;
    }

    .beschaffungsmanagement-main {
        height: 100%;
    }

    #beschaffungsmanagementJump .boxi {
        padding-bottom: 0;
    }

    .zertifizierung-mainrow.show-on-xsonly {
        margin-bottom: 50px;
    }

    .zertifizierung-3rows-main {
        height: 100%;
    }

    .zertifizierung-mainrow.show-on-xsonly .heading-title {
        margin-bottom: 20px;
    }

    .proodukte-grey-section .heading-title {
        margin-top: 20px;
    }

    .container.zertifizierung-mainrow {
        margin-bottom: 140px;
    }

    .red-section.produkte.red-section-content-3.zertifizierung-3rows-main .boxi {
        padding-bottom: 50px !important;
    }

    .inner-service4rows .demo-all span {
        font-size: 12px;
        line-height: 22px;
    }
}

@media all and (max-width: 550px) {
    .beschaffungsmanagement-main .red-bg {
        height: 500px;
    }

    #contact-form .form-group.clearfix {
        width: 100% !important;
    }

    #contact-form .form-group.clearfix .input {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .services-4rows-main {
        margin-top: 110px;
    }
}

@media all and (max-width: 894px) {
    .kontakt-form fieldset .form-group.clearfix:nth-of-type(2) .input {
        margin-left: 0;
    }

    .kontakt-form fieldset .form-group.clearfix,
    .kontakt-form fieldset .form-group.clearfix .input {
        width: 100% !important;
    }
}

.lang-nav {
    display: block !important;
}

span.color a{
    color: #C46856 !important;
}

.zoom-days p {
    display: inline-block;
    margin: 0 20px;
}

.sub-menu a,
.login-popup {
    border-bottom: 0 !important;
}

@media all and (max-width: 768px) {
    .content-section-banner h4 {
        margin-bottom: 5px;
    }

    .content-section-banner .red-button.red-button-homee {
        margin-top: -10px;
    }

    .zertifizierung-3rows-main h4,
    .zertifizierung-3rows-main p {
        color: #6F6F6F !important;
    }

    .zertifizierung-3rows-main {
        margin-top: 85px;
    }

}

@media all and (max-width: 575px) {
    .inner-service4rows {
        max-width: 100% !important;
    }

    .downloads-listt li {
        width: 100% !important;
    }

    .boxi.glossary-boxi {
        padding-bottom: 0 !important;
    }

    .boxi.grade-boxi {
        padding-bottom: 0 !important;
    }

    #searchJump .home-box.filled-box.grade,
    #searchJump .home-box.filled-box.service {
        margin-bottom: 0 !important;
    }

    .red-section-downloads {
        margin-bottom: 0;
    }

    .headline-download img {
        display: block;
    }

    .headline-download .heading-title {
        margin-top: 40px;
    }

    .headline-download,
    .downloads.red-section-downloads {
        background-color: #F2F2F2;
    }

    .downloads.red-section-downloads .boxi {
        padding-top: 0px;
    }

    .red-section.downloads.red-section-downloads {
        margin-top: 0;
    }
}


@media screen and (max-width: 949px) and (min-width: 840px) {
    .inner-service4rows a {
        width: 160px !important;
    }

    .inner-service4rows a span {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 840px) and (min-width: 768px) {
    .inner-service4rows a {
        width: 150px !important;
    }

    .inner-service4rows a span {
        font-size: 11px !important;
    }
}

.collapse.show {
    margin-bottom: 20px;
}

.show-on-xsonly .heading-title h2,
.zertifizierung-mainrow.show-on-xsonly p {
    color: white;
}

.show-on-xsonly .zertifizierung-left {
    margin-bottom: 70px;
}

.show-on-xsonly .heading-title {
    margin-top: 30px;
}


@media screen and (max-width: 678px) and (min-width: 600px) {
    .zertifizierung-3rows-main {
        margin-top: 25px;
    }

    .rund_title{
        padding: 5px 13px !important;
    }
}

@media screen and (max-width: 600px) and (min-width: 550px) {
    .zertifizierung-3rows-main {
        margin-top: 25px;
    }
}

@media screen and (max-width: 550px) and (min-width: 420px) {
    .zertifizierung-3rows-main {
        margin-top: 0;
    }
}

@media screen and (max-width: 420px) and (min-width: 370px) {
    .zertifizierung-3rows-main {
        margin-top: -60px;
    }
}

@media screen and (max-width: 370px) and (min-width: 320px) {
    .zertifizierung-3rows-main {
        margin-top: -100px;
    }

    .middle-footer .footer-box.first-col .firsct-col-content .red-button-footer a {
        padding: 8px 7px;
        font-size: 12px;
    }
}

@media screen and (max-width: 450px) and (min-width: 400px) {
    .show-on-xsonly.mt80 .red-bg {
        height: 770px;
    }
}

@media screen and (max-width: 400px) and (min-width: 350px) {
    .show-on-xsonly.mt80 .red-bg {
        height: 810px;
    }
}

@media screen and (max-width: 350px) and (min-width: 320px) {
    .show-on-xsonly.mt80 .red-bg {
        height: 870px;
    }

    .kontakt .red-bg {
        height: 260px;
    }
}

@media screen and (max-width: 349px) and (min-width: 341px) {
    .zertifizierung-3rows-main {
        margin-top: -60px;
    }
}

.tab-pane .space-between {
    display: none;
    float: left;
    width: 100%;
}

.tab-pane .space-between .left-side-rez {
    width: 50%;
    float: left;
}

.tab-pane .space-between .right-side-rez {
    width: 50%;
    float: right;
}

.red-erros, .label-error {
    color: #BC4D38;
}

.red-erros::placeholder {
    color: #BC4D38;
}

.preise-column {
    position: relative;
}

.save-discard-i {
    position: absolute;
    left: -24px;
    top: 0;
}

.save-discard-i i {
    padding: 3px;
    display: block;
}

.save-discard-i .fa.fa-times {
    color: #BC4D38;
}

.save-discard-i .fa.fa-check {
    color: green;
}

.all-columns {

}

.all-columns p {
    /*display: table-cell;
    vertical-align: middle;*/
}

#jump-beschaffungsmanagementJump {
    position: absolute;
    top: -140px;
    visibility: hidden;
    z-index: -100;
    opacity: 0;
    height: 0;
    width: 0;
}

#jump-searchGlossary {
    position: absolute;
    top: -70px;
    visibility: hidden;
    z-index: -100;
    opacity: 0;
    height: 0;
    width: 0;
}

#jump-mainHeadline {
    position: absolute;
    top: -166px;
    visibility: hidden;
    z-index: -100;
    opacity: 0;
    height: 0;
    width: 0;
}

#jump-DownloadSection {
    position: absolute;
    top: -340px;
    visibility: hidden;
    z-index: -100;
    opacity: 0;
    height: 0;
    width: 0;
}

#jump-DownloadSection h2 {
    margin-top: 20px;
}

#jump-Lieferprogramm {
    position: absolute;
    top: -360px;
    visibility: hidden;
    z-index: -100;
    opacity: 0;
    height: 0;
    width: 0;
}

.relative-class {
    position: relative;
}

.red-button.red-button-home.red-button-home-up.white-button-home,
.red-button.red-button-home.red-button-home-close.red-button-home-down.white-button-home {
    justify-content: left;
}

.red-button.red-button-home.red-button-home-close.red-button-home-down.white-button-home span,
.services-4rows span {
    padding: 0 11px 0 7px;
}

#calc_2_appearance {
    background-color: white !important;
}

#calc_2_appearance-select::after {
    display: none;
}

.home-box.filled-box.kontakt-form h6 b {
    color: #707070;
}

.footer-box.first-col.plr15 p,
.contact-info ul li {
    opacity: 1 !important;
}

a.download-btn-red {
    background-color: #BC4D38;
    padding: 3px 10px;
    margin: 0;
    color: #fff;
}

.form-results a.download-btn-red {
    color: white;
}

.content-section-banner p, .content-section-banner > div > span {
    opacity: 1;
    font-weight: 100;
}

.white-button-home a,
.inner-service4rows a {
    border: 2px solid #BC4D38;
    border-radius: 2px;
}

.white-button-home span,
.inner-service4rows a span {
    font-weight: bold;
    font-family: sans-serif;
    color: #BC4D38;
}

.produkte-main span.red-color {
    font-size: 14px;
}

.all-columns {
    display: flex;
    align-items: center
}

.column-td-head p {
    opacity: 1;
}

.zoom-days p {
    cursor: pointer;
}

.service-close,
.inner-service4rows span {
    width: 130px !important;
}

@media screen and (max-width: 1030px) and (min-width: 768px) {
    .services-4rows {
        flex: unset !important;
        width: 49%;
        max-width: 49%;
        margin-bottom: 40px;
    }

    .red-bg.beschaffungsmanagement-redbg {
        height: 720px;
    }

    .beschaffungsmanagement-main {
        height: 720px;
    }
}

@media screen and (max-width: 949px) and (min-width: 768px) {
    .inner-service4rows .service-close {
        width: 114px !important;
    }
}

.form-group.clearfix.error .form-control.error {
    border: 1px solid #BC4D38;
}

.form-group.clearfix.error .help-inline {
    display: none;
}

.form-group.clearfix.error .form-control.error::placeholder {
    color: #BC4D38;
}

.home-box.filled-box.kontakt-form .col-sm-12:first-child {
    padding-left: 0;
}

.services-4rows a {
    display: block;
}

.demo-all span {
    padding-left: 0;
}

.head-of-table .column:nth-of-type(7) .all-columns {

}

#contact-form-Einwilligungserklarung,
#contact-form-en-Einwilligungserklarung {
    width: 13px;
    height: 13px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.logout-url {
    cursor: pointer;
}

#contact-form-Einwilligungserklarung:checked,
#contact-form-en-Einwilligungserklarung:checked {
    background-color: gray;
    width: 7px;
    height: 7px;
    top: 35px;
    left: 3px;
}

.form-group.clearfix label.add-on::before {
    content: " ";
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 32px;
}

.container.zertifizierung-mainrow .heading-title h2,
.container.zertifizierung-mainrow .col-md-6.col-sm-12 p {
    color: white !important;
}

.red-section.produkte.red-section-content-3.zertifizierung-3rows-main .all-rows-qualitat h4 {
    color: #5D5846 !important;
    font-weight: 700;
}

.red-section.produkte.red-section-content-3.zertifizierung-3rows-main .all-rows-qualitat p {
    color: #000;
}

.red-section.produkte.red-section-content-3.zertifizierung-3rows-main .white-button-all a {
    background: #BC4D38 !important;
    color: white !important;
}

.red-section.produkte.red-section-content-3.zertifizierung-3rows-main .boxi {
    padding-top: 0px;
    padding-bottom: 110px;
}

.red-section.kontakt {
    margin-top: 0px;
}

@media screen and (max-width: 768px) {
    .zertifizierung-right .red-button.white-button-all,
    .zertifizierung-left .red-button.white-button-all {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1310px) and (min-width: 1057px) {
    .mt80.zertifizierung-maintitle .red-bg {
        height: 530px;
    }
}

@media screen and (max-width: 1056px) and (min-width: 881px) {
    .mt80.zertifizierung-maintitle .red-bg {
        height: 530px;
    }
}

@media screen and (max-width: 881px) and (min-width: 768px) {
    .mt80.zertifizierung-maintitle .red-bg {
        height: 620px;
    }

    .iso-buttonn span {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) and (min-width: 616px) {
    .mt80.zertifizierung-maintitle .red-bg {
        height: 620px;
    }
}

@media screen and (max-width: 615px) and (min-width: 527px) {
    .mt80.zertifizierung-maintitle .red-bg {
        height: 730px;
    }
}

@media screen and (max-width: 526px) and (min-width: 459px) {
    .mt80.zertifizierung-maintitle .red-bg {
        height: 760px;
    }
}

@media screen and (max-width: 458px) and (min-width: 419px) {
    .mt80.zertifizierung-maintitle .red-bg {
        height: 800px;
    }
}

@media screen and (max-width: 418px) and (min-width: 377px) {
    .mt80.zertifizierung-maintitle .red-bg {
        height: 850px;
    }
}

@media screen and (max-width: 377px) and (min-width: 343px) {
    .mt80.zertifizierung-maintitle .red-bg {
        height: 910px;
    }
}

@media screen and (max-width: 343px) and (min-width: 315px) {
    .mt80.zertifizierung-maintitle .red-bg {
        height: 955px;
    }
}

.preiswarner > p {
    margin: 0 0 20px 0 !important;
}

.content-images img {
    width: 100%;
    max-height: 181px;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 768px) {
    #jump-beschaffungsmanagementJump {
        position: absolute;
        top: -48px;
        visibility: hidden;
        z-index: -100;
        opacity: 0;
        height: 0;
        width: 0;
    }

    #jump-searchGlossary {
        position: absolute;
        top: -60px;
        visibility: hidden;
        z-index: -100;
        opacity: 0;
        height: 0;
        width: 0;
    }

    #jump-mainHeadline {
        position: absolute;
        top: -74px;
        visibility: hidden;
        z-index: -100;
        opacity: 0;
        height: 0;
        width: 0;
    }

    #jump-DownloadSection {
        position: absolute;
        top: -190px;
        visibility: hidden;
        z-index: -100;
        opacity: 0;
        height: 0;
        width: 0;
    }

    #jump-Lieferprogramm {
        position: absolute;
        top: -260px;
        visibility: hidden;
        z-index: -100;
        opacity: 0;
        height: 0;
        width: 0;
    }
}

@media (max-width: 768px) {
    .section-content-images.content-simplee span {
        font-size: 12px;
        line-height: 22px;
    }

    .section-content-images.content-simplee {
        margin-top: 15px;
        padding: 0 15px;
    }

    .kontakt-form [for~="contact-form-Einwilligungserklarung"] {
        font-size: 12px;
        line-height: 22px;
    }
    .kontakt-form [for~="contact-form-en-Einwilligungserklarung"] {
        font-size: 12px;
        line-height: 22px;
    }
}

.section-content-images.service-pagee {
    padding-top: 0px;
}

.rechner .tab-content .tab-pane:nth-child(1):before {
    content: "";
    background-image: url(/_Resources/Static/Packages/Neos.Demo/Images/before-triangleangle-left.png);
    width: 190px;
    height: 111px;
    position: absolute;
    top: -110px;
    left: -30px;
}

.rechner .tab-content .tab-pane:nth-child(2):before {
    content: "";
    background-image: url(/_Resources/Static/Packages/Neos.Demo/Images/before-triangleangle-center.png);
    width: 220px;
    height: 111px;
    position: absolute;
    top: -110px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.rechner .tab-content .tab-pane:nth-child(3):before {
    content: "";
    background-image: url('/_Resources/Static/Packages/Neos.Demo/Images/before-triangleangle-right.png');
    width: 190px;
    height: 111px;
    position: absolute;
    top: -110px;
    right: -10px;
}

/*Firefox on Mac*/
@supports (-moz-osx-font-smoothing:auto) {
    .modal-open {
        padding-right: 0 !important;
    }
}

@media all and (min-width: 768px) and (max-width: 820px) {
    #submitLogin {
        font-size: 12px;
        width: 226px !important;
    }
}

@media all and (min-width: 768px) and (max-width: 768px) {
    .beschaffungsmanagement-main {
        height: 760px;
    }

    .col-sm-12.col-md-5.col-lg-5.mobile-bg-red.red-4-left.red-4-main-inner {
        flex: unset;
        width: 100%;
        max-width: 100%;
    }

    .red-bg.beschaffungsmanagement-redbg {
        height: 810px;
    }

    .red-section.produkte.beschaffungsmanagement-main#beschaffungsmanagementJump {
        height: 900px;
    }

    .section-content-images.service-pagee .red-button.red-button-home.red-button-home-up.white-button-home,
    .section-content-images.service-pagee .red-button.red-button-home.red-button-home-close.red-button-home-down.white-button-home {
        transform: skew(0deg, 0deg) !important;
    }

    .section-content-images.service-pagee {
        margin-bottom: 90px;
    }

    .red-section.no-red-section.mb50.homethreteasers {
        margin-top: 0;
    }

    .grey-section.proodukte-grey-section {
        margin-top: 0;
    }
}

.part-of-results {
    display: none;
}

.neos-nodetypes-form {
    max-width: 100% !important;
}

.neos-nodetypes-form .show-msgg {
    text-align: left !important;
}

.home-box.filled-box.kontakt-form {
    min-height: 250px;

}

.chart-svg {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 30px;
}

.metallpreise-table.mt80 td {
    position: relative;
}

.red-button-footer {
    justify-content: left !important;
}

.middle-footer .firsct-col-content p,
.middle-footer .firsct-col-content li,
.middle-footer .firsct-col-content span,
.middle-footer .firsct-col-content a {
    line-height: 21px;
}

.all-categoryParent:hover {
    text-decoration: underline;
}

.heading-title img {
    margin-bottom: 0 !important;
}

@media all and (min-width: 768px) {
    .img-login {
        max-width: 70px;
        width: 100%;
        position: absolute;
        left: 120px;
        top: 5px;
    }

    .modal-header-login {
        margin-top: 15px;
    }
}

@media all and (max-width: 767px) {
    .img-login {
        display: none;
    }
}

.metallpreise-table .calendar span {
    display: none;
}

.print-ic {
    width: 70px;
    height: 40px;
    margin-left: -80px;
}

.all-categoryParent {
    cursor: pointer;
}

label[for="contact-form-Einwilligungserklarung"] span.required {
    display: none;
}

label[for="contact-form-en-Einwilligungserklarung"] span.required {
    display: none;
}


/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 12px;
    }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 12px;
    }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 12px;
    }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 12px;
    }
}

button:focus {
    outline: 0;
}

.top-gray-table.head-of-table .column .grey-colum {
    min-height: 30px;
    flex-wrap: wrap;
}

.left-column .top-gray-table.head-of-table .column p {
    font-weight: normal;
}

.left-column .top-gray-table.head-of-table .column .first p {
    font-weight: bold;
    width: auto;
    white-space: nowrap;
}

.left-column .top-gray-table.head-of-table .column .zulassungen p {
    white-space: break-spaces;
}

.empty-column {
    width: 20px;
    background-color: transparent !important;
}

.slip-bottom-table tr:nth-child(even) {
    background-color: transparent;
}

.slip-bottom-table tr td, .slip-bottom-table tr th {
    border: none;
    background: #ddd;
}

.slip-bottom-table {
    border: none;
}

.slip-bottom-table .fullbg-td {
    background: #ddd;
}

.grey-section.proodukte-grey-section.disable .container{
    display: none !important;
}

/*To top*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: transparent; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 18px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    background-image: url('/_Resources/Persistent/85109a09514e908dfe3da3fef45a771a5249dfdb/backtotop.svg');
}

#myBtn:hover {
    background-color: transparent; /* Add a dark-grey background on hover */
    background-image: url('/_Resources/Persistent/85109a09514e908dfe3da3fef45a771a5249dfdb/backtotop.svg');
}

/*Grade Info text*/
.form_values .ueber p {
    font-size: 15px !important;
}

.rund_title {
    display: block;
    background: transparent;
    padding: 13px;
    min-height: 60px;
}

p.grade_no {
    color: #BC4D38;
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 10px;
}

/*bottom table new*/
.uber .head th {
    width: 33.333%;
}

.table_block td.title {
    background: #ddd;
    min-height: 70px;
    height: 100%;
    font-weight: bold;
    padding: 21px 13px;
    width: 8%;

}

td:empty {
    display: none;
}

tr:empty {
    display: none;
}

.table_block tr:nth-child(even) {
    background-color: transparent !important;
}

td.desc {
    background: #ddd;
    min-height: 70px;
    height: 70px;
    padding: 21px;
}

table.table_block {
    width: 100%;
    margin-top: 50px;
}

.table_block tr {
    /*min-height: 70px;
    margin: 0px auto;*/
}

/*custom css for table*/
  
table.uber {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  
  @media screen and (max-width: 1024px) {
    table.uber {
      border: 0;
    }
    
    table.uber thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }

    .uber .head th {
        display: none;
    }
    
    table.uber tr {
      display: block;
      margin-bottom: .625em;
    }
    
    table.uber td {
      display: block;
      text-align: left;
    }
    
    table.uber td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table.uber
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      width: 100%;
    }
    
    table.uber td:last-child {
      border-bottom: 0;
    }

    .table_block td.title {
        width: 100% !important;
        display: block;
        min-height: auto !important;
        height: 60px !important;
        padding: 21px;
    }

    .table_block td.desc {
        width: 100%;
        display: block;
        min-height: auto;
        height: auto;
    }

  }

  /*glossary alpha filter*/
.alpha_filter {
    white-space: nowrap;
    text-align: center;
}

.alpha_filter .btn {
    padding: .375rem 0.600rem;
}

.alpha_filter .btn:hover {
    color: rgb(196,104,86);
    box-shadow: 0 0 .2rem rgba(196,104,86,1);
}

.btn.focus, 
.btn:focus {
    box-shadow: 0 0 .2rem rgba(196,104,86,1);
}

.empty_td,
.title.empty_td, 
.desc.empty_td {
    display: none;
}
