@charset "utf-8";
*, ::before, ::after { 
	box-sizing: border-box; 
}
html {
	width: 100%;
	height: 100%;
}
body {
	font: 110%/1.4 'Maven Pro', sans-serif;
	width: 100%;
	height: 100%;	
	background-image: url(http://buttenried-bio.ch/application/themes/buttenried/img/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0 0 25px;
}
.contentbox li {
	list-style: outside;
	margin-left: 18px;
}
.ccm-image-slider-container li {
	list-style: none;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a img {
	border: none;
}
.header a img:hover {
	opacity: 1.0;
    filter: alpha(opacity=100); 
}
em {
	font: 180%/1.0 'Cookie', cursive;
}
.contentbox img {
	padding-bottom: 25px;
}

/* ~~ Links ~~ */
a {
	color: #03C;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #03C;
	text-decoration: underline;
}
hr {
	border: 0;
	border-bottom: 2px #b1c800 dotted;
	margin: 0;
}
.box-wrap {
	box-shadow: none !important;
	margin-bottom: 0 !important;
}
.container {
	width: 90%;
	margin: 0 auto; 
	overflow: hidden; 

}
.logo .left {
	float: left;
}
.logo .left img {
	width: 100%;
	max-width: 400px;
	height: auto;	
}
.logo .right {
	float: right;
	width: 125px;
}
.hauptnavigation {
	position: relative;
	z-index: 999;
}
.contentbox {
	padding: 20px;
	background-color: #FFF;
}
p {
	margin-bottom: 10px;
}
td { 
	border-bottom: #000 1px dotted;
}
.contentbox h1 {
	font-size: 140%;
	line-height: 1.1;
	font-weight: 500;
	color: #b1c800;
	margin-bottom: 20px;
}
.contentbox h2 {
	font-size: 120%;
	line-height: 1.1;	
	font-weight: 500;
	color: #b1c800;
	margin-bottom: 15px;
}
.contentbox h3 {
	font-size: 110%;
	line-height: 1.1;	
	font-weight: 500;
	color: #b1c800;
	margin-bottom: 10px;
}
.contentbox h4 {
	font-size: 120%;
	line-height: 1.1;	
	font-weight: 500;
	color: #FFF;
	background: #b1c800;
	margin-bottom: 10px;
	padding: 10px;
}
.contentbox h5 {
	font-size: 110%;
	line-height: 1.1;	
	font-weight: 500;
	color: #FFF;
	background: #b1c800;
	margin-bottom: 10px;
	padding: 10px;	
}
.spalte1 {
	clear: both;
	width: 100%;
}
.spalte2 {
	clear: both;
	width: 100%;
}
.spalte3 {
	clear: both;
	width: 100%;
}
.footer {
	margin: 20px 0;	
	padding: 10px 20px 5px 20px;
	background-color: #000;
	color: #FFF;
}

/* ~~ Slider ~~ */
.ccm-image-slider {
    margin-bottom: 25px;
}
.full .ccm-image-slider-inner ul.rslides li {
	height: 50vw;
	max-height: 650px;
	overflow: hidden;
	margin: 0;
}
.full .ccm-image-slider-inner li img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    width: 100%;
	max-width: none;	
    height: 100%;
	margin-bottom: 0;	
}
.ccm-image-slider-text {
	visibility: hidden;
}
.rslides_nav {
	visibility: hidden;
}

/* ~~ Eventliste ~~ */
.ccm-block-calendar-event-list-wrapper {
    margin-bottom: 35px !important;
}
.ccm-block-calendar-event-list {
	font-weight: 700;
}
.ccm-block-calendar-event-list-event {
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
	border-bottom: #000 1px dotted;
	padding: 5px 0;
}
.ccm-block-calendar-event-list-event-date-full {
	margin-left: 5px;
	width: 110px;
}
.ccm-block-calendar-event-list-event-title {
	width: calc(100% - 120px);
}
/* ~~ Formidable ~~ */
.formidable {
	display: block;
	position:relative;
	border: #b1c800 2px dotted;
	background: #f7f9e5;
	padding: 10px 25px 30px;
}
.formidable_row {
	display: block;
	clear: both;
	overflow: hidden;
}
.formidable .form-group {
	display: flex;
	flex-direction: column;	
	margin-bottom: 20px !important;
}
.formidable .noflex .form-group, .formidable .noflex input, .formidable .noflex textarea {
	display: block;
}
.formidable .text- {
	color: transparent !important;
}
.formidable .text-:before {
	content: "*" !important;
	color: #000 !important;
}
.formidable .control-label {
    padding-left: 0px !important;
	font-weight: 400;
	margin-bottom: 0px;
}
.formidable .fett .control-label {
	font-weight: 500;
}
.formidable label {
	font-weight: 700;
}
.formidable label.form-check-label {
	font-weight: 400;
}
.formidable_row.light {
	margin-top: -30px;
}
.formidable h2 {
    margin-top: 5px;
}
.formidable .form-control {
	width: 100%;
	max-width: 600px;
	padding: 5px 10px !important;
	font: 90%/1.4 'Maven Pro', sans-serif;
	line-height: 1.4 !important;
}
.help-block {
	order: 2;
}
textarea.form-control {
	height: 200px !important;
}
.formidable .form-control:focus {
	outline: none;
	background-color: #edf1ca;
}
.ccm-input-captcha {
	padding: 5px 10px !important;
	margin-bottom: 20px !important;	
	color: #039 !important;
	line-height: 1.4 !important;
	border: 1px solid #999 !important;	
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
	border: 1px solid #999 !important;
order: 3;	
}
.form01.form-control {
	width: 150px !important;
	padding: 5px 10px !important;
	margin-bottom: 0px;
	line-height: 1.4 !important;	
}
.form02.form-control {
	height: 100px;
}
.form03.form-control {
	width: 150px !important;
	padding: 5px 10px !important;
	line-height: 1.4 !important;	
}
.form04.form-control {
	width: 150px !important;
	padding: 5px 10px !important;
	line-height: 1.4 !important;
	border: 1px solid #999 !important;	
	border-radius: 3px;
}
.formidable .element {
	margin-bottom: 15px;
}
.formidable .btn {
	background-color: #b1c800;
	color: #000;
	border: none !important;
	padding: 10px;
	margin: 0 !important;	
	font-weight: 400 !important;
	-webkit-transition: background-color 1.0s ease;
    transition: background-color 1.0s ease;
	cursor: pointer;
}
.formidable .btn:hover {
	background-color: #000;
	color: #FFF;
	-webkit-transition: background-color 0.0s ease;
    transition: background-color 0.0s ease;	
}
div.alert-success h2 {
    color: #05A000;
}
.formidable_message.hide {
	background: #CF9;
	padding: 10px 20px;
	color:#FFF;
	margin-bottom: 30px;
}
.text-danger.error {
	color: #F00;
	font-style: italic;
	margin-top: -5px !important;
}
.fett {
	font-weight: 700;
}
.formidable hr {
	border: 0;
	border-bottom: 3px #b1c800 dotted;
	margin: 0;
}
.formidable .required{
	font-size: 120% !important;
	margin-left: 0 !important;
	color: #000 !important;
} 
.form-control.error, .ff-show.has-error {
	background-color: #FFE1E1;
}
.formidable .captcha_holder {
  height: 0px;
  overflow: hidden;
}
::-webkit-input-placeholder {
  font-style: normal !important;
}

::-moz-placeholder {
  font-style: normal !important;
}
::placeholder {
  font-style: normal !important;
}
/* ~~ Bild & Text ~~ */
.bildtext {
	display: block;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.bild {
	display: block;
	overflow: hidden;
}
.text {
	display: block;
	overflow: hidden;
}
/* ~~ Simple Gallery ~~ */
.sg {
	line-height: 0.7;
}
.sg img, .gg-container img {
	padding-bottom: 0px;
}
.sg a { 
	color: #000;
	text-decoration: none;
}
.desc {
	display: none;
}
.cap .desc {
	display: block;
	padding: 10px;
}


.header {
	margin: 20px 0;
}

.footer p {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.footer a {
	color: #b1c800;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer h3 {
	color: #FFF;
}
/* ~~ Fleischverkauf ~~ */
.fleisch {
	font-weight: 700;
	margin-bottom: 35px;
}
.flex {
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
	justify-content: space-between;
	border-bottom: #000 1px dotted;
	padding: 5px 0;
}
.flex .item {
    width: 40%;
}
.flex .item:last-of-type {
    width: 60%;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ~~ Zeugs ~~ */
.newsletterfeld {  
	color: #999;
	padding: 5px;	
}
.newsletter{
	background-color: #b1c800;
	color: #FFF;	
	padding: 5px 25px;
	border: none;
	cursor: pointer;
}
.newsletter:hover{
	background-color: #FFF;
	color: #000;	
}
.form-group {
	margin-bottom: 20px !important;
}
.form-control {
	width: 450px;
	max-width: 100%;
}
#Question1.form-control, #Question2.form-control, #Question3.form-control, #Question10.form-control, #Question11.form-control, #Question12.form-control, #Question13.form-control, #Question14.form-control, #Question15.form-control {
	width: 50px;
}
label[for=Question2], label[for=Question4] {
	border-top: #666309 1px solid;
	padding-top: 20px;
}
.borderbottom {
	border-bottom: #666309 1px solid;
	margin-bottom: 20px;
}
.btn {
		font: 100%/1.4 'Maven Pro', sans-serif !important;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
@media (min-width: 960px) { 
a img:hover {
	opacity: 0.8;
    filter: alpha(opacity=80); 
}
.logo .left img {
	max-width: none;
}
.container {
	width: 90%;
	max-width: 1200px;
	min-width: 960px;
	margin: 0 auto; 
	overflow: hidden; 
}
.contentbox {
	padding: 40px;
	background-color: #FFF;
}
p {
	margin-bottom: 20px;
}
.contentbox h1 {
	font-size: 240%;
	font-weight: 500;
	color: #b1c800;
	margin-bottom: 20px;
}
.contentbox h2 {
	font-size: 180%;
	font-weight: 500;
	color: #b1c800;
	margin-bottom: 15px;
}
.contentbox h3 {
	font-size: 140%;
	font-weight: 500;
	color: #b1c800;
	margin-bottom: 10px;
}
.contentbox h4 {
	font-size: 180%;
	font-weight: 500;
	color: #FFF;
	background: #b1c800;
	margin-bottom: 15px;
	padding: 5px 10px;
}
.contentbox h5 {
	font-size: 140%;
	font-weight: 500;
	color: #FFF;
	background: #b1c800;
	margin-bottom: 15px;
	padding: 5px 10px;
}
.green {
	background: #b1c800;	
	padding: 20px 25px 1px;
	margin-bottom: 25px;
}
.green, .green h1, .green h2, .green h3 {
	color: #FFF;
}
.green li, .green p {
	font-size: 120%;
}
.spalte1 {
	float: left;
	width: 31%;
}
.spalte2 {
	clear: none;
	float: left;
	width: 31%;
	margin-left: 3.5%;
}
.spalte3 {
	clear: none;
	float: right;
	width: 31%;
}
.spalte1 img {
	width: 100%;
	height: auto;
}
.spalte2 img {
	width: 100%;
	height: auto;	
}
.spalte3 img {
	width: 100%;
	height: auto;
}
.spalte11 {
	float: left;
	width: 48%;
}
.spalte22 {
	clear: none;
	float: right;
	width: 48%;
}
.spalte11 img {
	width: 100%;
	height: auto;
}
.spalte22 img {
	width: 100%;
	height: auto;
}
.footer {
	margin: 20px 0;	
	padding: 10px 40px 5px 40px;
	background-color: #000;
	color: #FFF;
}

.ccm-image-slider-text {
    position: absolute;
    width: 100% !important;
    left: 0px;
    top: 85% !important;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 0 20px;
}
.rslides_nav {
	visibility: visible;
}
/* ~~ Bild & Text ~~ */
.bildtext {
	display: block;
	clear: both;
	overflow: hidden;
}
.bild {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.bild img{
	width: 95%;
	height: auto;
}
.text {
	display: inline-block;
	width: 50%;
	vertical-align: top;	
}
}
	
	
