/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

* {
    border-radius: 0 !important;
}

.logo-container {
    display: block !important;
}



/*Farben*/
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.dropdown-toggle.show, .btn-primary.dropdown-toggle.show:focus, .btn-check:checked + .btn-primary, .btn-check:checked + .btn-primary:focus, .btn-check:focus:checked + .btn-primary, .btn-check + .btn-primary:active, .btn-check + .btn-primary.active, .btn-check + .btn-primary:active:focus, .btn-check + .btn-primary:hover {
 border-color: #0084bb;
 background-color: #0084bb;
}

.tempus-dominus-widget .date-container-decades div:not(.no-highlight):hover, .tempus-dominus-widget .date-container-years div:not(.no-highlight):hover, .tempus-dominus-widget .date-container-months div:not(.no-highlight):hover, .tempus-dominus-widget .date-container-days div:not(.no-highlight):hover, .tempus-dominus-widget .time-container-clock div:not(.no-highlight):hover, .tempus-dominus-widget .time-container-hour div:not(.no-highlight):hover, .tempus-dominus-widget .time-container-minute div:not(.no-highlight):hover, .tempus-dominus-widget .time-container-second div:not(.no-highlight):hover {
    border-color: rgba(20, 97, 255, 0.2);
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.dropdown-toggle.show, .btn-primary.dropdown-toggle.show:focus, *[class*=btn-outline-]:focus, *[class*=btn-outline-]:active, *[class*=btn-outline-].active, *[class*=btn-outline-].dropdown-toggle.show, *[class*=btn-outline-].dropdown-toggle.show:focus, *[class*=btn-outline-].show, .form-control:focus, .form-select:focus {
    box-shadow: 4px 4px 0px rgba(20, 97, 255, 0.4);
}

.btn-primary:hover {
    box-shadow: 0px 0px 0px 4px rgba(20, 97, 255, 0.4);
}

.form-control.ls-important-field:focus {
    box-shadow: 8px 8px 0px rgba(20, 97, 255, 0.4);
}

.dropdown-menu > li > a:focus, .dropdown-item.active, .dropdown-item:active, .dropdown-menu > li > a:hover, .btn-check + .btn:focus {
    background-color: #0084bb !important;
    color: #fff !important;
}

.progress-bar, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .radio-item input[type=radio]:checked + label::after, .fruity_twentythree .input-group-addon, .tempus-dominus-widget .date-container-decades div:not(.no-highlight).active, .tempus-dominus-widget .date-container-years div:not(.no-highlight).active, .tempus-dominus-widget .date-container-months div:not(.no-highlight).active, .tempus-dominus-widget .date-container-days div:not(.no-highlight).active, .tempus-dominus-widget .time-container-clock div:not(.no-highlight).active, .tempus-dominus-widget .time-container-hour div:not(.no-highlight).active, .tempus-dominus-widget .time-container-minute div:not(.no-highlight).active, .tempus-dominus-widget .time-container-second div:not(.no-highlight).active {
    background-color: #0084bb !important;
}

.btn-outline-secondary:hover {
    box-shadow: 0px 0px 0px 3px rgba(20, 97, 255, 0.4);
}

.radio-item input[type=radio]:checked + label, .checkbox-item input[type=checkbox]:checked + label, input.imageselect-checkbox:checked ~ .imageselect-select::after, .checkbox-item input[type=checkbox]:checked + label::after, .form-change-lang #language-changer-select, .form-change-lang #lang-select::after {
    color: #0084bb;
}

li.imageselect-listitem .imageselect-container input.imageselect-checkbox:checked + label, input.imageselect-checkbox:checked ~ .imageselect-select::before, .radio-item input[type=radio]:checked + label::before, .checkbox-item input[type=checkbox]:checked + label::before, .success-border, .select-sortable-lists:not(.ranking-advanced-style) .ranking-sorted-items .sortable-item, .ranking-advanced-style .sortable-rank, .ranking-advanced-style .ranking-advanced-sorted-items .sortable-item {
    border-color: #0084bb !important;
}
/* gleich große Radio-Buttons */
.imageselect-container .imageselect-radiobutton::before, .imageselect-list .no-anwser-item .radio-label::before, .imageselect-list .radio-text-item .label-radio::before {
    width: 19px;
    height: 19px;
}

.imageselect-container .imageselect-radiobutton::after, .imageselect-list .no-anwser-item .radio-label::after, .imageselect-list .radio-text-item .label-radio::after {
    width: 9px;
    height: 9px;
    left: 3px;
    top: 3px;
}

/* Einzug u. a.Bildauswahlliste */
.imageselect-list .no-anwser-item, .imageselect-list .radio-text-item, .imageselect-list .radio-item {
    padding-left: 20px;
}


/* Abstand Content zum Seitenrand */
.row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.7);
    padding-left: calc(var(--bs-gutter-x) * 0.7);
}


/* Footer */
footer {
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    border-top: 1px solid #999;
}

footer > * {
    flex: 1 33.3;
    padding: 17px;
}

footer a, footer p {
    color: #777;
    margin: 0;
}

footer a:hover {
    color: #000;
    text-decoration: none;
}

footer .left {
    text-align: left;
}

footer .right {
    text-align: right;
}

@media all and (min-width: 800px) {
  .left { order: 1; } 
  .middle { order: 2; }
  .right { order: 3; }
}

/* Damit der Footer am Ende der Seite ist*/
body {
    flex-direction: column;
    min-height: 100vh;
    display: flex;
    padding-bottom: 0 !important;
}

body > article {
    flex: 1 0 0;
}

/* Logo am linken Rand*/
.col-xl-8 { 
    width: 100% !important;
}

/* Abstand Toggler bei geringer Seitenbreite wichtig */
#survey-nav .navbar-toggler {
    padding-right: 0.75rem;
}

/* Abstand unterhalb vom Logo zum Umfragetitel */
body .top-container {
    margin-top: 0 !important;
    margin-bottom: 1rem;
}

.brand-logo .top-container .top-content {
    padding-top: 1rem;
}

.space-col {
    margin-top: 0 !important;
}
