/*
 Accordion
*/
.accordion-title {
	background-color: hsl(0,0%,90%);
	padding: 16px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 20px;
	color: hsl(0,0%,15%);
	border-top: 5px solid white;
	cursor: pointer;
}

.accordion-title.open {
	cursor: default;
}

.accordion-content {
	padding: 20px 16px;
	border: 1px solid hsl(0,0%,90%);
}

.accordion-content > ul {
	margin-bottom: 0;
}

.accordion-content > p:last-child {
	display: none;
}

/*
 About
*/
.about::after {
	content: '';
	display: table;
	clear: both;
}

.about__col {
	text-align: left;
}

.about__image {
	width: 50%;
	display: block;
	margin-bottom: 10px;
}

.about__caption {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.25;
	display: block;
}

@media only screen and (min-width: 32em) {
	.about__col {
		float: left;
	}
	
	.about__col--image {
		width: 25%;
	}
	
	.about__col--content {
		width: 75%;
		padding-left: 40px;
	}
	
	.about__image {
		width: 100%;
	}
}

.about__col > h2 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}

/*
	Header
*/
.site-header.dark {
	background-color: #536DFE;
}

/*
	Front-Page 01
*/
#front-page-1 .widgettitle {
	font-size: 24px;
}

#front-page-1 h2 {
	text-transform: uppercase;
	letter-spacing: .075em;
	font-weight: 600;
}

@media only screen and (min-width: 1024px) {
	#front-page-1 h2 {
		font-size: 64px;
	}
}

/*
	Front-Page 02
*/
.front-page-2 .textwidget {
	max-width: 720px;
	margin: 0 auto;
}

/*
	Front-Page 04
*/
.front-page-4 .wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.front-page-4 .widget ul li {
	padding-bottom: 0;
}

@media only screen and (min-width: 40em) and (max-width: 1023px) {
	.front-page-4 .widget:not(:first-child) {
	}
}

button, input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	border-radius: 1px;
	padding: 12px 25px;
}

.entry-title {
	font-weight: 600;
}

.entry-header::after {
	border-color: #536DFE;
}

/*
	Breadcrumbs
*/
.breadcrumb {
	font-size: 16px;
}

/*
	Footer Widgets
*/
.footer-widgets {
	background-color: #3D3D40;
}

.footer-widgets-1 .widget {
	font-size: .75em;
}

#menu-topthemen .menu-item {
/* font-size: 1em;
	display: inline-block;
	margin: 0 10px; */
}

@media only screen and (min-width: 48em) {
	.footer-widgets-1 .widget {
		float: left;
		width: 50%;
		text-align: left;
	}
	
	#menu-topthemen .menu-item {
	/* margin: 0 1em 0 0; */
	}
}

.footer-widgets-1 .widget-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1em;
	letter-spacing: .05em;
}

@media only screen and (min-width: 64em) {
	.footer-widgets-1 .widget {
		width: 25%;
	}
	
	.footer-widgets-1 .widget:first-child {
		width: 50%;
	}
}

/*
	Footer Navigation
*/
.site-footer {
	background-color: #19191A;
}

@media only screen and (min-width: 48em) {
	#menu-footer-navigation {
		text-align: left;
	}
	
	#menu-footer-navigation .menu-item:first-child > a {
		margin-left: 0;
	}
}

/*
	Scroll to Top
*/
.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 0;
	background-color: #536DFE;
	height: 48px;
	width: 48px;
	color: white;
	text-align: center;
	z-index: 5000;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 150ms ease-out;
}

@media only screen and (min-width: 48em) {
	.scroll-to-top {
		width: auto;
		padding: 0 16px;
		font-size: 14px;
		padding-top: 13px;
	}
}

.scroll-to-top--is-hidden {
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 150ms ease-out, transform 1ms 150ms linear;
}

.scroll-to-top > i {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
}

@media only screen and (min-width: 48em) {
	.scroll-to-top > i {
		position: static;
		transform: none;
	}
}

.scroll-to-top > span {
	display: none;
}

@media only screen and (min-width: 48em) {
	.scroll-to-top > span {
		display: inline;
		text-transform: uppercase;
		font-weight: bold;
		margin-left: 8px;
	}
}

/*
 USP Block
*/
#front-page-4 .widget {
	position: relative;
}

.usp {
}

h2.usp__headline {
	font-size: 24px !important;
	font-weight: 600;
	position: relative;
	padding-bottom: 20px;
}

.usp__headline::after {
	content: '';
	position: absolute;
	width: 24px;
	bottom: 0;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #536DFE;
}

.usp__list {
	font-size: 18px;
	padding-bottom: 50px;
}

.usp__list > li {
	position: relative;
	line-height: 24px;
	padding-top: 5px;
}

.button.usp__button {
	position: absolute;
	border-radius: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*
  Kontakt Flyout
*/
.contact-flyout {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 5000;
	width: 320px;
	transform: translateX(272px) translateY(28px) translateY(-50%);
	transition: transform 200ms ease-out;
}

@media only screen and (max-width: 1023px) {
	.contact-flyout {
		display: none;
	}
}

.contact-flyout--is-visible {
	transform: translateX(0) translateY(28px) translateY(-50%);
}

.contact-flyout__header {
	position: absolute;
	width: 48px;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #536dfe;
}

button.contact-flyout__toggle {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	font-size: 18px;
	border-radius: 0;
	outline: 0;
}

button.contact-flyout__toggle > i {
	transition: transform 250ms ease-out;
}

.contact-flyout--is-visible button.contact-flyout__toggle > i {
	transform: rotateZ(180deg);
}

h2.contact-flyout__headline {
	transform: rotateZ(-90deg);
	position: absolute;
	bottom: 64px;
	left: 52%;
	line-height: 1;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .055em;
	font-weight: bold;
	transform-origin: left center;
	margin: 0;
	color: white;
}

.contact-flyout__body {
	background-color: white;
	padding: 20px;
	margin-left: 48px;
	font-size: 16px;
	border: 2px solid #536dfe;
}

.contact-flyout__body h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact-flyout__body p {
	margin-bottom: 20px;
}

.contact-flyout__button {
	margin-top: 20px;
}

/*
 Client List
*/
.frontpage-clients .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.frontpage-clients .widget:not(:first-child) {
	float: left;
	width: 50%;
}

@media only screen and (min-width: 45em) {
	.frontpage-clients .widget:not(:first-child) {
		width: 33.333%;
	}
}

@media only screen and (min-width: 64em) {
	.frontpage-clients .widget:not(:first-child) {
		width: 25%;
	}
}

.client {
	max-width: 320px;
	margin: 0 auto;
}

.client__image {
	padding-top: 100%;
	position: relative;
}

.client__image > img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

.client__title {
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.25;
}

@media only screen and (min-width: 64em) {
	.client__title {
		font-size: 16px;
	}
}

/*
 Google Conversion Frame
*/

iframe[name="google_conversion_frame"] {
	height: 0;
	display: block;
	position: absolute;
}