/*
Theme Name: meissnerIT
Author: Jens Neumann <j.neumann@guterjung.de>
Author URI: http://guterjung.com
Version: 1.0.1
Text Domain: meissnerIT
*/

/* Orbitron */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6BoWg1fDAlp7lk.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Source+Sans+Pro - latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lujVj9_mf.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Source+Sans+Pro - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Open+Sans - latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQbjB_mQ.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Open+Sans - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQbjA.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Scaffolding */

*, *:before, *:after {
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html,
body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    /*line-height: 1.4285;*/
    color: #384140;
    background-color: #fff;
    height: 100%;
}


input,
button,
select,
textarea,
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

h1, h2, h3, h4, h5, h6,
ul, ol,
p,
fieldset {
    margin: 0;
    padding: 0;
}

fieldset {
    border: none;
}

ul, ol {
    list-style-type: none;
}


dt {
    font-weight: 700;
}
dd, dt {
    line-height: 1.42857143;
}

dl {
    margin: 0;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

/* Scaffolding end */

.clickable {
    cursor: pointer;
}

.parallax-window {
    min-height: 280px;
    background-color: transparent;
    background-position: 50% 50% !important;
}

.arrow {
    font-size: 1.1rem;
    top: 1px;
    position: relative;
    padding-right: 0.5rem;
    font-family: Orbitron, sans-serif;
}

.pageWrapper {
    min-height: 100%;
    max-width: 80rem; /* 1280px or 100% */
    font-size: .875rem;
    margin: 0 auto;
    background-color: transparent;
}
/* We tell all items to be 100% width */
.header, .main, .nav, .aside, .footer {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
}

.siteHeader {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    z-index: 3;
    background-color: white;
}

.siteHeader__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.siteHeader__logo .icon {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    fill: #999;
}

.siteHeader__logo .logo__main {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0.25rem 0 0 0;
    font-family: 'Orbitron', sans-serif;
}

.siteHeader__logo .logo__claim {
    color: #999;
    font-size: 0.625rem;
    font-family: 'Open Sans', sans-serif;
}

.siteHeader__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0.5rem;
    background-color: white;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.is-menuVisible .siteHeader__navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.is-menuVisible .siteHeader__navigation ul {
    position: absolute;
    background-color: white;
    width: 100%;
}

.siteHeader__navigation {
    display: none;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    z-index: 2;
    background-color: white;
}

.siteHeader__navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

.siteHeader__navigation ul li {
    border-bottom: 1px solid grey;
}

.siteHeader__navigation a {
    padding: 1.25rem 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #212a29;
}

.current-menu-item a {
    color: #45b0e6;
}

.siteHeader__navigationToggle {
    width: 30px;
    height: 5px;
    background-color: #111;
    border-radius: 5px;
    position: relative;
}

.siteHeader__navigationToggle:after, .siteHeader__navigationToggle:before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #111;
    position: absolute;
    border-radius: 5px;
}

.siteHeader__navigationToggle:after {
    top: 10px;
}

.siteHeader__navigationToggle:before {
    top: 20px;
}

.burgerMenu {
    height: 32px;
    width: 32px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMzJweCIgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNCwxMGgyNGMxLjEwNCwwLDItMC44OTYsMi0ycy0wLjg5Ni0yLTItMkg0QzIuODk2LDYsMiw2Ljg5NiwyLDhTMi44OTYsMTAsNCwxMHogTTI4LDE0SDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDIgIHMwLjg5NiwyLDIsMmgyNGMxLjEwNCwwLDItMC44OTYsMi0yUzI5LjEwNCwxNCwyOCwxNHogTTI4LDIySDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDJzMC44OTYsMiwyLDJoMjRjMS4xMDQsMCwyLTAuODk2LDItMiAgUzI5LjEwNCwyMiwyOCwyMnoiLz48L3N2Zz4=");
}

.siteContent {
    padding: 15px;
    background-color: white;
    line-height: 1.6;
}

.entry-content {
    max-width: 35rem;
    margin: 2.5rem auto;
}

.siteContent h1 {
    text-align: center;
    font-size: 1.7rem;
}

.siteContent__home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0;
}

.siteContent__home a {
    color: #45b0e6;
}

.siteContent__home p {
    margin: 2rem auto;
}

.siteContent__home div {
    text-align: center;
    margin-bottom: 1rem;
    max-width: 24rem;
}

.siteContent__home img {
    width: 50%;
}

.siteFooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #212a29;
    color: #fff;
    font-size: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.siteFooter__copyright {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
    border-bottom: 1px solid grey;
    padding: 1rem;
}

.siteFooter__contact {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid grey;
    padding: 1rem;
    display: none;
}

.siteFooter__contact_tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.siteFooter__contact_tel h1 {
    font-size: 1.2rem;
}

.siteFooter__contact_mail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.siteFooter__links {
    text-align: center;
    padding: 1rem;
    display: none;
}

.dl-horizontal dd {
    margin-left: 80px;
}
.dl-horizontal dt {
    float: left;
    width: 60px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
.siteHeader__navigation a:hover, .siteHeader__navigation a:focus {
    background: #ccc;
    color: black;
}
*/

@media only screen and (min-width: 48em) {

    .parallax-window {
        min-height: 380px;
    }

    .siteHeader {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 15px;
    }

    .siteHeader__logo {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .siteHeader__logo .icon {
        width: 25px;
        height: 25px;
    }

    .siteHeader__menu {
        display: none;
    }

    .siteHeader__navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

   .is-menuVisible .siteHeader__navigation ul {
        position: relative;
        background-color: white;
        width: auto;
    }

    .siteHeader__navigation a {
        font-size: 0.75rem;
        padding: 1.25rem 1rem;
        text-transform: uppercase;
    }

    .siteHeader__navigation ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .siteHeader__navigation ul li {
        text-align: left;
        border-bottom: 0;
    }

    .siteContent h1 {
        max-width: 30rem;
        margin: auto;
        text-align: center;
        font-size: 1.7rem;
    }

    .siteContent__home {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .siteFooter {
        text-align: left;
        padding: 2.5rem 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .siteFooter__copyright {
        -webkit-box-flex: 1;
        -webkit-flex: 1 33%;
        -ms-flex: 1 33%;
        flex: 1 33%;
        border-right: 1px solid grey;
        max-width: 23rem;
        padding: 0;
        border-bottom: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .siteFooter__contact {
        border-right: 1px solid grey;
        max-width: 23rem;
        padding: 0;
        border-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .siteFooter__contact_tel {
        display: none;
    }

    .siteFooter__contact_mail {
        display: none;
    }

    .siteFooter__links {
        -webkit-box-flex: 1;
        -webkit-flex: 1 33%;
        -ms-flex: 1 33%;
        flex: 1 33%;
        max-width: 23rem;
        padding: 0;
        display: block;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}
