@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.5;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background: url(../images/holzspaene.jpg) fixed bottom no-repeat;
    background-size: cover;
}
header, main, footer {
    padding-top: 1rem;
    max-width: 90%;
    margin: 0 auto;
}

@media only screen and (max-width: 50rem) {
header, main, footer {
    max-width: 100%;
}
}
h1 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 600
}
h2, h3 {
    font-size: 1.6rem
}
.home h2 {
    text-align: center;
}
.home p {
    font-size: 18px;
    margin-bottom: 3rem;
    text-align: center;
}
.geraetschaften h3 {
    font-size: 3rem;
    font-weight: 500;
    margin: 3rem auto 2rem;
}
.kontakt h2 {
    margin-bottom: 2rem;
}
.kontakt section img.logo {
    display: block;
    height: auto;
    width: 100%;
    max-width: 10rem;
    margin: 1rem auto .7rem 0rem;
    padding-bottom: 0rem;
}
.stellefrei {
    display: block;
    height: auto;
    width: 100%;
max-width: 120px;
margin: 1rem auto;
}

@media only screen and (max-width: 50rem) {
h1, .geraetschaften h3 {
    font-size: 1.8rem
}
h2, h3 {
    font-size: 1.4rem;
}
.kontakt h2 {
    margin-top: 2rem;
}
}

@media only screen and (max-width: 34rem) {
h1, .geraetschaften h3 {
    font-size: 1.4rem
}
h2, h3 {
    font-size: 1rem;
}
}
a {
    text-decoration: none;
    color: #35C813
}
.feuer {
    position: relative;
    max-width: 100%;
    margin-bottom: -1.2rem;
    height: 13rem;
}
footer {
    position: relative;
    max-width: 100%;
    height: 2rem;
    background: #000;
    color: #fff;
    /*padding: 1.5rem;*/
    padding-top: .8rem;
    text-align: center;
}
footer a {
    color: #fff;
}
.blackbg {
    background-color: #000;
}
.mainbg {
    width: 80rem;
    margin: 0 auto;
    max-width: 100%;
    background: rgba(255,255,255,.9);
    z-index: 1;
}

@media screen and (max-width:68.75rem) {
.mainbg {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
main {
    max-width: 100%;
}
}
header {
    display: flex;
    flex-direction: column
}
.banner {
    margin-top: 2rem;
    height: 23.75rem;
    width: 100%;
}

@media only screen and (max-width: 50rem) {
.banner {
    height: 15rem;
}
}
.banner-home {
    background: url(../images/banner-home.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.banner-geraetschaften {
    background: url(../images/banner-geraetschaften.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.banner-kontakt {
    background: url(../images/banner-kontakt.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}
/*@media only screen and (max-width:65.625rem ){
	.banner-home{
		background-size: contain;
	}
}*/
main {
    padding: 2rem 0;
}
.kontakt main {
    padding: 2rem;
}

@media only screen and (max-width: 50rem) {
main {
    padding: 1rem 0;
}
.kontakt main {
    padding: 2rem;
}
}

@media only screen and (max-width: 41.25rem) {
main {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.kontakt main {
    padding: 2rem;
}
}
.geraetschaften main {
    text-align: center;
}
.kontakt main object {
    display: block;
    margin-top: 0;
	margin-bottom: .2rem;
}
address {
    font-size: 1.8rem;
    flex: 1 1 auto;
}
.impressum address {
    font-size: 1.3rem;
}
article {
    flex: 1 1 auto;
}
.kontakt p, .mitteilung p {
    text-align: center;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 4rem;
}
.impressum p {
    text-align: left;
    font-size: 1.1rem;
}
.impressum section:nth-child(3) {
    margin-top: 3rem;
}
.button {
    padding: .5rem 1rem;
    background: #35C813;
}
.button:hover {
    background: #339900;
}
.button a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
}

@media only screen and (max-width: 68.75rem) {
address {
    font-size: 1.2rem;
}
article {
}
.kontakt p, .mitteilung p {
    font-size: 1.2rem;
}
}
.flexcontainer {
    display: flex;
    flex-flow: row;
}

@media only screen and (max-width: 50rem) {
.flexcontainer {
    flex-flow: column;
}
article {
    max-width: 80%;
}
}
.kontakt h3 {
    margin-top: 2rem;
}
.center {
    text-align: center;
}
.mitteilung img {
    max-width: 70%;
    border: solid 1rem;
    border-color: #E4E4E4;
    margin-bottom: 5%;
}
body > div > main > section > div > article:nth-child(2) {
    padding-right: 3rem;
}

@media only screen and (max-width:36.25rem) {
body > div > main > section > div > article:nth-child(2) {
    padding-right: 1rem;
}
}
.videowrap {
    position: relative;
    width: 100%;
    max-height: 12rem;
    overflow: hidden;/*max-width: 90%;*/
    background-image: url(../images/feuer.gif);
    background-position: center center;
}
#video-element {
    width: 100%;
    transform: translateY(-50%)
}
.logo {
    align-self: center;
    padding-bottom: 2rem;
}
nav {
    padding: 0;
    flex-grow: 2;
    text-align: center;
    align-self: center
}
.navtop span {
    padding: .5rem 1rem;
    background: #35C813;
}
.navtop span:hover {
    background: #339900;
}
.navtop a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}
.navtop li {
    display: inline-block;
    list-style-type: none;
    margin: 0 .8rem;
}

@media only screen and (max-width: 34rem) {
.navtop span {
    padding: .2rem .5rem;
}
.navtop a {
    font-size: 1.2rem;
}
.navtop li {
    margin: 0 .2rem
}
object {
    max-width: 100%;
}
}
