@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700);

/*  http://media02.hongkiat.com/mobile-app-ui/3-iPhone-app-designs-UI.jpg  */
html a.loginbutton{display:inline-block; width:150px; height:22px; padding-top:8px; text-align: center; }
html a.loginbutton:hover{text-decoration: none; background-color:#df0101;}
#dsa-ui-table tr td.code{font-family: Times New Roman; font-size:16px;}
#loginseite label{width:100px; display:inline-block;}
#loginseite p{margin-bottom:20px;}
#loginseite .submit{background-color:#cc0000; color:white; padding:10px; width: 100%; border:0px;}
.login .bo-navi{position: absolute; right:100px; top:40px;}
.login .bo-navi .loginbutton{vertical-align: top; display:inline-block;}
.login .bo-navi button{ width:200px; height:28px;}
.login-statusmeldung{position: absolute; top:250px;}
.login-statusmeldung h1{font-size:24px; margin-bottom:20px;}
.dialogcontent p{margin-bottom:15px;}

.versenden-impressum div input{width:auto;}
.versenden-impressum div{width:45%; display:inline-block; text-align: center;}
.textcontent p{ margin-bottom:0px;}
.textcontent strong{font-weight: 600;}
.textcontent h4{color:#CC0000; margin-bottom:10px;}
.menu-nav {
    position: absolute;
    top: 100px;
    left: 0;
}
.menu-nav ul li {
    width: 160px;
    text-align: center;
}
.menu-nav ul li a {
    color: white;
    display: block;
    background-color: #CC0000;
    padding: 10px 10px;
    border-right: 1px solid #b50000;
    text-decoration: none;
}
.menu-nav ul li a .fa {
    padding-right: 10px;
}
.menu-nav ul li:last-of-type a {
    border: 0;
}
.menu-nav ul li:hover {
    background-color: #da0000;
}
section.widget-element {
    border: 1px solid grey;
    display: inline-block;
    float: left;
    margin-bottom: 1%;
    margin-right: 10px;
    color: white;
}
section.widget-element h6 {
    font-size: 30px;
    padding: 10px 0 0 10px;
}
section.widget-element a {
    text-align: center;
    display: block;
    color: white;
    text-decoration: none;
    height: 140px;
    width: 150px;
    padding: 40px 20px 20px 20px;
}
section.widget-element .fa {
    font-size: 85px;
    text-align: center;
}
section.widget-element a span {
    font-size: 20px;
}
section.widget-element.datum {
    height: 120px;
    width: 300px;
    padding: 60px 20px 20px 20px;
    text-align: center;
}
section.widget-element.datum .datum-date {
    vertical-align: top;
    padding-top: 30px;
}
.fa-calendar {
    float: left;
    width: 100px;
    height: 100px;
}
.wochentag {
    text-align: center;
}
.datum-tag {
    display: block;
    text-align: center;
    font-size: 80px;
    line-height: normal;
}
.datum-tag-text {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: normal;
}
.clear {
    clear: both;
}
#ajax_sent_search {
    border: none;
    border-radius: 5px;
    height: 25px;
    margin: 0 0 5px;
    padding-left: 10px;
    position: absolute;
    right: 25px;
    top: 40px;
}
.hide {
    display: none;
}
.labels tr td label {
    display: block;
    color: white;
}
.labels {
    background: #CC0000;
}
.saveinlist i {
    font-size: 22px;
    height: 20px;
    left: 15px;
    position: absolute;
    top: 14px;
    width: 20px;
    color: #D5D5D5;
}
.saveinlist i:hover {
    color: #707070;
    transition: 0.6s ease;
}

/*
.saveinlist i {
    display: none;
}
*/
.heartcounter {
    position: relative;
}
.heartcounter span {
    position: absolute;
    top: 5px;
    left: 116px;
    background-color: #cc0000;
    border-radius: 50px;
    padding: 0px 4px;
    line-height: 15px;
    color: white;
}
#simplesearchform {
    float: right;
    position: relative;
    right: 15px;
}
#simplesearchform #s {
    margin: 0;
}
.referenzli {
    transition: width 0.5s ease;
    position: relative;
}

/*.listenlink{position: absolute; right:5px; top:5px;}
.referenzli{position: relative;}
.referenzli img.vorschau{width:230px; height:230px;}*/

.referenzli img.vorschau {
    width: 100%;
    height: auto;
}
.referenz-save {
    background-color: #cc0000;
    color: white;
    border: 0;
    padding: 12px;
    margin-top: 20px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}
.referenz-save:hover {
    background-color: #a80000;
    transition: 0.6s ease;
}
.referenz-save i {
    display: none;
}
.my-favorite {
    padding-bottom: 5px;
}
.list-select {
    display: none;
}
.list-select {
    padding: 10px;
}
.list-select input {
    padding: 8px 0 8px 8px;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    width: calc(98% - 10px);
}
.list-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("../images/pfeil-unten.png") no-repeat scroll 95% center;
    width: 99%;
    display: inline-block;
    border: 1px solid #c5c5c5;
    padding: 8px;
    cursor: pointer;
    border-radius: 5px;
}
#sortieren {
    float: right;
    margin: 20px 0 0;
}
#sortieren h3 {
    font-size: 16px;
}
#sortieren select {
    width: 180px;
}
#sortieren h3, #sortieren select {
    display: inline;
}
article {
    margin-bottom: 300px;
}
.lupe {
    position: absolute;
    top: 8px;
    right: 20px;
    border: 0;
    background-color: white;
}
#simplesearchform input {
    height: 28px;
}
.log-open label.rememberme {
    float: left;
    width: calc(100% - 30px);
    font-size: 14px;
    line-height: 18px;
    vertical-align: top;
    text-transform: none;
}
.log-open input[type="checkbox"] {
    height: 20px;
    width: 20px;
    float: left;
}
.anmeldeinfos {
    padding-top: 10px;
}
.log-open p {
    margin-bottom: 10px;
}
.page-template-page-listen-overview ul.listen {
    margin-top: 0;
}
#user-interface h1 {
    display: inline-block;
    float: left;
}
#user-interface ul {
    display: inline-block;
    float: right;
    vertical-align: bottom;
    margin: 140px 0 0 0;
}
#user-interface strong {
    text-transform: uppercase;
    color: #CC0000;
    font-size: 14px;
    font-weight: 700;
}
#user-interface a {
    text-decoration: none;
    color: #707070;
}
#user-interface a:hover {
    text-decoration: underline;
    color: #cc0000;
}
#user-interface li {
    display: inline-block;
    margin-right: 15px;
}
#dsa-ui-table {
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #efefef;
    width: 100%;
}
#dsa-ui-table th {
    background-color: #cecece;
    color: white;
    padding: 10px;
}
#dsa-ui-table tr {
    text-align: center;
    border: 1px solid #efefef;
}
#dsa-ui-table tr td {
    padding: 10px 5px;
    height: 40px;
}
#dsa-ui-table tr:nth-of-type(2n) {
    background-color: #efefef;
}
#dsa-ui-table tr td a {
    display: block;
    text-decoration: none;
    color: black;
}
.labels tr td {
    height: auto !important;
}
.dsa-ui-table-wrapper {
    width: 100%;
    position: relative;
}
.dsa-ui-table-wrapper:first-child {
    margin: 0 15px 0 0;
}
html .dsa-ui-table-wrapper h1 {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    background-color: #8b8b8b;
    padding: 10px 10px 15px 30px;
    border-bottom: 1px solid white;
    color: white;
    margin-top: 30px;
    font-size: 14px;
}
#flexwrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
}
#flexwrapper label {
    cursor: pointer;
}
a.versenden {
    display: block;
    background-image: url(../images/icons/send_grey.png);
    background-size: 15px 15px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
}
a.versenden:hover {
    background-image: url(../images/icons/send_red.png);
}
a.umbenennen {
    display: block;
    background-image: url(../images/icons/pen_grey.png);
    background-size: 15px 15px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
}
a.umbenennen:hover {
    background-image: url(../images/icons/pen_red.png);
}
a.loeschen {
    display: block;
    background-image: url(../images/icons/trash-can_grey.png);
    background-size: 15px 15px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
}
a.loeschen:hover {
    display: block;
    background-image: url(../images/icons/trash-can_red.png);
}
body {
    font: 400 13px/20px 'PT Sans', sans-serif;
    color: #707070;
    overflow-x: hidden;
}
.inner {
    width: 960px;
    margin: auto;
}
header {
    background: #fff;
    box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.13);
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
img.logo {
    margin: 20px 0 0 0;
}
.log-open {
    width: 250px;
    height: 240px;
    float: right;
    background: #eaeaea;
    box-shadow: 2px 4px 10px 0.00px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin: 14px 0 0 0;
}
.log-open label {
    color: #707070;
    font: 400 14px/20px 'PT Sans', sans-serif;
    text-transform: uppercase;
}
.log-open input {
    height: 35px;
    width: 245px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 0 0 0 15px;
}
.log-open input.submit {
    background: #cc0000;
    border: none;
    color: #fff;
    width: 248px;
    margin: 20px 0 0 0;
}
span.info {
    text-decoration: underline;
    position: relative;
    top: 15px;
}
.favoriten,
.line,
.login {
    display: inline;
}
html .loader-image-container {
    display: none;
}
.favoriten {
    text-transform: uppercase;
    margin: 0 60px 0 765px;
}
.favoriten a {
    text-decoration: none;
    color: #707070;
}
.favoriten a:hover {
    text-decoration: underline;
}
.login button, a.loginbutton {
    background: #cc0000;
    border-radius: 4px;
    padding: 3px 10px;
    width: 100px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.login button span {
    position: relative;
    top: -4px;
    margin: 0 10px 0 0;
}
.logout {
    display: inline;
}
.logout button {
    background: #cc0000;
    border-radius: 4px;
    padding: 3px 6px;
    width: 100px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.logout button span {
    position: relative;
    top: -4px;
    margin: 0 10px 0 0;
}
.filter {
    background: #eaeaea;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    margin: 120px 0 0 0;
    padding: 15px 5px;
}
.filter input {
    height: 30px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    font-weight: 700;
    padding: 0 0 0 20px;
    margin: 12px 0 0 20px;
}
.searchform {
    float: left;
}
#effectTypes {
    display: none;
}

/*.filter input {
    float: left;
}*/

img.ico-1 {
    height: 6px;
    width: 14px;
    border: none;
    margin: 0 0 0 0px;
}
.searchform {
    margin: 0 0 0 730px;
}
input#searchfield {
    float: left;
}
input#searchfield:focus {
    outline: none;
}
#effect {
    border: 0;
}
.toggler {
    height: 60px;
    margin-left: -5px;
    margin-top: 20px;
    width: 960px;
}
#button {
    position: relative;
    width: 160px;
    padding: .5em 1em .5em 1em;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    color: #707070;
    border-radius: 5px;
    left: 15px;
}
#button span {
    margin-left: -65px;
}
#button img {
    position: absolute;
    top: 12px;
    right: 12px;
}
select.branche,
select.sortierung,
select.produkte {
    border: 1px solid #d4d4d4;
    outline: none;
    border-radius: 5px;
    box-shadow: 0;
    height: 40px;
    margin: 12px 0 0 20px;
    padding: 0 0 0 15px;
    width: 280px;
    text-transform: uppercase;
    color: #707070;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #fff url(../images/pfeil-unten.png) no-repeat 95% center;
}
select.branche option,
select.sortierung option,
select.produkte option {
    height: 30px;
    border: none;
    box-shadow: none;
    padding: 15px 0 0 15px;
    background: #fff;
    outline: none;
}
#effect {
    position: relative;
    width: 958px;
    height: 60px;
    background: #EAEAEA;
    z-index: 9;
}
#effect h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
}
.toggler button {
    background: #cc0000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 0 10px;
    text-transform: uppercase;
    width: 160px;
    height: 38px;
    position: relative;
    left: 20px;
    /*    left: -585px;
    top: 60px;*/
}
img.ico-2 {
    height: 15px;
    width: 15px;
    border: none;
    top: 0;
    position: absolute;
}
button.ico-2 {
    height: 15px;
    width: 15px;
    border: none;
    margin: 20px 0 0 -25px;
    background-image: url(../images/lupe.png);
    background-repeat: no-repeat;
    background-color: white;
}
.produkte {
    margin: 30px 0;
}
.produkte h1 {
    margin: 140px 0 0 0;
    padding: 0 0 6px 0;
    text-transform: uppercase;
    color: #CC0000;
    font-size: 24px;
}
.kategorie {
    text-transform: uppercase;
    border-bottom: 2px solid #ececec;
    padding: 0 0 6px 0;
    margin-bottom: 12px;
}
.red {
    color: #cc0000;
    font-size: 20px;
}
.bx-wrapper img,
.liste li img {
    margin: auto;
    display: block;
}
.bxslider {
    margin: 30px 0 0 0;
    height: 260px;
}
.liste {
    margin: 30px 0 20px 0;
    /*display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: -webkit-wrap;
    align-items: baseline;*/
}
.bxslider li {
    box-shadow: 1px 2px 5px 0.00px rgba(0, 0, 0, 0.25);
    width: 232px!important;
    height: 230px;
    margin: 0 4px 0 4px;
    background: #fff;
}
.liste li {
    box-shadow: 1px 2px 5px 0.00px rgba(0, 0, 0, 0.25);
    width: 232px!important;
    padding-bottom: 10px;
    margin: 0 2px 0 2px;
    background: #fff;
    margin-bottom: 95px;
    display:inline-block;
    vertical-align: top;
}
.bxslider li a,
.liste li a {
    outline: none;
    color: #707070;
    text-decoration: none;
}
/*
.bxslider li:hover
, .liste li:hover

{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition: 0.8s ease 0s;
    position: relative;
    z-index: 99999;
    cursor: pointer;
}
*/
.bx-viewport {
    height: auto!important;
}
.my-favorite img {
    float: right;
    margin: 15px 15px 5px 0!important;
}
.bxslider p.italic {
    position: absolute;
    bottom: 45px;
    margin: 0 0 0 20px;
    padding: 0 0 3px 0;
    width: 82%;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
    font-style: italic;
}
.liste p.italic {
    margin: 20px 0 0 20px;
    padding: 0 0 8px 0;
    width: 82%;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
/*    font-style: italic;*/
}

.liste h3 a {
    color: #cc0000;
}
.liste h3 {
    color: #cc0000;
    font: 400 14px/18px 'PT Sans', sans-serif;
    bottom: 20px;
    margin: 8px 0 0 20px;
}
ul.listen {
    margin: 140px 0 0 0;
}
ul.listen li {
    width: 232px;
    float: left;
    box-shadow: 1px 2px 5px 0.00px rgba(0, 0, 0, 0.25);
    height: 216px;
    overflow: hidden;
    margin: 10px 4px;
    position: relative;
}
ul.listen li img, ul.bxslider li img {
    position: absolute!important;
/*    z-index: -100;*/
    width: 102%!important;
    height: auto!important;
}

.anzeigebild {
    height: 194px;
}

/*
ul.listen li img {
    margin: auto;
    display: block;
    position: relative;
    top: 40px;
}
*/

ul.listen li .title {
    background: #CC0000;
    color: #fff;
    padding: 15px;
    position: relative;
    top: 168px;
    width: 101%;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
}
ul.listen li .grey {
    background: #A3A3A3;
}
ul.listen li a {
    text-decoration: none;
}
ul.listen li .title h3 {
    background: url(../images/view.png) no-repeat 85% bottom;
    height: 22px;
    font-size: 15px;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}
footer {
    background: #cc0000;
    color: #fff;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    width: 102%;
    height: 70px;
    position: fixed;
    bottom: -25px;
    margin-left: -5px;
    z-index: 9999;
}
footer .inner {
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    padding: 18px 0 0 772px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
.inhalt img {
    width: 100%;
}
.inhalt p {
    padding: 40px 0 10px 55px;
    text-transform: uppercase;
    font-style: italic;
}
@media screen and (max-width: 768px) {
    /*CSS*/
}
@media screen and (max-width: 480px) {
    /*CSS*/
}
.element {
    width: calc(25% - 42px);
    padding: 20px;
    background-color: #fafafa;
    bordeR: 1px solid #efefef;
    float: left;
}
.element h2 {
    padding: 0 0 6px 0;
    text-transform: uppercase;
    color: #CC0000;
    font-size: 24px;
    text-align: center;
}
.element .highlight {
    font-size: 36px;
    text-transform: uppercase;
    color: #CC0000;
    padding-top: 20px;
    display: block;
}
.element .data {
    text-align: center;
}
.remove_reference {
    display: block;
    background-color: #8E8E8E;
    border-radius: 5px 5px 0 0;
    color: white !important;
    text-align: left;
    padding: 5px 0 5px 10px;
}

.pagination {
    margin:0;
    float: right;
}
.pagination a {
    display: inline-block;
    height: 28px;
    padding: 7px 0 0;
    text-align: center;
    position: relative;
    text-decoration: none;
    top: 10px;
    width: 35px;
    color: #707070;
    border: 1px solid #ececec;
    margin: 0 0 0 2px;
}
.pagination .first {
    background: #ececec;
    color: #cc0000;
}
.pagination a.vor:hover {
    background: #ececec;
    color: #cc0000;
    transition: 0.8s ease;
}