/*************************** Colors ***************************
Grau #181a1e
grau  light #20232A

Pink #f91e62

Text Grau #848b96

Text Weiss #ffffff

#151719
1c1f23

*************************** Fonts***************************

       font-family: "opensanslight",Verdana,sans-serif;

**************************** Backgrounds **********************/

body {
    background-color: #181a1e;
}
.dark-bg {
    background-color: #181a1e;
}
/*
.white-bg{
    background-color:#ffffff; 
}

*/

.dark-bg-1 {
    background-color: #1c1f23;
}
.white {
    color: #ffffff;
}
.black {
    color: #282832;
}
.dark {
    color: #848b96;
}
.nav-bg-anfang {
    height: 100%;
    background: url('../images/anfang.svg') no-repeat center center;
    background-color: #181a1e;
    background-size: cover;
}
.nav-bg-kontakt {
    height: 100%;
    background: url('../images/anfang.svg') no-repeat center center;
    background-color: #181a1e;
    background-size: cover;
}
/*************************** Headroom ***************************/

.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
}
.headroom--unpinned {
    top: -100px;
}
.headroom--pinned {
    top: 0;
}
/**************************** Pace Loader **********************/

.ajax-loader-html {
    background: #181a1e;
}
.pace .pace-progress {
    background-color: #ffffff;
}
.pace .pace-activity:before {
    background-color: #181a1e;
}
/**************************** Home **********************/

.intro-bg {
    background: no-repeat center center;
    background-color: #181a1e;
    background-size: cover;
}
.ticker-container .ticker-emblem {
    /*
    margin-bottom: 1%;
    */
    margin-right: 25%;
    margin-left: 25%;
}
.ticker-container p {
    font-family: "opensanslight", Verdana, sans-serif;
    color: #848b96;
    letter-spacing: 8px;
     
    padding: 7px 7px 7px 15px;
   /*
    text-transform: uppercase;
    */
}
.inner-pad-text {
    margin-bottom: 20%;
    margin-top: 20%;
}
.inner-pad-top {
      margin-top: 7%;
   margin-bottom: 7%;
  

}




.inner-pad-text-single {

    margin-top: 10%;
   margin-bottom: 10%;
}

.inner-pad-text-single .up {

    text-transform: uppercase;
}


.inner-pad-icon {
    margin:15%;
}
rotate-color {
    color: #f91e62;
}
.copyright-text {
    color: #848b96;
}
.border-right {
    border-right: 1px solid #000;
}
.border-bottom {
    border-bottom: 1px solid #000;
}
.page-head H2 {
    letter-spacing: 10px;
    margin-top: 2%;
}
.page-head H2 span {
    color: #f91e62;
}
h1, h2, h3, h4, h5, h6, p {
    line-height: 1.45;
}
.img-responsive {
    width: 100%;
}
.active {
    color: #f91e62 !important;
}
.panel-default {
    border-color: #fff;
}
.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #fff;
    color: #282832;
}
.sub-heading span {
    color: #f91e62;
}
.main-heading span {
    color: #f91e62;
}
.divider {
    border-bottom: 1px solid #000;
}
/* -------------------------------- 

            Footer

-------------------------------- */

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    
    content: '';
    display: table;
    clear: both;
}
#cd-timeline {
    position: relative;
    padding: 4em 0;
    /*
  margin-top: 2em;

  margin-bottom: 2em;
*/
}
#cd-timeline::before {
    /* this is the vertical line */
    
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 1px;
    background: #000;
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        /*
    margin-top: 3em;
 
    margin-bottom: 3em;
       */
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}
.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}
.cd-timeline-img {
    position: absolute;
    top: 0;
    left: -7px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #000;
    /*
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  */
}
.cd-timeline-img img {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -15px;
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #181a1e;
    border-radius: 0.25em;
    padding: 0.2em;
    box-shadow: 0 3px 0 #181a1e;
}
.cd-timeline-img.cd-picture {
    background: #181a1e;
}
.cd-timeline-img.cd-movie {
    background: #181a1e;
}
.cd-timeline-img.cd-location {
    background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-img img {
        display: block;
        width: 45px;
        height: 45px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -23px;
        margin-top: -25px;
    }
    .cd-timeline-content {
        position: relative;
        margin-left: 60px;
        background: #181a1e;
        border-radius: 0.25em;
        /*
        padding: 1.5em;
        */
        
        box-shadow: 0 3px 0 #181a1e;
    }
    .text-area {
        text-align: right;
    }
    .cd-timeline-img {
        width: 80px;
        height: 80px;
        left: 50%;
        margin-left: -40px;
        /* Force Hardware Acceleration in WebKit */
        
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}
.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-content h2 {
    color: #848b96;
    font-family: "opensanslight", Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: 8px;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 1.5rem;
    color: #848b96;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.cd-timeline-content p:hover {
    color: #f91e62;
}
.cd-timeline-content p {
    margin: 0.8em 0;
}
.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}
.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #181a1e;
}
@media only screen and (min-width: 768px) {
    /*
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }

 
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
    */
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        /*
    padding: 1.6em;
padding-top: 0em;
*/
        
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #181a1e;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #181a1e;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
    .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 26px;
        font-size: 2rem;
        color: #848b96;
        font-weight: 300;
        letter-spacing: 6px;
        text-transform: uppercase;
    }
    .cd-timeline-content p {
        margin: 0.9em 0;
    }
}
/* -------------------------------- 

Image fill

-------------------------------- */

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 100%;
    color: #71495b;
    background-color: #181a1e;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    
    content: '';
    display: table;
    clear: both;
}
/* -------------------------------- 

Main components 

-------------------------------- */

html, body {
    height: 100%;
}
@media only screen and (min-width: 1170px) {
    body.new-color-1::before {
        background-color: #f91e62;
    }
    body.new-color-2::before {
        background-color: #f91e62;
    }
    body.new-color-3::before {
        background-color: #f91e62;
    }
}
body::before, body::after {
    /* the 2 underneath colored sections */
    
    content: '';
    position: fixed;
    /* trick to remove some annoying flickering on webkit browsers */
    
    width: 89.8%;
    max-width: 1170px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 50%;
    z-index: -1;
}
body::before {
    top: 0;
    background-color: #f91e62;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
body::after {
    top: 50%;
    background-color: #000;
}
header {
    position: relative;
    height: 50%;
    background-color: #3e253c;
    z-index: 2;
}
header h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    max-width: 1170px;
    text-align: center;
    color: #699ec0;
    font-size: 26px;
    font-size: 1.625rem;
}
.cd-service {
    position: relative;
    z-index: 2;
    min-height: 50px;
    margin-left: 16px;
    background-color: #181a1e;
    padding: 1em 1em 4em;
}
.cd-service::before, .cd-service::after {
    content: '';
    position: absolute;
    width: 56px;
    right: 100%;
    z-index: 2;
}
.cd-service::before {
    top: 0;
    height: 50px;
    background-repeat: no-repeat;
}
.cd-service::after {
    top: 50px;
    bottom: 0;
    background-image: url("../img/cd-pattern-small.svg");
    background-repeat: repeat-y;
}
.cd-service.cd-service-divider::after {
    top: 0;
}
.cd-service.cd-service-divider:last-child {
    display: none;
}
.cd-service.cd-service-1::before {
    background-image: url("../img/cd-icon-1-small.svg");
}
.cd-service.cd-service-2::before {
    background-image: url("../img/cd-icon-2-small.svg");
}
.cd-service.cd-service-3::before {
    background-image: url("../img/cd-icon-3-small.svg");
}
.cd-service.cd-service-4::before {
    background-image: url("../img/cd-icon-4-small.svg");
}

.cd-service h2 {
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
}
.cd-service p {
    /*
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
*/
    color: #fff;
}


@media only screen and (min-width: 1170px) {
    .cd-service {
        min-height: 525px;
        margin-left: 350px;
        padding: 6em 0em;
    }
    .cd-service::before, .cd-service::after {
        width: 420px;
    }
    .cd-service::before {
        height: 325px;
    }
    .cd-service::after {
        top: 325px;
        background-image: url("../img/cd-pattern-large.svg");
    }
    .cd-service.cd-service-divider:first-child, .cd-service.cd-service-divider:last-child {
        min-height: 50px;
        padding: 0;
    }
    .cd-service.cd-service-divider:last-child {
        display: block;
    }
    .cd-service.cd-service-1::before {
        background-image: url("../img/cd-icon-1-large.svg");
    }
    .cd-service.cd-service-2::before {
        background-image: url("../img/cd-icon-2-large.svg");
    }
    .cd-service.cd-service-3::before {
        background-image: url("../img/cd-icon-3-large.svg");
    }
    .cd-service.cd-service-4::before {
        background-image: url("../img/cd-icon-4-large.svg");
    }
    .cd-service h2, .cd-service p {
        color: #000;
        -webkit-transition: color, 0.5s;
        -moz-transition: color, 0.5s;
        transition: color, 0.5s;
    }

    /*
    .cd-service h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
    .cd-service p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.45;
    }
*/

    .cd-service.focus h2 {
        color: #f91e62;
    }
    .cd-service.focus p {
        color: #fff;
    }
}
