@CHARSET "UTF-8";

/**
use https://cssminifier.com/ to minify

and use in production only grammis.min.css

*/


/*** FiraSans ***/
@font-face{ 
   font-family: 'FiraSans';
   src: url('../fonts/Fira_Sans/FiraSans-Regular.ttf') format('truetype');
   font-weight: normal; font-style: normal;
}

@font-face{ 
   font-family: 'FiraSans';
   src: url('../fonts/Fira_Sans/FiraSans-Bold.ttf') format('truetype');
   font-weight: bold; font-style: normal;
}

@font-face{ 
   font-family: 'FiraSans';
   src: url('../fonts/Fira_Sans/FiraSans-Italic.ttf') format('truetype');
   font-weight: normal; font-style: italic;
}

@font-face{ 
   font-family: 'FiraSans';
   src: url('../fonts/Fira_Sans/FiraSans-BoldItalic.ttf') format('truetype');
   font-weight: bold; font-style: italic;
}


/*** Libertinus ***/
@font-face{ 
   font-family: 'Libertinus';
   src: url('../fonts/Libertinus/LibertinusSerif-Regular.otf') format('truetype');
   font-weight: normal; font-style: normal;
}

@font-face{ 
   font-family: 'Libertinus';
   src: url('../fonts/Libertinus/LibertinusSerif-Bold.otf') format('truetype');
   font-weight: bold; font-style: normal;
}

@font-face{ 
   font-family: 'Libertinus';
   src: url('../fonts/Libertinus/LibertinusSerif-Italic.otf') format('truetype');
   font-weight: normal; font-style: italic;
}

@font-face{ 
   font-family: 'Libertinus';
   src: url('../fonts/Libertinus/LibertinusSerif-BoldItalic.otf') format('truetype');
   font-weight: bold; font-style: italic;
}



@font-face{ 
   font-family: 'FuturaLight';
   src: url('../fonts/Futura/Futura.ttf') format('truetype');
}

@font-face{ 
   font-family: 'SansForgetica';
   src: url('../fonts/SansForgetica-Regular.otf') format('truetype');
}

body {
   /*font-family: -apple-system, "Arial Unicode MS", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;*/
   /*font-family: 'SansForgetica';*/
   font-family: FiraSans, Helvetica, Arial, sans-serif;
   font-size: 16px;
   margin-top: 100px;
   
   /* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
   
}

iframe body {
	font-size: 16px;
}


.brand {
   /*font-family: "Trebuchet MS";*/
   font-size: 36pt;
   font-weight: bold;
   /*color: rgb(238, 118, 0);*/
}

.brand:hover {
   text-decoration: none;
}

.grammis {
   font-family: "Trebuchet MS";
}

.container {
   border: 0px solid black;
   /*margin-bottom: 20px;*/
}

.border {
   border: 0px solid black;
}

.no-border {
	border: 0px;
}

.nomargin {
   margin: 0px;
}

img.logo {
   display: inline;
}

.breadcrumb {
   font-size: 12px;
   background: none;
   padding: 0px;
}

.panel.side {
   font-size: 14px;
}

.panel-title {
	font-family: FiraSans, FuturaLight, sans-serif;
}

.margin-top {
	margin-top: 1em;
}

img#categoryimage {
	height: 120px;
	width: 155px;
}

h1 {
	margin-bottom: 0.67em;
}


/*****
make it greeny
*****/

a, a:hover, a:focus {
    color: #6a7702;
}


.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:active:focus {
    background-color: #6a7702;
    border-color: #4C6502;
}

.form-control:focus {
    border-color: #6a7702;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(76 101 2 / 60%);
}

.bg-info {
    background-color: #e2e8a4;
}


figure {
   margin: 10px auto;
   text-align: center;
}

ul {
	padding-left: 20px;
}

ul.condensed {
	padding-left: 5px;
}

.side ul li ul {
   padding-left: 20px;
}


.side ul:first-child>li {
   margin-bottom: 10px;
}


.side ul.list-unstyled:first-child>li {
   margin-bottom: 0;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

.marketing {
   text-align: center;
   margin-top: 10px;
}

.search {
   margin-bottom: 5em;
   margin-top: 4em;
}

.themes {
   margin-top: 8em;
}

.row-bordered {
   position:relative;
}

.row-bordered:before {
   content:'';
   display:block;
   width:80%;
   position:absolute;
   bottom:0;
   left:50%;
   margin-left:-40%;
   height:1px;
   /*background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.2) 0, rgba(255,255,255,0) 75%);
   background:radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0, rgba(255,255,255,0) 75%)*/
}

span.text-red {
	color: red;
}

span.text-white {
	color: white;
}

span.text-violet {
	color: violet;
}

span.text-blue {
   color: blue;
}

dl.about-the-topic dd {
	margin-bottom: .5em;
}

.nohyphens {
	hyphens: none;
}

.collist {
	column-count: 2;
   column-gap: 10px;
}

.neu {
    font-weight: bold;
}


/* menu behaviour
------------------------------------------------------*/
/*
@media (min-width: 1200px) {
/* menu dropdown on mouse over */
/*
 ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
 }
}


li.dropdown:hover {
   background-color: #e6e6e6;
}
*/

.navbar {
   background: #f5f5f5; /*#4b7ddfb3; /*#f5f5f5;*/
   border: 1px solid #f5f5f5;
}

.navbar-tall {
   height: 125px;
}

.navbar-tall .navbar-header, .navbar-tall .navbar-nav {
   line-height: 125px;
}

.navbar-fixed-top {
   border-bottom: 1px solid #e1e1e1;
   /*box-shadow: 5px 5px 10px #999;*/
}

.navbar-brand {
   padding-top: 0px;
}

.navbar-brand > img {
   width: 250px;
}

img.ids {
   width: 250px;
}

nav ul li.active {
   font-weight: bold;
}

nav ul li.active ul {
   font-weight: normal;
}

nav ul li a {
	font-family: FiraSans, "Helvetica Neue",Arial,sans-serif;
}

ol.breadcrumb li a {
	font-family: FiraSans, "Helvetica Neue",Arial,sans-serif;
}

.nav > li > a {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
}

.nav > li > a > i {
   font-size: 28px;
}

/*
.container-full {
	margin-top: -50px;
	border: 1px solid black;
	margin-bottom: 10px;
	height: 100vh;
}
*/

iframe.termvisualization {
   min-width: 100%;
}

fieldset {
   margin-bottom: 30px;
}

.searchbar-top {
   margin-top: 2em;
   margin-bottom: 2em;
}


.caption {
   text-align: left;
}


.wordlist a.active {
   font-weight: bold;
   text-decoration: underline;
}

/* SGT */
a.register, span.orange {
	color: orange;
}

a.register:hover {
    color: orange;
}

span.link-blue {
	color: #337ab7;
}

span.link-green {
    color: #6a7702;
}

/* Forms
-------------------------------------------------- */

label {
	display: block;
}

input.oneline,
select.oneline {
	width: 50%;
	display: inline;
	float:left;
}

#bibliographiesform input.oneline {
	width: 46%;
}

#bibliographiesform input.oneline.right {
   float: right;
   display: inline;
}

#bibliographiesform div.separator {
	display: inline;
	width: 20%;
	text-align: center;
}

#bibliographiesform div.inline {
	display: inline;
}



.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

#profile label {
	font-weight: normal;
}

form#attributiveadjectivesform select {
	width: 100%
}

.hide-overflow {
	overflow: scroll;
}


/* PDF View
-------------------------------------------------- */

.page-break {
   page-break-before: always;
}
    
    


/* Search Resultsets
-------------------------------------------------- */

h2.resultset {
   margin-top: 0;
   margin-bottom: 0;
   /*font-size: 1.6em;*/
}

.resultset {
   margin-bottom: 20px;
}


@media (max-width: 979px){
   div.resultset {
      background-color: #fff;
      box-shadow: 2px 2px 2px lightgrey;
   }
   
   body {
      background-color: #f9f9f9;
   }
   
   h2.resultset{
      /*font-size: 1.4em;*/
   }
   
}

/* AttribAdj
-------------------------------------------------- */
table#adjectivestable {
	font-size: .9em;
}

div.dropdown > ul:nth-child(2) {
	overflow: scroll;
	max-height: 600px;
}

.searchinput, .searchselect {
   width: 95%;
}


/* Visualizations
-------------------------------------------------- */
#relationsmodal, #relationsside {
   width: 100%;
   height: 100px;
}
        
#relationsmodal {
   height: 600px;
}
        
        
#circle, #hyperonyms, #holonyms {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-grid;
    background: rgba(220,20,60,1);
  }
#hyperonyms {
   background: rgba(255,117,161,0.75);
}
#holonyms {
   background: rgba(99,234,209,0.6);
}




/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 150px;
}
footer.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 60px;
  background-color: #f5f5f5;
  text-align: center;
  padding-top: 5px;
}


/* Cookie Consent 
----------------------------------------------- */

div.cookie-consent {
   position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  /* Set the fixed height of the footer here */
  min-height: 80px;
  background-color: white;
  border: 1px solid black;
  text-align: center;
  padding-top: 5px;
}
