/* === Allgemein ===*/

/* 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;
}

strong {
	font-weight: bold;
}

.seitentitel {
	background-color: #56698F;
	color: #ffffff;
	padding-top: 30px;
}


/* Button */

.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: 1.5rem;
	*/
}

.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;
}

.trumbowyg-box, .trumbowyg-editor { 
	background-color: #ffffff;
}

.dash-aufgabenbereich {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.dash-aufgabenbereich-head {
	background-color: #55698c;
	color: #ffffff;
	width: 100%;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
  height: 30px;
	text-align:center;
}

.aufgabenbereich-kurzbeschreibung { 
	margin-top:10px;
	margin-bottom: 10px;
	hyphens: auto;

}

ul.aufgaben-liste { 
   padding-left: 20px;
}

li.aufgaben {
	margin-bottom: 10px;
}

.wertungsmatrix {
	border: 1px solid;
	padding: 5px;
}

.preis-header {
	background-color: #56698F;
	color: #F4D680;
	text-align: center;
}

.preis-title { 
	text-align: center;
}

ul.preis {
	
}   

 .list-group-item.preis {
	 margin-left: 10px;
	text-indent: -1.0em;
}



/* === Fremd-CSS === */

/* Ribbon */

.ribbon {
    position: absolute;
    top: 20px;
    right: -5px;
    padding: 15px;
}
.ribbon-content{
    position: relative; 
    width: 100%; 
    height: 100px; 
    background: #f1f1f1; 
    border: 1px solid #DDD;    
}
.ribbon.base {
    background: #3498db;
    color: #fff;
    border-right: 5px solid #8bc4ea;
}
.ribbon.light {
    background: #ecf0f1;
    color: #2c3e50;
    border-right: 5px solid #dde4e6;
}
.ribbon.dark {
    background: #131313;
    color: #fff;
    border-right: 5px solid #464646;
}
.ribbon.base-alt {
    background: #9cd70e;
    color: #fff;
    border-right: 5px solid #c6f457;
}
.ribbon.red {
    background: #e91b23;
    color: #fff;
    border-right: 5px solid #f2787d;
}
.ribbon.orange {
    background: #ff8a3c;
    color: #fff;
    border-right: 5px solid #ffc7a2;
}
.ribbon.yellow {
    background: #ffd800;
    color: #fff;
    border-right: 5px solid #ffe866;
}
.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}
.ribbon:before {
    top: 0;
}
.ribbon:after {
    bottom: 0;
}
.ribbon.base:before {
    border-top: 27px solid #3498db;
}
.ribbon.base:after {
    border-bottom: 27px solid #3498db;
}
.ribbon.light:before {
    border-top: 27px solid #ecf0f1;
}
.ribbon.light:after {
    border-bottom: 27px solid #ecf0f1;
}
.ribbon.dark:before {
    border-top: 27px solid #131313;
}
.ribbon.dark:after {
    border-bottom: 27px solid #131313;
}
.ribbon.base-alt:before {
    border-top: 27px solid #9cd70e;
}
.ribbon.base-alt:after {
    border-bottom: 27px solid #9cd70e;
}
.ribbon.red:before {
    border-top: 27px solid #e91b23;
}
.ribbon.red:after {
    border-bottom: 27px solid #e91b23;
}
.ribbon.orange:before {
    border-top: 27px solid #ff8a3c;
}
.ribbon.orange:after {
    border-bottom: 27px solid #ff8a3c;
}
.ribbon.yellow:before {
    border-top: 27px solid #ffd800;
}
.ribbon.yellow:after {
    border-bottom: 27px solid #ffd800;
}
.ribbon span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}