/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*
 * General
 */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #fff url("../img/background-graphite.jpg") center -54px no-repeat;
    font-family: Verdana, Arial, sans-serif;
    min-width: 960px;
}


/*
 * Typography
 */
.lowercase {
    text-transform: lowercase;
}

/* Headlines */
h1 {
    margin-top: 5px;
    padding-bottom: 5px;
    font: 15px/21px "Univers W01 63 Bold Ex", Verdana, Arial, sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #C00D0D;
}

h2 {
    margin-top: 20px;
    margin-bottom: 0;
    color: #757575;
    font-size: 15px;
    line-height: 21px;
}
h2.listheader {
    margin-bottom: 5px;
    padding-bottom: 3px;
    color: #C00D0D;
    border-bottom: 1px solid #C00D0D;
}

/* Anchors */
a {
    color: #000;
}
a:hover, a.is-active, .is-active a {
    color: #C00D0D;
}

/* Paragraphs */
p {
    /*color: #757575;*/
}

/* Lists */
ul, ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul ul, ul ol,
ol ol, ol ul {
    padding-left: 1em;
}

li {
    background: url("../img/list-bullet.png") 0 6px no-repeat;
    margin: 0;
    padding-left: 1.25em;
}

/*
 * page-wrapper
 */
.page-wrapper {
    min-height: 100%;
    position: relative;
}

/*
 * Header
 */
.header-wrapper {
    height: 130px;
}



/* Logo */
.logo {
    display: block;
    background: url("../img/logo.png") 0 0 no-repeat;
    width: 299px;
    height: 70px;
    margin-top: 32px;
    position: relative;
    z-index: 10;
}

/* Navigation */
.nav-main {
    height: 130px;
    position: relative;
}

/* LEVEL 1 */
.nav-main__lvl-1 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.nav-main__lvl-1 > .nav-main-item {
    background: none;
    margin-left: 30px;
    padding-left: 0;
    /*position: relative;*/
    float: left;
}
.nav-main__lvl-1 > .nav-main-item > a {
    display: block;
    padding-bottom: 25px;
    font: 15px/21px "Univers W01 63 Bold Ex", Verdana, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-main__lvl-1 > .nav-main-item.active > a,
.nav-main__lvl-1 > .nav-main-item:hover > a {
    color: #C00D0D;
    font: 15px/21px "Univers W01 63 Bold Ex", Verdana, Arial, sans-serif;
}

.nav-main__lvl-2 {
    display: none;
    background: #FFF;
    width: 320px;
    padding: 5px 20px 5px 0;
    position: absolute;
    top: 46px;
    left: 50px;
    z-index: 200;
    border: 1px solid #1A1A1A;
    border-top: none;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.nav-main__lvl-2--big {
    width: 650px;
}
.nav-main__lvl-1 li:hover .nav-main__lvl-2 {
    display: block;
}
li:last-child .nav-main__lvl-2 {
    right: 0;
}

.nav-main__lvl-1 > .nav-main-item:last-child .nav-main__lvl-2--big{
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 620px;
    left: auto;
}
.nav-main__lvl-1 > .nav-main-item:last-child .nav-main__lvl-2--big .span8{
    padding: 0;
    margin: 0;
}
.nav-main__lvl-1 > .nav-main-item:last-child .nav-main__lvl-2--big .span8 a{
    border: 0;
    padding: 0;
}

.nav-main__lvl-2 strong,
.nav-main__lvl-2 .nav-main-item a {
    display: block;
    padding: 6px 0 6px 16px;
    font-family: "Univers W01 63 Bold Ex", Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #000000;
}

.nav-main__lvl-2 > .span4 > .nav-main-item:last-child > a,
.nav-main__lvl-3 > .nav-main-item:last-child > a {
    border-bottom: none;
}

.nav-main__lvl-1 .nav-main-item:last-child .nav-main__lvl-2 .span4:last-child a{
 border-bottom: 1px solid #000000;
}

.nav-main__lvl-2 strong {
    padding-left: 0;
}
.nav-main__lvl-2 strong img {
    margin-right: 16px;
}
.nav-main__lvl-2 strong + ul .nav-main-item a {
    padding: 6px 0 6px 48px;
}
.nav-main__lvl-2 ul {
    margin-bottom: 16px;
    padding: 0;
}
.nav-main__lvl-2 > .span4 > .nav-main-item:last-child ul {
    margin-bottom: 0;
}
.nav-main__lvl-2 .nav-main-item {
    background: none;
    padding: 0;
}
.nav-main__lvl-2 .nav-main-item a {
    font-family: "UniversLTW01-53Extended", Verdana, Arial, sans-serif;
    border-bottom: 1px solid #757575;
    text-decoration: none;
}
.nav-main__lvl-2 .nav-main-item.active > strong > a,
.nav-main__lvl-2 .nav-main-item.active > a,
.nav-main__lvl-2 .nav-main-item a:hover {
    color:#C00D0D;
    background: #EDEDED;
}
.nav-main__lvl-2 .nav-main-item strong a {
    padding: 0;
    font-family: "Univers W01 63 Bold Ex", Verdana, Arial, sans-serif;
    vertical-align: bottom;
    border-bottom: none;
}

.nav-main__lvl-2 > .span8 a{
    padding: 6px 0;
}

/*
 * Header Image
 */
.header-image-wrapper,
.slider-wrapper {
    overflow: hidden;
    height: 440px;
    border-top: 1px solid #1A1A1A;
    border-bottom: 1px solid #1A1A1A;
    position: relative;
}
.header-image-wrapper img {
    width: 1680px;
    max-width: 1680px;
    height: 440px;
    margin-left: -840px;
    position: absolute;
    left: 50%;
}

/*
 * Slider
 */
.slider-wrapper-inner {
    width: 1680px;
    max-width: 1680px;
    height: 440px;
    margin-left: -840px;
    position: absolute;
    left: 50%;
}
.slider-wrapper-inner img {
    width: 1680px;
    max-width: 1680px;
}

.nivo-caption {
    /*overflow: visible;*/
    background: none;
    height: 100%;
    width: 520px;
    padding:50px 0 40px 50px;
    left: 790px;
   /* background: rgba(255, 255, 255, .0);*/
}

.page-id-357 .nivo-caption{
    left: 360px;
    padding:50px 0 40px 14px;
}

.page-id-357 .nivo-controlNav, .page-id-357 .nivo-directionNav{
	display:none !important;
}

.nivo-caption-claim {
    width: 100%;
    margin-top: 15px;
}
.nivo-caption-claim h1 {
    margin: 0;
    padding: 0;
    color: #000;
    font: 26px/34px "UniversLTW01-53Extended", Verdana, Arial, sans-serif;
    text-indent:0;
    text-transform: none;
    text-decoration: none;
    border-bottom: none;
}
.nivo-caption-claim h1:before,
.nivo-caption-claim h1:after {
    font-size: 20px;
    display: inline-block;
    content: ">> ";
    color: #CD0D0D;
}

.page-id-357 .nivo-caption-claim h1:before,
.page-id-357 .nivo-caption-claim h1:after{
    content:' ';
}

.nivo-caption-claim h1:before{
    position: absolute;
    left:15px;
    top:65px;
}
.nivo-caption-claim h1:after {
    content: " <<";
    text-indent: 0;
    padding:0 0 0 5px;
    position:relative;
    top:-3px;
}

.nivo-caption-client {
    margin-top: 10px;
    color: #CD0D0D;
}

.page-id-357 .nivo-caption-client{
    margin-top:160px;
}

.nivo-caption-list {
    width: 470px;
    color: #000;
    position: absolute;
    bottom: 20px;
}

.page-id-357 .nivo-caption-list{
    width:320px;
    bottom: 60px;
}

.nivo-caption-list h2{
    font-size: 16px;
}
.nivo-caption-list li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}

.page-id-357 .nivo-caption-list li{
    background:none;
    padding-left:0;
}

.theme-default .nivoSlider {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.theme-default .nivo-controlNav {
    margin-top: -40px;
    margin-left: 370px;
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 100;
}
.theme-default .nivo-controlNav a {
    width: 22px;
    height: 20px;
}
.theme-default .nivo-controlNav a.active {
    background-position: 0 -20px;
}

.theme-default a.nivo-prevNav {
    left: 370px;
}
.theme-default a.nivo-nextNav {
    right: 370px;
}

/*
 * Content
 */
.content-wrapper {
    padding-bottom: 30px;
}

.l-content {
    margin-top: 45px;
    margin-bottom: 55px;
}

.l-content-images {
    margin-top: 15px;
    margin-bottom: 35px;
}
.l-content-images img {
    -webkit-box-shadow: inset 0 0 0 3px #FFF;
    -moz-box-shadow: inset 0 0 0 3px #FFF;
    box-shadow: inset 0 0 0 3px #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.l-content-images a, .l-content-images img, .l-content-images div {
    position: relative;
    z-index: 0
}
.l-content-images .icon{
    position: absolute;
    z-index:10;
    bottom:10px;
    left:10px;
    font-family:"Univers W01 63 Bold Ex", Verdana, Arial, sans-serif;
    display: inline-block;
    padding-left: 40px;
    width: 10px;
    text-transform: uppercase;
    line-height: 16px;
}
.l-content-images .text-right .icon{
    left:20px;
}

.l-content-images .span2-5.text-center .icon{
    left:16px;
}
.l-content-images .span2-5.text-right .icon{
    left:23px;
}

.l-content-images .icon:before{
    content:" ";
    position: absolute;
    z-index:10;
    bottom:1px;
    left:0;
    width: 32px;
    height: 32px;
    background: url(../img/icon-sprite.png) no-repeat;
}


.l-content-images .icon.i-b:before{ background-position: 0 0; }
.l-content-images .icon.i-b-sw:before{ background-position: -32px 0; }

.l-content-images .icon.i-s:before{ background-position: 0 -32px; }
.l-content-images .icon.i-s-sw:before{ background-position: -32px -32px; }

.l-content-images .icon.i-m:before{ background-position: 0 -64px; }
.l-content-images .icon.i-m-sw:before{ background-position: -32px -64px; }

.l-content-images .icon.i-w:before{ background-position: 0 -96px; }
.l-content-images .icon.i-w-sw:before{ background-position: -32px -96px; }

.l-content .span8 h2{
    color:#000;
    margin:40px 0 20px;
    padding:0 0 5px;
    border-bottom: 1px solid #000;
}
.l-content .span8 ul{
    margin:20px 0 30px;
}
.l-content .span8 li{
    margin:0 0 20px;
}

.l-content .span8 .minlist li{
    margin: 0 0 10px;
}

.span2-5 {
  width: 193px;
  font-size: 12px;
  line-height: 16px;
}

/* Submenu */
.nav-submenu{
    margin-top:2px;
}
.nav-submenu-item a {
    display: block;
    width: 280px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: "Univers W01 63 Bold Ex", Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #000000;
}
.nav-submenu-item + .nav-submenu-item a{
    /*padding-top: 6px;*/
}
.current_page_parent > a,
.current_nav-submenu-item > a {
    color: #C00D0D;
}
.nav-submenu ul {
    margin:0 0 15px;
}
.nav-submenu-item {
    background: none;
    width: 280px;
    padding: 0;
}
.nav-submenu-item a {
    border-bottom: 1px solid #757575;
    text-decoration: none;
}
.nav-submenu .children {
    padding-left: 0;
}
.nav-submenu .children .nav-submenu-item a {
    font-family: "UniversLTW01-53Extended", Verdana, Arial, sans-serif;
    font-size: 10px;
    line-height: 14px;
    padding-top: 3px;
     padding-bottom: 3px;
}

/* Teaser */
.teaser {
    display: inline-block;
    width: 290px;
    height: 219px;
    text-align: left;
    /*-webkit-box-shadow: inset 0 0 0 3px #FFF;
    -moz-box-shadow: inset 0 0 0 3px #FFF;
    box-shadow: inset 0 0 0 3px #FFF;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:3px solid #FFF;
    position: relative;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #efefef;
}
.span8 .teaser{
    width:620px;
}

.teaser:hover{
     -webkit-box-shadow:  0 0 5px rgba(0, 0 ,0 , 0.5);
    -moz-box-shadow:  0 0 5px rgba(0, 0 ,0 , 0.5);
    box-shadow:  0 0 5px rgba(0, 0 ,0 , 0.5);
}

.teaser__text {
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    
}
.span8 .teaser__text{
    width:600px;
}

.teaser__text h1 {
    border-bottom-color: #A5A5A5;
    position: relative;
}
.teaser__text span.price{
    color:#C00D0D;
    font-weight: bold;
    position: absolute;
    right: 2px;
    top: 50px;
    font-size: 30px;
}

.teaser__text p{
    margin:0;
}

.teaser__text strong a {
    color: #000000;
}
.teaser__text a, .teaser__text strong a:hover {
    font-weight: bold;
    color: #C00D0D;
}

/*
 * Footer
 */
.footer-wrapper {
    width: 100%;
    height: 29px;
    font-size: 9px;
    line-height: 29px;
    border-top: 1px solid #1A1A1A;
    position: absolute;
    bottom: 0;
}

.nav-footer, .nav-footer a {
    color: #757575;
    font-weight: bold;
    text-transform: uppercase;
}
.nav-footer a:hover {
    color: #C00D0D;
}
.nav-footer a:first-child {
    border: none;
}



/*contactclip*/
.contactclip{ 
    position:absolute;
    top:0; 
    width:100%;
    z-index:99;
    color: #fff;
}
.contactclip a{
    color: #fff;
}
.contactclip .sidebar-inner{
    display:none;
    background: #d90812;
    padding:0 0 20px;
}
.contactclip .noheadline{
    padding-top:60px;
}
.contactclip a.contact, .contactclip a.fancylink{
    float: right;
    display:inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 3px 8px;
    color: #FFF;
    text-transform: uppercase;
    background: #d90812;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

.contactclip a.fancylink{
    background: none;
    color: #000;
}

.contactclip a.fancylink span{
    display:none;
}

.contactclip a.share{
    background: url('../img/share.png') no-repeat center;
    width: 16px;
    height: 16px; 
}

.contactclip a.search{
    background: url('../img/search.png') no-repeat center;
    width: 16px;
    height: 16px; 
}


.contactclip h3{
    
    background: url(../img/icon_kontakt.jpg) no-repeat 0 0;
    border-bottom: 1px solid #fff;
    padding:0 0 15px 45px;
    line-height: 30px;
    text-transform: uppercase;
}



.googletrs{
    float:right;
    display: inline-block;
    background: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height:18px;
    padding: 8px 8px;
    margin:0 10px 0 0;
}
.googletrs #flags{
    float:left;
    width:18px;
    height: 18px;
    display:block !important;
    margin-top:-5px;
    
}
.googletrs #flags li{
	background: none !important;
}
.googletrs div{
    float:left;
    clear: none !important;
}

.googletrs #google_language_translator{
    display:none !important;
}

#share{
    width:350px;
    height:63px;
    overflow: hidden;
}
#search{
    width: 520px;
    height: 150px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
