@charset "UTF-8";

body, html {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

a, a:link, a:visited, a:active {
    color: #009de1;
}
a:hover {
    color: #0076a8;
}
img {
    max-width: 100%;
    height: auto;
}
form:before {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 20px;
}
button, input, textarea, select {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-family: 'Titillium Web', sans-serif;
}
input[type="submit"] {
    background-color: #009de1;
    border-radius: 2px;
    border: none;
    padding: 8px;
}
legend {
    font-weight: 600;
}
.left {
    display: block;
    float: left;
}
.right {
    display: block;
    float: right;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.content-container {
    display: block;
    width: 940px;
    padding: 20px;
    margin: 0 auto;
}

/*** WP CONTENT CLASSES START ***/
.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter {
    text-align: center;
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 0px auto;
}
/*** WP CONTENT CLASSES END ***/

/*** BOX and COLUMN Stuff START***/
.col-container {
    display: block;
    width: 980px;
    padding: 20px 0 0 0;
    margin: 0 auto;
}
.col-3 {
    display: block;
    margin: 0 0 20px 20px;
    float: left;
    width: 300px;
}
/*** BOX and COLUMN Stuff END***/

/*** HEADER START ***/
header #logos-wrapper {
    background: #000 url(../images/header_carbon_1600x120px.jpg) center top no-repeat;
    clear: both;
    margin-bottom: 0;
}
header #logos-wrapper #logo-holderbaum img {
    width: 220px;
}
header #logos-wrapper #logo-vw {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 1;
}
header #logos-wrapper #logo-vw {
    perspective: 1000;
}
header #logos-wrapper #logo-vw #logo-vw-wrapper {
    width: 50px;
    height: 50px;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
header #logos-wrapper #logo-vw:hover #logo-vw-wrapper {
    transform: rotateY(180deg);
}
header #logos-wrapper #logo-vw #logo-vw-wrapper .vw-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
header #logos-wrapper #logo-vw #logo-vw-wrapper .vw-back {
    display: block;
    transform: rotateY(180deg);
    box-sizing: border-box;
    background-color: transparent;
}
header #logos-wrapper #logo-vw img {
    width: 50px;
    height: 50px;
}


header nav {
    background: #009de1;
    margin: 0;
    padding: 0;
}
header nav ul {
    display: flex;
    width: 980px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    padding-left: 0;
}
header nav ul li {
    display: inline-block;
    flex-grow: 1;
    -webkit-flex: 1;
    flex: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-left: 2px solid #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 50px;
}
header nav ul li:last-child {
    border-right: 2px solid #fff;
}
header nav ul li a, header nav ul li a:link, header nav ul li a:visited, header nav ul li a:active {
    display: block;
    color: #fff;
    text-decoration: none;
}
header nav ul li a:hover, header nav ul li a.active, header nav ul li.wpglobus-current-language, header nav ul li.current-menu-item {
    background-color: #0076a8;
}
header nav ul li.menu_item_wpglobus_menu_switch {
    width: 70px;
    flex-grow: 0;
    -webkit-flex: none;
    flex: none;
}
header #slider {
    line-height: 0;
}
header #slider img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
header #slider .cycloneslider-template-standard {
    margin-bottom: 0 !important;
}
/*** HEADER END ***/

/*** CONTENT START ***/
#content-wrapper {
    position: relative;
    margin-top: -20px;
    z-index: 1000;
}
#content-wrapper #area-boxes {
    background-color: #e3e5e8;
}
#content-wrapper #area-boxes .area-box {
    display: block;
    margin: 0 0 20px 20px;
    float: left;
    width: 300px;
    height: 300px;
    background: #000 url(../images/box_300x300px_carbon.jpg) center top no-repeat;
    overflow: hidden;
}
#content-wrapper #area-boxes .area-box h2 {
    position: relative;
    width: 300px;
    text-align: center;
    background-color: #009de1;
    line-height: 90px;
    margin: 0;
}
#content-wrapper #area-boxes .area-box h2 a {
    display: block;
}
#content-wrapper #area-boxes .area-box h2 a,
#content-wrapper #area-boxes .area-box h2 a:link,
#content-wrapper #area-boxes .area-box h2 a:active,
#content-wrapper #area-boxes .area-box h2 a:visited {
    color: #fff;
    text-decoration: none;
}
#content-wrapper #area-boxes .area-box a::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -15px;
    border-width: 15px;
    border-style: solid;
    border-color: #009de1 transparent transparent transparent;
}
#content-wrapper #area-boxes .area-box a:hover,
#content-wrapper #area-boxes .area-box a.active {
    background-color: #0076a8;
}
#content-wrapper #area-boxes .area-box a:hover::after,
#content-wrapper #area-boxes .area-box a.active::after {
    border-color: #0076a8 transparent transparent transparent;
}
#content-wrapper #area-boxes .area-box img {
    width: 300px;
}
#content-wrapper #content {
    background-color: #e3e5e8;
    width: 780px;
    padding: 20px 100px;
}
#content-wrapper #content h1 {
    text-align: center;
}
/*** CONTENT END ***/

/*** TEASER START ***/
#teaser-wrapper {
    position: relative;
    margin-bottom: -90px;
    z-index: 1000;
    background-color: #fff;
    min-height: 70px;
}
#teaser-wrapper .teaser-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 0 20px 20px;
    float: left;
    width: 300px;
    height: 300px;
    position: relative;
    min-height: 90px;
    background: #e3e5e8 center top no-repeat;
}
#teaser-wrapper .teaser-box.blue {
    background: #f29000 center top no-repeat;
}
#teaser-wrapper .teaser-box .teaser-text {
    display: block;
    position: relative;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    color: #000;
}
#teaser-wrapper .teaser-box .teaser-text::after {
    content: " ";
    position: absolute;
    bottom: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -15px;
    border-width: 15px;
    border-style: solid;
}
#teaser-wrapper .teaser-box .teaser-text .price-bubble {
    display:inline-block;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translate(-50%, -100%);
    border-radius:50%;
    border: none;
    font-weight: 600;
    font-size:32px;
}
#teaser-wrapper .teaser-box .teaser-text .price-bubble:before,
#teaser-wrapper .teaser-box .teaser-text .price-bubble:after {
    content:'\200B';
    display:inline-block;
    line-height:0px;
    padding-top:50%;
    padding-bottom:50%;
}
#teaser-wrapper .teaser-box .teaser-text .price-bubble:before {
    padding-left:8px;
}
#teaser-wrapper .teaser-box .teaser-text .price-bubble:after {
    padding-right:8px;
}
#teaser-wrapper .teaser-box .teaser-text .price-bubble span {
    position: absolute;
    right: 6px;
    top: calc(50% - 8px);
    transform: translate(-50%, -50%);
    font-size: 16px;
}
#teaser-wrapper .teaser-box.blue .teaser-text {
    background-color: #009de1;
    color: #000;
}
#teaser-wrapper .teaser-box.blue .teaser-text:hover {
    background-color: #0076a8;
    color: #000;
}
#teaser-wrapper .teaser-box.blue .teaser-text .price-bubble {
    background-color: #009de1;
    color: #000;
}
#teaser-wrapper .teaser-box.blue .teaser-text:hover .price-bubble {
    background-color: #0076a8;
    color: #000;
}
#teaser-wrapper .teaser-box.blue .teaser-text::after {
    border-color: transparent transparent #009de1  transparent;
}
#teaser-wrapper .teaser-box.blue .teaser-text:hover::after {
    border-color: transparent transparent #0076a8  transparent;
}
#teaser-wrapper .teaser-box.orange .teaser-text {
    background-color: #f29000;
}
#teaser-wrapper .teaser-box.orange .teaser-text:hover {
    background-color: #b36b00;
}
#teaser-wrapper .teaser-box.orange .teaser-text .price-bubble {
    background-color: #f29000;
    color: #fff;
}
#teaser-wrapper .teaser-box.orange .teaser-text:hover .price-bubble {
    background-color: #b36b00;
    color: #fff;
}
#teaser-wrapper .teaser-box.orange .teaser-text::after {
    border-color: transparent transparent #f29000  transparent;
}
#teaser-wrapper .teaser-box.orange .teaser-text:hover::after {
    border-color: transparent transparent #b36b00  transparent;
}
#teaser-wrapper .teaser-box .teaser-text h2 {
    line-height: 1.2;
    margin: 10px 0 5px 0;
}
#teaser-wrapper .teaser-box.blue .teaser-text h2 {
    color: #000;
}
#teaser-wrapper .teaser-box .teaser-text p, #teaser-wrapper .teaser-box .teaser-text div {
    margin: 0 0 10px 0;
    font-weight: 600;
}


#teaser-wrapper .teaser-box.team {
    border-radius: 150px;
    background-position: center 150%;
    background-size: cover;
}
#teaser-wrapper .teaser-box.team .teaser-text {
    border-radius: 0 0 150px 150px;
    background-color: transparent;
    background-image: url(../images/team_teaser_bg.png);
    background-position: center top;
    padding-top: 45px;
    height: 105px;
    overflow: hidden;
    text-align: center;
}
#teaser-wrapper .teaser-box.team .teaser-text:hover {
    background-color: transparent;
    background-image: url(../images/team_teaser_bg_hover.png);
}
#teaser-wrapper .teaser-box.team .teaser-text:after {
    content: none;
}
#teaser-wrapper .teaser-box.team .teaser-text h2,
#teaser-wrapper .teaser-box.team .teaser-text p,
#teaser-wrapper .teaser-box.team .teaser-text div {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;

}
#teaser-wrapper .teaser-box.team .teaser-text p {
    line-height: 1.2;
}
#teaser-wrapper .teaser-box.team .teaser-text h2 a,
#teaser-wrapper .teaser-box.team .teaser-text h2 a:link,
#teaser-wrapper .teaser-box.team .teaser-text h2 a:visited,
#teaser-wrapper .teaser-box.team .teaser-text h2 a:active {
    font-size: 20px;
    color: #000;
}

/*** TEASER END ***/

/*** FOOTER START ***/
footer {
    background-color: #e3e5e8;
}
footer #contact {
    padding-top: 125px;
}
footer #contact .socialmedia a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    vertical-align: top;
    text-decoration: none;
    color: black;
    margin-top: -8px;
    margin-bottom: 15px;
}
footer #contact .socialmedia a img {
    display: inline-block;
    margin-bottom: -8px;
    margin-right: 10px;
}
footer nav {
    background: #000 url(../images/footer_carbon_1600x125px.jpg) no-repeat center top;
    min-height: 120px;
    clear: both;
}
footer nav ul {
    display: block;
    width: 940px;
    list-style-type: none;
    margin: 0 auto;
    padding: 5px 20px 20px 0;
}
footer nav ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
}
footer nav ul li a, footer nav ul li a:link, footer nav ul li a:active, footer nav ul li a:visited  {
    position: relative;
    color: #fff;
    margin-right: 25px;
    text-decoration: none;
}
footer nav ul li a:hover, footer nav ul li a.active {
    text-decoration: underline;
}
footer nav ul li a::after {
    content: " | ";
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
}
footer nav ul li:last-of-type a::after {
    content: none;
}
footer nav ul span.copyright {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-top: 3px;
}
/*** FOOTER END ***/

/*** SUBPAGE EXCEPTIONS START ***/
body.sub #content-wrapper #area-boxes .area-box {
    height: auto;
    margin-bottom: 15px;
    min-height: 90px;
    position: relative;
    overflow: visible;
}
body.sub #content-wrapper #area-boxes .area-box h2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
body.sub #content-wrapper #area-boxes .area-box img {
    height: 0;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1;
    -webkit-transition: height 600ms ease-in-out;
    transition: height 600ms ease-in-out;
}
body.sub #content-wrapper #area-boxes .area-box:hover img {
    height: 210px;
    -webkit-transition: height 600ms ease-in-out;
    transition: height 600ms ease-in-out;
}
/*** SUBPAGE EXCEPTIONS END ***/


@media screen and (max-width: 768px) {
    .content-container {
        width: 300px;
        padding: 10px;
    }

    /*** WP CONTENT CLASSES START ***/
    .alignleft, .alignright, .aligncenter {
        float: none;
        clear: both;
        margin: 0 0 10px 0;
    }
    .aligncenter {
        text-align: center;
        display: block;
        float: none;
        clear: both;
        margin: 0 auto 0px auto;
    }
    /*** WP CONTENT CLASSES END ***/

    /*** BOX and COLUMN Stuff START ***/
    .col-container {
        display: block;
        width: 320px;
        padding: 10px 0 0 0;
    }
    .col-3 {
        margin: 0 0 20px 10px;
    }
    /*** BOX and COLUMN Stuff END ***/

    /*** HEADER START ***/
    header nav ul {
        display: block;
        width: 320px;
    }
    header nav ul li {
        display: block;
        border: none;
        border-bottom: 1px solid #fff;
        line-height: 35px;
    }
    header nav ul li.menu_item_wpglobus_menu_switch {
        display: block;
        width: 159.5px;
        float: left;
    }
    header nav ul li.menu_item_wpglobus_menu_switch:last-of-type {
        width: 159.5px;
        float: right;
        border: none;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    /*** HEADER END ***/

    /*** CONTENT START ***/
    #content-wrapper {
        margin-top: 0;
    }
    #content-wrapper #area-boxes .area-box {
        margin: 0 0 20px 10px;
        height: auto;
    }
    #content-wrapper #area-boxes .area-box img {
        display: none;
    }
    #content-wrapper #area-boxes .area-box a::after {
        content: none;
    }
    #content-wrapper #content {
        background-color: #e3e5e8;
        width: 300px;
        padding: 20px 10px;
    }
    /*** CONTENT END ***/

    /*** TEASER START ***/
    #teaser-wrapper {
        margin-bottom: 0;
    }
    #teaser-wrapper .teaser-box {
        margin: 0 0 20px 10px;
    }
    /*** TEASER END ***/

    /*** FOOTER START ***/
    footer #contact {
        padding-top: 25px;
    }
    footer nav {
        background: #000 url('../images/test.jpg') no-repeat center top;
        min-height: 120px;
        clear: both;
    }
    footer nav ul {
        position: relative;
        width: 300px;
        margin: 0 auto;
        padding: 20px 10px 60px 10px;
    }
    footer nav ul li {
        display: block;
    }
    footer nav ul li a::after {
        content: none;
    }
    footer nav ul span.copyright {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    /*** FOOTER END ***/
}