/**
 * @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;
}

.paragraph--type--text {
  padding: 0 3%;
}

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: 111px;
  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% 55%;
  background-repeat: no-repeat;
  background-size: 266px;
  background-image: url("../images/logo.png_v=20230503");
  width: 266px;
  height: 110px;
  display: inline-block;
  overflow: hidden;
}

#header .section {
	max-width: 1200px;
	margin: 0 auto;
}

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

#topmenu {
  margin: 0 auto;
  position: relative;
  background:rgba(255, 255, 255, 0.7);
  padding:14px;
}

#topmenu a {
  color: #1A4E8A;
}

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

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

#sidebar-first {
  max-width: 300px;
  z-index: 999999999999999;
  position: relative;
}

#content.withside {
  display: flex;
  justify-content: space-evenly;
  max-width: 1200px;
  margin: 0 auto;
}

#block-vlizbase-page-title,
article .paragraph--type--text,
article .paragraph--type--twitter,
.tabs.primary,
.w1200, 
#user-login-form,
#user-pass,
.page-system #main-wrapper,
.page-system .highlighted,
#block-poster,
.webform-submission-form,
.paragraph--type--vliz-event-program,
details {
  max-width:1200px;
  margin: 0 auto;
}

#block-vlizbase-page-title h1 {
  border-bottom: 1px solid #f1f1f1;
  margin: 4% 0;
  padding: 14px 35px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 63px;
  background-image: url("../images/vliz_huisstijl_05.png_v=20200729");
}

.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;
}
footer *{
  color: #fff;
}

footer {
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #71c3be;
  -webkit-box-shadow: 0px -5px 7px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -5px 7px -8px rgba(0,0,0,0.75);
  box-shadow: 0px -5px 7px -8px rgba(0,0,0,0.75);
}

footer .layout-container {
  width:100%;
  padding: 35px 0;
  
}

footer p {
  margin:0px !important;
}

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

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

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

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

video,
img:not(picture img) {
  max-width:100%;
  height:auto;
}

.page-node-poster .image img {
  max-width:100%;
}
