 

:root {
	--molto-bluish: hsl(192deg,35%,51%);
	--molto-bg: #F1EDF0;
	--molto-bluish-dark: #00283B;
	--molto-green-light:   hsla(151deg,35%,85%,1);
	--molto-green:         #3E6B5F;
	--molto-green-darkest: hsla(151deg,35%,15%,1);
	--molto-yellow: #feff00;
	--molto-purple: #6B5A69;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap');

body,
.topbar-nav .nav-link,
.nav-vertical .nav-link p {
	color: #000000;
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
}

/* Required for links with ng-click instead of href. */
.topbar-nav a.nav-link {
	cursor: pointer;
}

.topbar-nav a.nav-link:hover {
	color: var(--molto-green);
	
}


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: 'Mulish', sans-serif;
	
	color: #292b2c;
}

.ivently-green-text, .text-primary {
	color: var(--molto-green) !important;
}

.text-secondary {
	color: var(--molto-bluish) !important;
}

.text-info {
	color: var(--molto-bluish-dark) !important;
}


.home h1 {
	line-height: 1.4;
	font-weight: 500; /* Prefer a more elegant size */
	font-size: 300%;
}

@keyframes animationFrom {
  from { opacity: 0; }
  to { opacity: 1; }
}

.home h4.delayed {	
	opacity: 0;
	animation: animationFrom 1000ms ease-out 5000ms forwards;
}

.topbar-nav .nav-link {
	opacity: 0.7;
}

.form-control {
	font-size: inherit;
}

/* get rid of the dark layer of the header. */
[data-overlay]::before,
[data-overlay-light]::before {
  background: none;
}

/* For colors in header */
.header-inverse, .header-inverse h1 {
	color: #4c5c6b;
}

.section-inverse, .header-inverse {
    background-color: #e4e7ea;
}

.btn-outline.btn-primary {
	color: var(--molto-green);
	background-color: none;
	border-color: var(--molto-green);
}

.btn-outline.btn-primary:hover {
	background-color: var(--molto-green);
	box-shadow: 0 2px 10px var(--molto-green);	
	border-color: var(--molto-green);	
}

.btn-primary, .btn-primary:hover {
	background-color: var(--molto-green);
	border-color: var(--molto-green);	
	color: white !important;
}

.btn-primary:hover {
	box-shadow: 0 2px 10px var(--molto-green);	
}

.btn-secondary, .btn-secondary:hover {
	background-color: var(--molto-bluish);
	border-color: var(--molto-bluish);	
	color: white !important;
}

.btn-secondary:hover {
	box-shadow: 0 2px 10px var(--molto-bluish);	
}

.btn-success, .btn-success:hover {
	background-color: var(--molto-purple);
	border-color: var(--molto-purple);	
	color: white !important;
}

.btn-success:hover {
	box-shadow: 0 2px 10px var(--molto-green);	
}


header .btn-primary, header  .btn-primary:hover {
	background-color: transparent;
	border-color: var(--molto-purple);	
	color: black !important;
	font-size: 100%
}


#pricing {
	/*background-color: #82b3fe;*/ 
	background-color: var(--molto-green);
}

.price-unit {
	font-size: 30px;
	margin-top: 6px;
}
.price-tax {
	font-size: 12px;
	margin-top: 6px;
	color: lightgray;
}

.section {
	padding-top: 30px;
}

.topbar-right .topbar-nav .btn {
	line-height: 3em;
}

.blog-page .card {
	/* Not really smart. Hack to make sure all cards have the same height.*/
	min-height: 480px;
}

.blog-page header {
	padding-top: 40px;
	padding-bottom: 40px;
}

.language-dropdown {
	margin-left: 2em;	
}

section.solution p.lead {
	margin: 3em 0 5em 0; /* vertical align text to top. */
}

.nav-submenu .nav-link.long-solution-title {
	display: initial;
}

.nav-submenu .nav-link.short-solution-title {
	display: none;
}

@media (max-width: 991px) {
	.topbar-expand-md .topbar-toggler {
		height: 45px; /* fine tune alignment of hamburger to ivently logo*/
	}	

	.ivent-header-sub {
		margin-left: initial;
		width:initial;
	}

	.header-background-tr, .header-background-en{
		background-position-x: 54%;
		background-position-y: center;
		background-image: url(assets-ivently/img/headerbackgroundimage-wedding.png?v=72);
	}

	.nav-submenu .nav-link.short-solution-title {
		display: inherit;
	}
	.nav-submenu .nav-link.long-solution-title {
		display: none;
	}
}

@media (min-width: 991px) {
	.ivent-header-sub {
		margin-left: 250px;
		width:700px;
	}

	.header-background-tr, .header-background-en{
		background-position: center right;
		background-image: url(assets-ivently/img/headerbackgroundimage-wedding.png?v=72);
	}	
}

.topbar-nav .dropdown-menu li {
	line-height: 1.5em;
}



.partner img {
  	height: 60px;

	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
}

.partner img.large {
	height: 90px;
}


.profile-photo {
	width: 100px;
	min-width: 100px;
	height: 100px;
	border-radius: 50px;
	background-position: center;
	background-size: 100%;
	box-shadow: 2px 2px 9px 2px #1d1a1a73;
}
.profile-photo-rena {
	background-image: url(assets-ivently/img/rena-profile.png);
}
.profile-photo-michaela {
	background-image: url(assets-ivently/img/michaela-profile.png);
}
.profile-photo-istisnai {
	background-image: url(assets-ivently/img/istisnai_300.png);
}
.profile-photo-lvxevents {
	background-image: url(assets-ivently/img/lvxevents-profile.png);
	background-repeat: no-repeat;
	background-size: 80%;
}

.blockquote {
	margin: 0rem 1rem;
}

.pricing-1 .price {
	font-size: 80px;
}


.price-tag {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.price-tag .user-month {
	display: flex;
	flex-direction: column;
	font-size: 80%;
	color: gray;
	justify-content: center;
	text-align: left;
	margin-left: 0.5em;
}

.pricing-1 small{
	color: #2d3f53;
	font-size: 100%;
}

.pricing-1 .plan-name {
	background-color: #badecd;
}

.pricing-1 .cta_enterprise {
	margin: 0em 1em 0em 1em;
}

.solution-content, .blog-post-content {
	text-align: justify;
	color: #717171; /* Avoid full black for eye ease */
}

.solution-content h3,
.blog-post-content h3{
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #65b58f; /* Molto green */
}

.blog-post-content h3:first-child{
	margin-top: 0em;
}

.solution-content .highlight {
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	color: var(--molto-green); /* Molto green */
}

.faq h6.fw-400 {
	font-weight: 800 !important;
}

h4 {
	font-size: 110%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.pricing-page .feature {
	color: darkgray;
}

.pricing-page .trial-line {
	color: var(--molto-green);
    
}

.blog-post-content .images {
	display: flex; 
	flex-direction: row;
	margin-top: 1em;
	justify-content:center;
}

.price .notice {
	vertical-align: super;
	font-size: 37%;
	color: lightgray;
}

.schablone-container {
	display: grid;
	grid-template-columns: auto auto auto;
}

.schablone-box {
    max-height: 240px;
    min-height: 240px;
    max-width: 320px;
    min-width: 320px;
    box-shadow: none;
    margin: 8px;
    transition: all .5s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    position: relative;
    cursor: pointer;
    background-size: 100%;
    border-radius: 6px;

	background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
}

.schablone-wrapper {
	margin-bottom: 5em;
}

.schablone-wrapper .title {
	max-width: 320px;
    min-width: 320px;

	text-transform: uppercase;
    font-weight: bold;
    color: var(--molto-green);
}

.schablone-wrapper .desc {
	width: 320px;
}

.schablone-wrapper:hover .schablone-box {
	box-shadow: 0 0 6px 1px rgb(0 0 0 / 60%), 0 0 0 1px rgb(0 127 0 / 6%);
    transition: all .25s ease-out;
    background-size: 115%;
}

.home .schablone-container {
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	max-width: 630px;
}

.home .schablone-wrapper {
	width: 200px; 
    height: 220px; 
    margin: 0;
    padding: 10px;
    overflow: auto;
}

.home .schablone-wrapper .title {
	max-width: unset;
    min-width: unset;

	text-transform: unset;
    font-weight: unset;
    color: var(--molto-green);

	line-height: 1.25;
}

.solution h1 {
	position: relative; 
	z-index: 1; 
	font-size: 3.1rem;
	line-height: 1.1;

	color: var(--molto-bluish);
	font-weight: 400;
}

.topbar-brand {
	margin-right: 1em;
}

.topbar-brand img {
	max-height: 55px; /* As large as possible */
}

.solution-content .cta h2 {
	min-height: 3em;
}

.solution-content .cta .secondary h2{
	color: var(--molto-bluish);
}

.benefits .flexbox.gap-items-4:hover p strong {
	color: var(--molto-bluish); 
	transition: all 0.25s linear;
}

.benefits .header {
	padding: 80px 60px;
}

.benefits .header {
	background-color: var(--molto-green);
}

.benefits .header h1 {
	color: white;
}

.industries-grid {
	display: flex;
	justify-content: space-between;
}

.industries-grid-item {
	border: 1px solid rgba(0,0,0,0);
	border-radius: 20px;
	padding: 20px;
	background-color: rgba(255,255,255,1);
	text-align: center;
	width: 200px;
	height: 200px;

	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}

.industries-grid-item:hover {
	background-color: var(--molto-green-light);
	transition: background-color 0.25s linear;
}

.industries-grid-item .title{
	font-size: 14px;
	font-weight: bold;
	min-height: 3em;
    line-height: 1.2;
	color: var(--molto-green-darkest);

	margin-bottom: 10px;
}

.industries-grid-item .circular-mask {
	width: 100px;
	height: 100px;

	border: none;
	margin: auto;
}

.industries-grid-item .desc{
	font-weight: normal;
	color: gray;
	font-size: 90%;

	min-height: 7em;
	line-height: 1.3;
}

.circular-mask {
	border-radius: 50%;
    border: 1px solid white;
    width: 100px;
    overflow: hidden;
    height: 100px;    
}

/* Home page hides unnecessary items on the toolbar, to reduce visual clutter. */
.nav-item.home {
	display: none;
}

.home .topbar-right .topbar-nav{
	display: flex;
}

.home .topbar-right .separator { 
	flex-grow: 1;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
	letter-spacing: normal;
}

.header {
	background-color: var(--molto-bg);
}

.header .logo-inline {
	height: 5.5em;
    margin-right: 1em;
    transform: translateY(-13px);
}

.header h1 {
	color: #000;
	font-weight: 600;
}

.header h2 {
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
}

.header h2 {
	color: black;
	line-height: 1.2em;
	text-align: left;
	text-transform: capitalize;
	
	font-weight: 900;
	font-size: 52px;
	color: #00283B;
}

.header h4 {
	
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
		
	text-align: left;
}

@media (max-width: 768px) {
	.schablone-container {
		grid-template-columns: auto;
	}

	.industries-grid {
		justify-content: center;
    	flex-wrap: wrap;
	}

	.industries-grid-item {
		margin: 1em 0;
		width: 300px; /* Looks nicer */
	}

	.home .topbar-left{
		display: initial;
	}

	.home .topbar-left .topbar-brand {
		display: none;
	}

	.home .topbar-right .separator { 
		display: none;
	}

	/* Hide signup button in the mobile dropdown menu. It is too wide. */
	.topbar-nav .nav-item .btn.signup {
		display: none;
	}
}

.text-highlight1 {
  font-weight: bold;
  color: var(--molto-bluish);
  text-shadow: 0 0 3px #b7bbc3;
}

.text-highlight2 {
  font-weight: bold; 
  color:var(--molto-green);
  text-shadow: 0 0 3px #c0bfcd;
}

.solution .lead-header {
	position: relative;
}

.solution .lead-header h2 {
	position: relative; 
	z-index: 1; 
	color: var(--molto-green);
}

.solution .lead-header h2 {
	text-align: left;
    font-size: 175%;
}

.solution p {
	line-height: 1.5;
}

.solution .lead-header h1 {
	text-align: left;
}

.highlight-yellow {
	width: 10em;
	height: 2.0em;
	background-color: var(--molto-yellow);
	position: absolute;
	top: 76px;
	opacity: 0.15;
	left: 39px;
}

.highlight-green {
	width: 8em;
	height: 1.5em;
	background-color: var(--molto-green);
	position: absolute;
	top: 16px;
	opacity: 0.15;
	left: 50px;
}

.highlight-purple {
	width: 7em;
	height: 1.8em;
	background-color: var(--molto-purple);
	position: absolute;
	top: 22px;
	opacity: 0.15;
	left: 15px;
}

.topbar-nav .nav-item+.nav-item {
    margin-left: 20px;
}

.topbar-nav a.nav-link {
	letter-spacing: 0.15px;
}

.site-footer a.nav-link{
	white-space: normal;
}

body > section > main > section:nth-child(1) > div > div > div > div:nth-child(4)

/* Must come after all. */
@media all and (max-width: 420px) {
	/* .topbar-right .topbar-nav .btn ,
	.topbar-right .topbar-nav a {
		font-size: 80%;
		padding-left: 5px;
		padding-right: 5px;
	} */

	/* .topbar-right .topbar-nav .nav-item {
		margin-left: 2px;		
	}

	.topbar-left .topbar-brand img {
		max-width: 50px;
	} */

	.language-dropdown {
		margin-left: 0;
		width: 8em;
	}

	.col-12 {
		padding-left: 5px;
		padding-right: 5px;
	}

	section.solution p.lead {
		margin: 1em 0 1em 0;
	}

	.solution .lead-header h1,
	.solution .lead-header h2 {
		text-align: center;
	}

	.section {
		padding-bottom: 20px;
	}

	.partner img {
		margin-left: 6px;
		margin-right: 6px;
	}

	.hide-on-mobile { display: none; }
}
