/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body { background: #fff; color: #000;}
a {transition: 0.5s;}
a.promo-link {position: absolute;height:100%;width:100%;z-index:999;}
a:hover,
a:active,
a:focus {outline: none;text-decoration: none;}
p {padding: 0;margin: 0 0 30px 0;}
.tbig p {font-size: 1.35em;line-height: 170%;}

h1,h2,h3,h4,h5,h6 {margin: 0 0 20px 0;padding: 0;}
.center {text-align: center;}
.morehidden {display: none;}


.hsmall {font-size:2em;}
.hmiddle {font-size:2.5em;}
.hbig {font-size:3em;}

h1.hsmall {font-size:2.5em;}
h1.hmiddle {font-size:3.5em;}
h1.hbig {font-size:4em;}

.m-auto {margin-left:auto;margin-right:auto;}
.uppercase {text-transform: uppercase;}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 13;
}
.back-to-top i {padding-top: 12px;}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #1bb1dc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# DRV, DFV etc.
--------------------------------------------------------------*/
.drv, .dfv, .nl, .faq2 {display: block; position: fixed;right:0; width:80px; height:auto; padding:.65em .75em ;background: white; box-shadow:0 7px 7px rgba(0,0,0,.3);border-radius:5px 0 0 5px;z-index: 3;opacity:1;transition: all .75s}
.drv img, .dfv img, .nl img, .faq2 img {width:100%}
.drv {top:280px;}
.dfv {top:344px;}
.nl {top:140px;}
.faq2 {top:240px;}
.drv:hover, .dfv:hover, .nl:hover, .faq2:hover {width:90px;}
.drv.d-scrolled, .dfv.d-scrolled, .nl.d-scrolled, .faq2.d-scrolled {right:-110px;opacity: 0;}

.facebook {margin-right:.5em;}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    padding: 0 0 0 0;
    font-size: 14px;
    transition: all 0.5s;
}

#topbar .social-links {
    text-align: right;
}
#topbar .social-links a {
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
}
#topbar .social-links a:first-child {
    border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 110px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0 0 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 99997;
}
#header.header-scrolled {z-index: 999997;height: 60px;padding: 15px 0;}
#header.header-scrolled .main-nav {padding:-10px 0 0 0 !important;}

#header.header-pages {
    height: 70px;
    padding: 15px 0;
}


#header.header-scrolled #topbar,
#header.header-pages #topbar {
    display: none;
}

#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: -7px 0 0 0;
    transition: all 0.5s;
    width:auto;
}
#header.header-scrolled .logo img {
    margin: 0; 
}
.main-pages {
    margin-top: 60px;
}
#header .container {width:95% !important;max-width:95% !important;}

/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
/* #main {margin-top:70px;}*/
.subpage #main {margin-top: 120px;padding-bottom:2em;}
.flex {-ms-flex-pack: center;justify-content: space-between ;display: -webkit-flex;display: -ms-flexbox;display: flex;overflow:visible; flex-flow: row wrap;
       -ms-flex-wrap: row-wrap;}
/* #main .hero-slider {margin-bottom:100px;} */
.subpage #main .hero-slider {margin-bottom:0px;}
.subpage .twocols .row {margin-left:0; margin-right:0}
#main .sidebar {padding-bottom: 1em;}
#main .hero-slider {z-index: 1;}

#main img.right {
    float: right;
    margin: 0 0 25px 3%;
    width: 48.5%;
    height:100%;
    /*box-shadow:-5px 5px 14px rgba(0,0,0,.4);*/
}
#main img.left {
    float: left;
    margin: 0 3% 25px 0;
    width: 48.5%;
    height:100%;
    /*box-shadow:-5px 5px 14px rgba(0,0,0,.4);*/
}
#main img.center {
    float: none;
    margin: 0 0 25px 0;
    width: 100%;
    height:100%;
    /*box-shadow:-5px 5px 14px rgba(0,0,0,.4);*/
}

#main .feature-item .col-lg-6 img {max-width:700px; width:100%;}
#main .feature-item {overflow: hidden;}

#main .investkalender img.left {height: auto;}

/*--------------------------------------------------------------
# Parallax bilder
--------------------------------------------------------------*/	
.fullimage { height: 550px;position: relative;}
.fullimage .parallax-window .slide-content{ position: relative; vertical-align: middle;display: flex;
                                            justify-content: center;
                                            align-items: center;
                                            height:100%;}
.parallax-window {
    min-height: 450px;
    height: 550px; width:100%;
    background: transparent;
}
.fullimage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 2;
}
.fullimage .slide-content {position: relative;z-index: 3;}
.fullimage .bildspeltext p {padding: 0 !important;margin-top:1em;}
.fullimage .bildspeltext  h2 {
    margin-bottom: 33px;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.fullimage .bildspeltext a.btn-theme {
    border: none;
    padding:.75em 2.5em;
    border-radius: 0px !important;
}
.fullimage .bildspeltext.center a.btn {float:none; clear:both; margin:auto;}

/*--------------------------------------------------------------
# search-mask dummy
--------------------------------------------------------------*/
.searchmask {width:100%;position:absolute;top:600px;z-index: 12;}
.searchmask .container {padding:1.5em 3em 12px 3em;background: white;box-shadow: 0px 5px 20px rgba(0,0,0,.7);overflow: hidden }
.searchmask .formfield {display: inline-block; padding:10px 20px;background: #ddd;margin:0 0px 12px 0;width:15.5%; overflow:hidden;}
.searchmask .formfield:before {font-family: 'FontAwesome';color:#999;font-size:2em;padding-right:14px;}
.searchmask .formfield.search:after {font-family: 'FontAwesome';color:#fff;font-size:1.5em;padding-left:14px;content:'\f002';float:right;}
.searchmask .formfield.where:before {content:'\f041';}
.searchmask .formfield.termin:before {content:'\f073';}
.searchmask .formfield.kind:before {content:'\f015';}
.searchmask .formfield.person:before {content:'\f007';}
.searchmask .formfield.pets:before {content:'\f1B0';}
.searchmask .formfield.other:before {content:'\f02c';}
.searchmask .formfield.search {
    color:white; 
    background: #dd0000; 
    display: block;
    margin:18px 0 12px 0;
    float:right;
    width:auto;
    text-align: center;
    font-size: 1.15em;
    min-width:36%;
    line-height:2em;
}
.searchmask h5 {float:left;font-size: 1em;display: inline-block;width:60%}
/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {background: transparent;}
.breadcrumb ul.rex-breadcrumb {list-style-type: none;}
.breadcrumb ul.rex-breadcrumb li {display: inline-block;}

.breadcrumb-wrapper div.breadcrumb {
    padding: 10px 0px;
    margin-bottom: 20px;
    list-style: none;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-radius: 0 !important;
}
.breadcrumb-wrapper .home_link {
    padding-left: 10px;
}
.rex-breadcrumb {
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 0;
}
.rex-breadcrumb>li,
.breadcrumb-wrapper .home_link{
    display: inline-block;
}
.rex-breadcrumb>li+li:before,
.breadcrumb-wrapper .home_link:after {
    padding: 0 5px;
    content: "/\00a0";
}
.breadcrumb-wrapper .home_link:after {
    padding-left: 10px;
}

/*--------------------------------------------------------------
# Promo Block
--------------------------------------------------------------*/
a.promo-link {position: absolute;height:100%;width:100%;z-index:999;}
.promo-more {border:1px solid #000;padding:.5em 1.5em;display: inline-block;}
.promo .col-lg-6 {padding:0;}
.promo .col-lg-6 img {width:100%;}
.promo .col-lg-4 img {width:100%;}
.promo .feature-item {position: relative;overflow:hidden;vertical-align: middle;vertical-align: middle;display: flex;
                      justify-content: center;
                      align-items: center; }
.promo > .container > .row.feature-item, .promo .row.four_teaserblocks > .col-lg-6 > .row {transition: all 0.5s }
.promo > .container > .row.feature-item:hover, .promo .row.four_teaserblocks > .col-lg-6 > .row:hover { box-shadow: 0px 5px 15px rgba(0,0,0,.5);}
.promo-inner {margin:auto; width:80%;}
.promo .row.four_teaserblocks > .col-lg-6 {padding-left:15px; padding-right: 15px;}
.promo .row.four_teaserblocks > .col-lg-6 > .row { margin:0;}
.promo .row.four_teaserblocks > .col-lg-6 > .row > .col-lg-6 {overflow:hidden;vertical-align: middle;vertical-align: middle;justify-content: center;align-items: center;display: flex;}
.promo .row.four_teaserblocks > .col-lg-6 > .row > .col-lg-6 img {margin-bottom: 0 !important;}

.promo .feature-item.vtop {justify-content: top;align-items: top;}
/*--------------------------------------------------------------
# Teaserboxes
--------------------------------------------------------------*/
.four_teaserblocks {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.four_teaserblocks.row { margin-left:-30px;margin-right:-30px;}
body.home .four_teaserblocks.row { margin-left:-15px;margin-right:-15px;}
body.home .row { margin-left:0px;margin-right:0px;}
.four_teaserblocks img {width:100%;margin-bottom:.75em;}
.four_teaserblocks .teaserbox-small h3, .four_teaserblocks h3, .four_teaserblocks .teaserbox-small p.rubrik {margin: 0 0 10px; }
.four_teaserblocks .teaserbox-small {position: relative;overflow: hidden;transition: all 0.5s; padding-bottom:.75em;padding-top: 15px;}
.four_teaserblocks .teaserbox-small h3, .four_teaserblocks .teaserbox-small p.rubrik {padding-bottom:5px;}
.four_teaserblocks .teaserbox-small:hover { box-shadow: 0px 5px 15px rgba(0,0,0,.5);}
.four_teaserblocks .teaser-link {position: absolute;height:100%;width:100%;z-index:12;}
.four_teaserblocks .col-lg-4.teaserbox-small {margin-top:0;}
.teaser-link {
    margin-bottom:10px;
    display:block;
}

.magazin.row {margin:0;}
.magazin.row img {width:96%;}
.magazin.row.grid_container img {width:100%;}

.squareimg {overflow:hidden;vertical-align: middle;justify-content: center;align-items: center;display: flex;position: relative;}
.squareimg.halvimg {display: block;}
.squareimg .imgtext {height:100%; width:100%;padding:10px 15px 5px 15px;position: absolute;vertical-align: middle;align-items: center;display: flex;transition: all 0.5s;}
.squareimg .imgtext2 {height:35%; bottom:0;width:100%;padding:10px 15px 5px 15px;position: absolute;vertical-align: top;align-items:flex-start;display: flex; transition: all 0.5s;}

.teaserbox-small:hover .squareimg .imgtext2, .item_small:hover .squareimg .imgtext2, .item1:hover .squareimg .imgtext2 {vertical-align: middle;align-items: center;}
.squareimg .imgtext p, .squareimg .imgtext2 p {display:none;transition: all 0.5s;}
.squareimg .imgtext h3, .squareimg .imgtext2 h3 {display: block;}
.teaserbox-small:hover .squareimg  .imgtext2, .item_small:hover .squareimg  .imgtext2, .item1:hover .squareimg  .imgtext2 {height:100%;}
.teaserbox-small:hover .squareimg  .imgtext p, .teaserbox-small:hover .squareimg  .imgtext2 p, .item_small:hover .squareimg  .imgtext2 p, .item1:hover .squareimg  .imgtext2 p {display:block;color:black;}
.squareimg img {margin: 0;}
.squareimg .imgtext.justifycenter, .squareimg .imgtext2.justifycenter {justify-content: center;text-align: center;-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;text-shadow: 2px 2px 5px rgba(0,0,0,.7);}
 .teaserbox-small:hover .squareimg .imgtext.justifycenter,.teaserbox-small:hover .squareimg .imgtext2.justifycenter {text-shadow: none;}
.squareimg .imgtext.justifyleft, .squareimg .imgtext2.justifyleft {justify-content:flex-start;text-align:left;}
.item1:hover .squareimg .imgtext2, .item_small:hover .squareimg .imgtext2 {background: rgba(255,255,255,.85);}
.item1:hover h3, .item_small:hover h3 {color:#009fde !important;}
.item1 h3, .item_small h3 {text-shadow: 3px 3px 7px rgba(0,0,0,.8);}
.item_small, .item1 {position:relative;}
.item_small .halvimg .imgtext3 h3 {font-size: 1.35em;}
.item_small .imgtext3 h3 {text-shadow: none !important;font-weight: bold !important;font-size: 1.5em;}
.item_small .imgtext3 .mag_text {padding-top: 10px;}
.item_small .imgtext3 .mag_text h3 {margin:0 0 5px 0;}
.item1:hover h3, .item_small:hover h3 {text-shadow: none;}
.item1 h3 {font-size: 3em !important;}
.item_small .squareimg .imgtext2 h3 {font-size: 1.75em !important;}
.item1 .squareimg .imgtext2, .item_small .squareimg .imgtext2 {height:auto;vertical-align: bottom;}
.item1 .squareimg .imgtext2, .item_small .squareimg .imgtext2 {
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.magazinhead {padding-bottom:.5em;border-bottom:1px solid #999;display:block;font-weight: bold;text-transform: uppercase;} 
.squareimg .imgcontainer {height:100%;overflow:hidden;position: relative;}
.squareimg .imgcontainer .halfimg {display:block; position: relative; }
.squareimg .imgcontainer .halfimg .landscape {position: relative;height: 0;padding-top: 50%;width: 100%;}
.squareimg .imgcontainer .halfimg .landscape img {display: block;
position: absolute;
width: 100%;
top: 0;
margin: 0;
padding: 0;}

/*--------------------------------------------------------------
# Icon-Teaserboxes
--------------------------------------------------------------*/
.promo.iconboxbg > .container > .row.feature-item:hover { box-shadow: none;}
.promo.iconboxbg .feature-item.vtop {justify-content: flex-start;align-items:flex-start;}
.promo.iconboxbg .promo-title {margin-top:1.75em;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.closebutton {
    border: 0 !important;
    color: #999 !important;
    position: absolute !important;
    right: 50px !important;
    top:30px;
    z-index: 99 !important;
    font-family: "fontawesome" !important;
    font-size: 2.5em;
    cursor:pointer;}
.closebutton:before {content:'Schließen';display: inline-block;font-size: .35em !important;margin-right: .5em;
                     top: -8px;
                     position: relative;font-family: "Roboto", sans-serif;}
.closebuttonspace {width:100%;height:150px;}

.mobile-nav .closebuttonspace, .mobile-nav .closebutton {display:none;}

/* Desktop Navigation */
.main-nav {
    margin: 0;
    padding: .25em 0;
    list-style: none;
    z-index:2;
}
#header.header-scrolled .main-nav {padding:-10px 0 0 0 !important;}
.main-nav > ul > li {
    position: relative;
    display: inline-block;
}
.main-nav a {display: block;position: relative;}
.main-nav > ul > li > a {  padding: 10px 15px;}
.main-nav .drop-down ul a {font-weight:400 !important;}
.main-nav .drop-down div.submenu {
    visibility: hidden; 
    margin: 0 auto;
    padding:0;
    position: fixed;
    right: 0; 
    text-align: center;
    width: 100%;
    max-width:1200px;
    overflow-x: hidden;
    overflow-y: scroll;
    top:0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    margin-top:90px;	
    background:white;
    -webkit-box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.35);
}
.main-nav li.drop-down:hover div.submenu { visibility: visible; opacity:1; }
.main-nav li.drop-down div.submenu .closebutton {display:none}
.main-nav li.drop-down div.submenu .closebuttonspace {display:none}
.main-nav .drop-down div.submenu {border-top:0 !important;}
.subpage #header.header-scrolled .main-nav .drop-down div.submenu {margin-top:70px;}
.home #header.header-scrolled .main-nav .drop-down div.submenu {margin-top:70px;}


.main-nav .drop-down div.submenu div.submenu-wrapper {padding:0 0 2em;}

.main-nav li.drop-down {padding-bottom:30px;}
#header .main-nav .drop-down div.submenu div.container {max-width:1140px !important;margin:auto;display:inline-block; overflow: hidden;height:auto;}
#header .main-nav .drop-down div.submenu div.container h3 {margin:2em 0 1.5em 0;padding-bottom:.5em;border-bottom:1px solid #999;text-align: left;}
.main-nav .level_1.home img {margin-bottom:4px;}

.main-nav .drop-down .container li {
    min-width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .main-nav .drop-down > a:after {
        content: "\f107";
        font-family: FontAwesome;
        padding-left: 10px;

    }
}

@media (max-width: 991px) {
    .main-nav .drop-down .drop-down > a:after {
        content: "\f105";
        position: absolute;
        right: 15px;
    }
    .four_teaserblocks .teaserbox-small {margin-top: 15px;}
}

.main-nav ul.first {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.main-nav .twocol ul.first {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.main-nav ul.first ul  {float:left;min-width: 100%;vertical-align: top;margin:0 auto;}
.main-nav ul.first li, .main-nav ul.first ul li {text-align: left;}
.main-nav ul.first ul li {text-align: left;padding-left:10px;}
.main-nav ul.first ul li a {padding:0;}




/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
    overflow-y: auto;
    left: -100%;
    width: 100%;
    padding-top: 80px;
    transition: 0.4s;
}



.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}
.mobile-nav .drop-down.active ul li a, .mobile-nav .drop-down ul li a {color:#333}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #8dc2fa;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\f067";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after, .mobile-nav .drop-down:hover > a:after {
    content: "\f078";
}
.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down div.submenu,.mobile-nav .drop-down div.submenu ul.second  {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down div.submenu .container {max-width: 100% !important;}

/*.mobile-nav .drop-down:hover > ul {  display: block;}*/

.mobile-nav .drop-down .submenu h3 {display: none;}
.mobile-nav .drop-down ul .drop-down ul {display:none;}
.mobile-nav ul.menu .drop-down .submenu ul.first li ul {display:none;}
.mobile-nav ul.menu .drop-down .submenu ul.first li ul.second li {padding-left:20px;}
.mobile-nav .drop-down li {
    text-indent: 20px;
    transition: all 0.4s;
}

.mobile-nav .drop-down li.drop-down.active ul li, .mobile-nav .drop-down li.drop-down ul li {
    text-indent: 40px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    z-index:999998
}
.mobile-nav-toggle i {margin: 18px 18px 0 0;}
.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}
#nav-icon {
    display: inline-block;
    cursor: pointer;
    margin: 20px 20px 0 0;
    float: right;
}
.ham-bar1, .ham-bar2, .ham-bar3 {
    width: 24px;
    height: 2px;
    margin: 6px 0;
    transition: 0.4s;
}
/* Rotate first bar */
.change .ham-bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
    transform: rotate(-45deg) translate(-4px, 3px);
}
/* Fade out the second bar */
.change .ham-bar2 {
    opacity: 0;
}
/* Rotate last bar */
.change .ham-bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.change .ham-bar1, .change .ham-bar2,.change .ham-bar3 {background-color: white;}

/* Sidebar Navigation */
.sidebar {margin-left:-15px;}
.mainbar {margin-left:15px;}
.sidebar ul.rex-navi1 {margin:0;padding:0;}
.sidebar ul.rex-navi1 ul {margin:0;padding:0 0 0 20px;}
.sidebar ul.rex-navi1 .rex-current ul, .sidebar ul.rex-navi1 .rex-active ul {display:block}
.sidebar ul.rex-navi1 li {list-style-type: none;margin: 0;}
.sidebar ul.rex-navi1 > li.rex-current > a:after, .sidebar ul.rex-navi2 > li.rex-current > a:after {content:' »';}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {position: relative;}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #535074;
    width: 50%;
}

/*--------------------------------------------------------------
# Newsletter Form
--------------------------------------------------------------*/

.section.newsletter {background:#172d4e;overflow: hidden; padding:3em 0 3em 0;}
.section.newsletter .row {display:flex;padding:0 1.5em;}
.section.newsletter .col-lg-7 {width:58.33333333%;display: inline-block;text-align: center;}
.section.newsletter .col-lg-5 {width:41.66666666%;display: inline-block; text-align: center;}
.section.newsletter .col-lg-5 img {width:100%;max-width: 700px;margin:auto;}

.section.newsletter .col-lg-7 h2, .section.newsletter .col-lg-7 h1, .home #main  .newsletter .col-lg-7 h2, .home #main  .newsletter .col-lg-7 h1 {font-size: 3em;color:white;font-weight: 700;border:none;}
.newsletter h2.teaserrubrik {font-size: 1.85em;color:#fff;font-weight: 700;border:none;padding:1em 0 .5em 0;margin:0 auto 1rem auto;}
.section.newsletter .col-lg-7 p {font-size: 1em;color:white;font-weight: 400;}
#main .newsletter .col-lg-7 iframe {min-height:140px;width:100% !important;}
#main .newsletter .tipp {position: absolute;
                         z-index: 999;
                         background: white;
                         padding: .5em 1em;
                         font-weight: 900;
                         margin-top: -.75em;
                         left: 1em;
                         box-shadow: 5px 5px 5px rgba(0,0,0,.5);}
#main .newsletter .flexbig1 {margin:0;}
#main .newsletter .flexbig-3 {position: relative;box-shadow: 7px 7px 7px rgba(0,0,0,.8);}
#main .newsletter .flexbig-3 {width: 31%;background:white;}
#main .newsletter .flexbig-3 .img {padding:0; margin-bottom:1.5em;}
#main .newsletter .flexbig-3 .img img {width:100%;}
#main .newsletter .flexbig-3 .head h4 {font-size:1em;font-weight:700;line-height:120%;margin-top:.5em;padding:0 .75em}
#main .newsletter .flexbig-3 .head p {font-weight:400; color:#000;font-size: .85em;line-height:1.5em;padding:0 .75em}
#main .newsletter .flexbig-3 {padding:0;margin-bottom:2em;}
#main .newsletter .flexbig1.flex {border:none;}


@media screen and (max-width: 579px) {
    .section.newsletter .row {
        display: block;
        padding: 1em 1em 2em 1em;
    }

    .section.newsletter .col-lg-7, .section.newsletter .col-lg-5, .section.newsletter .col-lg-7 h2, .section.newsletter .col-lg-7 p {
        width: 100%;
        text-align: center !important
    }

    .section.newsletter .col-lg-5 img {
        width: 70%;
        margin: 0 0 0 2em;
    }

    #main .newsletter .flexbig-3 {
        width: 100% !important;
        margin-bottom: 2em;
    }
    .newsletter .col-lg-7 {padding-top:1.5em;}
}

/*--------------------------------------------------------------
# Newsletter 
--------------------------------------------------------------*/
.nl {display: block; position: fixed;right:0; width:80px; height:auto; padding:.65em .75em ;background: white; box-shadow:0 7px 7px rgba(0,0,0,.3);border-radius:5px 0 0 5px;z-index: 3;opacity:1;transition: all .75s}
.nl img {width:100%}
.nl {top:160px;}
.nl:hover {width:90px;}
.nl.d-scrolled {right:-110px;opacity: 0;}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {margin-bottom:-50px;}
#footer {padding: 0 0 30px 0;}

#footer .footer-top {background: #f5f8fd;}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
}
#footer .footer-top .footer-info p {margin-bottom: 0;}

#footer .footer-top .social-links a {
    display: inline-block;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top h4 {position: relative;padding-bottom: 10px;}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}



#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
    border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #1bb1dc;
    border: 1px solid #1bb1dc;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #0a98c0;
}

#footer .footer-top .form .form-group {
    margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
    color: #fff;
    background: #1bb1dc;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
    color: #fff;
    display: none;
    background: red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
    display: block;
}

#footer .footer-top .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#footer .footer-top .form label {
    color: #413e66;
    font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #dce1ec;
    font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
    color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
    color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
    color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
    color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
    background: #1bb1dc;
    border: 0;
    border-radius: 3px;
    padding: 8px 30px;
    color: #fff;
    transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
    background: #0a98c0;
    cursor: pointer;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #535074;
    font-size: 15px;
}

#footer .credits {
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
    color: #8582a8;
}

#footer .credits a {
    color: #1bb1dc;
}

#footer .credits a:hover {
    color: #0a98c0;
}

footer .footerrubrik {padding-bottom:.5em;border-bottom:1px solid #999;}
footer .footerlogo {margin-bottom:.75em}
footer div.logo {font-size: 1.25em; margin-bottom:1em;}

/*--------------------------------------------------------------
# Backgrounds
--------------------------------------------------------------*/
.white, .whitebg {background-color: white;color:#333;}
.darkbg { background-color: #40444d; color:#fff;}
.yellowbg { background-color: #ffd900; color:#000;}
.redbg { background-color: #006a8a; color:#fff;}
.sandbg {background-color: #f8efd6; color:#333;}
.bluebg { background-color: #4ac2cb; color:#fff;}
.lightbg { background-color: #eeeeee; color:#333;}
.subpage .darkbg, .subpage .redbg, .subpage .bluebg, .subpage .white,  .subpage .whitebg {padding: 15px;}
.bluebg a {color:#014b61;}
.bluebg a:hover {text-decoration:underline;}

.color1 {background-color: #dde7ea}
.color2 {background-color: #172d4e; color:white;}

.color2 a {color:#ccdffb;}
.color2 a:hover {text-decoration: underline;}


.feature-item.whitebg, .feature-item.white {border:1px solid #c2c2c2;}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.fa-check:before {content: "\f00C";}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
    #call-to-action .cta-btn-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    #intro .intro-info {
        padding-top: 80px;
    }

    #testimonials .testimonial-item p {width: 80%;}
}

@media (max-width: 991px) {
    #main .hero-slider {margin-bottom:170px;}
    .home #main .hero-slider {margin-bottom:0px;}
    .searchmask h5 {width:100%;}
    .promo .row.four_teaserblocks > .col-lg-6 > .row > .col-lg-6 .promo-inner {padding:15px 0;}
    .pt-5.pb-5 .container .feature-item > .center > div {width:100% !important;}
    .squareimg .imgtext h3.big, .squareimg .imgtext2 h3.big {font-size: 1.2em;}
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }

    #faq #faq-list a {
        font-size: 18px;
    }

    #faq #faq-list i {
        top: 13px;
    }
    #main .hero-slider {margin-bottom:550px;}
    .home #main .hero-slider {margin-bottom:0px;}
}
@media (max-width: 1199px) 
{.searchmask .formfield:before {display: block;width:100%;}
}

@media (max-width: 668px) {
    .four_teaserblocks.row {margin-left:-10px;margin-right:-10px;}
}


@media (max-width: 767px) {
    #intro {
        height: auto;
        padding: 80px 0 60px 0;
    }

    #intro .container {
        height: auto !important;
    }

    #intro .intro-img {
        width: 80%;
    }

    #intro .intro-info {
        text-align: center;
        padding-top: 40px;
    }

    #intro .intro-info h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .section-header p {
        width: 100%;
    }

    #testimonials .testimonial-item {
        text-align: center;
    }

    #testimonials .testimonial-item .testimonial-img {
        float: none;
        margin: auto;
    }

    #testimonials .testimonial-item h3,
    #testimonials .testimonial-item h4,
    #testimonials .testimonial-item p {
        margin-left: 0;
    }
    .searchmask .formfield {width:100%;}
    .searchmask .formfield:before {display: inline-block;width:auto;}
    .squareimg .imgtext2 h3.small {font-size: .85em;}
    .squareimg .imgtext2 h3.big {font-size: 1.35em;}
}

@media (max-width: 576px) {
    .row, .four_teaserblocks.row {margin-right:0;margin-left:0;}
    .hero-slider .slides li h2, .fullimage .bildspeltext h2 {font-size: 2.5em;}

    .slides li p {font-size: 1.25em;}
    .hero-slider .slides li .row {margin-top:0em;padding-top:200px}
    .drv {top:100px;}
    .dfv {top:160px;}
    .feature-item h2 {font-size: 1.5em;}
    .squareimg .imgtext2 h3.small {font-size: 1.25em;}
    .squareimg .imgtext2 h3.big {font-size: 1.25em;}

}

@media (max-width: 574px) {
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
    h1.hsmall {font-size:2em;}
h1.hmiddle {font-size:2.5em;}
h1.hbig {font-size:3em;}
}

@media (max-width: 430px) {
    h1 {font-size: 2rem;}
}

@media (max-width: 376px) {
    #main .hero-slider {margin-bottom:620px;}
    .home #main .hero-slider {margin-bottom:0px;}
}
@media (max-width: 1390px) {
    nav.main-nav {display: none!important;}
    button.mobile-nav-toggle, div.mobile-nav-toggle,nav.mobile-nav {display:block !important}
#header {height: 70px;padding: 15px 0;}
#header .logo h1 {font-size: 28px;padding: 8px 0;}
.subpage #header .logo img  {margin-top:-10px !important;}
#header.header-scrolled .logo img {margin-top:0px !important;}
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

#main div.faq h3 {
    clear:left;
    font-size:1.5em;
    font-weight:700;
    position: relative;
    display:block;
    margin-top:3em;
    padding-left:3.25em;
    color:#666;
}
#main div.faq.redbg h3, #main div.faq.redbg h3:before, #main div.faq.redbg p:before {
    color:#fff;
}
#main div.faq.redbg.pt-5 {padding-top:1rem !important;}

#main div.faq h3:before {
    font-family: 'FontAwesome';
    content:'';
    color:#666;
    font-size: 2.5em;
    display:inline-block;
    float:left;
    margin:-.35em .5em 0 -1em;
    position: absolute;
}

#main div.faq p {
    clear:left;
    position: relative;
    display:block;
    margin-top:1.5em;
    padding-left:5em;
}

#main div.faq h3 + p:before {
    font-family: 'FontAwesome';
    content:'';
    font-size: 3.5em;
    margin:-.25em .25em 0 -1.25em;
    color:#666;
    display:inline-block;
    float:left;
    position: absolute;
}

#main div.faq .container {max-width: 950px !important;}


@media (max-width: 576px) {	
    #main div.faq h3 {font-size:1.25em;    padding-left:2.55em;}
    #main div.faq h3:before {font-size: 2em;margin:-.15em .25em 0 -1em;}
    #main div.faq h3 + p:before {font-size: 2.5em;margin:-.25em .25em 0 -1.1em;}
    #main div.faq p {padding-left:3.25em;}	
}






/*--------------------------------------------------------------
# Changes
--------------------------------------------------------------*/
/* body.scrolled nav.main-nav {display: none !important;}
body.scrolled div.mobile-nav-toggle, body.scrolled nav.mobile-nav  {display: block !important;} */
.payway {margin-bottom:-3rem !important;}
.payway h3 {font-size: 1.25rem;width:100%;margin-bottom:30px;}
.payway .row {align-items: center;justify-content: center;padding:2rem 0;}
.payway .row img {display: flex;margin:0 20px;max-width:100px;  filter: grayscale(0%);}

.container.narrow .feature-item.center .m-auto .col-lg-6 {margin:auto;}

.flex-control-nav {display:none;}
.fa-facebook:before {content: '\f230';}

.subpage .amazon {margin:0 1% 30px 1% !important;}

@media (min-width: 1450px){
    .container {max-width: 1440px !important;}
}
@media (max-width: 1199px){
    .four_teaserblocks .col-lg-3.teaserbox-small {flex: 0 0 50% ;max-width: 50%;}
.container {max-width: 1150px !important;}
}
@media (max-width: 1180px){
.container {max-width: 1070px !important;}
}
@media (max-width: 1080px){
.container {max-width: 980px !important;}
}
@media (max-width: 1000px){
.container {max-width: 960px !important;}
}
@media (max-width: 990px){
.container {max-width: 96% !important;}
}
@media (max-width: 576px) {
    .four_teaserblocks .col-lg-3.teaserbox-small {flex: 0 0 100% !important;
                                                  max-width: 100% !important; width:100%;}
}

@media (max-width: 767px) {
    .four_teaserblocks .col-lg-3.teaserbox-small h3.big, .four_teaserblocks .col-lg-3.teaserbox-small h3 {font-size: 1.25em !important;}
}

.container.narrow {max-width: 900px !important;}
.container.narrow-sm {max-width: 600px !important;}
.row {margin-left:0;margin-right:0;}
.container {padding-left:0;padding-right:0;}

div.more {position:relative;width:100%; color:#1bb1dc; padding:2.5em 30px 0 30px;z-index: 10;margin-top:-4.5em;margin-bottom:1.5em;
          background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 37%, rgba(255,255,255,0.8) 38%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
          background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 37%,rgba(255,255,255,0.8) 38%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 37%,rgba(255,255,255,0.8) 38%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
div.more:after {content: '+';margin-left:10px;}
div.more:before {content: 'Mehr anzeigen';}
div.more.change {background:transparent;margin-top:-3em;}
div.more.change:after {content: '-';margin-left:10px;}
div.more.change:before {content: 'Weniger anzeigen';}
@media (max-width: 991px) {
    div.more {padding:2.5em 0px 0 0px;}
}

.elastic-video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
    margin: 2em 0;
    clear: both;
}

.elastic-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

     .search_it-modul {
	      background:white;
        box-sizing: border-box;
        font-size: 1rem;
        max-width: 840px;
        width:100%;
        margin: 0 auto;
        padding: 2rem;
       
    }
          .search_it-modul a.back {margin: 2rem 0;}

    .search_it-results {
        padding: 0;
        margin: 0;
    }
    .search_it-result {
        border-bottom: 1px solid rgba(0,0,0,0.2);
        padding: 1rem 0;
        margin: 1rem 0;
        list-style-type: none;
        list-style-position: inline;
        position: relative;
        transition:all .5s;
    }
    .search_it-result:hover {box-shadow: 0 0 15px rgba(0,0,0,.3); padding:2rem 1rem;}
       .search_it-result a.result { width:100%;height: 100%;position: absolute;display: block;}
    li.search_it-result:last-of-type {border-bottom:none;}
    .search_it-title,.search_it-title a.url {font-weight: 400;font-size: 2rem;text-decoration: none;}
    .search_it-result a.result:hover p.search_it-title a.url,  p.search_it-title a.url:hover {text-decoration: underline !important; color:#333 !important;}

    .search_it-result .search_it-teaser {
        color: rgba(0,0,0,0.7);
    }
    .search_it-result .search_it-url {
        color: rgba(0,0,0,0.4);
    }
    .search_it-missing_type,
    .search_it-zero {
        background: rgba(180,0,0,0.05);
        padding: 1rem;
        border: 1px solid rgba(255,0,0,0.7);
        margin: 1rem 0;
        color: rgba(255,0,0,0.7);
    }
    .search_it-request,
    .search_it-type {
        font-weight: bold;
    }
    
        .search_it-results li p {margin:auto;}
        
        
                .grid_container {display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-gap: 20px;
  position: relative;}
.grid_container .item1 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start:1;
  grid-column-end:3;
}
.grid_container .teaser-link {
	height:100%;width:100%;position: absolute;z-index:9999999;
}
@media (max-width: 1200px){
    .item1 p, .item_small p, .grid_container .squareimg .imgtext2 p {font-size: 0.75em !important;}
    .item1:hover h3, .item_small:hover h3 {display: none;}
    .item1:hover .halvimg h3, .item_small:hover .halvimg h3 {display: block !important;}
    
}
@media (max-width: 768px) { 
	.grid_container {grid-gap:14px;grid-template-columns:auto !important; }
	.grid_container .item1 {grid-column: 1 / span 1 !important;grid-row: 1 / span 1 !important;}
	.item1 h3, .item_small h3, .item_small .squareimg .imgtext2 h3 {font-size: 2.65em !important;}
	.item_small .squareimg.halvimg .imgtext3 h3 {font-size: 1.5em !important;}
	.item1 .squareimg .imgtext2, .item_small .squareimg .imgtext2 {height:50%;}
}

.modal {top:100px !important;}
.btn-primary {background-color: #4a9b6f !important;border-color: #4a9b6f !important}
.btn.btn-danger.btn-sm {margin-left: 10px;border-radius: .2rem;}  
.btn.btn-primary.btn-sm {border-radius: .2rem !important;}
.badge.badge-warning {padding: .325rem .5rem;font-size: .875rem;line-height: 1.5;border-radius: .2rem;margin-left:8px;background-color: transparent;}
.badge.badge-warning:before {content:'';font-family: 'Fontawesome';font-size:1.25em;padding:6px;}
.form-control {background: #efefef;}

#consent_manager-background #consent_manager-wrapper {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  box-shadow: 0 -25px 35px rgba(0,0,0,.3);
}
#consent_manager-background .consent_manager-wrapper-inner {
  padding: 2em;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
#consent_manager-background .consent_manager-show-details{
	padding:0
}
#consent_manager-background #consent_manager-toggle-details,
#consent_manager-background .consent_manager-accept-all {
	border:1px solid #444;
	padding: 0.5em 2em;
	border-radius: 0.2em;
	font-weight: bold;
	text-align: center;
    cursor:pointer
}
#consent_manager-background #consent_manager-toggle-details{
	background: transparent !important;
}
#consent_manager-background .consent_manager-accept-all{
	background: #3afab2 !important;
    border-color:#3afab2;
}
#consent_manager-background .consent_manager-save-selection {
  background: #fab23b;
  color: #fff;
  margin-top: 15px;
  padding: 0.5em 2em;
  border-radius: 0.2em;
  display: inline-block;
  cursor: pointer;
}
#consent_manager-background #consent_manager-toggle-details:before {
	display:none
}
#consent_manager-background a.consent_manager-close-box{
	background-color:transparent;
    text-align:center
}
#consent_manager-background a.consent_manager-close-box:after,
#consent_manager-background a.consent_manager-close-box:before{
	background-color:#000;
}
#consent_manager-background .consent_manager-show-details{
	margin-right:15px
}
#consent_manager-background div.consent_manager-show-details a{
	height:auto
}
@media (max-width: 520px) {
  #consent_manager-background .consent_manager-show-details {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #consent_manager-background #consent_manager-toggle-details {
    display: block;
  }
}


/**
Content-Suche
*/
span.highlight {
font-weight: bold;
color: #e65913 !important;
}

.openBtn {
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
}

.openBtn:hover {
  color: #000;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.75);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 96%;
  max-width:800px;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 20px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}
.searchresult .container {max-width: 980px !important;}

.searchbox { width: 100%;text-align: center;z-index: 9999;}

body.subpage .searchbox {position: relative;margin-bottom:1.5em;}
body.subpage .searchbox form {background: #efefef;padding: .75em;}
.search-input {display: inline-block; position: relative;width:95%; }
body.home .search-input {max-width: 600px;}
body.subpage .search-input {max-width: 750px;}
.search-input input.required 
{
background: white;
border-radius: 40px;
font-family: inherit;
font-weight:bold;
padding: .5em 1em;
width:100%;
height: 60px;
left: 0;
z-index: 9;
}

body.subpage .search-input input.required {width:100%;}

body.subpage .search-input input.required {border: 1px solid #999;position: relative;}
.search-input input#send-search {background: #333;border:0;color:white;width: 50px !important;height: 50px  !important;border-radius: 50%  !important;margin-top: 5px  !important;position: absolute  !important;right:5px  !important;z-index: 99;font-family: "fontawesome";font-size:1.5em;transition: all .5s;top:0;
}
.search-input input#send-search:active, .search-input input#send-search:focus {background: #333;border:0;color:white;width: 50px !important;height: 50px  !important;border-radius: 50%  !important;margin-top: 5px  !important;position: absolute  !important;right:5px  !important;z-index: 99;font-family: "fontawesome";font-size:1.5em;transition: all .5s;
}
.search-input input#send-search:hover {background: #ddd;color:#333;}
p.result {padding-top:1em;}
.highlight {font-weight: bold;color:#e65913}

div.searchbutton {position: fixed;
top: 15px;
right: 50px;
z-index: 9999999;
padding-right: 10px;}
@media (max-width: 1390px){
	div#topbar {display: none;}

}
@media (min-width: 1391px){
	div.searchbutton {display: none;}

}
div.searchbutton button {border: none;background: none;font-size: 20px;}
div.searchbutton button i {padding-right: 15px;border-right: 1px solid #999;}
.investkalender .col-lg-6.image:after {position:absolute;display:block;content:'';width:100%;height:100px;bottom:0;left:0;background: linear-gradient(to bottom,  rgba(23,45,78,0) 0%,rgba(23,45,78,1) 100%); }

@media (max-width: 991px){
	.investkalender .col-lg-6.image {height:500px;overflow:hidden;text-align:center;}
	.investkalender .col-lg-6.image img {float:none !important;margin:auto !important;}
	.investkalender .col-lg-6.image:after {position:absolute;display:block;content:'';width:100%;height:200px;bottom:0;left:0;background: linear-gradient(to bottom,  rgba(23,45,78,0) 0%,rgba(23,45,78,1) 100%); }
}
@media (max-width: 576px){
	.investkalender .col-lg-6.image {height:300px;}
	.investkalender .col-lg-6.image:after {height:100px;}
}

