/*
Theme Name: ProSafe Theme
Theme URI: 
Author: Matthias Bichlmeier
Author URI: https://www.webdesign-bichlmeier.de
Description: The 2015 theme for the company ProSafe.
*/

body {
    background: #f5f5f5;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

#body-costum {
    color: #26292c;
}

#contact-page {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    min-height: 700px;
}

.h1, .h2, .h3, h1, h2, h3
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.headline_ps a:link, a:visited{
    color:#000;
}

.ps_textbox {
     float: left;
     padding: 20px;
}

.ps_price_image{
    max-height: 200px;
       margin: auto;
  width: 50%;
}

.ps_price_image_wrapper{

}

/***************************** NAVBAR *******************************/

.navi,
.navi a,
.navi ul,
.navi li,
.navi form,
.navi input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color:#f5f5f5;
}
 
.navi a { text-decoration: none; }
 
.navi li { list-style: none; }

.navi {
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 500;
}
 
.navi > li {
    display: block;
    float: left;
}

.navi > li > a { /* nav elements*/
    position: relative;
    display: block;
    z-index: 510;
    height: 54px;
    padding: 0 35px;
    line-height: 54px;
 
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #4f1200;
 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.navi > li:hover > a {  
text-decoration: underline;
} /*hover background color*/
 
.navi > li:first-child > a {
    border-radius: 3px 0 0 3px;
    border-left: none;
}

.navi > li.navi-search > form {
    position: relative;
    width: inherit;
    height: 54px;
    z-index: 510;
    border-left: 1px solid #4b4441;
}

.navi > li.navi-search input[type="text"] {
    display: block;
    float: left;
    width: 1px;
    height: 24px;
    padding: 15px 0;
    line-height: 24px;
 
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #999999;
    text-shadow: 0 0 1px rgba(0,0,0,.35);
 
    background: #372f2b;
 
    -webkit-transition: all .3s ease 1s;
    -moz-transition: all .3s ease 1s;
    -o-transition: all .3s ease 1s;
    -ms-transition: all .3s ease 1s;
    transition: all .3s ease 1s;
}
 
.navi > li.navi-search input[type="text"]:focus { color: #fcfcfc; }
 
.navi > li.navi-search input[type="text"]:focus,
.navi > li.navi-search:hover input[type="text"] {
    width: 110px;
    padding: 15px 20px;
 
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
}

.navi > li.navi-search input[type="submit"] {
    display: block;
    float: left;
    width: 20px;
    height: 54px;
    padding: 0 25px;
    cursor: pointer;
 
    background: #372f2b url(../img/search-icon.png) no-repeat center center;
 
    border-radius: 0 3px 3px 0;
 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
 
.navi > li.navi-search input[type="submit"]:hover { background-color: #4b4441; }

.navi > li > div { /*Navi Content Format*/

    position: absolute;
    display: block;
    width: 100%;
    height: 420px;
    top: 50px;
    left: 0;
 
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
 
    background:#f5f5f5;
 
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.navi > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.navi .navi-column { /* list */
    float: left;
    width: 40%;
    padding-top: 15px;
    padding-left: 75px;
}
 
.navi .navi-column h3 {
    margin: 30px 0 10px 0;
    line-height: 18px;
    padding: 10px;
 
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px; /* text in nav */
    color: #372f2b;
    text-transform: uppercase;
}
 
.navi .navi-column h3.orange { color: #4f1200; }
 
.navi .navi-column li a {
    display: block;
    line-height: 26px;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #4f1200;
}
 
.navi .navi-column li a:hover { 
    text-decoration: underline;
    color: #666666; 
}

/***************************** NAVBAR END *******************************/

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

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

#pageContent {
    min-height: 690px;
}

#pageHeadline {
    padding: 5px;
    margin-bottom: 30px;
    text-align: center;
    background:#4f1200;
    color:#f5f5f5;
}

.ps_productinfo{
    padding-top: 20px; 
}

.ps_custom_listing{
   margin-left:-23px;  
}

.ps_textoverlay{
    z-index: 100;
    position: absolute;
      top: 48px;
  right: 66px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/* footer section */
#footer {
    font-size: 15px;
    width:100%;
    bottom:0;
    left:0;
    background:#4f1200;
    color:#f5f5f5;
    padding: 15px 5px 15px 5px;
}
#footer a {
    color:#e0e0e0}
#footer a:hover{
    color:#080808  
}
#footer .cp {
    margin-top:0px
}

#services {
    min-height: 300px;
}

#headlines{
    /*background-image: url("images/background.jpg");
    background-repeat: repeat-x;*/
    background-color:#4f1200;
    font-size: 24px;
    color:#ffffff;
    padding:15px;
    text-align: center;

}

/* For Panels like Equipment */

.panel
{
  background-color: #ebe9de;
  border-top-color: #ebe9de;
  border-top-color: #ebe9de;
  border-right-color: #ebe9de;
  border-bottom-color: #ebe9de;
  border-left-color: #ebe9de;
 }
 
.panel-warning {
  background-color: #ebe9de;
  border-top-color: #ebe9de;
  border-top-color: #ebe9de;
  border-right-color: #ebe9de;
  border-bottom-color: #ebe9de;
  border-left-color: #ebe9de;

}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  background-color: #ebe9de;
  border-top-color: #ebe9de;
  border-top-color: #ebe9de;
  border-right-color: #ebe9de;
  border-bottom-color: #ebe9de;
  border-left-color: #ebe9de;
}

.panel_content{
    padding:10px;
}

#custom_button{
    background-color:#4f1200;
    padding: 18px;
    width: 280px;
    margin: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

/* Links
-------------------------------------------------- */

a
{
  color: #ffffff;
  text-decoration-line: none;
  text-decoration-style: solid;
}

a:focus, a:hover
{
  color: #000000;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

/***************************** Popup *******************************/

span.dropt {
    /*border-bottom: thin dotted; background: #f5f5f5;*/
}
span.dropt:hover {
    text-decoration: none; background: #ffffff; z-index: 6; 
}
span.dropt span {
  position: absolute; left: -9999px;
  /*margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:black; border-width:1px; z-index: 6;*/
}
span.dropt:hover span {
    left: 2%; background: #ffffff;
} 
span.dropt span {
  position: absolute; left: -9999px;
  /*margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  /*border-style:solid; border-color:black; border-width:1px;*/
}
span.dropt:hover span {
  margin: 0px 0 0 150px; background: #ffffff; z-index:6;
} 

/***************************** Shortcodes page css *******************************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}


.nav-tabs > li > a
{
  margin-right: 2px;
  line-height: 1.42857;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* Zeile 7 */
.nav > li > a:hover, .nav > li > a:focus
{
  text-decoration-line: none;
  text-decoration-style: solid;
  background-color: #eeeeee;
}

/* Zeile 7 */
.nav > li > a:hover, .nav > li > a:focus
{
  text-decoration-line: none;
  text-decoration-style: solid;
  background-color: #eeeeee;
}

/* Zeile 7 */
.nav-tabs > li > a:hover
{
  border-top-color: #eeeeee;
  border-right-color: #eeeeee;
  border-bottom-color: #dddddd;
  border-left-color: #eeeeee;
}

/* Zeile 7 */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-left-color: #dddddd;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-bottom-color: transparent;
}

/* Zeile 7 */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-left-color: #dddddd;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-bottom-color: transparent;
}

/* Zeile 7 */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-left-color: #dddddd;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-bottom-color: transparent;
}

.nav-tabs > li > a
{
  background-color: #f5f5f5;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #666666;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  line-height: 24px;
  margin-right: 0px;
  padding-top: 13px;
  padding-right: 15px;
  padding-bottom: 13px;
  padding-left: 15px;
}

/* Zeile 889 */
.nav-tabs > li > a:hover
{
  background-color: #ebe9de;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #000;
}

/* Zeile 894 */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  color: #ffffff;
  background-color: #ebe9de;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  position: relative;
}

/* Zeile 894 */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  color: #ffffff;
  background-color: #ebe9de;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  position: relative;
}

/* Zeile 894 */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  color: #ffffff;
  background-color: #ebe9de;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  position: relative;
}

/***************************** Hovereffects for safe categories *******************************/

.hovereffect {
  width: 100%;
  height: 100%;
  /*float: left;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  /*display: block;*/
  /*position: relative;*/
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect:hover img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/*textfields*/
.hovereffect h2 {
  text-transform: uppercase;
  color: #4f1200;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: #f5f5f5;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  margin: 50px 0 0 0;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 85%;
  width: 85%;
  position: absolute;
  top: -20%;
  left: 8%;
  padding: 70px;
}

/***************************** Tooltips *******************************/

.tooltip-inner{

min-width:150px;
max-width:150px;
padding:10px 10px;
color:#fff;
text-align:center;
background-color:#68b9ec;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
font-weight: bold;

}

.tooltip.right .tooltip-arrow{
  border-right-color: #68b9ec;
}

.tooltip.left .tooltip-arrow
{
  border-left-color: #68b9ec;
}


.panel-warning > .panel-heading
{
  background-color: #ebe9de;
  border-top-color: #ebe9de;
  border-right-color: #ebe9de;
  border-bottom-color: #ebe9de;
  border-left-color: #ebe9de;
}

#imgClickAndChange{
padding-top:12px;
padding-bottom: 30px;

}

.btn-sendForm
{
  color: #ffffff;
  background-color: #68b9ec;
  border-top-color: #68b9ec;
  border-right-color: #68b9ec;
  border-bottom-color: #68b9ec;
  border-left-color: #68b9ec;
}

.btn-sendForm:focus, .btn-sendForm:hover
{
  color: #ffffff;
  background-color: #3082b6;
  background-position-x: 0px;
  background-position-y: -15px;
}

.post-content {
    text-align: center;
    color: #ffffff;
    background: none repeat scroll 0 0 #FFffff;
    margin: 0 auto;
    margin-top: -210px;
    text-align:center;
    position: relative;
    width:40%;
}



/***************************** Product Table *******************************/

#productTable{
padding-top: 30px;
text-align:center;
}

#productTableHead{
font-weight: bold;
background-color:#ebe9de;
}

#productTableRowOne{
background-color:#f5f5f5;
}

#productTableRowTwo{
background-color:#ebe9de;
}

#tableHead{
    font-weight: bold;
    text-align: left;
}

#tableHeadsp{
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    color:#68b9ec;
}

#tableHeadsp2{
    font-weight: bold;
    padding-left:178px;
    text-align: left;
}

#tableHeadsp3 a, a:link, a:visited, a:hover, a:active, a:focus, a:hover{
    cursor: default;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    color:#68b9ec;
}

.tableHeadsp3 a>div { display: none;}
.tableHeadsp3 a:hover>div { display: block;}
.tableHeadsp3 {margin-left:5px; margin-right:5px;}
.tableHeadsp3 a {display: block;}

/***************************** Extra Equipment Panel *******************************/

#itemPanelHead{
color:#000; 
text-decoration:none; 
padding:5px; 
margin-top:5px;
}

#itemPanelHeadText{
color:#000; 
text-decoration:none; 
padding:5px; 
margin-top:5px;
}

#itemPanelHeadText:hover{
color:#68b9ec; 
text-decoration:none; 
padding:5px; 
margin-top:5px;
}

a:focus
{
  outline-width: thin;
  outline-style: none;
  outline-offset: -2px;
}




#itemPanelBody{
background-color:#f5f5f5;
}

#item_outer{
padding-top:10px;
padding-bottom: 10px;
padding-left: 10px;
background-color:#f5f5f5;
color: #000;
}

#item_outer:hover{

}

#item_inner{
padding:5px;
margin-left: 10px;
color: #4f1200;
text-decoration: none;

}

#item_inner:hover{
color: #000;
background-color:#ebe9de;
}

#tab-content{
padding: 10px;
}

/***************************** Productpage *******************************/
#costumer_form{
background-color:#ebe9de; 
padding-bottom:40px; 
}

#mobil_image{
max-width:300px; 
max-height:300px; 
float: none; 
margin-left: auto; 
margin-right: auto;
}

#insurable{
background-color:#ebe9de; 
color:#000; 
text-align:center;
font-weight: bold;
}

/***************************** Sort Gebrauchttresore *******************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

/*.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {

  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  background: #68b9ec; 
  border: 1px solid #68b9ec; 
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #3082b6; 
  border: 1px solid #68b9ec; 
  box-shadow: none;
  -webkit-box-shadow: none;
}*/

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#usedTresorImage{
    max-height: 390px;
    max-width: 340px;
}

/***************************** Forms *******************************/

#success_message{ display: none;}

/***************************** Sonderangebote *******************************/

#saleItem { margin:10px;}

/***************************** Language Sets *******************************/

/*.english{display: none;}  Hides english language sets */

/***************************** Language Switcher Box *******************************/

#infobox {
position:fixed; bottom:0px; right:0px; 
z-index:3;}

#infobox a {
color:#ffffff;
background:#4f1200;
font:bold 16px verdana, sans-serif;
text-decoration:none;
display:block;
padding:5px;
border:1px solid black;}

#infobox a:hover {
color:#ffffff;
background:#4f1200;
width:400px;}

#infobox a span {display:none;}

#infobox a:hover span {
color:black;
background:#ffffff;
font:normal 16px courier, sans-serif;
border:1px solid black;
display:block;
padding:10px;
}

/* Infobox END */

#equipTable a, a:link, a:visited, a:hover, a:active {
/*color:#FFFFFF;
text-decoration: none;*/
}

#equipImage{
text-align: center;
}

/* Service */

#service{
padding-top: 30px;
}

/***************************** Tresorfinder *******************************/

#tresorfind{
 padding-top:20px; 
 padding-bottom:20px; 
 margin-bottom:30px; 
 border-color: #68b9ec; 
 border-width: 5px; 
 border-style: solid;
}

/***************************** Mobile Navigation *******************************/



/***************************** Service Download *******************************/

#downloadLink a, a:link  {
 color: fff;
 cursor: pointer;
}

#downloadLink a:visited, a:hover, a:active {
 color: #3082b6;
 cursor: pointer;
}

/***************************** Tresorfinder *******************************/

#finder_table  {
    text-align: left;
    padding: 10px;
    border-color: #68b9ec;
    border-width: 3px;
    border-style: solid;
}

#finder_table_cell  {
    padding: 5px;
}

/***********************
****** Checkboxes ******
************************/

.checkboxFrame{
    padding-top: 20px;
    border: 1px solid #c4c4c5;
    border-radius: 3px;
}

.checkbox{
    margin-left: 20px;
}

/***********************
****** Cookie Hinweis ******
************************/

#cookie_banner {
   outline: 1px solid #1c4462; 
   text-align:center; 
   border-top:1px solid #fff;
   /*background: #1c4462; */
   /*background: -moz-linear-gradient(top, #1c4462 0%, #1c4462 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c4462), color-stop(100%,#1c4462)); 
   background: -webkit-linear-gradient(top, #1c4462 0%,#1c4462 100%); 
   background: -o-linear-gradient(top, #1c4462 0%,#1c4462 100%);
   background: -ms-linear-gradient(top, #1c4462 0%,#1c4462 100%); 
   background: linear-gradient(to bottom, #1c4462 0%,#1c4462 100%); */
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#1c4462', endColorstr='#1c4462',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:16px; 
   line-height:16px;
   color: #fff;
}

.container-box {
   background: rgba(28,67,97,0.5);
   width:100%;
   height: 100%;
   text-align:center;
   padding-top: 200px;
}
.overlay-box {
    padding: 50px;
   color: #000;
   background-color:#fff;
   margin: auto;
   max-width: 700px;
}

#cookie_banner_closer {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 15px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 15px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #1c4462; /* Old browsers */
   background: -moz-linear-gradient(top, #1c4462%, #1c4462 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#1c4462)); 
   background: -webkit-linear-gradient(top, #1c4462%,#1c4462 100%); 
   background: -o-linear-gradient(top, #1c4462%,#1c4462 100%); 
   background: -ms-linear-gradient(top, #1c4462%,#1c4462 100%); 
   background: linear-gradient(to bottom, #1c4462%,#1c4462 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#1c4462',GradientType=0 ); 
 }


/******************** Slider Image hidden on tablet  ************************/

@media (max-width: 1400px) {
    #ps_slider_container_right {
        display:none;
    }
    
        #ps_slider_container_left {
        min-width: 500px;
        padding-left: 30px;
    }
    
}

/************* Accordion CSS **************/

.ps_accordion{
    color:#666;
}

.ps_accordion_title{
border-bottom-color: rgb(102, 102, 102);
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(102, 102, 102);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(102, 102, 102);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(102, 102, 102);
border-top-style: none;
border-top-width: 0px;
color: rgb(102, 102, 102);
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-optical-sizing: auto;
font-size: 21px;
font-size-adjust: none;
font-stretch: 100%;
font-style: normal;
font-variant: normal;
font-variant-alternates: normal;
font-variant-caps: normal;
font-variant-east-asian: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-variant-position: normal;
font-variation-settings: normal;
font-weight: 500;
letter-spacing: normal;
line-height: 21px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: left;
vertical-align: baseline;
cursor: pointer;
}

.accordion .card-header:after {
    cursor: pointer;
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
    cursor: pointer;
}




