@charset "utf-8";
/* CSS Document */

#DR_ASYSTENT header {
	display: flex;
	vertical-align: middle;
	flex-flow: row;
	flex-wrap: wrap;
}

#DR_ASYSTENT header img {
	height: 4em;
}

#DR_ASYSTENT header h1 {
	margin-top: .5em;
	font-weight: bold;
}

#DR_ASYSTENT header > * {
	display: block;
	width: 100%;
}

.asystent-header {
	margin: -.8em 0;
	background-color: white;
}
.asystent-header h1 {
	padding: 1em;
	font-size: 1.3em;
}
.asystent-project-hero {
	border: thin dashed grey;
	border-top: none;
	display: block;
}
.efs-slider {
	width: 100%;
	height: 4em;
	padding: 0;
	text-align: center;
	color: white;
	cursor: pointer;
	transition: .3s;
	background-color: #D8394D;
}
.efs-slider:hover {
	background-color: white;
	color: black;
}
.efs-slider img {
	padding: 0 .5em;
	margin-top: 1em;
	height: 2em;
	transition: 0.3s;
	filter: brightness(6);
}
.efs-slider:hover img {
	filter: none;
}
.efs-slider.active img {
	transform:rotate(180deg);
}
.efs-slider.inquiry {
	height: auto;
	padding-top: .5em;
	padding-bottom: .5em;
}
.efs-inquiry {
	max-height: 0;
	transition: max-height 1s;
}
.efs-inquiry a:link, .efs-inquiry a:visited {
	color: #D8394D;
}

.asystent-project-content {
	display: block;
	width: 100%;
	padding: 0 2em 0;
	margin: 0;
	font-weight: lighter;
	transition: max-height 1s;
}
.asystent-project-content p {
	margin-top: 1em;
	font-weight: 100;
	width: 100%;
}
.asystent-project-content ul {
	list-style: none;
}
.asystent-project-content ol {
	list-style-type: decimal;
}
.asystent-project-content ul li, .asystent-project-content ol li {
	display: block;
	margin-left: 1em;
	margin-top: .4em;
	margin-bottom: .4em;
}
.asystent-project-content ul li:before {
	content: "•";
	margin-left: -.4em;
	margin-right: .4em;
}
.asystent-project-content ol li {
	display: list-item;
	list-style-position: inside;
}
.asystent-project-content ol li:before {
	margin-left: -.4em;
	margin-right: .4em;
}
.asystent-project-content p .material-icons {
	color: #d9374e;
	vertical-align: bottom;
}
.asystent-project-content p .material-symbols-outlined {
	color: #d9374e;
	vertical-align: bottom;
	font-size: revert-layer;
}
.asystent-project-content p a.button {
	display: inline-block;
	margin: 0.5em 0 0;
	color: white;
	text-decoration: none;
}
.asystent-project-content p a.button:hover {
	color: #d9374e;
}
.asystent-project-content p strong {
	font-weight: 700;
}

.asystent-footer-bar {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	margin-top: 1em;
	margin-left: -1em;
	padding: 1em;
	text-align: center;
	background-color: white;
	border-top: thin dashed grey;
}
.asystent-footer-bar img {
	height: 4em;
	filter: none;
}

.poster-container {
	width: 100%;
}

.poster-container img {
	width: 100%;
}

#scroll-to-main-text {
	display: block;
	position: fixed;
	font-size: 1.2em;
	right: 2em;
	bottom: 6em;
}

#scroll-to-main-text.hidden {
	display: none;
}


@media only screen and (min-width: 768px) {
	.asystent-header h1 {
		font-size: 1.6em;
	}
	.asystent-project-hero {
		display: flex;
	}
	.asystent-project-content {
		font-size: 1.2em;
		width: 50%;
		padding: 0 0 0 2em;
	}
	.asystent-footer-bar img {
		width: auto;
	}
	.poster-container {
		width: 50%;
	}
	#scroll-to-main-text {
		display: none;
	}
}

@media only screen and (min-width: 1024px) {
	.asystent-header h1 {
		font-size: 2em;
	}
}