/*! HTML5 Boilerplate v6.0.1 | 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
   ========================================================================== */
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/352525");

  
@font-face {font-family: 'PlutoExtraLight';src: url('webfonts/352525_0_0.eot');src: url('webfonts/352525_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/352525_0_0.woff2') format('woff2'),url('webfonts/352525_0_0.woff') format('woff'),url('webfonts/352525_0_0.ttf') format('truetype'),url('webfonts/352525_0_0.svg#wf') format('svg');}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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 {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

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

img {width:100%;height:auto;}
body {font-family: 'Open Sans', sans-serif;/* Hack for fonts always bigger in FF) */
-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;}
.container960 {max-width:960px;margin:0 auto;width:100%;position:relative;}
.fullscreen {position:relative;height:100vH;}
#home {background:url(../img/homeBG.gif) no-repeat center center;background-size:cover;}
.menuHolder {width:50px;position:relative;margin:0 auto 0 auto;padding-top:5%;color:#ad9735;}
.menuHolder span.menuOpener {font-size:50px;}
.homeLogo {width:98%;max-width:208px;margin:0 auto;padding-top:5%;}
.homeLogoBottom {width:98%;max-width:295px;margin:0 auto;padding-top:5%;}
.leftMenuHolder span.menuOpener {font-size:50px;}
.leftMenuHolder{width:50px;position:relative;margin:30px 0 0 60px;color:#ad9735;}
.leftLogoBottom {margin:20px 0px 0px 10px;width:100%;max-width:150px;}
/* ----------------- NAVI --------------------- */
 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 2003; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(255,255,255); /* Black fallback color */
    background-color: rgba(255,255,255, 1); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 10%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: left; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
	text-transform:uppercase;
	font-family: 'PlutoExtraLight';
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
color:#ad9735;;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position:absolute;top:0;right:0;font-size:20px;text-transform:uppercase;color:white;text-align:right;padding:15px 30px;background:#ad9735;;text-align:right;
}
.overlay .closebtn .fa-times {font-size:27px;}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
.tl-timeline {font-family: 'Brother-1816-Regular'!important;}
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.naviLogoHolder {display:block;float:left;max-width:430px;width:50%;text-align:right;}
.naviLogoHolder img {padding-left:0px;}
.naviPointsHolder {display:block;float:left;border-left:0px solid #88c7d5;padding-left:0px;}
.naviPointsHolder ul {list-style-type:none;padding:15px 0px 0px 60px;margin:0;}
.naviPointsHolder ul li a {color:black;font-size:30px;}
.naviPointsHolder ul li a:hover {color:#ad9735;}
#mainNavHolderLeft {width:208px;height:100vH;position:absolute;left:0;top:0;bottom:0;background-image:url(../img/leftBG.png);background-repeat:no-repeat;background-size:cover;z-index:10;}
#mainNavHolderLeft.fixedMenu {position:fixed;}
.mainHolder {position:relative;height:auto;}
.abstand60 {position:relative;width:100%;height:60px;}
h2 {font-weight:normal;color:#ad9735;font-size:36px;text-transform:uppercase;font-family: 'PlutoExtraLight';}
.eingerueckt {padding-left:70px;}
p {font-size:12px;color:#575757;line-height:20px;}
h4.mapHL {color:white;font-size:14px;padding:0;margin:5px;}
.parallax {position:relative;background-size:cover;background-attachment:fixed;width:100%;height:700px;background-position:center center;background-repeat:no-repeat;}
.architekturpara {background-image:url(../img/architektur-para.jpg);background-position:bottom center;}
.kontaktPara {background-image:url(../img/kontaktpara.jpg);}
.impressumPara {background-image:url(../img/impressumpara.jpg);}
.twoCol {float:left;}
.lastCol {float:right;}
.col50 {width:49%;}
.col33 {width:33%;}
table {font-size:12px;color:#575757;line-height:17px;border-collapse: collapse; }
table tr {border-bottom:1px solid #ad9735;}
.gm-style img {width:auto;}
.mobileLogo {display:none;}
@media screen and (max-width: 1200px) {
   #mainNavHolderLeft {width:208px;position:absolute;left:0;top:0;bottom:0;background:rgba(255, 255, 255, 0.9);;z-index:2001;width:100%;height:80px;}
   .leftMenuHolder {width: 50px;
position: absolute;top:0;left:0;
margin: 5px 0 0 10px;
color: #ad9735;float:none;}
.leftLogoBottom {display:none;float:left;}
.mobileLogo {display:block;max-width:80px;width:20%;margin:20px auto 0px auto;}
.container960 {max-width:960px;margin:0 auto;width:95%;position:relative;}
.parallax {background-attachment:scroll;}
.twoCol {float:none!important;width:96%;margin:0 auto;}
.naviLogoHolder {display:none;float:left;max-width:430px;width:50%;text-align:right;}
.naviLogoHolder img {padding-left:0px;}
.naviPointsHolder {display:block;float:none;border-left:0px solid #88c7d5;padding-left:0px;}
.naviPointsHolder ul {list-style-type:none;padding:15px 0px 0px 60px;margin:0;}
.naviPointsHolder ul li a {color:black;font-size:25px;}

}
@media screen and (max-width: 768px) {
   .eingerueckt {padding-left:0;}
.container960 {max-width:960px;margin:0 auto;width:80%;position:relative;}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
 #gMap {width:100%;height:600px;}
.slick-prev {
    left: 25px;
}
.slick-prev, .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 20px;
    z-index: 2000;
}
.slick-next {
    right: 25px;
}
.slick-prev::before, .slick-next::before {color:#fff;}
.slick-slide {margin-left:10px;}
/*
 * 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);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    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;
    -webkit-clip-path: none;
    clip-path: none;
    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 {
        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;
    }
}
