@font-face {
  font-family: 'OpenSans';
  src: url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Light.css");
  src: url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Light.css") format('embedded-opentype'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Light.css") format('woff'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Light.css") format('truetype'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Light.css") format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Regular.css");
  src: url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Regular.css") format('embedded-opentype'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Regular.css") format('woff'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Regular.css") format('truetype'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Regular.css") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Italic.css");
  src: url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Italic.css") format('embedded-opentype'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Italic.css") format('woff'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Italic.css") format('truetype'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Italic.css") format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Semibold.css");
  src: url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Semibold.css") format('embedded-opentype'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Semibold.css") format('woff'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Semibold.css") format('truetype'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-Semibold.css") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-SemiboldItalic.css");
  src: url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-SemiboldItalic.css") format('embedded-opentype'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-SemiboldItalic.css") format('woff'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-SemiboldItalic.css") format('truetype'), url("../../../../themes/wettdeals2014/css/fonts/open-sans/OpenSans-SemiboldItalic.css") format('svg');
  font-weight: bold;
  font-style: italic;
}
body {
  background: #8f4fbf;
  font-size: 1em;
  font-size: 62.5%;
  line-height: 1.2em;
  font-family: 'OpenSans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#viewport_wrapper {
  max-width: 96em;
  margin: 2em auto;
  background: white;
  border-radius: .5em;
  padding: 0 3em;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.25);
  overflow: hidden;
}
body a {
  text-decoration: none;
  color: #7b3da2;
  outline: none !important;
}
body a:hover {
  text-decoration: underline;
  color: #333333;
}
header {
  position: relative;
  background: url("../../../../themes/wettdeals2014/images/meinwettbonus-bg_header.png") 0 0 repeat-x;
  margin: 3em -3em 0 -3em;
}
header > span {
  display: none;
}
header > p {
  display: none;
}
header > a > img {
  margin: 0em 0;
}
header > .socialbox {
  height: 2.2em;
  width: 8.7em;
  position: absolute;
  right: 3.5em;
  top: 0.0em;
}
header > .socialbox > a {
  display: inline-block;
  background: url("../../../../themes/wettdeals2014/images/bg_header_social.png") 0 0 no-repeat;
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
}
header > .socialbox > a.twitter {
  background-position: -30px 0;
}
header > .socialbox > a.google {
  background-position: -60px 0;
}
header > .socialbox > a.rss {
  background-position: -90px 0;
  margin: 0 0 0 0;
}
header > .socialbox > a.search {
  display: none;
}
header > .searchbox {
  height: 3.2em;
  width: 22.0em;
  position: absolute;
  right: 4em;
  top: 4.4em;
}
header > .searchbox input {
  height: 2.2857142857143em;
  width: 15.142857142857em;
  background: #f6f6f6;
  -webkit-appearance: none;
  appearance: normal;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  font-size: 1.4em;
  padding: 0 0 0 0.71428571428571em;
  color: #666;
  outline: none;
  font-family: 'OpenSans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
header > #mobile_menu,
header > .slicknav_menu {
  display: none;
}
nav {
  margin: 0 0 0 20em;
  height: 5.2em;
  overflow: hidden;
  transition: height 100ms;
  position: absolute;
  top: 8.6em;
}
body.admin-bar nav {
  top: 11.8em;
}
nav #skip {
  display: none;
}
nav ul {
  display: block;
  padding: 0;
  margin: 0;
  background: purple;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 3.7142857142857em;
  font-family: 'OpenSans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 0 0em;
}
nav ul li {
  padding: 0;
  margin: 0 1.5em 0 0;
}
nav ul li a {
  display: inline-block;
  padding: 0em 0em 0em 0;
  text-decoration: none;
  color: #222;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
  background: url("../../../../themes/wettdeals2014/images/bg_nav_active_gw.png") repeat-x 0 3.6em;
  overflow: hidden;
  height: 3.6em;
}
nav ul li a:before {
  content: 't';
  text-indent: -999em;
  display: inline-block;
  padding: 0 0.65em 0 0;
  background: url("../../../../themes/wettdeals2014/images/bg_nav_arrow_2.png") no-repeat 0 1.6em;
}
nav ul li a:hover,
nav ul li.current_page_item a,
nav ul li.current-page-ancestor a,
nav ul li.current-menu-item a {
  background: url("../../../../themes/wettdeals2014/images/bg_nav_active_gw.png") repeat-x 0 3.25em;
  color: #222;
  text-decoration: none;
}
#subheader {
  position: relative;
  margin: 0 -3em;
  height: 6em;
}
#subheader > #breadcrumb {
  height: 5.4545454545455em;
  line-height: 5.4545454545455em;
  padding: 0 0 0 2.7272727272727em;
  color: #333333;
  font-size: 1.1em;
}
#subheader > #breadcrumb a {
  color: #7b3da2;
}
#subheader > #datebox {
  width: 23em;
  right: 0;
  top: 0;
  position: absolute;
  color: #333333;
  height: 6em;
  line-height: 6em;
  background: url("../../../../themes/wettdeals2014/images/bg_datebox.png") no-repeat left center;
}
#subheader > #datebox > span {
  font-size: 1.1em;
  padding: 0 0 0 2.4em;
}
#content {
  position: relative;
  margin: 0 -3em;
  background: url("../../../../themes/wettdeals2014/images/bg_sidebar.png") repeat-y right top;
}
#content > article {
  margin: 0 35em 0 0;
  padding: 0 0 0 3em;
  overflow: hidden;
  position: relative;
  float: right;
}
#content > #respond {
  margin: 0 35em 0 0;
}
#content > #sidebar {
  position: absolute;
  width: 34em;
  right: 0em;
  top: 0;
  background: #f5f5f5;
  border-top: 0.1em solid #e8e8e8;
  border-bottom: 0.1em solid #f5f5f5;
  position: relative;
  left: 100%;
  margin-left: -34em;
}
#content article {
  color: #666666;
}
#content article .entry-title {
  font-size: 3.6em;
  line-height: 1em;
  font-weight: lighter;
  padding: 0;
  margin: 0;
}
#content article h1 {
  font-size: 3.6em;
  line-height: 1em;
  font-weight: lighter;
  padding: 0;
  margin: 0;
  color: #333333;
}
#content article h2 {
  font-size: 2.2em;
  line-height: 1.25em;
  font-weight: normal;
  padding: .25em 0 .25em 0;
  margin: 0;
  color: #436b75;
}
#content article .entry-content {
  padding: 1em 1em 3em 0;
  position: relative;
}
#content article .entry-content > p {
  font-size: 1.4em;
  line-height: 1.4285714285714em;
}
#content article .entry-content > p:first-child {
  margin-top: 0;
  padding-top: 0;
}
#content article .entry-content > p strong {
  color: #666666;
}
#content article .entry-content p a {
  text-decoration: none;
  color: #7b3da2;
}
#content article .entry-content a:hover,
#content article .entry-content p a:focus {
  text-decoration: underline;
  color: #333333;
}
#content article .entry-content img {
  margin: 2em 0;
  width: auto;
  max-width: 600px;
  height: auto;
}
#content article .entry-content img.alignright {
  margin: 0 0 2em 3em;
}
#content article .entry-content table.tablepress {
  margin: 2em 0 0 0;
}
#content article .entry-content table.tablepress caption {
  display: none;
}
#content article .entry-content table.tablepress tbody tr td {
  font-size: 1.4em;
  line-height: 1.5em;
  border-bottom: 1px solid white;
}
#content article .entry-content table.tablepress tbody tr.odd td {
  background: #f5f5f5;
}
#content article .entry-content table.tablepress tbody tr.even td {
  background: #ececec;
}
#content article .entry-content table.tablepress thead th {
  background: white;
  font-size: 1.2em;
  line-height: 1.5em;
  border-left: 1px solid #e8e8e8;
}
#content article .entry-content table.tablepress thead th:first-child {
  border-left: none;
}
#content article .entry-content table.tablepress img {
  margin: 0 0;
}
#content article .entry-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content article .entry-content ol li {
  background: url("../../../../themes/wettdeals2014/images/bg_check.png") 0 0.90em no-repeat;
  font-size: 1.4em;
  line-height: 1.5em;
  padding: .5em 0 .5em 1.25em;
  border-top: 1px dashed #cbcbcb;
}
#content article .entry-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #cbcbcb;
}
#content article .entry-content ul li {
  background: url("../../../../themes/wettdeals2014/images/bg_arrow.png") 0.25em 0.90em no-repeat;
  font-size: 1.4em;
  line-height: 1.5em;
  padding: .5em 0 .5em 1.25em;
  border-top: 1px dashed #cbcbcb;
}
body.page-template-page-fontpage-php #content .page #frontpage-teaserblock {
  margin: 0 2em 3em 0;
}
body.page-template-page-fontpage-php #content .page #frontpage-teaserblock > div {
  width: 100%;
}
body.page-template-page-fontpage-php #content .page #frontpage-newsblock {
  margin: 0 2em 1em 0;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single {
  margin: 0 0 2em 0;
  overflow: hidden;
  background: url("../../../../themes/wettdeals2014/images/bg_line_dashed.png") repeat-x center bottom;
  padding: 0em 0 2em 0;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single a {
  color: #666666;
  text-decoration: none;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single a:hover {
  text-decoration: none;
  color: #7b3da2;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_thumb {
  float: left;
  margin: 0 1em 1em 0;
  width: 140px;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_thumb.sidebar {
  display: none;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_thumb img {
  max-width: 140px;
  height: auto;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_text strong {
  font-size: 1.2em;
  line-height: 1.2em;
  display: block;
  color: #333333;
  text-decoration: none;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_text h2 {
  font-size: 1.8em;
  line-height: 1.25em;
  font-weight: bold;
  color: #333333;
  padding: 0;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_text strong .date {
  font-weight: normal;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_text br {
  display: none;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_excerpt {
  padding: 5px 0 0 150px;
  font-size: 1.4em;
  line-height: 1.45em;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_excerpt a {
  color: #7b3da2;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single a:hover .the_text {
  text-decoration: underline !important;
  color: #333333;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single a:hover .the_text h2,
body.page-template-page-fontpage-php #content .page .widget-container.list .single a:hover .the_text strong {
  color: #333333;
}
body.page-template-page-fontpage-php #content .page .widget-container.list .single .share_links_box {
  margin: 1em 0 0 150px;
}
body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock {
  background: #f5f5f5;
  margin: 0 0em 1em 0;
  padding: 1em 0 1em 1em;
}
body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container > .title {
  color: #333333;
  padding: 0.27777777777778em 0 0.55555555555556em 0;
  font-size: 1.8em;
  line-height: 1em;
}
body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container .inner_content {
  overflow: hidden;
  margin-bottom: 0em;
}
body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container .inner_content .single {
  width: 156px;
  height: auto;
  float: left;
  margin: 0 0em 2em 0;
}
body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container .inner_content .single.first {
  margin: 0 0em 2em 0em;
}
body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container .inner_content .single .the_thumb img {
  width: 140px;
  height: auto;
}
body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container .inner_content .single .the_text {
  color: #333333;
}
body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container .inner_content .single .the_text strong {
  display: block;
  font-size: 1.4em;
  line-height: 1em;
  padding: .5em 0;
}
body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container .inner_content .single .the_text a {
  font-size: 1.4em;
  line-height: 1em;
  text-decoration: none;
  color: #7b3da2;
  background: url("../../../../themes/wettdeals2014/images/bg_nav_arrow_2.png") no-repeat left center;
  padding-left: .75em;
}
body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container .inner_content .single .the_text a:hover {
  text-decoration: underline;
  color: #333333;
}
body.page-template-page-fontpage-php #content .page #frontpage-editorialsblock {
  margin: 2em 2em 2em 0;
}
body.page-template-page-fontpage-php #content .page #frontpage-editorialsblock .widget-container.featured {
  margin: 0em 0 0 0;
  padding: 2em 0 0 0;
  border-top: 1px dashed #cbcbcb;
}
body.page-template-page-fontpage-php #content .page #frontpage-editorialsblock .widget-container.featured:first-child {
  border: none;
  padding: 0 0 0 0;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .widget_result_container {
  overflow: hidden;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single {
  margin: 0 0 0em 0;
  overflow: hidden;
  padding: 0em 0em 0 0;
  box-sizing: border-box;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single.main {
  width: 50%;
  float: left;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single.small {
  width: 50%;
  float: right;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single:nth-child(2) {
  border-bottom: 1px dashed #cbcbcb;
  padding-bottom: .5em;
  margin-bottom: 1em;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single a {
  color: #666666;
  text-decoration: none;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single a:hover {
  text-decoration: none;
  color: #333333;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single.main .the_thumb {
  padding-right: 10px;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single.small .the_thumb {
  float: left;
  margin: 0 1em 1em 0;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single.main .the_thumb img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single.small .the_thumb img {
  max-width: 140px;
  width: 100%;
  height: auto;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single.main .the_text {
  font-size: 1.8em;
  line-height: 1.25em;
  font-weight: bold;
  margin: 0 0 0.55555555555556em 0;
  color: #333333;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single.small .the_text {
  font-size: 1.8em;
  line-height: 1.25em;
  font-weight: bold;
  margin: 0 0 0.55555555555556em 0;
  color: #333333;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single.main .the_text strong {
  font-size: 0.66666666666667em;
  line-height: 1.2em;
  display: block;
  color: #333333;
  text-decoration: none !important;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single.small .the_text strong {
  font-size: 0.66666666666667em;
  line-height: 1.2em;
  display: block;
  color: #333333;
  text-decoration: none !important;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single .the_text strong .date {
  font-weight: normal;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single.main .the_text br {
  display: none;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single.small .the_text br {
  display: none;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single.main .the_excerpt {
  padding: 10px 0 0 0;
  font-size: 1.4em;
  line-height: 1.45em;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single.small .the_excerpt {
  padding: 0px 0 0 0px;
  font-size: 1.4em;
  line-height: 1.45em;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single .the_excerpt a {
  color: #7b3da2;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single a:hover .the_text {
  text-decoration: underline !important;
  color: #333333;
}
body.page-template-page-fontpage-php #content .page .widget-container.featured .single a:hover .the_text strong {
  color: #333333;
}
.single-post #content > article h2 {
  font-size: 1.8em;
  line-height: 1.25em;
  font-weight: normal;
}
.single-post #content > article .entry-meta {
  color: #333333;
  font-size: 1.2em;
  padding: 1em 0 0 0;
  font-weight: bold;
}
.single-post #content > article .entry-meta a {
  color: #333333;
}
.single-post #content > article .entry-meta a:hover {
  color: #333333;
}
.single-post #content > article .entry-meta .entry-date {
  font-weight: normal;
}
.single-post #content > article .entry-content {
  padding: 0 3em 0 0;
}
.single-post #content > article .entry-content img.alignleft {
  margin: .5em 1.4em .5em 0;
}
.single-post #content > article .entry-content img.alignright {
  margin: .5em 0 .5em 1.4em;
}
.single-post #content > article .share_links_box {
  margin: 1em 0 1em 0;
}
.single-post #content > article .relatedposts {
  overflow: hidden;
  margin: 0 1em 3em 0;
}
.single-post #content > article .relatedposts .widget-title {
  font-size: 1.8em;
  font-weight: normal;
  margin: .5em 0;
  padding: .5em 0;
  border-bottom: 1px dashed #cbcbcb;
}
.single-post #content > article .relatedposts .relatedthumb {
  width: 14.0em;
  float: left;
  margin: 0 0 0 2.2em;
}
.single-post #content > article .relatedposts .relatedthumb.box_1 {
  margin-left: 0em;
}
.single-post #content > article .relatedposts .relatedthumb a {
  color: #333333;
}
.single-post #content > article .relatedposts .relatedthumb a:hover {
  color: #333333;
}
.single-post #content > article .relatedposts .relatedthumb a img {
  max-width: 140px;
  height: auto;
}
.single-post #content > article .relatedposts .relatedthumb a .infoline {
  display: block;
  font-weight: bold;
  padding: .5em 0 .25em 0;
  font-size: 1.1em;
}
.single-post #content > article .relatedposts .relatedthumb a .title {
  display: block;
  font-size: 1.2em;
}
.single-post #content > article .comments {
  overflow: hidden;
  margin: 0 1em 3em 0;
  padding-bottom: .5em;
}
.single-post #content > article .comments .widget-title {
  font-size: 1.8em;
  font-weight: normal;
  margin: .5em 0;
  padding: .5em 0;
  border-bottom: 1px dashed #cbcbcb;
}
.single-post #content > article .comments .widget-subheader,
.single-post #content > article .comments .comment-reply-title {
  font-size: 1.4em;
  font-weight: normal;
  margin: .5em 0;
  padding: .5em 0;
}
.single-post #content > article .comments  ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-post #content > article .comments  ul li {
  background: #e8e8e8;
  margin: 0 0 1em 0;
}
.single-post #content > article .comments  ul li article {
  padding: 1em;
  overflow: hidden;
}
.single-post #content > article .comments  ul li article .comment-author {
  width: 15em;
  float: right;
  right: 100%;
  position: relative;
  margin-right: -15em;
  color: #333333;
  background: url("../../../../themes/wettdeals2014/images/bg_comment_content.png") no-repeat right 1.25em;
}
.single-post #content > article .comments  ul li article .comment-author .name {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.83333333333333em 1.25em 0.41666666666667em 1.6666666666667em;
  background: url("../../../../themes/wettdeals2014/images/bg_comment_sprites.png") no-repeat left .5em;
}
.single-post #content > article .comments  ul li article .comment-author .date {
  font-size: 1.1em;
  padding: 0.45454545454545em 1.3636363636364em 0.45454545454545em 1.8181818181818em;
  background: url("../../../../themes/wettdeals2014/images/bg_comment_sprites.png") no-repeat left -2.3em;
}
.single-post #content > article .comments  ul li article .comment-author .website {
  font-size: 1.1em;
  padding: 0.45454545454545em 1.3636363636364em 0.45454545454545em 1.8181818181818em;
  background: url("../../../../themes/wettdeals2014/images/bg_comment_sprites.png") no-repeat left -6.95em;
}
.single-post #content > article .comments  ul li article .comment-author a {
  color: #333333;
}
.single-post #content > article .comments  ul li article .comment-author .status {
  padding: .5em 0;
  color: #333333;
}
.single-post #content > article .comments  ul li article .comment-content {
  background: white;
  float: left;
  margin: 0 0 0 15em;
}
.single-post #content > article .comments  ul li article .comment-content p {
  font-size: 1.2em;
  line-height: 1.45em;
  padding: 0.83333333333333em;
  margin: 0;
}
.single-post #content > article .comments #respond h3 {
  margin: 2em 0 0 0;
}
.single-post #content > article .comments #respond form p {
  display: block;
  margin: 0;
}
.single-post #content > article .comments #respond form p.comment-notes,
.single-post #content > article .comments #respond form p.logged-in-as {
  font-size: 1.2em;
  line-height: 2em;
  display: block;
  margin: 0 0 1.5em 0;
}
.single-post #content > article .comments #respond form div.left {
  width: 50%;
  float: left;
}
.single-post #content > article .comments #respond form div.right {
  width: 50%;
  float: left;
}
.single-post #content > article .comments #respond form p.form-allowed-tags {
  clear: both;
  visibility: hidden;
  height: 1px;
  display: block;
}
.single-post #content > article .comments #respond form p label {
  font-size: 1.4em;
  font-weight: bold;
}
.single-post #content > article .comments #respond form p span.required {
  color: #333333;
}
.single-post #content > article .comments #respond form input[type=text],
.single-post #content > article .comments #respond form input[type=email],
.single-post #content > article .comments #respond form input[type=url],
.single-post #content > article .comments #respond form textarea {
  display: block;
  width: 90%;
  border: 1px solid #cbcbcb;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: .35em .5em;
  margin: .45em 0 1.25em 0;
  outline: none;
  resize: none;
}
.single-post #content > article .comments #respond form input[type=text]:focus,
.single-post #content > article .comments #respond form input[type=email]:focus,
.single-post #content > article .comments #respond form input[type=url]:focus,
.single-post #content > article .comments #respond form textarea:focus {
  border: 1px solid #7b3da2;
}
.single-post #content > article .comments #respond form input#submit {
  background: #f7d900;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZDkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWNkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7d900),color-stop(100%,#e5cd00));
  background: -webkit-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -o-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -ms-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: linear-gradient(to bottom,#f7d900 0%,#e5cd00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7d900',endColorstr='#e5cd00',GradientType=0);
  color: #383208;
  font-size: 1.2em;
  font-weight: bold;
  padding: .85em;
  text-decoration: none;
  border-radius: .2em;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.2);
  border: none;
  -webkit-appearance: none;
  appearance: normal;
  float: right;
  margin-right: 2em;
  display: block;
}
.single-post #content > article .comments #respond form input#submit:hover {
  color: white;
  position: relative;
  top: 1px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
  background: #4d307c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkMzA3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjNlYTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d307c),color-stop(100%,#7b3ea3));
  background: -webkit-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -o-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -ms-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: linear-gradient(to bottom,#4d307c 0%,#7b3ea3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d307c',endColorstr='#7b3ea3',GradientType=0);
  text-decoration: none !important;
}
body.post-type-archive-buchmacher #content {
  background: none;
}
body.post-type-archive-buchmacher #content > article {
  margin: 0 3em 0 0;
}
body.post-type-archive-buchmacher #content > h1 {
  font-size: 3.6em;
  line-height: 1.0em;
  font-weight: normal !important;
  padding: 0 0 0 0.83333333333333em !important;
  margin: 0.55555555555556em 0 0 0 !important;
  float: none !important;
}
body.post-type-archive-buchmacher #content > h2.sub-title {
  font-size: 1.8em !important;
  line-height: 1.0em !important;
  font-weight: normal !important;
  padding: 0 0 1.1111111111111em 1.6666666666667em !important;
  margin: 1.1111111111111em 0 !important;
}
body.post-type-archive-buchmacher #content > .share_links_box {
  margin: 1em 0 0 3em;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich {
  margin: 1em 3em 3em 3em;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > thead > tr {
  background: #f5f5f5;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > thead > tr > th {
  text-align: left;
  vertical-align: middle;
  height: 5em;
  font-size: 1.2em;
  line-height: 1.25em;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 0.83333333333333em 1.75em 0.83333333333333em 0.83333333333333em;
  cursor: pointer;
  background: url("../../../../themes/wettdeals2014/images/ratingtable_sorts.png") right 3em no-repeat;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > thead > tr > th.tablesorter-headerAsc {
  background: url("../../../../themes/wettdeals2014/images/ratingtable_sorts.png") right -7em no-repeat;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > thead > tr > th.tablesorter-headerDesc {
  background: url("../../../../themes/wettdeals2014/images/ratingtable_sorts.png") right -2em no-repeat;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > thead > tr > th:hover {
  background-color: #e7e7e7;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > thead > tr > th small {
  font-size: 0.83333333333333em;
  font-weight: normal;
  display: block;
  white-space: nowrap;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr.normal-row {
  background: #fafafa;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td {
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 0.83333333333333em 0.83333333333333em 0.83333333333333em 0.83333333333333em;
  vertical-align: top;
  font-size: 1.2em;
  line-height: 1.25em;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td small {
  font-size: 0.83333333333333em;
  font-weight: normal;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name {
  min-width: 165px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name span {
  display: none;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name div {
  position: relative;
  width: 135px;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name div img {
  width: 109px;
  height: 29px;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name div div.language {
  width: 18px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name div div.language.deutsch {
  background: url("../../../../themes/wettdeals2014/images/flags/de.png");
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name div div.language.englisch {
  background: url("../../../../themes/wettdeals2014/images/flags/en.png");
  top: 17px;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name > a {
  display: inline-block;
  padding: 8px 0 0 0;
  color: #999999;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_auszahlung {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_mindesteinzahlung {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_minmax {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_apps {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_apps > div {
  height: 22px;
  width: 0px;
  float: left;
  margin: 0 6px 4px 0;
  text-indent: -999em;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_apps > div.ios {
  width: 19px;
  height: 22px;
  background: url("../../../../themes/wettdeals2014/images/mobilesprite.png") -92px 0;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_apps > div.android {
  width: 20px;
  background: url("../../../../themes/wettdeals2014/images/mobilesprite.png") -61px 0;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_apps > div.windows {
  width: 21px;
  background: url("../../../../themes/wettdeals2014/images/mobilesprite.png") -1px 0;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_apps > div.blackberry {
  width: 22px;
  background: url("../../../../themes/wettdeals2014/images/mobilesprite.png") -31px 0;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_apps > div:last-child {
  margin: 0 0 4px 0;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_bonus {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: bold;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating {
  min-width: 160px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating span {
  display: none;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating .ratingbox {
  width: 96px;
  height: 15px;
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 0;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating .ratingbox.rating_0 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 0;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_0_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -15px;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_1 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -30px;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_1_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -45px;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_2 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -60px;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_2_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -75px;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_3 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -90px;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_3_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -105px;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_4 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -120px;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_4_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -135px;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -150px;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating > a {
  display: inline-block;
  padding: 8px 0 0 0;
  font-weight: bold;
  color: #7b3da2;
  text-decoration: none;
  font-size: 1.2em;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating > a.small {
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  padding: 4px 0 0 0;
  color: #999999;
  font-size: 1em;
}
body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating > a:hover {
  text-decoration: underline;
}
body.page-template-page-bonusvergleich-php #content {
  background: none;
}
body.page-template-page-bonusvergleich-php #content > article {
  margin: 0 3em 0 0;
}
body.page-template-page-bonusvergleich-php #content > h1 {
  font-size: 3.6em;
  line-height: 1.0em;
  font-weight: normal;
  padding: 0 0 0 0.83333333333333em;
  margin: 0.55555555555556em 0 0 0;
}
body.page-template-page-bonusvergleich-php #content > h2.sub-title {
  font-size: 1.8em;
  line-height: 1.0em;
  font-weight: normal;
  padding: 0 0 1.1111111111111em 1.6666666666667em;
  margin: 1.1111111111111em 0;
}
body.page-template-page-bonusvergleich-php #content > .share_links_box {
  margin: 1em 0 0 3em;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich {
  margin: 1em 3em 3em 3em;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > thead > tr {
  background: #f5f5f5;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > thead > tr > th {
  text-align: left;
  vertical-align: middle;
  height: 5em;
  font-size: 1.2em;
  line-height: 1.25em;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 0.83333333333333em 1.75em 0.83333333333333em 0.83333333333333em;
  cursor: pointer;
  background: url("../../../../themes/wettdeals2014/images/ratingtable_sorts.png") right 3em no-repeat;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > thead > tr > th.tablesorter-headerAsc {
  background: url("../../../../themes/wettdeals2014/images/ratingtable_sorts.png") right -7em no-repeat;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > thead > tr > th.tablesorter-headerDesc {
  background: url("../../../../themes/wettdeals2014/images/ratingtable_sorts.png") right -2em no-repeat;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > thead > tr > th:hover {
  background-color: #e7e7e7;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > thead > tr > th small {
  font-size: 0.83333333333333em;
  font-weight: normal;
  display: block;
  white-space: nowrap;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr.normal-row {
  background: #fafafa;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td {
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 0.83333333333333em 0.83333333333333em 0.83333333333333em 0.83333333333333em;
  vertical-align: top;
  font-size: 1.2em;
  line-height: 1.25em;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td small {
  font-size: 0.83333333333333em;
  font-weight: normal;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name {
  min-width: 165px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name span {
  display: none;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name div {
  position: relative;
  width: 135px;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name div img {
  width: 109px;
  height: 29px;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name div div.language {
  width: 18px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name div div.language.deutsch {
  background: url("../../../../themes/wettdeals2014/images/flags/de.png");
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name div div.language.englisch {
  background: url("../../../../themes/wettdeals2014/images/flags/en.png");
  top: 17px;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name > a {
  display: inline-block;
  padding: 8px 0 0 0;
  color: #999999;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_bonus1 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_bonus2 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_minmax1 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_quote {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_minmax2 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: bold;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_valid {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating {
  min-width: 160px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating span {
  display: none;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox {
  width: 96px;
  height: 15px;
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 0;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rating_0 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 0;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_0_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -15px;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_1 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -30px;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_1_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -45px;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_2 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -60px;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_2_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -75px;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_3 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -90px;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_3_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -105px;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_4 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -120px;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_4_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -135px;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -150px;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating > a {
  display: inline-block;
  padding: 8px 0 0 0;
  font-weight: bold;
  color: #7b3da2;
  text-decoration: none;
  font-size: 1.2em;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating > a.small {
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  padding: 4px 0 0 0;
  color: #999999;
  font-size: 1em;
}
body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating > a:hover {
  text-decoration: underline;
}
body.page-template-page-wettshop-index-php #content,
body.page-template-page-wettshop-lokal-php #content,
body.page-template-page-wettshop-region-php #content {
  background: none;
}
body.page-template-page-wettshop-index-php #content > article,
body.page-template-page-wettshop-lokal-php #content > article,
body.page-template-page-wettshop-region-php #content > article {
  margin: 0 3em 0 0;
}
body.page-template-page-wettshop-index-php #content > article .entry-content,
body.page-template-page-wettshop-lokal-php #content > article .entry-content,
body.page-template-page-wettshop-region-php #content > article .entry-content {
  padding-right: 34em;
}
body.page-template-page-wettshop-index-php #content > article #the_2_preframe_image,
body.page-template-page-wettshop-lokal-php #content > article #the_2_preframe_image {
  position: absolute;
  right: 1em;
  top: 10em;
}
body.page-template-page-wettshop-lokal-php #content > article #the_2_map_iframe {
  position: absolute;
  right: 10px;
  top: 200px;
}
body.page-template-page-wettshop-region-php #content > article #the_2_map_iframe {
  position: absolute;
  right: 10px;
  top: 0;
  height: 360px;
}
#content div#wettshop_widget_list > table {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
}
#content div#wettshop_widget_list > table > thead > tr {
  background: #f5f5f5;
}
#content div#wettshop_widget_list > table > thead > tr > th {
  text-align: left;
  vertical-align: middle;
  height: 2.5em;
  font-size: 1.2em;
  line-height: 1.25em;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 0.83333333333333em 1.75em 0.83333333333333em 0.83333333333333em;
  background: url("../../../../themes/wettdeals2014/images/ratingtable_sorts.png") right 1.6666666666667em no-repeat;
  cursor: pointer;
}
#content div#wettshop_widget_list > table > thead > tr > th.tablesorter-headerAsc {
  background: url("../../../../themes/wettdeals2014/images/ratingtable_sorts.png") right -3.3333333333333em no-repeat;
}
#content div#wettshop_widget_list > table > thead > tr > th.tablesorter-headerDesc {
  background: url("../../../../themes/wettdeals2014/images/ratingtable_sorts.png") right -8.3333333333333em no-repeat;
}
#content div#wettshop_widget_list > table > thead > tr > th.sorter-false {
  background: none;
  cursor: default;
}
#content div#wettshop_widget_list > table > thead > tr > th small {
  font-size: 0.83333333333333em;
  font-weight: normal;
  display: block;
  white-space: nowrap;
}
#content div#wettshop_widget_list > table > tbody > tr.normal-row {
  background: #fafafa;
}
#content div#wettshop_widget_list > table > tbody > tr > td {
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 1.5em 0.83333333333333em 1.5em 0.83333333333333em;
  vertical-align: top;
  font-size: 1.2em;
  line-height: 1.25em;
}
#content div#wettshop_widget_list > table > tbody > tr > td.bm_logo_td {
  line-height: 29px;
  padding-top: 1.0em;
  padding-bottom: 0;
  font-weight: bold;
  white-space: nowrap;
}
#content div#wettshop_widget_list > table > tbody > tr > td.bm_logo_td img.bm_logo {
  margin: 0 1em 0 0;
}
#content div#wettshop_widget_list > table > tbody > tr > td h4 {
  margin: 0;
}
#content div#wettshop_widget_list > table > tbody > tr > td a {
  font-weight: bold;
}
#content div#wettshop_widget_list > table > tbody > tr.skipper td {
  border-bottom: 2px solid #ececec;
}
#content div#wettshop_widget_list > table > tbody > tr.skipper td.linkage {
  padding: 0.83333333333333em 0.83333333333333em 0.83333333333333em 0.83333333333333em;
}
#content div#wettshop_widget_list > table > tbody > tr.skipper td.linkage a {
  display: inline-block;
  font-weight: normal;
}
#content div#wettshop_widget_list > table > tbody > tr.skipper td.linkage a span {
  background: #f7d900;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZDkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWNkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7d900),color-stop(100%,#e5cd00));
  background: -webkit-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -o-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -ms-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: linear-gradient(to bottom,#f7d900 0%,#e5cd00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7d900',endColorstr='#e5cd00',GradientType=0);
  color: #383208;
  padding-left: 1.0em;
  display: inline-block;
  padding: 3px 5px 1px 5px;
  border-radius: 3px;
  font-weight: bold;
}
#content div#wettshop_widget_list > table > tbody > tr.skipper td.linkage a strong {
  font-weight: bold;
}
body.page-template-page-buchmacheruebersicht-php #content {
  background: none;
}
body.page-template-page-buchmacheruebersicht-php #content > article {
  margin: 0 3em 0 0;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht {
  overflow: hidden;
  margin: 3em 0 0 0;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher {
  width: 49%;
  float: left;
  margin: 0 2% 2% 0;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher:nth-child(2n+2) {
  margin: 0 0 2% 0;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header {
  padding: 1em 0 0em 0;
  margin: 0 1em 0em 1em;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .image {
  width: 200px;
  float: left;
  margin-bottom: 1em;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .image img {
  width: 180px;
  max-width: 180px !important;
  height: auto;
  margin: 0 !important;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating {
  float: left;
  margin-bottom: 1em;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating .ratingbox {
  width: 144px;
  height: 23px;
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_m.png") 0 0;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating .ratingbox.rate_0 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_m.png") 0 0px;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating .ratingbox.rate_0_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_m.png") 0 -23px;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating .ratingbox.rate_1 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_m.png") 0 -46px;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating .ratingbox.rate_1_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_m.png") 0 -69px;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating .ratingbox.rate_2 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -92px;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating .ratingbox.rate_2_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_m.png") 0 -115px;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating .ratingbox.rate_3 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_m.png") 0 -138px;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating .ratingbox.rate_3_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_m.png") 0 -161px;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating .ratingbox.rate_4 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_m.png") 0 -184px;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating .ratingbox.rate_4_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_m.png") 0 -207px;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating .ratingbox.rate_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_m.png") 0 -230px;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .mainblock {
  padding: 1em 0 0em 0;
  margin: 0 1em 0em 1em;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .mainblock h3 {
  font-size: 1.4em;
  color: #333333;
  line-height: 1em;
  margin: .5em 0 !important;
  padding: 0 !important;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .mainblock h3 a {
  color: #333333 !important;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .mainblock p {
  font-size: 1.2em;
  line-height: 1.5em;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .mainblock ul {
  margin: 0 0 0 .5em !important;
  border-bottom: none !important;
}
body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .mainblock ul li {
  background: url("../../../../themes/wettdeals2014/images/bg_check.png") no-repeat 0 center !important;
  border-top: none !important;
  padding: 0.3em 0 0.3em 1.25em !important;
  font-size: 1.2em !important;
}
body.page-template-page-sitemap-php  #content {
  background: none;
}
body.page-template-page-sitemap-php  #content > article {
  margin: 0 3em 0 0;
  float: none;
}
body.page-template-page-sitemap-php  #content > article div.sb-links {
  overflow: hidden;
  margin: 2em 0;
  padding: 2em 0;
}
body.page-template-page-sitemap-php  #content > article div.sb-col-1,
body.page-template-page-sitemap-php  #content > article div.sb-col-2,
body.page-template-page-sitemap-php  #content > article div.sb-col-3 {
  width: 33%;
  float: left;
}
body.page-template-page-sitemap-php  #content > article div.sb-links div div {
  margin: 0 1em 0 1em;
}
body.page-template-page-sitemap-php  #content > article div.sb-links div div ul li {
  padding: 0 0 0 1.25em;
  line-height: 2.6785714285714em;
}
body.page-template-page-sitemap-php  #content > article div.sb-links div div ul ul {
  border-bottom: none;
}
body.page-template-page-sitemap-php  #content > article div.sb-links div div ul ul li {
  font-size: 1em;
  background: url("../../../../themes/wettdeals2014/images/bg_nav_arrow_2.png") 0.25em 0.95em no-repeat;
}
form.wpcf7-form {
  display: block;
  overflow: hidden;
  margin: 4em 0 0 0;
}
form.wpcf7-form div.half {
  width: 28em;
  float: left;
  margin: 0 0 3em 0;
}
form.wpcf7-form div.half strong,
form.wpcf7-form div.full strong {
  font-size: 1.2em;
  display: block;
  padding: 0 0 .5em 0;
  color: #333333;
}
form.wpcf7-form div.half input[type=text],
form.wpcf7-form div.half input[type=email],
form.wpcf7-form div.half input[type=tel] {
  width: 18.571428571429em;
  font-size: 1.4em;
  border: 1px solid #cbcbcb;
  padding: .5em .25em;
  outline: none;
}
form.wpcf7-form div.half input:hover,
form.wpcf7-form div.half input:focus {
  border: 1px solid #7b3da2;
}
form.wpcf7-form div.full {
  clear: both;
}
form.wpcf7-form div.full textarea {
  width: 38.571428571429em;
  font-size: 1.4em;
  border: 1px solid #cbcbcb;
  padding: .5em .25em;
  outline: none;
}
form.wpcf7-form div.full textarea:hover,
form.wpcf7-form div.full textarea:focus {
  border: 1px solid #7b3da2;
}
form.wpcf7-form div.half small {
  font-size: 1.2em;
  color: #cbcbcb;
  display: block;
  padding-top: 2em;
}
form.wpcf7-form div.half .small_button {
  outline: none;
  float: right;
  margin-right: 1em;
}
.search #content .search_head {
  margin: 0 36em 0 3em;
  overflow: hidden;
  height: 16.5em;
  float: none;
}
.search #content .search_results {
  margin: 0 36em 0 3em;
  padding-bottom: 7em;
  float: none;
}
.search #content #sidebar {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  margin: 0;
  float: right;
  z-index: 2;
}
.search #content .search_head .searchbox {
  background: url("../../../../themes/wettdeals2014/images/bg_searchbar.png") repeat-x;
  height: 6.2em;
  margin: 0 0 3em 0;
  padding: 1.0em;
}
.search #content .search_head .searchbox form #s {
  -webkit-appearance: none;
  appearance: normal;
  border: none;
  font-size: 1.8em;
  line-height: 39px;
  height: 41px;
  padding: 2px 20% 0 5px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 80%;
  float: left;
  border-radius: 3px 0 0 3px;
  outline: none !important;
}
.search #content .search_head .searchbox form #submit {
  -webkit-appearance: none;
  appearance: normal;
  border: none;
  background: #f7d900;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZDkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWNkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7d900),color-stop(100%,#e5cd00));
  background: -webkit-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -o-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -ms-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: linear-gradient(to bottom,#f7d900 0%,#e5cd00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7d900',endColorstr='#e5cd00',GradientType=0);
  color: #383208;
  height: 41px;
  font-size: 1.8em;
  line-height: 39px;
  padding: 2px 10px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 20%;
  border-radius: 0 3px 3px 0;
}
.search #content .search_head .searchbox form #submit::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.search #content .search_head .searchbox form #submit:hover {
  background: #4d307c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkMzA3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjNlYTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d307c),color-stop(100%,#7b3ea3));
  background: -webkit-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -o-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -ms-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: linear-gradient(to bottom,#4d307c 0%,#7b3ea3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d307c',endColorstr='#7b3ea3',GradientType=0);
  color: white;
}
.search #content .search_head h2 {
  margin: 0 0 1.875em 0;
  padding: 0 0 0.3125em 0em;
  font-size: 1.6em;
  line-height: 1.25em;
  font-weight: normal;
  color: #666666;
  float: left;
}
.search #content .search_head h2 span {
  color: #333333;
}
.search #content .search_head h2 strong {
  font-size: 1.125em;
}
.search #content .pagination {
  width: auto;
  float: right;
  border: 1px solid #cbcbcb;
  position: relative;
  border-radius: 3px;
  top: -0.5em;
}
.search #content .pagination > a {
  display: block;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: bold;
  float: left;
  color: #7b3da2;
  text-decoration: none;
}
.search #content .pagination > a:hover {
  background: #e8e8e8;
}
.search #content .pagination > a.prev {
  border-right: 1px solid #cbcbcb;
  padding: .5em .5em .5em .5em;
}
.search #content .pagination > a.next {
  border-left: 1px solid #cbcbcb;
  padding: .5em .5em .5em .5em;
}
.search #content .pagination > span {
  float: left;
  display: block;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: bold;
  padding: .5em .5em;
  color: #999999;
}
.search #content .search_results .pagination {
  top: 1.75em;
}
.search #content .search_results article {
  padding: 1.25em 0 .5em 0;
  color: #666666;
  background: url("../../../../themes/wettdeals2014/images/bg_line_dashed.png") repeat-x;
  margin-left: 0;
}
.search #content .search_results article .the-thumb {
  display: none;
}
.search #content .search_results article .infoline {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #333333;
}
.search #content .search_results article .infoline a {
  color: #333333;
  font-weight: bold;
}
.search #content .search_results article .infoline a {
  color: #333333;
}
.search #content .search_results article .entry-title {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: bold;
}
.search #content .search_results article .entry-title a {
  text-decoration: none;
  color: #333333;
}
.search #content .search_results article .entry-title a:hover {
  text-decoration: underline;
  color: #333333;
}
.search #content .search_results article .entry-summary {
  font-size: 1.4em;
  line-height: 1.5em;
  padding: 0 2em 0 0;
}
.search #content .search_results article .entry-summary a {
  text-decoration: none;
  color: #7b3da2;
}
.search #content .search_results article .entry-summary a:hover {
  text-decoration: underline;
  color: #333333;
}
.search #content .search_results article.with-thumb .the-thumb {
  float: left;
  width: 160px;
  display: block;
}
.search #content .search_results article.with-thumb .the-thumb img {
  width: 140px;
  height: auto;
}
.search #content .search_results article.sm-location {
  overflow: hidden;
}
.search #content .search_results article.sm-location .sm-single-map {
  float: left;
  width: 160px;
  display: block;
}
.search #content .search_placeholder_container {
  margin-top: 4em;
}
.search #content .search_placeholder_container .entry-title {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: normal;
}
body.single-sm-location #content > article .phone_box {
  border: 1px solid #cbcbcb;
  color: #333333;
  display: inline-block;
  margin: 1em 0 0 0;
  padding: 0.53571428571429em 0.53571428571429em 0.53571428571429em 1.7857142857143em;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1em;
  border-radius: 0.35em;
  background: url("../../../../themes/wettdeals2014/images/icons/phone.png") no-repeat 0.5em center;
}
body.single-sm-location #content > article .share_links_box {
  margin: 1em 0 3em 0;
}
body.single-sm-location #content > article .single_location_content .wettshop_info_box_1 {
  font-size: 1.4em;
  line-height: 2.4em;
  margin: 0em 1.4285714285714em 0em 0;
  overflow: hidden;
}
body.single-sm-location #content > article .single_location_content .wettshop_info_box_2 {
  overflow: hidden;
}
body.single-sm-location #content > article .single_location_content .wettshop_info_box_2 div {
  overflow: hidden;
}
body.single-sm-location #content > article .single_location_content .wettshop_info_box_2 strong {
  font-size: 1.8em;
  display: block;
  border-bottom: 1px dashed #cbcbcb;
  color: #333333;
  font-weight: normal;
  line-height: 1.45em;
  margin-right: 1.1111111111111em;
  margin-bottom: 0.33333333333333em;
}
body.single-sm-location #content > article .single_location_content .wettshop_info_box_3 {
  overflow: hidden;
  margin: 1em 0 0 0;
}
body.single-sm-location #content > article .single_location_content .wettshop_info_box_3 .left,
body.single-sm-location #content > article .single_location_content .wettshop_info_box_3 .right {
  width: 50%;
  float: left;
}
body.single-sm-location #content > article .single_location_content .wettshop_info_box_3 > div > div {
  margin-right: 2em;
  margin-bottom: 2em;
}
body.single-sm-location #content > article .single_location_content .wettshop_info_box_3 strong {
  font-size: 1.8em;
  display: block;
  border-bottom: 1px dashed #cbcbcb;
  color: #333333;
  font-weight: normal;
  line-height: 1.45em;
  margin-right: 1.1111111111111em;
  margin-bottom: 0.33333333333333em;
}
body.single-sm-location #content > article .single_location_content .wettshop_info_box_3 .row {
  font-size: 1.4em;
  line-height: 2.4em;
  background-image: url("../../../../themes/wettdeals2014/images/bg_check.png");
  background-repeat: no-repeat;
  background-position: .75em center;
  padding-left: 2em;
  font-weight: bold;
}
body.single-sm-location #content > article .single_location_content .wettshop_info_box_text {
  font-size: 1.4em;
  line-height: 1.4285714285714em;
  margin: 0 1.4285714285714em 2.1428571428571em 0;
  overflow: hidden;
  width: 100%;
}
body.single-sm-location #content > article .single_location_content .ext_button {
  width: auto;
  display: inline-block;
  padding: .75em 20px;
}
body.single-sm-location #content > article .single_location_content div.box_lizenz {
  width: 94px;
  height: 90px;
  background: white;
  float: left;
  margin: 0 1em 1em 0em;
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  padding: 64px 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.single-sm-location #content > article .single_location_content div.box_lizenz.schleswig-holstein {
  background: url("../../../../themes/wettdeals2014/images/licences/schleswig-holstein_92_60.png") no-repeat 0 0;
}
body.single-sm-location #content > article .single_location_content div.box_lizenz.england {
  background: url("../../../../themes/wettdeals2014/images/licences/gambling-comission-england_92_60.png") no-repeat 0 0;
}
body.single-sm-location #content > article .single_location_content div.box_lizenz.gibraltar {
  background: url("../../../../themes/wettdeals2014/images/licences/gibraltar_92_60.png") no-repeat 0 0;
}
body.single-sm-location #content > article .single_location_content div.box_lizenz.Österreich {
  background: url("../../../../themes/wettdeals2014/images/licences/oesterreich_92_60.png") no-repeat 0 0;
}
body.single-sm-location #content > article .single_location_content div.box_lizenz.malta {
  background: url("../../../../themes/wettdeals2014/images/licences/malta-gaming_92_60.png") no-repeat 0 0;
}
body.single-sm-location #content > article .row {
  background: #f5f5f5;
  padding: 0 1em;
  border-bottom: 1px solid white;
  overflow: hidden;
}
body.single-sm-location #content > article .row.alt {
  background: #ececec;
}
body.single-sm-location #content > article .row span {
  font-weight: bold;
  width: 15em;
  display: block;
  float: left;
}
body.single-sm-location #content #sidebar #single_location_map {
  margin: 0 0 0 1em;
}
.blog #content h1,
.archive #content h1 {
  font-weight: normal;
  padding: 0 0 1.1111111111111em 1.6666666666667em;
  display: block;
  float: left;
  position: relative;
  margin: 0;
}
.blog #content article,
.archive #content article {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 1.5em 1em 0em 0em;
  color: #666666;
  margin-left: 3em;
  background: url("../../../../themes/wettdeals2014/images/bg_line_dashed.png") repeat-x;
}
.blog #content article .the_thumb,
.archive #content article .the_thumb {
  float: left;
  margin: 0 2em 1em 0;
}
.blog #content article .infoline,
.archive #content article .infoline {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #333333;
}
.blog #content article .infoline a,
.archive #content article .infoline a {
  color: #333333;
  font-weight: bold;
}
.blog #content article h2.entry-title,
.archive #content article h2.entry-title {
  font-size: 1.8em;
  line-height: 1.3333333333333em;
  font-weight: bold;
}
.blog #content article h2.entry-title a,
.archive #content article h2.entry-title a {
  color: #333333;
  text-decoration: none;
}
.blog #content article .entry-summary,
.archive #content article .entry-summary {
  font-size: 1.4em;
  line-height: 1.5em;
  padding: 0 2em 0em 0;
}
.blog #content article .entry-summary a,
.archive #content article .entry-summary a {
  text-decoration: none;
  color: #7b3da2;
}
.blog #content article .share_links_box,
.archive #content article .share_links_box {
  width: intrinsic;
  display: inline-block;
}
.blog #content .blog_head,
.tag #content .blog_head,
.archive #content .blog_head {
  margin: 0 36em 0 3em;
  overflow: hidden;
}
.blog #content #sidebar,
.tag #content #sidebar,
.archive #content #sidebar {
  position: absolute;
}
.blog #content .blog_head h1,
.tag #content .blog_head h1,
.archive #content .blog_head h1 {
  margin: 0 0 0em 0;
  padding: 0 0 0.13888888888889em 0em;
  font-size: 3.6em;
  line-height: 1em;
  font-weight: normal;
  color: #333333;
  float: none;
}
.blog #content .blog_head h2,
.tag #content .blog_head h2,
.archive #content .blog_head h2 {
  margin: 0 0 1.6666666666667em 0;
  padding: 0 0 0.27777777777778em 0em;
  font-size: 1.8em;
  line-height: 1.1111111111111em;
  font-weight: normal;
  color: #666666;
  float: left;
}
.blog #content .pagination,
.tag #content .pagination,
.archive #content .pagination {
  width: auto;
  float: right;
  border: 1px solid #cbcbcb;
  position: relative;
  border-radius: 3px;
  top: 0px;
  margin-bottom: 20px;
}
.blog #content .pagination > a,
.tag #content .pagination > a,
.archive #content .pagination > a {
  display: block;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: bold;
  float: left;
  color: #7b3da2;
  text-decoration: none;
}
.blog #content .pagination > a:hover,
.tag #content .pagination > a:hover,
.archive #content .pagination > a:hover {
  background: #e8e8e8;
}
.blog #content .pagination > a.prev,
.tag #content .pagination > a.prev,
.archive #content .pagination > a.prev {
  border-right: 1px solid #cbcbcb;
  padding: .5em .5em .5em .5em;
}
.blog #content .pagination > a.next,
.tag #content .pagination > a.next,
.archive #content .pagination > a.next {
  border-left: 1px solid #cbcbcb;
  padding: .5em .5em .5em .5em;
}
.blog #content .pagination > span,
.tag #content .pagination > span,
.archive #content .pagination > span {
  float: left;
  display: block;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: bold;
  padding: .5em .5em;
  color: #999999;
}
.blog #content .article_list .pagination,
.tag #content .article_list .pagination,
.archive #content .article_list .pagination {
  top: 1.75em;
}
.blog #content .article_list,
.tag #content .article_list,
.archive #content .article_list {
  margin: 0 36em 0 3em;
  padding-bottom: 3em;
  float: right;
}
.blog #content .article_list article,
.tag #content .article_list article,
.archive #content .article_list article {
  padding: 2.0em 0 .5em 0;
  color: #666666;
  background: url("../../../../themes/wettdeals2014/images/bg_line_dashed.png") repeat-x;
  margin-left: 0;
  margin-bottom: 1em;
  margin-top: 1em;
}
.blog #content .article_list article .the-thumb,
.tag #content .article_list article .the-thumb,
.archive #content .article_list article .the-thumb {
  display: none;
}
.blog #content .article_list article .infoline,
.tag #content .article_list article .infoline,
.archive #content .article_list article .infoline {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #333333;
}
.blog #content .article_list article .entry-title,
.tag #content .article_list article .entry-title,
.archive #content .article_list article .entry-title {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: bold;
}
.blog #content .article_list article .entry-title a,
.tag #content .article_list article .entry-title a,
.archive #content .article_list article .entry-title a {
  text-decoration: none;
  color: #333333;
}
.blog #content .article_list article .entry-title a:hover,
.tag #content .article_list article .entry-title a:hover,
.archive #content .article_list article .entry-title a:hover {
  text-decoration: underline;
  color: #333333;
}
.blog #content .article_list article .entry-summary,
.tag #content .article_list article .entry-summary,
.archive #content .article_list article .entry-summary {
  font-size: 1.4em;
  line-height: 1.5em;
  padding: 0 2em 0 0;
}
.blog #content .article_list article .entry-summary a,
.tag #content .article_list article .entry-summary a,
.archive #content .article_list article .entry-summary a {
  text-decoration: none;
  color: #7b3da2;
}
.blog #content .article_list article .entry-summary a:hover,
.tag #content .article_list article .entry-summary a:hover,
.archive #content .article_list article .entry-summary a:hover {
  text-decoration: underline;
  color: #333333;
}
#content > #sidebar > div {
  margin: 20px 0 0 0;
}
#content > #sidebar > div:first-child {
  margin: 10px 0 0 0;
}
#content > #sidebar > div div.widget-title,
#content > #sidebar > div h4.widget-title {
  margin: 0 0 0.55555555555556em 0;
  padding: 0.55555555555556em 0 0.27777777777778em 0.55555555555556em;
  font-size: 1.8em;
  line-height: 1.1111111111111em;
  font-weight: normal;
  color: #333333;
  border-bottom: 1px dashed #cbcbcb;
}
#content > #sidebar table {
  background: #ececec;
  width: 29em;
  margin: 0 0 0 1em;
}
#content > #sidebar table tr td {
  border-bottom: 1px solid #f5f5f5;
}
#content > #sidebar table tr.big td,
#content > #sidebar table tr.bold td:first-child {
  font-weight: bold;
}
#content > #sidebar table tr td:first-child {
  width: 14.166666666667em;
  font-size: 1.2em;
  line-height: 1.5em;
  vertical-align: top;
  padding: 0.83333333333333em 0 0.83333333333333em 0.83333333333333em;
}
#content > #sidebar table tr td:not(first-child) {
  font-size: 1.2em;
  line-height: 1.5em;
  vertical-align: top;
  padding: 0.83333333333333em 0 0.83333333333333em 0;
}
#content > #sidebar table tr td .ratingbox {
  width: 96px;
  height: 15px;
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 0;
}
#content > #sidebar table tr td .ratingbox.rate_0 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 0px;
}
#content > #sidebar table tr td .ratingbox.rate_0_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -15px;
}
#content > #sidebar table tr td .ratingbox.rate_1 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -30px;
}
#content > #sidebar table tr td .ratingbox.rate_1_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -45px;
}
#content > #sidebar table tr td .ratingbox.rate_2 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -60px;
}
#content > #sidebar table tr td .ratingbox.rate_2_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -75px;
}
#content > #sidebar table tr td .ratingbox.rate_3 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -90px;
}
#content > #sidebar table tr td .ratingbox.rate_3_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -105px;
}
#content > #sidebar table tr td .ratingbox.rate_4 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -120px;
}
#content > #sidebar table tr td .ratingbox.rate_4_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -135px;
}
#content > #sidebar table tr td .ratingbox.rate_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_s.png") 0 -150px;
}
#content > #sidebar table tr td div.language {
  width: 18px;
  height: 12px;
  position: static;
  display: inline-block;
  margin: 0 5px 0 0;
}
#content > #sidebar table tr td div.language.deutsch {
  background: url("../../../../themes/wettdeals2014/images/flags/de.png");
}
#content > #sidebar table tr td div.language.englisch {
  background: url("../../../../themes/wettdeals2014/images/flags/en.png");
  top: 17px;
}
#content > #sidebar div.sb_bm_zahlungsarten {
  overflow: hidden;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten {
  width: 94px;
  height: 60px;
  background: white;
  float: left;
  margin: 0 0 1em 1em;
  text-align: center;
  font-size: 1em;
  line-height: 60px;
  text-indent: -999em;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.mastercard {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_mastercard.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.visa {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_visa.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.ueberweisung {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_ueberweisung.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.skrill {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_skrill.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.neteller {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_neteller.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.paypal {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_paypal.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.paysafecard {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_paysafe.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.ukash {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_ukash.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.sofortueberweisung {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_sofortueberweisung.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.maestro {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_maestro.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.entropay {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_entropay.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.giropay {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_giropay.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.click2pay {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_click2pay.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.einzahlung {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_einzahlung.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.scheck {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_scheck.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_zahlungsarten div.box_zahlarten.click.and.buy {
  background: url("../../../../themes/wettdeals2014/images/payments/payment_clickandbuy.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_lizensiert {
  overflow: hidden;
}
#content > #sidebar div.sb_bm_lizensiert div.box_lizenz {
  width: 94px;
  height: 60px;
  background: white;
  float: left;
  margin: 0 0 1em 1em;
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  padding: 64px 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#content > #sidebar div.sb_bm_lizensiert div.box_lizenz.schleswig-holstein {
  background: url("../../../../themes/wettdeals2014/images/licences/schleswig-holstein_92_60.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_lizensiert div.box_lizenz.england {
  background: url("../../../../themes/wettdeals2014/images/licences/gambling-comission-england_92_60.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_lizensiert div.box_lizenz.gibraltar {
  background: url("../../../../themes/wettdeals2014/images/licences/gibraltar_92_60.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_lizensiert div.box_lizenz.Österreich {
  background: url("../../../../themes/wettdeals2014/images/licences/oesterreich_92_60.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_lizensiert div.box_lizenz.malta {
  background: url("../../../../themes/wettdeals2014/images/licences/malta-gaming_92_60.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_lizensiert div.box_lizenz.estonia {
  background: url("../../../../themes/wettdeals2014/images/licences/estonia-gaming_92x60.gif") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_lizensiert div.box_lizenz.antigua {
  background: url("../../../../themes/wettdeals2014/images/licences/antigua-gaming_92_60.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_lizensiert div.box_lizenz.isle {
  background: url("../../../../themes/wettdeals2014/images/licences/isle-of-man_92_60.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_lizensiert div.box_lizenz.curacao {
  background: url("../../../../themes/wettdeals2014/images/licences/curacao_92_60.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_lizensiert div.box_lizenz.alderney {
  background: url("../../../../themes/wettdeals2014/images/licences/alderney_92_60.png") no-repeat 0 0;
}
#content > #sidebar div.sb_bm_lizensiert div.box_lizenz a {
  text-decoration: none;
  color: #333333;
}
#content > #sidebar div.sb_bm_lizensiert div.box_lizenz a:hover {
  text-decoration: underline;
}
#content > #sidebar div.sb_bm_wettarten {
  overflow: hidden;
  margin-bottom: 30px;
}
#content > #sidebar div.sb_bm_wettarten div.box_wettarten {
  margin: 0 0 0 1em;
  font-size: 1.2em;
  line-height: 1.6666666666667em;
  border-bottom: 1px solid #f5f5f5;
  padding: 0.83333333333333em 0 0.83333333333333em 2.5em;
  font-weight: bold;
  background: #ececec url("../../../../themes/wettdeals2014/images/bg_check.png") 1em center no-repeat;
}
#content > #sidebar div.widget_nav_menu h3 {
  margin: 0em 0 0 0;
}
#content > #sidebar div.widget_nav_menu div ul {
  list-style: none;
  margin: 1em 4em 0em 1em;
  padding: 0;
}
#content > #sidebar div.widget_nav_menu div ul li {
  text-transform: uppercase;
  color: #666666;
  font-size: 1.2em;
  padding: 0;
  margin: 0 0 2em 0;
}
#content > #sidebar div.widget_nav_menu div ul li > a {
  display: block;
  padding: .75em;
  text-decoration: none;
  font-weight: bold;
  color: #333333;
  background: #ececec;
  cursor: default;
}
#content > #sidebar div.widget_nav_menu div ul li ul {
  margin: 0;
}
#content > #sidebar div.widget_nav_menu div ul li ul li {
  margin: 0;
  text-transform: none;
  color: #666666;
  font-size: 1.0em;
  line-height: 1.2em;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
  background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
  border-top: 1px solid white;
  border-bottom: 1px solid #d5d5d8;
}
#content > #sidebar div.widget_nav_menu div ul li ul li > a {
  display: block;
  padding: .5em .5em .5em 1.75em;
  text-decoration: none;
  font-weight: bold;
  color: #7b3da2;
  background: none;
  background: url("../../../../themes/wettdeals2014/images/bg_nav_arrow_2.png") no-repeat .9em .7em;
  cursor: pointer;
}
#content > #sidebar div.widget_nav_menu div ul li ul li > a:hover {
  color: #333333;
  text-decoration: underline;
}
#content > #sidebar div.widget_rw_buchmacher_widget h3 {
  margin: 0em 0 0 0;
}
#content > #sidebar div.widget_rw_buchmacher_widget .header {
  background: #e8e8e8;
  margin: 1em 4em 0em 1em;
  padding: 1em .5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#content > #sidebar div.widget_rw_buchmacher_widget .header > span {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
}
#content > #sidebar div.widget_rw_buchmacher_widget .header > span.col2 {
  float: right;
  width: 92px;
  display: block;
}
#content > #sidebar div.widget_rw_buchmacher_widget .header > span.col2.spaced {
  width: 122px;
}
#content > #sidebar div.widget_rw_buchmacher_widget .header > span.col2.spaced {
  width: 92px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking {
  list-style: none;
  margin: 0em 4em 0em 1em;
  padding: 0;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking.draw_big {
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 361px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li {
  display: block;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
  background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
  border-top: 1px solid white;
  border-bottom: 1px solid #d5d5d8;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div {
  overflow: hidden;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span {
  display: block;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 34px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.counter {
  width: 2em;
  font-weight: bold;
  font-size: 1.2em;
  text-align: right;
  padding-right: .5em;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span {
  font-weight: bold;
  font-size: 1.2em;
  padding-right: .25em;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span a {
  display: inline-block;
  color: #333333;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span a:hover {
  color: #333333;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span img {
  margin: 0 5px 0 5px;
  font-size: 0;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.value {
  float: right;
  width: 85px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking.bonus li div > span.value {
  float: right;
  width: 55px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.value .ratingbox {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_xs.png") right 0;
  width: 77px;
  height: 12px;
  margin: 10px 0 0 0;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.value .ratingbox.rate_0 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_xs.png") right 0;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.value .ratingbox.rate_0_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_xs.png") right -12px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.value .ratingbox.rate_1 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_xs.png") right -24px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.value .ratingbox.rate_1_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_xs.png") right -36px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.value .ratingbox.rate_2 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_xs.png") right -48px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.value .ratingbox.rate_2_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_xs.png") right -60px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.value .ratingbox.rate_3 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_xs.png") right -72px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.value .ratingbox.rate_3_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_xs.png") right -84px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.value .ratingbox.rate_4 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_xs.png") right -96px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.value .ratingbox.rate_4_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_xs.png") right -108px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.value .ratingbox.rate_5 {
  background: url("../../../../themes/wettdeals2014/images/ratingsprite_xs.png") right -120px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.value span.bonus {
  font-weight: bold;
  font-size: 1.2em;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.link {
  float: right;
  width: 30px;
  text-align: center;
  border-left: 1px solid #e8e8e8;
  background: url("../../../../themes/wettdeals2014/images/bg_nav_arrow_2.png") no-repeat center center;
  text-indent: -999em;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.link:hover {
  background: url("../../../../themes/wettdeals2014/images/bg_arrow.png") no-repeat center center;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.link > a {
  display: block;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.test {
  list-style: none;
  margin: 0em 4em 0em 1em;
  padding: 0;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.test li {
  display: block;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
  background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
  border-top: 1px solid white;
  border-bottom: 1px solid #d5d5d8;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.test li div {
  overflow: hidden;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.test li div > span {
  display: block;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 34px;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.test li div > span.counter {
  width: 2em;
  font-weight: bold;
  font-size: 1.2em;
  text-align: right;
  padding-right: .5em;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.test li div > span {
  font-weight: bold;
  font-size: 1.2em;
  padding-right: .25em;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.test li div > span a {
  text-decoration: none;
  display: inline-block;
  color: #333333;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.test li div > span img {
  margin: 0 .25em;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.test li div > span.value {
  float: right;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.test li div > span.value span.bonus {
  font-weight: bold;
  font-size: 1.2em;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.test li div > span.link {
  float: right;
  width: 83px;
  text-align: center;
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.test li div > span.link > a {
  display: inline-block;
  background: #f7d900;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZDkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWNkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7d900),color-stop(100%,#e5cd00));
  background: -webkit-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -o-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -ms-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: linear-gradient(to bottom,#f7d900 0%,#e5cd00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7d900',endColorstr='#e5cd00',GradientType=0);
  line-height: 1em;
  font-weight: bold;
  color: #383208;
  font-size: 1.1em;
  text-decoration: none;
  padding: .4em .4em;
  border-radius: .2em;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.15);
}
#content > #sidebar div.widget_rw_buchmacher_widget a.more_button {
  display: inline-block;
  margin: 2em 0 1em 1em;
  background: #f7d900;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZDkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWNkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7d900),color-stop(100%,#e5cd00));
  background: -webkit-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -o-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -ms-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: linear-gradient(to bottom,#f7d900 0%,#e5cd00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7d900',endColorstr='#e5cd00',GradientType=0);
  color: #383208;
  font-size: 1.2em;
  font-weight: bold;
  padding: .85em;
  text-decoration: none;
  border-radius: .2em;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.2);
}
#content > #sidebar div.widget_rw_buchmacher_widget ol.test li div > span.link > a:hover,
#content > #sidebar div.widget_rw_buchmacher_widget a.more_button:hover {
  position: relative;
  top: 1px;
  color: white;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
  background: #4d307c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkMzA3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjNlYTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d307c),color-stop(100%,#7b3ea3));
  background: -webkit-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -o-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -ms-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: linear-gradient(to bottom,#4d307c 0%,#7b3ea3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d307c',endColorstr='#7b3ea3',GradientType=0);
}
#content > #sidebar div.sb_bm_pages ul {
  list-style: none;
  margin: 0 0 1em 1em;
  padding: 0;
}
#content > #sidebar div.sb_bm_pages ul li {
  font-size: 1.4em;
  line-height: 1.5em;
  padding: .25em 0;
}
#content > #sidebar div.sb_bm_pages ul li a {
  color: #7b3da2;
  text-decoration: none;
  background: url("../../../../themes/wettdeals2014/images/bg_arrow.png") 0 center no-repeat;
  padding: 0 0 0 1em;
}
#content > #sidebar div.sb_bm_pages ul li a:hover {
  text-decoration: underline;
  color: #333333;
}
#content > #sidebar div.widget_rw_news_widget.boxed .widget_result_container {
  overflow: hidden;
  padding: 1em 0 0em 1em;
}
#content > #sidebar div.widget_rw_news_widget.boxed .widget_result_container .single {
  width: 130px;
  float: left;
  margin: 0 1em 1em 0;
}
#content > #sidebar div.widget_rw_news_widget.boxed .widget_result_container .single a {
  text-decoration: none;
  color: #666666;
}
#content > #sidebar div.widget_rw_news_widget.boxed .widget_result_container .single a:hover,
#content > #sidebar div.widget_rw_news_widget.boxed .widget_result_container .single a:hover strong {
  text-decoration: underline !important;
  color: #333333;
}
#content > #sidebar div.widget_rw_news_widget.boxed .widget_result_container .single .the_thumb.full {
  display: none;
}
#content > #sidebar div.widget_rw_news_widget.boxed .widget_result_container .single .the_thumb img {
  width: 130px;
  height: auto;
}
#content > #sidebar div.widget_rw_news_widget.boxed .widget_result_container .single .the_text {
  font-size: 1.2em;
  line-height: 1.25em;
  padding: 0.5em 0 0 0;
}
#content > #sidebar div.widget_rw_news_widget.boxed .widget_result_container .single .the_text strong {
  color: #333333;
}
#content > #sidebar div.widget_rw_news_widget.list .widget_result_container {
  overflow: hidden;
  padding: 1em 0 0em 1em;
  width: 28em;
}
#content > #sidebar div.widget_rw_news_widget.list .widget_result_container .single {
  margin: 0 1em 1em 0;
  overflow: hidden;
}
#content > #sidebar div.widget_rw_news_widget.list .widget_result_container .single a {
  text-decoration: none;
  color: #666666;
}
#content > #sidebar div.widget_rw_news_widget.list .widget_result_container .single a:hover > * {
  text-decoration: underline !important;
  color: #333333;
}
#content > #sidebar div.widget_rw_news_widget.list .widget_result_container .single .the_thumb {
  width: 90px;
  float: left;
}
#content > #sidebar div.widget_rw_news_widget.list .widget_result_container .single .the_thumb.full {
  display: none;
}
#content > #sidebar div.widget_rw_news_widget.list .widget_result_container .single .the_thumb img {
  width: 80px;
  height: auto;
}
#content > #sidebar div.widget_rw_news_widget.list .widget_result_container .single .the_text {
  float: left;
  width: 180px;
  margin-right: -90px;
  font-size: 1.2em;
  line-height: 1.25em;
  padding: 0 0 0px 0;
}
#content > #sidebar div.widget_rw_news_widget.list .widget_result_container .single .the_text strong {
  color: #333333;
}
#content > #sidebar div.widget_rw_news_widget.list .widget_result_container .single a:hover .the_text strong {
  color: #333333;
}
#content > #sidebar div.widget_rw_news_widget.featured .widget_result_container {
  overflow: hidden;
  padding: 1em 0 0em 1em;
  width: 28em;
}
#content > #sidebar div.widget_rw_news_widget.featured .widget_result_container .single a {
  text-decoration: none;
  color: #666666;
}
#content > #sidebar div.widget_rw_news_widget.featured .widget_result_container .single a:hover > * {
  text-decoration: underline !important;
  color: #333333;
}
#content > #sidebar div.widget_rw_news_widget.featured .widget_result_container .single.main {
  margin: 0 1em 2em 0;
}
#content > #sidebar div.widget_rw_news_widget.featured .widget_result_container .single.main .the_thumb img {
  width: 270px;
  height: auto;
}
#content > #sidebar div.widget_rw_news_widget.featured .widget_result_container .single.main .the_text {
  font-size: 1.4em;
  line-height: 1.25em;
  padding: 0.5em 0 0 0;
}
#content > #sidebar div.widget_rw_news_widget.featured .widget_result_container .single.small {
  margin: 0 1em 1em 0;
  width: 130px;
  float: left;
}
#content > #sidebar div.widget_rw_news_widget.featured .widget_result_container .single.small .the_thumb.full {
  display: none;
}
#content > #sidebar div.widget_rw_news_widget.featured .widget_result_container .single.small .the_thumb img {
  width: 130px;
  height: auto;
}
#content > #sidebar div.widget_rw_news_widget.featured .widget_result_container .single.small .the_text {
  font-size: 1.2em;
  line-height: 1.25em;
  padding: 0.5em 0 0 0;
}
#content > #sidebar div.widget_rw_news_widget a.more_button {
  display: inline-block;
  margin: 0em 0 1em 0em;
  background: #f7d900;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZDkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWNkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7d900),color-stop(100%,#e5cd00));
  background: -webkit-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -o-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -ms-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: linear-gradient(to bottom,#f7d900 0%,#e5cd00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7d900',endColorstr='#e5cd00',GradientType=0);
  color: #383208;
  font-size: 1.2em;
  font-weight: bold;
  padding: .85em;
  text-decoration: none;
  border-radius: .2em;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.2);
}
#content > #sidebar div.widget_rw_news_widget a.more_button:hover {
  position: relative;
  top: 1px;
  color: white;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
  background: #4d307c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkMzA3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjNlYTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d307c),color-stop(100%,#7b3ea3));
  background: -webkit-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -o-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -ms-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: linear-gradient(to bottom,#4d307c 0%,#7b3ea3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d307c',endColorstr='#7b3ea3',GradientType=0);
}
#content > #sidebar div.widget_rw_advertising_widget {
  margin: 4em 0 0 0;
}
#content > #sidebar div.widget_rw_advertising_widget .inner_content {
  padding: 0 0 0 1em;
}
#content .widget_rw_pages_widget {
  margin-top: 2em;
}
#content .widget_rw_pages_widget .inner_content .single {
  overflow: hidden;
  margin: 1em 0 2em 0;
  border-bottom: 1px dashed #cbcbcb;
}
#content .widget_rw_pages_widget .inner_content .single a img {
  float: left;
  margin: 0;
}
#content .widget_rw_pages_widget .inner_content .single a .page_date {
  margin: 0 0 0 160px;
  font-size: 1.2em;
  color: #333333;
}
#content .widget_rw_pages_widget .inner_content .single a .page_title {
  margin: 0 0 0 160px;
  font-size: 1.4em;
  padding: 0.35714285714286em 0;
  line-height: 1.25em;
  color: #333333;
}
#content .widget_rw_pages_widget .inner_content .single a:hover .page_date,
#content .widget_rw_pages_widget .inner_content .single a:hover .page_title {
  color: #333333;
}
#content .widget_rw_pages_widget .inner_content .single .page_content {
  margin: 0 0 1em 160px;
  font-size: 1.4em;
  line-height: 1.5em;
}
.widget_rw_display_widget .widget-title {
  font-size: 1.8em;
  line-height: 1em;
  margin: 1em 0 0 0;
}
.widget_rw_display_widget .inner_content {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 2em 0.5em 3em 0.5em;
}
.widget_rw_display_widget .inner_content > div {
  width: 33%;
  overflow: hidden;
  float: left;
  -webkit-box-shadow: 0 1px 3px 2px rgba(0,0,0,0.075);
  box-shadow: 0 1px 3px 2px rgba(0,0,0,0.075);
  margin-top: 1em;
}
.widget_rw_display_widget .inner_content > div.col2 {
  background: white;
  position: relative;
  z-index: 4;
  margin-top: 0em;
  padding-bottom: 1em;
  -webkit-box-shadow: 0 1px 5px 3px rgba(0,0,0,0.125);
  box-shadow: 0 1px 5px 3px rgba(0,0,0,0.125);
}
.widget_rw_display_widget .inner_content > div > img {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}
.widget_rw_display_widget .inner_content > div > .row {
  text-align: center;
  padding: 0.89285714285714em 0;
  font-size: 1.4em;
  line-height: 1.25em;
}
.widget_rw_display_widget .inner_content > div > .row:nth-child(even) {
  background: #f5f5f5;
}
.widget_rw_display_widget .inner_content > div > .row strong {
  display: block;
  color: #333333;
}
.widget_rw_display_widget .inner_content > div.col2 > .row:nth-of-type(1) strong {
  margin-top: 0.71428571428571em;
}
.widget_rw_display_widget .inner_content > div > .row.bonus span {
  font-size: 2.4827586206897em;
  line-height: 1.25em;
}
.widget_rw_display_widget .inner_content > div > .row.button {
  font-size: 1em;
  padding: 0 0 1em 0;
}
.widget_rw_display_widget .inner_content > div.col2 > .row.button {
  font-size: 1em;
  padding: 1em 0 0 0;
}
#content > #sidebar div.widget_mostreadpostswidget > ul {
  list-style: none;
  display: block;
  margin: 2em 0 0 1em;
  padding: 0;
}
#content > #sidebar div.widget_mostreadpostswidget > ul > li {
  display: block;
  margin: 0 0 1em 0;
  font-size: 1.2em;
  line-height: 1.25em;
  width: 270px;
  overflow: hidden;
}
#content > #sidebar div.widget_mostreadpostswidget > ul > li a {
  text-decoration: none;
  color: #666666;
}
#content > #sidebar div.widget_mostreadpostswidget > ul > li a:hover,
#content > #sidebar div.widget_mostreadpostswidget > ul > li a:hover .date,
#content > #sidebar div.widget_mostreadpostswidget > ul > li a:hover .cat {
  text-decoration: underline !important;
  color: #333333;
}
#content > #sidebar div.widget_mostreadpostswidget > ul > li a img {
  width: 80px;
  height: auto;
  margin: 0 10px 0 0;
  display: block;
  float: left;
}
#content > #sidebar div.widget_mostreadpostswidget > div {
  display: none;
}
#content > #sidebar div.widget_mostreadpostswidget > ul > li a .date {
  color: #333333;
}
#content > #sidebar div.widget_mostreadpostswidget > ul > li a .cat {
  font-weight: bold;
  color: #333333;
}
#content > #sidebar div.widget_mostreadpostswidget > ul > li a .main {
  display: block;
  padding: .25em 0 0 0;
}
#content > #sidebar div.widget_mostreadpostswidget a.more_button {
  display: inline-block;
  margin: 1em 0 1em 1em;
  background: #f7d900;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZDkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWNkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7d900),color-stop(100%,#e5cd00));
  background: -webkit-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -o-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -ms-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: linear-gradient(to bottom,#f7d900 0%,#e5cd00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7d900',endColorstr='#e5cd00',GradientType=0);
  color: #383208;
  font-size: 1.2em;
  font-weight: bold;
  padding: .85em;
  text-decoration: none;
  border-radius: .2em;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.2);
}
#content > #sidebar div.widget_mostreadpostswidget a.more_button:hover {
  position: relative;
  top: 1px;
  color: white;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
  background: #4d307c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkMzA3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjNlYTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d307c),color-stop(100%,#7b3ea3));
  background: -webkit-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -o-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -ms-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: linear-gradient(to bottom,#4d307c 0%,#7b3ea3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d307c',endColorstr='#7b3ea3',GradientType=0);
}
#content > #sidebar div.enhanced-text-widget.bm_fokus .textwidget {
  padding: 0 3em 0 1em;
}
#content > #sidebar div.enhanced-text-widget.bm_fokus .textwidget a.item {
  display: block;
  padding: 0 0 0 1em;
  margin: 1em 0 1em 0;
  font-size: 1.4em;
  background: url("../../../../themes/wettdeals2014/images/bg_nav_arrow_2.png") 0 .1em no-repeat;
  text-decoration: none;
  color: #666666;
}
#content > #sidebar div.enhanced-text-widget.bm_fokus .textwidget a.item:hover,
#content > #sidebar div.enhanced-text-widget.bm_fokus .textwidget a.item:hover .title {
  text-decoration: underline;
  color: #333333;
}
#content > #sidebar div.enhanced-text-widget.bm_fokus .textwidget a.item .title {
  font-size: 0.85714285714286em;
  margin: 0;
  padding: 0 0 .5em 0;
  line-height: 1.0em;
  color: #7b3da2;
  font-weight: bold;
}
#content > #sidebar .widget_ssba_widget #ssba {
  margin-left: 0em;
}
footer {
  background: #f5f5f5;
  border-top: 2px solid #e8e8e8;
  margin: 0 -3em;
  border-radius: 0 0 .5em .5em;
  position: relative;
  overflow: hidden;
  clear: both;
}
footer > .footerwrapper {
  position: relative;
  left: 0;
  margin-right: 34em;
  padding-bottom: 2em;
  border-right: 1px solid #e8e8e8;
  overflow: hidden;
}
footer > .footerwrapper > div {
  padding: 3em 3em 0em 3em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 33%;
  float: left;
  height: 20em;
}
footer > .footerwrapper > div .widget-title {
  color: #333333;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0;
}
footer > .footerwrapper > div p {
  font-size: 1.4em;
  line-height: 1.4285714285714em;
  color: #666666;
}
footer ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul.menu li {
  display: block;
}
footer ul.menu li a {
  font-size: 1.4em;
  line-height: 1.6em;
  text-decoration: none;
  color: #7b3da2;
}
footer ul.menu li a:hover {
  text-decoration: underline;
  color: #333333;
}
footer .textwidget p {
  font-size: 1.4em;
  line-height: 1.6em;
  color: #666666;
}
footer > .footercol_last {
  width: 34em;
  position: absolute;
  top: 0;
  right: 0;
}
footer > .footercol_last > div {
  padding: 4.7em 3em 0em 3em;
}
footer > .footercol_last > div .widget-title {
  color: #666666;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0;
}
footer > .footercol_last > div p {
  font-size: 1.4em;
  line-height: 1.4285714285714em;
  color: #666666;
}
footer .socialbox {
  height: 2.2em;
  width: 11.2em;
}
footer .socialbox > a {
  display: inline-block;
  background: url("../../../../themes/wettdeals2014/images/bg_header_social.png") 0 0 no-repeat;
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
}
footer .socialbox > a.twitter {
  background-position: -30px 0;
}
footer .socialbox > a.google {
  background-position: -60px 0;
}
footer .socialbox > a.rss {
  background-position: -90px 0;
  margin: 0 0 0 0;
}
.ext_button_wrp {
  text-align: center;
}
.ext_button,
.small_button {
  background: #f7d900;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZDkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWNkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7d900),color-stop(100%,#e5cd00));
  background: -webkit-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -o-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: -ms-linear-gradient(top,#f7d900 0%,#e5cd00 100%);
  background: linear-gradient(to bottom,#f7d900 0%,#e5cd00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7d900',endColorstr='#e5cd00',GradientType=0);
  display: inline-block;
  margin: 1.5em auto;
  width: auto;
  text-align: center;
  color: #383208 !important;
  font-size: 1.8em;
  font-weight: bold;
  padding: .75em .75em;
  border-radius: 4px;
  box-shadow: 0px 2px 0px #cbcbcb;
  text-decoration: none !important;
}
.ext_button:hover,
.small_button:hover {
  background: #4d307c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkMzA3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjNlYTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d307c),color-stop(100%,#7b3ea3));
  background: -webkit-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -o-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: -ms-linear-gradient(top,#4d307c 0%,#7b3ea3 100%);
  background: linear-gradient(to bottom,#4d307c 0%,#7b3ea3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d307c',endColorstr='#7b3ea3',GradientType=0);
  position: relative;
  top: 1px;
  color: white !important;
  text-decoration: none !important;
}
.ext_button > span {
  background: url("../../../../themes/wettdeals2014/images/bg_nav_arrow_2.png") no-repeat left center;
  padding-left: .75em;
}
.small_button {
  margin: 1.0em 0;
  width: auto;
  text-align: center;
  color: white !important;
  font-size: 1.4em;
  font-weight: normal;
  padding: .75em 1em;
  display: inline-block;
}
.small_button > span {
  background: url("../../../../themes/wettdeals2014/images/bg_nav_arrow_2.png") no-repeat right center;
  padding-right: 1.0em;
}
input.small_button {
  -webkit-appearance: none;
  appearance: normal;
  border: none;
}
.ext_button:hover > span,
.small_button:hover > span {
  background: none;
}
.small_button.blue {
  background: #299dc3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5OWRjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNThmYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#299dc3 0%,#258fb1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#299dc3),color-stop(100%,#258fb1));
  background: -webkit-linear-gradient(top,#299dc3 0%,#258fb1 100%);
  background: -o-linear-gradient(top,#299dc3 0%,#258fb1 100%);
  background: -ms-linear-gradient(top,#299dc3 0%,#258fb1 100%);
  background: linear-gradient(to bottom,#299dc3 0%,#258fb1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b3da2',endColorstr='#258fb1',GradientType=0);
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  padding: .85em;
  text-decoration: none;
  border-radius: .2em;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.2);
}
.small_button.blue:hover {
  position: relative;
  top: 1px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
  background: #258fb1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1OGZiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTlkYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#258fb1 0%,#299dc3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#258fb1),color-stop(100%,#299dc3));
  background: -webkit-linear-gradient(top,#258fb1 0%,#299dc3 100%);
  background: -o-linear-gradient(top,#258fb1 0%,#299dc3 100%);
  background: -ms-linear-gradient(top,#258fb1 0%,#299dc3 100%);
  background: linear-gradient(to bottom,#258fb1 0%,#299dc3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#258fb1',endColorstr='#7b3da2',GradientType=0);
  text-decoration: none !important;
}
.small_button.green {
  background: #69bb4e;
  background: -moz-linear-gradient(top,#69bb4e 0%,#45aa23 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#69bb4e),color-stop(100%,#45aa23));
  background: -webkit-linear-gradient(top,#69bb4e 0%,#45aa23 100%);
  background: -o-linear-gradient(top,#69bb4e 0%,#45aa23 100%);
  background: -ms-linear-gradient(top,#69bb4e 0%,#45aa23 100%);
  background: linear-gradient(to bottom,#69bb4e 0%,#45aa23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69bb4e',endColorstr='#45aa23',GradientType=0);
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  padding: .85em;
  text-decoration: none;
  border-radius: .2em;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.2);
}
.small_button.green:hover {
  position: relative;
  top: 1px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
  background: #45aa23;
  background: -moz-linear-gradient(top,#45aa23 0%,#69bb4e 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#45aa23),color-stop(100%,#69bb4e));
  background: -webkit-linear-gradient(top,#45aa23 0%,#69bb4e 100%);
  background: -o-linear-gradient(top,#45aa23 0%,#69bb4e 100%);
  background: -ms-linear-gradient(top,#45aa23 0%,#69bb4e 100%);
  background: linear-gradient(to bottom,#45aa23 0%,#69bb4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45aa23',endColorstr='#69bb4e',GradientType=0);
  text-decoration: none !important;
}
.small_text_button {
  font-size: 1.8em;
  font-weight: bold;
  display: block;
  margin: 1.1111111111111em 0;
  text-align: center;
}
.small_text_button:before {
  content: '› ';
}
.small_text_button.button_align_left {
  text-align: left;
  display: inline-block;
}
.small_text_button.button_size_2 {
  font-size: 2em;
  margin: 1em 0;
}
.share_links_box {
  display: block;
  margin: 10px 0 30px 0;
  overflow: hidden;
  height: 20px;
}
.share_links_box img {
  margin: 0 !important;
}
.note_block {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2222222222222em;
  margin: 0.55555555555556em 0 0.55555555555556em 0;
  padding: 1em 1em 1em 2em;
  background: #f5f5f5 url("../../../../themes/wettdeals2014/images/bg_arrow.png") 1em center no-repeat;
  color: #333333;
}
.note_block2 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2222222222222em;
  margin: 0.55555555555556em 0 0.55555555555556em 0;
  padding: 1em 1em 1em 1em;
  background: #f5f5f5;
  color: #333333;
}
a.pdf_block {
  display: block;
  border: 1px solid #e8e8e8;
  margin: 1.5em 0em 2em 0;
  padding: 1.4em 1em 1.4em 3.75em;
  background: url("../../../../themes/wettdeals2014/images/icons/files_pdf.png") no-repeat 0.5em center;
  font-size: 14px;
}
a.pdf_block:hover {
  border: 1px solid #cbcbcb;
}
div.divider {
  display: block;
  border-top: 1px dashed #cbcbcb;
  height: 5px;
}
div.spacer {
  display: block;
  height: 5px;
}
.kontakt_box .widget-text {
  font-size: 1.4em;
  line-height: 1.25em;
  background: #e8e8e8;
  margin: 0 4em 0 1em;
  padding: 0.17857142857143em 0.71428571428571em;
}
.gallery {
  margin: auto;
}
.gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
}
.gallery img {
  border: 1px solid #cbcbcb;
  margin: 0 0 1em 0 !important;
}
.gallery-caption {
  margin-left: 0;
  font-size: 1.2em;
}
.tablesorter-pager {
  padding: 1em 0;
  text-align: right;
}
td.tablesorter-pager {
  background-color: #e6eeee;
  margin: 0;
}
.tablesorter-pager .first,
.tablesorter-pager .prev,
.tablesorter-pager .next,
.tablesorter-pager .last {
  font-size: 1.4em;
  line-height: 1em;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #cbcbcb;
  padding: .125em .5em .25em .5em;
  margin: 0 .25em;
  border-radius: .25em;
  cursor: pointer;
}
.tablesorter-pager .first:hover,
.tablesorter-pager .prev:hover,
.tablesorter-pager .next:hover,
.tablesorter-pager .last:hover {
  color: white;
  background: #7b3da2;
  border: 1px solid #7b3da2;
}
.tablesorter-pager .last {
  margin-right: 0;
}
.tablesorter-pager .pagedisplay {
  padding: 0 5px 0 5px;
  width: 50px;
  text-align: center;
}
.tablesorter-pager .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu  .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu {
  font-size: 16px;
}
.slicknav_btn {
  margin: 5px 20px 6px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #8f4fbf;
}
.slicknav_menu  .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 0;
}
.slicknav_nav {
  color: #333333;
  margin: 0;
  padding: 0;
  font-size: 0.85em;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.slicknav_nav .slicknav_item {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav a {
  padding: 14px 0px 14px 20px;
  margin: 2px 5px;
  text-decoration: none;
  color: #333333;
  border-top: 1px dotted #e8e8e8;
}
.slicknav_nav a:before {
  content: '» ';
  color: #333333;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_item:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
div.double-button-wrapper {
  overflow: hidden;
  text-align: center;
}
div.double-button-wrapper > a {
  margin-left: 30px;
  padding: .75em 1.0em;
}
div.double-button-wrapper > a:first-child {
  margin-left: 0;
}
div.double-button-wrapper > a.download {
  background: #40de28;
  background: -moz-linear-gradient(top,#40de28 0%,#35ac3b 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#40de28),color-stop(100%,#35ac3b));
  background: -webkit-linear-gradient(top,#40de28 0%,#35ac3b 100%);
  background: -o-linear-gradient(top,#40de28 0%,#35ac3b 100%);
  background: -ms-linear-gradient(top,#40de28 0%,#35ac3b 100%);
  background: linear-gradient(to bottom,#40de28 0%,#35ac3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40de28',endColorstr='#35ac3b',GradientType=0);
}
div.double-button-wrapper > a.download:hover {
  background: #35ac3b;
  background: -moz-linear-gradient(top,#35ac3b 0%,#40de28 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#35ac3b),color-stop(100%,#40de28));
  background: -webkit-linear-gradient(top,#35ac3b 0%,#40de28 100%);
  background: -o-linear-gradient(top,#35ac3b 0%,#40de28 100%);
  background: -ms-linear-gradient(top,#35ac3b 0%,#40de28 100%);
  background: linear-gradient(to bottom,#35ac3b 0%,#40de28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35ac3b',endColorstr='#40de28',GradientType=0);
}
div.double-button-wrapper > a.download > span {
  background-image: url("../../../../themes/wettdeals2014/images/bg_dbutton_download.png");
  background-position: 0 .275em;
  padding-left: 2em;
}
div.double-button-wrapper > a.tohome {
  background: #ffa200;
  background: -moz-linear-gradient(top,#ffa200 0%,#ff6800 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffa200),color-stop(100%,#ff6800));
  background: -webkit-linear-gradient(top,#ffa200 0%,#ff6800 100%);
  background: -o-linear-gradient(top,#ffa200 0%,#ff6800 100%);
  background: -ms-linear-gradient(top,#ffa200 0%,#ff6800 100%);
  background: linear-gradient(to bottom,#ffa200 0%,#ff6800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa200',endColorstr='#ff6800',GradientType=0);
}
div.double-button-wrapper > a.tohome:hover {
  background: #ff6800;
  background: -moz-linear-gradient(top,#ff6800 0%,#ffa200 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6800),color-stop(100%,#ffa200));
  background: -webkit-linear-gradient(top,#ff6800 0%,#ffa200 100%);
  background: -o-linear-gradient(top,#ff6800 0%,#ffa200 100%);
  background: -ms-linear-gradient(top,#ff6800 0%,#ffa200 100%);
  background: linear-gradient(to bottom,#ff6800 0%,#ffa200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6800',endColorstr='#ffa200',GradientType=0);
}
div.double-button-wrapper > a.tohome > span {
  background-image: url("../../../../themes/wettdeals2014/images/bg_dbutton_tohome.png");
  background-position: 0 .15em;
  padding-left: 2em;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  div.double-button-wrapper > a {
    padding: 1em 0;
    margin: .75em 0;
  }
}
.hide_desktop {
  display: none;
}
@media only screen and (max-width: 1060px) {
  #viewport_wrapper {
    margin: 2em 2em;
  }
}
@media only screen and (max-width: 1024px) {
  header > .searchbox {
    top: 0;
    right: 13em;
    width: 9.6em;
    height: 2.2em;
  }
  header > .searchbox input {
    height: 20px;
    width: 86px;
    background: #f5f5f5;
    border: 1px solid #eee;
    color: #333333;
    font-size: 1.2em;
  }
  body.single-sm-location #content > article .phone_box {
    position: static;
    display: inline-block;
    right: auto;
    margin-bottom: 0em;
  }
  body.single-sm-location #content > article .share_links_box {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 782px) {
  body.admin-bar nav {
    top: 13.2em;
  }
}
@media only screen and (max-width: 768px) {
  #viewport_wrapper {
    padding: 0;
    min-width: 700px;
  }
  header {
    margin: 3em 0em 0 0;
  }
  header > .searchbox {
    display: none;
    top: -6em;
    right: 2em;
    height: 3.2em;
    width: 19.2em;
  }
  header > .searchbox input {
    width: 15.2em;
    height: 2.5em;
  }
  header > .socialbox {
    top: -1em;
    right: 2em;
    width: 15.1em;
  }
  header > .socialbox > a {
    display: inline-block;
    background: url("../../../../themes/wettdeals2014/images/bg_header_social_TABLET.png") 0 0 no-repeat;
    width: 32px;
    height: 32px;
    margin: 0 5px 0 0;
  }
  header > .socialbox > a.twitter {
    background-position: -32px 0;
  }
  header > .socialbox > a.google {
    background-position: -64px 0;
  }
  header > .socialbox > a.rss {
    background-position: -96px 0;
    margin: 0 4px 0 0;
  }
  header > .socialbox > a.search {
    display: inline-block;
    background-position: -128px 0;
    margin: 0 0 0 0;
  }
  nav {
    margin: 0 0 0 20em;
  }
  nav ul {
    margin: 0 0 0 1em;
    background: transparent;
    min-width: 48em;
  }
  nav ul li {
    margin: 0 1em 0 0;
  }
  #access li {
    float: none;
    display: inline;
  }
  #subheader {
    margin: 0 0em;
  }
  #content {
    margin: 0 0 0 0;
    background: none;
  }
  #content > article {
    margin: 0 3em 0 3em;
    padding: 0 0 0 0;
    float: none;
    position: static;
  }
  #content > article .entry-content {
    max-width: none !important;
  }
  #content > #sidebar {
    position: static;
    margin: 0 0 0 0;
    float: none;
    width: 100%;
  }
  footer {
    margin: 0 0 0 0;
  }
  footer > .footerwrapper {
    margin-right: 24em;
  }
  footer > .footercol_last {
    width: 24em;
  }
  footer > .footerwrapper > div {
    padding: 2em 2em 0 2em;
  }
  #content > #sidebar {
    padding-bottom: 3em;
    background: #fdfdfd;
    border-bottom: none;
  }
  #content > #sidebar div.widget_rw_buchmacher_widget {
    margin: 0 2em;
  }
  #content > #sidebar div.widget_rw_buchmacher_widget h3 {
    margin-top: 1.1111111111111em;
  }
  #content > #sidebar div.widget_rw_buchmacher_widget .header {
    margin-right: 1em;
  }
  #content > #sidebar div.widget_rw_buchmacher_widget ol.ranking {
    margin: 0em 1em 0em 1em;
  }
  #content > #sidebar div.widget_rw_news_widget {
    margin: 0 2em;
  }
  #content > #sidebar div.widget_rw_news_widget h3 {
    margin-top: 1.1111111111111em;
  }
  #content > #sidebar div.widget_rw_news_widget .widget_result_container div {
    clear: none !important;
  }
  #content > #sidebar div.widget_rw_news_widget .widget_result_container div.single {
    margin: 0 2em 1em 0;
  }
  #content > #sidebar div.widget_rw_news_widget.list .widget_result_container {
    overflow: hidden;
    width: 100%;
  }
  #content > #sidebar div.widget_rw_news_widget.list .widget_result_container .single {
    float: left;
    width: 200px;
    height: 13em;
  }
  #content > #sidebar div.widget_rw_news_widget.list .widget_result_container .single .the_text {
    width: 110px;
  }
  #content > #sidebar div.widget_rw_news_widget.boxed .widget_result_container {
    overflow: hidden;
    width: 100%;
  }
  #content > #sidebar div.widget_rw_news_widget.boxed .widget_result_container .single {
    float: left;
    width: 25%;
    height: auto;
    margin: 0;
  }
  #content > #sidebar div.widget_rw_news_widget.boxed .widget_result_container .single .the_thumb {
    padding: 0 1em 0 0;
    height: 115px;
  }
  #content > #sidebar div.widget_rw_news_widget.boxed .widget_result_container .single .the_thumb img {
    width: 100%;
    height: auto;
    max-height: 115px;
  }
  #content > #sidebar div.widget_rw_news_widget.boxed .widget_result_container .single .the_text {
    width: 100%;
  }
  #content > #sidebar div.widget_mostreadpostswidget {
    margin: 0 2em;
    margin-bottom: 1.1111111111111em;
    display: none;
  }
  #content > #sidebar div.widget_mostreadpostswidget h3 {
    margin-top: 1.1111111111111em;
  }
  #content > #sidebar div.widget_mostreadpostswidget > ul {
    overflow: hidden;
  }
  #content > #sidebar div.widget_mostreadpostswidget > ul > li {
    float: left;
    width: 33%;
    height: auto;
    margin-right: 0em;
    margin-bottom: 0;
  }
  #content > #sidebar div.widget_mostreadpostswidget > ul > li a img {
    margin: 0 10px 10px 0;
  }
  #content > #sidebar div.widget_mostreadpostswidget a.more_button {
    display: none;
  }
  #content > #sidebar div.widget_rw_advertising_widget,
  #content > #sidebar div.enhanced-text-widget.bm_fokus {
    display: none;
  }
  #content > #sidebar div.widget_nav_menu {
    margin: 0 2em;
    margin-bottom: 2.7777777777778em;
  }
  #content > #sidebar div.widget_nav_menu h3 {
    margin-top: 1.1111111111111em;
  }
  #content > #sidebar div.widget_nav_menu div ul {
    margin-right: 1em;
  }
  #content > #sidebar div.enhanced-text-widget.kontakt_box {
    margin: 0 2em;
    margin-bottom: 1.1111111111111em;
  }
  #content > #sidebar div.enhanced-text-widget.kontakt_box h3 {
    margin-top: 1.1111111111111em;
  }
  #content > #sidebar div.enhanced-text-widget.kontakt_box .widget-text {
    margin: 0 0em;
  }
  body.page-template-page-fontpage-php .page #frontpage-teaserblock {
    background: #e8e8e8;
    padding: 0em;
    margin: 0 0 2em 0 !important;
  }
  body.page-template-page-sitemap-php #content > article {
    margin: 0 3em 0 3em;
  }
  body.page-template-page-buchmacheruebersicht-php #content > article {
    margin: 0 3em;
  }
  body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating {
    margin-bottom: 1em;
  }
  body.single-buchmacher #content > article h1,
  body.single-buchmacher #content > article h2 {
    margin-right: 320px;
  }
  body.single-buchmacher #content > #sidebar {
    padding-bottom: 0;
    border-top: none;
    margin: 0 0em;
    background: none;
  }
  #content > #sidebar > div {
    margin: 20px 2em 0 2em;
  }
  body.single-buchmacher #content > #sidebar .sb_bm_logo {
    position: absolute;
    top: 0;
    right: 3em;
    margin: 0;
  }
  body.single-buchmacher #content > #sidebar table {
    width: 100%;
    margin: 0;
  }
  body.single-buchmacher #content > #sidebar table tr td:first-child {
    width: 50%;
  }
  body.post-type-archive-buchmacher #content > .share_links_box {
    position: static;
    margin: 1em 0 0em 3em;
  }
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name {
    min-width: 110px;
  }
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name div {
    width: 110px;
  }
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name div img {
    float: left;
  }
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name div div.language {
    position: static;
    float: left;
    margin: .5em .5em 0 0;
  }
  body.page-template-page-bonusvergleich-php #content > .share_links_box {
    position: static;
    margin: 1em 0 0em 3em;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name {
    min-width: 110px;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name div {
    width: 110px;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name div img {
    float: left;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name div div.language {
    position: static;
    float: left;
    margin: .5em .5em 0 0;
  }
  body.page-template-page-wettshop-index-php #content > article,
  body.page-template-page-wettshop-lokal-php #content > article,
  body.page-template-page-wettshop-region-php #content > article {
    margin: 0 3em 3em 3em;
  }
  body.page-template-page-wettshop-index-php #content > article .entry-content,
  body.page-template-page-wettshop-lokal-php #content > article .entry-content,
  body.page-template-page-wettshop-region-php #content > article .entry-content {
    padding: 0;
  }
  body.page-template-page-wettshop-index-php #content > article .entry-content h1,
  body.page-template-page-wettshop-lokal-php #content > article .entry-content h1 {
    margin-right: 7.2222222222222em;
  }
  body.page-template-page-wettshop-index-php #content > article .entry-content h2 {
    margin-right: 11.818181818182em;
    clear: both;
    margin-top: 0.45454545454545em;
  }
  body.page-template-page-wettshop-lokal-php #content > article .entry-content h2 {
    margin-right: 0em;
    clear: both;
    margin-top: 0.45454545454545em;
  }
  body.page-template-page-wettshop-region-php #content > article #the_2_map_iframe {
    position: static;
    width: 100%;
    right: auto;
    top: auto;
    margin-bottom: 20px;
  }
  body.page-template-page-wettshop-lokal-php #content > article #the_2_map_iframe {
    position: static;
    width: 100%;
    right: auto;
    top: auto;
    margin-bottom: 20px;
  }
  body.page-template-page-wettshop-index-php #content > article #the_2_preframe_image,
  body.page-template-page-wettshop-lokal-php #content > article #the_2_preframe_image {
    right: 3em;
    top: 0em;
    width: 24em;
    height: auto;
  }
  body.single-sm-location #content > article h1,
  body.single-sm-location #content > article h2 {
    margin-right: 320px;
  }
  body.single-sm-location #content > article .single_location_content {
    margin-top: 350px;
  }
  body.single-sm-location #content > article .single_location_content .wettshop_info_box_1 {
    margin-right: 0;
  }
  body.single-sm-location #content > article .phone_box {
    position: static;
    display: inline-block;
    margin: 0.71428571428571em 0;
  }
  body.single-sm-location #content > #sidebar {
    padding-bottom: 0;
    border-top: none;
  }
  body.single-sm-location #content > #sidebar .sb_bm_logo {
    position: absolute;
    top: 0;
    right: 3em;
  }
  body.single-sm-location #content > #sidebar .sb_bm_map {
    position: absolute;
    top: 18em;
    right: 1em;
    width: 31em;
  }
  body.single-sm-location #content > #sidebar .sb_bm_map h3 {
    padding-left: 0 !important;
  }
  body.single-sm-location #content > #sidebar .sb_bm_map.first {
    left: 1em;
  }
  body.single-sm-location #content #sidebar #single_location_map {
    margin-left: 0;
    width: 100%;
    height: 253px;
  }
  body.single-sm-location #content #sidebar #single_location_map iframe {
    width: 100%;
    height: 100%;
  }
  body.single-sm-location #content > #sidebar .sb_bm_map table {
    margin-left: 0;
    width: 100%;
  }
  .search #content .search_head {
    margin: 0 3em 0 3em;
    float: none;
  }
  .search #content .search_results {
    margin: 0 3em 0 3em;
  }
  .search #content #sidebar {
    position: static;
    float: none;
  }
  .blog #content .blog_head,
  .tag #content .blog_head,
  .archive #content .blog_head {
    margin: 0 3em;
  }
  .blog #content .article_list,
  .tag #content .article_list,
  .archive #content .article_list {
    margin: 0 3em;
  }
  .blog #content #sidebar,
  .tag #content #sidebar,
  .archive #content #sidebar {
    position: static;
    clear: both;
  }
  .hide_tablet {
    display: none;
  }
  #map_canvas {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  body {
    background: white;
  }
  #viewport_wrapper {
    margin: 0em;
    border-radius: 0;
    min-width: intrinsic;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header {
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    background: transparent;
  }
  header > a {
    position: fixed;
    top: .5em;
    left: 1em;
    background: url("../../../../themes/wettdeals2014/images/logo_mobile_gw.png") no-repeat;
    background-size: 100%;
    height: 4em;
    width: 14.5em;
    display: block;
  }
  header > a > img {
    display: none;
  }
  header > .searchbox,
  header > .socialbox,
  nav {
    display: none;
  }
  header > .slicknav_menu {
    display: block;
  }
  #subheader {
    margin: 7em 0 2em 0;
    height: auto;
  }
  #subheader > #breadcrumb {
    line-height: 1.25em;
    height: auto;
    padding: 0 0 0 2em;
    font-size: 1em;
  }
  #subheader > #datebox {
    display: none;
  }
  #content > article {
    margin: 0 2em;
  }
  #content article .entry-title {
    font-size: 3.0em;
    margin-bottom: 0.33333333333333em;
  }
  #content article h2 {
    font-size: 1.4em;
  }
  #content article .entry-content {
    padding: 0 0 3em 0;
  }
  .single-post #content > article .entry-content {
    padding: 0;
  }
  #content article .entry-content table.tablepress thead th {
    font-size: 1em;
  }
  #content article .entry-content table.tablepress tbody tr td {
    font-size: 1em;
  }
  #content > #sidebar div div.widget-title,
  #content > #sidebar div h4.widget-title {
    font-size: 1.5em;
    border-bottom: none;
  }
  #content article .entry-content ol li,
  #content article .entry-content ul li {
    font-size: 1.2em;
    background: none;
    padding-left: 0;
  }
  #content article .entry-content ol li:before,
  #content article .entry-content ul li:before {
    content: '» ';
    color: #436b75;
    font-weight: bold;
  }
  #content > #sidebar div.widget_rw_buchmacher_widget {
    margin: 0;
  }
  #content > #sidebar div.widget_rw_buchmacher_widget div.widget-title,
  #content > #sidebar div.widget_rw_buchmacher_widget h4.widget-title {
    font-size: 1.5em;
    padding: 0 1.4285714285714em;
    border-bottom: none;
    margin-top: 1.4285714285714em;
  }
  #content > #sidebar div.widget_rw_buchmacher_widget .header {
    margin: 1em 2em 0 2em;
  }
  #content > #sidebar div.widget_rw_buchmacher_widget .header span {
    font-size: 1em;
  }
  #content > #sidebar div.widget_rw_buchmacher_widget ol.ranking {
    margin: 0 2em;
  }
  #content > #sidebar div.widget_rw_buchmacher_widget ol.ranking.draw_big {
    max-height: none;
    overflow: visible;
  }
  #content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span.counter,
  #content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span {
    font-size: 1.2em;
  }
  #content > #sidebar div.widget_rw_buchmacher_widget ol.ranking li div > span img {
    width: 24px;
    height: auto;
  }
  #content > #sidebar div.widget_rw_buchmacher_widget a.more_button {
    display: none;
  }
  #content > #sidebar div.widget_nav_menu {
    margin: 2em 0 0 0;
  }
  #content > #sidebar div.widget_nav_menu h4.widget-title {
    font-size: 1.4em;
    padding: 0 1.4285714285714em;
    border-bottom: none;
  }
  #content > #sidebar div.widget_nav_menu div ul {
    margin: 1em 2em 0 2em;
  }
  div.widget.widget_rw_display_widget {
    display: none;
  }
  div.widget_ssba_widget #ssba {
    text-align: center;
  }
  #content > #sidebar div.enhanced-text-widget.kontakt_box {
    margin-bottom: 0;
  }
  .kontakt_box .widget-text {
    font-size: 1.2em;
  }
  #content .widget_rw_pages_widget .inner_content .single a img {
    max-width: 75px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  #content .widget_rw_pages_widget .inner_content .single a .page_date,
  #content .widget_rw_pages_widget .inner_content .single a .page_title,
  #content .widget_rw_pages_widget .inner_content .single .page_content {
    margin-left: 85px;
  }
  #content .widget_rw_pages_widget .inner_content .single a .page_date {
    font-size: .9em;
  }
  #content .widget_rw_pages_widget .inner_content .single a .page_title {
    font-size: 1.2em;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  #content .widget_rw_pages_widget .inner_content .single .page_content {
    font-size: 1em;
    margin-left: 0;
  }
  body.page-template-page-fontpage-php #subheader {
    display: none;
  }
  body.page-template-page-fontpage-php #content {
    margin-top: 4.75em;
  }
  body.page-template-page-fontpage-php #content > article {
    margin: 0 0 0 0;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-teaserblock {
    background: #e8e8e8;
    padding: 0em;
    margin: 0 0em 3em 0em;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-teaserblock .meteor-slides .mslide .textbox {
    padding: 1em;
    width: 16em;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-teaserblock .meteor-slides .mslide .textbox > h4 {
    font-size: 0.8em;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-teaserblock .meteor-slides .mslide .textbox > p {
    font-size: 1.2em;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-newsblock {
    margin: 0 2em 1em 2em;
  }
  body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_thumb {
    width: 25%;
    margin: 0 1em 0.125em 0;
  }
  body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_thumb img {
    max-width: 70px;
  }
  body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_text {
    font-size: 1.2em;
    padding-top: 2px;
  }
  body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_text h2 {
    font-size: 1.2em;
  }
  body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_excerpt {
    padding: 2px 0 0 0 !important;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-editorialsblock {
    margin: 0 2em 2em 2em;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-editorialsblock .widget-container.featured {
    border: none;
  }
  body.page-template-page-fontpage-php #content .page .widget-container.featured .single {
    float: none !important;
    width: 100% !important;
    padding: 5px 0 0 0 !important;
    margin: 0 0 0em 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
  }
  body.page-template-page-fontpage-php #content .page .widget-container.featured .single .the_text {
    font-size: 1.4em !important;
    padding-top: 2px !important;
    margin: 0 0 4px 0 !important;
  }
  body.page-template-page-fontpage-php #content .page .widget-container.list .single .the_text strong {
    font-size: 1.0em;
  }
  body.page-template-page-fontpage-php #content .page .widget-container.featured .single .the_thumb {
    width: 25%;
    float: left;
    margin: 0 1em 1em 0 !important;
  }
  body.page-template-page-fontpage-php #content .page .widget-container.featured .single .the_thumb img {
    max-width: 70px;
  }
  body.page-template-page-fontpage-php #content .page .widget-container.featured .single .the_excerpt {
    font-size: 1.2em !important;
    padding: 0px 0 5px 0 !important;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock {
    padding-bottom: 0;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container > .title {
    font-size: 1.2em;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container .inner_content .single {
    width: 25%;
    margin: 0 0 1em 0;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container .inner_content .single.first {
    margin: 0;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container .inner_content .single .the_thumb {
    padding: 0 1em 0 0;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container .inner_content .single .the_thumb img {
    width: 100%;
    height: auto;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container .inner_content .single .the_text strong {
    font-size: 0.8em;
  }
  body.page-template-page-fontpage-php #content .page #frontpage-promotionsblock .widget-container .inner_content .single .the_text a {
    display: none;
  }
  body.page-template-page-fontpage-php #content > #sidebar div.widget_rw_news_widget,
  body.page-template-page-fontpage-php #content > #sidebar div.widget_mostreadpostswidget,
  body.page-template-page-fontpage-php #content > #sidebar div.widget_rw_advertising_widget {
    display: none;
  }
  body.page-template-page-buchmacheruebersicht-php #content > article {
    margin: 0 2em;
  }
  body.page-template-page-buchmacheruebersicht-php #content > article .entry-title {
    font-size: 2.0em;
  }
  body.page-template-page-buchmacheruebersicht-php #content > article .share_links_box {
    margin-bottom: 10px;
  }
  body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher {
    float: none;
    width: 100%;
    margin: 0 0 2em 0;
    border: none;
    border-top: 1px solid #e8e8e8;
  }
  body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher:nth-child(2n+2) {
    margin: 0 0 2em 0;
  }
  body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header {
    padding: 1em 0 0em 0;
    margin: 0;
    border: none;
  }
  body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .image {
    width: 45%;
  }
  body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .image img {
    width: 90% !important;
    height: auto;
  }
  body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating {
    width: 55%;
    margin-bottom: 0;
  }
  body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .header .rating .ratingbox {
    margin-top: 2px;
  }
  body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .mainblock {
    margin: 0;
    padding: 0;
  }
  body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .mainblock p,
  body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .mainblock ul li {
    background: none !important;
    padding-left: 0 !important;
  }
  body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .mainblock ul {
    margin: 0 !important;
  }
  body.page-template-page-buchmacheruebersicht-php div.buchmacher-uebersicht .single_buchmacher .mainblock ul li:before {
    content: '● ';
    color: #436b75;
  }
  body.single-post #content > article h1 {
    margin-right: 0;
    font-size: 2.5em;
  }
  body.single-post #content > article .relatedposts {
    display: none;
  }
  body.single-post #sidebar > div {
    display: none;
  }
  body.single-post #sidebar > div.widget_rw_buchmacher_widget {
    display: block;
    margin-top: 2em !important;
  }
  body.single-post #content > article .comments {
    display: none;
  }
  div.wp-caption {
    padding: 4px;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    float: none !important;
  }
  .wp-caption img {
    width: 100% !important;
    margin: 0 !important;
  }
  .wp-caption .wp-caption-text {
    font-size: 1em;
    padding: .5em 0 0 0;
  }
  body.single-buchmacher #content article .entry-content {
    padding-bottom: 0;
  }
  body.single-buchmacher #content > article h1 {
    margin-right: 0;
    font-size: 2.5em;
    margin-top: 3.4em;
    margin-bottom: 0.2em;
  }
  body.single-buchmacher #content > article h2 {
    margin-right: 0;
  }
  body.single-buchmacher #content > #sidebar .sb_bm_logo {
    right: auto;
    left: 0em;
    top: 0;
    padding: 0 2em;
  }
  body.single-buchmacher #content > #sidebar .sb_bm_logo img {
    width: 100%;
    height: auto;
  }
  body.single-buchmacher #content > #sidebar > div {
    margin: 2em 0 0 0;
  }
  body.single-sm-location #content > article {
    margin: 0 0;
  }
  body.single-sm-location #content > article h1,
  body.single-sm-location #content > article h2 {
    margin-right: 0;
  }
  body.single-sm-location #content > article h1 {
    margin-top: 100px;
    font-size: 2.5em;
    margin-left: 0.8em;
    margin-right: 0.8em;
    line-height: 1.25em;
  }
  body.single-sm-location #content > article h2 {
    margin-left: 1.4285714285714em;
    margin-right: 1.4285714285714em;
  }
  body.single-sm-location #content > article .single_location_content {
    margin-top: 680px;
  }
  body.single-sm-location #content > article .single_location_content .wettshop_info_box_1 {
    margin-right: 0;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  body.single-sm-location #content > article .single_location_content .ext_button {
    margin: 1.4285714285714em 1.4285714285714em;
    display: block;
  }
  body.single-sm-location #content > article .phone_box {
    position: static;
    display: inline-block;
    margin: 0.83333333333333em 0 0.83333333333333em 1.6666666666667em;
    font-size: 1.2em;
  }
  body.single-sm-location #content > article .share_links_box {
    margin-left: 2em;
  }
  body.single-sm-location #content > article .row {
    padding: 0.41666666666667em 0.83333333333333em;
  }
  body.single-sm-location #content > article .row span {
    width: 100%;
    color: #333333;
  }
  body.single-sm-location #content > #sidebar {
    padding-bottom: 0;
    border-top: none;
  }
  body.single-sm-location #content > #sidebar .sb_bm_logo {
    position: absolute;
    top: 0;
    right: auto;
    left: 0em;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  body.single-sm-location #content > #sidebar .sb_bm_map {
    position: absolute;
    top: 25em;
    right: 0em;
    width: 100%;
  }
  body.single-sm-location #content > #sidebar .sb_bm_map .widget-title {
    margin-left: 1.4285714285714em;
    padding-left: 0;
  }
  body.single-sm-location #content > #sidebar .sb_bm_map.first {
    left: -2em;
  }
  body.single-sm-location #content > #sidebar .sb_bm_map.first h3 {
    padding-left: 1.1111111111111em !important;
  }
  body.single-sm-location #content > #sidebar .sb_bm_map.last {
    top: 59em;
    margin: 0 0em;
    left: 0;
  }
  body.single-sm-location #content > #sidebar .sb_bm_map.last h3 {
    padding-left: 1.1111111111111em !important;
  }
  body.single-sm-location #content #sidebar #single_location_map {
    margin-left: 0;
    width: 100%;
    height: 253px;
  }
  body.single-sm-location #content #sidebar #single_location_map iframe {
    width: 100%;
    height: 100%;
  }
  body.single-sm-location #content > #sidebar .sb_bm_map table {
    margin-left: 0;
    width: 100%;
  }
  body.single-sm-location #content > article .single_location_content .wettshop_info_box_2 > strong {
    font-size: 1.4em;
    margin-left: 1.4285714285714em;
    border: none;
  }
  body.single-sm-location #content > article .single_location_content .wettshop_info_box_2 > div {
    padding: 2em 2em 0 2em;
    background: #f5f5f5;
  }
  body.single-sm-location #content > article .single_location_content .wettshop_info_box_3 .left,
  body.single-sm-location #content > article .single_location_content .wettshop_info_box_3 .right {
    width: 100%;
    float: none;
  }
  body.single-sm-location #content > article .single_location_content .wettshop_info_box_3 strong {
    margin-right: 0;
    font-size: 1.4em;
    margin-left: 1.4285714285714em;
    border: none;
  }
  body.single-sm-location #content > article .single_location_content .wettshop_info_box_3 > div > div {
    margin-right: 0;
  }
  body.single-sm-location #content > article .single_location_content .wettshop_info_box_3 > div > div .row {
    font-size: 1.2em;
    padding-left: 3.3333333333333em;
    background-position: 2em center;
    line-height: 2em;
  }
  body.single-sm-location #content > article .single_location_content .wettshop_info_box_text {
    font-size: 1.2em;
    padding: 0 1.6666666666667em;
    width: auto;
    margin-right: 0;
  }
  body.page-template-page-bonusvergleich-php #subheader,
  body.post-type-archive-buchmacher #subheader {
    display: none;
  }
  body.page-template-page-bonusvergleich-php #content,
  body.post-type-archive-buchmacher #content {
    margin-top: 6.75em;
  }
  body.page-template-page-bonusvergleich-php #content > h1,
  body.post-type-archive-buchmacher #content > h1 {
    padding: 0 0 0 1em !important;
    font-size: 2.0em;
  }
  body.page-template-page-bonusvergleich-php #content > h2.sub-title,
  body.post-type-archive-buchmacher #content > h2.sub-title {
    padding: 0 1.6666666666667em 0 1.6666666666667em;
    font-size: 1.2em;
    line-height: 1.25em;
    margin: 0.83333333333333em 0 1.6666666666667em 0;
  }
  body.page-template-page-bonusvergleich-php #content > .share_links_box,
  body.post-type-archive-buchmacher #content > .share_links_box {
    margin: 1em 0 1em 2em;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich {
    margin: 0 0 2em 0;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table {
    border: none;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > thead > tr > th,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > thead > tr > th {
    font-size: 1em;
    height: 2.5em;
    line-height: 1em;
    background: url("../../../../themes/wettdeals2014/images/ratingtable_sorts.png") right 1.5em no-repeat;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > thead > tr > th.tablesorter-headerAsc,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > thead > tr > th.tablesorter-headerAsc {
    background: url("../../../../themes/wettdeals2014/images/ratingtable_sorts.png") right -10.5em no-repeat;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > thead > tr > th.tablesorter-headerDesc,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > thead > tr > th.tablesorter-headerDesc {
    background: url("../../../../themes/wettdeals2014/images/ratingtable_sorts.png") right -4.5em no-repeat;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td {
    font-size: 1em;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name {
    min-width: 60px;
    border-left: none;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name div,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name div {
    width: 60px;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name div img,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name div img {
    width: 60px;
    height: auto;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name div div.language.deutsch,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name div div.language.deutsch {
    background-size: 9px auto;
    width: 9px;
    height: 6px;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_name div div.language.englisch,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_name div div.language.englisch {
    background-size: 9px auto;
    width: 9px;
    height: 6px;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating {
    min-width: 80px;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_0,
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_1_5,
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_2,
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_2_5,
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_3,
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_3_5,
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_4,
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_4_5,
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating .ratingbox.rate_5,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating  .ratingbox.rate_0,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating  .ratingbox.rate_1_5,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating  .ratingbox.rate_2,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating  .ratingbox.rate_2_5,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating  .ratingbox.rate_3,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating  .ratingbox.rate_3_5,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating  .ratingbox.rate_4,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating  .ratingbox.rate_4_5,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating  .ratingbox.rate_5 {
    background-size: 48px auto;
    width: 48px;
    height: 7px;
  }
  body.page-template-page-bonusvergleich-php #content > div.bonus-vergleich > table > tbody > tr > td.box_rating > a,
  body.post-type-archive-buchmacher #content > div.buchacher-vergleich > table > tbody > tr > td.box_rating > a {
    font-size: 1em;
    padding: 4px 0 0 0;
  }
  body.page-template-page-wettshop-index-php #content > article,
  body.page-template-page-wettshop-lokal-php #content > article,
  body.page-template-page-wettshop-region-php #content > article {
    margin: 0 2em;
  }
  body.page-template-page-wettshop-index-php #content > article .entry-content,
  body.page-template-page-wettshop-lokal-php #content > article .entry-content,
  body.page-template-page-wettshop-region-php #content > article .entry-content {
    padding: 0;
  }
  body.page-template-page-wettshop-index-php #content > article .entry-content h1,
  body.page-template-page-wettshop-lokal-php #content > article .entry-content h1 {
    margin-right: 0em;
    font-size: 2.5em;
  }
  body.page-template-page-wettshop-index-php #content > article .entry-content h2 {
    margin-right: 0em;
    clear: both;
    margin-top: 0.45454545454545em;
  }
  body.page-template-page-wettshop-lokal-php #content > article .entry-content h2 {
    margin-right: 0em;
    clear: both;
    margin-top: 0.45454545454545em;
  }
  body.page-template-page-wettshop-region-php #content > article #the_2_map_iframe {
    position: static;
    width: 100%;
    right: auto;
    top: auto;
    margin-bottom: 20px;
  }
  body.page-template-page-wettshop-lokal-php #content > article #the_2_map_iframe {
    position: static;
    width: 100%;
    right: 0;
    top: auto;
    margin-bottom: 20px;
    margin-top: 99px;
  }
  body.page-template-page-wettshop-index-php #content > article #the_2_preframe_image {
    display: none;
  }
  body.page-template-page-wettshop-lokal-php #content > article #the_2_preframe_image {
    right: auto;
    left: 2em;
    top: 12em;
    width: 24em;
    height: auto;
  }
  #content div#wettshop_widget_list > table > thead > tr > th,
  #content div#wettshop_widget_list > table > tbody > tr > td {
    font-size: 1em;
  }
  #content div#wettshop_widget_list > table > tbody > tr.skipper td.linkage a span {
    display: none;
  }
  .blog #content .blog_head,
  .tag #content .blog_head,
  .archive #content .blog_head {
    margin: 0 2em;
  }
  .blog #content .blog_head h1,
  .tag #content .blog_head h1,
  .archive #content .blog_head h1 {
    font-size: 2.5em;
  }
  .blog #content .article_list,
  .tag #content .article_list,
  .archive #content .article_list {
    margin: 2em 2em 0 2em;
  }
  .blog #content .article_list article .infoline,
  .tag #content .article_list article .infoline,
  .archive #content .article_list article .infoline {
    font-size: 1em;
  }
  .blog #content .article_list article .entry-title,
  .tag #content .article_list article .entry-title,
  .archive #content .article_list article .entry-title {
    font-size: 1.4em;
  }
  .blog #content article .the_thumb,
  .archive #content article .the_thumb,
  .tag #content article .the_thumb {
    margin: 0 1em 0em 0;
  }
  .blog #content #sidebar,
  .tag #content #sidebar,
  .archive #content #sidebar {
    position: static;
    clear: both;
  }
  .blog #content #sidebar > div,
  .tag #content #sidebar > div,
  .archive #content #sidebar > div {
    display: none;
  }
  .blog #content #sidebar > div.widget_rw_buchmacher_widget,
  .tag #content #sidebar > div.widget_rw_buchmacher_widget,
  .archive #content #sidebar > div.widget_rw_buchmacher_widget {
    display: block;
  }
  .blog #content .pagination,
  .tag #content .pagination,
  .archive #content .pagination {
    float: none;
    overflow: hidden;
    top: 0;
    margin: 2em 0 1em 0;
    width: 50%;
  }
  body.page-template-page-sitemap-php #content > article {
    margin: 0 2em;
  }
  body.page-template-page-sitemap-php #content > article div.sb-links {
    margin: 0 0 0em 0;
  }
  body.page-template-page-sitemap-php #content > article div.sb-links div div {
    margin: 0 0 0 0;
  }
  body.page-template-page-sitemap-php #content > article div.sb-col-1,
  body.page-template-page-sitemap-php #content > article div.sb-col-2,
  body.page-template-page-sitemap-php #content > article div.sb-col-3 {
    width: auto;
    float: none;
    margin-bottom: 2em;
  }
  body.page-template-page-sitemap-php #content > article div.sb-links li {
    font-size: 1.2em;
    background: none !important;
  }
  footer {
    border-top: 1px solid #e8e8e8;
  }
  footer > .footerwrapper {
    display: none;
  }
  footer > .footercol_last {
    width: 100%;
    position: static;
    background-position: center 2em;
    background-size: 26.5px auto;
  }
  footer > .footercol_last > div {
    text-align: center;
    padding: 4.0em 2em 1em 2em;
  }
  footer > .footercol_last > div p {
    font-size: 1em;
  }
  footer > .footercol_last .footermenu {
    margin-top: .5em;
    padding-top: .5em;
    border-top: dashed 1px #cbcbcb;
  }
  footer > .footercol_last .footermenu a {
    padding: 0 .5em;
  }
  .hide_mobile {
    display: none;
  }
  .hide_desktop {
    display: block;
  }
  .share_links_box #ssba > a {
    height: 17px;
    padding: 5px 3px 5px 3px;
  }
  .share_links_box #ssba > a:first-child {
    padding: 5px 3px 5px 0px;
  }
  .share_links_box #ssba > a img {
    width: 14px !important;
    height: auto;
    padding: 4px 3px 4px 0px;
  }
  .share_links_box #ssba .ssba_sharecount {
    font-size: 8px;
    padding: 2px 3px 2px 3px;
  }
  .small_button {
    width: auto;
    display: block;
    font-size: 1.2em;
  }
  .ext_button {
    width: 100%;
    font-size: 1.4em;
  }
  .note_block {
    font-size: 1.4em;
    line-height: 1.5em;
    padding-left: 2.4em;
  }
  .note_block2 {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  a.pdf_block {
    background-size: 24px 24px;
    font-size: 1em;
  }
}
