@charset "utf-8";

/* HTML TAGS */

body{
	/*
	background-image:url(../img/bg.jpg?id=12);
	background-position: center center;
	background-attachment:fixed;
	background-size:cover;
	*/

	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Hammersmith One', sans-serif;
	font-family: 'Exo 2', sans-serif;
	font-family: 'Carrois Gothic SC', sans-serif;
	font-family: 'Tauri', sans-serif;
	font-weight:bold;
	letter-spacing: -1px;
	background-color:#fff;
	color:#fff;
}

a:link,a:active,a:visited {
	text-decoration:none; color:#444; 
} 
a:hover {
	text-decoration: underline;
	opacity: 0.7;
}

aside {
	font-size:13pt;	
}

footer {
	color:#3db5e9;
}

/* KLASSEN */

.abstand_itunes {
	height:30px;	
}

.abstand_amazon {
	height:26px;	
}

.bg {
	background-color:#3db5e9;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.8);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.8);
}

.bluebox {
	background-color:#3db5e9;
	padding:0px;
}

.container { }

.container-wrapper { }

.container-footer-wrapper { }

.cover {
	border:1px solid black;	
}

.fb-like {
	display:inline;	
}

.footer-container { }

.icon {
	margin: 5px 5px;
 	width: auto;
}
.icon:hover  {
	opacity:0.6;
}

.np {
	color:white;
	font-size:30pt;	
	line-height:40pt;
	font-weight:bold;
}

.np-logo {
	margin-top:33px;
	margin-bottom:15px;
	
	-moz-transform: scale(1) rotate(-2deg);
	-webkit-transform: scale(1) rotate(-2deg);
	-o-transform: scale(1) rotate(-2deg);
	-ms-transform: scale(1) rotate(-2deg);
	transform: scale(1) rotate(-2deg);
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.np-logo:hover {
	
	-moz-transform: scale(1) rotate(2deg);
	-webkit-transform: scale(1) rotate(2deg);
	-o-transform: scale(1) rotate(2deg);
	-ms-transform: scale(1) rotate(2deg);
	transform: scale(1) rotate(2deg);
}

.medfont {
	font-size:10pt;
}

.mood {
	background-image:url(../img/mood.jpg?id=12);
	background-position: center center;
	background-size:cover;
}

.row-padding-10 {
	margin:0px;
	padding:10px;
}

.col {
	margin:0px;
	padding:0px;	
}

.row {
}

.row-padding-left {
	margin:0px;
	padding:0 0 0 20px;	
}

.row-special {
	margin:0 0 0 20px;
	padding:0 20 0 20px;	
}


.row-wrapper {
	margin:0 10px;
}

.row-footer-wrapper { }

.shop-icon {
	margin:10px 0;	
}

.side-link {
	font-size:17pt;
	font-weight:bold;
}

.smallfont {
	font-size:9pt;
}

.title {
	font-size:25pt;	
	line-height:35pt;
}

.white-inner {
	background-color:#fff;	
	color:#3db5e9;
}


/* ID's */



/* Media Queries */

/* xs = Extra small devices (phones, less than 768px) */
/* sm = Small devices (tablets, 768px and up) */
/* md = Medium devices (desktops, 992px and up) */
/* lg = Large devices (large desktops, 1200px and up) */

/* Media Query for XS-Devices */
@media (max-width:767px) {
	.title {
		font-size:20pt;	
		line-height:30pt;
	}
	
	.np {
		font-size:22pt;	
		line-height:32pt;
	}
	
	.row-padding-left {
		padding:0;	
	}
	
	.row-special {
		margin:0;
		padding:0;	
	}
}

/* Media Query for SM and bigger Devices */
@media (min-width:768px) {
	.row-padding-left {
		margin:0px;
		padding:0 0 0 20px;	
	}
	
	.row-special {
		margin:0 0 0 20px;
		padding:0 20 0 20px;	
	}
}


/* Bootstrap Template
 * @name: /css/main-style.css
 * @version: 1.6.1
 * @author: Hornung, Jonathan, Sony Music Germany
 * @date created : 2013/01/10
*/