/*===========================================================
   Packages: StatsFloorball
   Author: Stasoso
   File Description : Main css file of the template
   since: 1.0.0
	
=================================================
  Table of Contents
=================================================

	1. Basic
	2. Helpers Classes
	3. Layouts
		3.1 Side Navigation
		3.2 Docs Content
            3.2.1 Login
			3.2.2 Frontend
			3.2.2 Backend
				3.2.2.1 
		3.3 Section Divider
	4. Header
		4.1 Main Navigation
	5 Elements
		5.1 List Style
		5.2 Form
		5.3 Accordion & Toggle
		5.4 Nav
		5.5 Tabs
		5.6 Popup Img
		5.7 Featured Box
	6 Footer
		6.1 Social Icons
		6.2 Back to Top
	7 Extra

=======================================================*/

/*===========================================================

    1. Basics

=======================================================*/
@import "https://fonts.googleapis.com/css?family=Jost:900,800,700,600,400,300,200,100";

:root {
	--sta-blue: #0d6efd;
	--sta-indigo: #6610f2;
	--sta-purple: #6f42c1;
	--sta-pink: #d63384;
	--sta-red: #dc3545;
	--sta-orange: #fd7e14;
	--sta-yellow: #ffc107;
	--sta-green: #198754;
	--sta-teal: #20c997;
	--sta-cyan: #0dcaf0;
	--sta-black: #000;
	--sta-white: #fff;
	--sta-gray: #6c757d;
	--sta-gray-dark: #343a40;
	--sta-gray-100: #f8f9fa;
	--sta-gray-200: #e9ecef;
	--sta-gray-300: #dee2e6;
	--sta-gray-400: #ced4da;
	--sta-gray-500: #adb5bd;
	--sta-gray-600: #6c757d;
	--sta-gray-700: #495057;
	--sta-gray-800: #343a40;
	--sta-gray-900: #212529;
	--sta-primary: #ffc279;
	--sta-primary-200: #e2ac6a;
	--sta-primary-300: #A47C4C;
	--sta-primary-400: #88673F;
	--sta-primary-500: #6C5232;
	--sta-primary-600: #503D25;
	--sta-primary-700: #322617;
	--sta-secondary: #244d59;
	--sta-third: #cee2c3;
	--sta-sidebar: #7d9ea7;
	--sta-success: #198754;
	--sta-background: #f8f9fa;
	--sta-info: #0dcaf0;
	--sta-warning: #ffc107;
	--sta-danger: #dc3545;
	--sta-inaktiv: #6c757d;
	--sta-light: #f8f9fa;
	--sta-dark: #212529;
	--sta-font-sans-serif: jost, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--sta-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--sta-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--sta-body-font-family: var(--sta-font-sans-serif);
	--sta-body-font-size: 1rem;
	--sta-body-font-weight: 400;
	--sta-body-line-height: 1.5;
	--sta-body-color: var(--sta-gray-800);
	--sta-body-bg: var(--sta-white);
	--sta-border-width: 1px;
	--sta-border-style: solid;
	--sta-border-color: #dee2e6;
	--sta-border-color-translucent: rgba(0, 0, 0, 0.175);
	--sta-border-radius: 0.375rem;
	--sta-border-radius-sm: 0.25rem;
	--sta-border-radius-lg: 0.5rem;
	--sta-border-radius-xl: 1rem;
	--sta-border-radius-2xl: 2rem;
	--sta-border-radius-pill: 50rem;
	--sta-heading-color: var(--sta-gray-800);
	--sta-link-color: var(--sta-gray-800);
	--sta-link-hover-color: #0a58ca;
	--sta-code-color: #d63384;
	--sta-highlight-bg: #fff3cd;
	--sta-header-bg-color: #ffc279;
	--sta-footer-bg-color: #244d59;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
}
  
html{

    text-rendering:optimizeLegibility!important;
    -webkit-font-smoothing:antialiased!important;
}
body{
	margin: 0;
	font-family: var(--sta-body-font-family);
    font-size: var(--sta-body-font-size);
    font-weight: var(--sta-body-font-weight);
    line-height: var(--sta-body-line-height);
    color: var(--sta-body-color);
    text-align: var(--sta-body-text-align);
    text-rendering: optimizeLegibility;
    background-color: var(--sta-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100vh;
    -webkit-overflow-scrolling:touch;
	overflow-y:hidden;
}
.body {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (orientation: portrait) {
    body {
        height: 100vw;
        -webkit-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        -o-transform:rotate(90deg);
        transform:rotate(90deg);
    }

    body.ballbesitz, body.tv {
        height: 100vh;
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--sta-heading-color);
	text-align: center;
	font-weight: 800;
}
h1, .h1 {
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
	  font-size: 2.5rem;
  }
}
h2, .h2 {
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
	  font-size: 2rem;
  }
}
h3, .h3 {
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
	  font-size: 1.75rem;
  }
}
h4, .h4 {
	font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
	  font-size: 1.5rem;
  }
}
h5, .h5 {
	font-size: 1.25rem;
}
h6, .h6 {
	font-size: 1rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 18px;
}
b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}
a {
	color: var(--sta-link-color);
	text-decoration: none;
	  touch-action: manipulation;
  }
  a:hover {
	color: var(--sta-link-hover-color);
  }
  
  a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
  }
  pre,
  code,
  kbd,
  samp {
	font-family: var(--sta-font-monospace);
	font-size: 1em;
  }
  
  pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 0.875em;
  }
  img,
  svg {
	vertical-align: middle;
  }
.text-uppercase {
	text-transform: uppercase;
}
.float-right {
	float: right !important;
}
.float-left {
	float: left !important;
}
.rounded-circle {
	border-radius: 50% !important;
}
/*===========================================================

    2. Helpers Classes

=======================================================*/
.jconfirm .row {
	justify-content: center;
}

/*===========================================================

    3. Layouts

=======================================================*/

/*===========================================================

    3.1 Side Navigation

=======================================================*/
.sidebar {
	background: var(--sta-sidebar);
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	text-align: center;
	width: 65px;
	height: 100%;
}
.sidebar nav {
	position: relative;
}
.sidebar nav .menu-options {
	color: #fff;
	font-size: 1.25em;
	list-style: none;
	padding: 0;
}
.sidebar nav .menu-options li {
	padding: 8px;
	box-sizing: border-box;
	margin: 10px;
}
.sidebar nav .menu-options li i {
	color: var(--sta-white);
}

.sidebar nav .menu-options li.selected i {
	color: var(--sta-footer-bg-color);
}
.sidebar nav .menu-options li:hover {
	cursor: pointer;
}
.sidebar nav .menu-options li:hover i {
	color:var(--sta-header-bg-color);
}


/*===========================================================

    3.2.2.1 

=======================================================*/
#dashboard .main-content {
	margin-left: 65px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: calc(100% - 150px);
	background-color: #f8f8f8;
}
#dashboard h3 {
	font-size: 1.2rem;
}
.card-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	padding-left: 0;
	padding-right: 0;
}
.card-wrapper > * {
	padding-right: calc(1.5rem * 0.5);
	padding-left: calc(1.5rem * 0.5);
	margin-top: 0;
	margin-bottom: 20px;
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: thin solid #d4d4d4;
	border-radius: 7px;
	margin-bottom: 24px;
	box-shadow: 0 0 2px 0 rgba(130,122,122,0.1);
}
.card-animate {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
	padding-bottom: 0;
}
.avatar-sm {
	height: 3rem;
	width: 3rem;
}
.avatar-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(109,97,234,0.18);
	color: #fff;
	display: flex;
	font-weight: 700;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	cursor: pointer;
}
.avatar-title i {
	display: inline-block;
	line-height: 1;
	text-transform: none;
	speak-as: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #6d61ea;
	margin: 0;
}
.avatar-title:hover {
	background-color: #6d61ea;
}
.avatar-title:hover i {
	color: white;
}
.card-body h6 {
	font-weight: 500;
	text-align: left;
}
.card-body .card-text-main {
	font-size: 1.4rem !important;
	margin-bottom: 1rem;
	text-align: left;
}
.text-muted {
	color: #6c757d;
}
.badge {
	display: inline-block;
	padding: 0.6em 0.7em;
	font-size: 75%;
	font-weight: 700;
	color: #6d61ea;
	background-color: rgba(109,97,234,0.18);
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	cursor: pointer;
}
.badge:hover {
	background-color: #6d61ea;
	color: white;
}
.dropdown-flag .nav-link {
	padding: 18px 26px;
	margin-top: 5px;
	line-height: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	background: 0 0;
	border: 0;
	transition: all .3s ease-in-out;
	z-index: 2;
}
.icon-flag {
	height: 32px;
	width: 32px;
}
.object-fit-cover {
	object-fit: cover !important;
}
.dropdown-flag .dropdown-flag-menu {
	box-shadow: rgba(145,158,171,0.2) 0px 0px 2px 0px, rgba(145,158,171,0.12) 0px 12px 24px -4px;
	border-radius: 7px;
	border: 1px solid var(--sta-border-color);
	background-clip: padding-box;
	background-color: white;
	list-style: none;
	text-align: left;
	font-size: 0.875rem;
	margin: 0;
	padding: 0;
	min-width: 200px;
	display: none;
	z-index: 1000;
	position: absolute;
	top: 80px;
	-webkit-animation: animation-dropdown-menu-fade-in .2s ease 1, animation-dropdown-menu-move-up .2s ease-out 1;
	animation: animation-dropdown-menu-fade-in .2s ease 1, animation-dropdown-menu-move-up .2s ease-out 1;
}
[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}
.country-body {
	height: 210px;
	max-height: 360px;
}
.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
	margin: 0;
}
.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
}
.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}
.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}
.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: auto;
	overflow: hidden;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.simplebar-content {
	padding: 0;
}
.dropdown-flag-menu .dropdown-flag-item {
	display: flex;
	width: 100%;
	padding: 10px 15px;
	clear: both;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: 8px;
	gap: 0.5rem;
	align-items: center;
	line-height: 1.6;
}
.dropdown-flag-menu .dropdown-flag-item img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	object-fit: cover;
	vertical-align: middle;
}
.dropdown-flag-menu .dropdown-flag-item p {
	margin-bottom: 0;
	font-size: .875rem;
}
.dropdown-flag-menu .dropdown-flag-item:hover {
	color: white;
	background-color: #244d599e;
	border-radius: 0;
}
.dropdown-flag-menu .dropdown-flag-item:hover:first-child {
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}
.dropdown-flag-menu .dropdown-flag-item:hover:last-child {
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}



/*===========================================================

    3.2.1 Login

=======================================================*/
body.login #wrapper, body.register #wrapper, body.password #wrapper {
	margin: 0;
}
body.login #wrapper {
	min-height: 100%;
}
body.login .content-login {
	display: flex;
	justify-content: center;
	align-items: center;
}
#logincontent {
	width: 407px;
	font-size: 1.6em;
	overflow: visible;
}
@media(max-width:470px){
	#logincontent {
		width: 90%;
	}
}
#boxcontent {
	position: relative;
}
#boxcontent .error {
	border: 2px solid var(--sta-red);
	padding: 10px;
	margin-top: 20px;
}
.js-validation-error {
	border: 2px solid var(--sta-red);
	padding: 30px;
	font-size: 20px;
	color: var(--sta-red);
	margin-bottom: 50px;
}
#boxcontent .success {
	border: 2px solid var(--sta-green);
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 50px;
}

#loginlogo {
	text-align: center;
	margin-bottom: 20px;
}
.loginLogo {
	width: 100px;
}
.loginTitel {
	padding-top: 50px;
}
.loginTitel h1 {
	font-size: 24px;
}
#loginbox {
	background: var(--sta-header-bg-color);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
	box-shadow: 0 3px 10px rgba(0,0,0,0.4);
}
#loginbox .loginContent {
	padding: 0 40px;
}
#loginbox .textInput {
	position: relative;
	padding-top: 50px;
}
#loginbox .textInput label {
	font-size: 20px;
	position: absolute;
	line-height: 100%;
	margin: 15px 0 0 12px;
	color: #ccc;
	text-shadow: 0 1px 0 #fff;
	display: block;
}
#loginbox .textInput input, #loginbox .textInput select {
	margin: 0 0 10px 0;
	width: 100%;
	font-size: 20px;
	padding: 12px 10px 10px 10px;
	line-height: 1.2;
	background: #f6f6f6;
	border: 1px solid;
	border-color: #cecece;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	color: #777;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	-webkit-box-shadow: 0 3px 4px rgba(0 0 0 / 5%) inset;
	-moz-box-shadow: 0 3px 4px rgba(0 0 0 / 5%) inset;
	box-shadow: 0 3px 4px rgba(0 0 0 / 5%) inset;
	outline: none;
}
#loginbox .textInput input::placeholder, #loginbox .textInput select option[disabled] {
	color: #999;
}
#loginbox .submitButton input {
	margin: 40px 0 40px 0;
	width: 100%;
	font-size: 20px;
	padding: 16px 10px 14px 10px;
	line-height: 100%;
	background: #244d59;
	color: var(--sta-white);
	border-radius: 10px;
}
#loginbox .submitButton input:hover {
	background: #244d599e;
}
#subLoginbox {
	display: flex;
	justify-content: space-between;
}
#subLoginbox .forgotPw, #subLoginbox .noLogin {
	overflow: hidden;
	margin-top: 10px;
}
#subLoginbox .forgotPw a, #subLoginbox .noLogin a {
	color: var(--sta-dark);
	float: right;
	font-size: 18px;
}
#subLoginbox .forgotPw a:hover, #subLoginbox .noLogin a:hover {
	font-weight: bold;
}
.modal-window {
	position: fixed;
	background-color: rgba(25,255,255,0.25);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
	border-radius: 1rem;
}
.modal-window div:not(:last-of-type) {
	margin-bottom: 15px;
}
.modal-container {
	max-height: 90vh;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.25);
}
@media (max-width: 600px) {
	.modal-container {
		width: 90%;
	}
}
.modal-container-header {
	background-color: #f9f9f9;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
	height: 50px;
}
.modal-container-title {
	margin: 0;
	box-sizing: border-box;
	padding-left: 15px;
	padding-top: 10px;
	/*line-height: 50px;*/
	color: #4d4d4d;
	font-size: 16px;
	display: inline-block;
}
.modal-container-header label {
	box-sizing: border-box;
	border-left: 1px solid #dddddd;
	float: right;
	line-height: 50px;
	padding: 0 15px 0 15px;
	cursor: pointer;
}
.modal-container-header label:hover i {
	visibility: 0.6;
}
/*===========================================================

    3.2.2 Frontend

=======================================================*/
/*===========================================================

    4. Header

=======================================================*/
.main-wrapper {
	width: 100%;
	height: 100%;
}
.page_header_stats {
	background-color: var(--sta-header-bg-color);
	height: 80px;
}
.container {
	height: 100%;
}
.page_header_stats .titel {
	width: 40%;
	text-align: left;
	justify-content: flex-start;
}
.backend .page_header_stats .titel, .application .page_header_stats .titel {
	width: 80%;
}
.page_header_stats .titel h2 {
	text-align: left;
	padding: 22px 0;
	font-size: 30px;
	margin-left: 20px;
	text-transform: none;
}
.page_header_stats .logo {
	display: flex;
	align-items: center;
	height: 80px;
}
.page_header_stats .logo img {
	width: 70px;
	/*height: 70px;*/
}
.page_header_stats .nav-front {
	width: 40%;
	align-items: center;
	justify-content: right;
}
.page_header_stats .nav-front .nav-front-item {
	margin-right: 10%;
	-webkit-appearance: button;
	appearance: button;
	cursor: pointer;
}
.page_header_stats .front-action {
	width: 20%;
}
.page_header_stats .login-btn, .page_header_stats .user-btn, .page_header_stats .buy-btn {
	width: 100%;
	font-size: 15px;
	display: flex;
	align-items: center;
	height: 80px;
	padding-top: 0;
}
.page_header_stats .login-btn {
	width: 40%;
}
.page_header_stats .buy-btn {
	width: 60%;
}
.page_header_stats .login-btn a, .page_header_stats .buy-btn a, .page_header_stats .user-btn a, .btn-dark {
	background-color: rgba(255,255,255,0.15);
	border: none;
	box-shadow: rgba(0,0,0,0.35) 0px 2px 10px;
	border-radius: 18px;
	padding: 6px 16px 6px 16px;
	font-size: 15px;
	line-height: 1.6;
	-moz-transition: all 0.15s ease in out 0s;
	-o-transition: all 0.15s ease in out 0s;
	-ms-transition: all 0.15s ease in out 0s;
	-webkit-transition: all 0.15s ease in out 0s;
	transition: all 0.15s ease in out 0s;
	-webkit-appearance: button;
	appearance: button;
	cursor: pointer;
	text-decoration: none;
}
.page_header_stats .buy-btn a, .page_header_stats .user-btn a, .btn-dark {
	background-color: #244d59;
	color: white;
}
.page_header_stats .login-btn a:hover {
	background-color: rgba(255,255,255,0.45);
}
.page_header_stats .buy-btn a:hover, .page_header_stats .user-btn a:hover, .btn-dark:hover {
	background-color: #244d599e;
}


/*===========================================================

    4.1. Main Navigation

=======================================================*/

/*===========================================================

    4.2. User Navigation

=======================================================*/
.backend .dropdown-menu, .application .dropdown-menu {
	position: absolute;
	top: 80px;
	right: 10px;
	width: 200px;
	background-color: white;
	border: 1px solid var(--sta-border-color);
	display: none;
	z-index: 1000;
	border-radius: 7px;
}
.backend .dropdown-menu .dropdown-item, .application .dropdown-menu .dropdown-item {
	padding: 10px 15px;
	display: block;
	background-color: white;
	color: var(--sta-gray-700);
	border: none;
	box-shadow: none;
}
.backend .dropdown-menu a.dropdown-item:hover, .application .dropdown-menu a.dropdown-item:hover {
	border-radius: 0;
	color: white;
}
.backend .dropdown-menu a.dropdown-item:hover:first-child, .application .dropdown-menu a.dropdown-item:hover:first-child {
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}
.backend .dropdown-menu a.dropdown-item:hover:last-child, .application .dropdown-menu a.dropdown-item:hover:last-child {
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.show {
	display: block !important;
}
/*===========================================================

    5.1. List Styles

=======================================================*/
ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
li {
	list-style: none;
}
table {
	--sta-table-color: var(--sta-body-color);
	--sta-table-bg: transparent;
	--sta-table-border-color: var(--sta-border-color);
	--sta-table-accent-bg: transparent;
	--sta-table-striped-color: var(--sta-body-color);
	--sta-table-striped-bg: rgba(0, 0, 0, 0.05);
	--sta-table-active-color: var(--sta-body-color);
	--sta-table-active-bg: rgba(0, 0, 0, 0.1);
	--sta-table-hover-color: var(--sta-body-color);
	--sta-table-hover-bg: rgba(0, 0, 0, 0.075);
	caption-side: bottom;
	border-collapse: collapse;
	  width: 100%;
	margin-bottom: 1rem;
	color: var(--sta-table-color);
	vertical-align: top;
	border-color: var(--sta-table-border-color);
  }
  tbody, td, tfoot, th, thead, tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
  }
  .table {
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	border: 1px solid #d7e0eb;
	background: #fff;
  }
  .table > tbody {
	vertical-align: inherit;
  }
  .table > thead {
	vertical-align: bottom;
  }
  
  th {
	text-align: inherit;
	text-align: -webkit-match-parent;
  }
  
  thead,
  tbody,
  tfoot,
  tr,
  td,
  th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	padding: 10px;
  }
  td a {
	display: block;
  }
  .table-responsive {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
  }
  .card .table {
	border: none;
  }
  .card .table->thead td, .card .table->thead th {
	padding: 1rem 0.5rem;
  }
  .card .table>tbody {
	vertical-align: inherit;
  }
  .card .table>:not(:first-child) {
	border-top: 3px solid #d7e0eb;
  }
  .table-striped>tbody>tr:nth-of-type(even)>* {
	background-color: #f3f6fa;
  }
  .table-hover>tbody>tr:hover>* {
	background-color: #f1f5f9;
	cursor: pointer;
  }

/*===========================================================

    5.2. Form

=======================================================*/

/*===========================================================

    5.3. Accordion & Toggle

=======================================================*/

/*===========================================================

    5.4. Nav

=======================================================*/

/*===========================================================

    5.5. Tabs

=======================================================*/

/*===========================================================

    5.6. Popup Img

=======================================================*/

/*===========================================================

    5.7. Featured Box

=======================================================*/
.feature-flex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
}
/*===========================================================

   6. Footer

=======================================================*/
footer {
	background: var(--sta-footer-bg-color);
	height: 70px;
	position: fixed;
	bottom: 0;
	width: 100%;
  z-index: 10000;
}
footer .footer-now, footer .footer-archiv, footer .footer-mehr, footer .footer-suchen {
	text-align: center;
	display: flex;
	flex-direction: column;
	padding-top: 15px;
	color: white;
}
footer .footer-now:hover, footer .footer-archiv:hover, footer .footer-mehr:hover, footer .footer-suchen:hover, footer .footer-now.active, footer .footer-archiv.active, footer .footer-mehr.active, footer .footer-suchen.active {
	color: var(--sta-header-bg-color);
}
footer a {
	color: white;
}
/*===========================================================

   6.1 Social Icons

=======================================================*/

/*===========================================================

    6.2. Back to Top

=======================================================*/

/*===========================================================

    7. Extras

=======================================================*/
