@media screen and (max-width: 1195px){
	nav a{
        line-height: 40px;
        font-size: 16px;
        padding: 0px 10px;
    }
    .mobile-menu a{
        font-size: 30px;
        padding: 15px 0px;
    }
    .navbar button {
      height: 42px;
      margin-left: 15px;
      font-size: 16px;
    }
}


@media screen and (max-width: 768px){
    .sponsoren .owner-side{
        text-align: center;
        margin-bottom: 20px;
    }
	
	.news-highlight{
		height: 230px !important;
	}

    .hm-link{
        padding-bottom: 70px;
    }

}


@media (max-width: 991px) {

    .mobile-bar{display: block;}
    .navbar{ display: none; }

    #header-image{
        height: 140px;
        width: auto;
        max-width: none;
    }
    .header-content{
        padding-top: 60px !important;
    }

    .header-title{
        font-size: 50px;
    }
    .header-title::before{
        width: 590px;
    }
    .header-title::after{
        width: 590px;
    }
    .header-welcome{
        font-size: 50px;
    }
    .header-image{
        height: 475px;
    }
    .content-book .datepicker{
        padding: 0px;
    }
    .content-book button{
        margin: 20px 0px;
    }
    .container{
        padding: 0px 15px;
    }
    .availability .btn-gold{
        margin-left: 0px !important;
    }

}



@media (max-width: 768px) {

    .header-title{
        font-size: 34px;
    }
    .header-title::before{
        width: 402px;
    }
    .header-title::after{
        width: 402px;
    }
    .header-welcome{
        font-size: 40px;
    }

    .datepicker{
        display: inline-block !important;
        border: none !important;
        background-color: #fff;
        color: #475121;
        width: 400px;
        max-width: 100%;
    }
    .datepicker #arrival input, .datepicker #departure input{
        background-color: #fff;
        color: #475121;
    }
	
	.content-main .wp-block-media-text .wp-block-media-text__media{
		margin-bottom: 50px;
	}

}

@media (max-width: 500px) {
    .datepicker{
        width: 305px;
    }
    .header-title::before, .header-title::after{
        width: 200px;
    }
}

@media (max-width: 400px) {
    
    #header-image{
        height: 120px;
    }
}
