/* === Allgemein ===*/

/*
=== Farben:
Orange: #f88507
Grün:		#7ea93d

*/

/* Schriften */

body, p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .font-alt {
	font-family: 'PT Serif', serif;
}

.schrift-gruen {
	color: #7ea93d;
}

.schrift-orange {
	color: #f88507;
}

strong {
	font-weight: bold;
}

.container {
  margin-bottom: 20px;
}

/* Button */

.btn {
	border: 0px;
}

.btn-round {
	border-radius: 30px;
}

/* section */
section{
	padding: 140px 0;
}

/* Hilfsklassen */

.d-relative {
	position: relative;
}

/* === Hero ===*/
.hero-bg {
	background-color: blue;
}

/* === Kalender-Anpassungen ===*/

h3.panel-title {
	font-size: 1rem;
}

.f3-widget-paginator {
	display: none;
}

.news-list-item {
	border-bottom: 2px #f58832 solid;
	margin-bottom: 15px;
}

.img-responsive {
	width:100%;
	max-width: 100%;
	height: auto;	
}


/* ==== Navigation ==== */

.bg-dark {
	background-color: #000000!important;
}

/*
.nav-link {
	font-family: 'Paytone One', sans-serif!important;
	font-size: 2rem;
}
*/

.dropdown-menu {
	min-width: 15rem;
	padding-left: 15px;
	padding-right: 15px;
}
.dropdown-menu li {
	border-bottom: 1px solid #ff00ff;
}


/* ==== Caroule ==== */

.btn-ctn {
	text-align: left!important;
}

/* === Nach Oben Button === */
#toTop-right {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:20px;
	outline:none;
}
#toTop-left {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	left:20px;
	outline:none;
}
#toTop-center {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	left:50%;
	margin-left:-20px; /*Feintuning je nach Inhalt */
	outline:none;
}

.btn-primary {
	background-color: #7ea93d!important;
}

.btn-success {
	background-color: #f88507!important;
}

.h5, h5 {
    font-size: 1.15rem;
}

.start-header {
	background-image: url("../../images/header_startseite.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 200px;
}

.start-header-neu {
	background-image: url("../../images/header_startseite_neu.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 400px;
}

.start-header .container  {
   /*
    margin-left: -100px!important;
    margin-right: -100px!important;
  */
}

.c1-header {
	background-image: url("../../images/header_c1.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 200px;
}

.c2-header {
	background-image: url("../../images/header_c2.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 200px;
}

.c3-header {
	background-image: url("../../images/header_c3.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 200px;
}

.c4-header {
	background-image: url("../../images/header_chance_4.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 200px;
}

.pahl-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 35px;
  border: 0;
  background: url('../../images/logo_pur_klein.png');
  cursor: pointer;
}

.pahl-slider::-moz-range-thumb {
  width: 35px;
  height: 35px;
  border: 0;
  background: url('../../images/logo_pur_klein.png');
  cursor: pointer;
}

.tab-content {
	margin-top:-10px;
	width:100%;
	padding:20px;
	border: solid 1px;
	border-color: #999999;
	border-radius: 5px;
}
