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

@font-face {
    font-family: 'TitilliumRegular';
    src: url('../fonts/TitilliumText22L003-webfont.eot');
    src: url('../fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L003-webfont.woff') format('woff'),
         url('../fonts/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumRegular';
    src: url('../fonts/TitilliumText22L005-webfont.eot');
    src: url('../fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L005-webfont.woff') format('woff'),
         url('../fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumMedium';
    src: url('../fonts/TitilliumText22L004-webfont.eot');
    src: url('../fonts/TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L004-webfont.woff') format('woff'),
         url('../fonts/TitilliumText22L004-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

html {
	overflow-y: scroll;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	outline: none;
}

a img {
	border: 0;
}

img {
	vertical-align: bottom;
	color: transparent;
}

img:-moz-loading {
	visibility: hidden;
}

p,
ul,
ol,
form {
	margin: 0;
	padding: 0;
}

input:focus,
textarea:focus { 
	outline: none;
}

iframe {
	border: 0;
}

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

div.clearer {
	clear: both;
}

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

span.hide { 
	display: none;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

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

body {
	font-family: TitilliumRegular, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #333;
	background: #EBEBEB;
	min-width: 980px;
	z-index: 0;
	position: relative;
}

#shadows {
	position: absolute;
	background: transparent url("../images/bg_shadows.png") no-repeat center top;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#header {
	width: 100%;
	/* background-color: $color2a; */
}

#header-responsive-bg-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#header .inner {
	width: 980px;
	height: 160px;
	margin: 0 auto 0 auto;
	position: relative;
}

#header .inner #logo {
	/* background-color: $color2b; */
	float: left;
	width: 225px; /* 240px */
	height: 138px; /* 160px */
	padding: 22px 0 0 15px;
	position: relative;
}

#header .inner #logo a {
	text-shadow: 2px 2px 7px #0e0e0e;
	font-size: 34px;
	color: #fff;
	margin-bottom: 3px;
	z-index: 100;
	position: relative;
	display: block;
	line-height: 34px;
}

#header .inner #logo a:hover {
	text-decoration: underline;
}

#header .inner #logo a span {
	font-weight: bold;
	display: block;
}

#header .inner #logo p {
	/* text-shadow: 0px 2px 1px #fff; */
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 2px 2px 7px #0e0e0e;
	color: #fff;
	line-height: 16px;
	padding-right: 20px;
}

#header .inner #header-image {
	float: left;
}

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

#main {
	width: 980px;
	margin: 0 auto 0 auto;
}

#sidebar {
	float: left;
	width: 240px;
}

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

#mainmenu {
	/* background-color: $color1a; */
}

#mainmenu p a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px 10px 20px;
	display: block;
	position: relative;
	z-index: 100;
}

#mainmenu p a:hover {
	text-decoration: underline;
}

#mainmenu ul {
	list-style-type: none;
	padding-bottom: 15px;
}

#mainmenu ul li a {
	font-family: TitilliumMedium, sans-serif;
	padding: 4px 10px 4px 20px;
	color: #fff;
	display: block;
	font-size: 17px;
	position: relative;
	z-index: 100;
}

#mainmenu ul li a:hover,
#mainmenu ul li.selected > a {
	background: #fff;
	/* color: $color1a; */
}

#mainmenu ul ul {
	padding-bottom: 0;
	/* background-color: $color1b; */
}

#mainmenu ul ul li a {
	padding-left: 35px;
	/* color: $color1d; */
}

#mainmenu ul ul li a:hover,
#mainmenu ul ul li.selected a {
	color: #fff;
	/* background-color: $color1c; */
}

#mainmenu ul ul li.selected a:after {
    content: " >";
	white-space: nowrap;
}

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

#extramenu {
	background: transparent url("../images/bg_extramenu.png") no-repeat left top;
	min-height: 385px;
}

#extramenu p a {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px 10px 20px;
	display: block;
	position: relative;
	z-index: 100;
}

#extramenu p a:hover {
	text-decoration: underline;
}

#extramenu ul {
	list-style-type: none;
	padding-bottom: 15px;
}

#extramenu ul li a {
	font-family: TitilliumMedium, sans-serif;
	z-index: 100;
	position: relative;
	padding: 4px 10px 4px 20px;
	color: #666666;
	display: block;
	font-size: 17px;
}

#extramenu ul li a:hover {
	color: #999999;
}

#extramenu ul li.selected > a {
	/* color: $color1a; */
}

#extramenu ul ul li.selected > a:after {
    content: " >";
	white-space: nowrap;
}

#extramenu ul ul {
	padding-bottom: 0;
}

#extramenu ul ul li a {
	padding-left: 30px;
}

#extramenu ul ul ul li a {
	padding-left: 40px;
}

#extramenu ul ul ul li a {
	font-size: 14px;
}

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

#content {
	float: left;
	width: 700px; /* 740px */
	margin: 20px 20px 20px 20px;
	z-index: 100;
	position: relative;
}

#content div.seperator {
    clear: both;
    background: transparent url("../images/bg_seperator.png") repeat-x left bottom;
	padding-bottom: 10px;
    margin-bottom: 20px;
}

#content div.seperator.first {
    margin-bottom: 12px;
}

#home #content div.seperator.first {
	display: none;
}

#content #facebook {
	margin-top: -10px;
	margin-bottom: 10px;
	z-index: 1000;
    position: relative;
    width: 600px;
	float: left;
}

#content #facebook iframe {
	border: none; 
	overflow: hidden; 
	width: 600px; 
	height: 30px; 
}

#content #google-plus {
	float: left; 
	width: 50px;
	height: 30px;
	margin-top: -10px;
}

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

#content .teaser,
#sidebar .teaser {
	float: left;
    margin: 10px 20px 10px 0px;
    width: 220px;
}

#content .teaser:nth-child(3n+3) { 
	margin-right: 0;
}

#content .teaser span,
#sidebar .teaser span {
	margin: 0;
	display: block;
}

#content .teaser span.title,
#sidebar .teaser span.title {
	/* background-color: $color1a; */
	color: white;
	font-family: TitilliumMedium, sans-serif;
	font-size: 18px;
	padding: 8px 8px 6px;
}

#content .teaser span.headline,
#sidebar .teaser span.headline {
    font-size: 16px;
	margin: 10px 0 5px 0;
	font-weight: bold;
}

#content .teaser p,
#sidebar .teaser p {
	margin-bottom: 5px;
}

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

#sidebar .teaser {
	float: none;
	z-index: 1000;
	position: relative;
	margin: 0;
	width: 240px;
}

#sidebar .teaser a,
#sidebar .teaser p,
#sidebar .teaser span {
	padding-left: 10px;
	width: 220px;
}

#sidebar .teaser span.title {
	width: 213px;
	padding-left: 19px;
}

#sidebar .teaser p {
	line-height: 18px;
}

/*#sidebar .teaser img {
	width: 240px;
	height: 158px;
}*/

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

#content .text-with-teaser .text-box {
	width: 460px;
	float: left;
}

#content .text-with-teaser .teaser {
	 margin: 0 0 10px 20px;
}

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

#content #breadcrumb {
	margin-top: 2px;
}

#content #breadcrumb ul {
	list-style-type: none;
	margin: 0;
}

#content #breadcrumb ul li {
	float: left;
	margin: 0 4px 2px 0;
	font-size: 16px;
	font-family: TitilliumMedium, sans-serif;
	white-space: nowrap;
}

#content #breadcrumb ul li a:hover {
	color: #666666; /* $color1e */
}

#content #breadcrumb ul li:after {
	font-size: 16px;
    content: "\\";
    font-weight: normal;
    margin-left: 4px;
}

#content #breadcrumb ul li:last-child:after {
    content: "";
}

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

#content a,
#sidebar .teaser a {
	color: #666666; /* $color1e */
	text-decoration: none;
}

#content a:hover,
#sidebar .teaser a:hover {
	color: #000;
	text-decoration: underline;
}

#content h1 {
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 15px 0;
	margin-top: 20px;
}

#content h2 {
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 4px solid #a0a0a0;
}

#content h3 {
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

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

#content ul,
#content ol {
	list-style-position: outside;
}

#content ul {
	margin-left: 5px;
	list-style-type: square;
}

#content ol {
	margin-left: 10px;
}

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

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

#content table 	{
	margin: 10px 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#content table th,
#content table thead td {
	font-weight: bold;
}

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

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

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

#content a.lightbox-gallery span,
#content a.fancybox span {
	background: transparent url("../images/icon_magnify.png") no-repeat left top;
	position: absolute; 
	width: 25px;
	height: 22px;
	right: 6px;
	bottom: 6px;
	z-index: 1000;
}

#content a[href $=".pdf"] {
	background: transparent url("../images/sprite_filetypes.png") no-repeat left 1px;
	padding-left: 20px;
	display: inline-block;
}

#content a[href $=".doc"] {
	background: transparent url("../images/sprite_filetypes.png") no-repeat left -28px;
	padding-left: 20px;
	display: inline-block;
}

#content a[href $=".zip"] {
	background: transparent url("../images/sprite_filetypes.png") no-repeat left -58px;
	padding-left: 20px;
	display: inline-block;
}

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

#content div.image img {
	background: #fff;
	border: 4px solid #fff;
	box-shadow: 0 0 10px rgba(76, 76, 76, 0.8);
	-moz-box-shadow: 0 0 10px rgba(76, 76, 76, 0.8);
	-webkit-box-shadow: 0 0 10px rgba(76, 76, 76, 0.8);
	padding: 0;
	margin: 2px;
}

#content div.image.float img {
	width: 250px !important;
	height: auto !important;
}

#content div.image.float.imagetype-medium img,
#content div.image.float.imagetype-none img,
#content div.image.float.imagetype-medium p,
#content div.image.float.imagetype-none p {
	width: 480px !important;
}

#content div.image a {
	background: 0;
	padding: 0;
}

#content div.image.left.rotate {
	-webkit-transform:rotate(-4deg);
	-moz-transform:rotate(-4deg);
	-ms-transform:rotate(-4deg);
	-o-transform:rotate(-4deg);
	transform:rotate(-4deg);
	padding: 7px 3px 12px 5px;
}

#content div.image.right.rotate {
	-webkit-transform:rotate(4deg);
	-moz-transform:rotate(4deg);
	-ms-transform:rotate(4deg);
	-o-transform:rotate(4deg);
	transform:rotate(4deg);
	padding: 7px 3px 12px 0;
}


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

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

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

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

#content div.image.float.right {
	margin: 3px 0 5px 25px;
}

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

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

#content div.gallery * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content div.gallery .grid {
	overflow: visible;
}

#content div.gallery {
	margin-bottom: 5px;
}

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

#content div.gallery .row {
	overflow: visible;
	margin: 0 -5px;
}

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

#content div.gallery img {
    vertical-align: bottom;
    color: transparent;
    max-width: 100%;
    height: auto;
}

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

#content a.lightbox-gallery img {
	background: #fff;
	border: 4px solid #fff;
	box-shadow: 0 0 10px rgba(76, 76, 76, 0.8);
	-moz-box-shadow: 0 0 10px rgba(76, 76, 76, 0.8);
	-webkit-box-shadow: 0 0 10px rgba(76, 76, 76, 0.8);
	padding: 0;
	margin: 2px;
}

#content a.lightbox-gallery span {
	right: 2px;
}

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

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

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

#content div.image p {
	margin: 0;
	font-size: 13px;
}

#content div.image.separate p {
	display: inline-block; 
	text-align: left; 
	margin-left: -12px; /* -12px */
	margin-top: 3px;
}

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

#content .iframe {
	background-color: #fff;
	margin-left: -20px;
	padding: 5px 5px 20px;
	width: 730px;
	z-index: 1000;
}

#content .image .bottom-link {
	display: block;
	margin-top: 10px;
}

.fancybox-copyright {
	display: block;
}

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

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

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

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

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

#footer {
	z-index: 100;
	position: relative;
}

#footer #toplink a {
	background: transparent url("../images/bg_footer_top_link.png") no-repeat center top;
	height: 40px;
	width: 961px;
	margin: 0 auto 10px auto;
	display: block;
	text-indent: -9999px;
}

#footer #ribbon {
	height: 47px;
	/* background-color: $color1a; */
}

#footer #ribbon a {
	width: 980px;
	margin: 0 auto;
	padding-top: 17px;
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}

#footer #ribbon a:hover {
	text-decoration: underline;
}

#footer #ribbon a span {
	color: #000;
	font-size: 20px;
}

#footer #links {
	/* background-color: $color2a; */
	background-image: url("../images/bg_footer_link_section.png");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 30px 0 30px 0;
}

#footer #links a {
	color: #666666; /* $color2d */
}

#footer #links a:hover {
	color: #fff;
}

#footer #links .inner .left .seperator {
	/* border-bottom-color: $color2d; */
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	clear: both;
    display: block;
    height: 5px;
	margin-bottom: 10px;
}

#footer #links .inner .left .section a {
	font-size: 19px;
	font-family: TitilliumMedium, sans-serif;
}

#footer #links .inner .left .link-list ul {
	list-style-type: none;
}

#footer #links .inner .left .link-list ul li {
	float: left;
	margin-left: 10px;
	margin-bottom: 6px;
}

#footer #links .inner .left .link-list ul li a {
	font-size: 16px;
	line-height: 17px;
}

#footer #links .inner {
	width: 980px;
	margin: 0 auto;
}

#footer #links .inner .left {
	float: left;
	width: 710px;
	/* border-right-color: $color2d; */
	border-right-style: dotted;
	border-right-width: 1px;
	padding-right: 15px;
}

#footer #links .inner .left .section {
	width: 230px;
	float: left;
}

#footer #links .inner .left .link-list {
	float: left;
	width: 480px;
}

#footer #links .inner .right {
	float: left;
	width: 215px;
	padding-left: 15px;
}

#footer #links .inner .right ul {
	list-style-type: none;	
}

#footer #links .inner .right ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	/* border-bottom-color: $color2d; */
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#footer #links .inner .right ul li a {
	font-size: 18px;
	font-family: TitilliumMedium, sans-serif;
}

#footer #copyright {
	/* background-color: $color2c; */
	background-image: url("../images/bg_footer_bottom.png");
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer #copyright p {
	color: #666666; /* $color2e */
	font-size: 17px;
}

#footer #copyright p a {
	color: #666666; /* $color2e */
	text-decoration: underline;
}

#footer #copyright p a:hover {
	color: #fff;
}

#footer #copyright img {
	margin-top: 20px;
}

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

#footer .social-links {
	text-align: center;
	margin-bottom: 5px;
}

#footer .social-links ul {
	list-style-type: none;
	display: inline-block;
	margin: 0;
}

#footer .social-links ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
	padding-left: 0;
}

#footer .social-links ul li:before {
	content: "";
	margin-left: 0;
	width: 0;
}

#footer .social-links ul li:last-child {
	margin-right: 0;
}

#footer .social-links .icon {
	position: relative;
	text-align: center;
	width: 0px;
	height: 0px;
	padding: 23px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px; 
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	-khtml-border-radius: 30px 30px 30px 30px; 
	-border-radius: 30px 30px 30px 30px; 
}

#footer .social-links a {
	display: inline-block;
	margin-left: 20px;
}

#footer .social-links a:first-child {
	margin-left: 0;
}

#footer .social-links .icon i {
	font-size: 30px;
	position: absolute;
	z-index: 100;
}

#footer .social-links .icon.social {
	margin: 0 0 10px 0;
	cursor: pointer;
	color: #666666; /* $color2e */
	border: 1px solid #666666; /* $color2e */
}

#footer .social-links a:hover .icon.social {
	color: #fff;
	border: 1px solid #fff;
}

#footer .social-links .icon.social.fb i {
	left: 17px;
	top: 9px;
}

#footer .social-links .icon.social.insta i {
	left: 12px;
	top: 9px;
}

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

#content .social-share-btns a {
	color: #fff;
	text-decoration: none;
}

.social-share-btns-container {
  overflow: hidden;
  font-size: 0;
  text-align: right;
  width: 100%;
  z-index: 111;
  margin-bottom: 3px;
}

.social-share-btns {
  display: inline-block;
  overflow: hidden;
}
.social-share-btns .share-btn {
  float: left;
  margin: 0 3px;
  padding: 4px 12px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.social-share-btns .share-btn i {
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.share-btn {
  background-color: #95a5a6;
}
.share-btn:hover {
  background-color: #798d8f;
}

.share-btn-twitter {
  background-color: #00aced;
}
.share-btn-twitter:hover {
  background-color: #0087ba;
}

.share-btn-facebook {
  background-color: #3b5998;
}
.share-btn-facebook:hover {
  background-color: #2d4373;
}

.share-btn-googleplus {
  background-color: #ED001C;
}
.share-btn-googleplus:hover {
  background-color: #ba0016;
}

.share-btn-mail {
  background-color: #f1c40f;
}
.share-btn-mail:hover {
  background-color: #dab10d;
}

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

.cc_container {
	font-size: 15px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

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

#responsive-menu-bar {
	display: none;	
	text-align: right;
	width: 100%;
	overflow: hidden;
	background-color: #ddd;
	height: 43px;
}

#responsive-menu-button {
}

#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,
#responsive-menu-button .hamburger .hamburger-inner,
#responsive-menu-button .hamburger .hamburger-inner::after,
#responsive-menu-button .hamburger .hamburger-inner::before {
	background-color: #fff;
}

#responsive-menu-button span.text {
	font-size: 22px;
	line-height: 27px;
	text-transform: uppercase;
	vertical-align: text-bottom;
	cursor: pointer;
	color: #fff;
}

.hamburger {
	padding-left: 8px;
	padding-top: 9px;
	padding-bottom: 10px;
}

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

#responsive-menu {
	display: none;
	background: #ccc;
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
	border-top: 1px solid #fff;
}

#responsive-menu ul {
	list-style-type: none;
	border-bottom: 1px solid #fff;
}

#responsive-menu ul li {
	border-bottom: 1px solid #fff;
}

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

#responsive-menu ul li a {
	color: #fff;
	font-size: 16px;
	margin: 0 5px;
	font-weight: normal;
	line-height: 17px;
	display: block;
	padding: 10px 0;
	padding-left: 20px;
}

#responsive-menu ul li.main-item a {
	padding-left: 10px;
}

#responsive-menu > ul > li.has-sub > a:after,
#responsive-menu > ul > li.has-sub > a.open:after {
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 20px;
	float: right;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
}

#responsive-menu > ul > li.has-sub > a:after {
    content: "\f067";
}

#responsive-menu > ul > li.has-sub > a.open:after {
    content: "\f00d";
}

#responsive-menu ul li a:hover,
#responsive-menu ul li.selected > a {
	color: #fff;
}

#responsive-menu ul ul {
	margin: -3px 0 7px 0;
	border: 0;
}

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

#responsive-menu ul ul li a {
	background: #aaa;
	font-size: 16px;
	padding: 5px 0 5px 30px;
	text-transform: none;
}

#responsive-menu ul ul li a:hover,
#responsive-menu ul ul li.selected > a {
	color: #fff;
}

#responsive-menu ul ul ul {
	margin-bottom: 0;
}

#responsive-menu ul ul ul li a {
	padding-left: 40px;
}

#responsive-menu ul li.main-item a {
	font-weight: bold;
	text-transform: uppercase;
}

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

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

#content .grid {
	overflow: hidden;
}

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

#sidebar a[href^="http://"],
#sidebar a[href^="https://"],
#content a[href^="http://"],
#content a[href^="https://"] {
	position: relative;
	padding-right: 13px;
	margin-right: 1px;
	display: inline-block;
}

#sidebar a[href^="http://"]:after,
#content a[href^="http://"]:after,
#sidebar a[href^="https://"]:after,
#content a[href^="https://"]:after {
	display: inline-block;
	text-decoration: none;
    content: "\f061";
	font-family: "FontAwesome";
	font-size: 13px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 0;
	top: -5px;
}

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

#content a.not-extern {
	padding-right: 0;
	margin-right: 0;
}

#sidebar .teaser a.img-link:after,
#content .teaser a.img-link:after,
#content div.image > a:after,
/* #content .image .bottom-link a:after, */
#content .social-share-btns a.share-btn:after,
#content a.not-extern:after {
	content: "";
}

#content .bottom-link a[href^="http://"]::after, 
#content .bottom-link a[href^="https://"]::after {
	right: auto;
}

#sidebar .teaser a {
	width: auto;
}

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

#content .house-hint {
	border: 2px solid red;
	padding: 15px;
	background: #fff;
}

#content .house-hint h2 {
	font-size: 20px;
	border: 0;
	margin-bottom: 5px;
}

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

#content .offer-list-widget .offer-list .offer {
	font-family: Helvetica, Arial, sans-serif;
}

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

#content .offer-list-widget .offer-list-container.hidden {
	display: none;
}

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

#content .offer-list-widget .search-box * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content .offer-list-widget .search-box {
	background-color: #cbcbcb;
	background-color: var(--offer-list-widget-search-box-bg-color);
	padding: 15px;
	border: 1px solid #ddd;
	margin-bottom: 17px;
}

#content .offer-list-widget .search-box h2 {
	color: #000;
	color: var(--offer-list-widget-search-box-headline-fg-color);
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding-bottom: 10px;
	border: 0;
	line-height: 21px;
}

#content .offer-list-widget .search-box input,
#content .offer-list-widget .search-box select {
	width: 100%;
	height: 32px;
	background-color: #fff;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #000;
}

#content .offer-list-widget .search-box select.empty {
	color: #747474;
}

#content .offer-list-widget .search-box input {
	border: 0;
	padding: 0 10px;
}

#content .offer-list-widget .search-box select {
	border: 0 !important;
	/* needed */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* SVG background image */
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-size: 11px;
	background-position: right 10px center;
	background-repeat: no-repeat;
	padding: 0 10px;
}

#content .offer-list-widget .search-box select::-ms-expand {
	display: none;
}

#content .offer-list-widget .search-box .search-button-box {
	text-align: right;
}

#content .offer-list-widget .search-box .daterange-filter,
#content .offer-list-widget .search-box .search-query-filter {
	position: relative;
}

#content .offer-list-widget .search-box .daterange-filter .clear,
#content .offer-list-widget .search-box .search-query-filter .clear {
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	text-align: center;
	cursor: pointer;
	line-height: 32px;
	width: 32px;
	height: 32px;
	background: #fff;
}

#content .offer-list-widget .search-box .daterange-filter .clear:after,
#content .offer-list-widget .search-box .search-query-filter .clear:after {
	content: "\00d7";	
	font-weight: normal;
	font-size: 20px;
}

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

#content .offer-list-widget .button-box {
	text-align: center;
}

#content .offer-list-widget .button {
	font-family: Arial, sans-serif;
	padding: 12px 18px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	border: 0;
	color: #fff;
	color: var(--offer-list-widget-button-fg-color);
	background-color: #8c8c8c;
	background-color: var(--offer-list-widget-button-bg-color);
	border-radius: 4px;
}

/* hover style in @media (hover: hover) */
#content .offer-list-widget .button:active {
	background-color: #8c8c8c;
	background-color: var(--offer-list-widget-button-bg-color-hover);
}

#content .offer-list-widget .button i {
	margin-right: 2px;
}

#content .offer-list-widget .button.all-offers-button {
	margin: 5px 0 23px 0;
	padding: 15px 20px;
	font-size: 17px;
	line-height: 17px;
}

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

#content .offer-list-widget .offer-list {
	padding-bottom: 10px;
}

#content .offer-list-widget .offer-list .offer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border: 1px solid #ccc;
	position: relative;
	width: 100%;
	padding: 18px;
	height: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	display: flex;
}

#content .offer-list-widget .offer-list .offer .partner-hint {
	text-align: right;
}

#content .offer-list-widget .offer-list .offer .offer-image a {
	display: block;
}

#content .offer-list-widget .offer-list .offer .offer-image {
	margin-bottom: 5px;
	width: 100%;
	height: 205px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#content .offer-list-widget .offer-list .offer .offer-title h3 {
	color: #4f4f4f;
	color: var(--offer-list-widget-offer-headline-fg-color);
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 20px;
}

#content .offer-list-widget .offer-list .offer .left {
	float: left;
	flex: 1;
	margin-right: 30px;
}

#content .offer-list-widget .offer-list .offer .right {
	flex: 2;
	font-size: 14px;
}

#content .offer-list-widget .offer-list .offer ul,
#content .offer-list-widget .offer-list .offer p {
    margin-bottom: 20px;
    line-height: 18px;
}

#content .offer-list-widget .offer-list .offer ul li {
    margin-bottom: 7px;
}

#content .offer-list-widget .offer-list .offer .offer-price-box {
	margin-bottom: 23px;
}

#content .offer-list-widget .offer-list .offer .offer-price {
	color: #4f4f4f;
    color: var(--offer-list-widget-offer-price-fg-color);
    font-weight: bold;
	font-size: 18px;
	margin-bottom: 7px;
}

#content .offer-list-widget .offer-list .offer .offer-price span {
	font-size: 14px;
	color: #000;
}

#content .offer-list-widget .offer-list .offer .offer-price span.per-week {
	font-size: 14px;
	font-weight: normal;
	color: #303030;
}

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

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

#content .offer-list-widget .progress {
	text-align: center;
}

#content .offer-list-widget .progress .lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px; 
	padding: 10px 0;
	margin: 10px 10px 40px 10px;
}

#content .offer-list-widget .progress .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #8c8c8c;
	border-color: #8c8c8c transparent transparent transparent;
	border-color: var(--offer-list-widget-button-bg-color) transparent transparent transparent;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

#content .offer-list-widget .progress .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

#content .offer-list-widget .progress .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

#content .offer-list-widget .progress .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

#content .offer-list-widget .progress .lds-ring.hidden {
	display: none;
}

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

.persons-grid {
	overflow: hidden;
}

.persons-row {
	margin-left: -8px;
	margin-right: -8px;
	overflow: hidden;
}

.persons-col {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	width: 50%;
}

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

.daterangepicker td.in-range {
	background-color: #eee;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #8c8c8c;
	background-color: var(--offer-list-widget-button-bg-color);
	border-radius: 4px;
}

.daterangepicker .drp-buttons .btn {
	border: 0;
	font-size: 14px;
	padding: 8px 12px;
	cursor: pointer;
	border-radius: 4px;
}

.daterangepicker .drp-buttons .btn.applyBtn {
	background-color: #8c8c8c;
	background-color: var(--offer-list-widget-button-bg-color);
	color: #fff;
}

/* hover style in @media (hover: hover) */
.daterangepicker .drp-buttons .btn.applyBtn:active {
	background-color: #8c8c8c;
	background-color: var(--offer-list-widget-button-bg-color-hover);	
}

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

.autocomplete-suggestions { 
	font-family: Arial, sans-serif;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
	font-size: 14px;
	line-height: 14px;
}

.autocomplete-suggestion {
	padding-top: 5px;
	padding-bottom: 5px;
}

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

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

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

@media (hover: hover) {
	#content a.button:hover,
	#sidebar .button:hover {
		background: @color_1;
	}

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

	#content .offer-list-widget .button:hover {
		background-color: #8c8c8c;
		background-color: var(--offer-list-widget-button-bg-color-hover);
	}

	.daterangepicker .drp-buttons .btn.applyBtn:hover {
		background-color: #8c8c8c;
		background-color: var(--offer-list-widget-button-bg-color-hover);	
	}
}

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

@media screen and (max-width: 980px) {
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	img {
		vertical-align: bottom;
		color: transparent;
		max-width: 100%;
		height: auto;
	}

	body {
		min-width: auto;
	}

	#header .inner #logo,
	#header .inner,
	#main,
	#footer #ribbon a,
	#footer #links .inner,
	#content,
	#footer #toplink a,
	#footer #links .inner .left,
	#footer #links .inner .right {
		float: none;
		width: 100%;
	}

	#header .inner {
		height: 120px;
	}

	#shadows,
	#sidebar,
	#header-image {
		display: none;
	}

	#content {
		margin: 0;
	}

	.social-share-btns-container {
		margin-top: 10px;
	}

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

	#footer #ribbon {
		display: none;
	}

	#footer #links .inner .left {
		padding-right: 0;
	}

	#footer #links .inner .left .section {
		width: 100%;
		float: none;
		padding-left: 15px;
		margin-bottom: 5px;
	}

	#footer #links .inner .left .link-list {
		width: 100%;
	}

	#footer #links .inner .left .link-list ul {
		margin-top: 2px;
	}

	#footer #links .inner .left .link-list ul li {
		float: none;
		margin-left: 15px;
	}

	#footer #copyright {
		padding-left: 15px;
		padding-right: 15px;
	}

	#footer #copyright p {
		font-size: 15px;
	}

	#footer #copyright img {
		width: 200px;
	}

	#content div.image.separate p {
		width: auto !important;
		display: block;
		margin-left: 0;
	}

	#content .text-with-teaser .text-box {
		width: 66%;
	}

	#content .text-with-teaser .teaser {
		float: right;
	}

	#header .inner #logo {
		background-color: transparent !important;
		padding: 10px 0 0 10px;
		padding-right: 15px;
	}

	#header .inner #logo p {
		padding-right: 0;
		font-size: 14px;
		line-height: 15px;
	}

	#content .teaser-container {
		margin-left: -8px;
		margin-right: -8px;
		overflow: hidden;
	}

	#content .teaser-container .teaser {
		float: left;
		padding-left: 8px;
		padding-right: 8px;
		margin: 0 0 20px 0;
		width: 33.33%;
	}

	#content .teaser-container .teaser img {
		width: 100%;
	}

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

	#footer .link-list .desktop-only {
		display: none;
	}

	#footer #links .inner .left .section a {
		font-size: 18px;
	}

	#footer #links .inner .right {
		padding-left: 0;
	}

	#footer #links .inner .right ul li {
		padding-left: 15px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 750px) {
	#content div.image img {
		width: 100% !important;
	}

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

	#content div.image a {
		margin-bottom: 5px;
	}

	#content div.image.float img,
	#content div.image.float.imagetype-medium img,
	#content div.image.float.imagetype-none img,
	#content div.image.float.imagetype-medium p,
	#content div.image.float.imagetype-none p {
		width: 100% !important;
	}

	.top-separator1,
	.top-separator2,
	.social-share-btns-container,
	#breadcrumb {
		display: none;
	}

	#content .text-with-teaser .text-box {
		width: 100%;
		float: none;
	}

	#content .text-with-teaser .teaser {
		margin: 0 0 20px 0;
		float: none;
		width: 100%;
	}

	#content .text-with-teaser .teaser img {
		width: 100%;
	}

	#content .desktop-text-image-block,
	#content .desktop-iframe-headline {
		display: none;
	}

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

	#content .house-hint {
		margin-top: 15px;
	}

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

	#content .offer-list-widget .button.offer-details-button {
		margin-bottom: 6px;
		width: 100%;
		text-align: center;
	}

	#content .offer-list-widget .offer-list .offer {
		display: block;
		padding: 5px;
		border: 0;
	}

	#content .offer-list-widget .offer-list .offer p {
		margin-bottom: 10px;
	}

	#content .offer-list-widget .offer-list .offer .left {
		float: none;
		margin-right: 0;
	}
	#content .offer-list-widget .offer-list .offer .right {
		margin-right: 0;
	}
	
	#content .offer-list-widget .offer-list .offer .offer-image {
		margin-bottom: 15px;
	}

	#content .offer-list-widget .offer-list .offer .partner-hint {
		text-align: center;
	}

	#content .offer-list-widget .search-box h2 {
		font-size: 18px;
		line-height: 22px;
	}

	#content .offer-list-widget .search-box .grid .row {
		margin-left: 0;
		margin-right: 0;
	}

	#content .offer-list-widget .search-box .grid .col {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.daterangepicker .drp-buttons {
		padding-bottom: 0;
	}

	.daterangepicker .drp-buttons .btn {
		margin-bottom: 10px;
	}

	/* ---------------------------------------------------- */
}

@media screen and (max-width: 600px) {
	#content .teaser-container .teaser {
		width: 100%;
		float: none;
	}

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

@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%;
	}

	a {
		padding: 0 !important;
	}

	a.overview {
		display: none;
	}

	#header .inner,
	#main,
	#content {
		width: auto;
		margin: 0;
		padding: 0;
		float: none;
	}

	#shadows,
	#facebook,
	#mainmenu,
	#extramenu,
	#breadcrumb,
	#footer {
		display: none;
	}

	#content div.image img {
		border: none;
	}
}

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


