/* Custom Styles for sim.product-service-systems.com */

/*
	Table of Content
	1. Include Fonts
	2. Structure
	3. Headings
	4. Text-Styling
	5. Images
	6. Individual Styling-Classes
	7. Navigation
	8. Tables
	9. Welcome-Page
	10. Survey-Page
	11. Decisions-Page
	12. Results-Page
	13. Forms
	14. Footer
	15. Popover Formatierung
	16. Tooltips
	17. Nav-Tabs-Styling
	18. Everything else
	19. Media Querys
	20. Not in Use ?!
*/

/* 1. Include Fonts Roboto, Lato  */
@import url(//fonts.googleapis.com/css?family=Roboto);
@import url(//fonts.googleapis.com/css?family=Lato);

/* 2. Structure */
	body {
		font-family: 'Roboto', sans-serif;
	    font-weight: 300;
	    background: #FFFFFF;
	    color: #222;
	    font-size: 16px;
	    line-height: 26px;
	    margin: 0 0 80px 0;
	    overflow: scroll;
	}
	.container {
	    margin: 0 auto;
	    padding: 0;
	    background: #fdfdfd;
	}
	.content-container {
		margin: 0 auto;
		padding: 0 2em 0 2em;
	}
	.content-container h2, .content-container h3, .content-container h4, .content-container p, .content-container img  {
		padding: 0 .5em;
	}
	.content-container table.table {
		margin-left: .5em;
	}
	section { 
		padding: 0; 
		margin: 0; 
	}
	section.first {
		padding: 75px 0 0 0;
		margin-top: 20px
	}
	.hide { 
		display: none
	}
/* ########## */

/* 3. Headings */
	h1, h2, h3, h4, h5, h6 {
	    font-weight: 400;
	    text-transform: uppercase;
	}
	h1,h2,h3,h4,h5,h6 { 
		clear: both;
	}
	h1 {
		padding: 0 .5em;	
	}
	h2 {
	    font-size: 20px;
	    line-height: 26px;
	    margin: 20px 0;
	}
	h3 {
	    font-size: 18px;
	    line-height: 24px;
	    margin: 20px 0;
	}
	h4 {
	    font-size: 16px;
	    line-height: 22px;
	    margin: 20px 0;
	}
	h5 {
	    font-size: 15px;
	    line-height: 22px;
	    margin: 10px 0;
	}
	h6 {
	    font-size: 15px;
	    line-height: 22px;
	    margin: 10px 0;
	}
	h1 a:link, h1 a:visited {
	    color: white;
	}
	h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	    color: #222;
	}
/* ########## */

/* 4. Text-Styling */
	strong, b {
		font-weight: 700;
	}
	.small {
		padding: 0.5em; 
		font-size: 12pt;
		margin: 0;
		float: right;
	}
	a.group, a.subgroup { 
		text-decoration:  none;
	}
	a.group:hover, a.subgroup:hover { 
		color: #428bca; 
		cursor: pointer;
	}
/* ########## */

/* 5. Images */
	img.media-right {
		float: right;
		margin-left: 10px;
		clear: both;
	}
	img.media-left {
		float: left;
		margin-right: 10px;
		clear: both;
	}
	img.responsive {
		max-width: 100%;
		height: auto; 
		display: block;
	}
/* ########## */

/* 6. Individual Styling-Classes */
	/* center */
	.c {
		text-align: center;
		vertical-align: middle;
	}
	/* left */
	.l {	
		text-align: left;	
	}
	/* right */
	.r {
		text-align: right;
	}
	/* indent text */
	.ti	{
		text-indent:1em;
	}
	/* +font-size */
	.psize {
		font-size: 12pt;
	}
	/* bold */
	.b {
		font-weight: 700;
	}
	/* nonbold */
	.notbold {
		font-weight: 400;
	}
	/* italic */
	.i {
		font-style: italic;
	}
	/* tablerow without background and border */
	.nbg {
		background: none;
		border: none;
	}
	/*  no border */
	.nb {
		border: none;
		margin-bottom: 6px;
		border-left: #000;
	}
	/* border left */
	.bl {
		border-left: 1px solid;
	}
	/* border right */
	.br {
		border-right: 1px solid;
	}
	/* border top */
	.bt {
		border-top: 1px solid;
	}
	/* border bottom */
	.bb {
		border-bottom: 1px solid;
	}
	.fixed {
	    position: fixed;
	}
/* ########## */

/* 7. Navigation */
	/* General */
	.icon-bar {
		background-color:#000;
	}
	.navbar {
		background-color: none;
    	color:#cdcdcd;
    	border-width:0;
	}
	.navbar ul {
		width: 100%;
		margin-left: -8px;
	}
	.navbar ul li {
		display: block;
		padding: 0;
		margin: 0;
		width: 15.5%;
		text-align: center;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 15px;
		line-height: 20px;
	}
	.navbar li>a:focus,.navbar li.active {
		background-color:#f44d3c;
		color:#FFF;
	}
	.navbar li a {
		display: block;
		height: 50px;
		color: #FFFFFF;
		padding: 15px 0 0;
	}
	.navbar li a:hover {
		text-decoration: none;
	}
	.navbar li ul {
		display: none;
		padding: 0;
	}
	.navbar li:hover ul {
		display: block;
		margin: 0;
		padding: 0;
	}
	.navbar li ul li {
		width: 100%;
		margin: 0;
		clear: left;
	}
	.navbar li ul li:hover {
		border-bottom: 0;
		margin-bottom: 0;
		/*border-left: 15px solid #003560;*/
		margin-left: 0px;
		background: #ccc;
	}
	.navbar li ul li:hover a {
		/*margin-left: -15px;*/
		color: #000;
	}
	.navbar a{
	    color:#FFF;
	    letter-spacing:1px;
	}
	.navbar .navbar-brand, .navbar >.container-fluid .navbar-brand {
    	padding: 0px;
	}
	.navbar li.brand { 
		width: 47px;
	}
	.navbar .form-control:focus {
		border-color: #eee;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
	}	

	/* Nav: Your Company */ 
	.navbar li>a:focus,.navbar li.home {
		background-color: #003560;
		color:#FFF;
	}
	.navbar li.home>a:hover {
		background-color:#CCC;
		color:#000;
	}

	/* Nav: Customers */ 
	.navbar li>a:focus,.navbar li.customers0 {
		background-color: #861e41;
		color:#FFF;
	}
	.navbar li.customers0>a:hover {
		background-color:#CCC;
		color:#000;
	}	
	.navbar li>a:focus,.navbar li.customers1 {
		background: #1A5917;
		color: #FFF;
	}
	.navbar li>a:focus,.navbar li.customers2 {
		background: #313D5F;
		color: #FFF;
	}
	.navbar li>a:focus,.navbar li.customers3 {
		background: #AA133B;
		color: #FFF;
	}
	.navbar li>a:focus,.navbar li.customers4 {
		background: #1E7586;
		color: #FFF;
	}
	.navbar li>a:focus,.navbar li.customers5 {
		background: #080027;
		color: #FFF;
	}

	/* Nav: Results */ 
	.navbar li>a:focus,.navbar li.results0 {
		background-color: #1e7586;
		color:#FFF;
	}
	.navbar li.results0>a:hover {
		background-color:#CCC;
		color:#000;
	}
	.navbar li>a:focus,.navbar li.results1 {
		background: #348292;
		color:#FFF;
	}
	.navbar li>a:focus,.navbar li.results2 {
		background: #348292;
		color:#FFF;	
	}
	.navbar li>a:focus,.navbar li.results3 {
		background: #348292;
		color:#FFF;
	}
	.navbar li>a:focus,.navbar li.results4 {
		background: #348292;
		color:#FFF;	
	}
	.navbar li>a:focus,.navbar li.results5 {
		background: #348292;
		color:#FFF;
	}
	.navbar li>a:focus,.navbar li.results6 {
		background: #348292;
		color:#FFF;
	}	

	/* Nav: News */ 
	.navbar li>a:focus,.navbar li.news0 {
		background-color: #75861e;
		color:#FFF;
	}
	.navbar li.news0>a:hover {
		background-color:#CCC;
		color:#000;
	}
	.navbar li>a:focus,.navbar li.news1 {
		background: #829234;
		color:#FFF;
	}
	.navbar li>a:focus,.navbar li.news2 {
		background: #829234;
		color:#FFF;
	}
	.navbar li>a:focus,.navbar li.news3 {
		background: #829234;
		color:#FFF;
	}
	.navbar li>a:focus,.navbar li.news4 {
		background: #829234;
		color:#FFF;
	}
	.navbar li>a:focus,.navbar li.news5 {
		background: #829234;
		color:#FFF;
	}
	.navbar li>a:focus,.navbar li.news6 {
		background: #829234;
		color:#FFF;
	}

	/* Nav: Decisions */ 
	.navbar li>a:focus,.navbar li.decisions0 {
		background-color: #861e75;
		color:#FFF;
	}
	.navbar li.decisions0>a:hover {
		background-color:#CCC;
		color:#000;
	}
	.navbar li>a:focus,.navbar li.decisions1 {
		background: #1A5917;
		color:#FFF;
	}
	.navbar li>a:focus,.navbar li.decisions2 {
		background: #313D5F;
		color:#FFF;
	}
	.navbar li>a:focus,.navbar li.decisions3 {
		background: #AA133B;
		color:#FFF;
	}
	.navbar li>a:focus,.navbar li.decisions4 {
		background: #1E7586;
		color:#FFF;
	}
	.navbar li>a:focus,.navbar li.decisions5 {
		background: #080027;
		color:#FFF;
	}

	/* Nav: Logout */ 
	.navbar li>a:focus,.navbar li.logout {
		background-color: #003560;
		color:#FFF;
	}
	.navbar li.logout>a:hover {
		background-color:#CCC;
		color:#000;
	}
/* ########## */

/* 8. Tables */
	/* Custom Table Format */
	.table-responsive {
		width: 100%;
	}
	.table-bordered {
		border: none
	}
	.table-bordered > thead > tr > th,
	.table-bordered > tbody > tr > th,
	.table-bordered > tfoot > tr > th,
	.table-bordered > thead > tr > td,
	.table-bordered > tbody > tr > td,
	.table-bordered > tfoot > tr > td {
		border: 1px solid #dddddd;
	}

	.table-bordered > thead > tr > th.nb,
	.table-bordered > tbody > tr > th.nb,
	.table-bordered > tfoot > tr > th.nb {
		border: none;
	}

	.table-bordered > thead > tr > th,
	.table-bordered > thead > tr > td {
		border-bottom-width: 2px;
	}

	th { 
		background: #ccc;
		white-space: pre-wrap;	
		word-wrap: normal
	}
	td { 
		background: #FFFFFF;
		text-align: right; 
		white-space: normal;
		word-wrap: break-word;
	}
	table tbody tr:hover th, table tbody tr:hover td  {
		border-bottom: 1px solid #1E7586;
		/*	background: #CFCFCF;*/
	}
	.table-hover > tbody > tr > th:hover {
		background: none;
	}
	td.middle { 
		text-align: left;
	}

	/* Individual colored Tableheader for Customers */
	th.c1 { 
		background: #1A5917; 
		color: #FFFFFF;
	} 
	th.c2 { 
		background: #313D5F; 
		color: #FFFFFF;
	}
	th.c3 {
		background: #AA133B;
		color: #FFFFFF;
	}

	/* Table Manage Games */
	.table-manage-games {
		font-size: 9.0pt;
	}	
/* ########## */

/* 9. Welcome-Page */
	.welcomepage {
		margin-top: 5em;
	}
	.welcomepagetext {
		padding: 10px;
	}
	.welcomepagetext h1 {
		font-size: 26pt;
		text-transform: lowercase;
	}
	.welcomepagetext h1,.welcomepagetext h2,.welcomepagetext h3 {
		color: #003560;
	}
	.welcomepagetext ul {
		margin: 1px;
		padding: 0;
	}
	.welcomepagetext ul li {
		margin: 10px 20px;
		line-height: 15pt;
		padding: 0;
	}
/* ########## */

/* 10. Survey */

    .stickybutton {
    	position: -webkit-sticky;
    	position: sticky;
    	top: 0;
    	background-color: yellow;
    	padding: 50px;
    	font-size: 20px;
    }
    .stickyprogress {
    	position: -webkit-sticky;
    	position: sticky;
    	top: 0;
    }
	table.survey {
		max-width: 98.5%;
		border-collapse: collapse;
		margin-bottom: 2em;
	}
	table.survey td {
		text-align: center;
		border: 1px solid;
		/*border-color: #D5D5D5;*/
		border-color: transparent;
	}
	table.survey tr td {
		padding-top: .5em;
		padding-bottom: .5em;
	}
	.surveyHeader {
		font-size: 0.95em;
		background-color: #EFEFEF;
	}
	table.survey tr:hover   {
		border-bottom: 1px solid #1E7586;
	/*	background: #CFCFCF;*/
	}
	table.survey tr.surveyStatement td.item {
		width: 100px;
	}
	tr.surveyHeaderRow > td {
		background-color: #003560;
		color: #003560;
		font-weight: 700;
	}
	.surveyStatement td.surveyStatementHeader {
		width: 50%;
		background-color: none;
		text-align: left;
	}
	.surveyStatement td.item_list {
		text-align: left;
		border-bottom: none;
		display: block;
		padding-left: 1.25em;
	}
	.surveyStatement td.item_list > LABEL {
		padding-left: 2em;
		margin-top: -2.05em;
		display: block; 
		font-size: 12pt;
		font-weight: normal;	
	}
	table.survey textarea {
		width: 100%;
	}
/* ########## */

/* 11. Decisions */

	/* Slider für eingabe der Entscheidungen 
	.decisions input[type=range] {
    	margin-top: 15px;
    	width: 100%;   
    	border: 0;  
	}
	*/
	.decisions input[type=range] {
  		-webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  		width: 100%; /* Specific width is required for Firefox. */
	}
	.decisions input[type=range]::-webkit-slider-thumb {
	  -webkit-appearance: none;
	}
	.decisions input[type=range]:focus {
		outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
	}
	.decisions input[type=range]::-ms-track {
		width: 100%;
		cursor: pointer;
		background: transparent; /* Hides the slider so custom styles can be added */
	 	border-color: transparent;
	  	color: transparent;
	}
	/* Special styling for WebKit/Blink */
	.decisions input[type=range]::-webkit-slider-thumb {
	  	-webkit-appearance: none;
	  	border: 1px solid #000000;
	  	height: 36px;
	  	width: 16px;
	  	border-radius: 3px;
	  	background: #ffffff;
	  	cursor: pointer;
	  	margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
	  	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
	}
	/* All the same stuff for Firefox */
	.decisions input[type=range]::-moz-range-thumb {
		box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
		border: 1px solid #000000;
		height: 36px;
		width: 16px;
		border-radius: 3px;
		background: #ffffff;
		cursor: pointer;
	}

	/* All the same stuff for IE */
	.decisions input[type=range]::-ms-thumb {
		box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
		border: 1px solid #000000;
		height: 36px;
		width: 16px;
		border-radius: 3px;
		background: #ffffff;
		cursor: pointer;
	}

	.decisions input[type=range]::-webkit-slider-runnable-track {
		width: 100%;
		height: 8.4px;
		cursor: pointer;
		box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
		background: #3071a9;
		border-radius: 1.3px;
		border: 0.2px solid #010101;
	}

	.decisions input[type=range]:focus::-webkit-slider-runnable-track {
		background: #367ebd;
	}

	.decisions input[type=range]::-moz-range-track {
		width: 100%;
		height: 8.4px;
		cursor: pointer;
		box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
		background: #3071a9;
		border-radius: 1.3px;
		border: 0.2px solid #010101;
	}
	.decisions input[type=range]::-ms-track {
		width: 100%;
		height: 8.4px;
		cursor: pointer;
		background: transparent;
		border-color: transparent;
		border-width: 16px 0;
		color: transparent;
	}
	.decisions input[type=range]::-ms-fill-lower {
		background: #2a6495;
		border: 0.2px solid #010101;
		border-radius: 2.6px;
		box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	}
	.decisions input[type=range]:focus::-ms-fill-lower {
		background: #3071a9;
	}
		.decisions input[type=range]::-ms-fill-upper {
		background: #3071a9;
		border: 0.2px solid #010101;
		border-radius: 2.6px;
		box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	}
	.decisions input[type=range]:focus::-ms-fill-upper {
		background: #367ebd;
	}

	.decisions output {
		bottom: 55px;
		position: relative;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
	    line-height: 20px;
	}
	/* Slider Ende */
	.decisions h3 {
		color: #861e75;
		font-weight: bold;
		border-bottom: 1px solid #861e75;
		padding: 0 .5em;	
	}
	.decisions .caption {
		margin: 0;
		padding: 0;
		border: 1px solid transparent;
	}
	.decisions .caption h4 {
		margin: 0;
		padding: .5em;
		background: #585358;
		color: #FFFFFF;
	}
	.decisions .caption {
		margin: 0;
		border: 0;
		background:none;
	}
	.decisions a.btn {
		color: #FFFFFF;
	}
	.decisions a.btn:hover {
		text-decoration: none;
	}

	/* Styling Strategic Decisions */
	td.test > p { 
		padding-left: 0em; 
		margin: 0;
	}
	td.test > label {
		margin: 0;
		padding: 0;
	}
	.test input[type=radio] {
		vertical-align: middle;
	}
/* ########## */

/* 12. Results-Page */
	.result h3 {
		color: #1E7586;
		font-weight: bold;
		border-bottom: 1px solid #1E7586;
		padding: 0 .5em;	
	}
	.result .caption {
		margin: 0;
		padding: 0;
		border: 1px solid transparent;
	}
	.result .caption h4 {
		margin: 0;
		padding: .5em;
		background: #1E7586;
		color: #FFFFFF;	
	}
	.result .r h4 {
		text-align: right;	
	}
	.result .caption {
		margin: 0;
		border: 0;
		background:none;
	}
	.result table > tbody > tr > td:hover {
		background-color: #1E7586;
		color: #FFFFFF;
	}	
/* ########## */

/* 13. Forms */
	/*Styling Radio-Buttons*/
	INPUT.radiostyle[type=radio]
	{
		display: none;
	}
	INPUT.radiostyle[type=radio] + LABEL
	{
		display: inline-block;
		padding: 10px 15px;
		background-color: #FFF;
		border: 1px solid #00355F;
		font-weight: bold;
	}
	INPUT.radiostyle[type=radio]:checked + LABEL
	{
		background-image: none;
		background-color: #00355F;
		color: #FFFFFF;
	}
	label {
		font-weight: bold;
		padding: 10px;
	}
	select {
		width: 100px;
		height: 35px;
		color: #000000;
	}
	input.dec_radio[type=radio] {
		margin-top:6px;
	}
	input[placeholder] { 
		font-weight: 700;
		background: #efefef
	}	
/* ########## */

/* 14. Footer */
	#footer{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0 3em;
		background: #003560;
		color: #FFF;
		opacity: 0.85;
	}

	/* for ie6 */
	* html #footer{
	    position:absolute;
	    top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
	}
	#footer ul {
		margin: 3px auto;
		width: 100%; 
		text-align: center;
	}
	#footer ul li {
		display: inline;
		margin: 0;
		padding: 0;
		font-size: 12pt;
		font-weight: 300;
		line-height: 30px;
		text-align: center;
	}
	#footer a {
		color: #FFFFFF;	
	}

/* ########## */

/* 15. Popover Formatierung - never touch again! */
	.popover-title {
	    /*color: blue;*/
	    font-size: 18.5px;
	    text-align: left;
	    vertical-align: middle;
	    /*height: 50px;  */
	    line-height: 40.2px;
	}
	.popover-content {
	    /*color: #2E2E2E;*/
	    color: white;
	    font-size: 14.5px;
	    font-weight: normal;
	}
	.popover{
	    max-width: 97.4%; /*Max Width of the popover (depending on the container!) */
	    /*top: 10% !important; Tooltip fest an eine Stelle positionieren*/
	    left: 1.3% !important;
	    background-color: #3D3D3D; /*hintergrundfarbe der boxen*/
	    border-width: 4px; 
	    border-color: #3D3D3D;
	}
	/*arrow wird damit vollständig ausgeblendet*/
	.popover .arrow {
		border-width: 0px;  
	}
	.popover.bottom .arrow:after {
	    opacity: 0.0;    
	    width: 0px;
	  	height: 0px;
	}
/* ########## */

/* 16. Tooltips */
	.tooltip > .tooltip-arrow {
		display: none;
	}
	.tooltip > .tooltip-inner {
		border: 3px solid #1e7586;
		background: white;
		color: #000000;
		font-size: 12pt
	}
	/* ########## */

/* 17. Nav-Tabs-Styling */
	span.result { color: #1E7586;}
	.result .nav-tabs a:link {color: #1E7586; text-decoration: none;}
	.result .nav-tabs a:visited {color: #7e0b1b;}
	.result .nav-tabs a:hover {text-decoration: none;}
	span.news { color: #75861e;}
	.news .nav-tabs a:link {color: #75861e; text-decoration: none;}
	.news .nav-tabs a:visited {color: #7e0b1b;}
	.news .nav-tabs a:hover {text-decoration: none;}
	.results .nav-tabs > li.active > a, .results .nav-tabs > li.active > a:hover, .results .nav-tabs > li.active > a:focus {
		background-color: #1E7586;
		color: #FFF;
	}
	.news .nav-tabs > li.active > a, .news .nav-tabs > li.active > a:hover, .news .nav-tabs > li.active > a:focus {
		background-color: #75861e;
		color: #FFF;
	}
	.decisions .nav-tabs > li.active > a, .decisions .nav-tabs > li.active > a:hover, .decisions .nav-tabs > li.active > a:focus {
		background-color: #861e75;
		color: #FFF;
	}
	.customer .nav-tabs > li.active > a, .customer .nav-tabs > li.active > a:hover, .customer .nav-tabs > li.active > a:focus {
		background-color: #861e41;
		color: #FFF;
	}
	.nav-tabs > li.periodnumberresults {
  		float: right;
  		margin: 7px 0 0 0;
  		padding: 5px;
  		background-color: #1E7586;	
  		color: #FFF;
  		border-radius: 4px 4px 0 0;  
	}
	.nav-tabs > li.periodnumbernews {
  		float: right;
  		margin: 7px 0 0 0;
  		padding: 5px;
  		background-color: #75861e;	
  		color: #FFF;
  		border-radius: 4px 4px 0 0;  
	}
	.result .nav-tabs {
		border-bottom: 2px solid #1E7586;
	}
  	.nav-tabs {
		margin: 0 auto;
	}
	.nav-tabs li.c1 > a:hover {
		background: #1A5917; color: #FFFFFF;
	}
	.nav-tabs li.c2 > a:hover {
		background: #313D5F; color: #FFFFFF;
	}
	.nav-tabs li.c3 > a:hover {
		background: #AA133B; color: #FFFFFF;
	}
/* ########## */

/* 18. Everything else */
	span.initial {
		margin-top: 0px; 
		margin-right: 5px;
		font-size: 0.95em;
		font-weight: bold;
		float: left;
		color: #003560;
	}

	span.on {
		color: green;
		font-weight: 700
	}

	span.off {
		color: red;
		font-weight: 700;
	}

	.btn-sharp {
		border-radius: 0;
		height: 100%;
	}
/* ########## */

/* 19. Media Querys */
	/* Tablets Landscape - Decrease Font-Size */
	@media only screen and (max-width : 1024px) {
		.navbar .collapse ul li a {
			font-size: 12px;
		}
	}

	/* ... */
	@media (max-width: 970px) {
		#footer {
			width: 100%;
			height: 3em;
		}
		#footer ul {
				margin: 0 auto;
		}

		#footer ul li {
			display: inline;
			line-height: 75%;
		}
	}

	/* Small Devices, Tablets Portait */
	@media only screen and (max-width : 768px) {
		nav {
			width: 100%;		
		}
		.navbar {
		    width: 100%;
		    margin: 0;
		    padding: 0;
		}
		.navbar-collapse {
		    width:100%;
		}
		.navbar-collapse ul {
		    margin:0px;
		    padding:0px;
		}
		.navbar-collapse li {
		    list-style: none;
		}
		.navbar li.brand {
		    display: none;
		}
		.navbar ul.nav > li {
			width: 100%;
		    background: #003560;
		}		
		.navbar ul.nav li:hover {
		   	background: #FFF;
		   	color: #003560;   	
		}
		.navbar ul.nav {
		    background:#003560;
		}
		.navbar ul.nav li {
		    border-bottom: #fff solid;
		    border-top: #fff solid;
		    border-width: 1px;
		}
		.navbar ul.nav li a {
		    color: #fff;
		    cursor: pointer;
		    text-indent: 10px;
		    text-decoration:none;
		    width:100%;
		    font-size: 16pt;
		}
		.navbar a:hover {
		    text-decoration: none;
		}
		.navbar li:hover {
		    background: #FFFFFF;
		    position: relative;
		}
		.navbar ul.nav li:hover a {
			color: #003560;
		}
		.navbar ul.nav li:hover {
			background: #FFFFFF;
			color: red;
		}				
		ul.sub-menu {
		    display: none;
		}
		li:hover .sub-menu {
		    background: #003560;
		    border: #fff solid;
		    border-width: 1px;
		    display: block;
		}
		.navbar ul.sub-menu li a {
			color: #FFF;
			line-height: 50px;
		}
		.navbar ul.nav li ul.sub-menu li {
			background: #FFFFFF;
			line-height: 50px
		}
		.navbar ul.sub-menu li:hover {
			background: #CCC;
		}		
		.navbar ul.nav li:hover {
			background: #003560;
			color: #FFF;
		}
		.navbar ul.nav li:hover a {
			color: #FFF;
		}
		.navbar ul.nav li:hover ul li a {
			color: #003560;
		}
		.navbar ul.nav li:hover ul li a:before {
			content: "➥ ";
		}
		.navbar ul.nav li ul li:hover {
			background: #FFF;
		}
		.navbar ul.nav li ul li:hover a {
			text-decoration: none;
			line-height: 50px;
			vertical-align: top
		}	

		#footer {
			width: 100%;
			height: 2.5em;
			padding: 3px 1em;
			margin: 0 auto;
		}
		#footer ul {
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
			line-height: 65%;
		}
		#footer ul li {
			display: inline;
			margin: 0;
			padding: 0;
			font-size: 8pt;
			font-weight: 300;
			line-height: 100%;
		}
		#footer ul li a {
			font-weight: 300;
		}
	}
/* ########## */

/* 20. Not in Use ?! */
/*
	#page {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color: #333;
		position: absolute;
		top: 25%;
		left: 30%;
		right: 30%;
	}
	#page p { 
		text-align: center;
	}
	#page span.login-input {
	}
	#page span.login-description { 
		width: 100px;
		display: inline-block;
		text-align: left;
	}

	/* ausgeblendet am 13.11., weil mit Slidern eher störend
	.table-hover > tbody > tr > td:hover {
		background-color: #861e75;
		color: #FFFFFF;
	}

	input.autoNumeric {
		background: white;
		text-align: center;
		width: 100%;
		padding: 0.5em;
		border-radius: 5px;
		border: 1px solid #AAA;
	}

	#meta {
		position: fixed;
		bottom: 0;
		right: 0;
		margin: 2em 0 0 1em;
		padding: 0;
		width: 280px;
	}
	#meta ul {
		margin: 0;
		padding: 0.5em;
		background: #1E7586;
	}
	#meta ul li {
		list-style: none;
		color: #FFFFFF;
	}
	#meta ul li form {
		color: #000;
	}
	#meta strong {
		color: #000;
	}
*/