@CHARSET "ISO-8859-1";


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {
	border: 1px solid #474745;
}

.ui-accordion .ui-accordion-header a { 
	padding: .5em .5em .5em 2.2em;
}

.ui-dialog { padding: 0px; }

.ui-corner-all {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-bottom-right-radius: 0px; 
	border-bottom-right-radius: 0px;

	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-khtml-border-top-right-radius: 0px; 
	border-top-right-radius: 0px;

	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-bottom-left-radius: 0px; 
	border-bottom-left-radius: 0px;

	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-khtml-border-top-left-radius: 0px; 
	border-top-left-radius: 0px;
}

.ui-widget-header { border: none; }

/*.ui-widget-overlay { background: #000; opacity: .75 }*/

/* .ui-tabs .ui-tabs-panel { padding: 1em 0em; } */

body #login_name, #login_pwd {
	width: 250px;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 7px;
	height: 35px;
	/* text-transform: capitalize; */
	padding: 0 10px;
}

body #tabs_start_page {
	border: none;
	background: none;
}

body .ui-tabs .ui-tabs-nav li,
body .ui-tabs .ui-tabs-panel {
	color: #000;
	font-size: 14px;
	background: none;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

body .ui-tabs .ui-tabs-nav li {
	border: none;
	margin-left: 0;
	margin-bottom: -1px;
	
}

body .ui-tabs .ui-tabs-nav li:not(.ui-state-active) {
	  margin-bottom: 1px;
}

body .ui-tabs .ui-tabs-panel {
	border-radius: 0 5px 5px 5px;
}

body #tab_login a,
body #tab_registration span {
	color: #000;
}

body #login_name,
body #login_pwd {
	font-size:14px;
}

body #btn_login {
	width: 120px;
	font-size: 14px;
	height: 30px;
}

body .ui-tooltip {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	border-radius: 5px;
	color: #000;
}


body .content-row {
	background: url("../img/style/background/bg_rotkaeppchen_mumm.jpg?v=1672661219") center top no-repeat;
	background-size:cover;
	background-attachment: fixed;
	min-height: 630px;
	height: 630px;
	height: calc(100vh - 110px);
	width: 100%;
	min-width: 100%;
	
	background-color: #606060\0/; /*use \0/; to apply styles only for IE8*/
}

body .content-row #start_page_center {
	min-width: 600px\0/; /*use \0/; to apply styles only for IE8*/
}

body .content-row #start_page_center .ui-tabs .ui-tabs-nav {
    background: none;
	padding: 0;
	/*display: none;*/
}

body .content-row .marginal_container {
	background-position: center top;
	/*background-image: url("../img/style/background/bg_rotkaeppchen_mumm_glass.jpg");*/
	background-size: 100%;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: inherit;
	
	background-image: none\0/; /*use \0/; to apply styles only for IE8*/
	background-color: #606060\0/; /*use \0/; to apply styles only for IE8*/
}

body #left_container .about.box {
	border: 1px solid #fff\0/; /*use \0/; to apply styles only for IE8*/
}

body #header-row-first {
	padding: 10px 50px;
	margin: 0 299px;
	border-right: 1px solid #606060;
	border-left: 1px solid #606060;
	border-bottom: 0;
}

.binalogic-ui-dialog-content-no-padding.ui-dialog-content { padding: 0px; }

.social {
	display: inline-block;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin: .2em;
	width: 23%;
}

@media screen and (device-aspect-ratio: 4/3)/*, (max-device-width: 1199px)*/ {
	
	body {
		min-width: 600px;
	}
	
	body #header-row-first {
		padding: 10px 5%;
		margin: 0;
		border: none;
	}
	
	body #left_container,
	body #right_container {
		display: none;
	}
	
	body #start_page_center {
		width: 100%;
	}
	
	body #footerContainer {
		width: 100%;
	}
}