/*
Theme Name: Lukas Lang
Theme URI: http://www.lukaslang.com
Author: Archan Johann, Patrick Stürmer
Description: Custom Theme for Lukas Lang
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lukaslang
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: #5c5c5c;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/* Mache alle kursiven Inhalte in LLBT ROT! */
     em{
          color: #9A171C !important
     }
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
*	Custom CSS
*/

html {
	font-family: 'Roboto Condensed', sans-serif;
	min-width: 320px;
}

p {
	margin-bottom: 15px;
}

p, span, h1, h2, h3, h4, h5, h6, div {
	text-shadow: none;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: inherit;
}

.standard-width {
	max-width: 1200px;
}

p:last-child {
	margin-bottom: 0;
}

.clear {
	clear: both;
}

#language-switcher-container {
    position: absolute;
    right: 45px;
    top: 50%;
    margin-top: -12px;
	color: #c85149;
}

#language-switcher-container ul {
	display: block;
	background-color: #f2f2ea;
	width: 30px;
	height: 30px;

	color: #c85149;
}

select::-ms-expand { /* for IE 11 */
    display: none;
}

#language-switcher-container ul select {
	border: none;
	width: 100%;
	height: 100%;
	/*-webkit-appearance: initial;
    -moz-appearance: initial;
	appearance: initial;*/
	background-color: #f2f2ea;
	outline: none;
	font-size: 16px;
    text-transform: uppercase;
    color: #c85149;
    padding-left: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;

}

@-moz-document url-prefix() { /* for Firefox */
    #language-switcher-container ul select {padding-left: 0px;}
}

#language-switcher-container ul select > option {
	/*width: 100px;*/
	
}

/* Hide Language Switcher */
.lang-item {
    display: inline;
	float: right;
}

/* Hide Technology */
#section-10, .nav-10, #nav-10 {
	display: none !important;
}

.active-footer-menu-item {
	text-decoration: underline;
}

#header {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 60px 17px 0;
	position: fixed;
	z-index: 1000;
	
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.sticky-header {
	/* top: 4px !important; */
}

#header-logo {
	display: block;
	width: 260px;
	background-color: #fff;
	padding: 14px;
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 2px 0px #808080;
}

#primary-nav-button {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 260px);
	z-index: 1;
	min-width: 220px;
}

#header-logo img {
	display: block;
	width: 160px;
	float: right;
}

.transparent-background {
	background-color: rgba(154,23,28, 0.9);
}

.primary-menu-container {
	padding: 0 15px;
	position: absolute;
	width: 100%;
	top: -10px;
	left: 250px;
	min-height: 58px;
}

.primary-menu-bars.fa-navicon:before, .primary-menu-bars.fa-reorder:before, .primary-menu-bars.fa-bars:before {
	position: relative;
	font-size: 21px;
	display: block;
	margin-top: -1px;
}

#ll-main-nav {
	cursor: pointer;
}

#nav-wrapper {
	display: none;
}

.sub-menu {
	padding: 5px 0;
	display: none;
}

.sub-menu > li {
	padding: 5px 14px;
}

.sub-menu a {
	font-size: 16px;
	display: block;
	color: #fff;
}

#ll-main-nav {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -12px;
	padding: 6px;
	color: #9a171c;
	background-color: #fff;
	width: 30px;
	height: 30px;
}

.nav-bars-color-switch {
	background-color: transparent !important;
	color: #fff !important;
}

.primary-menu > li > a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	position: relative;
	border-bottom: 3px solid transparent;
	display: block;
}

#site-navigation > .lang-item {
	display: none;
}

.primary-menu {
	padding: 0 20px 0 10px;
	font-size: 0;
}

.primary-menu .lang-item {
	text-transform: uppercase;
}

.primary-menu .primary-responsive-plus {
	display: none;
}

.primary-menu > li {
	display: inline-block;
	padding: 0px 10px;
	position: relative;
}

.display-nav-wrapper {
	display: table !important;
}

.display-block {
	display: block;
}

.change-to-minus:before {
	content: '\f068' !important;
}

.primary-menu li a, textarea {
	font-family: 'Roboto Condensed', sans-serif;
}

html, body, #page, .site-inner, .home-section {
/* 	height: 100%; */
	width: 100%;
}

.section-inner, .page-content-section-bottom-container {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.section-inner {
	padding-top: 20px;
}

.home-section, .child-page-section, .intro-image-section, #page-section, #single-section {
	min-height: 520px;
	padding: 80px 0;
	position: relative;
}

#page-section, #single-section {
	color: #5c5c5c;
	line-height: 1.2;
}

#page-section .page-wrapper, #single-section .single-wrapper {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}

#page-section .page-content, #single-section .single-content {
	max-width: 90%;
	display: block;
	margin: 0 auto;
}

#page-section .page-content a {
	color: #9A171C;
	text-decoration: underline;
}

#page-section .legal-credits {
	margin-top: 20px;
	width: 100%;
	margin-right: 0;
	display: block;
}

.page-content-section {
	padding: 80px 0 60px 0;
	position: relative;
}

#reference-page, .reference-page-more, .news-page-more {
	min-height: 520px;
	padding: 30px 0 60px 0;
	position: relative;
	width: 100%;
	display: block;
	background-color: #5c5c5c;
	overflow: hidden;
}

.single-content-wrapper {
	display: block;
	width: 100%;
	font-size: 0;
}

.single-content .image-content, .single-content .text-content {
	display: inline-block;
	vertical-align: top;
	margin: 0 2%;
}

.single-content .image-content {
	width: 25%;
	max-width: 250px;
}

.single-content .image-content img {
	width: 100%;
	height: auto;
	display: block;
}

.single-content .text-content {
	width: 67%;
	font-size: 16px;
}

.home-section{
	padding: 80px 0;
}

#home-slider-section.home-section {
	padding: 0;
}

.news-page-more {
	background-color: #929091;
}

.home-section-intro, .featured-image-section, .intro-image-section {
	height: 720px;
}

#home-slider {
	height: 720px;
	width: 100%;
}

.home-section-intro .intro-image {
	width: 100%;
}

.home-section h1, .page-content-section h1, #page-section h1, #single-section h1 {
	text-align: center;
	font-size: 36px;
	word-break: break-all;
	word-break: break-word;
}

.preview-excerpt {
	word-break: break-word;
}

.preview-excerpt p {
	font-size: 15px;
	line-height: 1.1;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

.preview-excerpt {
	font-size: 15px;
	line-height: 1.1;
	text-align: center;
}

.preview-excerpt h1 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	/* font-weight: bold; */
}

.preview-wrapper {
	display: block;
    width: 90%;
    margin: 0 auto;
	font-size: 0;
	padding: 40px 1px;
}

.preview-box {
	display: inline-block;
    width: 25%;
    padding: 10px;
	font-size: 14px;
	vertical-align: top;
}

.preview-image-container {
	width: 100%;
	height: auto;
	max-height: 250px;
	display: block;
}

.preview-image-container img {
	width: 100%;
	height: auto;
	display: block;
}

.preview-excerpt {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 10px;
}

#wp-admin-bar-wpseo-menu, #wp-admin-bar-comments, #wp-admin-bar-updates, #wp-admin-bar-customize {
	display: none;
}

.footer-section {
	background-color: #f2f2ea;
	padding: 40px 0;
}

#footer {
	width: 100%;
	display: block;
	margin: 0 auto;
}

#footer-navigation {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#footer-navigation table {
	font-size: 20px;
	width: 100%;
}

#footer-navigation td {
	padding-right: 2%;
}

#footer-navigation td:last-child {
	padding-right: 0;
}

#footer-navigation h2 {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.footer-section-bottom {
	width: 100%;
	display: block;
	background-color: #9A171C;
	min-height: 80px;
	padding-bottom: 10px;
}

#footer-bottom {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding-top: 10px;
}

.footer-navigation-menu-block li {
	margin-bottom: 10px;
}

.footer-navigation-menu-block li a {
	font-size: 17px;
}

.footer-bottom-nav {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-right: 0%;
	margin-bottom: 20px;
}

.footer-bottom-nav li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: top;
}

.footer-bottom-nav li a {
	color: #fff;
}

.footer-bottom-nav li:last-child {
	margin-right: 0;
}

.footer-navigation-menu-block .navigation-list-title a {
	color: #9A171C;
	font-weight: bold;
	font-size: 20px;
}

.footer-navigation-menu-block-contact li a {
	font-size: 15px;
}

.footer-navigation-menu-block-contact p {
	font-size: 14px;
	line-height: 1.1;
}

.page-detail-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto 50px auto;
}

.page-detail-intro, .page-content-section-bottom-inner {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.page-content-section h1, #page-section h1, #single-section h1 {
	margin-bottom: 20px;
}

.page-content-section p {
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
}

.output-wrapper {
	padding-top: 60px;
}

.output-block {
	margin-bottom: 50px;
	position: relative;
}

.output-block img {
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.output-description-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
}

.output-description-outer {
	position: relative;
    display: table;
    height: 100%;
    width: calc(100% + 1px);
}

.output-description-inner {
	position: relative;
    display: table-cell;
    vertical-align: middle;
	text-align: right;
}

.output-description {
	min-width: 200px;
	max-width: 350px;
    max-height: 295px;
    display: inline-block;
    background-color: rgba(242,242,234, 0.9);
	position: relative;
}

.page-content-section .page-child-image-desc {
	font-size: 16px;
	text-align: left;
	padding: 15px;
	max-height: 295px;
    overflow: hidden;
}

.output-description-image {
	position: absolute;
    right: 15px;
    top: -145px;
}

.output-text {
	max-width: 800px;
	padding: 20px;
	background-color: #f2f2ea;
}

.output-text h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

.output-text p {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.output-text p, .page-content-section .attachement-text {
	font-size: 16px;
	text-align: left;
}

.page-content-section-bottom-inner {
	padding-top: 30px;
	font-size: 0;
	overflow: hidden;
	position: relative;
}

.attachment-box {
	width: 25%;
	display: block;
	float: left;
	position: relative;
}

.attachment-box:last-child {
	padding-right: 0;
}

.attachement-container {
	display: none;
	position: relative;
}

.att-border-wrapper {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	position: relative;
}

.att-border-wrapper-inner {
	max-width: 90%;
	display: block;
	margin: 0 auto;
	position: relative;
}

.att-container-wrapper-color {
	background-color: #9A171C;
	padding: 20px 0;
}

.attachement-container p {
	max-width: 500px;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 0;
	padding-bottom: 15px;
	margin: 0 auto;
	display: block;
}

.attachement-outer {
	display: block;
	margin: 0 auto;
	position: relative;
}

.attachement-inner {
	max-width: 90%;
	display: block;
	margin: 0 auto;
	position: relative;
}

.attachement-inner a {
	color: #9A171C;
}

p.attachement-text {
	padding: 0 5px 500px 5px;
    margin-bottom: -500px;
	border-left: 10px solid #9A171C;
	word-break: break-all;
	word-break: break-word;
}

.page-content-section .attachement-container p {
	font-size: 16px;
}

.page-content-section .attachement-text {
	max-width: 80%;
	display: table;
	height: 100%;
	cursor: pointer;
}

#attachement-additional-border {
	position: relative;
	left: 0;
	width: 10px;
	height: 60px;
	background-color: #9A171C;
}

#attachement-additional-border.att-border-1 {
	left: 25%;
}

#attachement-additional-border.att-border-2 {
	left: 50%;
}

#attachement-additional-border.att-border-3 {
	left: 75%;
}

#news-page {
	padding: 140px 0 80px 0;
}

#contact-page {
	background-color: #9A171C;
    padding: 140px 0 80px 0;
		color: #fff;
	font-size: 36px;
	margin: 40px 0 20px 0;
}

#contact-page a {
	text-decoration: underline;
}

#contact-page h1 {
	color: #fff;
	font-size: 36px;
	margin: 40px 0 20px 0;
}
#contactagree{
	width:80%
}
#contactsend{
	display:inline;
}
.ui-checkbox { 
  display: flex; 
  /* Optional, if you want the DIVs 100% width: */ 
  flex-direction: row;
  flex-flow:row-reverse
}

.wpcf7-list-item-label{
	text-align:left;
		color: #fff;
	font-size: 12px;

}
#acceptbox{
	color: #f00;
	font-size: 12px;
	width:30px;
}
.contact-info-section, .contact-map-section, .contact-legal-notice-section {
    display: block;
    margin: 0 auto;
}

.page-content-size {
	width: 90%;
	display: block;
	margin: 0 auto;
	font-size: 0;
}

.contact-field {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
}

.contact-text {
	background-color: #f2f2ea;
	padding: 20px;
}

.contact-form {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
}

.contact-text {
	max-width: 100%;
}

.contact-text h2 {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.2;
}

.contact-text p {
	font-size: 16px;
	line-height: 1.2;
}

.contact-formular input, .contact-formular textarea {
	width: 100%;
	padding: 3px 6px;
	font-size: 15px;
}

.contact-formular textarea  {
	resize: none;
	padding-bottom: 56px;
	min-height: 168px;
	max-height: 200px;
}

.contact-formular .wpcf7-submit {
	width: inherit;
	position: absolute;
	bottom: 18px;
    right: 22px;
	background-color: #c83f35;
	color: #fff;
	padding: 6px;
	border: none;
}

.legal-notice-content {
	padding: 20px;
	background-color: #c7c6c1;
	color: #5c5c5c;
	line-height: 1.2;
}

.legal-contact {
	width: 20%;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6%;
}

.legal-contact, .legal-contact h2, .legal-credits p, .legal-text p, .contact-text p {
	color: #5c5c5c;
}

.legal-credits {
	width: 25%;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6%;
}

.legal-contact h2 {
	margin-bottom: 15px;
}

.legal-text {
	width: 43%;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

.contact-map-frame {
	width: 100%;
}

.footer-certificate-container {
	height: 50px;
	display: inline-block;
	vertical-align: top;
	min-width: 500px;
	width: 45%;
	margin-left: 2%;
	text-align: right;
}

.footer-certificate-container img {
	height: 100%;
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.social-logo-link img {
	height: 24px;
	width: auto;
}

.footer-bottom-container {
	width: 90%;
	display: block;
	margin: 0 auto;
	font-size: 0;
}

#error-page {
	width: 100%;
	height: 600px;
	background-color: #c7c6c1;
}

.error-page-outer {
	height: 100%;
	display: block;
	margin: 0 auto;
}

.error-page-inner {
	height: 100%;
	width: 90%;
	display: block;
	margin: 0 auto;
	padding-top: 160px;
	text-align: center;
}

.error-page-inner h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #9A171C;
}

.error-page-inner p {
	font-size: 16px;
}

.reference-page-outer, .reference-page-more-outer {
	display: block;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
}

.reference-page-inner, .reference-page-more-inner {
	width: 90%;
	display: block;
	margin: 0 auto;
	position: relative;
}

.reference-page-inner h1, .reference-page-more-inner h1 {
	color: #fff;
	font-size: 38px;
	text-align: center;
	margin-bottom: 20px;
}

.reference-page-inner p {
	font-size: 17px;
	text-align: center;
	color: #c7c6c1;
	line-height: 1.2;
}

.reference-slider-container {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 50px;
}

.reference-slider-inner {
	max-width: 800px;
	display: block;
	position: relative;
}

.output-block iframe, .reference-slider-inner iframe {
	max-width: 800px;
	width: 100%;
	/* height: 500px; */
}

.back-button {
	background: transparent;
	border: none;
	text-decoration: underline;
	display: block;
	margin: 30px auto 0 auto;
	font-weight: bold;
	color: #9A171C;
}

.reference-slider-inner .soliloquy-container .soliloquy-pager-item{
	
}

.reference-additional-info {
	position: absolute;
	max-width: 340px;
	right: 0;
	top: 50%;
	margin-top: -80px;
}

.quote-size {
	font-size: 14px;
	letter-spacing: -1px;
	margin: 0 1px;
}

.reference-text-box {
	padding: 20px;
	background-color: rgba(242,242,234, 0.9);
	position: relative;
	font-size: 17px;
	line-height: 1.2;
}

.reference-text {
	max-height: 120px;
	overflow: hidden;
}

.reference-agent {
	position: absolute;
	display: block;
	right: 10px;
	top: -144px;
}

.main-menu-underline {
	border-bottom: 3px solid #fff !important;
}

.reference-agent img {
	width: 100%;
	max-width: 140px;
	display: block;
	height: auto;
}

.reference-slider-inner .soliloquy-container .soliloquy-pager-link {
	background: initial;
	background-color: #c8c8c0;
	border-radius: 50%;
	border: 2px solid #5c5c5a;
	width: 16px;
	height: 16px;
}

.reference-slider-inner .soliloquy-container .soliloquy-prev {
	background: transparent url('/wp-content/themes/lukas-lang/img/slider-left-arrow.png') no-repeat scroll 50% 50%;
	height: 82px;
	width: 20px;
	left: -30px;
	bottom: 15px;
	top: initial;
}

.reference-slider-inner .soliloquy-container .soliloquy-next {
	background: transparent url('/wp-content/themes/lukas-lang/img/slider-right-arrow.png') no-repeat scroll 50% 50%;
	height: 82px;
	width: 20px;
	right: -30px;
	bottom: 15px;
	top: initial;
}

.reference-page-inner .soliloquy-container .soliloquy-pager-link:hover, .reference-page-inner .soliloquy-container .soliloquy-pager-link.active {
	background-image: none;
	background-color: 9A171C;
	border-color: #fff;
}

#more-references-container, #more-news-container {
	width: calc(100% - 79px);
	min-width: 230px;
	position: relative;
	display: block;
	margin: 0 auto;
	min-height: 348px;
	margin-bottom: 24px;
}

.more-reference-block-container, #more-news-block-container {
	position: absolute;
	height: 348px;
	top: 0;
	left: 0;
}

#more-references-container h1, #more-news-container h1 {
	color: #c64034;
	font-size: 20px;
	/* font-weight: bold; */
}

.reference-wrapper {
	width: 230px;
	position: absolute;
}

.reference-wrapper:last-child {
	margin-right: 0;
}

.reference-preview-image-container {
	height: 100%;
	width: 100%;
	display: block;
    position: relative;
}

.reference-preview-image-container a {
	height: 100%;
    position: relative;
    display: block;
}

.more-referene-shown-area {
	min-height: 348px;
	position: relative;
    width: 100%;
    height: 100%;
	overflow: hidden;
	z-index: 10;
}

.more-reference-bottomnav {
	position: absolute;
    width: 100%;
    bottom: -30px;
    left: 0;
	z-index: 11;
	text-align: center;
}

.more-reference-bottomnav .more-reference-pager-item  {
	display: inline-block;
	margin-right: 5px;
}

.more-reference-bottomnav .more-reference-pager-item:last-child  {
	margin-right: 0px;
}

.more-reference-bottomnav .more-reference-pager-item a {
    background-color: #c8c8c0;
    border-radius: 50%;
    border: 2px solid #5c5c5a;
    width: 16px;
    height: 16px;
	display: block;
}

.more-reference-bottomnav .more-reference-pager-item a:hover, .more-reference-bottomnav .more-reference-pager-item a.more-active {
    background-color: 9A171C;
    border-color: #fff;
}

.reference-preview-image-container img {
	max-width: 230px;
	width: 100%;
	height: auto;
	display: block;
}

.reference-page-more-inner > h1 {
	margin-bottom: 40px;
	word-break: break-all;
    word-break: break-word;
}

.news-wrapper, .news-section {
	display: block; 
	margin: 0 auto;
	position: relative;
}

#news-images-wrapper {
	display: block;
	position: relative;
	width: 100%;
}

.news-image-large {
	display: block;
}

.news-image-medium, .news-image-standard {
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
}

.news-image-medium, .news-image-standard:nth-child(even) {
	margin-right: 3%;
}

.news-image-standard > .news-image-container:nth-child(2) > a > img {
	margin-top: 6%;
}

.news-image-wrapper img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.news-image-wrapper p {
	
}

.news-wrapper h1 {
	font-size: 38px;
	margin-bottom: 40px;
	color: #fff;
	text-align: center;
}

.news-image-container {
	display: block;
	position: relative;
}

.news-image-container > a {
	display: block;
	position: relative;
}

.news-social-share-container {
	display: none;
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	text-align: right;
	padding: 8px 12px;
	background: rgba(0,0,0,0.5);
}

.news-social-share-container .news-facebook-share, .news-social-share-container .news-mail-share {
	display: inline-block;
	vertical-align: middle;
	width: 31px;
	padding: 4px 0;
	text-align: center;
	margin: 0 4px 0 12px;
}

.share-icon-class {
	-webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -ms-transition: all 0.4s ease; /* IE 9 */
    -o-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
}

.share-icon-class:hover {
	-webkit-transform:scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:scale(1.20); /* Opera */
    transform:scale(1.20);
}

.news-social-share-container .news-facebook-share {
	background-color: #3B5998;
}

.news-social-share-container .news-mail-share {
	background-color: #9A171C;
}

.news-social-share-container .news-facebook-share a, .news-social-share-container .news-mail-share a {
	font-size: 22px;
}

.news-image-container:hover > .news-social-share-container {
	/* display: block; */
}

.news-social-share-container .fa {
	color: #fff;
}

.news-image-caption-text {
	font-size: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	max-height: 150px;
	background-color: #f2f2ea;
	padding: 3%;
}

.news-image-caption-text a {
	color: #9A171C;
	font-weight: bold;
}

.news-tall-image-text .news-image-caption-text {
	font-size: 15px;
	padding: 4%;
	position: absolute;
    height: 35.6%;
	bottom: -35.6%;
	max-height: initial;
	width: 100%;
	right: initial;
	background-color: #f2f2ea;
}

.news-image-caption-text p {
	display: block;
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
	max-height: 120px;
    overflow: hidden;
	line-height: 1.1;
	z-index: 5;
	padding-bottom: 21px;
}

.news-tall-image-text .news-image-caption-date  {
	bottom: -34%;
}

.news-image-large .news-image-caption-text {
	padding: 1.5%;
	max-height: 300px;
}

.news-image-large .news-image-caption-text p {
	max-height: 275px;
	height: 92%;
}

.news-image-caption-date {
	position: absolute;
	font-size: 13px;
	font-style: italic;
	bottom: 2%;
	right: 2%;
	z-index: 6;
}

.news-image-caption-text h2 {
	color: #c64037;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.news-image-caption-text {
	overflow: hidden;
}

.news-image-wrapper {
	margin-bottom: 3%;
}

.more-reference-sidenavigation {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
}

.more-reference-nav-left {
    background: transparent url('/wp-content/themes/lukas-lang/img/slider-left-arrow.png') no-repeat scroll 50% 50%;
    height: 82px;
    width: 20px;
	position: absolute;
	left: -39px;
	top: 50%;
	margin-top: -41px;
	outline: none;
	display: none;
}

.more-reference-nav-right {
    background: transparent url('/wp-content/themes/lukas-lang/img/slider-right-arrow.png') no-repeat scroll 50% 50%;
    height: 82px;
    width: 20px;
	position: absolute;
	right: -39px;
	top: 50%;
	margin-top: -41px;
	outline: none;
}

#navigate-up-arrow {
	height: 59px;
	width: 59px;
	display: none;
	border: 2px solid #9b443a;
	border-radius: 50%;
	background-color: rgba(255,255,255, 0.3);
	position: fixed;
	right: 5%;
	margin-right: -28.5px;
	bottom: 20%;
	cursor: pointer;
	display: none;
	z-index: 1000;
}

#navigate-up-arrow:before {
	content: '';
	width: 2px;
	height: 40%;
	background-color: #9b443a;
	position: absolute;
	top: 50%;
	left: calc(50% - 1px);
	margin-top: -20%;
	margin-left: calc(-10% - 1px);
	
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#navigate-up-arrow:after {
	content: '';
	width: 2px;
	height: 40%;
	background-color: #9b443a;
	position: absolute;
	top: 50%;
	left: calc(50% + 1px);
	margin-top: -20%;
	margin-left: calc(10% + 1px);
	
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#lightbox .lb-caption {
	display: block;
    position: absolute;
    width: calc(100% - 8px);
    padding: 20px;
    background-color: rgba(0,0,0,0.6);
    font-weight: normal;
    left: 4px;
    box-sizing: border-box;
    z-index: 5000;
	bottom: 4px;
	text-align: left;
	max-height: 40%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#lightbox .lb-caption > p {
	color: #fff;
    font-size: 15px;
    line-height: 1.2;
	max-height: 200px;
	overflow: hidden;
}

#navigate-down-arrow {
	height: auto;
	position: fixed;
	display: none;
	right: 5%;
	bottom: 20%;
	cursor: pointer;
	z-index: 1000;
	margin-right: -8px;
}

#navigate-down-arrow #navigate-down-first-arrow, #navigate-down-arrow #navigate-down-second-arrow, #navigate-down-arrow #navigate-down-third-arrow {
	position: relative;
	display: block;
	color: #9b443a;
}

#navigate-down-arrow #navigate-down-first-arrow:before, #navigate-down-arrow #navigate-down-second-arrow:before, #navigate-down-arrow #navigate-down-third-arrow:before {
	border-style: solid;
	border-width: 3px 3px 0 0;
	content: '';
	display: inline-block;
	height: 20px;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(135deg);
	vertical-align: top;
	width: 20px;
}

.navigate-down-active {
	color: #fff !important;
}

.swiper-pagination-bullet {
	background-color: #c8c8c0;
    border-radius: 50%;
    border: 2px solid #5c5c5a;
    width: 16px;
    height: 16px;
	opacity: 1;
}

.swiper-pagination-bullet:hover {
    background-color: #9A171C;
    border-color: #fff;	
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: 9A171C;
    border-color: #fff;
}

#lightbox .lb-caption > h2 {
	display: none !important;
}

.wp-core-ui .quicktags-toolbar input.button.button-small {
	display: inline-block;
}

.ui-loader {
	display: none !important;
}

.contact-formular .wpcf7-response-output, .contact-formular .ajax-loader {
	display: none !important;
}

.soliloquy-container .soliloquy-pager-link:hover, .soliloquy-container .soliloquy-pager-link.active {
    background-image: none !important;
    background-color: 9A171C;
	border-color: #fff;
}

#page-section .page-exclusive-height, .page-section .page-exclusive-height {
	margin-top: 40px;
}

::-webkit-input-placeholder {
    font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 16px;
}

:-moz-placeholder {
    font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 16px;
}

::-moz-placeholder {
    font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 16px;
}

:-ms-input-placeholder {
    font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 16px;
}

#contact-success {
	font-size: 16px;
	width: 100%;
	display: block;
	padding: 15px;
	background-color: #fff;
	text-align: center;
}
#cn-notice-text{
	color:#fff;
}