﻿@media only screen and (max-width : 700px) {
body 
{
    background-color: #25160e;
}

h1,h2,h3,h4,p,input, textarea,td,span,a{
  font-family: 'Open Sans', Arial, verdana;
  color: #cccccc;
	}
    p, input, textarea, td, span, a {
    
  font-size: 14px;
    }

#menu
{
    display: none;
    }
 
#mobiletop
{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    
    background-color: #25160e;
    background-color: rgba(37,22,14,.8);
    }
#mobiletop img
{
    margin: 10px;
    }
  
#menuicon
{
   z-index: 1000;
    position: absolute;
    right: 0px;
    }
#mobilemenu
{
   background-color: #25160e;
    display: none;
    position: absolute;
   z-index: 500;
   top: 0px;
   right: 0px;
   padding: 0px;
   padding-top: 50px;
   margin: 0px;
   width: 100%;
    }
#mobilemenu li {
	display: block;
	font-size: 30px;
   margin: 0px;
   padding: 0px;
  color: #fff; /* IE8 proofing */
  border-bottom: 3px solid transparent;
  vertical-align: middle;
  width: 100%;
}
#mobilemenu li.active{
    border-bottom: 3px solid #af8a77;
}
#mobilemenu li a{
	text-decoration:none;
	color: #fff;
}
#mobilemenu li.active a:hover{
	color: #fff;
}
#mobilemenu li:hover
{
  border-bottom-color: #026ab1;
  border-bottom-color: rgba(2,106,177,.5);
}
#mobilemenu li a,
#mobilemenu li.active a{
	padding: 9px 18px;
	display:inline-block;
}
#menu li.active a{
	color: #000;
}


/*quote*/
.quote
{

   background-color: rgba(251,248,241,.5);
   width: 100%;
   margin: 0px;
   padding: 20px 0px;
   color: #333;
   font-size: 28px;
   font-weight: bold;
   right: 0px;
	}

	
#footer
{
    font-size: 12px;
    height: 100px;
    display: block;
    padding-top: 25px;
    margin-top: 25px;
    }
#footer span
{
    display: block;
    }
    .footer {
    
    padding-top: 0px;
    margin-top: 100px;
    position: relative !important;
    clear: both;
    }

.about .inner
{
    padding: 100px 20px 0px 20px;
    }

.inner {
    margin: auto;
    width: auto;
}

    .contact .inner {
        padding: 120px 50px;
    
    }

.inner p {
    margin: auto;
    line-height: inherit;
    width: auto;
}
.reserveringsform {
        width: auto;
        padding: 110px 30px;
    }
    .calendar {
    margin-right: 15px;
    
    }
    .uren {
        margin-right: 0px;
    }

    

.contactform
{
    display: none;
    }
    .contactinfo
    {
        position: absolute;
        top: 140px;
        left: 15px;
        }
    .contactgeg
    {
        position: relative;
        top: 0px;
        left: 250px;
        width: 250px;
        }
.contact h2
{
    margin-top: 0px;
    }
    
  }

@media only screen and (max-width :480px) {  
    
    .contactinfo
    {
        position: inherit;
        }
    .contactgeg
    {
        position: inherit;
        margin: 0;
        }

    .next {
        margin-top: 70px;
        margin-right: 0px !important;
        float: none;
        display: inline-block;
    
    }
    .homeitems, .verjaardagen {
        width: auto;
    }
    .verjHeader {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .calendar h2, .daysOfWeek, .verjaardagen {
        padding-left: 0px !important;
        width: 300px;
    }

    .DayActive, .DayNonActive {
        margin: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .dayofweek {
        margin: 0 6px;
        width: 30px;
    }
    .prevMonth, .nextMonth {
        width: 50px;
    }
    #day {
        height: auto;
    
    }

    .spelers {
        width: 100%;
        margin-right: 0px;
    }

    .spelers h2 {
        width: 200px;
        height: 40px;
    }
    .reserveren
    {
        float: none;
        margin-top: 100px;
        margin-left: 0px;
        width: 100%;
    }
    .uren {
        width: auto;
        height: auto !important;
    }
        .uren h2 {
        height: 10px;
        
        }
    #NextStatus {
        position: relative;
        margin-left: 0px;
        margin-top: 10px;
    }
    .txt {
        width: 275px;
    }

    .reserveerbtn, #Status {
    margin: 0px;
    width: 275px;
    }

    .chosendate {
        margin-top: 10px;
        margin-bottom: 20px;
    }

        .chosendate strong {
            display: block;
        }
}
