
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
      margin: 0;
      padding: 0;
      min-width: 480px;
      min-height: 100vh;
      height: 100%;
      width: auto !important;
}

html, body {
    background-color: #202020;
    color: #fff;
}

.container {
  padding: 0;
}

.flex-container {
  display: flex;
  gap: 10px;
  gap: 10px 10px; /* row-gap column gap */
  row-gap: 10px;
  column-gap: 10px;
}

.yellowbox {
  color:red; padding: 10px; 
  background: yellow; 
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); 
  border: 1px solid red;
}

#pagination-container {
    display: table;
    margin: 0 auto;    
}

.modaldialog {
  background-color:rgba(0, 0, 0, 0.5)
}

.modaldialog .modal-dialog {
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
}

.modaldialog .modal-dialog .modal-header {
    background-color: #000;
    color: #fff;
}

.modaldialog .modal-dialog .modal-body {
    background-color: #121212;
    color: #fff;
}

.modaldialog .modal-dialog .modal-footer {
    background-color: #121212;
    color: #fff;    
    border: none;        
}


.count {
   z-index:1;
   position:absolute;
   top:-2px;
   right:10px;
   background-color:#d9534f;
}

.grayimg { 
  
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}


.bg-primary {
  background-color: #000;
}

.work-view {
  padding: 0px;
  margin: 0px;
  padding-top: 135px;
  min-height: calc(100vh - 135px);
  padding-bottom: 40px;

}

.work-content-left {
  float: left;
  display: block;
  width: calc(100% - 170px);
}

.work-content-right {
  float: right;
  width: 170px;
}

.detailbox {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}


.site-caption h1 {
  font-size: 150%;
  font-weight: bold;
}

.search-form {

}

.footer {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    color: #fff;
}

.footer a { 
    color: #fff; 
    font-weight: bold;
    outline: 0;
    text-decoration: none;
}

#banner1, #banner2, #banner3, #banner4 {
    margin-bottom: 10px; 
    overflow: hidden;
}

#banner1 img, #banner2 img, #banner3 img, #banner4 img {
  width:468px; 
  height:auto; 
  max-width:100%;
}

/************************************** scrollcontainer ******************************************/

.scrollerdiv {
  margin: 0;
  padding: 0;
}

#scrollcontainer {
    overflow: hidden;
    height: 120px;
  border: 1px solid #fff;
  padding: 0;
    margin-bottom: 20px;
}
#scrollcontainer #scroller {
    display: block;
    padding: 0;
    margin: 0;
}

#scrollcontainer #scroller li {
    padding-right: 10px;
    display: inline-block;
}
#scrollcontainer #scroller img {
    height: 120px;
}
#scrollcontainer #scroller .title {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: white;
    font-weight: bold;
    text-align: center;
    background: #ddd;
}

.scroller_verticaldiv {
  margin: 0;
  padding: 0;
}

#gallery {
    display:block; 
    margin: 0 auto;
    margin-bottom: 20px; 
    border: 1px solid #fff;
}

.download_area {
  border: 1px solid #fff;
  padding-top: 10px;
  background-color: #666;
}
/************************************** scrollcontainer vertical ******************************************/

.scroller_verticaldiv {
  margin: 0;
  padding: 0;
}

#scrollcontainer_vertical {
    overflow: hidden;
    width: 100%;
    height: 2685px;
    margin: 0 auto;
    margin-bottom: 20px;
  border: 1px solid #fff;
}
#scrollcontainer_vertical #scroller_vertical {
    display: block;
    padding: 0;
    width: 100%;
}
#scrollcontainer_vertical #scroller_vertical li {
    /*padding-right: 10px*/;
    display: inline-block;
    *display: inline;
}
#scrollcontainer_vertical #scroller_vertical img {
    /*height: 120px;*/
    width: 100%;
    margin-bottom: 10px;
}
#scrollcontainer_vertical #scroller_vertical .title {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: white;
    font-weight: bold;
    text-align: center;
    background: #ddd;
}


/*********************************** MENU *************************************************************/
.c-offcanvas {
    margin-top: 40px;
    width: 300px;
    background-color: #000;
    left: 0;
    padding: 1rem;
    overflow-y: scroll;
    color: #eee;
}

.c-offcanvas .navbar-nav {
    font-size: 100%;
}


.c-offcanvas::-webkit-scrollbar {
    width: .75em;
}

.c-offcanvas::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.c-offcanvas::-webkit-scrollbar-thumb {
  background-color: #318cb9;
  outline: 1px solid slategrey;
}

.js-offcanvas a {
    color: #fff; 
    font-weight: bold;
    outline: 0;
}
.js-offcanvas li {
    color: #fff; 
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar {
    margin-bottom:0px;
}

.navbar-nav {
    font-size: 115%;
    font-weight: bold;
}

.navbar-default, 
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>li>a, 
.navbar-default .navbar-brand, 
.navbar-default .navbar-brand:focus, 
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover,
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
    outline: 0;
}

.js-offcanvas .active>a, 
.js-offcanvas .active>a:focus, 
.js-offcanvas .active>a:hover, 
.js-offcanvas li>a, 
.js-offcanvas li>a:active, 
.js-offcanvas li>a:visited, 
.js-offcanvas li>a:focus, 
.js-offcanvas li>a:hover {
    background-color: transparent;
    border-color: transparent;
    color:#ffffff;
    outline: 0;
}

.navbar-default .navbar-nav>li>a:hover {
    color:#ffffff;
}

.js-offcanvas li {
    padding-right: 5px;
    color:#fff;
}

.js-offcanvas .dropdown li  {
    color:#fff;
}

.navbar-header-middle {
  margin-top: 10px;
  text-align: center;
  height: 64px;
} 
.navbar-header-middle img {
  height: 100%;
}

.navbar-brand {
  padding-left: 0;
  margin-left: 0;
  font-size: 180%;
}
.navbar-collapse .navbar-nav {
  /*border: 1px solid;*/
  margin-left: -30px;
  padding-left: 0;

}

.navbar-brand small{ 
  font-size: 50%; 
  font-weight: normal;
  line-height: 1px;
  color: #bbb;
}

.navbar-header-right {
  position: relative;
  margin-top: 10px;
}

.navbar-header-right img {
  position: absolute;
  width: auto;
  height: 70px;
  right: 0px;
  z-index: 99999333;
  margin-top: 10px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:visited {
    color:#ffffff;
}

/*
.navbar-nav>li  {
  background-color: red;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
} 
*/
.dropdown-submenu{ position: relative; }
.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}
.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:#cccccc;
  margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li {
    min-width: 170px;
    white-space: nowrap;
}

.dropdown-menu>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
}

.dropdown-submenu>.dropdown-menu>li>a {
    min-width: 200px;
    white-space: nowrap;
}

.badge-my {background-color: transparent; color: #333;}


.navbar-brand {
  color: #ffffff;
}

.site-caption-middle {
  font-size: 180%; 
  font-weight: bold; 
  margin: 0; margin-top: 16px;
}

.js-offcanvas .dropdown li {
    padding-right: 5px;
    color:#fff;
}

/*********************************** CARD *************************************************************/

.card {
   display: block; 
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}

.card:hover {
  box-shadow: 0 8px 17px 0 rgba(145, 139, 139, 0.2),0 6px 20px 0 rgba(122, 119, 119, 0.19);
}

.img-card {
  width: 100%;
  height:210px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
  overflow: hidden;

  background-repeat: no-repeat; 
  background-position: top; 
  background-size: contain;
}

.img-card_ue {
  width: 100%;
  height:178px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
  overflow: hidden;

  background-repeat: no-repeat; 
  background-position: top; 
  background-size: contain;
}

@media screen and (max-width: 767px) {
  #shopinfo  { font-size: 85%;padding-top: 35px;}

  .card .img-card {
      height:205px;
  }

  .card .img-card_ue {
      height:174px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .work-view {   padding-top: 185px; }
  #shopinfo  { font-size: 85%;}

  .card .img-card {
      height:183px;
  }

  .card .img-card_ue {
      height:154px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .card .img-card {
      height:165px;
  }

  .card .img-card_ue {
      height:140px;
  }
}


@media screen and (min-width:1600px) {
  .card .img-card {
      height:225px;
  }

  .card .img-card_ue {
      height:210px;
  }
}


.img-card img{
  width: 100%;
  transition: all .25s ease;
} 

.img-card_ue img{
  width: 100%;
  transition: all .25s ease;
} 

.card-content {
  position: relative;
  padding: 5px;
  text-align:center;
  height: 88px;
}
.card-content p {
    font-weight: bold;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  /* Number of lines displayed before it truncate */
     overflow: hidden;
}

.card-content span { 
  margin:0px;
  padding: 0px;
    font-weight: bold;

}
.card-content a {
  color: #000;
  text-decoration: none !important;
}

.card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  padding: 2px;
  height: 34px;
  line-height: 100%;
  font-weight: bold;
  font-size: 1.1em;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  /* Number of lines displayed before it truncate */
     overflow: hidden;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}

.card-version {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  padding: 2px;
  height: 18px;
  line-height: 100%;
  font-weight: bold;
  font-size: 1.1em;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;  /* Number of lines displayed before it truncate */
     overflow: hidden;

}

.card-footer  {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #eee;
  bottom: 30px;
  height: 30px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  vertical-align: middle;
}

.card-footer a {
  color: #000;
  text-decoration: none !important;
}

.card-read-more {
  border-top: 1px solid #D4D4D4;
}

.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}


/*********************************** Asset *************************************************************/
.asset-img {
  max-width: 590px;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto;
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: contain;
}
.asset-img img {
  width: 100%;
  margin-bottom: 20px;
}

.asset-descripton, .asset-detail {
  margin-bottom: 20px;
  font-size:  120%;
}
    
.asset-detail { 
  padding-left: 20px 
}

 /********************************* download section *********************************************/
    .downloadfiles {
        margin-bottom: 20px;
    }
    .downloadrow {
        display: flex;
        align-items: center;
        max-width: 90%;
        margin-bottom: 3px;
    }

    .downloadrow div {
      padding: 0;
      padding-left: 2px;
      padding-right: 2px;
      /*border: 1px solid;*/
    }

    .hyphens {
        hyphens: Auto;
        -ms-hyphens: Auto;
        -webkit-hyphens: None;
        word-wrap: Break-Word;
    }

    .downloadlink {
        font-weight: bold;
    }
    .downloadlink a {
      color: #000;
      text-decoration: none !important;
    }

    .downloadbutton {
      max-width: 120px;
      max-width: 120px;
      width: 100%;
      margin: auto;
    }
   .downloadbutton img {
      max-width: 100%;
      height: auto;
   }

/********************************* werbung *********************************************/
.werbepic {
  max-height:  215px;
 }

.werbepic img {
  height: 215px;
  width: auto;
  object-fit:cover; 
  transition: all .25s ease;
}

.werbepic300 {
  max-height: 50%;
}
.werbepic480 img {
  width: 480px;
  height: auto;
}

/********************************* pricing *********************************************/

#pricing-tables {
  background-color: #eeeeee;
  padding: 30px 0;
  border: 2px solid transparent;
}

.single-table {
  background: #fff;
  transition: all 0.2s linear;
  /* Bounce To Right */
}
.single-table:hover {
  box-shadow: 0px 3px 3px 0px #888888;
  transition: all 0.2s linear;
}
.single-table .plan-header {
  background: #34495e;
  color: #fff;
  text-transform: capitalize;
  padding: 2px 0;
}
.single-table .plan-header h3 {
  margin: 0;
  padding: 20px 0 5px 0;
  text-transform: uppercase;
}
.single-table .plan-price {
  color: #fff;
  padding: 10px 0;
  margin: 0;
  font-size: 30px;
  border-top: 2px solid #587ca0;
  font-weight: bold;
}
.single-table .plan-price span {
  font-size: 18px;
  font-weight: normal;
}
.single-table ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
.single-table ul li {
  padding: 8px 0;
  margin: 0 20px;
  border-bottom: 1px solid #dae2ea;
  font-size: 15px;
}
.single-table .plan-submit {
  display: inline-block;
  text-decoration: none;
  margin: 20px 0 30px 0;
  padding: 10px 40px;
  border: 1px solid #34495e;
  color: #34495e;
  font-size: 15px;
  text-transform: uppercase;
}
/*
.single-table .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.single-table .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #34495e;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.single-table .hvr-bounce-to-right:hover,
.single-table .hvr-bounce-to-right:focus,
.single-table .hvr-bounce-to-right:active {
  color: white;
}
.single-table .hvr-bounce-to-right:hover:before,
.single-table .hvr-bounce-to-right:focus:before,
.single-table .hvr-bounce-to-right:active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
*/

#pricing-div input[type="submit"] {
  width: 160px;
  /*background: #34495e;*/
  color: #fff;
  font-weight: bold;
  padding: 10px;
    background-image:url('../gfx/freekassa.png');
    background-repeat:no-repeat;

    /*border-radius: 15px;*/
}

.paypal_div {
  text-align: center;
}
.fkbutton{
    background-image:url('../gfx/freekassa.png');
    background-repeat:no-repeat;
}

#coupon, #coupon_btn { height: 45px; }
/********************************* media *********************************************/

@media screen and (max-width: 1200px) {
  .site-caption h1 {font-size: 145%;}
  .werbepic { max-height:  177px; }
  .werbepic img { height: 177px; }
 
  .img-card { height:190px; }
  .img-card img { height:190px; }

  .img-card-smal { height:140px; }
  .img-card-smal img { height:140px; }

  .img-card-smal3 { height:142px; }
  .img-card-smal3 img { height:142px; }

}

@media screen and (max-width: 991px) {
  #menu-vip-enddate { display: none; }
  #menu-vipbonus { display: none; }
  #menu-upgradeaccount { display: none; }

  #banner2 { display: none; }
  #banner4 { display: none; }
  .navbar-header-right { display: none; }
  .site-caption h1 {font-size: 112%;}

  .werbepic { max-height:  135px; }
  .werbepic img { height: 135px; }
  .asset-detail { font-size: 100% }
 

  .img-card { height:210px; }
  .img-card img { height:210px; }

  .img-card-smal { height:160px; }
  .img-card-smal img { height:160px; }

  .img-card-smal3 { height:160px; }
  .img-card-smal3 img { height:160px; }
}

@media screen and (max-width: 767px) {
  #banner1 { margin-top: 15px; }
   .work-view {padding-top: 45px; text-align: center;}
  .site-caption h1 {font-size: 135%;}

  .navbar-brand { display: none; }
  .navbar-header-middle { display: none; }
  .werbepic { max-height:  250px; }
  .werbepic img { height: 250px; }
  .asset-detail { font-size: 120% }

  .card, .card-smal, .card-smal3 { 
    max-width: 310px;
    margin: 5px auto; 
  }

  .img-card { height:235px;}
  .img-card img { height:225px;}

  .img-card-smal { height:175px; }
  .img-card-smal img { height:175px; }

  .img-card-smal3 { height:175px; }
  .img-card-smal3 img { height:175px; }

  .downloadrow {
  }

  .downloadbutton {
  }

}

@media screen and (max-width: 620px) {
 /* .site-caption h1 {font-size: 120%;} */
  .werbepic { max-height:  120px; text-align: center;  }
  .werbepic img { height: 120px; }
  #footer-logo { display: none; }
}

@media screen and (max-width: 480px) {
  .site-caption-middle {font-size: 150%; }
}

@media screen and (min-width: 1200px) {
  /*
  .container {
    width: 1200px;
  }
    */
  .site-caption h1 {font-size: 175%;}
}

@media (min-width: 1440px) {
  /*
  .container {
    width: 1440px;
  }
  */
}