/*======================================
Theme Name: Climson
Theme URI: http://klimsky.de
Description: Advanced Child Theme for TwentySixteen
Version: 1.1
Author: Erich
Author URI: https://cm-sys.net
Template: twentysixteen
======================================*/

/* @import url('https://fonts.googleapis.com/css?family=Averia+Serif+Libre:300,400'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/* basic */
body {
    background: #F7F7F7;
}
body::before, body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
    content:none;
    height:0;
}
.site {
    background:none;
    margin-top: 0px;
    margin-bottom: 0px;
}
.site-inner{
   background:#fff;

}
.site-content {

}
body, .entry-title{
  font-family: 'Open Sans', sans-serif;
}


/* headlines */
h1.entry-title{
  color: #006064;
  font-size: 1.8em;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom:14px;
}
.entry-header .undersc{
  border-bottom:6px solid #006064;
  width: 100px;
  display:block;
  margin-bottom: 40px;
}

/* links */
a:hover, a:focus, a:active {
    color: #4C8F92;
}
a {
      color: #006064;
}

/* header */
.site-header {
    padding: 0;
}
.site-branding, .site-title{
  font-family: 'Averia Serif Libre', cursive;
}
.site-branding{
  display:flex;
  margin:0;
}
.sitetitle {
  /* background: #006064; */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#05abe0+0,006064+0,015659+68,015b5e+100 */
background: #05abe0; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #05abe0 0%, #006064 0%, #015659 68%, #015b5e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #05abe0 0%,#006064 0%,#015659 68%,#015b5e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #05abe0 0%,#006064 0%,#015659 68%,#015b5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#015b5e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



  width:30%;
  padding:3.6em 2.5em;
  color: #fff;
}

@media (max-width: 639px) {
  .sitetitle {
    width: 100%;
  }
  .sitedescription {
    display: none;
  }
}


.sitetitle h1, .sitebranding-two {
  font-weight:  400;
  line-height: 1.25;
}

.sitebranding-two {
  font-size:  32px;
  text-shadow: 2px 2px 2px rgba(63, 117, 119, 1);
}

.sitetitle h1 a{
  color: #fff !important;
  font-size: 32px;
}
.sitedescription{
  /* background: #4C8F92; */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c8f92+0,437e7f+44,4e9193+100 */
background: #4c8f92; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4c8f92 0%, #437e7f 44%, #4e9193 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #4c8f92 0%,#437e7f 44%,#4e9193 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #4c8f92 0%,#437e7f 44%,#4e9193 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8f92', endColorstr='#4e9193',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


  width:70%;
  padding:3.6em 2em;
  color: #fff;
}
.sitedescription p{
  color: #fff;
  font-size: 32px;
  margin:2px 0 0 0;
  display:block;
}
.site-header-main{
  display:block;
}

/* top menu */
.top-navigation{
  background: #DBE8E9;
  text-align: right;
}
.top-navigation ul{
  margin: 0;
}
ul.top-menu{
  list-style: none;
  padding: 10px;
}
ul.top-menu li{
  display: inline;
  text-transform: uppercase;
  color: #006064;
  padding: 0 10px 0 8px;
  font-size:0.9em;
  border-right:1px solid #006064;
}
ul.top-menu li:last-child{
  border-right:none;
}
ul.top-menu li a{
  color: #006064;
}
ul.top-menu li a:hover{
  color: #4C8F92;
}
ul.top-menu li.menu-item-type-custom{
  background-image: url('icon/baseline-email-24px.svg');
  background-repeat: no-repeat;
  background-position: 20px 2px;
}
ul.top-menu li.menu-item-type-custom a{
  opacity: 0;
}
ul.top-menu li.menu-item-type-custom:hover{
  opacity: 0.8;
}

/* main menu */
.site-header-menu{
  background: #EAF1F2;
  margin: 0 0 2em 0;
}
.site-header-menu .main-navigation{
  margin: 0;
  padding-left: 0; /*20px clm */
}
.main-navigation {
    font-family: 'Open Sans', sans-serif;
}

ul.primary-menu li a{
  text-transform: uppercase;
  color: #4C8F92;
  padding: 20px;
  font-size:0.9em;
  font-weight: 600 !important;
}
ul.primary-menu li a:hover{
  color: #006064;
}
ul.primary-menu li:first-child a{

}
ul.primary-menu li.current_page_item a{
  background: #DBE8E9;
}


.menu-toggle {
    margin-left: 0;
    color: #006064;
    border-color: #006064;
    padding: 0.8125em 1.875em;
}
.menu-toggle:hover {
    color: #4C8F92;
    border-color: #4C8F92;
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
    background-color: #006064;
    border-color: #006064;
    color: #fff;
}



.menu-toggle {
  position: absolute;
  top: 5px;
  margin: 0;
  margin-left: 0px;
  margin-left: 1em;
}
  



/* widgets */
.sidebar{
  padding-top: 140px;
}

@media (max-width:909px) {
 .sidebar{
   padding-top: 0;
 }
} 



.widget {
    border-top: none;
    margin-bottom: 3.5em;
    padding-top: 0;
    padding-bottom: 2em;
    background: #EAF1F2;
    font-size: 0.9rem;
}
.widget_search{
  padding-bottom: 0;
}
.widget .widget-title{
  padding:12px 16px;
  background: #DBE8E9;
  color: #4C8F92;
  text-transform: none;
  font-weight: normal;
}
.widget ul{
  list-style: none;
}
.widget a{
  color:#000;
}
.sidebar .textwidget{
  margin: 0 1.25em 0 1.25em;
}
.sidebar .textwidget a{
  display:block;
  box-shadow: none;
  font-weight: 600;
}

/* tabellen */
.wp-block-table td, .wp-block-table th {
    padding: .5em;
    border: 1px solid;
    word-break:normal;
}
table.tab-biographie, table.tab-biographie td{
  border:none;
  vertical-align: top;
}
table.tab-biographie td:first-child{
  color: #006064;
  width: 120px;
  font-weight: bold;
}


table.hundred20 tr td:first-child {
  padding-left: 0.5em;
  width: 120px;
  white-space: nowrap;
  color: #006064;
  font-weight: 600;
}

.wp-block-table, .wp-block-table th, .wp-block-table td {
  border:  1px solid #EAF1F2 !important;
}

/* footer */
footer.site-footer{
  border-top:6px solid #4C8F92;
  margin:40px 40px 0 40px;
  color: #4C8F92;
  padding:0;
}
nav.bottom-navigation {
  flex: auto;
}
nav.bottom-navigation a{
  color:#4C8F92;
}
.menu-footer-menu-container{
  text-align:right;
}
nav.bottom-navigation ul li{
  list-style: none;
  display:inline-block;
  color:#4C8F92;
  font-size:0.9em;
  margin-left:20px;
  padding-top: 14px;
}
footer.site-footer .widget{
  background: none;
  font-size: 0.9em;
  margin-top: 12px;
}
footer.site-footer .widget-area .widget-title{
  display:none;
}



/* blog */
.comments-title, .comment-reply-title {
    border-top: 4px solid #006064;
}
.page-header {
    border-top: 0px solid #006064;
}
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    background: #006064;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.comment-author img {
  display:none;
}
.post-thumbnail{
  display: none;
}

/* mobile */
@media screen and (max-width: 560px) {
  .site-branding{
    display:block;
    margin:0;
  }
  .sitetitle, .sitedescription {
      width: 100%;
      padding: 1em 1em;
  }
}

/* page 100 - clm */

.content-area.hundred {
	width: 100% !important
}

/*Nav firstchild padding */

@media (min-width: 910px) {
   .menu-main-nav-container #menu-main-nav li:first-child {
    padding-left:0;
 }
   ul.primary-menu > li:first-child a {
    padding-left: 2.5em;
   }
 }

/* toggle for submenu */
 .main-navigation .menu-item-has-children > a::after {
    top: 1.225em;
}

/* Color Hover for submenu */
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #000;
}


/* text Styles */

ul {
    list-style: square;
    list-style-position:  inside;
}

.entry-content ul li {
  padding-bottom: 0.6em;
}

.entry-content h3 {
  font-size: 20px;
  font-weight: 600;
}


/* Startseite sidebar section no margin */

.page-wissenschaftliche-biographie #secondary .widget_media_image {
  padding-bottom: 0;
}


/* Publikationen no margin for ul */

.page-publikationen .entry-content ul {
  margin-bottom: 0;
}

/* two columns */
.page-veranstaltungen .has-2-columns div:nth-of-type(1) {
  max-width: 200px;
}

.page-veranstaltungen .has-2-columns div:nth-of-type(1) p {
    font-weight: 600;
    color: #005F63;
}

.page-veranstaltungen .has-2-columns p {
  margin-bottom: 0;
}

.page-veranstaltungen .wp-block-column {
    flex-basis: calc(80% - 16px);
    flex-grow: 0;
}

.site-inner {
-webkit-box-shadow: 0px 1px 6px 0px rgba(222,228,229,1);
-moz-box-shadow: 0px 1px 6px 0px rgba(222,228,229,1);
box-shadow: 0px 1px 6px 0px rgba(222,228,229,1);
}

@media (max-width: 639px) {
  .entry-header, .entry-summary, .entry-content, .entry-footer, .page-content, footer.site-footer {
    margin-right: 1em;
    margin-left: 1em;
}

nav.bottom-navigation ul li {
  float: left;
}

#menu-footer-menu {
  margin: 0 0 20px 0;
}

footer .main-navigation {
  display: none;
}

nav.bottom-navigation ul li {
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 10px;
}
nav.bottom-navigation ul li:first-child {
  margin-left: 0;
} 
}
.textwidget a {color: #015659}
#custom_html-2.widget {background: none}
#custom_html-2 .textwidget {margin-left: 0;margin-right:0}
button.bt-1 a {display: block;position:relative;padding:10px 25px 10px 10px;color: #fff}
button.bt-1 a::after {
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-2-2h24v24H-2z'/%3E%3Cpath d='M18 0H6C4.9 0 4 .9 4 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm0 14H6V2h12v12zM2 4H0v14c0 1.1.9 2 2 2h14v-2H2V4zm12 6V7c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V7zm4 2h1V8h-1V7h1V6h-2v5h1V9zM8 9h1c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H7v5h1V9zm0-2h1v1H8V7z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
	position: absolute;
	margin-top:-3px;
	margin-left:5px
}
.home .entry-header  {display:none}
.home .entry-header.ext  {display:block}
.home .entry-header.ext h1 {margin-top: 40px;}