
@font-face {
    font-family: 'TheSans';
    src: url('../fonts/TheSans-Plain.woff2') format('woff2'),
        url('../fonts/TheSans-Plain.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheSans';
    src: url('../fonts/TheSans-B7Bold.woff2') format('woff2'),
        url('../fonts/TheSans-B7Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TheSans';
    src: url('../fonts/TheSans-Italic.woff2') format('woff2'),
        url('../fonts/TheSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'TheSerif';
    src: url('../fonts/theseriflight-plain-webfont.woff2') format('woff2'),
         url('../fonts/theseriflight-plain-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TheSerif';
    src: url('../fonts/theserifextrabold-plain-webfont.woff2') format('woff2'),
         url('../fonts/theserifextrabold-plain-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
/*
@font-face {
    font-family: 'TheSerif';
    src: url('../fonts/theseriflight-italic-webfont.woff2') format('woff2'),
         url('../fonts/theseriflight-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
*/

body{
	font-family: TheSans, sans-serif;
	font-size: 18px;
	line-height: 1.7em;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	color: #444;
	background-color:#fff;
}

h1, h2, h3, h4{
	font-family: TheSerif, serif;
	color: #000;
}
h2, h3, h4{
	color: rgb(239,125,0);
}

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

a, a:hover{
	color:#a6233b;
}

::selection {
	color: #fff; 
	background: #a6233b;
}
#header{
	height:50vh;
	max-height:100vw;
	width:100%;
	position:relative;
	z-index: 200;
}
#header .top-logo{
	background-color:rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.8);
	display:inline-block;
	padding:15px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#header .top-logo .logo{
	height:100px;
}
#nav{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(166, 35, 59, 0.9);
}
#nav.fixed{
	position:fixed;
	bottom:auto;
	top:0;
}
body.admin-bar #nav.fixed{
	top:30px;
}
#nav .nav-logo{
	opacity: 0;
	position: absolute;
	background: #fff;
	padding: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.8);
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}
#nav .logo{
	height:80px;
	display:inline-block;
}
#nav.fixed .nav-logo{
	opacity: 1;
}

#content{
	z-index:5;
	padding-top:50px;
	padding-bottom:50px;
}

footer{
	position:relative;
	margin-top:80px;
}
#footer1{
	color:#fff;
	font-size: 0.9em;
  line-height: 1.3em;
	background: url(https://horeca.bijdroom.nl/wp-content/uploads/2022/09/Bezorgen-DROOM-taart-scaled-1.jpg) no-repeat center;
  background-size: cover;
}
#footer1 h4{
	color:#fff;
	font-weight:900;
}
#footer1 a{
	color:#fff;
}
#footer1 img.logo{
	width:100px;
}
#footer2{
	background-color:rgba(166, 35, 59, 1);
	color:#fff;
	font-size: 0.9em;
  line-height: 1.3em;
}
#footer2 a{
	color:#fff;
}
footer .menu{
	margin:0;
	padding:0;
	list-style: none;
}
footer .rating{
	background: url(../images/rosette.svg) no-repeat;
	background-size: contain;
	font-size: 1.4rem;
	line-height: 4rem;
	width: 4rem;
	text-align: center;
	display: inline-block;
	color: #ef7d00;
	font-weight: bold;
}
#totop{
	text-decoration: none;
	display: none;
	position:fixed;
	right:15px;
	bottom:50px;
	padding:0.6em;
	border-radius:6px;
	background-color:rgba(0,0,0,0.8);
}
#totop:hover {
	background-color:rgba(0,0,0,0.9);
}


@media all and (min-width: 576px) {
}
/* -sm size*/
@media all and (min-width: 768px) {
	#header .top-logo{
		padding:20px;
		margin-left:-20px;
	}
	#header .top-logo .logo{
		height:150px;
	}
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}