/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 23 2019 | 12:56:34 */
.site-main, .site-header, .entry-footer {
    width: 92%;
    max-width: 1300px !important;
}


.site-main img {
  max-width: 1200px;
  /*width: 100%;*/
  max-height: 540px;
  height: auto;
  width: auto;
}

.slideshow_container img {
  max-height: 100%;
}

.sidebar-link {
  width: 150px;
  color: #fff;
  margin-bottom: 0;
  font-size: 0.7em;
}

.sidebar-link svg {
  vertical-align: middle;
}

.sidebar-link::after {
  content: " MENÜ";
  font-size: 22px;
  vertical-align: middle;
}

.menu {
  width: auto;
}

.site-content {
  font-size: 1em;
}

.sidebar {
  line-height: 1.2;
}

.thumbnail-list {
  text-align: center;
}

.thumbnail-list div {
	display: inline-block;
}

.thumbnail-list a {
  margin: 5px;
}

.entry-header h1 sup {
  font-size: 0.5em;
  top: -1em;
}

a[href^="/newsletter"] {
    background-color: #000;
    padding: 9px 20px;
    color: #fff;
  display: inline-block;
}

a[href^="/newsletter"] {
  text-decoration: none;
  border-bottom: 0 !important;
}

.site-footer img[src="https://justmartin.at/wp-content/uploads/facebook-icon-logo-vector-400x400.png"] {
  width: 32px;
  height: 32px;
}


/* black background changes follow */
.site-branding {
  padding: 10px;
  margin-top: 5%;
}

.site-header {
  margin-top: 0;
}


body.custom-background {
  background-color: #000 !important;
}

a[href^="/newsletter"] {
	background-color: #ed1c24;
}

.site-header-background {
  /*background-color: #1d1dad;*/
  background-color: #000;
}

/* background changes end */