/*
*
* list action
*
*/

div.mourningwall {
    background-image: url(/typo3conf/ext/ig_trauerraum/Resources/Public/Images/mauer.png);
    background-size: cover;
    background-repeat: no-repeat;
}

div.tile {
    height: 70px;
}

div.tile a{
    display: block;
    height: 100%;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.mourningwall .note{
    background-image: url(/typo3conf/ext/ig_trauerraum/Resources/Public/Images/zettel.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

/*
*
* show action
*
*/

textarea.wall-content {
    resize: none;
    border: 0;
    padding: 30px;
    width: 100%;
    height: 200px;
}

.register-wrapper {
    display: inline-flex;
    width: 100%;
    max-width: 400px;
    float: right;
}

.wall-input {
    background: #f3f3f3;
    border:none;
    padding: 10px;
    width: 100%;
    float: left;
}

.wall-button {
    background: #eaeaea;
    line-height: 40px;
    display: block;
    text-align: center;
    width: 81px;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.wall-button:hover {
    background: #b5b5b5;
    color: #ffffff;
}

.wall-register {
    width: 100%;
    display: inline-flex;
}

div.wall-textarea-container {
    margin: 0 0 20px 0;
}

div.wall-password-container {
    float: right;
}

/*
*
* misc
*
*/

.light-gray {
    background: #f3f3f3;
}

.dark-gray {
    background: #eaeaea;
}

*:focus {
    outline: none;
}

.intercession a{
    background-color: #5a8c9b;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    background-image: url(/typo3conf/ext/ig_trauerraum/Resources/Public/Images/Icon-Fuerbitte.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 23%;
}

.intercession .content{
    margin-left: 10%;
    margin-right: 10%;
}

.intercession .date{
    color: #e5007d;
    font-size: 120%;
    margin-bottom: 10px;
}

.tx-ig-trauerraum h1{
    color: #333;
}

.trauerraum-unterseite #mapContainer{
    margin-bottom: 30px;
}

.loc_content{
    margin-bottom: 30px;
}

.loc_content h2,
.loc_content b{
    text-align: left;
    color: #333;
    font-size: 120%;
    font-weight: bold;
}

.loc_content .spc{
    height: 25px;
    line-height: 25px;
}

.loc_content .spc span{
    font-weight: bold;
}