body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}


.form-control {

    display: inline;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

h1, h2, h3, label, th
{
       color:#0F4C75;
}

a {
    color: #0F4C75;
    text-decoration: none;
}

a:focus, a:hover {
    color: #0F4C75;
    text-decoration: underline;
}
.keysearch { 
  margin-top:10px;
  grid-column-start:1; 
  grid-column-end:2; 
  border-radius: 18px

} 

.container {
       width:100%;  
       
}


.container1 { 
  height:100%; 
  display: grid; 
  background-color:white; 
  
  grid-row-gap: 10px; 
  grid-column-gap: 10px;
  grid-template-columns: auto auto auto; 
  grid-template-rows:  auto 1fr 100px; 
} 

.metasearch { 
  border-radius: 10px;
  border: 1px solid #0F4C75;
  padding: 10px;
  margin-top: 10px;
  background:white; 
  grid-column-start:2; 
  grid-column-end:3; 
  grid-row-start:1; 
 
 grid-row-end:2; 
} 


.inhalt { 
border-radius: 10px;
  border: 1px solid #0F4C75;
  padding: 10px;
  background:white; 
  grid-column-start:2; 
  grid-column-end:3; 
  grid-row-start:2; 
  grid-row-end:3; 
  
} 
.bookmarks { 
       border-radius: 10px;
  border: 1px solid #0F4C75;
  background:white; 
  padding: 10px;
  margin-right: 10px;
  grid-column-start:3; 
  grid-column-end:4; 
  grid-row-start:2; 
  
} 

.schlagwortwolke { 
       border-radius: 10px;
  border: 1px solid #0F4C75;
   background:white; 
  padding: 10px;
  margin-left: 10px;
  grid-column-start:1; 
  grid-column-end:2; 
  grid-row-start:2;
  font-size: small
} 

.footer { 
 
  padding: 10px;
  align:center;
  grid-column-start:2; 
  grid-column-end:3; 
  grid-row-start:3; 
  grid-row-end:4;  
} 
.footerlogo { 

  padding: 10px; 
  grid-column-start:1; 
  grid-column-end:2; 
  grid-row-start:3; 
  grid-row-end:4;  
} 

dialog {
       display: none;
       position: relative;
       background: white;
       border: 1px solid grey;
       border-radius: 0 .5em .5em;
       z-index: 100;
       padding: .5em 1em;
       width: auto;
       height: auto;
}

dialog[open="open"] {
       display: block;
       /*color:#5B9BD5;*/
}

@media (min-width: 30em) {
       dialog {

height: 100%;
width: 30%;
right: 10px;
position: absolute;
padding: 10px;
top: 0px;
margin-top: 5%;
margin-right: 5px;
margin-bottom: 5px;
       }
}

dialog::backdrop,
#backdrop {
       /* Ebene zwischen Hintergrund und Dialog-Box, Pseudoelement noch nicht implementiert */
       
       position: fixed;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background-color: rgba(0, 0, 0, 0.5);
}

dialog #close-dialog {
       position: absolute;
       right: 0;
       top: 0;
       height: 2em;
       cursor: pointer;
       background-color: #5B9BD5;
       color: white;
       font-weight: bold;
       font-size: 1.5em;
       border-radius: 0 .5em .5em;
}


.datumvon {

 /* color:#191970;*/
  font-size: 1.2em;
/*  font-weight: bold;*/
}

a.datumvon:link {

/*  color:#191970;*/
/*  font-size: 1.2em;*/
/*  font-weight: bold; */
}

.edits {

/*  color:#2E8B57; */
  font-size: 1.1em;
/*  font-weight: bold; */
}

a.edits:link
{
/*     color:#2E8B57;*/
  font-size: 1.1em;
/*  font-weight: bold; */
}

/*---------------------------------------*/

/* Tabellenzeilen einfärben
/*---------------------------------------*/
.gestreift:nth-child(0) {
    background-color: white;
}

.gestreift {
    background-color: white;
}
  
.gestreift:nth-child(2n) {
    background-color: #c4b6b6;
}


/*---------------------*/
/*  Tags für Wolke */
/*---------------------*/

.tagcloudbody {
width:220px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#0F4C75;
/* border:solid 1px #333333; */
padding:5px;
text-align:justify;
}

.tagcloudbody a {
text-decoration:none;
color:#0F4C75;
}

.tagcloudThema {
font-weight:bold;
font-size:12px;
margin-bottom: 10px;
}

.tag1 {
       font-size:26px;
}
.tag2 {
       font-size:20px;
}
.tag3 {
       font-size:16px;
}
.tag4 {
       font-size:13px;
}
.tag5 {
       font-size:9px;
} 

/*----------------------------------------------*/
/*    Menü     */
/*----------------------------------------------*/



.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
    color: #0080FF;
}

/*-----------------------------------------*/
/* Slider statt Ja / Nein                  */
/*-----------------------------------------*/

/* The switch - the box around the slider */
.switch { /*
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  */
}

/* Hide default HTML checkbox */
.switch ~ input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider .round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
