/* ==========================================================================
   Elements
   ========================================================================== */

.ce_text.service-link {
    padding-top:0;
}
.ce_text.service-link p,
.ce_text.service-link h1,
.ce_text.service-link h2 {
    padding-right:15px;
    padding-left:15px;
}
.acctext {
    display:inline-block;
}
.acc figure {
    width:33%;
}
.acc div {
    display:block;
}
.acc h2 {
    display:inline-block;
    margin-bottom:10px;
    padding:5px 10px;
    background-color:#335e72;
    color:#fff;
}
.acc a {
    padding:5px 10px;
    color:#fff;
    background-color: rgba(190,17,35,1.00);
    	border-radius: 5px;
    	box-shadow:  1px 1px 3px rgba(0,0,0,0.20);
    	animation: animation 500ms linear both;
}
.acc a:hover {
    background-color:#920d1a;
    text-decoration:none;
}
.acc .ce_text,
.acc.ce_text {
    padding:15px 20px;
    border-top:1px solid #325e73;
}
.acc {
    margin-top:25px;
}
#main img {
    height:auto;
    max-width:100%;
}
.fa-bars::before {
    color:#fff;
}
.ce_text li {
    line-height:1.6em;
}

/* Body //////////////////////////////////////////////////////////////////// */
body {
    font:15px 'Lato' ,Arial,sans-serif;
    color:#626262;
}
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

/* Typography //////////////////////////////////////////////////////////////////// */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:300;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}
#Informationsection h1 {
    font-size:2.4em;
    line-height:1.2em;
}
p {
    line-height:1.6em;
}
em {
    font-style:italic;
}
strong,
b,
.strong {
    font-weight:700;
}
small {
    font-size:80%;
}

/* Pagetitle //////////////////////////////////////////////////////////////////// */
.pagetitle {
    margin-bottom:0;
    font-weight:700;
}

/* input //////////////////////////////////////////////////////////////////// */
input {
    font:13px 'Lato' , Arial, sans-serif !important;
}

/* Links //////////////////////////////////////////////////////////////////// */
a {
    text-decoration:none;
    color:#325d73;
    border:none;
}

/* Links //////////////////////////////////////////////////////////////////// */
#main p a {
    border-bottom:1px solid #325d73;
    text-decoration:none;
    color:#325d73;
    transition: border-width 0.25s;
    -webkit-transition: border-width 0.25s;
}
#main p a:hover {
    border-bottom:4px solid #325d73;
    transition: border-width 0.1s;
    -webkit-transition: border-width 0.1s;
}
footer a {
    color:#fff;
}
#Copyrightsection a {
    color:#325d73;
}
a:hover {
    text-decoration:underline;
}
a:focus {
    outline:none;
}

/* img //////////////////////////////////////////////////////////////////// */
img {
    border:none;
}

/* Images responsive //////////////////////////////////////////////////////////////////// */
.responsive img {
    width:100% !important;
    height:auto !important;
}

/* Big Button //////////////////////////////////////////////////////////////////// */
.big_button a,
a.big_button {
    position:relative;
    display:block;
    padding:15px 30px;
    text-align:center;
    background-color:#325d73;
    font-size:18px;
    text-decoration:none;
    color:#ffffff;
}
.big_button a:hover,
a.big_button:hover {
    background-color:rgba(325d73,.9);
}

/* More & Back Button //////////////////////////////////////////////////////////////////// */
p.more a,
a.more,
p.back a,
a.back,
a.toplink,
.toplink a {
    padding:10px 17px;
    background-color:#325d73;
    text-decoration:none;
    color:#ffffff;
    font-weight:700;
}
p.more a:hover,
a.more:hover,
p.back a:hover,
a.back:hover,
a.toplink,
.toplink a {
    background-color:rgba(325d73,.9);
}

/* Warning //////////////////////////////////////////////////////////////////// */
p.warning {
    padding:20px;
    text-align:center;
    background-color:#e8e8e8;
    border:1px solid #f00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
p.warning:before {
    width:100%;
    height:30px;
    position:relative;
    float:none;
    clear:both;
    display:block;
    padding-bottom:10px;
    text-align:center;
    font:30px FontAwesome;
    font-weight:normal;
    color:#f00;
    content:"\f071";
}

/* Blockquotes //////////////////////////////////////////////////////////////////// */
blockquote p {
    position:relative;
    display:block;
    padding-right:80px;
    padding-left:80px;
    text-align:center;
    font-size:32px;
    line-height:40px;
    font-weight:300;
}
blockquote {
    position:relative;
    display:block;
    margin:0;
    padding:0;
}

/* Confirmation //////////////////////////////////////////////////////////////////// */
p.confirmation {
    padding:20px;
    text-align:center;
    background-color:#e8e8e8;
    border:1px solid #15ff00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
p.confirmation:before {
    width:100%;
    height:30px;
    position:relative;
    float:none;
    clear:both;
    display:block;
    padding-bottom:10px;
    text-align:center;
    font:30px FontAwesome;
    font-weight:normal;
    color:#15ff00;
    content: "\f024";
}

/* information //////////////////////////////////////////////////////////////////// */
p.information {
    font-size:32px;
    line-height:40px;
    text-decoration:none;
    font-weight: 300;
}

/* Clear //////////////////////////////////////////////////////////////////// */
.clear {
    height:0px;
    position:relative;
    float:none;
    clear:both;
    display:block;
}

/* Colored //////////////////////////////////////////////////////////////////// */
.colored {
    color:#325d73;
}

/* Hidden //////////////////////////////////////////////////////////////////// */
.hidden {
    display:none;
}

/* Line //////////////////////////////////////////////////////////////////// */
.line {
    width:100%;
    height:1px;
    background-color:#d6d6d6;
    font-size:1px;
    line-height:1px;
}

/* Text align center //////////////////////////////////////////////////////////////////// */
.center {
    text-align:center;
}

/* Inside Elements //////////////////////////////////////////////////////////////////// */
header {
    background-color:#fff;
}
#header .ce_image.block {
   display: inline-block
}
#container {
    background-color:#ffffff;
}
#Informationsection {
    background-color:#e9e9e9;
}
#Slidersection {
    background-color:#ffffff;
}
footer {
    background-color:#325d73;
    color:#fff;
}
#Copyrightsection {
    background-color:#e4e4e4;
    font-size:12px;
    color:#325d73;
}

/* Figure //////////////////////////////////////////////////////////////////// */
figure {
    margin:0;
    padding:0;
    font-size:0px;
    line-height:0px;
}
figure:focus,
img:focus {
    outline:none;
}

/* .invisible //////////////////////////////////////////////////////////////////// */
.invisible {
    width:0px;
    height:0px;
    left:-1000px;
    top:-1000px;
    position:absolute;
    overflow:hidden;
    display:inline;
}

/* Logo //////////////////////////////////////////////////////////////////// */
#logo {
    height:80px;
    position:absolute;
    float:left;
    margin-top:10px;
}
#logo img {
}
#logo a {
    position:relative;
    display:block;
    font-size:30px;
    text-decoration:none;
    color:#ffffff;
    font-weight:200;
}

/* Mainmenu //////////////////////////////////////////////////////////////////// */
.mainmenu {
    position:relative;
    float:right;
    display:block;
    margin-top:30px;
    margin-bottom:30px;
    overflow:visible !important;
}
.mainmenu ul {
    position:relative;
    display:block;
    margin:0;
    padding:0;
    list-style-type:none;
    -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.mainmenu ul.level_1 {
    width:100%;
    height:50px;
    position:relative;
    display:block;
    margin:0;
    padding:0;
}
.mainmenu ul.level_1 li {
    position:relative;
    float:left;
    display:block;
}
.mainmenu ul.level_1 li a,
.mainmenu ul.level_1 li span.active,
.mainmenu ul.level_1 li span.forward,
.mainmenu ul.level_1 li strong.active {
    height:34px;
    position:relative;
    display:inline-block;
    padding:16px 13px 0;
    white-space:nowrap;
    font-size:14px;
    text-decoration:none;
    color:#325d73;
}

li.active, {
    height:34px;
    position:relative;
    display:inline-block;
    padding:16px 13px 0;
    white-space:nowrap;
    font-size:14px;
    text-decoration:none;
    color:#000000;
}

.mainmenu ul.level_1 li a:hover,
.mainmenu ul.level_1 li span.active,
.mainmenu ul.level_1 li.submenu:hover > a,
.mainmenu ul.level_1 li a.trail,
.mainmenu ul.level_1 li span.forward,
.mainmenu ul.level_1 li.active .active {
    background-color:#325d73;
    color:#fff;
}
.mainmenu ul.level_1 li.active {
    background-color:#325d73;
    color:#fff;
}
.mainmenu ul.level_1 li > ul {
    position:absolute;
    background-color:#325d73;
    z-index:999;
}
.mainmenu ul.level_1 li > ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-property: opacity, visibility;
    -moz-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .2s, 0s;
    -moz-transition-duration: .2s, 0s;
    -o-transition-duration: .2s, 0s;
    transition-duration: .2s, 0s;
    -webkit-transition-delay: 0s, .2s;
    -moz-transition-delay: 0s, .2s;
    -o-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s;
}
.mainmenu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}
.mainmenu ul.level_2 {
    min-width:150px;
    top:50px;
    width:auto;
}
.mainmenu ul.level_2 li {
    width:100%;
    position:relative;
    float:none;
    display:inline-block;
    margin:0;
    padding:0;
}
.mainmenu ul.level_2 li a,
.mainmenu ul.level_2 li span.active,
.mainmenu ul.level_2 li span.forward {
    position:relative;
    float:none;
    display:block;
    white-space:nowrap;
    color:#ffffff;
}
.mainmenu ul.level_2 li a:hover,
.mainmenu ul.level_2 li span.active,
.mainmenu ul.level_2 li a.trail,
.mainmenu ul.level_2 li.submenu:hover > a,
.mainmenu ul.level_2 li span.forward {
    background-color:rgba(0,0,0,.05);
}
.mainmenu ul.level_2 li > ul {
    min-width:150px;
    left:0;
    top:0;
    margin-left:100%;
    width:auto;
}

/* Home Icon //////////////////////////////////////////////////////////////////// */
@media (min-width:1140px) {
    .mainmenu ul.level_1>li.first>a, 
    .mainmenu ul.level_1>li.first>span {
    	width:50px;
    	height:50px;
    	padding:0px;
    	margin:0px;
    }
    .mainmenu ul.level_1>li.first>a:after, 
    .mainmenu ul.level_1>li.first>span:after,
    .mainmenu ul.level_1 > li.first > strong:after {
    	position:absolute;
    	top:0px;
    	left:0px;
    	width:50px;
    	height:35px;
    	padding-top:15px;
    	background-color:#e4e4e4;
    	font:22px FontAwesome;
    	color:#fff;
    	content: "\f015";
    	text-align:center;
    }
    .mainmenu ul.level_1>li.first>a:hover:after,
    .mainmenu ul.level_1>li.first>a.trail:after,
    .mainmenu ul.level_1>li:hover.first>a:after,
    .mainmenu ul.level_1>li.first>span.active:after,
    .mainmenu ul.level_1>li.first>span.forward:after{
    	background-color:#325d73;
    	color:#ffffff;
    	}
}

.mainmenu ul.level_1 > li.first > strong.active {
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    font-size: 0;
    box-sizing: border-box;
}

/* Responsive nav //////////////////////////////////////////////////////////////////// */
.mainmenu a.mobile_handle {
    display:none;
}

/* Responsive nav min 1140px //////////////////////////////////////////////////////////////////// */
@media (max-width:1139px) {
    /* Handle */
    .mainmenu a.mobile_handle {
    height:36px;
    width:50px;
    position:relative;
    float:right;
    margin-bottom:20px;
    margin-top:42px;
    display:block;
    overflow:hidden;
    background:#325d73;
    padding-top:14px;
    font-size:14px;
    text-decoration:none;
    color:#292929;
    text-align:center;
    cursor:pointer;
    }
    /* Res Nav */
    .mainmenu {
    width:94%;
    margin:0 3% 0 3%;
    }
    .mainmenu ul {
    position:relative;
    clear:right;
    /*margin-bottom:30px !important;*/
    background:#e4e4e4;
    -ms-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out
    }
    .mainmenu ul.level_1 {
    height:auto;
    margin-bottom:30px !important;
    }
    .mainmenu ul.level_1 li {
    float:none;
    width:100%;
    }
    .mainmenu ul.level_1 li a, .mainmenu ul.level_1 li span.active, .mainmenu ul.level_1 li span.forward {
    width:100%;
    display:block;
    height:50px;
    padding:14px 13px 13px 13px;
    border-top:1px solid rgba(0,0,0,0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    }
    .mainmenu ul.level_1 li a:hover, .mainmenu ul.level_1 li span.active, .mainmenu ul.level_1 li span.forward {
    background-color:#325d73 !important;
    color:#e4e4e4;
    }
    .mainmenu ul.level_1 li a.trail, .mainmenu ul.level_1 li.submenu:hover > a {
    background-color:rgba(0,0,0,0.1);
    color:#fff;
    }
    .mainmenu ul li a:hover {
    background:#325d73 !important;
    color:#e4e4e4 !important;
    }
    .mainmenu ul.level_1 li > ul {
    position: relative;
    background-color:#e4e4e4;
    z-index:99;
    }
    .mainmenu ul.level_1 li > ul {
    padding:0px;
    display:none;
    -webkit-transition-property: opacity, visibility;
    -moz-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .2s, 0s;
    -moz-transition-duration: .2s, 0s;
    -o-transition-duration: .2s, 0s;
    transition-duration: .2s, 0s;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    }
    .mainmenu ul.level_2 {
    min-width:auto;
    top:0px;
    width:auto;
    }
    .mainmenu ul.level_2 li {
    }
    .mainmenu ul.level_2 li a, .mainmenu ul.level_2 li span.active, .mainmenu ul.level_2 li span.forward {
    background:#e4e4e4;
    color:#666666;
    }
    .mainmenu ul.level_2 li a:hover, .mainmenu ul.level_2 li span.active,  .mainmenu ul.level_2 li span.forward {
    background-color:#325d73;
    color:#e4e4e4;
    }
    .mainmenu ul.level_2 li a.trail, .mainmenu ul.level_2 li.submenu:hover > a {
    background-color:rgba(0,0,0,0.1);
    color:#fff;
    }
    .mainmenu ul.level_2 li > ul {
    min-width:auto;
    width:auto;
    left:0;
    top:0;
    margin-left:0%;
    padding:0px;
    }
    .mainmenu ul.level_2 li a, .mainmenu ul.level_2 li .active, .mainmenu ul.level_2 li span.forward {
    padding-left:30px !important;
    }
    .mainmenu ul.level_3 li a, .mainmenu ul.level_3 li span.active, .mainmenu ul.level_3 li span.forward {
    padding-left:45px !important;
    }	
    .mainmenu ul.level_4 li a, .mainmenu ul.level_4 li span.active, .mainmenu ul.level_4 li span.forward {
    padding-left:60px !important;
    }	
    .mainmenu ul.level_5 li a, .mainmenu ul.level_5 li span.active, .mainmenu ul.level_5 li span.forward {
    padding-left:75px !important;
    }	
    .mainmenu ul.level_6 li a, .mainmenu ul.level_6 li span.active, .mainmenu ul.level_6 li span.forward {
    padding-left:90px !important;
    }		
    /* Sub Arrow */
    .mainmenu ul li a.sub_nav{
    position:absolute;
    width:50px;
    height:50px;
    right:0px;
    top:0px;
    margin:0;
    padding:0px !important;
    background-color:#292929 !important;
    color:#fff;
    text-align:center;
    cursor:pointer;
    }
    .mainmenu ul li a.sub_nav:hover{
    background-color:#325d73 !important;
    color:#e4e4e4;
    }
    .mainmenu .icon-angle-up,  .mainmenu .icon-angle-down, .mainmenu .fa-angle-up,  .mainmenu .fa-angle-down {
    position:relative;
    display:block;
    padding-top:15px;
    font-size:18px;
    }
}

/* Styleswitcher Area //////////////////////////////////////////////////////////////////// */
.styleswitcher_area {
    width:300px;
    height:100%;
    left:-300px;
    top:0;
    position:fixed;
    background-color:rgba(0,0,0,.9);
    -ms-transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
    z-index:9999;
}
.styleswitcher_area:hover {
    left:0;
}
.styleswitcher_area:after {
    width:35px;
    height:40px;
    top:45%;
    position:absolute;
    overflow:hidden;
    padding-top:20px;
    padding-right:3px;
    text-align:center;
    background-color:rgba(0,0,0,.9);
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    font:20px FontAwesome;
    font-weight:normal;
    color:#f2f2f2;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    right:-38px;
    -webkit-font-smoothing: antialiased;
    content: "\f085";
}

/* Styleswitcher //////////////////////////////////////////////////////////////////// */
.mod_zad_switcher {
    padding-top:20px;
    padding-right:20px;
    padding-left:20px;
    text-align:center;
}
.mod_zad_switcher h1 {
    margin-top:0;
    margin-bottom:10px;
    font-size:17px;
    font-weight:normal;
    color:#ededed;
}
.mod_zad_switcher a {
    position:relative;
    display:inline-block;
    background-color:#6cf;
    border-radius:1px;
    font-family:TitilliumText22LXBold;
    font-weight:normal;
    text-decoration:none;
    color:#292929;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}
.mod_zad_switcher a:hover {
    background-color:rgba(102,204,255,.95);
}
.sw_shadow a {
    margin-right:5px;
    margin-left:5px;
    padding:5px 40px;
}
.sw_max_width a {
    margin-right:5px;
    margin-left:5px;
    padding:5px 27px;
}
.sw_model a {
    margin-right:5px;
    margin-left:5px;
    padding:5px 31px;
}
.sw_background a {
    width:20px;
    height:20px;
    position:relative;
    overflow:hidden;
    display:inline-block;
    margin-right:5px;
    margin-left:5px;
    background-color:#fff;
}
.sw_background a:hover {
    background-color:#fff;
}
.sw_background img {
    width:30px;
    height:30px;
    position:relative;
    overflow:hidden;
    display:inline-block;
}
.sw_skin a {
    margin-right:5px;
    margin-left:5px;
    padding:5px 31px;
}

/* Change Language //////////////////////////////////////////////////////////////////// */
.mod_changelanguage {
    position:relative;
    display:block;
}
#Languagesection {
    right:0;
    top:50%;
    position:fixed;
    padding:10px 7px 10px 10px;
    background-color:#e4e4e4;
    border-radius:2px 0 0 2px;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}
.mod_changelanguage .choose_language span {
    display:none;
}

/* Social Media Icons //////////////////////////////////////////////////////////////////// */
header .social_media_icons {
    height:25px;
    position:relative;
    float:right;
    display:block;
    margin-top:20px;
    margin-right:15px;
    padding-left:10px;
    border-left:1px solid #325d73;
}
#footer .social_media_icons {
    position:relative;
    display:block;
    margin-right:auto;
    margin-left:auto;
    padding-left:0;
    text-align:center;
    border-left:0px;
}
header .social_media_icons .ce_hyperlink {
    width:25px;
    height:20px;
    position:relative;
    overflow:hidden;
    float:left;
    display:block;
    margin-left:5px;
    padding-top:5px;
    text-align:center;
    font-size:15px;
}
footer .social_media_icons .ce_hyperlink {
    position:relative;
    overflow:hidden;
    display:inline;
    margin-right:10px;
    margin-left:10px;
    padding-top:5px;
    text-align:center;
    font-size:30px;
}
.social_media_icons .ce_hyperlink:hover {
    background-color:#325d73;
    color:#ffffff;
}
.social_media_icons .ce_hyperlink figure,
.social_media_icons .ce_hyperlink img {
    width:25px;
    height:25px;
}
.social_media_icons .ce_hyperlink a {
    width:25px;
    height:25px;
    left:0;
    top:0;
    position:absolute;
    display:block;
    font-size:0px;
}

/* Header contact //////////////////////////////////////////////////////////////////// */
.header_contact {
    height:25px;
    position:relative;
    float:right;
    display:block;
    margin-top:20px;
    margin-right:15px;
    padding-left:10px;
    border-left:1px solid #325d73;
}
.mail_us_button,
.call_us_button,
.info_button {
    position:relative;
    float:left;
    display:block;
    margin-left:5px;
}
.mail_us_button a,
.call_us_button a,
.info_button a {
    height:19px;
    position:relative;
    display:block;
    margin-top:0;
    margin-bottom:0;
    padding-top:6px;
    padding-right:7px;
    padding-bottom:0;
    line-height:13px;
    text-decoration:none;
    color:#626262;
}
.mail_us_button a:hover,
.call_us_button a:hover,
.info_button a:hover {
    background-color:#325d73;
    color:#ffffff;
}
.call_us_button a:before,
.mail_us_button a:before,
.info_button a:before {
    width:25px;
    height:21px;
    position:relative;
    float:left;
    display:inline-block;
    margin-top:-6px;
    margin-right:5px;
    padding-top:4px;
    text-align:center;
    font:16px FontAwesome;
    color:#626262;
}
.mail_us_button a:before {
    content: "\f0e0";
}
.call_us_button a:before {
    content: "\f095";
}
.info_button a:before {
    content: "\f0a9";
}
.call_us_button a:hover:before,
.mail_us_button a:hover:before,
.info_button a:hover:before {
    background-color:rgba(0,0,0,.05);
    color:#ffffff;
}

/* Header Register and Login //////////////////////////////////////////////////////////////////// */
.reg_log {
    height:25px;
    position:relative;
    float:right;
    display:block;
    margin-top:20px;
    margin-right:15px;
    padding-left:10px;
}
#header .login_button {
    position:relative;
    float:left;
    display:block;
    margin-left:5px;
}
#header .login_button a:before {
    width:25px;
    height:20px;
    position:relative;
    float:left;
    display:inline-block;
    margin-top:-6px;
    margin-right:5px;
    padding-top:5px;
    text-align:center;
    font:16px FontAwesome;
    color:#626262;
    content: "\f13e";
}
#header .login_button a:hover:before {
    background-color:rgba(0,0,0,.05);
    color:#ffffff;
}
#header .login_button a {
    height:19px;
    position:relative;
    display:block;
    margin-top:0;
    margin-bottom:0;
    padding-top:6px;
    padding-right:7px;
    padding-bottom:0;
    line-height:13px;
    text-decoration:none;
    color:#626262;
    cursor:pointer;
}
#header .login_button a:hover {
    background-color:#325d73;
    color:#ffffff;
}

/* Header Register //////////////////////////////////////////////////////////////////// */
#header .register_button a:before {
    width:25px;
    height:21px;
    position:relative;
    float:left;
    display:inline-block;
    margin-top:-6px;
    margin-right:5px;
    padding-top:4px;
    text-align:center;
    font:16px FontAwesome;
    color:#626262;
    content: "\f007";
}
#header .register_button a:hover:before {
    background-color:rgba(0,0,0,.05);
    color:#ffffff;
}
#header .register_button {
    position:relative;
    float:left;
    display:block;
    margin-left:5px;
}
#header .register_button a {
    height:19px;
    position:relative;
    display:block;
    margin-top:0;
    margin-bottom:0;
    padding-top:6px;
    padding-right:7px;
    padding-bottom:0;
    line-height:13px;
    text-decoration:none;
    color:#626262;
}
#header .register_button a:hover {
    background-color:#325d73;
    color:#ffffff;
}

/* Header Article //////////////////////////////////////////////////////////////////// */
#header .header_article {
    position:relative;
    float:right;
    margin-right:20px;
}

/* Breadcrumb //////////////////////////////////////////////////////////////////// */
.mod_breadcrumb {
    width:100%;
    position:relative;
    clear:both;
    display:block;
    padding-bottom:10px;
}
.mod_breadcrumb ul {
    margin:0;
    padding:0;
}
.mod_breadcrumb ul li {
    position:relative;
    float:left;
    display:block;
    margin-right:10px;
}
.mod_breadcrumb ul li a {
    text-decoration:none;
    color:#626262;
}
.mod_breadcrumb ul li a:hover {
    text-decoration:none;
    color:#325d73;
}
.mod_breadcrumb ul li:before {
    margin-right:10px;
    font-family:FontAwesome;
    content: "\f178";
}
.mod_breadcrumb ul li.first:before {
    display:none;
}

/* Syndications //////////////////////////////////////////////////////////////////// */
.pdf_link {
    right:0;
    top:-26px;
    position:absolute;
    white-space:nowrap;
}
.pdf_link a {
    margin-left:5px;
    font-size:16px;
    color:#626262;
}
.pdf_link a:hover {
    text-decoration:none;
    color:#325d73;
}

/* Menu Side //////////////////////////////////////////////////////////////////// */
aside nav ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
aside nav ul li {
    width:100%;
    position:relative;
    display:block;
    background-color:#e8e8e8;
    list-style-type:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
aside nav ul li a,
aside nav ul li span,
#portfolio_filter a {
    width:100%;
    position:relative;
    overflow:hidden;
    display:block;
    margin-bottom:1px;
    padding:6px 10px 6px 15px;
    background-color:#e8e8e8;
    text-decoration:none;
    color:#626262;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
aside nav ul li a:before,
aside nav ul li span:before,
#portfolio_filter a:before {
    margin-right:15px;
    font-family:FontAwesome;
    color:#325d73;
    content: "\f0da";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
aside nav ul li a:hover:before,
aside nav ul li span:hover:before,
aside nav ul li span.active:before,
#portfolio_filter a.active:before,
#portfolio_filter a:hover:before {
    color:#ffffff;
}
aside nav ul li a:hover,
aside nav ul li span.active,
aside nav ul li span.forward:hover,
#portfolio_filter a:hover,
#portfolio_filter a.active {
    background-color:#325d73;
    text-decoration:none;
    color:#ffffff;
}
aside nav ul.level_1 li > ul {
    display:none;
}
aside nav ul.level_1 li.active > ul,
aside nav ul.level_1 li.trail > ul {
    display:block;
}
aside nav ul ul li {
    padding-left:15px;
}

/* Service Link //////////////////////////////////////////////////////////////////// */
.service-link {
    position:relative;
    display:block;
    margin:10px;
    padding:15px 0;
    text-align:center;
    background-color:#ededed;
    font:13px 'Lato',Arial,sans-serif;
    font:13px 'Lato' ,Arial,sans-serif !important;
    line-height:22px !important;
    width: 100%;
}
.ce_hyperlink {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.service-link.sc5 {
    margin-right:0;
    margin-left:0;
}
.service-link:before {
    font:50px FontAwesome;
}
.service-link a {
    position:relative;
    display:table;
    margin-top:20px;
    margin-right:auto;
    margin-left:auto;
    padding:10px 17px;
    background-color:#325d73;
    line-height:13px;
    text-decoration:none;
    color:#ffffff;
    font-weight:700;
}
.service-link a:hover {
    background-color:rgba(325d73,.9);
}

/* News List Latest  //////////////////////////////////////////////////////////////////// */
.mod_newslist .layout_latest,
.mod_newsarchive .layout_latest {
    width:25%;
    height:1px;
    position:relative;
    float:left;
    display:block;
    padding-bottom:25%;
}
.mod_newslist .layout_latest figure,
.mod_newslist .layout_latest img,
.mod_newsarchive .layout_latest figure,
.mod_newsarchive .layout_latest img {
    bottom:0;
    left:0;
    right:0;
    top:0;
    position:absolute;
    width:100% !important;
    height:100% !important;
}
.mod_newslist .layout_latest .news_box,
.mod_newsarchive .layout_latest .news_box {
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    right:0;
    top:0;
    position:absolute;
    overflow:hidden;
    padding:0;
    background-color:rgba(0,0,0,.75);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding:30px 30px 30px 70px;
    zoom: 1;
    filter: alpha(opacity=1);
    opacity: 0.01;
}
.mod_newslist .layout_latest:hover .news_box,
.mod_newsarchive .layout_latest:hover .news_box {
    width:100%;
    height:100%;
    padding:30px 30px 30px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.mod_newslist .layout_latest time,
.mod_newsarchive .layout_latest time {
    width:50px;
    height:60px;
    left:0;
    top:0;
    position:absolute;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
    background-color:#325d73;
    z-index:2;
}
.categorie_box {
    bottom:0;
    left:0;
    position:absolute;
    margin:0;
    padding:0 10px;
    white-space:nowrap;
    background-color:#325d73;
    font-size:13px;
    color:#ffffff;
}
.mod_newslist .layout_latest time .date_box_day,
.mod_newsarchive .layout_latest time .date_box_day {
    padding-top:5px;
    padding-bottom:5px;
    font-size:22px;
    font-weight:bold;
    color:#ffffff;
}
.mod_newslist .layout_latest time .date_box_month,
.mod_newsarchive .layout_latest time .date_box_month {
    color:#ffffff;
}
.mod_newslist .layout_latest .info,
.mod_newsarchive .layout_latest .info {
    bottom:0;
    left:0;
    position:absolute;
    display:block;
    padding-left:21px;
    font-size:11px;
    color:rgba(255,255,255,.5);
    z-index:1;
}
.mod_newslist .layout_latest .teaser,
.mod_newsarchive .layout_latest .teaser {
    display:none;
}
.mod_newslist .layout_latest h2,
.mod_newsarchive .layout_latest h2 {
    margin-top:0;
    padding-bottom:10px;
}
.mod_newslist .layout_latest h2 a,
.mod_newsarchive .layout_latest h2 a {
    text-decoration:none;
    color:#fff;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight:700;
}
.mod_newslist .layout_latest h2 a:hover,
.mod_newsarchive .layout_latest h2 a:hover {
    color:#325d73;
}
.mod_newslist .layout_latest .info i,
.mod_newsarchive .layout_latest .info i {
    margin-right:5px;
}
.mod_newslist .layout_latest .info .icon-comments,
.mod_newslist .layout_latest .info .icon-user,
.mod_newslist .layout_latest .info .icon-exclamation-sign,
.mod_newsarchive .layout_latest .info .icon-comments,
.mod_newsarchive .layout_latest .info .i {
    margin-left:20px;
}
.mod_newslist .layout_latest p.more,
.mod_newsarchive .layout_latest p.more {
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    right:0;
    top:0;
    position:absolute;
    overflow:hidden;
    margin:0;
    padding:0;
    z-index:1;
}
.mod_newslist .layout_latest p.more a,
.mod_newsarchive .layout_latest p.more a {
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    right:0;
    top:0;
    position:absolute;
    overflow:hidden;
    margin:0;
    padding:0;
    font-size:0px;
    background:transparent !important;
}
.mod_newslist .layout_latest p.more a:after,
.mod_newsarchive .layout_latest p.more a:after {
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    right:0;
    top:0;
    position:absolute;
    overflow:hidden;
    padding-top:45%;
    text-align:center;
    font-size:30px;
    color:#fff;
    content:"+";
    font-weight:100 !important;
}

/* Pagination  //////////////////////////////////////////////////////////////////// */
.pagination {
    position:relative;
    float:none;
    clear:both;
    display:block;
    margin-bottom:20px;
    padding-top:40px;
}
.pagination ul {
    height:30px;
    position:relative;
    float:left;
    display:block;
    margin:0;
    padding:15px 0 0;
    list-style-type:none;
}
.pagination p {
    position:relative;
    float:right;
    display:block;
    margin-right:10px;
}
.pagination ul li {
    position:relative;
    float:left;
    display:block;
}
.pagination ul li a,
.pagination ul li span {
    margin-right:10px;
    padding:6px 13px;
    background-color:#e8e8e8;
    text-decoration:none;
    color:#626262;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pagination ul li a:hover,
.pagination ul li span {
    background-color:#325d73;
    color:#ffffff;
}

/* News Menu //////////////////////////////////////////////////////////////////// */
.mod_newsmenu ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
.mod_newsmenu ul li a,
.mod_newsmenu ul li span {
    width:100%;
    position:relative;
    overflow:hidden;
    display:block;
    margin-bottom:1px;
    padding:6px 10px 6px 15px;
    background-color:#e8e8e8;
    text-decoration:none;
    color:#626262;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_newsmenu ul li.year a,
.mod_newsmenu ul li.year span {
    padding-top:12px;
    padding-bottom:12px;
    text-align:center;
    font-weight:bold;
}
.mod_newsmenu ul li ul.level_2 {
    padding-bottom:10px;
}
.mod_newsmenu ul.level_2 li a,
.mod_newsmenu ul.level_2 li span {
    padding-top:6px;
    padding-bottom:6px;
    text-align:left;
    font-weight:normal;
}
.mod_newsmenu ul.level_2 li a:before,
.mod_newsmenu ul.level_2 li span:before {
    margin-right:15px;
    font-family:FontAwesome;
    color:#325d73;
    content: "\f0da";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_newsmenu ul li a:hover:before,
.mod_newsmenu ul li span:hover:before,
.mod_newsmenu ul li span.active:before {
    color:#ffffff;
}
.mod_newsmenu ul li a:hover,
.mod_newsmenu ul li span.active {
    background-color:#325d73;
    text-decoration:none;
    color:#ffffff;
}
.mod_newsmenu ul li a b,
.mod_newsmenu ul li span b {
    float:right;
    font-size:11px;
    font-weight:normal;
    color:rgba(626262,.7);
}

/* News Full //////////////////////////////////////////////////////////////////// */
.mod_newsreader .layout_full .info i,
.mod_newsreader .layout_full .info i {
    margin-right:5px;
}
.mod_newsreader .layout_full .info .icon-comments,
.mod_newsreader .layout_full .info .icon-user,
.mod_newsarchive .layout_latest .info .icon-comments,
.mod_newsarchive .layout_latest .info .icon-user {
    margin-left:20px;
}

/* Comments //////////////////////////////////////////////////////////////////// */
.ce_comments {
}
.reply {
    margin-left:50px;
}
.comment {
    padding:10px 10px 10px 20px;
    background-color:#e8e8e8;
    border-left:4px solid #325d73;
}
.com_by {
    color:#325d73;
}
.ce_comments i {
    margin-right:10px;
    margin-left:20px;
}
.ce_comments .form {
    margin-top:20px;
}

/* Portfolio List Images //////////////////////////////////////////////////////////////////// */
#Informationsection .layout_portfolio_images {
    width:20%;
    height:0px;
    position:relative;
    overflow:hidden;
    float:left;
    display:block;
    padding-bottom:25%;
}
#container .layout_portfolio_images {
    width:25%;
    position:relative;
    overflow:hidden;
    float:left;
    display:block;
    padding-bottom:25%;
    height:auto !important;
}
.layout_portfolio_images_box {
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
}
.layout_portfolio_images_box,
.layout_portfolio_images_box figure,
.layout_portfolio_images_box img {
    width:100% !important;
    height:100% !important;
    margin:0px !important;
}
.layout_portfolio_images_box a {
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
    overflow:hidden;
    display:block;
    padding:70px 30px 20px;
    text-align:center;
    font-size:17px;
    text-decoration:none;
    color:#fff;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    zoom: 1;
    filter: alpha(opacity=1);
    opacity: 0.01;
}
.layout_portfolio_images_box a:hover {
    background-color:#000;
    font-size:17px;
    zoom: 1;
    filter: alpha(opacity=75);
    opacity: 0.75;
}
.layout_portfolio_images_box a:hover:after {
    position:relative;
    float:none;
    display:block;
    margin-top:30px;
    font-size:40px;
    color:#fff;
    content:"+";
    font-weight:100;
}
.portfolio_categorie {
    float:right;
}

/* Event List //////////////////////////////////////////////////////////////////// */
.mod_eventlist .layout_teaser {
    position:relative;
    display:block;
    padding-left:70px;
}
.mod_eventlist .layout_teaser .event_date_box {
    width:50px;
    left:0;
    top:7px;
    position:absolute;
    padding-bottom:5px;
    text-align:center;
    background-color:#325d73;
}
.mod_eventlist .layout_teaser .event_date_box .event_date_day {
    padding-top:5px;
    padding-bottom:5px;
    font-size:22px;
    font-weight:bold;
    color:#ffffff;
}
.mod_eventlist .layout_teaser .event_date_box .event_date_month {
    color:#ffffff;
}
.mod_eventlist .layout_teaser .info {
    position:relative;
    float:none;
    clear:both;
    display:block;
    margin-top:20px;
    margin-bottom:50px;
    padding-top:10px;
    border-top:1px solid #d6d6d6;
}
.mod_eventlist .layout_teaser h2 {
    margin-top:0;
    padding-bottom:10px;
    border-bottom:1px solid #d6d6d6;
}
.mod_eventlist .layout_teaser h2 a {
    text-decoration:none;
    color:#626262;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_eventlist .layout_teaser h2 a:hover {
    color:#325d73;
}
.mod_eventlist .layout_teaser .info i,
.mod_eventreader .layout_full .info i {
    margin-right:5px;
}
.mod_eventlist .layout_teaser  .info .icon-calendar,
.mod_eventlist .layout_teaser  .info .icon-map-marker,
.mod_eventreader .layout_full .info .icon-map-marker {
    margin-left:20px;
}

/* Event Menu //////////////////////////////////////////////////////////////////// */
.mod_eventmenu ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
.mod_eventmenu ul li a,
.mod_eventmenu ul li span {
    width:100%;
    position:relative;
    overflow:hidden;
    display:block;
    margin-bottom:1px;
    padding:6px 10px 6px 15px;
    background-color:#e8e8e8;
    text-decoration:none;
    color:#626262;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_eventmenu ul li.year a,
.mod_eventmenu ul li.year span {
    padding-top:12px;
    padding-bottom:12px;
    text-align:center;
    font-weight:bold;
}
.mod_eventmenu ul li ul.level_2 {
    padding-bottom:10px;
}
.mod_eventmenu ul.level_2 li a,
.mod_eventmenu ul.level_2 li span {
    padding-top:6px;
    padding-bottom:6px;
    text-align:left;
    font-weight:normal;
}
.mod_eventmenu ul.level_2 li a:before,
.mod_eventmenu ul.level_2 li span:before {
    margin-right:15px;
    font-family:FontAwesome;
    color:#325d73;
    content: "\f0da";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_eventmenu ul li a:hover:before,
.mod_eventmenu ul li span:hover:before,
.mod_newsmenu ul li span.active:before {
    color:#ffffff;
}
.mod_eventmenu ul li a:hover,
.mod_eventmenu ul li span.active {
    background-color:#325d73;
    text-decoration:none;
    color:#ffffff;
}
.mod_eventmenu ul li a b,
.mod_eventmenu ul li span b {
    float:right;
    font-size:11px;
    font-weight:normal;
    color:rgba(626262,.7);
}

/* Calendar Small //////////////////////////////////////////////////////////////////// */
.minicalendar_box {
    position:relative;
    overflow:hidden;
    display:block;
    margin-top:5px;
    margin-bottom:20px;
    padding-bottom:10px;
    background-color:#e8e8e8;
}
.minicalendar_head {
    width:100%;
    background-color:#325d73;
}
.minicalendar_head tr th.previous,
.minicalendar_head tr th.current,
.minicalendar_head tr th.next {
    height:170px;
    margin-right:auto;
    margin-left:auto;
    vertical-align:middle;
    text-align:center;
    font-size:20px;
    font-weight:normal;
    color:#ffffff;
}
.minicalendar_head tr th.previous,
.minicalendar_head tr th.next {
    padding-right:20px;
    padding-left:20px;
}
.minicalendar_head tr th a {
    font-size:30px;
    text-decoration:none;
    color:#ffffff;
}
.minicalendar_head tr th a:hover {
    color:#fff;
}
.minicalendar_head tr th.current {
    width:100%;
}
.minicalendar_body {
    width:90%;
    margin-right:5%;
    margin-left:5%;
    table-layout: fixed;
}
.minicalendar_body tr.week_day th {
    margin-right:auto;
    margin-left:auto;
    padding-top:10px;
    padding-bottom:10px;
    vertical-align:middle;
    text-align:center;
    font-size:10px;
    font-weight:bold;
    color:#626262;
    text-transform:uppercase;
}
.minicalendar_body tr td {
    overflow:hidden;
    margin-right:auto;
    margin-left:auto;
    padding-top:4px;
    padding-bottom:4px;
    vertical-align:middle;
    text-align:center;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.minicalendar_body tr td:hover,
.minicalendar_body tr td.selected {
    background-color:#325d73;
    color:#ffffff;
}
.minicalendar_body tr td a {
    width:100%;
    height:100%;
    text-decoration:none;
    color:#325d73;
}
.minicalendar_body tr td:hover a,
.minicalendar_body tr td.selected a {
    color:#ffffff;
}

/* Downloads //////////////////////////////////////////////////////////////////// */
.ce_downloads,
.ce_download {
}
.ce_downloads ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
.ce_downloads ul li,
.ce_download a {
    position:relative;
    display:block;
    margin-bottom:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
.ce_downloads ul li a,
.ce_download a {
    width:100%;
    position:relative;
    display:block;
    padding:12px 40px 10px;
    background-color:#e8e8e8;
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ce_downloads ul li a:hover,
.ce_downloads ul li a:active,
.ce_download a:hover,
.ce_download a:active {
    background-color:#325d73;
    color:#ffffff;
}
.ce_downloads ul li a span,
.ce_download a span {
    position:relative;
    float:right;
    display:block;
    text-decoration:none;
    color:#626262;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.ce_downloads ul li a:hover span,
.ce_downloads ul li a:active span,
.ce_download a:hover span,
.ce_download a:active span {
    color:#ffffff;
}
.ce_downloads ul li a:before,
.ce_download a:before {
    right:10px;
    top:13px;
    position:absolute;
    display:block;
    font:16px FontAwesome;
    text-decoration:none;
    color:#325d73;
    content: "\f019";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.ce_downloads ul li a:hover:before,
.ce_downloads ul li a:active:before,
.ce_download a:hover:before,
.ce_download a:active:before {
    color:#ffffff;
}
.ce_downloads ul li a:after,
.ce_download a:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    content:"";
}
.ce_downloads ul li img,
.ce_download img {
    left:12px;
    top:12px;
    position:absolute;
    z-index:9;
}

/* FAQ List //////////////////////////////////////////////////////////////////// */
.mod_faqlist {
}
.mod_faqlist ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
.mod_faqlist ul li {
    position:relative;
    display:block;
    margin-bottom:10px;
}
.mod_faqlist ul li a {
    width:100%;
    position:relative;
    display:inline-block;
    padding:11px 11px 11px 40px;
    background-color:#e8e8e8;
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_faqlist ul li a:hover,
.mod_faqlist ul li a:active {
    background-color:#325d73;
    color:#ffffff;
}
.mod_faqlist ul li a:before {
    left:15px;
    top:12px;
    position:absolute;
    display:block;
    font:16px FontAwesome;
    color:#626262;
    content: "\f128";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_faqlist ul li a:active:before,
.mod_faqlist ul li a:hover:before {
    color:#ffffff;
}

/* Accordion //////////////////////////////////////////////////////////////////// */
.ce_accordion {
    margin-bottom:10px;
}
.ce_accordion .toggler {
    width:100%;
    position:relative;
    display:block;
    padding:11px 40px 11px 11px;
    background-color:#e8e8e8;
    color:#626262;
    cursor:pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ce_accordion .toggler:hover,
.ce_accordion .ui-accordion-header-active {
    background-color:#325d73;
    color:#ffffff;
}
.ce_accordion .toggler:focus {
    outline:none;
}
.ce_accordion .ui-accordion-header:after {
    right:15px;
    top:13px;
    position:absolute;
    font:16px FontAwesome;
    color:#325d73;
    content: "\f0ab";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ce_accordion .ui-accordion-header:hover:after {
    color:#ffffff;
}
.ce_accordion .ui-accordion-header-active:after {
    right:15px;
    top:13px;
    position:absolute;
    font:16px FontAwesome;
    color:#ffffff;
    content: "\f0aa";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ce_accordion .accordion {
    padding:10px 11px;
}

/* Form //////////////////////////////////////////////////////////////////// */
form label {
    position:relative;
    float:none;
    display:block;
    margin-bottom:5px;
}
form {
    position:relative;
}
form fieldset label {
    display:inline;
}
form .text,
form .textarea,
form .captcha {
    width:100%;
    margin-bottom:10px;
    padding:10px;
    background-color:#e8e8e8;
    border:0px;
    color:#626262;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#Slidersection form .text {
    background-color:#ffffff;
}
form .upload {
    margin-bottom:10px;
    margin-left:0;
}
form .text:focus,
form .textarea:focus,
form .captcha:focus,
#Slidersection form .text:focus {
    background-color:#325d73;
    color:#ffffff;
    outline:none;
}
form .select {
    width:100%;
    margin-bottom:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form fieldset {
    margin-bottom:10px;
    padding:0;
    border:0px;
}
form fieldset legend {
    margin-bottom:10px;
}
form fieldset span label {
    margin-right:15px;
    margin-left:-3px;
}
form span.mandatory {
    margin-left:3px;
    font-weight:bold;
    color:#325d73;
}
form p.error {
    margin-top:0;
    margin-bottom:5px;
    color:#325d73;
}
form br {
    display:none;
}
form .submit {
    position:relative;
    float:none;
    clear:both;
    display:block;
    margin-top:10px;
    padding:6px 13px;
    background-color:#325d73;
    border:0px;
    text-decoration:none;
    color:#ffffff;
    cursor:pointer;
}
form .submit:hover {
    background-color:rgba(325d73,.9);
}
form .submit:focus {
    outline:none;
}
.mod_subscribe .checkbox_container span,
.mod_subscribe .checkbox_container span label,
.mod_subscribe .checkbox_container span input {
    position:relative;
    float:left;
    display:inline;
}
.mod_unsubscribe .checkbox_container span,
.mod_unsubscribe .checkbox_container span label,
.mod_unsubscribe .checkbox_container span input {
    position:relative;
    float:left;
    display:inline;
}
.mod_subscribe .checkbox_container,
.mod_unsubscribe .checkbox_container {
    position:relative;
    display:block;
    padding-bottom:20px;
}
.mod_subscribe .checkbox_container span label,
.mod_unsubscribe .checkbox_container span label {
    margin-right:10px;
}

/* Search //////////////////////////////////////////////////////////////////// */
.mod_search .even,
.mod_search .odd {
    position:relative;
    overflow:hidden;
    display:block;
    margin-bottom:20px;
    background-color:#e8e8e8;
}
.mod_search .even a,
.mod_search .odd a {
    width:100%;
    position:relative;
    display:inline-block;
    padding:6px 11px;
    background-color:rgba(325d73,.7);
    font-size:16px;
    text-decoration:none;
    color:#ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_search .even a:hover,
.mod_search .odd a:hover {
    background-color:rgba(325d73,.99);
}
.mod_search .even a span,
.mod_search .odd a span {
    float:right;
    padding-top:2px;
    font-size:12px;
    color:#fff;
}
.mod_search .even div,
.mod_search .odd div {
    padding:10px 20px;
}
.mod_search .text {
    -webkit-appearance: none;
}

/* Search Side //////////////////////////////////////////////////////////////////// */
aside .mod_search fieldset {
    position:relative;
    display:none;
}

/* Googlemap //////////////////////////////////////////////////////////////////// */
.dlh_googlemap {
    width:100% !important;
}
.mod_dlh_googlemaps {
    margin-bottom:20px;
}

/* Table //////////////////////////////////////////////////////////////////// */
.ce_table table {
    width:100%;
    table-layout: fixed;
}
.ce_table table th,
.ce_table table td {
    padding:8px 10px;
    text-align:left;
}
.ce_table table thead th {
    border-bottom:1px solid #d6d6d6;
    cursor:pointer;
}

/* Icon List //////////////////////////////////////////////////////////////////// */
.icon_list {
    margin-top:40px;
}
.icon_list i {
    position:relative;
    float:left;
    display:block;
    font-size:20px;
    width:30px !important;
}
.list_colored i {
    color:#325d73;
}
.icon_list div {
    width:25%;
    min-height:40px;
    position:relative;
    float:left;
    display:block;
}

/* Slider //////////////////////////////////////////////////////////////////// */
#Slidersection section {
    margin-left:-3.2% !important;
    margin-right:-3.2% !important;
}
#Slidersection section.sc-first {
    margin-left:-3.2% !important;
    margin-right:-0% !important;
    width:77.45% !important;
}
#Slidersection section.sc-last {
    margin-right:-3.2% !important;
    margin-left:-0% !important;
    width:77.45% !important;
}
#Slidersection .mod_article {
    overflow:visible !important;
}
#Slidersection .ce_sliderStart img {
    width:100% !important;
    height:auto !important;
}
.ce_flexSlider h1,
.ce_flexSlider h2,
.ce_flexSlider h3 {
    margin-bottom:0;
    color:#dedede;
}
#Slidersection .content-slider {
    overflow:hidden !important;
    margin-bottom:0px !important;
}
#Slidersection .slider-control {
    width:100%;
    height:0%;
    left:0;
    top:50%;
    position:absolute;
}
#Slidersection .slider-control .slider-menu {
    top:220px !important;
}
#Slidersection .ce_sliderStart .slider-control .slider-prev {
    width:25px;
    height:80px;
    left:-0%;
    position:absolute;
    margin-top:-40px;
    margin-left:20px;
    font-size:0px;
    text-decoration:none;
    top:50%;
    z-index:99;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#Slidersection .ce_sliderStart .slider-control .slider-next {
    width:25px;
    height:80px;
    right:0;
    top:50%;
    position:absolute;
    margin-top:-40px;
    margin-right:20px;
    font-size:0px;
    text-decoration:none;
    z-index:99;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#Slidersection .ce_sliderStart .slider-control .slider-prev:before {
    left:7px;
    position:absolute;
    color:#fff;
    top:28px;
    font:35px FontAwesome;
    content: "\f104";
}
#Slidersection .ce_sliderStart .slider-control .slider-next:before {
    right:7px;
    position:absolute;
    color:#fff;
    top:28px;
    font:35px FontAwesome;
    content: "\f105";
}
#Slidersection .ce_sliderStart .slider-control .slider-prev:hover:before,
#Slidersection .ce_sliderStart .slider-control .slider-next:hover:before {
    color:#325d73;
}
#Slidersection .ce_sliderStart h1,
#Slidersection .ce_sliderStart h2,
#Slidersection .ce_sliderStart h3 {
    bottom:30%;
    left:10%;
    position:absolute;
    margin:0;
    padding:10px 20px 12px;
    font-size:40px;
    line-height:15px;
    color:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight:100 !important;
}
#Slidersection .ce_sliderStart figcaption {
    bottom:23%;
    left:10%;
    position:absolute;
    display:block;
    padding:15px 20px 17px;
    font-size:20px;
    color:#fff;
    width:auto !important;
    font-weight:100;
}

/* ==========================================================================
   Layout
   ========================================================================== */

/* Body //////////////////////////////////////////////////////////////////// */
body {
    margin:0;
    padding-top:0;
    padding-bottom:0;
}
blockquote p {
    padding-right:20px !important;
    padding-left:20px !important;
}

/* block //////////////////////////////////////////////////////////////////// */
.block {
    overflow:hidden;
}

/* img //////////////////////////////////////////////////////////////////// */
img {
    border:0px;
}

/* Sections ////////////////////////////////////////////////////////////////// */
#wrapper,
header,
#container,
#main,
aside,
footer,
.custom,
.custom .inside,
.inside {
    position:relative;
    display:block;
}

/* #container:after //////////////////////////////////////////////////////////////////// */
#container:after {
    height:0px;
    clear:both;
    display:block;
    visibility: hidden;
    content: ".";
}

/* Wrapper //////////////////////////////////////////////////////////////////// */
#wrapper {
    width:90%;
    position:relative;
    display:block;
    margin-right:5%;
    margin-left:5%;
}

/* Header min height //////////////////////////////////////////////////////////////////// */
header {
    min-height:110px;
}

/* Inside Elements //////////////////////////////////////////////////////////////////// */
header .inside,
footer .inside,
#container,
.custom .inside {
    margin-right:0;
    margin-left:0;
    width:auto;
}

/* Inside Elements Main Left //////////////////////////////////////////////////////////////////// */
#container {
    padding:3%;
}

/* Inside Slidersection //////////////////////////////////////////////////////////////////// */
#Slidersection .inside {
    /* padding-right:3%; */
    /* padding-left:3%; */
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.slider-menu {
   display: none !important;
}

/* Inside Elements Informationsection //////////////////////////////////////////////////////////////////// */
#Informationsection .inside {
    padding:2% 3%;
}

/* Inside Elements Footer //////////////////////////////////////////////////////////////////// */
#footer .inside {
    padding:2% 3%;
}

/* Inside Elements Copyrightsection //////////////////////////////////////////////////////////////////// */
#Copyrightsection .inside {
    padding:1% 3%;
}

/* Galerie ////////////////////////////////////////////////// */
.ce_gallery ul {
    overflow:hidden;
    margin:0;
    padding:0;
    list-style-type:none;
}
.ce_gallery li {
    float:left;
}
.ce_gallery li.col_first {
    clear:left;
}
.float_left {
    float:left;
}
.float_right {
    float:right;
}

/* ==========================================================================
   Simple_Columns_Custom
   ========================================================================== */

.sc2 {
    width:48.5%;
    padding-right:3%;
}
.sc3 {
    width:31.3%;
    padding-right:3%;
}
.sc3-2 {
    width:65.6%;
    padding-right:3%;
}
.sc4 {
    width:22.75%;
    padding-right:3%;
}
.sc4-2 {
    width:48.5%;
    padding-right:3%;
}
.sc4-3 {
    width:74.25%;
    padding-right:3%;
}
.sc5 {
    width:17.6%;
    padding-right:3%;
}
.sc5-2 {
    width:38.2%;
    padding-right:3%;
}
.sc5-3 {
    width:58.8%;
    padding-right:3%;
}
.sc5-4 {
    width:79.4%;
    padding-right:3%;
}
.sc-last {
    padding-right:0;
}
@media (max-width:767px) {
    .sc2, .sc3, .sc3-2, .sc4, .sc4-2, .sc4-3, .sc5, .sc5-2, .sc5-3, .sc5-4 {
        width:100% !important;
        padding-right:0% !important;
    }
}
@media (max-width:1139px) {
    #Slidersection .sc2,
    #Slidersection .sc3,
    #Slidersection .sc3-2,
    #Slidersection .sc4,
    #Slidersection .sc4-2,
    #Slidersection .sc4-3,
    #Slidersection .sc5,
    #Slidersection .sc5-2,
    #Slidersection .sc5-3,
    #Slidersection .sc5-4 {
        width:100% !important;
        padding-right:0% !important;
    }
}

/* ==========================================================================
   Skin_wide
   ========================================================================== */

/* Body //////////////////////////////////////////////////////////////////// */
body {
    padding-top:0;
    padding-bottom:0;
}
#wrapper {
    width:100% !important;
    max-width:100% !important;
    margin:0px !important;
}
header .inside,
footer .inside,
.container_inside,
#main>.inside,
.custom .inside,
.custom #Informationsection .inside {
    max-width:1100px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}
.custom #Slidersection .inside,
.custom #Informationsection {
    max-width:100% !important;
}
#Informationsection .inside {
    padding:2% 3% 2% 3% !important;
}
#container {
    padding-top:2%;
    padding-bottom:2%;
}

/* Logo //////////////////////////////////////////////////////////////////// */
#logo {
    margin-left:0;
}
@media (max-width:1139px) {
    #logo{
    margin-left:3%;
    }
}

/* Section Shadow hidden //////////////////////////////////////////////////////////////////// */
header .inside,
.custom .inside {
    margin-bottom:0 !important;
}
footer .inside {
    margin-top:0 !important;
    margin-bottom:0 !important;
}
header .inside:after,
footer .inside:after,
footer .inside:before,
.custom .inside:after {
    display:none !important;
}

/* Slidersection //////////////////////////////////////////////////////////////////// */
.slidersection_wide {
    display:block;
}
.slidersection_small {
    display:none;
}

/* Portfolio List Images //////////////////////////////////////////////////////////////////// */
#Informationsection .mod_newslist {
    margin:0;
}

/* ==========================================================================
   Project-specific responsive containers
   ========================================================================== */

/* Narrow, centered content area for articles whose wrapper has class "boxed". */
.mod_article > .boxed {
    display: block;
    float: none;
    width: calc(100% - 40px);
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:600px) {
    .mod_article > .boxed {
        width:calc(100% - 24px);
        max-width:none;
    }
}
/* Spalteneinteilung ///////////////////////////////////// */

#article-1208 .rs-column {
    margin-right: 4%;
}

#article-1208 .rs-column.-large-col-4-1 {
    width: 22%;
}

#article-1208 .rs-column.-large-last {
    margin-right: 0;
}
.sc5 {
   width: 16.6% !important;
   padding-left: 0;
   padding-right: 0;
}
.mt-xxl{margin-top:80px!important}.mt-xl{margin-top:70px!important}.mt-l{margin-top:60px!important}.mt-m{margin-top:50px!important}.mt-s{margin-top:40px!important}.mt-xs{margin-top:30px!important}.mt-xxs{margin-top:20px!important}.mb-xxl{margin-bottom:80px!important}.mb-xl{margin-bottom:70px!important}.mb-l{margin-bottom:60px!important}.mb-m{margin-bottom:50px!important}.mb-s{margin-bottom:40px!important}.mb-xs{margin-bottom:30px!important}.mb-xxs{margin-bottom:20px!important}.pt-xxl{padding-top:170px!important}.pt-xl{padding-top:150px!important}.pt-l{padding-top:120px!important}.pt-m{padding-top:100px!important}.pt-s{padding-top:90px!important}.pt-xs{padding-top:50px!important}.pt-xxs{padding-top:30px!important}.pb-xxl{padding-bottom:170px!important}.pb-xl{padding-bottom:150px!important}.pb-l{padding-bottom:120px!important}.pb-m{padding-bottom:100px!important}.pb-s{padding-bottom:90px!important}.pb-xs{padding-bottom:50px!important}.pb-xxs{padding-bottom:30px!important}.mt-0{margin-top:0!important}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px!important}.mt-20{margin-top:20px!important}.mt-30{margin-top:30px!important}.mt-40{margin-top:40px!important}.mt-50{margin-top:50px!important}.mt-60{margin-top:60px!important}.mt-70{margin-top:70px!important}.mt-80{margin-top:80px!important}.mt-90{margin-top:90px!important}.mt-100{margin-top:100px!important}.mt-110{margin-top:110px!important}.mt-120{margin-top:120px!important}.mt-130{margin-top:130px!important}.mt-140{margin-top:140px!important}.mt-150{margin-top:150px!important}.mt-160{margin-top:160px!important}.mt-170{margin-top:170px!important}.mt-180{margin-top:180px!important}.mt-190{margin-top:190px!important}.mt-200{margin-top:200px!important}.mb-0{margin-bottom:0!important}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px!important}.mb-20{margin-bottom:20px!important}.mb-30{margin-bottom:30px!important}.mb-40{margin-bottom:40px!important}.mb-50{margin-bottom:50px!important}.mb-60{margin-bottom:60px!important}.mb-70{margin-bottom:70px!important}.mb-80{margin-bottom:80px!important}.mb-90{margin-bottom:90px!important}.mb-100{margin-bottom:100px!important}.mb-110{margin-bottom:110px!important}.mb-120{margin-bottom:120px!important}.mb-130{margin-bottom:130px!important}.mb-140{margin-bottom:140px!important}.mb-150{margin-bottom:150px!important}.mb-160{margin-bottom:160px!important}.mb-170{margin-bottom:170px!important}.mb-180{margin-bottom:180px!important}.mb-190{margin-bottom:190px!important}.mb-200{margin-bottom:200px!important}.pt-0{padding-top:0!important}.pt-5{padding-top:5px!important}.pt-10{padding-top:10px!important}.pt-20{padding-top:20px!important}.pt-30{padding-top:30px!important}.pt-40{padding-top:40px!important}.pt-50{padding-top:50px!important}.pt-60{padding-top:60px!important}.pt-70{padding-top:70px!important}.pt-80{padding-top:80px!important}.pt-90{padding-top:90px!important}.pt-100{padding-top:100px!important}.pt-110{padding-top:110px!important}.pt-120{padding-top:120px!important}.pt-130{padding-top:130px!important}.pt-140{padding-top:140px!important}.pt-150{padding-top:150px!important}.pt-160{padding-top:160px!important}.pt-170{padding-top:170px!important}.pt-180{padding-top:180px!important}.pt-190{padding-top:190px!important}.pt-200{padding-top:200px!important}.pb-0{padding-bottom:0!important}.pb-5{padding-bottom:5px!important}.pb-10{padding-bottom:10px!important}.pb-20{padding-bottom:20px!important}.pb-30{padding-bottom:30px!important}.pb-40{padding-bottom:40px!important}.pb-50{padding-bottom:50px!important}.pb-60{padding-bottom:60px!important}.pb-70{padding-bottom:70px!important}.pb-80{padding-bottom:80px!important}.pb-90{padding-bottom:90px!important}.pb-100{padding-bottom:100px!important}.pb-110{padding-bottom:110px!important}.pb-120{padding-bottom:120px!important}.pb-130{padding-bottom:130px!important}.pb-140{padding-bottom:140px!important}.pb-150{padding-bottom:150px!important}.pb-160{padding-bottom:160px!important}.pb-170{padding-bottom:170px!important}.pb-180{padding-bottom:180px!important}.pb-190{padding-bottom:190px!important}.pb-200{padding-bottom:200px!important}.p-0{padding:0!important}.p-5{padding:5px!important}.p-10{padding:10px!important}.p-20{padding:20px!important}.p-30{padding:30px!important}.p-40{padding:40px!important}.p-50{padding:50px!important}.p-60{padding:60px!important}.p-70{padding:70px!important}.p-80{padding:80px!important}.p-90{padding:90px!important}.p-100{padding:100px!important}.p-110{padding:110px!important}.p-120{padding:120px!important}.p-130{padding:130px!important}.p-140{padding:140px!important}.p-150{padding:150px!important}.p-160{padding:160px!important}.p-170{padding:170px!important}.p-180{padding:180px!important}.p-190{padding:190px!important}.p-200{padding:200px!important}.m-0{margin:0!important}.mt-xxl-neg{margin-top:-300px!important}.mt-xl-neg{margin-top:-140px!important}.mt-l-neg{margin-top:-110px!important}.mt-s-neg{margin-top:-50px!important}.mb-xxl-neg{margin-bottom:-300px!important}.mb-xl-neg{margin-bottom:-140px!important}.mb-l-neg{margin-bottom:-110px!important}.mb-s-neg{margin-bottom:-50px!important}.mt-10-neg{margin-top:-10px}.mt-20-neg{margin-top:-20px}.mt-30-neg{margin-top:-30px}.mt-40-neg{margin-top:-40px}.mt-50-neg{margin-top:-50px}.mt-60-neg{margin-top:-60px}.mt-70-neg{margin-top:-70px}.mt-80-neg{margin-top:-80px}.mt-90-neg{margin-top:-90px}.mt-100-neg{margin-top:-100px}.mt-110-neg{margin-top:-110px}.mt-120-neg{margin-top:-120px}.mt-130-neg{margin-top:-130px}.mt-140-neg{margin-top:-140px}.mt-150-neg{margin-top:-150px}.mt-160-neg{margin-top:-160px}.mt-170-neg{margin-top:-170px}.mt-180-neg{margin-top:-180px}.mt-190-neg{margin-top:-190px}.mt-200-neg{margin-top:-200px}.mb-10-neg{margin-bottom:-10px}.mb-20-neg{margin-bottom:-20px}.mb-30-neg{margin-bottom:-30px}.mb-40-neg{margin-bottom:-40px}.mb-50-neg{margin-bottom:-50px}.mb-60-neg{margin-bottom:-60px}.mb-70-neg{margin-bottom:-70px}.mb-80-neg{margin-bottom:-80px}.mb-90-neg{margin-bottom:-90px}.mb-100-neg{margin-bottom:-100px}.mb-110-neg{margin-bottom:-110px}.mb-120-neg{margin-bottom:-120px}.mb-130-neg{margin-bottom:-130px}.mb-140-neg{margin-bottom:-140px}.mb-150-neg{margin-bottom:-150px}.mb-160-neg{margin-bottom:-160px}.mb-170-neg{margin-bottom:-170px}.mb-180-neg{margin-bottom:-180px}.mb-190-neg{margin-bottom:-190px}.mb-200-neg{margin-bottom:-200px}@media only screen and (min-device-width :768px) and (max-device-width :1024px){.mt-xxl{margin-top:60px!important}.mt-xl{margin-top:50px!important}.mt-l{margin-top:40px!important}.mt-m{margin-top:30px!important}.mt-s{margin-top:25px!important}.mt-xs{margin-top:25px!important}.mt-xxs{margin-top:25px!important}.mb-xxl{margin-bottom:60px!important}.mb-xl{margin-bottom:50px!important}.mb-l{margin-bottom:40px!important}.mb-m{margin-bottom:30px!important}.mb-s{margin-bottom:25px!important}.mb-xs{margin-bottom:25px!important}.mb-xxs{margin-bottom:25px!important}.pt-xxl{padding-top:130px!important}.pt-xl{padding-top:110px!important}.pt-l{padding-top:100px!important}.pt-m{padding-top:80px!important}.pt-s{padding-top:70px!important}.pt-xs{padding-top:40px!important}.pt-xxs{padding-top:30px!important}.pb-xxl{padding-bottom:130px!important}.pb-xl{padding-bottom:110px!important}.pb-l{padding-bottom:100px!important}.pb-m{padding-bottom:80px!important}.pb-s{padding-bottom:70px!important}.pb-xs{padding-bottom:40px!important}.pb-xxs{padding-bottom:30px!important}.mt-0-t{margin-top:0!important}.mt-5-t{margin-top:5px!important}.mt-10-t{margin-top:10px!important}.mt-20-t{margin-top:20px!important}.mt-30-t{margin-top:30px!important}.mt-40-t{margin-top:40px!important}.mt-50-t{margin-top:50px!important}.mt-60-t{margin-top:60px!important}.mt-70-t{margin-top:70px!important}.mt-80-t{margin-top:80px!important}.mt-90-t{margin-top:90px!important}.mt-100-t{margin-top:100px!important}.mt-110-t{margin-top:110px!important}.mt-120-t{margin-top:120px!important}.mt-130-t{margin-top:130px!important}.mt-140-t{margin-top:140px!important}.mt-150-t{margin-top:150px!important}.mt-160-t{margin-top:160px!important}.mt-170-t{margin-top:170px!important}.mt-180-t{margin-top:180px!important}.mt-190-t{margin-top:190px!important}.mt-200-t{margin-top:200px!important}.mb-0-t{margin-bottom:0!important}.mb-5-t{margin-bottom:5px!important}.mb-10-t{margin-bottom:10px!important}.mb-20-t{margin-bottom:20px!important}.mb-30-t{margin-bottom:30px!important}.mb-40-t{margin-bottom:40px!important}.mb-50-t{margin-bottom:50px!important}.mb-60-t{margin-bottom:60px!important}.mb-70-t{margin-bottom:70px!important}.mb-80-t{margin-bottom:80px!important}.mb-90-t{margin-bottom:90px!important}.mb-100-t{margin-bottom:100px!important}.mb-110-t{margin-bottom:110px!important}.mb-120-t{margin-bottom:120px!important}.mb-130-t{margin-bottom:130px!important}.mb-140-t{margin-bottom:140px!important}.mb-150-t{margin-bottom:150px!important}.mb-160-t{margin-bottom:160px!important}.mb-170-t{margin-bottom:170px!important}.mb-180-t{margin-bottom:180px!important}.mb-190-t{margin-bottom:190px!important}.mb-200-t{margin-bottom:200px!important}.pt-0-t{padding-top:0!important}.pt-5-t{padding-top:5px!important}.pt-10-t{padding-top:10px!important}.pt-20-t{padding-top:20px!important}.pt-30-t{padding-top:30px!important}.pt-40-t{padding-top:40px!important}.pt-50-t{padding-top:50px!important}.pt-60-t{padding-top:60px!important}.pt-70-t{padding-top:70px!important}.pt-80-t{padding-top:80px!important}.pt-90-t{padding-top:90px!important}.pt-100-t{padding-top:100px!important}.pt-110-t{padding-top:110px!important}.pt-120-t{padding-top:120px!important}.pt-130-t{padding-top:130px!important}.pt-140-t{padding-top:140px!important}.pt-150-t{padding-top:150px!important}.pt-160-t{padding-top:160px!important}.pt-170-t{padding-top:170px!important}.pt-180-t{padding-top:180px!important}.pt-190-t{padding-top:190px!important}.pt-200-t{padding-top:200px!important}.pb-0-t{padding-bottom:0!important}.pb-5-t{padding-bottom:5px!important}.pb-10-t{padding-bottom:10px!important}.pb-20-t{padding-bottom:20px!important}.pb-30-t{padding-bottom:30px!important}.pb-40-t{padding-bottom:40px!important}.pb-50-t{padding-bottom:50px!important}.pb-60-t{padding-bottom:60px!important}.pb-70-t{padding-bottom:70px!important}.pb-80-t{padding-bottom:80px!important}.pb-90-t{padding-bottom:90px!important}.pb-100-t{padding-bottom:100px!important}.pb-110-t{padding-bottom:110px!important}.pb-120-t{padding-bottom:120px!important}.pb-130-t{padding-bottom:130px!important}.pb-140-t{padding-bottom:140px!important}.pb-150-t{padding-bottom:150px!important}.pb-160-t{padding-bottom:160px!important}.pb-170-t{padding-bottom:170px!important}.pb-180-t{padding-bottom:180px!important}.pb-190-t{padding-bottom:190px!important}.pb-200-t{padding-bottom:200px!important}.p-0-t{padding:0!important}.p-5-t{padding:5px!important}.p-10-t{padding:10px!important}.p-20-t{padding:20px!important}.p-30-t{padding:30px!important}.p-40-t{padding:40px!important}.p-50-t{padding:50px!important}.p-60-t{padding:60px!important}.p-70-t{padding:70px!important}.p-80-t{padding:80px!important}.p-90-t{padding:90px!important}.p-100-t{padding:100px!important}.p-110-t{padding:110px!important}.p-120-t{padding:120px!important}.p-130-t{padding:130px!important}.p-140-t{padding:140px!important}.p-150-t{padding:150px!important}.p-160-t{padding:160px!important}.p-170-t{padding:170px!important}.p-180-t{padding:180px!important}.p-190-t{padding:190px!important}.p-200-t{padding:200px!important}}@media only screen and (max-width:767px){.mt-xxl{margin-top:50px!important}.mt-xl{margin-top:40px!important}.mt-l{margin-top:30px!important}.mt-m{margin-top:25px!important}.mt-s{margin-top:20px!important}.mt-xs{margin-top:25px!important}.mt-xxs{margin-top:25px!important}.mb-xxl{margin-bottom:50px!important}.mb-xl{margin-bottom:40px!important}.mb-l{margin-bottom:30px!important}.mb-m{margin-bottom:25px!important}.mb-s{margin-bottom:20px!important}.mb-xs{margin-bottom:25px!important}.mb-xxs{margin-bottom:25px!important}.pt-xxl{padding-top:80px!important}.pt-xl{padding-top:70px!important}.pt-l{padding-top:70px!important}.pt-m{padding-top:60px!important}.pt-s{padding-top:50px!important}.pt-xs{padding-top:40px!important}.pt-xxs{padding-top:30px!important}.pb-xxl{padding-bottom:80px!important}.pb-xl{padding-bottom:70px!important}.pb-l{padding-bottom:70px!important}.pb-m{padding-bottom:60px!important}.pb-s{padding-bottom:50px!important}.pb-xs{padding-bottom:40px!important}.pb-xxs{padding-bottom:30px!important}.mt-xxl-m{margin-top:80px!important}.mt-xl-m{margin-top:70px!important}.mt-l-m{margin-top:60px!important}.mt-m-m{margin-top:45px!important}.mt-m-m{margin-top:35px!important}.mt-xs-m{margin-top:25px!important}.mt-xxs-m{margin-top:20px!important}.mt-no-m{margin-top:0px!important}.mb-xxl-m{margin-bottom:80px!important}.mb-xl-m{margin-bottom:70px!important}.mb-l-m{margin-bottom:60px!important}.mb-m-m{margin-bottom:45px!important}.mb-m-m{margin-bottom:35px!important}.mb-xs-m{margin-bottom:25px!important}.mb-xxs-m{margin-bottom:20px!important}.mb-no-m{margin-bottom:0px!important}.mt-0-m{margin-top:0!important}.mt-5-m{margin-top:5px!important}.mt-10-m{margin-top:10px!important}.mt-20-m{margin-top:20px!important}.mt-30-m{margin-top:30px!important}.mt-40-m{margin-top:40px!important}.mt-50-m{margin-top:50px!important}.mt-60-m{margin-top:60px!important}.mt-70-m{margin-top:70px!important}.mt-80-m{margin-top:80px!important}.mt-90-m{margin-top:90px!important}.mt-100-m{margin-top:100px!important}.mt-110-m{margin-top:110px!important}.mt-120-m{margin-top:120px!important}.mt-130-m{margin-top:130px!important}.mt-140-m{margin-top:140px!important}.mt-150-m{margin-top:150px!important}.mt-160-m{margin-top:160px!important}.mt-170-m{margin-top:170px!important}.mt-180-m{margin-top:180px!important}.mt-190-m{margin-top:190px!important}.mt-200-m{margin-top:200px!important}.mb-0-m{margin-bottom:0!important}.mb-5-m{margin-bottom:5px!important}.mb-10-m{margin-bottom:10px!important}.mb-20-m{margin-bottom:20px!important}.mb-30-m{margin-bottom:30px!important}.mb-40-m{margin-bottom:40px!important}.mb-50-m{margin-bottom:50px!important}.mb-60-m{margin-bottom:60px!important}.mb-70-m{margin-bottom:70px!important}.mb-80-m{margin-bottom:80px!important}.mb-90-m{margin-bottom:90px!important}.mb-100-m{margin-bottom:100px!important}.mb-110-m{margin-bottom:110px!important}.mb-120-m{margin-bottom:120px!important}.mb-130-m{margin-bottom:130px!important}.mb-140-m{margin-bottom:140px!important}.mb-150-m{margin-bottom:150px!important}.mb-160-m{margin-bottom:160px!important}.mb-170-m{margin-bottom:170px!important}.mb-180-m{margin-bottom:180px!important}.mb-190-m{margin-bottom:190px!important}.mb-200-m{margin-bottom:200px!important}.pt-0-m{padding-top:0!important}.pt-5-m{padding-top:5px!important}.pt-10-m{padding-top:10px!important}.pt-20-m{padding-top:20px!important}.pt-30-m{padding-top:30px!important}.pt-40-m{padding-top:40px!important}.pt-50-m{padding-top:50px!important}.pt-60-m{padding-top:60px!important}.pt-70-m{padding-top:70px!important}.pt-80-m{padding-top:80px!important}.pt-90-m{padding-top:90px!important}.pt-100-m{padding-top:100px!important}.pt-110-m{padding-top:110px!important}.pt-120-m{padding-top:120px!important}.pt-130-m{padding-top:130px!important}.pt-140-m{padding-top:140px!important}.pt-150-m{padding-top:150px!important}.pt-160-m{padding-top:160px!important}.pt-170-m{padding-top:170px!important}.pt-180-m{padding-top:180px!important}.pt-190-m{padding-top:190px!important}.pt-200-m{padding-top:200px!important}.pb-0-m{padding-bottom:0!important}.pb-5-m{padding-bottom:5px!important}.pb-10-m{padding-bottom:10px!important}.pb-20-m{padding-bottom:20px!important}.pb-30-m{padding-bottom:30px!important}.pb-40-m{padding-bottom:40px!important}.pb-50-m{padding-bottom:50px!important}.pb-60-m{padding-bottom:60px!important}.pb-70-m{padding-bottom:70px!important}.pb-80-m{padding-bottom:80px!important}.pb-90-m{padding-bottom:90px!important}.pb-100-m{padding-bottom:100px!important}.pb-110-m{padding-bottom:110px!important}.pb-120-m{padding-bottom:120px!important}.pb-130-m{padding-bottom:130px!important}.pb-140-m{padding-bottom:140px!important}.pb-150-m{padding-bottom:150px!important}.pb-160-m{padding-bottom:160px!important}.pb-170-m{padding-bottom:170px!important}.pb-180-m{padding-bottom:180px!important}.pb-190-m{padding-bottom:190px!important}.pb-200-m{padding-bottom:200px!important}.p-0-m{padding:0!important}.p-5-m{padding:5px!important}.p-10-m{padding:10px!important}.p-20-m{padding:20px!important}.p-30-m{padding:30px!important}.p-40-m{padding:40px!important}.p-50-m{padding:50px!important}.p-60-m{padding:60px!important}.p-70-m{padding:70px!important}.p-80-m{padding:80px!important}.p-90-m{padding:90px!important}.p-100-m{padding:100px!important}.p-110-m{padding:110px!important}.p-120-m{padding:120px!important}.p-130-m{padding:130px!important}.p-140-m{padding:140px!important}.p-150-m{padding:150px!important}.p-160-m{padding:160px!important}.p-170-m{padding:170px!important}.p-180-m{padding:180px!important}.p-190-m{padding:190px!important}.p-200-m{padding:200px!important}}.ml-xxl{margin-left:240px!important}.ml-xl{margin-left:200px!important}.ml-l{margin-left:160px!important}.ml-m{margin-left:120px!important}.ml-s{margin-left:80px!important}.ml-xs{margin-left:40px!important}.ml-xxs{margin-left:20px!important}.ml-100{margin-left:100%!important}.ml-90{margin-left:90%!important}.ml-80{margin-left:80%!important}.ml-75{margin-left:75%!important}.ml-70{margin-left:70%!important}.ml-60{margin-left:60%!important}.ml-50{margin-left:50%!important}.ml-40{margin-left:40%!important}.ml-30{margin-left:30%!important}.ml-25{margin-left:25%!important}.ml-20{margin-left:20%!important}.ml-10{margin-left:10%!important}.ml-5{margin-left:5%!important}.ml-1{margin-left:1%!important}.mr-xxl{margin-right:240px!important}.mr-xl{margin-right:200px!important}.mr-l{margin-right:160px!important}.mr-m{margin-right:120px!important}.mr-s{margin-right:80px!important}.mr-xs{margin-right:40px!important}.mr-xxs{margin-right:20px!important}.mr-100{margin-right:100%!important}.mr-90{margin-right:90%!important}.mr-80{margin-right:80%!important}.mr-75{margin-right:75%!important}.mr-70{margin-right:70%!important}.mr-60{margin-right:60%!important}.mr-50{margin-right:50%!important}.mr-40{margin-right:40%!important}.mr-30{margin-right:30%!important}.mr-25{margin-right:25%!important}.mr-20{margin-right:20%!important}.mr-10{margin-right:10%!important}.mr-5{margin-right:5%!important}.mr-1{margin-right:1%!important}.pl-xxl{padding-left:240px!important}.pl-xl{padding-left:200px!important}.pl-l{padding-left:160px!important}.pl-m{padding-left:120px!important}.pl-s{padding-left:80px!important}.pl-xs{padding-left:40px!important}.pl-xxs{padding-left:20px!important}.pl-100{padding-left:100%!important}.pl-90{padding-left:90%!important}.pl-80{padding-left:80%!important}.pl-75{padding-left:75%!important}.pl-70{padding-left:70%!important}.pl-60{padding-left:60%!important}.pl-50{padding-left:50%!important}.pl-40{padding-left:40%!important}.pl-30{padding-left:30%!important}.pl-25{padding-left:25%!important}.pl-20{padding-left:20%!important}.pl-10{padding-left:10%!important}.pl-5{padding-left:5%!important}.pl-1{padding-left:1%!important}.pr-xxl{padding-right:240px!important}.pr-xl{padding-right:200px!important}.pr-l{padding-right:160px!important}.pr-m{padding-right:120px!important}.pr-s{padding-right:80px!important}.pr-xs{padding-right:40px!important}.pr-xxs{padding-right:20px!important}.pr-100{padding-right:100%!important}.pr-90{padding-right:90%!important}.pr-80{padding-right:80%!important}.pr-75{padding-right:75%!important}.pr-70{padding-right:70%!important}.pr-60{padding-right:60%!important}.pr-50{padding-right:50%!important}.pr-40{padding-right:40%!important}.pr-30{padding-right:30%!important}.pr-25{padding-right:25%!important}.pr-20{padding-right:20%!important}.pr-10{padding-right:10%!important}.pr-5{padding-right:5%!important}.pr-1{padding-right:1%!important}@media only screen and (max-width:767px){.ml-xxl,.ml-xl,.ml-l,.ml-m,.ml-s,.ml-xs,.ml-xxs,.ml-100,.ml-90,.ml-80,.ml-75,.ml-70,.ml-60,.ml-50,.ml-40,.ml-30,.ml-20,.ml-10,.ml-5,.ml-1{margin-left:0!important}.mr-xxl,.mr-xl,.mr-l,.mr-m,.mr-s,.mr-xs,.mr-xxs,.mr-100,.mr-90,.mr-80,.mr-75,.mr-70,.mr-60,.mr-50,.mr-40,.mr-30,.mr-20,.mr-10,.mr-5,.mr-1{margin-right:0!important}.pl-xxl,.pl-xl,.pl-l,.pl-m,.pl-s,.pl-xs,.pl-xxs,.pl-100,.pl-90,.pl-80,.pl-75,.pl-70,.pl-60,.pl-50,.pl-40,.pl-30,.pl-20,.pl-10,.pl-5,.pl-1{padding-left:0!important}.pr-xxl,.pr-xl,.pr-l,.pr-m,.pr-s,.pr-xs,.pr-xxs,.pr-100,.pr-90,.pr-80,.pr-75,.pr-70,.pr-60,.pr-50,.pr-40,.pr-30,.pr-20,.pr-10,.pr-5,.pr-1{padding-right:0!important}.ml-0-m>.attributes{margin-left:0!important}.mr-0-m>.attributes{margin-right:0!important}.mt-0-m>.attributes{margin-top:0!important}.mb-0-m>.attributes{margin-bottom:0!important}}