body {
	font-family: 'Open Sans', sans-serif !important;
	font-size:14px;
	font-weight:normal;
	color:#212121;
	margin:0;
	width: 100%;
	height: 100%;
}

html {
    font-family: 'Open Sans', sans-serif !important;
	width: 100%;
	height: 100%;
}

section {
	margin:0px 0;
}

h2{
    font-family: 'Open Sans', sans-serif !important;	
	padding:20px;
	text-align:center;
	margin:0px!important;
}

p{
	font-size:16px;	
}
ul,ol{
	font-size:16px;	
}

a:hover, a:focus {
    text-decoration: none!important;
}

.cont{
	background: rgba(240, 240, 240, 0.6);
	padding:20px;
}

.teachers{
	padding:20px 0;	
}

.teachfoto{
		
}

.button {
	background: rgba(76, 98, 173, 0.9);
	padding:15px;	
	#border: #212121 solid 1px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	display: block;
	color:#ffffff;
	text-decoration:none;
}

.button:hover {
	background: rgba(33, 33, 33, 0.9);
    color: white;
	text-decoration:none;
}
.button a:visited{
	text-decoration:none;
}

.buttontext {
	background-color: rgba(240, 240, 240, 0.6); 
	padding:15px;	
	font-weight: normal;
	font-size: 1.1em;
	border: #ffffff solid 1px;
}




@charset "utf-8";
input,
textarea {
    padding: 5px 8px;
    border: 1px solid #84898b;
    display: block;
    margin-top: 6px;
    color: #b1b7ba;
    font-family: 'Open Sans', sans-serif !important;
}
input[type="submit"] {
    color: #fff;
    border: 1px solid #2e6da4;
    font-size: 14px;
    margin-top: 6px;
	background-color: #337ab7;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 4px;
    height: 30px;
}
input[type="submit"]:disabled{
    opacity: .3;
}

.open_modal{
    position: relative;
    margin:0 auto;
}

.knop{
	display: inline-block;
    padding: 10px 40px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.72857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
	
}
.knop:hover{
    background-color: #C1C1C1;	
}


.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.popup, .popup2{
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.popup form {
    padding: 0 30px 20px 30px;
    right: 0;
    width: 380px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0px;
    border-top: 40px solid #337ab7;
}
.popup2 .window {
    padding: 0 27px 27px;
    right: 0;
    width: 380px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    border-top: 40px solid #337ab7;
}
.popup form input {
    background: #f0f5f7;
    margin-top: 8px;
    width: 100%;
}
.popup form input[name="txtname"]{
    margin-top: 20px;
}
.popup form textarea {
    background: #f0f5f7;
    margin-top: 8px;
    width: 100%;
    height: 100px;
    resize: none;
}
.popup form label{
    width: 100%;
    height: 20px;
    display: block;
    margin: 8px -2px;
    padding: 0;
}
.popup form input[type="submit"] {
    background: #337ab7;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	margin:0;
}
.popup form input[type="checkbox"] {
    width: auto;
    margin: 3px;
    padding: 3px;
    float: left;
}
.popup form h5 {
    position: absolute;
    top: 10px;
    left: 70px;
    font-size: 18px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
.popup .close_modal,
.popup2 .close_modal  {
    position: absolute;
    padding: 1px 9px 4px 9px;
    top: -15px;
    right: -15px;
    cursor: pointer;
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
    background: #337ab7;
    text-align: center;
}
.popup2 h5 {
	position: absolute;
	top: 10px;
	left: 120px;
	font-size: 18px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
    margin: 0;
}
.popup2 p {
	font-family: verdana;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.popup2 p strong{
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	display: block;
}
.popup2 hr {
	background: #63baff;
	height: 1px;
	border: none;
}

@media (max-width: 768px) {
.popup form {
    padding: 0 30px 20px 30px;
    width: 300px;
}
.popup2 .window {
    padding: 0 27px 27px;
    width: 300px;
}	
.popup form h5 {
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 18px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}	
}