<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #2c2c2c;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	background: #ececec url('../images/bg.gif') 
}

/************************************/

a:link,
a:visited,
a:active {
	color: #77787c;
	transition: all 0.5s ease 0s;
}

a:hover,
.red {
	color: #e3000f;
	text-decoration: none;
}

.margin-bottom {
	margin-bottom: 40px;
}

#map {
	width: 100%;
	height: 300px;
}

/************************************/

header .header-top ul li {
    display: inline-block;
}

header .header-top ul li {
    margin-left: 0;
    margin-right: 20px;
}

header .header-top ul li a {
    color: #e3000f;
}

header .header-top ul li a:hover {
    color: #77787c;
}

header .header-top ul li .fa {
	color: #e3000f;
	margin-right: 10px;
}

header .menu .container{
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 20px;
}

/************************************/

.navbar-brand {
	margin-bottom: 10px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 999999!important;
}

.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar-default .navbar-brand {
  color: #77787c;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e3000f;
}
.navbar-default .navbar-text {
  color: #77787c;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #77787c;
  font-weight: 600;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #e3000f;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #e3000f;
  background-color: #ffffff;
}
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  color: #e3000f;
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #77787c;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #77787c;
}
.navbar-default .navbar-link {
  color: #77787c;
}
.navbar-default .navbar-link:hover {
  color: #e3000f;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #77787c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #e3000f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #e3000f;
    background-color: #ffffff;
  }
}

.navbar-collapse {
    border-top: none;
}

.navbar-right .dropdown-menu {
    left: 0!important;
    right: inherit;
}

/************************************/

header .header-top ul li a.btn-red,
a.btn-red,
.btn-red { 
  color: #FFFFFF; 
  background-color: #e3000f; 
  border-color: #b6000c; 
} 
 
.btn-red:hover, 
.btn-red:focus, 
.btn-red:active, 
.btn-red.active, 
.open .dropdown-toggle.btn-red { 
  color: #FFFFFF; 
  background-color: #b6000c; 
  border-color: #b6000c; 
} 
 
.btn-red:active, 
.btn-red.active, 
.open .dropdown-toggle.btn-red { 
  background-image: none; 
} 
 
.btn-red.disabled, 
.btn-red[disabled], 
fieldset[disabled] .btn-red, 
.btn-red.disabled:hover, 
.btn-red[disabled]:hover, 
fieldset[disabled] .btn-red:hover, 
.btn-red.disabled:focus, 
.btn-red[disabled]:focus, 
fieldset[disabled] .btn-red:focus, 
.btn-red.disabled:active, 
.btn-red[disabled]:active, 
fieldset[disabled] .btn-red:active, 
.btn-red.disabled.active, 
.btn-red[disabled].active, 
fieldset[disabled] .btn-red.active { 
  background-color: #e3000f; 
  border-color: #b6000c; 
} 
 
.btn-red .badge { 
  color: #e3000f; 
  background-color: #FFFFFF; 
}

/************************************/

a.btn-grey,
.btn-grey
{ 
  color: #FFFFFF!important; 
  background-color: #77787c; 
  border-color: #696a6d; 
} 
 
.btn-grey:hover, 
.btn-grey:focus, 
.btn-grey:active, 
.btn-grey.active, 
.open .dropdown-toggle.btn-grey { 
  color: #FFFFFF!important; 
  background-color: #696a6d; 
  border-color: #696a6d; 
} 
 
.btn-grey:active, 
.btn-grey.active, 
.open .dropdown-toggle.btn-grey { 
  background-image: none; 
} 
 
.btn-grey.disabled, 
.btn-grey[disabled], 
fieldset[disabled] .btn-grey, 
.btn-grey.disabled:hover, 
.btn-grey[disabled]:hover, 
fieldset[disabled] .btn-grey:hover, 
.btn-grey.disabled:focus, 
.btn-grey[disabled]:focus, 
fieldset[disabled] .btn-grey:focus, 
.btn-grey.disabled:active, 
.btn-grey[disabled]:active, 
fieldset[disabled] .btn-grey:active, 
.btn-grey.disabled.active, 
.btn-grey[disabled].active, 
fieldset[disabled] .btn-grey.active { 
  background-color: #77787c; 
  border-color: #696a6d; 
} 
 
.btn-grey .badge { 
  color: #77787c; 
  background-color: #FFFFFF; 
}

/************************************/

#slider-images {
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;

}

#slider-images .item img {
	display: block;
	width: 100%;
	height: auto;
}

.textoverlay {
    position: absolute;
	display: block;
	left: 2%;
	bottom: 40%;
	background-color:rgba(255,255,255,0.8);
	padding: 15px 20px;

}

.textoverlay  h2 {
    font-size: 30px;
    color: #e3000f;
    margin-top: 0;
}

.textoverlay p {
    font-size: 20px;
    color: #434343;
}

.textoverlay p span{
    font-size: 16px;
}

@media (max-width: 767px) {

	.textoverlay {
	    position: absolute;
		display: block;
		left: 1%;
		bottom: 10%;}

	.textoverlay  h2 {
	    font-size: 16px;
	}

	.textoverlay p, 
	.textoverlay p span{
	    font-size: 12px;
	}

}

/************************************/

.page .container{
	padding: 40px 20px;
	border-bottom: 1px solid #bfbfbf;
}

.white .container{
	background: #fff;
}

.grey .container{
	background: #f7f7f7;
}

.page p{
	line-height: 24px;
	padding-left: 
}

.page h1,
.fullwidth h1 {
	font-size: 28px;
	color: #e3000f;
}

.page h2,
.fullwidth h2{
	font-size: 24px;
	margin-bottom: 20px
	color: #e3000f;
}

h2,h3{
	color: #e3000f;
}

h3{
	color: #e3000f;
	font-size: 18px;
}


.page .services {
    margin: 0 auto;
    max-width: 500px;
    padding-left: 80px;
    position: relative;
}

.page .icon {
    color: #e3000f;
    left: 0;
    position: absolute;
    top: 30px;
    transition: all 500ms ease 0s;
    width: 80px;
}

.page .services:hover .icon {
    transform: scale(0.8, 0.8);
	color: #77787c;
}

.page .kontakt ul {
	list-style: none;
	padding-left:0;

}

.page .kontakt ul li {
	padding-bottom: 10px;
}

/************************************/

.alert-item {
	background-color: #fff;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 4px solid #e3000f;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 40px;
  transition: all 0.5s ease 0s;
}

/************************************/

.box-item {
	background-color: #fff;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 4px solid #e3000f;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
    transition: all 0.5s ease 0s;
}

.box-item .content {
	min-height: 180px
}

#digital .box-item .content {
	min-height: 200px
}

.product .content {
	min-height: 220px;
	padding: 0 5px;
}

.product {

	margin: 0 15px;
}

.box-item:hover {
	border-bottom: 4px solid #bfbfbf;
}

.box-item h2,
.box-item p {
	margin: 20px;
}

.img-fullwidth {
    width: 100% !important;
}

/************************************/

#hahnemuhle-photo .box-item {
	background-color: #fff;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 4px solid #e3000f;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
    transition: all 0.5s ease 0s;
}

#hahnemuhle-photo .content {
	min-height: 300px
}

#hahnemuhle-photo .product {
	margin: 0 !important;
}

/************************************/

footer {
}

footer h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

footer h3 span {
	font-size: 40px;
}

.btn-big {
    border-radius: 2px;
    font-size: 16px;
	font-weight: 600;
    line-height: 1.3333;
    padding: 12px 20px;
    margin-top: 20px;
}

.footer .container{
	background-color: #2c2c2c;
	color: #cacbcc;
	padding: 40px 0;
}

.footer a:link,
.footer a:visited,
.footer a:active {
	color: #cacbcc;
	transition: all 0.5s ease 0s;
}

.footer a:hover {
	color: #fff;
}

.copyright .container{
	background-color: #222222;
}

.copyright .container p{
	font-size: 12px;
	color: #cacbcc;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}</pre></body></html>