 * {
    margin: 0;
    padding: 0;
}
/*
.logo_view h1, .list_view h1 {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #e83d2d;
}
*/

.filter {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

.filterTyp, .filterRegio, .filterFach {
    float: left;
    width: 32%;
    height: 80px;
    border: 1px solid #ccc;
    padding-top: 10px;
}

.filterRegio {
    margin-left: 1%;
    margin-right: 1%;
}

.filterTyp label , .filterRegio label , .filterFach label {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 10px;
    color: #e83d2d;
    font-size: 16px;
    font-weight: bold;
}

.filterTyp select , .filterRegio select , .filterFach select {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.logo_entry h2, .list_entry h2 {
    color: #e83d2d;
    padding-bottom: 20px;
}

.logo_entry a {
    text-decoration: none;
    padding: 10px;
    display: inline-table;
    max-width: 200px !important;
    min-width: 200px !important;
}

.logo_entry a img {
    max-width: 100%;
    max-height: 75px;
}

.list_entry {
    width: 88%;
    padding-left: 5%;
    padding-right: 5%;
    display: table;
    border: 1px solid #ccc;
    border-left: 5px solid #ccc;
    margin-bottom: 40px;
}

.list_entry_content {
    display: table;
    width: 100%;
}

.list_entry_content_name {
    float: left;
    width: 60%;
    padding-top: 30px;
}

.list_entry_content_name a {
    color: #e83d2d;
    font-size: 25px;
    text-decoration: none;
}

.list_entry_content_logo {
    float: right;
    width: 20%;
    margin-top: 20px;
}

.list_entry_content_logo img {
    max-width: 100%;
}

.list_entry_info {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.list_entry p {
    float: left;
    line-height: 2.0;
    color: #ccc;
    width: 250px;
}

