body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:after, *:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.widget-checkbox fieldset {
    margin: 15px 0;
    padding: 0;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

#container {
    max-width: 960px;
    margin: 0 auto;
    background: #EFCA72;
}

#homelink {
    display: block;
    width: 960px;
    height: 350px;
    background: url('../../files/theme/pictures/titel_knoerrlein.jpg') no-repeat center;
    margin: 0 auto;
    position: relative;
}

body {
    font: 15px Open Sans, Arial, Tahoma sans-serif;
    background: #923C0C;

}
#wrapper {
    background: black url('../../files/theme/pictures/hintergrund_backofen.jpg') no-repeat center top;
}
input[type=checkbox], header label {
    display: none;
}

header ul li, footer ul li {
    display: inline-block;
    padding: 20px;
}

header ul li{
    padding-left: 44px;
}

footer {
    background: #943C0C;
}

header {
    background: transparent;
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

header a, footer a, header a:visited, footer a:visited {
    color: white;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #933c0c;
    font-weight: lighter;
}

header ul {
    margin: 0 auto;
    font-size: 1.1em;
    width: 960px;
    padding: 0;
    background: #933c0c;
}

footer ul {
    font-size: 1.1em;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

hr {
    border: solid 1px #943C0C;
}

#main {
    padding: 41px;
}

#right .ce_text {
    margin-top: 90px;
    background: #d39e53;
    height: 260px;
}

#right .ce_text p {
    padding: 0 20px;
}

#right .ce_text h1 {
    margin: 0;
    background: #923c0c;
    background-size: 80px;
    color: white;
    text-align: left;
    padding: 5px 5px 5px 20px;
    position: relative;
}

#right .ce_text:before {
    content: '';
    position: absolute;
    display: block;
    background: url('../../files/theme/pictures/gerste.png') no-repeat center center;
    width: 106px;
    height: 57px;
    top: -16px;
    right: 0px;
    z-index: 1;
}

#homelink:before {
    content: '';
    position: absolute;
    display: block;
    background: url('../../files/theme/pictures/logo.jpg') no-repeat center center;
    background-size: cover;
    width: 23%;
    height: 63%;
    bottom: -24%;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
    right: 0;
    z-index: 1;

}

header .mod_customnav {
    /*width: 960px;*/
    margin: 0 auto;
    /*box-shadow: -15px 0 0px 0 #943C0C, 15px 0 0 0 #943C0C;*/
}

#reference-list {
    margin: 10px auto;
    width: auto;
    list-style: none;
    padding: 0;
}

#reference-list li {
    padding: 2px;
    list-style-type: none;
}

.topic {
    padding: 10px;
    background: #923C0C;
    /*border-bottom: 2px solid #000000;*/
    /*box-shadow: inset 0 1px 2px black;*/
    color: #eec972;
}

#impressum a {
    text-decoration: none;
    color: black;
}
#backofenbausaetze a {
    color: black;
}

#leistungen a, #right .ce_text a{
    color: black;
}

.aufklappen {
    display: none;
    padding: 0px;
    background: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
}

#reference-list input[type="checkbox"] {
    position: relative;
    float: right;
    top: -35px;
    left: -10px;
    width: 30px;
    height: 30px;
    z-index: 100;
    opacity: 0;
    cursor: pointer;
    display: block;
}

.checkWrap {
    position: relative;
    float: right;
    top: -27px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #EFCA72;
}

#reference-list input[type="checkbox"]:checked ~ .aufklappen {
    display: block;
}

input, select, textarea {
    width: 100% !important;
}

#f1 input[type=text], #f1 select, #f1 textarea {
    width: 60% !important;
    display: block;

}

form table {
    display: block;
    margin-top: 10px;
}

input[type=submit], input[type=radio], input[type=checkbox] {
    width: auto !important;
}

.ce_gallery > ul li {
    float: none;
    display: inline-block;
}

/*.ce_gallery ul li.row_14 {*/
    /*vertical-align: top;*/
/*}*/

.dlh_googlemap {
    max-width: 100%;
}

/*Responsive*/

@media (max-width: 960px) {
    footer .inside {
        width: auto;
    }

    header ul {
        width: auto;
    }

    #container {
        /*durch Container max-width unnötig statt width*/
        width: auto;
    }

    #main {
        padding: 15px;
    }

    header nav, input[type=checkbox] {
        display: none;
    }

    input[type=checkbox]:checked ~ .inside nav {
        display: block;
    }

    #menu-button {
        -webkit-transition: all 2.0s cubic-bezier(0, 1.92, .83, .67);
        transition: all 2.0s cubic-bezier(0, 1.92, .83, .67);

    }

    input[type=checkbox]:checked ~ label #menu-button {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 2.0s cubic-bezier(0, 1.92, .83, .67);
        transition: all 2.0s cubic-bezier(0, 1.92, .83, .67);
    }

    #header label {
        z-index: 1;
        display: block;
        position: absolute;
        top: 10px;
        left: 15px;
        width: 50px;
        margin: 0 auto;
    }

    header ul li {
        display: block;
    }

    #homelink {
        width: 100%;
        background-position: center center;
        background-size: 100%;
        height: auto;
    }

    #homelink:after {
        content: '';
        display: block;
        padding-top: 36%
    }

    #homelink:before {
        bottom: 0;
        box-shadow: -10px -10px 10px -10px rgba(0, 0, 0, 0.8);
    }

    #right .ce_text {
        margin-top: 0px;
    }

    #right .ce_text h1 {
        margin: 0;
        text-align: left;

        color: white;
        font-weight: lighter;
    }

    h2, h3, h4, h5, h6 {
        font-size: 20px;
    }

    h1 {
        font-weight: bold;
        font-size: 23px;
    }

    #main {
        padding: 25px;
    }

    #f1 input[type=text], #f1 select, #f1 textarea {
        width: 80% !important;
    }
}

/*}*/

/*@media (max-width: 967px) {*/

    /*#right .ce_text:after {*/
        /*background: url('../../files/theme/pictures/nööö.jpg') no-repeat center center;*/
    /*}*/
/*}*/

a[href$=".pdf"]{
    padding-left: 23px;
    position: relative;
}

a[href$=".pdf"]::before{
    position: absolute;
    content: '';
    display: block;
    background: url('../../files/theme/pictures/pdf_icon.png');
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -2px;
    top: 0;
}
.ce_accordionSingle{
    margin-top: 5px;
    width: 100%;
}
.ce_accordionSingle .toggler{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 40px;
    background: #923C0C;
    color: #eec972;
    cursor: pointer;
    position: relative;
}
.ce_accordionSingle .toggler::after{
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #EFCA72;
}
.mod_customnav ul li:hover a{
    color: black;
}
.mod_customnav ul li.trail a{
    color: black;
}
.widget-checkbox.disclaimer input{
    display: inline-block !important;
}
.cc-revoke{
    background: #EFCA72;
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/Google_Fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/Google_Fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/Google_Fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/Google_Fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/Google_Fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/Google_Fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/Google_Fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/Google_Fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/Google_Fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/Google_Fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/Google_Fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/Google_Fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/Google_Fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/Google_Fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/Google_Fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/Google_Fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/Google_Fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/Google_Fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
