/*
 * Open-Sans Import
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,600);

/* FIXED HEIGHT FOR WINDOWS PHONE APP */
@media screen and (orientation: portrait) {
  @-ms-viewport {
    width: 320px;
    user-zoom: fixed;
    max-zoom: 1;
    min-zoom: 1;
  }
}

@media screen and (orientation: landscape) {
  @-ms-viewport {
    width: 480px;
    user-zoom: fixed;
    max-zoom: 1;
    min-zoom: 1;
  }
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  color: #222;
}
/* pinke untermalung von selektiertem Content auskommentiert */
/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
[role="button"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
  padding: 0;
}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

textarea,
input[type="text"],
input[type="password"] {
  padding: 2px 5px 2px 5px;
  border: 1px solid #cccccc;
  /*-webkit-border-radius: 8px;  // Entfernt 12.06.2013 - Textfelder sind im neuen Design nicht abgerundet /kc
	-moz-border-radius: 8px;
	border-radius: 8px; */
}

input[type="submit"],
input[type="button"] {
  border: 0px solid #cccccc;
}

select {
  padding: 1px 2px 1px 1px;
  border: 1px solid #cccccc;
}

input[type="submit"],
input[type="button"] {
  background: #8f8f8f none;
  color: white;
  height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

/* 	==============
	Header View
	============== */
h3.header {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.navicon img {
  width: 45px;
}

/* 	==============
	Miscellaneous Helpers
	============== */
.mright {
  margin-right: 6px;
}

.mleft {
  margin-left: 6px;
}

.clearer {
  clear: both;
}

.ruler {
  height: 1px;
  width: 100%;
  background-color: #909090;
}

.word-wrap {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP printers */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -pre-wrap; /* Opera 4-6 */
  word-wrap: break-word; /* IE */
  overflow: hidden;
}

/* Default View Margins */
.margin-top {
  margin-top: 10px;
}

.margin-right {
  margin-right: 10px;
}

.margin-bottom {
  margin-bottom: 10px;
}

.margin-left {
  margin-left: 10px;
}

/* Top and bottom view spacers */

.top-spacer {
  margin-top: 25px;
}

.bottom-spacer {
  margin-bottom: 25px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.hide {
  display: none;
}

.error {
  margin-top: 10px;
  padding: 5px 10px 5px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #b41525;
  background: -moz-linear-gradient(top, #b41525 0%, #94101d 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #b41525),
    color-stop(100%, #94101d)
  );
  background: -webkit-linear-gradient(top, #b41525 0%, #94101d 100%);
  background: -o-linear-gradient(top, #b41525 0%, #94101d 100%);
  background: -ms-linear-gradient(top, #b41525 0%, #94101d 100%);
  background: linear-gradient(top, #b41525 0%, #94101d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b41525', endColorstr='#94101d',GradientType=0 );
  color: #ffffff;
}

/* 	==============
	Icons
	============== */

span.icon-paging-prev,
span.icon-paging-next,
span.icon-fb,
span.icon-document,
span.icon-twitter,
span.icon-phone,
span.icon-fax,
span.icon-email,
span.icon-homepage,
span.icon-cam,
span.icon-video,
span.icon-audio,
span.icon-bubble,
span.icon-answer,
span.icon-list,
span.icon-rss,
span.icon-mobile,
span.icon-sms,
span.icon-podcast,
span.icon-play,
span.icon-player-play,
span.icon-player-pause,
span.icon-player-stop,
span.icon-download {
  background-image: url("../img/icons/icons.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0;
  margin-right: 4px;
  margin-top: 0;
}

span.icon-fb {
  background-position: 0 0;
  height: 14px;
  width: 14px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  left: 3px;
}

span.icon-twitter {
  background-position: -14px 0;
  height: 14px;
  width: 14px;
}

span.icon-phone {
  background-position: 0 -34px;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

span.icon-fax {
  background-position: -140px -14px;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

span.icon-email {
  background-position: -160px -14px;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

span.icon-homepage {
  background-position: -20px -34px;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

span.icon-loader {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/icons/loading_320.gif");
  background-size: 18px 18px;
}

/* 	==============
	Header
	============== */

header,
footer {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

header {
  position: fixed;
  margin: auto;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
}

.mainbar {
  width: 100%;
  height: 44px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #212121;
  /*background-image: url("../img/backgrounds/black_320.png");*/
  background-size: 100% 44px;
  box-sizing: content-box;
}
#container {
  margin-top: -16px;
}

#content {
  padding-bottom: 100px;
}

.mainbar .start {
  width: 226px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 14px;
  background-image: url("../img/misc/rro_logo_640.png");
  background-size: 226px 20px;
}

.mainbar .left {
  /*display:inline-block;*/
  width: 62px;
  /*height:100%;*/
  height: 26px;
  z-index: 2;
  position: absolute;
  left: 0;
}

.mainbar .center {
  display: inline-block;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
}

.mainbar .right {
  display: inline-block;
  /*width:64px;*/
  width: 200px;
  height: 100%;
  position: absolute;
  z-index: 3;
  right: 0;
}

.mainbar .back {
  display: inline-block;
  width: 101px;
  /*height:26px;*/
  height: 44px;
  /*position:absolute;*/
  /*top:9px;*/
  /*padding-top: 5px;*/
  /*left:9px;*/
  left: -148px;
  background: transparent url("../img/controls/back.png");
  background-size: 101px 44px;
}

.mainbar .refresh {
  display: inline-block;
  width: 45px;
  /*height:26px;*/
  height: 44px;
  /*position:absolute;*/
  /*top:9px;*/
  /*padding-top: 5px;*/
  /*left:9px;*/
  left: -148px;
  background: transparent url("../img/controls/refresh.png");
  background-size: 45px 44px;
}

.mainbar .reloadLocation {
  display: inline-block;
  width: 45px;
  /*height:26px;*/
  height: 44px;
  /*position:absolute;*/
  /*top:9px;*/
  /*padding-top: 5px;*/
  /*left:9px;*/
  left: -148px;
  background: transparent url("../img/controls/reloadLocation.png");
  background-size: 45px 44px;
}

.mainbar .back span {
  display: block;
  width: 48px;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  text-align: center;
}

.mainbar .pagetitle {
  font-size: 20px;
  position: absolute;
  top: 9px;
  left: 60px;
  text-align: left;
  width: 100%;
}

.mainbar .subtitle .pagetitle {
  top: 2px;
}

.mainbar .pagesubtitle {
  font-size: 11px;
  position: absolute;
  top: 25px;
  left: 0;
  text-align: center;
  width: 100%;
}

.mainbar .pagetitle.leftalign,
.mainbar .pagesubtitle.leftalign {
  left: 60px;
  text-align: left;
}

.mainbar .prev {
  display: inline-block;
  /*width:28px;
	height:26px;*/
  width: 45px;
  height: 44px;
  /*position:absolute;*/
  /*top:9px;*/
  /*left:-28px;*/
  background: transparent url("../img/controls/up.png");
  background-size: 45px 44px;
  /*background-size: 28px 26px;*/
}

.mainbar .next {
  display: inline-block;
  /*width:27px;
	height:26px;*/
  width: 45px;
  height: 44px;
  /*position:absolute;*/
  /*top:9px;*/
  /*left:16px;*/
  background: transparent url("../img/controls/down.png");
  background-size: 45px 44px;
  /*background-size: 27px 26px;*/
}

.hprev {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1a7f81 !important;
}

.hnext {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1a7f81 !important;
}

nav ul {
  height: 40px;
  line-height: 1;
  background-size: 100% 30px;
  background-color: #454545;
  overflow: hidden;
}

nav li {
  float: left;
  height: 40px;
  text-align: center;
  line-height: 1;
  /*background-image: url('/mobiledev/img/icons/line_menu.png');*/
  background-repeat: repeat-y;
}

.width-1 {
  width: 100%;
}

.width-2 {
  width: 49.9%;
}

.width-3 {
  width: 33.3%;
}

.width-4 {
  width: 25%;
}

.width-5 {
  width: 20%;
}
/*
nav li.last {
	position:relative;
	left:3px;
}

nav li.active {
	background-size: 25% 30px;
}
*/
nav li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  font-size: 13px;
}

nav li a span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 14px;
  color: #fff; /*color:#7f7f7f;*/
}

nav li.active a span {
  color: #fff;
}

/* 	==============
	Main Content
	============== */

#main {
  color: #585857;
  font-family: Open Sans, Georgia, Palatino, "Palatino Linotype", Times,
    "Times New Roman", serif;
  padding-top: 44px;
}

a {
  color: #891320;
}

/* 	==============
	Table View
	============== */

.tableview {
}

.tableview table {
  width: 100%;
}

.tableview table td.cell {
  border-bottom: 1px #909090 solid;
}

.tableview table.show-top-border .first td.cell {
  border-top: 1px #909090 solid;
  padding-top: 8px;
}

.tableview table.show-bottom-border .last td.cell {
  border-width: 1px;
}

.tableview table .last td.cell {
  border-width: 0;
}

.tableview table td.arrow {
  height: 100%;
  width: 25px;
  text-align: right;
  vertical-align: middle;
  /*background: transparent url('../img/icons/arrow_right_320.png');*/
  /*background-size: 9px 14px;
	background-repeat:no-repeat;
	background-position:right center;*/
}
.tableview table td.arrow.load-more {
  /*background: transparent url('../img/icons/arrow_down_320.png') no-repeat;*/
  height: 100%;
  width: 25px;
  text-align: right;
  vertical-align: middle;
  /*background-position:right center;*/
}

.tableview table td.arrow a {
  display: block;
  height: 100%;
  width: 100%;
}

.tableview table a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 13px;
  color: #585857;
}

.tableview table .spacer {
  height: 8px;
}

/* 	==============
	Default Table Cell
	============== */

.tableview table.defaulttablecell td.title {
  font-weight: bold;
  vertical-align: middle;
  padding: 8px 0 8px 0;
}

/* 	==============
	Load More Table Cell
	============== */

.tableview table.loadmoretablecell td.loadmore {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.tableview table .location {
  font-weight: bold;
}

/* 	==============
	Calendar View
	============== */

.calendarview {
  background-color: #ffffff;
  padding: 5px;
}

.calendarview .calendardiv {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 500px;
  margin: auto;
}

.calendarview table {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 100%;
}

.calendarview .header {
  width: 100%;
  height: 15px;
  background: transparent url("../img/backgrounds/bg_calendar_header_320.png");
  background-size: 308px 15px;
}

.calendarview .month {
  color: #ffffff;
  padding-bottom: 10px;
}

.calendarview .header .day {
  color: white;
  border: solid 2px #ffffff;
  padding-top: 1px;
}

.calendarview .day .container {
  position: relative;
  width: 100%;
  height: 100%;
}

.calendarview .day a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.calendarview .day,
.calendarview .day a {
  font-family: Open Sans, Helvetica, Verdana;
  color: #6e6e6c;
  text-decoration: none;
}

.calendarview .day a.adjacent-month {
  color: #b1b1b1;
  text-decoration: none;
}

.calendarview .day a span {
  position: relative;
  top: 30%;
}

.calendarview .cell {
  width: 14.25%;
  height: 44px;
  background-color: #ebebeb;
  background-size: 44px 44px;
  border: solid 2px #ffffff;
}

.calendarview .cell-active {
  width: 14.25%;
  height: 44px;
  background-color: #1a7f81 !important;
  background-size: 44px 44px;
}

.calendarview .cell-active a {
  color: #ffffff;
}

.calendarview .events {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.calendarview .events .group {
  clear: both;
}

.calendarview .events .indicator {
  background-color: gray;
  width: 3px;
  height: 3px;
  display: block;
  float: right;
  margin-right: 1px;
  margin-top: 1px;
}

.calendarview .cell-active .events .indicator {
  background-color: #ffffff;
}

.calendarview div.controls {
  height: 100%;
  text-align: center;
}

.calendarview .controls {
  min-height: 44px;
  text-align: center;
  background-color: #ebebeb;
}

.calendarview .headernav .headercell {
  border: solid 2px #ffffff;
}

.calendarview .headernav {
  height: 100%;
  max-height: 44px;
  width: 100%;
}

.calendarview .controls .controls-content {
  /*display:inline-block;*/
  display: inline-table;
  height: 100%;
}
.calendarview .controls .controls-content div {
  /*display:inline-block;*/
  padding: 14px 0px 0px 0px;
  font-weight: bold;
}

.calendarview .headernav a {
  text-align: center;
}

.calendarview .headernav img {
  max-height: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

.calendarview .controls p {
  font-weight: bold;
  color: gray;
}

/* 	==============
	Buttons
	============== */
#main a.button {
  display: block;
  width: 95px;
  height: 20px;
  background: transparent url("../img/controls/button_320.png");
  background-size: 95px 20px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

#main a.button span.galleryicon {
  display: block;
  width: 11px;
  height: 8px;
  background: transparent url("../img/icons/gallery_320.png");
  background-size: 11px 8px;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 5px;
}

#main a.button span.audioicon {
  display: block;
  width: 11px;
  height: 10px;
  background: transparent url("../img/icons/audio_320.png");
  background-size: 11px 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 5px;
}

#main a.button span.videoicon {
  display: block;
  width: 11px;
  height: 8px;
  background: transparent url("../img/icons/video_320.png");
  background-size: 11px 8px;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 5px;
}

#main a.button span.label {
  display: block;
  width: 71px;
  position: absolute;
  top: 3px;
  left: 21px;
  text-align: center;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
}

/* 	==============
	Video
	============== */

.vimeoplayerview iframe {
  display: block;
  margin: 0;
  padding: 0;
}

/* 	==============
	Audio
	============== */

.audioplayerview {
}

.audioplayerview .jp-audio,
.audioplayerview .jp-video {
  /* Edit the font-size to counteract inherited font sizing.
   * Eg. 1.25em = 1 / 0.8em
   */
  display: none;
  font-size: 1em;
  width: 100%;
  position: absolute;
  left: 0;
  top: 44px;
  border-width: 0;
}

.audioplayerview .jp-interface {
}

.audioplayerview .loading {
  margin: 10px 0 0 10px;
}

.audioplayerview audio {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*  ==============
    Ads
    ============== */
.adCell {
  margin: 5px 0px 10px 0px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* 	==============
	Gallery
	============== */

.galleryview .gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.galleryview .gallery:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.galleryview .gallery li {
  float: left;
  margin: 4px;
}

.galleryview .gallery li td {
  height: 72px;
  vertical-align: middle;
  text-align: center;
}

.galleryview .gallery li a {
  display: block;
}

.galleryview .gallery li img {
  max-height: 72px;
  border: 1px solid #3c3c3c;
}

/* 	==============
	Footer
	============== */

#container footer {
}

#container.video footer,
#container.audio footer {
  margin-top: 0;
}

#container.audio footer {
  position: absolute;
  top: 152px;
}

footer nav {
  /*border-top:1px #000 solid; Ho ever did this.*/
}

.site-notice {
  margin: 10px;
  color: #585857;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman",
    serif;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}

/*
 * Media queries for responsive design https://github.com/shichuan/mobile-html5-boilerplate/wiki/The-Style
 */

/* Styles for desktop and large screen ----------- */

/*styles for 800px and up!*/
@media only screen and (min-width: 800px) {
  /* Styles */
} /*/mediaquery*/

/* iPhone 4, Opera Mobile 11 and other high pixel ratio devices -----------
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

	.icon-loader {
		background-image: url("../img/icons/loading_640.gif");
	}

	.mainbar {
		background-image: url("../img/backgrounds/black_640.png");
	}

	.mainbar .start {
		background-image: url("../img/misc/rro_logo_640.png");
	}

	.mainbar .back {
		background: transparent url('../img/controls/back_640.png');
	}

	.mainbar .prev {
		background: transparent url('../img/controls/prev_640.png');
	}

	.mainbar .next {
		background: transparent url('../img/controls/next_640.png');
	}

	.hprev {
		background: transparent url('../img/controls/hprev_640.png');
	}

	.hnext {
		background: transparent url('../img/controls/hnext_640.png');
	}

	.calendarview .header {
		background: transparent url('../img/backgrounds/bg_calendar_header_640.png');
	}

	.calendarview .cell {
		background: transparent url('../img/backgrounds/bg_cell_640.png');
	}

	.calendarview .cell-active {
		background: transparent url('../img/backgrounds/bg_cell_active_640.png');
	}

	nav ul {
		background-image: url("../img/backgrounds/grey_640.png");
	}

	nav li.active {
		background-image: url("../img/backgrounds/red_640.png");
	}

	#main a.button {
		background: transparent url('../img/controls/button_640.png');
	}

	#main a.button span.galleryicon {
		background: transparent url('../img/icons/gallery_640.png');
	}

	#main a.button span.audioicon {
		background: transparent url('../img/icons/audio_640.png');
	}

	#main a.button span.videoicon {
		background: transparent url('../img/icons/video_640.png');
	}

	#comments span.commenticon {
		background: transparent url('../img/icons/comments_640.png');
	}

	#socialmedia #facebook {
		background: transparent url('../img/icons/facebook_640.png');
	}

	#socialmedia #twitter {
		background: transparent url('../img/icons/twitter_640.png');
	}

	.tableview table td.arrow {
		background: transparent url('../img/icons/arrow_right_640.png');
		background-repeat:no-repeat;
		background-position:right center;
	}

	.startview .wahlen {
		background: transparent url('../img/icons/wahlen_640.png');
	}

	.startview .news {
		background: transparent url('../img/icons/nachrichten_640.png');
	}

	.startview .stausee {
		background: transparent url('../img/icons/stausee_640.png');
	}

	.startview .wetter {
		background: transparent url('../img/icons/wetter_640.png');
	}

	.startview .wallisjobs {
		background: transparent url('../img/icons/wallisjobs_640.png');
	}

	.startview .hierkaufen {
		background: transparent url('../img/icons/hiechouffu_640.png');
	}

	.startview .obei {
		background: transparent url('../img/icons/obei_640.png');
	}

	.startview .inmemoriam {
		background: transparent url('../img/icons/memoriam_640.png');
	}

	.startview .verkehr {
		background: transparent url('../img/icons/verkehr_640.png');
	}

	.startview .service {
		background: transparent url('../img/icons/service_640.png');
	}
}*/

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* prevent callout */
.nocallout {
  -webkit-touch-callout: none;
}

/* Text overflow with ellipsis */
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%;
}

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* NEU */

.frm-container {
  background: #f6f6f6;
  padding: 5px 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.frm-container .row {
  clear: both;
  margin-bottom: 8px;
  /*white-space: nowrap;*/
}
.frm-container .row .field {
  width: 98.1%;
  text-align: left;
  margin: 0 1%;
}
.frm-container .row .field.half,
.frm-container .row .field.third,
.frm-container .row .field.two-thirds {
  float: left;
}
.frm-container .row .field.half {
  width: 48%;
}
.frm-container .row .field.third {
  width: 31.33%;
}
.frm-container .row .field.two-thirds {
  width: 64.6%;
}
.frm-container .row .field input {
  width: inherit;
  padding: 3px 1%;
  border: none;
}

.frm-container .row .field input,
.frm-container .row .field textarea,
.frm-container .row .field select,
.frm-container .row .field div,
.frm-container .row .field.half div {
  display: block;
  /*width: 98.1%;*/
}
.frm-container .row .field div {
  width: 99%;
}
.frm-container .row .field input[type="submit"],
.frm-container .row .field input[type="text"],
.frm-container .row .field input[type="password"],
.frm-container .row .field input[type="button"],
.frm-container .row .field .btn-check,
.frm-container .row .field select,
.frm-container .row .field div,
.frm-container .row .field textarea {
  width: 100%;
}
.frm-container .row .field input[type="text"],
.frm-container .row .field input[type="password"] {
  outline: 1px solid #ccc;
}
.frm-container .row .field textarea {
  outline: 1px solid #ccc;
  border: none;
}
.frm-container .row .field .btn {
  background: #8f8f8f none;
  height: 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.frm-container .row .field .btn,
.frm-container .row .field .btn-check,
.frm-container .row .field input,
.frm-container .row .field textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.frm-container .row .field .btn-check {
  padding: 4px 5px 4px 5px;
  text-align: left;
  color: white;
  background: #909090 none;
  cursor: pointer;
}
.frm-container .row .field .btn-check .btn-check-icon {
  background-image: none;
  background-color: white;
  float: left;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  /*padding: 2px 5px 2px 0px;*/
}
.frm-container .row .field .btn-check .btn-check-label {
  display: table-cell;
}

/* Information Boxes with Icon*/

.informationbox.meldung {
  color: #a1a1a1;
  max-width: 800px;
  margin: 0 auto;
}

.informationbox .meldungicon {
  width: 40px;
  position: absolute;
  border-right: 5px solid white;
}

.informationbox .meldungicon img {
  max-width: 100%;
}

.informationbox .meldungtext {
  margin-left: 45px;
  min-height: 36px;
  background-color: #ebebeb;
  padding: 2px 5px 2px 5px;
}

/* O-Bei single Entry View*/

.entryview,
.mobileview,
.nomobileview {
  font-size: 15px;
  max-width: 800px;
  margin: auto;
}

.entryview .title span.lookingfor,
.entryview .title span.offering {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  top: -1px;
}

.entryview .title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.entryview .title span {
  font-weight: normal;
}

.entryview .image {
  margin-top: 10px;
}

.entryview .image img {
  max-width: 800px;
  width: 100%;
  margin: auto;
  display: block;
}

.entryview .label {
  font-weight: bold;
}

.entryview .gallery {
  margin: 10px 0 5px 0;
}

.entryview .entryinfo {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  margin-top: 10px;
  padding: 10px 0 10px 0;
}

.entryview .description {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.entryview a {
  text-decoration: none;
}

.entryview a.button {
  display: block;
  width: 95px;
  height: 20px;
  background: transparent url("../img/controls/button_320.png");
  background-size: 95px 20px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.entryview a.button span.galleryicon {
  display: block;
  width: 11px;
  height: 8px;
  background: transparent url("../img/icons/gallery_320.png");
  background-size: 11px 8px;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 5px;
}

.entryview a.button span.label {
  display: block;
  width: 71px;
  position: absolute;
  top: 3px;
  left: 21px;
  text-align: center;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: left;
}

.entryview .contact {
  margin-top: 10px;
  padding: 10px 0 10px 10px;
  border: 1px solid #909090;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(229, 229, 229, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.entryview .contact .mright {
  margin-right: 10px;
}

.entryview .contact a {
  color: #585857;
  display: block;
  text-align: center;
  font-weight: bold;
}

.entryview .contact h3 {
  margin: 0;
  font-size: 15px;
}

.entryview .contact .info {
  margin: 5px 0 15px 0;
}

.entryview .contact input {
  width: 120px;
}

.entryview .contact textarea {
  width: 96%;
  height: 100px;
}

.entryview .contact .message {
  margin-right: 10px;
}

.entryviewinput.submit {
  width: 70px;
  height: 30px;
}

.entryview .lookingfor,
.entryview .offering {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  margin: 0 5px 3px 0;
  padding: 1px 0 1px 0;
  font-weight: bold;
  width: 52px;
}

.entryview .lookingfor {
  background-color: #63ac16;
}

.entryview .offering {
  background-color: #b81420;
}

a.anchor,
a.anchor:link,
a.anchor:visited,
a.anchor:hover,
a.anchor:active {
  margin: -84px 0 0 0;
  padding: 84px 0 0 0;
  color: #585857;
  cursor: default;
}

.mainbar-header {
  font-size: 0;
}
