@charset "UTF-8";
/* CSS Document */

/*alleen van toepassing op het theater verhuur media en contact*/
body {
	background-color: #222222;
}

a {
	text-decoration: none;
}

.body {
	margin: 0 auto;
	width: 90%;
	clear:both;
}
h1, h2, h3, h4, h5, p {
        padding: 0;
        margin: 0;
}

.body {
	margin: 0 auto;
	width: 90%;
	clear:both;
}

/*content tekst nog te definieeren*/
p{
        font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	font-size; 10%; 
}
/*artiestennaam in showtime*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fffefb;
	margin-top: 30px;
	font-size; 8px;
}
/*twiske theater roze*/
h2 {
	color: #FF31A1;
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
	/*text-align: center;*/
	letter-spacing: 0.3em;
	font-size: 120%;
	font-weight: bolder;
        /*padding-top: 2%;*/
	padding-bottom: 4%;	
}
/*kopteksten*/
h3 {
	color: #fffefb;
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
	/*text-align: left;*/
	letter-spacing: 0.3em;
	font-size: 100%;
	font-weight: bolder;
        padding-bottom: 4%;	
}
/*adres en telefoonnummer*/
h4 {    
        color: #fffefb;
	font-family: 'Merriweather Sans', sans-serif;
	/*text-align: center;*/
        letter-spacing: 0.2em;
	font-size: 80%;
	padding-top: 4%;
	/*padding-bottom: 2%;*/
}
/*datum en email goud*/
h5 {
	color: #EBD394;
	font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
	font-size: 80%;
	padding-top: 2%;
}

header {
	height: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #fffefb;
	border-right-color: #fffefb;
	border-left-color: #fffefb;
}
header #logo {
	width: 100%;
	height: auto;
	text-align: center;
}
header #gallery {
	display: none;
	
}
#gallery img {
	display: none;
}
nav {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fffefb;
	border-bottom-color: #fffefb;
	border-left-color: #fffefb;
	margin-bottom: 2%;
       background: -prefix-linear-gradient(left, #111111, #fffefb, #111111) no-repeat;
       background: linear-gradient(to right, #111111, #fffefb, #111111) no-repeat;
       background: -webkit-linear-gradient(left, #111111, #fffefb, #111111) no-repeat;
       background: -moz-linear-gradient(left, #111111, #fffefb, #111111) no-repeat;
}
	
#content {
	width: 100%;
	float: left;
        background: #fffefb;
}
#content img {
	width: 100%;
}
 
#content-right {
	width: 100%;
	float: left;
	margin-bottom: 2%;
	/* [disabled]background: #fffefb; */
	text-align: center;
}

#content-right ul {
	display: block;
	list-style-type: none;
}
#content-right ul li {
	font-family: "Lithos Pro Black";
	color: #FFF;
}



/*blokken onder content nog te definieeren*/
#kader-links{
       /*display: none;*/
}

#kader-rechts{
       /*display: none;*/
}
/*lijn en home-icon*/
#home {
	width: 100%;
	float: left;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #fffefb;
	margin-bottom: 2%;
}

#home img {
       float: right;
}

footer {
	display: none;
}




/* Tabletlay-out: 481 px tot 769 px. Neemt stijlen over van: mobiele lay-out. */

@media only screen and (min-width: 481px) {

}


/* Bureaubladlay-out: 770 px tot maximaal 1232 px.  Neemt stijlen over van: mobiele lay-out en tabletlay-out. */

@media only screen and (min-width: 1025px) {

.body {
        min-width: 1000px;
        max-width: 1000px;
}
header {
	width: 99%;
	display: block;
	float: left;
       
}
header #logo {
	width: 32%;
	float: left;
	display: block;
	text-align: center;
	margin-top: 3%;
}

header #gallery {
	width: 68%;
	float: right;
	display: block;
}

#gallery img {
	width: 100%;
    display: block;
	margin: 0px;
	padding: 0px;
	height: 250px;
}

nav {
       width: 99%;
       float: left;
       height: auto;
}
#content {
        width: 50%;
}

#content-right {
        width: 49.9%;
        min-height: 335px;
        padding-left: 0.1%;
}

/*blokken onder content nog te definieren*/
#kader-links{
       /*display: block;
       float: left;*/
}

#kader-rechts{
       /*display: block;
       float: left;*/
}


footer {
	width: 99%;
	float: left;
	display: block;
    border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fffefb;
	border-bottom-color: #fffefb;
	border-left-color: #fffefb;
	margin-bottom: 2%;
}

}
