
/***** UNTERELEMENTE *****/

/* --------------------------------------------------------------
 * Non-classed HTML elements
 * Seitengrundelemente
 * Links
 * Spalten
 * Header
 * Navigation
 * Submenu
 * Linke Sidebar
 * Rechte Sidebar
 * Content-Bereich
 * Footer
 * Backend
 * -------------------------------------------------------------- */




/*Style Cookie-Hinweis*/
body .cc-revoke, body .cc-window{
	font-size: 13px;
	z-index: 10000;
}



/* --------------------------------------------------------------
 * Non-classed HTML elements
 * -------------------------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0;
}

hr {
	border-color: #999999;
    border-style: dotted none none;
}

/***** UEBERSCHRIFTEN *****/
h1, h2, h3 {
	font-weight: normal;
	margin-top: 0;
}
h1{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
h1::after {
	content: "";
	width: 50%;
	display: block;
	margin: 15px auto;
	border-bottom: 1px solid #b50000;
}
h2 {
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}
h2.small, h3, .slContent h2 {
	font-size: 17px;
	line-height: 26px;
	text-align: inherit;
}
h3 {
	margin-top: 30px;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 3px 0px 10px 0px;
}
/*h3 {
	font-size: 0.86em;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	text-transform: uppercase;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 6px 0px;
	color: #333333;
	font-variant:small-caps;
}*/
h5 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 4px 0px;
	color: #e10a0f;
	font-variant:small-caps;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 4px 0px;
	color: #333333;
	font-variant:small-caps;
}
p {
	margin: 0 0 15px;
}
/***** BILDER STANDARD OHNE RAHMEN *****/
img {
	max-width: 100%;
	border: 0px;
}



/* --------------------------------------------------------------
 *  Non-classed HTML elements (Ende)
 * --------------------------------------------------------------
 * Seitengrundelemente
 * -------------------------------------------------------------- */


#shadow {
	width: 1020px;
	margin: 0px auto;
	background-image: url("img/bg-site.png");
}
#site {
	width: 970px;
	margin: 0px auto;
	padding: 15px;
}
#mainContent {
	
}
.inner {
	margin: 0 auto;
	width: 1200px;
	max-width: 98%;
}
section .inner {
	margin-bottom: 40px;
}
.center{
	text-align: center;
}
.floatleft {
	float: left;
}
img.floatleft {
	margin-right: 10px;
}
/***** SUCHFELD *****/
#search,
#suche {
	margin: 0px;
	background-color: #555555;
	width: 170px;
	height: 40px;
}
/* Innenrand Suchform */
#search form {
  margin: 5px;
}

/*
#search    { 
	float: right; 
	padding: 5px 0px 10px 5px;  
}
#suche {
	color: #660099;
	font-weight: bold;
}
#search {
	border: 1px solid #808080;
	color: #000000;
}
*/
/***** SUCHFELD (Ende) *****/





/***** FORMULARE *****/

.err, .formStatusInfo {
	color: #D50000;
}
.formKontakt .form-row {
	margin-bottom: 10px;
	text-align: left;
}
.formKontakt label {
	display: block;
}
.formRow {
	min-height: 35px;
}
.formKontakt .formRow label {
}
input[type="text"],
textarea, select {
	padding: 3px;
	border: 1px solid #636363;
	border-radius: 5px;
	min-width: 75%;
}
.codeSend {
	margin-top: 20px;
}
.codeInput {
	float: left;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-right: 10px;
}
.codeSend img {
	border: 1px solid #c1c1c1;
	margin: 4px 0;
}
.inputSubmit {
	padding: 23px 30px;
	font-size: 15px;
	font-weight: bold;
	color: #636363;
	text-transform: uppercase;
	border: 2px solid;
	border-radius: 10px;
	background-color: transparent;
}






/* --------------------------------------------------------------
 *  Seitengrundelemente (Ende)
 * --------------------------------------------------------------
 * Links
 * -------------------------------------------------------------- */


a,
a:hover,
a:visited {
	color: #b50000;
	text-decoration: none;
}
.languages a {
    margin: 5px;
    padding-right: 15px;
    display: none;
    text-transform: uppercase;
    color: #333;
}

.languages a.activeLang.translate {
	display: block;	
	bottom: 0;
	position: relative;
}
.languages:hover a {
	display: block;
	position: absolute;
	left: 0;
	bottom: -20px;
}


.teaserBox.slide a.teaserLink {
    background-color: transparent;
    margin-left: 0;
}

.teaserBox.slide .teaserContent a,
.teaserBox.slide .teaserContent a:visited,
.teaserBox.slide .teaserContent a:link,
.teaserBox.slide .teaserContent a:hover,
.teaserBox.slide .teaserContent a:active {
    color: #b50000;
    text-decoration: none;
}
#submenu .teaserBox a.teaserLink {
    margin-left: 0;
}
.teaserBox a.teaserLink {
}
.teaserHead a {
	display: block;
	color: #fff;
	height: 100%;
}
.slItem a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.topmenu a, 
.topmenu a:visited, 
.topmenu a:hover,
.footermenu a,
.footermenu a:visited,
.footermenu a:hover{
	color: #333333;
}
.btn a {
	display: inline-block;
	border: 2px solid;
	border-radius: 10px;
	padding: 23px 30px;
	color: #636363;
}

.toTop {
	position: fixed;
	width: 101px;
	height: 35px;
	bottom: 7.3%;
	right: 7%;
	z-index: 5;
	background-image: url("/imagesMore/layoutImg/arrow-site-up.png");
}
.toTop:hover {
	background-image: url("/imagesMore/layoutImg/arrow-site-up-hover.png");
}
.footer a {
	color: #fff;
}
.footer .languages a {
	display: block;
	float: left;
	margin: 10px;
}
.footer .languages:hover a {
	left: auto;
	bottom: auto;
	position: relative;
	
}


/* --------------------------------------------------------------
 *  Links (Ende)
 * --------------------------------------------------------------
 * Spalten
 * -------------------------------------------------------------- */

.clear {
	clear: both;
	height: 0;
}
.last {
	margin-right: 0px !important;
}
/*
.column_container{
	margin-bottom: 0 !important;
}
*/
.full-width{
	width: 100%; /*56px*/
	margin-bottom: 15px;
}
.one-half,
	.one-third,
	.two-third,
	.one-fourth,
	.three-fourth,
	.one-fifth,
	.two-fifth,
	.three-fifth,
	.four-fifth,
	.one-tenth,
	.three-tenth {
		float:left;
		margin-right: 2%;
}
.one-half{width: 48%;}
.one-third{width: 32%;}
.two-third{width: 66%;}
.one-fourth{width: 23%;}
.three-fourth{width: 73%;}
.one-fifth {width: 18%;}
.two-fifth {width: 38%;}
.three-fifth {width: 58%;}
.four-fifth {width: 78%;}
.one-tenth {width: 8%;}
.three-tenth {width: 28%;}









/* --------------------------------------------------------------
 *  Spalten (Ende)
 * --------------------------------------------------------------
 * Header
 * -------------------------------------------------------------- */

.header {
	border-bottom: 1px solid #ccc;
}
.header.fullWidth {
	position: relative;
}
.header .inner {
}
.headerImage {
	text-align: center;
}
.headerImage > img {
	width: 100%;
}
.topInSite {
	float: right;
}
.languages{
	position: relative;
	margin-top: 15px;
	margin-right: 30px;
}

.languages, .tel {
	float: left;
}
.tel {
	background-color: #b50000;
	color: #fff;
	line-height: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.activeLang.translate {
	background-image: url("/imagesMore/layoutImg/select-arrow.jpg");
	background-position: right center;
	background-repeat: no-repeat;
}
.languages img {
	margin-right: 10px;
}
/* --------------------------------------------------------------
 *  Header (Ende)
 * --------------------------------------------------------------
 * Navigation
 * -------------------------------------------------------------- */



/***** HAUPTNAVIGATION *****/








/***** NAVIGATIONSPFAD *****/
#breadcrumb {
	font-size: 10px;
	color: #a1a1a1;
	margin: 15px 0;
	padding: 5px;
	background-color: #555555;
}
#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited {
	text-decoration: none; 
	color: #a1a1a1;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
/*
#path   { font-size: 0.85em; text-indent: 10px; padding: 5px 0px 0px }
*/

/***** TOPMENU, FOOTERMENU *****/
.topmenu ul,
.footermenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}
.topmenu ul li,
.footermenu ul li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}


/***** ONEPAGE_NAVI *****/

nav, nav:before, nav:after{
	box-sizing: unset;
}
nav {
	z-index: 100;	
    width: 100%;
}
.wrapper_menu.sticky {
	position: fixed;
	top: 0;
	background-color: #fff;
	width: 100%;
	max-width: 1200px;
	z-index: 10;
}
.wrapper_menu.sticky ul.menu {
	margin-top: 0;
}
.wrapper_menu label { display: none; }

label .menuIcon {
	background-image: url("/imagesMore/layoutImg/menue.png");
	height: 22px;
	width: 21px;
}
.wrapper_menu input#navTrigger {
	display: none;
}
.wrapper_menu input#navTrigger:checked ~ ul {
	display: block;
	position: relative;
}
.abst .inner {
	position: relative;
}


.abst, .logo {
	/*margin-top: 95px;*/
}
.wrapper_menu.sticky .abst, .wrapper_menu.sticky .logo {
	margin-top: 0;
}


.logo {
	clear: both;
	float: left;
	margin-top: 15px;
}
.logo img{
}
.abst {
	display: none;
	background-color: rgba(255, 255, 255, 0.6);
	height: 35px;
}

.navlast { padding-right: 0px; }

.cont_nav {
	
}
/***** ONEPAGE_NAVI (Ende) *****/


/* --------------------------------------------------------------
 *  Navigation (Ende)
 * --------------------------------------------------------------
 * Submenu
 * -------------------------------------------------------------- */


#submenu {
	margin-top: 30px;
}
#submenu a,
#submenu a:visited,
#submenu a:link {
	color: #015B86;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
}




#submenu .teaserBox {
    margin-bottom: 5px;
    margin-right: 0;
    margin-top: 5px;
}
#submenu .teaserContent {
    background-position: -640px -460px;
    height: 112px;
}
#submenu .teaserDescription {
    display: block;
}
#submenu .teaserDescription p {
    display: none;
}










/* --------------------------------------------------------------
 *  Submenu (Ende)
 * --------------------------------------------------------------
 * Linke Sidebar
 * -------------------------------------------------------------- */



/* --------------------------------------------------------------
 *  Linke Sidebar (Ende)
 * --------------------------------------------------------------
 * Rechte Sidebar
 * -------------------------------------------------------------- */




/* --------------------------------------------------------------
 *  Rechte Sidebar (Ende)
 * --------------------------------------------------------------
 * Content-Bereich
 * -------------------------------------------------------------- */



#content {
	
}

.btn {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 30px auto;
}


/*Zur automatisierten Animation bei Teaser, Section, Box und Akkordeon */
.animate .item{
	opacity: 0.2;
}
/***** SECTION *****/
section {
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 61px; /*79px;*/
	background-color: #f5f5f5;
	border-bottom: 1px solid #dbdbdb;
}
section:first-child {
	border-top: none;
	padding-top: 30px;
}
section.bg {
	background-size: 100% auto;
	padding-top: 0px;
}
section.bgWhite {
	background-color: #fff;
}
section.noBorder {
	border: none;
	margin-top: -2px;
}
section.fullWidth .inner {
	max-width: 100%;
	width: 100%;
}
/***** SECTION *****/
/***** BOXEN *****/

.area.boxArea.werbewirbel .titel,
.area.boxArea.werbewirbel2 .titel {
    border-bottom: 1px solid;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.area.boxArea.brill .titel,
.area.boxArea.brill2 .titel {
	font-size: 13px;
	line-height: 25px;
	background-color: #6699CC;
	border: 1px solid #FFFFFF;
	padding-left: 10px;
}


/***** BOXEN (Ende) *****/




/***** TEASERBOXEN *****/
.teaserBox.item {
	float: left;
}
.teaserContent {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}
.teaserHead {
	width: 100%;
	text-align: center;
	background-color: #333;
	color: #fff;
}
.teaserDescription {
	background-color: #fff;
	color: #333;
	padding: 5%;
	width: 90%;
}
.teaserBox.one-fourth {
	margin: 0;
	width: auto;
}


.teaserBox.item:hover .teaserHead {
	background-color: #b50000;
}
.teaserLink {
}
.teaserBox h2 {
	border-right: 1px solid #fff;
	font-size: 16px;
	line-height: 45px;
	margin: 0;
}
.teaserBox.slide {
}
.teaserBox.slide .teaserHead {
}
.teaserBox.slide .teaserContent {
	
}
.teaserBox.slide .teaserDescWrapper {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.teaserBox.slide .teaserDescWrapper h2 {
    line-height: 25px;
    margin-left: 15px;
}
.teaserBox.slide .teaserDescription {
	display: none;
	padding-bottom: 20px;
}
/* hier muss vereinzelt werden, zweite Zuordnung ist für den Link 
 * innerhalb des slidenden Hintergrundes (Projekt: Hattendorf) 
 */
.teaserBox.slide .teaserDescription a.teaserLink {	
    padding: 10px;
}
.teaserBox.slide .teaserContent img {
}
/* style, wie Überschrift, da im HeadBereich normal schon h2 verwendet wird, hier keine */
.teaserBox.slide .teaserDescription span {
    font-weight: bold;
    font-size: 16px;
}
.teaserDescription p {
	margin: 25px 0;
}

/*** Teaser-Box fullwidth, no slide, show desc, noImage ***/
.teaserBox.item.fullwidth {
	width: 100%;
}
.teaserBox.noSlideShowDesc .teaserDescription {
	display: block;
	padding: 0;
}
.teaserBox.fullwidth .teaserDescription {
	width: 100%;
}
/* noch mal pruefen*/
.noImage .teaserContent a.teaserLink {
	display: none;
}
.teaserBox.item.noSlideShowDesc p:first-child {
	margin-top: 0;
}
.teaserBox.item.noSlideShowDesc p:last-child {
	margin-bottom: 0;
}

/***** TEASERBOXEN (Ende) *****/


/***** TABS *****/
.tabItemsWrapper{
	margin-bottom: 30px;
}
.tabTitles {
	
}

.tabTitle{
	float: left;
	background-image: url("/imagesMore/layoutImg/tab.png");
	background-repeat: no-repeat;
	width: 150px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
}
.tabTitle.active {
	background-image: url("/imagesMore/layoutImg/tab-active.png");
	color: #FFFFFF;
}
.tabTitleImg {
	display: block;
	margin: 15px auto;
}
.tabTitleTxt {
	display: block;
	text-align: center;
}
.tabContentItems{
	
}
.tabContent{
	display: none;
	padding: 25px;
	background-color: #E0E0E0;
	border: 1px solid #A1A1A1;
}
/* Tabs inerhalb eines Tabs */
.tabItemsWrapper .tabItemsWrapper {
    margin-top: -25px;
}
.tabContent .tabTitles {
	border-bottom: 1px solid #789e1e;
}
.tabContent .tabTitle {
	width: auto;
	background-image: none;
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 0;
}
.tabContent .tabTitle.active {
    background-color: #789e1e;
}
.tabContent .tabTitle .tabTitleImg {
	display: none;
}
.tabContent .tabContent {
	padding: 5px 0 0;
}
/***** TABS (Ende) *****/




/***** GALERIE - Galerie-Art:extern *****/
.galerie .galThumbImg {
    float: left;
    margin: 5px;
}
.galThumbImg {
    width: 32%;
}
.two-third .galThumbImg {
    width: 48%;
}
.one-third .galThumbImg {
    width: auto;
}

.galerieNavi {
	position: relative;
	width: 100%;
}
.next, .prev {
	width: 20px;
	height: 29px;
	position: absolute;
}
.next{
	background-image: url("/imagesMore/layoutImg/imagegalNextPage.png");
	right: 5px;
}
.prev {
	background-image: url("/imagesMore/layoutImg/imagegalPrevPage.png");
	left: 5px;
}



/***** IMAGEGALLERY - Galerie-Art:intern *****/
#gallery {
}
#gallery #thumbs {
    position: relative;
}
#gallery #thumbs ul {
    height: 70px;
    list-style: none outside none;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
}
#gallery #thumbs ul li {
    float: left;
    margin-right: 5px;
}
#gallery #thumbs .prev, 
#gallery #thumbs .next {
    background-repeat: no-repeat;
    width: 18px;
    height: 25px;
    position: absolute;
    top: 25px;
}
#gallery #thumbs .prev {
    background-image: url("/imagesMore/layoutImg/imagegalPrevPage.png");
    left: -5px;
}
#gallery #thumbs .next {
    background-image: url("/imagesMore/layoutImg/imagegalNextPage.png");
    right: -5px;
}

/***** IMAGEGALLERY (Ende) *****/




/***** SLIDER *****/
.sliderItemsWrapper {
    overflow: hidden;
}
.sliderItemsWrapper.titelDescInBild {
    position: relative;
}
.slControls .next, .slControls .prev {
	width: 20px;
	height: 29px;
	display: block;
	position: absolute;
	z-index: 50;
	top: 15px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.slControls .next {
	right: 15px;
	background-image: url("/imagesMore/layoutImg/sliderNext.png");
}
.slControls .prev {
	left: 15px;
	background-image: url("/imagesMore/layoutImg/sliderPrev.png");
}
.slItem {
    
}
/*
.slidernavi {
    float: left;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

#imageslider-bullets {
    position: absolute;
    z-index: 20;
    bottom: 0;
}
.slidernavi span {
	display: inline-block;
	background-image: url("/imagesMore/layoutImg/sliderItem.png");
	cursor: pointer;
	height: 8px;
	margin: 7px 15px;
	width: 8px;
}
.slidernavi span.active {
	background-image: url("/imagesMore/layoutImg/sliderItem-active.png");
}
*/
.slNaviItem {
	height: 50px;
	padding-left: 20px;
	background-color: #E6E6E6;
	border-bottom: 1px solid #C1C1C1;
	
}
.slNaviItem.active {
	background-color: #B1ECEB;
	
}
.slContent {
	position: absolute;
	margin-bottom: 50px;
	padding: 40px 35px;
	background-color: #b50000;
	color: #fff;
	opacity: 0.8;
}
.sliderItemsWrapper.titelDescInBild .slContent {
    bottom: 0;
}
.slContent.exTxt{
	/*top: 0;
	left: 0;*/
}
.slContent.naviTitel{
	bottom: 100px;
    left: 20px;
}



/***** SLIDER (Ende) *****/


/***** AKKORDEON *****/
.area {
    margin-bottom: 25px;
    position: relative;
}
.area.akkArea {
    margin: 0 auto 25px;
}
.akkArea .moretext {
	display: none;
}
.akkArea .item {
	position: relative;
	margin-bottom: 3px;
}
.akkArea .titel {
	padding-left: 15px;	
	line-height: 30px;
	font-size: 14px;
	border-bottom: 1px solid #4167a1;
}
.akkArea .openmore {
    position: absolute;
    top: 0;
    right: 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: right;
	background-image: url("/imagesMore/layoutImg/arrow-up.png");
	background-position: right center;
	background-repeat: no-repeat;
}
.akkArea .openmore.on {
    background-image: url("/imagesMore/layoutImg/arrow-down.png");
}
.akkArea .img,
.akkArea .txt {
    float: left;
    margin: 15px;
}
.akkArea .txt {
	margin-left: 0;
}



/***** AKKORDEON (Ende) *****/

/***** GAESTEBUCH *****/
.guestbook {
    margin-bottom: 20px;
    margin-top: 50px;
}
.guestbookItem {
    border: 1px solid #C1C1C1;
    margin-bottom: 15px;
}
.guestbook .number {
    color: #C1C1C1;
    float: left;
    font-size: 30px;
    line-height: normal;
    margin: 5px;
}
.guestbook .name {
    float: left;
    margin: 20px 5px 5px;
}
.guestbook .text {
    clear: both;
    margin: 15px;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    width: 20px;
}
.pagination span.current, .pagination a {
    border: 1px solid #555555;
}
/***** GAESTEBUCH (Ende) *****/

/***** LISTEN *****/
.list-one-half,
.list-one-third {
	/*margin: 0;
	padding: 0;*/
}
.list-one-half li,
.list-one-third li {
	float: left;
	margin-right: 2%;
	padding-right: 5px;
}
.list-one-half li {width: 46%;}
.list-one-third li {width: 29%;}

/***** LISTEN (Ende) *****/


/***************************SLIDER*************************/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*border:  5px solid #fff;
	left: -5px;
	background: #fff;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/imagesMore/layoutImg/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/imagesMore/layoutImg/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/imagesMore/layoutImg/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/imagesMore/layoutImg/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/imagesMore/layoutImg/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/***************************SLIDER (ENDE)*************************/



/* --------------------------------------------------------------
 *  Content-Bereich (Ende)
 * --------------------------------------------------------------
 * Footer
 * -------------------------------------------------------------- */

.footer {
	background-color: #333;
    color: #fff;
}
.footer .inner {
	position: relative;
}
.footer ul {
	list-style: none;
	margin: 0;
}
.footer ul li {
	float: left;
	padding: 20px;
}
.footer .languages {
	position: absolute;
	right: 0;
	top: 0;
}
.footer .languages img {
	margin-right: 0;
}
.footer .languages span {
	display: none;
}
.footer .activeLang.translate{
	background: none;
}
.footer .activeLang.translate {
	padding: 0;
}
.footer .translate.de::after {
	/*content: " / ";
	margin-right: 5px;*/
}

/* --------------------------------------------------------------
 * Footer (Ende)
 * --------------------------------------------------------------
 * Media Queries
 * -------------------------------------------------------------- */


/************ < 1024 **************/
/************* Tablet **************/
@media only screen
and (max-width: 1280px){
	
.logo {
    margin-bottom: 5px;
}
/*** Navi ***/
.cont_nav {
	margin-top: 15px;
	margin-right: 15px;
	background-image: none;
	padding-bottom: 0;
	height: 30px;
}
.cont_nav input#navTrigger + label {
	display: block;
	float: right;
	padding: 0 .25em;
	margin: 0.25em 0;
	font-size: 2em;
	opacity: 0.5;
	cursor: pointer;
}
.cont_nav input#navTrigger + label:hover {
	opacity: 1;
}

.cont_nav input#navTrigger + label span {
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: -.1em;
}
.cont_nav input#navTrigger:checked + label span {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: -.1em;
}

.cont_nav ul {
	background-color: #fff;
	display: none;
	position: absolute;
	top: 3em;
	left: 0;
	right: 0;
	margin: 15px 0;
	padding: 0;
}
.cont_nav ul.menu li {
	display: block;
	float: none;
}
.cont_nav .menu li a {
	border: none;
}
.cont_nav ul li a, .cont_nav ul li a:visited {
	padding: 10px;
	font-size: 16px;
	line-height: 35px;
	display: block;
}
.cont_nav ul li:first-child a {
	
}
.cont_nav ul li a:hover { 
	
}

nav ul {
	display: none;
	position: absolute;
	top: 3em;
	left: 0;
	right: 0;
	margin: 15px 0;
	padding: 0;
}
nav ul li {
	display: block;
	float: none;
}

nav ul li a, nav ul li a:visited {
	background-color: #81142c;
	/*color: #fff;*/
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-width: 0 0 1px 0;
	display: block;
}

nav ul li:first-child a {
	border-width: 1px 0;
}
nav ul li a:hover { 
	background-color: #171212;
	background-color: rgba(23, 18, 18, 0.86);
}
.wrapper_menu input#navTrigger:checked ~ ul {position: absolute;top: 55px;}
.wrapper_menu .cont_nav ul.menu {
	height: auto;
	z-index: 100;
}
.cont_nav .menu .dropdown_1column, .cont_nav .dropdown ul.levels {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
}
.cont_nav .menu .dropdown .levels li{
	text-align: center;
}
.cont_nav ul li a, .cont_nav ul li a:visited {
	font-size: 13px;
	line-height: 20px;
}
.menu .dropdown .levels li a{
	float: left;
	padding: 10px 15px;
}
.dropdown ul.levels {
	background-color: #f7f7f7;
}
/*** Navi (Ende)***/
.languages a {
	display: block;
	float: left;
}
.languages:hover a {position: relative; bottom: 0;}
.activeLang.translate {background-image: none;}
.footerbar {
	padding-right: 130px;
	min-height: 55px;
	padding-top: 10px;
}
.footer ul li {
	float: left;
	padding: 5px;
}

	
}
/********* Tablet (Ende) ******/
@media only screen  
and (max-width : 850px) {
	



	
}


/********** Mini-Tablet **********/
@media only screen  
and (max-width : 785px) {

.one-third, .two-third {width: 100%;}
.teaserContent .one-third, .teaserContent .one-third p {
	text-align:center !important;
}



	
}
/********* Mini-Tablet (Ende) ******/


/*********** Smartphone ************/
@media only screen  
and (max-width : 479px) {
	
.logo img{max-width: 95%;}
nav {padding-top: 15px;}
nav .inner {padding-left: 15px;}
.one-half { width: 100%;}
	
}
/********* Smartphone (Ende) ******/



/* --------------------------------------------------------------
 * Media Queries (Ende)
 * -------------------------------------------------------------- */


