:root{
    --accent-color: #c4a052;
	--accent-color-lighter:#ffd06b;
    --accent-color-darker:#594925;
}

* {
	margin: 0;
	padding: 0;
}

input[type=submit] {
	-webkit-appearance: none;	
}

input[type=button] {
	-webkit-appearance: none;
}

html {
	width: 100%;
	min-height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: white;
	width: 100%;
	min-height: 100%;
	text-overflow: ellipsis;
	background-color: rgba(0, 0, 0, 0.9);
}

body.nav_open {
	overflow: hidden;
}

.animate {
	-webkit-transition: all 0.2s linear 0.1s;
	transition: all 0.2s linear 0.1s;
	-moz-transition: all 0.2s linear 0.1s;
	-ms-transition: all 0.2s linear 0.1s;
	-o-transition: all 0.2s linear 0.1s;
}

.animate_long {
	-webkit-transition: all 4.0s linear 0.1s;
	transition: all 4.0s linear 0.1s;
	-moz-transition: all 4.0s linear 0.1s;
	-ms-transition: all 4.0s linear 0.1s;
	-o-transition: all 4.0s linear 0.1s;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*+html .clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

a {
	color: #c4a052; 
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a.black {
	color: black;
}

a.black > strong {
	color: #c4a052; 
}

a.pdf {
	background-image: url(../img/pdf.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.button {
	display: inline-block;
	padding: 10px 30px 10px 30px;
	line-height: 30px;
	background-color: #c4a052;
	color: #fff;
	margin-top: 10px;
	font-weight: 500;
	font-size: 1.2rem;
	-webkit-transition: all 0.2s linear 0.1s;
    transition: all 0.2s linear 0.1s;
}

a.pdf:hover, a.button:hover {
	text-decoration: none !important;
	background-color: #000;
}

a > img {
	display: block;
}

.content > a > img {
	margin-bottom: 10px;
}

li {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 32px;
}

p {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 10px;
}

td {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 32px;
}


h1 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #c4a052;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	clear: both;
}

h2 {
	font-size: 1.8rem;
	font-weight: bold;
	color: white;
	display: block;
	text-overflow: ellipsis;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
}

h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #c4a052;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	clear: both;
}

h3 a {
	color: #c4a052;
}

h4, .subtitle {
	font-size: 1.2rem;
	font-weight: bold;
	color: #c4a052;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	clear: both;
}

.subtitle {
	color: black;
	margin-top: 0px;
}

h5 {
	font-size: 1rem;
	font-weight: bold;
	color: #c4a052;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	clear: both;
}

a#logo, a#logo_mobile {
	display: none;
	/*margin: 10%;
	width: 80%;
	height: 300px;
	*/
	width: 100%;
	height: 420px;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	z-index: 500;
}

a#logo_mobile {
	position: absolute;
	right: 5vw;
	top: 20px;
	width: 30vw;
	height: 43px;
	display: none;
	margin: 0px;
	margin-top: 14px;
	background-position: right center;
}

a#menu_icon {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 200;
	cursor: pointer;
	display: block;
	background-position: center;
	padding: 20px;
	width: 30px;
	height: 23px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#menu_icon span {
	display: block;
	position: absolute;
	left: 20px;
	height: 3px;
	width: 30px;
	background: #fff;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#menu_icon:hover span {
	background: #c4a052 !important;
}

#menu_icon span:nth-child(1) {
	top: 20px;
}

#menu_icon span:nth-child(2) {
	top: 30px;
}

#menu_icon span:nth-child(3) {
	top: 40px;
}

#menu_icon.open span {
	background-color: white;
}

#menu_icon.open span:nth-child(1) {
	top: 30px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#menu_icon.open span:nth-child(2) {
	opacity: 0;
}

#menu_icon.open span:nth-child(3) {
	top: 30px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#content_fullscreen {
	max-width: 1440px;
	position: absolute;
	left: 130px;
	top: 0px;
	right: 400px;
	padding: 38px;
	background-color: rgba(0, 0, 0, 0.6);
	min-height: 100%;
}

#content {
	max-width: 1440px;
	position: absolute;
	left: 50px;
	top: 100px;
	right: 400px;
}

#nav {
	width: 100%;
	max-width: 380px;
	position: fixed;
	top: 0px;
	left: 0px;
	padding-top: 100px;
	background-color: rgba(0, 0, 0, 0.6);
	transform: translateX(-500px);
	color: white;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 50;
	padding-bottom: 35px;
	bottom: 0px;
}

#subnav {
	border-bottom: solid 4px #c4a052;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

#subnav > a {
	display: inline-block;
	padding: 14px;
	color: white;
	text-decoration: none;
	margin-right: 4px;
	background-color: rgba(0, 0, 0, 0.8);
}

#subnav > a:hover {
	text-decoration: none;
	background-color: #c4a052;
}

#subnav > a.selected {
	background-color: #c4a052;
	color: white;
	font-weight: bold;
}

#content ul {
	margin-bottom: 10px;
}

#content li {
	margin-left: 30px;
}

#nav a:hover {
	text-decoration: none;
}

.content {
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 40px;
}

#nav ul li {
	list-style-type: none;
	line-height: 50px;
}

#nav ul li a {
	display: block;
	padding: 5px;
	padding-left: 50px;
	font-size: 1.4rem;
	color: white;
}

#nav ul.level1 > li > a {
	font-weight: bold;	
}

#nav ul.level2 {
}

#nav ul.level1 > li:hover ul.level2 {
}

#nav ul.level2 > li > a {
	padding-left: 80px;
}

#nav ul.level1 > li {
	margin-bottom: 1px;
}

#nav ul li a:hover {
	color: #fff;
	background-color: #c4a052;
}

.show_nav {
	transform: translateX(0px) !important;
}

.content_hide {
	transform: translateX(-1490px) !important;
}

#col_right {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 50px;
    width: 300px;
    z-index: 10;
    /*
    background-color: rgba(0, 0, 0, 0.6);

background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 100%);
*/
}

.address {
	display: block;
	color: white;
	text-align: center;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.6rem;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #c4a052;
}

#background-img, #homevideo {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-image: url("../img/background.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
    object-fit: cover;
}

h1.home_text {
	display: block;
	position: fixed;
	left: 50px;
	bottom: 200px;
	color: #fff;
}

h1.home_text > span {
	color: #c4a052;
}

a.home_button {
	display: block;
	position: fixed;
	left: 50px;
	bottom: 100px;
	background-color: #c4a052;
	width: 300px;
	line-height: 60px;
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0.1s;
    transition: all 0.2s linear 0.1s;
}

a.home_button:hover {
	background-color: #000;
}

/******* FORMULAR *******/

form.anfrage {
    width: 80%;
	position: absolute;
	bottom: 100px;
	left: calc(50% - 120px);
}

div.form_displaygroup {
	margin-top: 30px;
    text-align: left;
    font-weight: 700;
    color: #c4a052;
    font-size: 1.2rem;
}

div.form_row {
    margin-bottom: 10px;
    display: block;
}

div.form_submitbutton {
	margin-bottom: 0px !important;
}

div.form_submitbutton > img {
	padding-top: 10px;
	padding-bottom: 11px;
}

div.form_label {
	font-size: 1.1rem;
	padding-bottom: 10px;
}

div.form_anfrage div.form_label {
	display: none;
}

div.form_field {
    width: calc(100% - 20px);
}

div.form_field > input[type="text"], div.form_field > input[type="email"], div.form_field > textarea, div.shop_formfield > input, div.shop_formfield > select, div.shop_formfield > textarea, div.form_field > select {
	background-color: rgba(0, 0, 0, 0.7);
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	padding: 10px;
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
	margin: 0px !important;
	width: 85%;
	line-height: 20px;
	color: white;
	font-weight: bold;
	max-width: 900px;
}

input.formbutton {
    height: 40px;
    display: block;
    background-color: #c4a052;
    color: #fff;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 38px;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    text-align: center;
    cursor: pointer;
    border: none;
    margin-top: 20px;
    -webkit-transition: all 0.2s linear 0.1s;
    transition: all 0.2s linear 0.1s;
    -moz-transition: all 0.2s linear 0.1s;
    -ms-transition: all 0.2s linear 0.1s;
    -o-transition: all 0.2s linear 0.1s;
	padding-left: 10px;
	padding-right: 10px;
}

input.formbutton:hover {
    background-color: #000;
}

table.form_errordata {
	margin-bottom: 15px;
}

table.form_errordata th {
	text-align: left;
	font-size: 1.2em;
	color: #c4a052 !important;
}

ul.form_errors {
	padding: 5px;
	padding-left: 30px;
	border: solid 2px #c4a052;
	margin-top: 5px;
}

ul.form_errors li {
	color: #c4a052 !important;
	font-size: 1.0em !important;
	line-height: 25px !important;
	list-style-image: none !important;
}

div.form_success {
	background-color: #009e00; 
	color: white; 
	padding: 10px;
	border-radius: 10px;
}

.formfield_error {
    background-color: #c4a052 !important;
    color: #fff !important;
}

.formfield_error::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1; /* Firefox */
}

.formfield_error:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white !important;
}

.formfield_error::-ms-input-placeholder { /* Microsoft Edge */
  color: white !important;
}

/******* FORMULAR ENDE *******/

/******* PROJECTS *******/

.project_teaser {
	height: 472px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 50px;
}

.project_teaser_textblock {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: calc(50% - 50px);
	display: block;
	padding: 50px;
	padding-right: 0px;
}

.project_teaser_textblock > a.pdf {
	margin-bottom: 0px;
}

.project_teaser_textblock_style {
	margin-bottom: 20px;
}

.project_teaser_textblock_text {
	text-align: left;
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 32px;
	overflow: auto;
	max-height: 192px;
}

.project_teaser_image_container {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	display: block;
	width: calc(50% - 100px);
	padding: 50px;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
}

.project_teaser_image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding-top: 66.67%;
}

.project_teaser_image:hover {
}

.project_teaser_image_left {
	position: absolute;
	left: 0px;
	width: 100px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../img/arrow_left.png");
	background-size: 25px 50px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	cursor: pointer;
}

.project_teaser_image_left:hover {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 1;
}

.project_teaser_image_right {
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../img/arrow_right.png");
	background-size: 25px 50px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	cursor: pointer;
}

.project_teaser_image_right:hover {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 1;
}

.project_teaser_image_pagination {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}

.project_teaser_image_pagination a {
	background-color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	font-size: 0px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.project_teaser_image_pagination a:hover {
	background-color: rgba(255, 255, 255, 1);
}

.current {
	background-color: #c4a052 !important;
}

.project_teaser_footer {
	position: absolute;
	left: 0px;
	top: 600px;
	right: 0px;
	padding: 50px;
	padding-top: 10px;
	display: block;
}

.project_teaser_footer_left {
	text-align: left;
}

.project_teaser_footer_position {
	font-size: 1rem;
	font-weight: 300;
}

.project_teaser_footer_title {
	color: #c4a052;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 1.8rem;
}

.project_teaser_footer_subtitle {
	color: black;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 25px;
}

.project_teaser_footer_datasheet {

}

.project_teaser_footer_right {
	display: inline-block;
	width: 50%;
	font-size: 0px;
	text-align: right;
}

.project_teaser_footer_scope {
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
}

.project_teaser_footer_price {
	
}

.project_teaser_footer_subtext {
	
}

/******* PROJECTS ENDE *******/

div.partner {
	float: left;
	width: 179px;
	height: 122px;
	margin-right: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: white;
	box-shadow: 0 1px 1px white;
}

a.partner {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

div.teammber_container {
}

a.teammember {
	display: block;
	float: left;
	outline: none;
	cursor: pointer;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	background-color: white;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding-top: 21.33%;
	font-size: 1.1rem;
}

a.teammember:nth-of-type(3n) {
	margin-right: 0px;
}

a.teammember > span > strong {
	color: #c4a052;
}

a.teammember > span {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	color: black;
}

div.job {
	position: relative;
	margin-top: 20px;
	border: solid 1px #c4a052;
	background-color: white;
}

div.job > h2 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	background-color: #c4a052;
	margin: 0px;
	font-size: 1.4rem;
	color: white;
}

div.job > p:last-child {
	margin: 0px;
}

div.jobcontent {
	padding: 20px;
}

a.press {
	display: block;
	line-height: 30px;
	margin-top: 20px;
	padding: 20px;
	background-color: white;
    background-size: 60px 60px;
    background-position: 20px 20px;
    padding-left: 80px; 
}

a.press:hover {
	text-decoration: none !important;
	background-color: white !important;
}

a.press > span {
	color: black;
}

.shadow {
	-webkit-box-shadow: 0px 2px 20px 0px rgba(102,102,102,0.5);
    -moz-box-shadow: 0px 2px 20px 0px rgba(102,102,102,0.5);
    box-shadow: 0px 2px 20px 0px rgba(102,102,102,0.5);
    -webkit-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
}

.shadow:hover {
	-webkit-box-shadow: 0px 2px 20px 0px rgba(66, 66, 66, 0.75);
    -moz-box-shadow: 0px 2px 20px 0px rgba(66, 66, 66, 0.75);
    box-shadow: 0px 2px 20px 0px rgba(66, 66, 66, 0.75);
}

div.caption {
	position: absolute;
	left: 50px;
	bottom: 50px;
}

div.form_success > ul {
	margin-bottom: 0px !important;
}

div.ls_loginform td {
	color: black !important;
	font-size: 0.9rem !important;
}

a.action_button, .actionbutton {
	display: block;
	background-color: #c4a052;
	color: white !important;
	font-size: 1rem;
	font-weight: bold;
	line-height: 38px;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.3px;
	-webkit-transition: all 0.2s linear 0.1s;
	transition: all 0.2s linear 0.1s;
	-moz-transition: all 0.2s linear 0.1s;
	-ms-transition: all 0.2s linear 0.1s;
	-o-transition: all 0.2s linear 0.1s;
}

a.action_button:hover, .actionbutton:hover, input.action_button:hover, input.formbutton:hover {
	background-color: var(--accent-color-lighter) !important;
	text-decoration: none !important;
}

.shop_articel_detail_left {
	background-color: transparent !important;
	border: none !important;
}

.shop_articel_detail_right {
	background-color: #00000096 !important;
	border: solid 1px #3d3d3d66 !important;
}

.articledata_value {
	color: white !important;
}

.shop_article_detail_actions .greybutton {
	margin-top: 10px;
}

.black, #stripe_card_number, #stripe_card_expiry, #stripe_card_cvc {
	background-color: #0a0a0aa6 !important;
	border: solid 1px #e2e2e266 !important;
	color: white !important;
}

#content ul.shop_horizontal li {
	margin-left: 0;
}

#content li.shop_breadcrumb {
	color: var(--accent-color);
	margin-left: 0 !important;
}

#content li.shop_breadcrumb_separator {
	margin-left: 0 !important;
	color: var(--accent-color);
}

li.shop_breadcrumb > a {
	color: var(--accent-color) !important;
}

a.shop_article {
	outline: solid 1px #696969;
}

a.shop_article:hover {
	background-color: #0a0a0aa6 !important;
	outline: solid 1px var(--accent-color) !important;
}

h2.shop {
	margin-top: 0;
}

.shop_cart_quantity select {
	background-color: var(--accent-color);
	color: white;
	padding: 5px;
	font-weight: bold;
}

.shop_article_detail_actions div.actionbutton {
	height: 42px;
}

.shop_article_detail_description {
	line-height: 2.0rem;
}

.shop_searchbutton, .searchfield_button {
	background-color: var(--accent-color);
	cursor: pointer;
}

.optionselect {
	padding: 10px;
}

.shop_video {
	margin-top: 10px;
	border: solid 1px var(--accent-color);
}

.shop_article_image > img {
	object-fit: contain !important;
}

a.shop_article {
	border-radius: 10px;
}

a.shop_article:hover {
	text-decoration: none !important;
}

.shop_article_title, .shop_article_price {
	color: white;
}

.shop_article_title strong {
	color: var(--accent-color);
}

div.shop_article_title {
	height: 72px;
}

.shop_article_price {
	background-color: var(--accent-color);
	border-radius: 10px;
	display: inline-block !important;
	padding: 10px;
	font-weight: bold;
}

.shop_category .shop_article_price {
	display: none !important;
}

.shop_cart_article_image, .order_article_image {
	width: 33%;
	max-width: 150px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
.shop_cart_article_image img, .order_article_image img {
	max-width: 150px !important;
	width: 100% !important;
	height: auto !important;
}

.order_article_title, .order_article_price, .orderdata_subtotal {
	padding-top: 8px;
}

.shop_cart_article_text {
	display: inline-block;
	width: 66%;
	vertical-align: middle;
}
.cart_right {
	margin-top: 100px;
}

a.cartarticle:first-of-type {
	margin-top: 10px;
	border-top: solid 2px var(--accent-color);
}

a.cartarticle {
	color: white;
	text-decoration: none;
	display: block;
	border-top: solid 1px white;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0.9rem;
}
a.cartarticle:hover {
	text-decoration: none;
}
span.cartarticle_price {
	color: var(--accent-color);
}

.cartarticles_subtotal {
	border-top: solid 2px var(--accent-color);
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}

.shop_error_header {
	background-color: #690000;
}

.shop_error_content {
	border: solid 1px #690000;
}

.error {
	border-color: red !important;
}

a.shop_form_title_link {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}