@charset "utf-8";
/* CSS Document */

body {
    background: none;
    font-family: 'Host Grotesk', sans-serif;
    color: #262626;
}

#sfps {
    margin:0px;
    text-align: left;
    font-size: 1.4em;
    background-color: #fff;
}

#sfps a {
    color: #0b4b8d !important;
    cursor: pointer;
    text-decoration: none;
}

#sfps a:hover {
    text-decoration: underline;
}

#sfps h1 {
    font-family: 'Host Grotesk', sans-serif;
    font-size: 2em;
    font-weight: bold;
}

#sfps h2 {
    border-bottom: 1px solid #E3E7EA;
    color: #4D4D4F;
    font-family: 'Host Grotesk', sans-serif;
    font-size: 1.7em;
    font-weight: bold;
}

#sfps ul li {
    font-size: 1em;
}

#sfps fieldset {
    border: 1px solid #E3E7EA;
    margin:0;
    padding:0;
    padding-left:10px;
}

legend {
    margin:0;
    padding:0;
}

#sfps input.text,#sfps .select {
	background-color: #ffffff;
	border-bottom: #DEE4E4 1px solid;
    border-right: #DEE4E4 1px solid;
    border-left: #323232 1px solid;
    border-top: #323232 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}


#sfps .obligation {
    color: #228a9d;
    font-family: Courier New,Courier,mono;
    font-size: 120%;
    padding-top: 5px;
    text-align: center;
    vertical-align: top;
    width: 20px;
}


#sfps .navigation { margin: 0; padding: 0; }

#sfps .navigation li { line-height:26px;  border-bottom: 1px solid #000;background-color:#E3E7EA; float:left;text-align:center;
    font-family: 'Host Grotesk', sans-serif;  font-size: 12px;    color: #373634;
    list-style: none; margin: 0; padding: 0; }

#sfps .navigation li:hover { background-color: #b0cdd3;}

#sfps .navigation .on { background-color: #228a9d;color: #fff;}

#sfps .navigation li span {
    font-size: 10px;
}

#sfps #sfps_table {
    border-top: 1px solid #DEE4E4;
    border-left: 1px solid #DEE4E4;
    margin-top:10px;
}

#sfps #sfps_table th {
    padding-top:5px;
    padding-bottom:5px;
    background-color: #DEE4E4;
    border-bottom: 1px solid #DEE4E4;
    border-right: 1px solid #DEE4E4;
}

#sfps #sfps_table td {
    border-bottom: 1px solid #DEE4E4;
    border-right: 1px solid #DEE4E4;
}

#sfps #sfps_table td,#sfps #sfps_table th {
    text-align: left;
}

#sfps #sfps_table .ta_l {
    text-align: left;
}
#sfps #sfps_table .ta_r {
    text-align: right;
}

#sfps ul {
    list-style-image: url("img/pfeil.png");
    margin-top: 0;
}

@media print {
    .noprint {
        display: none;
    }
}

#sfps .info { background-image: url(img/infos.png);  background-position: center center;border-bottom: #323232 1px solid;    border-right: #323232 1px solid;    border-left: #DEE4E4 1px solid;    border-top: #DEE4E4 1px solid;
    background-color: #EEEEEB; margin-left:10px;padding-left:10px;padding-right:10px; padding-top:2px;padding-bottom:2px;  background-repeat: no-repeat;  line-height:16px;cursor:pointer}

#sfps .info_content {  position: absolute; padding:15px; overflow: auto;border-top: #DEE4E4 1px solid;    z-index:1000;width: 280px; display:none;
    background-color: #FFFFBF;    border-bottom: #323232 1px solid; border-right: #323232 1px solid;    border-left: #DEE4E4 1px solid;text-align: center;    }

#sfps .info_content h3 {
    font-size: 16px; line-height: 140%;font-weight: bold;margin-bottom: 10px;
}

#sfps .info_content img {
   ;margin-bottom:15px;border:1px solid #DEE4E4;padding:10px;background-color:#fff;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;

    color: #6e6d69;
    display: block;
    line-height: 1.42857;
    padding:6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-radius: 4px;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
#sfps .submit {

    background-color: #4D4D4F;
    border: 1px solid #989791;
    color: #ffff !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    padding: 0 20px 0;
    font-family: 'Host Grotesk', sans-serif;
    font-size: 1.2em !important;
    background-position: center center;
    background-repeat: repeat-x;
    cursor: pointer;
    border-radius: 4px;

}

#sfps .submit:hover {
    background-color: #353536;
}

#sfps .button {
    background-color: #eeeeee;
    border: 1px solid #989791;
    color: #262626 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    padding: 0 20px 0;
    font-family: 'Host Grotesk', sans-serif;
    font-size: 1.2em !important;
    background-position: center center;
    background-repeat: repeat-x;
    cursor: pointer;
    border-radius: 4px;
}

#sfps .button:hover {
    background-color: #e1dede;
}

#sfps .star {
    color: #228a9d;
    margin-left:5px;
    margin-right:5px;
    font-size:120%;
    font-family: Courier New, Courier, mono;
    vertical-align:top;
}

#sfps .th {
    max-width: 30%;
    min-width: 28%;
}

#sfps .contact_form,#sfps .preis_form {
    font-size:1em;
}

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

    #sfps .contact_form td,#sfps .preis_form td {
        display: block;
        width: 100%;
    }
    #sfps .contact_form .th,#sfps .preis_form .th {
        padding: 1em 0 0;
    }
    #sfps .contact_form .button {
        margin-top: 0;
    }
    #sfps .contact_form br {
        display: none;
    }

    #sfps .navigation li {
        width: 100%!important;
        display: block;
    }

    .angebot_tabelle {
        margin-left: -40px;
        width: 100% !important;
    }

    #sfps .button {
        width: 100%;
        margin-bottom: 1em;
        margin-right: 0!important;
        margin-left: 0!important;
    }

    #sfps .submit {
        width: 100%;
        margin-bottom: 1em;
        margin-right: 0!important;
        margin-left: 0!important;
    }

}

@media screen and (max-width: 400px) {
    ul li {
        margin-left: -18px;
        width: 100% !important;
    }
    .angebot_tabelle {
        margin-left: -18px;
        width: 100% !important;
    }

    #sfps .angebot_tabelle td {
        display: block;
        width: 100%;
        text-align: left!important;
        min-width: 45%;
        max-width: 100%;
    }



    #sfps .angebot_tabelle .brutto_rem, #sfps .angebot_tabelle .netto_rem {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 55%!important;
        text-align: left!important;
    }

    #sfps .angebot_tabelle .brutto_rem:before, #sfps .angebot_tabelle .netto_rem:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 2px;
        left: 0px;
        width: 50%;
        white-space: nowrap;
        font-weight: bold;
    }

    #sfps .angebot_tabelle td:nth-of-type(1) { background-color: #E4E4DE;border-bottom: 1px solid #eee; width: 100%!important; }

    #sfps .angebot_tabelle thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #sfps #sfps_table td {
        display: block;
        width: 100%!important;
        text-align: left!important;
        border-right: none;
        max-width: 100%
    }

    #sfps #angebot_form td {
        display: block;
        width: 100%;
    }
    #sfps #angebot_form .th {
        padding: 1em 0 0;
    }

    #startseite_bild, #startseite_text {
        max-width: 100%!important;
        min-width: 100%!important;
        width: 100%!important;
        margin: 0!important;
    }

    #sfps .calc_table select {
        width: 100%!important;
        text-align: left!important;
        margin: 0!important;
    }

    #sfps .angaben_table td {
        display: block;
        width: 100%!important;
        min-width: 100%;
        max-width: 100%;
    }
    #sfps .angaben_table .th {
        padding: 1em 0 0;
        width: 100%!important;
    }

    #sfps .calc_table .norm_next {
        display: none;
    }

    #sfps .alt_next {
        display: block!important;
    }

    #sfps .alt_next .button {
        display: block;
        width: 100%!important;
        min-width: 100%;
        max-width: 100%;
    }

    #sfps .alt_next a {
        display: block;
        width: 100%!important;
        min-width: 100%;
        max-width: 100%;
        margin-left: 0px;
        text-align: center;
    }

    #sfps .calc_table td {
        display: block;
        width: 100%!important;
        min-width: 100%;
        max-width: 100%;
    }
    #sfps .calc_table .th {
        padding: 1.2em 0 0;
        width: 100%!important;
    }

    #sfps .calc_table .form-control {
        width: 100%!important;
    }

    #sfps .zusatz_left {
        display: none!important;
    }

    #sfps .zusatz_top {
        display: inline!important;
    }

    #sfps .calc_table .grundplatte_staerke, #sfps .calc_table .abschalungsplatten_staerke {
        margin-top: 0.5em!important;
    }

}