@media screen {

/* Body //////////////////////////////////////////////////////////////////// */
body {
    margin:0;
    padding-top:20px;
    padding-bottom:20px;
}

/* block //////////////////////////////////////////////////////////////////// */
.block {
    overflow:hidden;
}

/* img //////////////////////////////////////////////////////////////////// */
img {
    border:0px;
}

/* Sections ////////////////////////////////////////////////////////////////// */
#wrapper,
header,
#container,
#main,
aside,
footer,
.custom,
.custom .inside,
.inside,
.footer-impressum,
.footer-abschluss {
    position:relative;
    display:block;
}

/* #container:after //////////////////////////////////////////////////////////////////// */
#container:after {
    height:0px;
    clear:both;
    display:block;
    visibility: hidden;
    content: "." 
}

/* Inside Elements //////////////////////////////////////////////////////////////////// */
header .inside,
footer .inside,
#container,
.custom .inside,
footer .footer-impressum,
footer .footer-abschluss {
    width:auto;
    margin-right:0;
    margin-left:0;
}

/* header  //////////////////////////////////////////////////////////////////// */
#header {
    background-color: rgba(68,71,87,.1);
}

/* header inside //////////////////////////////////////////////////////////////////// */
#header .inside {
    position:relative;
    display:block;
}
/* Logo */
#logo {
	float: left;
	width:40%;
/*	text-align: right; */
	height: auto;
/*	margin-left:auto;
	margin-right:auto; */
	margin-top:10px;
} 
#logo img {
	width: 300px;
	height: auto;
/*	margin-left:auto;
	margin-right:auto;*/
}
/* Header Info //////////////////////////////////////////////////////////////////// */
#header-info {
    text-align: right;
    margin-bottom:5px;
}
#header-info a {
	color:#444757;
	padding:5px;
}
/* Header Info //////////////////////////////////////////////////////////////////// */
#header-info-inside {
  /*  margin-left:auto;
    text-align:right;
    max-width:960px !important;
    margin-left:auto !important;
    margin-right:auto !important;*/
}

/* Header Info //////////////////////////////////////////////////////////////////// */
#header-info-inside {
/*    padding-right:3%;
    padding-left:3%;*/
}
/* Header Warenkorb //////////////////////////////////////////////////////////////////// */
#header-warenkorb {
	width: 25%; 
	float: right;
    text-align: right;
    margin-bottom:5px;
    padding-top:25px;
}
#header-warenkorb a {
	color:#444757;
	padding:5px;
	display: inline-block;
}
#header-warenkorb .icon, #header-warenkorb .label {
	display: block;
	text-align: center;
}
#header-warenkorb .icon {
	font-size:21px;
}
#header-warenkorb .label {
	font-size:10px;
	letter-spacing: 0.05em;
}
#header-warenkorb .menge {
	position: absolute;
	top: 30px;
	right: 5px;
	font-size:12px;
	text-align:center;
	color:#fff;
	background-color:#7d0024;
	border-radius:100%;
	box-sizing: border-box;
	display:block;
	width:21px;
	height:21px;
	padding-top:2px;
	padding-right:3px;
	padding-bottom:3px;
	padding-left:3px;
}
/* Header min height //////////////////////////////////////////////////////////////////// */
#header .inside {
    padding-top:5px;
    padding-right:25px;
    padding-bottom:25px;
    padding-left:25px;
}

/* Inside Elements Main Left //////////////////////////////////////////////////////////////////// */
#container {
    padding-top:1%;
    padding-right:6%;
    padding-bottom:4%;
    padding-left:6%;
}

/* Inside Slidersection //////////////////////////////////////////////////////////////////// */
#Slidersection .inside {
    padding-right:3%;
    padding-left:3%;
}

/* Inside Elements Informationsection //////////////////////////////////////////////////////////////////// */
#Informationsection .inside {
    padding:1% 3%;
}

/* Inside Elements Footer //////////////////////////////////////////////////////////////////// */
#footer .inside,
#footer .footer-impressum,
#footer .footer-abschluss,
#newsletter-footer .inside,
#footer-abschluss .inside,
#footer-infos .inside {
    padding: 25px;
}

/* Galerie ////////////////////////////////////////////////// */
.ce_gallery ul {
    overflow:hidden;
    margin-top:0;
    padding-top:0;
    list-style-type:none;
}
.ce_gallery li {
    float:left;
}
.ce_gallery li.col_first {
    clear:left;
}
.float_left {
    float:left;
}
.float_right {
    float:right;
}

/* Footer //////////////////////////////////////////////////////////////////// */
/* footer {
    background:-moz-linear-gradient(bottom left,#444757,#444757,#848791);
    background:-webkit-linear-gradient(bottom left,#444757,#444757,#848791);
    background:-o-linear-gradient(bottom left,#444757,#444757,#848791);
    background:-ms-linear-gradient(bottom left,#444757,#444757,#848791);
    background:linear-gradient(to top right,#444757,#444757,#848791);
    -pie-background:linear-gradient(bottom left,#444757,#444757,#848791);
}*/
footer {
    background-color: rgba(68,71,87,.1);
}
#footer .footer-abschluss {
	background-color: #444757;
}
#footer .footer-impressum {
	border-top: 1px solid #848791;
}
}
