/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(fonts/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(fonts/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(fonts/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ allgemeine Klassen ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.youtube-blocker{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
}
#youtube-lightbox{
	position:fixed;
	top:50%;
	left:50%;
	display:block;
	background:#FFF;
	padding:50px 10px 10px 10px;
	box-shadow:5px 5px 10px rgba(0,0,0,0.35);
	min-width:100px;
	min-height:100px;
}

#youtube-lightbox > A.closex{
	position:absolute;
	top:0px;
	right:10px;
	line-height:1;
	font-size:50px;
	color:#000;
	text-decoration:none;
	display:block;
}
#youtube-lightbox > A.closex:hover{
	color:red;
}

.wk-accordion CODE{
	font-family: Arial, Helvetica, sans-serif;
}

body {
    color: rgb(90,98,38);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    background:rgb(238,214,142);
}
hr{
    color:rgb(90,98,38);
    border-color:rgb(90,98,38);
}

a { 
    text-decoration: underline;
    color:#5588b5;
}

a:hover {
    color:#445a6c;
}

h1,h2,h3,h4,h5{
    font-family: Lato, Arial, Helvetica, sans-serif;
    color:rgb(90,98,38);
    text-transform: uppercase;
}

h1{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

h2{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 23px;
    letter-spacing: 2px;
}
h3{
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

h4{
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}

p{
    margin-bottom: 12px;
}

span{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px;
}

.left_image{
    float:left;
    margin: 10px 20px 10px 0px;
}
.right_image{
    float:right;
    margin: 10px 0px 10px 20px;
}

.float_left{
    float:left;
}

.float_right{
    float:right;
}

#page{
    position: relative;
}

#content{
    position: relative;
    min-height:500px;
}

#page_container{
    position: relative;
    display:block;
    margin:0 auto;
    width:990px;
    background:rgb(246,246,246);
    box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}

#header{
    height:164px;
    background: #FFF;
}
#logo{
    margin: 0 auto;
    padding-top: 20px;
    width: 367px;
    height: 129px;
}

#logo a{
    display: block;
    width: 367px;
    height: 129px;
    background: transparent url("../img/logo.jpg") no-repeat center center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ MAIN-MENU ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainmenu{
    text-align: center;
    background-color:rgb(164,203,220);
}

#mainmenu .menu{
    position: relative;
    text-align: left;
    right: 0px; 
    height: 40px;
    background: rgb(164,203,220);
    display: inline-block;
}

#mainmenu a{
    font-family: Lato, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color:rgb(90,98,38);
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    padding: 0px 18px;
}

#mainmenu a:hover{
    color:rgb(90,98,38);
}

#mainmenu ul.menu ul{
    display: none;
}

#mainmenu ul.menu li:hover ul {
    display: block !important;
}

#mainmenu ul.menu ul li a{
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 12px;
    padding: 5px 15px;
    color:#FFF;
}

#mainmenu ul.menu > li{
    text-align: center;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid rgb(90,98,38);
}
#mainmenu ul.menu > li:hover, #mainmenu ul.menu > li.active{
    background: rgb(246,246,246);
}

#mainmenu ul.menu > li.active > A{
    color:rgb(90,98,38);
}

#mainmenu ul.menu > li:first-child{
  border-left: 1px solid rgb(90,98,38);
}

#mainmenu ul.menu li ul {
    z-index: 100;
    position: absolute;
    top:40px;
    background:rgb(90,98,38);
}

#mainmenu ul.menu li:last-child ul {
    right:0px;
}

#mainmenu ul.menu li ul li.active a, #mainmenu ul.menu li ul li.current a {
    background:rgb(255,255,255,0.35);
}

#mainmenu ul.menu li ul li a:hover {
    background:rgb(255,255,255,0.35);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ SUB-MENU ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#submenu ul.menu{
    position: absolute;
    text-align: left;
    top: 60px; 
    width: 150px;
    background: #5d7d8c;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}

#submenu a{
    text-transform: uppercase;
    text-decoration: none;
    color:white;
    font-size: 12px;
    line-height: 14px;
    display: block;
    padding: 0px 15px;
}

#submenu a:hover{
    color:#007bb5;
}

#submenu li{
    border-bottom: 1px solid white;
    background: #5d7d8c;
    padding: 3px 0px;
}

#submenu li.current, #submenu li.active, #submenu li.parent{
    background: #eaf0f7;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
#submenu li.current a, #submenu li.active a, #submenu li.parent a{
    color:#007bb5;
}

#submenu ul.menu li:hover{
    background: #eaf0f7;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}

#submenu ul.menu li:hover A{
	 color:#007bb5;
}

#submenu ul.menu>li:last-child{
    border: none;
}
#submenu ul.menu ul>li:last-child a{
    border: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ IMPRINT-MENU ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer{
    background: white;
    text-align:  center;
    padding-bottom: 100px;
    position:relative;
}

#footer a{
    padding: 10px 15px;
    text-transform: uppercase;
    color:rgba(0,0,0,0.85);
    text-decoration: none;
    font-size: 12px;
}

#footer a:hover{
    color:rgba(90,98,38,1);
}

#footer ul.menu>li{
    display: inline-block;
    height: 20px;
    margin: 5px 0;
    line-height: 20px;
    border-right: 1px;
    border-style:solid;
    border-color: rgb(90,98,38);
}

#footer ul.menu>li:last-child{
    border: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Content ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content_wrapper{
    padding: 40px 180px 30px 180px;
}

#content_white{
	padding:20px;
	background:rgba(255,255,255,0.7);
	box-shadow:0px 0px 15px rgba(255,255,255,0.7);
}

#content_wrapper p, #content_wrapper .blog{
    /*    width: 550px;*/
    text-align: justify;
}

#content_wrapper .no-justify h1{
    text-align: left;
}


#content_wrapper .item-page{
    /*    width: 550px;*/
}

#content_wrapper .item-page ul, #content_wrapper .items-leading ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 16px;
    margin-bottom: 12px;
}

/* Bilder auf der Detailseitenansicht ausblenden */
#content_wrapper .item-page img.teaser-only {
    display:none;
}

#content_wrapper ol {
    list-style-position: outside;
    padding-left: 16px;
    margin-bottom: 12px;
}

/* blogs */
.blog{
    float:left;
    /*    width:606px;*/
    margin-bottom: 50px;
}

.blog .item-separator{
    height:1px;
    background: rgb(90,98,38);
    margin-bottom: 30px;
    margin-top: 30px;
}

/*.item-page{
    clear: both;
    overflow: auto;
    margin-bottom: 30px;
}*/


/* Pagination */
.pagination{
    margin-top: 20px;
    text-align:right;	
}
.pagination ul{
    list-style: none;	
}

.pagination li{
    display:inline-block;
    margin-left:20px;
}

.pagination li a{
    font-weight:bold;	
}



/* ~~~~~~~~~~~~~~~Breadcrumbs~~~~~~~~~~~~~~~*/
#breadcrumbs{
    position: absolute;
    color:rgb(90,98,38);
    /*    width: 60px;*/
    display: inline-block;
    padding: 5px 15px;
    background: #eaf0f7;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}

#breadcrumbs .arrow{
    margin-right: 5px;
    width: 6px;
    height: 6px;
    background: transparent url("../img/arrow.png") no-repeat center center;
}

#breadcrumbs > span.breadcrumbs{
    display: none;
}





#left_column ul{
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 16px;
}

#left_column{
    float:left;
    width:620px;
    padding-right: 43px;
    padding-left: 25px;
    background: transparent url("../img/right_border.png") no-repeat right top;
}
#right_column{
    width:314px;
    float:right;
    /*    position: relative;*/
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Kontakt-Formular */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#banner .kontaktformular h3{
    padding-bottom: 0px;
}

#nlc_form p{
    text-transform: none;
    font-style: italic;
    font-size: 14px;
    margin: 0;
    width: inherit;
    line-height:normal;
    padding-bottom:10px;
}
/*#nlc_form .kontaktlink{
    float:right;
}*/

#nlc_visible_form input, #nlc_visible_form textarea{
    background: #819bb1;
    width: inherit;
    display: block;
    border:none;
    padding: 2px 4px 2px 4px;
    margin-bottom: 6px;
}

/*#nlc_visible_form input.button{
    border:none;
}*/

#nlc_visible_form [type=checkbox]{
    width:auto;
}

#nlc_visible_form textarea{
    height: 134px;
}


#nlc_visible_form .wrapper{
    margin-top: 6px;
    width:392px;
    padding: 0;

}
#nlc_visible_form .left_column{
    width:172px;
    float:left;
}
#nlc_visible_form .right_column{
    width:200px;
    float:right;
}

#nlc_visible_form label{
    display:inline-block;	
}

.nlc_obligatory_warning{
    text-align: right;
    text-transform: none;
    /*    font-style: italic;*/
    display:none;
    color: #97BF0D !important;
    font-size:14px;
    line-height: 15px;
    /*    margin-top:-8px;*/
}

.nlc_missing{
    border:1px solid #93117E;
}

/*#nlc_submit{
    background: greenyellow;
    margin-top: 10px;
    width:260px;
    height: 23px;
    line-height: 23px;
    text-align:center;
    border: none;
}
#nlc_submit.button{
    display: none;
}*/

/*#nlc_submit:hover{
    background-color: #b52a9f;
}*/

#nlc_sendframe{
    width:1px;
    height:1px;
    padding:0px;
    margin:0px;
    border:0px;
    visibility:hidden;
}

#nlc_sent_message{
    display:none;	
}

.kontaktlink{
    float: right;
    cursor: pointer;
    text-transform: none;
    color: #d0dae2;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
}

.kontaktlink:hover{
    color:#445a6c;
}

.kontaktlink .btn{
    margin-left: 10px;
    margin-bottom: -5px;
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url("../img/kontakt_link_bg.png");
    background-repeat: no-repeat;
}

.kontaktlink:hover .btn{
    background-position: -19px 50%;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Suchergebnisse ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#suchergebnisse{
    /*    width: 550px;*/
}

.searchintro{
    margin: 20px 0;
}

.search-results dt {
    margin-top: 15px;
}

#suchergebnisse .small{
    font-style: italic;
}

#suchergebnisse .highlight{
    display: inline-block;
    background: #61829E;
    color: #D0DAE2;
}

#suchergebnisse ol{
    list-style:none;	
}

#suchergebnisse .list li {
    border: 1px solid #61829E;
    margin-bottom: 15px;
    padding: 10px;
}

#suchergebnisse .list li .more_link{
    padding-top:12px;
    font-weight:bold;
}

#suchergebnisse h4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom:12px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Content-Modules ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#contentModulesTop{
    margin-bottom: 50px;
}

.componentheading{
    font-family: Lato, Arial, Helvetica, sans-serif;
    color: rgb(90,98,38);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

#content_wrapper ul{
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 0px;
}

.m4j_list_wrap{
	display:none;
}

#proforms_proforms table.m4j_form_table td{
    padding-bottom: 10px;
}

#language{
    position: absolute;
    right: 10px;
    top: 10px;
}

DIV.jg_iconbar > A[rel=lightbox[joomgallery]] > IMG.jg_icon{
	display:none;
}

#mainmenu ul.menu li ul li a{
    border-top:1px solid #FFF;
}

/*
#mainmenu ul.menu > li.item-101 {
	min-width:215px;
}
#mainmenu ul.menu > li.item-110 {
	min-width:132px;
	min-width:215px;
}
#mainmenu ul.menu > li.item-226 {
	min-width:163px;
	min-width:215px;
}
#mainmenu ul.menu > li.item-246 {
	min-width:210px;
	min-width:215px;
}

#mainmenu ul.menu li.item-101 ul li a, #mainmenu ul.menu li.item-110 ul li a, #mainmenu ul.menu li.item-226 ul li a, #mainmenu ul.menu li.item-246 ul li a {
	min-width:185px;	
}

#mainmenu ul.menu > li.item-142 {
	min-width:180px;
}

#mainmenu ul.menu > li.item-205 {
	min-width:150px;
	min-width:180px;
}

#mainmenu ul.menu > li.item-235 {
	min-width:173px;
	min-width:180px;
}

#mainmenu ul.menu > li.item-148 {
	min-width:139px;
	min-width:180px;
}

#mainmenu ul.menu li.item-142 ul li a, #mainmenu ul.menu li.item-205 ul li a, #mainmenu ul.menu li.item-235 ul li a, #mainmenu ul.menu li.item-148 ul li a {
	min-width:150px;	
}*/

#lightbox-title.lightbox-title-float {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border-radius: 0px;
    bottom: 20px !important;
    color: #2e5261 !important;
    font-weight: normal;
    left: 20px !important;
	right: 20px !important;
    padding: 10px 10px;
    position: absolute;
}

#lightbox-title.lightbox-title-float > #lightbox-title-float{
	padding-right:50px;
	position:relative;
}

#lightbox-title.lightbox-title-float > #lightbox-title-float > #downloader{
	position:absolute;
	opacity:0;
	right:0px;
	top:-4px;
	width:24px;
	height:24px;
	background:url('../img/download-icon.png') no-repeat 0px 0px transparent;
	display:block;
}

#lightbox-title.lightbox-title-float > #lightbox-title-float > #downloader:hover{
	opacity:0.75;
}

#lightbox-title.lightbox-title-float > #lightbox-title-float > #downloader > SPAN{
	display:none;	
}

.wk-gallery-wall.margin>* {
    margin: 0 21px 21px 0;
}

.wk-gallery-wall .wk-slideshow img, .wk-gallery img, .spotlight img, a[data-lightbox] img {
	height:140px !important;
	max-width:140px !important;
	width:140px !important;
	vertical-align: baseline;	
	display:block;
}

.wk-gallery-wall.zoom > * {
    display:block;
}

.wk-gallery-wall.zoom > *:hover {
    transform:scale(1.05,1.05);
	box-shadow:3px 3px 6px rgba(0,0,0,0.3);
}

/* flexible Breite */

#mainmenu .menu {
    display: table;
    right: auto;
    text-align: center;
	width:950px;
	margin-left:20px;
}

#mainmenu ul.menu > li{
	min-width:1px !important;	
	display:table-cell;
}

#system-message-container{
	/*margin-bottom:20px;
	background:rgba(0,123,181,0.12);
	padding:15px;*/
}

#system-message-container A.close{
	display:none;
}

#cookie-bar{
	background:rgba(90,98,38,0.9);
	color:#FFF;
	padding:20px 60px 20px 20px;
	position:fixed;
	bottom:0px;
	left:0px;
	width:calc(100% - 80px);
}

#cookie-bar A{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}

#cookie-bar A.close-x{
	text-decoration:none;
	position:absolute;
	right:20px;
	top:18px;
	font-weight:normal;
	font-size:1.8em;
}

#fixed-bottom-right{
    position:fixed;
    bottom:160px;
    left:calc( 50% + 520px );
    width:290px;
    font-size:11px;
    color:rgba(0,0,0,0.85);
    line-height:1.3;
}

#fixed-bottom-right P{
    padding:0;
    margin:0;
}

#fixed-bottom-right IMG{
    display:block;
    max-width:260px;
    margin:15px 0;
}

#footer A.yticon{
	padding-left:48px;
	position:relative;
}

#footer A.yticon:before{
	display:block;
	content:" ";
	position:absolute;
	top:8px;
	left:15px;
	width:26px;
	height:18px;
	background:url("../img/ic-yt.png") no-repeat 0px 0px transparent;
	background-size:100% 100%;
}

#fixed-bottom-right IMG.qs2020{
	margin-bottom:45px;
}

#fixed-bottom-right IMG.qs2020s{
	box-shadow:2px 2px 6px rgba(0,0,0,0.25);
}