
/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/ubuntu-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-300italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/ubuntu-v20-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-300italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ubuntu-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ubuntu-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}



/* colors  */ 
:root {
    --red:   #FC1921; /* use with var(--red); */ 
    --black: #000000; 
    --gray4: #29261E; 
    --gray5: #3A372E; 
    --gray6: #000000; 
    --white: #FFFFFD; 
    --gray1: #E2DFDA; 
    --gray2: #F1EFEA; 
    --gray3: #FCFCFA;
    --gray9: #808284; 
}

html {
	visibility:hidden; 
}
html,body { 
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 1em;
	color:var(--black);
	height:100%;
	/* margin: 20px 10px 2em 0;
	padding:10px; */
}



.red{  color: #FC1921; /* behring red */ }
.black{  color: #000000; /* behring black */}
.white{ color: #FFFFFF; /* behring white */}
.gray1{ color: #E2DFDA; /* behring gray1 */}
.gray2{ color: #F1EFEA; /* behring gray2 */}
.gray3{ color: #808284; /* behring gray3 */}

h1, h2 { 
  color: var(--black);  
  /* text-shadow: 0px 1px 8px #aaa; */
  margin: 5px 15px 2px 0; 
}
a.menu-current { color: var(--red) ! important;  } /*  red*/

h3, h4, h5, h6 
{ 
  color: var(--black);  
 /* text-shadow: 0px 1px 5px #aaa; */
  margin: 0 15px 0 0; 
}

h1 { font-size: 1.5em; font-weight:300;margin-left:1em; } 
h2 { font-size: 1.2em;  margin-left:1em;} 
h3 { font-size: 1.0em; margin-left:1.5em;} 
h4 { font-size: 0.8em; margin-left:2em;} 
h5 { font-size: 0.6em; margin-left:3em;}
h6 { font-size: 0.4em; margin-left:4em; }

.ztext
{
  color: var(--black);  
  font-size: 0.6em; 
}

a.pdf { 
  text-decoration: none; 
  color: var(--red); 
  background: url(pics/klammer.svg) no-repeat left center;
  background-size: 1em 1em;
  padding-left:1em;
}
a.pdf:visited { text-decoration: none; color: var(--red); 	}
a.pdf:hover {color: var(--red);  text-decoration:underline;	} 

a.pdf2 { 
  text-decoration: none; 
  color: var(--black); 
  background: url(pics/pdf.svg) no-repeat left center;
  background-size: 1.2em 1.2em;
  padding-left:2em;
  padding-right:2em;
  line-height: 2em;
  width: 2em;
  height: 2em;
}
a.pdf2:visited { text-decoration: none; color: var(--red); 	}
a.pdf2:hover {color: var(--red);  text-decoration:underline;	} 

a.excel { 
  text-decoration: none; 
  color: var(--black); 
  background: url(pics/excel.svg) no-repeat left center;
  padding-left:2em;
  padding-right:2em;
  line-height: 2em;
  /*background-size: 1.2em 1.2em;
  width: 2em;
  height: 2em;*/
}
a.excel:visited { text-decoration: none; color: var(--red); 	}
a.excel:hover {color: var(--red);  text-decoration:underline;	} 

a.plus { 
  text-decoration: none; 
  color: var(--red); 
  background: url(pics/plus.svg) no-repeat left center;
  background-size: 1.5em 1.5em;
  padding-left:1.5em;
}
a.plus:visited { text-decoration: none; color: var(--red); 	}
a.plus:hover {color: var(--red);  text-decoration:underline;	} 

a.zurueck { 
  text-decoration: none; 
  color: var(--red); 
  background: url(pics/up2.svg) no-repeat left center;
  background-size: 1.1em 1.1em;
  padding-left:1.5em;
  padding-right:0.2em;
}
a.zurueck:visited { text-decoration: none; color: var(--red); 	}
a.zurueck:hover {color: var(--red);  text-decoration:underline;	} 


a.minus { 
  text-decoration: none; 
  color: var(--red); 
  background: url(pics/minus.svg) no-repeat left center;
  background-size: 1.5em 1.5em;
  padding-left:1.5em;
}
a.minus:visited { text-decoration: none; color: var(--red); 	}
a.minus:hover {color: var(--red);  text-decoration:underline;	} 

a.world { 
  text-decoration: none; 
  color: var(--red); 
  background: url(pics/world.svg) no-repeat left center;
  background-size: 1.5em 1.5em;
  padding-left:1.5em;
}
a.world:visited { text-decoration: none; color: var(--red); 	}
a.world:hover {color: var(--red);  text-decoration:underline;	} 

a { text-decoration: none; 	}
a:visited { text-decoration: none; 	}
a:hover {color: var(--red);  	} 

.icon{
height: 1.5em;
vertical-align: text-top;
margin-right: 1.5em;
}

.iconM{ /* only for Lock/Unlock Contingent will be changed on click */
height: 1em;
vertical-align: text-top;
margin-right: 1em;
margin-left: 1em;
}


.mini{
font-size: 0.5em;
}


.atab { /* <div class=\"atab\"></div> */
	tab-size:150; 
	-moz-tab-size:150; 
	-ms-tab-size:150;
	white-space: pre;
}

/* basics */ 
area, usemap,  {border:0;}

img {
  max-width:100% ! important; 
  height:auto;
  border:0;
}

p {
/*  margin: 5px 10px 2px 0; */
  max-width:100% ! important; 
  height:auto;
  /* color: var(--red);  */
}
hr{
	border: none; border-top:dotted #999 1px;
	clear:both;
}

li {	
	padding-bottom: 4px;		
} 

ul {	
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
	XXlist-style-image: url(img/li.gif);
	list-style-type: square	
}



ol {	
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;		
}


address {
	/* line-height:120%; */
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #327893;
	font-style: normal;
	font-weight: bold;
	}


blockquote {	
	padding: 10px;
	margin: 0 0 20px 0;
}

pre, code {
	padding: 5px 0 10px 6px;
	margin: 15px 0 20px 0;	
	font-size:1em;	
	overflow:auto; 
	line-height:1.5em;
	color:#fff;		
}

table {	
	border-collapse:collapse;	
	border-top: 1px solid #777;
	margin-top: 3px;
	margin-bottom:5px;
	width:100%;
	font: 0.9em;	
}
table caption {font-size:1.1em; text-align:left; }
table th {font-size:0.9em; padding: 4px; text-align:left; vertical-align: middle;  border-bottom: 1px solid #666;}
table tbody td {font-size:0.9em; padding: 4px; vertical-align: middle;  border-bottom: 1px solid #666;}
table tbody tr:hover td {background-color:#fff;}
tbody td p, tbody td , tbody td , tbody td , tbody td  {margin: 0; /* line-height:110%; */}
tr:nth-child(even) {
 background-color: var(--white);
}
tr:nth-child(odd) {
 background-color: var(--gray2);
}

form, input {
margin: 0; line-height:130%;
}

input , textarea, pre, code, blockquote 
{
	border: 1px solid #bbb; 
	background: #eee; 
	color: var(--black); /* #194381 */
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 1em;
}


/*-----------------------------------------------------------------*/	

/* Specials */

p img[align="right"], h3 img[align="right"] { float:right; margin: 4px 0 5px 2%; max-width:49%;}
p img[align="left"], h3 img[align="left"] { float:left; margin: 4px 2% 5px 0; max-width:49%;}








.myshow{
display: block;
float: left;
}
.myhide{
  display: none;
  visibility: hidden;
}


.contentbox{
 position: absolute;
 color: var(--red);
 float: left;
 width: 100%;
 top: 5px; /*2em; */
}

#menuX {
 color:green;
 float: left;
 padding: 10px;
 background: #eee; 
 background-color:var(--black);
 height: 100%;
 border: none;
}



.userright {
 color: #green;  
 /* text-shadow: 0px 1px 8px #aaa; */
 font-size: 1em;
 margin: 5px 30px 5px 30px;
 float:right;
}
.NER {
color: var(--red);  
}
.ERL {
color: green;  
}

/*  Button for login */
#login-logo {
  height: 175px;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  #login-logo {
    height: 100px;
    margin-bottom: 20px;
  }
}

/* footer aus main/css class*/
.container {
    background-color: #ffffff;
    width: 100%;
    padding: 0;
}

.footer,
.page-wrap:after {
  height: 65px;
}

.xx_footer .xxfooter-logo {
  height: 35px;
  margin-top: 15px;
  /* position: absolute; */
  left: 15px;
}
a.footer-link {
  color: var(--gray4);
  transition: 0.3s all linear;
  text-decoration: none;
  padding-left:3em;
  padding-right:3em;
 margin-top: 0.2em;
}
.footer a.footer-link:hover {
  color: var(--red);
  background: transparent;
}
a.footer-link:visited {
  color: var(--gray9);
  background: transparent;
}
.footer { /* class */
  font-size: 1.2em;
  position: fixed;  
  height: 2em;
  left: 0px;
  bottom: 0px; 
  margin-top: 0.4em;
  width: 100%; 
  background-color: var(--gray2);
  /* background-color: yellow; */
  color: var(--black);
  transition: 0.3s all linear;
  text-decoration: none;
  text-align: center;
  margin-top: 0.0em;
}
.footer-logo {
  height: 1.6em;
  vertical-align:bottom ;

}

header.fixed { /* class */
  font-size: 1.2em;
  position: fixed;    
  z-index: 10;
  height: 2em;
  left: 0px;
  top: 0px; 
  width: 100%; 
  background-color: var(--black);
  color: var(--white);
  text-align: right;
}




fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* #######################################      Media */
@media (max-width: 769px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: none;
  }
}
.btn-submit {
   /*background: #000;
   color: #fff;
   text-align: center;
   font-weight: bold;
    border-radius: 30px; */
   padding: 0,8em 2em;
   width:5em; height:2em;
   cursor: pointer;
    background-color: var(--red);
   background: url(pics/plus.svg) no-repeat left center;
   border: none;
}

.nixinput
{
border: none; 
outline: none; 
background:transparent;
}

.btn-cpy {
   padding: 0,8em 2em;
   width:5em; height:2em;
   cursor: pointer;
    background-color: var(--red);
   background: url(pics/copyclip.svg) no-repeat left center;
   border: none;
}
/* hier ds Pop-up fenster: */
button {
   /*background: #000;
   color: #fff;
   text-align: center;
   font-weight: bold;
    border-radius: 3px; */
   padding: 0,8em 2em;
   background: url(pics/plus.svg) no-repeat left center;
   border: none;
}

.button_teilnehmer {
     width: 1.8em;
    height: 1.8em; 
}

.statusleiste {
   padding: 0,8em 2em;
   width: 2em;
   background: url(pics/repeat.svg) no-repeat center center;
   border: none;
}

.getteilnehmer {
   padding: 0,8em 2em;
   width: 2em;
   background: url(pics/plus.svg) no-repeat center center;
   border: none;
}

input[type="button"].getteilnehmer:hover {
   padding: 0,8em 2em;
   width: 2em;
   background: url(pics/plus.svg) no-repeat center center;
   background-color: var(--red);
   
}

section {
    display: none;
    position: absolute;
    z-index: 100;
    xtop: 100px;
    xleft: 100px;
    width: 80%;
    border: 1px solid #bbb;
    border-radius: 6px;
    box-shadow: 0px 0px 10px #ccc;
    background: #f3f3f3;
}
 
section aside {
    display: block;
    overflow: auto;
    border-bottom: 1px solid #ccc;
    /* color: #999; */
}

section aside span {
    display: block;
    float: left;
    border-right: 1px solid #ddd;
    padding: 5px 7px;
}

section aside a {
    display: block;
    float: right;
    border-left: 1px solid #ddd;
    padding: 5px 7px;
    cursor: pointer;
}
buttonC { /* Close Button beim Fenster fuer Vertragspartner */
    /* display: block; */
    float: right;
    border-left: 1px solid #ddd;
   padding: 0,8em 2em;
   background: url(pics/minus.svg) no-repeat center center;
    cursor: pointer;
    width: 2em;
    height: 2em;
}

section article {
    display: block;
    padding: 18px 20px 10px;
}

section article h1 {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

section article p {
    line-height: 1.5;
    padding-bottom: 12px;
}


/* Spezielle Zeilen, die anders aussehen sollen */
/* titel im Event allgemein: */
#Titel { /* id=Title */
font-size: 1.5em;
}

.eventheader {
    display: table;
    width: 98%;
    border: 1px solid #bbb;
    border-radius: 6px;
    box-shadow: 0px 0px 10px #ccc;
    background: #f3f3f3;
    overflow: auto;
    float: left;
    border-right: 1px solid #ddd;
    padding: 5px 7px;
font-size: 1.0em;
  color: var(--black);  
  /* text-shadow: 0px 1px 5px #aaa; */
  margin: 0 0 0 0; 
}
.col {
      display: table-cell;
      box-sizing: border-box; 
      cell-spacing: 8px;
      padding: 0.5em;
      vertical-align: top;
}
.sub_search { 
    cursor: pointer;
    border: none;
    height: 1.2em; 
    margin-left: 0.8em; 
    vertical-align: bottom;
    /* color: inherit;
    outline: inherit;  
    padding: 0;
    font: inherit;
    vertical-align: text-top;
     */
}
.evsearch {
    border: none;
    border-bottom: 2px solid var(--gray4);
}
.myh2 {
    font-size: 1.5em;
 }

.myhr { 
  border: 2px solid black;
}

	
hr.style1 {
    border: 0;
    height: 6px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

	
hr.style2 {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

/* .accordionTN .ui-accordion-header  { padding-left: 0;  padding-right: 0;  } */
.accordionC .ui-accordion-content  { padding-left: 0; padding-right: 0; }
.accordionA .ui-accordion-content  { padding-left: 0; padding-right: 0; }
.accordionK .ui-accordion-content  { padding-left: 0; padding-right: 0; }
.accordionTN .ui-accordion-content  { padding-left: 0; padding-right: 0; }





#tabs .ui-tabs { padding: 0.1em 0.2em; }
#tabs .ui-tabs-panel { padding: 0.2em 0em; }


/* zeugs für login */
.containerLogin {
  width: 20em;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #fff;
  text-align: center;
}

.form-control {
  width:20em;
  margin-left:0px;
  margin-right:0px;
}

/* Impressum */
.impressumContainer {
  padding: 20px 20px 30px 30px;
}

.redText {
  color: #FC1921;
}
.bold {
  font-weight: 700;
}
.row {
 margin-left: 2em;
}
.impressumContainer .impresum-data-section {
  margin-top: 15px;
  margin-left: 3em;
}
.text-center {
  text-align: center;
}
.center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.right {
  text-align: right;
}
.zurueck {
  text-align: right;
  margin-top: -2em;
  margin-right: 2em;
}
DIVx {
/*  position:relative; */
}
.ok { 
  height: 1.2em;
  vertical-align: text-top;
  margin-right: 1.0em;
  -webkit-animation: cssAnimation 3s forwards;
  animation: cssAnimation 3s forwards;
}
.nok { 
  color: red;
  height: 1.2em;
  vertical-align: text-top;
  margin-right: 1.0em;
  -webkit-animation: cssAnimation 10s forwards;
  animation: cssAnimation 10s forwards;
}

.hideMe {
    -webkit-animation: cssAnimation 2s forwards; 
    animation: cssAnimation 2s forwards;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    50%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    50%  {opacity: 1;}
    100% {opacity: 0;}
}

/* Logo ÖKKV */
.deckblatt-logo {
  height: 5.0em;
  margin-top: 0.4em;
}
.deckblatt-h1{
  color: var(--black);  
  /* text-shadow: 0px 1px 8px #aaa; */
  font-size: 2em; font-weight:300;margin-left:15; 
}
.deckblatt-h2{
  color: var(--black);  
  font-size: 1.7em; font-weight:300;margin-left:15; 
}
.deckblatt-h3{
  color: var(--black);  
  font-size: 1.5em; font-weight:300;margin-left:15; 
}

