* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.three-btn {
    width: 100%;
    padding: 8px;
    color: #fff;
    background: #4EABF7;
    border: none;
    border-radius: 10px;
}

.three-card {
    padding: 100px 0px;
    background: #f7f7f7;
}

.three-card .high {
    box-shadow: 0 0 32px #dedede;
    padding: 18px;
    min-height: 490px;
    margin-bottom: 15px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
}

@media screen and (max-width:650px) {
    .three-card .high {
        box-shadow: 0 0 32px #dedede;
        padding: 18px;
        min-height: 450px;
        margin-bottom: 15px;
        border-radius: 20px;
        background: #fff;
        text-align: center;
    }

    .pic1-suedae {
        margin-left: 30px !important;
    }

    .pic2-suedae {
        margin-left: 60px !important;
    }

    .pic3-suedae {
        margin-left: 25px !important;
    }
}





.high h2 {
    margin-top: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

.high p {
    margin: 25px 0px;
    color: #000;
    font-size: 14px;
}

.img-side {
    background: url("../img/aethiopienreise-pluspunkte-dreamstime19967428-marcinczarnoleski.jpg");
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: auto;

}

.musrsi-p-photo {
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-weight: 500;
}


.d-flex1 {
    display: flex;
    align-items: baseline;
    margin-top: 5px;

}

.img-cont {
    padding: 100px 0px;
}

.img-cont .row {
    justify-content: center;
    display: flex
}

.cnt {
    background: #508cea;
    padding: 50px;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.cnt h2 {
    font-weight: 700;
    text-transform: uppercase;
}

.cnt h4 {
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
}

@media screen and (max-width:600px) {
    .img-cont .row {
        justify-content: center;
        display: block;
    }

    .img-side {
        height: 400px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;

    }

    .cnt {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

.img-home-3 {
    width: 300px !important;
    height: 250px !important;
    margin-left: 50px !important;
}


.same-btn {
    padding: 5px 22px;
    border: none;
    background: #0abacc;
    color: #fff;
    margin-top: 15px;
    box-shadow: 0px 0px 10px #d9dada;
    margin-left: 10px;
}

.same-btn1 {
    padding: 5px 22px;
    border: none;
    background: #1FAA59;
    color: #fff;
    margin-top: 15px;
    box-shadow: 0px 0px 10px #d9dada;
    margin-left: 10px;
}

.same-btn2 {
    padding: 5px 22px;
    border: none;
    background: #3DBE29;
    color: #fff;
    margin-top: 15px;
    box-shadow: 0px 0px 10px #d9dada;
    margin-left: 10px;
}

.same-btn3 {
    padding: 5px 22px;
    border: none;
    background: #206600;
    color: #fff;
    margin-top: 15px;
    box-shadow: 0px 0px 10px #d9dada;
    margin-left: 10px;
}

.all-btn {
    text-align: center;

}

.all-btn1 {
    text-align: left;

}

.all-btn2 {
    text-align: left;

}

.all-btn3 {
    text-align: left;

}






.btn-cont {
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 0 18px #eee;
    margin-bottom: 15px;
}

@media screen and (max-width: 600px) {

    .img-home-3 {
        width: 300px !important;
        height: 250px !important;
        margin-left: 0px !important;
    }

    .head4 {
        margin-bottom: -10px !important;
        margin-top: 30px !important;
    }

    .all-btn {
        text-align: left;
    }

    .btn-mob {
        font-size: 12px;
    }

    .same-btn {
        padding: 3px;
        margin-left: 2px;
        font-size: 15px;
    }

    .same-btn1 {
        padding: 3px;
        margin-left: 2px;
        font-size: 15px;
    }

    .same-btn2 {
        padding: 3px;
        margin-left: 2px;
        font-size: 15px;
    }

    .same-btn3 {
        padding: 3px;
        margin-left: 2px;
        font-size: 15px;
    }

    .font-a-h1 {
        font-size: 22px !important;
    }

    .font-a-h2 {
        font-size: 19px !important;
    }





}






a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* .popUp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1005;
    background-color: white;
} */
.side-cont {
    position: sticky !important;
    top: 100px;
}

.all-links {
    background: #eee;
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 15px;

}

.all-links a {
    color: #964B00;
    text-decoration: none;
    margin-left: 5px;
}


.all-links a:hover {
    color: #000;
}

.list-af-reisen {
    margin-left: 15px;
    margin-bottom: 10px !important;

}

.para-af-reisen {
    margin-left: 15px;
}



.popUp {
    position: absolute;
    top: calc(50% - 150px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1005;
    background-color: white;
}



#language {
    width: 57px;
    padding: 4px;
    border: 1px solid #dbdbdb;
}

.header1 {
    display: flex;
    justify-content: flex-end;
}

.container1,
.serviceMainContent {
    display: flex;
    flex-direction: column;
    width: 590px;
    padding: 14px;
    box-shadow: -1px 16px 34px 2px #dbdbdb;
    border-radius: 7px;
    font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.bodyy h3 {
    color: #303030;
    font-size: 16px;
    font-weight: 700;
    color: #303030;
    font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.bodyy p {
    line-height: 1.50;
    margin-top: 10px;
    font-size: 14px;
    color: #303030;
    font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}


.footerr>a {
    padding: 7px 25px;
    border-radius: 9px;
    margin: 0px 10px;
    background-color: #0096ff;
    color: white;
    font-size: 14px;
}

.footerr>.deny {
    background-color: #ededed;
    color: #303030;
}

.footerrr>.accept {
    background-color: #0096FF;
    color: #fff;
}

.footerr>.deny:hover {
    background-color: #f4f2f2;
}

.footerr>.accept:hover {
    background-color: #4eabf7;
}

.footerr>a:hover {
    text-decoration: none;
}

.footerr>p {
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
}

.footerr>ul {
    display: flex;
    list-style: none;
    font-size: 13px;
}

.footerr>ul li {
    padding-right: 10px;
    color: #c4c2c2;
}

/* more information css   */

.serviceMainContent {
    height: 590px;
    overflow-y: scroll;
    display: none;
}

.header1 a {
    font-size: 20px;
    width: 40px;
    text-align: center;
}

.header1 a:hover {
    text-decoration: none;
    color: #303030;
}

.categoryServices1 {
    height: 436px;
    width: 563px;
    overflow-y: scroll;
    background-color: #f8f7f7;
}

.cat_serv_btn,
.footerrBtn {
    display: flex;
    text-align: center;
}

.cat_serv_btn .cat_btn,
.cat_serv_btn .serv_btn,
.footerrBtn a {
    width: 50%;
}

.cat_btn,
.serv_btn {
    padding: 10px 0px;
}

.cat_btn:active,
.serv_btn:active {
    border-bottom: 2px solid blue;
}

.cat_btn a:active,
.serv_btn a:active {
    color: blue;
}

.cat_btn a:hover,
.serv_btn a:hover {
    text-decoration: none;
}

.bodyy span {
    padding: 20px 20px 20px 0;
}

.bodyy a,
.bodyy i {
    font-size: 13px;
}

.footerrBtn a {
    padding: 5px;
    border-radius: 5px;
    margin: 0px 10px;
    color: #303030;
}

.footerrBtn a:hover {
    text-decoration: none;
}

.footerrBtn .save,
.footerrBtn .deny {
    background-color: #f5f5f5;
}

.footerrBtn .save:hover,
.footerrBtn .deny:hover {
    background-color: #e7e6e6;
}

.footerrBtn .close {
    background-color: #0096ff;
    color: white;
}

.footerrBtn .close:hover {
    background-color: #4eabf7;

}

/* switch buttons */

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


.slider1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider1:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider1 {
    background-color: #2196F3;
}

input:focus+.slider1 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider1:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider1.round {
    border-radius: 34px;
}

.slider1.round:before {
    border-radius: 50%;
}

/* accordions */

.accordion1 {
    margin: 5px 0px;
    width: 500px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1005;
    background-color: white;
}

.accordion2 div p {
    font-size: 13px;
}

.accordion2 {
    display: flex;
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion2 h5 {
    color: hsl(0.0, 0%, 19%);
    font-size: 14px;
    font-weight: 700;
    font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;

}


.active,
.accordion2:hover {
    background-color: #fff;
}

.panel {
    padding: 0px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    font-size: 13px;
}

#services {
    display: none;
}

/* Google translator css */
.goog-te-gadget-simple {
    background-color: white;
    border-left: black;
    border-right: black;
    border-top: black;
    border-bottom: black;
    cursor: pointer;
    margin-top: 10px;
    zoom: 1;
    display: inline;

}

.goog-te-gadget-icon {
    margin-left: 2px;
    width: 1px;
    border: none;
    vertical-align: middle;
}

.goog-te-banner {
    display: none;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
    color: blue !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}



table.termine {
    width: 100%;
    margin-bottom: 2em;
    table-layout: fixed;
}

table.termine caption {
    text-align: left;
    margin-bottom: 0.9em;
}

table.termine tbody tr:hover {
    background-color: #FEC;
}

table.termine td {
    text-align: center;
}

table.termine td:nth-child(2) {
    text-align: left;
}

table.termine td .comment {
    text-align: left;
    position: relative;
    max-width: none;
    width: 200%;
    margin-bottom: -1.5em;
}

table.termine {
    width: 100%;
    margin-bottom: 2em;
    table-layout: fixed;
}

table.termine .reisenr {
    width: 12%;
}

th {
    text-align: center;
}

table.termine .datum {
    width: 31%;
}

table.termine .dauer {
    width: 7%;
}

table.termine .flug {
    width: 7%;
}

table.termine .preis {
    width: 13%;
}

table.termine .reise {
    width: 25%;
}

table.termine .status {
    width: 11%;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;

}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #fc453e;
    color: white;
}


@media screen and (max-width:40em) {
    table.termine {
        table-layout: auto;
    }

    table.termine thead th:nth-child(1) {
        width: 5.5em;
    }

    table.termine thead tr th:nth-child(2) {
        width: auto;
    }

    table.termine thead tr th:nth-child(3) {
        width: 3.6em;
    }

    table.termine tr :nth-child(4) {
        display: none;
    }

    table.termine thead tr th:nth-child(5) {
        width: 6.6em;
    }

    table.termine thead tr th:nth-child(6) {
        width: 6.6em;
    }

    table.termine thead tr th:nth-child(7) {
        width: 6.6em;
    }

    table.termine tbody td .comment {
        max-width: 100%;
        width: auto;
    }

}

@media screen and (max-width:38em) {
    table.termine {
        display: block;
    }

    table.termine thead {
        display: none;
    }

    table.termine tbody {
        display: block;
    }

    table.termine tr {
        display: block;
        width: 100%;
        position: relative;
        margin-top: 1ex;
    }

    table.termine tbody td {
        display: inline-block;
    }

    table.termine tbody td:nth-child(1) {
        font-size: x-small;
        text-decoration: underline;
    }

    table.termine tbody td:nth-child(1):before {
        content: "Reise Nr. ";
    }

    table.termine tbody td:nth-child(2) {
        display: block;
        line-height: 100%;
        text-align: inherit;
    }

    table.termine tbody td:nth-child(3) {
        font-size: x-small;
        position: absolute;
        right: 1em;
        top: 1ex;
    }

    table.termine tbody td:nth-child(4) {
        display: none;
    }

    table.termine tbody td:nth-child(5) {
        width: auto;
    }

    table.termine tbody td:nth-child(6) {
        position: absolute;
        right: 5px;
    }

    table.termine tbody td:nth-child(7) {
        position: absolute;
        right: -27px;
        margin-top: 23px;
    }

    table.termine tbody td .comment {
        font-style: italic;
        margin: 0px;
        position: absolute;
        top: 70px;
    }

    caption {
        padding-top: 20px;
        padding-bottom: 8px;
        color: #777;
        text-align: left;
        width: max-content;

    }

    table.termine caption {
        text-align: left;
        margin-bottom: -1.1em;
    }
}


@media screen and (max-width:38em) {
    #customers {
        display: none;

    }

}


#close-image {
    margin-left: 10px;
}

.btn-img {
    display: flex;
    justify-content: center;
}



/* media query for mobile device */
@media only screen and (max-width: 780px) {



    .container1 {
        width: 390px;
    }

    .footerr>a {
        padding: 5px 20px;
        font-size: 13px;
    }



    .categoryServices1 {

        width: 400px;

    }

    .footerrBtn a {
        font-size: 13px;
    }

    .serviceMainContent {

        width: 400px;

    }

    .accordion1 {
        width: 400px;

    }

    .accordion2 {
        width: 400px;

    }


}