/*_______________________________________________________________________

                 styles.css
                 Layout AbL.ev
                 netzrezepte.de, Thomas Krug, 15.02.2022
   ________________________________________________________________________ */
   
   
/* =======================================================================
         basic structur
   =======================================================================*/
   
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  font-family: 'Fira Sans Condensed', sans-serif !important;
  font-size: 1em;
}

.spacer {
	margin: 0px 0px 15px 0px;
}

.CEwrap {
	margin: 0px 10px 15px 0px;
	overflow: hidden;
}

.punktesystem .CEwrap {
	overflow: visible;
}


.clearer {
	clear: both;
}

.col-sm-6 .col-sm-6 {
	padding-left: 15px;
}

.container {
	
}

.frame-ruler-before::before {
  content: '';
  display: block;
  border-top: none;
  margin-bottom: 0em;
}

.frame-space-before-extra-small {
  margin-top: 0em;
}
   
   
/* =======================================================================
         text formating 
   =======================================================================*/
   
h1 {
	color: #121212;
	font-weight: bold;
	font-size: 2em;
	margin: 0px 0px 10px 0px;
}

.bildteaser h1 {
	display: none;
}

.specialheader h1 {
	color: #FFFFFF;
}

h2 {
	color: #121212;
	font-weight: bold;
	font-size: 1.7em;
	margin: 0px 0px 10px 0px;
	line-height: 1.5em;
}

h3 {
	color: #4d4d4d;
	font-weight: bold;
	font-size: 1.7em;
	margin: 0px 0px 10px 0px;
}

h4 {
	color: #121212;
	font-weight: normal;
	font-size: 1.7em;
	margin: 0px 0px 10px 0px;
}

h5 {
	color: #121212;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px 0px 0px 0px;
}

h6 {
	color: #121212;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px 0px 0px 0px;
}

p {
	font-size: 16px;
	line-height: 1.8em;
	color: #4d4d4d;
}

.smalllineheight p {
	line-height: 21px !important;
}

.powermail_fieldwrap_type_content p {
	font-size: 14px !important;
}

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

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

ul {
	
}

.CEwrap ul {
	list-style-image:url(../images/listpoint.png);
	padding: 0px 0px 0px 20px;
}

ol {
	
}

li {
	font-size: 1.5em;
	line-height: 1.5em;
}

.CEwrap li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 16px;
}

td, th {
	font-size: 1.5em;
	line-height: 1.5em;
} 

.align-right {
   text-align: right;
}

.align-left {
   text-align: left;
}

.align-center {
   text-align: center;
}

.align-justify {
   text-align: justify;
}

.top-margin {
	margin-top: 15px !important;
}

hr {
	background-color: transparent;
	border: none;
	border-top: 1px dotted #121212;
} 


.indent {
   margin-left: 40px;
}

address, address p {
	line-height: 1.3em;
}

/* =======================================================================
         Bilder
   =======================================================================*/  
.ce-gallery figcaption {
	font-size: 16px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 0px;
}


.bildteaser .ce-gallery figcaption {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #121212;
	opacity: .8; filter:Alpha(Opacity=80);
	width: 100%;
	color: #FFFFFF;
}

.bildteaser .ce-gallery figcaption a {
	color: #FFFFFF;
}

.bildteaser .ce-gallery {
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}

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

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

.bildteaser .ce-gallery img {
	width: 100%;
	height: auto;
}
   
/* =======================================================================
         Formulare
   =======================================================================*/     

.form {
	margin: 0px;
}

.fieldset {
}

legend {
	border: none;
}

label {
	font-size: 14px;
	float: left;
	width: 150px;
}

/*label em {
	display: inline;
}*/

select {
   height: 30px;
   z-index: 3;
   font-size: 18px;
   font-family: arial, verdana;
   color: #121212;
   border: 1px solid #0088BB;
   margin-left: 0px;
   margin-bottom: 3px;
   padding: 3px 5px 3px 5px !important;
   width: 100%;
   max-width: 350px;
}


input {
	height: 30px;
	width: 100%;
   max-width: 350px;
	font-size: 18px;
	color: #4A535C;
	padding: 3px 5px 3px 5px !important;
	border: 1px solid #0088BB; 
}

input[type=submit] {
	width: 100%;
   max-width: 350px;
   background-image: linear-gradient(to bottom,#121212 0,#147500 100%);
}

input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
	background-image: linear-gradient(to bottom,#147500 0,#121212 100%) !important;
	background-color: #121212;
}

input[type=image] {
	width: auto;
	border: none;
}

input[type=checkbox] {
   height: auto;
	width: auto;
   z-index: 3;
   border: 0px solid #121212;
}

input[type=radio] {
   height: auto;
	width: auto;
   z-index: 3;
   border: 0px solid #0088BB;
}

input:hover, input:focus {
	background-color: #EAEAEA;
}

.small-input {
	width: 80px;
}

.middle-input {
	width: 268px;
}


textarea {
   z-index: 3;
   width: 100%;
   max-width: 350px;
   font-size: 16px;
   font-family: arial, verdana;
   color: #4A535C;
   border: 1px solid #0088BB;
   margin-left: 0px;
   margin-bottom: 3px;
}

/*li.csc-form-element-submit {
	padding: 0px 0px 0px 196px !important;
}*/

.csc-form-element {
	overflow: hidden;
	margin: 0px 0px 5px 0px !important;
	min-height: 40px;
}

.checkbox label, .radio label {
	width: 100%;
}

.powermail_form h3 {
	display: none;
}

.powermail_form fieldset {
	border: 1px solid #0088BB;
	margin-bottom: 15px;
	padding: 15px 10px 10px 15px;
}

.powermail_form legend {
	width: auto;
	margin: 5px 5px 5px 5px;
	padding: 0px 10px 0px 10px;
	font-size: 16px;
	color: #121212;
}

.container-fluid {
	padding: 0px;
}

.powermail_fieldwrap_type_text {
	font-size: 14px;
}

.powermail_fieldwrap .col-sm-2 {
	width: 25%;
}

.powermail_fieldwrap .col-sm-10 {
	width: 75%;
}

.powermail_fieldwrap .col-sm-offset-2 {
	margin-left: 25%;
}



input.csc-mailform-submit {
   margin-top: 10px;
   margin: 0px 0px 0px 131px;
}

span.csc-mailform-radio legend {
   display: none;
}

span.csc-mailform-radio label {
   float: none;
   display: block;
   margin: 3px 0px 3px 20px !important;
}

input.csc-mailform-radio {
   float: left;
   display: block;
}

.csc-mailform-field {
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

input.csc-mailform-radio {
   float: left;
   clear: left;
   margin: 0px 10px 0px 0px;
}

.csc-mailform-field fieldset label {
	font-weight: normal;
}

.btn-primary, .btn-primary:hover {
    background-image: -webkit-linear-gradient(top,#1ca401 0,#188402 100%);
    background-image: -o-linear-gradient(top,#1ca401 0,#188402 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1ca401),to(#188402));
    background-image: linear-gradient(to bottom,#1ca401 0,#188402 100%);
	text-shadow: none;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #1ca401;
    background-position: 0 0px;
	background-image: linear-gradient(to bottom,#188402 0,#1ca401 100%);
}

.btn-warning {
	background-image: linear-gradient(to bottom,#e59c00 0,#bf7f00 100%);
	border-color: #a3a301;
}

.powermail_fieldset .layout1 .col-sm-offset-2 {
    margin-left: 0px;
	font-weight:bold;
}

.powermail_fieldset .layout2 .control-label {
    display: none;
}

.powermail_fieldset .layout2 .col-sm-10 {
    margin-left: 16.66%;
}



/* =======================================================================
         IndexedSearch
   =======================================================================*/  
   
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	width: 200px;
	max-width: 100%;
}

.tx-indexedsearch td {
	padding: 5px;
}

.tx-indexedsearch-search-submit {
	margin: 15px 0px 0px 150px;
}

.tx-indexedsearch-rules {
	display: none;
}

.tx-indexedsearch-searchbox p {
	font-size: 12px;
}

.tx-indexedsearch-info-sword {
	font-size: 16px;
	margin: 15px 0px 0px 0px;
}

.tx-indexedsearch-info {
	display: none;
}

.tx-indexedsearch-browsebox p {
	font-size: 14px;
}

.tx-indexedsearch-res {
	background-color: #EEEEEE;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

ul.tx-indexedsearch-browsebox {
	overflow: hidden;
}

ul.tx-indexedsearch-browsebox li {
	float: left;
	display: block;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

/* erweiterte Suche */
.tx-indexedsearch-form {
	margin: 0px 0px 10px 0px;
}

.tx-indexedsearch-searchbox select {
	width: 120px;
	height: auto;
	font-size: 12px;
}

.tx-indexedsearch-searchbox .media {
	margin-top: 0px;
}

.tx-indexedsearch-search-for {
	
}

/* =======================================================================
         Videos
   =======================================================================*/  

.video-js {
	width: 100% !important;
}
 
 
/* =======================================================================
         Positions
   =======================================================================*/  
.row {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.row .row {
	padding: 0px;
	margin-left: -15px;
	margin-right: -15px;
}

.lines {
	border-bottom: 1px dotted #121212;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
}
   
.topImage .csc-textpic-center-outer, .topImage .csc-textpic-center-inner {
	width: 100% !important;
}

.topImage .csc-textpic {
	margin: 0px 0px -10px 0px !important;
	padding: 0px !important;
}

.headerContainer {
	background-color: #121212;
}

.topContainer {
	
}

.tennlinie {
	border-bottom: 1px dotted #121212;
}

.mainContent {
	padding-top: 15px;
}

.rightContent {
	padding-top: 15px;
	
}

.logobox {
	margin: 10px 0px 0px 0px;
}

.logobox img {
	max-width: 100%;
	margin: 0px 0px 10px 0px;
}

.right {
	float: right;
}

.topImage {
	position: relative;
} 

.topImage img {
	width: 100% !important;
	height: auto !important;
}

.topImage .facebookIcon {
	width: 80px !important;
	height: 80px !important;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.topImage .blogIcon {
	width: 80px !important;
	height: 80px !important;
	position: absolute;
	right: 0px;
	bottom: -80px;
}

.mainfield {
	
}

.dottedLine {
	border-top: 5px dotted #FFFFFF;
	margin: 30px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}


   
   
/* =======================================================================
         Menüs und Navigation
   =======================================================================*/

.navbar-smallmedia {
	display: none;
	background-color: transparent;
	border: none;
}

.navbar-inverse {
	background-image: none;
}

.navbar-smallmedia button {
	background-color: #121212;
}

#navbar {
		margin: 80px 0px 0px 0px;
	}   
   
.navibox {
	padding: 0px;
	position: relative;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.navibox ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	-webkit-font-smoothing:antialiased;
	text-shadow:0 1px 0 #FFF;
}

.navibox ul li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	color: #FFFFFF;
}

.navibox ul li a {
	display: block;
	color: #4d4d4d;
	font-size: 1.2em;
	padding: 20px 20px 20px 20px;
	font-weight: normal;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;	
}

.navibox ul li a:hover, .navibox ul li a.act  {
	color: #000000;
	text-decoration: none;
}

.navibox ul li ul {
	background-color: #FFFFFF;
	opacity: .8; 
	filter:Alpha(Opacity=80);
	padding: 15px 0px 0px 0px;
  visibility: hidden;
  position: absolute;
  padding:0px;
  z-index: 1;
}

.navibox ul li:hover > ul {
    visibility: visible;
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}

.navibox ul li ul li{
    float: none;
}

.navibox ul li ul li a {
	color: #000000;
	font-weight: normal;
	padding: 3px 20px 3px 20px;
	font-size: 0.9em;
}

.navibox ul li ul li a:hover{
    color: #000000;
    background-color: #f3f3f3;
}

.navibox ul li ul li ul{
    display: none;
}


.footerNavigation {
	padding: 0px;
	position: relative;
	margin-bottom: 15px;
}

.footerNavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.footerNavigation ul li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	color: #FFFFFF;
}

.footerNavigation ul li a {
	display: block;
	color: #4d4d4d;
	font-size: 14px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #4d4d4d;
}

.footerNavigation ul li a.last {
	border-right: none;
}

.footerNavigation ul li a:hover, .footerNavigation ul li a.act  {
	color: #121212;
	text-decoration: none;
}

.headerNavi {
	padding: 0px;
	position: relative;
	margin: 0px 15px 0px 15px;
}

.headerNavi ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.headerNavi ul li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	color: #FFFFFF;
}

.headerNavi ul li:hover > ul {
    visibility: visible;
}

.headerNavi ul li a, .headerNavi ul li span {
	display: block;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	cursor: pointer;
}

.headerNavi ul li .TopNavigation {
	border-right: 1px solid #FFFFFF;
}

.headerNavi ul li .last, .headerNavi ul li ul li {
	border-right: none !important;
}

.headerNavi ul li a:hover, .navibox ul li a.act, .headerNavi ul li span:hover  {
	text-decoration: none;
	background-color: #f3f3f3;
	color: #121212;
}

.headerNavi .CEwrap {
	margin: 0px;
}

.miniwarenkorblink {
	padding: 5px 10px 5px 35px !important;
	background-image: url(../images/Mini-Warenkorb.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

.miniwarenkorblink:hover {
	background-image: url(../images/Mini-Warenkorb-hover.gif);
}


.positionmenu {
	border-top: 1px dotted #121212;
	border-bottom: 1px dotted #121212;
	padding: 3px 5px 0px 0px;
	margin: 0px 0px 15px 0px;
}

.positionmenu p {
	margin: 0px;
}

.secondlevelmenu {
	background-image: url(../images/abl_bg.gif);
	padding: 5px 5px 5px 10px !important;
}

.secondlevelmenu ul {
	margin: 0px 0px 0px 0px;
	padding-bottom: 5px;
	list-style-image: none !important;
	list-style-type: none !important;
}

.secondlevelmenu ul li {
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	padding-bottom: 3px;
}

.secondlevelmenu ul li a.act {
	color: #000000;
}

.secondlevelmenu p {
	margin: 0px 0px 5px 0px; 
	padding: 0px; 
	font-size: 14px;
}

.secondlevelmenu ul li ul {
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
}

.secondlevelmenu ul li ul li {
	margin: 0px 0px 0px 0px;
}

/*************** Contentelements ****************/

.itembox {
	border: none !important;
	padding: 0px;
}

.nobox .itembox {
	border: none;
	padding: 0px;
}

.bildteaser .itembox {
	padding: 0px;
}

.bildteaser .itembox .ce-above .ce-bodytext {
	margin: 0px 10px 0px 10px;
}



/*************** Loginbox ****************/

.loginbox, .searchbox {
	border: 1px solid #121212;
	background-color: #121212;
	position: absolute;
	right: 0px;
	top; 20px;
	z-index:999;
	padding: 15px !important;
	opacity: .9; filter:Alpha(Opacity=90);
	min-width: 200px;
}

/************* Slider ***************/
#myCarousel {
	padding:0px;
	background: transparent;
}
#myCarousel .carousel-caption {
	top:auto;
	width:auto;
	right:auto;
	bottom:0px;
	left:0;
	padding:20px;
	background:rgba(255,255,255,0.5);
	text-align:left;
	height:auto;
	width:100%;
	color:#4A535C;/*#FFF*/
	text-shadow:none;
}
#myCarousel .carousel-caption h2 {
	color:#428BCA;
	margin-top:0;
}
.carousel-control {
	color:#fff;
	top:35%;
	background-color: #121212;
	bottom:auto;
	padding-top:3px;
	width:36px;
	border-radius:0%;
	height:36px;
	opacity:1;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right,
.carousel-control .glyphicon-chevron-right {
	left:auto;
	right: 0px;
}
.carousel-control.left {
	right:auto;
	left: 0px;
} 

.carousel-caption-separated {
	background-color: transparent;
	padding: 10px 30px 10px 30px;
	color: #FFFFFF;
	font-size: 24px;
	position: absolute;
	left: 50px;
	top: 20%;
	text-shadow: 2px 2px 2px #000000, -2px -2px 2px #000000;
}

.carousel-inner {
	position: relative;
}

.carousel-controls .left, .carousel-controls .right {
	display: none !important;
}

.tx-nrbootstrapslider-pi1 .carousel-controls .left, .tx-nrbootstrapslider-pi1 .carousel-controls .right {
	display: block !important;
}

.lSAction a {
	background-color: #f3f3f3;
	width: 30px;
	height: 42px;
}

.lSAction .lSPrev {
	left: 0px;
	padding: 5px;
	background-position: 3px 5px;
}

.lSAction .lSNext {
	right: 0px;
	background-position: -36px 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
	border: 1px solid #FFFFFF;
	height: 10px;
	width: 10px;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #121212;
}

.lSSlideOuter .lSPager.lSpg {
	text-align: left;
	margin: -30px 0px 0px 50px !important;
}

/*-------------- felogin --------------*/

.felogin_h3 {

}

.felogin_message {
   font-size: 1.4em;
   margin: 0px 0px 0px 0px;
}

.felogin-fields {
   margin: 0px 0px 10px 0px;
   overflow: hidden;
}

.tx-felogin-pi1 div {
	font-size: 14px;
}

/*.tx-felogin-pi1 legend {
   font-weight: bold;
   font-size: 0.8em;
   border: none;
   padding: 20px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   color: #666666;
   background-color: transparent;
}

.tx-felogin-pi1 fieldset {
   margin-bottom: 1px;
   padding: 5px;
   border: none;
}

.tx-felogin-pi1 label {
   text-align: left;
   float: left;
   width: 120px;
}*/

/* -------------- Accordion ----------*/
h3.accordionheader {
	font-weight: normal !important;
	font-size: 18px !important;
	border-bottom: 1px dotted #121212;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	cursor: pointer;
}

.ui-accordion-header-icon {
	width: 30px;
	height: 15px;
	display: inline-block;
	margin: 0px 10px 0px 0px;
}

.ui-icon-circle-arrow-e {
	background-image: url(../images/Pfeil-runter.png);
}

.ui-icon-circle-arrow-s {
	background-image: url(../images/Pfeil-hoch.png);
}



/*----------- Sliding Box -----------*/

.slidingbox {
   position: relative;
}

.slidingbox .tx-felogin-pi1 {
   width: 300px;
   line-height: 0.7em;
}

.slidingbox h1 {
	color: #FFFFFF;
	font-size: 0.7em;
	line-height: auto;
}

.slidingbox fieldset {
	margin: 20px 0px 0px 0px;
}

.slidingbox legend {
	color: #FFFFFF !important;
	font-size: 0.7em;
	margin: 0px 0px 10px 0px;
}

.slidingbox .felogin_h3 {
	color: #FFFFFF;
	font-size: 0.6em;
	line-height: auto;
}

.slidingbox .felogin_message {
   font-size: 0.5em;
   margin: 0px 0px 0px 0px;
   line-height: auto;
   height: auto;
}

.slidingbox p a {

   line-height: auto;
}

.closeButton {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
}

/*----------- Fronten User Registration -----------*/

.tx-srfeuserregister-pi1 legend {
   font-weight: bold;
   font-size: 16px;
   border: none;
   padding: 20px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   color: #666666;
   background-color: transparent;
}

.tx-srfeuserregister-pi1 label {
   text-align: left;
   float: left;
   width: 120px;
}

.tx-srfeuserregister-pi1 p {
	padding: 0px;
}

.tx-srfeuserregister-pi1 dt {
	text-align: left;
	font-size: 16px;
}

.tx-srfeuserregister-pi1 dd {
	text-align: left;
	font-size: 16px;
}

.tx-srfeuserregister-pi1 dd input[type=submit] {
	margin: 0px 0px 5px 0px;
}

.tx-srfeuserregister-pi1 h4 {
  margin-top: 0;
  padding-left: 0px;
}

.tx-srfeuserregister-pi1-radio {
   float: left;
   clear: left;
}

.tx-srfeuserregister-pi1 fieldset {
   margin-bottom: 1px;
   padding: 5px;
   border: none;
}


/*----------- Newsletter Registration -----------*/

.newsletterregister legend {
	padding: 0px 0px 10px 0px;
}

.newsletterregister br {
	clear: both;
	margin: 0px 0px 15px 0px;
}

.newsletterregister label {
	float: none !important;
	display: block;
}

.newsletterregister p {
	margin-top: 15px;
}

.newsletterregister legend {
	margin-bottom: 0px;
}

.nl_warning {
	font-size: 14px;
	color: #d62f2f;
	display: block;
}

.form-row {
	margin: 0px 0px 10px 0px;
}

.form-submit input {
	margin: 0px 0px 0px 150px;
}

/*	=======================================================================
		NEWS
	=======================================================================*/
ul.f3-widget-paginator {
	overflow: hidden;
	list-style-image: none !important;
	list-style-type: none;
	padding: 0px;
}

ul.f3-widget-paginator li {
	float: left;
	display: inline-block;
	padding: 0px 15px 0px 0px; 
}

/*ul.f3-widget-paginator li.previous::before {
    content: " < ";
    padding: 0px 10px 0px 0px;
}*/

ul.f3-widget-paginator li.previous::after {
    content: " | ";
    padding: 0px 0px 0px 10px;
}

ul.f3-widget-paginator li.next::before {
    content: " | ";
    padding: 0px 10px 0px 0px;
}

/*ul.f3-widget-paginator li.next::after {
    content: " > ";
    padding: 0px 0px 0px 10px;
}*/

ul.f3-widget-paginator li.current a {
	font-weight: bold;
	font-size: 1.2em;
}


/* =======================================================================
         Faderbox
   =======================================================================*/

/*-------------- Faderbox -------------*/

.faderboxContent {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	text-align: right;
	background-image: url(../images/abl_bg.gif);
}

.faderboxContent img {
	max-width: 100%;
	height: auto;
}

.faderboxText {
	position: absolute;
	left: 50px;
	top: 30px;
	text-align: left;
}

.faderboxText p, .faderboxText a, .faderboxText h3  {
	color: #4d4d4d;
	font-size: 16px;
}

.textbg {
	background-color: #121212;
	opacity: .6; 
	filter:Alpha(Opacity=60);
	padding: 10px;
}

.textbg p, .textbg a, .textbg h3  {
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: black 0.1em 0.1em 0.1em;
}

/* =======================================================================
         Boxslider
   =======================================================================*/
   
.boxsliderContent {
	border: 1px solid #0088BB;
	height: 200px;
	width: 255px;
	overflow: hidden;
}

.boxsliderContent img {
	max-width: 100%;
	height: auto;
}

.imagebox {
	padding: 10px;
}

.boximage {
	text-align: center;
}

.imagebox img {
	max-width: 100%;
}


/************* CSS für Lieferantendatenbank *************/

table.ld_resulttable {
   border: 1px solid #00823D;
   margin: 0px 0px 20px 0px;
   border-collapse: collapse;
}

table.ld_resulttable th {
   background-color: #00823D;
   color: #FFFFFF;
   padding: 3px;
}

.nachfragearea table.ld_resulttable {
   border: 1px solid #BC0000;
}

.nachfragearea table.ld_resulttable th {
   background-color: #BC0000;
}

table.ld_resulttable td {
   background-color: #FFFFFF;
   color: #000000;
   padding: 3px;
   vertical-align: top;
   font-size: 12px;
}

table.ld_resulttable tr.ld_resulttable_contentheader td {
   background-color: #D2DDD7;
   color: #00823D;
   font-weight: bold;
}

table.ld_resultprodukttable td {
   background-color: #FFFFFF;
   vertical-align: middle;
}

table.ld_resulttable td table tr td {
   padding: 0px;
}

td.addresslabel {
	width: 50px;
}

.printlink {
   float: right;
}

.sortlabel {
   font-size: 11px;
}

.ld_searchview_formcell {
   margin: 0px 0px 5px 0px;
}

.siteoptions {
   display: none !important;
}

.ld_resulttable_datecell {
	text-align: right;
}

.ld_resulttable_testzusatz {
	color: #AAAAAA;
	display: block;
}

/* Editliste */

.editListItem {
	border: 1px solid #00823D;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.abgelaufen {
	background-color: #D2DDD7;
	color: #777D7A;
}

.editListText {
	float: left;
	width: 70%;
}

.editListIcons {
	float: right;
	width: 120px;
}

.white_bg {
	background-color: #FFFFFF !important;
}

.rightborder {
	border-right: 1px solid #CCCCCC;
}

.bottomborder {
	border-bottom: 1px solid #CCCCCC;
}

.textcenter {
	text-align: center;
}

/**************** CSS für Premienrechner ********************/
.tooltips {
  position: relative;
  display: inline;
  cursor: help;
}
.tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  font-size:0.8em;
  background: #000000;
  text-align: center;
  visibility: hidden;
  padding:5px 8px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; 
  height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tooltips input {
	position:absolute;
	left:-9999px;
} 
.tooltips input:focus ~ span {
  visibility: visible;
  opacity: 0.8;
  bottom: 25px;
  width:200px;
  left: 50%;
  margin-left: 0px;
  z-index: 999;
}
.tooltiplabel {
	width: 20px;
}
.dzrechner-tooltipline {
	font-size: 17px;
	background-color: #efefef;
	padding: 5px 5px 5px 0px !important;
	margin-bottom: 5px;
	margin-left: 0px !important;
}
.weiss {
	background-color: #FFFFFF;
}

.dzrechner-ablergebniss {
	border: 1px solid #1fa300;
	background-color: #e4e4e4;
	padding: 5px;
	margin: 0px 0px 15px 0px;
}

.dzrechner-heutigeergebniss {
	border: 1px solid #a34100;
	background-color: #e4e4e4;
	padding: 5px;
	margin: 0px 0px 15px 0px;
}

.dzrechner-ablergebniss h3 {
	color: #1fa300;
	font-weight: normal;
}

.dzrechner-heutigeergebniss h3 {
	color: #a34100;
	font-weight: normal;
}

.dzrechner-kleintext {
	font-size: 12px;
}

.dzrechner-tooltipline input[type="text"] {
	width: 70px;
}


/****************************************
	Cookie Hinweis
/****************************************/
.dp--overlay-description, .dp--overlay-header {
	font-size: 14px !important;
}


/* =======================================================================
         Media
         Spezielle Einstellung für bestimmte Bildschirmformate 
   =======================================================================*/

@media screen and (max-width:767px){
	p {
		font-size: 15px;
		line-height: 1.8em;
	}
	.container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.right {
		float: none;
		margin-left: -30px;
	}
	.navbar-smallmedia {
		display: block;
		min-height: 15px;
		margin: 0px;
		position: absolute;
		right: 15px;
		top: 5px;
		z-index:111;
	}
	.logobox {
		margin: 0px 0px 15px 0px;
	}
	.logobox img {
    max-width: 50%;
    margin: 10px 0px 0px 0px;
	}
	#navbar {
		margin: 0px 0px 15px 0px;
	}
	.navbar-toggle {
		margin-top: 48px;
	}
	.navibox .right {
		float: none !important;
	}
	.navibox ul li a {
		font-size: 1em;
		padding: 5px 5px 5px 5px;
	}
	.navibox ul li {
		float: none;
	}
	.navibox ul li ul {
	   visibility: visible;
	   position: relative;
	}
	.navibox ul li ul li a {
		color: #121212;
		font-size: 0.6em;
		font-weight: normal;
		padding: 2px 5px 2px 20px;
	}
	.mainContent {
		padding: 20px 10px 20px 20px;
	}
	.topContainer {
		margin: 0px 0px 0px 0px;
	}
	.bildteaser caption.csc-textpic-caption {
		padding: 5px 10px 5px 10px;
		font-size: 1.6em;
	}
	.tx-nrbootstrapslider-pi1 {
		display:none;
	}
	.csc-textpic-intext-left .csc-textpic-imagewrap, .csc-textpic-intext-right .csc-textpic-imagewrap {
		max-width: 50%;
	}
	.faderbox {
		display: none;
	}
	.boxsliderContent {
		/*width: 100%;*/
	}
	.tx-guestbook-container .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.powermail_fieldset .layout2 .col-sm-10 {
		margin-left: 0px;
	}
}

@media screen and (min-width:768px){
	p {
		font-size: 13px;
		line-height: 1.8em !important;
	}
	.navibox ul li a {
		font-size: 0.8em;
		padding: 10px 10px 10px 10px;
	}
	.navibox ul li ul li a {
		padding: 3px 20px 3px 20px;
		font-size: 0.6em;
	}
	.bildteaser caption.csc-textpic-caption {
		padding: 3px 5px 3px 5px;
		font-size: 1.4em;
	}
	.boxsliderContent {
		width: 150px;
	}
}

@media screen and (min-width:992px){
	p {
		font-size: 14px;
		line-height: 1.8em !important;
	}
	.navibox ul li a {
		font-size: 1em;
		padding: 15px 15px 15px 15px;
	}
	.navibox ul li ul li a {
		padding: 3px 20px 3px 20px;
		font-size: 0.7em;
	}
	.bildteaser caption.csc-textpic-caption {
		padding: 5px 10px 5px 10px;
		font-size: 1.6em;
	}
	.boxsliderContent {
		width: 205px;
	}
}

@media screen and (min-width: 1200px) {
	p {
		font-size: 16px;
		line-height: 1.8em !important;
	}
	.navibox ul li a {
		font-size: 1.2em;
		padding: 20px 20px 20px 20px;
	}
	.navibox ul li ul li a {
		padding: 3px 20px 3px 20px;
		font-size: 0.8em;
	}
	.bildteaser caption.csc-textpic-caption {
		padding: 5px 10px 5px 10px;
		font-size: 2em;
	}
	.boxsliderContent {
		width: 255px;
	}
}



@media print { 
	.headerContainer, .topContainer, .navbar, .footerNavigation, .boxsliderwrap, .faderbox, .rightContent, .headerNavi, .tennlinie { 
  	display: none; 
  }
  .ce-textpic {
  	text-align: left !important;
  }
  img {
  	max-width: 200px !important;
  	height: auto !important;
  }
}

