/* Created on : 27.05.2015, 14:26:22
   Author     : andreask */

/* Colors
Text/Content RGB: #3c3c3b
H1 + Highlights + Icons RGB: #178fcb
Highlights + Icons RGB: #81CD40 


blau: #178fcb
grün: #81CD40

*/

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.left {
    float: left;
}

.right {
    float: right;
}

.block {
    display: block;
}

small, .small {
    font-size: 0.8em;
    line-height: 1.2em;
}

em {
    font-style: italic;
}

b, strong {
    font-weight: 700;
    color: #888;
}

.green {
    color: #81CD40;
}

.last-change {
    display: none;
}

.cleaner {
    clear: both;
    height: 1px;
    line-height: 0;
}

p {
    padding: 0;
    margin: 10px 0;
}

.mt-30 {
    margin-top: 30px;
}

hr {
    border-top: 0;
    border-bottom: 1px solid #feca01;
}

hr.blue {
    border-top: 0;
    border-bottom: 1px solid #feca01;
}

hr.hr-short {
    margin-left: 35%;
    margin-right: 35%;
}

hr.line {
    clear: both;
    border: none;
    border-bottom: 1px solid #feca01;
    width: 100%;
    height: 1px;
    margin: 0.4em 0;
    padding: 0.4em 0;
}

hr.hiddenhr {
    border-width: 0;
    padding: 5px 0;
}

.content img,
.content-segment img {
    max-width: 100%;
    height: auto;
}

.content img.img-left,
.content img.img-right,
.content img.img-outline {
    width: auto;
}

.img-left {
    float: left;
    margin: 0 15px 15px 0;
}

.img-right {
    float: right;
    margin: 0 0 15px 15px;
}

.img-outline {
    padding: 4px;
    border: 1px solid #3a3b3d;
}

a {
    color: #81CD40;
    cursor: pointer;
    outline-width: 0;
}

a[name] {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 1px;
    margin-top: -110px;
}

.content a, .content a:visited {
    color: #81CD40;
    outline-width: 0;
    text-decoration: none;
}

.bg-dgrey .content a, .bg-dgrey .content a:visited,
.bg-blue .content a, .bg-blue .content a:visited {
    color: #ffffff;
    font-weight: 400;
}

.content a:hover {
    color: #444444;
    text-decoration: none;
}


.blue {
    color: #3e71a8;
}

.container-fluid {
    padding: 0;
}

.colored {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bg-green {
    background-color: #81CD40;
    color: #ffffff;
}
.bg-grey {
    background-color: #EAEAEA;
    color: #666;
}
.bg-lgrey {
    background-color: #F5F5F5;
    color: #666;
}

.bg-green *,
.bg-green .h1, .bg-green h1, .bg-green .h2, .bg-green h2, .bg-green .h3, .bg-green h3,
.bg-green .h4, .bg-green h4, .bg-green .h5, .bg-green h5, .bg-green .h6, .bg-green h6 {
    color: #888;
}

.csstyle {
    padding: 1em 1em;
    box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
    border-bottom: 1px solid #81CD40;
}
.csstyle.bg-green {
    padding: 1em 1em;
    box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
    border-bottom: 1px solid #feca01;
}

.csstyle > .content-segment {
    font-size: 15px!important;
}
.csstyle.bg-green .content-segment * {
    color: #fff!important;
}

.bordered {
    /*
    border: 1px solid #b0c6dd;
    padding: 1em 2em;
    min-height: 420px;
    margin-bottom: 1em;
    */
}

.bg-lgrey .bordered {
    border-color: #81CD40;
}

.bg-green .bordered {
    border-color: #ffffff;
}

.boxes {
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -100px;
}
.boxes .box-item {
    padding: 0;
    margin-top: 20px;
    height: 300px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 3px -3px rgba(0,0,0,0.2);
    border-bottom: 1px solid #feca01;
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: default;
}
.boxes .box-item:hover {
    margin-top: 0px;
    height: 320px;
}
.boxes .box-item .box-bg {
    padding: 1.5em;
    height: 100%;
    width: 100%;
}
.boxes .box-item .color-scale-1 {
    background: rgba(119, 188, 58, 1);
}
.boxes .box-item .color-scale-2 {
    background: rgba(119, 188, 58, 0.9);
}
.boxes .box-item .color-scale-3 {
    background: rgba(119, 188, 58, 0.8);
}
.boxes .box-item .color-scale-4 {
    background: rgba(119, 188, 58, 0.7);
}

.boxes .box-item .box-bg .box-icon {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.boxes .box-item .box-bg .box-head .h4 {
    color: #fff;
    font-size: 1.4em;
}
.boxes .box-item .box-bg .box-head .h4 a{
    color: #fff;
}
.boxes .box-item .box-bg .box-desc {
    color: #fff;
    font-size: 0.9em;
    line-height: 1.4em;
}
.boxes .box-item .box-bg .box-link {
    position: absolute;
    bottom: -20px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.boxes .box-item:hover .box-bg .box-link {
    bottom: 20px;
    opacity: 1;
}
.boxes .box-item .box-bg .box-link a {
    display: block;
    color: rgba(119, 188, 58, 1);
    background: #fff;
    font-weight: 600;
    text-align: right;
}

#back-to-top {
    width: 30px;
    height: 30px;
    padding: 2px 5px;
    text-align: center;
    background: rgba(129, 205, 64, 1);
    color: #fff;
    font-weight: 600;
    border: 0px solid #fff;
    text-decoration: none;
    position: fixed;
    z-index: 9999;
    bottom: 8px;
    right: 15px;
    display: none;
    transition: all 0.5s ease-in-out;
}

#back-to-top:hover {
    text-decoration: none;
    background: rgba(129, 205, 64, .8);
    color: #fff;
}
#back-to-top i {
    font-weight: 600;
}

html {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #3c3c3b;
    letter-spacing: 0.05em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

#searchLayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.85);
}

#searchLayer > a {
    display: inline-block;
    float: right;
    padding: 5px;
    margin: 20px;

    cursor: pointer;
}

#searchLayer > a img {
    opacity: 0.7;
    transition: all 0.5s ease-in-out;
}

#searchLayer > a:hover img {
    opacity: 1;
}

#searchItem {
    width: 500px;
    /*! height: 80px; */
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -250px;
}

#searchItem form {
    background: transparent;
    border-bottom: 1px solid #fff;
    padding: 0 0 5px 0;
}

#searchItem form,
#searchItem form .form-group {
    width: 100%;
}

#searchItem form input {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    width: 85%;
    float: left;
}

#searchItem form input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

#searchItem form button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    width: 10%;
    float: right;
    text-align: right;
    padding: 5px 0;
    margin-top: -10px;
    cursor: pointer;
}

#header {
    border-width: 6px 0 1px 0;
    border-style: solid;
    border-color:  #fff  #fff #feca01 #fff!important;
    padding: 16px 0 0 0;
    margin-top: 0;
    position: relative;
    z-index: 1000;
    background: #fff;

}

#headnav {
    padding: 0;
    margin: 0;
}

#header .navbar-collapse {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#header .logo {
    width: 20%;
    margin-right: 2%;
    margin-top: 0;
    margin-left: 1%;
    margin-bottom: 1%;
}
#header.sticky .logo {
    width: 12%;
    margin-left: 35px;
}

#header .main-nav {
    /*width: 65%;*/
    font-size: 0.85em;
}

#header .main-nav .navbar-nav {
    padding-top: 40px;
    width: 100%;
}

#header.sticky {
    background: #fff;
}

#header.sticky .main-nav .navbar-nav {
    padding-top: 0;
}

#header.sticky .navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 1160px;
    float: none;
    margin: 0 auto;
}


#header #shortcut {
    position: absolute;
    left: 50%;
    top: 10px;
    z-index: 100;
    margin-left: 180px;
    width: 400px;

    text-align: right;
}
#header #shortcut ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#header #shortcut ul li{
    display: inline-block;
    padding: 0 3px;
    margin: 0 15px 0 0;
}
#header #shortcut ul li:last-child{
    margin-left: 15px;
}
#header #shortcut ul li a{
    display: block;
    padding: 1px 0;
    font-size: 0.8em;
    line-height: 1em;
    color: #81CD40;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
#header #shortcut ul li a:hover{
    color: #888;
}
#header #shortcut ul li a.btn{
    display: inline-block;
    padding: 6px 10px;
    font-size: 1em;
    line-height: 1.4em;
    color: #fff;
}

#header #shortcut ul li a span.badge {
    position: absolute;
    margin-top: -9px;
    margin-left: -5px;
    border: none;
    font-size: 0.7em;
    font-weight: 400;
    padding: 2px 4px;
    background: #81CD40;
    transition: all 0.3s linear;
}

.header .sticky .main-nav .navbar-nav {
    padding: 0;
    margin-left: 0;
}

/* Desktop */
.header .short {
    margin-left: 0;
}

.header .short li {
    display: inline-block;
    float: left;
    width: auto;
    margin: 0;
    padding: 56px 0 0 10px;
}

.header .short li > span,
.header .short li > a {
    /*display: block;*/
    width: 25px;
    height: auto;
    padding: 0 5px;
    text-align: center;
    font-size: 1em;
    line-height: 0.9em;
    color: #37484f;
}

.header .short li > span {
    color: #CED7DB;
}

.header .short li a:hover {
    text-decoration: none;
    color: #000;
}

/* Mobile Device */
#slButtons {
    background: #37484F;
    height: 35px;
    padding: 5px;

}

#slButtons ul.short li {
    display: inline-block;
    float: left;
    width: 40px;
}

#slButtons ul.short li:last-child {
    border-left: 1px solid #fff;
}

#slButtons ul.short li a,
#slButtons ul.short li span {
    display: block;
    color: #fff;
    text-align: center
}

#slButtons ul.short li span {
    color: rgba(255, 255, 255, 0.6);
}

#header.sticky {
    border-bottom: 1px solid #feca01;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-animation: fixpos 0.5s;
    animation: fixpos 0.5s;
}

#header.sticky .main-nav {
    width: 80%;
    float: left;
    margin-top: 15px;
}

#header.sticky .main-nav .navbar-nav {
    margin-left: 0;
}

.head-image {
    margin-top: 0;
    margin-bottom: 30px;
}

.head-image.sticky {
    margin-top: 141px;
}

.head-image .catdesc {
    position: absolute;
    top: 400px;
    right: 50%;
    margin-right: -570px;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 1em;
    text-align: right;
}

.breadcrumb-banner {
    margin-top: 0;
    margin-bottom: 10px;
}

/* TOP NAVI NORMALY */
.navbar-header a {
    display: none;
}

.head-image img {
    width: 100%;
    height: auto;
}

#content.content,
#content.content.sticky {
    margin-top: 0;
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

#content .contentafterslider {
    margin-top: -4px;
}

#content.sticky .contentafterslider {
    margin-top: -15px;
}

#content .mt-2 .container {
    width: auto;
}

.certificate {
    padding: 30px 0;
}

.footer {
    margin-top: 80px;
    font-size: 1em;
    line-height: 0.5em !important;
    overflow: hidden;
}

.footer .footer-top {
    padding: 0 0 30px 0;
    color: #81CD40;
}
.footer .footer-top > .container {
    color: #3c3c3b;
}

.footer .footer-top a,
.footer .footer-top strong {
    color: #81CD40;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.footer .footer-top a:hover {
    color: #888;
}

.footer .footer-top .row {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    padding: 0;
}

.footer .footer-top ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer .footer-top ul li {
    padding: 4px 0;
}
.footer .footer-top ul li a {
    display: block;
    font-size: 0.95em;
    line-height: 1.1em;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.footer .footer-top ul li a:hover {
    color: #888;
}

.footer .footer-top .h4 {
    display: block;
    font-size: 16px;
    line-height: 0;
    padding: 0;
    margin: 0 0 35px 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #666;

}

.footer .footer-top .h4.mt-30 {
    margin: 35px 0 35px 0;
}

.footer .footer-top .logo-footer {
    padding-top: 15px;
}
.footer .footer-top .phone,
.footer .footer-top .fax,
.footer .footer-top .links,
.footer .footer-top .mail {
    padding-top: 10px;
}

.footer .footer-top .row p {
    color: #81CD40;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 600;
}
.footer .footer-top .row p i {
    color: #81CD40;
    font-size: 2em;
    line-height: 1.6em;
    font-weight: 600;
}

.footer .footer-bottom {
    color: #888;
    font-size: 0.9em;
    padding: 10px 0;
}

.footer .footer-bottom .copy p {
    color: #888;
}
.footer .footer-bottom .copy p a {
    color: #888;
}

/* CONTENT TEMPLATES */

.content .ctpl {
    padding: 10px 20px;
}

.content .nlp {
    padding: 10px 0 20px 0;
}

.content .panel-group,
.content .nav-tabs[role=tablist],
.content .tab-content{
    margin-left: 20px;
    margin-right: 20px;
}

/* CONTENT DECLARATION */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.htag1, .htag2, .htag3, .htag4, .htag5, .htag6 {
    margin-top: 10px;
    margin-bottom: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #81CD40;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
.htag1 > a, .htag2 > a, .htag3 > a, .htag4 > a, .htag5 > a, .htag6 > a {
    text-decoration: none;
    color: #81CD40;
}

h4, h5, h6, .h4, .h5, .h6, .htag4, .htag5, .htag6 {
    font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6,
.htag1, .htag2, .htag3, .htag4, .htag5, .htag6 {
    display: block;
}

h1, .h1, .htag1 {
    font-size: 33px;
}

h2, .h2, .htag2 {
    font-size: 25px;
    line-height: 32px;
}

h3, .h3, .htag3 {
    font-size: 22px;
}

h4, .h4, .htag4,
h5, .h5, .htag5,
h6, .h6, .htag6 {
    font-size: 18px;
}

.h2.head-bg {
    height: 70px;
    color: #fff;
    background: url(../../img/custom/headline-bg.png) bottom center no-repeat;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    padding-top: 5px;
}

.h2.clock:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f017';
    margin-right: 10px;
    font-weight: 500;
    font-size: 30px;
}
.h2.clock {
    font-size: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 25px;
}


.title {
    font-weight: 400;
}

.subline {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #c2dbef;
}

.content-segment a.pdf:before,
.content-segment a.doc:before,
.content-segment a.docx:before,
.content-segment a.xls:before,
.content-segment a.xlsx:before,
.content-segment a.ppt:before,
.content-segment a.pptx:before,
.content-segment a.zip:before,
.content-segment a.rar:before,
.content-segment a.txt:before,
.content-segment a.mp3:before,
.content-segment a.flv:before,
.content-segment a.mpeg:before,
.content-segment a.gif:before,
.content-segment a.png:before,
.content-segment a.jpg:before,
.content-segment a.jpeg:before {
    font-family: 'Font Awesome 5 Pro';
    margin-right: 5px;
}
.content-segment a.pdf:before {
    content: '\f1c1';
}
.content-segment a.doc:before,
.content-segment a.docx:before {
    content: '\f1c2';
}
.content-segment a.xls:before,
.content-segment a.xlsx:before {
    content: '\f1c3';
}
.content-segment a.ppt:before,
.content-segment a.pptx:before {
    content: '\f1c4';
}
.content-segment a.zip:before,
.content-segment a.rar:before {
    content: '\f1c6';
}
.content-segment a.txt:before {
    content: '\f0f6';
}
.content-segment a.mp3:before,
.content-segment a.wav:before {
    content: '\f1c7';
}
.content-segment a.flv:before,
.content-segment a.mpeg:before,
.content-segment a.mov:before {
    content: '\f1c8';
}
.content-segment a.gif:before,
.content-segment a.png:before,
.content-segment a.jpg:before,
.content-segment a.jpeg:before {
    content: '\f1c5';
}

.content .content-segment ul {
    padding: 0 1em;
    margin: 0.5em 0;
    list-style-type: none;
}
.content .content-segment ol {
    padding: 0;
    margin: 0.5em 1.5em;
    list-style-type: decimal;
}

.content .content-segment ul li,
.content .content-segment ol li {
    padding: 2px 0.5em;
}

.content .content-segment ul li:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 0.85em;
    display: inline-block;
    margin-right: 15px;
    margin-left: -25px;
    content: '\f45c';
    font-size:  0.5em;
    font-weight: 600;
    color: #81CD40;
}

ul.breadcrumb-list {
    display: block;
    width: 100%;
    padding: 0 0.6em;
    margin: 10px 0;
    list-style-type: none;
}

.breadcrumb-row {
    padding: 1em 0;
    margin: 0;
}

.breadcrumb-row > div:first-child {
    padding: 0;
    margin: 0;
}

ul.breadcrumb-list li {
    float: left;
    margin: 0;
    padding: 0;
}

ul.breadcrumb-list li a {
    display: inline-block;
    color: #3d72a7;
}

ul.breadcrumb-list li span {
    display: inline-block;
    white-space: nowrap;
}

ul.breadcrumb-list li i {
    margin: 0 5px;
    color: #37484F;
}

.dropdown-menu > li > a {
    font-weight: 300;
}

.content-submenu > div:first-child {
    padding-left: 0;
}

.content-submenu > div:last-child {
    padding-right: 0;
}

.subnavigation {
    margin-bottom: 80px;
}

.subnavigation .htag3 {
    text-transform: uppercase;
    font-size: 22px;
    color: #178fcb;
    padding: 0 10px;
}

.subnavigation ul{
    margin: 30px 0 10px 12px;
    padding: 10px 0;
    list-style-type: none;
    border-width: 1px 0;
    border-style: solid;
    border-color: #81CD40;
}

.subnavigation ul ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.subnavigation ul li.cat_level_1 {
    padding: 0;
}

.subnavigation ul li.cat_level_2 {
    padding: 0;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 0;
}

.subnavigation ul li.cat_level_1 a,
.subnavigation ul li.cat_level_1 span {
    padding: 5px 10px;
    display: block;
    font-weight: 300;
    font-size: 1em;
    color: #37484F;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    transition: all .3s ease-in-out;
}

.subnavigation ul li.cat_level_1.li-last a,
.subnavigation ul li.cat_level_1.li-last span {
    border-bottom: 0;
}

.subnavigation ul li.cat_level_1.selected > a,
.subnavigation ul li.cat_level_1 > a.active,
.subnavigation ul li.cat_level_1 > a:hover {
    color: #178fcb;
}

.subnavigation ul li.cat_level_2 {
    padding: 0;
    border-top: 1px solid #e7e7e7;
}

.subnavigation ul li.cat_level_2 a {
    padding: 5px 10px;
    display: block;
    font-weight: 300;
    font-size: 0.9em;
    color: #37484F;
}

.subnavigation ul li.cat_level_2 > a:hover,
.subnavigation ul li.cat_level_2.selected > a,
.subnavigation ul li.cat_level_2 > a.active {
    color: #000;
    background: #CED7DB;
}

#accordion {
    width: 100%;
}

.panel {
    border-radius: 0 !important;
    border-width: 0 !important;
    box-shadow: none !important;
}

.search-results .panel-collapse .panel {
    border-width: 0 0 1px 0 !important;
    border-color: #B7BEC8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.search-results .panel-collapse .panel:last-child {
    border-width: 0 0 0 0 !important;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.panel-heading {
    background-color: #ffffff !important;
    padding: 0;
}

.panel-heading .h4,
.panel-heading h4 {
    padding: 0;
    margin: 0;
    border-width: 0 !important;
}

.panel-heading .h4 a,
.panel-heading h4 a {
    display: block;
    padding: 10px 10px 10px 60px;
    border: 1px solid #B7BEC8;
    background: url('../../img/custom/trigger.png') no-repeat 0 -145px;
    text-decoration: none;
    outline-width: 0;
    color: #37484F
}

.panel-heading .h4 a.collapsed,
.panel-heading h4 a.collapsed {
    border-color: #B7BEC8;
    background-position: 0 -2px;
    color: #555555
}

.panel-heading .h4 a:hover,
.panel-heading h4 a:hover {
    color: #37484F
}

.panel-body {
    padding: 0.8em 1em 1em 1em;
    border-width: 0 1px 1px 1px !important;
    border-style: solid;
    border-color: #B7BEC8;
}

.alert {
    margin-top: 10px;
}

.alert.alert-info {
    background-color: rgba(0, 0, 0, 0.2);
    color: #37484F;
    border: none;
    border-radius: 0;
}

.content .nav-tabs {
    padding: 0;
    border-bottom: 1px solid #B7BEC8;
}

.content .nav-tabs li {
    padding: 0;

}

.content .nav-tabs li:last-child {
    margin-right: 0;
}

.content .nav-tabs li a {
    display: block;
    text-align: center;
    margin: 0 !important;
    border-width: 1px 1px 1px 0 !important;
    border-style: solid;
    border-color: #B7BEC8 !important;
    border-radius: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 1em;
    background: #fff;
}

.content .nav-tabs li:first-child a {
    border-width: 1px !important;
}

.content .nav-tabs li a:hover,
.content .nav-tabs li.active a,
.content .nav-tabs li.active a:hover {
    background-color: #B7BEC8 !important;
    color: #37484F !important;
}

.tab-content {
    margin-top: -12px;
    padding: 1em;
    border: 1px solid #B7BEC8;
    border-top-width: 0;
}

.content form input,
.content form textarea {
    width: 100%;
    padding: 5px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #37484F;
    background: #fcfcfc;
    margin-bottom: 3px;
    border-radius: 0;
}

.btn.btn-primary,
.btn.btn-primary:visited {
    color: #fff;
    background-color: #81CD40;
    border: 0;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.btn.btn-primary:hover {
    color: #37484F;
    background-color: #CED7DB;
}

.btn.btn-default {
    color: #37484F;
    background-color: #CED7DB;
    border: 0;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.btn.btn-default:hover {
    background-color: #ECF0F1;
}

.content form .form-group {
    padding-left: 0;
    padding-right: 0;
}
.content form label {
    color: #888;
    font-weight: 400;
    font-size: 0.9em;
}
.content form input[type=text],
.content form input[type=email],
.content form textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ccc #81CD40 #ccc;
    background: #ffff;
}
.content form textarea {
    min-height: 150px;
}
.content form input[type=text]:focus,
.content form input[type=email]:focus,
.content form textarea:focus {
    border-color: #81CD40;
    box-shadow: none;
}
.content form .form-check  {
    padding-top: 15px;
}
.content form .form-check label {
    display: inline-block;
    width: calc(100% - 30px);
    float: right;
}
.content form .form-check input[type=checkbox] {
    display: block;
    width: 20px;
    margin: 6px 0 20px 0;
    float: left;
}

.content form input[type=radio] {
    width: auto;
    margin-right: 1em;
}



.content dl {
    display: block;
    width: 100%;
}
.content dl dt {
    display: inline-block;
    float: left;
    width: 15%;
}
.content dl dd {
    display: inline-block;
    width: 85%;
}

a.button {
    display: block;
    text-decoration: none;
    color: #37484F !important;
    width: auto;
    text-align: center;
    padding: 5px 10px;
    border: 0;
    background: #CED7DB;
}

a.button:hover {
    color: #CED7DB !important;
    background: #37484F;
}

.button.prdlnk {
    width: 45%;
}

.captcha_notvalid {
    padding: 0.5em;
    color: rgba(255, 0, 0, 0.4);
}

.captcha_notvalid br {
    display: none;
}

.content table.fb_standard td button[type=reset],
.content table.fb_standard td input[type=reset],
.content table.fb_standard td input[type=submit],
button, input[type=submit] {
    width: auto;
    padding: 5px 10px;
    border: 0;
    background-color: #e8e8ea;
}

input.btn-primary {
    width: auto !important;
    color: #fff;
    background-color: #37484f;
    border-color: #37484f;
    padding: 5px 20px !important;
    transition: all 0.5s ease-in-out;
}

input.btn-primary:hover {
    background-color: #CED7DB;
}

.content table.fb_standard td button[type=reset],
button, input[type=submit] {
    padding: 5px 10px 4px 10px;
}

.content table.fb_standard td button[type=reset]:hover,
.content table.fb_standard td input[type=reset]:hover,
.content table.fb_standard td input[type=reset]:hover {
    color: #3d72a7;
}

.content table.fb_standard td input[type=submit]:hover,
button:hover, input[type=submit]:hover {
    color: #3d72a7;
    background-color: #e8e8ea;
}

.content table.fb_standard td button[type=reset]:after {
    content: '\f057';
    font-family: 'FontAwesome';
    margin-left: 10px;
}

.content table.fb_standard td label {
    color: #3d72a7;
    font-weight: 300;
}

.content table.fb_standard td input[type=submit] {
    color: #ffffff;
    background-color: #3d72a7;
}

.content table {
    width: 100% !important;
    margin-bottom: 20px;
}

.content table tr th,
.content table tr td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #CED7DB;
    padding: 4px 8px;
    background-color: #ffffff;
    color: #37484F;
}

.content table tr th p,
.content table tr td p {
    padding: 0;
    margin: 0;
}

.content table tr th p,
.content table tr td p {
    padding: 0;
    margin: 0;
}

.content table tr.hover td {
    background-color: #e8e8ea;
    /*font-weight: 700;*/
    color: #000;
}

.content table tr th:last-child,
.content table tr td:last-child {
    border-width: 0 0 1px 0;
}

.content table tr:last-child td {
    border-width: 0 1px 0 0;
}

.content table tr:last-child td:last-child {
    border-width: 0;
}


.content table.vita tr td {
    border: none;
}
.content table.vita tr:nth-child(odd) td {
    background: #F5F5F5;
}
.content table.vita tr td:first-child {
    min-width: 14%;
}

.content .bg-blue table td,
.content .bg-dgrey table td {
    background: transparent;
    color: #fff;
}

.content table.fb_standard tr th,
.content table.fb_standard tr td {
    border-width: 0;
}

.content .en-item img {
    max-width: 120px;
    height: auto;
}

.content .en-item .en-day {
    display: block;
    text-align: center;
    font-size: 42px;
    color: #a3bedb;
    margin-bottom: 20px;
    margin-top: 10px;
}

.content .en-item .e-preline {
    display: block;
    text-align: justify;
    font-size: 12px;
    color: #444444;
    text-transform: uppercase;
    margin: 0;
}

.content .en-item hr {
    margin: 10px 0;
}

.content .en-item .e-preline span {
    display: inline-block;
    margin: 0 20px;
}

.content .en-item a.en-headline {
    font-size: 22px;
    color: #004f92;
    text-decoration: none;
}

.pattern .content .en-item a.en-headline {
    color: #a3bedb;
}

.content .en-item .en-date {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #777777;
}

.content .ntpl .date p,
.content .ntpl .detaillink p > a {
    color: #7897a7;
}

/* News */

.ntpl .date,
.ntpl .detaillink {
    font-size: 0.9em;
}

/* ProdMG */

.prdoverview-item .border-div {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.prdoverview-item .border-div:hover {
    border-color: #ccc;
}

.prdoverview-item .border-div img {
    width: auto;
}

hr.empty {
    clear: both;
    border: none;
    display: block;
    margin: 5px 0;
    padding: 5px 0;
}

.attr-label {
    display: inline-block;
    border: 1px solid #37484F;
    border-radius: 20px;
    padding: 0 10px;
    margin: 5px 10px 5px 0;
    font-size: 0.80em;
    color: #37484F;
    font-weight: 400;
}

a.linklist {
    color: #37484F;
    display: inline-block;
    margin: 1px 10px 1px 0;
    text-decoration: none;
}

a.linklist:visited {
    color: #37484F;
}

/* ProduktDetails in Tab */

.nav-tabs.filtertab {
    display: none;
}

.tab-content.filtertab {
    border: none;
    padding: 0;
}

.tab-content.filtertab .tab-pane {
    display: none;
}

.tab-content.filtertab .tab-pane.active {
    display: block;
}

/* ProdGalery */
.prodGallery a .img-counter {
    display: block;
    width: 50%;
    height: 100%;
    color: #fff;
    font-size: 1.4em;
    line-height: 2.6em;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    z-index: 3;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.prodGallery a:hover .img-counter {
    opacity: 0.1;
}

/* ProdFilter Content */

ul.filter {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(10, 80, 149, 0.6);
}

ul.filter li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.filter li .f-active,
ul.filter li a {
    display: block;
    min-width: 15%;
    padding: 0 10px;
    line-height: 2em;
    text-decoration: none;
    border-right: 1px solid rgba(10, 80, 149, 0.6);
}

ul.filter li .f-active {
    color: rgba(10, 80, 149, 1);
    background-color: #EEE;
}

ul.filter li a {
    border-right: 1px solid rgba(10, 80, 149, 0.6);
}

.product-sidebar-filter {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
    padding-bottom: 0;
}
.product-sidebar-filter:first-child {
    border-width: 1px 0;
}
.product-sidebar-filter .panel-body {
    border-width: 0!important;
    padding: 10px 0!important;
}

/*Slider Override*/
.step {
    width: 100%;
    position: relative;
}

.step:not(.active) {
    opacity: 1;
    filter: alpha(opacity=99);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}

.step:not(.active) a.jms-link {
    opacity: 1;
    margin-top: 40px;
}

.image-hover:hover .hover-text {
    opacity: 1;
    top: 43%;
}

.image-hover .hover-text span {
    display: block;
    text-transform: uppercase;
    padding-top: 3px;
    font-size: 0.45em;
    line-height: 100%;
}

.image-hover img {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.image-hover:hover img {
    transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
}

.prd-hl {
    float: left;
    display: inline-block;
    max-width: 80%;
}

/* CONTENT-TEMPLATE */

.ctpl.c-tpl-1021 {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

.ctpl.c-tpl-1021 > div {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    max-height: 280px;
    overflow: hidden;
    color: #fff;
}

.ctpl.c-tpl-1021 > div:last-child {
    border-width: 1px 0 1px 0;
}

.ctpl.c-tpl-1021 > div a > img.quickentry {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.5s ease-in-out;
}

.ctpl.c-tpl-1021 > div a:hover > img.quickentry {
    opacity: 0.3;
}

.ctpl.c-tpl-1021 > div .quicktext {
    position: relative;
    z-index: 5;
    font-weight: 400;
    width: auto;
    display: block;
}

.ctpl.c-tpl-1021 > div .quicktext:first-child {
    text-align: center;
    margin-top: 20%;
    margin-bottom: 3%;
    margin-left: 1em;
    margin-right: 1em;
}

.ctpl.c-tpl-1021 > div .quicktext {
    text-align: left;
    margin-top: 3%;
    margin-bottom: 20%;
    margin-left: 1em;
    margin-right: 1em;
}

.quicktext.dark {
    color: #000;
    text-shadow: 0 0 6px #fff;
}

.quicktext.light {
    color: #fff;
    text-shadow: 0 0 6px #000;
}

.footer-bottom a.social {
    color: #fff;
    padding: 6px 0 4px 0;
    margin-right: 10px;
    display: inline-block;
}

.footer-bottom a.social i {
    color: #fff;
    font-size: 2em
}

#cookie-accept {
    box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 0.9em !important;
}

#cookie-accept a {
    text-decoration: underline;
    color: #fff;
}

#cookie-accept .btn {
    width: 100%;
    padding: 10px !important;
    margin-top: 12px !important;
}

/* Custom Shop CSS bye AndreasK! */
/* 
a > span.badge {
    margin-top: -10px;
    border: none;
    background: #81CD40;
    transition: all 0.3s linear;
}

a.fo-opened {
    background: #77B828;
    color: #fff;
}

a.fo-opened i {
    color: #fff;
}

.scroll-div {
    overflow-x: hidden;
    overflow-y: auto;
}

.cart-item {
    margin-bottom: 5px;
    transition: all 0.3s linear;
}

.cart-item .item-picture {
    height: 70px;
    overflow: hidden;
}

.cart-item .item-picture img {
    width: 100%;
    height: auto;
}

.cart-list {
    height: auto;
    max-height: 300px;
}

.cart-item small {
    font-size: 0.6em;
    color: #000;
}

.cart-item .price .h3 {
    line-height: 0.9em;
    font-size: 1.1em;
    color: #178fcb;
}

.cart-footer {
    border-top: 1px solid #999;
    padding-top: 0.3em;
    margin-bottom: 0.3em;
}

.cart-footer .cart-sum {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.cart-footer .cart-sum .cart-total {
    display: block;
    width: 100%;
}

.cart-footer .cart-sum .cart-total span {
    display: inline-block;
    width: auto;
    float: right;
    line-height: 0.9em;
    font-size: 1.2em;
    color: #178fcb;
}

.cart-footer .cart-link a {
    color: #fff !important;
    font-weight: normal;
    text-transform: none !important;
    padding: 0.5em 1.3em !important;
}

.cart-footer .cart-note {
    text-align: center;
    font-size: 0.8em;
    padding-top: 0.3em;
}

#overlay {
    position: fixed;
    z-index: 250;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 120vh;
}

#overlay.fixed {
    margin-top: -60px;
}

*/

/* Product list */

a.absolute-link {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 500;
}

.shop-content-item-container > div {
    /* background: #f7e9d9; */
    padding: 0.5em;
    margin: 0.5em 0.5em 0.5em 0;
    min-height: 350px;
}

.shop-content-item-description > .htag4 {
    min-height: 48px;
}

.shop-item-container {
    height: 180px;
}

.shop-item-container img {
    max-height: 150px;
    margin: 15px 0;
}

.shop-content-item-name {
    height: 190px;
}
.shop-content-item-description .price > .h4 {
    line-height: 1em;
    font-size: 1.6em;
    margin: 0;
    color: #81CD40
}
.shop-content-item-description .price > small {
    line-height: 1em;
    font-size: 1em;
}

.shop-content-item-description .h6 {
    height: 80px
}
.shop-content-item-description .h6 > a  {
    line-height: 1.2em;
    font-size: 0.9em;
    margin: 0;
    color: #3c3c3b;
}

.shop-content-item-description .artnr  {
    line-height: 1.6em;
    font-size: 0.8em;
    margin: 5px 0 20px;
    color: #3c3c3b;
}

.shop-content-item-description .fal {
    font-size: 1.4em;
    margin: 5px 0;
    color: #178fcb;
}

.page-number {
    padding: 10px 0 0 0;
    text-align: right;
}
.page-number ul.pagination,
.page-number ul.pagination li {
    padding: 0;
    margin: 0 1px;
}
.page-number ul.pagination li a {
    margin: 0 0;
    width: 40px;
    height: 35px;
    font-size: 1em;
    font-weight: 400;
    color: #3c3c3b;
    background:#fff;
    text-align: center;
    border-radius: 3px!important;
}
.page-number ul.pagination li.active a {
    background: #81CD40;
    border-color: #81CD40;
    color: #fff;
}
.page-number ul.pagination li.next a {
    width: 70px;
}
.page-number ul.pagination li.next a:before {
    content: 'vor';
    margin-right:5px;
    float: left;
}


.dataTables_paginate a.paginate_button {
    margin: 0 2px;
    width: 40px;
    height: 35px;
    font-size: 1em;
    font-weight: 400;
    color: #3c3c3b;
    background:#fff;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #BBB;
    border-radius: 3px!important;
}
.dataTables_paginate a.first {
    display: none;
}

.dataTables_paginate a.current {
    background: #81CD40;
    border-color: #81CD40;
    color: #fff;
}

.dataTables_paginate a.previous {
    width: 90px;
}
.dataTables_paginate a.previous:before {
    content: 'zurück';
    margin-left:5px;
    float: right;
    letter-spacing: -0.03em;
}
.dataTables_paginate a.next {
    width: 65px;
}
.dataTables_paginate a.next:before {
    content: 'vor';
    margin-right:5px;
    float: left;
    letter-spacing: -0.03em;
}


#sc-info {
    position: fixed;
    width: 100%;
    color: #3c3c3b;
    border-top: 1px solid #178fcb;
    padding: 1.5em 0 1em 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #77B828;
}
#sc-info a {
    color: #fff;
}


#sc-info p {
    font-weight: 600;
    text-align: center;
}

.button {
    color: #fff;
    background-color: #77B828;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.3s linear;
    font-size: 13px;
    padding: 8px 22px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

/* BX-Slider */

.bxslider .slide {
    height: 260px;
    padding: 0.5em;
    text-align: center !important;
}

.bxslider .slide img {
    max-height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bxslider .slide a {
    bottom: 0;
    display: block;
    height: 100%;
}

.bxslider .slide small {
    position: absolute;
    bottom: 12px;
    display: block;
    width: 91%;
    line-height: 1.1em;
    color: #000;
}

.bx-prev, .bx-next {
    color: #ffffff;
    background-color: #77b828 !important;
    border-color: #77b828 !important;
}

.bx-prev:hover, .bx-next:hover {
    color: #fff;
    background-color: #69a322 !important;
    border-color: #69a322 !important;
}

.content-segment .bx-controls a .fa {
    width: auto;
}

#flyout {
    position: absolute;
    z-index: 10000;
    width: 400px;
    top: 60px;
    left: 50%;
    margin-top: 36px;
    margin-left: -252px;
    height: auto;
    max-height: 800px;
    box-shadow: 0 3px 3px -3px #000;
    border-radius: 0;
}

#header.sticky #flyout {
    top: 15px;
}

#flyout .cart-preview {
    background: rgb(240, 240, 240);
    color: #444;
    max-height: 400px;
    padding: 0.8em;
}

#flyout .cart-preview .cart-preview-wrapper {
    padding: 5px;
}

#flyout .cart-preview .cart-list {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    max-height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
}

#flyout .cart-preview .cart-list li {
    margin: 0;
    padding: 2px 0;
    border: none;
}

#flyout .item-info a {
    color: #333;
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 3px;
}

#flyout .item-info a:hover {
    color: #010367 !important;
}

#flyout .item-count {
    color: #333;
    font-weight: 300;
    font-size: 1em;
}

#flyout .m-value-unit {
    display: block;
    text-align: right;
    color: #333;
    font-weight: 400;
    font-size: 1.2em;
}

#flyout .cart-total {
    font-size: 1.3em;
}

#flyout .cart-sum .m-value-unit {
    font-size: 1.6em;
}

#flyout .btn-tobasket {
    margin-top: 1.5em;
    margin-left: -10px;
    color: #444;
    border-color: currentColor;
    background-color: transparent;
}

.shop-slider-container .bx-wrapper {
    margin-bottom: 1em;
}

.shop-slider-container ul,
.shop-slider-container li {
    list-style-type: none;
}

#shop-slider-pager1 {
    opacity: 0;
    padding: 18px 25px 0 25px !important;
}

.shop-slider-pager {
    padding: 12px 0 0 0;
}

.shop-slider-pager > a {
    padding: 0 10px 0 0 !important;
}

.shop-slider-pager a > img {
    max-width: 100px;
    max-height: 80px;
}

.shop-slider-pager > a.active {
    z-index: 0;
}

.bx-wrapper {
    margin: 0 auto 0;
}

.shop-slider-pager {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.bx-controls {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: none;
}

.shop-content-item:hover .bx-controls {
    display: block;
}

.bx-controls .bx-next {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 41px;
    /* background-image: url('../../img/custom/po-slider.png'); */
    background-position: -35px 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
}

.bx-controls .bx-next:hover {
    background-position: -35px -46px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
}

.bx-controls .bx-prev {
    position: absolute;
    left: 0;
    width: 30px;
    height: 41px;
    /* background-image: url('../../img/custom/po-slider.png'); */
    background-position: 5px 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
}

.bx-controls .bx-prev:hover {
    background-position: 5px -46px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
}

.shop-slider-pager a:hover img,
.shop-slider-pager a.active img {
    border: 1px solid #9CD9E0 !important;
}

.shop-slider-pager a > img {
    border: 1px solid #dadada;
}

.prdCrossSale .bx-pager.bx-default-pager {
    top: 190px;
}

.prdCrossSale .bx-pager .bx-pager-item {
    display: none;
}

.prdCrossSale .bx-controls-direction > a {
    top: 130px;
}

.prdCrossSale .bx-controls-direction > a.bx-prev {
    left: -30px;
}

.prdCrossSale .bx-controls-direction > a.bx-next {
    right: 5px;
}

.prdCrossSale .panel {
    border: 0;
    box-shadow: none;
    padding-bottom: 40px !important;
}

.prdCrossSale .panel div {
    width: 160px;
    height: 200px;
}

.prdCrossSale .panel div a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.prdCrossSale .panel div a:hover {
    background-color: #5b5db0;
}

.prdCrossSale .panel div a:hover small {
    color: #fff;
}

.prdCrossSale .panel a img {
    display: block;
    max-width: 140px !important;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.prdCrossSale .panel small {
    color: #43474D;
    display: block;
    padding: 5px 0;
    text-align: center;
}

.slider-activsale .bx-viewport {
    height: auto !important;
}

.slider-activsale .slide img {
    height: 180px !important;
    width: auto !important;
}

.slider-activsale .slide small {
    display: block;
    width: 100%;
    font-size: .7em;
    font-weight: bold;
    color: #74463c;
    margin-top: 3px;
    padding: 2px 0;
    padding-left: 7px;
    text-align: center;
    background-color: #fff;
    /* transition: background-color 0.2s "cubic-bezier(0.4, 0.0, 0.2, 1)"; */
}

.slider-activsale .slide a:hover small {
    background-color: #f0e5d1;
}

.tablet .smart-show,
.phone .smart-show {
    display: block !important;
    text-align: center;
}

.tablet .smart-show i,
.phone .smart-show i {
    margin: 0 2px;
}

.tablet .hor-move,
.phone .hor-move {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 25px;
}

/* ProdMG */

.prdoverview-item .border-div {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204,204,204,0.6);
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.prdoverview-item .border-div:hover {
    border-color: rgba(204,204,204,1);
}

.prdoverview-item .border-div img {
    width: auto;
}

hr.empty {
    clear: both;
    border: none;
    display: block;
    margin: 5px 0;
    padding: 5px 0;
}

.attr-label {
    display: inline-block;
    border: 1px solid #37484F;
    border-radius: 20px;
    padding: 0 10px;
    margin: 5px 10px 5px 0;
    font-size: 0.80em;
    color: #37484F;
    font-weight: 400;
}

a.linklist {
    color: #37484F;
    display: inline-block;
    margin: 1px 10px 1px 0;
    text-decoration: none;
}

a.linklist:visited {
    color: #37484F;
}

/* ProduktDetails in Tab */

.nav-tabs.filtertab {
    display: none;
}

.tab-content.filtertab {
    border: none;
    padding: 0;
}

.tab-content.filtertab .tab-pane {
    display: none;
}

.tab-content.filtertab .tab-pane.active {
    display: block;
}

/* ProdGalery */
.prodGallery a .img-counter {
    display: block;
    width: 50%;
    height: 100%;
    color: #fff;
    font-size: 1.4em;
    line-height: 2.6em;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    z-index: 3;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.prodGallery a:hover .img-counter {
    opacity: 0.1;
}

/* ProdFilter Content */

ul.filter {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(10, 80, 149, 0.6);
}

ul.filter li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.filter li .f-active,
ul.filter li a {
    display: block;
    min-width: 15%;
    padding: 0 10px;
    line-height: 2em;
    text-decoration: none;
    border-right: 1px solid rgba(10, 80, 149, 0.6);
}

ul.filter li .f-active {
    color: rgba(10, 80, 149, 1);
    background-color: #EEE;
}

ul.filter li a {
    border-right: 1px solid rgba(10, 80, 149, 0.6);
}

/*Slider Override*/
.step {
    width: 100%;
    position: relative;
}

.step:not(.active) {
    opacity: 1;
    filter: alpha(opacity=99);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}

.step:not(.active) a.jms-link {
    opacity: 1;
    margin-top: 40px;
}

.image-hover:hover .hover-text {
    opacity: 1;
    top: 43%;
}

.image-hover .hover-text span {
    display: block;
    text-transform: uppercase;
    padding-top: 3px;
    font-size: 0.45em;
    line-height: 100%;
}

.image-hover img {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.image-hover:hover img {
    transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
}

.prd-hl {
    float: left;
    display: inline-block;
    max-width: 80%;
}

/* Bestellübersicht Kundenbackend */
#prodOrderOverviewGridId table.dataTable {
    overflow: visible;
}

#prd_item_description .artnr {
    display: block;
    margin-bottom: 1em;
    font-size: .75em;
    color: #74463c;
}

#prd_item_description .spacer-top {
    margin-top: 3rem;
}

#prd_item_description #priceVarSelection {
    background: #f0e5d1;
    padding: .5em 1em;
    margin-top: .75em;
}

#prd_item_description #priceVarSelection .form-group {
    color: #74463c;
    font-size: .8em;
}

#prd_item_description .prdPrice .variation-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: .75em;
}

#prd_item_description .prdPrice .variation-price.no-choice a#basketBtn {
    cursor: not-allowed;
}

#prd_item_description .prdStock {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 14px 15px;
}

#prd_item_description .item-order-price {
    margin-right: 0;
    margin-bottom: 15px;
    background-color: #cff1fb;
}

#prd_item_description .item-avail {
    margin-bottom: 2em;
    font-size: .75em;
}

#prd_item_description .item-avail .list-versandkosten {
    list-style-type: circle;
    margin: -0.5em 0 0 0;
}

#prd_item_description .stock-green {
    color: #86a528;
}

#prd_item_description .stock-red {
    color: #d9534f;
}

#prd_item_description .stock-yellow {
    color: #ffd800;
}

#prd_item_description [itemprop="price"] {
    font-size: 1.3em;
}

#prd_item_description .price small {
    font-size: .6em;
}

#prd_item_description .item-order-tobasket {
    background-color: #cfe19f;
    color: #74463c;
}

#prd_item_description .item-order-tobasket .btn {
    border-color: #657c1e;
    background-color: #86a528;
    color: #fffefd;
}

#prd_item_description .item-order-tobasket .btn:hover,
#prd_item_description .item-order-tobasket .btn:focus {
    border-color: #759023;
}

#prd_item_description .item-order-tobasket .btn.toBasket {
    width: 80%;
    display: inline-block;
    margin-bottom: 7px;
}

#prd_item_description .quantity-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 1em;
}

#prd_item_description .quantity-block .quantity-label {
    width: 30%;
    margin-right: 10px;
    font-weight: normal;
}

#prd_item_description .quantity-block .quantity-input {
    flex: 2 2 70%;
    max-width: 70%;
    text-align: right;
    color: #000;
}

#prd_item_description .list-group {
    list-style-type: square;
    margin: 0;
    padding: 0;
}

#prd_item_description .list-group > li {
    margin: 0 0 0 20px;
}

#prd_item_description .list-group {
    list-style-type: square;
    margin: 0;
    padding: 0;
}

#prd_item_description .list-group > li {
    margin: 0 0 0 20px;
}

#prd_item_description .prodbasketyet {
    margin-top: 1.25rem;
    color: #74463c;
    font-size: .8em;
    font-weight: bold;
}

#prd_item_description .prodbasketyet a {
    color: currentColor;
}

#prd_item_description .prddownloads {
    border-radius: 0;
    border: 0;
    background-color: #f0ebe8;
}

#prd_item_description .prddownloads td {
    padding-left: 2em;
    border-color: #74463c;
    color: #74463c;
    background-color: transparent;
    font-weight: bold;
}

#prd_item_description .prddownloads tr:hover td,
#prd_item_description .prddownloads .hover td {
    background-color: #cfe19f;
}

#prd_item_description .prddownloads .prd_attr_val {
    text-align: center;
}

.prd-tags{
    min-height: 36px;
}

/* TerMed Styling */

#fs2koke {
    border: none!important;
    padding-left: 0em!important;
    padding-right: 0em!important;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 300!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #888!important;
    letter-spacing: 0.05em!important;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    font-synthesis: none!important;

}
#fs2koke > a img {
    display: none!important;
}
#fs2koke #fs-header-link-fs2koke span {
    color: #888!important;
}
#fs2koke p {
    margin: 15px 0!important;
    padding: 0!important;
}
#fs2koke a.btn {
    margin: 0!important;
    background: #81CD40!important;
    border-radius: 0!important;
}


/* RESPONIVE DECLARATIONS */

@media (max-width: 1200px) {
    #header {
        margin-top: 0;
    }

    #header .main-nav {
        width: auto;
        float: right;
    }

    .header .main-nav li {
        width: auto;
    }

    .header ul#slMob {
        position: fixed;
        z-index: 900;
        margin-top: -38px;
        padding: 0;
        padding-left: calc(100% - 150px);
        top: 0;
        left: 0;
        min-width: 100%;
        background: #37484F;
    }

    .header ul#slMob li {
        display: inline-block;
        width: 50px;
        padding: 0;
        margin: 0;
    }

    .header ul#slMob li a,
    .header ul#slMob li span {
        display: block;
        color: #fff;
        margin: 0;
        padding: 8px 5px;
        border: 0;
        text-align: center;
        width: 50px;
        font-size: 1.1em;
        line-height: 1em;
        transition: all 0.5s ease-in-out;
    }

    .header ul#slMob li a:hover {
        background: #fff;
        color: #37484F;
        border-color: #37484F;
    }

    #header .main-nav {
        width: 75%;
        float: left;
    }

    .header .main-nav li {
        width: auto;
    }

    #searchlang {
        width: auto;
        padding-left: 0;
    }

    #searchlang li a,
    #searchlang li span {
        margin: 0;

    }

}
@media (max-width: 1199px) {
    .content > .container {
        width: 100%;
    }   
}

@media (max-width: 1024px) {

    .header .main-nav li {
        width: auto;
    }

    .navbar-collapse ul.nav li#cat-2 {
        display: none;
    }

    .navbar-collapse {
        font-size: 0.9em;
        padding: 0;
        margin: 0;
    }

    .navbar-collapse ul.nav li {
        padding: 0.8em;
    }

    .navbar-collapse ul.nav li a {
        font-size: 1.1em;
        padding: 0.8em;
    }

    #back-to-top {
        bottom: 15px;
        right: 15px;
    }

    .ctpl.c-tpl-1021 > div .quicktext:first-child {
        margin-top: 40px;
    }

    .ctpl.c-tpl-1021 > div {
        margin: 40px 0 0 0;
        height: auto;
    }
    
    .boxes {
        background: #fff;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 0;
    }
    .boxes .box-item {
        padding: 0;
        margin-top: 0;
        height: 300px;
        background: rgba(255, 255, 255, 1);
        color: #fff;
        transition: all 0.3s ease-in-out;
        cursor: default;
    }
    .boxes .box-item:hover {
        margin-top: 0;
        height: 300px;
    }
    .boxes .box-item .box-bg {
        padding: 1.5em;
        height: 100%;
        width: 100%;
    }
    .boxes .box-item .box-bg .box-icon {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .boxes .box-item .box-bg .box-head .h4 {
        color: #fff;
        font-size: 1.4em;
    }
    .boxes .box-item .box-bg .box-head .h4 a{
        color: #fff;
    }
    .boxes .box-item .box-bg .box-desc {
        color: #fff;
        font-size: 0.9em;
        line-height: 1.4em;
    }
    .boxes .box-item .box-bg .box-link {
        position: absolute;
        bottom: 20px;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }
    .boxes .box-item:hover .box-bg .box-link {
        bottom: 20px;
        opacity: 1;
    }

}

@media (max-width: 991px) {
    body.phone #header .logo {
        display: none !important;
    }

    .container {
        width: 100%;
    }

    .ctpl.c-tpl-1021 > div {
        margin-top: 0;
    }

    .ctpl.c-tpl-1021 > div .quicktext:first-child {
        margin-top: 120px;
    }

    .ctpl.c-tpl-1021 > div:nth-child(2) {
        border-width: 1px 0 1px 0;
    }
}

@media (max-width: 960px) {
    .ctpl.c-tpl-1021 > div {
        height: 230px;
    }

    .ctpl.c-tpl-1021 > div .quicktext:first-child {
        margin-top: 100px;
    }

    .ctpl.c-tpl-1021 > div:nth-child(2) {
        border-width: 1px 0 1px 0;
    }
}

@media (max-width: 800px) {
    body.phone #header .logo {
        display: none;
    }
}

@media (max-width: 768px) {

    .ntpl {
        margin-bottom: 1em;
    }

    .header-top ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .header-top ul li {
        float: left;
    }

    .header-bottom.header-sticky {
        position: relative;
    }

    .navbar-collapse {
        font-size: 0.8em;
        padding: 0;
        margin: 0;
    }

    .navbar-collapse ul.nav li {
        padding: 0.3em;
    }

    .navbar-collapse ul.nav li a {
        color: #888;
        font-size: 1.1em;
        padding: 0.8em;
    }
    .navbar-collapse ul.nav li.selected > a,
    .navbar-collapse ul.nav li.open > a,
    .navbar-collapse ul.nav li a:hover {
        color: #fff!important;
        background: #81cd40!important;
    }
    .navbar-collapse ul.nav li.selected > a > i,
    .navbar-collapse ul.nav li.selected > a > span,
    .navbar-collapse ul.nav li a:hover > i,
    .navbar-collapse ul.nav li a:hover > span {
        color: #fff!important;
    }

    .bordered {
        margin-bottom: 0.8em;
    }

    .footer-top p {
        color: #aaa !important
    }

    .footer-top ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #aaa;
    }

    .footer-top ul li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: left;
        width: 24%;
    }

    .footer-top ul li a {
        display: block;
        margin: 0;
        padding: 0.5em 1em;
        text-align: center;
    }

    #back-to-top {
        bottom: 68px;
        right: 15px;
    }

}

@media (max-width: 767px) {

    .container-fluid .content {
        width: 100%;
    }

    .header-top {
        padding: 0;
    }

    .logo {
        display: none;
    }

    #searchItem {
        width: 500px;
        margin: -40px 0 0 -250px;
    }

    #searchItem .form-group {
        height: 15px;
    }

    #header {
        margin-top: 0;
        padding: 10px 0 !important;
        background-color: #fff;
    }

    #header .main-nav {
        margin-top: -30px;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #ccc;
    }
    .navbar-header a {
        display: inline-block;
        padding: 0 1em 0 1em;
    }

    .navbar-header a img {
        max-height: 50px;
        width: auto;
    }

    button.navbar-toggle {
        margin-top: 0;
        padding: 5px 10px;
        border: 0;
        border-radius: 0;
        text-align: left;
        color: #37484F;
        font-weight: 400;
        font-size: 1.4em;
        line-height: 1em;
        transition: all 0.3s ease-in-out;
    }

    button.navbar-toggle:hover {
        background: #81cd40 !important;
        
    }

    button.navbar-toggle:hover i {
        color: #fff !important;
    }

    button.navbar-toggle i {
        color: #81cd40;
        font-size: 1.6em;
        transition: all 0.3s ease-in-out;
    }

    .navbar-collapse {
        background: #37484F;
        margin: 1em 0 0 0;
        padding: 0;
        position: absolute;
        width: 100vw;
        left: 0;
        top: 51px;
        z-index: 10000 !important;
    }

    .navbar-collapse ul {
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .navbar-collapse ul li {
        width: 100% !important;
        margin: 0;
        padding: 0;

    }

    .navbar-collapse ul li > a {
        display: block;
        font-size: 14px !important;
        text-align: left !important;
        padding: 0;
        margin: 0;
    }

    .navbar-collapse ul li > a > b {
        float: right;
        margin-top: 5px;
    }
}

@media (max-width: 640px) {

    .content .content-segment img {
        width: 100%;
        height: auto;
    }
    
    .panel-heading .h4,
    .panel-heading h4 {
        font-size: 0.9em;
    }

    .footer-top ul {
        margin: 0;
        border-top: 1px solid #aaa;
    }

    .footer-top ul li {
        margin: 0;
        padding: 0;
        display: block;
        float: none;
        width: 100%;
    }

    .footer-top ul li a {
        display: block !important;
        padding: 0.3em 0 !important;
        line-height: 1.3em;
        text-align: left;
    }

    .bordered {
        margin-bottom: 1em;
        height: auto;
    }

    #back-to-top {
        bottom: 52px;
        right: 15px;
    }

    .copy {
        text-align: center !important;
    }
}

@media (max-width: 520px) {
    
    #searchItem {
        width: 320px;
        margin: -40px 0 0 -145px;
    }

    #searchItem .form-group {
        height: 15px;
    }
}

@media (max-width: 360px) {
}