/*
Theme Name: Foxtrail-Online-Help
Description: Online Hilfe für Foxtrail Posten
Version: 2.0
Author: Jochen Maier
Author URL: https://foxtrail.ch
Text Domain: foxtrail-help

*/

/* FONTS */
@font-face {
  font-family: "D-DIN Regular";
  src: url("styles/fonts/D-DIN.eot");
  src: url("styles/fonts/D-DIN.eot?#iefix") format("embedded-opentype"),
    url("styles/fonts/D-DIN.woff") format("woff"),
    url("styles/fonts/D-DIN.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "D-DIN Italic";
  src: url("/styles/fonts/D-DIN-Italic.eot");
  src: url("styles./fonts/D-DIN-Italic.eot?#iefix") format("embedded-opentype"),
    url("styles./fonts/D-DIN-Italic.woff") format("woff"),
    url("styles/fonts/D-DIN-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "D-DIN Bold";
  src: url("styles/fonts/D-DIN-Bold.eot");
  src: url("styles/fonts/D-DIN-Bold.eot?#iefix") format("embedded-opentype"),
    url("styles/fonts/D-DIN-Bold.woff") format("woff"),
    url("styles/fonts/D-DIN-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

.logo {
  height: 40px;
}

.image_std {
  width: 100%;
  margin-bottom: 10px;
}

.flag {
  width: 100%;
  margin-bottom: 10px;
}
body {
  width: 100%;
  font-family: D-DIN Regular, sans-serif;
  background: #0dfa04;
  color: #333333;
  font-size: 15px;
}

h1 {
  font-family: D-DIN Bold, sans-serif;
  text-align: left;
  line-height: 180%;
  margin-bottom: 0px;
  margin-top: 0px;
}

h2 {
  font-family: MetaWeb-Normal, sans-serif;
  text-align: left;
  line-height: 120%;
  margin-bottom: 0px;
  margin-top: 0px;
}

strong {
  font-family: D-DIN Bold, sans-serif;
}
italic {
  font-family: D-DIN Italic, sans-serif;
  font-size: 0.96em;
}

.container {
  background: white;
  width: 95%;
  padding: 1em;
  margin: 2em auto;
  display: flex;
  flex-direction: column;
}
/* Contact Form*/
#fsend{
  display: none;
}



/*Kommentare*/

.form#commentform {
  margin-top: -30px;
	}

select#fb_topic {
	border-radius: 0;
}
.comment-form textarea {
  background-color: white;
	border-radius: 0 !important;
  border: 2px solid rgba (255, 255, 255, 0.22);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100px;
  color: black;
  padding: 15px;
}
.comment-form.label {
  display: none;
}
p.logged-in-as {
  display: none;
}

.comment-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.form-control {
  border-radius: 0 !important;
}

/* Tabellen */
table {
  width: 100%;
  margin-bottom: 1em;
}
table,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

td {
  padding: 5px;
}

/* Buttons */

input[type="submit"] {
  background-color: #000;
  border: none;
  color: white;
  padding: 15px 25px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
  font-family: D-DIN Regular, sans-serif;
  font-size: 15px;
  display: inline-block;
}

button#fbsubmit{
  background-color: #0DFA04;
  border: none;
  border-radius: 0 !important;
  color: white;
  padding: 15px 25px;
   margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
  font-family: D-DIN Regular, sans-serif;
  font-size: 15 px ;
  display: inline-block;
}

button.standard,
button#ok {
  background-color: #000000;
  /* width: 150px; */
  border: none;
  border-radius: 0 !important;
  color: white;
  padding: 15px 25px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
  font-family: D-DIN Regular, sans-serif;
  font-size: 15px;
  display: inline-block;
}

/* Eingabefelder */

input[type="text"] {
  height: 40px;
  border: 2px solid black;
  border-radius: 0px;
  color: #0dfa04;
  font-family: D-DIN Bold;
  font-size: 20px;
  width: 150px;
  padding: 15px 25px;
  text-align: center;
  display: inline-block;
}

/* WPML Plugin*/
.wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
  padding: 0px;
  clear: both;
}
.wpml-ls ul{
  text-align: right;
}

/*Audioplayer*/

figure.wp-block-audio {
  display: block;
  width: 100%;
  margin-left: 0px;
}

/*Password protection */
.post-password-form input[type="submit"] {
  background-color: black;
  border: none;
  color: white;
margin-top: 15px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.post-password-form input[type="password"] {
display: inline-block;
  color: #0DFA04;
  padding: 0.8em;
}

/*Images*/

.wp-block-image img {
  width: 100%;
  height: auto;
}
figure.wp-block-image.size-medium {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

figure.wp-block-image.size-large {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#lang_select,
#main_menue {
  height: 40px;
}

a.nav-link.active {
  display: block;
  background: grey;
}

.fail {
  background-color: #d8dbdd;
  text-align: center;
  margin-bottom: 10px;
}

/*Footer*/

.nav-essentials li{
  margin-right: 2px;
  float: left;
}
  .nav-essentials ul {

      float:left;
      list-style: none;
  }
  .nav-essentials a {
    background: #0DFA04;
    color: white;
    padding: 10px 15px;
    margin-bottom: 5px;
    text-align: center;
    font-family: D-DIN Regular, sans-serif;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
}



ul#menu-essentials_de-1, ul#menu-essentials_en-1,ul#menu-essentials_fr-1, ul#menu-essentials_it-1 {
  padding-left: 0px;
}


/*???Relicts???*/

.infobar {
  margin-top: 20px;
  background-color: white;
  min-height: 15px;
}
.trail a{
  display: block;
  width: 100%;
  background: black;
  padding: 1em;
  margin-top: -0.6em;
  text-decoration: none;
  color: white;
}
a.bt_footer {
  background: black;
  color: white;
  font-size: small;
  margin: 5px 5px 5px 0px;
  padding: 3px;
  text-decoration: none;
  float: left;
}
