/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

/*font-family: 'Petit Formal Script', cursive;
font-family: 'Herr Von Muellerhoff', cursive;
font-family: 'Monsieur La Doulaise', cursive;
font-family: 'Alex Brush', cursive;
font-family: 'Mrs Saint Delafield', cursive;
font-family: 'Parisienne', cursive;
font-family: 'Great Vibes', cursive;
font-family: 'Italianno', cursive;
font-family: 'Miss Fajardose', cursive;
font-family: 'Tangerine', cursive;*/

/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

@import url(http://fonts.googleapis.com/css?family=Petit+Formal+Script|Herr+Von+Muellerhoff|Monsieur+La+Doulaise|Alex+Brush|Mrs+Saint+Delafield|Parisienne|Great+Vibes|Italianno|Miss+Fajardose|Tangerine);

#featured-slider .slide-content .slide-content-inner header h1 {
font-family: 'Edwardian Script ITC', cursive;
  font-size: 0em;
  text-shadow: .01em .01em 3px #000;
  margin: 0 0 0em;
}


#featured-slider .slide-content .slide-content-inner footer {
    font-size: 1em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
}


#featured-slider .slide-media img {
  display: block;
  width: 100%;
  margin: 0 auto;
}


/*#main.fullwidth, .layout-full #main, .col-full {
    margin: 0 0;
    width: 100%;
}*/

/*post header, .type-page header, .search-results .features header, .search-results article.page header, .search-results .type-product header, .search-results .type-portfolio header {
    clear: both;
    margin: 0 0 2.244em;
    margin-left: 25%;
}*/

.post .post-meta,
.type-page .post-meta,
.search-results .features .post-meta,
.search-results article.page .post-meta,
.search-results .type-product .post-meta,
.search-results .type-portfolio .post-meta {
  display: none;
  margin: 0 0 1.618em 0;
  font-size: .0em;
  text-align: right;
}

.post header h1{
font-family: 'Herr Von Muellerhoff', cursive;
}

#intro-message header h1 {

  font-size: 2.544em;
  font-weight: normal;
  color: #282A2E;
  text-align: center;
  letter-spacing: .327em;
  line-height: 1.618em;
  text-transform: uppercase;
}

#intro-message header {

  font-size: 1.144em;
  font-weight: normal;
  color: #282A2E;
  text-align: justify;
  letter-spacing: .327em;
  line-height: 1.618em;
  width: 700px;
  margin: auto; 
}
/*--------------------Home text---------------------*/
#hometext{

  font-size: 1.144em;
  font-weight: normal;
  color: #282A2E;
  text-align: justify;
  letter-spacing: .127em;
  line-height: 1.618em;
  width: 700px;
  top: -100px;
  margin: auto; 

}


/*--------------------Tabellen (Galerie)---------------------*/

table {
    background:  #fff;
    border: 1;
    border-color:#FFF;
    border-radius: 6px 6px 6px 6px;
    width: 100%;

}

#footer {
  color: #333;
  padding: 4.236em 0 2.618em;
  background: #5f636a;
  background: rgba(0, 0, 0, 0.19);
  border-top: 1px solid #676d76;
}

#footer-widgets ul li {
    list-style: disc inside none;
    color: #333;
}



/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}