html {
  margin-top: 0 !important;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  background: url("../images/hintergrund_kachel.jpg") repeat scroll 0 0 #eee2d2;
  width: 100%;
  height: 100%;
  color: #6e493f;
  font-family: 'Play', sans-serif;
}
td {
  vertical-align: top;
}
p {
  text-align: left;
}
img {
  border: 0;
}
a:link,
a:visited {
  font-weight: bold;
  text-decoration: underline;
  color: #6e493f;
}
a:hover,
a:active {
  font-weight: bold;
  text-decoration: none;
  color: #6e493f;
}
.clear {
  clear: both;
}
.mode-edit #editor-wrapper {
  width: 40%;
}
.mode-edit #close-edit-mode {
  right: 60%;
}
.mode-edit #close-edit-mode .btn {
  display: block;
  color: #444;
  text-decoration: none;
  padding: 10px;
  background-color: white;
  border-radius: 4px;
}
.mode-edit #close-edit-mode .btn:hover {
  background-color: #ccc;
}
.mode-edit #main-wrapper {
  width: 60%;
}
#header {
  position: relative;
  width: 1000px;
  height: 95px;
  /*
  #lang_selector {
    right: 170px;
  }
  */
}
#header #logo {
  position: absolute;
  top: 0;
  left: 0;
}
#header #lang_selector {
  position: absolute;
  right: 130px;
  top: 70px;
  padding-right: 10px;
  background-color: rgba(234, 224, 205, 0.4);
  border-radius: 8px;
}
#header #lang_selector ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 110%;
}
#header #lang_selector ul li {
  float: left;
  font-size: 12px;
  margin-left: 10px;
}
#header #lang_selector ul li a {
  font-weight: bold;
  color: #6e493f;
}
#header #lang_selector ul li a:link,
#header #lang_selector ul li a:visited {
  text-decoration: none;
}
#header #lang_selector ul li a:hover,
#header #lang_selector ul li a:active {
  text-decoration: underline;
}
#header #socialbuttons {
  position: absolute;
  top: 65px;
  right: 0;
}
#navi {
  width: 1000px;
  background-color: #c2a284;
  background-image: linear-gradient(top, #ccb79f 0%, #b78d69 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #ccb79f), color-stop(100%, #b78d69));
  background-image: -moz-linear-gradient(top, #ccb79f 0%, #b78d69 100%);
  background-image: -o-linear-gradient(#ccb79f, #b78d69);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffccb79f', endColorstr='#ffb78d69')";
  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffccb79f', endColorstr='#ffb78d69')";
  /* IE8,IE9 */
  background-image: -ms-linear-gradient(top, #ccb79f, #b78d69);
  /* IE10 */
}
#navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#navi .current_page_item,
#navi a,
#navi .navi_border {
  float: left;
}
#navi a {
  display: block;
  height: 28px;
  padding: 10px 0 0 0;
  color: #6e493f;
  text-decoration: none;
  text-align: center;
  font-family: 'Russo One', sans-serif;
  font-size: 13px;
  font-weight: normal;
}
#navi a:hover {
  background-color: #724c3b;
  background-image: linear-gradient(top, #5b3926 0%, #885f50 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #5b3926), color-stop(100%, #885f50));
  background-image: -moz-linear-gradient(top, #5b3926 0%, #885f50 100%);
  background-image: -o-linear-gradient(#5b3926, #885f50);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b3926', endColorstr='#ff885f50')";
  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b3926', endColorstr='#ff885f50')";
  /* IE8,IE9 */
  background-image: -ms-linear-gradient(top, #5b3926, #885f50);
  /* IE10 */
  color: #CDB7A2;
}
#navi .current_page_item a {
  background-color: #6f4a37;
  background-image: linear-gradient(top, #5b3926 0%, #825b47 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #5b3926), color-stop(100%, #825b47));
  background-image: -moz-linear-gradient(top, #5b3926 0%, #825b47 100%);
  background-image: -o-linear-gradient(#5b3926, #825b47);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b3926', endColorstr='#ff825b47')";
  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b3926', endColorstr='#ff825b47')";
  /* IE8,IE9 */
  background-image: -ms-linear-gradient(top, #5b3926, #825b47);
  /* IE10 */
  color: #CDB7A2;
}
#navi .navi_border {
  width: 2px;
  height: 38px;
  background: url("../images/trennstrich_navi.png") no-repeat 0;
}
.navi-th a {
  font-weight: bold;
}
#big_tb {
  width: 100%;
  border-spacing: 0;
  margin-top: 15px;
}
#left_deco,
#right_deco {
  width: auto;
  padding: 0;
  margin: 0;
}
#left_deco {
  background: url("../images/gitarre_illustration.jpg") no-repeat right 0;
}
#right_deco {
  background: url("../images/schnoerkel_rechts.jpg") no-repeat 0 200px;
}
#schnoerkel_unten {
  background: url("../images/schnoerkel_unten.jpg") no-repeat 80% 30%;
  min-height: 100px;
}
#main {
  width: 1000px;
  padding: 0;
  margin: 0;
}
#content-box {
  position: relative;
  width: 980px;
  padding: 10px;
  background-color: white;
  box-shadow: 0 3px 8px 3px #696662;
}
.content-box-section-pics {
  background: url("../images/bildergalerie_schnoerkel.jpg") no-repeat 100px bottom;
}
.content_border {
  width: 2px;
  background: url("../images/trennlinie_lang.png") no-repeat 0 30px;
  height: 528px;
  margin-right: 40px;
}
#front_news {
  position: absolute;
  border: 2px solid black;
  background-color: #e5e5e7;
  background-image: linear-gradient(top, #f2f2f2 0%, #d8d7dc 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #d8d7dc));
  background-image: -moz-linear-gradient(top, #f2f2f2 0%, #d8d7dc 100%);
  background-image: -o-linear-gradient(#f2f2f2, #d8d7dc);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffd8d7dc')";
  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffd8d7dc')";
  /* IE8,IE9 */
  background-image: -ms-linear-gradient(top, #f2f2f2, #d8d7dc);
  /* IE10 */
  color: #6D6D6D;
  width: 250px;
  top: 40px;
  right: 40px;
  padding: 0 10px;
  font-size: 14px;
  box-shadow: 0 0 6px 3px #534242;
}
#front_news a:link,
#front_news a:visited,
#front_news a:hover,
#front_news a:active {
  text-decoration: none;
  color: #6D6D6D;
}
#front_news h1,
#front_news p {
  padding: 0;
  margin: 10px 0;
  text-align: center;
  line-height: 1.2;
}
#front_news h1 {
  font-family: 'Russo One', sans-serif;
  font-size: 15px;
}
#front-banner-gt-metal {
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 400px;
  height: 148px;
  background-image: url(../images/front_banner-gt-metal.jpg);
  border: 2px solid black;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.6);
}
#front-bookcover-gt-metal {
  display: block;
  position: absolute;
  top: 195px;
  right: 145px;
  width: 157px;
  height: 177px;
  background-image: url(../images/front_bookcover-gt-metal.png);
}
#front-plakat-ukulele {
  display: block;
  position: absolute;
  top: 200px;
  right: 14px;
  width: 120px;
  height: 213px;
  background-image: url(../images/front_plakat_ukulele.png);
}
#wide_text {
  padding: 40px 60px;
}
.markdown {
  text-align: left;
  min-height: 430px;
  line-height: 1.6em;
  font-size: 14px;
}
.markdown p {
  margin: 0 0 15px 0;
}
.markdown blockquote p {
  font-size: 12px;
  line-height: 1.5em;
  font-style: italic;
}
.markdown li p {
  line-height: 0.5em;
}
.markdown .h1 {
  margin: 0 15px 15px 0;
  font-size: 22px;
}
.markdown .h1 a:link,
.markdown .h1 a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #C8B5A1;
}
.markdown .h1 a:hover,
.markdown .h1 a:active {
  font-weight: bold;
  text-decoration: underline;
  color: #6e493f;
}
h1 {
  margin: 0 0 15px 0;
  font-size: 22px;
}
h2 {
  margin: 25px 0 5px 0;
  font-size: 16px;
}
h3 {
  margin: 30px 0 0 0;
  font-size: 14px;
}
#content {
  position: relative;
}
#content #youtube-player {
  position: absolute;
  left: 0;
  top: 0;
}
#content #youtube-close-btn {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  color: #444;
  text-decoration: none;
  text-align: center;
  padding-top: 4px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.6);
}
.content_img_right {
  padding: 40px 40px 10px 40px;
}
#copyright {
  text-align: right;
  font-size: 10px;
}
#footer {
  margin: 10px 0 0 0;
  background-color: #8E6746;
  width: 100%;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer li {
  float: left;
}
#footer li a {
  display: block;
  width: 163.33333333px;
  height: 65px;
  background: no-repeat center center;
  text-decoration: none;
}
#demo-alert {
  z-index: 1;
  left: 40%;
}
#demo-alert .alert {
  display: block;
  margin: 0 50px;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.shop-frame {
  border: none;
  width: 980px;
  height: 600px;
}
#gallery a {
  display: block;
  float: left;
  background-color: white;
  border: 1px solid #A9A9A9;
  margin: 5px;
  padding: 4px;
}
#gallery a:hover {
  background-color: #A9A9A9;
}
#gallery img {
  display: block;
  width: 100px;
  height: 75px;
}
