img{
    max-width: 100%;
    height: auto;
}

a{
    word-wrap: break-word;
}

.logo-and-banner .logo img,
.logo-and-banner .banner img
{
    height: 270px;
    width: 100%;
}

.navbar-default{
    background:  #006633!important;
}
.navbar-default .navbar-nav>li>a,.navbar-brand{
    color: white!important;
}
.navbar-default .navbar-nav>li:hover{
    background: #024725;
}

.box-title{
    background: #006633;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
}

.row-wellcome{
    margin-top: 10px;
}

a{
    word-wrap: break-word;
}

footer .container{
    background: #006633;
    color: white;
    text-align: center;
    text-transform: uppercase;
}
footer a{
    color: white;
}

.row-img-daily img{
    width: 100%;
    height: 190px;
}
.row-img-daily .row{
    margin-top: 10px;
}
.row-street-tours .row img{
    width: 100%;
    height: 248px;
}

.row-tour-train .row img{
    width: 100%;
    height: 185px;
}

#myBtnTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    color: #848686;
    /* background-color: #029c02; */
    /* color: white; */
    cursor: pointer;
    font-size: 26px;
}

.eingabefeld {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
}
textarea{
    max-width: 100%;
}

.logo-and-banner .logo{
    padding-right: 0px!important;
}

.logo-and-banner .banner{
    padding-left: 0px!important;
}
.whatApp img {
    width: 35px;
    height: 35px;
    float: right;
    margin-right: 25px;
    margin-top: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}


img[src="Guest/Small/Hanoi_cooking_class_tour2.jpg"]{
    float: right;
}
/*responsive*/


@media only screen and (max-width : 767px){
    .nav-icon {
        background: #006633;
        border: 1px solid lightgray;
        float: right;
        padding: 6px;
        display: flex;
        justify-content: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-top: 8px;
        margin-right: 25px;
    }
    .nav-icon i {
        color: white;
        font-size: 20px;
    }
    .nav-icon:hover {
        background: lightgray;
    }
    .icon-bar {
        background: white!important;
    }


    .logo img{
        display: none;
    }

   .logo-and-banner .banner img,.right-main-content .thumbnail img{
        width: 100%;
        height: auto;
    }

    .row-img-daily img{
        margin-bottom: 10px;
        width: 100%;
        height: auto;
    }
    img[src="Guest/Small/Hanoi_cooking_class_tour2.jpg"]{
        width: 100%;
        height: auto;
    }
    .logo-and-banner .banner img{
        padding-left: 15px;
    }
}

@media only screen and (min-width : 768px){
    .nav-icon,.whatApp img{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .logo-and-banner .logo img,
    .logo-and-banner .banner img
    {
        height: 270px;
        width: 100%;
        padding-left: 15px;
    }

    .nav-icon {
        background: #006633;
        border: 1px solid lightgray;
        float: right;
        padding: 6px;
        display: flex;
        justify-content: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-top: 8px;
        margin-right: 25px;
    }
    .nav-icon i {
        color: white;
        font-size: 20px;
    }
    .nav-icon:hover {
        background: lightgray;
    }
    .icon-bar {
        background: white!important;
    }

    .logo img{
        display: none;
    }

   .logo-and-banner .banner img,.right-main-content .thumbnail img{
        width: 100%;
        height: auto;
    }

    .row-img-daily img{
        margin-bottom: 10px;
        width: 100%;
        height: auto;
    }
    img[src="Guest/Small/Hanoi_cooking_class_tour2.jpg"]{
        width: 100%;
        height: auto;
    }


    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
        margin: 7.5px 50px 7.5px -15px
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


@media only screen and (min-width : 992px){
    .logo img{
        display: inline-block;
    }
}
