/* Roboto - regular */
@font-face {
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/Roboto/Roboto-Regular.ttf');
}

/* Roboto - 500 */
@font-face {
	font-family: 'RobotoMedium';
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/Roboto/Roboto-Medium.ttf');
}

/* Roboto - 700 */
@font-face {
	font-family: 'RobotoBold';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/Roboto/Roboto-Bold.ttf');
}


/* ============================================================================ */
/*                                                                              */
/* Basic styles                                                                 */
/*                                                                              */
/* ============================================================================ */

/*
Light Grey: #F1F1F1
Middle Grey:#6d6e71
Dark Grey:  #212529
Blue:       #006fb4
Dark Blue:  #134f77
*/

body {
    font-size: 1rem !important;
    color: #212529;
}

html, body, button, input, select, label, textarea {
    font-family: 'RobotoRegular', Arial;
    font-size: 16px;
    letter-spacing: 0.07em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'RobotoBold';
}

b, strong {
    font-weight: normal;
    font-family: 'RobotoBold';
}


/* ============================================================================ */
/*                                                                              */
/* General styles                                                               */
/*                                                                              */
/* ============================================================================ */

.bg-primary {
    background-color: #006fb4 !important;
}

.text-primary {
    color: #006fb4;
}

.text-dark {
    color: #212529 !important;
}

.itb-page-container {
    background-color: #F1F1F1;
}

.sticky.totop {
    display: none;
    position: fixed;
    height: 50px;
    width: 50px;
    background: url('../../img/ausstanmeldung_v2021/backtotop.png') no-repeat center center;
    background-size: 50px;
    right: 1%;
    bottom: 3%;
    border-radius: 2px;
    margin-right: 1px;
}

.form-control {
    border-radius: 0;
}

.input-group-text {
    border-radius: 0;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-20 {
    width: 20%;
}

.w-40 {
    width: 40%;
}

/* Sprachwechsel */
div#switchLanguage {
    margin-right: 26px;
    right: 0px;
    padding: 15px;
    top: 0;
    position: absolute;
    background: #ffffff;
}

div#switchLanguage img {
    margin-top: 0px;
}


/* ============================================================================ */
/*                                                                              */
/* Button styles                                                                */
/*                                                                              */
/* ============================================================================ */

.btn {
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #006fb4 !important;
}
.btn-primary:hover {
    background-color: #134f77 !important;
}

.btn-secondary {
    color: #006fb4 !important;
    background-color: #fff;
    border: 1px solid #006fb4; 
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    color: #fff !important;
    background-color: rgba(0, 110, 183, 0.3) !important;
}

/* ============================================================================ */
/*                                                                              */
/* Header/Progressbar styles                                                    */
/*                                                                              */
/* ============================================================================ */

.itb-header {
    overflow: hidden;
}

.itb-mobile-header {
    color: #fff;
    background-color: #134f77;
}

.itb-progressbar {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: step;
}

.itb-progressbar-step {
    color: #fff;
    text-transform: uppercase;
    font-family: 'RobotoBold';
}

.itb-progressbar-step:before {
    content: counter(step);
    counter-increment: step;
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto 12px auto;
    line-height: 44px;
    background: #fff;
    color: #fff;
    text-align: center;
    font-size: 22px;
    vertical-align: middle;
}

/*.itb-progressbar-step.active,
.itb-progressbar-step.step-active{
    color: #fff;
}
.itb-progressbar-step.active:before,
.itb-progressbar-step.step-active:before{
    color: #fff;
    background-color: #134f77;
}

.itb-progressbar-step.visited {
    color: #d4d4d4;
}
.itb-progressbar-step.visited:before {
    color: #d4d4d4;
    background-color: #d4d4d4;
}*/


/* ============================================================================ */
/*                                                                              */
/* Footer styles                                                                */
/*                                                                              */
/* ============================================================================ */

.itb-social-icons {
    font-size: 30px;
}

.itb-social-link {
    color: #fff;
    display: inline-block;
    /* margin: 25px; */
}
.itb-social-link:hover {
    color: #fff;
}

a.itb-footer-link {
    color: #134f77;
    font-size: 1.1rem;
    line-height: 22px;
    text-decoration: underline;
}

footer .itb-footer-links > div {
    float: left;
    padding-right: 20px;
    margin-bottom: 5px;
}

.itb-footer-link.active {
    text-decoration: none;
}

.itb-language-select {
    color: #134f77;
}


/* ============================================================================ */
/*                                                                              */
/* Card styles                                                               */
/*                                                                              */
/* ============================================================================ */

.card {
    border: none;
    border-radius: 0px;
}

.card-header {
    font-size: 1.4rem;
    color: #006fb4;
    background-color: #fff;
    border-bottom: 4px solid #006fb4;
}

.itb-showadr-check-margin {
    margin-top: 0.725rem !important;
}


/* ============================================================================ */
/*                                                                              */
/* Nomenklaturen styles                                                         */
/*                                                                              */
/* ============================================================================ */

.itb-list-erste-ordnung {
    list-style: none;
    margin: 0;
    padding: 0;
}

.itb-list-item-erste-ordnung {
    color: #212529;
    padding: 1rem;
    border-bottom: 4px solid #006fb4;
}

.itb-list-zweite-ordnung {
    list-style: none;
    margin: 0;
    padding-left: 1.5rem;
}

.itb-list-item-zweite-ordnung {
    padding: 1rem;
}


/* ============================================================================ */
/*                                                                              */
/* Sidebar WK styles                                                            */
/*                                                                              */
/* ============================================================================ */

.itb-sidebar-menu-wrapper {
    z-index: 20;
    position: fixed;
    width: 340px;
    top: 356px;
    right: -351px;
    transition: right .3s ease-in-out;
}
.itb-sidebar-menu-wrapper:hover {
    right: 0px;
}

.itb-sidebar-btn {
    width: 90px;
	margin-left: -75px;
    text-align: center;
    height: 67px;
}

.itb-sidebar-content {
    width: 371px;
    padding: 1rem;
}

.itb-sidebar-link {
    display: block;
    padding: 0.4rem;
}

.pointer {
    cursor: pointer;
}

/* ############################################################
        loader styles
############################################################ */

.loader {
    margin: 0 auto;
    border: 4px solid #fff;
    border-top: 4px solid #006fb4;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

option:disabled {
    color: #aaaaaa;
}


.text-wrap {
    overflow-wrap: break-word;
}

/** In Anlehnung an die Datenbankprozedur dbpax.text2html**/
.text2html {
    white-space: pre-line;
}

@media print {
    .accordion-show-in-print {
        height: auto !important;
    }

    .itb-print-page-break-after {
        page-break-after: always;
    }

    .itb-print-page-break-before {
        page-break-before: always;
    }

}

.loader-btn {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #555555;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 2s linear infinite;
}

.itb-danger-border {
    border-bottom: 4px solid #dc3545 !important;
}



.card-danger {
    border: 1px #f5c6cb solid;
}

.card-danger, .card-danger .card-header {
    background-color: #f8d7da;
}

.card-danger .card-header {
    border-bottom-color: #f5c6cb;
}
.card-danger .card-header,
.card-danger .card-body {
    color: #721c24;
}



/* ############################################################################*/


.alert-itb-success {
    padding: 2px 3px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    white-space: nowrap;
}

.alert-itb-danger-inline {
    padding: 2px 3px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    display: inline;
    white-space: nowrap;
}
