@import url('https://fonts.googleapis.com/css2?family=Forum&family=Outfit:wght@100..900&family=Playball&display=swap');

body
{
	font-family: "Outfit", sans-serif;
	font-weight: 400;	
	font-style: normal;
}

html {
  scroll-behavior: smooth;
}

.outfit
{
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.playball
{
	font-family: "Gelasio", serif;
	font-weight: 400;
	font-style: normal;
}

section.navigation-sect {
    position: absolute;
	top:0;
	left:0;
    z-index: 999;
    padding: 26px 0;
    /* background-color: #00000045; */
	/* background: transparent linear-gradient(224deg, #b1a89f00 0%, #7a69582e 100%) 0% 0% no-repeat padding-box; */
	background: linear-gradient(180deg, #010101, #7a695800);
    width: 100%;
    transition: .5s all ease;
}

section.hero-banner {
    overflow: hidden;
    height: 100vh;
    position: relative;
}

img.heroBanner {
    width: 100%;
    object-fit: cover;
    position: relative;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.hero-banner .hero-banner-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index: 2;
}

.txtOnHeroBanner h3 
{
    font-family: "Gelasio", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 59.8px;
    letter-spacing: 2px;
	background: linear-gradient(to right, #FCEA93 0%, #F2DA80 17%, #CDA33B 54%, #C08E21 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom:21px;
}

.txtOnHeroBanner h1 {
    color: #fff;
    width: 50%;
    font-weight: 400;
    font-size:50px;
    line-height: 59.6px;
    margin-bottom: 21px;
    font-family: "Gelasio", serif;
}

.txtOnHeroBanner p 
{
	font-family: "Forum", serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 36px;
    width: 40%;
}

/*.hero-banner:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100vh;*/
/*    background: linear-gradient(to right, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);*/
/*    width: 75%;*/
/*    z-index: 1;*/
/*}*/

/*.txtOnHeroBanner a */
/*{*/
/*    border: 1px solid #fff;*/
/*    padding: 17px 30px;*/
/*    height: 50px;*/
/*    border-radius: 50px;*/
/*    text-decoration: none;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*    box-sizing: border-box;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-weight: 500;*/
/*    font-size: 18px;*/
/*    transition: transform 0.5s ease;*/
/*}*/

/*.txtOnHeroBanner a:hover {*/
/*    background: #fff;*/
/*    color:#000 ;*/
/*}*/
 

.button-wrap:hover {
    background: #C08E21;
    color: #fff;
}

.button-wrap:hover a {
    color: #fff;
}

.button-wrap.bkg-black:hover {
    border: 1px solid #000;
    background: none !important;!i;!;
}

.button-wrap.bkg-black:hover a {
    color: #000;
}

.about-left img {
    transform: scale(1.3);
}

section.about-sect {
    /*padding: 70px 0;*/
    padding: 120px 0;
    position: relative;
}

.about-grid {
    display: flex;
    grid-column-gap: 74px;
}

.common-head 
{
    font-family: "Gelasio", serif;
    font-weight: 400;
	font-style: normal;
	font-size:35px;
	line-height:35px;
	letter-spacing:0px;
}

.common-para
{
	font-family: "Forum", serif;
	font-weight: 400;	
	font-style: normal;	
	font-size:22px;
	line-height:39px;
}

.mb23
{
	margin-bottom:23px;
}

.mb24
{
	margin-bottom:24px;
}

.mb25
{
	margin-bottom:25px;
}

.mb27
{
	margin-bottom:27px;
}

.mb33
{
	margin-bottom:33px;
}

.mb46
{
	margin-bottom:46px;
}

.mb47
{
	margin-bottom:47px;
}

.mb50
{
	margin-bottom:50px;
}

.mb53
{
	margin-bottom:53px;
}

.mb64
{
	margin-bottom:64px;
}

.about-left {
    display: flex;
    justify-content: center;
    object-fit: cover;
    align-items: center;
}

.about-left img {
    width: 492px;
    transform: rotate(65deg) scale(1.3);
}

.button-wrap {
    width: fit-content;
    background: linear-gradient(to right, #FCEA93 0%, #F2DA80 17%, #CDA33B 54%, #C08E21 100%);
    border: none;
    border-radius: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.button-wrap a 
{
	color: #000;
    text-decoration: none;
    padding: 30px 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.menucard-sect
{
	position:relative;
	/*padding:70px 0 70px;*/
	padding:120px 0 120px;
    background-repeat: no-repeat;
    background-size: cover;	
	background-image:url('../../images/menu-card.png');
}

section.menucard-sect:before {
    content: '';
    background-color:#000000ab;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.menucard-sect .common-head
{
	background: linear-gradient(to right, #FCEA93 0%, #F2DA80 17%, #CDA33B 54%, #C08E21 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
	text-align:center;
	    line-height:35px;
}

section.menucard-sect .container {
    position: relative;
    z-index: 2;
}

.open-hours h2
{
    text-align: left !important;
    color: #000 !important;
    -webkit-text-fill-color: unset !important;
}

.open-hours {
    position: relative;
    background: linear-gradient(to right, #FCEA93 0%, #F2DA80 17%, #CDA33B 54%, #C08E21 100%);
    padding:35px 35px;
    border-radius: 20px;
}

.button-wrap.bkg-black 
{
    background: unset !important;
    background: #000 !important;
}

.button-wrap.bkg-black a
{
	color:#fff;
}


.open-hours ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 30px;
    width: fit-content;
    margin-bottom: 30px;
}

.open-hours ul .work-days {
    font-size: 25px;
}

.open-hours ul .work-timing {
    font-size: 32px;
    font-weight: 700;
}

/*.open-hours-wrapper {*/
/*    margin-top: 77px;*/
/*}*/


.open-hours-wrapper img {
	position: absolute;
    top: -40px;
    right: -140px;
}

.gallery-sect
{
	/*padding:70px 0;*/
	padding:120px 0 0;
}

.flex-images {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

.flex-images img {
    width: 100%;
}

section.gallery-sect h2 {
    text-align: center;
}

.getin-grid {
    display: grid;
    grid-column-gap: 45px;
    grid-template-columns: 40% 56.5%;
}

/* .getin-grid form {
	background-color: #000;
    border-radius: 20px;
    padding:33px 40px 33px;
    position: relative;
    width: 100%;
    overflow: hidden;
} */

.getin-grid form {
    border-radius: 20px;
    padding: 33px 40px 33px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url(../../images/DSC04211.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.getin-grid form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000c9;
    height: 100%;
}

.getin-grid form h2,
.getin-grid form .form-cover,
.getin-grid form .button-wrap
{
    position: relative;
    z-index: 99;
}


.getin-grid form h2 {
    color: #fff;
}

.form-group input {
    color: #C7C7C7;
    background-color: unset;
    width: 100%;
    border: none;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
	outline:none;
}

.form-cover {
    display: flex;
    flex-direction: column;
    grid-row-gap: 30px;
    position: relative;
    z-index: 9;
}

.form-group textarea {
    color: #C7C7C7;
    background-color: unset;
    width: 100%;
    border: none;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    outline: none;
    height: 80px;
    resize: none;
}

form .button-wrap a {
    padding: 30px 50px;
    color: #000;
}

.getin-grid form img {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.4;
	display:none;
}

.map-wrap {
    width: 100%;
	border-radius:20px;
	overflow:hidden;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
}

section.getintouch-sect {
    /*padding-bottom:70px;*/
    padding-top:120px;
    padding-bottom:120px;
}

footer
{
	position:relative;
	padding:70px 0 70px;
    background-size: cover;
    background-repeat: no-repeat;	
	background-image:url('../../images/footer-bkg.png');
}

footer:before {
    content: '';
    background-color: #0000008a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-content {
    position: relative;
    z-index: 999;
    text-align: center;
}

.footer-header h2 {
    background: linear-gradient(to right, #FCEA93 0%, #F2DA80 17%, #CDA33B 54%, #C08E21 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    font-size: 30px;    
}

.contact-info ul {
    display: flex;
    grid-column-gap: 110px;
    justify-content: center;
    list-style-type: none;
    padding-left: 0;
}

.contact-info ul li {
    color: #fff;
    display: flex;
    grid-column-gap: 15px;
    align-items: center;
    font-size: 17px;
    font-weight: 300;
}

.contact-info ul li a {
    text-decoration: none;
    color: #fff;
}

.imprint ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    justify-content: center;
    grid-column-gap: 5px;
}

.imprint ul li {
    color: #fff;
    font-size: 17px;
    font-weight: 300;	
}

.footer-social-media ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    grid-column-gap: 15px;
        margin-bottom: 0;
}

.about-pattern
{
	position:absolute;
	bottom:-70px;
	right:0;
}

.flex-images a {
    position: relative;
}

.flex-images a .gal-img-info {
    position: absolute;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 130px);
    transition: transform 0.5s ease;
}

.flex-images a:hover .gal-img-info
{
    transform: translate(-50%, 0px);
    transition: transform 0.5s ease;	
}

.flex-images a:hover:before
{
	content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    background: linear-gradient(to top, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
}

.gal-img-info h3 {
    background: linear-gradient(to right, #FCEA93 0%, #F2DA80 17%, #CDA33B 54%, #C08E21 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-family: "Gelasio", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 0;
}

.gal-img-info span 
{
	font-size:20px;
	color:#fff;
}

.open-hours ul li {
    display: grid;
    grid-template-columns:90px auto;
    align-items: baseline;
    grid-column-gap: 7px;
}

.open-hours ul .work-timing 
{
    display: flex;
    flex-direction: column;
}

.open-hours ul .work-timing,
.open-hours ul .work-timing strong 
{
    font-size: 25px;
    font-weight:700;
}

.footer-social-media ul li a svg {
    width: 25px;
    height: 25px;
}

.imprint ul li a {
    color: #fff;
    text-decoration: none;
}

.work-days svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}

.work-timing svg {
    display: none;
}

::selection {
    background: #f7e189;
}
.flex-images a {
    width: 400px;
}
.flex-images img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.getin-grid .common-head {
    font-size: 35px;
}


a.hamb {
    display: none;
}

a.cross {
    display: none;
}

a.cross img {
    width: 18px;
}

nav ul {
    display: flex;
    column-gap: 35px;
    list-style-type: none;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}


body.scrolled .navigation-sect ul li a {
    color: #ffffff;
}
body.scrolled .navigation-sect {
    position: fixed;
    top: 0;
    padding: 15px 0;
    background: unset !important;
    background-color: #000000 !important;
    z-index: 999999999999999999;
    transition: .5s all ease;
}
.button-wrap button {
    width: 150px;
    background: linear-gradient(to right, #FCEA93 0%, #F2DA80 17%, #CDA33B 54%, #C08E21 100%);
    border: none;
    border-radius: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.error {
    color: red;
    font-size: 14px;
}

.navigation-sect.innerHeader
{
	background:unset;
	background-color:#000;
}

section.impressum-section 
{
    margin-top: 123px;
    padding: 120px 0;
}

.content-wrap 
{
    display: flex;
    flex-direction: column;
}

.impressum-wrap h2 
{
    font-family: "Gelasio", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 50px;	
}

.register-detail-wrap 
{
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.content-wrap .comm-subheading 
{
	font-family: "Gelasio", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.content-wrap .comm-lighttxt 
{
	font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 0;
}

span.comm-subheading 
{
    font-size: 25px;
    font-weight: 500;
}

span.comm-lighttxt 
{
    font-size: 22px;
    font-weight: 400;
}

.contanct-listing-wrap ul 
{
    padding-left: 0;
    display: grid;
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
	grid-row-gap:24px;
}

.contanct-listing-wrap ul li 
{
    display: flex;
    flex-direction: column;
}

.content-wrap ul li span:first-child 
{
    color: #7e7979;
    font-family: "Gelasio", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 7px;
    letter-spacing: 0px;
    margin-bottom: 5px;    
}

.content-wrap ul li span:last-child 
{
    font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 0;
}

.contanct-listing-wrap ul:first-child {
    margin-bottom: 70px;
}
.contanct-listing-wrap ul:last-child {
    margin: 0;
}

.contanct-listing-wrap ul:last-child li:last-child span:first-child {
    line-height: 30px;
}

.impressum-wrap.Datens-wrap h2
{
	margin-bottom:24px;
}

.inner-title-para-wrap {
    margin-bottom: 50px;
}

.Datens-wrap .contanct-listing-wrap {
    margin-bottom: 30px;
}

.inner-title-para-wrap.policy-wrap h4 {
    font-family: "Gelasio", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.policy-wrap 
{
    margin-bottom: 30px;
}

.mb0
{
	margin-bottom:0 !important;
}

.policy-wrap h4 
{
	font-family: "Gelasio", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.policy-wrap p 
{
    font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 0;
}

.Datens-wrap .contanct-listing-wrap ul 
{
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 24px;
}

.time-two-grid {
    display: flex;
    grid-column-gap: 80px;
}


@media only screen and (min-width: 300px) and (max-width: 991px) 
{
    
    img.heroBanner 
    {
        object-fit: cover;
        height: 100%;
    }
    
    .txtOnHeroBanner h1 
    {
        width: 100%;
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    
    .txtOnHeroBanner 
    {
        padding: 20px;
    }
    
    section.navigation-sect a > img 
    {
        width: 150px;
    }
    
    section.navigation-sect a:last-child   img 
    {
        width: 32px;
    }
    
    .txtOnHeroBanner p 
    {
        width: 100%;
        font-size: 22px;
        line-height: 25px;        
    }
    
    section.hero-banner 
    {
        height: 80vh;
        margin-top:64.55pxpx;
    }
    
    .txtOnHeroBanner a 
    {
        font-size: 16px;
    }
    
    .about-left img 
    {
        transform: unset;
        width: 100%;
    }
    
    .about-grid 
    {
        flex-direction: column;
    }
    
    section.about-sect 
    {
        padding:100px 15px 0;
    }
    
    .common-head 
    {
        font-size: 30px;
        line-height: 30px !important;
    }
    
    .common-para {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    
    .mb24 {
        margin-bottom:30px;
    }    
    
    .gallery-sect {
        padding:100px 0 0px;
    }
    
    .flex-images a {
        width: 100%;
        height: 200px;
        border-radius: 10px;
        overflow: hidden;
    }
    
    .flex-images img {
        object-fit: cover;
        height: 100%;
        border-radius: 10px;
    }
    
    .flex-images {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        border-radius: 0;
        padding:0px 15px;
        padding-top: 0;
    }
    
    section.gallery-sect {
        overflow: hidden;
    }
    
    .getin-grid {
        grid-template-columns: 100%;
        gap: 50px;
    }
    
    .footer-header h2 {
        width: 100%;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
    }
    
    .contact-info ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    
    .contact-info.mb53 {
        margin-bottom: 23px;
    }
    
    .map-wrap iframe {
        height: 330px;
    }

    .flex-images a .gal-img-info {
        transform: translate(-50%, 80px);
    }
    
    .gal-img-info h3 {
        font-size: 26px;
        white-space: nowrap;
    }
    
    .flex-images a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 70px;
        bottom: 0;
        background: linear-gradient(to top, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
    }
    
    .flex-images a  .gal-img-info {
        transform: translate(-50%, -50%);
        bottom: -20px;
        width: 100%;
    }   

    .open-hours-wrapper img {
        position: absolute;
        left: 50%;
        bottom: -390px;
        width: 90%;
        right: unset;
        top: unset;
        transform: translateX(-50%);
    }
    
    section.menucard-sect {
        margin-bottom: 270px;
        padding:85px 0 116px;
        margin-top: 100px;
    } 
    
    .open-hours ul li {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: baseline;
        grid-column-gap: 7px;
    }    

    .getin-grid .common-head {
        font-size: 30px;
    }

    .work-days .dots
    {
        display:none;
    }
    
    .open-hours ul {
        grid-row-gap: 30px;
        margin-bottom: 30px;
    }    
    
    .open-hours ul li {
        border-bottom:none;
        padding-bottom:0px;
    }
    
    .open-hours {
        padding: 30px 30px;
    }    
    
    .work-timing svg {
        display: none;
    }    
    
    .work-timing svg {
        display: inline-flex;
    }
    
    .open-hours ul .work-timing {
        flex-direction: row;
    }
    
    .open-hours ul .work-timing svg {
        width: 20px;
        height: 20px;
        top: 9px;
        position: relative;
        margin-right: 7px;
        opacity: 0;
    }
    
    .open-hours ul .work-days {
        font-size: 19px;
    }
    
    .open-hours ul li:last-child {
        border-bottom: none;
    }
    
    nav ul {
        display: none;
    }
    
    a.hamb {
        display: inline;
    }
    
    a.hamb img {
        width: 30px !important;
        height: 30px;
    }
    
    body.mobNav nav .cross {
        display: block;
        z-index: 999;
        right: 10px;
        position: relative;
    }
    
    body.mobNav nav .cross img {
        width: 22px;
        height: 22px;
    }
    
    body.mobNav nav ul {
        position: absolute;
        top: 0;
        height: 100vh;
        background-color: #000;
        width: 100%;
        z-index: 99;
        display: block;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-row-gap: 35px;
        padding-left: 0;
    }
    
    body.mobNav nav ul li a {
        color:#ffffff;
        font-size: 30px;
    }
    
    body.mobNav {
        overflow: hidden;
    }
    
    .mb50 {
        margin-bottom: 30px;
    }    
    
    .about-left {
        margin-bottom: 30px;
    }    

    footer {
        padding: 50px 0 50px;
        margin-top:100px;
    }

    .mb33 {
        margin-bottom: 30px;
    }
    
    .mb47 {
        margin-bottom: 30px;
    }  
    
    .getin-grid form {
        padding: 30px;
    } 
    

    .navigation-sect nav ul li 
    {
        opacity: 0;
        transform: translateY(30px);
        display: none;
    }
    

    body.mobNav ul li 
    {
        display: block;
        animation: revealOneByOne 0.6s ease-out forwards;
    }
    
    body.mobNav ul li:nth-child(1) {
        animation-delay: 0.1s;
    }
    
    body.mobNav ul li:nth-child(2) {
        animation-delay: 0.3s;
    }
    
    body.mobNav ul li:nth-child(3) {
        animation-delay: 0.5s;
    }
    
    body.mobNav ul li:nth-child(4) {
        animation-delay: 0.7s;
    }
    
    body.mobNav ul li:nth-child(5) {
        animation-delay: 0.9s;
    }
    
    @keyframes revealOneByOne {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    section.getintouch-sect    
    {
        padding-top: 100px;
        padding-bottom: 0;
    }
    
    section.navigation-sect {
        position: fixed;
        top: 0;
        background-color: #000;
        padding: 10px 0;
    }  
    
    section.impressum-section {
        margin-top: 64.55px;
        padding: 50px 0 50px;
    }   
    
    section.impressum-section + footer {
        margin-top: 0;
    }  
    
    /* impress policy design start */
    
    section.impressum-section + footer {
        margin-top: 0;
    }
    
    .inner-title-para-wrap.policy-wrap h4 {
        font-size: 30px;
        line-height: 30px;
    }
    
    .policy-wrap p {
        font-size: 20px;
        line-height: 32px;
    }
    
    .policy-wrap h4 {
        font-size: 24px;
        line-height: 30px;
    }
    
    .content-wrap ul li span:first-child {
        font-size: 20px;
        line-height: 20px;
    }
    
    .content-wrap ul li span:last-child {
        font-size: 20px;
        line-height: 20px;
        font-weight:600;
    } 
    
    .contanct-listing-wrap ul {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .contanct-listing-wrap ul:first-child {
        margin-bottom: 50px;
    }   
    

    .impressum-wrap h2 {
        font-size: 30px;
        line-height: 30px;
    }
    
    .content-wrap .comm-subheading {
        font-size: 24px;
        line-height: 30px;
    }
    
    .content-wrap .comm-lighttxt {
        font-size: 20px;
        line-height: 32px;
    }    
    
    
    /* impress policy design end */
    
  .contact-info ul li img {
    width: 15px;
}

.contact-info ul li {
    grid-column-gap: 5px;
    font-size: 15px;
}

footer .container {
    padding: 5px;
}

.imprint.mb33 li {
    font-size: 15px;
}

.footer-logo.mb23 img {
    width: 190px;
}

.footer-header h2 {
    font-size: 25px;
    line-height: 26px !important;!i;!;
}  

.time-two-grid {
    display: flex;
    flex-direction: column;
    grid-column-gap: 0;
    grid-row-gap: 20px;
}


} /* 991*/


@media only screen and (min-width: 1200px) and (max-width: 1300px) 
{
    
    img.heroBanner 
    {
        width: 100%;
        height: 100%;    
    }
    
    .open-hours-wrapper img 
    {
        position: absolute;
        top: -40px;
        right: -40px;
        width: 38%;
    } 
    
    .txtOnHeroBanner h1    
    {
        font-size: 40px;
        line-height: 46px;
    }
    
    .txtOnHeroBanner p
    {
        font-size: 20px;
        line-height: 32px;
        width: 36%;       
    }
    
    .common-head    
    {
        font-size: 32px !important;
        line-height: 32px !important;        
    }
    
    .common-para 
    {
        font-size: 20px;
        line-height: 32px;
    } 
    
    .mb24 
    {
        margin-bottom: 20px;
    }     
    
    .open-hours ul .work-timing, .open-hours ul .work-timing strong {
        font-size: 24px;
        font-weight: 700;
    } 
    
    .flex-images img 
    {
        height: 300px;    
    }
    
    .about-left img {
        transform: rotate(65deg) scale(1.1);
    } 
    
    .open-hours ul {
        grid-row-gap: 20px;
        margin-bottom: 20px;
    }    
        
    
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) 
{

    img.heroBanner 
    {
        width: 100%;
        height: 100%;    
    }
    
    .open-hours-wrapper img 
    {
        position: absolute;
        top: -40px;
        right: -40px;
        width: 38%;
    } 
    
    .txtOnHeroBanner h1    
    {
        font-size: 40px;
        line-height: 46px;
    }
    
    .txtOnHeroBanner p
    {
        font-size: 20px;
        line-height: 32px;
        width: 36%;       
    }
    
    .common-head    
    {
        font-size: 32px !important;
        line-height: 32px !important;        
    }
    
    .common-para 
    {
        font-size: 20px;
        line-height: 32px;
    } 
    
    .mb24 
    {
        margin-bottom: 20px;
    }     
    
    .open-hours ul .work-timing, .open-hours ul .work-timing strong {
        font-size: 24px;
        font-weight: 700;
    } 
    
    .flex-images img 
    {
        height: 300px;    
    }
    
    .about-left img {
        transform: rotate(65deg) scale(1.1);
    } 
    
    .open-hours ul {
        grid-row-gap: 20px;
        margin-bottom: 20px;
    }     
    
}

@media only screen and (min-width: 1401px) and (max-width: 1499px)
{
    
    img.heroBanner 
    {
        width: 100%;
        height: 100%;    
    }
    
    .open-hours-wrapper img 
    {
        position: absolute;
        top: -40px;
        right: -40px;
        width: 38%;
    } 
    
    .txtOnHeroBanner h1    
    {
        font-size: 42px;
        line-height: 48px;
    }
    
    .txtOnHeroBanner p
    {
        font-size: 22px;
        line-height: 34px;
        width: 38%;       
    }
    
    .common-head    
    {
        font-size: 34px !important;
        line-height: 34px !important;        
    }
    
    .common-para 
    {
        font-size: 22px;
        line-height: 34px;
    } 
    
    .mb24 
    {
        margin-bottom: 22px;
    }     
    
    .open-hours ul .work-timing, .open-hours ul .work-timing strong {
        font-size: 24px;
        font-weight: 700;
    } 
    
    .flex-images img 
    {
        height: 350px;    
    }
    
    .about-left img {
        transform: rotate(65deg) scale(1.1);
    } 
    
    .open-hours ul {
        grid-row-gap: 20px;
        margin-bottom: 20px;
    } 

    
}

