/* general settings */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Fira Sans', sans-serif;
	color: #2D2D2D;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
 	transition: all 0.5s ease-in-out;
}

h1 {
	font-family: 'Monda', sans-serif;
	color: #055489;
	font-size: 1.9em
}



h3 {
	color: #055489;
	font-size: 1.2em;
	font-weight: 300;
}

p, td, li {
	line-height: 150%;
	font-weight: 300;
	font-size: 1.2em;
}

th {
	font-size: 1.2em;
}

a {
	color: #055489;
	outline: 0 none;
}

hr {
	border: 0px none;
	border-bottom: 3px solid #dcaa43;
	margin: 0 0 30px 0;
}

p, ul, ol, table {
	margin: 0 0 25px 0;
}

body {
	background:#f2f2f2
}

ins {
	text-decoration: none;
	border: 0px none;
}

ins *{
	text-decoration: none;
}

input, textarea {
	background: #fff;
	padding: 0.3em 0.6em;
	font-size: 1.2em;
	border-radius: 10px;
	margin: 0 15px 0 0;
	border: 0px none;
}

textarea {
	transition: none;
	resize: none;
	height: 200px;
}

input[type=submit] {
	width: auto;
	color: #fff;
	background: #055489;
}

 #page-left .row-box input{
	width: auto;
	height: auto;
	padding: 10px;
	margin-top: 20px;
}
input[type=submit]:focus {
	background: #055489;
}
input:focus {
	background: #f4f4f4;
}

/* general classes */
.clear {
	clear: both;
}

.nolist {
	list-style: none;
}

.row {
	margin: 25px 0;
}

.row-box {
	margin: 25px 0;
	font-size: 1.2em;
}
/* layout settings */
#content-width {
	max-width: 1450px;
	display: block;
	margin: 0 auto;
	background:#fff;
}

#container-content {
	margin: 25px;
	height: auto;
	background: red;
	padding: 0 0px;
}


/* ------------------------------------------- header settings */
#header {
	height: 500px;
	width: 100%;
	background: url("../img/header/header-foto.jpg") no-repeat center;
	padding: 25px;
}

#header-content {
	width: 35%;
	padding: 3px 0;
	float: right;
	border-bottom: 3px solid #dcaa43;
	border-top: 3px solid #dcaa43;
	height: 100%;
}

#header-container {
	height: 100%;
	background: #055489;
	padding: 25px 25px 0 25px;
}

#header #logo {
	height: 200px;
	background: url('../img/header/kunstcentrum-kloosterkerk-logo.png') #055489 no-repeat;
	background-size: 100%;
}

#menu {
	min-height: 200px;
}

#header li {
	text-decoration: none;
	display: block;
    border-bottom: 1px solid transparent;    
    width: 0px;
    transition: 0.5s ease;
    white-space: nowrap;
}


#header a {
	text-decoration: none;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	display: block
}

#header li:hover {
	border-bottom: 1px solid #9fa6c3;
    width: 100%;
}

/* page left settings */
#page-left {
	float: left;
	width: 65%;
	padding: 0 25px 0 0;
}

#left-content {
	padding: 0 10% 35px 0px;
}

#left-content h1 {
	border-bottom: 3px solid #dcaa43;
	margin: 0 0 30px 0;
}

#left-border {
	border-bottom: 3px solid #dcaa43;
	margin: 0 0 35px 0;
	float: left;
	width: 100%;
}

#left-content ul,
#left-content ol {
	margin-left: 25px;
	max-width: 100%;
	width: calc(100% - 25px);
}
.img-left {
	float: left;
	margin: 5px 10px 10px 0;
}
#left-content img {
	padding: 0 15px 10px 0;
	float: left;
	height: auto;
	max-width: 100%;
}
#left-content img.nofloat {
    float: none;
}
#mobile-menu {
	display: none;
}

.agenda-maand {
	margin: 20px 0 30px 0;
	border-bottom: 1px solid #dcaa43;
	padding-bottom: 15px;
}

.agenda-maand .concert:hover {
	background: #f2f2f2;
}

.agenda-maand h2 {
	color: #6F6F6F;
	margin: 0 0 25px 0;font-size: 1.3em;
}

#left-content .nolist {
	margin-left: 0px;
}

.error-msg {
	background: #f2f2f2;
	border-radius: 10px;
	width: 100%;
	margin: 25px 0;
}

#page-left .error-msg h2 {
	padding: 15px;
	margin: 0;
}

#page-left .error-msg ul {
	padding: 0px 15px 15px 15px;
}

#page-left .error-msg p {
	padding: 15px;
}

#page-left h2 {
	color: #055489;
	font-size: 1.4em;
	font-weight: 400;
	margin: 0 0 20px 0;
	
}

#upcoming {
	margin: 0 0 25px 0;
}

#left-content #upcoming img {
	margin: 0;
	max-width: 250px;
	padding: 0 20px 0 0;
}

#left-content #upcoming a {
	font-size: 1.2em;
	font-weight: 300;
}


#container-conc {
	width: calc(100% - 250px);
}
#container-conc.agenda-detail {
	width: 100%;
}
#container-conc,
#program,
#content-home,
.pdf{
	float: left;

}

#program {
	margin: 15px 0 0 0;
}

#left-content .pdf img {
	width: 25px;
	height: 25px;
	border-radius: 3px;
	padding: 0;
	margin-right: 15px;
}

#page-left .pdf{
	font-weight: 300;
	font-size: 1.2em;
}

#content-home,
#program {
	width: 100%;
}
#content-home {
	padding: 0 0 40px 0;
}
body #content-home img {
	box-sizing: content-box
}
#agenda-page #container-conc {
	width: 100%;
}

.archief-maand {
	margin: 0 0 30px 0;
}

.arch-date {
	width: 150px;
	display: inline-block;
	float: left;
	font-size: 1.2em;
	font-weight: 300;
}

.archief-item p{
	display: block;
	width: calc(100% - 150px);	
	float: right;
}

/* page right settings */
#page-right h2 {
	font-family: 'Monda', sans-serif;
	color: #fff;
	padding: 0.3em 25px;
	background: #055489;
	font-size: 1.3em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#page-right hr {
	border: 0px none;
	border-bottom: 3px solid #dcaa43;
	margin: 3px 0;
}




.container {
	background: #d0dbe0;
	padding: 25px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0 0 25px 0;
}

#next-concert .container {
	padding: 13px;
}

.concert {
	padding: 12px 12px;
	text-decoration: none;
	border-radius: 10px;
}

.concert:hover {
	background: #e5ecee;
}

.concert p {
	margin: 0;
}

#page-right {
	width: 35%;
	float: left;
	min-height: 500px;
    padding: 0 0 30px 0;
}

#next-concert ul, 
#news-letter ul, 
#banner ul{
	padding: 25px;
	margin: 0 0 25px 0;
}
#banner {
    position: relative;
}
#banner-controls {
    position: absolute;
    height: 30px;
    width: 200px;
    left: 30px;
    bottom: -5px;
    z-index: 25000;
}
#banner-controls ul li {
    float: left;
    margin: 0 10px 0 0;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    font-size: 1.4em;
}
#page-right #banner-controls ul {
    margin: 0;
    padding: 0;
}
#banner-controls ul li a {
    display: block;
    background: #055489;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 5px solid #fff;
    color: #fff;
    text-decoration: none;
}
#banners-container .banner-slide {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#banners-container .banner-slide .container {
	min-height: 550px;
}
#submenu-content{
	background: #d0dbe0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 25px;
	margin-bottom: 25px;
}
#submenu-content hr {
	margin: 10px 0 20px 0;
}
#submenu p:last-child, 
#submenu ul:last-child, 
#submenu ol:last-child {
	margin-bottom: 0;
}

#submenu ul,
#submenu ol {
	margin-left: 25px;
	margin-bottom: 0px;
}


#sumbmenu ul.nolist {
	margin-left: 0;
}

#banner img {
	width: 70%;
	margin: 0 0 25px 0;
}

#page-right input {
	margin: 10px 10px 0 0;
	width: 280px;
	max-width: 100%;
}

#content-width #page-right input[type=submit]{
	width: auto
}

#donateur-banner img{
	width: 100%;
	border-radius: 10px;
	margin: 0 0 25px 0;
}
/* footer settings */
#footer {
	width: 100%;
	background: #055489;
}

#footer p,
#footer a {
	color: white;
}

#footer p {
	line-height: 60px;
	margin: 0;
}

.hr-bottom {
	margin: 3px 0;
	border: 0px none;
	border-bottom: 3px solid #dcaa43;
}

/* input settings ---------------*/ 
.checkbox {
	width: 25px;
	position: relative;
	float: left
}

label {
	display: inline-block;
	width: 200px;
	text-align: left;
	vertical-align: top;
	font-size: 1.2em;
	margin: 0 0 5px 0;
}

#page-left input,
#page-left textarea{
	background: #f2f2f2;
	border: 1px solid #d2d2d2;
	width: 100%;
	max-width: 500px;
	font-weight: 300;
	border-radius: 5px;
}
#page-left .captcha-image {
    width: 45%;
    max-width: 250px;
    background: #fff;
    border-radius: 5px;
	border: 1px solid #d2d2d2;
    height: 36px;
    float: left;
    overflow: hidden;
}
#page-left .captcha-image img {
    max-height: 100%;
    width: auto;
    border-radius: 5px;
    margin: 0 0 0 20px;
    padding: 0;
}
#page-left .captcha-holder {
    width: 100%;
    max-width: 500px;
    display: inline-block;
}
#page-left input.captcha {
    width: 45%;
    max-width: 250px;
    float: right;
    margin: 0;
}
#page-left .row input[type=submit] {
	width: auto;
	color: #fff;
	background: #055489;
}

#page-left .row-radio {
	font-size: 1.0em;
	margin: 0 0 10px 0;
}

#page-left .row-radio:nth-child(3) {
	margin: 0 0 25px 0;
}

#page-left .row-radio label {
	margin: 0;
}


#page-left .row-radio input{
	width: auto;
}

#page-left .row-radio input:nth-child(3) {
	width: auto;
	color: #fff;
	margin: 0 5px 0 25px;
	font-size: 1.2em;
}

#page-left input:focus {
	background: #E7E7E7;
}

#page-left textarea:focus {
	background: #E7E7E7;
}


.row-box p {
	margin: 0 35px;
	font-size: 1em;
}

.checkbox label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: #f2f2f2;
	border:1px solid #d2d2d2;
	border-radius: 3px;
}

.checkbox label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 11px;
	height: 6px;
	background: transparent;
	top: 6px;
	left: 5px;
	border: 3px solid #055489;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);
}

.checkbox label:hover::after {
	opacity: 0.5;
}

#page-left .checkbox input {
	margin-top: 0;
}
.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #2D2D2D;
	font-size: 1em;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #d2d2d2;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #055489;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.row-radio p {
	margin: 0;
	float: right;
	width: calc(100% - 200px)
}

.row-submit label {
	width: 200px;
}

#page-left .row-submit input[type="submit"] {
	width: auto;
	background: #055489;
	color: #fff
}

/* responsive settings ---------------*/ 
@media only screen and (max-width: 1350px) {
	label {
		width: 100%;
	}
	
	.row-radio p {
		float: left;
	}
	
	.row-submit label {
		width: 100%;
	}
	
	#page-right input {
		width: 100%;
	}

}

@media only screen and (max-width: 1100px) {
	input[type=submit] {
		margin:25px 0 0 0;
	}
	
	#page-left .row input[type=submit] {
		margin: 0px;
	}
}

@media only screen and (max-width: 1000px) {
	#header {
		height: 400px;
	}
	
	* ,
	.row-box p{
		font-size: 98%;
	}
	
	#header #logo {
		height: 140px;
	}
	
	#upcoming img {
		width: 150px;
		height: auto;
	}
	
	#container-conc {
		width: calc(100% - 150px);
	}
	
	.arch-date {
		width: 120px;
	}

	.archief-item p{
		width: calc(100% - 120px);	
	}
    #banners-container .banner-slide .container {
	    min-height: 450px;
    }
}

@media only screen and (max-width: 800px) {
	#page-left {
		width: 100%;
		padding: 0;
	}
	
	#left-content {
		padding: 0;
	}
	
	#left-content h1 {
		font-size: 1.3em;
	}
	
	#left-border {
		margin: 0 0 25px 0;
		padding: 0 0 50px 0;
	
	}
	#page-right {
		width: 100%;
	}
	
	#banner img{
		float: left;
		width: 45%;
	}
	
	#banner p{
		width: 50%;
		float: left;
		padding: 0 0 0 5%;
	}
	
	#banner .container {
		float: left;
	}
    #banner-container {
        position: relative;
    }
	#mobile-menu {
		display: block;
		width: 100%;
		padding: 40px 25px 20px 25px;
	}
    #banner-controls {
        bottom: 18px;
    }
	
	#mobile-menu select {
		width: 100%;
		background: url("../img/main/arrow-down.png") #f3f3f3 no-repeat right 10px center;
		font-size: 1.2em;
		border: 1px solid #c4c4c4;
		padding: 7px 15px;
		-webkit-appearance: none;
   		-moz-appearance: none;
  		appearance: none;
		background-size: 30px;
	}
	
	
	#mobile-menu select .mob-submenu {
		color:#6A6A6A;
	}
	
	#menu {
		display: none;
	}
	
	#header {
		height: 250px;
		position: relative;
	}
	
	#header-content {
		width: 50%;
		min-width: 250px;
		height: auto;
		position: absolute;
		right: 25px;
		bottom: 25px;
	}
	
	#header-container {
		padding: 25px;
	}
	
	input[type="submit"] {
		margin: 0;
	}
	
	#page-right input {
		width: 100%;
		max-width: 280px;
		margin: 0 20px 20px 0;
	}
	
	#page-right input[type="submit"] {
		width: auto;
		margin: 0;
	}
	#banners-container .banner-slide .container {
		min-height: 0;
	}
}

@media only screen and (max-width: 700px) {
	#header-container {
		padding: 15px;
	}
}

@media only screen and (max-width: 550px) {
	#header #logo {
		height: 100px;
	}
	
	#page-left textarea {
		max-width: 100%;
	}
	
	#page-left label {
		width: 100%;
		
	}
	
	#banner p {
		width: 100%;
		padding: 0;
	}
	
	#banner img {
		width: 60%;
		min-width: 180px;
	}
}

@media only screen and (max-width: 500px) {
	#footer {
		padding: 25px;
	}
	
	#footer p{
		line-height: 120%;
	}
	
	#page-left img {
		padding: 5px;
	}
}

@media only screen and (max-width: 400px) {
	#header-content {
		width: calc(100% - 20px);
		min-width: auto;
		right: 10px;
	}
	
	#header #logo {
		height: 100px;
		background-size: contain;
		background-position: right;
	}
	
	#left-content #upcoming img {
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}

	#container-conc {
		float: right;
		width: 100%;
		
	}
	
	#container-content {
		margin: 10px;
	}
	
	

	#mobile-menu,
	#footer,
	#header{
		padding: 25px 10px;
	}
	
	#page-right h2{
		padding: 0.3em 10px;
		
	}
	
	#page-right p{
		padding: 0 10px;
	}
	
	#page-right .container {
		padding: 25px 10px;
	}
	
	.concert:hover {
		background: none;
	}
	#page-left .concert:hover {
		background: none;
	}
	
	#page-left h2 {
		padding: 0 0 0 0;
		margin: 0;
	}
	
	.concert {
		padding: 10px 0;
	}
	
	#page-right .concert p {
		padding: 0px;
	}

	#page-right .container p {
		padding: 0px;
	}
	
	.arch-date {
		width: 100%;
	}

	.archief-item p{
		width: 100%;	
	}
}


