/* Spezielles Stylesheet für wbgu.de auf der AWI-Multisite */


/* IE */
@font-face {
 font-family: Unit;
 src: url("KievitWeb-Medi.eot") /* EOT file for IE */
}

/* Firefox */
@font-face {
font-family: Unit;
src: url(KievitWeb.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: Unit;
src: url(KievitWeb-Medi.woff) format('woff');
font-weight: bold;
font-style: normal;
}

/*
@font-face {
 font-family: Unit;
 src: url("KievitOffc-Medi.ttf")
}*/


body {
  font-family: Unit, Arial, Helvetica , sans-serif;
  color: #333;
  background: white !important;
  font-size:0.8375em;
}


.col {
  float: left;
}
.col-left, #submenu {
  width: 19.6%;
}
.col-middle {
  width: 58.8%;
}
.col-right {
  width: 21.6%;
}
.col-left > :first-child {
  margin-left: 35px;
}
.col-middle > :first-child {
  margin-left: 25px;
}
.col-right > :first-child {
  margin-left: 25px;
  margin-right: 35px;
}
.content-col.content-main {
  width: 76%;
}
.content-col.content-side {
  width: 24%;
}

.responsiveContainer {
  position: relative;
  height: 0px;
  padding-bottom: 70%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.responsiveContainer iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #336699;
  padding-top: 0px;
  margin-bottom: 20px;
}
h1, h2, h3 {
  font-family: inherit;
}
a {
  text-decoration: none;
  color: #336699;
}
#submenu a, #globalnavi a, #globalnavi a:hover {
  color: black;
}
#globalnavi a:hover {
  text-decoration: none;
}
#submenu a:hover {
  color: #336699;
}
p {
  margin: 0;
}

/* Header (Logo, Sprachwähler, Mobilmenu) */

#header {
  height: auto;
}
#logo {
  max-width: none;
  width: 100%;
  position: static;
}
#logo img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
}
#languageselector {
  position: absolute;
  right: 35px;
  bottom: 20px;  
}
@media (min-width: 768px) {
  .logo-desktop, .logo-desktop-link { display: block !important; }
  .logo-mobile, .logo-mobile-link { display: none !important; }
}
@media (max-width: 767px) {
  .logo-mobile, .logo-mobile-link { display: block !important; }
  .logo-desktop, .logo-desktop-link { display: none !important; }
  #logo .logo-mobile { max-width: none !important; }
}


#mainmenu {
  background: transparent;
}
#mainmenu-button .label {
  display: none !important;
}
@media (min-width: 768px) {
  #mainmenu .search, #mainmenu .globalnavi {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  #mainmenu {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  #logo img {
    max-height: none;
    max-width: 100%;
  }
  #mainmenu #search {    
    display: none !important;  
  }
  #languageselector {
    bottom: auto;
    top: 15px;
  }
  #languageselector li a.current {
    background: rgba(51, 153, 204, 0.7);
  }
  #mainmenu-button .navicon {
    top: 0px;
    right: 35px;
  }
  #mainmenu .pagelink:hover {
    color: #666 !important;
  }
}
@media (max-width: 767px) {
  #mainmenu .root {
    top: 0px;
  }
  #mainmenu .root:first-of-type {
    padding-bottom: 0px;
  }
  #mainmenu .globalnavi {
    padding-top: 0px;
    background: #E4F4FA;
  }
  #mainmenu .globalnavi a {
    padding: 10px 15px;
    display: block;
  }
  #mainmenu #search {
    position: static;
    margin-top: 39px;
    padding: 10px 15px;
    background-color: #E4F4FA;  
  }
  #mainmenu #search .sword {
    width: 85%;
  }
  #mainmenu #search .button {
    position: static;
    margin-top: 2px;
    background: #3399CC;
  }
  #mainmenu.mainmenu-open #search {
    display: block !important;
  }
}
@media (max-width: 576px) {
  #header {
    height: 85px;
  }
  #logo {
    height: 100%;  
  }
  #logo a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #logo img {
    max-height: 100% !important;
    width: auto !important;
    min-width: 110%;
    max-width: none;
    margin-left: -10%;
  }
  #languageselector {
    top: 10px;
    right: 15px;
  }
  #mainmenu-button .navicon {
    top: 10px;
    right: 15px;
  }
}
@media (max-width: 398px) {
  #header {
    height: 70px;
  }
  #logo img {
    margin-left: -15%;
    min-width: 115%;
  }
  #languageselector {
    top: 5px;
  }
  #mainmenu-button .navicon, #languageselector {
    right: 10px;
  }
}


/* Mittlere Spalte (Inhalte) */

#content {
  width: 78.4%;
  padding-top: 0px;
}
#main {
  background: white url(/fileadmin/user_upload/wbgu.de/templates/img/wbgu-background-content.jpg) no-repeat left top;
  background-size: 100% auto;
}
.pagelayout-5 .content-twocol-wrap, .content-col.content-main, .content-col.content-side, .content .box {  
  background-color: transparent;
}

.news-latest {
  border-bottom: 1px solid #999;
  /*border-bottom: 1px dotted #999;*/
}
.news-latest-item {
  display: block;
  padding-bottom: 15px;
}
.news-latest-item a {
  font-size: 1.2em;
  color: #336699;
  text-decoration: none;
}
.news-latest-item a::before {
  content: "//////";
  color: #ff3333;
  margin-right: 5px;
}

.content-main .ce-textmedia:not(:only-child) {
  padding-bottom: 20px;
}
.content-main .ce-textmedia:not(:only-child):not(.no-border) {
  border-bottom: 1px dotted #999;
}
.ce-intext .ce-gallery {
  /* width: 30%; */
  width: auto;
  min-width: 13%;
  max-width: 45%;
  margin-top: 0px;
}
.ce-intext.ce-center .ce-gallery {
  width: 100%;
  max-width: none;
}
.ce-intext.ce-center .ce-gallery:not(.images-1) .ce-media {
  margin-right: 10px;
}
.ce-intext .ce-gallery figure, .ce-textmedia.with-image.no-text figure {
  background: transparent;
  padding: 0px;
}

.icon-box {}
.icon-box.icon-position-center {
  text-align: center;
}
.icon-box.icon-position-right {
  text-align: right;
}
.icon-box .icon-link:not(:last-child) {
  margin-right: 5px;
}

.content .header-box.box:first-child {
  margin-top: 20px;
}
.default-box > h1 {
  margin-bottom: 20px;
}
div.content:not(.content-top) .ce-textmedia.with-image.no-text .ce-gallery.columns-1 .ce-column {
  max-width: none;
}

.content-main .ce-textmedia.no-border:not(:only-child) {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.content-main .ce-textmedia.no-border + .ce-textmedia {
  margin-top: 0px;z
}

.ce-table tr:nth-child(2n+3), .contenttable tbody tr:nth-child(2n) {
  background: transparent;
}

.ce-uploads {}
.ce-uploads li {
  display: block;
  clear: both;
}
.ce-uploads .ce-uploads-thumb {
  width: 150px;
  margin-right: 10px;
  float: left;
}
.ce-uploads li > img + div > a::after, .ce-uploads li > div:first-child > a::after {
  content: none;
}
.ce-uploads .ce-uploads-fileprops {
  float: left;
  margin-top: 15px;
}
.ce-uploads .ce-uploads-link::after {
  content: "|";
  padding-left: 1em;
  padding-right: 1em;
}

  /* -- Ausgabe externer PHP-Skripte für Bestellungen -- */

.content .box.ce-ExternalScript {
  margin-top: 10px;
}
.ce-ExternalScript table {
  border-collapse: collapse;
  border-spacing: 10px;
}
.ce-ExternalScript table td {
  padding: 5px;
  border: thin solid #333333; 
  vertical-align: middle;
}
.ce-ExternalScript .feedback {
  margin-top: 25px;
}
.ce-ExternalScript input[type="text"], .ce-ExternalScript textarea {
  margin-bottom: 8px;
  border-radius: 2px;
}
.ce-ExternalScript fieldset > ul > label {
  margin-top: 5px;
  display: block;
}
.ce-ExternalScript ul > label > input[type="checkbox"] {
  float: left;
  position: relative;
  top: -10px;
}

.content:not(.content-side) .box:not(.teaser-box) a {
  word-break: break-word;
}

/* Linke UND rechte Spalte (Marginalspalten) */

.marginalcontent .ce-gallery .ce-row {
  margin-bottom: 5px;
  text-align: left;
}
.marginalcontent .ce-gallery .ce-row img {
  max-width: 170px;
}
.marginalcontent .box .ce-bodytext {
  overflow: hidden;
}
@media (max-width: 767px) {
  #marginalcontent {
    margin: 0px 15px;
  }
  .marginalcontent .box {
    width: 48%;
    float: left;
    margin: 15px 0px;
  }
  .marginalcontent .box:nth-child(2n+2) {
    margin-left: 4%;
  }
  .marginalcontent .box:nth-child(2n+3) {
    clear: left;
  }
  .submenucontent-mobile {
    display: block;
    clear: both;
  }
}
@media (max-width: 398px) {
  .marginalcontent .box {
    width: 100%;
    margin-left: 0 !important;
  }
}


/* NUR Linke Spalte (Hauptmenu, im Submenu-Style der "normalen" AWI-Seiten) */

  /* -- Mainmenu (Style-mässig ist es im Vergleich zum Standard AWI-Design das Submenu) -- */

#submenu {
  font-size: 1em;
}
#submenu .root > li:first-child {
  border-top: none;
}
#submenu .root > li:last-child {
  border-bottom: 1px solid #dcdcdc;  
}
#submenu .root ul {
  display: none;
}
#submenu .root .current > ul {
  display: block;
}
#submenu .root ul > li > a::before {
  content: "> ";
  font-size: 0.75em;
  position: relative;
  top: -1px;
}
#submenu .root ul ul {
  display: none !important;
}
#submenu .current > a {
  color: #336699;
  font-weight: normal;
}
#submenu .root ul a {
  padding: 0.15em 0.4em;
}

  /* -- Content unter Mainmenu -- */

#submenucontent {
  margin: 20px 0px 20px 5px;
}
#submenucontent .ce-bodytext a {
  padding: 0;
  display: inline;
}
#submenucontent .ce-media a {
  padding: 0;
}
@media (max-width: 1024px) {
  #submenucontent {
    display: none !important;
  }
}


/* NUR Rechte Spalte (klassische Marginalspalte mit Suche, "Globalmenu" und weiteren Inhalten) */

.content-side {
  padding-top: 20px;
}

  /* -- Suche -- */

.content-side #search {
  position: static;
  margin: 0px 15px 0px 6px;
}
.content-side #search .sword {
  display: inline-block;
  width: 150px;
  min-width: 150px;
  border: 1px solid gray;
  border-radius: 0px !important;  
  padding: 2px 6px;
  height: 24px;
}
.content-side #search .button {
  position: static;
  display: inline-block;
  float: left;
  background: transparent;
  border-radius: 0px !important;
}
.content-side #search .button span {
  background: transparent;
}
.content-side #search .button .icon::before {
  content: "\e808";
  color: gray;
  font-size: 20px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .content-side #search .sword {
    width: 130px;
    min-width: 130px;
  }
}
@media (max-width: 767px) {
  #content .content-col.content-side {
    margin-top: 0px;
  }
  .content-side #search, .content-side .search, .content-side #globalnavi {
    display: none !important;
  }
}

  /* -- Global-/Metanavi -- */

#globalnavi {
  margin: 0px 15px 20px 15px;  
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}
.globalnavi a {
  display: block;
  padding: 5px 0px;
}
.globalnavi a .icon {
  margin-right: 6px;
}
#page-2339 .icon::before {
  content: "\e802";
}
#page-1850 .icon::before {
  content: "\e835";
}
#page-2341 .icon::before {
  content: "\e834";
}
#page-2342 .icon::before {
  content: "\e832";
}

  /* -- Inhalte -- */

.content-side .box:not(.teaser-box) .ce-gallery {
  max-width: none;
}
@media (min-width: 1025px) {
  #marginalcontent .submenucontent-mobile {
    display: none !important;
  }
}


/* Footer (Copyright, Breadcrumbs, toTop-Link) */

#footer, #footer a {
  color: #999;
  font-size: 12px;
}
#footer #breadcrumbs {
  font-size: 1em;
  padding-left: 6px;
  display: inline-block;
}
#footer .toTop {
  text-align: right;
}
@media (max-width: 576px) {
  #footer .col {
    width: 100%;
    clear: left;
    text-align: center;
  }
  #footer .col > * {
    margin: 0px;
  }
  #footer .breadcrumbs-wrap {
    margin-top: 10px;
  }
  #footer #breadcrumbs {
    padding-right: 0px;
  }
  #footer .toTop {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}



/* COOKIE HINWEIS START*/

#cccwr.ccc-right .ccc-outer, #cccwr.ccc-right .ccc-inner {
  border-radius: 0px;
  width: 100%;
}
#cccwr.ccc-right .ccc-inner {
  border-radius: 5px 5px 0 5px;
  width: 100% !important;
}
.ccc-widget {
  position: fixed;
  bottom: 0px;
}
div#cccwr.ccc-right .ccc-widget {
  left: auto;
  right: 0;
  width: 100%;
  /*display: block;*/
}
.ccc-inner h2 {
  display: none;
}
#cccwr button {
  cursor: pointer;
}
.ccc-expand {
  background: #5EA5C9 !important;
  border: 0;
  border-radius: no;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #FFF;
  bottom: 0px;
  cursor: pointer;
  font-size: 1em;
  left: 50%;
  line-height: 25px;
  margin-left: 0px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  width: 80px;
  z-index: 2;
}
.ccc-close {
  border: 0;
  height: 40px;
  position: absolute;
  right: 15px;
  text-indent: -999em;
  top: 6px;
  width: 150px;
  background: transparent;
  background-image: url(/fileadmin/user_upload/cookie_close_iunctim.jpg);
  background-size: cover;
  border-radius: 0px;
  background-position: center center;
}
.ccc-inner p {
  padding: 7px 0px 5px 0px;
  font-size: 16px;
  font-family:  Unit, Arial, Helvetica , sans-serif;
  font-weight: 300;
}
.ccc-outer {
  background: #5EA5C9 !important;
  border: 0px solid #f0942b;
  border-radius: 0px;
  box-shadow: none;
  color: #FFF;
  left: 70px;
  width: 200px;
  bottom: 30px;
}
.ccc-content {
  padding: 5px 10px 5px 80px;
}
#cccwr.ccc-right .ccc-expand {
  left: auto;
  right: 55px;
  top: 10px;
  bottom: auto;
  color: #FFF;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  padding: 5px 15px 6px 15px;
  width: auto;
  font-size: 16px;
  font-weight: normal;
  font-family:  Unit, Arial, Helvetica , sans-serif;
  text-decoration: underline;
}
.ccc-inner {
  background: #5EA5C9 !important;
}
.ccc-inner .ccc-about {
  position: absolute;
  display: none;
}
div#cccwr div {
  font-size: 12px;
  font-family:  Unit, Arial, Helvetica , sans-serif;
  font-weight: 300;
}
.ccc-inner a, .ccc-inner a:hover {
  color: #FFF;
  text-decoration: underline !important;
}

div#ccc-icon button {
    background-image: url(/fileadmin/user_upload/security.png) !important;
    width: 47px !important;
    height: 47px !important;
    background-size: contain !important;
    border-radius: 0px !important;
    margin-right: 0px;
    margin-bottom: 0;
}
div#cccwr.ccc-right #ccc-icon {
    left: auto;
    right: 60px !important;
}

/* Mobile */

@media (max-width: 767px){
 .ccc-inner p {
    padding: 10px 0px 15px 0px;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
 }
 .ccc-close {
  right: 0;
  left: auto;
}
 .ccc-expand {
  right: 15% !important;
  left: auto;
  }
.ccc-content {
  padding: 5px 10px 5px 20px;
}
#cccwr #ccc-cookies-switch {
    position: absolute;
    bottom: 15px !important;
    right: 15px !important;
    top: auto !important;
    border-radius: 0px !important;
}
.ccc-close {
    position: relative;
    left: 50%;
    margin-left: -60px !important;
    bottom: 10px;
    top: auto;
    width: 120px;
    height: 35px;

}
.c-content-client-logos-slider-1 .item img {
    height: auto;
    margin: 0 auto;
}
}

/* AN- UND AUS-SCHALTER */

#cctoggle {
  text-decoration: none !important;
  background: url(/fileadmin/user_upload/toggle.png) no-repeat;
}
#cccwr #ccc-cookies-switch {
    position: absolute;
    top: 15px;
    right: 180px;
    border-radius: 0px !important;
}
#cccwr #ccc-implicit-warning {
    display: none !important;
}

/* COOKIE HINWEIS ENDE*/
