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

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

 .custom-logo {
	width: 205px;
	height: 135px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

 .sidebar-white .custom-logo,
 .sidebar-lightgrey .custom-logo { background-image: url(../../../images/basis/cw-logo.png); }

 .sidebar-black .custom-logo,
 .sidebar-darkgrey .custom-logo { background-image: url(../../../images/basis/cw-logo.png); }


/* Only Phones */
@media (max-width: 767px) {

	.custom-logo { 
		width: 70px;
		height: 90px;
		margin: auto;
	}

	 .sidebar-white .custom-logo,
	 .sidebar-lightgrey .custom-logo { background-image: url(../../../images/basis/cw-logo-small.png); }
	 
	 .sidebar-black .custom-logo,
	 .sidebar-darkgrey .custom-logo { background-image: url(../../../images/basis/cw-logo-small.png); }

}

body #menu .menu-dropdown li.active .level1,
body #menu .menu-dropdown li.level1.hover > a { color: #b6c6d0 !important; }

body #block-side { background: #5d8197; }
body #block-side .module .module-title .icon { top: 2px; }

body #menu .menu-dropdown li.active .level1 { color: lightblue; }
body #menu .menu-dropdown a.level1, body #menu .menu-dropdown span.level1 { color: white; }

body #block-side, body #block-side .module-title, body #block-side a { color: white; }
body #block-side a:hover { color: #ddddee; }
table.flaggen { width: 100%; }
table.flaggen img { width: auto; height: 20px; }
table.flaggen td { color: white; padding: 0 0 20px 0; }

body #block-side .module .module-title .icon { background-image: none; }

body#page { background: #cdd8df url(../images/cw-background.jpg) repeat 50% 0; }

body #block-main h1 { color: #221221; font-weight: 300; }
body #block-main h2 { color: #4e6c7f; text-transform: uppercase; font-size: 18px; font-weight: 300; }

#header { text-align: right; }