/*
CSS main.css
12er-Grid, 1.5% margin
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html, body {
    height: 100%;
    width: 100%;
    /*overflow-x: hidden;*/
    position: relative;
    background: #fff;
    /*background-image: url("../_img/hintergrund_intro.png");*/
    background-repeat: repeat-x;
    font-family: 'Raleway', sans-serif;
}

::selection {
    color: #000;
    background: #3081D4;
}

::-moz-selection {
    color: #000;
    background: #3081D4;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

h1 {
    font-size: 42px;
    line-height: 42px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 23px;
}

p {
    font-size: 17px;
}

.container {
    max-width: 1000px;
    padding-left: 8px;
    padding-right: 8px;
    clear: both;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    margin-bottom: -210px;
}

/************************************/

#navigationWrapper {
    position: fixed;
    z-index: 10000;
    background-color: #fff;
    height: 55px;
    -webkit-box-shadow: 0 14px 26px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 14px 26px -4px rgba(0,0,0,0.2);
    box-shadow: 0 14px 26px -4px rgba(0,0,0,0.2);
}

#navigation {
    text-align: center;
}

    #navigation a div, #navigation div, #navigation a {
        display: inline-block;
        font-family: 'Oswald', Arial, sans-serif;
        vertical-align: top;
        padding-right: 25px;
        padding-left: 25px;
        height: 55px;
        padding-top: 7px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: ease all 0.2s;
        -o-transition: ease all 0.2s;
        -webkit-transition: ease all 0.2s;
        transition: ease all 0.2s;
        border-bottom: none;
    }

    #navigation a, #navigation div {
        border-right: 1px solid black;
        border-left: 1px solid black;
    }

        #navigation a:first-child, #borderLeft {
            border-left: 1px solid black;
        }

    #navigation a {
        color: #000;
    }

        #navigation a:hover {
            border-top: 4px solid #3081D4;
            color: #3081D4;
        }

        #navigation a div:last-child {
            padding-right: 0;
            padding-left: 0;
        }

        #navigation a div {
            border: none;
        }

#logo, #logo:hover {
    border: none !important;
    padding-top: 0 !important;
}

    #logo img {
        width: 165px;
    }


.links {
    cursor: pointer;
}

    .links:first-child {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

#mobileMenu-Button {
    display: none;
    float: right;
    padding-top: 12px;
    padding-right: 12px;
    cursor: pointer;
}

#mobileMenu {
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    background-color: white;
    text-align: center;
}

    #mobileMenu a {
        font-size: 25px;
        color: #000;
        text-decoration: none;
        border-bottom: 1px dotted;
    }

#startSection {
    background-image: url('../_img/startImage.jpg');
    height: 550px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-y: -130px;
    background-position-x: center;
    border-bottom: 10px solid #3081D4;
    background-color: #000;
    position: relative;
}

    #startSection .container {
        padding-top: 55px;
        text-align: center;
    }

.quote {
    color: #fff;
    font-family: 'Lobster', 'Raleway', cursive;
    font-size: 65px;
    opacity: 1;
}

    .quote span {
        font-family: 'Oswald', cursive;
    }

#headerTextBack {
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 4px 0;
    margin-top: 150px;
    display: none;
    position: absolute;
    bottom: 0;
}

#headerText {
    color: #E32026;
}

#Fuss-Startseite {
    width: 25px;
    display: none;
    /*opacity: 0.7;*/
}

#welcome {
    -webkit-box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
    -moz-box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
    box-shadow: -5px 4px 35px 13px rgba( 5,0,0,0.2);
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 50px 30px;
    text-align: center;
}

#introText {
    line-height: 30px;
    letter-spacing: 1px;
}

    #introText a, .angebot a {
        color: #3081D4;
        text-decoration: none;
        border-bottom: 1px dotted #000;
    }

#angebot {
    margin-top: 50px;
    padding: 60px 20px;
    background-color: #3081D4;
    -webkit-box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
    -moz-box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
    box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
}

    #angebot .span5 {
        -webkit-box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
        -moz-box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
        box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
        background-color: #fff;
        padding: 20px 10px;
    }

    #angebot h2, #praxis h2, #kontakt h2 {
        text-align: center;
        color: #fff;
        margin-bottom: 70px;
        font-family: 'Oswald';
    }

    #angebot h3 {
        text-align: center;
        margin-bottom: 10px;
    }

    #angebot img {
        display: block;
        margin: 0 auto;
    }

#praxis {
    margin-top: 50px;
    padding: 60px 20px;
    background-color: #fff;
    -webkit-box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
    -moz-box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
    box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
}

    #praxis h2 {
        color: #000;
    }

#slider {
    width: 80%;
    margin: 0 auto;
}

#kontakt {
    margin-top: 50px;
    padding: 60px 20px;
    background-color: #3081D4;
    -webkit-box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
    -moz-box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
    box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
    text-align: center;
    COLOR: #fff
}

    #kontakt a {
        color: #fff;
        text-decoration: none;
        border-bottom: 1px dotted #fff;
    }

#bluebottom {
    background-color: #3081D4;
    height: 50px;
    background-image: url('../_img/pfeil_up.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 53px;
    color: #ffffff;
    padding: 15px 10px;
}

#footer a {    
    border-bottom: 1px dotted #fff;
    color: #ffffff;
}

#footer {
    background-color: #3081D4;
    margin-top: 60px;
    color: #ffffff;
    text-align: center;
    padding: 18px 10px;
    height: 150px;
}

#page {
    -webkit-box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
    -moz-box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
    box-shadow: -5px 4px 35px 13px rgba(5,0,0,0.2);
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 50px 30px;
    line-height: 30px;
    letter-spacing: 1px;
}

.angebot h3 {
    text-align: left !important;
    font-size: 30px;
}

.angebot ul {
    margin-left: 16px;
    margin-bottom: 30px;
    font-size: 17px;
}

ul ul {
    margin-left: 16px;
}

#page h1 {
    text-align: center;
    margin-bottom: 50px,;
}

#page h3 {
    text-align: center;
    margin-bottom: 20px;
}

.mobile-breaker {
    display: none;
}

.portrait{
    width: 80%;
    max-width: 500px;
}

.portrait_side {
    width: 100%;
    max-width: 200px;
}

.gallery-grid div.grid-item { 
    width: 200px; 
    margin-bottom: 25px;
}

.grid-item a {
    display: block;
}

/*********************************************************************************************************************/
/* MEDIA QUERIES */
/*********************************************************************************************************************/

@media screen and (max-width: 1050px) {
    .links {
        font-size: 13px;
    }
    
    #rightUebermich{
        width: 100%;
    }

    #logo img {
        width: 150px;
    }

    #navigation a {
        padding-left: 16px;
        padding-right: 16px;
    }

    #headerText {
        font-size: 30px;
    }

    .uebermich .span4 {
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
    }

    .uebermich .span9 {
        width: 100%;
    }
}

@media screen and (max-width: 816px) {
    #navigation .links {
        display: none;
    }

    #logobox a, #logobox {
        display: none;
        border: none !important;
    }

    #mobileMenu-Button {
        display: inline-block;
    }

    .quote {
        font-size: 46px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 796px) {
    #headerText img {
        display: none !important;
    }

    .mobile-breaker {
        display: block;
    }

    .angebot h3 {
        font-size: 22px;
    }

    .angebot h3, .angebot li {
        hyphens: auto;
    }
}

@media screen and (max-width: 526px) {
    .gallery-grid {
        max-width: 200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 380px) {
    #headerText {
        font-size: 24px;
    }
}

/*********************************************************************************************************************/
/* Accordion */
/*********************************************************************************************************************/

.accordion, .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    margin-top: 10px;
    overflow: hidden;
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.7);
    box-shadow: 0 3px 10px rgba(0,0,0,0.7);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f7;
}

.accordion-section-title {
    width: 100%;
    font-size: 17px;
    padding: 15px;
    display: inline-block;
    border-bottom: 1px solid #1a1a1a;
    background: #3081D4;
    -moz-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
    text-shadow: 0 1px 0 #1a1a1a;
    color: #000 !important;
    border-bottom: none !important;
    background-image: url("../_img/pfeil_down.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50px;
}

    .accordion-section-title.active {
        background-image: url("../_img/pfeil_up.png");
    }

.accordion-section {
    margin: 10px 0;
}

.accordion-section-title.active, .accordion-section-title:hover {
    background-color: #4c4c4c;
    text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

.accordion-section-content {
    padding: 15px;
    display: none;
}