/*
Theme Name:      IDL - WP Bootstrap Starter
Theme URI:       https://github.com/falcesch/IDL-WP/
Description:	 IDL ist eine Erweiterung des WP Bootstrap Starter Theme
Author:			 Roman Esch
Author URI:		 https://falcimmo.de/
Template:		 wp-bootstrap-starter
Version:		 1.0.0
License:         GNU General Public License v2 or later
License URI:     LICENSE
Text Domain:	 IDL

Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
body {
  font-size: 0.9rem;
}

a {
  background-color: transparent;
  color: #f19409;
}
a:hover {
  color: #ca7c08;
}

.cb-bg-light {
  background-color: #f2f2f2;
  padding: 20px;
}

.mtb {
  margin-top: 20px;
}

.btn-primary {
  background-color: #f19409;
  border-color: #ca7c08;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  background-color: #ca7c08;
  border-color: #f19409;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 148, 9, 0.25);
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.dwqa-alert-info {
  color: #ca7c08;
  background-color: rgba(241, 148, 9, 0.25);
  border-color: #ca7c08;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  background-color: #f19409;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  margin: 1px 0 10px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#page {
  min-height: 100vh;
}

.page-content,
.entry-content,
.entry-summary {
  width: 100%;
}

.bs3-grid-col-wrapper {
  margin: 15px 0;
}

/*--------------------------------------------------------------
## Login
--------------------------------------------------------------*/
#footer-widget.bg-light {
  background-color: #504d56 !important;
  border-top: 20px solid #504d56;
  margin-top: 50px !important;
  color: #fff;
}

.box_shadow-db {
  margin: 0 auto;
  padding: 20px;
  background-color: #f2f2f2;
}

.login-btn a {
  background-color: #ffffff;
  color: #000 !important;
  font-weight: bold;
  border-radius: 1px;
}

.signin {
  padding: 30px;
  background-color: #f2f2f2;
}

.login-card-action {
  margin: 15px 0;
}

.secure {
  color: #8BC34A;
}

#footer-widget {
  background-color: #f2f2f2;
  padding-top: 20px;
}
#footer-widget .widget-title {
  font-size: 16px;
  font-weight: bold;
  color: #212529;
}
#footer-widget .nav-link {
  padding: 0.5rem 0;
  color: #212529;
}
#footer-widget .nav-link:hover {
  background-color: transparent;
  text-decoration: underline;
}

.hero {
  height: 593.244px;
  background-image: url(/wp-content/uploads/2019/10/header.jpg);
  background-size: cover;
  padding: 20px;
  position: relative;
}
.hero:after {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.29) 100%);
}

.hero-header {
  text-align: center;
  display: block;
  color: #ffffff;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.hero-subheader {
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 20px;
  padding: 0 0 20px;
  position: relative;
  z-index: 1;
}

.hero-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  color: #000;
  margin-top: 20px;
  text-transform: uppercase;
  min-width: 200px;
}

.hero-btn-panel {
  text-align: center;
}

.new-customer {
  display: none;
}

.attachment-template {
  font-weight: bold;
}
.attachment-template .remove {
  cursor: pointer;
  margin-left: 10px;
}
.attachment-template .size {
  color: red;
}
.attachment-template.ok {
  color: green;
}

form.slim .form-group {
  margin-top: 0;
}

/* Password hide/show */
.pwd-box {
  position: relative;
}

.button.wp-hide-pw {
  background: #7792ae;
  border: 1px solid #ced4da;
  border-radius: 0 4px 4px 0;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 0.8rem;
  line-height: 1;
  width: 36px;
  height: 100%;
  margin: 0;
  padding: 0.375rem;
  position: absolute;
  right: 0;
  top: 0;
}

.dashicons-hidden {
  font-size: 0.6rem;
}

.headline-box {
  display: flex;
  justify-content: space-between;
}

.secure {
  margin-left: auto;
}

#content.site-content {
  min-height: calc(100vh - 324px);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #d59300 !important;
}

.bg-primary .navbar-nav .active > .nav-link {
  color: #d59300 !important;
}

footer#colophon {
  color: #f2f2f2;
  background-color: #272626;
}

/*# sourceMappingURL=style.css.map */
