@charset "utf-8";
*, ::before, ::after { 
	box-sizing: border-box; 
  	margin: 0;
	padding: 0;
	outline : none;		
}
html {
	scroll-behavior: smooth;	
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background-color: #FFF;
	color: #161920;
}
.container {
	font: 120%/1.6 "Times New Roman",Times, serif;
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
}
.container.breit {
	max-width: none;
}
.container.full {
	width: 100%;
	max-width: none;
}
.black {
	background-color: #161920;
	padding: 20px 20px 5px;
	margin-bottom: 25px;
}
/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
.container h1, .container h2, .container h3, .container h4, .mfp-content h1, .mfp-content h2, .mfp-content h3, .mfp-content h4 {
	color: #8f764d;
	font-weight: normal;
	line-height: 1.4;
}
.container h1, .mfp-content h1 {
	font-size: 160%;	
	margin-bottom: 25px;
}
.container h2, .mfp-content h2 {
	font-size: 160%;	
	margin-bottom: 5px;
}
.container h3, .mfp-content h3 {
	font-size: 120%;	
	margin-bottom: 15px;
}
.container h4, .mfp-content h4 {
	font-size: 120%;		
	margin-bottom: 0px;
}
.container h5, .mfp-content h5 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 15px;
}
.container h6, .mfp-content h6 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0px;		
}
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #FFF;	
}
.container p {
	margin-bottom: 25px;
}
.container ul {
	margin: 0 0 25px 16px;
}
.container p + ul {
	margin: -20px 0 25px 16px;
}
.container table {
	margin: 0 auto 25px;
}
img { 
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.container img { 
	margin-bottom: 30px;
}
a img { 
	border: none;
}
.container a {
	color: #8f764d;
	text-decoration: none;
}
.dark a {
	color: #c4b8a4;
}
.container a:hover, .container a:active, .container a:focus { 
	text-decoration: underline;
}
/* ~~ Header ~~ */
.header {
	font: 120%/1.6 "Times New Roman",Times, serif;	
	text-align: center;
}
.logo {
	background-color: #161920;
	background-image: url(img/fries.png);
	background-position: center;
	background-repeat: repeat-x;
	padding: 20px 0;
}
.logo img {
	max-width: 100px;
}
.infobox {
	background-color: #161920;	
	color: #8f764d;
	text-align: center;
	padding: 0 10px 10px;
	font-size: 110%;		
}
/* ~~ Navigation ~~ */
.navigation {
	background-color: #c4b8a4;
}
/* ~~ Slider ~~ */
.ccm-image-slider-container {
	margin-bottom: 30px;
}
.sliderbox .ccm-image-slider-container, .sliderbox .ccm-image-slider-inner li {
	height: 60vh;
	overflow: hidden;
}
.ccm-image-slider-inner li {
	background-color: #161920;	
}
.sliderbox .ccm-image-slider-inner li {
	background-color: transparent;	
}
.ccm-image-slider-inner li img {
    position: relative;
    object-fit: cover;
    width: 50%;
	max-width: none;	
    height: 100%;	
	margin-bottom: 0;
}
.sliderbox .ccm-image-slider-inner li img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    width: 100%;
	max-width: none;	
    height: 100%;	
}
.ccm-image-slider-text {
	position: relative !important;
	display: table-cell;
	width: 100% !important;
	height: 100% !important;
	vertical-align: middle;
	color: #FFF;
}
.ccm-image-slider-text p {
	display: none;	
}
.ccm-image-slider-title {
	color: #FFF;
	text-align: left;
	padding-left: 50px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);	
	font-size: 250%;
	font-weight: 400;
}
.rslides_tabs {
	position: relative;
    margin-top: -50px;
	z-index: 998;
}
.rslides_tabs li a {
    background: #c4b8a4 !important;
}
.rslides_tabs li.rslides_here a {
    background: #353436 !important;
}
/* ~~ Content ~~ */
.contentbox {
	text-align: center;
}
.ccm-toolbar-visible .contentbox {
	margin-top: 0;
}
.anchor {
    display: block;
    position: relative;
    top: -260px;
    visibility: hidden;
}
.wrapper {
	display: bolck;
	overflow: hidden;
	padding: 10px 0;
	clear: both;
}
/* ~~ Pro Button ~~ */
.btnPro {
	display: inline-block;
	background: #c4b8a4;
	color: #FFF;
	padding: 10px 20px;
	margin: 0 20px 35px;
	border: none;
	font: 120%/1.0 "Times New Roman",Times, serif;
	cursor: pointer;
}
.btnPro:hover, .btnPro:active, .btnPro:focus { 
	background: #161920;	
}
.mfp-content {
	font: 120%/1.6 "Times New Roman",Times, serif;
}
.btnPro-popup-content475,
.btnPro-popup-content476 {
  max-width: 800px !important;
}
/* ~~ Grand Gallery ~~ */
.gg-container { 

}
.container .gg-container  img { 
	margin-bottom: 0px;
}

/* ~~ Team ~~ */
.team {
	background-color: #161920;	
}
.fries {
	background-color: #161920;
	height: 15px;
	background-image: url(img/fries.png);
	background-position: center;
	background-repeat: repeat-x;	
}
.teambox {
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: -10px 5px 30px;			
}
.teambox .item {
	width: 100%;
	border: #161920 5px solid; 
}
.teambox .item .bild img {
	margin: 0;
	width: 100%;
	max-width: 300px;
}
.teambox .item .name {
	padding: 10px 0 0;
	color: #c4b8a4;
	font-size: 105%;
}
.teambox .item .beschreibung {
}
.teambox .item .beschreibung p {
	margin-bottom: 0;
}
/* ~~ Preisliste ~~ */
.preiswrapper {
    display: block;	
	width: 100%;
	overflow: auto;	
}
.preisbox {
    display: table;	
	width: 100%;
	min-width: 550px;		
	font-size: 90%;
	margin-bottom: 25px;
}
.preisbox .item.table {
	display: table-row;	
}
.preisbox .table .cell {
	display: table-cell;
	border-bottom: #CCC 1px solid;
	padding: 5px 10px;	
}
.cell.eins {
	text-align: left;
}
.cell.zwei {
	text-align: right;
	width: 120px;
}
.cell.drei {
	text-align: right;
	width: 110px;
}
.cell span {
	float: left;
	padding: 0 3px;
}
/* ~~ Magic Tabs ~~ */
.contentbox .ccm-ui {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}
.jl_magic_tabs_default, .jl_magic_tabs_divider {	
}
.contentbox ul.nav-tabs {
	margin-bottom: 0 !important;
}
.contentbox div.ccm-ui ul.nav-tabs > li > a, .contentbox div.ccm-ui ul.nav-tabs > li > a:hover, .contentbox div.ccm-ui ul.nav-tabs > li > a:focus {
	text-decoration: none;
	font-size: 110%;
}
.contentbox div.ccm-ui ul.nav-tabs > li > a {
    color: #FFF !important;
	background-color: #c4b8a4;
	padding: 10px 10px 5px !important;
	margin: 0 !important;
	border-width: 0px !important;
	border-radius: 0 !important;
}
.contentbox .preise div.ccm-ui ul.nav-tabs > li.jl_magic_tabs_gix_4 > a {
	background-color: #161920;
}
.contentbox div.ccm-ui ul.nav-tabs > li > a:hover, .contentbox div.ccm-ui ul.nav-tabs > li > a:active, .contentbox div.ccm-ui ul.nav-tabs > li > a:focus, .contentbox div.ccm-ui ul.nav-tabs > li > a.active {
	background-color: #161920 !important;	
    color: #FFF !important;	
	font-weight: 400 !important;		
}
.contentbox div.ccm-ui ul.nav-tabs > li.active::after {
    content: "" !important;
}
.contentbox .ccm-ui .nav-tabs {
    border-bottom: none !important;
	margin: 0 !important;
	padding: 0 !important;	
}
.contentbox .ccm-ui .nav-tabs > li {
    float: none !important;
	margin-bottom: 10px;
}
.ccm-ui.jl_magic_tabs_default.jl_magic_tabs_controls.jl_magic_tabs.jl_magic_tabs_accordion > ul.nav-tabs.nav.jl_magic_tabs > li > a::after {
    margin-top: -8px;
	font-weight: 400 !important;
}
.jl_magic_tabs_end {
	margin-bottom: 50px;
}
/* ~~ Zahlungslogos ~~ */
.logos {
	margin-bottom: 20px;
}
.logos img {
	max-width: 400px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
/* ~~ Formidable ~~ */
.formidable {
	position: relative;
	padding: 0;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.mfp-content .formidable {
	max-width: 800px;
	padding: 20px;
}
.details .formidable {
	max-width: 400px;
}
.formidable .formidable_row.step {
    box-shadow: none !important;
	width: 100% !important;
}
.formidable .steps li::before, .formidable .steps li::after {
    background: #8f764d !important;
}
.formidable .steps li.active::before, .formidable .steps li.active::after {
    background: #161920 !important;
}
.formidable .formidable_column {
    padding-top: 0 !important;
}
.formidable .formidable_row, .formidable .formidable_row .form-group {
    overflow: visible !important;
}
.formidable .form-group {
	margin-bottom: 10px;
}
.footer .formidable .form-group {
	margin-bottom: 5px;
}
.formidable .form-control {
	width: 100%;
	padding: 5px !important;
	margin: 0;
	font: 100%/1.0 "Times New Roman",Times, serif;
	color: #161920;
	border: #999 1px solid !important;
	border-radius: 0px;
}
.footer .formidable .form-control {
	border: none !important;
}
.formidable textarea.form-control {
	height: 120px;
}
.formidable .required {
    font-size: 100% !important;
	color: #b1b1b1 !important;
}
.formidable p {
    padding-top: 5px;
}
.formidable .submit, 
.formidable .btn,
.formidable .full,
a.next,
a.previous {
	color: #FFF;
	background-color: #c4b8a4;
	padding: 8px 10px;
	margin: 0 !important;
    border: none;	
	font-size: 100%;
	cursor: pointer;
	text-decoration: none;
}
.formidable .submit:hover, 
.formidable .btn:hover,
.formidable .full:hover,
a.next:hover,
a.previous:hover,
.current .btn {
    background-color: #161920;
}
.formidable .full {
	width: 100%;
	font: 120%/1.0 "Times New Roman",Times, serif;	
}
.step-navigation {

}
.formidable .invalid-feedback {
    font-size: 90%;
	color: #9C0204;
	margin-top: 0 !important;
}
.formidable_message.hide {
	display: none;
}
div.alert-success {
    color: #030;
	font-size: 110%;
}
div.alert-success p {
    margin: 0;
	padding-bottom: 5px;
}
::-webkit-input-placeholder {
  font-style: normal !important;
}
::-moz-placeholder {
  font-style: normal !important;
}
::placeholder {
  font-style: normal !important;	
}
/* ~~ aktuell ~~ */
.aktuell {
	background-color: #161920;	
}
.aktuell .container .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: center;
	margin: 0 -5px;		
}
.aktuell .flex .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 550px;
	padding: 15px 5px 0;
}
/* ~~ Youtube-Videos ~~ */
.youtubebox {
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: -10px 5px 30px;
	justify-content: center;	
}
.youtubebox .item {
	width: 100%;
	border: #161920 5px solid; 
	position: relative;
    padding-bottom: 50%;
	height: 0;
    overflow: hidden;
}
.youtubebox .item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ~~ Details ~~ */
.details {
	background-image: url(img/holz01.jpg);
	background-attachment: fixed;
	background-size: cover;
	padding-top: 20px;
}
.details .container .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: center;		
}
.details .flex .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 550px;
	background-color: rgba(0,0,0,0.5);
	margin: 20px 0;
	padding: 15px 20px 0;
}
/* ~~ Fusszeile ~~ */
.footer {
	font: 0%/1.0 "Times New Roman",Times, serif;	
	background-color: #161920;
	color:#FFF;
	padding: 30px 0 10px;
	text-align: center;
}
.footer a {
	color:#FFF;
	text-decoration: none;
}
.footernav {
	max-width: 350px;
	list-style: none;
	margin: 0 auto 20px;
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.footernav .ccm-block-feature-item {
	width: 25%;
	padding: 0 10px;
}
.container .footernav h4 {
	font-size: 100%;
	position: relative;	
}
.container .footernav h4:hover {
	color: #FFF;	
}
.footernav a {
	position: absolute;
	color: #c4b8a4;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 85px;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.footernav a:hover, 
.footernav a:active, 
.footernav a:focus { 
	color: #FFF;
	text-decoration: none;	
}
div.ccm-block-feature-item i {
  	margin: 0 0 5px !important;
	display: block !important;
	font-size: 50px;
}
.hw-back-to-top i {
    left: 0 !important;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.left {
	float: left;
	width: 45%;
}
.right {
	float: right;
	width: 45%;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
@media only screen and (min-width: 500px) {
/* ~~ Team ~~ */
.teambox .item {
	width: 50%; 
}
.teambox .item .bild img {
	max-width: 100%;
}
@media only screen and (min-width : 641px) {
/* ~~ Formidable ~~ */
.formidable_column.width-6 {
	padding: 0 20px 0 0;
}
.formidable_column.width-6.last {
	padding: 0 0 0 20px;
}
}
@media only screen and (min-width: 800px) {
.container h1, .mfp-content h1 {
	font-size: 180%;	
}
.container h2, .mfp-content h2 {
	font-size: 180%;	
}
.container h3, .mfp-content h3 {
	font-size: 140%;	
}
.container h4, .mfp-content h4 {
	font-size: 140%;		
}
/* ~~ Slider ~~ */
.sliderbox .ccm-image-slider-container, .sliderbox .ccm-image-slider-inner li {
	height: 75vh;
}
.sliderbox .ccm-image-slider-text {
	position: absolute !important; 
	display: block;
	top: 40% !important;
	width: 50% !important;
}
/* ~~ Team ~~ */
.teambox .item {
	width: 33.333%; 
}
/* ~~ Youtube-Videos ~~ */
.youtubebox .item {
	width: 33.333%;
    padding-bottom: 16.666%;
}
/* ~~ aktuell ~~ */
.aktuell .flex .box {
	width: 33.333%;
}
/* ~~ Fusszeile ~~ */
.footer {
	font: 120%/1.0 "Times New Roman",Times, serif;	
}
.footernav {
	max-width: 700px;
}
.footernav .ccm-block-feature-item {
	width: 25%;
	padding: 0 10px;
}
}
@media only screen and (min-width: 1024px) { 
.container h1, .mfp-content h1 {
	font-size: 200%;	
}
.container h2, .mfp-content h2 {
	font-size: 200%;	
}
.container h3, .mfp-content h3 {
	font-size: 160%;	
}
.container h4, .mfp-content h4 {
	font-size: 160%;		
}
.container h5, .mfp-content h5 {
	font-size: 120%;
}
.container h6, .mfp-content h6 {
	font-size: 120%;	
}
/* ~~ Header ~~ */
.header {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
}
.ccm-toolbar-visible .header {
	position: relative;
}
.logo {
	padding: 30px 0;
}
.logo img {
	max-width: 140px;
}
.infobox {
	font-size: 130%;
}
/* ~~ Slider ~~ */
.ccm-image-slider-title {
	text-align: center;
	padding-left: 0;
	font-size: 350%;
}
/* ~~ Content ~~ */
.contentbox {
	margin-top: 200px;
}
/* ~~ Team ~~ */
.teambox {
	justify-content: center;		
}
.teambox .item {
	width: 16.666%; 
}
/* ~~ Details ~~ */
.details .container .flex {
	justify-content: space-between;		
}
.details .flex .box {
	width: 45%;
}
.details .flex .box:first-of-type {
	width: 100%;
	max-width: none;
}
}
@media only screen and (min-width: 1240px) { 
.infobox {
	position: absolute;
	right: 20px;
	top: 0;
	max-width: 40%;
	text-align: right;
	padding: 15px 0;
	background: rgba(22,25,32,0.8);
}
/* ~~ Details ~~ */
.details .flex .box {
	width: 30%;
	background-color: transparent;	
	margin: 0;
	padding: 0;
}
.details .flex .box img {
	max-width: 400px;
}
.details .flex .box:first-of-type {
	width: 30%;
}
}