﻿/*!
CSS      Customer relevant CSS
Version  1.0
Date     27.02.2026
(C) 	 2025 / www.studio50.ch
*/
/*
    Custom CSS for praxix-eva-weber.ch

    Regions:
    #region Custom fonts
    #region Colors
    #region Header
    #region Navigation
    #region Content
    #region Footer
    #region Page Header
    #region Content Index Sub Menues
    #region HTML Standards
    #region Custom Overwrites
    #region Custom Overwrites Forms
    #region div Tables
    #region CMS Design Snippets

*/

/*  ***********************************************************************************************************************************************************

    #region Custom fonts    

    *********************************************************************************************************************************************************** 
*/
@font-face {
    font-family: 'Muli';
    src: url('/font/muli/Muli.eot?#iefix') format('embedded-opentype'), url('/font/muli/Muli.woff2') format('woff2'), url('/font/muli/Muli.woff') format('woff'), url('/font/muli/Muli.ttf') format('truetype');
}

@font-face {
    font-family: 'Bookman';
    src: url('/font/bookman/bookmanoldstyle_bold.eot?#iefix') format('embedded-opentype'), url('/font/bookman/bookmanoldstyle_bold.woff2') format('woff2'), url('/font/bookman/bookmanoldstyle_bold.woff') format('woff'), url('/font/bookman/bookmanoldstyle_bold.ttf') format('truetype');
}

/*  ***********************************************************************************************************************************************************

    #region Colors

    *********************************************************************************************************************************************************** 
*/
:root {
	/* font */
    --white_font: #EEEEEE; /*                                                 #EEEEEE = hsl(073, 000%, 093%), rgb(238, 238, 238) */
    --white: #ffffff; /*                                                        #ffffff = hsl(073, 100%, 100%), rgb(255, 255, 255) */
	/* backgrounds */
    --black_bg: #181818; /*         background in dark mode                     #0A0A0A = hsl(000, 000%, 009%), rgb(018, 018, 018) */
    --black_font: #212121; /*                                                   #212121 = hsl(000, 000%, 013%), rgb(033, 033, 033) */
    --rd: #ff0000;
}

/* Reset */
div, body {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Basic */
pre, a, b, p, ul, ol, li, div, td, tr, th, address, body {
    font-family: Muli,Verdana,Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: var(--white_font);
}

h1, h2, h3, h4, h5, h6 {
    font-family: lucida-handwriting-light,Muli,Verdana,Helvetica,serif;
    font-weight: 100;
    color: var(--white);
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.0em;
}

h6 {
    font-size: 0.8em;
}

p {
    line-height: 1.6; /* set no unit so it calculates the line height accurate */
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    overflow: auto;
	background-image: url('/data/custom/images/bg_black_leather_300.png');
	background-color: #0D0D0D;
}

hr.SeparatorLine {
    height: 1px;
    color: #999999;
    background-color: #999999;
    border: none;
    display: block; /* prevent space at bottom to the div */
}

/* Header */
.brandTitle {
	font-family: Bookman,Verdana,Helvetica,Arial,sans-serif;
	font-size:40pt;
    color: var(--white);	
	text-align: center;
	display:block;
}

.brandSlogan {
	font-family: Bookman,Verdana,Helvetica,Arial,sans-serif;
	font-size:25pt;
    color: var(--white);	
	text-align: center;
	display:block;
	line-height:10pt;
}

/* Content */
#baseContainer {
    height: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 950px;
    min-width: 250px;
    background-color: var(--black_bg);
	color: var(--white_font);
}

#News {
	xposition: sticky;
	position: absolute;
	z-index:999;
    padding: 0;
    margin: 0 auto;
	top:310px;
	left: 50%;  
	transform: translate(-50%, -50%);
	max-width:600px;
	min-width:250px;
	min-height:80px;
    xmargin: 0px 80px 0px 80px;
    padding: 20px 20px 20px 20px;
    background-image: url(/images/rgba/white_80.png);
	border-radius: 12px;
	color:var(--black_font);
}
.News b {
	color:var(--black_font);
}

.HomeTextDiv {
	position: absolute;
	z-index:999;
	top:980px;
	width: 950px;
	height:300px;
    padding: 60px 90px 20px 90px;
    background-image: url(/images/rgba/white_10.png);	
}
.HomeTextDiv p {
	line-height:30pt;
	color:var(--white_font);
}


#Content {
	position: relative;
	top:0px;
	height:100%;
    margin: 0px 70px 00px 70px;
    padding: 0px 0px 0px 0px;
    xbackground-image: url(/images/rgba/white_30.png); /* transparent bg */
}


/*  ***********************************************************************************************************************************************************

    #region Header

    *********************************************************************************************************************************************************** 
*/
#Header {
    z-index: 999999;
    position: fixed;
    top: 0px;
    max-width: 950px;
    width: 100%;
    xjustify-content: center;
    xalign-items: center;
    xvertical-align: bottom;
    height: 120px;
    xpadding: 0px 50px 0px 50px; /* space left right to equal menu */
    cursor: pointer;
	xborder:1px solid red;
	background-color: var(--black_bg);
}

#HeaderSpacer {
    height: 200px;
}

.footerText {
	color:var(--white_font) !important;
}
.footerText b {
	color:var(--white_font) !important;
}

@media screen and (max-width: 500px) {
	.brandTitle {
		font-size:16pt;
	}

	.brandSlogan {
		font-size:12pt;
	}

	#Content {
		margin: 0px 10px 00px 10px;
	}
	
	#News {
		top:140px;
		left: 50%;  
		transform: translate(-50%, -50%);
		width:80%;
		height:90px;
		padding: 5px 5px 5px 5px;
		background-image: url(/images/rgba/white_80.png);
		border-radius: 12px;
		color:var(--black_font);
	}
	.News p {
		line-height:10pt;
		font-size:10pt;
		color:var(--black_font);
	}

	.HomeTextDiv {
		position: absolute;
		z-index:999;
		top:320px;
		width: 100%;
		height:auto;
		padding: 10px 10px 10px 10px;
		background-image: url(/images/rgba/white_10.png);	
	}
	.HomeTextDiv p {
		font-size:10pt;
		line-height:20pt;
		color:var(--white_font);
	}

}

/*  ***********************************************************************************************************************************************************
	***********************************************************************************************************************************************************
	***********************************************************************************************************************************************************
	***********************************************************************************************************************************************************
	***********************************************************************************************************************************************************
    guet bis do ane :) ****************************************************************************************************************************************
	***********************************************************************************************************************************************************
	***********************************************************************************************************************************************************
	***********************************************************************************************************************************************************
	***********************************************************************************************************************************************************
    *********************************************************************************************************************************************************** */


/*  ***********************************************************************************************************************************************************

    #region Navigation

    *********************************************************************************************************************************************************** 
*/

#mobileButton {
    display: none;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    top: 13px;
    right: 0px;
    margin-left: auto;
    margin-right: 0;
    position: fixed;
    z-index: 999999;
    opacity: 0.3;
}

#mobileButtonImg {
    cursor: pointer;
    width: 48px;
    height: auto;	
}

#NavigationSpacer {
    width: 100%;
    position: relative;
    display: none;
}

#Navigation {
    position: fixed;
    top: 120px;
    z-index: 999999;
    height: auto;
    max-width: 950px;
    width: 100%;
}

#menuContainer {
    xmax-width: 1000px;
    text-align: center;
    display: block;
    xpadding: 0px 28px 0px 28px; /* space left right for menu */
   	border-bottom:1px solid #999999;
	background-color: var(--black_bg);
}

#menuContainerDiv {
    xmax-width: 850px;
    width: 100%;
    display: inline-block;
}

.divNavTable {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.divNavTR {
    display: table-row;
    xbackground-color: var(--pew_lemon_light);
    height: 48px;
}

.mainNavItem, .mainNavItemSel {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.3em;
    font-weight: normal;
    color: var(--white_font);
    vertical-align: middle;
    text-align: center;
    xborder-bottom: 1px solid var(--pew_lemon_light);
}

    .mainNavItem:hover {
        color: var(--pew_green);
    }

.mainNavItemSel {
    font-weight: bold;
	color: var(--white);
}

/* 

    Navigation for mobile (smaller screens) 

*/
@media screen and (max-width: 500px) {

    #Navigation {
        position: fixed;
        top: 100px;
        height: auto;
        max-width: 950px;
        width: 100%;
    }

    /* switching to mobile button */
    #mobileButton {
        display: block;
    }

    #menuContainer {
        display: none;
        padding: 0px 0px 0px 0px; /* remove space left right for menu */
    }
    /* alter menu design to stacked */
    .mainNavItem {
        display: block;
        height: 62px;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: var(--white_font);
        color: red;
        vertical-align: middle;
        text-align: center !important;
        line-height: 2.7; /* needed to text-align correctly, set no unit so it calculates the line height accurate */
        border-bottom: 1px solid var(--pew_green_dark);
    }

        .mainNavItem:hover {
            background-color: var(--pew_green_light);
            color: var(--black_font);
        }
    /* set the active identically with the non actives */
    .mainNavItemSel {
        display: block;
        height: 62px;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: var(--pew_green_darker);
        color: var(--white);
        background-color: var(--pew_green_light);
        vertical-align: middle;
        text-align: center !important;
        line-height: 2.7; /* needed to text-align correctly, set no unit so it calculates the line height accurate */
        border-bottom: 1px solid var(--pew_green_light);
        border-bottom: 1px solid #72B628;
    }
}





/* 
    
    Header for smaller screens

*/
@media screen and (max-width: 500px) {

    /* fix header more top */
    #Header {
        z-index: 80;
        justify-content: flex-start !important; /* set it left as at right we've got the mobile button */
        height: 100px;
        padding: 10px 10px 10px 10px;
        xborder: 1px solid red;
    }

    #HeaderImage {
        width: 80%;
        border: 0px;
        display: block; /* prevent space at bottom to the div */
    }

    #HeaderSpacer {
        height: 68px;
    }
}



/*  ***********************************************************************************************************************************************************

    #region Content

    *********************************************************************************************************************************************************** 
*/

.Trennlinie {
    width: 100%;
    max-width: 500px;
    height: auto;
}

/* 
    
    Content for smaller screens

*/
@media screen and (max-width: 500px) {
    #Content {
        padding: 10px 16px 0px 16px;
    }
}

/*  ***********************************************************************************************************************************************************

    #region Footer

    *********************************************************************************************************************************************************** 
*/

#Footer {
    text-align: center;
}

.aFooter {
    color: var(--black_faces);
    text-decoration: none;
}

    .aFooter:hover {
        color: var(--pew_green_darker);
    }

.wsnw {
    color: var(--pew_green_darker);
    white-space: nowrap;
}

/*  ***********************************************************************************************************************************************************

    #region Page Header
        Header title on the page with an icon above with icon

    *********************************************************************************************************************************************************** 
*/
div.HeaderIcon {
    text-align: center;
    position: relative;
    width: 100%;
    height: 173px;
    background-size: 120px !important;
    background-position-y: 0px !important;
}

h1.HeaderIcon {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
}

/* 

    Header title on the page for mobile (smaller screens) 

*/

/*  ***********************************************************************************************************************************************************

    #region Content Index Sub Menues
        Index Cards to navigate to themes on the page

    *********************************************************************************************************************************************************** 
*/

.H1gotoTop, .H2gotoTop, .H3gotoTop {
    width: auto;
    cursor: pointer;
    content: url("/data/custom/icons/Icon_gotoTop_V2.svg");
    transition: height 0.5s ease;
}

.H1gotoTop {
    height: 26px;
}
    .H1gotoTop:hover {
        height: 28px;
        transition: height 0.5s ease;
    }


.H2gotoTop {
    height: 22px;
}
    .H2gotoTop:hover {
        height: 24px;
        transition: height 0.5s ease;
    }

.H3gotoTop {
    height: 18px;
}
    .H3gotoTop:hover {
        height: 20px;
        transition: height 0.5s ease;
    }

.index1Table {
    max-width: 850px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    background-color: transparent;
    padding: 5px; /* outer left and right margin */
}

.index1Card {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 10px 0px 10px;
    /*
    border-right: 2px solid var(--pew_earthy_brown_light);
    border-bottom: 2px solid var(--pew_earthy_brown_light);
    */
    border-radius: 6px;
    text-align: center;
    background-color: var(--white);
    cursor: pointer;
    /* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19); */
}

    .index1Card:hover {
        xborder: none;
        background-color: var(--white_bright);
    }

    .index1Card img {
        border-radius: 3px;
        width: 100%;
        background-color: #ffffff;
    }

    .index1Card p {
        font-size: 1.4em;
        line-height: 1.1em;
        color: var(--pew_earthy_brown_light);
    }

/* 

    Content Index Sub Menues for mobile (smaller screens) 

*/


/*  ***********************************************************************************************************************************************************

    #region HTML Standards

    *********************************************************************************************************************************************************** 
*/

/* Base */
html {
    /* scroll-behavior: smooth; animate scrolling */
    position: relative;
    min-height: 100%;
    background-color: #ffffff;
}

body {
    padding: 0px;
    margin: 0px;
    overflow: auto;
}

div, body {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fonts */
pre, a, b, p, ul, ol, li, div, td, tr, th, address, body {
    font-family: Muli,Verdana,Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: var(--black_font);
}

p {
    line-height: 1.6; /* set no unit so it calculates the line height accurate */
}

a {
    color: var(--pew_green_dark);
    text-decoration: underline;
    transition: color 0.5s ease;
}
    a:hover {
        color: var(--pew_green_light);
        transition: color 0.5s ease;
    }

h1, h2, h3, h4, h5, h6 {
    /*font-family: lucida-handwriting-light,Muli,Verdana,Helvetica,serif; nid so schön */
    font-family: Muli,Verdana,Helvetica,Arial,sans-serif;
    font-weight: 100;
    color: var(--pew_green_light);
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.0em;
}

h6 {
    font-size: 0.8em;
}
/* Elements */
div {
    overflow: hidden;
}

/*  ***********************************************************************************************************************************************************

    #region Custom Overwrites

    *********************************************************************************************************************************************************** 
*/

/* div Table */
.divTDHeader {
    background-color: var(--pew_green_darker_60) !important;
    color: var(--white) !important;
    padding: 6px 12px 6px 12px;
}

.divTD {
    color: var(--black_font);
    padding: 6px 12px 6px 12px;
}

.divTD_list {
    background-color: var(--white_60);
}

/*
    background-color: rgba(var(--color), 0.8);
}
*/

/* default table, align the things on top border */
td {
    vertical-align: top;
}


/*  ***********************************************************************************************************************************************************

    #region Custom Overwrites Forms

    *********************************************************************************************************************************************************** 
*/

.tbflat, .tbmust, .cbflat {
    height: 36px;
}

.tbflat, .tbmust, .taflat, .tamust, .cbflat {
    border-color: var(--white_bright);
    padding: 8px;
}

.tbmust, .tamust, .cbmust {
    border-color: var(--pew_orange_darker);
}

    .tbflat:focus, .taflat:focus, .cbflat:focus, .tbmust:focus, .tamust:focus, .cbmust:focus {
        background-color: var(--white_bright);
    }

.btn {
    background-color: var(--pew_orange_dark);
    background-color: var(--pew_green_dark);
    color: var(--white);
}

    .btn:hover {
        background-color: var(--pew_orange_darker);
        background-color: var(--pew_green_darker);
    }

.btnDis {
    background-color: var(--white_light);
}

.successBox {
    margin-top: 5px;
    background-color: var(--pew_green_light);
    color: var(--white);
}

.successBox, errorBox, infoBox, warnBox {
    margin-top: 5px;
}

/* margins in forms based on divtables - use for overwrites */
.forms > .divTR > .divTD {
    padding: 6px;
}

/*  ***********************************************************************************************************************************************************

    #region div Tables

    *********************************************************************************************************************************************************** 
*/
.divTable {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border: 0px none;
    border-radius: 8px; /* Tables like images, a bit rounded corners */
}

.divTR {
    display: table-row;
}

.divTD {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.divTDright {
    text-align: right;
}

/* 

    div Tables smaller medias

*/
@media screen and (max-width: 500px) {
    /* remove table design */
    .divTD {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        width: 100% !important;
    }

    /* special div Table settings */
    .mob-hideme {
        display: none;
    }
    /*
    .xxxmob-Left {
        text-align: left;
    }

    .xxxdivTDHeader, .xxxmob-divTD {
        padding: 2px !important;
        padding-left: 10px !important;
    }

    .xxxmob-pairingCells {
        pairing some cells to keep them table design
        display: table-cell;
        width: 10% !important;
        font-size: 90%;
    }
    */

}

/*  ***********************************************************************************************************************************************************

    #region CMS Design Snippets

    *********************************************************************************************************************************************************** 
*/

/* Conten */
#ThemeHint {
    margin-top: 40px;
    margin-bottom: 80px;
    display: table;
    width: 100%;
    height: 65px;
}
/* wird im SnippedDesign brucht ? */
#ThemeHintImg {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.3em;
    letter-spacing: 0.16em;
    font-weight: 700;
}

/* Text and image (niid the img inheritance for image galeries ) */
.pew_image_left_text_right_initial, .pew_image_left_text_right_initial img {
    width: 100%;
    max-width: 300px;
    height: auto;
    float: left;
    margin: 0px 20px 20px 0px;
    border-radius: 12px;
}

.pew_image_right_text_left_initial, .pew_image_right_text_left_initial img {
    width: 100%;
    max-width: 300px;
    height: auto;
    float: right;
    margin: 0px 0px 20px 20px;
    border-radius: 12px;
}

p.initial::first-letter {
    font-size: 180%;
    /* font-weight: bold;  zu präsent */
    margin: 0px 0px 0px 0px;
}

/* 
    
    CMS Design Snippets for smaller screens

*/
@media screen and (max-width: 500px) {

    /* the sub item img is for the usage of image galeries on the image text float snippet */
    .pew_image_left_text_right_initial, .pew_image_left_text_right_initial img, .pew_image_right_text_left_initial, .pew_image_right_text_left_initial img {
        width: 100% !important; /* important is to overwrite galery snippet */
        max-width: 100% !important; /* important is to overwrite galery snippet */
        height: auto;
        float: none;
        margin: 0px 0px 0px 0px !important;
    }
}
