
.header-top {
  background-color: #fdc500;
}

/* --- SEARCH --- */
.header-top-container 
{
  position: relative;
  display: flex;
  padding: 6px 0;
  justify-content: flex-end;
  align-items: center;
}

.search-block-form
{
  min-width: 340px;
}

.form-type-search
{
  float: left;
  margin: 8px 20px 0 0;
}

.js-form-submit
{
  margin: 2px 20px 0 0;
}

.page-title-wrap {
  padding: 0;
}

h1, .page-title-wrap, .block-title {
  font-family: "Urbanist", sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2em;
  color: #3B608A;
  margin: 40px 0;
  padding: 0.1rem;
}

/* --- NAVI --- */

li.main-menu-item {
  font-size: 1.2em;
}

.subnav {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 120px;
  flex: 1 1 120px; 
  -webkit-box-shadow: 0 0 4px #666666;
  box-shadow: 0 0 4px #666666;
  padding: 0.3rem 2rem 0.3rem 2rem;
  margin: 12px; 
  border-radius: 5px;
  background: #CDD472; 
  color: #000000;
  font-size:1.3rem;
  text-align: center;
}

.subnav:hover, .subnav:active {
  background:  #A5AF35; 
  color: #FFFFFF;
  scale: 1.02 1.16;
  font-size:1.36rem;
}

/* --- SEITENELEMENTE --- */

#welcome {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 540px;
  flex: 1 1 540px;
  margin: 0 0 20px 0; 
}

@keyframes rotating {
  0% { rotate: 0; }
  100% { rotate: 1turn; }
}

#rad {
  width: 380px;
  animation: rotating 5s; 
  -webkit-box-flex: 1; 
  -ms-flex: 1 1 260px; 
  flex: 1 1 260px; 
  margin: -100px 0 60px 80px; 
}

#fc {
  float: left;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 260px;
  flex: 1 1 260px;
  margin: 20px 0 60px 80px; 
}

.block-title {
  margin-top: 60px;
}

.news {
  margin-bottom: 1em;
}

.news h2 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.aktuelles {
  justify-content: center;
  align-items: center;
}

.more-link a {
  color: #3b608a;
}

.more-link a:hover {
  color: #ffffff;
  background-color: #3b608a;
  padding: 0 6px;
}

.projects {
  margin-bottom: 80px;
}

.termin {
  margin-bottom: 1em;
  }

.termin time {
  color: #ffffff;
  background-color: #3B608A;
  padding: 2px 8px 2px 8px;
  border-radius: 3px;
}

.termin a {
  color: #3B608A;
}

.termin a:hover {
  color: #a5af35;
}

.termin p {
  line-height: 1.3em;
  margin-bottom: 0;
}

.termin h2 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 0;
}

.pager__item {
  list-style-type: none;
}

.pager__current {
  color:#000;  
  background-color:#8DE3E3;
  font-size: 1.8em;
}

.pager__next:hover, .pager__next:active {
  color:#000;  
  background-color:#DE929F;
  font-size: 1.8em;
}

.int-VA a {
  color:#21a095;
  font-weight: bold;
}

.int-VA a:hover {
  color:#9b1840;
}

#block-views-block-veranstaltungen-block-1 {
  margin-bottom: 40px;
}

.services {
  margin: 40px 0 40px 0;
  text-align: center;
}

.gelb {
  background: #faf6df;
  margin: 0 -400px 0 -400px;
  padding: 30px 400px 30px 400px;
}

/* LEXIKON */

.lex {
  float: left;
  padding: 0 4px;
  min-width: 34px;
  height: 28px;
  background: #ccc;
  margin: 2px;
  text-align: center;
  font-weight: bold;
}

.lex:hover, .lex:active {
  background: #fefdfa;
}

.node-type-lexikon {
  background:#fff;
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 7px #a5a5a5;
  border-radius: 7px;
}

/* MEDIEN */

#person {
  float:left;  
  width: 300px;
  margin: 0 30px 50px 0;
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 7px #a5a5a5;
  border-radius: 7px;
}

img.foto, .video-frame, .field--name-field-image {
  box-shadow: 0px 0px 7px #a5a5a5;
  border-radius: 7px;
  border: none;
  max-width: 400px;
  margin: 0 0 40px 40px;
  float: right;
}

.leaflet-container {
  float: left; 
  width: 600px;
  margin: 0 80px 40px 0;
  box-shadow: 0px 0px 7px #a5a5a5;
  border-radius: 7px;
  border: none;
}

img.person {
  border-radius: 4px;
  border: none;
  width: 180px;
  margin: 0 0 20px 0;;
}

.clearfix:after {
  clear: both;
}

/* FOOTER --*/

.footer {
  background: #3B608A;
  color: #ffffff;
  text-align: center;
}

.footer-bottom-middle {
  border-top: 1px dotted #ffffff;  
}

#block-tarapro-adresse {
  padding-top: 40px;
}

#block-tarapro-adresse a {
  color: #ffffff;
}

.cookiealert {
  display: none;
}

/* MOBILE */

@media (max-width: 767px) {
  #rad {
  width: 380px;
  animation: rotating 2.5s; 
  -webkit-box-flex: 1; 
  -ms-flex: 1 1 260px; 
  flex: 1 1 260px; 
  margin: 0; 
}
  
  img.foto, .video-frame, .field--name-field-image {
  box-shadow: 0px 0px 7px #a5a5a5;
  border-radius: 6px;
  border: none;
  width: 100%;
  margin: 0 0 40px 0;
  float: right;
}

.leaflet-container {
  width: 100%;
}
}

