@font-face {
    font-family: 'ClearSans-Light';
    src: url('fonts/ClearSans-Light-webfont.eot');
    src: url('fonts/ClearSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ClearSans-Light-webfont.woff') format('woff'), url('fonts/ClearSans-Light-webfont.ttf') format('truetype'), url('fonts/ClearSans-Light-webfont.svg#clear_sans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClearSans-Medium';
    src: url('fonts/ClearSans-Medium-webfont.eot');
    src: url('fonts/ClearSans-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ClearSans-Medium-webfont.woff') format('woff'), url('fonts/ClearSans-Medium-webfont.ttf') format('truetype'), url('fonts/ClearSans-Medium-webfont.svg#clear_sans_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClearSans-Regular';
    src: url('fonts/ClearaSns-Regular-webfont.eot');
    src: url('fonts/ClearSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ClearSans-Regular-webfont.woff') format('woff'), url('fonts/ClearSans-Regular-webfont.ttf') format('truetype'), url('fonts/ClearSans-Regular-webfont.svg#clear_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brawler-Regular';
    src: url('fonts/Brawler-Regular.eot');
    src: url('fonts/Brawler-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Brawler-Regular.woff') format('woff'), url('fonts/Brawler-Regular.ttf') format('truetype'), url('fonts/Brawler-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    font-family: 'ClearSans-Light', sans-serif;
    margin: 0;
    padding: 0;
}

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

*:focus {
    outline: none;
}

html {
    font-size: 14px;
}

body {
    background-color: #6c7d8a;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

div {
    position: relative;
}

a,
a:hover {
    color: #000000;
    text-decoration: none;
    transition: color 0.5s, background 0.5s;
}

b,
strong {
    font-weight: 600;
}

p {
    /*line-height: 1.3em;*/
    line-height: 25.5px;
}

#foot p {
    word-break: break-word;
}

p:not(:last-child) {
    margin-bottom: 1em;
}

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

h1 {
    font-family: 'Brawler-Regular', serif;
    color: #ffaf3c;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 1em 0;
    text-rendering: optimizeLegibility;
}

h2 {
    font-family: 'Brawler-Regular', serif;
    font-weight: 300;
    line-height: 1.2em;
    font-size: 20px;
    margin-bottom: 17px;
    text-rendering: optimizeLegibility;
}

h2.thin {
    font-family: 'Brawler-Regular', serif;
    font-size: 20px;
    font-weight: 300;
}

h3 {
    font-size: 16px;
    text-rendering: optimizeLegibility;
}

h3.dotted-dark {
    background: url('../img/dot_darkgreen.png') repeat-x bottom left;
    margin-bottom: 10px;
}

h3.dotted {
    background: url('../img/dot_grey.png') repeat-x bottom left;
    font-weight: 300;
    margin-bottom: 30px;
    min-height: 17px;
}

h3.dotted span {
    background: #fff;
    font-family: 'ClearSans-Medium', sans-serif;
    color: #646363;
    font-size: 12px;
    display: inline-block;
    padding-right: 14px;
    text-transform: uppercase;
}

h3.dotted span.right {
    float: right;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 4px;
}

h3.dotted.white {
    background: url('../img/dot.png') repeat-x 2px 14px;
}

h3.dotted.white span {
    background-color: #C1DBCD;
    color: #fff;
}

h3.dotted.green {
    background: url('../img/dot_green.png') repeat-x 2px 14px;
}

h3.dotted.blue {
    background: url('../img/dot_blue.png') repeat-x bottom left;
}

h3.dotted.blue span {
    background-color: #dae9de;
}

h4 {
    color: #646363;
    font-family: 'ClearSans-Medium', serif;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 1em;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}

h5 {
    color: #ffaf3c;
    font-family: 'ClearSans-Light', serif;
    font-size: inherit;
    font-weight: 300;
    text-transform: uppercase;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1.5em;
}

.no-pad {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.hide {
    display: none;
}

.pointer:hover {
    cursor: pointer;
}

.bg-white {
    background-color: rgb(255, 255, 255);
}

.bg-white a {
    color: rgb(255, 134, 116);
    text-decoration: underline;
}


/*.bg-green { background-color:rgb(118, 162, 135); }  Pantone 556 C */

.bg-green {
    background-color: rgb(118, 168, 139);
}


/* Pantone 556 C */

.bg-green-dark {
    background-color: rgba(13, 82, 87, 0.8);
}


/* Pantone 7476 C */

.bg-teal-dark {
    background-color: rgb(0, 115, 119);
}


/* Pantone 332 C */

.bg-teal {
    background-color: #b1d6c5;
}


/* Pantone 559 C | rgba(193, 219, 205, 1)	|  197, 217, 201 */

.bg-teal-80 {
    background-color: rgba(193, 219, 205, 0.8);
}


/* Pantone 559 @ 80% C */

.bg-teal-light {
    background-color: #dae9de;
}


/* Pantone 621 C */

.bg-teal-xlight {
    background-color: #e8f0ea;
}

.bg-blue-light {
    background-color: rgb(85, 183, 179);
}

.bg-blue {
    background-color: #3d5567;
    color: #fff;
}


/* Pantone 7545 C rgb(79, 92, 108) */

.bg-koralle {
    background-color: rgb(255, 134, 116);
}


/* Pantone 170 C */

.bg-koralle {
    background-color: #f48476;
}


/* Pantone 170 C */

.bg-yellow {
    background-color: #ffb718;
    color: #fff;
}

.bg-orange {
    background-color: #f08013;
}

.bg-orange-light {
    background-color: #f6ac78;
}

.rb-top-right {
    border-top-right-radius: 28px;
}

.rb-bottom-left {
    border-bottom-left-radius: 28px;
}

.rb-top-left {
    border-top-left-radius: 28px;
}

.rb-bottom-right {
    border-bottom-right-radius: 28px;
}

.rb-half-top-right {
    border-top-right-radius: 14px;
}

.rb-half-bottom-left {
    border-bottom-left-radius: 14px;
}

.rb-half-top-left {
    border-top-left-radius: 14px;
}

.rb-half-bottom-right {
    border-bottom-right-radius: 14px;
}

.border-grey {
    border: 1px solid #CCC;
}

.txt-white {
    color: #fff !important;
}

.txt-blue {
    color: #475c6d !important;
}

.txt-orange {
    color: #f79231;
}

.txt-yellow {
    color: #ffb718;
}

.txt-teal {
    color: #b1d6c5;
}

.fc-koralle {
    color: #FF8674 !important;
}

.txt-fs-15 {
    font-size: 15px;
}

.mb-1 {
    margin-bottom: 17px !important;
}

.mb-2 {
    margin-bottom: 34px !important;
}

.mb-3 {
    margin-bottom: 68px !important;
}

.mb-4 {
    margin-bottom: 102px !important;
}

.mt-1 {
    margin-top: 17px !important;
}

.mt-2 {
    margin-top: 34px !important;
}

.mb25 {
    margin-bottom: 25px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb90 {
    margin-bottom: 102px;
}

.clearfix {
    *zoom: 1;
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.block {
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.table {
    display: table;
    width: 100%;
}

.td {
    display: table-cell;
    vertical-align: top;
}

.td.vam {
    vertical-align: middle;
}

.td.vab {
    vertical-align: bottom;
}

.td-col-space {
    display: table-cell;
    width: 17px;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

a.ico {
    background-repeat: no-repeat;
    background-position: center;
}

a.ico.link {
    background-image: url('../img/ico_link.png');
}

a.ico.blog {
    background-image: url('../img/ico_blog.png');
}

a.ico.fb {
    background-image: url('../img/ico_fb.png');
}

a.ico.twitter {
    background-image: url('../img/ico_twitter.png');
}

a.ico.xing {
    background-image: url('../img/ico_xing.png');
}

a.ico.check {
    background-image: url('../img/ico_check.png');
}

.hr {
    background: url('../img/dot.png') repeat-x top left;
    height: 3px;
}

.hr-green {
    background: url('../img/dot_green.png') repeat-x top left;
    height: 3px;
}

.bold {
    font-weight: bold;
}

.btn {
    display: inline-block;
    padding: 5px 34px;
}

.btn.success {
    background-color: #00654b;
}

.btn.alert {
    background-color: #e43725;
}

.ico-orange {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #f79231 no-repeat center;
    background-size: 46px;
    height: 46px;
    width: 46px;
    display: block;
    float: left;
    margin-right: 9px;
}

a.ico-info {
    background: url('../img/ico_info_yellow.png') no-repeat top left;
    background-size: cover;
    height: 24px;
    width: 25px;
    float: right;
    margin-right: 15px;
    margin-top: 5px;
    display: block;
    text-indent: -2500px;
}

a.ico-info:hover {
    cursor: pointer;
}

a.ico-tel,
a.ico-tel-yellow {
    background: transparent url("../img/ico_tel.png") no-repeat 0 0;
    /*border-top-right-radius: 8px;*/
    /*border-bottom-left-radius: 8px;*/
    /*margin-right:15px;*/
    display: block;
    height: 34px;
    width: 34px;
    float: left;
}

a.ico-tel-yellow {
    background-image: url('../img/ico_tel_yellow.png');
}

a.ico-tel.small {
    background-size: 2.5em;
    margin-right: 15px;
    background-position: 0px 1px;
}

span.tel {
    font-family: ClearSans-Light;
    font-size: 20px;
    line-height: 34px;
    padding-left: 10px;
    font-weight: 300;
}

p.tel-info {
    padding-left: 46px;
    text-transform: uppercase;
}

#tooltipContent {
    border-top-right-radius: 17px;
    border-bottom-left-radius: 17px;
    background-color: rgba(61, 85, 103, 0.95);
    color: #fff;
    padding: 17px 22px;
    position: absolute;
    z-index: 50;
    margin-left: 146px;
    margin-top: -15px;
    cursor: pointer;
    display: none;
}


/* vertical-center box */

.vc {
    display: table;
    height: 100%;
    width: 100%;
}

.vc>.vc-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.default-pad {
    padding: 34px 17px;
}

.content ul {
    margin-bottom: 1.3em;
    list-style: none;
}

.content li {
    background: url('../img/bg_li.png') no-repeat left 12px;
    line-height: auto;
    margin-left: 0;
    padding-left: 17px;
    margin-bottom: 3px;
    margin-top: 3px;
    line-height: 26.6px;
}

.content .bg-teal-dark li,
.content .bg-green-dark li,
.content .bg-blue li,
.content #tooltipContent li {
    background: url('../img/bg_li_white.png') no-repeat left 10px;
}

.content a {
    color: #ffaf3c;
    text-decoration: underline;
}

.content a:hover {
    text-decoration: none;
}

.content .bg-orange a {
    color: #fff;
}

.content a.more {
    background: url('../img/ico_arrow_down_red.png') no-repeat center left;
    display: inline-block;
    padding-left: 20px;
    font-size: 20px;
    text-decoration: none;
}

.content .pagination {
    font-size: 16px;
    margin-bottom: 17px;
    padding: 14px 29px;
}

.content .pagination a {
    color: #636363;
    text-decoration: none;
}

.content .pagination.bg-yellow a {
    color: #fff;
}

.content .pagination>a:not(:last-child)::after {
    content: " | ";
}

.content .pagination a.active {
    color: #636363;
    font-weight: bold;
}

.content .pagination.bg-yellow a.active {
    color: #fff;
}

.content table.tb-content {
    margin-bottom: 17px;
}

.content table.tb-content,
.content table.tb-content tr,
.content table.tb-content td {
    height: auto !important;
    width: auto !important;
}

.content table.tb-content td:not(:last-child) {
    padding-right: 17px;
}


/* accordion */

.accordion-head {
    background-image: url('../img/ico_arrow_down.png');
    background-repeat: no-repeat;
    background-position: right 17px center;
    border-bottom-right-radius: 7.5mm;
    cursor: pointer;
    font-size: inherit;
    font-weight: 300;
    padding: 17px 34px;
    margin-top: 17px;
    margin-bottom: 0;
}

.accordion-head:first-child {
    margin-top: 0px;
}

.accordion-head.ui-state-active {
    background-image: url('../img/ico_arrow_up.png');
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

.accordion-body {
    padding: 34px 34px;
}

.accordion-body-small {
    position: absolute;
    z-index: 30;
    background-color: rgba(230, 237, 228, 0.95);
}

.accordion-body-small-scroll {
    max-height: 250px;
    overflow: auto;
}


/* teaser */

.teaser-orange,
.teaser-teal,
.teaser-green,
.teaser-teal-light {
    padding: 21px;
}

.teaser-orange,
.teaser-green {
    color: white;
}

.teaser-orange a,
.teaser-green a {
    color: white !important;
    text-decoration: underline;
}

.teaser-teal {}

.teaser-teal-light p {
    padding: 0px;
    margin: 0px;
}

.teaser-beratung {
    padding: 25px 40px;
    color: #636363;
}

.teaser-beratung h4 {
    color: #fff;
}

.content .teaser-beratung a {
    color: #fff;
    text-decoration: none;
}


/* Startseite */

.ico-anker {
    background: url('../img/ico_poller.png') no-repeat;
    background-size: 69px 65px;
    cursor: pointer;
    height: 65px;
    position: absolute;
    top: -150px;
    left: 35px;
    width: 69px;
    z-index: 25;
}

.ico-anker:hover {
    background-image: url('../img/ico_poller_on.png');
}

#tooltipAnker {
    border-top-left-radius: 17px;
    border-bottom-right-radius: 17px;
    background-color: rgba(246, 181, 30, 0.97);
    color: #fff;
    padding: 17px 22px;
    position: absolute;
    z-index: 50;
    left: 0px;
    top: -105px;
    cursor: pointer;
    display: none;
    min-width: 250px;
    max-width: 350px;
}

#tooltipAnker::after {
    content: "";
    background: url('../img/ico_arrow_down_yellow.png') no-repeat;
    width: 24px;
    height: 18px;
    position: absolute;
    bottom: -18px;
    left: 23px;
}

.box-thema-teaser {
    font-size: 12px;
    position: relative;
    width: auto;
    padding: 17px;
}

.box-thema-teaser h2 {
    margin-bottom: 17px;
}

.box-thema-teaser .td.spacer {
    background: url('../img/dot_white.png') repeat-y 5px top;
    width: 40px;
}

.box-thema-teaser ul {
    list-style: none;
}

.box-thema-teaser ul li {
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    height: 45px;
    width: 45px;
    background: #fff;
    display: block;
    float: left;
    margin: 0 12px 12px 0;
}

.box-thema-teaser ul li .li-ico {
    background-image: url('../img/ico_sprite_versicherungen.png');
    background-repeat: no-repeat;
    background-size: auto 90px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    display: block;
    float: left;
    height: 100%;
    width: 100%;
    position: relative;
    transition: all, 0.3s;
    z-index: 0;
    overflow: hidden;
}

.box-thema-teaser ul li .li-ico:hover {
    background-color: #475c6d;
    z-index: 10;
    overflow: visible;
}

.box-thema-teaser ul li .li-ico div {
    background: rgba(67, 84, 100, 0.91);
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    position: absolute;
    top: 67px;
    left: -15px;
    min-width: 255px;
    opacity: 0;
    padding: 32px;
    text-align: center;
    font-family: Brawler;
    font-size: 20px;
    color: #fff;
    transition: all, 0.3s;
}

.box-thema-teaser ul li .li-ico div:before {
    background: url('../img/ico_arrow_up_blue.png') no-repeat;
    content: "";
    position: absolute;
    left: 26px;
    top: -18px;
    height: 18px;
    width: 24px;
}

.box-thema-teaser ul li .li-ico:hover div {
    opacity: 1;
}

.dl .ico-orange {
    background-image: url('../img/ico_sprite_versicherungen.png');
    background-repeat: no-repeat;
    background-size: auto 90px;
}

.icon-privat {
    background-position: -1px 1px;
}

.icon-privat:hover,
.icon-privat.on {
    background-position: -1px -44px;
}

.icon-hund {
    background-position: -45px 0;
}

.icon-hund:hover,
.icon-hund.on {
    background-position: -45px -45px;
}

.icon-pferd {
    background-position: -90px 0;
}

.icon-pferd:hover,
.icon-pferd.on {
    background-position: -90px -45px;
}

.icon-haus-grund {
    background-position: -135px 0;
}

.icon-haus-grund:hover,
.icon-haus-grund.on {
    background-position: -135px -45px;
}

.icon-oeltank {
    background-position: -180px 0;
}

.icon-oeltank:hover,
.icon-oeltank.on {
    background-position: -180px -45px;
}

.icon-risikoleben {
    background-position: -225px 0;
}

.icon-risikoleben:hover,
.icon-risikoleben.on {
    background-position: -225px -45px;
}

.icon-wohngebaeude {
    background-position: -270px 0;
}

.icon-wohngebaeude:hover,
.icon-wohngebaeude.on {
    background-position: -270px -45px;
}

.icon-wohngebaeude-elementar {
    background-position: -315px 0;
}

.icon-wohngebaeude-elementar:hover,
.icon-wohngebaeude-elementar.on {
    background-position: -315px -45px;
}

.icon-wohngebaeude-photo {
    background-position: -360px 0;
}

.icon-wohngebaeude-photo:hover,
.icon-wohngebaeude-photo.on {
    background-position: -360px -45px;
}

.icon-unfall {
    background-position: -405px 0;
}

.icon-unfall:hover,
.icon-unfall.on {
    background-position: -405px -45px;
}

.icon-hausrat {
    background-position: -450px 0;
}

.icon-hausrat:hover,
.icon-hausrat.on {
    background-position: -450px -45px;
}

.icon-hausrat-elementar {
    background-position: -495px 0;
}

.icon-hausrat-elementar:hover,
.icon-hausrat-elementar.on {
    background-position: -495px -45px;
}

.icon-rechtsschutz {
    background-position: -540px 0;
}

.icon-rechtsschutz:hover,
.icon-rechtsschutz.on {
    background-position: -540px -45px;
}

.box-thema-teaser ul li .line {
    border-bottom: 1px solid #006c68;
    display: inline-block;
    width: 155px;
    line-height: 1.35em;
}

.box-thema-teaser .box-tel {
    height: 45px;
    line-height: 45px;
    margin-bottom: 12px;
    padding: 0;
}

.box-thema-teaser .box-tel a.ico-tel {
    margin: 8px 14px;
}

.box-thema-teaser .box-info {
    color: #646363;
    padding: 10px 13px;
    font-size: 13px;
}

.box-thema-teaser .box-info h4 {
    color: #ff893e;
    font-family: Brawler;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 5px;
}

.box-thema-teaser .box-info p {
    line-height: 18px;
}

.box-thema-teaser .box-info a {
    text-decoration: underline;
}

.box-versicherung {
    padding: 34px;
    margin-bottom: 68px;
}

.box-versicherung h2 {
    color: #fff;
    margin-bottom: 17px;
}

.content .box-versicherung div::before {
    content: "";
    background: url('../img/dot_white.png') repeat-x 0 center;
    display: block;
    height: 34px;
}

.content .box-versicherung a {
    color: #636363;
    display: block;
    text-transform: uppercase;
    padding: 5px 0;
}

.box-bedarfscheck {
    color: #fff;
    padding: 34px;
    text-align: center;
}

.box-bedarfscheck>p {
    display: inline-block;
    text-align: left;
}

.box-bedarfscheck>p>a {
    color: #fff;
}

.box-login-info {
    background: #ffb718;
}

.box-beratung {
    padding: 70px 142px 70px 46px;
}

.box-beratung.bg-teal {
    background-color: #dae9de;
}

.box-beratung.bg-blue-light {
    background-color: #eff7f6;
}

.box-beratung.bg-blue-light .form-holder {
    background-color: #d0e6dd;
}

.box-beratung.bg-blue-light .form-holder h3.dotted {
    background: url('../img/dot_darkgreen.png') repeat-x bottom left;
}

.box-beratung h3.dotted span.bg-teal-xlight {
    background-color: #e8f0ea;
}

.box-beratung.bg-green {
    background-color: #dbe7e0;
}

.box-beratung.bg-green .form-holder h3.dotted {
    background: url('../img/dot_darkgreen.png') repeat-x bottom left;
}

.box-beratung h1 {
    color: #79838d;
}


/* Pressefotos */

.box-pressefoto {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 220px;
    position: relative;
}

.box-pressefoto:nth-child(3n+1):not(:last-of-type) {
    margin-right: 0;
}

.box-pressefoto:after {
    background: transparent url('../img/ico_download.png') no-repeat;
    content: "";
    height: 29px;
    left: 17px;
    position: absolute;
    top: 17px;
    width: 29px;
}

.box-pressefoto div {
    bottom: 0;
    color: #636363;
    display: none;
    left: 0;
    padding: 17px;
    position: absolute;
    right: 0;
}

.box-pressefoto:hover div {
    display: block;
}

.box-social .ico {
    background-size: 17px;
    position: absolute;
    top: 20px;
    right: 15px;
    height: 17px;
    width: 17px;
}

.box-social .ico:after {
    background-color: #fff;
    content: "";
    position: absolute;
    left: -12px;
    width: 12px;
    height: 17px;
    top: 0;
}

ul.ico-bar-small {
    background-color: #fff;
    float: right;
}

ul.ico-bar-small>li {
    background: none;
    display: inline-block;
    margin-left: 8px;
    padding: 0;
}

ul.ico-bar-small>li>a.ico {
    background-color: rgb(255, 134, 116);
    background-size: 17px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    height: 17px;
    width: 17px;
}

ul.ico-bar-small>li:nth-child(odd)>a.ico {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul#quick-connect {
    list-style: none;
    padding: 30px 17px 26px 30px;
    position: absolute;
    right: 0;
    top: 568px;
    z-index: 25;
}

ul#quick-connect>li {
    font-size: 12px;
    margin-bottom: 17px;
}

ul#quick-connect>li:last-child {
    margin-bottom: 0;
}

ul#quick-connect>li .info {
    display: none;
    float: left;
    padding-left: 17px;
    padding-right: 34px;
    line-height: 1.2em;
    width: 205px;
    margin-right: 17px;
}

ul#quick-connect>li .info.toggle:hover {
    cursor: pointer;
}

ul#quick-connect>li .toggle {
    background: url('../img/ico_arrow_down.png') no-repeat center right;
}

ul#quick-connect>li .toggle.on {
    background: url('../img/ico_arrow_up.png') no-repeat center right;
}

ul#quick-connect>li a {
    color: #fff;
    cursor: pointer;
}

ul#quick-connect>li a.ico {
    display: block;
    float: left;
    height: 40px;
    width: 40px;
}

ul#quick-connect>li a.ico.contact {
    background-image: url('../img/ico_contact.png');
}

ul#quick-connect>li a.ico.at {
    background-image: url('../img/ico_at.png');
}

ul#quick-connect>li a.ico.tel {
    background-image: url('../img/ico_tel.png');
}

ul#quick-connect>li a.ico.call {
    background-image: url('../img/ico_call.png');
}

ul#quick-connect>li a.ico.mail {
    background-image: url('../img/ico_mail.png');
}

.quick-connect-form {
    display: none;
    padding-top: 17px;
}

#callback-form {
    margin-bottom: -26px;
}

.btn.success {
    background-color: #00654b;
}

.btn.alert {
    background-color: #e43725;
}

.content a.btn {
    color: white;
    margin-left: 0;
    text-decoration: none;
    display: inline-block;
}

.content a.btn.disabled {
    background-color: lightgray;
}

.content a.btn.disabled:hover {
    cursor: not-allowed;
}

.content a.btn.double {
    margin-right: 17px;
}

input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #fff;
}

input,
textarea,
a.btn {
    border: 1px solid transparent;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 2px 5px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    width: 316px;
}

textarea {
    min-height: 3em;
    height: 5em;
    max-height: 30em;
    margin-left: 125px;
    min-width: 318px;
    max-width: 318px;
}

select {
    border: 1px solid transparent;
    padding: 0 35px 0 5px;
    background-color: #fff;
    background-image: url('../img/ico_select_arrow.png');
    background-position: right;
    background-repeat: no-repeat;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 25px;
    line-height: 19px;
    min-width: 55px;
}


/* hide browser-styling (arrow) in IE10 */

select::-ms-expand {
    display: none;
}

input.digit-2 {
    width: 2.7em;
    display: inline-block;
    text-align: center;
}

input.digit-6 {
    width: 5.2em;
    display: inline-block;
    text-align: center;
}

input.strasse {
    width: 241px;
    margin-right: 10px;
    float: left;
}

input.hausnr {
    width: 65px;
    text-align: center;
}

input.plz {
    width: 65px;
    margin-right: 10px;
    text-align: center;
    float: left;
}

input.ort {
    width: 241px;
}

input[type=submit],
a.btn {
    background-color: #ffb718;
    color: #fff;
    font-family: Brawler;
    display: block;
    margin-left: 125px;
    padding: 8px 25px;
    text-transform: uppercase;
    height: auto;
    width: auto;
}

input[type="submit"]:disabled {
    background-color: lightgrey;
}

input[type="submit"]:disabled:hover {
    cursor: not-allowed;
}

input.double[type=submit] {
    float: left;
    margin-right: 17px;
}

input.double[type=submit]:last-of-type {
    float: none;
    margin-left: 0;
}

input.send_bc[type=submit] {
    background-color: #3D5567;
    float: none;
    margin-left: 0;
    padding: 5px 50px;
}

input[type=submit]:hover {
    cursor: pointer;
}

input[type=radio] {
    height: 20px;
    width: 20px;
}

.label-indent {
    margin-left: 125px;
}

label {
    float: left;
    width: 125px;
    display: inline-block;
}

label.long {
    width: 305px;
}

label.textarea {
    position: absolute;
}

form.small label {
    line-height: 21px;
    width: 100px;
}

form.small input,
form.small textarea {
    width: 160px;
    max-width: 160px;
    min-width: 160px;
}

form.small textarea,
form.small input[type=submit] {
    margin-left: 100px;
}

form.small input[type=submit] {
    background-color: #6FA287;
}

form.small input[type=submit]:disabled {
    background-color: lightgrey;
}

form.small input[type=submit].full {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
}


/* login popup */

#login-popup {
    position: relative;
    margin: 20px auto;
    max-width: 500px;
    width: auto;
}

#login-popup>div {
    min-height: 250px;
    padding: 20px 75px;
}

#login-popup a {
    color: #f79231;
}


/* content-popup */

#content-popup {
    position: relative;
    margin: 20px auto;
    max-width: 800px;
    width: auto;
}

#content-popup>div {
    min-height: 250px;
    padding: 20px 75px;
}


/* Checkbox */

input[type='checkbox'],
input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    margin: 0;
    padding: 0;
    display: none;
}

input[type='checkbox']+label,
input[type='radio']+label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    width: 100%;
}

input[type='checkbox']:checked+label::before,
input[type='checkbox']:not(:checked)+label::before,
input[type='radio']:checked+label::before,
input[type='radio']:not(:checked)+label::before {
    background: white none repeat scroll 0 0;
    border: 1px solid #fff;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    content: " ";
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

input[type='checkbox'].error:checked+label::before,
input[type='checkbox'].error:not(:checked)+label::before,
input[type='radio'].error:checked+label::before,
input[type='radio'].error:not(:checked)+label::before {
    border: 1px solid rgba(255, 134, 116, 0.9);
}

input[type=radio]:checked+label::before,
input[type=radio]:not(:checked)+label::before {}

input[type='checkbox']:hover+label::before,
input[type='radio']:hover+label::before {
    background: #fff url('../img/checkbox.png') no-repeat center;
}

input[type='checkbox']:checked+label::before,
input[type='radio']:checked+label::before {
    background: #fff url('../img/checkbox.png') no-repeat center;
}

input[type='checkbox']:checked+label,
input[type='radio']:checked+label {
    font-family: ClearSans-Medium;
}

.box-rechner {
    background-image: url('../img/ico_rechner.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 285px;
}

.box-envelope {
    background-image: url('../img/ico_envelope.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
    height: 150px;
}

.box-hint {
    background-image: url('../img/ico_info_yellow.png');
    background-repeat: no-repeat;
    background-position: 17px 17px;
    background-size: 39px auto;
    margin-top: 17px;
    padding: 36px 17px 30px 70px;
}

.box-hint h5 {
    font-family: 'Brawler';
    font-size: 20px;
    color: #fff;
    margin-bottom: 17px;
}

h1.yellowSquare {
    color: #79838d;
    padding-left: 2.8em;
    word-break: break-all;
    position: relative;
    font-size: 18px;
}

h1.yellowSquare::before {
    content: "";
    background: #ffb718;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    display: block;
    position: absolute;
    left: 0;
    margin: 5px 10px 0 0;
    height: 2.1em;
    width: 2.1em;
}

.calcForm select {
    min-width: 138px;
}

.calcForm {
    background: url('../img/dot_green.png') repeat-x left bottom;
    background-size: 6px;
}

.calcForm label {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}

.calcForm label span {
    background-color: #EDF4EF;
    display: inline-block;
    height: 25px;
    padding-right: 10px;
    padding-top: 2px;
}

.calcForm.half {
    background: none;
}

.calcForm.half label:first-child {
    width: 21%;
    float: left;
    margin-left: 0;
}

.calcForm.half label {
    width: 30%;
    float: left;
    margin-left: 8%;
}

.calcForm.half label span {
    word-break: break-all;
}

.calcForm.half .inputWrap {
    float: left;
    width: 10%;
}

.calcForm.half .inputWrap:last-child {
    width: 31%;
}

.calcForm.half input,
.calcForm.half select {
    width: 100%;
}

#info-message p {
    background: #fff;
    margin-bottom: 17px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background-image: url('../img/ico_info_yellow.png');
    background-repeat: no-repeat;
    background-position: 17px 17px;
    background-size: 28px auto;
    padding: 17px 17px 17px 60px;
}

.form-holder .box-tel {
    font-size: 22px;
    margin: auto;
    padding: 8px 40px;
    text-align: center;
    width: 80%;
}

.calcForm input,
.calcForm select {
    width: 100px;
}

.calcForm .autoSize input,
.calcForm .autoSize select {
    width: auto;
    max-width: 250px;
}

.calcForm .inputWrap {
    float: right;
    position: relative;
    background-color: #EDF4EF;
}

.calcForm .inputWrap::before {
    background: #EDF4EF;
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    width: 10px;
    height: 25px;
    top: 0;
    z-index: 50;
}

.calcFormHint {
    text-align: right;
}

#calc-result {
    color: #646363;
    display: none;
    position: fixed;
    padding: 17px;
    width: auto;
    left: 10px;
    right: 10px;
    top: 15%;
    z-index: 1000;
}

#calc-result h1 {
    color: #79838d;
    position: relative;
    padding-left: 2.8em;
    font-size: 16px;
    word-break: break-all;
}

#calc-result h1::before {
    content: "";
    background: #e4ead9;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    display: block;
    position: absolute;
    left: 0;
    margin: 5px 10px 0 0;
    height: 2.1em;
    width: 2.1em;
}

#calc-result p {
    color: #fff;
}

#calc-result a.btnSend {
    background: #e4ead9;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    color: #646363;
    font-family: Brawler;
    height: 34px;
    line-height: 34px;
    margin: auto;
    display: block;
    width: 135px;
    text-decoration: none;
    text-align: center;
}

#calc-result table {
    width: 100%;
}

#calc-result td {
    font-size: 13px;
    line-height: 1.3em;
    border-top: 10px solid transparent;
    vertical-align: bottom;
}

#calc-result tr.nospace td {
    border-top: none;
}

#calc-result td.dot {
    background: url('../img/bg_li_white.png') no-repeat 2px 7px;
    width: 14px;
}

#calc-result td.txt {
    background: url('../img/dot_lightgreen.png') repeat-x left bottom;
    background-size: 6px;
    border-right: 5px solid #ffb718;
    padding-right: 15px;
    border-top: 10px solid transparent;
    word-break: break-all;
    white-space: normal;
}

#calc-result td.txt p span {
    display: inline-block;
    padding-right: 5px;
    text-shadow: 1px 0px 0px #ffb718, 2px 0px 0px #ffb718, 3px 0px 0px #ffb718, 4px 0px 0px #ffb718, 5px 0px 0px #ffb718, 6px 0px 0px #ffb718, -1px 0px 0px #ffb718, -2px 0px 0px #ffb718;
}

#calc-result td.price {
    width: 30px;
    text-align: right;
}


/* #calc-result tr:first-child td,
  #calc-result tr:last-child td {
		border-top:none;
  } */

#calc-result tr.zeile2 td {
    border-top: none;
}

#calc-result tr td:last-child {
    width: 35px;
    text-align: right;
}

.wrapFullscreen {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

label.bc {
    margin-bottom: 25px;
    margin-right: 17px;
    width: 119px;
    float: left;
}

label.bc span {
    display: block;
    min-height: 2em;
    line-height: 1em;
}

.bc-ico {
    border-bottom-left-radius: 17px;
    border-top-right-radius: 17px;
    margin-top: 5px;
    padding: 5px;
    width: 100px;
}

.bc-spacer {
    height: 75px;
}


/* Hack for damn IE 11 */

.bc-ico img {
    pointer-events: none;
}

.col-bc-1 {
    margin-right: 0;
}

.col-bc-2 {
    width: auto;
}

label.bc.small {
    margin-right: 17px;
    width: 119px;
}

label>input[type='checkbox']:checked+div.bc-ico,
label>input[type='radio']:checked+div.bc-ico {
    background: #f48476;
}

.bc-answer {
    padding: 17px 34px;
}

.bc-answer.prio-0,
.bc-answer.prio-1,
.bc-answer.prio-2,
.bc-answer.prio-3 {
    background-repeat: no-repeat;
    background-position: right 45px;
}

.bc-answer.prio-0 {
    background-image: url('../img/bedarfscheck/icon-prio-0.png');
}

.bc-answer.prio-1 {
    background-image: url('../img/bedarfscheck/icon-prio-1.png');
}

.bc-answer.prio-2 {
    background-image: url('../img/bedarfscheck/icon-prio-2.png');
}

.bc-answer.prio-3 {
    background-image: url('../img/bedarfscheck/icon-prio-3.png');
}

.bc-answer h2 {
    margin-bottom: 5px;
}

.bc-answer-body {
    height: 2.6em;
    overflow: hidden;
    margin-right: 30%;
}

.bc-answer-body a {
    cursor: pointer;
}

.bc-answer-body a.more {
    background: #dae9de;
    font-size: inherit;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding-left: 5px;
}

.bc-answer-body a.more::before {
    background: linear-gradient(to right, rgba(237, 237, 237, 0) 0%, rgba(218, 233, 222, 1) 80%);
    content: "";
    display: block;
    height: 1.4em;
    position: absolute;
    left: -35px;
    width: 35px;
}

.anliegen-wrapper {
    float: left;
    margin-left: 125px;
    margin-top: -1em;
}

.success-msg {
    background-color: rgba(230, 237, 228, 0.8);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 34px 204px;
}

.error {
    border: 1px solid rgba(255, 134, 116, 0.9);
}

.error-msg,
.form-error {
    background: rgba(255, 134, 116, 0.9);
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    margin-bottom: 17px;
    padding: 34px 51px;
    text-align: center;
}

.form-error>div:not(:last-child) {
    margin-bottom: 17px;
}

#message-popup {
    position: relative;
    margin: 20px auto;
    max-width: 500px;
    width: auto;
}

#message-popup>div {
    padding: 34px 68px;
}

a#to-top {
    background-image: url("../img/ico_arrow_up.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 54px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 72px;
    z-index: 25;
}

#tabs {
    padding-top: 34px;
    z-index: 99;
}

ul.tabs {
    list-style: none;
    margin: 0 0 0 52px;
}

ul.tabs li {
    background: none;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
    position: relative;
}

ul.tabs li a {
    color: #fff;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding: 17px;
    width: 205px;
    line-height: 1.2em;
    border-top-right-radius: 17.5px;
}

ul.tabs li:last-child a span {
    display: block;
    max-width: 140px;
}

ul.tabs li:hover a::after,
ul.tabs li.aktiv a::after {
    content: "";
    background: transparent no-repeat center;
    width: 30px;
    height: 17px;
    position: absolute;
    bottom: -17px;
    left: 32px;
}

ul.tabs li.aktiv a.bg-yellow::after,
ul.tabs li:hover a.bg-yellow::after {
    background-image: url('../img/ico_arrow_down_yellow.png');
}

ul.tabs li.aktiv a.bg-orange-light::after,
ul.tabs li:hover a.bg-orange-light::after {
    background-image: url('../img/ico_arrow_down_orange-light.png');
}

ul.tabs li.aktiv a.bg-orange::after,
ul.tabs li:hover a.bg-orange::after {
    background-image: url('../img/ico_arrow_down_orange.png');
}

.form-holder {
    background: #edf4ef;
}

.box-beratung .form-holder {
    background: #d9e9df;
}

table.kosten {
    border-collapse: collapse;
}

table.kosten th {
    border-top-right-radius: 17px;
    padding: 10px 25px;
    border-bottom: 5px solid #fff;
    font-weight: 300;
    text-transform: uppercase;
}

table.kosten th:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 17px;
}

table.kosten tbody tr:first-child td {
    padding-top: 12px;
}

table.kosten td {
    vertical-align: middle;
    padding: 8px 25px;
}

table.kosten td b {
    font-weight: 300;
    text-transform: uppercase;
}

table.kosten td a.ico {
    display: inline-block;
    background-size: 26px 20px;
    height: 20px;
    width: 26px;
}

table.kosten td.spacer {
    padding: 0;
    width: 15px;
}

table.kosten tr.hspacer:last-child td {
    border-bottom-left-radius: 17px;
    height: 32px;
}

table.kosten tr.hspacer:last-child td:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 17px;
}

table.kosten tr.hspacer:last-child .hr {
    display: none;
}

.box-form-member-choose {
    padding: 62px;
}


/* mfp layer*/

div#formular-result {
    color: white;
    border-top-left-radius: 28px;
    border-bottom-right-radius: 28px;
    background-color: #3d5567;
    padding: 50px;
    position: absolute;
    margin: 12% 20px;
    top: 0;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
}

div#formular-result a {
    color: #f79231;
}

div#formular-result a#close-formular-result {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
}


/* file handler */

#form-info {
    display: none;
    padding: 17px;
    margin-bottom: 17px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#file-input {
    background: rgba(0, 0, 0, 0) url("../img/ico_file_upload.png") no-repeat scroll left top;
    padding-left: 32px;
    display: block;
}

#file-input label.file-label {
    float: none;
    display: inline-block;
    width: 280px;
}

#file-input label.file-label input {
    position: fixed;
    top: -1000px;
}

#file-input label.file-label .label-text:hover {
    cursor: pointer;
}

ul#file-list li {
    list-style: none;
    background-image: none;
    padding-left: 0;
    margin: 10px 0;
}

ul#file-list li span {}

ul#file-list li a {
    float: right;
}

ul#file-list li a:hover {
    cursor: pointer;
}

.cookie_change_button {
    cursor: pointer;
    color: white;
    background-color: #ffb718;
    border: 0px solid black;
    padding: 8px;
    margin: 15px;
    margin-left: 15px;
    margin-left: 0px;
    font-weight: bold;
    text-decoration: none;
}

#cookiefirst-policy-page button {
    cursor: pointer;
    color: white;
    background-color: #ffb718;
    border: 0px solid black;
    padding: 8px;
    margin: 15px;
    margin-left: 15px;
    margin-left: 0px;
    font-weight: bold;
    text-decoration: none;
}

.declineAll {
    cursor: pointer;
    color: white;
    background-color: #ffb718;
    border: 0px solid black;
    padding: 8px;
    margin: 15px;
    margin-left: 15px;
    margin-left: 0px;
    font-weight: bold;
    text-decoration: none;
}

.menuToggle {
    color: #ffaf3c;
    text-transform: uppercase;
    height: 65px;
    left: 60px;
    top: 191px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    line-height: 20px;
}

.menuToggle .animatedBurger {
    width: 45px;
    height: 48px;
}

.menuToggle .animatedBurger span:first-child {
    position: relative;
    transform-origin: 0% 50%;
}

.menuToggle .animatedBurger span:last-child {
    position: relative;
    transform-origin: 0% 50%;
}

.menuToggle .animatedBurger span {
    display: inline-block;
    background-color: #ffaf3c;
    height: 5px;
    width: 45px;
    line-height: 5px;
    transition-duration: 0.5s;
    transition-property: transform;
}

.menuToggle>span {
    position: relative;
    top: -22px;
    font-size: 30px;
    margin-left: 62px;
}

ul#navi li.has-subnavi>a {
    line-height: 23px;
}

a.mitgliedWerdenBtn {
    position: relative;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    background-color: #f48476;
    border: 1px solid #f48476;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 4rem;
    margin-bottom: 35px;
    padding-right: 2rem;
    padding-left: 2rem;
    display: inline-block;
}

a.kuendigungBtn {
    position: relative;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    border: 1px solid black;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 4rem;
    margin-bottom: 35px;
    padding-right: 2rem;
    padding-left: 2rem;
    display: inline-block;
}