 /*
Theme Name:  	twentythirteenChild.
Theme URI:  	https://rachelmccollin.com
Description:  	Child theme for the twentythirteen.
Author:  		Anne Schulz
Text Domain: 	twentythirteen
Author URI:  	https://studiofilfla.de
Template:  		twentythirteen
Version:  		1.0
License:  		GNU General Public License v2 or later
License URI: 	https://www.gnu.org/licenses/gpl-2.0.html                 
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Open+Sans:wght@300;400&display=swap'); /*Text*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap'); /*Menu Text + Work*/

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

html,
button,
input,
select,
textarea {
	font-family: "Old Standard TT", serif;
	background-color: #F2F2F2;
}

a {
	color: #871f1b;
	text-decoration: none;
}

a:visited {
	color: #871f1b;
}

a:active,
a:hover {
	color: #000000;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Old Standard TT", serif;
	line-height: 1.3;
}

h1 {
	width: 350px;
	margin: 0 auto;
	font-family: "Old Standard TT", serif;
	font-weight: 400;
	font-size: 3em;
	padding: 60px 0px 30px 0px;
	color: #2E2E2E;
	word-spacing: 0.25em;
}

h2 {
	font-size: 24px;
	margin: 0px 0px 24px;
	font-family: "Open Sans", sans serif;
	font-weight: 300;
	font-style: normal;
	padding: 0px;
}

h4 {
	font-size: 24px !important;
	margin: 0px 0px 25px 0px;
	color: #2f946d;
	font-family: "Open Sans", sans serif;
	font-weight: 300;
	font-size: 14px;
	font-style: normal;
}

h5 {
	font-size: 16px !important;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 16px !important;
	font-weight: 700;
	margin: 0;
	padding: 0 0 20px 0;
}

p {
	margin: 0 0 24px;
	/*line-height: 1.2em;*/
}

fieldset {
	border: 1px solid #ccc;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	border: 1px solid #ccc;
}

blockquote {
	font-size: 18px;
	margin: 0px 0px 25px 0px;
	color: #2f946d;
	font-family: "Open Sans", sans serif;
	font-weight: 300;
	font-size: 14px;
	font-style: normal;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 10px 0;
}

ul {
	list-style-type: none;
}

table {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 60px 0px;
	width: 100%;
}

td {
	border: 0px;
	padding: 6px 0px 0px 0px;
	vertical-align: top;
}

td.year {
	border: 0px;
	padding: 6px 0px 0px 0px;
	vertical-align: top;
	width: 150px;
}

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

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	padding: 5px;
}

input:focus,
textarea:focus {
	border: 1px solid #ccc;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #ccc; /* Old browsers */
	background: -webkit-linear-gradient(top, #ccc 0%, #d1d1d1 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ccc 0%, #d1d1d1 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #F2F2F2;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ccc; /* Old browsers */
	background: -webkit-linear-gradient(top, #ccc 0%, #d1d1d1 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ccc 0%, #d1d1d1 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #ccc; /* Old browsers */
	background: -webkit-linear-gradient(top, #ccc 0%, #d1d1d1 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ccc 0%, #d1d1d1 100%); /* W3C */
	border: none;
	border-top: 3px solid #F2F2F2;
	padding: 10px 24px 11px;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
 
.site {
	background-color: #F2F2F2;
	border: 0px;
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
	max-width: 1020px;
	width: 100%;
	color: #2E2E2E;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
 
/**
 * 4.01 Second Menu
 * ----------------------------------------------------------------------------
 */
 
.igfb {
	float: right;	
	margin-bottom: -100px;
}

#menu-igfb li {
	display: inline-block;
}

#menu-igfb li a {
	color: #871f1b !important;
}

#menu-igfb li a:hover {
	color: #2e2e2e !important;
}

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
	max-width: 1020px;
}

.site-header .home-link {
	display: block;
	margin: 0 auto;
	min-height: 50px;
	padding: 0px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: none;
}

.site-title {
	width: 350px;
	margin: 0 auto;
	font-family: "Old Standard TT", serif;
	font-weight: 400;
	font-size: 3em;
	padding: 60px 0px 30px 0px;
	color: #2E2E2E;
}

.kern1 { letter-spacing: -0.075em; }
.kern2 { letter-spacing: -0.1em; }
.kern3 { letter-spacing: -0.025em; }
.kern4 { letter-spacing: 0.05em; }
.kern5 { letter-spacing: 0.1em; }
.kern6 { letter-spacing: 0.025em; }

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation { /*Menueleiste innen*/
	clear: both;
	margin: 0 auto;
	max-width: 1020px;
	padding: 0px 4px; /*Ausgleich zu Abständen -4px*/
}

ul.nav-menu,
div.nav-menu > ul {
	margin-right: -4px;
	width: 595px;
	padding: 0px;
	margin: 0 auto;
}

.nav-menu li a {
	font-family: "Old Standard TT", serif;
	font-weight: 400;
	font-size: 16px;
	color: #2E2E2E;
	display: block;
	padding: 4px 40px 5px 40px; /*Abstände Menüpunkte*/
	text-decoration: none;
	margin-right: -4px;
	border: 0px;
	text-transform: lowercase;
}

.nav-menu li:hover > a,
.nav-menu li a:hover { /*Hover Menuepunkte*/
	color: #fff;
	margin-right: -4px;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin-right: -4px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #F2F2F2;
	margin-right: -4px;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
	margin-right: -4px;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #000;
	font-style: normal;
	margin-right: -4px;
}

.navbar { /*gesamte Menueleiste*/
	margin: 0 auto;
	padding: 0px;
	background-color: #F2F2F2;
	max-width: 1020px;
	background: url('https://sommerakademie-frauenstein.de/wieland/wp-content/themes/twentythirteen-child/images/linie.png') repeat; 
}

/**
 * 4.2.1 Navigation - Menü für Texte
 * ----------------------------------------------------------------------------
 */

ul.nav-menu1,
div.nav-menu1 > ul {
	margin: 50px 0px 0px;
	padding: 0px;
	width: 150px;
}

.nav-menu1 li {
	position: relative;
	list-style-type: none;
}

.nav-menu1 li a {
	font-family: "Open Sans", sans serif;
	font-weight: 300;
	font-size: 14px;
	color: #434343;
	text-decoration: none;
	text-transform: none;
	display: block;	
	text-align: right;
	padding: 0px 0px 5px;	
	clear: both;
}

.nav-menu1 li:hover > a,
.nav-menu1 li a:hover {
	background-color: #F2F2F2;
	color: #000;
}

ul.nav-menu1 ul a,
.nav-menu1 ul ul a {
	color: #fff;
	margin: 0;
}

ul.nav-menu1 ul a:hover,
.nav-menu1 ul ul a:hover {
	background-color: #ccc;
}

ul.nav-menu1 li:hover > ul,
.nav-menu1 ul li:hover > ul {
	display: block;
}

.nav-menu1 .current_page_item > a,
.nav-menu1 .current_page_ancestor > a,
.nav-menu1 .current-menu-item > a,
.nav-menu1 .current-menu-ancestor > a {
	color: #000;
	font-weight: 400;
}

/**
 * 4.2.2 Navigation - Menü für Work
 * ----------------------------------------------------------------------------
 */

ul.nav-menu2,
div.nav-menu2 > ul {
	margin: 50px 0px 0px;
	padding: 0px;
	width: 100px;
}

.nav-menu2 li {
	position: relative;
	list-style-type: none;
}

.nav-menu2 li a {
	font-family: "Open Sans", sans serif;
	font-weight: 300;
	font-size: 14px;
	color: #434343;
	text-decoration: none;
	text-transform: uppercase;
	display: block;	
	text-align: right;
	padding: 0px;	
	clear: both;
	margin: 0px;
}

.nav-menu2 li:hover > a,
.nav-menu2 li a:hover {
	background-color: #F2F2F2;
	color: #000;
}

ul.nav-menu2 ul a,
.nav-menu2 ul ul a {
	color: #fff;
	margin: 0;
}

ul.nav-menu2 ul a:hover,
.nav-menu2 ul ul a:hover {
	background-color: #ccc;
}

ul.nav-menu2 li:hover > ul,
.nav-menu2 ul li:hover > ul {
	display: block;
}

.nav-menu2 .current_page_item > a,
.nav-menu2 .current_page_ancestor > a,
.nav-menu2 .current-menu-item > a,
.nav-menu2 .current-menu-ancestor > a {
	color: #000;
	font-weight: 400;
}

/**
 * 4.2.3 Navigation - Farben
 * ----------------------------------------------------------------------------
 */
 
li.menu-item-60 a /*News*/{
	border-top: 1px solid #2f946d;
	color: #2E2E2E;
}

li.menu-item-54 a /*Vita*/{
	border-top: 1px solid #9bff29;
	color: #2E2E2E;
}

li.menu-item-49 a /*Work*/{
	border-top: 1px solid #2b1f59;
	color: #2E2E2E;
}

li.menu-item-55 a /*Text*/{
	border-top: 1px solid #871f1b;
	color: #2E2E2E;
}

li.menu-item-61 a /*Contact*/{
	border-top: 1px solid #8a54c5;
	color: #2E2E2E;
}

li.menu-item-60 a:hover /*News*/{
	background-color: #2f946d;
}

li.menu-item-54 a:hover /*Vita*/{
	background-color: #9bff29;
}

li.menu-item-49 a:hover /*Work*/{
	background-color: #2b1f59;
}

li.menu-item-55 a:hover /*Text*/{
	background-color: #871f1b;
}

li.menu-item-61 a:hover /*Contact*/{
	background-color: #8a54c5;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
 
 .hentry {
	padding: 50px 0px 0px 0px;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1020px;
	width: 100%;
}

.entry-content {
	background-color: #fff;
	padding: 20px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
 
.entry-header {
	margin-bottom: 0px;
}

.entry-title {
	font-weight: normal;
	margin: 0;
	padding: 0px;
	background-color: #fff;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
  
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0px;
}  
  
/**
 * 5.3.1 Page Content
 * ----------------------------------------------------------------------------
 */

.page-header,
.page-content,
.page-summary,
.page-meta {
	margin: 0 auto;
	max-width: 1020px;
	width: 100%;
	padding: 0px;
}

/**
 * 5.3.2 Page Header
 * ----------------------------------------------------------------------------
 */

.sidebar .page-header .page-meta {
	padding: 0;
}

.page-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.page-header {
	margin-bottom: 0px;
}

.page-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.page-title a {
	color: #141412;
}

.page-title a:hover {
	color: #ea9629;
}

/**
 * 5.3.3 Page Content
 * ----------------------------------------------------------------------------
 */

.page-content {
	-webkit-hyphens: manual;
	-moz-hyphens:    manual;
	-ms-hyphens:     manual;
	hyphens:         manual;
	word-wrap: break-word;
}

.page-content blockquote {
	font-size: 24px;
}

.page-content blockquote cite,
.page-content blockquote small {
	font-size: 16px;
}

.page-content img.alignleft,
.page-content .wp-caption.alignleft {
	margin-left: -60px;
}

.page-content img.alignright,
.page-content .wp-caption.alignright {
	margin-right: -60px;
}

/**
 * 5.3.4 Page Formats
 * ----------------------------------------------------------------------------
 */

.page-content_work {
	width: 850px;
	max-width:90%;
	float: left;
	-webkit-hyphens: manual;
	-moz-hyphens:    manual;
	-ms-hyphens:     manual;
	hyphens:         manual;
	word-wrap: break-word;
}

.page-content_text {
	width: 600px;
	max-width:90%;
	float: left;
	-webkit-hyphens: manual;
	-moz-hyphens:    manual;
	-ms-hyphens:     manual;
	hyphens:         manual;
	word-wrap: break-word;
}

#menu_work {
	float: right;
}

#menu_text {
	float: right;
}

.clear {
	clear: both;
}
/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #FFFFFF;
	text-align: center;
}

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #F2F2F2;
}

.error404 .page-title:before {
	color: #9BFF29;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #F2F2F2;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1020px;
	width: 100%;
	padding-bottom: 40px;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #2E2E2E;
	font-size: 14px;
	text-align: center;
}

.site-footer .sidebar-container {
	background: transparent;
	padding: 10px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1020px !important;
	width: 100%;
}

.site-footer .widget {
	background: transparent;
	color: #F2F2F2;
	float: left;
	margin-right: 0px !important;
	width: 245px;
	font-family: "Open Sans", sans serif;
	font-weight: 300;
	font-size: 14px;
}

.site-info {
	margin: 0 auto;
	max-width: 1020px;
	padding: 20px 0;
	width: 100%;
}

.wc-shortcodes-divider.wc-shortcodes-divider-style-solid {
	border: 0;
	height: auto;
	background: none;
	border-bottom: 1px solid #2E2E2E;
	margin-top: -28px;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 767px) {

	.error404 .page-title:before {
		font-size: 400px !important;
		content: "\f423";
	}
	
	.error404 .page-content {
		margin: 0 auto;
		width: 100%;
		padding-top: 70px;
	}	
}

@media (max-width: 643px) {
	
	.error404 .page-title:before {
		font-size: 400px !important;
		content: "\f423";
	}

/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: 16px/1.3 "Old Standard TT", serif;
		font-weight: 400;
		margin: 0;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #2E2E2E;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #2E2E2E;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: transparent;
		color: #2E2E2E;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	li.menu-item-60 a /*News*/{
		background-color: #2f946d;
		color: #FFFFFF;
		border-top: 0px;
		padding: 10px 20px;
	}

	li.menu-item-54 a /*Vita*/{
		background-color: #9bff29;
		color: #FFFFFF;
		border-top: 0px;
		padding: 10px 20px;
	}

	li.menu-item-49 a /*Work*/{
		background-color: #2b1f59;
		color: #FFFFFF;
		border-top: 0px;
		padding: 10px 20px;
	}

	li.menu-item-55 a /*Text*/{
		background-color: #871f1b;
		color: #FFFFFF;
		border-top: 0px;
		padding: 10px 20px;
	}

	li.menu-item-61 a /*Contact*/{
		background-color: #8a54c5;
		color: #FFFFFF;
		border-top: 0px;
		padding: 10px 20px;	
	}
	
	.navbar {
		background-image: none;
	}
	
	td.year {
		border: 0px;
		padding: 6px 0px 0px 0px;
		vertical-align: top;
		width: 80px;
	}
}

/* Mobile devices */
@media (max-width: 359px) {

	.error404 .page-title:before {
		font-size: 220px !important;
		content: "\f423";
		clear: both;
	}

	.error404 .page-content {
		margin: 0 auto;
		width: 100%;
		padding-top: 70px;
	}
}