@charset "utf-8";
/*** FONTS ***/	
@font-face {font-family: Roboto; font-style: bold; font-weight: 900; src:url("fonts/Roboto-Black.ttf") format("truetype");}
@font-face {font-family: Roboto; font-style: bold; font-weight: 700; src:url("fonts/Roboto-Bold.ttf") format("truetype");}
@font-face {font-family: Roboto; font-style: bold; font-weight: 400; src:url("fonts/Roboto-Regular.ttf") format("truetype");}
@font-face {font-family: Roboto; font-style: bold; font-weight: 300; src:url("fonts/Roboto-Light.ttf") format("truetype");}
@font-face {font-family: Roboto; font-style: bold; font-weight: 100; src:url("fonts/Roboto-Thin.ttf") format("truetype");}

@font-face {font-family: RobotoCondensed; font-style: bold; font-weight: 700; src:url("fonts/RobotoCondensed-Bold.ttf") format("truetype");}
@font-face {font-family: RobotoCondensed; font-style: regular; font-weight: 400; src:url("fonts/RobotoCondensed-Regular.ttf") format("truetype");}
@font-face {font-family: RobotoCondensed; font-style: light; font-weight: 300; src:url("fonts/RobotoCondensed-Light.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 {font-family: RobotoCondensed, arial, sans-serif; color: #234; font-size: 28px; line-height: 1.2em; font-weight: 300; padding: 0 0 6px 0; margin: 6px 0 10px 0;}
h4 {font-family: RobotoCondensed, arial, sans-serif; color: #234; font-size: 24px; line-height: 1.4em; font-weight: 300; margin: 15px 0 10px 0;}
h5 {font-family: RobotoCondensed, arial, sans-serif; color: #234; font-size: 22px; line-height: 1.4em; font-weight: 300; margin: 15px 0 10px 0;}
h6 {font-family: RobotoCondensed, arial, sans-serif; color: #234; font-size: 20px; line-height: 1.4em; font-weight: 300; margin: 15px 0 10px 0;}
p {margin: 10px 0;}
ol {margin: 6px 0;}
ol li {line-height: 1.0em; border: 0; padding: 3px 0; margin: 2px 0 2px 22px;}
ul {list-style-image: url(images/inhlist.gif); margin: 6px 0;}
ul li {line-height: 1.2em; border: 0; padding: 3px 0; margin: 2px 0 2px 17px;}
hr {height: 1px; clear: both; color: #aaa; background-color: #aaa; border: 0; margin: 16px 0;}
blockquote {padding: 2px 0 2px 20px; border-left: 3px solid #999;}
div.tplvoe_content_anchor {display: none;}
div.tplvoe_menu_anchor {display: none;}
div.tplvoe_news_anchor {display: none;}
div.tplvoe_news_anchor_bottom {display: none;}

div a,p a,li a {font-weight: 500;}

.new_icon:before {
    content: '';
    display: inline-block;
    height: 32px;
    width: 32px;
    background-image: url('images/neu.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 10px 5px -10px;
    position: relative;
    top: 9px;
}

.important_icon:before {
    content: '';
    display: inline-block;
    height: 32px;
    width: 32px;
    background-image: url('images/wichtig.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 10px 5px -10px;
    position: relative;
    top: 9px;
}

.question {
	cursor: help;
}

/* 
##############################
 C O N T E N T  C L A S S E S 
##############################
*/
img.tplvoe_left_border {float: left; max-width: 40%; border: 5px solid #998; margin: 0 20px 10px 0;}
img.tplvoe_left_noborder {float: left; max-width: 40%; border: 0; margin: 0 20px 10px 0;}
img.tplvoe_right_border {float: right; max-width: 40%; border: 5px solid #998; margin: 0 0 10px 20px;}
/*img.tplvoe_right_noborder {float: right; max-width: 40%; border: 0; margin: 0 0 10px 20px;}*/
img.tplvoe_border {border: 5px solid #998;}
img.tplvoe_noborder {border: 0;}
img.tplvoe_centered {display: block; margin: 24px auto;}
img.tplvoe_maxwidth98 {max-width: 97%;}

.tplvoe_code {clear: both; background: #eed; color: #333; font-family: 'courier new', monospace; border: 1px solid #999; padding: 10px 16px;}
.tplvoe_box01 {clear: both; background: #f6f6f3; border: 4px double #aaa; padding: 12px 16px; margin: 16px 0;}
.tplvoe_legal {padding: 6px 0;}

.tplvoe_clearLeft {clear: left;}
.tplvoe_clearRight {clear: right;}
.tplvoe_clearBoth {clear: both;}

.tplvoe_copyright, .tblvoe_copyright_content {

}

.tplvoe_popup {
	position: fixed;
	display: none;
	background-color: rgb(0,0,0,0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.tplvoe_popup_content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 350px;
	max-width: 60%;
	padding: 30px;
	border-radius: 5px;
	color: black;
	background-color: white;
}

/* 
##############################
           B O D Y
##############################
*/

/* BODY UND SEITE / BODY AND PAGE */
body {background: #fff; color: #000; font-family: RobotoCondensed, arial, sans-serif; font-size: 18px; font-weight: 300; line-height: 1.4em;}
#body {background: #fff; min-width: 720px; font-size: 18px; color: #000; text-align: left;}
#top {font-size: 0; line-height: 0;}





/* 
##############################
      B E R E I C H E
############################## 
*/

/* SITE CONTAINER */
.tplvoe_siteContainer {}


/* KOPFBEREICH / HEADERS */
.tplvoe_headersContainer {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}


/* image header */
.tplvoe_header {background: #f0f0ff; border: 0px solid #234; padding: 0; margin: 0;}
.tplvoe_headerin { border-bottom: 1px solid transparent; padding: 0; margin: 0 auto;}

/* from tplvoe_header: url(images/bgheader1.jpg) top center; */
/* from tplvoe_headerin: background: url(images/bgheaderin.jpg) top left no-repeat; max-width: 1200px; */
/* languagemenu */
div.tplvoe_langmenu_container {min-height: 24px; text-align: left; border: 0px solid #c00; padding: 0 20px; margin: 0;}
.tplvoe_langmenu_container img {border: 3px solid #ccc; margin: 16px 16px 6px 0;}

.tplvoe_headerin img {
	float: left;
	height: 120px;
	margin: 0 20px 0 20px;
}

/* site title */
#tplvoe_header h1 {float: right; font-size: 42px; line-height: 96px; font-weight: 700; color: #000; opacity: 0.33; padding: 6px 36px 6px 36px;}


/* locator */
.tplvoe_locator {background: #5482d4; color: #fff; font-size: 17px; padding: 16px; margin: 0;position: relative;}
.tplvoe_locatorin {max-width: 1200px; margin: 0 auto;}
.tplvoe_locator span.locator_text {font-weight: 700; padding: 0;}
.tplvoe_locator span.locator_quick {font-size: 140%; font-weight: 700; padding: 0; margin-right: 100px; float: right;}

.tplvoe_login {float: right;}

.tplvoe_gallery {height: 50px;}



/* INHALTSBEREICH / CONTENTS */

.tplvoe_contentsContainer {max-width: 1200px; text-align: left; padding: 0; margin: 0 auto;}

.tplvoe_content {width: 900px; float: right; padding: 0; margin: 0;}
.tplvoe_contentin {background: #fff; padding: 16px 48px 30px 48px; margin: 0;}

/* searchbox */
.tplvoe_searchboxContainer {width: 250px; float: left; background: #d0d6d9 url('images/lupe1.jpg') right top no-repeat; border: 1px solid #789; border-radius: 17px; color: #620; padding: 0; margin: 16px 0 16px 0; overflow: hidden;}
#searchbox {text-align: left; padding: 0; margin: 0;}
.tplvoe_searchboxContainer input.tplvoe_submit {background: none!important; color: transparent; font-family: courier new; font-size: 24px; line-height: 24px; font-weight: 700; border: 0px solid #999!important; padding: 3px 0 0 0; margin: 0;}
.tplvoe_searchboxContainer #searchbox input.tplvoe_submit:hover {cursor: pointer;}
.tplvoe_searchboxContainer #searchbox input.text {width: 186px; background: #fff; float: left; font-size: 14px; border: 0!important; border-right: 1px solid #999!important; border-radius: 15px 0 0 15px; padding: 6px 12px; margin: 0;}

.tplvoe_contentin li {background: none;}
.tplvoe_contentin input.text {background: #f6f6f3; border: 1px solid #ccc!important;}
.tplvoe_contentin textarea {width: 90%; background: #f6f6f3; border: 1px solid #ccc!important;}
.tplvoe_contentin input.submit, #tplvoe_contentin input#submit {background: url(images/button.jpg) repeat-x; float: left; color: #000; font-size: 16px; line-height: 20px; border: 1px solid #666; border-radius: 3px; padding: 2px 6px; margin: 0 6px 0 0;}

/* prev-top-next */
.tplvoe_prevtopnext {clear: both;}
.tplvoe_prevtopnextin {text-align: center; padding: 8px 0 0 0; margin: 24px 0 6px 0;}
.tplvoe_prevtopnextin span {padding: 0 16px;}

/* icons div */
.tplvoe_icons {text-align: center; padding: 16px 0 0 0; margin: 0;}
#tplvoe_icons img {border: 0; margin: 0 16px;}

/* sitemap */
.sitemaplevel1 {font-size: 18px; font-weight: 700;}
.sitemaplevel2 {font-size: 17px; font-weight: 300;}



/* NEWSAREA und TOC */
.tplvoe_newsArea {width: 300px; float: left; color: #000; font-size: 17px; padding: 0; margin: 0;}
.tplvoe_newsAreain {padding: 0; margin: 0;}


/* Hauptmenü / toc */
.tplvoe_toc {width: 300px; float: left; background: #233759; /*url(images/bgtoc.jpg) top left repeat-y;*/ border: 0px solid; padding: 6px 0 12px 0;}
.tplvoe_toc h1.tplvoe_menu {color: #fff; font-weight: 500; padding: 16px 20px 0 24px; margin: 0;}

.tplvoe_toc ul.menulevel1 {list-style: none; padding: 9px 12px 20px 6px; margin: 0;}
.tplvoe_toc ul.menulevel1 li {list-style: none; color: #fa0000; font-size: 18px; font-weight: 500; padding: 12px 0 0 19px; margin: 0;}
.tplvoe_toc ul.menulevel1 li ul {padding: 2px 0 4px 0; margin: 0;}

.tplvoe_toc ul.menulevel1 li ul li {list-style: none; font-size: 17px; font-weight: 400; padding: 12px 0 0 19px; margin: 0 0 0 -6px;}
.tplvoe_toc ul.menulevel1 li ul li ul li {list-style: none; font-weight: 400; padding: 12px 0 0 19px;}

/*.tplvoe_toc li.docs {background: url(images/docs.gif) 0 16px no-repeat;}*/
.tplvoe_toc ul.menulevel2 { border-left: solid #76a4f6 1px; }
.tplvoe_toc ul.menulevel2 li a {color: #abc; }

.tplvoe_toc ul.menulevel3 { border-left: solid #5482d4 1px; }
.tplvoe_toc ul.menulevel3 li a {color: #abc; font-style: italic}

/* Newsboxen */
.tplvoe_newsbox1 {width: 300px; float: right; background: #aab9d4; color: #000; padding: 6px 0 12px 0;}
.tplvoe_newsbox2 {width: 300px; float: right; background: #bbcae5; color: #000; padding: 6px 0 12px 0;}
.tplvoe_newsbox3 {width: 300px; float: right; background: #ccdbf6; color: #000; padding: 6px 0 12px 0;}

.tplvoe_newsboxright1 hr {height: 1px; clear: both; color: #ccc; background-color: #ccc; border: 0; margin: 16px 0;}
.tplvoe_newsboxright2 hr {height: 1px; clear: both; color: #999; background-color: #999; border: 0; margin: 16px 0;}
.tplvoe_newsboxright3 hr {height: 1px; clear: both; color: #999; background-color: #999; border: 0; margin: 16px 0;}

.tplvoe_newsboxin {padding: 0 20px;}
.tplvoe_newsArea h1, .tplvoe_newsArea h2, .tplvoe_newsArea h3, .tplvoe_newsArea h4, .tplvoe_newsArea h5, .tplvoe_newsArea h6 {font-size: 22px; color: #000;}

.tplvoe_newsbox1 a:link {color: #fff; text-decoration: none;}
.tplvoe_newsbox1 a:visited {color: #fff; text-decoration: none;}
.tplvoe_newsbox1 a:hover {color: #bf0000; text-decoration: none;}
.tplvoe_newsbox1 a:active {color: #fc0; text-decoration: none;}
.tplvoe_newsbox1 a:focus {color: #fc0; text-decoration: none;}

.tplvoe_newsbox2 a:link {color: #fff; text-decoration: none;}
.tplvoe_newsbox2 a:visited {color: #fff; text-decoration: none;}
.tplvoe_newsbox2 a:hover {color: #bf0000; text-decoration: none;}
.tplvoe_newsbox2 a:active {color: #fc0; text-decoration: none;}
.tplvoe_newsbox2 a:focus {color: #fc0; text-decoration: none;}

.tplvoe_newsbox3 a:link {color: #338; text-decoration: none;}
.tplvoe_newsbox3 a:visited {color: #fff; text-decoration: none;}
.tplvoe_newsbox3 a:hover {color: #bf0000; text-decoration: none;}
.tplvoe_newsbox3 a:active {color: #fc0; text-decoration: none;}
.tplvoe_newsbox3 a:focus {color: #fc0; text-decoration: none;}




/* FOOTER */
.tplvoe_notesin {background: #fff; color: #000; font-size: 15px; text-align: right; border-top: 1px solid #ddd; padding: 16px 0 120px 0;}
div#tplvoe_notesin p {padding: 0 20px; margin: 0;}

/*
.tplvoe_notesin a:link {color: #eee; text-decoration: none;}
.tplvoe_notesin a:visited {color: #eee; text-decoration: none;}
.tplvoe_notesin a:hover {color: #bf0000; text-decoration: none;}
.tplvoe_notesin a:active {color: #fc0; text-decoration: none;}
.tplvoe_notesin a:focus {color: #fc0; text-decoration: none;}
*/



/* LINKFORMATIERUNG / LINKS */
a:link {color: #158; text-decoration: none;}
a:visited {color: #158; text-decoration: none;}
a:hover {color: #bf0000; text-decoration: underline;}
a:active {color: #bf0000; text-decoration: underline;}
a:focus {color: #bf0000; text-decoration: underline;}

.tplvoe_locator a:link {color: #eee; text-decoration: none;}
.tplvoe_locator a:visited {color: #eee; text-decoration: none;}
.tplvoe_locator a:hover {color: #ff3636; text-decoration: none;}
.tplvoe_locator a:active {color: #ff3636; text-decoration: none;}
.tplvoe_locator a:focus {color: #ff3636; text-decoration: none;}

ul.menulevel1 a:link {color: #d0d6d9; text-decoration: none;}
ul.menulevel1 a:visited {color: #d0d6d9; text-decoration: none;}
ul.menulevel1 a:hover {color: #ff3636; text-decoration: none;}
ul.menulevel1 a:active {color: #ff3636; text-decoration: none;}
ul.menulevel1 a:focus {color: #ff3636; text-decoration: none;}





/* 
##############################
 S O N S T I G E S / R E S T
############################## 
*/

/* disabled buttons */
button:disabled,
button[disabled]{
  background-color: #cccccc;
  color: #666666;
}

/* scroll buttons */
img.tplvoe_scrolltoMenuButton {background: #07a; display: none; position: fixed; top: 10px; right: 2px; z-index: 999; border: 2px solid #fff; border-radius: 3px;}
img.tplvoe_scrolltoTopButton {background: #07a; position: fixed; bottom: 40px; right: 4px; display: block; border: 2px solid #fff; border-radius: 22px; opacity: 1; transition: 2s;}

img.tplvoe_scrolltoMenuButton:hover {background: #c60;}
img.tplvoe_scrolltoTopButton:hover {background: #c60; transition: 0s;}

.directus-button, .directus-edit-button, .directus-print-button {
	float: left;
	font-weight: bold;
	font-style: normal;
	margin: 0 15px 15px 0;
	
	font-size:20px;
	line-height: 40px;	
	text-align: center;
	text-style: none;
	font-weight: normal;
	
	background-color: #5482d4;
	color: white;
	border: none;
	
	width: auto;
	height: 40px;
	border-radius: 5px;
	padding: 0 10px 0 10px;

	cursor: pointer;
}

.directus-edit-button {
	background-color: red;
}

.directus-print-button {
	background-color: green;
}

.directus-button a:visited, .directus-button a:link  {
	color: white;
}


/* 
############################## 
   R E S P O N S I V E  CSS
############################## 
*/

@media (min-width: 1260px) {
        img.tplvoe_right_noborder { width: 40%; float: right; margin: 0 0 15px 20px;}
}

@media (max-width: 1259px) {
	#body {min-width: 320px; font-size: 18px;}

	/* Header */
	.tplvoe_header {background: #f0f0ff;}
	#tplvoe_header h1 {font-size: 48px; line-height: 58px; float: none;}

	/* Content */
	.tplvoe_content {width: 900px; float: none; margin: 0 auto;}

	/* News Area */
	.tplvoe_newsArea {width: 900px; float: none; padding: 0; margin: 0 auto;}
	.tplvoe_newsboxin ul.menulevel1 {margin: 20px 0;}

	.tplvoe_newsbox1 { width: 600px; }
	.tplvoe_newsbox2 { width: 600px; }
	.tplvoe_newsbox3 { width: 600px; }

	/* scroll buttons */
	img.tplvoe_scrolltoMenuButton {display: block;}

	.tplvoe_headerin img {
		float: left;
		height: 100px;
		margin: 0 20px 0 20px;
	}

	.tplvoe_video {width: 50%; float: right; margin: 0 0 15px 20px}

        img.tplvoe_right_noborder { width: 40%; float: right; margin: 0 0 15px 20px;}
}



@media (max-width: 1023px) {
	.tplvoe_headerin {background: #f0f0ff;}
	#tplvoe_header h1 {font-size: 36px; line-height: 48px; padding: 6px 12px 6px 12px; float: none;}
	.tplvoe_content {width: 90%;}
	.tplvoe_contentin {padding: 6px 20px 30px 20px; margin: 0;}
	.tplvoe_newsArea {width: 90%;}
	.tplvoe_newsbox1 {width: 50%;}
	.tplvoe_newsbox2 {width: 50%;}
	.tplvoe_newsbox3 {width: 50%;}

	.tplvoe_headerin img {
		float: left;
		height: 100px;
		margin: 0 20px 0 20px;
	}

	.tplvoe_video {width: 70%; float: right; margin: 0 0 15px 20px;}

        img.tplvoe_right_noborder { width: 70%; float: right; margin: 0 0 15px 20px;}
}

/* from .tplvoe_headerin: url(images/bgheaderin_min.jpg) top left no-repeat; */

@media (max-width: 639px) {
	#body {font-size: 17px; background: #fff;}
	#tplvoe_header h1 {font-size: 28px; line-height: 32px; padding: 6px 12px 6px 12px; float: none;}
	#tplvoe_content {width: 95%;}

	.tplvoe_newsArea {width: 100%;}
	.tplvoe_newsbox1 {width: 100%;}
	.tplvoe_newsbox2 {width: 100%;}
	.tplvoe_newsbox3 {width: 100%;}

	.tplvoe_newsboxin { margin: 0 auto;}
	.tplvoe_toc {width: 100%;}
	.tplvoe_tocin {width: 300px; margin: 0 auto;}
	.tplvoe_notesin {text-align: center;}

	.tplvoe_headerin img {float: left; height: 80px; margin: 0 10px 0 10px;}

	.tplvoe_video {width: 100%; margin: 10px 0 15px 0;}

        img.tplvoe_right_noborder { width: 100%; margin: 0 0 15px 20px;}
	
}
