/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE.
# ***************************************************************************************/

/* Left, center, right and justify alignment of text in block elements*/

p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left {
	text-align: left;
}

p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center {
	text-align: center;
}

p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right {
	text-align: right;
}

p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify {
	text-align: justify;
}

/* Selectors for the default configuration of the link accessibity feature.*/

a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

a {
    color: #147434;
    text-decoration: none;
}

a:focus, a:hover {
    color: #333;
    text-decoration: none;
}

/* Default selector for indentation.*/

div.indent {
	margin-left: 2em;
}

/* Benutzerdefinierte Style */

html {
	font-size: 16px;
}

body {
	font-family: Lucida, sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
}

h2 {
	font-size: 20px;
	font-size: 1.25em;
}

h3 {
	font-size: 18px;
	font-size: 1.125em;
}

h4, h5, h6 {
	font-size: 16px;
	font-size: 1rem;
}

.fauxHeadline {
	font-size: 18px;
	font-size: 1.125rem;
}

.kleiner {
	font-size: .9em;
}

.groesser-125 {
	font-size: 1.25em;
}

.groesser-150 {
	font-size: 1.5em;
}

.gridelement {
	padding-bottom: 1em;
}

.green, .gruen {
	color: #147434;
}

.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6 {

	color: #147434;

	font-size: 16px;

	text-align: left;

	margin-bottom: 10px;

}

hr {

	border: 0px;

	border-bottom: 1px solid #CCC;

	clear: both;

	margin: 16px 0px 18px;

	height: 0px;

}

/*Header*/

.page-header {

	background-color: #147434;

	position: relative;

}

.page-header {

	margin-top: 0px;

	padding-top: 30px;

}

/*TopMenu*/



.mobileMenu {display:none;}

.mobileMenu a {color:#fff;}

.mobileMenu ul {padding-left: 15px;}

.mobileMenu ul li {

    display: inline-block;

    padding: 0px 5px;

}

.mobileMenu ul li:nth-child(1) a img { max-height:17px; width:auto; position: relative; top: -1px;}

.mobileMenu ul li:nth-child(2) a:before  { content:url(../Resources/Images/mail_top.png);}

.topMenu {

	text-align: -webkit-center;

	position: absolute;

	left: 325px;

	top: 50px;

}

.topMenu ul {

	display: table;

}

.topMenu ul li {

	display: table-cell;

	padding: 0px 10px

}

.topMenu ul li:first-child {

	padding-right: 0px;

}

.topMenu ul li:first-child a {

	padding-right: 10px;

	border-right: 1px solid #fff;

}

.topMenu ul li:first-child a:before { content: url(../Resources/Images/phone.png); top:5px; }

.topMenu ul li:nth-child(2) a:before{ content:url(../Resources/Images/mail_top.png);  top:2px;}

.topMenu ul li:first-child a:before,.topMenu li:nth-child(2) a:before  { padding:5px; position:relative;}



.topMenu ul li a {

	color: #fff !important;

}

.topMenu li:last-child a {

    border-left: 1px solid #fff;

	padding-left:5px;

}

.topMenu li:nth-child(4), .topMenu li:nth-child(5){ padding:0 3px;}

/*Search*/







#c41 input[type="hidden"], .resetbutt, .submitbutt {

	display: none;

}

#c41 #ke_search_sword {

	position: relative;

	padding: 0 0 0 5px;

	height: 30px;

	background: #FFF url(../Resources/Images/search.png) right no-repeat;

}

#c41 #form_kesearch_pi1, #c41 .kesearchbox {

	margin: 0px !important;

}

#c42 h1, #c42 h2, #c42 h3, #c42 h4, #c42 h5, #c42 h6 {

	text-align: left;

}

/*Slider*/

#owlslider_header .owl-controls.clickable {
	margin-top: 0px;
}

#owlslider_header .owl-pagination {
	position: absolute;
	width: 100%;
	margin-top: 10px;
}

.slider {
	margin-bottom: 30px;
}

.bilder {
	padding: 0px;
	border-bottom: 8px solid #147434;
	position: relative;
	z-index: 1;
}

.bilder .ce-gallery {
	float: none;
	margin: 0px !important;
}

.bilder img {
	width: 100%
}

.white {
	background-color: #fff;
	display: block;
	height: 130px;
	width: 100%;
	position: absolute;
	bottom: -30px;
	z-index: 0;
}

/*Maincontent*/

/*Block*/

.block {

	min-width: 30%;

	max-width: 360px;

	margin: 0 auto;

	border-top: 4px solid #147434;

	margin-bottom: 25px;

}

.block .ce-gallery {

	background-color: #147434;

	text-align: center;

	margin: 0px !important;

	float: none;

}

.block .ce-left .ce-gallery, .block .ce-column {

	float: none;

}

.block .ce-gallery img {

	max-height: 160px;

	width: 100%;

	margin: 0 auto;

}

.block h1, .block h2, .block h3, .block h4, .block h5, .block h6 {

	background-color: #4c9564;

	color: #fff;

	font-size: 16px;

	padding: 15px;

	margin: 0px;

	text-align: center;

	font-weight:bold;

}

.block .ce-bodytext > h1 + p{

	background-color: #d0e3d6;

	color: #000;

	margin-bottom: 25px;

	padding: 10px;

	text-align:center;

}

/*Kreis*/



.kreis {

	margin-bottom: 25px;

}

.kreis h1, .kreis h2, .kreis h3, .kreis h4, .kreis h5, .kreis h6 {

	color: #147434;

	text-align:left;

}

.kreis .ce-body-text {



	float: right;

}

.kreis .ce-gallery {
	margin: none;
	float: left;
}

.kreis .ce-intext.ce-right .ce-gallery { margin-right:10px;}

.kreis .ce-gallery img {
	border: 2px solid #147434;
	border-radius: 100%;
	margin: 0px 10px 10px 0px;
	max-width: 220px;
}
/*Button mehr*/

span.btn-default{padding:10px; padding-right: 20px;}
span.btn-default:after{ top:16px; right:6px;}
.btn-default {
	position: relative;
	padding-right: 20px;

}

.btn-default:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent black;
	margin-left: 10px;
}

/*Button orange*/

.btn-primary {
	background-color: #fba422;
	color: #fff !important;
	background-image: linear-gradient(#fba422, #d66c02);
	border-color: #ccc !important;
}

.btn-primary a {
	color: #fff !important;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary.active, .btn-primary:active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
	background-image: linear-gradient(#d66c02, #fba422);
	background-position: 0px 0px;
}

.trenner {
	margin: 15px 0px;
	padding-top: 15px
}

.trenner hr {
	border-color: #4e5356
}

.trenner h1, .trenner h2, .trenner h3, .trenner h4, .trenner h5, .trenner h6, .trenner p {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: table;
	background-color: #fff;
	padding: 0px 35px;
	top: -30px;
	white-space: nowrap;
}

/*Footer*/

footer {
	background-color: #3a3838;
	padding-top: 20px;
}

footer .row-header {
	display: none;
}

#c28, #c26 {
	margin-top: 20px;
}

#c26 ul {
	/* column-count: 2; */
	list-style: none;
}

#c26 ul li {
	padding-bottom: .75em;
}

#c26 ul li a, #c28 {
	color: #fff !important;
}

#c28, #c28 h3 br {
	line-height: 1.8;
}

#c28 h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

#c29 ul {
	padding-left: 25px;
	margin-top: 30px;
}

#c29 li {
	list-style-image: url(../Resources/Images/mail.png)
}

#c29 li a {
	color: #fff !important;
}

#c31 {
	position: relative;
	bottom: -90px;
	padding-left: 37px;
}

#c31 a {
	padding: 5px;
}
#p46 .col-xs-6.column2 {max-height:75px;}

/*IE*/

@media screen and (min-width:0\0) {
 .ce-gallery, .ce-column { max-width:100%}	
}
.oldie .ce-gallery, .oldie .ce-column { max-width:100%}	
.oldie .kreis .ce-gallery IMG {border:none;}

/*2 Spaltiger text*/

@media (min-width: 960px) {
	.text-2col {
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
		padding-top: 1.5rem;
	}
}

/*Wrapper YouTube*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Tabs*/

.nav.nav-tabs {
	margin-left: 0px;
	display: table;
	width: 100%;
	border: none;
}

.nav-tabs > li > a {
	color: #fff !important;
	padding: 16px 24px;
}

.nav-tabs > li {
	background-color: #147434;
	display: table-cell;
	float: none;
	text-align: center;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
	color: #fff;
	background-color: #0b5b21;
	border-color: #0b5b21;
}

.nav-tabs>li, .nav-tabs>li>a {
	border-radius: 0px;
}

.nav-tabs>li:first-child, .nav-tabs>li:first-child>a {
	border-top-left-radius: 10px;
}

.nav-tabs>li:last-child, .nav-tabs>li:last-child>a {
	border-top-right-radius: 10px;
}

.tab-content {
	border: 1px solid #147434;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px;
	margin-bottom: 1em;
}



@media only screen and (max-width: 767px) {
	.nav-tabs > li {
		display: block;
	}
	
	.nav-tabs>li:first-child, .nav-tabs>li:first-child>a {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	.nav-tabs>li:last-child, .nav-tabs>li:last-child>a {
		border-top-right-radius: 0px;
	}
}



figcaption {
    text-align: center;
	font-size:14px;
}

/*Produkt Slider*/

.products {
	margin-bottom: -3em;
}

#c59 {
	padding: 10px 40px;
	background-color: #e5e5e5;
	margin-top: 25px;
}

#c59 h1, #c59 h2, #c59 h3, #c59 h4, #c59 h5, #c59 h6 {
	text-align: center;
}

.products .tx-owl-slider .item {
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 20px;
	margin: 10px;
	height: 212px;
}

.products .tx-owl-slider .item a {
	width: 100%;
	display: block;
}

.products .tx-owl-slider .item img {

	padding: 10px;

	height: 150px;

}

.products .tx-owl-slider .item > div {

	background-color: #535456;

	color: #fff !important;

	text-align: left;

	padding: 5px;

	height: 60px;

	border-bottom-left-radius: 18px;

	border-bottom-right-radius: 18px;

	position: relative;

}

.products .tx-owl-slider .item > div p {

	margin-right: 40px;

	height: 100%;

	width: 100%;

	padding-right: 30px;

}

.products .tx-owl-slider .item > div p a {

	color: #fff !important;

	height: 100%;

	width: 100%;

	display: block;

}

.products .tx-owl-slider .item > div p:after {

	content: "";

	position: absolute;

	right: 10px;

	top: 10px;

	width: 0;

	height: 0;

	border-style: solid;

	border-width: 15px 0 15px 30px;

	border-color: transparent transparent transparent orange;

	pointer-events: none;

}

.products .tx-owl-slider .item:hover > div p:after {

	border-color: transparent transparent transparent #ec6d00;

}

.owl-buttons {

	position: relative;

}

.owl-theme .owl-controls .owl-buttons div {

	background: transparent;

}

.owl-prev, .owl-next {

	background: none;

	background-repeat: no-repeat !important;

	background-size: contain !important;

	position: absolute;

	height: 25px;

}

.owl-prev {

	left: 30px;

	top: -35px;

	background-image: url("../Resources/Images/left.png") !important;

}

.owl-next {

	right: 30px;

	top: -35px;

	background-image: url("../Resources/Images/right.png") !important;

	background-position-x: right !important;

}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #147434}



@media only screen and (max-width: 499px) {
	.kreis .ce-bodytext {clear:left;}
}

@media only screen and (max-width: 331px) {
	#c59 {
		padding: 10px 10px;
	}

}


/* Chrome autofill entfernen */

input:-webkit-autofill {

   -webkit-box-shadow: 0 0 0px 1000px #f8f8fa inset !important;

}

/* Navigation Pipelist */

.topmenue a {

	text-decoration: none;

	color: #242424;

}

.topmenue a:hover {

	text-decoration: none;

	color: #242424;

}

.topmenue li {

	display: inline;

	color: #242424;

}

.topmenue li:before {

	content: " | ";

}

.topmenue li:first-child:before {

	content: "";

}

/* Naigation Pipelist Ende */



div[role="main"] {

	margin-bottom: 3em;

}

.maincontent ul, .maincontent ol {

	margin-left: 2em;

}

.maincontent ul li {

	list-style: disc;

}

.maincontent ol li {

	list-style-type: decimal;

}

footer.pagefooter {

	padding: 1em 0em;

	color: #000;

	background: #E1DEDE;

	line-height: 1em;

	font-size: 1em;

}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {

	padding: 0;

	margin: 0;

	border: 0;

	outline: none;

	vertical-align: top;

}

.fancybox-wrap {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 8020;

}

.fancybox-skin {

	position: relative;

	background: #f9f9f9;

	color: #444;

	text-shadow: none;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px;

}

.fancybox-opened {

	z-index: 8030;

}

.fancybox-opened .fancybox-skin {

	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

}

.fancybox-outer, .fancybox-inner {

	position: relative;

}

.fancybox-inner {

	overflow: hidden;

}

.fancybox-type-iframe .fancybox-inner {

	-webkit-overflow-scrolling: touch;

}

.fancybox-error {

	color: #444;

	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;

	margin: 0;

	padding: 15px;

	white-space: nowrap;

}

.fancybox-image, .fancybox-iframe {

	display: block;

	width: 100%;

	height: 100%;

}

.fancybox-image {

	max-width: 100%;

	max-height: 100%;

}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {

	background-image: url(../Resources/Images/fancybox_sprite.png);

}

#fancybox-loading {

	position: fixed;

	top: 50%;

	left: 50%;

	margin-top: -22px;

	margin-left: -22px;

	background-position: 0 -108px;

	opacity: 0.8;

	cursor: pointer;

	z-index: 8060;

}

#fancybox-loading div {

	width: 44px;

	height: 44px;

	background: url(../Resources/Images/fancybox_loading.gif) center center no-repeat;

}

.fancybox-close {

	position: absolute;

	top: -18px;

	right: -18px;

	width: 36px;

	height: 36px;

	cursor: pointer;

	z-index: 8040;

}

.fancybox-nav {

	position: absolute;

	top: 0;

	width: 40%;

	height: 100%;

	cursor: pointer;

	text-decoration: none;

	background: transparent url(../Resources/Images/blank.gif); /* helps IE */

	-webkit-tap-highlight-color: rgba(0,0,0,0);

	z-index: 8040;

}

.fancybox-prev {

	left: 0;

}

.fancybox-next {

	right: 0;

}

.fancybox-nav span {

	position: absolute;

	top: 50%;

	width: 36px;

	height: 34px;

	margin-top: -18px;

	cursor: pointer;

	z-index: 8040;

	visibility: hidden;

}

.fancybox-prev span {

	left: 10px;

	background-position: 0 -36px;

}

.fancybox-next span {

	right: 10px;

	background-position: 0 -72px;

}

.fancybox-nav:hover span {

	visibility: visible;

}

.fancybox-tmp {

	position: absolute;

	top: -99999px;

	left: -99999px;

	visibility: hidden;

	max-width: 99999px;

	max-height: 99999px;

	overflow: visible !important;

}

/* Overlay helper */



.fancybox-lock {

	overflow: hidden !important;

	width: auto;

}

.fancybox-lock body {

	overflow: visible !important;

}

.fancybox-lock-test {

	overflow-y: hidden !important;

}

.fancybox-overlay {

	position: absolute;

	top: 0;

	left: 0;

	overflow: hidden;

	display: none;

	z-index: 8010;

	background: url(../Resources/Images/fancybox_overlay.png);

}

.fancybox-overlay-fixed {

	position: fixed;

	bottom: 0;

	right: 0;

}

.fancybox-lock .fancybox-overlay {

	overflow: auto;

	overflow-y: scroll;

}

/* Title helper */



.fancybox-title {

	visibility: hidden;

	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;

	position: relative;

	text-shadow: none;

	z-index: 8050;

}

.fancybox-opened .fancybox-title {

	visibility: visible;

}

.fancybox-title-float-wrap {

	position: absolute;

	bottom: 0;

	right: 50%;

	margin-bottom: -35px;

	z-index: 8050;

	text-align: center;

}

.fancybox-title-float-wrap .child {

	display: inline-block;

	margin-right: -100%;

	padding: 2px 20px;

	background: transparent; /* Fallback for web browsers that doesn't support RGBa */

	background: rgba(0, 0, 0, 0.8);

	-webkit-border-radius: 15px;

	-moz-border-radius: 15px;

	border-radius: 15px;

	text-shadow: 0 1px 2px #222;

	color: #FFF;

	font-weight: bold;

	line-height: 24px;

	white-space: nowrap;

}

.fancybox-title-outside-wrap {

	position: relative;

	margin-top: 10px;

	color: #fff;

}

.fancybox-title-inside-wrap {

	padding-top: 10px;

}

.fancybox-title-over-wrap {

	position: absolute;

	bottom: 0;

	left: 0;

	color: #fff;

	padding: 10px;

	background: #000;

	background: rgba(0, 0, 0, .8);

}

#kesearch_submit {

    position: absolute;

    top: 3px;

    left: 237px;

    height: 28px;

    width: 28px;

    border: 0 none;

    padding: 0;

    background: #FFF url(/fileadmin/templates/prebena.de/Resources/Images/search.png) 0px 2px no-repeat;

    text-indent: -90000px;

}

/*Retina graphics!*/



@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {

	background-image: url(../Resources/Images/fancybox_sprite@2x.png);

	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/

}

#fancybox-loading div {

	background-image: url(../Resources/Images/fancybox_loading@2x.gif);

	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/

}

}



/* Mobil */



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

	.topMenu ul li:nth-child(1), .topMenu ul li:nth-child(2) {

    	display: block;

	}

	.topMenu ul li:nth-child(1) a { border-right:0px;}

	#c31 {

		top: 0px;

		padding-left: 0px;

	}

	.topMenu {top: 25px;}

	.topMenu ul li:nth-child(2) a::before {padding-right: .7em;}

}

@media only screen and (min-width: 992px){

#c41 #kesearch_submit {display: none;}

}

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

	.topMenu ul li:nth-child(1), .topMenu ul li:nth-child(2) {

		position: relative;

		top: 0px;

	}

	.topMenu ul { padding-left:10px;}

	#c41 #ke_search_sword {display:none;}

	#c41 #kesearch_submit {

    top: -8px;

    left: 110px;

	}

	#c26 ul {padding-left:0px;}

	a.navbar-brand {position:relative; top:-20px;}

	.topMenu {top: 7px;}

	#c41 #kesearch_submit {

		background: #FFF url(../Resources/Images/search.png) 4px no-repeat;

		border-radius: 15px;

		text-indent: -99999px;

	}

}

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

div.csc-textpic-intext-right .csc-textpic-imagewrap, div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {

	float: none;

	margin-left: 0;

	margin-right: 0;

}

.row {

	margin: 0px;

}

.products {

	padding-left: 0px;

	padding-right: 0px;

}

.topMenu {top:0px;}

.topMenu ul {

    display: block;

}

.ENG a, .DE a{left: 225px;}
	
#c41 #kesearch_submit {

    top: 8px;

    left: 0px;

	position: relative;

	text-indent: -99999px;

}

.tx-kesearch-pi1, .topMenu ul li:nth-child(3) {

    display: none;

}

.topMenu li:nth-child(4) {

	padding: 0 5px 0 13px;}

}

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

	.ENG a, .DE a{

		display: none;

	}

}

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

	.topMenu {

		display:none;

		position:relative;

		top: 100px;

		left: 0px;

	}

	.mobileMenu {display:block;}

	.topMenu ul {text-align:left;}

	.navbar-header {

    /*top: -90px;*/

    position: relative;

}

	.navbar-toggle {z-index:10;}

}

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

	.ce-gallery { float:none !important;}

}

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

.slider {display:none;}

#c26 ul {

	padding-left: 5px;

}

img.logo, .navbar-brand {

    width: 190px;

    position: relative;

}

a.navbar-brand {

    top: 4px;

	padding: 0px 15px;

}

.page-header {padding-top:10px;}

#navigation, .page-header {padding-bottom:0px;}

.topMenu { top: 25vw;}

}

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

.kreis .ce-gallery img { max-width:100%;}

}

.totop {

	background: url('../Resources/Images/ic_arrow_drop_down_circle_48px.svg');

	width: 48px;

	height: 48px;

	display: none;

	position: fixed;

	bottom: 10px;

	right: 10px;

	z-index: 9999;

}

.totop a {

	text-indent: -99999px;

	display: block;

	width: 48px;

	height: 48px;

}

/* Suche */



.tx-indexedsearch-search-submit input {

	margin: 0;

	border: 0;

	padding: 10px;

	color: #FFF;

	font-weight: bold;

	cursor: pointer;

	background: #255b2f;

	width: 100%;

	border-radius: 3px;

}

.tx-indexedsearch-searchbox-sword {

	width: 100%;

	border: 1px solid #CCC;

	padding: 10px;

	border-radius: 3px;

}

.tx-indexedsearch legend {

	display: none;

}

.tx-indexedsearch fieldset {

	border: 0px;

	padding: 0em;

	margin: 18px 0px;

}

/* Suche ENDE */



.powermail_fieldwrap_type_text .powermail_field {

	padding-left: 0px !important;

	font-weight: bold;

	font-size: 16px;

	text-decoration: underline;

}

.powermail_field {

	float: left;
}

#p61 .col-lg-12 .gridelement:nth-child(2n) {

	background-color: #CCCCCC;

}

#p61 .col-lg-12 > .gridelement {

	padding-top: 15px;

	padding-left: 10px;

	padding-right: 10px;

	padding-bottom: 15px;

}

.tx-staplesfinder .btn.btn-default {

	padding-right: 12px;

}

.tx-staplesfinder .staples-submit {margin-left: 195px;}

.tx-staplesfinder .match-found>p.type-description{

	margin-top: 25px;



	-webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */

	-moz-animation: fadein 4s; /* Firefox < 16 */

	-ms-animation: fadein 4s; /* Internet Explorer */

	-o-animation: fadein 4s; /* Opera < 12.1 */

	animation: fadein 4s;

}



@keyframes fadein {

	from { background-color: rgba(20,116,52,.5); }

	to   { background-color: rgba(20,116,52,.0); }

}



/* Firefox < 16 */

@-moz-keyframes fadein {

	from { background-color: rgba(20,116,52,.5); }

	to   { background-color: rgba(20,116,52,.0); }

}



/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {

	from { background-color: rgba(20,116,52,.5); }

	to   { background-color: rgba(20,116,52,.0); }

}



/* Internet Explorer */

@-ms-keyframes fadein {

	from { background-color: rgba(20,116,52,.5); }

	to   { background-color: rgba(20,116,52,.0); }

}



/* Opera < 12.1 */

@-o-keyframes fadein {

	from { background-color: rgba(20,116,52,.5); }

	to   { background-color: rgba(20,116,52,.0); }

}



/* Nachträgliche Änderungen */

.DE .lang_active, .ENG .lang_active {display: none;}

.topMenu li:last-child a {border-left: none;}

.topMenu li:nth-child(4), .topMenu li:nth-child(5) {padding:0px;}

.ENG a {

	background: url(/fileadmin/templates/prebena.de/Resources/Images/en.gif) no-repeat;

}

.ENG a, .DE a {

	text-indent: 9999px;

	overflow: hidden;

	position: absolute;

	top: 11px;

	width: 20px;

	height: 15px;

}

.DE a {

	background: url(/fileadmin/templates/prebena.de/Resources/Images/de.gif) no-repeat;
	margin-left: 0px;

}

footer {padding-bottom: 15px;}

.mobileMenu {position: relative;}



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

	.ENG a, .DE a {top: 4px;}

}

/*Isotope Buttons*/
 #sorts .button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

#sorts .button:hover {
  background-color: #888;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

#sorts .button:active,
#sorts .button.is-checked {
  background-color: #147434;
}

#sorts .button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

#sorts .button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */
.url .org {color:#000;}
#sorts.button-group {
  margin-bottom: 20px;
}

#sorts.button-group:after {
  content: '';
  display: block;
  clear: both;
}

#sorts.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

#sorts.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
#sorts.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

