:root { /* usage: color: var(--fdh-text); */
    --fdh-background:  #111111; /* black-ish */
    --fdh-text:        #F0F0F0; /* white-ish */
    --fdh-headers:     #F570BF;
    --fdh-links:       #F570BF;
    --fdh-links-hov:   #bd1342;

    --custom-menu-pas:    #C0C0FF;
    --custom-menu-act:    #F570BF; /* PINK */
    --custom-menu-back:   #000040;

    --contact-text:       #000040;
    --contact-background: #C0C0FF;
}
@media print {
:root { /* usage: color: var(--fdh-text); */
    --fdh-background:  #F0F0F0; /* white-ish */
    --fdh-text:        #111111; /* black-ish */
    --custom-menu-back:   #DFDFFF;
}
}

/* For MENU: see .tec\rmm\rmm-css\responsivemobilemenu.css */

Body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: var(--fdh-text);
    background: var(--fdh-background);
    overflow-x: hidden;
}

H3 {
    color: var(--fdh-headers);
    xmargin-top: 1vw;
    xmargin-bottom: 3vw;
}

a[href^="tel:"] {
    text-decoration: none;
}
a[href^="ztel:"]:before {
    content: "\260E";
}
.no-touch a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
}

a {
    color: var(--fdh-links);
    font-weight: bold;
	text-decoration:none;
}
a:hover {
    color: var(--fdh-links-hov);
}

.actmenu {
	color: var(--custom-menu-act) !important;
}

.mid {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#page {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 601px) {
	#page {
		width: 60%;
	}
}

#footer{
	font-style: italic;
	font-size: small;
}

#imgbanner {
	max-width:100%;
}


@media only screen and (max-width: 600px) {
    .floatleft {
        max-width: 100%;
        margin: auto auto;
    }
}
@media only screen and (min-width: 601px)  {
    H1 {
        font-size: 60px;
    }
    .floatleft {
        float: left;
        max-width: 30%;
        margin-right: 10px;
    }
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
-moz-appearance: textfield;
}
input.small {
	width: 30px;
}
input[type=submit] {
    color: var(--custom-menu-pas);
    background: var(--custom-menu-back);
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
}
input[type=submit]:hover {
    color: var(--custom-menu-act);
}
input[type=submit]:active {
    color: red;
}

a.available {color: green;}
a.missing   {color: red;}

.nostyle {
	background: inherit !important;
	width: inherit !important;
	border: inherit !important;
}

#logo {
	z-index: 20;
}
@media only screen and (max-width: 600px)  {
	#logo {
		max-width: 100%;
	}
}
@media only screen and (min-width: 601px)  {
	#logo {
		float: right;
		width: 300px;
	}
}

#logo2 {
	z-index: 20;
	max-width: 100%;
	max-height: 200px;
}
@media only screen and (max-width: 600px)  {
	#logo2 {
		max-width: 100%;
	}
}
@media only screen and (min-width: 601px)  {
	#logo2 {
		margin: auto auto;
		display: block;
		xwidth: 300px;
	}
}

#topblock {
	position: fixed !important;
	width: 100%;
	left: 0px;
	max-width: 100% !important;
    xbackground: 3;
	top: 0px !important;
    z-index: 1;
}
.newlogo {
	width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;

    color: var(--custom-menu-act);
    font-size: 3vw;
    font-weight: bold;
}
.leftlogo {
    display: block;
    background-image: url("/images/hartpoot_wit.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    width: 15vw; /* height * 3 */
    height: 5vw;
    min-width: 120px;
    min-height: 40px;
    position: absolute;
    left: 50%;
    Xtop: 4.3vw;
    top: 2em;
    -moz-transform: translate(-50%, 0%); /* Firefox */
    -ms-transform: translate(-50%, 0%);  /* IE 9 */
    -webkit-transform: translate(-50%, 0%); /* Safari and Chrome*/
    -o-transform: translate(-50%, 0%); /* Opera */
    transform: translate(-50%, 0%);
    pointer-events: none;
}
@media print {
    .newlogo, .leftlogo {
        background-image: url("/images/hartpoot_zwart.png");}
}
.rmmdiv {
	position: fixed !important;
	left: 0px;
	max-width: 100% !important;
	width: 100%;
}
@media only screen and (min-width: 601px)  {
    XXbody {
        padding-top: 190px;
    }
    #topblock {
        height: 190px;
    }
    .newlogo {
        top: 30px;
        left: 0px;
        background-position: center;
        max-width: 100% !important;
    }
    .rmmdiv {
        top: 130px !important;    
    }
}
@media only screen and (max-width: 600px)  {
    XXbody {
        padding-top: 100px;
    }
    #topblock {
        height: 100px;
    }
    .newlogo {
        top: 10px;
        left: 10px;
        background-position: left;
        max-width: 100% !important;
        font-size: 15pt;
    }
    .leftlogo {
        height: 6vw;
        topx: 6.3vw;
    }
    .rmmdiv {
        top: 35px !important;
    }
}

#menuheaderx {
	position: absolute;
	top: 0px;
	background: red;
	height: 40pt;
	zmax-width: 96%;
	width: 98%;
	border: solid 1px green;
}
.xrmm ul {
	margin-top: 50px !important;
}


dl {
    display: grid;
    grid-template-columns: max-content auto;
}

dt {
    grid-column-start: 1;
    color: #EF3916;
}

dd {
    grid-column-start: 2;
}

.myCircle {
    background: url('/images/circle.png');
    pointer-events: none;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    max-width: 800px;
}

hr {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.qr {
    width: 10vw;
    float: right;
}

q {
    quotes: "«" "»";
    font-style: italic;
}

.error {
    border: solid 1px red;
}
.error.cnt0 {
    display: none;
}

IMG.thumb {
    width: 200px;
}

ul.polaroids{
  margin:0;
  padding:0;
  padding-bottom: 60px;
}
li.polaroid{
  text-align:center;
  display:inline-block;
  list-style:none;
  position:relative;
  border:solid 12px #fff;
  background:#fff;
  box-shadow:0 0 15px 0px #C0C0C0;
  transition:all 1s ease;
  -o-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -webkit-transition:all 1s ease;
  Xtop:50px;
}
@media only screen and (max-width: 600px)  {
    li.polaroid img {
        max-width: 80vw;
        max-height: 80vh;
    }
}
@media only screen and (min-width: 601px)  {
    li.polaroid img {
        max-width: 300px;
        max-height: 300px;
    }
}

#show-more, #show-less { 
    color: grey;
    font-style: italic;
    font-size: small;
}
#show-more a, #show-less a{
    cursor: pointer;
    text-decoration: underline;
    color: auto;
}

.ytmovie {
	float: left;
    width: 500px;
	max-width: 47%;
	margin: 1%;
  border:solid 12px #914A74;
  background:#914A74;
  box-shadow:0 0 15px 0px #C0C0C0;
}
@media only screen and (max-width: 600px)  {
	.ytmovie { 
		width: 100%;
		max-width: 100%;
	}
}
.ytmovie .outer {
    width: 100%;
    padding-top: 75%; /* defines aspect ratio */
    position: relative;
}
.ytmovie .outer .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
