/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Styles ===== */

body {
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #454545;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.slider-wrapper {
    width: 100%;
    margin: 0;
}

/***  Verlinkungen Begin ***/

a {
	text-decoration: none;
	color: #454545;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:visited {text-decoration: none; color: #454545;}
a:hover {text-decoration: underline; color: #454545;}
a:active {text-decoration: none; color: #454545;}

/***  Verlinkungen End ***/


/***  Schriften Begin ***/
p {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5 {
	font-weight: 300;
	line-height: 1.1em;
}

strong {font-weight: 400;}

.gold {color: #e75010;}

/***  Schriften End ***/



/* ===================
    ALL: Ostovari Theme
   =================== */

.header-container {
    
}

.slider-container {
	height: auto;
	background-color: #323232;
}

.fullWidth {
	width: 100%;
	/* height: 300px; */
	overflow: hidden;
}

.footer-container {
	background: #efefef;
	height: 530px;
	padding-left: 20px;
}

footer .col {
	margin-top: 20px;
}

.header-container {
    background: #323232;
}

.main aside {

}


header h1 {
	line-height: 1em;
}

.title {
	font-family: Times, serif;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: 8px;
	color: #aa9038;
	line-height: 0.8em;
}

.title2 {
    font-size: 0.48em;
    font-family: Helvetica;
	font-weight: normal;
	letter-spacing: normal;
    color: #d3cbbe;
}

header h1.title a {
	text-decoration: none;
	color: #aa9038;
}

header h1.title2 a {
	text-decoration: none;
	color: #d3cbbe;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    background: #474747;
}

nav a:hover,
nav a:visited {
    color: #FFF;
    text-decoration: none;
}

nav a:hover {
    color: #aa9038;
    text-decoration: none;
}

nav li.active a {
	color: #aa9038;	
}


.topnav a {
	width: 25%;
	display: block;
    padding: 5px 0px;
    margin-bottom: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    color: #FFF;
    background: #474747;
    float: left;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 3em;
   	margin: 0;

}

.main article h2 {
    font-size: 3em;
    color: #aa9037;
   	margin: 0;

}

.main aside {
    color: #FFF;
    padding: 0px 5% 10px;
    /* border: #efefef 5px solid; */
	width: 85%;
	float: left;
	display: none;
}

.footer-container footer {
    color: #FFF;
    padding: 40px 0;
}

.main .infobox,
.main .produktbox {
	width: 95%;
	height: 250px;
	float: left;
	margin-top: 20px;
	border: #efefef 5px solid;
	background-position: center center;
	background-repeat: no-repeat;
}

.main .produktbox {
	background-size: cover;
}

.main .infobox h3 {
	font-size: 24px;
	font-weight: 400;
	margin-left: 30px;
	margin-top: 20px;
}

.main .infobox ul {
	margin-left: 20px;
	font-size: 18px;
	list-style-type: square;
}

.main .infobox .more,
.main .produktbox .more {
	width: 100%;
	height: 27px;
	margin-top: 16px;
	margin-left: 30px;
	padding-top: 3px;
	font-size: 17px;
	font-weight: 400;
	float: left;
}

.main .produktbox .more {
	margin-left: 0;
	margin-top: 220px;
	text-align: center;
}

.main .produktbox .more {
	background-color: #FFF;
	color: #6c6c6c;
}

.main .infobox a .more,
.main .infobox a:visited .more,
.main .produktbox a .more,
.main .produktbox a:visited .more {
	color: #6c6c6c;
}

.main .infobox a:hover .more,
.main .produktbox a:hover .more {
	color: #aa9038;
}


/** Abverkauf Übersicht**/

.main .produkt_wrapper {
	width: 95%;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 3%;
	border: #efefef 5px solid;
}


.main .produktbild {
	width: 100%;
	height: 220px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main .details {
	width: 90%;
	height: 95px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3em;
	text-align: left;
	padding-top: 10px;
	padding-left: 15px;
	background-color: none;
	color: #5c5c5c;
	float: left;
}

.main .details .preis {
	font-weight: 400;
	margin-top: 10px;
	float: left;
}

.main .details .spar {
	color: #aa9038;
	font-weight: 400;
	margin-top: 10px;
	float: right;
}

/** Abverkauf Produktseite **/

.main .prod_wrapper {
	width: 100%;
	height: auto;
	float: left;
}

.main .prod_bild {
	width: 100%;
	height: 300px;
	background: #c2c2c2;
	float: left;
	margin-bottom: 15px; 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main .prod_detail {
	width: 100%;
	height: auto;
	font-size: 19px;
	float: left;
}

.main .prod_detail .titel {
	width: 75%;
	font-weight: 400;
	margin-bottom: 10px;
}

.main .prod_detail .col1 {
	width: 35%;
	float: left;
}

.main .prod_detail .col2 {
	width: 65%;
	float: left;
}

.main .prod_detail .preise {
	margin-top: 10%;
}


.main .prod_detail .sparen {
	margin-top: 3%;
}


.main .prod_detail .preis {
	font-weight: 400;
}

.main .original {
	text-decoration: line-through;
}

.main .jetzt {
	color: red;
}

.main .prod_detail .spar {
	color: #aa9038;
	font-weight: 400;
}

.main .prod_detail .zurueck {
	width: 170px;
	height: auto;
	font-size: 16px;
	color: #efefef;
	text-align: center;
	background-color: #323232;
	padding: 5px 5px;
	margin-top: 50px;
	border: #efefef 3px solid;
	text-decoration: none;
	float: left;
}

.main .prod_detail .zurueck:hover {
	color: #efefef;
	border: #aa9038 3px solid;
	text-decoration: none;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==============
    MOBILE: Footer
   ============== */

footer .col {
	width: 95%;
	height: auto;
	color: #454545;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.6em;
	float: left;
}

footer .col a {
	color: #454545;
}

footer .col a:hover {
	color: #aa9038;
	text-decoration: none;
}

footer .col_2 {
	width: 32%;
	height: auto;
	float: left;
}

footer .col_3 {
	width: 68%;
	height: auto;
	float: left;
}

footer .col.park .parksymbol {
	width: 54px;
	font-size: 12px;
	float: left;
}

footer .col.park .klein {
	width: 100px;
	margin-left: 10px;
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.4em;
	float: left;
}

footer .social {
	margin-bottom: 10px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.zitat p {
	color: #aa9037;
	font-size: 1.0em;
	font-weight: 400;
}

.infos h3 {
	font-size: 2em;
	font-weight: 300;
	margin-bottom: 8px;
}

.infos .col {
	width: 50%;
	float: left;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

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

/* ====================
    INTERMEDIATE: Menu
   ==================== */

nav a {
	width: 45%;
	padding: 10px;
	margin-bottom: 8px;
	margin-right: 5px;
	float: left;
}

nav li:first-child a {
	margin-left: 0;
}

/* nav li:last-child a {
	margin-right: 0;
} */

.topnav a {
	width: 45%;
	padding: 10px;
	padding: 2px 10px;
	margin-bottom: 8px;
	margin-right: 5px;
	float: left;
}


/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

nav ul li {
	display: inline;
}

.oldie nav a {
	margin: 0 0.7%;
}

} /** 480 End **/

@media only screen and (min-width: 768px) {


/* ============
    WIDE: Menu
   ============ */

.footer-container {
	height: 200px;
	padding-left: 0;
}

footer .col {
	margin-top: 0px;
}

.title {
	float: left;
}

nav {
	float: right;
	width: auto;
}

nav a {
	width: auto;
	margin: 21px 5px 0px 5px;
	font-size: 16px;
	padding: 0;
	background: none;

}

.topnav {
	width: 50%;
	float: right;
}

.topnav ul {
	float: right;
}

.topnav a {
    width: auto;
	margin: 2px 15px 0px 0px;
	padding: 0;
	background: none;
}

/* ============
    WIDE: Main
   ============ */

.main article {
	float: left;
	width: 50%;
}

.main aside {
	width: 35%;
	float: right;
	display: block;
}

.main .infobox {
	width: 30%;
	margin-right: 2%;
}

.main .produktbox {
	width: 29%;
	margin-right: 2%;
}

.main .produkt_wrapper {
	width: 29%;
	margin-right: 2%;
}

.main .infobox.last {
	margin-right: 0;
}

.main .prod_detail {
	width: 45%;
	float: right;
}

.main .prod_bild {
	width: 50%;
	height: 400px;
	margin-bottom: 0;
}

footer .col {
	width: 18%;
	height: auto;
	min-height: 100px;
	color: #454545;
	font-size: 0.9em;
	font-weight: 400;
	float: left;
}

footer .col.first {
	width: 22%;
}

footer .col.oeff {
	width: 35%;
}

footer .col.park {
	width: 25%;
}


}/** 768 End **/

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

.wrapper {
	width: 1026px; /* 1140px - 10% for margins */
	margin: 0 auto;
}

nav a {
	font-size: 18px;
	margin: 21px 15px 0px 15px;
}

.main article {
	float: left;
	width: 57%;
}

.main aside {
	width: 28%;
	float: right;
}

.main .infobox,
.main .produktbox {
	margin-right: 3%;
}

/** Abverkauf **/

.main .produkt_wrapper {
	width: 28%;
	margin-right: 3%;
}

.fullWidth {
	height: 400px;
}



}/** 1140 End **/


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}