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

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

#DR_Diagnoza header img {
	height: 5em;
}

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

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

.diag-header {
	margin: -.8em 0;
	background-color: white;
}
.diag-header h1 {
	padding: 1em;
	font-size: 1.3em;
}

.diag-project-hero {
	border: none;
}

.diag-project-hero h2 {
	width: 100%;
    margin: 1em auto;
}

.diag-project-hero h3 {
	width: 100%;
}

.diag-project-hero p {
	width: 100%;
}

.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;
}

.diag-project-content {
	overflow: hidden;
	max-height: auto;
	font-weight: lighter;
	transition: max-height 1s;
	margin-bottom: 3em;
}
.diag-project-content p {
	margin-top: 1em;
	font-weight: 100;
}
.diag-project-content ul {
	list-style: none;
}
.diag-project-content ol {
	list-style-type: decimal;
}
.diag-project-content ul li, .diag-project-content ol li {
	display: block;
	margin-left: 1em;
	margin-top: .4em;
	margin-bottom: .4em;
}
.diag-project-content ul li:before {
	content: "•";
	margin-left: -.4em;
	margin-right: .4em;
}
.diag-project-content ol li {
	display: list-item;
	list-style-position: inside;
}
.diag-project-content ol li:before {
	margin-left: -.4em;
	margin-right: .4em;
}

.diag-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;
}
.diag-footer-bar img {
	height: auto;
	filter: none;
}

#DR_EFS main .diag-project-hero:nth-child(even),
#DR_EFS main .diag-project-hero:nth-child(even) .diag-header {
	background-color: #E5E5E5;
}

#DR_EFS main .diag-project-hero:nth-child(even) .efs-slider:hover {
	background-color: #E5E5E5;
}

#DR_EFS .scroll-to-top-button {
	bottom: 4em;
}

.disclaimer h3 {
	color: red;
	text-transform: uppercase;
	padding-bottom: 0;
}

.disclaimer p {
	margin-top: 0;
	font-size: .9em;
}

.button.diagnosis {
	display: block;
	border: none;
}

.button.diagnosis.inactive {
	pointer-events: none;
	background-color: lightgray;
	color: white;
}

a {
	cursor: pointer;
	color: #D8394D;
	text-decoration: underline;
}

blockquote {
	font-style: italic;
	padding: 0 1em;
}

a.link-with-logo {
	transition: .3s;
	background-color: white;
	text-decoration: none;
	display: inline-block;
	width: 10em;
	padding: .5em 1em;
	margin: 0 .5em;
	vertical-align: middle;
}
a.link-with-logo:hover {
	box-shadow: #d8394d 0px 0px 1em 0px;
}

a.link-with-logo img {	
	width: 100%;
}

.required {
	color: red;
}

.form-main .nodisplay {
	display: none;
}

.form-main form {
	display: block;
	width: 100%;
}

.form-column {
	display: block;
	float: left;
	width: 100%;
	padding: 0 1em;
}

.form-main button {
	font: inherit;
	border: none;
	cursor: pointer;
}

.form-main label {
	display: block;
	width: 100%;
}

.form-main input {
	display: block;
	width: 100%;
	font: inherit;
	padding: .7em;
}

.form-column textarea {
	font: inherit;
	padding: .7em;
	margin-bottom: 1em;
	width: 100%;
	resize: none;
}

.form-main input, .form-column textarea {
	margin-top: .2em;
	border: solid 1px black;
	border-radius: .5em;
}

.form-main input[type=date] {
	text-transform: uppercase;
}

.form-checkbox-base {
	display: flex;
	width: 100%;
	padding-bottom: 1em;
}

.form-column .form-checkbox {
	display: block;
	height: 1.5em;
	width: 2em;
	margin-right: .5em;
}

.form-main #scriptTarget {
	width: 100%;
	height: 4em;
	border: none;
	overflow: hidden;
}

.form-main .form-row {
	display: flex;
	width: 100%;
}

#form-content {
	transition: opacity .3s;
}

#form-content.disabled {
	pointer-events: none;
	opacity: 0.4;
}

@media only screen and (min-width: 768px) {
	.diag-header h1 {
		font-size: 1.6em;
	}
	.diag-project-content {
		font-size: 1.2em;
	}
	.diag-footer-bar img {
		width: auto;
	}	
}

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

	.form-column {
		width: 50%;
	}
}