@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: RobotoCondensed; font-style: italic; font-weight: 900; src:url("fonts/RobotoCondensed-BoldItalic.ttf") format("truetype");}
@font-face {font-family: RobotoCondensed; font-style: italic; font-weight: 700; src:url("fonts/RobotoCondensed-Italic.ttf") format("truetype");}
@font-face {font-family: RobotoCondensed; font-style: italic; font-weight: 400; src:url("fonts/RobotoCondensed-LightItalic.ttf") format("truetype");}

@font-face {font-family: CormorantGaramond; font-style: normal; font-weight: 400; src:url("fonts/CormorantGaramond-Regular.ttf") format("truetype");}
@font-face {font-family: CormorantGaramond; font-style: normal; font-weight: 700; src:url("fonts/CormorantGaramond-Bold.ttf") format("truetype");}
@font-face {font-family: CormorantGaramond; font-style: italic; font-weight: 400; src:url("fonts/CormorantGaramond-Italic.ttf") format("truetype");}
@font-face {font-family: CormorantGaramond; font-style: italic; font-weight: 700; src:url("fonts/CormorantGaramond-BoldItalic.ttf") format("truetype");}



/* RESET BROWSERSTYLE */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,hr,blockquote {padding: 0; margin: 0;}

h1, h2, h3, h4, h5, h6 {font-family: CormorantGaramond, georgia, serif; color: #221; font-weight: 400; font-variant: small-caps; line-height: 1.05em; letter-spacing: 0.12em; padding: 12px 0 6px 0; margin: 0;}
h1 {font-size: 32px;}
h2 {font-size: 32px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 20px;}
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; margin: 6px 0 6px 20px;}
ul li {line-height: 1.3em; border: 0; padding: 3px 0; margin: 2px 0;}
hr {height: 1px; clear: both; color: #aaa; background-color: #aaa; border: 0; margin: 16px 0;}
blockquote {background: #eee; color: #444; border-left: 3px solid #aaa; border-radius: 0 3px 3px 0; padding: 6px 20px; margin: 10px 0;}
img {box-sizing: border-box; max-width: 100%; height: auto;}



/* CONTENT CLASSES */

/* 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: #ddd; color: #333; font-size: 16px; line-height: 1.2em; 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; font-size: 16px; line-height: 1.2em; border: 1px solid #aaa!important; padding: 8px 12px;}
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; font-size: 16px; line-height: 1.2em; border: 0px solid!important; padding: 8px 24px 8px 0;}
table.transparent td p {margin: 6px 0;}



/* Bilder / Images */
img.tplge_left {display: block; float: left; max-width: 44%; border: 0; margin: 0 24px 16px 0;}
img.tplge_right {display: block; float: right; max-width: 44%; border: 0; margin: 0 0 16px 24px;}
img.tplge_centered {display: block; border: 0; margin: 24px auto;}
img.tplge_left_noborder {display: block; float: left; max-width: 44%; border: 0; margin: 0 24px 16px 0;}
img.tplge_right_noborder {display: block; float: right; max-width: 44%; border: 0; margin: 0 0 16px 24px;}
img.tplge_centered_noborder {display: block; border: 0; margin: 24px auto;}
img.tplge_left_border {display: block; background: #fff; float: left; max-width: 44%; border: 1px solid #aaa; padding: 6px; margin: 0 24px 16px 0;}
img.tplge_right_border {display: block; background: #fff; float: right; max-width: 44%; border: 1px solid #aaa; padding: 6px; margin: 0 0 16px 24px;}
img.tplge_centered_border {display: block; background: #fff; border: 1px solid #aaa; padding: 6px; margin: 24px auto;}
img.tplge_border {background: #fff; border: 1px solid #aaa; padding: 6px;}

img.left {float: left; margin: 8px 20px 10px 0;}
img.right {float: right; margin: 8px 0 10px 20px;}
img.center {margin: 10px auto;}
img.border {border: 1px solid #666;}
img.noborder {border: 0;}

.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: #ddd; font-size: 18px; line-height: 1.3em; border-radius: 3px; padding: 16px 20px; margin: 12px 3% 16px 0;}
div.tplge_contentboxright {width: 47%; min-height: 60px; float: right; box-sizing: border-box; background: #ddd; font-size: 18px; line-height: 1.3em; border-radius: 3px; padding: 16px 20px; margin: 12px 0 16px 3%;}
div.tplge_contentboxfullsize {clear: both; width: 100%; min-height: 60px; box-sizing: border-box; background: #ddd; line-height: 1.3em; font-size: 18px; border-radius: 3px; padding: 16px 20px; margin: 12px 0 16px 0;}
.tplge_headlineContentBox {font-size: 24px; line-height: 0.8em; padding: 0 0 12px 0; margin: 0;}
.tplge_contentboxesClear {clear: both; height: 1px; overflow: hidden;}

.tplge_code {clear: both; background: #ecece6; color: #222; font-family: 'courier new', monospace; font-size: 15px; line-height: 1.3em; border: 1px solid #aaa; padding: 10px 16px; margin: 10px 0; overflow: scroll;}
.tplge_box01, .tplge_box02 {background: #c0ccd3; border: 3px solid #fff; padding: 8px 16px; margin: 0 0 8px 0; border: 3px solid #909f96; border-radius: 3px;}
.tplge_box03 {clear: both; background: #fff; color: #444; border: 1px solid #aaa; border-radius: 3px; padding: 16px 25px; margin: 10px 0;}
.tplge_legal {padding: 6px 0;}

/* TinyMCE image descriptions */
figure.image {display: table; background: #333; border: 0px solid #999; border-radius: 0; padding: 0; margin: 10px auto 20px auto;}
figure.align-left {max-width: 40%; float: left; margin: 10px 20px 20px 0;}
figure.align-right {max-width: 40%; float: right; margin: 10px 0 20px 20px;}
figure.align-center {float: none; margin: 20px auto;}
figure.image img {display: block; padding: 0; margin: 0 auto;}
figure.image figcaption {background: #ccc; color: #222; text-align: center; font-size: 16px; line-height: 1.2em; padding: 9px 12px;}




/* FIXED NAVIGATION */

.tplge_pageNav {position: fixed; top: 0; box-sizing: border-box; width: 2000px; max-width: 100%; min-width: 300px; height: 48px; background: #000; color: #fff; font-size: 17px; padding: 0 10px 0 16px; margin: 0 auto; z-index: 998; overflow: hidden; opacity: 1;}

/* buttons */
img.tplge_homelinkButton {float: left;}
img.tplge_sitemaplinkButton {float: left;}
img.tplge_menulinkButton {display: none; float: right;}
img.tplge_searchlinkButton {display: none; float: right;}
img.tplge_newslinkButton {display: none; float: right;}
img.tplge_toplinkButton {float: right;}
img.tplge_scrolltoTopButton {background: #000; position: fixed; bottom: 60px; right: 0; display: block; border: 0px solid #999; border-radius: 20px 0 0 20px;}

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: #930;}

.tplge_menuAnchor {display: block; max-height: 1px; margin: -60px 0 59px 0; overflow: hidden;}
.tplge_newsAnchor {display: block; max-height: 1px; margin: -50px 0 49px 0; overflow: hidden;}





/* 
#####################################################
  B E R E I C H E  &  E L E M E N T E - D E S I G N
#####################################################
*/

/* BODY / BODY */
body {background: #fff; color: #345; font-family: RobotoCondensed, arial, sans-serif; font-size: 20px; font-weight: 400; line-height: 1.4em; text-align: left;}
.body {background: #666;}
#top {font-size: 0; line-height: 0;} 

/* LINKS global */
a:link {color: #257; text-decoration: none;}
a:visited {color: #257; text-decoration: none;}
a:hover {color: #930; text-decoration: underline;}
a:active {color: #930; text-decoration: underline;}
a:focus {color: #930; text-decoration: underline;}



/* subsitemenu CSS */

div.ssf_subsitesMenuContainer_gewd {display: table; font-family: RobotoCondensed, arial, sans-serif; font-variant: small-caps; font-weight: 700; font-size: 16px; text-align: center; letter-spacing: 0.02em; padding: 0 16px 16px 16px; margin: 0 auto; border: 0px solid;}

div.ssf_subsitesMenuContainer_gewd a {display: block; width: 112px; height: 52px; overflow: hidden; padding: 10px 11px;}
div.ssf_subsitesMenuContainer_gewd a:link {color: #ddd;}
div.ssf_subsitesMenuContainer_gewd a:visited {color: #ddd;}
div.ssf_subsitesMenuContainer_gewd a:hover {color: #fc0; background: url(images/navhover.gif) bottom center no-repeat!important; text-decoration: none;}
div.ssf_subsitesMenuContainer_gewd a:active {color: #fc0;}
div.ssf_subsitesMenuContainer_gewd a:focus {color: #fc0;}

div.ssf_subsitesMenuContainer_gewd ul {list-style-type: none; list-style-image: none; padding: 0; margin: 0;}
div.ssf_subsitesMenuContainer_gewd ul li {display: block; float: left; border: 0; border-radius: 0; padding: 0; margin: 0;}
div.ssf_subsitesMenuContainer_gewd span {display: block; width: 112px; height: 52px; background: url(images/navactive.gif) bottom center no-repeat; padding: 10px 11px;}
div.ssf_subsitesMenuContainer_gewd ul li.ssf_currentSubsite {overflow: visible;}

div.ssf_subsitesMenuContainer_gewd .ssf_mainsite {background: #456; color: #fff;}
div.ssf_subsitesMenuContainer_gewd .ssf_cmsimpletemplates {background: #396; color: #fff;}
div.ssf_subsitesMenuContainer_gewd .ssf_cmsimpleplugins {background: #069; color: #fff;}
div.ssf_subsitesMenuContainer_gewd .ssf_cmsimplereferenzen {background: #a67; color: #fff;}





/* CONTENT Elements */

/* contentheader */
.tplge_sitename {font-family: CormorantGaramond, Georgia, serif; color: #221; font-weight: 400; font-size: 32px; line-height: 1em; letter-spacing: 0.3em; font-variant: small-caps; text-transform: none; padding: 6px 3%; margin: 0 auto;}

/* locator */
.tplge_locator {color: #111; font-size: 14px; line-height: 25px; text-transform: uppercase; letter-spacing: 1px; padding: 6px 3% 10px 3%; margin: 0 auto; overflow: hidden;}
.tplge_locatorDelimiter {color: #666; font-size: 20px; line-height: 20px; font-weight: 900; padding: 0 5px;}
.tplge_locator span.tplge_locatortext {font-weight: 700; padding: 0 6px 0 0;}
.tplge_locator span.cmsimpleLocatorElement {font-weight: 400;}
.tplge_locator span.cmsimpleLocatorElementLast {font-weight: 700;}

/* CMSimple mailform */
.tplge_contentIn input {background: #fff; border: 1px solid #aaa; border-radius: 3px; padding: 4px 6px;}
.tplge_contentIn input.text {width: 80%; background: #fff; border: 1px solid #aaa; border-radius: 3px; padding: 4px 6px;}
.tplge_contentIn textarea {width: 94%; background: #fff; font-family: RobotoCondensed, arial, sans-serif; border: 1px solid #aaa; border-radius: 3px; padding: 6px;}
.captchainput {background: #fff; border: 1px solid #aaa; border-radius: 3px;}
.tplge_contentIn 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;} 

/* CMSimple loginform old */
.tplge_contentIn 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: 18px; margin: 24px 0;}
.tplge_subsibmenus p {font-weight: 700; font-size: 20px;}
.tplge_subsibmenus span {font-weight: 700; color: #920;}
.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;}
/* .parentLink {display: none;} */

/* prev-top-next */
.tplge_prevtopnext {clear: both; text-align: center; padding: 0; margin: 36px 0 0 0;}
.tplge_prevtopnext img {background: #dcd9d3; border: 0px solid #999; border-radius: 5px; padding: 10px; margin: 0 16px;}
.tplge_prevtopnext img:hover {background: #333;}

/* sitemap links */
.sitemaplevel1 a:link {color: #111; text-decoration: none;}
.sitemaplevel1 a:visited {color: #111; text-decoration: none;}
.sitemaplevel1 a:hover {color: #930; text-decoration: underline;}
.sitemaplevel1 a:active {color: #930; text-decoration: underline;}
.sitemaplevel1 a:focus {color: #930; text-decoration: underline;}

/* sitemaplevel1 */
.sitemaplevel1 {list-style-type: none; padding: 10px 0; margin: 0;}
.sitemaplevel1 li {font-family: CormorantGaramond, RobotoCondensed, arial, sans-serif; font-size: 24px; font-weight: 700; line-height: 1.2em; font-variant: small-caps; border: 1px solid #aaa; border-radius: 5px; padding: 12px 16px; margin: 6px 0;}

/* sitemaplevel2 */
.sitemaplevel2 {list-style-type: none; border: 0; padding: 6px 0 0 0; margin: 0;}
.sitemaplevel2 li {font-family: RobotoCondensed, sans-serif; font-size: 18px; font-weight: 400; text-transform: none; border: 0; padding: 6px 0; margin: 0;}

/* sitemaplevel3 */
.sitemaplevel3 {list-style-type: none;}
.sitemaplevel3 li {font-size: 18px; font-weight: 400;}

/* sitemaplevel4-6 */
.sitemaplevel4 {list-style-type: none;}
.sitemaplevel5 {list-style-type: none;}
.sitemaplevel6 {list-style-type: none;}

/* something else / verschiedenes */
img.tplge_tabletStyle {border: 28px solid #303639; border-radius: 9px; max-width: 100%; display: block; box-sizing: border-box; margin: 16px auto;}

.tplge_telLinkMobile {cursor: pointer;}
.tplge_telLinkMobile img {margin: 9px 0 -9px 0; background: #6c9; padding: 2px; border-radius: 5px;}

.screenshot {display: inline; width: 270px; height: 220px; float: left; font-size: 16px; line-height: 0.8em;}
.screenshot_wide {display: inline; width: 270px; height: 200px; float: left; font-size: 16px; line-height: 0.8em;}

.tplge_box_download {clear: both; background: #064; color: #ccc; text-align: center; line-height: 1.6em; border-radius: 5px; padding: 12px 16px; margin: 12px auto;}
.tplge_box_download a:link {color: #fff; font-size: 22px; font-weight: 700;}
.tplge_box_download a:visited {color: #fff; font-size: 22px; font-weight: 700;}
.tplge_box_download a:hover {color: #f90;}
.tplge_box_download a:active {color: #f90; text-decoration: none;}
.tplge_box_download a:focus {color: #f90; text-decoration: none;}





/* SIDEBAR NAV Elements */

.tplge_sidebarNavIn a:link {color: #ddd; text-decoration: none;}
.tplge_sidebarNavIn a:visited {color: #ddd; text-decoration: none;}
.tplge_sidebarNavIn a:hover {color: #fb0; text-decoration: none;}
.tplge_sidebarNavIn a:active {color: #fb0; text-decoration: none;}
.tplge_sidebarNavIn a:focus {color: #fb0; text-decoration: none;}

/* menu area */
.tplge_menuArea {width: 270px; margin: 0 auto;}

/* language menu */
.tplge_langmenu {text-align: left; padding: 0 0 10px 0;}
.tplge_langmenu img {background: #ccc; border: 0px solid #999; border-radius: 2px; padding: 3px; margin: 0 20px 0 0;}
.tplge_langmenu img:hover {background: #fff; border: 0px solid #999; border-radius: 2px; padding: 3px; margin: 0 20px 0 0;}

/* searchbox */
.tplge_searchboxContainer {clear: both; background: none; text-align: left; border: 0; border-radius: 0; padding: 3px 0; overflow: hidden;}
.tplge_searchboxInput {width:200px; background: #fff; color: #333; float: left; font-size: 16px; border: 3px solid #a0a9a0; border-radius: 5px; line-height: 20px; padding: 5px 8px; margin: 0;}
.tplge_searchboxSubmit {background: url('images/lupe.png') 9px 7px no-repeat; width: 40px; height: 38px; border: 0; padding: 0; margin: 0;}
.tplge_searchboxSubmit:hover {cursor: pointer;}

/* menulevel 1 */
.tplge_sidebarNavIn ul.menulevel1 {list-style: none; padding: 9px 0; margin: 0;}
.tplge_sidebarNavIn ul.menulevel1 li {font-family: 'times new roman', RobotoCondensed, arial, sans-serif; list-style: none; text-align: left; font-variant: small-caps; font-size: 26px; line-height: 1em; font-weight: 100; letter-spacing: 1px; padding: 4px 0; margin: 3px 0;}

.tplge_sidebarNavIn ul.menulevel1 span {color: #fb0;}

/* menulevel 2 */
.tplge_sidebarNavIn ul.menulevel1 li ul {padding: 0; margin: 0;}
.tplge_sidebarNavIn ul.menulevel1 li ul li {background: none; list-style: none; font-family: RobotoCondensed, sans-serif; font-size: 17px; line-height: 20px; font-weight: 400; letter-spacing: 0; font-variant: normal; text-align: left; border: 0; padding: 10px 0 0 0; margin: 0;}

/* menulevel 3 */
.tplge_sidebarNavIn ul.menulevel1 li ul li ul {list-style: none; border: 0; padding: 0; margin: 0;}
.tplge_sidebarNavIn ul.menulevel1 li ul li ul li {list-style: none; padding: 10px 0 0 20px;}

/* active menu item (use !important) 
.tplge_sidebarNavIn ul.menulevel1 li.sdocs, .tplge_sidebarNavIn ul.menulevel1 li.sdoc {background: none; border-radius: 5px; margin: 6px 0;}
.tplge_sidebarNavIn ul.menulevel1 li ul li.sdocs, .tplge_sidebarNavIn ul.menulevel1 li ul li.sdoc {border: 0; margin: 0;}
.tplge_sidebarNavIn ul.menulevel1 li ul li ul li.sdocs, .tplge_sidebarNavIn ul.menulevel1 li ul li ul li.sdoc {padding: 10px 0 0 20px;}
*/

/* subnav */
nav.tplge_subnav {font-size: 17px;}
nav.tplge_subnav ul {list-style: none; padding: 0; margin: 0;}
nav.tplge_subnav li {padding: 4px 0; margin: 2px 0;}

/* counter */
.tplge_counter {font-size: 17px;}

/* icons div */
.tplge_icons {margin: 20px 4px 20px 4px;}
.tplge_icons img {display: block; float: left; background: #555; border-radius: 5px; padding: 4px; margin: 0 12px 0 0;}
.tplge_icons img:hover {background: #930;}





/* NEWS AREA Elements */

.tplge_newsArea h1, .tplge_newsArea h2, .tplge_newsArea h3, .tplge_newsArea h4 {color: #eee; font-size: 20px; letter-spacing: 0.05em; padding: 10px 0;}
.tplge_newsArea h5 {color: #eee; font-size: 24px; letter-spacing: 0.05em;}
.tplge_newsArea h6 {color: #eee; font-size: 22px; letter-spacing: 0.05em;}

/* newsboxes */
div.tplge_news {width: 300px; float: left; line-height: 1.2em;}
div.tplge_news div.tplge_inner {padding: 0; margin: 16px;}

div.tplge_news h4 {min-height: 42px; background: #567 url(images/bgnewsh4.jpg) left top no-repeat; color: #eee; font-size: 20px; font-weight: 400; line-height: 1.4em; border: 0px solid #fff; border-radius: 3px; padding: 6px 9px 16px 9px; margin: 0;}
div.tplge_news h5 {font-size: 20px; margin: 10px 0 0 0;}
div.tplge_news h6 {font-size: 18px; margin: 10px 0 0 0;}





/* FOOTER Elements */

footer p {padding: 12px 20px 100px 20px; margin: 0;}
footer p span {opacity: 0.5;}

.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;}





/* SONSTIGES / REST */

/* 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
####################################### 
*/

/* LAYOUT CONTAINERS */
.tplge_websiteContainer {max-width: 2000px; background: #222; padding: 48px 0 0 0; margin: 0 auto;}
.tplge_contentsContainer {display: flex; flex-wrap: wrap; background: #fff; margin: 0 auto;}

.tplge_content {flex: 1 0 80%; order: 2; background: #fff url(images/bgbody.jpg) left top no-repeat;}
header {background: url(images/bgheader.png); text-align: center; padding: 16px 0 2px 0; animation: opacity 2s; animation-timing-function:ease-in;}
header img {padding: 0; margin: 0;}

.tplge_contentswrap {width: 1420px; margin: 0 auto;}
.tplge_contentIn {width: 720px; max-width: 720px; float: left; font-size: 20px; margin: 20px 30px 30px 50px; border: 0px solid #090;}

.tplge_sidebarNav {flex: 1 0 20%; order: 1; background: #222 url(images/bgnav.jpg) no-repeat; background-size: 40%; color: #999;}
.tplge_sidebarNavIn {width: 270px; background: none; border-radius: 5px; padding: 0; margin: 20px 6% 30px auto; overflow: hidden;}

.tplge_newsArea {width: 600px; float: left; font-size: 18px; line-height: 1.3em; margin: 20px 0 30px 10px; border: 0px solid #909;}

footer {background: #000; color: #fff; font-size: 16px; text-align: right;}

img.tplge_menulinkButton {display: block;}
img.tplge_searchlinkButton {display: block;}
img.tplge_newslinkButton {display: block;}



@media (max-width: 1860px) {
.tplge_contentswrap {width: 1120px;}
.tplge_content {flex: 1 0 72.5%; order: 2;}
.tplge_sidebarNav {flex: 1 0 27.5%; order: 1;}

.tplge_newsArea {width: 300px; border: 0px solid #909;}
}



@media (max-width: 1575px) {
.tplge_contentswrap {width: auto;}
.tplge_contentIn {float: none; margin: 20px auto 30px auto;}
.tplge_newsArea {width: 900px; float: none; margin: 30px auto; border: 0px solid #909;}
}



@media (max-width: 1280px) {
.tplge_newsArea {width: 600px;}
}



/* 1 column */
@media (max-width: 1170px) {
.body {min-width: 300px;}

.tplge_content {order: 1; flex: 1 1 100%; max-width: 100%;}
.tplge_sidebarNav {order: 2; flex: 1 1 100%;}
.tplge_newsArea {width: 900px;}

.tplge_sidebarNavIn {width: 270px; margin: 30px auto;}
img.tplge_scrolltoTopButton {display: none;}
}



@media (max-width: 990px) {
.tplge_sitename {letter-spacing: 0.2em;}
.tplge_contentIn {width: 88%;}
.tplge_newsArea {width: 600px;}
}



@media (max-width: 740px) {
.tplge_newsArea {width: 300px;}
.tplge_sidebarNavIn {margin: 40px auto;}
}



@media (max-width: 680px) {
.tplge_sitename {font-size: 24px; letter-spacing: 0.1em;}
body, .tplge_contentIn {font-size: 18px;}
div.tplge_contentboxleft {width: 100%;}
div.tplge_contentboxright {width: 100%;}
div.ssf_subsitesMenuContainer_gewd {width: 268px;}
}



@media (max-width: 580px) {
figure.image {width: auto!important; max-width: 100%!important; float: none; margin: 10px auto;}
}



@media (max-width: 480px) {
.tplge_content {background: #fff url(images/bgbody.jpg) -160px top no-repeat;}
h1 {font-size: 28px;}
h2 {font-size: 26px;}
h3 {font-size: 24px;}
h4 {font-size: 22px;}
h5 {font-size: 20px;}
h6 {font-size: 20px;}
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;}
}

@keyframes opacity{from{opacity:0;}to{opacity:1;}}