@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: Anton; font-style: normal; font-weight: 400; src:url("fonts/Anton-Regular.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");}

/* ATV - Schriften ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@font-face {font-family: Edo; font-style: normal; font-weight: 400; src:url("fonts/Edo.ttf") format("truetype");}

@font-face {font-family: KeyVirtue; font-style: normal; font-weight: 400; src:url("fonts/KeyVirtue.ttf") format("truetype");}

@font-face {font-family: Kronika; font-style: normal; font-weight: 400; src:url("fonts/Kronika.ttf") format("truetype");}

/* ATV - Schriften ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* RESET BROWSERSTYLE */
body {padding: 0; margin: 0;}

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, georgia, serif; color: #221; font-weight: 400; font-variant: small-caps; line-height: 1.05em; letter-spacing: 0.15em; padding: 12px 0 6px 0; margin: 0;}*/

h1, h2, h3, h4, h5, h6 {font-family: RobotoCondensed, georgia, serif; color: #000; font-weight: 400; font-variant: small-caps; line-height: 1.05em; letter-spacing: 0.15em; padding: 12px 0 6px 0; margin: 0;}



h1 {font-size: 32px;}
h2 {font-size: 28px;}
h3 {font-size: 26px;}
h4 {font-size: 24px;}
h5 {font-size: 23px;}
h6 {font-size: 22px;}
p {padding: 10px 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; padding: 6px 20px; margin: 10px 0;}
img {box-sizing: border-box; max-width: 100%; height: auto;}





/* 
##############################
 C O N T E N T  C L A S S E S 
##############################
*/

/* 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; 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; font-size: 17px; line-height: 1.1em; 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: #d99c434a; font-size: 17px; 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: #d99c434a ; font-size: 17px; line-height: 1.3em; border-radius: 3px; padding: 12px 20px; margin: 10px 0 10px 0;}
.tplge_headlineContentBox {font-size: 22px; color: #000; 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: #ddd; text-align: center; color: #222; font-size: 16px; line-height: 1.2em; padding: 9px 12px;}





/* 
########################################
     E L E M E N T E  D E S I G N
########################################
*/

/* FIXED NAVIGATION */

.tplge_pageNav {position: fixed; top: 0; width: 90%; max-width:1200px; left: 50%; transform: translate(-50%, 0);  height: 48px; color: #000; padding: 0; margin: 0 auto; z-index: 998; overflow: hidden; opacity: 1;}

.atv_pageNav {position: fixed; top: 0; width: 100% !important; height: 48px; background: #fff; padding: 0; margin: 0 auto; z-index: 997;}

/* buttons */
img.tplge_homelinkButton {float: left;}
img.tplge_sitemaplinkButton {float: left; padding: 3px 3px 7px 1px;}
img.tplge_menulinkButton {float: right;}
img.tplge_searchlinkButton {float: right;}
img.tplge_facebookButton {float: right; padding: 3px;}
img.tplge_instagramButton {float: right; padding: 3px;}



/*
img.tplge_homelinkButton:hover,
img.tplge_sitemaplinkButton:hover,
img.tplge_menulinkButton:hover,
img.tplge_searchlinkButton:hover,
img.tplge_facebookButton:hover,
img.tplge_instagramButton:hover {background: #586;}
*/




/* HEADER */

/* language menu */
.tplge_langmenu {text-align: right; padding: 0 18px;}
.tplge_langmenu img {background: #fff; border: 0px solid #999; border-radius: 1px; padding: 3px; margin: 0 0 0 20px;}
.tplge_langmenu img:hover {background: #cb9;}


/* site title */
.tplge_sitename {width: 88%; min-height: 85px; font-family: RobotoCondensed, georgia, serif; color: #000; font-weight: 400; font-size: 42px; line-height: 1.1em; letter-spacing: 0.1em; font-variant: small-caps; padding: 0px 0 55px 0; margin: 50px auto 0; opacity: 1;}




/* HORIZONTALES MENÜ */

.tplge_horinav {width: 70%; color: #910; padding: 5px; margin: 0 auto;}

/* menulevel 1 */
.tplge_horinav ul.menulevel1 {display: flex; position: relative; list-style: none; margin: 0 auto 0 0;justify-content: space-between;}
.tplge_horinav ul.menulevel1 li {max-width: 190px; float: left; background: #c0c0c0; text-align: center; font-weight: 700; font-size: 15px; line-height: 18px; text-transform: uppercase; border-radius: 7px; padding: 9px; margin: 1px 25px 0 0;}
.tplge_horinav ul.menulevel1 li:hover {background: #e6e9ec;}

/* menulevel 2 */
.tplge_horinav ul.menulevel2 {display: none; width: 240px; background: #e6e9ec; border: 1px solid #909699; border-radius: 3px; padding: 6px 0; margin:  2px auto 0 -26px;}
.tplge_horinav ul.menulevel2 li {width: auto; max-width: none; display: block; float: none; background: #e6e9ec; font-size: 17px; line-height: 19px; font-weight: 400; text-transform: none; text-align: left; border-radius: 0; padding: 5px 10px; margin: 0;}
.tplge_horinav ul.menulevel1 li:hover ul {display: block; position: absolute; z-index: 9999;}
.tplge_horinav ul.menulevel2 li a {display: block; width: 100%;}

.tplge_horinav ul.menulevel1 ul li:hover {background: #fff;}

/* menulevel 3 */
.tplge_horinav ul.menulevel1 ul.menulevel2 ul.menulevel3 {display: none; position: absolute; width: 220px; background: #e6e9ec; padding: 6px 0; margin: -24px auto 0 160px; border: 1px solid #a0a6a9; border-radius: 3px;}
.tplge_horinav ul.menulevel1 ul.menulevel2 li:hover ul {display: block; background:}

/* menulevel 4 */
.tplge_horinav ul.menulevel1 ul.menulevel2 ul.menulevel3 ul.menulevel4 {display: none; position: absolute; width: 220px; background: #e6e9ec; padding: 6px 0; margin: -24px auto 0 -205px; border: 1px solid #a0a6a9; border-radius: 3px;}
.tplge_horinav ul.menulevel1 ul.menulevel2 ul.menulevel3 li:hover ul {display: block;}

/* menulevel 5 */
.tplge_horinav ul.menulevel1 ul.menulevel2 ul.menulevel3 ul.menulevel4 ul.menulevel5 {display: none; width: 220px; position: absolute; background: #e6e9ec; padding: 6px 0; margin: -24px auto 0 172px; border: 1px solid #a0a6a9; border-radius: 3px;}
.tplge_horinav ul.menulevel1 ul.menulevel2 ul.menulevel3 ul.menulevel4 li:hover ul {display: block;}

/* menulevel 6 */
.tplge_horinav ul.menulevel1 ul.menulevel2 ul.menulevel3 ul.menulevel4 ul.menulevel5 ul.menulevel6 {display: none; position: absolute; width: 220px; background: #e6e9ec; padding: 6px 0; margin: -24px auto 0 -205px; border: 1px solid #a0a6a9; border-radius: 3px;}
.tplge_horinav ul.menulevel1 ul.menulevel2 ul.menulevel3 ul.menulevel4 ul.menulevel5 li:hover ul {display: block;}

/* doc docs */
.tplge_horinav li.docs a::after, 
.tplge_horinav li.sdocs a::after, 
.tplge_horinav li.sdocs span::after 
{content: "+"; font-family: arial, sans-serif; color: #910; font-size: 14px; line-height: 14px; font-weight: 700; margin-left: 5px;}
.tplge_horinav li.doc a::after, .tplge_horinav li.sdoc span::after 
{content: ""; font-size: 14px; line-height: 14px; font-weight: 700;}

.tplge_horinav li.sdoc, .tplge_horinav li.sdocs {background: #fff!important; color: #910;}
.tplge_horinav li.sdoc a, .tplge_horinav li.sdocs a {color: #910;}
.tplge_horinav li.doc a, .tplge_horinav li.docs a {color: #000;}
.tplge_horinav a:hover {text-decoration: none!important;}





/* INHALTSBEREICH / CONTENTS */

/* locator */
.tplge_locator {color: #333; font-size: 14px; line-height: 26px; letter-spacing: 0; text-transform: uppercase; border-bottom: 1px solid #aaa; padding: 16px 0 6px 0; margin: 0 auto 16px auto; overflow: hidden;}
.tplge_locatorDelimiter {color: #333; font-size: 18px; line-height: 18px; font-weight: 900; padding: 0 5px;}
.tplge_locator span.tplge_locatortext {font-weight: 900; padding: 0 6px 0 0;}
.tplge_locator span.cmsimpleLocatorElement {font-weight: 700;}
.tplge_locator span.cmsimpleLocatorElementLast {font-weight: 900;}

/* CMSimple mailform */
.tplge_contentIn input {background: #fff; border: 1px solid #aaa; border-radius: 0; padding: 4px 6px;}
.tplge_contentIn input.text {width: 80%; background: #fff; border: 1px solid #aaa; border-radius: 0; padding: 4px 6px;}
.tplge_contentIn textarea {width: 94%; background: #fff; font-family: RobotoCondensed, arial, sans-serif; border: 1px solid #aaa; border-radius: 0; padding: 6px;}
.captchainput {background: #fff; border: 1px solid #aaa; border-radius: 0;}
.tplge_contentIn input.submit, .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: 6px 0 24px 0;}
.tplge_subsibmenus p {font-size: 20px; font-weight: 700;}
.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;}

/* prev-top-next */
.tplge_prevtopnext {clear: both; text-align: center; padding: 0; margin: 36px 0 0 0;}
.tplge_prevtopnext img {background: #fff; border: 0px solid #999; border-radius: 5px; padding: 10px; margin: 0 16px;}
.tplge_prevtopnext img:hover {background: #333;}

/* sitemap */
ul.sitemaplevel1 {list-style: none; font-weight: 700; padding: 20px 0 0 0!important; margin: 0!important;}
ul.sitemaplevel1 li {list-style: none; font-size: 20px; font-weight: 900; border: 1px solid #aaa; border-radius: 5px; padding: 12px 16px; margin: 6px 0;}

ul.sitemaplevel2 {list-style: none; font-weight: 700; padding: 0!important; margin: 0!important;}
ul.sitemaplevel2 li {font-size: 17px; font-weight: 400; border: 0; padding: 4px 0 0 0; margin-left: 0;}

ul.sitemaplevel3 {list-style: none; font-weight: 700; padding: 0!important; margin: 0!important;}
ul.sitemaplevel3 li {margin-left: 20px;}

ul.sitemaplevel4 {list-style: none; font-weight: 700; padding: 0!important; margin: 0!important;}
ul.sitemaplevel5 {list-style: none; font-weight: 700; padding: 0!important; margin: 0!important;}
ul.sitemaplevel6 {list-style: none; font-weight: 700; padding: 0!important; margin: 0!important;}





/* NEWSBOX MENU */

.tplge_menuAnchor {display: block; height: 1px; margin: -76px 0 76px 0;}
.tplge_newsBoxMenu {background: #145!important;color: #fc0; padding-top: 20px!important; border: 0px solid;}

/* searchbox */
.tplge_searchboxContainer {clear: both; background: none; text-align: left; border: 0; border-radius: 0; padding: 3px; overflow: hidden;}
.tplge_searchboxInput {width: 186px; background: #fff; color: #333; float: left; font-size: 16px; border: 1px solid #aaa; border-radius: 5px; line-height: 20px; padding: 5px 8px; margin: 0;}
.tplge_searchboxSubmit {background: url('images/lupe.png') 9px 5px no-repeat; width: 40px; height: 38px; border: 0; padding: 0; margin: 0;}
.tplge_searchboxSubmit:hover {cursor: pointer;}

/* menulevel 1 */
.tplge_newsBoxMenu ul.menulevel1 {list-style: none; padding: 9px 0 22px 0; margin: 0 -16px 0 -16px;}
.tplge_newsBoxMenu ul.menulevel1 li {font-family: RobotoCondensed, arial, sans-serif; list-style: none; text-transform: uppercase; text-align: left; font-size: 17px; line-height: 1.2em; font-weight: 900; letter-spacing: 1px; border: 0px solid #aaa; border-radius: 0; padding: 4px 20px; margin: 3px 0;}

.tplge_newsBoxMenu ul.menulevel1 span {color: #fa0;}

/* menulevel 2 */
.tplge_newsBoxMenu ul.menulevel1 li ul {padding: 0; margin: 0;}
.tplge_newsBoxMenu 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; text-transform: none; text-align: left; border: 0; padding: 10px 0 0 0; margin: 0;}

/* menulevel 3 */
.tplge_newsBoxMenu ul.menulevel1 li ul li ul {list-style: none; border: 0; padding: 0; margin: 0;}
.tplge_newsBoxMenu ul.menulevel1 li ul li ul li {list-style: none; padding: 10px 0 0 20px;}

/* active menu item (use !important) */
.tplge_newsBoxMenu ul.menulevel1 li.sdocs, .tplge_newsBoxMenu ul.menulevel1 li.sdoc {border-radius: 0; padding: 10px 20px; margin: 6px 0;}
.tplge_newsBoxMenu ul.menulevel1 li ul li.sdocs, .tplge_newsBoxMenu ul.menulevel1 li ul li.sdoc {border: 0; padding: 10px 0 0 0; margin: 0;}
.tplge_newsBoxMenu ul.menulevel1 li ul li ul li.sdocs, .tplge_newsBoxMenu ul.menulevel1 li ul li ul li.sdoc {padding: 10px 0 0 20px;}

/* doc docs */
.tplge_newsBoxMenu li.docs a::after, 
.tplge_newsBoxMenu li.sdocs a::after, 
.tplge_newsBoxMenu li.sdocs span::after 
{content: "+"; font-family: arial, sans-serif; color: #fa0; font-size: 15px; line-height: 16px; font-weight: 700; margin-left: 3px;}
.tplge_newsBoxMenu li.doc a::after, .tplge_newsBoxMenu li.sdoc span::after 
{content: ""; font-size: 16px; line-height: 17px; font-weight: 700;}

/* icons div */
.tplge_icons {display: flex; justify-content: space-evenly;flex-wrap: wrap;}
.tplge_icons img {display: block; float: left; background: #111; border-radius: 5px; padding: 4px; margin: 0 6px;}
/*.tplge_icons img:hover {background: #921;}*/





/* CONTENTPLUS BEREICHE */

.tf_cplus {clear: both; background: #d6dfd9; padding: 60px 4%;}
.tf_cplusIn {max-width: 1200px; margin: 0 auto;}
.tf_cplus2 {clear: both; background: url(images/bginfobox2.jpg) top left no-repeat; background-size: 600px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; margin: -1px 0;}
.tf_cplus2In {background: #ccc; color: #000; box-sizing: border-box; width: 60%; border: 4px double #999; border-radius: 5px; padding: 16px 4%; margin: 120px 12% 48px auto; opacity: 0.75;}





/* NEWS AREA */

.tplge_newsAnchor {display: block; height: 1px; margin: -66px 0 66px 0;}

.tplge_newsBox {width: 100%px;float: left;font-size: 17px; line-height: 1.3em; padding: 0; margin: 0;}
.tplge_newsBoxIn {background: none; border-radius: 5px; padding: 10px 40px; margin: 5px;}

.tplge_newsBoxMenu {}
.tplge_newsBox1 {}
.tplge_newsBox2 {}
.tplge_newsBox3 {}

.tplge_newsBox h1, .tplge_newsBox h2, .tplge_newsBox h3, .tplge_newsBox h4 {color: #cc9; font-size: 24px; padding: 10px 0;}
.tplge_newsBox h5, .tplge_newsBox h6 {color: #cc9; font-size: 20px;}





/* FOOTER */

footer {font-size: 16px; text-align: center;}
footer p {padding: 12px 20px 120px 20px; margin: 0;}
footer p span {opacity: 0.7;}





/* 
##############################
       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%; margin: 12px 0 0 0;}

.tplge_olMenu ul {margin: 0 20px; float: none; clear: both;}
.tplge_olMenu ul li {list-style: none; font-size: 20px; 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 10px no-repeat; width: 40px; height: 38px; border: 0; padding: 0; margin: 0;}

/* END OVERLAYS */





/* LINKFORMATIERUNG */

a:link {color: #7b7b7b; text-decoration: none;}
a:visited {color: #000; text-decoration:underline;}
a:hover {color: #3b3b3b; text-decoration: underline;}
a:active {color: #000; text-decoration: underline;}
a:focus {color: #3b3b3b; text-decoration: underline;}

/*
.tplge_locator a:link {color: #ef6f46; text-decoration: none;}
.tplge_locator a:visited {color: #ef6f46; text-decoration: none;}
.tplge_locator a:hover {color: #fcc; text-decoration: underline;}
.tplge_locator a:active {color: #fcc; text-decoration: none;}
.tplge_locator a:focus {color: #fcc; text-decoration: none;}
*/

.tplge_horinav a:link {color: #fff; text-decoration: none;}
.tplge_horinav a:visited {color: #fff; text-decoration: none;}
.tplge_horinav a:hover {color: #910; text-decoration: none;}
.tplge_horinav a:active {color: #910; text-decoration: none;}
.tplge_horinav a:focus {color: #910; text-decoration: none;}

.tplge_newsArea a:link {color: #ef6f46; text-decoration: none;}
.tplge_newsArea a:visited {color: #ef6f46; text-decoration: none;}
.tplge_newsArea a:hover {color: #fcc; text-decoration: underline;}
.tplge_newsArea a:active {color: #fcc; text-decoration: none;}
.tplge_newsArea a:focus {color: #fcc; text-decoration: none;}

.tplge_footer a:link {color: #000; text-decoration: none;}
.tplge_footer a:visited {color: #000; 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: #fff; text-decoration: none;}
.sitemaplevel1 a:visited {color: #fff; text-decoration: none;}
.sitemaplevel1 a:hover {color: #910; text-decoration: underline;}
.sitemaplevel1 a:active {color: #910; text-decoration: underline;}
.sitemaplevel1 a:focus {color: #910; text-decoration: underline;}





/* 
##############################
 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;}
img.tplge_scrolltoTopButton:hover {background: #586;}

/* 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
####################################### 
*/

/* BODY / BODY */

/*body {min-width: 300px; background: #fff; color: #345; font-family: RobotoCondensed, arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 1.4em; text-align: left;}*/
body { min-width: 300px; background: #fff; color: #000; font-family: RobotoCondensed, arial, sans-serif; font-size: 18px; font-weight: 100;letter-spacing: 0.02em; line-height: 1.4em; text-align: left;}
/*.body {background: #606669;}*/
.body {background: #fff;}
#top {font-size: 0; line-height: 0;} 



/* LAYOUT CONTAINERS */

/*header {background: #600 url(images/bgheader.jpg) top center; color: #fff; padding: 0px 0 0 0;}*/

.tplge_headerIn {max-width: 1160px; padding: 0px 0 0 0; margin: 0 auto;}

.atv_Logo {float: right; background: url(/templates/atv_white/images/Logo_ATV_Schwarz.png) top left; background-size: contain; background-repeat: no-repeat; width: 200px; height: 160px; margin-top: 20px;}

/*.tplge_websiteContainer {background: #fff; max-width: 2000px; padding: 0; margin: 0 auto;}*/
.tplge_websiteContainer { max-width: 2000px; padding: 0; margin: 0 auto;}
.tplge_contentsContainer {display: flex; flex-wrap: wrap; width: 100%; max-width: 1160px; padding: 0; margin: 0 auto;}

.tplge_content {display: flex; flex: 1 1 100%; order: 1; max-width: 100%;}
.tplge_contentIn {width: 88%; font-size: 20px; margin: 16px auto 32px auto;}

.tplge_newsArea { flex: 1 1 1200px; order: 2; color: #000}
/*.tplge_newsArea {flex: 1 0 1200px; order: 2; background: #034; color: #ccc;}*/
.tplge_newsAreaIn { max-width: 1200px; padding: 36px 0; margin: 0 auto;}

footer { color: #000;}
/*footer {background: #010609; color: #ccc;}*/

.atvlinkunten {color: #000!important ;background: #c0c0c0; text-align: center; font-weight: 700; font-size: 15px; text-transform: uppercase; border-radius: 7px; padding: 9px; text-decoration: none!important;}


@media (max-width: 1258px) {
.tplge_newsAreaIn {width: 900px;}
}



@media (max-width: 1258px) {
.tplge_sitename {font-size: 40px;}
.tplge_horinav {display: none;}
.atvlinkunten {display: none;}
.atv_Logo {display: none;}
}



@media (max-width: 990px) {
.tplge_sitename {font-size: 36px;}
.tplge_newsAreaIn {width: 600px;}
}



@media (max-width: 740px) {
.tplge_sitename {font-size: 32px;}
body, .tplge_contentIn {font-size: 18px;}
.tplge_contentIn {font-size: 18px;}
div.tplge_contentboxleft {width: 100%;}
div.tplge_contentboxright {width: 100%;}
}



@media (max-width: 680px) {
.tplge_newsAreaIn {width: 300px;}
}



@media (max-width: 580px) {
.tplge_sitename {font-size: 28px; letter-spacing: 0.1em; padding: 0 0 16px 0;}
figure.image {width: auto!important; max-width: 100%!important; float: none; margin: 10px auto;}
}



@media (max-width: 480px) {
h1 {font-size: 26px; letter-spacing: 1px;} 
h2 {font-size: 24px; letter-spacing: 1px;}
h3 {font-size: 22px; letter-spacing: 1px;}
h4 {font-size: 20px; letter-spacing: 1px;}
h5 {font-size: 19px; letter-spacing: 1px;}
h6 {font-size: 18px; letter-spacing: 1px;}
.tplge_locator {font-size: 16px;}
.tplge_locatorDelimiter {font-size: 18px; line-height: 18px;}

.tf_cplus2In {width: 90%; margin: 120px auto 48px auto;}
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: 300px;}
.tplge_olSearchbox .tplge_searchboxInput {width: 206px;}
}
