
@font-face { 
	font-family: 'adobecaslonpro'; 
	src: url('/fonts/adobecaslonpro.otf') format('font/otf'); 
}
@font-face {
	font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {	
	font-family: montserratregular, Helvetica, sans-serif;
	color: #FFF; /* color of all the text in your website except for links and other sections overwritten */
	text-align: left;
	background-color:#000;
	font-size: 17px;
	margin-left:10%;
	margin-right:5%;
}
h1 {
	font-family: montserratregular, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0;
}
.h1 {
	font-family: montserratregular, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0;
}

h2 { 
	font-size:14px;
	margin-top: 0;
	font-family: montserratregular, Helvetica, sans-serif;
}
.h2 {
	font-size:14px;
	margin-top: 0;
	font-family: montserratregular, Helvetica, sans-serif;
}

img {

}

a {
	color: white;
	text-decoration: none;
}

.button {
  display: inline-block;
  background: #0000;
  border: none;
  color: #888;
  font-family: montserratregular;
  font-size: 17px;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  padding: 0;
  margin-top: 11px;
}

.button:hover {
  color: white;
  font-family: montserratregular;
  letter-spacing: 0px;
}

.button:active,
.button.is-checked {
  color: white;
  font-family: montserratregular;
  letter-spacing: 0px;
}

.button.is-checked {
  color: white;
  font-family: montserratregular;
  letter-spacing: 0px;
}

.button:active {
/*  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);*/
  text-shadow: 0 0 1px white;
  font-family: montserratregular;
}


/* ---- button-group ---- */
@media all and (min-device-width: 450px){
	.button-group {
	  	margin-bottom: 0;
	  	display: block;
	}
	.categorie {
		margin-left: 100px;
	}
}
@media all and (max-device-width: 450px){
	.button-group {
	  padding-top: 10px;
	  margin-left: 0;
	}
	.categorie {
		margin-left: 0;
		padding-top: 0;
	}
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  border-radius: 0;
  margin-left: 0;
}

/* ---- isotope ---- */

.grid {
/*	margin-top: 31px;*/
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
@media all and (min-device-width: 450px){
	.element-item {
		width: 200px;
		height: 200px;
	  	margin-right: 20px; 
	  	margin-top: 20px;
	  	display: inline-block;
	}
	.element-item-w {
		width: 420px;
	}
	.element-item-h {
		height: 420px;
	}
}
@media all and (max-device-width: 450px){
	.element-item {
		width: 100%;
	  	margin-right: 20px; 
	  	margin-top: 20px;
	}
	.element-item img {
		width: 100%;
		height: 50.5vw;
	}
	.element-item video {
		width: 100%;
		height: 50.5vw;
	}
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item img {
	height: 100%;
	width: 100%;
}

.element-item-h img {
	height: 100%;
}

.element-item-w img {
	width: 100%;
}

.motsdiese {
	text-align: left; 
	font-size: 150%;
	font-family: sourcereg, Helvetica, sans-serif;
}
.motsdiese p {
	font-size: 16px; 
	margin-top: 20px;
	font-family: sourceli, Helvetica, sans-serif;
}