.startpromo {
    background: url(img/start.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    height: auto !important;
    padding-bottom: 25px;
}

.formular {
    background: rgba(255, 255, 255, 1);
    padding: 35px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.registerButtonEmail {
    display: none;
}

.radar {
    height: 480px;
    background: url(img/radar.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

#registerForm {
    -webkit-transition: opacity 2s;
    transition: opacity 2s
}

.dd-article-main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dd-blurred img {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.dd-crop {
    overflow: hidden;
    position: relative
}

.dd-landscape {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: 100%
}

.dd-portrait {
    position: absolute;
    -webkit-transform: translate(-50%, -18%);
    transform: translate(-50%, -18%);
    left: 50%;
    top: 18%;
    width: 100%
}

.dd-online-circle {
    position: absolute;
    border: 2px solid #eee;
    border-radius: 50%;
    background-color: #090;
    left: 86%;
    top: 86%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 11px;
    min-height: 11px;
    width: 25%;
    height: 25%;
    max-width: 22px;
    max-height: 22px
}

.btn-primary, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .btn-primary:visited, .btn-primary:visited:hover {
    color: #fff;
    background: #0069b4;
    border-color: #0069b4
}

.ctacolor, .ctacolor:active, .ctacolor:active:focus, .ctacolor:active:hover, .ctacolor:focus, .ctacolor:hover, .ctacolor:visited, .ctacolor:visited:hover {
    color: #fff;
    background: #fb254f;
    border-color: #fb254f
}

.dd-widget-header-registerbox-legaltext {
    font-size: 80%;
    color: #bee4ff
}

.dd-widget-header-registerbox-legaltext a {
    color: #bee4ff;
    text-decoration: underline
}

.dd-catchphrase {
    margin-bottom: 1.5rem;
    font-size: 2.2rem
}

.dd-error {
    border: 1px solid #0087e7;
    color: #fff;
    background-color: #004b81;
    padding: 10px;
    border-radius: 5px
}

.dd-error-icon {
    color: #ff0
}

.hr-text {
    position: relative;
    font-size: .9rem;
    line-height: 1em;
    outline: 0;
    border: 0;
    text-align: center;
    height: 1.5em;
    color: #fff;
    opacity: .7
}

.hr-text:before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    line-height: 1.5em;
    background-color: rgba(0, 105, 180, .95);
    box-shadow: 0 0 10px 4px #0069b4
}

.switch-field {
    overflow: hidden
}

.switch-title {
    margin-bottom: 6px
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}

.switch-field label {
    float: left;
    display: inline-block;
    width: 60px;
    background: #eeeeee;
    color: #cccccc;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px hsla(0, 0%, 100%, .1);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.switch-field label:hover {
    cursor: pointer
}

.switch-field input:checked + label {
    box-shadow: none;
    color: #fff;
    background: #fb254f;
    border-color: #fb254f
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0
}

.dd-select {
    width: auto;
    font-size: 1.2rem;
    min-height: 2.6rem
}

.dd-widget-benefits > .dd-widget-benefits-item-sealonly, .dd-widget-members {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dd-widget-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: -1rem
}

.dd-widget-members > .dd-widget-members-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 120px;
    flex: 0 1 120px;
    margin: 1rem;
    line-height: 1.2rem;
    text-align: center
}

@media (max-width: 767.98px) {
    .dd-widget-members > .dd-widget-members-item {
        max-width: 80px
    }
}

@media (max-width: 575.98px) {
    .dd-widget-members > .dd-widget-members-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3 - 2rem);
        flex: 0 1 calc(100% / 3 - 2rem)
    }
}

.dd-widget-members-item-name {
    margin-top: .5rem;
    font-size: .9rem;
    font-weight: 500
}

@media (max-width: 575.98px) {
    .dd-widget-members-item-name {
        font-size: .7rem
    }
}

.dd-widget-radar {
    background-color: #eee
}

.dd-widget-radar .dd-widget-radar-image-headline {
    position: absolute;
    left: 5%;
    top: 20%;
    z-index: 1;
    font-weight: 700;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff
}

@media (min-width: 1200px) {
    .dd-widget-radar .dd-widget-radar-image-headline {
        font-size: 4.45rem
    }
}

.dd-widget-radar .dd-widget-radar-image .dd-widget-radar-image-inside {
    padding-top: 79.5%
}

@media (min-width: 576px) {
    .dd-widget-radar .dd-widget-radar-image {
        width: 100%;
        background-size: 100%;
        background-position: 0 0
    }

    .dd-widget-radar .dd-widget-radar-image .dd-widget-radar-image-inside {
        padding-top: 53%
    }
}

.dd-footer-main {
    background: #292b2c;
    font-size: .75rem;
    padding: 1.5rem 1rem;
    color: #adb5bd
}

.dd-footer-main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .dd-footer-main .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.dd-footer-main .container .dd-legal {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none
}

@media (min-width: 768px) {
    .dd-footer-main .container .dd-legal {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.dd-footer-main .container .dd-legal > .dd-legal-item {
    margin: 0 1rem .4rem 0
}

.dd-footer-main .container .dd-legal > .dd-legal-item:last-child {
    margin: 0 0 .4rem
}

@media (min-width: 768px) {
    .dd-footer-main .container .dd-legal > .dd-legal-item {
        margin: 0 1rem 0 0
    }

    .dd-footer-main .container .dd-legal > .dd-legal-item:last-child {
        margin: 0
    }
}

.dd-footer-main .container .dd-legal > .dd-legal-item a:active, .dd-footer-main .container .dd-legal > .dd-legal-item a:link, .dd-footer-main .container .dd-legal > .dd-legal-item a:visited {
    color: #adb5bd
}

.dd-footer-main .container .dd-footer-text {
    margin-top: 1rem;
    text-align: center
}

@media (min-width: 768px) {
    .dd-footer-main .container .dd-footer-text {
        margin-top: 0;
        text-align: left
    }
}

.dd-footer-main .container .dd-footer-text a:active, .dd-footer-main .container .dd-footer-text a:link, .dd-footer-main .container .dd-footer-text a:visited {
    color: #adb5bd
}

.dd-footer-main .container .dd-footer-text .dd-footer-icon-color {
    color: #dc3545
}

.bg-secondary {
    background: #eee !important
}

.ichbinTitle, .searchTitle {
	font-weight: bold;
}

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

    .startpromo {
        background: url(img/start-mobile.jpg) no-repeat;
        height: 550px;
        background-position: center center;
    }

    .formular {
        background: rgba(255, 255, 255, 0.9);
    }

}
#siteregform{
    text-align:left;
    width: 100%;
    margin: 0 auto;
}
#siteregform label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size:12px;
}
#siteregform .btn {
    display: inline-block;
    width: 100%;
    padding: 12px;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
    margin-top:10px;
    box-sizing: border-box;
    color:#fff;
}
#siteregform .btn-success {
    background: #fb254f;
    border-color: #fb254f;
}

#siteregform .btn-primary {
    background: #fb254f;
    border-color: #fb254f;
}
#siteregform .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
}
#siteregform .inputerror{
    font-size:12px;
    color:red;
}
#siteregform .checkbox{
    margin-top:10px;
}
#siteregform .checkbox span{
    font-size:12px;
}
#siteregform .form-group{
    margin-bottom:15px;
}

#siteregform .col-xs-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0!important;
}

.hidden {
    display: none;
}

input[type="text"], input[type="email"], input[type="password"] {
    width: 100% !important;
}

input[type="checkbox"] {
    /*display: none;*/
}

input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: #ddd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid green;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    right: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cookiePopupContainer {
    position: fixed;
    width: 100%;
    z-index: 99999999;
    background: white;
    bottom: 0;

    font-size: 14px;
    line-height: 17px;

    transition: transform, box-shadow;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0, 1), linear;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -webkit-box-shadow: 1px -1px 2px 0px rgba(171, 171, 171, 1);
    -moz-box-shadow: 1px -1px 2px 0px rgba(171, 171, 171, 1);
    box-shadow: 1px -1px 2px 0px rgba(171, 171, 171, 1);
}

#cookiePopupContainer.shown {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -webkit-box-shadow: 1px -1px 2px 0px rgba(171, 171, 171, 1);
    -moz-box-shadow: 1px -1px 2px 0px rgba(171, 171, 171, 1);
    box-shadow: 1px -1px 2px 0px rgba(171, 171, 171, 1);
}

#cookiePopupContainer #cookiePopupCloseButton {
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: lightgray;
    cursor: pointer;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22background-color%3A%20lightgray%3B%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2030%2030%22%3E%3Crect%20width%3D%223%22%20height%3D%2220%22%20x%3D%2213.5%22%20y%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3Crect%20width%3D%2220%22%20height%3D%223%22%20y%3D%2213.5%22%20x%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3C%2Fsvg%3E);
}

#cookiePopupContainer #cookiePopupCloseButton:hover {
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22background-color%3A%20gray%3B%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2030%2030%22%3E%3Crect%20width%3D%223%22%20height%3D%2220%22%20x%3D%2213.5%22%20y%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3Crect%20width%3D%2220%22%20height%3D%223%22%20y%3D%2213.5%22%20x%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3C%2Fsvg%3E);
}

#cookiePopupContainer .cookie-text {
    padding: 15px 00px;
    text-align: center;
    margin-left: calc(10% + 210px);
    margin-right: calc(10% + 210px);
}

.downloadtext {
    /*font-size: 18px;*/
    line-height: 17px;
    font-size: 21px;
}

@media (max-width: 1200px) {
    .downloadtext {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    #cookiePopupContainer .cookie-text {
        margin-left: 3%;
        margin-right: calc(3% + 40px);
    }
}

@media (max-width: 1200px) {
    #cookiePopupContainer .cookie-icon {
        display: none;
    }
}

@media print {
    #cookiePopupContainer {
        display: none;
    }
}
