/*!
Theme Name: DIS Direkt
Author: Markus Gabriel - Nexum AG
Text Domain: wordpress-dev-theme
*/
@import "https://fonts.googleapis.com/css?family=Montserrat:400,700";
@font-face {
  font-family: 'iconfont';
  src: url("fonts/iconfont/iconfont.eot?mn2re3");
  src: url("fonts/iconfont/iconfont.eot?mn2re3#iefix") format("embedded-opentype"), url("fonts/iconfont/iconfont.woff2?mn2re3") format("woff2"), url("fonts/iconfont/iconfont.ttf?mn2re3") format("truetype"), url("fonts/iconfont/iconfont.woff?mn2re3") format("woff"), url("fonts/iconfont/iconfont.svg?mn2re3#iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-envelope:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e901"; }

.icon-file-pdf:before {
  content: "\e902"; }

.icon-google-plus:before {
  content: "\e903"; }

.icon-instagram:before {
  content: "\e904"; }

.icon-linkedin:before {
  content: "\e905"; }

.icon-phone:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-youtube:before {
  content: "\e908"; }

body, html {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #525961;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  transition: all 0.2s; }
  a:link {
    color: #DBC754;
    text-decoration: none; }
  a:visited {
    color: #DBC754;
    text-decoration: none; }
  a:hover {
    color: #000000;
    text-decoration: none; }

.row {
  margin-left: 0px;
  margin-right: 0px; }

ul {
  padding: 0;
  margin: 10px 0;
  list-style: none;
  clear: both; }
  ul li {
    margin: 0;
    padding: 5px 0px 5px 30px;
    position: relative; }
    ul li:before {
      display: block;
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 20px;
      background-color: #525961;
      position: absolute;
      top: 13px;
      left: 8px; }
  ul.no-list {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    ul.no-list li {
      padding: 0px;
      margin: 0 0 10px 0;
      font-size: 1.25rem;
      line-height: 1.5rem; }
      ul.no-list li:before {
        display: none; }
      ul.no-list li span {
        color: #DBC754;
        font-size: 1.5rem;
        margin-right: 10px;
        top: 4px; }

ol {
  counter-reset: li;
  list-style: none;
  margin: 10px 0;
  padding: 0; }
  ol > li {
    margin: 0;
    padding: 10px 0px 10px 30px;
    position: relative; }
    ol > li::before {
      content: counter(li) ".";
      counter-increment: li;
      color: #DBC754;
      position: absolute;
      top: 10px;
      left: 0; }

img {
  max-width: 100%;
  height: auto;
  margin: 10px 10px 10px 0px; }

.breadcrumbs {
  margin-top: 20px; }

blockquote {
  border: 0; }

iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%; }

.aligncenter {
  margin: 40px auto;
  display: block; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.alert {
  padding: 20px 0px !important; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, .h1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  margin: 40px 0 20px;
  color: #DBC754; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    h1, .h1 {
      font-size: 1.25rem; } }
  @media only screen and (min-width: 992px) {
    h1, .h1 {
      font-size: 2.25rem; } }

h2, .h2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  margin: 40px 0 20px;
  color: #DBC754; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    h2, .h2 {
      font-size: 1.25rem; } }
  @media only screen and (min-width: 992px) {
    h2, .h2 {
      font-size: 2.25rem; } }

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.4em;
  margin: 20px 0px; }
  @media only screen and (min-width: 992px) {
    h3, .h3 {
      font-size: 1.5rem; } }

h4, .h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 0 10px 0; }
  @media only screen and (min-width: 992px) {
    h4, .h4 {
      font-size: 24px; } }

h5, .h5 {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 140%;
  margin: 0; }

h6, .h6 {
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  line-height: 180%;
  margin: 0; }

p {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  line-height: 140%; }
  p span {
    color: #DBC754; }

b, strong {
  font-family: "Montserrat", sans-serif;
  font-weight: bold; }

.btn, .button-ghost-black, .button-primary, input[type="submit"], a.btn, a.button-ghost-black, a.button-primary {
  color: #525961;
  display: inline-block;
  text-decoration: none;
  padding: 15px 40px;
  margin: 0px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.2s;
  border: 0; }
  .btn:hover, .button-ghost-black:hover, .button-primary:hover, input[type="submit"]:hover, a.btn:hover, a.button-ghost-black:hover, a.button-primary:hover {
    color: #FFFFFF;
    transition: all 0.2s; }
  .btn.block, .block.button-ghost-black, .block.button-primary, input.block[type="submit"], a.btn.block, a.block.button-ghost-black, a.block.button-primary {
    display: block; }

.button-ghost-black {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000 !important; }
  .button-ghost-black:hover {
    background-color: #000000;
    color: #FFFFFF !important; }

.button-primary, input[type="submit"] {
  background-color: #DBC754; }
  .button-primary:hover, input[type="submit"]:hover {
    background-color: #000000; }

footer {
  background-color: #BFC0C2;
  color: #BFC0C2;
  padding: 40px 0;
  margin-top: 60px; }
  footer p {
    color: #FFFFFF; }
  footer .menu-footer-menue-container ul {
    margin: 0 !important;
    padding: 0;
    text-align: left; }
    footer .menu-footer-menue-container ul li {
      display: inline-block;
      padding: 0 40px 0 0; }
      footer .menu-footer-menue-container ul li:before {
        display: none !important; }
      footer .menu-footer-menue-container ul li a {
        color: #FFFFFF;
        text-decoration: underline; }
        footer .menu-footer-menue-container ul li a:hover {
          color: #525961; }
  @media only screen and (min-width: 992px) {
    footer {
      height: 140px; }
      footer .menu-footer-menue-container ul {
        text-align: right; }
        footer .menu-footer-menue-container ul li {
          padding: 0 0 0 40px; } }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
  width: 100%;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.33);
  background-color: #FFFFFF;
  padding: 0px 20px;
  height: 47px;
  line-height: 47px;
  font-size: 1rem !important; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    outline: none;
    border-color: #DBC754; }
  input[type="text"]#hidden,
  input[type="email"]#hidden,
  input[type="url"]#hidden,
  input[type="password"]#hidden,
  textarea#hidden {
    visibility: hidden;
    position: absolute; }

textarea {
  padding: 15px 20px !important; }

input[type="date"] {
  border: 0;
  background-color: #FFFFFF;
  padding: 10px 0px; }
  input[type="date"]:focus {
    outline: none;
    border-color: #DBC754; }

fieldset {
  border: 0;
  padding: 0; }

select {
  -webkit-appearance: none;
  width: 100%;
  padding: 0px 50px 0px 0px !important;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #F1F1F1;
  background-image: none;
  background-color: #FFFFFF;
  font-size: 1.25rem !important;
  line-height: 2 !important;
  font-weight: 100; }
  select:focus {
    outline: none;
    border-color: #DBC754; }

input[type="submit"] {
  cursor: pointer;
  font-size: 1.25rem !important; }
  input[type="submit"]:focus {
    outline: none; }

::-webkit-input-placeholder {
  color: #DBC754;
  font-weight: 100;
  font-size: 1rem; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #DBC754;
  font-weight: 100;
  font-size: 1rem; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #DBC754;
  font-weight: 100;
  font-size: 1rem; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #DBC754;
  font-weight: 100;
  font-size: 1rem; }

::-ms-input-placeholder {
  /* Edge */
  color: #DBC754;
  font-weight: 100;
  font-size: 1rem; }

:placeholder-shown {
  /* Standard one last! */
  color: #DBC754;
  font-weight: 100;
  font-size: 1rem; }

.form-container {
  position: relative;
  width: 100%;
  margin: 10px 0;
  padding: 20px;
  border-radius: 8px;
  background-color: #F1F1F1;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.33);
  border: 1px solid #FFFFFF; }
  .form-container h3 {
    color: #525961; }
  .form-container form .submit {
    text-align: center;
    margin-bottom: 20px; }
  .form-container form .form-group .help-block ul li {
    padding: 5px 0px; }
    .form-container form .form-group .help-block ul li:before {
      display: none; }
  @media only screen and (min-width: 992px) {
    .form-container {
      margin: 30px 0;
      width: 100%; } }

header {
  width: 100%;
  background-color: #BFC0C2; }
  header .logo-link {
    display: inline-block;
    vertical-align: middle; }
    header .logo-link img {
      margin-top: 10px; }
  header img {
    display: inline-block;
    vertical-align: middle; }
  header p {
    text-align: left;
    margin-top: 20px;
    color: #525961; }
    header p a {
      font-size: 1rem;
      display: block;
      padding-top: 10px;
      color: #525961 !important; }
      header p a span {
        font-size: 20px;
        padding: 5px;
        margin-right: 5px;
        top: 0px !important;
        color: #525961; }
      header p a:hover {
        color: #FFFFFF !important; }
        header p a:hover span {
          border-color: #000000;
          color: #FFFFFF; }
  @media only screen and (min-width: 992px) {
    header {
      height: 100px; }
      header .logo-link img {
        margin: 15px 0 0 20px; }
      header p {
        text-align: center;
        margin-top: 20px; }
        header p a {
          font-size: 30px;
          display: block;
          padding-top: 10px; }
          header p a span {
            font-size: 30px;
            padding: 5px;
            margin-right: 5px;
            vertical-align: -5px;
            -webkit-transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -ms-transform: rotate(10deg);
            transform: rotate(10deg); }
          header p a:hover {
            color: #FFFFFF !important; }
            header p a:hover span {
              border-color: #000000;
              color: #FFFFFF !important; } }

.hero-container {
  width: 100%;
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-position: center;
  border-bottom: 7px solid #DBC754; }
  @media only screen and (max-width: 767px) {
    .hero-container > .container > .row > div {
      margin-top: 20px; } }
  @media only screen and (min-width: 992px) {
    .hero-container > .container > .row {
      width: 100%; }
      .hero-container > .container > .row > div {
        margin-top: 0; }
        .hero-container > .container > .row > div img {
          margin: 50px 0 30px; } }

.main-content {
  padding: 40px 0px; }
  .main-content h1, .main-content h2, .main-content h3 {
    color: #DBC754; }
  .main-content ul.img-list {
    margin: 40px 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .main-content ul.img-list li {
      display: inline-block;
      margin: 3%;
      padding: 0; }

.sidebar {
  margin-top: 20px;
  color: #525961; }
  .sidebar h4 {
    margin: 0px 0px 20px;
    color: #DBC754; }
  .sidebar p span {
    color: #DBC754; }
  .sidebar ul {
    margin: 40px 0; }
    .sidebar ul li {
      margin-bottom: 15px;
      color: #525961; }
      .sidebar ul li span, .sidebar ul li div {
        display: table-cell;
        padding-right: 15px; }
      .sidebar ul li span {
        color: #DBC754; }
  .sidebar img {
    margin: 10px 0px 20px; }
  @media only screen and (min-width: 992px) {
    .sidebar {
      padding: 20px 10px 20px 30px;
      border-left: 2px solid #F1F1F1;
      margin-top: 80px; } }
