* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'DINCondensed Bold';
    src: url('fonts/dincondensedbold.eot');
    src: url('fonts/dincondensedbold.eot') format('embedded-opentype'),
         url('fonts/dincondensedbold.woff2') format('woff2'),
         url('fonts/dincondensedbold.woff') format('woff'),
         url('fonts/dincondensedbold.ttf') format('truetype'),
         url('fonts/dincondensedbold.svg#DINCondensedBold') format('svg');

}

body {
	background: url(img/bg_body.jpg) repeat-x;
	background-color: #f2f0ed;
}

#logo {
	background: url(img/logo_pletterbauer.png) no-repeat;
	width: 333px;
	height: 131px;
	display: table;
}

div.fixer {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	display: table;
}

#header {
	width: 100%;
	height: 42px;
	background-color: #928d0d;
}

#header img {
	float: left;
	position: absolute;
}

div.content {
	padding-bottom: 40px;
}

#info {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 50%;
	float: right;
}

h1 {
	margin-bottom: 20px;
	font-family: 'DINCondensed Bold';
	font-size: 36px;
	text-transform: uppercase;
	color: #422908;
	text-shadow: 1px 1px #dcd64e;
}

p {
	line-height: 30px;
	font-family: 'DINCondensed Bold';
	font-size: 22px;
	color: #422908;
	text-shadow: 1px 1px #dcd64e;
}

a {
	font-family: 'DINCondensed Bold';
	font-size: 18px;
	color: #7e7262;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.box {
	margin-bottom: 40px;
	width: 459px;
	height: 579px;
	float: left;
	border: 14px solid #FFF;
}

div.box p {
	margin-top: 57px;
	width: 100%;
	height: 71px;
	line-height: 71px;
	background: url(img/bg_felirat.png);
}

div.box p a {
	padding-left: 25px;
	padding-right: 40px;
	font-family: 'DINCondensed Bold';
	font-size: 34px;
	text-decoration: none;
	text-transform: uppercase;
	color: #422908;
	background-image: url(img/nyil.png);
	background-position: right;
	background-repeat: no-repeat;
}

#austria_garantie {
	position: absolute;
	margin-top: -80px;
	margin-left: -20px;
}

#cornusmass {
	background: url(img/cornusmass.jpg) no-repeat;
}

#biofiture {
	border-left: 0;
	background: url(img/biofiture.jpg) no-repeat;
}

#zertifikate {
	padding-left: 60px;
	margin: 0 auto;
	width: 52%;
	line-height: 58px;
	display: table;
	color: #7e7262;
	font-size: 18px;
	text-shadow: none;
	background-image: url(img/bg_zertifikate.png);
	background-position: left;
	background-repeat: no-repeat;
}

#zertifikate span {
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #FFF;

}

#footer p {
	text-align: center;
	color: #7e7262;
	font-size: 18px;
	text-shadow: none;
}

a.lang {
    padding: 5px;
    height: 30px;
    position: relative;
    left: 200px;
    background-color: #fff;
    float: right;
    border: 1px solid #EEE;
    font-size: 22px;
    text-transform: uppercase;
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 60px;
}

a.lang#de {
    background-image: url(lang_de.png);
}

a.lang#en {
    background-image: url(lang_en.png);
}

.textContent{
    width: 80%;
    max-width: 960px;
    background: #fff;
    padding: 40px;
    margin: 200px auto 100px;
    column-count: 2;
    column-gap: 60px;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: #ddd;
}

.textContent p{
    font-family: sans-serif;
    color: #333 !important;
    font-size: 14px;
    text-shadow: none;
    line-height: 1.3em;
}

.textContent h2{
    margin-top: 20px;
        font-family: 'DINCondensed Bold';
    font-size: 26px;
    color: #422908 !important;
}

 

@media screen and (max-width : 960px){
#logo {
	background: url(img/logo_pletterbauer2.png) no-repeat;
	width: 44px;
	height: 40px;
	display: table;
}

div.fixer {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

#info {
	max-width: 459px;
	width: 90%;
	margin: 0 auto;
	float: none;
}

div.box {
	max-width: 459px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	float: none;
}

#biofiture {
	border-left: 14px solid #FFF;
}


#austria_garantie {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
}

div.box p {
	margin-top: 130px;
}

#zertifikate {
	padding-left: 60px;
	margin: 0 auto;
	width: 50%;
	line-height: 30px;
	display: table;
}

#zertifikate span {
	padding-left: 0;
	padding-right: 0;
	line-height: auto;
	width: 100%;
	display: table;
}

}
