@font-face {
	font-family: Netto OT;
	src: url(../Fonts/NettoPro2.eot); /* EOT for IE */
	src: url(../Fonts/NettoPro2.ttf) format("truetype"); /* non-IE */
}

@font-face {
	font-family: Netto OT Bold;
	src: url(../Fonts/NettoPro-Bold.eot); /* EOT for IE */
	src: url(../Fonts/NettoPro-Bold2.ttf) format("truetype"); /* non-IE */
	font-weight: bold;
}
body > .disrupter a {
	color: #ffffff;
	outline: none;
}
body > .disrupter a:hover {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
body > .disrupter a:active {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
body > .disrupter a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

.disrupter.corner {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 300px;
	width: 300px;
	background-image: url("../Images/ecke.svg");
	display: none;
	justify-content: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	z-index: 1001;
}
.disrupter.corner > div {
	position: relative;
	transform: rotate(33deg);
	padding-top: 55px;
}
.disrupter.bar {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	display: none;
}
.disrupter.bar > div {
	position: relative;
	width: 100%;
}

body > .disrupter.bar a {
	position: absolute;
	width: 100%;
	text-align: center;
	padding-top: 3px;
	font-size: 20px; 
}

@media (min-width: 768px) {
	body > .disrupter.bar a {
		padding-top: 15px;
		font-size: 28px; 
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body > .disrupter.bar a {
		padding-top: 18px;
		font-size: 35px; 
	}
}

@media (min-width: 992px) {
	body > .disrupter.bar a {
		padding-top: 35px;
		font-size: 45px; 
	}
}

html:lang(de-DE) .disrupter.corner {
	display: flex;
}
html:lang(en-DE) .disrupter.corner {
	display: flex;
}

@media (max-width: 1650px) {
	html:lang(de-DE) .disrupter.corner {
		display: none;
	}
	html:lang(de-DE) .disrupter.bar {
		display: flex;
	}
	html:lang(en-DE) .disrupter.corner {
		display: none;
	}
	html:lang(en-DE) .disrupter.bar {
		display: flex;
	}
}



.listAGB {
	//text-align: justify;
}
.listAGB > ol {
	list-style: upper-roman;
	font-size: 21px;
}
.listAGB > ol > li {
	list-style: upper-roman;
	color: #84bd3f;
}
.listAGB > ol > li > ol {
	list-style: upper-greek;
	font-size: 14px;
}
.listAGB > ol > li > ol > li {
	color: #666666;
}

.listAGB > ol > li > ol > li > ol {
	list-style: lower-alpha;
	font-size: 14px;
}
.listAGB > ol > li > ol > li > ol > li {
	color: #666666;
}
.listAGB > p {
	text-align: right;
}

@media (max-width: 767px) {

.featuredproducts p {
    padding-right: 15px;
}

.featuredproducts p:last-child {
    margin: 0 0 45px;
}

.featuredproducts h1,
.featuredproducts h2 {
    left: 0;
    top: 0;
    position: absolute;
    margin: 0 0 21px 0;
}

  .esearch {
    float: right;
  }

  .main-section {
    margin-top: 75px;
  }

  .navbar-header {
    float: left !important;
  }

  .search {
    float: right;
  }

  .esearch a {
    margin-top: 15px;
  }

  .search {
    top: 15px;
    left: 15px;
    right: 40px;
    height: 25px;
    position: absolute;
    overflow: hidden;
  }


.language {
  width: calc(100% - 65px);
    margin-top: 22px;
  max-width: 165px;
    float: left;
}

#indexedsearch input[type=text] {
    position: absolute;
    left: 0;
    right: 25px;
    top: 0;
    width: 100%;
}

#indexedsearch input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
}

}

@media (max-width: 991px) {
    body {
	padding-bottom: 100px;
    }


  .header-links {
    margin-top: 21px;
  }

  .navbar-header-main .navbar-brand.navbar-brand-image {
    padding-bottom: 4px;
    padding-top: 4px;
  }


.toolbar {
    background: #84bd3f;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFF;
}

.toolbar a {
    color: #FFF;
}

.toolbar .image-wrap {
	display:none;
    width: 100%;
}

.toolbar .image-row {
    width: 33.33%;
    padding: 0;
    margin: 0;
    float: left;
}

.toolbar .image-row a img {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.toolbar .image {
    margin: 0;
    padding: 10px 0;
}

.toolbar .image-column {
    padding: 0;
}


}

@media (min-width: 768px) {

.featuredproducts h1,
.featuredproducts h2 {
    margin: 0 0 0 -15px;
}



.tx-esseminars-pi3 .date {
    padding: 0 5px;
}

#indexedsearch input[type=text] {
  width: 114px;
}

.language {
  width: 165px;
}



  .language, .search, .esearch a {
    float: right;
  }

.esearch a {
  margin-right: 15px;
}
}

@media (min-width: 768px)and (max-width: 991px) {
  .language {
    margin-top: 21px;
  }

  .main-section {
    margin-top: 75px;
  }

  .esearch a {
    margin-top: 21px;
  }

  .search {
    margin-top: 21px;
  }
}

@media (min-width: 992px) {
.featuredproducts p:last-child {
    margin: 0;
}



.toolbar {
    position: fixed;
    left: 0;
    top: 250px;
}

.toolbar .image-row a {
  background: url("../Images/left.png") left no-repeat;
	background-size: cover;
    width: 49px;
    height: 51px;
    display: block;
}

.toolbar .image-row a:hover {
  background: url("../Images/left_hover.png") left no-repeat;
	background-size: cover;
}

.toolbar .image-row a img {
    padding-left: 10%;
    padding-top: 20%;
    width: 70%;
    height: 70%;
}

.toolbar .image {
    margin: 0;
}




.toolbar .image-row:nth-child(1) a {
	background: url("../Images/left-important.png") left no-repeat;
    width: 85px;
    height: 89px;
	background-size: cover;
}
.toolbar .image-row:nth-child(1) a:hover {
	background: url("../Images/left-important_hover.png") left no-repeat;
	background-size: cover;
}










.tx-ws-flexslider .caption-text {
  width: 360px;
}

  .esearch a {
    margin-top: 15px;
  }

  .header-links {
    margin-top: 15px;
  }

  .language {
    margin-top: 15px;
  }

  .main-section {
    margin-top: 110px;
  }

  .search {
    margin-top: 15px;
  }
}

a {
  color: #84bd3f;
}

a:hover {
    color: #000;
}


body {
  color: #666666;
	font-family: 'Netto OT', Arial;
  //font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 25px;
}

h1, h2 {
  border-bottom: 1px solid #ececec;
  color: #84bd3f;
	font-family: 'Netto OT', Arial;
  //font-family: 'Roboto Condensed', sans-serif;
	font-size: 21px;
  padding-bottom: 7px;
    margin-bottom: 16px;
}

.cbp-spmenu {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

.cbp-spmenu-push-toleft {
  left: -285px;
}

.cbp-spmenu-push-toleft .cbp-spmenu {
  -moz-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.44);
  box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.44);
}

.cbp-spmenu-right {
  right: -285px;
}

.cbp-spmenu-vertical {
  width: 285px;
}

.esearch a {
  background: url(../Images/btn_esearch.png) center no-repeat;
  border: none;
  display: block;
  height: 25px;
  padding: 0;
  width: 25px;
}

.flexslider {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

.footer-section {
  background: #84bd3f;
  border-top: none;
  font-size: 13px;
  padding: 13px 0 0;
}

.footer-section .icons {
  background: #FFF;
  border-top-left-radius: 10px;
  margin: 2px -30px 0;
  padding: 9px 0 9px 12px;
  min-height: 65px;
}

.footer-section .image {
  margin: 0;
}

.footer-section .image img {
    opacity: 0.5;
}

.footer-section .image img:hover {
    opacity: 1;
}


.footer-section .image-column {
  width: auto;
}

.footer-section .row > div {
  padding: 0 45px;
}

.footer-section .row hr {
  margin: 0 -30px 12px -29px;
}

.footer-section hr {
  border-bottom: 1px solid #a3ce6f;
  border-top: 1px solid #7fb63d;
  margin: 12px 1px 18px;
}

.footer-section p {
  margin-bottom: 0;
}

.footer-section ul {
  line-height: 20px;
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
    display: flex;
}

.footer-section ul li {
    flex-grow: 1;
}

.footer-section ul li a {
  font-weight: bold;
}

.footer-section ul ul {
    display: block;
}

.footer-section ul ul li a {
  font-size: 11px;
  font-weight: normal;
}

.glyphicon {
  color: #FFF;
  font-size: 24px;
}

.grey {
  background: #e3e3e3;
  min-height: 65px;
}

.header-links {
  float: right;
  margin-right: 30px;
}

.image .caption {
  background: #e3e3e3;
  color: #666666;
  font-size: 11px;
  padding: 15px;
}

.image > img, .image a > img {
  width: 100%;
}

.language {
  background: url("../Images/bg_lang.png") no-repeat right center;
  color: #666666;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin-right: 15px;
  position: relative;
  z-index: 9999;
}

.language ul {
  cursor: pointer;
  height: 25px;
  left: 0;
  list-style: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 165px;
}

.language ul li a {
  background: #84bd3f;
  color: #FFF;
  display: block;
  padding: 0 10px;
}

.language ul li span {
  padding: 0 10px;
}

.links > div {
  background: #e3e3e3;
}

.links h1,
.links h2 {
  background: #FFF;
  border-bottom: none;
  border-bottom-right-radius: 10px;
  display: block;
  line-height: 20px;
  margin: -1px 0 0;
  padding: 0 0 9px 16px;
  width: 262px;
}

.links p {
  padding: 0 15px;
}

.links ul {
  list-style: none;
  padding: 8px 10px 18px;
}

.links ul li {
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #f1f1f1;
  line-height: 33px;
  padding: 0 7px;
}

.links a {
  margin: 0 -7px;
  padding: 0 7px;
  background: url(../Images/bg_link_content.png) right 11px no-repeat;
  color: #000000;
  display: block;
}

.main-section .row .row .first-headline {
  margin-top: 0;
}

.main-section .row .row > div {
  margin-top: 0;
}

.main-section .row > div {
  margin-top: 50px;
}

.navbar .col-sm-offset-2 {
  padding-left: 0;
  padding-right: 0;
}

.navbar-collapse {
  padding: 0;
}

.navbar-default {
  background: none;
  border: none;
  left: 0;
  position: absolute;
  //top: 0;
  width: 100%;
  z-index: 999;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  	font-family: 'Netto OT', Arial;
  //font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 12px;
  padding: 17px 38px 31px 30px;
  text-transform: none;
}

.navbar-header-main .navbar-brand {
  height: 80px;
  line-height: 62px;
  padding: 15px 0 0;
}

.navbar-main {
  background: #FFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  float: left;
  height: 60px;
}

.navbar-nav > li > .dropdown-menu {
  border: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: none;
}


.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background: url("../Images/bg_mobilnav.png") no-repeat no-repeat;
  margin-right: 0;
}

.products {
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 50px;
}


.products .image-beside-right .image,
.products .image-intext-right .image {
    position: relative;
    overflow: auto;
    margin: 0;
}

.products .image-beside-right .image .caption, .products .image-intext-right .image .caption a {
  background: url(../Images/bg_link_content.png) right 12px no-repeat;
  color: #000;
    position: absolute;
    right: 0px;
    top: 10px;
    bottom: 10px;
  width: 78.5%;
    padding: 5px 0 0 15px;
}

.products .image-beside-right .image:hover .caption, .products .image-intext-right .image:hover .caption a {
  background: url(../Images/bg_link_content_hover.png) right 12px no-repeat #f1f1f1;
    color: #84bd3f;
}


.products .image-beside-right .image a, .products .image-intext-right .image a {
  width: 21.5%;
    float: left;
}

.products .image-beside-right .image-wrap, .products .image-intext-right .image-wrap {
  float: none;
  margin: 0 9px;
  max-width: none;
  padding: 0;
}

.products .image-center .text a, .products .image-intext-left .text a, .products .image-intext-right .text a {
  background: url(../Images/bg_link_content.png) right 20px no-repeat #e3e3e3;
  bottom: 0;
  color: #000000;
  display: block;
  left: 0;
  line-height: 50px;
  padding: 0 15px;
  position: absolute;
  right: 0;
    font-size: 14px;
}

.products .image-center .text {
  padding: 0 15px;
}


.products .image-center .text a:hover, .products .image-intext-left .text a:hover, .products .image-intext-right .text a:hover {
  background: url(../Images/bg_link_content_hover.png) right 20px no-repeat #f1f1f1;
    color: #84bd3f;
}


.products .image-intext-left .text {
  padding: 0 15px 50px;
    font-size: 12px;
}

.products .image-intext-right img {
    padding: 30px 0 21px;
}

.products .image-center .image {
    margin: 0;
}


.products .image-intext-right .caption {
  background: none;
  color: #000;
  font-size: 14px;
}

.products .image-intext-right .image-row {
  border-bottom: 1px solid #ececec;
}

.products .image-intext-right .image-row:last-child {
    border-bottom: none;
}


.products .image-intext-right .text {
  background: #e3e3e3;
}

.products .image-intext-right .text p {
  line-height: 50px;
  margin: 0;
  padding: 0 15px;
}

.products h1, .products h2 {
  border-bottom: 1px solid #ececec;
  color: #84bd3f;
  font-size: 21px;
  height: 69px;
  line-height: 25px;
  margin: 0 9px;
  padding: 9px 6px 0;
}

.products h1 a, .products h2 a {
    display: block;
  height: 60px;
}

.products h1:hover a, .products h2:hover a {
    color: #FFF;
    background: #84bd3f;
    margin: 0 -9px;
    padding: 0 9px;
}

.iconHeader {
	
}

.iconHeader img {
	height: 85px !important;
	width: 85px !important;
}

.iconHeader .text {
	display: table;
	height: 85px;
}

.iconHeader h1 {
	border: 0px solid black;
	display: table-cell;
	vertical-align: middle;
}



@media (min-width: 0px)and (max-width: 991px) {
	.iconHeader .image-wrap {
		margin-left: -15px;
		margin-right: -15px;
		max-width: none;
		float: none;
	}
	.iconHeader img {
		margin: 0px auto 0px auto;
		height: 150px !important;
		width: 170px !important;
	}
	.iconHeader h1 {
		display: none;
	}
}

.green {
}
.green h1 {
	display: none;
}
.green .thumbnail {
	background-color: #84bd3f;
	padding: 24px 0px 24px 0px;
	margin: 0px;
	height: 150px;
}

.green .thumbnail img {
	margin: 0px auto 0px auto;
	height: 100%;
}
.green .text {
	margin-top: 20px;
	display: table;
	width: 100%;
}
.green p {
	display: table-cell;
	vertical-align: top;
	height: 60px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}

.greenHeader {
	background-color: #84bd3f;
}
.greenHeader h1 {
	background-color: #FFFFFF;
	display: inline-block;
	margin: 0px;
	padding: 15px;
	border: 0px solid black;
	border-radius: 0px 0px 15px 0px;
}

.greenHeader .image {
	background-color: #84bd3f;
	padding: 24px 0px 0px 0px;
	margin: 0px;
	height: 150px;
	
}

.greenHeader img {
	margin: 0px auto 0px auto;
	height: 100% !important;
	width: auto !important;
	
}
.greenHeader .text {
	margin-top: 20px;
	width: 100%;
}
.greenHeader p {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-bottom: 15px;
}

.iconAndGrayBody {
	margin-bottom: 20px;
	background-color: #e3e3e3;
}
.iconAndGrayBody .image-center-outer {
	background-color: #FFFFFF;
}
.iconAndGrayBody .image-center-inner {
	background-color: #FFFFFF;
}
.iconAndGrayBody .image {
	background-color: #FFFFFF;
	margin: 0px auto 10px;
	width: 85px;
	height: 85px;
}
.iconAndGrayBody .text {
	padding: 12px 12px 12px 12px;
}
.iconAndGrayBody .text p:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.search {
  margin-right: 1px;
}

.seo {
  font-size: 13px;
  line-height: 20px;
}

.seo > div {
  padding-left: 15px;
}

.seo h1, .seo h2 {
  line-height: 18px;
  margin: 0 0 14px -15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.tx-ws-flexslider .caption-align-right .caption-text {
  border-top-left-radius: 10px;
  right: 0;
}

.tx-ws-flexslider .caption-align-right .caption-text a {
  display: inline-block;
  text-align: right;
  width: 100%;
}

.tx-ws-flexslider .caption-align-left .caption-text {
  border-top-right-radius: 10px;
  left: 0;
}


.tx-ws-flexslider .caption-text {
  background: #FFF;
  bottom: 0;
  top: auto;
}

.tx-ws-flexslider .caption-title {
  color: #84bd3f;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 18px;
}

.well {
  background: #e3e3e3;
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
    margin-bottom: 0;
  overflow: hidden;
}

.well .text {
  padding: 13px 15px 25px;
}

.well a.more {
  background: #FFF;
  border-top-left-radius: 10px;
  bottom: 0;
  line-height: 35px;
  padding: 0 15px 0 35px;
  position: absolute;
  right: 0px;
}

.well a.more:hover {
    background: #84bd3f;
    color: #FFF;
}


.well h1,
.well h2 {
  background: #FFF;
  border-bottom-right-radius: 10px;
  font-size: 21px;
  font-weight: normal;
  height: 28px;
  left: 0;
  line-height: 18px;
  min-width: 270px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  z-index: 10;
}

.yamm .dropdown-menu {
  left: 0px;
  right: 20px;
  top: 30px;
  z-index: -1;
}

.yamm .yamm-content {
  padding: 20px 20px 4px;
}

.yamm-content .list-unstyled .border {
  border-right: 1px solid #a3ce6f;
  border-top: 1px solid #a3ce6f;
  padding: 10px 6px;
}

.yamm-content .row {
  padding-bottom: 15px;
}

.yamm-content > .row {
  background: #84bd3f;
  border-radius: 10px;
}

.yamm-content a {
  color: #FFF;
  display: block;
}

.yamm-content ul a {
  font-size: 14px;
  padding: 0 5px;
}

.yamm-content ul ul {
  list-style: none;
  padding: 0;
}

.yamm-content ul ul a {
  background: url(../Images/bg_topnav.png) 10px no-repeat;
  font-size: 13px;
  padding-left: 20px;
}

#indexedsearch input[type=submit] {
  background: url(../Images/btn_search.png) center no-repeat;
  border: none;
  float: left;
  height: 25px;
  padding: 0;
  width: 25px;
    display: none;
}



#indexedsearch input[type=text] {
  background: #ffffff;/* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);/* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-bottom: 1px solid #eeeeee;
  border-bottom-left-radius: 5px;
  border-left: none;
  border-right: none;
  border-top: 1px solid #cccccc;
  border-top-left-radius: 5px;
  color: #666666;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );/* IE6-9 */
  float: left;
  font-size: 12px;
  height: 25px;
  padding: 0 10px;
}

.footer-section .image-column:first-child {
  padding-right: 4px;
}

.footer-section .image-column:last-child {
  padding-left: 9px;
}

.footer-section a:hover, .footer-section a:focus {
  color: #c2de9f;
}

.footer-section ul li:last-child {
  padding-right: 0;
}

.language ul li:first-child a {
  color: #666666;
  background: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.language ul li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.language ul:hover {
  height: auto;
}

.links p:first-of-type,
.links ul:first-child {
  padding-top: 35px;
}

.links p a {
  background: url(../Images/bg_link_content.png) right 11px no-repeat;
  line-height: 33px;
    display: block;
    color: #000;
}

.links p a:hover {
  background: url(../Images/bg_link_content_hover.png) right 11px no-repeat  #f1f1f1;;
}


.links ul li:first-child {
  border-top: none;
}

.links ul li a:hover {
  background: url(../Images/bg_link_content_hover.png) right 11px no-repeat #f1f1f1;
    color: #84bd3f;
}

.links ul li.active a {
  background: url(../Images/bg_subnav_content.png) right 14px no-repeat #f1f1f1;
    color: #84bd3f;
}

.links ul ul {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2d2d2+0,f8f8f8+9,f1f1f1+100 */
background: #d2d2d2; /* Old browsers */
background: -moz-linear-gradient(top,  #d2d2d2 0%, #f8f8f8 1px, #f1f1f1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d2d2d2 0%,#f8f8f8 1px,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d2d2d2 0%,#f8f8f8 1px,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
    margin: 0 -7px;
    padding: 7px 14px 3px !important;
}

.links ul ul li {
    border: none;
    line-height: 25px;
}

.links ul ul li a {
    background: none !important;
    font-size: 12px;
    color: #000 !important;
    padding-bottom: 10px;
}

.links ul ul li a {
    color: #000 !important;
}


.links ul ul li > a:hover,
.links ul ul li.active > a {
    color: #84bd3f !important;
}

.links ul ul li:last-child a {
    padding-bottom: 0;
}


.links ul li:hover a {
  color: #84bd3f;
}

.links ul li:last-child {
  border-bottom: none;
}

.navbar-default .navbar-nav > li:hover .dropdown-menu {
  display: block;
}

.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:focus {
  background: #84bd3f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #FFF;
}

.navbar-header-main .navbar-brand:hover {
  opacity: 1;
}

.navbar-main:hover {
  height: 50px;
}

.navbar-main:hover > li > a {
  padding-bottom: 21px;
}

.navbar-nav > li:first-child .yamm-content > .row {
/*
  border-top-left-radius: 0;
*/
}

.navbar-nav > li:first-child > a {
  padding: 17px 33px 31px 25px;
}

.navbar-nav > li:first-child, .navbar-nav > li:last-child {
  padding: 0 5px;
}

.navbar-nav > li:last-child > a {
  padding: 17px 29px 31px 25px;
}

.yamm-content .list-unstyled:nth-child(1) .border {
  border-top: none;
  margin-top: 15px;
  padding: 1px 6px 10px;
}

.yamm-content .list-unstyled:nth-child(2) .border {
  border-top: none;
  margin-top: 15px;
  padding: 1px 11px 10px;
}

.yamm-content .list-unstyled:nth-child(even) .border {
  border-right: none;
  margin-left: -15px;
  padding-left: 15px;
}

.yamm-content .list-unstyled:nth-child(odd) .border {
  margin-right: -15px;
}

.yamm-content a:hover {
  background: #c2de9f;
  color: #84bd3f;
}

.header-links {
    font-size: 12px;
}

.tx-ws-flexslider .caption-text {
    padding: 25px 15px;
}

nav.links {
    margin-top: 2px;
    margin-bottom: 48px;
}

nav.links ul {
    padding-bottom: 8px;
}

.frame.links .text {
    padding: 0;
}

.push-body-toleft {
    left: -285px;
}


h3 {
  
  color: #84bd3f;
  	font-family: 'Netto OT', Arial;
  //font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  
}

h4,
h4 a {
  color: #84bd3f !important;
  	font-family: 'Netto OT', Arial;
  //font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

.tx_esreflexproducts_pi3 form {
  position: relative;
}

.tx_esreflexproducts_pi3 fieldset {
    border: none;
        }

.tx_esreflexproducts_pi3 input[type=submit] {
  width: 28px;
  height: 21px;
  background: none;
  border: none;
  cursor: pointer;
    top: 13px;
    right: 17px;
    position: absolute;
}

.tx_esreflexproducts_pi3 input[type=text] {
    position: absolute;
    left: 10px;
    top: 7px;
    width: 90% !important;
    border-radius: 5px !important;
  height: 34px !important;
}

/*
    width: 100% !important;
  background: none;
  border: none;
  padding: 2px 5px 2px 5px;
    margin-right: 58px;
*/


.tx_esreflexproducts_pi1 {
    overflow: hidden;
}

.tx_esreflexproducts_pi1 td img,
.tx_esreflexproducts_pi3 td img {
    margin-bottom: 5px;
}

.tx_esreflexproducts_pi1 td,
.tx_esreflexproducts_pi3 td {
    padding: 10px 0;
    vertical-align: top;
    text-align: center;
    line-height: 20px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #e3e3e3;
}

.tx_esreflexproducts_pi1 tr:last-child td,
.tx_esreflexproducts_pi3 tr:last-child td {
    border-bottom: none;
}

.tx_esreflexproducts_pi1 td a,
.tx_esreflexproducts_pi3 td a {
    height: 110px;
    padding: 14px 15px;
}


.tx_esreflexproducts_pi1 th,
.tx_esreflexproducts_pi3 th {
    padding: 3px 5px 3px;font-size: 12px;vertical-align: top;height: 60px; background: #84be34;color: #FFF;min-width: 60px;
}

.tx_esreflexproducts_pi1 th a,
.tx_esreflexproducts_pi3 th a {
    color: #FFF !important;
    text-decoration: none;
    display: block;
    height: 54px;
    background: url(../Images/bg_sort.png) center bottom no-repeat;
}

.produkt_draws a,
.produkt_documents a,
.produkt_draws a:hover,
.produkt_documents a:hover {
  text-decoration: none;
}

.tx_esreflexproducts_pi2 .active {
   background: #84bd3f;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.tx_esreflexproducts_pi2 .inactive {
    line-height: 50px;
    cursor: pointer;
    color: #000000;
}

.tx_esreflexproducts_pi2 .active a {
    line-height: 50px;
    cursor: pointer;
    color: #FFF;
    padding: 0 30px;
}

.tx_esreflexproducts_pi2 .inactive a {
    padding: 0 30px;
    color: #000000;
}
.tx_esreflexproducts_pi2 .inactive a:hover {
    color: #84bd3f;
}

.tx_esreflexproducts_pi1 {
    padding: 8px;
    border: 1px solid #e3e3e3;
}

.tx_esreflexproducts_pi1 table {
    width: 100%;
}

.tx_esreflexproducts_pi1 table th {
    text-align: center;
}

.tx_esreflexproducts_pi1 .productline a {
    font-size: 12px;
    display: block;
    color: #666666;
}

.tx_esreflexproducts_pi1 .productline:hover a {
    background: #f1f1f1;
}

.tx_esreflexproducts_pi1 .productline td:first-child a {
    background: none;
}

.tx_esreflexproducts_pi1 .productline:hover td:first-child a {
    color: #84bd3f;
}

.tx_esreflexproducts_pi3 {
    margin-top: -15px;
    height: 50px;
    background: #e3e3e3;
}

.archiv .tx_esreflexproducts_pi1 {
    display: none;
}

.showarchiv {
    display: block;
    margin-top: 20px;
    cursor: pointer;
}

.tx_esreflexproducts_pi2 .document,
.tx_esreflexproducts_pi2 .photo {
    padding: 5px 0;
    margin: 0 10px;
    border-bottom: 1px solid #a3ce6f;
}

.tx_esreflexproducts_pi2 .document a {
    color: #FFF;
    padding: 0 35px;
    color: #FFF;
    line-height: 40px;
    display: block;
  background: url(../Images/ico_pdf.png) 10px 9px no-repeat;
    
}

.tx_esreflexproducts_pi2 .photo a {
    color: #FFF;
    padding: 0 40px;
    color: #FFF;
    line-height: 40px;
    display: block;
  background: url(../Images/ico_photo.png) 10px 9px no-repeat;
    
}

.tx_esreflexproducts_pi2 .document:last-child,
.tx_esreflexproducts_pi2 .photo:last-child {
    border-bottom: none;
}

.tx_esreflexproducts_pi2 .document:hover a {
  background: url(../Images/ico_pdf_hover.png) 10px 9px no-repeat  #c2de9f;;
    
    color: #84bd3f;
}

.tx_esreflexproducts_pi2 .photo:hover a {
  background: url(../Images/ico_photo_hover.png) 10px 9px no-repeat  #c2de9f;;
    
    color: #84bd3f;
}

.tx_esreflexproducts_pi2 .produkt_documents {
    padding: 7px 0 3px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tx_esreflexproducts_pi2 .produkt_photos {
    padding: 7px 0 3px;
    border-radius: 10px;
}

.tx-esseminars-pi3 .row.header {
    font-weight: bold;
    border-top: none;
    line-height: 33px;
    margin-top: -4px;
}

.tx-esseminars-pi3 .row.header .date {
    color: #666666 !important;
}

.tx-esseminars-pi3 .text {
    padding: 13px 0 25px;
}

.tx-esseminars-pi3 .row {
    margin: 0 10px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #d2d2d2;
}


.tx-esseminars-pi3 .row:last-of-type {
    border-bottom: none;
}


.tx-esseminars-pi3 a {
    display: block;
    line-height: 33px;
    color: #666666;
}

.tx-esseminars-pi3 a .topic {
    padding-right: 0;
    background: url(../Images/bg_link_content.png) right 10px no-repeat;
}

.tx-esseminars-pi3 a:hover > div {
    background: #f1f1f1;
}

.tx-esseminars-pi3 a:hover > div.topic {
    padding-right: 0;
    background: url(../Images/bg_link_content_hover.png) right 10px no-repeat #f1f1f1;
}


.tx-esseminars-pi3 .date {
    line-height: 33px;
    color: #000000;
}

.page-browser {
    float: none;
    width: auto;
    line-height: 50px;
    background: #e3e3e3;
}

.page-browser a {
    color: #000;
    font-size: #e3e3e3;
}

.news {
	margin-top: 0px;
	border: 0px solid transparent;
}

.news,
.kkdl_flexWrap {
    border: 1px solid #e3e3e3;
    padding: 0 10px;
}

.article,
.kkdl_flex {
    margin: 0;
    padding: 12px 0 10px;
    background: none;
    border-bottom: 1px solid #e3e3e3;
}

.article:last-child,
.kkdl_flex:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
}


.article .title,
.kkdl_flex .title {
    color: #000;
    font-weight: normal;
    font-size: 15px;
    padding: 0px 10px 2px;
}

.article .col-sm-9,
.kkdl_flex .col-sm-9 {
    background: #f1f1f1;
}

.kkdl_flex .kkdl-details a {
    display: block;
  background: url(../Images/ico_pdf_hover.png) left center no-repeat;
    
    padding-left: 30px;
    color: #84bd3f;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 14px;
}

.news .news-list-view .news-img-wrap img,
.kkdl_image img {
    width: 80px;
    height: auto;
    float: none;

-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.75);
}

.news .news-list-view .news-img-wrap, 
.kkdl_image {
    float: none;
    padding: 30px 0;
    text-align: center;
}

.article .description,
.kkdl_flex .description {
    padding-top: 15px;
    line-height: 20px;
}

.thumbnail > img, 
.thumbnail a > img {
    width: auto;
    margin: 15px auto 0;
}

.thumbnail {
    border: none;
}

.theme-default .nivoSlider {
    background: none;
    box-shadow: none;
    margin: 0;
}

.nivo-html-caption {
    display: block;
   border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #f1f1f1;
    margin: 0 10px;
}

.nivo-html-caption h4.caption-title a {
    color: #000 !important;
    font-size: 14px;
    display: block;
    line-height: 33px;
    padding: 0 5px;
    background: url(../Images/bg_link_content.png) right 10px no-repeat;
}

.nivo-html-caption h4.caption-title a:hover {
    color: #666666 !important;
    background:url("../Images/bg_link_content_hover.png") no-repeat right 10px  #f1f1f1;
}

.nivo-html-caption p {
    display: none;
}

.nivo-html-caption:first-of-type {
    border-top: none;
}

.nivo-html-caption:last-of-type {
    border-bottom: none;
}

.tx_newsslider {
    position: relative;
    margin: 0 -10px 10px;
}

.theme-default .nivo-controlNav {
    position: absolute;
    bottom: 10px;
    padding: 0;
    width: 100%;
}

.grey .image {
    margin: 0;
}

.panel-default > .panel-heading {
  background: url("../Images/bg_link_content_hover.png") no-repeat right 15px #f5f5f5;
  padding-right: 0;
}

.panel-default > .panel-heading a {
    display: block;
    padding-right: 25px;
}

.theme-default .nivo-controlNav a,
.flex-control-paging li a {
    background: #FFF;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    border: 3px solid #FFF;
    border-radius: 20px;
    width: 11px;
    height: 11px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    margin: 0 2px;
}

.theme-default .nivo-controlNav a.active,
.flex-control-paging li a.flex-active {
    border: 3px solid #FFF;
    background: #84bd3f;
}

.flex-control-nav {
    bottom: 0px;
    z-index: 999;
}

.theme-default .nivo-controlNav {
    z-index: 50;
}

.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before {
    content: "";
}

.theme-default .nivo-directionNav a.nivo-nextNav,
.flex-direction-nav a.flex-next {
  background: url("../Images/slider_right.png") right no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.theme-default .nivo-directionNav a.nivo-prevNav,
.flex-direction-nav a.flex-prev {
  background: url("../Images/slider_left.png") left no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


.tx-indexedsearch-percent,
.tx-indexedsearch-icon,
.tx-indexedsearch-searchbox,
.tx-indexedsearch-rules,
.tx-indexedsearch-info {
    display: none;
}

.tx-indexedsearch-whatis {
  border-bottom: 1px solid #ececec;
  color: #84bd3f;
  	font-family: 'Netto OT', Arial;
  //font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  padding-bottom: 7px;
    margin-bottom: 16px;
}

.tx-indexedsearch-title  {
  color: #84bd3f;
  	font-family: 'Netto OT', Arial;
  //font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

.tx-indexedsearch-browsebox {
    margin-bottom: 25px;
  border-bottom: 1px solid #ececec;
}

.tx-indexedsearch-browsebox ul {
    padding-left: 0;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: #000;
}

.breadcrumb-section {
    padding: 0 15px;
    background: #e3e3e3;
}

.breadcrumb {
    background: none;
}

.breadcrumb a {
    color: #000;
}

.cbp-spmenu-vertical a {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #84bd3f;
    color: #84bd3f;
    display: block;
    font-size: 14px;
}

.cbp-spmenu-vertical a:last-of-type {
    border: none;
}

.cbp-spmenu-vertical .subnav a {
    border-bottom: 1px solid #e3dedd;
    border-top: none;
    color: #84bd3f;
    display: block;
    font-size: 12px;
    line-height: 38px;
    margin: 0;
    padding: 0 1em;
}

.cbp-spmenu-vertical .subnav a:last-child {
    border-bottom: none;
}

.cbp-spmenu {
    background: none;
}

.cbp-spmenu .panel {
    border: none;
    box-shadow: none;
}

.cbp-spmenu .list-group-item {
    margin: 0;
}


.csc-sitemap {
    clear: both;
    color: #555555;
    margin: 0 0 15px;
    overflow: auto;
    padding: 10px;
}
.csc-sitemap ul {
    padding-left: 0;
}
.csc-sitemap ul li ul {
    margin-bottom: 40px;
}
.csc-sitemap ul li {
    display: table;
    float: left;
    width: 20%;
}
.csc-sitemap ul li ul li {
    float: none;
}
.csc-sitemap > ul > li {
    color: #666666;
    display: block;
    font-size: 18px;
    font-weight: bold;
    min-height: 100px;
}
.csc-sitemap > ul > li > ul > li {
    font-size: 14px;
    font-weight: normal;
}
.csc-sitemap ul li ul li a:hover {
    color: #666666;
}
.csc-sitemap ul li ul li a {
    white-space: nowrap;
    width: auto;
}

.featuredproducts {
    background: #e3e3e3;
    position: relative;
    margin-bottom: 45px;
}


.featuredproducts h1,
.featuredproducts h2 {
    padding: 0 15px 7px;
    border-bottom-right-radius: 10px;
    background: #FFF;
    display: inline-block;
}

.featuredproducts .text {
    padding-left: 15px;
}


.featuredproducts .image {
    margin-bottom: 0;
}

.featuredproducts .image > img {
    width: auto;
    max-width: none;
}

.featuredproducts .text a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #84bd3f;
    line-height: 35px;
    color: #FFF;
    padding: 0 15px 0 30px;
    border-top-left-radius: 10px;
}


.cbp-spmenu a:hover {
    background: #84bd3f;
    color: #FFF;
}

.navbar-default .navbar-nav > .active > a {
    color: #84bd3f;
}

 .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #84bd3f;
    color: #FFF;

}

@media (max-width: 767px) {
  .explore .main-section {
    margin-top: 158px;
  }

  .explore .navbar-header-main {
    float: none;
    width: 100%;
  }

  .explore .navbar-header-main .navbar-brand {
    width: 100%;
  }

  .explore header {
    line-height: 40px;
    text-align: center;
  }

    .table-responsive {
    border: none;
    }

  .backendlayout-pagets__city table,
  .backendlayout-pagets__explore table {
    width: 85%;
  }

     .backendlayout-pagets__city .image-row,
     .backendlayout-pagets__explore .image-row {
    width: 95%;
    }

}

@media (min-width: 768px)and (max-width: 991px) {
  .explore .main-section {
    margin-top: 118px;
  }

  .explore header {
    line-height: 70px;
  }
}

@media (min-width: 768px)and (max-width: 1199px) {
  .backendlayout-pagets__city table, .backendlayout-pagets__city .image-row,
  .backendlayout-pagets__explore table, .backendlayout-pagets__explore .image-row {
    width: 75%;
  }
}


@media (max-width: 991px) {
  .explore {
    margin-bottom: -100px;
  }

  .explore .container {
    padding: 0;
    width: auto;
  }

  .explore .image-column.col-md-6 {
    float: left;
    width: 50%;
  }

  .explore .navbar-header-main .navbar-brand {
    height: 85px;
    line-height: 70px;
  }

  .explore .navbar-header-main .navbar-brand.navbar-brand-image > img {
    max-height: none;
  }

  .explore .toolbar {
    display: none;
  }

  .explore header {
    border-bottom: 3px solid #84bd3f;
    color: #84bd3f;
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
  }

  .explore hr {
    border-top: 3px;
  }

.backendlayout-pagets__city h3,
.backendlayout-pagets__explore h3 {
  font-size: 24px;
}


}

@media (min-width: 992px) {
  .backendlayout-pagets__city h3,
  .backendlayout-pagets__explore h3 {
    margin-top: 32px !important;
    font-size: 36px;
  }

  .backendlayout-pagets__city hr,
  .backendlayout-pagets__explore hr {
    margin: 0;
    border-width: 3px;
  }

}

@media (min-width: 1200px) {
  .backendlayout-pagets__city table, .backendlayout-pagets__city .image-row,
  .backendlayout-pagets__explore table, .backendlayout-pagets__explore .image-row {
    width: 50%;
  }
}

  .backendlayout-pagets__city .text,
  .backendlayout-pagets__explore .text {
    padding-bottom: 10px;
  }

  .backendlayout-pagets__city .text + .image-wrap,
  .backendlayout-pagets__explore .text + .image-wrap {
    margin-bottom: 30px;
    }

    .backendlayout-pagets__city .table-responsive,
    .backendlayout-pagets__explore .table-responsive {
    margin: 45px 0;
    }




.backendlayout-pagets__city .bg-grey,
.backendlayout-pagets__explore .bg-grey {
  background: #e3e3e3;
}

.backendlayout-pagets__city .bg-grey .image > img, .backendlayout-pagets__city .bg-grey .image a > img,
.backendlayout-pagets__explore .bg-grey .image > img, .backendlayout-pagets__explore .bg-grey .image a > img {
  width: auto;
}

.backendlayout-pagets__city .image,
.backendlayout-pagets__explore .image {
  margin: 0;
}

.backendlayout-pagets__city .image .caption,
.backendlayout-pagets__explore .image .caption {
  background: none;
  color: #FFF;
  font-size: 18px;
  padding: 0;
  text-align: center;
}

.backendlayout-pagets__city .image-column .image,
.backendlayout-pagets__explore .image-column .image {
  background: #c7c6c8;
  border-radius: 5px;
  padding: 15px;
}

.backendlayout-pagets__city .image-row,
.backendlayout-pagets__explore .image-row {
  margin: 15px auto;
}

.backendlayout-pagets__city .table-responsive,
.backendlayout-pagets__explore .table-responsive {
  overflow: visible;
}

.backendlayout-pagets__explore a {
    color: #fff;
}


.backendlayout-pagets__city h3,
.backendlayout-pagets__explore h3 {
  font-weight: bold;
}

.backendlayout-pagets__city strong,
.backendlayout-pagets__explore strong {
  display: block;
  font-size: 24px;
}

.backendlayout-pagets__city table,
.backendlayout-pagets__explore table {
  border: none;
  margin: 0 auto;
}

.backendlayout-pagets__city table tr td,
.backendlayout-pagets__explore table tr td {
  border: none;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 57px 24px;
white-space: normal !important;
}

.backendlayout-pagets__city table tr td:first-child,
.backendlayout-pagets__explore table tr td:first-child {
  background: url(../Images/explore_bullet.png) no-repeat;
  color: #FFF;
  font-size: 48px;
  height: 54px;
  line-height: 54px;
  padding: 0;
  text-align: center;
  width: 54px;
}

.backendlayout-pagets__city table tr:last-child td,
.backendlayout-pagets__explore table tr:last-child td {
  padding-bottom: 0;
}

.explore .footer-section {
  margin-top: 0 !important;
}
/*
.tx-powermail{
	width:100%;
	color:#444
}

.tx-powermail .clear{
	clear:both
}
.tx-powermail *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.tx-powermail *.hide{
	display:none
}
.tx-powermail .powermail_fieldset{
	clear:left;
	border:1px solid #bbb;
	padding:10px;
	margin:0 0 20px 0;
	background:#eee
}

.tx-powermail .powermail_fieldset .powermail_legend{
	color:#84bd3f;
	float:right;
	margin:3px 0 10px 0;
   	font-family: 'Netto OT', Arial;
  //font-family: 'Roboto Condensed', sans-serif;
	font-size: 200%;
	white-space:normal
}

.tx-powermail .powermail_fieldset .powermail_label{
	display:block;
	width:200px;
	float:left;
	clear:left;
	font-weight:bold
}

.tx-powermail .powermail_fieldset .powermail_label[title]{
	cursor:help
}

.tx-powermail .powermail_fieldset .powermail_label[title]:after{
	content:'i';
	display:inline-block;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
	height:16px;
	width:16px;
	background-color:#aaa;
	margin:0 0 0 2px;
	font-size:14px;
	line-height:16px;
	text-align:center;
	color:white;
    font-family: 'Netto OT', Arial;
  //font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold
}

.tx-powermail .powermail_fieldset .powermail_label[title][title=""]{
	cursor:inherit
}

.tx-powermail .powermail_fieldset .powermail_label[title][title=""]:after{
	display:none
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap{
	margin:0 0 0.5em 0;
	clear:both;
	overflow:hidden
}

.tx-powermail .powermail_fieldset .powermail_field{
	width:400px;
	padding:5px;
	margin:0;
	border:1px solid #bbb;
	color:#444;
	float:right;
	font-size:inherit
}

.tx-powermail .powermail_fieldset .powermail_field.powermail_submit,.tx-powermail .powermail_fieldset .powermail_field.powermail_reset{
	margin:5px 0 0 0;
	padding:5px 20px;
	color:white;
	font-weight:bold;
	cursor:pointer;
	background-color:#1E5799;
	border:1px solid #eee
}

.tx-powermail .powermail_fieldset .powermail_field.powermail_reset{
	background-color:#FFCA4B
}

.tx-powermail .powermail_fieldset .powermail_field.powermail_captcha{
	width:100%
}

.tx-powermail .powermail_fieldset .powermail_captchaimage{
	width:100%;
	margin-top:10px
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap_radio legend,.tx-powermail .powermail_fieldset .powermail_fieldwrap_check legend{
	padding:0
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap_radio fieldset,.tx-powermail .powermail_fieldset .powermail_fieldwrap_check fieldset{
	border:0;
	padding:0;
	margin:0
}

.tx-powermail .powermail_fieldset .powermail_radio_outer,.tx-powermail .powermail_fieldset .powermail_captcha_outer,.tx-powermail .powermail_fieldset .powermail_check_outer,.tx-powermail .powermail_fieldset .powermail_fieldwrap_text,.tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list){
	background-color:white;
	border:1px solid #bbb;
	float:right;
	padding:3px;
	width:400px;
	list-style:none;
	margin:0
}

.tx-powermail .powermail_fieldset .powermail_radio_outer>li,.tx-powermail .powermail_fieldset .powermail_captcha_outer>li,.tx-powermail .powermail_fieldset .powermail_check_outer>li,.tx-powermail .powermail_fieldset .powermail_fieldwrap_text>li,.tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list)>li{
	margin:5px
}

.tx-powermail .powermail_fieldset .powermail_radio_outer>li .deleteAllFiles,.tx-powermail .powermail_fieldset .powermail_captcha_outer>li .deleteAllFiles,.tx-powermail .powermail_fieldset .powermail_check_outer>li .deleteAllFiles,.tx-powermail .powermail_fieldset .powermail_fieldwrap_text>li .deleteAllFiles,.tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list)>li .deleteAllFiles{
	color:#bbb;
	cursor:pointer
}

.tx-powermail .powermail_fieldset .powermail_radio_outer>li deleteAllFiles:hover,.tx-powermail .powermail_fieldset .powermail_captcha_outer>li .deleteAllFiles:hover,.tx-powermail .powermail_fieldset .powermail_check_outer>li .deleteAllFiles:hover,.tx-powermail .powermail_fieldset .powermail_fieldwrap_text>li .deleteAllFiles:hover,.tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list)>li .deleteAllFiles:hover{
	text-decoration:underline
}

.tx-powermail .powermail_fieldset .parsley-errors-list{
	display:none;
	margin:5px 0 20px 0;
	padding:0;
	list-style-type:none;
	background-color:#F2DEDE;
	border:1px solid #EBCCD1;
	width:400px;
	float:right;
	clear:left
}

.tx-powermail .powermail_fieldset .parsley-errors-list.filled{
	display:block
}

.tx-powermail .powermail_fieldset .parsley-errors-list>li{
	color:#A94442;
	padding:5px 10px}

.tx-powermail .powermail_fieldset .powermail_field_error,.tx-powermail .powermail_fieldset .parsley-error,.tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus,.tx-powermail .powermail_fieldset div.error{
	background-color:#EBCCD1;border:1px solid #A94442;
	color:#A94442
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list{
	width:100%;
	margin-bottom:0;
	background-color:#EBCCD1;
	border:none
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list>li{
	padding-left:5px
}

.tx-powermail .powermail_create,.tx-powermail .powermail_confirmation{
	border:1px solid #bbb;
	padding:10px;
	margin:0 0 20px 0;
	background:#eee;
	overflow:hidden
}

.tx-powermail .powermail_create .powermail_confirmation_submit,.tx-powermail .powermail_create .powermail_confirmation_form,.tx-powermail .powermail_confirmation .powermail_confirmation_submit,.tx-powermail .powermail_confirmation .powermail_confirmation_form{
	margin:20px 0 0 0;
	padding:5px 20px;
	color:white;
	font-weight:bold;
	cursor:pointer;
	float:right;
	background-color:#1E5799;
	border:1px solid #eee
}

.tx-powermail .powermail_create .powermail_confirmation_form,.tx-powermail .powermail_confirmation .powermail_confirmation_form{
	float:left;
	clear:left;
	background-color:#bbb
}

.tx-powermail .powermail_progressbar{
	width:400px;
	height:5px;
	float:right;
	border:1px solid #EEEEEE;
	clear:both
}

.tx-powermail .powermail_progressbar.disable{
	display:none
}

.tx-powermail .powermail_progressbar>.powermail_progress{
	background:#1E5799;
	width:0%;
	max-width:100%;
	-webkit-animation:progress 5s 1 forwards;
	-moz-animation:progress 5s 1 forwards;
	-ms-animation:progress 5s 1 forwards;
	animation:progress 5s 1 forwards
}

.tx-powermail .powermail_progressbar>.powermail_progress>.powermail_progess_inner{
	height:5px;
	width:100%;
	overflow:hidden;
	background:url("/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;
	-moz-opacity:0.25;
	-khtml-opacity:0.25;
	opacity:0.25;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	filter:alpha(opacity=25)
}

.tx-powermail .powermail_confirmation .powermail_progressbar{
	width:100%
}

.tx-powermail .powermail_all>dt{
	width:200px;
	float:left;
	clear:left;
	font-weight:bold
}

.tx-powermail .powermail_all>dd{
	width:400px;
	float:left;
	margin:0
}

.tx-powermail .powermail_message{
	padding:5px 0 10px 20px;
	min-height:65px;
	background-color:#EBCCD1;
	border:1px solid #A94442;
	background-position:98% 10px;
	background-repeat:no-repeat;
	list-style:circle
}

.tx-powermail .powermail_message li{
	padding:5px 50px 0 0
}

.tx-powermail .powermail_message.powermail_message_ok{
	background-image:url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
	background-color:#CDEACA;
	border:1px solid #3B7826
}

.tx-powermail .powermail_message.powermail_message_ok li{
	color:#3B7826
}

.tx-powermail .powermail_message.powermail_message_error{
	background-image:url("/typo3conf/ext/powermail/Resources/Public/Image/icon_error.png")
}

.tx-powermail .powermail_message.powermail_message_error li{
	color:#A94442
}

.tx-powermail .powermail_message.powermail_message_note{
	background-image:url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
	background-color:#FCF8E3;
	border:1px solid #FFCA4B
}

.tx-powermail .powermail_message.powermail_message_note li{
	color:#FFCA4B
}

.tx-powermail .powermail_tabmenu{
	list-style:none;
	margin:0;
	padding:0
}

.tx-powermail .powermail_tabmenu>li{
	display:inline-block;
	padding:5px 10px;
	cursor:pointer;
	background:#eee;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	color:#aaa
}	

.tx-powermail .powermail_tabmenu>li.act{
	color:#444
}

.tx-powermail .powermail_tabmenu>li.parsley-error{
	background-color:#EBCCD1
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation{
	margin-top:2em
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next,.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_previous{
	background-color:#aaa;
	display:inline-block;
	padding:5px 30px;
	text-decoration:none;
	color:white;
	border:1px solid #bbb;
	font-weight:bold
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next{
	background-color:#1E5799;
	float:right
}
*/















































































@-webkit-keyframes progress{
	to{
		width:100%
	}
}

@-moz-keyframes progress{
	to{
		width:100%
	}
}

@-ms-keyframes progress{
	to{
		width:100%
	}
}

@keyframes progress{
	to{
		width:100%
	}
}

.portfolio {
    border: 1px solid #e3e3e3;
    padding: 12px 10px;
}

.portfolio h1,
.portfolio h2 {
    margin: 0;
    font-size: 15px;
    border: none;
    color: #000;
    padding: 0px 10px 2px
}

.portfolio .image-wrap {
    width: 25%;
    float: left;
    padding: 30px 25px 30px 50px;
}

.portfolio .image {
    margin: 0;
}

.portfolio .text {
    width: 75%;
    float: right;
    padding: 15px;
    margin-top: 15px;
    background: #f1f1f1;
}

.navbar-microsite .navbar-main {
    height: 50px;
    overflow: hidden;
}

.navbar-microsite .navbar-nav > li:first-child, 
.navbar-microsite .navbar-nav > li:last-child {
    padding: 0;
}

.backendlayout-pagets__microsite > .container > .row:first-child > div {
    margin-top: 50px;
}

.backendlayout-pagets__microsite > .container > .row > div {
    margin: 0;
}

.backendlayout-pagets__microsite #accordion .panel {
    border: none;
    box-shadow: none;
}

.backendlayout-pagets__microsite #accordion .panel-heading {
    background: #e3e3e3;
    padding: 0 15px;
}

.backendlayout-pagets__microsite #accordion .panel-heading h4 {
    line-height: 50px;
}

.backendlayout-pagets__microsite .page-browser {
    display: none;
}

.video-js {
   background-color: transparent !important;
   position: relative !important;
   width: 100% !important;
   padding-top: 56.25% !important; /* 16:9 Aspect Ratio */
}

.footerIcons {
	text-align: center;
}

.footerIcons .image-row {
	//float: right;
	display: inline-block;
	margin: 4px 0px 4px 0px;
	padding: 0px;
}

.scroll-top{
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1000;
    background-color: #555;
    color: #fff;
    bottom: 15px;
    right: 15px;
    position: fixed;
    opacity: 0;
    width: 3em;
    height: 3em
}

.scroll-top:active,.scroll-top:focus,.scroll-top:hover{
    color: #ffffff;
    background-color: #84bd3f;
}

.scroll-top.scroll-top-visible{
    opacity: 1
}

.scroll-top .scroll-top-icon{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.scroll-top .scroll-top-icon:before{
    content: '';
    position: absolute;
    height: 30%;
    width: 30%;
    border-top: 1px solid;
    border-left: 1px solid;
    top: 55%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.well .tx-felogin-pi1 {
    padding: 50px 15px 25px;
}

.well .tx-felogin-pi1 h3 {
    background: #FFF;
    border-bottom-right-radius: 10px;
    font-size: 21px;
    font-weight: normal;
    height: 28px;
    left: 0;
    line-height: 18px;
    min-width: 270px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    z-index: 10;
}




#accordion-115031 > .panel > div .panel-body, 
#accordion-115006 > .panel > div .panel-body, 
#accordion-114996 > .panel > div .panel-body, 
#accordion-114689 > .panel > div .panel-body, 
#accordion-114873 > .panel > div .panel-body, 
#accordion-114863 > .panel > div .panel-body {
	min-height: 270px;
}
#accordion-115031 > .panel > div .panel-body p, 
#accordion-115006 > .panel > div .panel-body p, 
#accordion-114996 > .panel > div .panel-body p, 
#accordion-114689 > .panel > div .panel-body p, 
#accordion-114873 > .panel > div .panel-body p, 
#accordion-114863 > .panel > div .panel-body p {
	margin-left: 250px;
}
#accordion-115031 > .panel > div .panel-body ul, 
#accordion-115006 > .panel > div .panel-body ul, 
#accordion-114996 > .panel > div .panel-body ul, 
#accordion-114689 > .panel > div .panel-body ul, 
#accordion-114873 > .panel > div .panel-body ul, 
#accordion-114863 > .panel > div .panel-body ul {
	margin-left: 250px;
}
#accordion-115031 > .panel > div:nth-child(2) .panel-body::before, 
#accordion-115006 > .panel > div:nth-child(2) .panel-body::before, 
#accordion-114996 > .panel > div:nth-child(2) .panel-body::before, 
#accordion-114689 > .panel > div:nth-child(2) .panel-body::before, 
#accordion-114873 > .panel > div:nth-child(2) .panel-body::before, 
#accordion-114863 > .panel > div:nth-child(2) .panel-body::before {
	position: absolute;
	margin-right: 10px;
    display:inline-block;
    height: 250px;
    width: 250px;
    margin-right: 5px;
    content: "";
    background-size: 250px 250px;
}

#accordion-115031 .panel:nth-child(1) > div:nth-child(2) .panel-body::before, 
#accordion-115006 .panel:nth-child(1) > div:nth-child(2) .panel-body::before, 
#accordion-114996 .panel:nth-child(1) > div:nth-child(2) .panel-body::before, 
#accordion-114689 .panel:nth-child(1) > div:nth-child(2) .panel-body::before, 
#accordion-114873 .panel:nth-child(1) > div:nth-child(2) .panel-body::before, 
#accordion-114863 .panel:nth-child(1) > div:nth-child(2) .panel-body::before {
    background:url('/fileadmin/user_upload/After_Sales___Service/druckausdehnungsgefaesse.png') no-repeat 0 0;
}
#accordion-115031 .panel:nth-child(2) > div:nth-child(2) .panel-body::before, 
#accordion-115006 .panel:nth-child(2) > div:nth-child(2) .panel-body::before, 
#accordion-114996 .panel:nth-child(2) > div:nth-child(2) .panel-body::before, 
#accordion-114689 .panel:nth-child(2) > div:nth-child(2) .panel-body::before, 
#accordion-114873 .panel:nth-child(2) > div:nth-child(2) .panel-body::before, 
#accordion-114863 .panel:nth-child(2) > div:nth-child(2) .panel-body::before {
    background:url('/fileadmin/user_upload/After_Sales___Service/abscheidung.png') no-repeat 0 0;
}
#accordion-115031 .panel:nth-child(3) > div:nth-child(2) .panel-body::before, 
#accordion-115006 .panel:nth-child(3) > div:nth-child(2) .panel-body::before, 
#accordion-114996 .panel:nth-child(3) > div:nth-child(2) .panel-body::before, 
#accordion-114689 .panel:nth-child(3) > div:nth-child(2) .panel-body::before, 
#accordion-114873 .panel:nth-child(3) > div:nth-child(2) .panel-body::before, 
#accordion-114863 .panel:nth-child(3) > div:nth-child(2) .panel-body::before {
    background:url('/fileadmin/user_upload/After_Sales___Service/entgasung.png') no-repeat 0 0;
}
#accordion-115031 .panel:nth-child(4) > div:nth-child(2) .panel-body::before, 
#accordion-115006 .panel:nth-child(4) > div:nth-child(2) .panel-body::before, 
#accordion-114996 .panel:nth-child(4) > div:nth-child(2) .panel-body::before, 
#accordion-114689 .panel:nth-child(4) > div:nth-child(2) .panel-body::before, 
#accordion-114873 .panel:nth-child(4) > div:nth-child(2) .panel-body::before, 
#accordion-114863 .panel:nth-child(4) > div:nth-child(2) .panel-body::before {
    background:url('/fileadmin/user_upload/After_Sales___Service/druckhaltung.png') no-repeat 0 0;
}
#accordion-115031 .panel:nth-child(5) > div:nth-child(2) .panel-body::before, 
#accordion-115006 .panel:nth-child(5) > div:nth-child(2) .panel-body::before, 
#accordion-114996 .panel:nth-child(5) > div:nth-child(2) .panel-body::before, 
#accordion-114689 .panel:nth-child(5) > div:nth-child(2) .panel-body::before, 
#accordion-114873 .panel:nth-child(5) > div:nth-child(2) .panel-body::before, 
#accordion-114863 .panel:nth-child(5) > div:nth-child(2) .panel-body::before {
    background:url('/fileadmin/user_upload/After_Sales___Service/manuelle_nachspeisung.png') no-repeat 0 0;
}
#accordion-115031 .panel:nth-child(6) > div:nth-child(2) .panel-body::before, 
#accordion-115006 .panel:nth-child(6) > div:nth-child(2) .panel-body::before, 
#accordion-114996 .panel:nth-child(6) > div:nth-child(2) .panel-body::before, 
#accordion-114689 .panel:nth-child(6) > div:nth-child(2) .panel-body::before, 
#accordion-114873 .panel:nth-child(6) > div:nth-child(2) .panel-body::before, 
#accordion-114863 .panel:nth-child(6) > div:nth-child(2) .panel-body::before {
    background:url('/fileadmin/user_upload/After_Sales___Service/automatische_nachspeisung.png') no-repeat 0 0;
}
#accordion-115031 .panel:nth-child(7) > div:nth-child(2) .panel-body::before, 
#accordion-115006 .panel:nth-child(7) > div:nth-child(2) .panel-body::before, 
#accordion-114996 .panel:nth-child(7) > div:nth-child(2) .panel-body::before, 
#accordion-114689 .panel:nth-child(7) > div:nth-child(2) .panel-body::before, 
#accordion-114873 .panel:nth-child(7) > div:nth-child(2) .panel-body::before, 
#accordion-114863 .panel:nth-child(7) > div:nth-child(2) .panel-body::before {
    background:url('/fileadmin/user_upload/After_Sales___Service/speicher.png') no-repeat 0 0;
}
#accordion-115031 .panel:nth-child(8) > div:nth-child(2) .panel-body::before, 
#accordion-115006 .panel:nth-child(8) > div:nth-child(2) .panel-body::before, 
#accordion-114996 .panel:nth-child(8) > div:nth-child(2) .panel-body::before, 
#accordion-114689 .panel:nth-child(8) > div:nth-child(2) .panel-body::before, 
#accordion-114873 .panel:nth-child(8) > div:nth-child(2) .panel-body::before, 
#accordion-114863 .panel:nth-child(8) > div:nth-child(2) .panel-body::before {
    background:url('/fileadmin/user_upload/After_Sales___Service/waermetauscher.png') no-repeat 0 0;
}

@media (max-width: 767px) {

	#accordion-115031 > .panel > div .panel-body p, 
	#accordion-115006 > .panel > div .panel-body p, 
	#accordion-114996 > .panel > div .panel-body p, 
	#accordion-114689 > .panel > div .panel-body p, 
	#accordion-114873 > .panel > div .panel-body p, 
	#accordion-114863 > .panel > div .panel-body p {
		margin-left: 125px;
	}
	#accordion-115031 > .panel > div .panel-body ul, 
	#accordion-115006 > .panel > div .panel-body ul, 
	#accordion-114996 > .panel > div .panel-body ul, 
	#accordion-114689 > .panel > div .panel-body ul, 
	#accordion-114873 > .panel > div .panel-body ul, 
	#accordion-114863 > .panel > div .panel-body ul {
		margin-left: 125px;
	}
	#accordion-115031 .panel > div:nth-child(2) .panel-body::before, 
	#accordion-115006 .panel > div:nth-child(2) .panel-body::before, 
	#accordion-114996 .panel > div:nth-child(2) .panel-body::before, 
	#accordion-114689 .panel > div:nth-child(2) .panel-body::before, 
	#accordion-114873 .panel > div:nth-child(2) .panel-body::before, 
	#accordion-114863 .panel > div:nth-child(2) .panel-body::before {
		
		display: inline-block;
		height: 125px;
		width: 125px;
		background-size: 125px 125px !important;
	}

}


.tpwoermail_file {
width: auto;
height: auto;
opacity: 1;
overflow: auto;
position: auto;
}
/* ### Anpassungen Calender ### */


.tx-cal-controller .month-weeknums {
    display: none;
}

.tx-cal-controller .month-small th, .tx-cal-controller .month-medium th, .tx-cal-controller .month-large th {
    background: none !important;
    font-weight: bold !important;
    font-size: 15px;
    line-height: 50px;
}

.tx-cal-controller .month-large tr.create {
    display: none !important;
}

.tx-cal-controller .month-large tr.days {
    display: table-row !important;
}

.tx-cal-controller .month-large tr.days td {
    border: none !important;
    background: none !important;
    text-align: center !important;
    font-size: 15px;
    line-height: 50px;
}

.tx-cal-controller .month-large tr.days td.eventDay {
    background: #84bd3f !important;
    border: 5px solid #FFF !important;
    color: #FFF;
    font-weight: bold;
}

.tx-cal-controller .month-large tr.emptyWeek,
.tx-cal-controller .month-large tr.withEventWeek {
    display: none;
}

.tx-cal-controller .month-large tr.emptyWeek td.empty,
.tx-cal-controller .month-large tr.withEventWeek td.empty,
.tx-cal-controller .month-large tr.withEventWeek td.event,
.tx-cal-controller .month-large tr.withEventWeek div.vevent {
    display: none;
}
.tx-cal-controller .links dl:first-child {
    padding-top: 35px;
}

.tx-cal-controller .links dl dt {

    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #f1f1f1;
    line-height: 33px;
    padding: 0 7px;

}

.tx-cal-controller .view-header {
    text-align: left !important;
	position:relative;
}
.tx-cal-controller .view-header .ev_flexbox {
	display:flex;
	background:#84bd3f;
	box-sizing: border-box;
	border-radius: 15px 15px 0px 0px;
	padding:15px 0px;
}
.tx-cal-controller .view-header .ev_flexbox .flex_01 {
	width:30%;
	color:#fff;
	font-size:25px;
	font-weight:bold;
	margin-top:1.3%;
	display:flex;
	padding-left:25px;
	}
.tx-cal-controller .view-header .ev_flexbox .flex_02 {
	text-align:left !important;
	color:#fff;
	width:65%;
}
.tx-cal-controller .even {
	background: none !important;
}
.tx-cal-controller .links dl {
	padding-left:10px;
	padding-right:10px;
}
.tx-cal-controller .links dl dt {
	border:none;
	    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #f1f1f1;
    line-height: 33px;
    padding: 0 7px;
}
.tx-cal-controller .links dl dt:first-child {
    border-top: none;
}

.tx-cal-controller abbr[title], .tx-cal-controller abbr[data-original-title] {
    cursor:auto;
    border-bottom: none;
	color: #666666;
font-family: 'Netto OT', Arial;
font-size: 14px;
	text-decoration:none;
}
.tx-cal-controller .list-view .vevent .dtstart-container, .tx-cal-controller .list-view .vtodo .dtstart-container {
    float: left;
    margin-right: 1em;
    text-align: left !important;
    width: auto !important;
	padding-left:15px;
}
.tx-cal-controller .list-view .vevent, .tx-cal-controller .list-view .vtodo {
    color: #666666 !important;
	font-weight: normal !important;
}
.tx-cal-controller .ev_cal_title {
    font-size: 25px;
    font-weight: bold;
   
}
.tx-cal-controller #reflexcalendarevent {padding-top:10px;}
.tx-cal-controller .ev_cal_datum {display:inline-block;padding: 0px 10px;}
.tx-cal-controller .view-header .ev_flexbox .flex_01 A {
	display:block;
	width:21px;
	height:47px;
	background: url("../Images/cal-control-next.svg") center no-repeat;
	}

.tx-cal-controller .view-header .ev_flexbox .flex_01 A:first-child {
	background: url("../Images/cal-control-preview.svg") center no-repeat;
}

.tx-cal-controller h1 {
    text-align: left !important;
}

#c708 .tx-cal-controller .month-large tr.days td.eventDay {
    background: #727272 !important;
}

#c708 .tx-cal-controller .view-header .ev_flexbox {
  background: #727272 !important;
}





ul.bulleted { 
	list-style-image: url(https://reflex4experts.com/fileadmin//user_upload/check.png); 
	background-color: #e3e3e3;
	padding: -32px -16px -16px -16px;
}


ul.bulleted li{ 
	margin-left: 16px;
	margin-top: 4px;
	margin-right: 32px;
}

/* REFLEX EXPERTENTALK 2025 */

/*section#p131 div#c1477 h1 {
  display: none;
}*/

/*section#p131 div#c1477 p {
  display: none;
}*/

section#p131 div#c1477 form[name="filter"] {
  display: none;
}

/*section#p131 div#c1477 br {
  display: none;
}*/

div#c1488 div.panel:first-of-type {
  display: none;
}