* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 100%;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



@font-face {
    font-family: 'ClanBlack';
    src: url('../images/fonts/clan_black.eot');
    src: local('☺'), url('../images/fonts/clan_black.woff') format('woff'), url('../images/fonts/clan_black.ttf') format('truetype');
}

@font-face {
    font-family: 'ClanBold';
    src: url('../images/fonts/clan_bold.eot');
    src: local('☺'), url('../images/fonts/clan_bold.woff') format('woff'), url('../images/fonts/clan_bold.ttf') format('truetype');
}

@font-face {
    font-family: 'ClanMedium';
    src: url('../images/fonts/clan_medium.eot');
    src: local('☺'), url('../images/fonts/clan_medium.woff') format('woff'), url('../images/fonts/clan_medium.ttf') format('truetype');
}


@font-face {
    font-family: 'ClanNews';
    src: url('../images/fonts/clan_news.eot');
    src: local('☺'), url('../images/fonts/clan_news.woff') format('woff'), url('../images/fonts/clan_news.ttf') format('truetype');
}

.content-container a {
    color: #2F518B;
    text-decoration: underline;
}

header  ul {
    list-style: none;
}

header ul li {
    font-size: 1.3em;
    line-height: 2em;
    font-family: "ClanMedium", "Arial";
    color: #ffffff;
    position: relative;
    padding-left: 60px;
}

header ul li:before {
    content: url("../images/tick@2x.png");
    position: absolute;
    left: 0;
}

nav {
    padding: 20px 80px;
    border-bottom: 1px #ffffff solid;
    position: relative;

}

nav img {
    max-width: 100%;
    height: auto;
    max-height: 30px;
}

nav .orgLogo {
    height: 20px;
    margin-top: 3px;
}

.logos, .right {
    display: flex;
    align-items: center;
}

.separator {
    display: flex;
    width: 1px;
    background-color: #ccc;
    height: 25px;
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (max-width: 800px) {
    .right {
        display: none;
    }
}

#dataProtection .right p {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

#dataProtection p.pwForget {
    text-align: center;
    margin-bottom: 0;
    margin-top: 2px;
}

#dataProtection a,
#dataProtection a:link,
#dataProtection a:visited,
#dataProtection a:focus,
#dataProtection a:hover,
#dataProtection a:active {

    color: #888888;

}

.page-wrapper section, .page-wrapper {
    max-width: 1400px;
    margin: auto;
}


.login_btn {
    font-family: "ClanMedium";
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    color: #FFFFFF;
}

#dataProtection nav {
    padding: 10px 20px;
    font-size: 0;
}

#dataProtection nav img {
    margin-top: 3px;
}

#dataProtection .page-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#dataProtection h1 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

#dataProtection h2 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

#dataProtection h6 {
    color: #000000;
    line-height: 20px;
}

#dataProtection p {
    font-family: "ClanNews";
    font-size: 12px;
    margin-bottom: 12px;
}

#dataProtection li {
    list-style: none;
}

#dataProtection ul {
    margin-bottom: 12px;
    font-family: "ClanNews";
    font-size: 12px;
}

#dataProtection .content-container {
    padding-right: 20px;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    box-shadow: 0 0 5px #c9c9c9;
}

input[type="submit"], form button {
    width: 100%;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    font-family: "ClanMedium", "Arial";
    height: auto;
    cursor: pointer;
    border-radius: 3px;
    border: 0px;
}

textarea {
    padding: 10px;
    min-width: 260px;
    min-height: 150px;
}

textarea::placeholder, input::placeholder {
    color: #C9C9C9;
}

.select {
    background-image: url(images/drop-down-arrow.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: 8px;
    background-position: center;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999999;
    border-radius: 1px;
    background-color: #ffffff;
    height: 30px;
    font-size: 0.8em;
    padding-left: 10px;
    color: #d1d1d1;
    box-shadow: none;
    position: relative;
}

input[type="checkbox"] {
    height: auto;
}

.checkbox {
    font-size: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.mb-05 {
    margin-bottom: 5px !important;
}


option {
    background:#222;
    border-top:1px solid #444;
    padding:.3em 1em .3em 1em;
}

#dataProtection .history {
    font-size: 12px;
    margin-bottom: 20px;
    font-family: "ClanNews", "Arial";

}

#dataProtection label {
    display: block;
    margin-bottom: 0;
    align-self: center;
    margin-left: 10px;
    text-transform: none;
}

#dataProtection .checkbox-container {
    margin-bottom: 0;
}

#dataProtection .checkbox-container div.full {
    width: 100%;
}

#dataProtection .checkbox-container label:first-child {
    margin-left: 0;
    text-transform: uppercase;
}

#dataProtection .form-control {
    position: relative;
}

#dataProtection .form-control label {
    text-align: left;
    width: 100%;
    margin-left: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#dataProtection .checkbox-container div {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

#dataProtection .checkbox-container div.form-control#otherRelationBox {
    display: none;
    height: auto;
}

#dataProtection .checkbox-container div.form-control#otherRelationBox input[type="text"] {
    width: 100%;
}

#dataProtection .checkbox-container #otherRelation:checked ~ #otherRelationBox {
    display:block;
    width: 100%;
    position: relative;
}

#dataProtection .form-container {
    padding: 20px;
    border: 1px solid #cccccc;
    display: flex;
}

#dataProtection .button {
    background-color: #2F518B;
    padding: 15px;
    text-align: center;
    display: block;
    font-size: 14px;
    margin-top: 20px;
}

#dataProtection .call {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 200;
    display: flex;
    align-items: center;
    margin: 0 10px;
}

#dataProtection .call:before {
    content: url("../images/phone.png");
    padding-right: 5px;
}



#dataProtection .call p {
    margin-bottom: 0;
}

.headline {
    padding: 0 10px 0 0;
    text-shadow: 0 0 100px rgba(0,0,0,0.3);
}

p {
    font-family: "ClanMedium", "Arial";
    font-size: 1em;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "ClanMedium", "Arial";
    color: #ffffff;
    font-weight: 100;
}




h5, h4 {
    font-family: "ClanMedium", "Arial";
    color: #2F518B;
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.2em;
}

nav p, footer p, h4 {
    font-family: "ClanNews", "Arial";
}



h6 {
    font-size: 1em;
    color: #4a4a4a;
    margin-bottom: 5px;
}

h1 {
    font-family: "ClanNews", "Arial";
    font-size: 5em;
    margin-bottom: 10px;

}

h1 span {
    font-family: 'ClanBold', 'Arial';
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 10px;
}

span.wrap {
    white-space: nowrap;
    display: block;
}

h2 {
    font-size: 2.8em;
    line-height: 1em;
}

h3 {
    font-size: 1.5em;
    line-height: 2em;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

h3:before {
    content: url("../images/tick@2x.png");
    margin-right: 20px;
    position: relative;
    top: 3px;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 20px;
}



.circleBtn, .circleBtn-mobile {
    border-radius: 100%;
    background-color: #CC092F;
    height: 150px;
    width: 150px;
    position: absolute;
    display: flex;
    z-index: 220;
    right: 370px;
    top: 30px;
    color: #ffffff;
    justify-content: center;
    transform: rotate(350deg);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
}

.circleBtn-mobile {
    display: none;
}

.circle-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 28px;
}

.circle-text h2 {
    font-size: 1.5em;
    font-family: "ClanBlack", "Arial";
    line-height: 1.3em;
}

.circle-text p {
    font-size: 1em;
    line-height: 1.18em;
}

.form-container {
    background-color: #ffffff;
    max-width: 410px;
    min-width: 385px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media screen and (max-width: 600px) {
    .form-container {
        min-width: 300px;

    }
}

.form-container h5 {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}
#success p {
    text-align: center;
    color: #2F518B;
}

#success {
    position: absolute;
    width: 100%;
    height: calc(100% - 30px);
    top: 30px;
    left: 0;
    background-color: #ffffff;
    padding: 30px;
    display: none;
}

#success.show {
    display: block;
}

.form-control {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

label {
    font-size: 10px;
    align-self: flex-start;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    color: #999999;
    letter-spacing: 0.05em;
    font-family: "ClanNews", "Arial";
}

label.checkboxLabel {
    font-size: 12px;
    margin-top: 2px;
}

input, textarea {
    border: 1px solid #999999;
    border-radius: 1px;
    background-color: #ffffff;
    height: 30px;
    font-size: 0.8em;
    padding-left: 10px;
    color: #4a4a4a;
    box-shadow: none;
    position: relative;
    max-width: 100%;

}

img.close {
    width: 13px;
    float: right;
    display: none;
}

.checkbox-control label {
    text-transform: none;
    font-size: 0.7em;
    letter-spacing: 0;
    align-self: center;
    margin-bottom: 0;
    font-weight: 100;
}

.checkbox-control {
    display: flex;
    margin: 5px 0;
    align-items: center;
}

.checkbox-control p {
    color: #999999;
    font-size: 0.68em;
}

.checkbox-control input {
    margin-right: 10px;
    height: 20px;
}

.button {
    background-color: #CC092F;
    padding: 20px;
    color: #ffffff;
    text-align: center;
    max-width: 300px;
    display: block;
    margin: auto;
    font-family: "ClanMedium", "Arial";
    border-radius: 3px;
}

section {
    padding: 30px 0 0 0 ;
    max-width: 1360px;
    margin: auto;
}

.error label, .error label a.link {
    color: #CC092F;
}

.error input {
    border-color: #CC092F;
}

p.error {
    color: red;
    margin-top: 5px;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1400px) {
    section {
        padding: 30px 20px;
    }
}


@media screen and (max-width: 600px) {

    #dataProtection nav .page-wrapper {
        flex-direction: row;
    }

    #dataProtection .page-wrapper {
        flex-direction: column;
        align-items: center;
    }

    #dataProtection .content-container {
        padding-right: 0;
        margin-bottom: 20px;

    }

    #dataProtection .form-container {
        width: 100%;
    }

    .form-container {
        max-width: none;
    }
}



