/* @override 
	http://tas-skorupa.de/css/basic.css
	http://tas-skorupa.com/css/basic.css #### */

@import url("//hello.myfonts.net/count/330fef");

  
@font-face {font-family: 'BrandonGrotesqueWeb';src: url('../webfonts/330FEF_0_0.eot');src: url('../webfonts/330FEF_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/330FEF_0_0.woff2') format('woff2'),url('../webfonts/330FEF_0_0.woff') format('woff'),url('../webfonts/330FEF_0_0.ttf') format('truetype'); font-weight: bold;
}
 
  
@font-face {font-family: 'BrandonGrotesqueWeb';src: url('../webfonts/330FEF_1_0.eot');src: url('../webfonts/330FEF_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/330FEF_1_0.woff2') format('woff2'),url('../webfonts/330FEF_1_0.woff') format('woff'),url('../webfonts/330FEF_1_0.ttf') format('truetype');}
 

/* @group Standards */

body {
	color: #373737;	
	font: 18px/24px 'BrandonGrotesqueWeb', sans-serif;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-rendering: optimizeLegibility;
	min-height: 100vh;
}

a:link, a:visited, a:active {
	color: inherit; 
}

article a:hover {
	color: #ff6c2f;
}

article a {
	text-decoration: underline;
}

nav a:visited {
	color: inherit;
}

nav a, nav a:hover, nav .active a {
	text-decoration: none;
	color: #ff6c2f;
}

nav .active a:after {
	content: "";
	margin-left: 15px;
	background: url(../img/pfeil.svg) no-repeat;
	display: inline-block;
	height: 10px;
	width: 22px;
}

a:visited {
}

a:focus {
	-moz-outline-style: none;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: 600;
}

.clearfloat {
	clear: both;
	display: block;
}

h1 {
	font-size: 20px;
	margin-bottom: 0.3em;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

figcaption {
	font-size: 12px;
	line-height: 16px;
}

p {
	text-indent: 50px;
}

p:first-of-type, #contact p, #imprint p, #datenschutzerklärung p {
	text-indent: 0;
}

.de {
}

.en {
	margin-top: 20px;
	clear: both;
}

hr {
	border: 0;
    height: 1px;
    background: #333;
	width: 50px;
	float: left;
	margin-bottom: 1.4em;
	margin-top: 1.4em;
}

body:before, body:after {
    content: "";
    position: fixed;
    background: #ff6c2f;
    left: 0;
    right: 0;
    height: 1vw;
}

body:before {
    top: 0;
    left: 330px;
}

body:after {
    bottom: 0;
}

body {
    border-left: 1vw solid #ff6c2f;
    border-right: 1vw solid #ff6c2f;  
}

/* @end */

/* @group wrapper */

#wrapper {
	padding: 40px 20px 20px;
}

.logo {
	text-decoration: none;
	color: #ff6c2f !important;
	display: block;
	height: 50px;
	font-size: 26px;
}

/* @end */

/* @group nav */

/* @group main */

#main {
	margin-bottom: 40px;
	width: 220px;
	text-align: right;
	float: left;
	margin-right: 80px;
}

#main li {
}

/* @end */

/* @end */

/* @group content */

#content {
	float: left;
	width: calc(100% - 300px);
	margin-top: 50px;
}

/* @group article */

.description p {
	margin-bottom: 0;
	text-indent: 0;
}

.entry figure {
	float: left;
	margin-right: 50px;
	width: 350px;
}

.entry > div {
	margin-bottom: 40px;
}

.description {
	float: left;
	width: calc(100% - 400px);
	min-width: 200px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.entry a {
	text-decoration: none;
}

.entry {
	margin-bottom: 40px;
}

article img {
	width: 100%;
}

figure img.portrait {
	height: 350px;
	width: auto;
}

figure img.landscape {
	width: 350px;
	height: auto;
}

.block {
	clear: both;
	margin-bottom: 20px;
}

article {
	max-width: 700px;
}

article ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}

#content ul li {
	list-style-position: inside;
}

article ul li:before {
	content: "–";
	margin-right: 10px;
}

article ul, article ol {
	margin-bottom: 1em;
}

.dsgvo {
	font-size: 80%;
	line-height: 1.2em;
}

nav .dsgvo:first-of-type {
	margin-top: 20px;
	font-weight: bold;
}

/* @end */

/* @end */

@media screen and (max-width: 1600px) {
	
}

@media screen and (max-width: 980px) {
	
}

@media screen and (max-width: 780px) {

	#main, #content {
		float: none;
		width: 100%;
	}
	
	#main {
		text-align: left;
	}
	
}

@media only screen and (max-width : 580px) {

	.entry figure, .entry figure img {
		width: 100%;
		height: auto;
	}
	
	.description {
		width: 100%;
	}

}

@media only screen and (max-width : 480px) {
			
}
