/**
 * CSS by Visualpix Webdesign CH
 * www.visualpix.ch
 * Copyright (c) marco [Cadonau] MCB
 * Version 1.0
 * 2022-07-01
 **/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --clr-gold: #A29061;
    --clr-gray:  #27292A;
    --clr-white: #F2F2F2;

    --ff-h1h2: beauty_mountains;
    --padding-tb: 90px;
    --margin-ce: 30px;
    --margin-ce-inside: 20px;
    --abstand-nav-headerpic: 90px;

    --clr-error: #f00;


}
.article_wrapp {margin: 1500px 0} /* Löschen danach !!!!!!!!!!!!!!!!!!!!¨ */

@font-face {
font-family: "beauty_mountains";
src: url("/files/hairlaounge/font-face/Beauty_Mountains/Beauty_Mountains.ttf");
}

.bg-farbe1 {background-color: var(--clr-gray)}
.bg-farbe-box1 > div {background: var(--clr-gray)}
.fc-farbe01 {color: var(--clr-white)}
.fc-farbe05 {color: var(--clr-white2)}
.fc-border {text-shadow: -1px 0 #1f1f1f, 0 1px #1f1f1f, 1px 0 black, 0 -1px #1f1f1f}
/*Farben zB .bg-farbe1 und .fc-farbe01 gleicher Farben kann man zusammen legen*/

.even-odd > .mod_article:nth-child(odd) { }
.even-odd > .mod_article:nth-child(even) {
    background: var(--clr-gold);
    color: var(--clr-gray)
}
.even-odd > .mod_article:nth-child(even) h2 {
    color: var(--clr-white2)
}

/* reset all browser default settings */
.image_container {text-align:center}
img {border:0px; height: auto; width: 100%; display: grid}
:focus {outline:0}
.block {overflow:hidden}
.clear,#clear {
	height:0.1px;
	font-size:0.1px;
	line-height:0.1px;
	clear:both
}
.invisible {
    position:absolute;
    width:1px;
	height:1px;
	margin:-1px;
    padding:0;
	overflow:hidden;
    border:0;
	clip:rect(0 0 0 0)
}
body {font-size:100.01%}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, figure, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0}
blockquote,q {quotes:none}
ul {list-style-type:none}
sup {vertical-align:text-top}
sub {vertical-align:text-bottom}
del {text-decoration:line-through}
ins {text-decoration:none}

#container:after,.custom:after {
	content:"";
	display:table;
	clear:both
}
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit
}
table {font-size:inherit}
/*
header,footer,nav,section,aside,article,figure,figcaption {
	display:block;
}*/
select,input,textarea {font-size:99%}

#container,.inside {position:relative}
table {
	border-spacing:0;
	border-collapse:collapse
}
caption,th,td {
	text-align:left;
	text-align:start; /* see #4596 */
	vertical-align:top
}
caption,th {font-weight:bold}
abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help
}
/* Start - layout - main */
html {scroll-behavior: smooth}
body {
    background-color:var(--clr-gray);
    font:16px Raleway;
    font:24px Raleway; /* -------    Gröööössseee TESTEN*/
    color:var(--clr-white);
    overflow-x: hidden
}
#wrapper {
    position:relative; /* war ABSOLUTE ... mach schauen wegen nav...*/
    z-index: 20;
    width:100%
}
#header {
    width:100%;
    left:0;
    top:0;
    background-color: var(--clr-gray);
    z-index: 100
}
#header .content-width {
    padding: 0 15px;
}
.sticky-top{
    position: fixed;
    background-color: var(--clr-gray);
    z-index: 100;
    height: var(--abstand-nav-headerpic);
    width: 100%;

}
.abstand-nav-headerpic {
    position: relative;
    margin-top: var(--abstand-nav-headerpic);
}
.logo {
    position: absolute;
    max-width: 160px;
    height:auto;
    margin-top:-11px;
}

.h-slider {position: relative}
.h-slider-text {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    max-width: 100% !important;
    font-weight: 600;
    opacity: 0.8
}
.h-slider-text p {font-size: 20px}

#container {
    background-color:var(--clr-gray);
    width:100%;
    margin:0 auto;
    min-height:700px
}
#main {width:100%;float:none}
#main .inside {min-height:1px}

#footer {
    width:100%;
    background-color: var(--clr-gold);
    color: var(--clr-gray);
    border-top: 2px solid var(--clr-gray);
}
.footer_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5rem
}
.copyright {
    margin:20px 0;
    text-align:center;
    /*font-size:12px; */
}
.scrolltop {
    height:64px;
    aspect-ratio: 1 / 1;
    bottom:7px;
    right:12px;
    position:fixed;
    overflow:hidden;
    background-color:rgba(39, 41, 42, 0.8);
    border-radius:50%;
    z-index: 9999;
    cursor: pointer;
    font-size:40px;
    text-decoration:none;
    margin: 0;
    background-image: url("/files/hairlounge/layout/arrow_up.png") !important;
    background-position: center;
    background-repeat: no-repeat;
}
.scrolltop a {visibility: hidden; text-decoration: none; color: var(--clr-gold) !important}

/*
.scrolltop a::before {
    display: block;
    text-decoration: none
}*/
/* END - layout - main */

/* Start - menutog */
.menutog-button {
    position:absolute;
    position: fixed;
    height: 30px;
    top:29px;
    right:12px;
    z-index: 500;
    cursor: pointer;
}
.menutog__toggle {
    position: relative;
    top: 0;
    left: 0;
    padding: 12px 11px;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
.menutog__toggle,
.menutog__toggle::before,
.menutog__toggle::after {
    position: relative;
    content: '';
    width: 40px;
    height: 2px;
    padding: 0;
    background: var(--clr-gold)
}
.menutog__toggle::before,
.menutog__toggle::after {
  position: absolute;
  left: 0
}
.menutog__toggle::before {bottom: 7px}
.menutog__toggle::after {top: 7px}

.tog-open .menutog__toggle, .tog-open .menutog__toggle::before, .tog-open .menutog__toggle::after {background: #A4A4A4}
.tog-open .menutog__toggle {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}
.tog-open .menutog__toggle::before {
    transform: rotate(-90deg) translate(-7px);
    -webkit-transform: rotate(-90deg) translate(-7px);
    -moz-transform: rotate(-90deg) translate(-7px);
    -ms-transform: rotate(-90deg) translate(-7px);
    -o-transform: rotate(-90deg) translate(-7px)
}
.tog-open .menutog__toggle::after {
    transform: rotate(-90deg) translate(-7px);
    -webkit-transform: rotate(-90deg) translate(7px);
    -moz-transform: rotate(-90deg) translate(7px);
    -ms-transform: rotate(-90deg) translate(7px);
    -o-transform: rotate(-90deg) translate(7px)
}
/* END - menutog */

/* Start - Allgemeines - LINKS - allgemein */
a:hover, a:focus, 
strong.active {text-decoration:none;color: var(--clr-white)}
a {text-decoration:underline;color:var(--clr-gold)}


#footer a {color:var(--clr-gray)}
/* END - Allgemeines */

/* Start - Uberschriften und  */
h1,h2,h3,h4,h5,h6 {
    margin: var(--margin-ce-inside) 0;
    padding: 0;
    font-weight:400
}
h1 {
    font-family: var(--ff-h1h2);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2
}
h2 {
    font-family: var(--ff-h1h2);
    font-size: 46px;
    color: var(--clr-gold);
}
.box_inner h2 {
    color:var(--clr-white2);
    margin: 0
}
h3 {
    font-size:32px;
    font-weight: 700;
    color: var(--clr-gold);
}
#footer h3  {color: var(--clr-gray)}
/* END - Uberschriften und  */

/* Start - article wrapp  */

.content-width {
    width:100%;
    max-width:1275px;
    margin-inline: auto;
    padding: var(--padding-tb) 15px;
}
.content-width_l2, .content-width_l .content-width {max-width:1475px}

.cw_margin_onlybottom > div {
    padding-top: calc( var(--padding-tb) - var(--padding-tb) );
}
.cw_margin_onlytop> div {
    padding-bottom: calc( var(--padding-tb) - var(--padding-tb) );
}

[class^='ce_'] {margin-top: var(--margin-ce);margin-bottom: var(--margin-ce)}
.ce_list {margin: var(--margin-ce-inside) 0} 

[class^='ce_']:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, .content-list:first-child,.content-text:first-child, .content-text p:first-child
{margin-top:0}

[class^='ce_']:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, .content-list:last-child, .content-text:last-child, .content-text p:last-child
{margin-bottom:0}

p {margin: var(--margin-ce-inside) 0;text-align:justify}
.centertext, .centertext > div, .centertext p {text-align:center}

/* END - article wrapp  */
/* Start - Text Inhalte  */

.teaser {
    margin:0 0 20px 0;
    padding:0;
    line-height:1.2
}

.mod_article .back {margin-top:18px}
.mod_article .more {display:inline}

.content-list ul { margin: var(--margin-ce-inside) 0 var(--margin-ce-inside)}
.content-list li {margin:0 0 0 22px}
.content-list ul li {list-style-type:disc}
.content-list ol li {margin-bottom: 26px}
.ce_image {margin: var(--margin-ce-inside) 0;}

#header .ce_image {
    margin: 0;
}
/* END - Text Inhalte  */

/* Start - Content - Contentbox  */
.box-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), 1fr));
    grid-gap: 7em;
    justify-content: space-between;
}

.flex_set {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.box_inner {
    height: 100%;
    flex-direction: column;
    flex-wrap: inherit; 
    padding: 20px
}
.box_inner h2 {text-align: center}

/* Button - In Boxen */

.link-button1 {
    width: 50%;
    margin-top: auto;
    align-self: center;
    margin-inline: auto;
}
.box-grid .link-button1 {
    padding-top: var(--margin-ce-inside);
}

.link-button1 a {
    display: block;
    text-decoration: none;
    padding: 15px;
    border: 1px solid var(--clr-green);
    color: #fff
}
.link-button1 a:hover{background-color: var(--clr-gray-dark)}

.kontaktbox a {border: 1px solid var(--clr-gray)}
.kontaktbox a:hover{background-color: var(--clr-gray)}


/* Start - Team  -----------------------------------------------------------*/

.team_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), 1fr));
    grid-gap: 1em
}

.team_color_gold {background: var(--clr-gold)}
.team_color_gold h2 {color: var(--clr-white)}
.team_inner .content-image {border-radius: 50%; overflow:hidden; border: 4px solid var(--clr-gold);}


/* END - Team */

/* Preise Tabelle */
.preise{margin-bottom: 70px}
.preise table {width: 100%}
td {padding: 2px}
.preise td {padding: 12px 2px}
.preise .col_0 {width: auto}
.preise .col_1 {width: 60px; text-align: right}
.preise .col_2 {width: 170px; text-align: right}
.preise tr {padding: 2px}
.preise tr  {border-bottom: 1px solid var(--clr-gold)}
.preise tr.row_last {border-bottom: 0px}

.preise tr:hover {
    background-color: var(--clr-gold);
    color: var(--clr-gray)
}

/*Start - Partnerlinks - Custom Site */
.partner_link a {
    display: block;
    padding:10px 7px;
    text-decoration:none
}
.partner_link a:hover {
    background-color: var(--clr-green);
    color: var(--clr-white)
}
.hyperlink_inside_partner_link {
    margin-inline: auto;
}
/*END - Partnerlinks - Custom Site */


.mod_article .pdf_link {margin-bottom:-16px;text-align:right}
.mod_article .pdf_link a {padding-right:1px;padding-left:1px}

/*.custom,*/ #canvas {
    position: fixed;
    transform: scale(0);
    width: 100%;
    opacity: 0.9;
    top: 0;
    right:0;
    bottom: 0;
    overflow:auto;
    display:block;
    background-color:#1C1C1C;
    z-index: 200;
    text-align: center;
    
}
#canvas {
    height:100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}
.tog-open #canvas {
    transform: scale(1);
    height: 100vh;
}

#navigation_main_canvas {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-top: 75px;
    margin-bottom: 75px;    
}
#navigation_main_canvas ul {
    width: 75%;
}

#navigation_main_canvas a,
#navigation_main_canvas .active strong,
#navi_custom_canvas a,
#navi_custom_canvas .active strong {
    display:block;
    padding:40px 50px;
    font-size:46px;
    text-decoration:none;
    font-variant:small-caps;
    color:var(--clr-white);
}

#navigation_main_canvas .active strong,
#navigation_main_canvas a.trail,
#navi_custom_canvas .active strong,
#navi_custom_canvas a.trail{
    font-weight:normal;
    color:#000;
    background-color: var(--clr-gold);
    font-weight: 800
}
#navigation_main_canvas a:hover,
#navi_custom_canvas a:hover {
    background-color:#424242;
}
#navi_custom_canvas ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#navi_custom_canvas a,
#navi_custom_canvas .active strong {
    font-size: 16px;
    padding: 7px 12px;
}


/* END - CANVAS */
/* Start - Navigation Footer oder Custom */
.mod_customnav.navi_footer {
    margin:12px auto 0;
    padding:0;
}
.mod_customnav.navi_footer ul {
    justify-content: center
}
.mod_customnav.navi_footer li {
    margin: 0 12px;
    font-size:20px
}

.mod_customnav.navi_footer a:active,
.mod_customnav.navi_footer a:active span,
.mod_customnav.navi_footer a:hover,
.mod_customnav.navi_footer trail,
.mod_customnav.navi_footer .active {
    font-weight: inherit;
}
/* END - Navigation Footer oder Custom */

/* Start - Animation und speed*/
.animation1, a, .preise tr, #galerie.animation1 img, input, textarea,
select, #wrapper, #canvas, .menutog__toggle, .menutog__toggle::before, .menutog__toggle::after {
    transition:All 0.7s ease-in-out;
    -webkit-transition:All 0.7s ease-in-out;
    -moz-transition:All 0.7s ease-in-out;
    -o-transition:All 0.7s ease-in-out
}
/* END - Animation und speed*/

iframe {width: 100%; display: grid;}

/* Start - Gallery*/
#galerie ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1rem;
    grid-auto-flow:dense
}
#galerie li {overflow: hidden}

#galerie li:nth-child(4n) {
    grid-column: span 2;
    grid-row: span 2
}
#galerie figure {height: 100%}
#galerie img {
    width: 100%;
    height:100%;
    object-fit: cover
}
#galerie img:hover {transform: scale(1.1)}
#galerie .ce_gallery img {border:0px}
/* END - Gallery*/

/* Start - div zum am schluss laden */
::-webkit-scrollbar-track {background-color:#fcf932}
*+html .ce_list li {margin-left:26px} /* ie 7*/

/*
---------  Tablet -----------
 */
@media (min-width:768px) {
  
h1 {font-size: 90px}   
.h-slider-text p {font-size: 28px}       
     
.footer_grid {grid-template-columns: repeat(3, 1fr);grid-gap: 1rem}
      

}

/*
---------  Desktop -----------
 */
@media (min-width:960px) {

    

    
}
