.select-container
	{
	overflow:scroll;
	max-height:650px;
	}
.close
	{
	position:absolute;
	right:20px;
	font-weight:800;
	border-radius:12px;
	background-color:#299ed6;
	color:white;
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align:center;
    cursor: pointer;
    padding-right:1px;
	}

.exportselector
	{
	width:300px;
	padding:0px;
	margin:0px;
	margin-bottom:1em;
	}

.custom-select {
  position: relative;
  font-family: DM Sans,sans-serif;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #f1f1f1;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #299ed6 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #299ed6 transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #299ed6;
  font-weight:400;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #f1f1f1;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

/*
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
*/
.inaktivezeile
	{
	color:#ccc!important;
	}

.aktivezeile
	{
	}

	
.innertable_wartungsvertraege
	{
	margin:0px;
	margin-top:0.5em;
	margin-bottom:0.5em;
	}
	
.ueberschrift_suche
	{
	color:#299ed6;
	font-weight:600;
	font-size:18px;
	}
.suchfenster
	{
	border: 1px solid #299ed6;
    border-top: 0px solid white;
    border-radius: 0px 0px 5px 5px;
	background-color:rgba(255,255,255,0.9);
    position: absolute;
	max-width: 100%!important;
    width: calc(100% - 8rem);
    margin-left: auto;
    margin-right: auto;
    left:4rem;
    padding:1em;
    transition: all 0.5s;
    overflow:auto;
    max-height:700px;
    z-index:999;
	}
.suchfenster_hidden
	{
	display:none;
	}
	
.suchfeld_hidden
	{
	display:none!important
	}

.suchfeld
	{
	padding:0.2em!important;
	margin-right:1em!important;
    padding-left: 0.5em!important;
	font-weight: 600;
    border-radius: 3px;    
	}

.mover
	{
	display:inline-block;
	float:right;
	overflow:hidden;
    position: absolute;
    right: 10px;
    margin-top: -2px;
	}
.moved	
	{
    right: 10px!important;
	}

/*
.loginbutton
	{
	background-color: #299ed6!important;
	border-radius:10px;
	}
.loginbutton2
	{
	background-color: #14a548!important;
	border-radius:10px;
	}
*/

.widget_tabs
	{
	background-color:rgb(241,241,241);
	border-radius: 10px;
	padding:0.5em;
	font-size:1.9rem;
	margin-bottom:1rem;
	padding-bottom: 0px;
	}

.widget_struktur
	{
	border-radius: 10px;
	padding:0.5em;
	font-size:1.9rem;
	background-color:rgb(241,241,241);
	margin-bottom:1rem;
	padding-bottom: 0px;
	border-radius:10px;
	}

.suchfeld
	{
    border-radius: 10px!important;
    padding: 10px!important;	
	}

/*
.widget_tabs
	{
	background-color:inherit!important;
	}
*/	

.button
	{
	  background-color: #14a548!important;	
	}

.loginbutton2, .loginbutton, .loginbutton3, button
	{
    padding: 18px!important;
    margin-bottom: 1.2em!important;
  display: inline-block;
  position: relative;
  background-image: linear-gradient( /* chrome */
    hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 50%,
    hsla(0, 0%, 0%, 0.3) 50%, hsla(0, 0%, 100%, 0.2)
  )!important;
	    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.2px;
    padding: 0.75em;
  color: white;
  text-shadow:
    0 0 15px hsla(0, 0%, 100%, 1), /* bloom */
    0 2px 4px hsla(0, 0%, 0%, 0.7)!important; /* drop shadow */
  border: none!important;
  border-radius: 25px!important;
  box-shadow:
    inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), /* top light */
    inset 0 5px 20px hsla(0, 0%, 100%, 0.4), /* bottom shadow */
    /* multiple light sources yall */
    -8px 8px 5px hsla(0, 0%, 0%, 0.15), /* drop shadow 1 */
    5px 18px 10px hsla(0, 0%, 0%, 0.2)!important; /* drop shadow 2 */
  cursor: pointer!important;
  transition: transform 0.1s, box-shadow 0.1s!important;
  text-decoration:none!important;
}

/* highlight */
.loginbutton2:before, .loginbutton:before, .loginbutton3:before, button:before, {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 5px;
  height: 30px;
  border-radius: 15px;
  background: linear-gradient(
    hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0) );
  text-decoration:none;    
}

.loginbutton3
	{
	margin-bottom:3px!important;
	}
.loginbutton2
	{
	  background-color: #14a548!important;	
	}
.loginbutton,.loginbutton3
	{
	  background-color: #299ed6!important;	
	}


.loginbutton2:hover
  {
  background-color:#18cd58!important;
}
.loginbutton2:active
  {
  background-color:#18cd58!important;
}




.loginbutton:hover,.loginbutton3:hover
  {
 background-color:#86c9e8!important;
}
.loginbutton:active
  {
 background-color:#86c9e8!important;
}


button:active,.loginbutton3:active,div.loginbutton
  {
  transform: scale(0.9)!important;
}







.brotkrumenlink
	{
	color:white!important;
	text-decoration:none;
	}
.icon
	{
	display:inline;
	height:40px;
	margin-bottom:-10px;
	margin-right:15px;
	}
.headericon
	{
	display:inline;
	margin-bottom:10px;
	}

.headerbild
	{
	float:right;
	margin-bottom:1em;
	}
.headerbildtitle
	{
	text-align: center;
    font-weight: 600;
    color: #299ed6;
	}
.merkmalszeile
	{
	margin-bottom:1rem;
	}
.option_anlage
	{
	font-weight:800!important;
	}
.listenzeile
	{
	display:block;
	width:100%;
	overflow:hidden;
	}
.listeneintrag_anlage, .listeneintrag_pfad, .listeneintrag_kunde
	{
	display:inline-block;
	float:left;
	}
.listeneintrag_wartungsplan_lang
	{
	display:inline-block;
	overflow:hidden;
	width:300px;
	}
.listeneintrag_wartungsplan
	{
	display:inline-block;
	overflow:hidden;
	width:190px;
	}
.icon_aendern
	{
	cursor:pointer;
	display: inline-block;
    margin-left: 10px;
    line-height:0;
    fill:#299ed6;
	}
/* ---- */
.bearbeitungsmodus_label_aktiv
	{
	font-weight: 800;
	}
#bearbeitungsmodus_aktion
	{
	display:inline;
	}	
.bearbeitungsmodus_label
	{
    display: inline-block;
    position: absolute;
    top: 25px;
    padding-left: 10px;
    color: #299ed6;
	}

.bearbeitungsmodus
	{
	padding-top:3px;
	display:inline-block;
	}
.onoffswitch {
    position: relative!important; 
    width: 90px!important;
    -webkit-user-select:none!important; 
    -moz-user-select:none!important; 
    -ms-user-select: none!important;
}
.onoffswitch-checkbox {
    display: none!important;
}
.onoffswitch-label {
    display: block!important; 
    overflow: hidden!important; 
    cursor: pointer!important;
    border: 2px solid #299ed6!important; 
    border-radius: 20px!important;
}
.onoffswitch-inner {
    display: block!important; 
    width: 200%!important;
    margin-left: -100%!important;
    transition: margin 0.3s ease-in 0s!important;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block!important; 
    float: left!important; 
    width: 50%!important; 
    height: 30px!important; 
    padding: 0!important; 
    line-height: 30px!important;
    font-size: 14px!important; 
    color: white!important; 
    font-weight: bold!important;
    box-sizing: border-box!important;
}
.onoffswitch-inner:before {
    content: "AN"!important;
    padding-left: 10px!important;
    background-color: #299ed6!important; 
    color: #FFFFFF!important;
}
.onoffswitch-inner:after {
    content: "AUS"!important;
    padding-right: 10px!important;
    background-color: #F1F1F1!important; 
    color: #299ed6!important;
    text-align: right!important;
}
.onoffswitch-switch {
    display: block!important; 
    width: 23px!important; 
    margin: 6px!important;
    background: #FFFFFF!important;
    position: absolute!important; 
    top: 0!important; 
    bottom: 0!important;
    right: 52px!important;
    border: 2px solid #299ed6!important; 
    border-radius: 20px!important;
    transition: all 0.3s ease-in 0s!important; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0!important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px!important; 
}

.adminselect
	{
	-webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border: 1px solid rgb(118,118,118);
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
    height:52px;
	}
.bearbeitung_footer
	{
	background-color:#299ed6;
	color:white;
	padding:0.5em;
	font-weight:600;
	margin-top:1em;
	}

.unsichtbar
	{
	background-color: white;
	padding:0px;
	}
.bearbeitung_footer_rahmen
	{
	display: flex;
	}
.bearbeitung_footer_adminitem
	{
	display:inline-block;
	float:left;
    margin-right: 3em;
	}
.bearbeitung_footer_item
	{
	justify-content: space-evenly;
	margin-left:auto;
	margin-right:auto;
	}
.merkmalsseite_merkmalszeile
	{
	display:block!important;
	width:100%!important;
	max-width:100%!important;
	overflow:hidden!important;
	margin-left:0px!important;
	margin-right:0px!important;
	}

.merkmalsseite_merkmalsspalte_links
	{
	display:inline-block;
	width:48%;
	float:left;
	}
.merkmalsseite_merkmalsspalte_rechts
	{
	display:inline-block;
	width:48%;
	float:right;
	}
.merkmalsselect
	{
-webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
	}
.noshow
	{
	display:none;
	}
.rotiert
	{
	transform: rotate(180deg);
	}
.gevetec_content
	{
	/*
	padding-left:0px!important;
	position:relative;
	*/
	}
.sidebox
	{
	width:300px!important;
	}
.kopfbild
	{
	border:0px solid red; 
	display:inline-block;
	float:right;
	overflow:hidden;
	width:300px;
	text-align:right;
	}
.intervall_hidden
	{
	display:none!important;
	}
/*	
@media screen and (max-width:1050px)
*/
@media screen and (max-width:1980px) and (min-width:1570px)
	{
	th,td
		{
		font-size:16px!important;
		}
	}
@media screen and (max-width:1569px) and (min-width:1500px)
	{
	th,td
		{
		font-size:14px!important;
		}
	}
@media screen and (max-width:1499px) and (min-width:1370px)
	{
	th,td
		{
		font-size:14px!important;
		}
	}
@media screen and (max-width:1369px) and (min-width:1281px)
	{
	th,td
		{
		font-size:10px!important;
		}
	}

@media screen and (max-width:1980px) and (min-width:999px)
	{
	.dataTables_filter
		{
		margin-right:0.2em;
		}
	#dokumentlesen
		{
	    display: block!important;
	   	overflow: hidden!important;
    	margin-bottom: 1em!important;		
		}
	#ticketausgabe, #anlagenlistentabelle_
		{
	    overflow: hidden;
    	width: 100%;		
		}
	#anlagenlistentabelle_
		{
		margin-top:6em;
		}
	}

@media screen and (min-width:999px)
	{
	.ticketselect,.anlagenselect
		{
	    max-width: inherit!important;
		margin-left: 1%!important;
	    width: 32%!important;		
		float: left!important;			    
		display:inline-block!important;		
		}
	.dataTables_filter
		{
		margin-right:0.2em;
		}
	#dokumentlesen
		{
	    display: block!important;
	   	overflow: hidden!important;
    	margin-bottom: 1em!important;		
		}
	#ticketausgabe, #anlagenlistentabelle_
		{
	    overflow: hidden;
    	width: 100%;		
		}
	#anlagenlistentabelle_
		{
		margin-top:6em;
		}		
	}
@media screen and (max-width:1281px)
	{
	.post-inner
		{
		margin-top:0px!important;;
		}
	.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide)
		{
		width: calc(100% - 4rem)!important;
		}
	.section-inner 
		{
		width: calc(100% - 4rem)!important;
		}

	}