:root {
    --color-black: #000000;
    --color-grey-dark: #020202;
    --color-blue-dark: #030405;
    --color-blue-black-33: #00112233;
    --color-turquoise: #7bc3f0;
    --color-white: #FFFFFF;
    --bg: #ffffffD0;
    --body-bg: var(--color-turquoise);
    --code-bg: #f7f7f7;
    --notice1-bg: #fffbf0;
    --notice2-bg: #fdf3f2;
    --notice3-bg: #f7f7f7;
    --heading: var(--color-blue-dark);
    --heading-nb: var(--color-turquoise);
    --menu-after: var(--color-turquoise);
    --menu-dark: var(--color-blue-dark);
    --text: var(--color-black);
    --code: #333333;
    --link: var(--color-turquoise);;
    --link-active: var(--color-blue-dark);
    --link-hover: var(--color-blue-dark);
    --blockquote: #777;
    --notice1-accent: #fb0;
    --notice2-accent: #d32;
    --notice3-accent: #777;
    --separator: #bbb;
    --border: #bbb;
    --font: "Open Sans", Helvetica, sans-serif;
    --monospace-font: Consolas, Menlo, Courier, monospace;
}

@font-face {font-family: RobotoCondensed; font-style: normal; font-weight: 900; src:url("fonts/RobotoCondensed-Bold.ttf") format("truetype");}
@font-face {font-family: RobotoCondensed; font-style: normal; font-weight: 700; src:url("fonts/RobotoCondensed-Regular.ttf") format("truetype");}
@font-face {font-family: RobotoCondensed; font-style: normal; font-weight: 400; src:url("fonts/RobotoCondensed-Light.ttf") format("truetype");}

@font-face {font-family: SpecialElite; font-style: normal; font-weight: 400; src:url("fonts/SpecialElite-Regular.ttf") format("truetype");}



/* RESET BROWSERSTYLE */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,hr,blockquote {padding: 0; margin: 0;}

/* GLOBAL */
h1, h2, h3, h4, h5, h6 {color: var(--heading)}
h1 {font-family: SpecialElite, arial, sans-serif; font-size: 40px; line-height: 1.2em; font-weight: 400; padding: 24px 0 6px 0; margin: 0;}
h2 {font-family: SpecialElite, arial, sans-serif; font-size: 32px; line-height: 1.2em; font-weight: 400; padding: 24px 0 6px 0; margin: 0;}
h3 {font-family: SpecialElite, arial, sans-serif; font-size: 28px; line-height: 1.2em; font-weight: 400; padding: 24px 0 6px 0; margin: 0;}
h4 {font-family: SpecialElite, arial, sans-serif; font-size: 24px; line-height: 1.2em; font-weight: 400; padding: 24px 0 6px 0; margin: 0;}
h5 {font-family: SpecialElite, arial, sans-serif; font-size: 22px; line-height: 1.2em; font-weight: 400; padding: 24px 0 6px 0; margin: 0;}
h6 {font-family: SpecialElite, arial, sans-serif; font-size: 20px; line-height: 1.2em; font-weight: 400; padding: 24px 0 6px 0; margin: 0;}
p {padding: 8px 0;}
ol {margin: 6px 0 6px 20px;}
ol li {line-height: 1.3em; border: 0; padding: 3px 0; margin: 2px 0;}
ul {list-style: disc; padding: 6px 0px 6px 20px;}
ul li {line-height: 1.3em; border: 0; padding: 3px 0;}
hr {height: 1px; clear: both; color: #aaa; background-color: #aaa; border: 0; margin: 16px 0;}
blockquote {background: var(--color-white); background-image: url(/userfiles/css/fsf-quote.png); background-position: top left; background-repeat: no-repeat; text-indent: 30px; color: var(--blockquote); margin-left:10px;}
img {box-sizing: border-box; max-width: 100%; height: auto;}
pre {background: var(--code-bg); color: var(--code); margin-left:10px; line-height: 110%;max-height: 250px; width: 95%; overflow: scroll; }
code {font-size: 10pt;}





/* 
##############################
 C O N T E N T  C L A S S E S 
##############################
*/

img.tplge_border {background: #fff; border: 1px solid #aaa; border-radius: 3px; padding: 6px;}
img.tplge_left_border {display: block; background: #fff; float: left; max-width: 44%; border: 1px solid #aaa; border-radius: 3px; padding: 6px; margin: 0 20px 16px 0;}
img.tplge_right_border {display: block; background: #fff; float: right; max-width: 44%; border: 1px solid #aaa; border-radius: 3px; padding: 6px; margin: 0 0 16px 20px;}
img.tplge_left_noborder {display: block; float: left; max-width: 44%; border: 0; margin: 0 20px 16px 0;}
img.tplge_right_noborder {display: block; float: right; max-width: 44%; border: 0; margin: 0 0 16px 20px;}
img.tplge_left {display: block; float: left; max-width: 44%; border: 0; margin: 0 20px 16px 0;}
img.tplge_right {display: block; float: right; max-width: 44%; border: 0; margin: 0 0 16px 20px;}
img.tplge_centered {display: block; border: 0; margin: 16px auto;}
img.tplge_centered_noborder {display: block; border: 0; margin: 16px auto;}
img.tplge_centered_border {display: block; background: #fff; border: 1px solid #aaa; border-radius: 3px; padding: 6px; margin: 16px auto;}
img.fsf_squared {width: 250px; object-fit: cover; aspect-ratio: 1 / 1;}


.tplge_clearLeft {clear: left;}
.tplge_clearRight {clear: right;}
.tplge_clearBoth {clear: both;}

/* Contentboxen */
div.tplge_contentboxleft {width: 47%; min-height: 60px; float: left; box-sizing: border-box; background: #d0d3d9; font-size: 17px; line-height: 1.3em; border: 0px solid #aaa; border-radius: 3px; padding: 12px 20px 10px 20px; margin: 12px 3% 12px 0;}
div.tplge_contentboxright {width: 47%; min-height: 60px; float: right; box-sizing: border-box; background: #d0d3d9; font-size: 17px; line-height: 1.3em; border: 0px solid #aaa; border-radius: 3px; padding: 12px 20px 10px 20px; margin: 12px 0 12px 3%;}
div.tplge_contentboxfullsize {clear: both; width: 100%; min-height: 60px; box-sizing: border-box; background: #d0d3d9; font-size: 17px; border: 0px solid #aaa; border-radius: 3px; padding: 12px 20px 10px 20px; margin: 12px 0 12px 0;}
.tplge_headlineContentBox {font-size: 20px; padding: 0; margin: 0;}
.tplge_contentboxesClear {clear: both; height: 1px; overflow: hidden;}

.tplge_code {clear: both; background: #eeeee6; color: #222; font-family: 'courier new', monospace; font-size: 12px; border: 2px solid #aaa; padding: 10px 16px; margin: 10px 0; overflow: scroll;}
.tplge_box01 {width: 75%; clear: both; background: #536; color: #fff; border: 9px solid #869; border-radius: 3px; padding: 12px 2%; margin: 5px auto 10px auto; rotate: -2deg;}
.tplge_legal {padding: 6px 0;}

/* TinyMCE image descriptions */
figure.image {display: table; background: #fff; border: 1px solid #aaa; border-radius: 5px; padding: 9px; margin: 10px auto 20px auto;}
figure.align-left {max-width: 40%; float: left; margin: 10px 3% 20px 0;}
figure.align-right {max-width: 40%; float: right; margin: 10px 0 20px 3%;}
figure.align-center {float: none; margin: 20px auto;}
figure.image img {display: block; padding: 0; margin: 0 auto;}
figure.image figcaption {background: #fff; color: #222; text-align: center; font-size: 16px; line-height: 1.2em; padding: 9px 12px;}

/* table basic design */
table {border-collapse: collapse;}
td {min-width: 20px!important;}

/* table design grey */
table.grey {width: 100%; height: auto; background: #fff; border: 0; margin: 2px 0 16px 0; border-collapse: separate;}
table.grey td {width: auto; height: auto; vertical-align: top; background: #d0d6d9; color: #333; line-height: 1.3em; border: 0!important; padding: 8px 12px;}
table.grey td p {margin: 6px 0;} 

/* table design white */
table.white {width: 100%; height: auto; background: #fff; border: 0; border-collapse: collapse; margin: 2px 0 16px 0;}
table.white td {width: auto; height: auto; vertical-align: top; background: #fff; color: #333; line-height: 1.3em; border: 1px solid #aaa!important; padding: 8px 10px;}
table.white td p {margin: 6px 0;} 

/* unsichtbare Tabelle linksbündig / unvisible table align left */
table.transparent {width: 100%; height: auto; border: 0; border-collapse: collapse; margin: 2px 0 16px 0;}
table.transparent td {width: auto; height: auto; vertical-align: top; line-height: 1.3em; border: 0px solid!important; padding: 8px 24px 8px 0;}
table.transparent td p {margin: 6px 0;}





/* 
##############################
      B E R E I C H E
############################## 
*/

/* BODY UND SEITE / BODY AND PAGE */
body {background: #fff; color: #333; font-family: RobotoCondensed, arial, sans-serif; font-size: 20px; font-weight: 400; line-height: 1.4em; text-align: left;}
.body {background: #00090f;}
#top {font-size: 0; line-height: 0;} 





/* FIXED NAVIGATION */

.tplge_pageNav {position: fixed; top: 0; box-sizing: border-box; width: 100%; min-width: 300px; height: 48px; background: #023; color: #fff; font-size: 17px; padding: 0 10px 0 16px; margin: 0 auto; z-index: 998; overflow: hidden; opacity: 0.8;}

/* buttons */
img.tplge_homelinkButton {float: left;}
img.tplge_sitemaplinkButton {float: left;}
img.tplge_menulinkButton {float: right;}
img.tplge_searchlinkButton {float: right;}
img.tplge_newslinkButton {float: right;}
img.tplge_toplinkButton {float: right;}

img.tplge_homelinkButton:hover,
img.tplge_sitemaplinkButton:hover,
img.tplge_menulinkButton:hover,
img.tplge_newslinkButton:hover,
img.tplge_searchlinkButton:hover,
img.tplge_toplinkButton:hover,
img.tplge_scrolltoTopButton:hover {background: #b64;}

.tplge_searchAnchor {border: 1px solid transparent; margin: -65px 0 65px 0;}
.tplge_newsAnchor {border: 1px solid transparent; margin: -55px 0 55px 0;}



/* locator */
.tplge_locator {position: relative; max-width: 96%; float: left; background: var(--color-blue-black-33); color: #000; font-size: 17px; letter-spacing: 1px; border-radius: 0 0 24px 0; padding: 0; margin: 0 auto 0 0; overflow: hidden; z-index: 2;}
.tplge_locatorL2 {margin: 9px 30px 9px 20px;}
.tplge_locatorDelimiter {color: #000; font-size: 20px; font-weight: 900; padding: 0 2px;}
.tplge_locator span.tplge_locatortext {font-weight: 700; text-transform: uppercase; padding: 0 6px 0 0;}
.tplge_locator span.cmsimpleLocatorElement {font-weight: 400;}
.tplge_locator span.cmsimpleLocatorElementLast {font-weight: 700; text-transform: uppercase; color: #000;}





/* CONTENT */

/* sitename */
.tplge_sitename {background: #7bc3f0 url(fsf/fsf-logo.png) left top no-repeat; padding-top: 48px; height:100px; font-size:0;}

/* language menu */
.tplge_langmenu {text-align: left;}
.tplge_langmenu img {background: #fff; border: 1px solid #999; border-radius: 3px; padding: 3px; margin: 0 20px 0 0;}


article {background: var(--bg); border-radius: 3px; padding: 2px 8px!important; margin: 5px;}
article p.cmsimple_editmodeLocator {background: #ffffff99; border-radius: 3px; padding: 2px 8px!important;}

/* CMSimple mailform */
.tplge_contentL2 input {background: #eee; border: 1px solid #869; border-radius: 0; padding: 4px 6px;}
.tplge_contentL2 input.text {width: 80%; background: #eee; border: 1px solid #869; border-radius: 0; padding: 4px 6px;}
.tplge_contentL2 textarea {width: 94%; background: #eee; font-family: RobotoCondensed, arial, sans-serif; border: 1px solid #869; border-radius: 0; padding: 6px;}
.captchainput {background: #eee; border: 1px solid #869; border-radius: 0;}
.tplge_contentL2 input.submit, .tplge_contentL2 input#submit {background: url(images/button.jpg) repeat-x!important; color: #333; font-size: 15px; line-height: 20px; border: 1px solid #aaa; border-radius: 3px; padding: 2px 12px 4px 12px; margin: 0 auto 0 0;} 

/* submenu siblingsmenu subsibmenu */
nav.tplge_subsibmenus {clear: both; font-size: 17px; margin: 24px 0; display:none; }
.tplge_subsibmenus p {font-size: 20px; font-weight: 700;}
.tplge_subsibmenus span {font-weight: 700;}
.tplge_subsibmenus .parentLink {font-size: 24px; font-weight: 400; padding: 6px 0 0 0; margin: 0;}
.tplge_subsibmenus .heading {font-size: 20px; font-weight: 700; padding: 6px 0 0 0; margin: 0;}

/* prev-top-next */
.tplge_prevtopnext {clear: both; text-align: center; padding: 0; margin: 36px 0 16px 0;}
.tplge_prevtopnext img {background: linear-gradient(-45deg, #000609 30%, #505659 70%); border: 0px solid #999; border-radius: 25px; padding: 14px; margin: 0 16px;}
.tplge_prevtopnext img:hover {background: #b64;}

/* sitemaplevel1 */
ul.sitemaplevel1 {list-style-type: none; padding: 0; margin: 16px 0;}
ul.sitemaplevel1 li {font-family: RobotoCondensed, arial, sans-serif; font-size: 18px; font-weight: 900; line-height: 1.2em; text-transform: uppercase; border: 0px solid #abc; border-radius: 0; padding: 0; margin: 20px 0;}

/* sitemaplevel2 */
ul.sitemaplevel2 {list-style-type: none; border: 0; padding: 0; margin: 0;}
ul.sitemaplevel2 li {font-family: RobotoCondensed, sans-serif; font-size: 18px; font-weight: 400; text-transform: none; border: 0; padding: 10px 0 0 0; margin: 0;}

/* sitemaplevel3 */
ul.sitemaplevel3 {list-style-type: none; padding: 0; margin: 0;}
ul.sitemaplevel3 li {font-size: 18px; font-weight: 400; padding: 10px 0 0 20px;}

/* sitemaplevel4-6 */
ul.sitemaplevel4 {list-style-type: none; margin: 0;}
ul.sitemaplevel5 {list-style-type: none; margin: 0;}
ul.sitemaplevel6 {list-style-type: none; margin: 0;}


/* end CONTENT */





/* SIDEBAR NAV */

/* searchbox */
.tplge_sidebarNav .tplge_searchboxContainer {clear: both; text-align: left; border-radius: 0; margin: 0 auto 0 -3px; overflow: hidden;}
.tplge_sidebarNav .tplge_searchboxInput {width: 194px; background: #f0f9ff; color: #333; float: left; font-size: 16px; border: 3px solid #a0a9af; border-radius: 3px; line-height: 20px; padding: 6px 8px; margin: 3px;}
.tplge_sidebarNav .tplge_searchboxSubmit {background: url('images/lupe.png') 6px 10px no-repeat; width: 40px; height: 38px; border: 0; padding: 0; margin: 0;}
.tplge_sidebarNav .tplge_searchboxSubmit:hover {cursor: pointer;}


/* foldout toc */
.tplge_foldoutnav {background: #345; color: #fc0; padding: 12px 0; margin: 16px -20px 24px -20px;}

/* menulevel 1 */
.tplge_foldoutnav ul.menulevel1 {display: block; position: relative; list-style: none; padding: 12px 0; margin: 0; border: 0; border-radius: 3px; z-index: 2;}
.tplge_foldoutnav ul.menulevel1 li {list-style: none; font-weight: 900; font-size: 17px; line-height: 29px; text-transform: uppercase; padding: 6px 20px; margin: 0;}
.tplge_foldoutnav ul.menulevel1 li a {display: block; width: 100%;}
.tplge_foldoutnav ul.menulevel1 li:hover {background: #07a;}
.tplge_foldoutnav ul.menulevel1 li:hover ul {display: block;}

/* menulevel 2 */
.tplge_foldoutnav ul.menulevel1 ul.menulevel2 {display: none; position: absolute; width: 300px; 
background: #07a; border: 0px solid #fff; border-radius: 5px; padding: 24px 0; margin: -35px 0 0 -306px; animation: menuopenml1 0.6s;}
.tplge_foldoutnav ul.menulevel1 ul.menulevel2 li {font-size: 18px; line-height: 30px; font-weight: 900; text-transform: none; padding: 6px 16px;}
.tplge_foldoutnav ul.menulevel1 ul.menulevel2 li:hover {background: #29c;}
.tplge_foldoutnav ul.menulevel1 ul.menulevel2 li:hover ul {display: block;}

/* menulevel 3 */
.tplge_foldoutnav ul.menulevel1 ul.menulevel2 ul.menulevel3 {display: none; position: absolute; width: 300px; 
background: #29c; border: 0px solid #fff; border-radius: 5px; padding: 24px 0; margin: -36px 0 0 -304px; animation: menuopenml1 0.6s;}
.tplge_foldoutnav ul.menulevel1 ul.menulevel2 ul.menulevel3 li:hover {background: #069;}
.tplge_foldoutnav ul.menulevel1 ul.menulevel2 ul.menulevel3 li:hover ul {display: block;}

/* menulevel 4 */
.tplge_foldoutnav ul.menulevel1 ul.menulevel2 ul.menulevel3 ul.menulevel4 {display: none; position: absolute; width: 300px; 
background: #069; border: 0px solid #fff; border-radius: 5px; padding: 24px 0 28px 0; margin: -36px 0 0 -304px; animation: menuopenml1 0.6s;}
.tplge_foldoutnav ul.menulevel1 ul.menulevel2 ul.menulevel3 ul.menulevel4 li:hover {background: #18b;}

/* menulevel 5 */
.tplge_foldoutnav ul.menulevel1 ul.menulevel2 ul.menulevel3 ul.menulevel4 ul.menulevel5 {width: 277px; margin-left: 5px;}
.tplge_foldoutnav ul.menulevel1 ul.menulevel2 ul.menulevel3 ul.menulevel4 ul.menulevel5 li {font-weight: 400; line-height: 20px;}

/* menulevel 6 */
.tplge_foldoutnav ul.menulevel1 ul.menulevel2 ul.menulevel3 ul.menulevel4 ul.menulevel5 ul.menulevel6 {width: 255px; margin-left: 5px;}


/* doc docs */
.tplge_foldoutnav li.docs a::after, 
.tplge_foldoutnav li.sdocs a::after, 
.tplge_foldoutnav li.sdocs span::after 
{content: "+"; font-family: arial, sans-serif; color: var(--menu-after); font-size: 15px; line-height: 16px; font-weight: 700; margin-left: 3px;}
.tplge_foldoutnav li.doc a::after, .tplge_foldoutnav li.sdoc span::after 
{content: ""; font-size: 16px; line-height: 17px; font-weight: 700;}

.tplge_foldoutnav ul li.sdocs a, .tplge_foldoutnav ul li.sdocs span {color: #fe0;}
.tplge_foldoutnav ul li.sdoc a, .tplge_foldoutnav ul li.sdoc span {color: #fe0;}
.tplge_foldoutnav ul li.docs a, .tplge_foldoutnav ul li.docs span {color: #fff;}
.tplge_foldoutnav ul li.doc a, .tplge_foldoutnav ul li.doc span {color: #fff;}

@keyframes menuopenml1{from{opacity: 0;}to{opacity: 1;}}

/* icons div sidebar */
.tplge_sidebarNav .tplge_icons {display: table; margin: 24px auto;}
.tplge_sidebarNav .tplge_icons img {display: block; float: left; background: linear-gradient(-45deg, #000609 30%, #606669 70%); border-radius: 5px; padding: 4px; margin: 0 6px;}
.tplge_sidebarNav .tplge_icons img:hover {background: #b64;}

.tplge_sidebarImage {display: block; width: 94%; margin: 24px auto;}


/* end SIDEBAR NAV */





/* NEWS AREA */

/* Newsarea and Newsboxes */
.tplge_newsBox {width: 300px; float: left; font-size: 17px; line-height: 1.3em; padding: 0; margin: 0;}
.tplge_newsBoxL2 {width: 85%; background: #ffffff11; color: #fff; border-radius: 5px; padding: 9px 6%; margin: 5px auto;}

.tplge_newsBox h1, .tplge_newsBox h2, .tplge_newsBox h3, .tplge_newsBox h4 {color: var(--heading-nb); font-size: 24px; padding: 9px 0 9px 0;}
.tplge_newsBox h5, .tplge_newsBox h6 {color: var(--heading-nb); font-size: 20px;}

/* searchbox */
.tplge_newsBox .tplge_searchboxContainer {clear: both; text-align: left; border-radius: 0; margin: 0 auto 16px -3px; overflow: hidden;}
.tplge_newsBox .tplge_searchboxInput {width: 190px; background: #fff; color: #333; float: left; font-size: 16px; border: 2px solid #869; border-radius: 3px; line-height: 20px; padding: 6px 8px; margin: 3px;}
.tplge_newsBox .tplge_searchboxSubmit {background: url('images/lupe.png') 9px 9px no-repeat; width: 40px; height: 38px; border: 0; padding: 0; margin: 0;}
.tplge_newsBox .tplge_searchboxSubmit:hover {cursor: pointer;}


/* standard toc */

/* menulevel 1 */
.tplge_newsArea ul.menulevel1 span, .tplge_newsArea ul.menulevel1 a {display: block; padding: 4px 0;}
.tplge_newsArea ul.menulevel1 {list-style: none; border-radius: 5px; padding: 0; margin: 0;}
.tplge_newsArea ul.menulevel1 li {list-style: none; font-size: 20px; line-height: 24px; line-height: 24px; font-weight: 900; padding: 0 12px 0 2px; margin: 0;}

/* menulevel 2 */
.tplge_newsArea ul.menulevel1 li ul {padding: 0; margin: 0;}
.tplge_newsArea ul.menulevel1 li ul li {list-style: none; font-size: 17px; font-weight: 400; padding: 0; margin: 0;}

/* menulevel 3 */
.tplge_newsArea ul.menulevel1 li ul li ul li {padding: 0 0 0 16px; margin: 0;}

/* doc docs */
.tplge_newsArea li.docs a::after, 
.tplge_newsArea li.sdocs a::after, 
.tplge_newsArea li.sdocs span::after 
{content: "+"; font-family: arial, sans-serif; color: var(--menu-after); font-size: 15px; line-height: 16px; font-weight: 700; margin-left: 3px;}
.tplge_newsArea li.doc a::after, .tplge_newsArea li.sdoc span::after 
{content: ""; font-size: 16px; line-height: 17px; font-weight: 700;}


/* icons div newsArea */
.tplge_newsArea .tplge_icons {margin:24px 0 16px 0;}
.tplge_newsArea .tplge_icons img {display: block; float: left; background: linear-gradient(-45deg, #000609 30%, #303639 70%); border-radius: 5px; padding: 4px; margin: 0 12px 0 0;}
.tplge_newsArea .tplge_icons img:hover {background: #b64;}

/* end NEWS AREA */





/* FOOTER */

footer p {padding: 12px 20px 100px 20px; margin: 0;}
footer p span {opacity: 0.7;}

/* end FOOTER */





/* LINKFORMATIERUNG */
a:link {color: #279; text-decoration: none;}
a:visited {color: #279; text-decoration: none;}
a:hover {color: #606; text-decoration: underline;}
a:active {color: #606; text-decoration: underline;}
a:focus {color: #606; text-decoration: underline;}

.tplge_locator a:link {color: #333; text-decoration: none;}
.tplge_locator a:visited {color: #333; text-decoration: none;}
.tplge_locator a:hover {color: #fff; text-decoration: underline;}
.tplge_locator a:active {color: #fff; text-decoration: none;}
.tplge_locator a:focus {color: #fff; text-decoration: none;}

.tplge_foldoutnav a:link {color: #fff; text-decoration: none;}
.tplge_foldoutnav a:visited {color: #fff; text-decoration: none;}
.tplge_foldoutnav a:hover {color: #fc0; text-decoration: underline;}
.tplge_foldoutnav a:active {color: #fc0; text-decoration: none;}
.tplge_foldoutnav a:focus {color: #fc0; text-decoration: none;}

.tplge_newsArea .tplge_toc a:link {color: #fff; text-decoration: none;}
.tplge_newsArea .tplge_toc a:visited {color: #fff; text-decoration: none;}
.tplge_newsArea .tplge_toc a:hover {color:  color: var(--link);; text-decoration: underline;}
.tplge_newsArea .tplge_toc a:active {color: #fa0; text-decoration: none;}
.tplge_newsArea .tplge_toc a:focus {color: #fa0; text-decoration: none;}

.tplge_olMenu a:link {color: #222; text-decoration: none;}
.tplge_olMenu a:visited {color: #222; text-decoration: none;}
.tplge_olMenu a:hover {color: var(--menu-after); text-decoration: none;}
.tplge_olMenu a:active {color: var(--menu-after); text-decoration: none;}
.tplge_olMenu a:focus {color: var(--menu-after); text-decoration: none;}

.tplge_newsArea a:link {color: #bcd; text-decoration: none;}
.tplge_newsArea a:visited {color: #bcd; text-decoration: none;}
.tplge_newsArea a:hover { color: var(--link);; text-decoration: underline;}
.tplge_newsArea a:active {color: #fa0; text-decoration: none;}
.tplge_newsArea a:focus {color: #fa0; text-decoration: none;}

.tplge_footer a:link {color: #fff; text-decoration: none;}
.tplge_footer a:visited {color: #fff; text-decoration: none;}
.tplge_footer a:hover {color: #ddd; text-decoration: underline;}
.tplge_footer a:active {color: #ddd; text-decoration: none;}
.tplge_footer a:focus {color: #ddd; text-decoration: none;}

.sitemaplevel1 a:link {color: #222; text-decoration: none;}
.sitemaplevel1 a:visited {color: #222; text-decoration: none;}
.sitemaplevel1 a:hover {color: #906; text-decoration: underline;}
.sitemaplevel1 a:active {color: #906; text-decoration: underline;}
.sitemaplevel1 a:focus {color: #906; text-decoration: underline;}

.tplge_box01 a:link {color: #9df; text-decoration: none;}
.tplge_box01 a:visited {color: #9df; text-decoration: none;}
.tplge_box01 a:hover {color: #fc0; text-decoration: underline;}
.tplge_box01 a:active {color: #fc0; text-decoration: underline;}
.tplge_box01 a:focus {color: #fc0; text-decoration: underline;}





/* 
##############################
   O V E R L A Y S
##############################
*/

/* background */
.tplge_olBG {display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #000; opacity: 0.6; z-index: 9992;}



/* MENU */

.tplge_olMenu {
display: none;
box-sizing: border-box;
position: fixed; top: 6px; right: 6px; 
width: 320px; 
max-width: 96%; 
max-height: 96%; 
padding: 16px 0; 
margin: 0;
background: #d0d6d9;
color: var(--color-turquoise);
border: 3px solid #fff; 
border-radius: 3px; 
overflow: auto;
opacity: 1; z-index: 9994;
}

button.tplge_olMenuClose {position: fixed; top: -4px; right: 130px; width: 60px; background: #ccc url(images/button.jpg) repeat-x; text-align: center; color: var(--color-blue-dark); font-weight: 900; font-size: 18px; line-height: 30px; border: 1px solid #999; border-radius: 0 0 5px 5px; padding: 0; margin: 0; cursor: pointer; z-index: 9996;}
button.tplge_olMenuClose:hover {color: var(--menu-after);}

/* toc */
.tplge_olMenuToc {box-sizing: border-box; width: 100%;}

.tplge_olMenu ul {margin: 0 20px; float: none; clear: both; border: 0px solid;}
.tplge_olMenu ul li {list-style: none; font-size: 20px; line-height: 24px; font-weight: 900; padding: 6px 0 0 0; margin: 0;}

.tplge_olMenu ul ul {float: none; clear: both; margin: 0;}
.tplge_olMenu ul ul li {font-size: 17px; line-height: 24px; font-weight: 400;}

.tplge_olMenu ul ul ul {margin: 0 0 0 16px;}

/* doc docs */
.tplge_olMenu li.docs a::after, 
.tplge_olMenu li.sdocs a::after, 
.tplge_olMenu li.sdocs span::after 
{content: "+"; font-family: arial, sans-serif; color: var(--menu-after); font-size: 15px; line-height: 16px; font-weight: 700; margin-left: 3px;}
.tplge_olMenu li.doc a::after, .tplge_olMenu li.sdoc span::after 
{content: ""; font-size: 16px; line-height: 17px; font-weight: 700;}



/* SEARCH */

.tplge_olSearch {
display: none;
box-sizing: border-box;
position: fixed; top: 6px; right: 6px; 
width: 420px; 
padding: 32px 0 0 0; 
margin: 0;
background: #d0d6d9;
border: 3px solid #fff; 
border-radius: 3px; 
opacity: 1;
z-index: 9994;
}

button.tplge_olSearchClose {position: fixed; top: -4px; right: 110px; width: 60px; background: #ccc url(images/button.jpg) repeat-x; text-align: center; color: #920; font-weight: 900; font-size: 18px; line-height: 30px; border: 1px solid #999; border-radius: 0 0 5px 5px; padding: 0; margin: 0; cursor: pointer; z-index: 9996;}
button.tplge_olMenuClose:hover {color: #222;}

/* searchbox */
.tplge_olSearchbox {border: 0px solid; padding: 0 0 16px 16px;}
.tplge_olSearchbox .tplge_searchboxContainer {clear: both; margin: 0;}
.tplge_olSearchbox .tplge_searchboxInput {width: 320px; background: #fff; color: #333; font-size: 16px; border: 1px solid #999; border-radius: 5px; padding: 8px; margin: 3px;}
.tplge_olSearchbox .tplge_searchboxSubmit {background: url('images/lupedark.png') 5px 7px no-repeat; width: 40px; height: 38px; border: 0; padding: 0; margin: 0;}

/* END OVERLAYS */






/* 
##############################
 S O N S T I G E S / R E S T
############################## 
*/

img.tplge_scrolltoTopButton {background: #000; position: fixed; bottom: 60px; right: 0; display: block; border: 0px solid #999; border-radius: 20px 0 0 20px; margin-right: -3px;}
img.tplge_scrolltoTopButton:hover {background: #b64;}

/* MailForms Plugin */
div.ddfmwrap {font-family: RobotoCondensed, arial, sans-serif!important; font-size: 18px!important;}
div.ddfmwrap input.ddmf_text {width: 360px!important; min-width: 240px!important; max-width: 90%!important; background: #fff!important; color: #333!important; font-family: RobotoCondensed, arial, sans-serif!important; font-size: 18px!important; border: 1px solid #aaa!important; border-radius: 0; padding: 4px 6px!important;}
div.ddfmwrap input.ddmf_verify {min-width: 106px!important; background: #fff!important; color: #333!important; font-family: RobotoCondensed, arial, sans-serif!important; font-size: 18px!important; border: 1px solid #aaa!important; width: 106px!important;}
div.ddfmwrap textarea {width: 99%!important; background: #fff!important; color: #333!important; font-family: RobotoCondensed, arial, sans-serif!important; font-size: 18px!important; border: 1px solid #aaa!important; border-radius: 0; padding: 4px 6px!important;}
div.ddfmwrap div.submitButton {width: 116px!important;}
div.ddfmwrap div.submitButton input {width: 100%!important;}

/* CookieLaw Plugin */
.cookielawHinttop {display: block; padding-top: 50px!important;}





/* 
########################################### 
   R E S P O N S I V E  L A Y O U T  CSS
########################################### 
*/

/* CONTAINERS */

.tplge_websiteContainer {background: var(--body-bg); }
.tplge_contentsContainer {max-width: 1160px; padding-top: 0; margin: 0 auto;}
.tplge_contentsContainerL2 {display: flex; flex-wrap: wrap; padding: 0;}
.tplge_pageNav {display: none;}
.tplge_sidebarNav {flex: 0 0 300px; order: 3; background: var(--color-blue-black-33); margin: -92px 0 0 0;}
.tplge_sidebarNavL2 {padding: 120px 20px 36px 20px;}
.tplge_content {flex: 0 0 860px; order: 2; min-width: 300px;}
.tplge_contentL2 {max-width: 800px; font-size: 20px; line-height: 1.4em; padding: 6px 20px 36px 20px; margin: 0 auto;}
.tplge_newsArea {background: #234; margin-top: 48px;}
.tplge_newsAreaL2 {width: 1220px; padding: 0; margin: 0 auto 16px auto;}
.tplge_newsBox.tplge_newsBox5 { display: none;}
.tplge_footer {color: #fff; font-size: 16px; text-align: right;}


/* 1 column */
@media (max-width: 1250px) {
#body {min-width: 300px; font-size: 17px;}
.tplge_websiteContainer {margin-top:48px;} 
.tplge_contentsContainer {max-width: none;}

.tplge_pageNav {display: inline;}
.tplge_sidebarNav {display: none;}

.tplge_content {flex: 1 1 100%; padding: 0 0 36px 0; max-width: 100%;}
.tplge_contentL2 {max-width: 800px; padding: 0 4%; margin: 0 auto;}

.tplge_newsArea {margin-top: 48px;}
.tplge_newsAreaL2 {width: 902px; padding: 0; margin: 16px auto;}
.tplge_newsBox.tplge_newsBox5 { display: inline;}

img.tplge_menulinkButton {display: block;}
img.tplge_searchlinkButton {display: block;}

/* scroll buttons */
img.tplge_scrolltoTopButton {display: none;}
}


@media (max-width: 940px) {
.tplge_outerContainer {background-size: 1500px;}
/* .tplge_sitename {width: 76vw; max-width: none; font-size: 6vw; line-height: 6vw; padding: 2vw 3vw;} */
.tplge_newsAreaL2 {width: 602px; padding: 0; margin: 16px auto;}
}


@media (max-width: 740px) {
body {font-size: 18px;}
.tplge_contentL2 {font-size: 18px;}
.tplge_locator {max-width: none; width: 100%; border-radius: 0;}
.tplge_locatorL2 {margin: 9px 4% 9px 4%;}
div.tplge_contentboxleft {width: 100%;}
div.tplge_contentboxright {width: 100%;}
}


@media (max-width: 680px) {
.tplge_newsAreaL2 {width: 310px; padding: 0; margin: 16px auto;}
}


@media (max-width: 580px) {
figure.image {width: auto!important; max-width: 100%!important; float: none; margin: 10px auto;}
}


@media (max-width: 480px) {
h1 {font-size: 28px;}
h2 {font-size: 26px;}
h3 {font-size: 24px;}
h4 {font-size: 22px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}
img.tplge_right_border, img.tplge_left_border, img.tplge_right_noborder, img.tplge_left_noborder, img.tplge_right, img.tplge_left {display: block; float: none; max-width: 100%; margin: 0 0 16px 0;}
.tplge_olSearch {width: 306px;}
.tplge_olSearchbox .tplge_searchboxInput {width: 210px;}
}
