body {
    background: #fff;
    font-family: Segoe UI, Arial, "Segoe UI";
    color: #000;
    font-size: 14pt;
	font-weight: 100;
    margin: 0;
    padding: 0;
    height: 100%;
	word-wrap: break-word !important;
}
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#layer {
  margin: 0 auto;
}	

.navigation
{
position: fixed;
top: 20px;
margin-left: 10px;
overflow:;
z-index: 99998;
width: 180px;
background: transparent;
}

nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;
}

nav li {
    display:inline-block;
    float: left;
	border-right: 1px solid #1a1a1a;
    margin-right: 1px;
	-webkit-animation: fadein 2s; 
       -moz-animation: fadein 2s; 
        -ms-animation: fadein 2s; 
         -o-animation: fadein 2s; 
            animation: fadein 2s;
}

nav li a {
    display:block;
    min-width:180px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #000;
    text-decoration: none;
	background: #f9d18b;
}

nav li:hover a {
background: #a10000;
color: #fff;

}
.strong {
background: #c94c20;
color: #fff;
height: 40px;
min-width:180px;
text-align: center;
line-height: 40px;
}

nav li:hover ul a {
    background: #c94c20;
    color: #000;
    height: 40px;
    line-height: 40px;
	min-width: 180px;
}

nav li:hover ul a:hover {
background: #c94c20;
color: #fff;
}

nav li ul {
    display: none;
}

nav li ul li {
    display: block;
    float: none;
}

nav li ul li a {
    width: auto;
    min-width: 180px;
    padding: 0 20px;
	-webkit-transition: height .2s ease ;
	-moz-transition: height .2s ease ;
	transition: height .2s ease ;
overflow: auto;	
}

nav ul li a:hover + .hidden, .hidden:hover {
    display: block;
}
.show-menu {
	display: none;
	position: fixed;
    text-decoration: none;
    color: #fff;
    background: #c94c20;
    text-align: center;
    padding: 10px 0;
	/*margin-top: 5px;*/
	left: 10px;
	width: 45px;
	border-radius: 5px;
	cursor: pointer;
}
.show-menu:hover {
    background: #a10000;
}
.show-menu:before{
  content: "";

}
.close {
	display: none;
	position: fixed;
	z-index: 99998;
    color: #fff;
    background: #c94c20;
    text-align: center;
    padding: 10px 0;
	/*margin-top: 5px;*/
	left: 10px;
	width: 45px;
	border-radius: 5px;
	cursor: pointer;
}
.close:hover {
    background: #f9d18b;
}
input[type=checkbox]{
    display: none;
}
input[type=checkbox]:checked ~ #menu{
    display: block;
}
@media screen and (max-width : 760px){
.bild {
width: 300px; 
}
.image {
width: 300px;
display: block;
margin-left: auto;
margin-right: auto; 
}
.video
{
width: 300px;
height: 250px;
}
.back {
width: 330px; 
vertical-align: top; 
text-align: center; 
min-height: 400px; 
display: inline-block; 
margin: 5px; 
overflow-y: auto; 
overflow-x: auto; 
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 10px;
background: rgb(255,255,255); 
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 29%, rgba(237,237,237,1) 68%, rgba(255,255,255,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(29%,rgba(243,243,243,1)), color-stop(68%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); 
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 29%,rgba(237,237,237,1) 68%,rgba(255,255,255,1) 100%); 
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 29%,rgba(237,237,237,1) 68%,rgba(255,255,255,1) 100%); 
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 29%,rgba(237,237,237,1) 68%,rgba(255,255,255,1) 100%); 
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 29%,rgba(237,237,237,1) 68%,rgba(255,255,255,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
}
.bildleiste
{
width: 100%;
position: relative;
margin-top: 0px;
height: 150px;
overflow: hidden;
z-index:  100;
-webkit-animation: fadein 3s; 
-moz-animation: fadein 3s; 
-ms-animation: fadein 3s; 
-o-animation: fadein 3s; 
animation: fadein 3s;
}
nav ul {
position: static;
display: none;
-webkit-animation: fadein 1s; 
-moz-animation: fadein 1s; 
-ms-animation: fadein 1s; 
-o-animation: fadein 1s; 
animation: fadein 1s;
    }
    nav li {
        margin-bottom: 0px;
    }
    nav ul li, li a {
        width: 100%;
    }
    .show-menu {
        display:block;
    }
}
}
.bg-img {
  background-image: url("../images/Brezel.png");
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main {
	top: 20px;
	padding: 20px;
    background: #fff;
	position: relative;
	text-align: left;
	z-index: 2;
	opacity: 0.8;
	width: 90%;
	min-height: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}

@media screen and (min-width: 768px) {
.bild {
width: 430px; 
}
.image {
width: 600px; 
border:1px solid #444; 
-moz-box-shadow: 5px 5px 5px; 
box-shadow: 5px 5px 5px;
}
.video
{
width: 400px;
height: 350px;
}
.back {
width: 480px; 
vertical-align: top; 
text-align: center; 
min-height: 450px; 
display: inline-block; 
margin: 5px; 
overflow-y: auto; 
overflow-x: auto; 
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 10px;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 29%, rgba(237,237,237,1) 68%, rgba(255,255,255,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(29%,rgba(243,243,243,1)), color-stop(68%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); 
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 29%,rgba(237,237,237,1) 68%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 29%,rgba(237,237,237,1) 68%,rgba(255,255,255,1) 100%); 
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 29%,rgba(237,237,237,1) 68%,rgba(255,255,255,1) 100%); 
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 29%,rgba(237,237,237,1) 68%,rgba(255,255,255,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
}
.bildleiste
{
width: 100%;
position: relative;
height: 350px;
overflow: hidden;
z-index:  100;
-webkit-animation: fadein 3s; 
-moz-animation: fadein 3s; 
-ms-animation: fadein 3s; 
-o-animation: fadein 3s; 
animation: fadein 3s;
}

.bg-img {
  background-image: url("../images/Brezel.png");
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main {
	top: 20px;
	position: relative;
	padding: 20px;
    background: #fff;
	width: 90%;
	/*min-height: 800px;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	-webkit-animation: fadein 3s; 
	-moz-animation: fadein 3s; 
	-ms-animation: fadein 3s; 
	-o-animation: fadein 3s; 
	animation: fadein 3s;
	opacity: 0.8;
    filter: alpha(opacity=80); 
	border-radius: 5px;	
	
}
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.9s;
  animation-name: fade;
  animation-duration: 1.9s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.img{
	width: 300px;
	height: 300px;
}

h1 {
 font-size: 24pt;
 /*color: #c94c20;*/
 color: #a10000;
 text-align: center;
 font-weight: 100;
}
h2 {
 font-size: 1.5em;
 color: #a10000;
 font-weight: 100;
}
h3 {
    font-size: 14pt;
    color: #a10000;
    font-weight: 100;
}
h4 {
    font-size: 1.2em;
    color: #000;
    font-weight: 100;
}
h5 {
    font-size: 14pt;
    color: #000;
    font-weight: 100;
}
p 
{
    color: #000;
}
a
{
    text-decoration: none;
	color: #a10000;
}
a:visited
{
    text-decoration: none;
    color: #a10000;
}
a:hover
{
    text-decoration: none;
    color: #f9d18b;
}
.offer {
    font-weight: 100; font-size: 14pt; color: #243f8b;
}

.footer {
width: 90%; 
height: auto;
padding: 20px;
background: #fff;
color: #000;
line-height: 20px;
position: relative;
z-index: 2;
opacity: 0.8;
filter: alpha(opacity=80); 
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
}
.label{
			display: inline-block;
			padding: 6px 6px 6px 0;
			width: 330px;
		}
.bez{
			display: inline-block;
			width: 330px; 
			font-size: 14pt;
		}
.select
 {
        border: 1px solid #243f8b;
        font-family: Segoe UI, Arial, "Segoe UI";
		font-weight: 100;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 310px;
        background-color: rgba(68,140,203,.4);
    }
	
.input[type="text"],
.input[type="password"] {
        border: 1px solid #243f8b;
        color: #333;
        font-size: 1.2em;
		font-family: Segoe UI, Arial, "Segoe UI";
		font-weight: 100;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
        background-color: rgba(68,140,203,.4);
    }
.input[type="text"]:focus,
.input[type="password"]:focus {
        border: 1px solid #7ac0da;
        }
.textarea
 {
        border: 1px solid #243f8b;
        font-family: Segoe UI, Arial, "Segoe UI";
        color: #333;
        font-size: 1.2em;
		font-weight: 100;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
        background-color: rgba(68,140,203,.4);
    }

.errorField 
{
    border: 1px solid #ff0000;
    color: #000;
    font-size: 1.2em;
	font-weight: 100;
    margin: 5px 0 6px 0;
    padding: 5px;
    background-color: #d2d2d2;
	width: 220px;
}

#button {
    padding: 0.17em 1.03em 0.23em 0.97em;
    border: 1px solid #d2d2d2; 
    border-color: #cbcbcb;
    border-right-color: #444; border-bottom-color: #444;
    border-radius: 10px; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 2.0em; 
    -moz-box-shadow: 5px 5px 15px #000; 
    box-shadow: 5px 5px 15px #000; 
    -webkit-box-shadow: 5px 5px 15px #000;
    color: #fff; background-color: #a10000;
    font-family: Arial, sans-serif;
}
#button:hover {
    color: #fff;
	background: #c94c20; 
    border: 1px solid #d2d2d2; 
    cursor:pointer;
}
#tabelle, th, td { margin: 0 auto; padding: 2px; font-family: Segoe UI, Arial, "Segoe UI"; font-size: 14pt; }
.nowrap {white-space: nowrap;}
.trhd    { background: #a10000; color: #fff; font-size: 14pt; font-weight: 100; cursor: default; }

.weiss   { background: #fff; }
.grau    { background: #f8f8f8; }
#cookie a {color: #a10000; text-decoration:none;}

#cookie a:hover {text-decoration:underline;}

#cookie div {width: 70%; display: block; margin-left: auto; margin-right: auto;}

#cookie { 
   outline: 1px solid #7b92a9; 
   text-align:center; 
   border-top:1px solid #fff;
   background: #f9d18b; 
   opacity: .75;
   color: #000;
   position: fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12pt; 
   line-height:38px;
   }
 
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
  overflow-x: auto;
  min-height: 0.01%;
  margin-bottom: 18px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-left: 10px;
  margin-right: 10px;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}
.scrollToTop{
    width:25px; 
    height:25px;
    padding:5px;
	font-size: 28pt;
    text-align: center; 
    font-weight: 400;
    color: #e42000;
    text-decoration: none;
    position:fixed;
	bottom: 20px;
    right: 20px;
    display:none;
}
.scrollToTop{
    width:25px; 
    height:25px;
    padding:5px;
	font-size: 28pt;
    text-align: center; 
    font-weight: 400;
    color: #243f8b;
    text-decoration: none;
    position:fixed;
	bottom: 20px;
    right: 20px;
	cursor: pointer;
    display:none;
}
.scrollToTop:hover{
    text-decoration:none;
	color: #e42000;
}

ul, ol {
    list-style: none
}
@media(min-width: 100px) and (max-width: 767px) {
.slidermain {
    width: 90%;
    margin: auto;
    overflow: hidden;
    color: #fff
}
.slider .buttom-circles .buttom-circles-list:hover .fa:before, .slider .buttom-circles .buttom-circles-list.slider-active .fa:before {
	content: "O";
	color: #ff0000;
	font-size: 8pt;

}
}
@media(min-width: 768px) and (max-width: 991px) { 
.slidermain {
    width: 60%;
    margin: auto;
    overflow: hidden;
    color: #fff;
}
.slider .buttom-circles .buttom-circles-list:hover .fa:before, .slider .buttom-circles .buttom-circles-list.slider-active .fa:before {
	content: "O";
	color: #ff0000;
	font-size: 8pt;

}
}
@media(min-width: 992px) and (max-width: 1199px) { 
.slidermain {
    width: 65%;
    margin: auto;
    overflow: hidden;
    color: #fff;
}
.slider .buttom-circles .buttom-circles-list:hover .fa:before, .slider .buttom-circles .buttom-circles-list.slider-active .fa:before {
	content: "O";
	color: #ff0000;
	font-size: 10pt;

}
}
@media(min-width: 1200px) { 
.slidermain {
    width: 45%;
    margin: auto;
    overflow: hidden;
    color: #fff;
}
.slider .buttom-circles .buttom-circles-list:hover .fa:before, .slider .buttom-circles .buttom-circles-list.slider-active .fa:before {
	content: "O";
	color: #ff0000;
	font-size: 12pt;

}
}
.slider {
    position: relative
}
.slider .slider-parent {
    padding: 0;
    display: flex
}
.slider .slider-parent .images-list {
    background-size: cover;
}
.slider .buttom-circles .buttom-circles-list {
    display: inline-block;
}

.slider > .fa {
    position: absolute;
    top: 45%
}

@media(min-width: 100px) and (max-width: 767px) {
.main {
	top: 20px;
	padding: 20px;
    background: #fff;
	position: relative;
	text-align: left;
	margin-left: 10px;
	z-index: 2;
	border-radius: 5px;
}
.slider > .fa:first-of-type { right: 0px; height: 25px; width: 15px; border-radius: 3px 0 0 3px; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:last-of-type { left: 0px; height: 25px; width: 15px; border-radius: 0 3px 3px 0; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:first-of-type:hover {background-color: #000;}
.slider > .fa:last-of-type:hover {background-color: #000;}
.slider .fa {
    text-shadow: 3px 3px 3px #555;
    cursor: pointer;
}	
	.fa-circle-thin:before{
	content:"O";
	color:#000;
	font-size: 8pt;
	} 
    .slider > .fa { font-size: 25px }
	/*.slider .buttom-circles .buttom-circles-list { visibility: hidden }*/
    .slider .buttom-circles .buttom-circles-list { font-size: 8pt }
	.slider .buttom-circles {
    position: absolute;
    transform: translate(-50%, -50%);   
	left: 30%;
    bottom: -20px;
}
.size-next {
	width: 15px; margin-left: 5px; margin-bottom: 8px;
}
.size-prev {
	width: 15px; margin-bottom: 8px; margin-left: -5px;
}
}
@media(min-width: 768px) and (max-width: 991px) { 
.slider > .fa:first-of-type { right: 0px; height: 25px; width: 15px; border-radius: 3px 0 0 3px; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:last-of-type { left: 0px; height: 25px; width: 15px; border-radius: 0 3px 3px 0; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:first-of-type:hover {background-color: #000;}
.slider > .fa:last-of-type:hover {background-color: #000;}
.slider .fa {
    text-shadow: 3px 3px 3px #555;
    cursor: pointer;
}
.fa-circle-thin:before{
	content:"O";
	color:#000;
	font-size: 10pt;
	} 
    .slider > .fa { font-size: 25px }
	/*.slider .buttom-circles .buttom-circles-list { visibility: hidden }*/
    .slider .buttom-circles .buttom-circles-list { font-size: 10pt }
	.slider .buttom-circles {
    position: absolute;
    transform: translate(-50%, -50%);   
	left: 35%;
    bottom: -20px;
}
.size-next {
	width: 15px; margin-left: 5px; margin-bottom: 8px;
}
.size-prev {
	width: 15px; margin-bottom: 8px; margin-left: -5px;
}
}
@media(min-width: 992px) and (max-width: 1199px) { 
.slider > .fa:first-of-type { right: 0px; height: 45px; width: 35px; border-radius: 3px 0 0 3px; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:last-of-type { left: 0px; height: 45px; width: 35px; border-radius: 0 3px 3px 0; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:first-of-type:hover {background-color: #000;}
.slider > .fa:last-of-type:hover {background-color: #000;}
.slider .fa {
    text-shadow: 3px 3px 3px #555;
    cursor: pointer;
}
.fa-circle-thin:before{
	content:"O";
	color:#000;
	font-size: 10pt;
	} 
    .slider > .fa { font-size: 25px }
    .slider .buttom-circles .buttom-circles-list { font-size: 10pt }
	.slider .buttom-circles {
    position: absolute;
    transform: translate(-50%, -50%);   
	left: 30%;
    bottom: -20px;
}
.size-next {
	width: 25px; margin-left: 10px; margin-top: 10px;
}
.size-prev {
	width: 25px; margin-top: 10px;
}
}
@media(min-width: 1200px) { 
.slider > .fa:first-of-type { right: 0px; height: 45px; width: 35px; border-radius: 3px 0 0 3px; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:last-of-type { left: 0px; height: 45px; width: 35px; border-radius: 0 3px 3px 0; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:first-of-type:hover {background-color: #000;}
.slider > .fa:last-of-type:hover {background-color: #000;}
.slider .fa {
    text-shadow: 3px 3px 3px #555;
    cursor: pointer;
}
.fa-circle-thin:before{
	content:"O";
	color:#000;
	font-size: 12pt;
	} 
    .slider > .fa { font-size: 25px }
    .slider .buttom-circles .buttom-circles-list { font-size: 12pt }
	.slider .buttom-circles {
    position: absolute;
    transform: translate(-50%, -50%);   
	left: 50%;
    bottom: -20px;
}
.size-next {
	width: 25px; margin-left: 10px; margin-top: 10px;
}
.size-prev {
	width: 25px; margin-top: 10px;
}
}
.bar {
	width:93%;
	display: block;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 10px;
	background-color:#f8f8f8;
	cursor:pointer;
	top: 0px;
	/*margin:10px 0 5px 10px;
	padding:20px;*/
}
.blog {
	width:93%;
	display: block;
	margin-left: auto; 
	margin-right: auto;
	padding: 20px;
}


