body { 
    background: #c0c0c0 url("../images/body-background-new.jpg") 50% 0 no-repeat;
    font-family: Arial;   
    color: #666;
}

header { 
    background: url("../images/young-data-logo.png");
    background-repeat: no-repeat; 
    padding: 10em 0 1em 1.5em; 
}

header h1 { 
    color: #000; 
    /* background: url("../images/qr-code.png"); */
    background-position: 100% 0%;
    background-repeat: no-repeat; 
    padding-top: 2.55em;
}

#main {
  overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial;
}

h1 { 
    font-size: 24px;
}

h3 { 
    font-size: 18px; 
}

p { 
    font-size: 12px; 
}

.ym-wrapper { 
    width: 940px;
  margin: auto;
}

.ym-column {
    display: block;
    /*overflow: hidden;*/
    padding-right: 700px;
    width: auto;
}

.ym-col1 {
    float: left;
    width: 240px; /*100%; */
}

.ym-col1 .ym-cbox { 
    padding: 0em; 
}

.ym-wbox { 
    padding: 0px; 
}

ul, li { visibility: inherit; }

.ym-col3 {
        padding-bottom: 1em;
  position: relative;
  float: left;
  width: 700px;
  margin-left: 0;
  margin-right: -700px;
  background: #fff;
}

.ym-g60 { 
     padding: 0 1em; 
     width: 63%;
}

.ym-g60 .ym-gbox {
    padding: 0;
}

.ym-g60 .ym-gbox .float-left {
    margin: 0.5em 1em 0 0;
}

.ym-g33 { 
    width: 28%;
    border-left: 1px solid #ccc; 
    padding-left: 1em; 
    margin-left: 5px;
}

.ym-g33 .ym-gbox a, a:hover {
    color: #81DAC4;
}

#nav { 
    background: none; 
}

.ym-searchform { 
    float: left; 
    color: #000; 
    line-height: 0px; 
}

div .ym-searchform .ym-searchbutton {
  float: right;
    background: #fff url("../images/search-button-background.png") center center no-repeat; border-radius: 0px; padding: 0em;
}

div .ym-searchform  .ym-searchfield {
  text-indent: 5px;
    border: solid #fff 1px;
  background: #07b89c;
  box-shadow: none;
  float: right;
  line-height: 17px;
  color: #000;
}

div .ym-searchform  .ym-searchfield::-webkit-input-placeholder { color: #fff; font-size: 12px; }
div .ym-searchform  .ym-searchfield:-moz-placeholder { color: #fff; font-size: 12px; }
div .ym-searchform  .ym-searchfield::-moz-placeholder { color: #fff; font-size: 12px; }
div .ym-searchform  .ym-searchfield:-ms-input-placeholder { color: #fff; font-size: 12px; }

div .ym-searchform  .ym-searchbutton { 
    margin-left: 0em; width: 1.9em; height: 1.8em; 
}

.ym-hlist { 
    background: #07b89c; 
    width: 700px; 
    margin-left: 240px; 
}

.ym-hlist ul { 
    float: right; 
    padding: 0.9em 0em; 
}

.ym-hlist ul li  { border-left: solid 2px #000; }
.ym-hlist ul .first { border-left: none; }
.ym-hlist ul li a:hover { 
    color: #fff; 
    background: none; 
    text-shadow: 0 2px 2px rgba(255,255,255,.5);
}

.ym-hlist ul li a {
  color: #000;
  font-weight: bold;
  line-height: 1em;
}

.ym-hlist ul li.active  {
  background: none;
  border-radius: 0px;
}

.ym-hlist ul li.active a {
  color: #fff;
  background: none;
  text-shadow: 0 2px 2px rgba(102,102,102,.5);
}
.ym-hlist ul li a,
.ym-hlist ul li strong {
  text-shadow: 0 1px 2px rgba(255,255,255,.5);
}

.ym-hlist ul li a:hover {
  text-shadow:  0 2px 2px rgba(102,102,102,.5);
}

/* Vertical Navigation Menu */
.ym-vlist ul {
    border: none;
  background-image: -webkit-linear-gradient(#10debe, #08b89d 100%);
  background-image: -moz-linear-gradient(#10debe, #08b89d 100%);
  background-image: -o-linear-gradient(#10debe, #08b89d 100%);
  background-image: linear-gradient(#10debe, #08b89d 100%);
}

.ym-vlist ul li a {
    padding-top: 0.5em; 
    padding-bottom: 0.5em; 
    background: transparent;
    border-top: solid 1px #4DECC4;
  border-bottom: solid 1px #339E84;
  font-weight: normal;
}

.ym-vlist ul li.active a {
    background: #f26422;
  border-top-color: #f26422;
    color: #fff; 
    text-shadow: 0 2px 2px rgba(102,102,102,.5);
}

.ym-vlist ul li a:hover {
  background: #e9520b;
  border-top-color: #e9520b;
}
.ym-vlist li a:focus { background: #0fdabc; }
.ym-vlist ul li ul li a { margin: 0px; }

.sf-menu li:hover > a, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  outline: 0;
  background: #e9520b;
  border-top-color: #e9520b;
}
.sf-menu li:hover, .sf-menu a:focus,
.sf-menu a:hover, .sf-menu a:active {
  background-image: none;
}
.sf-menu li {
  background: none;
}

.sf-menu li ul {
  width: auto;
}

.sf-menu li li {
  background: transparent;
}

/* Content */
h1, h2, h3  { color: #F36523; }
h1 { font-weight: bold; }
a, a:hover, a:focus {color: #0fdabc; background: #fff; }
.info { background: #fff; }

.box { 
    padding:0px; 
    border-radius: 0em; 
    border-width:0px; 
    border-color: #fff; 
    box-shadow: none; 
    margin:0 0.5em; 
}

.left_arrow, .left_arrow:hover, .left_arrow:focus { 
    background: url("../images/arrow-slider-left.png") !important; 
    position: relative; top: 10.5em; left: 1em; padding: 2.5em 1.5em; 
}

.right_arrow, .right_arrow:hover, .right_arrow:focus { 
    background: url("../images/arrow-slider-right.png") !important; 
    position: relative; top: -11.5em; left: 43em; padding: 2.5em 1.5em; z-index: 100; 
}

.ym-col3 a:hover { background: #fff; }

.bullet_points { margin-top: 0px; margin-left: 45%; padding: 0;}
.bullet_points li { float: left; list-style-type: none; margin-top: 0px;  }
.point_green { 
    background: url("../images/point-green.png") no-repeat; 
    padding-left: 10px; 
    margin: 0 0px;
}
.point_orange { 
    background: url("../images/point-orange.png") no-repeat;  
    padding-left: 8px; 
}
               
.breadcrumb {
    display: block;
  margin: 10px 0 0 0;
    color: #666;
    font-style: italic;
}

.breadcrumb ul {
    margin: 0em 1em; 
}

.breadcrumb ul li {
    float: left; 
    list-style: none; 
    margin: 0em; 
    padding: 0em; 
    margin-bottom: 2em; 
}

.breadcrumb ul li a {
    color: #0fdabc; 
    font-style: italic; 
}

.breadcrumb ul li a:hover {
    background: #fff; 
}

footer {     
    background: none; 
    color: #fff; 
    margin: 0 0 0 26%;
    padding: 0 0 3em;
    clear: both;
}

footer span {  
    line-height: 1em; 
    float: left; 
    margin-right: 6%; 
    text-shadow: 0 2px 2px rgba(0,0,0,.8);
}

.footer_navi {
  margin: 20px 0 0 0;
}

.footer_navi a, .footer a:hover, .footer a:focus { 
    color: #fff; 
    background: none;  
    text-shadow: 0 2px 2px rgba(0,0,0,.8);
  font-weight: normal;
}

.footer_navi ul li { 
    float: left; 
    list-style: none; 
    line-height: 1em; 
}

.footer_navi ul li a { 
    color: #fff;
  margin-right: 0.5em;
}

div.csc-header {
  margin-top: 20px;
}

.filelinks a {
color: inherit;
text-decoration: none;
  font-size: 12px;
}

.filecount, .csc-textpic-caption {
   font-size: 12px;
}
span {
  font-size: 12px;
}

img {
  padding-right: 7px;
}

ul.menu-level2 li a {
background-image: linear-gradient(#0cc4a8, #0dd2b4 100%);
}

.ym-vlist ul li.active ul li a {
  background: transparent;
background-image: linear-gradient(#0cc4a8, #0dd2b4 100%);
  color: #000;
}


.ym-vlist ul li.active ul li.active a {
  background: #f26422;
  background-image: none;
  color: #fff;
}

.ym-g33 a {
  word-break: break-all;
  word-wrap: break-word;
}

h3{
  line-height: 23px;
}

div.breadcrump {
margin-bottom: 0.5em;
}

div.tx-ldi2clickvideo-pi1 p.csc-textpic-caption {
  margin-top: 3px;
}

.anythingSlider-default .forward a:hover, .anythingSlider-default .forward a.hover {
background-position: 0% 0% !important;
}

.ym-vlist li.active ul li a:hover {
background: #e9520b;
}

div[id*='loadinfo-'] div {
border: 1px solid #ccc;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0 3px 4px #999;
-webkit-box-shadow: 0 3px 4px #999;
box-shadow: 0 3px 4px #999;
}

div[id*='video-'] {
  z-index:1;
}

.ym-backtotop a {
  display: none;
  width: 25%;
  margin: 20px 0 0;
  padding: 15px;
  float: right;
  background: #0fdabc;
  color: #fff;
  white-space: nowrap;
}

.ym-backtotop a:hover {
  background: #0fdabc;
}

.ym-backtotop span.ym-backtotop-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 2px;
  border-style: solid;
  border-width: 0 8px 15px 8px;
  border-color: transparent transparent #ffffff transparent;
}



.ym-vlist ul li.active ul li a {
border-top-color: #4DECC4; 
}
.ym-vlist ul li.active ul li.active a {
border-top-color: #e9520b; 
}




/* Textfarbe schwarz */

body {
color: #000;
}

/* Links */
article a,article a:hover,article a:focus {
    color: #F36523;
    background: #fff;
    text-decoration: underline;
}

article a:hover {
    color: #0fdabc !important;
    text-decoration: underline;
}
article a:visited {
    color:#551A8B;
}

footer a, footer  a:hover,footer a:focus {
    text-decoration: none;
    background: transparent;
}

.ym-col3 {
min-height: 600px;
}

div#main nav#nav ul li a {
    font-size: 14px !important;
}

div.csc-textpic-intext-right figure {
  margin-top: 20px !important;
}

article ul li {
  font-size: 12px !important;
}



@media (max-width: 768px) {
article ul li {
  font-size: 160% !important;
}
div.tx-jfmulticontent-pi1 {
  display:none !important;
}
}

.nos-wrapper {
  width: 100%;
  background-color: #222;
  top:0;
  position: fixed;
  /* height: 60px; */
  
  z-index: 10000000;
  color: #fff;
    font-size: 1em;
padding-top: 0.5em;
    padding-bottom: 0.5em;
    
    
}
p.cc_message {
  font-size: 17px;
  padding: 0 30px;
  margin-top: 15px;

  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    box-sizing: border-box;
    line-height: 1.1em;
}

.cc_message a, .cc_message a:visited {
    text-decoration: none !important;
    color: #31a8f0 !important;
    transition: 200ms color;
background: transparent !important;
}

div.tx-jfmulticontent-pi1 {
  display:none;
}



.news .article .news-img-wrap {
    float: right;
}

.news .article .news-img-wrap a {
    border: none;
}



@media (min-width: 768px) {
  .ym-col3 {
    min-height: 600px !important;
    left: 240px;
  }
  nav ul.sf-menu {
    width: 240px !important;
  }
  aside nav {
    position:absolute !important;
    margin-top: 1px;
  }
}


span.subindicator:hover {
    background: url("../images/darken.png");
}

.darken {
  background: url("../images/darken.png");
}