/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.1
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
a {
	transition: all 0.3s
}
a:hover {
	color: #B9B18B
}

// Styles for the table on Funding/Forderung pages
.table-special  {
    padding-right: 11px;
}
.table-special .tbody-row td:first-child {
    font-weight: 700;
}
.table-special th  {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    text-align: left;
    text-transform: uppercase !important;
    border-width: 3px !important;
}
.table-special th label  {
    margin-bottom: 0;
}
.table-special td  {
    border-left: none !important;
    border-right: none !important;
    vertical-align: top !important;
    text-decoration: uppercase !important;
}
.table-special tr th:first-child {
    width: 26%;
}
.table-special tr th:nth-child(2) {
    width: 40%;
}

.fl-node-9qp287lguh5a, .fl-node-x1lg3vcwbkza, .fl-node-cn2iqpdfvus7, .fl-node-ln64pg913dja, .fl-node-5cxzn3vwq6is, .fl-node-0vcfjnp1h58r {
	padding-left: 20px;
	padding-right: 20px;
}

.toc-last-image-wrapper {
	width: 21% !important;
}
