/*! 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 30px;

}


.newreleases {

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


}
.spot_box{
	width: 100%;
	font-size: 0;
}
.spot{
	font-size: 24px;

	display: inline-block;
	text-align: center;
    position: relative;
    /*width: 275px;*/
    background-color: #00b0ff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	
	margin: 1.5%;
	
	width: 30.3%; /* old browsers */
	float: left; /* old browsers */
}




@media only screen and (min-width: 600px) {
	.spot{
		width: 30.3%
	}
}
@media only screen and (max-width: 600px) {
	.spot{
		width: 47%
	}
}





.spot img{


    position: relative;
    display: block; 

    height: 100%;
    width: 100%;

    float: left;

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

    opacity: 1;

}


.spot:hover img{

    opacity: 0.7;

}

.spot p{
	
    font-family: 'Raleway', 'sans-serif';
    font-size: 24pt; 
    color: #fff;
    text-decoration: none;

    position: absolute;

    width: 100%;
    text-align: center;
	margin: 0;
	
	top: 50px;
    opacity: 0;

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

}

.spot:hover p{
	top: 10px;
    opacity: 1;

}

.spot div{


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

    position: absolute;

    bottom: -20px;

    width: 100%;
    text-align: center;

    -webkit-transform: translate3d(0px,10px,0);
    transform: translate3d(0px,10px,0);

    opacity: 0;

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

    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;

}

.spot:hover div{

    bottom: 20px;

    opacity: 1;

}



.blogpost{

    position: relative;

    max-height: 400px;
    height: auto;

    max-width: 900px;
    width: 93.75%;

    text-decoration: none;

    display: block;

    margin-top: 0;
    margin-left: 3.125%;
    margin-right: 3.125%;
    margin-bottom: 20px;

    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);

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

    overflow: hidden;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);

}


/* .spotlight:hover{

    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);

} */

.blogpost_image{

    position: relative;
    width: 200px;
    max-height: 400px;

    /*-webkit box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    -moz box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);*/

}


.blogpost_titel{

    position: absolute;

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

    color: #ffffff;
    margin-top: 7px;
    margin-left: 15px;

    top: 0;
    left: 200px;

}

.blogpost_preview{

    position: absolute;

    font-family: 'Raleway', 'sans-serif';
    font-size: 16pt; 
    color: #444;
    font-weight: 400;
    margin-top: 7px;
    margin-left: 15px;

    right: 15px;

    top: 40px;
    left: 200px;

}


.blogpost_header_back{

    display: block;

    position: absolute;

    top: 0;
    left: 200px;

    width: 700px;
    height: 55px;

    background-color: #00b0ff;

}


.blogpost_date{

    display: block;

    position: absolute;

    background-color: #0277bd;

    top: 10px;
    right: 10px;

    width: 90px;
    height: 35px;

    color: #fff;
    font-family: 'Raleway', 'sans-serif';
    font-size: 16pt; 
    padding-left: 15px;
}


.blogpost_more{

    display: block;

    position: absolute;

    background-color: #00b0ff;

    bottom: 0px;
    left: 200px;

    width: 700px;
    height: 35px;
    
}

.blogpost_more span{

    color: #fff;
    font-family: 'Raleway', 'sans-serif';
    font-size: 16pt; 
    margin-left: 15px;

}







#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;

}


.copyright{

    float: left;

    color: #fff;

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

    margin: 12px 0 0 0;
}

.impress{

    margin: 12px 10px 0 0;
	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;
    }
}
