/*
* Farben:
* Grün: #72BF44
* Anthrazit: #231F20
* Orange: #F5821F
*
*/

/* Allgemein */
html {
  background: url(https://com-print.eu/wp-content/uploads/com-print-hintergrund.jpg) 50% 0 fixed no-repeat;
  background-size: cover;
}
a, .uk-link {
  color: #72BF44;
  transition: all 0.3s linear;
}

.tm-toolbar {
  background: #241f20;
  color: #ffffff;
  font-size: 14px;
  border-bottom: 1px solid #71bf44;
}
.toolbar-button, .toolbar-button:active {
  -webkit-appearance: none;
  margin: 0;
  margin-top: -10px;
  border: none;
  overflow: visible;
  font: inherit;
  background: #72BF44;
  color: #ffffff;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
  vertical-align: middle;
  line-height: 45px;
  min-height: 45px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s linear
}
.toolbar-button:hover {
  background: #fff;
  color: #231F20;
}
@media (max-width: 1359px) {
  .home .tm-navbar {
    margin-bottom: 140px!important;
  }
}
@media (min-width: 1360px) {
  .home .tm-navbar {
    margin-bottom: 140px!important;
  }
  .tm-navbar:not(.home) {
    margin-bottom: 50px;
  }
}
.tm-toolbar a {
  color: #72BF44;
}
article h1 {
  text-align: center;
  font-weight: 400!important;
  color: #72BF44;
}
article h2 {
  font-size: 30px;
  color: #231F20;
}
article {
  font-size: 18px;
  line-height: 25px;
}

.home h1 {
  margin-top: -80px;
  font-size: 40px;
  line-height: 46px;
  color: #72BF44;
  text-transform: uppercase;
}
.uk-panel-box.uk-panel-header .uk-panel-title {
  background-color: #71bf44;
  color: #fff;
  font-size: 22px;
}

.uk-contrast .uk-button, .uk-contrast .uk-button:active, .uk-button, .uk-button:active {
  background: #72BF44;
  color: #fff;
  border: 2px dotted rgba(0,0,0,0);
}
.uk-contrast .uk-button:hover, .uk-button:hover {
  background: none;
  color: #231F20;
  border: 2px dotted #72BF44;
}

.uk-switcher h5 {
  font-size: 30px;
  color:#fff;
}
/* Navbar */
.tm-navbar {
  border-bottom: 4px solid #72BF44;
}
.uk-navbar {
  background: #231F20;
  color: #ffffff;
}

/* Navbar Links */
.uk-navbar-nav > li > a {
  color: #fff;
  font-size: 18px;
}
.uk-navbar-nav > li > a:hover {
  color: #72BF44;
  font-size: 18px;
}
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #72BF44;
}

/* Navbar Dropdown */
.uk-dropdown-navbar {
  background: #231F20;
  color: #ffffff;
  width: 300px;
}

.uk-nav-navbar > li > a {
  color: #fff;
}
.uk-nav-navbar > li > a:hover {
  color: #72BF44;
}

/* Suche */
.uk-search-field {
  color: #fff;
}
.uk-dropdown-search {
  background: #231F20;
  color: #ffffff;
}

/* Startseite Tabs */
.uk-tab > li > a:after {
  background: #72BF44;
}
.uk-tab > li.tm-tag-1 > a:after {
  background-color: #72BF44;
}
.uk-tab > li.tm-tag-2 > a:after {
  background-color: #72BF44;
}
.uk-tab > li.tm-tag-3 > a:after {
  background-color: #72BF44;
}
.uk-tab > li.tm-tag-4 > a:after {
  background-color: #72BF44;
}
.uk-contrast, .uk-block-primary, .uk-block-secondary, .uk-panel-box-primary {
    color: #fff;
}
.tm-overlay-content {
  font-size: 20px;
  line-height: 26px;
  /*text-shadow: 1px 1px 5px #000;*/
  /*text-shadow:  1px  1px 1px black,
                 1px -1px 1px black,
                -1px  1px 1px black,
                -1px -1px 1px black;*/
  /*background: rgba(0, 0, 0, 0.6);*/
}
.uk-overlay-panel {
  padding: 0px;
  margin: 0px;
  background: rgba(0, 0, 0, 0.20);
}

/* Startseite Sidebar */
.home .uk-panel-box {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
/* Startseite Haupttext */
.home article {
    padding: 50px;
    background: #ffffff;
    color: #5c5c5c;
    background: #ffffff none 0 0 repeat;
    border-radius: 0;
    box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
}


/* Bildergalerie */
#textildruck-referenzen figure {
  margin: 0!important;
}
/* Kontaktformular */
.uk-form select:focus, .uk-form textarea:focus, .uk-form input:not([type]):focus, .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus, .uk-form input[type="datetime"]:focus, .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus, .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus, .uk-form input[type="tel"]:focus, .uk-form input[type="color"]:focus {
    border-color: #71bf44;
    box-shadow: 0 2px 0 0 #71bf44;
}
.wpcf7-submit {
  background: #71bf44;
  border: 1px solid #71bf44;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.3s linear;
}
.wpcf7-submit:hover {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #71bf44;
}
.wpcf7-submit:disabled {
  background: #888888;
  border: 2px solid #888888;
  color: #ffffff;
  cursor: not-allowed;
}
.wpcf7-submit[disabled]:hover {
  background: #888888;
  border: 2px solid #888888;
  cursor: not-allowed;
  color: #ffffff;
}
/* Fußbereich */
#tm-footer {
  background: #241f20;
  color: #ffffff;
  font-size: 14px;
}
#tm-footer a {
  color: #72BF44;
}
#tm-footer a:hover {
  color: #ffffff;
}
