/* BODY */
body
{
	margin: 0px;
	background-color: #fcfcfc;
	font-family: 'Titillium Web', sans-serif;
	padding: 0px;
	font-size: 16px;
	line-height: 28px;
    background-size: 100%;
	background-attachment: fixed;
}
/* HEADLINES */
h1
{ 
    color: #61af3a;
    padding-bottom: 0.8em;
    padding-top: 1.0em;
    line-height: 1.4em;
}
h2
{
    color: black;
    padding-bottom: 0.6em;
    padding-top: 0.8em;
    line-height: 1.2em;

}
h3
{
    color: black;
    padding-bottom: 0.3em;
    padding-top: 0.8em;
    line-height: 1.3em;
}

#overlay
{
    width: 100%;
    height: 100%;
    left: 0px;
    background-color: black;
    z-index: 100;
    opacity: 0.75;
    position: fixed;
}
/* On high resolutions */
#top
{
	width: 100%;
	position: fixed;
	height: 62px;
    margin-top: 50px;
	z-index: 10;
	top: 0px;
}
#navigation
{
	width: 100%;
	background-color: #fcfcfc;
	height: 62px;
	z-index: 10;
	position: relative;
}
.shadow
{
	-webkit-box-shadow: 0px 13px 20px -5px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 13px 20px -5px rgba(0,0,0,0.04);
    box-shadow: 0px 13px 20px -5px rgba(0,0,0,0.04);
}
.fixed
{
	position: fixed;
}
#header
{
	width: 90%;
    max-width: 1400px;
    margin: auto;
	position: relative;
	height: 62px;
	z-index: 10;
}
#search
{
	background-color: #383838;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 2;
	border-bottom: 2px #64a63b solid;
	height: 50px;
	font-size: 30px;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}
#search > img
{
    margin-left: 6%;
    width: 24px;
}
#search > input
{
	background-color: #383838;
	color: white;
	border: 0px;
	height: 50px;
	padding: 0px;
	font-size: 30px;
	width: 80%;
	max-width: calc(1400px - 1% - 44px);
	margin-left: 20px;
	outline: none;
	position: relative;
	top: -5px;
}
#background
{
	background: #fcfcfc;
    position: relative;
	height: calc(0.41 * 100vw);
	min-height: 30em;
    margin-top: 112px;
	max-height: 600px;
	width: 100%;
    max-width: calc(1400px);
    overflow: hidden;
    display: flex;
    align-items: center;
}	
#background > .image
{
	min-height: 45em;
	position: absolute;
	padding-top: 0px;
    width: 100%;
    /*max-width: 1663px;*/
    /*opacity: 0;*/
	top: 0px;
    right: -20px;
    display: block;
    height: 100%;
	text-align: right;
    
	/*
    background-image: url(images/img_main.png);
    background-repeat: no-repeat;
    background-position: top center;
	*/
}
#background > .image > img
{
	width: 50%;
	position: absolute;
	left: 45%;
	margin-top: 5%;
	max-width: 1400px;
}
#background > .text
{
	/*height: 460px;*/
	/*position: absolute;*/
    flex: 1;
	width: 50%;
    min-width: 400px;
	max-width: 800px;
    left: 5%;
	padding-top: 30px;
    margin-left: 30px;
	top: 120px;
	display: block;
    color: black;
    z-index: 2;
    font-size: 1.2em;
    text-align: center;
}
#background > .text > .slogan
{
    font-size: calc(24px + 0.5vw);
    line-height: calc(30px +  0.2vw);
    margin-bottom: 1em;
}
#background > .text > img
{
    width: 20vw;
	min-width: 300px;
	max-width: 400px;
    margin-bottom: 2vw;
}
.video-container
{
    flex: 1;
    min-width: 0;
    max-width: 780px;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.3);
}
.video-container .video-js
{
    background: transparent;
}
@media screen and (max-width: 1200px) {
    #background
    {
        flex-direction: column;
        align-items: center;
        height: auto;
        min-height: unset;
        max-height: unset;
        overflow: visible;
        padding-bottom: 2em;
    }
    #background > .image
    {
        position: relative;
        width: 100%;
        top: 0;
    }
    #background > .text
    {
        position: relative;
        width: 90%;
        min-width: unset;
        max-width: 100%;
        left: auto;
        margin: 0;
        padding: 30px 5%;
        top: auto;
        display: block;
        text-align: center;
    }
    #background > .image > img
    {
        width: 100%;
        left: 0%;
    }
    .video-container
    {
        flex: none;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
    }
}
#content
{
	width: 100%;
	position: relative;
	text-align: left;
    /*margin-top: 120px;*/
    margin-top: 70px;
}
#content img
{
    max-width: 100%;
    height: auto;
}
#content > .white
{
	width: 90%;
    padding-left:5%;
    padding-right: 5%;
	background-color: #fcfcfc;
	position: relative;
	padding-bottom: 6em;
}
#content > .grey
{
	width: 90%;
    padding-left:5%;
    padding-right: 5%;
	background-color: #f1f1f1;
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
}
#footer
{
	background-color: #333433;
    width: 90%;
    padding-left:5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
	position: relative;
    color: white;
    min-height: 45vh;
    -webkit-box-shadow: inset 0px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 4px 5px 0px rgba(0,0,0,0.75);
}
@media screen and (min-width: 1555px) {
    #header
    {
        left: 50%;
        margin-left: -700px;
    }
    #search > img
    {
        margin-left: calc(51% - 700px);
    }
    #background
    {
        left: 50%;
        margin-left: -700px;
    }
	#background > .text
	{
		left: 0;
	}
	#background > .text > .slogan
	{
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 1em;
	}
	#background > .text button
	{
		max-width: 200px;
	}
	#background > .text > img
	{
		width: 20vw;
		min-width: 300px;
		max-width: 400px;
		margin-bottom: 20px;
	}
    #content > .white, #content > .grey
    {
        width: 1400px;
        padding-left: calc(50% - 700px);
        padding-right: calc(50% - 700px);
    }
    #footer
    {
        width: 1400px;
        padding-left: calc(50% - 700px);
        padding-right: calc(50% - 700px);
    }
}
#header > .logo
{
	background-image: url(/images/img_logo.png);
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 30px;
	margin-top: 6px;
	margin-bottom: 6px;
    cursor: pointer;
    z-index: 10;
}
#header > .menu > a, #header > .menu > a:visited, #header > .tinymenu a, #header > .tinymenu a:visited
{
	float: left;
	color: black;
	font-size: 1em;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	height: 41px;
	padding-top: 20px;
	border-bottom: 0px;
	-webkit-transition: border-bottom 0.1s, color 0.1s, height 0.3s;
    transition: border-bottom 0.1s, color 0.2s, height 0.3s;
	transition-timing-function: linear;
    line-height: 24px;
}
#header > .menu > a:hover
{
	color: #64a63b;
	border-bottom: 2px #64a63b solid;
	height: 40px;
}
#header > .tinymenu a, #header > .tinymenu > span, #header > .tinymenu a:visited,
#compactmenu a, #compactmenu a:visited 
{
	font-size: 0.8em;
	padding-top: 20px;
	height: 41px;
    float: right;
}
a.user
{
	background-color: #333433 !important;
	color: white !important;
	-moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important;
}
a.user:hover
{
	border-bottom: 0px !important;
	height: 42px !important;
}

#header > .tinymenu a > img, #header > .tinymenu a:visited > img,
#compactmenu a > img, #compactmenu a:visited > img
{
    margin-top: -2px;
    width: 22px;
}
#header > .tinymenu a:hover
{
	color: #64a63b;
	border-bottom: 2px #64a63b solid;
	height: 40px;
}
#header > .tinymenu
{
	position: absolute;
    left: 100%;
    margin-left: -40%;
    width: 40%;
}
#compactmenu
{
    position: absolute;
    left: 50%;
	width: 50%;
    z-index: 5;
}
#compactmenu > a
{
    float: right;
}
#compactmenu > a:visited, #compactmenu > a:hover, #compactmenu > a:active
{
    background: none;
}
#compactmenu > a > img
{
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -3px;
}
#compactmenu > img:last-of-type
{
    margin-right: 0px;
}
#showMenu
{
    background: url('images/icon_menu.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    display: block;
    height: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
.submenu
{
    position: fixed;
    top: 112px;
    min-width: 400px;
    background-color: #282828;
    display: block;
    opacity: 0.98;
    font-size: 0.8em;
    -webkit-box-shadow: 0px 0px 58px -11px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 0px 58px -11px rgba(0,0,0,0.54);
    box-shadow: 0px 0px 58px -11px rgba(0,0,0,0.54);
}
.submenu > div
{
    width: 90%;
    margin-left:5%;
    margin-right: 5%;
    padding-top: 20px;
    padding-bottom: 40px;
}
.submenu > div div
{
    float: left;
    margin-right: 30px;
}
.submenu h1, .togglemenu h1
{
    font-size: 1.5em;
    line-height: 2em;
    padding: 0px;
    color: white;
}
.submenu ul, .togglemenu ul
{
    list-style-image: url('images/icon_li.svg');
    list-style-position: inside;
    line-height: 2.5em;
    padding: 0px;
}
.submenu  li, .togglemenu li
{
    list-style-image: url('images/icon_li.svg');
    font-size: 1.1em;
}
.submenu  a, .submenu  a:visited, .togglemenu a, .togglemeu a:visited
{
    color: white;
    text-decoration: none;
    border-bottom: none;
    height: 2em;
    font-weight: normal;
}
.submenu  a:after, .togglemenu a:after
{
    content: '';
    display: block;
    border-bottom: 2px #64a63b solid;
    width: 0;
    position: absolute;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    margin-left: 13px;
}

.submenu a:hover:after, .togglemenu a:hover:after
{ 
    width: 20px; 
}
/*
Nav Panel
======================================
*/

.panel 
{
  background: #282828;
  z-index: 9;
  position: fixed;
  width: 100%;
  padding-top: 63px;
  font-size: 1.2em;
  height: 100%;
  overflow: auto;
}

.panel > div
{
    width: 90%;
    padding-left:5%;
    padding-right: 5%;
    background-color: #303030;
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel > a {
  display: block;
  border-bottom: 1px solid #323232;
  padding: 1.5em;
  padding-left: 10%;
  padding-right: 10%;
}

.panel a:link,
.panel a:visited {
  color: #fff;
}

.panel a:hover,
.panel a:active {
  color: #64a63b;
}

.nav-icon {
  margin-right: 6px;
}
.wrap 
{
    position: relative;
}
#slider
{
    margin-top: 2vw;
}
.slidercontent
{
    height: 180px;
}
#slider > h1
{
    font-size: 1.5em;
    padding-bottom: 1em;
}
#sliderPages
{
    margin-top: 4em;
}
#sliderPages > .bar
{
    width: 5em;
    height: 0.6em;
    display: block;
    background-color: white;
    opacity: 0.6;
    margin-right: 0.5em;
    float: left;
    cursor: pointer;
}
#sliderPages > .bar:hover
{
    opacity: 1.0;
}
#sliderPages > .bar_active
{
    background-color: #61af3a;
    opacity: 0.9;
}
#main
{
	width: 100%;
	background-color: white;
	position: relative;
	top: 0px;
	z-index: 0;
}
#footer > a
{
    padding-right: 20px;
    color: #dddddd;
}
#footer div
{
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 200px;
    min-height: 180px;
}
#footer > div > a > img
{
    width: 44px;
}
#footer div > a:first-of-type
{
    font-weight: bold;
    padding-bottom: 20px;
    color: white;
}
#footer div > a, #fotter div > a:visited
{
    font-weight: normal;
    display: block;
    color: #dddddd;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.1em;
}
#footer div > a:hover, #fotter div > a:active
{
    color: white;
}

input[type=text], input[type=password], input[type=email], textarea
{
    background-color: white;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px #888888 solid;
	font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	font-family: 'Titillium Web', sans-serif;
}

input[type=submit], input[type=button]
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border: none;
    outline: none;
    background-color: #61af3a;
    color: white;
    -webkit-appearance: none;
    border-radius: 0;
}
input:focus, select:focus, textarea:focus
{
    outline: 1px #303030 solid;
}
input[type=submit]:active, button[type=submit]:active
{
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.32);
    box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.32);
    -webkit-appearance: none;
    border-radius: 0;
}

a, a:visited
{
    color: #61af3a;
    font-weight: bold;
    text-decoration: none;
}

select 
{
    width: 100%;
    padding: 12px 12px;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 0;
    border: 1px #888888 solid;
    background: url(images/icon_select.svg) no-repeat;
    background-position: right 12px top 14px;
    background-size: 10px 10px;
    background-color: #f1f1f1;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
select::-ms-expand { /* for IE 11 */
    display: none;
}
option
{
    font-size: 14px;
}

input[type=checkbox] {
	visibility: hidden;
}

.checkbox {
	width: 50px;
	height: 28px;
	background: #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
	border-radius: 35px;
	position: relative;
}
.active
{
    background: #61af3a;
}
.checkbox label {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50px;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	z-index: 1;
	left: 3px;
	background: #fff;
}
.checkbox input[type=checkbox]:checked + label {
	left: 25px;
}
.invalid
{
	border-bottom: 3px #b80000 solid !important;
	margin-bottom: 3px !important;
}
.table
{
    display: table;
    border-collapse: separate;
    width: 100%;
}
.table > div
{
    display: table-row;
}
.table > div > div
{
    display: table-cell;
    background-clip: padding-box;
    border-right: 5em solid transparent;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
@media screen and (max-width: 840px) {
    .table, .table > div {
        display: block;
    }
    .table > div > div {
        display:inline-block;
        border-right: 0;
    }
}
.mandatory:after
{
    content: ' *';
    color: #d31e00;
}
.form label
{
    font-weight: bold;
    display: block;
}
.form
{
    margin-bottom: 30px;
}
.form > div
{
    clear: both;
    margin-top: 10px;
    position: relative;
}
.form > div > div
{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    position: relative;
}
.form > div > div:first-of-type
{
    padding-right: 5px;
}
.form > div > div:last-of-type
{
    padding-left: 5px;
}
/* content specific */
.scalable
{
    display: table-cell; 
    vertical-align: middle;
}
.scalable img, .scalable video, .scalable button
{
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;          /* vertical alignment of the inline element */
}
.helper 
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.reference:after
{
    content: "*";
    color: #63b03c;
}
.footnote
{
    font-size: 0.7em;
}
.footnote:before
{
    content: "* ";
    color: #63b03c;
}
button
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60bc0f+0,299a0b+100 */
    background: white;
    border: 1px #82c162 solid;
    color: black;
    padding: 1em;
    font-size: 0.8em;
    width: 10vw;
    min-width: 200px;
    outline: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
	transition-timing-function: linear;
}
button.main
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60bc0f+0,299a0b+100 */
    background: #82c162;
    padding: 1em;
    font-size: 0.8em;
    width: 10vw;
    min-width: 200px;
    outline: none;
    color: white;
   -webkit-box-shadow: 3px 10px 39px -8px rgba(207,207,207,1);
    -moz-box-shadow: 3px 10px 39px -8px rgba(207,207,207,1);
    box-shadow: 3px 10px 39px -8px rgba(207,207,207,1);
	transition-timing-function: linear;
}
button:hover
{
    color: white;
    background: #63b03c;
    border: 1px #63b03c solid;
}
button:active
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#157a09+0,75a50d+100 */
    background: #157a09; /* Old browsers */
    background: -moz-linear-gradient(top, #157a09 0%, #75a50d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #157a09 0%,#75a50d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #157a09 0%,#75a50d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#157a09', endColorstr='#75a50d',GradientType=0 ); /* IE6-9 */
}
.quote
{
    margin-top: 6vh;
    margin-bottom: 6vh;
}
.quote > img
{
    width: 20%;
    min-width: 60px;
    float: left;
    display: block;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.quote > div
{
    float: left;
    font-size: 1.2em;
    width: 75%;
    margin-left: 5%;
    margin-top: 2%;
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
}
.quote > div > font
{
    color: #60bc0f;
    font-size: 0.8em;
    padding-top: 1.5em;
    font-style: normal;
    display: block;
}
.quote > div > div:before
{
    content: '„';
    color: #60bc0f;
    font-size: 1.2em;
}
.quote > div > div:after
{
    content: '”';
    color: #60bc0f;
    font-size: 1.2em;
}
.quote:after
{
    content: " ";
    clear: both;
    display: block;
}
.customers
{
    text-align: center;
	margin-top: 5%;
	margin-bottom: 5%;
}
.customers > div
{
    opacity: 0.3;
    min-width: 200px;
	width: 15%;
    min-height: 200px;
    display: inline-block;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}
.customers > div:hover
{
    opacity: 0.6;
}
.customers > div img
{
    max-width: 80%;
    max-height: 80%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.customers:after
{
    content: " ";
    display: block;
    clear: both;
}

/* User related styles */
.error
{
	padding: 10px;
	color: black;
	background-color: #ffe3e3;
	border: 2px #bc0000 solid;
	border-radius: 2px;
}
.success
{
	border: 2px #58b72f solid;
    background-color: #edffe5;
    padding: 10px;
}
.notice
{
	border: 2px #ffc600 solid;
	padding: 10px;
	background-color: #fff7da;
}
.password-wrap
{
    width: 100%;
    position: relative;
}
.toggle-password
{
	width: 26px;
	height: 24px;
	background: url(/images/icon_password.svg) no-repeat;
	background-size: 22px 24px;
	background-position: top 5px right 5px;
	display: block;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   cursor: pointer;
   position: absolute;
   top: 7px;
   right: 10px;
}
.toggle-password:active
{
	background: url(/images/icon_hidepassword.svg) no-repeat;
	background-size: 22px 24px;
	background-position: top 5px right 5px;
}
/* Loading symbol */
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 64px;
  height: 64px;
  margin: -40px 0 0 -40px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #60af39;
  border-bottom: 8px solid #60af39;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Honeypot */
.honeypot
{
	display: none;
}

/* Rotating Ashes logo */
.rot_ashes {
    position: absolute;
    max-width: 600px;
    max-height: 600px;
    height: 35vw;
    width: 35vw;
    left: 52%;
    top: 5%;
    -webkit-animation:spin 40s linear infinite;
    -moz-animation:spin 40s linear infinite;
    animation:spin 40s linear infinite;
    background: url(/images/rotating_ashes.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* Login buttons */
button.linkedin
{
	background-image: url(/images/Sign-In-Large---Default.png);
	background-size: cover;
	width: 160px;
	height: 37px;
	border: 0px;
}
button.linkedin:hover
{
	background-image: url(/images/Sign-In-Large---Hover.png);
}


.slide-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	padding: 10px;
    background: white;
}
.slide-menu .inner {
    display: flex;
    flex-direction: column;
}