/*
 * Daniel Deusing <daniel.deusing@ibdeusing.de>
 * January 16, 2014
 * style.css
 * build upon the base of html5up.net
 */

*, *:before, *:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box
}

body {
    font-size: 13.5pt;
    font-family: sans-serif;
    background-color: #e3e9dc;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #878e83;
    letter-spacing: -1px;
}

h1, h2, h3, h4 {
    color: #1F497D;
    font-weight: normal;
}

h1 {
    text-align: center;
    text-transform: lowercase;
    font-size: 2.4em;
}

h2 {
    font-size: 1.6em;
    letter-spacing: -1px;
    margin-bottom: 1em;
}

h3, h4 {
    color: #1F497D;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 0.8em;
}

h4 {
    font-size: 1em;
}

p, ul {
    margin-top: 0.625em;
    margin-bottom: 0.625em;
    align: "justify";
}

p {
    line-height: 1.5em;
    text-align: justify;
}

p.mitarbeiter p.referenzen {
    line-height: 1.4em;
    text-align: justify;
}

p.jobs {
    line-height: 1.0em;
    text-align: justify;
}

strong {
    color: #474e43;
}

img.left {
    float: left;
    margin: 2px 1.25em 0 0;
}

img.top {
    margin: 4px 0 2.25em 0;
}

ul {
    padding: 0.0em 0 0 0;
}

a {
    color: #5d93a2;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

* > p:last-child {
    margin-bottom: 0 !important;
}

/*.hell {
    background-color: #ffffff;
}*/

.tip:hover {
    cursor: pointer;
}

.minitip-content {
    font-size: 15px;
    padding: 8px 10px;
    color: #fff;

    text-shadow: 0 0 2px #000;
    background-color: #3C3C3C;
    border: 1px solid rgba(255, 255, 255, 0.25);

    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.dunkel {
    background-color: #eaeaea;
}

li.cIcon {
    margin-left: 50px;
    margin-bottom: 10px;
    list-style-image: url(images/cIcon_15.png);
}

li.cIconRef {
    margin-left: 20px;
    list-style-image: url(images/cIcon_15.png);
}

article.blog-post {
    position: relative;
}

article.blog-post .date {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    line-height: 24px;
    padding-left: 40px;
}

ul.small-image-list {
}

ul.small-image-list li {
    overflow: hidden;
    margin-bottom: 1.5em;
}

ul.big-image-list {
}

ul.big-image-list li {
    overflow: hidden;
    margin-bottom: 2em;
}

ul.link-list {
}

ul.link-list li {
    border-top: solid 1px #ced0b7;
    padding: 0.75em 0 0 0;
    margin: 0.75em 0 0 0;
}

ul.link-list li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.subheader h1 {
    position: relative;
    text-align: center;
    color: #1F497D;
    font-size: 2.4em;
    letter-spacing: -2px;
    line-height: 86px;
}

.button {
    display: inline-block;
    padding: 15px 25px 15px 25px;
    background-color: #1F497D;
    border-radius: 10px;
    text-transform: lowercase;
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    letter-spacing: -1px;
    border: solid 1px #1F497D;
    box-shadow: inset 0px 0px 0px 1px #ffffff;
}

.button:hover {
    background-color: #467AB9;
    box-shadow: inset 0px 0px 0px 1px #ffffff;
}

.onoffswitch {
    position: relative;
    left: 1000px;
    top: 120px;
    width: 88px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 30px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.08) inset;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #FFFFFF;
    color: #47FF2F;
    border-radius: 30px 0 0 30px;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #FF0000;
    text-align: right;
    border-radius: 0 30px 30px 0;
}

.onoffswitch-switch {
    width: 30px;
    margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 54px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
    background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
    background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
    background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
    box-shadow: 0 1px 1px white inset;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/*
    speech regocnition
*/

.hidden {
    display: none
}

div#unsupported {
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 1000000;
    width: 100%;
    max-height: 20%;
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    -webkit-box-shadow: -32px -50px 109px rgba(0, 0, 0, .92);
    -moz-box-shadow: -32px -50px 109px rgba(0, 0, 0, .92);
    box-shadow: -32px -50px 109px rgba(0, 0, 0, .92);
    font-size: 1.1em;
    line-height: 1.0em;
    padding-bottom: 2px
}

div#unsupported a, div#unsupported a:visited {
    color: #b94a48;
    font-weight: 200
}

div#unsupported h4 {
    font-size: 1.0em;
    margin: 15px 0 10px
}

div#unsupported p {
    line-height: 20px
}

/*
    smarthome
*/

#testtext{
    font-size: 5em;
}
#image {
    width: 640px;
    height: 640px;
    background-size: 640px 640px;
}

td {
    padding-top: 5px;
    padding-bottom: 5px;
}
