@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700');
@import "fonts.css";
* {
  padding: 0;
  margin: 0;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
img {
  border: none;
}
body {
  font-family: 'Dosis', sans-serif;
  color: #252525;
  font-size: 18px;
  background-color: #ffffff;
}
abbr {
  border-bottom: 1px dashed red;
}
#container {
  width: 80%;
  margin: 0 auto;
}
header,
nav,
footer {
  -webkit-flex: 1 100%;
  flex: 1 100%;
}
#head_bild img {
  max-width: 100%;
  height: auto;
  display: block;
}
picture img {
  max-width: 100%;
  height: auto;
}
section {
  width: 100%;
}
article {
  padding: 10px;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 15px;
}
a {
  text-decoration: none;
  color: #252525;
}
#h1_ct {
  border: 3px solid red;
  position: relative;
  height: 50px;
}
#h1_ct h1 {
  margin: 0;
  color: black;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid blue;
}
#suche {
  display: inline-block;
}
.boxcontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box {
  background-color: cornflowerblue;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  -webkit-flex: 0 0 20%;
  flex: 0 1 20%;
  flex-basis: 20%;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  text-align: center;
}
.clear {
  clear: both;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
header {
  position: relative;
}
header #plusminus {
  position: absolute;
  top: 20px;
  right: 300px;
  font-size: 20px;
  display: flex;
}
header #plusminus div {
  padding: 10px;
  cursor: pointer;
}
header #plusminus div#sw {
  width: 10px;
  height: 10px;
  background: black;
}
header #burgerbutton {
  position: absolute;
  left: 15px;
  top: 15px;
  display: none;
  width: 40px;
  height: 20px;
  border-top: 5px solid #004d6e;
  border-bottom: 5px solid #004d6e;
  position: relative;
}
header #burgerbutton:after {
  content: '';
  position: absolute;
  width: 40px;
  border-top: 5px solid #004d6e;
  left: 0;
  top: 8px;
}
.logo {
  position: absolute;
  width: 300px;
  top: 100px;
  left: 0;
}
.logo img {
  max-width: 80%;
  height: auto;
}
section {
  background-color: #ffffff;
}
footer {
  border-top: 1px solid #cccccc;
  padding: 20px;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content .video-wall {
  max-width: 100%;
  box-sizing: border-box;
}
.highlight {
  background-color: #6ed4ff;
}
#produktfinder,
#produktfinder_anders {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
#produktfinder .item,
#produktfinder_anders .item {
  width: 20%;
  margin: 0 20px 30px 0;
}
#selects_anders {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
#selects_anders .item {
  width: 150px;
  margin: 0 20px 30px 0;
}
#selects {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
#selects .item {
  width: 20%;
  margin: 0 20px 30px 0;
}
#select_ct {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
#select_ct div {
  margin-right: 20px;
}
#result #inner {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
#result #inner .item {
  width: 250px;
  margin: 0 20px 30px 0;
  border: 1px solid grey;
  padding: 5px;
}
/*Captcha Stuff*/
.wrongCaptcha {
  display: none;
  z-index: 2;
  height: 125px;
  width: 420px;
  padding: 10px;
  font-size: 16px;
  position: absolute;
  left: 50%;
  margin-left: -210px;
  top: 50%;
  margin-top: -66px;
  border: 1px solid #808080;
  background-color: rgba(245, 92, 96, 0.9);
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
.wrongCaptchaOk {
  font-size: 16px;
  padding: 5px 10px;
  width: 30px;
  margin: 20px auto;
  background-color: #717171;
  color: white;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #636363;
  border-bottom: 1px solid #636363;
}
input[name="captcha"] {
  position: relative;
  z-index: 2;
}
.captcha_ct {
  position: relative;
  display: initial;
}
.captcha_error {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  outline: 3px ridge #FC5185;
}
input[name="captcha"].error {
  outline-width: 10px;
}
/*/Captcha Stuff*/
.we.we_switcher {
  background-color: #7ab5fe;
}
.we.we_switcher tr td {
  padding: 10px;
  font-size: 16px;
}
/*OpenStreetMap*/
#map {
  height: 600px;
  width: 96%;
  padding: 0;
  margin: 0;
}
#osm {
  font-size: 0.7em;
  font-style: italic;
  margin-bottom: 20px;
}
/*Paschal-formular */
.ct.first .minus {
  display: none;
}
#formular input[type="text"].vorname,
#formular input[type="text"].nachname {
  width: 142px;
}
.required {
  border: 1px solid red!important;
  position: relative;
}
.item {
  position: relative;
}
label.error {
  color: red;
  font-size: 14px;
  margin-left: 20px;
  position: absolute;
}
label.error#Vorname-error {
  left: 312px;
}
label.error#Nachname-error {
  top: 15px;
}
.minus {
  cursor: pointer;
}
textarea.entgender {
  width: 800px;
  height: 300px;
}
.entbullshittet {
  max-width: 100%;
  font-size: 14px;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*/Paschal-formular */
/* -------------------
NAVIGATION
----------------------*/
nav {
  display: inline-block;
}
#mainnavi {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 25px;
  /*/ul*/
}
#mainnavi li {
  float: left;
  position: relative;
  color: #0a1551;
}
#mainnavi a {
  display: block;
  padding: 3px 20px;
  text-decoration: none;
  color: #0a1551;
  background-color: #999999;
}
#mainnavi a.aktiv,
#mainnavi a:hover {
  background-color: #2f6f6a;
  color: #ffffff;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.5s 0s;
  -moz-transition: all linear 0.5s 0s;
  -ms-transition: all linear 0.5s 0s;
  -o-transition: all linear 0.5s 0s;
}
#mainnavi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 20px;
  position: absolute;
  display: none;
  top: 28px;
  z-index: 1001;
  padding-top: 10px;
}
#mainnavi ul a {
  float: left;
  font-size: 12px;
  width: 150px;
}
#mainnavi ul li ul {
  top: auto;
}
#mainnavi ul ul {
  left: 9em;
  margin: 0px 0 0 10px;
}
#mainnavi li:hover ul ul,
#mainnavi li:hover ul ul ul,
#mainnavi li:hover ul ul ul ul {
  display: none;
}
#mainnavi li:hover ul,
#mainnavi li li:hover ul,
#mainnavi li li li:hover ul,
#mainnavi li li li li:hover ul {
  display: block;
}
/* -------------------
NAVIGATION ENDE
----------------------*/
/*-------------------------
Mobile Navigation
--------------------------*/
/*fastschwarz*/
#mobilenavi li.head {
  cursor: pointer;
}
#mobilenavi li.head .home {
  padding-top: 5px;
  height: 31px;
}
#mobile_menuicon {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 3;
}
#mobilemenu {
  display: none;
  position: absolute;
  left: -1%;
  top: 0px;
  top: 14px;
  padding-left: 12px;
  z-index: 5;
}
#mobilemenu ul {
  margin: 0px;
  padding: 0px;
}
#mobilenav li {
  list-style-type: none;
  margin-left: 0;
}
#mobilenavi {
  border-right: 1px solid #cccccc;
  position: absolute;
  top: 0px;
  background-color: #004d6e;
  width: 250px;
  left: -250px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
#mobilenavi ul {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dlevel1,
.ulevel2 {
  display: none;
}
#mobilenavi li .icon {
  float: left;
  width: 20px;
  height: 20%;
  margin-right: 7px;
  margin-top: 1px;
}
#mobilenavi li .icon img {
  width: 100%;
  height: auto;
}
#mobilenavi li.head {
  color: #004d6e;
  list-style-type: none;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
  height: 64px;
  line-height: 64px;
  padding: 0px 8px;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -ms-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: linear-gradient(top, #ffffff, #e8e8e8);
  /*fucking IE9 hat Pech gehabt*/
}
#mobilenavi li.head img {
  top: 5px;
  position: relative;
}
#mobilenavi li.head div {
  float: left;
}
#mobilenavi li.head div.menu {
  margin-left: 50px;
}
#mobilenavi li.head div.close {
  float: right;
  color: #004d6e;
}
#mobilenavi li {
  border-bottom: 1px solid #cccccc;
}
#mobilenavi li a {
  font-size: 18px;
  display: block;
  color: white;
  text-decoration: none;
  padding: 0px 15px;
  line-height: 45px;
}
input[type='button'] {
  margin-bottom: 20px;
}
#mobilenavi .dlevel1 li {
  border: none;
}
#mobilenavi .dlevel1 li > a {
  font-size: 15px;
  color: #e6e6e6;
  text-decoration: none;
  display: block;
  padding: 9px 15px 9px 25px;
  line-height: 1.3em;
}
#mobilenavi li ul li ul li a {
  background-color: #0071a1 !important;
  padding-left: 35px !important;
}
#mobilenavi .desktopbutton {
  text-align: center;
}
#mobilenavi .desktopbutton a {
  color: white;
  background-color: #0071a1 !important;
}
#mobilenavi select {
  position: relative;
  top: -12px;
  width: 215px;
  color: black;
}
/*SHOP*/
#shopuebersicht,
#artikeluebersicht {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
#shopuebersicht .item,
#artikeluebersicht .item {
  background-color: white;
  border: 1px solid grey;
  padding: 20px;
  margin: 20px;
}
#shopuebersicht .item .hauptbild,
#artikeluebersicht .item .hauptbild {
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dadada;
  margin: 0 auto;
}
.saupreis {
  display: none;
}
#wk {
  width: 250px;
  border: 1px solid black;
  background-color: #004d6e;
  color: white;
  padding: 5px;
  float: right;
}
#wk:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#wk a {
  color: white;
}
#bestellungen {
  width: 250px;
  border: 1px solid black;
  background-color: #004d6e;
  color: white;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 25px;
}
#bestellungen .head,
#bestellungen .item {
  cursor: pointer;
}
#bestellungen a {
  color: White;
}
#bestellungen #orders {
  display: none;
  font-size: 14px;
}
#bestellungen #orders .detail {
  margin-left: 10px;
  display: none;
}
#bestellungen.full {
  font-size: initial;
  border: 0;
  position: initial;
  width: 100%;
  background-color: white;
  color: black;
}
#bestellungen.full #orders {
  display: block;
}
#bestellungen.full a {
  color: black;
}
#tbl_wk td {
  vertical-align: top;
}
#tbl_wk td:nth-of-type(1) {
  width: 30px;
}
#tbl_wk td:nth-of-type(2) {
  width: 50px;
}
#tbl_wk td:nth-of-type(3) {
  width: 150px;
}
#tbl_wk td:nth-of-type(4) {
  width: 150px;
}
#tbl_wk td:nth-of-type(5) {
  width: 200px;
}
#tbl_wk td:last-of-type {
  width: 300px;
  text-align: right;
}
#tbl_wk td:nth-of-type(7) {
  width: 100px;
  text-align: right;
}
#grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 100px repeat(3, 1fr);
  justify-items: stretch;
  grid-template-rows: 5fr repeat(auto 2fr);
  gap: 10px 10px;
}
#grid div {
  border: 1px dotted black;
  padding: 10px;
}
#grid div:nth-of-type(2n+0) {
  grid-column: 2 span 2;
}
#sack {
  /*
	display: grid; 
	//grid-template-columns:50% 15% 22% 10%;
	grid-template-columns:5fr 1fr 1fr 1fr 2fr;
	//grid-template-rows:200px 1fr 1fr; 
	grid-template-rows: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-flow:dense;
	column-gap:20px;
	row-gap:40px;
	justify-content:center;

	width:100%;
	height:100vh;
	*/
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 20px;
  /*
	.text {
	grid-area: Hallo-du-Eumel; 
	width: 10%; 
	height: 10%; 
	background-color:rgba(231,105,66,0.8);
	grid-column: 3 / span 2;

}
	.text2 {
	grid-area: Seppel; 
	width: 10%; 
	height: 10%; 
	background-color:rgba(231,105,66,0.8);
	grid-column-start: 1;
	grid-column-end: span col4-start;
	grid-row-start: 2;
	grid-row-end: span 2;
}
	*/
}
#sack div {
  background: red;
  padding: 10px;
}
#sack div.eins {
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-column-end: five;
  grid-row-start: 2;
  grid-row-end: 3;
  background: blue;
}
/*-------------------------
Ende mobile Navigation
---------------------------*/
.suchergebnis {
  margin-bottom: 15px;
}
#formular .req,
.formular .req {
  color: red;
}
#formular .row,
.formular .row {
  margin: 3px 0px;
}
#formular .row:after,
.formular .row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#formular .row .value,
.formular .row .value {
  position: relative;
  display: inline-block;
  float: left;
}
#formular .row .value.binweg,
.formular .row .value.binweg {
  display: none;
}
#formular .row .desc,
.formular .row .desc {
  float: left;
  width: 130px;
}
#formular input[type="text"],
.formular input[type="text"],
#formular input[type="url"],
.formular input[type="url"],
#formular input[type="email"],
.formular input[type="email"],
#formular input[type="password"],
.formular input[type="password"],
#formular input[type="phone"],
.formular input[type="phone"],
#formular textarea,
.formular textarea,
#formular select.webselect,
.formular select.webselect {
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 300px;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#formular input[type="checkbox"],
.formular input[type="checkbox"],
#formular input[type="radio"],
.formular input[type="radio"] {
  margin-right: 3px;
}
#formular select.webselect,
.formular select.webselect {
  width: 311px;
}
#formular textarea,
.formular textarea {
  width: 200px;
  height: 150px;
}
#formular input[type="submit"],
.formular input[type="submit"] {
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 300px;
  font-weight: bold;
  padding: 3px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
}
#formular .hidden,
.formular .hidden {
  display: none;
}
#formular .abhaengig,
.formular .abhaengig {
  display: none;
}
#formular .radio_ul,
.formular .radio_ul,
#formular .checkbox_ul,
.formular .checkbox_ul {
  list-style-type: none;
  list-style-position: outside;
}
/*/formular*/
#form_wk input[type="number"] {
  width: 30px;
}
.form_edit_container {
  background-color: white;
  border: 1px solid  #3B3B3B;
  padding-bottom: 20px;
}
.form_controller {
  background-color: #EF8C11;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
#sitemap {
  padding-left: 15px;
}
#sitemap ul {
  padding-left: 15px;
}
#calendar .info {
  position: absolute;
  right: 10px;
  top: 5px;
  border: 1px solid white;
  width: 17px;
  height: 17px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 12px;
  color: white;
  z-index: 10;
  cursor: pointer;
}
#calendar .sack {
  font-size: 14px;
  border: 1px solid grey;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  padding: 10px;
  z-index: 8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-width: 200px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
#calendar .sack .head {
  font-size: 16px;
  font-weight: bold;
}
#masonry_ct {
  position: relative;
  margin: 0 auto;
  /*
	.grid-sizer
	{
	width:250px;
}

	*/
}
#masonry_ct .stamp {
  position: absolute;
  background: orange;
  border: 4px dotted black;
}
#masonry_ct .stamp.stamp1 {
  left: 30%;
  top: 50px;
  width: 20%;
  height: 100px;
}
#masonry_ct .ms_item {
  margin-bottom: 30px;
  font-size: 15px;
  letter-spacing: 0.1em;
  /*width: 18%;*/
  width: 80px;
  border: 1px solid black;
  background: red;
}
#masonry_ct .ms_item .text {
  max-width: 100%;
}
#masonry_ct .ms_item.appended {
  height: 200px;
}
.prepend-button,
.append-button,
.kaputt-button,
.ganz-button {
  display: inline-block;
  background: #4d4dc5;
  padding: 5px 10px;
  cursor: pointer;
  color: white;
  border: 1px solid grey;
}
.ganz-button.disabled {
  background: grey;
  cursor: default;
}
#footer {
  display: flex;
}
#footer .item {
  width: 25%;
}
#footer .item.vk {
  width: 50%;
}
#footer .item.vk .inhalt {
  /*
				display:flex;
				column-gap:10px;
				*/
  column-count: 3;
  column-gap: 10px;
  column-width: 33%;
}
#footer .item.vk .inhalt .blah {
  width: 33%;
}
#footer .item.vk .inhalt .blah .fett {
  font-weight: bold;
}
#footer .item .head {
  font-weight: bold;
  position: relative;
}
#footer .item .head:after {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 5px;
  content: '';
  background-image: url('/bootstrap/icons/arrow-down.svg');
  background-size: 100%;
}
/* -------------------
FORM VALIDATOR START
----------------------*/
/*
#formular input.error,
#formular textarea.error,
#formular select.error {
border: 1px solid rgba(255, 0, 0, 0.9);
}

#formular input.valid,
#formular textarea.valid,
#formular select.valid {

}

#formular label.error {
width: 240px;
position: absolute;
right: -280px;
top: -8px;
padding: 8px;
border: 1px solid @bordercolor;
background-color: rgba(255, 0, 0, 0.9);
color: @textfarbe;
.roundall(5px);
.schatten();


}

*/
/* -------------------
FORM VALIDATOR ENDE
----------------------*/
