/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.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,
button,
input,
select,
textarea {
    color: #222;
}

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

@font-face {
    font-family:'PT Sans';
    src: url(fonts/PT_Sans-Web-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family:'PT Sans';
    src: url(fonts/PT_Sans-Web-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family:'PT Sans';
    src: url(fonts/PT_Sans-Web-Italic.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family:'PT Sans';
    src: url(fonts/PT_Sans-Web-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

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

body {font-family: 'PT Sans', sans-serif; font-size: 1em; color: #666;}

.col {max-width:960px;padding:0 10px 0 10px; margin:0 auto;}
#content .col, footer .col {max-width: 780px;}

#top {background: #257483; color: #fff; font-size: 0.75em; text-align:center; padding: 5px 0; }
#top ul {margin:0; padding:0; list-style: none;}
#top a {color: #fff; text-decoration: none;}


#top .address {background: url(../img/icons.png) 0 -24px no-repeat; padding: 0 30px 3px 25px;}
#top .phone {background: url(../img/icons.png) 0 2px no-repeat; padding: 0 30px 1px 25px;}
#top .email {background: url(../img/icons.png) 0 -50px no-repeat; padding: 0 0 1px 25px;}

.claim {background: url(../img/querlinien_pattern.png), url(../img/lichtfasern.jpg); background-position: 0 0, top center; background-repeat: repeat, no-repeat; background-size: auto, cover; background-color:#000; }
.lt-ie9 .claim, .lt-ie8 .claim, .lt-ie7 .claim {background: #000 url(../img/lichtfasern.jpg) top center no-repeat;}
.claim .col {color: #fff; font-size: 1.5em; text-align:center; line-height: 1.2; padding: 50px 10px;}

header {position: fixed; width: 100%; background: #fff; border-bottom: solid 1px #666; z-index: 1002;}
header h1 {float: left; width: 80px; overflow:hidden; margin: 0; padding: 0;}
header h1 img {width: 265px; max-width: none;}
header nav {float: right; width: auto;}

header nav ul { border-left: solid 1px #666; padding:0; margin: 0;}
header nav li {display: inline-block; border-right: solid 1px #666;}
header nav li a {color: #666; font-size: 0.875em; display:block; width: 60px; text-align:center; text-decoration: none; padding: 35px 0 10px 0; background: url(../img/icons.png) 25px -203px no-repeat;}
header nav li a:hover, nav li.active a {color: #db6c0f; background-position: -35px -203px;}
nav li a.ueberuns {background-position: 25px -70px;}
nav li a.kontakt {background-position: 18px -138px;}
nav li a.ueberuns:hover {background-position: -35px -70px;}
nav li a.kontakt:hover {background-position: -52px -138px;}

#content {padding-bottom: 5em; padding-top:126px;}
section .multicol article { margin:0 30px 2em  0;}
.blau {background: url(../img/icons.png) center 101% no-repeat; padding-bottom: 22px; margin-bottom: 2em; }
.blau span { background: #2C8695 ; display:block; text-align:center;height:110px; padding: 20px 0;  width: 100%; line-height:110px; }

#kontakt article {font-size: 1.375em;}
#map {width:100%; height: 500px;}

footer {min-height: 80px; background: #257483; color: #fff; padding-top: 2em; margin-top: 2em;}
footer nav ul {margin: 0; padding:0; text-align: right;}
footer nav li {display:inline-block; margin-left:20px;}
footer nav li a {color: #fff; text-decoration: none;}
footer nav li a:hover, footer nav li.active a {color: #db6c0f;}

h2 {font-size: 1.125em; text-transform: uppercase; margin: 3em 0 0 0; padding: 0; font-weight: normal;}
h3, .h3 {font-size: 1.55em; color: #257483; margin: 0 0 0.875em 0; padding:0; line-height: 1.2;}
p {margin: 0 0 1em 0; padding:0;}
img {max-width: 100%; height: auto;}
hr {width: 100%; color: #c4ced3; background-color: #c4ced3; height:5px; border: none; display:block; margin: 0 0 2.5em 0;}
a {text-decoration:none; color:#db6c0f;}
p a:hover {text-decoration:underline;}

#impressum h2 {margin-top:1.5em;}







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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, 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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

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

@media only screen and (min-width: 890px) {
   section .multicol article {width:240px; float:left;margin-bottom:0;}
	section .multicol article.last {margin:0;}
   	.col {padding-left:80px;}
	.claim .col {padding: 230px 0;}
}
@media only screen and (min-width: 735px) {
	header h1 {width: auto; } 
	h2 {font-size: 1.375em;}
	h3, .h3 {font-size: 2.25em;}
	#top .col {text-align:right;}
	#top ul { display: inline-block;}
	#top ul li {float:left; }  
	#content {padding-top:95px;}
	footer {min-height: 280px;}  
} 
@media only screen and (min-width: 510px) {
	header nav li a {width:90px;}
	header nav li a {background: url(../img/icons.png) 40px -203px no-repeat;}
	header nav li a:hover, nav li.active a {background-position: -20px -203px;}
	nav li a.ueberuns {background-position: 40px -70px;}
	nav li a.kontakt {background-position: 33px -138px;}
	nav li a.ueberuns:hover {background-position: -20px -70px;}
	nav li a.kontakt:hover {background-position: -37px -138px;}
	#impressum h2, #error h2 {margin-top:1em;} 
	.claim .col {font-size: 3em;}
	
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

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

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

