/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height, .ce_autogridWrapperStart.same-height .inside {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid_wrapper.no_gutter_left {margin-left: 0;}
.autogrid_wrapper.no_gutter_right {margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}
.autogrid.no_gutter_left {padding-left: 0;}
.autogrid.no_gutter_right {padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.headerSortDown{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.headerSortUp{background-image:url(../../assets/tablesorter/images/desc.svg)}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
html    {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.header.original .logo  {
    height: 120px !important;
    margin-bottom: 30px;
}

.header.original .mainmenu ul li a  {
    font-weight: 700 !important;
}

.header.original .mainmenu ul li a.active   {
    border-bottom:5px solid #fff !important;
    line-height: 51px !important;
}

.header.original .header_metanavi   {
    top:60px !important;
}

.mlist.forward.mm-selected   {
    border-bottom: 2px solid #009fe1 !important;
    margin-right:15px;
}
.mlist   {
    margin-right:15px;
}
.mlist.lang-de   {
    margin-right:0px;
}
.mlist.lang-en   {
    margin-right:0px;
}


.mod_langswitcher_inside:before {
    border-radius: 0px !important;
}

.stickyheader .logo {
    float:right;
    width: 200px !important; 
    margin-top: -15px;
}
#fix-wrapper    {
    position: absolute;
    top:0;
}
.mod_newsreader.block    {
    margin-top:100px;
}

#grid_gallery20810    {
    margin-top:40px;
}

.karriere ul    {
    padding-left: 40px !important;
}
.karriere ul li    {
    list-style-type:disc !important;
    padding-left: 10px !important;
    list-style-position:outside !important;
}
.karriere .ce_iconbox_v2 {
    padding:0 15px !important;
}
.karriere .link:before {
    margin:40px 10px 0 10px !important;
}
.karriere a {
    font-weight: 600;
    color:#009ee2;
}
.karriere h5 {
    padding-top:30px !important;    
}


.stickyheader .mainmenu {
    float:left;
}

.stickyheader .mod_langswitcher {
    display:none;
}

.ce_revolutionslider {
    width:100%;
}
.ce_revolutionslider_text   {
    text-shadow:4px 4px 2px rgba(0, 0, 0, 0.4), -2px -2px 1px rgba(0, 0, 0, 0.1);
}

.ce_text_extented.subhead   {
    text-shadow: none !important;
}
#slider .ce_text_extented   {
    text-shadow:4px 4px 2px rgba(0, 0, 0, 0.4), -2px -2px 1px rgba(0, 0, 0, 0.1);
}

.text h6 {
    margin:20px 0 5px 0;
    font-size:15px;
    text-transform: uppercase;
    font-weight: 400;
}

.ce_iconbox_v2.style3 .content  {
    color: rgb(76, 76, 76) !important;
}

.abstand80  {
    padding: 40px 0 !important;
}
.abstand160  {
    padding: 80px 0 !important;
}

.ce_image_text_box.version2 .ce_image_text_box_inside   {
    border-radius: 0px;
}

.meta_header h3 {
    margin-top: 150px;
}

.mainmenu ul li a   {
    color:#ffffff !important;
}
.mainmenu ul li a:hover   {
    color:rgb(190, 237, 255) !important;
}
.stickyheader .mainmenu ul li a   {
    color:#386ea3 !important;
    font-weight: 400;
}
.stickyheader .mainmenu ul li a.active   {
    color:#009ee2 !important;
    font-weight: 400;
}
.stickyheader .mainmenu ul li a:hover   {
    color:#4fb1e2 !important;
    font-weight: 400;
}



.ce_revolutionslider .tparrows  {
    margin-top:0px !important;
}


.data h5    {
    font-size:18px;
    margin: 30px 0 12px 0;
}

.newsreader .back a  {
    font-size:1em !important;
}

.ce_teambox.frame .teambox_inside   {
    border:1px solid rgb(231,231,231) !important;
}
.ce_teambox.frame .teambox_inside .function,
.ce_teambox.frame .teambox_inside .email {
    margin: 10px 20px 15px 20px;
    line-height: 1.6em;
}

/*
.mainmenu ul ul     {
    display:block !important;
}
*/

.mod_article.anker  {
    padding:0 !important;
}

#footer .union    {
    margin-top:15px;
}

.ce_hyperlink.backlink  {
    margin-top: 40px;
    padding-top: 30px;
    border-top:1px solid rgba(0, 0, 0, 0.4);
}

p.back  {
    margin-top: 40px;
    padding-top: 30px;
    border-top:1px solid rgba(0, 0, 0, 0.4);
}

p.back a  {
    background: #009fe1;
    border-color: #009fe1;
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
    width: auto;
    color: #fff;
    font-weight: bold;
    min-width: 140px;
    text-align: center!important;
    position: relative;
    position: relative;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    font-size: 0.9rem;
}


/* =============================================================================
 * changelanguage
 * ========================================================================== */

.mod_changelanguage {
    float:right;
}
.mod_changelanguage li {
    display:inline;
    float:left;
}
.mod_changelanguage a, nav.mod_changelanguage span {
    width: 20px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin: 24px 0 0 10px;
}
.mod_changelanguage a.lang-en, nav.mod_changelanguage span.lang-en {
    background-image: url("../../files/cto_layout/img/flags/en.svg");
    background-repeat: no-repeat;
    opacity: 0.4;
}
.mod_changelanguage a.lang-ru, nav.mod_changelanguage span.lang-ru {
    background-image: url("../../files/cto_layout/img/flags/ru.svg");
    background-repeat: no-repeat;
    opacity: 0.4;
}
.mod_changelanguage a.lang-de, nav.mod_changelanguage span.lang-de {
    background-image: url("../../files/cto_layout/img/flags/de.svg");
    background-repeat: no-repeat;
    opacity: 0.4;
}
.mod_changelanguage a.lang-en:hover {
    background-image: url("../../files/cto_layout/img/flags/en.svg");
    background-repeat: no-repeat;
    opacity: 1;
}
.mod_changelanguage a.lang-ru:hover {
    background-image: url("../../files/cto_layout/img/flags/ru.svg");
    background-repeat: no-repeat;
    opacity: 1;
}
.mod_changelanguage a.lang-de:hover {
    background-image: url("../../files/cto_layout/img/flags/de.svg");
    background-repeat: no-repeat;
    opacity: 1;
}
.mod_changelanguage a.lang-en.active {
    background-image: url("../../files/cto_layout/img/flags/en.svg");
    background-repeat: no-repeat;
    opacity: 0.7;
}
.mod_changelanguage a.lang-ru.active {
    background-image: url("../../files/cto_layout/img/flags/ru.svg");
    background-repeat: no-repeat;
    opacity: 0.7;
}
.mod_changelanguage a.lang-de.active {
    background-image: url("../../files/cto_layout/img/flags/de.svg");
    background-repeat: no-repeat;
    opacity: 0.7;
}

.stickyheader .mod_changelanguage   {
    display:none;
}

.portfolioreader    {
    margin-top: 60px;
}
.texth1 h1{
    color: rgb(255, 255, 255) !important;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4), -2px -2px 1px rgba(0, 0, 0, 0.1);
}

/* =============================================================================
 * responsive
 * ========================================================================== */

@media only screen and (max-width: 900px)   {

    }



@media only screen and (max-width: 787px)   {
    
    .ce_bgimage.first h1    {
        font-size:2.3em !important;
        padding-top:20px;
    }
    

    .stickyheader .logo {
        float:left;
        width: 200px !important; 
        height: 100px !important;
    }
    .mm-navbar-bottom-1 .mod_changelanguage   {
        width:165px;
        float:none;
        margin:0 auto;
    }
.mod_changelanguage a, nav.mod_changelanguage span {
    width: 40px;
    height: 30px;
}
.mod_changelanguage a.lang-en, nav.mod_changelanguage span.lang-en {
    background-image: url("../../files/cto_layout/img/flags/en.svg");
    background-repeat: no-repeat;
    opacity: 0.4;
    background-size: contain;
}
.mod_changelanguage a.lang-de, nav.mod_changelanguage span.lang-de {
    background-image: url("../../files/cto_layout/img/flags/de.svg");
    background-repeat: no-repeat;
    opacity: 0.4;
    background-size: contain;
}
.mod_changelanguage a.lang-en:hover {
    background-image: url("../../files/cto_layout/img/flags/en.svg");
    background-repeat: no-repeat;
    opacity: 1;
    background-size: contain;
}
.mod_changelanguage a.lang-de:hover {
    background-image: url("../../files/cto_layout/img/flags/de.svg");
    background-repeat: no-repeat;
    opacity: 1;
    background-size: contain;
}
.mod_changelanguage a.lang-en.active {
    background-image: url("../../files/cto_layout/img/flags/en.svg");
    background-repeat: no-repeat;
    opacity: 0.7;
    background-size: contain;
}
.mod_changelanguage a.lang-de.active {
    background-image: url("../../files/cto_layout/img/flags/de.svg");
    background-repeat: no-repeat;
    opacity: 0.7;
    background-size: contain;
}
    .portfolioreader    {
    margin-top: 0px !important;
}
    .mod_newsreader    {
    margin-top: 0px !important;
}

}

@media only screen and (max-width: 1110px) and (min-width: 768px)   {
.smartmenu  {
    float:left !important;
}
}


    
    /*


.ce_revolutionslider_text.bold {
    font-family: Ubuntu;
    font-weight: 600 !important;
    letter-spacing: 2px;
}

h1, h2, h3, h4, h5, h6, 
.font_headline {
    font-family: Ubuntu;
    font-weight: 600 !important;
}

.header.original{
    background-color: #15273f;
    border-bottom: 1px solid #586371;
}

.logo a {
    background-image: url(../../files/cto_layout/img/logo/os_banner_frei.svg) !important;
}
.stickyheader .logo a {
    background-image: url(../../files/cto_layout/img/logo/os_blau.svg) !important;
}
.stickyheader .logo {
    width: 200px !important; 
}
.header.original .mainmenu ul li a,
.header.original .header_metanavi a {
    color:#fff;
}
.header.original .mainmenu:before {
    background: rgb(255, 255, 255) !important;
}
    
.stickyheader .mainmenu ul li a.active    {
    color:#009ee2 !important;
}



.autogrid   {
    padding: 0 2%;
}
.autogrid .follow   {
    padding: 0 1%;
}


.pt-l {
    padding: 90px 0!important;
}

.header.original .mainmenu ul li a.active    {
    color:#009ee2 !important;
}
.header.original .mainmenu ul li a:hover    {
    color:#a6cfe1 !important;
}
h1  {
    text-transform: uppercase;
}

.header .mainmenu li.float_left.floatbox    {
    width:50%;
}
.header .mainmenu li.float_left.floatbox ol.inner    {
    float:right;
    margin-right:130px;
}
.header .mainmenu li.float_right.floatbox    {
    width:50%;
}
.header .mainmenu li.float_right.floatbox ol.inner    {
    float:left;
    margin-left:130px;
}

.ce_text_imagebox   {
    background-color: #009ee2;
}
.ce_text_extented p {
    color:#eef2f4 !important;
}
.ce_timeline    {
    margin: 50px 10% !important;
}
.ce_timeline p    {
    font-size:1.2em !important;
}
.ce_timeline .timeline-item .timeline-item-title    {
    background-color:#009ee2 !important;
}
.ce_gallery .content    {
    background-color:#009ee2 !important;    
}
*/
