* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
  
  font-family: 'EB Garamond'; /*font-size: 22px;*/
	  
  background-color: #C0C1BD;
  background-color: #000000;
  	  background-color: #383e42;
  	  background-color: #272C2D;
}
body {
	overflow-x: hidden;
}

.header {
  /*background-color: #9933cc;*/
  color: #ffffff;
  text-align: center;
  /*background-image: "images/karin-diagram-wheel-together.png";*/
  background-image: url(images/oranjeblanjebleu.png);
  background-repeat: repeat-x;
    background-size: 100% 100%;
  background-color: #eeeeee;
  /*padding: 5px;*/
  height: 200px;
  height: 180px;
  overflow: hidden;
  /*font-family: "Cloister Black";
  font-family: "Gothic";
  font-family: "URW Chancery L";
  font-family: "My Gill Sans, Lato, sans-serif;";
  font-family: "Trebuchet MS";*/
 /* font-family: MedievalSharp;*/
  
  font-family: 'EB Garamond';
  
}




a {
	text-decoration: none;
	color: #cccccc;
	color: #ffdca8;
}
#myTopnav a {
	text-decoration: none;
    color: black;
}

a:hover {
 /* color: black;*/
  text-decoration: underline overline;
}

/* unvisited link */
a:link {

    /*text-shadow: 2px 2px #ff0000;*/
}

/* visited link */
a:visited {
  /*color: black;*/

}

/* mouse over link */
#myTopnav a:hover {
 /* color: black;*/
	text-decoration: none;

}

/* selected link */
a:active {
  /*color: black;*/

}


.header img {
	height: 100%;
}
.header .middle {
	margin-top: 60px;
	font-size: 50px;
	color: #000000;
}

.header .links div {
    margin-top: 20px;
    float: left;
    height: 50px;
    color: #000;
    font-size: 20px;
    padding-right: 10px;
	cursor: pointer;
	min-width: 70px;
}

.header .links .active {
    background-image: url(images/zwaard_k.png);
    background-repeat: no-repeat;
    background-position: 90% 70%;
}

/* LOGO kop */
.header img.left {
	float: left;
	margin-left: 100px;
}
.header img.right {
	float: right;
	margin-right: 100px;
}


.main {
	  color: #cccccc;
}
.main>.hidden {
	  display; none;
}

.affiche, .foto {
	max-width: 90%;
}

.menu {
	  color: #cccccc;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu p {
	/*text-align: justify;*/
}

p.schild_k {
 
}

img.schild_k {
	height: 120px;
	margin-left: 40px;
}
img.mysterious_circle {
	margin-top: 70px;
    transform: perspective(484px) rotateX(60deg);	
	
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #1370ff;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.main {
	/*background-color: #f4f7f9;
	 background-image: url(images/de_fechtbuch_talhoffer_066.png);*/
     background-image: url(images/watermark_img40.png);
	    min-height: 500px;
	    background-color: #000000;
	  background-color: #383e42;
	  background-color: #131516;
	  background-color: #272C2D;

}

.main .right {
	float: right;
	
}
.main .schermer {
	
	height: 450px;
	float: right;
}

.middle {
	/*overflow: hidden;*/
	white-space: nowrap;
}

.aside .schermer {
	height: 450px;
	float: right;
	margin-right: 50px;
}

.menu li:hover {
  background-color: #0099cc;
}

.aside {
    height: 100%;
  /*background-color: #1370ff;*/
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

img.shield {
	width: 100%;	
}

#footer_schild {
	float: left;
}
#footer_schild .schild_k {
	height: 120px;
}


.footer {
  background-color: #fe9900;
  /*color: #ffffff;*/
  color: #333333;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

.footer img {
	height: 40px;
	
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}