@font-face {
  font-family: dinBold;
  src: url(../font/DINPro-Bold.otf);
}
@font-face {
  font-family: DIN;
  src: url(../font/DINPro-Light.otf);
}

body{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
	font-family: DIN!important;
}

h1{
    font-size: 26px;
    line-height: 39px;
    line-height: 27px;
    text-transform: uppercase;
    padding-top: 60px;
}

h1, h2, h3, h4, .venue{
	font-family: dinBold!important;
	text-transform: uppercase;
}

body.layout-flex {
  min-height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
}

body.layout-flex #page {
  flex: 1;
  display: flex;
  justify-content: center;   /* horizontal centering */
  align-items: center;       /* vertical centering */
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}
#page.transparent {
	background: transparent;
	border: none;
	color: white;
}

#header
{
	margin: 0;
	padding: 0;
}
.header-buttons {
	text-align: right;
	padding-top: 2em;

}
.header-buttons .iconWithText {
	background: transparent;
	color: #004a6e;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	border: 0;

	text-align: center;
}
.header-buttons .iconWithText a,
.header-buttons .iconWithText a:hover,
.header-buttons .iconWithText a:visited {
	color: #004a6e;
	font-size: 14px;
	line-height: 1.33em;
	font-weight: 400;
	padding-top: 4px;
	text-transform: capitalize;
	color: #004A6E !important;
}

.header-buttons button {
	margin-left: 2em;
}

.header-buttons .iconWithText i.fa {
	width: 20px;
	height: 25px;
	font-size: 20px;
}

.header-buttons [id="choose-language"] {
	background: transparent;
	color: #004a6e;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;

	padding: 0;
	border: 0;
}
.header-buttons [id="choose-language"] svg {
	fill: #004a6e;
	width: 20px;
	height: 20px;
}

.header-buttons [id="choose-language"] .b-lang__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-buttons [id="choose-language"] .b-lang__list > * {
	padding: 0 0.5ex;
}
.b-lang__list a {
	font-size: 1.3em;
	line-height: 1.52em;
}
.b-lang__list--small a {
	font-size: 14px;
	line-height: 1.33em;
	font-weight: 400;
	padding-top: 4px;
	text-transform: capitalize;
	color: #004A6E !important;
}
.b-lang__list--small .current-lang a {
	font-weight: 700;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	  padding-top: 0px;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
  }



#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}


/** own defined CSS **/

a.logout{border:solid 1px red;}


body {
	background-image: url("../img/w1600.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;	
	background-color: #f5f5f5;
    color: #000;
    font: 0.75em Arial,Verdana,Helvetica,sans-serif;
    margin: 0;
    padding: 30px 0px 60px 0px; 
}
body.bg-0 {
	background-image: url("../img/w1600.jpg");
}
body.bg-2 {
	background-image: url("../img/background-2-w1920.jpg");
}
@media (min-width: 768px) {
	body.bg-split-event-meeting:before {
		content: " ";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 50%;
		background: gray;
		z-index: -100;
		background-image: url("../img/background-2-w1920.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-position: 50% 0%;
	}
}


#page{
	border-color:#d9d9d9;
	padding: 25px;

	/*width:1100px;*/
}

span.add{
	background: url('../images/remove.png');
	position: absolute;
	background-repeat: no-repeat; 
	width: 26px;
    height: 26px;
	margin-left:3px;
}
span.add:hover{cursor:pointer;opacity:0.5;}
span.img:hover{cursor:pointer;opacity:0.5;}

table.tbl-search tbody { height:250px; overflow-y:scroll; display:block; }
table.tbl-search thead { display:block; }

.my-tooltip{
	font-weight:bold;
	background-color: #000;
	border-radius: 15px;
	color:#fff;
	padding:2px 9px;
	border-radius: 11px;
	font-size:14px;
	text-align: center;
	margin-left: 7px;
}

img.ok{margin-left:8px;}




/* own CSS */

/* CSS for list */

.venue-holder{
	border:solid 1px #ccc;
	border-top-style:none;
	padding: 20px 2px 20px 20px;		
}
a.venue{
	font-size:16px;
	  color:#333;
	line-height: 22px;
}
html, div,span{font-size: 15px;}
div.my-row{
	float:left;
	clear:both;
	margin-bottom: 20px;
	border:solid 1px #ddd;
	border-right-style: none;
	width:95%;
	height:120px;
}
div.rowImage:hover{cursor: pointer;background-color:#eee;}
div.rowImage{
	background-color: #f3f3f3;
	display: inline-block;
	float: left;
	min-height: 120px;
	line-height: 110px;
	margin-right: 10px;
	text-align: center;
	vertical-align: bottom;	
}
div.main{
	float:left;width:600px;
	height: 80px;
}
div.rowImage, div.main, div.right{
	display:inline;
}
/* not used i think [250617] div.right{
	padding:3px 8px;
	width:120px;
	height: 74px;
	float: right;
	border-left: solid 1px #ccc;
}*/
.capacity{
	line-height:12px;
	font-size:11px;
}
.nr-participants{
	font-weight: bold;
	text-align: center;
}
.slider-text{
	text-align: center;
	font-size: 30px;
	margin: 0px 0px 16px 0px;
	line-height: 30px;
	display: block;

}
.FilterRangeSlider {
	position: relative;
	padding-bottom: 1.5em;
	margin-bottom: 1em;
}
.part-nr-text{
	position: absolute;
	margin-top: 24px;
	padding: 1px 3px;
	font-weight: normal;
	letter-spacing: 0.7px;
	min-width:28px;
}
.part-nr-text.part-min {
	left: 0;
	text-align: center;

}
.part-nr-text.part-max {
	right: 0;
	text-align: center;	
}
.slider-holder{
	float:left;
	width: 70%;
	padding:4px;	
}
.venue-holder{
	border:solid 1px #ccc;
	border-top-style:none;
	padding: 0px 0px 20px 20px;
}




div.spinner-holder{
float:left;
width:100%;
height:150%;
position:fixed;
top:0px;
left:0px;
background-color:#ddd;
opacity:0.7;
z-index: 100;
background-image:url('../images/transparentbox40x100.png');
/*'ajax-loader.gif');*/
background-repeat:repeat;
background-position:center;    
}
div.spinner{
height:32px;
width: 32px;
vertical-align: central;
margin:300px auto 300px auto;
background-image:url('../images/ajax-loader.gif');
background-repeat:repeat;
background-position:bottom right;     
    
}


/** CSS for detail **/
	div.image-holder{
	display:block;
	float:left;
	width: 400px;	

}
.main-image{
	padding: 0;
	/*
	float:left;
	width: 380px;
//	border: solid 1px #ccc;
	height:200px;
	*/
}
.main-image img {
	width: 100%;
}
.small-img{
	float:left;
	width: 80px;;
	border: solid 1px #ccc;
	height:60px;
}
.link:hover{cursor: pointer;}


.img-polaroid{
	border-radius: 4px;
}
.img-polaroid:hover{
	border:solid 1px #0088cc;
}
.thumbnail-holder {
	margin: 1em -5px;
/*	float:left;*/
/*	border: solid 1px red;*/
/*	width: 340px;*/
	width:96%;
	padding: auto 8px;
	/** white-space: nowrap;
	overflow: auto;
	overflow-y: hidden;	*/
}

.card--contact {
	margin: 0.5em 0;
	padding: 0;
}
.card--contact h4 {
	font-family: 'DIN' !important;
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
	margin: 0;
}
.card--contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.card--contact + .card--contact {
	margin-top: 1em;
}

.stycke{
//	float:left;
	clear:both;
//	display:inline;
	margin-bottom:15px;
}

.my-main-image:hover{
	cursor:pointer;
}

.show-grid [class*="span"] {
    background-color: #eee;
    border-radius: 3px;
	margin-bottom:5px;
/*    line-height: 40px;
    min-height: 40px;
    text-align: center;*/
}

.sel-height{
	min-height:150px;
	overflow: visible;
}
.left{
	float: left;
	
}
div.map-holder{
	padding:20px;
}
div.d-main{
	display: table;
	width:100%;
	padding: 0px auto;
	text-align:center;
	margin:20px 0px 10px 0px;
}
.mt-20{
	margin-top:20px;	
}
.mt-0{
	margin-top:0;
}
.mb-0{
	margin-bottom:0;
}

/*br{float:left;clear:both;}*/
. p-left{padding-left:60px;}
.info-line{
	margin-top:6px;	
}
input[type="text"].slider-input, input.slider-input[type="text"], input[type="text"].slider-input:hover{
	float:left;margin:auto 10px;width:100px;
}


input[type="text"].slider-input, input[type="text"].slider-input:hover{
	background-color: #fff;
	border-style: none;
	padding-right: 40px;
	text-align: right;
	box-shadow: none;
	letter-spacing: 1.2px;
	font-weight: bold;
	cursor: pointer;
	width:50px;
}

.venue-row{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: solid 1px #ccc;	
}
.venue-row:first-child {
	padding-top: 20px;
}
.venue-row:hover {
	background-color: #f6f6f6;
}
.venue-row .badge-pill {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}
.venue-row .venueData {
	font-size: 13px;
}
div.banner{padding-top:36px;}
img.banner{margin-bottom: 20px;padding:3px;border:solid 1px transparent;border-radius: 4px;}
img.banner:hover{border:solid 1px #d9d9d9;}

.locale-tr{background-color:#397CAC;background-color:#aaa;color:#fff;}
h3.locale-header{margin-bottom:2px;}
.venue-padding{padding:0px 8px;}
.margin-bottom{
	margin-bottom:8px;
}
.capacity>table>tbody>tr>td{
	padding: 0px;
}
.map-holder>table>tbody>tr>td{
	padding: 0px;
}
.locale-tr>th{
	padding:0px;
}
.striped>table>tbody>tr>td{
	color: red;
	padding: 0px;
}
.stycke>table {
	margin-left: -5px;
}
.stycke>table>tbody>tr>td{
	padding: 0px 10px 0px 5px;
}

.logo{
	width: 170px;
}

.brandText{
    display: block;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;

    font-family: dinBold;
}

.brandImg{	

}

.brandText:hover{
    text-decoration: none;	
    color: #fff;
}

.logo{

}

.locationBlock
{
	clear: both;
}


.stycke h3{
	font-size: 18px;
	line-height: 1;
	margin-top: 0.8em;
	margin-bottom: 0.3rem;
	font-family: DIN!important;
	font-weight: bolder;
	text-transform: none;
	color: #333;
}

.venue-row{
	cursor: pointer;
}

.venueText{
/* 	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 120px; */
}

.venue-detail hr.divider {
	margin: 0 0 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 0;
}
.venue-detail h2 {
	font-size: 18px;
	text-transform: none;
	font-family: DIN!important;
	font-weight: bolder;
	text-transform: none;
	color: #333;
}

.venueText{
  overflow: hidden;
  position: relative; 
  line-height: 1.8em;
  max-height: 6.8em; 
  margin-right: -1em;
  padding-right: 1em;
  margin-bottom: 1em;
}

.venueText:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: -5px;
}

.venueText:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: -1em;
  background: white;
}

.section-group {
	margin-bottom: 1.2em;
}
.section-group section.stycke {
	margin-bottom: 0.3em;
}

section.with-icon {
	padding-left: 2.5rem;
}
section.with-icon > .section-icon {
	background-position: 50% 50%;
	background-size: contain;
	width: 2.0rem;
	height: 1.2em;
	margin-left: -2.5rem;
	margin-right: 0.5rem;
	margin-top: 0em;
	float: left;
}
section.with-icon.with-icon-replace-heading h3 {
	display: none;
}
h3 .section-icon {
	background-position: 50% 50%;
	background-size: contain;
	width: 2.0rem;
	height: 1em;
	margin-left: -2.5rem;
	margin-right: 0.5rem;
	margin-top: 0.15em;
}
.fa[class*=" icon-"] {
	background-position: 0 50%;
	background-size: contain;
	height: 1em;
}
[class*=" icon-"].icon-accessibility {
	background-image: url("../img/icons/accessibility.png");
}
[class*=" icon-"].icon-green-accreditation {
	background-image: url("../img/icons/green-accreditation.png");
}
[class*=" icon-"].icon-accommodation {
	background-image: url("../img/icons/accommodation.png");
}
[class*=" icon-"].icon-address {
	background-image: url("../img/icons/address.png");
}
[class*=" icon-"].icon-distances {
	background-image: url("../img/icons/distances.png");
}
[class*=" icon-"].icon-public-transport{
	background-image: url("../img/icons/public-transport.png");
}
[class*=" icon-"].icon-mail {
	background-image: url("../img/icons/mail.png");
}
[class*=" icon-"].icon-meeting-capacity {
	background-image: url("../img/icons/meeting-capacity.png");
}
[class*=" icon-"].icon-meeting-rooms {
	background-image: url("../img/icons/meeting-rooms.png");
}
[class*=" icon-"].icon-phone {
	background-image: url("../img/icons/phone.png");
}
[class*=" icon-"].icon-social-dinner {
	background-image: url("../img/icons/social-dinner.png");
}
[class*=" icon-"].icon-url {
	background-image: url("../img/icons/url.png");
}
.stycke p {
	margin-bottom: 0.2rem;
	line-height: 1.2;
}
.stycke dt{
	min-width: 9em;
	float: left;
	clear: left;
	padding-right: 1em;	
	font-weight: normal;	
}
.stycke dd {
	margin-left: 12em;
}


.DataList dl dt,
.DataList dl dd {
	margin-bottom: 0.3rem;
	line-height: 1.2;
}
.DataList dl.width-5 dd {
    margin-left: 5em;
}
.DataList dl.width-10 dd {
    margin-left: 10em;
}
.DataList dl.width-15 dd {
    margin-left: 15em;
}
.DataList dl.width-20 dd {
    margin-left: 20em;
}

.fa-leaf{
	color: #A8C837;
	font-size: 20px;
}

.distanceUnit{
	min-width: 20px;
}

hr.divider{
	margin:0 0;
	border-top: 1px solid #999;
	border-bottom: 0;
	margin-top:20px;

}

