/*
 *  Copyright (C) SCHUNK GmbH & Co. KG - All Rights Reserved
 *  Unauthorized copying of this file, via any medium is strictly prohibited
 *  Proprietary and confidential
 *  Written by Thomas Rutschke thomas.rutschke@rutschkeconsulting.com, November 2022
 */
/*
    Contains header css
    Created on : 06.02.2024, 08:20:03
    Author     : ThomasRutschke
*/

html {
    overflow-y: scroll;
    font-family: "Calibri", "Helvetica", "Tahoma", "Arial", sans-serif;
    /*font-size: 16px;*/
    font-size: 12px;
    line-height: 23px;
    color: #333333;   
}

.schunk-btn-icon-arrowBlueDummy {
    width: 20px;
    height: 35px;
    cursor: default;
    margin: 0px 20px;
    background: url(../images/arrowBlueDummy.png);
    background-size: 20px 35px;;
}

.schunk-btn-icon-arrowBlueLeft {
    width: 20px;
    height: 35px;
    cursor: pointer;
    margin: 0px 20px;
    background: url(../images/arrowBlueLeft.png);
    background-size: 20px 35px;;
}

.schunk-btn-icon-arrowBlueRight {
    width: 20px;
    height: 35px;
    cursor: pointer;
    margin: 0px 20px;
    background: url(../images/arrowBlueRight.png);
    background-size: 20px 35px;;
}

/*
.schunkHeaderHtml {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 50% 50%;

    position: fixed;
    max-width: 1280px;
    top: 0;
    height: 160px;
    margin: 0 auto 30px;
    border: 0;
    padding: 0;
    z-index: 40;
    background-image: url('../images/html-header-without-claim.svg');
    -webkit-print-color-adjust: exact;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.schunkLogoCell {
    grid-column-start: 1;
    grid-row-start: 1;
}

.functionsRowCell {
    grid-column-start: 2;
    grid-row-start: 1;
    padding: 20px 100px 20px 100px;
}

.navigationRowCell {
    grid-column-start: 1;
    grid-row-start: 2;
}

.searchCell {
    grid-column-start: 2;
    grid-row-start: 2;
}


#choseRegionBtn {
    float: inline-end;
}

#choseRegionBtn::before {
    content: url(../images/icon-globe.svg);
    display: inline-block;
    width: 20px;
    padding-right: 3px;
    color: white;
    transform: translate(0px, 3px);
}
*/

/* change width to 400px to slide in the sidebar */
/*
.sidebar {
    z-index: 1000;
    position: fixed;
    right: 400px;
    width: 0;
    height: 100%;
    margin-right: -400px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    transition: all .5s ease;
}

.sidebar-toggled {
    width: 440px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 400px;
    padding: 40px;
    margin: 0;
}

.sidebar-headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #333;
}

.sidebar-label {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
}

.sidebar-language-actions {
    display: grid;
    grid-template-columns: 50% 50%;
}
*/

/*
 * Schunk Buttons --> Transfer to own CSS
*/
/*
.schunk-btn-L, 
.schunk-btn-M, 
.schunk-btn-S,
.schunk-txt-btn-M,
.schunk-txt-btn-S,
.schunk-txt-btn-BG,
.schunk-close-btn
{
    cursor: pointer;
}

.schunk-btn-L, 
.schunk-btn-M, 
.schunk-btn-S,
.schunk-txt-btn-M,
.schunk-txt-btn-S,
.schunk-txt-btn-BG
{
    font-family: Calibri,"Helvetica neue",Tahoma,Arial,sans-serif;
}   

.schunk-btn-L, .schunk-btn-M, .schunk-btn-S {
    text-align: center;
    border-radius: 24px;
    background-clip: padding-box;
    border: 1px solid transparent;
}

.schunk-btn-L {
    height: 40px;
}

.schunk-btn-M {
    height: 32px;
}

.schunk-btn-S {
    height: 26px;
}

.schunk-primary-btn{
    color: white;
    background-color: #009ee0;
    border: solid 1px #009ee0;
    font-weight: 400;
    line-height: 16px;
    width: 90%;
}

.schunk-primary-btn:hover {
    color: white;
    background-color: #5587B40;
}

.schunk-primary-btn:active {
    color: white;
    background-color: #003D6A
}

.schunk-primary-btn:disabled {
    color: white;
    background-color: #929292
}

.schunk-secondary-btn{
    color: #009ee0;
    background-color: white;
    border: solid 1px #009ee0;
    font-weight: 400;
    line-height: 16px;
    width: 90%;
}

.schunk-secondary-btn:hover {
    color: white;
    background-color: #009ee0
}

.schunk-secondary-btn:active {
    color: white;
    background-color: #003D6A
}

.schunk-secondary-btn:disabled {
    color: #929292;
    background-color: white;
    border: solid #929292;    
}

.schunk-txt-btn-M {
    font-size: 16px;
    color: #009ee0;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
}

.schunk-txt-btn-S {
    font-size: 14px;
    color: #009ee0;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
}   

.schunk-txt-btn-BG {
    font-size: 16px;
    color: white;
    background: transparent;
    border: none;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
}

.schunk-txt-btn-M:hover,
.schunk-txt-btn-S:hover {
    color: #009ee0;
    text-decoration: underline;
}

.schunk-txt-btn-M:active,
.schunk-txt-btn-S:active {
    color: black;
    text-decoration: none;
}

.schunk-txt-btn-M:disabled,
.schunk-txt-btn-S:disabled {
    color: #929292;
    text-decoration: none;
}

.schunk-txt-btn-BG:hover {
    color: white;
    text-decoration: underline;
}

.schunk-txt-btn-BG:active {
    opacity: 0.75;
    text-decoration: none;
}

.schunk-txt-btn-BG:disabled {
    opacity: 0.5;
    text-decoration: none;
}


.schunk-close-btn {
    background-image: url('../images/icon-close.svg');
    background-size: 100% 100%;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border-color: transparent;
}
*/

