@charset "UTF-8";
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/OpenSans/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/OpenSans/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/OpenSans/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OpenSans/open-sans-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/OpenSans/open-sans-v15-latin-700.woff") format("woff"), url("../fonts/OpenSans/open-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/OpenSans/open-sans-v15-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* Custom Colors - Start */
/* Body Background Color */
/* Main Layout Color */
/* Main Layout Color Hover - for links, buttons, dropdowns, panels */
/* Main Layout Color Invert - text color if background has main color */
/* Default Text Color */
/* Default Background Color - */
/* Headline Color */
/* Container Background Color */
/* Row Background Color */
/* Navigation Buttons */
/* Footer Background Color */
/* Footer Text Color */
/* Footer Highlight Color */
/* Footer Nav */
/* grauer Hintergrund*/
/* ----------------------------- */
/* --- Don't edit below here --- */
/* ----------------------------- */
body {
  background: #578ab4;
  color: #202020;
}
.content-headline em {
  color: #b9ad8d;
}
.quote-block {
  background: #f7f7f7;
}
.well {
  background: #fff;
}
a {
  color: #b9ad8d;
}
a:hover, a:focus {
  color: #a6966d;
}
.text-primary {
  color: #b9ad8d;
}
a.text-primary:hover {
  color: #a6966d;
}
.bg-primary {
  color: #fff;
  background-color: #b9ad8d;
}
a.bg-primary:hover {
  background-color: #a6966d;
}
.btn-primary {
  color: #fff;
  background-color: #b9ad8d;
  border-color: #a6966d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #a6966d;
  border-color: #8b7c55;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #b9ad8d;
  border-color: #a6966d;
}
.btn-primary .badge {
  color: #b9ad8d;
  background-color: #fff;
}
.btn-link {
  color: #b9ad8d;
}
.label-primary {
  background-color: #b9ad8d;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #a6966d;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #b9ad8d;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #e6e6e6;
  border-color: #b9ad8d;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #b9ad8d;
}
.navbar-default .navbar-nav > li > a {
  color: #202020;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background: #457eac;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background: #457eac;
}
/*neu*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: #578ab4;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #457eac;
  color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #457eac;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #457eac;
}
.pagination > li > a, .pagination > li > span {
  color: #b9ad8d;
  background-color: #fff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff;
  background-color: #b9ad8d;
  border-color: #b9ad8d;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #b9ad8d;
  background-color: #fff;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #b9ad8d;
}
.progress-bar {
  color: #fff;
  background-color: #b9ad8d;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  color: #fff;
  background-color: #b9ad8d;
  border-color: #b9ad8d;
}
.panel-primary {
  border-color: #b9ad8d;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #fff;
  border-color: #b9ad8d;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b9ad8d;
}
.panel-primary > .panel-heading .badge {
  color: #b9ad8d;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b9ad8d;
}
.table .table {
  background-color: #fff;
}
.form-control {
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
}
.btn-default {
  color: #202020;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #202020;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #202020;
}
.label-default {
  background-color: #e6e6e6;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #ccc;
}
.panel-default {
  border-color: #ccc;
}
.panel-default > .panel-heading {
  color: #202020;
  background-color: #fff;
  border-color: #fff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ccc;
}
.panel-default > .panel-heading .badge {
  color: #f2f2f2;
  background-color: #202020;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ccc;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
}
.container {
  background-color: #fff;
}
.row {
  background-color: #fff;
}
.fa-inverse, .text-inverse {
  color: #fff;
}
.navbar-default {
  background: #578ab4;
}
footer {
  background: #3a3a3a;
  color: #999999;
}
.footer {
  background: #3a3a3a;
  color: #999999;
}
.footer-row {
  background: #3a3a3a;
  color: #999999;
}
.footer-nav {
  background: #303030;
}
.footer-nav ul li a {
  color: #fff;
}
.footer-headline {
  color: #fff;
}
.footer-highlight {
  color: #fff;
}
/* ----------------------------- */
/* -------- Colors End --------- */
/* ----------------------------- */
/* Global Styles */
html, body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
}
body {
  padding-top: 100px;
  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 80px;
  }
}
.container {
  padding: 0 30px;
}
h3 {
  font-size: 16px;
}
.underlined {
  width: 100%;
  border-bottom: 1px dashed #b9ad8d;
  margin-bottom: 30px;
}
.spacer {
  height: 60px;
}
.space-top {
  padding-top: 30px;
}
.space-top-mini {
  padding-top: 4px;
}
.img-portfolio {
  margin-bottom: 30px;
}
.img-hover:hover {
  opacity: 0.8;
}
.content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content li {
  padding-left: 25px;
  text-indent: -20px;
  line-height: 150%;
}
.content li:before {
  font-family: FontAwesome;
  content: "";
  color: #b9ad8d;
  font-size: 12px;
  line-height: 12px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
/* Header */
.header {
  padding: 0;
  position: relative;
  z-index: 1;
}
.header-img {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.content-header-img {
  padding: 0;
  width: 100%;
}
.content-headline {
  padding: 0;
  margin-bottom: 30px;
}
.content-headline em {
  font-weight: 700;
  font-style: normal;
}
.content-headline h1 {
  font-size: 24px;
  line-height: 36px;
  margin: 30px 0;
}
.header-headline {
  padding: 60px 20px 20px 20px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(69, 126, 172, 0.8);
  z-index: 2;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.header-headline h1 {
  font-size: 18px;
  line-height: 24px;
}
.header-headline h1 > em {
  font-style: normal;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}
.intro {
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
  padding-bottom: 30px;
}
.dl-horizontal dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 30px;
}
.dl-horizontal dd {
  margin-left: 40px;
  margin-bottom: 5px;
  padding-top: 3px;
}
.panel-body a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: transparent;
  border-color: transparent;
  text-indent: -9000px;
}
.panel-body a:hover, .panel-body a:focus {
  background-color: transparent;
}
.media a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: transparent;
  border-color: transparent;
  text-indent: -9000px;
  border-radius: 5px;
}
.media a:hover, .media a:focus {
  background-color: transparent;
  border: 1px solid #888;
}
/* Navigation */
.navbar-contactbar {
  text-align: right;
  padding: 2px 15px;
  border-bottom: solid 20px #f5f5f5;
  background-color: #f5f5f5;
  height: 14px;
  display: block;
}
.navbar-contactbar ul {
  list-style: inside none;
  float: right;
}
.navbar-contactbar ul:after {
  clear: both;
}
.navbar-contactbar li {
  float: left;
}
.navbar-contactbar li + li {
  padding-left: 25px;
}
.navbar-contactbar ul li a {
  color: #202020;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.navbar-contactbar ul li a:hover {
  color: #999999;
  text-transform: none;
  text-decoration: none;
}
.navbar-contactbar ul.dropdown-menu {
  left: auto;
  right: 0;
}
.navbar-contactbar ul.dropdown-menu li {
  float: none;
}
.navbar-contactbar ul.dropdown-menu li a:hover {
  color: #fff;
}
.navbar-contactbar ul.dropdown-menu li + li {
  padding-left: 0;
}
.navbar-nav {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.navbar-nav .xs-only {
  display: none;
}
.navbar-nav li a {
  padding-top: 20px;
  height: 80px;
  margin: 0;
}
.navbar-default .navbar-nav > li {
  max-width: 190px;
}
.navbar-right {
  margin: 0;
  padding: 0;
  margin-top: -8px;
}
.navbar-toggle {
  margin-top: 22px;
}
.navbar-brand {
  padding: 0 0 0 0;
  height: auto;
  background-image: url("verhoeks-logo-200.png");
  background-size: 200px 80px;
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 200px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .navbar-brand {
    background-image: url("verhoeks-logo-400.png");
  }
}
.navbar-brand > img {
  display: none;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin: 0;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin: 0;
}
.navbar-default {
  border: none;
}
.dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0px;
}
.dropdown-menu > li > a {
  height: 40px;
  padding-top: 10px;
}
/* Breadcrumb */
.breadcrumb {
  margin-top: 20px;
  margin-bottom: 0;
}
.breadcrumb > li.prefix + li::before {
  content: "";
}
/* Home Page Carousel */
.carousel {
  height: 50%;
}
.carousel .item, .carousel .item.active, .carousel .carousel-inner {
  height: 100%;
}
.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
/* 404 Page Styles */
.error-404 {
  font-size: 100px;
}
/* Pricing Page Styles */
.price {
  display: block;
  font-size: 50px;
  line-height: 50px;
}
.price sup {
  top: -20px;
  left: 2px;
  font-size: 20px;
}
.period {
  display: block;
  font-style: italic;
}
/* Panel-Styles */
.panel {
  margin-top: 30px;
  box-shadow: none;
}
.panel-header {
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
  text-align: center;
}
.panel-default {
  border: none;
}
.panel-default h2 {
  font-size: 16px;
  font-weight: 700;
}
.panel-heading {
  border: none;
}
/* Features-Styles */
.feature-headline {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}
.feature-header {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.img-background {
  /*	-webkit-box-shadow: 0px 5px 13px 1px rgba(125,125,125,1);
	-moz-box-shadow: 0px 5px 13px 1px rgba(125,125,125,1);
	box-shadow: 0px 5px 13px 1px rgba(125,125,125,1);
	padding:30px 30px;
	margin-left:30px;
	margin-top:30px;*/
  margin-bottom: 30px;
}
.img-background img {
  /*    width: 100%;
	-webkit-box-shadow: 0px 5px 13px 1px rgba(125,125,125,1);
	-moz-box-shadow: 0px 5px 13px 1px rgba(125,125,125,1);
	box-shadow: 0px 5px 13px 1px rgba(125,125,125,1);
	border:solid #fff 30px;*/
}
/* Call-to-Action */
.well {
  box-shadow: none;
  margin: 0 30px;
  border-left: 5px solid #457eac;
}
.cta {
  padding-top: 30px;
}
.cta-headline {
  margin: 0 0 0 15px;
  padding: 0;
}
/* Services */
.media-headline {
  font-size: 16px;
  font-weight: 700;
}
.media {
  padding-top: 30px;
}
.media-body p {
  padding-top: 10px;
}
/* Zitat */
.quote-sign {
  color: #b2b2b2;
  float: left;
}
.quote-module {
  padding-top: 30px;
}
.quote-block {
  padding: 15px;
  border: 2px solid #e5e5e5;
}
.quote {
  padding-left: 45px;
}
.quotee {
  text-align: right;
  padding-top: 15px;
}
/* Text-Editor */
.editor-headline {
  font-size: 16px;
  font-weight: 700;
}
.text-editor {
  padding: 0 20px 0 20px;
}
/* Footer Styles */
.footer-headline {
  border-bottom: 1px dashed #999999;
  margin: 30px 0 20px;
  padding-bottom: 15px;
}
.footer-kontakt {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-kontakt li {
  padding-top: 10px;
}
.phone:before {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  margin-right: 10px;
}
.map-marker:before {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  margin-right: 14px;
}
.envelope:before {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  margin-right: 8px;
}
.fax:before {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  margin: 0 8px 0 0;
  padding: 0;
}
.ohne-icon {
  padding-left: 21px;
}
.footer-nav {
  margin: 25px 5px 0 5px;
  padding: 15px 10px;
}
.copyr {
  font-size: 12px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.footer-nav ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav ul li {
  float: left;
  margin: 0 10px;
}
.footer-nav-trenn:after {
  content: "/";
  padding-left: 15px;
}
.footer-nav ul li a {
  text-decoration: none;
  font-size: 12px;
}
/* Responsive Styles */
@media (max-width: 1199px) {
  .navbar-nav li a {
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    background-size: 120px 48px;
    width: 120px;
  }
  .navbar-nav {
    font-size: 12px;
  }
  .navbar-nav li a {
    font-weight: 400;
    padding: 20px 10px;
  }
  .customer-img, .img-related {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    background-size: 200px 80px;
    width: 200px;
  }
  .navbar-contactbar {
    display: none;
  }
  .navbar-collapse {
    border-bottom: 1px solid #e7e7e7;
  }
  .navbar-nav {
    font-size: 14px;
  }
  .navbar-nav .xs-only {
    display: block;
  }
  .navbar-nav li a {
    font-weight: 400;
    height: auto;
    padding: 20px 10px;
  }
  .img-portfolio {
    margin-bottom: 15px;
  }
  header.carousel .carousel {
    height: 70%;
  }
  .header-headline {
    bottom: 0px;
    font-size: 16px;
    left: 0px;
    line-height: 22px;
    padding: 10px 20px;
  }
  .intro {
    font-size: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px 15px 15px 25px;
  }
  .navbar-default .navbar-collapse {
    max-height: 100%;
  }
  .navbar-default .navbar-nav > li {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* Custom icons */
.custom-excavator {
  background: transparent url("excavator.png") no-repeat center center;
  background-size: contain;
  bottom: 20%;
  height: auto;
  left: 20%;
  position: absolute;
  right: 20%;
  top: 20%;
  width: auto;
}
.custom-group {
  background: transparent url("group.png") no-repeat center center;
  background-size: contain;
  bottom: 20%;
  height: auto;
  left: 20%;
  position: absolute;
  right: 20%;
  top: 20%;
  width: auto;
}
.custom-group-circle {
  background: transparent url("group-circle.png") no-repeat center center;
  background-size: contain;
  bottom: 20%;
  height: auto;
  left: 20%;
  position: absolute;
  right: 20%;
  top: 20%;
  width: auto;
}
.footer .uc-embedding-container[style] {
  width: 100% !important;
  height: 100% !important;
  overflow: auto;
}
/* cookie consent */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
  margin-top: 50px;
  margin-bottom: -50px;
}
.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: none;
  /*-ms-flex-direction:column;flex-direction:column*/
}
.cc-window.cc-banner {
  padding: 5px 10px;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active, .cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
  min-width: 160px;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: none;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus, .cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 0;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  /*margin-bottom:1em*/
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 50px;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 40px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
