@charset "utf-8";
/**
 * @author  ( AG NICKIER by Schnacko  )
 * Farben Dunkelgrün #006633 | Hellgrün #a3ca19 | Orange #f87205 
**/

/* Fonts */
@font-face {
	font-family: 'Conv_Footlight_MT_Bold';
	src: url('../fonts/Footlight_MT_Bold.eot');
	src: local('☺'), url('../fonts/Footlight_MT_Bold.woff') format('woff'), url('../fonts/Footlight_MT_Bold.ttf') format('truetype'), url('../fonts/Footlight_MT_Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Footlight_MT_Light';
	src: url('../fonts/Footlight_MT_Light.eot');
	src: local('☺'), url('../fonts/Footlight_MT_Light.woff') format('woff'), url('../fonts/Footlight_MT_Light.ttf') format('truetype'), url('../fonts/Footlight_MT_Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*-------*/

/*-- Resets --*/ 
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:inherit;
	vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section, summary {
	display:block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10. 1
 */

a {
  background-color: transparent; /* 1 */
  text-decoration:none
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a, a:active,
a:hover {
  outline: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

body {
	line-height:1;
}

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;
}

/*--------------------------------------------------*/
/*@media screen and (min-width: 56rem) and (max-width: 75rem) {}*/

* {
	cursor:default;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
}

a {
	color:#000;
	cursor:pointer;
}

html {
	font-size:16px;
	background-color:#a3ca19;
	-webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}
	
body, section, article, footer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-flex: 1 100%;
	flex: 1 100%;
}

body {
	justify-content:center;
	-webkit-justify-content:center;
	font-family:'Footlight_MT_Light';
	letter-spacing:.1rem;
	max-width:65rem;
	margin:0 auto;
	padding:0rem;
	background-color:#a3ca19;
}

section, article {
	justify-content:flex-start;
	-webkit-justify-content:flex-start;
}

h1, h2 {
}

h3 {
	font-size:1.3rem;
	text-align:center;
	line-height:2.6rem;
	font-weight:bold;
	width:100%;
}

h4 {
	font-size:1.2rem;
	text-align:left;
	margin:0 0 0.2rem 0;
	width:100%;
}

nav.responive_topnav, nav.responive_topnav a#menu-icon, section, article, footer {
	-webkit-flex: 1 100%;
	flex: 1 100%;
}

nav.responive_topnav {
	font-size:1.3rem;
	padding:1rem;
	position:relative;
	max-width:65rem;
	left:0;
	top:.0rem;
}

nav.responive_topnav a#menu-icon {
	font-size:3rem;
	font-weight:bold;
	text-align:left;
	position:absolute;
	left:1rem;
	top:0;
	color:#f87205;
	padding:.5rem 0 0 0;
}

nav ul.dropdown_sub {
	display: -webkit-flex;
	-webkit-justify-content:flex-start;
	-webkit-flex-direction: row;
	display: flex;
	justify-content:flex-start;
	-webkit-flex-direction: row;
	flex-direction: row;
	font-size:2.1rem;
	font-weight:bold;
	line-height:2.2rem;
	margin:0rem 0 0 2rem;
	cursor:pointer;

}

nav ul.dropdown_sub li a {
	color:#000;
	padding:0 1rem;
} 

nav ul {
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-flex-direction: row;
	display: flex;
	justify-content: center;
	flex-direction: row;
}

header {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row-reverse wrap;
	flex-flow: row-reverse wrap;
	-webkit-flex: 1 100%;
	flex: 1 100%;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	margin:0;
	padding:1rem;
	height:auto;
	font-family:'Conv_Footlight_MT_Bold';
}

header figure {
    width:50%;
	height:auto;
}

header figure img {
    width:100%;
	height:auto;
}

header div {
	width:50%;
}

header div h1 {
	color:#000;
	font-size:3.6rem;
	text-align:right;
	margin:1rem 0 0 0;
}

header div h2 {
	color:#000;
	font-size:2.6rem;
	text-align:right;
}

h2 {
	color:#000;
	font-size:2.8rem;
	line-height:1.4rem;
	font-family:'Conv_Footlight_MT_Bold';
	text-align:center;
	width:100%;
}

header div address {
	color:#000;
	font-size:1.5rem;
	text-align:right;
	margin:1.5rem 0;
	display:block;
}

address.mobil {
	color:#000;
	font-size:1.9rem;
	text-align:center;
	margin:.5rem 0 .3rem 0;
	display:none;
}

header div p {
	font-size:1.5rem;
	margin:.5rem 0 .5rem 3rem;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: row;
	-webkit-flex-direction: row;	
	align-items: center;
	-webkit-align-items: center;
}

header div p img {
	width:auto;
	height:2.5rem;
}

p.mobil {
	display:none;
}

p.mobil img {
	width:auto;
	height:2.5rem;
}

.browserupgrade {
	position:relative;
	width:100%;
	background-color:#fff;
	font-size:2rem;
	color:red;
	text-align:center;
	padding:1rem;
	border:.2rem solid red;
}

.browserupgrade a {
	color:red;
	text-decoration:underline;
}

section {

}

article {
	font-size:1.5rem;
	line-height:1.8rem;
	text-align:center;
	margin:0 0 1rem 0;
	padding:1rem;
	font-weight:bold;
}

article p {
    margin-top:1rem;	
}

#impressum h2, #datenschutz h2 {
	text-align:center;
	width:100%;
}

article#impressum, article#datenschutz {
	padding:1rem;
	text-align:justify;
	font-size:1.4rem;
}

article#impressum h2, article#datenschutz h2 {
	font-family: 'Conv_Footlight_MT_Bold';
	line-height:4rem;
	margin:0rem 0 0 0;
	color:#000;
}

article#impressum h3, article#datenschutz h3 {
	line-height:3.4rem;
	font-size:1.8rem;
	font-weight:bold;
}

article#impressum address {
    text-align:center;
    width:100%;
    line-height:200%;
    font-weight:bold;
    cursor:pointer;
    margin:0 0 1rem 0;	
}

article#impressum div, article#datenschutz div {
    width:100%;
    text-align:center;
    margin:1.5rem 0;	
}

article#impressum div span, article#datenschutz div span {
    padding:.5rem;
    background-color:#f87205;
    -webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	border-radius: 0.2rem;
    border:0.1rem solid #000;
    color:#000;
	cursor:pointer;
	box-shadow: .2rem .2rem .2rem rgba(0,0,0,.6);
}

footer {
	justify-content:space-between;
	-webkit-justify-content:space-between;
	color:#000;
	background-color:#f87205;
	padding:1rem;
	font-size:1.3rem;
	font-weight:bold;
	
}

footer a {
	color:#000;
}

/* Cookie Banner */
.canvas_cookie {
	
}
	
#cookie_info a {
  color: #000;
  text-decoration:none;
}

#cookie_info { 
   text-align:center; 
   background-color:#f87205; 
   opacity: 1;
   position:fixed;
   color: #000;
   bottom:0;
   left:0;
   margin:0 auto;   
   width:100%;
   max-width:100%;
   font-size:1.4rem; 
   line-height:2rem;
   padding:.8rem 0;
   z-index:80;
}

#cookie_info_close {
   color: #f87205;
   font-size:1.2rem;
   font-weight:bold;
   border: .1rem solid #fff;
   text-decoration: none;
   text-shadow: 0 .1rem 0 #fff;
   cursor:pointer;
   padding:.35rem .8rem;
   margin:0 0 0 1rem;
   background-color:#fff;
   border-radius : .4rem;
   moz-border-radius : .4rem;
   -webkit-box-shadow : .2rem .3rem .4rem rgba(0,0,0,0.4);
   -moz-box-shadow : .2rem .3rem .4rem rgba(0,0,0,0.4);
   box-shadow : .2rem .3rem .4rem rgba(0,0,0,0.4);
    z-index:80;
	display:inline-block;
}

.schnacko{
	display:none;
}