* {
	font-family: 'Areal', sans-serif;
}

@media (max-width: 992px) {
	.offcanvas-collapse {
		position: fixed;
		top: 0; /* Height of navbar */
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		padding-top: 1rem;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		background-color: var(--gray-dark);
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		z-index: 99999;
	}
	.offcanvas-collapse.open {
		-webkit-transform: translateX(0);
		transform: translateX(0); /* Account for horizontal padding on navbar */
	}
}

.mobileFixedHeader2 .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.mobileFixedHeader2 .navbar-toggler {
	padding: 0.25rem 0.75rem !important;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 1) !important;
	border-radius: 0.25rem;
	color: rgba(0, 0, 0, 0.5);
}

h1,
p.h1 {
	font-size: 1.6em;
}
h2,
p.h2 {
	font-size: 1.17em;
}
h3,
p.h3 {
	font-size: 1em;
}
h4,
p.h4 {
	font-size: .83em;
}
h5,
p.h5 {
	font-size: .67em;
}
h6,
p.h6 {
	font-size: .67em;
}

@media (min-width: 576px) {
	h1,
	p.h1 {
		font-size: 2em;
	}
	h2,
	p.h2 {
		font-size: 1.5em;
	}
	h3,
	p.h3 {
		font-size: 1.17em;
	}
	h4,
	p.h4 {
		font-size: 1em;
	}
	h5,
	p.h5 {
		font-size: .83em;
	}
	h6,
	p.h6 {
		font-size: .67em;
	}
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
	h1,
	p.h1 {
		font-size: 2em;
	}
	h2,
	p.h2 {
		font-size: 1.5em;
	}
	h3,
	p.h3 {
		font-size: 1.17em;
	}
	h4,
	p.h4 {
		font-size: 1em;
	}
	h5,
	p.h5 {
		font-size: .83em;
	}
	h6,
	p.h6 {
		font-size: .67em;
	}
}

.mobileScrollableHeader {
	background-color: #fff;
	padding-top: 10px; 
	padding-bottom: 10px;
}
.mobileScrollableHeader a:hover {
	text-decoration: none;
}
.mobileFixedHeaderBackground {
	background-color: #edf1e8;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mobileFixedHeader {
	/*
	left: 0;
	right: 0;
	top: 0;
*/
	z-index: 99;

	
}
.mobileFixedHeader2 {
	padding-top: 10px;
}
div#cart-icon {
	margin-right: 10px;
}

.w-55 {
  width: 55% !important;
}
.text-smaller {
	font-size: .8rem;
}
.bg-white {
	background-color: #ffffff;
}
.bg-grey {
	background-color: #dfdfdf;
}
.line-through {
	text-decoration: line-through;
}
.color-ok {
	color: #97c32b;
}
.color-danger {
	color: #fac756;
}
.color-alert {
	color: #ff0000;
}
.pw-forgot{
	color: #fff;
}
.pw-forgot:hover{
	color: #fff;
}
.link-maennlein {
	color: #3f6024;
}
.link-maennlein:hover {
	color: #3f6024;
}
.page-item.active .page-link {
	background-color: #3f6024;
	border-color: #c0c0c0;
}
.btn-maennlein {
  color: #fff;
  background-color: #3f6024;
  border-color: #3f6024;
}
.btn-maennlein:hover {
  color: #fff;
  background-color: #304618;
  border-color: #304618;
}
.text-maennlein {
  color: #3f6024;
}
.text-maennlein:hover {
  color: #304618;
}

/* Checkbox */
.custom-checkbox .custom-control-input~.custom-control-label::before {
	background-color:  #ffffff;
    border: 1px solid #c0c0c0;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color:  #3f6024;
    border: 1px solid #c0c0c0;
}

/* Small Gutters */
.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
.small-gutters > .col,
.small-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* Med Gutters */
.med-gutters {
  margin-right: -10px;
  margin-left: -10px;
}
.med-gutters > .col,
.med-gutters > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

/* Big Gutters */
.big-gutters {
  margin-right: -25px;
  margin-left: -25px;
}
.big-gutters > .col,
.big-gutters > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

/* Tabelle ohne Linien */
.no-borders td {
	border-top: none;
}

.border-grey {
  border-color: #c0c0c0 !important;
}


.easy-autocomplete-container {
    top: 100%;
}
.row-shop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: -15px;
}
.row-artikel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}
.col-md-2-navi {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 15px;
}
.col-md-10-shop {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 15px;
}

.col-md-3-artikel-list {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .col-md-2-navi {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
   .col-md-10-shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
   .col-md-3-artikel-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
	.col-md-3-artikel-list {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
}
@media (min-width: 1200px) {
	.col-md-3-artikel-list {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}	
}

@media (min-width: 576px) {
  .container-mmb {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-mmb {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-mmb {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-mmb {
    max-width: 1140px;
  }
}

body {
	background-color: #326218;
}

/****************************************************************************/
/* Header */
/****************************************************************************/
#xxh-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 75px;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: -1;
}

#header a {
	text-decoration: none;
}
.container-mmb {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 0;
  position: relative;
}

div#header {
	background-color: #edf1e8;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
@media (min-width: 992px) {
	div#header {
		padding-top: .5rem;
		padding-bottom: .5rem;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
	}
}
div#header .container {
	position: relative;
}

.v-center {
	display: flex; 
	flex-direction: column; 
	justify-content:center;
}

*.icon-blue {color: #0088cc}
*.icon-grey {color: grey}

#flag-icon,
#bookmarks-icon,
#orders-icon,
#cart-icon,
.login-icon,
#logout-icon,
.offers-icon {
	height: 50px;
	color: #808080;
	font-size: 22px;
	text-decoration: none;
}
#flag-icon .flag {
	width: auto;
	height: 15px;
}
#flag-icon .ic,
#bookmarks-icon .ic,
#orders-icon .ic,
.login-icon .ic,
#logout-icon .ic {
	color: #808080;
	height: 22px;
	line-height: 22px;
}
#flag-icon p,
#bookmarks-icon p,
#orders-icon p,
#cart-icon p,
.login-icon p,
#logout-icon p,
.offers-icon p {
	font-size: 1rem;
	color: #212529;
	margin: 0;
}

.offers-icon .ic {
	color: red;
	height: 22px;
	line-height: 22px;
}

#cart-icon .cart-icon {
	font-size: 40px;
}

#cart-icon .counter {
    position: absolute;
    background: rgba(50,98,24,1);
    height: 1.8rem;
    top: 0rem;
    right: -.9rem;
    width: 1.8rem;
    text-align: center;
    line-height: 1.8rem;;
    font-size: .8rem;
    border-radius: 50%;
    color:white;
    border:1px solid #326218;
}
#cart-icon .counter-summe {
	height: 22px;
	line-height: 24px;
	color: #212529;
}

/****************************************************************************/
/* Slider */
/****************************************************************************/

#nov-slider .carousel-item:hover {
	text-decoration: none;
}
#nov-slider .novTextWrap {
	padding: .5rem .5rem 0 .5rem;
	color: #a8a8a8;
	font-size: .9rem;
}
#nov-slider .carousel-item p {
	margin: 0;
}

#nov-slider .carousel-item p.h6 {
	color: #5c5b5c;
	font-size: .9rem;
	height: 2rem;
}

@media (min-width: 992px) {
	#slider .carousel-item {
		height: 275px;
	}
	#nov-slider .carousel-item {
		height: 230px;
	}
}

#detailSlideColor {
	z-index: 999;
	display: none;
}
#detailSlideDummy {
	position: absolute;
}

#detailSlide.carousel .carousel-control-prev-icon {
	color: #000;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#detailSlide.carousel .carousel-control-next-icon {
	color: #000;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}


/****************************************************************************/
/* Language */
/****************************************************************************/

/****************************************************************************/
/* Navigation */
/****************************************************************************/

#topnavigation.navbar {
	padding: 1rem 0 0 0;
}
img#logo {
	max-height: 140px;
	transition: max-height .5s;
}
img#logo.small {
	max-height: 50px;
}
ul#nav {
	padding: 0;
	margin: 0;
	background: #eee;
}
ul#nav a {
	color: #5c5c5c !important;
	text-transform: uppercase;
	font-size: 12px;
	padding: .2rem 1rem;
}
ul#nav > li > a {
	background-color: #ffffff;
	font-weight: bold;
}

ul#nav > li > ul li {
	padding-left: 1em
}

ul#nav ul {
	list-style-type: none;
	
}
ul#nav ul.active {
	display: block;
}

ul#nav span {
	font-size: 1em;
	display: inline-block;
}
ul#nav a.active {
	background-color: #ffffff;
	color: #15a149 !important;
}
form#kontakt a {
	color: #3e5f24;
}

@media (min-width: 992px) {
	ul#nav ul {
		display: none;
	}	
}


/*
ul#nav a.nav-link {
	padding: 0 !important;
	
}
*/
.r00 {
	transition: all 1s;
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);	
}
ul#nav span.float-right.active {
	transition: all 1s;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);	
}


#topNav {
	margin-top: 0px;
}

body.subpages #symbol-line {
	
}

body.subpages > div#header #flag-icon,
body.subpages > div#header #bookmarks-icon,
body.subpages > div#header #orders-icon,
body.subpages > div#header #cart-icon {
	height: 50px;
	color: #808080;
	font-size: 22px;
	text-decoration: none;
}



body.subpages > div#header img#logo {
	max-height: 100px;
}

body.subpages > div#header #topnavigation.navbar {
	padding: 1rem 0 0 0;
	margin-top: 0px;
}

/****************************************************************************/
/* Home Header */
/****************************************************************************/

#homeHeader {
	background-color: #e0e7d9;
	margin-top: 0;
}
@media (min-width: 992px) {
	#homeHeader {
		margin-top: 270px;
	}
}


#homeHeader h4 {
	position: relative;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1.4rem;
}
#homeHeader h4 > i.fas,
#homeHeader h4 > .svg-inline--fa {
	position: absolute;
	top: 0;
	right: 0;
}

#homeHeader .column1 {
	margin-top: 0;
}
@media (min-width: 992px) {
	#homeHeader .column1 {
		margin-top: -115px;
	}
}

#homeHeader .homeHeaderBox {
	padding: 15px;
	color: #ffffff;
	position: relative;
}
#homeHeader .homeHeaderCompany {
	height: 200px;
	padding: 15px;
}
#homeHeader .homeHeaderCompany h4 {
	color: #ffffff;
}
.newsBox {
	
}

.green-background {
	background-image: -webkit-linear-gradient(to right, #14a149, #64c31a);
	background-image: -moz-linear-gradient(to right, #14a149, #64c31a);
	background-image: -ms-linear-gradient(to right, #14a149, #64c31a);
	background-image: -o-linear-gradient(to right, #14a149, #64c31a);
	background-image: linear-gradient(to right, #14a149, #64c31a);
}
.green-background a {
	color: #fff;
	text-decoration: none;
}

.green-background .btn.bottom {
	text-transform: uppercase;
	color: #000;
}
@media (min-width: 992px) {
	.green-background .btn.bottom {
		position: absolute;
		left: 15px;
		bottom: 15px;
	}
}




.offers-home,
.offers-home h4 {
	color: #ff7e00 !important;
}
.offers-home-wrap {
	background-color:  #14a149;
}
.offers-home {
	background-color: #ffffff;
	margin: 5px;
	padding: 10px;
}
.offers-home a {
	color: #ff7e00 !important;
	text-decoration: none;
}








.white-background {
	color: #000;
	background-color: #fff;

}
.slider-boxes a {
	color: #000;
}
.line2-boxes {
	height: 200px;	
}
/****************************************************************************/
/* Neuheiten */
/****************************************************************************/
#homeHeader .homeHeaderDeal {
	background-color: #ffffff;
	padding: 15px;
}
#homeHeader .homeHeaderDeal h4 {
	text-transform: uppercase;
	color: #000000;
}
#nov-slider.carousel .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#nov-slider.carousel .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
/****************************************************************************/
/* Content */
/****************************************************************************/

#shop-wrap {
	padding-bottom: 15px;
}

body.subpages #shop-wrap {
	margin-top: 0px;
}

@media (min-width: 992px) {
	body.subpages #shop-wrap {
		padding-top: 135px;
		margin-top: 0px;
	}	
}

/* AGB */
ol.agb {
	counter-reset: item;
}
ol.agb > li {
  display: block;
  margin-bottom: .5rem;
}
ol.agb > li:before {
  content: counters(item, ".")". ";
  counter-increment: item;
}

#mobileDetailPics.carousel .carousel-control-prev-icon {
	color: #000;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#mobileDetailPics.carousel .carousel-control-next-icon {
	color: #000;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
#mobileDetailPics.carousel .carousel-indicators li {
	background-color: rgba(0,0,0,1);
}

/****************************************************************************/
/* Artikel List */
/****************************************************************************/
.listImageWrap {
	position: relative;
}
.listTextWrap {
	padding: 1rem .5rem 0 .5rem;
	color: #a8a8a8;
	font-size: .9rem;
}
.listTextWrap p.h6 {
	color: #5c5b5c;
	font-size: .9rem;
	height: 2.4rem;
}
.listImageSale {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
}
.artikel-list {
	display: block;
	background-color: #ededed;
}
.artikel-list:hover {
	text-decoration: none;
}
p.list-price-wrap {
	padding-bottom: .5rem;
}
p.list-price-wrap > .line-through {
	color: #5c5b5c;
	margin-left: .3rem;
}
.list-sale {
	color: #ffffff;
	background-color: #f89737;
	padding-left: .3rem;
	padding-right: .3rem;
}
.list-normal {
	color: #ffffff;
	background-color: #13a048;
	padding-left: .3rem;
	padding-right: .3rem;
}
/****************************************************************************/
/* Angebote Home */
/****************************************************************************/
.dealsHome p.h6 {
	margin-bottom: .6rem;
}
.dealsHome p.h6 a {
	font-size: .9rem;
	color: #ffffff;
}

/****************************************************************************/
/* Artikel Detail */
/****************************************************************************/
.detailForm {
	background-color: #15a148;
	color: #ffffff;
	padding: 1rem;
}
.detailImageSale {
	width: 100px;
}

@media (min-width: 992px) {
	#price-box {
		height: 120px;
	}
}
#price,
#price-ve {
	display: none;
}

.btn-addBookmarks {
	background-color: #ececec;
	color: #a8a8a8;
	width: 100%;
	margin-bottom: .5rem;
}
.btn-addBookmarks:hover {
	background-color: #dbdada;
	color: #666666;
}
.btn-addBookmarks div {
	color: #13a048;
}
.btn-addBookmarks:disabled div {
	color: #a8a8a8;
}
.btn-addBookmarks.disabled,
.btn-addBookmarks:disabled {
	color: #a8a8a8;
	background-color: #ececec;
	border-color: #ececec;
}





.btn-addChart {
	background-color: #7ed221;
	color: #fff;
	width: 100%;
}
.btn-addChart:hover {
	background-color: #75ca16;
}
.btn-addChart.disabled, .btn-addChart:disabled {
	color: #fff;
	background-color: #ececec;
	border-color: #a8a8a8;
}
.btn-addChart.disabled, .btn-addChart:disabled {
	color: #fff;
	background-color: #7ed221;
	border-color: #7ed221;
}

.art-anzahl {
	font-size: 1rem;
	color: #000000;
}
.art-anzahl:hover {
	color: #444;
	text-decoration: none;
}




/****************************************************************************/
/* Warenkorb */
/****************************************************************************/
textarea.form-control {
  height: 140px;
}
.cartImageSale {
	width: 80%;
}




/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/****************************************************************************/
/* Footer */
/****************************************************************************/
footer a {
	color: #ffffff;
	text-decoration: underline;
}
footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
div#about {
	color: #ffffff;
	background-color: #4a494a;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
div#footerBox2 {
	background-color: #cccccc;
}
div#footerBox3 {
	color: #ffffff;
	background-color: #4a494a;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

/****************************************************************************/
/* Kontakt */
/****************************************************************************/
form#kontakt .form-group:last-of-type{
	display: none;
}

.table.table-borderless td {

		border: 0;
}
	
	


