/* Google Font Import
----------------------------------------------------*/
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

/* Allgemein
----------------------------------------------------*/
* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
}


html {
    position: relative;
    min-height: 100%;
}

body{
    background: #292F38 none repeat scroll 0% 0% !important;,
    font-size: 16px;
    font-weight: 300;
}

div, p{
    line-height: 150%;
    font-size: 100%;
    font-family: 'Roboto', tahoma, sans-serif;
    color: #454545;
}

p{margin-bottom: 1.5em;}

h1,h2,h3,h4,h5{
    font-weight: 400;
    text-transform: uppercase;
}

h2{margin-bottom: 1em; margin-top: 40px;
}
h3{margin-bottom: 30px;}

a{color:#E74C3C;}
a:active,a:focus,a:hover{color:#E74C3C;}

.button-red{
    background: #E74C3C;
    color: white;
    border-color: #E74C3C;
    transition: all 0.3s ease;
}

.button-red:hover, .button-red:focus{
    color: #FFF;
    background-color: #B04136;
    border-color: #E74C3C;
}

label{font-weight:400;}



.list{
    margin-left: 45px;
}


.list ol{
    margin-left: 15px;
}


.list li{
    position: relative;
    padding: 10px 15px;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.captcha-form {
    margin-top: 1em;
    font-size: 12px;
}

.captcha-form label {
    margin-top: 0.5em;
}


/* Header
----------------------------------------------------*/
#header{
    border-top: 4px solid #E74C3C;
    background: #F9F9F9;
    padding-left: 40px;
    padding-right: 40px;
}

#header-top{
    height: 30px;
    border-bottom: 1px solid lightgray;
}

#lang{
    float: right;
    padding: 5px;
    font-weight: 200;
    font-size: 12px;
    color:#E74C3C;
    padding-right:15px;
}

#lang a{
    padding-left:5px;
}

#header-main{
    line-height: 125px;
}

#header-main a{
    outline: medium none !important;
}

#logo{
    width: 100%;
    max-width: 300px;
}



/*  Navigation
----------------------------------------------------*/

.affix{
    z-index: 99;
    top: 0px;
    left: 0px;
    right:0px;
}


.navbar{
    border-radius: 0px;
}

#navigation{
    margin-bottom: 0px;
    border: 0px;
    background: none;
}

#navigation .affix{
    background: red;
}


#navigation .container{
    background: #323A45 none repeat scroll 0% 0% !important;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);

}

#navigation a{
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 40px;
    display: inline-block;
    transition: all 0.3s ease;
}

#navigation a:active {outline: none !important;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav > a:focus, .navbar-default .navbar-nav>.open>a{background: #E74C3C;}

#navigation a:hover {background: #E74C3C;}

.dropdown-submenu {position: relative;}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #262626;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu .dropdown-menu-second{display: none;}

.dropdown-submenu:hover>.dropdown-menu-second{
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    margin-left: -1px;
    border-radius: 0px 6px 6px 0px;
    background: white;
    width: 100%;
    list-style: none;
    line-height: 1.42857;
    border-left: 2px solid #E74C3C;
}

.dropdown-submenu:hover .dropdown-menu-second a{text-decoration: none;}


#navigation .dropdown-menu{
    border-bottom: 4px solid #E74C3C;
    border-radius: 4px;
    padding: 0px;
}


#navigation .dropdown-menu .chevron{
    font-size: 8px;
    padding-left: 3px;
    padding-bottom: 4px;
}


#navigation .dropdown-menu a{
    color: #262626;
    font-weight: 300;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
}

#navigation .dropdown-menu a:hover{
    background: #E74C3C;
    color: #FFF;
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 20px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

#navigation .dropdown-menu > .active > a, #navigation  .dropdown-menu > .active > a:focus, #navigation  .dropdown-menu > .active > a:hover {background: #E74C3C; color: #fff;}
#navigation .dropdown-menu-second > .active > a{ background: #E74C3C; color: #fff;}

#navbar-search-wrapper{float: right !important;}
#navbar-search{border: none;}



/*  Slideshow
----------------------------------------------------*/


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}



.carousel-control.right{
    background-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.1) 100%);
}

.carousel-control.left{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, transparent 100%);
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}



/*  Content
----------------------------------------------------*/

/*.container{
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}

body{
    background-color: #F0F0F0;
}
*/


.headline-deco{
    width: 100%;
    height: 2px;
    background: #EDEDED;
    margin: 40px auto;
    max-width: 500px;
}


.headline-deco-inner{
    width: 100px;
    height: 2px;
    background: #E74C3C;
    margin: 0 auto;
}

#intro-text{
    margin-bottom: 1em;
}


#page-wrapper{
    background: #FBFBFB;
    padding: 15px 40px 40px;
}

.content-section{padding-bottom: 5em;}
.text-brand{color: #E74C3C;}

.panel{
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.14), 0px 2px 2px 0px rgba(0, 0, 0, 0.098), 0px 1px 5px 0px rgba(0, 0, 0, 0.082);
    border: 0px;
    transition: all 0.3s ease;
}

.panel:hover{
    box-shadow: 0px 3px 15px -2px rgba(0, 0, 0, 0.14), 0px 2px 2px 0px rgba(0, 0, 0, 0.098), 0px 1px 5px 0px rgba(0, 0, 0, 0.082);
}


.panel .panel-heading{
    background: #323A45;
    color: white;
    border: 0px;
}


.panel img{
    margin-bottom: 15px;
}



#newsletter{
    background: #323A45;
    padding: 20px;
    border-radius: 6px;
}

#newsletter .form-control{
    height: 40px;
}

#newsletter .button-red{
    height: 40px;
}

#newsletter h4{
    line-height: 40px;
    margin: 0;
    color: #fff;
}



/* Product Details */

.list-product-details{
    margin-left: 15px;
}

.list-product-details ul{
    margin-left: 15px;
}


.list-product-details li{
    position: relative;
    padding: 10px 15px;
}

.carousel-product-detail .carousel-indicators{
    position: inherit;
    margin: 0 auto;
    bottom: 0px;
    text-align: left;
    left: 0;
}

.carousel-product-detail .carousel-inner{
    border-radius: 6px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width:100%;
}


.carousel-product-detail .carousel-indicators li {
    height: 100%;
    width: 40%;
}

.carousel-product-detail .carousel-indicators .active img{
    opacity: 0.5;
    border: 1px solid #E74C3C;
}

.carousel-product-detail .carousel-caption{
    bottom: 0px;
    padding-bottom: 1em;
    left:0;
    right:0;
    background-color: rgba(231, 76, 60, 0.9);
    padding:10px;
}

.carousel-product-detail .carousel-caption h3{
    margin-bottom: 2em;
}


.produkt-auswahl{
    font-size: 24px;
    border: 4px solid #323A45;
    border-radius: 6px;
    padding: 5px;
    display: block;
    color: #454545;
    background: #fff;
}
.produkt-auswahl:hover{
    cursor: pointer;
    border-color: #E74C3C;
    text-decoration: none;
}


.produkt-auswahl-wrapper{
    padding-right: 40px;
}




/*  Technische Details */


.hotspot  {
    width: 10%;
    height: 13.25%;

    position: absolute;
    display: block;
}

.hotspot:hover{border: 1px solid red; cursor:pointer;}


.tipp{
  top: 0px;
  display: none;
  border-radius: 4px;
  border: 6px solid  #F1F1F1;
  width: 100%;
  background: #323A45;
}

.tipp-body{
    padding: 15px;
}

.tipp-body p{
    color: white !important;
}

.tipp-body h4{
    color: white !important;
    margin-bottom: 1em;
}

.tipp-text{
    padding: 15px;
    background: #323A45;
    font-size: 14px;
}

.tipp-text p{
    color: white !important;
    margin-bottom: 0px;
    line-height: 34px;
}


.tipp img{
    margin: 0 auto;
    border-radius: 4px;
    margin-top: 15px;
}







/* Kontakt */

.address{margin-bottom: 1em;}
.address dd{margin-left: 30px;}
.address dt{float: left;}

.field-required{color: red;}



/* Technische Details */

.text-details p{font-size: 14px;}



/* Produkseite */
.price-info{
    font-size: 12px;
}



/*  Footer
----------------------------------------------------*/

#footer{
    font-size: 14px;
    background: #323A45;
    padding: 40px;
}

#footer p, #footer h4{
    color: #EDEDED;
}

#footer ul li{
/*    border-bottom: 1px solid #4E4E4E; */
    color: white;
    padding-left: 15px;
    line-height: 2.5em;
    list-style: none;
}

#footer ul li a{
    color:#EDEDED;
    padding-left: 5px;

}

#footer ul li:before{
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:"\e258";
    display: inline-block;
    width: 1.2em;
    margin-left: -1.2em;
    position: absolute;
}

.social a{
    font-size: 34px;
    padding-right: 5px;
    color: #EDEDED;
}

.social a:hover{color: #E74C3C;}


#footer-bottom{
    margin-top: 2em;
    font-size: 12px;
}

#footer-bottom p{
    color: #777;
}


/* media-queries
----------------------------------------------------*/

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {


}

@media (min-width: 768px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #spam {
        margin-top: 0.5em;
        margin-bottom: 1em;
    }

    .sm-top-margin{
        margin-top: 1em;
    }

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
}


/*  Login
----------------------------------------------------*/


.form-login{
    padding: 40px;
    background: #F9F9F9;
    border-radius: 4px;
    margin-top: 5em;
}

.form-login input{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.login-alert{
}





.bereich {
	position: relative
}

.bereichEditBtns {
	position: absolute; 
	top: -10px; 
	left: 0; 
	z-index: 2;
}

h2.editable, h3.editable, .cont.editable {
	background-color: #eee;
}
h2.editable:hover, h3.editable:hover, .cont.editable:hover {
	background-color: #e6e6e6;
}

img.border {
	border: 1px solid #ccc;
}

.modal { z-index: 9999 }

label.mce-label { max-width: none }

.btnEditor {
	color: #fff; 
	font-size: 16px;
	background-color: #2a9561; 
	padding: 3px 5px;
	border-radius: 5px !important;
	height: 25px;
	cursor: pointer;
	display: inline-block;
	z-index: 999;
	min-width: 25px;
	text-align: center;
}
.btnEditor.fa-eye-slash {
	background-color: #ed5565; 
}

.confirmation {
	border-radius: 5px !important;
}
.confirmation h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	width: 200px !important;
}


.searchstr { margin: 0 10px 20px 15px; float: right; text-align: center; line-height: 120% }
.searchstr .bez { font-size: 11px; text-transform: uppercase }
.searchstr .val { font-weight: bold }

.suche-container { 
	border-top: 2px dotted #ccc;
	margin: 20px 0;
	padding-top: 20px;
}
.suche-highlight {
	background-color: #e74c3c; 
	color: #fff; 
	padding: 0 2px;
	font-weight: bold;
}

.sortable {position: relative;}

#carousel-main {
	margin-top: -15px;
	margin-left: -40px;
	margin-right: -40px;
	min-height: 100px;
}

.mapCanvas {
	margin-top: -15px;
	margin-left: -40px;
	margin-right: -40px;
	min-height: 250px;
}

#newsletter-wrapper{margin-top: 3em;}
.newsletter-signature p{font-size: 14px;}
.text-info-control .active .img-responsive{background-color: #E74C3C !important;}
.text-info-control a {
    margin-right: 10px;
}



.lightbox-link span{
    position: absolute;
    font-size: 100px;
    color: rgba(231, 76, 60, 0.5);
    padding-left:50%;
    padding-top:50%;
    left:-50px; top:-100px;
    opacity: .0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}


.lightbox-link{
    display:block;
}

.lightbox-link:hover span{
    display: block;
    opacity: 1;
}



/* cookie notice */

#cookie-disclaimer{
    position: fixed;
    bottom:0;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    width: 100%;
    z-index: 999;
    padding: 1em;
    line-height: 120%;
    -webkit-backface-visibility:hidden;
    text-align: center;
}

#cookie-disclaimer .title{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 1em;
}

#cookie-disclaimer .btn-primary{
    padding: 0.3em 1em;
    text-transform: uppercase;
    background: #19b5fe;
    border-color: #19b5fe;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-left: 2em;
}

#cookie-disclaimer p {
    font-size: 12px;
    margin-bottom:0px;
    color: #eee;
}

#cookie-disclaimer a {
    font-size: 12px;
    padding-left: 5px;
}

#cookie-disclaimer .msg-close {
    color: #eee;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.modal-xl {
    max-width: 1140px;
}


@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
