:root {
    --fontSizeLarger: 48px;
    --fontSizeLarge: 40px;
    --fontSizeMed: 30px;
    --fontSizeSmall: 20px;
    --fontSizeSmaller: 18px;
    --fontSizeNoy: 22px;
    --colorAccent: #50362a;
}

@font-face {
    font-family: 'DrusticDialy-Condensed';
    src: url('/DrusticDialy Font Files/DrusticDialy-Condensed.otf') format('opentype');
}
@font-face {
    font-family: 'DrusticDialy-CondensedItalic';
    src: url('/DrusticDialy Font Files/DrusticDialy-CondensedItalic.otf') format('opentype');
}
@font-face {
    font-family: 'DrusticDialy-Sans';
    src: url('/DrusticDialy Font Files/DrusticDialy-Sans.otf') format('opentype');
}
@font-face {
    font-family: 'DrusticDialy-Script';
    src: url('/DrusticDialy Font Files/DrusticDialy-Script.otf') format('opentype');
}
@font-face {
    font-family: 'DrusticDialy-ScriptHalftone';
    src: url('/DrusticDialy Font Files/DrusticDialy-ScriptHalftone.otf') format('opentype');
}
@font-face {
    font-family: 'DrusticDialy-Serif';
    src: url('/DrusticDialy Font Files/DrusticDialy-Serif.otf') format('opentype');
}
@font-face {
    font-family: 'DrusticDialy-Catchword';
    src: url('/DrusticDialy Font Files/DrusticDialy-CatchWord.otf') format('opentype');
}
@font-face {
    font-family: 'NoyText';
    src: url('/DrusticDialy Font Files/noyhatext-1-webfont.ttf') format('truetype');
}

body {
    color: var(--colorAccent) !important;
    font-size: var(--fontSizeNoy) !important;
    text-align: center;
    font-family: "NoyText";

}
.main {
    background: url('/images/heimat-bg.jpg') !important;
    background-position: center !important;
    background-repeat: repeat;
    background-size: 100% !important;
    min-height: 100vh;
    font-family: "NoyText";
}
a, a:hover {
    text-decoration: none !important;
    color: var(--colorAccent) ;
}
h1 {
    font-size: var(--fontSizeLarger) !important;
    font-family: 'DrusticDialy-ScriptHalftone' !important;
    margin-bottom: 20px !important;
}
body.erstbestellung h1 {
    font-size: var(--fontSizeLarger) !important;
    font-family: 'DrusticDialy-ScriptHalftone' !important;
    margin-bottom: 80px !important;
}
h2 {
    font-size: var(--fontSizeMed) !important;
    font-family: 'DrusticDialy-ScriptHalftone' !important;
    margin-bottom: 40px !important;
}
h3 {
    font-size: var(--fontSizeLarge) !important;
    font-family: 'DrusticDialy-Condensed' !important;
    margin-top: 40px !important;

}

p, td, ul, li {
    color: #50362a;
}
.footer h3 {
    font-size: var(--fontSizeMed) !important;
}
a.button1 {
    background: url('/images/btn-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffffff;
    font-family: 'NoyText';
    font-size: var(--fontSizeSmall);
    padding: 14px 32px;
    transition: all 0.3s;
}
button.button1 {
    background: url(/images/btn-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-family: 'DrusticDialy-ScriptHalftone';
    font-size: var(--fontSizeMed);
    padding: 6px 40px;
    transition: all 0.3s;
    border: none;
    margin-top: 65px;
}
button.disabledstate {
    opacity: 0.2;
}

a.button1:hover, button.button1:hover {
    filter: brightness(1.4);
}
.nav {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px !important;
}
.nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.nav ul li {
    list-style: none;
    padding: 0;
    padding: 10px 34px;
    background: url('/images/btn-bg2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px 15px;
    height: 64px;
    width: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorAccent);
    font-size: var(--fontSizeSmall);
}
.nav:before {
    content: '';
    position: absolute;
    width: calc(100% - 110px);
    bottom: 0px;
    height: 6px;
    background: url(../images/line1.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
}
.header .logo img {
    position: absolute;
    top: 50px;
    left: 150px;
}
.header {
    position: relative;
    margin-top: 20px;
}
.header > img {
    width: 100%;
}
@media(max-width:1200px) {
    .header .logo img {
        position: absolute;
        top: 35px;
        left: 75px;
    }
}
@media(max-width:991px) {
    .header .logo img {
        position: absolute;
        top: 0px;
        left: 50px;
    }
    .footer:after {
        display: none !important;
    }
}
@media(max-width:768px) {
    .footer div {
        position: initial !important;
    }
}
@media(max-width:567px) {
    .header .logo img {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .nav ul {
        display: flex;
        flex-direction: column;
    }
}

.table > tbody > tr > td, .table > tbody > tr > th {
    border-top: 1px solid #50362a;
}

.table > thead > tr > th {
    border-bottom: 0;
    text-align: center;
}
.contentarea {
    padding: 0px 50px;
    position: relative;
    z-index: 10;
    
}


.contentarea .col-md-8.col-sm-6 {
    min-height: 210px !important;
    padding: 0px 30px !important;
    margin-bottom: 30px !important;
/*
    width: 100% !important;
    max-width: 100% !important;
    margin: auto !important;
*/
}
.contentarea .col-md-4.col-sm-6 {
    padding: 0px 30px !important;
    margin-bottom: 30px !important;
/*    display: none !important;*/
}

.contentarea .col-md-8.col-sm-6 img {
    max-width: 100%;
    height: auto;
}

.contentarea .col-md-4.col-sm-6 {
    font-size: 16px;
}

.contentarea .col-md-4.col-sm-6 ul {
    text-align: left;
    padding-left: 10px;
}

.row {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 45px;
}
.contentarea .row:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 4px;
    background: url(/images/line1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
}
.contentarea .row:last-of-type:before {
    display: none;
}

.suppliertable tbody tr td:nth-of-type(3) a {
    display: block;
    border: 1px solid #212529;
    padding: 1px 4px;
}

.footer a, .footer a:hover {
    color: var(--colorAccent) !important;
}
.footer div a {
    padding: 15px 20px;
    background: url(/images/btn-bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px 15px;
    height: 46px;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.footer {
    position: relative;
    margin-top: 250px;
    margin-bottom: 40px;
}

.footer div {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 80px;
    top: -72px;
    z-index: 2;
}
.footer h3 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.footer img {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
/* .footer img:before {
    content: '';
    position: absolute;
    width: calc(100% - 110px);
    bottom: 0px;
    height: 6px;
    background: url(/images/line1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
} */
/* .footer h3:before {
    content: '';
    position: absolute;
    width: calc(100% - 110px);
    bottom: 0px;
    height: 6px;
    background: url(/images/line1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
} */
.footer:after {
    content: '';
    width: 480px;
    height: 240px;
    background: url(/images/img-dog.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(-100% - 55px);
    right: 0px;
    z-index: 1;
}
.footer p:before {
    content: '';
    position: absolute;
    width: calc(100% - 110px);
    top: 54px;
    height: 6px;
    background: url(/images/line1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
}
body.home .footer p:before {
    top: -15px;
}
a.help-block {
    font-size: var(--fontSizeNoy) !important;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    color: var(--colorAccent);
}
.form-control {
    font-size: var(--fontSizeNoy) !important;
}
body.home .form-group {
    display: flex;
}
.form-group {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100% !important;
    margin: 0 auto;
}

.form-control::placeholder {
    color: #50362a;
}
body.home .form-group {
    width: 50% !important;
}

.form-group form {
    width: 100%;
}

table th {
    font-weight: normal;
}
input {
    margin-top: 20px !important;
    padding: 26px 20px !important;
    color: var(--colorAccent) !important;
    font-size: var(--fontSizeSmaller);
}
body.home .footer:after {
    background: url(/images/img-cat.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 480px;
    height: 160px;
}
body.home .footer {
    position: relative;
    margin-top: 120px;
}
.form-group h1 {
    margin-top: 80px !important;
    display: inline-block !important;
    width: 100%;
}
input {
    background: url(/images/btn-bg3.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    border: none !important;
}
h3 {
    position: relative;
}
/* h3:before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 346px;
    height: 2px;
    background: url(/images/line1.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
} */
img.heading {
    margin-top: 20px;
}
.table .trow {
    display: grid;
    grid-column: 1/6;
    grid-template-columns: 12% 20% 22% 23% 23%;
}
.tcol input,.cartinput {
    margin-top: 0px !important;
    margin-bottom: 8px;
    padding: 5px 0px !important;
    max-width: 120px;
    text-align: center;
}
.trow {
    margin-top: 35px;
}
.tcol p {
    margin-bottom: 20px;
}
.tcol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.trow:nth-of-type(1) p {
    margin-bottom: 4px;
    margin-top: 4px;
}
.trow:nth-of-type(1), .trow:nth-of-type(1) p {
    background: var(--colorAccent);
    color: #fff !important;
}
button.button0 {
    font-family: 'DrusticDialy-Condensed' !important;
    color: #e7e5dd;
}


.form-group label {
    margin-top: 30px;
}

.myaccountoverview tbody tr th {
    width: 180px;
}

.tcol:before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;
    background: url(../images/line2.png);
    background-repeat: no-repeat;
    background-size: contain;

}
.tcol:nth-of-type(1):before {
    content: '';
    display: none !important;
}

.tcol {
    position: relative;
}
input[type=checkbox] {
    float: left;
    margin-top: -32px !important;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
}
div.check {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 384px;
    margin: 0 auto;
    margin-top: 50px;
}
button#cart {
    margin-bottom: 20px;
}

@media(max-width:991px) {
    .contentarea {
        padding: 0px 0px;
    }
}
@media(max-width:768px) {
    .trow:nth-of-type(1) {
        display: none !important;
    }
    .table .trow {
        display: grid;
        grid-column: 1/6;
        grid-template-columns: 25% 25% 25% 25%;
    }
    .tcol:nth-of-type(2) {
        grid-row: 1/1;
        grid-column: 1/6;
        background: var(--colorAccent);
        color: #fff;
        margin-bottom: 20px;
    }
    .tcol:nth-of-type(2) p {
        margin-bottom: 0;
        padding: 4px 0px;
    }
    .tcol:nth-of-type(2):before {
        display: none;
    }
    .tcol input {
        max-width: 80px;
    }
}

/* Anpassungen */
.nav ul {
    margin: 0 auto;
}
.alert ul {
    text-align: left;
}
.suppliertable td {
    text-align: left;
}
.cartdatepicker {
    height:20px !important;
    width:100% !important;
}
.myaccountoverview td {
    float: left;
}
.trow .tcol:nth-of-type(2) {
    padding: 0px 10px;
}
div.check p {
    min-height: 62px;
}
.contentarea span {
    display: block !important;
    min-height: 80px;
}


.nav ul a li.active {
    background: #50362a !important;
    color: white !important;
}
