input, select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/noto-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/noto-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/noto-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/noto-sans-v27-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}
body{
    height: 100%;
    font-family: "Noto Sans", sans-serif, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0)!important;
    font-size: 16px;
}
h1, h2 {
    letter-spacing: 1px;
}
h1 {
    font-size: 50px;
    font-style: normal;
    margin: 0;
}
h1 strong {
    font-weight: 500;
}
h2, legend {
    font-size: 20px;
    font-weight: inherit;
}
a {
    text-decoration: none;
}
.bg-season {
    background-attachment: fixed;
    background-size: cover;
}
header {
    background-color: #191F76;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    position: fixed;
}
header div {
    display: flex;
    flex-direction: row-reverse;
    height: 30px;
    align-items: center;
    font-weight: bold;
    padding-right: 50px;
}
header ul, footer ul {
    display: flex;
}
header ul li, footer ul li {
    font-size: 11px;
    list-style-type: none;
}
.separator {
    padding: 0 10px;
    margin-top: -1px;
    font-weight: normal;
}
header a, header .separator {
    color: white;
    text-decoration: none;
}
#content {
    min-height:calc(100% - 86px);
}
.user-content, .footer-content {
    margin: 0 130px;
}
.user-content {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    padding: 20px 50px;
}

label {
    display: block;
    /*font-size: 15px;*/
    font-size: 0.92em;
    font-weight: bold;
    margin-bottom: 7px;
    float: left;
}
input[type='text'], input[type='email'], input[type='password'], select, textarea {
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    color: #002b45;
    padding: 13px;
    border-radius: 2px;
    width: 100%;
}
textarea {
    height: 160px;
}
.notValid input, .notValid select {
    border: 1px solid #DF653E;
}
.notValid input[type='checkbox'] {
    outline: 1px solid #DF653E;
    outline-offset: 2px;
}
.error_info, .errors {
    color: #FE0000;
    margin-top: 10px;
}
.infos {
    color: #191F76;
    margin-top: 10px;
}
.checkbox-privacy {
    display: flex;
    align-items: center;
    margin: 45px 0 0 10px;
}
.checkbox-privacy input[type='checkbox'] {
    width: 30px;
    height: 30px;
}
.checkbox-privacy span {
    margin-left: 20px;
}
footer {
    color: #ffffff;
    background-color: #191F76;
    border-top: 1px solid #485666;
    position: fixed;
    width: 100%;
    bottom: 0;
}
footer a {
    color: #ffffff;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
}
.footer-right {
    text-align: center;
}
.button {
    color: #ffffff;
    border-radius: 5px;
    padding: 13px 15px 13px;
    border: none;
}
.button_bar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.but-green {
    border-color: #08d102;
    background-color: #08d102;
}

.but-call_to_action {
    border-color: #FFB400;
    background-color: #FFB400;
}

.but-grey {
    border-color: #BBBBBB;
    background-color: #BBBBBB;
}

.form-element {
    margin: 11px 0;
    font-size: 16px;
}
.form-element ul {
    margin: 0;
    padding: 0;
}
.form-element li {
    list-style-type: none;
}

.main1 { width: 100%; margin-right: 30px;}
.main2 { width: 100% }

.header {
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 116px;
    margin-top: 31px;
}

.header-logo {
    background-image: url('/img/logo/kigaroo-logo_two_color.svg');
    width: 253px;
    height: 116px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    margin: 50px 0 0 35px;
}
.header-logo-white {
    background-image: url('/img/logo/kigaroo-logo_one_color.svg');
    width: 253px;
    height: 116px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    margin: 50px 0 0 35px;
}k
.clubity-header-logo-white {
    background-image: url('/img/clubity/logo-clubity-white.png');
    width: 240px;
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    margin-left: 35px;
}

.header-logo > img {
    opacity: 0;
}
.but-login {
    background-color: #03a4df;
    color: #ffffff;
    border-color: #0182bd;
    padding: 9px;
    border-radius: 5px;
    white-space: nowrap;
}
.logout-emails-info {
    background-image: url(/img/info.png);
    width: 13px;
    height: 13px;
    float: left;
    margin-left: 3px;
}
.float-left {
    float: left;
}
.button_back_on_error {
    margin-top: 50px;
}
.loginBox {
    border-radius: 5px;
    margin-top: 147px;
    margin-bottom: 170px;
    padding: 25px;
    background-color: rgba(255,255,255,0.8);
}
.loginBoxSmall {
    width: 400px;
}
.loginBoxMedium {
    width: 600px;
}
.loginBoxMedium:after {
    position: absolute;
    content: "";
    bottom: -200px;
    height: 1px;
    width: 1px;
}
.loginBoxLarge {

}

.box-left {
    position: absolute;
    left: 100px;
}
.box-right {
    position: absolute;
    right: 100px;
}
.box-headline {
    font-weight: bold;
}
@media screen and (min-width:1000px) {
    .content-registration {
        display:-webkit-flex;
        display:flex;
    }
    .main1, .main2 {
        width: 50%;
    }
}
.info-text span {
    font-weight: bold;
}
@media screen and (max-width: 1000px) {
    .footer-left {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .button_bar {
        display: contents;
        margin: 15px 0 50px 0;
    }
    .button_bar input {
        width: 100%;
        margin: 5px 0;
        float: none;
    }
    .button_bar a {
        display: block;
        text-align: center;
    }
    .button_bar button {
        width: 100%;
    }
    .user-content {
        width: 85%;
    }
    .loginBoxMedium {
        width: 400px;
    }
    .box-left {
        left: 10px;
    }
    .box-right {
        left: 10px;
    }
    .footer-content {
        margin: 0 73px;
    }
}

.error-403, .error-404, .error-500, .error-503, .recommend {
    position: absolute;
    right: 20px;
    width: 600px;
    margin-bottom: 100px;
    margin-top: 147px;
    border-radius: 5px;
    padding: 0 25px 25px 25px;
    background-color: rgba(255,255,255,0.75);
}
.error-403 p, .error-404 p, .error-500 p, .error-503 p {
    margin-left: 20px;
}

.error-403-image, .error-404-image, .error-500-image, .error-503-image,
.clubity-error-403-image, .clubity-error-404-image, .clubity-error-500-image, .clubity-error-503-image {
    background-size: 100%;
    background-repeat: no-repeat;
}
.error-403-image {
    background-image: url('/img/error/403.jpg');
}
.error-404-image {
    background-image: url('/img/error/404.jpg');
}
.error-500-image {
    background-image: url('/img/error/500.jpg');
}
.error-503-image {
    background-image: url('/img/error/503.jpg');
}

.clubity-error-403-image {
    background-image: url('/img/error/clubity/403.jpg');
}
.clubity-error-404-image {
    background-image: url('/img/error/clubity/404.jpg');
}
.clubity-error-500-image {
    background-image: url('/img/error/clubity/500.jpg');
}
.clubity-error-503-image {
    background-image: url('/img/error/clubity/503.jpg');
}

.recommend-image {
    background-image: url('/img/error/logout.jpg');
}
.recommend-image-clubity {
    background-image: url('/img/error/clubity/logout.jpg');
}
.hotline, .hotline .noWrap {
    font-size: 18px;
}
.hotline > span {
    font-size: 13px;
}
.multilogin-list {
     padding: 0;
 }
.multilogin-list li {
    list-style-type: none;
    border-top: 1px solid #e1e1e1;
    /*cursor: pointer;*/
}
.multilogin-list li:hover {
    background-color: #ededed;
}
.multilogin-list li:last-child {
    border-bottom: 1px solid #e1e1e1;
}
.multilogin-list li a {
    display: block;
    color: #222;
    text-decoration: none;
    padding: 15px;
}
.multilogin-info {
    margin-bottom: 10px;
}
.headline h2 {
    font-weight: bold;
}
.alert {
    position: relative;
    display: block;
    margin: 30px 0 15px 0;
    min-height: 30px;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0 0 1px 0 #909090;
    -moz-box-shadow: 0 0 1px 0 #909090;
    box-shadow: 0 0 1px 0 #909090;

    font-weight: bold;
    padding: 0 15px;
    text-align: center;
    color: #ffffff;
}
.alert.green {
    background: #08d102;
    border-color: #08d102;;
    color: #ffffff;
}
.alert.red {
    background: #FE0000;
    border-color: #FE0000;
}

.section-header {
    height: 80px;
}
.navbar-brand {
    padding: 25px;
}
main-clubity {
    min-height: calc(100% - 210px);
}
.section-main {
    margin-top: -100px;
    position: relative;
    min-height: 600px;
}
.section-footer {
    width: 100%;
    background-color: #173076;
    color: #fff;
    height: 90px;
    position: relative;
}
.section-footer::before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 130px;
    top: -60px;
    left: 0;
    background: #173076;
    transform-origin: bottom top;
    -ms-transform: skew(0deg, -30deg);
    -webkit-transform: skew(0deg, -30deg);
    transform: skew(0deg, -3deg);
    border-top: 5px solid #E50063;
    z-index: -1;
}

.row-externaly {
    width: 100%;
    max-width: 1100px;
    margin-left:auto;
    margin-right:auto;
}
.section-footer {
    color: white;
    line-height: 28px;
    font-weight: 300;
}
.section-footer a:link {
    color: white;
    text-decoration: none;
}
.section-footer .row-externaly {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.section-footer .logo-footer {
}
.section-footer .imprint {
    font-weight: 600;
}

.etv_form {
    display: flex;
    justify-content: space-between;
}
.etv_form div {
    width: 95%;
}
.etv_form input[type='checkbox'] {
    width: 30px;
    height: 30px;
}
.etv_form .form-element-checkbox input {
    float: left;
    font-weight: normal;
}
.etv_form .form-element-checkbox label {
    float: left;
    margin: 5px 0 0 10px;
    font-weight: normal;
}
.etv_logo {
    background-image: url('/img/logo/etv-at-home.png');
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: top right;
    padding-right: 25%;
    margin-bottom: 25px;
}
.etv_dsgvo {
    font-size: 0.92em;
}
.etv_dsgvo a {
    text-decoration: underline;
    color: black;
}
