@charset "utf-8";
/* CSS for dickworz.de
individual changes on bootstrap.css
and more individual design
(c) Michi 2016
*/

/* no screen jumping */
html {
	overflow-y: scroll;
}
/* no double animation on screen refresh */
.wow {
 visibility: hidden;
}

/* BODY MASS INDEX */
body {
	padding-top:50px;
	color: #000;
	background-color: #CCC;
	font-size: 14px;
}

/* HEADER & NAVBAR */
.navbar-brand {
	line-height: 80%;
	padding-top: 10px;
}
#headerTop {
	min-height:140px;
	position:relative; 
	background-image: url(../../pics/lsc.png); 
	background-size:350%; 
	background-position: left bottom; 
	background-repeat:no-repeat; 
	padding: 0; 
	background-color: transparent;
  color: #000;
}
#headerTop h1 {
	position:absolute; 
	bottom:0;
	font-size: 64px;
	line-height: 0.3;
	opacity: 0.3;
}

@media (min-width:361px) {
	#headerTop {
	min-height:160px;
	background-size:300%; 
	background-position: left bottom;	
	}
	#headerTop h1 {
		font-size: 68px;
		line-height: 0.4;
	}
	.bladde {
		padding-bottom:3px;
	}
}
@media (min-width:480px) {
	#headerTop {
	min-height:175px;
	background-size:200%; 
	background-position: left bottom;	
	}
	#headerTop h1 {
		font-size: 72px;
		line-height: 0.75;
	}
	.bladde {
		padding-bottom:2.3px;
	}
}
@media (min-width:768px) {
	#headerTop {
	min-height:200px;
	background-size:150%; 
	background-position: left bottom;	
	}
	#headerTop h1 {
		font-size: 86px;
		line-height: 1;
	}
	.bladde {
		padding-bottom:4px;
	}
}
@media (min-width:992px) {
	#headerTop {
	min-height:210px;
	background-size:contain; 
	background-position: center bottom;	
	}
	#headerTop h1 {
		font-size: 100px;
		line-height: 1;
	}
	.bladde {
		padding-bottom:4px;
	}
}
@media (min-width:1200px) {
	#headerTop {
	min-height:225px;
	background-size:contain; 
	background-position: center bottom;	
	}
	#headerTop h1 {
		font-size: 110px;
		line-height: 1;
	}
	.bladde {
		padding-bottom:4px;
	}
}
.bladde-brand {
	padding-bottom: 2px !important;
}

.footer {
	position: relative;
	padding: 0 ; 
	background-image:url(../../pics/lsc.png);background-repeat:no-repeat;
	background-size:contain; 
	background-position: center bottom;	
	min-height:200px;
	margin-top:-50px;
}
@media (max-width:360px) {
	.footer {
		margin-top:-100px;
	}
}

.icon-bar {
	background-color:#fff;
}

/* hide sidebar sub menus by default */
#sidebar.nav .nav {
	display: none;
    font-size:12px;
}

/* show sub menu when parent is active */
#sidebar.nav>.active>ul {
	display: block;
}

.navbar-bright {
	background-color:#111155;
    color:#fff;
}
  
.navbar-bright a,.navbar-brand a, #headerTop a, #headerTop .lead {
  color:#aaaacc;
}

.navbar-bright li > a:hover, .navbar-header a:hover {
  background-color:#aaaacc;
	color: #111155;
}
.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus,
a.navbar-brand.active, a.navbar-brand.active>a:hover, a.navbar-brand>.active>a:focus  {
	background-color: transparent;
	color:#26CCFF;
}

/* selected main menu links while submenu is open */
.dropdown-toggle:active, .dropdown-toggle:focus, .open .dropdown-toggle, .open .dropdown-toggle:active, .open .dropdown-toggle:focus, .open .dropdown-toggle:hover, .open .dropdown-toggle:link {
	background:#CCC !important; 
	color:#FFF !important;
}

/* selected menu links */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
  background-color: #DDD !important;
  background-image: none;
}

/*  */
.navbar-nav > li .active > a, 
.navbar-nav > li .active > a:hover, 
.navbar-nav > li .active > a:focus, 
.navbar-nav > li .active > a:active {
	color:#FFFF00 !important;
}

.affix-top,.affix{
	position: static;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:228px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:70px;
    width:228px;
  }
}

#sidebar li > a  {
	background-color: transparent;
	text-decoration: none;
	outline: 0;
}
#sidebar li.active {
	background-color: #CCC;
	text-decoration: none;
	outline: 0;
}
#sidebar li > a:hover {
	background-color: #DDD;
}
#sidebar li > a:visited {
	background-color: transparent;
}
#sidebar li > a:active {
	background-color: transparent;
}

.text-bottom {
	position: absolute; 
	width:100%;
	bottom: 0; 
	font-size:85%;
	text-align: center;
}

.img-cover {
	clear:left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 75% !important;
}
@media (min-width:480px){
	.img-cover {
		max-width: 66% !important;
}
}
@media (min-width:600px){
	.img-cover {
		max-width: 50% !important;
}
}
@media (min-width:768px){
	.img-cover {
	float: left;
	margin-right: 15px;
		max-width: 40% !important;
}
}
@media (min-width:1200px){
	.img-cover {
		max-width: 33% !important;
}
}

.img-thumbnail {
	background-color: #DDD;
	border-color: transparent;
}
/* cover design for cd */
.cd-cover {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: rgba(116,116,172,0.10) !important;
	border: 1px solid #ddd;
	border-radius: 3px;
	border-left-width: 15px !important;
	border-left-color: rgba(116,116,172,0.10) !important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.dvd-cover {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 2px;
	line-height: 1.42857143;
	background-color: rgba(65,65,95,0.40) !important;
	border: 1px solid #DDD;
	border-radius: 3px;
	border-left-width: 5px !important;
	border-left-color: rgba(65,65,95,0.40) !important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.img-scaling {
	-webkit-transform: scale(1.6); 
	-moz-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
	transition: all 0.4s ease;
}
img[id*='cover-'], img[id^=' cover-'] {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}

.cover-text-right {
	display: block;
	margin: 10px 0 0 10px;
}
.cover-text-bottom {
	
	display: block;
	margin: 10px 0 0 0;
}

hr {
	border-color:#663300;
}

.produktion, .band {
	margin: 25px 0 20px 0;
	border-top: #DDD 2px solid;
}
.produktion:first-child, .band:first-child {
	border-top-color: transparent;
}

.dw-ul {
	position: fixed;
	background-image: url(../../pics/bg_tab.png) !important;
	background-repeat: repeat !important;
	border-left: 2px solid #DDD;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	z-index: 1000;
}
.dw-sidebar {
	background-image: url(../../pics/bg_tab.png) !important;
	background-repeat: repeat !important;
	padding: 15px;
	margin-top: 20px;
}

/* BESTELLUNG */
input {
	font-size: 16px;
	background-color: #FAF5EF;
	color: #000000;
	border-width: 1px;
	margin-top: -1px;
	padding-bottom: 0;
	line-height: 1.1;
	width: 350px;
}
textarea { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	background-color: #FAF5EF; 
	color: #000841; 
	border-width: 1px; 
	width: 350px;
	height:100px;
}
.form-fehler { color: #FF0000; font-weight: bold; }
.form-hinweis { text-decoration: underline; }

form input.check0, 
form input.check1, 
form input.check2,
form input.check0 {
	background:#0e8568;
	color: #e1d581;
	border-color: white navy navy white;
	padding: 10px;
	width: 300px;
}
form input.check1 {
	background:#e6d466;
	color: #663300;
	border-color: white #780000 #780000 white;
}
form input.check2 {
	background:#af0000;
	color: #e1d581;
	border-color: white #780000 #780000 white ;
}

.FormBlock,
.FormZeile,
.FormArtikelBlock,
.FormArtikelZeile {
	height: auto;
}
.FormZeile,
.FormArtikelZeile { 
	margin: 0 auto;
	width: 430px;
	padding-top: 5px; 
	padding-bottom: 5px; 
}
.FormZeile { 
	clear:both;
}
.FormSpalte0,
.FormSpalte1,
.FormSpalte2 {
	float: left; 
	height: auto;
	font-size: 16px;
}
.FormSpalte0 {
	width:430px; 
	text-align: left; 
}
.FormSpalte1 {
	width:70px; 
	text-align: right; 
	font-size:12px; 
}
.FormSpalte2 { 
	width:350px; 
	margin-left: 5px; 
	text-align: left; 
	color: black;
}

.FormArtikelZeile { 
	border-bottom-style:solid; 
	border-bottom-width:thin; 
	clear:right; 
}

.FormSpalteTit, 
.FormSpalteTyp,
.FormSpalteEPr,
.FormSpalteAnz,
.FormSpalteGPr,
.FormSpalteEur,
.FormSpalteAGB {
	float:right;
	height:auto;
	padding:10px 0 8px 0;
	font-size: 16px;
}
.FormSpalteTit {
	width:200px;
	text-align:  left;
}
.FormSpalteTyp {
	width: 45px; 
	text-align:  left; 
}
.FormSpalteEPr {
	width: 50px; 
	text-align: right; 
}
.FormSpalteAnz {
	width: 38px; 
	text-align: right; 
}
.FormSpalteGPr {
	width: 70px; 
	text-align: right; 
}
.FormSpalteEur {
	width: 11px; 
	text-align:right; 
}
.FormSpalteAGB {
	float: none;
	width:560px; 
	padding-left: 15px; 
	text-align: left; 
	margin-top:5px; 
	margin-bottom:5px; 
}

form input.fixCurE,
form input.fixCurG,
form input.fixCurS,
form input.fixAnz,
form input.varAnz {
	text-align: right; 
	font-size:16px; 
}
form input.fixCurE,
form input.fixCurG,
form input.fixCurS,
form input.fixAnz {
	color:#663300; 
	border: 0; 
	background-color:transparent; 
}
form input.fixCurE { 
	width: 45px; 
}
form input.fixCurG { 
	width: 60px; 
}
form input.fixCurS { 
	width: 70px; 
}
form input.fixAnz { 
	width: 25px; 
}
form input.varAnz { 
	width: 25px; 
}

.vergriffen {color:#F30; font-style:italic;}
.restposten {color:#F63; font-style:italic;}
