﻿/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v25-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}


html {
    overflow-y: scroll;
}

body {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    height: 100%;
    width: 100%;
}

h1 {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 0 0.7em 0;
}

h2 {
    font-size: 1.1em;
    font-weight: 500;
    margin: 0 0 0.5em 0;
}

h3 {
    font-weight: 500;
    font-size: 1em;
    margin: 0 0 0.5em 0
}

img {
    height: auto;
    width: 100%;
}

p {
    line-height: 1.4;
    margin: 1em 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.circle {
    margin-left: 10px;
}

ul.circle li {
    margin-bottom: 15px;
}

ul.circle li:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    content: "\f111";
    color: #478094;
    display: inline-block;
    margin-top: -4px;
    padding-right: 5px;
    vertical-align: top;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:hover {
    color: #478094;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bold {
    font-weight: 500;
}

p.bold {
    margin-bottom: 5px;
}

.desktop {
    display: none;
}

.transition {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/********* Floats **************************/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

span.clear {
    display: block;
    height: 0;
}


/********* Clearfix ************************/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


/********** Formulare **********************/
#pflicht {
    display: block;
    font-size: 12px;
    text-align: right;
}

.de-de #pflicht.en,
.en-gb #pflicht.de {
    display: none;
}

fieldset {
    border: 0;
    padding: 0;
}

input,
textarea {
    border: 1px solid #9998a3;
    padding: 10px 5px;
    width: 100%;
}

.form-control {
    margin-bottom: 10px;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
    border-color: #478094;
}

textarea {
    min-height: 90px;
}

button.btn {
    color: #fff;
    background-color: #478094;
    border: 0;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}

/********** Scroll to Top *******************/
#to-top a {
    color: rgba(71, 128, 148, 0.8);
    bottom: 50px;
    display: block;
    height: 32px;
    position: fixed;
    width: 30px;
    z-index: 99;
}

#to-top a:hover {
    color: rgba(71, 128, 148, 1.0);
}

#to-top a i {
    cursor: pointer;
    font-size: 34px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#to-top a.prev {
    left: 10px;
}

#to-top a.next {
    right: 10px;
}

#to-top a.hidden {
    display: none;
}

/********** Cookie Hinweis ******************/
#redim-cookiehint {
    background-color: rgba(71, 128, 148, 0.8);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    margin: 0 0 10px -45%;
    padding: 10px 50px 10px 10px;
    position: fixed;
    left: 50%;
    width: 90%;
    z-index: 999;
}

#cookiehintinfo {
    color: #fff;
    text-decoration: underline;
}

#cookiehintsubmit {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #9998a3;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #fff;
    padding: 5px;
}

/********** alle Seiten *********************/
.de-de .en,
.en-gb .de {
    display: none;
}

.container {
    position: relative;
}

.container,
.section-box {
    margin: 0 auto;
    max-width: 1600px;
}

.section {
    background-color: #fff;
    overflow: hidden;
}

.section-box {
    padding: 100px 20px 20px 20px;
}

.inner-link {
    font-size: 0.9em;
    margin-top: 30px;
    text-align: right;
}

.inner-link i {
    color: #478094;
    font-size: 22px;
    margin: -3px 0 0 8px;
    vertical-align: top;
}

.inner-link.oc-back-link {
    text-align: left;
}

.inner-link.oc-back-link i {
    margin: -3px 8px 0 0;
}

/******* Off Canvas Bereiche ****************/
.off-canvas-box {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 200%;
}

.off-canvas-box.visible {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.off-canvas-box .section-box {
    float: left;
    width: 50%;
}

.off-canvas {
    background-color: #fff;
    float: right;
    height: 100%;
    padding: 100px 20px 20px 20px;
    width: 50%;
}

/********** Header **************************/

#header {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.3);
    height: 80px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#logo {
    float: left;
    width: 250px;
    margin: 15px 0 0 10px;
}

.language {
    bottom: 10%;
    height: 30px;
    position: absolute;
    width: 100%;
}

.language ul {
    margin: 0 auto !important;
    text-align: center;
    width: 100px;
}

.language a {
    background-color: #478094;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    padding-top: 6px;
    width: 30px;
}

.language-desktop {
    display: none;
}

/********** Navigation **********************/
#toggle-box {}

#toggle-box .de,
#toggle-box .en {
    display: none;
}

.mobile-nav-button {
    width: 35px;
    position: absolute;
    margin: 31px 12px 0 0;
    height: 30px;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    width: 30px;
}

.mobile-nav-button__line {
    width: 100%;
    height: 3px;
    background-color: #9998a3;
    position: relative;
    transition: 0.5s ease;
}

.mobile-nav-button:hover .mobile-nav-button__line {
    background-color: #478094;
}

.mobile-nav-button__line:nth-of-type(2) {
    margin: 5px 0;
}

.mobile-nav-button__line--1 {
    transform: rotate(45deg);
    top: 8px;
    position: absolute;
}

.mobile-nav-button__line--2 {
    display: none;
}

.mobile-nav-button__line--3 {
    transform: rotate(135deg);
    top: 8px;
    position: absolute;
}

.mobile-menu {
    display: block;
    width: 100%;
    right: -100%;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    z-index: 9998;
    transition: 0.4s ease;
    top: 0;
    opacity: 0;
}

.mobile-menu .menu-box {
    height: 100%;
}

.mobile-menu .menu-box ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

.mobile-menu .menu-box a {
    display: block;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}

.mobile-menu .menu-box a.current {
    color: #478094;
}

.mobile-menu--open {
    right: 0;
    opacity: 1;
}

/************ Start *************************/
#section-1 .section-box {
    padding: 80px 0 20px 0;
}

#section-1 .col-left {
    padding: 30px 20px 0 20px;
}

#section-1 .col-right img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
}

/************ Leistungen ********************/
#section-2 .col-right {
    display: none;
}

.block-row {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.block {
    background-color: #f0f0f0;
    margin-bottom: 5px;
    padding: 10px;
    width: 100%;
}


/***** Customer Experience Management *******/


/*********** Referenzen *********************/
#section-4 {
    background-color: #f0f0f0;
}

/******** Kontakt | Impressum ***************/
#section-6 .col-left {
    margin-top: 20px;
}

#section-6 .col-left a {
    color: #000;
}

#section-6 .col-left i {
    color: #478094;
    margin-right: 5px;
}

#section-6 .col-left i.fa-mobile-phone {
    font-size: 22px;
    text-align: center;
    vertical-align: bottom;
    width: 14px;
}

#section-6 .col-left .al {
    background-image: url(../images/lilie.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 15px;
}


/************* Datenschutz ******************/
#datenschutz {
    padding-bottom: 50px;
}


/************* Bestätigung ******************/

#message-box {
    margin: 0;
    padding: 0;
}

#message-box #system-message {
    background: rgba(90, 90, 90, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#message-box #system-message > .alert-message {
    background-color: #fff;
    font-size: 14px;
    margin: 20% auto 0 auto;
    padding: 20px;
    position: relative;
    width: 300px;
}

#message-box #system-message h4 {
    font-size: 16px;
    margin: 0 0 15px 0;
}

#message-box #system-message .alert-notice,
#message-box #system-message .alert-error,
#message-box #system-message .alert-message h4 {
    display: none;
}

#message-box #system-message .alert-message .alert-message {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

#message-box #system-message .alert-message .close {
    cursor: pointer;
    font-size: 36px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 0;
}

/************* Footer ***********************/

#footer {
    background-color: #9998a3;
    bottom: 0;
    color: #fff;
    font-size: 0.9em;
    height: 40px;
    padding: 10px 0 0 10px;
    position: fixed;
    text-align: center;
    width: 100%;
}

#copy {
    display: none;
}

#social-links {
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 3px;
}

#footer-nav a,
#social-links a {
    color: #fff;
}

#footer a:hover,
#social-links a:hover,
#footer a:focus,
#social-links a:focus {
    color: #478094;
}

/*****************************************************************
************* ab 480 px ******************************************
*****************************************************************/

@media (min-width: 480px) {

    /********** alle Seiten *********************/


}

/*****************************************************************
************* ab 600 px ******************************************
*****************************************************************/

@media (min-width: 600px) {

    body {
        font-size: 1em;
    }

    p.bold {
        margin-bottom: 15px;
    }

    ul.circle {
        margin-left: 20px;
    }

    ul.circle li::before {
        margin-top: -3px;
        padding-right: 10x;
    }

    /********** Cookie Hinweis ******************/
    #redim-cookiehint {
        margin: 0 0 10px -30%;
        width: 60%;
    }

    /********** alle Seiten *********************/
    .section-box {}

    .section-box .one-side,
    .section-box .slide {}

    /********** Header **************************/
    #logo {
        margin: 10px 0 0 30px;
        width: 300px;
    }

    /********** Navigation **********************/
    #toggle-box {
        position: absolute;
        right: 0;
        width: 100px;
    }

    #toggle-box span {
        color: #9998a3;
        font-size: 14px;
        margin-top: 32px;
        vertical-align: top;
    }

    .de-de #toggle-box .de {
        display: inline-block;
    }

    .en-gb #toggle-box .en {
        display: inline-block
    }


    /************ Start *************************/


    /************ Leistungen ********************/
    .block-row {
        margin-bottom: 5px;
    }

    .block {
        float: left;
        margin: 0 0.5% 0 0.5%;
    }

    .block-a {
        width: 59%;
    }

    .block-b {
        width: 39%;
    }

    .block-c {
        width: 39%;
    }

    .block-d {
        width: 59%;
    }

    .block-e {
        width: 99%;
    }

    .block-f {
        width: 49%;
    }

    .block-g {
        width: 49%;
    }

    .block-h {
        width: 99%;
    }


    /***** Customer Experience Management *******/
    #section-3 {
        background-image: url(../images/cem-hintergrund.jpg);
        background-position: 0 -10%;
        background-repeat: no-repeat;
    }

    /*********** Referenzen *********************/


    /************* Footer ***********************/
    #footer {
        padding: 10px 20px;
    }

    #copy {
        display: block;
        float: left;
    }

    #footer-nav {
        float: right;
    }

    #footer-nav ul li {
        display: inline-block;
    }

    #footer-nav ul li:first-child a {
        padding-bottom: 0;
        margin-right: 10px;
    }


}

/*****************************************************************
************* ab 768 px ******************************************
*****************************************************************/

@media (min-width: 768px) {

    body {}

    /********** alle Seiten *********************/
    .section-box {}

    .section-box .one-side,
    .section-box .slide {}

    .section-box h2 {}

    #to-top {}

    /********** Header **************************/
    .language {
        bottom: auto;
        margin-right: 120px;
        right: 0;
        top: 25px;
        width: 100px;
    }

    .language-mobil {
        display: none;
    }

    .language-desktop {
        display: block;
    }

    /********** Navigation **********************/


    /************ Start *************************/


    /************ Leistungen ********************/
    .block-row {
        font-size: 16px;
    }


    /***** Customer Experience Management *******/


    /*********** Referenzen *********************/


    /******** Kontakt | Impressum ***************/



}

/*****************************************************************
************* ab 992 px ******************************************
*****************************************************************/

@media (min-width: 992px) {

    body {
        font-size: 1.1em;
    }

    .desktop {
        display: block;
    }

    .mobil {
        display: none;
    }

    /********** Cookie Hinweis ******************/
    #redim-cookiehint {
        bottom: 50px !important;
        margin: 0 0 10px -23%;
        width: 46%;
    }

    /********** alle Seiten *********************/
    #section-1,
    #section-2,
    #section-3,
    #section-6 {
        height: 100vh;
    }

    .section-box,
    .off-canvas-box {
        height: 100%;
    }

    .center-box {
        display: table;
        height: 100%;
        width: 100%;
    }

    .center {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .col-left {
        float: left;
        width: 49%;
    }

    .col-right {
        float: right;
        width: 49%;
    }

    .inner-link i,
    ul.circle li::before {
        margin-top: -1px;
    }

    /******* Off Canvas Bereiche ****************/
    .off-canvas {
        padding: 100px 100px 20px 100px;
    }

    /********** Navigation **********************/

    /************ Start *************************/
    #section-1 {
        position: relative;
    }

    #anke-foto {
        background-image: url(../images/anke-limbach.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 80px;
        left: 50%;
        height: 100%;
        width: 50%;
    }

    #section-1 h1 {
        margin-top: 0;
    }

    /************ Leistungen ********************/
    #section-2 .section-box {
        position: relative;
    }

    #section-2 .col-right {
        display: block;
        padding-top: 20px;
    }

    #section-2 .col-left {
        height: 100%;
        padding-top: 80px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #section-2 .col-left .custom {
        height: 100%;
    }

    .block-row {
        height: 19.5%;
        margin-bottom: 1%;
    }

    #block-row-5 {
        margin-bottom: 0;
    }

    .block {
        height: 98%;
        margin: 0;
        position: relative;
    }

    .block span {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    .block-a {
        margin: 0 1% 0 0;
    }

    .block-b {
        margin: 0 0 0 1%;
    }

    .block-c {
        margin: 0 1% 0 0;
    }

    .block-d {
        margin: 0 0 0 1%;
    }

    .block-e {
        width: 100%;
    }

    .block-f {
        margin: 0 1% 0 0;
    }

    .block-g {
        margin: 0 0 0 1%;
    }

    .block-h {
        width: 100%;
    }

    /***** Customer Experience Management *******/
    #section-3 .col-left {
        float: right;
    }

    #section-3 .col-right {
        float: left;
    }

    /*********** Referenzen *********************/


    /******** Kontakt | Impressum ***************/
    #section-6 .col-left {
        margin-top: 0;
    }

    #section-6 .col-left .al {
        padding-left: 20px;
    }


}

/*****************************************************************
************* ab 1240 px *****************************************
*****************************************************************/

@media (min-width: 1240px) {


    body {
        font-size: 1.2em;
    }

    /********** Cookie Hinweis ******************/
    #redim-cookiehint {
        margin: 0 0 10px -15%;
        width: 30%;
    }

    /********** alle Seiten *********************/
    .section-box {
        padding: 130px 40px 30px 40px;
    }

    #to-top {}

    .inner-link i,
    ul.circle li::before {
        margin-top: 0;
    }

    /******* Off Canvas Bereiche ****************/
    #section-1 .section-box,
    #section-3 .section-box {
        max-width: none;
        padding: 130px 0 30px 0;
    }

    #section-1 .off-canvas,
    #section-3 .off-canvas {
        padding: 130px 0 30px 0;
    }

    #section-1 .center-box,
    #section-3 .center-box {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 40px;
    }

    /********** Header **************************/
    #header {
        height: 100px;
    }

    #logo {
        margin: 5px 0 0 40px;
        width: 467px;
    }

    .language {
        margin-right: 160px;
        top: 35px;
    }

    /********** Navigation **********************/
    #toggle-box {
        width: 125px;
    }

    #toggle-box span {
        margin-top: 42px;
    }

    .mobile-nav-button {
        margin: 42px 40px 0 0;
    }

    /************ Start *************************/
    #section-1 .col-left {
        padding: 0 30px 0 0;
    }

    /************ Leistungen ********************/
    #grey {
        background-color: #f0f0f0;
        position: absolute;
        height: 100%;
        margin-right: 1610px;
        top: 100px;
        right: 0;
        width: 100%;
    }

    #section-2 .col-left {
        padding-top: 100px;
    }


}

/*****************************************************************
************* ab 1440 px *****************************************
*****************************************************************/

@media (min-width: 1440px) {

    /************ Start *************************/


}

/*****************************************************************
********* for higher resolutions (android and retina) ************
*****************************************************************/

@media screen and (-webkit-min-device-pixel-ratio: 2.0),
screen and (-moz-device-pixel-ratio: 2.0) {

    .one-side,
    .slide {}
}
