@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Lora-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/SourceSans3-Regular.otf.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/SourceSans3-Semibold.otf.woff2') format('woff2');
}

*, ::before, ::after {
    box-sizing: border-box;
}

html, body {
    background: #F0F0F0;
    color:#222222;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    min-width: 320px;
}

body {
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

a, a:visited {
    color: #0088CC;
}

.container {
    background-color: #fff;
    margin: 4px auto 0;
    max-width: 1140px;
    padding: 0 10px;
    width: 100%;
}

.header {
    height: 94px;
    background-color: white;
    text-align: center;
    padding: 16px 10px 0 0;
}

.header svg {
    margin-top: -3px;
}

.title {
    align-items: center;
    background-color:#fff;
    display: flex;
    height:52px;
    justify-content: center;
    margin: 60px auto 0;
    max-width:1140px;
    width:100%;
}
.title.om-online {
    height: 16px;
    background: #000F87;
}
.title.om-online h1, .title.om-online h2 {
    display:none;
}
.title.om-online.verlauf {
    background: rgb(0,15,135);
    background: -moz-linear-gradient(90deg, rgba(0,15,135,1) 0%, rgba(0,15,135,1) 25%, rgba(200,203,228,1) 25%, rgba(200,203,228,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,15,135,1) 0%, rgba(0,15,135,1) 25%, rgba(200,203,228,1) 25%, rgba(200,203,228,1) 100%);
    background: linear-gradient(90deg, rgba(0,15,135,1) 0%, rgba(0,15,135,1) 25%, rgba(200,203,228,1) 25%, rgba(200,203,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000f87",endColorstr="#c8cbe4",GradientType=1);
}
.om-online.inlinetext{
    max-width:480px;
    margin:10px auto;
}
.om-online.inlinetext.text-center h1,
.om-online.inlinetext.text-center h3,
.om-online.inlinetext.text-center p {
    text-align:center;
}

h1 {
    color:#2A2A2A;
    font-family:'Lora', serif;
    font-size:21px;
    line-height:25px;
    margin:0;
    padding-left: 16px;
    width:50%;
}

h2 {
    width:50%;
    text-align:right;
    font-size:16px;
    line-height:24px;
    font-weight: 400;
    margin:0;
    padding-right: 16px;
}

h2 a, h2 a:visited {
    color: #222222;
}

.text-left {
    text-align:left;
}

.divider {
    margin-left: -24px;
    margin-right: -24px;
    border-bottom: 1px solid rgba(15, 15, 21, 0.06);
    margin-bottom: 24px;
}

.description {
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.description h3 {
    color: #2A2A2A;
    font-family: 'Lora', serif;
    font-size: 21px;
    line-height: 25px;
    margin: 0;
    text-align: left;
}

.description p {
    color: #2A2A2A;
    font-size: 16px;
    text-align: left;
}

.error {
    color:#CC0300;
}

#jssdkForm,
#logoutForm,
#passwordForm {
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
}
#jssdkForm.form-om-online,
#logoutForm.form-om-online,
#passwordForm.form-om-online {
    max-width: 480px;
}
#disclaimer,
#footer {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 14px;
}

#footer {
    text-align: center;
}

#c1-reset_password_email-form-group {
    display: block;
    padding-top: 22px;
}

#c1-reset_password_email-form-group > p {
    margin: 0;
}

#c1-gender-radio-container {
    overflow: auto;
}

#c1-gender-radio-container div {
    float: left;
    margin-right: 20px;
}

#c1-pobox-form-group, #c1-pobox_city-form-group, #c1-pobox_postcode-form-group {
    display: none;
}

#c1-updateAccount-form {
    display:grid;
    grid-template:
    [row1-start] "line1" auto [row1-end]
    [row2-start] "line2" auto [row2-end]
    [row3-start] "line3" auto [row3-end]
    [row4-start] "line4" auto [row4-end]
    [row5-start] "line5" auto [row5-end]
    [row6-start] "line6" auto [row6-end]
    / auto;
    align-content: start;
}
#c1-updateAccount-form #c1-gender-form-group {
    grid-area: line1;
}
#c1-updateAccount-form #c1-first_name-form-group {
    grid-area: line2;
}
#c1-updateAccount-form #c1-last_name-form-group {
    grid-area: line3;
}
#c1-updateAccount-form #c1-require-label-form-group {
    grid-area: line4;
}
#c1-updateAccount-form #c1-error-label-form-group {
    grid-area: line5;
}
#c1-updateAccount-form #c1-submit-button-form-group {
    grid-area: line6;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label.control-label {
    color: #222222;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 8px;
}

.form-group label.control-label::after {
    content: ": ";
}

.form-group.required label.control-label::after {
    content: "*: ";
}

.form-group input:not([type=checkbox]):not([type=radio]), .form-group select {
    background-color: #F0F0F0;
    border: none;
    border-radius: 5px;
    color: #2A2A2A;
    font-size: 14px;
    height: 44px;
    padding-left: 10px;
    width: 100%;
}

.form-group span.help-block {
    color: #CC0300;
}

label {
    color: #787878;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    vertical-align: baseline;
    width: 100%;
}

input:not([type=checkbox]):not([type=radio]), select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e4e4e4;
    display: inline-block;
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 5px;
    min-height: 38px;
    padding: 3px 8px;
    width: 100%;
}

select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.837' height='8.333' viewBox='0 0 13.837 8.333'%3E%3Cpath id='Pfad_186_1_' data-name='Pfad 186 (1)' d='M-2762.947,675.281l6.211,6.212,6.212-6.212' transform='translate(2763.654 -674.574)' fill='none' stroke='%2308c' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.om-online .btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/*
input[type="radio"] {

}
*/

.required-description {
    font-size: 14px;
}

.required-description::before {
    content: "*";
}

.btn {
    background-color: #0088CC;
    border:none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    height:44px;
    margin: 5px 0 10px;
    text-align: center;
    width: 100%;
}

.btn-link {
    background: transparent;
    border: none;
    color: #222222;
    font-weight: 400;
    height: auto;
    text-decoration: underline;
}

.c1-oAuthlogin-oauth-google {
    border: 1px solid #F0F0F0;
}

.c1-oAuthlogin-oauth-google .abcRioButton.abcRioButtonLightBlue {
    box-shadow: none;
    margin:0 auto;
    padding-top: 3px;
}

.abcRioButtonContentWrapper {
    display:flex;
    justify-content:center
}

.abcRioButtonIcon {
    float:none;
}

.checkbox,
.radio > .input-group {
    position: relative;
    display: block;
    min-width: 1.5rem;
    padding-left: 1.5rem;
}

.checkbox input,
.radio input {
    padding: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    overflow: visible;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.checkbox label,
.radio label {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.radio label::before {
    border-radius: 50%;
}

.checkbox label::before,
.radio label::before {
    position: absolute;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #e4e4e4 solid 1px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.checkbox input:checked~::before,
.radio input:checked~::before {
    color: #fff;
    border-color: #09f;
    background-color: #09f;
}

.checkbox label::after,
.radio label::after {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.radio input:checked~::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.checkbox input:checked~::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: '';
    height: .6rem;
    width: .3rem;
    left: -1.15rem;
    top: .15rem;
    position: absolute;
    transform: rotate(45deg);
}

.tp-iframe-wrapper.tp-active.piano-id-modal-ver-.piano-id-modal-ver-2.successDoi {
    width: 100% !important;
   height: 100% !important;
   margin: 0 !important;
   background-color: #fff;
   text-align: center; 
}

.d-none {
  display:none;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 15px;
}
.lds-ellipsis div {
  position: absolute;
  top: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.8s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.8s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.8s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.8s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.blink {
    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 5.2s;
    animation-iteration-count: infinite;
}

@keyframes animation_blink {
    0% { opacity: 1; }
    20% { opacity: 1; }
    50% { opacity: 0.7; }
    80% { opacity: 1; }
    100% { opacity: 1; }
}
