@font-face {
    font-family: "MontserratAlternates";
    src: url("https://www.kolonie-easy.de/static/MontserratAlternates-Medium.woff2") format("woff2");
    font-weight: 400;
    /* regulär */
    font-style: normal;
    font-display: swap;
    /* besseres LCP, verhindert FOIT */
}

body {
    font-family: "MontserratAlternates", "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.66666667;
    color: #282827;
    background-color: #fffefa;
}

.login-pf body {
    /* background: #4bcd9b;
    background: -moz-linear-gradient(top, #4bcd9b 0%, #053d59 100%);
    background: -o-linear-gradient(top, #4bcd9b 0%, #053d59 100%);
    background: -ms-linear-gradient(top, #4bcd9b 0%, #053d59 100%);
    background: linear-gradient(to bottom, #4bcd9b 0%, #053d59 100%); */

    background: #698C9B;
    background: -webkit-linear-gradient(45deg, rgba(105, 140, 155, 1) 0%, rgba(54, 100, 125, 1) 100%);
    background: -moz-linear-gradient(45deg, rgba(105, 140, 155, 1) 0%, rgba(54, 100, 125, 1) 100%);
    background: linear-gradient(45deg, rgba(105, 140, 155, 1) 0%, rgba(54, 100, 125, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#698C9B", endColorstr="#36647D", GradientType=0);

    background-size: cover;
    height: 100%;
}

.card-pf {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 700px;
    border-top: 0;
    box-shadow: 0 0 0;

    border: 1px solid #ebf1f6;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;

    box-shadow: 0px 0px 10px 1px #a0a0a0;

    background: #fffefa
        /*    background: #4BCD9B;
background: -webkit-linear-gradient(45deg, rgba(75, 205, 155, 1) 0%, rgba(5, 61, 89, 1) 100%, rgba(5, 61, 89, 1) 55%);
background: -moz-linear-gradient(45deg, rgba(75, 205, 155, 1) 0%, rgba(5, 61, 89, 1) 100%, rgba(5, 61, 89, 1) 55%);
background: linear-gradient(45deg, rgba(75, 205, 155, 1) 0%, rgba(5, 61, 89, 1) 100%, rgba(5, 61, 89, 1) 55%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4BCD9B", endColorstr="#053D59", GradientType=0);*/
}

.btn-primary {
    background-color: #7cc4a3;
    background-image: linear-gradient(to bottom, #7cc4a3 0, #7cc4a3 100%);
    background-repeat: repeat-x;
    border-color: #7cc4a3;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #fff
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    background-color: #4bcd9b;
    background-image: none;
    border-color: #4bcd9b;
    color: #fff
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary.focus,
.open .dropdown-toggle.btn-primary:focus,
.open .dropdown-toggle.btn-primary:hover {
    background-color: #0077b5;
    border-color: #004e78
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #0088ce;
    border-color: #00659c
}

a {
    color: #053d59;
    text-decoration: none;
}


.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

#kc-locale-dropdown a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

/* a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
} */

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf .container {
    padding-top: 40px;
}

.login-pf a:hover {
    color: #0099d3;
}

#kc-logo {
    width: 100%;
}

#kc-logo-wrapper {
    background-image: url(../img/keycloak-logo-2.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

div.kc-logo-text {
    background-image: url(../img/keycloak-logo-text.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
}

#kc-content {
    width: 100%;
}

#kc-attempted-username {
    font-size: 20px;
    font-family: inherit;
    font-weight: normal;
    padding-right: 10px;
}

#kc-username {
    text-align: center;
}

#kc-webauthn-settings-form {
    padding-top: 8px;
}

/* #kc-content-wrapper {
    overflow-y: hidden;
} */

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

.subtitle {
    text-align: right;
    margin-top: 30px;
    color: #909090;
}

.required {
    color: #CB2915;
}

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
    margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
    max-width: 150px;
    max-height: 150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers ul {
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.kc-login-tooltip {
    position: relative;
    display: inline-block;
}

.kc-login-tooltip .kc-tooltip-text {
    top: -3px;
    left: 160%;
    background-color: black;
    visibility: hidden;
    color: #fff;

    min-width: 130px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
    padding: 5px;

    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
    visibility: visible;
    opacity: 0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.zocial,
a.zocial {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    text-shadow: none;
    border: 0;
    background: #f5f5f5;
    color: #72767b;
    border-radius: 0;
    white-space: normal;
}

.zocial:before {
    border-right: 0;
    margin-right: 0;
}

.zocial span:before {
    padding: 7px 10px;
    font-size: 14px;
}

.zocial:hover {
    background: #ededed !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border: 0;

    box-shadow: none;
    text-shadow: none;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before {
    content: "\f15d";
}

.zocial.stackoverflow:before {
    color: inherit;
}


@media (min-width: 768px) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    .login-pf .container {
        padding-right: 80px;
    }

    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }
}

@media (max-width: 767px) {

    .login-pf body {}

    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: left;
    }

    #kc-header-wrapper {
        font-size: 16px;
        font-weight: bold;
        padding: 20px 60px 0 0;
        color: #72767b;
        letter-spacing: 0;
    }

    div.kc-logo-text {
        margin: 0;
        width: 150px;
        height: 32px;
        background-size: 100%;
    }

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 15px;
    }

    #kc-social-providers li {
        display: block;
        margin-right: 5px;
    }

    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #kc-locale {
        position: absolute;
        width: 200px;
        top: 20px;
        right: 20px;
        text-align: right;
        z-index: 9999;
    }

    #kc-logo-wrapper {
        background-size: 100px 21px;
        height: 21px;
        width: 100px;
        margin: 20px 0 0 20px;
    }

}

@media (min-height: 646px) {
    #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-height: 645px) {
    #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
    }
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

#kc-form-buttons {
    margin-top: 40px;
}

.login-pf-page .login-pf-brand {
    margin-top: 20px;
    max-width: 360px;
    width: 40%;
}

.login-pf-page .login-pf-settings {
    justify-content: flex-start;
}



/*tablet*/
@media (max-width: 840px) {
    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px 20px 30px 20px;
    }

    #gaertner {
        display: none;
    }
}

@media (max-width: 767px) {
    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .card-pf.login-pf-accounts {
        max-width: none;
    }
}

.login-pf-page .login-pf-signup {
    font-size: 15px;
    color: #72767b;
}

#kc-content-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .login-pf-page .login-pf-social-section:first-of-type {
        padding-right: 39px;
        border-right: 1px solid #d1d1d1;
        margin-right: -1px;
    }

    .login-pf-page .login-pf-social-section:last-of-type {
        padding-left: 40px;
    }

    .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
        margin-bottom: 0;
    }


}

#gaertner {
    position: absolute;
    bottom: -150px;
    right: -270px;
    height: 386px;
    z-index: 999;
}

#publicbeta {
    position: absolute;
    bottom: 323px;
    right: 9px;
    /* height: 386px; */
    z-index: 999;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 47pt;
    color: #f02113;
      opacity: 0.7;
    /* text-shadow: 4px 4px 6px rgba(66, 68, 90, 1); */
    text-shadow: 0px 0px 5px #638253;
    animation: zoomin 1s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0s 1 normal none;
    transform: rotate(-20deg);
}
@keyframes zoomin {
    0% {
        transform: scale3d(5, 5, 5) ;
        opacity: 0.0;
    }

  


    100% {
        transform: scale3d(1, 1, 1)  rotate(-20deg);
        opacity: 0.7;
    }
}

@keyframes jello-horizontal-normal {
    0% {
        transform: scale3d(1, 1, 1) rotate(45deg);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1) ;
    }

    40% {
        transform: scale3d(0.75, 1.25, 1) ;
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        transform: scale3d(1, 1, 1)  rotate(-45deg);
    }
}


#beta {
    position: absolute;
    bottom: 323px;
    right: 9px;
    /* height: 386px; */
    z-index: 999;
    /* text-shadow: 4px 4px 6px rgba(66, 68, 90, 1); */
    text-shadow: 0px 0px 5px #638253;
}

#ketitle {
    width: 100%;
}

.login-pf-page .login-pf-social-link {
    margin-bottom: 25px;
}

.login-pf-page .login-pf-social-link a {
    padding: 2px 0;
}

.login-pf-page.login-pf-page-accounts {
    margin-left: auto;
    margin-right: auto;
}

.login-pf-page .btn-primary {
    margin-top: 0;
}

.login-pf-page .list-view-pf .list-group-item {
    border-bottom: 1px solid #ededed;
}

.login-pf-page .list-view-pf-description {
    width: 100%;
}

.login-pf-page .card-pf {
    margin-bottom: 10px;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
    margin-bottom: 0px;
}

#kc-back {
    margin-top: 5px;
}

form#kc-select-back-form div.login-pf-social-section {
    padding-left: 0px;
    border-left: 0px;
}


/* ----------------------------------------------
* Generated by Gradienty on 2025-09-24 08:18
* animation jello-horizontal-normal
* ----------------------------------------
*/


.jello-horizontal-normal {
    animation: jello-horizontal-normal 1s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0s 1 normal none;
}

.bounce-in {
    animation: gelatine 0.5s ease;
}

@keyframes gelatine {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

/* ----------------------------------------------
* Generated by Gradienty on 2025-09-24 08:14
* animation rotate-diagonal-1-normal
* ----------------------------------------
*/
@keyframes rotate-diagonal-1-normal {
    0% {
        transform: rotate3d(1, 1, 0, 0deg);
    }

    50% {
        transform: rotate3d(1, 1, 0, -180deg);
    }

    100% {
        transform: rotate3d(1, 1, 0, -360deg);
    }
}

.rotate-diagonal-1-normal {
    animation: rotate-diagonal-1-normal 1s ease 0s 1 normal none;
}

@keyframes bounce-in {

    0% {
        opacity: 0;

        /*transform: translateX(2000px);*/
    }

    60% {
        /*opacity: 1;*/
        /*transform: translateX(-30px);*/
        opacity: 1;
        height: 386px;
        width: 520px;
    }

    80% {
        /*transform: translateX(10px); */
        opacity: 1;
        height: 300px;
        width: 400px;
    }

    100% {
        /*left: 1110px; 
	top: 340px; */
        opacity: 1;
        height: 386px;
        width: 520px;
        /*transform: translateX(0); */
    }
}

div.terms-footer {
    text-align: center;
}