#content_area a[id]::before {
	content: '';
	display: block;
	height: 81px;
	margin: -81px 0 0;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 12345;
}

.b3 #topnav,
.sticky #topnav.fixed-top {
	background-color: #f8f9fa;
}

#topnav .container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1260px;
}

#topnav .navigation-menu > li.leftline a {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 31px;
	border-left: 1px solid rgba(255,255,255,0.65);
	margin-top: 32px;
}
.b3 #topnav .navigation-menu > li.leftline a,
.sticky #topnav .navigation-menu > li.leftline a {
	border-color: #000;
}


#plain {
	height: 100%;
	position: relative;
}

#plain #container {
	height: 100vh;
}

#plain #footer {
	bottom: 0;
	width: 100%;
}

@media (max-width: 992px) {
	#plain #container #content_area {
		padding-top: 82px;
	}
}
@media (min-width: 993px) {
	#plain #container #content_area {
		padding-top: 20vh;
		min-height: calc(100vh - 10.1rem);
	}
	#u84 #plain #container #content_area {
		padding-top: 10vh;
	}
}

#u88 #plain #container .content_container {
	text-align: center;
}

#plain .first_image {
	display: block;
	width: 100%;
	height: 40vh;
}

.content .tx-srfeuserregister-pi1 .submitform {
    position: relative;
    right: 80px;
}


#mtness{}

.login fieldset {
	display: flex;
	flex-flow: column;
	gap: 1rem;
	max-width: 32rem;
}
.login fieldset > div {
	display: flex;
	justify-content: end;
}
.login label {
	display: inline-block;
	min-width: 14rem;
}

.login .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 1.125;
	color: #fffcff;
	border: 2px solid #e34e1c;
	font-size: 15px;
	transition: all 0.5s;
	border-radius: 3px;
	background-color: #e34e1c;
	letter-spacing: 1px;
	padding: 14px 45px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.login .btn:hover {
color: #ffffff;
	outline: none;
	background-color: rgba(227,78,28,0.3);
	text-decoration: none;
	box-shadow: none;
}


/* ------------------------------------------------------------------------- */ /* main navigation: son of suckerfish dropdowns */

nav ul {
    list-style: none;
    padding: 0;
    border: 0;
    margin: 0;
}
nav li a {
    text-decoration: none;
}


@media (min-width: 769px) {
    nav li {
        float: left;
        padding: 0;
    }

    nav li ul {
        position: absolute;
        left: -999em;
        top: 3.75em;
        height: auto;
        width: 26em;
        font-weight: normal;
        margin: 0;
        margin-left: -1em;
        padding: 0;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
		columns: 2;
    }

    nav li li {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #topnav .navigation-menu > li ul a,
    nav li ul a {
        width: 100%;
        padding: .75em 1em;
        color: #444;

    }

    nav li ul ul {
        margin: -1.25em 0 0 7.5em;
    }

    nav li:hover ul ul, nav li:hover ul ul ul, nav li.sfhover ul ul, nav li.sfhover ul ul ul {
        left: -999em;
    }

    nav li:hover ul, nav li li:hover ul, nav li li li:hover ul, nav li.sfhover ul, nav li li.sfhover ul, nav li li li.sfhover ul {
        left: auto;
    }

    nav li:hover, nav li.sfhover {
        /*background: #2b2b2b;*/
    }
    nav li ul li:hover  {
        background-color: #e34e1c;
        border-radius: 3px;
    }
    #topnav .navigation-menu > li ul a:hover,
    nav li a:hover {
        color: #fff;
    }

    nav li li a:hover {
        color: #000;
    }
}

@media (max-width: 768px) {
    nav ul {
        margin-top: 100px;
        font-size: 18px;
    }

    header #dl-menu #nav {
        max-width: 480px;
        background: #000;
        min-height: 100vh;
    }

    .dd #nav > ul {
        margin-left: 0;
    }
    #nav > ul > li {
        display: block;
        float: left;
        overflow: hidden;
    }
    #nav ul {
        margin-left: 0;
        display: block;
        height: unset;
        width: 100%;
        list-style: none;
    }
    #nav ul li {
        float: none;
        padding: 0 0 0 0;
        text-transform: none;
        text-align: left;
        line-height: unset;
    }
    header #nav ul li:last-child {
        border-bottom: 0;
    }

    #nav ul li a {
        display: inline-block;
        margin: 4px 0;
        /* border-top: 1px solid #dcdcdc; */
        width: 100%;
        width: calc( 100% - 94px );
        text-decoration: none;
    }

    #nav ul ul {
        position: relative;
        max-height: 0;
        overflow: hidden;
        transition: all .5s ease-in-out;
        left: auto;
        opacity: 1;
        padding: 0;
        box-shadow: unset;
        margin: 0;
    }

    #nav ul ul li {
        display: block;
    }

    #nav ul ul li a {
        padding: 4px 10px 4px 40px;
        /* border-bottom: 1px solid #efefef; */
        width: 100%;
        text-transform: unset;
        text-align: left;
        font-size: inherit;
    }
    #nav ul ul li:first-child a {
        border-top: 0;
    }
    #nav ul ul li:last-child {
        margin-bottom: 10px;
    }

    #nav ul ul ul {
        padding: 0 0 0 40px;
        max-height: unset;
    }
    #nav ul ul ul a {
    }
    #nav ul ul ul ul {
        display: none;
    }

    #nav ul li span.trigger {
        display: inline-block;
        width: 20px;
        height: 30px;
        cursor: pointer;
        background-position: center;
        position: relative;
        top: 6px;
        transition: all .125s ease-in-out;
        padding: 0;
        background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30.729" height="30.729" style="enable-background:new 0 0 30.729 30.729" xml:space="preserve"><path style="fill:%232C420C;" d="M24.813 15.366 10.185 29.997a2.494 2.494 0 0 1-1.768.731 2.5 2.5 0 0 1-1.769-4.267l11.095-11.096L6.649 4.268A2.501 2.501 0 0 1 10.185.732l14.628 14.634z"/></svg>'); /* found here: https://www.svgrepo.com/vectors/arrow/ */
        background-repeat: no-repeat;
        background-size: 66%;
    }
    #nav ul li span.trigger.active {
        transform: rotate(90deg);
    }

    #nav ul li span.trigger.active + ul {
        display: block;
        margin: 0 0 10px;
        max-height: 100vh;
    }

    #nav ul li.icon-arrow-small_solid_invers,
    #nav ul li.icon-arrow-small_solid {
        background: none;
    }

}


/* ------------------------------------------------------------------------- */

.frame header > * {
	text-align: center;
	margin-bottom: 1.5rem;
}


.text-center {
	text-align: center;
}

.text-center h3 {
	margin-bottom: .5rem;
}

.title-desc {
	margin-bottom: 1.5rem;
}

.title-icon {
	position: relative;
}
.title-icon::after {
	content: "";
	position: absolute;
	top: 1px;
	right: 40px;
	width: 40px;
	height: 2px;
	background: #dadada;
}
.title-icon::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 40px;
	width: 40px;
	height: 2px;
	background: #dadada;
}

.title-icon i {
	font-size: 40px;
	color: #e34e1c;
	line-height: 0.5;
}

/* ------------------------------------------------------------------------- */

.spec.features {
	margin: 90px 0 0;
}

.spec.features ul {
	margin: 0 0 30px;
	padding: 0;
	columns: 320px 3;
}

.spec.features ul li {
	list-style: none;
	margin: 0 10px 20px;
	padding: 0;
	border: 2px solid #9ac53d;
	background-color: #9ac53d;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	font-weight: 400;
	line-height: 3em;
	height: 3em;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	box-sizing: border-box;
}

.spec.features ul li a {
	color: inherit;
	text-decoration: none;
	display: block;
}
.spec.features ul li:hover {
	color: #9ac53d;
	background-color: rgba(154,197,61,0.1);
}


/* ------------------------------------------------------------------------- */

.interface_pictures {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: calc(100% + 20px);
	margin: 20px -10px;
}

.interface_pictures .image {
	margin: 10px;
}

.interface_pictures .image img {
	display: block;
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}

.interface_pictures .image figcaption {
	font-size: 0.9em;
}


/* ------------------------------------------------------------------------- */

.content ul.f3-widget-paginator {
	display: flex;
	padding-left: 0;
	border-radius: 0.25rem;
	margin: 4rem auto;
	justify-content: center;
}

.content ul.f3-widget-paginator li {
	background: none;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0 4px;
	text-align: center;
	list-style: none;
}

.content ul.f3-widget-paginator li a {
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-decoration : none;
	color: inherit;
	display : inline-block;
}

.content ul.f3-widget-paginator li a i {
	font-style: normal;
}

.content ul.f3-widget-paginator li.current {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #6c757d;
	width: 38px;
	height: 38px;
	line-height: 38px;
}
.content ul.f3-widget-paginator li.disabled {
	z-index: 2;
	color: #ccc;
	text-decoration: none;
}
.content ul.f3-widget-paginator li a:hover {
	z-index: 2;
	color: #6c757d;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

/* ------------------------------------------------------------------------- */  /* login fix */

.row.login {
	text-align: center;
	margin: 0;
}

.frame-type-felogin_login .form-group,
.frame-type-felogin_login .mb-3 {
	margin-bottom: .33rem;
}

.frame-type-felogin_login label {
	display: inline-block;
	width: 6rem;
}

.frame-type-felogin_login input[type=submit] {
	cursor: pointer;
	margin-top: 1rem;
	border: 0;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 1.5;
	color: #fffcff;
	font-size: 15px;
	transition: all 0.5s;
	border-radius: 3px;
	background-color: #e34e1c;
	letter-spacing: 1px;
	padding: .5rem 3rem;
	text-decoration: none;
	text-transform: uppercase;
}

/* ------------------------------------------------------------------------- */ /* datatables */

.dt-container {
	margin-bottom: 4rem;
}

.dt-container table.ce-table {
	margin-bottom: 0;
}

div.dt-container div.dt-layout-row {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
}

div.dt-container .dt-length {
	display: flex;
	flex-flow: row-reverse;
}
div.dt-container .dt-length label {
	padding-right: .5rem;
}


/* ------------------------------------------------------------------------- */
