@font-face {
    font-family: 'MyriadProCondensed';
    src: url('fonts/myriadpro-cond-webfont.eot');
    src: url('fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-cond-webfont.woff') format('woff'),
         url('fonts/myriadpro-cond-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-cond-webfont.svg#MyriadProCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
  /*height: 100%;*/
  margin: 0;
  padding: 0;
}
img#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
body {
    margin: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    color: #07055E;
    /*background: url(../images/bg.jpg) no-repeat 100% 100% fixed #6B90C6;*/
    background-size: 1355px 957px;
}
a{
    color: #F45A22;
    font-weight: bold;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
p{
    margin: 5px 0 10px;
    text-indent: 25px;
}
#page {
    width: 1000px;
    /*background: url(/images/left_border.gif) #FFF repeat-y left;*/
    background: #fff;
    margin: 10px auto;
    padding: 10px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    box-shadow: 0 5px 5px #071F77;
    position:relative;
    z-index:1;
}

#header {
    padding: 0 10px 10px 0;
    /*background: url(/images/shadow-top.jpg) no-repeat #FFF bottom;
    border-bottom: 1px solid #efefef;*/
}

#logo {
    margin: -10px 0;
    padding: 0;
    text-align: center;
}
#logo img{
    border: 0;
}
h1#site-name, div#site-name {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
}

#site-name a:link, #site-name a:visited {
    color: #000;
    text-decoration: none;
}

#site-name a:hover {
    text-decoration: underline;
}

#content {
    background-color: #FFF;
}

#content-header {
    margin-bottom: 5px;
}

.breadcrumb {

    display: inline;
    padding-bottom: 5px;
    padding-left: 30px;
    color: #F58220;
    font-weight: bold;
    font-size: 11px;
    /*font-family: Arial, Verdana, Helvetica, sans-serif;*/

}

.breadcrumb a {
    color: #F58220;
}

.no-sidebars h1.title {
    margin-right: 25px;
}

h1.title {
    font-size: 12px;
    color: #F58220;
    /*font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;*/
    margin-left: 25px;

}

#content h2 {
    /*font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;*/

    color: #000000;
}

#content-area h2 {
    margin-top: 20px;
    border-bottom: 1px solid #CCCCCC;
}

#content-area h2.pane-title {
    color: #F58220 !important;
}

#content-area .views-field-title h2 {
    color: #F58220 !important;
}

#content-area .view-id-news_de_view .views-row,
#content-area .view-id-news_hu_view .views-row {
    margin-bottom: 12px;
}

h2.title,
h3.title {
    margin: 0;
}

.tabs-front {
    margin-top: 45px;
}

.help {
    margin: 1em 0;
}

.more-help-link {
    font-size: 0.85em;
    text-align: right;
}

#content-area {
    font-size: 11px;
    line-height: 15px;
    color: #000000;
    padding-left: 25px;
    padding-bottom: 24px;
}

#content-area-front {
    color: #000000;
    padding: 0 25px;
    /*margin-top: 62px;*/
}

.no-sidebars #content-area {
    padding-right: 25px;
}

ul.links {
    margin: 1em 0;
    padding: 0;
}

ul.links.inline {
    margin: 0;
    display: inline;
}

ul.links li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}

.pager {
    clear: both;
    margin: 1em 0;
    text-align: center;
}

.pager a, .pager strong.pager-current {
    padding: 0.5em;
}

.feed-icons {
    margin: 1em 0;
}

#content-bottom {
    clear: both;
    margin-bottom: 20px;
}

#navbar-inner {
    /*height: 43px;*/
    /*border-bottom: 1px solid #efefef;*/
}

#edit-search-theme-form-1-wrapper label {
    display: none;
}

#primary {
    /*height: 24px;*/
    /*padding-left: 2px;
    padding-top: 6px;*/
    background-color: #FFFFFF;
    font-family: "MyriadProCondensed", sans-serif;
    font-size: 25px;
    /*font-weight: bold;*/
    text-align: center;
    line-height: 1.25em;
    /*float: left;*/
    padding: 0 10px;
}

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    /*font-family: Impact, "Arial Narrow", Helvetica, sans-serif;*/
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word;
}

.marker {
    color: #c00;
}

.node.node-unpublished .picture, .comment.comment-unpublished .picture {
    position: relative;
}

#comments {
    margin: 1em 0;
}

.new {
    color: #c00;
}

.comment ul.links {
    margin: 1em 0;
}

.block {
    margin-bottom: 1em;
}

.block .content {
    color: #175773;
   /* font-family: Tahoma, Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.more-link {
    text-align: right;
}

#user-login-form {
    text-align: left;
}

li a.active {
    color: #000;
}

.form-item,
.form-checkboxes, .form-radios {
    margin: 1em 0;
}

.form-item input.error,
.form-item textarea.error, .form-item select.error {
    border: 2px solid #c00;
}

.form-item label {
    display: block;
    font-weight: bold;
}

.form-item label.option {
    display: inline;
    font-weight: normal;
}

.form-required {
    color: #c00;
}

.form-item .description {
    font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {
    margin: 0.4em 0;
}

.container-inline div, .container-inline label {
    display: inline;
}

.tips {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

#user-login-form ul {
    margin-bottom: 0;
}

#user-login-form li.openid-link {
    margin-top: 1em;
    margin-left: -20px;
}

#user-login-form li.user-link {
    margin-top: 1em;
}

#user-login ul {
    margin: 1em 0;
}

#user-login li.openid-link,
#user-login li.user-link {
    margin-left: -2em;
}

form tbody {
    border-top: 1px solid #ccc;
}

form th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

form tbody th {
    border-bottom: 1px solid #ccc;
}

form thead th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

body.cke_show_borders {
    background-color: #FFF !important;
}

#primary ul li.last {
    border-right: 0;
}

#primary ul li {
    /*border-right: 1px solid #dedede;*/
    list-style: none;
    display: inline;
}

#primary ul li:last-child{
    border-right: 0;
}
#primary ul li.lm-home{
    background: #F9DA2A;
}
#primary ul li.lm-about-us{
    background: #F4C022;
}
#primary ul li.lm-services{
    background: #F58220;
}
#primary ul li.lm-jobs{
    background: #F45A22;
}
#primary ul li.lm-contact-us{
    background: #F7390E;
}
/*
#primary ul li.active, #primary ul li:hover {
    background: #3E48CE;
}
*/
#primary ul li.active {
    background: #3E48CE;
}

#primary a {
    /*color: #081C7F;*/
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

/*#primary ul li a:hover,
#primary ul li a.active {
    color: #F58220;
}*/

#footer {
    padding: 10px 50px 2px;
    text-align: center;
    border-top: 1px solid #efefef;
    margin: 15px 270px 0;
}

#subheader .block-inner {
    background-color: #fff;
    border-bottom: 4px solid #F89433;
    padding-bottom: 1px;
}

#subheader p {
    margin: 1em 0 0 0;
    height: 125px;
}

#footer-message {
    padding: 0 0 5px 0;
    text-align: center;
    color: #F58220;
    font-size: 11px;
    text-decoration: none;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#sidebar-left ul.menu {
    float: left;
    margin-top: 0;
    padding-left: 7px;
    padding-right: 17px;
    padding-top: 0;
    text-align: right;
    width: 121px;
}

#sidebar-left ul.menu li.leaf {
    list-style: none none;
    padding-bottom: 15px;
}

#sidebar-left ul.menu li a {
    color: #3A9B4C;
    text-decoration: none;
}

#sidebar-left ul.menu li.active-trail a {
    font-weight: bold;
}

.menuparent.active-trail a {
    color: #F58220 !important;

}

.menuparent.active-trail ul li a {
    color: #76C18F !important;

}

.menuparent.active-trail .active-trail .active {
    color: #FFAB49 !important;
}

.image-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.image-right {
    float: right;
    width: 165px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.image-right img {
    padding-top: 10px;
}

.link-right {
    float: right;
    background: url(/images/dotted_line_dot.gif) #FFF repeat-x;
    margin-right: -8px;
    margin-top: -25px;
}

#sidebar-right .block {
    padding-left: 10px;
    width: 180px;
}

#sidebar-right h2.title {
    color: #175773;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #C1C1C1;
}

#content-bottom h2.title {
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 12px;
    color: #3A9B4C;
}

.partner_image {
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    text-align: center;
    vertical-align: middle;
}

.panel-3col-33-stacked .panel-col {
    width: 33.9%;
}

.panel-2col-bricks .panel-col-last {
    width: 49.9%;
}

h2.pane-title {
    margin-top: 0;
    font-size: 1.2em;
    border-bottom: 2px solid #EFEFEF;
}

#content-area .panel-display h2 {
    margin-top: 0;
}

#content-area .panel-display h3 {
    font-size: 1.1em;
}

#content-area .panel-display a {
    color: #F58220;
    text-decoration: none;
}

#content-area .panel-display a:hover {
    text-decoration: underline;
}

#content-area .panel-display .views-row {
    margin-left: 10px;
}

#content-area .panel-display .center-wrapper {
    clear: both;
}

#content-area .panel-display .panel-separator {
    height: 0;
    background: none;
}

input.form-submit,
input.teaser-button {
    background: transparent url(/images/orange-button.gif) no-repeat scroll left center;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 0.916em;
    font-weight: bold;
    margin: 0 4px;
    outline: #9BABB0 solid 1px;
    padding: 2px 4px;
    text-transform: uppercase;
}

input.form-submit:hover,
input.teaser-button:hover {
    background-position: right center;
    cursor: pointer;
}

.views-exposed-widget label {
    clear: left;
    float: left;
    width: 80px;
    padding-top: 4px;
}

.views-exposed-widget .views-widget .form-item {
    margin-left: 80px;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
}

.views_slideshow_singleframe_teaser_section {
    border-bottom: 1px solid #C1C1C1;
    margin-bottom: 5px;
}

.view-filters {
    background-color: #EDF0F0;
    margin-top: -5px;
    padding: 5px;
}

.view-job-germany-view a,
.view-job-hungary-view a,
.view-job-english-view a,
.view-job-romanian-view a {
    color: #F58220;
    text-decoration: none;
}

.view-job-germany-view a:hover,
.view-job-hungary-view a:hover,
.view-job-english-view a:hover,
.view-job-romanian-view a:hover {
    text-decoration: underline;
}

.job-links {
    clear: both;
}

.job-link {
    display: inline;
    margin-right: 10px;
}

.job-link-first {
    margin-right: 10px;
}

.job-link-last {
    margin-left: 10px;
}

.job-link a {
    color: #3A9B4C;
    text-decoration: none;
}

.job-link a:hover {
    text-decoration: underline;
}

.contact_box {
    width: 200px;

    vertical-align: top;
}

.contact_box_short {
    width: 200px;
    vertical-align: top;
}

.contact_box p {
    margin: 0;
}

.contact {
    margin: 0;
}

.offices {
    margin: 0;
}

.menschen-data {
    float: left;
    width: 200px;
}

.views_slideshow_singleframe_pager {
    margin-top: -18px;
}

.views_slideshow_singleframe_pager div {
    display: inline;
    padding-left: 5px;
}

.views_slideshow_previous {
    margin-left: 10px;
    margin-right: 20px;
}

.views_slideshow_next {
    margin-left: 20px;
}

.views_slideshow_slide {
    width: 100% !important;
}

.broschure {
    width: 160px;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

.download_title {
    height: 26px;
    padding: 5px;
    width: 370px;
    background-color: #D8F0DA;
    color: #175773;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

.download_content {
    height: 26px;
    padding: 5px;
    width: 270px;
    vertical-align: middle;
}

.download_link {
    height: 26px;
    padding: 5px;
    width: 100px;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
}

.view-Content-management-view-de .views-field {
    padding: 5px;
}

.pane-job-english-view,
.pane-job-hungary-view,
.pane-job-germany-view,
.pane-job-romanian-view {
    margin-top: 20px;
    margin-bottom: 20px
}

.view-job-germany-view table,
.view-job-hungary-view table,
.view-job-english-view  table,
.view-job-romanian-view  table {
    margin-top: 0;
    width: 100%;
}

.view-job-germany-view table thead,
.view-job-hungary-view table thead,
.view-job-english-view table thead,
.view-job-romanian-view table thead {
    background-color: #EDF0F0;
    border-bottom: 1px solid #CCC;
}

.view-job-germany-view table th,
.view-job-hungary-view table th,
.view-job-english-view table th,
.view-job-romanian-view table th {
    text-align: left;
    padding-left: 10px;
}

.view-job-germany-view table tr.odd,
.view-job-hungary-view table tr.odd,
.view-job-english-view table tr.odd,
.view-job-romanian-view table tr.odd {
    background-color: #FFF;
}

.view-job-germany-view table tr.even,
.view-job-hungary-view table tr.even,
.view-job-english-view table tr.even,
.view-job-romanian-view table tr.even {
    background-color: #EFEFEF;
}

.view-job-germany-view table td,
.view-job-hungary-view table td,
.view-job-english-view table td,
.view-job-romanian-view table td {
    padding: 4px 10px;
}

.slideshow-left {
    width: 150px;
    float: left;
    text-align: right;
}

.slideshow-left .views-slideshow-controls-top {
    width: 130px;
    border-right: 1px solid #CCC;
    padding-right: 22px;
}

.slideshow-left .views-slideshow-controls-bottom {
    width: 130px;
    text-align: center !important;
    margin-bottom: 5px;
    margin-top: 5px;

}

.our_vision .slideshow-left .views-slideshow-controls-top {
    min-height: 375px;
}

.slideshow-left .activeSlide .slider-menu a {
    text-decoration: underline !important;
}

.views_slideshow_main {
    margin-left: 153px;
    width: 492px;
    padding-left: 22px;
    overflow: hidden;
}

.slider-menu {

    margin-bottom: 10px;
}

#block-locale-0 {
    float: right;
    margin-bottom: 0;
    visibility: hidden;
}

#block-locale-0 ul li {
    display: inline;
    list-style: none none;
    margin-top: 9px;
    padding-left: 5px;
}

#block-locale-0 ul li a.active {
    color: #F58220;
}

#block-locale-0 ul li a.hover {
    color: #F58220;
    text-decoration: none;
}

#block-locale-0 ul li a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #3A9B4C;
}

#block-views-job_hungary_view-block_2 {
    margin-top: 14px;
}

.panel-pane tbody {
    border-top: none;
}

.panel-pane table {
    margin: 0;
}

#karrier-facebook .panel-panel a {
    text-decoration: underline;
}

#karrier-facebook .panel-panel a:hover {
    text-decoration: none;
}

#karrier-facebook .panel-panel .r-edge {
    height: 440px;
}

#karrier-facebook .panel-col-last .r-edge {
    padding: 5px 16px !important;
}

#karrier-facebook .pane-title {
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 1em;
}

.imgright {
    float: right;
    padding: 0 0 5px 20px;
}


.t-edge, .b-edge, .l-edge, .r-edge, .wrap-corner {
  position: relative;
  /* hasLayout -1 ? For IE only */
  zoom: 1;
}
.rounded-corner .t-edge {
  background: url('/images/shadow-t.png') repeat-x 0 top;
  font-size: 1px;
}
.rounded-corner .b-edge {
  background: url('/images/shadow-b.png') repeat-x 0 bottom;
  font-size: 1px;
}
.rounded-corner .l-edge {
  background: url('/images/shadow-l.png') repeat-y 0 0;
}
.rounded-corner .r-edge {
  background: url('/images/shadow-r.png') repeat-y right 0;
}
.rounded-corner .wrap-corner {
  background: #fff !important;
}
.rounded-corner .wrap-corner .t-edge, .rounded-corner .wrap-corner .b-edge {
  height: 11px;
}
.rounded-corner .wrap-corner .l, .rounded-corner .wrap-corner .r {
  position: absolute;
  top: 0;
  height: 11px;
  width: 11px;
  background-image: url('/images/corner-bits.png');
}
.rounded-corner .wrap-corner .l {
  left: 0;
}
.rounded-corner .wrap-corner .r {
  right: 0;
  background-position: -11px 0;
}
.rounded-corner .wrap-corner .b-edge .l {
  background-position: 0 -11px;
}
.rounded-corner .wrap-corner .b-edge .r {
  background-position: -11px -11px;
}
.rounded-corner .wrap-corner .r-edge {
  padding: 5px 24px;
}
.rounded-corner div.admin-links {
  margin-top: -14px;
  margin-left: -12px;
}

.rounded-corner .panel-region-separator {
  background: url('/images/shadow-b.png') repeat-x 0 center;
  font-size: 1px;
  height: 30px;
}

.rounded-corner .rounded-corner {
  margin-bottom: 1em;
}
#navigation-top, #navigation {
    position: absolute;
    left: -10000px;
}

#skip-to-nav {
    float: right;
    margin: 0 !important;
    font-size: 0.8em;
}

#skip-to-nav a:link, #skip-to-nav a:visited {
    color: #fff;
}

#skip-to-nav a:hover {
    color: #000;
    text-decoration: none;
}

#skip-to-nav a, #skip-to-nav a:hover, #skip-to-nav a:visited {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip-to-nav a:active, #skip-to-nav a:focus {
    position: static;
    width: auto;
    height: auto;
}

#header-blocks {
    clear: both;
}

#main-content {
    position: relative;
    padding: 0 10px;
}

#content, .no-sidebars #content {
    float: left;
    width: 770px;
    margin-left: 0;
    margin-right: -770px;
    padding: 0;
}

.sidebar-left #content {
    width: 566px;
    margin-left: 214px;
    margin-right: -780px;
}

.sidebar-right #content {
    width: 556px;
    margin-left: 0;
    margin-right: -556px;
}

.two-sidebars #content {
    width: 420px;
    margin-left: 135px;
    margin-right: -555px;
}

.with-subheader+.sidebar-left #content {
    width: 431px;
    margin-left: 135px;
    margin-right: -566px;
}

#content-inner {
    margin: 0;
    padding: 0;
}

#navbar {
    /*float: left;*/
    width: 100%;
    /*margin-left: 0;
    margin-right: -100%;*/
    padding: 0;
    /*height: 20px;*/
    margin-bottom: 15px;
}

.with-navbar #content, .with-navbar #sidebar-left, .with-navbar #sidebar-right {
    margin-top: -5px;
}

#search-box {
    width: 200px;
    margin-right: -200px;
    float: left;
}

#secondary {
    margin-left: 200px;
}

#navbar ul {
    background: #91C7D6;
    margin: 0;
    padding: 0;
}

#navbar li {
    /*float: left;*/
    padding: 0 10px 0 10px;
    display: inline-block;
}

#subheader {
    float: left;
    width: 770px;
    float: left;
    margin-top: 20px;
    height: 141px;
    overflow: hidden;
}

#subheader-inner {
    width: 770px;
}

.with-subheader #sidebar-left {
    float: left;
    width: 135px;
    margin-top: 170px;
    margin-left: -565px;
    padding: 0;
}

#sidebar-left {
    float: left;
    width: 214px;
    margin-left: 0;
    margin-right: -214px;
    padding: 0;
}

#sidebar-left-inner {
    margin: 0 20px 0 0;
    padding: 0;
}

.with-subheader #sidebar-right {
    float: left;
    width: 214px;
    margin-right: -214px;
    padding: 0;
}

#sidebar-right {
    float: left;
    width: 214px;
    margin-left: 566px;
    margin-right: -780px;
    padding: 0;
}

#sidebar-right-inner {
    margin: 0 10px 0 -10px;
    padding: 10px 0 0 10px;
}

#footer-inner {
    padding-top: 5px;
    padding-bottom: 5px;
}

#content-bottom .block {
    float: left;
    margin-left: 23px;
    width: 240px;
}

#content-bottom -front.block {
    float: left;
    margin-left: 23px;
    width: 770px;
}

#content-top .block-locale  ul li {
    float: right;
}

.page-wir-uber-uns #content-inner {
    padding-top: 0;
}

#closure-blocks .block {
    width: 200px;
    float: left;
}

ul.form{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.form li{
    display: block;
    padding: 5px;
}
ul.form label{
    display: inline-block;
    width: 200px;
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
}
input.text, select {
    width: 200px;
}
textarea{
    resize: none;
}
input.button{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    padding: 5px 25px;
    cursor: pointer;
}
em.error{
    font-style: normal;
    color: #F00;
    font-size: 1em;
    vertical-align: top;
    display: inline-block;
    padding-left: 5px;
}

img.sample{
    width: 978px;
    height: 155px;
    margin-bottom: 10px;
}

#scrollable{
    overflow: auto;
    min-height: 100px;
}

/* Contact */
.location-info{
    margin-bottom: 20px;
    display: inline-block;
    width: 340px;
    vertical-align: top;
}
.location-info p{
    text-indent: 0;
}
#map{
    height: 300px;
    float: right;
    width: 600px;
}
.compass{
    float: right;
    width: 90px !important;
    height: 90px !important;
    position: absolute;
    top: 15px;
    right: 35px;
}

.person {
    width: 437px;
    height: 160px;
    /*border: 1px solid;*/
    margin: 15px;
    display: inline-block;
}
.person a{
    /*font-weight: normal;*/
}
.person img{
    float: left;
    margin: 10px;
    height: 140px;
    width: 161px;
    border: 1px solid #B1CEF9;
}
.person h3{
    margin: 6px 0 10px;
}
.person div{
    display: inline-block;
    width: 250px;
}
.person span{
    display: block;
}
.person span span{
    display: inline;
    color: #001FD3;
    font-weight: bold;
}
.person .sk{
    margin-bottom: 5px;
}
.person .ex{
    color: #07055E;
}