/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: Mierisch-EDV & Online-Profession GmbH & Co. KG
Author URI: https://online-profession.de/
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-text p, .fusion-post-content-container p {
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: 400;
	color: black;
	letter-spacing: 1px;
	line-height: 2;
}

main#main {
	margin-top: 0;
}

/* #region Header */
header .fusion-logo img {
	height: 85px !important;
}

header.fusion-is-sticky .fusion-logo {
	display: none;
}

header.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-mobile-nav-holder {
	margin-top: 0;
}
/* #endregion */

.post-template-default.single-post article h1 {
	margin-left: 30px;
	margin-right: 30px;
}

.blog-grid-overview article {
	transition: all 0.5s;
}

.blog-grid-overview article:hover {
	transform: scale(1.05);
}

/* #region schmierstoffe Tabelle */
.table-3 th {
	background: #333;
	font-size: 1em;
	font-weight: bold;
	vertical-align: middle;
	color: #FFF;
	padding: 10px 5px;
	line-height: 1.1em;
	font-family: var(--nav_typography-font-family);
}

.table-3 thead th:first-child {
	width: 20%;
}

.table-3 thead th:nth-child(2) {
	width: 22%;
}

.table-3 thead th:nth-child(3) {
	width: 22%;
}

.table-3 thead th:nth-child(4) {
	width: 36%;
}

.table-3 tbody > a {
	display: table-row;
}

.table-3 tbody tr:nth-child(odd) {
	background: #DCDCDC;
}

.table-3 tbody > a:hover, .table-3 tbody tr:hover {
	border: 2px solid #FFDD09;
	outline: 2px solid #FFDD09;
}

.table-3 tbody td {
	padding: 10px 5px;
	font-size: 0.75em;
	vertical-align: top;
}

.table-3 tbody td:first-child *:not(pre) {
	font-size: 1.1em;
	font-weight: 500;
	margin: 12px 0;
	font-family: var(--h3_typography-font-family);
}

.table-3 tbody td pre {
	display: inline;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	font-family: var(--nav_typography-font-family);
}
/* #endregion */

/* #region Footer */
.footer-bottom {
	background-color: rgb(0 0 0 / 91%);
    padding: 15px 0 5px;
}

#footer-info {
    /* display: flex; */
    /* justify-content: center; */
	/* max-width: 55.7%; */
	white-space: pre;
	color: #666;
}

.footer-container {
	width: 63%;
	margin: auto;
	
}

#footer-info a {
	color: #666;
	font-weight: bold;
	white-space: break-spaces;
}
/* #endregion */