/* Toogle-Button von der linken auf die rechte Seite geändert in style.css in Zeile 12663
.rd-navbar-fixed .rd-navbar-toggle {
	right: 3px;
}
*/

/* Toogle-Menü von der linken auf die rechte Seite geändert in style.css in Zeile 12670 */
.rd-navbar-fixed .rd-navbar-nav-wrap {
  top: -57px;
  transform: translateX(300px);
}
.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(-35px);
}

/* Toggle-Menü auf Orange ändern */
.rd-navbar-toggle span::after, .rd-navbar-toggle span::before, .rd-navbar-toggle span {
  /* background-color: #ff9f1c; */
  background-color: #ffffff;
}

/* Logo auf die linke Seite */
.rd-navbar-fixed .rd-navbar-brand {
  text-align: left;
  left:15px;
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone, .rd-navbar-fullwidth.rd-navbar--is-stuck, .rd-navbar-fullwidth.rd-navbar--is-clone {
  background: #ff9f1c;
  border-bottom: 0px;;
}

.rd-navbar-fixed .rd-navbar-panel::before {
  background: #ff9f1c;
}

.rd-navbar-toggle.active span {
  width: 0px;
  right: 10px
}

.rd-navbar-toggle.active span:before {
  transform: rotate(-45deg);
  top:10px;
  width:30px;
}

.rd-navbar-toggle.active span:after {
  transform: rotate(45deg);
  top:-10px;
  width:30px;
}

.rd-navbar-static .rd-navbar-nav > li > a:after, .rd-navbar-fullwidth .rd-navbar-nav > li > a:after {
  background: #fff;
}

.hr-footer {
    height: 1px;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 0;
    background: #ff9f1c;
    border: none;
}


h1,
.h1 {
  font-size: 20px;
	line-height: 1.3;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  border-color: #ff9f1c;
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 24px;
    line-height: 1.2;
	}
}

h2,
.h2 {
  font-size: 15px;
	line-height: 1.4;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media (min-width: 768px) {
	h2,
	.h2 {
		font-size: 19px;
    line-height: 1.25;
	}
}

p {
	margin-bottom: 10px;
}

.text-swiper {
  font-size: 46px;
}
@media (min-width: 768px) {
	.text-swiper {
		font-size: 60px;
	}
}