:root .theme_alert{
	--color__red--100: #ff8da3;
	--color__red--200: #fe718e;
	--color__red--300: #fd566c;
	--color__red--400: #fc273f;
	--color__red--500: #d31b3d;
	--color__red--600: #aa1834;
	--color__red--800: #641432;
	--color__blue--100: #acc2dd;
	--color__blue--500: #42638c;
	--color__blue--600: #2e4869;
	--color__blue--700: #172f48;
	--color__blue--800: #031f30;
	--color__blue--900: #011523;
	--color__purple--100-10:#F7F6FF;
	--color__purple--100: #c2b4fc;
	--color__purple--200: #AE97FD;
	--color__purple--300: #9977FE;
	--color__purple--400: #8d5fff;
	--color__purple--500: #6C47CF;
	--color__purple--600: #55419e;
	--color__purple--800: #26224c;
	--color__white: #fff;
	--color__grey--100: #f7f7f7;
	--color__grey--200: #eeeeee;
	--color__grey--300: #e5e5e4;
	--color__grey--400: #d7d8d6;
	--color__grey--500: #babcbc;
	--color__grey--600: #9c9ea0;
	--color__grey--700: #717376;
	--color__grey--800: #53565a;
	--color__grey--900: #404346;
	--spacing__8: 0.5rem;
    --spacing__12: 0.75rem;
    --spacing__15: 0.938rem;
    --spacing__15--double: 1.876rem;
    --spacing__15--negative: -0.938rem;
    --spacing__18: 1.125rem;
    --spacing__24: 1.5rem;
    --spacing__32: 2rem;
    --spacing__36: 2.25rem;
    --spacing__48: 3rem;
    --spacing__60: 3.75rem;
    --spacing__72: 4.5rem;
    --spacing__87: 5.438rem;
    --spacing__96: 6rem;
    --spacing__120: 7.5rem;
	--font__bold: "secpro__bold", Tahoma, Verdana, sans-serif;
    --font__regular: "secpro__regular", Tahoma, Verdana, sans-serif;
}

header {
	background-color: var(--color__blue--800);
	color: white;
	/*height: 150px;*/
	display:block;
	box-sizing: border-box;
	border-radius: 5px;
	position:fixed;
	width:100%;
	z-index: 1000 !important;
}

.header_box {
	/*background-image: url("../images/header_securitas.png");*/
	background-repeat: repeat-x;
	margin: 3px;
	max-width: 99% !important;
}

body {
	/*background-color: white;*/
	background-color: var(--color__grey--500);
	font-family: verdana;
	font-size: 13px;
	margin: 3px;
}
.uppy-DashboardContent-bar{
	z-index: 0;
}

footer 
{
/*	background-color: #031f30;
	color: white;
	height: 105px;
	display:block;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px;
*/
	position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: var(--color__blue--800);
    color: var(--color__white);
    text-align: center;
    padding: 5px;
	z-index: 1000;
}
a.foot_links:link, a.foot_links:visited
{
	color: white;
}
.font_symbol{
	font-family:DejaVuSansCondensed;
	font-size:25px;
	position: relative;
    top: 4px
}

p.inboxed {
	border: 1px solid black;
	padding-left: 5px;
}

.container {
display: inline-block;
width:100%;
}

.logo { margin:11px 11px}

#clearButton {
  cursor: pointer;
  color: rgba(0,0,0,0.4); /* leicht transparent */
}

#clearButton:hover {
  color: rgba(0,0,0,0.7); /* dunkler beim Hover */
}
.ui.button.tooltip {
  pointer-events: auto !important;
  opacity: 1 !important;
  background-color: rgba(130, 141, 149, 0.45) !important;
}

@keyframes flashBlink  {
 0%, 100%   { background-color: transparent; }
  50%        { background-color: #ebbe06; }
}

.flash-row {
  animation: flashBlink 1s ease-in-out;
  animation-iteration-count: 3;
}

.ui.cart_btn {
	background-color: #031f30;
    color: white;
}

.tag { 
	position: absolute;
	right: 15px;
	top: 51px;
}

.tagfoot { 
	#position: absolute;
	#right: 15px;
	#top: 38px;
	display:block;
	float:right;
}
.datenschutz {
	display:block;
	float:left;
	font-size: smaller;
}

.ui.checkbox.read-only {
	/*background-color: #d4d4d5 !important;*/
	filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%);
}

fieldset.form_box_small {
	width: 311px;
}

thead.sticky-top tr:nth-child(1) th {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 20; /* höchste Priorität */
}

/* Zweite Zeile sticky direkt darunter */
thead.sticky-top tr:nth-child(2) th {
  position: sticky;
  top: 38px; /* exakte Höhe der ersten Zeile, ggf. anpassen! */
  background-color: #ffffff;
  z-index: 10; /* etwas niedrigere Priorität */
}

.form_box fieldset {
	padding: 1em;
    font-size: 12px;
    font-family: Verdana,sans-serif;
    border: 1px solid #000000;
	display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
	margin-bottom:10px;
}

.blinkbox {
	background: yellow;
}

.form_box legend {
    padding: 0.2em 0.5em;
    border: 1px solid #000000;
    color: #000000;
    font-size: 90%;
    text-align: left;
}
.form_box label {
    float: left;
    width: 125px;
    margin-right: 5px;
    padding-top: 8px;
    text-align: left;
    font-weight: bold;
    color: #000000;
	
}

.portalnav{
	background-color: #031f30 !important;
}
.nav_dropdown .menu {
  z-index: 1000 !important;
  position: absolute !important;
  
}
.item.nav_button {
	background: var(--color__blue--700) !important;
}

.legenddis{
	color: rgb(170, 170, 170) !important;
}
.radio_label {
	width: 240px !important;
}

.form_mod input[disabled], 
.form_mod input[readonly] {
	cursor: not-allowed;
}

.form_box input[disabled], 
.form_box input[readonly] {
    color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
    font-family: Arial,Helvetica;
    font-size: 12px;
    border: 1px solid rgba(118, 118, 118, 0.3);
    padding: 4px;
    background-color:  -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    line-height: 18px;
    vertical-align: middle;
	cursor: not-allowed;
}

.form_box input {
    color: #000000;
    font-family: Arial,Helvetica;
    font-size: 12px;
    border: 1px solid #000000;
    padding: 4px;
    background-color: #F0F4FF;
    line-height: 18px;
    vertical-align: middle;
	cursor: default;
	
}
.form_box textarea[read-only] {
	cursor: not-allowed;
}
.form_box textarea {
    color: #000000;
    font-family: Arial,Helvetica;
    font-size: 12px;
    border: 1px solid #000000;
    padding: 4px;
    background-color: #F0F4FF;
    width: 171px;
    height: 38px;
	margin-bottom: 3px;
}

.form_box fieldset {
	padding: 1em;
    font-size: 12px;
    font-family: Verdana,sans-serif;
    border: 1px solid #000000;
	display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
	margin-bottom:10px;
}
.blinkbox {
	background: yellow;
}
.preisboxdis {
	background-color: #FFFFFF;
	border:#00000000 !important;
}
.preisboxenabled {
    background-color: #F0F4FF;
}

.preis_box legend {
    padding: 0.2em 0.5em;
    border: 1px solid #000000;
    color: #000000;
    font-size: 90%;
    text-align: left;
}
.preis_box label {
    /*float: left;
    width: 200px;*/
    margin-right: 5px;
    padding-top: 8px;
    text-align: left;
    font-weight: bold;
    color: #000000;
	
}
.preis_box {
    color: #000000;
    font-family: Arial,Helvetica;
    font-size: 12px;
    border: 1px solid #000000;
    padding: 4px;
    line-height: 18px;
    vertical-align: middle;
	
}
.preis_box_value {
	width: 65px;
	border: 1px solid #000000;
    padding: 4px;
    line-height: 15px;
    vertical-align: middle;
	text-align:right;
}

.preis_box textarea {
    color: #000000;
    font-family: Arial,Helvetica;
    font-size: 12px;
    border: 1px solid #000000;
    padding: 4px;
    background-color: #F0F4FF;
    width: 171px;
    height: 38px;
	margin-bottom: 3px;
}

tr.table_week{
	text-align:center;
}

table.help_table {
	border-collapse: collapse;
}

table.help_table th,table.help_table td {
	border: 1px solid black;
	padding:4px;
}

.subanzahl_box {
	width: 40px;
}

.dropdown-proto  {
	width: 290px;
	margin-bottom: 10px;
}
.dropdown-weg {
	width: 290px;
	margin-bottom: 10px;

}
.dropdown-kunde {
	width: 290px;
	margin-bottom: 10px;

}

.lowbutton {
	height: 21px;
    padding-bottom: 0px !important; 
    padding-top: 0px !important;
}

.button_menue {
	background-color: #fff;
	border: 2px solid grey;
	display: inline-block;
    position: relative;
    max-width: 200px;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #000;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 12px;
    box-sizing: border-box;
}
.button_menue_select {
	background-color: #55419E;
	border: 2px solid grey;
	display: inline-block;
    position: relative;
    max-width: 200px;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 12px;
    box-sizing: border-box;
}
.button_menue:disabled {
	background-color: #c1c1c1;
	border: 2px solid #c4c4c4;
	color: #707070;
	cursor: not-allowed;
}


.button_register {
	background-color: #fff;
	border: 2px solid grey;
	display: inline-block;
    position: relative;
    max-width: 200px;
    padding: 10px 10px;
    margin-bottom: 0;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #000;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 25px;
    box-sizing: border-box;
}
.button_login {
	background-color: #55419E;
	border: 2px solid grey;
	display: inline-block;
    position: relative;
    max-width: 200px;
    padding: 10px 10px;
    margin-bottom: 0;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: white !important;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 25px;
    box-sizing: border-box;
}
.buttonround {
	background-color: #C2B4FC;
	border: 2px solid grey;
    display: inline-block;
    padding: 3px 7px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
	border-radius: 25px;
}
.buttonround:disabled {
	background-color: #c1c1c1;
	border: 2px solid #c4c4c4;
	color: #707070;
	cursor: not-allowed;
}
.reload {
  font-family: Lucida Sans Unicode;
  
}

.buttonroundinaktive {
	background-color: grey;
	border: 2px solid grey;
    display: inline-block;
    padding: 3px 7px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
	border-radius: 25px;
	cursor: not-allowed;
}

div.filter_button {
	background-color:#cdcdcd;
	display: inline-block;
	padding:2px;
	padding-right:9px;
	padding-bottom:4px;
	border-radius:6px;
	margin-bottom:2px;
}

.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}

#confirmBox
{
    display: none;
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: 300px;
    left: 350px;
    margin-left: -150px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
	top: 55%;
	z-index: 2;
}
#confirmBox button {
    background-color: #ccc;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 2px;
    text-align: center;
    width: 80px;
    cursor: pointer;
}
#confirmBox button:hover
{
    background-color: #ddd;
}
#confirmBox .message
{
    text-align: left;
    margin-bottom: 8px;
	font-weight:bold;
}

div .box { 
	background:#FFFFFF;
	padding-bottom:10px;
	margin-top: 10px;
	border: 2px solid grey;
	border-radius: 5px;
	z-index: 5;
	}
	

header .container {
	position: relative;
}
footer .container {
	position: relative;
}

div .box-left {margin-right: 10px;}

.box-3 {
	width:190px;
	float:left;
	position: relative;
	border: 1px solid black;
	margin-bottom:3px;
	}

.input_left input{
	width:20;
	margin-bottom: 10px;
	margin-top: 8px;
	margin-left: 0px;
}
.input_right input{
	width: 171px;
    margin-bottom: 4px;

}

div.meldetabelle { 
      display: table; 
      border-collapse:collapse; 
    }
    div.meldezeile { 
      display:table-row; 
    }
    div.meldezelle { 
      display:table-cell; 
      border:thin solid grey; 
      padding:5px; 
    }
div.meldezelle input {
	line-height:13px;

}

div.info a:link, a:visited {
	color:black;
	font-weight: bold;
}
.helpbox {
	position: absolute;
	background: rgba(212, 212, 212, 0.95);
	z-index: 5000;
	border: 5px solid #55419E;
	border-radius: 5px;

}
.checklistbox {
	position: absolute;
	background: rgba(212, 212, 212, 0.95);
	z-index: 5000;
	border: 5px solid #55419E;
	border-radius: 5px;

}
input.knopf ,button.knopf{
	color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
	width: 135px;
}

.tabelle_cart {
	border: 0px solid black;
	width:100%;
}

.m-signature-pad--body canvas {
            position: relative;
            left: 0;
            top: 0;
            width: 100%;
            height: 250px;
            border: 1px solid #CCCCCC;
        }    
.signature-img{
	border: 4px solid #000000;
}

.order_navigation{
	/*float: left;*/
}

/*Auftragsfreigabe*/
.freigabe_auftragsinfo_input{
	margin:5px;
}
.datenfelder_label{
	width:125px;
	font-weight:bold;
	text-align:left;
}
.datenfelder{
	border:solid 1px grey;
	background-color:#e8ecee;
	width:200px;	
}

.ui.readonly.input-like {
            padding: 0.67857143em 1em;
            border: 1px solid #d4d4d5;
            border-radius: 0.28571429rem;
            background-color: #f9f9f9;
            color: rgba(0, 0, 0, 0.87);
            cursor: not-allowed;
			line-height: 1.21428571em;
        }
.suggestions {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-top: none;
	max-height: 150px;
	overflow-y: auto;
	width: 100%;
	background-color: white;
	z-index: 1000;
}
.suggestion-item {
	padding: 8px;
	cursor: pointer;
}
.suggestion-item:hover {
	background-color: #f1f1f1;
}

th.rotate {
			height: 150px; /* Höhe anpassen, um genügend Platz für den gedrehten Text zu bieten */
			width: 20px;
			vertical-align: bottom !important;
}
th.rotate div {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

@media (max-width: 769px) {
body {
	/*width:490px;*/

}
.nav-label {
    display: none !important;
  }
.nav_button {
	width: 80px;
}

main {
	padding-top: 337px;
}
 .container {
	/*max-width: 349px; */
	min-width: 338px;
    padding-left: 5px;
    padding-right: 5px;
	padding-top: 5px;
	}

	.preisecontainer {
	max-width: 349px; 
    min-width: 450px;
    padding-left: 5px;
    padding-right: 5px;
	padding-top: 5px;
 }
header {
	/*max-width: 368px;*/
	min-width: 368px;
}
footer {
	/*max-width: 368px;*/
	min-width: 368px;
	display:none;
}

.box-sbs {
	width:95%;
	float:left;
	position: relative;
	}
.box_big {
	width:95%;
	max-width: 465px; 
	min-width: 465px;
}
.helpbox {
	width:380px;
	left: 0px;
	margin-left: 15px;
}

fieldset.form_box_large {
	width: 311px;
}
.meldeinput {
	width:92px;
}
.videoinput {
	width:80px;
}
#ap_copy{
	margin-bottom:20px;
}
footer .contact {
	width:265px;
	font-size:12px;
	float:left;
	display:block;
}

footer .tag {
	display:none;
}
.tagfoot { 
	display:none;
}


}

@media (min-width: 770px) {/*bevor die Breite zu small für nav labels wird*/
body {
	/*width:1000px;*/
	width:95%;
}
.nav_button {
	width: 180px;
}
main {
	padding-top:138px;
	padding-bottom: 34px;
}
 .container  { 
	max-width: 766px; 
	min-width: 338px;
    padding-left: 5px;
    padding-right: 5px;
	padding-top: 5px;
	}
.preisecontainer {
	max-width: 435px; 
	min-width: 407px;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 5px;
	float: left;
	margin-top: 25px !important;
	min-height: 570px;
 }
 .pdf_create_container {
	max-width: 700px;
	min-width: 700px;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 5px;
	float: left;
	margin-top: 25px !important;
 }
.kostencontainer{
	max-width: 291px; 
	min-width: 280px;
	min-height:100px;
	width:100%;
    padding-left: 5px;
    padding-right: 5px;
	padding-top: 5px;
	float: right;
	position: relative;
	top:0px;
	margin-top: 25px !important;
	margin-left: 5px;
}
.tabelle_cart_anzahl {
	width: 24px;
}

.tabelle_cart_anzahl:disabled {
	background-color: #e6e6e6;
	color: #7e1c1c;
	cursor: not-allowed;
}

 header { 
	/*max-width: 775px;*/
	min-width: 550px;
	}
 footer { 
	/*max-width: 775px;*/
	min-width: 550px;
	}

.box-sbs {
	width:49%;
	float:left;
	position: relative;
	}
.box-big {
	width:99%;
	max-width: 800px; 
	min-width: 734px;
}
.helpbox {
	width:650px;
	left: 0px;
	margin-left: 50px;
}
.checklistbox {
	width:772px;
	left: 0px;
	margin-left: 50px;
}
div .leistungzeile {
	width:99%;
	height:30px;
	}
div .preise {
	//width:100%;
	
	}
fieldset .preise {
	width: 93%;
}

.tabelleleistung {
	width: 390px;
}
	
fieldset.form_box_large {
	width: 654px;
}
.meldeinput {
	width:226px;
}
.videoinput {
	width:121px;
}
footer .contact {
	width:265px;
	font-size:12px;
	float:left;
}



}

@media (min-width: 1100px) {
.item.nav_button {
	width: 140px;
}
.dropdown.item.nav_button {
	width: 230px;
}

.helpbox {
	width:500px;
	left: 740px;
	margin-left: 30px;
	margin-right: 30px;
}
main {
	padding-top:138px;
	padding-bottom: 34px;
}
body {
	/*width:1100px;*/
	width:1300px;
}
 .container  { 
	/*max-width: 1000px; */
	max-width: 1200px;
	min-width: 800px;
    padding-left: 5px;
    padding-right: 5px;
	padding-top: 5px;
	}
.preisecontainer {
	max-width: 540px; 
	min-width: 500px;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 5px;
	float: left;
	margin-top: 25px !important;
	min-height: 570px;
 }
 .pdf_create_container {
	max-width: 700px;
	min-width: 700px;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 5px;
	float: left;
	margin-top: 25px !important;
	
 }
.kostencontainer{
	max-width: 390px; 
	min-width: 390px;
	min-height:100px;
	width:100%;
    padding-left: 5px;
    padding-right: 5px;
	padding-top: 5px;
	float: right;
	position: relative;
	top:0px;
	margin-top: 25px !important;
	margin-left: 5px;
}
.kostencontainer_leistungtext{
	width: 206px;
}
.tabelle_cart_anzahl {
	width: 24px;
}

.tabelle_cart_anzahl:disabled {
	background-color: #e6e6e6;
	color: #7e1c1c;
	cursor: not-allowed;
}

 header { 
	/*max-width: 1000px;*/
	/*max-width: 95%;*/
	min-width: 800px;
	}
 footer { 
	/*max-width: 1000px;*/
	/*max-width: 95%;*/
	min-width: 800px;
	}

.box-sbs {
	width:49%;
	float:left;
	position: relative;
	}
.box-big {
	width:99%;
	max-width: 800px; 
	min-width: 734px;
}
.helpbox {
	width:650px;
	left: 0px;
	margin-left: 50px;
}
.checklistbox {
	width:772px;
	left: 0px;
	margin-left: 50px;
}
div .leistungzeile {
	width:99%;
	height:30px;
	}
div .preise {
	//width:100%;
	
	}
fieldset .preise {
	width: 93%;
}

.tabelleleistung {
	width: 480px;
}
	
fieldset.form_box_large {
	width: 654px;
}
.meldeinput {
	width:226px;
}
.videoinput {
	width:121px;
}
footer .contact {
	width:265px;
	font-size:12px;
	float:left;
}


}

