/*! 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: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #555555;
    line-height: 1.6;
}

a {
    color: #157eb7;
    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;
}

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:#157eb7;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: normal;
}

h1, h1 a {
    font-size: 2.2rem;
    text-transform: uppercase;
}

h2, h2 a {
    font-size: 1.8rem;
    text-transform: uppercase;
}

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;
    }
}

figcaption {
    line-height: 1.2;
}

.mb-0.rs-columns .rs-column {
    margin-bottom: 0;
}

figure {
    padding: 0;
    margin: 0;
    line-height: 0;
}

#container .fa {
    color: #86bc24;
}

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;
}


table th {
	background: #157eb7;
	color: #fff;
}

.bg-blue, .bg-blue h2, .bg-blue h3{
    background-color: #157eb7;
    color: #fff;
}

.bg-blue-dark, .bg-blue-dark h2{
    background-color: #224a77;
    color: #fff;
}

.ce_table tr.even {
    background: #f4f4f4;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


.mm-menu .close,
.mm-menu .mm-title {
    display: none !important;
}

.mm-menu .active,
.mm-listview>li>a, 
.mm-listview>li>span,
.mm-listview>li>strong {
    font-weight: normal;
    padding: 15px 10px 15px 20px;
    display: block;
    font-size: 1rem;
}

.mm-menu .active,
.mm-listview>li>strong {
    font-weight: bold;
    color: #157eb7;
}



#header {
    padding: 0;
    z-index: 100;
    width: 100%;
    position: fixed;
    height: 120px;
    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;
}

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: 90px;
}

#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;
}

@media screen and (max-width: 415px) {
	#header{
		height: 135px;
	}
	#header .inside{
		padding-top: 50px;
	}
}

@media screen and (max-width: 480px) {
	body.header-shrink #header .inside {
	    padding-top: 20px;
	}	
}


#logo a {
    background-image: url(../img/logo.png);
    background-image: url(../img/logo.svg);
    width: 300px;
    height: 83px;
    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;
}

@media screen and (max-width: 480px) {
	#logo a {
    width: 270px;
    height: 73px;		
	}
}

body.header-shrink #header #logo a {
    width: 205px;
    height: 60px;
}

#logo {
    float: left;
}

#header .mod_navigation {
    overflow: visible;
    position: absolute;
    right: 0;
    top: 62px;
    -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;
}

@media screen and (max-width: 1260px) {
    #header .mod_navigation {
        right: 30px;
    }
}

body.header-shrink #header .mod_navigation {
    top: 30px;
}

#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: #86bc24;
    top: 2px;
    right: 2px;
    z-index: 1;
}

#header .mod_navigation .level_1 > li.submenu > a.submenu:after,
#header .mod_navigation .level_1 > li.submenu > strong:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 1.3rem;
    color: #86bc24;
    bottom: 0;
    z-index: 1;
    width: 22px;
    left: 50%;
    margin-left: -11px;
}

#header .mod_navigation .level_1 > li > strong,
#header .mod_navigation .level_1 > li > a {
    display: block;
    line-height: 40px;
    text-decoration: none;
    padding: 0 15px;
    font-size: 1.2rem;
    color: #555555;
    font-weight: normal;
}

#header .mod_navigation .level_1 > li.last > strong,
#header .mod_navigation .level_1 > li.last > a {
    padding-right: 0;
}

#header .mod_navigation .level_1 li.active.last strong{
	   padding-right: 15px;
}

#header .mod_navigation .level_1 > li > strong,
#header .mod_navigation .level_1 > li > a.trail,
#header .mod_navigation .level_1 > li > a:hover {
    color: #fff;
    background: #157eb7;
}

#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 strong {
        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: #86bc24;
    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 > strong {
    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 > strong {
    border: 0;
}

#header .mod_navigation .level_2 > li > a:hover,
#header .mod_navigation .level_2 > li > a.active,
#header .mod_navigation .level_2 > li > strong {
    color: #6e6e6e;
    text-decoration: none;
}

#menuBars {
    margin: 31px -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: 8px -5px 0;
} 

#menuBars .fa {
    color: #157eb7;
}

@media screen and (max-width: 1100px) {
    #menuBars {
        display: block;
    }

    #header .mod_navigation {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #menuBars {
        left: 10px;
    }
}

@media screen and (max-width: 540px) {
	#menuBars {
    margin: 21px -5px 0;
	}
}

#container {
    min-height: calc(100vh - 172px);
    padding-top: 120px;
}

#main .mod_article {
    position: relative;
}

#main .mod_article .article-inner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 25px;
}

#main .mod_article.icons .article-inner-wrapper{
	padding: 25px 0 0px;
}

@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%;
}

.mod_rocksolid_slider .ce_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("../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("../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 .ce_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 .ce_text a.btn {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
}

.mod_rocksolid_slider .ce_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 .bg-blue-dark ul li:after {
    color: #fff;	
}

#main ul li:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 1rem;
    line-height: 1;
    color: #157eb7;
    top: 5px;
    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;
    line-height: 1;
    color: #157eb7;
    top: 5px;
    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_2 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%;
}

#article-13 .rs-columns .ce_text img{
	padding-top: 5px;
}

#main .ce_gallery .image_container:hover img, #article-13 .rs-columns .ce_text: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,  #article-13 .rs-columns .ce_text {
    overflow: hidden;
}

#main .ce_gallery img, #article-13 .rs-columns .ce_text 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 .ce_download {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
}

#main .ce_downloads {
    margin-bottom: 15px;
}

#main .ce_downloads ul li {
    position: relative;
    padding-left: 30px;
}

#main .ce_downloads ul li:after {
    content: " ";
}

#main .ce_download a,
#main .ce_downloads a {
    color: #157eb7;
}

#main .ce_download a:before,
#main .ce_downloads a:before {
    color: #157eb7;
    content: "\f019";
    font-family: FontAwesome;
    font-size: 1.2rem;
    line-height: 1.2;
    position: absolute;
    left: 0;
    font-style: normal;
}

#main .ce_download img,
#main .ce_downloads img {
    display: none;
}

#main .ce_accordion {
    margin-bottom: 15px;
}

#main .ce_accordion .toggler {
    outline: 0 none;
    cursor: pointer;
    text-align: left;
    padding: 5px 15px;
    position: relative;
    background: #86bc24;
    color: #ffffff;
    font-size: 1rem;
}

#main .ce_accordion .accordion {
    padding-top: 30px;
}

#main .ce_accordion .ui-icon-triangle-1-e:before,
#main .ce_accordion .ui-icon-triangle-1-s:before  {
    content: "\f13a";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2;
    position: absolute;
    right: 15px;
}

#main .ce_accordion .ui-icon-triangle-1-s:before {
    content: "\f138";
}

#main .ce_text {
    margin-bottom: 15px;
}

#main a.btn {
    display: inline-block;
    background-color: #157eb7;
    color: #ffffff;
    padding: 5px 10px;
}

#main a.btn:hover {
    background-color: #868e97;
    text-decoration: none;
}

#main .ce_hyperlink {
    margin-bottom: 15px;
}

#main .ce_hyperlink a {
    display: block;
    background-color: #86bc24;
    color: #ffffff;
    padding: 15px 10px;
    text-align: center;
}

#main .ce_hyperlink a:hover {
    background-color: #868e97;
    text-decoration: none;
}

#main a.more {
    position: relative;
    display: inline-block;
    padding: 0 30px 3px 0;
}

#main a.more:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-radius: 20px;
    border: 10px solid #86bc24;
    position: absolute;
    right: 0;
    top: 2px;
    transition: all 0.4s;
}

#main a.more:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 2rem;
    color: #ffffff;
    top: -5px;
    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;
}


.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: 180px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    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: 2.5rem;
    font-weight: bold;
    background-color: #157eb7;
	padding-left: 5px;
	padding-right: 5px;
}

.jamp-parallax .text p{
    text-align: center;
}

@media screen and (max-width: 767px) {
    .jamp-parallax .text .big {
        font-size: 2.8rem;
        font-weight: bold;
    }
}

@media screen and (max-width: 500px) {
    .jamp-parallax .text .big {
        font-size: 2.0rem;
        font-weight: bold;
    }
}

.dlh_googlemap {
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    .dlh_googlemap {
        height: 250px !important;
    }
}

#footer {
    background: #868e97;
}

#footer .inside {
    max-width: 1200px;
    margin: 0 auto;
    color: #ffffff;
    padding: 45px 0 100px;
}

@media screen and (max-width: 1260px) {
    #footer .inside {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    #footer .inside {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 500px) {
    #footer .inside {
        padding-bottom: 200px;
    }
}

#footer .fa,
#footer a,
#footer h2,
#footer h3,
#footer h4 {
    color: #ffffff;
}

#footer ul {
    margin-bottom: 5px;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    float: left;
    list-style: none;
    padding-right: 15px;
}

#scrollup {
    position: fixed;
    bottom: 100px;
    right: 60px;
    color: #157eb7;
    font-size: 2.5rem;
    -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;
}

#scrollup:hover {
    color: #ccc;
}

@media screen and (max-width: 960px) {
    #scrollup {
        right: 15px;
        bottom: 50px;
    }
}

.cookiebar {
    font-size: 12px;
}

.cookiebar__button {
    background: #157eb7;
}

.cookiebar__button:hover{
	background: #868e97;
}

#header .kontakt {
	position: absolute;
	right: 0;
	top: 0;
}

#header .login {
	position: absolute;
	right: 200px;
	top: 0;
}

@media screen and (max-width: 620px) {
	#header .kontakt{
		display: none;
	}
	#header .login {
		right: 15px;	
	}
}

#header a.btn {
    display: inline-block;
    background-color: #868e97;
    color: #ffffff;
    padding: 5px 10px 5px 30px;
}

#header .login ul{
	margin: 0;
}

#header .login li{
	list-style: none;	
}

#header .login a {
    display: inline-block;
    background-color: #868e97;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
}

#header .kontakt .btn:before {
    color: #fff;
    content: "\f095";
    font-family: FontAwesome;
    font-size: 1.2rem;
    position: absolute;
    line-height: 1.5;
    left: 10px;
    font-style: normal;
}

#header .login .btn:before {
    color: #fff;
    content: "\f090";
    font-family: FontAwesome;
    font-size: 1.2rem;
    position: absolute;
    line-height: 1.5;
    left: 10px;
    font-style: normal;
}

body.header-shrink #header .kontakt, body.header-shrink #header .login{
	display: none;
}

#cboxTitle{
	display: none;
}

.mod_newslist{
	margin: 0 -10px;
}

.mod_newslist .layout_latest {
	width: 33.33333%;
	float: left;
	padding: 0 10px;
	margin-bottom: 30px;
}

@media screen and (max-width: 998px) {
	.mod_newslist .layout_latest {
	width: 50%;
	}
}

@media screen and (max-width: 500px) {
	.mod_newslist .layout_latest {
	width: 100%;
	}
}


.mod_newslist .layout_latest h2, .mod_newslist .layout_latest h2 a{
	font-size: 1.4rem;
	margin-top: 5px;
}

p.more a, p.back a{
	display: inline-block;
    background-color: #157eb7;
    color: #ffffff;
    padding: 5px 10px;
}

p.more a:hover, p.back a:hover{
    background-color: #868e97;
    text-decoration: none;
}

.download-bereich .ce_form .widget{
	float: left;
}

.download-bereich .widget.widget-fineuploader.mandatory{
	margin-right: 30px;
}

.download-bereich .widget.widget-submit{
	    margin-top: 14px;
}

.qq-upload-button{
	background:#157eb7;
}

.qq-upload-list li.qq-upload-success {
    background-color: #157eb7;
    color: #FFF;
}

#main ul.qq-upload-list-selector.qq-upload-list{
	margin-top: 30px;
}