/**
 * @file
 * Subtheme specific CSS.
 */

/* =================================================================== 
 *
 *  MICA DATENBANK print-css
 *  28.5.2020
 *  ------------------------------------------------------------------
 
*/



body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-weight: 400;
  color: #000;
  line-height: 1.1;
  }

input, textarea, p {
/*font-family: 'Open Sans', sans-serif;*/
  font-weight: 400;
  }
  
p > ul > li {
/*font-family: 'Open Sans', sans-serif;*/
  font-weight: 400;
  color: #000;
  }
  
  
h1 {
  /*font-family: serif;*/
  font-weight: 700;
  color: #000;
    line-height: 1.25;
	font-size: 2.5rem;
	}

h2 {
  /*font-family: serif;*/
  font-weight: 700;
  color: #000;
    line-height: 1.3;
	font-size: 2.25rem;
	margin: 1em 0 0.5em 0;
	}
	
	

a {
  /* -webkit-transition: .3s all ease;
  -o-transition: .3s all ease; 
  transition: .3s all ease; */
  color: #ff0000;
  } 
  
a:hover {
  color: #ff0000;
  text-decoration: none;
  } 
   



.field__label {
  font-weight: bold !important;
  display: inline-block;
}
  

.field__label::after {
  content: ": ";
}

.field__item {
    display: inline-block;
}

.field__items {
    /*display: block;*/
   display: inline-block;
}

.navbar {
    /*background-color: #000;*/
    padding: 1rem;
}

.footer {
    /*background-color: #000;*/
    padding: 1rem;
}

p.zitier-text {
    font-style: italic;
    margin-top: 2rem;
    font-size: 16px;
    color: #000087;
}