/* 
 * -----------------------------------
 * comp4site 3.04
 * C4S CUSTOM CSS
 *
 * Copyright
 * COM.POSiTUM Multimedia-Agentur GmbH
 * -----------------------------------
 */


/* ------------------------------------
 *  CUSTOM FONTS
 * ------------------------------------  
 */
@font-face{
font-family:"FrutigerLTW02-55Roman";
src:url("../fonts/c94bd41e-23b3-4522-8237-0a0f7bd0e953.eot?#iefix");
src:url("../fonts/c94bd41e-23b3-4522-8237-0a0f7bd0e953.eot?#iefix") format("eot"),url("../fonts/409b4bec-c67e-4764-a141-054db8df81d2.woff") format("woff"),url("../fonts/efe9def0-77d1-4c28-8fd2-371236a3c8ed.ttf") format("truetype"),url("../fonts/70b07d32-76f5-474e-83b0-7d5a3fefb15b.svg#70b07d32-76f5-474e-83b0-7d5a3fefb15b") format("svg");
}
@font-face{
font-family:"FrutigerLTW02-47LightCn";
src:url("../fonts/16287d1e-35c2-48f5-8e23-53345e052ca7.eot?#iefix");
src:url("../fonts/16287d1e-35c2-48f5-8e23-53345e052ca7.eot?#iefix") format("eot"),url("../fonts/18e289e9-d1cf-49c2-9e2b-443f187c1f87.woff") format("woff"),url("../fonts/23a04561-390f-4346-9287-d05ec4f6f542.ttf") format("truetype"),url("../fonts/4f7e6038-e429-4d6d-b74f-43498d868495.svg#4f7e6038-e429-4d6d-b74f-43498d868495") format("svg");
}
@font-face{
font-family:"FrutigerLTW02-57Condens";
src:url("../fonts/a267d8d4-3e11-4eb4-a4a8-f109ddc63706.eot?#iefix");
src:url("../fonts/a267d8d4-3e11-4eb4-a4a8-f109ddc63706.eot?#iefix") format("eot"),url("../fonts/ef9a4f38-e55d-40e8-aa22-b4510adec541.woff") format("woff"),url("../fonts/dbe27c12-f5c5-449d-88b8-330313bf5865.ttf") format("truetype"),url("../fonts/720956b5-5e1e-47f5-a115-34296dc4cbf1.svg#720956b5-5e1e-47f5-a115-34296dc4cbf1") format("svg");
}
@font-face{
font-family:"FrutigerLTW02-67BoldCn";
src:url("../fonts/70d83e26-5eda-46ec-95ba-643813861c3a.eot?#iefix");
src:url("../fonts/70d83e26-5eda-46ec-95ba-643813861c3a.eot?#iefix") format("eot"),url("../fonts/2c61b2bd-b119-4f37-ba50-99d8159a29b7.woff") format("woff"),url("../fonts/e48e72ec-22ed-4e7a-a891-62748411433f.ttf") format("truetype"),url("../fonts/7dac69d8-812a-4c73-b79b-338e7813ed23.svg#7dac69d8-812a-4c73-b79b-338e7813ed23") format("svg");
}



/* ------------------------------------
 *  BASIC
 * ------------------------------------  
 */
body {
    font-size:100%;
    width:100%;
    height:100%;
    background-color:#e7e7e7;
    background:rgb(231,231,231);
    }
    
    
body, button, input, select, textarea {
    line-height:1.4;
    font-size: 20px;
    font-size: 2rem;
    font-family:"FrutigerLTW02-57Condens", sans-serif;
    font-weight: 400;
    }
body {font-family:"FrutigerLTW02-47LightCn", sans-serif;}    

body.creart/*, 
body.creart button, 
body.creart input, 
body.creart select, 
body.creart textarea*/ {
    color:#516d87;
    }
body.creart button, 
body.creart input, 
body.creart select, 
body.creart textarea {
    color:#6692b6;
    }

body.compositum, 
body.compositum button, 
body.compositum input, 
body.compositum select, 
body.compositum textarea {
    color:#545454;
    }


/* ------------------------------------
 *  HEADLINES
 * ------------------------------------  
 */
header {position:relative;z-index:10;}

h1,h2,h3,h4,h5,h6 {
    font-family:"FrutigerLTW02-57Condens", sans-serif;
    font-weight: 400;
    color:#6692b6;
    padding-bottom:10px;
    /*padding-bottom:1rem;*/
    line-height:normal;
    text-transform:uppercase;
    }
body.compositum h1 {
    color:#646464;
}
body.compositum h2,
body.compositum h3,
body.compositum h4,
body.compositum h5,
body.compositum h6 {
    color:#e2001a;
}

h1 {
    font-size:38px;
    font-size:3.8rem;
    padding-bottom:30px;
    /*padding-bottom:3rem;*/
    }
h1.wfilter {display:inline;}    
    
h2 {
    font-size:32px;
    font-size:3.2rem;
    }
h3 {
    font-size:28px;
    font-size:2.8rem;
    }
h4 {
    font-size:24px;
    font-size:2.4rem;
    }
h5 {
    font-size:22px;
    font-size:2.2rem;
    }
h6 {
    font-size:20px;
    font-size:2rem;
    }


/* ------------------------------------
 *  LINKS
 * ------------------------------------  
 */
a {
    text-decoration:none;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    }
    
a:hover {text-decoration:none;}
    
body.creart a {color:#33506b;}
body.compositum a {color:#242424;}  


.transitanim {
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    }


/* ------------------------------------
 *  SCROLL TO TOP
 * ------------------------------------  
 */
#scrollToTop {
    width:48px; 
    /*width:4.8rem; */
    height:48px; 
    /*height:4.8rem;*/
    font-size:48px; 
    font-size:4.8rem;
    text-align:center; 
    text-decoration: none;
    position:fixed;
    z-index:12000;
    top:75px;
    right:40px;
    /*right:4rem;*/
    color:#6692b6;
    display:none;  
    outline:none;  
    }
#scrollToTop:hover {text-decoration:none;}
body.compositum #scrollToTop {color:#df7984;}


/* ------------------------------------
 *  LAYOUT CONTAINER
 * ------------------------------------  
 */
.site {width: 100%!important;}


.site-wrapper {
    width:100%;
    text-align:left;
    }
.container {
    position:relative;
    /*width:960px;
    width:96rem;*/
    width:1140px;
    /*width:114rem;*/
    margin:0 auto;
    }   
   

/* ------------------------------------
 *  BACKGROUND SMOOTHIE
 * ------------------------------------  
 */
.bgsmoothie {
    /*background: rgb(231,231,231);
        
    background: -moz-linear-gradient(left, rgb(231,231,231) 0%, rgb(237,237,237) 30%, rgb(247,247,247) 50%, rgb(237,237,237) 70%, rgb(231,231,231) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(231,231,231)), color-stop(30%, rgb(237,237,237)), color-stop(50%, rgb(247,247,247)), color-stop(70%, rgb(237,237,237)), color-stop(100%, rgb(231,231,231)));
    background: -webkit-linear-gradient(left, rgb(231,231,231) 0%, rgb(237,237,237) 30%, rgb(247,247,247) 50%, rgb(237,237,237) 70%, rgb(231,231,231) 100%);
    background: -o-linear-gradient(left, rgb(231,231,231) 0%, rgb(237,237,237) 30%, rgb(247,247,247) 50%, rgb(237,237,237) 70%, rgb(231,231,231) 100%);
    background: -ms-linear-gradient(left, rgb(231,231,231) 0%, rgb(237,237,237) 30%, rgb(247,247,247) 50%, rgb(237,237,237) 70%, rgb(231,231,231) 100%);
    background: linear-gradient(to right, rgb(231,231,231) 0%, rgb(237,237,237) 30%, rgb(247,247,247) 50%, rgb(237,237,237) 70%, rgb(231,231,231) 100%);*/
    }   

.bgsmoothie {
    background-image:url(../images/bg_smoothie.png);
    background-size:100%;
    background-position:center top;
    background-repeat:repeat-y;
    }
    
    body {
    }


/* ------------------------------------
 *  HEADER CONTAINER
 * ------------------------------------  
 */
/*#masthead,*/
#header-wrap {
    /*min-height:134px;
    min-height:13.4rem;*/
    /*min-height:194px;*/
    min-height:134px;
    /*min-height:19.4rem;*/
   
   width:1140px;
   z-index:10;
    }
#header-wrap {
    /*padding-bottom:60px;*/
    /*padding-bottom:6rem;*/
   
    /*padding-bottom:56px;*/
    /*background-image:url(../images/header-swing_down.png);
    background-repeat:no-repeat;
    background-position:center bottom;
    background-size:100% auto;*/
}
/*#header-wrap::after {
    content:url(../images/header-swing.svg);
    content:url(../images/header-swing_down.png);
    height:60px;
    height:56px;
    width:1140px;
    display:block;
    position:absolute;
    bottom:0;
    z-index:10000;
    }*/
    
.smoothie-down,
.smoothie-up {
    height:56px;
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    } 
    
.smoothie-down {
    background-image:url(../images/header-swing_down.png);
    background-position:center top;
    }  
.smoothie-up {
    background-image:url(../images/header-swing_up.png);
    background-position:center bottom;
    position:absolute;
    bottom:0;
    left:0;
    z-index:10000;
    }    

/* ------------------------------------
 *  ANIMATED LOGO
 * ------------------------------------  
 */
.object-div {
    display: block;
    height: 100%;
    width: 100%;
}

object {
    display: block;
    width: 100%;
}

#sitelogo {
    display:block;
    width:140px;
    /*width:14rem;*/
    height:93px;
    /*height:9.3rem;*/
    text-decoration:none;
    position:relative;
    z-index:1000;
    top:30px;
    /*top:3rem;*/
    margin:0 auto;
    }
body.compositum #sitelogo {
    width:345px;
    /*width:34.5rem;*/
    height:53px;
    /*height:5.3rem;*/
    top:45px;
    /*top:4.5rem;*/
    }
#sitelogo:hover {
    background:none;
    }


/* ------------------------------------
 *  INLINE SVG
 * ------------------------------------  
 */
.svg-frame {
   position: relative;
   display:inline-block;
   vertical-align: middle; 
   overflow:hidden 
   }
.svg-frame svg { position: absolute; display: block;}
.svg-frame image { width:100%; /*height: auto;*/ height:inherit;}



/* ------------------------------------
 *  META NAVIGATION PANEL [search, meta navigation]
 * ------------------------------------  
 */
.meta_panel {position:absolute;top:0;right:0;}


/* ------------------------------------
 *  SEARCH
 * ------------------------------------  
 */
#openSearch, #openNav {
  color:#6692b6;
  display:block;
  text-align:center;
  font-size:14px;
  font-size:1.4rem;
  
  line-height:28px;
  line-height:2.8rem;
  
  position:relative;
  top: 30px;
  /*top: 3rem;*/
  margin-right:40px;
  /*margin-right:4rem;*/
  }
body.compositum #openSearch, 
body.compositum #openNav {
    color:#df7984;
    }
#openSearch:hover, #openNav:hover
#openSearch:focus, #openNav:focus {
    color:#004687;
    }
body.compositum #openSearch:hover, body.compositum #openNav:hover,
body.compositum #openSearch:focus, body.compositum #openNav:focus {
    color:#e2001a;
    }

#closeNav {
    background-image:url(../images/icon_discard.svg);
    background-position:center center;
    background-color:#fff;
    width:54px;
    /*width:5.4rem;*/
    height:54px;
    /*height:5.4rem;*/
    border-radius:50%;
    display:block;
    position:absolute;
    top:47px;
    /*top:4.7rem;*/
    right:47px;
    /*right:4.7rem;*/
    }



/* ------------------------------------
 *  REFERENCE SLIDER
 * ------------------------------------  
 */
#main-slider {
    height:500px;
    background:#222;
    overflow:hidden;
    }
    
/*#main-slider::after {
    content:url(../images/header-swing.svg);
    content:url(../images/header-swing_down.png);
    height:60px;
    height:56px;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    z-index:10000;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);
    
    zoom:1;
    }*/
    
.ref-slider {position:relative;}    



/* ------------------------------------
 *  MODUL: FOTOGALERIE
 * ------------------------------------  
 */

#main-slider.fotogalerie {
    background:#222 url(../images/background_fotogalerie.jpg) center center no-repeat;
}

#main-slider.fotogalerie .slick-slide {
    width:215px;
    margin:0px 12px 30px 12px;
}
#main-slider.fotogalerie .clip {
    background:url(../images/poster-mockup-clips.png) no-repeat center top;
    height:67px;
    width:215px;
}
#main-slider.fotogalerie .poster {
    background:url(../images/poster-mockup.png) no-repeat center top;
    width:215px;
    height:285px;
    overflow:hidden;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
}



/* poster info (category)  */
#main-slider.fotogalerie .info {
    margin-top:5px;
}
#main-slider.fotogalerie .info span {
    background:#fff;
    text-align:right;
    color:#000;
    font-size:10px;
    padding:2px 5px;
    float:right;
    /*border-left:1px solid #cecece;border-top:1px solid #cecece;
    border-bottom:1px solid #fff;border-right:1px solid #fff;*/
    /*box-shadow:1px 1px 0px rgba(0,0,0,0.2);*/
}  




#main-slider.fotogalerie .poster > span,
#main-slider.fotogalerie .poster a {
    display:block;
    width:195px;
    height:264px;
    margin:10px auto;
    overflow:hidden;
    background-color:#fff;
    position:relative;
}

#main-slider.fotogalerie .poster a:hover {
    position:relative;
    display:block;
    background:none;
    border:0 none;
    padding:0;
    }


#main-slider.fotogalerie .poster a img,
#main-slider.fotogalerie .poster a img {
    -moz-transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
#main-slider.fotogalerie .poster a:hover img,
#main-slider.fotogalerie .poster a:hover img {
    -moz-transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
    transform:scale(1.03);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    }
    

#main-slider.fotogalerie .poster .poster-description:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    }

#main-slider.fotogalerie .poster .poster-description,
#main-slider.fotogalerie .poster .poster-description span {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    -o-user-select: none;
    user-select: none;     
    }

#main-slider.fotogalerie .poster .poster-description {
    background:rgba(255,255,255,0.6);
    top:20px;
    right:20px;
    bottom:20px;
    left:20px;
    /*top:2rem;*/
    /*right:2rem;*/
    /*bottom:2rem;*/
    /*left:2rem;*/
    position:absolute;
    z-index:10;
    text-align:center;
    
    opacity:0;
    transition:opacity 0.4s ease-in-out 0s;
    }
#main-slider.fotogalerie .poster .poster-description span {
    display: inline-block;
    vertical-align:middle;
    /*font-size:18px;
    font-size:1.8rem;*/
    font-size:70%;
    line-height:1.2;
    font-weight:400;
    padding:0 20px;
    /*padding:0 2rem;*/
    text-transform:uppercase;
    width:100%;
    color:#004687;
    }

#main-slider.fotogalerie .poster a:hover .poster-description {opacity:1;}    






/* ------------------------------------
 *  MODUL: SKETCH
 * ------------------------------------  
 */

#main-slider.sketch {}
    
    
#main-slider.sketch .sketch_tools {
    margin-top:10px;
    /*margin-top:1rem;*/
    } 
#main-slider.sketch .sketch_tools span {
    display:block;
    margin-bottom:5px;
    /*margin-bottom:0.5rem;*/
    } 
    
#main-slider.sketch .sketch_tools .pen_size,
#main-slider.sketch .sketch_tools .pen_color,
#main-slider.sketch .sketch_tools .download {
    width:30px;
    height:30px;
    /*width:3rem;*/
    /*height:3rem;*/
    border-radius:50%;
    line-height:30px;
    display:inline-block;
    text-align:center;
    text-indent:-999em;
    margin-bottom:5px;
    /*margin-bottom:0.5rem;*/
    
    border:2px dotted rgba(0,70,135,0);
    }	
    
#main-slider.sketch .sketch_tools .pen_size,
#main-slider.sketch .sketch_tools .download {
    background-color:#6692B6;
    color:#fff;
    background-size:70%;
    background-repeat:no-repeat;
    background-position:center center;
    } 

#main-slider.sketch .sketch_tools .pen_size.active_tool,
#main-slider.sketch .sketch_tools .pen_color.active_tool,
#main-slider.sketch .sketch_tools .download.active_tool {
    /*border-radius:25%;*/
    /*border: 1px solid rgb(231, 231, 231);*/
    border:2px dotted #fff;
    }

#main-slider.sketch .sketch_tools .pen_size.pen {background-image:url(../images/sketch/pen.svg);}
#main-slider.sketch .sketch_tools .pen_size.drawing {background-image:url(../images/sketch/drawing.svg);}
#main-slider.sketch .sketch_tools .pen_size.crayon {background-image:url(../images/sketch/crayon.svg);}
#main-slider.sketch .sketch_tools .pen_size.paintbrush {background-image:url(../images/sketch/paintbrush.svg);}
#main-slider.sketch .sketch_tools .pen_size.eraser {background-image:url(../images/sketch/eraser.svg);}

#main-slider.sketch .sketch_tools .download {background-image:url(../images/sketch/download.svg);}


#main-slider.sketch #SketchPad,
#main-slider.sketch #canvasBackground,
#main-slider.sketch #sketchFont {position:absolute;top:0;left:0;}

#main-slider.sketch #SketchPad {cursor:crosshair;z-index:3;}
#main-slider.sketch #canvasBackground {z-index:1;}
#main-slider.sketch #sketchFont {z-index:2;width:100%;height:100%;background:url(../images/background_sketch_font.png);}



/* ------------------------------------
 *  MODUL: SKETCH / Bildkorrektur
 * ------------------------------------  
 */

/* OPEN PANEL button */
#main-slider .open_toolpanel {
    position:absolute;
    z-index: 10;
    left:20px;
    /*left:2rem;*/
    top:80px;
    /*top:8rem;*/
    display:block;
    cursor:pointer;
    
    width:64px;
    /*width:6.4rem;*/
    height:64px;
    /*height:6.4rem;*/
    border-radius:50%;
    background-color:rgb(102,146,182);
    
    opacity:0.9;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    }
#main-slider .open_toolpanel::after {
    content:url(../images/icon_edit_image.svg);  
    display:block;
    width:74%;
    position:absolute;
    top:15%;
    left:20%;
    z-index:1;
    zoom:1;
    }
#main-slider .open_toolpanel:hover {
    /*background-color:rgba(102,146,182,1);*/
    opacity:1;
    }
    
    
/* CLOSE PANEL button */
#main-slider .close_toolpanel {
    position:absolute;
    z-index: 10;
    right:20px;
    /*right:2rem;*/
    top:25px;
    /*top:2.5rem;*/
    display:block;
    cursor:pointer;
    
    width:34px;
    /*width:3.4rem;*/
    height:34px;
    /*height:3.4rem;*/
    border-radius:50%;
    background-color:rgb(255,255,255);
    background-color:#6690b7;
    opacity:0.8;
    
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    }
#main-slider .close_toolpanel::after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    text-align:center;
    content: '\e81e';
    color:#516d87;
    color:#fff;
    font-size:54px;
    font-size:5.4rem;
    display:block;
    position:absolute;
    top:0;
    left:-5%;
    width:34px;
    /*width:3.4rem;*/
    height:34px;
    /*height:3.4rem;*/
    line-height:34px;
    /*line-height:3.4rem;*/
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    }
#main-slider .close_toolpanel:hover {
    background-color:rgb(255,255,255);
    opacity:1;
    }
#main-slider .close_toolpanel:hover::after {
    color:#516d87;
    }
    
    
/* ------------------------------------ 
 * INFO PANEL
 * ------------------------------------
 */
#main-slider .info-panel {
    position:absolute;
    top:60px;
    left:-150%;
    background:#004687;
    color:#fff;
    padding:20px;
    
    max-width:400px; 
    z-index: 12;
    
    border-radius:0 10px 10px 0;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    }
#main-slider .info-panel.animate-in {
    left:0;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    }
#main-slider .info-panel.animate-out {
    left:-150%;
    -webkit-transition-duration: 4s;
    -moz-transition-duration: 4s;
    -ms-transition-duration: 4s;
    -o-transition-duration: 4s;
    transition-duration: 4s;
    }


#main-slider .info-panel h2,
#main-slider .info-panel h3 {
    color:#fff;
    padding:0;
    text-transform:none;
    }
#main-slider .info-panel h2 {
    font-size:36px;
    font-size:3.6rem;
    }
#main-slider .info-panel h3 {
    font-size:26px;
    font-size:2.6rem;
    text-transform:inherit;
    }    

    
/* image tools / sketch */ 
/*#main-slider.imagecorrection .info-panel,
#main-slider.sketch .info-panel {
    left:0;
    }
#main-slider.imagecorrection .info-panel.animate-in,
#main-slider.sketch .info-panel.animate-in {
    left:-150%;
    }
#main-slider.imagecorrection .info-panel.animate-out,
#main-slider.sketch .info-panel.animate-out {
    left:0;
    }
    */
#main-slider.imagecorrection .info-panel h2,
#main-slider.sketch .info-panel h2 {
    padding-right:60px;
    }

    
/* image tools */    
#main-slider.imagecorrection .info-panel .imagetool_panel {
    width:40%;
    margin-right:10%;
    float:left;
    }   
    
#main-slider.imagecorrection .info-panel .imagetool_panel .filter_label {
    display:block;
    font-size:18px;
    font-size:1.8rem;
    width:100%;
    margin-top:10px;
    /*margin-top:1rem;*/
    margin-bottom:5px;
    /*margin-bottom:0.5rem;*/
    }   
#main-slider.imagecorrection .info-panel .imagetool_panel .filter_range {
    height:14px;
    padding:2px;
    border-radius:7px;
    /*border-radius:0.7rem;*/
    background:#fff;
    box-shadow:inset 1px 1px 3px rgba(0,0,0,0.6);
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    /*border-radius: 5px;*/
    /*required for proper track sizing in FF*/
    /*width: 150px;*/
    width: 100%;
    position:relative;
    }


#main-slider.imagecorrection .info-panel .imagetool_panel .filter_range .filter_range_thumb {
    -webkit-appearance: none;
    display:block;
    border: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #6692B6;
    border:2px solid #fff;
    vertical-align: middle;
    position:absolute;
    top:-3px;
    left:0;
    margin-left:-10px;
    }
#main-slider.imagecorrection .info-panel .imagetool_panel .filter_range .filter_range_thumb:focus {outline: none;}
#main-slider.imagecorrection .info-panel .imagetool_panel .filter_range .filter_range_thumb:hover {cursor: pointer;}



/* ------------------------------------
 *  CONTENT CONTAINER
 * ------------------------------------  
 */ 
#main-slider, 
.content-wrap, 
#colophon 
{
    position:relative;
    z-index:1;
    top:-56px; /* depends on padding from #header-wrap */
    }


.content-wrap {padding:100px 20px 60px 20px;/*padding:10rem 2rem 6rem 2rem;*/overflow:hidden;}
.content-wrap.sliderpage {padding-top:60px;/*padding-top:6rem;*/}
.content-wrap.modpage {padding-top:20px;/*padding-top:2rem;*/}



/* ------------------------------------
 *  CONTENT LINKS
 * ------------------------------------  
 */ 
 /* common */


/* links creart */    
body.creart .content-wrap a {border-bottom:1px dotted #516d87;}
body.creart .content-wrap a:hover {color:#fff;background-color:#33506b;background-color:#004687;} 
/* links compositum */
body.compositum .content-wrap a {border-bottom:1px dotted #df7984;}  
body.compositum .content-wrap a:hover {color:#fff;background-color:#e2001a;} 

/* common links */
.content-wrap a {padding:0 2px;padding:0 .2rem;}

/* anchors */
.content-wrap a.anc, 
.content-wrap a.anc:hover {font:1px/0px serif;content:".";height:0;visibility:hidden;padding:0;}

/* file info (pdf, zip, etc.) */
.content-wrap a .fileinfo {color:#516d87;font-size:small;}
.content-wrap a:hover .fileinfo {color:#fff;background-color:none;}




/*.pdf_p { 
    margin:0px 0px 2px 0px;
    background:url("../images/icon_pdf.gif") no-repeat left 4px;
    padding-left:24px; 
    }*/



/* ------------------------------------
 *  CONTENT TEXT
 * ------------------------------------  
 */
.content-wrap .body-text {
    
  /*-webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;*/
    
    
    padding-bottom:20px;
    /*padding-bottom:2rem;*/
    }
/*.content-wrap .body-text.nocol {
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
    }*/
    
.content-wrap p {
    padding-bottom:20px;
    /*padding-bottom:2rem;*/
    }
    
    
/*.content-wrap .multicolumn {
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
    }*/
    
    
.content-wrap ul, .content-wrap ol {
    list-style-type:disc;
    padding-bottom:20px;
    /*padding-bottom:2rem;*/
    }
.content-wrap ul li,
.content-wrap ol li {
    margin-left:20px;
    /*margin-left:2rem;*/
    padding-bottom:5px;
    /*padding-bottom:0.5rem;*/
    }
    
    
.content-wrap .col50 {width:500px;/*width:50rem;*/float:left;}
.content-wrap .col50.rightcol {float:right;} 


.content-wrap .col50 .colbtn {text-align:right;padding-bottom:10px;/*padding-bottom:1rem;*/}
.content-wrap .col50 .colbtn a.button {margin:0;}    


/* ------------------------------------
 *  CONTENT IMAGES / GALLERY
 * ------------------------------------  
 */
.content-wrap .contentimages_wrapper {padding-bottom:20px;/*padding-bottom:2rem;*/}

.content-wrap .contentimages_wrapper.rightfloat {margin-left:20px;/*margin-left:2rem;*/}
.content-wrap .contentimages_wrapper.leftfloat {margin-right:20px;/*margin-right:2rem;*/}

.content-wrap .contentimages_wrapper .contentimage,
.content-wrap .imagegallery .contentimage {margin-bottom:20px;/*margin-bottom:2rem;*/position:relative;}


.content-wrap .contentimages_wrapper .contentimage a,
.content-wrap .imagegallery .contentimage a {
    position:relative;
    display:block;
    text-decoration:none;
    border:0 none;
    padding:0;
    /*background-color:#1d2b38;*/
    background:none;
    overflow:hidden;
    }

.content-wrap .contentimages_wrapper .contentimage a:hover,
.content-wrap .imagegallery .contentimage a:hover {
    position:relative;
    display:block;
    background:none;
    /*background-color:#1d2b38;*/
    border:0 none;
    padding:0;
    }
    

.content-wrap .contentimages_wrapper .contentimage a img,
.content-wrap .imagegallery .contentimage a img {
    -moz-transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.content-wrap .contentimages_wrapper .contentimage a:hover img,
.content-wrap .imagegallery .contentimage a:hover img {
    -moz-transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
    transform:scale(1.03);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    }




.content-wrap .contentimages_wrapper .img-description:before,
.content-wrap .imagegallery .img-description:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    }

.content-wrap .contentimages_wrapper .img-description,
.content-wrap .contentimages_wrapper .img-description span,
.content-wrap .imagegallery .img-description,
.content-wrap .imagegallery .img-description span {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    -o-user-select: none;
    user-select: none;     
    }

.content-wrap .contentimages_wrapper .img-description,
.content-wrap .imagegallery .img-description {
    background:rgba(255,255,255,0.6);
    top:20px;
    right:20px;
    bottom:20px;
    left:20px;
    /*top:2rem;*/
    /*right:2rem;*/
    /*bottom:2rem;*/
    /*left:2rem;*/
    position:absolute;
    z-index:10;
    text-align:center;
    
    opacity:0;
    transition:opacity 0.4s ease-in-out 0s;
    }
.content-wrap .contentimages_wrapper .img-description span,
.content-wrap .imagegallery .img-description span {
    display: inline-block;
    vertical-align:middle;
    /*font-size:18px;
    font-size:1.8rem;*/
    font-size:70%;
    line-height:1.2;
    font-weight:400;
    padding:0 10px;
    /*padding:0 1rem;*/
    text-transform:uppercase;
    width:100%;
    color:#004687;
    }

.no-touch .content-wrap .contentimages_wrapper a:hover .img-description,
.no-touch .content-wrap .imagegallery a:hover .img-description {opacity:1;}




/* ------------------------------------
 *  CONTENT IMAGES / BLUEIMP-GALLERY
 * ------------------------------------  
 */
.content-wrap #gallery,
.content-wrap .imagegallery {
    width:100%;
    /*background:#ddd;*/
    position:relative;
    }
    
    
.content-wrap #gallery .item,
.content-wrap .imagegallery .item {
    margin:0;
    padding: 5px;
    /*padding: 0.5rem;*/
    }
    
    




/* ------------------------------------
 *  SITEMAP
 * ------------------------------------  
 */
/*#sitemap_container .sitemap_part {margin-bottom:40px;}

#sitemap_container ul {list-style:none;margin:0;}
#sitemap_container ul ul {list-style:disc;margin:10px 0 10px 26px;}
#sitemap_container ul ul ul {margin:5px 0 10px 26px;}

#sitemap_container ul li {}
#sitemap_container ul ul li {}

#sitemap_container ul li a {
    }
#sitemap_container ul li a:hover {}

#sitemap_container ul ul li a {
    height:auto;
    }
#sitemap_container ul ul li a:hover {}


    
#sitemap_container ul ul li a[rel~="external"]:after,
#sitemap_container ul ul li a.external_link:after {
    content:url(../images/external_link.gif);
    }*/
    
    

/* ------------------------------------
 *  FOOTER
 * ------------------------------------  
 */
#colophon {}
#additionalinfo {
    background:#004687;
    }   
body.compositum #additionalinfo {
    background:#e2001a;
    }   

#colophon .container {
    padding:30px 0px;
    /*padding:3rem 0;*/
    font-size:26px;
    font-size:2.6rem;
    /*color:#efefef;*/
    /*font-size:9px;*/
    /*background-color:#696969;*/
    }
#colophon .container a {/*color:#e7f1f9;color:#d9e7f4;*/color:#fff;opacity:0.8;}
#colophon .container a:hover {color:#fff;opacity:1;}

/* mail, mobile */
#colophon .container a.colo_contact {line-height:50px;/*line-height:5rem;*/}
/* route planner */
#colophon .container a.route {
    position:absolute;
    top:20px;
    /*top:2rem;*/
    right:0;
    /*line-height:84px;
    line-height:8.4rem;*/
    padding:18px 28px;
    /*padding:1.8rem 2.8rem;*/
    font-size:32px;
    font-size:3.2rem;
    color:#fff;
    }
#colophon .container a.route {background:#6690b7;}
#colophon .container a.route:hover,
#colophon .container a.route.active {
    /*top:16px;
    top:1.6rem;*/
    opacity:1;
    background:#6690b7;
    }
body.compositum #colophon .container a.route {background:#e4808b;} 
body.compositum #colophon .container a.route:hover,
body.compositum #colophon .container a.route.active {
    background:#e4808b;
    }    
    
    
/* ROUTE */
#colophon #routeplanner {border-bottom:1px solid #ddd;}
#colophon #routeplanner .enter_route {padding-bottom:30px;/*padding-bottom:3rem;*/width:100%;position:relative;}
#colophon #routeplanner .enter_route input#origin_addrs {
    border: 0 none !important;
    border-radius: 10px;
    /*border-radius: 1rem;*/
    font-size: 20px;
    font-size: 2rem;
    height: 50px;
    /*height: 5rem;*/
    margin: 0;
    padding: 0 10% 0 2%;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    }
#colophon #routeplanner .enter_route input#navigation_request {
    border: 0 none !important;
    border-radius: 0 10px 10px 0;
    /*border-radius: 0 1rem 1rem 0;*/
    color: #fff;
    font-family: 'fontello';
    font-size: 30px;
    font-size: 3rem;
    font-variant: normal;
    height: 50px;
    /*height: 5rem;*/
    line-height: 10px;
    /*line-height: 1rem;*/
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: none;
    top: 0;
    transition: all 0.2s linear 0s;
    width: 50px;
    /*width: 5rem;*/
    z-index: 2;
    }

#colophon #routeplanner #gmaps {width:100%;height:500px;/*height:50rem;*/background:#ddd;}

#colophon #routeplanner #navigation_request {-webkit-appearance:none;}

#colophon #routeplanner #directions_view {background:#fff;padding:20px;/*padding:2rem;*/font-size:20px;/*font-size:2rem;*/}

/*#colophon #routeplanner #directions_view .adp .adp-text,
#colophon #routeplanner #directions_view .adp .adp-placemark {background:#6690b7;color:#fff;}
body.compositum #colophon #routeplanner #directions_view .adp .adp-text, 
body.compositum #colophon #routeplanner #directions_view .adp .adp-placemark {background:#e2001a;color:#fff;}*/

#colophon #routeplanner #directions_view .adp .adp-legal {font-size:10px;font-size:1rem;}


    

/* copyright */
#copyright {
    text-align:center;
    }
#copyright.container {
    padding:20px 0px;
    /*padding:2rem 0;*/
    font-size:20px;
    font-size:2rem;
    }
    
    
#copyright a {
    text-decoration:none;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    padding: 6px 10px;
    /*padding: 0.6rem 1rem;*/
    border-radius:10px;
    /*border-radius:1rem;*/
    }
#copyright a:hover {text-decoration:none;}
    
body.creart #copyright a {color:#33506b;}
body.compositum #copyright a {color:#242424;} 


#copyright a:hover,
#copyright a.active {
    color:#fff;
    background:#8baecf;
    }
body.compositum #copyright a:hover,
body.compositum #copyright a.active {
    color:inherit;
    background:#fff;
    }
    


/* ------------------------------------
 *  COMPETENCE SLIDER (only landing page)
 * ------------------------------------  
 */    
body.creart .content-wrap .com-slider {text-align:center;} 
body.creart .content-wrap .com-slider h1 {padding-bottom:10px;/*padding-bottom:1rem;*/}
body.creart .content-wrap .com-slider h2 {padding-bottom:40px;/*padding-bottom:4rem;*/}

body.creart .content-wrap .com-slider .com-content {text-align:left;}

    
/* pager */
body.creart .content-wrap .com-slider-pager {
    list-style:none;
    /*padding-bottom:40px;
    padding-bottom:4rem;*/
    position:relative;
    width:100%;
    height:60px;
    /*height:6rem;*/
    }

.com-slider-pager:after {
    content:url(../images/pager-smoothie.svg);
    height:20px;
    /*height:2rem;*/
    width:100%;
    position:absolute;
    top:20px;
    /*top:2rem;*/
    left:0;
    z-index:1;
    zoom:1;
    }
    
body.creart .content-wrap .com-slider-pager::before {
    content:"";
    position:absolute; 
    z-index:1;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:20px;
    /*height:2rem;*/
    width:100%;
    -moz-border-radius:300px / 10px;
    border-radius:300px / 10px;
    -webkit-box-shadow:0 -3px 3px rgba(0,0,0,0.1);
    -moz-box-shadow:0 -3px 3px rgba(0,0,0,0.1);
    box-shadow:0 -3px 3px rgba(0,0,0,0.1);
    } 
body.creart .content-wrap .com-slider-pager::after {
    content:"";
    position:absolute; 
    z-index:2;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:20px;
    /*height:2rem;*/
    width:100%;
    
    background: rgb(231,231,231); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(231,231,231) 0%, rgb(237,237,237) 30%, rgb(247,247,247) 50%, rgb(237,237,237) 70%, rgb(231,231,231) 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(231,231,231)), color-stop(30%, rgb(237,237,237)), color-stop(50%, rgb(247,247,247)), color-stop(70%, rgb(237,237,237)), color-stop(100%, rgb(231,231,231))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgb(231,231,231) 0%, rgb(237,237,237) 30%, rgb(247,247,247) 50%, rgb(237,237,237) 70%, rgb(231,231,231) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgb(231,231,231) 0%, rgb(237,237,237) 30%, rgb(247,247,247) 50%, rgb(237,237,237) 70%, rgb(231,231,231) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgb(231,231,231) 0%, rgb(237,237,237) 30%, rgb(247,247,247) 50%, rgb(237,237,237) 70%, rgb(231,231,231) 100%); /* IE10+ */
    background: linear-gradient(to right, rgb(231,231,231) 0%, rgb(237,237,237) 30%, rgb(247,247,247) 50%, rgb(237,237,237) 70%, rgb(231,231,231) 100%); /* W3C */
   
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e7e7e7', GradientType=1 ); /* IE6-8 */
    }
    
    
    
    

body.creart .content-wrap .com-slider-pager li {
    position:relative;
    z-index:4;
    width:130px;
    /*width:11rem;*/
    top:-36px;
    /*top:-3.6rem;*/
    margin-left:0;
    }

body.creart .content-wrap .com-slider-pager li a {
    display:inline-block;
    border:0 none;
    width:54px;
    /*width:5.4rem;*/
    height:54px;
    /*height:5.4rem;*/
    outline:none;
    padding:0;
    
    /*text-indent:-999em;*/
    
    background-repeat:no-repeat;
    background-position:center center;
    background-size:54px;
    /*background-size:5.4rem;*/
    }
    
/* static pager */    
body.creart .content-wrap .com-slider-pager li a svg {
    fill:#6692b6;
    width:54px;
    /*width:5.4rem;*/
    height:54px;
    /*height:5.4rem;*/

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  
    }
body.creart .content-wrap .com-slider-pager li a.active {
}
body.creart .content-wrap .com-slider-pager li a.active svg {
    fill:#004687;
    position:relative;
    /*left:-0.1rem;
    top:-0.1rem;*/
    transition:none;
    
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    }
}
    

/* icon animations on startup */
@-webkit-keyframes iconIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  40% {
    opacity: 0.6;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes iconIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  40% {
    opacity: 0.6;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.iconIn {
  -webkit-animation-name: iconIn;
  animation-name: iconIn;
}
    
body.creart .content-wrap .com-slider-pager li a.creation {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    }
body.creart .content-wrap .com-slider-pager li a.fotostudio {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    
    }
body.creart .content-wrap .com-slider-pager li a.medienservice {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    
    }
body.creart .content-wrap .com-slider-pager li a.produktion {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    
    }
body.creart .content-wrap .com-slider-pager li a.multimedia {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    
    }
    
    
    
    
body.creart .content-wrap .com-slider-pager a {border:0 none;}
body.creart .content-wrap .com-slider-pager a:hover {background-color:transparent;}   

.content-wrap .com-slider_el li {padding-bottom:40px;/*padding-bottom:4rem;*/margin-left:0;list-style:none;}



/* ------------------------------------
 *  LEISTUNGSSPEKTRUM
 * ------------------------------------  
 */
h1 span.com-icon {
    display:inline-block;
    position:relative;
    top:10px;
    /*top:1rem;*/
    margin-right:10px;
    /*margin-right:1rem;*/
    /*fill:#6692b6;*/
    fill:#004687;
    width:54px;
    /*width:5.4rem;*/
    height:54px;
    /*height:5.4rem;*/
    transition:none;
    }
h1 span.com-icon svg {display:none;}
    
.business_activities {
    padding-top:30px;
    /*padding-top:3rem;*/
    padding-bottom:20px;
    /*padding-bottom:2rem;*/
    
    border-top:1px solid #d4dee7;
    position:relative;
    } 
.business_activities:after {
    content:'';
    background:url('../images/dots.svg') no-repeat center top;
    background-size:auto 6px;
    position:absolute;
    width:100%;
    height:6px;
    display:block;
    top:-3px;
    }
    
.business_activities h3 {padding-bottom:30px;/*padding-bottom:3rem;*/}
.business_activities h5 {text-transform:none;}


ul#ba-list, ul#calendar-current {list-style:none;margin:0;}

ul#ba-list > li, ul#calendar-current > li {margin:0;padding:0;}
ul#ba-list.list_accordeon > li, ul#calendar-current.list_accordeon > li {margin-bottom:6px;/*margin-bottom:0.6rem;*/}
ul#ba-list.list_grid > li, ul#calendar-current.list_grid > li {margin:0 20px 20px 0;/*margin:0 2rem 2rem 0;*/width:31%;float:left;}

ul#ba-list li h4, ul#calendar-current li h4 {
    font-family:"FrutigerLTW02-47LightCn", sans-serif;
    font-weight: 400;
    color:#516d87;
    font-size:20px;
    font-size:2rem;
    text-transform:inherit;
    /*padding:0 20px;
    padding:0 2rem;*/
    padding:7px 20px;
    /*padding:0.7rem 2rem;*/
    /*line-height:38px;
    line-height:3.8rem;*/
    line-height:1.2;
    background:#d9dee2;
    
    cursor:pointer;
    position:relative;
    }
ul#ba-list li h4:hover, ul#calendar-current li h4:hover,
ul#ba-list li h4.ui-accordion-header-active, ul#calendar-current li h4.ui-accordion-header-active {
    background:#6692b6;
    color:#fff;
    }
    
ul#ba-list li h4.ui-accordion-header::after, ul#calendar-current li h4.ui-accordion-header::after  {
    position:absolute;
    top:10px;
    /*top:1rem;*/
    right:10px;
    /*right:1rem;*/
    background:#516d87;
    display:block;
    width:18px;
    height:18px;
    /*width:1.8rem;*/
    /*height:1.8rem;*/
    line-height:18px;
    /*line-height:1.8rem;*/
    border-radius:9px;
    content:'\e809';
    color:#fff;
    text-align:center;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    font-size:10px;
    font-size:1rem;
}

ul#ba-list li h4.ui-accordion-header-active::after, ul#calendar-current li h4.ui-accordion-header-active::after {
    content:'\e80a';
}

ul#ba-list li h4.ui-accordion-header:hover::after, ul#calendar-current li h4.ui-accordion-header:hover::after,
ul#ba-list li h4.ui-accordion-header-active::after, ul#calendar-current li h4.ui-accordion-header-active::after {
    background:#fff;
    color:#6692b6;
    }    
    
ul#ba-list li div.ui-accordion-content, ul#calendar-current li div.ui-accordion-content {
    padding:20px 40px 20px 20px;
    /*padding:2rem 4rem 2rem 2rem;*/
    }
ul#ba-list.list_grid li div.ui-accordion-content, ul#calendar-current.list_grid li div.ui-accordion-content {background:#d9dee2;}


ul#ba-list li div.imagegallery .contentimage a, ul#calendar-current li div.imagegallery .contentimage a {border:0 none;}

.calendar-item img {
    margin: 8px;
}

ul#calendar-current .imagegallery {
    width: 84%;
}

.calendar-current-month a {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

#calendar-current .contentimages_wrapper > a:first-child {
    border-bottom: 0 none;
    display: inline-block;
    float: left;
    height: 365px;
    margin-top: 210px;
    margin-right: 19px;
    position: relative;
    width: 273px;
}

#calendar-current .contentimages_wrapper > a:first-child > img {
    height: 365px;
    margin-left: -2px;
}

.contentimages_wrapper a:first-child:hover,
.content-wrap .imagegallery a:first-child:hover {
    position:relative;
    display:block;
    background:none;
    border:0 none;
 /*   padding:0;*/
}
    

.content-wrap .contentimages_wrapper a:first-child img,
.content-wrap .imagegallery a:first-child img {
    -moz-transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.content-wrap .contentimages_wrapper a:first-child:hover img,
.content-wrap .imagegallery a:first-child:hover img {
    -moz-transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
    transform:scale(1.03);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    }

/* ------------------------------------
 *  REFERENCES
 * ------------------------------------  
 */
.references-wrap {}

/* ref container */
.references-wrap .reference-single {
    background:#fff;
    border-radius:10px;
    box-shadow:0 1px 1px rgba(0,0,0,0.25);
    /*box-shadow:0 0.1rem 0.1rem rgba(0,0,0,0.25);*/
    overflow:hidden;
    }
.references-wrap.big .reference-single {
    margin-bottom:30px;
    /*margin-bottom:3rem;*/
    /*height:340px;
    height:34rem;*/
    height:370px;
    /*height:37rem;*/
    }
.references-wrap.medium .reference-single {
    margin-bottom:20px;
    /*margin-bottom:2rem;*/
    margin-right:20px;
    /*margin-right:2rem;*/
    width:343px;
    /*width:34.3rem;*/
    /*height:364px;
    height:36.4rem;*/
    height:400px;
    /*height:40rem;*/
    display:inline-block;
    }
.references-wrap.small .reference-single {
    /*margin-bottom:20px;
    margin-bottom:2rem;
    margin-right:20px;
    margin-right:2rem;*/
    margin-bottom:12px;
    /*margin-bottom:1.2rem;*/
    margin-right:12px;
    /*margin-right:1.2rem;*/
    /*height:192px;
    height:19.2rem;*/
    height:200px;
    /*height:20rem;*/
    /*width:204px;
    width:20.4rem;*/
    width:259px;
    /*width:25.9rem;*/
    display:inline-block;
    position:relative;
    }


/* ref image */    
.references-wrap .reference-single .ref_image {
    background:#1d2b38;
    overflow:hidden;
    }
.references-wrap .reference-single .ref_image a.ref_image_link {
    display:inline-block;
    padding:0;
    border:0 none;
    }
    
.references-wrap.big .reference-single .ref_image {
    float:left;
    width:433px;
    /*width:43.3rem;*/
    height:370px;
    /*height:37rem;*/
    margin-right:30px;
    /*margin-right:3rem;*/
    border-radius:10px 0 0 10px;
    }
.references-wrap.medium .reference-single .ref_image {
    width:345px;
    /*width:34.5rem;*/
    height:183px;
    /*height:18.3rem;*/
    margin-right:0;
    border-radius:10px 10px 0 0;
    }
.references-wrap.small .reference-single .ref_image {
    width:259px;
    /*width:25.9rem;*/
    height:200px;
    /*height:20rem;*/
    margin-right:0;
    border-radius:10px;
    }
    
    
/* ref contents */   
.references-wrap.big .reference-single .ref_contents {
    float:left;
    width:560px;
    /*width:56rem;*/
    }      
.references-wrap.medium .reference-single .ref_contents {
    width:305px;
    /*width:30.5rem;*/
    margin-left:20px;
    /*margin-left:2rem;*/
    }      
.references-wrap.small .reference-single .ref_contents {
    position:absolute;
    top:0;left:0;
    /*height:192px;
    height:19.2rem;*/
    height:200px;
    /*height:20rem;*/
    /*width:204px;
    width:20.4rem;*/
    width:259px;
    /*width:25.9rem;*/
    padding:10px;
    /*padding:1rem;*/
    background:rgba(29,43,56,0.8);
    
    /*display:none;*/
    /*opacity:0;*/
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    }   
/*.references-wrap.small .reference-single:hover .ref_contents {
    display:block;
    opacity:1;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    }*/
    
      
/* client */   
.client {
    color:#004687;
    font-weight:700;
    padding-bottom:0;
    
    font-size:32px;
    font-size:3.2rem;
    /*padding-top:10px;
    padding-top:1rem;*/
    }
    
.references-wrap .reference-single .client {
    color:#004687;
    font-weight:700;
    padding-bottom:0;
    }
.references-wrap.big .reference-single .client {
    font-size:30px;
    font-size:3rem;
    padding-top:14px;
    /*padding-top:1.4rem;*/
    }
.references-wrap.medium .reference-single .client {
    font-size:16px;
    font-size:1.6rem;
    padding-top:16px;
    /*padding-top:1.6rem;*/
    }
.references-wrap.small .reference-single .client {
    font-size:18px;
    font-size:1.8rem;
    color:#fff;
    font-size:12px;
    font-size:1.2rem;
    }
    

/* title */   
.title {
    text-transform:none;
    color:#004687;
    font-size:28px;
    font-size:2.8rem;
    }   
.references-wrap .reference-single .title {
    text-transform:none;
    color:#004687;
    overflow:hidden;
    }   
.references-wrap.big .reference-single .title {
    font-size:28px;
    font-size:2.8rem;
    height:36px;
    /*height:3.6rem;*/
    }   
.references-wrap.medium .reference-single .title {
    font-size:16px;
    font-size:1.6rem;
    height:22px;
    /*height:2.2rem;*/
    padding-bottom:0;
    }   
.references-wrap.small .reference-single .title {
    font-size:12px;
    font-size:1.2rem;
    height:18px;
    /*height:1.8rem;*/
    color:#fff;
    padding-bottom:0;
    }  
    
    
    

/* CLASSIFICATIONS */
.classification {
    /*padding-top:14px;
    padding-top:1.4rem;*/
    margin-top:14px;
    /*margin-top:1.4rem;*/
    }
.references-wrap.small .reference-single .classification {
    position:absolute;
    top:60px;
    /*top:6rem;*/
    left:10px;
    /*left:1rem;*/
    /*width: 204px;
    width: 20.4rem;*/
    width:259px;
    /*width:25.9rem;*/
    }
.references-wrap.small .reference-single .classification div,
.references-wrap.medium .reference-single .classification div,
.references-wrap.big .reference-single .classification div {overflow:hidden;}
.references-wrap.small .reference-single .classification div {height:18px;height:1.8rem;}
.references-wrap.medium .reference-single .classification div {height:20px;height:2rem;}
.references-wrap.big .reference-single .classification div {height:25px;height:2.5rem;}
 
    
.body-text .classification {
    margin:0;
    padding-bottom:34px;
    /*padding-bottom:3.4rem;*/
    }
    
   
.sector span, .cat span, .tags span {text-transform:uppercase;}

.sector, .cat, .tags {
    color:#6690b7;
    font-size:18px;
    font-size:1.8rem;
    overflow:hidden;
}
.references-wrap .reference-single .sector,
.references-wrap .reference-single .cat,
.references-wrap .reference-single .tags,
.references-wrap .reference-single .sector a,
.references-wrap .reference-single .cat a,
.references-wrap .reference-single .tags a {
    color:#6690b7;
    }
.references-wrap.big .reference-single .sector,
.references-wrap.big .reference-single .cat,
.references-wrap.big .reference-single .tags {
    font-size:18px;
    font-size:1.8rem;
    }
.references-wrap.medium .reference-single .sector,
.references-wrap.medium .reference-single .cat,
.references-wrap.medium .reference-single .tags {
    font-size:14px;
    font-size:1.4rem;
    }
.references-wrap.small .reference-single .sector,
.references-wrap.small .reference-single .cat,
.references-wrap.small .reference-single .tags,
.references-wrap.small .reference-single .sector a,
.references-wrap.small .reference-single .cat a,
.references-wrap.small .reference-single .tags a {
    font-size:12px;
    font-size:1.2rem;
    color:#e6f0fa;
    }
/* show only icons of classification in small view */
.references-wrap.small .reference-single .classification > div span {display:none;}
     
    
.references-wrap .reference-single .content {
    font-size:18px;
    font-size:1.8rem;
    line-height:1.2;
    height:68px;
    /*height:6.8rem;*/
    overflow:hidden;
    margin-top:10px;
    /*margin-top:1rem;*/
    }
.references-wrap.small .reference-single .content,
.references-wrap.medium .reference-single .content {display:none;}


    
    
/* reference views */   
ul#ref_view {
    /*width:190px;
    width:19rem;*/
    width:170px;
    /*width:17rem;*/
    background:#6692B6;
    border-radius:10px;
    margin-left:10px;
    /*margin-left:1rem;*/
    /*padding:0 1rem;*/
   padding:0;
    
    overflow:hidden;
    list-style:none;
    }

ul#ref_view li {display:inline-block;margin:0;padding:0;border-right:1px solid #bec6cd;}
ul#ref_view li:last-child {border:0 none;}

ul#ref_view li:first-child {
    border-radius:10px 0 0 10px;
    }
ul#ref_view li:last-child {
    border-radius:0 10px 10px 0;
    }



.content-wrap ul#ref_view li a {
    border:0 none;
    padding:0;
    outline:none;
    }
    
ul#ref_view li a {   
  display: inline-block;
  width: 56px;
  /*width: 5.6rem;*/
  height: 34px;
  /*height: 3.4rem;*/
  }
    
.content-wrap ul#ref_view li a:hover {
    background:none;
    background:#6692B6;
    } 
    
.content-wrap ul#ref_view li a.active,
.content-wrap ul#ref_view li a.active:hover {
    background:#33506b; 
    /*box-shadow:inset 0 1px 2px rgba(0,0,0,1);  */
  }





/* ------------------------------------
 *  PAGINATION
 * ------------------------------------  
 */   
#pagination {width:100%;margin-top:20px;}
    
#pagination .prevLink,
#pagination .nextLink {width:45%;}
#pagination .nextLink {text-align:left;}
#pagination .prevLink {text-align:right;}
#pagination .status {width:10%;text-align:center;font-weight:bold;}

#pagination .prevPage_wrap { 
    display:block; 
    background:url(../images/prev_arrow.gif) left center no-repeat; 
    padding-left:10px;
    }
#pagination .nextPage_wrap { 
    display:block; 
    background:url(../images/next_arrow.gif) right center no-repeat; 
    padding-right:10px;  
    }

#pagination a.page {
    /*text-decoration:underline;*/
    font-size:13px;
    padding: 1px;
    /*text-decoration: none;*/
    }
#pagination a.page:hover {}
#pagination a.prev {}
#pagination a.next {}



/* ------------------------------------
 *  JOB PORTAL
 * ------------------------------------  
 */
form#app_form {padding:40px;/*padding:4rem;*/background:#f2f2f2;border:0 none;border-radius:7px;/*border-radius:0.7rem;*/}
form#app_form.job {padding:0;border-radius:0;}
    
#jobportal_joblist,
#jobportal_application {
    padding-top:30px;
    /*padding-top:3rem;*/
    padding-bottom:20px;
    /*padding-bottom:2rem;*/
    
    border-top:1px solid #d4dee7;
    position:relative;
    } 
#jobportal_application::after, #jobportal_joblist::after {
    content:'';
    background:url('../images/dots.svg') no-repeat center top;
    background-size:auto 6px;
    position:absolute;
    width:100%;
    height:6px;
    display:block;
    top:-3px;
    }


/* panel buttons */
#career_bttns {
    position:absolute;
    top:0;
    right:0;
    }
#career_bttns .button {
    margin:3px 0 0 15px!important;
    /*margin:0.3rem 0 0 1.5rem!important;*/
    }


/* job list */
ol#job_list {list-style:none;}

ol#job_list li.job_list_item {
    margin:0;
    padding:0;
    margin-bottom:24px;
    /*margin-bottom:2.4rem;*/
    box-shadow:0 1px 1px rgba(0,0,0,0.25);
    background-color:#6692b6;
    border:0 none;
    border-radius:7px;
    
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -ms-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    }

/* headline, cat */
ol#job_list li.job_list_item .job_label {
    float:left;
    width:310px;
    /*width:31rem;*/
    padding:20px;
    /*padding:2rem;*/
    background-color:#6692b6;
    color:#fff;
    border-radius:7px 0 7px 0;
    
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -ms-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    }
ol#job_list li.job_list_item.current,
ol#job_list li.job_list_item.current .job_label {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    background-color:#004687;
    }
    
ol#job_list li.job_list_item .job_label span.jobcategory {
    display:block;
    font-size:14px;
    font-size:1.4rem;
    }
ol#job_list li.job_list_item .job_label h2 {
    color:#fff;
    font-size:24px;
    font-size:2.4rem;
    text-transform:inherit;
    }
    
/* contents */    
ol#job_list li.job_list_item .job_details {
    float:left;
    width:790px;
    /*width:79rem;*/
    padding:20px;
    /*padding:2rem;*/
    background-color:#f2f2f2;
    border-radius:0 7px 7px 0;
    }

ol#job_list li.job_list_item .job_details {}
ol#job_list li.job_list_item .job_details .job_content {}
ol#job_list li.job_list_item .job_details .job_content .job_teaser {}
ol#job_list li.job_list_item .job_details .job_content .job_buttons {}

ol#job_list li.job_list_item .job_details .job_content .job_qualification,
ol#job_list li.job_list_item .job_details .job_content .job_application {
    padding:40px 0;
    /*padding:4rem 0;*/
    
    /*opacity:0;
    height:0;*/
    }

ol#job_list li.job_list_item.current .job_details .job_content .job_qualification {
    /*opacity:1;
    height:auto;*/
    }

ol#job_list li.job_list_item .job_details .job_content .job_qualification h3,
ol#job_list li.job_list_item .job_details .job_content .job_application h2 {
    font-size:24px;
    font-size:2.4rem;
    padding-bottom:20px;
    /*padding-bottom:2rem;*/
    }



form#app_form legend {/*font-size:20px;font-size:2rem;font-weight:bold;*/}

form#app_form label {
    /*width:310px;
    width:31rem;
    line-height: 40px;
    line-height: 4rem;*/
    }
    
form#app_form select {
    /*width:auto;*/
    /*width:500px;
    width:50rem;
    height: 40px;
    height: 4rem;*/
    
    padding:0 2% 0 2%;
    
    color:#6692b6;
    
    border:1px solid #fff;
    border-radius:7px;
    
    /*border:1px solid #999;*/
    }

form#app_form input,
form#app_form textarea { 
    /*font-weight: 400;
    background-color:#fff;
    padding:0 2% 0 2%;
    color:#6692b6;*/
    
    /*border-radius:10px;
    border-radius:1rem;
    
    border:1px solid #fff;
    border-radius:7px;*/
    }
form#app_form textarea { 
    /*padding:1% 2% 1% 2%;*/
    }
    

form#app_form input:hover, form#app_form input:focus,
form#app_form textarea:hover, form#app_form textarea:focus,
form#app_form select:hover, form#app_form select:focus {
   box-shadow:0 1px 7px rgba(0,0,0,0.1);
    }



form#app_form.job label,
form#app_form.job select,
form#app_form.job input,
form#app_form.job textarea {
    width:100%;
    }
    
   


form#app_form .uploadifive-button input {
    width:200px;
    }
form#app_form .uploadifive-button input:hover {
    box-shadow:none;
    }







/* ------------------------------------
 *  FILTER
 * ------------------------------------  
 */
.filteroptions {}

body.creart .filteroptions select {
    margin-left:10px;
    /*margin-left:1rem;*/
    
    background-color:#6692b6;
    color:#fff;
    font-size:14px;
    font-size:1.4rem;
    border-radius:10px;
    /*border-radius:1rem;*/
    padding: 6px 10px;
    /*padding: 0.6rem 1rem;*/
    
    font-family:'FrutigerLTW02-57Condens',sans-serif;
    }
    
.filteroptions #job_filter,
body.creart .filteroptions select {width:auto;}  
    
    
    
    
/* ------------------------------------
 *  FIELDS
 * ------------------------------------  
 */
.fields {}

.fields .field {
    font-size:48px; 
    font-size:4.8rem;
    text-align:center; 
    text-decoration: none;
    position:fixed;
    z-index:12000;
    
    color:#6692b6;
    outline:none;  
    
    background:#6692b6;
    border-radius:7px 0 0 7px;
    /*border-radius:0.7rem 0 0 0.7rem;*/
    box-shadow:0 4px 1px rgb(189,189,189);
    box-shadow:0 4px 1px rgba(0,0,0,0.2);
    }
.fields .field.references,
.fields .field.callus {
    top:75px;
    top:360px;
    right:-500px;
    }
    
.fields #refexample,
.fields #callback {
    position:fixed;
    z-index:12000;
    top:360px;
    
    font-size:24px; 
    font-size:2.4rem;
    text-align:center; 
    right:0;
    color:#fff;
    width:40px;
    /*width:4rem;*/
    padding:5px 0;
    background:#6692b6;
    border-radius:7px 0 0 7px;
    box-shadow:0 4px 1px rgb(189,189,189);
    box-shadow:0 4px 1px rgba(0,0,0,0.2);
    cursor:pointer;
    }    



.fields .field .field-close {
    float:left;
    width:40px;
    /*width:4rem;*/
    color:#fff;
    cursor:pointer;
    font-size:54px;
    font-size:5.4rem;
    }
.fields .field .field-close.icon-discard::before {top:-4px;/*top:-0.4rem;*/}


.fields .field .field-content {
    float:left;
    width:380px;
    /*width:38rem;*/
    padding:20px;
    /*padding:2rem;*/
    font-size:24px;
    font-size:2.4rem;
    line-height:1.1;
    color:#fff;
    background-color:#004687;
    text-align:left;
    }
    
    
.fields .field .field-content p {
    padding-bottom:20px;
    /*padding-bottom:2rem;*/
    }
.fields .field .field-content a.button {
    padding:8px 10px;
    /*padding:0.8rem 1rem;*/
    /*font-size:18px;
    font-size:1.8rem;*/
    opacity:0.8;
    font-size:20px;
    font-size:2rem;
    font-family:'FrutigerLTW02-57Condens',sans-serif;
    }
.fields .field .field-content a.button:hover,
.fields .field .field-content a.button:focus {background:#6690b7;opacity:1;}
 
body.compositum .fields .field .field-content a.button:hover,
body.compositum .fields .field .field-content a.button:focus {background:#e4808b;}  
