*, ::before, ::after { 
	box-sizing: border-box; 
  	margin: 0;
	padding: 0;
}
body, html {
	width: 100%;
	height: 100%;
}
body {
	font: 100%/1.5 'Nunito Sans', sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element-/Tag-Selektoren ~~ */
img { 
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
img.ccm-image-block { 
	margin-bottom: 25px;
}
a img { 
	border: none;
}
.container a, .mfp-content a {
	color: #009640;
	text-decoration: none; 
	transition: 0.2s;
}
.container a:hover, .container a:active, .container a:focus, .mfp-content a:hover , .mfp-content a:hover , .mfp-content a:hover  {
	text-decoration: underline;
	transition: 0.2s;	
}
.container p, .mfp-content p {
	margin-bottom: 20px;
}
.container h1, .mfp-content h1 {
	font-size: 200%;
	line-height: 1.2;
	margin-bottom: 20px;
}
.container h2, .mfp-content h2 {
	font-size: 160%;
	line-height: 1.2;
	margin-bottom: 20px;
}
.container h3, .mfp-content h3 {
	font-size: 160%;
	line-height: 1.2;
	margin-bottom: 10px;
}

/* ~~ Header ~~ */
.header {
	position: relative;
	display: table;
	width: 100%;
	padding: 10px 20px;
	z-index: 2;
}
.logo {
	display: table-cell;
	width: 300px;
	height: 75px;
	background-image:url(img/logo_furrerfuchs.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
.logo img {
	margin: 0;
}
.logo a {
	display: block;	
	width: 59px;
	height: 95px;	
}
.navigation {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 20px;
	font-size: 110%;
	line-height: 0.8;
}
/* ~~ Inhalt ~~ */
.container {
	position: relative;
	clear: both;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px;
	z-index: 1;
}
.contentbox {
	clear: both;
	padding-top: 20px;
}
.container ul, .container ol, .mfp-content ul, .mfp-content ol { 
	padding: 0 0 25px;
	list-style: square;
}
.container li, .mfp-content li { 
	margin: 0 0 3px 18px;
}
.container p + ul, .mfp-content p + ul { 
	margin-top: -10px;
}
.sg {
	padding: 0 0 25px;
}
/* ~~ Stack Popover ~~ */
#stack-popover .mfp-content {
	background: #FFF;
	padding: 20px 20px 0;
	width: 80%;
}
.mfp-close {
	margin: 20px;
}
/* ~~ Slider ~~ */
ul.fslides[style]  {
   height: 150px !important;
}
.fileset-container, .fileset-viewport {
   height: 150px;
   overflow: hidden;
}
/* ~~ Slider ~~ */
.ccm-image-slider-container  {
	position: relative;
	height: 60vw !important;
	max-height: 600px;
	overflow: hidden;
	z-index: 1;
	color: #FFF;
}
.ccm-image-slider-container li  {
	margin: 0;
}
.ccm-image-slider {
	height: 60vw !important;
	max-height: 600px;	
	overflow: hidden;	
}
.ccm-image-slider-container ul.rslides li {
	height: 60vw !important;
	max-height: 600px;
}
.ccm-image-slider-container ul.rslides li img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  width:100%;
	height:100%
}
.ccm-image-slider-text {
	display: none;
}
.rslides_tabs {
    position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 2;
	padding: 0 !important;
}
.rslides_tabs li a {
    background: #FFF !important;
  width: 10px !important;
  height: 10px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;	
}
.rslides_tabs li.rslides_here a {
    background: #009640 !important;
}

/* ~~ Seitenliste ~~ */
.ccm-block-page-list-pages {
    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: flex-start;
	margin: 0 -5px 20px;
}
.ccm-block-page-list-page-entry-horizontal {
	position: relative;
	width: 100% !important;
	max-width: 500px;	
	padding: 5px 5px 25px;
	overflow: hidden;
}
.ccm-block-page-list-page-entry-thumbnail {
	position: relative !important;
	display: block !important;
    width: 100% !important;
	padding-top: 55%;
	overflow: hidden;	
	background: #000;
}
.ccm-block-page-list-page-entry-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;	
	margin: 0;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	overflow: hidden;
	transition: opacity 0.4s;
}
.ccm-block-page-list-page-entry-thumbnail img:hover {
	opacity: 0.5;
	transition: opacity 0.4s;	
}
.ccm-block-page-list-page-entry-text {
	clear: both;
	display: block !important;
    width: 100% !important;
	padding: 5px 0 0 !important;
}
.ccm-block-page-list-title {
		
}
.ccm-block-page-list-title a {
	background-color: #009640;
	color: #FFF;
	padding: 3px 10px 2px;  
	transition: 0.2s;
	text-decoration: none; 
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;		
}
.ccm-block-page-list-title a:hover, .ccm-block-page-list-title a:active, .ccm-block-page-list-title a:focus {
	background-color: #000;
	padding: 3px 10px 2px 30px;  
	text-decoration: none;
	transition: 0.2s;			
}
.contentbox .ccm-pagination-wrapper {
	text-align: center;
}
.contentbox .ccm-pagination-wrapper a {
	text-decoration: none;
	color: #009640;
}
.contentbox .pagination > .active > span {
	background-color: #009640;
}

/* ~~ Themenliste ~~ */
.ccm-block-topic-list-wrapper {
	display: inline-block;	
}
ul.ccm-block-topic-list-list {
	list-style: none;
	display: inline-block;
	padding: 0;
}

ul.ccm-block-topic-list-list li {
	display: inline-block;
	margin: 0 0 5px 0;
}
ul.ccm-block-topic-list-list li a {
	display: inline-block;
	background-color: #009640;
	color: #FFF;
	padding: 2px 10px 1px;  
	margin: 0;
	text-decoration: none;
}
ul.ccm-block-topic-list-list li a.ccm-block-topic-list-topic-selected {
	background-color: #000;
	color: #FFF;	
	text-decoration: none;
}
ul.ccm-block-topic-list-list li a:hover, ul.ccm-block-topic-list-list li a:active, ul.ccm-block-topic-list-list li a:focus {
	background-color: #000;
	color: #FFF;	
	text-decoration: none;
}
a.topic {
	line-height: 1.0 !important;		
	background-color: #009640;
	color: #FFF;
	padding: 3px 10px 2px;  
	margin: 0;
	text-decoration: none;
}
a.topic:hover, a.topic:active, a.topic:focus {
	background-color: #000;
	color: #FFF;	
	text-decoration: none;
}

/* ~~ Vor Zurück Navigation ~~ */
.ccm-block-next-previous {
	display: block;
	position: relative;
	padding-bottom: 25px;
}
.ccm-block-next-previous:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 40px;
	clear: both;
}
.ccm-block-next-previous p {
		margin: 0;
		position: absolute;
}
p.ccm-block-next-previous-previous-link {
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 0%;
	line-height: 0;	
	margin-top: 13px;	
}
p.ccm-block-next-previous-previous-link a {
	font-size: 110%;
	color: #FFF;
	text-decoration: none;
	background-image: url(img/pfeilzurueck.png);
	background-position: left center;
	padding: 13px 30px;
	transition: 0.2s;		
}
p.ccm-block-next-previous-previous-link a:hover, p.ccm-block-next-previous-previous-link a:active, p.ccm-block-next-previous-previous-link a:focus {
	background-image: url(img/pfeilzurueck_s.png);
	text-decoration: none;	
	transition: 0.2s;		
}
p.ccm-block-next-previous-next-link {
	right: 0;
	top: 0;
	z-index: 2;	
	font-size: 0%;
	line-height: 0;	
	margin-top: 13px;
}
p.ccm-block-next-previous-next-link a {
	color: #FFF;
	text-decoration: none;
	background-image: url(img/pfeilvor.png);
	background-position: right center;
	padding: 13px 30px;	
	transition: 0.2s;		
}
p.ccm-block-next-previous-next-link a:hover, p.ccm-block-next-previous-next-link a:active, p.ccm-block-next-previous-next-link a:focus {
	background-image: url(img/pfeilvor_s.png);
	text-decoration: none;	
	transition: 0.2s;		
}
p.ccm-block-next-previous-parent-link {
	width: 100%;
	text-align: center;
	z-index: 1;
}
p.ccm-block-next-previous-parent-link a {
	display: inline-block;
	padding: 2px 10px 1px 10px;	
	background-color: #009640;
	color: #FFF;
	text-decoration: none;
	transition: 0.2s;		
}
p.ccm-block-next-previous-parent-link a:hover, p.ccm-block-next-previous-parent-link a:active, p.ccm-block-next-previous-parent-link a:focus {
	background-color: #000;
	text-decoration: none;
	transition: 0.2s;		
}

/* ~~ Flexbox  Team ~~ */
.flexbox {
	box-sizing: border-box;
	display: -webkit-flex;
 	display: flex;
	flex-wrap: wrap;
  	justify-content: flex-start;
	margin: -15px -15px 15px;
}
.flexbox > div {
	display: block;
	width: 100%;
	max-width: 500px;
	padding: 15px;
}
.gelb {
	display: block;
}
.bild {
	display: block;
}
.text {
	display: block;
}
.text h3 {
	font-size: 110%;
	line-height: 1.0;
	background-color: #000;
	color: #FFF;
	display: inline-block;
	padding: 5px 20px;
	margin: 5px 0 15px;
}
.beschreibung {
	padding-left: 20px;	
}
.beschreibung p {
	margin-bottom: 10px;
}

/* ~~ Bild & Text ~~ */
.bildtext {
	box-sizing: border-box;
	display: -webkit-flex;
 	display: flex;
	flex-wrap: wrap;
  	justify-content: flex-start;
	margin-bottom: 30px;
}
.bildtext .bild {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.bildtext .beschreibung {
	display: block;	
	width: 100%;
}
/* ~~ Grand Gallery ~~ */
.mfp-gallery .mfp-close {
	background: none repeat scroll 0 0 #000 !important;
  border: 2px solid #fff !important;
  border-radius: 24px !important;
	width: 46px !important;
	padding-right: 13px !important;
	cursor: pointer !important;
}
.gg-item-card-text-title {
	font-size: 110% !important;
	line-height: 1.0;
	background-color: #000;
	color: #FFF !important;
	display: inline-block;
	padding: 5px 10px;
	margin: 5px 0;
}
.gg-item-outer {
  background: #FFF !important;
}
.gg-item-card-text {
  padding: 5px 0px 30px !important;
}
.gg-item-card-text-tags {
  justify-content: flex-start !important;
	margin-top: 0 !important;
}
.ccm-page .gg-tag {
  color: #009640 !important;
	border-color: #009640 !important;
}
.ccm-page .gg-tag:hover, .ccm-page .gg-tag-active {
  border-color: #009640 !important;
	background-color: #009640 !important;
	color: #FFF !important;
}
body .ccm-page .gg-container-902 .gg-item-card-text-title {
  text-align: left !important;
}

/* ~~ Formidable ~~ */
.formidable {
	padding: 0;
	display: block;
	overflow: hidden;
}
.formidable .formidable_column {
    float: none !important;
}
.formidable .element {
	margin-bottom: 10px;
}
.formidable label {

}
.formidable .checkbox label, .formidable .radio label {
	font-weight: 400;	 
}
.formidable .form-control {
	font: 100%/1.0 'Nunito Sans', sans-serif;	
	width: 100%;
	padding: 5px !important;
	margin: 5px 0;	
	border: #666 1px solid !important;
}
.formidable .captcha_input {
	font: 100%/1.0 'Nunito Sans', sans-serif !important;
}
.formidable .form-control.ccm-input-captcha {
	margin-bottom: 0;	
	border: none;
}
.formidable .ccm-captcha-image {
	padding: 5px 0;	
}
.formidable textarea.form-control {
	font: 100%/1.0 'Nunito Sans', sans-serif;
	height: 220px;
}
.formidable .form-control:focus {
	outline: none;
	background-color: #E8E8E8;
}
.formidable .required {
    font-size: 100% !important;
}
.formidable .btn-primary {
	font: 110%/1.0 'Nunito Sans', sans-serif;
	font-weight: 400;	
    background-color: #009640;
    color: #FFF;
	padding: 5px 15px;
	margin: 10px 0;
    border: none;	
	font-size: 100%;
	cursor: pointer;
}
.formidable .row.mt-2 .col-12 {
    clear: both;
	text-align: left;
}
.formidable .btn-primary:hover {
    background-color: #000;
}
.formidable span.error {
    color: #F00 !important;
}
.formidable .form-control.error, .formidable  .datepicker.error, .formidable .captcha_input.error .ccm-input-captcha {
    background-color: #F79395;
	border: none;
}
.formidable .element.reload-9 {
	padding-bottom: 15px;
}
.formidable .element.reload-9 label {
	display: none;
}
.formidable_message.hide {
	display: none;
}
div.alert-success {
    color: #030;
}
div.alert-success p {
    margin: 10px 0;
}
/* ~~ Footer ~~ */
.footer {
	padding: 10px 20px;
	background-color: #009640;
	color: #FFF;
	text-align: right;
}
.footer p a {
	color: #FFF;
	text-decoration: underline;
}
.footer p a:hover, .footer p a:active, .footer p a:focus {
	text-decoration: none;
}
.footer p {
	margin-bottom: 0;
}
.footer img { 
	vertical-align: middle;
}
.footer .desk {
	display: none;
}

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

@media (min-width: 600px) {
.logo {
	width: 350px;
	height: 95px;
}
/* ~~ Stack Popover ~~ */
#stack-popover .mfp-content {
	width: 70%;
}
/* ~~ Bild & Text ~~ */
.bildtext .bild {
	width: 50%;
}
.bildtext .beschreibung {
	width: 50%;
	padding-left: 30px;	
}
}

@media (min-width: 800px) {
/* ~~ Header ~~ */
.header {
	display: table;
	margin-top: 20px;
	padding: 10px 40px 30px;
    top: 0;	
}
.logo a {
	display: block;	
	width: auto;
	height: 95px;	
}	
.container {
	padding: 20px 40px;
}
/* ~~ Stack Popover ~~ */
#stack-popover .mfp-content {
	width: 60%;
}
/* ~~ Slider ~~ */
ul.fslides[style]  {
   height: 400px !important;
}
.fileset-container, .fileset-viewport  {
   height: 400px;
}
/* ~~ Pagelist ~~ */
.ccm-block-page-list-page-entry-horizontal {
	width: 50% !important;
}
/* ~~ Formidable ~~ */
.col-12.col-sm-6  {
    float: left !important;
	width: 50%;
}
.col-12.col-sm-6:first-of-type {
	padding-right: 30px;
}
.col-12.col-sm-6:last-of-type {
	padding-left: 30px;	
}
/* ~~ Flexbox  Team ~~ */
.flexbox > div {
	width: 50%;
	max-width: none;	
}
/* ~~ Bild & Text ~~ */
.bildtext .bild {
	width: 37.5%;
}
.bildtext .beschreibung {
	width: 62.5%;
}
.footer .desk {
	display: block;
}
.footer .mobile {
	display: none;
}
}
@media (min-width: 1024px) {
/* ~~ Stack Popover ~~ */
#stack-popover .mfp-content {
	width: 50%;
}	
.contentbox .links {
	float: left;
	width: 47%;
}
.contentbox .rechts {
	float: right;
	width: 47%;
}
/* ~~ Slider ~~ */
ul.fslides[style]  {
   height: 500px !important;
}
.fileset-container, .fileset-viewport  {
   height: 500px;
}
/* ~~ Vor Zurück Navigation ~~ */
p.ccm-block-next-previous-previous-link {
	font-size: 100%;
	line-height: 1.0;	
	margin-top: 5px;	
}
p.ccm-block-next-previous-previous-link a {
	padding: 2px 10px 1px 30px;		
}
p.ccm-block-next-previous-next-link {
	font-size: 100%;
	line-height: 1.0;	
	margin-top: 5px;
}
p.ccm-block-next-previous-next-link a {
	padding: 2px 30px 1px 10px;		
}
/* ~~ Bild & Text ~~ */
.bildtext .bild {
	width: 30%;
}
.bildtext .beschreibung {
	width: 70%;
}
}
@media (min-width: 1280px) {
	/* ~~ Header ~~ */
.header {
	padding: 10px 30px;
}
/* ~~ Slider ~~ */
ul.fslides[style]  {
   height: 600px !important;
}
ul.fslides, .fileset-container, .fileset-viewport  {
   height: 600px;
}
/* ~~ Pagelist ~~ */
.ccm-block-page-list-page-entry-horizontal {
	width: 33.333% !important;
}
.homelist .ccm-block-page-list-page-entry-horizontal {
	width: 50% !important;
}
.homelist .ccm-block-page-list-page-entry-horizontal {
	max-width: 750px;	
}

/* ~~ Flexbox  Team ~~ */
.gelb {
	display: table;
	width: 100%;
}
.gelb .bild {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-right: 5px;
}
.gelb .text {
	display: table-cell;
	width: 50%;
	vertical-align: top;	
}
.gelb .text h3 {
	margin: 0 0 15px;
}
/* ~~ Bild & Text ~~ */
.bildtext .bild {
	width: 25%;
}
.bildtext .beschreibung {
	width: 75%;
}
}