/*_______________________________________________________________________

                 styles.css
                 Layout for bioland-MLP-Auswertung
                 Thomas Krug, netzrezepte.de, 05.10.2015
   ________________________________________________________________________ */
   
   
/* =======================================================================
         basic structur
   =======================================================================*/
   
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
   background-color: #EBEEE1;
   font-family: 'Open Sans', sans-serif !important;
   font-size: 1em;	
}

.bg-image {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.bg-image img {
	width: 100%;
	height: auto;
}

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

.container {
	position: relative;
	background-color: #FFFFFF;
}

/*Transparenter Background*/
/*
.container {
	position: relative;
	z-index: 1;
}

.container::after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFFFF; 
    width: 100%;
    height: 100%;
    opacity : 0.8;
    z-index: -1;
}*/

.row {
	
}

.CEwrap {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	
}

.row .CEwrap {
	margin: 0px 0px 0px 0px;
}

.clearer {
	clear: both;
}

.hide_in_small {
	display: block;
}

.erklaerung {
	border: 1px solid #121212;
	background-color: #8FB92D;
	padding: 10px;
	margin-bottom: 20px;
}

.hinweis {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
}

   
/* =======================================================================
         text formating 
   =======================================================================*/
   
h1 {
	color: #007D40;
	font-weight: bold;
	font-size: 2em;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

.bildteaser h1 {
	display: none;
}

.specialheader h1 {
	color: #FFFFFF;
}

h2 {
	color: #007D40;
	font-weight: bold;
	font-size: 1.75em;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	line-height: 1.5em;
}

h3 {
	color: #007D40;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0px 0px 10px 0px;
}

h4 {
	color: #007D40;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
}

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

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

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

a {
	color: #007D40;
	text-decoration: none;
}

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

ul {
	
}

ol {
	
}

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

.table td, .table th {
	font-size: 16px;
	line-height: 1.5em;
}

th.header {
	background-image: url(../images/icons/sort.png);
	background-repeat: no-repeat;
	background-position: right 15px;
}

th.headerSortDown {
	background-image: url(../images/icons/sort_hoch.png);
}

th.headerSortUp {
	background-image: url(../images/icons/sort_runter.png);
}

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

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

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

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

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


.indent {
   margin-left: 40px;
}

.fett {
	font-weight: bold;
}

.lightbg {
	background-color: #F5F5F5;
}

/* =======================================================================
         Bilder
   =======================================================================*/  
caption.csc-textpic-caption {
	font-size: 1.4em;
}

.bildteaser caption.csc-textpic-caption {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-size: 2em;
	font-weight: bold;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #007D40;
	opacity: .8; filter:Alpha(Opacity=80);
	width: 100%;
	color: #FFFFFF;
}

.csc-textpic-imagewrap table {
	position: relative;
}

.csc-textpic-imagewrap {
	max-width: 100%;
}

.csc-textpic-imagewrap  .csc-textpic-image {
	width: 100%;
}

.csc-textpic-imagewrap  .csc-textpic-image img {
	width: 100%;
	height: auto;
}
   
/* =======================================================================
         Formulare
   =======================================================================*/     

.form {
	margin: 0px;
}

.fieldset {
	padding: 0px;
	margin: 0px;
}

legend {
	border: none;
	font-size: 16px;
	margin: 10px 0px 10px 0px;
}

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

.checkbox label, .radio label {
	font-size: 14px;
	float: none;
	width: 100%;
}

.checkbox, .radio {
	margin: 0px 0px 10px 150px;
}

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

select {
   height: 30px;
   z-index: 3;
   font-size: 18px;
   font-family: arial, verdana;
   color: #00823D;
   border: 1px solid #A5B9AF;
   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;
	border: 1px solid #4A535C; 
}

input[type=submit] {
	width: 100%;
   max-width: 350px;
}

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

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

input[type=file] {
   border: none;
   font-size: 14px;
   clear: both;
   padding: 0px;
}

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

input:required:invalid, input:focus:invalid {
    background-image: url(../images/icons/required.png);
    background-position: right 10px;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
}
input:required:valid {
    background-image: url(../images/icons/required_ok.png);
    background-position: right 10px;
    background-repeat: no-repeat;
}


textarea {
   z-index: 3;
   width: 100%;
   max-width: 350px;
   font-size: 16px;
   font-family: arial, verdana;
   color: #4A535C;
   border: 1px solid #4A535C;
   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;
}

.searchform input.searchfield {
	margin: 0px 0px 10px 0px;
}

.ui-datepicker-trigger {
	display: inline-block;
	margin: 0px 0px 5px 5px;
}



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

.video-js {
	width: 100% !important;
}
 
 
/* =======================================================================
         Positions
   =======================================================================*/  

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

.lines {
	border-top: 2px solid #007D40;
	border-bottom: 2px solid #007D40;
	padding: 10px 0px 10px 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 {
	
}

.topContainer {
	background-image: url(../images/header-bg.jpg);
	padding: 0px 0px 15px 0px;
}

.logobox {
	margin: 10px 0px 0px 15px;
	width: 100px;
}

.logobox img {
	width: 100%;
	height: auto;
}

.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 {
	
}

.maincontent {
	padding-top: 20px;
}

.spaceless .maincontent {
		padding: 0px 0px 0px 0px;
}

.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: #007D40;
}

.navbar .container {
	background-color: transparent;
}
   
   
.navibox {
	padding: 0px;
	position: relative;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}

.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: #000000;
	font-size: 1.2em;
	padding: 10px 15px 10px 15px;
	font-weight: bold;
	background-color: #8FB92D;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;	
	opacity: .8; filter:Alpha(Opacity=80);
}

.navibox ul li a:hover, .navibox ul li a.act, .navibox ul li a:active, .navibox ul li a:focus  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #007D40;
	text-shadow:0 1px 0 #000000;
}

.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: 9999;
   -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:hover > ul {
    visibility: visible;
}

.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: #FFFFFF;
    /*vc*/
    background-color: #8FB92D;
    text-shadow:0 1px 0 #000000;
}

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

.footerContainer {
	padding: 0px 0px 0px 0px;
}


.footerNavigation {
	padding: 0px;
	position: relative;
	margin: 0px 0px 0px 0px;
	background-color: #007D40;
}

.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: #FFFFFF;
	font-size: 0.9em;
	padding: 5px 15px 5px 15px;
	border-right: 1px solid #FFFFFF;
}

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

.footerNavigation ul li a:hover, .footerNavigation ul li a.act, .footerNavigation ul li a:active, .footerNavigation ul li a:focus {
	color: #000000;
	text-decoration: none;
	background-color: #8FB92D;
}


.headerNavi {
	padding: 0px;
	position: relative;
	margin: 0px -15px 0px -15px;
	background-color: #007D40;
}

.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, .headerNavi ul li a.act, .headerNavi ul li span:hover, .headerNavi ul li a:active, .headerNavi ul li a:focus  {
	color: #000000;
	text-decoration: none;
	background-color: #8FB92D;
}

.positionmenu {
	padding: 3px 5px 0px 0px;
	margin: 0px 0px 15px 0px;
	text-align: left;
}

.positionmenu p {
	margin: 0px;
}

.optionenmenu h3 {
	margin-right: 26px;
}


.mlpMenu {
	padding: 0px;
	position: relative;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #007D40;
	/*background-color: #007D40;
	height: 60px;*/
	/*Hidden darf nicht drin stehen wenn die Layernavigation aktiviert werden soll*/
	overflow: hidden;
}

.mlpMenu h3 {
	color: #FFFFFF;
	margin: 10px 10px 10px 10px;
}

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

.mlpMenu ul li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.mlpMenu ul li a {
	display: block;
	color: #000000;
	font-size: 0.9em;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	background-color: #8FB92D;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;	
	/*opacity: .8; filter:Alpha(Opacity=80);*/
}

.mlpMenu ul li a:hover, .mlpMenu ul li a.act, .mlpMenu ul li a:active, .mlpMenu ul li a:focus  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #007D40;
	text-shadow:0 1px 0 #000000;
}



.mlpMenu ul li ul {
	padding: 15px 0px 0px 0px;
   visibility: hidden;
   position: absolute;
   padding:0px;
   z-index: 9999;
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
}

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

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

.mlpMenu ul li ul li a {
	color: #000000;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
}

.mlpMenu ul li ul li a:hover{
    color: #FFFFFF;
    /*vc*/
    background-color: #007D40;
    text-shadow:0 1px 0 #000000;
}

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

tr.referenzgruppe {
	
}

tr.referenzgruppe th {
	border-bottom: 1px solid #007D40 !important;
}

tr.referenzgruppe td {
	border-bottom: 1px solid #007D40 !important;
}

td.colLable {
	font-weight: bold;
}

td.colLableVergleich {
	font-size: 12px;
	font-style: italic;
}





/*******/

.bereichsOptions {
	background-color: #ebeee1;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	text-align: right;
}

.no-margin {
	margin: 0px 0px 00px 0px;
}

.mlpContent {
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 10px 10px;
	border: 1px solid #ebeee1;
	border-top: none;
}

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

.loginbox, .searchbox {
	border: 1px solid #007D40;
	background-color: #007D40;
	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: #007D40;
	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 0px 10px 30px;
	color: #FFFFFF;
	font-size: 18px;
	position: absolute;
	left: 50px;
	top: 20%;
	text-shadow: 2px 2px 4px #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;
}

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

.felogin_h3 {

}

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

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

.loginbox .felogin-fields p, .loginboxs .felogin-fields p a {
   font-size: 14px;
   color: #FFFFFF
}

/*.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;
}*/

/*----------- 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 {
   font-size: 14px !important;
   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: 0.8em;
   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-radio {
   float: left;
   clear: left;
}

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

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

.newsletterregister legend {
   font-weight: bold;
   font-size: 0.8em;
   font-variant: small-caps;
   background-color: #000000;
   border: 1px solid #FEB018;
   padding: 5px;
   color: #FEB018;
}

.newsletterregister label {
   text-align: left;
   float: left;
   width: 120px;
}

.newsletterregister fieldset {
   background-color: #EFEFEF;
   margin-bottom: 1px;
   padding: 5px;
   border: 1px solid #FEB018;
}

.newsletterregister input {
   z-index: 3;
   font-size: 10px;
   color: #5F5F5F;
   margin: 0px;
   border: 1px solid #5F5F5F;
   padding: 2px;
}

.newsletterregister input.nl_submit {
   z-index: 3;
   font-size: 10px;
   color: #5F5F5F;
   margin: 0px;
   margin-left: 130px;
   border: 1px solid #5F5F5F;
   padding: 0px;
}

.newsletterregister span.nl_warning {
   font-size: 10px;
   color: #DF0000;
}

.newsletterregister p {
   margin-top: 10px;
   margin-bottom: 10px;
}

/********************* Listings und Tabellen *******************************/

.tx-nr-bioland-mlp {
	background-color: #FFFFFF;
}

.tx-nr-bioland-mlp h1, .tx-nr-bioland-mlp h2, .tx-nr-bioland-mlp h3 {
	display: none;
}

.tablesorter tr th {
	cursor:n-resize;
}

.leftborder {
	border-left: 2px solid #aaa !important;
}

.form-group {
	overflow: hidden;
}

.showInPDF {
	display: none;
}

.konventionell {
	background-color: #b8bfc8;
}

.umstellungsjahr {
	background-color: #c7a69e;
}

td.list_funktionen {
    font-size: 8px;
    line-height: 1em;
}

.list_funktionen a {
	font-size: 8px;
}


/************************** Typo3 Meldungen *************************************/

.typo3-messages {
	border: 1px solid #a1a1a1;
	margin: 0px 0px 15px 0px;
}

.typo3-message {
	padding: 15px;
}

.message-ok {
	background-color: #007D40;
}

.message-error {
	background-color: #A92E24;
}

.message-warning {
	background-color: #FF8600;
}

.typo3-messages .message-header {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.typo3-messages .message-body {
	font-size: 14px;
	color: #FFFFFF;
}



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

@media screen and (max-width:767px){
	.container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.hide_in_small {
		display: none;
	}
	.right {
		float: none;
	}
	.navbar-smallmedia {
		display: block;
		min-height: 15px;
		margin: 0px;
		position: absolute;
		right: 15px;
		top: 5px;
		z-index:111;
	}
	.logobox {
		margin: 15px 0px 15px 0px;
	}
	
	#navbar {
		margin: 0px 0px 15px 0px;
	}
	.navibox ul li a {
		font-size: 1em;
		padding: 2px 5px 2px 5px;
	}
	.navibox ul li {
		float: none;
	}
	.navibox ul li ul {
	   visibility: visible;
	   position: relative;
	}
	.navibox ul li ul li a {
		color: #007D40;
		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;
	}
	.carousel-caption-separated {
		font-size: 12px;
	}
	label {
		float: none;
	}
	.checkbox, .radio {
		margin: 0px 0px 10px 0px;
	}
}

@media screen and (min-width:768px){
	.navibox ul li a {
		font-size: 0.8em;
	}
	.bildteaser caption.csc-textpic-caption {
		padding: 3px 5px 3px 5px;
		font-size: 1.4em;
	}
	.carousel-caption-separated {
		font-size: 14px;
	}
}

@media screen and (min-width:992px){
	.navibox ul li a {
		font-size: 1em;
	}
	.bildteaser caption.csc-textpic-caption {
		padding: 5px 10px 5px 10px;
		font-size: 1.6em;
	}
	.carousel-caption-separated {
		font-size: 16px;
	}
}

@media screen and (min-width: 1200px) {
	.navibox ul li a {
		font-size: 1.2em;
	}
	.bildteaser caption.csc-textpic-caption {
		padding: 5px 10px 5px 10px;
		font-size: 2em;
	}
	.carousel-caption-separated {
		font-size: 18px;
	}
}

