/* # Genesis
Theme Name: Theaterkrant
Description: De website over Theater.
Author: Arjen Klein Poelhuis
Author URI: https://www.arjenkp.nl
Version: 1.0
Template: genesis
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=optional');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=optional');

@font-face {
    font-family: GarageGothic;
    src: url('fonts/GarageGothic-Black.otf');
    font-display: block;
}


@font-face {
    font-family: GarageGothic;
    src: url('fonts/Bukvic.otf');
    unicode-range: U+0106-0107 !important;
    font-display: swap;
}



/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v7.0.0 | MIT License | https://necolas.github.io/normalize.css/ */

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */


body {
	max-width: 100%;
	background-color: #fff;
	color: #333;
	font-family: Georgia, serif;
	font-size: 18px;
	margin: 0;
}

.sidebar {
	font-family: 'Roboto', sans-serif;
}

.scroller-mobile {
	display: none;
}

.interscroller-bg {
	top: 0% !important;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #FC4F1E;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

.page p, .page ul {
	line-height: 32px;
} 

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

#inner #container ol,
#inner #container ul {
	margin: 15px 0;
	padding: 0;
}

#inner #container li {
	list-style-type: disc;
	margin-left: 20px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.footer-title {
	font-family: "GarageGothic", sans-serif;		
	font-weight: 500;	
	color: #FC4F1E;
	text-transform: uppercase;
	letter-spacing: 1px;
}


h1 {
	font-size: 100px;
	text-align: center;
	line-height: 91px;
	letter-spacing: 1.39px;
	margin: 0px 0px 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 1px;
}


.yarpp-related h3 {
	font-family: "GarageGothic", sans-serif !important;	
	font-weight: 900;	
	color: #FC4F1E;
	text-transform: uppercase !important;	
	letter-spacing: 1px;
	font-size: 40px !important;
	line-height: 48px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
	
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #FC4F1E;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #FC4F1E;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner {
	margin: 0 auto;
	max-width: 1250px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 780px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 0 0;
}

/* ## Genesis
--------------------------------------------- */

.archive-description,
.author-box {
	margin-bottom: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.header-widget-area {
	position: relative;
	background-color: #fff;
	max-width: 1250px;
	margin: 0 auto;
	height: auto;
}

.search-form {
    position: absolute;
    right: 0px;
    top: 6px;
    z-index: 2000;
}	

.home .search-form {
	overflow: hidden;
    top: 15px;
}
 
.search-input {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 39px 27px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 40px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}

.home .search-input {
	background-image: url(images/search-icon_zwart.png);
}
 
.search-input:focus {
    border: 1px solid #ccc;
    cursor: text;
    width: 250px;
    background-image: none;
    background-color: #fff;
    padding: 2px 0 2px 5px;
}
.search-form
.search-submit { 
	display:none;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.author-box-title,
.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 40px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */



div#header {
	height: auto;
}


div#inner {
    max-width: 1260px;
    margin: 20px auto 20px;
    padding: 0 10px;
	overflow: none;
}

.site-header {
	min-height: 160px;
	border-bottom: 1px solid #eee;
}

.site-header .wrap {
	padding: 40px 0;
}

.header-banners {
	height: 266px;
	background-color: #efefef;
	max-width: 100%;
	padding-top: 25px;
	margin: 0 10px;
}

.header-banners div {
	max-width: 1250px;
	margin: 0 auto;
}

.header-banners #revive-0-1 {
	float: right;
}

/* ## Title Area
--------------------------------------------- */

.logo {
	width: 350px;
	height: 250px;
	transform: rotate(360deg);
	color: #FFFFFF;
	font-family: GarageGothic;
	text-transform: uppercase;
	font-size: 109.24px;
	font-weight: 900;
	letter-spacing: 0.39px;
	line-height: 89px;
	background-color: #FC4F1E;

}

#title-area {
	display: none;
}

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 780px;
}


/* Live blog */

.postid-202169 .post-info, .postid-202169 .post-meta {
	display: none;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */


#nav_menu-3 {
	max-width: 870px;
    display: inline-block;
    float: right;
    margin-right: 15px;
}

#search-3 {
	float: right;
}

.home #search-3 {
	display: none;
}

.menu-topmenu-container {
	position: relative;
	z-index: 1000;
}

#menu-topmenu {
	background-color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	transform: rotate(360deg);
	font-size: 16px;	
	font-weight: 300;	
	text-transform: uppercase;
	letter-spacing: 0.6px;
	width: 100%;
	color: #333;
	line-height: 32px;
	margin-right: 15px;
	z-index: 10000;
	height: auto;
}


#menu-topmenu .menu-item {
	display: inline-block;
	text-align: left;
}

#menu-topmenu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 20px 15px;
}


#menu-topmenu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	padding: 10px 20px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
}

#menu-item-142499 {
		display: none !important;
	}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #FC4F1E !important;

}

.genesis-nav-menu .current-menu-item > a {
	font-weight: bold;
}

.single-recensie #menu-item-787 a, .single-nieuws #menu-item-786 a, .single-podcast #menu-item-94194 a, .tax-dossiers #menu-item-94192 a, .single-vacature #menu-item-55390 a {
	color: #FC4F1E !important;
	font-weight: bold;
}

.single-recensie #menu-item-787 .sub-menu li a, .single-nieuws #menu-item-786 .sub-menu li a, .single-podcast #menu-item-94194 .sub-menu li a, .tax-dossiers #menu-item-94192 .sub-menu li a, .single-vacature #menu-item-55390 .sub-menu li a {font-weight: normal;}

.tax-dossiers #menu-item-94192 .sub-menu a, .single-vacature #menu-item-55390 .sub-menu a {
	font-weight: 300;
	color: #333 !important;
}

.sub-menu {
	display: block;
	background-color: #fff;
	border-top: 1px solid #eee;
	left: -9999px;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 210px;
	z-index: 10000;
	margin-top: -12px;
}

.sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	padding: 10px 20px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
}

.sub-menu .sub-menu {
	margin: -56px 0 0 209px;
}

.menu-item-94195 a {
	background: url('images/facebook_zwart.png') no-repeat center;
	text-indent: -99999px;
		padding-bottom: 2px;
}

.menu-item-94196 a {
	background: url('images/twitter_zwart.png') no-repeat center;
	text-indent: -99999px;
	padding-bottom: 2px;
}

.home .menu-item-94195 a {
	background: url('images/facebook.png') no-repeat center;
	text-indent: -99999px;
}

.home .menu-item-94196 a {
	background: url('images/twitter.png') no-repeat center;
	text-indent: -99999px;
}

.menu-item-94197 a {
	font-size: 13px;
	text-transform: none;
	text-decoration: underline !important;
	position: relative;
	bottom: 1px;
}

.menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary and Secondary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	border-bottom: 1px solid #eee;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding-right: 10px;
	text-decoration: none;
}

.pagination .active a {
	color: #333;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-respond {
	background-color: #f7f7f7;
	padding: 36px 75px 36px 75px;
	margin-top: 50px;
}

.comment-respond p {
	font-family: 'Roboto',sans-serif;
	color: #333;
	font-size: 16px;
	margin-bottom: 9px;
}

.comment-respond ::placeholder {
	font-size: 19px;
	color: #9B9B9B;
	font-size: 16px;
}

.comment-header {
	font-size: 16px;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
	padding-left: 0;
}

.comment-respond label {
	display: inline-block;
	margin-right: 12px;
}

.comment-respond input, .comment-respond textarea {
	border: none;
	font-family: 'Roboto',sans-serif;
	font-size: 16px;
	padding: 10px;
}

.comment-respond input[type="submit"] {
	margin-top: 10px;
	font-size: 14px;
	border-radius: 2px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

#comment {
	max-width: 940px;
}

.comment-form-url {
	display: none;
}

.comment-form-email label, .comment-form-author label {
	display: none;
}

.comment-navigation {
	margin-top: 20px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}

.before-footer {
	background-color: #333;
	max-width: 100%;
}

.before-footer-container {
	max-width: 1250px;
	margin: 0 auto;
	min-height: 150px;
}

.before-footer .footer-title {
	color: #fff;
	font-size: 41px;
	text-align: left;
	line-height: 49px;
	letter-spacing: 1.39px;
	padding-left: 0px;
	padding-top: 20px;
	float: left;
}

.before-footer .footer-title a, .before-footer .footer-title a:hover {
	color: #fff;
}

.before-footer .search-form {
	position: relative;
	top: 0px;
	right: 0px;
}

.before-footer form {
	float: right;
	padding-top: 25px;
}

.before-footer input[type="text"] {
	color: #fff;
	width: 200px;
	height: 18px;
	background-color: #333;
	border-bottom: 1px solid #ddd;
	border-top: none;
	border-left: none;
	border-right: none;
}

.before-footer input[type="submit"] {
	background: url('images/search_icon_bottom.png') no-repeat 0 !important;
	background-color: transparent;
	text-indent: -100px;
}

.site-footer {
	border-top: 1px solid #ddd;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
}

.site-footer p {
	margin-bottom: 0;
}

#footer-widgets {
	max-width: 100%;
	margin: 0 auto;
	background-color: #333333;
	min-height: 400px;
}

#footer-widgets .wrap {
	max-width: 1250px;
	padding-left: 0px;
	margin: 0 auto;
}

.footer-widgets .widget-area {
	width: 208px;
	display: inline-grid;
}

.footer-widgets .widget-title {
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 16px;
	text-transform: uppercase;	
	font-weight: bold;	
	letter-spacing: 0.6px;	
	line-height: 20px;
	color: #fff;
}

.footer-widget-area .widget-wrap {
	width: 190px !important;
	border-right: 0.5px solid #ccc;
	padding-right: 15px;
	min-height: 350px;
}

.footer-widget-area #custom_html-7 .widget-wrap {
	border-right: none;	
}

.footer-widgets {
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;	
	font-weight: 100;
}

.footer-widgets a {
	display: inline-block;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;	
	font-size: 14px;	
	font-weight: 100;	
	letter-spacing: 0.3px;	
	line-height: 20px;
	padding: 3px 0;
}

.footer-widgets a:hover {
	color: #FFF;
	text-decoration: none;
}

.footer-widgets .footer-copyright {
	display: inline-block;
	border-top: 1px dotted #fff;
	padding-top: 8px;
	margin-top: 8px;
}

.footer-widgets #custom_html-7 img {
	padding-right: 5px;
}

#footer {
	display: none;
}

/* Opbouw pagina met rechterkolom */

.content-header {
	display: block;
	max-width: 1260px;
	padding: 0 10px;
	margin-bottom: 50px;
}

.content-header .categories-nav {
	display: flex;
	max-width: 800px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
}

.content-header .categories-nav a {
	display: inline-block;
	background-color: #FC4F1E;
	padding: 1px 5px;
	margin: 2px 5px;
	color: #FFFFFF;
	font-family: 'Roboto',sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.49px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
}

.recensie.sidebar, .vacature.sidebar, .nieuws.sidebar, .tm-artikel.sidebar {
	max-width: 280px;
	margin-left: 20px;
	line-height: 30px;
	float: left;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
}

.tax-dossiers .nieuws.sidebar {
	margin-top: 220px;
}

.vacature.sidebar {
	float: right !important;
}

.lees-verder a {
	background-color: #FC4F1E;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	font-family: 'Roboto',sans-serif;
	position: relative;
	top: 100px;
	border-radius: 2px;
	font-weight: bold;
}

.knop-meer {
	width: 120px;
	height: 32px;
	margin: 0 auto;
	padding-top: 9px;
	padding-left: 7px;
	padding-right: 7px;
	font-family: 'Roboto',sans-serif;
	font-size: 13px;	
	font-weight: bold;	
	letter-spacing: 0.49px;	
	line-height: 15px;	
	text-align: center;
	border-radius: 2px;
}

.knop-meer.oranje {
	background-color: #FC4F1E;
	color: #fff;
}

.knop-meer.oranje a {
	background-color: #FC4F1E;
	color: #fff;
	text-decoration: none;
}

.knop-meer.zwart {
	background-color: #333;
	color: #fff;
}

.knop-meer.zwart a {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

.knop-meer.vacature-toevoegen {
	width: 150px;
	margin-bottom: 20px;
}

.knop-meer.nieuwsbrief {
	width: 200px;
	margin-top: 20px;
}

/* home */

.home #inner {
	max-width: 100%;
	margin: 0 auto;
}

.home-header-content {
	max-width: 100%;
	margin: 0 auto;
	background: #333 url('images/paginahoek-grijsverloop-wit.png') right 100.5% no-repeat;
	height: 780px;
}

.home-header-container {
	max-width: 1260px;
	padding: 0 10px;
	margin: 0 auto;
}

.home-logo, .home-menu {
	display: inline-block;
}

.page-logo, .home-menu {
	display: inline-block;
}

.home-logo {
	z-index: 100;
	position: relative;
	margin-left: -5px;
}

.page-logo {
	z-index: 100;
	position: relative;
	margin-left: 0px;
}

.home-menu {
	vertical-align: top;
	float: right;
	z-index: 100;
	position: relative;
}

.home-menu #menu-topmenu {
	color: #fff;
	background-color: #333333;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.home-menu #menu-topmenu a {
	color: #fff;
	background-color: #333333;
	padding: 25px 25px 15px 0;
	opacity: 0.9;
	transform: rotate(360deg);
}

.home-menu #menu-topmenu .sub-menu a {
	background-color: #333333;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	padding: 10px 20px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
}

.home-featured {
	position: relative;
	top: -120px;
	max-width: 1250px;
	margin: 0 auto;
	z-index: 1;
}

.home-featured .commentnumber {
	color: #FC4F1E;	
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 12px;	
	font-weight: 300;
	height: 50px;
    width: 50px;	
	line-height: 14px;
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 100;
	background: url(images/paginahoek-rood-op-donkergrijs.png) right top no-repeat;	
}

.home-featured .commentnumber a {
	position: absolute;
	top: 4px;
	right: 4px;
}

.home-featured .commentnumber a:hover {
	color: #FC4F1E;
}

.home-featured-left {
	float: left;
	position: relative;
	display: inline-block;
	width: 600px;
	height: 600px;
}

.home-featured-left .text {
	position: absolute;
	bottom: 30px;
	left: 30px;
	max-width: 400px;
}

.home-featured-left .titel-nieuwsblok a {
	font-size: 60px;
	font-family: 'GarageGothic', sans-serif;
	letter-spacing: 1.5px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.home-featured-left .category {
	display: inline-block;
	padding: 4px 0;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-featured-left article {
	max-width: 600px;
	height: 600px;
}

.home .home-featured-left article .icoon {
	display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
}

.home-featured-right {
	width: 600px;
	height: 600px;
	float: right;
}

.home-featured-right-first {
	display: inline-block;
}

.home-featured-right-first article {
	height: 280px;
	width: 280px;
	position: relative;
}

.home-featured-right-first article .text {
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin-right: 20px;
}

.home-featured-right-first article .category a {
	display: inline-block;
	color: #FFFFFF;
	padding: 4px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;	
	line-height: 13px;	
	text-transform: uppercase;
	text-decoration: none;
}

.home-featured-right-first article .category {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;	
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.1em;	
	line-height: 13px;	
	text-transform: uppercase;
}

.home-featured-right-first article .titel-nieuwsblok a {
	height: 48px;
	width: 222px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.25px;
	line-height: 25px;
	text-decoration: none;
}

.home .home-featured-right-first .icoon {
	width: 60px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.home-featured-right-first article:first-child {
	margin-bottom: 38px;
}

.home-featured-right-second {
	float: right;
	width: 280px;
}

.mobile-advert {
	display: none;
}

.first-block {
	max-width: 1260px;
	padding: 0 10px;
	margin: 30px auto 20px;
	overflow: auto;
	clear: both;
}

.first-block .first-block-left {
	max-width: 960px;
	float: left;
	margin-top: 20px;
}

.first-block .first-block-right {
	max-width: 280px;
	line-height: 30px;
	float: right;
	padding-bottom: 20px;
	margin-top: 20px;
}

.gradient {
	width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4));
}

.home article.nieuwsblok {
	width: 435px;
    max-height: 180px;
    display: inline-block;
    margin-right: 40px;
	margin-bottom: 40px;
	border: 1px solid rgba(51,51,51,0.1);
	position: relative;
}

.home article.vakblad-theatermaker {
	width: 450px;
    height: 231px;
	float: right;
	margin-top: -22px;
	margin-right: 30px;
}

.home article.nieuwsblok img {
	width: 180px;
	height: 180px;
	float: left;
}

.home article.nieuwsblok .text {
	width: 248px;
	height: 180px;
	padding-left: 20px;
	padding-right: 10px;
	float: right;
}

.home article.nieuwsblok .text-withoutimage {
	width: 425px;
	height: 180px;
	padding-left: 20px;
	padding-right: 10px;
	float: left;
}

.home article.nieuwsblok .commentnumber {
	color: #FC4F1E;	
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 12px;	
	font-weight: 300;
	height: 50px;
    width: 50px;	
	line-height: 14px;
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 100;
	background: url(images/paginahoek-rood-op-wit.png) right top no-repeat;	
}

.home article.nieuwsblok .commentnumber a {
	position: absolute;
	top: 8px;
	right: 8px;
}

.home article.nieuwsblok .image, .home article.nieuwsblok .text {
	display: inline-block;
}

.home article.nieuwsblok a {
	text-decoration: none;
}

.home article.nieuwsblok .category {
	margin-top: 20px;
	display: inline-block;
}

.home article.nieuwsblok .category, .home article.nieuwsblok .category a {
	color: #FC4F1E;
	padding: 2px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;	
	line-height: 13px;	
	text-align: center;
	text-transform: uppercase;
}

.home article.nieuwsblok .titel-nieuwsblok {
	position: relative;
	top: 10px;
}

.home article.nieuwsblok .tekst-nieuwsblok {
	position: relative;
	top: 15px;
	font-size: 14px;
}

.home article.nieuwsblok .titel-nieuwsblok a {
	height: 48px;
	width: 222px;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.25px;
}

.home article.nieuwsblok .tekst-nieuwsblok a {
	color: #333333;
	font-size: 14px;
}

.home .premieres, .legenda {
	background-color: #FC4F1E;
	width: 280px;
	padding-bottom: 30px;
}

.home .premieres {
	margin-bottom: 20px;
}

.home .premieres h4, .legenda h4 {
	color: #fff;
	font-size: 38px;
	text-align: center;
	margin-top: 40px;
}

.home .theaterkalender, .medewerkers-recensie {
	padding: 20px 20px 30px;
	background-color: #ccc;
	color: #000;
	line-height: 18px;
	margin-bottom: 20px;
	width: 280px;
}

.home .theaterkalender a, .medewerkers-recensie a {
	color: #000;
	font-size: 14px;
}

.home .theaterkalender a:hover, .medewerkers-recensie a:hover {
	text-decoration: underline;
}

.medewerkers-recensie h3  {
	color: #fff;
	font-size: 38px;
	text-align: center;
	margin: 15px 0 10px;
	line-height: 40px;
	padding: 0;
}

.medewerkers-recensie p.theaterenc {
	margin: 10px 0;
}

.home .theaterkalender h4 {
	color: #fff;
	font-size: 38px;
	text-align: center;
	margin: 10px 0;
	line-height: 40px;
	padding: 0;
}

.home .theaterkalender h5 {
	padding: 0;
	margin: 0 0 20px;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.home .theaterkalender p {
	padding: 5px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 0.44px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #000;
	font-variant: normal;
	margin: 2px;
}

.medewerkers-recensie p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 0.44px;
	line-height: 20px;
	text-align: left;
	color: #000;
	font-variant: normal;
	margin: 2px;
}

.medewerkers-recensie p.theaterenc {
	text-align: left;
}

.home .theaterkalender p:last-of-type {
	display: none;
}

.home .theaterkalender img {
	margin-top: 20px;
}

.legenda {
	margin-top: 40px;
	background-color: #FC4F1E;
	padding: 10px;
	width: 280px;
	padding-bottom: 30px;
}

.legenda h4 {
	color: #fff;
	font-size: 38px;
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
}

.legenda h6 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	margin: 30px 0 10px;
}

.legenda img {
	width: 80px;
	padding: 0 10px;
	float: left;
}
.legenda p {
	padding: 0 20px;
	color: #fff;
	line-height: 24px !important;
}

.legenda span {
	color: #fff;
}

.legenda a {
	color: #fff;
	text-decoration: none;
}


.home .widget-wrap {
	width: 238px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.home .premieres li {
	padding: 5px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;	
	letter-spacing: 0.44px;	
	line-height: 20px;	
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-variant: normal;
}


/* theatermakerblok */

.home .theatermakerblok {
	max-width: 1260px;
	padding: 0 10px;
	min-height: 400px;
	margin: 0 auto;	
}

.theatermakerblok-left	{
	width: 920px;
	padding: 30px;
	background-color: #FFCFC2;
	float: left;
}

.theatermakerblok-left img {
	float: left;
	height: 320px;
	padding-right: 20px;
}

.theatermakerblok-left .text {
	color: #333333;	
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 0.74px;	
	line-height: 20px;
	margin-bottom: 10px;
}

.theatermakerblok-left strong {
	color: #FC4F1E;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;	
	font-weight: 500;
	padding: 8px 0;
	display: inline-block;
}

.theatermakerblok-right {
	max-width: 280px;
	float: right;
}

.theatermakerblok-right #revive-0-3 {
	margin-top: 0px;
}

.home .theatermakerblok h1 {
	font-size: 80px;
	text-align: left;
	margin: 0px;
}

.home .theatermakerblok h2 {
	font-size: 25px;
	margin: 0px;
}

.bannerblok {
	max-width: 100%;
	background-color: #333;
	clear: both;
	position: relative;
	min-height: 350px;
	padding: 30px 0 40px;
}

.bannercontainer {
	max-width: 1260px;
	padding: 0 10px;
	margin: 0 auto;
}

.bannerblok .banner {
	display: inline-block;
	margin-right: 20px;
}

/* vacatureblok home */

.home .vacatureblok {
	max-width: 100%;
	clear: both;
	position: relative;
	min-height: 350px;
	padding-bottom: 80px;
	background: #333 url('images/paginahoek-grijsverloop-wit.png') right 100.5% no-repeat;
}

.home .vacaturecontainer {
	max-width: 1250px;
	margin: 0 auto;
}

.home .vacatureblok h2 {
	margin: 20px 0;
	padding: 35px 0;
	text-align: center;
	font-size: 90px;
}

.home article.vacature {
	display: inline-grid;
	width: 272px;
	min-height: 200px;
	margin: 0px 18px 20px;
	border-right: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.home article.vacature .kop {
	height: 150px;
	width: 250px;
}

.home article.vacature .text {
	height: 140px;
	width: 272px;
	background: url('images/paginahoek-lichtgrijs-donkergrijs.png') right bottom no-repeat;
	position: relative;
	right: -1px;
	bottom: -1px;
}

.home article.vacature .organisatie {
	color: #FC4F1E;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.88px;
	line-height: 20px;
	text-transform: uppercase;
}

.home article.vacature .functie {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
	word-break: break-word;
}

.home article.vacature .functie a {
	color: #fff;
	text-decoration: none;
}

.home article.vacature .contract, .home article.vacature .vanaf, .home article.vacature .plaats {
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 0.26px;
	line-height: 20px;
	clear: both;
}

.home article.vacature .contract span, .home article.vacature .vanaf span, .home article.vacature .plaats span {
	width: 180px;
	float: right;
	display: inline-block;
	margin-right: 5px;
}


/* dossiersblok home */

.home .dossierblok {
	max-width: 100%;
	clear: both;
	position: relative;
	min-height: 350px;
	padding-bottom: 80px;
	background: #333 url('images/paginahoek-grijsverloop-wit.png') right 100.5% no-repeat;
}

.home .dossiercontainer {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0px 10px 20px;
}

.home .dossiercontainer h2 {
	margin: 20px 0;
	padding: 35px 0;
	text-align: center;
	font-size: 90px;
}

.home .dossiercontainer article.dossier {
	max-width: 383px;
    display: inline-grid;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-right: 40px;
    margin-bottom: 20px;
}

.home .dossiercontainer article.dossier a {
	color: #fff;
}

.home .dossiercontainer article.dossier:last-child {
	margin-right: 0px;
}

.home .dossier img {
	width: 383px;
}

.home .dossier h3 {
	font-family: 'GarageGothic', sans-serif;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 48px;
	margin: 5px 0;
}

.home .dossier .artikelen {
	opacity: 0.5;
	color: #E7E7E1;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 0.53px;
	line-height: 24px;
	padding: 5px 0;
	text-transform: uppercase;
}

.home .dossier .hoek {
	background: url(images/paginahoek-lichtgrijs-donkergrijs.png) right bottom no-repeat;
	width: 384px;
    height: 84px;
	position: relative;
    right: -1px;
    bottom: -1px;
	
}

/* Podcastblok home */

.home .podcastblok {
	max-width: 1250px;
	background-color: #fff;
	position: relative;
	min-height: 350px;
	margin: 0 auto;
	padding-bottom: 80px
}

.home .podcastblok h2 {
	text-align: center;
	font-size: 90px;
}

.home article.podcast {
	position: relative;
	color: #ccc;
	display: inline-grid;
	width: 275px;
	margin: 0 34px 0 0;
}

.home article.podcast .text {
	position: relative;
	top: 0px;
}

.home article.podcast .author {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;	
	font-weight: bold;	
	letter-spacing: 0.49px;	
	line-height: 20px;
	color: #333;
	text-transform: uppercase;
}

.home article.podcast .title {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 0.26px;
	line-height: 20px;
}

.home article.podcast .excerpt {
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 14px;
	letter-spacing: 0.74px;	
	line-height: 20px;
}

.home .podcastblok .knop-meer {
	margin-top: 20px;
}

/* breadcrumb */


.breadcrumb {
	margin-bottom: 40px;
	height: 20px;
	color: #FC4F1E;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 16px;
	letter-spacing: 0.6px;
	line-height: 20px;
	text-transform: uppercase;
}

.breadcrumb a {
	color: #FC4F1E;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px !important;
	padding-left: 10px;
}

.breadcrumb a.parent {
	font-weight: 300;
}


/* Single recensie */

.recensie-image {
	max-width: 1240px;
	max-height: 808px;
	height: auto;
}

.recensie.gezelschap {
	color: #333333;	
	font-family: 'Roboto', sans-serif;
	font-size: 25px;	
	line-height: 25px;
	padding: 3px 0;
}

.recensie.voorstelling {
	color: #333333;	
	font-family: 'Roboto', sans-serif;
	font-size: 25px;	
	line-height: 25px;
	padding: 3px 0;
	text-align: left;
	margin: 0;
	letter-spacing: 0.4px;
	text-transform: unset;
}

.recensie.sterren {
	color: #FC4F1E;
	font-size: 25px;
}

.recensie.voorstelling {
	font-weight: 300;
}

.recensie.gezelschap {
	font-weight: bold;
}

.recensie.titel {
	color: #FC4F1E;
	font-family: GarageGothic, sans-serif;
	font-size: 100px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1.39px;
	text-align: left;
	line-height: 88px;
	padding: 20px 0;
	margin: 0px;
	height: auto;

}

.single-recensie .recensie-container, .single-nieuws .nieuws-container, .single-podcast .nieuws-container, .single-kritiek .nieuws-container  {
	max-width: 1240px;
	margin: 80px auto 0;
	left: 105px;
	position: relative;
}

.recensie-content {
	min-height: 700px;
	clear: both;
}

.recensie.auteur .avatar {
	margin-right: 25px;
	border-radius: 26px;
} 

.recensie.auteur, .nieuws.auteur {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	color: #333;
	height: 80px;
	max-width: 780px;
	border-bottom: 1px solid #FC4F1E;
}

.recensie.auteur a {
	text-decoration: none;
	color: #FC4F1E;
}

.recensie.datum  {
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 770px;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}

.recensie.icoon-recensent {
	float: left;
	width: 100px;
}

.main-content {
	display: block !important;
	float: left;
	max-width: 830px;
	padding-right: 30px;
	line-height: 32px;
	position: relative;
	margin-right: 5px;
	width: auto;
	height: auto;
}

.main-content .icoon.alomgeprezen, .main-content .icoon.controversieel {
	position: absolute;
	left: -100px;
}

.recensie.elders {
	max-width: 1240px;
	margin: 0 auto;
	clear: both;
}

.recensie.elders div.elderscontainer {
	margin-left: 105px;
	max-width: 780px;
	position: relative;
}

.single-recensie #inner, .single-nieuws #inner, .single-podcast #inner, .single-kritiek #inner {
	max-width: 100%;
	height: auto;
}

.single-recensie .recensie-info, .single-nieuws .nieuws-info, .single-podcast .nieuws-info, .single-kritiek .nieuws-info {
	max-width: 1240px;
	margin: 0 auto;
}

.single-recensie .recensie-extra, .single-nieuws .nieuws-extra, .single-podcast .nieuws-extra, .single-kritiek .nieuws-extra  {
	max-width: 1240px;
	margin: 0px auto;
}

.nieuws-extra #comments {
	margin-left: 100px;
}

.nieuws-extra .gerelateerd-sidebar {
	float: right;
}

.quote {
	margin-bottom: 20px;
}

.quote p {
	padding-bottom: 0px;
}

.quote .quote_krant {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 16px;	
	font-weight: 900;	
	letter-spacing: 0.6px;	
	line-height: 24px;
}

.quote .quote_waardering {
	color: #FC4F1E;
}

#comments  {
	max-width: 780px;
	margin-left: 105px;
}

.recensie-extra h2, .elderscontainer h3, li.comment {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.recensie-extra .gerelateerd-sidebar {
	float: right;
}

.post-type-archive-recensie .icoon {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
}

.home article.nieuwsblok .icoon {
	display: inline-block;
    position: absolute;
    top: 15px;
    left: 158px;
}

.tax-dossiers .icoon {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80px;
	height: 80px;
}

.tax-dossiers .katalysis-feather {
	display: none;
}

.archive .katalysis-feather, .search .katalysis-feather {
	display: none;
}

.single-recensie .icoon {
	width: 80px;
	position: absolute;
	left: -100px;
}

.single-recensie .comment-line, .single-nieuws .comment-line, .single-kritiek .comment-line, .single-podcast .comment-line {
	max-width: 780px;
}

.comment-line.zero-comments  {
	margin-bottom: 50px;
}

.single-recensie .commentnumber, .single-nieuws .commentnumber, .single-kritiek .commentnumber, .single-podcast .commentnumber {
    float: right;
    color: #FC4F1E;	
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 16px;
	text-align: right;
	font-weight: 300;
	height: 50px;
    width: 50px;	
	line-height: 14px;
	right: -5px;
	top: -1px;
	position: relative;
	z-index: 100;
	background: url('images/paginahoek-oranje-op-wit.png') -10px -6px no-repeat;	
 }

 .single-recensie .commentnumber a, .single-nieuws .commentnumber a, .single-kritiek .commentnumber a, .single-podcast .commentnumber a {
 	display: inline-block;
 	padding-top: 2px;
	padding-right: 2px;	
 }

.post-type-archive-recensie article.large .uitgelicht img {
	width: 90px;
	height: 134px;
}

.post-type-archive-recensie article.large .controversieel img, .post-type-archive-recensie article.large .alomgeprezen img {
	width: 130px;
	height: 130px;
}

.post-type-archive-recensie article .uitgelicht img, 
.home article.nieuwsblok .uitgelicht img  {
	width: 45px;
	height: 67px;
}

.post-type-archive-recensie article .controversieel img, 
.home article.nieuwsblok .controversieel img,
.post-type-archive-recensie article .alomgeprezen img, 
.home article.nieuwsblok .alomgeprezen img {
	width: 45px;
	height: 45px;
}

/* Single nieuws */

.nieuws.breadcrumb {
	margin-top: 25px;
	height: 20px;
	width: 250px;
	color: #FC4F1E;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.6px;
	line-height: 20px;
	text-transform: uppercase;
}

.nieuws.breadcrumb a {
	color: #FC4F1E;
	text-decoration: none;
	font-weight: 300;
}

.nieuws.titel {
	color: #FC4F1E;
	font-family: GarageGothic, sans-serif;
	font-size: 100px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.39px;
	line-height: 88px;
}

..single-nieuws .nieuws-image .single-podcast .nieuws-image {
	margin-left: 100px;
}

.nieuws.auteur .avatar {
	margin-right: 25px;
} 

.nieuws.auteur a {
	text-decoration: none;
	color: #FC4F1E;
}

.nieuws.datum  {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 780px;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	border-top: 1px solid #FC4F1E;
}

.nieuws.content {
	float: left;
	max-width: 800px;
	line-height: 32px;
}

.kritiek.ondertitel {
	font-family: 'GarageGothic', sans-serif;
	color: #333;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
}

/* Special */

.nieuws-template-special  #header, .tm-artikel-template-special  #header {
	display: none;
}

.nieuws-template-special #inner, .tm-artikel-template-special #inner {
	margin: 0;
	padding: 0;
	max-width: unset;
}

.tm-artikel-template-special .nieuws-info, .tm-artikel-template-special .nieuws-extra	 {
	max-width: 1240px;
	margin: 0 auto;
}

.nieuws-image.special, .tm-artikel-image-special {
	background-color: #000;
}

.nieuws-image.special img, .tm-artikel-template-special img {
	display: block;
	margin: 0 auto;
	max-width: 1240px;
}

.nieuws-template-special .breadcrumb, .tm-artikel-template-special .breadcrumb {
	margin-top: 15px;
}

.nieuws-template-special .nieuws.sidebar, .tm-artikel-template-special .nieuws.sidebar {
	display: none;
}

.nieuws-template-special.single-nieuws .nieuws-container, .tm-artikel-template-special.single-tm-artikel .nieuws-container  {
	max-width: 840px;
	margin: 0 auto;
	left: 0px;
}

.nieuws-template-special #responsive-menu-button, .tm-artikel-template-special #responsive-menu-button {
	display: none;
}

/* Social */ 

.social {
	position: absolute;
	left: -60px;
	bottom: 20px;
}

.social img {
	display: block;
	margin: 20px auto;
}

/* Single podcast */

.single-podcast .wp-audio-shortcode {
	width: 300px !important;
	margin-bottom: 30px;
}

.single-podcast p, .single-tm-artikel p, .quote p, .quote, #comments, .taxonomy-description {
	line-height: 32px;
}

/* tags op detailpagina's */

h4.tags {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-weight: bold;
	font-size: 16px;
}

p.tags a {
	display: inline;
	background-color: #FC4F1E;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	padding: 5px 10px;
	letter-spacing: 0.49px;
	margin-right: 5px;
}

/* DIP */


.speeldata-lijst {
	padding: 20px 0px 30px;
	background-color: #ededed;
	color: #000;
	line-height: 18px;
	margin-bottom: 20px;
	width: 280px;
	margin-top: 20px;
}

.speeldata-kop {
	background-color: #ededed;
	height: 100px;
	margin-top: -80px;
	margin-bottom: 20px;
}

.speeldata-lijst h4 {
	text-align: center;
	color: #fff;
	font-size: 38px;
	padding: 28px 0 20px;
	background-color: #ccc;
	line-height: 60px;
}

.speeldata-lijst p {
	margin: 0;
}

p.speeldata {
	background-color: #ededed;
	font-size: 14px;
	letter-spacing: 0.44px;
	line-height: 20px;
	text-align: left;
	padding: 0px 20px 10px;
	margin: 10px 0;
	color: #000;
	border-bottom: 2px solid #fff;
}

#meer-speeldata {
	font-size: 14px;
	padding: 0px 20px 10px;
	margin: 10px 0;
	color: #000;
}

.hidden-performance {
	display: none;
}

#dip-logo {
	margin: 30px 20px 10px;
}

#dip-logo img {
	display: block;
 	margin-left: auto;
  	margin-right: auto;
}

#dip-logo p {
	text-align: center;
	font-size: 14px;
}

div.speellijst {
	background-color: #FC4F1E;
	padding: 20px;
}

div.speellijst.dip {
	margin-top: -26px;
}

div.speellijst h4 {
	color: #fff;
	font-size: 38px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.speellijst a, div.speellijst a:hover {
	color: #fff;
	font-size: 14px;
}

div.speellijst a:hover {
	text-decoration: underline;
}

/* gerelateerd */

.yarpp-related {
	max-width: 810px;
	margin-left: 105px !important;
	float: left;
}

.yarpp-related article  {
	max-width: 840px;
	display: block;
	margin-top: 30px;
	border: 1px solid rgba(51, 51, 51, 0.1);
	min-height: 250px;
}
.yarpp-related article .image  {
	max-width: 280px;
	display: inline-block;
	position: relative;
}

.yarpp-related article .image a {
	font-weight: unset !important;
}

.yarpp-related article .image .icoon   {
	position: absolute;
	width: 60px;
	left: 20px;
	top: 20px;
}

.yarpp-related article .text  {
	position: relative;
	max-width: 510px;
	height: unset;
	display: inline-block;
	float: right;
	padding: 20px 36px;
}

.yarpp-related article .commentnumber {
	color: #FC4F1E;	
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 12px;	
	font-weight: 300;
	height: 50px;
    width: 50px;	
	line-height: 14px;
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 100;
	background: url(images/paginahoek-rood-op-wit.png) right top no-repeat;	
}

.yarpp-related article .commentnumber a {
	position: absolute;
	top: 8px;
	right: 8px;
	font-weight: unset !important;
}

.yarpp-related article .plus-artikel  {
	color: #FC4F1E;
	width: 100%;
	height: 40px;
	font-family: "Roboto Condensed";
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 0.49px;
	line-height: 18px;
	position: absolute;
	background-color: #FFCFC2;
	bottom: 0px;
	left: 0px;
}

.yarpp-related article .plus-artikel span {
	display: inline-block;
	color: #FC4F1E;
	text-transform: uppercase;
	margin-left: 40px;
	margin-top: 10px;
}

.yarpp-related article .category {
	display: block;
	color: #FC4F1E;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.49px;
	line-height: 20px;
}

.yarpp-related article .category a   {
	color: #FC4F1E;
	text-transform: uppercase;
	text-decoration: none;
}

.yarpp-related article .title  {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	padding: 5px 0;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.25px;
	line-height: 25px;
}

.yarpp-related article .title a {
	color: #333333;
	text-decoration: none;
}

.yarpp-related article .excerpt {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.yarpp-related article .excerpt a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

.yarpp-related article p {
	line-height: 20px;
}


/* recensie overzicht */

.post-type-archive-recensie .recensie-container {
	max-width: 940px;
	float: left;
	margin-top: 0px;
}

.post-type-archive-recensie article {
	width: 280px;
	height: 280px;
	display: inline-grid;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
}

.post-type-archive-recensie article.comments .text {
	background: url('images/paginahoek-rood-op-wit.png') right top no-repeat;
	margin-right: -2px;
    margin-top: -1px;
    min-height: 50px;
}

.post-type-archive-recensie article.comments .commentnumber {
	color: #FC4F1E;	
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 12px;	
	font-weight: 300;	
	line-height: 14px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 100;
}

.post-type-archive-recensie article.large {
	width: 580px;
	height: 580px;
	margin-bottom: 20px;
	float: left;
}

.post-type-archive-recensie article.large.right {
	position: relative;
	float: right;
	right: 40px;
}

.post-type-archive-recensie article img {
	width: 280px;
	height: 280px;
}

.post-type-archive-recensie article a {
	text-decoration: none;
}

.post-type-archive-recensie article .category a {
	position: relative;
	top: 20px;
	left: 20px;
	color: #FFFFFF;
	padding: 2px 4px;
	font-family: 'Roboto',sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.41px;	
	line-height: 13px;	
	text-align: center;
	text-transform: uppercase;
	background-color: #FC4F1E;
}

.post-type-archive-recensie article .info-recensie {
	max-width: 234px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.post-type-archive-recensie article .info-recensie a {
	color: #FFFFFF;
}

.post-type-archive-recensie article a.voorstelling {
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.49px;
	line-height: 20px;
	text-transform: uppercase;
}

.post-type-archive-recensie article a.gezelschap {
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 13px;
	letter-spacing: 0.49px;
	line-height: 20px;
	text-transform: uppercase;
}

.post-type-archive-recensie article a.titel-recensie   {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.25px;
	line-height: 22px;
}

.post-type-archive-recensie article.large a.titel-recensie {
	font-size: 60px;
    font-family: 'GarageGothic', sans-serif;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

/* nieuws, podcast, kritiek en zoekresultaten overzicht */

.post-type-archive-nieuws #inner, .post-type-archive-podcast #inner, .search-results #inner, .post-type-archive-kritiek #inner, .page-id-176955 #inner, .page-id-176988 #inner, .page-id-176990 #inner, .page-id-191372 #inner{
	max-width: 100%;
	margin-bottom: 50px;
}

.post-type-archive-nieuws .content-header, .post-type-archive-nieuws .content-container, .post-type-archive-podcast .content-header, .post-type-archive-podcast .content-container, .search-results .content-header, .search-results .content-container, .post-type-archive-kritiek .content-header, .post-type-archive-kritiek .content-container, .page-id-176955 .content-header, .page-id-176955 .content-container, .page-id-176988 .content-header, .page-id-176988 .content-container,  .page-id-176990 .content-header, .page-id-176990 .content-container, .page-id-191372 .content-header, .page-id-191372 .content-container  {
	max-width: 1260px;
	margin: 0 auto;
}

.post-type-archive-nieuws .nieuws-container, .post-type-archive-podcast .nieuws-container, .search-results .nieuws-container, .post-type-archive-vacature .vacature-container, .post-type-archive-tm-artikel .tm-artikel-container, .tax-dossiers .nieuws-container, .post-type-archive-kritiek .nieuws-container, .page-id-176955 .nieuws-container, .page-id-176988 .nieuws-container, .page-id-176990 .nieuws-container, .page-id-191372 .nieuws-container  {
    max-width: 940px;
    float: left;
    margin-top: 0px;
    margin-bottom: 30px;
 }

.post-type-archive-nieuws article, .post-type-archive-podcast article, .search-results article, .tax-dossiers article, .post-type-archive-kritiek article, .page-id-176955 article, .page-id-176988 article, .page-id-176990 article, .page-id-191372 article {
	max-width: 920px;
	display: block;
	margin-top: 30px;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

.post-type-archive-nieuws article .image, .post-type-archive-podcast article .image, .search-results article .image, .tax-dossiers article .image, .post-type-archive-kritiek article .image, .page-id-176955 article .image, .page-id-176988 article .image, .page-id-176990 article .image, .page-id-191372 article .image {
	position: relative;
	max-width: 280px;
	display: inline-block;
	height: 280px;
}

.tax-dossiers article .image {
	background-color: #efefef;
}

.tax-dossiers.parent-dossiers-tm-edities article .image, .archive article.tm-artikel .image, .search article.tm-artikel .image {
	background-image: url('images/icoon_theatermaker_oranje.png');
	background-size: contain;
	width: 280px;
}

.archive article.kritiek .image, .search article.kritiek .image {
	background-image: url('/wp-content/uploads/2018/09/declaus-1.jpg');
	background-size: contain;
	width: 280px;
}

.yarpp-related article.kritiek .image {
	background-image: url('/wp-content/uploads/2018/09/declaus-1.jpg');
	background-size: contain;
	width: 280px;
	height: 280px;
}

.yarpp-related article.tm-arttikel .image {
	background-image: url('images/icoon_theatermaker_oranje.png');
	background-size: contain;
	width: 280px;
}

.search-results article .image .icoon  {
	position: absolute;
	width: 60px;
	left: 20px;
	top: 20px;
}

.post-type-archive-nieuws article .text, .post-type-archive-podcast article .text, .search-results article .text, .tax-dossiers article .text, .post-type-archive-kritiek article .text, .page-id-176955 article .text, .page-id-176988 article .text, .page-id-176990 article .text, .page-id-191372 article .text {
	position: relative;
	width: 634px;
	height: 280px;
	display: inline-block;
	float: right;
	padding: 20px 36px;
}

.post-type-archive-nieuws article .category, .post-type-archive-podcast article .category, .search-results article .category, .tax-dossiers article .category, .post-type-archive-kritiek article .category, .page-id-176955 article .category, .page-id-176988 article .category, .page-id-176990 article .category, .page-id-191372 article .category {
	display: block;
	color: #FC4F1E;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.49px;
	line-height: 20px;
}

.post-type-archive-nieuws article.comments .text, .post-type-archive-podcast article.comments .text, .search-results article.comments .text, .post-type-archive-kritiek article.comments .text  {
	background: url('images/paginahoek-rood-op-wit.png') right top no-repeat;
	margin-right: -2px;
    margin-top: -1px;
    min-height: 50px;
}


.post-type-archive-nieuws article .commentnumber, .post-type-archive-podcast article .commentnumber, .search-results article .commentnumber, .post-type-archive-kritiek article .commentnumber, .tax-dossiers article .commentnumber, .page-id-176955 article .commentnumber, .page-id-176988 article .commentnumber, .page-id-176990 article .commentnumber {
	color: #FC4F1E;	
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 12px;	
	font-weight: 300;
	height: 50px;
    width: 50px;	
	line-height: 14px;
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 100;
	background: url(images/paginahoek-rood-op-wit.png) right top no-repeat;	
}

.post-type-archive-nieuws article .commentnumber a, .post-type-archive-podcast article .commentnumber a, .search-results article .commentnumber a, .post-type-archive-kritiek article .commentnumber a, .tax-dossiers article .commentnumber a, .page-id-176955 .commentnumber a, .page-id-176988 .commentnumber a, .page-id-176990 .commentnumber a {
	position: absolute;
	top: 8px;
	right: 8px;
}

.post-type-archive-nieuws article .plus-artikel, .post-type-archive-podcast article .plus-artikel, .search-results article .plus-artikel, .tax-dossiers article .plus-artikel, .post-type-archive-kritiek article .plus-artikel {
	color: #FC4F1E;
	width: 100%;
	height: 40px;
	font-family: "Roboto Condensed";
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 0.49px;
	line-height: 18px;
	position: absolute;
	background-color: #FFCFC2;
	bottom: 0px;
	left: 0px;
}

.post-type-archive-nieuws .plus-artikel span, .post-type-archive-nieuws article .plus-artikel span, .search-results article .plus-artikel span, .tax-dossiers  article .plus-artikel span, .post-type-archive-kritiek .plus-artikel span {
	display: inline-block;
	color: #FC4F1E;
	text-transform: uppercase;
	margin-left: 40px;
	margin-top: 10px;
}

.post-type-archive-nieuws article .category a, .post-type-archive-podcast article .category a, .search-results article .category a, .tax-dossiers article .category a, .post-type-archive-kritiek article .category a, .page-id-176955 .category a, .page-id-176988 .category a, .page-id-176990 .category a, .page-id-191372 .category a  {
	color: #FC4F1E;
	text-transform: uppercase;
	text-decoration: none;
}

.post-type-archive-nieuws article .title, .post-type-archive-podcast article .title, .search-results article .title, .tax-dossiers article .title, .post-type-archive-kritiek article .title, .page-id-176955 article .title, .page-id-176988 article .title, .page-id-176990 article .title, .page-id-191372 article .title {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	padding: 5px 0;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.25px;
	line-height: 25px;
}

.post-type-archive-nieuws article .title a, .post-type-archive-podcast article .title a, .search-results article .title a, .tax-dossiers article .title a, .post-type-archive-kritiek article .title a, .page-id-176955 article .title a, .page-id-176988 article .title a, .page-id-176990 article .title a, .page-id-191372 article .title a  {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #333333;
	letter-spacing: 0.25px;
	text-decoration: none;
}

.tax-dossiers article .ondertitel {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
	letter-spacing: 0.25px;
	padding-bottom: 2px;
}

.post-type-archive-nieuws article .excerpt, .post-type-archive-podcast article .excerpt, .search-results article .excerpt, .post-type-archive-podcast p.intro, .tax-dossiers  article .excerpt, .post-type-archive-kritiek article .excerpt, .page-id-176955 article .excerpt, .page-id-176988 article .excerpt, .page-id-176990 article .excerpt, .page-id-191372 article .excerpt {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.page-id-176955 article .excerpt p, .page-id-176988 article .excerpt p, .page-id-176990 article .excerpt p, .page-id-191372 article .excerpt p {
	line-height: 20px;
}


.post-type-archive-nieuws article .excerpt a, .post-type-archive-podcast article .excerpt a, .search-results article .excerpt a, .tax-dossiers article .excerpt a, .post-type-archive-kritiek article .excerpt a, .page-id-176955 article .excerpt a, .page-id-176988 article .excerpt a, .page-id-176990 article .excerpt a, .page-id-191372 article .excerpt a {
	color: #333333;
	text-decoration: none;
}

.post-type-archive-nieuws article br, .post-type-archive-podcast article br, .search-results article br, .tax-dossiers article br, .post-type-archive-kritiek article br  {
	display: none;
}

.search-results .usp-images-wrap {
	display: none;
}

.post-type-archive-podcast article .commentnumber, .search-results article .commentnumber, .page-id-176955 article .commentnumber, .page-id-176988 article .commentnumber, .page-id-176990 article .commentnumber {
	color: #FC4F1E;	
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 12px;	
	font-weight: 300;
	height: 50px;
    width: 50px;	
	line-height: 14px;
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 100;
	background: url(images/paginahoek-rood-op-wit.png) right top no-repeat;	
}

/* archief pagina's */

.archive.tag #inner, .archive.category #inner, .archive.author #inner {
	max-width: 100%;
	margin-bottom: 50px;
}

.archive.tag .content-header, .archive.tag .content-container, .archive.category .content-header, .archive.category .content-container, .archive.author .content-header, .archive.author .content-container {
	max-width: 1260px;
	margin: 0 auto;
}

.archive.tag .nieuws-container, .archive.category .nieuws-container, .archive.author .nieuws-container {
	max-width: 940px;
	float: left;
	margin-bottom: 30px;
}

.archive.tag article, .archive.category article, .archive.author article  {
	max-width: 920px;
	display: block;
	margin-top: 30px;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

.archive.tag article .image, .archive.category article .image, .archive.author article .image  {
	max-width: 280px;
	display: inline-block;
	position: relative;
}

.archive.tag article .image, .archive.category article .image, .archive.author article .image  {
	max-width: 280px;
	display: inline-block;
	position: relative;
	height: 280px;
}

.archive.tag article .image .icoon, .archive.category article .image .icoon, .archive.author article .image .icoon   {
	position: absolute;
	width: 60px;
	left: 20px;
	top: 20px;
}

.archive.tag article .text, .archive.category article .text, .archive.author article .text  {
	position: relative;
	width: 625px;
	height: 280px;
	display: inline-block;
	float: right;
	padding: 20px 36px;
}

.archive.tag article .commentnumber, .archive.category article .commentnumber, .archive.author article .commentnumber {
	color: #FC4F1E;	
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 12px;	
	font-weight: 300;
	height: 50px;
    width: 50px;	
	line-height: 14px;
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 100;
	background: url(images/paginahoek-rood-op-wit.png) right top no-repeat;	
}

.archive.tag article .commentnumber a, .archive.category article .commentnumber a, .archive.author article .commentnumber a {
	position: absolute;
	top: 8px;
	right: 8px;
}

.archive.tag article .plus-artikel, .archive.category article .plus-artikel, .archive.author article .plus-artikel  {
	color: #FC4F1E;
	width: 625px;
	height: 40px;
	font-family: "Roboto Condensed";
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 0.49px;
	line-height: 18px;
	position: absolute;
	background-color: #FFCFC2;
	bottom: 0px;
	left: 0px;
}

.archive.tag article .plus-artikel span, .archive.category article .plus-artikel span, .archive.author article .plus-artikel span {
	display: inline-block;
	color: #FC4F1E;
	text-transform: uppercase;
	margin-left: 40px;
	margin-top: 10px;
}

.archive.tag article .category, .archive.category article .category, .archive.author article .category {
	display: block;
	color: #FC4F1E;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.49px;
	line-height: 20px;
}

.archive.tag article .category a, .archive.category article .category a, .archive.author article .category a   {
	color: #FC4F1E;
	text-transform: uppercase;
	text-decoration: none;
}

.archive.tag article .title, .archive.category article .title, .archive.author article .title  {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	padding: 5px 0;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.25px;
	line-height: 25px;
}

.archive.tag article .title a, .archive.category article .title a, .archive.author article .title a {
	color: #333333;
	text-decoration: none;
}

.archive.tag article .excerpt, .archive.category article .excerpt, .archive.author article .excerpt {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.archive.tag article .excerpt a, .archive.category article .excerpt a, .archive.author article .excerpt a {
	color: #333333;
	text-decoration: none;
}

.excerpt strong, .excerpt b {
	font-weight: normal;
}

.archive-date {
	display: block;
	font-style: italic;
}

/* te info op tag pagina */

#rdp-we-page-header, .panel-heading {
	display: none;
}

#rdp-we-main {
	float: left;
}

table.wikitable {
	display: none;
}

#rdp-we-sidebar-right {
	display: none;
}

.archive.tag #inner {
	max-width: 1240px;
	margin-bottom: 0px;
	padding: 0px;
}

.col-xs-12 .col-md-4 {
	width: 100% !important;
	float: left;
}

.col-xs-12 .col-md-8 {
	width: 68% !important;
	float: left;
}

.panel-footer {
	display: none;
}

.panel-body .col-xs-12.col-md-8 {
	display:none;
}
.mw-parser-output .panel-body p {
	display: block;
}

.mw-parser-output {
	width:  905px;
	height: 280px;
	position: relative;
	background-color: #eee;
	border-left: 12px #000 solid;
	padding-left: 10px;
	font-family: 'Roboto', sans-serif;
}

.mw-parser-output h2, .mw-parser-output h3 {
	display: none;
}

.mw-parser-output ul {
	display: none;
}

.mw-references-wrap {
	display: none;
}

.printfooter {
	display: none;
}

#rdp-we-biografie {
	float: left;
	margin-bottom: 20px;
}

.col-xs-12.col-md-12 .card h3 {
	display: none;
}

.mw-parser-output #biografie {
	padding-top: 70px;
	font-size: 16px;
	background-image: url('images/TE_logo.png');
	background-repeat: no-repeat;
	background-position: 0px 0;
	background-size: 200px 61px;
	font-weight: bold;
	float: left;
	position: absolute;
	top: 10px;
	max-width: 600px;
	min-height: 120px;
	font-family: 'Roboto', sans-serif;
}

.mw-parser-output img {
	float: right;
	max-width:  200px;
}

.mw-parser-output p {
	display: none;
}

.mw-parser-output table {
	display: none;
}

.mw-parser-output .card p {
	display: block;
}

.thumb.tright {
	display: none;
}

.mw-parser-output .card p i {
	float:left;
	position: absolute;
	top: 200px;
	font-style: normal;
	font-size: 12px;
}

.bron {
	font-family: 'Roboto', sans-serif;
	display: block;
	position: relative;
	top: -140px;
	font-size: 14px;
	padding-left: 22px;
}

.card-body .col-lg-8 {
	display: none;
}

.embedvideo {
	display: none;
}

/*  dossiers */

.dossiers-container img {
	max-width: 280px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 280px;
}

.dossier-blok {
	display: inline-block;
}

.dossier-blok.tm-edities {
	display: none;
}

.dossier-blok span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	color: #333;
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
	padding: 5px;
}

.dossier-blok strong {
	font-size: 13px;
	position: relative;
	top: -1px;
}

.tax-dossiers #inner {
	margin-bottom: 50px;
}

.tax-dossiers .omschrijving {
	font-family: 'Roboto Condensed', sans-serif;
	min-height: 220px;
	width: 100%;
	padding-top: 20px;
	padding-right: 20px;
	clear: both;
    float: left;
}

.tax-dossiers .omschrijving img {
	max-width: 200px;
	max-height: 300px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}

.tax-dossiers article {
	max-width: 920px;
	display: block;
	margin-top: 30px;
}

.tax-dossiers article .image {
	width: 280px;
	display: inline-block;
	height: 280px;
}

.tax-dossiers article .text {
	max-width: 638px;
	display: inline-block;
	float: right;
	padding: 20px 36px;
}

.tax-dossiers article .category {
	display: block;
	color: #FC4F1E;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.49px;
	line-height: 20px;
}

.tax-dossiers article .auteur {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #FC4F1E
}

.tax-dossiers article .category a {
	color: #FC4F1E;
	text-transform: uppercase;
	text-decoration: none;
}

.tax-dossiers article .title {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	padding: 5px 0;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.25px;
	line-height: 25px;
}

.tax-dossiers article .title a {
	color: #333333;
	text-decoration: none;
}

.tax-dossiers article .excerpt {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.tax-dossiers article .excerpt a {
	color: #333333;
	text-decoration: none;
}


/* vacature  */

.page-id-24766 input {
	font-size: 15px;
}

.page-id-24766 input::placeholder, .page-id-24766 textarea::placeholder  {
	color: #bbb;
}

input[type='select-one'] {
	cursor: pointer;
	padding: 5px;
}

.selectize-dropdown .option {
	cursor: pointer;
	font-size: 14px;
	padding-bottom: 5px;
}

#usp-form-35816 .usp-label, #usp-form-35816 .parsley-required {
	font-family: sans-serif;
	font-size: 15px !important;
}

.usp-input, .usp-textarea {
	font-size: 14px !important;
}

.usp-label {
	margin: 5px 0 10px !important;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  	color: #468847;
  	background-color: #DFF0D8;
  	border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
 	color: #B94A48;
  	background-color: #F2DEDE;
  	border: 1px solid #EED3D7;
}

.parsley-errors-list {
  	margin: 2px 0 3px;
 	padding: 0;
  	list-style-type: none;
 	font-size: 0.9em;
  	line-height: 0.9em;
  	opacity: 0;
  	color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.wpcf7-form-control-wrap, .wpcf7-form label {
	display: inline-block;
}

.wpcf7-form input {
	padding: 5px;
}

.wpcf7-form label span.fixedwidth {
	display: inline-block;
	width: 200px;
	vertical-align: top;
}

.single-vacature.postid-97952 .vacature-container img {
	width: 200px !important;
}

.single-vacature .vacature-container {
	padding-bottom: 50px;
	line-height: 32px;
	max-width: 940px;
	float: left;
}

.single-vacature h1 {
	text-align: left;
}

.single-vacature .overige-vacatures {
	clear: both;
}

.single-vacature .usp-images-wrap {
	display: none;
}

.postid-123882 .vacature-container img {
	width: 150px;
}

.single-vacature .vacature.sidebar {
	padding-top: 50px;
}

.post-type-archive-vacature #inner, .single-vacature #inner {
	margin-bottom: 50px;
}

.post-type-archive-vacature article, .single-vacature article {
	max-width: 920px;
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
}

.post-type-archive-vacature article .image, .single-vacature article .image {
	width: 280px;
	height: 280px;
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}

.post-type-archive-vacature article .text, .single-vacature article .text {
	max-width: 600px;
	display: inline-block;
	padding: 0px 20px 20px;
	padding-top: 5px;
	vertical-align: top
}

.post-type-archive-vacature article .organisatie, .single-vacature article .organisatie {
	color: #FC4F1E;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.88px;
	line-height: 20px;
}

.post-type-archive-vacature article .functie, .single-vacature article .functie {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
}

.post-type-archive-vacature article .functie a, .single-vacature article .functie a {
	text-decoration: none;
	color: #333;
}

.post-type-archive-vacature article .contract, .post-type-archive-vacature article .vanaf, .post-type-archive-vacature article, .single-vacature article .contract, .single-vacature  article .vanaf, .single-vacature  article {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 0.26px;
	line-height: 20px;
}

.post-type-archive-vacature article .contract span, .post-type-archive-vacature article .vanaf span, .post-type-archive-vacature article .plaats span, .single-vacature .contract span, .single-vacature .vanaf span, .single-vacature .plaats span {
	width: 100px;
	display: inline-block;
}

#usp-form-35816 {
	line-height: 32px;
}

.usp-label {
	font-size: 18px !important;
    line-height: 18px !important;
}

#revive-0-3 {
	margin-top: 24px;
	float: left;
    display: block;
}

.nav-previous a, .nav-next a {
	display: block;
	background-color: #FC4F1E;;
	color: #fff;
	width: 120px;
	height: 42px;
	margin: 0 auto;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	font-family: 'Roboto',sans-serif;
	font-size: 13px;	
	font-weight: bold;	
	letter-spacing: 0.49px;	
	line-height: 15px;	
	text-align: center;
	border-radius: 2px;
}

.nav-next {
	margin-top: 42px;
}

.nav-previous a, .nav-next a {
	color: #fff;
}

/* prikbord */

.page-id-95911 h3#reply-title {
	color: #f7f7f7;
}

.page-id-95911 h3#reply-title ::after {
	content: "Nieuw Prikbordbericht";
	color: #FC4F1E;
	margin-left: -220px;

}

/* leaky paywall */

#leaky-paywall-login-form {
	margin: 0 auto;
}


/* theatermaker pagina */

.theatermaker-afbeelding {
	max-width:600px;
}

.theatermaker-inhoud {
	font-family: 'Roboto',sans-serif;
}

.theatermaker-container {
	max-width: 940px;
	float: left;
}

div.knop-meer.theatermaker {	
	position: relative;
	left: 0%;
	display: inline;
}

.knop-meer.theatermaker {
	padding-bottom: 7px;
	display: inline;
}

.page-id-36568 article ul {
	position: relative;
	left: 20px;
}

.page-id-36568 article ul li {
	list-style-type: disc;
}

.page-id-36568 article .info.plus {
	margin-top: 20px;
}

.theatermaker.sidebar {
	max-width: 280px;
	margin-left: 20px;
	line-height: 30px;
	float: right;
}

/* agenda */

.page.page-id-65176 .entry-content, .page.parent-pageid-63665 .entry-content {
	max-width: 1240px;
}

.events-table th {
	text-transform: lowercase;
}

.page-id-65176 th.event-time {
	width: 10%;
}

.page-id-65176 th.event-description {
	width: 65%;
}

.page-id-65176 th.event-genre {
	width: 10%;
}

.page-id-65176 th.event-location {
	width: 15%;
}

table.events-table {
	border: none;
}

table.events-table td, table.events-table th  {
	padding: 5px !important;
	vertical-align: top;	
}

.css-events-list span.nee, .events-table span.nee  {
	display: none;
}

ul.event-categories {
	margin-left: 0px;
}

ul.event-categories, ul.event-categories li {
	list-style: none;
}
.page-id-65176 span.null {
	display: none;
}

span.soort-evenement {
	display: none;
	color: #00adef;
}

span.nnb {
	display: none;
}

.page.page-id-65176 .em.pixelbones a, .page-id-63667 .em.pixelbones a  {
	color: #FC4F1E !important;
}

.page.page-id-65176 .em.pixelbones a:hover i, .page-id-63667 .em.pixelbones a:hover i {
	color: #FC4F1E !important;
}

.page-id-63667 .em-item-header {
	display: none !important;
}

.parent-pageid-63665 .entry-content ul {
	margin-left: 0px;
	line-height: unset;
}

.parent-pageid-63665 .em.pixelbones td, .pageid-63665 .em.pixelbones td, .em.pixelbones th {
	padding: 0 5px !important;
}

.parent-pageid-63665 .em.pixelbones ul ul { margin: 0 !important; }

.parent-pageid-63665 .em.pixelbones td:first-child, .pageid-63665 .em.pixelbones td:first-child {
	width: 10%;
}

.parent-pageid-63665 .em.pixelbones td:nth-child(2), .pageid-63665 .em.pixelbones td:nth-child(2) {
  	width: 65%;
}

.parent-pageid-63665 .em.pixelbones td:nth-child(3), .pageid-63665 .em.pixelbones td:nth-child(3) {
  	width: 10%;
}

.parent-pageid-63665 .em.pixelbones td:last-child, .pageid-63665 .em.pixelbones td:last-child {
	width: 15%;
}


/* agenda widget */

#em_widget-3 .Festival {
	display: none;
}

#em_widget-3 li {
	display: block;
}

#em_widget-3 li.Streaming {
	display: block;
}

/* pagina's */

.page h1 {
	color: #FC4F1E;
	font-family: 'GarageGothic', sans-serif;
	font-size: 100px;
	font-weight: 500;
	letter-spacing: 1.39px;
	line-height: 91px;
	text-align: left;
}

.page .entry-content {
	padding-top: 30px;
	max-width: 815px;
	border-top: 1px solid #FC4F1E;
}

.single-tm-artikel div#inner {
	overflow: hidden;
}

.single-tm-artikel h1 a {
	text-decoration: none;
	color: #FC4F1E;
}

.single-tm-artikel h3.teaser {
	margin: 10px 0;
}

.single-tm-artikel .tm-artikel-container {
	position: relative;
	left: 100px;
}

.single-tm-artikel .same-category-post-item a {
	text-decoration: none;
}

.single-tm-artikel .same-category-post-item .article-cat {
	padding: 10px 0;
	color: #FC4F1E;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.49px;
	line-height: 20px;
	text-transform: uppercase;
}

.single-tm-artikel .same-category-post-item .article-cat a {
	color: #FC4F1E;
}

.single-tm-artikel .same-category-post-item .post-title {
	font-family: 'Roboto', sans-serif;
	padding: 5px 0;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.25px;
	line-height: 25px;	
}

.single-tm-artikel .same-category-post-item a.author {
	font-family: 'Roboto', sans-serif;
	color: #FC4F1E;
	font-size: 13px;
	padding: 5px 0;
}

.single-tm-artikel .same-category-post-item p {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.single-tm-artikel .tm-extrainfo, .single-tm-artikel .tm-extrainfo p, .single-recensie .tm-extrainfo, .single-recensie .tm-extrainfo p {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.single-recensie .tm-extrainfo h3 {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.tax-dossiers .katalysis-feather {
	display: none;
}

/* medewerkers */

.shortcode-author-avatars .user.with-name {
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
}

.shortcode-author-avatars .avatar {
	display: inline-block;
	float: right;
	margin: 10px;
}

.shortcode-author-avatars .user .name {
	font-size: 1em !important;
}

.shortcode-author-avatars .name {
	text-align: left;
}

.shortcode-author-avatars a {
	text-decoration: none;
}

.shortcode-author-avatars a .name strong {
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-right: 10px;
	color: #FC4F1E;
	text-decoration: none;
} 

.shortcode-author-avatars .biography {
	text-align: left;
}

.shortcode-author-avatars .biography-missing {
	display: none !important;
}

.custom-comments li {
	list-style-type: none !important;
	padding-left: 0px;
}

/* advertenties in content */

.main-content #revive-0-2 {
		display: none;	
	} 

/* link naar bericht plaatsen weg */

li#wp-admin-bar-new-post {
	display: none;
}

/* google recaptcha icoon verbergen */

.grecaptcha-badge { 
	visibility: hidden; 
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */


@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
  	.home-header-content {
	background: #333 url('images/paginahoek-grijsverloop-wit@2x.png') 88px right 100.5% no-repeat;
	}

.home-featured .commentnumber {
	background: url(images/paginahoek-rood-op-donkergrijs@2x.png) 50px right top no-repeat;	
	}

.home article.nieuwsblok .commentnumber {
	background: url(images/paginahoek-rood-op-wit@2x.png) 50px right top no-repeat;	
	}

.home .vacatureblok {
	background: #333 url('images/paginahoek-grijsverloop-wit@2x.png') 88px right 100.5% no-repeat;
	}

.home .dossierblok {
	background: #333 url('images/paginahoek-grijsverloop-wit@2x.png') 88px right 100.5% no-repeat;
	}

.home .dossier .hoek {
	background: url(images/paginahoek-lichtgrijs-donkergrijs@2x.png) 50px right bottom no-repeat;
	}

.yarpp-related article .commentnumber {
	background: url(images/paginahoek-rood-op-wit@2x.png) 50px right top no-repeat;	
	}

.post-type-archive-recensie article.comments .text {
	background: url('images/paginahoek-rood-op-wit@2x.png') 50px right top no-repeat;
	}

.archive.tag article .commentnumber, .archive.category article .commentnumber, .archive.author article .commentnumber {
	background: url(images/paginahoek-rood-op-wit@2x.png) 50px right top no-repeat;	
	}

.home article.vacature .text {	
	background: url('images/paginahoek-lichtgrijs-donkergrijs.png') 50px right bottom no-repeat;
	}
}

@media only screen and (max-width: 1280px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.main-content {
		max-width: 680px;
	}

	.sidebar {
		max-width:  220px;
	}
}

@media only screen and (max-width: 1280px and min-width: 1020px) {

	.main-content {
		max-width: 650px;
		padding-right: 0px;
	}

	.recensie.sidebar, .vacature.sidebar, .nieuws.sidebar, .tm-artikel.sidebar {
		max-width: 220px !important;
	}

}

@media only screen and (max-width: 1285px) {

	#revive-0-0 {
		width: 750px;
	}

	#revive-0-1 {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {

	.home-featured-left {
		width: 500px;
		height: 500px;
	}

	.first-block .first-block-right {
		float: left;
	}

	.theatermakerblok-right {
		float: left;
	}
}

@media only screen and (max-width: 1130px) {

	.home-featured-left {
		width: 400px;
		height: 400px;
	}

	.home-featured {
		top: 0px;
	}

	.home-logo {
		width: 200px;
	}
}

@media only screen and (max-width: 1020px) {


	#header {
		height: unset;
	}

	.home-featured-right {
		width: 300px;
	}

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.archive.tag article, .archive.category article, .archive.author article, .post-type-archive-nieuws article, .post-type-archive-podcast article, .search-results article, .yarpp-related article, .tax-dossiers article, .page-id-176955 article, .page-id-176988 article, .page-id-17690 article {
		max-width: 800px;
		height: 230px;
	}

	.archive.tag article .image, .archive.category article .image, .archive.author article .image, .post-type-archive-nieuws article .image, .post-type-archive-podcast article .image, .search-results article .image, .yarpp-related article .image, .tax-dossiers article .image, .page-id-176955 article .image, .page-id-176988 article .image, .page-id-17690 article .image {
		width: 180px;
		height: 180px;
	}

	.archive.tag article .text, .archive.category article .text, .archive.author article .text, .post-type-archive-nieuws article .text, .post-type-archive-podcast article .text, .search-results article .text, .yarpp-related article .text, .tax-dossiers article .text, .page-id-176955 article .text, .page-id-176988 article .text, .page-id-17690 article .text  {
		max-width: 600px;
		height: 230px;
	}
	
}

@media only screen and (min-width: 500px) and (max-width: 1020px) {

		#revive-0-2, #revive-0-3 {
		display: none;
	}

}

@media only screen and (max-width: 800px) {

	.header-banners #revive-0-1 {
		display: none;
	}

	#menu-topmenu {
		display: none;
	}

	.rmp-menu-item-link {
		font-size: 15px !important;
		font-family: "Roboto Condensed", sans-serif !important;
		text-transform: uppercase;

	}

	#rmp_menu_trigger-155297 {
		top: 195px !important;
	}

	.rmp-menu-wrap {
		margin: 25px 0;
	}

	/* quickfix menu */

	#responsive-menu-wrapper { background-color: #212121; padding-top: 10px !important;}

	#responsive-menu-container li.responsive-menu-item {padding: 5px}

	.responsive-menu-subarrow {display: none}

	a.responsive-menu-item-link.is-active {
		border: none !important;
	}

	.home-featured-left {
		width: 340px;
		height: 340px;
	}

	.home-featured-right {
		width: 240px;
		margin-right: 40px;
	}

	div#inner {
		overflow: hidden;
	}

	.first-block {		
		overflow: hidden;
		padding: 0px;
	}

	.theatermakerblok-left {
		width: 600px;
	}

	.theatermakerblok-right {
		margin: 20px;
	}

	.single-recensie .recensie-container, .single-nieuws .nieuws-container, .single-podcast .nieuws-container, .single-kritiek .nieuws-container, .single-tm-artikel .nieuws-container {
		left: 0px;
	}

	.single-recensie .recensie-container {
		margin-top: 20px;
		padding-left: 50px;
		padding-right: 10px;
	}

	.single-recensie .icoon {
    	position: relative;
    	left: 0;
    	margin-bottom: 10px
    }

	.single-recensie .recensie.elders div.elderscontainer, .single-recensie .recensie-extra div#comments {
		margin-left: 50px;
		margin-right: 10px;
	}

	.single-recensie .recensie-extra .yarpp-related	 {
		margin-left: 50px;
	}

	.single-recensie .social {
		position: relative;
		top: 0px;
		left: 0px;
	}

	.single-recensie .social img {
		display: inline;
	}

	.recensie.sidebar, .vacature.sidebar, .nieuws.sidebar, .tm-artikel.sidebar {
		margin-left: 0px;
	}

	.archive.tag article, .archive.category article, .archive.author article, .post-type-archive-nieuws article, .post-type-archive-podcast article, .search-results article, .yarpp-related article, .tax-dossiers article, .page-id-176955 article, .page-id-176988 article, .page-id-17690 article     {
		max-width: 750px;
		height: 230px;
	}

	.archive.tag article .image, .archive.category article .image, .archive.author article .image, .post-type-archive-nieuws article .image, .post-type-archive-podcast article .image, .search-results article .image, .yarpp-related article .image, .tax-dossiers article .image, .page-id-176955 article .image, .page-id-176988 article .image, .page-id-17690 article .image {
		width: 180px;
		height: 180px;
	}

	.archive.tag article .text, .archive.category article .text, .archive.author article .text, .post-type-archive-nieuws article .text, .post-type-archive-podcast article .text, .search-results article .text, .yarpp-related article .text, .tax-dossiers article .text, .page-id-176955 article .text, .page-id-176988 article .text, .page-id-17690 article .text {
		max-width: 550px;
		height: 230px;
	}

	.archive.tag #revive-0-3, .archive.category #revive-0-3, .archive.author #revive-0-3 {
		margin-top: 0px;
	}

		/* te info op tag pagina */

	.mw-parser-output {
		max-width: 768px;
		min-width: 600px;
	}	

}

@media only screen and (max-width: 500px) {

	h1 {
		font-size: 50px;
    	text-align: center;
    	line-height: 45px;
    	word-break: break-word;
    	margin: 20px 0;
	}

	.page h1 {
		margin: 20px 0;
	}

	img#interscimg {
		height: 500px !important;
	}

	.header-banners {
		height: 140px;
	}

	div#inner {
		margin-top: 0px;
		padding-left: 10px;
	}

	.nieuws-template-special #inner, .tm-artikel-template-special #inner {
		margin-top: 0px;
		padding-left: 10px;
		padding-right: 	0px;
	}

	.home-header-container {
		padding: 10px 5px;
	}

	.search-form {
		display: none;
	}

	#menu-item-142499 {
		display: block;
	}

	#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover {
		border-color: #3f3f3f !important;
	}

	.home-header-content {
		background-color: #fff;
		background: none;
	}

	.breadcrumb {
		margin: 10px 0;
	}

	:focus {
		outline: #ccc solid 0px !important;
	}

	.home-header-content {
		height: unset;
	}

	.home-featured-left {
		height: 392px;
		width: 392px;
		background-color: #333;
		padding-top: 10px;
		margin-right: 10px;
	}

	.home-featured-left article, .home-featured-right-first article {
		height: 370px;
		width: 370px;
		position: relative;
		background-size: 370px !important !important;
		margin: 0 auto;
	}

	.home-featured-left article .text {
		position: absolute;
		bottom: 20px;
		left: 20px;
	}

	.home-featured-left article .category a {
		display: inline-block;
		color: #FFFFFF;
		padding: 4px 0px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.1em;	
		line-height: 13px;	
		text-transform: uppercase;
		text-decoration: none;
	}

	.home-featured-left article .category {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 13px;	
		color: #FFFFFF;
		font-weight: bold;
		letter-spacing: 0.1em;	
		line-height: 13px;	
		text-transform: uppercase;
	}

	.home-featured-left article .titel-nieuwsblok a {
		height: 48px;
		width: 222px;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0.25px;
		line-height: 25px;
		text-decoration: none;
		text-transform: none;
	}

	.home-featured-left .icoon {
		width: 45px;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.home .home-featured-right-first .icoon, .home .home-featured-right-second .icoon {
		width: 45px;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.home-featured-right-first {
		display: block !important;
	}

	.home-featured-right {
		position: relative;
		width: 392px;
		background-color: #333;
		padding-bottom: 10px;
		height: unset;
	}

	#revive-0-1 {
		display: block !important;
	}

	#revive-0-2 {
		display: block !important;
		margin: 0 7%
	}

	.home-featured-right-second {
		display: block;
		margin: 20px auto;
		float: unset;
	}

	.home .premieres {
		margin-bottom: 20px !important;
	}

	.home .mobile-advert {
		display: block;
		margin-top: 20px;
		max-width: 420px;
	}

	.home .mobile-advert ins {
		display: block;
		margin-bottom: 20px;
	}

	.home .mobile-advert ins img, .home .mobile-advert ins iframe {
		display: block;
		margin: 0 auto;
	}

	.first-block .first-block-left {
		max-width: 100%;
	}

	.first-block .first-block-right {
		max-width: unset;
		width: 100%;
		text-align:  center;
	}

	.first-block .first-block-right .theatermaker_ad img {
		margin: 0 auto;
		display: block;
	}

	.home article.nieuwsblok {
		width: 100%;
		height: 100px;
		margin-bottom: 20px;
	}

	.home article.nieuwsblok .text {
		width: 290px;
		height: 100px;
		padding-left: 10px;
	}

	.home article.nieuwsblok .text-withoutimage {
		width: 415px;
		padding: 0 10px;
	}

	.home article.nieuwsblok img {
		width: 100px;
		height: 100px;
	}

	.home article.nieuwsblok .category a {
		font-size: 11px;
		padding: 0px;
	}

	.home article.nieuwsblok .titel-nieuwsblok a {
		font-size: 15px;
		padding: 0px;
	}

	.home article.nieuwsblok .icoon {
    	display: inline-block;
    	position: absolute;
    	top: 5px;
    	left: 5px;
    }	

    .home article.nieuwsblok .category {
    	margin-top: 10px;
    }

    .home article.vakblad-theatermaker {
    	width: 100%;
    	float: left;
    	height: unset;
    	margin-bottom: 20px;
    	margin-top: -20px;
    }

    .home .vacatureblok h2 {
    	font-size: 50px;
    }

    .home .theatermakerblok {
    	padding: 0px;   	
    }

    .theatermakerblok-left img {
    	float: unset;
    }

    .home .theatermakerblok h2 {
    	margin-top: 20px;
    }

	.theatermakerblok-left {
		width: 280px;
		padding: 10px;
		display: block;
		margin: 0 auto;
		float: unset;
	}

	.theatermakerblok-right {
		width: 280px;
		padding: 10px;
		display: block;
		margin: 10px auto 0 !important;
		float: unset;
	}

	.theatermakerblok-right img {
		margin: 0 auto;
	}

	.home .theatermakerblok h1 {
		font-size: 50px;
	}

	.home .premieres, .legenda {
		margin: 0 auto;
	}

	.home .theaterkalender  {
		margin: 0 auto 20px;
	}

	.bannerblok .banner {
		margin-right: unset;
	}

	.home article.vacature {
		display: block;
		margin: 0 auto 20px;
	}

	.home .dossiercontainer h2 {
		font-size: 50px;
	}

	.home .dossiercontainer article.dossier {
		max-width: 365px;
	}

	.home .dossier img {
		width: 335px;
	}

	.home .dossier .hoek {
		width: 340px;
	}

	.home .podcastblok h2 {
		font-size: 50px;	
	}

	.home article.podcast {
		margin-bottom: 20px;
		width: 280px;
		display: block;
		margin: 0 auto 20px;
	}

	#revive-0-3 {
		display: block;
		margin: 0 0;
		width: 100%;
	}

	.page-logo {
		margin-left: 10px;
	}

	.main-content {
		margin-right: 10px;
		padding-right: 0px;
		max-width: 100%;
	}

	.recensie.titel {
		font-size: 50px;
		line-height: 45px;
	}

	.bannerblok {
		padding: 20px;
	}

	.bannerblok img {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.single-recensie .recensie-container {
		margin-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.single-recensie .recensie.breadcrumb, .single-recensie .recensie.gezelschap, .single-recensie .recensie.voorstelling, .single-recensie .recensie.sterren, .single-recensie .recensie.titel {
		padding: 5px 0;
	}

	.single-recensie .recensie.elders div.elderscontainer, .single-recensie .recensie-extra div#comments {
		margin-left: 10px;
		margin-right: 10px;
	}

	.single-recensie .commentnumber {
		top: -1px;
		right: 0px;
		background: url('images/paginahoek-oranje-op-wit.png') -9px -5px no-repeat;
	}

	.yarpp-related	 {
		margin-left: 0px !important;
		float: left;
	}

	.single-nieuws .nieuws-image, .single-podcast .nieuws-image {
		margin-left: 0px;
	}

	.recensie-extra .gerelateerd-sidebar, .nieuws-extra .gerelateerd-sidebar {
		float: unset;
		margin: 0 auto;
	}

	.recensie-extra .gerelateerd-sidebar img, .nieuws-extra .gerelateerd-sidebar img {
		margin: 0 auto;
		display: block;
	}

	.nieuws-extra #comments, .page-id-95911 #comments {
		margin-left: 0px;
	}

	.single-recensie .recensie-container, .single-nieuws .nieuws-container, .single-podcast .nieuws-container, .single-kritiek .nieuws-container {
		margin-top: 20px;
	}

	.comment-line.zero-comments {
		margin-bottom: 20px;
	}

	h4.tags {
		margin: 10px 0px
	}

	.medewerkers-recensie, .speeldata-lijst {
		margin: 0 auto;
	}

	h3#reply-title  {
		margin: 10px 0;
	}

	.yarpp-related article .text {
		float: left;
		padding: 10px 0 0;
	}

	h2#gerelateerd {
		text-align: center;
	}

	.recensie.sidebar, .vacature.sidebar, .nieuws.sidebar, .tm-artikel.sidebar {
		margin: 0px;
		max-width: unset;
		width: 100%;
		text-align: center;
	}

	.single-tm-artikel .tm-artikel-container {
		left: 0px;
	}

	.post-type-archive-recensie .recensie-container {
		max-width: unset;
		width:  100%;
	}

	.post-type-archive-recensie article {
		margin: 0 auto 20px;
		float: unset;
		display: block;
	}

	.post-type-archive-recensie article.large {
		width: 280px;
		height: 280px;
		background-size: 280px !important;
		margin: 0 auto 10px;
		float: unset;
		display: block;
	}

	.post-type-archive-recensie article.large.right {
		margin: 0 auto 20px;
		float: unset;
		display: block;
		left: unset;
		right: unset;
	}

	.post-type-archive-recensie article.large .category a {
		display: inline-block;
		color: #FFFFFF;
		padding: 2px 4px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 0.1em;	
		line-height: 13px;	
		text-transform: uppercase;
		text-decoration: none;
	}

	.post-type-archive-recensie article.large .category {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 13px;	
		color: #FFFFFF;
		font-weight: bold;
		letter-spacing: 0.1em;	
		line-height: 13px;	
		text-transform: uppercase;
	}

	.post-type-archive-recensie article.large a.titel-recensie {
		height: 48px;
		width: 222px;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0.25px;
		line-height: 25px;
		text-decoration: none;
		text-transform: none;
	}

	.post-type-archive-recensie article.large .icoon {
		width: 45px;
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.archive.tag article, .archive.category article, .archive.author article, .post-type-archive-nieuws article, .post-type-archive-podcast article, .search-results article, .yarpp-related article, .tax-dossiers article, .page-id-176955 article, .page-id-176988 article, .page-id-17690 article   {
		max-width: 500px;
		height: unset;
	}

	.archive.tag article .image, .archive.category article .image, .archive.author article .image, .post-type-archive-nieuws article .image, .post-type-archive-podcast article .image, .search-results article .image, .yarpp-related article .image, .tax-dossiers article .image, .page-id-176955 article .image, .page-id-176988 article .image, .page-id-17690 article .image {
		width: unset;
		height: unset;
		margin: 20px;
		background-color: #fff;
	}

	.archive.tag article .text, .archive.category article .text, .archive.author article .text, .post-type-archive-nieuws article .text, .post-type-archive-podcast article .text, .search-results article .text, .yarpp-related article .text, .tax-dossiers article .text, .page-id-176955 article .text, .page-id-176988 article .text, .page-id-17690 article .text   {
		width: unset;
		height: unset;
		float: none;
		padding: 0 20px;
	}

	.tax-dossiers article .excerpt p {
		padding-bottom: 20px;
	}

	.tax-dossiers.parent-dossiers-tm-edities article .image, .archive article.tm-artikel .image {
		background-image: url('images/icoon_theatermaker_oranje.png');
		background-size: contain;
		width: 280px !important;
		height: 280PX !important;
	}

	.post-type-archive-vacature .lees-verder a, .single-vacature .lees-verder a {
		top: 20px;
	}

	.post-type-archive-vacature article .text, .single-vacature article .text{
		padding-bottom: 40px;
		border-bottom: 1px solid #ccc;
		width: 355px;
	}

	.post-type-archive-vacature article .image, .single-vacature article .image {
		padding-left: 20px;
		height: auto;
	}

	.archive.tag #revive-0-3, .archive.category #revive-0-3, .archive.author #revive-0-3 {
		margin-top: 0px;
	}

	.archive.tag #revive-0-3 img, .archive.category #revive-0-3 img, .archive.author #revive-0-3 img {
		display: block;
		margin-left: 15%;
		margin-bottom: 20px;
	}

	.page-id-36568 article ul {
		width: 300px;
	}

	.page-id-36568 img {
		margin-bottom: 20px;
	}

	.page-id-36568 ul {
		float: left;
	}

	div.knop-meer.theatermaker {
		float: left;
		width: 300px;
		margin: 10px 0;
	}

	.theatermaker.sidebar {
		float: none;
	}

	.nieuws-left {
		display: none;
	}

	.home.icoon {
		display: inline-block;
    	position: absolute;
    	top: 15px;
    	left: 80px;
	}

	.comment-respond {
		background-color: #f7f7f7;
		padding: 10px 10px 10px 10px;
	}

	.before-footer form {
		float: left;
		padding-left: 10px;
	}

	.before-footer .footer-title a {
		padding-left: 10px;
	}

	.footer-widgets .widget-area {
		width: 49%;
		display: inline-block;
		vertical-align: text-top;
	}

	.footer-widget-area .widget-wrap {
		border-right: none;
		min-height: unset;
		margin-left: 10px;
		padding-right: 0px;
		width: unset !important;
	}

	.twitter-tweet, .fb_iframe_widget iframe, .fb_iframe_widget span {
		width: 380px !important;
	}

	.dossier-blok {
		display: block;
		margin: 0 auto;
		width: 280px;
	}

	/* te info op tag pagina */

	.col-xs-12 .col-md-4 {
		width: 350px !important;
		
	}

	.mw-parser-output {
		max-width: 414px;
		width:  unset;
		height: 340px;
	}

	.mw-parser-output img {
		float: right;
		width: 100px;
	}

	.mw-parser-output #biografie {
		max-width: 220px;
	}

	.bron {
		top: -60px;
	}

	.mw-parser-output .card p i {
		top: 280px;
	}

	.main-content #revive-0-2 {
		display: block;
		margin-bottom:  20px;
		text-align: center;
	} 

	/* abo pagina's */
	.page-id-42892 iframe.lazyloaded, .page-id-42887 iframe.lazyloaded {
		height: 1800px !important;
	}

	.page-id-42889 iframe.lazyloaded, .page-id-42897 iframe.lazyloaded {
		height: 2000px !important;
	}

	/* agenda */

	.page-id-65176 .em.pixelbones th, .page-id-65176 .em.pixelbones td {
		padding: 0 2px !important;
		word-break: break-word;
	}

	.page-id-65176 th.event-time {
		width: 20%;
	}

	.page-id-65176 th.event-description {
		width: 40%;
	}

	.page-id-65176 th.event-genre {
		width: 20%;
	}

.page-id-65176 th.event-location {
		width: 20%;
	}

	.before-footer .footer-title {
		text-align: center;
		float: unset;
	}

	.before-footer form {
		text-align: center;
		float: unset;
	}

}

@media only screen and (max-width: 440px) {

	h1 {
		font-size: 50px;
    	text-align: center;
    	line-height: 45px;
    	word-break: break-word;
	}

	img#interscimg {
		height: 500px !important;
	}

	.header-banners {
		height: 140px;
	}

	div#inner {
		margin-top: 20px;
		padding-left: 10px;
	}

	.home-header-container {
		padding: 10px 5px;
	}

	.home-featured {
		width: 350px;
	}

	.search-form {
		display: none;
	}

	.home-header-content {
		background-color: #fff;
		background: none;
	}

	.home-featured-left {
		height: 350px;
		width: 350px;
		background-color: #333;
		padding-top: 10px;
	}

	.home-featured-left article, .home-featured-right article {
		height: 320px;
		width: 320px;
		position: relative;
		background-size: 320px !important;
	}

	.home-featured-left article .text {
		position: absolute;
		bottom: 20px;
		left: 20px;
	}

	.home-featured-left article .category a {
		display: inline-block;
		color: #FFFFFF;
		padding: 4px 0px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.1em;	
		line-height: 13px;	
		text-transform: uppercase;
		text-decoration: none;
	}

	.home-featured-left article .category {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 13px;	
		color: #FFFFFF;
		font-weight: bold;
		letter-spacing: 0.1em;	
		line-height: 13px;	
		text-transform: uppercase;
	}

	.home-featured-left article .titel-nieuwsblok a {
		height: 48px;
		width: 222px;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0.25px;
		line-height: 25px;
		text-decoration: none;
		text-transform: none;
	}

	.home-featured-left .icoon {
		width: 45px;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.home .home-featured-right-first .icoon, .home .home-featured-right-second .icoon {
		width: 45px;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.home-featured-right {
		float: left;
		position: relative;
		width: 350px;
		background-color: #333;
		padding-bottom: 10px;
		height: unset;
	}

	.home-featured-right-first article:first-child {
		margin-bottom: 20px;
	}

	.home article.nieuwsblok .text {
		width: 240px;
		height: 100px;
		padding-left: 5px;
	}

	.home article.nieuwsblok .text-withoutimage {
		width: 350px;
		padding: 0 10px;
	}

	.home article.nieuwsblok img {
		width: 100px;
		height: 100px;
	}

	.home article.nieuwsblok .category a {
		font-size: 11px;
		padding: 0px;
	}

	.home article.nieuwsblok .titel-nieuwsblok {
		top: 5px;
		line-height: 14px;
	}

	.home article.nieuwsblok .titel-nieuwsblok a {
		font-size: 14px;
		padding: 0px;
	}

	.home article.nieuwsblok .icoon {
    	display: inline-block;
    	position: absolute;
    	top: 5px;
    	left: 5px;
    }	

    .home article.nieuwsblok .category {
    	margin-top: 8px;
    }

    .home article.vakblad-theatermaker {
    	width: 100%;
    	margin-top: 20px;
    }

     .home article.vakblad-theatermaker img {
     	width: 100%;
     }

    .home .vacatureblok h2 {
    	font-size: 50px;
    }

	.theatermakerblok-right {
		margin-left: 0px;
	}

	.home .theatermakerblok h1 {
		font-size: 50px;
	}

	.home .dossiercontainer h2 {
		font-size: 50px;
	}

	.home .dossiercontainer article.dossier {
		width: 350px;
		margin: 0 auto;
		display: block;
	}

	.home .dossier img {
		width: 335px;
	}

	.home .dossier .hoek {
		width: 340px;
	}

	.home .podcastblok h2 {
		font-size: 50px;	
	}

	.twitter-tweet, .fb_iframe_widget iframe, .fb_iframe_widget span {
		width: 300px !important;
	}

	.recensie-image {
		max-width: 400px;
	}
}

@media only screen and (max-width: 360px) {

	h1 {
		font-size: 50px;
    	text-align: center;
    	line-height: 45px;
	}

	img#interscimg {
		height: 500px !important;
	}

	.header-banners {
		height: 140px;
	}

	div#inner {
		margin-top: 20px;
		padding-left: 10px;
	}

	.home-header-container {
		padding: 10px 5px;
	}

	.search-form {
		display: none;
	}

	.home-header-content {
		background-color: #fff;
		background: none;
	}

	.home-featured-left {
		height: 300px;
		width: 300px;
		background-color: #333;
		padding-top: 10px;
	}

	.home-featured-left article, .home-featured-right article {
		height: 280px;
		width: 280px;
		position: relative;
		background-size: 280px !important;
	}

	.home-featured-left article .text {
		position: absolute;
		bottom: 20px;
		left: 20px;
	}

	.home-featured-left article .category a {
		display: inline-block;
		color: #FFFFFF;
		padding: 4px 0px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.1em;	
		line-height: 13px;	
		text-transform: uppercase;
		text-decoration: none;
	}

	.home-featured-left article .category {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 13px;	
		color: #FFFFFF;
		font-weight: bold;
		letter-spacing: 0.1em;	
		line-height: 13px;	
		text-transform: uppercase;
	}

	.home-featured-left article .titel-nieuwsblok a {
		height: 48px;
		width: 222px;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0.25px;
		line-height: 25px;
		text-decoration: none;
		text-transform: none;
	}

	.home-featured-left .icoon {
		width: 45px;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.home .home-featured-right-first .icoon, .home .home-featured-right-second .icoon {
		width: 45px;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.home-featured-right {
		float: left;
		position: relative;
		width: 300px;
		background-color: #333;
		padding-bottom: 10px;
		height: unset;
	}

	.home-featured-right-first article:first-child {
		margin-bottom: 20px;
	}

	.home article.nieuwsblok .text {
		width: 190px;
		height: 100px;
		padding-left: 00px;
	}

	.home article.nieuwsblok .text-withoutimage {
		width: 300px;
		padding: 0 10px;
	}

	.home article.nieuwsblok img {
		width: 100px;
		height: 100px;
	}

	.home article.nieuwsblok .category a {
		font-size: 11px;
		padding: 0px;
	}

	.home article.nieuwsblok .titel-nieuwsblok a {
		font-size: 14px;
		padding: 0px;
		display: inline-block;
		line-height: 16px;
		width: 180px;
	}

	.home article.nieuwsblok .icoon {
    	display: inline-block;
    	position: absolute;
    	top: 5px;
    	left: 5px;
    }	

    .home article.nieuwsblok .category {
    	margin-top: 8px;
    }

    .home article.vakblad-theatermaker {
    	width: 350px;
    	margin-top: 20px;
    	float: left;
    	height: 180px;
    }

    .home .vacatureblok h2 {
    	font-size: 50px;
    }

	.theatermakerblok-right {
		margin-left: 0px;
	}

	.home .theatermakerblok h1 {
		font-size: 50px;
	}

	.home .dossiercontainer h2 {
		font-size: 50px;
	}

	.home .dossiercontainer article.dossier {
		max-width: 365px;
	}

	.home .dossier img {
		width: 280px;
	}

	.home .dossier .hoek {
		width: 340px;
	}

	.home .podcastblok h2 {
		font-size: 50px;	
	}

	.home article.podcast {
		margin-left: 0px;
		margin-bottom: 20px;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

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

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

	thead {
		display: table-header-group;
	}

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

	@page {
		margin: 2cm 0.5cm;
	}

	.recensie-image, .nieuws-image {
		max-width: 400px !important;
		max-height: 320px !important;
	}

	.recensie.titel, h1 {
		font-size: 50px !important;
		line-height: 40px;
	}

	.main-content, .quote, .quote p {
		font-size: 13px;
		line-height: 18px;
	}

	.single-recensie .recensie-container, .single-nieuws .nieuws-container, .single-podcast .nieuws-container, .single-kritiek .nieuws-container, .single-tm-artikel .tm-artikel-container {
		left: 0px;
	}

	.recensie.elders div.elderscontainer {
		margin-left: 0px;
	}

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

	body {
		font-size: 14px;
		line-height: 18px;
	}

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

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	#nav_menu-3,
	#search-4,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar,
	.gerelateerd,
	.before-footer .footer-title {
		display: none !important;
	}

	.header-banners, .bannerblok, .recensie-extra, #footer-widgets {
		display: none;
	}
	
	.social {
		display: none;
	}

	#footer-widgets .footer-copyright {
		display: block !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	div#inner {
		margin: 20px 0;
	}

	.page-logo {
		padding-left: 10px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
	