* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

img, fieldset {
    border: 0 none;
}

picture img {
    display: block;
}

body {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 300;
    color: #000;
    position: relative;
}

#page > header {
    position: relative;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
}

.headline {
    height: 83px;
}

.headline .logo {
    position: absolute;
    width: 140px;
    left: 20px;
    top: 20px;
}

.headline .logo a {
    display: block;
}

.headline .logo img {
    width: auto;
    height: 43px;
}

.seal {
    display: none;
}

.initialconsultation {
    position: absolute;
    right: 67px;
    top: 20px;
    width: 80px;
}

.initialconsultationlink {
    display: block;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
}

.initialconsultationlink,
.initialconsultationlink:focus,
.initialconsultationlink:hover {
    color: #ffffff;
    background-color: #0095db;
    text-decoration: none;
}

#navi-toggle-mobile {
    position: absolute;
    height: 51px;
    right: 5px;
    top: 17px;
}

#navi-toggle-mobile button {
    width: 60px;
    height: 51px;
    background-color: #fff;
    border: none;
}

#navi-toggle-label, #navi-service, #search-box, #search-button, #page > header .phone, nav, #navi-lightbox {
    display: none;
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    width: 30px;
    height: 21px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -3px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #0095db;
    border-radius: 4px;
    position: absolute;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -9px;
}

.hamburger-inner::after {
    bottom: -9px;
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.15s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 9px;
}

.hamburger--spring .hamburger-inner::after {
    top: 18px;
}

.header-shadow {
    position: relative;
    z-index: 1000;
    box-shadow: 0 6px 10px -10px #000 inset;
    height: 6px;
    background-color: transparent;
}

.contentheader {
    position: relative;
    top: -6px;
    margin-bottom: -6px;
}

#headerimage img {
    width: 100%;
    height: auto;
}

#navi-sidebar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navi-sidebar a, #navi-sidebar a:hover {
    display: block;
    width: 85px;
    height: 24px;
    font-family: "Jura";
    font-weight: 300;
    font-size: 21px;
    text-decoration: none;
    text-align: center;
    background-color: #0095db;
    color: #fff;
}

.content .page-padding {
    padding: 38px 20px 48px;
}

#navi-breadcrumb {
    margin-bottom: 40px;
    font-size: 12px;
}

#navi-breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navi-breadcrumb li {
    display: inline-block;
}

#navi-breadcrumb li.middle::before, #navi-breadcrumb li.active::before {
    content: ">";
    display: inline-block;
    margin: -1px 5px 0 8px;
    vertical-align: middle;
    font-family: "BenchNine";
    font-weight: 700;
    font-size: 16px;
    line-height: 12px;
}

#navi-breadcrumb li, #navi-breadcrumb li a {
    color: #333;
}

#map {
    width: 100%;
    height: 224px;
}

.root h1, .root #section-container > .gridcontainer {
    padding: 0 20px;
}

.root #section-container > .gridcontainer.frame-type-testimonials {
    padding: 0;
}

.frame-type-skills {
    margin-bottom: 49px;
}

.skills.entries {
    width: 176px;
    margin: 0 auto;
}

.skill {
    margin-bottom: 20px;
}

.skill .teaser {
    position: relative;
    width: 176px;
    height: 176px;
    margin: 0 auto;
}

.skill .image img {
    display: block;
    width: 100%;
    height: auto;
}

.skill .title {
    position: absolute;
    top: 0;
    z-index: 20;
}

.skill h3 a {
    display: table-cell;
    width: 176px;
    height: 176px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.skill .subline {
    margin-top: 16px;
    font-size: 13px;
    text-align: center;
}

.skill .subline a {
    color: #000;
}

.skill .subline a:after {
    content: ">";
    display: inline-block;
    margin: -1px 5px 0 0;
    vertical-align: middle;
    font-family: "BenchNine";
    font-weight: 700;
    font-size: 16px;
    line-height: 12px;
    color: #0095db;
}

.skill a:hover {
    color: #0095db;
    text-decoration: none;
}

.skills .subline-1 {
    width: 186px;
    margin: 45px auto 0;
}

.skills .subline-1 img {
    width: 115px;
    height: auto;
    display: block;
}

.skills .subline-2 {
    width: 280px;
    margin: 11px auto 0;
}

.skills div.linkbutton {
    margin-bottom: 0;
}

.skills .subline-2 img {
    width: 280px;
    height: auto;
    display: block;
    margin-top: 18px;
}

.ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: hidden;
}

.ce-left .ce-gallery, .ce-column {
    float: left;
}

.ce-center img {
    width: 100%;
    height: auto;
}

.ce-center .ce-column {
    margin-bottom: 12px;
}

.ce-gallery figure {
    display: table;
    margin: 0;
    width: 100%
}

.ce-gallery figcaption {
    display: table-caption;
    margin-top: 12px;
    caption-side: bottom;
    font-size: 12px;
    line-height: 17px;
    margin-top: 12px;
}

.ce-gallery img {
    display: block;
}

.ce-gallery iframe {
    border-width: 0;
}

.ce-intext.ce-left .ce-gallery {
    margin-right: 10px;
}

.ce-below .ce-gallery {
    margin-top: 10px;
}

.ce-column {
    margin-right: 10px;
}

.ce-column:last-child {
    margin-right: 0;
}

.ce-row {
    margin-bottom: 10px;
}

.ce-row:last-child {
    margin-bottom: 0;
}

.ce-above .ce-bodytext {
    clear: both;
}

.ce-intext.ce-left .ce-gallery {
    float: none;
    margin: 0;
}

.ce-intext.ce-left .ce-column {
    float: none;
}

.frame-type-textmedia.frame-layout-2 .ce-intext img {
    margin: 0 auto;
}

#image-slider ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#image-slider ol.flex-control-paging {
    margin: 40px 0px 0 0;
}

#image-slider ol.flex-control-paging li {
    vertical-align: top;
}

#image-slider .sliderimage {
    position: relative;
    display: none;
}

#image-slider .sliderimage:first-of-type {
    display: block;
}

#image-slider .sliderimage img {
    width: 100%;
    height: auto;
}

#image-slider .sliderimage .center-section {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#image-slider .sliderimage .box {
    position: absolute;
    left: 10px;
    bottom: 15px;
    width: 295px;
    height: 70px;
}

#image-slider .sliderimage .box.layer {
    background-color: #000;
    opacity: 0.54;
    z-index: 300;
}

#image-slider .sliderimage .box.title {
    padding: 8px 15px 10px 10px;
    z-index: 301;
}

#image-slider .sliderimage .box.title .img-slider-headline {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

#image-slider .sliderimage .box.title .img-slider-headline:after {
    font-family: "BenchNine";
    font-weight: 600;
    content: ">>";
    display: inline-block;
    margin: -2px 0 0 5px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    letter-spacing: -5px;
}

#image-slider .sliderimage .box.title h4 {
    display: none;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    a.youtubesidebar {
        width: 24px !important;
        height: 24px !important;
        background: white !important;
        position: relative;
        top: -24px;
        right: -95px;
    }

    a.youtubesidebar img {
        width: 24px;
        height: 24px;
    }
}

@media only screen and (min-width: 480px) {
    .initialconsultation {
        width: 190px;
        top: 26px;
    }

    .initialconsultationlink {
        padding: 5px 8px;
        font-size: 15px;
    }

    .frame-type-textmedia.frame-layout-2 .ce-intext.ce-left .ce-gallery {
        float: left;
        margin-right: 15px;
    }

    .frame-type-textmedia.frame-layout-2 .ce-intext.ce-left .ce-bodytext {
    }

    .frame-type-textmedia.frame-layout-2 .ce-intext.ce-left img {
        margin: inherit;
    }

    a.youtubesidebar {
        width: 24px !important;
        height: 24px !important;
        background: white !important;
        position: relative;
        top: -24px;
        right: -85px;
    }

    a.youtubesidebar img {
        width: 24px;
        height: 24px;
    }
}

@media only screen and (min-width: 640px) {
    #navi-toggle-mobile {
        right: inherit;
        left: 27%;
    }

    #navi-toggle-label {
        display: inline-block;
        font-size: 30px;
        line-height: 30px;
        color: #0095db;
        cursor: pointer;
    }

    #page > header .phone {
        display: block;
        position: absolute;
        top: 14px;
        right: 19px;
    }

    #page > header .phone a.phonelink, #page > header .phone a.phonelink:hover {
        padding-left: 23px;
        font-size: 21px;
        line-height: 20px;
        color: #0095db;
        background: url("../Images/Layout/telephone-icon.png") no-repeat left center;
        background-size: 18px;
    }

    .initialconsultation {
        top: 40px;
        right: 19px;
    }

    .initialconsultationlink {
    }

    .skills.entries {
        width: 100%;
    }

    .skills.entries > div {
        display: inline-block;
        position: relative;
        width: 50%;
        vertical-align: top;
    }

    .skills.entries > div > div {
        width: 176px;
        clear: both;
        margin: 0 auto;
    }

    .skills.entries > div.col-2 > div {
        margin: 0 auto;
    }

    .skills.entries > div.col-3 > div {
        margin: 0 auto;
    }

    .skills.entries > div.col-4 > div {
        position: absolute;
        right: 0;
    }

    .skills.subline > div {
        display: inline-block;
        position: relative;
        vertical-align: top;
    }

    .skills .subline-1 {
        width: 25%;
        margin: 8px 0 0;
    }

    .skills .subline-1 img {
        width: 121px;
        margin: 0 auto;
    }

    .skills .subline-2 {
        width: 50%;
        margin: 20px 0 0;
    }

    .skills .subline-2 img {
        width: 260px;
        margin: 28px auto 0;
    }

    .ce-center .ce-column {
        margin-bottom: 14px;
    }
}

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

@media only screen and (min-width: 768px) {
    body {
        font-size: 18px;
    }

    .seal {
        display: block;
        position: absolute;
        width: 60px;
        top: 20px;
        right: 270px;
    }

    #page > header .phone {
        top: 13px;
    }

    #navi-sidebar {
        position: fixed;
        z-index: 890;
        bottom: 330px;
        right: -49px;
    }

    #navi-sidebar ul {
        height: 38px;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
        filter: none;
    }

    #navi-sidebar a, #navi-sidebar a:hover {
        height: 38px;
        width: 136px;
        font-size: 33px;
        padding: 2px 0 0;
    }

    #map {
        height: 318px;
    }

    .skills.entries > div > div {
        width: 100%;
    }

    .skill .teaser {
        width: 181px;
        height: 181px;
        margin: 0 auto;
    }

    .skill h3 a {
        width: 181px;
        height: 181px;
        font-size: 22px;
    }

    .skill .subline {
        font-size: 15px;
    }

    .skill .subline a:after {
        font-size: 18px;
    }

    .skills .subline-2 img {
        width: 290px;
        margin-top: 34px;
    }

    .ce-center .ce-column {
        margin-bottom: 16px;
    }

    .ce-gallery figcaption {
        margin-top: 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .ce-intext.ce-left .ce-gallery {
        float: left;
        margin-top: 20px;
        margin-right: 35px;
    }

    .ce-intext.ce-left img {
        margin: inherit;
    }

    .ce-intext.ce-right .ce-gallery {
        float: right;
        margin-top: 20px;
        margin-left: 35px;
    }

    .frame-type-textmedia.frame-layout-2 .ce-intext.ce-left .ce-gallery {
        margin-right: 35px;
        margin-top: 0;
    }

    a.youtubesidebar {
        width: 38px !important;
        height: 38px !important;
        background: white !important;
        position: relative;
        top: 49px;
        right: -49px;
    }

    a.youtubesidebar img {
        position: relative;
        width: 33px;
        height: 33px;
        top: 3px;
    }
}

@media only screen and (min-width: 1024px) {
    body {
        font-size: 20px;
    }
    body * {
        scroll-margin-top: 142px;
    }

    #page {
        margin-top: 83px;
    }

    body.menu-expanded #page {
        margin-top: 89px;
    }

    #page > header {
        position: fixed;
        top: 0;
    }

    .headline {
        position: relative;
        width: 100%;
        max-width: 1370px;
        margin: 0 auto;
        padding: 0 20px;
        background: #fff;
    }

    .headline .logo {
        top: 15px;
        width: 168px;
    }

    .headline .logo img {
        height: 51px;
    }

    #page > header .phone {
        top: 11px;
    }

    #navi-toggle-mobile {
        left: 20%;
    }

    .hamburger {
        cursor: pointer;
    }

    #navi-toggle-label {
        display: none;
    }

    .reduced #navi-toggle-label {
        display: inline-block;
    }

    #navi-service {
        display: block;
        position: absolute;
        left: 39%;
        top: 21px;
        padding: 1px;
        font-size: 12px;
        font-weight: 400;
        border: solid 1px transparent;
    }

    .reduced #navi-service {
        display: none;
    }

    #navi-service ul {
        display: inline-block;
        list-style: none;
        margin: 12px 0 0;
        padding: 0;
    }

    #navi-service li {
        display: inline-block;
        border-left: solid 1px #0095db;
        padding: 0 8px;
    }

    #navi-service li.first {
        border-left: none;
    }

    #navi-service a {
        padding: 3px 0 1px;
        text-transform: uppercase;
    }

    #navi-service .act a, #navi-service a:hover {
        text-decoration: none;
        margin-bottom: 4px;
        border-bottom: solid 2px #0095db;
        color: #000;
    }

    #search-button {
        display: inline-block;
        width: 52px;
        height: 37px;
        margin-left: 18px;
        vertical-align: top;
        border: 0;
        background: url("../Images/Layout/search.png") no-repeat center center;
        cursor: pointer;
    }

    nav {
        display: block;
        width: 100%;
        z-index: 100;
        top: 77px;
        position: fixed;
    }

    nav.reduced .navi-box {
        display: none;
    }

    nav .navi-box {
        padding: 14px 0;
        background: #fff;
        opacity: 0.97;
        text-align: right;
    }

    nav.reduced .navi-box {
        display: none;
    }

    nav .navi-center {
        width: 100%;
        max-width: 1370px;
        margin: 0 auto;
    }

    nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 400;
    }

    nav li {
        display: inline-block;
        padding: 4px 4px 0;
    }

    nav li.spacer {
        padding-left: 7px;
        padding-right: 7px;
        vertical-align: top;
    }

    nav .line {
        width: 1px;
        height: 27px;
        display: block;
        background: #7b8291;
    }

    nav li.search, li.service, nav ul.level-2 {
        display: none;
    }

    nav li a {
        color: #000;
    }

    nav .act a, nav .isActive a, nav a:hover, nav a.active {
        text-decoration: none;
        color: #0095db;
    }

    nav ul.level-1 > li > a.singleline {
        display: none;
    }

    nav ul.level-1 > li > a.multiline {
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }

    nav div ul.level-1 > li > a.external-link-new-window {
        background-position-y: 6px;
        background-size: 7px auto;
        padding-left: 9px;
    }

    nav div ul.level-1 > li.first > a.external-link-new-window {
        padding-left: 0;
        background-image: none;
    }

    .navi-shadow {
        position: relative;
        z-index: 1000;
        box-shadow: 0 6px 10px -10px #000 inset;
        height: 6px;
        background-color: transparent;
    }

    #navi-sidebar {
        bottom: 380px;
        right: -57px;
    }

    #navi-sidebar ul {
        height: 46px;
    }

    #navi-sidebar a, #navi-sidebar a:hover {
        height: 46px;
        width: 160px;
        font-size: 40px;
    }

    .content .page-padding {
        width: 100%;
        max-width: 1370px;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 60px;
    }

    #navi-breadcrumb {
        margin-bottom: 40px;
        font-size: 14px;
    }

    #map {
        height: 354px;
        margin-top: 65px;
    }

    .root h1, .root #section-container > .gridcontainer {
        width: 100%;
        max-width: 1370px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
    }

    .skills.entries {
        width: 100%;
        min-width: 882px;
    }

    .skills.entries > div > div {
        width: 50%;
        margin: 0;
        display: inline-block;
    }

    .skill .teaser {
        width: 222px;
        height: 222px;
    }

    .skill h3 a {
        width: 222px;
        height: 222px;
        font-size: 26px;
    }

    .skill .subline {
        font-size: 18px;
    }

    .skill .subline a:after {
        margin-top: -1px;
        font-size: 22px;
    }

    .skills.subline {
        width: 80%;
        min-width: 882px;
        margin: 0 auto;
    }

    .skills .subline-1 {
        margin-top: 15px;
    }

    .skills .subline-1 img {
        width: 150px;
    }

    .skills .subline-2 img {
        margin-top: 36px;
        width: 356px;
    }

    .root #section-container > .gridcontainer.frame-type-testimonials {
        max-width: none;
    }

    #testimonials-slider > div > ul > li > div {
        max-width: 1136px;
        margin: 0 auto;
    }

    .ce-center .ce-column {
        margin-bottom: 18px;
    }

    .ce-intext.ce-left .ce-gallery {
        margin-right: 50px;
        margin-top: 32px;
    }

    .ce-center .ce-outer {
        position: relative;
        float: right;
        right: 50%;
    }

    .ce-center .ce-inner {
        position: relative;
        float: right;
        right: -50%;
    }

    .ce-intext.ce-right .ce-gallery {
        margin-left: 50px;
        margin-top: 32px;
    }

    .accordeon-headline .ce-intext.ce-left .ce-gallery {
        margin-right: 35px;
    }

    a.youtubesidebar {
        display: block;
        width: 46px !important;
        height: 46px !important;
        background: white !important;
        position: relative;
        border: 1px solid #0095db;
        top: 70px;
        right: -57px;
        font-size: 0 !important;
    }
}

@media only screen and (min-width: 1440px) {
    body {
        font-size: 22px;
    }
    body * {
        scroll-margin-top: 145px;
    }

    #navi-toggle-mobile {
        left: 24%;
    }

    #navi-service {
        left: 39.5%;
    }

    .seal {
        top: 15px;
        right: 400px;
    }

    #page > header .phone {
        top: 8px;
    }

    nav ul {
        font-size: 22px;
    }

    nav li {
        padding-left: 12px;
        padding-right: 12px;
    }

    nav div ul.level-1 > li > a.external-link-new-window {
        background-position-y: 8px;
        background-size: 9px auto;
        padding-left: 11px;
    }

    nav li.spacer {
        padding-left: 12px;
        padding-right: 12px;
    }

    #navi-breadcrumb {
        margin-bottom: 50px;
        font-size: 16px;
    }

    #map {
        height: 442px;
        margin-top: 0px;
    }

    .frame-type-skills {
        margin-bottom: 60px;
    }

    .skills.entries {
        width: 1330px;
    }

    .skills.entries > div > div {
        width: 50%;
    }

    .skills.entries > div {
        width: 50%;
    }

    .skill .teaser {
        width: 264px;
        height: 264px;
    }

    .skill h3 a {
        width: 264px;
        height: 264px;
        font-size: 30px;
    }

    .skills.subline {
        width: 1136px;
    }

    .skills .subline-1 img {
        width: 135px;
    }

    .skills .subline-2 img {
        width: inherit;
    }

    .ce-center .ce-column {
        margin-bottom: 20px;
    }
}
