﻿
/* ----------------------------------------------------------------------------------------
Website Neugestaltung www.agrikultura.ch / 2017 / ©by Rattin AG / erstellt von Tourdata AG
---------------------------------------------------------------------------------------- */


@font-face {
    font-family: "FontRA";
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-style: normal;
}

html, body {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: FontRA, sans-serif;
    font-weight: normal;
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
    line-height: 125%; /*ALT line-height löschen */
    box-sizing: border-box;
}

    *::-moz-placeholder {
        transition: all 0.25s ease 0s;
    }

a:link, a:visited {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:active {
    color: inherit;
}

p {
    margin: 0;
}

.clearfix {
    clear: both;
}

div, img, form, table, tr, td {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    border: none;
}

td {
    padding: 0 10px;
}


/* -----------------------------------------------------------------------------------
   Überschriften, Titel, Untertitel, etc.
----------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
}

h1 {
    font-size: 200%;
    margin: 0;
    padding: 5px 0 0;
    text-align: left;
    width: 100%;
}


h2 {
    font-size: 150%;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 100%;
}

h5 {
}


/* -----------------------------------------------------------------------------------
   Formulare
----------------------------------------------------------------------------------- */

#Reiseangebote textarea,
#Reiseangebote select {
    -webkit-appearance: none; /* Pfeil abschalten */
    -moz-appearance: none; /* Pfeil abschalten */
    -o-appearance: none;
    appearance: none; /* Pfeil abschalten */
    width: 100%;
    padding: .5em .75em;
    text-indent: 1px;
    line-height: 1;
    padding-right: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 3px;
    z-index: 1;
}

#Reiseangebote select {
    background-color: white;
    background-image: url("https://www.reisemarkt.ch/tournet/_daten/ra/img/select-arrow.png") !important;
    background-position: right 0 bottom 50%;
    background-repeat: no-repeat;
}

    /* Pfeile in Felder abschalten für IE 10 */
    #Reiseangebote select::-ms-expand {
        display: none;
    }

select#Mittelteil_DropDownList1 {
    margin: 0 0 15px;
}

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 0;
    width: 100%;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

    fieldset label {
        width: 100%;
        display: inline-block;
    }

    fieldset input.TextKlein {
        width: 95px;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

fieldset.AuswahlCheckBox div {
    line-height: 90%;
}

.Adresse input {
    width: 100%;
    /*border: none;*/
    /*background-color: #f0f1f1;*/
    border-radius: 3px;
}

.Bemerkungen textarea {
    width: 100%;
    background-color: white;
    border: 1px solid rgb(216, 222, 228);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 1px rgba(255, 255, 255, 0.3) inset;
    border-radius: 3px;
}

input, textarea {
    font-family: FontRA, sans-serif;
    background-color: white;
    border: 1px solid rgb(216, 222, 228);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 1px rgba(255, 255, 255, 0.3) inset;
    padding: 0.3em 1em;
    margin: 0 auto 5px auto;
    width: 100%;
    border-radius: 3px;
}

.Frage textarea.TextBeliebig {
    width: 100%;
}

.Frage span.fragespez {
    width: 100%;
    display: block;
}

select {
    background-color: white;
    border: 1px solid rgb(216, 222, 228);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 1px rgba(255, 255, 255, 0.3) inset;
    float: left;
    margin-right: 5%;
    max-width: 100%;
    padding: 0.4em 30px 0.4em 1em;
    text-overflow: ellipsis;
    width: 35%;
}

td select {
    width: 48%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    background-image: url("https://www.reisemarkt.ch/tournet/_daten/ra/img/select-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
}

input.checkbox1 {
    width: auto;
    margin: 10px 10px 5px 0;
}

span.ProspektText {
    margin-left: -25px;
    position: relative;
    left: 25px;
}

#ReiseInfos input#Text2 {
    border: 1px dotted #f0f1f1;
    margin: 10px 15px 0;
    width: 92%;
}

.FormularAnrede {
    width: 100%;
}

    .FormularAnrede label {
        width: 60%;
        margin: 0 0 10px;
    }

    .FormularAnrede .Anrede {
        width: auto;
    }

    .FormularAnrede > span {
        display: inline;
        float: none;
        margin: 0 5px 0 0;
        width: 10%;
    }

em.FormularInfo {
    margin-left: 15px;
}

fieldset.Button {
    border: medium none;
    width: 100%;
}

    fieldset.Button input {
        /*margin-left: 120px;*/
        padding: 3px;
        width: 49%;
        border: 1px dotted #a9a9a9;
    }

        fieldset.Button input[type=submit],
        fieldset.Button input[type=reset] {
            border-radius: 3px;
            background-color: rgba(0, 105, 56,1);
            color: white;
            border: none;
            height: 30px;
            /*margin-left: 175px;*/
        }

/* -----------------------------------------------------------------------------------
   Buttons
----------------------------------------------------------------------------------- */




/* -----------------------------------------------------------------------------------
   Navigation
----------------------------------------------------------------------------------- */
.breadcrumb {
    display: none;
}


.menue-button {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0.5em;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

    .menue-button img {
        height: 2em;
    }

    .menue-button:hover {
    }

/* Navigatione rechts in der Höhe mittig platziert, auch beim scrollen */
div#NavRe {
    display: none;
}

    div#NavRe a {
        text-decoration: none;
    }

#nav-menue:target #Steuerung {
    display: block;
}

#nav-menue:target .menue-button-beschr-open {
    display: none;
}

#Topnav {
    display: none;
}

/* Suchfeld in der Navigation ganz oben */
#Suchen {
    margin: 10px 0 30px;
    position: relative;
    top: 10px;
    left: 10px;
    display: none;
}

    #Suchen input {
        padding: 3px;
        border: 1px solid #bbb;
        width: 93%;
        font-family: FontRA, sans-serif;
        border-radius: 3px;
    }

    #Suchen img {
        width: 18px;
        height: auto;
        position: relative;
        top: 4px;
        right: 25px;
        text-decoration: none;
    }


/* -----------------------------------------------------------------------------------
   Layout
----------------------------------------------------------------------------------- */

#Logo {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: left;
    z-index: 999;
}

    #Logo div {
        width: 85%;
        position: absolute;
        top: 0;
        left: 5%;
    }

    #Logo img {
        width: auto;
        height: 55px;
        margin: 12px auto;
    }

.BGSchweif {
    display: none;
}

/* -----------------------------------------------------------------------------------
   Inhalt
----------------------------------------------------------------------------------- */
#Container {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 10px;
}

#Mittelteil {
    width: 100%;
    height: calc(100% - 85px);
    position: relative;
    top: 65px;
}

#MittelteilHome {
    width: 100%;
    height: 100%;
    /*background-image:url(../images/banner/r-banner01.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    background-size: cover;
    padding-top: 300px;*/
}

    #MittelteilHome img {
        width: 100%;
        overflow: hidden;
        /*background-image:url(../images/banner/r-banner01.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    background-size: cover;
    padding-top: 300px;*/
    }

#MittelteilAngebote {
    width: 100%;
    height: 100%;
    margin-top: 75px;
}

#BannerAngebote {
    width: 100%;
    height: 200px;
    background-image: url("../images/banner/banner-mehrtagesfahrten.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #BannerAngebote img {
        width: 100%;
        overflow: hidden;
    }

#InhaltAngebote {
    background-color: #f0f1f1;
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    top: 0;
    width: 100%;
}

#InhaltReiseBuchen {
    background-color: #f0f1f1;
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    top: -215px;
    /*padding: 15px 0;*/
    width: 100%;
    z-index: 50;
}

#Reiseangebote {
    width: 100%;
    text-align: left;
    background-color: #fff;
    padding: 10px;
    min-height: 500px;
}

    #Reiseangebote iframe {
        margin-top: 205px;
    }

.Reisen {
    width: 100%;
    height: auto;
    border-bottom: 1px dotted silver;
    clear: both;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 5px;
    margin: 10px 0;
}

.ReisenTitel {
    width: 100%;
    height: auto;
    margin: 2px 0 5px 0;
    padding: 2px 0 0 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #2d2d2d;
    float: left;
}

.ReisenBild {
    width: 100%;
    float: left;
}

    .ReisenBild img {
        width: 100%;
        height: auto;
        margin: 5px 0 5px 0;
        float: left;
    }

.ReisenBeschreibung {
    width: 100%;
    min-height: 50px;
    float: left;
    text-align: justify;
    color: #000;
}

.ReisenLink {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 4px 15px;
    text-align: center;
    font-size: 90%;
    letter-spacing: 0px;
    color: #fff;
    font-weight: bold;
    background-color: #006938;
    border-radius: 3px;
    height: 25px;
    text-transform: uppercase;
    width: 100%;
}

    .ReisenLink a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

.BeschreibungLink {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 4px 15px;
    text-align: center;
    font-size: 90%;
    letter-spacing: 0px;
    color: #fff;
    font-weight: bold;
    background-color: #006938;
    float: left;
    border-radius: 3px;
    height: 25px;
    text-transform: uppercase;
    position: relative;
    bottom: 5px;
    left: 0;
    width: 100%;
}

    .BeschreibungLink a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

.ReisenDetails {
    width: auto;
    float: right;
    text-align: right;
    margin: 5px 0 15px;
    color: #000;
}

#InhaltHome {
    width: 100%;
    position: relative;
    bottom: 5px;
}

#MittelteilAllgemein {
    width: 100%;
    height: auto;
    position: relative;
    top: 75px;
    background-color: #f0f1f1;
    margin-bottom: 40px;
}

#InhaltAllgemein {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 15px;
    background-color: #fff;
    /*position: relative; bottom: 60px;*/
}

.adr_left {
    clear: left;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
}

.adr_right {
    clear: right;
    float: right;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
}

.links {
    float: left;
}

.rechts {
    float: right;
}

.dg, .dgfahrzeugflotte {
    clear: left;
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 15px;
    border-bottom: 1px dotted #505050;
    position: relative;
}

    .dgfahrzeugflotte .BusKlasse {
        position: absolute;
        bottom: 10px;
        right: 0;
        height: auto;
        width: 45px;
    }

        .dgfahrzeugflotte .BusKlasse img {
            width: 100%;
            height: auto;
        }

    .dgfahrzeugflotte .nobreak {
        white-space: nowrap;
    }

    .dgfahrzeugflotte .Sitzplatz {
        position: absolute;
        bottom: 10px;
        right: 55px;
        height: auto;
        width: 30px;
    }

    .dgfahrzeugflotte .fancybox {
        float: left;
        margin-right: 0px;
    }

    .dgfahrzeugflotte div .fancybox {
        margin-right: 15px;
        min-width: 290px;
        width: 100%;
    }

        .dgfahrzeugflotte div .fancybox img {
            width: 100%;
            height: auto;
            margin: 0 auto 10px;
        }

    .dgfahrzeugflotte h2 {
        font-size: 100%;
        margin: 0 auto 0.83em;
    }

    .dgfahrzeugflotte .Sitzplatz img {
        width: 100%;
        height: auto;
    }

    .dg .image {
        clear: left;
        float: left;
        margin-bottom: 20px;
        width: auto;
        text-align: left;
    }



.dg_box .dgfahrzeugflotte div.image {
    clear: left;
    float: none;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}

.fahrzeugflotte_zusatz {
    clear: left;
    float: none;
    margin: 0 0 45px 0;
    width: auto;
}

#ReiseInfos {
    width: 100%;
    text-align: left;
}

    #ReiseInfos table {
        font-size: 75%;
    }

    #ReiseInfos h1 {
        margin: 0;
        /*color: #ef0088;*/
        clear: left;
    }

    #ReiseInfos h3 {
        margin: 25px 0 0;
        /*color: #ef0088;*/
    }

.BoxHome,
.BoxAngebote {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    padding: 10px;
}

.BoxAngebote {
    position: relative;
    top: 0;
    z-index: 600;
}

.BoxHome span.icon {
    height: auto;
    display: inline-block;
    margin: 20px auto 10px;
    width: 100%;
}

    .BoxHome span.icon img,
    .BoxAngebote span.icon img {
        width: auto !important;
        height: 30px;
        margin: 5px 0;
    }

.BoxHome .Box1, .BoxAngebote .Box1,
.BoxHome .Box2, .BoxAngebote .Box2,
.BoxHome .Box3, .BoxAngebote .Box3 {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    text-align: center;
    margin: 10px 0;
}

    .BoxHome .Box1 hr, .BoxAngebote .Box1 hr,
    .BoxHome .Box2 hr, .BoxAngebote .Box2 hr,
    .BoxHome .Box3 hr, .BoxAngebote .Box3 hr {
        width: 30%;
        color: transparent;
        border: 1px solid #006938;
        margin: 0 auto 10px;
    }

.BoxHome span:last-child,
.BoxAngebote span:last-child {
    width: 100%;
    text-transform: uppercase;
    font-size: 100%;
    float: left;
    margin: 0 auto 5px;
}

#InfoAktuell {
    width: 100%;
    position: relative;
    top: 70px;
    clear: left;
}

    #InfoAktuell h2 {
        text-transform: uppercase;
        font-size: 100%;
        height: 45px;
        width: 100%;
        max-width: 1300px;
        margin: 25px auto 5px;
        text-align: center;
    }

.InfoAktuellInhalt {
    width: calc(100% - 20px);
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #006938;
    border-radius: 30px;
}

#Topangebote {
    width: 100%;
    position: relative;
    top: 70px;
    clear: left;
}

    #Topangebote h1 {
        text-transform: uppercase;
        font-size: 100%;
        height: 45px;
        width: 100%;
        max-width: 1300px;
        margin: 25px auto 5px;
        text-align: center;
    }

.TopangeboteInhalt {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    padding: 10px;
}

.Topangebot {
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    text-align: center;
    margin: 5px auto 15px;
    padding: 10px;
}

    .Topangebot h2 {
        text-transform: uppercase;
        font-size: 95%;
        height: 45px;
    }

    .Topangebot hr {
        width: 30%;
        color: transparent;
        border: 1px solid #006938;
        margin: 0 auto 15px;
    }

.TopangebotBild {
    width: 270px;
    height: 175px;
    overflow: hidden;
    display: block;
    text-align: center;
    margin: 0 auto;
}

    .TopangebotBild img {
        margin: 15px auto 0;
        width: 100%;
    }

.TopangebotLink {
    /*border: 1px solid #cccccc;*/
    border-radius: 5px;
    /*bottom: 0;*/
    color: #fff;
    display: inline-block;
    font-size: 95%;
    /*font-weight: bold;*/
    height: 30px;
    /*letter-spacing: 0;*/
    line-height: 1.8em;
    /*overflow: hidden;*/
    padding: 0 15px;
    margin: 15px auto 5px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: auto;
    min-width: 175px;
    background-color: rgba(0, 105, 56,1);
    text-transform: uppercase;
}

    .TopangebotLink a {
        text-decoration: none;
    }

#Gruppenreise {
    width: 100%;
    position: relative;
    clear: left;
    box-sizing: border-box;
}

.GruppenreiseBox {
    display: block;
    float: left;
    height: auto;
    /*margin: 15px;*/
    padding: 15px 0;
    position: relative;
    width: 100%;
}

.InhaltBox {
    display: block;
    float: left;
    height: auto;
    /*margin: 15px;*/
    padding: 15px 0;
    position: relative;
    width: 100%;
}

.GruppenreiseBoxBild,
.InhaltBoxBild {
    display: inline-table;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 5;
}

    .GruppenreiseBoxBild img,
    .InhaltBoxBild img {
        width: 100%;
        height: auto;
    }

.GruppenreiseBoxLink,
.InhaltBoxTitel {
    background-color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 20px 0;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 15;
    text-decoration: none;
    text-transform: uppercase;
}

.InhaltBoxTitel {
    bottom: 0;
}

.GruppenreiseBoxLink {
    bottom: 0;
}

.InhaltBoxText {
    padding: 15px;
}

.InhaltBoxTitel:hover {
    /*background-color: rgba(0, 105, 56, 0.8);*/
    text-decoration: none;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px 0;
}

.GruppenreiseBoxLink:hover {
    background-color: rgba(0, 105, 56, 0.8);
    text-decoration: none;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px 0;
}

.GruppenreiseBoxLink a {
    text-decoration: none;
}

.Team {
    width: 100%;
    display: table;
}

    .Team div {
        float: left;
    }

.Abteilung {
    display: block;
    width: 100%;
}

    .Abteilung h3 {
        text-indent: 5px;
    }

.Person {
    width: auto;
    float: left;
    margin: 5px;
}

    .Person img {
        width: 165px;
        height: 215px;
    }

.PersonKL {
    width: 165px;
    height: 135px;
    margin: 5px;
}


/*Geschichte*/

#Banner section {
    display: block;
}

.flexslider .slides span {
    margin-top: 5em; /*margin-left: 5%;*/
}

.slider {
    margin-top: 2.5%;
    margin-bottom: 150px;
    /*border:1px solid yellow;*/
}

.flexslider ol li {
    width: calc(100% / 17 - 1px);
    text-align: center;
    height: auto;
}

.flexslider ol {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    display: none;
}

    .flexslider ol li .flex-active,
    .flexslider ol li:hover {
        color: #006938;
        font-weight: bold;
    }

.flex-control-thumbs img {
    height: 5px;
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    margin: auto;
    z-index: 2;
}

#Fusszeile {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #d1d1d1 !important;
    background-color: #2e2e2e;
    position: relative;
    top: 100px;
    padding-bottom: 25px;
}

    #Fusszeile a {
        text-decoration: none;
    }

        #Fusszeile a:hover {
            color: #006938;
        }

.FusszeileInhalt {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    font-size: 90%;
    padding: 15px;
}

.FusszeileBox1 {
    border-bottom: 1px solid #fff;
    color: #d1d1d1;
}

.FusszeileBox2 {
    display: none;
}

.FusszeileBox1,
.FusszeileBox3 {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    padding: 15px;
}

.FusszeileInhalt h2 {
    font-size: 100%;
    text-transform: uppercase;
    clear: left;
    margin-bottom: 15px;
}

.FusszeileBox3 img {
    height: 30px;
    margin: 0 10px;
}

.FusszeileBox3 span.icongarantie {
    float: left;
}

.FusszeileBox3 span.iconquali {
    margin-left: 15px;
    float: left;
}

.FusszeileBox3 span.iconservice {
    float: left;
    width: 65px;
    margin-top: 10px;
}

    .FusszeileBox3 span.iconservice img,
    .FusszeileBox3 span.icongarantie img,
    .FusszeileBox3 span.iconquali img {
        display: block;
    }

        .FusszeileBox3 span.iconservice img.iconhover,
        .FusszeileBox3 span.icongarantie img.iconhover,
        .FusszeileBox3 span.iconquali img.iconhover {
            display: none;
        }

    .FusszeileBox3 span.iconservice:hover img.iconhover,
    .FusszeileBox3 span.icongarantie:hover img.iconhover,
    .FusszeileBox3 span.iconquali:hover img.iconhover {
        display: block;
    }

    .FusszeileBox3 span.iconservice:hover img,
    .FusszeileBox3 span.icongarantie:hover img,
    .FusszeileBox3 span.iconquali:hover img {
        display: none;
    }

    .FusszeileBox3 span.iconlogos img.iconhover,
    .FusszeileBox3 span.iconservice img.iconhover {
        display: none;
    }


/* Feedback Fragebogen */
.Abstand {
    margin: 15px auto;
}

#Feedback_Formular {
    width: 100%;
    max-width: 100%;
    margin: 1em 0;
    text-align: left;
    padding: 0 1em;
}

.DIV_Fragen {
    width: 100%;
}

.Frage {
    width: 100%;
    line-height: 2.3em;
    display: inline-block;
}

.Empfehlung span {
    float: left;
    width: 30px;
    text-align: center;
}

.Frage label {
    width: 70%;
    display: inline-block;
}

.Frage span.Smiley {
    width: 30%;
    display: inline-block;
    float: right;
    /*text-align: right;*/
    padding: 7px 0 0 3px;
}

    .Frage span.Smiley b {
        width: 25px;
        display: inline-block;
        text-align: center;
    }

.Frage input.beurteilungbox,
.Frage span.individuell input[type=checkbox] {
    width: 25px;
    display: inline-block;
}

.Frage span.individuell {
    width: 100%;
    display: inline-block;
}

.Frage span.punkte {
    line-height: normal;
}

    .Frage span.punkte input {
        width: 25px;
    }

.Frage span.individuell input[type=text] {
    width: 100%;
    margin-left: 0;
    background-color: white;
    border: 1px solid rgb(216, 222, 228);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 1px rgba(255, 255, 255, 0.3) inset;
}

#Mittelteil1 ~ #Fusszeile,
#Mittelteil1 ~ #Abschluss {
    position: relative;
    top: 25px;
}

#Mittelteil2 ~ #Fusszeile,
#Mittelteil2 ~ #Abschluss {
    position: relative;
    top: 10px;
}

#Abschluss {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    top: 100px;
    padding-bottom: 15px;
}

.AbschlussInhalt {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    font-size: 90%;
    padding: 15px;
}



/* Layout für Mobilgeräte: 481px bis 1080px (SamsungS4, iPhone6Plus) Portrait. */
@media only screen and (min-width: 481px) and (max-width: 1080px) and (orientation:portrait) {

    /* -----------------------------------------------------------------------------------
   Layout
----------------------------------------------------------------------------------- */


}


/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 481px) and (orientation:landscape) {

    #Mittelteil {
        width: 100%;
        height: calc(100% - 85px);
        position: relative;
        top: 0;
    }

    #MittelteilHome {
        width: 100%;
        height: 100%;
        /*background-image:url(../images/banner/r-banner01.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    background-size: contain;
    padding-top: calc(100% - 290px);*/
    }

    #InfoAktuell {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        position: relative;
        top: -35px;
        clear: left;
        margin: auto 10px;
    }
}


/* Desktoplayout: 769 bis maximal 1675px (vorher 1232).  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 769px) and (orientation:landscape) {

    /* -----------------------------------------------------------------------------------
   Formulare
----------------------------------------------------------------------------------- */

    #Reiseangebote select {
        width: 310px;
    }

    #Reiseangebote textarea {
        width: 59%;
    }

    fieldset {
        width: 75%;
    }

        fieldset label {
            width: 185px;
            display: inline-block;
            line-height: 2.5em;
        }

        fieldset.AuswahlCheckBox div {
            line-height: normal;
        }

    .Adresse input {
        width: 59%;
    }

    fieldset.Bemerkungen textarea {
        width: 59%;
    }

    .Adresse input#hotelkategorie,
    .Adresse input#offerteingabetermin,
    .Adresse input#reiseziel {
        width: 59%;
    }

    .Bemerkungen textarea,
    .Bemerkungen input {
        width: 54.8%;
        background-color: white;
        border: 1px solid rgb(216, 222, 228);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 1px rgba(255, 255, 255, 0.3) inset;
        border-radius: 3px;
    }

    .FormularAnrede {
        width: 45%;
    }

        .FormularAnrede label {
            width: 185px;
            margin: 0;
        }

        .FormularAnrede > span {
            display: inline;
            float: none;
            margin: 0 45px 0 0;
            width: auto;
        }

    em.FormularInfo {
        margin-left: 0;
    }

    #ReiseInfos input#Text2 {
        margin: 10px 0 0;
        width: 47.5%;
    }

    fieldset.Button {
        width: 100%;
    }

        fieldset.Button input {
            margin-left: 120px;
            width: 145px;
        }

            fieldset.Button input[type=submit] {
                margin-left: 185px;
            }

    #Feedback_Formular {
        width: 75%;
        max-width: 990px;
        margin: 1em 0;
        text-align: left;
        padding: 0 1em;
    }

    .Frage span.individuell {
        width: calc(55% - 125px);
        display: inline-block;
    }

        .Frage span.individuell input[type=text] {
            width: 100%;
            margin-left: 10px;
            background-color: white;
            border: 1px solid rgb(216, 222, 228);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 1px rgba(255, 255, 255, 0.3) inset;
        }

    .Frage textarea.TextBeliebig {
        width: calc(100% - 190px);
    }

    .Frage span.fragespez {
        width: auto;
        display: inherit;
    }

    /* -----------------------------------------------------------------------------------
   Navigation
----------------------------------------------------------------------------------- */
    .breadcrumb {
        border-radius: 4px;
        list-style: outside none none;
        font-style: italic;
        margin: 15px auto;
        padding: 15px 5px 0;
        display: block;
        text-align: left;
        width: 100%;
        max-width: 1300px;
        position: relative;
        z-index: 400;
    }

        .breadcrumb > li {
            display: inline-block;
        }

        .breadcrumb a {
            text-decoration: none;
        }

            .breadcrumb a:hover {
                color: #006938;
                text-decoration: underline;
            }

        .breadcrumb > li + li::before {
            color: #434343;
            content: "/ ";
            padding: 0 5px;
        }

    .menuspez {
        display: none;
    }

    #Top {
        width: 100%;
        height: 35px;
        z-index: 20;
    }

    #Topnav {
        width: 100%;
        max-width: 1300px;
        margin: 15px auto 0;
        text-align: right;
        height: 45px;
        display: block;
    }

        #Topnav a {
            text-decoration: none;
        }

        #Topnav span {
            color: inherit;
            font-size: 90%;
            padding: 10px 0;
            text-align: right;
        }

            #Topnav span span {
                font-size: 90%;
                /*color: #bbb;*/
            }

            #Topnav span img {
                height: 16px;
                position: relative;
                top: -1px;
            }

    /* Suchfeld in der Navigation ganz oben */
    #Suchen {
        float: right;
        margin: 0;
        position: absolute;
        top: 10px;
        right: 0;
        left: auto;
        display: block;
        padding: 0;
        color: black !important;
    }

        #Suchen input {
            padding: 4px;
            border: 1px solid #bbb;
            width: 285px;
            font-size: 85%;
        }

        #Suchen img {
            width: 18px;
            height: auto;
            position: absolute;
            top: 5px;
            right: 5px;
            text-decoration: none;
        }

        #Suchen a {
            display: inherit;
            padding: 0;
        }

    .menue-button {
        display: none;
    }

    /* Navigatione rechts in der Höhe mittig platziert, auch beim scrollen */
    div#NavRe {
        background-color: rgba(255, 255, 255, 0.8);
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        display: block;
        float: right;
        height: auto;
        margin: auto 0;
        padding: 10px 0;
        position: fixed;
        right: 0;
        top: calc(50% - 125px);
        width: 65px;
        text-align: center;
        z-index: 900;
    }

        div#NavRe span {
            width: 100%;
            height: auto;
            float: left;
            font-size: 70%;
        }

            div#NavRe span img {
                height: 25px;
                margin: 10px auto 0;
                width: auto;
                display: block;
            }

    #NavRe span.NavReIcon::after {
        border-bottom: 1px solid #006938;
        content: " ";
        display: block;
        height: 5px;
        margin: auto;
        width: 55px;
    }

    #NavRe span:last-child::after {
        border-bottom: 0;
    }

    #NavRe span.iconinaktiv {
        display: none;
    }

    #NavRe span.hover span.iconnormal {
        display: block;
    }

    #NavRe span.hover span.iconinaktiv {
        display: none;
    }

    #NavRe span.inaktiv span.iconnormal {
        display: none;
    }

    #NavRe span.inaktiv span.iconinaktiv {
        display: block;
    }

    #NavRe span.hover {
        color: #000;
    }

    #NavRe span.inaktiv {
        color: #bbb;
    }


    #NavRe span:hover {
        color: #000;
    }

    /* --------------------------------------------------------------------------------
   Layout
-------------------------------------------------------------------------------- */

    #Logo {
        max-width: 1300px;
    }

        #Logo div {
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            left: auto;
            z-index: 100;
        }

        #Logo img {
            width: auto;
            height: 90px;
            margin: 12px auto;
        }

        #Logo .BGSchweif img {
            height: 100%;
            margin: 0 0 0 -250px;
        }

        #Logo .Logo img {
            margin: 20px auto;
        }

    .BGSchweif {
        display: block;
        width: 100%;
        height: auto;
        max-width: 1300px;
        position: absolute;
        top: 0;
        left: 75px;
        z-index: 50;
    }


    /* --------------------------------------------------------------------------------
   Inhalt
-------------------------------------------------------------------------------- */
    #Container {
        padding: 0;
        height: 100%;
    }

    #Mittelteil {
        width: 100%;
        height: calc(100% - 155px);
        position: relative;
        top: 10px;
    }
    /* Mittelteil bei normalem Inhalt */
    #Mittelteil1,
    #Mittelteil2 {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        display: inline-block;
        background-color: #f0f1f1;
        margin-bottom: -100px;
        min-height: calc(100% - 420px);
    }

    #MittelteilHome {
        width: 100%;
        height: 100%;
        /*background-image:url(../images/banner/r-banner01.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    background-size: contain;
    padding-top: calc(100% - 290px);*/
    }

    #MittelteilAngebote {
        margin-top: auto;
        height: auto;
        background-color: #f0f1f1;
    }

    #BannerAngebote {
        width: 100%;
        height: 500px;
        background-image: url("../images/banner/banner-mehrtagesfahrten.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #Reiseangebote iframe {
        margin-top: 0;
    }

    .Reisen {
        width: 99%;
        height: auto;
        border-bottom: 0;
        margin-bottom: 10px;
        display: inline-block;
        position: relative;
    }

    .ReisenAlternatingItemTemplate {
        background-color: #EFEFEF;
        width: 100%;
        height: 112px;
    }

    .ReisenBild {
        width: auto;
        height: auto;
        margin: 3px 8px 3px 3px;
        /*-moz-box-shadow: 2px 2px 5px 0px #505050;
	-webkit-box-shadow: 2px 2px 5px 0px #505050;
	box-shadow: 2px 2px 5px 0px #505050;*/
    }

    .ReisenTitel {
        width: 100%;
        height: 15px;
        margin: 2px 0 5px 0;
        padding: 2px 0 0 0;
        font-size: 100%;
        font-weight: bold;
        color: #2d2d2d;
        float: none;
    }

    .ReisenBeschreibung {
        width: 100%;
        height: 65px;
        float: none;
        /*position: relative;*/
        padding-right: 185px;
        text-align: justify;
        /*border:1px solid red;*/
    }

        .ReisenBeschreibung c::after {
            content: url("https://www.rattin.ch/images/BusComfort.jpg");
            position: absolute;
            right: 5px;
            bottom: 95px;
        }

        .ReisenBeschreibung r::after {
            content: url("https://www.rattin.ch/images/BusRoyal.jpg");
            position: absolute;
            right: 5px;
            bottom: 95px;
        }

        .ReisenBeschreibung .ReisenBeschreibungTagDatum {
            margin: 0 0 5px;
            display: inline-block;
        }

    .ReisenBild img {
        width: 300px;
        height: auto;
        margin: 0;
        float: none;
    }

    .ReisenDetails {
        width: auto;
        float: right;
        text-align: right;
        margin-right: 0;
        position: absolute;
        right: 10px;
        bottom: 35px;
    }

    .ReisenLink {
        float: right;
        position: absolute;
        bottom: 13px;
        right: 10px;
        width: 175px;
    }

    .BeschreibungLink {
        width: 175px;
        height: auto;
        display: inline-block;
        padding: 4px 15px;
        text-align: center;
        font-size: 90%;
        letter-spacing: 0px;
        color: #fff;
        font-weight: bold;
        background-color: #006938;
        float: left;
        border-radius: 3px;
        height: 25px;
        text-transform: uppercase;
        position: absolute;
        bottom: 13px;
        left: 315px;
    }

        .BeschreibungLink a {
            font-weight: bold;
            color: #fff;
            text-decoration: none;
        }

    #InhaltHome {
        width: 100%;
        position: relative;
        bottom: 85px;
    }

    #MittelteilAllgemein {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        background-color: #f0f1f1;
    }

    #InhaltAngebote {
        position: relative;
        top: -215px;
        z-index: 50;
    }

    #InhaltAllgemein {
        margin: 0 auto;
        height: 100%;
        padding: 15px 15px 5px;
    }

    .adr_left {
        width: 35%;
        margin-right: 20px;
    }

    .adr_right {
        width: 35%;
        margin-right: 20px;
    }

    div.dotted_line {
        border-bottom: 1px dotted #505050;
        height: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .dg, .dgfahrzeugflotte {
        clear: left;
        float: none;
        margin-bottom: 20px;
        margin-top: 10px;
        width: 100%;
    }

    .dgfahrzeugflotte {
        width: 80%;
        margin: 10px auto 20px auto;
    }

        .dgfahrzeugflotte div .fancybox img {
            width: auto;
            height: 200px;
            margin: 0 auto 40px;
        }
    /*.dgfahrzeugflotte div.image {
        margin-bottom: 0;
    }*/

    .engagements {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px !important;
    }

    #ReiseInfos .engagements h3 {
        margin: 0;
    }

    #ReiseInfos .engagements div.image {
        margin: 0;
        width: 295px;
        -ms-flex: 0 0 285px;
        flex-basis: 285px;
    }

    #ReiseInfos .engagements div:last-child {
        margin: 0;
        width: 295px;
        -ms-flex: 0 0 calc(100% - 295px);
        flex-basis: calc(100% - 295px);
    }

    .dgfahrzeugflotte div.image {
        clear: left;
        float: left;
        margin-bottom: 20px;
        width: 285px;
        text-align: center;
    }
    /*.dgfahrzeugflotte div.image img {
        width: auto;
        height: auto; max-height: 75px;
    }*/

    .dgInfos_box .dgfahrzeugflotte {
        width: 100%;
        margin: 10px auto;
        padding: 0;
    }

    .dgfahrzeugflotte .Sitzplatz {
        position: absolute;
        bottom: 20px;
        right: 75px;
        height: auto;
        width: 30px;
    }

    .dgfahrzeugflotte .BusKlasse {
        position: absolute;
        bottom: 15px;
        right: 0;
        height: auto;
        width: 45px;
    }

    .dgfahrzeugflotte .rechts {
        margin-left: 180px;
        float: none;
    }

    .dg .image, .dgfahrzeugflotte .image {
        clear: left;
        float: left;
        margin-bottom: 20px;
        width: auto;
        text-align: left;
    }

    .dg .image {
        clear: left;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 240px;
        text-align: right;
    }

    .dgfahrzeugflotte .fancybox .image {
        clear: none;
        float: none;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 155px;
        text-align: right;
    }

    .dgfahrzeugflotte div .fancybox {
        margin-right: 15px;
        min-width: 290px;
        width: auto;
    }

    .fahrzeugflotte_zusatz {
        clear: left;
        float: none;
        margin: 0 0 5px 0;
        width: auto;
    }

    #ReiseInfos table {
        font-size: inherit;
    }

    .BoxHome {
        width: 100%;
        max-width: 1300px;
        height: 150px;
        margin: 0 auto;
        padding: 10px;
    }

    .BoxAngebote {
        width: 100%;
        max-width: 1300px;
        height: 200px;
        margin: 0 auto;
        padding: 10px;
        position: relative;
        top: -75px;
        z-index: 5;
    }

    .BoxHome div:hover {
        background-color: rgba(0, 105, 56,0.8);
        color: #fff;
    }

    .BoxAngebote div:hover hr {
        border-color: #fff;
        width: 30%;
        background-color: #fff;
    }

    .BoxHome div:hover hr {
        border-color: #fff;
        width: 30%;
        background-color: #fff;
    }

    .BoxAngebote div:hover {
        background-color: rgba(0, 105, 56,0.8);
        color: #fff;
        position: relative;
        top: -50px;
    }

    .BoxAngebote div.aktiv {
        background-color: rgba(0, 105, 56,0.8);
        color: #fff;
        position: relative;
        top: -50px;
    }

        .BoxAngebote div.aktiv hr {
            border-color: #fff;
        }

    .BoxHome .Box1, .BoxAngebote .Box1,
    .BoxHome .Box2, .BoxAngebote .Box2,
    .BoxHome .Box3, .BoxAngebote .Box3 {
        width: 30%;
        height: 100%;
        display: block;
        float: left;
        box-sizing: border-box;
        background-color: rgba(255,255,255,0.8);
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        text-align: center;
        margin: 0;
    }

        .BoxAngebote .Box1 hr,
        .BoxAngebote .Box2 hr,
        .BoxAngebote .Box3 hr {
            width: 30%;
            color: #006938;
            border: 1px solid #006938;
            margin: 5px auto 15px;
            background-color: #006938;
        }

        .BoxHome .Box1 hr,
        .BoxHome .Box2 hr,
        .BoxHome .Box3 hr {
            width: 30%;
            color: #006938;
            border: 1px solid #006938;
            margin: 5px auto 15px;
            background-color: #006938;
        }

    .BoxHome .Box2,
    .BoxAngebote .Box2 {
        margin: 0 5%;
    }

    .BoxHome span.icon,
    .BoxAngebote div:hover span.icon {
        height: 45px;
        display: inline-block;
        margin: 15px auto 10px;
    }

    .BoxAngebote span.icon {
        height: 45px;
        display: inline-block;
        margin: 10px auto 15px;
    }

    .BoxAngebote div.aktiv span.icon {
        height: 45px;
        display: inline-block;
        margin: 15px auto 10px;
    }

    .BoxHome span.icon img,
    .BoxAngebote span.icon img {
        width: auto !important;
        height: 100%;
        margin: 0;
    }

    .BoxHome span:last-child,
    .BoxAngebote span:last-child {
        width: 100%;
        text-transform: uppercase;
        /*font-size: 120%;*/
        float: left;
        margin: 0 auto;
    }

    #InfoAktuell {
        width: 100%;
        position: relative;
        top: -35px;
        clear: left;
    }

        #InfoAktuell h2 {
            text-transform: uppercase;
            font-size: 120%;
            height: 45px;
            width: 100%;
            max-width: 1300px;
            margin: 15px auto 5px;
        }

    .InfoAktuellInhalt {
        width: 100%;
        max-width: calc(1300px - 20px);
        margin: 0 auto;
        height: auto;
        overflow: hidden;
        text-align: center;
        padding: 10px;
        border: 1px solid #006938;
        border-radius: 30px;
    }

        .InfoAktuellInhalt p {
            padding: 0 45px;
        }

    #Topangebote {
        width: 100%;
        position: relative;
        top: -10px;
        clear: left;
    }

        #Topangebote h1 {
            text-transform: uppercase;
            font-size: 120%;
            height: 45px;
            width: 100%;
            max-width: 1300px;
            margin: 15px auto 25px;
        }

    .TopangeboteInhalt {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        height: 440px;
        overflow: hidden;
        padding: 10px;
    }

    .Topangebot {
        width: 30%;
        height: 100%;
        display: block;
        float: left;
        box-sizing: border-box;
        background-color: rgba(255,255,255,0.8);
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        text-align: center;
        margin: 5px auto;
        padding: 10px;
    }

    .TopAngebotTitel {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 270px;
    }

    .Topangebot h2 {
        text-transform: uppercase;
        font-size: 95%;
        height: 45px;
    }

    .Topangebot hr {
        width: 270px;
        color: transparent;
        border: 1px solid #006938;
        margin: 0 auto 15px;
    }

    .Topangebot:nth-child(2) {
        margin: 5px 5%;
    }

    .TopangebotBild {
        width: 270px;
        height: 175px;
        overflow: hidden;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

        .TopangebotBild img {
            margin: 15px auto 0;
            width: 100%;
        }

    .TopangebotLink {
        /*border: 1px solid #cccccc;*/
        border-radius: 5px;
        /*bottom: 0;*/
        color: #fff;
        display: inline-block;
        font-size: 95%;
        /*font-weight: bold;*/
        height: 30px;
        /*letter-spacing: 0;*/
        line-height: 1.8em;
        /*overflow: hidden;*/
        padding: 0 15px;
        margin: 15px auto 0;
        text-align: center;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        width: auto;
        min-width: 175px;
        background-color: rgba(0, 105, 56,1);
        text-transform: uppercase;
    }

        .TopangebotLink a {
            text-decoration: none;
        }

    .GruppenreiseBox,
    .InhaltBox {
        display: block;
        float: left;
        height: auto;
        padding: 15px;
        position: relative;
        width: 46%;
    }

        .GruppenreiseBox:first-child,
        .InhaltBox:first-child {
            margin: 15px 0 15px calc(7% / 3);
        }

        .GruppenreiseBox:nth-child(2),
        .InhaltBox:nth-child(2) {
            margin: 15px calc(8% / 3);
        }

    .Person {
        width: calc(100% / 6 - 32px);
        float: left;
        margin: 20px 15px;
        height: 285px;
    }

    .PersonKL {
        width: 165px;
        height: 135px;
        margin: 5px;
    }

    .Person img {
        width: 165px;
        height: 215px;
    }

    .flexslider .slides img {
        width: auto;
        height: 450px;
        margin: auto;
        z-index: 2;
    }

    .flexslider ol {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        display: block;
    }

    #Fusszeile {
        width: 100%;
        height: auto;
        display: inline-block;
        color: #d1d1d1;
        position: relative;
        top: 100px;
        padding-bottom: 0;
        border-top: 15px solid #f0f1f1;
    }

    #Topangebote ~ #Fusszeile {
        border-top: 0;
    }

    #Fusszeile a {
        text-decoration: none;
    }

        #Fusszeile a:hover {
            color: #006938;
        }

    .FusszeileInhalt {
        width: 100%;
        max-width: 1300px;
        height: 100%;
        display: inline-block;
        margin: 0 auto;
        font-size: 90%;
        padding: 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: stretch;
    }

    .FusszeileBox1,
    .FusszeileBox2,
    .FusszeileBox3 {
        width: calc(100% / 3);
        display: block;
        float: left;
        box-sizing: border-box;
        margin: 0;
        text-align: left;
        padding: 15px;
        border-bottom: none;
    }

    .FusszeileInhalt h2 {
        font-size: 120%;
        text-transform: uppercase;
        clear: left;
        margin-bottom: 0;
    }

    .FusszeileBox2 {
        /*margin: 0 5%;*/
        border-left: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
    }

        .FusszeileBox2 span {
            margin: 0 0 10px;
            display: inherit;
        }

    .FusszeileBox3 img {
        height: 40px;
        margin: 0 10px;
    }

    .FusszeileBox2 span.LinkBox,
    .FusszeileBox3 span.IconBox {
        height: 33%;
    }

    .FusszeileBox3 span {
        /*padding: 0 0 30px;*/
        display: block;
    }

    .FusszeileBox2,
    .FusszeileBox3 {
        padding-left: 25px;
        display: block;
    }

        .FusszeileBox3 span.iconlogos {
            float: left;
            padding: 12px 0 17px;
        }

            .FusszeileBox3 span.iconlogos img {
                display: block;
            }

                .FusszeileBox3 span.iconlogos img.iconhover {
                    display: none;
                }

            .FusszeileBox3 span.iconlogos:hover img.iconhover {
                display: block;
            }

            .FusszeileBox3 span.iconlogos:hover img {
                display: none;
            }

        .FusszeileBox3 span.iconservice {
            float: left;
            width: 25%;
            margin-top: 10px;
        }

        .FusszeileBox3 .iconquali img {
            width: auto;
            height: 55px;
            position: relative;
            top: -10px;
        }

        .FusszeileBox3 span.icongarantie {
            float: left;
            width: auto !important;
            margin-left: 15px;
            margin-top: 10px;
        }

        .FusszeileBox3 span.iconquali {
            float: left;
            width: auto !important;
            margin-left: 15px;
            margin-top: 10px;
        }

            .FusszeileBox3 span.iconservice img,
            .FusszeileBox3 span.icongarantie img,
            .FusszeileBox3 span.iconquali img {
                display: block;
            }

                .FusszeileBox3 span.iconservice img.iconhover,
                .FusszeileBox3 span.icongarantie img.iconhover,
                .FusszeileBox3 span.iconquali img.iconhover {
                    display: none;
                }

            .FusszeileBox3 span.iconservice:hover img.iconhover,
            .FusszeileBox3 span.icongarantie:hover img.iconhover,
            .FusszeileBox3 span.iconquali:hover img.iconhover {
                display: block;
            }

            .FusszeileBox3 span.iconservice:hover img,
            .FusszeileBox3 span.icongarantie:hover img,
            .FusszeileBox3 span.iconquali:hover img {
                display: none;
            }



    #Mittelteil1 ~ #Fusszeile,
    #Mittelteil1 ~ #Abschluss {
        position: relative;
        top: 5px;
    }

    #Mittelteil2 ~ #Fusszeile,
    #Mittelteil2 ~ #Abschluss {
        position: relative;
        top: 10px;
    }

    #Abschluss {
        width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
        top: 100px;
        padding-bottom: 15px;
    }

    .AbschlussInhalt {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        font-size: 90%;
        padding: 15px;
    }

    .Frage label {
        width: 220px;
        display: inline-block;
    }

    .Frage span.Smiley {
        width: 135px;
        display: inline-block;
        float: none;
        text-align: left;
        padding: 7px 0 0;
    }
}
