/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Layout
----------------------------------------------------------------------------------------------------*/

.custom-logo {
	width: 160px;
	height: 60px;
	background: url(../../../images/yootheme/logo.png) 0 50% no-repeat;
    background-size: contain;
}

.frontpage-headline { 
	padding-bottom: 10px;
	font-weight: bold;
}

/* Bottom
----------------------------------------------------------------------------------------------------*/

#bottom-a .custom h3 { 
	margin-top: 7px;
	margin-bottom: 27px;  
	line-height: 30px;
	font-size: 24px;
}

#bottom-a .custom p {
	margin-top: 0;
	font-family: "OpenSansLight";
	font-size: 18px; 
}

/* rbcustom
----------------------------------------------------------------------------------------------------*/

a:hover { color: #2a2a2a; text-decoration: underline; }

.menu-dropdown li.level2 .level2 span.subtitle { 
	font-size: 11px;
	line-height: 12px;
	font-weight: normal; }

.menu-dropdown ul.level3 { padding: 0px 0px 10px 12px; }

/* Subtitles */
.menu-dropdown span.title { 
	font-size: 12px;
	line-height: 18px;
	text-transform:uppercase;
	font-weight: bold; }

.menu-dropdown span.subtitle {
	margin-top: -1px;
	font-size: 9px;
	line-height: 10px;
	text-indent: 0px;
	text-transform:none;
	padding-bottom: 5px;
}

.menu-dropdown li.level2 .level2 span.title {
	font-size: 12px;
	line-height: 18px;
	text-transform:uppercase;
	font-weight: bold; }

.menu-dropdown li.level2 .level2 span.subtitle { line-height: 14px; }

.menu-dropdown a.level2:hover,
.menu-dropdown a.level3:hover,
.menu-dropdown .module a:hover { text-decoration: none; }

/* Level 2 */
.menu-dropdown a.level2 > span, 
.menu-dropdown span.level2 > span { 
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
	font-weight: bold;
	padding: 7px 0; }
	
.menu-dropdown a.level2,
.menu-dropdown span.level2 {
	padding-left: 20px;
	background-position: 0 -200px;
	background-repeat: no-repeat;
	color: #bcbcbc;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
	font-weight: bold; }
	
/* Search Box
----------------------------------------------------------------------------------------------------*/

.searchbox {
	width: 120px;
	height: 40px;
	margin: 0px;
	padding-right: 25px;
	padding-left: 0px;
}

.searchbox input {
	position: absolute;
	width: 90px;
	height: 40px;
	z-index: 111;
	padding-left: 25px;
	background: url(../images/searchbox_magnifier.png) 0 50% no-repeat;
	font-size: 14px;
	color: #d4d4d4;
	text-transform: uppercase;
}