/* remove hover & click dotted borders ---------------------------------------- */

a,input,button,select,option,a:active,input:active,button:active,select:active,option:active,a:focus,input:focus,button:focus,select:focus,option:focus{outline:none;outline-color:transparent;border:none;border-color:transparent;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none}a::-moz-focus-inner,input::-moz-focus-inner,button::-moz-focus-inner,select::-moz-focus-inner,option::-moz-focus-inner{outline:none;outline-color:none;border:none}img{border:none}

/* bootstrap elements --------------------------------------------------------- */

.alert {
	padding: .75rem 1.25rem 0;
}
.alert-light {
	background-color: #fafafa;
	border-color: #eee;
}
.alert-link {
    font-weight: inherit;
}
.alert-primary .alert-link,
.alert-secondary .alert-link,
.alert-success .alert-link,
.alert-danger .alert-link,
.alert-warning .alert-link,
.alert-info .alert-link,
.alert-light .alert-link {
	color: #212529;
}
.alert-dark .alert-link {
	color: #fff;
}

/* body ----------------------------------------------------------------------- */

body {
	font-family: OpenSans, sans-serif;
	font-weight: 300;
}

/* header --------------------------------------------------------------------- */

header#startpage {
	position: relative;
	background-color: #fff;
	height: 250px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-top: 80px;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
header#startpage video {
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
header#startpage .container {
	position: relative;
	z-index: 2;
}
header#startpage .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('../images/startpage-lines.png') transparent repeat-y center center scroll;
	z-index: 1;
}
@media (pointer: coarse) and (hover: none) {
	header#startpage {
		background: url('../images/startpage-header.jpg') black no-repeat left center scroll;
	    background-size: cover;
	}
	header#startpage video {
		display: none;
	}
}
header#startpage h2.display-3 {
	margin-bottom: 0 !important;
	font-size: 2rem;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
header#startpage h3 {
	font-weight: 300;
	font-family: OpenSans, sans-serif !important;
	font-size: 1.51rem;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
header#startpage .startpage-logo {
	width: auto;
	height: 128px;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
@media (min-width: 480px){
	header#startpage {
		height: 300px;
	}
	header#startpage h2.display-3 {
		font-size: 2.2rem;
	}
	header#startpage h3 {
		font-size: 1.66rem;
	}
	header#startpage .startpage-logo {
		height: 168px;
	}
}
@media (min-width: 768px){
	header#startpage {
		height: 350px;
		margin-top: 0;
	}
	header#startpage h2.display-3 {
		font-size: 2.5rem;
	}
	header#startpage h3 {
		font-size: 1.89rem;
	}
	header#startpage .startpage-logo {
		height: 172px;
		margin-top: 30px;
	}
}
@media (min-width: 992px){
	header#startpage {
		height: 450px;
	}
	header#startpage h2.display-3 {
		font-size: 3rem;
	}
	header#startpage h3 {
		font-size: 2.26rem;
	}
	header#startpage .startpage-logo {
		height: 256px;
		margin-top: 30px;
	}
}
@media (min-width: 1200px){
	header#startpage {
		height: 550px;
	}
	header#startpage h2.display-3 {
		font-size: 3.5rem;
	}
	header#startpage h3 {
		font-size: 2.64rem;
	}
	header#startpage .startpage-logo {
		height: 256px;
	}
}

/* menu ----------------------------------------------------------------------- */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
}
body.node_2 .start-header .navbar-brand {
	opacity: 0;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
body.node_2 .start-header.scroll-on .navbar-brand {
	opacity: 1;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
.start-header.scroll-on .navbar-brand img {
	height: 28px;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
.navigation-wrap {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
.navbar {
	padding: 0;
}
.navbar-brand {
	font-family: InknutAntiqua, sans-serif;
}
.navbar-brand img {
	height: 52px;
	width: auto;
	display: inline-block;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
	vertical-align: -17px;
}
.start-header.scroll-on .navbar-brand img {
	vertical-align: -7px;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #212529;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #212529;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.start-header.scroll-on .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #212529;
}
.start-header.scroll-on .navbar-light .navbar-toggler-icon:after,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:before {
	background-color: #212529;
}
.navbar-light .navbar-toggler-icon:after {
	top: 8px;
}
.start-header.scroll-on .navbar-light .navbar-toggler-icon:hover,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:active,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:focus,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:hover:active,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:active:focus {
	border-bottom: 1px solid #ee3a43;
}
.start-header.scroll-on .navbar-light .navbar-toggler-icon:hover:after,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:active:after,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:focus:after,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:hover:active:after,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:active:focus:after,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:hover:before,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:active:before,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:focus:before,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:hover:active:before,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:active:focus:before {
	background-color: #ee3a43;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
.start-header.scroll-on .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link {
	color: #212529 !important;
	font-weight: 500;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav-item:hover .nav-link,
.nav-item.active .nav-link {
	color: #ee3a43 !important;
}
.start-header.scroll-on .nav-link {
	color: #212529 !important;
}
.start-header.scroll-on .nav-item:hover .nav-link,
.start-header.scroll-on .nav-item.active .nav-link {
	color: #ee3a43 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: block;
}
@media (min-width: 768px) { 
	body.node_2 .nav-link {
		text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
	}
}
body.node_2 .start-header.scroll-on .nav-link {
	text-shadow: none;
}

.nav-item {
	position: relative;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav-item.show .dropdown-menu {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 0.9rem;
	letter-spacing: 1px;
	color: #212121;
	background-color: rgba(255, 255, 255, 1);
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 15px 0 rgba(138, 155, 165, 0.3);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #ee3a43;
	background: transparent;
}
.dropdown-item.active, .dropdown-item:active {
	color: #ee3a43;
	background-color: #fff;
}
@media (max-width: 767.98px) { 
	.start-header.bg-light {
		background-color: #fff !important;
	}
	.start-header.scroll-on {
		background-color: #fff !important;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.nav-item.single::before {
		display: none;
	}
	.nav-link {
		color: #212121 !important;
	}
	body.node_2 .start-header .navbar-brand {
		opacity: 1;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
}
@media (min-width: 768px) {
	body.node_2 .nav-link {
		color: #fff !important;
	}
	.start-header {
		font-family: OpenSansCondensed, sans-serif;
	}
	body.node_2 .start-header {
		box-shadow: none;
	}
	.start-header.bg-light {
		background-color: #fff !important;
		box-shadow: 0 5px 15px 0 rgba(138, 155, 165, 0.2);
	}
	body.node_2 .start-header.bg-light {
		background-color: transparent !important;
	}
	.start-header.scroll-on,
	body.node_2 .start-header.scroll-on {
		padding: 5px 0;
		-webkit-transition : all 0.2s ease-out;
		transition : all 0.2s ease-out;
		box-shadow: 0 5px 15px 0 rgba(138, 155, 165, 0.3);
	}
	.start-header.scroll-on.bg-light,
	body.node_2 .start-header.scroll-on.bg-light {
		background-color: #fff !important;
	}
}
@media (min-width: 992px) {
	.start-header {
		font-family: OpenSans, sans-serif;
	}
}

/* footer --------------------------------------------------------------------- */

footer {
	margin-top: 1rem;
	/*box-shadow: 0 -20px 20px 0 rgba(138, 155, 165, 0.15);*/
	box-shadow: 0 -5px 15px 0 rgba(138, 155, 165, 0.3);
}
footer .link-to-top {
	opacity: 0;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
footer .link-to-top.show {
	opacity: 1;
}
footer a {
	color: #212529 !important;
	text-decoration: none;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
footer a:hover,
footer a:active,
footer a:hover:active {
	color: #ee3a43 !important;
	text-decoration: none;
}

/* content -------------------------------------------------------------------- */

.container.content {
	margin-top: 100px;
	min-height: 65vh;
}
body.node_2 .container.content {
	margin-top: 0;
}

/* html elements -------------------------------------------------------------- */

.font-alter {
	font-family: InknutAntiqua, sans-serif;
}
.text-default {
	color: #212529;
}
.linkcursors {
	cursor: hand; cursor: pointer;
}
b {
	font-weight: 700 !important;
}

/* headers */

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6,
.content .h1, .content .h2, .content .h3, .content .h4, .content .h5, .content .h6 {
	font-family: InknutAntiqua, sans-serif;
	margin-bottom: 1rem;
}
.content .h1, .content h1 {
    margin-bottom: 2rem;
}
.content .h2, .content h2 {
    font-size: 2rem;
}
.content .h3, .content h3 {
    font-size: 1.8rem;
}
.content .h4, .content h4 {
    font-size: 1.6rem;
}
.content .h5, .content h5 {
    font-size: 1.4rem;
}
.content .h6, .content h6 {
    font-size: 1.4rem;
}

/* links */

.content a {
	color: #246aaf;
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration-color: rgba(36,106,175,0.3);
	text-decoration-thickness: .05em;
	text-underline-offset: 3px;
}
.alert-primary .alert-link,
.alert-secondary .alert-link,
.alert-success .alert-link,
.alert-danger .alert-link,
.alert-warning .alert-link,
.alert-info .alert-link,
.alert-light .alert-link {
	text-decoration-color: rgba(0,0,0,0.2);
}
.content a:hover, .content a:focus {
	color: #ee3a43;
	text-decoration-color: #ee3a43;
}

/* lists */

.content ul {
	list-style: none;
	padding-left: 1.5rem;
}
.content ul > li {
	display: table-row;
}
html.ua-ie .content ul > li {
	display: inline-block;
}
.content ul > li::before {
	content: "\f192";
	font-family: "Font Awesome 5 Free", sans-serif;
	display: table-cell;
	padding-right: 5px;
	text-align: right;
	font-size: 0.5rem;
	position: relative;
	top: -3px;
	font-weight: 900;
	opacity: 0.75;
}
.content ul ul > li::before {
	content: "\f192";
	font-weight: 500;
}
.content .bootstrap-select ul {
	list-style: inherit;
	padding-left: inherit;
}
.content .bootstrap-select ul > li {
	display: inherit;
}
.content .bootstrap-select ul > li::before {
	content: inherit;
	display: inherit;
	padding-right: inherit;
	text-align: inherit;
}
.content ol {
	padding-left: 1.5rem;
	counter-reset: li;
}
.content ol > li {
	display: table-row;
}
.content ol > li::before {
	counter-increment: li;
	content: counter(li) ") ";
	display: table-cell;
	padding-right: 5px;
	text-align: right;
	font-family: Roboto,Arial,sans-serif;
}
.content ol.abc-lower > li::before {
	content: counter(li, lower-alpha) ") ";
}
.content ol.abc-upper > li::before {
	content: counter(li, upper-alpha) ") ";
}
.content ol.roman-nums > li::before {
	content: counter(li, upper-roman) ") ";
}

/* pagination */

.content ul.pagination li::before {
	display: none;
}
.content ul.pagination a {
	color: #246aaf;
	text-decoration: none;
	background-image: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition:	all 0.2s ease;
	-ms-transition:		all 0.2s ease;
	-o-transition:		all 0.2s ease;
	transition:			all 0.2s ease;
}
.content ul.pagination .page-link {
	border: 1px solid #ccc !important;
}
.content ul.pagination .page-link:focus {
	box-shadow: none;
}
.content ul.pagination .page-item.active .page-link {
	color: #fff;
	background-color: #246aaf;
}
.content ul.pagination .page-link:hover {
	color: #fff;
	background-color: #ee3a43;
}
.content ul.pagination .page-item.disabled {
	cursor: not-allowed;
}

/* marks */

.mark, mark {
	padding: 0;
	background-color: #ffe77f;
}

/* tables */

.content .table {
	width: auto;
	margin: 0 auto 1rem;
}
.content .table tr th.thead-dark {
	color: #fff;
	background-color: #246aaf;
	border-color: #fff;
}
.content .table-striped tbody tr {
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
.content .table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0,0,0,.05);
}
.content .table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0,0,0,.085);
}

.content table.nodesign > tbody > tr > td {
	padding: 0 0.5rem;
}

/* horizontal rule */

.content hr {
	border-top: 1px solid #ccc;
}

/* sup, sub */

.content sub, .content sup {
	font-size: 75%;
}

/* small texts */

.small, small {
	font-size: 80%;
}

/**/

.fa.simple.text-link {
	color: #246aaf;
}
.fa-stack .fa-square.text-link {
	color: #246aaf;
}

/* data types, views ---------------------------------------------------------- */

/* object alignz */

.content a.float-left,
.content .fa-stack.float-left {
	margin: 0.25rem 1rem 1rem 0;
}
.content a.float-right,
.content .fa-stack.float-right {
	margin: 0.25rem 0 1rem 1rem;
}
.content .embeddedmedia.float-left,
.content .embeddedmedia.float-right {
	float: none !important;
	width: 100%;
	margin: 0.25rem 0 1rem 0;
}
@media (min-width: 576px){
	.content .embeddedmedia.float-left {
		float: left !important;
		margin: 0.25rem 1rem 0.2rem 0;
	}
	.content .embeddedmedia.float-right {
		float: right !important;
		margin: 0.25rem 0 0.2rem 1rem;
	}
	.content .embeddedmedia.float-left,
	.content .embeddedmedia.float-right {
		width: 50%;
	}
}
.content div.object-center {
	text-align: center;
	margin: 0 0 1rem 0;
	padding: 0;
}
.content div.object-center.embeddedmedia {
	width: 100%;
}
.content div.object-center.video-sizing {
	margin: 0 auto 1rem;
}

/* images - float */

.content .float-left .content-view-embeddedmedia .class-image .attribute-image {
	padding: 0.25rem 1rem 1rem 0;
}
.content .float-right .content-view-embeddedmedia .class-image .attribute-image {
	padding: 0.25rem 0 1rem 1rem;
}

/* images - signs */

.content a.icon-zoom,
.content a.icon-link {
	position: relative;
	display: inline-block;
}
.content a.icon-zoom::before,
.content a.icon-link::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	font-size: 1rem;
	line-height: 1.3rem;
	text-align: center;
	width: 30px;
	color: #fff;
	background: rgba(36,106,195,0.5);
	padding: 4px 0;
	-webkit-border-bottom-left-radius: .25rem;
	-moz-border-radius-bottomleft: .25rem;
	border-bottom-left-radius: .25rem;
	-webkit-transition: all 0.2s ease;
	-moz-transition:	all 0.2s ease;
	-ms-transition:		all 0.2s ease;
	-o-transition:		all 0.2s ease;
	transition:			all 0.2s ease;
}
html.ua-ie .content a.icon-zoom::before,
html.ua-ie .content a.icon-link::before {
	height: 30px;
}
.content a.icon-zoom::before {
	content: "\f00e";
}
.content a.icon-link::before {
	content: "\f0a6";
}
html.ua-ie .content a.icon-zoom::before,
html.ua-ie .content a.icon-link::before {
	line-height: 20px;
}
.content a.icon-zoom:hover::before,
.content a.icon-link:hover::before {
	color: #fff;
	/*background: #246aaf;*/
	background: #ee3a43;
}
.content a.icon-zoom.noicon::before,
.content a.icon-link.noicon::before {
	content: "";
	padding: 0 0 0 0;
}
.content a.icon-zoom img,
.content a.icon-link img {
	position: relative;
}
.content a.icon-zoom::after,
.content a.icon-link::after {
	display: block;
	position: absolute;
	content: " ";
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-transition: all 0.2s ease;
	-moz-transition:	all 0.2s ease;
	-ms-transition:		all 0.2s ease;
	-o-transition:		all 0.2s ease;
	transition:			all 0.2s ease;
}
.content a.icon-zoom:hover::after,
.content a.icon-link:hover::after {
	/*background-color: rgba(36,106,195,0.3);*/
	background-color: rgba(238,58,67,0.3);
}

/* full view */

.content-view-full::after {
	display: block;
	content: "";
	clear: both;
}

/* line view */

.content .content-view-children {
	margin-top: 1.75rem;
}
.content .content-view-line {
	margin-bottom: 1.75rem;
}
.content .content-view-line h1,
.content .content-view-line h2,
.content .content-view-line h3,
.content .content-view-line h4,
.content .content-view-line h5,
.content .content-view-line h6,
.content .content-view-line p,
.content .card.highlight h1,
.content .card.highlight h2,
.content .card.highlight h3,
.content .card.highlight h4,
.content .card.highlight h5,
.content .card.highlight h6,
.content .card.highlight p {
	margin-bottom: 0.4rem;
}
.content .content-view-line .h1, .content .content-view-line h1 {
	font-size: 2rem;
}
.content .content-view-line .h2, .content .content-view-line h2 {
	font-size: 1.75rem;
}
.content .content-view-line .h3, .content .content-view-line h3 {
	font-size: 1.5rem;
}
.content .content-view-line .h4, .content .content-view-line h4 {
	font-size: 1.25rem;
}
.content .content-view-line .h5, .content .content-view-line h5 {
	font-size: 1rem;
}
.content .content-view-line a.icon-zoom,
.content .content-view-line a.icon-link {
	margin-bottom: 0.4rem;
}
@media (min-width: 576px)	{
	.content .content-view-line a.icon-zoom,
	.content .content-view-line a.icon-link {
		max-width: 170px;
		height: auto;
		margin: 0.25rem 0 0.2rem 1rem;
	}
	.content .content-view-line .class-image a.icon-zoom,
	.content .content-view-line .class-image a.icon-link {
		max-height: inherit;
		max-width: inherit;
		margin: 0;
	}
}
/*.content .content-view-line .class-image a.icon-zoom img,
.content .content-view-line .class-image a.icon-link img {
	max-height: inherit;
}*/

/* cardz */

.content .card {
	-webkit-transition: all 0.2s ease;
	-moz-transition:	all 0.2s ease;
	-ms-transition:		all 0.2s ease;
	-o-transition:		all 0.2s ease;
	transition:			all 0.2s ease;
}
.content .card.float-left {
	margin: 0.25rem 1rem 1rem 0;
}
.content .card.float-right {
	margin: 0.25rem 0 1rem 1rem;
}
.content .card .card-body {
	padding-bottom: 0.25rem;
}
.content .card.mx-auto {
	margin-bottom: 1rem;
}

/* media player */

.plyr *,
.plyr .plyr__tab-focus {
	box-shadow: none !important;
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded="true"] {
	background: #246aaf;
}
.plyr--full-ui input[type="range"] {
	color: #246aaf;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded="true"] {
	background: #246aaf;
}
.plyr__control--overlaid {
	background: rgba(36,106,195,0.5);
}

/* gallery */

.content .row.gallery {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
.content .row.gallery > [class^="col-"],
.content .row.gallery > [class*=" col-"] {
	padding-right: 1px;
	padding-left: 1px;
}
.content .gallery_bg {
	width: 100%;
	height: 253px !important;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
@media (min-width: 576px){
	.content .gallery_bg {
		height: 238px !important;
	}
}
@media (min-width: 768px){
	.content .gallery_bg {
		height: 218px !important;
	}
}
@media (min-width: 992px){
	.content .gallery_bg {
		height: 223px !important;
	}
}
@media (min-width: 1200px){
	.content .gallery_bg {
		height: 268px !important;
	}
}
.content .gallery_bg a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-image: none;
	background-size: inherit;
	background-position: inherit;
	background-repeat: inherit;
	background-color: transparent;
	border-bottom: none;
}
@media (min-width: 576px){
	.content .just-1 .gallery_bg {
		max-width: 253px !important;
	}
}
@media (min-width: 768px){
	.content .just-1 .gallery_bg {
		max-width: 253px !important;
	}
}
@media (min-width: 992px){
	.content .just-1 .gallery_bg {
		max-width: 230px !important;
	}
}
@media (min-width: 1200px){
	.content .just-1 .gallery_bg {
		max-width: 275px !important;
	}
}

/* per page elements ---------------------------------------------------------- */

body.node_2 h1 {
	display: none;
}

body.node_7607 .content-view-children .content-view-line h2 {
	font-size: 1.5rem;
}







.vjs-playing .vjs-big-play-button {
	opacity: 0 !important;
	transition: opacity 0.2s linear !important;
}
.vjs-paused .vjs-big-play-button {
	opacity: 1 !important;
	transition: opacity 0.2s linear !important;
}