/* ############################################################

        LUGA colors

        #a61431 -> red
        #e67f7b -> light red
        #e6e6e6 -> melu lightgrey
        #6e6e6e -> melu darkgrey
        #323232

############################################################ */


/* ############################################################
        font import
############################################################ */

@font-face { 
    font-family: FrutigerLight;
    src: url('fonts/FrutigerLTCom-Light.ttf') format('truetype');
}

@font-face { 
    font-family: FrutigerRegular;
    src: url('fonts/FrutigerLTCom-Roman.ttf') format('truetype');
}

@font-face { 
    font-family: FrutigerBold;
    src: url('fonts/FrutigerLTCom-Bold.ttf') format('truetype');
}

@font-face {
    font-family: MeliorRegular;
    src: url('fonts/Melior-LT-Std_30082.ttf') format('truetype');
}

@font-face {
    font-family: MeliorBold;
    src: url('fonts/MeliorLTStd-Bold.otf') format('truetype');
}



/* ############################################################
        general styles
############################################################ */

html {
	min-height: 100%;
	position: relative;
}

body {
    font-family: FrutigerLight, arial, sans-serif;
    color: #6e6e6e;
}

h1, h2, h3, h4, h5, h6 {
    font-family: FrutigerBold;
    color: #323232;
}

a {
    color: #000;
}

a:hover {
    color: #989898;
}

strong, b {
    font-family: FrutigerBold, arial, sans-serif;
    font-weight: normal;
}

small {
    font-size: 85%;
}

header {
    overflow: hidden;
}


/* ############################################################
        color styles
############################################################ */

.bg-primary {
    background-color: #a61431!important;
}

.bg-lightgrey {
    background-color: #e6e6e6;
}

.badge-primary {
    background-color: #a61431!important;
}

.itb-alert-info-colors {
    color: #6e6e6e;
    background-color: #e6e6e6;
}

/* ############################################################
        text styles
############################################################ */

.text-primary {
    color: #a61431!important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #989898;
}

.text-secondary {
    color: #004712;
}


/* ############################################################
        button styles
############################################################ */

.btn {
    border-radius: 0;
}

button.btn:disabled {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    opacity: 1;
}

.btn.btn-link {
    color: #000;
    padding: 0;
    padding-bottom: 0.2rem;
}

.btn-primary {
    background-color: #a61431;
    border-color: #a61431;
}

.btn-primary:hover {
    color: #323232;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-primary:active {
    background-color: #a61431!important;
    border-color: #a61431!important;
}

.btn-primary:focus {
    background-color: #a61431!important;
    border-color: #a61431!important;
}

.btn-secondary {
    color: #000;
    background-color: #fff;
    border: 1px solid #ced4da;
}

.btn-secondary:hover {
    background-color: #989898;
    border-color: #989898;
}


.itb-fileupload-btn {
    box-shadow: 0 0 0 #C21F39;
    animation: pulse 1s infinite;
}

.itb-fileupload-btn:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(208 ,8, 32, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(208 ,8, 32, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(208 ,8, 32, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(208 ,8, 32, 0.4);
        box-shadow: 0 0 0 0 rgba(208 ,8, 32, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(208 ,8, 32, 0);
        box-shadow: 0 0 0 10px rgba(208 ,8, 32, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(208 ,8, 32, 0);
        box-shadow: 0 0 0 0 rgba(208 ,8, 32, 0);
    }
}


/* ############################################################
        form styles
############################################################ */

input.form-control,
select.form-control,
textarea.form-control,
.input-group-append,
.input-group-prepend, 
.input-group-text,
.custom-file-label {
    border-radius: 0;
}

.js-pflicht input,
.js-pflicht select {
    border: 1px solid #000;
}

legend {
    font-size: 1.325rem!important;
}

.form-group-folgekennung{
    margin-left: 1.25rem;
}

#nameOfDroppedFile,#uploadedFileLink {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }

.itb-nomenklatur-check {
    margin-left: -.45rem !important;
    margin-right: .5rem !important;
}

.itb-radio-mt {
    margin-top: 0.8rem;
}
/* ############################################################
        nav styles
############################################################ */

/*.nav-pills a.nav-link {
    font-size: 1.25rem;
    color: #004712;
    border-radius: 0rem;
}

.nav-pills a.nav-link:hover {
    color: #eb881c;
    background-color: #f7f7f7;
}

.nav-pills a.nav-link.active {
    color: #fff;
    background-color: #004712;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover {
    background-color: #f7f7f7;
}

#breadcrumps {
    border-bottom: 2px solid #989898;
    background-color: #ebebeb;
}*/

.pointer:hover {
    cursor: pointer;
}

/*.service-menu-block {
    z-index: 10;
    width: 100%;
    left: 0;
    background-color: rgba(255,255,255,0.75);
    box-shadow: 0 4px 7px -2px rgba(0,0,0,.25);
    position: absolute;
}

.floating-menu {
    z-index: 5;
    width: 930px;
    position: absolute;
    right: 0px;
}
@media (min-width: 1200px) {
    .floating-menu {
        width: 1110px;
    }
}

.nav-border-top {
    border-top: 2px solid #004712;
}

dl a {
    color: #004712;
}

dd {
    margin-bottom: 0;
}*/

.itb-vgheader {
    width: 100%;
    height: 320px;
    max-height: 320px;
    object-fit: cover;
    object-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


/* ############################################################
        pagination styles
############################################################ */

/*.page-item.active .page-link {
    color: #fff;
    background-color: #eb881c;
    border-color: #eb881c;
}

.page-link {
    color: #eb881c;
    border-radius: 0!important;
}
.page-link:hover {
    color: #000;
}*/


/* ############################################################
        badge styles
############################################################ */

.badge {
    font-family: FrutigerRegular, arial, sans-serif;
    font-weight: normal;
}


/* ############################################################
        card styles
############################################################ */

.card {
    border-radius: 0rem;
    /*border: none;*/
}

.card-danger {
    border: 1px;
    border-color: red;
    border-style: solid;
}

.card.active {
    border: 1px solid #a61431;
    /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
}

.card a {
    color: #989898;
}
.card-header {
    /*padding: 0 10px;*/
    /*font-size: 24px;*/
    color: #fff;
    background-color: #a61431;
    /*border-bottom: 2px solid #46bbde;*/
    border-bottom: none;
    border-radius: 0!important;
}

.card-body {
    position: relative;
}
.accordion-panel-header:hover {
    cursor: pointer;
}

.card-img-top {
    border-radius: 0rem;
}

.card-100-height {
    height: 100%;
}

.card-deck {
    flex-wrap: wrap;
    align-items: start;
    height: 100%;
}

.card-deck .card {
    width: 40%;
}


/* ############################################################
        list styles
############################################################ */

.list-group .list-group-item {
    border-radius: 0;
}

.list-group-item.no-bottom-border:last-child {
    border-bottom: none;
}


/* ############################################################
        vg styles
############################################################ */

img.vg-logo {
    width: 100px;
    height: 100px;
    z-index: 5;
    position: absolute;
    border: 1px solid #fff;
}


/* ############################################################
        util styles
############################################################ */

.shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.shadow-hover:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.accordion-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.accordion-shadow:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.disabled-drop {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    opacity: 0.6;
    top: 0px;
    left: 0px;
}

.input-on-blur {
    color: #bbb;
}

.bg-middle {
    background-color: #eff0f2;
}

.itb-bg-selected {
    /* Hex-Wert mit Alpha.  '4D' sind umgerechnet 30% opacity */
    background-color: #e6e6e64D;
}


/* ############################################################
        footer styles
############################################################ */

footer, footer a {
    color: #6e6e6e;
    font-size: 0.85rem;
}

footer hr {
    margin: 10px 0;
    border-top: solid 1px #c6c6c6;
}

.itb-footer-adressleiste {
    font-family: FrutigerLight, arial, sans-serif;
    color: #6e6e6e;
    background-color: #e6e6e6;
    font-size: 13px;
    line-height: 32px;
}

#bottom-info {
    color: #989898;
    background-color: #ebebeb;
    /*border-bottom: 5px solid #eb881c;*/
}


/*.card-columns {
    column-count: 1;
}
@media (min-width: 576px) { 
    .card-columns {
        column-count: 2;
    }
}
@media (min-width: 992px) {
    .card-columns {
        column-count: 3;
    }
}
@media (min-width: 1200px) {
    .card-columns {
        column-count: 4;
    }
}

.flex-card {
    width: 100%;
}
@media (min-width: 576px) { 
    .flex-card {
        width: 48%;
    }
}
@media (min-width: 992px) {
    .flex-card {
        width: 32%;
    }
}
@media (min-width: 1200px) {
    .flex-card {
        width: 32%;
    }
}*/



.totop-btn {
    z-index: 20;
    position: fixed;
    bottom: 0;
    right: 20px;
    min-height: 38px;
}

.preis-info {
    color: #6e6e6e;
    background-color: #eaf6fe;
}

.preis-info-tag {
    z-index: 20;
    position: fixed;
    bottom: 0;
    right: 64px;
    min-height: 38px;
    padding: .375rem .75rem;
    font-size: 1rem;
}


.pointer:hover {
    cursor: pointer;
}



.drop-area {
    outline: 2px dashed #e9ecef;
    outline-offset: -10px;
    /* background-color: #e9ecef; */
    /* height: 256px; */
}

.text-upload {
    color: #e9ecef;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #46bbde; /* Orange */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.modal-content {
    border-radius: 0px!important;
}

.loader-btn {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #eb881c; /* Orange */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 2s linear infinite;
}

/* ############################################################
        step styles
############################################################ */

.step {
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
}

.step-active {
    background-color: #a61431;
}

.step-next {
    background-color: #e6e6e6;
}

.step-visited {
    background-color: #555555;
}


/* ############################################################
        util styles
############################################################ */

/** In Anlehnung an die Datenbankprozedur dbpax.text2html**/
.text2html{
    white-space: pre-line;
}

.itb-maxsize {
    max-width: 100%;
    max-height: 104px;
}

.itb-fa-big {
    font-size: 5rem;
}




.contentHeader {
    margin-top: 57px;
}