/* Reitberger */

/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


h1, h2, h3, h4, h5, p{
	font-family: 'Noto Sans' Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* 
 gr�n : #C0CE00
 braun: #55241A
 * */ 

h1{
	margin-top: 0px;
	margin-bottom: 20px;
} 

h2{
	margin-top: 0px;
	margin-bottom: 20px;
} 

h3{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
} 

/* h4 Ueberschrift KatBlog Einleitung */
h4{ 
	margin-top: 10px;
	margin-bottom: 5px;
} 

h5{ 
	margin-top: 5px;
	margin-bottom: 5px;
} 

p { 
	padding-bottom: 5px; 
	margin: 0px;
} 
p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
} 

/* Aufteilung Text auf 2 Spalten */
@media (min-width: 769px) {
.two_columns_text {
	 column-count: 2;
   column-gap: 30px;
   float: left;
   width: 50%;
  }
}

@media (max-width:768px) {
.ba-icon-chevron-left {
  margin-top: 135px !important;
  margin-left: -35px !important;
}

.ba-icon-chevron-right {
  margin-top: 135px !important;
  margin-right: -35px !important;
  }}


@media (min-width:769px) and (max-width:1024px) {
.ba-icon-chevron-left {
  margin-top: 235px !important;
  margin-left: -35px !important;
}

.ba-icon-chevron-right {
  margin-top: 235px !important;
  margin-right: -35px !important;
  }}

@media (min-width:1025px) {
.ba-icon-chevron-left {
  margin-top: 285px !important;
  margin-left: -35px !important;
}

.ba-icon-chevron-right {
  margin-top: 285px !important;
  margin-right: -35px !important;
  }}

.ba-slideshow-dots {
padding: 0 50px !important;
}

.ba-btn-transition {
background-color: #fff !important;}