/**
 * @file
 * Presentational styles for Drupal vlizbase theme layout.
 *
 * It is left empty for testing purposes.
 *
 * @see https://www.drupal.org/project/drupal/issues/2349711
 */

* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

::selection {
	background: #f79448;
	color: #000;
}

.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hidden {
  display: none !important;
}

html {
overflow-y: scroll; /*-----------------always show scrollbar---------------------*/
box-sizing: border-box;
scrollbar-color:#ed572d #fff;
scroll-behavior: smooth;
}

body {
  padding:0px !important;
  margin:0px !important;
  color: #434343;
  font: 20px/28px "PannoTextLight",Arial,sans-serif;
}
 
#header {
  height: 110px;
  margin: 0 auto;
  width: 100%;
  z-index: 9999;
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px solid #e8e8e8;
}


#header * {
  box-sizing: initial !important;

}
 
#header #logo {
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 210px;
  background-image: url("/sites/datacloudmi.lifewatch.be/themes/vlizbase/images/logo.png?v=20200729");
  width: 210px;
  height: 110px;
  display: inline-block;
  background-color: #fff;
  padding-left: 10%;
}

#header .inner {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  height: 120px;
}

#topmenu {
  margin: 0 auto;
  position: relative;
  max-width:960px
}

#topmenu a {
  color: #1A4E8A;
}

#topmenu a.sf-depth-1 {
  padding: 0 7px;  
}

#main-wrapper {
  overflow: hidden;
  margin: 0px auto;
  min-height: calc(100vh - 285px); /*keepfooter at the bottom if page is short pieterm*/
}

#block-vlizbase-page-title,
article .paragraph--type--text,
article .paragraph--type--twitter,
.tabs.primary,
.w1200 {
  max-width:1200px;
  margin: 0 auto;
}

#block-vlizbase-page-title h1 {
  border-bottom: 1px solid #f1f1f1;
  margin: 4% 0;
  padding: 7px 0;
}

.right.date .field-content{
  border: none;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 2px 7px !important;
  overflow: hidden;
  background: #e9f0fa none repeat scroll 0 0;
  height: auto;
  width: auto;
  color: #559ab5 !important;
  float:right;
}

.views-row {
  padding: 21px 0px !important;
}

.views-row:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;  
}


footer {
 background-color:#f1f1f1;  
}

#block-footer p {
  margin:0px !important;
}

.feed-icon::before {
  vertical-align: -90%;
  content: url(../images/rss.png);
}

.views-element-container {
  padding: 0 4% 4% 4%;
}

.camera_caption {
	text-align: center;
	color: #fff;
	font-size: 4rem;
	line-height: 3rem;
	text-shadow: 1px 1px #000;
	font-weight: bold;
	font-family: sans-serif;
	letter-spacing: 0.3rem;
	background: none;
	top: unset !important;
	bottom: 0;
}
.camera_caption p {
	padding: 0 !important;
}