
/* RECHNERSECTION ////////////////////////////////////////////////////// */ 
.calculator {
    position:relative;
    text-align:center;
    z-index:99;
}
.calculator form br {
    display:block;
}
p.form-p-tag {
    margin-bottom:3px;
    font-size:20px;
    font-weight:bold;
}
.calculator .gebaeude {
    margin-right:15px;
}
.arrow-big:before {
    display:inline-block;
    margin-top:-1px;
    margin-right:8px;
    margin-left:-9px;
    padding:6px 8px;
    background-color:#fa8535;
    background-position:left center;
    border:1px solid #252525;
    font:1.3em Fontello;
    color:#ffffff;
    content: "\e906";
}
.heading_rechnersection p {
    display:inline-block;
    margin-bottom:0;
    padding-left:22%;
    font-size:20px;
    line-height:30px;
}
.heading_rechnersection_th p {
    display:inline-block;
    margin-bottom:0;
    padding-left:27%;
    font-size:20px;
    line-height:30px;
}
.heading_rechnersection_bu p {
    display:inline-block;
    margin-bottom:0;
    padding-left:30%;
    font-size:20px;
    line-height:30px;
}
.calculator div.rs {
    display:inline-block;
    vertical-align:top;
}
.rs img {
    margin-left:50px;
}
.calculator div.rs input[type="checkbox"],
.calculator div.rs input[type="radio"] {
    display:none;
}
.calculator div.gebaeude input[type="radio"] {
    height:50px;
    display:inline-block;
    vertical-align:middle;
}
.calculator .kfz input {
    width:20px;
    height:28px;
    position:relative;
    padding-right:20px;
    padding-left:20px;
    border:1px solid #006699;
    color:#006699;
}
.calculator .verm input {
    width:50px;
    height:28px;
    position:relative;
    padding-right:10px;
    padding-left:10px;
    border:1px solid #006699;
    color:#006699;
}
select {
    width:100%;
    font-size:1em;
    -webkit-appearance: none;
    -moz-appearance: none;
     appearance: none;
    border: none;
}
.calculator button {
    height:40px;
    margin-top:12px;
    margin-bottom:10px;
    background-color:#006699;
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
     appearance: none;
    border: none;
    cursor: pointer;
}
.calculator .selectbox-neu {
    margin-top:13px;
    padding-right:10px;
    padding-left:10px;
}
.calculator .selectbox {
    position:relative;
    margin-top:5px;
    margin-right:-5px;
    padding:10px 15px;
    background-color:#e8e8e8;
}
.calculator select {
    width:100%;
    height:30px;
    position:relative;
    padding: 0 20px;
    border:1px solid #006699;
    color:#006699;
    background: #fff url("../backgrounds/select_arrow.png") no-repeat scroll right 12px;
    cursor: pointer;
}
.rs_label_checkbox:before,
.rs_label_radio:before {
    width:64px;
    height:50px;
    position:relative;
    display:block;
    margin-bottom:5px;
    background-image:url("../backgrounds/rechtsschutz_bg_all.png");
    background-repeat:no-repeat;
    background-size: 450px auto;
    content:"";
}
.label_fam:before {
    width:64px;
    height:50px;
    position:relative;
    display:block;
    margin-bottom:5px;
    background-image:url("../backgrounds/familie_grau.png");
    background-repeat:no-repeat;
    content:"";
}
.label_si:before {
    width:64px;
    height:50px;
    position:relative;
    display:block;
    margin-bottom:5px;
    background-image:url("../backgrounds/single_grau.png");
    background-repeat:no-repeat;
    content:"";
}
.label_paar:before {
    width:64px;
    height:50px;
    position:relative;
    display:block;
    margin-bottom:5px;
    background-image:url("../backgrounds/paar_grau.png");
    background-repeat:no-repeat;
    content:"";
}
.label_siki:before {
    width:64px;
    height:50px;
    position:relative;
    display:block;
    margin-bottom:5px;
    background-image:url("../backgrounds/singleKind_grau.png");
    background-repeat:no-repeat;
    content:"";
}
.label_fam:hover:before {
    width:64px;
    height:50px;
    position:relative;
    display:block;
    margin-bottom:5px;
    background-image:url("../backgrounds/familie_blau.png");
    background-repeat:no-repeat;
    content:"";
}
.label_si:hover:before {
    width:64px;
    height:50px;
    position:relative;
    display:block;
    margin-bottom:5px;
    background-image:url("../backgrounds/single_blau.png");
    background-repeat:no-repeat;
    content:"";
}
.label_paar:hover:before {
    width:64px;
    height:50px;
    position:relative;
    display:block;
    margin-bottom:5px;
    background-image:url("../backgrounds/paar_blau.png");
    background-repeat:no-repeat;
    content:"";
}
.label_siki:hover:before {
    width:64px;
    height:50px;
    position:relative;
    display:block;
    margin-bottom:5px;
    background-image:url("../backgrounds/singleKind_blau.png");
    background-repeat:no-repeat;
    content:"";
}
.calculator div.rs input[type="radio"]:checked + label.label_fam:before {
    width:64px;
    height:50px;
    position:relative;
    display:block;
    margin-bottom:5px;
    background-image:url("../backgrounds/familie_blau_check.png");
    background-repeat:no-repeat;
    content:"";
}
.calculator div.rs input[type="radio"]:checked + label.label_si:before {
    width:64px;
    height:50px;
    position:relative;
    display:block;
    margin-bottom:5px;
    background-image:url("../backgrounds/single_blau_check.png");
    background-repeat:no-repeat;
    content:"";
}
.calculator div.rs input[type="radio"]:checked + label.label_paar:before {
    width:64px;
    height:50px;
    position:relative;
    display:block;
    margin-bottom:5px;
    background-image:url("../backgrounds/paar_blau_check.png");
    background-repeat:no-repeat;
    content:"";
}
.calculator div.rs input[type="radio"]:checked + label.label_siki:before {
    width:64px;
    height:50px;
    position:relative;
    display:block;
    margin-bottom:5px;
    background-image:url("../backgrounds/singleKind_blau_check.png");
    background-repeat:no-repeat;
    content:"";
}
#Rechnersection.sticky {
    position: fixed;
    z-index: 1999;
    top: 0;
    max-width: 1100px !important;
    width: 100%;
}
#Rechnersection.sticky .inside::after {
    background-image:url("../backgrounds/01.png");
    background-repeat:repeat;
}
#Rechnersection .calculator .submit,
.inkasso .submit {
    width:150px;
    height:50px;
    display:inline-block;
    margin:5px 20px;
    padding:0;
    font-size:22px;
}
#Rechnersection .calculator .submit_verm {
    width:150px;
    height:67px;
    position:relative;
    float:none;
    clear:both;
    display:inline-block;
    margin:5px 20px;
    padding:0;
    background-color:#006699;
    font-size:22px;
    color:#ffffff;
    border: 0 none;
    cursor: pointer;
    text-decoration: none;
}
#Rechnersection .calculator .submit_verm:hover {
    background-color:rgba(006699,.9);
}
@media (min-width:220px) {
    .rs_label_checkbox.label_priv:before {background-position: -0 -110px;}
    .rs_label_checkbox.label_wg:before {background-position: -200px -110px;}
    .rs_label_checkbox.label_ar:before {background-position: -68px -110px;}
    .rs_label_checkbox.label_verk:before {background-position: -134px -110px;}
    .rs_label_checkbox.label_priv:hover:before {background-position: -0 -55px;}
    .rs_label_checkbox.label_wg:hover:before {background-position: -200px -55px;}
    .rs_label_checkbox.label_ar:hover:before {background-position: -68px -55px;}
    .rs_label_checkbox.label_verk:hover:before {background-position: -134px -55px;}
    .rs_label_checkbox.label_verm:before {background-position: -333px -110px}
    .rs_label_checkbox.label_verm:hover:before {background-position: -333px -55px;}
    .calculator div.rs input[type="checkbox"]:checked + label.label_priv:before {background-position: 0 0;}
    .calculator div.rs input[type="checkbox"]:checked + label.label_wg:before {background-position: -200px 0;}
    .calculator div.rs input[type="checkbox"]:checked + label.label_ar:before {background-position: -68px 0;}
    .calculator div.rs input[type="checkbox"]:checked + label.label_verk:before {background-position: -134px 0;}
    .calculator div.rs input[type="checkbox"]:checked + label.label_verm:before {background-position: -333px 0;}
    #right .rs_label_checkbox.label_priv:before {background-position: -5px -110px;}
    #right .rs_label_checkbox.label_wg:before {background-position: -205px -110px;}
    #right .rs_label_checkbox.label_ar:before {background-position: -73px -110px;}
    #right .rs_label_checkbox.label_verk:before {background-position: -139px -110px;}
    #right .rs_label_checkbox.label_priv:hover:before {background-position: -5px -55px;}
    #right .rs_label_checkbox.label_wg:hover:before {background-position: -205px -55px;}
    #right .rs_label_checkbox.label_ar:hover:before {background-position: -73px -55px;}
    #right .rs_label_checkbox.label_verk:hover:before {background-position: -139px -55px;}
    #right .calculator div.rs input[type="checkbox"]:checked + label.label_priv:before {background-position: -5px 0;}
    #right .calculator div.rs input[type="checkbox"]:checked + label.label_wg:before {background-position: -205px 0;}
    #right .calculator div.rs input[type="checkbox"]:checked + label.label_ar:before {background-position: -73px 0;}
    #right .calculator div.rs input[type="checkbox"]:checked + label.label_verk:before {background-position: -139px 0;}
}
@media (max-width: 480px) {
    #Rechnersection .calculator .submit {
    top: 0px;
    }
    .heading_rechnersection p, .heading_rechnersection_th p {
    padding-left: 5px;
    }
    .sc4 {
    display: none;
    }
}
@media (max-width: 640px) {
    .rs img {
    display: none;
    }
}
#right .rs_label_checkbox:before {
    width:56px;
    height:50px;
}
#right .rs img,
.SliderRechner .rs img {
    display:none;
}
.table {
    display:table;
    margin-top:10px;
    margin-right:auto;
    margin-left:auto;
    font-size:20px;
    border: none;
}
div.unf-table {
    display:table-cell;
    padding-right:80px;
    border: none;
}
.calculator form label {
    margin-right:15px;
}
@media (min-width:740px) {
    .dmm_ribbon {
        	margin-bottom:40px;
        	position:absolute;
        	z-index:0;
        	text-align:center;
        	color:#fff;
        	width:60px;
        	height:100px;
        	top:-5px;
        	left:20px;
        	-moz-box-shadow:1px 0 2px rgba(0, 0, 0, 0.3);
                -webkit-box-shadow:1px 0 2px rgba(0, 0, 0, 0.3);
        	box-shadow:1px 0 2px rgba(0, 0, 0, 0.3);
                -moz-border-radius:5px 0 0 0;
        	-webkit-border-radius:5px 0 0 0;
        	border-radius:5px 0 0 0;
        }

        .dmm_ribbon:before,.dmm_ribbon:after {
        	content:'';
        	position:absolute;
        	z-index:-2;
        	width:20px;
        	height:70px;
        	background:#666;
        }
        .dmm_ribbon:before {
        	bottom:18px;
        	right:5px;
        	-moz-transform:rotate(12deg) skew(18deg, 28deg);
        	-webkit-transform:rotate(12deg) skew(18deg, 28deg);
        	border-right-color:#fa8535 ;
        	-o-transform:rotate(12deg) skew(18deg, 28deg);
        	-ms-transform:rotate(12deg) skew(18deg, 28deg);
        	transform:rotate(12deg) skew(18deg, 28deg);
        	-moz-box-shadow:8px 25px 4px rgba(0, 0, 0, 0.5);
        	-webkit-box-shadow:8px 25px 4px rgba(0, 0, 0, 0.5);
        	box-shadow:8px 25px 4px rgba(0, 0, 0, 0.5);
        	border-top-color:#fa8535 ;
        }
        .dmm_ribbon:after {
        	bottom:16px;left:5px;
        	-moz-transform:rotate(-23deg) skew(-18deg, -28deg);
        	-webkit-transform:rotate(-23deg) skew(-18deg, -28deg);
        	-o-transform:rotate(-23deg) skew(-18deg, -28deg);
        	-ms-transform:rotate(-23deg) skew(-18deg, -28deg);
        	transform:rotate(-23deg) skew(-18deg, -28deg);
        	-moz-box-shadow:-5px 20px 4px rgba(0, 0, 0, 0.5);
        	-webkit-box-shadow:-5px 20px 4px rgba(0, 0, 0, 0.5);
        	box-shadow:-5px 20px 4px rgba(0, 0, 0, 0.5);
        }

        .dmm_ribbon span {
        	display:block;
        	height:100%;
        	position:relative;
        	-moz-border-radius:5px 0 0 0;
        	-webkit-border-radius:5px 0 0 0;
        	border-radius:5px 0 0 0;
        	background-color:#fa8535 ;
        	padding-top: 15px;
        	-webkit-box-sizing: border-box;
        	-moz-box-sizing: border-box;
        	box-sizing: border-box;
        	cursor:pointer;
            font-weight: bold;
        }

        .dmm_ribbon span:before,.dmm_ribbon span:after {
        	content:'';
        	position:absolute;
        	z-index:-1;
        }
        .dmm_ribbon span:before {
        	border-style:solid;
        	border-width:5px;
        	border-color:transparent;
        	right:-5px;
        	top:0;-moz-transform:rotate(45deg);
        	-webkit-transform:rotate(45deg);
        	-o-transform:rotate(45deg);
        	-ms-transform:rotate(45deg);
        	transform:rotate(45deg);
        	-moz-border-radius:5px;
        	-webkit-border-radius:5px;
        	border-radius:5px;
        	border-top-color:#fa8535 ;
        	border-left-color:#fa8535 ;
        }
        .dmm_ribbon span:after {
        	bottom:-30px;
        	left:0;
        	border-style:solid;
        	border-width:30px;
        	border-color:#fa8535  #fa8535  transparent #fa8535 ;
        }

}
@media (max-width:739px) {
    .dmm_ribbon {
        display: none;
        }
}
