html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    position: relative;
    color: #fff;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

/** {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}*/
body {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
    background: url(../images/kachel.png);
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
    font-size: 14px;
}

article {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #0A374C;
    cursor: pointer;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class*='col-'] {
    float: left;
    padding-right: 20px;
    /* column-space */
}

.grid {
    width: 100%;
    min-width: 755px;
    margin: 0px auto;
    padding: 0 30px;
    overflow: hidden;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.grid-pad {
    padding-top: 20px;
    padding-left: 20px;
    /* grid-space to left */
    padding-right: 0px;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
    float: right;
}

/* Content Columns */
.col-1-1 {
    width: 100%;
}

.col-2-3,
.col-8-12 {
    width: 66.66%;
}

.col-1-2,
.col-6-12 {
    width: 50%;
}

.col-1-3,
.col-4-12 {
    width: 33.33%;
}

.col-1-4,
.col-3-12 {
    width: 25%;
}

.col-1-5 {
    width: 20%;
}

.col-1-6,
.col-2-12 {
    width: 16.667%;
}

.col-1-7 {
    width: 14.28%;
}

.col-1-8 {
    width: 12.5%;
}

.col-1-9 {
    width: 11.1%;
}

.col-1-10 {
    width: 10%;
}

.col-1-11 {
    width: 9.09%;
}

.col-1-12 {
    width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
    width: 91.66%;
}

.col-10-12 {
    width: 83.333%;
}

.col-9-12 {
    width: 75%;
}

.col-5-12 {
    width: 41.66%;
}

.col-7-12 {
    width: 58.33%;
}

/* Pushing blocks */
.push-2-3,
.push-8-12 {
    margin-left: 66.66%;
}

.push-1-2,
.push-6-12 {
    margin-left: 50%;
}

.push-1-3,
.push-4-12 {
    margin-left: 33.33%;
}

.push-1-4,
.push-3-12 {
    margin-left: 25%;
}

.push-1-5 {
    margin-left: 20%;
}

.push-1-6,
.push-2-12 {
    margin-left: 16.667%;
}

.push-1-7 {
    margin-left: 14.28%;
}

.push-1-8 {
    margin-left: 12.5%;
}

.push-1-9 {
    margin-left: 11.1%;
}

.push-1-10 {
    margin-left: 10%;
}

.push-1-11 {
    margin-left: 9.09%;
}

.push-1-12 {
    margin-left: 8.33%;
}

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

    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 20px;
        /* grid-space to left */
        padding-right: 10px;
        /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
    }

    [class*='col-'] {
        width: auto;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 10px;
        /* column-space */
    }

    /* Mobile Layout */
    [class*='mobile-col-'] {
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 10px;
        /* column-space */
        padding-bottom: 0px;
    }

    .mobile-col-1-1 {
        width: 100%;
    }

    .mobile-col-2-3,
    .mobile-col-8-12 {
        width: 66.66%;
    }

    .mobile-col-1-2,
    .mobile-col-6-12 {
        width: 50%;
    }

    .mobile-col-1-3,
    .mobile-col-4-12 {
        width: 33.33%;
    }

    .mobile-col-1-4,
    .mobile-col-3-12 {
        width: 25%;
    }

    .mobile-col-1-5 {
        width: 20%;
    }

    .mobile-col-1-6,
    .mobile-col-2-12 {
        width: 16.667%;
    }

    .mobile-col-1-7 {
        width: 14.28%;
    }

    .mobile-col-1-8 {
        width: 12.5%;
    }

    .mobile-col-1-9 {
        width: 11.1%;
    }

    .mobile-col-1-10 {
        width: 10%;
    }

    .mobile-col-1-11 {
        width: 9.09%;
    }

    .mobile-col-1-12 {
        width: 8.33%;
    }

    /* Layout Columns */
    .mobile-col-11-12 {
        width: 91.66%;
    }

    .mobile-col-10-12 {
        width: 83.333%;
    }

    .mobile-col-9-12 {
        width: 75%;
    }

    .mobile-col-5-12 {
        width: 41.66%;
    }

    .mobile-col-7-12 {
        width: 58.33%;
    }

    .hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0;
    }

    .ubermich section.bg .tagContainer h3 {
        padding-top: 0;
        margin-top: 50px;
    }

    .ubermich .col-1-1.tagContainer {
        margin-top: 0;
    }

    .ubermich section.bg h1 {
        padding-top: 150px;
    }

     .ubermich .uberMichBG {
        height: 250px !important
    }
}

.mobile {
    display: none;
}

.show {
    display: block !important;
}

.tCenter {
    text-align: center;
}

.borderBottom {
    border-bottom: 1px solid #ccc;
}

a.underline {
    text-decoration: underline;
}

.tRight {
    text-align: right;
}

.tLeft {
    text-align: left;
}

div.formRow {
    padding: 4px 0;
    margin: 4px 0;
    clear: both;
}

div.FormRowRight input[type=text],
div.FormRowRight input[type=password],
div.FormRowRight textarea {
    width: 94%;
    border: 1px solid #000;
    padding: 1% 3%;
}

div.FormRowRight input[type=submit] {
    width: 100%;
    border: 1px solid #000;
    padding: 1% 3%;
    cursor: pointer;
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
}

input.error,
span.error,
select.error {
    border: 0px solid #ff0000 !important;
    background-color: #ff0000 !important;
    color: #fff !important;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-left {
    background: url(../images/pfeil_lightboxLeft.png) no-repeat center center !important;
}

.mfp-arrow-right {
    background: url(../images/pfeil_lightboxRight.png) no-repeat center center !important;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

div.FormRowRight textarea {
    height: 150px;
}

div.FormRowRight textarea.hoch {
    height: 157px;
}

.formRowLeft {
    margin: 0 0 5px 0;
}

div.clear {
    clear: both;
}

.bgs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.bg {
    position: relative;
}

section.bg h1 {
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
    font-weight: normal;
    font-size: 85px;
    text-transform: uppercase;
    color: #fff;
    margin: 150px 0 10px 35px;
}

section.bg h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #019BAF;
    margin: 0px 0 30px 35px;
}

section.bg h3 {
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px 0 10px 35px;
}

section.bg .full h1,
section.bg .full h2,
section.bg .full h3 {
    margin-left: 65px;
}

section.bg .grid {
    position: relative;
    z-index: 10;
}

.bgtest {
    background: url(../images/testberichte.jpg) no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/testberichte.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/testberichte.jpg', sizingMethod='scale')";
}

.bg0 {
    background: url(../images/BALENO_01.jpg) no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/BALENO_01.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/BALENO_01.jpg', sizingMethod='scale')";
}

.bg1 {
    background: url(../images/BALENO_02.jpg) no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/BALENO_02.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/BALENO_02.jpg', sizingMethod='scale')";
}

.bg2 {
    background: url(../images/BALENO_03.jpg) no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/BALENO_03.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/BALENO_03.jpg', sizingMethod='scale')";
}

.bg3 {
    background: url(../images/BALENO_04.jpg) no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/BALENO_04.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/BALENO_04.jpg', sizingMethod='scale')";
}

.menu .grid {
    max-width: 100% !important;
}

ul.menu li {
    padding: 0px 20px;
    margin: 10px 10px 30px 10px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
}

ul.menu li.small {
    font-size: 18px;
    color: #fff;
    margin: 10px 10px 10px 10px;
}

ul.menu li.small a {
    color: #fff;
    font-size: 18px;
}

ul.menu a {
    margin: 10px 0;
}

input[type="text"],
select {
    background: #e5e9ec;
    border: 0px solid #e5e9ec;
    font-size: 24px;
    padding: 10px;
    color: #b2bfc7;
    margin: 0 0 10px 0;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #b2bfc7;
}

:-moz-placeholder {
    color: #b2bfc7;
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    color: #b2bfc7;
}

:placeholder-shown {
    color: #b2bfc7;
}

select {
    background-image: url(../images/dropdown.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select.error {
    background-image: url(../images/dropdown_weiss.png);
}

input[type="submit"] {
    background: transparent;
    border: 2px solid #002C42;
    color: #002C42;
    padding: 10px 40px;
    font-size: 21px;
    cursor: pointer;
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
}

select.activeI,
input.activeI {
    color: #0A374C;
}

span.checkbox {
    background: #DDE7EE;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

span.checkbox input.checkChekcbox {
    visibility: hidden;
}

span.checked {
    background-image: url(../images/checkbox.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.firstInput input,
.firstInput select {
    width: 95%;
}

.addTop {
    padding-top: 20px !important;
}

.newsletterForm {
    margin: -20px 0 40px 0;
}

.newsletterForm input[type="text"] {
    width: 500px;
    max-width: 90%;
    border: 2px solid #E5E9EC !important;
}

.newsletterForm input.error {
    border: 2px solid #ff0000;
}

.newsletterForm span {
    font-size: 24px;
    text-transform: none;
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
}

.newsletterForm .doAnmelden {
    position: relative;
    top: -2px;
}

.inputHalf {
    float: left;
    width: 50%;
}

.logo {
    position: absolute;
    top: -10px;
    right: 20px;
    max-width: 250px;
    text-align: right;
    z-index: 100;
}

.layers {
    /*background: rgba(0, 0, 0, 0.8);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 1.5;
    z-index: 1001;
}

.layers [class*='col-'] {
    float: left;
    padding-right: 40px;
}

.layers [class*='col-']:last-child {
    padding-right: 0px;
}

.layers .grid {
    max-width: 1200px;
    padding: 5% 20px 0 20px;
}

.layers .close {
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 50px;
    cursor: pointer;
}

.layers .grid strong {
    font-weight: 900;
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
}

.layers li {
    color: #fff;
    font-size: 30px;
}

.layers li a {
    color: #009baf;
    font-size: 14px;
    display: block;
}

.layers li span {
    font-size: 14px;
    display: block;
}

.arrow {
    height: 15px;
    width: 100%;
    position: fixed;
    left: 0;
    cursor: pointer;
    z-index: 11;
}

.aDownWhite {
    background: url(../images/pfeilUnten.png) no-repeat center center;
    bottom: 10px;
}

.aUpWhite {
    background: url(../images/pfeilOben.png) no-repeat center center;
    top: 10px;
}

body.impressum .grid {
    max-width: 1200px;
}

body.impressum h1 {
    font-size: 50px;
    margin: 0 0 20px 0;
}

body.impressum p {
    margin: 0 0 15px 0;
}

body.impressum strong,
body.impressum b,
body.impressum h3 {
    font-weight: 900;
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
}

body.impressum ul.menu {
    display: none;
}

body.impressum .arrow {
    display: none;
}

body.impressum .panels {
    position: relative;
}

body.impressum .panels .close {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
}

body.home .logo,
body.home .menuIcon {
    position: fixed;
}

body.overflow {
    /*overflow: hidden;*/
}

body.fullH .bgs,
body.fullH .infoBg,
body.fullH .testBg,
body.fullH .makeBigScreen {
    background-size: auto 100%;
}

body.fullW .bgs,
body.fullW .infoBg,
body.fullW .testBg,
body.fullW .makeBigScreen {
    background-size: 100% auto;
}

.menuIcon {
    background: transparent url(../images/info/icon_menu.png) no-repeat top right;
    position: absolute;
    top: 20px;
    right: 50px;
    height: 30px;
    z-index: 900;
    cursor: pointer;
    color: #fff;
    padding-right: 40px;
    padding-top: 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
    text-transform: uppercase;
}

.tripadvisorIcon {
    background: transparent url(../images/64x64_green-21690-2.png) no-repeat top left;
    position: absolute;
    top: 3px;
    left: 3px;
    height: 64px;
    width: 64px;
    z-index: 901;
    cursor: pointer;
    padding-right: 40px;
}

/* .kontakt {
  position: absolute;
 top: 3px;
 left: 90px;
 z-index: 902;
 cursor: pointer;
 padding-right: 40px;
 color: #fff;
 line-height: 150%;
}

.kontakt a {
       text-decoration: underline; 
       color: #fff;
 }*/


.full {
    width: 100%;
}

.infoBg {
    background: transparent url(../images/info/BALENO_Info_01.jpg) no-repeat center center;
}

.achtTage {
    background: transparent url(../images/8tageBg.jpg) no-repeat center center;
}

.neunTage {
    background: transparent url(../images/9tageBg.jpg) no-repeat center center;
}

.elfTage {
    background: transparent url(../images/11tageBg.jpg) no-repeat center center;
}

.dreizehnTage {
    background: transparent url(../images/13tageBg.jpg) no-repeat center center;
}

.funfzehnTage {
    background: transparent url(../images/15tageBg.jpg) no-repeat center center;
}

.uberMichBG {
    background: transparent url(../images/ubermichBg.jpg) no-repeat center center;
}

.flag {
    background: transparent url(../images/flag.jpg) no-repeat center center;
}

.meinungen {
    background: transparent url(../images/kundenmeinungenBG.jpg) no-repeat center center;
}

.teheranBG {
    background: transparent url(../images/teheranBG.jpg) no-repeat center center;
}

.route {
    background: transparent url(../images/route1.jpg) no-repeat center center;
}

.testBg {
    background: transparent url(../images/testberichte.jpg) no-repeat center center;
}

body.info .textBox,
body.testberichte .textBox,
body.probefahrt .textBox,
body.news .textBox {
    padding: 70px;
}

body.info .textBox .col-1-2,
body.testberichte .textBox .col-1-2,
body.probefahrt .textBox .col-1-2,
body.news .textBox .col-1-2 {
    padding-right: 2%;
}

body.info .limitW,
body.testberichte .limitW,
body.probefahrt .limitW,
body.news .limitW {
    max-width: 70%;
    margin: 0 auto 40px auto;
    float: none;
}

body.info h2,
body.testberichte h2,
body.probefahrt h2,
body.news h2 {
    color: #002C42;
    font-size: 85px;
    line-height: 1;
    margin: 0px 0;
    text-transform: uppercase;
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
}

body.info div.text,
body.testberichte div.text,
body.probefahrt div.text,
body.news div.text {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 0px 0;
}

body.info div.text strong,
body.testberichte div.text strong,
body.probefahrt div.text strong,
body.news div.text strong {
    font-weight: 900;
}

body.info div.text h2,
body.testberichte div.text h2,
body.probefahrt div.text h2,
body.news div.text h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
    margin: 0 0 40px 0;
}

body.info .aUpWhite,
body.testberichte .aUpWhite,
body.probefahrt .aUpWhite,
body.news .aUpWhite {
    display: none;
}

body.info .imgager,
body.testberichte .imgager,
body.probefahrt .imgager,
body.news .imgager {
    position: relative;
}

body.info .imgager img,
body.testberichte .imgager img,
body.probefahrt .imgager img,
body.news .imgager img {
    width: 100%;
}

body.info .imgager h2,
body.testberichte .imgager h2,
body.probefahrt .imgager h2,
body.news .imgager h2 {
    position: absolute;
    top: 110px;
    left: 65px;
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
    font-size: 85px;
    text-align: left;
}

body.info h2.white,
body.testberichte h2.white,
body.probefahrt h2.white,
body.news h2.white {
    color: #fff;
}

body.info .sideSlide,
body.testberichte .sideSlide,
body.probefahrt .sideSlide,
body.news .sideSlide {
    margin: 80px 0;
}

body.info h2,
body.testberichte h2 {
    text-align: center;
}

div.sideSlide {
    position: relative;
    overflow: hidden;
}

div.sideSlide div.grid {
    max-width: 70%;
}

div.sideSlide li {
    position: absolute;
    top: 0px;
    left: 20px;
    padding-right: 25px;
    width: 100%;
}

div.sideSlide div.moverLR {
    position: absolute;
    top: 45%;
    width: 15px;
    height: 36px;
    cursor: pointer;
    z-index: 100;
}

div.sideSlide div.mLeft {
    background: transparent url(../images/info/pfeil_slider.png) no-repeat top left;
    left: 10px;
}

div.sideSlide div.mRight {
    background: transparent url(../images/info/pfeil_slider_r.png) no-repeat top left;
    right: 10px;
}

div.sideSlide div.img {
    max-width: 600px;
    padding-right: 80px;
}

body.probefahrt .arrow {
    display: none;
}

body.probefahrt div.probefahrt {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.95);
}

body.probefahrt .menuIcon {
    background-image: url(../images/icon_menu_dark.png);
    color: #0A374C;
}

#probeFormSuzuki {
    padding: 0 5%;
}

#probeFormSuzuki .col-1-2 {
    padding-right: 2%;
}

h2 br {
    display: none;
}

.alertBox {
    position: fixed;
    background: #fff;
    padding: 40px 60px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
    z-index: 1001;
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
}

.alertBox input {
    margin: 10px;
}

.noRightPad {
    padding-right: 0 !important;
    padding-left: 2% !important;
}

.datenschutzDialog {
    font-size: 10px;
    max-width: 500px;
}

.mobile {
    display: none;
}

.newsSlide a,
body.home section.bg a {
    border: 2px solid #fff;
    padding: 10px 30px;
    color: #fff;
    margin: 40px 0 0 40px;
    font-size: 20px;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
    display: inline-block;
}

body.news .arrow {
    display: none;
}

body.news section.bg .newsbox {
    background: rgba(255, 255, 255, 0.9);
    margin: 100px 30px 0 80px;
    position: relative;
    padding: 25px;
    color: #002B41;
    font-size: 25px;
    max-width: 680px;
    display: inline-block;
}

body.news section.bg .newsbox .teasertext {
    line-height: 1.2;
}

body.news section.bg .newsbox a {
    border: 2px solid #002B41;
    padding: 10px 30px;
    color: #002B41;
    margin: 10px 0 10px 0px;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
}

body.news section.bg .newsbox h1 {
    color: #002B41;
    margin: 20px 0;
}

body.news .newstext {
    padding: 80px 40px;
    position: relative;
}

body.news .newstext .textBox .col-1-2 {
    padding-right: 6%;
}

body.news .newstext .textBox .text {
    margin: 0 0 25px 0;
}

body.news .newstext .textBox .text p {
    margin: 0 0 15px 0;
}

body.news .newstext .sideSlide {
    margin: 0;
    top: -20px;
}

body.news .newstext .sideSlide div.img {
    padding-right: 15px;
    max-width: none;
}

body.news .newstext .sideSlide div.img a {
    text-align: center;
    display: block;
}

body.news .newstext .sideSlide div.img img {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

body.news .newstext .sideSlide .grid {
    min-width: 1px;
    max-width: 100%;
    padding: 0;
}

body.news .newstext .sideSlide div.mLeft {
    left: 0px;
}

body.news .newstext .sideSlide div.mRight {
    right: 1px;
}

body.news .newstext .sideSlide div.moverLR {
    top: 48%;
}

body.news .newstext .newsclose {
    background: url(../images/pfeil_einklappen.png) no-repeat center center;
    height: 17px;
    cursor: pointer;
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
}

div.testBerichte {
    color: #002C41;
}

div.testBerichte div {
    margin: 20px 0;
}

div.testBerichte .boldBlue {
    font-weight: bold;
    color: #002B41;
}

div.testBerichte blockquote {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 40px 90px;
}

div.testBerichte blockquote div.small {
    color: #000;
    font-size: 14px;
}

div.testBerichte blockquote div.small span {
    display: inline-block;
    width: 30px;
    border-bottom: 2px solid #000;
    height: 12px;
    margin: 0 10px 0 0;
}

.panels {
    height: 100%;
}

section.home {
    padding: 70px 0;
}

section.home .bg {
    background-image: url(../images/title_neu.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 95%;
}

.layer.menu {
    background: rgba(0, 0, 0, 0.9);
}

section.home .bg img {
    max-height: 100%;
}

section.home .bg div {
    height: 100%;
}

.pakete {
    min-height: 120px;
    overflow: visible;
    background: #009baf;
    max-width: 80%;
    padding: 20px;
    margin: 0 1%;
    color: #fff;
    width: 23%;
    margin-bottom: 80px;
}

.pakete .text {
    margin: 0 0 20px 0;
}


.pakete .col-1-1 h2 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: normal;
}

.pakete .col-1-1 h3 {
    color: #000;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: normal;
}

.pakete .col-1-1 h4 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 5px 0;
    font-weight: normal;
}

.pakete .link a,
a.whiteLink {
    display: block;
    background: #fff;
    color: #000;
    font-size: 24px;
    border-radius: 6px;
    padding: 10px 40px;
    text-transform: uppercase;
    text-align: center;
}

.pakete>div {
    position: relative;
    height: 100%;
}

.pakete div.img {
    background: #fff;
    margin: 20px 0;
    min-height: 160px;
}

.pakete div.img img {
    position: relative;
    top: 40px;
    margin: -60px 0;
}

.pakete .beschreibung {
    /*padding: 0 20px;*/
    color: #fff;
}

.pakete .link {
    /*min-height: 120px;*/
    min-height: 20px;
    padding-right: 0;
}

section.bg .tagContainer {
    background: #009baf;
}

section.bg .tagContainerx {
    background: #009baf;
}

section.bg .tagContainer h2 {
    background: url(../images/iconFlocke.png) no-repeat top left;
    padding: 80px 0 0 0;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 25px;
}

section.bg .tagContainer li {
    background: url(../images/listFlocke.png) no-repeat top left;
    padding: 0px 0 0 30px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 25px;
}

section.bg .tagContainer h3 {
    padding: 80px 0px 0px 0px;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 25px;
}

section.bg .tagContainer h4 {
    padding: 40px 0px 0px 0px;
    margin-top: 40px;
    margin-bottom: 5px;
    margin-left: 25px;
    font-weight: 700;
    color: #fff;
}

section.bg .tagContainer h5 {
    font-weight: 700;
    color: #fff;
}

section.bg .tagContainer h2 span {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}

section.bg .tagContainer .col-1-2,
.col-2-3 {
    padding: 0px 25px 40px 25px;
    font-size: 17px;
    line-height: 150%;
}

section.bg .tagContainer .maxContainer {
    max-width: 1024px;
    margin: 0 auto;
}

section.bg .tagContainer .txtlink {
    color: #fff;

}

section.bg .tagContainer .exz {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    float: left;
}

section.bg .tagContainer .exzb {
    color: #000;
    font-weight: 700;
    font-size: 17px;
    float: left;
}

section.bg .tagContainer .rez {
    margin: 0 0 0 25px;
}

section.bg .tagContainer hr {
    border: none;
    border-top: 1px solid #000;
    background-color: #000;
    height: 1px;
    width: 30%;
    margin: auto;
    margin-bottom: 80px;
}

section.bg .tagContainer .contact {
    font-size: 24px;
}

section.bg .tagContainer .icons {
    float: left;
    padding: 0 20px 20px 0;
}

body.home .maxContainer {
    max-width: 1280px;
    margin: 0 auto;
}

/*# sourceMappingURL=new.css.map */

.panels>.bg>div>img {
    margin: 0 0 -2px 0;
}

.panels>.bg a.whiteLink {
    position: relative;
    bottom: auto;
    right: auto;
    display: inline-block;
    margin: 40px 0 40px 25px;
}


@media handheld,
only screen and (max-width: 1200px) {
    section.bg h1 {
        font-size: 72px;
    }

    h2 br {
        display: block;
    }
}

@media handheld,
only screen and (max-width: 1024px) {
    section.bg h1 {
        font-size: 85px;
    }

    .logo {
        width: 180px;
        right: 10px;
    }

    span.checkbox {
        float: left;
        margin: 0px 10px 20px 0px;
    }
}

@media handheld,
only screen and (max-width: 900px) {
    .inputH {
        font-size: 16px;
    }
}

@media handheld,
only screen and (max-width: 767px) {
    .pakete {
        width: 100%;
        max-width: 100%;
    }

    .panels section .grid {
        padding-right: 30px;
    }

    section.bg h1,
    section.bg h2,
    section.bg h3 {
        text-shadow: 2px 2px 2px #000;
    }

    section.bg h2 {
        font-size: 20px;
    }

    .tagContainer {
        padding-top: 20px;
        margin-bottom: 0px;
        margin-top: 40px;
    }

    .makeBigScreen {
        margin-bottom: 0px;
    }

    .tagContainer .col-1-2 {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    section.bg .tagContainer h2 {
        padding-bottom: 30px;
        padding-top: 5px;
        padding-left: 80px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .uberMichBG {
        background-size: contain !important;
        height: 580px !important;
    }

    .layer.menu {
        background: rgba(0, 0, 0, 1);
    }
}

@media handheld,
only screen and (max-width: 866px) {
    select {
        padding-right: 60px;
    }

    /*    section.bg {
            h1 {
                font-size: 45px;
            }
        }*/
    div.sideSlide div.img {
        max-width: none;
    }

    div.sideSlide div.img img {
        max-width: 100%;
    }

    div.sideSlide div.grid {
        max-width: none;
    }

    body.probefahrt div.infoBg {
        margin-top: 0 !important;
    }

    div.testBerichte blockquote {
        margin-left: 10px;
        margin-right: 10px;
    }

    div.testBerichte blockquote div.small span {
        width: 15px;
        height: 8px;
        float: left;
        margin: 0 10px 10px 0;
    }
}

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

    .newsSlide a,
    body.home section.bg a {
        margin: 40px 0px 0px 15px;
    }

    .newsbox h3 {
        font-size: 18px;
    }

    .newsbox .teasertext {
        font-size: 14px;
    }

    .sideSlide .grid .text {
        padding-top: 0 !important;
    }

    .noPadTop {
        padding-top: 0 !important;
    }

    /*
        section.bg {
            h1 {
                font-size: 55px;
            }
        }*/
    .bg0,
    .bg1,
    .bg2,
    .bg3 {
        background-size: auto 100%;
    }

    div.sideSlide div.mLeft,
    div.sideSlide div.mRight {
        top: 30%;
    }

    #probeFormSuzuki {
        padding: 0;
    }

    .inputHalf {
        width: 100%;
    }

    .firstInput input,
    .firstInput select {
        width: 100%;
    }

    body.impressum {
        position: relative;
    }

    .bgs {
        background-position: top center;
    }

    section.bg h1 {
        margin-top: 0px;
        padding-top: 100px;
        margin-left: 10px;
    }

    section.bg .full {
        margin-top: 0;
    }

    section.bg .full h1 {
        left: 0px;
        margin-left: 30px;
    }

    body.news .newsbox {
        margin-left: 30px !important;
    }

    body.news section.bg h1 {
        margin-top: 0px;
        padding-top: 10px;
        margin-left: 10px;
    }

    body.news .newstext,
    body.news .textBox {
        padding: 20px;
    }

    body.news .newstext .newsclose {
        bottom: 40px;
    }

    body.news .newstext p {
        font-size: 14px;
    }

    body.home .newsSlide a {
        margin: 40px 0px 0px 10px;
    }

    body.info .textBox,
    body.probefahrt .textBox,
    body.testberichte .textBox {
        padding: 30px 20px 40px 30px;
    }

    body.info .limitW,
    body.probefahrt .limitW,
    body.testberichte .limitW {
        max-width: 100%;
    }

    body.info div.text,
    body.probefahrt div.text,
    body.testberichte div.text {
        font-size: 14px;
        line-height: 1.2;
    }

    body.info .imgager h2,
    body.probefahrt .imgager h2,
    body.testberichte .imgager h2 {
        top: 10px;
        left: 30px;
    }

    .noRightPad {
        padding: 40px 0 0 0 !important;
    }

    div.sideSlide div.img {
        padding-right: 30px;
    }

    ul.menu {
        bottom: 40px;
    }

    div.menu .col-1-1 {
        width: 100%;
    }

    .newsletterForm {
        margin: 0 0 40px 0;
    }

    .newsletterForm input,
    .newsletterForm input[type="text"] {
        width: 100%;
        max-width: 100%;
        font-size: 20px;
    }

    .logo {
        width: 130px;
        right: 0;
    }

    .layers .layer {
        font-size: 14px;
        line-height: 1.2;
    }

    .layers .grid {
        padding-top: 5%;
    }

    .layers .close {
        top: 15px;
        right: 45px;
    }

    .newsCol4 {
        margin-top: 40px !important;
        margin-bottom: 80px !important;
    }
}

@media handheld,
only screen and (max-width: 650px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .datenschutzDialog {
        font-size: 10px;
        max-width: 90%;
        padding: 20px;
        position: absolute;
        left: 20px !important;
    }

    ul.menu li {
        margin: 10px 0;
        font-size: 35px;
    }

    ul.menu li.small {
        font-size: 18px;
    }

    section.bg h1 {
        font-size: 35px;
    }

    body.impressum h1 {
        font-size: 35px;
    }

    body.info h2,
    body.probefahrt h2,
    body.testberichte h2 {
        font-size: 35px;
        text-align: left;
    }

    body.info .imgager h2,
    body.probefahrt .imgager h2,
    body.testberichte .imgager h2 {
        font-size: 35px;
    }

    div.testBerichte blockquote {
        margin-left: 10px;
        margin-right: 10px;
    }

    div.testBerichte blockquote div.small span {
        width: 15px;
        height: 8px;
        float: left;
        margin: 0 10px 10px 0;
    }
}

.menu li a {
    display: inline-block;
    text-decoration: underline;
}

.sec2 h1 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
    margin-left: 1%;
}