/* ------------------------------------------------------------------------------------------------------------------------------------------
Project: fernstudientag.de
Version: 0.0.2
Created: 2025-11-08
Last modified: 2025-12-09
------------------------------------------------------------------------------------------------------------------------------------------ */

/* Table of Content
==================================================
	
	#Basic Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Tables
	#Misc
	#Site Styles
	#Page Styles
	#Plugins Styles
	#Media Queries
	#Print Styles */



/* #Basic Styles
================================================== */

/* ROOT */

:root {
  --bs-primary: #00BFFF; 
  --bs-secondary: #fdc543;/*#9fb4c0;#ffd413*/

  --bs-primary-rgb: 0, 191, 255; 
  --bs-secondary-rgb: 255, 212, 19;/*159, 180, 192;*/

	
  --bs-font-sans-serif: 'Roboto', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  /*--bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;*/

  /*--bs-body-color: #f2f2f2;
  --bs-body-color-rgb: 242, 242, 242;*/
	
	
  --bs-body-bg: #f7f9f9;/*#333230; #b2b1ae; #9da0a3; */
  --bs-body-bg-rgb: 51, 50, 48;
	
  --bs-link-color: var(--bs-primary);
  --bs-link-color-rgb: var(--bs-primary-rgb);
  --bs-link-decoration: none;
  --bs-link-hover-color: #727272; /*#cddae2;#9fb4c0;*/
  --bs-link-hover-color-rgb: 114, 114, 114; /*205, 218, 226; 159, 180, 192;*/
  /*--bs-border-radius: 50rem;*/
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
	
	
  /*--bs-border-color: var(--bs-body-color);
  --bs-border-color-rgb: var(--bs-body-color-rgb);*/
	
  --bs-border-color: #929292;
  --bs-border-color-rgb: 146, 146, 146;
	
  --bs-headline-font-sans-serif: 'Encode Sans Condensed', sans-serif;  
  --bs-headline-font-family: var(--bs-headline-font-sans-serif);
	
	
  --bs-secondary-color: #929292;
  --bs-secondary-color-rgb: 146, 146, 146;
	
}


/* HTML */

/*html { 
	font-size: 0.9rem;
}

@media (min-width: 1200px) {
    html { 
		font-size: 1rem;
	}
}

@media (min-width: 1600px) {
    html { 
		font-size: 1.1rem;
	}
}*/


/* BODY */

html, 
	body,
	.site,
	.wrapper {
	height: 100%;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
	
	body {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

::-moz-selection {
    background: var(--bs-primary);
    color: var(--bs-light);
}

::selection {
    background: var(--bs-primary);
    color: var(--bs-light);
}

::-webkit-selection {
    background: var(--bs-primary);
    color: var(--bs-light);
}



/* #Typography
================================================== */

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  	font-family: var(--bs-headline-font-family);
	font-weight: 700;
	margin-bottom: 0.5rem;
	/*text-transform: uppercase;*/
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	
  h1, .h1 {
    /*font-size: 4.0rem;*/
  }
}

/*h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}*/

p {
  /*margin-bottom: 1rem;*/
	margin-bottom: 1.25rem;
}

p img {
    margin: 0;
}

/** p:last-child { 
    margin-bottom: 0;
}
p:last-of-type*/

/*em {
    font-style: italic;
}*/

/*b,
strong {
  font-weight: 700;
}*/

mark, .mark {
  /*padding: 0.2em;*/
  background-color: #e9f3f6;/*#d4e7ee*/
}

/*
.lead {
	font-size: 1.25rem;
	font-weight: 300;
}
*/
@media (min-width: 1200px) {

	.lead {
		font-size: 1.875rem;
	}
}



/* HIDDEN */

@media (max-width: 575px) {
	.fst-hidden-xs {
		display: none !important; 
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important; 
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important; 
	} 
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important; 
	} 
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.hidden-xl {
		display: none !important;
	} 
}

@media (min-width: 1400px) {
	.hidden-xxl {
		display: none !important; 
	} 
}



@media (max-width: 767px) {
  .vc_hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .vc_hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .vc_hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .vc_hidden-lg {
    display: none !important; } }






@media (min-width: 441px) {
	
	.visible-xs {
		display: none !important;
	}
}
	
	
	



















/* #Links
================================================== */

a {
	text-decoration: var(--bs-link-decoration);
	/*-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;*/
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	/*color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));*/
}



/* #Images
================================================== */

/* #Lists
================================================== */

ol,
	ul {
  /*
	padding-left: 2rem;

	margin-bottom: 1rem;*/
  margin-bottom: 3rem;
}

ul {
    list-style: circle outside;
}

ol {
    list-style: decimal; 
}

/*li {
    line-height: 24px;
}

li p {
    line-height: 24px;
}*/



/* #Buttons
================================================== */

.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: var(--bs-headline-font-sans-serif);

  /*--bs-btn-hover-color: var(--bs-body-color);
  --bs-btn-hover-bg: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: var(--bs-link-hover-color);*/
  /*--bs-btn-active-color: var(--bs-body-color);*/
  --bs-btn-active-bg: #9fb4c0;
  --bs-btn-active-border-color: #9fb4c0;
  /*--bs-btn-disabled-color: var(--bs-body-color);*/
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
	/*text-transform: uppercase;*/
	
  --bs-btn-font-weight: bolder;
}


/*.btn:hover, 
	.btn:focus,
	.btn:active,
	.btn.active,
	.btn[disabled], 
	.btn.disabled {
    background-color: #85b8af !important;
	border-color: #85b8af !important;
	box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
    color: #fff !important;
}*/






.btn-primary {
  --bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-primary);

 
	--bs-btn-hover-bg: var(--bs-light);
	--bs-btn-hover-border-color: var(--bs-light);
	--bs-btn-focus-shadow-rgb: 248, 249, 250;
	
  --bs-btn-active-color: var(--bs-primary);
	
  --bs-btn-active-bg: var(--bs-light);
	
  --bs-btn-active-border-color: var(--bs-light);
	

  --bs-btn-disabled-color: var(--bs-light);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-light);
}






.btn-secondary {
  /*--bs-btn-color: var(--bs-body-color);*/
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
 /* --bs-btn-hover-color: var(--bs-body-color);
  --bs-btn-hover-bg: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: var(--bs-link-hover-color);*/
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
 /* --bs-btn-hover-color: var(--bs-body-color);
  --bs-btn-hover-bg: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: var(--bs-link-hover-color);*/
}

.btn-outline-secondary {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
 /* --bs-btn-hover-color: var(--bs-body-color);
  --bs-btn-hover-bg: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: var(--bs-link-hover-color);*/
}

.btn-outline-light {
	  --bs-btn-hover-color: var(--bs-primary);
	  --bs-btn-active-color: var(--bs-primary);
}

.btn-link {
	--bs-btn-font-size: 1.3rem;
	--bs-btn-padding-x: 0;
	--bs-btn-color: var(--bs-link-color);
	--bs-btn-hover-color: var(--bs-link-hover-color);
	--bs-btn-hover-bg: transparent;
	--bs-btn-hover-border-color: transparent;
	--bs-btn-active-bg: transparent;
	--bs-btn-active-border-color: transparent;
	--bs-btn-disabled-bg: transparent;
	text-decoration: none;
}

@media (min-width: 1200px) {
	.btn-link {
		--bs-btn-font-size: 1.5rem;
	}
}

.btn-lg, 
	.btn-group-lg > .btn {
	--bs-btn-padding-y: 1rem;
	--bs-btn-padding-x: 2rem;
	--bs-btn-font-size: 1.25rem;
}

@media (min-width: 1200px) {
	.btn-lg, 
		.btn-group-lg > .btn {
		--bs-btn-padding-x: 3.0rem;
		--bs-btn-padding-y: 1.25rem;
		--bs-btn-font-size: 1.5rem;
	}
}

.btn i {
	margin-right: 0.5rem;
	position: relative;
	top: -0.05rem;
}

@media (min-width: 1200px) {
	.btn-lg i {
		margin-right: 1.25rem;
	}
}



/* #Forms
================================================== */

/* #Tables
================================================== */

/* #Misc
================================================== */

/* #Site Styles
================================================== */

/* HEADER */

.site-header { 
	background-color: #00BFFF;
	/*background-color: transparent; 
	height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;*/
}


/* NAVBAR */

.navbar {
	/*background-color: #ffcc00;*/
  --bs-navbar-padding-y: 2.1875rem;
  --bs-navbar-brand-padding-y: 0;
	
  /*--bs-navbar-color: rgba(var(--bs-body-color-rgb), 1.0);
  --bs-navbar-hover-color: rgba(var(--bs-body-color-rgb), 0.3);
  --bs-navbar-disabled-color: rgba(var(--bs-body-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-body-color-rgb), 0.5);*/
}

@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (max-width: 1199px) {}
@media (min-width: 1200px) {}


/* NAVBAR-BRAND */

.navbar-brand {
    background-image: url('../images/logo/logo-classic-white.png');
	background-position: 0 0;
	background-repeat: no-repeat;
    background-size: 301px 80px;
    height: 80px;
	margin-right: 0; 
    position: relative; 
    text-indent: -10000em;
    width: 301px;
	/*opacity: 0.7;
	filter: alpha(opacity=70);*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-brand:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (-o-min-device-pixel-ratio: 3/2),
	   only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5),
	   only screen and (min-resolution: 1.5dppx) {
			 
    .navbar-brand {
        background-image: url('../images/logo/logo-classic-white@2x.png');
    }
}

@media (min-width: 1200px) {

	/*.navbar-brand { 
		background-size: 277px 131px;
		height: 131px;
		width: 277px;
	}*/
}


/* MAIN */

.site-main { 
	padding: 1.5rem 0;
}

.home .site-main { 
	padding: 0 !important;
}

@media (min-width: 768px) {}
@media (min-width: 992px) {}

@media (min-width: 1200px) {
	
	.site-main { 
		padding: 3rem 0;
	}
}


/* ENTRY / PAGE */

.entry-header,
	.page-header {
	padding: 0 0 1.5rem;
}

@media (min-width: 1200px) {
	
	.entry-header,
		.page-header {
		padding: 0 0 3rem;
	}
}

.entry-meta a/*, 
	.entry-meta a:visited*/ {
    color: inherit;
}

.entry-meta a:hover/*, 
	.entry-meta a:focus*/ {
	color: rgba(var(--bs-body-color-rgb), 0.5);
}


/* FOOTER */

.site-footer {
	background-color: rgba(var(--bs-primary-rgb), 1);
	background-color: #2e3639;
	color: rgba(var(--bs-light-rgb), 0.8);
}

/*#footer a, 
	#footer a:visited {
    color: #008e7f;
}

#footer a:hover, 
	#footer a:focus {
    color: #727272;
}*/

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}


/* FOOTER-WIDGETS */

.footer-info { 
    padding: 3.125rem 0;
	position: relative;
	overflow: hidden;
}

.footer-info .footer-bg {
	color: rgba(255, 255, 255, .05);
	font-size: 960px;
	left: 0;
	position: absolute;
	top: 210px;
	z-index: 0;
}

.fa-rotate-45 {
	-webkit-transform: rotate(45deg);
		  	transform: rotate(45deg);
}

@media (min-width: 1200px) {

	.footer-info {
		padding: 6rem 0;
	}

	.footer-info .footer-bg {
		left: auto;
		right: 0;
		top: 10.25rem;
	}
}


/* FOOTER-BRAND */

.footer-brand { 
    background-image: url('../images/logo/logo-classic-white.png');
	background-position: 0 0;
	background-repeat: no-repeat;
    background-size: 228px 60px;
    height: 60px;
    /*margin: 0;*/
    position: relative;
    text-indent: -10000em;
    width: 90px;
	/*opacity: 0.7;
	filter: alpha(opacity=70);*/
}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
		 only screen and (-o-min-device-pixel-ratio: 3/2),
		 only screen and (-webkit-min-device-pixel-ratio: 1.5),
		 only screen and (min-device-pixel-ratio: 1.5),
		 only screen and (min-resolution: 1.5dppx) {
			 
    .footer-brand {
        background-image: url('../images/logo/logo-classic-white@2x.png');
    }
}

@media (min-width: 1200px) {

    .footer-brand {
        background-size: 301px 80px;
        height: 80px;
		width: 110px; 
    }
}


/* SOCIAL-NAV */

.social-nav {}

.social-nav ul {
    margin: 0;
    padding: 0;
}

.social-nav ul li {
    display: inline-block;
    /*font-size: 0.875rem; 12px;*/
    margin: 0 10px 0 0;
}

.social-nav ul li a/*, 
	.social-nav ul li a:visited*/ {
    color: inherit;
}

.social-nav ul li a:hover/*, 
	.social-nav ul li a:focus*/ {
     color: var(--bs-link-hover-color);	
}

.social-nav ul li i {
    position: relative;
    top: 0;
}

@media (min-width: 1200px) {
	
	.social-nav ul li  {
		/*font-size: 1rem; 16px;*/
    }
}


/* SITE-INFO */

.site-info {
   background: rgba(0, 0, 0, 1);
   /* color: inherit; #fff;*/
	font-size: 0.875rem;
	/*
		opacity: 0.7;
		filter: alpha(opacity=70);*/
    padding: 1.25rem 0;
	/*text-transform: none;*/
}

.site-info a/*, 
	.site-info a:visited*/ {
    color: inherit;
}

.site-info a:hover/*, 
	.site-info a:focus*/ {
    color: var(--bs-link-hover-color);	
}

@media (min-width: 1200px) {}


/* FOOTER-NAV */

.footer-nav {}

.footer-nav ul {
    margin: 0;
    padding: 0;
}

.footer-nav ul li {
    display: inline-block;
	margin: 0;
    /*margin: 0 0 50px 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 9px;
	padding-right: 30px;
    padding-bottom: 9px;*/
}

.footer-nav ul li:after {
    content: "/";/*"|";*/
    margin: 0 7px 0 12px;
	padding: 0;
	position: relative;
}

.footer-nav ul li:last-child:after {
    content: "";
    margin: 0;
}

/*.footer-nav ul li a, 
	.footer-nav ul li a:visited {
    color: inherit;
}

.footer-nav ul li a:hover, 
	.footer-nav ul li a:focus {
    color: #727272;
}*/

/*.footer-nav ul li i {
    position: relative;
    top: 0;
}*/

@media (min-width: 768px) {
	
   /* .footer-nav {
        text-align: right;
    }*/
}	


/* WIDGETS */

.widgets { 
	/*background-color: #ff9900;*/
    padding: 25px 0;
}

@media (min-width: 1200px) {
	
	.widgets { 
		padding: 75px 0;
	}
}


/* WIDGET */

.widget {
    margin: 0 0 40px;
	padding: 0;
}

@media (min-width: 1200px) {}

.widget-title {
	font-family: var(--bs-headline-font-family);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 21px;
	text-transform: uppercase;
}


.widget a/*, 
	.widget a:visited*/ {
    color: inherit;
	/*font-weight: 400;*/
}

.widget a:hover/*, 
	.widgeta:focus*/ {
	color: var(--bs-link-hover-color);	
}

.widget ol { 
	padding-left: 15px;	 
}

.widget ul { 
    list-style-type: none;
	margin: 0; 
	padding-left: 0;
	/*text-transform: uppercase;*/
}

.widget ul li {
    border-bottom: 1px solid rgba(var(--bs-border-color-rgb), 1.0);
    margin-bottom: 5px; /* 9px; */
    padding-bottom: 5px; /* 9px; */
}

.widget ul ul, 
	.widget ul ol,
	.widget ol ol, 
	.widget ol ul {
    display: none;
}

.widget p {}


/* WIDGET POST */

.widget-post {}

.widget-post ul {	
    list-style-type: none;
	margin: 0; 
	padding-left: 0;
}

.widget-post ul li {
    border-bottom: 1px solid var(--bs-border-color);
	height: 90px;	
    margin-bottom: 15px;
    padding-bottom: 9px;
}

.widget-post ul li img {
	float: left;
	height: 75px;
	margin-right: 10px;
    width: 75px;
}

.widget-post .widget-body {}

.widget-post .widget-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}

.widget-post .widget-meta {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
	/*margin-top: 5px;*/
    padding: 0;
    text-transform: uppercase;
}

.widget-search .btn, 
	.widget-search .btn:visited {
	margin-bottom: 0;
}


/* WIDGET TAG */

.widget-tags ul,
	ul.list-tags {
    list-style-type: none;
	margin: 0; 
	padding: 5px 0 0;
}

.widget-tags ul li,
	ul.list-tags li {
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 0;
}


/* FOOTER WIDGETS */

.site-footer .widgets {background: rgba(0, 0, 0, .0);
	/*border-top: 1px solid rgba(var(--bs-border-color-rgb), 0.7);*/
	padding: 0 0 20px;
	position: relative;
	z-index: 1;
}

@media (min-width: 1200px) {
	
	.site-footer .widgets { 
		padding: 0 0 50px;
	}
}


/* FOOTER WIDGET */

.site-footer .widget { 
	font-size: 0.875rem;
	/*line-height: 18px;
	line-height: 1.5;*/
	margin-bottom: 1rem;
    /*opacity: 0.7;
    filter: alpha(opacity=70);*/
}

/*.site-footer .widget a,
	.site-footer .widget a:visited {
	color: inherit;
    font-weight: 300;
}

.site-footer .widget a:hover, 
	.site-footer .widget a:focus {
    color: #9fb4c0;
}*/

.site-footer .widget-title {
    font-size: 1.5rem; /*24px;*/
}

.site-footer .widget ul {}

.site-footer .widget ul li {
    border-bottom: 0px solid rgba(0, 0, 0, .5); 
	margin-bottom: 0; /*5px;*/
    padding-bottom: 0; /*5px;*/
}

/*.site-footer .widget ul li a,
	.site-footer .widget ul li a:visited {
	color: inherit;
    font-weight: 300;
}

.site-footer .widget ul li a:hover, 
	.site-footer .widget ul li a:focus {
    color: #9fb4c0;
}*/

@media (min-width: 1200px) {

	.site-footer .widget {
		font-size: 1rem; 
	}
	
	.site-footer .widget-title {
		font-size: 1.75rem;
	}
}



/* #Page Styles
================================================== */

/* SECTION */	

.section-home { 
    padding: 3rem 0;
}

.section-home .section-header {
	padding: 0 0 1.5rem;
}

.section-home .section-title {
    font-size: 1.875rem; /*30px;*/
}

@media (min-width: 1200px) {
	
	.section-home {
		padding: 6rem 0;
	}

	.section-home .section-header {
		padding: 0 0 3rem;
	}
	
	.section-home .section-title {
		font-size: 3rem;
	}
}	


/* HOME PAGE */

.site-hero {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; /*1400px auto;*/
	color: var(--bs-light);
	height: 560px;
	padding-top: 18rem;
}

.hero-title {
	padding-bottom: 2rem;
}

@media (min-width: 1200px) {

	.site-hero {
		height: 660px;
	}
}


/* HOME TARGETS */

.fst-targets {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

ul.list-check-square {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list-check-square li {
    margin-bottom: 2.5rem;
    padding: 0 0 0 3.75rem;
    position: relative;
    vertical-align: bottom;
}

ul.list-check-square li span {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

ul.list-check-square li:before {
    content: "\f046";
    font-family: FontAwesome;
    font-size: 48px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-decoration: inherit;
    top: -20px;
}

ul.list-check-square li:last-child {
	margin-bottom: 1.25rem;
}

@media (min-width: 1200px) {
	
	ul.list-check-square li {
		margin-bottom: 3.75rem;
	}
	
	ul.list-check-square li span {
		font-size: 1.5rem;
	}
	
	ul.list-check-square li:before {
		top: 0;
	}
}


/* HOME STATS */

.fst-stats {
	color: var(--bs-light);
}

.stats-item-icon {
	padding-right: 1.25rem;
	text-align: right;
}

.stats-item-icon i {
	font-size: 3rem;
}

.stats-item-body {
	border-left: 1px solid #fff;
	padding-left: 1.5rem;
}

@media (min-width: 768px) and (max-width: 991px) {

	.stats-item-body {
		padding-left: 1rem;
	}
}

@media (min-width: 1200px) {

	.stats-item-icon i {
		font-size: 3.75rem;
	}
}


/* HOME FAQ */

.accordion-button {
	padding: var(--bs-accordion-body-padding-y) 0;
}

.accordion-button:not(.collapsed) {
	background-color: var(--bs-accordion-btn-bg);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.accordion-button:focus {
	box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.accordion-body {
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x) var(--bs-accordion-btn-padding-y) 0;
}

@media (min-width: 1200px) {

	.accordion-button {
		font-size: 1.25rem;
	}
}


/* HOME REMINDER */

.fst-reminder {
	border-bottom: 0.05rem solid rgba(var(--bs-border-color), 0.5);
	color: var(--bs-light);
	padding: 3rem 0;
}

.fst-reminder .section-title span {
	color: rgba(var(--bs-light-rgb), 0.5);
}

@media (min-width: 992px) {

	.reminder-cta {
		text-align: right;
	}
}



/* #Plugins Styles
================================================== */

/* TABLE */

table {
  width: 100%; 
  table-layout: auto; /* Erlaubt dem Browser, die Spaltenbreite automatisch anzupassen */
	
}

table .column-1 { 
	/*width: 40%;*/
   /* position: sticky; 
    left: 0;          
    z-index: 2;*/
	min-width: 350px;
}

table .column-3, 
	table .column-4,
	table .column-5,
	table .column-6 {
	text-align: center !important;
	min-width: 130px;
		vertical-align: middle !important;
}

th {}

td {
	/*white-space: nowrap;*/
	/* Optional: Datenattribut für Beschriftung nutzen */
	/* content: attr(data-label); */
}

/*
th:nth-child(1), td:nth-child(1) { width: 20%; }
th:nth-child(2), td:nth-child(2) { width: 80%; }
*/

table tbody span {
	display: inline-block;
	text-indent: -10000em;
}

table tbody i.fa-check {
	color: rgba(var(--bs-primary-rgb), 1);
}

@media (max-width: 991px) {
	
	/*table::-webkit-scrollbar{
		appearance: none;
		width: 14px;
		height: 14px;
	}

	table::-webkit-scrollbar-thumb{
		border-radius: 8px;
		border: 3px solid #fff;
		background-color: rgba(0, 0, 0, .3);
	}*/
}

@media (min-width: 1200px) {

	table {
		/*table-layout: fixed; 
		min-width: 600px;*/
	}
	
	table .column-1 {
		width: 40%;
	}
	
	table .column-3, 
		table .column-4,
		table .column-5,
		table .column-6 {
		width: 15%;
	}
}


/* FORM */

/*.cf7md-admin-customize-message {
	display: none;
}*/

#cf7md-form .cf7md-item.cf7md-radio {
	padding-bottom: 1rem;
}

#cf7md-form .cf7md-radio .cf7md-label {
	font-size: 16px;
	padding-bottom: 1rem;
}

#cf7md-form .mdc-text-field,
#cf7md-form .mdc-select {
	background-color: rgba(0, 191, 255,.06) !important;
}

#cf7md-form .mdc-text-field::before,
	#cf7md-form .mdc-text-field::after {
	background-color: rgba(0, 191, 255,0.87)
}

#cf7md-form .mdc-notched-outline__leading {
    border-radius: 4px 0 0 0 !important;
		border-top: 0;
		border-left: 0;
}

#cf7md-form .mdc-notched-outline__notch {
		border-top: 0;
}

#cf7md-form .mdc-notched-outline__trailing {
    border-radius: 0 4px 0 0 !important;
		border-top: 0;
		border-right: 0;
}

#cf7md-form .mdc-text-field--textarea:hover {
	background-color: rgba(0, 191, 255,.09) !important;
}

#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused {
	background-color: rgba(0, 191, 255,.155) !important;
}

#cf7md-form .mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
#cf7md-form .mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	-webkit-transform:translateY(-50%) scale(.75);
	-ms-transform:translateY(-50%) scale(.75);
	transform:translateY(-50%) scale(.75)}

#cf7md-form .mdc-text-field--textarea .mdc-text-field__input {
		margin: 25px 1px 1px 0
}



/* #Media Queries
================================================== */

@media (max-width: 575px) {}
@media (min-width: 576px) {} 	
@media (min-width: 576px) and (max-width: 767px) {}
@media (max-width: 767px) {}
@media (min-width: 768px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (max-width: 991px) {}
@media (min-width: 992px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (max-width: 1199px) {}
@media (min-width: 1200px) {}
@media only screen and (min-width: 1200px) {}



/* #Print Styles
================================================== */

@page {
	size: A4;
	margin-top: 50px;
	margin-right: 20px;
	margin-left: 20px;
}

@media print {
	
    html, body {
        width: 210mm;
    /*height: 297mm;*/;
    }

    a[href]:after {
        content: none;
    }

    .hero,
  	#footer {
        display: none;
    }

    main {
        margin: 0;
        padding: 0;
    }
}
