body, html {
    background-color: #fff;
}

body {
    color: #444;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 18px;
}

a, a:visited, a:active {
    color: #172;
}

hr {
    border-top: 1px solid #172;
}

h1 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 20px;
}
h1, h2, h3 {
    color: #172;
    font-weight: bold;
}

h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 30px 0 15px;
    color: #172;
}

#gedenkportal *, #gedenkportal *:before, #gedenkportal *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content a.btn, #content a.btn:hover {
    text-decoration: none;
    font-weight: normal;
}

#content .btn:hover {
    color: #fff;
    background-color: #172;
}

.block {
    display:block;
    clear:both;
}

.image_container {
    width: 250px;
    float:right;
    margin-bottom: 15px;
    text-align: right;
}

.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #172;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    min-width: 200px;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    color: #172;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    font-family: Verdana,Arial,Helvetica,sans-serif;;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
}

.btn {
    text-decoration: none;
    margin-left: 5px;
}

.ui-menu .ui-menu-item a {
    color: #172;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #172;
}

.media-object {
    display: block;
}

a.btn:hover {
    text-decoration: none;
}

.pull-left {
    float: left !important;
}

.media, .media .media {
    margin-top: 15px;
}

.media, .media-body {
    overflow: hidden;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.decease {
    display: inline-block;
    min-width: 270px;
    width: 50%;
}

.decease > .image {
    height: 75px;
    overflow: hidden;
    width: 50px;
}

.dateofdeath {
	margin: 2px 0; 
}


.ui-autocomplete {
    border: 1px solid #172;
}

.half-column {
   width: 49%;
   display: inline-block;
   padding-right: 10px;
   vertical-align: top;
}