/******************************************************************/
/*** Bootstrap Anpassung ***/
/******************************************************************/
.spacer10{
    width: 100%;
    height: 10px;
}
.spacer20{
    width: 100%;
    height: 20px;
}
.spacer30{
    width: 100%;
    height: 30px;
}
.spacer40{
    width: 100%;
    height: 40px;
}
.p-ep{
    padding: 1.875rem !important;
}
/*** Buttons ***/
.btn-primary{
    display: block;
     width: 40%;
    border-radius: 0px;
    background-color: #32AA8B;
    border: solid 2px #32AA8B;
    float: left;
    color: #ffffff;
    height: 40px;
    font-weight: normal;
    margin-right: 20px;
    background-image: url(https://info.joanneum.at/templates/joanneum_research/joanneum_nl_2025/img/chev-weiss.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.btn:hover{
    background-color: #000000 !important;
    border: solid 2px #000000 !important;
    color: #ffffff;
    background-image: url(https://info.joanneum.at/templates/joanneum_research/joanneum_nl_2025/img/chev-weiss.png);
}
 
.btn:focus, 
.btn:target,
.btn:disabled, 
.btn:active:focus {
  color: $white;
  background-color: #32AA8B !important;
  border-color: #32AA8B !important;
}

.btn-secondary{
    display: block;
    width: 40%;
    border-radius: 0px;
    background-color: #ffffff;
    border: solid 2px #32AA8B;
    color: #32AA8B;
    height: 40px;
    font-weight: normal;
    margin-right: 20px;
    background-image: url(https://info.joanneum.at/templates/joanneum_research/joanneum_nl_2025/img/chev.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
/*** Buttons end ***/
p.alert.alert-success{
    border: none;
    background-color: #ffffff;
    padding: 0px;
}
.form-check-input:checked {
    background-color: #32AA8B;
    border-color: #32AA8B;
}
.form-check-input:focus {
    border-color: #32AA8B !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(50 170 139 / 23%);
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #32AA8B !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(50 170 139 / 23%);
}
.focus .ts-control {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #32AA8B !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(50 170 139 / 23%);
}
.control-label{
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    padding: 10px 0px;
}
.form-label{
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    padding: 10px 0px;
}
textarea.form-control {
    margin-bottom: 40px;
}
/******************************************************************/
/*** Footer Anpassung ***/
/******************************************************************/
.bg-jr{
    background-color: #EBEBEB;
}
.pnone{
    padding: 0px;
}
.altcha{
    margin: 10px 0px;
} 
.pwrdby{
    font-size: 9px !important; 
    line-height: 20px !important; 
    font-family:  Helvetica, Arial, sans-serif !important; 
    color:#666666 !important; 
    font-weight: 500 !important; 
    font-style: italic !important;
    text-align: right !important;
}
.pwrdlogo{
    text-align: left !important;