.close {
    position: relative;
    height: 30px;
    width: 30px;
    left: 27px;
    bottom: 24px;
    float: right;
    cursor: pointer;
}

.popup-inhalt {
    background-color: white
}

.popup {
    display: none;
    z-index: 2;
    position: fixed;
    width:450px;
    height: 50%;
    top: 25%;
    left: 50%;
    margin-left: -250px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0.5em solid #ccc;
    border-radius: 5px 5px 5px 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    color: #000;
}

.title {
	border-style: solid;
	border-width:thin;
	border-left: hidden;
	border-right: hidden;
	padding: 0.3em;
	font-size: 1em;
	font-weight: bold;
}

.comment {
    margin-left: 5%;
    margin-top: 2em;
    overflow: auto;
    max-height: 150px;
}

.blog-title {
    font-size: 2em;
    text-decoration: underline;
}

.blog-title a {
    color: #000000;
}

.blog-content {
    padding-top: 0.3em;
    font-size: 1.5em;
}

.blog {
    padding-top: 0.5em;
}

.blog-search {
    padding-bottom: 0.5em;
}

.comments {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}