/*
Datei: style.css
Theme Name: ggh_2021_3
Description: Gruson Gewaechshaeuser 2021
Author: Horst Schlemmer
Template: twentytwelve
Version: 1.0
*/

/*
1.  Grundsaetzliches
1.2 Schriften

html {
	font-size: 100%;
}

*/

/* Mobiles in Potrait mode */
@media only screen
and (max-width : 320px) {
html {
	font-size: 75%;
}
}
 
/* Mobiles in landscape mode */
@media only screen
and (min-width : 321px)
and (max-width : 699px) {
html {
	font-size: 85%;
}
}
 
/* Desktops and laptops computers */
@media only screen
and (min-width : 1224px) {
html {
	font-size: 100%;
}
}
 
/* very large screen devices */
@media only screen
and (min-width : 2000px) {
html {
	font-size: 150%;
}
}

/* Einbindung Schriften auf Server */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/open-sans-v34-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* Ende Einbindung Schriften */

body {
/*	font-family: Cambria, Cochin, Georgia, Times, serif; /*tahoma, arial, sans-serif;*/
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 1.1rem;
	line-height: 1.4em;
	background: #ffffff;
	text-rendering: optimizeLegibility;
	color: #444;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

h2, h3 {
	clear: both;
}

h1 {font-size: 1.9em; line-height: 1.3em; letter-spacing: 0.00em; color: #490}
h2 {font-size: 1.8em; line-height: 1.3em; letter-spacing: 0.00em; color: #490}
h3 {font-size: 1.6em; line-height: 1.2em; letter-spacing: 0.00em; color: #490}
h4 {font-size: 1.5em; line-height: 1.2em; letter-spacing: 0.05em;}
h5 {font-size: 1.3em; line-height: 1.1em; letter-spacing: 0.05em;}
h6 {font-size: 1.3em; line-height: 1.1em; letter-spacing: 0.05em;}
small {font-size: 0.7em; line-height: 0.5em; letter-spacing: 0em; color: #888888;}

body.custom-font-enabled {
	font-family: "Trebuchet MS", Tahoma, Arial;
}


.grau {
color: #888888;
}

/*
1.  Grundsaetzliches
1.3 Links
*/
a:link, a:visited {
color: #000; text-decoration: none;
}

a:hover {
color: #888888;
text-decoration: none;
}

a:active {
color: #888888; text-decoration: none;
}

#content a:link, #content a:visited {
color: #490; text-decoration: none;
}

#content a:hover {
color: #000000;
text-decoration: none;
}

#content a:active {
color: #480; text-decoration: none;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #490;
	line-height: 1.3em;
	margin: 0 0 20px 0;
}
/* Einschub Ueberschriften aus 2012 
 * -------------------------------- */
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 24px;
	font-size: 1.7rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 20px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.4rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	font-size: 1.2rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
	font-size: 1.2rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.846153846;
}
/* ------------------------ */

h3#comments-title,
.widget-title {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	margin-bottom: 0em;
	font-size: 1.5rem; line-height: 1.1em; letter-spacing: 0.00em;
	text-transform: none;
	font-weight: normal;
	color: #490;
}
.widget-area .widget h4 {
	margin-bottom: 2px;
	margin-bottom: 1.5rem;
	text-transform: none;
}
.widget-area .widget h3 {
	margin-bottom: 2px;
	margin-bottom: 1.4rem;
	text-transform: none;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 1.0rem;
	line-height: 1.4em;
}
.comment-content th {
	font-size: 0.9em;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: normal;
	color: #636363;
}

.archive-header, .page-header {
    margin-bottom: 10px;
    margin-bottom: 0.8rem;
    padding-bottom: 10px;
    padding-bottom: 0.8rem;
    border-bottom: 0px solid #ededed;
}
.archive-title {
    font-size: 1.4em; 
	line-height: 1.2em;
	font-weight: normal;
    text-transform: none;
	letter-spacing: 0.00em; 
	color: #490;
}

/*
1.  Grundsaetzliches
1.4 Listen, Tabellen, u.a.
*/

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #f8ffe8;  /* #f1f8e0; */
	padding: initial;
	vertical-align: top;
}
a img {
	border: none;
}

input,
textarea {
	color: #000;
}

hr {
	background-color: #ffffff;
	border: 0;
	clear: both;
	height: 1px;
	margin: 5px 0 15px 0;
}

p {
	margin-bottom: 10px;
	font-size: 1.0em;
}

ul{
    margin: 0 auto;
    padding: 0;
	list-style: square;
}

ol {
	list-style: decimal;
	margin: 0 0 25px 1.5em;
}
ol ol {
	list-style: decimal;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 1.4em;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #fff;
	color: #222;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #888888;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 1em;
	padding: 0.428571429rem;
}
/*
4.  Content
4.1 Brotkruemel
*/
#breadcrumb{
	color: #888888;
	margin-bottom: 10px;
	font-size: 0.85em;
}

/* Styles für Navigation aus 2012 
*/
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		background: #e1f6d5;
		font-size: 1.2em;
		line-height: 1.8;
		border-bottom: 3px solid #490;
		border-top: 3px solid #490;
		display: inline-block !important; 
		text-align: center;
		width: 100%;
	}

	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		margin-bottom: 0.1em;
		margin-top: 0.1em;
		font-size: 0.9em;
		line-height: 1.0;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #000; /*#6a6a6a; */
		line-height: 1.0;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0 12px 0 12px;
/*		margin: 0 1 0 0; */
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 105%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #f1f8e0;
		border-top: 3px solid #490; /*#ededed; */
		border-bottom: 3px solid #490;
		display: block;
	/*	font-size: 11px; */
		font-size: 0.9em;
		line-height: 1.381818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e1f6d5; 
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	
/* Minimum width of 600 pixels. 600 zu 700*/
@media screen and (min-width: 700px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 85%; /* 1300px;
		max-width: 68.571428571rem; 92.85714285714286rem; */
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	
	/*
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: center;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #000;
		line-height: 2.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0 16px 0 0;
		margin: 0 1.4285rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #000;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}
*/
/* Minimum width of 1500 statt 960 pixels. */
@media screen and (min-width: 1300px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}

/* Table */

.wp-block-table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

.wp-block-table th {
	border: 0;
	font-weight: bold;
	padding: 6px 10px 6px 0;
	text-transform: uppercase;
}

.wp-block-table td {
	border: 0;
	border-top: 1px solid #ededed;
	padding: 15px 12px 5px 12px;
	vertical-align: top;
	text-align: center;
}
wp-block-table.aligncenter td, {
	word-break: normal;
}

/* Head usw. Schatten */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 1px;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0);
}

img.alignright,
.wp-caption.alignright {
	margin: 2px 0 2px 24px;
	margin: 0.2rem 0 0.2rem 1.0rem;
}


/* Footer */
footer[role="contentinfo"] {
	border-top: 3px solid #490;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	text-align: center;
	line-height: 2;
	max-width: 960px;
	background-color: #2a6900;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #ffffff;
}
footer[role="contentinfo"] a:hover {
	color: #ffffff;
}
.site-info span[role=separator] {
	padding: 0 0.3em 0 0.6em;
}
.site-info span[role=separator]::before {
	content: '\002f';
}

/* Auszug Beitrag Startseite */

.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #000;
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.71; 
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #000;
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.71; 
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 1em 1em 1em 1em;
}

/* Anpassungen Kalender */

.tribe-events-c-events-bar__views { 
	visibility: hidden; 
	}
.tribe-events-sub-nav li a {
	background:#fff;
	color:#fff;
	display:block;
	padding:10px 20px;
	position:relative;
	white-space:normal;
	}
.tribe-common-h3 {
	color: #490; 
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; 
	font-size: 2em;
	}
h2.tribe-events-schedule__datetime{
	display:block;
	font-style:normal;
	font-family:"Trebuchet MS", Tahoma, Arial;
	color:#000;
	font-weight:700;
	line-height:normal;
	margin-bottom:0;
	margin-top:0;
	}
.tribe-events-pg-template {
	background-color:var(--tec-color-background-events);
	padding:0px 10px 10px;
	}

.site-content article {
    border-bottom: 4px double #ededed;
    margin-bottom: 1px;
    margin-bottom: 0.1rem;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* Ausblenden Captcha */
.grecaptcha-badge { visibility: hidden; }
.rc-anchor-container { visibility: hidden; }

/*
.entry-author-link, 
.entry-date,
.footer.entry-meta { display: none; }
*/
.entry-meta {
display:none;
}
 /* Kontakt-Formular */
.wpcf7 input[type="url"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"] {
    direction: ltr;
	background: #f9f9f9;
    border: 1px solid #888888;
    box-shadow: inset 1px 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgb(0 0 0 / 10%);
    font-size: 1em;
    padding: 0.428571429rem;
}