:root {
	--main-height-max: 100%;
	
	--ui-color-beige: #D3C6B7;
	--ui-color-beige-dark: #BCAFA0;
	
	--ui-color-blue-light: #ABB8C3;
	--ui-color-blue-middle: #8EA7B7;
	--ui-color-blue: #6D7E9F;
	
	--ui-color-blue-dark: #547284;
	
	--ui-color-red: #c6004f;
	
	--ui-color-green: #a5b797;	
	
	--ui-btn-radius: 2px;
	
}

::selection {
    background: var(--ui-color-blue-middle);
    color: #fff;
}

body,html{  margin:0;padding:0; background-color:#FFFFFF; max-width: 100%; max-height:var(--main-height-max); height:var(--main-height-max); overflow-x:hidden;


	
	/*overflow-x:hidden; 
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
*/
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-smooth: auto;
	background: url("../LAYOUTS/IMG/KOOENA_BG_I.png") no-repeat fixed center;
	background-size: 160% auto;
    background-position: center top;
}

::placeholder {
  color: #CCCCCC;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #CCCCCC;
}




#logo-flat {
    position: fixed;
    top: 0!important;
    left: calc(50% - 100px);
   
    display: block;
    width: 200px;
    height: 280px;
    background: #fff;
}


#MAIN { width:450px; position:absolute; top:0; right:calc(50% - 225px) ; border-right:1px dashed #000000;border-left: 1px dashed #000000;background: #FFFFFF; overflow-y: auto; overflow-x: hidden;}

.MAIN_MAX {height: var(--main-height-max); border-bottom: 1px dashed #000000;}

#HEADER { z-index:0!important; width:450px;position: fixed;/*border-bottom: 1px dashed #000000;*/ }

#FOOTER {
   
    width: 450px;
    position: fixed;
    top: 260px;
    /* left: 0;*/
    font-family: FONT_C;
    font-size: 14px;
    padding-top: 20px;
    /* position: relative; */
    text-align: center;
    /* top: var(--main-height-max); */
    letter-spacing: 1;
	
}

#TERMIN_PAD {width:450px; height:var(--main-height-max); position:fixed;background:#FFFFFF;color:#000000;display:none;z-index:1000;overflow-y: auto;top:0; }
#INFO_PAD {width:450px; height:var(--main-height-max); position:fixed;background:#FFFFFF;color:#000000;display:none;z-index:1000;overflow-y: auto;top:0;}
#SERVICES_PAD{ position:absolute; left:0; top:350px; width: 100%; z-index:1;background:#FFFFFF;height: fit-content;}
/* #CLIENT_PAD {position:absolute; left:0; top:350px; width: 100%; z-index:2;background: #FFFFFF; padding-bottom: 50px;} */

@media screen and (max-width: 500px){
	
	/*#MAIN { width:450px; position:absolute; top:0; left:0; right:0; border-right:unset; border-left:unset;}*/
	
	#MAIN { height:100%; width:100%; position:unset; top:0; left:0; right:0; border-right:unset; border-left:unset; overflow-x:hidden;}
	
	body,html{  margin:0;padding:0; background-color:#FFFFFF; max-width: 100%; max-height:100%; height:100%; overflow-x:hidden; }
	
	#HEADER {width:100%!important; top:0;position:relative;height:auto; /*position:absolute;*/}
	#TERMIN_PAD {width:100%!important;  }
	#INFO_PAD {width:100%!important; }
	
	#FOOTER {
		
		position: fixed;
		top:unset;
		bottom: 0;
		padding-bottom: 5px;
		padding-top: 5px;
		z-index: 999!important;
		width:100%;
		background: #FFFFFF;
	}
	
	#SERVICES_PAD {
		
		position: absolute;
		left: 0;
		top: 230px;
		width: 100%;
		z-index: 2;
		background: #FFFFFF;
		padding-bottom: 0;
	}
	
	/* #CLIENT_PAD {
		
		position: absolute;
		left: 0;
		top: 230px;
		width: 100%;
		z-index: 2;
		background: #FFFFFF;
		padding-bottom: 0;
	} */
	
	#logo-flat {
    
		top: 0!important;
		left: calc(50% - 75px);
		display: block;
		width: 150px;
		height: auto;
		background: #fff;
		position: relative;
	}
}

.FORM_INPUT {	
	
	white-space: nowrap;
    font-family: FONT_IV;
    overflow: hidden;
    outline: 0px solid transparent;
	border:none;
	color: #000000;
    font-size: 15px;
    letter-spacing: 1px;
    width: 100%;
    height: 25px;
    line-height: 25px;
	background:#FFFFFF;
	
}


.textarea{
    width: 100%;
    min-height: 200px;
    white-space: nowrap;
    font-family: FONT_IV;
    overflow: hidden;
    outline: 0px solid transparent;
    border: none;
    color: #000000;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    background: #FFFFFF;
	resize: none;
}



.sonderpreis {
    background: #c6004f;
    color: #FFFFFF;
    padding: 0 7px 0px 5px;
    width: fit-content;
    border-radius: 6px;
}








#CC { position: absolute; left: 0;  padding: 50px 50px 0px 50px; top: 70; width: calc(100% - 100px); font-family:FONT_IV; font-size:15px; word-break: break-all; overflow-x: hidden;}
#CCC { position: absolute; left: 0;  width: 100%;}


.PAD { position: absolute; min-height:var(--main-height-max); border-left: 1px dashed #000000; background:#FFFFFF;overflow-y:auto;  /*overflow:hidden; */right:0; z-index:0; }
.mouse { cursor:pointer!important;}
#lab { position: absolute; left:0; padding:20; font-family:FONT_I; font-size:14px; font-weight:bold; height: calc(100% - 40px); letter-spacing: 1px; text-transform: uppercase; line-height: .8; }


#LAB_B { position: absolute; left:0; top:30; padding-left:50; font-family:FONT_IV; opacity:0; font-size:36px; /* width: calc(100% - 50px);*/ width:fit-conent;}
#DESCR_LAB { position: absolute; left:0; top:70; padding-left:50; font-family:FONT_IV;  font-size:18px;  /* width: calc(100% - 50px);*/ width:fit-conent;}	
	


/*
#CC::-webkit-scrollbar {
  display: none;
}

#CC {
  -ms-overflow-style: none;
  scrollbar-width: none; 
}
*/
/* hide scrollbar but allow scrolling */

/*
#MAIN {
    -ms-overflow-style: none;
    scrollbar-width: thin; 
    overflow-y: auto; 	
	-ms-autohiding-scrollbar:true;
}

#MAIN::-webkit-scrollbar {
    display: none; 
	width:5px;
	background:#e6e6e6;
	z-index:1000000;
}
#MAIN::-webkit-scrollbar-thumb{
	background:#b6b6b6;
}

*/

* {
  /*overflow-y: auto;*/
  scrollbar-color: #b6b6b6 #e6e6e6;
  scrollbar-width: thin;
}

::-webkit-scrollbar {  
	width:5px;
	background:#e6e6e6;
}

::-webkit-scrollbar-thumb{
	background:#b6b6b6;
}	



.clickable { cursor:pointer; }
.vtxt { writing-mode: vertical-rl; text-orientation: mixed; }

.ui-button {
    padding: 0.6em 0.5em 0.5em 0.5em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
	border:1px dashed #000000;
	font-family: 'FONT_II';
    font-size: 14px;
	letter-spacing: 1;
	text-transform:uppercase;
	float: left;
    margin: 5px 5px 0px 0px;
	border-radius: var(--ui-btn-radius);
}


.ui-button2 {
    padding: 0.6em 1em 0.6em 1em;
    display: inline-block;
    position: relative;
   /*  line-height: 13px; */
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    /*border: 1px solid #c6c6c6;*/
    font-family: 'FONT_III';
    font-size: 11px;
    letter-spacing: 1.3;
    text-transform: uppercase;
    float: left;
    /*margin: 8px 8px 0px 0px;*/
	width: fit-content;
	border-radius: var(--ui-btn-radius);
}


.ui-button2:hover {
    /*
    background: #66b52630;
    color: #ffffff;
	*/
}

.ui-button3 {
    padding: 0.6em 1em 0.6em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    border: 1px solid #000000;
	color: #000000;
	background:#FFFFFF;
    font-family: 'FONT_III';
    font-size: 11px;
    letter-spacing: 1.3;
    text-transform: uppercase;
    float: left;
    margin: 0;
	width: fit-content;
	border-radius: var(--ui-btn-radius);
}

@media screen and (max-width: 500px){
	.ui-button2 {
    padding: 0.8em 1em 0.6em 1em!important;
	}
	.ui-button3 {
    padding: 0.8em 1em 0.6em 1em!important;
	}
	
}


.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-state-active,  a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    
    background: #8EA7B7;
    color: #ffffff;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    /* padding: 1em 1.4em; */
    background: none;
    padding: 70px 0px 0px 0px;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    /*padding: 0.2em 0.2em 0;*/
	padding:0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
    /* border-bottom: 5px solid; */
    border: 1px dashed #000000;
    border-bottom: none!important;
	font-family: 'FONT_II';
    font-size: 12px;
    letter-spacing: 1;
    text-transform: uppercase;
	padding-bottom: 18px;
}
.ui-widget-header {
    border-bottom: 1px dashed #000000!important;
    background: #ffffff;
    color: #000000;
    /* font-weight: bold; */
    position: absolute;
    top: 0;
    width: calc(100% - 2px);
    /* width: 1; */
    display: block;
}
.ui-widget.ui-widget-content {
    /*border-bottom: 1px dashed #000000;*/
}


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff!important;
    text-decoration: none;
	
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #000000;
    text-decoration: none;
	
}
.ui-tabs {
    position: relative;
    padding: 0;
}
/*#tabs{ visibility:hidden; }*/


.ui-state-active-checkbox {
    
    background: #8EA7B7;
    color: #ffffff!important;
}

.ui-checkboxradio-checked { color:#FFFFFF!important; background:#a5b797!important; }
.fieldset { border:1px dashed #000000; margin: 0; margin-bottom: 15px;}
.fieldset2 { border:1px dotted #000000; margin: 0; margin-bottom: 15px;font-size: 17px;    background: #FFFFFF;}
.legend { font-family: 'FONT_II'; font-size: 12px; letter-spacing: 1; text-transform:uppercase;  }
.input_flex { width: 100%; font-family: FONT_III; font-size:13px; letter-spacing: 1; border: none; border-bottom: 1px dashed #CCCCCC; margin-top: 10px;outline: 0px solid transparent;}
.lab_flex { width: 100%; font-family: FONT_III; font-size:10px; letter-spacing: 1; text-transform:uppercase;}
.del_btn{
	width: 50px;
    background: #c6004f;
    color: #FFFFFF; 
    text-align: center;
    font-family: FONT_I;
    padding: 1px;
	border: none!important;
	
}
.serviceIsOn{ color:#FFFFFF; background:#000000; }
.serviceIsOff{ color:#000000; background:#FFFFFF; }
.lab_v_off{ display:none!important; }

.btn_near {
    position: absolute;
    margin: unset;
    margin-left: 10px;
    right: 0;
    margin-right: 10px;
}

#chk_boxes{ position:absolute; top:230px; padding:50px; }

[contentEditable="true"].single-line {
    white-space: nowrap;
    width:200px;
	font-size: 15px;
    font-family: FONT_IV;
    overflow: hidden;
	outline: 0px solid transparent;
} 
[contentEditable="true"].single-line br {
    display:none;

}
[contentEditable="true"].single-line * {
    display:inline;
    white-space:nowrap;
}
[contentEditable="true"].multi_line  {
   word-break: keep-all;
   font-size: 15px;
   font-family: FONT_IV;
   outline: 0px solid transparent;
   max-height: 300px;
   overflow: hidden;
   overflow-y: auto;
}
select{ 
	font-size: 17px;
    font-family: 'FONT_C';
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 5px;
	max-width: 200px;
}

.bline {
    border-bottom: 1px solid #CCCCCC!important;
    height: 40px!important;
}
.alink {
    color: var(--ui-color-red);
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0.5;
    font-size: 13px;
    font-family: 'FONT_C'!important;
    font-weight: bold;
}

.inline_flex{
		display: inline-flex; align-items: baseline; 
}
label{
	font-size:15px;
	margin-right:10px;
}
@media screen and (max-width: 350px){

	label{
		font-size:13px;
		margin-right:8px;
	}
	
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}	

.one {
    position: relative;
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 20px;
	margin-top:20px;
}
.para{

    position: relative;
    font-family: FONT_C;
    font-size: 26px;
    color: var(--ui-color-blue-dark)!important;
	margin-bottom:30px;
    
}

input[type="radio"]{
	
	padding-left: 0;
    margin-left: 0;
	
}

input[type="checkbox"] {
    padding-left: 0;
    margin-left: 0;
}

.trenner{
	margin-top:10px;margin-bottom:10px;height:30px;  /*border-bottom: 1px dashed #cbcbcb;*/
}
.off_btn {
    margin: unset;
    background: var(--ui-color-beige-dark);
    border: unset;
    color: #FFFFFF;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 16px;
}
  
/*
:root{
  scrollbar-color: #B8BDC4 #6F7E8E;
  scrollbar-track-color: yellow;
  scrollbar-width: thin; 
  }
 ::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}

::-webkit-scrollbar-track-piece {
  background-color: #FFFFFF;
}

::-webkit-scrollbar-thumb:vertical {
  height: 0px;
  background-color: #CCCCCC;
}
*/
