/*
List of breakpoints in px
*/
/*
Copy this file into the folder where your main-scss-file is.
Include this file in your main-scss-file like this:

@import 'breakpoints';
*/
/*
Now you can do e.g.:

body {
	@include brp(b2max) {
		background-color:green;
	}
	@include brp(b4) {
		background:red;
	}
}

...which translates to:

@media all and (max-width: 39.937em) {
	body {
		background-color: green;
	}
}

@media all and (min-width: 60em) {
    body {
      background: red;
  	}
}
*/
#__bs_notify__ {
  font-size: 1em !important;
  color: transparent !important;
  opacity: .75;
  height: 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.5em;
  padding: 0 !important;
  top: .5em !important;
  right: .5em !important;
  background-color: #547f0d !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  overflow: hidden; }
  #__bs_notify__:after {
    content: 'BS';
    position: absolute;
    color: #fff;
    top: .1em;
    left: .25em;
    font-size: .8em; }

body {
  min-width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.text ul {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  list-style: none; }

.text ul li {
  line-height: 30px;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative; }

.text ul > li:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 11px; }

.text ul > li > ul {
  padding-left: 30px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 15px; }

.text ul > li > ul > li:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 11px; }

.nomargin {
  line-height: 10px;
  margin: 0; }

.onlymobile {
  display: none; }

.nomobile {
  display: block; }


/* Buttons
-----------------------------------------------*/
ul.buttonmenu {
	float: left;
	margin: 0;
	padding: 0;
}
ul.buttonmenu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.buttonmenu ul {
	float: left;
	margin: 0;
	padding: 0;
}
ul.buttonmenu ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.buttonmenu li a {
	background: #e0dccd;
	border: 1px solid #cbc5ad;
	color: #888072;
	display: block;
	float: left;
	margin: 0 20px 20px 0;	
	min-width: 135px;
	padding: 2px 12px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}
ul.buttonmenu li a.selected,
ul.buttonmenu li a:hover {
	background: #b80e17;
	border: 1px solid #cbc5ad;
	color: #fff;	
	text-decoration: none;
}
ul.buttonmenu li a.lvl2 {
	background-color: white;	
}
ul.buttonmenu li a.lvl2.selected,
ul.buttonmenu li a.lvl2:hover {
	background: #b80e17;
}


@media (max-width: 767px) {
  .onlymobile {
	  display: block;
	}
  .nomobile {
	  display: none;
	}
	ul.buttonmenu,
	ul.buttonmenu li,
	ul.buttonmenu li a {
		width: 100%;		
	}
	ul.buttonmenu li a {
		margin-bottom: 5px;			
	}	
}



.checkbox-shop li {
  width: 25%; }

.banner-text h2 {
  line-height: 48px;
  text-shadow: 0px 0px 30px black; }

.banner-text p {
  text-shadow: 2px 2px 5px black;
  font-weight: 600;
  font-size: 24.3px; }

.category .overview-block {
  height: 225px;
  max-height: 275px; }

.category .overview-block .img {
  height: 150px;
  min-height: 150px; }

.navbar-nav > li:last-child {
  padding-right: 0; }

.modal-block .btn {
  margin: 0;
  padding: 0 25px;
  font-size: 19px;
  width: auto;
  min-width: inherit; }

.modal-block .btn.blue-btn {
  margin-top: 30px;
  margin-left: 30px; }

.checkbox-shop li {
  padding: 0 10px; }

.product-box .cartview-img {
  width: 18.50%;
  float: left; }

div.blue-btn {
  max-width: 400px; }

div.blue-btn a,
div.blue-btn a:hover {
  color: white;
  text-decoration: none; }

div.yellow-btn a,
div.yellow-btn a:hover {
  color: black;
  text-decoration: none; }

.startgrid .block-content {
  min-height: 200px; }

.students-musicals .btn em,
.musicals-content .btn em {
  width: 15px;
  line-height: 12px;
  margin: 0;
  padding: 0; }

.back-btn {
  width: 170px;
  margin-right: 20px; }

.select-row .btn-group.active .btn {
  background: #ffed00;
  border: 1px solid #ccc; }

.notavailable:after {
  background: #e50051; }

#footer {
  background-image:linear-gradient(#b4b2a6, #dedacf 30px); }

.header .logo {
  font-size: 1.7em; }
  @media all and (min-width: 30em) {
    .header .logo {
      font-size: 2.4em; } }
  @media all and (min-width: 48em) {
    .header .logo {
      font-size: 3.35em;
      width: -webkit-calc(100% - 400px);
      width: calc(100% - 400px);
      padding-top: 45px;
      padding-bottom: 30px; } }
  .header .logo a {
    line-height: .9em;
    text-decoration: none; }

@media all and (max-width: 47.938em) {
  .header .right-basket .itam .number {
    font-size: 1em;
    -webkit-background-size: 2em 2em;
    background-size: 2em; } }

@media all and (max-width: 47.938em) {
  .header .right-basket .itam label {
    font-size: 1em; } }

@media all and (max-width: 47.938em) {
  .header .right-basket .button {
    width: auto;
    padding-left: 1em;
    padding-right: 1em; } }

@media all and (max-width: 47.938em) {
  .header .right-basket .button a {
    font-size: .9em; } }

@media all and (max-width: 47.938em) {
  .banner-text {
    background-color: #ada693; } }

@media all and (max-width: 61.938em) {
  .banner-text h2 {
    font-size: 1.8em;
    margin-bottom: .1em;
    line-height: 1.2em; } }

@media all and (max-width: 47.938em) {
  .banner-text h2 {
    text-shadow: 0.05em 0.05em 0.3em rgba(0, 0, 0, 0.5); } }

@media all and (max-width: 61.938em) {
  .banner-text p {
    font-size: 1.15em;
    line-height: 1.3em;
    margin: .1em 0 1.5em; } }

@media all and (max-width: 47.938em) {
  .banner-text p {
    text-shadow: 0.05em 0.05em 0.2em rgba(0, 0, 0, 0.5); } }

@media all and (max-width: 61.938em) {
  .navbar li.dropdown:hover .dropdown-menu {
    display: none; } }

@media all and (max-width: 61.938em) {
  .nav > li.active > a, .nav > li:hover > a {
    color: #fff; } }

.nav-sub-toggler {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 1px solid rgba(137, 129, 114, 0.35);
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
  padding: .5em .35em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (min-width: 62em) {
    .nav-sub-toggler {
      display: none; } }

@media all and (max-width: 61.938em) {
  .navbar-default .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    /*	box-shadow: .05em .05em .5em rgba($c-darkest, .2) inset;*/
    /*		background-color: lighten($c-fond, 7);
					z-index: 34;*/
    position: relative;
    /*a {
				color: $c-main !important;
				&:hover,
				&:focus {
					background-color: lighten($c-fond, 5) !important;
				}
			}
			li {
				&:hover,
				&:focus {
					background-color: transparent !important;
				}
			}*/ } }

@media all and (max-width: 61.938em) {
  .navbar-collapse .navbar-nav {
    padding-bottom: 1em; } }

.shop .overview-block {
  padding-bottom: 5em; }
  @media all and (max-width: 47.938em) {
    .shop .overview-block {
      height: auto !important; } }
  .shop .overview-block .btn {
    display: block;
    position: absolute;
    bottom: 2.5em;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    left: 40px;
    min-width: 0;
    max-width: none; }

.shop .mehr-infos {
  margin-bottom: 1em; }

.shop .multiselect-selected-text {
  white-space: normal;
  text-align: left;
  line-height: 1.4em;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  max-width: none !important;
  padding: .5em 0 .5em .5em; }

@media all and (max-width: 47.938em) {
  .purchase-options table td {
    width: auto;
    padding-right: .5em; } }

.select-row .btn-group.open .btn .multiselect-selected-text {
  color: #fff; }

.pagination ul li:hover a,
.pagination ul li.active a {
  color: #fff; }

.navbar-default .navbar-toggle {
  border-color: #ada693; }

.select-row .multiselect-container li:hover a {
  color: #fff; }

.btn:focus, .btn.focus {
  color: #fff; }
  .btn:focus:hover, .btn.focus:hover {
    color: #000; }

.submit-button {
  /*	background: $c-secondary;*/
  display: inline-block;
  width: auto;
  line-height: 1.5em;
  padding: .5em 2em;
  /*	border-bottom: 1px solid darken($c-secondary,10);*/
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s; }
  .submit-button:hover, .submit-button:focus, .submit-button.active, .submit-button:active {
    color: #fff !important;
    background-color: #bf0009; }

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  top: -3px; }

.right-subnav ul > li.active > a,
.right-subnav ul > li.active > a:after,
.right-subnav ul > li.active:hover > a,
.right-subnav ul > li.active:hover > a:after {
  color: #fff; }

@media all and (max-width: 47.938em) {
  .product-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .product-description {
    padding-top: 2em; }
  .product-purchase-block .information {
    font-size: .8em; }
    .product-purchase-block .information li {
      line-height: 1.6em; }
    .product-purchase-block .information h3 {
      font-size: 1em; } }


/* error class for shopitem
-----------------------------------------------*/

.container span.error {
    background: #c50008;
    color: #fff;
    padding: 4px 16px;
    line-height: 1.4;
    display: block;
    margin: 16px 0 44px 0;
}
