

.posttitle {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	min-height: 30px;
	color: #4e4e4e;
}

a:hover {
	text-decoration: none;
}

.postimage {
	padding-top: 10px;
	padding-bottom: 10px;
}

.postteaser{
	min-height: 100px;
}

.postmeta {
	font-size: 12px;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f2f2f2 !important;
	font-size: 16px;
	color: #4c4c4c;
	font-weight: 300;
}

a {
	color: #000;
}

.post-heading{
	margin-top: 30px;
	font-size: 22px;
}

.post-meta{
	font-size: 16px;
	margin-bottom: 25px;
}

.post-image {
	margin-bottom: 25px;
}

.post-body {
   margin-bottom: 25px;
   font-family: Georgia;
}

.commenthead{
	width: 100%;
	padding-bottom: 10px;

	color: #4e4e4e;
	font-size: 30px !important;

	text-transform: initial;
	font-weight: 700;
	padding-top: 70px;
	padding-bottom: 0px;
	margin-bottom: 0px;

}

.commentname {
	font-family: 'Glegoo', serif;
	font-weight: bold;
	padding-top: 10px;
}

.commentbody{
	font-family: 'Glegoo', serif;
}

.btn-primary {
	border-radius: 5em;
    border: 2px solid;
    display: inline-block;
    height: 3.33333em;
    line-height: 3.1;
    padding: 0 1.5em;
    width: auto;
	border-color: #ccc;
    border-width: 2px!important;
    color: #9e9e9e;
    font-size: 18px;
    height: 3.33333em;
    border-radius: 2.77778em;
    background: none;
}


.btn-primary:hover {
	color: #FFF;
    background: #ed9f29;
    border-color: #ed9f29;
}

.bg-faded {
    background-color: #24292e;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255, 0.3)
}

.navbar-light .navbar-nav .nav-link {
	font-family: 'Roboto', sans-serif;
    color: rgba(255,255,255,0.75);
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}

.btn-outline-success {
    color: #ed9f29;
    background-image: none;
    background-color: transparent;
    border-color: #ed9f29;
}

.progress-bar {
    background-color: #ed9f29 !important;
}

section, .text-muted {
	padding-bottom: 50px !important;
	padding-top: 50px !important;
}
.navfooter {
width: 100%;
text-align: center;
}

.navfooter li {
	display: inline-block;
	list-style: none;
	padding-left: 15px;
	padding-right: 15px;
}

.spendenzahl {
	display: inline;
	background: none;
    border-radius: 4em;
    border: 2px solid;
    display: inline-block;
    height: 2.33333em;
    line-height: 2.1;
    padding: 0 0.5em;
    width: auto;
}

.spendenzahl:hover {
	background: #000;
	color: #FFF;
}

.buttoninline {
    display: inline-block;
}

button {
    cursor: pointer;
}

.btn-sm {
    line-height: 0.8em;
    height: 2em;
    padding: 0 0.8em;
    font-size: 14px;
}

.progress {
	border-radius: 0px;
    background-color: #000;
}

.boxtop {
	background: #000 !important;
}

.boxtop:hover {
	background: #333 !important;
	margin-left: -10%;
	margin-top: -10%;
	height: 120& !important;
	width: 120% !important;
}

a:active, a:focus, a, a:hover {
	text-decoration: none !important;
}

h3 {
	font-weight: 300;
	font-family: "Open Sans",sans-serif !important;
    color: #4e4e4e;
    font-size: 22px;
}

.videoWrapper {
  margin-top: 15px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-faded {
    background-color: #24292e;
    border-bottom: 0px solid;
    border-color: rgba(255,255,255, 0.3);
}

.post-meta {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

.page-item.active .page-link {
    background-color: #ed9f29;
    border-color: #ed9f29;
}

.page-link {
    color: #333;
}

.box{
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 5%;
}
.box h4{
	font-size: 16px;
}
.box:hover{
    width: 110%;
		margin-left: -5%;
		margin-top: -5%;
		margin-bottom: 0%;

		-webkit-transition: width 0.3s, margin 0.3s;
    transition: width 0.3s, margin 0.3s;
}


.box:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ed9f29;
    color: #FFF;
    text-align: center;
    height: 100%;
}

.middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
		font-size: 35px;
}

.table-bordered {
    border: 1px solid #ccc;
}

h3{
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.posttag {
	background: #ccc;
	padding: 3px 8px 3px 8px;
	border-radius: 3px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}


.btn-group-justified {
    display: flex ;
    flex-flow: row nowarp;
}
.btn-group-justified > .btn{
    flex: 1 1 auto;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}