body {
    background-image: url(landschaft-gross-neu.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin:0;
    padding:0;
    font-family: Open Sans;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 100%;
    line-height: 120%;
}
a:link, a:visited{
  color:#000000;
  text-decoration:none;
}
a:hover, a:active{
  color: #E20613;
  text-decoration: none;
}
a.active{
  font-weight:bold !important;  
}




.wrapper{
	
	width: 1230px;
	margin:0 auto; 
	background-color:#ffffff;
}

.header{
	width:100%;
	margin:0;
	padding:35px;
	background-color:#F8F8F8;
	box-sizing: border-box;
	border-bottom:1px solid grey;
	
}

.content{
  wdith:100%;
  box-sizing: border-box;
  padding:35px;
}

.product{
	
	float:left;
	width:100%;
}
.product img{
  width:350px;
  border:1px solid grey; 
  margin:15px;
}


.categories{
	padding: 15px;
}

.logo img{
	width:44%;
	margin:25px 0 25px 0; 
}
.logo p{
	font-size: 170%;
}
.c-row {
    position: relative;
    clear: both;
    width: 100%;
    height: 182.1px;
    margin-top: 20px;
}

.c-left {
    position: relative;
    float: left;
    background-color: #ffffff;
    box-sizing: border-box;
    width: 320px;
    margin: 0px 20px 30px 10px;
    height: 100%;
}
.border {
    position: relative;
    border: 3px solid black;
}
.c-left img {
    height: 100%;
}
.c-right {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    width: calc(100% - 360px);
    margin: 10px;
    height: 100%;
}
.c-right-h {
    padding-right: 50px;
}
.categories h2 {
    padding: 0;
    margin: 0 0 0 15px;
    font-size: 200%;
    line-height: 105%;
}
.categories h3 {
    padding: 0;
    margin: 10px 0 0 15px;
    color: #6b6969;
    line-height: 110%;
}
.c-right img {
    position: absolute;
    top: 65px;
    right: 15px;
    width: 22px;
}

.clear{
	clear:both;
}