/* GENERAL */
html {
	margin-top:	20px !important;
	margin-bottom: 20px !important;
}
body {
	background: #EFEFEF url(https://www.kwiaty-ogrodowe.pl/data/uploads/greyfloral.png);
}
.wrapper {
	margin:0 auto;
	position:relative;
	display:block;
}
a:link, a:visited {
	color:#e94f65;
	text-decoration:none;
}
a:hover, a:focus {
	color:#e94f65;
	text-decoration:underline;
}	

/* HEADER */
.header .container {
	background: #000 url(https://www.kwiaty-ogrodowe.pl/data/uploads/banner.jpg);
	height:150px;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-top:1px solid #c8c8c8;
}

/* HEADER: breadcrumbs */
.breadcrumbs .container {
	border-top:#FFF 1px solid;
	border-bottom:#ccc 1px solid;
	font-size:11px;
	height:25px;
	text-indent:40px;
	line-height:25px;
	overflow:hidden;
	color:#666;
	background: #eee;
}
header .breadcrumbs a:link, 
header .breadcrumbs a:visited {
	color:#666;
	text-decoration:underline;
}
header .breadcrumbs a:focus, 
header .breadcrumbs a:hover {
	color:#316594;
	text-decoration:underline;
}
#index header .breadcrumbs {
	display:none; /* no reason to have breadcrumbs on homepage */
} 

/* HEADER: logo */
#logo-tagline {
	background: #fff;
	padding: 5px;
	opacity:0.80; filter:alpha(opacity=80);
	border-bottom-right-radius:4px;
	-moz-border-bottom-right-radius:4px;
	-khtml-border-bottom-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	width: 200px;
	height: auto;
	margin-top: 20px;
}

header #logo {
	font-size:24px;
	white-space:nowrap;
	color:#b30232;
	font-family: Ubuntu, arial, helvetica, sans-serif;
	text-transform:lowercase;
}
header #logo:link, 
header #logo:visited, 
header #logo:hover, 
header #logo:focus {
	text-decoration:none;
}
header #logo:hover, 
header #logo:focus {
	color:#909090;
}

/* HEADER: navigation */
header nav {
	position:absolute;
	top:30px;
	right:0;
	text-shadow: 1px 1px 0px rgba(0,0,0, .3);
}
header nav ul {
	list-style:none;	
	float:right;
}	
header nav li {
	display:block;
	float:left;
	margin:0 0 0 10px;
}
header nav li a {
	display:block;
	font-size:13px;
	padding:5px 15px;
	text-transform:uppercase;
	font-weight:bold;
}
header nav li a:link, 
header nav li a:visited {
	color:#eee;
	text-decoration:none;
}	
header nav li a:hover, 
header nav li a:focus {
	color:#FFF;
	text-decoration:none;
}
header nav li.current a {
	color:#FFF;
	background:#7096B6;
	background:rgba(255,255,255,.2);
	text-decoration:none;
	border-radius:40px;
	-moz-border-radius:40px;
	-khtml-border-radius:40px;
	-webkit-border-radius:40px;
}


/* BODY CONTENT */
article {
	background:#fff;
	border-bottom:1px solid #c8c8c8 !important;
	border-left:1px solid #c8c8c8 !important;
	border-right:1px solid #c8c8c8 !important;
	-moz-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
	-webkit-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
	box-shadow: 2px 1px 10px rgba(0,0,0, .07);
}
article h1 {
	font-family: Ubuntu, arial, helvetica, sans-serif;
	margin:0 0 45px 0;
	font-size:29px;
	font-weight:normal;
	background: #e94f65;
	padding:10px 0;
	text-shadow: 1px 1px 0px #000;
	color:#fafafa;
	text-align:center;
	border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
}
article h2 {
	font-family: Ubuntu, arial, helvetica, sans-serif;
	margin:0 0 10px 0;
	color: #e94f65;
	font-size:25px;
}
article h3 {
	font-family: Ubuntu, arial, helvetica, sans-serif;
	margin:0 0 15px 0;
	color: #e94f65;
	text-shadow: 1px 1px 0px #606060;
	font-size:25px;
}
article h4 {
	font-family: Ubuntu, arial, helvetica, sans-serif;
	margin:0 0 10px 0;
	color: #555;
	font-size:20px;
	font-weight:100;
}
article h5 {
	font-family: arial, serif;
	margin:0 0 10px 0;
	color: #333;
	font-size:15px;
}
article h6 {
	font-family: arial, serif;
	margin:0 0 10px 0;
	color: #666;
	font-size:14px;
}
article section {
	padding:40px;
	line-height:22px;
	font-size:14px;
	color:#333;	
}
article section p {margin:0 0 25px 0;}
article section ul, 
article section ol {
	margin:0 0 25px 30px;
}
article section ul ul, 
article section ol ol,
article section ul ol, 
article section ol ul {
	margin:0 0 0 25px;
}
article section code {
	border:1px solid #ccc;
	background:#f6f6f6;
	font-size:12px;
	padding:1px;
}
article section pre {
	border:1px solid #ccc;
	background:#f6f6f6;
	padding:15px;
	margin:0 0 25px 0;
	line-height:16px;
	font-size:13px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}
article section pre code {
	border:none;
	background:none;
	padding:none;
}
article section blockquote {
	margin:0 0 25px 20px;
	color:#555;
	line-height:20px;
	font-family:georgia, garamond, serif;
	font-style:italic;
	padding:0 0 0 15px;
	border-left:1px solid #ccc;
}
article section img {
	margin: 5px 10px 0 0;
	border:1px solid #c8c8c8;
	-moz-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
	-webkit-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
	box-shadow: 2px 1px 10px rgba(0,0,0, .07);
}

article section .footer {
	color:#888;
	font-size:11px;
	margin-top:60px;
	border-top:1px dotted #ccc;
	padding-top:15px;
}
article section .footer p {
	margin:0 0 10px 0;
}


/* SIDEBAR */
aside {
	float:right;
	margin:0;
	background: #F5F5F5;
	border-bottom:1px solid #c8c8c8 !important;
	border-right:1px solid #c8c8c8 !important;
	padding-top: 30px !important;
}
aside .section {
	padding:0 0 0 30px;	
}
aside .section {
	margin:0 0 40px 0;
	font-size:11px;
	line-height:16px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
}
aside .section p {
	margin:0 40px 15px 0;
	text-align: justify;
}
aside .section ul, 
aside .section ol {
	margin:0 0 15px 0;
}
aside .section h3 {
	background:#e94f65;
	border-top:1px solid rgba(255,255,255,.4);
	text-shadow: 1px 1px 0px #000;
	text-transform:uppercase;
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	font-weight:100;
	color:#fafafa;
	font-size:19px;
	line-height:19px;
	margin:0 0 20px -31px;
	padding:5px 0 7px 25px;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
	width: 105%;
}
aside .sidebar-menu {
	list-style:none;
	margin-left: 0;
	padding-right:40px;
}
aside .sidebar-menu li{
	border-bottom: 1px dotted #CCCCCC;
}
aside .sidebar-menu li a{
	display: block;
	padding: 6px 0 6px 10px;
	color: #000;
	text-decoration: none;
	background:url(images/sidebar-menu-icon.png) no-repeat left;
}
aside .sidebar-menu li a:hover{
	color:#e94f65;
}
aside .sidebar-menu .current {font-weight: bold;}
/* SIDEBAR: socialmedia 
aside #socialmedia {
	position:relative;
}
aside #socialmedia h2 {
	width:65px;
	background: #316594;
	background: -moz-linear-gradient(top, #316594 0%, #2C5983 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#316594), color-stop(100%,#2C5983));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316594', endColorstr='#2C5983',GradientType=0 ); 
}
aside #socialmedia .icons {
	position:absolute;
	top:3px;
	right:0px;	
}
*/

/* FOOTER */
footer {
	padding:20px 0;
	text-shadow: 1px 1px 0px rgba(255,255,255,.8);
	color:#888;
	font-size:11px;
}
.pub-date {font-style:italic; float:right; font-size:smaller;}
.copy {
	text-align:center;
	text-shadow: 1px 1px 0px rgba(255,255,255,.8);
	color:#888;
	font-size:11px;
}

footer a:link, footer a:visited {
	color:#888;
	text-decoration:underline;
}
footer a:hover, footer a:focus {
	color:#555;
	text-decoration:underline;
}
/* Sonstige */
#kontakt .field {width:300px; margin-left: auto; margin-right:auto;}
#kontakt input, #kontakt textarea {width:300px;}
#kontakt .submit {width:100px; float:right; margin-right: 150px; margin-top: 10px;}
.gallery-title {font-size: 12px;}
#sc-contact {width: 300px; margin: 0 auto;}
b, strong {font-weight: bold !important;}
em {font-style:italic !important; font-family: Ubuntu !important;}
