html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: rgb(0,0,0);
	font-family: 'Istok Web', sans-serif;
	font-size: 100%;
	background: url(../images/bg_brown.jpg);
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.container {
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

/* Text */
h1, h2, h3, h4, h5 {
	display: block;
	font-weight: 700;
	margin: 0.5em 0 .25em 0;
}
p {
	font-size: .9em;
	line-height: 1.55em;
	font-weight: normal;
	margin: 0.5em 0;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
h1 { 
    font-size: 1.5em;
	font-weight: normal;
	color: rgb(255,255,255);
}
h2 { 
    font-size: 1em;
	font-weight: normal;
	color: rgb(255,255,255);
}
}
h3 { 
    font-size: 1.3em; 
}
h4 { 
    font-size: 1.1em;
}
h5 { 
    font-size: 1em; 
}
h6 { 
	display: block;
	font-weight: normal;
	margin: .5em 0;
    font-size: 1em; 
	line-height: 1.55em;
}
a,
a:active {
	text-decoration: none;
	color: rgb(236,90,79);
}
a:hover,
a:focus {
	text-decoration: none;
	color: rgb(76,169,80);
}
.rot {
	color: rgb(236,90,79);
}
.gruen {
	color: rgb(76,169,80);
}

/* istok-web-italic - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/istok-web-v20-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/istok-web-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/istok-web-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/istok-web-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/istok-web-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/istok-web-v20-latin-italic.svg#IstokWeb') format('svg'); /* Legacy iOS */
}

/* istok-web-700 - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/istok-web-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/istok-web-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/istok-web-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/istok-web-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/istok-web-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/istok-web-v20-latin-700.svg#IstokWeb') format('svg'); /* Legacy iOS */
}

/* istok-web-700italic - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/istok-web-v20-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/istok-web-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/istok-web-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/istok-web-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/istok-web-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/istok-web-v20-latin-700italic.svg#IstokWeb') format('svg'); /* Legacy iOS */
}

/* istok-web-regular - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/istok-web-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/istok-web-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/istok-web-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/istok-web-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/istok-web-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/istok-web-v20-latin-regular.svg#IstokWeb') format('svg'); /* Legacy iOS */
}


/* Skalierbare Bilder */

img, svg, object {
	max-width: 100%;
	height: auto;
	display: block;
}

/* header */
.header {
	padding: 15px 0px 115px 0px;
	margin: 0px auto;
	position: relative;
}

.box {
	width: 800px;
	margin: 0px auto;
}
.box1 {	
	width: 100%;
	margin-top: 20px;
}
.box2 {	
	width: 100%;
	margin-top: 20px;
}
.logo {
	width: 230px;
	margin: 0px auto 10px auto;
}

h1.post-title {
	margin: 0;
	font-size: 3em;
	font-weight: normal;
	color: rgb(236,90,79);
	font-family: CandombePro;
}

/* footer */
footer {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100px;
	bottom: 0px;
	position: absolute;
	background: url(../images/bg_footer.png); 	
}

/* facebook & impressum */

.impressum {
	width: 26px;
	height: 106px;
	display: block;
	border-top: 2px solid rgba(255,255,255,1);
	border-bottom: 2px solid rgba(255,255,255,1);
	border-left: 2px solid rgba(255,255,255,1);
	-moz-border-radius-bottomleft: 4px;
  	-webkit-border-bottom-left-radius: 4px;
  	border-bottom-left-radius: 4px;
  	-moz-border-radius-topleft: 4px;
  	-webkit-border-top-left-radius: 4px;
  	border-top-left-radius: 4px;
	position: absolute;
	right: 0;
	top: 170px;
	z-index: +5000;
}
a.imp,
a.imp:active,
a.imp:visited {
	background: url(../images/impressum.png);
	height: 106px;
	width: 26px;
	display: block;
}
a.imp:hover,
a.imp:visited {
	background: url(../images/impressum_hover.png);
}
.facebook {
	width: 26px;
	height: 26px;
	display: block;
	border-top: 2px solid rgba(255,255,255,1);
	border-bottom: 2px solid rgba(255,255,255,1);
	border-left: 2px solid rgba(255,255,255,1);
	-moz-border-radius-bottomleft: 4px;
  	-webkit-border-bottom-left-radius: 4px;
  	border-bottom-left-radius: 4px;
  	-moz-border-radius-topleft: 4px;
  	-webkit-border-top-left-radius: 4px;
  	border-top-left-radius: 4px;
	position: absolute;
	right: 0;
	top: 115px;
	z-index: +5000;
}
a.fb,
a.fb:active,
a.fb:visited {
	background: url(../images/facebook.png);
	height: 26px;
	width: 26px;
	display: block;
}
a.fb:hover,
a.fb:visited {
	background: url(../images/facebook_hover.png);
}


/* -----------------------mediaqueries------------------------------ */

@media screen and (max-width: 850px) {
.impressum {
	top: 60px;
}
.facebook {
	top: 15px;
}
nav.main ul {
	padding: 0px 30px 0px 30px;
}
.box {
	width: 600px;
	margin: 0px auto;
}
}
@media screen and (max-width: 780px) {
.content {
	min-height: 0px;
}
.box {
	width: 500px;
	margin: 0px auto;
}
}
@media screen and (max-width: 550px) {
nav.main {
	display: none;
}
.impressum {
	top: auto;
	bottom: 5px;
}
.facebook {
	top: auto;
	bottom: 130px;
}
.wrapper {
	padding-bottom: 145px;
}
header {
	height: 170px;
}
.contentframe {
	margin-bottom: 35px;
}
.box {
	width: 300px;
	margin: 0px auto;
}
}

/* Retina stuff */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

#soliloquybox-loading, .soliloquybox-close, .soliloquybox-prev span, .soliloquybox-next span {
        background-image: url(../images/soliloquybox_sprite@2x.png) !important;
        background-size: 44px 152px !important;
}

a.imp,
a.imp:active,
a.imp:visited {
	background: url(../images/impressum@2.png);
	background-size: 26px 106px;
}
a.imp:hover,
a.imp:visited {
	background: url(../images/impressum_hover@2.png);
	background-size: 26px 106px;
}
a.fb,
a.fb:active,
a.fb:visited {
	background: url(../images/facebook@2.png);
	background-size: 26px 26px;
}
a.fb:hover,
a.fb:visited {
	background: url(../images/facebook_hover@2.png);
	background-size: 26px 26px;
}

a.navbutton,
a.navbutton:active,
a.navbutton:visited {
	background: url(../images/nav-button@2.png);
	background-size: 34px 34px;
}
a.navbutton:hover,
a.navbutton:focus {
	background: url(../images/nav-button_hover@2.png);
	background-size: 34px 34px;
}

footer {
	height: 50px;
	background-size: 559px 50px;	
}
body {
	background-size: 400px 400px;
}
}

