@import url("reset.css");
@import url("ibase.css");
@import url("fonts.css");

/* -----------------------------------------*/
/* -------->>> TABLE OF CONTENTS <<<--------*/
/* -----------------------------------------*/
/* use ctrl+c/f/v to jump to sections       */
/* -----------------------------------------*/
/* SEC1: Global Styles                      */
/* SEC2: RTE Styles                         */
/* SEC3: Page Structure                     */
/* SEC4: Navigation                         */
/* SEC5: Text Styles                        */
/* SEC6: Forms                              */
/* SEC7: Tables                             */
/* SEC8: Extras                             */
/* -----------------------------------------*/


/* debug */
/*
 * { border: 1px dashed #f00; }
 */


/* -----------------------------------------*/
/* ------->>> SEC1: Global Styles <<<-------*/
/* -----------------------------------------*/

html {
    height: 100.01%;
}

body {
    background: #fff url(../../images/layout_background.jpg) bottom fixed repeat-x;
    text-align: center;
}

body,
p,
li,
input,
select,
label {
    color: #333;
    font: 13px KievitWeb, Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 19px;
}

strong, b {
    font-family: KievitWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
}

em, i {
    font-family: KievitWeb-LightIta, Helvetica, Arial, sans-serif;
    font-style: normal;
}

.cite {
    font-family: KievitWeb-LightIta, Helvetica, Arial, sans-serif;
    line-height: 16px;
}

/* -----------------------------------------*/
/* -------->>> SEC2: RTE Styles <<<---------*/
/* -----------------------------------------*/

p,
ul,
.line,
.margined {
    margin: 0 0 19px 0;
}

h1,
h2,
h3 {
    font-weight: normal;
    margin: 0 0 1em 0;
}

h1 {
    font-family: KievitWeb-Exlig, Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 31px;
}

h2 {
    font-family: KievitWeb-Exlig, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 21px;
    font-weight: normal;
}

h2.arrow img {
    margin-bottom: 10px;
}

h3 {
    font-family: KievitWeb-Exlig, Helvetica, Arial, sans-serif;
    line-height: 20px;
    font-size: 18px;
}

h4 {
    font-family: KievitWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    margin: 0 0 0.7em 0;
}

h5 {
    font-family: KievitWeb-Bold, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
}

a {
    color: #000;
    text-decoration: underline;
}

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

a:active,
a:focus {
    color: #933;
    outline: none;
    text-decoration: none;
}

a.active {
    color: #933;
    text-decoration: none;
}

a img {
    border: none;
}

hr {
  border : 0;
  height : 15px;
  background : url(../../images/hr.png) 0 0 no-repeat;
  margin : 1em 0;
}

/****************/

.floatleft {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
}

.floatright {
    float: right;
    margin-bottom: 5px;
    margin-left: 15px;
}

.left,
.right {
    float: left;
    margin: 0 10px 5px 0;
}

.left {
    font-weight: bold;
    margin-right: 0;
    width: 180px;
}

.right {
    width: 300px;
}

.line {
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}



/* -----------------------------------------*/
/* ------->>> SEC3: Page Structure <<<------*/
/* -----------------------------------------*/

#navigation {
    background: url(../../images/layout_header.png) repeat-x;
    text-align: center;
    position: relative;
    z-index: 340;
    height: 60px;
    width: 100%;
    left: 0;
    top: 0;
}

#contact {
    background: #efefef;
    position: fixed;
    z-index: 100;
    top: 260px;
    right: 0;

    overflow: hidden;
    height: 180px;
    float: left;
    width: 30px;

    -webkit-box-shadow: 0 5px 5px #cfcfcf;
    -moz-box-shadow: 0 5px 5px #cfcfcf;
    box-shadow: 0 5px 5px #cfcfcf;
}

#contact .handle {
    background: url(../../images/layout_contact.png) -240px 0 no-repeat;
    height: 180px;
    width: 30px;
    float: right;

    cursor: pointer;
    cursor: hand;
}
#contact .handle:hover{
    background-position: -240px -190px;
}
#contact .handle-active,
#contact .handle-active:hover{
    background-position: -280px 0px;
}

#contact .content {
    text-align: left;
    float: right;
    width: 500px;
}

#contact .content .padding {
    padding: 20px;
}

#contact .cleft,
#contact .cright {
    width: 220px;
    float: left;
}

#contact .cright {
    width: 210px;
}

#contact label {
    display: none;
}

#contact h1 {
    margin: 0 0 15px;
    font-size: 21px;
    color: #000;
}

#contact p {
    margin: 0 0 15px 0;
    color: #666;
}

#contact input,
#contact select {
    margin-bottom: 5px;
}

#contact
#contact .btn-submit,
#contact .btn-contact {
    width: 120px;
}

#contact .btn-submit {
    right: 55px;
}

#contact .btn-contact {
    line-height: 30px;
}

#contact #mResetButton,
#contact #mSubmitButton,
#contact #submit_function {
    display: none;
}

#imprint {
    background: url(../../images/layout_contact.png) -240px -380px no-repeat;
    position: fixed;
    right: 0;
    top: 450px;

    height: 210px;
    width: 30px;
    -webkit-box-shadow: 0 5px 5px #cfcfcf;
    -moz-box-shadow: 0 5px 5px #cfcfcf;
    box-shadow: 0 5px 5px #cfcfcf;
	z-index: 100;
}
#imprint.active, #imprint:hover {
    background-position: -280px -380px;
}

#container {
    position: relative;
    padding: 0 0 100px 0;
    margin: 0 auto;
    text-align: left;
    width: 960px;
}

#header {
    margin-bottom: 30px;
}

#logo {
    margin: 0 10px 0 0;
    float: right;
}

#content {
    position: relative;
    margin: 0 0 20px 0;
}

#meta {
    text-align: center;
    z-index: 340;
    height: 25px;
}

#footer {
    background: url(../../images/layout_footer.png) repeat-x;
    text-align: center;
    position: fixed;
    z-index: 360;
    height: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
}

/* -----------------------------------------*/
/* -------->>> SEC4: Navigation <<<---------*/
/* -----------------------------------------*/

#navigation ul,
#navigation ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#navigation ul {
    margin: 0 auto;
    width: 962px;
    height: 39px;
}

#navigation ul li ,
#navigation ul li a {
    background: url(../../images/layout_header_nav.png) 0px -67px no-repeat;
    text-decoration: none;
    width: 160px;
    height: 39px;
    float: left;
}

#navigation ul li {
    position: relative ;
    top: 0px;
    overflow: hidden;
}

#navigation ul li a {
    position: absolute ;
    top: 0 ;
    left: 0 ;
    height: 78px;
}

#navigation ul #nav_home, #navigation ul #nav_home a {
    width: 162px;
}



#navigation ul.cssver #nav_home a:hover ,
#navigation ul #nav_home a                        { background-position:    0   -40px;  }
#navigation ul.cssver #nav_agency a:hover ,
#navigation ul #nav_agency a                      { background-position: -162px -40px;  }
#navigation ul.cssver #nav_assignments a:hover ,
#navigation ul #nav_assignments a                 { background-position: -322px -40px;  }
#navigation ul.cssver #nav_services a:hover ,
#navigation ul #nav_services a                    { background-position: -482px -40px;  }
#navigation ul.cssver #nav_shares a:hover ,
#navigation ul #nav_shares a                      { background-position: -802px -40px;  }
#navigation ul.cssver #nav_newsroom a:hover ,
#navigation ul #nav_newsroom a                    { background-position: -642px -40px;  }
#navigation ul.cssver #nav_ifm a:hover ,
#navigation ul #nav_ifm a                         { background-position: -802px -40px;  }

#navigation ul.cssver #nav_home a                 { background-position:    0   -67px;  }
#navigation ul.cssver #nav_agency a               { background-position: -162px -67px;  }
#navigation ul.cssver #nav_assignments a          { background-position: -322px -67px;  }
#navigation ul.cssver #nav_services a             { background-position: -482px -67px;  }
#navigation ul.cssver #nav_shares a               { background-position: -802px -67px;  }
#navigation ul.cssver #nav_newsroom a             { background-position: -642px -67px;  }
#navigation ul.cssver #nav_ifm a                  { background-position: -802px -67px;  }

#navigation ul #nav_home a.active                 { background-position:    0   -120px; }
#navigation ul #nav_agency a.active               { background-position: -162px -120px; }
#navigation ul #nav_assignments a.active          { background-position: -322px -120px; }
#navigation ul #nav_services a.active             { background-position: -482px -120px; }
#navigation ul #nav_shares a.active               { background-position: -802px -120px; }
#navigation ul #nav_newsroom a.active             { background-position: -642px -120px; }
#navigation ul #nav_ifm a.active                  { background-position: -802px -120px; }

/****************/

#meta ul,
#meta ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#meta ul {
    margin: 0 auto;
    width: 960px;
}

#meta ul li,
#meta ul li a {
    background: url(../../images/layout_meta_nav.png) no-repeat;
    width: 160px;
    height: 25px;
    float: left;
}

#meta ul li a:hover,
#meta ul li a.active {
    background-position: 0 -30px;
}
#meta ul #nav_imprint a { background-position: -160px 0; }
#meta ul #nav_imprint a:hover, #meta ul #nav_imprint a.active { background-position: -160px -30px; }

/****************/

#footer ul,
#footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul {
    margin: 0 auto;
    width: 960px;
}

#footer ul li,
#footer ul li a {
    background: url(../../images/layout_footer_nav.png) no-repeat;
    text-decoration: none;
    width: 160px;
    height: 50px;
    float: left;
}

#footer ul li a:hover,
#footer ul li a.active {
    background-position: 0 -50px;
}
#footer ul #nav_ws  a{ background-position: -160px 0; }
#footer ul #nav_ews a{ background-position: -320px 0; }
#footer ul #nav_ecs a{ background-position: -480px 0; }
#footer ul #nav_crm a{ background-position: -640px 0; }
#footer ul #nav_som a{ background-position: -800px 0; }

#footer ul #nav_ws  a:hover, #footer ul #nav_ws  a.active{ background-position: -160px -50px; }
#footer ul #nav_ews a:hover, #footer ul #nav_ews a.active{ background-position: -320px -50px; }
#footer ul #nav_ecs a:hover, #footer ul #nav_ecs a.active{ background-position: -480px -50px; }
#footer ul #nav_crm a:hover, #footer ul #nav_crm a.active{ background-position: -640px -50px; }
#footer ul #nav_som a:hover, #footer ul #nav_som a.active{ background-position: -800px -50px; }


/* -----------------------------------------*/
/* -------->>> SEC5: Text Styles <<<--------*/
/* -----------------------------------------*/

#content li {
    background: url(../../images/li.png) 3px 5px no-repeat;
    padding: 0 0 0 15px;
}

#content .quicksand li {
    background:  #fff;
    padding: 0;
}

/* -----------------------------------------*/
/* ----------->>> SEC6: Forms <<<-----------*/
/* -----------------------------------------*/

.editFormCaption {
    display: none;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.asterix {
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}

.formError {
    font-size: 10px;
    color: #ff3333;
}

.editLine {
    margin: 0;
}
.editLine .floatleft {
    margin-right: 10px !important;
    width: 240px;
}

label {
    position: relative;
    margin-right: 10px;
    width: 170px;
    float: left;
}
input.text,
textarea,
input.password,
.kontakt {
    width: 218px;
}

textarea {
    height: 120px;
}

select {
    width: 232px;
}

input.text,
input.password,
textarea,
select {
    border: 5px solid #fff;
    font-size: 13px;
    padding: 1px 2px;
    float: left;
    margin-bottom: 10px;
}

input.required,
input.password.required,
textarea.required,
select.required {

}

.checkbox,
.radio {
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}

input.text:focus,
input.password:focus,
select:focus,
input.required:focus,
textarea:focus {
    border: 5px solid #fff;
}

select.short {
    width: 160px;
}

label.required {
    color: #A02031;
}

.submit {
    width: 120px;
    padding: 0 20px 1px 0;
    border: 0;
    background: url("../../images/a_more.png") no-repeat -18px -241px;

    text-transform: uppercase;
    text-align: left;
}
.submit:hover{
    background-position: -168px -241px;
}
.reset {
    display: hidden;
}

#mSubmitButton,
#asterisk {
    margin: 0 10px 10px 180px;
}
#mSubmitButton {
    margin-left: 292px;
}
#mResetButton {
    cursor: pointer;
}
#mSubmitButton,
#mResetButton {
    float: left;
}
#asterisk {
    font-size: 10px;
}



/* -----------------------------------------*/
/* ---------->>> SEC7: Tables <<<-----------*/
/* -----------------------------------------*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin: 0 0 1.5em 0;
    width: 540px;
}
table th,
table td {
    padding: 2px 3px 2px 0;
}
table .cright {
    text-align: right;
}
table .cleft {
    text-align: left;
}
table td,
table th {
    vertical-align: top;
}



/* -----------------------------------------*/
/* ---------->>> SEC8: Extras <<<-----------*/
/* -----------------------------------------*/

.teaser-table {
    width: 158px !important;
}
.teaser-table tr td {
    padding: 0px 10px !important;
    vertical-align: center !important;
}

/************/

.ui-slider-handle {
    background: url(../../images/slider_arrow.png) no-repeat !important;
    border: none !important;
    height: 16px;
    width: 16px;
}

.ui-slider-horizontal {
    background: url(../../images/slider_scale.png) center repeat-x !important;
    border: none !important;
}

/************/

.columns {
    margin: 0 0 20px 0;
}

.columns .column {
    background: #ffffff;
    position: relative;
    margin: 0 30px 20px 0;
    float: left;
    width: 300px;
    height: 400px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

.columns .column:last-child {
    margin-right: 0;
}

.columns .clear {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none!important;
}

.column .column_content {
    overflow: hidden;
    height: 400px;
    position: relative;
}

.column .column_frame1,
.column .column_frame2 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 300px;
    height: 370px;
    overflow: hidden;
    background: #fff;
}

.column .column_frame1 {
    z-index: 1;
}

.column .column_frame2 {
    background: #fff left bottom no-repeat;
    z-index: 2;
}

.columns .double .column_frame1,
.columns .double .column_frame2 {
    width: 630px;
}

.columns .double {
    width: 630px !important;
}

.services .columns .column {
    width: 160px;
}

.services .columns .caption {
    text-transform: none;
}

/************/

.trigger {
    position: relative;
    z-index: 100;
}

.object {
    position: absolute;
    top: 0;
    left: 0;
    width: 158px;
    height: 190px;
    background: #fff left bottom no-repeat;
    opacity: 0;
    -moz-box-shadow: 3px 3px 10px #888;
    -webkit-box-shadow: 3px 3px 10px #888;
    box-shadow: 3px 3px 10px #888;
    overflow: hidden;
    z-index: 350;
}

.cd   .object,   .cd .column_frame2 {      background-image: url(../../images/layout_background_cd_lt.jpg);    }
.ws   .object,   .ws .column_frame2 {      background-image: url(../../images/layout_background_ws_lt.jpg);    }
.ews  .object,  .ews .column_frame2 {      background-image: url(../../images/layout_background_ews_lt.jpg);   }
.ecs  .object,  .ecs .column_frame2 {      background-image: url(../../images/layout_background_ecs_lt.jpg);   }
.crm  .object,  .crm .column_frame2 {      background-image: url(../../images/layout_background_crm_lt.jpg);   }
.som  .object,  .som .column_frame2 {      background-image: url(../../images/layout_background_som_lt.jpg);   }
.gray .object, .gray .column_frame2 {      background-image: url(../../images/layout_background_gray_lt.jpg);  }


.sicon {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 110;
    opacity: 0;
}





.caption {
    background: url(../../images/captions.png) 0 0 ;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    font-family: KievitWeb, Helvetica, Arial, sans-serif;
}

.column .caption {
    position: absolute;
    width: 280px;
    left: 0;
    top: 0;
}

.columns .double .caption {
    width: 610px;
}

.services .column .caption {
    position: relative;
    width: auto;
}

.caption {
    background-image: url(../../images/captions_wide.png);
}

.cd   strong { color: #A5037C; }
.ws   strong { color: #78b63d; }
.ews  strong { color: #109acc; }
.ecs  strong { color: #e85145; }
.crm  strong { color: #E79501; }
.som  strong { color: #64B9D2; }
.gray strong { color: #333333; }

.ws   .caption { background-position: 0  -40px; }
.ews  .caption { background-position: 0  -80px; }
.ecs  .caption { background-position: 0 -120px; }
.crm  .caption { background-position: 0 -160px; }
.som  .caption { background-position: 0 -200px; }
.gray .caption { background-position: 0 -240px; }

.columns .teaser h2,
.columns .teaser h3 {
    text-transform: uppercase;
    font-family: KievitWeb, Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.columns h2 {
    font-size: 14px;
    margin: 0;
}

.columns h3 {
    font-size: 16px;
    color: #a5037c;
}

.ws   h3 { color: #78b63d; }
.ews  h3 { color: #109acc; }
.ecs  h3 { color: #e85145; }
.crm  h3 { color: #E79501; }
.som  h3 { color: #64B9D2; } /* #86cee0; } */
.gray h3 { color: #333333; }

.columns .teaser {
    padding: 10px 10px 30px;
}

a.more {
    background: url(../../images/a_more.png) 0 0 no-repeat;
    color: #666;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    width: 140px;
    height: 21px;
    line-height: 20px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 3;
}
a.more span{
    padding: 0 5px;
    font-family: KievitWeb-Bold, Helvetica, Arial, sans-serif;
}

.ws   a.more{ background-position: 0  -40px; }
.ews  a.more{ background-position: 0  -80px; }
.ecs  a.more{ background-position: 0 -120px; }
.crm  a.more{ background-position: 0 -160px; }
.som  a.more{ background-position: 0 -200px; }
.gray a.more{ background-position: 0 -240px; }

a.more:hover{
    background: url(../../images/a_more.png) -150px 0 no-repeat;
}

.ws   a.more:hover { background-position: -150px  -40px; }
.ews  a.more:hover { background-position: -150px  -80px; }
.ecs  a.more:hover { background-position: -150px -120px; }
.crm  a.more:hover { background-position: -150px -160px; }
.som  a.more:hover { background-position: -150px -200px; }
.gray a.more:hover { background-position: -150px -240px; }


/****************/

.blocks{
    margin: 0 0 30px 0;
    position: relative;
}
.blocks .block{
    margin: 0 30px 0 0;
    width: 215px;
    float: left;
}
.three .block{
    width: 300px;
}
.three .blockdbl{
    width: 630px;
}
.two .block{
    width: 465px;
}
.blocks .block:last-child{
    margin-right: 0;
}

/****************/

.popdown{
    -webkit-box-shadow: 0px -4px 8px #888;
    -moz-box-shadow: 0px -4px 8px #888;
    box-shadow: 0px -4px 8px #888;

    margin: 0 0 20px 0;
    background: #e5e5e5;

}
.popdown h2.caption{
    background: url(../../images/popdown.png) right -80px ;
    font-size: 15px;
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    cursor: hand;
}
.popdown h2.caption.open {
    color: #000;
    background: url(../../images/popdown.png) right 0 ;
}
.popdown h2.caption.open:hover {
    background: url(../../images/popdown.png) right 0 ;
}


.popdown h2.caption a{
    color: #ffffff;
    text-decoration: none;
}
.popdown h2.caption:hover{
    background-position: right -40px;
    color: #000;
}
.popdown h2.caption:hover a{
    color: #ffffff;
}
.popdown div.text{
    position: relative;
    background: #e5e5e5;
    display: none;
    padding: 20px;

}
.popdown .text h3, .popdown .text p{
    color: #000;
}

.popdown div.gallery {
    height: 360px;
    position: relative;
    overflow: hidden;
}

/****************/

.structure {

}

.structure .text {
    margin: 0 20px 0 0;
    width: 600px;
    float: left;
}
.structure .images {
    text-align: center;
    width: 130px;
    float: left;
}
.structure .images img {
    border: 5px solid #adadad;
    margin: 0 0 10px 0;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/****************/

.ballon-outer{

}
.ballon{

}

/****************/

.pageselector {
}

.pageselector .page,
.pageselector select {
    float: left;
    margin-right: 10px;
}
.pageselector .page {
    line-height: 20px;
}
.pageselector select {
    width: 50px;
}

/****************/

#loading {
    margin-left: 340px;
    margin-top: 100px;
}

.assignments-head {
	height: 210px;
}
