/*
 Theme Name: Twentyfourteen Child
 Theme URI:
Description: Child Theme von Twentyfourteen
 Author: Claudia Radig-Willy
 Author URI: http://www.radig-willy.de/
 Template: twentyfourteen
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Twentyfourteen Child Theme
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */

/* -------------------

Colors: 

helleres gold 		#c4b16c
dunkleres gold		#a68f3e
"alt"gold			#CFB53B
helles beige 		#f8eee5
beige mittel text	#c6b9ae
beige dunkel text	#8e7c6c
beige Flaechen		#a49180
braun background	#625b55
dbraun schrift		#3a2818
rot Ueberschriften etc.	#a7170d
schwarz			#2b2b2b

-------------------- */


body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: '_Helvetica', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}


a {
	color: #fff;
	text-decoration: none !important;
}

a:focus {
	outline: 0 !important;
}

a:hover,
a:active {
	outline: 0;
	color: #c4b16c;
	text-decoration: none;
}

h1,
.home h1,
h2,
h3	 {
	font-family: "Times New Roman", Times, serif !important;
	font-style: italic;
	font-weight: 400 !important;
	letter-spacing: 0.05em;
	text-transform: none !important;
}

h1, .home h1  {
	font-size: 2em;
	line-height: 1.4em;
	margin: 10px 0 !important;
	text-indent: -0.4em;
	color: #f8eee5 !important; /* beige */
}


h2 {
	font-size: 16px;
	color: #f8eee5; /* beige */
}

h3 {
	font-size: 20px;
	margin: 30px 0 10px;
	color: #c4b16c; /* gold */
}
/* legenden tabelle wg. umbruch*/
h5 {
	box-sizing: border-box;
	max-width: 100%;
	/*!max-width: 260px !important;*/
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 3px !important;
	margin-bottom: 0 !important;
}

h6 {
	box-sizing: border-box;
	max-width: 230px !important;
	font-size: 14px;
	font-weight: 400;
	margin-top: -8px !important;
	margin-bottom: 0 !important;
}


p {
	margin-bottom: 14px;  /* orig 24 px */
}


/* Zitatblock 

blockquote,
q 	 {
	color: #f8eee5;
	font-size: 15px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 24px;
}

.site-content blockquote.alignleft, .site-content blockquote.alignright
	{
  	border-top-width: 1px;
  	border-top-style: dotted;
  	border-top-color: #a68f3e;
  	border-bottom-width: 1px;
  	border-bottom-style: dotted;
  	border-bottom-color: #a68f3e;
  	padding-top: 17px;
  	width: 50%;
}*/

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style-image: url("https://www.stefanie-ludwig-interieur.de/sl/wp-content/uploads/liste_gold.png");
}




/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

/* Buttons */

.button {
	background-color: #625b55 !important;
	color: #c6b9ae;
	font-family: 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

.button_cookies {
	background-color: #625b55 !important;
	border: 0;
	color: #c6b9ae !important;
	font-size: 13px !important;
	margin: 0;
	padding: 0 4px;
	vertical-align: bottom;
}
.button_cookies:hover {
	color: #f8eee5 !important;
}

#cn-notice-text {
	font-size: 13px !important;
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	background-color: #625b55;
	/* position: relative; */
	max-width: 1260px;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	border-bottom: 4px solid #796a5c; 
	margin: 0 auto 80px;
}

.main-content {
	width: 100%;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

#site-header {
	text-align: center !important;
	z-index: 2; /* logo bleibt ok bei breiterer Version */
	/*padding: 0;
	display: block; xxx raus */
}


/* hier das Logo */
  #site-header img	{ 
	} 

.site-header, .site:before {
	background-color: transparent;
}

/* Search in the header */

.search-toggle, .search-box {
    display: none;
}

.page-id-3862 .entry-title {
	color: #f8eee5; !important;
	height: 40px;
}



/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

/* Primary Navigation */

	.primary-navigation {
		float: right;
		font-size: 12px;
		margin: 0 1px 0 -12px;
		padding: 0;		
	}

 /* linie unter unterpunkt-block */
.site-navigation ul ul {
	border-bottom: 2px solid #9a8472;
	background-color: #625b55;
	opacity: 0.8;
	font-size: 12px !important;
}

/* unterpunkte linie crw */
.site-navigation ul ul li{
	border-top: 1px dotted #9a8472;
}

/* aktuelle Seite link */
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #8e7c6c /*!important */;
	font-weight: 900;
}

.primary-navigation li > a, 
.primary-navigation ul ul a {	
	font-weight: 400; 
	background-color: #625b55;
	color: #F8EEE5;} 			/* Farbe Navi im Standartmodus  */


.primary-navigation ul ul a {	
	/* padding: 10px 0 6px; 
	margin: -3px 0 -3px 0;*/
}

.current_page_item a:hover > a,
.primary-navigation li:hover > a, 
.primary-navigation li.focus > a, 
.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	background-color:  #a49180;  /* Hover Farbe */
	color: #f8eee5;
}

.site-navigation .current_page_item > a, 
.site-navigation .current_page_ancestor > a, 
.site-navigation .current-menu-item > a, 
.site-navigation .current-menu-ancestor > a
{
  color:  #a49180 /*hier fehlt das dunkle beige*/;
  font-weight: 700;
}			/* aktiver Link der oberen Nav */

.site-navigation li 
.current_page_item > a, 
.site-navigation li 
.current_page_ancestor > a, 
.site-navigation li 
.current-menu-item > a, 
.site-navigation li 
.current-menu-ancestor > a
{
  color: #8e7c6c;
  font-weight: 700;  /* aktiver Link Unter-Nav */
}

.primary-navigation .nav-menu {
	margin-top: 0; /* Hoehe der Navigationen - fuer Safari */
}

/* Secondary Navigation */

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	display: inline /* neu crw */;
	margin-top: 16px;
}

.menu-toggle:focus {
	outline: none;
}

.secondary-navigation li > a, 
.primary-navigation ul ul a {
	background-color: #fff;
	color: #2b2b2b
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */


.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 780px;
	background-color: /*#a49180*/ #625b55;
}

/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #fff;  /* betrifft Beitragsbild mit bg etc */
	display: block;
	position: relative;
	width: 100% !important;
}


wp-post-image	{
        display: block !important;
	position: relative !important;
	width: 100% !important;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	/* height: auto;
	max-width: 100%;*/
	clear: left !important; 
	display: block;
	position: relative;
	width: 100% !important;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
*/

.site-content .entry-header {
} 

/**
 * 6.5. Gallery  // % der Seitenbreite - Bildabstand px und bei den columns eingeben % - px
 * -----------------------------------------------------------------------------
*/ 
.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 20px 24px 0;
	overflow: hidden;
	position: relative;
}

.gallery-caption {display:block !important;}

/* .gallery-caption {
	background-color: #625b55;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #c6b9ae;
	font-size: 13px !important;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
} */

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

/*wp-caption-text gallery-caption*/

/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
    display: none;
}

/* Primary Sidebar */


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

.site-info {
	text-align: right		/* Text im Footer */
} 

.footer-sidebar,
.footer-sidebar a {
	padding-top: 100px;  /* wg Minimierung der Seiten */
}

.site-footer,
.site footer a	 {
	color: #fff !important;
	background-color: #625b55 !important;
}


/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
*/ 

@media screen and (max-width: 641px) {
	
	/* Ränder rechts & links
	  .site {
	max-width: 90%;
}*/

.content-area	{
	margin-top: -160px !important;
}
	/* verschiebt sich sonst unter menu */
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content {
		margin: 0 auto 0 10px;
		max-width: 320px;
}

	.entry-title, H1, .home h1 { 
	font-size: 29px;
	line-height: 1.06;
}
	
	/*.site-header, .site:before {
		margin-top: -50px;
}*/
	
	#site-header  {
		position: absolute !important;
	}
	
	#site-header img {
		max-width: 360px;	
		margin: 0 12px 0 auto !important;
	}
	
}

@media screen and (max-width: 800px)
and (min-width: 642px) 	{
	.content-area, .content-sidebar	{
		margin-top: -150px !important;
}
	
	/* verschiebt sich sonst unter menu */
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content {
		margin: 0 auto 0 10px;
		max-width: 650px;
}
	
	.entry-title, H1, .home h1 { 
		font-size: 30px;
		line-height: 1.3846153846;
}
	.slider_sl	{
		
	}	
	
	#site-header {
		position: relative !important;
		z-index: 0;
}	
	
}

@media screen and (max-width: 1100px)
and (min-width: 782px) {
.content-area, .content-sidebar
{
margin-top: -70px !important;
margin-bottom: 2em;
}
}


@media screen and (max-width: 800px) {

/* Primary Navigation Toggle-Menue -- fällt aus wg Plugin*/

/* .primary-navigation {
	float: right;
	font-size: 14px;
	margin: 0 1px 0 0;
	padding: 0;
} */
 /* linie unter unterpunkt-block - hier nicht 
.site-navigation ul ul {
	border-bottom: 0;
	background-color: #625b55;
	opacity: 0.8;
	font-size: 14px !important;
}

.primary-navigation li > a, 
.primary-navigation ul ul a {	
	background-color: #625b55;
	color: #F8EEE5;
} 	*/
	.primary-navigation {
		position: absolute !important;
		z-index: 999;
	}
	.slider_sl	{
		margin-bottom: 140px !important;
	}
}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */


/* -----------  Seite Specials  --------------- */

/* kein Anzeigen der Kommentare!*/
.page .comments-area{
    display:none;
}

.border_gold {
	border-top:  1px solid #CFB53B;
	padding: 12px 0 0;
	margin: 16px 0;
	}

.tab230 {
   width: 230px;
   display: block;
   float: left;
}

.tab170 {
   width: 170px;
   display: block;
   float: left;
	text-align: right;
}

.site-content, .site-main .widecolumn {
    margin-left: 0;
}


/* Markierter Text Farbe */

::selection {
 background: #8e7c6c
 color #fff;
 text-shadow: none;
}

::-moz-selection {
 background: #8e7c6c;
 color: #fff;
 text-shadow: none;
}

.tab1		{
	font-size: 14px;
	width: 230px;
	padding: 0 36px 20px 0;
   	margin-top: 15px;
	float: left;
}

.tab2		{
	font-size: 14px;
	width: 230px;
	padding: 0 36px 20px 0;
	margin-top: 15px;
	float: left;
}

.tab3		{
	font-size: 14px;
	padding: 0 0 20px 0;
	width: 230px;
	margin-top: 15px;
	float: left;
}
.clear	{
	clear: both;
}


.legende230 {
	width: 230px;
}

.link_tab {
	font-size: 16px;
	font-family: Helvetica, sans-serif;
	clear: both;
	font-weight: 700;
	margin: 20px 0 6px; 
	color: #fff !important;
	display:inline-block;
}

bild_tab	{
margin-bottom: 5px;
}

.a_beige, .legende230 {
	color: #f8eee5;
	text-decoration: none !important;
}

.a_beige:hover, 
.link_tab:hover {
	color: #c6b9ae !important;
	text-decoration: none !important;
}

.gold {
	color: #CFB53B;
	text-decoration: none !important;
}

.gold:hover	{
	color: #e9c82f;
}

/* Farbe Schrift auf hellem Grund etc */
.braun	{
	color: #3a2818;
}

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
}

.linie	{
	color: #8e7c6c !important;
  	width: 100% !important;
  	margin-top: 46px !important;
  	margin-bottom: 20px !important;
  	border-top-width: 2px !important;
  	border-top-style: dotted !important;
	clear: both !important;
}


.abstand40 {
	margin-top: 40px;
}


/* --------- Angebote Tabellen ------------- */

.angeb_tab1,	
.angeb_tab2	{
	width: 230px;
	padding-right: 36px;
   	margin-top: 0;
	float: left;
}

.angeb_tab3		{
	width: 230px;
	padding-right: 0;
	margin-top: 0;
	float: left;
}


/* --------- Bild Legenden ------------- */

.wp-caption-text	{
	box-sizing: border-box;
  	color: #f8eee5;
	font-size: 15px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 24px;
  	margin-top: 9px;
  	margin-right: 0px;
  	margin-bottom: 9px;
  	margin-left: 0px;
}

.wp-caption-tabelle	{
	box-sizing: border-box;
  	color: #f8eee5;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 24px;
  	margin-top: 9px;
  	margin-right: 0px;
  	margin-bottom: 9px;
  	margin-left: 0px;
}

/* -----------  wichtig hier damit header komplett scrollt ----------  

.masthead-fixed .site-header {
		position: static !important;
	}

@media screen and (min-width: 600px) {
.mob {
	width: 230px !important;
	height: 230px !important;
}
}*/

/* //////////// Responsive Menue /////////////  */


#wprmenu a {
	position: absolute !important;
	z-index: 9 !important;
}





