/***************************************
Layout Grunddaten
****************************************/
/* Schriftarten */
@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.eot');
    src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-light-webfont.woff2') format('woff2'),
    url('fonts/lato-light-webfont.woff') format('woff'),
    url('fonts/lato-light-webfont.ttf') format('truetype'),
    url('fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latomedium';
    src: url('fonts/lato-medium-webfont.eot');
    src: url('fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-medium-webfont.woff2') format('woff2'),
    url('fonts/lato-medium-webfont.woff') format('woff'),
    url('fonts/lato-medium-webfont.ttf') format('truetype'),
    url('fonts/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-regular-webfont.woff2') format('woff2'),
    url('fonts/lato-regular-webfont.woff') format('woff'),
    url('fonts/lato-regular-webfont.ttf') format('truetype'),
    url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    font-family: "latolight", Verdana, Arial, sans-serif;
    color: #666666;
    font-size: 22px;
}
/* Übersteuere die Placeholder-Farbe von Input Feldern */
/* Chrome */
::-webkit-input-placeholder {
    color: #ffffff;
}
/* Firefox +18 */
:-moz-placeholder {
    color: #ffffff;
    opacity:  1;
}
/* Firefox 19+ */
::-moz-placeholder {
    color: #ffffff;
    opacity:  1;
}
/* IE */
:-ms-input-placeholder{
    color: #ffffff;
}
h1 {
    text-transform: uppercase;
    font-size: 54px;
    border-bottom: 2px solid #efefef;
    padding: 0px 54px 46px 54px;
    margin-bottom: 58px;
    display: inline-block;
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 37px;
}
img {
    max-width: 100%;
}
p {
    margin-bottom: 15px;
}
.cursor-pointer {
    cursor: pointer;
}

/***************************************
Kopf
****************************************/
header {
    height: 85px;
    position: relative;
}
header > table {
    height: 100%;
    width: 100%;
}
#kopf {
    height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
#kopf-titel a {
    text-transform: uppercase;
    vertical-align: middle;
    color: #ffffff;
    font-family: "latomedium", Verdana, Arial, sans-serif;
    font-size: 23px;
    padding-left: 28px;
}
#kopf-titel a:hover,
#kopf-titel a:focus {
    text-decoration: none;
}
#kopf-titel.devmode a {
    color: #9dff92;
}
#kopf-links {
    text-align: right;
    padding-right: 36px;
    width: 320px;
    vertical-align: middle;
}
#kopf-links .dropdown {
    display: inline-block;
    z-index: 100;
}
.kopf-link {
    margin-left: 30px;
    display: inline-block;
}
.kopf-link img {
    height: 34px;
    width: 34px;
}
#kopf-link-home {
    width: 34px
}
#jsNaviToggle {
    width: 34px;
}
#kopf-links .kopf-subseite-link {
    margin-top: 0;
}
#kopf-sublinks {
    text-align: right;
}
#kopf-sublinks a {
    color: #fff;
    font-size: 23px;
    margin-right: 40px;
    font-family: "latomedium", Verdana, Arial, sans-serif;
}
#kopf-link-suche {
    color: #ffffff;
    vertical-align: middle;
    font-size: 34px;
    line-height: 34px;
}
#kopf-links .dropdown-menu {
    padding: 5px;
    top: 65px;
    right: 0;
    left: inherit;
    width: 300px;
}

#kopf-link-warenkorb {
    position: relative;
}

#kopf-warenkorb-kreis {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #ff5400;
    position: absolute;
    line-height: 25px;
    text-align: center;
    bottom: 15px;
    left: 15px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}


#kopf-info-mobile {
    border-bottom: 1px solid #ffffff;
}

#kopf-info-mobile a {
    display: block;
    padding: 15px 0 15px 0;
    height: 75px;
    text-align: center;
}

#kopf-info-mobile .kopf-info-mobile-email img {
    max-width: 40px;
}

#kopf-info-mobile .kopf-info-mobile-karte img {
    max-width: 30px;
}

#kopf-info-mobile .kopf-info-mobile-tel img {
    max-width: 38px;
}

.kopf-info-mobile-mitte {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}
/***************************************
Navigation
****************************************/
#kopf-navigation {
    right: 0px;
    left: inherit;
    top: 53px;
    width: 275px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: left;
    padding: 8px;
    display: none;
    border: 1px solid #eee;
    font-size: 14px;
}
#kopf-navigation .menu-pfeil-top {
    background-image: url(../img/layout/navigation-menu-pfeil.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
    position: absolute;
    top: -11px;
    right: 10px;
}
#kopf-navigation ul li a {
    color: #91574b;
}
#kopf-navigation .toggle-btn {
    float: left;
    font-size: 10px;
    color: #91574b;
    height: 40px;
}
#kopf-navigation .toggle-btn span {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#kopf-navigation li.toggle-offen > a.toggle-btn span {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
#kopf-navigation .nav-sub-titel-link {
    margin-left: 40px;
}
#kopf-navigation .nav-sub li {
    margin-left: 20px;
}
#kopf-navigation .nav-sub.offen {
    display: block;
}
#kopf-navigation .nav-sub,
#kopf-navigation .nav-sub.closed {
    display: none;
    margin-bottom: 0;
}
#kopf-navigation .navi-stufe-1.aktiv > a.toggle-btn,
#kopf-navigation .navi-stufe-1.aktiv > a.nav-sub-titel-link {
    background-color: #91574B;
    color: #ffffff;
}
#kopf-navigation li.navi-stufe-2.aktiv {
    background-color: #DCC9C5;
}
#kopf-navigation li.navi-stufe-2.aktiv a {
    color: #ffffff;
}
#kopf-navigation li.navi-stufe-2.aktiv a:hover {
    background-color: transparent;
}

/***************************************
Content
****************************************/
#inhalt {
    margin-bottom: 91px;
}
#inhalt .content {
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
}
#inhalt .content-rahmen {
    padding: 63px 86px 75px 86px;
}
#inhalt > .row {
    margin-bottom: 41px;
}
#inhalt > .row:first-child {
    margin-bottom: 0px;
}
#subseite #inhalt > .row:first-child {
    margin-bottom: 41px;
}
#inhalt .schattierung {
    border: 1px solid #c6c6c6;
    border-right: none;
    border-top: none;
    border-bottom-width: 2px;
}

.verstecken {
    position: absolute;
    top: -10000px;
    left: -100000px;
    width: 0;
    height: 0;
}

/***************************************
Subseite
****************************************/
#subseite-titel {
    border-bottom: 2px solid #E4E4E4;
    color: #666666;
    font-family: latolight, Verdana, Arial, sans-serif;
    font-size: 55px;
    margin: 88px auto 58px auto;
    padding-bottom: 47px;
    text-align: center;
    width: 774px;
    text-transform: uppercase;
}
#subseite-subtitel {
    text-align: center;
    color: #666666;
    font-size: 28px;
    margin-bottom: 69px;
}
#subseite #inhalt .content {
    padding: 0px;
}
#subseite #inhalt .content-bild {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    text-align: center;
}
#subseite #inhalt .content-bild img {
    height: auto;
    width: 100%;
}
#subseite #inhalt .content-modul {
    font-size: 14px;
}
#subseite #inhalt .content table.text-zweispaltig tr td:nth-child(1) {
    padding-right: 30px;
}
#subseite #inhalt .content table.text-zweispaltig tr td:nth-child(2) {
    padding-left: 30px;
}

#subseite-artikeldetail {
    margin-bottom: 58px;
}

/***************************************
Startseite
****************************************/
#home-titel {
    font-size: 70px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "latoregular", Verdana, Arial, sans-serif;
    text-align: center;
    margin: 174px 0px 20px 0px;
}
#home-subtitel {
    color: #ffffff;
    font-family: latolight, Verdana, Arial, sans-serif;
    font-size: 54px;
    margin: 0px 0px 174px 0px;
    text-align: center;
}

/***************************************
Startseite - Content
****************************************/
.content-bild-abstand {
    padding-bottom: 20px;
}

#home-content-block-1,
#home-content-block-3 {
    text-align: center;
}

#home-content-block-1 .text,
#home-content-block-3 .text {
    font-size: 28px;
}

#home-content-block-1 .content-bild {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    overflow: hidden;
}


#home-content-block-3 .content-bild {
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

#home-content-block-1 .content-bild img,
#home-content-block-3 .content-bild img{
    width: 100%;
    height: auto;
}

/***************************************
Starseite - Kategorien
****************************************/
.home-kategorie {
    text-align: center;
}
.home-kategorie > a {
    display: block;
}

.home-kategorie > a > img,
.home-kategorie > img {
    margin-top: 48px;
}

.home-kategorie a:hover {
    text-decoration: none;
}
.home-kategorie .text {
    margin: 45px 0px 73px 0px !important;
}
.home-kategorie a {
    color: #666666;
}
.home-kategorie img {
    width: 130px;
    height: 130px;
    margin-bottom: 18px;
}
#home-kategorien > .row {
    background-image: url(../img/layout/kategorie-rahmen.gif);
    background-position: top center;
    background-repeat: repeat-y;
}

#home-kategorien > .row .home-kategorie {
    background-image: url(../img/layout/kategorie-rahmen.gif);
    background-position: top left;
    background-repeat: repeat-x;
}
#home-kategorien > .row:first-child .home-kategorie {
    background: none;
}

.home-kategorien-balken {
    border-right: 2px solid #EFEFEF;
}

.home-kategorie-kein-bild {
    background-image: none;
}

/***************************************
Starseite - Angebote
****************************************/
.home-angebot {
    position: relative;
    text-align: center;
    min-height: 1090px;
    overflow:hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: #FFF;
}
.home-angebot > img {
    width: 100%;
}
.home-angebot .bild-titel {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff !important;
    text-transform: uppercase;
    margin: 16px 0px 0px 24px;
    text-align: left;
    font-size: 71px;
    line-height: 1.1em;
}
.home-angebot .sub-text {
    background-color: #000000;
    color: #ffffff;
    padding: 20px 0px;
    margin-bottom: 65px;
    font-size: 37px;
}
.home-angebot .trennlinie {
    max-width: 370px;
    height: 2px;
    background-color: #f1f1f1;
    margin: 47px auto;
}
.home-angebot-titel {
    font-size: 55px;
    text-align: center;
    text-transform: uppercase;
}
.home-angebot p {
    margin: 0px 0px 12px 0px;
}
.home-angebot .content-btn {
    border: 1px solid #666666;
    padding: 17px 40px;
    display: inline-block;
    color: #666666;
    border-radius: 10px;
    margin-top: 15px;
}
.home-angebot .content-btn:hover {
    text-decoration: none;
}
.angebot-padding {
    padding: 0px 30px;
}
/* Wird bei der Druckansicht benötigt */
#bon-einloesen {
    width: 500px;
}

/***************************************
Kontakt
****************************************/
#kontakt {
    background-color: #b8928a;
    color: #ffffff;
    padding-top: 92px;
}
#kontakt .row > .col-xs-12:nth-child(1) {
    border-right: 1px solid #dcc9c5;
    padding-right: 31px;
    margin-bottom: 119px;
}
#kontakt .row > .col-xs-12:nth-child(2) {
    border-left: 1px solid #e0d0cc;
    padding-left: 31px;
    margin-bottom: 119px;
}
#kontakt .kontakt-titel {
    margin: 0px 0px 86px 0px;
    text-align: center;
    color: #ffffff;
    font-size: 55px;
}
#kontakt form table {
    width: 100%;
}
#kontakt form table tr td {
    vertical-align: top;
    text-align: right;
}
#kontakt form table tr td:nth-child(2) {
    width: 161px;
}
#kontakt form input[type=email] {
    width: 100%;
    border-radius: 10px;
    border-width: 0px;
    padding: 16px 20px;
    background-color: #c8aba5;
    color: #ffffff;
    margin-bottom: 22px;
}
#kontakt form input[type=submit] {
    border-radius: 10px;
    border-width: 0px;
    padding: 17px 37px;
    background-color: #ffffff;
    text-transform: uppercase;
    color: #c8aba5;
    margin-left: 20px;
}
#kontakt form textarea {
    width: 100%;
    background-color: #c8aba5;
    padding: 16px 20px;
    border-radius: 10px;
    border-width: 0px;
    min-height: 286px;
}
#maps-standort {
    width: 100%;
    height: 374px;
    border-radius: 10px;
    overflow: hidden;
    color: #666666;
}
#anfrage-ajax-loader {
    text-align: center;
    display: none;
}
#anfrage-ajax-loader img {
    width: 100px;
}

/***************************************
Fuss
****************************************/
footer {
    background-color: #ffffff;
    padding: 64px 0px 0px 0px;
    font-size: 14px;
}
footer .fuss-content h3 {
    margin: 0px 0px 5px 0px;
}
footer .row > div:not(:last-child) {
    margin-bottom: 25px;
}
footer .fuss-content .trennlinie {
    height: 8px;
    background-image: url(../img/layout/fuss-h3-trennlinie.gif);
    background-repeat: repeat-x;
    background-position: top left;
    margin-bottom: 14px;
}
.fuss-titel {
    font-size: 37px;
    margin-bottom: 5px;
}

#fuss-links {
    margin-top: 10px;
    text-align: center;
}
#fuss-links a {
    margin: 0 15px;
}

/* Projekt Info */
#projekt-info {
    text-align: center;
    padding: 30px 0;
}
#projekt-info a {
    font-size: 12px;
}

/***************************************
Fuss - Kontakt
****************************************/
#fuss-kontakt table {
}
#fuss-kontakt table tr td {
    padding-bottom: 18px;
}
#fuss-kontakt table tr td:nth-child(1) {
    vertical-align: top;
}
#fuss-kontakt table tr td:nth-child(2) {
    vertical-align: middle;
}
#fuss-kontakt address {
    margin: 18px 0px 0px 0px;
}
#fuss-kontakt table tr td span.glyphicon {
    font-size: 25px;
    margin-right: 7px;
}
#fuss-kontakt a {
    color: #666666;
}

/***************************************
Fuss - Partner
****************************************/
#fuss-partner .fuss-partner-logo {
    width: 32%;
    padding: 10px;
}

/***************************************
Fuss - Öffnungszeiten
****************************************/
#fuss-oeffnungszeiten table tr td:nth-child(1) {
    padding-right: 22px;
}

/***************************************
Diverses
****************************************/
/* System Nachricht */
#system-nachricht {
    margin: 15px 0px;
}

/* Aktion Buttons bei Tabellen */
.td-aktion {
    text-align: right;
    max-width: 175px;
}
.td-aktion a {
    margin-bottom: 5px;
}

/* System Button Gruppierung */
.system-button-gruppierung {
    text-align: right;
    margin-top: 20px;
    padding: 20px 0px;
    border-top: 1px solid #eee;
}

/* Ajax Loader */
.ajax-loader {
    width: 30px;
    display: none;
}

/* Hintergrundbild entfernen */
.kein-bg {
    background-image: none !important;
}

/* Table Info -  für einfache Darstellung von Daten */
.table-info {
    margin-bottom: 15px;
}
.table-info tr td:first-child {
    font-weight: bold;
    width: 180px;
    vertical-align: top;
}
.table-info tr > td {
    padding: 3px;
}

/* Table Aktiver Row */
.table tr.aktiv {
    font-weight: bold;
    background-color: #f9f9f9;
}
.liste-bild-platzhalter {
    width: 100px;
    height: 100px;
}

/* Text Formation */
.text-durchgestrichen {
    text-decoration: line-through;
}


.row.row-no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.text-grau {
    color: #666666;
}
/***************************************
Shop
****************************************/
.zurueck-btn {
    padding-top: 15px;
    text-align: right;
}

/***************************************
Shop - Konto
****************************************/
#btn-pw-vergessen {
    margin-left: 20px;
}
#table-konto-btns tr td {
    padding: 22px 23px 21px 0px;
}
#input-pw-vergessen {
    width: 200px;
}
.form-adressen-auswahl {
    margin-bottom: 20px;
}
.select-adressen-auswahl {
    width: 200px !important;
}
#konto-anmelden .xs-abstand {
    height: 40px;
}
#btn-neue-adresse {
    margin-top: 20px;
}

/***************************************
Shop - Katalog
****************************************/
.katalog-kategorien-liste-titel {
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
}

#katalog-kategorien-liste .row .col-xs-12 {
    margin-bottom: 50px;
}
#katalog-kategorien-liste .row .col-xs-12:nth-child(odd) {
    border-right: 3px solid #efefef;
}
#katalog-kategorien-liste .kategorien {

    margin-top: 138px;
}
#katalog-kategorien-liste table tr:nth-child(even) td {
    padding-bottom: 50px;
}
#katalog-kategorien-liste table tr td:last-child a {
    font-size: 25px;
    padding-left: 50px;
    display: block;
}
#katalog-kategorien-liste .row .col-xs-12:nth-child(2n) table tr td:first-child a {
    margin-left: 85px;
}
#katalog-kategorien-liste a:hover,
#katalog-kategorien-liste a:focus {
    text-decoration: none;
    font-weight: bold;
}

/***************************************
Shop - Katalog - Artikel Liste
****************************************/
#kategorie-liste {
    margin-bottom: 40px;
}
#kategorie-liste a {
    margin: 0px 0px 10px 10px;
}
#artikel-liste {
    width: 100%;
    font-size: 14px;
}
#artikel-liste > div {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#artikel-liste > div:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
#artikel-liste p {
}
#artikel-liste td.bild {
    width: 110px;
    vertical-align: top;
    padding-right: 15px;
}
#artikel-liste td.titel {
    font-size: 28px;
    padding: 5px 5px 15px 5px;
    width: 100%;
}
#artikel-liste td.titel small {
    font-size: 50%;
}
#artikel-liste td.beschreibung {
    padding: 5px;
    vertical-align: top;
}
#artikel-liste td.preis {
    text-align: right;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
}
#artikel-liste td.lager-verfuegbar {
    vertical-align: middle;
}
#artikel-liste td.lager-verfuegbar img {
    margin-right: 5px;
}

#artikel-liste .btn-warenkorb {
    margin-left: 30px;
}

.artikel-listing>* {
    display: inherit;
}

.artikel-listing a:hover,
.artikel-listing a:active {
    text-decoration: none;
}

.artikel-listing {
    height: 400px;
}

.artikel-listing div {
    margin-bottom: 10px;
}

.artikel-listing > div:last-child {
    margin-bottom: 10px;
}

.artikel-listing-bilder {
    border: 1px solid #EFEFEF;
    height: 212px;
    position: relative;
}

.artikel-listing-bilder img {
    max-height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform:    translate(-50%, -50%);
    -o-transform:      translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.artikel-listing-linie {
    height: 42px;
    border-bottom: 3px solid #EFEFEF;
}

.artikel-listing-text > div {
    min-height: 20px;
}

.artikel-listing-text > div:first-child {
    min-height: 40px;
}

.artikel-listing-text div:last-child {
    min-height: 40px;
}

.artikel-listing-preis {
    font-weight: bold;
    color: #666666;
}
.artikel-listing .verkaufseinheit {
    color: #666666;
}
.artikel-listing:hover {
    box-shadow: 0 0 5px #aaa;
}

.artikel-listing-aktion {
    width: 100%;
}

.artikel-listing-aktion .neuer-preis {
    font-size: 16px;
}

.artikel-listing-aktion .alter-preis {
    color: #aaaaaa;
    text-decoration: line-through;
}

.artikel-listing-aktion .rabatt {
    background-color: #91574b;
    padding: 5px 15px;
    color: #fff;
}

.artikel-listing-text img.energieverbrauch {
    height: 20px;
    float: right;
}

/***************************************
Shop - Katalog - Artikel Detail
****************************************/
#artikel-detail .text {
    margin-bottom: 20px;
}
#artikel-detail .table-info tr td:first-child {
    width: 130px;
}
#artikel-detail #preis {
    text-align: right;
    font-size: 25px;
    font-weight: bold;
}

#artikel-detail-aktion {
    text-align: right;
}
#artikel-detail-aktion .alter-preis {
    text-decoration: line-through;
}
#artikel-detail-aktion .rabatt {
    background-color: #91574b;
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    margin: 10px 0px;
}

#artikel-detail h3 {
    margin-bottom: 20px;
}
#artikel-zusatz-bilder {
    margin-top: 25px;
}

#artikel-zusatz-informationen {
    text-align: left;
    margin-top: 40px;
}

#artikel-zusatz-informationen > ul {
    padding: 0;
    list-style-type: none;
}

#artikel-zusatz-informationen > ul li {
    margin-top: 10px;
}

#artikel-detail .row > div {
    margin-bottom: 20px;
}

#artikel-detail .lager-verfuegbar {
    vertical-align: middle;
}
#artikel-detail .lager-verfuegbar img {
    margin-right: 5px;
}

.artikel-zusatz-bild-link {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    display: block;
    float: left;
    margin: 3px;
}

.artikel-detail-button-gruppierung {
    text-align: right;
    margin-top: 20px;
}

.artikel-detail-zubehoer {
    margin-top: 40px;
}

.artikel-detail-bilder {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.artikel-detail-bilder img.energieverbrauch {
    height: 30px;
    position: absolute;
    right: 0;
    bottom: -40px;

}

.artikel-detail-jumbotron {
    padding: 20px !important;
}

/***************************************
Shop - Katalog - Artikel Detail - Zubehör
****************************************/
#artikel-zubehoer {
    margin-top: 20px;
}
#artikel-zubehoer-liste {
    width: 100%;
}
#artikel-zubehoer-liste td {
    padding: 5px;
}
#artikel-zubehoer-liste td:first-child {
    width: 50px;
}
#artikel-zubehoer-liste td:nth-child(2) {
    width: 100px;
}

/***************************************
Shop - Checkout
****************************************/
#checkbox-lieferadresse {
    margin-bottom: 50px;
}
#kaufen-adresse-btn {
    margin-top: 20px;
}

/***************************************
Shop - Warenkorb
****************************************/
.form-warenkorb {
    width: 100px;
    float: right;
}
#warenkorb tr td:nth-child(1) {
    width: 50px;
}
#warenkorb tr td:nth-child(2) {
    width: 150px;
}
#warenkorb tr td:nth-child(4) {
    width: 100px;
}
#warenkorb tr td:nth-child(7),
#warenkorb tr th:nth-child(7) {
    width: 150px;
    text-align: right;
}
#warenkorb tr td:nth-child(8),
#warenkorb tr th:nth-child(8) {
    width: 100px;
    text-align: right;
}
#warenkorb tr td:last-child {
    width: 70px;
}
#warenkorb .total {
    font-weight: bold;
    border-top: 2px solid #cccccc;
}
#warenkorb-mobile {
    width: 100%;
}
#warenkorb-mobile select {
    width: 100px;
}
#warenkorb-mobile tr td:last-child {
    text-align: right;
}
#warenkorb-mobile .trennlinie:last-child {
    display: none;
}
#warenkorb-mobile .total {
    font-weight: bold;
}

/***************************************
Fancybox
****************************************/
#popup img {
    max-width: 100%;
    height: auto !important;
}
#popup {
    background: none;
}
/* Fancybox Scroll (Galerie)
    Weiter/Zurück Button verkleinern */
.fancybox-nav,
.fancyboxx-nav {
    top: 50%;
    width: 50px;
    height: 100px;
    margin-top: -50px;
}
.fancybox-nav span,
.fancyboxx-nav span {
    visibility: visible !important;
}
.fancybox-prev,
.fancyboxx-prev {
    left: -80px;
}
.fancybox-next,
.fancyboxx-next {
    right: -80px;
}
/***************************************
jQuery UI Datumwähler
****************************************/
#ui-datepicker-div {
    font-size: 14px;
}

/***************************************
Suche
****************************************/
#suchformular {
    margin: 20px 0px;
}
#suchergebnisse {
    margin-bottom: 20px;
}
#suchergebnisse .eintrag {
    margin-bottom: 30px;
    font-size: 16px;
}
#suchergebnisse .link-titel {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    color: #23527C;
}
#suchergebnisse .highlight {
    font-weight: bold;
}

/***************************************
Mietanfrage
****************************************/
.anfrage-typ > label {
    padding-right: 40px;
}


/***************************************
Produkte Portfolio
****************************************/
#produkt-portfolio {
    padding: 0 86px 40px 86px;
    font-size: 14px;
    text-align: left;
}
#produkt-portfolio .artikel-listing {
    min-height: 450px;
    height: auto;
}
#produkt-portfolio .artikel-listing .bild-platzhalter {
    height: 200px;
    padding: 15px;
}
#produkt-portfolio .fehlermeldung {
    min-height: 350px;
    padding: 15px 0;
}
/***************************************
Video
****************************************/
#video-wrapper {
    height: 675px;
}

#bewertung_sidebar {
    background-color: #FCB514;
    position: fixed;
    right: -350px;
    bottom: 150px;
    width: 350px;
    height: 270px;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 30px;
    color: #ffffff;
    z-index: 100;
}
#bewertung_sidebar .titel {
    font-weight: bold;
    margin-bottom: 20px;
}
#bewertung_sidebar .beschreibung {
    font-size: 16px;
}
.sterne {
    display:flex;
    width: 124px;
    position:relative;
    font-size:28px;
    margin: 15px auto 0 auto;
}
.sterne > A {
    text-decoration:none;
    position:relative;
    z-index:2;
    color: #999;
    margin:0;
    padding: 0 3px;
    display: inline-block;
}
.sterne:hover > a {
    color: #FFF;
}
.sterne > a:hover ~ a {
    color: #999;
}
.sterne.dunkel > a {
    color: #999;
}
.sterne.dunkel:hover > a {
    color: #FCB514;
}
.sterne.dunkel > a:hover ~ a {
    color: #999;
}
.sterne.align-links {
    margin: 15px 0 0 0;
}

#bewertung_sidebar #bewertung_sidebar_knopf {
    position: absolute;
    left: -60px;
    top: 85px;
    width: 60px;
    height: 100px;
    background-color: #FCB514;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-right-color: #fcb514;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#bewertung_sidebar #bewertung_sidebar_knopf img.icon-bewerten {
    width: 45px;
}
#bewertung_sidebar #bewertung_sidebar_knopf img.icon-schliessen {
    width: 25px;
}
