﻿#searchInItemList {
    border: 1px solid #4e4837;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 5px;
}

.main-text-form form {
    margin: 0;
    max-width: 100%;
}

.formUl {
    padding-left: 0px !important;
}

.main-text-form input:focus, .main-text-form textarea:focus {
    background: rgba(230, 230, 240, 1);
}

.main-text-form .select, .main-text-form input, .main-text-form textarea {
	background:none;
	border: 1px solid #4e4837;
	padding: 5px;
	width: 400px;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}

.main-text-form .select, .main-text-form input {
	height: 40px;
}

.main-text-form button {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
    padding: 3px 10px 3px 10px;
}

main.main-index {
 max-width: 1200px;
}

@media (min-width: 900px) {
	main .boxen3 .box {
		width: calc((100% / 4 * 1) - 30px);
		height: 340px;
	}
}


.select option {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}

folderlist  ul {
	padding-left: 0px;
	list-style-type: none;
	margin: 0px 0px 1em 16px;
	font-weight: normal !important;
    font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	/*font-size: 1em;*/
	line-height: 1.5;
}

folderlist .speciallistfolder li {
	position: relative;
	padding-left: 0.4em;
	margin-bottom: 1px;
	margin-top: 1px;
}
folderlist  .speciallistfolder li p {
margin-top: 0px;
margin-bottom: 4px;
font-size: 0.9em;
line-height: 1.5;
margin-left:0px;
}
folderlist  .speciallistfolder li:before {
  content: "\f019"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  position: absolute;
  left: -1em;
  width: 1.3em; 
}

folderlist a {
    color: #4e4837;
    text-decoration: underline;
}


.partnerlink {
	margin-bottom: 5px;
}

aside .box.box-lounge {
    background: #594100;
    padding: 15px;
    text-align: center;
}
aside .box.box-lounge h2 {
    color: #fff;
    padding-top: 15px;
}
aside .box.box-lounge p {
    color: #fff;
}

aside div:not(:first-of-type) {
    margin-top:25px;

}

aside a {
	color: #fff !important;
	font-size: 1em !important;
}
	aside a:hover {
		color: #fff;
		text-decoration: underline !important;
	}

	aside a:visited {
		color: #fff;
		text-decoration: none;
	}

	aside a:link {
		color: #fff;
		text-decoration: none;
	}

	aside a:active {
		color: #fff;
		text-decoration: none;
	}



footer .footerwrapper img {
	width: 125px;
	padding-bottom: 5px;
}

.bottomslider a:first-child::after {
	content: "\f019";
	font-family: FontAwesome;
	position: relative;
	right: -0.5em;
	width: 1.3em;
}

.bottomslider a {
	color: #233183;
	text-decoration: none;
}

	.bottomslider a:hover {
		color: #233183;
		text-decoration: underline !important;
	}

	.bottomslider a:visited {
		color: #233183;
		text-decoration: none;
	}

	.bottomslider a:link {
		color: #233183;
		text-decoration: none;
	}

	.bottomslider a:active {
		color: #233183;
		text-decoration: none;
	}




.extmap-container {
	width: 100%;
	height: 450px;
}

	.extmap-container iframe {
		width: 100%;
		border: 0;
		height: 100%;
	}

.extmap-consent {
	width: 100%;
	height: 100%;
	background-image: url('birdview_of_a_fictional_country.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.extmap-consent-disclaimer {
	background-color: #4e4837e0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.extmap-consent-disclaimer div {
	vertical-align: middle;
	width: 80%;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}

.extmap-consent-disclaimer div div {
	width: 100%;
}

.extmap-consent-disclaimer a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.extmap-consent-disclaimer input {
	font-family: 'Montserrat', sans-serif;
	margin-top: 15pt;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 1.2rem !important;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #fff;
	border: 1px solid #676754 !important;
	border-radius: 1px;
	color: #fff;
	padding: 15px 45px;
	background: #797669;
	cursor: pointer;
}

