/*
 Theme Name:   Stahr Master
 Theme URI:    https://generatepress.com
 Description:  Theme für "..."
 Author:       Ralf Stahr
 Template:     generatepress
 Version:      1.0
*/

/*NOTE: Allgemeine Klassen ------------------------ */

@font-face { font-family: 'OpenSans-Regular';
             src: url('/wp-content/fonts/open-sans/OpenSans-Regular.ttf') format('truetype');
}
@font-face { font-family: 'OpenSans-Semibold';
             src: url('/wp-content/fonts/open-sans/OpenSans-Semibold.ttf') format('truetype');
}

@font-face { font-family: 'OpenSans-Bold';
             src: url('/wp-content/fonts/open-sans/OpenSans-Bold.ttf') format('truetype');
}
@font-face { font-family: 'Amaranth-Bold';
             src: url('/wp-content/fonts/amaranth/Amaranth-Bold.otf') format('opentype');
}
@font-face { font-family: 'QwitcherGrypen-Regular';
             src: url('/wp-content/fonts/Qwitcher_Grypen/QwitcherGrypen-Regular.ttf') format('truetype');
}


.site-header {
	border-bottom: 4px solid var(--orange);
	/*box-shadow: 0px 15px 10px -15px #111;*/
}

.main-title {
	font-family: "Amaranth-Bold", sans-serif;
}

.site-description {
	padding-bottom: 12px;
}


.main-navigation .main-nav ul li:not([class*="current-menu-"]) > a {
	border-bottom: 4px solid var(--weiss);
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
	border-bottom: 4px solid var(--blau);
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a, 
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a {
	border-bottom: 4px solid var(--orange);
}

pre {
	background: #eee;
	font-family: Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}

code, kbd, tt, var {
	font: 15px Monaco, monospace;
}


body,
button,
input,
select,
textarea {
    font-family: "OpenSans-Regular", sans-serif;
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
}


body,
p {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.8em;
  color: #222222;
}

a,
button,
input {
	transition:color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a, a:visited, a:hover, a:focus {
	text-decoration: none;
}

.main-title {
	word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Amaranth-Bold", sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

h1 {
	font-size: 35px;
	margin-bottom: 20px;
	line-height: 1.2em;
}

h2 {
	font-size: 25px;
	margin-bottom: 20px;
	line-height: 1.2em;
}

h3 {
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
h3.widget-title {
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.2em;
}

h4, h5, h6 {
	margin-bottom: 20px;
}


b,
strong {
	font-family: "OpenSans-Bold", sans-serif;
}

.main-navigation a {
	font-size: 18px;
}

.main-title a {
	text-decoration: none !important;
}

.widget ul li {
	padding-bottom: 12px;
	padding-left: 13px;
	list-style: square;
	margin-left: 20px;
}

ul li::marker {
  color: var(--orange);
}

.widget ol {
	margin-left: 26px;
	padding-bottom: 30px;
}
ol li::marker {
  color: var(--schwarz);
}

.unterschrift p {
	font-family: "QwitcherGrypen-Regular", sans-serif;
	color: var(--blau);
	font-size: 4em;
	line-height: 0.8em;
	margin-bottom: 5px;
}

.site-info p,
.site-info a,
.copyright-bar,
.inside-footer-widgets p {
	color: var(--weiss);
}

.claim p {
	font-family: "Amaranth-Bold", sans-serif;
	font-size: 48px;
	margin-bottom: 0px;
	line-height: 1.8em;
	color: var(--weiss);
}


/*NOTE: Startseiten-Hero -------------------------- */
.menu-toggle {
	font-size: 24px;
}

.inside-header {
	padding-top: 25px;
	padding-bottom: 0px;
    background-color: #ffffff;
    opacity: 1;
}

.starttext {
	background-color: #f7f8eb;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #190595;
	box-shadow: 0px 0px 10px 2px #ababab;
	width: 100%;
	max-width: 300px;
}


.site-footer {
	margin-top:20px;
}

ul#breadcrumbs {
    list-style: none;
    margin: 0px;
}
@media (max-width: 768px) {
  ul#breadcrumbs {
    list-style: none;
    margin: 10px;
  }
}


@media (min-width: 768px) and (max-width: 1023px) {
.tablet-grid-50 {
	float: left;
    width: 30%;
    }
}



.captcha-image svg {
	width: 40px !important;
	height: 40px !important;
	color: #666 !important;
}

.captcha-image {
	margin: 20px 0px !important;
	width: 100%;
	max-width: 706px !important;
	border: 1px solid #ccc !important;
}

@media (max-width: 375px) {
	.captcha-image {
		margin: 20px 0px !important;
		width: auto;
		max-width: 300px !important;
	}
}
@media (min-width: 376px) and (max-width: 414px) {
	.captcha-image {
		margin: 20px 0px !important;
		width: auto;
		max-width: 340px !important;
	}
}
@media (min-width: 415px) and (max-width: 768px) {
	.captcha-image {
		margin: 20px 0px !important;
		width: 100%;
		max-width: 670px !important;
	}
}
@media (min-width: 769px) and (max-width: 800px) {
	.captcha-image {
		margin: 20px 0px !important;
		width: auto;
		max-width: 490px !important;
	}
}
.captcha-image .cf7ic_instructions span {
	color: #222222 !important;
	font-weight: 700 !important;
}


/*NOTE: Tablepress */
.tablepress tfoot th, .tablepress thead th {
background-color: #2f9399 !important;
color: #fff !important;
}

.tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc {
background-color: #2f9399 !important;
color: #fff !important;
}
.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
background-color: #34a2a9 !important;
color: #fff !important;
}

.column-3 {
	text-align: center !important;
	font-size: smaller;
}


/*NOTE: Borlabs Cookie */

._brlbs-btn {
	font-size: 14px !important;
}
._brlbs-btn-accept-all {
	font-size: 16px !important;
}