@charset "utf-8";

/* HTML TAGS */

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}


body{
	/*
	background-image:url(../img/bg.jpg?id=12);
	background-position: center center;
	background-attachment:fixed;
	background-size:cover;
	
	background-color: #2b669a;*/
	color: #fff;
	background-color: #b0d7f3;
	text-shadow: 3px 2px 3px #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1{
	text-transform:uppercase;
	font-size:26px
}

a:link,a:active,a:visited {
	text-decoration:none;
	color:#fff;
	outline: none;
	
	/*-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;*/
} 
a:hover {
	text-decoration: underline;
}


/* KLASSEN */

.container { }

.container-wrapper { }

.container-footer-wrapper { }

.cover {
	height: 325px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
	margin-top: 28px;
}

.dvd-cover {
	height: 325px;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
}

.footer-container { }

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.logo{
	margin-top:20px;
	
}

.medfont {
	font-size:10pt;
}

.okvideo{
	min-width:100%;
	min-height:100%;
}

.pixel-border {
	border: 1px solid black;
}

.row { }

.row-wrapper, .row-footer-wrapper {
	margin:0 5px;
}

.shoplink{
	margin: 5px;}

.smallfont {
	font-size:9pt;
	/*padding-bottom: 40px;*/
}

.web-button{
	margin-right:10px;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	color: #000;
	text-shadow:none !important;
}


/* ID's */
#footer {
	background-color:rgba(0, 62, 101, 0.9);
	border-top: 5px solid rgba(255,255,255,0.8);
	padding: 8px 15px 20px 10px;
	color: #fff;
	font-size: 23px;
	font-weight:bold;
	bottom:0;
	left:0;
	width:100%;
	height:50px;
	position:fixed;
	text-transform:uppercase;
}

#footer a:link,a:active,a:visited{
	color: #fff;
	text-decoration:none;
}

#newsletter-popup{
	
}


/* Media Queries */

/* xs = Extra small devices (phones, less than 768px) */
/* sm = Small devices (tablets, 768px and up to 991px) */
/* md = Medium devices (desktops, 992px and up to 1199px) */
/* lg = Large devices (large desktops, 1200px and up) */

@media (max-width:991px) {

}

/* Media Query for XS-Devices */
@media (max-width:767px) {
	body{
		/*background-image:url(../img/bg-mobile.jpg);
		background-position: center center;
		background-attachment:fixed;
		background-size:cover;*/
		/*background-color: #06F;*/
	}
	
	h1 {
		font-size: 20px;
		text-transform: uppercase;
	}

	.cover {
		margin-top: 4px;
	}
	
	#footer {
    	font-size: 16px;
	}
}

/* Media Query for SM and bigger Devices */
@media (min-width:768px) {

}


/* Bootstrap Template
 * @name: /css/main-style.css
 * @version: 2.9
 * @author: Hornung, Jonathan, Sony Music Germany
 * @date created : 2014/10/08
*/