

.matopen_teaser > a, .matopen_teaser > a:link, .matopen_teaser > a:visited {
color: blue;
}

.matopen_teaser > a:hover, .matopen_teaser > a:active {
color: #fff;
}

.form-control:focus, .form-control:active {
    background-color: #EFB9BE;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; */
    color: 444;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.42857;
    padding: 3px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    max-width: 100%;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; */
    color: #000;
    display: inline-block !important;
    font-size: 15px;
    height: 32px;
    line-height: 1.42857;
    padding: 3px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    max-width: 100%;
}
form.form-inline > input.form-control{
width:100%
}
.btn, .btn-primary {
    -moz-user-select: none;
    background-image: none;
    background-color: #FFF;
    border: none !important;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    line-height: 3;
    margin-bottom: 20px;
    padding: 0px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
div.cart.table-responsive > div > div.btn.btn-primary.fortsetzen > a:hover {
    -moz-user-select: none;
    background-image: none;
    background-color: #999;
    border: 1px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    line-height: 3;
    margin-bottom: 20px;
    padding: 0px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:hover, .btn:focus {
     -moz-user-select: none;
    background-image: none;
    background-color: #999;
    border: 1px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    line-height: 3;
    margin-bottom: 20px;
    padding: 0px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

  .btn a, .btn-primary a{
padding:0 10px
}

@media (max-width: 480px){
.btn{
width: 100%;
}
}

