@import url('content.css');
body {
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
    font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
	background-attachment: fixed;
	background-image: url("../img/pattern800x686.png");
}

h1, h2, h3, h4 {
    text-transform: lowercase;
}
a {
    color: inherit;
}

p {
	color: #000;
	/*font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 1.4em;*/
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 19px;
	line-height: 29px;
	letter-spacing: 1px;
	margin-top: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

h1, h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
}

/*h1 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	font-size: 5em;
}

h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 10px;
}*/

h3 {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	/*font-size: 1.3em;*/
    margin-bottom: 5px;
	font-size: 18px;
    margin-top: 0px;
    line-height: 1.3em;
    letter-spacing: 0.9px;
}




h1 {
	font-size: 5em;
    margin-top: 0px;
    margin-bottom: 20px;
    /*font-size: 4em;*/
    line-height: 1.2em;
    color: #000;
    letter-spacing: 0.5px;
}
h2 {
	font-size: 2em;
    /*font-size: 2.2em;*/
    margin-top: 0px;
    line-height: 1.3em;
    letter-spacing: 0.9px;
    display: block;
    margin-bottom: 5px;
    color: #000;
}

a, input {
	outline: none;
}

address {
    font-style: normal;
    font-size: 17px;
    line-height: 27px;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 0px;
}

address a {
	text-decoration: none;
}


#header-container {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 30px;
    background-color: transparent;
    position: fixed;
    left: 0;
    right: 0;
    /* top: 0; */
    /* bottom: 40px; */
    height: 30px;
    z-index: 2;
    transform: translate3d(0,0,0);
	transition: all 500ms ease-in-out;
}

.menu-bar-top #header-container {
	background-color: #000;
}

#header-logo {
	background-image: url("../img/logo200.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 200px;
    height: 26px;
    /*display: none;*/
    visibility: hidden;

}

#header-logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.menu-bar-top #header-logo, .mobile-menu #header-logo {
	visibility: visible
}

#header-container-wrap {
	/*max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
	flex-grow: 1;*/
}

#menu-header {
    list-style: none;
    display: flex;
    justify-content: space-between;
    /* max-width: 1140px; */
    margin: 0;
    padding: 0 20px;
    /* flex-grow: 1; */
    align-items: center;
}

#menu-holder {
	display: flex;
}

#menu-header a {
	text-decoration: none;
    text-transform: lowercase;
    font-size: 2.5em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    padding: 0 40px;
    color: #000;
    white-space: nowrap;
    transition: all 200ms ease-in-out;
}

.menu-bar-top #menu-header a {
	font-size: 2.0em;
    padding: 0 20px;
	color: #fff;
}

#menu-header a:hover, #menu-social a:hover,
.menu-bar-top #menu-header a:hover, .menu-bar-top #menu-social a:hover {
	color: #7DC9DE;
}

.mobile-menu #menu-header a {
	display: block;
	padding: 15px 0;
	color: #fff;
}

label a {
	text-decoration: none;
}
#mobile-holder {
	display: none;
}
#menu-social {
	width: 160px;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 98px;
    /* position: absolute; */
    /* right: 30px; */
    /* top: 30px; */
    z-index: 112;
    transition: all 500ms ease-in-out;
}

#menu-social li {
    transform: translateY(6px);
    font-size: 9px;
}

#menu-social li:nth-of-type(1),
#menu-social li:nth-of-type(2) {
	margin-right: 20px;
}

#menu-social li:last-of-type {
	margin: 0;
	display: none;
}

#menu-social span {
	display: none;
}

#menu-social a {
	color: transparent;
	font-size: 2.5em;
	transition: color 200ms ease-in-out;
}

.menu-bar-top #menu-social a,
.mobile-menu #menu-social a {
	color: #fff;
}

#menu-social a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Brands';
}

.iconf a:before {
	content: "\f082";
}

.iconi a:before {
	content: "\f16d";
}

.iconl a:before {
	content: "\f0e1";
}

#menu-social .iconm a:before {
    font-family: 'Font Awesome 5 Pro';
	content: "\f0e0";
	font-weight: 400;
}


#mobile-menu-button {
    display: none;
    z-index: 112;
    position: absolute;
    right: 30px;
    top: 40px;
}

#mobile-menu-button a {
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

#mobile-menu-button span {
	display: block;
    position: absolute;
    height: 4px;
    width: 24px;
    border-radius: 10px;
	background-color: #000;
    right: 2px;
    transition: all 250ms cubic-bezier(1.000, 0.530, 0.760, 0.585);
}

#mobile-menu-button span:nth-of-type(1) {
	top: 0px;
}
#mobile-menu-button span:nth-of-type(2) {
	top: 10px;
	transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}
#mobile-menu-button span:nth-of-type(3) {
	top: 20px;
	transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}

.mobile-menu #mobile-menu-button span:nth-of-type(1) {
    transition-delay: .10s;
    background-color: transparent;
}

.mobile-menu #mobile-menu-button span:nth-of-type(2) {
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,10px,0) rotate(45deg);
}

.mobile-menu #mobile-menu-button span:nth-of-type(3) {
	top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,10px,0) rotate(-45deg);
}

.menu-bar-top #mobile-menu-button span,
.mobile-menu #mobile-menu-button span  {
	background-color: #fff;
}

.mobile-menu #menu-header {
    top: 0;
	text-align: center;

}

.mobile-menu #header-container {
	height: 100vh;
	background-color: #000;
	padding: 35px 0;
}
.reserveren-holder a {
	font-size: 1.5em;
	line-height: 1.5em;
	background-color: #e61a55;
	color: #fff;
	text-decoration: none;
	padding: 10px 22px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	cursor: pointer;
}
.reserveren-holder i {
		margin-left: 15px;
}

.menu .reserveren a {
    background-color: rgb(125, 201, 222);
    color: #fff!important;
    border-radius: 15px;
    padding-bottom: 5px!important;
}

#cookie_footer {
    z-index: 999999999!important;
}

@media screen and (max-width: 1250px) {

	#header-logo {
		position: absolute;
		top: -120vh;
	    left: 30px;
	}



	/*.menu-bar-top #menu-header {
		display: block;
		top: -120%;
	    right: 0;
	    left: 0;
	    z-index: 111;
	    position: fixed;
	    height: 100vh;
    	transition: background-color 500ms ease-in-out, top 500ms ease-in-out;
	    overflow: auto;
	    background-color: transparent;
	    max-width: 100%;
	    text-align: center;
	}*/

	/*.mobile-menu #header-logo {
		top: 38px;
	}*/

	.menu-bar-top.mobile-menu #menu-header {
	    top: 110px;
	}

	.mobile-menu #menu-header {
		top: 110px;
	}

	#menu-social {
		top: -100vh;
	    margin: 0 auto;
	    text-align: center;
	    width: 100%;
	    justify-content: center;
	    right: 0;
	    position: absolute;
	}
	.mobile-menu #menu-social {
	    top: 456px;
	    margin: 0 auto;
	    text-align: center;
	    width: 100%;
		justify-content: center;
		right: 0;
		/*display: block;
		top: -100%;
	    right: 0;
	    left: 0;
	    z-index: 111;
	    position: fixed;
	    height: 100vh;
		transition: background-color 500ms ease-in-out, top 500ms ease-in-out;
	    overflow: auto;
	    background-color: transparent;*/
	}


}
@media screen and (max-width: 1200px) {

	#menu-header a {
		font-size: 2.0em;
	    padding: 0 20px;
	}
}

@media screen and (max-width: 800px) {
	.mobile-menu .reserveren-holder {
		top: 380px !important;
	}
	#mobile-holder {
		display: block
	}
	#header-container .reserveren-holder {
		top: -100vh;
		position: absolute;
		color: #ffffff;
		display: flex;
		justify-content: center;
		right: 0px;
		width: 100%;
		transition: all 500ms ease-in-out;
	}
	#header-container 	.reserveren-holder a {
		font-size: 1.7em;
	    line-height: 1.7em;
	    background-color: #e61a55;
	    color: #fff;
	    text-decoration: none;
	    padding: 10px 22px;
	    white-space: nowrap;
	    display: flex;
	    align-items: center;
	    transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	    cursor: pointer;
	    position: absolute;
		z-index: 500;
	}
	.reserveren-holder i {
		margin-left: 15px;
	}

	#menu-social {
		width: unset;
	}

	.menu-bar-top #mobile-menu-button {
        display: block;
	    z-index: 112;
	    /*text-align: right;*/
	}

	.menu-bar-top #header-logo {
		position: absolute;
		top: 38px;
	    left: 30px;
	}

	.mobile-menu #header-logo {
		position: absolute;
		top: 38px;
	    left: 30px;
	}

	#mobile-menu-button {
        display: block;
	}

	#menu-header {
		display: block;
		top: -100vh;
	    right: 0;
	    left: 0;
	    text-align: center;
	    z-index: 111;
	    position: fixed;
	    height: 100vh;
    	transition: background-color 500ms ease-in-out, top 500ms ease-in-out;
	    overflow: auto;
	    background-color: transparent;
	}

	h1 {
		font-size: 4em;
	}

    .menu .reserveren a {

        width: 200px;
        margin: 0 auto;
        padding: 10px 0!important;

    }

}

@media screen and (max-width: 640px) {

	body {
		/*background-size: 400px 343px;*/
		background-image: none;
	}

    h1 {
        font-size: 3em;
	}
}

@media screen and (max-width: 480px) {

	address {
		font-size: 18px;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

	#header-logo {
		background-image: url("../img/logo400.png");
	}

}


.text-page {
    max-width: 700px;
    margin: 0 auto;
}

.text-page p,
.text-page table {
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    margin-bottom: 24px;
    background-color: rgba(255, 255, 255, 0.75);
}

.text-page table td {
    border-bottom: 1px solid #ccc;
}

.dire {
    display: flex;
    margin-bottom: 20px;
}

.frontpage-content {
    margin-top: 0px!important;
}

.dondr-cookie-consent-heading {
    font-size: 16px;
    margin-bottom: 10px;
}

.dondr-cookie-consent-description {
    font-size: 12px;
}

.dondr-cookie-consent button {
    margin-top: 10px;
}

