#teller {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

.range-value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    border-radius: 3px;
    background: #353535;
    padding: 5px 10px;
    margin-left: 7px;
    
    &:after {
      position: absolute;
      top: 8px;
      left: -7px;
      width: 0;
      height: 0;
      border-top: 7px solid transparent;
      border-right: 7px solid #353535;
      border-bottom: 7px solid transparent;
      content: '';
    }
  }
}

::-moz-range-track {
    background: #ccc;
    border: 0;
}

input::-moz-focus-inner { 
  border: 0; 
}

input[type="range"]{
    display: inline;
    width: 85%;
}

@media only screen and (max-width: 960px) {
input[type="range"]{
    display: inline;
    width: 75%;
}
}

button.vleeschkeuring {
    line-height: 10px !important;
}
/*
	Basic opmaak voor layout css
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */


.mobile {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
}
.mobile div {
  display: none;
  padding-right: 5.2em;
}

.mobile button {
  position: absolute;
  top: 12px;
  left: 1em;
  border: 0;
  text-indent: 230%;
  overflow: hidden;
  background: url(../images/menubutton.png) center no-repeat;
  background-size: 80%;
  width: 30px;
  height: 30px;
  padding: 5px;
  outline: none;
  -webkit-transition: all 400ms ease;
          transition: all 400ms ease;
}
.mobile button.expanded {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  border: 0;
}
.mobile a {
  display: block;
}

.desktop {
  display: block;
  overflow: hidden;
}
.desktop a {
  width: 25%;
  float: left;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.desktop a:last-child {
  border-right: none;
}

.mobile {
	float: left;
	background: grey;
	padding-left: 3em;
	padding-right: 5em;
}

































/* #Site Styles
================================================== */

/* ALGEMEEN */
	body {
		background-color: #DDDDDD
	}

	a {
		ease-in-out;
	}

    .bold {
        font-weight: bold;
        font-style: italic;
    }
	
/* END ALGEMEEN */

/** HEADER **/

    header {
        z-index: 99999;
    }
	header, nav, img, .navbar-nav .logo {
		transition: all 0,4s;
		-moz-transition: all 0.4s; /* Firefox 4 */
		-webkit-transition: all 0.4s; /* Safari and Chrome */
		-o-transition: all 0.4s; /* Opera */
	}
	
	header {
		width: 100%;
		top: 0px;
		position: fixed;
		background-image:url(../images/patroon.png);
		background-repeat:repeat-x;
	}	
	
	header .desktop li {
		margin-right: 8px;
		margin-left: 5px;
	}
	
	header a, header a:visited { color: #FFF; text-decoration: none; outline: 0; }
	header a:hover, header a:focus { color: #E6E6E6 ; }
	header p a, header p a:visited { line-height: inherit; }

	nav {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.logo {
		margin-top:45px;
		display: inline;
		width: auto;
		float: left;
	}
	
	.navbar-nav {
		font-size: 18px;
		color: white;
		font-family:Arial, Helvetica, sans-serif;
		text-align:justify;
		max-width: 700;
		display: inline;
		float: right;
		margin-right: 8px;
	}	

	.navbar-nav .mobile {
		float: left;
	}
	div#opvuller {
		height:115px; 
		background-image:url(../images/Patroon_opvuller.png);
	}

	#layout-nav {
		text-align: center;
	}
	
	#layout-nav .desktop li{
		list-style: none;
		display: inline;
		float: left;
	}
	
	#layout-nav .mobile li {
		list-style: none;
		text-align: center;
		padding-left: -30px;
	}

	/* Sizes for the bigger menu */
	header .large{
		height: 125px;
		background-color:transparent;
		top: 0px;
	}

	header.large img{
		height: 55px;
	}

	header.large li{
		margin-top: 84px;
	
	}
	/* end sizes for bigger menu */
	
	/* Sizes for the smaller menu */
	header.small{ 
		height: 115px; 
		opacity: .95;
		top:-70px;
  		
	}

	header.small img{ 
		height: 30px; 
		margin-top: 76px; 
	}

	header.small li{ 
		margin-top: 85px; 
	}	
	/* end sizes for smaller menu */
	


	/* Besloten gedeelte submenu */
	#layout-nav-besloten {
		display: none;
		text-align: center;
		width: 100%;
		height: 35px;
		background-image: url(../images/schaduw_omhoog.png);
		background-repeat: repeat-x;
		background-position:bottom;
		padding-top: 20px;
		background-color:#cbcbcb;

	}
	
	#layout-nav-besloten ul {
	    list-style-type: none !important;
	    white-space: nowrap !important;
	    overflow-x: auto !important;
	    margin: 0 10px;
	}
	
	#layout-nav-besloten li{
		list-style: none;
		display: inline;
		margin-right: 15px;
	}
	
	#layout-nav-besloten .active {
		font-weight: 600;
	}
	

/* END HEADER */

/* WRAPPER */
 	#wrapper {
		width: 100%;
		max-width: 1200px;
		margin: 50px auto 20px auto;
		background-color: #F5F5F5;
		color: #464646;
		padding-bottom: 0px;
	}

	#grotebanner {
		width: 100%;
		margin: 0;
		height: auto;
	}

    #grotebanner img {
        margin: 0;
        padding: 0;
    }

	#layout-content {
		margin-top: 20px;
	}
	
	#layout-content p {
		text-align:justify;
	}
	
/* FOOTER */
	#footer {
		text-align: center;
		font-size: 11px;
	}


/* #Page Styles
================================================== */
	/* geschiedenis pagina */
	.gs {
		max-height: 420px;
		overflow: hidden;
		transition: max-height 0.4s ease-in-out;
	}

	.row .gs {
		margin-bottom: 15px;
	}

	.afbeeldingen-gs img {
		width: 97%;
		margin: 5px;
	}

	.active {
		max-height: 2000px;
		transition: 1s ease-in-out;
	}

	blockquote {
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-style: italic;
	}

	#geschiedenis img {
		width: 97%;
		margin: 5px;
	}
	
	#geschiedenis p {
		margin: 0px;
	}
	
	/* collegia pagina */
	.readmore, .readmorecollegia {
		background-color:#EEEEEE;
		border-radius:0px;
		border:0px solid #e6e6e6;
		cursor:pointer;
		color:#666666;
		font-family: arial;
		font-size:12px;
		padding:6px 6px 6px 12px;
		width: 94%;
		text-decoration: none;
		/*opacity: 0.8;*/
	}

	.readmore:hover, .readmorecollegia:hover{
		background-color:#e6e6e6;
	}

	.collegiahidden {
		max-height: 0px;
		overflow: hidden;		
		transition: all 1s;
		-moz-transition: all 1s; /* Firefox 4 */
		-webkit-transition: all 1s; /* Safari and Chrome */
		-o-transition: all 1s; /* Opera */
			}

	.collegiaactive {
		max-height: 9000px;
		transition: all 1.5s;
		-moz-transition: all 1.5s; /* Firefox 4 */
		-webkit-transition: all 1.5s; /* Safari and Chrome */
		-o-transition: all 1.5s; /* Opera */
	}


    #collegia {
        margin-left: 30px;
    }
    
    
	#collegia img, .collegiahidden img {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
	}

	#collegia .eight {
		height: 384px;
	}
	
	#collegia p {
		margin: 0 0 0 0;
	}

	div.title {
		height: 127px;	
		border-bottom: #b3b3b3 1px solid;
	}

	div.title img {
		float: left;
	}

	div.quote {
		padding: 10px;
	}
	
	/* Media pagina */
	div.title .teksttitel {
		padding-top: 50px;
	}

	/* Structuur pagina */
	#structuur img {
		width: 95%;
		height: auto;
	}

	/* ALV stukken pagina */
	.alvstukken p {
		font-size: 14px;	
		border-style: solid;
    	border-width: 1px;
		border-color:#EEE;
		background-color:#FFF;
		padding: 10px;
		padding-left: 15px;
	}
	
	.alvstukken a:hover {
		color:#A00;
	}

	/* Agenda Pagina */
    #agenda_groot{
        display: inline;
    }
    
    #agenda_klein{
        display: inline;
    }

    /* Ledenoverzicht Pagina */
    .ledeninformatie {
        overflow: none !important;
        background-color: white !important;
        width: 25% !important;
        margin-right: 50px !important;
        margin-bottom: 20px !important;
        padding-top: 20px !important;
        padding-left: 20px !important;
        display: block !important;
    }

    /* Profiel wijzigen Pagina */
    #profielwijzigen {
    	width: 700px;
    	margin-right: auto;
    	margin-left: auto;
    }
    
    .uit {
    	display: none !important;
    }
    .show {
    	display: block !important;
    }

	.reunisten {
		height: 17px;
		padding: 1px 5px 5px 5px;
		margin: 0;
		background: white;
		font-weight: 200;
	}
	
	/* Vleeschkeuring Pagina */
	.persoon {
		width: 90%;
		height: 530px;
		margin-bottom: 20px;
	}
	
/*     .persoon-tekst p {
    min-height: 105px;
} */
	
	@media only screen and (max-width: 600px) {
    	.persoon {
    		height: auto;
    		margin-bottom: 20px;
    		width: 100%;
    	}
	}
	
	.specifieke {
		height: auto;
		width: 95%;
	}
	
	.persoon .persoon-foto {
		height: 280px;
		width: 100%;
		background-size: cover;
		background-position: center;
		background-position: 50% 75%;

	}

	@media only screen and (max-width: 600px) {
	.specifieke .persoon .persoon-foto {
		background-position: center center !important; 
	}
	}

	
	.persoon .persoon-tekst {
		height: auto;
		background-color: #ffffff;
		padding: 20px;
	}
	.persoon .persoon-tekst .footer {
		position: relative;
		bottom: 0px;
		left: 0px;
	}
	
	
	.leesmeer {
		width: 100%;
		text-align: center;
	}
	

/* #Media Queries
================================================== */
	/* Smaller than standard 1201 */
	@media only screen and (max-width: 1200px) {
		#wrapper {
			margin-top: 0px;
			transition: all 0,4s;
			-moz-transition: all 0.4s; /* Firefox 4 */
			-webkit-transition: all 0.4s; /* Safari and Chrome */
			-o-transition: all 0.4s; /* Opera */
		}
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

		img.logo {
			display: none;
			float: none;
		}
		
		.navbar-nav {
			float: none;
			font-size: 17px;
			margin-right: auto;
		}

		#layout-nav {
			width: 680px;
		}

		div#opvuller {
			height:90px; 
		}
		
		header{
			height: 140px;
		}
		
		header .desktop li {
			margin-right: 10px;
			margin-left: 10px;
		}
		
		#collegia {
			margin-left: 15px;
		}
        
		#agenda_klein{
			display: none;
		}
	
		#layout-nav-besloten {
			height: 35px;
			padding-top: 45px;
		}
		.ledeninformatie {
			width: 35%;
		}
		
		.teksttitel {
			padding-top: 20px !important;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#layout-nav {
			width: 100%;
		}
		.collegiaactive {
			max-height: 7000px;
		}
		
		#agenda_klein{
            display: inline;
        }
        #agenda_groot{
            display: none;
        }
        
	    #layout-nav-besloten {
	    	height: 35px;
	    	padding-top: 20px;
	    	font-size: 11px;
	    	z-index: 9999999999;
	    }
	    
	   #profielwijzigen {
	    	width: auto;
	    	margin-right: auto;
	    	margin-left: auto;
    	}
		.mobile {
			display: block;
		}
		.desktop {
			display: none;
		}
		img.logo {
			display: block;
		}
		
		header.large img, header.small img{
			height: 30px; 
			width: 102px;
			margin-top: 60px; 
			margin-left: auto;
			margin-right: auto;		
		}

		header.large li, header.small li { 
			margin-top: 25px;
			padding-bottom: 20px;
		}	
		
		.teksttitel {
			padding-top: 40px !important;
		}
	}
	
	@media only screen and (max-width: 575px) {

		.navbar-nav {
			font-size: 18px;
		}
	}
	
@media (max-width: 600px) {

}
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.patroon {
			height:90px;
		}
		
		div#opvuller {
			height:50px; 
		}

		/* Sizes for the bigger menu */
		header.large, header.small { 
			height: 100px; 
			opacity: .95;
			top:-50px;
		}

		.ledeninformatie {
	        width: 80% !important;
	        padding: 10px !important;
	        margin-bottom: 10px !important;
	        padding-bottom: 0px !important;
	    }

		.mobile {
			padding-left: 2em;
		}


	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	    header, nav, img, .navbar-nav .logo {
		    transition: all 0s;
		    -moz-transition: all 0s; /* Firefox 4 */
		    -webkit-transition: all 0s; /* Safari and Chrome */
		    -o-transition: all 0s; /* Opera */
	    }
	
	    .active {
		    transition: 0s ease-in-out;
	    }
		.navbar-nav {
			font-size: 15px;
			margin-top: 0px;
			font-weight: 600;
		}

		div#opvuller {
			height:50px; 
		}		
		.patroon {
			height:90px;
		}

		/*  Zorgt voor kleine balk */
		header.large { 
			height: 100px; 
			opacity: .95;
			top:-50px;
		}

		header.large li, header.small li { 
			margin-top: 15px;
			padding-bottom: 10px;
		}	
		
		header.small { 
			height: 100px; 
			opacity: .95;
			top:-50px;
		}

		div#quote p {
			font-size: 12px;
		}

		blockquote p{
			font-size: 10px;
		}
		
		.active {
			max-height: 6000px;
		}

        #collegia {
            margin-left: 5px;
        }
		#collegia img, .collegiahidden img {
			width: 99%;
	        border-radius: 5px;
	        -moz-border-radius: 5px;
	        -khtml-border-radius: 5px;
	        -webkit-border-radius: 5px;
		}

		#collegia .eight, .collegiahidden .eight {
			height: 300px;
		}
		
		div.title .teksttitel {
			padding-top: 20px;
		}

		h1 {
			font-size: 30px;
			line-height: 40px;
			margin-bottom: 8px;
		}

		h2 {
			font-size: 20px;
			line-height: 20px;
			margin-bottom: 4px;
		}

		#layout-content {
			margin-bottom: 0px;
			margin-top: 0px;
		}
		
		#agenda_klein{
            display: inline;
        }
        
		#agenda_groot{
            display: none;
        }
        
	    #layout-nav-besloten {
	    	font-size: 8px;
	    }    
	       
	    .ledeninformatie {
	        width: 90% !important;
	        padding: 10px !important;
	        margin-bottom: 10px !important;
	        padding-bottom: 0px !important;
	    }

		.teksttitel {
			padding-top: 0px !important;
		}
		
	}
	

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
