.btn,
a {
    text-decoration: none !important;
}
.btn.btn-outline,
.btn.btn-red,
.btn.btn-white {
    font-size: 1.125rem;
    padding: 10px 35px;
    transition: all 0.15s ease-in-out;
}
body,
header {
    position: relative;
}
.layout-clearfix:after,
.slick-track:after {
    clear: both;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.layout-clearfix {
    zoom: 1;
}
.layout-clearfix:after,
.layout-clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
a {
    color: #ef3937;
}
a:hover {
    color: #0a78bd;
}
.link:after {
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 0 0 10px;
}
.hiddenContainer {
    height: 0;
    overflow: hidden;
}
p.success {
    color: #0f0;
}
p.error {
    color: red;
}
::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
:-moz-placeholder {
    color: #000;
    opacity: 1;
}
::-moz-placeholder {
    color: #000;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
}
.cookiemessage a,
.rte a,
footer a,
header .topnav span a {
    text-decoration: underline !important;
}
.btn.btn-outline {
    border: 1px solid #ef3937;
    color: #ef3937;
    font-weight: 800;
}
.btn.btn-outline:hover {
    background: #ef3937;
    color: #fff;
}
.btn.btn-outline.white {
    border: 1px solid #fff;
    color: #fff;
}
.btn.btn-outline.white:hover {
    background: #fff;
    color: #0a78bd;
}
.btn.btn-red {
    border-top: 1px solid #fc0;
    border-bottom: 1px solid #fc0;
    //background: #fc0;
	background:#FF5F1F;
    color: #fff;
    font-weight: 600;
}
.btn.btn-red:hover {
    background: #0a78bd;
    border-color: #0a78bd;
    color: #fff;
}
.btn.btn-white {
    border: 1px solid #fff;
    background: #fff;
    color: #ef3937;
    font-weight: 500;
}
.btn.btn-white:hover {
    background: #8cc440;
    color: #fff;
}
.callus {
    font-size: 1.375rem;
    line-height: 2.75rem;
    font-weight: 600;
}
body,
html {
    line-height: 24px;
}
.rte .embed-responsive,
.rte img,
.rte table {
    margin: 30px 0;
}
html {
    font-size: 14px;
    overflow-x: hidden;
}
@media only screen and (min-width: 992px) {
    html {
        font-size: 18px;
        line-height: 32px;
    }
}
body {
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}
header {
    height: auto;
}
header .navinner {
    margin: 0 -15px;
}
@media only screen and (min-width: 992px) {
    body {
        font-size: 18px;
        line-height: 32px;
    }
    header .navinner {
        max-width: 1330px;
        margin: 0 auto;
    }
    header {
        height: auto;
    }
}
header .topnav {
    text-align: right;
    margin: 0 0 -3px;
    display: none;
}
@media only screen and (min-width: 992px) {
    header .topnav {
        display: block;
    }
}
header .topnav span {
    display: inline-block;
    padding: 5px 20px;
    background: #8cc440;
    color: #fff;
    font-weight: 600;
}
header .navbar-toggle .bar,
header .navbar-toggle.collapsed .bar {
    border-bottom: 2px solid #ef3937;
    height: 2px;
    display: block;
    position: relative;
}
header .navbar-toggle,
header .topnav span a {
    color: #fff;
}
header .navbar-toggle .bar {
    width: 36px;
    margin: 8px 0 5px;
    transition: all 0.25s ease-in-out;
}
header .navbar-toggle .bar:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}
header .navbar-toggle .bar:nth-child(2) {
    opacity: 0;
    right: -50px;
}
header .navbar-toggle .bar:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 10px;
}
header .navbar-toggle.collapsed .bar {
    width: 30px;
    margin: 5px 0 10px;
}
header .navbar-toggle.collapsed .bar:first-child {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}
header .navbar-toggle.collapsed .bar:nth-child(2) {
    opacity: 1;
    right: 0;
}
header .navbar-toggle.collapsed .bar:last-child {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    bottom: 0;
}
header .navbar {
    height: 90px;
    border-radius: 0;
    border: 0;
    transition: all 0.25s linear;
    background: #fff;
    border-bottom: 1px solid grey;
}
header .navbar .contactbuttons {
    position: absolute;
    right: 62px;
    top: 28px;
}
@media only screen and (min-width: 992px) {
    header .navbar {
        height: 110px;
        border-bottom: 1px solid #ddd;
    }
    header .navbar .contactbuttons {
        display: none;
    }
}
header .navbar .contactbuttons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    font-size: 2.25rem;
}
header .navbar .navbar-brand {
    position: relative;
    height: auto;
}
header .navbar .navbar-brand img {
    position: relative;
    top: 5px;
    transition: all 0.15s linear;
    height: 50px;
}
@media only screen and (min-width: 992px) {
    header .navbar .navbar-brand img {
        top: 3px;
        height: 75px;
    }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
    header .navbar .navbar-collapse {
        left: 0;
    }
}
header .navbar.small {
    height: 90px;
    background: #fff;
    border-bottom: 1px solid grey;
}
header .navbar.small .navbar-brand {
    padding-top: 0;
}
header .navbar.small .navbar-brand img {
    top: 7px;
    height: 75px;
    padding: 0;
    transition: all 0.15s linear;
}
header .navbar.small .nav {
    margin: 20px 0 0;
}
@media screen and (max-width: 991px) {
    header .navbar .navbar-collapse {
        background: #ef3937;
        width: 100%;
        position: absolute;
        top: 90px;
        max-height: none;
    }
    header .navbar .navbar-collapse ul {
        margin: 0;
        overflow: hidden;
    }
    header .navbar .navbar-collapse ul li a {
        padding: 20px 0;
        font-size: 1.125rem;
        border-bottom: 1px solid #fff;
        color: #fff;
        text-align: center;
    }
    header .navbar .navbar-collapse ul li a:hover {
        color: #ef3937;
    }
    header .navbar .navbar-collapse ul li:last-child {
        border: none;
        padding: 0;
        margin-top: 0;
    }
    header .navbar .navbar-collapse ul li:last-child a {
        border-bottom: none;
    }
    header .navbar .navbar-collapse ul li.active,
    header .navbar .navbar-collapse ul li.active a {
        color: #fc0 !important;
    }
    header .navbar .navbar-header {
        float: none;
    }
    header .navbar .navbar-toggle {
        display: block;
        position: absolute;
        right: 20px;
        top: 25px;
        margin: 0;
        padding: 0;
        color: #fff;
        z-index: 3000;
    }
    header .navbar .navbar-collapse.collapse {
        display: none !important;
    }
    header .navbar .navbar-nav {
        float: none !important;
    }
    header .navbar .navbar-nav > li {
        float: none;
    }
    header .navbar .navbar-collapse.collaping,
    header .navbar .navbar-collapse.collapse.in {
        display: block !important;
        z-index: 1000;
    }
}
header .navbar .nav {
    margin: 28px 0 0;
    padding: 0;
    transition: all 0.25s ease-in-out;
    position: relative;
    z-index: 2000;
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
    header .navbar .nav {
        margin: 45px 0 0;
    }
}
header .navbar .nav > li {
    position: static;
    cursor: pointer;
    background: 0 0 !important;
}
@media only screen and (min-width: 992px) {
    header .navbar .nav > li {
        margin: 0 0 0 15px;
    }
}
header .navbar .nav > li.active,
header .navbar .nav > li:focus {
    background: 0 0;
}
header .navbar .nav > li.active a,
header .navbar .nav > li:focus a {
    color: #ef3937 !important;
    font-weight: 600;
}
header .navbar .nav > li a {
    padding: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    background: 0 0 !important;
    text-decoration: none;
}
@media only screen and (min-width: 1200px) {
    header .navbar .nav > li {
        margin: 0 0 0 35px;
    }
    header .navbar .nav > li a {
        font-size: 1.125rem;
    }
}
header .navbar .nav > li:hover {
    background: 0 0;
    display: block;
}
header .navbar .nav > li:hover > a {
    background: 0 0;
    color: #ef3937;
}
.divider,
footer {
    background: #ef3937;
}
header .navbar .nav > li.active a {
    color: #fff;
    font-weight: 600;
}
h1,
h2,
h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 800;
}
header .navbar .nav > li.dropdown {
    position: relative;
}
header .navbar .nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 10px;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    border: 1px solid #fff;
    background: #ef3937;
}
header .navbar .nav .dropdown-menu li a {
    color: #fff;
    padding: 10px;
}
@media only screen and (min-width: 767px) {
    header .navbar .nav .dropdown-menu {
        margin: 0 0 15px;
    }
}
@media only screen and (min-width: 992px) {
    header .navbar .nav > li a {
        font-size: 1.125rem;
    }
    header .navbar .nav > li.active a {
        color: #fff;
    }
    header .navbar .nav > li.dropdown {
        position: relative;
    }
    header .navbar .nav .dropdown-menu {
        position: absolute;
        width: auto !important;
        box-shadow: none;
        border-radius: 0;
        border: none;
        padding: 5px 0;
        background: #ef3937;
        top: 100%;
        margin: 10px 0 0;
        left: -200%;
    }
    header .navbar .nav .dropdown-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #ef3937;
        position: absolute;
        top: -5px;
        left: 50%;
    }
    header .navbar .nav .dropdown-menu li {
        border: none;
        padding: 0 20px;
    }
    header .navbar .nav .dropdown-menu li a {
        color: #fff;
        text-transform: none;
        padding: 0;
        line-height: 40px;
        font-size: 1rem !important;
        font-style: normal;
    }
    header .navbar .nav .dropdown-menu li:hover a {
        color: #fc0 !important;
    }
}
.divider {
    border-top: 5px solid #d9c5b0;
    border-bottom: 5px solid #d9c5b0;
    height: 15px;
}
footer {
    padding: 50px 0;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #fff;
    text-align: center;
}
footer h5 {
    margin: 0 0 10px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #8cc440;
}
footer .footerlinks {
    margin: 15px 0 0;
}
footer .footerlogo {
    margin: 30px 0 0;
    height: 60px;
}
.cookiemessage {
    padding: 40px;
    position: fixed;
    z-index: 9000;
    background: #8cc440;
    color: #fff;
    transition: left 0.5s ease-in-out;
    transition-delay: 3s 0s;
    width: 100%;
    bottom: 0;
    left: -600px;
}
.featured .title,
.featured.sub {
    background: #0a78bd;
    border-bottom: 10px solid #1c5579;
}
@media only screen and (min-width: 992px) {
    footer {
        text-align: left;
    }
    footer .footerlogo {
        float: right;
        margin: 5px 0 0;
    }
    .cookiemessage {
        width: 600px;
        left: -600px;
        bottom: 30px;
    }
}
.cookiemessage h3 {
    font-size: 1.5rem;
    margin: 10px 0 20px;
    color: #fff;
}
.cookiemessage p {
    margin: 0 0 20px;
}
.cookiemessage a {
    color: #fff;
}
.cookiemessage .btn {
    margin: 10px 20px 0 0;
    padding: 10px 25px;
    text-decoration: none !important;
}
h1,
h2,
h5 {
    margin: 0;
}
.cookiemessage .btn.btn-text {
    font-size: 1.125rem;
    text-decoration: none;
}
.contact form label a,
.cookiemessage .btn.btn-text:hover,
.showroom .inner a {
    text-decoration: underline !important;
}
.cookiemessage .btn.btn-text:hover {
    color: #fff;
}
.cookiemessage.open {
    left: 0;
}
h1 {
    font-size: 2rem;
}
@media only screen and (min-width: 992px) {
    .cookiemessage.open {
        left: 30px;
    }
    h1 {
        font-size: 3.75rem;
    }
}
h1 span {
    display: block;
    font-size: 1.125rem;
    margin: 15px 0 0;
}
h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: #0a78bd;
}
h3,
h5 {
    font-size: 1.5rem;
}
h3 {
    color: #ef3937;
}
h5 {
    font-weight: 600;
    color: #fff;
}
.featured {
    height: 400px;
    margin-top: 90px;
}
@media only screen and (min-width: 992px) {
    .featured {
        margin: 110px auto 0;
        height: 600px;
    }
}
.featured .title {
    text-align: left;
    margin: 90px 0 0;
    padding: 30px;
}
.header,
.introduction {
    padding: 30px 0;
}
@media only screen and (min-width: 992px) {
    .featured .title {
        margin: 260px 0 0;
    }
}
.featured .title h1 {
    color: #fff;
    margin: 0;
    font-size: 2.25rem;
    font-weight: 900;
}
.featured .title .btn {
    width: 230px;
    margin: 15px 0 0;
}
.featured.sub {
    height: auto;
}
@media only screen and (min-width: 992px) {
    .featured .title h1 {
        font-size: 2.75rem;
        line-height: 3.25rem;
    }
    .featured .title .btn {
        margin: 45px 30px 0 0;
    }
    .featured.sub {
        height: 150px;
    }
}
.featured.sub h1 {
    text-align: center;
    color: #fff;
    margin: 30px 0;
}
@media only screen and (min-width: 992px) {
    .featured.sub h1 {
        line-height: 150px;
        font-size: 3rem;
        margin: 0;
    }
}
.header {
    margin-top: 100px;
    background: #ef3937;
}
.header h1 {
    color: #fff;
    font-weight: 500;
}
@media only screen and (min-width: 992px) {
    .header {
        margin-top: 170px;
        background: #ef3937;
        padding: 30px 0;
    }
    .introduction {
        padding: 60px 0 90px;
    }
}
.contentblocks {
    padding: 60px 0;
}
.subnav {
    background: #f6eef3;
    padding: 30px 15px 15px;
    margin: 0 0 60px;
}
@media only screen and (min-width: 992px) {
    .subnav {
        padding: 30px 15px 15px;
        margin: 0 0 0 45px;
    }
}
.subnav ul {
    padding: 0;
    border-top: 1px solid #fff;
}
.subnav ul li {
    list-style: none;
}
.subnav ul li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    transition: all 0.15s linear;
}
.gallery .thumb,
.homeprojects .projects a img,
.products .item {
    transition: all 0.15s ease-in-out;
}
.subnav ul li a:hover {
    background: #ef3937;
    color: #fff;
}
.subnav ul li a.active {
    color: #0a78bd;
}
.products {
    max-width: 1400px;
    margin: 0 auto;
}
.products h2 {
    text-align: center;
    color: #ef3937;
}
.products .item {
    display: block;
    background: #ddd;
    margin: 45px 15px 0;
    color: #1a1a1a;
    position: relative;
    border-bottom: 10px solid #bbb;
}
.products .item figure {
    position: relative;
    border-bottom: 5px solid #fff;
}
.products .item figure .price {
    width: 140px;
    height: 140px;
    background: #fc0;
    color: #ef3937;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
    text-align: center;
    line-height: 30px;
    padding: 18px 0 0;
    font-size: 0.875rem;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    border: 5px solid #fff;
}
.products .item figure .price em {
    font-style: normal;
    font-weight: 700;
    display: block;
    font-size: 1.875rem;
}
.content h1,
.products .item span {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 800;
}
.products .item .inner {
    padding: 20px;
}
.products .item span {
    display: block;
    padding: 0;
    text-align: left;
    font-size: 1.25rem;
}
.products .item:hover {
    background: #0a78bd;
    color: #fff;
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}
.showroom {
    background-color: #8cc440;
    margin: 0 0 60px;
    background-size: cover;
}
.showroom .inner {
    padding: 60px 0;
    color: #fff;
}
.showroom .inner h2 {
    color: #fff;
    margin: 0 0 20px;
}
.showroom .inner a {
    color: #fff;
}
.homeprojects {
    padding: 0 0 60px;
}
.homeprojects h2 {
    margin: 0 0 20px;
}
.homeprojects .projects {
    padding: 30px 0 60px;
}
.homeprojects .projects a {
    display: block;
    margin: 0 0 15px;
}
.homeprojects .projects a img:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}
.content {
    padding: 60px 0;
}
@media only screen and (min-width: 992px) {
    .showroom {
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 52% auto;
        min-height: 500px;
    }
    .homeprojects .projects a {
        margin: 0;
    }
    .content {
        padding: 90px 0;
    }
}
.content h1 {
    font-size: 2.25rem;
    margin: 0 0 30px;
    color: #0a78bd;
}
.content h2 {
    font-size: 1.875rem;
    margin: 0 0 10px;
    color: #ef3937;
}
.stonesorts {
    padding: 60px 0;
}
@media only screen and (min-width: 992px) {
    .stonesorts {
        padding: 90px 0;
    }
}
.stonesorts .item {
    text-align: center;
    position: relative;
    margin: 15px 0;
}
.stonesorts .item img {
    margin: 0 0 15px;
}
.stonesorts .item .price {
    width: 90px;
    height: 90px;
    background: #fc0;
    color: #ef3937;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
    text-align: center;
    line-height: 80px;
    font-size: 0.875rem;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    border: 5px solid #fff;
    font-weight: 600;
}
.stonesorts .item .price em {
    font-style: normal;
    font-weight: 700;
    display: block;
    font-size: 1.875rem;
}
.news {
    padding: 60px 0;
}
@media only screen and (min-width: 992px) {
    .news {
        padding: 90px 0;
    }
}
.news .item {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}
.news .item h3 {
    margin: 10px 0 0;
}
.news .item img {
    border-radius: 10px;
}
.newspaging {
    margin: 60px 0 0;
    padding: 0;
}
.newspaging li {
    display: inline-block;
    margin: 0 5px;
}
.newspaging li a {
    width: 40px;
    height: 40px;
    line-height: 2.125rem;
    display: block;
    border: 1px solid #ef3937;
    color: #ef3937;
    font-weight: 600;
    text-align: center;
    background: #fff;
}
.newspaging li a.active,
.newspaging li a:hover {
    border: 1px solid #ef3937;
    color: #fff;
    background: #ef3937;
}
.actueel {
    background: #0a78bd;
    background-size: cover;
    padding: 60px 0 90px;
}
.actueel .matches,
.actueel .news {
    background: #fff;
    border-radius: 7px;
}
.actueel h2 {
    color: #fff;
}
.actueel .matches {
    margin: 30px 0 0;
    padding: 15px;
}
.actueel .matches .match {
    border-bottom: 1px solid #f6eef3;
    padding: 10px;
    text-align: left;
}
.actueel .matches .match .datetime {
    font-size: 0.75rem;
    display: block;
}
.actueel .matches .match .vs {
    color: #0a78bd;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0 10px;
}
.actueel .matches .match strong {
    color: #ef3937;
}
.actueel .matches .link {
    display: inline-block;
    margin: 15px 0 5px 10px;
}
.actueel .news {
    margin: 30px 0;
    padding: 15px;
}
@media only screen and (min-width: 992px) {
    .actueel .news {
        margin: 30px 0 0;
    }
}
.actueel .news .newsitem {
    display: block;
    border-bottom: 1px solid #f6eef3;
    padding: 10px;
    text-align: left;
    color: #1a1a1a;
    font-weight: 500;
}
.actueel .news .newsitem img {
    float: left;
    height: 60px;
    margin: 0 15px 0 0;
    border-radius: 50%;
}
.actueel .news .newsitem .datetime {
    font-size: 0.75rem;
    display: block;
}
.actueel .news .newsitem .datetime .label {
    text-transform: uppercase;
    margin: 0 0 0 10px;
}
.actueel .news .newsitem:hover {
    background: #f6eef3;
}
.actueel .news .link {
    display: inline-block;
    margin: 15px 0 5px 10px;
}
.cta {
    text-align: center;
    background: #0a78bd;
    color: #fff;
    padding: 60px 0;
}
.cta h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 2.5rem;
}
.cta .btn {
    margin: 20px 10px 0;
    display: block;
    border: 1px solid #fff;
    color: #fff;
}
.cta .btn:hover {
    background: #8cc440;
    color: #fff;
}
@media only screen and (min-width: 992px) {
    .cta {
        padding: 90px 0;
    }
    .cta .btn {
        display: inline-block;
    }
}
h3.galheader {
    margin: 30px 0 0;
}
.gallery {
    padding: 60px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.gallery [class*="col-"] {
    display: inline-block;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 50%;
}
@media only screen and (min-width: 992px) {
    .gallery [class*="col-"] {
        width: 33%;
    }
}
.contentblocks .fotostrip .links .item img,
.fotostrip .links .item img {
    width: 100%;
}
.gallery .thumb {
    display: block;
    margin: 0 0 30px;
}
.gallery .thumb:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 0 5px #666;
}
.contact {
    padding: 60px 0 90px;
}
.contact h2 {
    margin: 0 0 20px;
}
.contact form {
    margin: 20px 0;
    padding: 40px 30px 20px;
    background: #f6eef3;
}
.contact form .row {
    margin-bottom: 30px;
}
.contact form h3 {
    margin: 0 0 30px;
}
.contact form .form-control {
    border-radius: 0;
}
.contact form span {
    font-size: 0.75rem;
}
.contact form label {
    font-weight: 500;
}
.contact form label a:hover {
    color: #0a78bd;
}
.contact form .error {
    font-weight: 500;
    color: #0a78bd;
    margin: 5px 0 0;
}
.contact form label > label.error {
    margin: 0;
    padding: 0;
}
.fotostrip {
    background: #fff;
}
.fotostrip .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (min-width: 992px) {
    .fotostrip .links {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.fotostrip .links .item {
    -ms-flex: 1 auto;
    flex: 1 auto;
    position: relative;
}
.fotostrip .links .item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.25s ease-in-out;
}
.fotostrip .links .item .overlay .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    padding: 20px;
    border: 1px solid #fff;
}
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}
.fotostrip .links .item .overlay .inner h3 {
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
}
.social {
    padding: 60px 0;
    text-align: center;
}
@media only screen and (min-width: 992px) {
    .social {
        padding: 60px 0;
    }
}
.social span {
    font-size: 1.25rem;
    font-weight: 500;
}
.social a {
    display: inline-block;
    margin: 0 10px;
}
.contentblocks .textblock h2,
.contentblocks .textimageblock h2 {
    margin: 0 0 30px;
}
.social a i {
    font-size: 1.5rem;
}
.social a:hover {
    color: #8cc440;
}
.contentblocks .textblock {
    padding: 0 0 30px;
}
@media only screen and (min-width: 992px) {
    .contentblocks .textblock {
        padding: 0 0 60px;
    }
}
.contentblocks .textimageblock {
    padding: 0 0 30px;
}
@media only screen and (min-width: 992px) {
    .contentblocks .textimageblock {
        padding: 0 0 90px;
    }
}
.contentblocks .textimageblock .btn {
    margin: 15px 0 30px;
}
.contentblocks .textimageblock figure {
    padding: 0;
}
.contentblocks .textimageblock figure.links {
    padding: 30px 0;
}
@media only screen and (min-width: 992px) {
    .contentblocks .textimageblock figure.links {
        padding: 0 30px 0 0;
    }
}
.contentblocks .textimageblock figure.rechts {
    padding: 30px 0;
}
@media only screen and (min-width: 992px) {
    .contentblocks .textimageblock figure.rechts {
        margin: 0;
        padding: 0 0 0 30px;
    }
}
.contentblocks .videoblock {
    padding: 30px 0;
}
@media only screen and (min-width: 992px) {
    .contentblocks .videoblock {
        padding: 0 0 60px;
    }
}
.contentblocks .videoblock h2 {
    margin: 0 0 45px;
}
.contentblocks .videoblock .caption {
    text-align: center;
    padding: 15px 0 0;
    font-size: 1rem;
    font-style: italic;
}
.contentblocks .fotostrip {
    margin: 0 0 30px;
}
.contentblocks .fotostrip .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (min-width: 992px) {
    .contentblocks .fotostrip {
        margin: 0 0 90px;
    }
    .contentblocks .fotostrip .links {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.contentblocks .fotostrip .links .item {
    -ms-flex: 1 auto;
    flex: 1 auto;
    position: relative;
}
.contentblocks .imageblock {
    padding: 0 0 30px;
}
@media only screen and (min-width: 992px) {
    .contentblocks .imageblock {
        padding: 0 0 90px;
    }
}
.contentblocks .imageblock h2 {
    margin: 0 0 45px;
}
.contentblocks .imageblock .caption {
    text-align: center;
    padding: 15px 0 0;
    font-size: 1rem;
    font-style: italic;
}
.contentblocks .pricesblock {
    padding: 0 0 30px;
}
@media only screen and (min-width: 992px) {
    .contentblocks .pricesblock {
        padding: 0 0 90px;
    }
}
.contentblocks .pricesblock h2 {
    margin: 0 0 30px;
}
.contentblocks .pricesblock .priceitem {
    background: #8cc440;
    padding: 30px;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
}
.contentblocks .pricesblock .priceitem span {
    display: block;
    text-align: center;
    font-size: 3.75rem;
    margin: 25px 0;
}
.contentblocks .projects {
    padding: 30px 0 60px;
}
.contentblocks .projects a img {
    transition: all 0.15s ease-in-out;
}
.contentblocks .projects a img:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}
.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.btn.btn-red.ps-btn{padding:.55rem 1rem;margin:0 .3rem 1rem;}img.slick-track.ps-img:not(.ps-rfloat){max-width:100%;}.ps-rfloat{display:block;float:right;max-width:40%;margin:0 0 3px 3px;}@media only screen and (max-width: 667px){.btn.btn-red.ps-btn{display:block;}.ps-rfloat{float:initial;max-width:100%;margin:0 auto;}}