
body {
   font-family: "Roboto",Quicksand,Poppins !important;
}
/* Für b-trend logo*/
.rui-logo img {
	height: 100px !important;
	max-width:180px;
}



/* TOP MENU - remove, wenn User not logged in */
body.notloggedin .primary-navigation {
	display: none;
}

/* Header */
/* Button Darkmode im Header anpassen */
.btn--darkmode {
	background-color: #F0F0F0;
}


/* Gesamtbreite des Content/Inhalts aller Seiten */
#page-content {
	max-width: 1200px;
}

/* Den Main Content auf Nav Tab Menü ausrichten */
.section li.activity {
	padding: 1rem 0rem;
}

/* Padding des Section Containers entfernen */
/* Fehler hier: besprechen Chuka https://b-trend.digital/course/view.php?id=8 siehe padding von Aktivitäten, Titel, Text */

/* COLORS START */
:root {
	--blue: #406CD2;
	--purple: #D0C6F0;
	--red: #ef1010;
	--orange: #4c2101;
	--yellow: #F7B742;
	--green: #027654;
	--white: #fff;
	--gray: #595959;
	--gray-dark: #434343;
	--primary-color-100: #ebf7ff;
	--primary-color-200: #d7efff;
	--primary-color-300: #c2e7fe;
	--primary-color-400: #9ad7fe;
	--primary-color-500: #5dbefd;
	--primary-color-600: #35AEFD;
	--primary-color-700: #206898;
	--primary-color-800: #1b577f;
	--primary-color-900: #10344c;
	--gray-100: #F5F5F5;
	--gray-200: #EEEEEE;
	--gray-300: #E1E1E1;
	--gray-400: #D8D8D8;
	--gray-500: #b2b2b2;
	--gray-600: #595959;
	--gray-700: #525151;
	--gray-800: #434343;
	--gray-900: #212121;
	--primary: #35AEFD;
	--secondary: #595959;
	--success: #048444;
	--info: #6E8EDA;
	--warning: #F8C971;
	--danger: #f45959;
	--light: #D8D8D8;
	--dark: #212121;
	/* Theme specific colors */
	--border-light: var(--gray-300);
	--border-dark: #2E3134;
}

/* COLORS END */

/* HEADER START */
	h1, h1.rui-main-content-title--h1 { font-size: 1.5rem !important; font-weight: 700; line-height: 1.5; margin: .5rem 0 .3rem 0;}
	h2, h2.rui-main-content-title--h2 { font-size: 1.25rem !important; font-weight: 700; line-height: 1.5; margin: .5rem 0 1rem 0;}
	h3, h3.rui-main-content-title--h3 { font-size: 1.125rem !important; font-weight: 700; line-height: 1.5; margin: .5rem 0 .3rem 0;}
/*	h4, h4.rui-main-content-title--h4 { font-size: 1.2rem !important; font-weight: 450; margin-bottom:0.4rem;}
	h5, h5.rui-main-content-title--h5 { font-size: 1.1rem !important; font-weight: 350; margin-bottom:0.3rem;}
	h6, h6.rui-main-content-title--h6 { font-size: 1.1rem !important; font-weight: 250; margin-bottom:0.2rem;}
*/
/* HEADER End */

/* FOOTER START */
/* Deactive Footer */
#s-page-footer.wrapper-page {
	display: none;
}

/* give some space at the End */
.course-content-footer,
#page-wrapper #page #page-content {
	padding-bottom: 30px;
}

/* FOOTER END */
