
@charset "UTF-8";
/*-------------------------------------*/
/*-------------Allgemein---------------*/
/*-------------------------------------*/

/*-------------Variablen---------------*/

:root {
    --keycloak-logo-url: url('../img/keycloak-logo-text.svg');
    --keycloak-bg-logo-url: url("../img/keycloak-bg-darken.svg");
    --keycloak-logo-height: 63px;
    --keycloak-logo-width: 300px;
    --keycloak-card-top-color: var(--pf-v5-global--palette--blue-400);

    --dunkelblau: #002b44;
    --hellgrau: #f5f5f5;
    --dunkelgrau: #5c5c5c;
    --weiss: #ffffff;
    --schwarz: #000000;
    --eisblau: #bed4dc;
    --taubenblau: #47617f;
    --kaltblau: #009fad;
    --graublau: #85a6ba;
    --lachsrot: #ca7069;
    --rot: #a90D00;
    --hellrot1: #d63100;
    --hellrot2: #ff5242;
    --gruen: #286307;
    --gruen1: #3a870d;
    --gruen2: #4cb011;
}

html{
    interpolate-size: allow-keywords;
    word-break: normal !important;
    scroll-behavior: smooth;
    hyphens: auto;
    text-wrap: pretty;
}
abbr{
    cursor:help;
    text-underline-offset: 3px;
}

/* mont font */
@font-face {
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/mont/mont_regular.woff2") format("woff2"), url("/fonts/mont/mont_regular.woff") format("woff");
}
@font-face {
  font-family: "Mont";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/mont/mont_bold.woff2") format("woff2"), url("/fonts/mont/mont_bold.woff") format("woff");
}

/*---------------Basics----------------*/

html{
  word-break: normal!important;
  scroll-padding-top:200px;
  scroll-behavior: smooth;
  hyphens:auto;
  text-wrap:pretty;
  height:100%
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
abbr[title] {
  border-bottom: none; 
  text-decoration: underline dotted;
}

body{
  background:url("keycloak-bg-darken.svg") no-repeat center center fixed;
  background-size: cover;
  height:100%;
}
.shib-logo{
  max-width:100px;
}


#content{
  display: flex;
  justify-content: space-around;
  align-items:center;
  flex-direction: column;
  height:100%;
}
.orcalogin.popover {
  text-align: center;
  font-family:'lato',Helvetica,Arial,sans-serif;
}
.orcalogin.popover a {
  color: var(--dunkelblau);
  cursor:pointer;
  font-size:18px;
}
.orcalogin #kc-header img{
  width:100%;
  max-width:350px;
  margin-bottom:3rem;
}
.orcalogin .orcalogin-form {
  background-color: var(--weiss);
  padding: 2rem;
  margin-bottom: 12px;
  width: 100%;
  box-sizing: border-box;
  border-radius:5px;
  max-width:580px;
}
.orcalogin .orcalogin-form .header-wrapper{
  display:flex;
  flex-direction: row;
  flex-wrap:nowrap;
  margin-bottom: 2rem;
  justify-content: space-evenly;
}
.orcalogin .orcalogin-form header h1 {
  text-align: center;
  font-size: 28px;
  font-family:"mont-w05-bold", "Segoe UI", "Tahoma", sans-serif;
  line-height:3rem;
}
.orcalogin .orcalogin-form footer{
  margin:20px 0 10px 0;
}
.orcalogin .orcalogin-form a:link:is(:hover, :focus), .orcalogin .orcalogin-form footer a:is(:hover, :focus){
  color:var(--hellrot2)!important;
}

#idpSelectIdPListTile, #idpSelectIdPEntryTile{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
}
:is(#idpSelectIdPListTile, #idpSelectIdPEntryTile) > form{
  width:100%;
}
:is(#idpSelectIdPListTile, #idpSelectIdPEntryTile) > form div.IdPSelectTextDiv{
  height:auto;
  margin-bottom:10px;
}

#idpSelectIdPSelector {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
  border:none;
  background-color:none;
  padding:0;
}
#idpSelectPreferredIdPTile{
  padding: 10px;
  flex-direction: row;
  display: inline-flex;
  border: 1px solid var(--dunkelblau);
  margin: 10px auto 20px auto;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  height:auto;
}

#idpSelectSelector{
  margin:0;
}
div.IdPSelectTextDiv{
  font-size:18px;
  width:100%;
}
#idpSelectPreferredIdPTile div.IdPSelectTextDiv{
  text-align:center;
}
select#idpSelectSelector{
  background: url(/images/icons/form/arrow-down-red-dark.png) no-repeat !important;
  background-size: 40px 40px !important;
  background-position: 99% 100% !important;
  appearance:none;
  cursor:pointer;
  width:100%;
  padding-right:40px;
}
input:not([type=submit]), select, .form-control, .pf-c-form__horizontal-group > .pf-c-form-control {
  height: 48px;
  padding: 9px 18px;
  border-radius: 5px;
  border: solid 1px var(--dunkelgrau);
  background-color: var(--hellgrau);
  color: var(--dunkelblau);
  font-size: 22px;
}
:is(input:not([type=submit]), select, .form-control, .pf-c-form__horizontal-group > .pf-c-form-control):focus-visible {
  outline: 1px solid var(--dunkelblau);
  border-color: var(--dunkelblau);
}
:is(input:not([type=submit]), select, .form-control, .pf-c-form__horizontal-group > .pf-c-form-control):is(:focus, :hover) {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  color: var(--hellrot2);
}

#idpSelectListButton, #idpSelectSelectButton{
  margin:0;
}
input[type=submit]{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: var(--weiss);
  border-radius: 5px;
  border: none;
  background-color: var(--dunkelblau);
  -webkit-transition: 0.5s ease, border-color 0.5s ease;
  transition: 0.5s ease, border-color 0.5s ease;
  padding: 10px;
  cursor:pointer;
}
#idpSelectIdPSelector #idpSelectIdPListTile > a:link{
  text-decoration:underline;
  color:var(--dunkelblau);
  font-size:18px;
  width:auto;
}
input[type=submit]:hover, button[type=submit]:hover, #kc-form-buttons input:hover, #kc-form-buttons #kc-login:hover {
  background-color: var(--hellrot2);
  color: var(--weiss);
  transform:scale(1.03);
}
#idpSelectInput, #idpSelectSelector {
  width: 100%;
  margin-bottom:20px;
}
#idpSelectListButton, #idpSelectSelectButton{
  width:100%;
  margin-bottom:10px;
}
.orcalogin-form input {
  width: 100%;
  box-sizing:border-box;
}
ul.IdPSelectDropDown li {
    padding: 5px 5px;
    font-size: 18px;
}
ul.IdPSelectDropDown li.IdPSelectCurrent {
    background-color: var(--dunkelblau);
    color: var(--weiss);
}
#idpSelectSelector option{
  color:var(--dunkelblau);
}
a.IdPSelectHelpButton{
  min-width:65px;
  width:auto;
}
a.IdPSelectDropDownToggle{
  max-width: calc(100% - 65px);
  width:auto;
}






div.registerotp {
  width: 60rem;
}
div.registerotp #kc-header {
  background-size: 340px auto;
}
div.registerotp .orcalogin-form {
  width: 100%;
}
div.registerotp #kc-totp-settings-form {
  width: 75%;
  margin-left: 12.5%;
}

.row {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}

#kc-locale-dropdown {
  display: none;
}


.orcalogin-form header {
  background-color: inherit;
}


.orcalogin-form .row label {
  padding-bottom: 7px;
}
.orcalogin-form .row #kc-form-options, .orcalogin-form .row #kc-form-buttons {
  margin: 1rem 0;
}


#kc-header #kc-header-wrapper {
  display: none;
}


@media screen and (max-width: 499px){
  .orcalogin .orcalogin-form{
    padding:2rem 1rem;
  }
  .shib-logo{
    height:100px;
  }
}





