@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:700);
@import url(http://fonts.googleapis.com/css?family=Lato:100,400,900);

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* general styling */

html{
	width: 100%;
}
body{
	width: 100%;
	background: #F8F8F8; 
       background-image: url(../images/logo_gutshofladen_liebenberg_green_1920x1440.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}



h1, h2{
	font-family: 'Open Sans', Arial, Helvetica, serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform:uppercase;
}


h3,h4{
	font-family: 'Lato', Arial, Helvetica, sanserif;
	letter-spacing: 4px;
}

h5,h6{
	font-family: 'Dancing Script';
	letter-spacing: 2px;
}
h1{
	font-size: 2em;
	color: #ccc;
	font-weight: bolder;
	margin-top: 10%;
}
h2{
	font-size: 1.8em;
	color: #999;
	font-weight: bold;
	margin-bottom: 10%;
}


h3{
	font-size: 1.4em;
	color: #777;
	font-weight: normal;
	margin-bottom: 20px;
}

h4{
	font-size: 1.3em;
	color: #777;
	font-weight: normal;
	margin-bottom: 20px;
}

h5{
	font-size: 1.2em;
	color: #777;
	font-weight: normal;
	margin-bottom: 20px;
}

h6{
	font-size: 1.1em;
	color: #777;
	font-weight: normal;
	margin-bottom: 20px;
}

p{
	font-size: 1.9em;
	color: #004D31; /* #e6e6fa; */
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.lb-weiss{
	color: #f1f1f1;
}
.lb-gelb {
	color: #F2F1D1;
}
.lb-gruen {
	color: rgba(0, 77,49, .6); /* #004D31; */
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .6);
}
.lb-gruen-hell {
	color: #0F9967;
/*	text-shadow: 2px 2px 5px rgba(15, 153, 103, .8);*/
	text-shadow: 2px 2px 5px rgba(153, 111, 8, 1);
}
.lb-black {
	color: #333333;
}
.lb-rot {
 	color: rgba(128, 13, 56, .4); /* #800D38; */
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
}
.lb-grau {
 	color: rgba(255, 255, 255, .8);
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.cb-slideshow{
	list-style: none;
}
.logo-section{
	padding: 30px;
}
.content-section{
	padding: 30px;
}

.footer-section{
	padding: 30px;
}



@media screen and (max-width: 600px) { 
	h1{	font-size: 4em;}
	h2{ 	font-size: 3em;}
	h3{	font-size: 2em;}
	h4{	font-size: 1em;}
	h5{	font-size: 1em;}
	h6{	font-size: 1em;}
}


