@charset "utf-8";
/* reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font: 105%/1.4 'PT Serif', serif;
	margin: 0;
	padding: 0;
	color: #56554a;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover;	
}
body.home {
	background-image: url(img/bg_natur_footer.jpg);
}
body.landwirtschaft {
	background-image: url(img/bg_gruen.jpg);
}
body.gmbh {
	background-image: url(img/bg_metal.jpg);
}
.ccm-edit-mode .contentbox div {
	margin-bottom: 5px;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
.contentbox h1 {
	font-size: 150%;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 25px;
}
.contentbox h2 {
	font-size: 120%;
	font-weight: normal;
	line-height: 1.2;	
	margin-bottom: 25px;
	padding-top: 10px;
}
.contentbox h3 {
	font-size: 120%;
	font-weight: normal;
	line-height: 1.2;	
	margin-bottom: 5px;
	padding-top: 10px;
}
.contentbox h4 {
	font-size: 110%;
	font-weight: normal;
	line-height: 1.2;	
	margin-bottom: 10px;
	padding-top: 15px;		
}
.contentbox h5 {
	font-size: 110%;
	font-weight: normal;
	line-height: 1.2;	
	margin-bottom: 5px;
	padding-top: 10px;		
}
.contentbox h6 {
	font-size: 110%;
	font-weight: normal;	
	line-height: 1.2;	
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: #2ca737 2px dotted;
}
.contentbox h2:first-child, .contentbox h3:first-child, .contentbox h4:first-child, .contentbox h5:first-child, .contentbox h6:first-child {
	padding-top: 0;
}
.biohof h1, .biohof h2, .biohof h3, .biohof h4, .biohof h5, .biohof h5, .biohof h6 {
	color: #2ca737;
}
.werkstatt h1, .werkstatt h2, .werkstatt h3, .werkstatt h4, .werkstatt h5, .werkstatt h6 {
	color: #e56c0c;
}
.container p {
	margin-bottom: 25px;
}
.container ul, .container ol { 
	padding: 0;
}
.contentbox em {
	font-family: 'Gloria Hallelujah', cursive;
	line-height: 1.6;
	color: #C00;
}
.contentbox ul, .contentbox ol, .contentbox dl { 
	margin-bottom: 23px;
}
.contentbox p + ul, .contentbox p + ol, .contentbox p + dl { 
	margin-top: -15px;
}
.contentbox li {
	margin: 0 0 2px 18px;
}
.container img {
	width: 100%;
	height: auto;
	vertical-align: bottom;	
}
.contentbox img {
	max-width: 900px;
	display: block;
	margin: 0 auto 35px;
	padding-top: 10px;
}
.homecontainer img {
	width: 100%;
	height: auto;
	vertical-align: bottom;	
}
.homecontainer p img {
	width: auto;
	max-width: 100%;
}
.sg img {
	margin: 0;
	padding-top: 0;
}
.links img:firts-child {
	padding-top: 0;
}
a img { 
	border: none;
}
a {
	color: #06C;
}
a:hover, a:active, a:focus {
	color: #000;
}
hr {
	margin-bottom: 20px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: #000 1px dotted;
	height: 1px;
}

/* ~~ Gerüst ~~ */
.container {
	width: 95%;
	max-width: 1480px;
	background-color: #FFF;
	margin: 20px auto;
	display: block;
	overflow: hidden;
}

/* ~~ Home ~~ */
.homecontainer .box {
	width: 95%;
	margin: 20px auto;
}
.startbox {
	display: block;
	background-color: #FFF;
	text-align: center;
}
.startbox.top {
	position: relative;
	display: block;
	overflow: hidden;	
}
.startbox.bild {
	position: relative;
	display: block;
    width: 100%;
	padding-top: 66.666%;
	overflow: hidden;	
	z-index: 90;
}
.startbox.bild img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;	
	margin: 0;
	padding: 0;
	top: 66.666%;
	left: 66.666%;
	transform: translate(-66.666%, -66.666%);	
	overflow: hidden;
	max-width: none;
	width: 101%;
    height: 101%;
    object-fit: cover;	
}
.ccm-edit-mode .startbox.bild {
	padding-top: 0;
}
.ccm-edit-mode .startbox.bild img {
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;	
	margin: auto;
	padding: 0;
	transform: none;	

}
.startbox.logo {
	position: absolute;
	display: block;
	background-color: transparent;
	bottom: 10px;
	z-index: 99;	
}
.ccm-edit-mode .startbox.logo {
	position: relative;
}
.startbox a {
	margin: 0;
	padding: 0;
}
.startbox img {
	vertical-align: bottom;
}
.startbox p {
	display: none;
}
.startbox h1 a {
	display: block;
	font-size: 60%;
	padding: 5px 20px;
	color: #56554a;
	text-decoration: none;
}
.startbox h1 a:hover {
	color: #FFF;
	background-color: #000;
}
.homecontainer img {
	line-heigt: 0.7;
	margin: 0;
	padding: 0;
}

/* ~~ Kopfbereich ~~ */
.header {
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;	
}
.header.biohof {
	background-image: url(img/bg_natur.jpg);
}
.header.metall {
	background-image: url(img/bg_metalpaper.jpg);
}
.headerbox {
	display: table;
	width: 100%;
}
.biohof .logo {
	display: table-cell;
	width: 65%;	
	vertical-align: middle;	
}
.biohof .logo img {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 20px 20px 5px 20px;	
}
.nebenlogo {
	display: table-cell;
	width: 35%;	
	text-align: right;
	vertical-align: middle;
}
.nebenlogo img {
	max-height: 60px;
	width: auto;
	margin: 10px 10px 5px 0;	
}
.nebenlogo p {
	margin-bottom: 0;	
}
.metall .logo_gross {
	display: none;
}
.metall .logo_mittel {
	display: table-cell;
	width: 100%;	
	vertical-align: middle;
	padding-bottom: 10px;	
}

/* ~~ Navigation ~~ */
.navigation.desktop {
	display: none;
}
.navigationmobile {
	position: relative;
	text-align: center;
	z-index: 90;	
}
.biohof .navigationmobile {
	background: #2ca737;		
}
.metall .navigationmobile {
	background: #273874;		
}
.header.biohof .navigation {
	background: #2ca737;
}
.header.metall .navigation {
	background: #273874;
}

/* ~~ Videoloop ~~ */
.loopbox {
	position: relative;
	height: 550px;
	margin-bottom: 30px;
}
#videoloop {
	position: absolute;
	width: 100%;
  	height: 550px;
  	object-fit: cover;
  	left: 0;
  	right: 0;
  	top: 0;
  	bottom: 0;
}

/* ~~ Slider ~~ */
.ccm-image-slider ul {
	position: relative;
	overflov: visible;
	margin: 0 0 25px 0;
}
.rslides li {
	position: relative;
	display: block;
	margin: 0;
	padding-bottom: 10px;
	overflow: visible;	
}
.rslides li img {
	aspect-ratio: 4 / 3;
    object-fit: cover;	
	margin-bottom: 0;
}
.ccm-image-slider-text {
    position: absolute;
	bottom: 0px;
	width: 100%;
	background: #FFF;
	text-align: center;
	padding-top: 5px !important;
}
.ccm-image-slider-text p {
    margin-bottom: 0;
}
.rslides_nav {
    height: 30px !important;
    width: 30px !important;
	border-radius: 30px;
    margin-top: -10px !important;
	background-position: -5px center !important;
}
.rslides_nav.prev {
    margin-left: 10px;
}
.rslides_nav.next {
    margin-right: 10px;
	background-position: -41px center !important;	
}
ul.rslides_tabs {
    position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;
	z-index: 2;
	padding: 0 !important;
}
.rslides_tabs li {
    margin: 0 3px !important;
}
.rslides_tabs li a {
    background: rgba(255, 255, 255, 0.5) !important;
}
.rslides_tabs li.rslides_here a {
    background: #FFF !important;
}

/* ~~ Inhalt ~~ */
.contentbox {
	position: relative;
	padding: 20px 30px 0;
	clear: both;
}
.breit {
	display: block;
	clear: both;
}

/* ~~ Bild & Text ~~ */
.zweierblock {
	display: block;
	margin-bottom: 25px;
}
.bildbox {
	display: block;
	width: 100%;
	vertical-align: top;
}
.bildbox img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.textbox {
	display: block;
	width: 100%;
	vertical-align: top;	
}

/* ~~ Bild mit Beschriftung ~~ */
.bildtext img {
	margin: 0 auto 5px;
}
.bildtext {
	margin-bottom: 15px;
}
/* ~~ Vimeo ~~ */
#player  {
	margin: 20px 0 !important;
	border: #000 10px solid;
}

/* ~~ Vermarktungstermin ~~ */
.terminblock {
	display: block;
	margin-bottom: 15px;
}
.termin {
	font-weight: bold;
}
.termin::before {
	content: "• ";
}
.bestellung .link {
	display: none;
}

/* ~~ Formidable ~~ */
.formidable img {
    margin: 0 0 20px 0;
}
.formidable .row  {
  	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.formidable .col-sm-12 {
	width: 100%;
}
.formidable .form-group {
	margin-top: 20px;
}
.formidable label {
	font-weight: 700;	
}
.formidable label.form-check-label {
	font-weight: 400;
	margin-left: 5px;
}

.formidable .adressblock label, .formidable .input label {
	font-weight: normal;
}
.formidable .form-control {
	display: block;
}
.formidable p {
    margin-bottom: 20px;
}
.formidable p + ul, .formidable p + ol, .formidable p + dl, .formidable p + h4 { 
	margin-top: -15px;
}
.formidable h2 {
    margin-top: 5px;
}
.contentbox .formidable h4 {
	color: #000;
	font-size: 130%
}
.formidable .form-control {
	width: 100%;
	max-width: 800px;
	padding: 5px 10px !important;
	line-height: 1.4 !important;
	background: #FFF;
	font: 105%/1.4 'PT Serif', serif;
	border: #000 1px solid;
	outline: none;
}
textarea.form-control {
	height: 200px !important;
}
.ccm-input-captcha {
	padding: 5px 10px !important;
	margin-bottom: 20px !important;	
	line-height: 1.4 !important;
	border: 1px solid #999 !important;	
	font-size: 140% !important;
}
.captcha_image img {
    width: 190px;
}
.captcha_holder::before {
    content: "Bitte die Zeichen aus dem Bild eingeben. Das Bild anklicken, um neue Zeichen anzuzeigen.";
}
.form01.form-control {
	width: 150px !important;
	padding: 5px 10px !important;
	margin-bottom: 0px;
	line-height: 1.4 !important;	
}
.formidable .help-block {
	margin-top: 5px;
	color: #2ca737;
}
.gmbh .formidable .help-block {
	margin-top: 5px;
	color: #e56c0c;
}
.formidable .btn {
	color: #FFF;
	border: none !important;
	padding: 10px;
	font: 105%/1.0 'PT Serif', serif !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	margin-top: 30px;
}
.landwirtschaft .formidable .btn {
	background-color: #2ca737;
}
.werkstatt .formidable .btn {
	background-color: #e56c0c;
}
.formidable .btn:hover {
	background-color: #000;
}
.formidable_message.hide {
	background: #000;
	color: #FFF;
	padding: 10px 25px;
}
.formidable_message.alert.alert-success h1 {
	color: #05A000;
}
.invalid-feedback {
	color: #F00;
	margin-top: 0px !important;
}
::-webkit-input-placeholder {
  font-style: normal !important;
}
::-moz-placeholder {
  font-style: normal !important;
}
::placeholder {
  font-style: normal !important;	
}
/* ~~ Seitenliste ~~ */
.ccm-block-page-list-pages {
  	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -15px;
}
.ccm-block-page-list-page-entry-horizontal {
 	display: block !important;
  	width: 100% !important;
	background: #273874;
	overflow: hidden;
	margin: 15px !important;
}
.ccm-block-page-list-page-entry-horizontal:hover {
 	background: #999;
}
.ccm-block-page-list-page-entry-thumbnail {
  	display: block !important;
  	width: 100% !important;
	aspect-ratio: 5 / 4;
	overflow: hidden;
}
.ccm-block-page-list-page-entry-thumbnail img {
 	width: 100% !important;
	height: 100%;
	object-fit: cover;
	object-position: center;
	padding: 0;
}
.ccm-block-page-list-page-entry-text {
  display: block !important;
  padding: 15px !important;
}
.ccm-block-page-list-page-entry-horizontal a {
 	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.ccm-block-page-list-title {
	font-size: 120%;
	font-weight: 400 !important;	
}

/* ~~ Fusszeile ~~ */
.footer {
	display: block;
	padding: 20px 20px 10px;
	margin-top: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;		
}
.footer.biohof {
	background-image: url(img/bg_natur_footer.jpg);
}
.footer.werkstatt {
	background-image: url(img/bg_metalpaper_footer.jpg);
}
.footer p {
	margin-bottom: 10px;
}
.drittel {
	display: block;
}
.ccm-edit-mode .slider, .ccm-edit-mode .breit, .ccm-edit-mode .links, .ccm-edit-mode .rechts, .ccm-edit-mode .linkshalb, .ccm-edit-mode .rechtshalb {
	padding-bottom: 30px;
}
.ccm-edit-mode .stack {
	background: #FF9;
}

@media (min-width: 600px) {
.biohof .logo {
	width: 70%;	
}	
.nebenlogo {
	width: 30%;	
}
.nebenlogo img {
	max-height: 70px;		
}
.zweierblock {
	display: table;
	width: 100%;
}
.bildbox {
	display: table-cell;	
	width: 30%;
	padding-right: 15px;	
}
.bildbox img {
	margin-bottom: 0;
}
.textbox {
	display: table-cell;
	width: 70%;
	padding-left: 15px;
	padding-top: 10px;
}
}
@media (min-width: 800px) {
.contentbox h1 {
	font-size: 180%;
}
.contentbox h2 {
	font-size: 140%;
}
.contentbox h3 {
	font-size: 140%;
}
.contentbox h4 {
	font-size: 130%;
}
.contentbox h5 {
	font-size: 120%;
}
.contentbox h6 {
	font-size: 130%;
}
/* ~~ Navigation ~~ */
.navigationmobile {	
	display: none;
}
.navigation.desktop {	
	display: block;
	text-align: center;
	position: inherit;
	vertical-align: middle;
	padding: 0 30px;
}
/* ~~ Home ~~ */
.homecontainer {
	height: 100vh;
	width: 100%;
	display: table-cell;
	vertical-align: middle;	
	display: -webkit-flex;
 	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border: #000 1px solid;
}	
.homecontainer .box {
	position: relative;
	display: block;
	width: 50%;
	padding: 0 20px;
}	
.startbox {
	text-align: left;
}
.startbox p {
	display: block;
	padding: 5px 20px 20px;
}
.biohof .logo {
	width: 75%;	
}	
.nebenlogo {
	width: 25%;	
}	
.nebenlogo img {
	max-height: 80px;		
}	
.metall .logo_gross {
	display: table-cell;
	width: 100%;	
	vertical-align: middle;	
	padding-bottom: 15px;
}
.metall .logo_mittel {
	display: none;
}

.bildbox {
	padding-right: 20px;	
}
.textbox {
	padding-left: 20px;
}
	
/* ~~ Seitenliste ~~ */
.ccm-block-page-list-page-entry-horizontal {
    width: calc(50% - 30px) !important;
}	
	
}
@media (min-width: 1024px) {	
.contentbox h1 {
	font-size: 200%;
}
.contentbox h2 {
	font-size: 160%;
}
.contentbox h3 {
	font-size: 160%;
}
.contentbox h4 {
	font-size: 140%;
}
.contentbox h5 {
	font-size: 140%;
}
.contentbox h6 {
	font-size: 130%;
}
.startbox h1 a {
	padding: 15px 20px;
}
.biohof .logo {	
	width: 80%;	
	padding-left: 20%;
	text-align: center;
}
.biohof .logo img {
	margin: 20px 0 5px 0;	
}
.nebenlogo {
	width: 20%;	
}	
.nebenlogo img {
	max-height: 90px;	
	margin: 10px 30px 10px 0;	
}

/* ~~ Background-Slider ~~ */
div.slider[style] {
   height: 450px !important;
}

/* ~~ Inhalt ~~ */
.contentbox {
	padding: 30px 40px 10px;
}

.floatboxx {
	display: table;
	width: 100%;
}
.links {
	display: table-cell;
	width: 65%;
	padding-right: 80px;
	vertical-align: top;
}
.rechts {
	display: table-cell;
	width: 35%;
	vertical-align: top;	
}
.linkshalb {
	display: table-cell;
	width: 50%;
	padding-right: 40px;
	vertical-align: top;
}
.rechtshalb {
	display: table-cell;
	width: 50%;
	padding-left: 40px;	
	vertical-align: top;	
}
/* ~~ Seitenliste ~~ */
.ccm-block-page-list-page-entry-horizontal {
    width: calc(33.333% - 30px) !important;
}	
/* ~~ Formidable ~~ */
.formidable .col-sm-6  {
  	width: 45%;
}
.formidable .onoff {
    display: none;
}

/* ~~ Fusszeile ~~ */
.footer {
	display: table;
	width: 100%;
}
.drittel {
	display: table-cell;
	width: 33.333%;	
	text-align: left;
	vertical-align: top;
	padding-left: 40px;
}
}
@media (min-width: 1480px) {
.homecontainer .box {
	position: relative;
	display: block;
	width: 45%;
	padding: 0 20px;
}
.contentbox {
	padding: 30px 50px 10px;
}	
}