﻿*, *:before, *:after {
    border-width: 0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
} 
html, body {
    height: 100%; margin:0;
   	background: white;	
	font-size:16px;
    font-family: Arial, Helvetica, Sans-Serif;

}

#wrapper {
    position: relative;
    min-height: 100%;
    padding-bottom:150px;
}

/* Menu */
.nav{ border-bottom: 1px #858282 solid; padding: 7px 0 0 0;	height: 45px; background-color:#ffcc00;color:black;position: fixed;z-index: 501;width: 100%;}
.nav-logo{	position:absolute }
.nav-logo img{ width:35px }
.nav-ico { display:inline-block;position:absolute;right:15px;cursor:pointer;z-index:15; }
.nav-ico .item {
  width: 20px;
  height: 3px;
  background-color: #333;
  margin:4px 0;
  transition: 0.4s;
}
.nav-ico.open div:nth-child(1) { transform: translate(0, 7px) rotate(-45deg); }
.nav-ico.open div:nth-child(2) { opacity: 0; }
.nav-ico.open div:nth-child(3) { transform: translate(0, -7px) rotate(45deg); }
.nav-content{ position:absolute;z-index:10;margin-top:38px;background:#ececec;width:calc(100% - 100px);left:0px;display:none;z-index:500 }
.nav-content.open{ display:block }
.nav-content a,.nav-drop-btn {
  float:none;
  text-align: left;
  display: block;
  text-decoration: none;
  letter-spacing: 1px; 
  color:black;
  border-bottom: 1px silver solid;
}
.nav-drop-btn {	width: 100% }
.nav-content a:hover,.nav-drop-btn:hover {
	text-decoration: underline; 
	text-underline-offset: 0.2em;
	text-decoration-thickness:2px; 
}
.nav-drop-content {
  display: none;
  position: relative;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top:0px
}
.nav-drop-content a {
  float: none;
  color:#4E4E5B;
  text-decoration: none;
  display: block;
  text-align: left;
  
}
.nav-content a,.nav-drop-btn,.nav-drop-content a  {
  font-size:16px;
  padding: 12px 16px;
}
.nav-drop-btn a{
	padding:0px;
	border-bottom:none
}

.nav-drop-btn .nav-arrow{
    position: absolute;
    right: 0px;
    width: 50px;
    text-align: center;
    text-align: ;
    align-content: center;
    height: 40px;
   
    cursor:pointer;
}

.nav-drop.open .nav-drop-btn .nav-arrow{
 margin-top: -10px;

}

 
 
.nav-drop-btn .arrow{
    border: 8px solid #444;
	font-size:0;line-height:0;height:0;padding:0;margin:0;  
    border-right-color:  transparent;
	border-left-color:   transparent;
	border-bottom-color: transparent;

}


.nav-drop.open .nav-drop-btn .arrow{
	border-top-color:    transparent;
	border-bottom-color: black;
}


.nav-drop.open .nav-drop-content{
  display: block;
  
}


/* Nav Menu */
@media screen and (min-width: 870px) {
	.xxxxtop-nav{ right:auto;margin-top:15px }
    .xxxxnav{ height: 100px;	}
    .nav-ico { display:none; }
	.nav-content{ margin-top:-5px;;background:none;margin-left:100px ;display:block }
    .nav-content a, .nav-drop{ float:left; text-align: center; border-bottom: none; }
	.nav-drop-content{ position:absolute;left:auto;text-align:left;margin-top:15px;margin-left:16px }
    .nav-drop-content a{ float:none !important }
	.nav-drop-btn{ background:none;	border-bottom: none; }
	.nav-content a,.nav-drop-btn { font-size:16px; padding: 14px 16px; }
	.nav-drop-content a { font-size:16px; padding: 12px 16px; text-align:left }
	.nav-drop-btn a{ 	padding-top:0px }
    .nav-drop.open .nav-drop-content{  display: none; }
    .nav-drop:hover .nav-drop-content { display: block; }
    .nav-drop-btn .arrow{ display:none; }
    .nav-drop-btn .nav-arrow{display:none;


	 
}
}


.block{
	position:relative;width:100%; padding: 0px 15px;
	}



.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 501; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 2.5vh;text-align: center;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 0 auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  text-align:left;
  display:inline-block;
  box-shadow:6px 6px 8px 0px black;  
}
.clearfix {
  overflow:   auto
} 
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.opac {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;

}

.isLocked{
	cursor:not-allowed;
	pointer-events: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;


}

.ico-addNew {
	margin-left:50px;cursor:pointer
}

input[type=text], input[type=password], select , input[type=number],textarea {
   
    border-radius: 5px;
    background-clip: padding-box;
    box-sizing: border-box;      
    font-size:inherit;  
    width: 100%;
    padding:6px 9px;  
     background: white;
    border: 1px solid #DADADA;
    color: black;   
    margin-bottom:5px; 
    	font-size:16px;
    font-family: Arial, Helvetica, Sans-Serif;
 
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    background: #FDF2BA;
    border: 1px solid #6E6E6E;
    color:black;
    outline-style: none;
  	box-shadow: none;
    }


input[type=text]:disabled, input[type=password]:disabled {
	background: #f8f8f8; 
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e6e6e6 100%); 
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e6e6e6 100%); 
	background: linear-gradient(to bottom,  #f8f8f8 0%,#e6e6e6 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e6e6e6',GradientType=0 );
	color:gray;
	cursor:not-allowed;
	
    
    }

input[type=text], input[type=password], select , input[type=number],textarea {
   
    border-radius: 5px;
    background-clip: padding-box;
    box-sizing: border-box;      
    font-size:inherit;  
    width: 100%;
    padding:6px 9px;  
     background: white;
    border: 1px solid #DADADA;
    color: black;   
    margin-bottom:5px;  
}

input.eur, input.zahl {
	text-align:right
}


/*---- SEARCH  -----------------*/

input.search,input.search-sql,input.searchFix{
  font-size: 12px!important;
  padding:2px 4px 3px 4px!important;
  background:white url('/sys/images/icos/search.gif') right center  no-repeat;
  max-width:200px;
  border-color:lightblue 
}

input.search:focus,input.search-sql:focus,,input.searchFix:focus{
  background:white url('/sys/images/icos/search.gif') right center  no-repeat;
  border-color:#FF9900
	
}



::-webkit-input-placeholder { color:#B3B8BD; }
::-moz-placeholder { color:#B3B8BD; } 
:-ms-input-placeholder { color:#B3B8BD !important;  } 
::-ms-input-placeholder {   color:#B3B8BD; }
input:-moz-placeholder { color:#B3B8BD; }


    input[type=checkbox] {
        -webkit-appearance: none;
        width: 19px;
        height: 19px;
        vertical-align:middle;
        background-image: url("/sys/images/icos/checkLeer.png");
        background-size: 100%;
        background-position: right center;
        background-repeat: no-repeat;
        border:none;
    }

    input[type=checkbox]:checked {
        background-image: url("/sys/images/icos/check.png");
   }

input.DatePicker  {
	width:100px!important;;
}

h1,h2 {margin:0px }

.f12 { font-size:12px;}
.f13 { font-size:13px;}
.f14 { font-size:14px;}
.f16 { font-size:16px;}
.f18 { font-size:18px;}
.f22 { font-size:22px;}

.pd10 { padding:10px ; }
.pd20 { padding:20px ; }
.pd20-0 { padding:20px 0; }
.pd10-0 { padding:10px 0; }
.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30{ margin-top:30px;	}
.mt40{ margin-top:40px;	}
.mt50{ margin-top:50px;	}
.mt70{ margin-top:70px;	}

.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }

.w100 {
	 width:100%
}
.center { text-align: center ; }
.left { text-align:left!important; }
.right{ text-align:right;}
.bold { font-weight:bold; }

.bgGrayHell { background-color:#F0F3F7 }

.cSilver{
	color:silver
}


.aus{
	display:none!important
}

a {
	text-decoration: none;
}

a:visited {
  color:inherit;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.back a {
	color:#269bfd;
}

.back a:visited {
  color:#269bfd;
}


.back a:after{
	content: ">";
    margin:0 10px;
    color:gray;
    display:inline-block;
}

.back{
	padding:20px 15px
}

.box{
			padding:20px;
			border-radius: 10px 10px 10px 10px;
		    border: 1px silver solid;
		    background-color: white;
		    box-shadow: 4px 3px 3px 0px #888;
		    position:relative;
		}

.butxx {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ededed 5%, #c7c5c7 100%);
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
	min-width:80px;
}
.but:hover {
	
	color:black;border-color:black
}


.flex{	
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;   
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    width:100%;
}

.flex-between{
	 -ms-flex-pack: justify;
    justify-content: space-between;
}

	.flexbox-panel {
	     display: flex;
	     flex-direction: row;
	     flex-wrap: nowrap;
	     justify-content: flex-start;
	     align-items: flex-start;
	     align-content: center;
	     overflow:hidden
	}
	
	.flexbox-item {
	     flex: 0 1 auto;
	}

.icofont-info-square {
	color:#f9a300;font-size:18px;margin-right:4px
}
.info:hover,.info:hover i,.icofont-info-square:hover {
	cursor:pointer;color:blue
}

.info {
	display:inline-block
}
.footer-info {
    position: fixed;
    background-color: #e7e7e7;
    bottom: 0px;
    min-height: 100px;
    width: calc(100% - 30px);
    max-width: 800px;
    
    z-index: 2000;
    -webkit-box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.47);
    overflow: auto;
    max-height: 90%;


}

.footer-info .close{
	position:fixed;
	width: calc(100% - 70px);
    max-width: 770px;
    text-align:right;

}

.footer-info .close i{
	cursor:pointer;
	color:blue;font-size:30px
}

.footer-info .close i:hover{
	color:red
}

.footer-info .caption{
	font-size:16px;
	font-weight:bold; 
    padding:5px;text-align:center;background-color:#d3d0d0
	
}


.footer-info .content{
	font-size:13px; 
	padding: 10px 15px;
    width:100%;
	
}

.but-highlight{
	display:inline-block; cursor:pointer
}

.pLink::before{
	content:'\2BC8';
	
}
.pLink{
	color:black; text-decoration:none;
	
}
.pLink:hover{
	color:blue!important;
	text-decoration:none
}

.pLink:visited{
	color:inherit;
	
}



.kb-drop {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    background-clip: padding-box;
    box-sizing: border-box;      
    font-size:inherit;  
     background: white;
    border: 1px solid #DADADA;
    color: black;   
    padding:0 5px 0 0; 

}

.kb-drop .content {
  position: absolute;
    border-radius: 5px;
    background-clip: padding-box;
    box-sizing: border-box;      
      border: 1px solid #DADADA;
      background: #f1f1f1;
  z-index: 1;
  width:100%;
  max-height:300px;
  overflow:auto
}

.kb-drop .arrow{
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3.5px;
  margin:8px 4px 0 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  float:right;
  cursor:pointer
}

.kb-drop.open .arrow{
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  margin-top:13px
}

.kb-drop .caption {
  padding:5px;white-space: nowrap;overflow:hidden;cursor:pointer	
}

.kb-drop .item{
	padding:10px;border-bottom:1px silver dotted;cursor:pointer;
}

.kb-drop .item:hover{
	background:#2196f32e
}

.kb-drop.checkbox .item{
    background-position: 5px;
    background-image: url('/sys/images/icos/noCheck.png');
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 28px!important;
}

.kb-drop.checkbox .item.checked{
    background-position: 5px;
    background-image: url('/sys/images/icos/check.png');
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 28px;
}

.kb-drop .caption {
	text-overflow:ellipsis;

}

.anfrage-extra{
	font-size:12px
}

.anfrage-extra-get{
	color:blue;cursor:pointer
}


.sanfona,.div-kb {
	border: 1px  solid silver;
	border-radius: 6px ;
    background-color:white;
    display: inline-block;
    min-width:150px;
    margin:10px 0;width:100%
}

.sanfona .arrow,.div-kb .arrow{
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3.5px;
  margin:4px 4px 0 10px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  float:right;
  

  
}

.sanfona.close .arrow{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top:0px;
}

.sanfona-caption,.div-kb-caption {
	 position:relative;font-size:14px;font-weight:bold;height:28px;border-bottom:1px silver solid; cursor:pointer;padding: 4px 10px 0px 10px;background:#433d472b
} 

.div-kb-caption {
	border-bottom:0px

} 


.sanfona-content {
	position:relative;padding:5px 10px;min-height:20px
} 

footer{
	padding-top:45px  ;
	position: absolute; bottom: 0;width:100%; min-height:100px;
	background-color:#F5F5F5;
	text-align:center
}
footer a{
    color:#4E4E59;
    text-decoration:none
}
footer a:hover{
    color:#4E4E59;
    text-decoration:underline
}

.isErrorXX{ border:1px #D20000 solid!important; }   
.isError {background-color: #fbb2b2!important; }    

.news-container  {
	font-size:12px;
	position:relative;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
    
	}

.news-caption{
	padding:5px;font-size:14px;font-weight:bold;background-color:#e3e3e3
}

.news-content {
	padding:5px;
	    overflow:auto;
	
}

.news-item{
	padding:5px 0;
	border-bottom:1px silver dotted;
}
 
::xxmarker {color: #5580d7;}

ul.apl-warum ::marker {font-size: 110%; content: "✔  ";}
ul.apl-warum {padding-left:20px;}

li .apl-warum-plus{
    background-image: url("/sys/images/plPlus.png");
    position:absolute;
    width:20px;height:20px;
    margin-left:5px;
    cursor:pointer;
}
li .li-infos {
	display:none;
	font-size:13px
}
li.open .apl-warum-plus{
    background-image: url("/sys/images/plMinus.png");
    position:absolute;
    width:20px;height:20px;
    margin-left:5px;
    cursor:pointer;
}

li.open .li-infos {
	display:block
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  font-size:14px;
}

  table caption {
     font-size: 14px;
     font-weight:bold;
    background-color: #d9d9d9;
    text-align: left;
    padding: 8px;  
    border:apx silver solid;
   }


table tr {
  
  border: 1px solid #ddd;
  padding: .35em;
}

table:not(.noHover) tr:hover {
  background-color: #D2E3FF;cursor:pointer;
}

table thead tr:hover {
  cursor:default;
}

table th,
table td {
  padding: .625em;
  border:1px silver solid;
}

table th {
  font-size: 14px;
  background-color: #ebebeb;
 }


@media screen and (max-width: 600px) {
  table.responsiv {
    border: 0;
    width:100%
     
  }

  
  table.responsiv thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.responsiv tr {
    border:none;
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.responsiv td {
     border:none;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table.responsiv td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.responsiv td:last-child {
    border-bottom: 0;
  }
}


.fr-caption{
    position:sticky;
    width: 100%;
    top: 0px;
    padding: 10px 20px;
    z-index: 10;
    background-color:#15518b;
    color:white;
    font-size:24px;
    font-weight:bold;
}


.fr-close{
	position: absolute;
	top:6px;
    right: 20px;
    padding-top:1px;
    color: white;
    font-size: 24px;
    font-weight:bold;
    border: 2px white solid;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}

.fr-close:hover{ 
	cursor:pointer;color:#ffcc00;border:2px #ffcc00 solid;
}

#mce-container .tox-tinymce {
	height:100%!important;
	min-height:300px;
}


