html {
  overflow-y: scroll;
}

 
 
 .material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
 

body {
  padding-top: 54px;
  color: #878786 !important;
  font-family: Arial, sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: bold !important;
}

img.picto {
    width: 120px;
    display: block;
    margin: 20px auto;
    float: right;
}

blockquote span {
    font-style: italic;
    font-size: 12px;
    text-align: center;
    display: block;
}

.custom.zitat-box {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

section#main a, footer a {
	color: #93c356 !important;
}

section#main a:hover, footer a:hover {
	color: #3c5121 !important ;
	text-decoration: underline !important;
}

.jsn-form-submit {
	background-color: #93c356 !important;
	border: none !important;
	float: right;
}

h1.navbar-headline {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
	font-weight: bold;
}

.navbar>.container {
	position: relative !important;
}

li a.nav-link {
	text-transform: uppercase !important;
}

a.nav-link:hover, li.active a.nav-link {
	color: #93c356 !important;
}

.carousel {
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
}

div.carousel-inner > div.carousel-item > div.carousel-caption > h3 {
	text-transform: uppercase;
}

span.green {
	color: #93c356;
}

footer {
	margin-top: 50px;
}

footer address {
	color: #FFF;
}

footer .footer-kontakt {
	color: #93c356;
}

footer td {
    border: none !important;
}

@media (max-width: 1199px) {
 h1.navbar-headline {
	 font-size: 1.5rem !important;
 }
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
  
  .navbar-collapse {
	margin-top: 80px;
  }
}

@media (max-width: 991px) and (min-width: 350px) {
	
	h1.navbar-headline {
	 font-size: 1rem !important;
	 position: relative;
	 }
	
	h1 {
		font-size: 1.5rem !important;
	}
	
	.carousel {
    	margin-top: 130px !important;
	}
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
