/*
Theme Name: novaimmo
Theme URI: https://www.novaimmo.de
Author: Felix Fleißner
Author URI: www.onlionit.de
Description: novaimmo Theme
Version: 1.0.
*/

/* latin */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/novaimmo/fonts/MwQ5bhbm2POE2V9BPQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body{
    margin: 0px;
    padding: 0px;
    font-family: 'Abel', arial, sans-serif;
    line-height: 1;
    overflow-x: hidden;
}
.full-wrap{background-color:rgb(255,255,255,0.7);margin-top:130px;}

* {
    margin: 0;
    padding: 0;
    font-family: 'Abel',  sans-serif;
    outline: 0;
    color: #27508c;
    font-size: 18px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a, a * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
    color: #1e3e79;
}
.center {
    margin: 0 auto;
}
.left {
    float: left;
}
.txt-left {
    text-align: left;
}
.right {
    float: right;
}
.txt-right {
    text-align: right;
}
.clear {
    clear: both;
}
ul, ol {
    list-style-position: inside;
}
img {
    max-width: 100%;
    height: auto;
}
.reverse {
    flex-direction: row-reverse;
}
nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;

}
nav ul li {
    display: inline-block;
}
nav ul li a {
    display: inline-block;
}
.rk-cta {
    background: #222d64;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 17px 66px 12px 96px;
    display: inline-block;
    margin-top: 50px;
    position: relative;
    line-height: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-cta:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 66px;
    top: 15px;
    background: url(img/arrow-right.svg);
    background-size: 100% 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-cta:hover {
    background: #1e3e79;
    padding: 17px 96px 12px 66px;
}
.rk-cta:hover:before {
    left: calc(100% - 86px);
}
.rk-cta.white {
    background: white !important;
    color: #222d64 !important;
}
.rk-cta.white:before {
    background: url(img/arrow-right-blue.svg);
}
.rk-cta.white:hover {
    background: #1e3e79 !important;
    color: white !important;
}
.rk-cta.white:hover:before {
    background: url(img/arrow-right.svg);
}
.rk-cta.sm {
    padding: 17px 26px 12px 46px;
}
.rk-cta.sm:before {
    left: 20px;
}
.rk-cta.sm:hover {
    padding: 17px 46px 12px 26px;
}
.rk-cta.sm:hover:before {
    left: calc(100% - 35px);
}
section {
    padding: 40px 0px;
}
section.no-padding {
    padding: 0px 0px;
}


.onlionit-slider .overlay-text{font-size: 36pt;font-family: Arizonia;letter-spacing: 1px;padding-left: 1%;top: 80% !important;}

@media (max-width: 480px) {
    * {
    font-size: 16px;
}
.rk-breadcrumb * {
    font-size: 12px;
}
.tb-title span, .tb-title span * {
    font-size: 28px !important;
}
}header#novaimmo-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background: rgb(35,42,64);
	background: linear-gradient(90deg, rgba(35,42,64,1) 0%, rgba(39,49,98,1) 47%);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 130px;
    padding: 0px 15px;
    z-index: 99;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header#novaimmo-header nav span.dd-title {
    display: none;
}
header#novaimmo-header nav ul li a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 15px;
	font-size:18px;
	font-weight:normal;
}
header#novaimmo-header nav ul li a * {
    color: #fff;
}
header#novaimmo-header nav ul li.menu-item-has-children>a {
    padding-right: 35px;
    position: relative;
    height: 130px;
    line-height: 130px;
	border-bottom:2px solid transparent;
	border-top:2px solid transparent;
}
header#novaimmo-header nav ul li.menu-item-has-children>a:after {
    content: "\e93a";
    font-family: 'Linearicons';
    color: inherit;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 8px;
    pointer-events: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header#novaimmo-header nav ul li:hover>a, header#novaimmo-header nav ul li:hover:after, header#novaimmo-header nav ul li.current-menu-item>a, header#novaimmo-header nav ul li.current-menu-item:after, header#novaimmo-header nav ul li.current-menu-parent>a, header#novaimmo-header nav ul li.current-menu-parent:after, header#novaimmo-header nav ul li.current-menu-anchestor>a, header#novaimmo-header nav ul li.current-menu-anchestor:after {
	border-bottom:2px solid #d2bd00;
	border-top:2px solid #d2bd00;
}
header#novaimmo-header nav ul li:hover>a *, header#novaimmo-header nav ul li:hover:after *, header#novaimmo-header nav ul li.current-menu-item>a *, header#novaimmo-header nav ul li.current-menu-item:after *, header#novaimmo-header nav ul li.current-menu-parent>a *, header#novaimmo-header nav ul li.current-menu-parent:after *, header#novaimmo-header nav ul li.current-menu-anchestor>a *, header#novaimmo-header nav ul li.current-menu-anchestor:after * {
    color: #fff !important;
	border-bottom:2px solid #d2bd00;
	border-top:2px solid #d2bd00;
}
header#novaimmo-header nav ul li:hover ul {
    display: block;
}
header#novaimmo-header nav ul li ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.33);
}
header#novaimmo-header nav ul li ul .novaimmo-menu-wrap {
    background-color: white;
    padding: 40px 70px;
    min-height: 520px;
    box-shadow: 0px 23px 16px #00000054;
    background-image: url(img/dropdown-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}
header#novaimmo-header nav ul li ul .novaimmo-menu-wrap .novaimmo-menu-grid {
    display: grid;
    grid-template-columns: repeat(3,  1fr);
    grid-template-rows: max-content;
}
header#novaimmo-header nav ul li ul .novaimmo-menu-wrap span.dd-title {
    font-size: 38px;
    grid-column: 1/-1;
    margin-bottom: 30px;
    display: block;
}
header#novaimmo-header nav ul li ul li {
    margin-bottom: 20px;
}
header#novaimmo-header nav ul li ul li a {
    text-transform: none;
    letter-spacing: 0px;
}
header#novaimmo-header nav ul li ul li img.item-icon, header#novaimmo-header nav ul li ul li svg {
    padding: 10px;
    background: #1e3e79;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin-right: 15px;
    border: 2px solid white;
}
header#novaimmo-header nav ul li ul li img.item-icon *, header#novaimmo-header nav ul li ul li svg * {
    fill: white;
}
header#novaimmo-header nav ul li ul li span.menu-image-title-after.menu-image-title {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: middle;
}
header#novaimmo-header nav ul li ul li:hover a * {
    color: #1e3e79;
}
header#novaimmo-header nav ul li ul li:hover svg {
    border: 2px solid #1e3e79;
    background: white;
}
header#novaimmo-header nav ul li ul li:hover svg * {
    fill: #1e3e79;
}
header#novaimmo-header .novaimmo-header-right {
    display: flex;
    align-items: center;
}
header#novaimmo-header .novaimmo-header-wpml .novaimmo-header-wpml-dropdown {
    display: none;
    padding: 10px 30px;
    background: white;
    position: absolute;
    top: 100%;
    right: 15px;
    box-shadow: 0px 14px 10px #0000002e;
}
header#novaimmo-header .novaimmo-header-wpml .novaimmo-header-wpml-dropdown nav ul li {
    display: block;
}
header#novaimmo-header .novaimmo-header-wpml .novaimmo-header-wpml-dropdown nav ul li:after {
    display: none !important;
}
header#novaimmo-header .novaimmo-header-wpml .novaimmo-header-wpml-dropdown nav ul li a:hover * {
    color: #1e3e79;
}
header#novaimmo-header .novaimmo-header-wpml .novaimmo-header-wpml-current {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    border: 1px solid black;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    margin-left: 15px;
    line-height: 1.3;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header#novaimmo-header .novaimmo-header-wpml .novaimmo-header-wpml-current span {
    font-size: 12px;
}
header#novaimmo-header .novaimmo-header-wpml .novaimmo-header-wpml-current i {
    display: none;
    line-height: 22px;
    font-weight: bold;
    position: relative;
    right: -1px;
}
header#novaimmo-header .novaimmo-header-wpml .novaimmo-header-wpml-current:hover {
    border-color: #1e3e79;
}
header#novaimmo-header .novaimmo-header-wpml .novaimmo-header-wpml-current:hover span, header#novaimmo-header .novaimmo-header-wpml .novaimmo-header-wpml-current:hover i {
    color: #1e3e79;
}
header#novaimmo-header .novaimmo-header-search {
    padding: 10px;
    position: relative;
    cursor: pointer;
}
header#novaimmo-header .novaimmo-header-search svg {
    position: relative;
    z-index: 3;
}
header#novaimmo-header .novaimmo-header-search .icon-cross {
    display: none;
    position: relative;
    z-index: 3;
    font-size: 22px;
    top: 0px;
}
header#novaimmo-header .novaimmo-header-search.open svg {
    display: none;
}
header#novaimmo-header .novaimmo-header-search.open .icon-cross {
    display: block;
}
header#novaimmo-header .rk-searchbox {
    position: absolute;
    right: 53px;
    top: 29px;
    width: 100%;
    max-width: calc(100% - 450px);
}
header#novaimmo-header .rk-searchbox {
    display: none;
}
header#novaimmo-header #rk-searchform input {
    width: 100%;
    padding: 8px 14px;
    border-radius: 0px;
    border: 1px solid #c6c6c6 !important;
}
header#novaimmo-header div#rk-searchresults {
    background: white;
    position: absolute;
    top: calc(100% - 1px);
    width: 100%;
    left: 0px;
    border: 1px solid #c6c6c6;
    box-shadow: 0px 70px 50px #00000052;
    border-top-color: white;
    background-image: url(img/dropdown-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    max-height: 500px;
    overflow: auto;
}
header#novaimmo-header div#rk-searchresults div {
    column-count: 3;
    padding: 40px;
}
header#novaimmo-header div#rk-searchresults div:empty {
    padding: 0px;
}
header#novaimmo-header div#rk-searchresults a {
    line-height: 1.3em;
    display: block;
    padding: 15px 0px 15px 28px;
    color: black;
    position: relative;
    break-inside: avoid-column;
}
header#novaimmo-header div#rk-searchresults a:before {
    content: "\e944";
    font-family: "Linearicons";
    position: absolute;
    top: 14px;
    left: 0px;
    color: black;
}
header#novaimmo-header div#rk-searchresults a:hover {
    color: #1e3e79;
}
header#novaimmo-header div#rk-searchresults .rk-newsblog {
    margin-bottom: 10px;
    position: relative;
    display: flex;
}
header#novaimmo-header div#rk-searchresults:empty {
    padding: 0px;
    border: none;
}
header#novaimmo-header #rk-searchresults h3 {
    color: #333;
    font-weight: bold;
}
header#novaimmo-header .novaimmo-search-icon {
    cursor: pointer;
}
header#novaimmo-header .novaimmo-search-icon * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header#novaimmo-header .novaimmo-search-icon:hover * {
    fill: #1e3e79;
}
#mobile-menu {
	color:#fff;
    display: none;
    margin-top: 9px;
    width: 25px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 3;
    margin-left: 25px;
}
#mobile-menu:after {
    position: absolute;
    content: "";
    display: block;
    height: 25px;
    width: 100px;
    z-index: -1;
}
#mobile-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#mobile-menu:hover span {
    background: #1e3e79;
}
#mobile-menu:hover p {
    color: #1e3e79;
}
#mobile-menu span:nth-child(1) {
    top: 0px;
}
#mobile-menu span:nth-child(2), #mobile-menu span:nth-child(3) {
    top: 8px;
}
#mobile-menu span:nth-child(4) {
    top: 16px;
}
header.open #mobile-menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%}
header.open #mobile-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
header.open #mobile-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header.open #mobile-menu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%}
header.open-wpml .novaimmo-header-wpml-dropdown {
    display: block !important;
}
header.open-wpml .novaimmo-header-wpml-current span {
    display: none;
}
header.open-wpml .novaimmo-header-wpml-current i {
    display: inline-block !important;
}
#side-icons {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 250px;
    width: 70px;
}
#side-icons a {
    height: 50px;
    width: 50px;
    display: block;
    margin-bottom: 5px;
    background: #222d64;
    width: 70px;
    height: 70px;
    padding: 20px;
    transition: all .3s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
}
#side-icons a:hover {
    background: #1e3e79;
}
#side-icons img {
    width: 100%}
#ndesignbody #pwebcontact2 {
    display: none;
}
@media (max-width: 1500px) {
    header#novaimmo-header .rk-searchbox {
    max-width: calc(100% - 330px);
}
}@media (min-width: 1200px) {
    header#novaimmo-header nav ul li ul {
    pointer-events: none;
}
header#novaimmo-header nav ul li ul * {
    pointer-events: auto;
}
}@media (max-width: 1200px) {
    header#novaimmo-header {
    z-index: 999;
}
header#novaimmo-header .novaimmo-header-menu {
    display: none;
    position: fixed;
    top: 100px;
    right: 0px;
    width: 100vw;
    max-width: 790px;
    height: calc(100vh - 100px);
    z-index: 999;
    background: white;
    padding: 50px;
    border-top: 1px solid #e7e7e7;
    overflow: auto;
    z-index: 999;
}
header#novaimmo-header .novaimmo-header-menu nav ul li {
    display: block;
}
header#novaimmo-header .novaimmo-header-menu nav ul li>a {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #8080801c;
}
header#novaimmo-header nav ul li a{color:#333;}
header#novaimmo-header .novaimmo-header-menu nav ul li:first-of-type>a {
    border-top: none;
}
header#novaimmo-header .novaimmo-header-menu nav ul li.menu-item-has-children a:after {
    right: 23px;
    top: 22px;
    transform: rotate(-90deg);
    transform-origin: center;
}
header#novaimmo-header .novaimmo-header-menu nav ul li a {
    border-bottom: 0px;
    display: block;
    width: 100%;
    padding: 0px;
}
header#novaimmo-header .novaimmo-header-menu nav ul li ul {
    background: none;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    display: none;
    margin-bottom: 40px;
    margin-top: 10px;
}
header#novaimmo-header .novaimmo-header-menu nav ul li ul .container {
    padding: 0px;
}
header#novaimmo-header .novaimmo-header-menu nav ul li ul .dd-title {
    display: none  !important;
}
header#novaimmo-header .novaimmo-header-menu nav ul li ul .novaimmo-menu-grid {
    display: block;
}
header#novaimmo-header .novaimmo-header-menu nav ul li ul .novaimmo-menu-wrap {
    padding: 0px;
    min-height: inherit;
    background: none;
    box-shadow: none;
}
header#novaimmo-header .novaimmo-header-menu nav ul li ul li a {
    border: none;
}
header#novaimmo-header .novaimmo-header-menu nav ul li ul li svg {
    width: 60px;
    height: auto;
    padding: 7px;
}
header#novaimmo-header .novaimmo-header-menu nav ul li.open-subs>a:after {
    transform: rotate(0deg);
    right: 5px;
    top: 0px;
}
header#novaimmo-header .novaimmo-header-menu nav ul li.open-subs ul {
    display: block;
}
header#novaimmo-header .rk-searchbox {
    max-width: calc(100% - 390px);
    right: 103px;
}
header#novaimmo-header div#rk-searchresults div {
    column-count: 2;
}
header#novaimmo-header.open {
    box-shadow: 0px 0px 99999px 99999px #333333d1;
}
header#novaimmo-header.open .novaimmo-header-menu {
    display: block;
}
#mobile-menu {
    display: block;
}
}@media (max-width: 992px) {
    header#novaimmo-header div#rk-searchresults div {
    column-count: 2;
    padding: 15px;
}
header#novaimmo-header div#rk-searchresults div * {
    font-size: 14px;
}
}@media (max-width: 768px) {
    #side-icons {
    width: 50px;
}
#side-icons a {
    width: 50px;
    height: 50px;
    padding: 12px;
}
body {
    padding-top: 70px;
}
h2,h3,h4,h5,h6{
	color: #1e3e79 !important;
}
header#novaimmo-header {
    height: 70px;
}
header#novaimmo-header .rk-searchbox {
    top: 15px;
    max-width: calc(100% - 320px);
}
.full-wrap{
margin-top:0px;
}
header#novaimmo-header div#rk-searchresults div {
    column-count: 1;
    padding: 15px;
}
header#novaimmo-header .viavis-header-logo img {
	max-height: 60px;
	width: auto;
}
header#novaimmo-header .novaimmo-header-menu {
    padding: 20px;
    top: 70px;
    height: calc(100vh - 70px);
}
header#novaimmo-header .novaimmo-header-menu * {
    font-size: 14px;
	color:#333;
}
header#novaimmo-header .novaimmo-header-menu nav ul li.menu-item-has-children a:after {
    top: 17px;
}
header#novaimmo-header .novaimmo-header-menu nav ul li.menu-item-has-children.open-subs a:after {
    top: 0px;
}
header#novaimmo-header .novaimmo-header-menu nav ul li>a {
    height: 50px;
    line-height: 50px;
}
}@media (max-width: 480px) {
    header#novaimmo-header .rk-searchbox {
    top: 70px;
    width: 100vw;
    max-width: 100vw;
    left: 0px;
}
}footer#novaimmo-footer {
    background: #545454;
}

footer#novaimmo-footer h1, footer#novaimmo-footer h2, footer#novaimmo-footer h3, footer#novaimmo-footer h4, footer#novaimmo-footer h5, footer#novaimmo-footer h6 {
    color: white;
    font-size: 20px;
    margin-top: 60px;
}
footer#novaimmo-footer p, footer#novaimmo-footer strong, footer#novaimmo-footer a{
    color: white;
}
footer#novaimmo-footer ul{
	list-style-type:none;
}

footer#novaimmo-footer #novaimmo-footer-top {
    padding: 0px 0px 60px 0px;
    width: 100%;
    background-image: url(img/footer-logo.png);
    background-position: bottom left;
    background-repeat: no-repeat;
	background-size: 265px auto;
}
footer#novaimmo-footer #novaimmo-footer-top nav li, footer#novaimmo-footer #novaimmo-footer-top .menu li {
    display: block;
    font-size: 16px;
    line-height: 1.2;
}
footer#novaimmo-footer #novaimmo-footer-top nav li a, footer#novaimmo-footer #novaimmo-footer-top .menu li a {
    color: #fff;
    padding: 5px 0px;
    display: inline-block;
}
footer#novaimmo-footer #novaimmo-footer-top nav li:hover a, footer#novaimmo-footer #novaimmo-footer-top nav li.current-menu-item a, footer#novaimmo-footer #novaimmo-footer-top .menu li:hover a, footer#novaimmo-footer #novaimmo-footer-top .menu li.current-menu-item a {
    color: white;
}
footer#novaimmo-footer #novaimmo-footer-top figure {
    margin: 5px 5px 20px 0;
}
footer#novaimmo-footer #novaimmo-footer-bottom {
    background: rgb(35,42,64);
	background: linear-gradient(90deg, rgba(35,42,64,1) 0%, rgba(39,49,98,1) 47%);
    padding: 10px 0px;
}
footer#novaimmo-footer #novaimmo-footer-bottom nav ul li a {
    color: white;
    padding: 5px;
}
footer#novaimmo-footer #novaimmo-footer-bottom nav ul li:hover a, footer#novaimmo-footer #novaimmo-footer-bottom nav ul li.current-menu-item a {
    color: #fff;
}
footer#novaimmo-footer #novaimmo-footer-bottom nav ul li:last-of-type a {
    padding-right: 0px;
}
footer#novaimmo-footer #novaimmo-footer-bottom span.copyright {
    color: white;
    display: inline-block;
    padding: 5px 5px 5px 0px;
}
footer#novaimmo-footer-top p, footer#novaimmo-footer-top a {
    color:#fff;
}
.home-cats .wp-block-column{text-align:center;background-color:rgb(255,255,255,0.5);border:1px solid #1e3e79;position:relative;border-radius: 80px;}
.home-cats h4{position:absolute;z-index:1;bottom:0px;width:80%;font-size: 14pt;font-weight: bold;margin: 0 10% 10% 10%;    color: #FFD25E;
    text-shadow: 2px 2px 3px #000;
}

.home-cats img{    width: auto !important;height: 150px !important;}
.home-cats figure{margin:0px;}

.rk-form {
    width: 100%}
.rk-form .rk-form-row {
    width: calc(100% + 15px);
    margin: 0px -7.5px;
}
.rk-form .rk-form-row .rk-form-half {
    width: 50%;
    float: left;
    padding: 7.5px;
}
.rk-form .rk-form-row .rk-form-full {
    width: 100%;
    float: left;
    padding: 7.5px;
}
.rk-form .rk-form-row:after {
    content: "";
    clear: both;
    display: block;
}
.rk-form input, .rk-form textarea {
    width: 100%;
    padding: 10px;
    color: #333;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    border-radius: 0px !important;
}
.rk-form input:focus, .rk-form input:active, .rk-form textarea:focus, .rk-form textarea:active {
    background: #F5F0ED;
}
.rk-form textarea {
    height: 150px;
}
.rk-form .wpcf7-response-output {
    margin-top: 0px !important;
    padding: 15px !important;
    border: none !important;
    background: #1e3e79;
}
.rk-form input.wpcf7-submit {
    width: auto !important;
    float: right;
    background: #1e3e79 !important;
    color: white;
    padding: 10px 30px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-form input.wpcf7-submit:hover {
    background: white !important;
    color: #1e3e79 !important;
}
.rk-form .wpcf7-list-item {
    margin: 0px !important;
}
.rk-form .legal-notice {
    padding-left: 25px !important;
    display: block;
    position: relative;
    font-size: 12px;
}
.rk-form .legal-notice * {
    font-size: 12px;
}
.rk-form .legal-notice .wpcf7-form-control-wrap {
    position: initial !important;
}
.rk-form .legal-notice input[type="checkbox"] {
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    top: 0px;
    -webkit-appearance: none !important;
    display: block !important;
    border: 2px solid white !important;
    padding: 0px !important;
}
.rk-form .legal-notice input[type="checkbox"]:focus, .rk-form .legal-notice input[type="checkbox"]:active {
    background: none !important;
}
.rk-form .legal-notice input[type="checkbox"]:checked:after {
    content: "";
    background: url(../img/check-white.svg);
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    top: -7px;
    left: 1px;
}
.rk-form .legal-notice a {
    text-decoration: underline;
}
.rk-form .legal-notice a:hover {
    color: #1e3e79;
}
#wrapper {
    overflow: initial !important;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    bottom: 100px;
}
body.single-loesungen .rk-contact .rk-contact-person, body.single-produkte .rk-contact .rk-contact-person {
    margin: 0px;
}
body.single-loesungen .rk-contact .rk-contact-person .rk-cp-inner, body.single-produkte .rk-contact .rk-contact-person .rk-cp-inner {
    border-radius: 0px;
}
body.single-loesungen .rk-contact .rk-contact-person .rk-cp-inner .container, body.single-loesungen .rk-contact .rk-contact-person .rk-cp-inner .container>section, body.single-produkte .rk-contact .rk-contact-person .rk-cp-inner .container, body.single-produkte .rk-contact .rk-contact-person .rk-cp-inner .container>section {
    padding: 0px !important;
}
body.single-loesungen .rk-contact .rk-contact-person span.rk-plz-find, body.single-produkte .rk-contact .rk-contact-person span.rk-plz-find {
    font-weight: bold;
}
body.single-loesungen .novaimmo-zipsearch-wrap, body.single-produkte .novaimmo-zipsearch-wrap {
    padding: 20px 0px;
}
body.single-loesungen .novaimmo-zipsearch-results .rk-cp-inner, body.single-produkte .novaimmo-zipsearch-results .rk-cp-inner {
    background: #222d6417;
    padding: 30px 30px 20px 30px;
    margin-top: 20px;
    min-height: 0px !important;
}
body.single-loesungen .novaimmo-zipsearch-button, body.single-produkte .novaimmo-zipsearch-button {
    background: #222d64 !important;
    color: white !important;
}
body.single-loesungen .novaimmo-zipsearch-button:hover, body.single-produkte .novaimmo-zipsearch-button:hover {
    background: #1e3e79 !important;
}
body.single-loesungen .novaimmo-zipsearch input, body.single-loesungen .novaimmo-zipsearch span, body.single-produkte .novaimmo-zipsearch input, body.single-produkte .novaimmo-zipsearch span {
    padding: 8px !important;
    height: auto !important;
    border-radius: 0px !important;
    border-style: solid !important;
    border-width: 1px !important;
}
body.single-loesungen .novaimmo-zipsearch .novaimmo-zipsearch-button, body.single-produkte .novaimmo-zipsearch .novaimmo-zipsearch-button {
    padding: 12px 25px !important;
    position: relative;
}
.novaimmo-related-products {
    column-count: 3;
    column-gap: 30px;
}
.novaimmo-related-products .novaimmo-related-product-item {
    background: white;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 60px 30px;
    position: relative;
    break-inside: avoid;
    min-height: 210px;
    margin-bottom: 30px;
}
.novaimmo-related-products .novaimmo-related-product-item a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.novaimmo-related-products .novaimmo-related-product-item svg.more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: auto;
}
.novaimmo-related-products .novaimmo-related-product-item svg.more * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.novaimmo-related-products .novaimmo-related-product-item .vrp-image {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 25px;
}
.novaimmo-related-products .novaimmo-related-product-item .vrp-image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.novaimmo-related-products .novaimmo-related-product-item .vrp-content .meta {
    font-size: 14px;
    margin-bottom: 5px;
    font-style: italic;
    opacity: 0.5;
    display: block;
}
.novaimmo-related-products .novaimmo-related-product-item .vrp-content h3 {
    font-size: 28px;
    font-weight: bold;
}
.novaimmo-related-products .novaimmo-related-product-item:hover .cls-2 {
    fill: #1e3e79;
}
.novaimmo-related-products .novaimmo-related-product-item:hover .vrp-image img {
    transform: scale(1.1);
}
.rk-icon-link {
    display: inline-block;
    margin-top: 20px;
    margin-right: 15px;
    color: #333;
    text-decoration: none !important;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-icon-link.italic {
    font-style: italic;
}
.rk-icon-link * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-icon-link svg {
    height: 18px;
    width: 18px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.rk-icon-link svg * {
    fill: #333;
}
.rk-icon-link:hover {
    color: #1e3e79;
}
.rk-icon-link:hover svg * {
    fill: #1e3e79;
}
.reduce-height {
    height: 90%}
.rk-wrap>div:not(.rk-loesung) {
    width: 100vw !important;
    overflow-y: hidden;
}
.rk-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    position: relative;
}
.rk-hero .container {
    position: relative;
}
.rk-hero .rk-hero-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0px;
    min-height: 180px;
}
.rk-hero .rk-hero-title span {
    font-size: 48px;
    font-weight: bold;
    color: white;
    position: relative;
    z-index: 1;
}
.rk-hero .rk-hero-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
.rk-hero .rk-hero-icon img, .rk-hero .rk-hero-icon svg {
    height: 150px;
    width: 150px;
}
.rk-hero .rk-hero-icon svg * {
    fill: white;
}
.rk-hero .rk-c-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    z-index: 0;
}
.rk-loesung {
    padding-top: 100px;
    padding-bottom: 100px;
}
.rk-loesung .rk-loesung-right {
    width: 100%;
    text-align: center;
    padding-top: 100px !important;
}
.rk-loesung .rk-loesung-right img {
    max-width: 332px;
    filter: drop-shadow(22px 13px 14px rgba(0, 0, 0, 0.2));
    position: relative;
    height: auto;
}
.rk-subline {
    color: #333;
    opacity: 0.5;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
}
.rk-title {
    margin-bottom: 25px;
    max-width: 560px;
}
.rk-title h1, .rk-title h1 * {
    font-size: 43px;
    color: #333;
    font-weight: normal;
    line-height: 1.1;
}
.rk-title b, .rk-title strong {
    color: #1e3e79;
    font-weight: bold;
}
.rk-title h2, .rk-title h3, .rk-title h4, .rk-title h5, .rk-title h6 {
    font-size: 42px;
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
}
.rk-title h2 *, .rk-title h3 *, .rk-title h4 *, .rk-title h5 *, .rk-title h6 * {
    font-size: 42px;
    line-height: 1.1;
}
.rk-description {
    max-width: 770px;
}
.rk-description * {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
.rk-cta {
    background: #222d64;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 17px 66px 12px 96px;
    display: inline-block;
    margin-top: 50px;
    position: relative;
    line-height: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-cta:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 66px;
    top: 15px;
    background: url(img/arrow-right.svg);
    background-size: 100% 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-cta:hover {
    background: #1e3e79;
    padding: 17px 96px 12px 66px;
    color: white;
}
.rk-cta:hover:before {
    left: calc(100% - 86px);
}
.rk-cta.white {
    background: white !important;
    color: #222d64 !important;
}
.rk-cta.white:before {
    background: url(img/arrow-right-blue.svg);
}
.rk-cta.white:hover {
    background: #1e3e79 !important;
    color: white !important;
}
.rk-cta.white:hover:before {
    background: url(img/arrow-right.svg);
}
.rk-section {
    padding: 150px 0px;
    margin: 150px 0px;
    position: relative;
}
.rk-section .rk-container {
    z-index: 1;
    position: relative;
}
.rk-section .rk-bg-svg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}
.rk-section .rk-bg-svg img, .rk-section .rk-bg-svg svg {
    width: 35%;
    height: auto;
    position: absolute;
    bottom: -10%;
    left: 0%;
    opacity: 0.1;
    pointer-events: none;
}
.rk-section+.rk-section, .rk-loesung+.rk-section {
    margin-top: 0px;
    margin-bottom: 0px;
}
.rk-features {
    background: #F5F0ED;
    position: relative;
}
.rk-features:after {
    content: "";
    width: 50%;
    height: 100%;
    left: 100%;
    display: block;
    position: absolute;
    background: #F5F0ED;
    top: 0px;
    z-index: -1;
}
.rk-features:before {
    content: "";
    width: 100vw;
    height: 100%;
    left: -100vw;
    display: block;
    position: absolute;
    background: #F5F0ED;
    top: 0px;
    z-index: 2;
}
.rk-feature-list .rk-fl-entry {
    margin-bottom: 30px;
}
.rk-feature-list .rk-fl-entry:after {
    content: "";
    display: block;
    clear: both;
}
.rk-feature-list .rk-fl-entry .rk-fl-icon {
    width: 75px;
    margin-right: 20px;
    float: left;
}
.rk-feature-list .rk-fl-entry .rk-fl-txt {
    width: calc(100% - 95px);
    float: left;
}
.rk-feature-list .rk-fl-entry .rk-fl-txt h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.rk-icon-box {
    width: 100%;
    padding: 50px 30px 15px 30px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    height: calc(100% - 30px);
    margin: 15px 0px;
}
.rk-icon-box .rk-ib-icon {
    width: 105px;
    height: 105px;
    border-radius: 105px;
    background: #1e3e79;
    text-align: center;
    margin: 0 auto 10px auto;
    line-height: 105px;
}
.rk-icon-box .rk-ib-icon img, .rk-icon-box .rk-ib-icon svg {
    width: 80%;
    vertical-align: middle;
}
.rk-icon-box .rk-ib-icon svg * {
    fill: white;
}
.rk-icon-box .rk-ib-content h3 {
    font-size: 18px;
    color: #1e3e79;
    font-weight: bold;
    text-transform: uppercase;
}
.rk-icon-box .rk-ib-content p {
    margin: 0px;
    padding: 0px;
}
body {
    counter-reset: boxcount;
}
.rk-box-on-bg {
    position: relative;
    width: 100%;
    padding: 70px 0px;
    margin: 30px 0px;
    min-height: 850px;
    counter-increment: boxcount;
}
.rk-box-on-bg#box01 {
    margin-top: 75px;
}
.rk-box-on-bg.right-box {
    text-align: right;
}
.rk-box-on-bg .rk-bob-bg {
    position: absolute;
    top: 0px;
    left: -150px;
    width: calc(100% + 300px);
    height: 100%;
    background-size: cover;
    z-index: 1;
    filter: contrast(0.8);
}
.rk-box-on-bg .rk-bob-txt {
    position: relative;
    z-index: 2;
    background: white;
    padding: 50px;
    max-width: 50%;
    display: inline-block;
    text-align: left;
}
.rk-box-on-bg .rk-bob-txt::before {
    content: "0" counter(boxcount);
    position: absolute;
    font-size: 160px;
    right: 10px;
    top: 10px;
    color: #1e3e79;
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
    line-height: 1;
    font-weight: bold;
}
.rk-box-on-bg .rk-bob-txt * {
    font-size: 18px;
}
.rk-box-on-bg .rk-bob-txt h3 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 0px;
}
.rk-box-on-bg .rk-bob-txt ul {
    list-style: none;
    margin: 25px 0px 0px 0px;
}
.rk-box-on-bg .rk-bob-txt ul li {
    padding-left: 30px;
    margin-bottom: 25px;
    position: relative;
}
.rk-box-on-bg .rk-bob-txt ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: url(img/check-square.svg);
    background-size: 100% 100%}
.rk-contact * {
    color: white;
}
.rk-contact .rk-description {
    max-width: 600px;
    margin-bottom: 25px;
}
.rk-contact .rk-description a {
    text-decoration: underline;
}
.rk-contact .rk-description a:hover {
    color: #1e3e79;
}
.rk-contact form input[type="text"], .rk-contact form textarea {
    border-radius: 0px !important;
    padding: 10px !important;
    outline: none !important;
    border: none !important;
}
.rk-contact form .ff-el-form-check * {
    font-size: 14px;
    line-height: 1.2;
}
.rk-contact form button {
    border-radius: 0px !important;
    background: #1e3e79;
    background-color: #1e3e79 !important;
    color: white;
    padding: 10px 25px !important;
    line-height: 1;
    font-weight: 500 !important;
    font-size: 18px !important;
    font-weight: 500;
    opacity: 1 !important;
    z-index: 2;
}
.rk-contact form button:hover {
    background: white !important;
    background-color: white !important;
    color: #1e3e79 !important;
    opacity: 1 !important;
}
.rk-contact .rk-contact-person {
    padding-left: 70px;
}
.rk-contact .rk-contact-person .rk-cp-inner {
    background: white;
    padding: 50px 40px;
    color: #333;
    position: relative;
    min-height: 291px;
}
.rk-contact .rk-contact-person .rk-cp-inner * {
    color: #333;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-contact .rk-contact-person .rk-cp-inner>div.rk-cp-detail {
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
}
.rk-contact .rk-contact-person .rk-cp-inner>div.rk-cp-detail svg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.rk-contact .rk-contact-person .rk-cp-inner a {
    text-decoration: none;
}
.rk-contact .rk-contact-person .rk-cp-inner a:hover {
    color: #1e3e79 !important;
}
.rk-contact .rk-contact-person .rk-cp-inner a:hover svg * {
    fill: #1e3e79;
}
.rk-contact .rk-contact-person .rk-cp-portrait {
    width: 130px;
    height: 130px;
    border: 5px solid white;
    border-radius: 130px;
    position: absolute !important;
    right: 20px;
    bottom: -65px;
    overflow: hidden;
}
.rk-contact .rk-contact-person .rk-cp-portrait img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}
.rk-contact .rk-icon-link {
    color: white;
}
.rk-contact .rk-icon-link svg * {
    fill: white;
}
.rk-contact .rk-icon-link svg {
    vertical-align: sub;
    top: 0px;
}
.rk-contact .rk-icon-link:hover {
    color: #1e3e79;
}
.rk-contact .rk-icon-link:hover svg * {
    fill: #1e3e79;
}
.rk-recom-box {
    background-color: white;
    padding: 50px 35px 35px 35px;
    aspect-ratio: 1;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    background-image: url(img/rk-box-brand.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-recom-box a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
.rk-recom-box svg.more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: auto;
}
.rk-recom-box svg.more * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-recom-box:hover {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}
.rk-recom-box:hover .cls-2 {
    fill: #1e3e79;
}
@media (max-width: 768px) {
    .rk-recom-box {
    aspect-ratio: inherit;
    padding-bottom: 50px;
}
}.rk-download-list {
    padding-left: 50px;
}
.rk-download-list span.text-muted.ml-4 {
    display: none;
}
.rk-download-list .mr-3[align="left"] {
    display: none !important;
}
.rk-download-list h3.media-heading {
    margin: 0px !important;
    padding: 0px !important;
}
.rk-download-list h3.media-heading * {
    color: #333 !important;
}
.rk-download-list .w3eden .btn-primary {
    background: #222d64 !important;
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
}
.rk-download-list .w3eden .btn-primary:hover {
    background: #1e3e79 !important;
}
@media (max-width: 1480px) {
    .rk-box-on-bg {
    padding-right: 25px;
    padding-left: 25px;
}
.rk-box-on-bg .rk-bob-bg {
    left: 0px;
    width: 100%}
}@media (max-width: 1200px) {
    .rk-description * {
    font-size: 16px;
}
.rk-title h1, .rk-title h1 * {
    font-size: 38px;
}
.rk-loesung .rk-loesung-right img {
    max-width: 242px;
}
.rk-title h2, .rk-title h3, .rk-title h4, .rk-title h5, .rk-title h6 {
    font-size: 38px;
    margin: 0px;
    padding: 0px;
}
.rk-title h2 *, .rk-title h3 *, .rk-title h4 *, .rk-title h5 *, .rk-title h6 * {
    font-size: 38px;
}
.rk-loesung {
    padding-bottom: 0px;
}
.rk-section {
    padding: 75px 0px;
    margin: 75px 0px;
}
.rk-icon-box {
    padding: 30px 25px 0px 25px;
}
.rk-icon-box .rk-ib-icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 85px;
}
.rk-box-on-bg {
    min-height: 0px;
}
.rk-box-on-bg .rk-bob-txt {
    max-width: 70%;
    padding: 30px;
}
.rk-box-on-bg .rk-bob-txt * {
    font-size: 14px;
}
.rk-box-on-bg .rk-bob-txt h3 {
    font-size: 28px;
}
}@media (max-width: 992px) {
    .novaimmo-related-products {
    column-count: 2;
}
}@media (max-width: 768px) {
    .rk-loesung .rk-loesung-right {
    padding-top: 0px !important;
}
.rk-features {
    margin-left: -15px;
    margin-right: -15px;
    padding: 75px 15px;
}
.rk-features:before, .rk-features:after {
    display: none;
}
.rk-features .rk-fl-entry {
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
}
.rk-box-on-bg {
    padding: 0px 15px;
    text-align: left !important;
}
.rk-box-on-bg .rk-bob-bg {
    position: relative;
    top: 0px;
    left: 0px;
    height: 0px;
    padding-bottom: 75%;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}
.rk-box-on-bg .rk-bob-txt {
    max-width: 100%;
    padding: 30px;
    margin-top: -120px;
    box-shadow: 0px 0px 10px #00000024;
}
.rk-contact .rk-contact-person {
    padding-left: 0px;
    margin-top: 30px;
}
.rk-download-list {
    padding-left: 0px;
    margin-top: 50px;
}
}@media (max-width: 480px) {
    .novaimmo-related-products {
    column-gap: 15px;
}
.novaimmo-related-products .novaimmo-related-product-item {
    padding: 20px 15px 45px 15px;
    min-height: 170px;
    margin-bottom: 15px;
}
.novaimmo-related-products .novaimmo-related-product-item svg.more {
    width: 40px;
}
.novaimmo-related-products .novaimmo-related-product-item .vrp-content {
    font-size: 14px;
}
.novaimmo-related-products .novaimmo-related-product-item .vrp-content h3 {
    font-size: 20px;
}
.rk-features .rk-fl-entry {
    width: 100%;
    display: block;
}
.rk-hero .rk-hero-title {
    min-height: 140px;
}
.rk-hero .rk-hero-title span {
    font-size: 36px;
}
.rk-hero .rk-hero-icon img {
    height: 100px;
    width: 100px;
}
.rk-title h1, .rk-title h1 * {
    font-size: 36px;
}
.rk-title h2, .rk-title h3, .rk-title h4, .rk-title h5, .rk-title h6 {
    font-size: 30px;
}
.rk-title h2 *, .rk-title h3 *, .rk-title h4 *, .rk-title h5 *, .rk-title h6 * {
    font-size: 30px;
}
}@keyframes highlight {
    from {
    opacity: 1;
    transform: scale(1,  1);
    box-shadow: 0px 0px 0px transparent;
}
50% {
    opacity: 1;
    transform: scale(1.3,  1.3);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
to {
    transform: scale(1,  1);
    box-shadow: 0px 0px 0px transparent;
}
}.highlight-ele {
    animation: highlight 1s normal forwards ease-in-out;
    animation-iteration-count: 1;
    z-index: 3;
}
.rk-produtklinie {
    position: relative;
    margin-bottom: 30px;
}
.rk-produtklinie .rk-produtklinie-head {
    background: #222d64;
    text-align: center;
    padding: 25px;
}
.rk-produtklinie .rk-produtklinie-head h1, .rk-produtklinie .rk-produtklinie-head h2, .rk-produtklinie .rk-produtklinie-head h3, .rk-produtklinie .rk-produtklinie-head h4, .rk-produtklinie .rk-produtklinie-head h5, .rk-produtklinie .rk-produtklinie-head h6 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
}
.rk-produtklinie .rk-produtklinie-head * {
    color: white;
}
.rk-produtklinie .rk-produtklinie-head p {
    margin: 0px;
}
.rk-produtklinie .rk-produtklinie-body {
    background-color: white;
    padding: 25px;
    position: relative;
    cursor: pointer;
    min-height: 280px;
    background-image: url(img/rk-box-brand.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}
.rk-produtklinie .rk-produtklinie-body ul {
    list-style: none;
}
.rk-produtklinie .rk-produtklinie-body ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.rk-produtklinie .rk-produtklinie-body ul li:before {
    content: "";
    background: url("img/icon-arrow-right.svg");
    position: absolute;
    top: 1px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-size: cover;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-produtklinie .rk-produtklinie-body ul li a {
    color: black;
}
.rk-produtklinie .rk-produtklinie-body ul li:hover a {
    color: #1e3e79;
}
.rk-produtklinie .rk-produtklinie-body ul li:hover:before {
    left: 5px;
}
.rk-news-box {
    margin-bottom: 50px;
    position: relative;
}
.rk-news-box a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
.rk-news-box .rk-news-box-thumb {
    width: 100%;
    height: 0px;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.rk-news-box .rk-news-box-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-news-box .rk-news-box-content {
    margin-top: 15px;
}
.rk-news-box .rk-news-box-content h1, .rk-news-box .rk-news-box-content h2, .rk-news-box .rk-news-box-content h3, .rk-news-box .rk-news-box-content h4, .rk-news-box .rk-news-box-content h5, .rk-news-box .rk-news-box-content h6 {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-news-box .rk-news-box-content .rk-nbc-meta {
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 10px;
}
.rk-news-box:hover h1, .rk-news-box:hover h2, .rk-news-box:hover h3, .rk-news-box:hover h4, .rk-news-box:hover h5, .rk-news-box:hover h6 {
    color: #1e3e79;
}
.rk-news-box:hover img {
    transform: scale(1.1);
}
.rk-newsblog {
    margin-bottom: 50px;
    position: relative;
    display: flex;
}
.rk-newsblog a {
    z-index: 2;
    cursor: pointer;
}
.rk-newsblog .rk-newsblog-box-thumb {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    flex: 30% 0 0;
}
.rk-newsblog .rk-newsblog-box-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-newsblog .rk-newsblog-box-content {
    padding-left: 5%}
.rk-newsblog .rk-newsblog-box-content h1, .rk-newsblog .rk-newsblog-box-content h2, .rk-newsblog .rk-newsblog-box-content h3, .rk-newsblog .rk-newsblog-box-content h4, .rk-newsblog .rk-newsblog-box-content h5, .rk-newsblog .rk-newsblog-box-content h6 {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-newsblog .rk-newsblog-box-content .rk-nbc-meta {
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 10px;
}
.rk-newsblog:hover h1, .rk-newsblog:hover h2, .rk-newsblog:hover h3, .rk-newsblog:hover h4, .rk-newsblog:hover h5, .rk-newsblog:hover h6 {
    color: #1e3e79;
}
.rk-newsblog:hover img {
    transform: scale(1.1);
}
.rk-breadcrumb {
    padding: 20px 0px;
}
.rk-breadcrumb a.broken-link {
    pointer-events: none;
    cursor: not-allowed;
}
.rk-breadcrumb * {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}
.rk-breadcrumb p {
    margin: 0px;
    padding: 0px;
}
.rk-breadcrumb a:hover {
    color: #1e3e79;
}
.uppercase {
    text-transform: uppercase;
}
.arrow-list {
    list-style: none;
    margin: 10px 0px;
}
.arrow-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 32px;
    max-width: 520px;
}
.arrow-list li:before {
    content: "\e944";
    font-family: 'Linearicons';
    position: absolute;
    top: 0px;
    left: 0px;
}
.rk-sem-prev {
    display: block;
}
.rk-sem-prev .rk-sem-aside {
    padding: 10px;
}
}.rk-custom-bg {
    padding-top: 70px;
    padding-bottom: 70px;
}
.rk-custom-bg-img {
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
.rk-custom-bg-img .container {
    background: white;
    padding: 70px;
}
.rk-custom-bg-img-blur {
    position: relative;
}
.rk-custom-bg-img-blur:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(var(--blur));
    top: 0px;
    left: 0px;
    z-index: 0;
}
.rk-custom-bg-img-blur .container {
    position: relative;
    z-index: 2;
}
@media (max-width: 480px) {
    .rk-custom-bg-img .container {
    padding: 25px;
}
}section.novaimmo-404 {
    padding: 200px 0px;
    min-height: calc(100vh - 458px);
    background-color: white;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}
section.novaimmo-404 * {
    color: #222d64;
}
section.novaimmo-404 span#not-found-404 {
    display: block;
    text-align: center;
    font-size: 20vw;
    font-weight: bold;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,  -60%);
    pointer-events: none;
}
section.novaimmo-404 p {
    max-width: 670px;
    text-align: center;
    margin: 0 auto;
}
section.novaimmo-404 .rk-cta {
    color: white;
}
@media (max-width: 480px) {
		section.novaimmo-404 {
		padding: 80px 40px;
	}
	section.novaimmo-404 span#not-found-404 {
		font-size: 50vw;
	}
	section.novaimmo-404 h1 {
		font-size: 2em;
	}
	section.novaimmo-404 p {
		margin-bottom: 30px;
	}
	section.novaimmo-404 .rk-cta {
		margin-top: 5px;
	}
}

#novaimmo-side-buttons{
    position: fixed;
    right: 0;
    z-index: 99;
    top: 250px;
    width: 70px;
}
.vsb-entry{
	margin-bottom:5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.17);
	transition: all .3s;
	height: 70px;
	width: 280px;
	background: #1e3e79 ;
	position: relative;
	transform: translateX(0px);
	color: white !important;
	border-radius: 8px 0px 0px 8px;
}
.vsb-entry:hover{
	transform: translateX(-200px);
	background: #FFD25E;
}


.vsb-entry a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.vsb-icon{
	display: inline-block;
	width: 70px;
	height: 70px;
	padding: 20px;
	vertical-align: top;	
}
.vsb-icon  img{width:100%; height: auto;max-height:100%;}

.vsb-txt{
	width: 200px;
	height: 70px;
	display: inline-block;
	padding-top: 10px;
	font-size:80%;
}
.vsb-txt b, .vsb-txt span{
	display: block;
}

@media(max-width: 480px){
    #novaimmo-side-buttons{
        top: inherit;
        bottom: 0px;
        width: 100% !important;
        border-top: 1px solid white;
		display:flex;
	}
	.vsb-entry{
		transform: translateX(0px) !important;
		display: block;
		float: left;
		margin-bottom: 0px;
		height: 45px;
		border-right: 1px solid white !important;
		border-radius: 0px;
	}
	
	.vsb-entry .vsb-txt{
		display: none !important;
	}
	
	.vsb-entry:last-of-type{
		border-right: none !important;
	}
	
	.vsb-icon{
		display: block;
		width: 100% !important;
		text-align: center;
		height: 45px;
		padding: 10px 0px 0px 0px;
	}
	.vsb-icon img{
		max-width: 25px;
	}
	
	h1{font-size:2rem !important;}
	
	footer#novaimmo-footer #novaimmo-footer-bottom{    padding: 10px 0px 80px 0px;}
	
}

.wpcf7 a{text-decoration:underline !important;}