/* allgemeine Definition */
.sc {
	margin-left:0 !important;
	margin-right:0 !important;
	padding-left:0 !important;
	clear:none !important;
}
.sc-first
{
	clear: both !important;
}
.sc-last {
}
.sc-clear {
	clear:left;
}

.sc-rowspan > *
{
	margin: 0!important;
	padding: 0!important;
}

/* 2-spaltig */
.sc2 {
	width:49.5%;padding-right:1%;float:left;display:inline;
}
.sc2-first {
	clear:left;
}
.sc2-last {
	padding-right:0;
}

/* 3-spaltig */
.sc3 {
	width:32.3%;padding-right:1%;float:left;display:inline;
}
.sc3-first {
	clear:left;
}
.sc3-last {
	padding-right:1.1%;
}
.sc3-2 {
	width:65.6%;padding-right:1%;float:left;display:inline;
}
.sc3-2-first {
	clear:left;
}
.sc3-2-last {
	padding-right:1.1%;
}

/* 4-spaltig */
.sc4 {
	width:24%;padding-right:1%;float:left;display:inline;
}
.sc4-first {
	clear:left;
}
.sc4-last {
}
.sc4-2 {
	width:49%;padding-right:1%;float:left;display:inline;
}
.sc4-2-first {
	clear:left;
}
.sc4-2-last {
}
.sc4-3 {
	width:74%;padding-right:1%;float:left;display:inline;
}
.sc4-3-first {
	clear:left;
}
.sc4-3-last {
}

/* 5-spaltig */
.sc5 {
	width:19%;padding-right:1%;float:left;display:inline;
}
.sc5-first {
	clear:left;
}
.sc5-last {
}
.sc5-2 {
	width:39%;padding-right:1%;float:left;display:inline;
}
.sc5-2-first {
	clear:left;
}
.sc5-2-last {
}
.sc5-3 {
	width:59%;padding-right:1%;float:left;display:inline;
}
.sc5-3-first {
	clear:left;
}
.sc5-3-last {
}
.sc5-4 {
	width:79%;padding-right:1%;float:left;display:inline;
}
.sc5-4-first {
	clear:left;
}
.sc5-4-last {
}

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}

/* Body //////////////////////////////////////////////////////////////////// */
body {
    margin:0;
    padding-top:0;
    padding-bottom:0;
    background-color:#ffffff;
    font:13px 'Roboto Slab',serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x:hidden;
}
#wrapper {
    width:100%;
    max-width:1200px;
    position:relative;
    overflow:hidden;
    display:block;
    margin:0 auto;
    padding:180px 0 0;
    z-index:1;
    overflow-x:hidden;
}
@media (max-width:992px) {
    #wrapper{
         padding-top:80px;
    }
}
#header,
#container,
#footer {
    float:none;
    clear:both;
}
#container {
    min-height:600px;
    padding-bottom:100px;
}
#header .inside:after,
#header .inside:before {
    position:relative;
    float:none;
    clear:both;
    display:table;
    content:" ";
}
#header {
    width:100%;
    left:0;
    top:0;
    position:fixed;
    background-color:#ffffff;
    z-index:9999;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
#header .inside {
    width:100%;
    max-width:1200px;
    margin-right:auto;
    margin-left:auto;
    padding-right:15px;
    padding-left:15px;
}
#header.fix .inside {
    padding-bottom:20px;
}
@media (max-width:992px) {
    #header{
         height:75px;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    border:none;
}
.invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.vertical-align {
    width:100%;
    top:50%;
    position:absolute;
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    transform: translateY(-50%); 
    left: 0px;
}

/* Figure //////////////////////////////////////////////////////////////////// */
figure {
    margin:0;
}
figure.float_left {
    position:relative;
    float:left;
    display:inline-block;
}
figure.float_right {
    position:relative;
    float:right;
    display:inline-block;
}
figure:focus,
img:focus {
    outline:none;
}
.center {
    text-align:center;
}
.responsive img {
    width:100% !important;
    height:auto !important;
}
.ce_image picture,
.ce_image img,
.ce_text img,
.ce_text picture,
.image_container img,
.image_container picture {
    max-width:100% !important;
    height:auto !important;
}
.padding {
    padding-right:15px !important;
    padding-left:15px !important;
}
p.back a,
p.more a {
    margin-left:15px;
    padding:10px;
    white-space:nowrap;
    background-color:#1a1a1a;
    border:1px solid;
    text-decoration:none;
    color:#ffffff;
    text-transform:lowercase;
    font-weight:400;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
p.back a:hover,
p.more a:hover {
    color:#1a1a1a;
    background:none;
}
.logo {
    position:relative;
    float:left;
    display:block;
    margin-top:35px;
    margin-left:50%;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
#header.fix .logo {
    margin-left:0;
}
.logo figure {
    left:-50%;
    position:relative;
    float:left;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
#header.fix .logo figure {
    left:0;
}
@media (max-width:992px) {
    .logo{
       margin-left:0;
    }
    .logo figure {
       left:0;
    }
}

/* Typography //////////////////////////////////////////////////////////////////// */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:normal;
    color:#$font3;
    font-weight:400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}
h1 {
    font-size:2em;
}
h2 {
    font-size:1.5em;
}
h3 {
    font-size:1.17em;
}
h4 {
    font-size:1.12em;
}
h5 {
    font-size:.83em;
}
h6 {
    font-size:.75em;
}
p,
blockquote {
    font-size:15px;
    line-height:26px;
    color:rgba(1a1a1a,.75);
    font-weight:300;
}
#footer p {
    font-size:13px;
    line-height:20px;
}
em {
    font-style:italic;
}
strong {
    font-weight:bold;
}
small {
    font-size:80%;
}
a {
    text-decoration:none;
    color:#1a1a1a;
}
a:hover {
    text-decoration:underline;
}

/* Font Awesome Icons //////////////////////////////////////////////////////////////////// */
.fa-2 {
    font-size:2em !important;
}
.fa-3 {
    font-size:4em !important;
}
.fa-4 {
    font-size:7em !important;
}
.fa-5 {
    font-size:12em !important;
}
.fa-6 {
    font-size:20em !important;
}

/* Syndications //////////////////////////////////////////////////////////////////// */
.pdf_link,
.sharebuttons {
    width:100%;
    position:relative;
    float:none;
    clear:both;
    display:block;
    margin-top:70px;
    padding-right:15px;
    padding-left:15px;
    text-align:center;
    white-space:nowrap;
}
.mod_newslist .sharebuttons {
    width:100%;
    margin-top:0;
    padding-right:0;
    padding-left:0;
    text-align:left;
    white-space:nowrap;
}
.pdf_link a {
    margin-left:5px;
    font-size:16px;
    color:rgba(26 26 26,.4);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.pdf_link a:hover {
    text-decoration:none;
    color: #1a1a1a;
}
.pdf_link img {
    display:none;
}

/* Simple Columns Custom /////////////////////////////////////////////// */
.sc2 {
    width:50%;
}
.sc3 {
    width:33.3%;
}
.sc3-2 {
    width:66.6%;
}
.sc4 {
    width:25%;
}
.sc4-2 {
    width:50%;
}
.sc4-3 {
    width:75%;
}
.sc5 {
    width:20%;
}
.sc5-2 {
    width:40%;
}
.sc5-3 {
    width:60%;
}
.sc5-3 {
    width:80%;
}
.sc {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    clear: none !important;
    padding-left: 15px !important;
    float: left;
}
.sc-first {
    padding-left:15px !important;
}
.sc2,
.sc3,
.sc3-2,
.sc4,
.sc4-2,
.sc4-3,
.sc5,
.sc5-2,
.sc5-3,
.sc5-4 {
    padding-right:15px !important;
    padding-left:15px !important;
}
@media (max-width:768px) {
    .sc2, .sc3, .sc3-2, .sc4, .sc4-2, .sc4-3, .sc5, .sc5-2, .sc5-3, .sc5-4 {
        width:100% !important;
    }
}

/* Mainmenu //////////////////////////////////////////////////////////////////// */
.mainmenu {
    position:relative;
    float:right;
    display:block;
    margin-top:35px;
    margin-right:50%;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
#header.fix .mainmenu {
    margin-right:-14px;
}
.mainmenu:after {
    position:relative;
    float:none;
    display:table;
    content:" ";
}
@media (max-width:992px) {
    .mainmenu{
          display:none;
    }
}
.mainmenu ul {
    position:relative;
    display:block;
    margin:0 auto;
    padding:0;
    text-align:center;
    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:200%;
    position:relative;
    float:right;
    display:block;
    margin:0 -100% 0 0;
    padding:0;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#header.fix .mainmenu ul.level_1 {
    width:100%;
    margin-right:0;
}
.mainmenu ul.level_1 li {
    position:relative;
    display:inline-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 span.page-werk {
    position:relative;
    display:inline-block;
    padding-right:13px;
    padding-left:13px;
    white-space:nowrap;
    font-size:14px;
    text-decoration:none;
    color:#1a1a1a;
    font-weight:700;
    letter-spacing:3px;
    text-transform: uppercase;
}
.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.trail > a,
.mainmenu ul.level_1 li span.forward {
    color:rgba(26 26 26,.6);
}
.mainmenu ul.level_1 li > ul {
    position:absolute;
    padding:10px;
    background-color:#fff;
    -webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.25);
    box-shadow:0 0 2px 0 rgba(0,0,0,.25);
    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:25px;
    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;
    padding-top:6px;
    padding-bottom:6px;
    white-space:nowrap;
    font-size:12px;
    color:#1a1a1a;
    letter-spacing:2px;
    font-weight:400;
}
.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 {
    color:rgba(26 26 26,.6);
}
.mainmenu ul.level_2 li > ul {
    min-width:150px;
    left:0;
    top:0;
    margin-left:100%;
    width:auto;
}

/* Mobile Menu //////////////////////////////////////////////////////////////////// */
.menu-opener,
.menu-opener:hover,
.menu-opener.active,
.menu-opener-inner,
.menu-opener-inner::before,
.menu-opener-inner::after,
.menu,
.menu.active,
.mobilenav {
    -webkit-transition: 250ms all;
    transition: 250ms all;
}
.mobilenav {
    overflow-x:hidden;
}
.menu-opener {
    width:25px;
    height:25px;
    right:19px;
    top:33px;
    position:fixed;
    float:right;
    margin:0;
    padding:0;
    z-index: 99999999;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu-opener-inner {
    width:25px;
    height:2px;
    top:11px;
    position:absolute;
    background-color:#1a1a1a;
}
.menu-opener-inner::before,
.menu-opener-inner::after {
    width:25px;
    height:2px;
    position:absolute;
    display:block;
    background-color:#1a1a1a;
    content: '';
}
.menu-opener-inner::before {
    top:-9px;
}
.menu-opener-inner::after {
    top:9px;
}
.menu-opener-inner.active {
    background: transparent;
}
.menu-opener-inner.active::before {
    background-color:#ffffff;
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
.menu-opener-inner.active::after {
    background-color:#ffffff;
    color:#ffffff;
    -webkit-transform: translateY(-9px) translateX(0rem) rotate(45deg);
    -ms-transform: translateY(-9px) translateX(0rem) rotate(45deg);
    transform: translateY(-9px) translateX(0rem) rotate(45deg);
}
.mobilenav {
    background: #231F20;
      height: 0rem;
      position: absolute;
      top: 0;
     right: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 0rem;
      z-index: 999999;
}
.mobilenav.active {
    width: -webkit-calc(100% - 0rem);
      width: calc(100% - 0rem);
      height: calc(100% - 0rem);
}
#mobilenavsection {
    width:100%;
    height:0%;
    left:0;
    top:0;
    position:absolute;
    display:none;
    z-index:99999;
    oveflow-x:hidden;
}
@media (max-width:992px) {
    #mobilenavsection{
       display:block;
    }
}
#mobilenavsection.active {
    height:100%;
}
#mobilenavsection .inside {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
.mobilenav ul {
    position:relative;
    display:block;
    margin:0 auto;
    padding:0;
    text-align:center;
    list-style-type:none;
    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;
}
.mobilenav ul.level_1 {
    margin:0;
    padding:40px 0;
    text-align:center;
    list-style-type:none;
}
.mobilenav li {
    position:relative;
    display:block;
}
.mobilenav ul.level_1 li a,
.mobilenav ul.level_1 li span.active,
.mobilenav ul.level_1 li span.forward {
    position:relative;
    display:block;
    margin:20px 0;
    padding:0;
    font-size:15px;
    text-decoration:none;
    color:#ffffff;
    text-transform:uppercase;
    font-weight:400;
    letter-spacing:3px;
}
.mobilenav ul.level_1 li a:hover,
.mobilenav ul.level_1 li span.active,
.mobilenav ul.level_1 li a.trail,
.mobilenav ul.level_1 li span.forward {
    color:rgba(255,255,255,.6);
}
.mobilenav ul.level_2 li a,
.mobilenav ul.level_2 li span.active,
.mobilenav ul.level_2 li span.forward {
    margin-top:10px;
    margin-bottom:10px;
    font-size:12px;
    color:rgba(255,255,255,.5);
}

/* Portfolio List Images //////////////////////////////////////////////////////////////////// */
.portfolio {
    float:left;
    line-height:0px;
    color:#1a1a1a;
    overflow:hidden !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-bottom: 0px !important;
    margin-bottom:30px !important;
}
@media (max-width:768px) {
    .portfolio{
         padding-bottom:15px !important;
    }
}
.portfolio img {
    width:100% !important;
    height:auto !important;
}
.sliphover-container span.vertical-align {
    width:100%;
    left:0;
    top:50%;
    position:absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sliphover-container h4 {
    width:100%;
    margin-bottom:3px;
    padding-right:20px;
    padding-left:20px;
    font-size:18px;
    color:#ffffff;
    text-transform:uppercase;
    font-weight: 700;
}
.sliphover-container a {
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    right:0;
    top:0;
    position:absolute;
}
.portlink_mobile {
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    right:0;
    top:0;
    position:absolute;
    display:none;
}
@media (max-width:1024px) {
    .portlink_mobile{
       display:block;
    }
}
.sliphover-container span.subheadline {
    font-size:14px;
    color:#999;
    font-weight:300;
}
.izotope-container {
    width:100%;
}
.grid-sizer {
    width: 0;
}

/* Portfolio Filter //////////////////////////////////////////////////////////////////// */
.fillter-wrap {
    width:100%;
    position:relative;
    display:block;
    margin-top:60px;
    margin-bottom:60px;
    text-align:center;
}
.fillter-wrap .but {
    margin-right:20px;
    margin-left:20px;
    font-size:12px;
    color:#1a1a1a;
    text-transform:uppercase;
    background: none;
    letter-spacing: 2px;
    outline: none;
    border: none;
    box-shadow: none;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
@media (max-width:768px) {
    .fillter-wrap .but{
         width:100%;
         padding-bottom:10px;
         margin:0px;
    }
}
.fillter-wrap .but.activbut {
    font-weight: 700;
}

/* Team //////////////////////////////////////////////////////////////////// */
.layout_latest .team_container {
    width:0%;
    bottom:0;
    left:0;
    right:0;
    top:0;
    position:absolute;
    overflow:hidden;
    margin-right:0;
    margin-left:0;
    padding-top:30px;
    padding-right:0;
    padding-left:0;
    background-color:rgba(255,255,255,.8);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.layout_latest:hover .team_container {
    width:100%;
    padding-right:30px;
    padding-left:30px;
}
@media (max-width:992px) {
    .layout_latest .team_container{
    position:relative;
    width:100%;
    margin:0px !important;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    padding:0px !important;
    }
}
.team_container i {
    margin-right:20px;
    font-size:18px;
}

/* Content Slider Images //////////////////////////////////////////////////////////////////// */
.ce_sliderStart {
    position:relative;
    display:block;
    padding-right:15px;
    padding-left:15px;
}
.ce_sliderStart img {
    width:100%;
    height:auto;
}
.content-slider {
    background-color:rgba(0,0,0,.05);
}
.ce_sliderStart figure {
    font-size:0px;
}
.slider-control .slider-menu {
    display:none;
}
.slider-control {
    height:0px;
    top:50%;
    position:absolute;
    left:15px;
    right:15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.slider-prev {
    width:50px;
    height:50px;
    top:-25px;
    position:absolute;
    display:block;
    text-align:center;
    line-height:0px;
    color:#1a1a1a;
    display:block !important;
    left:20px !important;
    cursor:pointer;
    font-size:48px !important;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.slider-next {
    width:50px;
    height:50px;
    top:-25px;
    position:absolute;
    float:right;
    display:block;
    text-align:center;
    line-height:0px;
    color:#1a1a1a;
    display:block !important;
    cursor:pointer;
    right:20px !important;
    font-size:48px !important;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.slider-prev:hover,
.slider-next:hover {
    color:#ffffff;
}

/* News Reader //////////////////////////////////////////////////////////////////// */
.mod_newsreader .layout_full .info {
    position:relative;
    float:right;
    margin-top:-1px;
    margin-right:15px;
    margin-left:15px;
    font-size:12px;
}

/* Comments //////////////////////////////////////////////////////////////////// */
.ce_comments {
    padding:50px 20px 50px 15px;
}
.reply {
    margin-left:50px;
}
.comment {
    padding:10px 10px 10px 20px;
    background-color:rgba(1a1a1a,.03);
    border-left:4px solid #1a1a1a;
}
.ce_comments p.info {
    font-size:12px;
}
.com_by {
    color:#1a1a1a;
}
.ce_comments i {
    margin-right:10px;
    margin-left:20px;
}
.ce_comments .form {
    margin-top:40px;
}
.ce_comments .submit {
    margin-top:20px;
}

/* Accordion //////////////////////////////////////////////////////////////////// */
.ce_accordion {
    margin-bottom:10px;
}
.ce_accordion .toggler {
    width:100%;
    position:relative;
    display:block;
    padding:14px 40px 14px 11px;
    border:1px solid #1a1a1a;
    font-size:15px;
    color:#1a1a1a;
    background:none;
    cursor:pointer;
    -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: #1a1a1a;
    color:#ffffff;
}
.ce_accordion .toggler:focus {
    outline:none;
}
.ce_accordion .ui-accordion-header:after {
    right:15px;
    top:16px;
    position:absolute;
    font:16px FontAwesome;
    color:#1a1a1a;
    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:16px;
    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;
}
.ce_accordion .accordion:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    padding:1px 11px 0;
    content:"";
}

/* 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:14px;
    border:1px solid rgba(26 26 26,.4);
    font:13px 'Roboto Slab',serif;
    color:#1a1a1a;
    background-color:transparent !important;
    -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 .upload {
    margin-bottom:10px;
    margin-left:0;
}
form .text:focus,
form .textarea:focus,
form .captcha:focus,
#Slidersection form .text:focus {
    border:1px solid  #1a1a1a;
    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:#1a1a1a;
}
form p.error {
    margin-top:0;
    margin-bottom:5px;
    font-size:13px;
    color:#f00;
}
form br {
    display:none;
}
form .submit {
    position:relative;
    display:block;
    padding:10px;
    white-space:nowrap;
    background-color:#1a1a1a;
    border:1px solid #1a1a1a;
    font:15px 'Roboto Slab',serif;
    text-decoration:none;
    color:#ffffff;
    text-transform:lowercase;
    cursor:pointer;
    font-weight:400;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
form .submit:hover {
    text-decoration:none;
    color:#1a1a1a;
    background:none;
}
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;
}
input.submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Table //////////////////////////////////////////////////////////////////// */
.ce_table table {
    width:100%;
    table-layout: fixed;
    border-spacing:0px;
    border-collapse: collapse;
}
.ce_table table th,
.ce_table table td {
    padding:8px 10px;
    text-align:left;
    border:1px solid #ccc;
}
.ce_table table thead th {
    cursor:pointer;
}

/* Blockquotes //////////////////////////////////////////////////////////////////// */
blockquote p {
    position:relative;
    display:block;
    padding-right:60px;
    padding-left:100px;
    font-style:italic;
}
blockquote {
    position:relative;
    display:block;
    margin:0;
    padding:0;
}
blockquote:before {
    left:25px;
    position:absolute;
    display:block;
    font:50px FontAwesome;
    content: "\f10e";
}

/* Warning //////////////////////////////////////////////////////////////////// */
span.warning,
p.warning {
    position:relative;
    display:block;
    padding:20px;
    text-align:center;
    background-color:#c00;
    text-decoration:none;
    color:#ffffff;
    font-weight:400;
}
span.warning:before,
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:#ffffff;
    content:"\f071";
}

/* Confirmation //////////////////////////////////////////////////////////////////// */
span.confirmation,
p.confirmation {
    position:relative;
    display:block;
    padding:20px;
    text-align:center;
    background-color:#25b035;
    text-decoration:none;
    color:#ffffff;
    font-weight:400;
}
span.confirmation:before,
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:#ffffff;
    content: "\f024";
}

/* information //////////////////////////////////////////////////////////////////// */
span.information,
p.information {
    position:relative;
    display:block;
    padding:20px;
    text-align:center;
    background-color:#00a6ff;
    font-size:1.1em;
    text-decoration:none;
    color:#ffffff;
    font-weight:400;
}
span.information:before,
p.information: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:#ffffff;
    content: "\f0a1";
}

/* Event List //////////////////////////////////////////////////////////////////// */
.mod_eventlist .event {
    position:relative;
    display:block;
    margin-bottom:60px;
}
.mod_eventlist h1 {
    margin-top:50px;
    margin-bottom:50px;
    padding-right:15px;
    padding-left:15px;
    text-align:center;
    width:100% !important;
}
.mod_eventlist .event img {
    width:100% !important;
    height:auto !important;
}
.mod_eventlist .event figure {
    margin-bottom:26px;
}
.mod_eventlist  p.time {
    font-size:12px;
}
.mod_eventlist .layout_teaser h2 a {
    text-decoration:none;
    color:#1a1a1a;
    text-transform:uppercase;
    -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:rgba(26 26 26,.6);
}
.mod_eventlist p.more a {
    margin-left:0;
}
.mod_eventlist p.more {
    margin-top:30px;
}

/* Event Reader //////////////////////////////////////////////////////////////////// */
.mod_eventreader .layout_full {
    position:relative;
    display:block;
}
.mod_eventreader .layout_full p.info {
    position:relative;
    display:block;
    padding-right:15px;
    padding-left:15px;
    text-align:center;
    font-weight:normal;
    color:#$font3;
    text-transform:uppercase;
    font-weight:700;
}
.mod_eventreader .layout_full p.info span.location {
    font-weight:400;
}

/* Pagination  //////////////////////////////////////////////////////////////////// */
.pagination {
    position:relative;
    float:none;
    clear:both;
    display:block;
    padding:15px 15px 40px;
}
.pagination ul {
    position:relative;
    float:left;
    display:block;
    margin:0;
    padding:0;
    list-style-type:none;
}
.pagination p {
    position:relative;
    float:right;
    display:block;
    margin-top:-10px;
    margin-right:10px;
}
@media (max-width:768px) {
    .pagination p{
    float:none;
    clear:both;
    }
}
.pagination ul li {
    height:42px;
    position:relative;
    float:left;
    display:block;
    margin-bottom:10px;
}
.pagination ul li a,
.pagination ul li span {
    height:42px;
    margin-right:10px;
    padding:10px 16px;
    background-color: #1a1a1a;
    border:1px solid #1a1a1a;
    font-size:15px;
    text-decoration:none;
    color:#ffffff;
    -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 {
    text-decoration:none;
    color:#1a1a1a;
    background:none;
}

/* Calendar Small //////////////////////////////////////////////////////////////////// */
.calendar_inner {
    border-bottom:20px solid rgba(1a1a1a,.03);
}
.mod_calendar table {
    width:100%;
    display:table;
    background-color:rgba(1a1a1a,.03);
    table-layout: fixed !important;
    border-spacing:0px;
    border-collapse: collapse;
}
.minicalendar_head {
    width:100%;
    background-color:#1a1a1a;
}
.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:#ffffff;
}
.minicalendar_head tr {
    width:100%;
}
.minicalendar_body {
    width:100%;
    table-layout:fixed;
}
.minicalendar_body th.label {
    margin-right:auto;
    margin-left:auto;
    padding-top:10px;
    padding-bottom:10px;
    vertical-align:middle;
    text-align:center;
    font-size:13px;
    font-weight:bold;
    color:#1a1a1a;
    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;
    color:rgba(26 26 26,.5);
    -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:#1a1a1a;
    color:#ffffff;
}
.minicalendar_body tr td a {
    width:100%;
    height:100%;
    text-decoration:none;
    color:#1a1a1a;
}
.minicalendar_body tr td:hover a,
.minicalendar_body tr td.selected a {
    color:#ffffff;
}

/* News List Latest  //////////////////////////////////////////////////////////////////// */
.mod_newslist .layout_latest {
    position:relative;
    display:block;
    margin-bottom:60px;
}
.mod_newslist .layout_latest img {
    width:100% !important;
    height:auto !important;
}
.mod_newslist .layout_latest figure {
    margin-bottom:14px;
}
.mod_newslist .layout_latest h2 a {
    text-decoration:none;
    color:#1a1a1a;
    text-transform:uppercase;
    -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_newslist .layout_latest h2 a:hover {
    color:rgba(26 26 26,.6);
}
.mod_newslist .layout_latest p.more a {
    margin-left:0;
}
.mod_newslist .layout_latest p.more {
    margin-top:30px;
}
.mod_newslist .layout_latest  p.info {
    font-size:12px;
}

/* 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:14px 40px;
    border:1px solid #1a1a1a;
    font-size:15px;
    text-decoration:none;
    color:#c1;
    background:none;
    -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: #1a1a1a;
    color:#ffffff;
}
.ce_downloads ul li a span,
.ce_download a span {
    position:relative;
    float:right;
    display:block;
    padding-top:2px;
    font-size:13px;
    text-decoration:none;
    color:#c1;
    -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:12px;
    top:17px;
    position:absolute;
    display:block;
    font:17px FontAwesome;
    text-decoration:none;
    color:#ffffff;
    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:#1a1a1a;
}
.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:16px;
    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:14px 15px 14px 40px;
    border:1px solid #1a1a1a;
    font-size:15px;
    text-decoration:none;
    color:#1a1a1a;
    background:none;
    font-weight:400;
    -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: #1a1a1a;
    color:#ffffff;
}
.mod_faqlist ul li a:before {
    left:15px;
    top:15px;
    position:absolute;
    display:block;
    font:19px FontAwesome;
    color:#1a1a1a;
    font-weight:normal;
    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;
}
.mod_faqreader h1,
.mod_faqreader .ce_text,
.mod_faqreader p.info {
    padding-right:15px;
    padding-left:15px;
}
.mod_faqreader .ce_text:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    content:"";
}
.mod_faqreader p.back {
    position:relative;
    float:left;
    display:block;
}
.mod_faqreader .ce_comments {
    position:relative;
    float:none;
    clear:both;
    display:block;
    margin-top:50px;
}
.mod_faqreader p.info {
    position:relative;
    float:right;
    margin-top:15px;
    font-size:12px;
}
@media (max-width:768px) {
    .mod_faqreader p.info, .mod_faqreader p.back{
    float:none;
    }
}

/* Googlemap //////////////////////////////////////////////////////////////////// */
.dlh_googlemap {
    width:100% !important;
}
.ce_dlh_googlemaps {
    position:relative;
    display:block;
    margin-top:30px;
}

/* Headline Image //////////////////////////////////////////////////////////////////// */
.image_container_padding {
    width:100%;
    height:200px;
    position:relative;
    display:block;
    margin-bottom:60px;
    padding-right:15px;
    padding-left:15px;
    overflow:hidden !important;
}
.headline_image {
    width:100%;
    height:200px;
    position:relative;
    display:block;
    background-position:center top;
    background-repeat:no-repeat;
    z-index:99;
}
.image_container_padding h1 {
    width:100%;
    left:0;
    top:50%;
    position:absolute;
    margin:-20px 0 0;
    padding:0;
    text-align:center;
    font-size:36px;
    line-height:36px;
    color:#ffffff;
    text-transform:uppercase;
    letter-spacing:5px;
    font-weight:700;
    z-index:999;
}
.image_container_padding h1:after {
    width:60px;
    height:2px;
    bottom:0;
    left:50%;
    position:absolute;
    margin-bottom:-15px;
    margin-left:-30px;
    text-align:center;
    background-color:#ffffff;
    content:"";
}

/* Subscribe //////////////////////////////////////////////////////////////////// */
.mod_unsubscribe .submit,
.mod_subscribe .submit {
    margin-top:20px;
}
.mod_unsubscribe p.error,
.mod_subscribe p.error {
    color:#c00;
}
.mod_unsubscribe p.confirm,
.mod_subscribe p.confirm {
    color:#00a6ff;
}

/* Search //////////////////////////////////////////////////////////////////// */
.mod_search .even,
.mod_search .odd {
    position:relative;
    overflow:hidden;
    display:block;
    margin-bottom:20px;
    background-color:rgba(1a1a1a,.05);
}
.mod_search .even a,
.mod_search .odd a {
    width:100%;
    position:relative;
    display:block;
    padding:11px 115px 11px 11px;
    background-color:rgba(26 26 26,.7);
    font-size:16px;
    text-decoration:none;
    color:#ffffff;
    -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 h3,
.mod_search .odd h3 {
    margin-top:0;
}
.mod_search .even a:hover,
.mod_search .odd a:hover {
    background-color:rgba(1a1a1a,.99);
}
.mod_search .even h3 span,
.mod_search .odd h3 span {
    right:0;
    top:13px;
    position:absolute;
    padding-right:11px;
    font-size:12px;
    color:#ffffff;
}
.mod_search .even .context,
.mod_search .odd .context {
    padding:10px 20px 0;
}
.mod_search .even .url,
.mod_search .odd .url {
    padding:0 20px 10px;
    font-size:12px;
}
.mod_search .text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mod_search .pagination {
    padding-right:0;
    padding-left:0;
}
.mod_search .submit {
    margin-top:10px;
    margin-bottom:15px;
}

/* Shop //////////////////////////////////////////////////////////////////// */
.mod_iso_productlist {
    font-size:14px;
    padding:0px !important;
}
.product_list .product .formbody {
    padding-bottom:40px;
    text-align:center;
}
.product_list .product .formbody h3 {
    margin-bottom:5px;
    text-transform:uppercase;
    font-weight:700;
}
.product_list .product .formbody .sku,
.product_list .product .formbody .teaser,
.product_list .product .formbody .submit_container {
    display:none;
}
.shop_imagebox {
    position:relative;
    display:block;
}
.shop_overlay {
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
    background-color:rgba(255,255,255,.9);
    opacity: 10; 
    transform: scale(0); 
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0); 
    -webkit-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    -moz-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    -o-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32); 
    z-index: 50;
}
.shop_imagebox:hover .shop_overlay {
    opacity: 1; 
    transform: scale(1); 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.details a {
    padding:10px;
    white-space:nowrap;
    border:1px solid #1a1a1a;
    font-size:14px;
    text-decoration:none;
    color:#1a1a1a;
    text-transform:lowercase;
    background:none;
    font-weight:400;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.details a:hover {
    background-color: #1a1a1a;
    color:#ffffff;
}

/* Shop Filter //////////////////////////////////////////////////////////////////// */
.mod_iso_productfilter form label {
    font-size:14px;
    text-transform:uppercase;
    font-weight:400;
}
.mod_iso_productfilter form .text {
    max-height:40px;
    padding:10px 35px 10px 10px;
    border-color:rgba(26 26 26,.2);
    color:rgba(26 26 26,.7);
}
.mod_iso_productfilter select,
.mod_iso_productreader select {
    width:100%;
    max-height:40px;
    margin-bottom:20px;
    padding:10px;
    background:#ffffff url("../../files/layout/css/files/theme_files_q/img/arrow_down.png") right center no-repeat;
    border:1px solid rgba(26 26 26,.2);
    border-radius:0;
    font:13px 'Roboto Slab',serif;;
    color:rgba(26 26 26,.7);
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mod_iso_productfilter select::-ms-expand,
.mod_iso_productreader select::-ms-expand {
    display:none;
}
.mod_iso_productfilter .lt-ie10 select,
.mod_iso_productreader .lt-ie10 select {
    background-image: none;
}
.mod_iso_productfilter option {
    cursor:pointer;
}
.mod_iso_productfilter .search .submit {
    width:20px;
    height:20px;
    right:10px;
    top:11px;
    position:absolute;
    display:block;
    border:0px;
    font-size:0px;
    background:transparent;
}
.mod_iso_productfilter .search:before {
    bottom:21px;
    right:10px;
    position:absolute;
    font:18px FontAwesome;
    color:rgba(26 26 26,.4);
    content:"\f002";
}
.mod_iso_productfilter .search,
.mod_iso_productfilter {
    position:relative;
    display:block;
}
.mod_iso_productfilter .clear_filters {
    position:relative;
    display:block;
    padding-top:10px;
}

/* Shop Reader //////////////////////////////////////////////////////////////////// */
.mod_iso_productreader {
    padding-right:15px;
    padding-left:15px;
    font-weight:400;
}
.mod_iso_productreader .product {
    position:relative;
    display:block;
    margin-bottom:30px;
    padding-bottom:20px;
    border-bottom:1px solid rgba(1a1a1a,.15);
}
.mod_iso_productreader h2 {
    margin-top:30px;
    margin-bottom:30px;
    font-size:18px;
    line-height:22px;
    text-transform:uppercase;
    font-weight:700;
}
.mod_iso_productreader .sku {
    overflow:hidden;
    display:none;
}
.mod_iso_productreader .border_box {
    position:relative;
    overflow:hidden;
    display:block;
    margin-top:20px;
    margin-bottom:20px;
    padding-top:20px;
    padding-bottom:20px;
    border-top:1px solid rgba(1a1a1a,.15);
    border-bottom:1px solid rgba(1a1a1a,.15);
}
.mod_iso_productreader .border_box .options {
    width:50%;
    position:relative;
    float:left;
    display:block;
}
.mod_iso_productreader .border_box .options label {
    width:50px;
    position:relative;
    float:left;
    display:block;
    padding-top:10px;
}
.mod_iso_productreader .border_box .options select {
    width:70px;
    position:relative;
    float:left;
    display:block;
    margin-bottom:0;
}
.mod_iso_productreader .border_box .price {
    width:50%;
    position:relative;
    float:left;
    display:block;
    padding-top:10px;
    text-align:right;
    font-size:15px;
    text-transform:uppercase;
    font-weight:700;
}
.mod_iso_productreader .submit_container {
    position:relative;
    display:block;
    margin-top:40px;
    text-align:right;
}
.mod_iso_productreader .submit_container .submit {
    position:relative;
    display:inline-block;
    margin-left:5px;
}
.mod_iso_productreader .submit_container .quantity_container {
    width:200px;
    position:relative;
    display:inline-block;
    text-align:right;
}
.mod_iso_productreader .submit_container .quantity_container .text {
    width:42px;
    height:42px;
    max-width:42px;
    max-height:42px;
    position:relative;
    display:inline-block;
    padding-top:11px;
    padding-bottom:10px;
    text-align:center;
    font-size:15px;
}
.mod_iso_productreader .submit_container .quantity_container label {
    position:relative;
    display:inline-block;
    margin-right:6px;
    text-align:right;
}
.mod_iso_productreader p.back a {
    margin-left:0;
}
.als-container {
    position:relative;
    overflow:hidden;
    display:block;
    margin:0 -15px;
}
.als-viewport {
    max-width:100%;
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    width: 100% !important;
}
.als-wrapper {
    width:100%;
    max-width:100%;
    position:relative;
    display:block;
    margin:0;
    padding:0;
    list-style-type:none;
    white-space: nowrap !important;
    letter-spacing: 0;
}
.als-wrapper,
.als-viewport {
    height:auto !important;
}
.als-item {
    width:30%;
    min-height:100px;
    position:relative;
    display:inline-block;
    margin:0 1.666%;
    padding:0 0 30%;
    text-align:center;
    height: auto !important;
}
@media (max-width:768px) {
    .als-item{
    margin:0  3%;
    width:94%;
    padding-bottom:94%;
    height: auto !important;
    }
}
.als-item a {
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    right:0;
    top:0;
    position:absolute;
    display:block;
    margin:0;
    text-align:center;
    background-color:rgba(0,0,0,.05);
}
#lista1 .als-item img {
    max-width:100%;
    max-height:100%;
    top:50%;
    position:absolute;
    display:block;
    margin:0 auto;
    width:auto !important;
    height:auto !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.als-prev {
    width:40px;
    height:40px;
    top:50%;
    position:absolute;
    display:block;
    margin-top:-25px;
    text-align:center;
    font-size:48px;
    color:#1a1a1a;
    left:20px;
    line-height:37px !important;
    font-size:48px !important;
    cursor:pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.als-next {
    width:40px;
    height:40px;
    top:50%;
    position:absolute;
    display:block;
    margin-top:-25px;
    text-align:center;
    font-size:48px;
    color:#1a1a1a;
    right:20px;
    line-height:37px !important;
    font-size:48px !important;
    cursor:pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.als-next:hover,
.als-prev:hover {
    color:#ffffff;
}
.slider_clear {
    position:relative;
    float:none;
    clear:both;
    display:block;
}

/* Container Menu //////////////////////////////////////////////////////////////////// */
#container .mod_navigation ul {
    position:relative;
    display:block;
    margin:0;
    padding:0;
    line-height:23px;
    list-style-type:none;
}
#container .mod_navigation ul li {
    position:relative;
    display:block;
}
#container .mod_navigation ul li a,
#container .mod_navigation ul li span {
    padding-left:20px;
    text-decoration:none;
}
#container .mod_navigation ul li a:before,
#container .mod_navigation ul li span:before {
    left:0;
    top:0;
    position:absolute;
    font-family:FontAwesome;
    content: "\f196";
}
#container .mod_navigation ul li a:hover:before,
#container .mod_navigation ul li.trail  a:before,
#container .mod_navigation ul li.active span:before {
    text-decoration:none;
    content: "\f0fe";
}
#container .mod_iso_productfilter .mod_navigation h2 {
    margin-top:0;
}

/* Registration  //////////////////////////////////////////////////////////////////// */
.mod_registration .submit_container {
    position:relative;
    display:block;
    margin-top:20px;
}

/* Lost Password  //////////////////////////////////////////////////////////////////// */
.mod_lostPassword .submit_container {
    position:relative;
    display:block;
    margin-top:20px;
}

/* Login  //////////////////////////////////////////////////////////////////// */
.mod_login .submit_container {
    position:relative;
    display:block;
    margin-top:10px;
}

/* Personal Data  //////////////////////////////////////////////////////////////////// */
.mod_personalData .submit_container {
    position:relative;
    display:block;
    margin-top:20;
}

/* Adress Book  //////////////////////////////////////////////////////////////////// */
.mod_iso_addressbook .even,
.mod_iso_addressbook .odd {
    position:relative;
    display:block;
    padding-top:20px;
    padding-bottom:20px;
    border-top:1px solid rgba(26 26 26,.1);
}
.mod_iso_addressbook {
    margin-bottom:50px;
}
.mod_iso_addressbook .even .vcard,
.mod_iso_addressbook .odd .vcard {
    margin-top:10px;
}
.mod_iso_addressbook .default_billing .buttons:before {
    position:relative;
    float:right;
    display:block;
    margin-left:4px;
    color:#00a6ff;
    content:"Billing address"
}
.mod_iso_addressbook .default_shipping .buttons:after {
    position:relative;
    float:right;
    display:block;
    margin-left:4px;
    color:#25b035;
    content:"Shipping address";
}
.mod_iso_addressbook .edit:before {
    display:inline-block;
    margin-right:4px;
    font-family:Fontawesome;
    text-decoration:none;
    color:#e2e600;
    content:"\f040";
}
.mod_iso_addressbook a.edit:hover:before {
    text-decoration:none;
    text-decoration:none !important;
}
.mod_iso_addressbook .delete:before {
    display:inline-block;
    margin-right:3px;
    margin-left:4px;
    font-family:Fontawesome;
    text-decoration:none;
    color:#e60000;
    content:"\f00d";
}

/* Cart //////////////////////////////////////////////////////////////////// */
.mod_iso_cart {
    position:relative;
    display:block;
    padding-right:15px;
    padding-left:15px;
}
.mod_iso_cart .formbody,
.mod_iso_checkout .formbody,
.mod_iso_orderdetails .formbody {
    margin-bottom:30px;
}
.mod_iso_cart table,
.mod_iso_checkout table,
.mod_iso_orderdetails table {
    width:100%;
    position:relative;
    border-spacing:0px;
    border-collapse: collapse;
}
.mod_iso_cart tbody tr,
.mod_iso_checkout tbody tr,
.mod_iso_orderdetails tbody tr {
    width:100%;
    position:relative;
    margin-bottom:20px;
    border-bottom:1px solid rgba(26 26 26,.2);
    border-spacing:0px;
}
.mod_iso_cart td.tax,
.mod_iso_checkout td.tax,
.mod_iso_orderdetails td.tax {
    font-size:0px;
}
.mod_iso_cart td.remove,
.mod_iso_checkout td.remove,
.mod_iso_orderdetails td.remove {
    width:100px;
    text-align:center;
}
.mod_iso_cart td.remove:before,
.mod_iso_checkout td.remove:before,
.mod_iso_orderdetails td.remove:before {
    margin-right:4px;
    font:13px Fontawesome;
    color:#f00;
    content: "\f00d";
}
.mod_iso_cart td.total,
.mod_iso_checkout td.total,
.mod_iso_orderdetails td.total {
    width:100px;
    text-align:center;
}
.mod_iso_cart td.price,
.mod_iso_checkout td.price,
.mod_iso_orderdetails td.price {
    width:100px;
    text-align:right;
}
.mod_iso_cart td.quantity,
.mod_iso_checkout td.quantity,
.mod_iso_orderdetails td.quantity {
    width:50px;
}
.mod_iso_cart td.quantity input,
.mod_iso_checkout td.quantity input,
.mod_iso_orderdetails td.quantity input {
    margin-bottom:0;
    text-align:center;
}
.mod_iso_cart td.image,
.mod_iso_checkout td.image,
.mod_iso_orderdetails td.image {
    width:170px;
}
.mod_iso_cart td.image figure,
.mod_iso_checkout td.image figure,
.mod_iso_orderdetails td.image figure {
    min-width:150px;
    min-height:150px;
    position:relative;
    display:block;
    margin-top:20px;
    margin-right:20px;
    margin-bottom:20px;
    text-align:center;
    background-color:rgba(1a1a1a,.05);
    line-height:0px;
}
.mod_iso_cart td.image img,
.mod_iso_checkout td.image img,
.mod_iso_orderdetails td.image img {
    max-width:150px;
    max-height:150px;
    top:75px;
    position:relative;
    display:block;
    margin-right:auto;
    margin-left:auto;
    width:auto;
    height:auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mod_iso_cart td.name a,
.mod_iso_checkout td.name a,
.mod_iso_orderdetails td.name a {
    font-size:15px;
}
.mod_iso_cart td.name ul,
.mod_iso_checkout td.name ul,
.mod_iso_orderdetails td.name ul {
    margin:0 auto;
    padding:0;
    list-style-type:none;
}
.mod_iso_checkout tfoot td.remove,
.mod_iso_cart tfoot td.remove,
.mod_iso_cart tfoot td.tax,
.mod_iso_checkout tfoot td.tax,
.mod_iso_orderdetails tfoot td.remove {
    font-size:0px;
}
.mod_iso_checkout tfoot td.remove:before,
.mod_iso_cart  tfoot td.remove:before,
.mod_iso_orderdetails tfoot td.remove:before {
    display:none;
}
.mod_iso_cart tfoot tr.foot_first td,
.mod_iso_checkout tfoot tr.foot_first td,
.mod_iso_orderdetails tfoot tr.foot_first td {
    padding-top:30px;
}
.mod_iso_cart tfoot td.total,
.mod_iso_checkout tfoot td.total,
.mod_iso_orderdetails tfoot td.total {
    width:100px;
}
.mod_iso_cart tfoot td.total,
.mod_iso_checkout tfoot td.total,
.mod_iso_orderdetails tfoot td.total {
    text-align:right;
}
.mod_iso_cart .submit_container {
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid rgba(26 26 26,.4);
}
.mod_iso_cart .submit_container:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    content:"";
}
.mod_iso_cart .button_continue {
    position:relative;
    float:left;
    display:block;
}
.mod_iso_cart .button_update {
    position:relative;
    float:right;
    display:block;
}
.mod_iso_cart .button_checkout {
    position:relative;
    float:right;
    display:block;
    margin-right:20px;
}
@media (max-width:768px) {
    .mod_iso_cart td,
    .mod_iso_checkout  td , 
    .mod_iso_orderdetails td {
    display:block !important;
    position:relative !important;
    float:none !important;
    width:100% !important;
    text-align:center !important;
    padding:10px 0px 10px 0px !important;
    }
    .mod_iso_cart td.quantity,
    .mod_iso_checkout td.quantity,
    .mod_iso_orderdetails td.quantity {
    width:100% !important;
    }
    .mod_iso_cart td.quantity input,
    .mod_iso_checkout td.quantity input, 
    .mod_iso_orderdetails td.quantity input {
    width:50px !important;
    }
    .mod_iso_cart tr,
    .mod_iso_checkout tr,
    .mod_iso_orderdetails tr {
    border:none !important;
    }
    .mod_iso_cart td figure,
    .mod_iso_checkout td figure, 
    .mod_iso_orderdetails td figure {
    margin-right:0px !important;
    }
    .mod_iso_cart tr.row_last td.col_last,
    .mod_iso_checkout tr.row_last td.col_last, 
    .mod_iso_orderdetails tr.row_last td.col_last {
    padding-bottom:30px !important;
    }
    .mod_iso_cart tfoot td.price,
    .mod_iso_cart tfoot td.col_first,
    .mod_iso_checkout tfoot td.price, 
    .mod_iso_orderdetails tfoot td.price {
    display:none !important;
    }
    .mod_iso_cart tfoot td.total,
    .mod_iso_checkout tfoot td.total, 
    .mod_iso_orderdetails tfoot td.total {
    display:block !important;
    font-weight:bold !important;
    }
    .mod_iso_cart tfoot tr td,
    .mod_iso_cart tfoot tr.foot_first td,
    .mod_iso_checkout tfoot tr td, 
    .mod_iso_orderdetails tfoot tr td,
    .mod_iso_checkout tfoot tr.foot_first td, 
    .mod_iso_orderdetails tfoot tr.foot_first td  {
    padding-top:2px !important;
    padding-bottom:2px !important;
    }
    .mod_iso_cart tfoot tr td.name,
    .mod_iso_checkout tfoot tr td.name, 
    .mod_iso_orderdetails tfoot tr td.name {
    padding-top:30px !important;
    }
    .mod_iso_cart tfoot,
    .mod_iso_checkout tfoot, 
    .mod_iso_orderdetails tfoot {
    border-top: 1px solid rgba(26,26,26,.1) !important;
    }
    .mod_iso_cart .submit_container input,
    .mod_iso_checkout .submit_container input,
    .mod_iso_orderdetails .submit_container input{
    float:none !important;
    clear:both !important;
    margin:0 auto 20px auto !important;
    }
    .mod_iso_checkout .billing_address a.edit, 
    .mod_iso_checkout .shipping_address a.edit, 
    .mod_iso_checkout .shipping_method a.edit, 
    .mod_iso_checkout .payment_method a.edit {
    float:none !important;
    }
}

/* Checkout //////////////////////////////////////////////////////////////////// */
.mod_iso_checkout {
    position:relative;
    display:block;
    padding-right:15px;
    padding-left:15px;
}
.mod_iso_checkout .steps:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    margin-bottom:30px;
    content:"";
}
.mod_iso_checkout .steps ol {
    margin:0;
    padding:0;
    list-style-type:none;
}
.mod_iso_checkout .steps ol li {
    width:25%;
    height:11px;
    position:relative;
    float:left;
    display:block;
    text-align:center;
    border-bottom:1px solid rgba(26 26 26,.4);
    color:rgba(26 26 26,.3);
}
.mod_iso_checkout .steps ol.steps3 li {
    width:33.333%;
}
.mod_iso_checkout .steps ol li.active,
.mod_iso_checkout .steps ol li.passed {
    border-bottom:1px solid rgba(1a1a1a,.99);
    color:rgba(1a1a1a,.99);
}
.mod_iso_checkout .steps ol li:after {
    width:17px;
    height:17px;
    right:0;
    top:1px;
    position:absolute;
    background-color:#ffffff;
    font:17px Fontawesome;
    content: "\f105";
}
.mod_iso_checkout .steps ol li span,
.mod_iso_checkout .steps ol li a {
    padding-right:10px;
    padding-left:10px;
    text-align:center;
    background-color:#ffffff;
}
@media (max-width:768px) {
    .mod_iso_checkout .steps ol li{
    width:100%;
    clear:both;
    float:none;
    margin-bottom:30px;
    }
}
.mod_iso_checkout .submit_container {
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid rgba(26 26 26,.4);
}
.mod_iso_checkout .submit_container .next,
.mod_iso_checkout .submit_container .confirm {
    float:right;
}
.mod_iso_checkout .submit_container .previous {
    float:left;
}
.mod_iso_checkout .submit_container:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    content:"";
}
.mod_iso_checkout .billing_address,
.mod_iso_checkout .shipping_address,
.mod_iso_checkout .shipping_method,
.mod_iso_checkout .payment_method,
.mod_iso_orderdetails .billing_address,
.mod_iso_orderdetails .shipping_address,
.mod_iso_orderdetails .shipping_method,
.mod_iso_orderdetails .payment_method {
    position:relative;
    display:block;
    margin-bottom:30px;
    padding-top:20px;
    border-top:1px solid rgba(26 26 26,.3);
}
.mod_iso_checkout .payment_method {
    padding-bottom:30px;
    border-bottom:1px solid rgba(26 26 26,.3);
}
.mod_iso_checkout .billing_address a.edit,
.mod_iso_checkout .shipping_address a.edit,
.mod_iso_checkout .shipping_method a.edit,
.mod_iso_checkout .payment_method a.edit {
    position:relative;
    float:right;
    display:block;
}
.mod_iso_checkout .billing_address a.edit:before,
.mod_iso_checkout .shipping_address a.edit:before,
.mod_iso_checkout .shipping_method a.edit:before,
.mod_iso_checkout .payment_method a.edit:before {
    display:inline-block;
    margin-right:3px;
    font-family:Fontawesome;
    color:#e2e600;
    content: "\f040 ";
}
.mod_iso_checkout #ctrl_BillingAddress span,
.mod_iso_checkout #ctrl_ShippingAddress span {
    position:relative;
    display:block;
    margin-bottom:10px;
}
.mod_iso_checkout #ctrl_BillingAddress  .vcard span,
.mod_iso_checkout #ctrl_ShippingAddress  .vcard span {
    position:relative;
    display:inline;
    margin-bottom:0;
}
.mod_iso_checkout .widget-radio .radio {
    margin-right:10px;
}

/* Orderhistory //////////////////////////////////////////////////////////////////// */
.mod_iso_orderhistory table {
    position:relative;
    margin-bottom:60px;
}
.mod_iso_orderhistory table {
    width:100%;
    position:relative;
    table-layout:fixed;
    border-collapse: collapse;
    border-spacing: 0px;
}
.mod_iso_orderhistory table thead tr th {
    text-align:left;
    border-bottom:1px solid rgba(26 26 26,.2);
}
.mod_iso_orderhistory table tr th,
.mod_iso_orderhistory table tr td {
    padding-top:10px;
    padding-bottom:10px;
}
.mod_iso_orderhistory table tr td.col_last {
    text-align:right;
}
.mod_iso_orderhistory table tr td.col_last:before {
    display:inline-block;
    margin-right:4px;
    font-family:Fontawesome;
    color:#00a6ff;
    content:"\f06e";
}

/* Orderdetails  //////////////////////////////////////////////////////////////////// */
.mod_iso_orderdetails {
    position:relative;
    display:block;
}
.mod_iso_orderdetails .downloads {
    margin-top:30px;
    border-top:1px solid rgba(26 26 26,.4);
}
.mod_iso_orderdetails .downloads .unavailable {
    color:#f00;
}
.mod_iso_orderdetails .downloads .available a {
    color:#00a6ff;
}

/* Gallery  //////////////////////////////////////////////////////////////////// */
.ce_gallery ul {
    margin:0;
    padding:0;
    list-style-type:none;
    overflow:hidden;
}
.ce_gallery li {
    float:left;
}
.ce_gallery li.col_first {
    clear:left;
}
.float_left {
    float:left;
}
.float_right {
    float:right;
}

@media screen {
.ce_youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.ce_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.layout_latest.img-display-none figure.image_container {
    display: none;
}
.sharebuttons > ul.theme {
    margin: 0 auto;
    display: inline-block;
}
.sharebuttons > ul.fontawesome > li > a {
    font-size: 16px;
    width: 17px;
    height: 20px;
    line-height: 20px;
    color: rgba(26,26,26,.4);
}
li.search-page img {
    width: 16px;
    height: 20px;
}
.logo img {
    width:300px;
    max-width:300px;
}
#main .mainmenu ul.level_1 li a,
#main .mainmenu ul.level_1 li span.active,
#main .mainmenu ul.level_1 li span.forward {
    position: relative;
        float: none;
        display: block;
        padding-top: 6px;
        padding-bottom: 6px;
        white-space: nowrap;
        font-size: 12px;
        color: #1a1a1a;
        letter-spacing: 2px;
        font-weight: 400;
}
#main .mainmenu ul.level_1 {
    padding: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.25);
        box-shadow: 0 0 2px 0 rgba(0,0,0,.25);
        behavior: url(assets/css3pie/1.0.0/PIE.htc);
        z-index: 999;
    min-width: 150px;
        width: auto;
}
#main .mainmenu {
    position:relative;
    float:none;
    display:inline-block;
    margin-top:0;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}
#container #article-1082 .mod_navigation ul li a:before,
#container #article-1082 .mod_navigation ul li span:before {
    content: " ";
}
#article-1082 {
    text-align:center;
}
#article-1082 > div {
    text-align:left;
}
#main .mainmenu ul.level_1 li a:hover {
    color: rgba(26,26,26,.6);
}
.mainmenu ul.level_1 li.active.page-werk > ul {
    visibility: hidden;
    opacity: 0;
}
p.more,
.pagination ul li a,
.pagination ul li span,
p.back a,
p.more a,
.pagination p,
.details a {
    font-size:12px;
}
p.more a,
.pagination ul li a,
.pagination ul li span,
p.back a,
p.more a,
.details a,
.mod_iso_productreader .submit_container .submit,
.mod_iso_cart .button_checkout,
.mod_iso_cart .button_update,
.mod_iso_cart .button_continue,
form .submit {
    padding:3px 8px;
    font-size:12px;
    text-transform:lowercase;
}
.mod_newslist .layout_latest p.more {
    margin-top:0;
}
.mejs-container {
    width: 100% !important;
    	height: auto !important;
    	padding-top: 57%;
}
.mejs-overlay,
.mejs-poster {
    width: 100% !important;
    	height: 100% !important;
}
.mejs-mediaelement video,
.mejs-mediaelement .me-plugin,
.mejs-mediaelement embed {
    position: absolute;
    	top: 0;
            left: 0;
            right: 0;
            bottom: 0;
    	width: 100% !important;
    	height: 100% !important;
}
.teaser .ce_youtube.padding {
    padding-right: 0px !important;
        padding-left: 0px !important;
}
.image_container img {
    vertical-align:top;
}
.fillter-wrap {
    margin-top:0;
}
}


/* Aanpassingen 07-2025 */
#header.fix .inside {
	padding-bottom: 34px;
}

#header.fix .mainmenu ul.level_1 li > ul {
	right: 0;
    left: auto;
    transform: none;
}

.mainmenu ul.level_1 li {
	position: initial;
}

.mainmenu ul.level_1 li > ul {
    width: auto;
    display: flex;
    box-shadow: none;
    left: 50%;
    transform: translateX(-50%);
}

.mainmenu ul.level_1 li.trail > ul {
	visibility: visible;
    opacity: 1;
}

.mainmenu ul.level_1 li > ul span.active {
	font-weight: 700;
}

#wrapper {
	padding: 185px 0;
}

.mod_search .even a, .mod_search .odd a {
	background-color: black;
}

.mod_newslist .layout_latest {
    margin-bottom: 0;
}

.mod_newslist .layout_latest p.more {
	display: none;
}

.mod_newslist .layout_latest img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.mod_newsreader .ce_text + .ce_text {
	-webkit-columns: 3 19em;
    -moz-columns: 3 19em;
    columns: 3 19em;
    -webkit-column-gap: 1.7em;
    -moz-column-gap: 1.7em;
    column-gap: 1.7em;
}

.mod_newslist .layout_latest .ce_youtube {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
.izotope-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 15px;
	height: auto !important;
	padding-left: 15px;
	padding-right: 15px;
}
.grid-sizer {
	display: none;
}
.mod_newslist .layout_latest {
	position: initial !important;
    height: min-content;
    padding: 0 !important;
}
.mod_newslist .layout_latest h2 {
	height: 4rem;
	word-break: break-word;
}

}
.ce_gallery > ul.cols_1 > li {
    width:100%;
}
.ce_gallery > ul.cols_2 > li {
    width:49.25%;
}
.ce_gallery > ul.cols_3 > li {
    width:32.33333%;
}
.ce_gallery > ul.cols_4 > li {
    width:23.875%;
}
.ce_gallery > ul.cols_5 > li {
    width:18.8%;
}
.ce_gallery > ul.cols_6 > li {
    width:15.41667%;
}
.ce_gallery > ul.cols_7 > li {
    width:13%;
}
.ce_gallery > ul.cols_8 > li {
    width:11.1875%;
}
.ce_gallery > ul.cols_9 > li {
    width:9.77778%;
}
.ce_gallery > ul.cols_10 > li {
    width:8.65%;
}
.ce_gallery > ul.cols_11 > li {
    width:7.72727%;
}
.ce_gallery > ul.cols_12 > li {
    width:6.95833%;
}
.ce_gallery.no-resize > ul > li {
    width:auto;
}
.ce_gallery > ul {
    zoom: 1;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.ce_gallery > ul:before {
    display:table;
    content: "";
}
.ce_gallery > ul:after {
    clear:both;
    display:table;
    content: "";
}
.ce_gallery > ul > li {
    width:23.875%;
    float:left;
    margin:1.5% 0 0 1.5%;
}
.ce_gallery > ul > li.col_first {
    clear:left;
    margin-left:0;
}
.ce_gallery > ul > li.col_last {
    /* for rounding failures */
        margin-right: -1%;
}
.ce_gallery > ul > li > .image_container {
    width:100%;
}
.ce_gallery img {
    width:100%;
    height:auto;
}
.mod_newsreader .sc p {
    margin-top:0;
    margin-bottom:0;
}
.mod_newsreader .ce_image {
    padding-bottom:50px;
}
.mod_newsreader .sc h1 {
    margin-top:0;
}

@media only screen and (max-width: 767px) {
li.search-page::before {
    display: none;
}
.mod_newsreader .ce_image {
    padding-bottom:0;
}
.mod_newsreader .sc h1 {
    margin-top:17px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
li.search-page::before {
    display: none;
}
}

