/*  ZMS3 :: LOCAL_CSS DESYGROUPS
    
    LAST MOD: 20231006 by hagemand (DESY)
    - removed fast-fonts-dependency via @import
    - removed overflow settings on <main>
    - introduced new DESYSans fonts
    - 20210618 hagemand (DESY)
        - BF-mods added:
         - colors
          + for the records: OLD ORANGE: #F18F1F, OLD BLUE: #009fdf
         - underline hyperlinks on hover
         - text in #00000 instead of dark grey

*/

/*
Hauptnavigation: DesySans Cn Heavy
Sprachenkürzel: DesySans Cn Medium
Headline im Header: DesySans Cn Medium
Headline (H1): DesySans Cn Medium, Subheadline: DesySans Cn Regular, Orange
Zwischenüberschriften (H2): DesySans Cn Medium
*/
/*
@font-face {
    font-family:"DesySansCn_Heavy";
    src: url("/sites/common4all/fonts/DESYSans/DesySansCn-Heavy.woff") format("woff"), url("/sites/common4all/fonts/DESYSans/DesySansCn-Heavy.ttf") format("truetype");
}
*/

@font-face {
    font-family:"DesySansCn_Bold";
    src: url("/sites/common4all/fonts/DESYSans/DesySansCn-Bold.woff") format("woff"), url("/sites/common4all/fonts/DESYSans/DesySansCn-Bold.ttf") format("truetype");
}

@font-face {
    font-family:"DesySansCn_Medium";
    src: url("/sites/common4all/fonts/DESYSans/DesySansCn-Medium.woff") format("woff"), url("/sites/common4all/fonts/DESYSans/DesySansCn-Medium.ttf") format("truetype");
}

@font-face {
    font-family:"DesySansCn_Regular";
    src: url("/sites/common4all/fonts/DESYSans/DesySansCn-Regular.woff") format("woff"), url("/sites/common4all/fonts/DESYSans/DesySansCn-Regular.ttf") format("truetype");
}

/*
@font-face {
    font-family:"DesySans_Bold";
    src: url("/sites/common4all/fonts/DESYSans/DesySans-Bold.woff") format("woff"), url("/sites/common4all/fonts/DESYSans/DesySans-Bold.ttf") format("truetype");
}

@font-face {
    font-family:"DesySans_Medium";
    src: url("/sites/common4all/fonts/DESYSans/DesySans-Medium.woff") format("woff"), url("/sites/common4all/fonts/DESYSans/DesySans-Medium.ttf") format("truetype");
}
*/

@font-face{
font-family:"DesyNeueHelveticaWFS-87HvCn";
src:url("/sites/common4all/fonts/desy-font/441a591f-ffcf-4223-a7a6-719e82a369fc.eot?#iefix");
src:url("/sites/common4all/fonts/desy-font/441a591f-ffcf-4223-a7a6-719e82a369fc.eot?#iefix") format("eot"),url("/sites/common4all/fonts/desy-font/132f81b9-efbb-4df2-a5d9-882062906bdb.woff") format("woff"),url("/sites/common4all/fonts/desy-font/45c48c0e-5415-4bf9-823b-1698b7129755.ttf") format("truetype"),url("/sites/common4all/fonts/desy-font/9badd8fe-28d5-4f79-ab6d-95d605afbe7e.svg#9badd8fe-28d5-4f79-ab6d-95d605afbe7e") format("svg");
}
@font-face{
font-family:"DesyNeueHelveticaWFS-55Rm";
src:url("/sites/common4all/fonts/desy-font/9f313770-c59c-4161-bb83-15a7b832ed0a.eot?#iefix");
src:url("/sites/common4all/fonts/desy-font/9f313770-c59c-4161-bb83-15a7b832ed0a.eot?#iefix") format("eot"),url("/sites/common4all/fonts/desy-font/8e9b6c37-7c45-4c3a-bb2d-04e41b335d1a.woff") format("woff"),url("/sites/common4all/fonts/desy-font/c68ba3bd-479b-4bba-9400-32e2b7921037.ttf") format("truetype"),url("/sites/common4all/fonts/desy-font/a9fb8a69-36d5-46a0-892a-610ce53fcf42.svg#a9fb8a69-36d5-46a0-892a-610ce53fcf42") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-67MdCn 692710";
src:url("/sites/common4all/fonts/desy-font/3a605871-b94d-4161-a394-bb2cfc975df7.eot?#iefix");
src:url("/sites/common4all/fonts/desy-font/3a605871-b94d-4161-a394-bb2cfc975df7.eot?#iefix") format("eot"),url("/sites/common4all/fonts/desy-font/aef05e22-e1d4-4e59-bc2e-a71c13c26cca.woff") format("woff"),url("/sites/common4all/fonts/desy-font/b785b1cf-24fa-44c9-8c93-d8e2d6912c47.ttf") format("truetype"),url("/sites/common4all/fonts/desy-font/5ab0c585-fb4b-43d9-abb0-b92f452b1284.svg#5ab0c585-fb4b-43d9-abb0-b92f452b1284") format("svg");
}



:root {
	--desy-bf-blue: #067DB4;
	--desy-bf-darkgrey: #333333;
	--desy-bf-grey-border: #777677;
	--desy-grey: #aaaaaa;
	--desy-orange: #EB6E0F;
	--mediumgrey-color: #696969;
	--black-color: #000000;
}



/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}

#main-content ol li {
    list-style-type: decimal;
    margin-left: 23px;
}
#main-content ul li {
    list-style-type: disc;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
    margin-top: 0;
    font-size: 77%;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 140%;
    background-color: #ddd;
}

.container {
    background: white;
    background-image: url(/sites/sites_desygroups/common/bg.jpg);
    margin: auto;
    display: flex;
    flex-direction: column;
}

header {
    background-color: white; 
    grid-column: span 3;
    -ms-grid-column-span: 3;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 1.4em;
}

main {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    background-color: white;
    flex: 1 auto;
    /* flex:1; */
    padding: 10px;
    padding-left: 20px;
    float: left;
    /* overflow: hidden;
    overflow-y: visible; */
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6em;
    padding-top: 1px;
    padding-right: 0px;
    position: relative;
}

nav {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    background-color: white;
    padding: 10px;
    padding-top: 1px;
    padding-bottom: 40px;
}

aside {
    padding: 10px;
    background-color: #936;
}

footer {
    -ms-grid-row: 3;
    -ms-grid-column-span: 3;
    background-color: white;
    grid-column: span 3;
    padding: 30px;
    color: white;
    border-top: 1px solid #696969;
    clear: left;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    position: relative;
    width: 100%;
}
/* BO Scroll to top */
a.scrollToTop, a.scrollToTop:hover {
    /* color: #009fdf; */
    color: var(--desy-bf-blue);
    font-size: 100px;
    line-height: 1.0em;
    text-decoration: none;
    border: none;
}
.scrollToTop {
    width: 50px;
    height: 50px;
    padding: 10px 30px 10px 10px;
    text-align: center;
    background: rgba(0,0,0,0.1);
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 0;
    right: 0;
}
/* EO Scroll to top */


/* @media (min-width: 1024px) { */
    .container {
        /* width: 1024px; */
        margin: auto;
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
        -ms-flex-direction: column
    }
/* } */
@media (min-width: 1024px) {
    .container {
        width: 1024px;
        display: grid;
        display: -ms-grid;
        grid-template-columns: 225px 1fr 0px;
        -ms-grid-columns: 225px 1fr 0px;
        grid-template-rows: auto 1fr auto;
        -ms-grid-rows: auto 1fr auto;
    }
}
@media (min-width: 480px){
    #division-nav {
        width: 100%;       
    }
}
@media (max-width: 1024px) {
    .container {
        background: none;
    }
    main{
        padding-right: 10px;
    }
}
sub {
    vertical-align: sub;
}

b {font-weight:bold;}

sub, sup {
    font-size: 0.75em;
    line-height: 0.5em;
}
sup { vertical-align: super;}
h1 {
    /* font-family:"HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
    font-family:"DesySansCn_Medium", Helvetica,Arial, sans-serif;
    /* color: #009fdf; */
    color: var(--desy-bf-blue);
    font-size: 32px;
    margin-right: 10px;
    margin-bottom: 3px;
    letter-spacing: 0.4px;
}
h2 {
    /* color: #009fdf; */
    color: var(--desy-bf-blue);
    font-size: 20px;
    margin-top: 5px;
    /*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
    font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
    margin-right: 10px;
    margin-bottom: 3px;
    letter-spacing: 0.4px;
}
h3{
    /*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
    font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
}
p, a ,ul li, table td, table th {
    font-size: 15px;
    line-height: 1.5;
}
p, li{
    font-family: "DesyNeueHelveticaWFS-55Rm", Helvetica,Arial, sans-serif;
}
small { 
  font-size: smaller;
}
em{
    font-style: italic;
}
/* Header */
    #page-head {
    height: 128px;
    position: relative;
    z-index: 1;
}
#page-head h1{
    width: 194px;
    height: 85px;
    margin: 0;
    margin-right: 41px;
    float: left;
    padding: 6px 0 0 20px;
}
#division-nav {
    font-size: 12px;
    /*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
    font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
    padding-left: 0px;
    float: left;
    width: 460px;
    margin-top: 10px;
    margin-bottom: 0;
}
.nav li {
    display: inline;
}
#division-nav a {
    border-right: 1px solid #ccc;
    font-size: 13px;
    color: #666;
    margin-right: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    line-height: 110%;
    letter-spacing: 0.4px;
}
#division-nav a:hover {
    color: var(--desy-orange);
    text-decoration: underline;
}
#page-head .nav .last a {
    border: none;
}
#tagline {
    width: 350px;
    margin-top: 2.3em;
    margin-bottom: 0;
    float: left;
    font-size: 13px;
    color: var(--desy-bf-darkgrey);
    /* font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
    font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
    line-height: 120%;
    letter-spacing: 0.3px;
}
#main-nav {
    float: left;
    margin-top: 3.5em;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 13px;
}

#main-nav li a {
    /* color: #8f8f8f; */
    text-transform: uppercase;
    /* font-family: DesyNeueHelveticaWFS-87HvCn, Helvetica, Arial, sans-serif; */
    font-family: "DesySansCn_Bold", Helvetica,Arial, sans-serif;
    letter-spacing: 0.6px;
    line-height: 100%;
    vertical-align: baseline;
    font-size: 16px;
}
#main-nav li a:hover {
    color: var(--desy-orange);
    text-decoration: underline;
}
#main-nav li{
    float: left;
    margin-right: 4px;
    border-right: 1px solid #333333;
    border-bottom: none;
    list-style: none outside none;
    padding: 0px 4px 0px 0px;
    height: 14px;
    line-height: 14px;
}
#main-nav .last{
    border: none;
}
.nav a {
    display: block;
    float: left;
    line-height: 1;
}
a {
    /* color: #009fdf; */
    color: var(--desy-bf-blue);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#cse-search-form {
    display: none;
    padding-bottom: 5px;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 148px;
    border: 1px dotted dimGray;
    height: 21px;
    padding: 0;
}
#cse-search-form input.regularInput {
    border: none;
    width: 146px;
    height: 18px;
    background-image: url(https://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif);
    background-position: 0% 50%;
    background-repeat: no-repeat no-repeat;
    text-indent: 1px;
    outline: none;
}
#service-nav {
    position: absolute;
    z-index: -1;
    right: 0px;
    bottom: 8px;
}
#service-nav a{
    color: grey;
    font-size: 16px;
}
#service-nav a:hover{
    color: var(--desy-orange);
    text-decoration: underline;
}
#service-nav li {
    display: inline;
}
#service-nav li i.adress {
    display: block;
    float: left;
    margin-right: 11px;
    margin-left: 11px;
}
#service-nav li i.print {
    display: block;
    float: left;
} 
#service-nav .first_lang{
    padding-left: 11px;
    padding-right: 11px;
}
#service-nav .fa-search{
    font-size: 15px;
    cursor: pointer;
}
header .lang{
/*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
    font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
}
.groupheader .left{
    padding-top: 9px;
    padding-left: 13px;
    padding-right: 100px;
    padding-bottom: 10px;
    float: none;
}
.header .left a{
    color: white;
    font-size: 28px;
/*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
    font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
    /* font-weight: bold; */
}
.groupheader .left a{
    line-height: inherit;
    text-transform: uppercase;
    display: inline;
    font-size: 32px;
    padding-right: 3px;
}
.groupheader .right{
    display: none;
}
.mobile_groupheader{
    display: none;
}
.mobile_groupheader .left{
    padding-top: 5px;
    padding-left: 5px;
    padding-left: 20px;
}
.mobile_groupheader .left a{
    top: 50px;
    position: absolute;
    left: 110px;
    font-size: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}
.header .right{
    float: right;
}
.groupheader{
    margin-right: 10px;
    background-color: #009fdf;
    min-height: 100px;
}
.groupheader .instlogo{
    display: none;
}
.groupheader .left p {
    /*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
    font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
    letter-spacing: 0.4px;
    color: white;
    display: inline;
    font-size: 32px;
    line-height: 1.3;

}
.menu-icon{
    font-size: 2.3em;
    color: white;
    padding-right: 15px;
    padding-top: 15px;
}
.mobile_groupheader .right{
    font-size: 2.3em;
}
@media (max-width: 1024px) {
    #page-head{
        display: none;
    }
    .groupheader{
        display: none;
    }
    header{
        padding: 0;
    }
    .mobile_groupheader{
        display: block;
    }
    .mobile_groupheader .left p{
        font-family: "DesyNeueHelveticaWFS-55Rm", Helvetica,Arial, sans-serif;
        font-size: 14px;
        color: white;
        font-weight: bold;
    }
    .mobile_groupheader{
        height: 65px;
        background-color: #009fdf
    }
    .mobile_groupheader .left a{
        top: 2px;
        position: absolute;
        left: 110px;
        display: none;
    }
    .mobile_groupheader .desy_logo{
        width: 56px;
        height: 56px;
        float: left;
    }
}
@media (max-width: 870px) {
    .mobile_groupheader .left a{
        width: 70%;
    }
}
@media (max-width: 560px) {
    .mobile_groupheader .left a{
        width: 60%;
    }
}
@media (max-width: 400px) {
    .mobile_groupheader .left a{
        width: 49%;
    }
}
#main-nav .active{
    color: var(--desy-orange);
}
#service-nav .active{
    color: var(--desy-orange);
}

/* Header */

/* Nav */
#mobile_back_to_desy{
    display: none;
}
.mobile_search{
    display: none;
}
.mobile_lang{
    display: none;
}
.bread-nav {
    display: block;
    margin-top: 10px;
    width: 100%;
    clear: left;
    float: left;
}
.bread-nav li a:hover {
    color: var(--desy-orange);
    text-decoration: underline;
}
.bread-nav li {
    display: inline;
}
.bread-nav li a {
    margin-right: 5px;
}
.bread-nav li a, .bread-nav li span {
    /* color: #696969; */
    color: var(--black-color);
    display: block;
    float: left;
    font-size: 90%;
    line-height: 100%;
}
.bread-nav-mobile{
    display: none;
}
nav .nav_forward{
    display: none;
}
nav ul a {
    letter-spacing: 0.02em;
    /* font-size: 15px; */
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #ccc;
    color: black;
    padding-bottom: 4px;
    padding-top: 8px;
    /*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
    font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
    width: 214px;
    display: block;
    float: left;
    letter-spacing: 0.6px;
    line-height: 1.2;
    padding-left: 1px;
}
nav a:hover{
    color: var(--desy-orange);
    text-decoration: underline;
}
nav ul li ul {
    display: none;
}
nav .mobile_search{
    /*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
    font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
    font-size: 22px;
    border: none;
}
nav .mobile_search a{
    color: #999;
}
nav .mobile_lang .active {
    color: var(--desy-orange);
}
nav .mobile_search .eng{
    padding-left: 20px;
    padding-right: 20px;
}
nav .mobile_lang{
    border-top: 1px #e89700 solid;
    padding-top: 40px;
    border-bottom: none;
    /*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
    font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
}
.mobile_lang a {
    font-size: 22px;
    color: #999;
}
.mobile_lang .eng{
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1024px) {
    .lock_icon{
        position: absolute;
        top: 9px;
        right: 1px;
        color: grey;
    }
    ul li li .lock_icon{
        top: 6px;
    }
    .restricted_icon{
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 94%;
    }
    nav ul li li a {
        font-size: 13px;
        font-family:"DesyNeueHelveticaWFS-55Rm", Helvetica,Arial, sans-serif;
        border-top: 1px dotted #696969;
        border-bottom: none;
        color: black;
        padding-left: 10px;
        padding-top: 5px;
        text-transform: none;
    }
    nav ul li li li a {
        padding-left: 20px;
    }
    nav ul li li li li a {
        padding-left: 40px;
    }
    nav ul li li li li li a {
        padding-left: 60px;
    }
    nav ul li li li li li li a {
        padding-left: 80px;
    }
    nav ul li li li li li li li a {
        padding-left: 100px;
    }
    nav ul li li li li li li li li a {
        padding-left: 120px;
    }
    nav ul li li li li li li li li li a {
        padding-left: 140px;
    }
}
nav .first{
    color: black;
    /* font-size: 17px; */
}
nav .selected{
    color: var(--desy-orange);
    border-bottom: none;
}
.one_selected{
    /* border-bottom: 1px solid #009fdf; */
    border-bottom: 1px solid var(--desy-bf-blue);
}
nav .nav_backward{
    display: none;
}
@media (max-width: 1024px) {
    .lock_icon {
        padding-right: 20px;
        color: black;
    }
    .bread-nav-mobile{
        display: block;
    }
    .bread-nav-desctop{
        display: none;
    }
    #mobile_back_to_desy{
        color: #999;
        display: block;
        /*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
        font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
        font-size: 18px;
        padding: 18px 0 19px 20px;
        letter-spacing: .4px;
        float: none;
    }
    .mobile_search{
        /* border-bottom: 1px #ccc solid; */
        display: block;
        padding: 13px 0 0px 0px;
    }
    .mobile_search .fa-search{
        position: absolute;
        top: 27px;
        left: 29px;
        color: #696969;
    }
    .mobile_search .fa-times{
        position: absolute;
        top: 27px;
        right: 29px;
        color: #696969;
        display: none;
    }
    .mobile_lang{
        display: block;
    }
    .regularInput_mobile{
        font-size: 15px;
        line-height: 1.5;
        height: 52px;
        padding: 0 51px 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        color: #757575;
        /*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
        font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
        border: 1px solid #ccc;
        background: #f9f9f9;
        font-size: 24px;
        width: 100%;
        background-position-x: 19px;
    }
    nav{
        position: absolute;
        right: 0;
        top: 65px;
        width: 100%;
        z-index: 100;
        display: none;
        padding-top: 0;
    }
    nav .first{
        font-size: 24px;
        color: black !important;
        padding-top: 10px;
    }
    nav li:last-child {
        border: none;
    }
    nav ul a{
        /*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
        font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
        font-size: 24px;
        color: black;
        display: block;
        padding: 18px 0 19px 20px;
        letter-spacing: .4px;
        float: none;
        width: 90%;
        border: none;
    }
    nav .nav_forward{
        color: #e89700;
        display: block;
        float: right;
        position: absolute;
        font-size: 2.8rem;
        right: 15px;
        top: 10px;
    }
    nav ul li li .nav_forward {
        top: 8px;
    }
    nav .nav_backward{
        display: none;
        color: #e89700;
        position: absolute;
        z-index: 101;
        top: 0px;
        font-size: 2.8rem;
        left: 11px;
        padding: 10px 10px 10px 10px;
    }
    nav ul li li .nav_backward {
        top: -3px;
    }
    nav li {
        position: relative;
        border-bottom: 1px #ccc solid;
    }
    nav ul li li a {
        font-family: "DesyNeueHelveticaWFS-55Rm", Helvetica,Arial, sans-serif;
        font-size: 20px;
        display: block;
        padding: 18px 0 19px 20px;
        letter-spacing: .4px;
        float: none;
        width: 90%;
        border: none;
        border: none
    }
    nav ul li li li a {
        width: 90%;
    }
    .top_menu_li{
        padding-left: 55px;
        /*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
        font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
        font-size: 24px;
    }
    .top_sub_menu_li{
        border-top: 1px #ccc solid;
    }
    .invisible_bottom{
        border: none
    }
}
@media (max-width: 480px) {
    nav ul a{
        width: 82%;
    }
}

.open{
    /* transform: translateX(0); */
    /* display: block; */
}

/* Nav */
/* Menu-Icon*/

.menu-icon {
    margin-top: 15px;
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  .menu-icon span{
    display: block;
    position: absolute;
    height: 3.5px;
    width: 64%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  .menu-icon span:nth-child(1) {
    top: 4px;
  }
  
  .menu-icon span:nth-child(2),.menu-icon span:nth-child(3) {
    top: 16px;
  }
  
  .menu-icon span:nth-child(4) {
    top: 28px;
  }
  
  .menu-icon.open_menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  .menu-icon.open_menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .menu-icon.open_menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .menu-icon.open_menu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  /* Menu-Icon*/
.overlay{
    display: none;
    position: absolute;
    right: 100%;
    top: 65px;
    width: 100%;
    transform: translateX(100%);
    z-index: 98;
    height: 100%;
    background-color: grey;
    opacity: 0.8;
}
.show_overlay{
    display: block;
}
/* Main */
#main-content{
    float: left;
    line-height: 1.6em;
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    /* font-size: 15px;
    line-height: 1.5; */
    /* margin-right: 280px; */
    /* margin-bottom: 1.4em;
    font-family: "DesyNeueHelveticaWFS-55Rm", Helvetica,Arial, sans-serif; */
}
#main-content .mainpage{
    display: none;
}
#main-content .pageTitle{
    padding-top: 8px;
    padding-bottom: 10px;
   /* margin-right: 280px;*/
}
#main-content .pageTitle_headline{
    line-height: 1.4em;
}
#main-content .pageTitle_subline{
    font-size: 18px;
    line-height: 1.4em;
    color: var(--desy-orange);
    /*font-family: "DesyNeueHelveticaWFS-55Rm", Helvetica,Arial, sans-serif;*/
    font-family:"DesySansCn_Regular", Helvetica,Arial, sans-serif;
    margin-top: 0px;
}
#main-content .pageTitle_description{
    /* color: #696969; */
    color: var(--black-color);
}
#main-content .pageTitle_mobile{
    padding-top: 8px;
    padding-bottom: 10px;
    display: none;
}
#main-content > p{
    font-size: 15px;
    line-height: 1.5;
    /*margin-right: 280px;*/
    margin-bottom: 1.4em;
}
#main-content ul{
    list-style: outside;
    padding-left: 20px;
    /* overflow: hidden; */
}
#main-content li{
    font-size: 15px;
    line-height: 1.5;
}
#main-content > li {
    margin-right: 280px;
}
#main-content > ul li {
    /*margin-right: 280px;*/
    position: relative;
    left: 1em;
}
#main-content > h1, #main-content > h2, #main-content > h3, #main-content > h4{
    margin-right: 280px;
}
#main-content strong{
    font-weight: bolder;
}
#main-content > div.html{   
    margin-right: 280px;
}
#main-content div.html{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 1.4em;
    font-family: "DesyNeueHelveticaWFS-55Rm", Helvetica,Arial, sans-serif;
}
div .text {
    color: #696969;
    font-size: 15px;
}
.left{
    float: left;
}
.section {
    float: left;
    margin: 0 11px 20px 0;
    border: none;
    width: 100%;
}
.searchform{
    padding: 1em;
    background: #f9f9f9;
    width: 280px;
    right: 0;
    margin-right: 10px;
    position: absolute;
    display: none;
}
.searchinput{
    width: 100%;
    height: 2em;
    padding: 0 0.5em;
}
.ZMSFile.left {
    float: left;
}
.ZMSFile {
    display: block;
    margin: 5px 5px 15px 0px;
    float: left;
    width: 100%;
}
.ZMSFile a {
    color: #696969;
    font-weight: bold;
    font-size: 13.5px;
}
.ZMSFile div span {
    font-size: 13.5px;
}
.ZMSFile .text{
    font-size: 13px;
}
.ZMSFile .description {
    font-size: 12px;
}
.ZMSFile .title img {
    display: none;
}
.ZMSFile a[href$="pdf"]:before {
    font-family: FontAwesome;
    content: "\f1c1";
    padding-right: 10px;
}
.ZMSFile a[href$="docx"]:before {
    font-family: FontAwesome;
    content: "\f1c2";
    padding-right: 10px;
}
.ZMSFile a[href$="doc"]:before {
    font-family: FontAwesome;
    content: "\f1c2";
    padding-right: 10px;
}
.ZMSFile a[href$="txt"]:before {
    font-family: FontAwesome;
    content: "\f15b";
    padding-right: 10px;
}
.ZMSFile a[href$="odt"]:before {
    font-family: FontAwesome;
    content: "\f15b";
    padding-right: 10px;
}
.ZMSFile a[href$="jpg"]:before {
    font-family: FontAwesome;
    content: "\f1c5";
    padding-right: 10px;
}
.ZMSFile a[href$="png"]:before {
    font-family: FontAwesome;
    content: "\f1c5";
    padding-right: 10px;
}
.ZMSFile a[href$="gif"]:before {
    font-family: FontAwesome;
    content: "\f1c5";
    padding-right: 10px;
}
.ZMSFile a[href$="xls"]:before {
    font-family: FontAwesome;
    content: "\f1c3";
    padding-right: 10px;
}
.ZMSFile a[href$="xlsx"]:before {
    font-family: FontAwesome;
    content: "\f1c3";
    padding-right: 10px;
}
.ZMSFile a[href$="ppt"]:before {
    font-family: FontAwesome;
    content: "\f1c4";
    padding-right: 10px;
}
.ZMSFile a[href$="pptx"]:before {
    font-family: FontAwesome;
    content: "\f1c4";
    padding-right: 10px;
}
.ZMSFile a[href$="odp"]:before {
    font-family: FontAwesome;
    content: "\f1c4";
    padding-right: 10px;
}
.ZMSFile a[href$="zip"]:before {
    font-family: FontAwesome;
    content: "\f1c6";
    padding-right: 10px;
}
.ZMSFile a[href$="rar"]:before {
    font-family: FontAwesome;
    content: "\f1c6";
    padding-right: 10px;
}
.ZMSFile a[href$="mp3"]:before {
    font-family: FontAwesome;
    content: "\f1c7";
    padding-right: 10px;
}
.ZMSFile a[href$="mp4"]:before {
    font-family: FontAwesome;
    content: "\f1c8";
    padding-right: 10px;
}
/* Infobox-Objekt*/
.infobox {    
    width: 507px;
    float: left;
    overflow: hidden;
    margin: 0px 10px 10px 0px;
}
.infobox.Narrow{
    width: 248px;
}
div#IndicoEventsWrapper_teaser_ {
    width: 248px;
}
div#IndicoEventsWrapper_teaser_ h4 {
    /*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
    font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
    font-size: 20px;
    /* color: #009fdf; */
    color: var(--desy-bf-blue);
}
div.IndicoEventTitle_teaser_ a {
    font-size: 14px;
}
.IndicoEachEvent_teaser_ {
    margin-bottom: 15px;
}
div.ical:before {
    font-family: FontAwesome;
    content: "\f073";
}
.ical {
    width: 14px;
    height: 15px;
    background-repeat: no-repeat;
    float: left;
    background-position-y: bottom;
    margin-right: 8px;
    color: var(--desy-orange);
}
a#pfeil_toggle_indico_teaser_ {
    display: none;
}
@media (min-width: 500px) {
    .infobox.Narrow.right {
        float: right;
        margin-left: 1em; 
    }
    div#IndicoEventsWrapper_teaser_ {
        float: right; 
        margin-left: 1em;
    }
    .infobox.Wide.right{
        float: left;
        margin-left: 0px; 
    }
}
@media (min-width: 769px) {
    .infobox.Narrow.right{
        margin-left: 0px; 
    }
    div#IndicoEventsWrapper_teaser_ {
        margin-left:0px;
    }
}
.infobox .image{
    width: 100%;
    height: 200px;
    background-size: cover;
}
.infobox_content {
    padding: 10px 8px 10px 10px;
    overflow: hidden;
}
.infobox-Narrow {
    max-width: 194px;
}
.infobox .infobox_title{
    margin-bottom: 10px;
    display: block;
    padding-top: 1px;
}
.infobox.Grey{
    background-color: #efefef;
}
.infobox.White{
    border: 1px solid #ccc;
}
.infobox.Orange{
    background-color: var(--desy-orange);
}
.infobox.Orange .ZMSLinkElement a, 
.infobox.Orange .ZMSLinkElement .description,
.infobox.Orange .infobox_title,
.infobox.Orange,
.infobox.Orange .ZMSLinkElement:before,
.infobox.Orange .ZMSLinkElement .title:before,
.infobox.Orange .ZMSLinkElement.external .title:after,
.infobox.Orange .ZMSFile .title a,
.infobox.Orange .ZMSFile .text{
    color: white;
}
.infobox.Orange a {
    color: #fff;
    text-decoration: underline;
}

.infobox.Orange h2 {
    color: #fff;
}

.infobox.Orange .ZMSLinkElement a:hover{
    text-decoration: underline;
    color: white;
}
.infobox.Blue .ZMSLinkElement a:hover{
    text-decoration: underline;
    color: white;
}
.infobox.Blue{
    background-color: #009fdf;
}
.infobox.Blue .ZMSLinkElement a,
.infobox.Blue .ZMSLinkElement .description,
.infobox.Blue .infobox_title,
.infobox.Blue,
.infobox.Blue .ZMSLinkElement:before,
.infobox.Blue .ZMSLinkElement.external .title:after,
.infobox.Blue .ZMSFile .title a,
.infobox.Blue .ZMSFile .text{
    color: white;
}

/* Icon_Carousel-Objekt*/
.icon_carousel_title{
    text-align: center;
}
.icon_carousel_description{
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
    text-align: center;
}
.icon_carousel{
    margin-bottom: 25px;

    padding-bottom: 1em;
}
.icon_carousel_head{
    height: 87px;
    margin-bottom: 20px;
}
.icon_carousel_icon{
    width: 248px;
}
.icon_carousel_icon {
    border: 2px solid #009fdf;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
}
.icon_carousel_icon i {
    font-size: 82px;
    color: #009fdf;
    margin-top: 22%;
}
.image_carousel_icon{
    width: 150px;
    height: 150px;
    position: relative;
    margin-left: auto;
    overflow: hidden;
    border-radius: 50%;
    margin-right: auto;
}
.image_carousel_icon.border{
    border: 2px solid #009fdf;
}
.image_carousel_icon img{
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}
#main-content .carousel-item {
    height: 285px;
}
.glide__arrow {
    position: absolute;
    top: 57%;
    z-index: 1;
    width: 24px;
    height: 24px;
    margin-top: -9px;
    border: gray;
    border-radius: 50%;
    cursor: pointer;
    background-color: transparent;
    /* color: #009fdf; */
    color: var(--desy-bf-blue);
    font-size: 40px;
}
.glide__arrow:hover {
    color: var(--desy-orange);
}
.glide__arrow:focus{
    outline: none;
}
.glide__arrow--left {
    left: 0.5rem;
}
.glide__arrow--right{
    right: 0.5rem;
}
.glide__bullets{
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
button.glide__bullet {
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    margin: 0 .25em;
}
button.glide__bullet:focus {
    outline: none;
}
button.glide__bullet.glide__bullet--active {
    /* background-color: #009fdf; */
    background-color: var(--desy-bf-blue);
}
#main-content .icon_carousel_items{
    padding: 0px;
    list-style-type: none;
}

/* Bild-Objekt*/
.desy_img{
    padding-right: 10px;
    margin-bottom: 15px;
}
.desy_img.Narrow img{
    width: 248px;
}
.desy_img.Wide img{
    max-width: 507px;
    width: 100%;
}
.desy_img.Full-Width img{
    width: 100%;
}
.desy_img p{
    text-align: left;
    color: #696969;
}
.desy_img.center{
    margin-left: auto;
    margin-right: auto;
    width: 248px;
}
.desy_img.left{
    float: left;
    width: 100%;
}
.desy_img.right{
    float: right;
    padding-left: 67%;
}

/*----BO RR Full-width ----*/
.desy_img.Full {
    padding-right: 11px !important;
}

.desy_img.Full, .desy_img.Full img {
    max-width: 100%;
    width: 100%;
}
/*----EO RR Full-width ----*/

@media (min-width: 500px) {
    .desy_img.right{
        float: right;
        margin-left: 1em; 
    }
}
@media (min-width: 769px) {
    .desy_img.right{
        margin-left: 0px; 
    }
}
.desy_img.text_float {
    width: 258px;
    padding-left: 0px;
}
.desy_img.Wide {
    max-width: 517px;
    width: 100%;
    padding-left: 0px;
    /* margin-right: 10px; */
}
/* .ZMSLinkElement.external:before{
    content: url(sites/sites_desygroups/common/external_link.gif);
    float: left;
    padding-right: 8px;
}
.ZMSLinkElement.internal:before{
    content: url(sites/sites_desygroups/common/internal_link.gif);
    float: left;
    padding-right: 8px;
} */
.ZMSLinkElement:before {
    font-family: FontAwesome;
    content: "\f105";
    float: left;
    color: var(--desy-orange);
    font-size: 15px;
    padding-top: 1px;
    font-weight: bold;
    padding-right: 6px;
}
.ZMSLinkElement.contentEditable:before {
    content: "";
}
/* .ZMSLinkElement .title:before {
    font-family: FontAwesome;
    content: "\f105";
    float: left;
    padding-right: 4px;
    color: var(--desy-orange);
    font-size: 15px;
    padding-top: 1px;
    font-weight: bold;
} */
.ZMSLinkElement.external .title:after{
    font-family: FontAwesome;
    content: "\f08e";
    color: #696969;
    padding-left: 10px;
}

.ZMSLinkElement {
    margin-bottom: 6px;
    clear: both;
    color: #696969;
    width: 100%;
}
.ZMSLinkElement div.title a {
    color: #696969;
    font-weight: bold;
    /* display: flex; */
    font-size: 15px;
}
.ZMSLinkElement div.title a:hover {
    color: var(--desy-orange);
    text-decoration: underline;
}
.ZMSLinkElement div.text {
    display: none;
}
.ZMSLinkElement .description{
    font-size: 15px;
    margin-left: 14px;
}
.ZMSLinkContainer{
    background-color: #efefef;
    width: 507px;
    padding: 10px 8px 0 10px;
    float: left;
    overflow: hidden;
    margin: 0px 10px 10px 0px;
}
.ZMSTable {
    margin: 10px 10px 10px 0;
}
.ZMSTable caption {
    margin: 3px 0 3px 0;
    padding: 10px 3px 10px 10px;
    background-color: #efefef;
    color: black;
    margin-right: 10px;
    margin-bottom: 0px !important;
    /*    font-family: "HelveticaNeueW01-67MdCn 692710", Helvetica,Arial, sans-serif; */
    font-family: "DesySansCn_Medium", Helvetica,Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.7px;
}
.ZMSTable caption strong a {
    color: black;
}
.ZMSTable td {
    border-bottom: 1px dotted #333;
}
.ZMSTable th {
    border-bottom: 1px solid #333;
}
.ZMSTable th, .ZMSTable td {
    padding: 12px 7px 2px 7px;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
.ZMSGraphic.center{
    width: 100%;
}
.ZMSGraphic.center .graphic{
    margin-left: auto;
    margin-right: auto;
}
.ZMSGraphic.floatleft{
    float: left;
    margin-right: 10px;
}
.ZMSGraphic.right{
    clear: both;
    float: right;
}
.ZMSGraphic.left{
    float: none;
}
.ZMSGraphic.right .graphic{
    float: right;
}
.ZMSGraphic.floatright{
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}
.ZMSGraphic .text{
    text-align: left !important;
}
.ZMSGraphic .text p{
    font-size: 13px;
}
/* Contactprofil-Objekt*/
.contactprofile{
    width: 248px;
    float: left;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
}
.contactprofile.Wide{
    max-width: 507px;
    width: 100%;
}
@media (min-width: 500px) {
    .contactprofile.right{
        float: right;
        margin-left: 1em; 
    }
    .contactprofile.Wide.right{
        float: left;
        margin-left: 0px; 
    }
}
@media (min-width: 769px) {
    .contactprofile.right{
        margin-left: 0px; 
    }
}
.contactprofile .cp_entry {
    margin-top: 5px;
}
.contactprofile .cp_image{
    /* width: 248px;
    display: grid; */
    width: 100%;
    height: 146px;
    background-size: cover;
}
.contactprofile .cp_content{
    border: 1px solid #ccc;
    width: 248px;
    border-top: none;
    padding: 10px;
    flex: 1 auto;
}
.contactprofile.Wide .cp_content{
    max-width: 507px;
    width: 100%;
}
.contactprofile .cp_content_icon{
    float: left;
    font-size: 15px;
    padding-top: 4px;
    /* padding-right: 15px; */
    color: #666;
}
/* .contactprofile .cp_content_icon.fa-map-marker{
    padding-right: 21px;
}
.contactprofile .cp_content_icon.fa-phone{
    padding-right: 18px;
} */
.contactprofile .cp_surename, .contactprofile .cp_name{
    float: left;
}
.contactprofile .cp_icon{
    color: var(--desy-orange);
    font-size: 20px;
    padding-top: 10px;
}
.contactprofile .no-image{
    border-top: 1px solid #ccc;
}
.contactprofile p.person_pos, .contactprofile .person_fax, .contactprofile .person_tel, .contactprofile a.person_pos, .contactprofile .person_email{
    word-break: break-all;
}
.contactprofile p.person_pos, .contactprofile .person_fax{
    padding-left: 29px;
}
.contactprofile .person_tel{
    padding-left: 17px;
}
.contactprofile a.person_pos{
    padding-left: 21px;
}
.contactprofile .person_email{
    /*padding-left: 14px;*/
    padding-left: 28px;
    display: block;
}
.cp_content a:hover .cp_surename, .cp_content a:hover .cp_name {
    color: var(--desy-orange) !important;
    text-decoration: underline;
}
/* Smallteaser-Objekt*/
.smallteaser{
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 248px;
    font-size: 1em;
    box-sizing: initial;
}
@media (min-width: 500px) {
    .smallteaser.right{
        float: right;
        margin-left: 1em; 
    }
}
@media (min-width: 769px) {
    .smallteaser.right{
        margin-left: 0px; 
    }
#main-content > p, #main-content > ul li, #main-content > ol li{
    margin-right: 280px;
}
#main-content ul ul li {
    margin-right: 60px;
}

}
.smallteaser a.picture_frame{
    border: 1px solid #ccc;
    border-bottom: none;
}
.smallteaser_content{
    border: 1px solid #ccc;
    /* width: 226px; */
    border-top: none;
    padding: 10px;
    flex: 1 auto;
}
.smallteaser_box{
    font-size: 15px;
}
.smallteaser_icon{
    padding-left: 10px;
    color: var(--desy-orange);
    font-size: 17px;
}
.smallteaser img.linkarrow {
    margin: 0px 0px 0px 3px;
}
.smallteaser a {
    color: #000;
    display: inline-block;
}
.smallteaser .category {
    color: #696969;
    margin-bottom: 6px;
}
.smallteaser .smallteaser_image{
    /* width: 248px;
    display: grid; */
    width: 100%;
    height: 146px;
    background-size: cover;
}
.smallteaser a:hover h2{
    color: var(--desy-orange);
    text-decoration: underline;
}
.smallteaser.no-image{
    border-top: 1px solid #ccc;
}
.bigteaser a:hover h2{
    color: var(--desy-orange);
    text-decoration: underline;
}
#main-content .smallteaser p {
    margin-bottom: 0;
    font-family: "DesyNeueHelveticaWFS-55Rm", Helvetica,Arial, sans-serif;
}
.bigteaser{
    width: 507px;
    float: left;
    border-top: 1px solid #696969;
    padding-top: 10px;
    padding-left: 2px;
}
.bigteaser-text {
    float: left;
    width: 257px;
}
.bigteaser-text.no-image{
    width: 100%;
}
.bigteaser-img img{
    width: 248px;
}
.bigteaser p {
    color: black;
}
.bigteaser .category{
    color: #696969;
}
.newsteaser{
    width: 248px;
    float: left;
    border-top: 1px solid #696969;
    padding-top: 10px;
    padding-left: 2px;
}
.newsteaser .topline{
    color: #696969;
}
.newsteaser a:hover h2{
    color: var(--desy-orange);
    text-decoration: underline;
}
/* CountUp-Objekt*/
.countUpBox.Grey .countUp_entry{
    background-color: #efefef;
}
.countUpBox.Orange .countUp_entry{
    background-color: var(--desy-orange);
}
.countUpBox.Orange .countUp_title,
.countUpBox.Orange .countUp_number,
.countUpBox.Orange .countUp_unit{
    color: white;
}
.countUpBox.Blue .countUp_entry{
    background-color: #009fdf;
}
.countUpBox.Blue .countUp_title,
.countUpBox.Blue .countUp_number,
.countUpBox.Blue .countUp_unit{
    color: white;
}
#main-content .countUp_title, #main-content .countUp_number, #main-content .countUp_unit{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}
.countUp_puffer{
    padding-bottom: 10px;
}
p.countUp_unit, p.countUp_title {
    font-size: 20px;
}
#main-content p.countUp_number {
    font-family: DesyNeueHelveticaWFS-87HvCn, Helvetica, Arial, sans-serif;
    font-size: 3em;
}
.countUpBox {
    float: left;
    width: 100%;
}
.countUpBox.Blue .countUp_icon, .countUpBox.Orange .countUp_icon{
    border: 2px solid white;
}
.countUpBox.Blue .countUp_icon i, .countUpBox.Orange .countUp_icon i{
    color: white;
}
.countUpBox.Grey .countUp_icon{
    border: 2px solid black;
}
.countUpBox.Grey .countUp_icon i{
    color: black;
}
/* Standardindex-Objekt*/
.standardindex{
    margin-right: 10px;
}
.standardindex.Kacheln{
    margin-right: 0px;
}
.standardindex .row{
    margin-bottom: 15px;
}
.standardindex.Kacheln .row{
    width: 248px;
    float: left;
    margin-right: 11px;
}
.standardindex div.panel {
    padding: 0 20px;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-bottom: 4px;
    border: 1px solid #ccc;
}
.standardindex.Kacheln div.panel{
    height: 85px;
}
.standardindex .standard_index{
    color: #000;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.standardindex .standardindex_title{
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.standardindex.Kacheln .standardindex_title.single_row{
    margin-top: 23px;
}
.standardindex a:hover h2 {
    color: var(--desy-orange);
    text-decoration: underline;
}
.standardindex a:hover .standardindex_icon{
    -webkit-animation: bounceright .3s alternate ease infinite;
    animation: bounceright .3s alternate ease infinite;
}
@-webkit-keyframes bounceright {
	from { -webkit-transform: translateX(0); }
	to   { -webkit-transform: translateX(3px); }
}
@keyframes bounceright {
	from { transform: translateX(0); }
	to   { transform: translateX(3px); }
}
.standardindex .standardindex_icon{
    color: var(--desy-orange);
    float: right;
    margin-top: -33px;
    font-size: 30px;
}
.standardindex.Kacheln .standardindex_icon{
    margin-top: -33px;
}
.standardindex .standardindex_icon.two_rows{
    margin-top: -43px;
}
.standardindex.Kacheln .standardindex_icon.two_rows{
    margin-top: -37px;
}
/* Toggle_wrapper-Objekt*/
.toggle_wrapper h5, .toggle_wrapper p{
    font-size: 15px;
    line-height: 1.5;
    /* margin-right: 280px; */
    font-family: "DesyNeueHelveticaWFS-55Rm", Helvetica,Arial, sans-serif;
    margin-bottom: 1.4em;
}
.toggle_wrapper .trigger{
    /* color: #8c8c8c; mdfyd 20200907 by hagemand */
    color: #000000;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px 5px 5px 0px;
}
.toggle_wrapper .toggle_container{
    padding: 5px 10px 5px 5px;
    margin-bottom: 2em;
    margin-left: 14px;
    max-width: 517px;
}
.toggle_wrapper{
    max-width: 517px;
}
.toggle_container .ZMSLinkElement{
    margin-bottom: 10px;
}
.toggle_container .ZMSLinkElement:before{
    color: black;
}
.toggle_container .desy_img.right.text_float{
    margin-left: 10px;
}
.toggle_container .desy_img.right{
    text-align: right;
    padding-right: 0px;
}
.toggle_container .infobox{
    margin-right: 0px;
}
.toggle_container .infobox.Wide{
    width: 100%;
}
.expand_button {
    font-size: 32px;
    color: var(--desy-orange);
    cursor: pointer;
}
h5.trigger:before {
    font-family: FontAwesome;
    content: "\f105";
    float: left;
    color: var(--desy-orange);
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 4px;
    height: 30px;
}
h5.trigger.trigger_active:before {
    transform: rotate(90deg);
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
@media (max-width: 546px) {
    .smallteaser{
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .countUpBox {
        float: none;
    }
    .contactprofile{
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }
    .infobox.Narrow{
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
div#IndicoEventsWrapper_teaser_ {
    float: none;
        margin-right: auto;
        margin-left: auto;
}
    .bigteaser{
        max-width: 507px;
        width: calc(100% - 10px);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .bigteaser-text{
        order: 2
    }
}
@media (max-width: 768px) {
    #main-content > p{
        font-size: 15px;
        line-height: 1.5;
        margin-right: 10px;
    }
    #main-content > h1, #main-content > h2, #main-content > h3, #main-content > h4, .toggle_wrapper h5, .toggle_wrapper p{
        margin-right: 10px; 
    }
    #main-content > li {
        margin-right: 10px;
    }
    #main-content > ul li {
        margin-right: 10px;
    }
    #main-content div.html{
        margin-right: 10px;
    }
    .infobox{
        max-width: 507px;
        width: calc(100% - 10px);
    }
    .ZMSLinkContainer{
        max-width: 507px;
        width: calc(100% - 10px);
    }
    .bigteaser{
        max-width: 507px;
        width: calc(100% - 10px);
    }
    .bigteaser-img img{
        padding-top: 15px;
    }
    .toggle_wrapper .toggle_container, .toggle_wrapper{
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    #main-content .mainpage{
        display: block;
    }
    #main-content .pageTitle_mobile{
        display: block;
    }
    #main-content .pageTitle{
        display: none;
    }
}
/* Main */
/* Footer*/

footer .address{
    right: 10px;
    position: absolute;
    text-align: right;
    top: 15px;
    max-width: 465px;
}
footer ul {
    float: right;
    letter-spacing: 0.3px;
}
#footer-nav a {
    font-family: "DesyNeueHelveticaWFS-55Rm", Helvetica,Arial, sans-serif;
}
footer .address a{
    color: #696969;
    font-size: 13px;
    margin-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #696969;
}
footer .address a:hover{
    color: var(--desy-orange);
    text-decoration: underline;
}
footer .address .last a{
    border: none;
    padding-right: 0;
}

footer .tagline{
    clear: right;
    color: #696969;
    font-size: 13px;
    margin-right: 0;
    padding-top: 4px;
}
@media (max-width: 1024px) {
    footer .address .first a{
        padding-right: 110px;
    }
    footer .address{
        /*left: -32px;*/
        position: absolute;
        text-align: right;
        top: 50px;
        /*width: 320px;*/
    }
    footer .tagline{
        text-align: left;
        padding-left: 50px;
    }
    footer{
        z-index: 1;
        padding-left: 0px;
    }
    footer .footer-nav-eng{
        padding-right: 39px;
    }
}

/* Job Offers */

@media print {
    .mobile_groupheader{
        display: none
    }
    #page-head{
        display: block;
        padding: 10px;
    }
    #page-head h1{
        position: absolute;
        left: 340px;
    }
    #division-nav{
        padding-top: 18px;
        padding-bottom: 5px;
    }
    #division-nav a{
        text-transform: none;
    }
    #cse-search-form{
        display: none;
    }
    #main-nav{
        display: none;
    }
    #service-nav{
        display: none;
    }
    .bread-nav{
        display: none;
    }
    #main-content .pageTitle{
        display: none;
    }
    footer .address{
        display: none;
    }
    footer{
        padding-left: 0px;
        margin-left: 10px;
    }
    footer a:first-child{
        position: absolute;
        left: -18px;
    }
    #main-content{
        width: 70%;
    }
}
/*----- Formulator -------*/
.well .row {
    padding: 10px 0;
}

#editor_holder label.control-label {
    white-space: normal;
    display: block;
}

input.form-control {
    width: 335px;
    height: 30px;
}
textarea.form-control {
    width: 335px;
}
/*------- News inclusion ------ */
.box_announcement {
    margin: 25px 0;
   overflow:hidden;
}
img.box_announcement_image.img {
    width: 100%;
    max-width:100%;
}

h6 {
    /* color: #009fdf; */
    color: var(--desy-bf-blue);
    font-weight: bold;
    font-size: 16px;
}

@media (min-width: 400px) {
img.box_announcement_image.img {
    width: 200px;
}
}
/*----- Video -----*/
video:focus {
    outline: none;
}
/*----- Invenio -----*/
p.join2publist {
    margin: 0 0 45px 0;
}
span.InvenioOtherFormats {
    margin: 0px 20px 20px 0;
}
/*------ Gallery -----*/
.gallery .desy_img.left {
    width: auto;
}

code {
    font-family: Consolas,"courier new";
    background-color: #f1f1f1;
    padding: 2px;
    font-size: 100%;
}