@charset "UTF-8";
@import url(../vendor/royalslider/royalslider.css);
@import url(../vendor/royalslider/skins/minimal-white/rs-minimal-white.css);
@import url(../vendor/prettyphoto/css/prettyPhoto.css);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

/* ==========================================================================
   GRID
   ========================================================================== */
.container {
  margin: 0 auto;
  max-width: 998px;
  min-width: 320px;
  width: 100%;
  position: relative;
}
.container .content-box {
  box-sizing: content-box;
}

.col {
  display: block;
  float: left;
  margin: 0%;
}
.col img {
  max-width: 100%;
  height: auto;
}

.g-1 {
  width: 8.333%;
}

.g-2 {
  width: 16.667%;
}

.g-3 {
  width: 25.0%;
}

.g-4 {
  width: 33.333%;
}

.g-5 {
  width: 41.667%;
}

.g-6 {
  width: 50.0%;
}

.g-7 {
  width: 58.333%;
}

.g-8 {
  width: 66.667%;
}

.g-9 {
  width: 75.0%;
}

.g-10 {
  width: 83.333%;
}

.g-11 {
  width: 91.667%;
}

.g-12 {
  width: 100%;
}

.pl-1 {
  padding-left: 8.333%;
}

.pl-2 {
  padding-left: 16.667%;
}

.pl-3 {
  padding-left: 25.0%;
}

.pl-4 {
  padding-left: 33.333%;
}

.pl-5 {
  padding-left: 41.667%;
}

.pl-6 {
  padding-left: 50.0%;
}

.pl-7 {
  padding-left: 58.333%;
}

.pl-8 {
  padding-left: 66.667%;
}

.pl-9 {
  padding-left: 75.0%;
}

.pl-10 {
  padding-left: 83.333%;
}

.pl-11 {
  padding-left: 91.667%;
}

.pr-1 {
  padding-right: 8.333%;
}

.pr-2 {
  padding-right: 16.667%;
}

.pr-3 {
  padding-right: 25.0%;
}

.pr-4 {
  padding-right: 33.333%;
}

.pr-5 {
  padding-right: 41.667%;
}

.pr-6 {
  padding-right: 50.0%;
}

.pr-7 {
  padding-right: 58.333%;
}

.pr-8 {
  padding-right: 66.667%;
}

.pr-9 {
  padding-right: 75.0%;
}

.pr-10 {
  padding-right: 83.333%;
}

.pr-11 {
  padding-right: 91.667%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

@font-face {
  font-family: "Avalon Bold";
  src: url('../fonts/avalon_bold_macroman/Avalon-Bold-webfont.eot?1408639174') format('embedded-opentype'), url('../fonts/avalon_bold_macroman/Avalon-Bold-webfont.eot?&1408639174#iefix') format('embedded-opentype'), url('../fonts/avalon_bold_macroman/Avalon-Bold-webfont.woff?1408639174') format('woff'), url('../fonts/avalon_bold_macroman/Avalon-Bold-webfont.ttf?1408639174') format('truetype'), url('../fonts/avalon_bold_macroman/Avalon-Bold-webfont.svg?1408639174#webfont') format('svg');
}
@font-face {
  font-family: "Avalon Book";
  src: url('../fonts/avalon_book_macroman/Avalon-Book-webfont.eot?1408639174') format('embedded-opentype'), url('../fonts/avalon_book_macroman/Avalon-Book-webfont.eot?&1408639174#iefix') format('embedded-opentype'), url('../fonts/avalon_book_macroman/Avalon-Book-webfont.woff?1408639174') format('woff'), url('../fonts/avalon_book_macroman/Avalon-Book-webfont.ttf?1408639174') format('truetype'), url('../fonts/avalon_book_macroman/Avalon-Book-webfont.svg?1408639174#webfont') format('svg');
}
@font-face {
  font-family: "Avalon Medium";
  src: url('../fonts/avalon_medium_macroman/Avalon-Medium-webfont.eot?1408639174') format('embedded-opentype'), url('../fonts/avalon_medium_macroman/Avalon-Medium-webfont.eot?&1408639174#iefix') format('embedded-opentype'), url('../fonts/avalon_medium_macroman/Avalon-Medium-webfont.woff?1408639174') format('woff'), url('../fonts/avalon_medium_macroman/Avalon-Medium-webfont.ttf?1408639174') format('truetype'), url('../fonts/avalon_medium_macroman/Avalon-Medium-webfont.svg?1408639174#webfont') format('svg');
}
@font-face {
  font-family: "Avalon Demi";
  src: url('../fonts/avalon_demi_macroman/Avalon-Demi-webfont.eot?1408639174') format('embedded-opentype'), url('../fonts/avalon_demi_macroman/Avalon-Demi-webfont.eot?&1408639174#iefix') format('embedded-opentype'), url('../fonts/avalon_demi_macroman/Avalon-Demi-webfont.woff?1408639174') format('woff'), url('../fonts/avalon_demi_macroman/Avalon-Demi-webfont.ttf?1408639174') format('truetype'), url('../fonts/avalon_demi_macroman/Avalon-Demi-webfont.svg?1408639174#webfont') format('svg');
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * 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;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* nth-child workaround */
.teaser.nomargin,
.servicelist li.nomargin,
.linklist li.nomargin,
.links li.nomargin {
  margin-right: 0 !important;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*========================================
=            Global Variables            =
========================================*/
/* Compass Browser Support */
/* Colors */
/* Fonts  use: @extend .font-avalon-bold; */
.font-avalon-bold, strong, b {
  font-family: "Avalon Bold";
  font-weight: normal;
  font-style: normal;
}

.font-avalon-book, header div.top_nav_main > ul > li a, header div.top_nav_main ul.sub-menu > li a, header nav.top_nav_lang ul li a, footer.container .footer_nav_meta ul li a {
  font-family: "Avalon Book";
  font-weight: normal;
  font-style: normal;
}

.font-avalon-medium, html, footer.container .copy {
  font-family: "Avalon Medium";
  font-weight: normal;
  font-style: normal;
}

.font-avalon-demi, h1, h2, h3, h4, .fett, .fett_rot {
  font-family: "Avalon Demi";
  font-weight: normal;
  font-style: normal;
}

/* Misc */
/* ==========================================================================
   Styles
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
html {
  font-size: 62.5%;
  background-image: url(../images/bg/bg.jpg);
}

body {
  font-size: 1.4rem;
  line-height: 1.7rem;
  height: 100%;
  color: #3e3d40;
}

a {
  color: #660000;
}

h1, h2, h3, h4 {
  text-decoration: none;
}

h1 {
  font-size: 2.0rem;
  line-height: 2.1rem;
  margin: 0 0 1.5rem 0;
  color: #660000;
}

h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.8rem;
  margin: 0 0 0.4rem 0;
}

h3 {
  color: #660000;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0;
  padding: 0;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0 0 1.2rem 0;
}

h6 {
  font-size: 16rem;
  line-height: 2.7rem;
  margin: 0 0 1.4rem 0;
}

.fett {
  font-size: 1.8rem;
}

.fett_rot {
  font-size: 2.0rem;
  line-height: 2.1rem;
  color: #660000;
}

p, ul {
  margin-top: 0;
}

li {
  line-height: auto;
}

ul {
  list-style-position: outside;
}

ol {
  list-style-position: outside;
  list-style-type: decimal;
}

em, i, q {
  font-style: italic;
}

blockquote {
  padding-left: 1.6rem;
  border-left: 0.5rem solid grey;
  line-height: normal;
  margin: 0;
}

blockquote p {
  font-style: italic;
  margin: 0;
  font-size: 2.0rem;
  line-height: 2.1rem;
  margin: 2.1rem 0 2.1rem 0;
}

label, select {
  display: block;
}

.hintergrund_bild {
  position: fixed;
  width: 100%;
  top: 0;
}

.container {
  min-width: 230px;
}

/* ==========================================================================
   Header
   ========================================================================== */
header {
  /* Navigation TOP */
  /* Navigation Sprachen */
}
header .logo {
  float: left;
}
header div.top_nav_main {
  margin: 98px 0 0 0;
  padding: 0 0 0 0;
  height: 34px;
  float: right;
  border-top: solid #602324 2px;
  border-bottom: solid #602324 2px;
  /* CSS HEADER MENU SUB */
  /* Mobile */
}
header div.top_nav_main .menu-item-50 {
  min-width: 165px;
}
header div.top_nav_main > ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: block;
  position: relative;
}
header div.top_nav_main > ul > li {
  display: inline;
  cursor: pointer;
  min-width: 125px;
  float: left;
  margin: 0;
}
header div.top_nav_main > ul > li#menu-item-48 {
  min-width: 140px;
}
header div.top_nav_main > ul > li a {
  font-size: 2.0rem;
  margin: 0;
  padding: 0 15px 0 15px;
  text-decoration: none;
  width: 100%;
  line-height: 3.2rem;
  color: #660000;
  display: block;
  text-align: center;
  height: 32px;
}
header div.top_nav_main > ul > li.SimHover, header div.top_nav_main > ul > li:hover, header div.top_nav_main > ul > li.current-menu-item, header div.top_nav_main > ul > li.current_page_parent, header div.top_nav_main > ul > li.current_page_item {
  color: #ffffff;
}
header div.top_nav_main > ul > li.SimHover a, header div.top_nav_main > ul > li:hover a, header div.top_nav_main > ul > li.current-menu-item a, header div.top_nav_main > ul > li.current_page_parent a, header div.top_nav_main > ul > li.current_page_item a {
  background-color: #660000;
  color: #ffffff;
}
header div.top_nav_main > ul > li.SimHover ul.sub-menu,
header div.top_nav_main > ul > li:hover ul.sub-menu {
  display: inline;
}
header div.top_nav_main ul.sub-menu {
  display: none;
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10000;
}
header div.top_nav_main ul.sub-menu > li {
  display: inline;
  cursor: pointer;
  width: 100%;
}
header div.top_nav_main ul.sub-menu > li a {
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  width: 100%;
  padding: 0 10px 0 10px;
  margin: 1px 0 0 0;
  background-color: #660000;
  line-height: 3.2rem;
  color: #ffffff;
  display: block;
  text-align: center;
  height: 32px;
}
header div.top_nav_main ul.sub-menu > li.SimHover a, header div.top_nav_main ul.sub-menu > li:hover a, header div.top_nav_main ul.sub-menu > li.current-menu-item a, header div.top_nav_main ul.sub-menu > li.current_page_parent a {
  font-weight: 600;
}
header div.top_nav_main #mobile_nav_sandwitch {
  display: none;
}
header div.top_nav_main.mobile {
  border: 0;
}
header div.top_nav_main.mobile #mobile_nav_sandwitch {
  height: 32px;
  width: 32px;
  background: url("../images/burger.png") transparent no-repeat;
  float: right;
  display: block;
}
header div.top_nav_main.mobile > ul {
  display: none;
}
header div.top_nav_main.mobile.mobile_on > ul {
  position: absolute;
  top: 132px;
  right: 0;
  #bottom: 0;
  background-color: rgba(255, 252, 247, 0.95);
  z-index: 1000000;
  width: 60%;
  margin: 0;
  padding: 2%;
  margin: 0 2% 0 2%;
  border: 0;
  display: block;
}
header div.top_nav_main.mobile.mobile_on > ul > li {
  display: block;
  cursor: pointer;
  width: 100%;
  margin-bottom: 5px;
}
header div.top_nav_main.mobile.mobile_on > ul > li a {
  height: 50px;
  line-height: 50px;
}
header nav.top_nav_lang {
  margin: 0;
  padding: 0;
  float: right;
  position: absolute;
  top: 20px;
  right: 0;
}
header nav.top_nav_lang ul {
  float: right;
  list-style: none;
  display: inline-block;
}
header nav.top_nav_lang ul li {
  float: left;
  display: inline-block;
  margin-left: 10px;
}
header nav.top_nav_lang ul li a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #660000;
  text-decoration: none;
  padding: 6px;
}
header nav.top_nav_lang ul li.active a, header nav.top_nav_lang ul li:hover a {
  background-color: #660000;
  color: #ffffff;
}

/* ==========================================================================
   Slider
   ========================================================================== */
.royalSlider.FullSlider {
  margin-top: 55px;
  width: 100%;
  height: auto;
  position: relative;
  direction: ltr;
}
.royalSlider.FullSlider img {
  max-width: 100%;
  height: auto;
}

.royalSlider .rsBullets {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 35;
  padding-top: 4px;
  height: auto;
  text-align: center;
  line-height: 6px;
  overflow: hidden;
}

.royalSlider .rsBullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px 4px;
}

.royalSlider .rsBullet span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 20%;
  background: #660000;
  box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.8);
}

.royalSlider .rsBullet.rsNavSelected span {
  background: #FFF;
}

/* ==========================================================================
   Content
   ========================================================================== */
.main_content {
  margin-top: 55px;
}
.main_content .left {
  display: inline-block;
}
.main_content .pleft {
  padding: 0 14px 0 20px;
}
.main_content .news {
  margin-top: 20px;
}
.main_content p:last-child {
  margin-bottom: 0;
}
.main_content .trenner {
  color: #474748;
  background-color: #474748;
  height: 2px;
  width: 98%;
  border: 0;
  padding: 0;
  margin: 30px 14px 30px 0;
  float: left;
  box-sizing: content-box;
}
.main_content .sidebar-item {
  margin-top: 30px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer.container {
  border-top: solid #474748 2px;
  margin: 40px auto 0 auto;
  padding: 10px 0 40px 0;
}
footer.container .footer_nav_meta {
  float: left;
  padding-left: 14px;
}
footer.container .footer_nav_meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.container .footer_nav_meta ul li {
  display: inline-block;
  margin-right: 40px;
}
footer.container .footer_nav_meta ul li :last-child {
  margin-right: 0;
}
footer.container .footer_nav_meta ul li a {
  color: #660000;
  text-decoration: none;
  font-size: 1.3rem;
}
footer.container .footer_nav_meta ul li a :hover {
  font-weight: bold;
}
footer.container .copy {
  color: #3e3d40;
  font-size: 1.3rem;
  display: inline-block;
  float: right;
}

/* ==========================================================================
   Buchen Box
   ========================================================================== */
.dr_booking {
  color: #ffffff;
  min-width: 200px;
}

.booking {
  background-color: #060e5f;
}
.booking iframe {
  margin-top: 20px;
  width: 100%;
  min-height: 350px;
  min-width: 200px;
  background-color: transparent;
  border: 0;
  outline: 0;
  overflow: none;
}

.buchung_frame {
  width: 100%;
  min-height: 1260px;
  background-color: transparent;
  border: 0;
  outline: 0;
  min-width: 350px;
}

.s_item {
  margin-bottom: 20px;
}

.navigation {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 963px) {
  .container {
    width: 100%;
    padding: 0 2% 0 2%;
  }

  nav.top_nav_lang {
    right: 15px;
  }

  header div.top_nav_main {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 2%;
    padding-right: 2%;
  }

  .booking, .main_content {
    margin-top: 40px;
  }

  .col, .g-1, .g-2, .g-3, .g-4, .g-5, .g-6, .g-7, .g-8, .g-9, .g-10, .g-11 {
    width: 100%;
  }

  .pl-1, .pl-2, .pl-3, .pl-4, .pl-5, .pl-6, .pl-7, .pl-8, .pl-9, .pl-10, .pl-11, .pl-12 {
    padding-left: 0;
  }

  .pr-1, .pr-2, .pr-3, .pr-4, .pr-5, .pr-6, .pr-7, .pr-8, .pr-9, .pr-10, .pr-11, .pr-12 {
    padding-right: 0;
  }

  .main_content .pleft {
    padding: 0;
  }
  .main_content .pleft img {
    margin-bottom: 20px;
  }

  .royalSlider.FullSlider {
    margin-top: 30px;
  }
}
@media screen and (max-width: 766px) {
  header div.top_nav_main {
    margin: 98px 0 0 0;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  header div.top_nav_main.mobile.mobile_on > ul {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  /* Styles */
}
/* ==========================================================================
	 Print styles.
	 Inlined to avoid required HTTP connection: h5bp.com/r
	 ========================================================================== */
@media print {
  * {
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
    background-image: none !important;
    text-decoration: none !important;
    border: 0;
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  /* Hidden */
}
/* ----------------------------------------------------------------------------

Welcome to ContexLabs                                    www.contexlabs.com
_________                __                .____          ___.
\_   ___ \  ____   _____/  |_  ____ ___  __|    |   _____ \_ |__   ______
/    \  \/ /  _ \ /    \   __\/ __ \  \/  /    |   \__  \ | __ \ /  ___/
\     \___(  <_> )   |  \  | \  ___/ >    <|    |___ / __ \| \_\ \___ \
 \______  /\____/|___|  /__ |  \___  >__/\_ \_______ (____  /___  /____ >
  \/            \/          \/      \/       \/    \/    \/     \/
---------------------
------- _____  ------          Patrick Schlesinger
------ (     ) ------          Schleissheimer Straße 25
------- |   | -------          80333 München
------- |   | -------
------  | 0 |  ------          Telefon: 089 21 55 05 88 -0
-----  ;     .  -----          Telefax: 089 21 55 05 88 -9
----  /  0 0  \  ----
---  /         \  ---          mail@contexlabs.com
--  /  0 0 000  \  --          USt-IdNr.: DE286406472
-  / 0000000000  \  -
- ( 000000000000  ) -
-  `-------------'  -          \0/ WEB. SEO. APP.
---------------------

---------------------------------------------------------------------------- */
