/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 14 2024 | 20:53:37 */
/* Boxen */
.hwk-noborder {
	padding: 0;
	background: #fff;
    -webkit-box-shadow: 1px 1px 6px rgba(127,127,127,0.3);
    box-shadow: 1px 1px 6px rgba(127,127,127,0.3);
}

/* Sidebar mit Content-Boxen */


@media only screen and (max-width: 980px) {

.hwk-page-sidebar.hwk-page-sidebar-box {
	margin: 0 -15px;
	width: calc(100% + 30px);
	border-top: none;
	padding-top: 15px;
}

.hwk-page-sidebar.hwk-page-sidebar-box .et_pb_module {
	display: flex;
	flex-flow: column wrap;
	flex-basis: 50%;
	width: 50%;
	padding: 15px;
	margin-bottom: 0;
	height: 100%;
	}

}

@media only screen and (max-width: 640px) {

.hwk-page-sidebar.hwk-page-sidebar-box {
	margin: 0;
	width: 100%;
}

.hwk-page-sidebar.hwk-page-sidebar-box .et_pb_module {
	display: flex;
	flex-flow: column wrap;
	flex-basis: 100%;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 0;
	height: 100%;
	}

}	
	
/* Akkordeon */

.hwk-acc {
	box-shadow: 1px 1px 6px rgb(127 127 127 / 30%);
	-webkit-box-shadow: 1px 1px 6px rgb(127 127 127 / 30%);
}

.hwk-acc .et_pb_accordion_item {
	margin: 0 !important;
	padding: 20px 25px;
	background: #ffffff;
	border: none;
	border-top: 1px solid #d0e3f9;
	-webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.hwk-acc .et_pb_accordion_item:first-child {
	border-top: none;
}

.hwk-acc .et_pb_toggle_close:hover {
	background: #f3f6fa;
}

.hwk-acc .et_pb_toggle_open .et_pb_toggle_title,
.hwk-acc .et_pb_toggle_close .et_pb_toggle_title {
	color: #252525 !important;
	font-size: 20px;
}

.hwk-acc .et_pb_toggle_close .et_pb_toggle_title:before {
    font-size: 24px !important;
    color: #408fe5;
	font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    content: "\f0fe";
} 

.hwk-acc .et_pb_toggle_content {
	font-size: 16px;
	line-height: 1.5em;
}

.hwk-acc .et_pb_toggle_content hr {
	border-top: 1px solid #d0e3f9;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin: 1em 0;
	padding: 0;
}

/* Umschalter */

.hwk-toggle-wrapper {
	box-shadow: 1px 1px 6px rgb(127 127 127 / 30%);
	-webkit-box-shadow: 1px 1px 6px rgb(127 127 127 / 30%);
}

.hwk-toggle-wrapper .et_pb_toggle_item {
	margin: 0 !important;
	padding: 20px 25px;
	background: #ffffff;
	border: none;
	border-top: 1px solid #d0e3f9;
	-webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.hwk-toggle-wrapper .et_pb_toggle_item:first-child {
	border-top: none;
}

.hwk-toggle-wrapper .et_pb_toggle_close:hover {
	background: #f3f6fa;
}

.hwk-toggle-wrapper .et_pb_toggle_open .et_pb_toggle_title,
.hwk-toggle-wrapper .et_pb_toggle_close .et_pb_toggle_title {
	color: #252525 !important;
}

.hwk-toggle-wrapper .et_pb_toggle_close .et_pb_toggle_title:before,
.hwk-toggle-wrapper .et_pb_toggle_open .et_pb_toggle_title:before {
    font-size: 24px !important;
    color: #408fe5;
	font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.hwk-toggle-wrapper .et_pb_toggle_close .et_pb_toggle_title:before {
	content: "\f0fe";
}

.hwk-toggle-wrapper .et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\f146";
}

.hwk-toggle-wrapper .et_pb_toggle_content {
	font-size: 87.5%;
	line-height: 1.5em;
}

/* Textblöcke */

.hwk-text-headline {
	font-size: 16px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #408fe5;
    display: block;
    line-height: 1.1em;
	font-weight: 700;
}

.hwk-text-member {
	display: inline-block;
	margin: 0;
	padding: 0 40px 1em 0;
}

.hwk-text-nospace {
	display: block;
	margin: 0;
	padding: 0;
}

.hwk-text-space {
	display: block;
	margin: 0;
	padding: 8px 0 0;
}

.hwk-text-listspace {
	display: block;
	margin: 0;
	padding: 4px 0 0;
}

[class*="hwk-text"] span {
	font-weight: 500;
}

[class*="hwk-text"] a,
[class*="hwk-text"] span a {
	text-decoration: none;
    border-bottom: 1px #444 dotted;
    color: #408fe5;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

[class*="hwk-text"] a:hover,
[class*="hwk-text"] span a:hover {
    background: #d0e3f9;
}

/* YouTube iFrame */


/* Video */

.hwk-video-container {
	border: none;
	background: #454545;
  box-shadow: 1px 1px 6px rgb(127 127 127 / 30%);
  -webkit-box-shadow: 1px 1px 6px rgb(127 127 127 / 30%);
	position: relative;
	padding-bottom: 56%; /* 16/9 Video */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.hwk-video-container iframe,  
.hwk-video-container object,  
.hwk-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Floating */

.hwk-container {
	display: block;
	margin: 2em 0 0;
	padding: 0;
}


/* Spalten */

.hwk-rows {
	display: flex;
	flex-flow: row nowrap;
	width: 100;
	margin: 0;
	padding: 0;
}

.hwk-row-50 {
	display: flex;
	flex-basis: 50%;
	margin: 0;
	padding: 0;
}


.hwk-row-left {
	padding-right: 2.5%;
}


.hwk-row-right {
	padding-left: 2.5%;
}

@media only screen and (max-width: 767px) {

.hwk-rows,	
.hwk-row-50 {
	display: block;
	text-align: center;
	width: 100%;
	margin: 30px auto 0 auto !important;
	padding: 0;
}


.hwk-row-left {
	padding-right: 0;
}


.hwk-row-right {
	padding-left: 0;
	margin-top: 30px;
}	
	
}

/* Suchergebnisse */

.hwk-search-results,
.hwk-search-results .et_pb_ajax_pagination_container,
.hwk-search-results .et_pb_ajax_pagination_container article {
	margin: 0;
	padding: 0;
}


.hwk-search-results article .entry-title {
	font-size: 18px;
	color: #252525;
    line-height: 1.25em;
    font-weight: 700;
    display: block;
    padding: 5px 30px 0 50px;
    margin: 0;
    position: relative;
}

.hwk-search-results article .entry-title a,
.hwk-search-results article .entry-title a:hover {
	text-decoration: none;
	background: none;
	border: none;
}

h4.not-found-title {
	padding: 15px 20px 1em 20px;
	font-size: 18px;
	border-top: 1px solid #d0e3f9;
}

h4.not-found-title + p {
	padding: 0 20px 20px 20px !important;
	font-size: 16px;
	line-height: 1.5em;
}

.hwk-search-results .et_pb_ajax_pagination_container article {
	-webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
	padding: 15px 0;
	border-top: 1px solid #d0e3f9;
}

.hwk-search-results .et_pb_ajax_pagination_container article .post-content,
.hwk-search-results .et_pb_ajax_pagination_container article .post-content-inner {
	margin: 0;
	padding: 0;
}

.hwk-search-results .et_pb_ajax_pagination_container article .post-content p {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #444444!important;
    display: block;
    padding: 0.5em 30px 0 50px;
    margin: 0;
    position: relative;
}

.hwk-search-results .et_pb_ajax_pagination_container article:hover {
	background: #f3f6fa;
}

.hwk-search-results article .entry-title:before {
    content: "\E072";
    position: absolute;
    font-family: "HWK IconFont";
    top: 8px;
    left: 20px;
    font-size: 112.5%;
	color: #408fe5;
	font-weight: 500;
}

.hwk-search-results article.mitarbeiter .entry-title:before {
    content: "\E008";
}

.hwk-search-results article.post .entry-title:before {
    content: "\E022";
	left: 22px;
}

.hwk-search-results article.page .entry-title:before {
    content: "\2000";
	left: 18px;
}

/* Buttons */

/* Manuell erstelle Buttons - Code */

.hwk-buttons {
	margin: -15px -10px !important;
	padding: 0 !important;
	width: calc (100% + 20px) !important;
}

.hwk-buttons a {
	text-decoration: none !important;
	border: 0 !important;
	outline: none !important;
	font-size: 100%;
	-webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.hwk-buttons a button {
	text-decoration: none !important;
	border: 0 !important;
	outline: none !important;
	font-size: 100%;
	background: #408fe5;
	color: #ffffff;
	padding: 6px 12px;
	margin: 15px 10px;
	-webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.hwk-buttons a button:hover {
	background: rgba(64,143,229,0.8);
}

/* Galerie */

.et_post_gallery {
	margin: 0 -10px !important;
	width: calc(100% + 20px);
	padding: 0 !important;
	display: flex;
	flex-flow: row wrap;
	float: none;
}

.et_post_gallery .et_gallery_item {
	display: flex !important;
	padding: 10px !important;
	margin: 0 !important;
	float: none !important;
	flex-basis: 33.3333% !important; 
}

.et_post_gallery .et_gallery_item a {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.et_post_gallery .et_gallery_item .et_portfolio_image {
	margin: 0 !important;
	padding: 0 !important;
}

.et_post_gallery .et_gallery_item .et_portfolio_image img {
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	width: 100%;
	height: auto;
	border: none;
}

.et_post_gallery .et_pb_gallery_caption,
.et_post_gallery .et_overlay {
	display: none;
	visibility: hidden;
}

.hwk-galerie-text {
	font-size:87.5%;
	line-height: 1.5em;
	padding-top: 1em;
}

@media only screen and (max-width: 767px) {

.et_post_gallery {
	margin: -5px !important;
	width: calc(100% + 10px);
}	
	
.et_post_gallery .et_gallery_item {
	padding: 5px !important;
	flex-basis: 50% !important; 
}	
	
}
