body {
/*  
	font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-family: 'Encode Sans', sans-serif;
	font-size: 18px;
*/

	font-family: 'Barlow Semi Condensed', sans-serif;
	font-family: 'Barlow', sans-serif;
	font-size: 17px;

	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
}

a, a:link, a:visited, a:hover { color: #03a9f4;  }
a:hover { text-decoration: underline; }

a, a:link, a:visited, a:hover { color: inherit;  }
a:hover { text-decoration: underline; }

ul { list-style: disc outside; padding-left: 0px; margin-left: 32px;}
ul:not(.browser-default) li {  list-style-type: disc;  margin-left: 0px; padding-left: 0px; margin-top: 12px; }

div#sideMenu ul, nav ul { list-style: none !important;  }
div#sideMenu ul:not(.browser-default), 

nav ul:not(.browser-default) li { list-style-type: none !important; }
	
p {
/*    
	font-family: 'Encode Sans', sans-serif;
	font-size: 18px;
*/
	font-family: 'Barlow', sans-serif;
	font-size: 17px;
	
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
}

strong {
	font-weight: 600;
}

p.small {
	font-size: 16px;
	line-height:24px;
}

span.label,	
p.label {	
	font-size: 14px;
	line-height: 21px;
	color: #999999;
}

p.lead {
	font-size: 19px;
	line-height: 30px;	
}
p.gTextOpener {
	margin: 5px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	color: #222222;	
	margin: 0px;
	padding: 0px;
}




h1, h2 {
	font-size: 32px;
	line-height: 36px;
}

h1.superTitle {
	font-size: 44px;
	line-height: 48px;
}

div.collapsible-header h2 { font-size: 24px; }

h3 {
	font-size: 24px;
	line-height: 32px;
}

h4 {
	font-size: 21px;
	line-height:30px;
}

h5 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #999999;
	margin-top: 24px;
	margin-bottom: -12px;
}


h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { 
	font-size: 65%;
	display: block;
	line-height: 1.4em;
	font-weight: 400;
}


.thinText { font-weight: 300; }

.modal-close {
/*	font-family: 'Encode Sans Semi Condensed', sans-serif; */
	font-family: 'Barlow Semi Condensed', sans-serif;
    color: #222222;
	font-weight: 500;
	font-size: 16px;	
}


a.refTitle:link,
a.refTitle:hover,
a.refTitle:visited {
	border-bottom: 1px dotted #999999 !important;
	text-decoration: none !important;
}

a.refTitle:hover {	border-bottom: 1px dotted #212121 !important; } 
 



nav ul a {
	font-size: 18px;
}

nav ul#nav-mobile li.active, 
nav ul#nav-mobile li.active:hover 	{ background-color: rgb(58,203,137); }
nav ul#nav-mobile li:hover 		{ background-color: #666666; }
nav ul a:hover 			{ text-decoration: none; }

#nav-mobile * { text-transform: uppercase;}

/* DROPDOWNS & FILTERBAR
========================== */

p.functionGroupLead {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	letter-spacing: 0.5px;
}

#filterBar li { border-right: 1px solid #999999; } 
 #filterBar li:first-child {border-left: 1px solid #999999; margin-left: -5px;} 
#functionalGroupFilterBar li,
#functionalGroupFilterBar li > a,
#filterBar li,
#filterBar li > a {
/*    
	font-family: 'Encode Sans Semi Condensed', sans-serif;
*/
	font-family: 'Barlow Semi Condensed', sans-serif;
    color: #222222;
	font-weight: 400;
	font-size: 18px;	
}

#functionalGroupFilterBar li > a,
#filterBar li > a { padding: 0px 24px; }

#functionalGroupFilterBar li > a { padding: 0px 64px; }
#functionalGroupFilterBar li:hover,
functionalGroupFilterBar li > a:hover,
#filterBar li:hover,
#filterBar li > a:hover { text-decoration: none;}
	
.dropdown-content, 
.dropdown-content li,
.dropdown-content li > a,
.dropdown-content li > span {
/*    
	font-family: 'Encode Sans Semi Condensed', sans-serif;
*/
	font-family: 'Barlow Semi Condensed', sans-serif;
    color: #222222;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

.dropdown-content li > span.badge {
	margin: 0px; padding: 1px 8px;
	margin-top: -1px;
	font-size: 12px;
	line-height: 20px;
	background-color: #999999;
	color: #FFFFFF;
	border-radius: 15px;
	min-width: 10px;
}



#filterBar li.groupHead {    
/*    
	font-family: 'Encode Sans Semi Condensed', sans-serif;
*/
	font-family: 'Barlow Semi Condensed', sans-serif;
    color: #999999;
    background-color: #F2F2F2;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	padding: 20px 20px;
	margin-left:0px;
	margin-right: 0px;
	padding-top: 22px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}


label { color: #222222; }
[type="checkbox"].filled-in:not(:checked) + span:not(.lever)::after { top: 4px; }
[type="checkbox"].filled-in + span::after, [type="checkbox"].filled-in:checked + span::after { top: 4px; }

[type="checkbox"].filled-in:checked + span:not(.lever)::after {
     border: 2px solid #222222;
     background-color: #222222;
     top: 4px;
 }
 /* DER HAKEN ... */
 [type="checkbox"].filled-in:checked + span:not(.lever)::before { top: 3px; }

[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::after { background-color: #222222; }
[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"].with-gap:checked + span::after { background-color: #222222; }
[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::after { background-color: #222222; }
[type="radio"]:not(:checked) + span::before, [type="radio"]:not(:checked) + span::after { border: 2px solid #222222;}
[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"].with-gap:checked + span::after { border: 2px solid #222222; }


/*  SMARTPHONE & iPAD STYLES
===============================
=============================== */
@media only screen and (max-width: 768px) {
body, p {
	font-size: 16px;
	line-height: 24px;
}

h1, h2 {
	font-size: 28px;
	line-height: 32px;
}


h1.superTitle {
	font-size: 32px;
	line-height: 36px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
}

h4 {
	font-size: 19px;
	line-height:22px;
}

h5 {
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
}


}