@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-SemiboldItalic-Web.eot');
  src: url('../fonts/Graphik-SemiboldItalic-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Graphik-SemiboldItalic-Web.woff2') format('woff2'),
       url('../fonts/Graphik-SemiboldItalic-Web.woff') format('woff');
  font-weight:  600;
  font-style:   italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Semibold-Web.eot');
  src: url('../fonts/Graphik-Semibold-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Graphik-Semibold-Web.woff2') format('woff2'),
       url('../fonts/Graphik-Semibold-Web.woff') format('woff');
  font-weight:  600;
  font-style:   normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-RegularItalic-Web.eot');
  src: url('../fonts/Graphik-RegularItalic-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Graphik-RegularItalic-Web.woff2') format('woff2'),
       url('../fonts/Graphik-RegularItalic-Web.woff') format('woff');
  font-weight:  400;
  font-style:   italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Regular-Web.eot');
  src: url('../fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Graphik-Regular-Web.woff2') format('woff2'),
       url('../fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}


html {
    font-size: 1em;
    line-height: 1.4;
}
body {
	font-family: 'Graphik Web', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	background: #EDEDED;
	color: #000;
}
::-moz-selection {
    background: #D8431A;
    text-shadow: none;
}
::selection {
    background: #D8431A;
    text-shadow: none;
}
* {
	transition: all 0.5s ease;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
	color: #D33F33;
}
a:active,
a:hover {
	outline: 0;
	color: #000;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.clear {
    clear:both;
}


/*header*/
.page-wrapper {
	position: relative;
	max-width: 1280px;
	/*min-width: 954px;*/
	margin-right: auto;
	margin-left: auto;
}
.page-wrapper .content-wrapper {
	position: relative;
	padding-right: 50px;
	padding-left: 50px;
}
.page-wrapper .menublock {
	height: 0;
	width: 1280px;
	min-width: 1280px;
	padding-left: 300px;
}
.page-heading {
	position:fixed;
	width: 100%;
	height:140px;
	background: #FFF;
	z-index:10;
}
.page-heading .logo {
	position: absolute;
	top:34px;
	left:47px;
}
.page-heading .logo a {
	text-decoration: none;
}
.page-heading .logo img {
	height:72px;
}
.page-heading .logo h1 {
	display:none;
}
.page-heading .mainmenu {
	position: absolute;
	top:38px;
	left: 32.5%;
	margin-left: -16px;
	text-align:left;
}
.logo-container {
	position: relative;
	display: inline-block;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.clickable-area {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	cursor: pointer;
}
#left-half {
	width: 37%;
}
#right-half {
	left: 37%;
	width: 63%;
}


/*mainmenu*/
.mainmenu ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
.mainmenu ul li {
	background-color: #FFF;
	display: block;
	float: left;
	padding: 1rem;
	position: relative;
	text-decoration: none;
	transition-duration: 0.5s;
    cursor: pointer;
}
.mainmenu ul li a {
    display: block;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.mainmenu ul li:hover a {
	color: #D8431A;
}
.mainmenu ul li:hover ul li a {
	color: #000;
}
.mainmenu ul li.active a {
	text-decoration:underline;
}
.mainmenu ul li.active ul li a {
	text-decoration:none;
}

/*submenu*/
.mainmenu ul li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all 0.5s ease;
	margin-top: 1rem;
	left: 0;
	display: none;
}
.mainmenu ul li:hover > ul,
.mainmenu ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
}

.mainmenu ul li ul li {
	clear: both;
	width: 100%;
}

.page-heading .socmenu {
	position: absolute;
	top:50px;
	left: 960px;
	text-align:left;
}
.page-heading .socmenu a {
	float:left;
	display:block;
	color: #D8431A;
	margin:0 20px;
	font-size:20px;
}
.page-heading .gramenu {
	position: absolute;
	top:92px;
	left: 1168px;
	text-align:left;
}

.page-heading .gramenu a {
	display:block;
}
.page-heading .gramenu img {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    z-index: 900;
    top: 16px;
    transition: all 0.5s;
    z-index: 1300;
}
.tinyheader .page-heading {
	height: 80px;
}
.tinyheader .page-heading .logo {
	top:5px;
}
.tinyheader .page-heading .mainmenu {
	top:14px;
}
.tinyheader .page-heading .socmenu {
	top:27px;
}
.tinyheader .page-heading .gramenu {
	top:32px;
}
.tinyheader .page-heading .gramenu img {
	width: 60px;
	height: 60px;
}

.page-content {
	padding-top:140px;
}
.page-wrapper .article {
	max-width:1186px;
	margin:auto;
}
.page-wrapper .article-content {
	max-width:700px;
}
.page-wrapper .article-content img {
	max-width:100%;
}

/*images*/
.img-fulltext-left {
	max-width:250px;
	float:left;
	margin:0 20px 1em 0;
}
.img-fulltext-right {
	max-width:250px;
	float:right;
	margin:0 0 1em 20px;
}

/*search*/
.page-search {
	background-color:#000;
	color:#FFF;
	transition: all 0.5s;
}
.page-search.menufixed {
	position:fixed;
	width:100%;
	z-index:9;
	left:0;
}
.fixedspacer {
	height:110px;
	clear:both;
}
.tinyheader .page-search.menufixed {
	top:80px;
}
.tinyheader .fixedspacer {
	height:110px;
	clear:both;
}
.tinyheader .fixedspacer.showmore {
	height:340px;
}
.page-search a {
	color:#FFF;
}
.search-bar {
	height: 110px;
	text-align:center;
	padding-top:30px;
	box-sizing: border-box;
}
.search-bar .search-bar-border {
	position:relative;
	border:1px solid #000;
	border-radius:5px;
	background-color:#FFF;
	width:35%;
	height:38px;
	margin:auto;
}
.search-bar .field-default {
	background-color:#FFF;
	font-size: 20px;
	color:#888;
	width:100%;
	height:36px;
	border:none;
	border-radius:5px;
	padding-left:5px;
}
.search-bar .field-submit {
	position:absolute;
	top:0;
	right:0;
	background-color:transparent;
	width:36px;
	height:36px;
	border:none;
	border-radius:5px;
	background-image: url("../images/field-default.png");
	background-repeat: no-repeat;
	background-position: 70% 50%;
	text-indent:-9999px;
	outline:none;
	cursor:pointer;
}
.search-link {
	line-height:36px;
	margin-left:5px;
	margin-right:5px;
}
.search-bar a.button-extra {
	float:left;
	color:#FFF;
	text-decoration:none;
	margin-top:35px;
	margin-left:3%;
	display:inline-block;
	font-size: 20px;
	font-weight:bold;
	cursor:pointer;
}
.search-bar a.button-extra:hover {
	text-decoration:underline;
}
.search-extra {
	position:relative;
	overflow:hidden;
	width:80%;
	margin:auto;
	max-height: 0;
    -moz-transition: max-height 1s ease;
    -webkit-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
}
.search-extra.showmore {
	max-height: initial;
	min-height: 229px;
}
@media(max-width: 768px) {
  .mobile-only {
    display: none;
    visibility: hidden;
  }
  .mobile-only-more-btn {
      right: 10px;
      bottom: 10px;
      position: absolute;
      text-decoration: underline;
      cursor: pointer;
  }
  .minder {
    display: none;
  }
  .laat-zien {
    display: block;
  }
  .verstop {
    display: none;
  }
  .showless .mobile-only-more-btn {
    display: none;
    visibility: hidden;
  }
  .showless {
    height: 0px !important;
  }
}

@media(min-width: 769px) {
  .mobile-only-more-btn  {
    display: none;
    visibility: hidden;
  }
}
.search-extra-row {
	border-bottom:1px solid #FFF;
	clear:both;
	margin-bottom:10px;
}
.search-extra-label {
	float:left;
	min-height:10px;
	font-weight:bold;
	width:7%;
	padding-right:20px;
}
.search-extra-radios {
	float:left;
	min-height:10px;
}
.search-extra-radios div {
	min-height:30px;
	padding-right:20px;
}
.search-extra-button {
	clear:both;
	text-align:center;
	padding:20px 0;
}
.search-extra-button input {
	background-color:#FFF;
	color:#000;
	border:none;
	padding: 3px 10px;
	font-size:18px;
	text-transform: uppercase;
	cursor:pointer;
	outline:none;
}
.search-extra-period {
	float:left;
	height:80px;
	padding-right:50px;
	width:30%;
	position:relative;
}
.search-extra-period * {
	transition: none;
}
.noUi-connect {
    background: #CCC;
}
.search-extra-period .slider  {
	margin:5px 0;
}
.search-extra-period .startyear  {
	float:left;
}
.search-extra-period .endyear  {
	float:right;
}
.search-extra-place  {
	float:left;
	min-height:10px;
	width:30%;
	position:relative;
}
.search-extra-place  input {
	border:1px solid #000;
	width:100%;
	height:25px;
	padding-left:5px;
	font-size: 18px;
}

/*homepage-header*/
.homepage-header {
	position:relative;
	height:430px;
	background-color:#000;
}
.homepage-header .bgimage {
	position:absolute;
	width:100%;
	text-align:center;
	z-index:1;
	top:0;
}
.homepage-header .bgimage img {
	height:430px;
}
.homepage-header .overlay {
	position:absolute;
	height:430px;
	width:100%;
	top:0;
	left:0;
	z-index:3;
    background-color: rgba(0,0,0,.5);
}
.homepage-header .gradient1 {
	position:absolute;
	height:430px;
	width:300px;
	top:0;
	left:0;
	z-index:2;
	background: -webkit-linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
    background: -o-linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
    background: -moz-linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
    background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
}
.homepage-header .gradient2 {
	position:absolute;
	height:430px;
	width:300px;
	top:0;
	right:0;
	z-index:2;
	background: -webkit-linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
    background: -o-linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
    background: -moz-linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
}
.homepage-header .highlights {
	position:absolute;
	text-align:center;
	z-index:4;
	top:0;
	margin-left:120px;
}
.homepage-header .highlight {
	float:left;
	width:450px;
	height:430px;
	margin:0 40px;
	padding-top:40px;
	cursor:pointer;
}
.homepage-header .highlight a {
	color:inherit;
	text-decoration:inherit;
}
.homepage-header .highlight .textblock {
	float:left;
	width:235px;
	height:360px;
	position:relative;
	background-color:#FFF;
}
.homepage-header .highlight h3 {
	background-color: #D8431A;
	color:#FFF;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding: 3px 10px;
	font-size:18px;
	text-transform: uppercase;
}
.homepage-header .highlight .padding {
	padding:50px 20px 10px 20px;
	text-align:left;
	font-size:18px;
}
.homepage-header .highlight .padding h2 {
	font-size:30px;
	margin:0 0 10px;
}
.homepage-header .highlight .sideimg {
	float:right;
	padding:10px 0;
}
.homepage-header .highlight .sideimg img {
	display:inline-block;
	width:215px;
	height:340px;
	object-fit: cover;
}

/*page-blocks"*/
.page-blocks .blocks-head {
	height:95px;
	text-align:center;
}
.page-blocks .blocks-head h2 {
	font-size:30px;
	margin:0;
	padding-top:25px;
	text-transform: uppercase;
}
.page-blocks .blocks-description {
	padding-bottom:10px;
	padding-left: 4.5%;
	padding-right: 4.5%;
}
.page-blocks .blocks {
	margin-left:4.5%;
	min-height: 100px;
}
.blocks .block {
	position: relative;
	float: left;
	width:28.6%;
	margin-right:4.7%;
	cursor:pointer;
	margin-bottom:50px;
	min-height:540px;
	padding-bottom:30px;
}
.blocks .block a {
	color:inherit;
	text-decoration:inherit;
}
.blocks .block .btn {
	position:absolute;
	bottom:0;
	left:0;
}
.blocks .block .block-img {
	position: relative;
	width:100%;
	height:250px;
}
.blocks .block .block-img img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.blocks .block .block-img-text {
	position:absolute;
	top:1px;
	right:0;
	width:80%;
	text-align:right;
}
.blocks .block .block-img h3 {
	display:inline;
	background-color:#000;
	color:#FFF;
	margin:0;
	padding:10px;
	/*box-shadow: 5px 0 0 #000, -5px 0 0 #000;*/
	-webkit-box-decoration-break:clone;
	-moz-box-decoration-break:clone;
	box-decoration-break: clone;
	font-size:23px;
	line-height:46px;
}
.blocks .block .block-img a {
	display:inline-block;
	width:27px;
	height:27px;
	line-height:-9999px;
	font-size:1px;
	background-image: url("../images/rode_pijl.png");
	overflow:hidden;
	margin:1px 0;
}
.blocks .block .block-text h2 {
	font-size:23px;
	margin:10px 0;
	text-decoration:none;
}
.blocks .block .block-text .btn {
	margin-top:20px;
}
.sidebar-blocks .blocks .block {
	float: none;
	width: 100%;
	margin-right:0;
	margin-bottom:50px;
	min-height:10px;
	padding-bottom:0;
}



/*search-result*/
.search-result .search-head,
.search-result .search-foot {
	height:95px;
	line-height:95px;
	font-weight:bold;
	clear:both;
	padding-left:4.5%;
}
.search-result .search-head a{
	color:#000;
	text-decoration:underline;
}
.search-result .search-foot .pagenr {
	margin: 0 3px;
}
.page-content .search-result .search-foot .pagination {
    padding: 10px 0 25px 0;
}

.search-result .search-blocks {
	margin-left:4.5%;
	min-height: 100px;
	text-align:left;
	clear:both;
	display: flex;
	flex-wrap: wrap;
}
.search-result .search-blocks .block {
	position: relative;
	min-height: 10px;
	width:19.9%;
	min-height:400px;
	margin-right:3.7%;
	margin-bottom:3.7%;
	background-color:#FFF;
	min-height:425px;
	cursor:pointer;
	text-decoration:none;
	display:block;
}
.search-result .block-img {
	position: relative;
	width:100%;
	height:195px;
	background: url("../images/radar.png") no-repeat 50% 40%;
	display:block;
}
.search-result .block-img img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.search-result .block-img h3 {
	position:absolute;
	bottom:25px;
	left:0;
	bottom:0;
	text-align:left;
	background-color: #D8431A;
	color: #FFF;
	margin: 0;
	padding: 3px 10px;
	font-size: 18px;
	text-transform: uppercase;
}
.search-result .block-text {
	display:block;
}
.search-result .block-text .padding {
	padding: 10px 20px;
	text-align:left;
	color: #000;
	text-decoration:none;
	display:block;
}
.search-result .block-text h2 {
	font-size:23px;
	margin:10px 0;
	color: #000;
	text-decoration:none;
	max-height:100px;
	overflow:hidden;
}


/*search-detail*/
.search-detail {
	position:relative;
}
.search-detail .share-links {
	float:right;
}
.search-detail .share-links div {
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:10px;
	margin-left:10px;
	text-align:center;
	cursor:pointer;
	border:3px solid #CFD2D2;
}
.search-detail .share-links div i {
	font-size:25px;
	line-height:35px;
	color:#CFD2D2;
}
.search-detail .share-links div:hover {
	border:3px solid #000;
}
.search-detail .share-links div:hover i {
	color:#000;
}
.search-detail a.anchor {
	font-weight: bold;
	font-size:18px;
	text-decoration:none;
}
.search-detail-back {
	padding-top:17px;
}
.search-detail-back a {
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
.search-detail-head {
	background-color:#FFF;
	padding:20px;
	margin-bottom:35px;
}
.search-detail-head .head-img {
	float:left;
}
.search-detail-head .head-img .img-bnd {
	position: relative;
}
.search-detail-head .head-img img  {
	margin-right:35px;
	max-width:100%;
	min-width:160px;
	max-height:260px;
}
.search-detail-head .head-img h3 {
	position:absolute;
	bottom:25px;
	left:0;
	bottom:0;
	text-align:left;
	background-color: #D8431A;
	color: #FFF;
	margin: 0;
	padding: 3px 10px;
	font-size: 18px;
	text-transform: uppercase;
}
.search-detail-head .head-details {
	float:left;
	max-width:60%;
}
.search-detail-head .head-details h2 {
	margin-top:-6px;
}
.search-detail-head .head-details iframe {
	max-width:100%;
	width:420px;
}

.search-detail-main {
	background-color:#FFF;
	padding:35px;
	position:relative;
}
.search-detail-main h3 {
	margin-bottom:1px;
}
@media(max-width: 768px) {
	.search-detail-main {
		padding:20px;
	}
}
.search-detail .floating-anchors {
	position:fixed;
	display:none;
	z-index:8;
	top:4%;
	width: 100%;
	margin-left:-50px;
	min-height:50px;
}
.search-detail .floating-anchors .content-wrapper {
	max-width:1180px;
}
.search-detail .floating-anchors .padding {
	background-color:#FFF;
	padding: 55px 20px 20px 20px;
}
.floatanchors .search-detail .floating-anchors {
	display:block;
}
.floatanchors .search-detail-main .anchors {
	display:none;
}
.search-detail-main .details {
	margin-bottom:35px;
}
.search-detail-main .details .textblock {
	max-width:800px;
}
.search-detail-main table.dettable {
	margin-bottom:17px;
	margin-left: -5px;
}
.search-detail-main table.dettable th {
	text-align:left;
	padding:8px 5px;
}
.search-detail-main table.dettable td {
	padding:8px 15px 8px 5px;
	vertical-align:top;
}
.search-detail-main table.dettable td.nowrap {
	white-space: nowrap;
}
.search-detail-main table.dettable tr:hover td {
	background-color: #EEE;
}
#zie-ook table.dettable tr.record-detail img {
	width:40px;
}
#zie-ook .record-style {
  visibility: hidden;
}
#zie-ook .record-style h3 {
  visibility: visible;
}
#zie-ook table.dettable {
  margin-bottom: 0; 
}
.search-detail-main table.dettable tr.record-detail img {
	width:100px;
}
.search-detail-main table.dettable tr.record-detail img.smallthumb {
	width:40px;
}
.search-detail-main table.dettable tr.record-detail h3 {
	font-weight:normal;
	font-size:1em;
	margin:0;
}

.search-detail-main .film {
	margin-bottom:1em;
}
.search-detail-main .film h3 {
	font-size:1em;
	margin:0;
}
.search-detail-main .film .inhoud {
	max-width: 100%;
	max-height: 120px;
	text-overflow: ellipsis;
	overflow: hidden; 
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
#video .aets {
	position:relative;
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
#video .aets .film {
	margin-right: 10px;
	flex: 1 0 48%;
}
#afbeeldingen .aets img {
	margin-left:5px;
}

@media(max-width: 768px) {
	.hide-mobile {
	display: none;
	}
	#afbeeldingen img {
		max-width: 42%;
	}
	#video .aets {
		display:block;
	}
	#video .aets .film {
		width:100%;
		padding-right:0;
	}  
}
@media(min-width: 769px) {
  .hide-desktop {
    display: none;
  }
}


.search-detail-main .images img {
	max-height:250px;
	margin:0 17px 17px 0;
}
.search-detail-main .images img {
	max-height:150px;
	margin:0 17px 17px 0;
}
@media(max-width: 768px) {
  .search-detail-main .images img {
  	max-height:100px;
  	margin:0 17px 17px 0;
  }
  .record-style {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
  }
}
@media(man-width:769px) {
  .record-style {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 600px;
  }
}

/*footer*/
.page-footer {
	position:relative;
	clear:both;
	background-color: #000;
	margin-top:50px;
	color:#FFF;
	background-image: url("../images/bg-footer.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow:hidden;
}
.page-footer .page-wrapper {
	padding-top:50px;
	max-width: 1186px;
}
.page-footer a {
	text-decoration: none;
	color:#FFF;
}
.page-footer a:hover {
	text-decoration: underline;
}
.page-footer p {
	margin-bottom:10px;
}
.page-footer .footer-social {
	display: flex;
	justify-content: center;
}
.page-footer .footer-social a {
	float:left;
	display:block;
	color: #FFF;
	margin:0 20px;
	font-size:20px;
}
.page-footer .footer-menu {
	display: flex;
	justify-content: flex-end;
}
.page-footer .footer-menu ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.page-footer .footer-menu ul li {
	display: block;
	position: relative;
	margin:0;
	padding:0 0 5px 0;
}
.page-footer .footer-bottom {
	clear:both;
	height:100px;
	display: flex;
	justify-content: center;
}



/*helper*/
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.grid-col2,
.grid-col3,
.grid-col4 {
	position: relative;
	min-height: 10px;
	float: left;
}
.grid-col2 {
	width:50%;
}
.grid-col3 {
	width:33.3%;
}
.grid-col4 {
	width:25%;
}

.btn {
	display:inline-block;
	height: 35px;
	line-height: 35px;
	background-color:#E0E2E2;
	color:#D8431A;
	font-size: 19px;
	font-weight: normal;
	padding:0 20px;
	border:0;
	cursor:pointer;
	border-radius:5px;
	text-decoration:none;
}
.btn:hover {
	background-color:#CCC;
}

/*joomla*/
.btn.jmodedit,
ul.actions {
	display:none !important;
}

/*hamburger*/
.hamburger {
	position:absolute;
	top:15px;
	right:5px;
	width: 50px;
	height: 50px;
	display:none;
	cursor:pointer;
}
.hamburger span {
	display: block;
	width: 38px;
	height: 6px;
	margin-bottom: 6px;
	position: relative;
	background: #000;
	border-radius: 4px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
}
.hamburger span:first-child {
	transform-origin: 0% 0%;
}
.hamburger span:nth-last-child(2) {
	transform-origin: 0% 100%;
}
.hamburger.close span {
	opacity: 1;
	transform: rotate(45deg) translate(4px, 1px);
	background: #000;
	width: 40px !important;
	height: 6px !important;
}

.hamburger.close span:nth-last-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
.hamburger.close span:nth-last-child(1) {
	transform: rotate(-45deg) translate(-6px, 1px);
}

/*mi_highlight*/
.mi_highlight {
    background-color: yellow;
}


/*pagination*/
.page-content .pagination {
    width: 100%;
    clear: both;
    padding: 100px 0 25px 0;
    text-align: center;
}
.page-content .pagination ul {
    display: inline-block;
    margin: 0 auto;
}
.page-content .pagination ul li {
    display: inline-block;
    padding: 10px;
	font-weight:bold;
}


/*agenda*/
.agenda-content {
	text-align:left;
}
.agenda-content ..ic-divTable {
	border-spacing:0;
}
.agenda-content .ic-divCell {
    padding: 1px 0;
}


/*sidebar*/
.hassidebar {
	float:left;
	max-width:880;
}
.sidebar {
	float:right;
	width:375px;
	padding:27px 0;
}
body.category .hassidebar {
	float:none;
	max-width:inherit;
}
body.category .sidebar {
	display:none;
}



/*mobile*/
@media only screen and (max-width: 770px) {
	.page-heading,
	.tinyheader .page-heading {
		height: 60px;
	}
	.page-heading .logo {
		top:5px;
		left: 5px;
	}
	.page-heading .logo img {
		height: 50px;
	}
	.hamburger {
		display:block;
	}
	.page-wrapper {
		width:100%;
		min-width: 100%;
	}
	.page-heading .page-wrapper {
		height: 100%;
	}
	.page-content {
		padding: 60px 0px 0;
	}
	.page-heading .menublock {
		display:none;
	}
	.page-wrapper .content-wrapper {
		padding-right: 0;
		padding-left: 0;
	}

	.page-heading.menuopen .menublock {
		display:block;
		position:absolute;
		width:100%;
		height:100%;
		background-color:#000;
		top:60px;
		left:0;
		right:0;
		z-index:1;
	}
	.page-heading.menuopen .mainmenu {
		top: 30px;
		left: 50px;
	}
	.page-heading.menuopen .mainmenu ul li {
		display: list-item;
		background-color:transparent;
		float:none;
	}
	.page-heading.menuopen .mainmenu ul li a {
		color:#FFF;
		padding-bottom:10px;
		display:inline;
		text-decoration:none;
	}
	.page-heading.menuopen .mainmenu ul li ul {
		visibility: visible;
		display:block;
		position:relative;
		opacity: 1;
		margin-top:-5px;
	}
	.page-heading.menuopen .mainmenu ul li ul li:before {
		color:white;
		content: "-";
		text-indent: -5px;
		margin-right:5px;
		font-size:2em;
	}
	.page-heading.menuopen .mainmenu ul li ul li {
		padding: 1px 1rem;
		line-height:20px;
	}
	.page-heading.menuopen .socmenu {
		top: initial;
		bottom: 10px;
		left: 0;
	}
	.page-heading.menuopen .socmenu a {
		color: #FFF;
	}
	.page-heading.menuopen .gramenu {
		top: initial;
		left: initial;
		bottom: 10px;
		right:10px;
	}
	.page-heading.menuopen .gramenu img {
		top: initial;
		width: 30px;
		height: 30px;
		position: relative;
	}

	.homepage-header {
		height: initial;
	}
	/*.homepage-header .bgimage,
	.homepage-header .overlay,
	.homepage-header .gradient1,
	.homepage-header .gradient2,
	.homepage-header .highlight:nth-child(2) {
		display:none;
	}*/
	.homepage-header .highlights {
		margin-left: 0;
		width: 100%;
		position: relative;
	}
	.homepage-header .highlight {
		position:relative;
		float: none;
		width: 100%;
		height: initial;
		margin: 0 0 10px;
		padding-top: 0;
	}
	.homepage-header .highlight .textblock {
		float: none;
		width: 100%;
		height: initial;
	}
	.homepage-header .highlight .sideimg {
		float: none;
		width: 100%;
		padding:0;
	}
	.homepage-header .highlight .sideimg img {
		width: 100%;
	}

	.page-blocks .blocks {
		margin-left:0;
	}
	.blocks .block {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.blocks .block .padding {
		padding:0 10px;
	}

	.grid-col2, .grid-col3, .grid-col4 {
		float: none;
		width: 100%;
		clear:both;
		padding:0 0 20px 0;
	}
	.footer-social {
		padding-bottom:20px;
	}

	.search-result .search-blocks {
		margin-left: 10px;
		margin-right: 10px;
	}
	.search-result .search-blocks .block {
		float: none;
		width: 100%;
		clear:both;
	}

	.search-detail .share-links {
		float:none;
		padding-top:17px;
	}
	.search-detail-head .head-img,
	.search-detail-head .head-details {
		float:none;
		max-width:100%;
	}
	.tinyheader .page-search.menufixed {
		top:60px;
	}
	.search-bar .search-bar-border {
		width: 80%;
	}
	.search-extra-label {
		float: none;
	}
	.search-extra-radios {
		width:49%;
	}
	.search-extra-period {
		width: 80%;
		margin-left:5%;
	}
	.search-extra-place {
		width: 90%;
		margin-bottom:1em;
	}

	.page-footer .grid-col3 {
		padding-left:15px;
	}
	.page-footer .footer-social {
		display: block;
		justify-content: none;
		padding-bottom:40px;
	}
	.page-footer .footer-social a {
		margin: 0 40px 0 0;
	}
	.page-footer .footer-menu {
		display: block;
		justify-content: none;
		padding-bottom:20px;
	}


	.hassidebar {
		float:none;
	}
	.sidebar {
		float:none;
		width:100%;
	}
	.page-content .pagination ul {
		padding:0;
		margin:0 0 0 -4.5%;
	}
	.page-content .pagination ul li {
		padding: 10px 5px;
	}
	
	.search-detail .floating-anchors {
		margin-left:0;
	}
	
}

.guidimage {
  max-height: 150px;
  margin: 0 17px 17px 0;
}

/*print*/
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
