/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 15.01.2021, 11:36:00
    Author     : Alberto Iturria
*/

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/* @import url(http://allfont.de/allfont.css?fonts=arial-narrow); */


@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*
@font-face {
    font-family: "Antic Slab";
    src: url("../Fonts/AnticSlab-Regular.ttf") format('truetype');
}
*/
* {
    box-sizing: border-box;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}


html, body {
    /* position: relative; */
    /* min-height: 100%; */
    height: 100%;
}


body {
    font-family: "Work Sans", Arial, Helvetica, sans-serif !important;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    display: -webkit-flex;
    -ms-flex-direction: column;
    align-items: stretch;
}


.tx-dogrel-downloadportal {
    margin-top: 100px;
    flex: 1 1 auto;
    -ms-flex: 1;
    -webkit-flex: 1;
}

.tx-dogrel-downloadportal-plugin {
    margin-top: 200px;
    flex: 1 1 auto;
    -ms-flex: 1;
    -webkit-flex: 1;

}

.login-container {
    margin-top: 150px;
    flex: 1 1 auto;
    -ms-flex: 1;
    -webkit-flex: 1;
}

.login-content-div {
    border: 1px solid #E18741;
    background: white;
    border-radius: 25px;
}

code {
    font-size: 80%;
}


/* Anfrageformular */

#orderTable {
    width: 100%;
}

.hideShowCell {
    display: none;
}

.hideShowCell > a {
    color: black;
}



.showHideText {
    padding-left: 15px;
    font-size: small;
}

.bg-black {
    background-color: black !important;
    color: white;
}


#orderTableCaption:hover {
    cursor: pointer;
}

/* START automatischer Zähler in CSS */
#orderTableBody {
    counter-reset: section;                      /* Setzt den Zeilenzähler auf 0 */
}

#rowCounter > span::before {
    counter-increment: section;                 /* Erhöht den Abschnittszähler */
    content: counter(section);                  /* Zeigt den Zähler an */
}

/* ENDE automatischer Zähler in CSS */

/* Navbar settings */
.navbar {
    min-height: 80px !important;
    background-color: rgba(248, 248, 248, 0.9);
    font-size: 20px;
    border-bottom: 1px solid rgb(231,231,231) !important;
}

.navbar-dark {
    /* border-bottom: 1px solid red; */
}

.navbar-custom {
    background-color: white !important;
    box-shadow: none !important;
    border-bottom: none !important;
}

#navbar-toggler {

}

.nav-item {
    /* border-left: 1px solid rgb(231,231,231) !important; */
    border-right: 1px solid #adadad;
}

.nav-item-no-border {
    border-right: none;
}

.nav-item:last-child {
    /* border-left: 1px solid rgb(231,231,231) !important; */
    border-right: none;
}


a.nav-link {
    _color: rgb(0,65,160) !important;
    _color: rgb(0,134,198) !important;
    padding:0;
    color: #e18741;
}

a.nav-link:hover {
    text-decoration: underline;
}

.validation_error_msg {
    color:red;
}

.topalign {
    vertical-align: top;
}

.dogrel_blau {
    color: #0085c5;
}

.prepend-width {
    width: 41px;
}


.light-gray {
    background-color: #F1F1F1 !important;
}

a.link-special {
    text-decoration: none !important;
    color: black;
    font-size: 14px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-140 {
    margin-top: 140px;
}


.btn-dogrel {
    background-color: #0085c5;
    border-color: #0085c5;
    color: white;
}

.breadcrumb-item a {
    color: #CBCBCB;
}

.breadcrumb-item.active a {
    text-decoration: underline;
}

.breadcrump-nav  {
    background-color: #FFFFFF !important;
}

.red-color {
    color: red;
}

#projectsTable th {
    cursor: pointer;
}

/* LOGIN Formular */
ul.typo3-messages {
    list-style-type: none;
    font-size: 16px;
    padding:0;
}


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

    .tx-dogrel-downloadportal {
        margin-top: 130px;
    }

    p.card-text {
        font-size: 12px !important;
    }

    .footer > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    p.footer-text {
        font-size: 16px;
    }

    h3.titel_startseite {
        font-size: 1.2em;
        padding-top: 10px;
    }

    .link-special p {
        font-size: 14px;
    }

    .login-header-title h3 {
        font-size: 22px !important;
        padding-top: 20px;
    }

    .headerCol {
        font-size: xx-small;
    }

    .customerSvgLogo {
        width: 120px;
    }

    #headerCustomerName {
        display: none;
    }

    #tree, .subtree {
        display: flex;
        flex-wrap: wrap;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 577px) and (max-width: 768px) {

    .footer > .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }

    .footer-note {
        font-size: 14px;
        font-weight: bold;
        color: white;
    }

    p.footer-text {
        font-size: 18px;
    }

    h3.titel_startseite {
        font-size: 1.4em;
    }

    .login-header-title h3 {
        font-size: 18px !important;
        padding-top: 20px;
    }

    .headerCol {
        font-size: x-small;
    }

    .customerSvgLogo {
        width: 120px;
    }

    #headerCustomerName {
        display: none;
    }
    #tree, .subtree {
        display: flex;
        flex-wrap: wrap;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 769px) and (max-width: 992px) {

    .footer > .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }

    p.footer-text {
        font-size: 18px;
    }

    .login-header-title h3 {
        font-size: 20px !important;
        padding-top: 20px;
    }

    .headerCol {
        font-size: x-small;
    }

    .customerSvgLogo {
        width: 120px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 993px) and (max-width: 1199px) {

    p.footer-text {
        font-size: 16px;
    }

    .headerCol {
        font-size: small;
    }

}

@media (min-width: 1200px) {

    .footer > .container-fluid {
        line-height: 15px; /* Vertically center the text there */
    }

}

.card-text-size {
    font-size: small;
}

/* Footer */
footer ul {
    list-style: none;
    padding-left: 0;
}

footer {
     /* background-color: #555; */
    /* background-color: rgb(52, 52, 52); */
    /* background-color: rgb(242, 242, 242); */
    background: #ececec;
    color: #363d43;
    /* color: #bbb; */
    line-height: 1.5;
}
footer a {
    text-decoration: none;
    color: #363d43;
}
footer a:hover {
    text-decoration: underline;
    color: #E18741;
}
.ft-title {
    color: #e18741;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
    font-size: 1.375rem;
    padding-bottom: 0.625rem;
    font-weight: bolder;
}

.ft-main {
    padding: 1.25rem 1.875rem;
    display: flex;
    flex-wrap: wrap;
}
.ft-main-item {
    padding: 1.25rem;
    min-width: 12.5rem /*200px*/;
}

.ft-social {
    padding: 0 1.875rem 1.25rem;
}
.ft-social-list {
    display: flex;
    justify-content: center;
    border-top: 1px #777 solid;
    padding-top: 1.25rem;
}
.ft-social-list li {
    margin: 0.5rem;
    font-size: 1.25rem;
}

.ft-legal {
    padding: 0.9375rem 1.875rem;
    /* background-color: #333; */
    background-color: rgb(0, 0, 0);
    color: white;
}
.ft-legal-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ft-legal-list li {
    margin: 0.125rem 0.625rem;
    white-space: nowrap;
}
/* one before the last child */
.ft-legal-list li:nth-last-child(2) {
    flex: 1;       /* same as flex-grow: 1; */
}

@media only screen and (min-width: 29.8125rem /*477px*/) {
    .ft-main {
        justify-content: space-around;
    }
}
@media only screen and (min-width: 77.5rem /*1240px*/ ) {
    .ft-main {
        justify-content: space-evenly;
    }
}

/* TOP button */
#button {
    display: inline-block;
    /* background-color: #FF9800; */
    /* background-color: #0f6674; */
    /* background-color: rgb(227, 6, 19);*/
    background-color: #e18741;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 48px;
    right: 10px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    /* content: "\f077"; */
    content: url("../Icons/chevron-up.svg");
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    /* background-color: rgb(227, 6, 19); */
    background-color: #e18741;
    border: 1px solid white;
}

#button:active {
    /* background-color: rgb(227, 6, 19); */
    background-color: #e18741;
}

#button.show {
    opacity: 1;
    visibility: visible;
    visibility: visible;
}

/* Styles for the content section */

@media (min-width: 500px) {
    #button {
        margin: 30px;
    }
}

.searchFieldIcon:hover {
    cursor: pointer;
}

.textfield-error {
    outline: none !important;
    border:1px solid #da0f15;
    box-shadow: 0 0 10px #da0f15;
}

/* PDF table styles */
.pdfHeader {
    background-color: #0b0b0b;
    color: #FFFFFF;
    font-family: "Work Sans";
}

#pdfTable {
    with: 100%;
    border-spacing: 10px;
    border-collapse: separate;
}

.pdfTableCustomerData > tr > td {
    font-family: "Work Sans";
}

#pdfTable > tbody > tr > td {
    font-family: "Work Sans";
}

.articleCell {
    font-family: "Work Sans";
    font-size: 10px;
}

#orderTableCaption > a  {
    color: black;
}

/* box shadow */
.card-box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.sales-area-card-footer {
    background-color: white;
    border-top: none;
}

/* dropdown item language menu */
.dropdown-item-lang {
    display: block;
    width: 100%;
    padding: 0;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

div.frame > ul > li  {
    list-style-position: inside;
    margin-left: 1.5em;
}

#overViewForm > img:hover {
    cursor: pointer;
}

/* Header images */
#image_header_overview {
    background-image: url('../Image/Titelbild_Header_orange_96dpi.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    _background-size: contain;
    overflow: hidden;
    width: 100%;
    height: 35vh;
}

#image_header_machine-list {
    background-image: url('../Image/Titelbild_Header_orange_96dpi.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    _background-size: contain;
    overflow: hidden;
    width: 100%;
    height: 35vh;
}

#image_header_ersatzteil-kataloge {
    background-image: url('../Image/ersatzteil_kataloge.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    _background-size: contain;
    overflow: hidden;
    width: 100%;
    height: 35vh;
}

/*
#image_header_machine-list-mobile {
    background-image: url('../Image/Titelbild_Header_orange_96dpi.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    _background-size: contain;
    overflow: hidden;
    width: 100%;
    height: auto;
}
*/
/* Center the loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 80px;
    height: 80px;
    margin: -76px 0 0 -76px;
    _border: 16px solid #cd0a0a;
    border: 16px solid #e18741;
    _border: 16px solid #f3f3f3;
    border-radius: 50%;
    _border-top: 16px solid #3498db;
    border-top: 16px solid #000000;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/**
*   FolderTree styles new
*/
ol {
    display:inline-block; _position: relative; float: left; clear: left;
    margin:.25em;
    padding:0;
}
ol:before {
    content:""; position: absolute; z-index: 1;
    top:.25em; right:auto; bottom:0; left: 1.75em;
    margin: auto;
    border-right: dotted black .1em;
    width: 0; height: auto;
    _background: blue;
}
ol:after{
    content: "-"; position: absolute; z-index: 3;
    top:0; left:-.5em;
    margin:.65em; padding:0;
    width:.8em; height: .8em;
    text-align:center; line-height: .6em; font-size: 1em;
    _background: blue;
}
ol>li{
    display: block; position: relative; float: left; clear: both;
    right:auto;
    padding-left: 1em;
    width:auto;
    text-align: center; color:white;
    _background: gray;
}
ol>li>input{
    display:block; position: absolute; float: left; z-index: 4;
    margin:0 0 0 -1em; padding:0;
    width:1em; height: 2em;
    font-size: 1em;
    opacity: 0;
    cursor: pointer;
}
ol>li>input:checked~ol:before{
    display: none;
}
ol>li>input:checked~ol:after{
    content: "+"
}
ol>li>input:checked~ol *{
    display: none;
}
ol>li>span{
    display: block; position: relative; float: left; z-index: 3;
    margin:.25em; padding:.25em;
    _background: lightblue;
}
ol>li>span:after{
    content: ""; display: block; position: absolute;
    left:-1em; top:0; bottom:0;
    margin: auto .25em auto .25em;
    border-top: dotted black .1em;
    width: .75em; height: 0;
}

ol>li:last-child:before{
    content: ""; display: block; position: absolute; z-index: 2;
    top:1em; left:0; bottom:-.25em;
    width:.75em; height:auto;
    _background:lightblue;
}

#tree{
    position: relative; /* font-family: "Georgia"; */
}
#tree:before{
    left:.5em;
}
#tree:after{
    display: none;
}

/*decoration*/
ol,ol>li:last-child:before{
    background: white;
}
ol>li{
    background: transparent;
}
ol:after{
    background: white;
    color: black;
    border:solid gray 1px;
    border-radius: .1em;
}
ol>li>span{
    border-radius: .25em;
    color: black;
    background: white;
}
ol>li>input~span:before{
    content:""; display: inline-block;
    margin: 0 .25em  0 0;
    width:1em; height: 1em; ;line-height: 1em;
    background: url("data:image/vnd.microsoft.icon;base64,AAABAAEAEBAAAAAAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAQAQAAAAAAAAAAAAAAAAAAAAAAAD///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAAABwAAABcAAAAbAAAAGwAAABsAAAAbAAAAGwAAABsAAAAbAAAAGwAAABsAAAAbAAAAGwAAABcAAAAPAAAACQNMcIsDZJS3A2SUtwNklLcDZJS3A2SUtwNklLcDZJS3A2SUtwNklLcDZJS3A2SUtwNklLcDTHCTAAAAHwAAABEDbqSpb8Hn/4bQ7/+Fz+7/hc/u/4XP7v+Fz+7/hc/u/4XP7v+Fz+7/hc/u/4XP7v+H0PD/OpfDyQJcikX///8BA3i0m1e13/+N1vH/h9Hu/4fR7v+H0e7/h9Hu/4fR7v+H0e7/h9Hu/4fR7v+H0e7/iNHu/3jJ6e0CgL97////AQJ8uZdGrdz/l9/2/5Tb9P+U2/T/lNv0/5Tb9P+U2/T/lNv0/5Tb9P+U2/T/lNv0/5Tb9P+b4fj/JpvTnQKGyCMCf76TYL7n/4XX8v+h5vr/oOX6/6Dl+v+g5fr/oOX6/6Lo+v+l6vv/per7/6Xq+/+l6vv/puz7/2vJ68kCis9VAoLCj33P8P9px+z/r/P//63x/v+t8f7/rfH+/63x/v+Y5fj/SbLj/0my4/9JsuP/Tbbl/wKKz8UCjtZ9Ao7WfQKFx4uW3vb/Trjn/0645/9OuOf/Trjn/0645/9OuOf/Trjn/4HR8P+S2vP/ktrz/5ng9v8ChceL////Af///wECiMuHn+X5/5jf9v+Y3/b/mN/2/5jf9v+Y3/b/mN/2/5jf9v+Y3/b/mN/2/5jf9v+f5fn/AojLh////wH///8BAorPg6Pp+/+d4/n/neP5/53j+f+d4/n/neP5/53j+f+d4/n/neP5/53j+f+d4/n/o+n7/wKKz4P///8B////AQKN0oGo7f3/ouf7/6Ln+/+i5/v/ouf7/6Ln+/+i5/v/ouf7/6Ln+/+i5/v/ouf7/6jt/f8CjdKB////Af///wECj9Z9rvP//6vw/v+r8P7/q/D+/6vw/v+r8P7/q/D+/6vw/v+r8P7/q/D+/6vw/v+u8///Ao/Wff///wH///8BApHZXQKR2XsCkdl7ApHZewKR2XsCkdl7ApHZe/7+/f/19e7/6+vd//7JQf/0ti7/ApHZewKR2V3///8B////Af///wH///8B////Af///wH///8B////AQKS2ysCktt5ApLbeQKS23kCktt5ApLbeQKS2yv///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//w==");
    background-repeat:no-repeat;
    background-size:contain;
}
ol>li>input:checked~span:before{
    background-image: url("data:image/vnd.microsoft.icon;base64,AAABAAEAEBAAAAAAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAQAQAAAAAAAAAAAAAAAAAAAAAAAD///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAAABwAAABcAAAAbAAAAGwAAABsAAAAbAAAAGwAAABsAAAAbAAAAGwAAABsAAAAbAAAAGwAAABsAAAAXAAAABwNMcIsDZJS3A2SUtwNklLcDZJS3A2SUtwNklLcDZJS3A2SUtwNklLcDZJS3A2SUtwNklLcDZJS3A2SUtwNMcIsDbqSphs/w/4LL7f+Cy+3/gsvt/4LL7f+Cy+3/gsvt/4LL7f+Cy+3/gsvt/4LL7f+Cy+3/gsvt/4bP8P8DbqSpA3i0m4bP7v99yOj/fcjo/33I6P99yOj/fcjo/33I6P99yOj/fcjo/33I6P99yOj/fcjo/33I6P+Gz+7/A3i0mwJ8uZeK0/D/gszr/4LM6/+CzOv/gszr/4LM6/+CzOv/gszr/4LM6/+CzOv/gszr/4LM6/+CzOv/itPw/wJ8uZcCf76Tj9fy/4fQ7f+H0O3/h9Dt/4fQ7f+H0O3/h9Dt/4fQ7f+H0O3/h9Dt/4fQ7f+H0O3/h9Dt/4/X8v8Cf76TAoLCj5Tb9P+N1fD/jdXw/43V8P+N1fD/jdXw/43V8P+N1fD/jdXw/43V8P+N1fD/jdXw/43V8P+U2/T/AoLCjwKFx4uZ4Pb/ktrz/5La8/+S2vP/ktrz/5La8/+S2vP/ktrz/5La8/+S2vP/ktrz/5La8/+S2vP/meD2/wKFx4sCiMuHn+X5/5jf9v+Y3/b/mN/2/5jf9v+Y3/b/mN/2/5jf9v+Y3/b/mN/2/5jf9v+Y3/b/mN/2/5/l+f8CiMuHAorPg6Pp+/+d4/n/neP5/53j+f+d4/n/neP5/53j+f+j6fr/o+n6/6Pp+v+j6fr/o+n6/6Pp+v+m7Pv/AorPgwKN0oGo7f3/ouf7/6Ln+/+i5/v/ouf7/6Ln+/+r8P3/jNDt/4HF5/+Bxef/gcXn/4HF5/+Bxef/gcXn/wKN0oECj9Z9rvP//6vw/v+r8P7/q/D+/6vw/v+u8///j9Pv/4/T7/+r8P7/q/D+/6vw/v+r8P7/q/D+/67z//8Cj9Z9ApHZXQKR2XsCkdl7ApHZewKR2XsCkdl7ApHZewKR2Xv+/v3/+Pjz//Dw5v/p6dv//slB//S2Lv8Ckdl7ApHZXf///wH///8B////Af///wH///8B////Af///wECktsrApLbeQKS23kCktt5ApLbeQKS23kCktt5ApLbK////wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//w==");
}

ol>li.tree-document-pdf span:before {
    content:""; display: inline-block;
    margin: 0 .25em  0 0;
    width:1em; height: 1em; ;line-height: 1em;
    background: url(../Image/pdf.png);
    background-repeat:no-repeat;
    background-size:contain;
}

ol>li.tree-document-img span:before {
    content:""; display: inline-block;
    margin: 0 .25em  0 0;
    width:1em; height: 1em; ;line-height: 1em;
    background: url(../Image/image.png);
    background-repeat:no-repeat;
    background-size:contain;
}

ol>li.tree-document-document span:before {
    content:""; display: inline-block;
    margin: 0 .25em  0 0;
    width:1em; height: 1em; ;line-height: 1em;
    background: url(../Image/document.png);
    background-repeat:no-repeat;
    background-size:contain;
}

ol>li>span a {
    text-decoration: none;
    color: black;
}

ol>li>span a:hover {
    text-decoration: underline;
    color: #0d6efd;
}


/* mobile version */
li.list-group-item > span.pdf {
    background: url(../Image/pdf.png);
    background-repeat:no-repeat;
    background-size:contain;
    margin-left: 0.25em;
}

li.list-group-item > span.img {
    background: url(../Image/image.png);
    background-repeat:no-repeat;
    background-size:contain;
    margin-left: 0.25em;
}

li.list-group-item > span.document {
    background: url(../Image/document.png);
    background-repeat:no-repeat;
    background-size:contain;
    margin-left: 0.25em;
}


/* rhombus in footer */
footer.rhombus {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    _height: 100%;
    background-color: blue;
    transform: skewY(-6deg);
    transform-origin: top right;
    border-radius: 25px;
}

/**/

.nested {
    display: none;
    margin-left: 20px;
}
.caret {
    cursor: pointer;
    user-select: none;
}
.caret::before {
    display: inline-block;
    content: "\25B6";           /* Right-pointing triangle */
    color: black;
    margin-right: 6px;
}

.caret-down::before {
    transform: rotate(90deg);   /* Downward-pointing triangle */
}
