﻿/* --------------------------------------------------------------------------------------------------------
Website Neugestaltung www.hesscar.ch / 2020 / ©by Hesscar / erstellt von Tourdata AG
-------------------------------------------------------------------------------------------------------- */


/* ~~ Allgemein ~~ */
@font-face {
    font-family: 'AvenirNextLTPro';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/AvenirNextLTPro-Regular.otf") format('opentype');
}

body {
    font-family: 'AvenirNextLTPro', Helvetica, Verdana, sans-serif;
    font-size: 16px;
    letter-spacing: 0.025em;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #6b584d; /* alt #000070 */
    height: 100%;
    line-height: 1.2em;
}
/**/

ul, ol, dl {
    padding: 0;
    margin: 0;
    text-align: left;
    margin-left: 25px;
}

/* ~~ Überschriften ~~ */
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    text-align: left;
}

p {
    margin: 0;
    padding: 0;
    /*color: #004695;*/ /* alt #000070 */
    text-align: left;
}

h1 {
    text-transform: uppercase;
    margin: 25px auto 45px;
    font-size: 30px;
}

@media only screen and (max-width: 750px) {
    .DIV_Reisekatalog_Preview {
        display: none;
    }
}

.DIV_Reisekatalog_Preview {
    position: fixed;
    bottom: 10px;
    left: 30px;
    margin: 20px;
    z-index: 1000;
}

    .DIV_Reisekatalog_Preview img {
        max-height: 250px;
        transform: rotate(5deg);
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .DIV_Reisekatalog_Preview .DIV_Neu {
        color: white;
        background: red;
        width: 60px;
        height: 60px;
        border-radius: 100px;
        position: fixed;
        bottom: 250px;
        left: 40px;
        transform: rotate(-5deg);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }


        .DIV_Reisekatalog_Preview .DIV_Neu p {
            text-align: center;
            transform: translateY(14px);
            font-size: 20px;
            font-weight: bold;
        }

    #Newsletter h1,
    #Datenschutz h1,
    #AGB h1 {
        text-transform: uppercase;
        margin: 25px auto 75px;
        font-size: 30px;
    }

    #Impressum h1 {
        text-transform: uppercase;
        margin: 25px auto 85px;
        font-size: 30px;
    }

    h2 {
        font-size: 20px;
        text-transform: none;
    }

    a img {
        border: none;
    }
    /**/

    a:link {
        text-decoration: none;
        color: inherit; /* alt #000070 */
    }
    /**/

    a:visited {
        color: inherit;
    }
    /**/

    a:hover {
        text-decoration: underline;
        color: inherit; /* alt #000070 */
    }
    /**/

    a:active, a:focus {
        text-decoration: none;
        color: inherit; /* alt #000070 */
    }
    /**/

    ::after, ::before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /**/
    /* ~~ Verschiedene float/clear-Klassen ~~ */
    .fltrt {
        float: right;
        margin-left: 8px;
    }
    /**/

    .fltlft {
        float: left;
        margin-right: 8px;
    }
    /**/

    .clearfloat {
        clear: both;
        height: 0;
        font-size: 1px;
        line-height: 0px;
    }
    /**/

    .breadcrumb {
        display: none;
    }

    /* ~~ Formulare ~~ */
    .formular {
        text-align: left;
    }
    /*---------------------------------------------------------------------------------*/
    /* Formular                                                                         */
    /*---------------------------------------------------------------------------------*/

    form {
        width: 100%;
        /*max-width: 600px;*/
        margin: 0;
        padding: 0;
    }

    .formular {
        margin-bottom: 0;
    }

    #dvCaptcha {
        margin-left: 25px;
        margin-bottom: 55px;
        float: right;
    }


    .kontaktadresse {
        text-align: left;
        line-height: 1.5em;
        float: left;
        width: 100%;
        position: relative;
        left: 0;
    }

    .formular div.formularauswahl {
        width: 100%;
        text-align: left;
        display: inline-block;
        height: 35px;
    }

        .formular div.formularauswahl input {
            float: left;
            width: 25px;
            position: relative;
            top: 0;
        }

    .formular.fzr_6,
    form .fzr_6.buttonsbox {
        width: 100%;
    }

    .fzr_hint {
        white-space: nowrap;
        margin: auto;
    }

    input.search {
        border-box: box-sizing;
        background-image: url('../images/icons/searchicon.png');
        background-position: 7px 7px;
        background-repeat: no-repeat;
        font-size: 16px;
        padding: 14px 20px 12px 45px;
        border: solid 1px #ccc;
        border-radius: 5px;
        padding: 7px 14px;
        margin-bottom: 10px;
        text-indent: 15px;
    }

    form .buttons {
        /*width: 100%;*/
    }

        form .buttons img {
            position: absolute;
            left: 30px;
            top: 10px;
            width: auto;
            height: 20px;
        }

        form .buttons span {
            /*width: 100%;*/
            position: relative;
            display: table-cell;
        }

        form .buttons div span {
            width: 100%;
        }

        form .buttons span:first-child {
            float: left;
        }

        form .buttons span:last-child {
            float: right;
        }

        form .buttons input[value="Abschicken"],
        form .buttons input[value="submit"],
        form .buttons input[type="Reset"] {
            width: 100%;
            margin: 0;
            background-image: none;
            border-radius: 0px;
            display: inline-block;
            text-align: center;
            /*text-indent: 35px;*/
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            float: right;
        }

        form .buttons input[value="Abschicken"],
        form .buttons input[value="submit"] {
            border: 1px solid #6b584d;
            background: #6b584d;
            background-color: #6b584d;
            color: #f2f2f2;
        }

        form .buttons input[type="Reset"] {
            border: 1px solid #6b584d;
            background: #f2f2f2;
            background-color: #f2f2f2;
            color: #6b584d;
        }

            form .buttons input[value="Abschicken"]:hover,
            form .buttons input[value="submit"]:hover,
            form .buttons input[type="Reset"]:hover {
                box-shadow: none !important;
                -webkit-box-shadow: none !important;
                -moz-box-shadow: none !important;
                box-shadow: none !important;
            }

    .strasse.fzr_col.fzr_6 {
        width: 75%;
        float: left;
    }

    .hausnummer.fzr_col.fzr_2 {
        width: 23%;
        float: right;
    }

    .ort.fzr_col.fzr_6 {
        width: 75%;
        float: right;
    }

    .plz.fzr_col.fzr_2 {
        width: 23%;
        float: left;
    }

    /**/

    .formular textarea, .formular select {
        -webkit-appearance: none; /* Pfeil abschalten */
        -moz-appearance: none; /* Pfeil abschalten */
        appearance: none; /* Pfeil abschalten */
        /* ---*/
        width: 100%;
        border: 1px solid LightGray;
        padding: .5em .75em;
        /*box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);*/
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
        /**/
        /* Pfeile in Felder abschalten für IE 10 */
        .formular select::-ms-expand {
            display: none;
        }
    /**/

    .formular .DropDown.Disabled {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: none;
        background: rgb(248,248,248);
        box-shadow: none;
        border: none;
    }
        /**/

        .formular .DropDown.Disabled::-ms-expand {
            display: none;
        }
    /**/

    .Adresse .formular label {
        margin-left: 0;
    }

    .Adresse .formular input {
        width: 100%;
        box-sizing: border-box;
    }

    .Adresse .formular span {
        line-height: 58px;
        margin-right: 55px;
    }

    .Adresse .formular legend {
        position: relative;
        top: 0;
        left: 0;
        color: #6b584d;
    }

    .formular select, .formular textarea {
        border: none;
        border-radius: 0;
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
    }
    /**/
    /* Input & Textarea */
    .formular input, .formular textarea {
        background-color: white;
        border: 1px solid LightGray;
        padding: .75em 1em .5em 1em;
        -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 1px rgba(255,255,255,0.3);
        -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 1px rgba(255,255,255,0.3);
        box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 1px rgba(255,255,255,0.3);
    }
    /**/

    .formulartextarea {
        resize: vertical;
    }
    /**/

    .formular input:hover, .formular input:active, .formular textarea:hover, .formular textarea:active {
        border: 1px solid #LightGray;
    }
    /**/
    /* Select */
    .formular select {
        width: 100%;
        border: 1px solid #bbb;
        padding: .75em 1em .5em 1em;
        -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 1px rgba(255,255,255,0.3);
        -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 1px rgba(255,255,255,0.3);
        box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 1px rgba(255,255,255,0.3);
    }
        /**/

        .formular select:hover, .formular input:hover {
            -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.2), inset 0px 0px 1px rgba(255,255,255,0.3);
            -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.2), inset 0px 0px 1px rgba(255,255,255,0.3);
            box-shadow: 0px 1px 3px rgba(000,000,000,0.2), inset 0px 0px 1px rgba(255,255,255,0.3);
        }
        /**/

        .formular select::-ms-expand {
            display: none;
        }
        /**/

        .formular select.selectfeld {
            background-color: white;
            background-image: url('../images/select-arrow.png');
            background-position: right;
            background-repeat: no-repeat;
            padding-right: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        /**/

        .formular input:focus, .formular select:focus, .formular select.DropDown:focus {
            border-color: #004983; /* alt !important */
            -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.2), inset 0px 0px 1px rgba(255,255,255,0.3);
            -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.2), inset 0px 0px 1px rgba(255,255,255,0.3);
            box-shadow: 0px 1px 3px rgba(000,000,000,0.2), inset 0px 0px 1px rgba(255,255,255,0.3);
            outline: 0 none;
            background-color: transparent !important;
        }
    /**/
    /* Checkbox & Radio */
    .formular input[type='checkbox'], .formular input[type='radio'] {
        width: auto;
        /*float: left;*/
        margin-right: .75em;
        background: transparent; /*border: none;*/
    }
        /**/

        .formular input[type='checkbox']:checked, .formular input[type='checkbox']:not(:checked), .formular input[type='radio']:checked, .formular input[type='radio']:not(:checked) {
            background: transparent;
            position: relative;
            margin: 0;
            padding: 0;
        }
        /**/

        .formular input[type='checkbox'] + label, .formular input[type='radio'] + label {
            cursor: pointer;
        }
    /**/

    .formular input[type='image'] {
        width: auto;
        border: none;
        background: none;
        height: auto;
        box-shadow: none;
        padding: 0;
    }
    /**/

    .formular input, .formular textarea, .formular select {
        background-color: white;
        border: 1px solid #6b584d;
        padding: .75em 1em .5em 1em;
        margin: 10px auto;
        /*width: 95%;*/
        /*font-size: larger;*/
        -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 1px rgba(255,255,255,0.3);
        -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 1px rgba(255,255,255,0.3);
        box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 1px rgba(255,255,255,0.3);
    }
    /**/


    /* Navigatione rechts in der Höhe mittig platziert, auch beim scrollen */
    div#NavRe {
        display: none;
    }


    /* das umgebende div für die eigentliche box  */
    .inhaltBild .modal {
        align-items: center;
        bottom: 0;
        display: none;
        justify-content: center;
        left: 0;
        opacity: 0;
        overflow: visible;
        padding: .4rem;
        position: fixed;
        right: 0;
        top: 0;
        background-color: rgba(255,255,255,0.7);
    }

        .inhaltBild .modal .modal-box {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            background-color: #fff;
            padding: 20px 10px;
            box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
            position: relative;
            display: flex;
            align-items: stretch;
        }
        /* zeige div wenn target selector angesprungen wird  */
        .inhaltBild .modal:target {
            display: flex; /* anzeigen */
            opacity: 1;
            z-index: 400;
        }
            /* Animation einblenden der Box  */
            .inhaltBild .modal:target .modal-container {
                animation: slide-down .2s ease 1;
                z-index: 1;
                /*width: auto;*/
                margin: 0;
                padding: 0;
            }

        .inhaltBild .modal .modal-box .modal-container li {
            list-style-type: none;
        }

        .inhaltBild .modal .modal-box .modal-container ul li figure img {
            width: 80%;
            height: auto;
            margin: 5px auto;
        }
    /* Die eigentliche box mit weißem Hintergrund und Schatten  */
    .inhaltBild .modal-container {
        background: #fff;
        display: block;
        padding: .8em;
        /*width: auto;*/
    }

    .inhaltBild .modal .modal-box .ce_text {
        height: 100%;
    }

        .inhaltBild .modal .modal-box .ce_text.block p {
            color: #6b584d;
            margin: 2px auto 15px;
        }

    .inhaltBild .modal .modal-box p.close {
        opacity: 0.6;
    }

        .inhaltBild .modal .modal-box p.close .btn {
            position: absolute;
            right: 15px;
            bottom: 15px;
            padding: 2px 10px;
            font-size: 20px;
        }

            .inhaltBild .modal .modal-box p.close .btn:hover {
                background-color: #6b584d;
                color: #e9ddc6;
                border: 1px solid #6b584d;
            }

    .inhaltBild .modal .modal-box #right {
        border-left: 1px dotted #6b584d;
        float: right;
    }

    .acc {
        width: 100%;
        margin: 1em auto;
        text-align: left;
    }

        .acc .choice {
            display: grid;
            grid-template-columns: 9fr 1fr;
            grid-template-areas: "name action" "panel panel";
        }

        .acc label:nth-child(odd) {
            grid-area: name;
        }

        .acc label:nth-child(even) {
            grid-area: action;
        }

        .acc .panel {
            grid-area: panel;
        }

        .acc input[name="ac"] {
            display: none
        }

        .acc .panel {
            margin: 0;
            height: 0;
            overflow: hidden;
            line-height: 1.5;
            padding: 0 2rem;
            box-sizing: border-box;
            transition: 0.5s;
            box-shadow: none;
        }

            .acc .panel p {
                margin-top: 0
            }

        .acc input.open:checked ~ .panel {
            height: auto;
            padding: 2rem;
            transition: 0.5s;
        }

        .acc label {
            cursor: pointer;
            width: 100%;
            font-weight: 400;
            font-size: 1.2em;
            box-sizing: border-box;
            z-index: 100;
            color: #6b584d;
        }

        .acc input.open:checked ~ label {
        }

        .acc label:nth-child(odd)::after {
            content: "+";
            color: #6b584d;
            float: right;
            font-size: 1.2em;
            margin-top: 0;
        }

        .acc input.open:checked ~ label:nth-child(odd)::after {
            content: "";
        }

        .acc input.open:checked ~ label.close::after {
            content: "–";
            font-size: 1.2em;
            color: #6b584d;
        }

    .inhaltBild .btn.box {
        background-color: transparent;
        border: none;
    }

    #BannerInhaltAllgemein {
        width: 100%;
        height: 300px;
        margin: 90px auto -20px;
        display: block;
    }

        #BannerInhaltAllgemein .Bild {
            width: 100%;
            height: 100%;
        }

    #Mittelteil {
        width: 100%;
        height: auto;
        position: relative;
        top: 10px;
        display: inline-block;
        background-color: #f0f1f1;
        margin: 70px auto -50px;
        padding-bottom: 145px;
    }

        #Mittelteil #MittelteilAllgemein {
            width: 100%;
            height: auto;
            position: relative;
            top: 25px;
            background-color: #f2f2f2;
        }

            #Mittelteil #MittelteilAllgemein #InhaltAllgemein {
                margin: 0 auto;
                height: 100%;
                padding: 30px 15px 5px;
            }

            #Mittelteil #MittelteilAllgemein #InhaltAllgemein {
                width: 100%;
                max-width: 1300px;
                background-color: #fff;
            }

    /* Alle Standardreisen einer Reiseart */
    .top-nav-collapse + #Reisen {
        margin-top: 55px !important;
        -webkit-transition: all .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: all .5s ease-in-out,padding .5s ease-in-out;
        transition: all .5s ease-in-out,padding .5s ease-in-out;
    }

    #Reisen {
        width: 100%;
        max-width: 1300px;
        position: relative;
        top: 100px;
        color: #6b584d;
        width: 95%;
        margin: 0 auto 150px;
        min-height: calc(100vh - 315px);
        background-color: #fff;
        -webkit-transition: all .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: all .5s ease-in-out,padding .5s ease-in-out;
        transition: all .5s ease-in-out,padding .5s ease-in-out;
    }

        #Reisen h1 {
            width: 100%;
            max-width: 1300px;
            margin: 0 auto;
            font-size: 30px;
            background-color: #fff;
            padding: 25px 5px 15px;
        }

        #Reisen #Standardreisen {
            background-color: #fff;
            padding: 10px 55px 50px;
        }

            #Reisen #Standardreisen ul {
                width: 100%;
                max-width: 1300px;
                margin: 0 auto;
            }

                #Reisen #Standardreisen ul li {
                    /*background-color: rgb(242,243,243);*/
                    padding-bottom: 15px;
                    margin-bottom: 20px;
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                    position: relative;
                    padding-left: 0;
                    list-style-type: none;
                    color: #6b584d;
                }

                    #Reisen #Standardreisen ul li a {
                        display: inline-block;
                        width: 100%;
                        height: 100%;
                    }

                    #Reisen #Standardreisen ul li img {
                        height: 156px;
                        float: left;
                        margin-right: 10px;
                        width: 293px;
                    }

            #Reisen #Standardreisen .standardreiseBild {
                height: auto;
                display: block;
                float: left;
                overflow: hidden;
                width: 100%;
            }

            #Reisen #Standardreisen ul li img {
                height: auto;
                float: left;
                margin-right: 10px;
                width: 100%;
            }


            #Reisen #Standardreisen ul li .btn {
                right: 128px;
                background: none;
                font-weight: 600;
                /*border: 1px solid #6b584d;
            color: #6b584d;*/
                text-transform: uppercase;
                font-size: 15px;
                padding: 5px 25px;
                position: absolute;
                bottom: 10px;
                width: 125px;
                cursor: pointer;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                #Reisen #Standardreisen ul li .btn.weiter {
                    right: 0;
                    background: #6b584d;
                    color: #f2f2f2;
                    bottom: 25px;
                }

                #Reisen #Standardreisen ul li .btn.details {
                    left: 0;
                    bottom: 25px;
                    color: #f2f2f2;
                    background-color: #6b584d;
                }

            #Reisen #Standardreisen ul li .standardreisePreis {
                color: #6b584d;
                font-weight: bold;
                padding: 5px 0px;
                /*position: absolute;
            right: 0;
            bottom: 45px;*/
                width: auto;
                text-align: left;
            }

                #Reisen #Standardreisen ul li .standardreisePreis strong {
                    /*position: absolute;
            top: 30px;
            right: 10px;
            white-space: nowrap;*/
                }

            #Reisen #Standardreisen ul li .standardreiseDetails {
                padding: 10px;
                float: left;
                width: 100%;
                text-align: left;
                margin-bottom: 75px;
            }

                #Reisen #Standardreisen ul li .standardreiseDetails .standardreiseTitel {
                    margin-bottom: 5px;
                }

                #Reisen #Standardreisen ul li .standardreiseDetails .standardreiseDatum {
                    position: relative;
                    /*bottom: 5px;*/
                }

        #Reisen .suchen {
            width: 100%;
            max-width: 1300px;
            margin: 0 0 0 5px;
            display: inline-block;
        }

            #Reisen .suchen .formular {
                width: 350px;
                display: block;
                float: left;
                height: auto;
                min-height: 50px;
            }

                #Reisen .suchen .formular label {
                    float: left;
                }

                #Reisen .suchen .formular select {
                    background-color: white;
                    background-image: url("https://www.reisemarkt.ch/tournet/_daten/he/img/select-arrow.png") !important;
                    background-position: right 0 bottom 50%;
                    background-repeat: no-repeat;
                }

    /* PopUp mit wichtigen Infos */
    .popup-container {
        display: none !important; /*wenn aktiv dann display:block*/
        width: 90%;
        height: 320px;
        position: absolute;
        margin: 0 auto;
        z-index: 999;
        left: 5%;
        top: calc(50vh - 200px);
        animation: einblenden 2s;
        -moz-animation: einblenden 2s;
        -webkit-animation: einblenden 2s;
        -o-animation: einblenden 2s;
    }

    @keyframes einblenden {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-moz-keyframes einblenden { /* Für Firefox */
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-webkit-keyframes einblenden { /* Für Safari und Chrome */
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-o-keyframes einblenden { /* Für Opera */
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .popup-container .popup-button {
        background: #333;
        line-height: 34px;
        color: #fff;
        padding: 0 20px;
        border-radius: 3px;
        display: block;
        cursor: pointer;
    }

        .popup-container .popup-button:hover {
            background: #444;
        }

    .popup-container .popup {
        position: static;
        /*top: 0;
  left: 0;*/
        width: 100%;
        height: 100%;
        background: none;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        transition: 250ms all;
    }

        .popup-container .popup .popup-inner {
            width: 100%;
            box-sizing: border-box;
            padding: 20px;
            background-color: rgba(242,242,242,1);
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
            top: 50%;
            transition: 250ms all;
            border-radius: 15px;
            -moz-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
            -webkit-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
            box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        }

            .popup-container .popup .popup-inner .popup-title {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 20px;
                border-bottom: 1px dotted #6b584d;
                padding-bottom: 10px;
            }

                .popup-container .popup .popup-inner .popup-title h6 {
                    font-size: 18px;
                    font-weight: 500;
                    margin: 0;
                }

                .popup-container .popup .popup-inner .popup-title .popup-close-btn {
                    cursor: pointer;
                    background: #eee;
                    display: block;
                    line-height: 30px;
                    padding: 0 15px;
                    font-size: 14px;
                    color: #222;
                    border-radius: 3px;
                }

            .popup-container .popup .popup-inner .popup-content p {
                line-height: normal;
            }

            .popup-container .popup .popup-inner .popup-content ul li {
                margin-bottom: 10px;
            }

                .popup-container .popup .popup-inner .popup-content ul li:last-child {
                    margin-bottom: 0;
                }

                .popup-container .popup .popup-inner .popup-content ul li input {
                    width: 100%;
                    border: 1px solid #ddd;
                    border-radius: 3px;
                    line-height: 34px;
                    padding: 0 15px;
                    font-size: 14px;
                    box-sizing: border-box;
                }

                .popup-container .popup .popup-inner .popup-content ul li button {
                    width: 100%;
                    line-height: 34px;
                    background: #666;
                    color: #fff;
                    cursor: pointer;
                    border-radius: 3px;
                    border: none;
                    font-size: 14px;
                }

                    .popup-container .popup .popup-inner .popup-content ul li button:hover {
                        background: #444;
                    }

        .popup-container .popup .transparent-label {
            position: static;
            /*top: 0;
  left: 0;*/
            width: 100%;
            height: auto;
            z-index: -1;
            cursor: pointer;
        }

    .popup-container > input {
        display: none;
    }

        .popup-container > input + .popup {
            opacity: 1;
            visibility: visible;
        }

        .popup-container > input:checked + .popup,
        .popup-container > input:checked + .popup .popup-inner,
        .popup-container > input:checked + .popup label {
            top: -200%;
        }
    /*--*/
    @media only screen and (min-width: 768px) {

        form .buttons span {
            /*width: 48%;*/
            position: relative;
            display: table-cell;
        }

        form .buttons div span {
            width: 45%;
        }

        form .buttons img {
            position: absolute;
            left: 10px;
            top: 10px;
            width: auto;
            height: 20px;
        }

        div#NavRe {
            background-color: rgba(255, 255, 255, 0.8);
            display: block;
            float: right;
            height: auto;
            margin: auto 0;
            padding: 10px 0;
            position: fixed;
            right: 0;
            top: calc(50% - 125px);
            width: 80px;
            text-align: center;
            z-index: 900;
        }

            div#NavRe span {
                width: 100%;
                height: auto;
                float: left;
                font-size: 90%;
            }

                div#NavRe span a {
                    color: #6b584d;
                    font-size: 11px;
                }

        #NavRe span.NavReIcon::after {
            border-bottom: 1px solid #6b584d;
            content: " ";
            display: block;
            height: 5px;
            margin: auto;
            width: 70px;
        }

        div#NavRe span {
            width: 100%;
            height: auto;
            float: left;
            font-size: 90%;
        }

            div#NavRe span img {
                height: auto;
                margin: 10px auto 5px;
                width: 35px;
                display: block;
            }

        #NavRe span:last-child::after {
            border-bottom: 0;
        }


        #Reisen h1 {
            width: 100%;
            max-width: 1300px;
            margin: 0 auto;
            font-size: 30px;
            background-color: #fff;
            padding: 55px 50px 15px;
        }

        #Reisen .suchen {
            width: 100%;
            max-width: 1300px;
            margin: 0 0 0 50px;
            display: inline-block;
        }

        #Reisen #Standardreisen {
            background-color: #fff;
            padding: 10px 50px 50px;
        }
    }

    /* 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) {
        /* Navigatione rechts in der Höhe mittig platziert, auch beim scrollen */

    }

    /* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */
    @media only screen and (min-width: 481px) {
        /* Navigatione rechts in der Höhe mittig platziert, auch beim scrollen */

    }

    /* 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) {

        /* PopUp mit wichtigen Infos */
        .popup-container {
            display: none !important;
            width: 780px;
            height: 320px;
            position: absolute;
            margin: 0 auto;
            z-index: 999;
            left: calc(50% - 310px);
            top: calc(50vh - 200px);
            animation: einblenden 5s;
            -moz-animation: einblenden 5s; /* Für Firefox */
            -webkit-animation: einblenden 5s; /* Für Safari und Chrome */
            -o-animation: einblenden 5s; /* Für Opera */
        }

            .popup-container .popup .popup-inner {
                width: 100%;
                box-sizing: border-box;
                padding: 20px;
                background-color: rgba(242,242,242,0.8);
                position: absolute;
                left: 50%;
                transform: translate(-50%, -50%);
                top: 50%;
                transition: 250ms all;
                border-radius: 15px;
                -moz-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
                -webkit-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
                box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
            }
        /*--*/
        .breadcrumb {
            border-radius: 4px;
            list-style: outside none none;
            font-style: italic;
            margin: 15px auto 0;
            padding: 15px 5px 25px;
            display: block;
            text-align: left;
            width: 100%;
            max-width: 1300px;
            background-color: #f2f2f2;
            position: relative;
            z-index: 400;
        }

            .breadcrumb > li {
                display: inline-block;
            }

            .breadcrumb a {
                text-decoration: none;
            }

                .breadcrumb a:hover {
                    color: #6b584d;
                    text-decoration: underline;
                }

            .breadcrumb > li + li::before {
                color: #434343;
                content: "/ ";
                padding: 0 5px;
            }

        .menuspez {
            display: none;
        }

        .formular {
            text-align: left;
            /*width: 100%;*/
            height: 100%;
            /*min-height: 300px;*/
        }
        /*---------------------------------------------------------------------------------*/
        /* Formular                                                                         */
        /*---------------------------------------------------------------------------------*/

        form {
            width: 100%;
            max-width: 1300px;
            margin: 0;
            padding: 0;
        }

        .kontaktadresse {
            width: auto;
            position: absolute;
            top: 200px; /* alt bottom: 170px; */
            left: calc(45% + 125px);
        }

        .formular #FormularAuswahl {
            margin-top: 25px;
        }

        .formular div.formularauswahl input {
            position: relative;
            top: 1px;
        }

        .formanizr fieldset {
            margin-bottom: 0;
        }

        .formular.fzr_6,
        form .fzr_6.buttonsbox {
            width: 48.333333333333%;
        }

        form .buttons {
            /*width: 65%;*/
            float: right;
            margin-right: 23px;
        }

            form .buttons img {
                position: absolute;
                left: 5px;
                right: auto;
                top: 10px;
                width: auto;
                height: 20px;
            }

        .fzr_hint {
            white-space: nowrap;
            margin: auto auto 25px 195px !important;
        }

        .strasse.fzr_col.fzr_6 {
            width: 48.333333333333%;
            float: left;
        }

        .hausnummer.fzr_col.fzr_2 {
            width: 15%;
            float: right;
            margin-right: 23px;
        }

        .plz.fzr_col.fzr_2 {
            width: 15%;
            float: left;
        }

        .ort.fzr_col.fzr_6 {
            width: 48.333333333333%;
            float: right;
            margin-right: 23px;
        }

        /**/

        input, textarea, select {
            font-size: medium;
            margin: 0 auto 5px auto;
        }

        .formular fieldset textarea#off_mitteilung,
        .formular fieldset input {
            width: calc(80% - 30px);
        }
        /**/

        .formular fieldset.mitteilung div.Name + div, .formular fieldset.mitteilung div.Adresse + div, .formular fieldset.mitteilung div.EMail + div, .formular fieldset.offerteadresse div.Name + div, .formular fieldset.offerteadresse div.Adresse + div, .formular fieldset.offerteadresse div.EMail + div {
            width: 40%;
            float: left;
        }

        fieldset.mitteilung div.Name, fieldset.mitteilung div.Adresse, fieldset.mitteilung div.EMail, fieldset.offerteadresse div.Name, fieldset.offerteadresse div.Adresse, fieldset.offerteadresse div.EMail {
            width: 50%;
            float: left; /*margin-right: 105px;*/
        }
        /**/

        fieldset.offerte div {
            width: 50%;
            float: left;
        }
        /**/

        fieldset label {
            /*width: 215px;*/
            display: inline-block;
            float: none;
        }
        /**/

        fieldset.kontaktperson label br {
            display: inline;
        }
        /**/

        .textfeld {
            width: 190px;
        }
        /**/

        fieldset .checkboxsmart label {
            width: 215px;
            display: inline-block;
            float: none;
            margin-right: auto;
        }
        /**/

        .selectfeld {
            width: 225px;
        }
        /**/

        .plzfeld {
            width: 40px;
        }
        /**/

        .ortfeld {
            width: 142px;
        }
        /**/

        .textfeldklein {
            width: 90px;
        }
        /**/

        .textfeldgross {
            width: 367px;
        }
        /**/

        .textarea {
            width: 372px;
        }
        /**/

        .textarea2 {
            width: 100%;
        }
        /**/

        #BannerInhaltAllgemein {
            width: 100%;
            height: 600px;
            margin: 90px auto -90px;
            display: block;
        }

        #Reisen #Standardreisen ul li {
            margin: 20px auto;
            height: auto;
            overflow: hidden;
            position: relative;
            padding: 25px;
            list-style-type: none;
            color: #6b584d;
            display: inline-block;
            border: 1px solid #6b584d;
            /*border-radius: 15px;*/
            /*-moz-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        -webkit-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);*/
        }

            #Reisen #Standardreisen ul li img {
                height: 156px;
                float: left;
                margin-right: 10px;
                width: 293px;
            }

        #Reisen #Standardreisen .standardreiseBild {
            height: auto;
            display: block;
            float: left;
            overflow: hidden;
            width: 300px;
            min-height: 155px;
        }

        #Reisen #Standardreisen ul li img {
            height: auto;
            float: left;
            margin-right: 10px;
            width: calc(100% - 10px);
        }

        #Reisen #Standardreisen ul li .btn.weiter {
            right: 25px;
            background: #6b584d;
            color: #f2f2f2;
            bottom: 25px;
        }

        #Reisen #Standardreisen ul li .btn.details {
            left: 335px;
            bottom: 25px;
            color: #f2f2f2;
            background-color: #6b584d;
        }

            #Reisen #Standardreisen ul li .btn.details a:hover {
                text-decoration: none;
            }

        #Reisen #Standardreisen ul li .btn {
            right: 128px;
            background: none;
            font-weight: 600;
            /*border: 1px solid #6b584d;
        color: #6b584d;*/
            text-transform: uppercase;
            font-size: 15px;
            padding: 5px 25px;
            position: absolute;
            bottom: 10px;
            width: 125px;
            cursor: pointer;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        #Reisen #Standardreisen ul li .standardreisePreis {
            color: #6b584d;
            font-weight: bold;
            padding: 5px 0px;
            /*position: absolute;
            right: 0;
            bottom: 45px;*/
            width: auto;
            text-align: left;
        }

            #Reisen #Standardreisen ul li .standardreisePreis strong {
                /*position: absolute;
            top: 30px;
            right: 10px;
            white-space: nowrap;*/
            }

        #Reisen #Standardreisen ul li .standardreiseDetails {
            padding: 0 10px 10px;
            float: left;
            width: calc(100% - 300px);
            text-align: left;
            margin-bottom: auto;
        }

            #Reisen #Standardreisen ul li .standardreiseDetails .standardreiseTitel {
                margin-bottom: 5px;
            }

            #Reisen #Standardreisen ul li .standardreiseDetails .standardreiseDatum {
                position: absolute;
                bottom: 60px;
                right: 25px;
            }

        #Mittelteil #MittelteilAllgemein #InhaltAllgemein {
            min-height: 450px;
        }

        /* Navigatione rechts in der Höhe mittig platziert, auch beim scrollen */
        div#NavRe {
            background-color: rgba(255, 255, 255, 0.8);
            display: block;
            float: right;
            height: auto;
            margin: auto 0;
            padding: 10px 0;
            position: fixed;
            right: 0;
            top: calc(50% - 125px);
            width: 80px;
            text-align: center;
            z-index: 900;
        }

            div#NavRe span {
                width: 100%;
                height: auto;
                float: left;
                font-size: 90%;
            }

                div#NavRe span a {
                    color: #6b584d;
                    font-size: 11px;
                }

                div#NavRe span img {
                    height: auto;
                    margin: 10px auto 5px;
                    width: 35px;
                    display: block;
                }

        #NavRe span.NavReIcon::after {
            border-bottom: 1px solid #6b584d;
            content: " ";
            display: block;
            height: 5px;
            margin: auto;
            width: 70px;
        }

        #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: #6b584d;
        }

        #NavRe span.inaktiv {
            color: #bbb;
        }


        #NavRe span:hover {
            color: #6b584d;
        }
    }

    @media only screen and (max-width: 768px) {
        #BannerInhaltAllgemein {
            width: 100%;
            height: 300px;
            margin: auto;
            display: block;
        }
    }


    @media only screen and (max-width: 1024px) and (orientation:landscape) {
    }

    @media only screen and (max-width: 1920px) and (orientation:landscape) {
    }
