/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	float:none;
	margin: 0;
	background: #ccc;
	color: #000;
	padding: 0.2em;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */






body {

	background: #B8D5ED url(../img/83b.jpg) no-repeat center center fixed;
	background-size: cover;
}


#navbar {
	min-height: 65px;
	width: 100%;
	position: fixed;

	margin-left: auto;
	margin-right: auto;

	top: 0;

	z-index: 100;

	background-color: #2C89F0;

	/*background-color: #3A539B;*/

	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

#content {

	/* background-color: #ffffff; */
	position: relative;
	width: 100%;
	max-width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;

	margin-top: 65px;

	/* overflow: hidden; */

	background-color: #fff;

	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);

}

.clear{width: 100%; clear: both; height: 0px; line-height:0px;}

.center {

	position: relative;
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;

	display: block;
	min-height: 65px;

	/*background-color: #43a3d4; */
	
}

.logo {

	display: block;
	height: 60px;
	width: 150px;
	background-image: url("../img/logo_hover.png");
	background-repeat: no-repeat;
	float:left;

	opacity: 0;

	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;

}

.logo:hover {

	opacity: 1;

} 

.logos  {

	display: block;
	height: 60px;
	width: 150px;
	margin: 2px 0px 0px 2px;
	background-repeat: no-repeat;
	float:left;
	background-image: url("../img/logo.png");

}

.navmenu {
	position: relative;
	margin: 0;
	float: right;
	max-width: 450px;
	text-align: right;
}

.navmenu li {

	display:inline;

}

.navmenu span, .navme span{

	vertical-align: middle;

}


.mainpic {

	width: 100%;
	max-width: 960px;

	display: block;

	max-height: 450px;

}



.blog {

	position: relative;
	margin-top: 0;

	width: 100%;
	max-width: 960px;
	height: 100%;

	float: left;

	background-color: #ffffff;

	padding-bottom: 10px;

}


.bigfont {
	/*font-family: 'Montserrat', 'sans-serif';
	 font-family: 'Open Sans', 'sans-serif'; 
	font-family: 'Lato', sans-serif; */
	font-family: 'Raleway', 'sans-serif';
	font-size: 18pt; 
	/* color: #96c7d3; */
	color: #00b0ff;
	margin: 0;
}





.rightcolumn {

	margin-top: 0;

	width: 31.25%;
	max-width: 300px;

	float: right;

	display: block;

	height: 100%;

	position: relative;

}


.card_box {

	color: #444;

	margin-bottom: 20px;

	font-family: 'Raleway', 'sans-serif';
	font-size: 18pt; 
	font-weight: 400;

}
.card_header{


	display: block;
	width: 100%;
	/*height: 70px;*/
	/* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
	background-color: #00b0ff; /* maybe differernt color? */


	font-family: 'Raleway', 'sans-serif';
	font-size: 18pt; 
	color: #fff;
	overflow:auto;

}
.card_header p{
	padding: 0;
	margin: 20px 30px;
}
.card_content {

	position: relative;

	background-color: #fff;

	max-width: 960px;
	min-height: 125px;

	overflow: hidden;


}
.card_content p{
	padding: 0;
	margin: 20px 0px;

}


.newreleases {

	padding-bottom: 30px;
	background-color: #fff;


}


#footer {  

	font-family: 'Muli', 'sans-serif';
	font-size: 14pt; 
	color: #fff;
	text-decoration: none;

	height: 100px;
	width: 100%;

	display: block;
	padding-top: 20px;

}


#footer a{
	font-family: 'Raleway', 'sans-serif';
	font-size: 14pt; 
	text-decoration: none;
	color: #fff;

}
.social_media{  
	overflow: auto;
	float: right;
}


.copyright{

	float: left;

	color: #fff;

	font-family: 'Raleway', 'sans-serif';
	font-size: 14pt; 

	margin: 12px;
}

.impress{

	margin: 12px 10px;
	float: right;


}

.facebook {

	height: 48px;
	width: 48px;
	display: block;
	background: url("../img/facebook.png");

	float: right;

	margin: 0 10px 0 10px;
}

.twitter {

	height: 48px;
	width: 48px;
	display: block;
	background: url("../img/twitter.png");

	float: right;

	margin: 0 10px 0 10px;
}

.mail {

	height: 48px;
	width: 48px;
	display: block;
	background: url("../img/mail.png");

	float: right;

	margin: 0 0px 0 10px;
}







.impressum{

	font-family: 'Muli', 'sans-serif';
	font-size: 14pt;

	padding-left: 30px;

	overflow: hidden;

}

















@media screen and (max-width: 650px){.rightcolumn{display:none;} .leftcolumn{width:100%;}}
@media screen and (max-width: 650px){.menubutton:hover div{display:none;}}
@media screen and (max-width: 650px){.navbar{height: 50px;} .navbar{height: 50px;}}

@media screen and (max-width: 650px){.blogpost p{font-size: 24pt;}}











/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after,
	p:first-letter,
	div:first-letter,
	blockquote:first-letter,
	li:first-letter,
	p:first-line,
	div:first-line,
	blockquote:first-line,
	li:first-line {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
		                           http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
