#cookiebar {
 box-sizing: border-box;
 position: fixed;
 left: 0;
 width: 100%;
 background-color: #4b4b4b;
 padding: 8px 16px;
 text-align: center;
 font-size: 13px;
 color: #ffffff;
 line-height: 2;
  z-index: 10;
}

#cookiebar.top {
 top: 0;
}

#cookiebar.bottom {
 bottom: 0;
}

#cookiebar-desc {
 display: inline-block;
}

#cookiebar span {
 margin-right: 1em;
}

#cookiebar .cookiebar-button,
#cookiebar .cookiebar-info {
 margin-right: 8px;
 padding: 4px 8px;
 border: none;
 background-color: #fdfdfd;
 color: #666;
 cursor: pointer;
 display: inline-block;
}

#cookiebar a {
 color: #666;
 text-decoration: none;
}

#cookiebar a:hover {
 text-decoration: none;
}


.logo {
    width: 200px;
}

.ce_leadertext.version1 {
    max-width: 100%;
}

.ce_leadertext.version1 p {
    font-family: lato;
}

.home .ce_bgimage {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
}

/*  SLIDER */
.ce_revolutionslider_text {
    opacity: 0.75 !important;
}

.ce_revolutionslider_text.first {
    background-color: #fff;
    color: #f8a600;
}



a {
    color: #F8A600;
}


/*  Cookiebar  */
.cookiebar {
	z-index: 1000 !important;
}

/* Kunden Startseite  
.ce_gallery li img:hover {
    filter: grayscale(0%);
}
.ce_gallery li img {
    filter: grayscale(100%);
}

/* Paralax  */

.ce_bgimage {
    padding-bottom: 200px;
    padding-top: 200px;
}

.ce_bgimage.parallax .ce_bgimage-image {
    background-attachment: unset !important;
}


.print h1  {
	color:rgb(248, 166, 0) !important ;
}
.print h1:after  {
	background: rgba(248, 166, 0, 0.8) none repeat scroll 0 0 !important;
	content: "";
    display: block;
    height: 1px;
    left: 50px;
    margin: 20px 0 20px -50px;
    position: relative;
    width: 100px;
}

/* Portfolio  */
.ce_portfoliofilter, .ce_portfoliofilter a {
    background: rgb(104, 104, 104) none repeat scroll 0 0;
}

#portfolio_start {
    padding-bottom: 20px !important;
    padding-top: 30px !important;
}

.ce_portfoliofilter {
    padding: 10px !important;
}


/*   */

.ce_text_image_bar h1, 
.ce_text_image_bar h2, 
.ce_text_image_bar h3, 
.ce_text_image_bar h4, 
.ce_text_image_bar h5, 
.ce_text_image_bar h6  {
	color: #ffffff !important;
}


.ce_text_image_bar h1::after, 
.ce_text_image_bar h2::after, 
.ce_text_image_bar h3::after, 
.ce_text_image_bar h4::after, 
.ce_text_image_bar h5::after, 
.ce_text_image_bar h6::after {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0 !important;
}

.ce_text_image_bar p  {
	text-align: left !important;
}

.ce_gallery .content {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
}



11.mod_portfoliolist.portfolio-col5 .item {
    width: 20%;
}

.portfolio .mod_newslist {
    margin-right: 0px !important;
}

.portfolio .mod_newslist .isotope {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mod_portfoliolist .item a.more {
    display: block;
    height: 100%;
    left: 0 !important;
    margin: 0 !important;
    top: 0 !important;
    transition: all 0.8s ease 0s;
    width: 100%;
}


.mod_portfoliolist .item a:hover {
    background: rgba(255, 255, 255, 0.20) none repeat scroll 0 0 !important;
}


.mod_portfoliolist .item figure {
    background: rgba(255, 255, 255, 0.0) !important;
}


.mod_portfoliolist .item figure:hover img {
    opacity: 0.8;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.3s ease 0s;
}  

.ce_portfoliofilter a {
    display: inline-block;
}

.mod_newslist {
    margin-left: 0;
    margin-right: 0;
}


.partner {
    margin-left: 100px;
    margin-top: 145px !important;
    width: 150px !important;
}

@media only screen and (max-width: 1000px) {
.partner {
    margin-top: 50px !important;
    max-width: 150px !important;
}}

@media only screen and (min-width: 1000px) and (max-width: 1140px) {
.partner.autogrid-last {
    margin-top: 50px !important;
}}


@media only screen and (max-width: 480px) {
.mod_portfoliolist.portfolio-col5 .item {
    width: 100% !important;
}}

@media only screen and (max-width: 767px) {
.block {
    overflow: unset !important;
}}


@media only screen and (max-width: 1000px) { 
body .logo a {
    background-image: url("../../webprintz/logo/webprintz_logo_mobil.png");
} 
.logo {
    height: 80px;
}
	
}


.popup-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: rgb(255,255,255);
    z-index: 1000;
    -webkit-animation: fadeInUp 2000ms ease;
    animation: fadeInUp 2000ms ease;
	background: #aaa !important;
	padding: 5px 65px 5px 15px !important;
}

.popup-banner-close:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.popup-banner-close {
    width: 115px;
    text-align: center;
    padding-top: 5px;
}
.popup-banner-close {
    cursor: pointer;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 65px;
    top: 50%;
    margin-top: -15px;
}

.cookiebar.open {
    display: block;
}
.cookiebar {
    background: #d39a33;
}

.cookiebar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: rgb(255,255,255);
    z-index: 100000000000;
    padding: 15px 110px 15px 15px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

.cookiebar-close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    background: rgba(0,0,0,0.3);
    padding: 5px 10px;
    border-radius: 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}
*/

/* Lato Webfont LOKAL  */

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

/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/lato-v14-latin-300italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v14-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-300italic.svg#Lato') format('svg'); /* Legacy iOS */
}

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

/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}

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

/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v14-latin-700italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}
