/* 
What are the default Bootstrap 4 text sizes?

    Display 1 (6rem = 90px)
    Display 2 (5.5rem = 82.5px)
    Display 3 (4.5rem = 67.5px)
    Display 4 (3.5rem = 52.5px)
    h1 (2.5rem = 40px)
    h2 (2rem = 32px)
    h3 (1.75rem = 28px)
    h4 (1.5rem = 24px)
    h5 (1.25rem = 20px)
    h6 (1rem = 16px)
    p (1rem = 16px)

Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

/* wird für Abstände verwendet*/
.spacer {
    margin-top: 10px; /* define margin as you see fit */
	margin-bottom: 10px;
}

h1 {font-size:1.5rem;} /*1rem = 16px*/
h2 {font-size:1.3rem;}
h3 {font-size:1.0rem;}
p  {font-size:0.8rem;} /*1rem = 16px*/
li  {font-size:0.8rem;} /*1rem = 16px*/

.text{
	font-size:0.8rem;
}
.textklein{
	font-size:0.5rem;
}

.textweiss{
	color:#FFFFFF;
}
.textrot{
	color:#C30C0C;
}

.textblau{
	color:#5B85AA;
}

.fehler{
	color:#C30C0C;
	font-weight:bold;
}

.textbold {
	font-weight:bold;
}

a.linkklein {
	font-size:0.5rem;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:hover.linkklein {
	font-size:0.5rem;
	font-weight:bold;
	text-decoration:none;
}
a, a:hover {
	font-size:0.8rem;
	color:black;
	}


.backcolorblau{
	background: #5B85AA!important;
	background-color: #5B85AA !important;
}

.backcolorrot{
	background:red !important;
	background-color:red !important;
}

.backcolordunkelblau {
	background:#284A7D !important;
	background-color: #284A7D !important;
	}
.backcolorhellgruen {
	background: #90C17E;
	background-color:#90C17E;
}

.backcolordunkelgruen {
	background: #116924;
	background-color: #116924;
}
.backcolorweiss {
	background:#FFFFFF !important;
	background-color: #FFFFFF !important;
}


.backcolorgrau {
	background: #C2CDDD !important;
	background-color: #C2CDDD !important;
}	

.bordertopbot {
	border-top:1px solid #0E203B !important;
	border-bottom:1px solid #0E203B !important;
}

.statusfehler {
	font-weight:bold;
	color:#FFFFFF;
	background:#FF0000;
	}

.statussuccess {
	font-weight:bold;
	color:#FFFFFF;
	background: #116924;
}
.statusinfo {
	font-weight:bold;
	color:#FFFFFF;
	background:#98AAB9;
}



/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

@media (max-width: 533px){  

	.spacer {
		margin-top: 1rem !important; /* define margin as you see fit */
		margin-bottom: 1rem !important;
		}
	  h1 {font-size:1.5rem;} /*1rem = 16px*/
	  h2 {font-size:1.1rem;}
	  h3 {font-size:0.9rem;}
	  p  {font-size:0.8rem;} /*1rem = 16px*/
	  li  {font-size:0.8rem;} /*1rem = 16px*/
	  .text{
		font-size:0.8rem;
	}
	
	.textklein{
		font-size:0.5rem;
	}
	a.linkklein {
		font-size:0.5rem;
	}
	a:hover.linkklein {
		font-size:0.5rem;
	}
	
	a, a:hover {
		font-size:0.8rem;
		color:black;
		}
	}
	 
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) and (max-width: 767px){  

.spacer {
	margin-top: 1rem !important; /* define margin as you see fit */
	margin-bottom: 1rem !important;
	}
  h1 {font-size:1.5rem;} /*1rem = 16px*/
  h2 {font-size:1.1rem;}
  h3 {font-size:0.9rem;}
  p  {font-size:0.8rem;} /*1rem = 16px*/
  li  {font-size:0.8rem;} /*1rem = 16px*/
  .text{
	font-size:0.8rem;
}

.textklein{
	font-size:0.5rem;
}
a.linkklein {
	font-size:0.5rem;
}
a:hover.linkklein {
	font-size:0.5rem;
}

a, a:hover {
	font-size:0.8rem;
	color:black;
	}
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) and (max-width: 991px){  
.spacer {
	margin-top: 1rem !important; /* define margin as you see fit */
	margin-bottom: 1rem !important;
	}
  h1 {font-size:2rem;} /*1rem = 16px*/
  h2 {font-size:1.5rem;}
  h3 {font-size:1.15rem;}
  p  {font-size:1.0rem;} /*1rem = 16px*/
  li  {font-size:1.0rem;} /*1rem = 16px*/
  .text{font-size:1.0rem;
}
.textklein{
	font-size:0.6rem;
}
a.linkklein {
	font-size:0.6rem;
}
a:hover.linkklein {
	font-size:0.6rem;
}
a, a:hover {
	font-size:1.0rem;
	color:black;
	}

}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px){ 
.spacer {
	margin-top: 1rem !important; /* define margin as you see fit */
	margin-bottom: 1rem !important;
	}
  h1 {font-size:2.5rem;} /*1rem = 16px*/
  h2 {font-size:1.8rem;}
  h3 {font-size:1.25rem;}
  p  {font-size:1.0rem;} /*1rem = 16px*/
  li  {font-size:1.0rem;} /*1rem = 16px*/
  .text{font-size:1.0rem;
}
.textklein{
	font-size:0.8rem;
}
a.linkklein {
	font-size:0.8rem;
}
a:hover.linkklein {
	font-size:0.8rem;
}

a, a:hover {
	font-size:1.0rem;
	color:black;
	}

}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px){  
.spacer {
		margin-top: 1rem !important; /* define margin as you see fit */
		margin-bottom: 1rem !important;
	}
  h1 {font-size:3rem;} /*1rem = 16px*/  
  h2 {font-size:2.0rem;}  
  h3 {font-size:1.5rem;}
  p  {font-size:1.0rem;} /*1rem = 16px*/
  li  {font-size:1.0rem;} /*1rem = 16px*/
  .text{
	font-size:1.0rem;
}
.textklein{
	font-size:0.8rem;
}
a.linkklein {
	font-size:0.8rem;
}
a:hover.linkklein {
	font-size:0.8rem;
}
a, a:hover {
	font-size:1.0rem;
	color:black;
	
	}

}

/* Alles grösser als 1400 px */
@media (min-width: 1400px){  
	.spacer {
			margin-top: 1rem !important; /* define margin as you see fit */
			margin-bottom: 1rem !important;
		}
	  h1 {font-size:3rem;} /*1rem = 16px*/  
	  h2 {font-size:2.0rem;}  
	  h3 {font-size:1.5rem;}
	  p  {font-size:1.1rem;} /*1rem = 16px*/
	  li  {font-size:1.1rem;} /*1rem = 16px*/
	  .text{
		font-size:1.1rem;
	}
	.textklein{
		font-size:0.9rem;
	}
	a.linkklein {
		font-size:0.9rem;
	}
	a:hover.linkklein {
		font-size:0.9rem;
	}
	a, a:hover {
		font-size:1.1rem;
		color:black;
		
		}
	}
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

#body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
color:#000000;
}


.table-striped>tbody>tr:nth-child(odd)>td {
   background-color: #E0DCCB;; /* Choose your own color here*/
 }
 .table-striped>tbody>tr:nth-child(even)>td {
	background-color :#F6F4EA; /* Choose your own color here*/
  }

.table-striped>thead>tr:nth-child(odd)>th {
   background-color:  #5B85AA; 
 }
 .table-striped>thead>tr:nth-child(even)>th {
	background-color:  #284A7D; 
  }
/*
a, a:hover,a.weiss, a:hover.weiss {

color:black;
font-weight:bold;
}
*/
a, a.weiss {
text-decoration:underline;
}

a:hover, a:hover.weiss {
text-decoration:none;
}

/*Bootstrap Navigations-Link nicht unterstreichen*/
a.nav-link {
	text-decoration:none;
	
	}
	
/*Bootstrap Navigations Hintergrund row, damit das blau bis nach aussen geht.*/
.navbarinside{
		background-color: #5B85AA;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
}

/*
.bs4-navi-main{
	/*background-color: #5B85AA;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}
*/


/* Bootstrap Submenu anpassungen.*/
.dropdown-menu{

	background-color: #5B85AA;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	

}

/*Bootstrap Navigations-Link nicht unterstreichen*/
a.dropdown-item {
	text-decoration:none;
	color: white;
	}

	/*Bootstrap Hamburger-Icon*/
.navbar-toggler {
	border-color: white !important; 
	}
	
/*
a.weiss, a:hover.weiss {
font-size:10px;
color: #FFFFFF;
}
*/
.checkbox {
border: none;
}

input[type="submit"], input[type="button"] {
	/*font-size: 0.95em;*/
	letter-spacing: 1px;
	padding: 4px;
	margin: 5px;
	background-color: #5B85AA;
	border: 1px solid white;
    color: white;
    border-radius: 12px;
   }


a.navigation, a.navigationLang, a.navigationMed, a:hover.navigation, a:hover.navigationLang, a:hover.navigationMed,a.subnavigation, a:hover.subnavigation,a.submenu,a.submenuHelp, a:hover.submenu, a:hover.submenuHelp,a.subnavigation_mainmenu,a:hover.subnavigation_mainmenu,a.submenuPrint,a:hover.submenuPrint {
display: block;
float: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #FFFFFF;
}

a.navigation, a.navigationLang, a.navigationMed {
width: 10%;
height: 29px;
line-height: 29px;
text-transform: uppercase;
/*border-top:1px solid #195C7E;
border-bottom:1px solid #195C7E;*/
background: #5B85AA;
}

a:hover.navigation, a:hover.navigationLang, a:hover.navigationLang {
width: 10%;
height: 29px;
line-height: 29px;
text-transform: uppercase;
/*border-top:1px solid #195C7E;
border-bottom:1px solid #195C7E;*/
background: #A0BAD0;
}

a.navigationLang, a:hover.navigationLang, a.navigationMed, a:hover.navigationMed {
  width: 120px;
}      

a.subnavigation,a.subnavigation_mainmenu,a.submenu {
width: 90px;
height: 18px;
line-height: 18px;
text-transform: normal;
background: #5B85AA;
}

a:hover.subnavigation,a:hover.subnavigation_mainmenu,a:hover.submenu,a.submenuHelp,a:hover.submenuHelp,a.submenuPrint,a:hover.submenuPrint {
width: 90px;
height: 18px;
line-height: 18px;
text-transform: normal;
background: #A0BAD0;
}

a.submenuHelp {
background: #E80C0C;
}

a:hover.submenuHelp {
background: #DE8B8B;
}

a.submenuPrint {
background: #2A6D13;
}

a:hover.submenuPrint {
background: #90C17E;
}

a.subnavigation_mainmenu, a:hover.subnavigation_mainmenu {
border-bottom:1px solid #195C7E;
}

a.submenu,a:hover.submenu {
width:100%;
text-align:left;
}

a.submenuHelp,a:hover.submenuHelp,a.submenuPrint,a:hover.submenuPrint {
width:100%;
}

.tdstatusblau {
color: #FFFFFF;
background:#5985AC;
}

.statusblaustartseite {
font-family: Verdana, Arial, Helvetica, sans-serif;
display: block;
float: left;
height: 20px;
line-height: 20px;
font-weight:bold;
text-align: left;
color: #FFFFFF;
background:#5985AC;
text-decoration: none;
text-transform: none;
}
/*
.statusrotstartseite {
font-family: Verdana, Arial, Helvetica, sans-serif;
display: block;
float: left;
height: 20px;
line-height: 20px;
font-weight:bold;
text-align: left;
color: #FFFFFF;
background:red;
text-decoration: none;
text-transform: none;
}
*/

.tdstatusgrau {
background:#D5D5D5;
}



input,textarea,select {
/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
font-size:10px;
color:black;
border:1px solid black;
background-color:white;
}

.loginfelder {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:black;
border:1px solid black;
background-color:white;
}

.tdbg1 {
background-color:#E0DCCB;
}

.tdbg2 {
background-color:#F6F4EA;
}

.tdheader {
background-color:#284A7D;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
line-height:21px;
}

.tdsubheader {
background-color:#C2CDDD;
line-height:21px;
}

.rang1, .rang1hist {
background:#ED8565;
}

.rang1 {
font-size:20px;
}

.rang2, .rang2hist {
background:#EDD265;
}

.rang2 {
font-size:18px;
}

.rang3, .rang3hist {
background:#F4F267;
}

.rang3 {
font-size:17px;
}

.actuser,.usersuche,.text1,.text2,.textfett,.textweissfett,.textweissfett_header,.textweissfett_header_paging,.textklein_dia,.textklein1,.textklein2,.textrotfett,.textkleinfett,.textkleinfett1,.textkleinfett2,.titel,.startseite {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:21px;
background-color:transparent;
}

.textfett,.textweissfett,.textweissfett_header,.textweissfett_header_paging,.textrotfett,.textkleinfett,.textkleinfett1,.textkleinfett2,.titel,.startseite {
font-weight:bold;
}



.textweissfett,.textweissfett_header,.textweissfett_header_paging {
color:#FFFFFF;
}

.textweissfett_header {
background-color:#284A7D;
}

.textweissfett_header_paging {
background-color:#116924;
}

.textrotfett {
color:#FFFFFF;
background:red;
line-height: 16px;
}


.textkleinfett {
font-size:10px;
}

.actuser,.usersuche,.textklein1,.textkleinfett1,.text1 {
font-size:10px;
background-color:#F6F4EA;
}

.actuser {
background-color: #e7afaf;
font-weight: bold;
}

.usersuche {
background-color: #95d4e2;
font-weight: bold;
}

.textklein2,.textkleinfett2,.text2 {
font-size:10px;
background-color:#E0DCCB;
}

.textklein_dia {
font-size:10px;
line-height:10px;
}

/*
.titel {
 font-size:1.2em;
}

.startseite {
font-size:1.2em;
}
*/

.invisible {
visibility: hidden;
}

.impressum{
  text-align: center;
padding: 5%;
}


/*
#contentinside {
z-index:3;
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
text-align:left;
float:right;
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
}*/

#contentinside{
background-color:#E3EBF2;
padding: 1%;
}

#loginboxinside {
background:#E2D1AD;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
}



#langboxinside {
z-index:3;
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
text-align:left;
float:right;
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
}

#langboxinside {
background:#C7EADE;
}


#footerinside {
background-color:#B4D0E2;
border-top: 2px solid white;
border-bottom: 2px solid white;
padding: 1%;
margin-bottom: 10px;
}

#logo {
z-index:3;
position:absolute;
top:12px;
left:20px;
width:250px;
height:40px;
}

#langbox {
z-index:9;
position:absolute;
top:55px;
left:20px;
width:255px;
height:22px;
text-align:left;
border-top: 1px solid #068057;
border-bottom: 1px solid #068057;
}

#loginbox {
z-index:10;
/*position:absolute;
top:5px;
right:5px;*/
width:260px;
height:67px;
text-align:left;
border-top: 1px solid #815E13;
border-bottom: 1px solid #815E13;
}

#header {
z-index:1;
position:absolute;
top:0px;
left:0px;
width:100%;
height:100px;
}

/* index-info-box */
#status {
border:1px solid white;
/*width:300px;*/

}

#admintext {
position:absolute;
z-index:20;
top:180px;
right:25px;
border:1px solid #5985AC;
width:265px;
}

#updates {
position:absolute;
z-index:20;
top:230px;
right:25px;
border:1px solid #5985AC;
width:265px;
}

/*
#headerBackground {
z-index:2;
position:absolute;
top:0px;
left:0px;
border:none;
width:100%;
width: expression((document.body.clientWidth) + "px");
height:100px;
background-repeat:repeat-x;
background-image:url(/images/bg_header_top.gif);
}
*/


#navigation {
/*z-index:5;
position:absolute;
top:80px;
left:0px;*/
width:100%;
height:31px;
text-align:left;
background: #5B85AA;
/*border-top: 1px solid #195C7E;*/
border-top: 1px solid white;
/*border-bottom: 1px solid #195C7E;*/
border-bottom: 1px solid white;
}

#navigationinside {
/*z-index:6;
position:absolute;
top:0px;
left:0px;*/
width:90%;
height:30px;
text-align:left;
}

#contentinhalt{
z-index:5;
position:absolute;
top:10px;
left:20px;
width:98%;
height:98%;
text-align:left;
overflow:auto;
}


#poweredby {
z-index:5;
position:absolute;
top:2px;
right:10px;
width:300px;
height:30px;
text-align:right;
}

#counter {
z-index:6;
position:absolute;
top:2px;
left:0px;
width:200px;
height:30px;
text-align:center;
}

#latestuser {
z-index:6;
position:absolute;
top:2px;
left:300px;
width:300px;
height:30px;
text-align:center;
}

#usersonline {
z-index:6;
position:absolute;
top:2px;
left: 50%;
margin-left: -150px;
right:500px;
width:300px;
height:30px;
text-align:center;
}

#submenu {
	z-index:1;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	height:51px;
	border-top:1px solid #195C7E;
	border-bottom:1px solid #195C7E;
}

#error,#success,#info,#chat {
z-index:1;
position:relative;top:8px;
left:8px;
width:500px;
height:100px;
border-top:1px solid;
border-bottom:1px solid;
}

#error,#chat {
border-color:#C30C0C;
}

#success {
border-color:#136201 #136201;
}

#info {
border-color:#162D42 #162D42;
}

#errorinside,#successinside,#infoinside {
z-index:3;
position:absolute;
top:0px;
left:0px;
width:100%;height:100%;
float:right;
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
}

#errorinside {
background:#EEB4B4;
}

#successinside {
background:#C0E4B4;
}

#infoinside {
background:#98AAB9;
}

#errorinhalt,#successinhalt,#infoinhalt {
z-index:5;
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
}


#showvorschlag{

visibility : hidden;
height:5px;
}

/*
div {
border:1px solid green;
}
*/

@media print /* START * Layer Definitionen fuer Druckausgabe */
{
	#contentinside { visibility:hidden; }
	
	#loginboxinside { visibility:hidden; }
	#langboxinside { visibility:hidden; }
	#contentinside { visibility:hidden; }
	#footerinside { visibility:hidden; }
	#logo { visibility:hidden; }
	#loginbox { visibility:hidden; }
	#langbox { visibility:hidden; }
	#header { visibility:hidden; }
	#status { visibility:hidden; }
	#updates { visibility:hidden; }
	#headerBackground { visibility:hidden; }
	#help_login { visibility:hidden; }
	#navigation { visibility:hidden; }
	#navigationinside { visibility:hidden; }
	#contentinhalt { visibility:hidden; }
	#content { visibility:hidden; }
	#poweredby { visibility:hidden; }
	#counter { visibility:hidden; }
	#usersonline { visibility:hidden; }
	#submenu { visibility:hidden; }
	#error { visibility:hidden; }
	#success { visibility:hidden; }
	#info { visibility:hidden; }
	#chat { visibility:hidden; }
	#errorinside { visibility:hidden; }
	#successinside { visibility:hidden; }
	#infoinside { visibility:hidden; }
	#errorinside { visibility:hidden; }
	#successinside { visibility:hidden; }
	#infoinside { visibility:hidden; }
	#errorinhalt { visibility:hidden; }
	#successinhalt { visibility:hidden; }
	#infoinhalt { visibility:hidden; }
}