@charset "UTF-8";
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Genericon Icon Font
 * 3.0 - General Styles
 * 4.0 - Link + Custom Colors
 * 5.0 - Header
 * 6.0 - Posts
 *   6.1 - Single Posts
 *   6.2 - Comments
 *   6.2 - Post Formats
 * 7.0 -  Archives / Search Results / 404
 * 8.0 - Pages
 * 9.0 - Pagination
 * 10.0 - Widgets
 *   10.1 - Page Widgets
 * 11.0 - Footer
 * 12.0 - Shortcodes
 * 13.0 - Plugins
 * 14.0 - Editor Blocks
 * 15.0 - Media Queries
 * 16.0 - HiDPI (=Retina) Displays
 * 17.0 - Print
 * --------------------------------------------------------------------------------------------
 */
/*-----------------------------------------------------------------------------------*/
/*	1.0 Global variables
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	1.1 Reset
/*-----------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
figure {
  margin: 10% 0;
}
figcaption {
  text-align: center;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
a:hover, a:active, a:focus {
  outline: none;
  -moz-outline-style: none;
}
input {
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* Clearfix */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	2.0 Genericon Icon Font
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: "Genericons";
  src: url("../fonts/genericons-regular-webfont.eot");
  src: url("../fonts/genericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/genericons-regular-webfont.woff") format("woff"), url("../fonts/genericons-regular-webfont.ttf") format("truetype"), url("../fonts/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v20-latin-300.woff2") format("woff2"), url("../fonts/roboto-v20-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* roboto-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../fonts/roboto-v20-latin-300italic.woff2") format("woff2"), url("../fonts/roboto-v20-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/roboto-v20-latin-italic.woff2") format("woff2"), url("../fonts/roboto-v20-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v20-latin-500.woff2") format("woff2"), url("../fonts/roboto-v20-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* roboto-500italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("../fonts/roboto-v20-latin-500italic.woff2") format("woff2"), url("../fonts/roboto-v20-latin-500italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*	3.0 General Styles
/*-----------------------------------------------------------------------------------*/
body {
  margin: 0 auto;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  color: #3f3f3f;
  hyphens: auto;
}
#site-title h1, .entry-content p, .entry-content td, .entry-content ul, .entry-content ol, .single-post .author-info p.author-description {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}
#site-title a img {
  width: 250px;
}
#main-wrap {
  padding: 25px 20px;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #3f3f3f;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}
h1 {
  margin: 1.7em 0 1.5em;
  font-size: 28px;
  font-size: 1.75rem;
}
h2 {
  margin: 1.4em 0 1.4em;
  font-size: 22px;
  font-size: 1.375rem;
}
h3 {
  margin: 1.1em 0;
  font-size: 20px;
  font-size: 1.25rem;
}
h4 {
  margin: 1em 0;
  font-size: 18px;
  font-size: 1.125rem;
}
h5 {
  margin: 0.8em 0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
}
h6 {
  margin: 0.7em 0;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
}
/* Text Elements */
p {
  margin-bottom: 24px;
}
.entry-content td p:last-child {
  margin-bottom: 0;
}
ul, ol {
  margin: 0 0 24px 0;
  padding-left: 40px;
  overflow: auto;
}
#wpadminbar ul {
  overflow: visible !important;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 24px;
}
.entry-content ul ul, .entry-content ol ol, #comments ul ul, #comments ol ol {
  margin-top: 12px;
}
dt {
  font-weight: normal;
}
b, strong {
  font-weight: normal;
}
dfn, em, i {
  font-style: italic;
}
blockquote {
  color: #9e9e9e;
}
address {
  margin: 0 0 24px;
}
pre {
  background: #efefef;
  font-family: Consolas, Monaco, monospace;
  font-size: 14px;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 15px;
  overflow: auto;
  max-width: 100%;
}
code, kbd, tt, var {
  font-family: Consolas, Monaco, monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: normal;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
dt {
  font-weight: normal;
}
dd {
  margin: 0 0 20px;
}
dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
dl dd {
  margin: 0 0 20px 0;
  line-height: 1.55;
  font-size: 14px;
  font-size: 0.875rem;
}
.screen-reader-text {
  display: none;
}
/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #868686;
  line-height: 2;
  margin: 0 0 40px;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
table td {
  border-top: 1px solid #868686;
  padding: 6px 10px 6px 0;
}
table caption {
  margin: 40px 0;
}
table th {
  font-weight: normal;
  text-align: left;
}
/* Alignment */
.alignleft, .alignright {
  float: none;
  display: block;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
img.alignleft, img.alignright {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Forms */
input[type="text"], textarea {
  padding: 8px 2%;
  background: none;
  border: 1px solid #3f3f3f;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #3f3f3f;
  line-height: 1.6;
  -webkit-appearance: none;
  outline-color: transparent;
  outline-style: none;
}
input:hover, input:focus, v:active, textarea:hover, textarea:focus, textarea:active {
  background: #fff;
  border: 1px solid #3f3f3f;
}
input[type="button"], input[type="submit"] {
  padding: 11px 15px;
  background: #3f3f3f;
  border: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
/*-----------------------------------------------------------------------------------*/
/*	4.0 Links + Custom Colors
/*-----------------------------------------------------------------------------------*/
body, .page .entry-content h2 span {
  background: #f4f4f4;
}
a, .entry-header h2.entry-title a:hover, .responsive-slider.flexslider .slide h2.slide-title a:hover, input#submit:hover, input.wpcf7-submit:hover, .format-link a.link:hover, ul.btech-rp li.rp-box h3.rp-title a:hover, .responsive-slider.flexslider .slide h2.slide-title span, .portfolio-box h3.portfolio-title a:hover, .widget h3.widget-title a:hover, .search-btn-open:before, .menu-btn-open:before, #site-nav li a:hover, a.more-link:hover, .morelink-icon:hover:after, #comments .comment-content ul.comment-meta a:hover, .contact-box .cb-emails span, a#desktop-search-btn.btn-open:after {
  color: #e20018;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  color: #e20018;
}
.entry-content a:hover, .textwidget a:hover, .comment-text a:hover {
  text-decoration: underline;
}
.search-btn-open, .menu-btn-open, input[type="button"]:hover, input[type="submit"]:hover, .jetpack_subscription_widget input[type="submit"]:hover, input#submit:hover, input.wpcf7-submit:hover, .contact-box a.cb-maplink:hover, .entry-content p.slogan a:hover, a.service-box:hover, a#desktop-search-btn:hover, a#desktop-search-btn.btn-open {
  background: #e20018;
}
.responsive-slider.flexslider .flex-control-nav li a:hover {
  border: 1px solid #e20018;
  background: #e20018 !important;
}
.entry-cats ul.post-categories li a, .entry-meta .entry-tags a, #comments .comment-content p.comment-reply a, .testimonial-box a.t-link, .team-box a.tm-link {
  display: inline-block;
  padding: 3px 6px;
  background: #eaeaea;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #777;
  text-transform: none;
  letter-spacing: 0;
}
.entry-cats ul.post-categories li a:hover, .entry-meta .entry-tags a:hover, #comments .comment-content p.comment-reply a:hover, .testimonial-box a.t-link:hover, .team-box a.tm-link:hover {
  background: #3f3f3f;
  color: #fff;
  text-decoration: none;
}
/* Grey Link Color */
.entry-details a, .entry-meta a, ul.btech-rp li.rp-box .rp-meta a, .share-btn, .author-info h3, .author-info h3 a, .page-header h2.page-title, .page-header .taxonomy-description p, ul.btech-rp li.rp-box a.rp-date, .portfolio-box .portfolio-entry-cats a {
  color: #9e9e9e;
}
.entry-details a:hover, .entry-meta a:hover, ul.btech-rp li.rp-box .rp-meta a:hover, .entry-meta .entry-comments a:hover, .entry-details .entry-edit:hover:before, .share-btn:hover, .author-info h3 a:hover, ul.btech-rp li.rp-box a.rp-date:hover, .portfolio-box .portfolio-entry-cats a:hover {
  color: #3f3f3f;
}
/* Footer Color */
.footerlabel {
  color: #92dadd;
}
/* Header Widget Color */
#masthead ul.headerinfo-text li span {
  background: #92dadd;
}
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	5.0 Header
/*-----------------------------------------------------------------------------------*/
#masthead {
  position: relative;
  display: block;
  background: #fff;
}
#site-title {
  padding: 20px 20px 20px 0;
  text-align: center;
}
#site-title h1 {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 2px;
  word-wrap: break-word;
}
#site-title h1 a {
  color: #29251F;
}
a#desktop-search-btn, .header-widget-wrap {
  display: none;
}
/* --- Header Image / Responsive Slider (Plugin) --- */
.header-img {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 0;
  overflow: hidden;
  height: auto !important;
}
.header-imag img, .header-img img.wp-post-image {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0;
}
.header-slider {
  position: relative;
  margin: 20px 20px 0;
  padding: 0;
  background: #3f3f3f;
}
.header-slider .responsive-slider.flexslider {
  margin-bottom: 0;
}
.responsive-slider.flexslider ul.slides {
  overflow: hidden !important;
}
.header-slider .responsive-slider.flexslider .slides img.wp-post-image {
  width: 50%;
  height: auto;
  vertical-align: bottom;
  margin: 0;
}
.responsive-slider.flexslider .slide h2.slide-title {
  position: absolute;
  display: block;
  width: 42%;
  right: 4%;
  left: 54%;
  top: 40px;
  margin: 0;
  text-align: center;
  font-weight: 900;
  letter-spacing: 3px;
  margin: 0 auto;
}
.responsive-slider.flexslider .slide h2.slide-title a {
  background: none !important;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0;
  line-height: 1.3;
  right: 0;
  left: 0;
}
.responsive-slider.flexslider .slide h2.slide-title span {
  display: none;
  margin: 0;
  padding: 0 0 15px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400 !important;
  letter-spacing: 2px;
  line-height: 1.5;
}
.responsive-slider.flexslider .flex-direction-nav {
  display: none;
}
.responsive-slider.flexslider .flex-direction-nav li a {
  width: 46px !important;
  height: 46px !important;
  top: 50px !important;
  background: url(../../images/slider-nav.png) 0 0 no-repeat !important;
  border: 2px solid #fff;
  text-align: left;
  opacity: 0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.responsive-slider.flexslider .flex-direction-nav li .prev {
  background-position: -2px -1px !important;
}
.responsive-slider.flexslider .flex-direction-nav li .next {
  background-position: -2px -48px !important;
  right: 3% !important;
}
.responsive-slider.flexslider .flex-direction-nav li a:hover {
  opacity: 1;
}
.flex-direction-nav li .prev {
  left: 53% !important;
}
.responsive-slider.flexslider ol.flex-control-nav {
  width: 49% !important;
  bottom: 6% !important;
  right: 1%;
  overflow: hidden !important;
}
.responsive-slider.flexslider .flex-control-nav li a {
  width: 6px !important;
  height: 6px !important;
  background: none !important;
  border: 1px solid #fff;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
/* --- Mobile Nav --- */
.mobile-nav-container {
  position: relative;
}
#masthead a#mobile-search-btn, #masthead a#mobile-menu-btn, #masthead a#mobile-teamviewer-btn {
  display: block;
  position: relative;
  height: 60px;
  margin: 0;
  text-align: center;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#masthead a#mobile-search-btn {
  padding: 18px 0 0 0;
}
#masthead a#mobile-teamviewer-btn {
  border-left: 1px solid #d1d1d1;
}
#masthead a#mobile-menu-btn {
  padding: 20px 0 0;
  border-left: 1px solid #d1d1d1;
}
#masthead a#mobile-search-btn span, #masthead a#mobile-menu-btn span {
  display: none;
}
.search-icon:after {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 28px/1 "Genericons";
  vertical-align: top;
}
.menu-icon:after {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 21px/1 "Genericons";
  vertical-align: top;
}
.search-btn-open, .menu-btn-open {
  border-top: 1px solid #92dadd !important;
  border-bottom: 1px solid #92dadd !important;
  color: #fff !important;
}
.search-btn-open:before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 15px/1 "Genericons";
  vertical-align: bottom;
  padding: 0;
  position: absolute;
  top: -15px;
  right: 48%;
  z-index: 2;
}
.menu-btn-open:before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 15px/1 "Genericons";
  vertical-align: bottom;
  padding: 0;
  position: absolute;
  bottom: -15px;
  right: 48%;
  z-index: 2;
}
/* --- Header Search --- */
#search-wrap {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #3f3f3f;
  z-index: 10;
}
#search-wrap #s {
  width: 100%;
  border: none;
  background: #fff;
  padding: 15px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #3f3f3f;
  font-weight: 300;
}
#s:hover, #s:focus, #s:active {
  border: none;
}
#masthead input#searchsubmit {
  display: none;
}
#teamviewer-wrap {
  position: absolute;
  top: 30px;
  right: 0;
  width: 56px;
  height: 56px;
  display: none;
}
#teamviewer-wrap:hover svg rect {
  fill: #e20018;
}
#teamviewer-wrap:hover svg path {
  fill: #f4f4f4;
}
/* --- Header Main Nav --- */
#site-nav {
  display: none;
  background: #3f3f3f;
  clear: both;
  z-index: 1;
  padding: 30px 0;
  hyphens: none;
}
#site-nav ul {
  margin: 0;
  padding-left: 0;
}
#site-nav ul.sub-menu, #site-nav ul.children {
  padding: 20px 0;
}
#site-nav ul.sub-menu:first-child, #site-nav ul.children:first-child {
  padding-top: 0;
}
#site-nav ul.sub-menu:last-child, #site-nav ul.children:last-child {
  padding-bottom: 0;
}
#site-nav ul li {
  display: block;
  padding: 14px 0;
  text-align: center;
}
#site-nav li a {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  letter-spacing: 1px;
  text-transform: lowercase;
  font-weight: normal;
}
#site-nav ul li ul li:first-child {
  padding-top: 0;
}
#site-nav ul li ul li:last-child {
  padding-bottom: 0;
}
#site-nav li li a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #9e9e9e;
}
#site-nav .current-menu-item > a {
  color: #e20018;
}
.mobilegrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
}
/*-----------------------------------------------------------------------------------*/
/*	6.0 Posts
/*-----------------------------------------------------------------------------------*/
.startpage-latest-posts .wp-block-latest-posts__post-excerpt a {
  display: block;
}
#site-content .post {
  position: relative;
  display: block;
  margin: 0 0 0px;
  padding: 30px 0 0;
}
#site-content .post:first-of-type {
  padding-top: 0;
}
.entry-content, .entry-summary {
  max-width: 100%;
}
/* --- Post Header --- */
.entry-header {
  max-width: 100%;
  padding: 0;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.entry-header h1.entry-title, .entry-header h2.entry-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: 2px;
  margin: 10px 0 14px;
}
.entry-header h2.entry-title a {
  color: #3f3f3f;
}
/* --- Post Details --- */
.entry-details {
  padding: 10px 0 0;
  border-top: 1px solid #868686;
  font-size: 12px;
  font-size: 0.75rem;
  color: #9e9e9e;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
}
.entry-cats {
  border-top: 1px solid #868686;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
.entry-cats ul.post-categories {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-cats ul.post-categories li {
  display: block;
  padding: 0 0 10px;
}
.entry-tags a {
  margin: 0 6px 0 0;
}
.entry-author, .entry-date, .entry-edit {
  display: inline;
}
.entry-author span {
  text-transform: none;
}
.entry-edit {
  padding: 0 0 0 10px;
  clear: both;
  overflow: hidden;
  float: none;
}
.logged-in .entry-edit a:before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 15px/1 "Genericons";
  vertical-align: top;
  padding: 0 1px 0 0;
}
/* --- Post Meta --- */
a.more-link {
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #e20018;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
}
.morelink-icon:after {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 23px/1 "Genericons";
  vertical-align: bottom;
  color: #3f3f3f;
  padding: 0 0 0 4px;
  font-weight: normal;
  line-height: 0.7;
}
a.more-link:hover, .morelink-icon:hover:after {
  text-decoration: none !important;
}
.entry-meta .entry-comments {
  display: inline-block;
  float: left;
}
.entry-meta .entry-comments a, .rp-meta .rp-comments a {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #9e9e9e;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
}
.entry-meta .entry-comments a:before, .rp-meta .rp-comments a:before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 15px/1 "Genericons";
  vertical-align: top;
  padding: 0 4px 0 0;
  line-height: 1.2;
}
.page-link {
  display: block;
  padding-bottom: 15px;
  clear: both;
  font-weight: 500;
  word-spacing: 18px;
}
/* --- Share Buttons --- */
.post .entry-meta {
  position: relative;
  padding: 0 0 19px;
  border-bottom: 5px solid #eaeaea;
}
.rp-meta {
  position: relative;
}
.entry-meta .share-btn, .rp-meta .share-btn {
  display: inline-block;
  float: right;
  background: none;
  border: none;
  outline: 0;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 10;
}
.entry-meta .share-btn:before, .rp-meta .share-btn:before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 18px/1 "Genericons";
  vertical-align: top;
  padding: 0 4px 0 0;
  line-height: 0.9;
}
.entry-meta .share-links-wrap, .rp-meta .share-links-wrap {
  display: none;
  position: absolute;
  width: 65%;
  bottom: 55px;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 10px;
  z-index: 3;
}
.rp-meta .share-links-wrap {
  right: 10px;
}
.entry-meta .share-links-wrap:before, .rp-meta .share-links-wrap:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -16px;
  right: 30px;
  -webkit-font-smoothing: antialiased;
  font: normal 16px/1 "Genericons";
  vertical-align: bottom;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.single-post .share-links-wrap:before, .page .share-links-wrap:before {
  display: none;
}
footer .share-links-wrap:before {
  display: inline-block !important;
}
.entry-meta .share-links-wrap ul, .rp-meta .share-links-wrap ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
.share-links-wrap h3.share-this {
	display: none;
}
.entry-meta .share-links-wrap ul li,
.rp-meta .share-links-wrap ul li {
	padding: 1px;
	height: 30px;
	margin:0;
}
.share-links-wrap ul li.twitter,
.share-links-wrap ul li.gplus,
.share-links-wrap ul li.fb,
.share-links-wrap ul li.pinit {
	height:30px;
	text-align: left;
}
.share-links-wrap ul li.pinit,
.share-links-wrap ul li.fb {
	width:120px;
}
.share-links-wrap ul li.fb iframe {
	width: 120px;
	height: 50px;
}
.share-links-wrap ul li.pinit a {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
*/
/* --- Post Typography --- */
.entry-content p, .entry-content td, .entry-summary p, .entry-content ul, .entry-content ol {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.entry-content p.intro {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}
p.justify {
  text-align: justify;
}
.entry-content blockquote p, #comments blockquote p {
  font-size: 18px;
  font-size: 1.125rem;
}
.entry-content blockquote cite, #comments blockquote cite {
  display: inline-block;
  padding: 15px 0 0 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content blockquote a {
  text-decoration: none;
}
blockquote p cite:before, .single-post blockquote p cite:before {
  content: "—";
  padding: 0 5px 0 0;
}
/* --- Images / Video --- */
img {
  max-width: 100%;
  height: auto;
}
img.img-border {
  max-width: 98.1%;
  padding: 5px;
  background: #fff;
  border: 1px solid #868686;
}
.widget img {
  max-width: 100%;
  height: auto;
}
img.wp-post-image {
  margin: 0 0 15px 0;
}
.wp-caption.alignnone {
  margin: 0;
}
.wp-caption {
  max-width: 100%;
}
.type-attachment .entry-content .entry-caption p {
  padding-bottom: 0;
}
img#wpstats {
  display: none;
}
.entry-content p.wp-caption-text, .gallery-item .gallery-caption {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #9e9e9e;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}
.gallery-item .gallery-caption {
  display: none;
  font-size: 11px;
  font-size: 0.6875rem;
}
.entry-content p.wp-caption-text {
  margin: 0;
  padding: 15px 0 24px;
}
embed, iframe, object, video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */
}
/* Image Galleries */
.gallery {
  margin: 0;
  padding: 0;
}
.gallery .gallery-item {
  width: 31.2%;
  float: left;
  margin-right: 3%;
  margin-bottom: 15px;
}
.gallery .gallery-item:nth-of-type(3n + 3) {
  margin-right: 0;
}
.gallery .gallery-item .gallery-icon {
  line-height: 0;
}
.gallery .gallery-item img {
  width: 100%;
  height: auto;
}
.gallery .gallery-item .gallery-caption {
  margin: 15px 0 0 0;
  padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	6.1 Single Posts
/*-----------------------------------------------------------------------------------*/
.single-post .entry-content {
  padding-bottom: 20px;
}
/* --- Single Post Meta --- */
.entry-tags span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #9e9e9e;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 15px;
  padding-top: 2px;
}
.entry-tags span:before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 20px/1 "Genericons";
  vertical-align: top;
}
.single-post .entry-meta .share-btn, .page .entry-meta .share-btn {
  display: none;
}
.single-post .entry-meta .share-links-wrap, .page .entry-meta .share-links-wrap {
  display: block !important;
  background: none;
  position: relative;
  width: 100%;
  bottom: auto;
  right: auto;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  padding: 0px 0px 0px;
}
.single-post .sharewrap-icon:before, .page .sharewrap-icon:before {
  display: none;
}
.single-post .entry-meta .share-links-wrap ul li.fb, .page .entry-meta .share-links-wrap ul li.fb {
  width: 140px;
}
/* --- Author Info Box --- */
.single-post .author-info {
  margin: 0 0 30px;
  padding: 20px 0;
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
  overflow: hidden;
  clear: both;
}
.single-post .author-info img.avatar {
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  margin-top: 3px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.author-info h3 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.single-post .author-info p.author-description {
  margin: 0;
  padding: 0 0 0 70px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.65;
}
/*-----------------------------------------------------------------------------------*/
/*	6.2 Comments
/*-----------------------------------------------------------------------------------*/
#comments {
  position: relative;
}
#comments .comment {
  overflow: hidden;
}
#comments h3.comments-title {
  margin: 0 0 10px;
  padding-top: 40px;
}
#comments h3.comments-title span a {
  display: none;
  margin: 5px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  float: right;
  font-weight: 400;
}
#site-content ol.commentlist {
  list-style: none;
  padding: 0;
}
#site-content ol.commentlist li {
  margin: 0;
}
#comments ul.children {
  margin-left: 0;
  padding-left: 0;
}
/* Comment Content */
#comments .comment-content {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #868686;
}
#comments .comment-avatar {
  float: left;
  padding: 25px 12px 0 0;
}
#comments .comment-avatar img.avatar {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#comments .comment-content ul.comment-meta {
  list-style: none;
  margin: 0;
  padding: 0 0 15px;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#comments .comment-content .comment-text {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#comments .comment-content ul.comment-meta a {
  color: #3f3f3f;
}
#comments ul.children .comment-content ul li.comment-author {
  margin: 0;
  padding: 0;
}
#comments .comment-content ul li.comment-time:before {
  content: "-";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
  padding-right: 3px;
}
#comments .comment-content ul li.comment-time, #comments .comment-content ul li.comment-edit {
  margin: 0 0 0 8px;
  padding: 0;
}
#comments .comment-content ul li.comment-author, #comments .comment-content ul li.comment-time, #comments .comment-content ul li.comment-edit {
  float: left;
}
#comments .comment-content ul li.comment-edit a:before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 17px/1 "Genericons";
  vertical-align: top;
  padding-right: 1px;
}
#comments .comment-text p, #comments .comment-text ul {
  margin: 0 0 18px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
#comments .comment-text p.comment-reply {
  margin: 0;
}
#comments p.comment-awaiting-moderation {
  display: block;
  color: #6aa0cc;
  font-style: italic;
}
/* Pingbacks */
#comments ol li.pingback {
  display: block;
  margin: 0;
  padding: 15px 0;
}
#comments ol li.pingback span {
  font-weight: normal;
  font-size: 15px;
  font-size: 0.9375rem;
}
#comments ol li.pingback p {
  margin: 0;
}
#comments ol li.pingback a {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
#comments .pingback p.pingback-edit {
  font-size: 14px;
  font-size: 0.875rem;
}
/* No Comments Info */
#site-content .nopassword, #site-content p.nocomments {
  margin: 0;
  padding: 0 0 20px;
}
/* Comments Reply */
#comments #respond {
  margin: 0;
  padding: 20px 0 0 0;
}
#comments #respond h3#reply-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
}
#comments #respond p.comment-note, #comments #respond p.logged-in-as {
  margin: 0 0 12px;
  padding: 5px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
#respond a#cancel-comment-reply-link {
  margin: 0 0 0 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
#respond #cancel-comment-reply-link a {
  margin: 24px 0 0 0;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url, #commentform p.comment-form-comment {
  margin: 0;
  padding: 10px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url, #commentform p.comment-form-comment {
  float: none;
  clear: both;
  width: 100%;
}
#commentform p.form-allowed-tags {
  display: none;
}
#commentform input#author, #commentform input#email, #commentform input#url, #site-content .wpcf7 input.wpcf7-text {
  display: block;
  width: 100%;
  margin: 4px 0 0;
  padding: 8px 2%;
  background: none;
  border: 1px solid #3f3f3f;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #3f3f3f;
  line-height: 1.7;
  -webkit-appearance: none;
  outline-color: transparent;
  outline-style: none;
}
#commentform textarea#comment, #site-content .wpcf7 textarea {
  width: 100%;
  margin: 5px 0 0;
  padding: 8px 2%;
  background: none;
  border: 1px solid #3f3f3f;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #3f3f3f;
  line-height: 1.7;
  -webkit-appearance: none;
  outline-color: transparent;
  outline-style: none;
}
#site-content .wpcf7 input.wpcf7-text, #site-content .wpcf7 textarea {
  width: 100%;
  background: #fff;
}
#commentform textarea#comment:hover, #commentform textarea#comment:focus, #commentform textarea#comment:active, #commentform input#author:hover, #commentform input#author:focus, #commentform input#author:active, #commentform input#email:hover, #commentform input#email:focus, #commentform input#email:active, #commentform input#url:hover, #commentform input#url:focus, #commentform input#url:active, #site-content .wpcf7 textarea:hover, #site-content .wpcf7 textarea:focus, #site-content .wpcf7 textarea:active, #site-content .wpcf7 input.wpcf7-text:hover, #site-content .wpcf7 input.wpcf7-text:focus, #site-content .wpcf7 input.wpcf7-text:active, #s:hover, #s:focus, #s:active, .jetpack_subscription_widget input#subscribe-field:hover, .jetpack_subscription_widget input#subscribe-field:focus, .jetpack_subscription_widget input#subscribe-field:active {
  border: 1px solid #000;
}
.jetpack_subscription_widget input#subscribe-field:hover, .jetpack_subscription_widget input#subscribe-field:focus, .jetpack_subscription_widget input#subscribe-field:active {
  background: #fff !important;
}
#commentform p.form-submit {
  margin: 0 0 10px;
}
input#submit, input.wpcf7-submit {
  width: 100%;
  margin: 15px 0 5px;
  padding: 17px 0;
  border: none;
  font-size: 12px;
  font-size: 0.75rem;
  background: #3f3f3f;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-appearance: none;
}
input#submit:hover, input.wpcf7-submit:hover {
  color: #fff;
}
.comment-form-cookies-consent {
  margin: 0;
  padding: 15px 0;
}
#wp-comment-cookies-consent {
  margin-right: 6px;
}
/*-----------------------------------------------------------------------------------*/
/*	6.3 Post Formats
/*-----------------------------------------------------------------------------------*/
.single-format-quote .entry-header h1.entry-title, .single-format-link .entry-header h1.entry-title, .format-aside h1.entry-title, .format-aside .entry-header h2.entry-title {
  padding-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* Quote Posts */
.format-quote .entry-content blockquote, .format-link a.link {
  padding-top: 15px;
}
.format-quote .entry-content blockquote p {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.5;
}
.format-quote .entry-content blockquote p {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.5;
}
/* Link Posts */
.format-link p a.link {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4 !important;
  color: #9e9e9e;
  font-weight: normal;
  letter-spacing: 1px;
  display: inline-block;
}
.format-link p a.link:before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 32px/1 "Genericons";
  vertical-align: top;
  padding-right: 6px;
}
/*-----------------------------------------------------------------------------------*/
/*	7.0 Archives / Search Results / 404
/*-----------------------------------------------------------------------------------*/
.page-header {
  max-width: 100%;
  margin: 0 auto 30px auto;
  padding: 20px 0 20px;
  border-bottom: 5px solid #eaeaea;
}
.page-header h2.page-title {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-header .taxonomy-description p {
  display: none;
  padding: 12px 0 0;
}
.search-results #site-content .page {
  padding: 30px 0;
}
.search-results #site-content .page:first-of-type {
  padding-top: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	8.0 Pages
/*-----------------------------------------------------------------------------------*/
.page .entry-header h1.entry-title {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.3;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}
.page .entry-content h2.centered {
  margin: 40px 0;
  text-align: center;
  position: relative;
  display: block;
  background: url(../../images/h2-border.png) 0 50% repeat-x;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #aeaeae;
  clear: left;
}
.page .entry-content h2.centered span {
  padding: 0 10px;
  display: inline-block;
}
.page .entry-meta ul {
  padding: 0;
}
/* Archive Page Template */
.template-archive ul {
  list-style: none;
  padding: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
.template-archive ul li {
  margin: 0 0 5px;
}
.template-archive h3 {
  margin: 40px 0 20px;
}
.template-archive ul li a:hover {
  text-decoration: none;
}
.template-archive .archive-tags a {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 5px 8px 0;
  background: #eaeaea;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  text-decoration: none;
  color: #777;
}
.template-archive .archive-tags a:hover {
  background: #3f3f3f;
  color: #fff;
}
/* Front Page */
.entry-content p.slogan {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.8;
}
.entry-content p.slogan a {
  background: #e0e0e0;
  padding: 2px 3px;
  color: #3f3f3f;
}
.entry-content p.slogan a:hover {
  text-decoration: none;
  color: #fff;
}
.mailprovider tr td:first-child {
  width: 230px;
}
.angebot-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 15px 15px;
  grid-template-areas: "row1 row2 row3";
  margin-bottom: 20px;
}
.angebot-container .row1 {
  grid-area: row1;
}
.angebot-container .row2 {
  grid-area: row2;
}
.angebot-container .row3 {
  grid-area: row3;
}
.angebot-container .image {
  margin-bottom: -4px;
}
.angebot-container .image img {
  width: 100%;
  height: auto;
}
.angebot-container .desc {
  margin: 0;
  background: #fff;
}
.entry-content .angebot-container a:hover {
  text-decoration: none;
}
.angebot-container > div .desc {
  border-bottom: 1px solid #d1d1d1;
}
.angebot-container > div:hover .desc {
  border-bottom: 1px solid #e20018;
}
.angebot-container .desc .title {
  display: block;
  font-weight: 500;
  font-size: 1.3em;
  text-transform: lowercase;
  color: #000;
  padding: 15px 10px;
}
.angebot-container .desc .text * {
  display: block;
  font-size: 0.9em;
  color: #878787;
  padding: 0 10px 0px 10px;
}
/* Contact Page */
.contact-form {
  padding: 0 0 40px;
}
/* Portfolio Page */
#site-content .intro {
  padding: 0 !important;
}
#site-content .intro .entry-content p {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 !important;
}
#site-content .post.portfolio-element {
  max-width: 100%;
  height: 470px;
  padding: 50px 0;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  background: none;
  border-bottom: 1px solid #E3E0D8;
}
#site-content .post.portfolio-element h2.entry-title {
  margin: 0;
  padding: 22px 0 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
}
#site-content .post.portfolio-element h2.entry-title a {
  color: #5F5C52;
}
#site-content .post.portfolio-element p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
  line-height: 1.7;
}
a.portfolio-thumb {
  display: block;
  opacity: 1;
  -moz-opacity: 1;
  transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  line-height: 0;
}
a.portfolio-thumb:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.portfolio-thumb img.wp-post-image {
  float: none;
  margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	9.0 Pagination
/*-----------------------------------------------------------------------------------*/
#nav-below, #nav-single, #nav-image {
  max-width: 100%;
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
#nav-single, #nav-image {
  padding: 30px 0 0;
}
#nav-below {
  padding: 30px 0 20px;
}
.nav-next a, .nav-previous a, .previous-image a, .next-image a {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #3f3f3f;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #3f3f3f;
}
.nav-next a:hover, .nav-previous a:hover, .previous-image a:hover, .next-image a:hover {
  border: 1px solid #3f3f3f;
  background: #3f3f3f;
  color: #fff;
}
.nav-previous a:before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 33px/1 "Genericons";
  vertical-align: top;
  margin: 3px 0 0 1px;
}
.nav-next a:before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 33px/1 "Genericons";
  vertical-align: top;
  margin: 3px 0 0 4px;
}
.nav-next a span, .nav-previous a span, .previous-image a span, .next-image a span {
  display: none;
}
.nav-previous, .previous-image {
  float: left;
}
.nav-next, .next-image {
  float: right;
}
/*-----------------------------------------------------------------------------------*/
/* 10.0 Widgets
/*-----------------------------------------------------------------------------------*/
#sidebar {
  padding: 30px 0 0;
}
#sidebar .widget {
  padding: 0 0 60px;
}
#sidebar .widget:last-child {
  padding: 0 0 30px;
}
.widget-area .widget h3.widget-title, .widget-area .widget_get_recent_comments h1.widget-title {
  margin: 0;
  padding: 0 0 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
.widget-area .widget ul {
  margin: 0;
  padding: 0;
}
.widget-area .widget ul li {
  padding-bottom: 10px;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.widget-area .widget ul li a:hover {
  text-decoration: none;
}
.widget-area .widget img.resize {
  max-width: 100%;
  height: auto;
  width: auto\9 ;
  /* ie8 */
}
.widget h3.widget-title a {
  color: #3f3f3f;
}
/* --- Standard Widgets --- */
.textwidget {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.textwidget img.alignleft, .textwidget img.alignright {
  margin: 5px 10px 0 0;
}
.widget-area .widget_pages li, .widget-area .widget_categories li, .widget-area .widget_nav_menu li {
  padding-bottom: 0 !important;
  line-height: 2 !important;
}
.widget_recent_entries ul li span {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 0 0 6px;
  color: #9e9e9e;
  text-transform: uppercase;
}
.widget_nav_menu ul.sub-menu, .widget_categories ul.children, .widget_pages ul.children {
  margin-left: 15px;
}
#sidebar .widget_archive ul li, #sidebar .widget_categories ul li {
  color: #9e9e9e;
}
.widget_search {
  clear: both;
  overflow: hidden;
}
.widget_search input#s {
  width: 66%;
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
  background: #fff;
}
.widget_search #searchsubmit {
  width: 32%;
  margin: 2px 0 0 2%;
  font-size: 11px;
  font-size: 0.6875rem;
  float: left;
}
#colophon .widget_search input#s {
  border: 1px solid #fff;
}
#colophon .widget_search #searchsubmit:hover {
  background: #000 !important;
}
/*-----------------------------------------------------------------------------------*/
/*	10.1 Page Widgets
/*-----------------------------------------------------------------------------------*/
/* Testimonial Widget */
/*
.testimonial-box {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}
.testimonial-box {
	clear: both;
	overflow: hidden;
}
.testimonial-box .t-text,
.testimonial-box .t-text-right {
	position: relative;
	background: #fff;
	display: block;
	padding: 20px 20px 0;
}
.testimonial-box .t-text:before,
.testimonial-box .t-text-right:before {
	content: '\f502';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 26px/1 'Genericons';
	vertical-align: top;
	color: #fff;
	position: absolute;
	bottom: -26px;
	left: 48%;
	z-index: 10;
}
.testimonial-box .t-text p,
.testimonial-box .t-text-right p {
	margin: 0;
	padding: 0 0 20px;
}
.testimonial-box .t-authorbox,
.testimonial-box .t-authorbox-right {
	display: block;
	overflow: hidden;
	padding: 30px 0 0 0;
	text-align: center;
}
.testimonial-box .t-info {
	display: inline-block;
}
.testimonial-box img.t-img {
	width: 60px;
	height: 60px;
	margin: 0;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	float:left;
}
.testimonial-box .t-name-links {
	float: right;
	padding-left: 20px;
	text-align: left;
	font-family: $base-font;
}
.testimonial-box .t-name-links h4 {
	margin: 0 0 8px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.testimonial-box a.t-link {
	margin-right: 6px;
}

*/
/* Team Member Widget */
/*
ul li.widget_btech_team {
	margin: 0 0 40px;
	overflow: hidden;
}
.team-box img.tm-img {
	width: 60px;
	height: 60px;
	margin: 0 16px 0 0;
	-webkit-border-radius: 240px;
	border-radius: 240px;
	float:left;
}
.team-box .tm-info h4,
.team-box-small .tm-info h4 {
	margin: 0;
	font-family: $base-font;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-wrap: break-word;
}
.tm-info span {
	font-family: $base-font;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.team-box p.tm-text,
.team-box-small .tm-quote {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 0 10px;
	padding: 10px 0 0 0;
	clear: both;
}
.team-box a.tm-link {
	margin: 0 6px 30px 0;
	font-family: $base-font;
}
.team-box .tm-quote {
	position: relative;
	background: #fff;
	padding: 20px 20px 0;
}
.team-box .tm-quote:before {
	content: '\f500';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 26px/1 'Genericons';
	vertical-align: top;
	color: #fff;
	position: absolute;
	top: -25px;
	left: 40px;
	z-index: 10;
}
.team-box .tm-quote p {
	padding: 0 0 20px;
	color: #9e9e9e;
	font-size: 17px;
	font-size: 1.0625rem;
}
.team-box .tm-quote p:before {
	content: '\201e';
}
.team-box .tm-quote p:after {
	content: '\201c';
}
*/
/* Team Member Widget Small (for Front Page) */
/*
ul li.widget_btech_team_small {
	margin: 0 0 20px;
	text-align: center;
}
.team-box-small .tm-info {
	position: relative;
}
.team-box-small img.tm-img {
	margin: 0 0 20px 0;
	width: 240px;
	height: 240px;
	-webkit-border-radius: 240px;
	border-radius: 240px;
}
*/
/* Recent Post Widget (for Front Page) */
/*
ul.btech-rp {
	clear: both;
}
ul.btech-rp li.rp-box {
	padding: 20px 0;
	background: #fff;
}
ul.btech-rp .rp-header,
ul.btech-rp .rp-summary {
	padding: 0 20px;
}
ul.btech-rp .rp-meta {
	border-top: 1px solid #eee;
	clear: both;
	float: none;
	padding: 20px 20px 0;
}
ul.btech-rp li.rp-box a.rp-date,
ul.btech-rp li.rp-box h3.rp-title,
ul.btech-rp li.rp-box .rp-meta {
	font-family: $base-font;
}
ul.btech-rp li.rp-box h3.rp-title,
.portfolio-box h3.portfolio-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 1.45;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 8px 0 14px;
}
ul.btech-rp li.rp-box h3.rp-title a,
.portfolio-box h3.portfolio-title a {
	color: #3f3f3f;
}
ul.btech-rp li.rp-box p {
	margin-bottom: 14px;
}
ul.btech-rp li.rp-box p:last-child {
	clear: both;
}
ul.btech-rp li.rp-box a.rp-date {
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none !important;
}
ul.btech-rp li.rp-box .rp-comments {
	display: inline;
	float: left;
	line-height: 1;
}
ul.btech-rp li.rp-box .rp-comments a {
	display: inline-block;
	text-decoration: none !important;
}
ul.btech-rp li.rp-box a.rp-thumb {
	display: inline-block;
	max-width: 150px;
	float: left;
	margin: 6px 16px 0 0;
}
ul.btech-rp li.rp-box img.wp-post-image {
	margin:0 0 3px 0;
}
.entry-content ul.btech-rp li.rp-box p {
	line-height: 1.65;
}
*/
/* Service Box Widget */
/*
.service-box {
	max-width: 380px;
	margin: 0 auto;
	background: #e0e0e0;
	text-align: center;
	color: #666;
	display: block;
}
.otw-sidebar .service-box {
	margin-bottom: 20px;
}
a.service-box:hover {
	color: #666;
	text-decoration: none !important;
}
.service-box img.service-img {
	display: block;
	overflow: hidden;
}
.service-box span.service-name {
	position: relative;
	margin: 25px 20px 20px;
	padding-bottom: 10px;
	display: block;
	font-family: $base-font;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
}
.service-box span.service-name:after {
	content : "";
	display:block;
	margin: 0 auto;
	padding-top: 8px;
	text-align: center;
	height  : 5px;
	width   : 70px;
	border-bottom:5px solid #666;
}
.service-box span.service-info {
	padding: 0 20px 60px;
	display: block;
	clear: both;
}
*/
/* Portfolio Box Widget */
/*
.portfolio-box {
	margin-bottom: 20px;
	background: #fff;
	font-family: $base-font;
}
.portfolio-box a:hover {
	text-decoration: none;
}
.portfolio-box h3.portfolio-title {
	margin: 0 0 8px;
	padding: 20px 20px 0;
	text-align: center;
}
.portfolio-box .portfolio-entry-cats {
	padding: 0 20px 30px;
	text-align: center;
	color: #9e9e9e;
}
.portfolio-box .portfolio-entry-cats ul {
	margin: 0;
}
.portfolio-box .portfolio-entry-cats li {
	display: inline;
	padding: 0;
	margin: 0;
}
.portfolio-box .portfolio-entry-cats a {
	font-family: $base-font;
	font-size: 12px;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}
*/
/* Contact Box Widget */
/*
.contact-box {
	font-family: $base-font;
	color: #d1d1d1;
	background: #3f3f3f;
}
.contact-box .cb-map {
	display: block;
	line-height: 0;
	z-index: 1;
}
.contact-box .cb-map iframe {
	width: 100%;
	height: 300px;
}
.entry-content .contact-box .cb-info {
	position: relative;
	display: block;
	padding: 30px 20px;
	font-size: 16px;
	font-size: 1rem;
	overflow: hidden;
}
.entry-content .contact-box p {
	font-family: $base-font;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 20px;
}
.entry-content .cb-address-wrap {
	margin: 0 0 30px;
	padding: 0 0 33px;
	border-bottom: 1px solid #878787;
}
.entry-content .cb-address {
	font-weight: normal;
	letter-spacing: 1px;
}
.contact-box a.cb-maplink {
	margin: 24px 0 0 0;
	padding: 10px 15px;
	display: inline-block;
	background: #878787;
	font-size: 12px;
	font-size: 0.75rem;
	color: #3f3f3f;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none !important;
}
.contact-box h5 {
	margin: 0 0 15px;
	color: #d1d1d1;
	font-weight: normal;
	line-height: 1.2;
}
.contact-box h6 {
	margin: 0;
	color: #878787;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 2px;
	line-height: 1.2;
}
.contact-box .cb-emails span {
	display: inline-block;
	padding: 0 0 15px;
}
.contact-box .cb-emails span:last-child {
	padding: 0;
}
*/
/*-----------------------------------------------------------------------------------*/
/*	11.0 Footer
/*-----------------------------------------------------------------------------------*/
h2.sectiontitle {
  width: 100%;
  margin: 10px 0 40px 0;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  line-height: 0.1em;
  text-transform: lowercase;
  border-bottom: 2px solid #868686;
  color: #868686;
}
h2.sectiontitle span {
  background: #f4f4f4;
  padding: 0 30px;
}
h2.sectiontitle.kontakt {
  margin-top: 40px;
  margin-bottom: 55px;
}
#colophon {
  clear: both;
  margin: 0 auto;
  padding: 0px 20px 0;
}
#colophon a {
  color: #3f3f3f;
}
#colophon a:hover {
  color: #000;
  text-decoration: underline;
}
footer .red-btn {
  background: #e20018;
}
#colophon a.red-btn {
  color: #fff;
}
/*
#footerwidget-wrap .textwidget a,
#colophon #site-info ul.credit li a {
	text-decoration: underline;
}
*/
/* --- Footer Widgets --- */
#footerwidget-wrap {
  position: relative;
}
#footerwidget-wrap .widget {
  padding: 0 0 50px;
}
#footerwidget-wrap .widget-area {
  border-top: 5px solid #3f3f3f;
  padding: 30px 0 0;
}
#footerwidget-wrap .widget h3.widget-title, #footerwidget-wrap .widget_get_recent_comments h1.widget-title {
  font-size: 19px;
  font-size: 1.1875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
}
#footerwidget-wrap .widget ul {
  margin: 0;
  padding-left: 0;
}
/* --- Footer Credit + Nav --- */
/*
#colophon #site-info {
	position: relative;
	padding: 0;
	overflow: hidden;
}
#colophon #site-info ul {
	margin: 0;
	padding: 0 0 40px;
	list-style:none;
	text-align: center;
}
#colophon #site-info ul.credit li,
#colophon p.credittext {
	display: block;
	padding: 0 0 7px;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 1px;
}
#colophon p.credittext {
	margin: 0 0 40px;
	text-align: center;
}
#colophon .footer-nav {
	display:block;
	padding: 0;
	font-size:14px;
	font-size:0.875rem;
	font-weight: normal;
	text-align: center;
}
#colophon #site-info .footer-nav ul.menu li {
	padding: 0 0 15px 0;
}
#colophon #site-info .footer-nav ul.menu li:last-of-type {
	padding: 0;
}
#colophon #site-info .footer-nav ul.menu li a:hover {
	text-decoration: underline;
}

.credit-wrap li:after {
	content: '\002e';
	display: inline;
}

.credit-wrap {
	margin-top: 20px;
}
*/
.map-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 10px;
  grid-template-areas: "map address";
  background: #fff;
  font-size: 0.85em;
  line-height: 1.7em;
}
.map-container .map {
  grid-area: map;
}
.map-container .address {
  grid-area: address;
  padding: 30px;
}
.map-container .map img {
  margin-bottom: -7px;
}
.kontakt-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0px 20px;
  grid-template-areas: "addr url" "maplink agb";
  height: 100%;
}
.kontakt-container .addr {
  grid-area: addr;
}
.kontakt-container .maplink {
  grid-area: maplink;
}
.kontakt-container .agb {
  grid-area: agb;
}
.kontakt-container .url {
  grid-area: url;
}
.kontakt-container .addr, .kontakt-container .maplink {
  border-right: 1px solid #d1d1d1;
}
/*-----------------------------------------------------------------------------------*/
/*	12.0 Shortcodes
/*-----------------------------------------------------------------------------------*/
/* Multi Columns */
/*
.two-columns-one,
.two-subcolumns-one,
.three-columns-one,
.three-columns-two,
.four-columns-one,
.four-columns-two,
.four-columns-three {
	width:100%;
}
.two-columns-one,
.two-subcolumns-one,
.three-columns-one,
.three-columns-two,
.four-columns-one,
.four-columns-two,
.four-columns-three {
	float:left;
	margin-right:0;
	margin-bottom: 40px;
	position:relative;
}
.last {
	clear:right;
	margin-right:0 !important;
	margin-bottom:0 !important;
}
.divider {
	width: 100%;
	margin-bottom: 15px;
	padding-top: 15px;
	display: block;
	clear: both;
}
*/
/* Infoboxes */
/*
.white-box,
.blue-box,
.yellow-box,
.red-box,
.green-box,
.lightgrey-box,
.grey-box,
.dark-box {
	margin: 0 0 30px;
	padding: 15px;
	overflow:hidden;
	font-size:15px;
	font-size:0.9375rem;
	line-height:1.5;
}
#site-content .white-box p,
#site-content .blue-box p,
#site-content .yellow-box p,
#site-content .red-box p,
#site-content .green-box p,
#site-content .lightgrey-box p,
#site-content .grey-box p,
#site-content .dark-box p {
	margin: 0 0 30px;
}
.white-box {
	background:#fff;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
	border-bottom:5px solid #dcdcdc;
}
.blue-box {
	background:#d6e8f2;
	border-bottom:5px solid #5cace2;
}
.yellow-box {
	background:#FFF2BD;
	border-bottom:5px solid #f3cf3f;
}
.red-box {
	background:#FCD3D1;
	border-bottom:5px solid #eb6f63;
}
.green-box {
	background:#ceead9;
	border-bottom:5px solid #52be7f;
}
.lightgrey-box {
	background:#F7F7F7;
	border-bottom:5px solid #dcdcdc;
}
.grey-box {
	background:#DCDCDC;
	border-bottom:5px solid #aaa;
}
.dark-box {
	background:#757575;
	border-bottom:5px solid #555;
	color:#fff;
}
.dark-box a {
	color:#fff;
	font-weight:500;
}
.dark-box a:hover {
	color:#fff;
}
*/
/* Buttons */
.standard-btn {
  display: inline-block;
  margin: 10px 10px 10px 0;
  padding: 8px 12px;
  overflow: hidden;
  cursor: pointer;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: none !important;
  -webkit-transition: 0.2s background ease;
  -moz-transition: 0.2s background ease;
  -o-transition: 0.2s background ease;
  -ms-transition: 0.2s background ease;
  transition: 0.2s background ease;
}
.standard-btn:hover {
  color: #fff !important;
}
.round-btn {
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.bold-btn {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.standard-btn.xsmall-btn.bold-btn {
  font-size: 10px;
  font-size: 0.625rem;
}
.standard-btn.small-btn.bold-btn {
  font-size: 10px;
  font-size: 0.625rem;
}
.standard-btn.bold-btn {
  font-size: 12px;
  font-size: 0.75rem;
}
.standard-btn.large-btn.bold-btn {
  font-size: 14px;
  font-size: 0.875rem;
}
.standard-btn.xlarge-btn.bold-btn {
  font-size: 16px;
  font-size: 1rem;
}
.standard-btn.xsmall-btn {
  padding: 8px 10px;
  font-size: 10px;
  font-size: 0.625rem;
}
.standard-btn.small-btn {
  padding: 10px 12px;
  font-size: 12px;
  font-size: 0.75rem;
}
.standard-btn.large-btn {
  margin: 15px 15px 15px 0;
  padding: 15px 20px;
  font-size: 16px;
  font-size: 1rem;
}
.standard-btn.xlarge-btn {
  margin: 15px 15px 15px 0;
  padding: 20px 30px;
  font-size: 18px;
  font-size: 1.125rem;
}
.red-btn {
  background: #eb6f63;
}
.red-btn:hover {
  background: #cc6055;
}
.green-btn {
  background: #2ecc71;
}
.green-btn:hover {
  background: #34a562;
}
.blue-btn {
  background: #5cace2;
}
.blue-btn:hover {
  background: #2980b9;
}
.yellow-btn {
  background: #f3cf3f;
}
.yellow-btn:hover {
  background: #f39c12;
}
.purple-btn {
  background: #af7ac4;
}
.purple-btn:hover {
  background: #8e44ad;
}
.grey-btn {
  background: #95a5a6;
  color: #fff;
}
.grey-btn:hover {
  background: #7f8c8d;
  color: #fff;
}
.black-btn {
  background: #3f3f3f;
  color: #fff;
}
.black-btn:hover {
  background: #000;
  color: #fff !important;
}
/*-----------------------------------------------------------------------------------*/
/*	13.0 Plugins
/*-----------------------------------------------------------------------------------*/
/* --- Widgets on Pages --- */
.widgets_on_page ul {
  margin: 0;
  padding: 0;
}
/* --- Contact Form 7 --- */
div.wpcf7 {
  background: #fff;
  padding: 20px;
}
#site-content div.wpcf7 p {
  margin: 0;
  padding: 0 0 11px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
#site-content div.wpcf7 p:last-of-type {
  padding: 0;
}
div.wpcf7 h5 {
  margin: 0 0 17px;
  color: #989c94;
  font-weight: normal;
  letter-spacing: 2px;
}
/* --- Jetpack --- */
.jetpack_subscription_widget {
  clear: both;
  overflow: hidden;
}
.jetpack_subscription_widget p {
  display: block;
  margin: 0 0 12px;
  font-size: 14px;
  font-size: 0.875rem;
}
.jetpack_subscription_widget input#subscribe-field {
  width: 105% !important;
  height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  background: #fff;
  padding: 8px 3% !important;
}
.jetpack_subscription_widget input[type="submit"] {
  margin: 0 0 0 15%;
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  width: 100%;
}
#colophon .jetpack_subscription_widget input#subscribe-field {
  width: 120% !important;
  padding: 8px 5% !important;
}
#colophon .jetpack_subscription_widget input[type="submit"] {
  margin: 0;
}
#colophon .jetpack_subscription_widget input#subscribe-field {
  border: none !important;
}
#colophon .jetpack_subscription_widget input[type="submit"]:hover {
  background: #000 !important;
}
/* --- Discus Comments --- */
/*
#disqus_thread {
	padding-top: 20px;
}
*/
/* --- WP Pagenavi --- */
.wp-pagenavi {
  padding: 30px 0;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
.wp-pagenavi a.page, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.first, .wp-pagenavi a.last {
  width: auto;
  clear: none !important;
  margin: 0 7px 7px 0 !important;
  overflow: visible;
  text-align: center;
  color: #3f3f3f;
  display: inline-block;
  padding: 8px 10px !important;
  border: 1px solid #3f3f3f !important;
}
.wp-pagenavi a:hover {
  color: #fff;
  background: #3f3f3f;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 8px 10px;
  margin: 0 7px 7px 0;
  color: #fff;
  background: #3f3f3f;
  border: 1px solid #3f3f3f;
}
.wp-pagenavi span.pages {
  padding: 0 40px 0 0;
  color: #3f3f3f;
}
.wp-pagenavi span.extend {
  padding: 0 10px 0 5px;
}
/*-----------------------------------------------------------------------------------*/
/*	14.1 Startpage latest Posts */
/*-----------------------------------------------------------------------------------*/
.home .entry-content .startpage-latest-posts.wp-block-latest-posts {
  padding-left: 0px;
  margin-bottom: 40px;
}
.home .entry-content .startpage-latest-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px 20px;
}
.home .entry-content .startpage-latest-posts li {
  background: #fff;
  border-bottom: 1px solid #d1d1d1;
}
.home .entry-content .startpage-latest-posts li:hover {
  border-bottom: 1px solid #e20018;
}
.home .entry-content .startpage-latest-posts > li > a {
  color: #3f3f3f;
  display: block;
  text-align: left;
  padding: 5px 15px;
  font-size: 18px;
  font-size: 1.3rem;
  font-weight: 500;
}
.home .entry-content .startpage-latest-posts img.wp-post-image, .home .entry-content .startpage-latest-posts .wp-block-latest-posts__featured-image.aligncenter {
  margin: 0;
}
.home .entry-content .startpage-latest-posts .wp-block-latest-posts__post-excerpt {
  margin: 0 15px 1em 15px;
  text-align: left;
  font-size: 0.9em;
}
/*-----------------------------------------------------------------------------------*/
/*	14.0 Editor Blocks
/*-----------------------------------------------------------------------------------*/
.wp-block-column, .entry-content .wp-block-quote {
  margin-bottom: 24px;
}
/* Wide and full alignment */
.alignfull, .alignwide {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* Additional font sizes */
.entry-content p.has-small-font-size {
  font-size: 14px;
}
.entry-content p.has-regular-font-size {
  font-size: 18px;
}
.entry-content p.has-large-font-size {
  font-size: 21px;
  line-height: 1.6;
}
.entry-content p.has-larger-font-size {
  font-size: 25px;
  line-height: 1.6;
}
/* Color Palette */
.default-page .entry-content p.has-background, p.has-background {
  padding: 20px;
}
.entry-content .has-black-background-color {
  background-color: #000000;
}
.entry-content .has-black-color {
  color: #000000;
}
.entry-content .has-white-background-color {
  background-color: #fff;
}
.entry-content .has-white-color {
  color: #fff;
}
.entry-content .has-light-grey-background-color {
  background-color: #f4f4f4;
}
.entry-content .has-light-grey-color {
  color: #f4f4f4;
}
.entry-content .has-light-yellow-background-color {
  background-color: #FFF2BD;
}
.entry-content .has-light-yellow-color {
  color: #FFF2BD;
}
.entry-content .has-light-red-background-color {
  background-color: #FCD3D1;
}
.entry-content .has-light-red-color {
  color: #FCD3D1;
}
.entry-content .has-light-green-background-color {
  background-color: #ceead9;
}
.entry-content .has-light-green-color {
  color: #ceead9;
}
.entry-content .has-light-blue-background-color {
  background-color: #d6e8f2;
}
.entry-content .has-light-blue-color {
  color: #d6e8f2;
}
.entry-content .has-blue-background-color {
  background-color: #5cace2;
}
.entry-content .has-blue-color {
  color: #5cace2;
  border-color: #5cace2;
}
/* Dropcaps */
.entry-content .has-drop-cap::first-letter {
  font-size: 3.3em !important;
  line-height: 1 !important;
  font-weight: normal;
}
/* Separators */
.wp-block-separator {
  border: none;
  border-bottom: 1px solid #222;
  margin-bottom: 24px;
  margin-top: 24px;
}
/* Blockquotes and pullquotes */
.entry-content .wp-block-pullquote blockquote {
  margin: 0 0 24px;
  padding: 0;
  border: none;
}
.entry-content .wp-block-pullquote {
  padding: 0;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 24px;
  padding: 0;
  text-align: center;
  border: none;
}
.entry-content .wp-block-pullquote p, .default-page .entry-content .wp-block-pullquote p {
  margin: 0;
  font-size: 20px;
  color: #9e9e9e;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (min-width: 1150px) {
  .wp-block-pullquote.alignleft {
    margin: 5px 30px 0 0;
    float: left;
  }
}
@media screen and (min-width: 1150px) {
  .wp-block-pullquote.alignright {
    margin: 5px 0 0 30px;
    float: right;
  }
}
.entry-content .wp-block-pullquote.alignleft, .entry-content .wp-block-pullquote.alignleft blockquote, .entry-content .wp-block-pullquote.alignleft cite {
  text-align: left;
}
.entry-content .wp-block-pullquote.alignleft blockquote {
  margin-left: 0;
}
.entry-content .wp-block-pullquote.alignright, .entry-content .wp-block-pullquote.alignright blockquote, .entry-content .wp-block-pullquote.alignright cite {
  text-align: right;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 100%;
}
@media (min-width: 768px) {
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 330px;
    margin-bottom: 0;
  }
  .wp-block-pullquote.alignleft blockquote {
    margin-right: 24px;
  }
  .wp-block-pullquote.alignright blockquote {
    margin-left: 24px;
  }
}
.wp-block-quote {
  margin-left: 0;
  padding-left: 0;
  position: relative;
  border: none;
}
.wp-block-quote p {
  margin-bottom: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 1px solid #222;
  margin-left: 0;
  padding-left: 30px;
}
.wp-block-quote:not(.is-large):not(.is-style-large) p {
  font-size: 16px;
  font-style: normal;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;
  border: none;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #222;
  font-style: normal;
}
.entry-content .wp-block-quote__citation, .entry-content .wp-block-quote cite, .entry-content .wp-block-quote footer, .entry-content .wp-block-pullquote cite, .entry-content .wp-block-pullquote footer, .entry-content .wp-block-pullquote__citation {
  margin-top: 0;
  display: block;
  font-size: 12px;
  font-style: normal;
  color: #9e9e9e;
  text-align: inherit;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* Buttons */
.wp-block-button {
  margin-bottom: 30px;
}
.wp-block-button .wp-block-button__link {
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 11px 18px;
  text-decoration: none;
  font-size: 14px;
  text-decoration: none;
}
.wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
}
/* Columns */
@media (min-width: 768px) {
  .wp-block-column:not(:last-child) {
    margin-right: 24px;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 24px;
  }
  .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 24px;
  }
  .wp-block-column:nth-child(odd) {
    margin-right: 24px;
  }
  .has-3-columns .wp-block-column:nth-child(odd) {
    margin-right: 0;
  }
  .has-3-columns .wp-block-column:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Image, Cover Image and Gallery */
.entry-content .wp-block-image a, .entry-content .wp-block-gallery a, .entry-content .wp-block-image a:hover, .entry-content .wp-block-gallery a:hover {
  border-bottom: none;
}
.entry-content .wp-block-gallery {
  padding-left: 0;
  margin: 24px 0;
}
.entry-content .wp-block-gallery li {
  padding: 0;
}
.entry-content .wp-block-gallery li:before {
  display: none;
  content: "";
}
.entry-content .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 40px 10px 10px;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}
.wp-block-image figcaption, .wp-block-embed figcaption {
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 24px;
  color: #222;
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .single-post .entry-content .wp-block-cover-text:last-child {
  font-size: 2em;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text {
    font-size: 2em;
    margin-bottom: 0 !important;
  }
}
/* Table */
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #ededed;
}
/* Category and Archive Blocks */
.entry-content .wp-block-categories, .entry-content .wp-block-latest-posts {
  padding-left: 20px;
}
.entry-content .wp-block-categories li, .entry-content .wp-block-latest-posts li {
  margin-bottom: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	15.0 Media Queries
/*-----------------------------------------------------------------------------------*/
/* Minimum width of 500 pixels (small tablets)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 500px) {
  /* --- General --- */
  /* --- Header Image / Slider --- */
  #site-title {
    padding: 30px;
  }
  #main-wrap {
    padding: 50px 50px 0 50px;
  }
  #colophon {
    padding: 0px 50px 0;
  }
  .header-img {
    padding: 50px 50px 0;
  }
  .header-slider {
    margin: 50px 50px 0;
  }
  #teamviewer-wrap {
    display: none;
  }
}
/* Minimum width of 768 pixels (tablets portrait)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 768px) {
  /* --- Header Image / Slider --- */
  /*
	.responsive-slider.flexslider .slide h2.slide-title {
		top: 60px;
	}
	.responsive-slider.flexslider .slide h2.slide-title a {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.3;
	}
	.responsive-slider.flexslider .slide h2.slide-title span {
		display: block;
	}
	.responsive-slider.flexslider .flex-control-nav {
		width: 46% !important;
		right: 2%;
	}
	.responsive-slider.flexslider .flex-control-nav li a {
		width: 10px !important;
		height: 10px !important;
	}
    */
  /* --- Fonts --- */
  /* --- Blog --- */
  /* Images */
  /* --- Single Post --- */
  /* --- Comments --- */
  /* --- Post Formats --- */
  /* --- Pages --- */
  /* --- Pagination --- */
  /* --- Footer --- */
  /* --- Page Widgets --- */
  /*
	ul li.widget_btech_team {
		margin: 0 0 80px;
	}
	ul li.widget_btech_team:last-child {
		margin: 0 0 40px;
	}
	.team-box .tm-info {
		float: right;
		width: 48%;
	}
	.team-box .tm-quote {
		float: left;
		max-width: 45%;
		padding: 40px 40px 0;
	}
	.team-box .tm-quote:before {
		content: '\f501';
		top: 45px;
		left: 100%;
	}
	.team-box .tm-quote p {
		margin: 0;
		padding: 0 0 40px;
	}
	.team-box-small .tm-quote {
		max-width: 70%;
		margin: 0 auto;
	}
	ul.btech-rp li.rp-box {
		margin: 0 2% 24px 0;
		clear: both;
	}
	ul.btech-rp li.rp-box:nth-child(even) {
		margin: 0 0 24px;
		float: right;
		clear: none;
	}
	.entry-content ul.btech-rp li.rp-box p {
		font-size: 15px;
		font-size: 0.9375rem;
		line-height: 1.7;
	}
	ul li.widget_btech_service,
	.otw-sidebar .widget_btech_service {
		width: 49%;
		margin: 0 2% 24px 0;
		float: left;
		clear: both;
	}
	ul li.widget_btech_service:nth-child(even),
	.otw-sidebar .widget_btech_service:nth-child(even) {
		margin: 0 0 24px;
		float: right;
		clear: none;
	}
	.service-box span.service-info {
		font-size: 16px;
		font-size: 1rem;
	}
	.entry-content .contact-box .cb-info {
		padding: 30px;
	}
	.contact-box .cb-address-wrap {
		width: 50%;
		float: left;
		margin: 0;
		padding: 0 30px 0 0;
		border-bottom: none;
		border-right: 1px solid #878787;
	}
	.contact-box .cb-emails {
		width: 50%;
		float: right;
		margin: 0;
		padding: 0 0 0 40px;
	}
	.portfolio-box {
		width: 49%;
		margin: 0 2% 24px 0;
		float: left;
		clear: both;
	}
	.portfolio-box:nth-child(even) {
		margin: 0 0 24px;
		float: right;
		clear: none;
	}
    */
  /* Multicolumn Shortcodes */
  /*
	.two-columns-one {width: 48%;}
	.two-subcolumns-one {width: 48%;}
	.three-columns-one {width: 30.65%;}
	.three-columns-two {width: 65.35%;}
	.four-columns-one {width: 22%;}
	.four-columns-two {width: 48%;}
	.four-columns-three {width: 74%;}
	.two-columns-one,
	.two-subcolumns-one,
	.three-columns-one,
	.three-columns-two,
	.four-columns-one,
	.four-columns-two,
	.four-columns-three {
		position:relative;
		float:left;
		margin-right: 4%;
		padding-right: 0;
		margin-bottom: 0;
	}
	.entry-content .two-columns-one p,
	.entry-content .three-columns-one p,
	.entry-content .three-columns-two p {
		margin: 0 0 20px;
		padding-bottom: 0;
	}

	.entry-content .four-columns-one p,
	.entry-content .four-columns-two p,
	.entry-content .four-columns-three p {
		font-size: 17px;
		font-size: 1.0625rem;
		line-height: 1.45;
		margin: 0 0 20px;
		padding-bottom: 0;
	}
	.last {
		border-right: none !important;
		margin-right: 0 !important;
		padding-right: 0 !important;
	}
	.divider {
		margin-bottom: 25px;
		padding-top: 25px;
	}
    */
  #site-title h1 {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 4px;
  }
  .entry-header h1.entry-title, .entry-header h2.entry-title {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.3;
    margin: 0 0 24px;
  }
  .single-format-quote .entry-header h1.entry-title, .single-format-link .entry-header h1.entry-title, .format-aside h1.entry-title, .format-aside .entry-header h2.entry-title {
    padding-top: 3px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .entry-content p, .entry-content td, .entry-summary p, .entry-content ul, .entry-content ol {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #footerwidget-wrap .widget h3.widget-title, #footerwidget-wrap .widget_get_recent_comments h1.widget-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .page .entry-header h1.entry-title {
    font-size: 46px;
    margin: 0 0 34px;
  }
  .author-info h3, .single-format-quote .entry-header h1.entry-title, ul.btech-rp li.rp-box p {
    font-size: 16px;
    font-size: 1rem;
  }
  .entry-content p.slogan {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .entry-content p.slogan a {
    padding: 3px 4px;
  }
  .entry-meta .share-links-wrap, .rp-meta .share-links-wrap {
    width: 220px;
  }
  .entry-cats {
    padding: 25px 0 0 0;
  }
  #site-content .post {
    margin: 0 0 40px;
  }
  a.more-link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  img.alignleft, img.alignright {
    max-width: 100%;
    margin-top: 6px;
    margin-bottom: 16px;
  }
  img.alignleft {
    margin-right: 25px;
    float: left;
  }
  img.alignright {
    margin-left: 18px;
    float: right;
  }
  .entry-content p.wp-caption-text {
    padding: 15px 0 30px;
  }
  .gallery-item .gallery-caption {
    display: block;
  }
  img.wp-post-image {
    margin: 0 0 25px 0;
  }
  .single-post .entry-content {
    padding-bottom: 40px;
  }
  .single-post .author-info {
    margin: 0 0 50px;
  }
  .single-post .author-info img.avatar {
    width: 60px;
    height: 60px;
  }
  .single-post .author-info p.author-description {
    padding: 0 0 0 80px;
    font-size: 16px;
    font-size: 1rem;
  }
  .single-post .entry-meta {
    padding: 0 0 25px;
  }
  .single-post .entry-meta .share-links-wrap ul li, .page .entry-meta .share-links-wrap ul li {
    float: left;
    display: inline-block;
    height: auto;
  }
  .single-post .entry-meta .share-links-wrap ul li.fb iframe, .page .entry-meta .share-links-wrap ul li.fb iframe {
    height: 30px;
  }
  #comments .comment-avatar {
    padding-right: 22px;
  }
  #comments .comment-avatar img.avatar {
    width: 45px;
    height: 45px;
  }
  #comments ul.children {
    margin-left: 24px;
  }
  #commentform p.comment-form-author, #commentform p.comment-form-email {
    width: 48.5%;
    clear: none;
  }
  #commentform p.comment-form-author {
    float: left;
  }
  #commentform p.comment-form-email {
    float: right;
  }
  #commentform p.comment-form-url {
    float: none;
    clear: both;
  }
  .format-quote .entry-content blockquote p {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6;
  }
  .format-link p a.link {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .format-link p a.link:before {
    font: normal 36px/1 "Genericons";
  }
  .page .entry-content h2.centered {
    margin: 50px 0 60px;
    font-size: 16px;
    font-size: 1rem;
  }
  .page .entry-content h2.centered span {
    padding: 0 30px;
  }
  #nav-below, #nav-single, #nav-image {
    padding: 20px 0 35px;
  }
  #colophon .footer-nav, #colophon #site-info ul {
    text-align: center;
  }
  .footerlabel {
    position: relative;
    display: inline-block;
    margin: 40px auto 0;
  }
  .footerlabel-description {
    max-width: 80%;
  }
  #colophon #site-info .credit-wrap {
    text-align: center;
  }
  #colophon #site-info ul {
    padding: 0 0 25px;
  }
  #colophon #site-info ul.credit li, #colophon #site-info .footer-nav ul.menu li {
    display: inline-block;
  }
  #colophon #site-info .footer-nav ul.menu li {
    padding: 0 30px 10px 0;
  }
  .jetpack_subscription_widget p {
    display: inline-block;
  }
  .jetpack_subscription_widget input[type="submit"] {
    display: inline-block;
    width: auto;
  }
  #colophon .jetpack_subscription_widget input#subscribe-field {
    width: 120% !important;
    padding: 8px 5% !important;
  }
  #colophon .jetpack_subscription_widget input[type="submit"] {
    margin: 0 0 0 36%;
  }
}
/* Minimum width of 1024 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1024px) {
  /* --- General --- */
  /* --- Blog --- */
  /* --- Post Formats --- */
  /* --- Archives / Search Results --- */
  /* btech Page Widgets */
  /*
	.testimonial-box {
		margin-bottom: 60px;
	}
	.testimonial-box {
		clear: both;
		overflow: hidden;
	}
	.testimonial-box .t-text {
		padding: 40px 40px 0;
		max-width: 55%;
		float: left;
	}
	.testimonial-box .t-text p,
	.testimonial-box .t-text-right p {
		padding: 0 0 40px;
	}
	.testimonial-box .t-text:before {
		content: '\f501';
		top: 45px;
		bottom: auto;
		left: 100%;
	}
	.testimonial-box .t-authorbox {
		padding: 25px 0 0 40px;
		text-align: left;
		float: left;
		max-width: 45%;
	}
	.testimonial-box .t-text-right {
		padding: 40px 40px 0;
		max-width: 55%;
		float: right;
	}
	.testimonial-box .t-text-right:before {
		content: '\f503';
		top: 45px;
		bottom: auto;
		left: -26px;
	}
	.testimonial-box .t-authorbox-right {
		padding: 25px 40px 0 0;
		text-align: left;
		float: right;
		max-width: 45%;
	}
	.testimonial-box .t-authorbox-right img.t-img {
		float: right;
	}
	.testimonial-box .t-authorbox-right .t-name-links {
		float: right;
		padding: 0 20px 0 0;
		text-align: right;
	}
	.testimonial-box .t-authorbox-right a.t-link {
		margin: 0 0 0 6px;
	}
	.team-box-small .tm-quote {
		max-width: 85%;
	}
	ul.btech-rp li.rp-box h3.rp-title,
	.service-box span.service-name {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.portfolio-box h3.portfolio-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.portfolio-box,
	ul.btech-rp li.rp-box {
		margin: 0 3% 24px 0;
	}
    */
  p {
    margin-bottom: 30px;
  }
  .entry-content td p:last-child {
    margin-bottom: 0;
  }
  #headerinfo-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }
  #main-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 0 0 0;
    overflow: hidden;
  }
  .header-img, .header-slider {
    max-width: 800px;
    margin: 60px auto 0;
    padding: 0;
  }
  .entry-details {
    width: 15%;
    /* 120px on 1024px screens */
    margin-right: 6.25%;
    /* 50px on 1024px screens */
    margin-top: 7px;
    float: left;
  }
  .post .entry-header h2.entry-title, .search-results .entry-header h2.entry-title, .post .entry-content, .attachment .entry-content, .post .entry-summary, .search-results .entry-summary {
    width: 78.75%;
    /* 630px on 1024px screens */
    display: block;
    float: right;
  }
  .post .entry-meta, .search-results .entry-meta {
    margin-left: 21.25%;
    /* 170px on 1024px screens */
    padding: 0 0 22px;
    display: block;
    clear: both;
  }
  #sidebar, #nav-below, #nav-single, #nav-image, .single-post .author-info, .single-post #comments, .attachment #comments, #disqus_thread, .page-header, .wp-pagenavi {
    margin-left: 21.25%;
    /* 170px on 1024px screens */
  }
  #colophon {
    padding: 0;
  }
  #footerwidget-wrap, #colophon #site-info {
    max-width: 800px;
    margin: 0 auto;
  }
  .entry-cats {
    margin: 10px 0 0 0;
    padding: 20px 0 0 0;
  }
  .entry-cats ul.post-categories {
    display: block;
  }
  .entry-date {
    display: block;
  }
  .entry-date a {
    display: inline-block;
    margin: 0 0 10px;
  }
  .entry-edit {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
  }
  a.more-link {
    margin: 0 0 10px;
  }
  .entry-meta .share-links-wrap {
    right: 5px;
  }
  .format-quote .entry-content blockquote, .format-link a.link {
    padding-top: 3px;
  }
  .page-header {
    padding: 0 0 20px;
  }
}
/* Minimum width of 1100 pixels (15' laptops + desktops)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1260px) {
  /* --- General --- */
  /* --- Fonts --- */
  /* --- Header --- */
  /* --- Header Widget Area --- */
  /*
	#masthead ul.headerinfo-text {
		position: absolute;
		top: 0;
		right: 65px;
		float: right;
		display: block;
		padding: 16px 16px 16px 0;
		text-align: right;
	}
	#masthead  ul.headerinfo-text li {
		margin: 0px 0px 7px;
		padding: 0;
		font-size: 14px;
		font-size: 0.875rem;
		color: #3f3f3f;
		font-style: italic;
		clear: both;
		list-style: none;
	}
	#masthead  ul.headerinfo-text li span {
		display: inline-block;
		padding: 4px 10px;
		color: #3f3f3f;
	}
    */
  /* --- Header Search --- */
  /* --- Main Nav + Sub-Menus --- */
  /* --- Pages --- */
  /* --- Header Slider --- */
  /* --- Page Widgets --- */
  /*
	.testimonial-box .t-text {
		max-width: 60%;
	}
	.testimonial-box .t-authorbox,
	.testimonial-box .t-authorbox-right {
		max-width: 40%;
	}
	.team-box .tm-info img.tm-img {
		width: 240px;
		height: 240px;
	}
	.team-box .tm-info {
		float: right;
		width: 60.75%;
	}
	.team-box .tm-info p.tm-text {
		margin: 0 0 20px;
		clear: none;
		font-size: 16px;
		font-size: 1rem;
	}
	.team-box .tm-author {
		margin-left: 280px;
	}
	.team-box .tm-info h4,
	.team-box-small .tm-info h4 {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.tm-info span {
		font-size: 13px;
		font-size: 0.8125rem;
	}
	.team-box .tm-quote {
		float: left;
		width: 35%;
		padding: 40px 40px 0;
	}
	.team-box .tm-quote p {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.widget_btech_team_small {
		width: 33%;
		padding: 0 10px 10px;
		float: left;
		overflow: hidden;
	}
	.entry-content .team-box-small .tm-quote p {
		margin-bottom: 0;
	}
	ul li.widget_btech_team_small:nth-of-type(3n+4) {
		clear: both;
	}
	ul.btech-rp li.rp-box {
		padding: 30px 0 20px;
	}
	ul.btech-rp .rp-header,
	ul.btech-rp .rp-summary {
		padding: 0 40px;
	}
	ul.btech-rp .rp-meta {
		padding: 20px 40px 0;
	}
	ul.btech-rp li.rp-box p {
		margin-bottom: 20px;
	}
	.entry-content ul.btech-rp li.rp-box p {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.7;
	}
	ul.btech-rp li.rp-box a.rp-thumb {
		max-width: 190px;
		margin: 8px 20px 0 0;
	}
	ul li.widget_btech_service,
	.otw-sidebar .widget_btech_service,
	.portfolio-box {
		width: 32%;
		margin: 0 2% 24px 0;
		float: left;
		clear: none;
	}
	ul li.widget_btech_service:nth-child(even),
	.otw-sidebar .widget_btech_service:nth-child(even),
	.portfolio-box:nth-child(even) {
		margin: 0 2% 24px 0;
		float: left;
		clear: none;
	}
	ul li.widget_btech_service:nth-child(3n+3),
	.otw-sidebar .widget_btech_service:nth-child(3n+3),
	.portfolio-box:nth-child(3n+3) {
		margin: 0 0 24px;
		float: right;
		clear: none;
	}
	.entry-content .contact-box .cb-info {
		padding: 40px;
	}
	.fullwidth .entry-content .contact-box .cb-info {
		width: 50%;
		float: right;
	}
	.fullwidth .contact-box .cb-map {
		width: 50%;
		float: left;
	}
	.fullwidth .entry-content .contact-info .contact-box .cb-info {
		width: 100%;
		float: none;
	}
	.fullwidth .contact-info .contact-box .cb-map {
		width: 100%;
		float: none;
	}
    */
  body {
    overflow: hidden;
  }
  .headerinfo-wrap, .mobile-nav-container, #main-wrap, #footerwidget-wrap, #colophon #site-info, .header-img, .header-slider {
    max-width: 1180px;
  }
  #masthead {
    border-bottom: 1px solid #d1d1d1;
  }
  #teamviewer-wrap {
    display: inline-block;
  }
  .mobile-nav-container {
    margin: 0 auto;
  }
  .headerinfo-wrap {
    margin: 0 auto;
  }
  #site-content {
    width: 67.8%;
    /* 800px on 1180px max-width */
    float: left;
  }
  .no-sidebar #site-content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #sidebar {
    width: 23.73%;
    /* 280px on 1180px max-width */
    margin-left: 0;
    float: right;
    padding: 5px 0 0 0;
  }
  #footerwidget-wrap {
    padding: 0 0 60px;
    clear: both;
  }
  #footerwidget-wrap .widget-area {
    width: 32.2%;
    /* 380px on 1180px max-width */
    float: left;
  }
  #footerwidget-wrap #sidebar-footer-1, #footerwidget-wrap #sidebar-footer-2 {
    margin-right: 1.68%;
  }
  #colophon #site-info, #colophon .footer-nav, #colophon #site-info ul, #colophon p.credittext {
    text-align: left;
  }
  .footerlabel {
    max-width: 30%;
    margin: 0;
    padding: 30px 0 40px;
    float: right;
  }
  #colophon .credit-wrap {
    max-width: 65%;
    float: left;
    overflow: hidden;
    padding: 30px 0 0 0;
  }
  .entry-content .fullwidth-content {
    max-width: 140%;
    margin-left: -20%;
    margin-right: -20%;
    padding: 0;
  }
  .entry-content p.slogan {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .mobilegrid, #masthead a#mobile-menu-btn, #masthead a#mobile-search-btn {
    display: none;
  }
  #site-title {
    max-width: 62%;
    display: inline-block;
    padding: 30px 0;
    float: left;
    text-align: left;
  }
  a#desktop-search-btn, .header-widget-wrap {
    display: block;
  }
  h1, h2, h3, h4, h5, h6 {
    hyphens: none;
  }
  a#desktop-search-btn {
    position: absolute;
    top: 30px;
    right: 70px;
    width: 56px;
    height: 56px;
    display: inline-block;
    background: #f4f4f4;
    z-index: 10000;
    text-align: center;
  }
  a#desktop-search-btn:before, a#desktop-search-btn.btn-open:before {
    content: "";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 28px/1 "Genericons";
    vertical-align: top;
    color: #e20018;
    padding-top: 15px;
  }
  a#desktop-search-btn.btn-open:after {
    content: "";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 15px/1 "Genericons";
    vertical-align: bottom;
    padding: 0;
    position: absolute;
    top: 22px;
    right: 55px;
    z-index: 10000;
  }
  a#desktop-search-btn.btn-open:before, a#desktop-search-btn:hover:before {
    color: #fff !important;
  }
  a#desktop-search-btn span {
    display: none;
  }
  #search-wrap {
    position: relative;
    display: block !important;
    width: 20%;
    margin: 30px 52px 15px 0;
    padding: 0;
    background: none;
    float: right;
  }
  #search-wrap #s {
    display: none;
    width: 220px;
    background: #efefef !important;
    padding: 0 26px 0 16px;
    height: 56px;
    float: right;
    color: #a3a3a2;
    margin-right: 74px;
  }
  #site-nav {
    display: block !important;
    background: #fff;
    position: relative;
    padding: 0;
  }
  #site-nav ul {
    margin: 0 auto;
    padding: 0;
    max-width: 1180px;
    border-top: 1px solid #d1d1d1;
    overflow: visible;
  }
  #site-nav ul li {
    position: relative;
    display: inline-block;
    margin-right: 35px;
    padding: 20px 0;
    text-align: left;
  }
  #site-nav li a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #868686;
    font-weight: 400;
  }
  #site-nav ul.sub-menu, #site-nav ul.children {
    display: none;
    position: absolute;
    top: 59px;
    left: 0;
    width: 280px;
    border: none;
    z-index: 99999;
    padding: 0;
    text-align: left;
    border-left: 1px solid #868686;
    border-right: 1px solid #868686;
    border-bottom: 1px solid #868686;
    background: none;
  }
  #site-nav ul.sub-menu ul, #site-nav ul.children ul {
    display: none;
    top: 0;
    left: 218px;
    z-index: 99999;
    border-top: 1px solid #868686;
  }
  #site-nav li li {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
  }
  #site-nav li li a {
    font-weight: 400;
    letter-spacing: 0;
    color: #9e9e9e;
    display: block;
    background: #fff;
    margin: 0;
    padding: 15px 20px;
  }
  #site-nav li li a:hover {
    color: #3f3f3f;
  }
  #site-nav li li li {
    display: block;
    padding: 0;
  }
  #site-nav ul li:hover > ul {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #site-nav li:hover > a {
    color: #e20018;
  }
  #site-nav li li:hover > a {
    color: #e20018;
  }
  .page .no-sidebar #site-content {
    float: none;
    margin: 0 auto;
  }
  .page #site-content.fullwidth {
    width: 100%;
    float: none;
  }
  .page .entry-content h2.centered {
    margin: 60px 0 70px;
  }
  .page .contact-form {
    width: 49%;
    float: left;
    padding: 0 0 40px;
  }
  .page .contact-info {
    width: 49%;
    float: right;
  }
  .page .contact-info .contact-box .cb-map iframe {
    height: 420px;
  }
  .responsive-slider.flexslider .slide h2.slide-title {
    top: 175px;
    letter-spacing: 3px;
  }
  .responsive-slider.flexslider .slide h2.slide-title a {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .responsive-slider.flexslider .slide h2.slide-title span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .responsive-slider.flexslider .flex-direction-nav {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /* Multicolumn Shortcodes */
  /*
	footer .three-columns-one, 
	footer .three-columns-two {width: 33.2%;}
	
	footer .three-columns-one,
	footer .three-columns-two {
		position:relative;
		float:left;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
	footer .last {
		border-right: none !important;
		margin-right: 0 !important;
		padding-right: 0 !important;
	}
	
	footer .three-columns-one .angebot {
		margin-right: 12px;
	}
	
	footer .three-columns-one.last .angebot {
		margin-left: 12px;
		margin-right: 0;
	}
	
	footer .three-columns-two .angebot {
		margin-left: 6px;
		margin-right: 6px;
	}
	
	.divider {
		margin: 0;
		padding-top: 0;
	}
    */
}
@media screen and (max-width: 1259px) {
  h2.sectiontitle {
    margin-bottom: 20px;
  }
  h2.sectiontitle.kontakt {
    margin-bottom: 40px;
  }
  #sidebar, #nav-below, #nav-single, #nav-image, .single-post .author-info, .single-post #comments, .attachment #comments, #disqus_thread, .page-header, .wp-pagenavi {
    margin-left: 0;
  }
  .kontakt-container .standard-btn {
    font-size: 0.7rem;
  }
  .map-container .address {
    padding: 5px;
  }
  #colophon #site-info .credit-wrap {
    margin-top: 30px;
  }
}
@media screen and (min-width: 700px) and (max-width: 849px) {
  .map-container .address {
    padding: 5px;
  }
  .kontakt-container {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 20px;
    grid-template-areas: "addr agb" "url agb";
    height: 100%;
  }
  .kontakt-container .addr {
    grid-area: addr;
  }
  .kontakt-container .maplink {
    display: none;
  }
  .kontakt-container .agb {
    grid-area: agb;
  }
  .kontakt-container .url {
    grid-area: url;
  }
  .kontakt-container .addr, .kontakt-container .url {
    border-right: 1px solid #d1d1d1;
  }
}
@media screen and (max-width: 699px) {
  .map-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0.7fr;
    gap: 10px 0px;
    grid-template-areas: "map" "address";
  }
  .map-container .address {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .angebot {
    height: auto;
    /*padding-bottom: 30px;*/
  }
  h2.sectiontitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .angebot-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 10px 0px;
    grid-template-areas: "row1" "row2" "row3";
  }
  .angebot-container .image {
    display: none;
  }
  .angebot-container .desc {
    border: 1px solid #d1d1d1;
  }
}
@media screen and (max-width: 430px) {
  .map-container, .kontakt-container {
    display: inherit;
  }
  .kontakt-container .addr, .kontakt-container .url {
    border-right: none;
    margin-bottom: 10px;
  }
  .kontakt-container .maplink {
    display: none;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	17.0 Print
/*-----------------------------------------------------------------------------------*/
@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  #masthead {
    background: none !important;
  }
  .site-title {
    color: #000;
    font-size: 21pt;
  }
  .site-description, .comment-respond, .comments-area .comment-edit-link, .comments-area .reply, .comments-link, #sidebar, #colophon {
    display: none;
  }
  .entry-header, .entry-content, .entry-summary, .entry-meta {
    margin: 0;
    width: 100%;
  }
  .page-title, .entry-title {
    font-size: 18pt;
  }
}
@media (prefers-color-scheme: dark) {
  /* dunkles Farbschema für die Nacht */
  body, .page .entry-content h2 span, h2.sectiontitle span {
    background: #686868;
    color: #fffff6;
  }
  .angebot-container .desc, #masthead, #site-nav, .home .entry-content .startpage-latest-posts li, #site-nav li li a, .map-container {
    background: #8A8A8A;
  }
  h1, h2, h3, h4, h5, h6, .angebot-container .desc .text *, .angebot-container .desc .title, .home .entry-content .startpage-latest-posts > li > a, .home .entry-content .startpage-latest-posts .wp-block-latest-posts__post-excerpt {
    color: #f0f0e7;
  }
  .home .entry-content .startpage-latest-posts > li > a {
    margin-top: 10px;
  }
  #site-nav li a, #site-nav li li a, #colophon a {
    color: #F6F6F6;
  }
  a.more-link {
    color: #bb3939;
  }
  pre {
    background: #969696;
  }
  a, .entry-header h2.entry-title a:hover, .responsive-slider.flexslider .slide h2.slide-title a:hover, input#submit:hover, input.wpcf7-submit:hover, .format-link a.link:hover, ul.btech-rp li.rp-box h3.rp-title a:hover, .responsive-slider.flexslider .slide h2.slide-title span, .portfolio-box h3.portfolio-title a:hover, .widget h3.widget-title a:hover, .search-btn-open::before, .menu-btn-open::before, #site-nav li a:hover, a.more-link:hover, .morelink-icon:hover::after, #comments .comment-content ul.comment-meta a:hover, .contact-box .cb-emails span, a#desktop-search-btn.btn-open::after {
    color: #e6a6ad;
  }
  .startpage-latest-posts .wp-block-latest-posts__post-excerpt a {
    color: #b1202f;
  }
  #site-nav .current-menu-item > a, #site-nav li:hover, #site-nav li li:hover > a, #site-nav li:hover > a {
    color: #772b33;
  }
  .entry-details a, .entry-meta a, ul.btech-rp li.rp-box .rp-meta a, .share-btn, .author-info h3, .author-info h3 a, .page-header h2.page-title, .page-header .taxonomy-description p, ul.btech-rp li.rp-box a.rp-date, .portfolio-box .portfolio-entry-cats a, a:hover {
    color: #e4e4e4;
  }
  .entry-header h2.entry-title a {
    color: #c2c2c2;
  }
  .nav-next a, .nav-previous a, .previous-image a, .next-image a {
    border: 1px solid #ABABAB;
    color: #ABABAB;
  }
  #commentform input#author, #commentform input#email, #commentform input#url {
    color: #fff;
  }
  #teamviewer-wrap svg rect {
    fill: #b7b7b7;
  }
  #mobile-teamviewer-btn svg rect {
    fill: #8A8A8A;
  }
  a#desktop-search-btn {
    background: #b7b7b7;
  }
  div.wpcf7 {
    background: #8A8A8A;
  }
}
