@import url('https://static.webtonia.cloud/assets/fonts/open-sans/open-sans.css');
@import url("uikit.min.css");
@import url("font-awesome.min.css");
/*  01 Allgemeine Einstellungen */
::-moz-selection {
  background-color: #60A231;
  color: #fff; }

::selection {
  color: #fff; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #757575;
  background-color: #f9f9f9;
  min-height: 100vh;
  position: relative; }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

/* Typography
--------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 38px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

p, section ul li {
  font-size: 16px;
  line-height: 150%;
  color: #757575; }

b, strong, .strong {
  font-weight: 700; }

/* a / Buttons */
a {
  color: #60A231;
  text-decoration: none;
  display: inline-block; }
  a:hover, a:focus, a:active {
    color: #212121;
    text-decoration: none !important; }

.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #60A231;
  color: #fff;
  background-color: #60A231;
  padding: 10px 15px;
  font-weight: 300; }
  .btn:hover, .btn:focus, .btn:active,
  button:hover,
  button:focus,
  button:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active {
    color: #fff;
    background-color: #75ae4c;
    border-color: #75ae4c;
    background-image: none; }
  .btn.btn-large,
  button.btn-large,
  input[type="submit"].btn-large,
  input[type="reset"].btn-large,
  input[type="button"].btn-large {
    font-size: 20px; }
  .btn i,
  button i,
  input[type="submit"] i,
  input[type="reset"] i,
  input[type="button"] i {
    margin-left: 15px; }
  .btn.icon-left i,
  button.icon-left i,
  input[type="submit"].icon-left i,
  input[type="reset"].icon-left i,
  input[type="button"].icon-left i {
    margin-left: 0;
    margin-right: 15px; }

/*  02 Container Einstellungen */
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

section {
  padding: 15px 15px;
  background-color: none; }
  @media screen and (min-width: 640px) {
    section {
      padding: 30px 15px; } }
  @media screen and (min-width: 960px) {
    section {
      padding: 30px 15px; } }
  @media screen and (min-width: 1200px) {
    section {
      padding: 60px 15px; } }
  @media screen and (min-width: 1600px) {
    section {
      padding: 60px 15px; } }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
.form-control {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  border: 1px solid #60A231;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  color: #757575;
  background-color: #FFF;
  background-image: none;
  border-radius: 0px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus,
  .form-control:focus {
    border-color: #60A231;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(96, 162, 49, 0.6); }

textarea {
  height: auto; }

.titel {
  position: relative;
  text-align: center; }
  .titel:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #60A231;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
    margin-bottom: 40px; }

ul {
  list-style: none; }

section ul {
  list-style: square; }

/* ==================================================
  Wordpress Admin Edit
====================================================*/
.post-edit-link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #60A231;
  text-align: center;
  line-height: 60px;
  z-index: 99999999;
  color: #fff;
  font-size: 30px; }
  .post-edit-link:hover, .post-edit-link:focuse {
    color: #fff; }

/* ==================================================
  WordPress Core
====================================================*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* ==================================================
  Galerie
====================================================*/
.uikit_gallery {
  margin: 60px 0; }
  .uikit_gallery a {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .uikit_gallery a:before {
      content: '';
      display: block;
      padding-top: 65%; }

.mobile-table {
  display: block;
  overflow: auto;
  min-width: 100%;
  width: 100%; }
  .mobile-table table {
    width: 100%;
    margin: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2); }
    .mobile-table table tr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .mobile-table table td {
      padding: 10px;
      white-space: nowrap;
      border-right: 1px solid rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=style.css.map */