/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #fff;
}

body {
    font-size: 1em;
    font-family:'HelveticaNeueW01-Thin', sans-serif !important;
    line-height: 1.4;
    background: black url('../img/gradient.png') center -100px no-repeat;
}

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

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

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

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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

b {
    font-weight:normal;
    font-family:'HelveticaNeueW02-55Roma', sans-serif !important;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

.wrapper {
    position: relative;
    background-color: white;
    width: 90%;
    margin: 0 5%;
}

.bigstroke {
    position: absolute;
    bottom: 0;
    background-color: black;
    width: 74%;
    height: 18px;
    margin: 0 13%;    
}

.logo{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 29px 0;
    border-bottom: 1px solid #e5e5e5;
}

/* ==============
    MOBILE: Main
   ============== */

.main-container {
    position: relative;
    margin-top: 20px;
    width: 100%;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

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

.kreise {
    margin: 40px auto 40px auto;  
    width: 100%;
    text-align: center;
}

.kreis { 
    position:relative;
    display:block;
    height: 75px;
    width: 75px;
    border-radius: 36px;
    background: black;
    margin: 15px auto;    
    text-align: center;
    cursor:pointer;
    overflow:hidden;
    
    transition: width 0.5s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.kreis.open{
    width: 246px;
}

.kreis .text{
    position:absolute;
    transition: all 0.5s;
    color: white;
    opacity: 0;
    width: 156px;
    left: 156px;
    text-transform:left;
    font-size: 0.75em;
    text-align:left;
    line-height: 1.5;
    padding: 12px 0;
    display:block;
    
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.kreis.open .text{
    opacity: 1;
    left: 76px;
}

.icons {
    display:block;
    float:left;
    width: 23px;
    height: 23px;
    margin-left: 27px;
    margin-top: 27px;
    background: black url('../img/icons.png') 0px 0px no-repeat;
}

.icons.home { background-position:-93px 0px }
.icons.phone { background-position:-187px 0px }
.icons.mail { background-position:0px 0px }

a { text-decoration:none; }

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
    .kreise {
        margin: 50px auto 50px auto;  
    }
    .kreis { 
        display:inline-block;
        margin: 0 7px;
    }    
}

@media only screen and (min-width: 768px) {

/* ============
    WIDE: Main
   ============ */
    .main-container {
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -327px;
    }   
    .kreise {
        margin: 110px auto 0px auto;  
    }    
    .logo{
        width: 50%;
        padding: 126px 0 29px 0;
    }
    .wrapper {
        width: 812px; /* 1140px - 10% for margins */
        height: 654px;
        margin: 0 auto;
    }
    
    
}

@media only screen and (min-width: 1140px) {

}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@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;
    }
}