
@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,300;0,400;0,800;1,400&display=swap');

body {
  color: rgb(68, 68, 68);
  font-family: 'Muli', sans-serif;
}
a:link { color:#1e83ab; text-decoration:none; }
a:visited { color:#68a7c0; text-decoration:none; }
a:hover { color:#1e83ab; text-decoration:underline; }



nav {
  margin-top: 70px;
  height: 120px;
}
.navbar {
  background-color: rgb(102, 102, 102) !important;
}
.navbar-brand {
  position: relative;
  top:-20px;
  left:0;
  font-size: 0.9rem;
}
.navbar-brand img {
  max-width: 220px;
  height: auto;
  vertical-align: bottom;
  
}
@media only screen and (min-width : 800px) {
  .navbar-brand::after {
    content: "supporting forward looking decision making";
  }
}


#filter-by {
  background: #eaeaea;
  padding: 8px;
}

/* TYPOGRAPHY */

p {
  font-size: 0.9rem;
}


h1 {
  font-weight: 300;
  font-size: 1.8rem;
}
h1 a {
  color: rgb(68, 68, 68);
}




/* STARTSEITE */
.page-id-799 main {
  /*background: #99ff33;*/
  margin-bottom: 40px;
  border: 1px solid #d4d4d4;
  padding: 10px;
}
.page-id-799 .understrap-read-more-link, .page-id-1293 .understrap-read-more-link {
  display: none;
}


.postfooter {
  display: flex;
  background: #eaeaea;
  padding: 4px 8px;
  margin-bottom: 60px;
  justify-content: space-between;
}
.right {
  text-align: right;
  padding-top: 4px;
}
p.posted, p.author {
  margin:0;
  padding:0;
  font-size: 0.8rem;
}
.authorname {
  font-style: italic;
}
.readmore-button-link {
  display: block;
  border: 1px solid #ddd;
  padding:4px 8px;
  text-align: center;
  background: #efefef;
  font-size: 0.8rem;
}
.readmore-button-link:hover {
  background: #fff;
}

.page-id-799 #right-sidebar {
  background: #efefef;
}
#right-sidebar h3 {
  text-align: center;
  font-size: 1.2rem;
  background: #ddd;
  margin-top:12px;
  color: #1e83ab;
}

.category-posts-internal {
  margin-left:0;
  padding:0;
}
#text-6 {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.wpdt-pages {
  background: #fff;
  padding:4px 8px;
  font-size: 0.9rem;
  margin-bottom: 40px;
}
#tag_cloud-2 {
  margin-bottom: 40px;
}
.tagcloud {
  background: #1e83ab;
  padding: 4px;
  line-height: normal;
}
.tagcloud a {
  color: #fff;
 
}
#categories-2 select {
  max-width: 100%;
  font-size: 0.9rem;
}

#text-6 .textwidget {
  background: #fff;
}
a.btn-secondary:link {
  color: #fff;
}


h2 {
  font-size: 1.3em;
  font-weight: normal;
}

#wrapper-footer {
  background: #ddd;
}



#single-wrapper table {
  background: #ddd;
  font-size: 1em;
}

.fussnavi {
  font-size: 0.9em;
}

.widget_search {
  margin-top: 20px;
  padding: 7px;
  background: #1e83ab;
}
.widget_search label {
  display: none;
}
.wp-block-search__button {
  border-radius: 3px;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #0c5460;
}