@font-face {  font-family: 'droid_sansregular';  src: url('/font/droidsans-webfont.eot');  src: url('/font/droidsans-webfont.eot?#iefix') format('embedded-opentype'), url('/font/droidsans-webfont.woff2') format('woff2'), url('/font/droidsans-webfont.woff') format('woff'), url('/font/droidsans-webfont.ttf') format('truetype'), url('/font/droidsans-webfont.svg#droid_sansregular') format('svg');  font-weight: normal;  font-style: normal;}

@font-face {  font-family: 'droid_sansbold';  src: url('/font/droidsans-bold-webfont.eot');  src: url('/font/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/font/droidsans-bold-webfont.woff2') format('woff2'), url('/font/droidsans-bold-webfont.woff') format('woff'), url('/font/droidsans-bold-webfont.ttf') format('truetype'), url('/font/droidsans-bold-webfont.svg#droid_sansbold') format('svg');  font-weight: normal;  font-style: normal;}

@font-face {  font-family: 'OpenSansLight';  src: url('/font/OpenSans-Light-webfont.eot');  src: url('/font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-Light-webfont.woff') format('woff'), url('/font/OpenSans-Light-webfont.ttf') format('truetype'), url('/font/OpenSans-Light-webfont.svg#open_sansbold') format('svg');  font-weight: 400;  font-style: normal;}

@font-face {  font-family: 'OpenSansLight';  src: url('/font/OpenSans-LightItalic-webfont.eot');  src: url('/font/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-LightItalic-webfont.woff') format('woff'), url('/font/OpenSans-LightItalic-webfont.ttf') format('truetype'), url('/font/OpenSans-LightItalic-webfont.svg#open_sansbold') format('svg');  font-weight: 400;  font-style: italic;}

@font-face {  font-family: 'OpenSansLight';  src: url('/font/OpenSans-Semibold-webfont.eot');  src: url('/font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-Semibold-webfont.woff') format('woff'), url('/font/OpenSans-Semibold-webfont.ttf') format('truetype'), url('/font/OpenSans-Semibold-webfont.svg#open_sansbold') format('svg');  font-weight: 700;  font-style: normal;}

@font-face {  font-family: 'OpenSansLight';  src: url('/font/OpenSans-SemiboldItalic-webfont.eot');  src: url('/font/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('/font/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), url('/font/OpenSans-SemiboldItalic-webfont.svg#open_sansbold') format('svg');  font-weight: 700;  font-style: italic;}

@font-face {  font-family: 'OpenSans';  src: url('/font/OpenSans-Regular-webfont.eot');  src: url('/font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-Regular-webfont.woff') format('woff'), url('/font/OpenSans-Regular-webfont.ttf') format('truetype'), url('/font/OpenSans-Regular-webfont.svg#open_sansbold') format('svg');  font-weight: 400;  font-style: normal;}

@font-face {  font-family: 'OpenSans';  src: url('/font/OpenSans-Italic-webfont.eot');  src: url('/font/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-Italic-webfont.woff') format('woff'), url('/font/OpenSans-Italic-webfont.ttf') format('truetype'), url('/font/OpenSans-Italic-webfont.svg#open_sansbold') format('svg');  font-weight: 400;  font-style: italic;}

input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/*
 * 
 * $mobile: "only screen and (max-device-width: 979px)" !default;
 * $phone: "only screen and (max-device-width: 759px)" !default;
 * $tablet: "only screen and (min-device-width: 759px) and (max-device-width: 979px)" !default;
 * $small: "only screen and (min-device-width: 980px) and (max-width: 1279px)" !default;
 * 
 * $default-font-color: #000;
 * $placeholder-font-color: #CCC;
 * $default-font-size: 14px;
 * $default-line-height: 16px;
 * $default-font-family: 'OpenSans';
 * 
 * $body-bg: #FFFFFF;
 * $page-bg: #CCCCCC;
 * 
 * $link-color: #FFF !default;
 * $link-color-hover: $link-color !default;
 * $link-color-focus: $link-color-hover !default;
 * $link-color-active: $link-color-hover !default;
 * 
 * $default-border-radius: 5px;
 * 
 * $default-box-shadow-color: #666;
 * 
 * $default-box-shadow-h-offset: 0;
 * $default-box-shadow-v-offset: 0;
 * $default-box-shadow-blur: 10px;
 * $default-box-shadow-spread: 0;
 * 
 * @import compass;
 * @import compass/reset;
 * 
 * a {
 * text-decoration: none;
 * &, &:visited {
 * color: $link-color;
 * }
 * &:active, &:hover, &:focus {
 * color: #DBDBDB;
 * text-decoration: none;
 * }
 * &:focus, &:active {
 * outline: none;
 * }
 * &.nolink {
 * color: inherit;
 * cursor: text;
 * &:active, &:hover, &:focus {
 * text-decoration: none;
 * }
 * }
 * }
 * .special {
 * color: $link-color;
 * }
 * input, textarea, select, .select, button, .button, .button-2 {
 * background: #FFF;
 * border: 1px solid #EAEAEA;
 * border-radius: 4px;
 * color: #B8B8B8;
 * -webkit-box-sizing: border-box;
 * -moz-box-sizing: border-box;
 * -ms-box-sizing: border-box;
 * box-sizing: border-box;
 * font-family: $default-font-family;
 * font-size: $default-font-size;
 * height: 24px;
 * line-height: 22px;
 * padding: 0 5px;
 * &:focus {
 * outline: 0 none;
 * }
 * }
 * select {
 * border-radius: 0;
 * padding: 0;
 * line-height: 20px;
 * }
 * .select {
 * overflow: hidden;
 * padding: 0px;
 * position: relative;
 * width: 100%;
 * &:after {
 * background: image-url(arrow_drop_down.png) no-repeat center #FFF;
 * border-left: 1px solid #F5F5F5;
 * bottom: 0;
 * content: "";
 * pointer-events: none;
 * position: absolute;
 * right: 0;
 * top: 0;
 * width: 18px;
 * }
 * >select {
 * -webkit-appearance: none;
 * appearance: none;
 * background: transparent;
 * border: 0 none;
 * min-width: 100%;
 * }
 * }
 * textarea {
 * min-height: $default-line-height * 5;
 * height: $default-line-height * 5;
 * padding: 2px 2px 2px 5px;
 * -webkit-resize: vertical;
 * -moz-resize: vertical;
 * resize: vertical;
 * }
 * [type=radio], [type=checkbox], [type=hidden], [type=image] {
 * background: none;
 * border: 0;
 * cursor: pointer;
 * padding: 0;
 * }
 * [type=submit], [type=button], [type=reset], button, .button, .button-2, a.button:visited {
 * background: #000;
 * border: 0 none;
 * border-radius: 4px;
 * color: #FFF;
 * cursor: pointer;
 * display: inline-block;
 * font-weight: 400;
 * outline: 0;
 * text-align: center;
 * text-decoration: none;
 * vertical-align: top;
 * @include transition(all 0.3s);
 * &:hover, &:focus, &:active {
 * background: #FFF;
 * color: #000;
 * outline: 0;
 * text-decoration: none;
 * }
 * }
 * small {
 * font-size: 10px;
 * line-height: 14px;
 * }
 * figure {
 * margin: 0;
 * }
 * html input::-webkit-input-placeholder, html textarea::-webkit-input-placeholder {
 * color: $placeholder-font-color;
 * }
 * html input:-moz-placeholder, html textarea:-moz-placeholder {
 * color: $placeholder-font-color;
 * }
 * html input::-moz-placeholder, html textarea::-moz-placeholder {
 * color: $placeholder-font-color;
 * }
 * html input::-ms-input-placeholder, html textarea::-ms-input-placeholder {
 * color: $placeholder-font-color;
 * }
 * code, samp, kbd, pre {
 * font-family: "monaco", "Bitstream Vera Sans Mono", "Courier New", monospace;
 * }
 * iframe {
 * overflow: auto;
 * }
 * [type="search"] {
 * -webkit-appearance: textfield;
 * -moz-appearance: textfield;
 * appearance: textfield;
 * }
 * strong, b, th, h1, h2, h3, h4, h5, h6 {
 * font-weight: 700;
 * }
 * em, i, dfn, var {
 * font-style: italic;
 * }
 */
.row-1 {
  width: 100%;
  background: white;
  position: relative;
  height: 539px;
}

.row-1 .logo {
  height: 82px;
  width: 659px;
  display: block;
  margin: 20px 0 0 0;
}

@media (max-width:900px) {
  .row-1 {
  width: 100%;
  height: auto;
}
.row-1 .logo {
  padding: 0 20px;
  height: auto;
  width: 100%;
  margin: 14px 0 10px 0;
}
.row-1 .logo >img {
  width: 100%;
  height: auto;
}
}


.row-2 {
  margin: 20px 0 15px 0;
  padding: 0;
  min-height: 200px;
}


.row-3 {
  margin: 0 0 10px 0;
  display: block;
  width: 900px;
}

.row-3 .contact {
  font-family: 'droid_sansbold';
  display: inline-block;
  margin: 0 20px 0 0;
  width: calc( 100% - 270px );
}

.row-3 .contact span {
  color: #076633;
}

.row-3 .agency {
  float: right;
  display: inline-block;
  vertical-align: top;
  width: 240px;
  text-align: right;
  letter-spacing: -0.1px;
}
.row-3 .agency >a {
  color: #cccccc;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
}
.row-3 .agency >a:hover {
  color: #076633;
}

@media (max-width:900px) {
  .row-3 {
  width: 100%;
}
.row-3 .contact {
  font-size: 11px;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.row-3 .contact .trenner {
  display: none;
}
.row-3 .contact span {
  color: #076633;
}
.row-3 .agency {
  margin-top: 14px;
  background: #303030;
  height: 30px;
  text-align: center;
  width: 100%;
}
.row-3 .agency >a {
  margin-top: 7px;
}
}


.men-h {
  display: inline-block;
  position: relative;
  height: 82px;
}

@media (max-width:900px) {
  .men-h {
  display: none;
}
}

.men-h ul {
  display: block;
  z-index: 30;
  font-family: 'droid_sansbold';
  padding: 0;
  margin: 15px 0 0 0;
}
.men-h ul li {
  position: relative;
  list-style: none;
  height: 40px;
  vertical-align: middle;
}
.men-h ul li a {
  display: block;
  text-decoration: none;
  padding: 0px 18px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  color: #076633;
}

.men-h >ul :hover>ul {
  display: block;
}
.men-h >ul >li {
  display: inline-block;
}
.men-h >ul >li >a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none;
}
.men-h >ul >li:hover >a, .men-h >ul >li.active >a {
  color: #e7302a;
  position: relative;
  -webkit-transition: color 1s ease !important;
  -moz-transition: color 1s ease !important;
  -o-transition: color 1s ease !important;
  transition: color 1s ease;
}
.men-h >ul >li:hover >a:before, .men-h >ul >li.active >a:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5px;
  content: ">";
  color: #e7302a;
}
.men-h >ul >li >ul {
  display: none;
  margin: 0;
  position: absolute;
  top: 35px;
  left: 4px;
}
.men-h >ul >li >ul >li {
  background: white;
  line-height: 30px;
  height: 30px;
}
.men-h >ul >li >ul >li >a {
  font-size: 13px;
  display: block;
  color: #076633;
  padding: 0 18px;
  line-height: 30px;
  height: 30px;
}
.men-h >ul >li >ul >li >a:hover, .men-h >ul >li >ul >li >a:focus, .men-h >ul >li >ul >li >a:active {
  color: #e7302a;
  -webkit-transition: color 1s ease !important;
  -moz-transition: color 1s ease !important;
  -o-transition: color 1s ease !important;
  transition: color 1s ease;
}
.men-h >ul >li >ul >li >a:hover > ul, .men-h >ul >li >ul >li >a:focus > ul, .men-h >ul >li >ul >li >a:active > ul {
  display: block;
}
.men-h >ul >li >ul >li:hover {
  color: #e7302a;
}
.men-h >ul >li >ul >li >ul {
  display: none;
  background-color: white;
  position: absolute;
  margin: 0;
  left: 100%;
  top: 0;
}
.men-h >ul >li >ul >li >ul > li {
  position: relative;
}
.men-h >ul >li >ul >li >ul > li >a {
  font-size: 13px;
}
.men-h >ul >li >ul >li >ul > li >a:hover {
  color: #e7302a;
}


.men-b {
  display: inline-block;
  height: 70px;
  line-height: 50px;
  overflow: hidden;
  float: right;
}

@media (max-width:900px) {
  .men-b {
  display: none;
}
}

.men-b >ul {
  display: block;
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
}
.men-b >ul >li {
  display: inline-block;
  height: 50px;
}
.men-b >ul >li >a {
  display: block;
  font-size: 16px;
  color: #076633;
  white-space: nowrap;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 700;
}
.men-b >ul >li:hover >a, .men-b >ul >li.active >a {
  color: #e7302a;
  position: relative;
  -webkit-transition: color 1s ease !important;
  -moz-transition: color 1s ease !important;
  -o-transition: color 1s ease !important;
  transition: color 1s ease;
}
.men-b >ul >li:hover >a:before, .men-b >ul >li.active >a:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5px;
  content: ">";
  color: #e7302a;
}
.men-b >ul >li:last-child a {
  padding: 0 0 0 18px;
}


.col-1 {
  display: inline-block;
  margin: 0 20px 0 0;
  width: calc( 100% - 260px );
}

.col-1 a {
  color: #076633;
  text-decoration: none;
  font-weight: 700;
}
.col-1 a:hover {
  color: #e7302a;
}

@media (max-width:885px) {
  .col-1 {
  margin: 0;
  width: 100%;
  padding: 0 20px;
}
}

@media (max-width:505px) {
  .col-1 .text-headline {
  line-height: 26px !important;
}
}

@media (max-width:320px) {
  .col-1 iframe {
  height: 158px;
  width: 280px;
}
}

@media (max-width:360px) {
  .col-1 iframe {
  height: 180px;
  width: 320px;
}
}


.col-2 {
  display: inline-block;
  width: 240px;
  vertical-align: top;
}

.col-2 a:before {
  content: "" !important;
}

@media (max-width:885px) {
  .col-2 {
  margin: 0;
  width: 100%;
  padding: 0 20px;
}
}


.cara2-content {
  overflow: hidden;
  float: left;
}

.col-2 .cara2-content a:link, .col-2 .cara2-content a:visited {
  color: #076633;
  text-decoration: none;
  font-weight: 700;
}
.col-2 .cara2-content a:link:before, .col-2 .cara2-content a:visited:before {
  content: "> ";
  font-size: 13px;
  font-weight: 700;
}
.col-2 .cara2-content a:link:hover, .col-2 .cara2-content a:visited:hover {
  color: #e7302a;
}

.cara2-content .login input, .cara2-content .logout input {
  background: #e7e7e7;
  border: none;
  height: 20px;
  margin-bottom: 6px;
  padding: 0 4px;
  width: 100%;
}
.cara2-content .login input[placeholder], .cara2-content .logout input[placeholder] {
  color: #4e4e4e;
  font-size: 12px;
}
.cara2-content .login input[type="submit"], .cara2-content .logout input[type="submit"] {
  background: #076633 !important;
  border: 0 none !important;
  border-radius: 0 !important;
  color: white !important;
  cursor: pointer !important;
  display: inline-block !important;
  outline: 0 none !important;
  text-align: center !important;
  vertical-align: top !important;
  transition: all 0.3s !important;
  height: 30px !important;
  line-height: 30px !important;
  text-decoration: none !important;
  margin: 6px 0 10px 0 !important;
  width: 100% !important;
  font-size: 14px !important;
}
.cara2-content .login input[type="submit"]:hover, .cara2-content .logout input[type="submit"]:hover {
  background: #e7302a !important;
  -webkit-transition: background 0.5s ease !important;
  -moz-transition: background 0.5s ease !important;
  -o-transition: background 0.5s ease !important;
  transition: background 0.5s ease !important;
}

.cara2-content .extras-forms >div {
  display: inline-block;
  line-height: 26px;
  min-height: 26px;
  vertical-align: top;
  width: 25%;
}
.cara2-content .extras-forms >div >label {
  display: block;
}
.cara2-content .extras-forms >div >label.checkbox {
  line-height: false;
}
.cara2-content .extras-forms >div input, .cara2-content .extras-forms >div select, .cara2-content .extras-forms >div textarea {
  display: block;
  font-size: 11px;
  height: 28px;
  line-height: 26px;
  margin-bottom: 2px;
  width: 100%;
}
.cara2-content .extras-forms >div a:link, .cara2-content .extras-forms >div a:visited {
  background: transparent;
  color: #9f9f9f;
  display: inline;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
}
.cara2-content .extras-forms >div a:link:after, .cara2-content .extras-forms >div a:visited:after {
  display: none;
}
.cara2-content .extras-forms >div a:hover, .cara2-content .extras-forms >div a:focus, .cara2-content .extras-forms >div a:active {
  color: #636466;
}
.cara2-content .extras-forms >div input[type="checkbox"], .cara2-content .extras-forms >div input[type="radio"] {
  display: inline;
  height: auto !important;
  vertical-align: 0;
  width: auto !important;
}
.cara2-content .extras-forms >div input[type="checkbox"] ~ span, .cara2-content .extras-forms >div input[type="radio"] ~ span {
  display: inline;
  margin-top: 0;
  margin-left: 6px;
}
.cara2-content .extras-forms >div input[type="submit"] {
  background: #076633 !important;
  border: 0 none !important;
  border-radius: 0 !important;
  color: white !important;
  cursor: pointer !important;
  display: inline-block !important;
  outline: 0 none !important;
  text-align: center !important;
  vertical-align: top !important;
  transition: all 0.3s !important;
  height: 30px !important;
  line-height: 30px !important;
  text-decoration: none !important;
  margin: 10px 0 20px 0 !important;
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.cara2-content .extras-forms >div input[type="submit"]:hover {
  background: #e7302a !important;
  -webkit-transition: background 0.5s ease !important;
  -moz-transition: background 0.5s ease !important;
  -o-transition: background 0.5s ease !important;
  transition: background 0.5s ease !important;
}
.cara2-content .extras-forms >div.select {
  height: 28px;
}
.cara2-content .extras-forms >div.select >select {
  height: 26px;
}
.cara2-content .extras-forms >div[data-width="2"] {
  width: 50%;
}
.cara2-content .extras-forms >div[data-width="2"] input, .cara2-content .extras-forms >div[data-width="2"] select, .cara2-content .extras-forms >div[data-width="2"] textarea {
  width: 100%;
}
.cara2-content .extras-forms >div[data-width="3"] {
  width: 75%;
}
.cara2-content .extras-forms >div[data-width="3"] input, .cara2-content .extras-forms >div[data-width="3"] select, .cara2-content .extras-forms >div[data-width="3"] textarea {
  width: 100%;
}
.cara2-content .extras-forms >div[data-width="4"] {
  display: block;
  width: 100%;
}
.cara2-content .extras-forms >div[data-width="4"] input, .cara2-content .extras-forms >div[data-width="4"] select, .cara2-content .extras-forms >div[data-width="4"] textarea {
  width: 100%;
}
.cara2-content .extras-forms >div.select>select {
  width: 100%;
}
.cara2-content .extras-forms >div[data-height="2"], .cara2-content .extras-forms >div[data-height="2"]>textarea {
  min-height: 52px;
}
.cara2-content .extras-forms >div[data-height="3"], .cara2-content .extras-forms >div[data-height="3"]>textarea {
  min-height: 78px;
}
.cara2-content .extras-forms >div[data-height="4"], .cara2-content .extras-forms >div[data-height="4"]>textarea {
  min-height: 104px;
}
.cara2-content .extras-forms >div[data-height="5"], .cara2-content .extras-forms >div[data-height="5"]>textarea {
  min-height: 130px;
}

.cara2-content .text-headline {
  color: #076633;
  font-size: 20px;
  font-family: 'droid_sansbold';
  line-height: 34px;
  margin: 5px 7px;
}
.cara2-content .text-headline:before {
  display: inline-block;
  position: relative;
  top: 0;
  left: -6px;
  content: ">";
  color: #076633;
}

.cara2-content .text-subheadline {
  color: #076633;
  font-size: 16px;
  font-family: 'droid_sansregular';
  line-height: 34px;
  margin: 26px 0 10px 0;
}

.cara2-content >.layout-cols-2>div>div, .cara2-content >.layout-cols-3>div>div, .cara2-content >.layout-cols-4>div>div, .cara2-content >div {
  margin: 5px 0;
}

.cara2-content >.layout-cols-2, .cara2-content >.layout-cols-3, .cara2-content >.layout-cols-4 {
  overflow: hidden;
  margin: 0;
}
.cara2-content >.layout-cols-2 >div, .cara2-content >.layout-cols-3 >div, .cara2-content >.layout-cols-4 >div {
  float: left;
}

.cara2-content >.layout-cols-2 {
  margin-right: -4%;
}
.cara2-content >.layout-cols-2 >div {
  width: 46%;
  margin-right: 4%;
}
.ie7 .cara2-content >.layout-cols-2 >div {
  margin-right: 3%;
}

.cara2-content >.layout-cols-3 {
  margin-right: -4%;
}
.cara2-content >.layout-cols-3 >div {
  margin-right: 4%;
  width: 29.333%;
}
.cara2-content >.layout-cols-3 >div .text-subheadline {
  color: #076633;
  font-size: 20px;
  font-family: 'droid_sansbold';
  line-height: 34px;
  margin: 5px 7px;
}
.cara2-content >.layout-cols-3 >div .text-subheadline:before {
  display: inline-block;
  position: relative;
  top: 0;
  left: -6px;
  content: ">";
  color: #076633;
}
.cara2-content >.layout-cols-3 >div .text-subheadline > a {
  font-weight: 400;
}
@media (max-width:665px) {
  .cara2-content >.layout-cols-3 {
  margin-right: 0;
}
.cara2-content >.layout-cols-3 >div {
  margin-right: 0;
  width: 100%;
}
}
@media (max-width:400px) {
  .cara2-content >.layout-cols-3 {
  margin-right: 0;
}
.cara2-content >.layout-cols-3 >div {
  margin-right: 0;
  width: 100%;
}
.cara2-content >.layout-cols-3 >div img {
  width: 100%;
}
}

.cara2-content >.layout-cols-4 {
  margin-right: -4%;
}
.cara2-content >.layout-cols-4 >div {
  margin-right: 4%;
  width: 21%;
}
.ie7 .cara2-content >.layout-cols-4 >div {
  margin-right: 3%;
}

.cara2-content li {
  display: list-item;
}

.cara2-content ul {
  list-style: disc outside;
  margin: 1em 0;
  padding-left: 20px;
}

.cara2-content ol {
  list-style: decimal outside;
  margin: 1em 0;
  padding-left: 40px;
}

.cara2-content .left {
  text-align: left;
}

.cara2-content .right {
  text-align: right;
  text-align: justify;
}

.cara2-content .center {
  text-align: center;
  text-align: justify;
}

.cara2-content .justify {
  text-align: justify;
}

.cara2-content .image.generic {
  text-align: center;
}

.cara2-content .image.generic>a, .cara2-content .image.generic>img, .cara2-content .image.generic>a>img {
  display: block;
  margin: 0 auto;
  max-width: 640px;
  height: auto;
}

.cara2-content .image-left, .cara2-content .image-right {
  overflow: hidden;
  margin: 11px 0 32px;
}

.cara2-content .image-left >img {
  margin-right: 18px;
}

.cara2-content .image-right >img {
  margin-left: 18px;
}

.cara2-content .image-left>img {
  float: left;
}

.cara2-content .image-right>img {
  float: right;
}

.cara2-content .image-left>a>img, .home .cara2-content .image-left>img {
  margin-right: 32px;
  float: left;
  margin-right: 10px;
}

.cara2-content .image-right>img, .cara2-content .image-right>a>img {
  float: right;
}

.cara2-content .image-gallery {
  display: none;
  margin-right: -10px;
}
.cara2-content .image-gallery a:link, .cara2-content .image-gallery a:visited {
  background: transparent;
  padding: 0;
}
.cara2-content .image-gallery a:link:after, .cara2-content .image-gallery a:visited:after {
  display: none;
}

.cara2-content .image-gallery.CoverFlow, .cara2-content .image-gallery.ImageFader, .cara2-content .image-gallery.ImageSlide {
  margin-right: 0;
}

.cara2-content .image-gallery>a {
  display: inline-block;
  margin: 0 10px 10px 0;
  *zoom: 1;
}

.cara2-content .image-gallery>a>img {
  display: block;
}

.cara2-content .media-left {
  overflow: hidden;
  margin: 0 0 19px 0;
}

.cara2-content .media-left>iframe {
  float: left;
  margin: 5px 7px 5px 3px;
  vertical-align: top;
}

.cara2-content .media-right>iframe {
  float: right;
  margin: 5px 5px 5px 7px;
  vertical-align: top;
}


[seo="downloads"] .col-1>.cara2-content>a {
  position: relative;
  padding: 0 0 0 30px;
  margin: 7px 0;
  width: 100%;
  display: block;
  color: #706f6f;
}

[seo="downloads"] .col-1>.cara2-content>a:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  background: url("/gfx/pdf.png") no-repeat;
  width: 22px;
  height: 25px;
}


.wrapper .cara2-content .button {
  background: #076633 !important;
  border: 0 none !important;
  border-radius: 0 !important;
  color: white !important;
  cursor: pointer !important;
  display: inline-block !important;
  outline: 0 none !important;
  text-align: center !important;
  vertical-align: top !important;
  transition: all 0.3s !important;
  height: 30px !important;
  line-height: 30px !important;
  text-decoration: none !important;
  margin: 4px 0 20px 0 !important;
  width: 100% !important;
  font-size: 14px !important;
}
.wrapper .cara2-content .button:before {
  content: "" !important;
  font-size: 11px;
}
.wrapper .cara2-content .button:hover {
  background: #e7302a !important;
  -webkit-transition: background 0.5s ease !important;
  -moz-transition: background 0.5s ease !important;
  -o-transition: background 0.5s ease !important;
  transition: background 0.5s ease !important;
}
.wrapper .cara2-content .number1, .wrapper .cara2-content .number2 {
  background: url('/gfx/rhenag.jpg') no-repeat !important;
  display: block !important;
  width: 240px;
  height: 63px;
  margin: 20px 0 0 0;
  cursor: pointer;
  padding: 0 !important;
}
.wrapper .cara2-content .number1:before, .wrapper .cara2-content .number2:before {
  content: "" !important;
  font-size: 11px;
}
.wrapper .cara2-content .number2 {
  background: url('/gfx/ikea.jpg') no-repeat !important;
  margin: 30px 0 0 0;
}


.dates {
  display: block;
  line-height: 32px;
  overflow: hidden;
  width: 100%;
}

.dates .spielplanticker a:first-child {
  text-decoration: none;
  background: #076633;
  display: block;
  color: white;
  font-size: 16px;
  margin: 0;
  border-top: 3px solid white;
  line-height: 35px;
  padding: 0 15px 0 15px;
  width: 100%;
}
.dates .spielplanticker a:first-child:after {
  content: "> hier Tickets kaufen!";
  line-height: 35px;
  margin-right: 72px;
  color: white;
  float: right;
}
.dates .spielplanticker a:first-child+a {
  text-decoration: none;
  background: #e7302a;
  display: block;
  color: white;
  font-size: 16px;
  margin: 0;
  border-top: 3px solid white;
  line-height: 35px;
  padding: 0 15px 0 15px;
  width: 100%;
}
.dates .spielplanticker a:first-child+a:after {
  content: "> hier Tickets kaufen!";
  line-height: 35px;
  margin-right: 72px;
  color: white;
  float: right;
}
.dates .spielplanticker a:first-child+a+a {
  color: #076633;
  text-decoration: none;
  font-weight: 700;
}
.dates .spielplanticker a:first-child+a+a:hover {
  color: #e7302a;
}
.dates .spielplanticker .right a {
  color: #076633;
}
.dates .spielplanticker .right a:hover {
  color: #e7302a;
}

.dates span:first-child {
  text-decoration: none;
  background: #076633;
  display: block;
  color: white;
  font-size: 16px;
  margin: 0;
  border-top: 3px solid white;
  line-height: 35px;
  padding: 0 15px 0 15px;
  width: 100%;
}

.dates span:first-child+span {
  text-decoration: none;
  background: #e7302a;
  display: block;
  color: white;
  font-size: 16px;
  margin: 0;
  border-top: 3px solid white;
  line-height: 35px;
  padding: 0 15px 0 15px;
  width: 100%;
}

@media (max-width:720px) {
  .dates .cara2-content .text-subheadline:after {
  display: none;
}
}

@media (max-width:900px) {
  .dates {
  padding: 0 20px;
}
}


.header-gallery {
  width: 900px;
  display: block;
  position: absolute;
  top: 138px;
  left: 0;
  right: 0;
}

@media (max-width:900px) {
  .header-gallery {
  width: 100%;
  top: auto;
  position: relative;
  padding: 0 20px;
}
}


.responsivmenu {
  background: #076633;
  height: 38px;
  position: relative;
  padding: 0 14px;
  width: unqoute("calc( 100% - 28px )");
}

.responsivmenu >nav {
  background: url("/gfx/menu.png") center no-repeat;
  height: 38px;
  position: absolute;
  width: 25px;
}
.responsivmenu >nav:after {
  color: white;
  content: "Menü";
  font-size: 26px;
  left: 29px;
  position: absolute;
  top: 10px;
}
.responsivmenu >nav >ul {
  display: none;
}
.responsivmenu >nav:hover >ul {
  font-family: 'OpenSans';
  background: #076633;
  display: block;
  left: -14px;
  margin-top: 28px;
  padding: 0 14px 14px;
  top: 10px;
  position: absolute;
  width: 172px;
  z-index: 100;
}
.responsivmenu >nav:hover >ul >li {
  list-style: none;
  padding: 2px 0;
}
.responsivmenu >nav:hover >ul >li >a {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
.responsivmenu >nav:hover >ul >li >ul {
  display: none;
}

@media all and (min-width: 900px) {
  .responsivmenu {
  display: none;
}
}


.spielplan {
  table-layout: auto;
  width: 100%;
}

.spielplan tr {
  font-size: 16px;
  line-height: 25px;
}
.spielplan tr th {
  font-family: 'OpenSans';
  padding: 0 22px;
  text-align: left;
  line-height: 25px;
  font-weight: 400 !important;
}
.spielplan tr td {
  font-family: 'OpenSans';
  padding: 0 22px;
  text-align: left;
  line-height: 25px;
  font-weight: 400 !important;
}
.spielplan tr .type4 {
  color: #e7302a;
}
.spielplan tr .type5 {
  color: #e7302a;
}
.spielplan tr .type2 {
  color: #076633;
}
.spielplan tr .type3 {
  color: #076633;
}

.spielplan tr:nth-child(odd) {
  background-color: #e8e8e8;
}

.spielplan tr:nth-child(even) {
  background-color: white;
}

.spielplan .spielplan_rowtype0 td {
  font-weight: 700 !important;
  line-height: 45px;
}

.spielplan .empty {
  color: #e7302a;
}
.spielplan .empty td {
  text-align: center;
}


.ImageFader {
  position: relative;
  margin: 0 !important;
}

.ImageFader >.fade {
  margin: 0 auto;
  height: auto;
  width: 732px;
  position: initial;
}
.ImageFader >.fade >.item {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.ImageFader >.fade >.item >img {
  height: 100%;
  width: 100%;
}
.ImageFader >.fade >.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 0;
}

.ImageFader >.frame .navi {
  bottom: 0;
  position: absolute;
  margin: 0 auto;
  height: 40px;
  width: 100%;
}
.ImageFader >.frame .navi>div {
  bottom: -48px;
  position: relative;
  right: 8px;
  text-align: center;
  z-index: 100;
}
.ImageFader >.frame .item.active {
  background-color: #76b82a;
  background-position: 22px 0;
}
.ImageFader >.frame .item {
  background-color: #c7c7c6;
  border-radius: 20px;
  display: none;
  height: 16px;
  margin-left: 8px;
  width: 16px;
}


div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url(/gfx/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url(/gfx/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url(/gfx/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url(/gfx/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url(/gfx/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url(/gfx/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url(/gfx/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url(/gfx/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_expand:hover {
  background: url(/gfx/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url(/gfx/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_contract:hover {
  background: url(/gfx/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(/gfx/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
  background: url(/gfx/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaaaaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(/gfx/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(/gfx/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url(/gfx/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url(/gfx/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url(/gfx/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url(/gfx/prettyPhoto/default/loader.gif) center center no-repeat;
}


div.light_rounded .pp_top .pp_left {
  background: url(/gfx/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
  background: url(/gfx/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
  background: url(/gfx/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_previous:hover {
  background: url(/gfx/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand {
  background: url(/gfx/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand:hover {
  background: url(/gfx/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract {
  background: url(/gfx/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract:hover {
  background: url(/gfx/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(/gfx/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
  background: url(/gfx/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url(/gfx/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url(/gfx/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
  background: url(/gfx/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
  background: url(/gfx/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
  background: url(/gfx/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}


div.dark_rounded .pp_top .pp_left {
  background: url(/gfx/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
  background: url(/gfx/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
  background: url(/gfx/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
  background: url(/gfx/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
  background: url(/gfx/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
  background: url(/gfx/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand {
  background: url(/gfx/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
  background: url(/gfx/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract {
  background: url(/gfx/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
  background: url(/gfx/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(/gfx/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: white;
}

div.dark_rounded .pp_nav .pp_play {
  background: url(/gfx/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(/gfx/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url(/gfx/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
  background: url(/gfx/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(/gfx/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
  background: url(/gfx/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
  background: url(/gfx/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}


div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
  background: black;
}

div.dark_square .pp_description {
  color: white;
  margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
  background: url(/gfx/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
  background: url(/gfx/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_expand:hover {
  background: url(/gfx/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract {
  background: url(/gfx/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract:hover {
  background: url(/gfx/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(/gfx/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url(/gfx/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url(/gfx/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url(/gfx/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
  background: url(/gfx/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
  background: url(/gfx/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_square .pp_previous:hover {
  background: url(/gfx/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}


div.light_square .pp_expand {
  background: url(/gfx/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand:hover {
  background: url(/gfx/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract {
  background: url(/gfx/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract:hover {
  background: url(/gfx/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(/gfx/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.light_square .pp_nav .pp_play {
  background: url(/gfx/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url(/gfx/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url(/gfx/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
  background: url(/gfx/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
  background: url(/gfx/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_square .pp_previous:hover {
  background: url(/gfx/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}


div.facebook .pp_top .pp_left {
  background: url(/gfx/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url(/gfx/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url(/gfx/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
  background: url(/gfx/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url(/gfx/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
  background: url(/gfx/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url(/gfx/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url(/gfx/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url(/gfx/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(/gfx/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url(/gfx/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(/gfx/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(/gfx/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url(/gfx/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(/gfx/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(/gfx/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(/gfx/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url(/gfx/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url(/gfx/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url(/gfx/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}


div.pp_pic_holder a:focus {
  outline: none;
}


div.pp_overlay {
  background: black;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9500;
}


div.pp_pic_holder {
  display: none;
  position: fixed;
  width: 100px;
  z-index: 10000;
  top: 10px !important;
}


.pp_content {
  height: 40px;
  min-width: 40px;
}


* html .pp_content {
  width: 40px;
}


.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}


.pp_description {
  display: none;
  margin: 0;
}


.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}


.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}


a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}


.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}


.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(/gfx/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}


a.pp_next {
  background: url(/gfx/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}


a.pp_previous {
  background: url(/gfx/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}


a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}


a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}


.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}


#pp_full_res {
  line-height: 1 !important;
}


#pp_full_res>img {
  width: 100% !important;
  height: auto !important;
}


#pp_full_res .pp_inline {
  text-align: left;
}


#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}


div.ppt {
  color: white;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}


div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: white;
}


div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: black;
}


div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: white;
}


div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative;
}


div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: white;
}


div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px;
}


div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}


div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}


div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}


div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
  background: url(/gfx/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}


div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
  background: url(/gfx/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}


div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4;
}


div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: white;
}


.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}


* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}


.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}


.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}


* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}


.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}


.pp_fade, .pp_gallery li.default a img {
  display: none;
}


.CoverFlow {
  display: none;
  overflow: hidden;
  padding-top: 22px;
  position: relative;
}

.CoverFlow, .CoverFlow * {
  margin: 0;
  padding: 0;
}

.CoverFlow >.loadIndicator {
  background: url('/gfx/load.gif') no-repeat center;
  height: 100px;
}

.CoverFlow.ready>.loadIndicator {
  display: none;
}

.CoverFlow >.flow {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  width: 100%;
}

.CoverFlow.ready>.flow {
  display: block;
}

.CoverFlow .item {
  cursor: pointer;
  display: block;
  height: 270px;
  text-align: center;
  position: absolute;
  vertical-align: top;
  width: 180px;
}

.CoverFlow >.globalCaption, .CoverFlow .item>.caption {
  left: 10%;
  position: absolute;
  right: 10%;
  text-align: center;
  top: 230px;
  width: 80%;
  z-index: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.CoverFlow >.globalCaption {
  display: none;
}
.CoverFlow >.globalCaption >.above {
  left: 0;
  position: absolute;
  right: 0;
  top: -226px;
  width: 100%;
}

.CoverFlow.useGlobalCaption>.globalCaption {
  display: block;
}

.CoverFlow.useGlobalCaption .item>.caption {
  display: none;
}

.CoverFlow .item>canvas, .CoverFlow .item>img {
  display: block;
  height: 100%;
  width: 100%;
}


.ImageSlide {
  display: block;
  overflow: hidden;
  position: relative;
}

.ImageSlide, .ImageSlide * {
  margin: 0;
  padding: 0;
}

.ImageSlide, .ImageSlide>* {
  height: 165px;
}

.ImageSlide .item>img {
  margin: 0;
}

.ImageSlide >.slide>.item {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
}
.ImageSlide >.slide>.item.prev {
  display: block;
  left: 0;
  z-index: 1;
}
.ImageSlide >.slide>.item.next {
  display: block;
  right: 0;
  z-index: 1;
}
.ImageSlide >.slide>.item.active {
  display: block;
  margin-left: -105px;
  left: 50%;
  z-index: 2;
}


html {
  padding: 0;
  margin: 0 auto;
  display: block;
  border: none;
  background-color: #cccccc;
  min-height: 320px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 19px;
  font-family: "droid_sansregular";
  font-style: normal;
  font-size: 13px;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: 0;
}


body {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  display: block;
  border: none;
  min-height: 320px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  overflow: auto;
  font-family: 'droid_sansregular';
  background: white;
}

body img {
  zoom: 1;
}

body .greenline {
  display: none;
  position: absolute;
  border-top: 2px solid #076633;
  width: 100%;
}

@media (max-width: 900px ) {
  body {
  background-image: none;
}
}


.cdxBackgroundContainer {
  position: fixed;
  display: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 100%;
  min-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.cdxMainContainer {
  padding: 10px 25px;
  margin: 0 auto;
  background-color: white;
  width: 950px;
  min-height: 100%;
}

.cdxMainContainer .cara2-content {
  width: 100%;
  background-color: white;
}

@media (max-width: 900px ) {
  .cdxMainContainer {
  width: 100%;
  padding: 0;
}
}


.clear {
  clear: both !important;
  display: block !important;
  width: auto !important;
  height: 0 !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}


a>img {
  border: 0 none;
}


* {
  -webkit-box-sizing: border-box;
  /*
 * Safari/Chrome, other WebKit
 */

  -moz-box-sizing: border-box;
  /*
 * Firefox, other Gecko
 */

  box-sizing: border-box;
  /*
 * Opera/IE 8+
 */

}


::-webkit-scrollbar:horizontal {
  width: 20px;
}


::-webkit-scrollbar-thumb:horizontal {
  border: 2px dotted green;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb:horizontal {
  height: 12px;
}


ul, header, nav, footer, article, section {
  margin: 0;
  padding: 0;
}


