/*! customize.css */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    text-rendering: optimizeLegibility;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    height: 100%;
    font-size: 16px;
}

body,
#wrapper {
}

body, input, select, textarea {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    color: #3c3c3c;
    line-height: 1.6;
}

a {
    color: #dd041d;
    text-decoration: none;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #3c3c3c;
}

a:focus {
    outline: none;
}

a[href^="tel"],
a[href^="tel"]:hover {
    text-decoration: none;
    color: inherit !important;
    cursor: default;
    font-size: initial !important;
}

a[href^="tel"]:after {
    content: " " !important;
}

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
    padding: 0;
    margin: 0;
    color: #dd041d;
    line-height: 1.2;
    line-height: 1.2;
    margin-bottom: 15px;
}

h1, h1 a {
    font-size: 3rem;
}

h2, h2 a {
    font-size: 1.8rem;
}

h3, h3 a {
    font-size: 1.5rem;
}

h4, h4 a,
h5, h5 a,
h6, h6 a {
    font-size: 1.3rem;
}

@media screen and (max-width: 480px) {
    h1, h1 a {
        font-size: 1.7rem;
    }

    h2, h2 a {
        font-size: 1.4rem;
    }
}

#main .subheadline {
    font-size: 1.3rem;
}

#main h1 {
    margin-top: -10px;
}

.mb-0.rs-columns .rs-column {
    margin-bottom: 0;
}

figure {
    padding: 0;
    margin: 0;
    line-height: 0;
}

#container .fa {
    color: #dd041d;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
}

p:last-child {
    margin: 0;
}

b, strong {
}

hr {
    max-width: 1200px;
    border-top: 1px solid #555555;
    border-bottom: 0;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

table td,
table th {
    padding: 10px 10px 10px 5px;
    vertical-align: top;
    text-align: left;
}

.content-table tr.even {
    background: #f4f4f4;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .no {
        display: none;
    }
}


.mm-menu {
    border: 0;
    background: #fff !important;
}

.mm-list a,
.mm-list a:hover,
.mm-list > li > span,
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span,
.mm-menu.mm-white .mm-list > li > span.active {
    background: none;
    color: #555555;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.5;
}

.mm-menu.mm-white .mm-list > li > a.mm-subclose,
.mm-list > li.trail a {
    color: #dd041d;
}

.mm-menu .close {
    display: none !important;
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: #dd041d;
}

.mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: #f4f4f4;
}

.mm-list > li > a,
.mm-list > li > span {
    line-height: 1.5;
    color: #555555;
}

.mm-list a:hover,
.mm-menu.mm-white .mm-list > li.mm-selected > span {
    color: #dd041d;
}

.mm-menu.mm-white {
    color: #555555;
}

#header {
    padding: 0;
    z-index: 100;
    width: 100%;
    position: fixed;
    height: 150px;
    background: #ffffff;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-bottom: 8px solid #3b6ca4;
}

@media screen and (max-width: 650px) {
    #header {
        height: 130px;
    }
}

#header:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/welle.png) no-repeat;
    width: 495px;
    height: 37px;
}

@media screen and (max-width: 650px) {
    #header:after {
        width: 250px;
        height: 13px;
        background-size: 100%;
    }
}

body.header-shrink #header {
    -webkit-box-shadow: 0px 1px 13px -4px rgba(168, 168, 168, 1);
    -moz-box-shadow: 0px 1px 13px -4px rgba(168, 168, 168, 1);
    box-shadow: 0px 1px 13px -4px rgba(168, 168, 168, 1);
    height: 120px;
}

#header .inside {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

@media screen and (max-width: 1260px) {
    #header .inside {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    #header .inside {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#header .inside:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#header .topbar {
    text-align: right;
    border-bottom: 1px solid #d4d4d4;
    position: absolute;
    right: 0;
    padding-bottom: 5px;
     -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

body.header-shrink #header .topbar {
    top: 5px;
    font-size: 0.9rem;
    padding-bottom: 3px;
}

@media screen and (max-width: 1260px) {
    #header .topbar {
        right: 30px;
    }
}

@media screen and (max-width: 950px) {
    #header .topbar {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #header .topbar {
        right: 15px;
    }
}

@media screen and (max-width: 650px) {
    #header .topbar {
        border-bottom: 0;
        font-size: 0.9rem;
    }
}

#header .topbar span.clock {
    margin-right: 30px;
}

#header .topbar i {
    margin-right: 5px;
}

@media screen and (max-width: 650px) {
    #header .topbar {
        top: 5px;
    }

    #header .topbar span {
        display: block;
    }

    #header .topbar span.clock {
        margin: 0;
    }
}

#header .mod_navigation {
    overflow: visible;
    position: absolute;
    right: 0;
    /*width: 100%;*/
    top: 70px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#logo a {
    background-image: url(../img/logo.png);
   /* background-image: url(../img/logo.svg);*/
    width: 236px;
    height: 108px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

body.header-shrink #header #logo a {
    width: 160px;
    height: 80px;
}

@media screen and (max-width: 650px) {
    #logo a {
        width: 170px;
        height: 90px;
    }
}

#logo {
    float: left;
}

@media screen and (max-width: 1260px) {
    #header .mod_navigation {
        right: 30px;
    }
}

body.header-shrink #header .mod_navigation {
    top: 40px;
}

#header .mod_navigation .level_1 {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    float: right;
}

#header .mod_navigation .level_1:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#header .mod_navigation .level_1 > li {
    position: relative;
    float: left;
}

#header .mod_navigation .level_1 > li.extern a {
    padding-right: 30px;
}

#header .mod_navigation .level_1 > li.extern a:after {
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 1.3rem;
    color: #dd041d;
    top: 2px;
    right: 2px;
    z-index: 1;
}

#header .mod_navigation .level_1 > li.submenu > a.submenu:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 1.3rem;
    color: #dd041d;
    bottom: 0;
    z-index: 1;
    width: 22px;
    left: 50%;
    margin-left: -11px;
}

#header .mod_navigation .level_1 > li > span,
#header .mod_navigation .level_1 > li > a {
    display: block;
    line-height: 40px;
    text-decoration: none;
    padding: 0 15px;
    font-size: 1.2rem;
    color: #555555;
    padding-bottom: 24px;
}

#header .mod_navigation .level_1 > li.last > span,
#header .mod_navigation .level_1 > li.last > a {
    padding-right: 0;
}

#header .mod_navigation .level_1 > li > span,
#header .mod_navigation .level_1 > li > a.trail,
#header .mod_navigation .level_1 > li > a:hover {
    color: #dd041d;
}

#header .mod_navigation .level_1 li > .navigation-wrapper {
    display: none;
    z-index: 100;
    background-color: #eee;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: -100%;
    right: -100%;
    top: 52px;
    padding: 25px 0;
}

@media screen and (max-width: 1300px) {
    #header .mod_navigation .level_1 > li.last > .level_2 {
        right: 0;
    }

    #header .mod_navigation .level_1 > li.last > .level_2 a,
    #header .mod_navigation .level_1 > li.last > .level_2 span {
        text-align: right;
    }
}

/*@media screen and (max-width: 1080px) {
    #header .mod_navigation .level_1 li > .navigation-wrapper {
        left: 0;
        right: 0;
    }

    #header .mod_navigation .level_2 {
	    overflow: hidden;
	    padding: 30px 0 0;
	    position: absolute;
	    width: 310px;
	    display: none;
    	z-index: 100;
    }
}*/

#header .mod_navigation .level_1 li > .level_2 {
    z-index: 100;
    background-color: #dd041d;
    overflow: hidden;
    padding: 0 40px;
    height: 0;
    position: absolute;
    visibility: hidden;
    width: 320px;
    margin-left: -60px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    padding: 20px;
}

#header .mod_navigation .level_1 > li.active > .level_2 {
    height: 187px;
    visibility: visible;
}

#header .mod_navigation .level_1 a.close {
    display: none;
    position: absolute;
    top: 70px;
    right: -40px;
    z-index: 102;
    line-height: 1;
    padding: 0;
    color: #ffffff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#header .mod_navigation .level_1 a.close:hover {
    color: #6E6E6E;
}

#header .mod_navigation .level_1 > li.active a.close {
    display: block;
}

#header .mod_navigation .level_2 > li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
}

#header .mod_navigation .level_2 li.submenu.first, #header .mod_navigation .level_2 li.submenu.last {
    border-left: none;
    border-right: none;
}

#header .mod_navigation .level_2 li.submenu.first {
    padding-bottom: 5px;
}

#header .mod_navigation .level_2 li.submenu.first {
    padding-left: 0;
}

#header .mod_navigation .level_2 li.submenu.last {
    padding-right: 0;
}

#header .mod_navigation .level_2 > ul {
    padding: 0;
    margin: 0;
}

#header .mod_navigation .level_2 > li > a,
#header .mod_navigation .level_2 > li > span {
    display: block;
    padding: 0;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
}

#header .mod_navigation .level_2 > li.last > a,
#header .mod_navigation .level_2 > li.last > span {
    border: 0;
}

#header .mod_navigation .level_2 > li > a:hover,
#header .mod_navigation .level_2 > li > a.active,
#header .mod_navigation .level_2 > li > span {
    color: #6e6e6e;
    text-decoration: none;
}

#menuBars {
    margin: 45px -5px 0;
    display: none;
    padding: 5px;
    float: right;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

body.header-shrink #menuBars {
    margin-top: 15px;
}

#menuBars .fa {
    color: #3c3c3c;
}

@media screen and (max-width: 800px) {
    #menuBars {
        display: block;
    }

    #header .mod_navigation {
        display: none;
    }
}

@media screen and (max-width: 650px) {
       body.header-shrink #menuBars {
        margin-top: 38px;
    }
}

#container {
    min-height: calc(100vh - 358px);
    padding-top: 150px;
}

@media screen and (max-width: 650px) {
    #container {
        padding-top: 130px;
    }
}

#main .mod_article {
    position: relative;
}

#main .mod_article .article-inner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0 65px;
}

@media screen and (max-width: 1260px) {
    #main .mod_article .article-inner-wrapper {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    #main .mod_article .article-inner-wrapper {
        padding: 25px 15px 15px;
    }
}

#main .mod_article.no-padding .article-inner-wrapper {
    padding: 0;
    max-width: 100%;
}

#main .mod_article .content-image.bild img {
    width: 100%;
}

.mod_rocksolid_slider .content-image {
    text-align: center;
}

.mod_rocksolid_slider .rsts-prev,
.mod_rocksolid_slider .rsts-next,
.mod_rocksolid_slider .rsts-video-play,
.mod_rocksolid_slider .rsts-video-stop,
.mod_rocksolid_slider .rsts-thumbs-prev,
.mod_rocksolid_slider .rsts-thumbs-next {
    left: 0;
    right: auto;
    width: 56px;
    height: 56px;
    bottom: 40%;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: url("../../files/layout/img/arrow-left.png") no-repeat;
    background-position: center center;
    background-color: #262b30;
    background-size: 17px;
}

@media screen and (max-width: 900px) {
    .mod_rocksolid_slider .rsts-prev,
    .mod_rocksolid_slider .rsts-next,
    .mod_rocksolid_slider .rsts-video-play,
    .mod_rocksolid_slider .rsts-video-stop,
    .mod_rocksolid_slider .rsts-thumbs-prev,
    .mod_rocksolid_slider .rsts-thumbs-next {
        bottom: 15px;
    }
}

.mod_rocksolid_slider .rsts-next,
.mod_rocksolid_slider .rsts-thumbs-next {
    background: url("../../files/layout/img/arrow-right.png") no-repeat;
    background-position: center center;
    right: 0;
    background-color: #262b30;
    background-size: 17px;
    left: auto;
}

.mod_rocksolid_slider .rsts-prev:hover,
.mod_rocksolid_slider .rsts-next:hover,
.mod_rocksolid_slider .rsts-video-play:hover,
.mod_rocksolid_slider .rsts-video-stop:hover,
.mod_rocksolid_slider .rsts-thumbs-prev:hover,
.mod_rocksolid_slider .rsts-thumbs-next:hover {
    background-color: rgba(38, 43, 48, 0.7);
}

@media screen and (max-width: 1400px) {
    .mod_rocksolid_slider .rsts-prev,
    .mod_rocksolid_slider .rsts-next,
    .mod_rocksolid_slider .rsts-video-play,
    .mod_rocksolid_slider .rsts-video-stop,
    .mod_rocksolid_slider .rsts-thumbs-prev,
    .mod_rocksolid_slider .rsts-thumbs-next {
        left: 0;
    }

    .mod_rocksolid_slider .rsts-next,
    .mod_rocksolid_slider .rsts-thumbs-next {
        right: 0;
        left: auto;
    }
}

.mod_rocksolid_slider .rs-columns {
    width: 960px;
    height: 220px;
    position: absolute;
    z-index: 100;
    top: 240px;
    left: 50%;
    margin-left: -480px;
}

@media screen and (max-width: 1170px) {
    .mod_rocksolid_slider .rs-columns {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 1050px) {
    .mod_rocksolid_slider .rs-columns {

    }
}

@media screen and (max-width: 767px) {
    .mod_rocksolid_slider .rs-columns {
        display: none;
    }
}

.mod_rocksolid_slider .rs-column {
    position: relative;
}

.mod_rocksolid_slider img {
    width: 100%;
}

.mod_rocksolid_slider .rs-column {
    padding-left: 0;
}

.mod_rocksolid_slider .content-text {
    position: absolute;
    width: 400px;
    padding: 25px 35px;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-size: 1.2rem;
}

.mod_rocksolid_slider .content-text a.btn {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
}

.mod_rocksolid_slider .content-text h2 {
    color: #ffffff;
}

#main ul,
#main ul li,
#main ol,
#main ol li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    text-align: left;
}

#main ul,
#main ol {
    margin-bottom: 15px;
}

#main ul li,
#main ol li {
    line-height: 1.5;
    padding-left: 15px;
}

#main ul li:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 1rem;
    color: #dd041d;
    top: 0;
    left: 0;
    z-index: 1;
}

#main ol li:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 1rem;
    color: #dd041d;
    top: 0;
    left: 0;
    z-index: 1;
}

#main .ce_gallery {
    margin-bottom: 10px;
}

#main .ce_gallery .cols_1,
#main .ce_gallery .cols_2,
#main .ce_gallery .cols_3,
#main .ce_gallery .cols_4,
#main .ce_gallery .cols_5,
#main .ce_gallery .cols_6 {
    margin: 0 -10px;
}

#main .ce_gallery .cols_1 li,
#main .ce_gallery .cols_2 li,
#main .ce_gallery .cols_3 li,
#main .ce_gallery .cols_4 li,
#main .ce_gallery .cols_5 li,
#main .ce_gallery .cols_6 li {
    padding: 10px 10px;
}

#main .ce_gallery .cols_1 li:after,
#main .ce_gallery .cols_2 li:after,
#main .ce_gallery .cols_3 li:after,
#main .ce_gallery .cols_4 li:after,
#main .ce_gallery .cols_5 li:after,
#main .ce_gallery .cols_6 li:after {
    content: " ";
}

#main .ce_gallery > ul li.col_first {
    clear: none;
}

#main .ce_gallery .cols_1 li {
    width: 100%;
}

#main .ce_gallery .cols_2 li {
    width: 50%;
}

#main .ce_gallery .cols_3 li {
    width: 33.3333%;
}

#main .ce_gallery .cols_4 li {
    width: 25%;
}

#main .ce_gallery .cols_5 li {
    width: 20%;
}

#main .ce_gallery .cols_6 li {
    width: 16.6666666%;
}

#main .ce_gallery .image_container:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}

#main .ce_gallery .image_container {
    overflow: hidden;
}

#main .ce_gallery img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

@media screen and (max-width: 991px) {
    #main .ce_gallery .cols_5 li,
    #main .ce_gallery .cols_6 li {
        width: 33.333333333%;
    }
}

@media screen and (max-width: 520px) {
    #main .ce_gallery .cols_3 li,
    #main .ce_gallery .cols_4 li,
    #main .ce_gallery .cols_5 li,
    #main .ce_gallery .cols_6 li {
        width: 100%;
    }
}

#main .content-download {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
}

#main .content-downloads {
    margin-bottom: 15px;
}

#main .content-downloads ul li {
    position: relative;
    padding-left: 30px;
}

#main .content-downloads ul li:after {
    content: " ";
}

#main .content-download a,
#main .content-downloads a {
    color: #dd041d;
}

#main .content-download a:before,
#main .content-downloads a:before {
    color: #dd041d;
    content: "\f019";
    font-family: FontAwesome;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: -1px;
    font-style: normal;
}

#main .content-download img,
#main .content-downloads img {
    display: none;
}

#main .content-accordion {
    margin-bottom: 15px;
}

#main .ce_accordion .toggler {
    outline: 0 none;
    cursor: pointer;
    text-align: left;
    padding: 5px 15px;
    position: relative;
    background: #dd041d;
    color: #ffffff;
    font-size: 1.3rem;
}

#main .ce_accordion .accordion {
    padding-top: 30px;
}

#main .ce_accordion .ui-icon-triangle-1-e:before {
    content: "\f175";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 1.6rem;
    position: absolute;
    bottom: 0;
    right: 15px;
}

#main .ce_accordion .ui-icon-triangle-1-s:before {
    color: #ffffff;
    content: "\f138";
    font-family: FontAwesome;
    font-size: 1.6rem;
    position: absolute;
    bottom: 0;
    right: 15px;
}

#main text {
    margin-bottom: 15px;
}

#main a.btn {
    display: inline-block;
    background-color: #3c3c3c;
    color: #ffffff;
    padding: 5px 10px;
    margin: 0 10px 15px 0;
}

#main a.btn:hover {
    background-color: #555555;
    text-decoration: none;
}

#main .content-hyperlink {
    margin-bottom: 15px;
}

#main .content-hyperlink a {
    display: block;
    background-color: #dd041d;
    color: #ffffff;
    padding: 15px 10px;
    text-align: center;
}

#main .content-hyperlink a:hover {
    background-color: #555555;
    text-decoration: none;
}

#main a.more {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 0;
}

#main a.more:after {
    content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 1.3rem;
    color: #dd041d;
    top: 2px;
    text-align: center;
    z-index: 1;
    line-height: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    right: 0;
    width: 22px;
    height: 20px;
}

#main a.more:hover:after {
    color: #3c3c3c;
}

.jamp-parallax .parallax-window {
    min-height: 500px;
    background: transparent;
}

@media screen and (max-width: 767px) {
    .jamp-parallax .parallax-window {
        min-height: 350px;
    }
}

.jamp-parallax .text {
    position: absolute;
    z-index: 1;
    top: 150px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    line-height: 1.3;
}

@media screen and (max-width: 1260px) {
    .jamp-parallax .text {
        width: 100%;
        left: 0;
        margin-left: 0;
        padding-left: 30px;
        padding-right: 30px;
        top: 120px;
    }
}

@media screen and (max-width: 767px) {
    .jamp-parallax .text {
        top: 50px;
        font-size: 1rem;
    }
}

.jamp-parallax .text .big {
    font-size: 4.5rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .jamp-parallax .text .big {
        font-size: 2.8rem;
        font-weight: bold;
    }
}

.jamp-wrapper {
    position: relative;
}

.jamp-wrapper .teaser {
    position: absolute;
    top: 0;
    width: 480px;
    background: #fff;
    right: 0;
    height: 86%;
    margin-top: 40px;
    padding: 35px;
    -webkit-box-shadow: 0px 1px 13px -4px rgba(168,168,168,1);
    -moz-box-shadow: 0px 1px 13px -4px rgba(168,168,168,1);
    box-shadow: 0px 1px 13px -4px rgba(168,168,168,1);
}

@media screen and (max-width: 800px) {
    .jamp-wrapper .teaser {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0;
        box-shadow: none; 
    }
}

.dlh_googlemap {
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    .dlh_googlemap {
        height: 250px !important;
    }
}

#footer .bg-grey {
    background: #2c2c2c;
    color: #fff;
    padding: 20px 0 50px 0;
}

#footer .bg-white {
    color: #2c2c2c;
    padding: 30px 0;
}

#footer .bg-white a {
    color: #2c2c2c;
    text-decoration: underline;
}

@media screen and (max-width: 1260px) {
    #footer .bg-grey,
    #footer .bg-white {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 800px) {
	 #footer .bg-grey{
	 	padding-bottom: 150px;
	 }
}

@media screen and (max-width: 768px) {
    #footer .bg-grey,
    #footer .bg-white {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#footer .fa,
#footer a,
#footer h2,
#footer h3,
#footer h4 {
    color: #ffffff;
}

#scrollup {
    position: fixed;
    bottom: 100px;
    right: 0;
    color: #fff;
    background: #3b6ca4;
    font-size: 1.2rem;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -ms-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    z-index: 111;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
}

#scrollup:hover {
    background: #dd041d;
}

@media screen and (max-width: 960px) {
    #scrollup {
        right: 15px;
        bottom: 50px;
    }
}

/*Anpassung für Monitore ab 1920px*/
@media screen and (min-width: 1920px) {
    #wrapper {
        max-width: 1920px;
        margin: 0 auto;
    }

    body {
    }

    #header {
        max-width: 1920px;
    }
}

#bild .subheadline{
	font-size: 1.6rem;
}

#cookiebar button{
	    background-color: #3b6ca4;
}
