@charset "utf-8";
/**
 * @author  ( AG NICKIER by Schnacko  )
 * Farben Weinrot: #c12636
**/

@font-face {
  font-family: 'Uni-Icons';
  src: url('../fonts/Uni-Icons/Uni-Icons.eot');
  src: url('../fonts/Uni-Icons/Uni-Icons.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Uni-Icons/Uni-Icons.otf') format('otf'),
       url('../fonts/Uni-Icons/Uni-Icons.svg#Uni-Icons') format('svg'),
       url('../fonts/Uni-Icons/Uni-Icons.ttf') format('truetype'),
       url('../fonts/Uni-Icons/Uni-Icons.woff') format('woff'),
       url('../fonts/Uni-Icons/Uni-Icons.woff2') format('woff2');
}
/*-------*/

/*-- 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;
}

/*--------------------------------------------------*/

* {
	cursor:default;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
}

a {
    color:#000;
    cursor:pointer;	
}

html {
	font-size:16px;
	-webkit-user-select: text;  /* Chrome all / Safari all */
    -moz-user-select: text;     /* Firefox all */
    -ms-user-select: text;      /* IE 10+ */
    user-select: text;          /* Likely future */
	background-color:#fff;
}

body {
	font-family:"Trebuchet MS",Tahoma;
	font-size:1.2rem;
	letter-spacing:.05rem;
	line-height:130%;
	width:100%;
	max-width:90rem;
	margin:0 auto;
	color:#000;
	min-height: 30rem;
}

h1 {

}

h1.invisibilis  {
    display:none;
}

h2 {

}


h3 {

}

h4 {

}

/* Hamburger */
#nav_head {
	font-size:1.8rem;
	color:#000;
	width:100%;
	max-width:90rem;
	cursor:pointer;
	text-align:right;
	padding:1rem .5rem 0 0;
	z-index:200;
	position:absolute;
	display:block;
}

#nav_head:after {
    font-family:'Uni-Icons';
	font-size:6rem;
    content: 'B';
	position: absolute;
    top: 1rem;
    right: 1rem;
	cursor:pointer;
	visibility:visible;
}

.overlay {
  height: 100%;
  width:0%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background: transparent;			   
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 1.5rem;
  width: 100%;
  max-width:90rem;
  text-align: center;
  padding:0 0 1rem 0;
  margin:0 auto;
  background-color:#fff;
  border-bottom:.15rem solid #000;
  border-left:.15rem solid #000;
  border-right:.15rem solid #000;
  z-index:1000;
}

figure.nav_head {
	width:30%;
	margin:-1rem auto 0 auto;
	padding:1rem 0 0 0;
}

figure.nav_head img {
	width:100%;
	cursor:pointer;
}

.first-hr {
  border: .05rem solid #fff;
  width:65%;
}

.overlay-content figure.galeria  {
  width:17%;
  cursor:pointer;
  display:inline-block;
  padding:0 2rem;
  margin:0 0 1rem 0;
}

.overlay-content figure.galeria img  {
  width:100%;
  cursor:pointer;
}

.overlay-content figure.aktiv  {
  border-bottom:.2rem solid #c12636;
  margin:0;
}

.overlay .closebtn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: 'Uni-Icons';
  font-size: 6rem;
  z-index:1100;
  color:#000;
}
/* Ende Hamburger */

/* Header */
header {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content:center;
	-webkit-justify-content:flex-start;
	align-items: center;
	-webkit-falign-items: center;
	background-color:#fff;
}

header figure {
	width:70%;
	padding:1rem 0 0 0;
}

header figure img {
	width:100%;
}
/* Ende Header */

/* Main */
main {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:stretch;
	-webkit-falign-items:stretch;
	min-height:20rem;
}
/* Ende Main */

/* Footer */
footer {

}
/* Ende Footer */

/* Cookie Banner */
.canvas_cookie {
	display:block;
	max-width:100%;
}

#cookie_info a {
  color: #fff;
  text-decoration:none;
}

#cookie_info { 
   border: .1rem solid #c12636; 
   text-align:center; 
   background-color:#c12636; 
   opacity: 1;
   color: #fff;
   bottom:0;
   right:0;   
   width:100%;
   font-size:1.4rem; 
   line-height:2rem;
   padding:.6rem 0;
   z-index:1000;
}

#cookie_info_close {
   color: #c12636;
   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;
   -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);
   display:inline-block;
}
/* Ende Kekse */

/* ScrollTop Button */
.back-to-top {
   position: fixed;
   bottom:1.5rem;
   right:1.5rem;
   text-align:center;
   vertical-align:middle;
   font-size:3rem;
   line-height:120%;
   width:4rem;
   height:4rem;
   border-radius:4rem;
   padding:0 .5rem .7rem .5rem;
   border:0.15rem solid #000;
   background-color:#fff;
   color:#000;
   filter:alpha(opacity=70); /* IE */
   opacity:0.8; /* allgemein */
   -moz-opacity:0.8; /* Mozilla */
   -khtml-opacity:0.8; /* KTHML */
    -opera-opacity:0.8; /* Opera */
}

.back-to-top:hover {
   text-decoration:none;
}

/* Ende ScrollTop Button */
