@font-face {
  font-family: 'Open Sans';
  src: url("../../../../fileadmin/tabakwarenunion/less/../webfonts/OpenSans-Regular.eot");
  src: url("../../../../fileadmin/tabakwarenunion/less/../webfonts/OpenSans-Regular.eot?#iefix") format('embedded-opentype'), url("../../../../fileadmin/tabakwarenunion/less/../webfonts/OpenSans-Regular.woff2") format('woff2'), url("../../../../fileadmin/tabakwarenunion/less/../webfonts/OpenSans-Regular.woff") format('woff'), url("../../../../fileadmin/tabakwarenunion/less/../webfonts/OpenSans-Regular.ttf") format('truetype'), url("../../../../fileadmin/tabakwarenunion/less/../webfonts/OpenSans-Regular.svg#OpenSans-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../../../../fileadmin/tabakwarenunion/less/../webfonts/OpenSans-Bold.eot");
  src: url("../../../../fileadmin/tabakwarenunion/less/../webfonts/OpenSans-Bold.eot?#iefix") format('embedded-opentype'), url("../../../../fileadmin/tabakwarenunion/less/../webfonts/OpenSans-Bold.woff2") format('woff2'), url("../../../../fileadmin/tabakwarenunion/less/../webfonts/OpenSans-Bold.woff") format('woff'), url("../../../../fileadmin/tabakwarenunion/less/../webfonts/OpenSans-Bold.ttf") format('truetype'), url("../../../../fileadmin/tabakwarenunion/less/../webfonts/OpenSans-Bold.svg#OpenSans-Bold") format('svg');
  font-weight: bold;
  font-style: normal;
}
/* General */
html,
body {
  font-family: "Open Sans", Arial, sans-serif !important;
  color: #111;
}
a {
  color: #ee7203;
}
#nav {
  padding: 0;
  border: 0;
  background: #ee7203;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#nav .navbar-toggler {
  margin: 0 0 0 15px;
  padding: 5px 10px;
  outline: none;
}
#nav .navbar-toggler .navbar-toggler-icon {
  height: auto;
  width: auto;
  font-size: 42px;
  color: #fff;
}
#nav .navbar-toggler[aria-expanded="true"] {
  background: #bc5a02;
}
#nav .navbar-toggler[aria-expanded="false"] {
  background: transparent;
}
#nav #nav-buttons {
  height: 100px;
  background: #474746;
}
#nav #nav-buttons a.btn {
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  text-align: center;
  background: none;
  opacity: .85;
  transition: .2s ease all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#nav #nav-buttons a.btn:hover {
  opacity: 1;
}
#nav #nav-buttons a.btn i {
  display: block;
  font-size: 32px;
  color: #fff;
}
#nav #nav-buttons a.btn img {
  display: block;
}
#nav #nav-buttons a.btn span {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 2.5;
}
#nav ul.navbar-nav {
  margin: 0 15px;
}
#nav ul.navbar-nav li a {
  margin: 0 5px;
  padding: 5px 10px;
  border-radius: 5px;
  outline: none !important;
  color: white;
  font-size: 18px;
  font-weight: bold;
  transition: .2s ease all;
}
#nav ul.navbar-nav li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
#nav ul.navbar-nav li.show a,
#nav ul.navbar-nav li.cur a {
  background: rgba(0, 0, 0, 0.1);
}
#nav ul.navbar-nav li a#nav-link-95 {
  background: #fff;
  color: #ee7203;
}
#nav ul.navbar-nav li a#nav-link-95:hover {
  background: #474746;
}
#nav ul.navbar-nav li .dropdown-menu {
  top: 70px;
  padding: 0 15px;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: .2s ease all;
}
#nav ul.navbar-nav li .dropdown-menu a {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ee7203;
  border-radius: 0;
  color: #474746;
  font-size: 14px;
  transition: .2s ease all;
  background: transparent !important;
}
#nav ul.navbar-nav li .dropdown-menu a.cur {
  color: #ee7203;
}
#nav ul.navbar-nav li .dropdown-menu a:last-of-type {
  border: 0;
}
#nav ul.navbar-nav li .dropdown-menu a:hover {
  background: none;
  padding-left: 3px;
}
#nav ul.navbar-nav li .dropdown-menu a:active {
  padding: 17px 0 13px 0;
}
#nav a#nav-logo {
  padding: 20px 50px;
  background: white;
}
#start {
  position: relative;
  overflow: hidden;
  border-bottom: 20px solid #ee7203;
}
#start #start-text {
  position: relative;
  margin: 240px 0;
  z-index: 1000;
}
#start #start-text h1 {
  margin: 0 0 15px 0;
  color: #ee7203;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#start #start-text h1 span {
  color: white;
}
#start #start-text p {
  display: inline;
}
#start #start-text a.btn {
  margin: 0 15px 0 0;
  padding: 10px 25px;
  border: 0;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: .2s ease all;
}
#start #start-text a.btn.btn-primary {
  background: #ee7203;
}
#start #start-text a.btn.btn-secondary {
  background: #474746;
}
#start #start-text a.btn:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
#start #start-text a.btn i {
  margin: 0 4px 0 0;
}
#start #start-text a.btn img {
  display: inline;
  margin: 0 5px 0 0;
  height: 21px;
}
#start #start-slideshow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#start #start-slideshow .start-slideshow-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#image {
  background-size: cover;
  background-position: center center;
}
#image h1 {
  padding: 200px 0;
  color: white;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#content {
  margin: 30px 0;
}
#content h2 {
  margin: 20px 0 15px 0;
  width: 100%;
  color: #ee7203;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}
#content .csc-header {
  width: 100%;
}
#content .content-item,
#content .content-profile,
#content .embed-responsive {
  margin: 15px 0;
}
#content .content-item.product img,
#content .content-profile.product img,
#content .embed-responsive.product img {
  width: 100%;
  height: auto;
}
#content .content-item h2,
#content .content-profile h2,
#content .embed-responsive h2 {
  color: #ee7203;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}
#content .content-item h3,
#content .content-profile h3,
#content .embed-responsive h3 {
  margin: 20px 0 10px 0;
  color: #474746;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}
#content .content-item h3 small,
#content .content-profile h3 small,
#content .embed-responsive h3 small {
  display: block;
}
#content .content-item h3 a,
#content .content-profile h3 a,
#content .embed-responsive h3 a {
  transition: .2s ease all;
}
#content .content-item h3 a:hover,
#content .content-profile h3 a:hover,
#content .embed-responsive h3 a:hover {
  text-decoration: none;
}
#content .content-item p,
#content .content-profile p,
#content .embed-responsive p,
#content .content-item ul,
#content .content-profile ul,
#content .embed-responsive ul,
#content .content-item ol,
#content .content-profile ol,
#content .embed-responsive ol,
#content .content-item table,
#content .content-profile table,
#content .embed-responsive table {
  color: #474746;
}
#content .content-item a,
#content .content-profile a,
#content .embed-responsive a {
  position: relative;
  color: #ee7203;
}
#content .content-item a:hover,
#content .content-profile a:hover,
#content .embed-responsive a:hover {
  text-decoration: none;
  color: #ee7203;
}
#content .content-item a:before,
#content .content-profile a:before,
#content .embed-responsive a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #ee7203;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#content .content-item a:hover:before,
#content .content-profile a:hover:before,
#content .embed-responsive a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#content .content-profile .content-profile-image {
  float: left;
  margin: 0 30px 0 0;
  border-radius: 50%;
  overflow: hidden;
}
#content .content-profile .content-profile-image img {
  width: 100%;
  height: auto;
}
#content .content-profile .content-profile-text h3 {
  color: #ee7203;
}
#content .content-profile .content-profile-text h3 small {
  margin: 5px 0 0 0;
  display: block;
  text-transform: uppercase;
  font-size: 60%;
  font-weight: bold;
  color: #474746;
}
#content .content-profile .content-profile-text span {
  font-size: 12px;
  font-weight: bold;
}
#shortcuts {
  margin: 30px 0;
}
#shortcuts a.shortcuts-item {
  display: flex;
  align-items: flex-start;
  margin: 30px 0;
  transition: .2s ease all;
}
#shortcuts a.shortcuts-item img {
  float: left;
  margin: 0 30px 0 0;
  flex: none;
  height: auto;
}
#shortcuts a.shortcuts-item h2 {
  color: #ee7203;
  font-size: 24px;
  font-weight: bold;
}
#shortcuts a.shortcuts-item h2 a {
  color: #ee7203;
}
#shortcuts a.shortcuts-item h2 a:hover {
  text-decoration: none;
}
#shortcuts a.shortcuts-item p {
  color: #474746;
  font-size: 14px;
  line-height: 1.4;
}
#shortcuts a.shortcuts-item:hover {
  text-decoration: none !important;
  transform: scale(1.04);
}
#contact {
  padding: 30px 0;
  background: #f4f4f4;
}
#contact #contact-map {
  margin: 30px 0;
  height: 400px;
  width: 100%;
}
#contact .contact-text {
  margin: 30px 0;
}
#contact .contact-text .csc-textpic-imagewrap {
  float: left;
}
#contact h3 {
  font-size: 18px;
  font-weight: bold;
}
#contact h3 a {
  transition: .2s ease all;
}
#contact h3 a:hover {
  text-decoration: none;
  color: #474746;
}
#contact p {
  margin: .5rem 0;
  font-size: 16px;
}
#contact p span {
  font-size: 12px;
  font-weight: bold;
  color: #ee7203;
}
#contact ul {
  padding: 0;
  border-top: 1px solid #474746;
  list-style: none;
}
#contact ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #474746;
}
#contact ul li a {
  color: #ee7203;
}
#contact img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
#contact .btn {
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: #ee7203;
  outline: none;
  transition: .2s ease all;
}
#contact .btn:hover {
  background: #bc5a02;
}
#contact .btn img {
  margin: 0 4px 0 0;
  height: 14px;
  vertical-align: baseline;
}
#footer {
  background: #474746;
  height: 60px;
}
#footer ul#footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul#footer-nav li {
  margin: 0 0 0 10px;
  display: inline;
}
#footer ul#footer-nav li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  opacity: .85;
  transition: .2s ease all;
}
#footer ul#footer-nav li a:hover {
  text-decoration: none;
  opacity: 1;
}
@media (max-width: 1280px) {
  #nav a#nav-logo {
    padding: 20px;
  }
  #nav ul.navbar-nav li a {
    margin: 0;
    padding: 5px;
    font-size: 16px;
  }
  #start #start-text {
    margin: 140px 0;
  }
}
@media (max-width: 992px) {
  #nav .navbar-collapse {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    padding: 0;
    background: #ee7203;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
  #nav .navbar-collapse ul.navbar-nav li a {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 18px;
    transition: .2s ease all;
  }
  #nav .navbar-collapse ul.navbar-nav li a:hover {
    background: none;
  }
  #nav .navbar-collapse ul.navbar-nav li a[aria-expanded="true"] {
    border-color: transparent;
  }
  #nav .navbar-collapse ul.navbar-nav li:last-child a {
    border: 0;
  }
  #nav .navbar-collapse ul.navbar-nav li .dropdown-menu {
    box-shadow: none;
    background: #fc8c28;
    transition: .2s ease all;
  }
  #nav .navbar-collapse ul.navbar-nav li .dropdown-menu a {
    border-color: #ee7203;
    color: #fff;
    font-size: 16px;
    transition: .2s ease all;
  }
  #shortcuts a.shortcuts-item {
    margin: 15px 0;
  }
}
#start-text a.btn-primary:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f290";
  padding: 0 10px 0 0;
  position: relative;
}
#start-text a.btn-secondary:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f071";
  padding: 0 10px 0 0;
  position: relative;
}
a.btn-mail:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f0e0";
  padding: 0 10px 0 0;
  position: relative;
}
a.btn-map:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f14e";
  padding: 0 10px 0 0;
  position: relative;
}
.tx-powermail fieldset {
  margin: 20px 0;
}
.tx-powermail fieldset legend {
  margin: 0 0 10px 0;
  color: #474746;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
}
.tx-powermail fieldset label {
  margin: 5px 0 0 0;
  font-size: 14px;
}
.tx-powermail fieldset .powermail_input,
.tx-powermail fieldset .powermail_textarea,
.tx-powermail fieldset .powermail_date {
  width: 100%;
  margin: 5px 0px;
  padding: 5px 10px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  outline: none;
  resize: none;
}
.tx-powermail fieldset .powermail_select {
  width: 100%;
  margin: 5px 0px;
}
.tx-powermail fieldset .powermail_fieldwrap_type_file {
  margin: 5px 0;
}
.tx-powermail fieldset .powermail_fieldwrap_type_captcha {
  width: 100%;
  margin: 5px 0;
  padding: 15px;
  border-radius: 4px;
  background: #f1f1f1;
}
.tx-powermail fieldset .powermail_fieldwrap_type_captcha input {
  margin: 0 15px 0 0;
  padding: 5px 10px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  outline: none;
}
.tx-powermail fieldset .powermail_submit {
  margin: 10px 0 0 0;
  padding: 10px 25px;
  border: 0;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: .2s ease all;
  background: #ee7203;
  cursor: pointer;
}
.tx-powermail fieldset .checkbox {
  margin: 10px 0;
}
.tx-powermail fieldset .checkbox label {
  margin: 0;
}
.tx-powermail fieldset .checkbox label input.powermail_checkbox {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.tx-powermail ul.parsley-errors-list {
  margin: 0;
  padding: 0;
  color: #ff0000 !important;
  list-style: none;
  font-size: 12px;
}
.tx-powermail .container-fluid {
  padding: 0;
}
.tx-powermail h3 {
  display: none;
}
@media (max-width: 576px) {
  #nav .navbar-collapse {
    top: 70px;
  }
  #nav .navbar-collapse ul.navbar-nav {
    max-height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #nav a#nav-logo {
    padding: 15px;
  }
  #nav a#nav-logo img {
    height: 40px;
    width: auto;
  }
  #nav #nav-buttons {
    height: 80px;
  }
  #start #start-text {
    margin: 100px 0;
  }
  #start #start-text h1 {
    font-size: 28px;
  }
  #start #start-text a.btn {
    display: block;
    margin: 7.5px 0;
  }
  #image {
    background-size: cover;
    background-position: center center;
  }
  #image h1 {
    font-size: 28px;
  }
  #shortcuts a.shortcuts-item img {
    width: 25%;
    margin: 0 5% 0 0;
  }
  #shortcuts a.shortcuts-item .shortcuts-item-text {
    float: left;
    width: 70%;
  }
}
/* Landing Page */
#landingpage {
  background: #ee7203;
  text-align: center;
}
#landingpage h1 {
  padding: 15px 0;
  background: #fff;
}
#landingpage #landingpage-buttons {
  margin: 60px 0;
}
#landingpage #landingpage-buttons h2 {
  font-weight: bold;
  color: #fff;
}
#landingpage #landingpage-buttons .btn {
  display: block;
  margin: 30px auto;
  width: 90%;
  font-size: 30px;
  background: #fff;
}
#landingpage #landingpage-buttons .btn:hover {
  color: #111;
  background: #f9f9f9;
}
#landingpage footer {
  position: absolute;
  width: 100%;
  bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
}
#landingpage footer a {
  color: #fff;
}
#landingpage footer a:hover {
  color: #fff;
}
