/*
* i4 project "hartmut landauer"
* by ditoy e-dentity 2015
*
* made for minimum width of 1000 px
* refer to responsive-design.css fpr smaller sizes
*/

html {
	height: 100%;
}

/* for testing: */
/*div {
	border: 1px #999 dotted;
}*/

body,
td {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;/* 18 */
	line-height: 150%;
	margin: 0;
	padding: 0;
	height: 100%;
}

/* allgemein */
div#logo {
	font-size: 18px;
	padding: 0 0 1em 0;
}
div#logo a {
	text-transform: uppercase;
	text-decoration: none;
}
div#wrap {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	padding-top: 0;
	bottom: 0;
}
div#navigation {
	float: left;
	width: 200px;
	height:100%;
	padding-left: 70px;
}

.navigation_container {
	float: left;
	width: 100%;
}

.navigation_container a {
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 150%;
}
.navigation_container li.active > a {
	font-weight: normal;
}

div#navigation span.edit_icon {
	line-height: 100%;
}

div#navigation ul.navigation_list > li.active > a,
div#navigation ul.navigation_list > li.current > a,
div#navigation ul.nav_level3 li.active > a,
div#navigation ul.nav_level3 li.current > a {
	color: #999;
}

#content {
	margin: 0;
	float: left;
	height: 100%;
}


body.Standard #content {
	width: 670px;
	margin-left: 30px;
}
body.Home div#content {
	width: calc(100% - 275px);
}
div#content a {
	text-decoration: underline;
}
div#content div.detail a {
	text-decoration: none;
}
div#content div.edit_toolbar a {
	text-decoration: none;
}

div#content .aggregator_container {
	max-width: 800px;
}


div#i4_topbar a {
	font-weight: 400;
	color: #ddd;
}
div#i4_topbar a:hover {
	color: white;
}
body.Home.topbar div#i4_message {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}


strong {
	font-weight: 500;
}

/** component showcase */

div.component_showcase ul {
	position: relative;
	height: 100%;
	width: 100%;
	min-height: 200px;
}
div.component_showcase {
	width: 100%;
	float: left;
}
/*div.component_showcase,*/
div.component_showcase ul,
div.component_showcase li,
div.component_showcase p.new_button {
	float: left;
}
div.component_showcase li.work {
	float: left;
	max-width: 250px;
	height: 250px;
	margin: 0 0 30px 30px;
	list-style: none;
	overflow: hidden;
}
div.component_showcase li.work > a.work {
	float: left;
	display: block;
	height: 100%;
}
/*body.topbar div.component_showcase li.work a.work_handles,*/
body.topbar div.component_showcase li.work p.edit_toolbar {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 63px;
	height:25px;
	cursor: move;
	z-index: 20;
	background: white;
	opacity: 0.3;
}
body.topbar div.component_showcase li.work p.edit_toolbar:hover {
	opacity: 1.0;
}
body.topbar div.component_showcase li.work p.edit_toolbar a {
	display: block;
	float: left;
	margin: 3px;
}

div.component_showcase div.picture {
	float: left;
	width: calc(100% - 400px);
}
div.component_showcase div.picture img {
	width: 200px;
	transition: all 0.2s ease-in-out;
}
div.component_showcase div.picture img,
div.component_showcase div.picture iframe {
	display: block;
	float: right;
}
div.component_showcase div.detail {
	padding-top: 0;
	width: 325px;
	height: 100%;
	position: absolute;
	right: 50px;
}
div.component_showcase div.detail p {
	margin-bottom: 1em;
}
div.component_showcase div.detail div.edit_toolbar {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 4px 4px 6px;
	background-color: #eee;
}
div.component_showcase div.detail div.edit_toolbar a {
	opacity: 0.3;
}
div.component_showcase div.detail div.edit_toolbar a:hover {
	opacity: 1.0;
}
body.Home div#content a {
	color: black;
}
body.Home div#content a:hover {
	font-weight: 400;
}
div#content h1{
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
div#content h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}


/** component authentication */

.component_authentication label {
	font-size: 18px;
}
.component_authentication form {
	margin-top: 10px;
}

/** component aggregator  */
.aggregator_item {
	width: 100%;
}

/** component text */

div#content .component_text div.text_standard {
	margin-bottom: 30px;
}
div#content .component_text p,
div#content .component_text div.text_standard,
div#content .component_text h2 {
	font-size: 14px;
	line-height: 130%;
	margin-top: 0;
}
div#content .component_text h1,
div#content .component_text h2 {
	font-weight: 300;
}
div#content .component_text h1 {
	font-size: 18px;
}

/** component line */

div#content .component_line {
	margin-bottom: 12px;
}
div#content .component_line_edit {
	margin-bottom: 24px;
}

/** component library*/

div#content .component_library {
	font-size: 14px; /* 18 */
	padding-bottom: 5px;
}

/** component authentication */

div#content .component_authentication button {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	border-radius: 5px;
	border: 0;
	background-color:black;
	padding: 10px;
	color: white;

}
div#content .component_authentication input[type=text],
div#content .component_authentication input[type=password] {
	padding: 3px;
	border-radius: 5px;
	font-size: 18px;
	width: 200px;
}

/** component image */

div#content .component_image {
	float: left;
	width:100%;
	margin-bottom: 24px;
}
div#content .component_image img {
	width: 100%;
}

/** component link */

div#content .component_link a,
div#content .component_library a {
	font-size: 14px; /* 18 */
}
div#content .component_link a.link_extern,
div#content .component_link a.link_intern {
	background-position-y: 9px;
}
div#content .component_library a {
	background-position-y: 1px;
	padding-bottom: 2px;
}

/** component form element */

div#content .component_form_element .form_row,
div#content .component_form_element .button_container {
	padding: 10px 0 10px 0;
}
div#content .component_form_element label {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	float: left;
	width: 100px;
	margin-left: 10px;
	text-align: right;
	margin-right: 10px;
	padding-top: 5px;
}
div#content .component_form_element button {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	padding: 3px;
	border: 1px solid #a3a3a3;
	background: #ebebeb;
	color: #333;
	margin-left: 120px;
}

/**
* mobile topbar
*/
#mobile_topbar {
  width: 100%;
  position: fixed;
  background-color: white;
  top: 0;
  z-index: 100;
  height: 60px;
  border-bottom: 1px solid #333;
  display: none; }

#mobile_topbar .left, #mobile_topbar .middle, #mobile_topbar .right {
  float: left;
  width: 20%;
  min-height: 20px; }

#mobile_topbar .right {
  float: right; }

#mobile_topbar .middle {
  text-align: center;
  width: 60%; }

#mobile_topbar .middle img {
  width: 189px;
  display: inline;
  margin-top: 12px; }

#mobile_topbar button {
  margin: 15px 10px;
  float: left;
  text-indent: 45px;
  width: 40px;
  height: 30px;
  border: none;
  background: none;
  cursor: pointer;
  overflow: hidden; }

#mobile_topbar button#button_menu {
  background-image: url(../image/rd-nav-icon.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center center; 
}
#mobile_topbar button#button_menu.active {
	opacity: 0.5;
}
#menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none;
}
