/*
Theme Name: scansonic
Author: zeitstil design und kommunikation
Author URI: https://afterimagedesigns.com/
Description:  Custom-Theme auf der Basis von Bootstrap 4
Version: 1.0
Text Domain: scansonic
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
font-family: /* Roboto */ Verdana, Geneva, Arial, Helvetica, sans-serif;    
}


h1, h2, h3, h4, h5, h6 {
font-family: /* 'Roboto condensed'*/ Verdana, Geneva, Arial, Helvetica, sans-serif;  
  clear: both;
  color: #24292e;
  font-weight: normal;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

footer.site-footer {
color: #fff;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: nome;
  padding: 1.25rem;
}

.navbar-brand > a {
  color: #000;
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #000;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #cc0034;
  font-weight: 600;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}






/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}


/*--------------------------------------------------------------
# LayoutContent
--------------------------------------------------------------*/

/* +++++ Header +++++ */

header#masthead .navbar-brand img {
max-width: 276px; height: auto;    
}



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}


/* *********************************************************
 *
 * Scansonic-Specials
 * 
 * *********************************************************/




/* +++++++++++ voruebergehende Massnahme: Button fuer Doku auf Produktseiten deaktiviert +++++++++ */

div.documentation {display: none !important;}


/* ++++++++++ Fonts einbinden ++++++++++ */

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('inc/assets/fonts/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('inc/assets/fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inc/assets/fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('inc/assets/fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('inc/assets/fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inc/assets/fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('inc/assets/fonts/roboto-v19-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('inc/assets/fonts/roboto-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inc/assets/fonts/roboto-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('inc/assets/fonts/roboto-v19-latin-500.woff') format('woff'), /* Modern Browsers */
       url('inc/assets/fonts/roboto-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inc/assets/fonts/roboto-v19-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('inc/assets/fonts/roboto-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('inc/assets/fonts/roboto-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inc/assets/fonts/roboto-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('inc/assets/fonts/roboto-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('inc/assets/fonts/roboto-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inc/assets/fonts/roboto-v19-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('inc/assets/fonts/lato-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('inc/assets/fonts/lato-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inc/assets/fonts/lato-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('inc/assets/fonts/lato-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('inc/assets/fonts/lato-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inc/assets/fonts/lato-v15-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('inc/assets/fonts/lato-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('inc/assets/fonts/lato-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inc/assets/fonts/lato-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('inc/assets/fonts/lato-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('inc/assets/fonts/lato-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inc/assets/fonts/lato-v15-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('inc/assets/fonts/lato-v15-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('inc/assets/fonts/lato-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inc/assets/fonts/lato-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('inc/assets/fonts/lato-v15-latin-900.woff') format('woff'), /* Modern Browsers */
       url('inc/assets/fonts/lato-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inc/assets/fonts/lato-v15-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}


/* ++++++++++ Typo ++++++++++ */



body {font-family: 'Roboto', sans-serif;}

h1,h2,h3,h4,h5,h6 {font-family: 'Roboto', sans-serif; }

h1.page-title,
h1.entry-title {font-size: 40px;}

h1.entry-title {border-bottom: none !important;}

h1.page-title:after,
h1.entry-title:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 153px; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 5px solid #ca0538; /* This creates the border. Replace black with whatever color you want. */
}

h1.page-title span {color: #ca0538; }



h2.section-title {
    font-size: 38px;
    color: #000;
   /* font-weight: 400 !important; */
}

h2.portraits {font-size: 38px;}

h2.portraits:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 153px; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 5px solid #ca0538; /* This creates the border. Replace black with whatever color you want. */
}

h2, h3 {color: #ca0538; font-size: 110%; /* font-weight: 600; */}

h3.reference {color: #000 !important;}

/* Bildunterschriften m Texteditor */

.wp-caption-text {
   font-size: 82.5% !important;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}


/* Header mit Headline und Introtext auf den Unterseiten */

.content-header p {font-size: 21px;}
.content-header p span {color: #ca0538 !important;}


a.read-more {color: #ca0538 !important; font-weight: 500;}

#content a {color: #ca0538;}

/* +++++ Buttons +++++ */

.btn.btn-primary {font-family: 'Roboto', sans-serif; font-size: 17px; background-color: #ca0538; border-color: #ca0538;}
.btn.btn-primary a {color: #fff !important;}


/* Postnavigation-Buttons */

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    border: 1px solid #ca0538 !important;
    border-radius: 0 !important;
    display: inline-block;
    padding: 0.5rem 0.875rem;
    text-decoration: none;
}

.post-navigation .nav-previous a::before {
    content: "\00AB" !important;
    padding-right: 0.5rem !important;
}

.post-navigation .nav-next a::after {
    content: "\00BB" !important;
    padding-left: 0.5rem !important;
}

.wp-caption {
    background: none !important;;
    border: none !important;
    max-width: 100% !important;
    padding: 0 !important;
    text-align: center;
}

.wp-caption .wp-caption-text {
    font-size: 100% !important;
    font-size: 82.5% !important;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}




/* ++++++++++ Home-Slider ++++++++++ */

.tp-mask-wrap {padding-left: 50px !important; }

.home-slider h2 {color: #ca0538 !important; font-size: 135% !important; font-family: 'Roboto', sans-serif; margin-bottom: 0.5rem !important;}

.home-slider p {color: #000 !important; font-size: 82.5% !important; line-height: 1.25rem !important; font-family: 'Roboto', sans-serif;}

.home-slider .rev-btn {font-weight: 400 !important; font-size: 85% !important;} 


/* Tabs */

.tp-tab-mask {padding: 0px 0px 0px 0px !important;  border-top: 2px solid #fff !important;}

/* .tp-tabs {max-width: 1680px !important; left: 25% !important;} */

.tp-tabs-inner-wrapper {padding: 20px !important;}

.tp-tab {border-top: 3px solid transparent !important; max-width: 230px !important; }

.tp-tab.selected {border-top: 3px solid #ca0538 !important; }

.tp-tab-desc { font-family: 'Lato', sans-serif !important; font-size: 17px !important; padding: 7px 15px 10px 15px;}


@media only screen and (max-width: 1230px) {
.tp-mask-wrap {padding-left: 80px !important;}
}

@media only screen and (max-width: 980px) {
.tp-tab-desc { font-family: 'Roboto', sans-serif !important; font-size: 15px !important; padding: 7px 15px 10px 15px;}
    
}

@media only screen and (max-width: 767px) {
    
.tparrows {display: none !important;}
.tp-mask-wrap {padding-left: 0px !important; padding-right: 25px !important;}
    
.rev-btn {padding: 10px !important;}
    
.rev-btn {border: none !important; padding: 0 !important;}
    
.tp-mask-wrap p {line-height: 10px !important;}
    

}

/* ++++++++++ Navigationen ++++++++++ */


/* +++++ MegaMenu +++++ */


#mega-menu-wrap-hauptnavigation .mega-menu-link li {font-family: 'Lato', sans-serif !important;  }



#mega-menu-wrap-hauptnavigation .mega-sub-menu {margin-top:  1.6rem !important; opacity: 0.98 !important; padding-top: 1rem !important;}

#mega-menu-wrap-hauptnavigation .mega-sub-menu .mega-sub-menu {margin-top: -0.75rem !important; }

.mega-sub-menu .mega-menu-link {font-weight: 400 !important; text-transform: none !important; font-size: 18px !important;  margin-top: -1.5rem !important; }


.mega-sub-menu a:hover.mega-menu-link  {color: #ca0538 !important;}

#mega-menu-wrap-hauptnavigation .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    color: #000 !important;
    font-size: 18px;
}

#mega-menu-wrap-hauptnavigation .mega-menu-toggle {margin-top: 1rem !important;}

#mega-menu-wrap-hauptnavigation .mega-menu-toggle .mega-toggle-block-1::after {
    content: '\f333';
    font-family: 'dashicons';
    font-size: 45px;
    color: #000 !important;
    margin: 0 0 0 5px;

}

@media only screen and (min-width: 1190px) {
    


#mega-menu-wrap-hauptnavigation {margin-left: 150px !important; margin-top: 1.75rem !important; margin-top: 1.5rem !important;}

#mega-menu-wrap-hauptnavigation .mega-menu-row {padding-left: 12.5% !important; padding-right: 12.5% !important;  }
  
#mega-menu-wrap-hauptnavigation .mega-sub-menu {margin-top: 1.5rem !important;}
}

@media only screen and (max-width: 1189px) {
 #mega-menu-wrap-hauptnavigation {margin-top: 1rem !important; margin-left: -0.5rem !important;}
 .mega-sub-menu .mega-menu-link {font-weight: 400 !important; text-transform: none !important; font-size: 14px !important; margin-top: -1.5rem !important;}
 .mega-sub-menu a.mega-menu-link  {line-height: 1.25rem !important; }

}

@media only screen and (max-width: 767px) {
#mega-menu-hauptnavigation {margin-top: 1.5rem !important; padding: 2rem !important; margin-left: 2rem; margin-right: 2rem; }
    
#mega-menu-hauptnavigation .mega-sub-menu img,
#mega-menu-hauptnavigation .mega-sub-menu .mega-menu-columns-12-of-12,
#mega-menu-hauptnavigation #mega-menu-item-media_image-2 {display: none !important;}
#mega-menu-hauptnavigation .mega-menu-item {padding: 0 !important; margin-bottom: 1rem !important; background-color: #fff !important;}

    
}



/* +++++ Navigation Anwendungen +++++ */

.nav-applications {background-color: #808080; width: 100%; text-align: center; padding-top: 0.85rem;}

.nav-applications ul {list-style-type: none;}

.nav-applications ul li {
display: inline-block;
margin-right: 1.25rem; 
}

.nav-applications ul li a {
color: #fff !important;
}

.nav-applications ul li a:hover,
.nav-applications ul li.current-menu-item a {
color: #ca0538 !important;
text-decoration: none;
}


/* ++++ Footernavigation +++++ */

footer.site-footer h4 {
color: #9c9e9f;
margin-bottom: 0.25rem;
    font-size: 18px;
}

footer.site-footer ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

footer.site-footer ul li {
  margin-bottom:0.55rem;
line-height: 1.15rem;
}

footer.site-footer a {
    color: #fff;
    font-size: 92.5% !important;
}

footer.site-footer #menu-fusszeilennavigation li,
footer.site-footer #menu-fusszeilennavigation-en li {
display: inline-block;
    margin-right: 1.25rem; 
}


/* +++++ Sprachnavigation Header und Footer ++++++ */

.language-nav {text-align: right !important;}
 

header .language-nav li a {color: #000 !important; }
header .wpml-ls-legacy-list-horizontal a:hover {color: #cc0034 !important; text-decoration: none !important;}
header .wpml-ls-native {font-weight: bold !important; color: #cc0034 !important;}
header .wpml-ls-legacy-list-horizontal {
    padding: 0px !important;
    font-size: 90%;
}
header .wpml-ls-legacy-list-horizontal a {
    padding: 5px 15px 5px 0;
}
header .wpml-ls-legacy-list-horizontal .wpml-ls-item-en a {padding-right: 10px !important;}
header .wpml-ls-legacy-list-horizontal .wpml-ls-item-en a:after {content: ' |';}

footer .language-nav ul {margin-right: -15px !important;}
footer .wpml-ls-native {font-weight: bold !important; color: #fff !important;}
.wpml-ls-legacy-list-horizontal {
	padding: 0px 7px 0 7px !important;}
footer .wpml-ls-legacy-list-horizontal a:hover {font-weight: bold; text-decoration: none !important;}




/* -------------------------------------------------------------
 *
 * Layout-Specials allgemein
 *
 * ------------------------------------------------------------- */


/* +++++ Header +++++ */

.content-header {padding-top: 1.5rem;  padding-bottom: 0rem;}

header.page-header h1.page-title,
.entry-header {text-align: center !important;}

header#masthead {
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: nome;
    padding: 0.5rem 1.25rem 0 1.25rem !important;
}

header#masthead .container {padding-top: 0 !important; margin-top: -1.25rem !important;}

.headerimage {margin-left: -15px !important; margin-right: -15px !important; }
.headerimage img {width: 100% !important; height: auto !important;}

.headerimage-subpage {margin-left: 0px !important; margin-right: -15px !important; width: 100% !important;}
.headerimage-subpage img {width: 100% !important; height: auto !important;}

.headerimage-news {margin-left: 0px !important; margin-right: -15px !important; width: 100% !important;}
.headerimage-news img {width: 100% !important; height: auto !important;}


@media only screen and (max-width: 450px) {
    header#masthead .container {padding-top: 0px !important; margin-top: 0rem !important;}
}



/* +++++ Site Content +++++ */

#content.site-content {
    padding-bottom: 3.75rem;
      
    padding-top: 1.5rem !important;
    padding-bottom: 0rem;
}
.grey {
    background: #f2f2f2 !important;
   padding-top: 1.75rem !important;
    padding-top: 3rem !important;
     padding-top: 1.75rem !important;
    padding-bottom: 1.5rem !important;

}

.white {
    background: #fff !important;
   padding-top: 1.75rem !important;
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
    
       padding-top: 1rem !important;
    padding-bottom: 2rem !important;
}

/* +++++ Footer +++++ */

footer.site-footer {
    padding: 2rem 0 2rem 0;
   /* background-image: linear-gradient(to bottom, #6c6c6c, #565557, #433f41, #302a2c, #1f1617); */
    background-color: #4d4d4d;
    border-top: 8px solid #cc0034;
}

footer.site-footer #colophon {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #fff;
}

footer.site-footer #colophon .site-info {
  text-align: right;
}



/* -------------------------------------------------------------
 *
 * Page-Specials
 *
 * ------------------------------------------------------------- */

/* ++++++++++++++++ Datenschutz ++++++++++++ */

.page-id-3 a._brlbs-btn-cookie-preference.borlabs-cookie-preference {color: #ca0538 !important; background: #fff; border: 1px solid #ca0538 !important; }
.page-id-1224 a._brlbs-btn-cookie-preference.borlabs-cookie-preference {color: #ca0538 !important; background: #fff; border: 1px solid #ca0538 !important; }


/* ++++++++++++++++ Home ++++++++++++++++*/


.home #content.site-content {
    padding-bottom: 0 !important;
    padding-top: 4.125rem;
}


/* Text unter dem Slider */
.home .intro .container {
 text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

.home .intro h1 {
    font-size: 40px;
    padding-left: 7.5%;
    padding-right: 7.5%;
    margin-bottom: 1.5rem !important;
    padding-bottom: 0 !important;
}

.home .intro .container h1:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 153px; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 5px solid #ca0538; /* This creates the border. Replace black with whatever color you want. */
}

.home .intro .container p {
font-size: 21px;
    line-height: 2.25rem;
}

/* Anwendungen */

.home .featured-applications .row  {margin-left: -25px !important; margin-right: -25px !important;}

.home .featured-applications.grey {padding-top: 1.0rem !important; }

.home .featured-applications {padding-bottom: 2.0rem; }

.home .featured-applications .col-md-4 {padding: 10px !important;}

.home .featured-applications .anwendungen {margin-bottom: 3em; position: relative; }

.home .featured-applications h3 {margin-top: 1rem !important; font-size: 24px; }

.home .featured-applications h3 a {color: #ca0538 !important; font-weight: 400; }

.home .featured-applications a.read-more {color: #ca0538 !important; font-weight: 400; border: 1px solid #ca0538; padding: 0.5em 1em 0.5em 1em; /* position: absolute; bottom: 0; */}

.home .featured-applications .row {padding: 0px 15px 0px 15px; }

.home .featured-applications .all-applications {text-align: center !important; margin-top: 1em; margin-bottom: 1.5rem;}



/* Latest News */

.latest-news.white  {padding-top: 1.0rem !important; }

.home section.latest-news {padding-bottom: 1.5rem;}

.home .latest-news h3 a {color: #ca0538 !important; font-weight: 600; }

.home .latest-news .all-news {text-align: center !important; margin-top: 1em; margin-bottom: 0.5rem;}




/* Latest Events */

.home section.latest-events.grey {padding-top: 1.0rem !important; }

.home section.latest-events {padding-bottom: 1.5rem;}

.home section.latest-events p.event-date {padding-bottom: 0rem !important; margin-bottom: 0 !important;}
.home section.latest-events p.event-description {margin-bottom: 0.5rem !important;}
.home section.latest-events p.event-location {font-weight: 600;}

.home .latest-events h3 {margin-top: 0.25rem !important; margin-bottom: 1rem !important;}

.home .latest-events h3 a {color: #cc0036 !important; font-weight: 600; }

.home .latest-events .all-events {text-align: center !important; margin-top: 1em; margin-bottom: 1.5rem;}



/* Text ueber dem Footer */

.home .big-link .container {
 text-align: center;
    padding-left: 7.5%;
    padding-right: 7.5%;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
}

.home .big-link .container h2 {
    font-size: 40px;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 0rem !important;
}

.home .big-link .container h2 a {color: #000 !important;}



/* ++++++++++ Owl Carousel ++++++++++ */

.owl-nav  {  margin-left: -30px;}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 20%;
    margin-left: -20px;
    margin-left: -30px !important;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 20%;
    right: -25px;
    right: -45px !important;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}

.owl-carousel .latest-news h2 {font-size: 120%;}

/* +++++ Test +++ */
.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 36px !important;
    cursor: pointer;

}

/* Test: mehr Abstand zwischen den Bloecken */
.owl-item {margin-right: 20px !important; width: 353px !important;}



/* ++++++++++ Anwendungen Übersicht ++++++++ */

.anwendungen .col-md-4 {padding: 10px !important;}

.anwendungen {margin-bottom: 3em; position: relative;  }

.anwendungen h3 {margin-top: 1rem !important; font-size: 24px;}

.anwendungen h3 a {color: #ca0538 !important; font-weight: 400; }

.anwendungen  a.read-more {color: #ca0538 !important; font-weight: 400; border: 1px solid #ca0538; padding: 0.5em 1em 0.5em 1em; /* position: absolute; bottom: 0; */ }

.anwendungen .row {padding: 0px 15px 0px 15px; }

.anwendungen .application-image {text-align: center !important;}

.related-products h2 {
    font-size: 38px;
}

/* Streifen Scansonic-Applikationszetrum */

.anwendungen .bg-anwendungen {height: 400px; background-repeat: none; background-position:  0 0; background-size: cover;padding-top: 3rem;}

.anwendungen .bg-anwendungen h2 {color: #ca0538; font-size: 38px; font-weight: 400;}

.anwendungen .bg-anwendungen p {font-size: 22px;}

.anwendungen .bg-anwendungen p.more-link a {color: #ca0538;}


/* +++++++++ Anwendungen Detail ++++++++++ */

.single-applications .grey {padding-top: 3rem !important;}

.info-application {font-size: 20px; line-height: 2rem;}

@media only screen and (min-width: 768px) {
  .info-application {
   padding-left: 7.5%;
   padding-right: 7.5%;
  }
}


/* ++++++++++ Uebersicht News + Termine +++++++++ */

/* Latest News */

.news-events .content-header {padding-bottom: 2rem !important;}

.news-events .grey {padding-top: 3.5rem !important; padding-bottom: 3.5rem !important;}

.latest-news h3 a {color: #ca0538 !important; font-weight: 600; }

.latest-news .all-news {text-align: center !important; margin-top: 1.5em;}


/* Latest Events */

.latest-events p.event-date {padding-bottom: 0rem !important; margin-bottom: 0 !important;}
.latest-events p.event-description {margin-bottom: 0.5rem !important;}
.latest-events p.event-location {font-weight: 600;}

.latest-events h3 {margin-top: 0rem !important; margin-bottom: 1rem !important;}

.latest-events h3 a {color: #cc0036 !important; font-weight: 600; }

.latest-events .all-events {text-align: center !important; margin-top: 1.5em;}

.latest-events .event-logo {text-align: center !important; border: 1px solid #000 !important; padding: 1rem; margin-bottom: 1.5rem; background-color: #fff; }

.latest-events .termine {margin-bottom: 3rem !important;}


/* ++++++++++ Single News ++++++++++ */

.single-news .grey {padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; font-size: 18px; line-height: 2rem;}

.single-news p.teaser {font-weight: 600;}

.single-news .col-md-4 img {margin-bottom: 2rem;}




/* ++++++++++ Referenzen Single +++++++++ */

section.referenzen {margin-top: 3rem !important;}

section.referenzen .single-referenz {max-width:370px; border: 1px solid #ccc; padding: 1.5rem 0.75rem 1.5rem 0.75rem; position: relative; min-height: 135px; font-size: 85%; }

section.referenzen .single-referenz h3 {margin-top: 0 !important; margin-bottom: 0.5rem;}

section.referenzen .single-referenz p { margin-bottom: 0rem;}

section.referenzen .single-referenz p.institution { position: absolute; bottom: 1.25rem;}

section.referenzen .single-referenz p.more-info { position: absolute; bottom: -0.25rem;}


/* ++++++++++++ Referenzen Uebersicht ++++++++++++++ */

.referenzen .grey {padding-top: 1.5rem !important; padding-bottom: 3rem !important;}
.referenzen .white {padding-top: 1.5rem !important; padding-bottom: 3rem !important;}

.page-template-referenzen-uebersicht .referenzen .single-referenz {border: 1px solid #ccc; padding: 1.5rem 0.25rem 1.5rem 0.75rem; position: relative; min-height: 140px !important; background-color: #fff;}

.page-template-referenzen-uebersicht .referenzen .single-referenz h3 {margin-top: 0 !important; margin-bottom: 0.5rem !important;  font-size: 85%; font-weight: 600; line-height: 1rem;}

.page-template-referenzen-uebersicht .referenzen .single-referenz p { margin-bottom: 0rem !important;  font-size: 80%;}

.page-template-referenzen-uebersicht .referenzen .single-referenz p.institution {/* position: absolute; bottom: 0.15rem; */ }

.page-template-referenzen-uebersicht .referenzen .single-referenz p.more-info {/* position: absolute !important; top: 5rem;  right: 0.5rem; */}

.page-template-referenzen-uebersicht .referenzen .single-referenz .more-info a {color: #ca0538;}

.page-template-referenzen-uebersicht .ref-overview.col-md-4 { padding-right: 0px; padding-bottom: 15px;}

.page-template-referenzen-uebersicht .ref-overview.col-md-4 .row {margin-left: 0 !important; margin-right: 0 !important;}

.page-template-referenzen-uebersicht .automotive .single-referenz {background-color: #fff;}



/* ++++++++++++ Ansprechpartner Single ++++++++++++++ */

.ansprechpartner .single-ansprechpartner {margin-top: 3rem !important;}

.ansprechpartner .single-ansprechpartner .contact-photo {text-align: left !important; border: none !important;  margin-bottom: 1.5rem;  }


/* ++++++++++++ Ansprechpartner Uebersicht ++++++++++++++ */


.ansprechpartner .content-header
.ansprechpartnerint .content-header {padding-bottom: 2rem !important;}

.ansprechpartner,
.ansprechpartnerint {margin-bottom: 3rem;}

.ansprechpartner h3,
.ansprechpartnerint h3 {margin-top: 1rem !important; font-size: 24px; color: #ca0538; font-weight: 400; margin-bottom: 0.5rem;}

.ansprechpartner p,
.ansprechpartnerint p {margin-bottom: 0rem;}

.ansprechpartner p.job,
.ansprechpartnerint p.job {font-weight: 600; margin-bottom: 0.25rem;}

.ansprechpartner p span.contact-label,
.ansprechpartnerint p span.contact-label{ display: block; float: left; clear: left; width: 3.15rem;}

.ansprechpartner .contact-photo,
.ansprechpartnerint .contact-photo{text-align: center !important; margin-bottom: 1.5rem; width: 90%;  }

.ansprechpartner a,
.ansprechpartnerint a {color: #ca0538;}

.ansprechpartner p.more-info,
.ansprechpartnerint p.more-info{clear: both; margin-top: 2rem !important; }


/* Special Info-Kachel mit allgemeinen Angaben */

.white .kategorien_ansprechpartner-info-kachel {background: #f2f2f2 !important;}
.grey .kategorien_ansprechpartner-info-kachel {background: #ffffff !important;}

.kategorien_ansprechpartner-info-kachel { padding: 1.5rem; min-height: 212px;  width: 90%; /* min-height: 365px; */}


/* ++++++++++++ Produkte Single ++++++++++++++ */

.product-features .row:nth-child(2n) {background-color: #f2f2f2;}

.row.product-description {padding-top: 1.5rem !important; padding-bottom: 2.75rem !important;}

.single-products .row.intro-text {background: #f2f2f2f2;}


/* TablePress */

.tablepress tbody td, .tablepress tfoot th {

 /*   border-top: 1px solid #ca0538 !important;
    border-top: 1px solid #ccc !important; */
}

/* .tablepress  td.column-1 {font-weight: 600; } */

/* Zuweisung von Spaltenbreiten und Ausrichtung nach Update-Bug */
.tablepress .column-1,
.tablepress .column-2 {
	width: 50% !important;
	text-align: left !important;
}

#accordion {padding-left: 7.5%; padding-right: 7.5%;}
.myaccordion {
 /* max-width: 500px; 
 margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1); */
    margin-top: 50px;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom: 5px solid #fff;
  background: #f2f2f2;
     background: #f9f9f9;
  padding: 0.75rem 1.5rem 0.25rem 1.5rem !important;
}


.myaccordion .card-header h2 {margin-top: 0 !important;}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: 400;
  padding: 0;
  color: #ca0538; font-size: 22px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}




[data-toggle="collapse"] .fas:before {  
  content: "\f055";
      content: "\f068";
    color: #ca0538;
}

[aria-expanded="true"] .fas:before {  
  content: "\f056";
   content: "\f068";
    color: #ca0538;
}

[data-toggle="collapse"].collapsed .fas:before {
  content: "\f055";
          content: "\f067";
    color: #ca0538;
}


.single-produkte h2.section-title {font-size: 27px; font-weight: 600; color: #ca0538; }

.single-produkte .myaccordion h3 {font-size: 110% !important; font-weight: 400 !important;}

.single-produkte .produkte {background-color: #fff !important;}

.product-description p {font-size: 16px !important; line-height: 2rem !important;}
.product-description p span.caption-title {color: #ca0538;}

.work p,
.work ul {padding-left: 7.5%; padding-right: 7.5%; font-size: 20px !important; line-height: 1.9rem;}
.work ul {margin-bottom: 2.25rem;}

.areas ul,
.advantages ul,
.properties ul {padding-left: 8%; padding-right: 7.5%; font-size: 20px; line-height: 1.9rem; list-style-type: none;}

.areas ul li,
.advantages ul li, 
.properties ul li { padding-right: 7.5%; font-size: 20px; line-height: 2rem; list-style-type: none; margin-bottom: 1rem;}

.areas ul li:after,
.advantages ul li:after,
.properties ul li:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
   /* margin: 0 auto;  This will center the border. */
    width: 60px; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #ca0538; /* This creates the border. Replace black with whatever color you want. */
}

.documentation {text-align: right; margin-top: 2rem;}

/* Kontakt-Bereich */

.row.contact_section {min-height: 400px; background: url('inc/assets/images/bg/laserloeten_sw.jpg') no-repeat 0 0; background-size: cover;}

.row.contact_section h2 {font-size: 36px !important; margin-top: 0.5rem !important; margin-bottom: 2rem; font-weight: 400 !important;}

.container.contact {padding-top: 2.5rem;}

.contact-box h3 { color: #ca0538; font-weight: 300 !important; font-size: 22px !important; }


.contact-box p {margin-bottom: 0 !important; font-size: 18px;}

.contact-box .name {font-weight: 600; margin-bottom: 0.5rem !important;}
.contact-box .name {display: none !important;}
.postid-508 .contact-box .name {display: block !important;}
.postid-2412 .contact-box .name {display: block !important;}
.postid-2326 .contact-box .name {display: block !important;}
.postid-2366 .contact-box .name {display: block !important;}
.postid-507 .contact-box .name {display: block !important;}
.postid-2404 .contact-box .name {display: block !important;}
.postid-500 .contact-box .name {display: block !important;}
.postid-2377 .contact-box .name {display: block !important;}

.contact-box p span.contact-label { display: block; float: left; clear: left; width: 4rem;}

.contact-box .contact-photo {text-align: center !important; /* border: 1px solid #ccc !important; */ margin-bottom: 1.5rem; width: 90%; /* padding: 1rem; */ }

.contact-box a {color: #ca0538;}


/* Post-Navigation */

.navigation.post-navigation {

    padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;

}


/* ++++++++++ Produkt Übersicht ++++++++ */

.produkte .col-md-4 {padding: 10px !important;}

.produkte {margin-bottom: 1.75rem; position: relative;  /* min-height: 600px; */ }

.produkte h3 {margin-top: 0rem !important; font-size: 24px;}

.produkte h3 a {color: #ca0538 !important; font-weight: 400; }

.produkte  a.read-more {color: #ca0538 !important; font-weight: 400; border: 1px solid #ca0538; padding: 0.5em 1em 0.5em 1em; /* position: absolute; bottom: 1.5rem; */}

.produkte .row {padding: 0px 15px 0px 15px; }


/* ++++++++++ Produktempfehlungen ++++++++ */

.produkte  {background-color: #f8f8f8 !important; }

 .produkte img {border: 1px solid #f1f1f1; }

.produkte .inner {padding: 1.5rem 1.5rem 1rem 1.5rem;} 

.related-products .produkte {margin-bottom: 0.25rem !important; position: relative; /* min-height: 600px; */ }



/* ++++++++++ Videos ++++++++ */

.videos h2 {color: #ca0538 !important; font-weight: 400; margin-bottom: 0.5rem !important; font-size: 21px;}

.embed-container {margin-bottom: 0.5rem;}

.videos:nth-child(2n) {background-color: #f8f8f8;}


/* ++++++++++ Karriere ++++++++++ */

.karriere .grey  {padding-top: 3rem !important; padding-bottom: 3rem !important;}

.career-text {
    font-size: 19px;
}

.career-text {
    font-size: 19px;
}

.portraits .content-header {padding-bottom: 2rem !important;}

.portrait-text {margin-top: 1.5rem;}

.social-media-icons {padding-top: 3rem; padding-bottom: 3rem; padding-left: 2.5rem;}

.social-media-icons img {margin-right: 2.5rem;}

@media only screen and (min-width: 768px) {
  .career-text{
   padding-left: 7.5%;
   padding-right: 7.5%;
  }
}


/* ++++++++++ Unternehmen ++++++++ */

.company-text {font-size: 19px;}

@media only screen and (min-width: 768px) {
  .company-text{
   padding-left: 7.5%;
   padding-right: 7.5%;
  }
}

/* +++++ Milestones +++++ */

@media only screen and (min-width: 768px) {
  .milestone {
   padding-left: 7.5%;
   padding-right: 7.5%;
  }
}


/* .milestones {clear: both;} */

.milestone {margin-top: -4rem !important; font-size: 18px !important;}

.milestone-year {/* float:left; width: 4rem; clear: left;*/ font-weight: 600;}

.milestone h2 .btn.btn-primary {text-align: center !important;}

.milestone .milestone-event a {color: #ca0538 !important; }

.milestone .milestones {padding: 0.5rem 1rem 0 1rem;}

.milestone .milestones p {padding-bottom: 0rem !important; margin-bottom: 0.5rem !important;}

.milestone .milestones:nth-child(2n) {background-color: #f8f8f8;}

 #down-triangle { 
   width: 0; 
   height: 0;
   border-top: 50px solid #f2f2f2;
   border-left: 60px solid transparent; 
   border-right: 60px solid transparent; 
 
}

.row.triangle { 
    margin-left: auto;
    margin-right: auto;
    width: 8em;
}

.milestone .btn.btn-primary {font-family: 'Lato', sans-serif; font-size: 17px; background-color: #ca0538; border-color: #ca0538; padding: 0.75rem 1rem 0.75rem 1rem; font-size: 20px;}

.milestone a.btn.btn-primary  {color: #fff !important;}
.milestone a:hover.btn.btn-primary  {text-decoration: underline !important;}


/* ++++++++++ Flexible Seiten ++++++++ */

.flexible-content .content-header {padding-bottom: 1.5rem !important;}

.flexible-content .white {padding-top: 2.5rem !important; }



.row.flex-intro {padding-top: 3.25rem !important; padding-bottom: 3.25rem !important;}

.flex-introtext {/* min-height: 320px !important; */ font-size: 20px; border-top: 1px dashed #ca0538; border-bottom: 1px dashed #ca0538; padding-top: 1.75rem; padding-bottom: 1.75rem;}

.flex-introtext h2.section-title {margin-top: 0 !important; padding-top: 0 !important;}

.container-inner {padding-left: 7.5%; padding-right: 7.5%; font-size: 20px; line-height: 2rem;}

.flexible-content h2.section-title {font-size: 27px; font-weight: 400; color: #ca0538;  }

.flexible-content .container-inner ul {list-style-type: none;  margin-left: -2.5rem !important; margin-bottom: 1.9rem;}

.flexible-content .container-inner ul li {font-size: 20px; line-height: 2rem; margin-bottom: .75rem; margin-left: 0 !important;}

.flexible-content .container-inner ul li::after {
    content: "";
    display: block;
    margin-left: 0;
    width: 60px;
    padding-top: 0px;
    border-bottom: 2px solid #ca0538;
} 

/* Listen innerhalb einzelner Listenpunkte */
flexible-content .container-inner ul ul {list-style-type: circle !important; }

.flexible-content .container-inner ul ul li::after {
    content: "";
    display: inline !important;
    margin-left: 0;
    width: 0px;
    padding-top: 10px;
    border-bottom: none !important;
} 

.flexible-content .container-inner ul ul li {list-style-type: circle !important; padding-left: 1rem !important; margin-left: 1.5rem !important; font-size: 20px !important; line-height: 2rem; -bottom: 0rem !important;}


/* ++++++++++ Technischer Kundendienst (Uebersicht) ++++++++ */

.technischer-kundendienst p.subtitle {padding-left: 7.5%; padding-right: 7.5%;}

.grey.tk-bloecke {padding-top: 3.5rem !important; padding-bottom: 3.5rem !important;}

.tk-bloecke .col-md-4 {margin-bottom: 2rem;}

.col-tk-inner {background-repeat: no-repeat !important; background-position: 0 0 !important; background-size: cover !important; height: 350px !important; max-width:100% !important;}

.col-tk-inner .tk-link {text-align: center !important; padding-top: 260px !important;}

.col-tk-inner h2 {background-color: #fff; opacity: 0.75; padding-top: 0.5rem; padding-top: 0.5rem; color: #ca0538;  font-size: 20px !important; }


/* Streifen Scansonic-Applikationszentrum */

.technischer-kundendienst .bg-tk {height: 400px; background-repeat: none; background-position:  0 0; background-size: cover;padding-top: 3rem; text-align: center;}

.technischer-kundendienst .bg-tk h2 {color: #ca0538; font-size: 38px; font-weight: 600;}

.technischer-kundendienst .bg-tk p {font-size: 22px;}

.technischer-kundendienst .bg-tk a {color: #ca0538;}


/* Streifen Technischer Kundendienst */

.bg-training {height: 400px; background-repeat: none; background-position:  0 0; background-size: cover; padding-top: 3rem; text-align: center; margin-top: -2rem !important;}

.bg-training h2 {color: #ca0538; font-size: 38px; font-weight: 600;}

.bg-training p {font-size: 22px;}

.bg-training a {color: #ca0538;}




/* ++++++++++ Slick-Slider ++++++++++ */


.slick-slide  {margin-left: 90px !important;} 

.flexible-content .slick-slide  { margin-left: 75px !important;} 

.slick-prev {z-index: 9999 !important;}

.slick-slide .slide-caption {margin-top:0.75rem }

.slick-slide .slide-caption p {margin-bottom: 0.25rem !important;}

.slick-dots li button::before {

    font-family: 'slick';
    font-size: 10px !important;
    line-height: 30px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ca0538 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

/* Slide-Titel */
p span.caption-title {
    color: #ca0538;
}

/* ++++++++++ Smart-Slider ++++++++++ */

.n2-ss-widget div {background-color: #fff !important; color: #000 !important; padding-top: 1rem !important; }

.n2-ss-widget div span {color: #000 !important; font-family: 'lato', sans-serif !important; font-style: normal !important; font-size: 105% !important;}

.n2-ss-widget div span:first-child {color: #ca0538 !important;}

/* +++++++++ Borlab Cookie ++++++++++++ */

#content a._brlbs-btn-cookie-preference.borlabs-cookie-preference {color: #fff !important;}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Desktop
--------------------------------------------------------------*/

@media only screen and (min-width: 750px) {
    

.anwendungen {min-height: 450px; }
.anwendungen  a.read-more { position: absolute; bottom: 0; }
    
.home .featured-applications a.read-more {position: absolute; bottom: 0;}
    
    .flex-introtext {min-height: 320px !important; }
}

/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
    
.anwendungen {min-height: 365px; }
    
  .slick-slide  {margin-left: 5px !important;} 
 .flexible-content .slick-slide  { margin-left: 5px !important;} 
    
    .contact-box p { font-size: 16px;}
    
     .flex-introtext {font-size: 17px; border-top: none !important; border-bottom: none !important;} 

}


/*--------------------------------------------------------------
## Zwischenstufe
--------------------------------------------------------------*/

@media only screen and (min-width: 570px) {

.produkte { min-height: 600px;  }
    
.produkte  a.read-more { position: absolute; bottom: 1.5rem; }
    
.related-products .produkte { min-height: 600px; }
    
 

}
    
/*--------------------------------------------------------------
## Zwischenstufe
--------------------------------------------------------------*/

@media only screen and (max-width: 569px) {

.produkte { min-height: 0px;  }
    
.related-products .produkte { min-height: 0px; }
    
.produkte .inner {padding: 1.5rem 1.5rem 1.5rem 1.5rem;} 
    
.produkte  a.read-more { position: relative; margin-bottom: 2rem !important; }

}


/*--------------------------------------------------------------
## iPhone
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
    
h1.page-title,
h1.entry-title {font-size: 23px !important; }
    
 h2.section-title {
    font-size: 23px !important;
    }
    
h3 {font-size: 19px !important;}
    
.home .latest-news h3 {width: 80%;}
.home .latest-news p {width: 80%;}
.home .latest-news h3 a {
    font-weight: 400;
}
    
.home .latest-events h3 {width: 80%;}
.home .latest-events p {width: 80%;}
.home .latest-events h3 a {
    font-weight: 400;
}
    
.home .intro h1 {
    font-size: 23px;
      padding-left: 0%;
    padding-right: 0%;
    }
    
.home .intro .container p {
font-size: 17px;
    line-height: 2rem
}
    
.home .big-link .container {
 text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.home .big-link .container h2 {
    font-size: 22px;
    padding-left: 0%;
    padding-right: 0%;
}    
    
.content-header p {font-size: 17px; line-height: 2rem;}
    
.info-application {font-size: 17px; line-height: 2rem;}
    
.anwendungen .bg-anwendungen h2 { font-size: 23px; margin-top: -1.5rem; }
.anwendungen .bg-anwendungen p {font-size: 17px;}

.slick-slide  {margin-left: 5px !important;}
    
.work p,
.work ul {font-size: 17px !important; }
    
.areas ul li,
.advantages ul li, 
.properties ul li { font-size: 17px; }
    
 .row.contact_section h2 {font-size: 25px !important;}
.contact-box p { font-size: 16px;}
    
    
.row.flex-intro {padding-top: 3.25rem !important; padding-bottom: 3.25rem !important;}
    
  
    
  
    
}