.opel-font {
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
}
.two-slash-yellow {
  margin-left: 20px;
}
.two-slash-yellow:before {
  content: '//';
  color: #f7d900;
  margin-top: -2px;
  margin-left: -20px;
  position: absolute;
}
.button-yellow {
  padding: 10px;
  background-color: #f7d900;
  color: #222222;
  display: block;
}
.button-yellow:hover {
  opacity: 0.8;
}
body {
  font-weight: 200;
  color: #222222;
  letter-spacing: 0.1pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  background-color: #f6f6f6;
}
h1 {
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  font-size: 22pt;
}
h2 {
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  font-size: 20pt;
}
h3 {
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  font-size: 18pt;
}
h4 {
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  font-size: 16pt;
}
h5 {
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  font-size: 14pt;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
}
.t3-wrapper {
  padding-top: 90px;
  background-color: #f6f6f6 !important;
}
@media screen and (max-width: 767px) {
  .t3-wrapper {
    padding-top: 45px;
  }
}
.t3-off-canvas {
  padding: 0;
}
.t3-off-canvas .t3-off-canvas-body {
  padding: 0 !important;
}
.t3-off-canvas ul.nav li a {
  padding-left: 20px;
}
.t3-off-canvas ul.nav {
  margin-top: 20px;
}
.t3-off-canvas ul.nav ul.dropdown-menu {
  margin-left: 20px;
}
.t3-off-canvas li a {
  color: #222222 !important;
  border-radius: 0;
}
.t3-off-canvas li a em.caret {
  display: none;
}
.t3-off-canvas li.active > a,
.t3-off-canvas li.current > a {
  background-color: transparent;
  font-weight: 800;
}
.t3-off-canvas li.active > a:hover,
.t3-off-canvas li.current > a:hover {
  background-color: transparent;
}
.t3-header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.t3-header .container {
  border-bottom: 1px solid #dddddd;
  background-color: #fff;
}
.t3-header .logo {
  text-align: right;
  padding: 0;
}
.t3-header .logo .logo-image {
  display: inline-block;
  margin-left: -80px;
}
.t3-header .logo .logo-image img {
  height: 38px;
  margin-top: 15px;
  margin-right: 40px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .t3-header .logo .logo-image {
    position: absolute;
    left: 0;
    top: 10px;
    height: 30px;
    margin-left: -40px;
    width: 100%;
    text-align: center;
  }
  .t3-header .logo .logo-image img {
    margin: 0 auto;
    height: 30px;
  }
}
.t3-header .logo .partner-logo {
  display: inline-block;
  height: 90px;
  background-color: #000;
}
.t3-header .logo .partner-logo img {
  height: 40px;
  margin: 25px 10px 10px 5px;
  transition: height .0s;
  -moz-transition: height .0s;
  -webkit-transition: height .0s;
}
.t3-header .logo .partner-logo :before {
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 90px 50px;
  border-color: transparent transparent #000000 transparent;
  display: block;
  position: absolute;
  margin: 0 0 0 -50px;
  content: '';
}
@media screen and (max-width: 767px) {
  .t3-header .logo .partner-logo {
    height: 49px;
  }
  .t3-header .logo .partner-logo img {
    height: 30px;
    margin: 10px 10px 10px 5px;
  }
  .t3-header .logo .partner-logo :before {
    border-width: 0 0 49px 30px;
    margin: 0 0 0 -30px;
  }
}
.t3-header .t3-mainnav {
  background-color: transparent;
  border: none;
  border-left: 1px solid #dddddd;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 90px;
}
.t3-header .t3-mainnav .navbar-nav {
  margin-bottom: -2px;
}
.t3-header .t3-mainnav .navbar-nav > li > a {
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  color: #555555;
  font-size: 16px;
  border-bottom: 0px solid transparent;
  background-color: transparent;
  padding: 15px 15px 14px 15px;
}
.t3-header .t3-mainnav .navbar-nav > li > a:hover {
  background-color: transparent;
}
.t3-header .t3-mainnav .navbar-nav > li > a em.caret {
  position: absolute;
  left: 50%;
  margin: -5px;
  bottom: 12px;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-header .t3-mainnav .navbar-nav > li > a {
    font-size: 13px;
  }
}
.t3-header .t3-mainnav .navbar-nav > li.active a {
  border-bottom-color: #f7d900;
  background-color: transparent;
  color: #222222;
}
.t3-header .t3-mainnav .navbar-nav > li:after {
  content: '/';
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  font-weight: 100;
  font-size: 18pt;
  color: #f7d900;
  position: absolute;
  display: block;
  width: 5px;
  height: 30px;
  top: 8px;
  right: 0;
}
.t3-header .t3-mainnav .navbar-nav > li:last-child:after {
  display: none;
}
.t3-header .t3-mainnav .navbar-nav > li .dropdown-menu {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0px;
  border-top: 3px solid #f7d900;
  margin-top: -3px;
  padding: 0;
  border-radius: 0;
}
.t3-header .t3-mainnav .navbar-nav > li .dropdown-menu li a {
  padding: 10px 20px;
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  color: #555;
}
.t3-header .t3-mainnav .navbar-nav > li .dropdown-menu li a:hover {
  color: #333;
  background-color: white;
}
.t3-header .t3-mainnav .navbar-nav > li .dropdown-menu li.active a {
  color: #f7d900;
  background-color: white;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-header .t3-mainnav .navbar-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .t3-header .t3-mainnav {
    padding: 0;
    height: 49px;
  }
  .t3-header .t3-mainnav .navbar-header button {
    float: left;
    margin-left: 0;
  }
  .t3-header .t3-mainnav .t3-navbar-collapse li:after {
    display: none;
  }
  .t3-header .t3-mainnav .in {
    display: block;
  }
  .t3-header .t3-mainnav .in ul.nav {
    position: static !important;
  }
}
.t3-header .off-canvas-toggle {
  display: none;
  background-color: #000;
  background-color: transparent;
  margin: 0 0 0 5px !important;
  color: #fff;
  color: #333;
  
}
.t3-header .off-canvas-toggle span {
  background-color: #fff;
  background-color: #333;
  
}
@media screen and (max-width: 991px) {
  .t3-header {
    padding: 0;
    margin: 0;
  }
  .t3-header .off-canvas-toggle {
    display: block;
    position: absolute;
    left: 0;
  }
}
.has-header-slider .t3-header .container {
  border-bottom: 0px solid #444;
}
.has-header-slider .t3-header .t3-mainnav .navbar-nav {
  position: absolute;
  z-index: 999;
}
.has-header-slider .t3-header .t3-mainnav .navbar-nav > li > a {
  border-bottom: 0px solid transparent;
}
.has-header-slider .t3-header .t3-mainnav .navbar-nav > li.active a {
  border-bottom-color: #f7d900;
}
header.affix {
  z-index: 999;
  width: 100%;
  height: 45px;
}
header.affix .t3-mainnav {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 49px;
}
header.affix .container {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
}
header.affix .off-canvas-toggle {
  opacity: 0.9;
}
header.affix .logo {
  opacity: 0.9;
}
header.affix .logo .logo-image {
  margin-left: -80px;
}
header.affix .logo .logo-image img {
  height: 30px !important;
  top: 14px !important;
  margin-top: 0px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  header.affix .logo .logo-image {
    top: 12px;
    margin-left: -27px;
  }
  header.affix .logo .logo-image img {
    height: 25px !important;
  }
}
header.affix .logo .partner-logo {
  height: 49px;
}
header.affix .logo .partner-logo img {
  height: 30px;
  margin: 10px 10px 10px 5px;
}
header.affix .logo .partner-logo :before {
  border-width: 0 0 49px 30px;
  margin: 0 0 0 -30px;
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  padding-left: 30px;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px !important;
  }
  .head-search .form-control:focus {
    width: 200px !important;
  }
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-sl-1 {
  padding: 0;
  border-left: 0px solid #dddddd;
  border-right: 0px solid #dddddd;
  overflow: hidden;
}
.t3-sl-1 .bx-wrapper {
  box-shadow: none;
  padding: 0;
  border: none;
  margin: 0;
  background-color: #f7d900;
}
.t3-sl-1 .bx-wrapper div.image {
  max-height: 520px;
  overflow-y: hidden;
}
.t3-sl-1 .bx-wrapper div.image img {
  width: 100%;
}
.t3-sl-1 .bx-wrapper h4.newsflash-title,
.t3-sl-1 .bx-wrapper div.intro {
  background-color: #f7d900;
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  color: #333;
}
@media screen and (max-width: 767px) {
  .t3-sl-1 .bx-wrapper h4.newsflash-title,
  .t3-sl-1 .bx-wrapper div.intro {
    background-color: #333;
    color: #f7d900;
  }
}
.t3-sl-1 .bx-wrapper h4.newsflash-title {
  text-wrap: none;
  font-size: 22pt;
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .t3-sl-1 .bx-wrapper h4.newsflash-title {
    font-size: 14pt;
    padding: 10px 10px 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-sl-1 .bx-wrapper h4.newsflash-title {
    font-size: 16pt;
  }
}
.t3-sl-1 .bx-wrapper div.intro {
  text-wrap: none;
  background-color: #f7d900;
  font-size: 12pt;
  padding: 0 20px 20px 20px;
}
.t3-sl-1 .bx-wrapper div.intro p {
  margin: 0;
  padding: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .t3-sl-1 .bx-wrapper div.intro {
    font-size: 10pt;
    background-color: #333;
    color: #eee;
    padding: 0 10px 10px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-sl-1 .bx-wrapper div.intro {
    font-size: 11pt;
  }
}
@media screen and (max-width: 767px) {
  .t3-sl-1 .bx-wrapper {
    background-color: #333;
    color: #eee;
  }
}
.t3-sl-1 .bx-controls {
  position: absolute;
  bottom: 140px;
  display: block;
  height: 20px;
  width: 100%;
}
.t3-sl-1 .bx-controls .bx-pager-item {
  display: inline-block !important;
  position: static !important;
}
.t3-sl-1 .bx-controls .bx-pager-item a {
  height: 12px !important;
  width: 12px !important;
  border-radius: 10px !important;
  background: #ddd !important;
  background-color: #ddd !important;
  background-color: rgba(220, 220, 220, 0.5) !important;
  float: left;
}
.t3-sl-1 .bx-controls .bx-pager-item a.active {
  background: #fff !important;
  background-color: #fff !important;
  background-color: rgba(240, 240, 240, 0.9) !important;
}
.t3-sl-1 .t3-module {
  padding: 0;
  margin: 0;
}
.t3-breadcrumbs {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #fcfcfc;
}
.t3-breadcrumbs .t3-module {
  margin-bottom: 0;
}
.t3-breadcrumbs ol.breadcrumb {
  background-color: transparent;
  padding: 10px 0 10px 0;
  margin: 0;
  font-size: 9pt;
}
.t3-breadcrumbs ol.breadcrumb li a {
  color: #555555;
}
.t3-breadcrumbs ol.breadcrumb li:before {
  color: #f7d900;
}
.t3-breadcrumbs ol.breadcrumb li i.fa-map-marker {
  display: none;
}
.t3-breadcrumbs ol.breadcrumb li:first-child:before {
  content: '//';
}
@media screen and (max-width: 767px) {
  .t3-breadcrumbs {
    border-left: none;
    border-right: none;
  }
}
.t3-mainbody {
  padding-top: 0;
  padding-bottom: 20px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background-color: white;
}
.t3-content {
  padding-top: 0;
  padding-bottom: 120px;
}
.t3-content .blog {
  margin-top: 20px;
}
.t3-content .blog .category-desc {
  margin-right: -10px;
  margin-bottom: 20px;
}
.t3-content .blog .category-desc img {
  width: 100%;
}
.t3-content .blog .category-desc p {
  border-left: 0px solid #dddddd;
  border-right: 0px solid #dddddd;
  border-bottom: 0px solid #dddddd;
  padding: 10px 10px 0 10px;
  margin: 0;
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  background-color: #444;
  color: #eee;
}
.t3-content .blog .category-desc p:last-of-type {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .t3-content .blog .category-desc {
    margin: -16px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-content .blog .category-desc {
    margin-right: 20px;
  }
}
.t3-content .blog .page-header {
  border-bottom: 0px solid transparent;
  padding-bottom: 0;
}
.t3-content .blog .item-image img {
  width: 100%;
  padding: 0 10px 10px 0;
  display: inline-block;
}
.t3-content .blog .leading .pull-left {
  max-width: 50%;
}
.t3-content .blog .leading {
  clear: both;
}
.t3-content .blog .items-row table td {
  border: 0px solid transparent;
  padding: 5px 5px 5px 0;
}
.t3-content .blog .content-links ul {
  border: 0px solid transparent;
}
.t3-content .blog .content-links ul li {
  display: inline-block;
}
.t3-content .blog .content-links ul li a {
  border: 0px solid transparent;
  border-radius: 0;
  padding: 10px;
  background-color: #f7d900;
  color: #222222;
  display: block;
  display: inline-block;
}
.t3-content .blog .content-links ul li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .t3-content .blog article .item-image {
    display: block;
    float: none;
    width: 100%;
    max-height: 500px;
    background-color: #fdfdfd;
    overflow: hidden;
    text-align: center;
  }
  .t3-content .blog article .item-image img {
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
.t3-content .cat-children > h3 {
  text-transform: uppercase;
}
.t3-content .cat-children > div {
  display: inline-block;
  float: left;
  margin-right: 40px;
}
.t3-content .cat-children > div h3 {
  border: none;
  padding: 0;
  margin: 0;
}
.t3-content .cat-children > div a {
  text-decoration: none;
  color: #333;
  padding: 10px 20px 10px 0;
  display: block;
  min-width: 220px;
}
.t3-content .cat-children > div a:before {
  color: #f7d900;
  content: ' ';
  width: 15px;
  height: 15px;
  margin-bottom: -1px;
  margin-right: 5px;
  border-color: #f7d900;
  display: inline-block;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.t3-content .cat-children > div a:hover {
  background-color: #f7d900;
}
.t3-content .cat-children > div a:hover:before {
  color: white;
}
@media screen and (max-width: 767px) {
  .t3-content {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-content {
    padding-bottom: 0;
  }
}
.has-header-slider .t3-content .category-desc {
  margin: 0;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar-right {
  margin-bottom: 20px;
}
.t3-sidebar-right .newsflash {
  font-size: 10pt;
  vertical-align: top;
}
.t3-sidebar-right .newsflash h5 {
  margin-left: 20px;
}
.t3-sidebar-right .newsflash h5:before {
  content: '//';
  color: #f7d900;
  margin-top: -2px;
  margin-left: -20px;
  position: absolute;
}
.t3-sidebar-right .newsflash > div {
  padding: 10px 20px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
}
.t3-sidebar-right .newsflash > div:first-child {
  background-color: #f1d300;
}
.t3-sidebar-right .newsflash > div:first-child h5:before {
  color: white;
}
.t3-sidebar-right .newsflash > div:first-child a {
  color: white;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-sidebar-right .newsflash > div {
    width: 33.33%;
    margin: 0;
  }
  .t3-sidebar-right .newsflash > div:first-of-type {
    border-right: 3px solid #f7d900;
  }
}
.t3-sidebar-right .newsflash table {
  border: none;
}
.t3-sidebar-right .newsflash table td {
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-sidebar-right .newsflash {
    display: flex;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .has-header-slider .t3-sidebar-right {
    margin-top: -140px;
  }
}
.t3-footer {
  background-color: #fafafa;
  border-top: 1px solid #dddddd;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footnav {
  padding: 20px 0;
  margin-top: -140px;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav .t3-module {
  margin-top: 0;
  margin-bottom: 0;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li > a {
  padding: 0;
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  font-size: 11pt;
  color: #555555;
  border-radius: 0;
}
.t3-footnav .t3-module ul > li > a:hover {
  background-color: transparent;
  color: #222222;
}
.t3-footnav .t3-module ul > li.active a,
.t3-footnav .t3-module ul > li.current a {
  background-color: transparent;
  color: #222222;
}
.t3-footnav h3 span {
  margin-left: 20px;
  color: #555555;
}
.t3-footnav h3 span:before {
  content: '//';
  color: #f7d900;
  margin-top: -2px;
  margin-left: -20px;
  position: absolute;
}
.t3-footnav > div > div {
  background-color: #fff;
  border: 1px solid #dddddd;
  color: #222222;
  padding: 40px;
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .t3-footnav > div > div {
    margin-bottom: 2px;
    border: none;
    background-color: transparent;
    padding: 20px;
  }
  .t3-footnav > div > div ul li a {
    padding: 10px 0 !important;
    border-top: 1px solid #dddddd;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-footnav > div > div {
    padding: 20px;
  }
}
.t3-footnav > div :hover {
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .t3-footnav > div {
    flex-direction: none;
  }
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .t3-footnav {
    display: block;
    margin-top: 5px;
  }
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright .container-fluid {
  min-height: 35px;
  background-color: #333;
  padding: 0;
  width: 100%;
  border-bottom: 0px solid transparent;
}
.t3-copyright .container-fluid .row {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .t3-copyright .container-fluid > div {
    display: block;
    float: none !important;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-copyright .container-fluid {
    background-color: #222;
  }
  .t3-copyright .container-fluid > div {
    display: block;
    float: none !important;
    text-align: center;
  }
}
.t3-copyright .logo {
  background-color: black;
  padding: 5px;
}
.t3-copyright .logo .logo-img {
  height: 25px;
}
.t3-copyright .logo .slogan {
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  color: #f7d900;
  text-transform: uppercase;
  margin-bottom: -10px;
  margin-left: 2px;
  font-size: 9pt;
}
.t3-copyright .logo :after {
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 35px 0 0 25px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  margin-left: 5px;
  margin-top: -5px;
  content: '';
}
@media screen and (max-width: 767px) {
  .t3-copyright .logo {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-copyright .logo {
    padding: 10px;
  }
}
.t3-copyright .copyright {
  color: white;
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
}
.t3-copyright .copyright .module {
  margin: 0;
}
.t3-copyright .copyright ul {
  padding: 7px 30px 0 0;
  margin: 0;
}
.t3-copyright .copyright ul li {
  display: inline-block;
}
.t3-copyright .copyright ul li a,
.t3-copyright .copyright ul li .nav-header {
  color: #eee;
  padding: 0;
  margin: 0;
  font-size: 9pt;
  margin: 0 10px;
}
.t3-copyright .copyright ul li a:hover,
.t3-copyright .copyright ul li .nav-header:hover {
  background-color: transparent;
  color: #ddd;
}
.t3-copyright .copyright ul li:after {
  content: '/';
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  font-weight: 100;
  font-size: 12pt;
  color: #f7d900;
  position: absolute;
  display: block;
  width: 5px;
  height: 15px;
  top: -2px;
  right: 0;
}
.t3-copyright .copyright ul li:last-of-type:after {
  display: none;
}
.t3-copyright .copyright ul li.active a {
  background-color: transparent;
  color: #f7d900;
}
@media screen and (max-width: 767px) {
  .t3-copyright .copyright ul li {
    display: block;
  }
  .t3-copyright .copyright ul li a {
    padding: 10px;
    background-color: #f7d900;
    color: #222222;
    display: block;
    background-color: #222;
    color: white;
  }
  .t3-copyright .copyright ul li a:hover {
    opacity: 0.8;
  }
  .t3-copyright .copyright ul li:after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-copyright .copyright ul li {
    padding: 5px;
  }
  .t3-copyright .copyright ul li:after {
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .t3-copyright .copyright ul {
    padding: 7px 0px 7px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-copyright .copyright ul {
    padding: 7px 0px 7px 0;
  }
}
.contact .thumbnail {
  border-radius: 0;
  border: 0px solid transparent;
  padding: 0;
  margin-top: -45px;
}
.contact .thumbnail img {
  max-height: 180px;
}
@media screen and (max-width: 991px) {
  .contact .thumbnail {
    margin-top: 0px;
    width: 100%;
  }
  .contact .thumbnail img {
    max-height: none;
    width: 100%;
    height: auto;
  }
}
.contact-form form fieldset input,
.contact-form form fieldset textarea {
  border: none;
  background-color: #fafafa;
  border: 1px solid #dddddd;
  box-shadow: none;
  border-radius: 0;
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3pt;
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
  letter-spacing: 0.2pt;
  color: #444;
}
.contact-form form fieldset legend {
  font-size: 8pt;
}
.contact-category .cat-items > p {
  display: none;
}
.contact-category .category > li {
  display: inline-block !important;
  width: 49% !important;
  border: none !important;
  padding: 5px 5px !important;
  background-color: white !important;
  display: #f6f6f6;
}
.contact-category .category > li > * {
  padding: 0;
  width: 100% !important;
  display: block !important;
}
.contact-category .category img {
  padding: 0;
  border: none;
  border-radius: 0;
}
.contact-category .category .list-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-category .category .list-title a {
  font-weight: 600;
}
#bdk-leadstrecke {
  display: none;
}
.itemid-102 #bdk-leadstrecke {
  clear: both;
  margin-top: 20px !important;
  display: block;
}

#redim-cookiehint {
  background-color: #333;
  color: #fff;
}
#redim-cookiehint .cookiecontent {
  padding-top: 7px;
}
#redim-cookiehint .cookiebuttons .btn {
  background-color: #f7d900 !important;
  color: #333 !important;
  background-image: none;
  border-radius: 0px;
  border: 0px solid transparent;
  text-shadow: none;
}
.modal-content {
  border-radius: 0;
  border: 1px solid #dddddd;
}

a,
a > h4,
img,
.row {
  transition: margin-top 0.35s ease-in-out, height 0.35s ease-in-out, opacity 0.25s ease-in-out, color 0.25s ease-in-out, background-color 0.25s ease-in-out, padding 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: margin-top 0.35s ease-in-out, height 0.35s ease-in-out, opacity 0.25s ease-in-out, color 0.25s ease-in-out, background-color 0.25s ease-in-out, padding 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -webkit-transition: margin-top 0.35s ease-in-out, height 0.35s ease-in-out, opacity 0.25s ease-in-out, color 0.25s ease-in-out, background-color 0.25s ease-in-out, padding 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}