/* Hier kommen alle CSS-Angaben für das spezielle Projekt hinein */

/* Sonstige Hinweise und Anmerkungen
Angabe der Schriftgröße: Dies wird zukünftig in % durchgeführt 100% = 10px
*/

/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages
Opensource-Fonts können über die folgenden Seite beschafft werden:
http://www.theleagueofmoveabletype.com
http://www.fontsquirrel.com/fontface/
http://kernest.com/
http://www.google.de/webfonts
Über den folgenden Link können ttf-Schriften einfach in ein komplettes Fontpacket mit
CSS konvertiert werden
http://www.fontsquirrel.com/fontface/generator
*/
body { font:10px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }

/* Somit wird gründsätzlich ein Scrollbalken eingeblendet, und die Seite springt nicht mehr
zwischen kurzen und langen Seiten*/
html { overflow-y: scroll; }

/* bicubic resizing for non-native sized IMG:
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
    font-size:1px;
}

/* Style für Captcha Auswertung per JS */

img.captchaImg{
    display: block;
    margin-bottom: 10px;
}

input.sendCode{
    width: 145px !important;
    margin-right: 10px !important;
}

input[type=submit].disabled {
    cursor: not-allowed;
    background:#e6e6e6 !important;
    color: #bfbfbf !important;
}


/* Ab hier kommt dann der eigentliche CSS Code*/

/*###USERSPECIFICCODE###*/
a {
    color: #C91611;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
    color: #C91611;
    outline: none;
}

div.searchButton:hover,
input.searchButton:hover,
.column a.searchButton:hover,
.column a.searchButton:focus,
.column a.searchButton:active,
.camera_caption > div > div.lineThree > a.sliderbutton {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #952612 !important;
}

/* Webfont: Lato-Regular */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'oswald_regularregular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
    url('../fonts/oswald-regular-webfont.woff') format('woff'),
    url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
    url('../fonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* für no js mobile menue */
.navigation{
    text-align: center;
}

body{
    font-size: 1.5em;
    font-family: "Lato", Georgia;;
}

h1, h2, h3, h4, h5,
.menuePoint{
    font-family: "oswald_regularregular";
}

h1 {
    margin-top: 60px !important;
    text-transform: uppercase;
}

h2{
    border-top: 1px solid #bbbbbb;
    padding-top: 30px;
    text-transform: uppercase;
}


h4 {
    font-size: 1.5em;
}

.headlineActual {
    font-size: 1.3em;
}


p {
    font-size: 1.1em;
    line-height: 1.6em;
}

.containerWrapper{
    width: 100%;
}

.row{
    padding-bottom: 15px;
}


@media (max-width: 991px) {
    .container{
        width: 100%;
    }

    .row{
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .container{
        width: 940px;
    }

    .navigation{
        height: 46px;
    }
}

/* navigation start */

.navrow{
    padding-bottom: 0;
}

ul.nav{
    margin-top: 0;
}

ul.nav ul{
    background-color: #C91611;
}

@media (max-width: 991px) {
    ul.nav{
        display: none;
    }

    .navigation{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tinynav {
        display: block;
        visibility:visible;
        width:90% !important;
        margin:auto;
        height: auto;
        padding: 4px 5px;
        background: #fafafa;
        color: #333;
        font-family: "Abel", Times, serif;
        font-size: 18px;
    }
}

ul.nav li span,
ul.nav li a{
    padding: 10px 10px;
    margin: 0px 35px;
    color: #fff;
    display: block;
    float: left;
    position: relative;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    font-size: 1.1em;
}

a.home,
span.home{
    height: 45px;
}

ul.nav li span{
    border-bottom-color: #fff;
}

ul.nav li a:hover,
ul.nav li a.active,
ul.nav li a:focus{
    /*background-color: #C40701;*/
    background-color: transparent;
    border-bottom-color: #fff !important;
}

ul.unternav{
    border-top-width: 0;
    border-top-left-radius: 0 ;
    border-top-right-radius: 0;
    border-radius: 0px !important;
    background-color: #952612 !important;
}

.dropdown-menu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

ul.unternav li span,
ul.unternav li a{
    position: relative;
    margin: 0;
    width: 100%;
}
ul.unternav li span:hover,
ul.unternav li a:hover,
ul.unternav li.active span {
    background-color: #C91611;
    color: #fff;
}

/* navigation ende */

/*.logo start */

@media (max-width: 991px) {
    @media (min-width: 400px) {
        #homeAdress img{
            position: absolute;
        }
    }
    #homeAdress img{
        height: 70px;
        margin-left: 30px;
    }

    .logo .info span.oneInfoLine {
        float: right;
        text-align: right;
        padding-right: 0px;
    }
}
.logo div.info i {
    font-size: 1.5em;
}
.logo div.info {
    float: right;
    font-size: 1em;
    margin-top: 20px;
    text-align: right;
}
/*.logo ende */


ul.info {
    list-style: none;
    padding-left: 0px !important;
    margin-top: 10px;
}

ul.info li {
    margin-bottom: 7px;
    line-height: 1.5em;
}

ul.info li a {
    color: #000000 !important;
}

ul.info li.headline {
    font-weight: bold;
    margin-bottom: 10px;
}

ul.info.socialicons li {
    margin-bottom: 5px;
}

ul.info.socialicons li.headline {
    margin-bottom: 2px;
}

ul.info li img.socialicon {
    max-width: 113px;
    width: 100%;
}

/*.navigation start */
.button,
.bgcolorred{
    background-color: #C91611;
    background:linear-gradient( #C91611, #952612);
}
/*.navigation ende */

/*.teaser start */
.teaserbackground{
    background-image: url('../media/teaser_1.png');
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
}
/*.teaser ende */

/*.content start */
/*.content ende */

/*.partner start */
.bgcolorgray{
    background-color: #CECECE;
}
.partner img{
    width: 100%;
}
/*.partner ende */

/*.footer small Desktop start */

.bgcolordarkgray{
    color: #999999;
    background-color: #2D2D2D;
}

.puzzle{
    background-image: url('../media/puzzle.png');
    background-position: right top;
    background-repeat: no-repeat;
}

.footerWrapper{
    border-top: 30px solid #C40701;
}
.footerContainer{
    padding-top: 50px;
    padding-bottom: 20px;
}
.bgcolordarkgray a{
    color: #999999;
}
.footertext .wrapper{
    display: inline-block;
    margin-bottom: 20px;
}
.footerbottom{
    padding-top: 20px;
}
.footerbottom .right{
    text-align: right;
}
.footertext .map{
    text-align: right;
}
.footertext .map img{
    max-width: 100%;
}

@media (max-width: 991px) {
    .footertext .map{
        text-align: center;
        width: 100%;
    }
    /*
    .footertext h4{
        text-align: center;
    }
    */
    .footertext .wrapper{
        width: 100%;
        /*text-align: center;*/
    }
    .footerbottom .right a{
        display: inline-block;
        float: right;
        width: 100%;
    }
    .footerbottom .right p{
        display: none;
    }

    .lightbox-container-image-box {
        max-width: 350px;
    }
}
@media (min-width: 992px) {
    .footerbottom .right p{
        display: inline;
    }
    .footerbottom .right a{
        display: inline;
    }
}
/*.footer mobile ende */


/* modul aktuelles Start */

.modulAktuelles{
    overflow-y: hidden;
}

.modulAktuelles img{
    max-width: 100% !important;
}

.modulAktuelles .bold{
    font-weight: bold;
    padding-bottom: 15px;
    display: inline-block;
}

.wrapper .bold {
    font-weight: bold;
    font-size: 1.1em;
}

.searchButton,
.modulLinkPic .button,
.modulAktuelles .button{
    display: inline-block;
    color: #fff;
    padding: 5px 8px;
    background-color: #D11919;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.searchButton p{
    margin-bottom: 0;
}

.modulLinkPic img{
    max-width: 100%;
}

.modulAktuellesArrow{
    position: absolute;
    width: 50px;
    height: 100%;
    font-size: 3.0em;
    line-height: 5.0em;
    cursor: pointer;
}
.modulAktuellesArrow:hover{
    color: #D11919;
}

.modulAktuellesBack{
    left: -50px;
}
.modulAktuellesForward{
    right: -50px;
}

/* modul aktuelles Ende */

.maschinencommon {
    border-top: 1px solid #bbbbbb;
    padding-top: 20px;
}

.maschinencommon .img{
    text-align: center;
}

.maschinencommon .img img{
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .maschinencommon .img img{
        padding-left: 20px;
    }
}

.mdButton{
    padding: 5px 8px;
}

.kontaktbutton{
    border: 0;
}

.lightboxImage {
    height: 70px;
    padding-right: 10px;
    padding-top: 10px;
}

#lightbox-container-image-data-box{
    position: relative;
    margin-top: -38px;
    z-index: 10;
}


#r2ptestcarousel .item {
    margin: 3px;
}
#r2ptestcarousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

.form-control {
    border-radius: 0px !important;
}
.form-control:focus {
    border-color: #a8a8a8 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(178, 178, 178, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(178, 178, 178, .6) !important;
}

.captchaImg {
    margin-bottom: 7px;
    display: block;
}

.sendCode {
    width: 140px;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background: #952612 !important;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: #C91611 !important; /***** Template color added *****/
}

.owl-theme .owl-controls .owl-page span {
    background: #a8a8a8;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #C91611 none repeat scroll 0 0;
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    #homeAdress img {
        height: 170px;
        margin-left: 30px;
    }

    .logo {
        min-height: 100px;
    }

    ul.info li img.socialicon {
        max-width: 125px;
    }
}

@media (min-width: 768px) and (max-width: 808px) {
    #homeAdress img {
        height: 150px !important;
    }
}

@media (max-width: 767px) {
    .logo {
        min-height: 90px;
        padding-right: 0px !important;
    }

    #homeAdress {
        float: left;
    }

    #homeAdress img {
        height: 90px;
        margin-left: 0px;
    }

    #homeAdress img {
        height: 110px !important;
    }

    ul.info li img.socialicon {
        max-width: 75px;
    }

    ul.info li {
        font-size: 10px;
    }

    ul.socialicons {
        float: right;
    }

    ul.socialicons li {
        display: inline !important;
        float: left;
        margin-right: 25px;
    }

    ul.socialicons li.headline {
        padding-top: 7px;
        font-size: 13px;
    }
}

.toTop {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    background: #888;
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}
.toTop:hover {
    color: #fff;
    background: #952612;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .toTop {
        display: none !important;
    }
}
.primary {
    color: #952612;
}

.owl-wrapper-outer {
    margin-left: 15px !important;
}

.actualTeaserImage {
    border: 1px solid #e5e5e5;
    display: block;
    margin: 0 0 10px 0;
}

.camera_caption {
    top: 10%;
    left: 5%;
}

.camera_caption > div {
    background: none;
}

.camera_caption > div > .lineTwo,
.camera_caption > div > .lineOne {
    display: block;
    margin-bottom: 10px;
}

.camera_caption > div > .lineTwo {
    margin-bottom: 15px;
}

.camera_caption > div > .lineTwo > span ,
.camera_caption > div > .lineOne > span {
    font-size: 1em !important;
    color: #000000 !important;
    background-color: rgba(255,255,255,0.8);
    padding: 5px;
}


.camera_caption > div > div.lineThree > a.sliderbutton {
    font-size: 1em !important;
    padding: 3px;
    cursor: pointer;
    background-color: #C91611;
    background:linear-gradient( #C91611, #952612);
}

@media (min-width: 768px) {
    .camera_caption > div > .lineTwo > span ,
    .camera_caption > div > .lineOne > span,
    .camera_caption > div > div.lineThree > a.sliderbutton {
        font-size: 1.5em !important;
    }
    .camera_caption {
        top: 20% !important;
        left: 15% !important;
    }
}

@media (max-width: 991px) {
    #youtubelogomobile {
        position: absolute;
        top: 10px;
        left: 380px;
    }
    #youtubelogomobile img{
        width: 70px;
    }
}

@media (max-width: 767px) {
    #youtubelogomobile {
        position: absolute;
        top: 95px;
        left: 15px;
    }
    #youtubelogomobile img{
        width: 50px;
    }
}

.owl-buttons {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 100%;
}

.owl-buttons div.owl-prev,
.owl-buttons div.owl-next {
    border: none !important;
    color: #fff !important;
    background: #888 !important;
    text-align: center;
    text-decoration: none;
}

.owl-buttons div.owl-prev:hover,
.owl-buttons div.owl-next:hover {
    color: #fff;
    background: #952612;
}

.owl-buttons div.owl-prev {
    float: left;
}

.owl-buttons div.owl-next {
    float: right;
}

:target:before {
    content: "";
    display: block;
    height: 100px; /* same as your fixed header height */
    margin: -100px 0 0; /* negative fixed header height */
}

/*###USERSPECIFICCODE###*/