/* @override http://clevertemp.studguld.nine.ch/sites/all/themes/clevercare/css/global.css?n0gvze */

/*--- OVERLAY ---*/

#close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	cursor: pointer;
	width: 45px;
	height: 40px;
}

@media (min-width: 970px) {
	#close {
		width: 60px;
		height: 54px;
	}	
}

#overlay {
	display: none;
	overflow: auto;
	position: fixed;
	left: 0px;
	top: 0px; 
	width: 100%; 
	height: 100%; 
	z-index: 100;
	background-image: url(/sites/all/themes/clevercare/img/4x4-overlay_pattern.png);
}

#choose-language {
	color: #fff;
	font-size: 46px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 30%;
}

#overlay ul li a{
	text-align: center;
	float: left;
	width: 120px;
	height: 70px;
	color: #009cda;	
	background-color: #fff;
	text-decoration: none;
	margin-right: 20px;
	margin-bottom: 20px;	
	padding-top: 50px;
}

#overlay ul li a.active,
#overlay ul li a:hover {
	color: #717171;
	background-color: #d7d7d7;
}

/*--- HELPER ---*/

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.row {
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 100%;
  	max-width: 58.75em; /* 940px */
}

.narrow {
	position: relative;
	padding: 0 8.5106383%; /* 80px */
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

strong {
	font-family: 'HelveticaNeueW02-65Medi';
}

/*--- PERFECT - FULLSCREEN ---*/
html, body{
	width: 100%;
    height:100%;
    min-height:100%;
    border : none;
    font-family: 'HelveticaNeueW02-45Ligh';
}

body.fixed {
	position: fixed;
}

.fullscreen-cont {
    display:block;
    position:absolute;
    min-width:100%;
    min-height:100%;
    overflow:hidden;
    background-color: #ddd;
}
.fullscreen-img {
    display:block;
    position: fixed;
    z-index:0;
    display: none;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	z-index: 1;
	position: relative;
}

.fixed-supported .wrapper {
	padding-bottom: 50px;
}

@media (min-width: 600px) {
	.fixed-supported .wrapper {
		padding-bottom: 74px;
	}	
}

@media (min-width: 970px) {
	.fixed-supported .wrapper {
		padding-bottom: 94px;
	}	
}

/*--- BRAND --*/
.fullwidth.brand {
	height: 45px;
	color: #fff;
	background-color: #009cda;
}
.fullwidth.brand p {
	font-size: 16px;
	line-height: 45px;
}
.fullwidth.brand a {
	color: #fff;
	text-decoration: underline;	
}

/*--- HEAD ---*/
.fullwidth.head {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 4px 4px 0px #6c6c6c;
	-moz-box-shadow: 0 4px 4px 0px #6c6c6c;
	box-shadow: 0 4px 4px 0px #6c6c6c;
	background-color: #fff;
	padding-bottom: 30px;
}

#logo {
	position: relative;
	z-index: 100;
	display: block;
}

.logo {
	width: 60px;
	margin-right: 15px;
	float: left;
	padding-top: 40px;
}

.claim {
	padding-top: 50px;
	font-family: 'HelveticaNeueW02-65Medi';
}

.fullwidth.head p {
	color: #009cda;
	font-size: 14px;
}

@media (min-width: 420px) {
	.logo {
		width: 80px;
		margin-right: 15px;
	}

	.claim {
		padding-top: 55px;
	}

	.fullwidth.head p {
		font-size: 16px;
	}	
	
	.footer p {
    line-height: 0.2em;
    margin-left: 0.5em;
    margin-top: 0.8em;
	}

}

@media (min-width: 480px) {
	.logo {
		width: 100px;
		margin-right: 35px;
	}

	.claim {
		padding-top: 60px;
	}

	.fullwidth.head p {
		font-size: 18px;
	}
	
	.footer p {
    line-height: 0.2em;
    margin-left: 0.5em;
    margin-top: 0.8em;
	}	
}

@media (min-width: 600px) {
	.logo {
		width: 120px;
		margin-right: 40px;
	}

	.claim {
		padding-top: 65px;
	}

	.fullwidth.head p {
		font-size: 22px;
	}	
}

@media (min-width: 680px) {
	.logo {
		width: 140px;
		margin-right: 60px;
	}

	.claim {
		padding-top: 70px;
	}

	.fullwidth.head p {
		font-size: 24px;
	}	
}

@media (min-width: 780px) {
	.logo {
		width: 150px;
		margin-right: 90px;
	}

	.claim {
		padding-top: 75px;
	}

	.fullwidth.head p {
		font-size: 26px;
	}	
}

@media (min-width: 850px) {
	.logo {
		width: 160px;
		margin-right: 100px;
	}

	.claim {
		padding-top: 70px;
	}

	.fullwidth.head p {
		font-size: 28px;
	}	
}

@media (min-width: 970px) {
	.claim {
		padding-top: 70px;
	}

	.fullwidth.head p {
		font-size: 32px;
	}	
}

/*--- LANGSWITCHER ---*/
.fullwidth.head .langswitcher, .fullwidth.head .partners {
	position: absolute;
	top: 0;
	height: 40px;

	background-color: #f3f3f3;
	text-align: center;
	cursor: pointer;
}

.fullwidth.head .langswitcher{
	right: 0;
	width: 45px;
} 
.fullwidth.head .partners {
	right: 60px;
	width: 45px;
        background-image: url('../img/partner_button.png');
        background-repeat: no-repeat;
        background-position: center center;
}

.fullwidth.head .langswitcher .lang, .fullwidth.head .partners .partner-link {
	font-size: 16px;
	line-height: 40px;
	color: #a3a3a2;
	text-transform: uppercase;	
}

@media (min-width: 970px) {
	.fullwidth.head .langswitcher, .fullwidth.head .partners {
		height: 55px;
	}
	.fullwidth.head .langswitcher .lang, .fullwidth.head .partners .partner-link {
		font-size: 20px;
		line-height: 55px;
	}
        

        .fullwidth.head .langswitcher{
                right: 0;
		width: 60px;
        } 
        .fullwidth.head .partners {
                right: 75px;
		width: 60px;
        }
}

/*--- BANNER ---*/
.fullwidth.banner {
	position: relative;
	z-index: 0;
	background: none;
	padding-bottom: 30px;
}

/*--- TOPNAVI ---*/
.front .fullwidth.banner ul.menu {
	display: none;
}

.fullwidth.banner ul.menu {
	height: 70px;
	margin: 0 0 0 8.5106383%; /* 80px */
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
}

.fullwidth.banner ul.menu li {
	display: inline-block;
	vertical-align: top;
}

.fullwidth.banner ul.menu li a {
	display: none;
	color: #009cda;
	background-color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 8px 15px;
	margin-right: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-decoration: none;
}

.fullwidth.banner ul.menu li a.active {
	display: block;
}

@media (min-width: 970px) {
	.fullwidth.banner ul.menu li a {
		display: block;
	}
}

.fullwidth.banner ul.menu li a:hover,
.fullwidth.banner ul.menu li a.active, 
.fullwidth.banner ul.menu li a:active {
	color: #8e8d88;
	padding: 15px;
}

/*--- MOBILE NAVI ---*/

.front .open-mobile-nav {
	display: none;
}

.open-mobile-nav,
.close-mobile-nav {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 45px;
	background: url(../img/mobile-nav_icon.png) no-repeat center center #FFF;
	cursor: pointer;
	z-index: 1;
}

.close-mobile-nav {
	display: none;
	z-index: 2;
	background: url(../img/close-btn_nav.gif) no-repeat center center #FFF;
}

.fullwidth.banner .mobile-nav ul.menu {
	height: auto;
	margin-top: 60px;
}

.fullwidth.banner .mobile-nav ul.menu li {
	display: block;
	margin-top: 5px;
	max-width: 250px;
	width: 100%;
}

.fullwidth.banner .mobile-nav ul.menu li a {
	display: block;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.fullwidth.banner .mobile-nav ul.menu li a:hover,
.fullwidth.banner .mobile-nav ul.menu li a:active,
.fullwidth.banner .mobile-nav ul.menu li a.active{
	padding: 8px 15px;
	display: block;
}

@media (min-width: 970px) {
	.open-mobile-nav {
		display: none;
	}	
}

.banner .row {
	height: 100%;
}

.mobile-nav {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/sites/all/themes/clevercare/img/4x4-overlay_pattern.png);
	z-index: 1;
}

/*--- CAROUSEL ---*/

.box {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #FFF;
}

.illu {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}

.front .illu {
	padding-top: 0;
	padding-left: 30px;
	padding-right: 30px;
}

@media (min-width: 970px) {
	.illu {
		float: left;
		width: 50%;
		height: 330px; /* 380px */
		width: 330px;
		padding-top: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}	

	.front .illu {
		padding-top: 50px;
	}
}

.illu img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	padding-bottom: 30px;
}

@media (min-width: 970px) {
	.illu img {
		padding-bottom: 0;
	}
}

.intro {
	padding-left: 5%;
	padding-right: 5%;
}

@media (min-width: 600px) {
	.intro {
		padding-left: 20%;
		padding-right: 20%;
	}		
}

@media (min-width: 970px) {
	.intro {
		float: left;
		width: 50%;
		height: 330px; /* 380px */
		width: 330px;
		padding-top: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}	
}

.intro p {
	text-align: center;
	font-size: 20px;
	line-height: 23px;
	padding-bottom: 30px;
}
.intro p strong {
	color: #009cda;
}

.node-type-category .banner .narrow {
	padding: 0 45px;
}

@media (min-width: 560px) {
	.node-type-category .banner .narrow {
		padding: 0 8.5106383%; /* 80px */
	}
}

.button-wrap .flippy li {
	position: absolute;
	top: 50%;
	left: 0;
	height: 60px;
	width: 45px;
	margin-top: -30px;
	padding: 0;
}

@media (min-width: 560px) {
	.button-wrap .flippy li {
		width: 8.5106383%;
	}	
}

.button-wrap .flippy li.next {
	left: auto;
	right: 0;	
}

.button-wrap .flippy li {
	background: url(/sites/all/themes/clevercare/img/prev-btn_sm.png) no-repeat center center;
}

.button-wrap .flippy li.empty {
	background: url(/sites/all/themes/clevercare/img/prev-btn-grey_sm.png) no-repeat center center;
}

.button-wrap .flippy li.next {
	background: url(/sites/all/themes/clevercare/img/next-btn_sm.png) no-repeat center center;	
}

.button-wrap .flippy li.next.empty {
	background: url(/sites/all/themes/clevercare/img/next-btn-grey_sm.png) no-repeat center center;	
}

@media (min-width: 600px) {
	.button-wrap .flippy li {
		background: url(/sites/all/themes/clevercare/img/prev-btn_md.png) no-repeat center center;
	}

	.button-wrap .flippy li.empty {
		background: url(/sites/all/themes/clevercare/img/prev-btn-grey_md.png) no-repeat center center;
	}

	.button-wrap .flippy li.next {
		background: url(/sites/all/themes/clevercare/img/next-btn_md.png) no-repeat center center;	
	}

	.button-wrap .flippy li.next.empty {
		background: url(/sites/all/themes/clevercare/img/next-btn-grey_md.png) no-repeat center center;	
	}
}

@media (min-width: 970px) {
	.button-wrap .flippy li {
		background: url(/sites/all/themes/clevercare/img/prev-btn.png) no-repeat center center;
	}

	.button-wrap .flippy li.empty {
		background: url(/sites/all/themes/clevercare/img/prev-btn-grey.png) no-repeat center center;
	}

	.button-wrap .flippy li.next {
		background: url(/sites/all/themes/clevercare/img/next-btn.png) no-repeat center center;	
	}

	.button-wrap .flippy li.next.empty {
		background: url(/sites/all/themes/clevercare/img/next-btn-grey.png) no-repeat center center;	
	}
}

.button-wrap .flippy li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 100;
}

/*--- FRONT ---*/

#block-views-front-block > .contextual-links-wrapper {
    right: 40px;
    top: 5px;
}

.front .box {
	position: relative;
	margin-bottom: 20px;
	border: 3px solid #009cda;
	text-align: center;
}

.front .intro {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 970px) {
	.front .intro {
		width: 384px;
		float: right;
	}
	.front .illu {
		float: right;
	}		
}

.front .view-content .box:first-child {
	margin-top: 70px;
}

.front .box h2 {
	font-family: 'HelveticaNeueW02-65Medi';
	font-size: 24px;
	line-height: 27px;
	color: #009cda;
	text-transform: uppercase;
	padding-top: 30px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.front .box p {
	font-size: 18px;
	color: #717170;
	margin: 0;
}

.front .box > :not(.contextual-links-wrapper) a {
	font-family: 'HelveticaNeueW02-Thin';
	font-size: 14px;
	line-height: 14px;
	padding: 10px 30px;
	background-color: #f1f1f1;
	color: #009cda;
	text-decoration: none;
}

.front .box .fulllink a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: transparent;
	text-indent: -9999px;
	overflow: hidden;
}

.front div.symbols {
	font-family: textyperegular;
	font-size: 3em;
	color: #717170;
}

@media (min-width: 600px) {
	
	.front .box h2 {
		font-size: 32px;
		line-height: 35px;
	}
	.front .box p {
		font-size: 22px;
	}
	.front .box > :not(.contextual-links-wrapper) a {
		font-size: 18px;
		line-height: 18px
	}
}

@media (min-width: 970px) {
	
	.front .box h2 {
		font-size: 37px;
		line-height: 40px;
		padding-top: 20px;
	}
	.front .box p {
		font-size: 25px;
	}
	.front .box > :not(.contextual-links-wrapper) a {
		font-size: 21px;
		line-height: 21px
	}
}

/*--- SPRACHE --- */
.locale-untranslated {
	display:none;
}

/*--- MAINCONTENT ---*/
.title {
	font-size: 34px;
	color: #8e8d88;
	font-family: 'HelveticaNeueW02-Thin';
	border-bottom: 1px solid #8e8d88;
	padding-bottom: 15px;
	margin: 50px 0 20px 0;
}
@media (min-width: 450px) {
	.title {
		font-size: 40px;
		padding-bottom: 20px;
	}	
}
@media (min-width: 600px) {
	.title {
		font-size: 50px;
		padding-bottom: 25px;
	}	
}
@media (min-width: 970px) {
	.title {
		font-size: 60px;
		padding-bottom: 30px;
		margin-bottom: 50px;
	}	
}

h2,
.field-name-field-recommendations-and-tips .field-item,
.field-name-field-symbols-explained .field-item {
	font-size: 23px;
	line-height: 28px;
	margin: 0 0 35px 0;
	color: #8e8d88;
}

.field-name-field-symbols-explained {
	display: none;
}

h3 {
	font-size: 20px;
	margin: 10px 0;
	color: #8e8d88;
}

.fullwidth.maincontent {
	background-color: #fff;
	padding-bottom: 120px;
}

@media (min-width: 970px) {
	.node-type-category .subnavi {
		width: 28.9744%;
		padding-right: 5%;
		float: left;
	}

	.node-type-category .block-system {
		width: 66.0256%;
		float: left;
	}	
}


.node-type-category .node-category ul li {
	font-size: 20px;
	line-height: 26px;
	list-style-image: url(../img/quote.jpg);
	margin-left: 20px;
	padding-left: 10px;
	padding-bottom: 5px;
}

table.symbols {
    margin-bottom: 20px;
}
table.symbols td {
    border-bottom: 1px solid #EDEDED;
    padding: 10px 20px 10px 0;
    vertical-align: top;
}
table.symbols td.right {
	font-size: 20px;
	line-height: 26px;
}
table.symbols td.left {
    width: 45px;
    padding: 10px 20px;
}

@media (min-width: 600px) {
	table.symbols td.left {
	    padding: 10px 40px;
	}	
}

@media (min-width: 970px) {
	table.symbols td.left {
	    padding: 10px 60px;
	}	
}

/*--- TABS ---*/

.subnavi ul {
	border-bottom: 1px solid #8e8d88;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.subnavi li.start {
	color: #8e8d88;
}
.subnavi li {
	font-size: 20px;
	line-height: 25px;
	color: #009cda;
	padding-bottom: 15px;
	padding-left: 30px;
}

@media (min-width: 970px) {
	.subnavi li {
		font-size: 23px;
		line-height: 28px;
		float: none;
		padding-bottom: 25px;
		padding-left: 0;
	}
}

.subnavi li.active,
.subnavi li:hover {
	color: #8e8d88;
	cursor: pointer;
}

.field-name-field-symbols {
	display: none;
}

/*--- FOOTER ---*/

.footer {
	position: relative;
	border-top: 1px solid #8e8d88;
	width: 100%;
	background-color: #FFF;
	height: 50px;
	z-index: 2;
}

.fixed-supported .footer {
	position: fixed;
	left: 0;
	bottom: 0;
}

.footer img {
	height: 40px;
	width: auto;
	padding-top: 5px;
	float: left;
}

.footer img:after{
	content: ' ';
	clear:both;
}

.footer p {
    line-height: 0.9em;
    margin-left: 9em;
    margin-top: 0.3em;
}

.footer a {
	font-size: 12px;
	color: #8e8d88;
	text-decoration: none;
}

.footer .detail {
	display: none;
}

@media (min-width: 600px) {
	.footer {
		height: 74px;
	}

	.footer img {
		padding-top: 10px;
		height: auto;
	}

	.footer p {
    line-height: 0.3em;
    margin-left: 1em !important;
    margin-top: 1.3em !important;
}

	.footer a {
		font-size: 16px;
	}
}

@media (min-width: 970px) {
	.footer {
		height: 94px;
	}

	.footer img {
		padding-top: 20px;	
	}

	.footer p {
    line-height: 0.3em;
    padding-left: 11em;
    padding-top: 0.3em;
}

	.footer a {
		font-size: 18px;
	}

	.footer .detail {
		display: inline;
	}
}

@media only screen 
and (min-width : 0px) 
and (max-width : 599px) {

	div.symbols img {
	width: 37%;
	height: auto;
	margin-bottom: 20px;
}
	
}

@media only screen 
and (min-width : 600px) 
and (max-width : 969px) {

	div.symbols img {
	width: 20%;
	height: auto;
	margin-bottom: 20px;
}
	
}

/* Basic Page for Impressum, Partners */
.node-page p {
    font-size: 20px;
    line-height: 25px;
}

.node-page h1, .node-page h2, .node-page h3 {
    font-size: 23px;
    line-height: 28px;
    margin-top: 50px;
    margin-bottom: 35px;
}

.node-page h3 + h3 {
    margin-top: 0px;
}

.node-page h1:first-child, .node-page h2:first-child, .node-page h3:first-child {
    margin-top: 0;
}
