@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url("/fonts/Pru33qjShpZSmG3z6VYwnT8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url("/fonts/7m8l7TlFO-S3VkhHuR0at9Ih4imgI8P11RFo6YPCPC0.woff") format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url("/fonts/Xyjz-jNkfiYuJf8UC3Lizw.woff") format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url("/fonts/dFWsweFqlD8ExfyN7Gh_GPesZW2xOQ-xsNqO47m55DA.woff") format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url("/fonts/oOeFwZNlrTefzLYmlVV1UD8E0i7KZn-EPnyo3HZu7kw.woff") format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url("/fonts/OLffGBTaF0XFOW1gnuHF0dIh4imgI8P11RFo6YPCPC0.woff") format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Medium'), local('Roboto-Medium'), url("/fonts/97uahxiqZRoncBaCEI3aWz8E0i7KZn-EPnyo3HZu7kw.woff") format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url("/fonts/t6Nd4cfPRhZP44Q5QAjcC9Ih4imgI8P11RFo6YPCPC0.woff") format('woff'); 
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url("/fonts/b9QBgL0iMZfDSpmcXcE8nCj3Mi2hOMP9GNHlaDA9WRI.woff") format('woff');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url("/fonts/mg0cGfGRUERshzBlvqxeAKnqGQEx1Z0mO0vh_gmMTLI.woff") format('woff');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url("/fonts/Zd2E9abXLFGSr9G3YK2MsK8NE7_Gi-Xz52ZQ_AwfA78.woff") format('woff'); 
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url("/fonts/BP5K8ZAJv9qEbmuFp8RpJSbgbeQlMzXi74o-QKBHk5k.woff") format('woff');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("/fonts/b9QBgL0iMZfDSpmcXcE8nJT5GEmoOtNsejy4tIPLwv0.woff") format('woff');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("/fonts/mg0cGfGRUERshzBlvqxeAGkmsVQraOiS9Ruw9APgQZo.woff") format('woff');
}
/* ============================================ */
/*  SV ICON FONTS
/* ============================================ */
@font-face {
    font-family: 'sv_icons';
    src:  url('/fonts/sv_icons.eot');
    src:  url('/esvportal/layouts/fonts/icons/sv_icons.eot') format('embedded-opentype'),
    url('/fonts/icons/sv_icons.woff2') format('woff2'),
    url('/fonts/icons/sv_icons.ttf') format('truetype'),
    url('/fonts/icons/sv_icons.woff') format('woff'),
    url('/fonts/icons/sv_icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
body{
    font-family: Roboto;
/*    background-color: rgb(229, 232, 255);*/
}

.navbar-light .navbar-nav .nav-link {
    color: #475256;
}

@media(min-width:767px){
    .navbar-light.navbar-brand{
        min-height:996px;
    }
    .nav-item-sub{
        display:none;
    }
}
@media(max-width:767px){
    .nav-row2{
        display:none;
    }
    .navbar-nav li.nav-item-sub{
        padding-left:32px;
        padding-right:32px;
    }
    .nav-button{
        text-transform:uppercase;
    }
}

.nav-row2{
    background-color: #000000;
    color:#ffffff;
    height:56px;
    width:100%;
}
.nav-row2 ul{
    display:flex;
    justify-content:space-between;
    flex-direction: row;
    padding-top: 14px;

}
.nav-row2 li{
    flex-direction: column;
}
.nav-row2 .nav2-link,
.nav-row2 .nav2-link:hover{
    color:#ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
}
.green{
    color: #000000 !important;
}
.arrow{
    width:36px;
}
button{
    cursor:pointer;
}
.arrow-r{
    width:36px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.startsection-0 h1,
.startsection-1 h1{
    font-family: Roboto;
    font-size: 48px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
}
.startsection-0 h2,
.startsection-1 h2{
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000000;
}
.startsection-1{
    margin-top:0 !important;
}
.teaser-text{
    max-width:400px;
}

.teaser-text button{
    background: transparent;
}
.navbar-nav .nav-item-text:hover {
    border-bottom: 3px solid #000000;
}

@media(max-width:767px){
    .startsection-0 h1{
        font-size: 40px;
    }.startsection-0 h2{
        font-size: 16px;
    }
}
@media(max-width:460px){
}
@media(min-width:992px){

    .startsection-2{
        margin-top:0 !important;
    }
}


button{
    padding: 18px 24px 19px;
    border-radius: 8px;
    border: solid 2px #000000;
    background-color:#ffffff;

    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.startsection-2{
    width:100% !important;
    max-width:100% !important;
    padding:60px 0 0;
    margin:0px 0 60px;
}
.startsection-3 div { 
    text-align:center;
    font-family: Roboto;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color:#475256;
}
.startsection-3 div a,
.startsection-3 div a:hover{ 
    color: #000000;
    text-decoration:underline;
}
.startsection-3 .button-row > button,
.startsection-3 .title-row > h2 { 
    margin:auto;

}
.startsection-3 .title-row > h2 { 
    padding-top:30px;
    padding-bottom:70px;
    font-size: 32px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
}
.startsection-3 .circle { 
    width: 80px;
    height: 80px;
    background: #000000;
    -moz-border-radius: 40px; 
    -webkit-border-radius: 40px; 
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
    margin: auto;
}
.startsection-3 .bg-wave { 
    background-image: url(/panel/img/geschwungene_Linie.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 56%;
}
@media(min-width:767px){
    .startsection-3 .circle {
        margin-bottom:30px;
    }
    .startsection-3 .bg-wave { 
        margin-bottom:60px;
    }
    .startsection-3{
        margin-bottom: 60px;
        margin-top: 60px;
    }
    .startsection-5{
        margin-top: 60px;
    }
    .startsection-5 h3 {
        margin-top:20px;
    }
}


@media(max-width:767px){
    .startsection-3 .bg-wave { 
        background-image: none;
    }
    .startsection-3 .circle {
        margin-top:32px;
        margin-bottom:16px;
    }
    .startsection-3 button {
        display:none;
    }
    .startsection-3 .title-row > h2 { 
        padding-top:0px;
        padding-bottom:0px;
    }
}

.startsection-4o {
    background-color: #f7fbf9;
    padding-top: 120px;
    padding-bottom: 120px;
}
.startsection-4 > div {
    margin:auto;
}
.startsection-4 img {
    max-height: 242px;
    max-width:100%;

}
.startsection-4 .t-img {
    margin-right:30px;
}
.startsection-4 .t-name {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 4;
    letter-spacing: normal;
    color: #000000;
}

.startsection-4 .t-text {
    margin: 0 0 32px;
    font-family: Roboto;
    font-size: 28px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 1.4px;
    color: #475256;
}
.startsection-4 .arrow{
    margin-left:15px;
}

@media(max-width:990px){
}
.startsection-5 .row div{
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
}
.startsection-5 .row img{
    height:32px;
}

.startsection-5 .row{
    text-align:center;
}
.startsection-5 .row h3{
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #475256;
}
.startsection-5 .row div{
    margin: 16px 0 0;
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #475256;
}
.startsection-5 .row div a{
    margin: 16px 0 0;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-decoration:underline;
}
@media(max-width:990px){
    .startsection-5 .row{
        margin-bottom:40px;
        margin: 9px 0 0;
    }
    .startsection-5 h3{
        margin: 9px 0 0;
    }
    .startsection-5 .row img{
        margin: 24px 0 0;
    }
    .startsection-5 .row div{
        font-size: 18px;

    }
}



.startsection-6{
    width:100% !important;
    max-width:100% !important;
    padding:0;
    margin:90px 0 100px;
}
.startsection-6 img{
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.startsection-7 .row div{
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #475256;

}
.startsection-7 .row div a, 
.startsection-7 .row div a:hover
{
    color: #000000;
    text-decoration:none;
}
.startsection-7 .row img{
    max-width:100%;
}
.startsection-7{
    margin-bottom:60px;
}.startsection-7 .row>div{
    margin-bottom:40px;
}

@media(max-width:990px){
    .startsection-7{
        margin-bottom:0;
    }
}
nav{
    color:#000000;
}
nav .navbar-toggler{
    border:0;
}
.navbar-brand{
    max-width:50%;
}
.navbar-brand img{
    max-width:100%;
}
.navbar-register {
    background-color: #000000;
    color:#ffffff;
    padding: 7px 16px 5px 15px;
    vertical-align:baseline;
    border-radius: 5.2px;
    font-size: 9px;
    cursor:pointer;
}
.mt-60{
    margin-top:60px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(/panel/img/Close.svg);
    height:32px;
    width:32px;
}
.navbar-light .collapsed .navbar-toggler-icon {
    background-image: url(/panel/img/Burger.svg);
    height:32px;
    width:32px;
}

#login-toggler {
    margin:0;
    border:0;
    height:0px;
    width:0px;
    position:absolute;
    top:0px;
    right:0px;
}
#login-toggler .toggler-icon {
    background:none;
}

@media (max-width: 768px) {
    #login-toggler {
        background-color:#ffffff;
        color:#000000;
        margin:0;
        border:0;
        height:32px;
        width:32px;
        position:absolute;
        top:17px;
        right:12px;
    }
    #login-toggler .toggler-icon {
        background-image: url(/panel/img/Close.svg);
        display:block;
        color:#000000;
        height:32px;
        width:32px;
    }
}

@media (min-width: 768px) {
    .navbar-register {
        display: none;
    }
}
@media (max-width: 300px) {
    .navbar-register {
        display: none;
    }
}
main{
}

footer{
    height:200px;
    background-color: #475256;
}
#linkbox-logo {
    margin-top:71px;
    margin-bottom:71px;
}
#linkbox-logo > a> img{
    max-height:58px;
}
#linkbox-logo > a:nth-child(2) > img{
    margin-left:57px;
}

.nav-item{
    margin-right:30px;
    padding-top:12px;
}
@media (max-width: 768px) {
    .nav-item{
        margin-right:0px;
    }
}

.nav-item-button{
    padding-top:0;

}
.nav-link{
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #475256;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary:hover,
.btn-primary:active{
    background-color: #000000;
    border-color: #000000;
}
.btn-primary,
.btn-primary:active,
.btn-primary:hover{
    background-color: #000000;
    border-color: #000000;
}
.btn-full{
    background-color: #000000;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding:12px 24px;
    border-radius: 8px;
}
@media(max-width:767px){
    .navbar{
        padding-left:0;
        padding-right:0;

    }
    .navbar-brand, .navbar-nav li{
        padding-left:16px;
        padding-right:16px;
    }
    .navbar-brand img{
        max-height:40px;
    }
    .navbar-nav{
        margin-top:30px;
    }
    .nav-link{
        padding-top:20px;
        padding-bottom:20px;
        padding-right:0px;
        font-family: Roboto;
        font-size: 20px;
        font-weight: bold;
        font-stretch: condensed;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.43px;
        color: #475256;
    }
    .nav-item-button{
        background-color: #000000;
        color: #ffffff;
    }
    .nav-item-button button,
    .nav-item-button button:hover{
        border:0;
        color: #ffffff;
        font-family: Roboto;
        font-size: 20px;
        font-weight: bold;
        font-stretch: condensed;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.43px;
        padding:0;
    }
}
#esv-footer .footer-sep{
}
#esv-footer{
    margin-top:60px;
}
#esv-footer .footer-sep-first{
    margin-left:81px;
    float:left;
}
#esv-footer .footer-sep-last{
    margin-right:81px;
    float:right;
}
#esv-footer ul{
    margin:0 30px 0 0;
    margin:
}
#esv-footer ul>li{
    list-style: none;
    display: inline-block;
    margin-top:88px;
    margin-bottom:88px;
    margin-right:50px;
}
#esv-footer ul>li:last-child{
    margin-right:0;
}
@media(max-width:500px){
    #esv-footer ul>li{
        margin-right:25px;
    }
}
@media(max-width:500px){
    #esv-footer ul>li{
        margin-right:15px;
    }
}

@media(max-width:767px){
    table.imprint-table, thead, tbody, th, td, tr { 
        display: block; 
    }
    thead tr { 
        display:none;
    }
    tr { border: 0px; }
    td:nth-child(1)
    { 
        padding-top:10px;
        font-weight:bold;
    }

    td { 
        border: none;
        border-bottom: 0px; 
        position: relative;
    }
}

#esv-footer ul>li>a{
    font-size:12px;
    color:#ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: condensed;
    text-decoration:underline;
}
@media(max-width:1000px){
    footer{
        height:272px;
    }

    #esv-footer .footer-sep-first{
        margin:auto;
        float:left;
        width:100%;
    }
    #esv-footer .footer-sep-last{
        margin:auto;
        float:left;
        width:100%;
        text-align:center;
    }
    #esv-footer .footer-sep-last ul{
        text-align:center;
    }
    #esv-footer .footer-sep-last ul>li{
        margin-top:40px;
    }
    #linkbox-logo {
        width:100%;
        margin-top:25px;
        margin-bottom:0px;
        text-align:center;
    }
    #linkbox-logo > a> img{
        max-height:58px;
        margin-top:15px;
    }

    #linkbox-logo a{
        width:100%;
        float:left;

    }
    #linkbox-logo > a:nth-child(2) > img{
        margin-left:0px;
    }
}
@media(min-width:1000px){
    .footer-link1 img{
    float:right;
}
.footer-link1 span{
    float:left;
}
.footer-link1{
    width:160px;
}
.footer-link2 img{
}

.footer-link2 span{
    float:left;
    text-align:center;
}
#linkbox-logo a {
    float:left;
    text-align:center;
}
}
@media(max-width:1000px){
.footer-link1 img{
clear: both;
/*    display: block;*/
            text-align: center;
                margin: auto 0;
}
.footer-span1 span{
clear: both;
    display: block;
    padding-bottom:16px;
}
}

.footer-link1 img{
    height: 35px;
}
.footer-link1 span{
    margin: 8px 0 0;
    font-family: Roboto;
    font-size: 9px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.56px;
    text-align: center;
    color: #ffffff;
}
.footer-link1{
    width:160px;
}
.footer-link2 img{
    width: 56px;
    height: 35px;
}

.footer-link2 span{
    margin: 8px 0 0;
    font-family: Roboto;
    font-size: 9px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.56px;
    text-align: center;
    color: #ffffff;
}



@media(min-width:1000px){
    #linkbox-logo .footer-link2 {
        padding-left:50px;
    }
}
.headerimg
{
    padding-top:200px;
    z-index:1;
    width:100%;
}
.headerimg img{
    width:100%;
}
.headertitle{
    position:absolute;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    top:238px;
    font-family: Roboto;
    font-size: 48px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
}
.headertitle h1{
    font-family: Roboto;
    font-size: 48px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
}
@media (min-width: 768px){
    .navbar-expand-md {
        background-color: #f7fbf9;
    }
}
.startsection-content{
    width:100%;
    max-width:100%;
    padding:0;
    margin:0;
    margin-top:0;
    background-color: #f7fbf9;
    padding-top:20px;
}
.sogehts-content{
    background:url(/panel/img/Couch.svg) no-repeat;
    background-position: right 90px center;
    background-color: #f7fbf9;
    margin-bottom:60px;
}
.index-content{
    background:url(/panel/img/Hauptvisual.svg) no-repeat;
    background-position: right 90px center;
    background-color: #f7fbf9;
    background-size: 60% auto;
    min-height: 400px;
}
@media(max-width:991px){
    .index-content{
        background-position: right 0px center;
    }
}

.index-content .headerimg{
    padding-top:440px;
}


@media(max-width:770px){
    .index-content{    
        background-position: center;
        background-size: 100% auto;
    }
    .index-content .headertitle{
    }
    .index-content .headerimg {
        padding-top:0;
    }
    .startsection-0{
        flex-direction: row-reverse;
    }

}


.faq-content{
    background:url(/panel/img/FAQ.svg) no-repeat;
    background-position: right 90px center;
    background-color: #f7fbf9;
}
.datenschutz-content{
    background:url(/panel/img/Datenschutz.svg) no-repeat;
    background-position: right 90px center;
    background-color: #f7fbf9;
    margin-bottom:60px;
}
.ueberuns-content{
    background:url(/panel/img/Ueber_Uns.svg) no-repeat;
    background-position: right 90px center;
    background-color: #f7fbf9;
}

@media(min-width:771px){
    .c-mobile{
        display:none;
    }
}
@media(max-width:770px){
    .c-mobile{
        padding-top:40px;
        padding-right: 40px;
        padding-left: 40px;
        padding-bottom: 40px;
    }
    .startsection-1{
        background-color: #f7fbf9; 
    }
    .startsection-2{
        background-color: #f7fbf9; 
    }
    .c-mobile h1{
        font-family: Roboto;
        font-size: 48px;
        font-weight: bold;
        font-stretch: condensed;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #000000;
    }
    .headertitle{
        display:none;
    }
    .sogehts-content,
    .ueberuns-content,
    .faq-content,
    .datenschutz-content
    {
        background-position: center 20px;
    }
    .headerimg img{
        display:none;
    }
}
@media(max-width:500px){
    .sogehts-content,
    .ueberuns-content,
    .faq-content,
    .datenschutz-content
    {
        background-position: center 40px;
        margin-bottom: 0;
    }
    .index-content,
    .sogehts-content,
    .ueberuns-content,
    .faq-content,
    .datenschutz-content
    {

        min-height: 300px;
    }
}
@media(max-width:400px){
    .index-content,
    .sogehts-content,
    .ueberuns-content,
    .faq-content,
    .datenschutz-content
    {
        min-height: 200px;
    }
    .index-content{
        background-position: center 0px;
    }
    .sogehts-content,
    .ueberuns-content,
    .faq-content,
    .datenschutz-content
    {
        background-position: center 80px;
    }
}
.process-circle { 
    width: 24px;
    height: 24px;
    background-color: #475256;
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    border-radius: 12px;
    text-align: center;
    padding-top: 6px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
    margin: auto;
    float:left;
}
.process-label{
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #475256;
    float:left;
    padding-top:5px;
    margin-left:5px;
}
.process{
    margin-top:80px;
    margin-bottom:40px;
}
.active .process-label { 
    color: #000000;
}
.active .process-circle { 
    background: #000000;
}

#contact-form label{
    width:100%;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #475256;
    margin-bottom:0;
    margin-top:30px;
}
#contact-form .control-input{
    width:100%;
    height: 40px;
    margin: 2px 0 0;
    border-radius: 4px;
    border: solid 1px #a3a8aa;
}
#contact-form select{
    width:100%;
    height: 40px;
    margin: 2px 0 0;
    border-radius: 4px;
    border: solid 1px #a3a8aa;
    background-color:#ffffff;
}
#contact-form textarea{
    width:100%;
    min-height:80px;
    margin: 2px 0 0;
    border-radius: 4px;
    border: solid 1px #a3a8aa;
    background-color:#ffffff;
}
#contact-form-thx .btn-primary,
#contact-form .btn-primary {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 18px 23px 19px 24px;
    border-radius: 8px;
    background-color: #000000;
    font-weight:bold;
    font-family: Roboto;
    font-size: 16px;
}
#contact-form-thx img{
    max-width:326px;
}
#contact-form-thx .msg{
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
}

#ueberuns .col-img {
    margin-right:60px;
}
@media(min-width:1300px){
    #ueberuns .col-img {
        margin-left:-60px;
        margin-right:120px;
    }
}
@media(max-width:770px){
    #ueberuns .col-img {
        margin-bottom:60px;
        margin-top:60px;
        margin-right:0;
        margin-left:0;
        padding-right: 15px;
        padding-left: 15px;
    }
    #ueberuns .col-img img{
        max-width:100%;
    }
}
#ueberuns .block2,
#ueberuns .block3 {
    margin-top:60px;
    display:none;
}
#ueberuns h3{
    margin-top:32px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #475256;
}
#ueberuns h2{
    color: #000000;
}

#faq h2{
    margin-top:80px;
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
}
#faq .subhl h3{
    margin-top:80px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
}
#faq h4 img{
    width:14px;
    height:14px;
    margin-right:25px;
    float:left;
}
#faq .active h4{
    color: #000000;
}

#faq h4 span{
    display:inline-block;float:left;max-width:80%;
}

#faq h4{
    margin-top:32px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #475256;
}
#faq .faq-txt{
    margin-top:16px;
    margin-left:40px;
    max-width:90%;
}
#faq .faq-block{
    display:none;
}
#faq .togglenext{
    cursor: pointer;
}
#faq .togglenext.active .plus{
    display:none;
}
#faq .togglenext:not(.active) .minus{
    display:none;
}
.greenlink,
.greenlink:hover,
#faq a,
#faq a:hover,
#reg a,
#reg a:hover,
#datenschutz a,
#datenschutz a:hover,
#ueberuns a,
#ueberuns a:hover,
#sogehts a,
#sogehts a:hover
{
    color: #000000; /*008e5c;*/
    font-weight: bold;
    text-decoration:underline;
}
#datenschutz h2{
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;

}

#sogehts .circle-col{
    max-width:120px;
}
#sogehts h2{
    margin: 20px 0;
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;

}
#sogehts .circle{
    width: 80px;
    height: 80px;
    background: #000000;
    -moz-border-radius: 40px; 
    -webkit-border-radius: 40px; 
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
}

#sogehts .subhl{
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #475256;
}

.navbar-bg{
    display:block;
    position:absolute;
    width:100%;
    max-height:107px;
    top:0;
    background-color: #f7fbf9;

}
@media(min-width:1440px){
    nav, .footer-content{
        max-width: 1440px;
        margin: auto;
    }
    .navbar-bg{
        display:block;
        position:absolute;
        width:100%;
        height:107px;
        top:0;
        background-color: #f7fbf9;
    }

    .startsection-content{
        background-position: right 35% center;
    }
    .index-content {
        background-position: right 30px center;
    }
}
@media(min-width:1000px){
    .index-content {
        background-position: right 30px center;
    }

}
#my-data {
    padding-top:60px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #475256;
}
#my-data .row{
    margin-right: 0px;
    margin-left: 0px;
}
#my-data .logininfo img{
    height:16px;
    margin-bottom:4px;
}
#my-data .logininfo .login-prefix{
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #475256;
}

#my-data .logininfo .login{
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #007734;
}
#my-data h1{
    font-family: Roboto;
    font-size: 48px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
    padding-top:20px;
}

#my-data .mt-50{
    padding-top:50px;
}
#my-data .points-border{
    padding-top:4px;
    padding-right: 25px;
}
#my-data .green-button{
    padding: 18px 23px 19px 24px;
    border-radius: 8px;
    background-color: #000000;
    background-color: #000000; /*008e5c;*/
    color:#ffffff;
}
#my-data .grey-button{
    padding: 18px 23px 19px 24px;
    border-radius: 8px;
    background-color: #e6e6e6;
    border: 1px solid #e7e6e6;
    color:#969b9d;
}

#my-data .points{
    font-family: Roboto;
    font-size: 40px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #007734
}
#my-data h2{
    padding-top:150px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #475256;
}
.navbar-nav .active{
    border-bottom: 3px solid #000000;
}
.loginW{
    position:absolute;
    right:5%;
    width: 311px;
    height: 313px;
    padding: 13px 16px 21px 17px;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}
.loginW {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #475256;
}
.loginW input{
    width: 278px;
    height: 40px;
    margin: 2px 0 0;
    border-radius: 4px;
    border: solid 1px #a3a8aa;
}
.loginW button{
    width: 112px;
    height: 40px;
    margin: 16px 166px 16px 0;
    padding: 12px 24px;
    border-radius: 8px;
    background-color: #000000;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.loginWlong{
    height:345px;
}
@media (max-width: 768px) { 
    .loginW {
        position:absolute;
        right:0;
        top:80px;
        width: 100%;
        height: 390px;
        padding: 13px 16px 21px 17px;
        border-radius: 0;
        box-shadow: none;
        background-color: #ffffff;
    }
    .loginW input{
        width: 100%;
    }
}
.testamonial{
    display:none;
}
.testamonial.t-active{
    display:flex;
}
.tbutton{
    cursor:pointer;
}

#reg{
    padding-top:30px;
}
@media(max-width:1000px){
    #reg .row{
        margin-left:16px;
        margin-right:16px;
    }
    #reg .process .cola{
        margin-bottom:15px;
    }
}
#reg .fmodul .title{
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #475256;
    padding-bottom:16px;
    padding-top:32px;
}
#reg .row .cola:first-child{
    padding-left:0;
}
#reg .row .cola:last-child{
    padding-right:0;
}
@media(max-width:1000px){
    #reg .row .cola{
        padding-right:0;
        padding-left:0;
    }
}
#reg .fmodul.textm label{
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #475256;
    margin-bottom:0;
}
#reg .fmodul.cbx input{
    width: 16px;
    height: 16px;
    margin: 3px 8px 5px 0;
    border-radius: 2.7px;
    border: solid 1.3px #475256;
    background-color: #ffffff;
}
#reg .fmodul.cbx input{
    width: 12px;
    height: 13px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.cbx-int input{
    width: 16px;
    height: 16px;
    margin: 3px 8px 5px 0;
    border-radius: 2.7px;
    border: solid 1.3px #475256;
    background-color: #ffffff;
}
.cbx-int input{
    width: 12px;
    height: 13px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}


/* Customize the label (the container) */
#my-data .cbx .container,
#reg .fmodul .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 0 8px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #475256;
}

/* Hide the browser's default checkbox */
#my-data .cbx .container input,
#reg .fmodul .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#reg .fmodul .checkmark,
#my-data .cbx .checkmark
{
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 3px 8px 5px 0;
    border-radius: 2.7px;
    border: solid 1.3px #475256;
    background-color: #ffffff;
}

/* On mouse-over, add a grey background color */
#my-data .cbx .container:hover input ~ .checkmark,
#reg .fmodul .container:hover input ~ .checkmark {
    background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
#my-data .cbx .container input:checked ~ .checkmark,
#reg .fmodul .container input:checked ~ .checkmark {
    background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
#my-data .cbx .checkmark:after,
#reg .fmodul .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#my-data .cbx .container input:checked ~ .checkmark:after,
#reg .fmodul .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#my-data .cbx .container .checkmark:after,
#reg .fmodul .container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color:#ffffff;
}

#reg .fmodul .inputtext {
    padding: 8px;
    width:100%;
    border-radius: 4px;
    border: solid 1px #a3a8aa;

    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #475256;
}
#reg .fmodul .inputtext:focus {
    border: solid 1px #475256;
}
#reg .submit{
    width: 122px;
    height: 56px;
    padding: 18px 24px 19px;
    border-radius: 8px;
    background-color: #000000;
    color:#ffffff;
    margin-top:40px;
    margin-bottom:40px;

}


.fullsubmit {
    padding: 18px 24px 19px;
    border-radius: 8px;
    background-color: #000000;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* CUSTOM RADIO & CHECKBOXES
http://stackoverflow.com/a/17541916/383904 */
    .rad,
    .ckb{
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        padding: 8px ;
        background-color: #f7fbf9;
        padding: 8px 18px 8px 18px;
        border-radius: 4px;
        border: solid 1px #a3a8aa;
        width:100%;

    }
    .rad.active{
        border: solid 1px #000000;

    }
    .rad > input,
    .ckb > input{ /* HIDE ORG RADIO & CHECKBOX */
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }
    /* RADIO & CHECKBOX STYLES */
    /* DEFAULT <i> STYLE */
    .rad > i,
    .ckb > i{ 
        display: inline-block;
        vertical-align: middle;
        width:  16px;
        height: 16px;
        border-radius: 50%;
        transition: 0.2s;
        box-shadow: inset 0 0 0 8px #fff;
        border: 1px solid gray;
        background: gray;
    }
    /* CHECKBOX OVERWRITE STYLES */
    .ckb > i {
        width: 25px;
        border-radius: 3px;
    }
    .rad:hover > i{ /* HOVER <i> STYLE */
        box-shadow: inset 0 0 0 3px #fff;
        background: gray;
    }
    .rad > input:checked + i{
        box-shadow: inset 0 0 0 3px #fff;
        background: #475256;
    }


@media(max-width:1000px){
    .einma table.imprint-table, , .einma tbody, .einma th, .einma td, .einma tr {
            display: block;
        }
        .einma thead{
            display:none;
        }
        .einma .table td, .einma .table th {
            padding: 0;
        }
        .einma .table tr td:first-child {
            margin-bottom:16px;
            margin-top:32px;
        }
    }
@media(min-width:1001px){
    .einma .table tbody tr td>label{
        border:0;
    }
    .einma .table tbody tr td .matrixlabel{
        display:none;
    }
}

.consent-container {
    background: white;
    /*   display: none;*/
    bottom: 0;
    position: fixed;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    z-index: 10000;
    color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
}
#consent-container .consent-content {
    display: inline-flex;
    width: 100%;
}

#consent-container .consent-left {
    flex: 1 0 0;
    flex-direction: column;
    border-right: 1px solid #e0e0e0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 30px;
    max-width: 40%;
}

#consent-container .consent-opt-in-button {
    border-color: #000000;
    background-color: #000000;
    color: #fff;
    min-width: 120px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    border: 1px solid;
    border-radius: 2px;
    outline: 0;
    cursor: pointer;
    padding: 9px 16px 9px 16px;
    max-width: 100%;
}
#consent-container .consent-right {
    flex: 3 0 0;
    box-sizing: border-box;
    display: flex;
    opacity: 0.9;
    padding: 30px;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 16px;
    max-width: 85%;
}
.radiolabel{
    display: block;
    margin-left: 23px;
    margin-top: -23px;
}
.c-web, .c-mobile, .headerimg, .startsection-content{
display:none !important;
}

main{
/*margin-top:20px;*/
}
#ueberuns .block2, #ueberuns .block3{
display:none !important;
}
.wa-nav-top{
    margin-bottom: 3px;
}
