/*
Theme Name: Schwartau Export
Theme URI: http://underscores.me/
Author: Christian Rüggeberg
Author URI: http://arkonisus.de
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sw_export
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Schwartau Handel is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Navigation
	## Links
	## Menus
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font: normal 12px/16px arial, verdana;
	line-height: 1.5;
	color: #37485f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*,
*:before,
*:after { 
    outline: none;
	box-sizing: inherit;
}

body {
	background: url(images/back_page.jpg) 0 37px;
}

#outer {
	height: 300px;
	background: url(images/schatten_oben.png) repeat-x;		
}

#topbar {
	height: 110px;	
	background: url(images/back_topbar.png) repeat-x 0 40px;
}

#header {
	position: relative;
	width: 950px;
	height: 100px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	left: 30px;
	top: 29px;
	width: 145px;
	height: 150px;
	background: url(images/logo.png);
}

#welcome {
	position: absolute;
	left: 245px;
	top: 56px;
	width: 370px;
	height: 28px;
	background: url(images/welcome.png);
}

#topnav {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 300px;
	height: 30px;
	text-align: right;
}

#topnav a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 6px;
	text-decoration: none;
}

#topnav a:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

#topnav a.btn_facebook {
	background: url(images/btn_facebook.png);
}

#topnav a.btn_twitter {
	background: url(images/btn_twitter.png);
}

#topnav a.btn_youtube {
	background: url(images/btn_youtube.png);
}

#topnav a.btn_blog {
	width: 39px;
	background: url(images/btn_blog.png);
}

#topnav a.btn_schwartau {
	width: 125px;
	background: url(images/btn_schwartau.png);
}

#page {
	position: relative;
	width: 950px;
	/*height: 400px;*/
	margin: -10px auto 0 auto;
}

#leftcontent {
	float: left;
	width: 204px;
	margin: 180px 28px 25px 8px;
}

#maincontent {
	position: relative;
	float: left;
	width: 700px;
	padding: 0 0 20px 0;
}

#content {
	min-height: 200px;
	padding: 0 0 15px 0;
}

#headline {
	background: url(images/back_headline.png);
	height: 80px;
	line-height: 80px;
	vertical-align: middle;
	padding: 0 25px 0 0;
/*	padding: 10px 25px 10px 10px;*/
	margin: 0 0 15px 0;
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
} 

#headline div {
	float: left;
	width: 140px;
	height: 80px;
	background: url(images/swhandel-logo-dummy.png) no-repeat center center;
}

#headline h1 {
	display: inline;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #aa0025;
}

.entry-content {
	clear: both;
	padding: 15px 25px;
	background: #fff;
}

.entry-content:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.entry-content:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.home #navmain {
	margin-left: 240px;
}

.home #downloadbasket {
    right: 30px;
}

.home #headline,
.home #leftcontent {
	display: none;
}

.home #maincontent {
	width: 970px;
}

.home .entry-content {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding: 0 0 15px 50px;
	background: transparent;
}

.home .entry-content img {
	margin: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	/*margin: 0 0 1.5em;*/
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #c01e31;
}

a:hover {
	text-decoration: none;	
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#navmain {
	position: relative;
	font: normal 15px/20px Arial, Helvetica, sans-serif;
	height: 85px;
}

#navmain .uul {
	position: absolute;
	left: 0;
	top: 0;
	width: 700px;
	padding: 0;
}

#navmain .uul.level1 {
	background: url(images/back_navmain1.png) repeat-x;
	height: 58px;
}

#navmain .uul.level2,
#navmain .uul.level3 {
	display: none;
	left: 0px;
	top: 55px;
	height: 48px;
	background: url(images/back_navmain2.png) repeat-x;
}

#navmain .uul.level3 {
	top: 40px;
	height: 48px;
	background: url(images/back_navmain3.png) repeat-x;	
}

#navmain .lii {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: url(images/nav_sep.png) no-repeat left center;
}

#navmain .uul.level2 .lii {
	background-position: left 13px;
}

#navmain .uul.level3 .lii {
	background-position: left 11px;
}

#navmain .lii:first-child {
	margin-left: 15px;
	background: none;
}

#navmain a,
#btn_openbasket a {
	display: block;
	height: 40px;
	line-height: 20px;
	vertical-align: middle;
	text-decoration: none;
}

#navmain .uul.level1 a {
	height: 58px;
	color: #000;
	padding: 20px 8px;
}

#navmain .uul.level1 a:hover,
#navmain .uul.level1 a.active {
	color: #9b0022;
	padding-bottom: 22px;
	background: url(images/nav_hover.png) center 37px no-repeat; 
	background-size: 95% 5px;
}

#navmain .uul.level2 a {
	height: 40px;
	font-size: 13px;
	line-height: 18px;
	color: #424242;		
	padding: 13px 8px;
}

#navmain .uul.level2 a:hover,
#navmain .uul.level2 a.active {
	color: #9b0022;
	padding-top: 13px;
	padding-bottom: 21px;
	background: url(images/nav_hover.png) center 30px no-repeat !important; 
	background-size: 95% 5px !important; 
}

#navmain .uul.level3 a {
	height: 40px;
	font-size: 13px;
	line-height: 18px;		
	color: #424242;		
	padding: 12px 8px;
}

#navmain .uul.level3 a:hover,
#navmain .uul.level3 a.active {
	color: #9b0022;
	padding-top: 12px;
	padding-bottom: 22px;	
	background: url(images/nav_hover.png) center 28px no-repeat; 
	background-size: 95% 5px;	
}


#navsub_top {
	width: 204px;
	height: 4px;
	background: url(images/navsub_top.png) no-repeat;
}

#navsub_bottom {
	width: 204px;
	height: 5px;
	background: url(images/navsub_bottom.png) no-repeat;
}

#navsub {
	/*float: left;*/
/*	width: 184px;*/
	/*min-height: 600px;*/
	background: url(images/back_navsub.png) repeat-y;
	padding: 25px 10px 20px 10px;
}

#navsub ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navsub ul.level2 {
	display: none;
	padding: 10px 0;
	margin: 0 5px 5px 5px;
	border-bottom: 1px solid #000;
}

#navsub .triggerlevel ul.level2 {
	display: block;
}

#navsub li {
	margin: 0;
	padding: 0 0 10px 10px;	
}

#navsub ul.level2 li {
	margin: 0;
	padding: 0;	
}

#navsub a {
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	color: #424242;
	padding: 5px 0; /*10px;*/	
}

#navsub a:hover,
#navsub a.active {
	color: #9b0022;
	background: url(images/nav_hover.png) center 19px no-repeat; 
	background-size: 100% 6px;
}

#navsub ul.level2 a {
	color: #424242;
	padding: 5px 0; /*5px;*/
}

#navsub ul.level2 a:hover,
#navsub ul.level2 a.active {
	color: #9b0022;
	background: none;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footercontainer {
	clear: both;
	position: relative;
	height: 470px;	
	background: url(images/schatten_unten.png) repeat-x left bottom;
}

#footer {
	position: relative;
	width: 950px;
	height: 360px;
	margin: 0 auto;
}

#visual-glas {
	position: absolute;
	left: 50px;
	top: -30px;
	width: 184px;
	height: 255px;
	background: url(images/glas.png) no-repeat;
}

#footertop {
	width: 720px;
	height: 30px;
	background: url(images/back_footer_top.png) no-repeat;
	margin-left: 230px;	
}

#footercontent {
	/*width: 685px;*/
	height: 330px;
	background: url(images/back_footer.png) repeat-y;
	margin-left: 230px;	
	padding: 0 0 0 35px;
}

#footercontent h2 {
	font-size: 21px;
	color: #9b0022;
	padding-bottom: 15px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #9b0022;
}

#footercontent p {
	margin: 10px 0;
}

#footercontent span {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #424242;
}

#footercontent a {
	color: #424242;
	text-decoration: none;
}

#footercontent a:hover {
	text-decoration: underline;
}

#footercontent hr {
background-color: #9b0022;
color: #9b0022;
}

#footersitemap {
	float: left;
	width: 425px;
	margin-right: 40px;
}

#footersitemap .widget {
	float: left;
	width: 140px;
}

#footersitemap .widget:nth-of-type(2) {
	float: left;
	width: 160px;
}

#footersitemap .widget:nth-of-type(3) {
	float: left;
	width: 125px;
}

#footersitemap .widget h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
}

#footerkontakt {
	float: left;
	width: 190px;
}



#bottombar {
	clear: both;
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 110px;	
	background: url(images/back_bottombar.png) repeat-x;
}

#bottomcontent {
	position: relative;
	width: 950px;
	height: 80px;
	margin: 0 auto;
}

#footerlogo {
	display: block;
	position: absolute;
	left: 260px;
	top: 10px;
	width: 60px;
	height: 60px;
	background: url(images/logo_footer.png) no-repeat;	
}

#impressum,
#datenschutz {
	display: block;
	position: absolute;
	right: 135px;
	top: 30px;
	width: 120px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: right;
	vertical-align: middle;
	text-decoration: none;
}

#datenschutz {
	right: 35px;
	width:  90px;
	border-left: 1px solid #fff;
}

#impressum:hover,
#datenschutz:hover {
	opacity: 0.75;
}