/*@import url("uikit-base.css");
@import url("mmenu.css");*/
/*@import url("font-awesome.min.css");*/

/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-latin-ext_latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v20-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-ext_latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-ext_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* satisfy-regular - latin */
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/satisfy-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Satisfy Regular'), local('Satisfy-Regular'),
       url('../fonts/satisfy-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/satisfy-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/satisfy-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/satisfy-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/satisfy-v10-latin-regular.svg#Satisfy') format('svg'); /* Legacy iOS */
}

/* fredericka-the-great-regular - latin-ext_latin */
@font-face {
  font-family: 'Fredericka the Great';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fredericka-the-great-v9-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Fredericka the Great'), local('FrederickatheGreat'),
       url('../fonts/fredericka-the-great-v9-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fredericka-the-great-v9-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fredericka-the-great-v9-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fredericka-the-great-v9-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fredericka-the-great-v9-latin-ext_latin-regular.svg#FrederickatheGreat') format('svg'); /* Legacy iOS */
}

:root {
  	--gruen: #617B42;
	/*color: var(--schrift);*/
}

* {
margin: 0;
padding: 0;
/*-webkit-appearance: none;
-moz-appearance: none;*/
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}

body {
     height: 100%;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
}

a img {
border: none;
}

img {
max-width: 100%;
	height: auto;
}

table {
/*width: 100%;
table-layout:fixed;*/
}

section {
    width: 100%;
    background: url("../bilder/bg-papier.jpg") 100%;
    background-attachment: fixed;
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

section.dark {
    width: 100%;
    background: url("../bilder/bg-tafel.webp") no-repeat center center #000000;
    background-size: cover;
    border-top: var(--gruen) 3px solid;
    border-bottom: var(--gruen) 3px solid;
    color: #ffffff;
    
}


/*=================================
            Header
=================================*/

#header {
    background-color: #762230;
    width: 100%;
    text-align: center;
/*    border-bottom: var(--gruen) 3px solid;*/
    display: block;
}

#header .logo {
    background-color: #ffffff;
      border-bottom: var(--gruen) 3px solid;
    border-left: var(--gruen) 3px solid;
    border-right: var(--gruen) 3px solid;
    border-radius: 0  0 20px 20px;
    display: inline-block;
    padding: 10px 10px;
    margin-bottom: 25px;
}

#navi li {
    list-style: none;
    
}

#navi li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 42px;
    font-weight: 500;
    padding: 0 10px;
    display: inline-block;
     -moz-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-webkit-transition: background-color 0.5s;
transition: background-color 0.5s;
}

#navi li a:hover, #navi li.active a {
    background-color: var(--gruen);
}

.navWrap {
    background-color: #762230;
    width: 100%;
    border-bottom: var(--gruen) 3px solid;
    display: block;
}
/*=================================
            slider
=================================*/

#layerslider {
    width: 100%;
    height: 586px;
    background: url("../bilder/bg-holz.webp") no-repeat center center;
    background-size: cover;
    border-bottom: var(--gruen) 3px solid;
    
}

.sliderInhalt {
    max-width: 600px;
    color: #ffffff;
    text-shadow: rgba(0,0,0,0.75) 5px 5px 10px;
}

.sliderInhalt .sliderTitel {
	font-family: Satisfy;
	font-size: 60px;
	margin-bottom: 10px;
	display: block;
	line-height: 65px;
}

#layerslider img {
    /*height: 30vw !important;
    width: auto !important;*/
}


/*----------------------------------------------*/

.sliderStart {
    /* width: 100%;
    height: 31vw;*/
    background: url("../bilder/bg-holz.webp") no-repeat center center #000000;
    background-size: cover;
    border-bottom: var(--gruen) 3px solid;
    overflow: hidden;
    display: block;
}

.sliderBild {
	/*height: 31vw;
	width: auto;
	position: relative;*/
}

.sliderBild img {
	/*max-height: 31vw;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 15%;*/
}

.sliderText {
    /*position: absolute;
    top: 25%;
    right: 25%;*/
    /*-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
    color: #ffffff;
    display: inline-block;
    /*width: 50%;*/
    max-width: 600px;
}

.sliderTitel {
	font-family: Satisfy;
	font-size: 60px;
	margin-bottom: 10px;
	display: block;
	line-height: 65px;
}

.uk-slideshow-items > * {
    height: 100%;
}

.sliderImage {
	/*width: 100% !important;
	height: 100% !important;
	object-fit: cover;*/
}


/*=================================
            Kopf
=================================*/

#kopf {
    width: 100%;
    background: url("../bilder/bg-holz.webp") no-repeat center center;
    background-size: cover;
    border-bottom: var(--gruen) 3px solid;
    overflow: hidden;
}

.kopfBild {
    font-size: 0;
}

.kopfText {
    font-family: Satisfy;
    font-size: 42px;
    margin-bottom: 0px;
    display: block;
    color: #ffffff;
}

/*=================================
            Mittagstisch
=================================*/

.kreide {
    text-align: center;
    color: #ffffff !important;
    font-family: "Fredericka the Great" , Times, Times New Roman, serif;
}

.kreide h3 {
    color: #ffffff !important;
    font-size: 60px;
    font-family: "Fredericka the Great" , Times, Times New Roman, serif !important;
    
}

.kreide hr {
    border: none;
    margin: 20px 0;
}

.kreide hr:before {
    content:  url("../bilder/orna-oben.png");
    display: block;
    max-width: 350px;
    margin: 10px auto;
}

.kreide hr.unten:before {
    content:  url("../bilder/orna-unten.png");
    display: block;
    max-width: 350px;
    margin: 10px auto;
}

.kreide p {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
}

.preis {
    font-size: 42px;
}

h4.fontKreide {
    font-family: "Fredericka the Great" , Times, Times New Roman, serif !important;
    font-size: 26px;
    font-weight: normal;
}


/*=================================
            Formatierung
=================================*/

p {
    line-height: 26px;
    margin-bottom: 26px;
    display: block;
}

h1, h2 {
     font-family: Satisfy;
    font-size: 36px;
    color: #762230;
    text-align: center;
    margin-bottom: 36px;
    font-weight: normal;
}

h3 {
     font-family: Satisfy;
    font-size: 26px;
    color: #762230;
    margin-bottom: 0px;
    font-weight: normal;
}

section a {
    color: #762230;
    -moz-transition: color 0.5s;
-ms-transition: color 0.5s;
-o-transition: color 0.5s;
-webkit-transition: color 0.5s;
transition: color 0.5s;
}

section a:hover {
    color: var(--gruen);
}

section ul {
	margin-bottom: 10px;
}

section li {
	line-height: 26px;
	margin-bottom: 16px;
	list-style: none;
	padding-left: 20px;
	
}

section li li {
	margin-bottom: 5px;
}

section li:before {
	content: "";
	width:10px;
	height: 10px;
	background-color: #762230;
	display: inline-block;
	margin-left: -20px;
	margin-right: 10px;
	
}

/*=================================
            Formular
=================================*/

.form input, .form textarea {
	border: var(--gruen) 1px solid;
	padding: 15px;
	width: 100%;
	 font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
	color: #000000;
    background-color: rgba(255,255,255,0.8);
	letter-spacing: 0.025em;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.form textarea {
	min-height: 150px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #959595;
	font-weight: 300;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #959595;
	font-weight: 300;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #959595;
	font-weight: 300;
}

.form {
	overflow: hidden;
	margin-bottom: 25px;
}

.form label:after {
	content: "\A";
	white-space: pre;
}

.error {
	color: #762230;
	display: block;
	font-weight: 300;
}

.submit {
	background: var(--gruen) !important;
	width: 100%;
	float: right;
	cursor: pointer;
	color: #ffffff !important;
	font-weight: 400;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;

}

.submit:hover {
	background-color: #762230 !important;
}

.success {
	background: var(--gruen);
	text-align: center;
	padding: 20px 0;
	margin-bottom: 25px;
	
}

.success p {
	margin-bottom: 0;
}


.fiSpecial {
	display: none;
	}


input[type="checkbox"].css-checkbox {
    display:none;
}

input[type="checkbox"].css-checkbox + label {
float: none !important;
	width: 100%!important;
	    padding-left: 30px;
    display: block;
	cursor: pointer;
}

input[type="checkbox"].css-checkbox + label span {
    display:inline-block;
    width:21px;
    height:21px;
    margin:-2px 10px 0 -30px;
    vertical-align:middle;
    background:url(../bilder/ckbox.png) left top no-repeat;
    cursor:pointer;
	
}
input[type="checkbox"].css-checkbox:checked + label span {
    background:url(../bilder/ckbox.png) 0 -21px no-repeat;
}


/*=================================
     Leistungen / Aktuelles
=================================*/

.gridText {
    padding: 10px;
    position: relative;
}

.leistung .gridText {
    background-color: #762230;
}

.leistungen {
    margin-bottom: 36px;
}

.leistung {
    background-color: #762230;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    font-size: 0;
    
}

.leistung h3 {
    color: #ffffff;   
}

a.leistung img {
    transform: scale(1);
    -moz-transition: transform 0.5s;
-ms-transition: transform 0.5s;
-o-transition: transform 0.5s;
-webkit-transition: transform 0.5s;
transition: transform 0.5s;
}

a.leistung:hover img {
    transform: scale(1.1);
}

.meldung {
    background-color: rgba(255,255,255,0.8);
    text-align: center;
}

.meldung h3 {
	margin-bottom: 15px;
}

/*=================================
            Accordion
=================================*/

.uk-accordion {
    margin-bottom: 25px;
}

.uk-accordion-title {
	background-color: var(--gruen);
	padding: 10px 25px;
	color: #ffffff;
}


.uk-accordion-title:hover, .uk-accordion-title:focus {
	color: #000;
    cursor: pointer;
}

.uk-accordion-content {
	margin-top: 0;
	padding: 25px;
	background-color: rgba(255,255,255,0.75);
}

.uk-accordion-title::after {
	content: "+";
	width: 1.4em;
	height: 1.4em;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-open > .uk-accordion-title::after {
    content: '—';
	background-image: none;
}
/*=================================
            Footer
=================================*/

#footer .rot {
    background-color: #762230;
    color: #ffffff;
    padding: 36px 0;
    border-top: var(--gruen) 3px solid;
    border-bottom: var(--gruen) 3px solid;
}

#footer p {
    margin-bottom: 0;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
    -moz-transition: color 0.5s;
-ms-transition: color 0.5s;
-o-transition: color 0.5s;
-webkit-transition: color 0.5s;
transition: color 0.5s;
}

#footer a:hover {
    color: var(--gruen);
}

.subFooter {
    background-color: #262626;
    text-align: center;
    padding: 15px;
    color: #ffffff;
}


/*=================================
            KLASSEN
=================================*/

.mid {
    position: relative;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
}

.buttonGruen {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: var(--gruen);
    line-height: 41px;
    padding: 0 15px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    text-shadow: none;
     -moz-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-webkit-transition: background-color 0.5s;
transition: background-color 0.5s;
}

.buttonRot {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color:#762230;
    line-height: 41px;
    padding: 0 15px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    text-shadow: none;
     -moz-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-webkit-transition: background-color 0.5s;
transition: background-color 0.5s;
}

.buttonGruen:hover, .buttonRot:hover {
    background-color: #292929;
}

.gruen {
    background-color: var(--gruen);
    background-image: none;
    color: #ffffff;
    padding: 35px 0 0 0;
}

table {
	margin-bottom: 26px;
}

table td {
    padding: 10px 0;
    border-bottom: rgba(117,147,80,0.5) 1px solid;
}

table p {
    margin-bottom: 0;
}


/*=================================
            Responsive
=================================*/

@media (max-width: 960px) {
    
    .sliderBild img {
	/*left: 0;*/
}
    
    .sliderTitel {
	font-size: 42px;
	margin-bottom: 10px;
	line-height: 50px;
}
    
    .kopfText {
        font-size: 42px;
    }

    .sliderText {
	/*top: 10px;
	right: 10px;
	width: 75%;
	max-width: 600px;*/
}
    
}


@media (max-width: 640px) {

    .sliderTitel, .kopfText {
        font-size: 30px !important;
        line-height: normal !important;
    }
    
    .sliderInhalt {
        max-width: 400px !important;
    }
    
    #kopf .uk-grid {
        flex-direction: column-reverse;
    }
    
    .kopfText {
	text-align: center;
	padding-top: 10px;
}
    .kopfBild {
	max-width: 50%;
	margin: 0 auto;
}
}

@media (max-width: 480px) {
    
  .sliderSubTitle {
	/* display: none; */
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
    
    .sliderTitel, .kopfText {
        font-size: 22px !important;
        line-height: normal !important;
    }
    
    body {
        font-size: 14px;
    }

    h1, h2 {
	font-size: 22px;
	margin-bottom: 20px;
}
    
    h3 {
        font-size: 22px;
    }
    
    p, section li {
        line-height: 22px;
        margin-bottom: 20px;
    }
    
    .kreide h3 {
	font-size: 40px;
}
    
    .kreide p {
	font-size: 22px;
	line-height: 32px;
	
}
    
    .preis {
	font-size: 38px;
}
    
    h4.fontKreide {
	font-size: 22px;
}
    
    .gruen {
	padding: 20px 0 0 0;
}
    
}

/*=================================
            Mobile Menü
=================================*/

#page {
	background-color: #ffffff;
	overflow: hidden;
}

.mheader {
display: none;
}

@media (max-width: 640px) {

	.mheader {
display: block;
}
    
    #header {
        display: none;
    }
	
.mheader,
.mfooter {
	background: #ffffff;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 40px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 1px 0 0 50px;
    border-bottom: var(--gruen) 2px solid;
    text-align: center;
    
}
.mheader.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.mfooter.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.mheader a {
	display: block;
	width: 45px;
	height: 40px;
	padding: 11px;
	position: absolute;
	top: 0;
	left: 0;
    background-color: #762230;
}
.mheader a:before,
.mheader a:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.mheader a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
}

.mm-menu_theme-dark {
	--mm-color-border: rgba( 255,255,255, 0.3 );
	--mm-color-button: rgba( 255,255,255, 0.4 );
	--mm-color-text: rgba( 255,255,255, 0.85 );
	--mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
	--mm-color-background: var(--gruen);
	--mm-color-background-highlight: rgba( 255,255,255, 0.08 );
	--mm-color-background-emphasis: rgba( 0,0,0, 0.1 );
	--mm-shadow: 0 0 20px rgba( 0,0,0, 0.5 );
}
    
    