@font-face {
    font-family: 'Roboto Slab';
    src: url('RobotoSlab-ExtraBold.woff2') format('woff2'),
        url('RobotoSlab-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('RobotoSlab-Medium.woff2') format('woff2'),
        url('RobotoSlab-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('RobotoSlab-Light.woff2') format('woff2'),
        url('RobotoSlab-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('RobotoSlab-Thin.woff2') format('woff2'),
        url('RobotoSlab-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('RobotoSlab-Regular.woff2') format('woff2'),
        url('RobotoSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('RobotoSlab-Bold.woff2') format('woff2'),
        url('RobotoSlab-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('RobotoSlab-ExtraLight.woff2') format('woff2'),
        url('RobotoSlab-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('RobotoSlab-Black.woff2') format('woff2'),
        url('RobotoSlab-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('RobotoSlab-SemiBold.woff2') format('woff2'),
        url('RobotoSlab-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



/*-----------------------------------------------------------------------------
 __      __          __       ____                __                  ___      
/\ \  __/\ \        /\ \     /\  _`\           __/\ \__              /\_ \   TM  
\ \ \/\ \ \ \     __\ \ \____\ \,\L\_\     __ /\_\ \ ,_\    __   _ __\//\ \    
 \ \ \ \ \ \ \  /'__`\ \ '__`\\/_\__ \   /'__`\/\ \ \ \/  /'__`\/\`'__\\ \ \   
  \ \ \_/ \_\ \/\  __/\ \ \L\ \ /\ \L\ \/\  __/\ \ \ \ \_/\  __/\ \ \/  \_\ \_ 
   \ `\___x___/\ \____\\ \_,__/ \ `\____\ \____\\ \_\ \__\ \____\\ \_\  /\____\
    '\/__//__/  \/____/ \/___/   \/_____/\/____/ \/_/\/__/\/____/ \/_/  \/____/
	
-----------------------------------------------------------------------------*/                                                                               

/*----------------- RESET */

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

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*----------------- CORE */

html { 
	background: url(../images/bg.png);
	}
	
body {
	background: url(../images/header-bg.gif) repeat-x 0px 0px;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	color: #333;
	line-height: 25px;
	}
	
#wrapper {
	padding: 0px 20px 20px 20px;
	}
	
#container {
	
	}
	
strong {
	font-weight: normal;
	color: #be6915;
	font-family: 'Roboto Slab', serif;
	}
	
a {
	text-decoration: none;
	}
	
a:hover,
#left a:hover {
    text-decoration: underline;
	color: #be6915; 
	}
	
#header .image_container,
.mod_imageslider {
	background: #FFF;
	padding: 0px 10px 10px 10px;
	line-height: 0px;
	}
	
.mod_dlh_googlemaps {
	background: #FFF;
	padding: 0px 10px 10px 10px;
	}
	
.mod_dlh_googlemaps {
	color:#2d3745;
	}
	
.mod_dlh_googlemaps a {
	color: #be6915;
	}

#header .image_container img {
	line-height: 0px;
	}
	
#header {
	padding-top: 20px;
	}
	
/*----------------- MENU */

.mod_navigation {
	height: 100px;
	text-align: right;
	    height: 130px;
	}
	
.mod_navigation ul  {
	font-family: 'Roboto Slab', serif;
	display: inline-block;
	}
	
.mod_navigation ul li  {
	float:left;
	height: 100px;
	padding-top: 55px;
	}
		
.mod_navigation ul li a,
.mod_navigation ul li span {
/*	color: #aacfb9;*/
	color: #999;
	height: 35px;
	font-size: 17px;
	line-height: 35px;
	display:block;
	padding: 0 10px;
    height: 35px;
	}
	
.mod_navigation ul li a:hover {
  text-decoration: none;
 color: #be6915;
	}
	
.mod_navigation ul li span {
color: #165875;
	}

/*----------------- CONTENT */

#container ul {
	list-style:disc;
	padding-bottom: 20px;
	margin-left: 18px;
	}
	
#container ul li {
	padding-bottom: 5px;
	}

#container ol {
	list-style:decimal;
	padding-bottom: 20px;
	margin-left: 30px;
	}
	
#container em {
	    color: #777;
    font-style: italic;
    font-size: 16px;
	}

#main {
/*	background: #FFF;*/
	}
	
.startseite #main {
	background: none;
	}
	
#main .inside {
	padding: 35px 43px 18px 43px;
	}
	
.startseite #main .inside {
	padding: 0px;
	}
	
h1, h2 {
font-family: 'Roboto Slab', serif;
	color: #165875;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
#main h2 {
	color: #165875;
	font-size: 20px;
	line-height: 20px;
	}
	
#main a,
#left a {
color: #6b742a;
	}
	
.startseite #main h1,
#left h1,
#left h2 {
	font-size: 18px;
padding-bottom: 20px;
line-height: 20px;
	}

#main p {
	padding-bottom: 20px;
	}

#main p.back {
  padding-bottom: 0px; 
}
	
.startseite #main p {
	padding-bottom: 0px;
	}
	
#left .ce_text {
	padding: 35px 35px 0px 35px;
/*	margin: 0px 5px 5px 0px;*/
	}
	
.startseite #main .ce_text {
	padding: 20px;
	float:left;
	width: 260px;
	height: 80px;
	}

#main .ce_text {
	
padding-bottom: 10px;
margin-bottom: 30px;
	}
	
#main .ce_text.box1,
#left .ce_text.box1 {

	}
	
#main .ce_text.box2,
#left .ce_text.box2 {

	}
	
#main .ce_text.box2 {
	text-align:center;
	}
	
#main .ce_text.box3,
#left .ce_text.box3 {

	}
	
#left .ce_text.box3 p {
font-family: 'Roboto Slab', serif;
font-size: 20px;
line-height: 20px;
border-top: solid #be6915 2px;
padding-top: 20px;
margin-top: 10px;
	}
	
#main strong {
	text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
	}
	
#main .ce_text.box3 h1,
#main .ce_text.box3 a,
#left .ce_text.box3 h1,
#left .ce_text.box3 a {

	}
	
#main .ce_text.box2 h1,
#left .ce_text.box2 h1 {
	border-bottom: solid #be6915 2px;
margin-bottom: 16px;
	}
	
#main .ce_text.box1,
#left .ce_text.box1 {
position: relative;
	}
	
#main .ce_text.box1 .image_container,
#left .ce_text.box1 .image_container  {
position: absolute;
right: 0px;
top: 0px;
line-height: 0px;
	}
	
.startseite #main .mod_newslist {
	width: 207px;
margin: 0px 10px;
height: 100px;
padding: 20px;
	}
	
#left .mod_newslist {
/*	width: 226px;
margin: 10px 10px 10px 0px;*/
padding: 35px 35px 0px 35px;
	}

	
#main .ce_text.oddbox, 
#left .ce_text.oddbox {
	
	}
		
#left h1 {
	padding-bottom: 0px;
	color: #6b742a;
	}
	
#left p {
	font-size: 14px;
	line-height: 22px;
	}
	
#left .inside {
	
	}
	
#left .ce_text.box3 a {
    font-size: 14px;
}

/*----------------- GALLERIE */

.ce_gallery {
	padding-bottom: 15px;
	}
	
/*----------------- NEWS */	

.startseite .mod_newslist {
	float:left;
	width: 267px;
	background: #FFF;
	}
	
#left .mod_newslist {
	
	}
	
.mod_newslist .info {
	display: none;
	}
	
.mod_newslist .image_container {
	float:right;
	/*border: 5px solid #FFF;
	margin-right: 15px;*/
	line-height: 1px;
	margin: 0px 0px 20px 20px;
	}

.ce_news_gallery {
  padding-bottom: 15px;
}
	
.startseite .mod_newslist h2,
#left .mod_newslist h2 {

	}
	
.startseite .mod_newslist h2 a,
#left .mod_newslist h2 a,
#main .mod_newslist h2 a {

	}
	
.startseite .mod_newslist h2 a:hover,
#left .mod_newslist h2 a:hover,
#main .mod_newslist h2 a:hover {

	}
	
#left .mod_newslist .teaser p,
.startseite .mod_newslist .teaser p {
	padding: 0px 20px 20px 0px;
	height: 57px;
	overflow: hidden;
	}
	
#left .mod_newslist .teaser p {
/*	padding: 0px 0px 20px 20px;*/
	height: 35px;
}
	
#left .mod_newslist .image_container {
	float:right;
	margin-right: 0px;
	margin-left: 15px;
	}
	
#left .mod_newslist {
	
	}
	
#left .mod_newslist h2,
#left .mod_newslist .more  {
	margin: 10px 0px 0px 0px;
	}
	
.mod_newsreader .layout_full .image_container {
	/*float:right;
	padding: 0px 0px 10px 20px;*/
	position:absolute;
	top: -275px;
	left: -276px;
	z-index: 1;
	}
	
.mod_newsreader p.info {
	position: absolute;
	right: 43px;
	top: 35px;
	color:#CCC;
  display: none;
	}
	
#left .layout_latest .image_container,
.startseite .layout_latest .image_container {
	display: none;
	}
	
#main .layout_latest .image_container {
	float:right;
	}

#main .layout_latest {	
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: solid #be6915 2px;
}

#main .layout_latest.last {	
margin-bottom: 0px;
padding-bottom: 0px;
border-bottom: none;
}

#main .layout_latest.last .more {	
padding-bottom: 25px;
}

/*----------------- S-ELEMENTS */

.se-spruch {
	line-height: 32px;
	height: 32px;
	font-weight: bold;
	padding: 0px 10px;
color: #bfbfbf;
background: #FFF;
margin-top: 30px;
font-family: 'Roboto Slab', serif;
font-size: 14px;
text-align:right;
	}

.se-logo {
    z-index: 1000;
    position: absolute;
    left: 0px;
    top: 0px;
	}

.se-logo .image_container {
	text-align:center;
	position:absolute;
	left: 10px;
	top: 0px;
	padding: 0px !important;
	background: none !important;
	}

.se-boxen em {	

}

/*----------------- LIGHTBOX */

#mbTitle {
  display: none;
}

/*----------------- FORMULAR */

.ce_form label {
  width: 125px;
  display: inline-block;
}

.ce_form label.textfeldstyle {
    vertical-align: top;
}

.ce_form input,
.ce_form textarea {
  border: 1px solid #CCC;
  padding: 5px;
  margin: 0px;
  width: 300px;
  fontsize: 12px;
  color: #999;
  margin-bottom: 5px;
}

.ce_form textarea {
  height: 150px;
}

.ce_form input[type="submit"] {
  border: none;
  color: #FFF;
  background: #be6915;
  cursor: pointer;
  margin-left: 129px;
  width: 312px;
}
.ce_form input[type="radio"] {
width: 30px;
}

fieldset {
	 padding-left: 130px;
    margin-top: 10px;
	}
	
fieldset legend {
	color: #be6915;
	}

.ce_form input[type="submit"]:hover {
  background: #FFF;
  color: #2d3745;
}

.ce_form span.mandatory {
  padding-left: 3px;
  color:#be6915;
}

.webseiterl {
	width: 50px;
	height: 20px;
	position: fixed;
	bottom: 20px;
	right: 20px;	
	}
	
.webseiterl a {
	width: 50px;
	height: 20px;
	display: block;
	background:url(../images/webseiterl-off.png);
	}
	
.webseiterl a:hover {
	background:url(../images/webseiterl-on.png);
	}
	
table {

	}
	
td {

/*	width: 140px;*/
padding: 10px 0px;
padding-right: 20px; 
	}
	
.ce_gallery td {
	border-bottom: none;
	width: auto;
	}
	
.ce_gallery  table {
	line-height: 0px;
	}
	
.ce_gallery img {
	-webkit-box-shadow:  0px 0px 10px 0px #999999;
	box-shadow:  0px 0px 10px 0px #999999;
	}
	
thead {
	border-bottom: #7EBD00 3px solid;
	font-weight: bold;
	}
	
#mbNumber {
	display: none;
	}
	
:focus {
outline: 0;
}
	
	