
/* Custom CSS for Mache Theme */
/* This file is used to override the default styles of the Mache theme */
/*
| Name                 | HEX       | CSS Beispiel      |
| -------------------- | --------- | ----------------- |
| **Pale Gold**        | `#E6BE8A` | `color: #E6BE8A;` |
| **Antique Gold**     | `#D4AF37` | `color: #D4AF37;` |
| **Vegas Gold**       | `#C5B358` | `color: #C5B358;` |
| **Satin Sheen Gold** | `#CBA135` | `color: #CBA135;` |


Theaterrot (ähnlich)	#B22222 (Firebrick)	color: #B22222;
Dark Red	#8B0000	color: #8B0000;
Crimson	#DC143C	color: #DC143C;
Burgundy	#800020	color: #800020;
*/
@font-face {
    font-family: 'UbuntuBoldItalic';
    src: url('../fonts/Ubuntu-Italic.ttf') format('truetype');
}

body {
    font-family: 'UbuntuBoldItalic', sans-serif;

}
/*Footer
.site-footer {
    background-color: #222;
    color: #ccc;
    padding: 2rem 1rem;
    font-size: 0.9rem;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column {
    flex: 1 1 250px;
    min-width: 200px;
}

.footer-column h4 {
    color: #fff;
    margin-bottom: 0.5rem;
}

.footer-column p,
.footer-column ul {
    margin: 0;
    line-height: 1.6;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column a {
    color: #ccc;
    text-decoration: none;
}

.footer-column a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #444;
    padding-top: 1rem;
    margin-top: 1rem;
    font-size: 0.8rem;
    color: #888;
}
*/

div.rightside{ text-align: left; }
@media only screen and (min-width: 0px) and (max-width: 750px) {
    header nav {
        padding-top: unset;
    }
    .backcolor {
        background: #939090;
    }
    header .logo img {
        width: 80px;
    }
}
@media only screen and (min-width: 751px) {
    header nav {
        padding-top: 71px;
    }
    header nav ul li a {
        padding: 5px 0;
    }
    header .logo img {
        width: 100px;
    }
}
/* header-logo */
header {
    position: relative;
    background: #939090;
}
header .logo {
    width: auto;
    height: auto;
    padding: 5px 0;
}
header .logo a {
    width: 100%;
    height: 100%;
    display: block;
}
header .logo img {
    height: auto;
}

.nav-collapse a:active,
.nav-collapse .active a {
    color: #8B0000;
}
span.line {
    background:#E6BE8A;
}
nav ul li a {
    color: #000000;
}
nav ul li a:hover {
    color: #8B0000;
}
.banner a {
    color: #8B0000;
}
.banner .button-container a {
    background: #E6BE8A;
    color: #8B0000;
    width: 150px;
}
.banner .button-container a:hover {
    color: #8B0000;
}
.video a {
    color: #8B0000;
}
.services h3 {
    color: #8B0000;
}
.services img {
    height: 200px
}
.price .price-container a {
    background: #8B0000;
}
.price .price-container:hover .black {
    background: #E6BE8A;
}
.features h3 {
    color: #8B0000;
}
.joinnow {
    background: #8B0000;
}
.joinnow a {
    color: #8B0000;
}
a.showmore {
    color: #8B0000;
}
.cta2 a , .cta3 a, .button {
    background: #8B0000;
}

.cta2 a:hover{background:#fff; color: #8B0000; transition:all 0.4s;}

footer p a:hover{color: #8B0000;}

/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    background: #8B0000;
}

header.sticky,
.header.sticky {
    background: #939090;
}