@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css";

/* html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
} */

.container {
	background-color: white;
}

.wit {
	background-color: white;
}

.fill { 
    min-height: 100%;
    height: 100%;
}

.rounded {
	border-radius: 10px;
}

.nav-pills .nav-link.active {
	background-color: #d3cbbe;
	color: #000000;
}

.contentNav {
	cursor: pointer;
}

a {
	color: #000000;
}

a:hover {
	color: #7f7a72;
}

html {
	height:100%;
	min-height:100%;
}

body { 
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 16px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 23px;
	overflow-y: scroll;

	/* bug chrome android, only show body background when not showing landing page */
	/*
	background-image: url('background2.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	*/

	min-height:100%;
} 

h1 { font-family: Georgia; font-size: 23px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 23px; } 

h3 { font-family: Georgia, Times, "Times New Roman", serif; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 23px; } 

p { 
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px; 
	text-align: justify;
	text-justify: inter-character;
} 

.paragraph { 
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px; 
	text-align: justify;
	text-justify: inter-character;
} 


ul {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px; 
	text-align: justify;
	text-justify: inter-character;
}

blockquote { font-family: Georgia, Times, "Times New Roman", serif; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px; } 

pre { font-family: Georgia, Times, "Times New Roman", serif; font-size: 11px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px; }

.tussenTitel {
	font-family: Georgia; font-size: 23px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 23px;
}

.localeImg {
	width: 20px;
	height: 20px;
}

.socialmediaImg {
	width: 30px;
	height: 30px;
}

.filmContainer {
	width: 570px; 
	height: 325px;
	border-radius: .25rem;
	background-color: #d3cbbe;
	color: #000000;	
}

.filmContainer div {
	border-radius: .25rem; 
	width: 560px; 
	height:315px; 
	overflow: hidden;
}

.roundBorder {
	border-color: #d3cbbe;
	border-style: solid;
	border-radius: .25rem;
}

.uitstapHeader {
	background-color: #d3cbbe;
	border-color: #d3cbbe;
	border-style: solid;
	border-radius: .25rem;
}

.uitstapCardImage {
	width: 240px;
	height: 135px;
}

.groeneButton {
	background-color: #d3cbbe;
	color: #000000;
	border-color: #8c4e2a;
}

.groeneButton:hover {
	background-color: #8c4e2a;
	color: #000000;
	border-color: #d3cbbe;
}

.card-text {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.zoom-in {
	cursor: pointer;
}

.zoom-btn {
	color: white;
    font-size: 1rem;
    position: absolute;
    top: 10px;
    left: 25px;
}

.seizoen {
	background-color: #d3cbbe;
	width: 50%;
}

.prijzenVoetnoten {
	list-style-type: none;
}

sup {
	font-size: 12px;
}

footer .container {
	border-radius: .25rem;
	background-color: #d3cbbe;
	color: #000000;
}

.uitstapNavigation {
	background-color: #d3cbbe;
	border-radius: .25rem;
}

.uitstapTitle {
	font-weight: bolder;
	font-size: 20px;
}

.uitstapTitleCaption {
	font-size: 15px;
}

.uitstapDetails {
	font-weight: bold;
	padding: 0;
}

.uitstapDetailIcon {
	margin-right: .5rem;
}

.modal-glv {
    max-width: 1056px;
}


.uitstapKaartContainer {
	border-radius: .25rem;
	background-color: #d3cbbe;
	color: #000000;	
	width: 255px;
	height: 381px;
}

.uitstapKaart {
	border-radius: .25rem;
	width: 249px;
	height: 375px;
}

.reviewData {
	list-style-type: none;
	padding-left: 0;
	font-weight: bold;
}

.reviewName {
	font-weight: normal;
}

.reviewText {
	text-align: justify;
	text-justify: inter-character;
}

.checkList {
	margin: 0;
	padding: 0;
}

.checkImage {
}

.checkListHeader {
	margin-bottom: 10px;
	text-decoration-line: underline;
	font-size: large;
}

.checkText {
	padding-right: 0;
}

fStar:before {
    content: "\2605";
}

eStar:before {
    content: "\2606";
}

.carousel-caption span {
	background-color:rgba(0.1,0.1,0.1,0.7);
	padding: 5px 20px 5px 20px;
	border-radius: .25rem;
}