/* HTML5 Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    font-family: Arial;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #d4e4ed; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

pre, code, kbd, samp { font-family: Arial; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style: none; list-style-image: none; }
small { font-size: 85%; }
strong, b, th { font-weight: bold; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #3399FF; color: #fff; text-shadow: none; }
::selection { background: #3399FF; color: #fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #3399FF; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a {
	text-decoration: none;
	color: #2e9837;
}

/**
 * Primary styles
 */



body {
	background-color: #fff;
	color: #000;
	font-family: Arial;
	font-size: 12px;
}

input[type="text"], textarea {
	border: 1px #ccc solid;
}

h1 {
	margin: 2px 0px 10px;
	padding: 0;
	font-size: 24px;
	color: #000;
    line-height: 25px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
    line-height: 24px;
	color: #000;
	font-weight: normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	border-bottom: 1px solid #D4E4ED;
	margin-top: 20px;
	margin-bottom: 14px;
	padding-bottom: 3px;
}

#outer {
	background-color: #fff;
	background-image: url('../images/bgh.png');
	background-repeat: repeat-x;
	padding-top: 20px;
}

#main {
	width: 991px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 985px;
	height: 179px;
}

#language {
    position: absolute;
    top: 0;
    left: 759px;
    color: #000;
    font-size: 11px;
}

#language a {
    color: #000;
}

#language img {
    vertical-align: middle;
}

#start #header {
    height: 284px;
}

#header-img {
	position: absolute;
	top: 20px;
}

#themepic-overlay {
	height: 51px;
	width: 461px;
	background-image: url('../images/themepic-overlay.png');
	background-repeat: no-repeat;
	position: absolute;
	left: 279px;
	top: 44px;
	z-index: 20;
}

#header-green-overlay,
#header-overlay {
	background-color: #FFF;
	position: absolute;
	width: 260px;
	height: 100%;
	top: 0px;
	left: 19px;
	z-index:99;
}

#header-green-overlay {
	width: 227px;
	height: 135px;
	padding-top: 24px;
	padding-left: 18px;
	background-color: #40AE49;
	top: 20px;
	right: 0px;
	left: auto;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

#search {
	background-image: url('../images/search-bg.jpg');
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	height: 22px;
	margin-top: 13px;
	margin-bottom: 12px;
}

#searchterm {
	font-size: 12px;
	color: #000;
	border: 0;
	background-color: transparent;
    height: 22px;
    line-height: 22px;
    color: #5B7785;
    padding-left: 10px;
    width: 170px;
}

#searchbtn {
	border: 0;
	background-color: transparent;
	position: absolute;
	right: 17px;
	top: 0px;
}

#global {
	line-height: 18px;
}

#global a {
	font-size: 12px;
	color: #fff;
	display: block;
	font-weight: normal;
}

#global a:hover {
	color: #000;
}

#logo {
	position: absolute;
	width: 207px;
	top: 37px;
	left: 27px;
	color: #5B7785;
}

#flagge {
	width: 207px;
    text-align: center;
    padding-top:20px;
}

#logo img {
	margin-bottom: 17px;
}

#info-text {
	line-height: 17px;
	font-size: 13px;
    text-align: center;
}

#global a {
	font-size: 12px;
	color: #FFF;
}

#body {
	width: 991px;
	background-image: url('../images/bg-left.png');
	background-position: 4px 0;
	background-repeat: repeat-y;
}

.body {
	background-image: url('../images/bg-left_new.png') !important;
}

#left {
	float: left;
	width: 308px;
}

#nav0-1 {
	/*margin-top: 46px;*/
	padding-top: 10px;
}

#nav0-1 a {
	color: #5B7785;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-left: 45px;
	margin-right: 65px;
	background-repeat: no-repeat;
	background-position: 3px 16px;
	padding: 9px 0px 8px 22px;
	border-top: 1px solid #D6E5Ed;
	background-image: url('../images/nav0-1-bg-not-active.jpg');
}

#nav0-1 a:first-child {
	border-top: 0;
}

#nav0-1 a.active,
#nav0-1 a:hover {
	background-image: url('../images/nav0-1-bg.jpg');
	color: #40AE49;
}

#nav0-1 a.last {
	border-bottom: 1px solid #D6E5Ed;
}

#nav0-1 .nav0-2 {
	margin:0 0 10px 0;
}

#nav0-1 .nav0-2 a {
	color: #5B7785;
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-left: 67px;
	margin-right: 65px;
	padding: 5px 0px 4px 0;
	border-top: 1px solid #D6E5Ed;
	background-image:none;
}

#nav0-1 .nav0-2 a.active,
#nav0-1 .nav0-2 a:hover {
	color: #40AE49;
	background-image:none;
}

#nav0-1 .nav0-2 .nav0-3 {
    padding-left: 10px;
}

#nav0-1 .nav0-2 .nav0-3 a {
    font-size: 12px;
    word-wrap: break-word;
}

#pathfinder {
	line-height: 45px;
	color: #5B7785;
}

#start #pathfinder {
    line-height: 15px;
    padding-top: 16px;
    padding-bottom: 5px;
}

#pathfinder a {
	color: #5B7785;
	background-image: url('../images/pathfinder-bg.jpg');
	background-repeat: no-repeat;
	padding: 0px 7px 0 18px;
	background-position: left;
}

#pathfinder a.first {
	padding-left: 0px;
    background-image: none;
}

#copyright {
	font-style: italic;
	color: #5B7785;
	padding-left: 45px;
	padding-top: 27px;
}

#right {
	float: left;
	width: 677px;
}

#start #right {
    width: 683px;
}

#content, .content {
	position: relative;
	font-size: 14px;
	line-height: 18px;
}

a {
	color: #2e9837;
 	text-decoration: none;
}

a:hover {
	color:#005107;
	text-decoration: none;
}

.highlight {
	background-color: #D3E3EC;
	padding: 14px;
	margin-bottom: 15px;
}

#start .highlight_outer {
    /*margin-top: 8px;*/
}

#start .highlight {
    line-height: 20px;
    padding: 16px;
    padding-left: 12px;
    margin-bottom: 24px;
}

#start .highlight h3 {
    font-weight: bold !important;
}

#body-bottom {
	background-image: url('../images/bg-left_bottom.png');
	width: 991px;
	height: 30px;
	background-position: 4px 0;
	background-repeat: no-repeat;
}

.body-bottom {
	background-image: url('../images/bg-left_bottom_new.png') !important;
}

#footer {
	background-color: #F2F7F9;
	width: 906px;
	padding: 25px 30px 25px 29px;
	position: relative;
	left: 20px;
}

#footer .link {
	display: block;
	text-align: right;
	padding-right: 10px;
	padding-top: 13px;
	color: #5B7785;
}

#footer-left td,
#footer-right td {
	background-color: #FFF;
	padding: 9px;
	border-right: 10px solid #F2F7F9;
	border-bottom: 7px solid #F2F7F9;
}

#footer-left td {
	padding: 13px 5px;
}

#footer td strong {
	display: block;
	margin-top: 10px;
}

#footer-left {
	width: 378px;
	padding-right: 20px;
	border-right: 1px solid #C7D8DF;
}

#footer-right {
	width: 486px;
	padding-left: 31px;
}

#footer-righttd {
	background-color: #FFF;
	padding: 11px;
	border-left: 10px solid #F2F7F9;
	border-bottom: 7px solid #F2F7F9;
}

#footer strong.footer-title {
	font-size: 18px;
	color: #5B7785;
	padding-left: 3px;
	display: block;
	margin-bottom: 10px;
}


/* Standard styles */

.clearer {
	clear: both;
}

#sitemap {

}

#sitemap .ebeneTop {
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 5px 0;
}

#sitemap div a {
	display: block;
	border-bottom: 1px #e2e2e2 solid;
	padding: 1px 3px 1px 0;
	font-weight: normal;
}

#sitemap div a.eebene {
	display: block;
	padding: 1px 3px 1px 3px;
	font-weight: bold;
}

#content ul ul, .content ul ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
}

#content ul ul ul, .content ul ul ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}

#content ul ul ul ul, .content ul ul ul ul {
	margin: 0 0 0 45px;
	padding: 0;
	list-style-type: none;
}

#content ul ul ul ul ul, .content ul ul ul ul ul {
	margin: 0 0 0 60px;
	padding: 0;
	list-style-type: none;
}

#content ul ul ul ul ul ul, .content ul ul ul ul ul ul {
	margin: 0 0 0 75px;
	padding: 0;
	list-style-type: none;
}

#content ul, .content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content li, .content li {
	position: relative;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}

#content ol, .content ol {
}

#content ol li, .content ol li {
	position: relative;
	background-image: none;
	padding: 0;
	margin: 0;
}

.content-left {
    width: 400px;
	float: left;
}

.content-right {
    width: 255px;
	float: right;
}

.highlight-top {
    height:11px;
    width:255px;
    background-image: url('../images/bg-teaser-right_top_new.png');
    background-repeat: no-repeat;
    background-position: -1px 4px;
	margin-top: -8px;
}

.highlight-bottom {
    height:11px;
    width:255px;
    background-image: url('../images/bg-teaser-right_bottom_new.png');
    background-repeat: no-repeat;
    background-position: -1px -3px;
}

.highlight-teaser,
.highlight-right {
    width:255px;
    border:none;
    text-align: left;
    background-image: url('../images/bg-teaser-right_new.png');
    background-repeat: repeat-y;
}

.highlight-teaser {
	background-image: none;
	width: 198px;
}

.highlight-right td {
    padding: 0px 10px;
}

.highlight-teaser td {
	padding: 0px;
}

.highlight-teaser img,
.highlight-right img {
    border:none;
}
.highlight-teaser a,
.highlight-right a {
	color:#fff;
}

.highlight-teaser h2,
.highlight-right h2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color:#fff;
    background-color:#40AE49;
    padding:12px 0px 10px 12px;
}

.highlight-teaser div,
.highlight-right div {
    color:#fff;
    background-color:#40AE49;
    padding:0px 0px 10px 12px;
}

.imagefilm {
	padding-left: 46px;
}

#teaser-top {
    position: relative;
    height:11px;
    width:255px;
    background-image: url('../images/bg-teaser-right_top_new.png');
    background-repeat: no-repeat;
    background-position: 0px -2px;
}

#teaser-bottom {
    position: relative;
    height:11px;
    width:255px;
    background-image: url('../images/bg-teaser-right_bottom_new.png');
    background-repeat: no-repeat;
}

.teaser-right {
    width:255px;
    margin-top:-10px;
    text-align: left;
    background-image: url('../images/bg-teaser-right_new.png');
    background-repeat: repeat-y;
    padding-bottom: 18px;
}

.teaser-right strong {
    font-size: 18px;
    padding: 16px 19px;
	padding-bottom: 18px;
	display: block;
}

.teaser-right .n_date {
    font-family: Arial;
    font-size: 12px;
    color:#40AE49;
    padding:15px 20px;
}

.teaser-right .n_title {
    font-weight: bold;
    font-size: 16px;
    color: #40AE49;
    padding: 3px 19px;
	padding-bottom: 6px;
    display: block;
}

.teaser-right a:hover {
    text-decoration: none;
}

.teaser-right .n_text {
    display: block;
    font-size: 14px;
    padding: 5px 20px;
}

.teaser-right hr {
    width:226px;
    border:none;
    margin: 10px auto;
    border-bottom: 2px dotted #D3E3EC;
	margin-bottom: 18px;
	margin-top: 11px;
}

#teaser_start_link{
	margin: 10px 0px 0px 25px;
	height:31px;
}

#teaser_start_link .link_span{
	background-image:url("../images/bottom_kundenstatement_bg.jpg");
	background-repeat:repeat-x;
	height:24px;
	color:#fff;
	font-weight:bold;
	display:block;
	float:left;
	padding:6px 7px 1px 5px;
	width:183px;
	font-size:13px;
}

#teaser_start_headline{
	background-color:#40AF49;
	color:#fff;
	padding:14px 13px 12px 10px;
	font-weight:bold;
	margin:8px 13px 5px 13px;
	width:209px;
	font-size:19px;
}

#cyler .cyle_div{
	margin:5px 0px 5px 25px;
	width:210px;
	
}

#captcha {
	background-image: url("../captcha.php");
	width: 100px;
}

/* !!! WebCMS-Teil / WYSIWYG !!! ANFANG */

.directedit {
	position: absolute;
	right: 0px;
	top: 0px;
    z-index: 100;
}

#wysiwyg {
}

.content {
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	background-image: none !important;
	background-color: #fff !important;
}

.content a {
	color: #2e9837 !important;
 	text-decoration: none !important;
}

.content table tr td {
}

.randleiste_1 {
	background-image: none;
	background-color: #fff !important;
}

/* !!! WebCMS-Teil / WYSIWYG !!! ENDE */

/**
* Templates
*/
 .search_header {
 	margin: 10px 0 10px 0;
 }

.search_header .search_btn {
	border: 1px #F40045 solid;
	background-image: none;
	background-color: #ECEBEB;
}

.search_body {
}

.search_body .left * a, .search_body .right * a{
	color: #2e9837;
}

.search_body .categories {
	border-bottom: 1px #C2C2C2 solid;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

.search_body .categories .list {
	float: left;
	padding: 0 0 0 5px;
}

.search_body .left {
	float: left;
}

.search_body .left_standalone {
	float: left;
	width: 100%;
	margin: 0 10px 0 0;
}

.search_body .left .article, .search_body .left_standalone .article {
	padding: 10px 0 5px 5px;
	border-bottom: 1px #C2C2C2 solid;
	margin: 0 10px 0 0;
}

.search_body .right {
	float: left;
	width: 49%;
}

.search_body .right .prod {
	padding: 0 0 5px 5px;
	border-bottom: 1px #C2C2C2 solid;
}

.search_body .right .image {
	float: left;
}

.search_body .right .desc {
	float: left;
}

.img_left {
    border: 0 none;
    float: left;
    margin: 0 20px 20px 0;
}

.img_right {
    border: 0 none;
    float: right;
    margin: 0 0 20px 20px;
}

/* lightbox */

#fancybox-title,#fancybox-title-over {
    text-align: left;
    position: relative;
}

#fancybox-title span,#fancybox-title-over span {
    display: block;
}

#fancybox-title span.title,#fancybox-title-over span.title {
    font-weight: bold;
    font-size: 14px;
}


/* MessageStack */
#error {
	background-color: #ffe4e4;
	background-image: URL(../images/admin/error.jpg);
	background-position: 8px 8px;
	background-repeat: no-repeat;
	border: 1px solid #ff0000;
	padding: 10px 10px 10px 55px;
	color: #ff0000;
	margin-bottom: 15px;
}

#ok {
	background-color: #cbffc4;
	background-image: URL(../images/admin/ok.jpg);
	background-position: 8px 8px;
	background-repeat: no-repeat;
	border: 1px solid #3f9519;
	padding: 10px 10px 10px 55px;
	margin-bottom: 15px;
	color: #3f9519;
}

#info {
	background-color: #edf8fe;
	background-image: URL(../images/admin/info.jpg);
	background-position: 8px 8px;
	background-repeat: no-repeat;
	border: 1px solid #2d6bb4;
	padding: 10px 10px 10px 55px;
	color: #2d6bb4;
	margin-bottom: 15px;
}

#info li, #ok li, #error li {
	list-style: none;
}


/**
 * Primary styles END
 */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.no-display, .hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; } */
}


@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important;
	-ms-filter: none !important; }
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript: "]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}


.global-head {
	width: 981px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

.global-head__logo {
	position: absolute;
	top: 10px;
	left: 40px;
}

.global-head__global-nav {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 14px;
	color: #3e4347;
}

.global-head__global-nav a {
	display: inline-block;
	color: #3e4347;
}

.global-head__global-nav span.divider {
	display: inline-block;
	padding: 0 15px;
}

.global-head__search {
	position: absolute;
	bottom: 10px;
	right: 67px;
}

.global-head__search input, .search input {
	background-color: #fff;
	height: 30px;
	border: 0;
}

.global-head__search input[type=text], .search input[type=text] {
	width: 255px;
	height: 28px;
}

.global-head__search input[type=submit], .search input[type=submit] {
	width: 27px;
	background-image: url("../images/search-icon.png");
	background-repeat: no-repeat;
	background-position: center;
}

.global-head__language {
	position: absolute;
	bottom: 18px;
	right: 0;
	color: #2e9837;
}

.themepic {
	position: relative;
	width: 100%;
	height: 400px;
}

.themepic-picture {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.themepic-box-shadow {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow: hidden;
	/*box-shadow: inset 0px 7px 5px -1px rgba(163,161,163,0.45);*/
	border-top: 1px #ccc solid;
}

.themepic-picture img {
	width: 100%;
}

.themepic-picture img.directedit {
	width: auto;
}

.themepic-content {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 400px;
}

.logo {
	position: absolute;
	left: 40px;
	bottom: 85px;
}

.info-text {
	position: absolute;
	left: 40px;
	bottom: 40px;
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
}

.visible-xs {
	display: none;
}

.footer {
	background-color: #F2F7F9;
	width: 906px;
	padding: 25px 30px 25px 29px;
	position: relative;
	left: 20px;
}

.footer .link {
	display: block;
	text-align: right;
	padding-right: 10px;
	padding-top: 13px;
	color: #5B7785;
}

.footer-left .col {
	float: left;
	background-color: #FFF;
	padding: 9px;
	border-right: 10px solid #F2F7F9;
	border-bottom: 7px solid #F2F7F9;
	text-align: center;
	width: 128px;
	height: 114px;
}

.footer-left .col img {
	max-width: 100px;
	margin-bottom: 5px;
}

.footer-right .col {
	float: left;
	background-color: #FFF;
	padding: 9px;
	border-right: 10px solid #F2F7F9;
	border-bottom: 7px solid #F2F7F9;
	height: 84px;
}

.footer-right .col.col-second {
	border-right: 0;
	width: 405px;
}

.footer-right .col img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.footer-left td,
.footer-right td {
	background-color: #FFF;
	padding: 9px;
	border-right: 10px solid #F2F7F9;
	border-bottom: 7px solid #F2F7F9;
}

.footer-left td {
	padding: 13px 5px;
}

.footer td strong {
	display: block;
	margin-top: 10px;
}

.footer-left {
	float: left;
	width: 313px;
	padding-right: 20px;
	border-right: 1px solid #C7D8DF;
}

.footer-right {
	float: left;
	width: 536px;
	padding-left: 31px;
}

.footer-righttd {
	background-color: #FFF;
	padding: 11px;
	border-left: 10px solid #F2F7F9;
	border-bottom: 7px solid #F2F7F9;
}

.footer strong.footer-title {
	font-size: 18px;
	color: #5B7785;
	padding-left: 3px;
	display: block;
	margin-bottom: 10px;
}

.logo-nds {
	margin: 11px 0;
}

.form-left {
	width: 425px;
	float: left;
}

.form-right {
	width: 230px;
	float: right;
}

.header-outer {
	margin-bottom: 15px;
}

@media only screen and (max-width:1694px) {

	.themepic, .themepic-picture, .themepic-box-shadow, .themepic-content {
		height: 240px;
	}
	#main {
		overflow: hidden;
	}
}

@media only screen and (max-width:1023px) {
	.themepic-content, #main, .global-head {
		width: 768px;
	}

	#body {
		margin: 0 auto;
		width: 683px;
		background: none !important;
	}
	
	#left {
		display: none;
	}

	.global-head__global-nav, .global-head__search, .global-head__language {
		display: none;
	}

	.footer-left .col {
		width: 141px;
	}

	.footer-left .col img {
		max-width: 110px;
	}

	.footer-right .col.col-second {
		border-right: 10px solid #F2F7F9;
		width: auto;
	}

	.visible-xs {
		display: block;
	}



	.mobile-nav-btn {
		position: absolute;
		top: 10px;
		right: 0;
		padding: 10px 10px 5px 10px;
	}

	.mobile-nav-btn--active {
		float: right;
		padding: 10px 10px 5px 10px;
		background: #3f9519;
	}

	.nav-linie {
		display: block;
		width: 35px;
		height: 5px;
		background: #3f9519;
		margin: 0 0 5px 0;
	}

	.mobile-nav-btn--active .nav-linie {
		background: #fff;
	}

	.mobile-nav {
		display: none;
		width: 40%;
		right: 0;
		top: 84px;
		position: absolute;
		z-index: 50;
	}

	.mobile-nav, .mobile-nav ul {
		background: #3f9519;
		margin: 0;
		padding: 0;
	}

	.mobile-nav li {
		background: none;
		margin: 0;
		padding: 0;
	}

	.mobile-nav  li:before {
		display: none;
	}

	.search {
		padding: 20px 10px;
	}

	.language {
		padding: 20px 10px;
		color: #fff;
		font-size: 14px;
		border-top: 1px #fff solid;
	}

	.language a {
		color: #fff;
	}

	.nav01a {
		display: block;
		font-size: 16px;
		color: #fff;
		padding: 10px 30px 7px 10px;
		text-transform: uppercase;
		border-top: 1px #fff solid;
	}

	.nav02a {
		display: none;
	}

	.activesub .nav02a {
		display: block;
		border-bottom: 0;
		font-size: 14px;
		color: #fff;
		padding: 5px 20px;
	}

	.nav03a {
		display: block;
		border-bottom: 0;
		font-size: 14px;
		color: #3f9519;
		padding: 5px 30px;
	}

	.nav02-click {
		display: none;
	}

	.activesub .nav02-click {
		display: inline-block;
		float: right;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #fff;
		margin: 13px 30px 0 5px;
	}

	.nav03-click {
		float: right;
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #fff;
		margin: 11px 30px 0 5px;
	}

	.nav04-click {
		float: right;
	}

	.nav02 {
		display: none;
		margin: 5px 0;
		background-color: #55B339 !important;
	}

	.open {
		display: block !important;
	}

	.nav03 {
		display: none;
		background-color: #BBE0AF !important;
	}



	.mobile-nav {
		width: 100%;
		right: 0;
		top: 60px;
		position: absolute;
		z-index: 50;
	}

	.mobile-nav-btn {
		margin: 9px 15px 0 0;
	}

	.nav02-click {
		margin: 13px 15px 0 5px;
		float: right;
	}

	.nav03-click {
		margin: 11px 15px 0 5px;
	}

	.footer {
		width: 667px;
	}

	.footer-left {
		float: none;
		width: auto;
		padding-right: 0;
		border-right: 0;
	}

	.footer-right {
		float: none;
		width: auto;
		padding-left: 0;
	}

	.header {
		margin-bottom: 20px;
	}

	.info-text {
		font-size: 18px;
	}


	#body-bottom {
		display: none !important;
	}
}

@media only screen and (max-width:767px) {

	h1 {
		font-size: 20px;
	}

	.form-left {
		width: auto;
		float: inherit;
	}

	.form-right {
		margin-top: 40px;
		width: auto;
		float: inherit;
	}

	#start #right {
		width: auto;
	}

	.content-left {
		width: auto;
		float: inherit;
	}

	.content-right {
		width: auto;
		float: inherit;
		margin-top: 40px;
	}

	.themepic, .themepic-picture, .themepic-box-shadow, .themepic-content {
		height: 180px;
	}

	.themepic-picture img {
		height: 180px;
		width: auto;
	}

	.logo img {
		width: 80px;
	}

	#right, #body, #main, .themepic-content, .global-head, .footer {
		width: auto;
	}

	.header {
		margin-bottom: 10px;
	}

	.footer {
		padding: 20px 10px;
		left: 0;
	}

	#right {
		padding: 0 10px;
	}

	.global-head__logo {
		top: 19px;
		left: 10px;
	}

	.global-head__logo img {
		width: 280px;
	}

	.info-text {
		left: 10px;
		bottom: 10px;
		font-size: 14px;
	}

	.logo {
		left: 10px;
		bottom: 68px;
	}

	#content img {
		max-width: 100%;
	}

	.global-head {
		height: 60px;
	}

	.mobile-nav-btn {
		top: 0;
	}

	.global-head__logo {
		top: 9px;
	}


	.logo-nds {
		margin: 12px 0 !important;
	}

	.footer-right {
		clear: both;
	}
}

@media only screen and (max-width:374px) {

	.global-head__logo {
		top: 13px;
	}

	.global-head__logo img {
		width: 230px;
	}

	.footer-left .col {
		width: 121px;
	}
}