/* General Variables */
@media (min-width: 320px) {
  /* smartphones, iPhone, portrait 480x320 phones */ }

@media (min-width: 481px) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }

@media (min-width: 641px) {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }

@media (min-width: 961px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */ }

@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */ }

@media (min-width: 1281px) {
  /* hi-res laptops and desktops */ }

/* Colors */
/* Standart Variables */
/*#999999;*/
/*@font-face {
    font-family: 'capsuularegular';
    src: url('../fonts/capsuula_regular/Capsuula-webfont.eot');
    src: url('../fonts/capsuula_regular/Capsuula-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/capsuula_regular/Capsuula-webfont.woff') format('woff'),
         url('../fonts/capsuula_regular/Capsuula-webfont.ttf') format('truetype'),
         url('../fonts/capsuula_regular/Capsuula-webfont.svg#capsuularegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'Asap';
  src: url("../fonts/asap/Asap-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Asap Medium';
  src: url("../fonts/asap/Asap-Medium.otf") format("opentype"); }

@font-face {
  font-family: 'Asap Bold';
  src: url("../fonts/asap/Asap-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'Asap Italic';
  src: url("../fonts/asap/Asap-Italic.otf") format("opentype"); }

@font-face {
  font-family: 'Alegreya';
  src: url("../fonts/alegreya/Alegreya-Regular.otf") format("opentype"); }

h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  margin: 0px; }

h1 {
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: 50px; }

h3 {
  margin-bottom: 12px; }

.headline {
  text-align: center;
  display: block;
  padding: 0 5px 10px;
  overflow: hidden;
  border-bottom: 2px solid rgba(51, 51, 51, 0.3); }

.headline--small {
  padding: 0 5px 8px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3); }

.text--small {
  font-size: 0.8rem; }

.text--center {
  text-align: center; }

html {
  font-size: 16px; }

body, html {
  background-color: #f9f9f9;
  padding: 0px;
  margin: 0px;
  color: #333333;
  font-family: 'Asap';
  font-size: 1.1rem;
  line-height: 1.4rem;
  height: 100%; }

.title__text {
  font-size: 18px;
  line-height: 22px; }

.title__text--small {
  font-size: 15px;
  line-height: 17px; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.container {
  max-width: 1170px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.shadow {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4); }

a {
  color: #333333;
  /*font-family: 'Asap Medium';*/
  text-decoration: underline; }

.border__style {
  border-bottom: 1px #666666 solid;
  box-shadow: 0 0 3px 3px rgba(51, 51, 51, 0.3); }

.image__border {
  border: 2px solid rgba(51, 51, 51, 0.3);
  padding: 2px;
  font-size: 0;
  line-height: 0; }

.center__text {
  text-align: center; }

#panel {
  min-height: 100%;
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box; }

.content-section {
  padding-top: 35px;
  padding-bottom: 35px;
  width: 100%;
  box-sizing: border-box; }
  @media (min-width: 481px) {
    .content-section {
      padding-top: 60px; } }

.rotatedInfo {
  background-color: #24b624;
  display: inline-block;
  padding: 10px 30px 30px;
  margin-right: 20px;
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  color: white;
  text-shadow: 0 2px 3px #333333;
  font-family: 'Asap Medium'; }

.lowRes {
  display: none !important; }
  @media (min-width: 481px) {
    .lowRes {
      display: block !important; } }
  @media (min-width: 1199px) {
    .lowRes {
      display: none !important; } }

.middleRes {
  display: none !important; }
  @media (min-width: 1199px) {
    .middleRes {
      display: block !important; } }
  @media (min-width: 1200px) {
    .middleRes {
      display: none !important; } }

.highRes {
  display: none !important; }
  @media (min-width: 1200px) {
    .highRes {
      display: block !important; } }

.centerMobile {
  text-align: center; }

@media (min-width: 1170px) {
  .mobileVisible {
    display: none; } }

@media (max-width: 1170px) {
  .mobileHidden {
    display: none; } }

#picture--header {
  background-color: #bcbcbc;
  background-image: url("../img/cssimages/header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 250px; }

.box__half {
  width: 100%;
  color: #444444; }
  @media (min-width: 1170px) {
    .box__half {
      width: 50%; } }

.box__40 {
  width: 100%; }
  @media (min-width: 1170px) {
    .box__40 {
      width: 40%; } }

.box__60 {
  width: 100%; }
  @media (min-width: 1170px) {
    .box__60 {
      width: 60%; } }

.box__60__flex {
  width: 100%; }
  @media (min-width: 1170px) {
    .box__60__flex {
      width: 60%; } }
  @media (min-width: 1170px) {
    .box__60__flex {
      width: 795px; } }

.box__30 {
  width: 100%; }
  @media (min-width: 1170px) {
    .box__30 {
      width: 30%; } }

.box__70 {
  width: 100%; }
  @media (min-width: 1170px) {
    .box__70 {
      width: 70%; } }

.box {
  position: relative;
  padding: 32px 32px 32px 32px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 16px; }

@media (min-width: 1170px) {
  .box--height {
    min-height: 450px; } }

.box1 {
  background-color: #ededed; }

.box2 {
  background-color: #e3e3e3; }

.box--title {
  line-height: 30px;
  font-size: 20px;
  display: inline-block;
  min-height: 60px;
  margin-top: -32px;
  margin-left: -32px;
  margin-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: 'Asap Medium';
  vertical-align: top; }
  @media (max-width: 481px) {
    .box--title {
      padding-top: 10px;
      padding-bottom: 10px;
      min-height: initial; } }
  @media (min-width: 481px) {
    .box--title {
      line-height: 60px; } }

.box1--title {
  background-color: #dbdbdb; }

.box2--title {
  background-color: #d5d5d5; }

.box__half img {
  width: 100%; }
  @media (min-width: 481px) {
    .box__half img {
      width: 75%;
      margin: 0px auto; } }
  @media (min-width: 800px) {
    .box__half img {
      width: 50%; } }
  @media (min-width: 1170px) {
    .box__half img {
      width: 100%; } }

.img__box {
  background-color: #333333;
  text-align: center; }

.box--biggerText {
  font-size: 16px; }

@media (min-width: 1170px) {
  .box__container {
    padding: 55px 0px; } }

.box2__container {
  background-color: #f2f2f2; }

.box__inner {
  padding: 0 10px;
  box-sizing: border-box; }

.box__center {
  margin: 0 auto 0; }

.box__middle {
  margin: 0 auto; }

.box__shadow {
  box-shadow: 0 0 10px 3px #666666; }

.box__shadow--black {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5); }

.box__blackShadow {
  box-shadow: 0 0 3px 1px rgba(51, 51, 51, 0.5); }

.box__padding {
  padding: 20px 0; }
  @media (min-width: 481px) {
    .box__padding {
      /*padding: 30px;*/
      box-sizing: border-box; } }

.box__narrow {
  width: 100%; }
  @media (min-width: 1170px) {
    .box__narrow {
      width: 75%; } }

.box__content {
  padding: 0px;
  text-align: center;
  margin: 0px; }
  @media (min-width: 481px) {
    .box__content {
      padding: 0 20px;
      margin: 0 30px; } }

#burgermenu ul {
  list-style-type: none;
  height: 55px;
  line-height: 55px;
  font-family: 'Asap Medium';
  font-size: 1rem;
  padding-left: 0px;
  text-indent: 10px;
  margin: 0px; }

#burgermenu ul a {
  text-decoration: none; }

#burgermenu ul a li {
  color: #bcbcbc; }

.burgermenu--toggle {
  display: none; }
  @media (max-width: 1170px) {
    .burgermenu--toggle {
      display: inline-block;
      width: 30px;
      height: 25px;
      position: relative;
      margin-top: 15px;
      margin-left: 15px;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer; } }

.burgermenu--toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4); }

.burgermenu--toggle span:nth-child(1) {
  top: 0px; }

.burgermenu--toggle span:nth-child(2) {
  top: 10px; }

.burgermenu--toggle span:nth-child(3) {
  top: 20px; }

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background-color: #333333;
  color: white; }

.slideout-panel {
  position: relative;
  z-index: 1; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block !important;
  padding: 15px; }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked, [type="radio"]:not(:checked), [type="radio"]:checked {
  position: absolute;
  left: -99999px; }

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label, [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  line-height: 28px;
  margin-bottom: 5px;
  display: inline-block;
  content: '';
  height: 28px;
  float: left; }

[type="radio"] + label {
  line-height: 28px; }

[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before, [type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(51, 51, 51, 0.3);
  border-radius: 3px 3px 3px 3px; }

[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after, [type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {
  content: 'X';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 28px;
  /*border: 6px solid $primary_color;*/
  box-sizing: content-box;
  border-radius: 3px 3px 3px 3px;
  background-size: 15px;
  background-position: 4px 4px;
  background-color: rgba(51, 51, 51, 0.1);
  background-repeat: no-repeat;
  padding: 0px 8px;
  color: #333333; }

[type="checkbox"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0); }

input.error, textarea.error {
  border-left: 8px solid #ffa5a5;
  background: white;
  background-color: #ffe1e1; }

[type='checkbox'].error + label:before, [type='radio'].error + label:before {
  border: 2px solid #ffa5a5;
  width: 24px;
  height: 24px;
  content: '';
  position: absolute;
  background-color: #ffe1e1; }

.standalone__box {
  box-sizing: border-box;
  background: rgba(224, 223, 223, 0.3);
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
  box-shadow: 0 0 2px 1px rgba(51, 51, 51, 0.3);
  /*padding: 5px;
    border-radius: 6px 6px 6px 6px;*/ }

.standalone__box--title {
  margin: 0px;
  background-color: rgba(51, 51, 51, 0.3);
  height: 40px;
  /*border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow:inset 0 0 3px 1px rgba(51,51,51,0.3);
    box-shadow:inset 0 0 3px 1px rgba(51,51,51,0.3);*/ }

.standalone__box--title h3 {
  text-decoration: none;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
  /*padding-top:4px;*/
  font-size: 20px;
  /*text-shadow: 0 1px 1px $kreaktiva__darker-grey;*/
  color: #404040; }

.standalone__box ul {
  font-size: 0.9rem;
  line-height: 30px;
  list-style-type: none;
  padding: 0px;
  margin: 10px; }

.standalone__box--left {
  margin: 10px 0px 10px 0px; }
  @media (min-width: 1200px) {
    .standalone__box--left {
      margin: 30px 10px 30px 0px; } }

.standalone__box--right {
  margin: 10px 0px 10px 0px; }
  @media (min-width: 1200px) {
    .standalone__box--right {
      margin: 30px 0px 30px 10px; } }

#language__box {
  /*margin-top:20px;*/
  display: inline;
  position: absolute;
  cursor: pointer;
  height: 56px;
  right: 0px;
  top: 0px; }
  @media (max-width: 1210px) {
    #language__box {
      margin-right: 10px; } }
  @media (max-width: 1170px) {
    #language__box {
      height: 25px;
      line-height: 28px; } }

.lang {
  width: 35px;
  height: 35px;
  float: right;
  margin: 0px 2px;
  background-size: 35px;
  cursor: pointer;
  opacity: 0.25; }

.lang:hover {
  opacity: 5; }

.lang__active {
  opacity: 1; }

.flag {
  background-image: url("../img/cssimages/flags.jpg");
  background-repeat: no-repeat;
  background-size: 84px 34px;
  width: 28px;
  height: 17px;
  display: inline-block;
  margin-right: 8px; }

.flag__de {
  background-position: 0px 0px; }

.flag__eo {
  background-position: -28px 0px; }

.flag__en {
  background-position: -56px 0px; }

#language__box:hover .flag__de {
  background-position: 0px -17px; }

#language__box:hover .flag__eo {
  background-position: -28px -17px; }

#language__box:hover .flag__en {
  background-position: -56px -17px; }

#language__box .title {
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px; }

.arrow {
  background-image: url("../img/cssimages/arrow.png");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: center;
  width: 12px;
  height: 17px;
  display: inline-block; }

#language__dropdown {
  background-color: #333333;
  color: white;
  display: none;
  top: 56px;
  position: absolute;
  right: 0px;
  z-index: 10;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  padding: 20px 20px 12px 20px; }
  @media (max-width: 1170px) {
    #language__dropdown {
      top: 25px; } }

#language__dropdown a {
  margin: 10px; }

#language__dropdown .borderbox {
  height: 17px;
  font-size: 17px;
  color: white;
  vertical-align: middle;
  line-height: 17px; }

.logo {
  background-image: url(../img/htmlimages/logos.png);
  background-size: 236px 200px;
  background-repeat: no-repeat;
  width: 236px;
  height: 97px;
  display: block; }

#jonnym {
  background-position: 0px 0px;
  top: -57px;
  position: absolute; }
  @media (max-width: 1170px) {
    #jonnym {
      left: 50%;
      margin-left: -119px;
      top: -80px; } }

#losrockeros {
  background-position: 0px -98px;
  top: -48px;
  position: absolute;
  margin-left: -119px;
  left: 50%; }
  @media (max-width: 1170px) {
    #losrockeros {
      left: 18%;
      height: 84px; } }
  @media (max-width: 380px) {
    #losrockeros {
      display: none; } }

.pictograms {
  background-image: url(../img/cssimages/pictograms.png);
  background-size: 43px 86px;
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  display: block; }

#cd {
  background-position: 0px 0px;
  float: right;
  margin-right: -15px;
  border-radius: 0 5px 5px 0; }

#vk {
  background-position: 0px -43px;
  float: right;
  margin-right: -15px;
  border-radius: 0 5px 5px 0; }

.vinilkosmo--width {
  width: 185px !important; }

.shops_wrapper {
  margin-top: 25px; }

.btn--shop {
  background-image: url(../img/cssimages/shops.png);
  background-size: 317px 43px;
  background-repeat: no-repeat;
  display: block;
  height: 43px;
  display: inline-block;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 5px 5px 5px 5px; }

.shop--margin_left {
  margin-left: 6px; }

.itunes {
  width: 117px;
  background-position: 0px 0px; }

.amazon {
  width: 90px;
  background-position: -117px 0px;
  margin-left: 3px; }

.spotify {
  width: 110px;
  background-position: -207px 0px;
  margin-left: 2px; }

header {
  width: 100%; }

.header__spacer {
  height: 55px;
  width: 100%; }

nav#navigation {
  background-image: url("../img/cssimages/banner--background.jpg");
  background-position: center;
  background-repeat: repeat-x;
  background-size: 2px 56px;
  background-position: 0px 0px;
  height: 56px;
  width: 100%;
  position: relative; }
  @media (max-width: 1170px) {
    nav#navigation {
      height: 25px; } }

nav #navigation--container {
  background-image: url("../img/cssimages/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1200px 56px;
  height: 56px;
  max-width: 1200px;
  color: white;
  margin: 0 auto;
  font-size: 20px;
  line-height: 55px;
  text-align: center;
  padding: 0px 0px;
  text-align: center; }
  @media (max-width: 1170px) {
    nav #navigation--container {
      text-align: left; } }
  @media (max-width: 1170px) {
    nav #navigation--container {
      height: 25px;
      line-height: 25px; } }

nav#navigation ul {
  text-align: center;
  margin: 0px;
  padding: 0px; }
  @media (max-width: 1170px) {
    nav#navigation ul {
      display: none; } }

nav#navigation a {
  display: block; }

nav#navigation a.menue {
  width: 100px;
  display: inline-block;
  text-decoration: none;
  color: white;
  height: 55px;
  box-sizing: border-box;
  margin: 0px;
  text-shadow: 0 2px 3px #333333;
  font-family: 'Asap'; }
  @media (min-width: 481px) {
    nav#navigation a.menue {
      width: 160px;
      margin: 0px 10px; } }

nav#navigation a li {
  list-style-type: none;
  font-size: 19px;
  height: 55px;
  line-height: 55px;
  font-family: 'Asap';
  font-size: 18px; }

nav#navigation a.menueFirst {
  margin: 0px 10px 0px 0px !important; }

nav#navigation a:hover {
  /*border-radius: 6px 6px 6px 6px;*/
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  background-color: rgba(51, 51, 51, 0.3); }

nav#navigation a:active, .active {
  font-family: 'Asap Medium' !important;
  text-decoration: underline; }

@media (min-width: 1170px) {
  .contact--center {
    margin-top: 65px; } }

#section__dataprivacy h2 {
  margin-top: 40px !important; }

.overlay__dark {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  display: none; }

.popup {
  background-color: white;
  margin-top: 100px;
  margin-left: -280px;
  left: 50%;
  width: 560px;
  display: none;
  position: fixed;
  z-index: 12000;
  padding: 40px;
  box-sizing: border-box; }
  @media (max-width: 580px) {
    .popup {
      width: 100%;
      height: 100%;
      left: 0px;
      margin-left: 0px;
      margin-top: 0px;
      padding: 20px; } }

#download-popup__title {
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    #download-popup__title {
      margin-bottom: 10px; } }

#download-popup__cover {
  width: 200px;
  height: 200px;
  float: left;
  margin-right: 20px;
  background-size: 100% 100%; }
  @media (max-width: 480px) {
    #download-popup__cover {
      float: inherit;
      margin: 0 auto; } }

#download-popup__text {
  float: none;
  width: auto; }
  @media (max-width: 480px) {
    #download-popup__text {
      margin-top: 20px;
      font-size: 0.8rem;
      line-height: 0.9rem; } }

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #333333;
  border-radius: 26px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  cursor: pointer; }

.close:hover {
  background-color: #333333;
  color: white; }

.newsletter__option {
  margin-top: 20px; }
  @media (max-width: 480px) {
    .newsletter__option {
      font-size: 0.8rem;
      line-height: 0.9rem; } }

.downloadPopup--button {
  margin-top: 20px; }

input, textarea {
  line-height: 50px;
  font-size: 20px;
  padding: 6px;
  font-family: 'Asap';
  border: 0px;
  padding: 10px;
  color: #333333;
  height: 50px;
  box-sizing: border-box; }

input[type="text"], textarea {
  max-width: 600px;
  width: 100%;
  line-height: 40px; }
  @media (max-width: 1170px) {
    input[type="text"], textarea {
      max-width: 100%; } }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Asap Italic'; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Asap Italic'; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Asap Italic'; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Asap Italic'; }

textarea {
  height: 180px;
  resize: none;
  color: #333333;
  line-height: 28px; }

#messageBox {
  border: 2px solid #333333;
  display: inline-block;
  padding: 10px;
  margin: 20px auto 0px;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.3);
  max-width: 500px;
  display: none; }

.btn--yellow, .btn--grey {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 5px 5px 5px 5px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  text-align: center;
  padding: 0px 15px;
  width: 175px;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  float: left; }

.btn--yellow {
  background-color: #ffd300; }

@media (max-width: 481px) {
  .btn--mobileblock {
    margin: 10px auto !important;
    float: none;
    display: block; } }

.btn--yellow:hover {
  background-color: #ffc600; }

.btn--grey {
  background-color: #333333;
  color: white; }

.btn--grey:hover {
  background-color: #262626; }

.btn--cd {
  width: 200px; }

.btn--contact {
  margin: 20px auto 0px;
  float: inherit;
  display: inline-block; }

.textarea--contact {
  max-width: 500px; }
  @media (max-width: 1170px) {
    .textarea--contact {
      max-width: 100%;
      margin-top: 20px; } }

.btn--order {
  margin-top: 32px;
  width: 300px; }
  @media (max-width: 1170px) {
    .btn--order {
      float: inherit;
      max-width: 300px;
      margin: 20px auto 20px; } }

.btn {
  list-style-type: none;
  font-size: 19px;
  height: 55px;
  line-height: 55px;
  font-family: 'Asap Medium';
  font-size: 1rem;
  cursor: pointer;
  background-color: #3b3b3b;
  color: #bcbcbc;
  padding: 14px 80px;
  display: inline;
  text-shadow: 0 2px 3px #333333;
  text-decoration: none; }

.btn:hover {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  background-color: #333333;
  color: #bcbcbc;
  font-size: 1.1rem; }

footer {
  background-image: url("../img/cssimages/banner.jpg");
  background-position: center;
  background-repeat: repeat-x;
  background-size: 1200px 50px;
  height: 50px;
  color: white;
  margin: 0 auto;
  clear: both;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

footer .container {
  text-align: right; }

footer a {
  color: white;
  line-height: 50px;
  font-size: 13px;
  font-family: 'Asap', serif;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  box-sizing: border-box; }
  @media (min-width: 481px) {
    footer a {
      width: inherit;
      display: inline;
      margin: 0px 0px 0px 35px; } }
  @media (max-width: 481px) {
    footer a {
      width: initial; } }

footer a:hover {
  text-decoration: underline;
  color: white; }

.footer--links {
  display: inline; }
  @media (max-width: 1170px) {
    .footer--links {
      margin-right: 10px; } }

#socialmedia {
  background-color: #e0dfdf;
  width: 100%;
  box-sizing: border-box; }

.socialmedia__list {
  float: right;
  position: absolute;
  padding: 0px;
  margin: 0px;
  bottom: 10px;
  right: 0px; }

.footerSocialmedia {
  height: 56px;
  background-color: #e3e3e3;
  text-align: center;
  padding: 10px;
  box-sizing: border-box; }

.footerSocialmedia .socialmedia__list {
  position: inherit;
  padding: 0px;
  margin: 0px;
  bottom: inherit;
  right: inherit;
  display: inline-block; }

.socialmedia__list li {
  list-style-type: none;
  float: left;
  width: 45px; }

.socialmedia__list li:last-child {
  width: 35px; }

.socialmedia__list li a div {
  background-image: url(../img/cssimages/socialmedia.png);
  background-size: 175px 80px;
  background-repeat: no-repeat;
  width: 35px;
  height: 40px;
  display: block; }

.socialmedia__list li a div div {
  background-image: url(../img/cssimages/socialmedia.png);
  background-size: 175px 80px;
  background-repeat: no-repeat;
  width: 35px;
  height: 40px;
  display: block;
  content: '';
  -webkit-transition: opacity 0.2s;
  /* Safari */
  transition: opacity 0.2s;
  opacity: 1; }

.socialmedia__list li a div:hover div {
  opacity: 0; }

#socialmedia--fb {
  background-position: 0px -40px; }

#socialmedia--fb div {
  background-position: 0px 0px; }

#socialmedia--tw {
  background-position: -35px -40px; }

#socialmedia--tw div {
  background-position: -35px 0px; }

#socialmedia--ds {
  background-position: -70px -40px; }

#socialmedia--ds div {
  background-position: -70px 0px; }

#socialmedia--ig {
  background-position: -105px -40px; }

#socialmedia--ig div {
  background-position: -105px 0px; }

#socialmedia--yt {
  background-position: -140px -40px; }

#socialmedia--yt div {
  background-position: -140px 0px; }

.youtube_play {
  margin: 107px auto;
  width: 80px;
  height: 80px;
  border-radius: 80px 80px 80px 80px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  background: #ff3232;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#ff6464, #ff3232);
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ff6464, #ff3232);
  /* Standard syntax */
  line-height: 80px;
  font-size: 25px;
  position: relative;
  opacity: 1; }

.youtube_play::before {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
  font-size: 0px;
  content: '';
  position: absolute;
  top: 20px;
  left: 32px; }

.thumbnail_activator:hover .youtube_play {
  background: #ff3232; }

.thumbnail--parolu {
  background-image: url("../img/htmlimages/thumbnails/youtube_parolu.png");
  background-size: 520px 293px;
  background-repeat: no-repeat;
  display: inline-block;
  max-width: 520px;
  width: 100%;
  height: 293px;
  opacity: 0.9; }

.thumbnail--ni_estas_fortaj {
  background-image: url("../img/htmlimages/thumbnails/youtube_ni_estas_fortaj.png");
  background-size: 520px 293px;
  background-repeat: no-repeat;
  display: inline-block;
  max-width: 520px;
  width: 100%;
  height: 293px;
  opacity: 0.9; }

.thumbnail--bildet_banden {
  background-image: url("../img/htmlimages/thumbnails/youtube_bildet_banden.png");
  background-size: 520px 293px;
  background-repeat: no-repeat;
  display: inline-block;
  max-width: 520px;
  width: 100%;
  height: 293px;
  opacity: 0.9; }

.thumbnail--dankon {
  background-image: url("../img/htmlimages/thumbnails/youtube_dankon.png");
  background-size: 520px 293px;
  background-repeat: no-repeat;
  display: inline-block;
  max-width: 520px;
  width: 100%;
  height: 293px;
  opacity: 0.9; }

/* Page Variables */
.listing li {
  margin-bottom: 10px; }

.news__image, .shows__image {
  display: none;
  float: right;
  width: 200px;
  height: 104px;
  margin-right: 0px;
  float: right; }
  @media (min-width: 1170px) {
    .news__image, .shows__image {
      display: block; } }

.listing__title {
  display: block;
  padding: 1px 5px;
  overflow: hidden;
  /*border-top: 1px solid $kreaktiva__grey--hover;*/
  border-left: 2px solid rgba(51, 51, 51, 0.3);
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
  /*-webkit-box-shadow: 0 1px 1px 1px $kreaktiva__grey--hover;
    box-shadow: 0 1px 1px 1px $kreaktiva__grey--hover;*/ }

.listing__date {
  margin-left: -10px;
  margin-right: 6px;
  padding: 8px; }

.listing__desc {
  overflow: hidden;
  display: block;
  padding: 0 10px;
  /*border-left: 1px solid $kreaktiva__grey--hover;
    border-bottom: 1px solid $kreaktiva__grey--hover;*/
  margin-left: 8px;
  min-height: 68px;
  line-height: 19px;
  padding-top: 8px;
  background-color: rgba(224, 223, 223, 0.3);
  font-size: 15px;
  /*font-size:0.8rem;*/
  /*border-bottom: 1px solid $kreaktiva__grey--hover;*/ }
  @media (min-width: 481px) {
    .listing__desc {
      /*max-height:68px;*/ } }

.news__title {
  background-color: #f0cb00; }

.news__date {
  background-color: #e0be00; }

.shows__title {
  background-color: #21a921; }

.shows__date {
  background-color: #1f9c1f; }

/* Page Variables */
.shows ul {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 0px;
  margin: 0px; }
  @media (min-width: 481px) {
    .shows ul {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2; } }

.shows ul li {
  list-style-type: none;
  font-size: 16px;
  margin-bottom: 20px; }

.shows ul li span {
  font-family: 'Asap Medium'; }

.shows ul li a.small {
  font-size: 13px; }

.shows ul li a {
  text-decoration: underline; }

#image--biografie {
  background-image: url("../img/htmlimages/biografie.jpg");
  background-size: 1170px 694px;
  width: 100%;
  height: 347px; }
  @media (max-width: 1170px) {
    #image--biografie {
      height: 0px;
      background-size: 100% 200%;
      padding-bottom: 29%; } }

#section__bio .box {
  font-size: 16px; }

#image--kontakt {
  background-image: url("../img/htmlimages/kontakt.jpg");
  background-size: 1170px 694px;
  width: 100%;
  height: 347px; }
  @media (max-width: 1170px) {
    #image--kontakt {
      height: 0px;
      background-size: 100% 200%;
      padding-bottom: 29%; } }

#section__contact .box {
  font-size: 16px; }

#form_contact {
  width: 80%;
  margin: 30px auto; }

.order_table {
  margin-top: 20px; }

.order_small_td {
  width: 175px; }

.order_height_td {
  height: 50px; }

.order__cover {
  width: 300px;
  height: 300px;
  background-size: 600px 300px;
  background-position: -300px 0px; }

.order__textarea {
  height: 120px; }

.order__shipping {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 0px;
  margin: 10px 0px 0px; }

.order__shipping li {
  list-style-type: none;
  font-size: 16px; }

.order__shipping > li:before {
  content: "-";
  text-indent: -5px; }

.order_rightColumn {
  float: right;
  margin-left: 32px; }

/* Music Variables */
#section__music .box__half {
  padding-left: 44px;
  padding-right: 44px; }

#music__text {
  margin-bottom: 35px; }
  @media (max-width: 1170px) {
    #music__text {
      margin-top: 35px;
      margin-left: 15px;
      margin-right: 15px; } }

.album {
  background-size: 480px 240px;
  background-position: 0px 0px;
  width: 240px;
  height: 240px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  display: inline-block; }
  @media (max-width: 1170px) {
    .album {
      width: 200px;
      height: 200px;
      background-size: 400px 200px;
      background-position: -200px 0px; } }
  @media (max-width: 899px) {
    .album {
      background-size: 480px 240px;
      background-position: -240px 0px;
      width: 240px;
      height: 240px; } }
  @media (max-width: 570px) {
    .album {
      width: 150px;
      height: 150px;
      background-size: 300px 150px;
      background-position: -150px 0px; } }

.album_kreaktiva {
  background-image: url("../img/htmlimages/kreaktiva.jpg"); }

.album_in_natura {
  background-image: url("../img/htmlimages/in_natura.jpg"); }

.album_regestilo {
  background-image: url("../img/htmlimages/regestilo.jpg"); }

.album_foresto {
  background-image: url("../img/htmlimages/foresto.jpg"); }

.album_nove_lingwa {
  background-image: url("../img/htmlimages/nove_lingwa.jpg"); }

.album_summerjam {
  background-image: url("../img/htmlimages/summerjam.jpg"); }

.album_hhk2 {
  background-image: url("../img/htmlimages/hhk2.jpg"); }

.album_zfv {
  background-image: url("../img/htmlimages/zeit_fuer_vibes.jpg"); }

.album_kreaktiva:hover,
.album_in_natura:hover,
.album_regestilo:hover,
.album_foresto:hover,
.album_nove_lingwa:hover,
.album_summerjam:hover,
.album_hhk2:hover,
.album_zfv:hover {
  background-position: -240px 0px; }
  @media (max-width: 1170px) {
    .album_kreaktiva:hover,
    .album_in_natura:hover,
    .album_regestilo:hover,
    .album_foresto:hover,
    .album_nove_lingwa:hover,
    .album_summerjam:hover,
    .album_hhk2:hover,
    .album_zfv:hover {
      background-position: -200px 0px; } }
  @media (max-width: 899px) {
    .album_kreaktiva:hover,
    .album_in_natura:hover,
    .album_regestilo:hover,
    .album_foresto:hover,
    .album_nove_lingwa:hover,
    .album_summerjam:hover,
    .album_hhk2:hover,
    .album_zfv:hover {
      background-position: -240px 0px; } }
  @media (max-width: 570px) {
    .album_kreaktiva:hover,
    .album_in_natura:hover,
    .album_regestilo:hover,
    .album_foresto:hover,
    .album_nove_lingwa:hover,
    .album_summerjam:hover,
    .album_hhk2:hover,
    .album_zfv:hover {
      background-position: -150px 0px; } }

.album--down {
  margin-bottom: 18px; }
  @media (max-width: 1170px) {
    .album--down {
      margin-bottom: 0px; } }

.album--right {
  float: right; }
  @media (max-width: 1170px) {
    .album--right {
      float: inherit; } }

.album--big {
  width: 375px;
  height: 375px;
  background-size: 750px 375px;
  background-position: -375px 0px; }
  @media (max-width: 1170px) {
    .album--big {
      width: 200px;
      height: 200px;
      background-size: 400px 200px;
      background-position: -200px 0px;
      margin-left: 10px;
      margin-bottom: 10px; } }

.album_kreaktiva--big {
  background-image: url("../img/htmlimages/kreaktiva.jpg"); }

.album_in_natura--big {
  background-image: url("../img/htmlimages/in_natura.jpg"); }

.album_regestilo--big {
  background-image: url("../img/htmlimages/regestilo.jpg"); }

.album_zfv--big {
  background-image: url("../img/htmlimages/zeit_fuer_vibes.jpg"); }

/*# sourceMappingURL=app.css.map */
