a {
	color: #01538d;
}

body.toolbar-tray-open .navigation_desktop nav {
	z-index: 1500; /*from clickdummy - req for search drop down*/
}

body .toolbar-oriented .toolbar-bar {
	z-index: 1502;
}



/* Navigation + quickbuy with drupal navigation */

/* MAINNAV */
body.toolbar-tray-open.toolbar-horizontal.toolbar-fixed .navigation_desktop nav {
	top: 79px;
}
body.toolbar-vertical.toolbar-fixed .navigation_desktop nav {
	top: 39px;
}
body.toolbar-vertical.toolbar-fixed .navigation_mobile nav {
	top: 39px;
}

body.toolbar-horizontal.toolbar-fixed .navigation_desktop nav {
	top: 39px;
}

/* QUICKBUY*/
body.toolbar-tray-open.toolbar-horizontal.toolbar-fixed .quickBuy  {
	top: 79px;
}
body.toolbar-vertical.toolbar-fixed .quickBuy  {
	top: 39px;
}
body.toolbar-horizontal.toolbar-fixed .quickBuy  {
	top: 39px;
}
/* Navigation + quickbuy with drupal navigation */




#searchWrapper i.icon-search {
	cursor: pointer;
}

.modul-bild {
	text-align: center;
}

.modul-bild .caption {
	text-align: left;
}

.stage .device-container.blank {
	background: transparent;
	box-shadow: none;
}

.stage .device-container.blank [class^="media-section"] {
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
}

.pricing .card.double .base-package a.more, .heroSlider .news-slider .content .inner .hero-teaser a.more, body .modul-cta-box a.more, body.au .modul-cta-box a.more, body.dr .modul-cta-box a.more, body.sr .modul-cta-box a.more, body.bf .modul-cta-box a.more, body.mz .modul-cta-box a.more {
	display: inline-block;
}

.news-slider .media.img-nohand > div {
	margin: auto auto;
	width: 100%;
	display: flex;
	justify-content: center;
}


/* can be removed after compile */
@media (max-width: 992px) {
	#page-header.header.teaser .img-nohand img, #page-header.header.teaser .header img {
		transform: translate(0, 0);
		position: relative;
		left: auto;
		top: 15%;
	}
}
/*#page-header .content .left > div {*/
	/*width: 46vw;*/
/*}*/
/* ned can be removed after compile */

/* description pop up */
.webform-element-help--tooltip {
	padding: 10px;
}
.webform-element-help--tooltip .ui-tooltip-content .webform-element-help--title {
	display: none !important;
}
.webform-element-help--tooltip .ui-tooltip-content .webform-element-help--content {
	font-size: 12px;
	margin-bottom: 0;
}

/* footer social icons white on every page */
#block-socialicons a {
	color: white !important;
}
