@import "./widgets/heading-widget.css";
@import "./widgets/hero-banner-widget.css";
/* Classes for Elementor Layout Settings */

.e-con.contact .e-con-inner {
	position: relative;
	overflow: visible !important;
}

.contact .e-con-inner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 400px;
	top: 50%;
	transform: translate(10%, -50%);
	background: url(../img/SJD_Piktogramm_blau.svg) no-repeat;
	background-position: center center;
}

.twocol .contact .e-con-inner::before {
	width: 400px;
	height: 400px;
	top: 60%;
	transform: translate(-28%, -60%);
}
@media screen and (max-width:981px) {
	.contact .e-con-inner::before {
		transform: translate(15%, -50%);
	}
	.twocol .contact .e-con-inner::before {
		width: 500px;
		height: 420px;
		top: 60%;
		transform: translate(-30%, -60%);
	}
	.elementor-heading-title, h1, h2 {hyphens: auto;}
	h2 {font-size: 2rem !important; line-height: 1.2 !important;}
	h3 {font-size: 1.6rem !important; line-height: 1.2 !important;}
}
@media screen and (max-width: 767px) {
	.e-con.contact .e-con-inner::before {
		width: 400px;
		height: 400px;
		transform: translate(0%, -15%);
	}
	.twocol .contact .e-con-inner::before {
		width: 150%;
		height: 400px;
		top: 100%;
		transform: translate(0%, -70%);
	}
}

/* Quadmenu */

#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content {
	padding: 5px 0px !important;
}

#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > a, #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > form {
	font-weight: 500;
}

#quadmenu .quadmenu-dropdown-menu>ul {
	/* max-width: 1140px !important;
	margin: auto !important; */
	padding-bottom: 40px;
}

#quadmenu .quadmenu-dropdown-menu::before {
	content: "";
	background: white;
	position: absolute;
	left: -1000px;
	right: -1000px;
	bottom: 0;
	top: 0;	
}

#quadmenu.quadmenu-sticky-top {
	box-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;
}

#quadmenu .quadmenu-item-object-column ul li.quadmenu-item-object-widget .widget_text {
	margin-top: 20px !important;
}

#quadmenu .quadmenu-item-object-column ul li.quadmenu-item-object-widget .widget_text p {
	margin-bottom: 0px !important;
}

#quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav .quadmenu-row > li:first-child .quadmenu-item-widget.widget_text {
	display: none;
}

#quadmenu .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content {
	padding: 10px;
}

/** Tablepress **/

table caption+thead tr:first-child td, 
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
	border: none !important;	
}

.tablepress>:not(caption)>*>* {
	padding: 15px 25px !important;
	font-size: 24px;
}

.tablepress tbody tr:first-child>* {
	padding-top: 60px !important;
}

.tablepress tbody tr:last-child>* {
	padding-bottom: 60px !important;
}

.tablepress th {
	text-transform: uppercase;
	color: #ffffff !important;
	background: var(--e-global-color-primary) !important;
}

.tablepress th.column-1 {
	font-size: 36px;
}

.tablepress thead {
	border-left: 1px solid var(--e-global-color-primary);
	border-right: 1px solid var(--e-global-color-primary);
}

.tablepress tbody {
	border: 1px solid #B2B2B2;
	border-top: none;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th,
table tbody tr:hover>td, table tbody tr:hover>th {
	background-color: unset !important;
}

.tablepress>:where(thead)+tbody>:where(:not(.child))>*, .tablepress>tbody>*~:where(:not(.child))>*, .tablepress>tfoot>:where(:first-child)>* {
	border-top: unset !important;
}