@import url('https://fonts.googleapis.com/css2?family=Gotu&family=Gruppo&family=Noto+Serif+Display:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
font-family: 'Gotu', sans-serif;
font-family: 'Gruppo', cursive;
font-family: 'Noto Serif Display', serif;
font-family: 'Urbanist', sans-serif;
*/

/* Color Theme Swatches in Hex */
.color-theme--1-hex {
    color: #FFD342;
}

.color-theme--2-hex {
    color: #EDD585;
}

.color-theme--3-hex {
    color: #E8C03C;
}

.color-theme--4-hex {
    color: #695E3B;
}

.color-theme--5-hex {
    color: #B5962F;
}

/* Color Theme Swatches in RGBA */
.color-theme--1-rgba {
    color: rgba(255, 211, 66, 1);
}

.color-theme--2-rgba {
    color: rgba(237, 213, 133, 1);
}

.color-theme--3-rgba {
    color: rgba(232, 192, 60, 1);
}

.color-theme--4-rgba {
    color: rgba(105, 94, 59, 1);
}

.color-theme--5-rgba {
    color: rgba(181, 150, 47, 1);
}

/* Color Theme Swatches in HSLA */
.color-theme--1-hsla {
    color: hsla(46, 100, 62, 1);
}

.color-theme--2-hsla {
    color: hsla(46, 74, 72, 1);
}

.color-theme--3-hsla {
    color: hsla(46, 78, 57, 1);
}

.color-theme--4-hsla {
    color: hsla(45, 28, 32, 1);
}

.color-theme--5-hsla {
    color: hsla(46, 58, 44, 1);
}


:root {
    --bg: #f6f6f6; /*#f9f4f1;*/
    --default-font-color: rgb(54, 54, 54);
    --default-header-color: white;
    --theme-color-a: #D4AE34; /*#FFD342;*/
    --theme-color-b: #EDD585;
    --theme-color-c: #D4AE34; /*#E8C03C;*/
    --theme-color-d: #695E3B;
    --theme-color-e: #B5962F;

    --theme-color-f: #e8c03c21;
    --theme-color-g: #edd58518;
}

body {
    text-align: center;
    font-family: 'Gotu', sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: var(--default-font-color);
    background-color: var(--bg);
    line-height: 2em;
}

.body222 {
    text-align: center;
    /*font-family: 'Gotu', sans-serif;*/
    font-family: 'Urbanist', sans-serif;
    font-size: 1em;
    font-weight: 100;
    color: var(--default-font-color);
    line-height: 2em;
}

a {
    color: var(--default-font-color);
    text-decoration: none;
}

a:hover {
    color: var(--theme-color-c);
}

h1 {
    padding: 2% 0%;
    /*font-family: 'Gruppo', cursive;*/
    font-family: 'Noto Serif Display', serif;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--default-font-color);
}

#kontakt2 h1 {
    color: var(--default-font-color);
}

h2 {
    padding: 5% 0% 2% 0%;
    /*font-family: 'Gruppo', cursive;*/
    font-family: 'Noto Serif Display', serif;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--theme-color-c);
}

#kontakt2 h2 {
    color: var(--default-font-color);
}

h3 {
    padding: 5% 0%;
    font-family: 'Gruppo', cursive;
    font-size: 2em;
    font-weight: 400;
    color: black;
}

h4 {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 400;
    color: black;
    margin: 4% 0%;
}

h5 {
    font-family: 'Noto Serif Display', serif;
    font-size: 8em;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--default-header-color);
}

.image-slide {
    margin: 5% 0%;
}

.header-logo {
    max-height: 80px;
    margin-top: 4%;
}

.logo {
    max-height: 100vh;
}

.logo-bg {
    background-color: var(--theme-color-c);
    color: #fff;
    padding-bottom: 2%;
    margin: 1%;
}

.navbar-logo-left {
    max-height: 60px;
    margin-left: 20px;
}
.navbar-logo-right {
    max-height: 60px;
    margin-right: 20px;
}

section {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 2%;
}

.top-image {
    height: 100vh;
    object-fit: cover;
}
.carousel-item {
    min-height: 100vh;
}

.carousel p {
    color: var(--default-header-color);
}

.google-maps {
    width: 100%;
    height: 400px;
    /*border: 3px solid var(--theme-color-c);*/
}


/* NAVBAR */
.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--theme-color-a);
    font-size: 1.4em;
    font-family: 'Gruppo', cursive;
    /*font-family: 'Noto Serif Display', serif;*/
    text-transform: uppercase;
    font-weight: 500;
    /*
    vertical-align: auto;
    justify-content: center;
    */
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar {
    /*background-color: rgba(0,0,0, 0.2);*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);*/
    
    /*background-color: rgba(246, 246, 246, 1);*/
    background-color: white;
}

.iva-kroner {
    border-radius: 50%;
    max-width: 200px;
    border: 3px solid var(--theme-color-c);
}

.iva-kroner-portrait {
    max-width: 200px;
    border: 3px solid var(--theme-color-c);
}

/* BUTTON */
.btn-cosmetics {
    border: 1px solid #fff;
    width: 300px;
    padding: 1% 2%;
    text-transform: uppercase;
    border-radius: 0;
    color: var(--theme-color-c);
    overflow: hidden;
    font-size: 1.2em;
    margin: 4% 2%;
    background-color: #f6f6f6;
}

.btn-cosmetics:hover {
    background: var(--theme-color-c);
    color: white;
}

.btn-gold {
    border: 1px solid var(--theme-color-c);
    width: 300px;
    padding: 1% 2%;
    text-transform: uppercase;
    border-radius: 0;
    background-color: var(--theme-color-c);
    /*background: linear-gradient(90deg, rgba(255,211,66,1) 0%, rgba(232,192,60,1) 100%);*/
    color: #fff;
    overflow: hidden;
    font-size: 1.2em;
    margin: 2%;
}

.btn-gold:hover {
    background: var(--bg);
    color: var(--theme-color-c);
}

/* PHILOSOPHIE */
#philosophie .bi {
    font-size: 5em;
    color: var(--default-font-color);
}

/*
#philosophie .col-lg-4 {
    background-color: var(--theme-color-b);
}
*/

/* SERVICES */
.div.image {
    content: url('img/pexels-misolo-cosmetic-5911963.jpg');
}

.cont-service {
    width: 100%;
    height: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    object-position: 0% 40%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

/*
width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: 0% 55%;
*/

.service-block-left {
    margin-left: 2%;
}

.service-block-right {
    margin-right: 2%;
}

.bg-punny {
    background-color: var(--theme-color-c);
    color: #fff;
}

.full-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: 0% 55%;
}

.bg-color-b {
    background-color: var(--theme-color-f);
    padding: 5% 3%;
}

.bg-color-a {
    background-color: var(--theme-color-g);
    padding: 5% 3%;
}

.bg-color-c {
    background-color: lightgray;
    padding: 5% 3%;
}

#philosophie2 i {
    font-size: 4em;
    text-shadow: 6px -6px 4px #00000036;
}

.phil-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    /*object-position: 0% 55%;*/
}

footer {
    padding: 2%;
    height: 100px;
    /*background-color: var(--theme-color-a);*/
}

.footer-social-media {
    font-size: 1.6em;
    padding-right: 3%;
}

footer ul li {
    padding-right: 3%;
}

/* MOVE TO TOP BUTTON  */
.back-to-top {
    background: var(--theme-color-a);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 1px lightgray;
    font-size: 2em;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0.1em;
    z-index: 1000;
    opacity: 0.8;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
}

.back-to-top:hover {
    opacity: 1;
    color: white;
}

/* PREISLISTE */
#preisliste thead th {
    color: var(--theme-color-c);
    text-transform: uppercase;
}

#pricing table {
    font-size: 0.9em;
    color: var(--theme-color-d);
}


#pricing table tr {
    line-height: 10px;
    min-height: 10px;
    height: 10px;
}

.label-price {
    color: var(--theme-color-c);
}

.price-logo {
    max-height: 500px;
    padding-top: 4%;
}
