﻿.modal-dialogfull {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 0 !important;
}

.modal-contentfull {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-bodyfull {
    overflow-y: auto;
}


.btn-primary {
    /*HACK damit zweizeiliger Button leiste nicht anstößt Route Fertig */
    margin-bottom: 5px;
    background-color: #50B6E6; /* alt #007bff*/
    border-color: #50B6E6;
}

.btn-success {
    /*HACK damit zweizeiliger Button leiste nicht anstößcdfzt Route Fertig */
    margin-bottom: 5px;
    background-color: #4BBD57; /* alt #007bff*/
    border-color: #4BBD57;
}

.btn {
    border-radius: 1.75rem;
    box-shadow: none !important; /*kein Focusring*/
}

.btn-notiz {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 100%;
}

.btn-circle {
    width: 3rem;
    height: 3rem;
    text-align: center;
    padding: 0px 0;
    font-size: 22px;
    /*line-height: 1.428571429;*/
    border-radius: 4.75rem;
}

.btn-bigbottom {
    background: #203E6A;
    color: #fff;
    width: 6rem;
    height: 3rem;
    box-shadow: 0 0 3px #203E6A !important;
    border-width: 0;
}

.btn.btn-bigbottom:active,
.btn.btn-bigbottom:hover,
.btn.btn-bigbottom:focus {
    background-color: #203E6A;
    border-color: #203E6A;
    color: #fff;
}


.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #50B6E6;
    border-color: #50B6E6;
}

.btn.btn-success:active,
.btn.btn-success:hover,
.btn.btn-success:focus {
    background-color: #4BBD57;
    border-color: #4BBD57;
}

.btn.btn-secondary:active,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    background-color: #6c757d;
    border-color: #6c757d;
}


.card-headeractive {
    background-color: #50B6E6; /* alt #007bff*/
}

.card-headerinactive {
    background-color: #b4b4b4; /* alt #007bff*/
}

.card-body {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.card {
    width: 95% !important;
    border: 0.5px solid rgba(0,0,0,.125)
}

.col-2 {
    padding-left: 3px;
    padding-right: 3px;
}

.col-5 {
    padding-left: 3px;
    padding-right: 3px;
}

.col-10 {
    padding-left: 0px;
}
.col-12 {
    padding-left: 3px;
    padding-right: 3px;
}

.sticky-bottom {
    position: fixed;
    bottom: 0.5rem;
    left: 50%;
    margin-left: -3rem;
    z-index: 1020;
}