/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Include Private Fonts (Google Web Fonts included in "include/content-html-head.php" */

@font-face 							{font-family: ReservoirGrunge; src: url('../../color-balance/fonts/RESEGRG.TTF');}

/* ========================================================================================================================================================== */

*{margin: 0; padding: 0;}

/* HTML Elements */

html								{font-size: 81.25%; height: 100%;} /* 11px = 68.75%; 12px = 75%; 13px = 81.25%; 16px = 100%;*/
body 								{font-family: 'Open Sans', sans-serif; background-color: #ffffff; color: #333333; position: relative; padding-bottom: 55px; min-height: calc(100vh - 55px);}
table								{border-spacing: 0; border: none; padding: 0;}
a:focus, button:focus				{outline: 0;}
hr 									{background-color: #aaa; border: none; color: #aaa; height: 1px; padding: 0; margin: 1rem 0;}
iframe								{border: none; overflow: hidden;}
h1									{font-size: 1.8rem; margin: 0 0 3rem 0; font-weight: normal; line-height: 130%;}
h2									{font-size: 1.6rem; margin: 0 0 1.5rem 0; font-weight: normal; line-height: 130%;}
h3									{font-size: 1.4rem; margin: 0 0 1.1rem 0; font-weight: normal; line-height: 130%;}
h4									{font-size: 1.2rem; margin: 0 0 1rem 0; font-weight: normal; line-height: 130%;}
p									{margin: 0; padding: 0;}
video								{max-width: 100%; height: auto;}
strong, .strong						{font-weight: bold !important;}
.stronger							{font-weight: 800;}
label								{font-weight: normal !important;}
textarea	 						{resize:vertical !important;}
.checkbox							{padding: 0 !important;}
input[type="radio"]					{margin: 0 !important;}
input[type="checkbox"]				{margin: 0; padding: 0 !important; /*appearance: none;*/}

@media screen and (-webkit-min-device-pixel-ratio:0) {
html 								{-webkit-font-smoothing: subpixel-antialiased;}
}


/* ========================================================================================================================================================== */

/* Layout classes */

.container 							{padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;}
.image								{max-width: 100%; height: auto;}
.image-width						{width: 100%;}
.clearfix:after 					{content: "."; clear: both; display: block; visibility: hidden; height: 0;}

.flex-row							{display: -ms-flexbox; display: -webkit-flex; display: -webkit-box; display: flex;
									 -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;}
.flex-col							{display: -ms-flexbox; display: -webkit-flex; display: -webkit-box; display: flex;
									 -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
.flex-start							{-webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;}
.flex-space-between					{-webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;}
.flex-space-around					{-webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around;}
.flex-end							{-webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;}
.flex-center						{-webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;}
.flex-align-center					{-webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.flex-align-stretch					{-webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;}
.flex-align-end						{-webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;}
.flex-align-top						{-webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;}
.flex-align-content-stretch			{align-content: stretch;}
.flex-wrap							{-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.flex-shrink-0						{flex-shrink: 0}

.width-1							{-webkit-flex: 0.08333333333333333333333333333333; -ms-flex: 0.08333333333333333333333333333333; -webkit-box-flex: 0.08333333333333333333333333333333; flex: 0.08333333333333333333333333333333}
.width-2							{-webkit-flex: 0.16666666666666666666666666666667; -ms-flex: 0.16666666666666666666666666666667; -webkit-box-flex: 0.16666666666666666666666666666667; flex: 0.16666666666666666666666666666667}
.width-3							{-webkit-flex: 0.25; -ms-flex: 0.25; -webkit-box-flex: 0.25; flex: 0.25}
.width-4							{-webkit-flex: 0.33333333333333333333333333333333; -ms-flex: 0.33333333333333333333333333333333; -webkit-box-flex: 0.33333333333333333333333333333333; flex: 0.33333333333333333333333333333333}
.width-5							{-webkit-flex: 0.41666666666666666666666666666667; -ms-flex: 0.41666666666666666666666666666667; -webkit-box-flex: 0.41666666666666666666666666666667; flex: 0.41666666666666666666666666666667}
.width-6							{-webkit-flex: 0.5; -ms-flex: 0.5; -webkit-box-flex: 0.5; flex: 0.5}
.width-7							{-webkit-flex: 0.58333333333333333333333333333333; -ms-flex: 0.58333333333333333333333333333333; -webkit-box-flex: 0.58333333333333333333333333333333; flex: 0.58333333333333333333333333333333}
.width-8							{-webkit-flex: 0.66666666666666666666666666666667; -ms-flex: 0.66666666666666666666666666666667; -webkit-box-flex: 0.66666666666666666666666666666667; flex: 0.66666666666666666666666666666667}
.width-9							{-webkit-flex: 0.75; -ms-flex: 0.75; -webkit-box-flex: 0.75; flex: 0.75}
.width-10							{-webkit-flex: 0.83333333333333333333333333333333; -ms-flex: 0.83333333333333333333333333333333; -webkit-box-flex: 0.83333333333333333333333333333333; flex: 0.83333333333333333333333333333333}
.width-11							{-webkit-flex: 0.91666666666666666666666666666667; -ms-flex: 0.91666666666666666666666666666667; -webkit-box-flex: 0.91666666666666666666666666666667; flex: 0.91666666666666666666666666666667}
.width-12							{-webkit-flex: 1; -ms-flex: 1; -webkit-box-flex: 1; flex: 1}

.width-1-form						{-webkit-flex: 0 0 8.333333333333333333333333333333%; -ms-flex: 0 0 8.333333333333333333333333333333%; -webkit-box-flex: 0 0 8.333333333333333333333333333333%; flex: 0 0 8.333333333333333333333333333333%}
.width-2-form						{-webkit-flex: 0 0 16.666666666666666666666666666667%; -ms-flex: 0 0 16.666666666666666666666666666667%; -webkit-box-flex: 0 0 16.666666666666666666666666666667%; flex: 0 0 16.666666666666666666666666666667%}
.width-3-form						{-webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; -webkit-box-flex: 0 0 25%; flex: 0 0 25%}
.width-4-form						{-webkit-flex: 0 0 33.333333333333333333333333333333%; -ms-flex: 0 0 33.333333333333333333333333333333%; -webkit-box-flex: 0 0 33.333333333333333333333333333333%; flex: 0 0 33.333333333333333333333333333333%}
.width-5-form						{-webkit-flex: 0 0 41.666666666666666666666666666667%; -ms-flex: 0 0 41.666666666666666666666666666667%; -webkit-box-flex: 0 0 41.666666666666666666666666666667%; flex: 0 0 41.666666666666666666666666666667%}
.width-6-form						{-webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; -webkit-box-flex: 0 0 50%; flex: 0 0 50%}
.width-7-form						{-webkit-flex: 0 0 58.333333333333333333333333333333%; -ms-flex: 0 0 58.333333333333333333333333333333%; -webkit-box-flex: 0 0 58.333333333333333333333333333333%; flex: 0 0 58.333333333333333333333333333333%}
.width-8-form						{-webkit-flex: 0 0 66.666666666666666666666666666667%; -ms-flex: 0 0 66.666666666666666666666666666667%; -webkit-box-flex: 0 0 66.666666666666666666666666666667%; flex: 0 0 66.666666666666666666666666666667%}
.width-9-form						{-webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; -webkit-box-flex: 0 0 75%; flex: 0 0 75%}
.width-10-form						{-webkit-flex: 0 0 83.333333333333333333333333333333%; -ms-flex: 0 0 83.333333333333333333333333333333%; -webkit-box-flex: 0 0 83.333333333333333333333333333333%; flex: 0 0 83.333333333333333333333333333333%}
.width-11-form						{-webkit-flex: 0 0 91.666666666666666666666666666667%; -ms-flex: 0 0 91.666666666666666666666666666667%; -webkit-box-flex: 0 0 91.666666666666666666666666666667%; flex: 0 0 91.666666666666666666666666666667%}
.width-12-form						{-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; -webkit-box-flex: 0 0 100%; flex: 0 0 100%}

.thumbnail							{width: 4.5rem; height: 4.5rem; background-size: cover;}

.user-search-item					{margin: 0 1rem 1rem 1rem; padding: 0 0 1rem 0; border-bottom: 1px solid #ccc;}
.user-search-image					{width: 78px !important; height: 78px !important; background-size: cover;}

.user-group-item					{padding: 0.25rem 0.5rem}
.user-group-item:first-of-type		{padding-top: 0.5rem !important;}
.user-group-item:last-of-type		{padding-bottom: 0.5rem !important;}
.user-group-item:hover div p		{color: white !important;}
.user-group-item div:first-of-type	{width: 3rem; height: 3rem;}

.list-group, .select-group			{border: 1px solid #ccc; border-radius: 0.3rem;}
.list-group a						{display: block; border-bottom: 1px solid #ccc; padding: 1rem; font-size: 1.2rem;}
.list-group a:hover					{text-decoration: none; color: white;}
.list-group a img					{margin-right: 0.5rem;}
.list-group a:last-of-type			{border: none;}

.select-group-item					{border-bottom: 1px solid #ccc; padding: 1rem 0; margin: 0;}
.select-group-item:last-of-type		{border: none;}
.select-group-active				{background-color: #559706; color: white;}
.select-group-active:hover			{background-color: #559706 !important;}
.select-group-item:hover > div, .select-group-item:hover > div p, .select-group-item:hover > div h3, .select-group-active > div, .select-group-active > div p, .select-group-active > div h3 
									{color: white !important;}

.white								{color: #ffffff !important;}
.yellow								{color: #bf972b !important;}
.orange								{color: #de7d00 !important;}
.red								{color: #c62c02 !important;}
.green								{color: #559706 !important;}
.pink								{color: #b923bc !important;}
.turquois							{color: #26b0d5 !important;}
.purple								{color: #8332df !important;}
.blue								{color: #0a8ac0 !important;}
.darkblue							{color: #04517d !important;} /* 06568e */
.brown								{color: #ab5917 !important;}
.brightgray							{color: #cccccc !important;}
.middlegray							{color: #aaaaaa !important;}
.gray								{color: #888888 !important;}
.darkgray							{color: #666666 !important;}
.darkergray							{color: #333333 !important;}
.black								{color: #000000 !important;}

.text-shadow-black					{text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 1);}
.text-shadow-white					{text-shadow: 0.1rem 0.1rem 0.1rem rgba(255,255,255, 1);}

.smaller							{font-size: 0.8rem !important;}
.small								{font-size: 0.9rem !important;}
.big								{font-size: 1.2rem !important;}	
.bigger								{font-size: 1.4rem !important;}
.biggest							{font-size: 1.8rem !important;}	
.normal								{font-size: 1rem !important; font-weight: normal !important;}

.italic								{font-style: italic;}

.left								{text-align: left !important;}
.right								{text-align: right !important; display: block;}
.center								{text-align: center !important;}
.top								{vertical-align: top !important;}
.middle								{vertical-align: middle !important;}
.bottom								{vertical-align: bottom !important;}
.underline							{text-decoration: underline !important;}
.linethrough						{text-decoration:line-through !important;}
.quote								{font-size: 1.2rem; color: #8d076c;}
.floatleft							{float: left; margin: 0 1rem 1rem 0;}
.floatright							{float: right; margin: 0 0 0 1rem;}
.box-shadow							{box-shadow: 0 0 0.4rem #444;}

.nospace							{margin-bottom: 0 !important;}
.space-0							{margin-bottom: 0.3rem !important;}
.space-1							{margin-bottom: 1rem !important;}
.space-2							{margin-bottom: 2rem !important;}
.space-3							{margin-bottom: 3rem !important;}
.space-right-0						{margin-right: 0.5rem !important;}
.space-right-1						{margin-right: 1rem !important;}
.space-right-2						{margin-right: 2rem !important;}
.space-left-0						{margin-left: 0.5rem !important;}
.space-left-1						{margin-left: 1rem !important;}
.space-left-2						{margin-left: 2rem !important;}
.space-top-0						{margin-top: 0.5rem !important;}
.space-top-1						{margin-top: 1rem !important;}
.space-top-2						{margin-top: 2rem !important;}
.space-top-3						{margin-top: 3rem !important;}
.space-all-0						{margin: 0.5rem !important;}
.space-all-1						{margin: 1rem !important;}
.space-right-bottom-1				{margin: 0 1rem 0 0 !important;}
.nowrap								{white-space: nowrap;}
.clear								{clear: both;}
.hr-bottom							{margin: 0 0 2rem 0; padding: 0 0 2rem 0; overflow: visible; border-bottom: 1px solid #ccc;}
.hr-bottom-1						{margin: 0 0 1rem 0; padding: 0 0 1rem 0; overflow: auto; border-bottom: 1px solid #ccc;}
.hr-bottom-0						{margin: 0; padding: 0 0 0.5rem 0; overflow: auto; border-bottom: 1px solid #ccc;}
.hr-bottom-last:last-of-type		{border-bottom: none;}
.display-block						{display: block;}
.display-none						{display: none}
.relative							{position: relative;}
.absolute							{position: absolute;}

.circle								{width: 10rem; height: 10rem; -webkit-border-radius: 5rem; -moz-border-radius: 5rem; border-radius: 5rem; overflow:hidden;}

.table								{width: 100%;}
.table thead						{padding: 1rem; background-color: #d5ddf3; color: #666; font-size: 0.9rem;}
.table thead td						{padding: 0.5rem;}
.table tbody td						{vertical-align: middle; border-bottom: 1px solid #ccc; padding: 0.8rem 0 0.8rem 0.5rem;}
.table tbody td:last-of-type		{padding: 0.8rem 0.5rem;}
.table tbody tr:hover				{background-color: #fff9dd;}
.tr-select							{background-color: #ecf2fa}

.note_box							{border: 1px solid #ccc; padding: 0.5rem; border-radius: 0.2rem;}

a.button-badge:link, a.button-badge:visited, a.button-badge:active
									{display: inline-block; padding: 0.4rem 0.4rem; font-size: 0.9rem; background-color: #b3b3b3; border: 1px solid #b3b3b3; color: white; border-radius: 0.3rem; margin: 0 0.4rem 0.4rem 0; white-space:nowrap;}
a.button-badge:hover				{text-decoration: none; background-color: #2e6da4; border: 1px solid #2e6da4;}					
a.button-badge:hover span			{color: #337ab7;}
.badge								{background: white; color: #b3b3b3; border-radius: 1rem; font-size: 0.8rem; padding: 0 0.3rem; font-weight: bold;}
.badge-active						{background-color: #337ab7 !important; border: 1px solid #2e6da4 !important;}
.badge-active span					{color: #337ab7;}

.word-break							{word-break: break-all; word-wrap: break-word;}
.width-auto							{width: auto !important;}
.radio								{padding: 0 !important;}

.border-yellow						{border: 1px solid yellow;}
.border-red							{border: 1px solid red;}
.border-green						{border: 1px solid green;}
.border-blue						{border: 1px solid blue;}
.border-orange						{border: 1px solid orange;}

.pointer:hover						{cursor: pointer;}

.border-box-gray					{border: 1px solid #ccc; padding: 1rem;}
.box-brightgray						{background-color: #eeeeee; padding: 0.5rem;}

.well 								{min-height: 20px; padding: 0.5rem; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px;
									 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);}

.img-width-24						{width: 24px;}

/* ========================================================================================================================================================== */

/* BB-Code */

.BBCodeTable						{margin-top: 5px; border-top: 1px solid #aaa; padding: 0px; background: #f6f6f6; width: 100%;}
.BBCodeTable td						{border-bottom: 1px solid #aaa; padding: 5px;}
.BBCodeTable tr:hover				{background-color: #fff5ce; cursor: default;}
.BBCodeTable tr td:first-child		{overflow:visible;}


/* ========================================================================================================================================================== */

/* Area / category classes */

/* Header */
#header								{z-index: 3; background: #333;}
.header-logo-bcs					{max-width: 263px; width: 100%;}
.header-logo-wiki					{max-width: 215px; width: 100%;}

/* Breadcrumb */
#breadcrumb							{background-color: #f4f4f4; padding: 0.8rem; border-bottom-left-radius: 0.3rem; border-bottom-right-radius: 0.3rem;}
#breadcrumb > div					{min-height: 2rem;}

/* Popup & context menu (parent object must be position relative) */
.noscroll 							{overflow: hidden; background: white;}
[aria-hidden="true"] 				{display: none;}
[aria-hidden="false"] 				{display: block;}

.context-menu						{display: none; position: absolute; z-index: 400; top: 2.2rem; left: 0; /*min-width: 260px; line-height: 2.4rem;*/ padding: 0; 
									 background: white; box-shadow: 0 0 5px #222; width: auto; border-radius: 0.2rem; overflow: hidden;}
/*.context-menu-right					{left: -282px !important;}  300px - 18px (width of print icon)*/
.context-menu-right					{right: 0; left: auto !important;}
.context-menu-header				{display: none; padding: 0; margin: 0;}
.context-menu-header div:first-of-type
									{cursor: pointer; width: 3.6rem; height: 3.6rem; margin: 0;
									 background: url('/images/svg/go-back-left-arrow.svg') no-repeat center center; background-size: 1.2rem;}
.context-menu-header div:last-of-type
									{color: white; padding-left: 0.5rem; padding-right: 0.5rem;}
.context-menu-content > div p		{margin-bottom: 1rem; white-space:nowrap;}
.context-menu-content > div p:last-of-type
									{margin-bottom: 0;}
.context-menu-content > div 		{padding: 1rem}
.context-menu-content > a			{white-space: nowrap;}


/* Content */
#content_container					{padding: 2.5rem 0 3.5rem 0;}
#content							{padding: 0; margin-right: 3rem;}
.section_border						{padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid #ccc;}	
.section_border:last-of-type		{padding: 0; border: none;}
.section_border h4					{margin: 0 0 0.2rem 0;}

/* Content aside */
.aside_box							{position: relative; border: 1px solid #ccc; padding: 1rem; margin-bottom: 2rem; min-height: 50px;}
.aside_box_season					{position: relative; padding: 1rem 0; margin-bottom: 2rem;}
.aside_box_season h2				{padding: 0; margin: 0 1rem 1rem 1rem; display: none;}
.aside_box_season h3				{padding: 0; margin: 0 1rem 1rem 1rem;}
.aside_box_gray						{position: relative; padding: 1rem; margin-bottom: 2rem; background-color: #eaeaea;}
.aside_box:last-of-type				{margin-bottom: 0;}
.aside_box h2 img					{height: 2rem; vertical-align: text-bottom}
.aside_box article figure			{float: left; width: 8rem; height: 8rem; background-size: cover; background-repeat: no-repeat; background-position: center; margin: 0 0.7rem 0 0; padding: 0;}
.aside_box_shadow					{position: relative; padding: 1rem; margin-bottom: 2rem; border-radius: 0.2rem; background: #f7f7f7; box-shadow: 0 0.2rem 0.2rem #aaa; overflow: auto;}

#aside_booklet						{padding: 1rem; margin-bottom: 2rem;}
#aside_booklet h2					{padding: 0; margin-bottom: 0.5rem;}
#aside_booklet div					{text-align: right;}
#aside_booklet_img					{width: 100%; max-width: 355px; height: auto;}

#iframe_edudip						{background-color: transparent; border: none; overflow: hidden; width: 353px; height: 173px; margin-top: 5px;}

/* News list */
.news_list_item h3					{margin: 0 0 0.2rem 0; line-height: 130%;}
.figure-background					{float: left; width: 8rem; height: 8rem; background-size: cover; background-repeat: no-repeat; background-position: center; margin: 0 0.7rem 0 0; padding: 0;}
.figure-image						{float: left; margin: 0 0.7rem 0 0; padding: 0;}

/* News article */
#news_detail header figure			{width: 100%; margin: 0 0 0.5rem 0; padding: 0;}
#news_detail header figure img		{width: 100%; height: auto;}
#news_detail_header					{margin-bottom: 2rem;}
#news_detail header div div			{line-height: 1.6rem;}
#news_detail > h1					{margin-bottom: 1.5rem;}
#news_detail > p					{margin-bottom: 1rem;}
#news_detail > figure				{float: left; margin: 0 0.7rem 0.7rem 0;}
#news_detail > div					{clear: left; margin-bottom: 2rem;}
#news_more							{margin-bottom: 2rem; padding: 0;}
#news_more h3						{margin-bottom: 0.7rem;}
#news_more p						{margin-bottom: 1rem;}

/* Footer Workshop (edudip) */
#workshop_container					{position: relative; background: #97bf0d; padding: 0; min-height: 229px; margin: 0;}
#workshop_container .container		{padding: 2rem 0;}
#workshop_container .container h2	{margin-bottom: 0.5rem;}
#workshop_container .container p	{margin-bottom: 1rem;}
#workshop_container .container div div img
									{margin-right: 1rem; max-width: 100%; height: auto;}
#box-edudip							{width: 355px; text-align: right;}
#box-edudip-2						{display: none;}

/* Footer Banner */
#banner_container					{position: relative; background: #d3d3d3; padding: 0; min-height: 274px;}
#banner_container .container h2		{margin-bottom: 1rem; padding-top: 2rem}
#banner_container .container > a	{margin-bottom: 2rem}
.banner_item						{margin-bottom: 1.5rem;}
.banner_item:last-of-type			{margin-bottom: 1rem;}
.banner_item h4						{margin: 0; margin-right: 1rem;}
.banner_item img					{box-shadow: 0 0 0.3rem #bbb; max-width: 100%; height: auto;}

/* Footer Ajaxtest */
#ajax_container						{background: #d3d3d3; padding: 2rem 0;}

/* Footer */
footer								{background: #4d4d4d; margin: 0; padding: 0 0 1rem 0; position: absolute; bottom: 0; left: 0; right: 0;}
footer .container					{padding: 2rem 0 0 0;}
footer .container section			{margin-bottom: 2rem;}
footer .container section:last-of-type
									{margin-bottom: 1rem;}
footer .container section h3		{margin-bottom: 1rem;}
footer .container section p			{/*margin-bottom: 1rem;*/}
.footer_table div					{margin-right: 1.5rem; white-space:nowrap;}
.footer_season						{width: 2rem; line-height: 2rem; margin-right: 0.5rem;}
.footer_table div span				{display: block; margin-bottom: 0.5rem;}
footer .container section:last-of-type .shareaholic-canvas .shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper ul.shareaholic-share-buttons
									{margin: 0 auto !important; padding: 0 0 0 0 !important;}
									
/* Newsletter popup */
#popup-newsletter					{display: none; position: fixed; box-shadow: 0 0 10px #000; bottom:0px; width: 100%; z-index: 300;}
#popup-newsletter .container		{height: 60px; background: url('/images/layout/FooterBar_Background2.png') no-repeat right 15px top;}
#popup-newsletter .container p		{font-weight: bold;}
#popup-newsletter .container div	{text-align: center;}
#btn-newsletter						{position: absolute; right: 0px; background: url('/images/buttons/btnGrayClose.png') no-repeat; width: 24px; height: 23px; margin: 6px 6px 0px 0px; cursor: pointer;}

/* List navigation */
.listnavi div img, 
.listnavi a img						{height: 1.1rem; vertical-align: middle;}
.listnavi_btn						{display: inline-block; border-left: 1px solid #ccc; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; line-height: 2.6rem; width: 2.4rem; padding: 0; text-align: center;}
.listnavi_btn:first-child			{border-bottom-left-radius: 0.2rem; border-top-left-radius: 0.2rem;}
.listnavi_btn:last-child			{border-bottom-right-radius: 0.2rem; border-top-right-radius: 0.2rem; border-right: 1px solid #ccc;}
.listnavi_click:hover				{cursor: pointer; background-color: #eeeeee;}		

/* Form */
.form_box_gray						{padding: 1rem; margin-bottom: 2rem; background-color: #f4f4f4; border-radius: 0.3rem;}
.form-default						{margin-bottom: 2rem;}
.form-default h4					{margin-bottom: 0;}
.form-control						{max-width: 360px;}
.captcha input[type="number"]		{height: 41px; width: 8rem !important; float: left; margin-right: 0.5rem; padding: 0; text-align: center; font-size: 2rem;}
.form-horizontal > div				{width: 100% !important; margin: 0;}
.form-horizontal textarea			{height: 6rem;}
.form-horizontal .form-control		{max-width: 100% !important;}

/* Sitemap */
.sitemap_block						{margin: 0 0 0.5rem 2rem;}
.sitemap_cat						{padding-bottom: 0.2rem; margin-bottom: 0.3rem; border-bottom: 2px solid #ddd;}
.sitemap_subcat						{font-weight: bold; padding: 0; margin: 1.2rem 0 0.4rem 0;}
a.sitemap_layer1:link, a.sitemap_layer1:visited, a.sitemap_layer1:active, .sitemap_layer1 
									{color: #555; text-decoration: none; font-weight: bold;}
a.sitemap_layer1:hover 				{color: #000; text-decoration: underline;}
a.sitemap_layer2:link, a.sitemap_layer2:visited, a.sitemap_layer2:active 
									{color: #555; text-decoration: underline;}
a.sitemap_layer2:hover 				{color: #000;}

/* Misc */
.scrollup							{z-index: 990; width:49px; height:49px; position:fixed; bottom:70px; right:85px; display:none; text-indent:-9999px; background: url('/images/buttons/btnScrollToTop.png') no-repeat;}
.LogoFontBucher						{font-size: 1.2rem; font-family: 'ReservoirGrunge', Arial, serif; color: white; text-shadow: 1px 1px 1px rgba(0,0,0,.5); padding: 0 0 0 0.2rem; margin: 0;}
.LogoFont							{font-style:italic; font-size: 1.7rem; font-family: 'Raleway', Arial, serif; color: white; text-shadow: 1px 1px 1px rgba(0,0,0,.5); padding: 0; margin: -5px 0 0 0;}
.path_arrow							{margin: 0 0.3rem; vertical-align: middle; width: 6px; height: 9px;}
#socialshare_box					{padding: 0; margin-bottom: 2rem; border-top: 2px solid #d8d8d8; border-bottom: 2px solid #d8d8d8;}
.content-box-gray					{padding: 1rem; overflow: auto; border-radius: 0.2rem; background: #f7f7f7; box-shadow: 0px 0.2rem 0.2rem #aaa;}
.content-box-border-gray			{padding: 1rem; overflow: auto; border-radius: 0.2rem; border: 1px solid #ccc;}
.gif_loader							{width: 100%; height: 100%; text-align: center; vertical-align: center;}
.loader-small						{background-color: yellow;/*border: 1px solid green; background: url('/images/loader/loading3.gif') no-repeat center center; min-height: 11px; min-width: 16px; width: 100%; height: 100%;*/}

/* Google Map */
.gm-style [aria-hidden='true'] 		{display: block; display: initial;} /* Fix the problem with aria-hidden='true' */
#map_canvas							{width: 100%; height: 520px;}
.maps-info div div:first-of-type	{width: 3.8rem; height: 3.8rem; border-radius: 1.9rem; background-size: cover;}
.maps-info div div h4				{margin: 0; padding: 0;}
.maps-info div div p				{margin: 0; padding: 0;}

/* Hotline */
.hotline_list						{border-bottom: 1px dotted #ccc; padding-bottom: 1rem; margin-bottom: 1rem;}
.hotline_list:last-of-type			{border: none; margin: 0; padding: 0;}
.hotline_list div figure			{float: left; margin: 0 0.5rem 0 0; padding: 0;}
.hotline_list > div:first-of-type	{padding-right: 0.5rem;}

/* Mediathek */
.elastic-video 						{position: relative; padding-bottom: 54.2%; padding-top: 15px; height: 0; overflow: hidden; z-index: 100;}
.elastic-video iframe 				{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100;}
.video_list_item					{overflow: auto;}
.video_list_item figure				{float: left; margin: 0 0.7rem 0 0; padding: 0;}
.video_list_item figure img			{width: 100%; height: auto;}

/* Wiki content */
.wiki								{max-width: 724px;}
.wiki img							{max-width: 100%; height: auto;}

/* Fractals */
.fractal_header						{height: 100%; background-color: #f4f4f4;}
.fractal_footer						{padding: 0.7rem 1rem;}
.fractal_footer p 					{color: white;}

.links_banner						{box-shadow: 0 0 0.3rem #bbb; max-width: 100%; height: auto;}

/* Prevent text marking */
.deselect ::selection 				{background: transparent; color: inherit;}
.deselect ::-moz-selection 			{background: transparent; color: inherit;}
.deselect 							{-ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;}

/* ========================================================================================================================================================== */


/* Link classes */

a.url_white:link, a.url_white:visited, a.url_white:active {color: white; text-decoration: none;}
a.url_white:hover {color: #eeeeee; text-decoration: underline;}

a.url_black:link, a.url_black:visited, a.url_black:active {color: #333333; text-decoration: none;}
a.url_black:hover {color: black; text-decoration: underline;}

a.url_gray:link, a.url_gray:visited, a.url_gray:active {color: #666666; text-decoration: none;}
a.url_gray:hover {color: black; text-decoration: underline;}

a.no-underline:hover	{text-decoration: none;}

/* Div/p/span link classes */

.link-white							{color: white}
.link-white:hover					{color: white; text-decoration: underline; cursor: pointer;}

/* ========================================================================================================================================================== */


/* Alerts */

.alert					{padding: 1rem 1rem 1rem 5.3rem; margin: 0 0 1.5rem 0; box-shadow: 0 0.2rem 0.2rem #aaa; border-radius: 0.2rem;}
.alert_ie				{padding: 20px 20px 20px 70px; margin: 20px; box-shadow: 0 5px 5px #aaa; border-radius: 5px;}

.alert-success			{min-height: 33px; color: #315505; background-color: #9ed658;
						 background: url('/images/icons/iconStatusSuccessBig.png') 14px 12px no-repeat;
						 background: url('/images/icons/iconStatusSuccessBig.png') 14px 12px no-repeat, -moz-linear-gradient(top, #a3dc5b, #8ec34b); /* Firefox */
						 background: url('/images/icons/iconStatusSuccessBig.png') 14px 12px no-repeat, -webkit-linear-gradient(top, #a3dc5b, #8ec34b);  /* Safari, Chrome, Opera - neue Syntax! */
						 background: url('/images/icons/iconStatusSuccessBig.png') 14px 12px no-repeat, -ms-linear-gradient(top, #a3dc5b, #8ec34b); /* IE */
						}
.alert-success p		{height: 33px;}
.alert-danger			{min-height: 34px; color: #7b1b08; background-color: #f89e82;
						 background: url('/images/icons/iconStatusErrorBig.png') 17px 12px no-repeat;
						 background: url('/images/icons/iconStatusErrorBig.png') 17px 12px no-repeat, -moz-linear-gradient(top, #f8a990, #e58465); /* Firefox */
						 background: url('/images/icons/iconStatusErrorBig.png') 17px 12px no-repeat, -webkit-linear-gradient(top, #f8a990, #e58465);  /* Safari, Chrome, Opera - neue Syntax! */
						 background: url('/images/icons/iconStatusErrorBig.png') 17px 12px no-repeat, -ms-linear-gradient(top, #f8a990, #e58465); /* IE */
						}
.alert-danger p			{height: 34px;}

.alert-info				{min-height: 35px; color: #274975; background: #abcfff url('/images/icons/iconStatusInfoBig.png') 17px 12px no-repeat;}
.alert-info p			{height: 35px;}

.alert-warning			{min-height: 35px; color: #6a4f05; background: #ffd052 url('/images/icons/iconStatusWarningBig.png') 16px 12px no-repeat;}
.alert-warning p		{height: 35px;}

.alert-maintenance		{min-height: 35px; color: #6a4f05; background: #ffd052 url('/images/icons/iconStatusMaintenanceBig.png') 16px 12px no-repeat;}
.alert-maintenance p	{height: 35px;}

/* Status Small */
.alert-small			{padding: 0.6rem 0.6rem 0.6rem 3rem; margin: 0 0 1.5rem 0; box-shadow: 0 0.2rem 0.2rem #aaa; border-radius: 0.2rem;}

.alert-success-small	{min-height: 12px; color: #315505; background: #9ed658 url('/images/icons/iconStatusSuccessSmall.png') 11px 7px no-repeat;}
.alert-danger-small		{min-height: 13px; color: #7b1b08; background: #f89e82 url('/images/icons/iconStatusErrorSmall.png') 12px 7px no-repeat;}
.alert-info-small		{min-height: 15px; color: #274975; background: #abcfff url('/images/icons/iconStatusInfoSmall.png') 11px 7px no-repeat;}
.alert-warning-small	{min-height: 13px; color: #6a4f05; background: #ffd052 url('/images/icons/iconStatusWarningSmall.png') 12px 7px no-repeat;}
.alert-maintenance-small{min-height: 13px; color: #6a4f05; background: #ffd052 url('/images/icons/iconStatusMaintenanceSmall.png') 12px 7px no-repeat;}

.alert-success a, .alert-danger a, .alert-info a, .alert-warning a , .alert-success-small a, .alert-danger-small a, .alert-info-small a, .alert-warning-small a
						{color: black !important;}
.alert-success p, .alert-danger p, .alert-info p, .alert-warning p
						{display:table-cell; vertical-align: middle; font-weight: bold;}

#alert-close			{float: right; text-align: right;}
#alert-close:hover		{cursor: pointer;}



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

@media (min-width: 1200px) {
.container 							{width: 1153px;} /* ursprünglich 1170, jedoch 17 Pixel wegen Scrollbar abgezogen */
}

@media only screen and (max-width: 1180px) {
/*html								{font-size: 84%;}*/
.container							{width: 94%; padding: 0 3%;}
/*#aside_booklet_img					{width: 74%; height: auto;}*/
#popup-newsletter .container		{background-position: right top;}
/*#news_detail header figure			{height: 340px;}*/
}

@media only screen and (max-width: 950px) {
#header .container					{-webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;}
#header_menu						{display: -ms-flexbox; display: -webkit-flex; display: -webkit-box; display: flex;
									 -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
									 -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;
									 -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;}
#header_logo						{padding: 0.8rem 0;}
#header_search, #content_search		{display: none;}
.fullwidth2							{padding: 0; width: 100%;}
#workshop_container .container div div{display: none;}
#aside_booklet h2					{font-size: 1.4rem;}
#content_container					{padding: 1.7rem 0 2.5rem 0;}
#content							{margin-right: 1.7rem;}
h1									{margin: 0 0 2.5rem 0;}
/*h2									{margin: 0 0 1rem 0;}
h3									{margin: 0 0 1rem 0;}
h4									{margin: 0 0 1rem 0;}*/
.aside_box article figure, .figure-background
									{width: 7rem; height: 7rem; margin: 0 0.6rem 0 0;}
}

@media only screen and (max-width: 800px) {
html								{/*font-size: 86%;*/}
#content_container					{display: block; padding: 1.5rem 0 2.2rem 0;}
#content							{padding: 0; margin: 0; width: 100%;}
#content_aside						{width: 100%;}
.aside_box_season, .aside_box_gray	{border: 0; margin: 2rem 0 0 0;}
.aside_box_season h2				{display: block; margin: 0 1rem 0.5rem 1rem;}
.aside_box							{border: 0; border-top: 1px solid #ccc; margin: 1.5rem 0 0 0; padding: 1.5rem 0 0 0;}
#aside_booklet						{margin: 2rem 0 0 0;}
#fb-like-box						{display: none;}

#banner_container div h2			{margin-bottom: 0.4rem;}
.banner_item						{display: block; margin-bottom: 1rem; width: 100%;}
.banner_item h4						{font-size: 1.2rem;}

/*.links_banner						{box-shadow: 0 0 0.3rem #bbb; max-width: 100%; height: auto;}*/

#workshop_container .container		{display: block; text-align: center;}
#workshop_container .container h2	{-webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;}
#box-edudip							{width: 100%; text-align: center;}
h1									{margin: 0 0 2rem 0;}
h2									{margin: 0 0 1.2rem 0;}
h3									{margin: 0 0 1.1rem 0;}
h4									{margin: 0 0 1rem 0;}
#shop_status > img					{display: none;}
}

@media only screen and (max-width: 640px) {
html								{/*font-size: 88%;*/}
#header .container					{width: 97%; padding: 0 0 0 3%; margin: 0;}
.scrollup							{visibility: hidden;}
.fullwidth							{padding: 0; width: 100%;}
#slider_magneticcards				{display: none;}
.block-640							{display: block !important;}
}

@media only screen and (max-width: 480px) {
/*html								{font-size: 75%;}*/
#header_logo a img					{width: 85%; margin-right: 15%;}
#header_search, #content_search		{display: none;}
#content_container					{padding: 1.5rem 0 1.5rem 0;}
#aside_booklet						{/*display: none;*/}
.aside_box_gray						{padding: 0.7rem 0.7rem 1rem 0.7rem;}
h1									{font-size: 1.6rem; margin: 0 0 1.5rem 0;}
h2									{font-size: 1.4rem; margin: 0 0 1.2rem 0;}
h3									{font-size: 1.2rem; margin: 0 0 1.1rem 0;}
h4									{font-size: 1.1rem; margin: 0 0 1rem 0;}
#listnavi_container					{display: block; text-align: center;}
.listnavi_site						{display: none;}
.listnavi_btn						{width: 2.1rem;}
/*#news_detail header figure			{height: 240px;}*/
#news_detail_header div:last-of-type{display: none;}
.hotline_list						{display: block;}
.hotline_list > div:first-of-type	{padding: 0 0 0.5rem 0;}
.form-horizontal					{display: block;}
.form_box_gray						{padding: 1rem;}
article .flex-row					{display: block;}
#socialshare_box					{padding: 0;}
.video_list_item p					{display: none;}
.aside_box article figure, .figure-background
									{width: 6rem; height: 6rem; margin: 0 0.6rem 0 0;}
.hr-bottom							{margin: 0 0 1.5rem 0; padding: 0 0 1.5rem 0;}
#map_canvas							{height: 420px}
.block-root							{display: block !important;}
.block								{display: block !important;}
.block > div						{display: block !important;}
.block-center						{display: block !important; text-align: center !important}
.content-box-gray div				{margin-bottom: 0.5rem;}

/* Breadcrumb */
#breadcrumb > div,
#breadcrumb > div > div				{position: static;}

/* Context menu (parent object must be position relative) */
.context-menu						{position: fixed !important; top: 0; right: 0; bottom: 0; left: 0; width: 100%; box-shadow: none;}
.context-menu-right					{left: 0 !important;}
.context-menu-header				{display: -ms-flexbox; display: -webkit-flex; display: -webkit-box; display: flex;}
.context-menu-content				{height: auto; width: 100%; position: absolute; top: 3.6rem; bottom: 0; overflow-y: scroll;}
.context-menu-content > div p		{white-space: normal;}
.context-menu-content > a			{white-space: normal;}

#certificate_search div:first-of-type{margin-bottom: 0.8rem}
#certificate_search div div input	{margin-bottom: 0.8rem}
.fractal_box						{display: block;}
.fractal_box_img					{width: 100%; text-align: center; background-color: #888;}
.circle								{width: 8rem; height: 8rem; -webkit-border-radius: 4rem; -moz-border-radius: 4rem; border-radius: 4rem;}
#products_aside > div				{margin-bottom: 1.5rem;}
.space-right-bottom-1				{margin: 0 0 1rem 0 !important;}
.image-width						{width: auto;}
.floatleft, .floatright				{float: none; margin: 0 0 1rem 0; display: block;}
#shop_status						{display: block}
#shop_status > div					{width: 100%; border-bottom: 1px solid white;}
.select-group-item					{padding: 1rem;}

.space-0							{margin-bottom: 0.2rem !important;} /* 0.3 */
.space-1							{margin-bottom: 0.6666666666666667rem !important;} /* 1 */
.space-2							{margin-bottom: 1.333333333333333rem !important;} /* 2 */
.space-3							{margin-bottom: 2rem !important;} /* 3 */
.space-right-0						{margin-right: 0.3333333333333334rem !important;} /* 0.5 */
.space-right-1						{margin-right: 0.6666666666666667rem !important;} /* 1 */
.space-right-2						{margin-right: 1.333333333333333rem !important;} /* 2 */
.space-left-0						{margin-left: 0.3333333333333334rem !important;} /* 0.5 */
.space-left-1						{margin-left: 0.6666666666666667rem !important;} /* 1 */
.space-left-2						{margin-left: 1.333333333333333rem !important;} /* 2 */
.space-top-0						{margin-top: 0.3333333333333334rem !important;} /* 0.5 */
.space-top-1						{margin-top: 0.6666666666666667rem !important;} /* 1 */
.space-top-2						{margin-top: 1.333333333333333rem !important;} /* 2 */
.space-top-3						{margin-top: 2rem !important;} /* 3 */
.space-all-0						{margin: 0.3333333333333334rem !important;} /* 0.5 */
.space-all-1						{margin: 0.6666666666666667rem !important;} /* 1 */
.space-right-bottom-1				{margin: 0 0.6666666666666667rem 0 0 !important;} /* 1 */
}

@media only screen and (max-width: 400px) {
#workshop_container .container		{padding-left: 0; padding-right: 0;}
#box-edudip-1						{display: none;}
#box-edudip-2						{display: inline}
/*#news_detail header figure			{height: 200px;}*/
.form_box_gray						{padding: 0.7rem;}
}



@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for viewports that meet the condition */
}


/* ==========================================================================
   Loader
   ========================================================================== */

.loader-layer						{position: absolute; z-index: 4000; background-color: rgba(255,255,255,0.8); width: 100%; height: 100%; padding: 0; margin: 0; top: 0; left: 0;}

.loader								{width: 100%; height: 100%; text-align: center; padding: 1rem 0;
									 -webkit-box-sizing: border-box;
									 -moz-box-sizing: border-box;
									 box-sizing: border-box;
									 /*position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);*/
									}

.loader-container					{position: absolute; width: 100%; height: 100%; padding: 0; margin: 0; top: 0; left: 0;}
  
@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5rem 0 0 0, rgba(0, 0, 51, 0.3) 1.1rem 1.1rem 0 0, rgba(0, 0, 51, 0.3) 0 1.5rem 0 0, rgba(0, 0, 51, 0.3) -1.1rem 1.1rem 0 0, rgba(0, 0, 51, 0.3) -1.5rem 0 0 0, rgba(0, 0, 51, 0.3) -1.1rem -1.1rem 0 0, rgba(0, 0, 51, 0.3) 0 -1.5rem 0 0, rgba(0, 0, 51, 0.3) 1.1rem -1.1rem 0 0;
  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5rem 0 0 0, rgba(0, 0, 51, 0.3) 1.1rem 1.1rem 0 0, rgba(0, 0, 51, 0.3) 0 1.5rem 0 0, rgba(0, 0, 51, 0.3) -1.1rem 1.1rem 0 0, rgba(0, 0, 51, 0.3) -1.5rem 0 0 0, rgba(0, 0, 51, 0.3) -1.1rem -1.1rem 0 0, rgba(0, 0, 51, 0.3) 0 -1.5rem 0 0, rgba(0, 0, 51, 0.3) 1.1rem -1.1rem 0 0;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5rem 0 0 0, rgba(0, 0, 51, 0.3) 1.1rem 1.1rem 0 0, rgba(0, 0, 51, 0.3) 0 1.5rem 0 0, rgba(0, 0, 51, 0.3) -1.1rem 1.1rem 0 0, rgba(0, 0, 51, 0.3) -1.5rem 0 0 0, rgba(0, 0, 51, 0.3) -1.1rem -1.1rem 0 0, rgba(0, 0, 51, 0.3) 0 -1.5rem 0 0, rgba(0, 0, 51, 0.3) 1.1rem -1.1rem 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1rem;
  height: 1rem;
  margin: 1.5rem;
  overflow: hidden;
  text-indent: 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
