/*** extra classes ***/

.quote {
    margin-top: 4ex;
    position: relative;
    z-index: 3;
    font-size: 130%;
    font-style: italic;
    font-weight: 300;
    line-height: 140%;
}

.attribution {
    margin-top: 1ex;
    text-align: right;
    margin-bottom: 2ex;
}

.quote:before {
    font-size: 140px;
    font-weight: 800;
    text-align: center;
    margin-right: -20px;
    text-align: right;
    padding-right: 20px;
    color: #f4f4f4;
    display: block;
    position: absolute;
    content: '\201C';
    top: 30px;
    left: -25px;
    z-index: -1;
}

.row-center-flow {
    margin: 0 auto;
    text-align: center;
    font-size: 0px; /* make sure the inline-blocks do not get spaced */
}

.row-center-flow > .col-center-flow {
    float: none;
    display: inline-block;
    font-size: 14px; /* got to reset that fontsize from above */
    vertical-align: top;
}

.block-bottom-shadow {
    -webkit-box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.15);
}

.block-bottom-line {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eee;
}

.block-bottom-padding {
    padding-bottom: 3ex;
}

.block-alternate {
    background-color: #f7f7f7;
}

.large-text {
    font-size: 120%;
    font-weight: 300;
    line-height: 150%;
}

.captionImage {
    background-color: #888;
}
.captionImage .caption {
    font-size: 85%;
    color: #fff;
    margin-top: -2.8ex;
    padding-bottom: 0.5ex;
    padding-right: 0.6ex;
    padding-left: 0.6ex;
}

@media (min-width: 768px) {
    .large-text {
        font-size: 130%;
    }
}

.button-caption {
    padding-top: 0.2ex;
    padding-bottom: 2ex;
    padding-left: 1ex;
    padding-right: 1ex;
    font-size: 125%;
    font-weight: 400;
    color: #404748;
}

@media (min-width: 768px) {
    .button-caption {
        font-size: 130%;
    }
}


/*** bootstrap overrides ***/


form.form-horizontal {
   margin-top: 3ex;
}

.nav-pills>li>a {
   border-radius: 0px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
   color: #fff;
   background-color:  #47B500;
   font-weight: 600;
}

a:hover, a:focus {
    color: #49B900;
}

a {
    color: #338100;
}

/* if an article starts with a paragraph */

article > p:first-child {
    margin-top: 5ex;
}


.btn-primary {
    color: #fff;
    background-color:  #47B500;
    font-weight: 600;
    border-width: 1px;
    border-color: #47B500;
    border-style: solid;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #4EC700;
    border-color: #47B500;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.btn-lg, .btn, .btn-sm {
    border-radius: 0;
}

a.btn-lg:hover {
    text-decoration: none;
}

/* present a logo as a button */
.btn-logo {
     position: relative;
     margin-right: 5px;
     margin-bottom: 20px;
     background-color: white;
     text-align: center;
     display: block;
}

.btn-logo:hover, .btn-logo:focus {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

h2,h3,h4,h5 {
    font-weight: 600;
    color: #404748;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

/*** HomePage ***/

.HomePage h2 {
     font-size: 33px;
     letter-spacing: 1px;
     margin-bottom: 2.5ex;
     margin-top: 2.5ex;
}

.btn-kurt {
     margin-top: 2ex;
     background: rgba(255,255,255,0.8);
     border-style: none;
}

.btn-kurt div {
     display: inline-block;
     text-align: left;
     vertical-align: middle;
     padding-right: 1ex;
     color: #444;
     font-size: 12px;
}

.btn-kurt:hover {
     background: #fff;
}


/*** HomePage - Services ***/

#op-services {
    padding-bottom: 3ex;
}

#op-services a {
    color: #404748;
}

#op-services a:hover {
    text-decoration: none;
}

#op-services .col-center-flow {
    font-weight: 600;
    width: 140px;
    vertical-align: top;
    margin-bottom: 3ex;
}

a .op-service-symbol {
    width: 125px;
    height: 125px;
    font-size: 60px;
    border-radius: 50%;
    padding-top: 30px;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #E0FFCB;
    transition-property: background-color, color;
    transition-duration: 0.5s;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    color: #4DC500;
}

a:hover .op-service-symbol {
    color: #fff;
    background-color: #4DC500;
    border-color: #4DC500;
}


.op-service-symbol .fa-magic {
    padding-left: 8px;
    padding-top: 4px;
}

.op-service-symbol .fa-puzzle-piece {
    padding-left: 12px;
    padding-top: 2px;
}

.op-service-symbol .fa-pencil-square-o {
    padding-left: 10px;
}

a .op-consult-symbol {
    background-color: #ceffd5;
    color: #00E932;
}

a:hover .op-consult-symbol {
    background-color: #00E932;
    border-color: #00E932;
}


@media (min-width: 768px) {
    a .op-service-symbol {
       width: 130px;
       height: 130px;
    }
    .op-service-symbol .fa-pencil-square-o {
       padding-top: 5px;
    }
    #op-services .col-center-flow {
       width: 180px;
    }
}

/*** HomePage - OSS ***/

/*** HomePage - Case Study ***/


.btn-logo h3 {
   position: absolute;
   margin: 0;
   left: 0px;
   right: 0px;
   top: 0px;
   color: #fff;
   text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
   background-image: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
   background-repeat: repeat-x;
   padding: 1.5ex 1ex 3ex 1ex;
   color: #fff;
   font-size: 16px;
}

/*** HomePage - Customers ***/

/*** TeamMember ***/

a.TeamMember:hover {
    text-decoration: none;
}

.op-profile-photo {
    margin-top: -30px;
}

.op-profile-photo img {
     border-color: white;
     border-width: 7px;
     border-style: solid;
     margin-left: -7px;
}

#op-profile-contact {
     padding-top: 6ex;
}

body.TeamMember article {
     margin-top: 4ex;
}

a.TeamMember img.img-circle {
     transition-property: border-color;
     transition-duration: 0.5s;
     border-style: solid;
     border-width: 5px;
     border-color: #FFFFFF;
}

a.TeamMember:hover img.img-circle {
     border-color: #47B500;
}

@media (min-width: 992px){
     .op-profile-photo {
        margin-top: -130px;
     }
     body.TeamMember article {
        margin-top: -20ex;
     }
     #op-profile-contact {
         padding-top: 3ex;
     }
}

/*** HomePage - Customer ***/

#op-customers .color:hover,
#op-customers .grey {
     display: block;
}

#op-customers .color,
#op-customers .grey:hover {
     display: none;
}


/*** article ***/

#op-article {
    margin-top: 4ex;
}

/*** footer ***/
#op-footer {
    margin-top: 8ex;
    padding-top: 3ex;
    background-color: #404748;
    color: white;
    font-size: 90%;
    height: 150px;
}

#op-footer a {
    color: white;
}

.social-links {
    padding-top: 5ex;
    letter-spacing: 5px;
}

.impressum {

}

#op-footer .social-links a {
    font-size: 200%;
    color: #ccc;
}

#op-footer .social-links a:hover {
    color: #fff;
}

/*** no-javascript ***/

#nojs_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    overflow: hidden;
    z-index: 10000;
}

#nojs_panel {
    width: 600px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 30px;
    padding-top: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.15);
    overfolow: hidden;
    font-size: 30px;
    line-height: 40px;
}

/*** banner ***/

#op-banner-bg {
    position: absolute;
    z-index: 0;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#op-banner {
    position: relative;
    background-color: #404748;
    min-height: 150px;
    color: white;
    padding-bottom: 30px;
}

#op-banner-title h1 {
    z-index: 10;
    padding-top: 2ex;
    font-size: 180%;
    font-weight: bold;
    text-shadow: 0px 0px 9px rgba(60,60,60, 0.8);
}

#op-banner-lead p {
    z-index: 10;
    padding-top: 1ex;
    padding-bottom: 2ex;
    font-size: 120%;
    font-weight: bold;
    text-shadow: 0px 0px 11px rgb(0, 0, 0);
    line-height: 2.5ex;
}

@media (min-width: 992px) {
    #op-banner {
        min-height: 305px;
    }
    #op-banner-title {
        padding-top: 30px;
    }

    #op-banner-title h1 {
        font-size: 300%;
    }
    #op-banner-lead p {
        font-size: 140%;
    }
}

/*** breadcrumb ***/

#op-breadcrumb {
    z-index: 10;
    position: relative;
    background-color:  rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 90%;
    color: white;
}

#op-breadcrumb a {
    color: #aaa;
}

#op-breadcrumb .breadcrumb {
    background-color:  transparent;
    border-radius: 0;
    padding-left: 0px;
    margin-bottom: 0;
}



/*** header ***/

#op-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 75px;
    background-color: white;
}

body {
    margin-top: 75px;
    font-family: "Open Sans", sans-serif;
    line-height: 160%;
}

.op-language {
    padding-top: 24px;
}

.op-language a {
    font-size: 17px;
    color: #7F8C8D;
}

#op-menu-opener:hover,
.op-language a:hover {
    color: #47B500;
    text-decoration: none;
}


#op-menu-opener {
    padding-top: 18px;
    font-size: 30px;
    color: #7F8C8D;
}

.op-logo {
    padding-top: 7px;
}

.op-logo img {
    height: 60px;
}


/* NewsHolder Pages */

.NewsHolderPage article .author {
   font-style: italic;
   margin-bottom: 0.5ex;
   margin-top: -0.5ex;
}

.NewsHolderPage article h2 a:hover {
   text-decoration: none;
}

.NewsHolderPage #op-banner {
    margin-bottom: 5ex;
}

.NewsHolderPage article h2:first-child {
    margin-top: 0px;
}

/* Overview Pages */

.teaser-block .teaser-link {
   margin-top: 1ex;
}

.teaser-link a.btn i.fa {
   color: #999;
}


@media print {

   .op-language,
   .op-logo,
   #op-banner-bg,
   #op-menu-opener {
        display: none;
   }

   body {
        margin: 0;
        padding: 0;
        line-height: 1.4em;
        font-size: 15px;
   }

   #op-banner {
        min-height: initial;
   }

   a[href]:after {
      content: none;
   }
}

/*** rendering fixes ***/
a:focus {
    -moz-outline-style: none;
    outline-style: none;
}
