@charset "UTF-8";

/* #FF6418 */

/*
* @package      Style
* @description  This package holds style declarations of all
*               included page layouts
*/
/*
* @section Variables
*/
/*
* @subsection Fonts
*/
/*
* @subsection Colors
*/
/*
* @subsection Screen sizes
*/
/*
* @subsection Border radius
*/
/*
* @subsection Shadows
*/
/* @import url(Seitengroessen.css); */

@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
/*================      Alignment     =================*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*
* @section      Main Styles
* @description  This section holds template default elements style
*               declarations
*/
body {
  -webkit-text-size-adjust: none;
/*  color: #D24400;  */
	color: #333;	
   font-family: "Roboto Slab", sans-serif;
/*	font-family: "Open Sans", sans-serif;  */
	font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}

.text_bar_resultate {
    position: absolute;
    bottom: 10px;
    width: 90%;
}
.stats_bar_resultate {
    position: absolute;
    bottom: 40px;
    width: 90%;
    color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  line-height: 1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.heading-1 a, .heading-2 a, .heading-3 a, .heading-4 a, .heading-5 a, .heading-6 a {
  font: inherit;
  color: inherit;
}
h1 a:active, h1 a:focus, h2 a:active, h2 a:focus, h3 a:active, h3 a:focus, h4 a:active, h4 a:focus, h5 a:active, h5 a:focus, h6 a:active, h6 a:focus,
.heading-1 a:active,
.heading-1 a:focus, .heading-2 a:active, .heading-2 a:focus, .heading-3 a:active, .heading-3 a:focus, .heading-4 a:active, .heading-4 a:focus, .heading-5 a:active, .heading-5 a:focus, .heading-6 a:active, .heading-6 a:focus {
  color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
  color: #5ac441;
}

h1, .heading-1 {
  font-size: 75px;
}

h2, .heading-2 {
  font-size: 40px;
 color: #00872D;
}
@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 60px;
	 color: #00872D;
  }
}

h3, .heading-3 {
  font-size: 36px;
 color: #00872D;
	
}

h4, .heading-4 {
  font-size: 30px;
}

h5, .heading-5 {
  font-size: 24px;
}

h6, .heading-6 {
/*  font-family: "Open Sans", sans-serif; */
  font-size: 22px;
  line-height: 1.09091;
}

.small {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .small {
    font-size: 16px;
  }
}

.light {
  font-weight: 300;
}

.bold {
  font-weight: 700;
}

.text-secondary {
  color: #FF6418;
}

.text-contrast-variant-1 {
  color: #30353c;
}

.text-default-variant-3 {
  color: #a6a6a6;
}

p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

#gesamtauswertung_prozent {
	margin: 20px 100px 0 100px;
	border-top:  #666 thin solid;
	border-bottom:  #666 double;
	padding: 0 0 0 10px;
	text-align:center;
	font-size: 40px;
}

.gesamtauswertung_prozent {
	margin-top: 20px;
	background-color: #D2D2D2;	
/*	margin: 20px 100px 0 100px;
	border-top:  #666 thin solid;
	border-bottom:  #666 double;	
*/	
	padding: 10px;
	text-align:center;
	font-size: 24px;
}

time {
  display: block;
}

address {
  line-height: 1.6;
  letter-spacing: 0.5px;
}

a, .link {
/*  font-size: 20px;  */
  line-height: 1.2;
  color: inherit;
  text-decoration: underline; 
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus, .link:focus {
  outline: none;
}
a:active, .link:active {
  background-color: transparent;
}
a:hover, .link:hover {
  text-decoration: none;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*
* @section      Main Layout
* @decsription  This section holds class declarations for elements
*               indent creation
*/
* + .row {
  margin-top: 64px;
}

.icon-xl + * {
  margin-top: 24px;
}

/* * + .btn {
  margin-top: 21px;
}
*/ 
* + .offset-1 {
  margin-top: 57px;
}

* + .offset-2 {
  margin-top: 41px;
}

* + .offset-6 {
  margin-top: 50px;
}

.inline-list + * {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .inline-list + * {
    margin-top: 130px;
  }
}

* + .marked-list {
  margin-top: 17px;
}

* + .index-list {
  margin-top: 49px;
}

* + .contact-info {
  margin-top: 25px;
}

h3 + img {
  margin-top: 58px;
}

h3 + h6 {
  margin-top: 50px;
}

h3 + p {
  margin-top: 52px;
}

p + p {
  margin-top: 26px;
}

time + h6,
time + .heading-6 {
  margin-top: 23px;
}

img + h6,
img + .heading-6 {
  margin-top: 22px;
}

h6 + p,
.heading-6 + p {
  margin-top: 15px;
}

h3 + .heading-6 {
  margin-top: 56px;
}

h3 + .terms-list {
  margin-top: 50px;
}

p + .small {
  margin-top: 5px;
}

.heading-6 + .row {
  margin-top: 19px;
}

.terms-list-2 + * {
  margin-top: 27px;
}

.offset-3 {
  margin-top: 45px;
}
@media (min-width: 992px) {
  .offset-3 {
    margin-top: -1px;
  }
}

.offset-4 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .offset-4 {
    margin-top: 0;
  }
}

.offset-5 {
  margin-top: 40px;
}
@media (min-width: 480px) {
  .offset-5 {
    margin-top: 0;
  }
}

.flow-offset-1.row > * + [class*='col-'] {
  margin-top: 30px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:first-child {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3) {
    margin-top: 30px;
  }
}

.flow-offset-2 > [class*="col"]:nth-child(n + 2) {
  margin-top: 45px;
}
@media (min-width: 480px) {
  .flow-offset-2 > [class*="col"]:nth-child(n + 2) {
    margin-top: 0;
  }
  .flow-offset-2 > [class*="col"]:nth-child(n + 3) {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .flow-offset-2 > [class*="col"]:nth-child(n + 3) {
    margin-top: 0;
  }
  .flow-offset-2 > [class*="col"]:nth-child(n + 4) {
    margin-top: 56px;
  }
}

.flow-offset-3.row > * + [class*='col-'] {
  margin-top: 50px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:first-child {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3) {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3) {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3) {
    margin-top: 50px;
  }
}

.flow-offset-4.row > * + [class*='col-'] {
  margin-top: 30px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-5:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-7:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-8:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-9:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-10:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-11:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:first-child {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n + 3) {
    margin-top: 30px;
  }
}

.flow-offset-5 > [class*="col"]:nth-child(n + 2) {
  margin-top: 19px;
}
@media (min-width: 768px) {
  .flow-offset-5 > [class*="col"]:nth-child(n + 2) {
    margin-top: 0;
  }
  .flow-offset-5 > [class*="col"]:nth-child(n + 3) {
    margin-top: 19px;
  }
}
@media (min-width: 992px) {
  .flow-offset-5 > [class*="col"]:nth-child(n + 3) {
    margin-top: 0;
  }
  .flow-offset-5 > [class*="col"]:nth-child(n + 2) {
    margin-top: 19px;
  }
}
@media (min-width: 1200px) {
  .flow-offset-5 > [class*="col"]:nth-child(n + 2) {
    margin-top: 0;
  }
  .flow-offset-5 > [class*="col"]:nth-child(n + 3) {
    margin-top: 19px;
  }
}

/*
* @section      Helpers
* @description  This section holds various helper classes for conditional
*               page styling
*/
.relative {
  position: relative;
}

.border-bottom {
  border-bottom: 6px solid #FF6418;
}

@media (min-width: 768px) and (max-width: 992px) {
  .wide-images-sm img {
    width: 100%;
  }
}

.nowrap-md {
  white-space: normal;
}
@media (min-width: 992px) {
  .nowrap-md {
    white-space: nowrap;
  }
}

/*
* @section      Components
* @description  This section holds all elements style declarations of
*               template
*/
/*
* @subsection 	Brand
*/
.brand {
  display: inline-block;
/*  padding-top: 21px;  */
  padding-bottom: 21px;
  text-align: center;
}
.brand img {
  display: inline-block;
}
.brand .brand_name {
/*  margin-top: 9px;  */
  overflow: hidden;
}
.brand .brand_name a {
  font-family: "Roboto Slab", sans-serif;
  display: block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.14px;
  color: #fff;
}
.brand .brand_name a:active, .brand .brand_name a:focus {
  color: #fff;
}
.brand .brand_name a:hover {
  color: #fff;
}

/*
* @subsection 	List
*/
ul.list {
	list-style:none;
}
/*
.list {
  text-transform: capitalize;
}
*/
.list li + li {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .list li + li {
    margin-top: 22px;
  }
}

/*
* @subsection 	Inline list
*/
.inline-list {
  font-size: 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .inline-list {
    white-space: nowrap;
  }
}
.inline-list li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .inline-list li {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .inline-list li + li {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .inline-list li + li {
    margin-left: 29px;
  }
}
.inline-list li > a {
  color: #FF6418;
  border: 2px solid #FF6418;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .inline-list li > a {
    width: 70px;
    height: 70px;
  }
}
.inline-list li > a:before {
  line-height: 60px;
}
@media (min-width: 768px) {
  .inline-list li > a:before {
    line-height: 70px;
  }
}
.inline-list li > a:active, .inline-list li > a:focus {
  color: #FF6418;
}
.inline-list li > a:hover {
  color: #30353c;
  background: #FF6418;
}
.inline-list a:hover {
  color: #fff;
}

/*
* @subsection 	Marked list
*/
/*
.marked-list li {
  position: relative;
  padding-left: 17px;
}
.marked-list li a {
  font-size: 16px;
}
.marked-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: 400;
  font-size: 13px;
  font-family: "FontAwesome";
  color: #30353c;
  pointer-events: none;
}
.marked-list li a:active, .marked-list li a:focus {
  color: inherit;
}
.marked-list li a:hover {
  color: #5ac441;
}
.marked-list li + li {
  margin-top: 5px;
}
*/
div.div-marked-list ul {
	list-style:none;
	margin-left:-40px;
}

div.div-marked-list ul li {
  position: relative;
  padding-left: 17px;
}
div.div-marked-list ul li a {
  font-size: 16px;
}
div.div-marked-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: 400;
  font-size: 13px;
  font-family: "FontAwesome";
  color: #30353c;
  pointer-events: none;
}
div.div-marked-list ul li a:active, div.div-marked-list ul li a:focus {
  color: inherit;
}
div.div-marked-list ul li a:hover {
  color: #5ac441;
}
div.div-marked-list ul li + li {
  margin-top: 5px;
}

/*
* @subsection 	Index list
*/
/*
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 76px;
  letter-spacing: -0.15px;
}
.index-list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #fff;
  background: #48a932;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
.index-list li + li {
  margin-top: 38px;
}
*/

div.div-index-list ol {
	list-style:none;
	margin-left:-40px;
}


div.div-index-list {
  counter-reset: li;
}
div.div-index-list ol li {
  position: relative;
  padding-left: 76px;
  letter-spacing: -0.15px;
}
div.div-index-list ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #fff;
  background: #48a932;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
div.div-index-list ol li + li {
  margin-top: 38px;
}

/*
* @subsection 	Terms list
*/
.terms-list dt {
  width: 70px;
  position: relative;
  float: left;
}
.terms-list dt:after {
  content: '-';
  position: absolute;
  top: 0;
  right: 6px;
}
.terms-list dd {
  float: left;
  position: relative;
  letter-spacing: -0.12px;
  width: calc(100% - 70px);
}
.terms-list dd:first-of-type {
  margin-top: 0;
}
.terms-list dd + dt {
  margin-top: 25px;
}
.terms-list dt + dd {
  margin-top: 24px;
}

/*
* @subsection 	Terms list 2
*/
.terms-list-2 dt {
  position: relative;
}
.terms-list-2 dd + dt {
  margin-top: 37px;
}
.terms-list-2 dt + dd {
  margin-top: 15px;
}

/*
* @subsection 	Box  skin
*/
.box-skin * {
  display: inline-block;
  text-align: center;
}
.box-skin p {
  max-width: 300px;
}
@media (min-width: 480px) {
  .box-skin {
    white-space: nowrap;
  }
  .box-skin * {
    display: inline-block;
    text-align: left;
    white-space: normal;
  }
  .box-skin .icon {
    max-width: 30%;
  }
  .box-skin .icon img {
    max-height: 50%;
  }
  .box-skin p {
    margin-left: 20px;
    vertical-align: middle;
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .box-skin {
    white-space: normal;
  }
  .box-skin * {
    text-align: center;
  }
  .box-skin .icon, .box-skin .icon img, .box-skin p {
    max-width: none;
  }
  .box-skin p {
    margin-left: 0;
  }
}

.box-skin-2 {
  display: inline-block;
  max-width: 360px;
  width: 100%;
}
.box-skin-2 img {
  width: 100%;
}
.box-skin-2 div {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 30px 15px 30px 15px;
  color: #fff;
  background: #48a932;
  min-height: 110px;
}
.box-skin-2 div p a {
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.box-skin-2 div p a:active, .box-skin-2 div p a:focus {
  color: inherit;
}
.box-skin-2 div p a:hover {
  color: #262626;
}
.box-skin-2 div .small {
  line-height: 0.9;
}

/*
* @subsection 	Event post
*/
.event-post time, .event-post p {
  font-weight: 300;
}
.event-post time {
  font-size: 36px;
  color: #FF6418;
  line-height: 1;
}
.event-post h1, .event-post h2, .event-post h3, .event-post h4, .event-post h5, .event-post h6,
.event-post .heading-1, .event-post .heading-2, .event-post .heading-3, .event-post .heading-4, .event-post .heading-5, .event-post .heading-6 {
  line-height: 1;
}
.event-post p {
  font-size: 16px;
}

/*
* @subsection Contact info
*/
.contact-info {
  display: inline-block;
}
.contact-info:before, .contact-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-info:after {
  clear: both;
}
.contact-info dl {
  margin-top: 13px;
  text-align: left;
}
.contact-info dl:before, .contact-info dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-info dl:after {
  clear: both;
}
.contact-info dl dt {
  float: left;
  clear: left;
  width: 104px;
  letter-spacing: -0.25px;
}
.contact-info dl dt:after {
  content: ': ';
  display: inline-block;
  width: 8px;
}
.contact-info dl dt:last-of-type {
  width: auto;
}
.contact-info dl dd {
  float: left;
  max-width: 170px;
}
.contact-info dl dd a {
  display: inline;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.55px;
}
.contact-info dl dd a[href*="callto"], .contact-info dl dd a[href*="mailto"] {
  font: inherit;
  color: #30353c;
  text-decoration: none;
}
.contact-info dl dd a[href*="callto"]:active, .contact-info dl dd a[href*="callto"]:focus, .contact-info dl dd a[href*="mailto"]:active, .contact-info dl dd a[href*="mailto"]:focus {
  color: #30353c;
}
.contact-info dl dd a[href*="callto"]:hover, .contact-info dl dd a[href*="mailto"]:hover {
  color: #5ac441;
}
.contact-info dl dd:last-of-type {
  float: left;
}

/*
* @subsection 	Quote
*/
.quote {
  position: relative;
  padding-left: 80px;
}
@media (min-width: 768px) {
  .quote {
    padding-left: 100px;
  }
}
.quote img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .quote img {
    width: 70px;
    height: 70px;
  }
}
.quote p:first-child q {
  line-height: 1.5;
  letter-spacing: -0.18px;
}
.quote p:last-child cite {
  font-weight: 700;
}
.quote p + p {
  margin-top: 20px;
}

/*
* @subsection 	Quote 2
*/
.quote2 p:first-child {
  font-style: italic;
  letter-spacing: -0.75px;
}
.quote2 p:first-child:before {
  content: '"';
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.09091;
}
.quote2 p:last-child cite {
  font-size: 22px;
  font-weight: 700;
}
.quote2 p + p {
  margin-top: 12px;
}

/*
* @subsection 	Backgrounds
*/
.bg-secondary {
  background: #FF6418;
}

[class*="bg-default"] .list a {
  color: #fff;
}
[class*="bg-default"] .list a:focus, [class*="bg-default"] .list a:active {
  color: #fff;
}
[class*="bg-default"] .list a:hover, [class*="bg-default"] .list a.active {
  color: #5ac441;
}

.bg-default-variant-1 {
  background: #f9f9f9;
}


[class*="bg-contrast"] {
  color: #D24400;
}
[class*="bg-contrast"] a {
  color: #fff;
}
[class*="bg-contrast"] a:active, [class*="bg-contrast"] a:focus {
  color: #adb8c7;
}
[class*="bg-contrast"] a:hover, [class*="bg-contrast"] a.active {
  color: #D24400;
}

.bg-contrast-variant-1 {
  background: #f9f9f9;
  color: #333!important;
}

.bg-contrast-variant-1 p  a {
    color: #004840;;
}


.bg-contrast-variant-2 {
  background: #30353c;
 }
/*
* @subsection 	Icons
*/
.icon {
  display: inline-block;
  line-height: 1;
}

.icon-sm {
  font-size: 30px;
  line-height: 1.1;
}

.icon-md {
  font-size: 32px;
}
@media (min-width: 768px) {
  .icon-md {
    font-size: 36px;
  }
}

.icon-xl {
  height: 75px;
  width: 75px;
  line-height: 75px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .icon-xl {
    height: 100px;
    width: 100px;
    line-height: 100px;
  }
}
@media (min-width: 768px) {
  .icon-xl {
    height: 125px;
    width: 125px;
    line-height: 125px;
  }
}
@media (min-width: 992px) {
  .icon-xl {
    height: 170px;
    width: 170px;
    line-height: 170px;
  }
}
.icon-xl img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 60%;
}

.icon-primary {
  color: #5ac441;
}

.icon-secondary {
  color: #FF6418;
}

/*
* @subsection 	Buttons
*/
.btn {
	
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  text-align: center;
  font-weight: 700;
/*  text-transform: uppercase;  */
  white-space: nowrap;
}

.btn-sm {
  font-size: 22px;
  padding: 15px 14px;
}

.btn-md {
  font-size: 24px;
  width: 170px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.btn-primary, a.btn-primary {
  color: #fff;
  background: #5ac441;
/*  border-bottom: 3px solid #40892f;  */
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, a.btn-primary:hover {
  color: #fff;
}
.btn-primary:focus, a.btn-primary:focus {
  background: #5ac441;
}
.btn-primary:active:not(:focus), .btn-primary:hover, a.btn-primary:active:not(:focus), a.btn-primary:hover {
  background: #40892f;
}

/*
* @subsection 	Br
*/
br {
  font-size: 0;
}

.br-visible {
  display: block;
}

.br-none {
  display: none;
}

@media (min-width: 768px) {
  .br-sm-visible {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-sm-none {
    display: none;
  }
}

/*
* @subsection 	Imported modules
*/
/*==================     Box     ======================*/
.box .box__middle,
.box-xs .box__middle,
.box-sm .box__middle,
.box-md .box__middle,
.box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom,
.box-xs .box__bottom,
.box-sm .box__bottom,
.box-md .box__bottom,
.box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img,
.box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 30px;
}
.box .box_right {
  padding-left: 30px;
}

.box-xs .box_left,
.box-sm .box_left,
.box-md .box_left,
.box-lg .box_left {
  padding-bottom: 30px;
}
.box-xs .box_right,
.box-sm .box_right,
.box-md .box_right,
.box-lg .box_right {
  padding-top: 30px;
}

@media (min-width: 480px) {
  .box-xs .box_left img,
  .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 30px;
  }
  .box-xs .box_right {
    padding-left: 30px;
  }

  .box-xs-clear .box_left img,
  .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xs-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img,
  .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 30px;
  }
  .box-sm .box_right {
    padding-left: 30px;
  }

  .box-sm-clear .box_left img,
  .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 30px;
  }
  .box-sm-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img,
  .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 30px;
  }
  .box-md .box_right {
    padding-left: 30px;
  }

  .box-md-clear .box_left img,
  .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 30px;
  }
  .box-md-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img,
  .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 30px;
  }
  .box-lg .box_right {
    padding-left: 30px;
  }

  .box-lg-clear .box_left img,
  .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 30px;
  }
  .box-lg-clear .box_right {
    padding-top: 30px;
  }
}
/*
* @subsection 	Script modules
*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 0;
}

.sf-menu > li > a {
  display: block;
  height: 114px;
  line-height: 114px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  color: #D24400;
  letter-spacing: 0.15px;
}
@media (min-width: 992px) {
  .sf-menu > li > a {
    padding-left: 29px;
    padding-right: 31px;
  }
}
.sf-menu > li > a:focus, .sf-menu > li > a:active {
  color: #fff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #FF6418;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #FF6418;
}

.sf-menu ul {
  display: none;
  width: 187px;
  padding: 26px 13px 15px 9px ;
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11);
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li + li {
  margin-top: 22px;
}
.sf-menu ul > li > a {
  display: inline-block;
  font-size: 16px;
  color: #30353c;
}
.sf-menu ul > li > a:focus, .sf-menu ul > li > a:active {
  color: #30353c;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #5ac441;
}

.sf-menu ul ul {
  position: absolute;
  top: -26.6px;
  left: calc(100% + 13px);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 187px;
  padding: 27px 15px 15px 14px;
  background: #f9f9f9;
  margin-top: 0;
  z-index: 4;
}

.sf-menu ul ul {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11);
}
.sf-menu ul ul > li > a {
  color: #30353c;
}
.sf-menu ul ul > li > a:focus, .sf-menu ul ul > li > a:active {
  color: #30353c;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #5ac441;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 68%;
  margin-left: -7px;
  content: "";
  font: 400 18px/12px "FontAwesome";
}

.sf-with-ul + ul > li > .sf-with-ul {
  margin-left: -17px;
}
.sf-with-ul + ul > li > .sf-with-ul:after {
  font-family: "FontAwesome";
  content: "";
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  right: 40px;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 127px 0 71px;
  color: #f9f9f9;
  /* background: #30353c; */
  background: #FF6418;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
  font-size: 14px;
}
.rd-mobilemenu_ul a.active {
  background: #FF6418;
  color: #30353c;
}
.rd-mobilemenu_ul a:hover {
  background: #2b3036;
  color: #FF6418;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #292d34;
  color: #f9f9f9;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  /* background: #30353c; */
  background: #FF6418;
  color: #fff;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
	display:none;
/*  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
*/	
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #fff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #f8f8f8;
  z-index: 999;
  height: 100px;
  white-space: nowrap;
}
.isStuck .brand {
  display: inline-block;
  position: relative;
   top: -45px; 
  left: -70px;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}


.isStuck .nav {
	  position: relative;
	  display: inline-block;
	  right: 0;
		top: 0;
}	

/* psc */
.isStuck .nav {
	top: -20px;
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {	
	.isStuck .nav {
		top: -20px !important;		
	}
}
@media screen and (min-width: 1401px) {	
	.isStuck .nav {
		top: 0px !important;		
	}
}
/*  END psc */

.isStuck .nav .sf-menu > li > a {
  height: 69px;
  line-height: 69px;
}
.isStuck .nav .search-form_toggle {
  display: none;
}
.isStuck .nav .search-form.on {
  display: none;
}
.isStuck .nav:before {
  display: none;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
a.toTop {
  width: 60px;
  height: 60px;
  color: #fff;
  background: #5ac441;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
a.toTop:before {
  font-size: 30px;
  line-height: 58px;
}
a.toTop:active, a.toTop:focus {
  color: #fff;
  background: #5ac441;
}
a.toTop:hover {
  color: #fff;
  background: #40892f;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

.thumb {
  position: relative;
  display: block;
}
.thumb img {
  width: 100%;
}
.thumb_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.thumb_overlay:before {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  bottom: 0;
  right: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  content: '\f00e';
  font: 400 48px/48px "FontAwesome";
  color: transparent;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.thumb:hover .thumb_overlay {
  background: rgba(48, 53, 60, 0.6);
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax p {
  color: #D24400;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.1;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*=================       Tabs     ======================*/
.resp-tabs-list li, .resp-accordion {
  text-align: center;
  font: 700 22px/24px "Roboto Slab", sans-serif;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.resp-tabs-list {
  text-align: center;
}
.resp-tabs-list li {
  display: inline-block;
  margin-top: 5px;
}
.resp-tabs-list li:hover {
  color: #5ac441;
}
.resp-tabs-list li + li {
  margin-left: 47px;
}
.resp-tabs-list .resp-tab-active {
  color: #5ac441;
}

.resp-accordion {
  margin-left: auto;
  margin-right: auto;
  display: none;
  padding: 15px;
  background: #f9f9f9;
  max-width: 650px;
}
.resp-accordion + .resp-accordion {
  margin-top: 7px;
}
.resp-accordion:hover {
  color: #5ac441;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*
* @section      Page Header
* @description  This section holds specific style redeclarations for
*               some of common elements in page header
*/
header .brand {
  display: block;
  z-index: 10;
}
header .nav {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}
@media (min-width: 767px) and (max-width: 1440px) {
  header .nav:before {
    content: '';
    position: absolute;
    right: 0;
    left: -1000px;
    bottom: 0;
    height: 100%;
    width: 100000px;
    background: #f8f8f8;
  }
}
@media (min-width: 1440px) {
  header .brand {
    float: left;
  }
  header .nav {
    float: right;
  }
}

/*
* @section      Page Content
* @description  This section holds specific style redeclarations for
*               some of common elements in page content
*/
main {
  display: block;
}
main a[href*="mailto"] {
  display: block;
  color: #5ac441;
  text-decoration: underline;
}
main a[href*="mailto"]:hover {
  color: #FF6418;
}

/*
* @subsection 	Well
*/
.well-public {
  padding-top: 150px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .well-public {
    padding-top: 75px;
  }
}

.well--inset-1 {
  padding-bottom: 110px;
}

.well--inset-2 {
  padding-bottom: 125px;
}

.well--inset-3 {
  padding-bottom: 89px;
}

.well--inset-4 {
  padding-bottom: 150px;
}

.well--inset-5 {
  padding-bottom: 60px;
}

/*
* @section      Page Footer
* @description  This section holds specific style redeclarations for
*               some of common elements in page footer
*/

footer span.icon {
  display: block;
}
footer address, footer a[href*="mailto"] {
  font-weight: 300;
}
footer .small {
  line-height: 1.1;
}
footer .small.light {
  color: #adb8c7;
}



/* =============================
 Spacer, margin
============================= */


.clear-marginbot{
	margin-bottom:0;
}

.marginbot10{
	margin-bottom:10px;
}
.marginbot20{
	margin-bottom:20px;
}
.marginbot30{
	margin-bottom:30px;
}
.marginbot40{
	margin-bottom:40px;
}
.marginbot50{
	margin-bottom:50px;
}
.clear-margintop{
	margin-top:0;
}

.margintop10{
	margin-top:10px;
}

.margintop20{
	margin-top:20px;
}

.margintop30{
	margin-top:30px;
}

.margintop40{
	margin-top:40px;
}

.no-padding-left
{
    padding-left: 0px !important;
}
.no-padding
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.no-space-left
{
    padding-left: 0px !important;
    margin-left: 0px !important;
}

/* ---- Spickel ---*/
.triangleboxbottom {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}

.triangleboxbottom::before {
    left: -5px;
    width: 50%;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
}

.triangleboxbottom::after {
    right: -5px;
    width: 50%;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
}

.triangleboxbottom::after, .triangleboxbottom::before {
    content: '';
    position: absolute;
	margin-top:10px;
    bottom: 0;
    height: 10px;
    background-color: #40a529;
}

.camera_caption > div h2, .camera_caption > div h3, .camera_caption > div h4, .camera_caption > div h5, .camera_caption > div h6, .camera_caption > div .heading-1, .camera_caption > div .heading-2, .camera_caption > div .heading-3, .camera_caption > div .heading-4, .camera_caption > div .heading-5, .camera_caption > div .heading-6 {
/*    color: #333; */
	color: #009E3D;
}





/* Formulare */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #FF6500;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 128, 0, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 128, 0, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.well-footer {
  padding-top: 150px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .well-footer {
    padding-top: 75px;
  }
}

.well-footer--inset-1 {
  padding-bottom: 110px;
}

.well-footer--inset-2 {
  padding-bottom: 125px;
}

.well-footer--inset-3 {
  padding-bottom: 89px;
}

.well-footer--inset-4 {
  padding-bottom: 150px;
}

.well-footer--inset-5 {
  padding-bottom: 60px;
}


ul.marked-list, ol.index-list, ul.list {
  margin-left: -40px;
  list-style: none;	
}

.nav ol, .nav ul {
 	margin-bottom:0;
   vertical-align: top;
  list-style: none;
}

section {
   vertical-align: top;
	margin:0;
}

  .col-xs-clear {
    clear: left;
  }



.triangleboxbottom {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}

.triangleboxbottom::before {
    left: -5px;
    width: 50%;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
}

.triangleboxbottom::after {
    right: -5px;
    width: 50%;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
}

.triangleboxbottom::after, .triangleboxbottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 10px;
    background-color: #40a529;
}
.bgcolor-green-gradient {
    background: -webkit-linear-gradient(270deg,#79c069 0,#40a529 100%);
    background: linear-gradient(-180deg,#79c069 0,#40a529 100%);
    -webkit-transition: background 200ms ease-out;
    transition: background 200ms ease-out;
}


.margintop10minus
{
    margin-top: -10px;
}

.margintop20minus
{
    margin-top: -20px;
}

.paddingtop2
{
    padding-top: 2px;
}

.paddingright2
{
    padding-right: 2px;
}

.paddingbottom2
{
    padding-bottom: 2px;
}

.paddingleft2
{
    padding-left: 2px;
}

.paddingtop5
{
    padding-top: 5px;
}

.paddingright5
{
    padding-right: 5px;
}

.paddingbottom5
{
    padding-bottom: 5px;
}

.paddingleft5
{
    padding-left: 5px;
}

.paddingtop10
{
    padding-top: 10px;
}

.paddingright10
{
    padding-right: 10px;
}

.paddingbottom10
{
    padding-bottom: 10px;
}

.paddingleft10
{
    padding-left: 10px;
}

.paddingtop15
{
    padding-top: 15px;
}

.paddingright15
{
    padding-right: 15px;
}

.paddingbottom15
{
    padding-bottom: 15px;
}

.paddingleft15
{
    padding-left: 15px;
}

.paddingtop20
{
    padding-top: 20px;
}

.paddingright20
{
    padding-right: 20px;
}

.paddingbottom20
{
    padding-bottom: 20px;
}

.paddingleft20
{
    padding-left: 20px;
}

.paddingtop30
{
    padding-top: 30px;
}

.paddingright30
{
    padding-right: 30px;
}

.paddingbottom30
{
    padding-bottom: 30px;
}

.paddingleft30
{
    padding-left: 30px;
}

.paddingtop40
{
    padding-top: 40px;
}

.paddingright40
{
    padding-right: 40px;
}

.paddingbottom40
{
    padding-bottom: 40px;
}

.paddingleft40
{
    padding-left: 40px;
}

.paddingtop50
{
    padding-top: 50px;
}

.paddingright50
{
    padding-right: 50px;
}

.paddingbottom50
{
    padding-bottom: 50px;
}

.paddingleft50
{
    padding-left: 50px;
}

.paddingtop60
{
    padding-top: 60px;
}

.paddingright60
{
    padding-right: 60px;
}

.paddingbottom60
{
    padding-bottom: 60px;
}

.paddingleft60
{
    padding-left: 60px;
}
.fontsizebig {
	font-size: 1.85em;
	line-height: 1.25em;
}
.colorwhite
{
	color: #ffffff;
}
.height250
{
    height: 255px;
}
  
.event-post time {
    font-size: 36px;
    color: #F36F21;
    line-height: 1;
}

.event-post h6 {
	color: #333;
}
.parallax p {
    color: #333;
}

/* Dropdown Menu für PDF-Generierung */
.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #F4C4C5;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #E67578;
}
