/*hellgrau*/
/*noch hellgrauer..*/
/*noch hellgrauer..*/
/*orange*/
/*grün*/
/*blau*/
/*gelb*/
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('SourceSansPro-Regular'), local('SourceSansPro-Regular'), url('/_intern/fonts/SourceSansPro-Regular.ttf') format('woff2');
}
/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-slab-v16-latin-300.eot');
  src: local(''), url('../fonts/roboto-slab-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-slab-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-slab-v16-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-slab-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-slab-v16-latin-300.svg#RobotoSlab') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v16-latin-regular.eot');
  src: local(''), url('../fonts/roboto-slab-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-slab-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-slab-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-slab-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-slab-v16-latin-regular.svg#RobotoSlab') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-slab-800 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  src: local(''), url('/_intern/fonts/roboto-slab-v16-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/_intern/fonts/roboto-slab-v16-latin-800.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*
@import url('https://fonts.googleapis.com/css?family=Roboto:wght@300&display=swap');
*/
/*Mixins*/
/*/Mixins*/
.outer {
  width: 100%;
  max-width: 100%;
}
.inner {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.inner.fl {
  display: flex;
}
.inner.small {
  max-width: 50%;
}
.schmal {
  width: 50%;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
.padding {
  padding: 30px 0 50px 0;
}
.pfeil_img {
  background-image: url('/_intern/pics/pfeil_subnavi.png');
  background-repeat: no-repeat;
  background-position: 0 7px;
}
a.pdf:before {
  /*The background image*/
  content: '';
  background-image: url('/_intern/pics/icons/pdf.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -20px;
  height: 16px;
  width: 14px;
}
.pfeil {
  background-image: url('/_intern/pics/pfeil_subnavi.png');
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 7px;
}
.schatten {
  -moz-box-shadow: 5px 3.33333333px 10px -5px #000000;
  -webkit-box-shadow: 5px 3.33333333px 10px -5px #000000;
  box-shadow: 5px 3.33333333px 10px -5px #000000;
}
.keinschatten {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
* {
  padding: 0;
  margin: 0;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #eeeeee;
}
img {
  border: none;
}
body,
textarea {
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  /*font-family: 'SourceSans', sans-serif;*/
  font-size: 16px;
  line-height: 1.5em;
  background-color: white;
  color: #444444;
}
#page {
  padding-top: 190px;
}
h1,
h2,
h3 {
  font-family: Roboto Slab;
  line-height: 1.3em;
}
h1 {
  font-size: 30px;
  font-weight: normal;
  color: #dd710e;
}
h2 {
  font-size: 20px;
  color: #dd710e;
}
h2 a {
  color: #dd710e;
}
h3 {
  font-size: 16px;
  color: #dd710e;
}
.center {
  text-align: center;
}
a {
  text-decoration: none;
  color: #4b4b4b;
}
.clear {
  clear: both;
}
.schalung {
  color: #dd710e;
}
.bau {
  color: #004494;
}
.bab {
  color: #fff100;
  text-shadow: 1px 1px #999999;
}
.nb {
  color: #61993b;
}
.grau {
  color: #726969;
}
#wrapper {
  margin: 0 auto;
  /*	width: @seitenbreite;*/
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
}
#bgtest {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#hauptgrafik_bg {
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
  backdrop-filter: opacity(50%);
  moz-backdrop-filter: opacity(50%);
}
#hauptgrafik_bg #blur {
  backdrop-filter: blur(12px) grayscale(75%);
  -moz-backdrop-filter: blur(12px) grayscale(75%);
  -webkit-backdrop-filter: blur(12px) grayscale(75%);
  width: 100%;
  height: 100%;
  position: absolute;
}
#hauptgrafik {
  width: 80%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 2px 0px 2px 0px #424242;
  overflow: hidden;
}
#hauptgrafik.fl {
  display: flex;
}
#hauptgrafik.small {
  max-width: 50%;
}
#hauptgrafik.full {
  width: 100%;
}
#hauptgrafik .video {
  width: 100%;
  line-height: 0;
}
#hauptgrafik .video video {
  width: 100%;
  height: auto;
}
#hauptgrafik img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
#hauptgrafik .textbox {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 40px;
  color: #444444;
  font-size: 20px;
}
#hauptgrafik .textbox img {
  width: initial;
  height: auto;
}
#hauptgrafik .textbox .ueberschrift {
  text-align: center;
  font-size: 30px;
  line-height: 1.3em;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  color: #dd710e;
  margin-bottom: .8em;
}
#hauptgrafik .textbox .hintergrund {
  background-color: #dd710e;
  color: white;
  width: 100%;
  padding: 5px 10px;
}
#header {
  padding: 20px 0 0 0;
  background-color: #dd710e;
  z-index: 3;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  -webkit-box-shadow: 0px 3px 7px 2px rgba(91, 91, 91, 0.4);
  box-shadow: 0px 3px 7px 2px rgba(91, 91, 91, 0.4);
  /*upper*/
}
#header #upper {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
#header #upper.fl {
  display: flex;
}
#header #upper.small {
  max-width: 50%;
}
#header #upper #logo {
  width: 220px;
  background-color: #d6d6d6;
  padding: 30px 20px;
  -webkit-box-shadow: 1px 1px 2px 0px #000000;
  box-shadow: 1px 1px 2px 0px #000000;
  border-radius: 3px;
}
#header #upper #logo img {
  width: 100%;
  height: auto;
  display: block;
}
#header #suche {
  position: absolute;
  top: 16px;
  right: 25px;
}
#header #suche form input[type="text"] {
  font-size: 16px;
  padding: 12px 10px;
  width: 200px;
  border: 1px solid #dd710e;
  background-color: white;
  color: #78756E;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: white;
}
#header #suche form button {
  margin-left: 10px;
  border: none;
  font-size: 30px;
  color: #dd710e;
  background: none;
  position: absolute;
  top: 7px;
  right: 7px;
}
#header #suche .close {
  position: absolute;
  top: 1px;
  right: 2px;
  color: #dd710e;
  display: none;
  cursor: pointer;
}
#header #suche.sticky {
  position: absolute;
  top: 146px;
  right: 47px;
  z-index: 1;
}
#header #suche.sticky .close {
  display: block;
}
#header #suche.sticky button {
  right: 20px;
}
#header #top_navi {
  padding: 20px 0 10px 0;
  position: relative;
}
#header.fixed {
  position: fixed;
  top: -138px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 1002;
}
#header #logo_sticky {
  display: none;
  position: absolute;
  z-index: 1;
  top: 160px;
  left: 19px;
  width: 30px;
  background-color: #d6d6d6;
  padding: 2px 12px;
  -webkit-box-shadow: 1px 1px 2px 0px #000000;
  box-shadow: 1px 1px 2px 0px #000000;
  border-radius: 2px;
}
#header #logo_sticky img {
  max-width: 100%;
  height: auto;
}
#header #lupe_sticky {
  display: none;
  position: absolute;
  /*right:0;
		top:27px;
		*/
  right: 0;
  top: 158px;
  width: 40px;
  color: white;
  cursor: pointer;
}
#suche_mobil {
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
#suche_mobil form input[type="text"] {
  font-size: 16px;
  padding: 10px 10px;
  width: 200px;
  border: 1px solid #dd710e;
  background-color: white;
  color: #78756E;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: white;
}
#suche_mobil form button {
  margin-left: 10px;
  right: 20px;
  border: none;
  font-size: 30px;
  color: #dd710e;
  background: none;
  position: absolute;
  right: 5px;
  top: 5px;
}
#suche_mobil form button:hover {
  opacity: 1;
}
#suche_mobil .close {
  position: absolute;
  top: -8px;
  right: 27px;
  color: #afa7a7;
  display: none;
  cursor: pointer;
}
.acc_ct {
  background: #dd710e;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 2px 0px #000000;
  box-shadow: 1px 1px 2px 0px #000000;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 60%;
}
.acc_ct .acc_head {
  font-weight: bold;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}
.acc_ct .acc_head:before {
  content: '+';
  position: absolute;
  font-size: 30px;
  left: -4px;
  top: -1px;
}
.acc_ct .acc_head.open:before {
  top: -16px;
  content: '_';
}
.acc_ct .acc_text {
  display: none;
}
#content_re {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
}
#content_re .fl {
  width: 45%;
  position: relative;
  margin-bottom: 20px;
}
#content_re .fl img {
  width: 100%;
  height: auto;
  display: inline-block;
}
#content_re .fl .text_ct {
  position: absolute;
  bottom: 7px;
  box-sizing: border-box;
  width: 100%;
}
#content_re .fl .text_ct .bild_text {
  padding: 5px;
  background: rgba(56, 62, 66, 0.8);
  color: #dd710e;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
#content_re .fl .text_ct .bild_text2 {
  display: none;
  color: white;
  background: rgba(56, 62, 66, 0.6);
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.kasten {
  -webkit-box-shadow: 1px 1px 2px 0px #000000;
  box-shadow: 1px 1px 2px 0px #000000;
  border-radius: 3px;
  background-color: #dd710e;
  padding: 20px;
}
#header_slider-wrapper {
  overflow-y: hidden;
  font-size: 0px;
  line-height: 0;
}
#content {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.parallax-window {
  min-height: 750px;
  background: transparent;
  position: relative;
}
.parallax-mirror {
  /*z-index:inherit!important;*/
}
.uebersicht {
  padding-top: 23px;
  width: 100%;
  max-width: 100%;
  background: #dd710e;
}
.box_container {
  margin-top: 47px;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-around;
}
.box_container.fl {
  display: flex;
}
.box_container.small {
  max-width: 50%;
}
.box_container .box {
  border-radius: 3px;
  width: 20%;
  min-width: 220px;
  max-width: 50%;
  text-align: center;
  min-height: 170px;
  padding: 35px 20px 20px 20px;
  margin: 0 20px 20px 0;
  background: white;
  box-shadow: 0 1px 4px 0px #424242;
  /*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;
}
.box_container .box a {
  border-bottom: none !important;
}
.box_container .box:hover {
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.2s 0s;
  -moz-transition: all linear 0.2s 0s;
  -ms-transition: all linear 0.2s 0s;
  -o-transition: all linear 0.2s 0s;
  box-shadow: 0 4px 8px 0px #424242;
}
.box_container .box.weg {
  display: none;
}
.box_container .box h2 {
  height: 16px;
  font-size: 13px;
}
.box_container .box .box_text {
  margin-left: 4px;
}
.box_container .box .boxlink {
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
  background-image: url('/_intern/pics/pfeil_subnavi.png');
  background-repeat: no-repeat;
  background-position: 0 7px;
  background-position: 3px 7px;
}
.box_container .box h2.box_headline {
  background-repeat: no-repeat;
  padding-left: 45px;
}
#metanavigation {
  float: right;
  margin: 0 40px 10px 0;
}
#metanavigation ul {
  list-style-type: none;
}
#metanavigation ul li {
  padding: 5px 0;
}
#metanavigation ul li a {
  color: #7d7f85;
}
#metanavigation ul li a:hover {
  color: white;
}
#to_top {
  margin: 0 auto;
  width: 40px;
  padding: 20px 0;
  position: absolute;
  /*
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	*/
  left: calc(50% - 25px);
  top: 0;
  transform: translate(-50%, 0);
  /*
	position:absolute;
	left:50%;
	margin-left:-40px;
	z-index:1;
	*/
}
#to_top a {
  color: #dd710e !important;
  font-size: 100px;
  padding-right: 8px;
}
#adresse {
  width: 100%;
  white-space: pre-wrap;
  font-size: 16px;
  margin-bottom: 5px;
}
#adresse .fb_logo {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
#adresse_print {
  display: none;
}
#logo_footer {
  margin: 20px 0 20px 0;
  color: #7d7f85;
  font-size: 11px;
}
.footerlogos {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
  padding: 30px 0 10px 0;
  background: #323232;
  box-shadow: 4px 2px 4px 0px #000000;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footerlogos.fl {
  display: flex;
}
.footerlogos.small {
  max-width: 50%;
}
.footerlogos .item {
  width: 25%;
  width: calc(25% - 20px);
  margin: 0 20px 20px  0;
  text-align: center;
  color: #7d7f85;
  font-size: 12px;
  min-width: 200px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: inset 1px 1px 4px 1px #404040;
}
.footerlogos .item .logo {
  height: 50px;
  /*background-image:url('/_intern/pics/bg_beton.jpg');
			background-repeat:no-repeat;
			background-size:cover;
			*/
  padding: 20px 0;
  margin-bottom: 5px;
}
.footerlogos .item .logo img {
  width: 250px;
  height: auto;
  max-width: 95%;
}
.footerlogos .item.last {
  margin-right: 0;
}
#footer {
  border-top: 1px solid #7d7f81;
  padding: 15px 0 40px 0;
  /*background:@farbe_schalung;*/
  background: #383e42;
  color: #c5c5c5;
}
#footer a {
  color: #c5c5c5;
}
#footer a.fb {
  color: white;
  font-size: 30px;
}
#footer .footer_col {
  float: left;
  padding-right: 25px;
}
#footer .footer_col a {
  color: white;
}
#footer ul {
  list-style-type: none;
  padding: 0;
  margin: 5px 0;
}
#footer ul li a {
  color: #c5c5c5;
}
#breadcrumb {
  padding-bottom: 45px;
}
#breadcrumb ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#breadcrumb ul li {
  float: left;
  margin-bottom: 10px;
  list-style-type: none;
  color: #444444;
  font-size: 14px;
  background-image: none !important;
  padding-left: 0 !important;
}
#breadcrumb ul li a {
  color: #444444;
  font-size: 17px;
}
#breadcrumb ul li a.first {
  padding-right: 15px;
  font-weight: bold;
}
#content_li {
  float: left;
  width: 233px;
  -moz-box-shadow: 5px 3.33333333px 10px -5px #000000;
  -webkit-box-shadow: 5px 3.33333333px 10px -5px #000000;
  box-shadow: 5px 3.33333333px 10px -5px #000000;
  margin-right: 10px;
  padding: 23px 0 30px 25px;
  font-size: 13px;
  position: relative;
  z-index: 4;
}
#content_li ul {
  list-style-type: none;
  padding: 0;
  margin: 5px 0;
}
#content_li ul li {
  margin: 5px 0;
}
#content_li ul li ul {
  margin-left: 15px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#content_li ul li ul li {
  margin: 0;
}
#content_li ul li a {
  padding-left: 10px;
  font-size: 15px;
}
#content_li ul li a:hover,
#content_li ul li a.aktiv {
  background-image: url('/_intern/pics/pfeil_subnavi.png');
  background-repeat: no-repeat;
  background-position: 0 7px;
}
#content_mi,
#content {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 30px 0 50px 0;
}
#content_mi.fl,
#content.fl {
  display: flex;
}
#content_mi.small,
#content.small {
  max-width: 50%;
}
#content_mi.breit,
#content.breit {
  width: 700px;
  max-width: calc(100% - 33px);
}
#content_mi.nochbreiter,
#content.nochbreiter {
  width: calc(100% - 33px);
}
#content_mi a,
#content a {
  border-bottom: 1px dotted #e1b48b;
}
#content_mi a:hover,
#content a:hover {
  border-bottom: 1px dotted #dd710e;
}
#content_mi a img,
#content a img {
  border-bottom: none;
}
#content_mi h1 a,
#content h1 a,
#content_mi h2 a,
#content h2 a,
#content_mi h3 a,
#content h3 a {
  border-bottom: none;
}
#content_mi img,
#content img {
  max-width: 100%;
  height: auto;
}
#content_mi ul,
#content ul {
  padding-left: 20px;
}
#content_mi ul li,
#content ul li {
  list-style-type: none;
  position: relative;
}
#content_mi ul li:before,
#content ul li:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #dd710e;
}
#content_mi.parallax,
#content.parallax {
  position: relative;
  z-index: 1;
  background: white;
}
.asp_drop {
  display: none;
}
.shopbutton {
  background-color: #dd710e;
  color: white;
  font-weight: bold;
  float: right;
  border-radius: 3px;
  position: relative;
}
.shopbutton a {
  display: inline-block;
  padding: 8px 18px 8px 35px;
  color: white;
  border-bottom: none !important;
}
.shopbutton:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url('/_intern/pics/arrow-circle-right-solid.png');
  background-size: 100%;
}
.asp_link {
  cursor: pointer;
  padding-bottom: 20px;
  float: left;
  width: 205px;
  height: 45px;
  margin: 0 15px 0 0;
  font-size: 15px;
  line-height: 1.3em;
}
.asp_link .name {
  font-size: 16px;
  font-weight: bolder;
}
#asp_hidden {
  display: none;
}
#sel_asp {
  padding: 5px 10px;
  font-size: 13px;
}
#sel_asp option {
  font-size: 13px;
}
#kopfgrafik_asp {
  position: relative;
  width: 100%;
  line-height: 0;
}
.asp_text {
  position: absolute;
  left: 29px;
  top: 50px;
  font-size: 16px;
  line-height: normal;
}
.asp_text .asp_name {
  font-size: 20px;
}
.asp_text label {
  display: block;
  float: left;
  width: 31px;
}
.asp h3 {
  font-size: 16px;
}
.zweispalten {
  width: 639px !important;
}
.asp .outer {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.asp .item {
  /*float:left;*/
  width: 400px;
  max-width: 100%;
  /*padding:0 100px 30px 0;*/
  margin: 0 100px 30px 0;
  position: relative;
}
.asp .item .head_funktion {
  height: 30px;
}
.asp .item .bild img {
  max-width: 100%;
  height: auto;
}
.asp .item:nth-of-type(even) {
  padding-right: 0;
}
.asp .item .text {
  width: calc(100% - 30px);
  max-width: 100%;
  position: absolute;
  bottom: 6px;
  height: 20px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(211, 113, 14, 0.6);
  color: #E8E8E8;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.asp .item .text a {
  color: #E8E8E8;
}
.asp .item:hover .text {
  height: 175px;
  bottom: 6px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.asp .outer.gelb .item .text {
  background-color: rgba(255, 241, 0, 0.6);
  color: #2D2D2D;
}
.asp .outer.gelb .item .text a {
  color: #2D2D2D;
}
.asp .outer.blau .item .text {
  background-color: rgba(1, 63, 140, 0.6);
}
.asp .outer.gruen .item .text {
  background-color: rgba(87, 166, 57, 0.6);
}
.asp .item .text .name {
  font-weight: bold;
  padding-bottom: 6px;
}
.asp .item .grey {
  position: relative;
}
.asp .item .grey .bild {
  position: relative;
}
.asp .item .grey .bild.extrawurst {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.asp .item .grey:hover .bild.extrawurst {
  opacity: 1;
}
.asp .item .grey:hover .bild.extrawurst {
  opacity: 1;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.asp .item .bild img {
  filter: grayscale(0);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.asp .item:hover .bild img {
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
/*IE11-Extrawurst*/
.kat_zurueck {
  padding: 15px 20px 15px 20px;
  width: 200px;
  box-shadow: 0 1px 4px 0px #424242;
  background: #dd710e;
  margin-bottom: 30px;
}
.kat_zurueck a {
  color: White;
  border-bottom: none !important;
  font-weight: bold;
}
.kat_zurueck a:hover,
.kat_zurueck a:active {
  color: white !important;
}
#stellenuebersicht {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 75px;
}
#stellenuebersicht .item {
  position: relative;
  width: 44%;
  /*margin-right:20px;*/
}
#stellenuebersicht .item a {
  border-bottom: none;
}
#stellenuebersicht .item .overlay {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(221, 113, 14, 0.8);
  padding: 15px 15px;
  color: white;
  font-size: 22px;
  width: calc(100% - 30px);
}
#stellenuebersicht .item .overlay a {
  color: white;
}
#stellenuebersicht .item .overlay .titel {
  font-family: Roboto Slab;
  font-weight: bold;
}
#stellenuebersicht .item .overlay .titel0 {
  font-family: Roboto Slab;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 10px;
}
#stellenuebersicht .item .overlay .standort {
  font-size: 14px;
}
#stellen .datum {
  font-size: 14px;
  margin-bottom: 5px;
}
#stellen .titel2 {
  color: #dd710e;
}
#stellen .standort {
  font-weight: bold;
  color: #dd710e;
  margin-bottom: 20px;
}
#container.shopartikel,
#container #articles {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 12px;
}
#container.shopartikel .article,
#container #articles .article {
  width: 20%;
  min-width: 220px;
  height: 130px;
  box-shadow: 0 1px 4px 0px #b5b5b5;
  border-radius: 3px;
  padding: 10px;
  margin: 0 30px 30px 0;
}
#container.shopartikel .article a,
#container #articles .article a {
  border-bottom: none;
}
#container.shopartikel fieldset,
#container #articles fieldset {
  width: 22%;
  /*margin-right:40px;*/
  margin-bottom: 40px;
  background: #dd710e;
  color: white;
  border: none;
  padding: 30px 20px 30px 20px;
  box-shadow: 0 1px 4px 0px #424242;
  box-sizing: border-box;
  text-align: center;
  line-height: 2em;
  border-radius: 3px;
}
#container.shopartikel fieldset .platzhalter,
#container #articles fieldset .platzhalter {
  width: 300px;
  height: 200px;
}
#container.shopartikel fieldset img,
#container #articles fieldset img {
  max-width: 100%;
  height: auto;
}
#container.shopartikel fieldset a,
#container #articles fieldset a {
  color: White;
}
#container.shopartikel fieldset a.kategorie,
#container #articles fieldset a.kategorie {
  font-weight: bold;
  border-bottom: none;
}
#container.shopartikel .article_link,
#container #articles .article_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
#container.shopartikel .artnum,
#container #articles .artnum {
  color: #666;
  font-size: 13px;
}
#container.shopartikel .art_title,
#container #articles .art_title {
  font-size: 14px;
}
#container.shopartikel .one,
#container #articles .one {
  height: 90px;
}
#container.shopartikel img,
#container #articles img {
  max-height: 100%;
  vertical-align: middle;
}
#pages_ct,
#pages_ct2 {
  width: 50%;
  margin-bottom: 20px;
}
#pages_ct .seite,
#pages_ct2 .seite {
  float: left;
  display: inline-block;
  margin-right: 5px;
}
#pages_ct #pages span,
#pages_ct2 #pages span {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0 7px;
  box-sizing: border-box;
  width: 33px;
}
#pages_ct #pages span.active,
#pages_ct2 #pages span.active {
  border: 2px solid #dd710e;
}
#produktsuche {
  float: right;
  position: relative;
}
#produktsuche input[type="text"] {
  font-size: 16px;
  padding: 10px 10px;
  width: 200px;
  border: 1px solid #dd710e;
  color: #78756E;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#produktsuche button {
  margin-left: 10px;
  border: none;
  font-size: 30px;
  color: #dd710e;
  background: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
#kastbox #kb_logo {
  margin-bottom: 30px;
}
#kastbox #kb_logo img {
  max-width: 100%;
  height: auto;
}
#kastbox .item {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: stretch;
}
#kastbox .item.reverse {
  flex-direction: row-reverse;
}
#kastbox .item .bild,
#kastbox .item .text {
  width: 50%;
  max-width: 100%;
}
#kastbox .item .text {
  /*
			width:calc(~'50% - 60px');
			*/
  padding: 30px;
  box-sizing: border-box;
}
#kastbox .item .text.einleitung,
#kastbox .item .text .einleitung {
  color: #dd710e;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  width: 300px;
}
#kastbox .item .text.bg {
  background: #dd710e;
  color: white;
  font-size: 20px;
  padding: 40px 50px;
  box-sizing: border-box;
  line-height: 1.5em;
}
#kastbox .item .text.bg a {
  color: white;
  border-bottom: 1px dotted white;
}
#kastbox .item .text.full {
  width: 100%;
}
#kastbox .item .bild {
  max-width: 100%;
  text-align: center;
}
#kastbox .item .bild img {
  max-width: 100%;
  height: auto;
  display: block;
}
#kastbox .item .bild.li {
  float: left;
}
#kastbox .item .bild.bg {
  background: #dd710e;
}
#kastbox .item .bild:empty {
  border: 2px solid red;
  display: none;
}
#karriere_features {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  /* This container is needed to position the front and back side */
  /* Do an horizontal flip when you move the mouse over the flip box container */
  /* Position the front and back side */
  /* Style the front side (fallback if image is missing) */
  /* Style the back side */
}
#karriere_features .flip-card {
  background-color: transparent;
  width: 32%;
  height: 256px;
  margin-bottom: 30px;
  perspective: 700px;
  /* Remove this if you don't want the 3D effect */
}
#karriere_features .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#karriere_features .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
#karriere_features .flip-card-front,
#karriere_features .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}
#karriere_features .flip-card-front .head,
#karriere_features .flip-card-back .head {
  position: absolute;
  width: 90%;
  font-size: 30px;
  color: white;
  line-height: 1.1em;
  text-shadow: 1px 1px 1px black;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#karriere_features .flip-card-front {
  background-color: white;
  color: black;
}
#karriere_features .flip-card-back {
  background-color: #dd710e;
  color: white;
  transform: rotateY(180deg);
}
#karriere_features .flip-card-back .text_ct {
  width: 80%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: white;
  z-index: 1;
  text-shadow: 1px 1px 1px black;
  text-align: center;
  border: !px solid blue;
  top: 50%;
  left: 50%;
}
#karriere_features .flip-card-back .text_ct .head {
  line-height: 1.1em;
  position: initial;
  left: initial;
  top: initial;
  transform: none;
  margin: 0 auto 20px auto;
}
#kontakt {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-columns: 12fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 25px 75px;
  justify-items: center;
}
#kontakt .item {
  width: 85%;
  margin-bottom: 40px;
  background: #dd710e;
  color: white;
  padding: 30px 20px 30px 20px;
  text-align: center;
  line-height: 2em;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0px #424242;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -ms-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  text-shadow: 1px 1px #424242;
}
#kontakt .item .icon {
  font-size: 30px;
  margin-bottom: 10px;
}
#kontakt .item .head {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
#kontakt .item a {
  color: white;
}
#kontakt .item:hover {
  box-shadow: 0 4px 8px 0px #424242;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -ms-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
}
aside {
  width: 15%;
  margin: 70px 0;
  padding: 20px 25px;
  background: #dd710e;
  color: white;
}
aside a {
  color: white;
}
aside .fancybox:after {
  content: url("/_intern/pics/zoom.png");
  left: 0px;
  position: absolute;
  bottom: 8px;
  left: 186px;
  z-index: 3;
  display: block;
}
aside div {
  position: relative;
  margin-bottom: 20px;
}
.produkt_uebersicht_outer {
  width: 100%;
  margin-bottom: 38px;
}
.produkt_uebersicht_outer .produkt_uebersicht_inner {
  float: left;
  width: 130px;
  padding-right: 20px;
}
.produkt_uebersicht_outer .produkt_uebersicht_inner.last {
  padding-right: 0;
  width: 189px;
}
.produkt_uebersicht_outer .produkt_uebersicht_text {
  background-image: url('/_intern/pics/pfeil_subnavi.png');
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 12px;
}
.artikel {
  min-width: 300px;
}
#partner,
#news,
#downloads,
#suchergebnis {
  margin-top: 30px;
}
#partner .outer,
#news .outer,
#downloads .outer,
#suchergebnis .outer {
  border-top: 1px solid white;
  padding: 30px 0 25px 0;
  width: 625px;
  max-width: 100%;
}
#partner .outer .img,
#news .outer .img,
#downloads .outer .img,
#suchergebnis .outer .img {
  float: left;
  width: 180px;
  max-width: 100%;
  padding-right: 30px;
}
#partner .outer .txt,
#news .outer .txt,
#downloads .outer .txt,
#suchergebnis .outer .txt {
  float: left;
  width: 370px;
  max-width: 100%;
  font-size: 16px;
}
#partner .outer:last-of-type,
#news .outer:last-of-type,
#downloads .outer:last-of-type,
#suchergebnis .outer:last-of-type {
  border-bottom: 1px solid white;
}
#partner {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
#partner .outer {
  width: 300px;
  max-width: 100%;
  margin: 0 30px 30px 0;
  border: 1px solid #383e42;
  padding: 0;
}
#partner .outer .img {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#partner .outer .txt {
  text-align: center;
  padding: 20px 0;
  background: #dd710e;
  color: white;
}
#news .outer,
#suchergebnis .outer {
  width: 100%;
}
#news .outer .txt,
#suchergebnis .outer .txt {
  width: 100%;
}
#news .outer .txt h2,
#suchergebnis .outer .txt h2 {
  color: #dd710e;
  font-weight: 400;
}
#news .outer .txt .datum,
#suchergebnis .outer .txt .datum {
  font-size: 0.8em;
}
#news .outer .txt .mehr,
#suchergebnis .outer .txt .mehr {
  color: #dd710e;
}
#news .outer .txt .mehr i,
#suchergebnis .outer .txt .mehr i {
  font-size: 0.7em;
}
table.aktion {
  border: 1px solid #DD710E;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.aktion td,
table.aktion th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.aktion tbody td {
  font-size: 13px;
  vertical-align: top;
}
table.aktion tr:nth-child(even) {
  background: #DDC498;
}
table.aktion thead {
  background: #DD710E;
  background: -moz-linear-gradient(top, #e5944a 0%, #e07f26 66%, #dd710e 100%);
  background: -webkit-linear-gradient(top, #e5944a 0%, #e07f26 66%, #dd710e 100%);
  background: linear-gradient(to bottom, #e5944a 0%, #e07f26 66%, #dd710e 100%);
  border-bottom: 1px solid #444444;
}
table.aktion thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.aktion thead th:first-child {
  border-left: none;
}
table.aktion tfoot td {
  font-size: 14px;
}
/* -------------------
NAVIGATION
----------------------*/
nav {
  display: flex;
}
#burgerbutton {
  position: absolute;
  left: 15px;
  top: 82px;
  display: none;
  width: 40px;
  height: 20px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
}
#burgerbutton:after {
  content: '';
  position: absolute;
  width: 40px;
  border-top: 2px solid #000;
  left: 0;
  top: 8px;
}
#mainnavi {
  font-family: Roboto Slab;
  font-weight: 300;
  color: #000;
  font-size: 17px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 25px;
  /*/ul*/
}
#mainnavi li {
  float: left;
  position: relative;
  color: #ffffff;
}
#mainnavi li:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 7px;
  height: 20px;
  width: 1px;
  background: #dd710e;
}
#mainnavi li.last:after {
  content: none;
}
#mainnavi li a {
  display: block;
  padding: 3px 17px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px #424242;
  /*
			&.first
			{
			padding-left:0;

		}
			*/
}
#mainnavi li a.aktiv,
#mainnavi li a:hover {
  text-shadow: none;
  color: #000000;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
#mainnavi li.home img {
  width: 25px;
  height: auto;
}
#mainnavi ul {
  margin: 0;
  padding: 0;
  background: white;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 20px;
  position: absolute;
  display: none;
  top: 28px;
  z-index: 1001;
  padding-top: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
#mainnavi ul a {
  float: left;
  font-size: 15px;
  min-width: 200px;
  padding: 12px 20px;
  color: #2c2c2c;
  text-shadow: none;
}
#mainnavi ul a:hover {
  color: black;
}
#mainnavi ul li {
  border-bottom: 1px solid #dd710e;
}
#mainnavi ul li:after {
  content: none;
}
#mainnavi ul li:last-of-type {
  border-bottom: none;
}
#mainnavi ul li ul {
  top: auto;
}
#mainnavi ul ul {
  left: 12em;
  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*/
#mobile_menuicon {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 3;
}
#mobilemenu {
  display: none;
  position: absolute;
  top: -1000px;
  z-index: 1001;
  left: 0;
  width: 100%;
  border-top: 1px solid #dcdbdb;
  /*	.schatten(5px, 5px, 6px, 0.3);*/
}
#mobilemenu ul {
  margin: 0px;
  padding: 0px;
}
#mobilenavi {
  border-right: 1px solid #7d7f81;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #dd710e;
  overflow-y: auto;
  max-height: 100vh;
  width: 100%;
}
#mobilenavi .dlevel1,
#mobilenavi .ulevel2 {
  margin-top: 12px;
  display: none;
}
#mobilenavi .dlevel1 li,
#mobilenavi .ulevel2 li {
  border: none;
  padding: 0 14px;
}
#mobilenavi .dlevel1 li a,
#mobilenavi .ulevel2 li a {
  color: white;
  text-decoration: none;
  display: block;
  font-size: 20px;
  padding: 9px 15px 9px 25px;
  line-height: 1.3em;
}
#mobilenavi li {
  position: relative;
  border-bottom: 1px solid white;
  padding: 20px 0;
  text-align: center;
}
#mobilenavi li a {
  font-size: 28px;
  display: block;
  color: white;
  text-decoration: none;
  padding: 0px 30px;
  line-height: 25px;
}
#mobilenavi li.desktop img {
  width: 30px;
  height: auto;
}
#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 {
  list-style-type: none;
  font-size: 19px;
  text-align: center;
  /*line-height: 50px;*/
  height: 30px;
  position: relative;
}
#mobilenavi li.head img {
  top: 5px;
  width: 30px;
  height: auto;
  position: relative;
}
#mobilenavi li.head div.menu {
  margin-left: 50px;
}
#mobilenavi li.head div.close {
  /*
					float:right;
					margin-right:8px;*/
  position: absolute;
  right: 15px;
  top: 10px;
  color: white;
  font-size: 30px;
}
#mobilenavi li.head div.close img {
  width: 20px;
  height: auto;
  opacity: 0.6;
}
#mobilenavi .versteckst {
  display: none;
  color: white;
  position: absolute;
  right: 15px;
  top: 18px;
}
#mobilenavi .versteckst a {
  display: inline !important;
  padding: 0 !important;
}
#mobilenavi .versteckst i {
  font-size: 22px;
}
#mobilenavi .versteckst.vi {
  display: inline-block;
}
#mobilenavi .dlevel1 .versteckst {
  top: 3px;
}
#mobilenavi .dlevel1 .versteckst i {
  font-size: 16px;
}
#mobilenavi .opener {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  width: 60px;
  text-align: center;
  height: 60px;
  color: white;
}
#mobilenavi .opener img {
  width: 25px;
  padding-top: 25px;
  height: auto;
}
#mobilenavi .opener.open {
  transform: rotate(180deg);
}
#mobilenavi .opener i {
  position: absolute;
  top: 24px;
  left: 21px;
}
#mobilenavi li ul li ul li a {
  background-color: #8c8282 !important;
  padding-left: 35px !important;
}
#mobilenavi .desktopbutton {
  text-align: center;
}
#mobilenavi .desktopbutton a {
  color: white;
  background-color: #8c8282 !important;
}
/*/mobilenavi*/
/*-------------------------
Ende mobile Navigation
---------------------------*/
#formular .req {
  color: red;
}
#formular .row {
  margin: 3px 0px;
}
#formular .row .value {
  position: relative;
  display: inline-block;
}
#formular input,
#formular textarea,
#formular select {
  background-color: #ffffff;
  border: 1px solid #000000;
  font-size: 12px;
  padding: 2px 5px;
  /* .Round(@rundung);	*/
}
#formular textarea {
  width: 200px;
  height: 150px;
}
#formular input[type=submit] {
  background-color: #ffffff;
  border: 1px solid #000000;
  font-weight: bold;
  padding: 3px 5px;
}
#formular .hidden {
  display: none;
}
#formular .radio_ul,
#formular .checkbox_ul {
  list-style-type: none;
  list-style-position: outside;
}
/*/formular*/
.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;
}
/* -------------------
FORM VALODATOR START
----------------------*/
#formular input.error,
#formular textarea.error,
#formular select.error {
  border: 1px solid orange;
}
#formular input.valid,
#formular textarea.valid,
#formular select.valid {
  /* border: 1px solid green; */
}
#formular label.error {
  width: 240px;
  position: absolute;
  right: -280px;
  top: -8px;
  padding: 8px;
  border: 1px solid orange;
  color: grey;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 5px 3.33333333px 10px -5px #000000;
  -webkit-box-shadow: 5px 3.33333333px 10px -5px #000000;
  box-shadow: 5px 3.33333333px 10px -5px #000000;
}
/* -------------------
FORM VALODATOR ENDE
----------------------*/
#cookiebanner a {
  color: #fff;
  text-decoration: underline;
}
#cookiebanner a:hover {
  text-decoration: underline;
}
#cookiebanner div {
  padding: 10px;
  padding-right: 40px;
}
#cookiebanner {
  text-align: center;
  border-bottom: 1px solid black;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  position: fixed;
  bottom: 0px;
  z-index: 10000;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
}
#cookiebannerCloser {
  color: #2F2F2F;
  font: 14px/100% arial, sans-serif;
  /*
	position: absolute;
	right: 5px;
	*/
  margin: 0 auto;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  cursor: pointer;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #7b92a9;
  border-right: 1px solid #7b92a9;
  padding: 4px;
  background: #CDCDCD;
  /* Old browsers */
}
#cookiebannerCloser:hover {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid #7b92a9;
  border-left: 1px solid #7b92a9;
}
