/*--------------------------------------------*\
    - Header
\*--------------------------------------------*/

/*--------------------------------------------*\
    - Content
\*--------------------------------------------*/

a.no_underline {
    text-decoration: none !important;
}

a.link_01, a.link_02 {
    display: inline-block;
    text-decoration: none;
}

a.link_01,
.article_link .link_01 {
    color: #8fb300;
}

a.link_01:focus, a.link_01:hover {
    color: #333333;
}

.link_01::before, .link_02::before {
    content: '\e622';
    font-family: "bauen";
    font-size: 15px;
    padding-right: 5px;
}

.link_02::before {
    color: #8fb300;
}

article a, section a, .t3_autolink, a.link_00 {
    text-decoration: underline;
}

.box_infocenter a:hover {
    color: #333;
}

ul, ol {
    line-height: 22px;
    margin-bottom: 10px;
    margin-left: 15px;
}

ul {
    list-style-type: none;
}

ul li {
    margin-bottom: 4px;
}

ol li {
    margin-bottom: 4px;
    padding-left: 5px;
}

.list_icon_02 {
    list-style-type: disc;
}

.breadcrumb {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-top: 20px;
}

.breadcrumb .icon-angle-right {
    margin: 0 6px;
}

.breadcrumb div {
    display: inline;
}

ul.breadcrumbUList{
    margin-left: 0px;
}

li.breadcrumbList{
    display:inline;
    list-style-type:none;
}

hr {
    background-color: #ddd;
    border: medium none;
    color: #ddd;
    height: 1px;
}

.zebra_section {
    margin: 0;
    padding-bottom: 60px;
}

.img-tag-menu {
    padding-top: 5px;
}

.img-menu img {
    margin-left: 8px !important;
}

/* -- Buttons  -------------------------------*/

.btn_01, .btn_02 {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.btn_01:hover, .btn_02:hover {
    text-decoration: none;
    transition: all 0.2s ease 0s, opacity 0.2s ease 0s;
}

.btn_01, a.btn_01 {
    border: medium none;
    color: #000;
    line-height: 20px;
    padding: 7px 16px;
}

.btn_01.ci_color {
    background: #99c000 none repeat scroll 0 0;
}

.btn_01.gray {
    background: #444 none repeat scroll 0 0;
    color: #fff;
}

.btn_01.lightgray {
    background: #ccc none repeat scroll 0 0;
}

.btn_01.ci_color:focus {
    background: #779900 none repeat scroll 0 0;
}

.btn_01.gray:focus {
    background: #555 none repeat scroll 0 0;
}

.btn_01.lightgray:focus {
    background: #bbb none repeat scroll 0 0;
}

.btn_01.ci_color:hover {
    background: #8cb000 none repeat scroll 0 0;
}

.btn_01.gray:hover {
    background: #333 none repeat scroll 0 0;
}

.btn_01.lightgray:hover {
    background: #aaa none repeat scroll 0 0;
}

.btn_02, a.btn_02 {
    background: transparent none repeat scroll 0 0;
    line-height: 22px;
    padding: 6px 14px;
}

.btn_02.white {
    border: 1px solid #fff;
    color: #fff;
}

.btn_02.black {
    border: 1px solid #171717;
    color: #333;
}

.btn_02.white:hover {
    background: #eee none repeat scroll 0 0;
    color: #333;
    text-decoration: none;
}

.btn_02.black:hover {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}

.btn_02.white:active, .btn_02.white:focus {
    background: #fff none repeat scroll 0 0;
    color: #333;
}

.btn_02.black:active, .btn_02.black:focus {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

a.btn_02:active {
    transform: translateY(2px);
    transition: all 0.2s ease-in-out 0s;
}

.btn_small, a.btn_small {
    font-size: 13px;
    line-height: 18px;
    padding: 6px 12px;
}

.btn_big, a.btn_big {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 16px;
}

/* Bugfix für nach oben Btn */

.btn_top.icon-angle-up::before {
    margin-right: 5px;
}

/* -- Boxen  ---------------------------------*/

.box_01::after, .box_02::after, .clear::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.box_01 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    padding: 16px;
}

.box_02 {
    background: none repeat scroll 0 0 #eee;
    padding: 16px;
}

[class*="box_"].error {
    background: none repeat scroll 0 0 #ffd6d6;
    border-color: #e32222;
}

[class*="box_"].confirm {
    background: none repeat scroll 0 0 #eef6d0;
    border-color: #779900;
}

[class*="box_"].alert {
    background: none repeat scroll 0 0 #fffecc;
    border-color: #ffea00;
}

.error a, .confirm a, .alert a {
    color: #000;
}

.error a:hover, .confirm a:hover, .alert a:hover {
    color: #000;
}

/* löschen - nach Umstellung auf ul's mit Klassen */
.slider ul {
    list-style-type: none;
}

.service_box .col_16 {
    min-width: 140px;
    width: 16.6%;
}

.service_box a {
    text-decoration: none;
}

/* Kommentar-Erstellen-Box ist sonst hellgruen */
.kommentare .box_02.color_bg_14 {
    background-color: #eeeeee;
}

/* -- Listen  --------------------------------*/

ul.linklist_icon_01 {
    margin-left: 0;
}

ul.linklist_icon_01 li {
    list-style-type: none;
    margin-left: 12px;
    text-indent: -11px;
}

ul.linklist_icon_01 li a {
    text-decoration: none;
}

ul[class*="textlist_icon_"] {
    margin-left: 0;
}

ul.textlist_icon_02 li, ul.textlist_icon_03 li {
    margin-left: 20px;
    text-indent: -20px;
}

ul.textlist_icon_03 li::before {
    color: #090;
}

ul.textlist_icon_02 li::before, ul.textlist_icon_05 li::before, ul.textlist_icon_07 li::before, ul.textlist_icon_08 li::before {
    color: #99c000 !important;
}

ul.textlist_icon_05 li::before, ul.textlist_icon_06 li::before {
    font-size: 8px;
    line-height: 24px;
    padding: 0 8px 0 0;
    position: relative;
    top: -2px;
}

/* -- Pagebrowser  ---------------------------*/

.pagination .btn_01 {
    background: #e6e6e6 none repeat scroll 0 0;
    line-height: 22px;
    margin: 0 4px;
    padding: 7px 0;
    width: 38px;
}

.pagination .btn_01:hover {
    background: #ccc none repeat scroll 0 0;
    color: #000;
}

.pagination .ci_color {
    background: #99c000 none repeat scroll 0 0;
}

.pagination .ci_color:hover {
    background: #779900 none repeat scroll 0 0;
    color: #fff;
}

.pagination .size_f_32.icon-angle-left, .pagination .size_f_32.icon-angle-right {
    color: #666;
    font-size: 32px;
    line-height: 9px;
    padding: 0;
    position: relative;
    text-decoration: none;
    top: 5px;
    width: auto;
}

.pagination .icon-angle-right::before, .pagination .icon-angle-left::before {
    margin: 0 !important;
}

/* -- Tooltip  -------------------------------*/

.arrow_tooltip {
    display: none;
}

.arrow_tooltip {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 15px 20px;
    position: absolute;
    z-index: 820;
}

.arrow_tooltip.active {
    display: inline-block;
}

.arrow_tooltip.arrow_top_left::after {
    border-color: transparent transparent #fff;
    left: 25px;
    top: -17px;
}

.arrow_tooltip.arrow_top_left::after, .arrow_tooltip.arrow_top_left::before {
    border-style: solid;
    border-width: 9px;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}

.arrow_tooltip.arrow_top_left::before {
    border-color: transparent transparent #ccc;
    left: 25px;
    top: -18px;
}

/* -- Teaser  --------------------------------*/

.infotext_hover {
    position: relative;
}

.infotext_hover p, .p {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 30px 10px 20px;
    position: absolute;
    text-align: center;
    transition: visibility 0.1s ease, background 0.2s ease;
    visibility: hidden;
    width: 100%;
}

.infotext_hover:hover p {
    background: rgba(40, 40, 40, 0.7) none repeat scroll 0 0;
    transition: visibility 0.1s ease, background 0.2s ease;
    visibility: visible;
}

/* -- Katalogslider  -------------------------*/

.slider_box {
    margin: 0 auto;
    max-width: 400px;
    position: relative;
}

.slider {
    padding: 5px 15px 10px;
    position: static;
}

.slider ul {
    margin: 0;
}

.slider .prev, .slider .next, .contentSlide_content .prev, .contentSlide_content .next {
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    width: 30px;
}

.slider .prev, .contentSlide_content .prev {
    left: 0;
    top: 0;
}

.slider .next, .contentSlide_content .next {
    right: 0;
    top: 0;
}

.slider .prev:hover, .slider .next:hover {
    background: #99c000;
    background-color: rgba(153, 192, 0, 0.7);
    color: #000000;
}

.slider i {
    left: 50%;
    margin-left: -6px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.slider .icon-right-open {
    margin-left: -4px;
}

.iwcontent_contentslide {
    width: 100%;
}

.contentSlide_content {
    padding: 0 25px;
    z-index: 10;
}

.contentSlide_content i {
    background: #99c000;
    background-color: rgba(153, 192, 0, 0.6);
    border-radius: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    padding: 1px 2px;
    position: absolute;
    top: 50%;
}

.contentSlide_content .next i {
    margin-left: -25px;
    margin-top: -15px;
}

.contentSlide_content i:hover {
    background: #99c000;
    color: #000000;
}

.contentSlide_index a {
    background: none repeat scroll 0 0 #666;
    border-radius: 5px;
    display: inline-block;
    height: 10px;
    margin: 0 5px 3px;
    overflow: hidden;
    text-indent: -9999px;
    width: 10px;
}

.contentSlide_index a.slider_index_active, .contentSlide_index a:hover {
    background: none repeat scroll 0 0 #333;
}

/* -- Formular  ------------------------------*/

form fieldset {
    border: 1px solid #ccc;
    margin: 18px 0;
    padding: 20px 30px;
}

form fieldset legend {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
}

form input[type="email"],
form fieldset input[type="text"],
form fieldset textarea,
form fieldset select, select {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    padding: 5px 8px;
    width: 100%;
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff none repeat scroll 0 0;
    cursor: pointer;
}

.select select::-ms-expand { /* Nötig, um die Systemstandard-Styles zu entfernen und eigene Styles zu verwenden */
    display: none;
}

.select::after {
    color: #999;
    content: '\e624';
    float: right;
    font-family: "bauen";
    font-size: 19px;
    height: 6px;
    line-height: 22px;
    margin-bottom: -6px;
    pointer-events: none;
    position: relative;
    right: 11px;
    top: -33px;
    width: 11px;
    z-index: 1;
}

form fieldset .transparent, form fieldset .transparent:focus {
    background: none repeat scroll 0 0 transparent;
    border: 0 none !important;
}

form fieldset label.error,
.field-validation-error,
.error {
    color: #ca3838;
    font-size: 13px;
}

.input-validation-error,
form fieldset textarea.error,
form fieldset input.error,
form fieldset select.error {
    background: none repeat scroll 0 0 #ffd6d6;
    border: 1px solid #ca3838 !important;
    font-size: 14px;
}

form fieldset .input_plz {
    float: left;
    padding-right: 3%;
    width: 20%;
}

form fieldset .input_ort {
    float: left;
    padding-right: 3%;
    width: 80%;
}

form fieldset label {
    font-size: 13px;
}

input.conatus[type="radio"] {
    display: block;
    float: left;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: auto;
    z-index: 5;
}

input.conatus[type="radio"] + label::before {
    content: "\e636";
    display: inline-block;
    font: 14px/17px bauen;
    padding: 2px 7px 0 0;
    position: relative;
    vertical-align: top;
    width: 20px;
}

input.conatus[type="radio"]:checked + label::before {
    content: "\e637";
}

input.conatus[type="radio"],
input[type="checkbox"],
input.conatus[type="radio"] + label,
input[type="checkbox"] + label {
    cursor: pointer;
}

/*
 * fix for TETHYS-2424
 * checkboxes have not been rendered on bauen.de/datenschutz
 */
:not(.uc) ~ input[type="checkbox"] {
    display: block;
    float: left;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: auto;
    z-index: 5;
}

:not(.uc) ~ input[type="checkbox"] + label::before {
    content: '\e627';
    display: inline-block;
    font: 15px/18px bauen;
    padding: 2px 6px 0 0;
    position: relative;
    vertical-align: top;
    width: 20px;
}

:not(.uc) ~ input[type="checkbox"]:checked + label::before {
    content: '\e626';
}

/* -- Kommentare -----------------------------*/

.kommentare form fieldset {
    border: none;
    padding: 0;
}

.kommentare form fieldset legend {
    padding: 0;
}

.kommentare .comment_success {
    box-shadow: 0 0 6px #99c000;
}

/* -- Nav Aside  -----------------------------*/

.side_menu {
    display: block;
    float: left;
    min-width: 160px;
    width: 100%;
}

.side_menu .side_menu_headline {
    background: none no-repeat scroll 0 0 #888;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 7px;
    text-align: center;
}

.side_menu ul {
    list-style-type: none;
    margin: 0;
}

.side_menu ul li {
    margin: 0;
}

.side_menu ul li a {
    border-bottom: 1px solid #dddddd;
    color: #222222;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.side_menu ul li a:hover {
    background: none repeat scroll 0 0 #eee;
}

.side_menu ul li a.active, .side_menu ul li a.active:hover {
    background: none;
    border-right: 4px solid #99c000;
    color: #000;
    font-weight: 600;
}

.side_menu ul li a.firstlevel {
    border-bottom: none;
}

.side_menu ul li.secondlevel a {
    border: none;
    padding: 5px 25px;
}

.side_menu ul li.secondlevel a.last {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

/* -- Content Ad -----------------------------*/

.content_ad_left {
    float: left;
    margin: 0 20px 20px 0;
}

.content_ad_right {
    float: right;
    margin: 0 0 20px 20px;
}

/* -- Suche  --------------------------------*/

.suche_liste {
    border: 1px solid #ddd;
    font-size: 14px;
    height: 34px;
    margin-right: 15px;
    max-width: 350px;
    padding: 5px;
    width: 50%;
}

.suche_ergebnis {
    border-bottom: 3px solid #99c000;
    color: #99c000;
    padding-bottom: 14px;
}

/* -- Microslider  ---------------------------*/

.microSlider .active {
    border: 4px solid #99c000;
}

.unit_active {
    background-color: #99c000;
}

.microSlider_nav i {
    line-height: 30px;
}

/* -- Treppenrechner -------------------------*/

.stairway-hide {
    display: none;
}

.stairway-show {
    display: block;
}

.stairwayType {
    cursor: pointer;
}

/* -- Sonstiges  -----------------------------*/

/* Color-Klasse in iw_gelb */
.t3-star.color_f_11, .t3-star-empty.color_f_11 {
    color: #fbcf00;
}

/* Color-Klasse in iw_gelb */
.rating_wrapper .color_bg_11 {
    background: #fbcf00 none repeat scroll 0 0 !important;
}

.color_01.nobr.icon-angle-right:before {
    margin: 0 3px;
}

.content_anchor {
    display: block;
    margin-top: -44px;
    padding-top: 44px;
    visibility: hidden;
}

.video-container {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    position: relative;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.rate_stars {
    color: #fbcf00;
    cursor: pointer;
    font-size: 20px;
    margin-top: -2px;
}

.rechner input[type="text"], .rechner select, .rechner textarea {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding: 2px 8px;
    width: 100%;
}

/* -- Tabellen  ------------------------------*/

table {
    border-left: 1px solid #bbbbbb;
    border-spacing: 0;
    border-top: 1px solid #bbbbbb;
    margin-bottom: 15px;
    width: 100%;
}

table td, table tr, table th {
    border-bottom: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
}

table th {
    background: none repeat scroll 0 0 #e3e3e3;
    font-weight: bold;
    padding: 8px 12px;
}

table td {
    padding: 8px 12px;
}

/* Bugfix für IE */
table img {
    width: 100%;
}

.bild_beschriftung {
    margin: 0 auto;
    max-width: 420px;
    overflow: hidden;
    position: relative;
}

.bild_beschriftung p {
    background: rgba(40, 40, 40, 0.7) none repeat scroll 0 0;
    border-bottom: none;
    border-top: 1px solid #bababa;
    bottom: 0;
    color: #fff;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    transition: all .5s ease;
    width: 100%;
}

/*--------------------------------------------*\
    - Hilfsklassen
\*--------------------------------------------*/

.h_005,
.h_030,
.h_040,
.h_060 {
    clear: both;
    height: 1px;
}

.h_005 {
    height: 5px;
}

.h_030 {
    height: 30px;
}

.h_040 {
    height: 40px;
}

.h_060 {
    height: 60px;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}
.margin_left_none {
    margin-left: 0px !important;
}

.margin_left_10 {
    margin-left: 10px;
}

.margin_left_20 {
    margin-left: 20px;
}

.margin_right_10 {
    margin-right: 10px;
}

.margin_right_20 {
    margin-right: 20px;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_20 {
    margin-top: 20px;
}

.margin_top_30 {
    margin-top: 30px;
}

.padding_0 {
    padding: 0;
}

.padding_10 {
    padding: 10px;
}

.padding_left_10 {
    padding-left: 10px;
}

.padding_top_30 {
    padding-top: 30px;
}

.hidden {
    display: none;
}

.w_100p {
    width: 100%;
}

/* -- Farben  -------------------------------*/

.color_01, .color_f_11 {
    color: #99c000;
}

.color_f_02 {
    color: #333333;
}

.color_03, .color_f_03 {
    color: #666666;
}

.color_04 {
    color: #ffffff;
}

.color_bg_05 {
    background: #eeeeee none repeat scroll 0 0;
}

.color_bg_14 {
    background: #deebba none repeat scroll 0 0;
}

.color_bg_21 {
    background: #cfc none repeat scroll 0 0;
}

.color_bg_22 {
    background: #fcc none repeat scroll 0 0;
}

.color_bg_23 {
    background: #ffc none repeat scroll 0 0;
}

.color_f_31 {
    color: #3e5997;
}

.color_f_33 {
    color: #1a6466;
}

.color_f_34 {
    color: #3da7e1;
}

/* -- Schriftgrößen  ------------------------*/

[class*="size_f_"] {
    line-height: 1.5em;
}

.size_f_12 {
    font-size: 12px;
}

.size_f_16 {
    font-size: 16px;
}

.size_f_18 {
    font-size: 18px;
}

.size_f_20, .text_big {
    font-size: 20px;
}

.size_f_22 {
    font-size: 22px;
}

.size_f_24 {
    font-size: 24px;
}

/* -- Accordion  ------------------------------*/

.js-accordion__tab{width:100%;position:relative;border-bottom:2px solid #eee}
.accordion__headline{cursor:pointer;position:relative;padding:15px}
.accordion__headline:after{
    position:absolute;
    top:0;
    right:0;
    margin-top:15px;
    content:'\e624';
    font-family:"bauen";
    font-size:20px;
    color: #99c000 !important;
    font-weight:bold;
    transform:rotate(0);
    transition:transform .3s ease-in-out;
    transform-origin:center center
}
.js-accordion--active:after{transform:rotate(180deg)}
.accordion__panel{height:0;overflow:hidden;transition:height .3s ease-in-out}
.accordion__panel-content{padding:0 15px}

/*--------------------------------------------*\
    - Media-Queries
\*--------------------------------------------*/

@media handheld, only screen and (max-width: 980px) {

    .content_ad_left, .content_ad_right {
        float: none;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .side_menu {
        display: none;
    }

}

@media handheld, only screen and (max-width: 780px) {

    figure a {
        cursor: default;
    }

    .comment {
        display: none;
    }

    p.date {
        margin-bottom: 0;
    }

    .slider .col_50, .katalog .col_50 {
        float: left;
        margin-bottom: 0;
        padding-right: 20px;
        width: 50%;
    }

    .slider .col_50 img {
        margin: 0 auto;
    }

    .slider .col_50 p {
        text-align: center;
    }

    .service_box .col_16 {
        float: left;
        min-width: 130px;
        width: 33.33%;
    }

    .formular {
        margin: 0 auto;
        padding: 20px;
        width: 100%;
    }

    .contentSlide_index a {
        border-radius: 10px;
        height: 12px;
        margin: 0 12px;
        width: 12px;
    }

    .containerCities, .containerCitiesUndefined {
        display: none;
    }

}

@media handheld, only screen and (max-width: 640px) {

    .service_box .col_16 {
        float: left;
        min-width: 130px;
        width: 50%;
    }

    .slider .left { /* Bugfix für Smartphone, Pagebrowser */
        margin-bottom: 10px;
    }

    .controls {
        display: none;
    }

    .microSliderWrapper {
        display: none;
    }

    .no_float_s {
        display: block;
        float: none;
    }

}

@media handheld, only screen and (max-width: 400px) {

    .slider .col_50, .katalog .col_50 {
        float: initial;
        margin-bottom: 10px;
        padding-right: 0;
        width: 100%;
    }

    .katalog .col_50 {
        padding: 0 20px;
        text-align: center;
    }

    .katalog .col_50 img {
        margin: 0 auto;
    }

    /* Bugfix für IE auf S */
    form fieldset legend {
        width: 100%;
    }
}
