/*
 * Copyright 2016 Red Hat, Inc. and/or its affiliates
 * and other contributors as indicated by the @author tags.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

@import url('../../keycloak/lib/zocial/zocial.css');

body {
		background: #fff;
		color: #414141;
		font-size: 100%;
		font-family: "Open Sans", Verdana, sans-serif;
		line-height: 1.4;
		font-style: normal;
/**    text-shadow: 0px 0px 10px #000; **/
}

a {
    color: #fff;
}

.bra-container-fullwidth--ci {
	height: 45px;
}

div#kc-container {
    /* background-color: #FFFFFF; */
    /* background-image: url('../img/stage-registrierung.jpg'); */
    /* background-size: cover;
    background-repeat: no-repeat; */
}
div#kc-content {
/*    position: absolute;
    top: 20%;
    left: 50%;
    width: 550px;
    margin-left: -225px; */
}

div#kc-header,
div#kc-locale {
		display: none;
}

/** div#kc-form {
    float: left;
    width: 350px;
} 

div#kc-form label {
    display: block;
    font-size: 16px;
} **/

div#info-area {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    width: 100%;
}

div#info-area p {
    margin-right: 30px;
    display: inline;
    text-shadow: none;
}


div#kc-form-options div {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
}

div#kc-form-options div label {
    font-size: 12px;
}

div#kc-feedback {
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

div#kc-feedback-wrapper {
    padding: 1em;
}

div.feedback-success {
    background-color: rgba(155,155,255,0.1);
}

div.feedback-warning {
    background-color: rgba(255,175,0,0.1);
}

div.feedback-error {
    background-color: rgba(255,0,0,0.1);
}

div#kc-header {
/*    display: none; */
}

div#kc-registration {
    margin-bottom: 20px;
}

div#social-login {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    float: right;
    width: 150px;
    padding: 20px 0 200px 40px;
}

div.social-login span {
    display: none;
}

div#kc-social-providers ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#kc-social-providers ul li {
    margin-bottom: 20px;
}

div#kc-social-providers ul li span {
    display: inline;
    width: 100px;
}

div.pwd-forget-link {
		padding-top: 10px;
		padding-bottom: 20px;
}
	
div.pwd-forget-link a {
		color: #002a54;
		font-size: 12px;
}

/**************************************************/
/** - Ursprüngliche Angaben für die Input-Felder **/
/**************************************************/
/** input[type=text], input[type=password] {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    background-color: rgba(3,70,114,0.15);
    border: 0px solid rgba(0,0,0,0.2);
    box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.15);
    padding: 10px;
    width: 296px;
}

input[type=text]:hover, input[type=password]:hover {
    background-color: rgba(3,70,114,0.4);
}

input[type=submit] {
    border: none;

    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1));
    background: -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1));
    background: -o-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1));

    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);

    color: rgba(0,0,0,0.6);

    font-size: 14px;
    font-weight: bold;

    padding: 10px;
    margin-top: 20px;
    margin-right: 10px;
    width: 150px;
}

input[type=submit]:hover {
    background-color: rgba(255,255,255,0.8);
} **/
/****************************************************/
/** --- Ursprüngliche Angaben für die Input-Felder **/
/****************************************************/


a.zocial {
    border: none;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
    background: -o-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
    color: rgba(0,0,0,0.6);
    width: 130px;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

/*****************************/
/** - Neue Style - Klassen  **/
/*****************************/
	.bra-container {
	  margin-right: auto;
	  margin-left: auto;
	  padding-left: 10px;
	  padding-right: 10px; 
	}
	
	.bra-container:after {
	    display: block;
	    content: ".";
	    clear: both;
	    font-size: 0;
	    line-height: 0;
	    height: 0;
	    overflow: hidden; 
	}

	.bra-container {
	  min-width: 20em;
	  max-width: 80em; 
	}
	@media screen and (min-width: 48em) {
		 .bra-container {
	  	  padding: 0 20px; 
	   } 
	}

	.util-bg--grey-lightest {
	  background: #f7f7f7; 
	}

	.stage {
	position: relative;
	margin-top: -50px;
	margin-bottom: 30px;
}
	  .stage:after {
	    display: block;
	    content: ".";
	    clear: both;
	    font-size: 0;
	    line-height: 0;
	    height: 0;
	    overflow: hidden; }
	
	.stage__media img {
	  width: 100%; }
	
	@media screen and (min-width: 62em) {
	  .stage__content {
	    position: absolute; } }
	
	.stage--register .stage__media {
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  min-height: 294px; }
	  @media screen and (min-width: 62em) {
	    .stage--register .stage__media {
	      min-height: 650px; } }
	
	.stage--register .stage__content {
	  width: calc(100% + 20px); }
	  @media screen and (min-width: 62em) {
	    .stage--register .stage__content {
	      top: 25px;
	      left: 25px;
	      width: 100%; } }



.stage--register .stage__media {
	  background-image: url('../img/stage-registrierung.jpg');
  	background-size: cover;
	  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .stage--register .stage__media {
	  background-image: url('../img/stage-registrierung.jpg');
    background-size: cover;
    background-repeat: no-repeat;
 }
}

@media only screen and (max-width: 767px) {
  .stage--register .stage__media {
    background-image: url('../img/stage-registrierung-mobile.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
}
/***************************************/
/** - Formular - Elemente : Allgemein **/
/***************************************/
	.form__headline {
	  position: relative;
	  width: 100%;
	  margin: 0 0 20px 0; }
	  .form__headline:after {
	    display: block;
	    content: ".";
	    clear: both;
	    font-size: 0;
	    line-height: 0;
	    height: 0;
	    overflow: hidden; }
	  .form__section--inner .form__headline {
	    margin-bottom: 0; }
	
	.form__headline-text {
	  font-size: 18px;
	  font-size: 1.125rem;
	  margin: 0;
	  font-weight: bold;
	  color: #002a54; }
	  @media screen and (min-width: 48em) {
	    .form__headline-text {
	      font-size: 1.25rem; } }
	  .form__headline-text.error {
	    color: #cd0d00; }
	  .form__section--inner .form__headline-text {
	    font-size: 16px;
	    font-size: 1rem;
	    font-weight: 400; }

	.form--login {
	  padding: 23px 10px 20px 10px;
	  border-radius: 5px; }
	  @media screen and (min-width: 48em) {
	    .form--login {
	      padding: 23px 60px 20px 60px; } }
	  .form--login .form__headline-text {
	    text-align: center;
	    font-size: 20px;
	    font-size: 1.25rem; }
	    @media screen and (min-width: 48em) {
	      .form--login .form__headline-text {
	        font-size: 1.5rem; } }
	  .form--login .form__headline-subline {
	    font-size: 15px;
	    font-size: 0.9375rem;
	    margin: 15px 0 0 0;
	    color: #002a54; }
	  .form--login .input-box {
	    padding-right: 30px; }
	    @media screen and (min-width: 48em) {
	      .form--login .input-box {
	        padding-right: initial; } }
	  .form--login .checkbox {
	    padding: 10px 0; }
	    .form--login .checkbox label {
	      font-size: 11px;
	      font-size: 0.6875rem; }
	      .form--login .checkbox label:before {
	        top: -2px; }
	      .form--login .checkbox label:after {
	        top: -3px; }
	    .form--login .checkbox + .checkbox {
	      padding-top: 0; }
	  .form--login .tooltip {
	    position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%); }
	    @media screen and (min-width: 48em) {
	      .form--login .tooltip {
	        right: -30px; } }


/***************************************/
/**  Formular - Elemente : Tooltip    **/
/***************************************/
	.tooltip {
	  display: inline-block;
	  position: relative; 
	  opacity: 1;}
	
	.tooltip--right {
	  position: absolute;
	  z-index: 2;
	  right: 0; }
	  @media screen and (min-width: 48em) {
	    .tooltip--right {
	      right: 30px; } }
	
	.tooltip--left {
	  position: absolute;
	  left: 0; }
	  @media screen and (min-width: 48em) {
	    .tooltip--left {
	      left: 30px; } }
	
	.tooltip__trigger {
	  display: block;
	  height: 20px;
	  width: 20px;
	  cursor: pointer;
	  text-decoration: none;
	  overflow: hidden;
	  background: none;
	  border: none;
	  text-indent: -99999px; }
.tooltip__trigger:focus {
	outline: 3px solid #b9d8f9;
}

.tooltip__trigger:focus:not(:focus-visible) {
	outline: none;
	border: none;
}

.is-visible > .tooltip__trigger:focus {
	outline: none;
	border: none;
}
	  .tooltip__trigger:hover {
	    cursor: pointer; }
	  .tooltip__trigger:after {
	    font-size: 20px;
	    font-size: 1.25rem;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    display: block;
	    visibility: visible;
	    font-weight: bold;
	    text-align: center;
	    line-height: 1;
	    border-radius: 50%;
	    color: #002a54;
	    font-family: iconfont;
	    content: "\e905";
	    text-indent: 0; }
	
	.tooltip__flyout {
	  font-size: 14px;
	  font-size: 0.875rem;
	  position: relative;
	  display: none;
	  width: 100%;
	  padding: 10px 15px;
	  margin: 15px 0;
	  background: #e4e9f1;
	  border: 1px solid #b2bdc6;
	  border-radius: 5px;
	  color: #002a54; }
	  @media screen and (min-width: 62em) {
	    .tooltip__flyout {
	      border: none;
	      position: absolute;
	      z-index: 100;
	      top: -23px;
	      left: 70px;
	      display: none; 
	      width: 277px;
	      margin: 0; } }
	  .tooltip__flyout.is-visible {
	    display: block; }
	  .tooltip__flyout:after, .tooltip__flyout:before {
	    content: '';
	    position: absolute;
	    border-style: solid;
	    border-width: 0 15px 15px 15px;
	    display: block;
	    width: 0; }
	    @media screen and (min-width: 62em) {
	      .tooltip__flyout:after, .tooltip__flyout:before {
	        border-width: 15px 15px 15px 0; } }
	  .tooltip__flyout:after {
	    border-color: #e4e9f1 transparent;
	    z-index: 1;
	    top: -14px;
	    left: 50%;
	    transform: translateX(-50%); }
	    @media screen and (min-width: 62em) {
	      .tooltip__flyout:after {
	        border-color: transparent #e4e9f1;
	        left: -15px;
	        top: 18px;
	        transform: translateX(0); } }
	  .tooltip__flyout:before {
	    border-color: #b2bdc6 transparent;
	    z-index: 0;
	    top: -15px;
	    left: 50%;
	    transform: translateX(-50%); }
	    @media screen and (min-width: 62em) {
	      .tooltip__flyout:before {
	        border-color: transparent #fff;
	        left: -16px;
	        top: 18px;
	        transform: translateX(0); } }
	  .tooltip__flyout ul {
	    padding: 0 0 0 16px;
	    margin: 0 0 15px 0; }
	  .tooltip__flyout p {
	    margin: 0 0 15px 0; }
	  .tooltip__flyout > *:last-child {
	    margin: 0; }
	  @media screen and (min-width: 62em) {
	    .tooltip__flyout.tooltip__flyout--two-cols {
	      position: relative;
	      width: 100%;
	      margin: 15px 0;
	      background: #e4e9f1;
	      border: 1px solid #b2bdc6;
	      border-radius: 5px;
	      left: 0;
	      top: 0; } }
	  @media screen and (min-width: 62em) {
	    .tooltip__flyout.tooltip__flyout--two-cols:after, .tooltip__flyout.tooltip__flyout--two-cols:before {
	      border-width: 0 15px 15px 15px; } }
	  @media screen and (min-width: 62em) {
	    .tooltip__flyout.tooltip__flyout--two-cols:after {
	      border-color: #e4e9f1 transparent;
	      top: -14px;
	      left: 50%;
	      transform: translateX(-50%); } }
	  @media screen and (min-width: 62em) {
	    .tooltip__flyout.tooltip__flyout--two-cols:before {
	      border-color: #b2bdc6 transparent;
	      top: -15px;
	      left: 50%;
	      transform: translateX(-50%); } }
	
	.tooltip__flyout-button {
	  position: absolute;
	  top: 8px;
	  right: 8px;
	  display: block;
	  height: 20px;
	  width: 20px;
	  border-radius: 100%;
	  text-align: center;
	  background: #002a54;
	  color: #fff;
	  border: none; }
	  .tooltip__flyout-button:before {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    font-size: 12px;
	    font-size: 0.75rem; }
	  .tooltip__flyout-button:focus {
	    outline: none; }
	
	.tooltip__heading {
	  font-size: 16px;
	  font-size: 1rem;
	  line-height: 22px;
	  margin: 0 0 12px 0;
	  padding-right: 20px; }
	
	.form__headline--tooltip {
	  padding-right: 50px; }
	  .form__headline--tooltip .tooltip {
	    position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    z-index: 11; }
	
	.form--personal-data .tooltip {
	  position: absolute;
	  right: 0;
	  top: 50%;
	  transform: translateY(-50%); }
	  @media screen and (min-width: 48em) {
	    .form--personal-data .tooltip {
	      right: -30px; } }
	  @media screen and (min-width: 62em) {
	    .form--personal-data .tooltip .tooltip__flyout {
	      width: 500px;
	      margin: 0; } }
	
	.form__section--inner .tooltip {
	  position: absolute;
	  right: 0;
	  top: 50%;
	  transform: translateY(-50%); }
	  @media screen and (min-width: 48em) {
	    .form__section--inner .tooltip {
	      right: -54.25%; } }
	  @media screen and (min-width: 62em) {
	    .form__section--inner .tooltip .tooltip__flyout {
	      margin: 0; } }


/***************************************/
/** - Formular - Elemente : Buttons   **/
/***************************************/

	.btn {
	  display: block;
	  width: 100%;
	  position: relative;
	  margin: 0;
	  padding: 15px 20px 16px;
	  background: #002a54;
	  color: #fff;
	  border: none;
	  border-radius: 45px;
	  vertical-align: bottom;
	  cursor: pointer;
	  z-index: 0;
	  text-decoration: none;
	  font-weight: normal;
	  font-size: 16px;
	  line-height: 19px;
	  transition: all .2s ease-out;
	  text-align: center; }
	  @media screen and (min-width: 30em) {
	    .btn {
	      display: inline-block;
	      width: auto; } }
	  .europa-go .btn {
	    padding: 13px 20px;
	    border-radius: 4px; }
	  .btn:hover {
	    background: #bbc9db; }
.btn:focus {
	outline: 3px solid #b9d8f9;
}
	  .btn--small {
	    font-size: 14px;
	    font-size: 0.875rem;
	    padding: 5px 10px;
	    margin: 1.1em 0; }
	    .europa-go .btn--small {
	      padding: 6px 10px; }
	  .btn--disabled:hover {
	    background: #8a9bbb;
	    cursor: default; }
	  .btn--cancel {
	    background: #e4e9f1;
	    color: #002a54; }
	    .btn--cancel:hover {
	      background: #b2bdc6; }
	  .btn--light {
	    background: #bbc9db; }
	    .btn--light:hover {
	      background: #002a54; }
	  .btn--pink {
	    background: #e63995; }
	    .europa-go .btn--pink {
	      background: #f39200; }
	    .btn--pink:hover {
	      background: #f084be; }
	      .europa-go .btn--pink:hover {
	        background: #ffb84c; }
	  .btn--block {
	    width: 100%;
	    display: block;
	    padding-left: 10%;
	    padding-right: 10%;
	    overflow: hidden; }
	  @media screen and (max-width: 30em) {
	    .btn--margin-mobile {
	      margin: 10px 0 !important; } }
	  .btn.util-icon--after:after, .btn.util-icon--after:before, .btn.util-icon--before:after, .btn.util-icon--before:before {
	    color: white;
	    vertical-align: baseline; }
	  .btn.util-icon--before:before {
	    padding-right: 5px; }
	  .btn.util-icon--after:after {
	    padding-left: 5px; }

/***************************************/
/** - Formular - Elemente : Inputs    **/
/***************************************/
	input[type="text"],
	input[type="date"],
	input[type="search"],
	input[type="password"],
	input[type="tel"],
	input[type="url"],
	input[type="number"],
	input[type="email"] {
	  font-size: 16px;
	  font-size: 1rem;
	  width: 100%;
	  height: 50px;
	  padding: 0 10px;
	  border: 1px solid #e9e9e9;
	  border-radius: 5px;
	  background: #fff; }
	  input[type="text"]:focus,
	  input[type="date"]:focus,
	  input[type="search"]:focus,
	  input[type="password"]:focus,
	  input[type="tel"]:focus,
	  input[type="url"]:focus,
	  input[type="number"]:focus,
	  input[type="email"]:focus {
	    outline: none; }
	  input[type="text"][disabled],
	  input[type="date"][disabled],
	  input[type="search"][disabled],
	  input[type="password"][disabled],
	  input[type="tel"][disabled],
	  input[type="url"][disabled],
	  input[type="number"][disabled],
	  input[type="email"][disabled] {
	    background: #e4e9f1;
	    color: #414141;
	    z-index: 0; }
	
	input[type=date]::-webkit-inner-spin-button {
	  -webkit-appearance: none;
	  display: none; }
	
	.input {
	  font-size: 16px;
	  font-size: 1rem;
	  position: relative;
	  width: 100%;
	  margin: 0;
	  border: 1px solid #e9e9e9;
	  border-radius: 5px;
	  overflow: hidden;
	  background: #fff; }
	  .input.error {
	    padding-right: 30px;
	    border: 1px solid #cd0d00;
	    background: #ffdfdf; }
	  .input.success {
	    padding-right: 30px; }
	    .input.success:before {
	      font-size: 20px;
	      font-size: 1.25rem;
	      position: absolute;
	      top: 10px;
	      right: 10px;
	      color: #289923;
	      font-family: iconfont;
	      content: "\e90c"; }
	  .input.js-datepicker {
	    overflow: visible; }
	  .input--password {
	    padding-right: 30px; }
	    .input--password.error, .input--password.success {
	      padding-right: 70px; }
	      .input--password.error .input__button-password, .input--password.success .input__button-password {
	        right: 38px; }
	
	.no-js .input__button-password {
	  display: none; }
	
	input.input__field {
	  position: relative;
	  z-index: 2;
	  background: none;
	  border: none;
	  color: #002a54;
	  will-change: padding; }
	  input.input__field[disabled] + .dp-choose-date {
	    pointer-events: none;
	    cursor: default; }
	    input.input__field[disabled] + .dp-choose-date:after {
	      color: #999; }
	
	.element-is-filled input.input__field,
	.no-js input.input__field {
	  padding: 17px 10px 0; }
	
	.element-is-filled input[type="date"].input__field,
	.no-js input[type="date"].input__field {
	  padding: 0 10px; }
	  @media screen and (min-width: 48em) {
	    .element-is-filled input[type="date"].input__field,
	    .no-js input[type="date"].input__field {
	      padding: 17px 10px 0; } }
	
	.input__label {
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  display: block;
	  color: #6a7989;
	  -webkit-user-select: none;
	     -moz-user-select: none;
	      -ms-user-select: none;
	          user-select: none; }
	
	.input__label-placeholder {
	  font-size: 16px;
	  font-size: 1rem;
	 	/* position: relative; */
	  top: 13px;
	  left: 10px;
	  display: block;
	  width: 100%;
	  transform-origin: left;
	  transition: transform 0.3s, scale 0.3s;
	  will-change: transform;
	  white-space: nowrap; }
	
	.js-datepicker .input__label-placeholder {
	  display: none; }
	  @media screen and (min-width: 48em) {
	    .js-datepicker .input__label-placeholder {
	      display: block; } }
	
	.element-is-filled .input__label-placeholder,
	.no-js .input__label-placeholder {
	  transform: translateY(-13px) scale(0.7); }
	
	.input__button-password {
	  position: absolute;
	  top: 12px;
	  right: 5px;
	  padding: 0;
	  margin: 0;
	  border: none;
	  background: none;
	  line-height: 1;
	  z-index: 2; }
	  .input__button-password:before {
	    font-size: 22px;
	    font-size: 1.375rem;
	    display: block;
	    padding: 0;
	    color: #666; }
	  .input__button-password:focus {
	    outline: none; }
	  .input__button-password:active:before {
	    color: #e63995; }
	    .europa-go .input__button-password:active:before {
	      color: #f39200; }
	      
	.input-box {
	  position: relative;
	  margin-bottom: 10px; }
	
	.input-box--separation {
	  position: relative;
	  padding-right: 6%; }
	  .input-box--separation:after {
	    content: '—';
	    display: block;
	    position: absolute;
	    left: 95%;
	    margin-left: -6px;
	    top: 13px;
	    color: grey;
	    font-weight: bold; }
	
	.input-box--hidden {
	  display: none; }
	  
	  
	  