
/* Navigation */

.toggle-button {
	margin: 0px;
	font-size: 25px !important;
	color: #ff4300 !important;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 270px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: fixed;
    top: 100px;
    left: 13px;
    z-index: 1;
    will-change: transform;
    background-color: transparent; /* A background-color is required */
    min-height: 10vh;
}

.slideout-panel-open {
    background-color: #ffffff;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
   /* overflow: hidden; */
}

.slideout-open .slideout-menu {
    display: block;
    width: 100%;
    left: 30px;
    background-color: #ffffff;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen
  {

    /* Tabelle Reisedatenseiten */

    /* Force table to not be like tables anymore */
    #NAVIMG table, #NAVIMG thead, #NAVIMG tbody, #NAVIMG th, #NAVIMG td, #NAVIMG tr {
        display: block;
        width: auto;
    }

    #NAVIMG tr {
        border-style: solid;
        border-width: 1px;
        border-color: #0066ff;
    }

    #NAVIMG td {
        /* Behave  like a "row" */
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    #NAVIMG td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /* Zebra striping */
    #NAVIMG tr:nth-of-type(odd) {
        background: #eee;
    }

    /*
    Label the data
    */
    #NAVIMG td:nth-of-type(1):before {
        content: "Von – bis"
    }

    #NAVIMG td:nth-of-type(2):before {
        content: "Land";
    }

    #NAVIMG td:nth-of-type(3):before {
        content: "Destination";
    }

    #NAVIMG td:nth-of-type(4):before {
        content: "Zusatz";
    }

    /* Tabelle Reiseseiten */

    /* Force table to not be like tables anymore */
    #WucMain1_PanelReisedaten table, #WucMain1_PanelReisedaten thead, #WucMain1_PanelReisedaten tbody, #WucMain1_PanelReisedaten th, #WucMain1_PanelReisedaten td, #WucMain1_PanelReisedaten tr {
        display: block;
    }

    #WucMain1_PanelReisedaten td {
        /* Behave  like a "row" */
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        word-wrap: break-word !important;
    }

    #WucMain1_PanelReisedaten td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /* Zebra striping */
    #WucMain1_PanelReisedaten tr:nth-of-type(odd) {
        background: #eee;
    }

    /*
    Label the data
    */
    #WucMain1_PanelReisedaten td:nth-of-type(1):before {
        content: "Von – bis"
    }

    #WucMain1_PanelReisedaten td:nth-of-type(2):before {
        content: "Destination";
    }

    #WucMain1_PanelReisedaten td:nth-of-type(3):before {
        content: "Zusatz";
    }
}
