﻿#Header {
	z-index: 1;
	/*Used for the fancy shadow under the navigation*/
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

@media all and (max-width: 767px) {
	#Header {
		margin-bottom: 20px !important;
	}
}

.headerposition {
	position: relative;
}

@media (max-width: 767px) {
	.headerposition {
		width: 100%;
		position: fixed;
	}
}

.headerpanel {
	background-color: #f7f7f7;
	background: none;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1c5a9c;
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.headerpanel {
		margin-top: 0px;
	}
}

@media (min-width: 768px) {
	.headerpanel {
	}
}

.navbar {
	margin-bottom: 0px;
	border-width: 1px;
	min-height: 0px;
}

@media (min-width: 768px) {
	.navbar {
	}
}

#Header .navbar-default {
	background-color: #fff;
	border: 0px solid #ddd;
	color: #666;
}

@media all and (max-width: 767px) {
	#Header .navbar-default {
		background-color: #fff;
		border: 0px solid #ddd;
		color: #666;
	}
}

.menupanel {
	font-size: 16px;
}

.navbar-header {
	float: right;
	display: block;
}

.navbar-brand {
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: none;
}

.navbar-header .navbar-brand {
	display: none;
}

.navbar-collapse {
	background-color: #fff;
	z-index: 9999999;
	/*Override bootstrap mobile view*/
	display: block !important;
	padding-bottom: 0px;
	overflow: visible !important;
	height: 1px;
	width: auto;
	border-top: 0;
	border-top-color: currentcolor;
	border-top-color: currentcolor;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*Override bootstrap mobile view*/
.navbar-nav {
	margin: 0;
}

/*Override bootstrap mobile view*/
.nav > li {
	position: relative;
	display: block;
	float: left;
}

.navbar-default .navbar-nav > li > a {
	color: #666;
}

.navbar-default .navbar-nav li a.selected:link, a.selected:visited {
	/*Sets the selected page*/
	color: #fff !important; /*Set important cause the chrome browser behavior is stupid*/
	background-color: #00587F;
}

/*Overwrite bootstrap to prevent a scrolling bar in the navigation bar only in big screen size*/
@media (min-width: 767px) {
	.navbar-collapse.in {
		overflow: visible;
	}
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #00587F;
	background-image: none;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	margin-left: 5px;
}

.navbar-nav > li > a {
	padding-top: 9px;
	padding-bottom: 9px;
	color: #666;
}

.navbar-default .navbar-nav > .dropdown:hover > a .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}

#Menu {
	/*Override bootstrap mobile view*/
	margin: 0;
}

@media (max-width: 767px) {
	#Menu {
		float: left;
	}
}

/*Override bootstrap mobile view*/
.dropdown-menu {
	position: absolute !important;
	top: 100%;
	right: auto !important;
	float: none !important;
	left: auto;
	z-index: 1000;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 13px;
	list-style: none;
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	border: 1px solid rgba(0,0,0,0.15) !important;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
	background-clip: padding-box;
}

#PageFrame_HEADLINE_MENU input.TCImageButton {
	/*All TCImageButtons in Headline Menu*/
	background-color: white !important;
}

@media all and (max-width: 767px) {
	#PageFrame_HEADLINE_MENU input.TCImageButton {
		
	}
}

#PageFrame_HEADLINE_MENU input.TCImageButton:hover {
	/*All TCImageButtons in Headline Menu*/
	background-color: white !important;
	border: none !important;
	color: #00587F !important;
}

#PageFrame_HEADLINE_MENU input.TCImageButton:focus {
	/*All TCImageButtons in Headline Menu*/
	outline: 0;
}

#PageFrame_HEADLINE_MENU > div {
	display: inline-block;
	width: unset;
}

	#PageFrame_HEADLINE_MENU > div > .TCRepeaterConrolContent {
		float: none;
	}

/*Workaround for weird Menu Skipline that accours sometimes Setting it to empty string in Code doesn't help*/

a[href="#Menu_SkipLink"] {
	display: none;
}

li.dropdown.open > a > b.caret {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-default .navbar-nav > .open > a .caret {
	border-bottom-color: #fff !important;
	border-top-color: #fff !important;
}

.TCNavigationPanel {
	height: 100%;
	float: left;
}

.TCNoButtonPictures > input
{
	text-indent: 0px !important;
}

#TCSidePanel {
	-webkit-transition: 1s; /* Safari */
	transition: 1s;
}

#TCRightWindow {
	-webkit-transition: 1s; /* Safari */
	transition: 1s;
}

.TCFlexLayoutContainer > .TCNavigationPanel {
	margin: 0px;
}

@media (min-width: 768px) {
}

.TCNavigationPanel {
	padding: 10px;
	background: white;
	min-width: 200px;
}

/*A another different selector for the same thing to overwrite some basic Css in 001_Controls, because the the selectors like ">" have a higher piority than a simple class selector*/
.TCFlexLayoutContainer > .TCNavigationPanel {
	padding: 10px;
	background: white;
	min-width: 200px;
}


@media (max-width: 767px) {

	/*We handle this in our javascript cause the top bottom and so on are handled there if we make it here the transition looks weird cause css gets executed after javascript*/
	.TCNavigationPanel {
	}

	#TCSidePanel {
	}

	#TCRightWindow {
	}

}

.TCNavigationButtonActive {
	background-color: #EFF3F4 !important;
	color: #000 !important;
	text-align: left !important;
	margin-top: 0px !important;
	padding-left: 10px;
	width: 100%;
}

.TCNavigationButton {
	background-color: white !important;
	color: #666 !important;
	text-align: left !important;
	margin-top: 0px !important;
	width: 100%;
	display: block;
	padding-left: 10px;
}

	.TCNavigationButton:hover {
		background-color: #EFF3F4 !important;
		color: #000;
		text-align: left;
		margin-top: 0px;
		width: 100%;
		padding-left: 10px;
	}

.NoButtonPictures > .TCNavigationButton {
	text-indent: 0px !important;
}

	.NoButtonPictures > .TCNavigationButton:hover {
		text-indent: 0px !important;
	}

.NoButtonPictures > .TCNavigationButtonActive {
	text-indent: 0px !important;
}

	.NoButtonPictures > .TCNavigationButtonActive:hover {
		text-indent: 0px !important;
	}


.TCToogleSideNav {
	background-color: transparent;
	background-image: url('../../../img/01_PreDefined/001_Extension/menu48px.svg');
	padding: 5px 20px 25px 15px;
	color: #fff;
	background-position: 5px;
	border: none;
	margin-top: 10px;
	font-size: 15px;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background-size: 21px 21px;
	background-repeat: no-repeat;
	float: left;
}
.TCToogleSideNav span {
	display: none;
}
	/*alternative Design for Toggle SideNav Button*/
	/*.TCToogleSideNav {
	float: left;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
}

	.TCToogleSideNav .icon-bar + .icon-bar {
		margin-top: 4px;
	}

	.TCToogleSideNav .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #888;
	}*/
#TCSidePanel {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: white;
}

#TCRightWindow {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: #ecf0f1;
}



#TCSidePanel {
	border: 1px solid rgba(0,0,0,0.15) !important;
	background-clip: padding-box;
	display: none;
}

#TCRightWindow {
	border: 1px solid rgba(0,0,0,0.15) !important;
	background-clip: padding-box;
	display: none;
	background: #fff;
	position: fixed;
	min-width: 620px;
}


/* mobile */
@media only screen and (max-width: 800px) {

	#TCSidePanel {
		border: 1px solid rgba(0,0,0,0.15) !important;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
		box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
		background-clip: padding-box;
		display: none;
		z-index: 1000;
	}
}

#TCSidePanel.TCVisible {
	display: inline; /*For Internet Explorer*/
	display: initial; /*For everything that supports it*/
}

#TCRightWindow.TCVisible {
	display: inline; /*For Internet Explorer*/
	display: initial; /*For everything that supports it*/
}

	@media screen and (max-width: 768px) {

		.TCToogleSideNav {
			display: inline; /*For Internet Explorer*/
			display: initial; /*For everything that supports it*/
		}
	}

	@media screen and (min-width: 768px) {
		.TCToogleSideNav {
			/*display: none;*/ /*Remove cause the Button should always be visible except when there is no Nodes in the SideNavigation --> this is done in js*/
		}

		#TCNavigationMoreDropDown #PageFrame_HEADLINE_MENU {
			display: none;
		}
	}

	#TCNavigationMoreDropDown {
	}

		#TCNavigationMoreDropDown > ul {
			max-height: 200px;
			overflow-y: auto;
			overflow-x: hidden;
		}

			#TCNavigationMoreDropDown > ul > li {
				float: left;
				min-width: 50%;
				margin: 5px;
			}

		#TCNavigationMoreDropDown .TCNavigationMoreDropDownLink {
			color: white;
			padding: 0;
			text-decoration: none;
			display: block;
			list-style-type: none;
		}

	.TCNavigationMoreDropDownLink > li > a:hover {
		color: #333;
		background-color: transparent;
	}

	.TCNavigationMoreDropDownLink > li > a {
		display: block;
		padding: 5px 15px 5px 25px;
		clear: both;
		font-weight: 400;
		line-height: 20px;
		color: #777;
		white-space: nowrap;
		text-decoration: none;
	}

	.TCMoreButtonNavigationHeadLine {
		color: #666 !important;
		padding: 0 !important;
		font-weight: 700 !important;
	}

		.TCMoreButtonNavigationHeadLine:hover {
			color: #333 !important;
			background: unset !important
		}

		.TCMoreButtonNavigationHeadLine.selected:link, .TCMoreButtonNavigationHeadLine.selected:visited {
			color: #333 !important;
			background: unset !important
		}

	.navbar-default {
		background-image: none !important;
	}

	.navbar-right {
		float: right;
	}
