@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 {font-family: RobotoCondensed, sans-serif; color: #222; line-height: 1.4em; font-weight: 700; padding: 16px 0 6px 0; margin: 0;}
h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 20px;}
h6 {font-size: 20px;}
p {padding: 6px 0;}
ol {margin: 6px 0;}
ol li {line-height: 1.2em; border: 0; padding: 3px 0; margin: 2px 0 2px 22px;}
ul {list-style: disc; margin: 6px;}
ul li {line-height: 1.2em; border: 0; padding: 3px 0; margin: 2px 0 2px 17px;}
hr {height: 1px; clear: both; color: #999; background-color: #999; border: 0; margin: 16px 0;}
blockquote {background: #f9f9f9; padding: 2px 0 2px 20px; border-left: 3px solid #999;}
img {box-sizing: border-box; max-width: 100%;}



/* 
##############################
 C O N T E N T  C L A S S E S 
##############################
*/

/* table basic design */
table {border-collapse: collapse; margin: 2px 0 16px 0;}
td {vertical-align: top; line-height: 1.2em; border: 1px solid!important; padding: 8px 12px;}

/* 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; 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; 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; 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 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: 24px auto;}
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_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; 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_centered_border {display: block; background: #fff; border: 1px solid #aaa; border-radius: 3px; padding: 6px; margin: 24px auto;}
img.tplge_border {background: #fff; border: 1px solid #aaa; border-radius: 3px; padding: 6px;}

/* Clearer */
.tplge_clearLeft {clear: left;}
.tplge_clearRight {clear: right;}
.tplge_clearBoth {clear: both;}

/* Contentboxen */
div.tplge_contentboxleft {width: 47%; min-height: 80px; float: left; box-sizing: border-box; background: #d0d6d9; font-size: 18px; line-height: 1.3em; border-radius: 3px; padding: 12px 20px; margin: 10px 3% 10px 0;}
div.tplge_contentboxright {width: 47%; min-height: 80px; float: right; box-sizing: border-box; background: #d0d6d9; font-size: 18px; line-height: 1.3em; border-radius: 3px; padding: 12px 20px; margin: 10px 0 10px 3%;}
div.tplge_contentboxfullsize {clear: both; width: 100%; min-height: 80px; box-sizing: border-box; background: #d0d6d9; font-size: 18px; line-height: 1.3em; border-radius: 3px; padding: 12px 20px; margin: 10px 0 10px 0;}
.tplge_headlineContentBox {font-size: 24px; padding: 2px 0 6px 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: 15px; line-height: 1.3em; border: 1px solid #aaa; padding: 10px 16px; margin: 10px 0; overflow: scroll;}
.tplge_box01 {clear: both; background: #fff; color: #444; border: 1px solid #a0a6a9; border-radius: 5px; padding: 16px 25px; margin: 10px 0;}
.tplge_legal {padding: 6px 0;}

/* TinyMCE image descriptions */
figure.image {display: table; background: #333; color: #666; 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: #d0d6d9; text-align: center; color: #222; font-size: 16px; line-height: 1.2em; padding: 9px 12px;}



/* 
##############################
          B O D Y
##############################
*/

/* BODY UND SEITE / BODY AND PAGE */
body {background: #fff; color: #444; font-family: RobotoCondensed, arial, sans-serif; font-size: 20px; line-height: 1.4em; font-weight: 400;}
#body {background: #333; color: #444; text-align: left;}
#top {font-size: 0; line-height: 0;}



/* 
##############################
      B E R E I C H E
############################## 
*/

/* FIXED NAVIGATION */

.tplge_pageNav {position: fixed; top: 0; left: 0; width: 100%; height: 48px; background: #000; padding: 0; margin: 0 auto; z-index: 998; opacity: 1;}

/* 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 {background: #586;}



/* HEADER */

/* header */
header {max-width: 1160px; min-height: 160px; background: #333 url(images/bgheader.gif) center 48px no-repeat; background-size: 100%; padding: 60px 4% 6px 4%; margin: 0 auto;}

/* language menu */
.tplge_langmenu {text-align: right; padding: 0 0 9px 0; margin: 0;}
.tplge_langmenu img {margin: 0 0 0 20px; border: 3px solid #ccc;}

/* site title */
.tplge_sitetitle {font-family: SpecialElite, monospace; font-size: 40px; line-height: 1em; font-weight: 400; color: #eee; padding: 0; margin: 0; opacity: 0.75;}

/* locator */
.tplge_locator {font-size: 18px; line-height: 24px; font-weight: 700; border-bottom: 0px solid #999; padding: 24px 0 6px 0; margin: 0 auto; overflow: hidden;}

.tplge_locator span.cmsimpleLocatorElement {display: block; float: left; margin: 0 6px 6px 0;}
.tplge_locator span.cmsimpleLocatorElement a {display: block; float: left; white-space: nowrap; line-height: 20px; border-radius: 3px; padding: 6px 9px; opacity: 0.86;}

.tplge_locator span.cmsimpleLocatorElementLast {display: block; height: 42px; float: left;}
.tplge_locator span.cmsimpleLocatorElementLast span {display: block; white-space: nowrap; background: #a10; color: #fff; font-weight: 900; line-height: 20px; border: 3px solid #fff; border-radius: 3px; padding: 3px 9px; margin: 0;}

.tplge_locText {color: #fff; font-size: 20px; padding: 0 0 16px 0; margin: 0;}
.tplge_locDel {font-family: arial, sans-serif; color: #fff; font-size: 24px; line-height: 26px; font-weight: 900; padding: 6px 0 0 6px;}





/* INHALTSBEREICH / CONTENTS */

.tplge_content {background: #fff; text-align: left; border-top: 1px solid transparent; padding: 16px 4% 36px 4%; margin: 0 auto;}
.tplge_contentIn {clear: both; max-width: 1160px; padding: 6x 0 36px 0; margin: 0 auto;}


/* styled menus */
.tplge_submenu, .tplge_sibmenu, .tplge_sibmenu0 {font-size: 18px; line-height: 32px; font-weight: 700; padding: 0 0 9px 0; margin: 0;}
.tplge_submenu p, .tplge_sibmenu p, .tplge_sibmenu0 p {font-size: 20px;}
.tplge_submenu ul, .tplge_sibmenu ul, .tplge_sibmenu0 ul {padding: 0; margin: 0;}
.tplge_submenu li, .tplge_sibmenu li, .tplge_sibmenu0 li  {float: left; background: none; list-style: none; padding: 0; margin: 0 6px 5px 0;}
.tplge_submenu a, .tplge_sibmenu0 a {display: block; background: #d6dcdf; border-radius: 3px; padding: 6px 9px 6px 9px; margin: 0;}
.tplge_submenu span, .tplge_sibmenu0 span {display: block; background: #910; border-radius: 3px; padding: 6px 9px; margin: 0;}

/* parent links */
.tplge_submenu span.parentLink {background: none; display: block; float: left; padding: 0; margin: 0 6px 5px 0;}
.tplge_submenu span.parentLink a {font-size: 20px; font-weight: 700; border-radius: 3px; padding: 1px 9px 0 9px; margin: 0;}
.tplge_sibmenu span.parentLink {background: none; display: block; float: left; padding: 0; margin: 0 6px 5px 0;}
.tplge_sibmenu span.parentLink a {font-size: 20px; font-weight: 700; border-radius: 3px; padding: 1px 9px 0 9px; margin: 0;}

/* .tplge_sibmenu0 {background: url(images/bgsib0.jpg) right bottom no-repeat; min-height: 400px; border-radius: 0 0 20px 0; padding: 0; margin: 0 auto;} */
.tplge_sibmenu0 li.sdoc, .tplge_sibmenu0 li.sdocs {color: #fff;}
.tplge_sibmenu a {display: block; background: #d6dcdf; border-radius: 3px; padding: 6px 9px; margin: 0;}
.tplge_sibmenu span {display: block; background: #910; color: #fff; border-radius: 3px; padding: 6px 9px; margin: 0;}

/* vertikale Menüs */
/* .tplge_sibmenu0 li, .tplge_submenu li {clear: both;} */

/* CMSimple mailform */
.tplge_content input.text {width: 80%; background: #fff; border: 1px solid #aaa; border-radius: 3px;}
.tplge_content textarea {width: 96%; background: #fff; border: 1px solid #aaa; border-radius: 3px;}
.captchainput {width: 5em; border: 1px solid #aaa; border-radius: 3px; padding: 6px 8px;}
.tplge_content input.submit, #tplge_content input#submit {background: url(images/button.jpg) repeat-x; float: left; color: #333; font-size: 15px; line-height: 20px; border: 1px solid #999; border-radius: 3px; padding: 1px 12px 4px 12px; margin: 2px 6px 0 0;}

/* prev-top-next */
.tplge_prevtopnext {clear: both; display: table; padding: 0; margin: 24px auto;}
.tplge_prevtopnext span {display: block; float: left; padding: 0 20px; border: 1px solid transparent;}
.tplge_prevtopnext img {background: #c6cccf; padding: 9px; border: 0px solid #fff; border-radius: 20px;}
.tplge_prevtopnext img:hover {background: #b6bcbf;}

/* icons div */
.tplge_icons {clear: both; display: table; height: 30px; text-align: center; padding: 0; margin: 0 auto;}
.tplge_icons img {display: block; float: left; background: #c6cccf; border: 0px solid #fff; border-radius: 3px; padding: 3px; margin: 0 9px;}
.tplge_icons img:hover {background: #b6bcbf;}

/* sitemap */
.sitemaplevel1 {font-size: 18px; font-weight: 900;}
.sitemaplevel2 {font-size: 17px; font-weight: 400;}



/* CONTENTPLUS BEREICHE */

.tf_cplus {clear: both; background: #d6dfd9; padding: 60px 4%;}
.tf_cplusIn {max-width: 1200px; margin: 0 auto;}



/* NEWS AREA */

.tplge_newsArea {background: #d0d6d9;}
.tplge_newsAreaIn {width: 1200px; background: #d0d6d9; font-size: 18px; line-height: 1.2em; padding: 36px 0; margin: 0 auto;}
.tplge_newsAnchor {height: 10px; margin: -60px 0 66px 0;}
.tplge_menuAnchor {height: 10px; margin: -60px 0 66px 0;}

/* Newsboxes */
.tplge_newsBox {width: 300px; float: left;}
.tplge_newsBoxIn {padding: 0 20px 16px 20px;}
.tplge_newsBox h1, .tplge_newsBox h2,.tplge_newsBox h3,.tplge_newsBox h4 {background: url(images/bgheadlinesnews.gif); font-family: SpecialElite, monospace; color: #eee; font-size: 22px; font-weight: 400; text-align: center; border-radius: 3px; padding: 9px 16px 4px 16px; margin: 16px 0 20px 0;}

/* searchbox */
.tplge_newsArea .tplge_searchboxContainer {width: 260px; float: left; background: url('images/lupedark.png')  227px 7px no-repeat; border-radius: 3px; overflow: hidden;}
.tplge_newsArea .tplge_searchboxContainer:hover {background: #586 url('images/lupedark.png')  227px 7px no-repeat;}
.tplge_newsArea .tplge_searchboxContainer input.submit, .tplge_searchboxContainer input#submit {width: 42px; height: 36px; float: right; background: none!important; border: 0; padding: 0; margin: 0;}
.tplge_newsArea .tplge_searchboxContainer input.submit:hover {cursor: pointer;}
.tplge_newsArea .tplge_searchboxContainer input.text {width: 190px; background: #fff; float: left; font-size: 14px; border: 1px solid #aaa; border-radius: 3px; padding: 9px 12px; margin: 0;}

/* menulevel 1 */
.tplge_newsArea ul.menulevel1 {list-style: none; padding: 10px 0; margin: 0;}
.tplge_newsArea ul.menulevel1 li {list-style: none; color: #910; font-size: 18px; line-height: 22px; font-weight: 900; padding: 2px 12px 6px 2px; margin: 0;}

/* menulevel 2 */
.tplge_newsArea ul.menulevel1 li ul {padding: 2px 0 4px 0; margin: 0;}
.tplge_newsArea ul.menulevel1 li ul li {list-style: none; font-size: 17px; font-weight: 400; padding: 6px 0 0 0; margin: 0;}

/* menulevel 3 */
.tplge_newsArea ul.menulevel1 li ul li ul li {list-style: none; font-weight: 400; padding: 6px 0 0 16px;}



/* FOOTER */

footer {background: #202629; color: #999; font-size: 15px; text-align: center; padding: 6px 16px 60px 16px; margin: 0;}



/* 
##############################
       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.33; z-index: 9992;}


/* OVERLAY MENU */

.tplge_olMenu {display: none; position: fixed; top: 0; right: 0; width: 280px; height: 100%; background: #034; border-left: 0px solid #fff; overflow: auto; opacity: 0.9; z-index: 9994; animation: menuopen 0.5s;}
.tplge_olMenuIn {padding: 32px 0 16px 0; margin: 0; color: #fc0; border-radius: 0; overflow: auto; opacity: 1;}
button.tplge_olMenuClose {display: none; position: fixed; top: 9px; right: 24px; width: 32px; text-align: center; background: #c20; color: #fff; font-family: verdana, arial, sans-serif; font-weight: 700; font-size: 18px; line-height: 24px; border: 0px solid #999; border-radius: 3px; padding: 2px 0 3px 0; margin: 0; cursor: pointer; z-index: 9996; animation: menuopen 0.5s;}
button.tplge_olMenuClose:hover {background: #f30;}
@keyframes menuopen{from{margin-right: -320px;}to{margin-right: 0;}}


/* toc */
.tplge_olMenuToc {box-sizing: border-box; width: 100%; text-align: left; margin: 12px 0 0 0;}

.tplge_olMenu ul {margin: 0 20px; float: none; clear: both;}
.tplge_olMenu ul li {list-style: none; font-size: 18px; line-height: 20px; font-weight: 900; padding: 12px 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: 20px; font-weight: 400; padding: 12px 0 0 0; margin: 0;}

.tplge_olMenu ul ul ul li {padding: 12px 0 0 0; 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: #fc0; 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;}

.tplge_olMenu a:link {color: #eee; text-decoration: none;}
.tplge_olMenu a:visited {color: #eee; text-decoration: none;}
.tplge_olMenu a:hover {color: #fc0; text-decoration: none;}
.tplge_olMenu a:active {color: #fc0; text-decoration: none;}
.tplge_olMenu a:focus {color: #fc0; text-decoration: none;}


/* OVERLAY SEARCH */

.tplge_olSearch {display: none; position: fixed; top: 0; right: 0; border-radius: 0 0 0 3px; width: 420px; max-width: 100%; background: #145; opacity: 0.9; z-index: 9994; animation: searchopen 0.4s;}
.tplge_olSearchIn {padding: 12px 0 0 0; margin: 0; opacity: 1;}
button.tplge_olSearchClose {display: none; position: fixed; top: 9px; right: 24px; width: 32px; text-align: center; background: #c20; color: #fff; font-family: verdana, arial, sans-serif; font-weight: 700; font-size: 18px; line-height: 24px; border: 0px solid #999; border-radius: 3px; padding: 2px 0 3px 0; margin: 0; cursor: pointer; z-index: 9996; animation: searchopen 0.4s;}
button.tplge_olSearchClose:hover {background: #f30;}
@keyframes searchopen{from{margin-top: -100px;}to{margin-top: 0;}}

/* searchbox */
.tplge_olSearchbox {border: 0px solid; padding: 36px 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/lupe.png') 6px 7px no-repeat; width: 40px; height: 38px; border: 0; padding: 0; margin: 0;}

/* END OVERLAYS */



/* LINKFORMATIERUNG / LINKS */
a:link {color: #169; text-decoration: none;}
a:visited {color: #169; text-decoration: none;}
a:hover {color: #c50; text-decoration: underline;}
a:active {color: #c50; text-decoration: underline;}
a:focus {color: #c50; text-decoration: underline;} 

header a:link {color: #fff; text-decoration: none;}
header a:visited {color: #fff; text-decoration: none;}
header a:hover {color: #fa0; text-decoration: none;}
header a:active {color: #fa0; text-decoration: none;}
header a:focus {color: #fa0; text-decoration: none;}

.tplge_locator a:link {background: #d6dcdf; color: #000; font-weight: 700;}
.tplge_locator a:visited {background: #d6dcdf; color: #000; font-weight: 700;}
.tplge_locator a:hover {background: #909699; color: #fff; text-decoration: none;}
.tplge_locator a:active {background: #909699; color: #fff; text-decoration: none;}
.tplge_locator a:focus {background: #909699; color: #fff; text-decoration: none;}

.tplge_submenu a:link {color: #000; font-weight: 700;}
.tplge_submenu a:visited {color: #000; font-weight: 700;}
.tplge_submenu a:hover {background: #606669; color: #fff; text-decoration: none;}
.tplge_submenu a:active {background: #606669; color: #fff; text-decoration: none;}
.tplge_submenu a:focus {background: #606669; color: #fff; text-decoration: none;}

.tplge_sibmenu a:link {color: #000; font-weight: 700;}
.tplge_sibmenu a:visited {color: #000; font-weight: 700;}
.tplge_sibmenu a:hover {background: #606669; color: #fff; text-decoration: none;}
.tplge_sibmenu a:active {background: #606669; color: #fff; text-decoration: none;}
.tplge_sibmenu a:focus {background: #606669; color: #fff; text-decoration: none;}

.tplge_sibmenu0 a:link {color: #000; font-weight: 700;}
.tplge_sibmenu0 a:visited {color: #000; font-weight: 700;}
.tplge_sibmenu0 a:hover {background: #606669; color: #fff; text-decoration: none;}
.tplge_sibmenu0 a:active {background: #606669; color: #fff; text-decoration: none;}
.tplge_sibmenu0 a:focus {background: #606669; color: #fff; text-decoration: none;}

.tplge_newsArea ul.menulevel1 a:link {color: #222; text-decoration: none;}
.tplge_newsArea ul.menulevel1 a:visited {color: #222; text-decoration: none;}
.tplge_newsArea ul.menulevel1 a:hover {color: #c50; text-decoration: none;}
.tplge_newsArea ul.menulevel1 a:active {color: #c50; text-decoration: none;}
.tplge_newsArea ul.menulevel1 a:focus {color: #c50; text-decoration: none;}

footer a:link {color: #ccc; text-decoration: none;}
footer a:visited {color: #ccc; text-decoration: none;}
footer a:hover {color: #f90; text-decoration: none;}
footer a:active {color: #f90; text-decoration: none;}
footer a:focus {color: #f90; text-decoration: none;}



/* 
##############################
 S O N S T I G E S / R E S T
############################## 
*/

/* MailForms Plugin */
div.ddfmwrap {font-size: 16px;}
div.ddfmwrap input.ddmf_text {min-width: 240px!important; max-width: 96%!important; background: #fff!important; border: 1px solid #ccc!important; padding: 4px 6px!important;}
div.ddfmwrap input.ddmf_verify {min-width: 106px!important; width: 106px!important;}
div.ddfmwrap textarea {width: 96%!important; background: #fff!important; border: 1px solid #ccc!important; padding: 4px 6px!important;}
div.ddfmwrap div.submitButton {width: 116px!important;}
div.ddfmwrap div.submitButton input {width: 100%!important;}





/* 
############################## 
   R E S P O N S I V E  CSS
############################## 
*/

@media (max-width: 1250px) {
header {background-size: 160%;}
.tplge_newsAreaIn {width: 900px; margin: 0 auto;}
.tplge_newsBoxToc {float: none; clear: both; margin: 0 auto; border-top: 1px solid transparent;}
}



@media (max-width: 959px) {
.tplge_content {font-size: 18px;}
header {background-size: 240%;}
.tplge_newsAreaIn {width: 600px;}
.tplge_newsBoxToc {float: left; clear: none; margin: 0; border-top: 0;}
}



@media (max-width: 800px) {
.tplge_sibmenu {display: none;}
}



@media (max-width: 700px) {
div.tplge_contentboxleft {width: 100%;}
div.tplge_contentboxright {width: 100%;}
}



@media (max-width: 639px) {
header {background-size: 320%;}
figure.image {width: auto!important; max-width: 100%!important; float: none; margin: 10px auto;}
.tplge_sitetitle {font-size: 32px;}
.tplge_submenu {margin: 0 auto;}
.tplge_2cols {columns: 1;}
.tplge_newsAreaIn {width: 300px;}
}



@media (max-width: 480px) {
.tplge_sitetitle {font-size: 24px;}
.tplge_footer {margin: 20px 0 0 0;}
.tplge_olSearch {width: 300px;}
.tplge_olSearchbox .tplge_searchboxInput {width: 206px;}
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;}
}
