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

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

#DR_PFRON header img {
	height: 4em;
}

#DR_EFS h1 {
	margin-top: .5em;
}

#DR_EFS main h1 {
	margin-bottom: .5em;
}

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

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

.praca-header {
	margin: -.8em 0;
	background-color: white;
}
.praca-header h1 {
	padding: 1em;
	font-size: 1.3em;
}
.praca-project-hero {
	border: thin dashed grey;
	border-top: none;
}
.praca-slider {
	width: 100%;
	height: 4em;
	padding: 0;
	text-align: center;
	color: white;
	cursor: pointer;
	transition: .3s;
	background-color: #D8394D;
}
.praca-slider:hover {
	background-color: white;
	color: black;
}
.praca-slider img {
	padding: 0 .5em;
	margin-top: 1em;
	height: 2em;
	transition: 0.3s;
	filter: brightness(6);
}
.praca-slider:hover img {
	filter: none;
}
.praca-slider.active img {
	transform:rotate(180deg);
}
.praca-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;
}

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

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

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

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

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

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

 button {
	font: inherit;
	border: none;
	cursor: pointer;
}

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

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

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

.cv-form button, .cv-form input[type=submit] {
	font: inherit;
	border: none;
	cursor: pointer;
	transition: .3s;
	background-color: #D8394D;
	color: white;
	margin-bottom: 1em;
}

.cv-form button:hover, .cv-form input[type=submit]:hover {
	background-color: white;
	color: #D8394D;
}

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

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

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

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

.cv-form input[type=file] {
	font: inherit;
}

.cv-form input[type=file]::file-selector-button {
	font: inherit;
	background-color: #E5E5E5;
	border: none;
	padding: 1em 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	cursor: pointer;
	transition: .3s;
}

.cv-form input[type=file]::file-selector-button:hover {
	background-color: #D8394D;
	color: white;
}

.cv-form .file-input-label .upload-notice {
	color: gray;
	transition: .3s;
}

.cv-form input.nodisplay {
	display: none;
}

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

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