body {
    font: 13px/1.615 "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 980px;
    min-height: 400px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body #wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100%;
    top: -8px;
    left: -8px;
}

body #wrapper .holder {
    display: table;
    width: 100%;
}

body #wrapper .holder .frame {
    display: table-cell;
    vertical-align: middle;
}

body #wrapper .holder .frame .container {
    width: 980px;
    margin: 0 auto;
}

body #wrapper .holder .frame .container header {
    height: 40px;
}

body #wrapper .holder .frame .container header div {
    float: left;
    height: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 10px;
}

/* Logo START */
body #wrapper .holder .frame .container header .logo {
    margin: 0 0 0 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    width: 160px;
}
body #wrapper .holder .frame .container header .logo a {
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 120px;
    z-index: 1;
    background: transparent url("../images/bechtle_logo.png") center center no-repeat;


}
/* Logo END */

/* Navigation Button START */
body #wrapper .holder .frame .container header div#navigation {
    float: right;
    padding: 0 10px 0 15px;
    cursor: pointer;
    position: relative;
}
body #wrapper .holder .frame .container header div#navigation p {
    margin: 12px 0;
}
body #wrapper .holder .frame .container header div#navigation .drop-down {
    display: none;
    position: absolute;
    z-index: 20;
    width: 380px;
    right: 0;
    height: auto;
    padding-bottom: 20px;
}
body #wrapper .holder .frame .container header div#navigation .drop-down h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin: 20px;
}
body #wrapper .holder .frame .container header div#navigation .drop-down p {
    font:  16px/1.615 "Open Sans";
    font-weight: 400;
    line-height: 24px;
    margin: 20px;
}
body #wrapper .holder .frame .container header div#navigation .drop-down a {
    font-size: 16px;
    font-weight: 700;
    margin: 20px;
    padding: 10px 50px;
    width: 100px;
    text-decoration: none;
    line-height: 40px;
}
/* Navigation Button END */

/* Footer START */
body #wrapper .holder .frame .container footer {
    height: 40px;
}
/* Footer END */
body #wrapper .holder .frame .container #content {
    height: 320px;
    overflow: hidden;
}
/** Überschriften START **/
body #wrapper .holder .frame .container #content section.vertical {
    float: left;
    width: 160px;
    padding-top: 80px;
}
body #wrapper .holder .frame .container #content section.vertical div {
    height: 79px;
    line-height: 80px;
    cursor: pointer;
    text-align: center;
}
body #wrapper .holder .frame .container #content section.vertical div p {
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    font-weight: 700;
    font-size: 14px;
}
body #wrapper .holder .frame .container #content section.vertical div {
    margin-top: 1px;
}
/** Überschriften END **/
body #wrapper .holder .frame .container #content section.horizontal div {
    height: 100%;
    position: relative;
}

/** Silder START **/
body #wrapper .holder .frame .container #content section.horizontal {
    float: right;
    width: 820px; /*900px;*/
    height: 1280px;
    overflow: hidden;
}
body #wrapper .holder .frame .container #content section.horizontal section {
    height: 320px;
    position: relative;
}
body #wrapper .holder .frame .container #content section.horizontal section div {
    width: 820px; /*900px;*/
    height: 100%;
    float: left;
    background-size:cover;
}
body #wrapper .holder .frame .container #content section.horizontal section div.list {
    position: relative;
}
body #wrapper .holder .frame .container #content section.horizontal section div.list div.overlay {
    position: absolute;
    z-index: 10;
    background-color: #000000;
    opacity: 0;
}
body #wrapper .holder .frame .container #content section.horizontal section div.list.active div.overlay {
    z-index: 0;
    position: absolute;
}
body #wrapper .holder .frame .container #content section.horizontal section.videos div {
    width: 570px; !important;
    cursor: pointer;
}
body #wrapper .holder .frame .container #content section.horizontal section .videos iframe {
    z-index: 5;
    position: absolute;
    margin-left: 150px;
}
body #wrapper .holder .frame .container #content section.horizontal section .videos div h2 {
    text-transform: uppercase;
}
body #wrapper .holder .frame .container #content section.horizontal section div h2 {
    font-size: 34px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0;
}
body #wrapper .holder .frame .container #content section.horizontal section.news div div.text {
    left: 165px;
    top: 75px;
    width: 600px;
    height: auto;
}
body #wrapper .holder .frame .container #content section.horizontal section.news div div.text h2 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 5px;
    margin-left: 20px;
    line-height: 30px;
    width: 470px;
}
body #wrapper .holder .frame .container #content section.horizontal section.news div div.text .holder {
    margin-left: 20px;
    margin-bottom: 20px;
    width: 470px;
    height: auto;
}
body #wrapper .holder .frame .container #content section.horizontal section.news div div.text .holder p {
    text-align: left;
    font-size: 14px;
    margin-left: 0;
}
body #wrapper .holder .frame .container #content section.horizontal section div iframe {
    display: none;
}
body #wrapper .holder .frame .container #content section.horizontal section div div.holder {
    width: 450px;
    height: 100px;
    margin-left: 225px;
}
body #wrapper .holder .frame .container #content section.horizontal section.videos div div.holder {
    margin-left: 61px;
}
body #wrapper .holder .frame .container #content section.horizontal section div div.holder p {
    font: 20px/1.615 "Open Sans";
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}
body #wrapper .holder .frame .container #content section.horizontal section.videos div div.holder p {
    font:  26px/1.615 "Open Sans";
    line-height: 33px;
}
body #wrapper .holder .frame .container #content section.horizontal section.news .list .text-list {
    margin: 35px 40px;
    padding: 10px 20px;
    display: inline-block;
    border-left: solid;
    border-width: 10px;
    width: 300px;
    height: 90px;
}
body #wrapper .holder .frame .container #content section.horizontal section div .text-list h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin: 0;
}
body #wrapper .holder .frame .container #content section.horizontal section div .text-list p {
    font:  14px/1.615 "Open Sans";
    text-align: left;
    margin: 0;
}
body #wrapper .holder .frame .container #content section.horizontal section.news .list a {
    text-decoration: none;
}
body #wrapper .holder .frame .container #content section.horizontal section.news .list .text-list:nth-child(-n+2) {
    margin-bottom: 0;
}
body #wrapper .holder .frame .container #content section.horizontal section div div.button {
    width: 150px;
    height: 35px;
    margin-top: 10px;
    margin-left: 211px;
    pointer-events:auto;
}
body #wrapper .holder .frame .container #content section.horizontal section div div.button button {
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0;
    border: none;
    font-weight: 700;
    cursor: pointer;
}
/** Slider END **/


body #wrapper .holder .frame .container #content section.horizontal section:not(.active) {
    /*display: none;*/
}

body #wrapper .holder .frame .container #content section.horizontal nav {
    cursor: pointer;
    width: 820px; /*900px;*/
    position: absolute;
    top: 180px;
    z-index: 15;
    pointer-events:none;
}

body #wrapper .holder .frame .container #content section.horizontal nav div {
    width: 50px;
    height: 50px;
}
body #wrapper .holder .frame .container #content section.horizontal nav div div {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    pointer-events:auto;
}
body #wrapper .holder .frame .container #content section.horizontal nav div i {
    margin-top: 6px;
    margin-left: 10px;
    position: relative;
    top: -50px;
    opacity: 0.9;
}
body #wrapper .holder .frame .container #content section.horizontal nav div#next {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
}
body #wrapper .holder .frame .container #content section.horizontal nav div#next i {
    margin-left: 15px;
}

body #wrapper .holder .frame .container footer div {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding: 11px 0 13px 0;
    height: 45px;
}
body #wrapper .holder .frame .container footer .powered-by {
    top: -70px;
    left: 825px;
    width: 200px;
    font:  9px/1.615 "Open Sans";
    font-weight: 700;
    line-height: 14px;
}
body #wrapper .holder .frame .container footer .powered-by p,
body #wrapper .holder .frame .container footer .powered-by img {
    float: left;
}
body #wrapper .holder .frame .container footer .powered-by p {
    padding-right: 5px;
}


body #wrapper .holder .frame .container footer div ul {
    padding: 0 5px;
    list-style: none;
    margin: 0;
    vertical-align: top;
    display: inline-block;
}
body #wrapper .holder .frame .container footer div ul#tabset li {
    float: left;
    height: 16px;
    margin-left: 15px;
}
body #wrapper .holder .frame .container footer div ul#tabset li:first-child {
    margin-left: 0;
}
body #wrapper .holder .frame .container footer div ul#tabset li a {
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 10px;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
body #wrapper .holder .frame .container #content section.horizontal section div.list.active div.overlay {
    /*opacity: 0.4;*/
}
body #wrapper .holder .frame .container:not(:hover) #content section.horizontal nav {
    /*display: none;*/
}
button {
    font: 16px/1.615 "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
}
body #wrapper .holder .frame .container #content section.horizontal section.news div div.text .button {
    position: relative;
    bottom: 25px;
    left: -190px;
}
body #wrapper .holder .frame .container #content section.horizontal section.news div div.text .holder button,
body #wrapper .holder .frame .container #content section.horizontal section.news div div.text .button button {
    margin: 10px 0 -5px;
    padding: 5px 0;
    width: 150px;
    height: 100%;
    font-size: 16px;
    text-align: center;
    border: none;
    font-weight: 700;
    cursor: pointer;
}
body #wrapper .holder .frame .container #content section.horizontal section.news div a:not(:hover) div.text-list button {
    display: none;
}
body #wrapper .holder .frame .container #content section.horizontal section.news div a:hover div.text-list button {
    display: block;
    padding: 5px;
    margin: 27px 70px;
    width: 150px;
    border: none;
    cursor: pointer;
}
body #wrapper .holder .frame .container #content section.horizontal section.news div a:hover div.text-list h2,
body #wrapper .holder .frame .container #content section.horizontal section.news div a:hover div.text-list p {
    display: none;
}
