.container {
    border: 1px solid #C5C5C5;
    background: #fff;
}
.header {
    background: #fff;
   
}

.header.title {
    vertical-align: left;
}
.header .logo img {
    margin-top: 20px;
    max-width: 100%;
}
h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.0rem;
}

h3 {
    font-size: 1.9rem;
}

h4 {
    font-size: 1.35rem;
}

.header a,
.header a:link,
.header a:active,
.header a:hover,
.header a:focus {

    color: #FFF;
    text-decoration: none;

}

.teaser, .head-teaser {
    padding: 0 20px;
    background: #fff;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}
.head-teaser {
    background: #8c8c8c;
}

.teaser p {
    color: #333;
    margin: 20px 10px;
    font-size: 1.2em;
    line-height: 1.6em;
    display: block;}

.head-teaser p {
    margin: 0px;
    text-align: center;
}

/*
.head-teaser div.six.columns:first-child  a{
	float: right;
}
.head-teaser div.six.columns:last-child  a{
	float: left;
}
*/
.head-teaser a, .head-teaser a:link, .head-teaser a:active, .head-teaser a:focus {
    font-weight: normal;
    color: #000;
    text-decoration: none;
    font-size: 1.4em;
   /* text-shadow: 1px 2px 3px #666; */
        color: #FCFCFC;
   
}

.header-img {
    padding: 0 0 0 10px;
    background: #e4ede3;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.header-img img {
    display: block !important;
}

.header-img #map img {
    display: block !important;
    border-left: 2px solid #fff;
}

.header-img a {
    color: #fff;
    text-decoration: none;
}

.header-img {
    color: #000;
    text-decoration: none;
    font-size: 1.6em;
    text-shadow: 1px 2px 3px #666;
    margin-bottom: 0px;
}

.header-img i {
    color: #d4e1a0;
}

.row .row.buttons {
    margin-top: -60px;
    margin-left: 6%;
}

.columns .columns {
    padding: 5px;
}

.columns .columns .call-link {
    font-size: 1em;
}

.columns .columns:first-child {
    margin-left: 5%;
    margin-right: -5%;
}

.columns .columns p {
    margin: 0px;
}

.header-img-link-box .call {
    display: table-cell;
    padding-right: 2px;
}

.header-img-link-box .contact {
    display: table-cell;
}
#contactformstatus {
    border: 4px solid rgb(55, 148, 41);
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}
#contactformstatus p {
    margin: 0px;
}
#contactformstatus .fa {
    color: rgb(55, 148, 41);
    float: left;
    line-height: 1.1em;
    margin: 0px 10px 0px 0px;
}
.yellow-background {
    background: #ffc866 !important;
}

.logo {
    text-align: left;
    padding: 0px 10px;
}

.box-shadow {
    box-shadow: 1px 2px 3px #666;
}

.row.content {
    padding: 10px 20px;
    background: #f2f2f2;
}
.row.content.form {
    border-radius: 10px;
    margin: 10px 20px;
}
.row.content.offers {
    border: 1px solid #8c8c8c;
    padding: 10px 20px;
    background: #fff;
}

.row.footer {
    background: #fff;
    padding: 10px 20px;
    color: #000;
}

.row.footer ul {
    text-align: center;
    margin: 1em 0;
}

.row.footer ul li {
    display: inline-block;
    list-style-type: none;
    font-size: 1.0em;
    margin: 0 10px;
}

.row.footer ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 2em;
}
.row.footer a,
.row.footer a:link,
.row.footer a:active,
.row.footer a:focus
{
    color: #000;
    text-decoration: none;
    line-height: 2em;
    font-weight: bold;
}
.row.footer a:hover
{
    color: #8FD386;
    //text-shadow: 1px 1px 2px #000;
}

#error-block label {

    color: #FF0000;
}

input.button-primary[type="submit"], .button.button-primary,
input.button-primary[type="submit"]:active, .button.button-primary:active,
input.button-primary[type="submit"]:focus, .button.button-primary:focus {
    color: #fff;
    background-color: #379429;
    border: 1px solid #FFF;
    font-weight: normal;
}

input.button-primary[type="submit"]:hover, .button.button-primary:hover {
    color: #FFF;
    background-color: #46b335;
    border-color: #fff;
}

.offers table tbody tr td {
    white-space: word-spacing;
}

.offers .columns {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.offers h3 {
    font-weight: bold !important;
    text-align: center;
    margin-bottom: 8px;
    /*
    background: #d4e1a0;
    margin: -22px -10px;
    padding: 6px;
*/
}

.call-link, .contact-link {
    padding: 0px 14px;
    font-size: 1.4em;
}

.call-link.button, .contact-link.button {
    white-space: normal !important;
    height: auto;
}

#headerImage {
    padding-top: 5%;
}

#map {
    overflow: hidden;
}

hr {
    margin-top: 1rem;
}

table#tbl_cities tbody tr:last-child td,
table#tbl_service tbody tr:last-child td {
    border-bottom: none;
}

table#tbl_cities tbody ul li {
    list-style-type: none;
    margin: 4px 8px 0 0;
    float: left;

}

table#tbl_cities tbody ul li a,
table#tbl_cities tbody ul li a:link,
table#tbl_cities tbody ul li a:active,
table#tbl_cities tbody ul li a:focus {
    text-decoration: none;
    color: #fff;
    background: #379429;
    border-radius: 4px;
    padding: 2px 7px;
}

table#tbl_cities tbody ul li a:hover {
    text-decoration: none;
    background: #b9ffcb33;
}

#service_box {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0px;
    margin-top: 0px !important;
}
#service_box ul {
    list-style: none;
    list-style-image: url("/images/list.png");
    list-style-position: outside;
    margin-left: 30px;
}
#tbl_service, #tbl_cities {
    border-collapse: separate;
    border: solid #ccc 1px;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}

.content.offers.fliptext .columns {
    margin-top: 0px !important;
}

.content.offers.fliptext .columns .columns {
    margin: 0px;
    padding: 0px 10px;
    border: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: none !important;
}

.content.offers.fliptext .columns .columns:first-child {
    width: auto;
}

.content.offers.fliptext .columns .columns:last-child {
    border-left: 1px dotted #444;
}

.content.offers.fliptext .columns .columns.minimize,
.content.offers.fliptext .columns .columns.maximize {
    cursor: pointer;
}

.content.offers.fliptext .columns .short {
    display: block;
}

.content.offers.fliptext .columns .long {
    display: none;
}

.contact-link-handheld, .call-link-handheld {
    white-space: nowrap;
    font-size: 1.2em;
    display: block !important;
    height: 45px;
    line-height: 44px;
    margin-bottom: 0px !important;
}

.fehler {
    color: red;
}
.tanks .tank {
    float: left;
    padding-left: 12px;
    margin: 20px 0 20px 0;
}
.tanks .tank label{
    cursor: pointer;
}
.tanks .tank label input[type="radio"]{
    margin-right: 10px;
}

@media (min-width: 320px) {
    .call-link-handheld, .contact-link-handheld {
        display: block;
    }

    .call-link, .contact-link {
        display: none;
    }

    .head-teaser .header-call-link-handheld {
        display: block;
    }

    .head-teaser .header-call-link {
        display: none;
    }

    #headerImage {
        border-top: 2px solid #fff;
    }

    .content.offers {
        padding: 2px 2px !important;
    }
    .row.content.form {
        border-radius: 0px;
        margin: 0px 2px;
    }
    .content.offers .columns, #tbl_service, #tbl_cities {
        border: none;
        border-radius: 0px !important;
        margin-top: 4px !important;
    }

    .call-link-handheld.button {
        font-size: 1.6em !important;
    }

    .columns .columns:first-child {
        margin-left: 0;
        margin-right: 0;
    }

    #map {
        display: none;
    }

    .row .row.buttons {
        margin-top: -120px;
        margin-left: 4px;
    }

    input.button-primary[type="submit"] {
        width: 100% !important;
    }

}

@media (min-width: 481px) {
    .call-link-handheld, .contact-link-handheld {
        display: block;
    }

    .call-link, .contact-link {
        display: none;
    }

    .head-teaser .header-call-link-handheld {
        display: none;
    }

    .head-teaser .header-call-link {
        display: block;
    }

    .content.offers {
        padding: 10px 20px !important;
    }
    .row.content.form {
        border-radius: 10px;
        margin: 10px 20px;
    }

    .content.offers .columns, #tbl_service, #tbl_cities {
        border-radius: 10px !important;
        border: 1px solid #C6C6C6;
        margin-top: 22px !important;
        /*box-shadow: 1px 2px 3px #666;*/
    }

    #map {
        display: none;
    }

    .row .row.buttons {
        margin-top: -60px;
    }

    input.button-primary[type="submit"] {
        width: 100% !important;
    }

}

@media (min-width: 550px) {
    #map {
        display: block;
    }

    .row .buttons {
        margin-top: -60px;
    }
}

@media (min-width: 840px) {
    .call-link-handheld, .contact-link-handheld {
        display: none !important;
    }

    .call-link, .contact-link {
        display: table-cell;
    }

    #map {
        display: block;
    }

    .row .row.buttons {
        margin-top: -60px;
    }

    input.button-primary[type="submit"] {
        width: auto !important;
    }

    .contact-link-handheld, .call-link-handheld {
        white-space: nowrap;
        font-size: 1.2em;
        height: 45px;
        line-height: 44px;
        margin-bottom: 0px !important;
    }

    .contact-link.button {
        white-space: nowrap !important;
        font-size: 1.0em;

    }

    .call-link.button {
        margin: 0px 20% 0px 10% !important;
        display: block;
        font-size: 1.2em !important;
        white-space: nowrap !important;
    }
}


