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

/* CSS reset */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
}

html, body, div {
	margin: 0;
	padding: 0;
}
/* END CSS reset */

body {
	font-family: 'Roboto', sans-serif;
	 -moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
	 background-color: #000;
}

.bg:after {
	content: "";
	position: fixed;
	top: 0;
	height: 100vh;
	left: 0;
	right: 0;
	z-index: -10;
	background: url(graphics/bg.jpg) no-repeat center center;
	background-size: cover;
}

p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	color: #FFF;
}

.klein {
	font-size: 13px;
	text-align: right;
}

h1 {
	font-family: 'Ubuntu', sans-serif;
	color: #FF7000;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 12px;
	margin-bottom: 6px;
}

h2 {
	font-family: 'Roboto Mono', sans-serif;
	font-size: 22px;
	line-height: 35px;
	letter-spacing: 6px;
	font-weight: 500;
	color: #FF7000;
	text-align: center;
}

h3 {
	font-family: 'Roboto Mono', sans-serif;
	color: #FF7000;
	text-align: left;
	font-size: 21px;
	line-height: 25px;
	font-weight: 500;
	margin: 0 0 20px 0;
	letter-spacing: 3px;
}

h4 {
	font-family: 'Roboto Mono', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #FFF;
	margin-bottom: 17px;
}

a {
	color: #F9AB5D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 a {
	color: #FF7000;
}

h1 a:hover {
	text-decoration: none;
}

header {
	background-color: rgba(0, 53, 68, 0.6);
	padding: 15px 0 7px 0;
}

nav ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

nav li {
	font-family: 'Roboto Mono', monospace;
	font-size: 18px;
	display: inline;
	margin: 0 1.4%;
	color: #FFF;
}

nav li a {
	color: #FFF;
	text-decoration: none;
	transition: color 0.2s;
}

nav li a:hover {
	color: #FF7000;
}

.social {
	height: 18px!important;
	width: auto!important;
	margin: 0 7px -3px 7px;
}

video {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.subtitel {
	width: 100%;
	height: 38px;
	background-color: rgba(0, 53, 68, 0.6);
	position: absolute;
  	top: 54%;
  	transform: translateY(-54%);
}

.bottomfix {
	position: fixed!important;
	top: auto!important;
	bottom: 0px!important;
	transform: none!important;
}

#content {
	width: 70%;
	max-width: 800px;
	padding: 20px 30px 10px 30px;
	margin: 30px auto 70px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	background-color: rgba(0, 0, 0, 0.75);
	border: 1px solid;
	border-color: #1C1C1C;
	border-radius: 15px;
}
	
.drop {
	margin-top: 11%!important;
}

.item {
	width: 47.5%;
}

.item img {
	width: 100%;
	height: auto;
}

.breed {
	width: 100%;
}

.is-cms .editable, .is-cms .editable:focus {
	outline: 1px #fff dashed!important;
}

#gallery {
	width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border: 1px solid #999;
}

#gallerywrap {
	width: 80%;
	max-width: 1200px;
	margin: 40px auto 80px auto;
}

iframe {
	margin-bottom: 10px;
}

[data-embed] {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	margin: 0 0 25px 0;
	height: 0;
	display: block;
}
[data-embed] iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* RESPONSIVE DESIGN */

@media all and (max-width: 768px) {
	
#content {
	width: 92%;
}

.drop {
	
}
}

@media all and (max-width: 667px) {
	
h1 {
	font-size: 30px;
	letter-spacing: 8px;
	margin-bottom: 3px;
}

h2 {
	font-size: 20px;
	letter-spacing: 5px;
}

header {
	padding-top: 12px;
}
	
nav li {
	margin: 0 4px;
}

.subtitel {
	background-color: rgba(0, 53, 68, 0.8);
	top: 60%;
  	transform: translateY(-60%);
}

video {
	display: none;
}	
	
}

@media all and (max-width: 420px) {
	
html {
	height: 100%;
}

h1 {
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 4px;
	margin-bottom: 3px;
}

h2 {
	font-size: 19px;
	letter-spacing: 3px;
}

.subtitel {
	top: 54%;
  	transform: translateY(-54%);
}

.bg {
	background: url(graphics/bg-klein.jpg) no-repeat center center fixed;
	background-size: cover;
}

nav {
	padding: 0 8px;
}

nav li {
	font-size: 20px;
	margin: 0 5px;
}

#content {
	width: 100%;
	margin: 0;
	padding: 23px 30px 45px 30px;
	border-radius: 0px;
	border: none;
}

#gallerywrap {
	width: 90%;
	max-width: 1200px;
	margin: 25px auto 0 auto;
	padding-bottom: 60px;
}

.drop {
	margin-top: 0!important;
}

.item {
	width: 100%;
}

.een {
	order: 1;
}

.twee {
	order: 3;
}

.drie {
	order: 2;
}
	
}