body {
    font-size: 14px;
    font-family: "Open-Sans-Local","Open-Sans",sans-serif;
    font-weight: normal;
    line-height: 1.42857143;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
}
label {
    margin-bottom: 5px;
    font-weight: 700;
}
a:hover {
    color: #fff;
}
#backstretch {
    height: 100%;
    left: 0;
    margin: 0;
    min-height: 718px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
#backstretch > img {
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
#backstretch > img:nth-child(1),
#backstretch > img:nth-child(2) {
    opacity: 0;
}
#backstretch > img:nth-child(1) {
    animation-delay: 0s, 1s;
    animation-duration: 1s, 8s;
    animation-fill-mode: forwards, forwards;
    animation-iteration-count: 1, infinite;
    animation-name: fadeIn1, fadeIn2;
    animation-timing-function: ease, ease;
}
#backstretch > img:nth-child(2) {
    animation-delay: 1s;
    animation-duration: 8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: fadeIn3;
    animation-timing-function: ease;
}
@keyframes fadeIn1 {
      0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn2 {
      0% {opacity: 1;}
     50% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn3 {
      0% {opacity: 0;}
     50% {opacity: 1;}
    100% {opacity: 0;}
}
/* Color definition */
.blue {
    color: #294c6b;
}
.darkgrey {
    color: #828282;
}
.grey {
    color: #f2f2ea;
}
.yellow {
    color: #f6ec56;
}
/* Button definition */
.btn.blue {
    color: #fff;
    background-color: #294c6b;
    border-color: #294c6b;
}
.btn.lightblue {
    color: #fff;
    background-color: #7a9dbc;
    border-color: #7a9dbc;
}
.btn.grey {
    color: #828282;
    background-color: #f2f2ea;
    border-color: #f2f2ea;
}
.btn:hover {
    opacity: .8;
}
#forgottenPassword,
#resendEmail {
    color: #fff;
    cursor: pointer;
}
.login {
    background-color: #294c6b !important;
}
.login .logo {
    height: 96px;
    margin: 15px auto;
    text-align: center;
}
.login .logo > img {
    height: 100%;
}
.login .content {
    background: rgba(41, 76, 107, .7);
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 3%;
    max-width: 400px;
    padding: 30px;
    padding-bottom: 15px;
    padding-top: 20px;
    width: 100%;
}
.login .content h1,
.login .content h3,
.login .content h4 {
    color: #eee;
}
.login .content p,
.login .content li,
.login .content label {
    color: #fff;
}
.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}
.login .content .input-icon {
    left: 0;
    position: relative;
}
.input-icon > i {
    color: #ccc;
    display: inline-block;
    font-size: 16px;
    left: 0;
    line-height: 14px;
    margin: .833em 2px 4px 10px;
    position: absolute;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    width: 16px;
}
.input-icon > .form-control {
    padding-left: 33px;
}
.login .content .form-control {
    background-color: #fff;
    height: 40px;
}
.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 20px;
}
.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}
.login .content .form-actions .checkbox {
    margin-top: 8px;
    display: inline-block;
}
.login .content .form-actions .btn {
    margin-top: 1px;
}
.login .content .forgotten-password .resend-email {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}
.login .content .create-account {
    border-top: 1px solid #eee;
}
.login .content .create-account a {
    margin-top: 5px;
}
.error {
    position: relative;	
}
.help-block {
    display: none;
}
.has-error .help-block  {
    background-color: #f6ec56;
    border: 1px solid #f6ec56;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    color: #294c6b;
    display: inline;
    font-size: 12px;
    padding: 5px 15px 5px 15px;
    position: absolute;
    z-index: 15;
}
.has-error .help-block:before, .has-error .help-block:after {
    border: solid transparent;
    content: " ";
    height: 0;
    left: 17px;
	margin-top: -25px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.has-error .help-block:after {
    border-bottom-color: #f6ec56;
    border-width: 10px;
    margin-left: -10px;
    z-index: -1;
}
.has-error .help-block:before {
    border-width: 11px;
    margin-left: -11px;
}
.fa-eye,
.fa-eye-slash {
    cursor: pointer;
    margin-left: calc(100% - 32px) !important;
    margin-top: -27px !important;
}
.fa-eye:hover,
.fa-eye-slash:hover {
    opacity: .7;
}
#passwordInput,
#passwordRepeatition,
#register-form-password {
    padding-right: 33px;
}
/* footer copyright */
.login .copyright {
  color: #eee;
  font-size: 13px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
@media (max-width: 480px) {
  .login .content {
    padding: 30px;
  }
  .login .content h3 {
    font-size: 22px;
  }
  .login .checkbox {
    font-size: 13px;
  }
}
a,
a:hover {
    color: #fff;
}
/* Bootstrap Ecken überschreiben */
.alert,
.btn,
.form-control,
.login .content,
.card,
a,
button,
div,
img,
input,
label,
li,
p,
select,
span {
    border-radius: 0 !important;
}
#cookiedisclaimer {
    background-color: #af0709;
    box-shadow:0 0 10px #000;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
}
#cookiedisclaimer a {
	color: #dfdfed;
	font-weight: bold;
	text-decoration: underline;
}
.modal-body {
	color:#000 !important;	
}
.modal-body div {
    border: 0 !important;
    text-align: left;
}
.modal-body h3 {
    font-size: 24px;
    color:#777 !important;
}
.modal-body .heading h3 {
	color: #555 !important;
	font-size: 32px;
	margin: 0 !important;
	text-align: center;
}
.copyright button,
.field-register-form-agb_flag button {
    color: #fff !important;	
    padding-left: 0;
    padding-right: 0;
}
.copyright button,
.field-register-form-privacy_flag button {
    color: #fff !important;	
    padding-left: 0;
    padding-right:0;
}
.modal-header button {
    font-size: 22px;
    padding: 4px 8px 4px 8px;
}
.field-register-form-agb_flag button {
    font-weight: bold !important;
    padding:0;
    text-decoration: underline;
}
.field-clinic-registration-form-agb_flag button {
    color: #fff !important;	
}
.field-clinic-registration-form-agb_flag button {
    font-weight: bold !important;
    padding:0;
    text-decoration:underline;
}
.field-register-form-privacy_flag button {
    font-weight: bold !important;
    padding:0;
    text-decoration:underline;
}
.field-clinic-registration-form-privacy_flag button {
    color:#fff !important;	
}
.field-clinic-registration-form-privacy_flag button {
    font-weight: bold !important;
    padding: 0;	
    text-decoration: underline;
}