
/* ------------------------------------------------------------------------- */

@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
		 url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
		 url('../fonts/sourcesanspro-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/sourcesanspro-it-webfont.woff2') format('woff2'),
		 url('../fonts/sourcesanspro-it-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Source Sans Pro Semibold';
	src: url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
		 url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro Light';
	src: url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
		 url('../fonts/sourcesanspro-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* ------------------------------------------------------------------------- */

body {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	background: #ededee;
}

.container {
	width: 1245px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	position: relative;
}

.container.extra-padding {
	padding: 0 25px;
}

/* ------------------------------------------------------------------------- */

#header {
	background: #eee;
}

#main {
	overflow: hidden;
}

#content {
	padding: 40px 0 40px 40px;
	width: 66%;
	float: left;
}

/* ------------------------------------------------------------------------- */

#address-bar {
	color: #fff;
	color: var(--main-color-foreground);
	background: #666666;
	background: var(--main-color-background);
	font-size: 16px;
	padding: 9px 10px;
	overflow: hidden;
} 

#address-bar li.name {
	font-weight: bold;
}

#address-bar a,
#address-bar li.email {
	color: #fff;
	color: var(--main-color-foreground);
	text-decoration: underline;
}

#address-bar li.phone a {
	color: #fff;
	color: var(--main-color-foreground);
	text-decoration: none;
}

#address-bar a:hover,
#address-bar li.email {
	text-decoration: none;
}

#address-bar li.phone a:hover {
	text-decoration: none;
}

#address-bar ul {
	list-style-type: none;
}

#address-bar ul li {
	float: left;
	line-height: 18px;
}

#address-bar ul li:after {
	content: '';
	font-size: 13px;
	color: #fff;
	color: var(--main-color-foreground);
	margin: 0 10px;
}

#address-bar ul li:last-child:after {
	content: '';
	margin: 0;
}

#address-bar ul li i {
	margin-right: 5px;
}

#address-bar ul li.address:before,
#address-bar ul li.phone:before,
#address-bar ul li.email:before {
	font-family: "FontAwesome"; 
	display: inline-block; 
	margin-right: 5px; 
}

#address-bar ul li.address:before { 
	content: "\f041";
}

#address-bar ul li.phone:before { 
	content: "\f095";
}

#address-bar ul li.email:before { 
	content: "\f0e0";
}

#address-bar a[href^="tel"] {
	border-bottom: 1px dotted #fff;
	border-bottom-color: #fff;
	border-bottom-color: var(--main-color-foreground);
}

#address-bar a[href^="tel"]:hover {
	text-decoration: none;
	border-bottom: 0;
}

/* ------------------------------------------------------------------------- */

#address-bar #lang-switch {
    float: right;
}

#address-bar #lang-switch ul {
	list-style-type: none;
}

#address-bar #lang-switch ul li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}

#address-bar #lang-switch ul li:after {
	content: "|";
	color: #fff;
	color: var(--main-color-foreground);
    font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
}

#address-bar #lang-switch ul li:last-child:after {
	content: "";
	margin: 0;
}

#address-bar #lang-switch ul li:last-child {
	margin-right: 0;
}

#address-bar #lang-switch ul li a {
	text-decoration: none;
	color: #fff;
	color: var(--main-color-foreground);
	padding: 0;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
}

#address-bar #lang-switch ul li a:hover {
	color: #fff;
	color: var(--main-color-foreground);
	text-decoration: none;
	font-weight: bold;
}

#address-bar #lang-switch ul li.selected a {
	color: #fff;
	color: var(--main-color-foreground);
	text-decoration: none;
	font-weight: bold;
}

/* ------------------------------------------------------------------------- */

#logo {
	padding: 20px 0 15px 0;
}

/* ------------------------------------------------------------------------- */

#metamenu {
	position: absolute;
	right: 25px;
	top: 15px;
}

#metamenu ul {
	list-style-type: none;
}

#metamenu ul li {
	float: left;
	margin-left: 25px;
}

#metamenu ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	color: var(--mainmenu-color-foreground);
}

#metamenu ul li.selected a,
#metamenu ul li a:hover {
	color: #000;
	color: var(--mainmenu-color-foreground-selected);
}

/* ------------------------------------------------------------------------- */

#mainmenu {
	position: absolute;
	right: 25px;
	bottom: 23px;
}

#mainmenu ul {
	list-style-type: none;
}

#mainmenu ul li {
	float: left;
	margin-left: 25px;
}

#mainmenu ul li a {
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #666666;
	color: var(--mainmenu-color-foreground);
	text-transform: uppercase;
}

#mainmenu ul li.selected a,
#mainmenu ul li a:hover {
	color: #000;
	color: var(--mainmenu-color-foreground-selected);
}

/* ------------------------------------------------------------------------- */

#responsive-menu-button {
  display: none;
  padding-left: 11px;
  padding-top: 2px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

#responsive-menu-button {
	display: none;
}

#responsive-menu-button .hamburger:hover {
    opacity: 1;
}

#responsive-menu-button .hamburger .hamburger-inner,
#responsive-menu-button .hamburger .hamburger-inner::after,
#responsive-menu-button .hamburger .hamburger-inner::before,
#responsive-menu-button .hamburger.is-active .hamburger-inner,
#responsive-menu-button .hamburger.is-active .hamburger-inner::after,
#responsive-menu-button .hamburger.is-active .hamburger-inner::before {
	background-color: #666666;
	background-color: var(--responsivemenu-color-background);
}

/* ------------------------------------------------------------------------- */

#responsive-menu {
	position: absolute;
	left: 0;
	right: 0;
	background: #666666;
	background: var(--responsivemenu-color-background);
	display: none;
	z-index: 100;
}

#responsive-menu ul {
	list-style-type: none;
}

#responsive-menu ul li {
	position: relative;
	border-bottom: 1px solid #fff;
	border-bottom-color: #fff;
	border-bottom-color: var(--responsivemenu-color-separator);
}

#responsive-menu ul:last-child li:last-child {
	border-bottom: 0;
}

#responsive-menu ul li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	color: #fff;
	color: var(--responsivemenu-color-foreground);
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index: 101;
}

#responsive-menu ul li.has-sub > a {
	padding-right: 70px; /* 20px right padding + 50px button width  */
}

#responsive-menu ul li .button { 
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	z-index: 102;
	backdrop-filter: brightness(0.9);
}

#responsive-menu ul li > .button:after{
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
	display: inline-block;
    content: "\f067";
	color: #fff;
	color: var(--responsivemenu-color-foreground);
}

#responsive-menu ul li.open > .button:after {
    content: "\f068";
}

#responsive-menu ul li a:hover,
#responsive-menu ul li.selected > a {
	color: #fff;
	color: var(--responsivemenu-color-foreground-selected);
	background: #ecedee;
	background: var(--responsivemenu-color-background-selected);
	/* backdrop-filter: brightness(0.8); */
}

#responsive-menu ul ul {
	display: none;
}

#responsive-menu ul ul li {
	border-bottom: 0;
}

#responsive-menu ul ul li a {
	font-weight: normal;
	text-transform: none;
	padding-left: 40px;
}

#responsive-menu ul ul ul {
	border-top: 0;
}

#responsive-menu ul ul ul li a {
	text-transform: none;
	padding-left: 60px;
}

/* ------------------------------------------------------------------------- */

#slider {
	position: relative;
	padding-bottom: 30.200803213%; /* Image height / Image width * 100 */
	height: 0;
}
		 
#slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* ------------------------------------------------------------------------- */

#slider-container {
	position: relative;
}

#slider-container #slider {
	position: relative;
}

#slider-container #slider .slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
	z-index: -1;
}

#slider-container #slider .slide:focus,
#slider-container #slider .slide:hover,
#slider-container #slider .slide:active {
	outline: none;
}

#slider-container #slider .slide:first-child {
	position: relative;
	z-index: 0;
}

#slider-container #slider img {
	width: 100%;
}

/* ------------------------------------------------------------------------- */

#slider ul.slick-dots {
	position: absolute;
	left: 40px;
	bottom: 20px;
	list-style-type: none;
}

#slider ul.slick-dots li {
	display: inline-block;
}

#slider ul.slick-dots li button {
	text-indent: -9999px;
	border-radius: 50%;
	background: #fff;
	background: rgba(255, 255, 255, 0.4);
	margin-right: 10px;
	width: 17px;
	height: 17px;
	border: 0;
}

#slider ul.slick-dots li button:hover {
	cursor: pointer;
}

#slider ul.slick-dots li.slick-active button {
	background: #bbb;
	background: rgba(255, 255, 255, 0.8);
}

/* ------------------------------------------------------------------------- */

#slider-container #slider-logo {
	position: absolute;
	right: 40px;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.85);
	overflow: hidden;
}

#slider-container #slider-logo .outer {
    display: table;
    position: static;
    height: 376px; 
}

#slider-container #slider-logo .middle {
    display: table-cell;
    vertical-align: middle;
    position: static;
}

#slider-container #slider-logo .inner {
    margin-left: auto;
    margin-right: auto;
}

#slider-container #slider-logo img {
	margin: 0 28px;
}

/* ------------------------------------------------------------------------- */

#slider-container .caption {
	position: absolute;
	left: 600px;
	top: 0;
	right: 0;
	bottom: 0;
	background: #666666;
	background: var(--main-color-background);
	color: #fff;
}

#slider-container .caption .inner {
	position: absolute;
	left: 45px;
	bottom: 45px;
}

#slider-container .caption h2 {
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	font-size: 90px;
	line-height: 90px;
	margin: 0 0 8px 0;
	color: #fff;
}

#slider-container .caption h3 {
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	font-size: 60px;
	line-height: 60px;
	margin: 0 0 35px 0;
	color: #fff;
}

#slider-container .caption p {
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	color: #fff;
}


#slider-container .caption a {
	color: #fff;
	text-decoration: none;
}

#slider-container .caption a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------------- */

#sidebar {
	width: 34%;
	float: left;
	padding: 40px;
}

#sidebar .box {
	background: #ecedee;
	padding: 30px 35px;
	margin-bottom: 25px;
}

#sidebar .box h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #666666;
	color: var(--headline-color-foreground);
	line-height: 29px;
}

#sidebar .box h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #666666;
	color: var(--headline-color-foreground);
	line-height: 22px;
}

#sidebar .box h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #000;
	line-height: 20px;
}

#sidebar .box p {
	margin-bottom: 10px;
	line-height: 26px;
}

#sidebar .box p:last-child {
	margin-bottom: 0;
}

#sidebar .box div.image.center {
	text-align: center;
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------- */

#submenu ul {
	list-style-type: none;
}

#submenu ul li {
	margin-bottom: 10px;
}

#submenu ul li:last-child {
	margin-bottom: 0;
}

#submenu ul li a {
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #666666;
	color: var(--submenu-color-foreground);
	text-decoration: none;
}

#submenu ul li > a:hover,
#submenu ul li.selected > a {
	color: #000;
	color: var(--submenu-color-foreground-selected);
	text-decoration: none;
}

#submenu ul ul li a {
	margin-left: 18px;
	font-weight: normal;
}

#submenu ul ul li:first-child a {
	margin-top: 8px;
}

/* ------------------------------------------------------------------------- */

#content .text {
	width: 50%;
}

#content .text-image-block {
	margin-bottom: 30px;
}

#content .text-image-block .row {
	margin: 0 -30px;
}

#content .text-image-block .col {
	padding: 0 30px;
}

#content .text-image-block a.lightbox {
	display: block;
}

#content .text-image-block .responsive-image {
	display: none;
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------- */

#content .google-maps {
	position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
	margin-bottom: 20px;
}

#content .google-maps iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------- */

#content .video {
	margin-bottom: 24.42px;
}

#content .video.custom-video video {
	width: 100%;
	outline: none;
}

#content .video.youtube-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px; 
	height: 0; 
	overflow: hidden;
}
 
#content .video.youtube-video iframe,
#content .video.youtube-video object,
#content .video.youtube-video embed {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------- */

#content a,
#sidebar a {
	color: #666666;
	color: var(--link-color-foreground);
	text-decoration: underline;
}

#content a:hover,
#sidebar a:hover {
	text-decoration: none;
}

#content h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 29px;
	margin: 0 0 15px 0;
	color: #666666;
	color: var(--headline-color-foreground);
}

#content h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 23px;
	margin: 0 0 15px 0;
	color: #666666;
	color: var(--headline-color-foreground);
}

#content h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 0 15px 0;
	color: #666666;
	color: var(--headline-color-foreground);
}

#content h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 19px;
	margin: 0 0 15px 0;
	color: #666666;
	color: var(--headline-color-foreground);
}

#content p,
#content ul,
#content ol,
#content blockquote {
	margin-bottom: 24.42px;
	line-height: 24px;
}

#content ul,
#content ol {
	list-style-position: outside;
	margin-left: 20px;
}

#content ul {
	list-style-type: disc;
}

#content ul ul,
#content ol ol {
	margin-top: 7px;
	margin-bottom: 0;
}

#content ul li,
#content ol li {
	margin-bottom: 7px;
}

#content ul li p,
#content ol li p {
	margin: 0;
}

#content ul li:last-child,
#content ol li:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------------- */

#content .table-container {
	width: 100%;
	overflow-x: auto;
}

#content table 	{
	border: 1px solid #cbcbcb;
	margin: 0 0 24.42px 0;
	border-collapse: collapse;
	border-spacing: 0;
    empty-cells: show;
	width: 100%;
}

#content table thead {
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

#content table th,
#content table thead td {
	font-weight: bold;
	background-color: #e0e0e0;
	background-color: rgba(224, 224, 224, 0.4); 
}

#content table td, 
#content table th {
	padding: 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cbcbcb;
}

#content table td p {
	margin: 0;
}

/* ------------------------------------------------------------------------- */

#content hr {
	border: 0;
	height: 0;
	border-top: #d3d3d3 1px solid;
	margin-top: 34.42px;
	margin-bottom: 34.42px;
}

/* ------------------------------------------------------------------------- */

#content blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 0 20px 22.42px 20px;
	padding: 10px 15px;
}

#content blockquote p {
	margin: 0;
}

/* ------------------------------------------------------------------------- */

#content a[href^="http://"]:after,
#content a[href^="https://"]:after,
#sidebar a[href^="http://"]:after,
#sidebar a[href^="https://"]:after {
	font-family: "FontAwesome";
	font-size: 0.95em;
	font-weight: normal;
    content: "\f08e";
	padding-left: 5px;
	padding-right: 2px;
	text-decoration: none;
	display: inline-block;
}

#content a[href^="http://"]:hover:after,
#content a[href^="https://"]:hover:after,
#sidebar a[href^="http://"]:hover:after,
#sidebar a[href^="https://"]:hover:after {
	text-decoration: none;
}

#content a[href $=".pdf"]:before,
#content a[href $=".zip"]:before,
#content a[href $=".doc"]:before,
#content a[href $=".docx"]:before,
#sidebar a[href $=".pdf"]:before,
#sidebar a[href $=".zip"]:before,
#sidebar a[href $=".doc"]:before,
#sidebar a[href $=".docx"]:before {
	font-family: 'FontAwesome';
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	margin-right: 5px;
}

#content a[href $=".pdf"]:before,
#sidebar a[href $=".pdf"]:before {
	content: "\f1c1";
}

#content a[href $=".zip"]:before,
#sidebar a[href $=".zip"]:before {
	content: "\f1c6";
}

#content a[href $=".doc"]:before,
#content a[href $=".docx"]:before,
#sidebar a[href $=".doc"]:before,
#sidebar a[href $=".docx"]:before {
	content: "\f1c2";
}

#content a.hide-external-link-icon:after,
#sidebar a.hide-external-link-icon:after {
	display: none;
}

/* ------------------------------------------------------------------------- */

#content a.lightbox,
#content a.lightbox-gallery {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

#content a.lightbox:before ,
#content a.lightbox-gallery:before  {
	font-family: 'FontAwesome';
	content: "\f002";
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
	position: absolute; 
	right: 12px;
	bottom: 12px;
	display: none;
}

.no-touch #content a:hover.lightbox:before,
.no-touch #content a:hover.lightbox-gallery:before {
	display: block;
}

/* ------------------------------------------------------------------------- */

#content .image,
#content .image a {
	max-width: 100%;
	background: 0;
	padding: 0;
}

#content .image.left {
	float: left;
}

#content .image.right {
	float: right;
}

#content .image.center {
	text-align: center;
}

#content .image.float {
	width: 40%;
}

#content .image.float.left  {
	margin: 3px 15px 20px 0;
}

#content .image.float.right {
	margin: 3px 0 20px 15px;
}

#content .image.separate {
	margin: 0 0 24.42px 0;
}

#content .image.separate img,
#content .image.separate a {
	width: 100%;
}

#content .gallery {
	margin-bottom: 26px; /* 24.42px - .gallery a margin-bottom */ 
}

#content .gallery a {
	float: left;
	margin: 0 0 16px 0;
	width: 100%;
}

#content .gallery .row {
	margin: 0 -8px;
}

#content .gallery .col {
	padding: 0 8px;
}

/* ------------------------------------------------------------------------- */

#content .form {
    margin: 0 0 20px 0;
    padding: 10px 0 20px 0;
}

#content .form form {
	position: relative;
}

#content .form label {
	display: inline-block;
	width: 25%;
	float: left;
	font-size: 16px;
	line-height: 17px;
	padding-right: 10px;
}

#content .form .control {
    overflow: hidden;
    margin: 5px 0;
}

#content .form .control.robotron {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

#content .form .control.textfield input,
#content .form .control.textarea textarea {
    color: #000;
    background: #EDEDEE;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #EDEDEE;
    padding: 8px 6px;
    margin: 0;
    width: 75%;
    float: left;
	margin-bottom: 5px;
}

#content .form .control.textarea textarea {
    height: 100px;
}

#content .form .control.submit-button button {
	color: #fff;
	color: var(--main-color-foreground);
	background: #666666;
	background: var(--main-color-background);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px 0 0 0;
    padding: 12px 12px;
    cursor: pointer;
    border: 0;
}

#content .form .control.validate-alert.textfield input, 
#content .form .control.validate-alert.textarea textarea {
     border: 1px solid #FF0000;
}

#content .form .control.validate-alert label,
#content .form .validate-alert-text {
    color: #FF0000;
}

#content .form p.required-msg {
    text-align: right;
    font-size: 16px;
}

#content .form .control.select {
	margin-top: 10px;
}

#content .form .control.select select {
	margin-bottom: 15px;
}

#content .form .hints {
	margin-left: 22%;
}

/* ------------------------------------------------------------------------- */

#footer,
#footer .container {
	background: #666666;
	background: var(--main-color-background);
	min-height: 200px;
}

#footer {
	color: #fff;
	color: var(--main-color-foreground);
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16px;
}

#footer ul {
	list-style-type: none;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 15px;
}

#footer ul li {
	float: left;
	margin-left: 10px;
}

#footer ul li:after {
	content: "|";
	color: #fff;
	color: var(--main-color-foreground);
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

#footer ul li:last-child:after {
	content: "";
	margin-right: 0;
}

#footer ul li a {
	font-size: 16px;
	color: #fff;
	color: var(--main-color-foreground);
	font-weight: normal;
	text-decoration: underline;
}

#footer ul li a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------------------- */

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

#footer #social {
	margin-top: 25px;
	float: left;
}

#footer #social a {
	display: inline-block;
	margin-left: 14px;
}

#footer #social a i {
	color: #fff;
	color: var(--main-color-foreground);
	font-size: 36px;
}

#footer #social a:hover i {
	color: #fff;
	color: var(--main-color-foreground);
}

/* ------------------------------------------------------------------------- */

.clearer {
	clear: both;
}

.spacer {
	height: 20px;
	display: block;
	clear: both;
}

.hide { 
	display: none;
}

.extra-bold { 
	color: #666666;
	color: var(--main-color-background); 
	font-weight: bold;
}

/* ------------------------------------------------------------------------- */

@media screen and (max-width: 1245px) { /* container width + padding left + padding right */
	.container {
		width: 100%;
	}

	#address-bar {
		padding-left: 0;
		padding-right: 0;
	}

	#address-bar #address {
		width: 100%;
	}

	#address-bar #lang-switch {
		float: right;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 3px;
	}

	#address-bar #lang-switch ul {
		float: right;
	}

	#metamenu,
	#mainmenu {
		display: none;
	}

	#responsive-menu-button {
		display: block;
	}

	#content {
		padding: 25px 0 25px 15px;
	}

	#sidebar {
		padding: 25px 15px 25px 15px;
	}

	#sidebar .box {
		padding: 18px;
		margin-bottom: 15px;
	}

	#sidebar .box p {
	    font-size: 16px;
	}

	#sidebar .box h4 {
	    font-size: 22px;
	}

	#slider-container #slider-logo .outer {
		height: 300px;
	}

	#slider-container #slider-logo img {
		width: 50%;
	}

	#slider-container .caption h2 {
		font-size: 50px;
		line-height: 50px;
	}

	#slider-container .caption h3 {
		font-size: 30px;
		line-height: 30px;
	}

	#slider-container .caption p {
		font-size: 25px;
		line-height: 25px;
	}

	#content .form label {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		padding-right: 0;
	}

	#content .form .control.textfield input, 
	#content .form .control.textarea textarea {
		width: 100%;
	}

	#content .form .hints {
		margin-left: 0;
	}	
}

@media screen and (max-width: 1000px) {
	#mainmenu,
	#metamenu {
		display: none;
	}

	#slider-container #slider-logo {
		right: 15px;
		width: 150px;
	}

	#slider-container #slider-logo .outer {
		height: 260px;
	}

	#slider-container #slider-logo img {
		width: 60%;
	}

	#slider-container #slider-logo {
		bottom: -1px;
	}


	#content .gallery .col,
	#content .gallery .col img {
		width: 100%;
	}

	#content .text-image-block .col {
		width: 100%;
	}

	#content .text-image-block .col {
		width: 100%;
	}

	#content .text-image-block .responsive-image {
		display: block;
	}

	#content .text-image-block .col.normal-image {
		display: none;
	}

	.container.extra-padding {
		padding: 0 15px;
	}

	#footer {
		text-align: center;
	}

	#footer .left {
		float: none;
	}

	#footer .right {
		float: none;
	}

	#footer #social {
		float: none;
		margin-top: 0;
		margin-left: 10px;
		text-align: center;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 760px) {
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;		
	}

	.col {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#content,
	#sidebar {
		float: none;
		width: 100%;
	}

	#content {
		padding: 15px 15px 0 15px;
	}

	#submenu {
		display: none;
	}

	#content .image, 
	#content .image a,
	#content .image img,
	#content .image.float,
	#content div.responsive-image img {
		width: 100%;
	}

	#content .text-image-block {
		margin-bottom: 0;
	}

	#slider-container {
		display: none;
	}

	body.show-mobile-slider #slider-container {
		display: block;
	}

	#slider ul.slick-dots {
		display: none !important;
	}

	#slider-container #slider-logo .outer {
		height: 245px;
	}

	#slider-container #slider-logo img {
		width: 99px;
	}

	#footer {
		padding-bottom: 0;
	}

	#footer ul li {
		float: none;
		margin: 0 0 10px 0;
	}

	#footer ul li::after {
		display: none;
	}
}

@media screen and (max-width: 605px) {
	#logo {
		width: 70%;
	}

	#address-bar ul li.address {
		display: none;
	}
}

/* ------------------------------------------------------------------------- */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		border-color: #000 !important;
		text-shadow: none !important;
		box-shadow: none !important;
	}

	html,
	body {
		font-size: 12pt;
		font-family: Arial, "Times New Roman", Times, serif;
		width: 100%;
		min-width: 100%;
	}

	#header {
		height: auto;
	}

	.container,
	#content,
	#sidebar {
		width: auto;
		margin: 0;
		padding: 0;
		float: none;
	}

	#mainmenu,
	#submenu,
	#footer {
		display: none;
	}
}

/* ------------------------------------------------------------------------- */

