.hentry {
  padding-bottom: 0;
}

footer.entry-meta {
  margin-top: 0;
}

.widget {
  background-color: transparent;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 0;
  padding-top: 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
  max-width: 1080px;
}

.entry-title {
  text-align: center;
}

.site-info {
  display: none;
}

.site-footer .widget {
  width: calc(100% - 40px);
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 40px;
}

.site-footer .widget a {
  color: #f7f5e7;
}

.site-footer .sidebar-container {
  background-color: #6f6f6f;
}

.wptb-table-container  table td,
.wptb-table-container  table {
  border: none !important;
}

.preislistentabelle table tr th:first-child,
.preislistentabelle table tr td:first-child {
  width: 250px;
}

.preislistentabelle table tr th:nth-child(2),
.preislistentabelle table tr td:nth-child(2) {
  width: 150px;
}

/*Cookiebanner*/

.cky-modal.cky-modal-open button.cky-btn:hover {
  background-color: #1863DC !important;
  background: #1863DC !important;
  color: #fff !important;
}
/*Responsive*/
@media (max-width: 1200px) {
		.site-header {
			background-size: auto 15vw;
			background-position:100% 0;
		}
		.site-header .home-link {
			height: 15vw;
			min-height: unset;
		}
}
@media (max-width: 780px) {
		.werkstatt .sow-features-list .textwidget {
			width: 100%;
			text-align: center;
		}
		.werkstatt .sow-features-list .textwidget h3.sow-features-feature-title {
			margin-top:0;
			margin-bottom: 10px;
		}
		h5.sow-features-feature-title {
			margin-top:10px !important;
		}
}
@media (max-width: 768px) {
		.site-header {
			background-size: auto 15vw;
			background-position:100% 0;
		}
		.site-header .home-link {
			height: 15vw;
		}
}

@media (max-width: 643px) {
		.home #content .entry-header {
			margin-bottom: 0;
		}
		h1, h1.entry-title {
			font-size: 28px;
		}
		h2 {
			font-size: 22px;
			margin:0;
		}
		h3 {
			font-size: 20px;
			margin:0;
		}
		.site-header .home-link {
			height: 75px;
		}
		.site-header {
			background-size: auto 85px;
			background-position:90% 0;
		}
		
}