

/* Bild, Headline, Fließtext, Links */
.node-standard-standard  .field-title h2,
.node-standard-standard  .field-std-text h2  {
  color: #17365c;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 3.6em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.167em;
  margin-bottom: 0.444em
}

.node-standard-standard  .field-std-text h2  {
  color: #17365c;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 3.6em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.167em;
  margin-bottom: 0.556em;
  margin-top: 1.028em;
}

.node-standard-standard  .field-std-text ul + h2  {
  margin-top: 0.389em;
}

.node-standard-standard  .field-std-text p {
  font-size: 2.1em;
  letter-spacing: 0.02em;
  line-height: 1.429em;
  margin-bottom: 0.810em;
}

.node-standard-standard .field-std-text a {
  border-bottom: 1px solid #c1bbba; 
  padding-bottom: 0.105em;
}

.node-standard-standard .field-std-text h2 a {
  border-bottom: 0 none; 
  color: #17365c;
  padding-bottom: 0;
}

.node-standard-standard .field-std-text a:hover,
.node-standard-standard .field-std-text a:focus {
  border-bottom-color: #8dae10;
  color: #8dae10;
}

.node-standard-standard .field-std-text h2 a:hover,
.node-standard-standard .field-std-text h2 a:focus {
  border-bottom: 0 none; 
  color: #17365c;
}


/* Zwischenüberschrift */
.node-standard-standard  .field-std-text h4 {
  color: #17365c;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.429em;
  padding-bottom: 0;
  padding-top: 0;
}


/* Listen */
.node-standard-standard  ul {
  color: #17365c;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 1.8em;
  line-height: 1.667em;
  list-style-position: outside;
  list-style-type: square;
  padding-bottom: 1.278em;
  padding-left: 1em;
  padding-top: 0.056em;
}

.node-standard-standard  ol {
  color: #17365c;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 1.8em;
  line-height: 1.667em;
  list-style-position: outside;
  padding-bottom: 1.278em;
  padding-left: 1em;
  padding-top: 0.056em;
}

.node-standard-standard  ul li,
.node-standard-standard  ol li {
  padding-left: 1em;
}


/* Flex module - Einzelbild */
.node-standard-standard .einzelbild-wrapper {
  padding-bottom: 2em;
  padding-top: 1em;
}

.node-standard-standard .einzelbild-wrapper .ezb-bild  {
  margin-bottom: 0.5em;
}

.node-standard-standard .einzelbild-wrapper .ezb-bild img {
  height: auto;
  width: 100%;  
}

.node-standard-standard .einzelbild-wrapper .bildzeile-wrapper {
  padding-bottom: 0;
}

.node-standard-standard .bildzeile-wrapper {
  background: rgba(0, 0, 0, 0) url("../images/icon-entypo-camera.png") no-repeat scroll left 0.6em;
  background-size: auto 1.3em;
  padding-bottom: 2em;
  padding-left: 3em;
}

.node-standard-standard .bildzeile-text {
  color: #17365c;
  display: inline;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 1.8em;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  padding-right: 0.5em;
}

.node-standard-standard .bildzeile-text-inner {
}

.node-standard-standard .bildzeile-copyright {
  color: #7c7c7b;
  display: inline-block;
  font-family: RUB-Neu Scala, Times, serif;
  font-size: 1.2em;
  letter-spacing: 0.02em;
  line-height: 1.750em;
  padding-top: 0.333em;
}




/** 
 * Media queries
 */
@media only screen and (max-width: 1130px) {

} 
 
@media only screen and (max-width: 700px) {
  
  /* Bild, Headline, Fließtext, Links */  
  .node-standard-standard  .field-title h2,
  .node-standard-standard  .field-std-text h2 {
    font-size: 2.1em;
    line-height: 1.286em;
    margin-bottom: 0.444em
  }

  .node-standard-standard  .field-std-text p {
    font-size: 1.8em;
    line-height: 1.333em;
  }
  
  .node-standard-standard .bildzeile-wrapper {
    background: rgba(0, 0, 0, 0) url("../images/icon-entypo-camera.png") no-repeat scroll left 0.5em;
    background-size: auto 1em;
    padding-bottom: 2em;
    padding-left: 2.5em;
  }

  .node-standard-standard .bildzeile-text {
    font-size: 1.5em;
    line-height: 1.4em;
  }

  .node-standard-standard .bildzeile-text-inner {
    padding-right: 0.5em;
  }

  .node-standard-standard .bildzeile-copyright {
    padding-top: 0.083em;
  }
  
  
  /* Zwischenüberschrift */
  .node-standard-standard  .field-std-text h4 {
    font-size: 1.8em;
    line-height: 1.333em;
  }
}

