/* Add here all your css styles (customizations) */

@import url('/fonts/css/roboto.css');
@import url('/fonts/css/roboto-slab.css');


/* Overwrite Bootstrap */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin:0;
	padding: 1rem 0;
}
h4, .h4 {
	font-weight: bold;
}
p {
	margin: 0;
	padding-bottom: 1rem;
}

body section:not(#zmslightbox-mask) {
	font: 1.5rem 'Roboto Slab', Arial, sans-serif;
}
body section#zmslightbox-mask header {
	z-index:0;
}
body section#zmslightbox-mask a.js-go-to {
	display: none !important;
}
a {
	color: #007bff;
}

header:not(.js-header-fix-moment) div.u-header__section {
	height: 300px !important;
	padding-top: 156px !important;
	background-size: 280px;
	background-repeat:no-repeat;
	background-position-x: calc(100% + 5px);
	background-position-y: -5px;
}
@media (max-width: 992px) {
	header:not(.js-header-fix-moment) div.u-header__section nav #navBar {
		padding: 3px 15px 8px 15px !important;
		margin: 15px 0 0 0;
		background: rgba(25, 25, 25, 0.75);
		border:1px solid #888;
		box-shadow: 0 0 20px rgba(25, 25, 25, 0.75)
	}
}
@media (max-width: 576px) {
	header:not(.js-header-fix-moment) div.u-header__section nav #navBar {
		padding: 3px 15px 8px 15px !important;
		margin: 15px -14px 0 -14px;
		background: rgba(0, 0, 0, 1);
		border-top:1px solid #666;
		border-bottom:1px solid #666;
		box-shadow: 0 0 20px rgba(25, 25, 25, 0.75);
	}
}

body#root header:not(.js-header-fix-moment) div.u-header__section,
body#e21 header:not(.js-header-fix-moment) div.u-header__section,
body#e17 header:not(.js-header-fix-moment) div.u-header__section {
	box-shadow: 0 0 200px rgba(255, 255, 255, 0.67);
}

/* Avoid header overlap for seminar forms */
body.seminar header#js-header.js-header-fix-moment {
	display:none
}

/* NAVIGATION BAR */
header:not(.js-header-fix-moment) div.u-header__section #navBar {
	padding-top: 2.85714rem !important;
}
header:not(.js-header-fix-moment) > div.u-header__section > ul.navbar-nav > li.active a.nav-link {
	color:white !important;
}
header:not(.js-header-fix-moment) div.u-header__section #navBar > .navbar-nav,
header:not(.js-header-fix-moment) div.u-header__section #navBar > .navbar-nav > li.ZMS1,
header:not(.js-header-fix-moment) div.u-header__section #navBar > .navbar-nav > li.ZMS0 {
	margin-left:0px !important;
	font-size:15px;
	text-transform:none !important;
}
header:not(.js-header-fix-moment) div.u-header__section #navBar > .navbar-nav > .hs-has-sub-menu > a::after {
	display:none
}

header a.svglogo.navbar-brand img {
	width: 300px;
	height: 85px;
}

@media (min-width: 768px) {
	header:not(.js-header-fix-moment) div.u-header__section .navbar.navbar-expand-lg,
	header:not(.js-header-fix-moment) div.u-header__section .navbar.navbar-expand-lg > .container {
		display:block;
	}
	header.js-header-fix-moment div.u-header__section a.svglogo.navbar-brand {
		max-width: 280px;
		margin-top:.1em
	}
}
@media (max-width: 767px) {
	header:not(.js-header-fix-moment) div.u-header__section {
		padding-top: 0 !important;
	}
	header a.svglogo.navbar-brand img {
		width: calc(100% - 5rem) !important;
		margin: 0 0 0 1em;
		max-width: 300px !important;
		height: auto !important;
	}
	.hamburger {
		padding-top:6px
	}
}
header.js-header-fix-moment a.svglogo.navbar-brand {
	height: 42px;
	max-width: 200px !important;
}
header.js-header-fix-moment a.svglogo.navbar-brand img {
	width: 130px;
	height: 36px;
}
header:not(.js-header-fix-moment) .u-header__section--light .hamburger-inner,
header:not(.js-header-fix-moment) .u-header__section--light .hamburger-inner::after,
header:not(.js-header-fix-moment) .u-header__section--light .hamburger-inner::before {
	background: white;
}

.u-header__section--light .hamburger-inner,
.u-header__section--light .hamburger-inner::after,
.u-header__section--light .hamburger-inner::before {
	background: white;
}

#navBar ul#nav-link-content > li.nav-item > a.nav-link {
	color: #CCC;
	font-weight: normal;
}
#navBar ul#nav-link-content > li.nav-item.active > a.nav-link {
	color: #FFF;
	font-weight: bold;
}
#navBar ul#nav-link-content li.dropdown-item.current a.nav-link {
	font-weight: bold;
}

.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu {
	display: block !important;
	box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.25);
	margin-top: 10px;
}
header:not(.js-header-fix-moment) .hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu {
	margin-top: 16px;
}
.hs-sub-menu a.nav-link {
	padding: .25rem 1rem;
}

body#root .infobox:hover {
	cursor:pointer;
}
body#root #items151 span.d-inline-block.u-icon-v3 {
	background-position-x: right;
}
body#root #items153 span.d-inline-block.u-icon-v3 {
	background-position-x: 74%;
}
.zms--title h1 {
	font-weight: 300;
	font-size: 3.2rem;
}
@media (max-width: 768px) {
	.zms--title h1 {
		font-size: 2.5rem;
	}
}
.zms--title p {
	font-weight: 700;
}
section p,
section ol,
section ul,
section .ZMSLinkContainer {
	line-height: 1.6;
}



/* ######################### */
/* ZMSGraphic.f_css_defaults */
/* ######################### */

/*--------- .ZMSGraphic --------------*/

.ZMSGraphic {
	background-color: transparent;
	margin: 1em 0;
}
.ZMSGraphic.left {
	text-align:left;
}
.ZMSGraphic.right {
	text-align:right;
}
.ZMSGraphic.center {
	text-align:center;
}
.ZMSGraphic.floatleft {
	float:left;
	margin-right:2em;
}
.ZMSGraphic.floatright {
	float:right;
	margin-left:2em;
}
.ZMSGraphic .alignleft {
	margin-right:10px;
}
.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}
.ZMSGraphic .graphic,
.ZMSGraphic .graphic img {
	max-width:100% !important;
}
.ZMSGraphic .graphic.alignleft {
	float:left;
	text-align:right;
}
.ZMSGraphic .graphic.alignright {
	float:right;
	text-align:right;
}
.ZMSGraphic .text {
	background-color:transparent;
	font-size:14px;
	font-style:italic;
}
.ZMSGraphic .graphic {
	margin-bottom: .5em;
}
.ZMSGraphic.center div.graphic  {
	margin:0 auto
}
.ZMSGraphic.left .graphic.alignleft {
	float:left;
	margin-right:1.2em;
}
.ZMSGraphic.left .text,
.ZMSGraphic.right .graphic,
.ZMSGraphic.right .text {
	width: auto !important;
}
/*-- ## FF Patch ## --*/
.ZMSGraphic.right div.graphic {
	width:100% !important;
}
.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

.ZMSGraphic .graphic {
	text-align:unset !important;
}

/* blog Foto */
#e527,
#e361,
#e348 {
	margin:1em 0;
}
#e527.ZMSGraphic div.text,
#e361.ZMSGraphic div.text,
#e348.ZMSGraphic div.text {
	padding: 0px;
}
#e527.ZMSGraphic div.text p,
#e361.ZMSGraphic div.text p,
#e348.ZMSGraphic div.text p,
#e479.ZMSGraphic div.text p {
	font-size: 11px !important;
}
#e527.ZMSGraphic div.alignleft,
#e527.ZMSGraphic.left div.alignleft,
#e361.ZMSGraphic div.alignleft,
#e361.ZMSGraphic.left div.alignleft,
#e348.ZMSGraphic div.alignleft,
#e348.ZMSGraphic.left div.alignleft {
	margin: 0.2em 1em 1em !important;
}

/*--------- /.ZMSGraphic --------------*/


@media screen and (max-width: 576px) {
	.ZMSGraphic.floatleft {
		float:none;
	}
	#titleimage img {
		width: 180% !important;
		margin:0 0 0 0;
	}
	#titleimage {
		width:100%;
		overflow:hidden;
	}
}
@media screen and (max-width: 992px) {
	#e1379 .ZMSGraphic.left .graphic.alignleft,
	#e1379 .ZMSGraphic .graphic.alignleft {
		float:none;
	}
}
div#e1400 {
	max-width:calc(100vw - 30px);
}

/* Flexbox-Container */
@media only screen and (min-width: 576px) {
	body:not(.zmi) .ZMSFlexbox:not(.contentEditable) {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	body:not(.zmi) .ZMSFlexbox:not(.contentEditable) .ZMSFlexboxItem {
		flex-direction: column;
		background: rgba(0,0,0,.05);
		padding: 1rem;
		margin:1rem 0;
	}
	body:not(.zmi) .ZMSFlexbox:not(.contentEditable) .ZMSFlexboxItem > * {
		margin:0 !important;
		padding:0 !important;
	}
	body:not(.zmi) .ZMSFlexbox .ZMSFlexboxItem {
		flex-basis:calc((100% / var(--data-itemcount)) - 1rem);
	}
	body:not(.zmi) .ZMSFlexbox .ZMSFlexboxItem .ZMSGraphic .graphic,
	body:not(.zmi) .ZMSFlexbox .ZMSFlexboxItem .ZMSGraphic .graphic img {
		width:100% !important;
		max-width:100% !important;
	}
	body:not(.zmi) .ZMSFlexbox .ZMSFlexboxItem .ZMSGraphic .text {
		padding-top:1em;
	}
}

header div.u-header__section {
	background-image:none !important;
}

header:not(.js-header-fix-moment) div.u-header__section #navBar {
	padding-top: .75rem !important;
}

header .g-bg-black {
	background-color: #dc1b1b !important;
}
header:not(.js-header-fix-moment) div.u-header__section {
	padding-top: 139px !important;
}
header .g-bg-black-opacity-0_5 {
	background-color: rgba(52, 58, 64, 0.60) !important;
}
@media (max-width: 992px) {
	header:not(.js-header-fix-moment) div.u-header__section nav #navBar {
		background: rgb(25, 25, 25);
		border: none;
		box-shadow:none;
	}
}
.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu ul {
	margin-top: 0px !important;
}
table.referenz tr td:first-child {
	width:16rem;
	text-align:center;
}
table.referenz tr td p:first-child  {
	margin-top:4rem;
}

body#root[data-clientid="ma_consult"] div#e364.ZMSLinkElement {
	line-height:1.75;
	padding:1rem;
	border:1px solid silver;
	margin:3rem;
}
.u-go-to-v1:hover,
.u-go-to-v1:focus:hover {
	background-color: #dc1b1b;
}

header:not(.js-header-fix-moment) div.u-header__section #navBar > .navbar-nav,
header:not(.js-header-fix-moment) div.u-header__section #navBar > .navbar-nav > li.ZMS1,
header:not(.js-header-fix-moment) div.u-header__section #navBar > .navbar-nav > li.ZMS0 {
	font-size: 17px;
}
header:not(.js-header-fix-moment) .hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu {
	margin-top: .65rem;
}
header .g-bg-black {
	background-color: var(--dark) !important;
}

body[data-clientid="ma_consult"] {
	color: var(--white);
}
body[data-clientid="ma_consult"] #titleimage {
	height: 19rem;
	width:100vw;
	background-size: cover;
	background-color: orange;
	background-position-y: center;
	background-position-x: center;
	background-repeat: no-repeat;
}
@media (min-width: 1200px) {
	body[data-clientid="ma_consult"] #titleimage {
		height: 22rem;
	}
}

/*
	@media (max-width: 768px) {
		body[data-clientid="ma_consult"] #titleimage {
			background-size: calc(100% + 200px);
		}
	}
*/

.zms--title p {
	font-size:2.5rem;
	margin:0 0 2.5rem 0;
	X-color:#929292;
	font-weight:normal !important;
	font-style:normal
}
section:not(#zmslightbox-mask) {
	font: 1.5rem 'Roboto Slab', Arial, sans-serif;
	padding-bottom: 2rem;
}

.infoboxset .infobox h2 {
	font-family: Roboto,Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
}
.infoboxset .infobox p {
	font-size:85%;
}

body section {
	color:black;
}
body[style] .infoboxset .infobox p,
body[style] section,
body section[style] {
	color:white;
}
body section .infoboxset {
	/*
	box-shadow: 0 0 3rem rgba(255,255,255,0.50);
	background-color:#343a4029;
	*/
	background: rgba(0,0,0,0.10);
	border:1px solid black;
	margin-top:3rem;
	margin-bottom: 3rem;
}
@media screen and (max-width: 576px) {
	body section .infoboxset {
		margin-bottom: -2rem;
	}
}
body[style] section .infoboxset,
body section[style] .infoboxset {
	border:1px solid white;
}

#seminar legend {
	font-weight:bold;
	margin-top:2rem;
	background:#343a40;
	padding:1rem;
	color:white
}

.hs-sub-menu-opened  {
	color:black
}
.hs-sub-menu-opened  li ul,
.hs-sub-menu-opened .hs-sub-menu-opened ul {
	box-shadow:none !important;
	top:unset !important;
	left:unset !important;
	display:block !important;
	position:relative !important;
	background:#fff !important;
	visibility:visible !important;
	margin:0 -15px -3px;
	}
.hs-sub-menu-opened  li ul a,
.hs-sub-menu-opened .hs-sub-menu-opened ul li a {
	padding-left:30px !important;
	font-weight:normal !important;
}

@media (min-width: 768px) {
	.hs-sub-menu {
		position: absolute;
		box-shadow: rgb(102 102 102) 0px 0px 1px;
		margin: 9px 0px;
	}
}

div.ZMSFile {
	background:#343a40;
	padding:1rem 2rem 1rem 2rem;
	color: white !important;
}
div.ZMSFile:hover {
	background:black;
	color:#999
}
div.ZMSFile i {
	font-size:3rem;
	margin-right:1rem;
}
div.ZMSFile i,
div.ZMSFile a {
	color: white !important;
}
@media (max-width: 576px) {
	body section .infoboxset {
		border: 1px solid transparent !important;
	}
	section:not(#zmslightbox-mask) {
		font: 1.2rem 'Roboto Slab', Arial, sans-serif;
	}
	#seminar_view .table {
		font-size:1rem;
	}
	#seminar_view .table:first-child {
		margin-top:0
	}
	#seminar_view .table:first-child,
	#seminar_view .table:first-child tr {
		display:block;
		border:none;
	}
	#seminar_view .table:first-child tr {
		margin-top:1rem;
	}
	#seminar_view .table:first-child th,
	#seminar_view .table:first-child td {
		display:inline;
		border:none;
		padding:0;
	}
	.zms--title p {
		font-size: 1.5rem;
		margin-bottom:0;
	}
}

/* TEAM page: */
body#e132 section[id*='section_'] .caption {
	font-style:normal;
}
@media screen and (min-width: 992px) {
	body#e132 section[id*='section_'] .ZMSGraphic {
		margin-left:10%
	}
}
body#e132 .ZMSGraphic .graphic {
	width: 117px !important;
	height: 117px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}
body#e132 .ZMSGraphic .graphic img {
	opacity:0;
}
body#e132 .ZMSGraphic p.caption {
	margin:1rem 1rem 1rem 11rem;
}

/* REFERENZEN */
.referenz_list {
	display:flex;
	flex-direction: row;
	justify-content:left;
	overflow-x: scroll;
}
.referenz_list .referenz {
	display:flex;
	border:1px #e5e5e5 solid;
	vertical-align:middle;
	padding:1rem;
	margin:1rem;
	background:white;
}
.referenz_list .referenz img {
	margin:auto;
	display:inline-block;
}


span.maps {
	background: #ccc;
	padding: 0 .5rem;
	margin: .5rem 0;
	display: inline-block;
	color: white;
}
span.maps a {
	color: white;
}
span.maps a:hover {
	color: white;
	text-decoration:none;
}
span.maps:hover {
	background: #72c02c;
}

section[style="background-color:#009688"] a {
	color:white !important;
	text-decoration: underline !important;
}

#btn_send_msg[disabled="disabled"] {
	cursor:not-allowed;
	opacity:.4;
}