/*
 * Theme Name:   Frankfurt Child
 * Template:     frankfurt
 * Theme URI:    https://marketpress.de/product/frankfurt/
 * Description:  A boiler plate to create your own child theme for Frankfurt.
 * Author:       MarketPress
 * Author URI:   http://marketpress.com/
 * Contributors: @dasllama, @Deku86, @tinabillinger, @twern
 * Version:      1.0.1
 * Status:       Stable
 * Text Domain:  frankfurt-child-starter
 * Tags:         translation-ready, theme-options
 * License:      GNU General Public License (GPL) version 3
 * License URI:  http://www.gnu.org/licenses/gpl-3.0.txt
 *
 * 
 ****************************************************************************************
 * Datum	/  	Wer	 /	Was
 * ======================================================================================
 * 08.04.16		sm		Vergrößerung der Logo-Maximalgrößen
 * 11.04.16		wg		- Tabellen im "Zebra"-Look
 *						- Änderung Submenügrösse
 * 19.04.16		wg		- Überschriften FETT
 *				wg		- Mediaquery für Drucker
 * 22.04.16		wg		- Suchfeld ausblenden
 *				wg		- Breite der Links im Footer
 * 26.04.16		wg		- Hintergrundbild
 *				wg		- Titel fett
 * 26.04.16		wg		- Sponsoren in einer Zeile
 * 				wg		- Submenü transparent
 * 27.04.16		wg		- Schatten im Sidebar, Weisses Hintergrund im Shop
 *				wg		- Startseite Hintergrund
 *				wg		- Anzeige der Facebook & Co und den Namen in den Artikeln auf der Suchseite
 *				wg		- Russische Suche: einzelne Artikeln weiß hinterlegt
 * 29.04.16		wg		- Hintergrund des Footers, Minimale Breite des Fensters
 * 02.05.16		wg		- Logo und die Navigationsleise responsive
 * 03.05.16		wg		- <ul> für die Seite mit Geschichten
 * 25.05.16		wg		- Ausrichtung der Font-Resizer
 * 06.06.16		wg		- Video-Positionierung im Modaldialog
 * 08.06.16		wg		- Responsive Table
 *
 ****************************************************************************************
 */

/* Logo und die Navigationsleise responsive */
body > #content > header .logo img{
	max-width: 100%;
    height: auto;
	padding: 13px 0px 10px 0px;
}

body > #content > header .logo {
    float: left;
    max-width: 100%;
	padding-left: 100px;
}

section.navigation {
    float: right;
    margin-top: 30px;
	width:auto;
}

body > #content > header {
	min-height: auto;
}
/* Logo und die Navigationsleise responsive ENDE*/

/* Zebra für Tabellen mit der Klasse class="zebra" */
table.zebra tr:nth-child(odd) {
   background-color: rgba(243, 238, 218, 0.8);
}

table.zebra tr:hover {
/*background-color: #DD6A6A;*/
background-color: #e07059;
color: #fff;
}

/* Dieses div umgibt eine Tabelle, um sie responsive zu machen. Also <div class="resp-table"><table style="max-width:700px;">...</table></div>*/
div.resp-table {
	overflow-x:auto;
	display: block;
}

/* Submenügrösse*/
#submenu ul.menu ul ul li a {
    width: 230px;
}

/* Submenu-items transparent*/
#submenu ul.sub-menu > li.menu-item > ul.sub-menu {
	background-color:rgba(243, 238, 218, 0.8);
}

/* Farbe von Copyline (unter dem Footer) */
.copyline {
    background: #000000;
}

/* Suchfeld ausblenden*/
#submenu .search-form{
	position:relative;
}


#submenu .search-form .search-submit {
	
}

#submenu .wrapper{
	max-width:1300px;
}

/* Formular Styles */
/*form.wpcf7-form input, form.wpcf7-form textarea{
	border: 1px solid #E07059;
}*/
form.wpcf7-form input.wpcf7-quiz{
	width: 50px;
}

input{
	border: 1px solid #E07059;
}

textarea{
	border: 1px solid #E07059;
}

.select2-container {
	border: 1px solid #E07059 !important;
	max-width: 360px !important;
	border-radius: 5px;
	background: #f1f1f1 none repeat scroll 0 0;
	height: auto;
} 

/* Suchbutton im Footer */
section.widget .search-submit {
    display: inline;
	margin: 10px 0 0 0;
}

/* Breite der Links im Footer (Bilder: WPML und MarketPress)*/
div.textwidget a{
	width:125px !important;
	display:block;
}

/* Überschriften, einzeln um evtl. die Größe der Schrift festzulegen*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bolder;
}

/* Trennlinie */
hr {
border: none;
border-top: 1px solid #E07059;
color: #FFFFFF;
background-color: #FFFFFF;
height: 1px;
}

/* Hintergrundbild*/
body > #content {
	background-image: url(assets/img/hintergrund.jpg);
}

/* Hintergrund des Footers*/
body > #content > footer {
	background:rgba(0, 0, 0, 0.8) url(assets/img/overlay.png) repeat scroll 0% 0%;
}

/* Farbe und Transparenz des Submenus*/
#submenu {
	background-color:rgba(243, 238, 218, 0.8);
}

/* Titeldarstellung fett*/
.section-title {
	font-weight: bold;
}

/*Sponsoren in einer Zeile*/
#content footer .textwidget a{
	float:left;
	margin-right:15px;
}

#content footer .textwidget{
	clear:both;
}
/*Sponsoren in einer Zeile ENDE*/

/* Schatten an der Sidebar im Shop */
.wrapper .sidebar section.widget{
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	padding-bottom:30px;
}

/*Submenü (Aufklappmenü) Schatten*/
li#menu-item-115 ul.sub-menu{
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
}

li#menu-item-574 ul.sub-menu{
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
}

/* Weisses Hintergrund im Shop*/
.archive.woocommerce #main {
    background-color:white;
    margin: 25px auto;
    padding: 50px;
	max-width: 1400px;
}

/* Startseite Hintergrund */
.featured-products-wrapper{
	background-color: white;
	margin: 25px auto;
	max-width: 1500px;
	padding: 50px;
}

/* Startseite Hintergrund */
.frontpage-carousel-area{
	background-color: white;
	margin: 25px auto;
	max-width: 1500px;
	padding: 50px;
}

/* Anzeige der Facebook & Co in den Artikeln auf der Suchseite*/
article footer .social-share a {
    display: none;
}

/* Anzeigen von den Namen des Autors in den Artikeln auf der Suchseite */
/*article .entry-meta {
	display: none;
}*/

/* Ausrichtung von Artikeln im Warenkorb*/
.woocommerce-cart .shop_table td {
    width: 0 !important;
}

/* Russische Suche: einzelne Artikeln weiß hinterlegt */
.frontpage-content-wrapper{
	background-color: white;
	margin: 25px auto;
	max-width: 1200px;
	padding: 50px;	
}

/* Weisser Balken entfernen*/
.page-template-frontpage .frontpage-image, .page-template-frontpage .frontpage-wrapper {
	display:none;
}

/* Navigationmenü mit den Sprachen*/
#mainhead {
    background-color: #222;
}

/* <ul> für die Geschichten*/
ul#geschichten{
	line-height: 2em;
}

/* Ausrichtung der Font-Resizer*/
#font-resizer{
	height:0px;
}

#font-resizer ul{
	list-style:none;
}

/*Footer-Left, Striche zwieschen den Menüpunkten*/
section.widget ul li, .off-canvas-nav ul li {
	border-style:none;
	padding:0;
}

body > #content > footer .widget-column section.widget {
	margin-bottom:0;
}

/*Positionierung von Footer-Mitte*/
#content footer section.widget * {
	margin-top:0;
}

/*Contactform 7 responsive*/
div.wpcf7 .wpcf7-form-control { max-width: 100%; }


/*Footer Breite*/
div.textwidget a {
	width:auto !important;
}

/*Preis im Einkaufskorb*/
div#mini-cart{
	display:none;
}

/*Video-Positionierung im Modaldialog*/
#yourPopup canvas{
	left: -10px !important;
	top: -10px !important;
}

#yourPopup{
	cursor:pointer;
}

/*Größe der Schrift von Links im Footer*/
section.widget ul li, .off-canvas-nav ul li {
    font-weight: normal;
}

/* Suche auf der Seite page-Farbe*/
.post-thumbnail{
	background: #fff;
}

div#main main article{
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	/*height: 550px;*/
	padding-bottom: 10px;
}

div.post-thumbnail, div.post-thumbnail + article{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.selection-box-current::after{
	float:none !important;
}

.product-archive article{
	padding: 14px 10px 0 21px;
}

.cart_totals tr.shipping td {
    display: inline;
}

/* ################################## */
/* CSS-Regeln für den Drucker */
@media print {
  body {
	  padding: 30px;
  }
  
  a[href]:after{
	  display:none;
  }
}

/*  Media Query für den Bildschirm kleiner-gleich 1258px*/
@media screen and (max-width: 1258px) {
    #offcanvas.open {
		margin-left: 0px;
        transition: margin-left 0.2s;
	   -webkit-transition: margin-left 0.2s;
	}
    #offcanvas .bg {
		display: none;
	}
    #offcanvas .area {
		display: none;
	}
    #offcanvas .bg.open {
		display: block;
	}
    .admin-bar #offcanvas .bg.open {
        margin-top: -46px;
    }
    #offcanvas .area.open {
		display: block;
	}
    header .navigation {
        display: none;
    }
    body > #content > header .logo,
    header .logo {
        margin: 0 auto;
        float: none;
    }
    body > #content > header .logo img {
        margin: 0 auto;
    }
    .logo .site-title {
        margin: 24px 0 0 0;
        text-align: center;
    }
    .logo .site-title a {
        color: #fff;
        font-size: 20px;
    }
    .logo h1.site-title {
        margin: 0;
        padding: 0;
        padding-top: 25px;
    }
    .logo h2.site-description {
        text-align: center;
    }
    #offcanvas .menu {
        position: relative;
    }
    #offcanvas .menu .trigger {
        color: #fff;
        float: left;
        cursor: pointer;
        padding: 60px;
        font-size: 30px;
        position: absolute;
        left: 280px;
    }
    #offcanvas .menu.open a.trigger {
        left: 280px;
        background-color: #222;
        padding: 35px;
    }
    #mini-cart {
        float: left;
        clear: both;
        display: block;
        margin: 25px 0px 25px 25px;
        z-index: 2;
        position: relative;
    }
    .off-canvas-nav {
        clear: both;
    }
    #submenu .wrapper [class^="menu-"] {
        display: none;
    }
	
	#submenu, #submenu .search-form, #submenu .search-form .search-submit   {
		display:none;
	}
	
    table.shop_table.shop_table_responsive.my_account_orders thead {
        display: none;
    }
    table.shop_table.shop_table_responsive.my_account_orders td{
        float: left;
        width: 100%;
        display: block;
        clear: both;
        padding: 5px 0px;
    }
    table.shop_table.shop_table_responsive.my_account_orders td:last-child{
        padding-bottom: 15px;
    }
    .shop_table.shop_table_responsive.my_account_orders .displayhiddentext {
        display: inherit;
        width: 100%;
        font-weight: 700;
    }
    
	#mainhead {
        display: inline;
    }
}