/*//////////////////////////////////////////////////////////////////////////////////////////
 Rubik Font
//////////////////////////////////////////////////////////////////////////////////////////*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');





/*//////////////////////////////////////////////////////////////////////////////////////////
 HTML / Body
//////////////////////////////////////////////////////////////////////////////////////////*/

html, body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
	color: #444444;
	background-color: #ffffff;
}

@media (min-width: 768px) {
	html, body {
		font-size: 1.05rem;
	}
}

b, strong {
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
}



/*//////////////////////////////////////////////////////////////////////////////////////////
 Typo
//////////////////////////////////////////////////////////////////////////////////////////*/

.h1, .h2, .h3, .h4, .h5,
h1, h2, h3, h4, h5 {
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #008156;
	text-transform: uppercase;
}




h1, .h1 {
	font-size: calc(1.375rem + 1vw);
	margin-bottom: 1.5rem;
}

h2, .h2 {
	font-size: calc(1.25rem + 0.7vw);
	margin-bottom: 1.5rem;
}

h3, .h3 {
	font-size: calc(1.125rem + 0.5vw);
	margin-bottom: 1.5rem;
}

h4, .h4 {
	font-size: calc(1.1rem + 0.3vw);
	margin-bottom: 1.5rem;
}

/* Ab 992px: feste Größen, wachsen nicht weiter */

@media (min-width: 992px) {
	h1, .h1 {
		font-size: 2rem;
	}

	h2, .h2 {
		font-size: 1.7rem;
	}

	h3, .h3 {
		font-size: 1.45rem;
	}

	h4, .h4 {
		font-size: 1.3rem;
	}
}

h5, .h5 {
	font-size: 1.1rem;
}

h6, .h6 {
	font-size: 1.3rem;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #008156;
	margin-bottom: 1.5rem;
}


@media (min-width: 768px) {
	h5, .h5 {
		font-size: 1.05rem;
	}

	h6, .h6 {
		font-size: 1.3rem;
	}
}

.txt {
	font-family: 'Rubik', sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	color: #444444;
	text-transform: none !important;
}

.wwll-zitat {
	font-style: italic;
	display: block;
	padding: 0.25rem 0.5rem;
	background-color: #DEE8E4;
	margin: 0 -0.25rem 1.25rem -0.25rem;
	border-radius: 0.5rem;
}



@media (min-width: 768px) {
	.wwll-zitat {
		display: inline-block;
	}
}






/*//////////////////////////////////////////////////////////////////////////////////////////
 Links
//////////////////////////////////////////////////////////////////////////////////////////*/

a,
a:visited {
	color: #008156;
	text-decoration: none;
}
a.active,
a:hover,
a:focus {
	color: #008156;
	text-decoration: none;
}



/*//////////////////////////////////////////////////////////////////////////////////////////
 Layout
//////////////////////////////////////////////////////////////////////////////////////////*/

.container {
	max-width: 992px !important;
}


.pointer {
	cursor: pointer;
}






/*//////////////////////////////////////////////////////////////////////////////////////////
 Colors
//////////////////////////////////////////////////////////////////////////////////////////*/


.bg-wwll {
	background-color: #F0F2F5;
}
.bg-wwll-hg {
	background-color: #F6FAF9;
}
.bg-wwll-gg {
	background-color: #DEE8E4;
}

.bg-wwll-footer {
	background-color:rgb(68, 68, 68);
}
.bg-wwll-kurs {
	background-color: #008156;
}

.bg-postit {
	background-color: #FDF6A5;
}

.bg-pink {
	background-color: pink;
}

.bg-yellow {
	background-color: #fff3cd;
}

.bg-green {
	background-color: #d1e7dd;
}

.bg-blue {
	background-color: #cfe2ff;
}




.bright-border {
	border-color: rgba(0, 0, 0, 0.2) !important;
}
.dark-border {
	border-color: rgba(0, 0, 0, 0.3) !important;
}





/*//////////////////////////////////////////////////////////////////////////////////////////
 Logo
//////////////////////////////////////////////////////////////////////////////////////////*/

.ww-logo {
	width: 75%;
	height: auto;
}

@media (min-width: 576px) {
	.ww-logo {
		width: auto;
		height: 50px;
	}
}




/*//////////////////////////////////////////////////////////////////////////////////////////
 Bilder
//////////////////////////////////////////////////////////////////////////////////////////*/

.img-frame {
	padding: 0.5rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}











/*//////////////////////////////////////////////////////////////////////////////////////////
 Cards
//////////////////////////////////////////////////////////////////////////////////////////*/


@media (max-width: 767.98px) {
	.row > .col-md-6:not(:first-child),
	.row > .col-md-4:not(:first-child) {
		margin-top: 1rem;
	}
}



.card img[src*=".jpg"],
.card img[src*=".png"],
.card img[src*=".webp"] {
	width: 100%;
	height:auto;
	max-height: 240px !important;
	object-fit: cover;
	object-position: center center;
	display: block !important;
}




.card-title {
	margin-bottom: 1.15rem;
}








/*//////////////////////////////////////////////////////////////////////////////////////////
 SVG Card Icons
//////////////////////////////////////////////////////////////////////////////////////////*/

.img-svg,
.card-header img[src*=".svg"],
.card-header svg {
	filter: grayscale(100%);
	opacity: 0.33;
	width: 100% !important;
	max-width: 100px !important;
	height: auto;
}








/*//////////////////////////////////////////////////////////////////////////////////////////
 Navbar
//////////////////////////////////////////////////////////////////////////////////////////*/

.navbar {
	font-weight: 400;
	font-size: 1.15rem !important;
	color: #444444;
	border-top: 1px solid #dee2e6 !important;
	border-bottom: 1px solid #dee2e6 !important;
}

.wwll-toggler {
	padding: 0 0 0 0.5rem;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1;
	background-color: transparent;
	border:  0 none;
	border-radius: 0;
}

@media (min-width: 768px) {
	.wwll-toggler {
		display: none;
	}
}

@media (min-width: 830px) {
	.navbar {
		font-size: 1.25rem !important;
	}
}



.nav-item {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
	padding-bottom: 0.5rem !important;
	padding-top: 0.15rem !important;
}

.nav-link {
	border-bottom: 3px solid white !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
}

/* .nav-link:hover,
.nav-link:focus {
	border-bottom: 3px solid #444444 !important;
} */

.nav-link:focus {
	outline: 0 !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #444444 !important;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #999999 !important;
}

.navbar-light .navbar-nav .nav-link.active {
	color: #008156 !important;
/*
	border-bottom: 2px solid #444444 !important;
*/
}


.dropdown-item {
	color: #444444 !important;
}

/* Hover- und Fokusfarbe */
.dropdown-item:active,
.dropdown-item:focus {
	background-color: #e9ecef !important;
	color: #444444 !important;
}

/* Aktiver Link (wenn es die aktuelle Seite ist) */
.dropdown-item.active {
	background-color: #DEE8E4 !important;
	color: #444444 !important;
}






/*//////////////////////////////////////////////////////////////////////////////////////////
 Offcanvas Mobile Menu
//////////////////////////////////////////////////////////////////////////////////////////*/

.mobile-nav .nav-link,
.mobile-nav .submenu-title {
	font-size: 1.15rem;
	text-transform: uppercase;
	color:#444444;
}

.mobile-nav .submenu .nav-link {
	text-transform: none;
	letter-spacing: normal;
	font-size: 1.05rem;
	line-height: 1.05;
	margin-bottom: 0.275rem;
	color:#444444;
}

.mobile-nav .nav-link.active {
	color: #008156;
}
































/*//////////////////////////////////////////////////////////////////////////////////////////
 Mega Box / Megaboard
//////////////////////////////////////////////////////////////////////////////////////////*/

.megaboard {
	--bg-url: url('/img/bg3.jpg');
	background-image: var(--bg-url);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}

.mega-box {
	background-color: #ffffff;
}

@media (min-width: 768px) {
	.mega-box {
		background-color: transparent !important;
	}
	.mega-box h1 {
		text-shadow: 2px 2px 3px #fff;
	}
}

@media (min-width: 992px) {
	.megaboard {
		background-position: center top;
	}
}



#offcanvasRight {
	font-size: 1rem;
}


#offcanvasRight .subm p {
	margin-bottom: 0.5rem;
	margin-top: 0;
	line-height: 1.3;
}
















/*//////////////////////////////////////////////////////////////////////////////////////////
 WorkingWell Button Style
//////////////////////////////////////////////////////////////////////////////////////////*/

.btn-wwll {
	color: #ffffff !important;
	background-color: #008156;
	border-color: #008156;
}

.btn-wwll:hover,
.btn-wwll:focus {
	color: #ffffff;
	background-color: #005E3E;
	border-color: #005E3E;
}

.btn-wwll:active,
.btn-wwll.active,
.show > .btn-wwll.dropdown-toggle {
	color: #ffffff;
	background-color: #005E3E;
	border-color: #005E3E;
}

.btn-wwll:disabled,
.btn-wwll.disabled {
	color: #ffffff;
	background-color: #008156;
	border-color: #008156;
	opacity: 0.65;
}








/*//////////////////////////////////////////////////////////////////////////////////////////
 Listen
//////////////////////////////////////////////////////////////////////////////////////////*/

.wwll-list {
	list-style: none;
	padding-left: 0;
}

.wwll-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.wwll-list li::before {
/*	content: "\f058"; */
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	color: #008156;
	font-size: 1.1rem;
}

@media (min-width: 768px) {
	.wwll-list li::before {
		font-size: 1.05rem;
	}
}



/*//////////////////////////////////////////////////////////////////////////////////////////
 Icon Listen
//////////////////////////////////////////////////////////////////////////////////////////*/

.fa-icon-list {
    list-style: none;
    padding-left: 0;
}

.fa-icon-list li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
}

/* Gemeinsames Styling für alle Icons */
.fa-icon-list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Solid */
    position: absolute;
    left: 0;
    top: -6px;
    color: #E0E0E0;
    font-size: 2.75rem;
}

/* Icon-Varianten per Klasse */
.fa-icon-list li.icon-hand::before {
    content: "\f0a4"; /* check-circle */
}

.fa-icon-list li.icon-user::before {
    content: "\f007"; /* user */
}

.fa-icon-list li.icon-bell::before {
    content: "\f0f3"; /* bell */
}

.fa-icon-list li.icon-warning::before {
    content: "\f06a"; /* exclamation-triangle */
}

.fa-icon-list li.icon-rocket::before {
    content: "\f135"; /* rocket */
}


/* Grundliste */
.icon-list {
    list-style: none;
    padding-left: 0;
}

.icon-list li {
    position: relative;
    padding-left: 60px; /* Platz für SVG links */
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

/* Gemeinsames Icon-Styling */
.icon-list li svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.75rem;
    height: 2.75rem;
    fill: #E0E0E0;
}

/* Optional: Varianten per Klasse (falls Farbe oder Stil abweichen soll) */
.icon-list li.icon-hand svg   { /* … */ }
.icon-list li.icon-user svg   { /* … */ }
.icon-list li.icon-bell svg   { /* … */ }
.icon-list li.icon-warning svg { /* … */ }
.icon-list li.icon-rocket svg { /* … */ }





















/*//////////////////////////////////////////////////////////////////////////////////////////
 Visibility
//////////////////////////////////////////////////////////////////////////////////////////*/



.desktop-only {
	display: none !important;
}
.mobile-only {
	display: inherit !important;
}

@media (min-width: 768px) {
	.desktop-only {
		display: inherit !important;
	}
	.mobile-only {
		display: none !important;
	}
}















@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}