body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 100;
}

textarea {
    resize: vertical;
}

#get {
    background: url(http://http-get.de/get.gif) no-repeat;
}

.content-main {
    min-height: 700px;
}

a {
    color: #ff6600;
    font-weight: 600;
    transition: all .4s;
}

a:hover, a:focus {
    color: #cf5605;
    text-decoration: none;
}

.footer-main {
    padding: 4rem 0;
    margin-top: 4rem;
    background-color: #f7f7f7;
}

/* Google Maps on contact page */
.map {
    width: 100%;
    position: relative;
    height: 550px;
}

.map:before, .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map:before {
    content: '';
    z-index: 1;
}

.map iframe {
    border: none;
}

.map.active {
    z-index: 1
}

.map.active:before {
    z-index: 0
}

.navbar-default {
    background: rgba(250,100,0,1);
    background: -moz-linear-gradient(top, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,100,0,1)), color-stop(100%, rgba(235,94,0,1)));
    background: -webkit-linear-gradient(top, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    background: -o-linear-gradient(top, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    background: linear-gradient(to bottom, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa6400', endColorstr='#eb5e00', GradientType=0 );
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px #fff solid;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
    transition: all .4s;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-nav > li > a {
    line-height: 32px;
}

.navbar {
    margin-bottom: 0;
    min-height: 65px;
}

.quick-nav {
    padding: 60px 100px; 
}

@media screen and (max-width: 1000px) {
    .quick-nav {
        padding: 40px 30px;
    }
}

.quick-nav .input-group {
    -webkit-box-shadow: 10px 10px 13px -13px rgba(0,0,0,0.66);
    -moz-box-shadow: 10px 10px 13px -13px rgba(0,0,0,0.66);
    box-shadow: 10px 10px 13px -13px rgba(0,0,0,0.66);
}

.quick-nav .input-group-addon {
    background-color: #2b2b2b;
    border-radius: 5px 0 0 5px;
    padding: 10px 15px;
}

.btn-quick {
    border-radius: 0 5px 5px 0;
    background: rgba(250,100,0,1);
    background: -moz-linear-gradient(top, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,100,0,1)), color-stop(100%, rgba(235,94,0,1)));
    background: -webkit-linear-gradient(top, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    background: -o-linear-gradient(top, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    background: linear-gradient(to bottom, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa6400', endColorstr='#eb5e00', GradientType=0 );
    color: #fff;
    padding: 20px 0;
}

.quick-nav .col-md-4 {
    margin-bottom: 40px;
}

h1, .h1 {
    color: #ff6600;
    font-size: 24px;
    font-weight: 600;
}

.slogan {
    background: rgba(250,100,0,1);
    background: -moz-linear-gradient(top, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,100,0,1)), color-stop(100%, rgba(235,94,0,1)));
    background: -webkit-linear-gradient(top, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    background: -o-linear-gradient(top, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    background: linear-gradient(to bottom, rgba(250,100,0,1) 0%, rgba(235,94,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa6400', endColorstr='#eb5e00', GradientType=0 );
    color: #fff;
    margin: 50px 0;
    text-align: center;
    padding: 100px 10px;
    font-size: 50px;
    font-weight: 300;
}

.slogan b {
    font-weight: 600;
}

.preisliste {
    text-align: center;
}

.btn-content {
    color: #ff6600;
    border: 2px #ff6600 solid;
    border-radius: 50px;
    padding: 20px 80px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .4s;
    background-color: transparent;
}

.btn-content:hover {
    color: #fff;
    border: 2px #ff6600 solid;
    background-color: #ff6600;
    text-decoration: none;
}

.btn-content:focus {
    color: #fff;
    border: 2px #ff6600 solid;
    background-color: #ff6600;
    text-decoration: none;
}

footer {
    background-color: #2b2b2b;
    min-height: 600px;
    color: #cdcdcd;
    padding: 30px 0;
    border-bottom: 15px #ff6600 solid;
    border-top: 2px #ff6600 solid;
}

footer td {
    padding: 5px 10px;
    font-size: 22px;
    font-weight: 100;
}

.popup td {
    padding: 5px 10px;
    font-size: 22px;
    font-weight: 100;
}

@media screen and (max-width:540px) {
    .popup td {
        padding: 2px;
    }
    img.media-object {
        max-width: 35px;
    }
    .modal-title {
        color: #ff6600;
        font-size: 18px;
        font-weight: 600;
    }
    .popup td {
        font-size: 16px;
    }
}

footer .list-unstyled li {
    padding: 15px 0;
}

footer ul li a {
    font-size: 20px;
    color: #cdcdcd;
    transition: all .4s;
    font-weight: 100;
    padding-top: 9px;
}

footer ul li a:hover {
    color: #ff6600;
    text-decoration: none;
}

footer ul li a:focus {
    color: #ff6600;
    text-decoration: none;
    outline: none;
}

.well-dark {
    background-color: #2a2a2a;
    border-radius: 3px;
    height: 130px;
    border: none;
    margin-top: 10px;
    color: #fff;
    text-align: right;
    font-size: 20px;
}

.h2-anfahrt:before {
    content: url('/images/icon-anfahrt.png');
    height: 5px;
    width: 100px;
    display: block;
    margin-left: 45px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.h2-anfahrt {
    color: #ff6600;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
}

.h2-open:before {
    content: url('/images/icon-oeffnungszeiten-klein.png');
    height: 5px;
    width: 100px;
    display: block;
    margin-left: 110px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.h2-open {
    color: #ff6600;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
}

.well-tanken {
    position: absolute;
    top: 300px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    width: 400px;
}

.well-tanken td {
    padding-left: 15px; 
}

.well-tanken .content {
    margin: 10px 45px;
}

hr.page-head {
    border-color: #ff6600; 
}

.h2-tanken:before {
    content: url('/images/icon-tanken.png');
    height: 5px;
    width: 100px;
    display: block;
    margin-left: -5%;
    margin-bottom: 10px;
}

.h2-tanken {
    color: #ff6600;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 35px;
    font-weight: 900;
}

.sorte {
    font-size: 24px;
    text-align: left;
}

.sorte small {
    font-size: 14px;
    font-weight: 100;
}

@font-face {
    font-family: 'lets_go_digitalregular';
    src: url('/fonts/lets_go_digital_regular-webfont.woff2') format('woff2'),
        url('/fonts/lets_go_digital_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.tankpreis {
    font-family: 'lets_go_digitalregular';
    font-size: 38px;
}

.tankpreis small {
    font-size: 24px;
    padding-left: 2px;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-nav > li > a {
        line-height: 14px;
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 500px;
    }
    .navbar-brand img {
        max-width: 150px !important;
    }
    .navbar-default {
        min-height: 75px !important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
    .dsk-only {
        display: none;
    }
    .btn-content {
        color: #ff6600;
        border: 2px #ff6600 solid;
        border-radius: 50px;
        padding: 10px 15px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 300;
        transition: all .4s;
        background-color: transparent;
    }

    .btn-content:hover {
        color: #fff;
        border: 2px #ff6600 solid;
        background-color: #ff6600;
        text-decoration: none;
    }

    .btn-content:focus {
        color: #fff;
        border: 2px #ff6600 solid;
        background-color: #ff6600;
        text-decoration: none;
    }
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.navbar-default .navbar-toggle {
    position: relative;
    padding-top: 20px;
    z-index: 100;
    border: none;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    padding: 1px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    footer .list-unstyled {
        text-align: center;
    }
    .logo {
        max-width: 300px;
    }
    .slogan {
        font-size: 26px;
    }
}

.well-tanken2 {
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.well-tanken2 td {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 400px) {
    .well-tanken2 td {
        padding-left: 8px;
        padding-right: 8px;
    }    
}

.h2-tanken2:before {
    content: url('/images/icon-tanken.png');
    height: 5px;
    width: 100px;
    display: block;
    margin-left: -5%;
    margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
    .h2-tanken2:before {
        display: none;
    }
}

.h2-tanken2 {
    color: #ff6600;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 35px;
    font-weight: 900;
}

::selection {
    background-color: #ff6600;
    color: #fff;
}

::-moz-selection {
    background-color: #ff6600;
    color: #fff;
}

.wpt img {
    max-width: 100px;
}

.powered-by {
    font-size: 14px;
    font-weight: 500;
}

.powered-by small {
    font-size: 10px;
}

.wpt-adress {
    font-size: 12px;
}

.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px #cdcdcd dotted;
    border-radius: 0;
    min-height: 45px;
    transition: all .4s;
}

.form-control:focus {
    box-shadow: none;
    border-bottom: 1px #ff6600 solid;
}

.text-danger {
    color: #ff6600;
    font-weight: 300;
    margin-top: 2px;
    margin-left: 5px;

}

.btn-warning {
    display: block;
    border-radius: 30px;
    font-weight: 100;
    background-color: #fff;
    border: 2px #ff6600 solid;
    color: #ff6600;
    transition: all .4s;
}

.btn-warning:hover {
    display: block;
    border-radius: 30px;
    font-weight: 100;
    background-color: #ff6600;
    border: 2px #ff6600 solid;
    color: #fff;
    transition: all .4s;
}

.thumbnail {
    border-radius: 0;
    padding: 0;
    transition: all .4s;
    border-color: #dedede;
    margin-top: 40px;
    border-top: 2px #ff6600 solid;
}

.thumbnail:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transform: scale(1.025);
}

.thumbnail .caption {
    padding: 25px;
    font-size: 14px;
}

.thumbnail .caption h3 {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #ff6600;
}
.pricing-tables h1 {
    font-size: 48px;
}
.pricing-tables .plan.first {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px !important;
}
.pricing-tables .plan.last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pricing-tables .plan.recommended {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pricing-tables .plan.recommended .head {
    /*margin-bottom: 20px;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.pricing-tables.attached .col-sm-4, .pricing-tables.attached .col-md-4, .pricing-tables.attached .col-sm-3, .pricing-tables.attached .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}
.pricing-tables.attached .plan {
    border-radius: 0;
}
.pricing-tables.attached .plan .head {
    border-radius: 0;
}
/*.pricing-tables.attached .plan.recommended {
  border-radius: 4px;
}*/
/*.pricing-tables.attached .plan.recommended .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}*/
.pricing-tables.attached .plan.last {
    border-bottom-right-radius: 4px;
}
.pricing-tables.attached .plan.last .head {
    border-top-right-radius: 4px;
}
.pricing-tables.attached .plan.first {
    border-bottom-left-radius: 4px;
}
.pricing-tables.attached .plan.first .head {
    border-top-left-radius: 4px;
}
.plan {
    box-shadow: 0 2px 2px rgba(10, 10, 10, 0.30) !important;
    min-height: 100px;
    background: #fff;
    border-radius: 4px;
    margin: 20px 0;
    padding-bottom: 25px;
    text-align: center;
}
.plan .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 12px 16px;
    background: #595959;
    color: #fff;
}
.plan .head h1, .plan .head h2, .plan .head h3 {
    padding: 0;
    margin: 0;
    font-weight: 100;
}
.plan .head h2 {
    font-size: 22px;
}
.plan .price {
    border-top: 1px solid #eee;
    margin: 0 auto 0 auto;
    width: 80%;
}
.plan .price h3 {
    font-size: 55px;
    vertical-align: top;
    line-height: 1;
}
.plan .price h3 span {
    font-size: 38px;
    vertical-align: top;
    position: relative;
    display: inline-block;
}
.plan .price h4 {
    color: #aaa;
    font-size: 14px;
}
.plan .btn {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.plan ul {
    list-style-type: none;
    padding: 8px;
    margin-top: 2px;
}
.plan ul li {
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}
.plan ul li a {
    text-decoration: underline;
    color: #e6e9ed;
}
.plan ul li:last-child {
    border-bottom: none;
}
.plan ul strong {
    font-weight: 700;
}
.plan.recommended {
    margin-top: 6px;
    box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
    position: relative;
    z-index: 99;
    border-radius: 4px;
}
.plan.recommended .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #4e9a06;
}
.head.value{
    background-color: #fdaf17;
    /*margin-bottom: 48px;*/
}
.plan.recommended .btn {
    margin-bottom: 10px;
}
.mediafix h3 small {
    font-size: 14px;
    color: #aaa;
}
.plan .mediafix .price-lil {
    font-size: 25px;
    vertical-align: middle;
}
@media screen and (min-width:770px) and (max-width:990px){
    .plan .mediafix h3 {
        font-size: 55px !important;
        vertical-align: top;
        line-height: 1;
    }
}

.sonderaktion-box {
    border-left: 4px #ff6600 solid;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    padding: 10px 20px;
    margin: 50px 0;
    min-height: 180px;
}

.sonderaktion-box b, .sonderaktion-box strong {
    font-weight: 600;
}

.sonderaktion-box h3 {
    margin: 10px 0 20px 0;
}
