@charset "UTF-8";
/* work-sans-300 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/work-sans-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/work-sans-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/work-sans-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/work-sans-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/work-sans-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/work-sans-v18-latin-300.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/work-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/work-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/work-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/work-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/work-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/work-sans-v18-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-600 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/work-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/work-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/work-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/work-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/work-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/work-sans-v18-latin-600.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-700 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/work-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/work-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/work-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/work-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/work-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/work-sans-v18-latin-700.svg#WorkSans') format('svg'); /* Legacy iOS */
}
  
*, *:before, *:after,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

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

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

[hidden] {
  display: none; }

a {
  background: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img, fieldset, legend {
  border: 0; }

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

hr {
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 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; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }
  
 /* Sprungmarken */
.skip-to-content {
	position: absolute;
	top: -1px;
	left: 1rem;
	transform: translateY(-100%);
	transition: transform 0.3s;
	z-index: 100;
}
.skip-to-content:focus {
	transform: translateY(0%);
}

button,
.btn {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	width: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn[class*=btn-] {
  padding-top: calc(0.75rem - 0.063rem);
  padding-bottom: calc(0.75rem - 0.063rem);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}


.btn-secondary {
  background: #0026a8;
  color: #fff;
  border: 0.063rem solid #0026a8;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #000F42;
  color: #fff;
   border: 0.063rem solid #0026a8;
}
  
  

body, html {
  height: 100%;
  width: 100%;
  background-color: #fff; }

body, .wrapper-footer, .wrapper-content, .content-header {
  position: relative;
  left: 0;
  right: 0; 
  }
  
.content-header {background:#717e86;}
.frame-layout-3 {margin-top:60px;}

.col-md-3 {float:left; width:25%; max-width:25%;}
.col-md-4 {float:left; width: 33.33333%; max-width:33.33333%; }
.col-md-6 {float:left; width: 50%; max-width: 50%;}

.col1 {float:left; width:31% !important; max-width:31%!important;  }
.col2 {float:left; width:24%; max-width:24%; }
.col3 {float:left; width:23%; max-width:23%; }
.col4 {float:left; width:22%; max-width:22%; }

.width-max, nav .sm {
  max-width: 1280px;
  margin: 0 auto; 
  }
.js-gme-saddress { width:75%; float:left; margin-right:20px;  padding: 0.625rem 0.5rem;} 
.js-gme-submit { 
 width:23%; 
 background: #717e86;  
 display: inline-block;
  padding: 0.6875rem 0.5rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border:0;
  color:#fff;
  } 
.js-map { margin:40px 0;}
  

@media screen and (max-width: 1312px) {
  .width-max {
    padding-left: 1rem;
    padding-right: 1rem; } 
	}
@media screen and (min-width: 601px) {
  body {
    display: table; }

  .wrapper-content { height: 100%; }
  .wrapper-footer, .wrapper-content {display: table-row; } 
	
	}
.wrapper-footer {
  background: #717e86; }

.content-main { padding-bottom: 3.5rem; }

.content-footer { color: #fff; }

.content-footer2 {
  background: #3e4244;
  padding:20px 0;
  color: #fff; }

.header-image {
  height: auto;
  background-size: cover;
  -webkit-background-size: cover; }

@media screen and (max-width: 600px) {
  .wrapper-logo img {
    margin: 10px 0 5px 40px; 
	} 

  .content-main {
    padding-top: 1.5rem; } 
	}
@media screen and (min-width: 601px) {
  .header-service {
    padding-top: 0.75rem; } 
	}
.wrapper-logo img {
  margin: 0 auto; }

@media screen and (min-width: 601px) {
  .wrapper-logo img {
    margin: 10px 0 5px 40px; 
	} 
}
.indent {
  margin-left: 1rem; }

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

.align-right {
  text-align: right; }

@media screen and (max-width: 600px) {
  .indent {
    margin-left: 0.5rem; }

  .align-center_sm {
    text-align: center; }

  .align-right_sm {
    text-align: right; } }
.block {
  display: block; }

.inline-block {
  display: inline-block; }

.margin-bottom {
  margin-bottom: 1.5rem; }

.margin-top, .hh-openstreetmap  {
  margin-top: 2.5rem; }

.padding-top {
  padding-top: 1.5rem; }

.padding-bottom {
  padding-bottom: 1.5rem; }

.mobilelink {
  padding: 0.75rem;
  display: inline-block;
  cursor: pointer;
  color: #0026a8; }

.mobilelink:hover, .mobilelink:focus {
  color: #000F42; }

.hidden {
  display: none !important;
  visibility: hidden; }

.vhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media screen and (min-width: 601px) {
  .hidden-mdup {
    display: none !important;
    visibility: hidden; }

  .vhidden-mdup {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }
@media screen and (max-width: 600px) {
  .hidden-sm {
    display: none !important;
    visibility: hidden; }

  .vhidden-sm {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }
img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: block; }

a img {
  outline: none; }

ul, ol {
  padding-left: 2rem; }

li {
  padding-bottom: 0.75rem; }

@media screen and (min-width: 601px) {
  ul, ol {
    padding-left: 3rem; }

  .dl-horizontal > dt {
    float: left;
    clear: left;
    width: 33.3333%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal > dd {
    margin-left: 33.3333%; } }
ul.no-bullets, ol.no-bullets {
  padding-left: 0; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.grid {
  margin-left: -1rem;
  margin-right: -1rem; }

.grid:before,
.grid:after {
  content: "";
  display: table; }

.grid:after {
  clear: both; }

[class*="col-"] {
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  float: left;
  width: 100%; }

.grid[class*="col-"] {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

[class*="col-"].float-right {
  float: right; }

[class*="col-"] [class*="col-"].padding-left {
  padding-left: 1rem; }

[class*="col-"] [class*="col-"].padding-right {
  padding-right: 1rem; }

.padding-none, [class*="col-"].padding-none {
  padding-right: 0;
  padding-left: 0; }

[class*="col-1"] {
  width: 8.3333%; }

[class*="col-2"] {
  width: 16.66667%; }

[class*="col-3"] {
  width: 25%; }

[class*="col-3"]:nth-child(4n+1) {
  clear: both; }

[class*="col-4"] {
  width: 33.33333%; }

[class*="col-5"] {
  width: 41.6667%; }

[class*="col-6"] {
  width: 50%; }

[class*="col-7"] {
  width: 58.3333%; }

[class*="col-8"] {
  width: 66.6667%; }

[class*="col-9"] {
  width: 75%; }

[class*="col-10"] {
  width: 83.33333%; }

[class*="col-11"] {
  width: 91.6667%; }

[class*="col-12"] {
  width: 100%; }

@media screen and (max-width: 1280px) {
  [class*="_d-0"] {
    display: none; }

  [class*="_d-1"] {
    width: 8.3333%; }

  [class*="_d-2"] {
    width: 16.66667%; }

  [class*="_d-3"] {
    width: 25%; }

  [class*="_d-4"] {
    width: 33.33333%; }

  [class*="_d-5"] {
    width: 41.6667%; }

  [class*="_d-6"] {
    width: 50%; }

  [class*="_d-6"]:nth-child(2n+1) {
    clear: both; }

  [class*="_d-7"] {
    width: 58.3333%; }

  [class*="_d-8"] {
    width: 66.66667%; }

  [class*="_d-9"] {
    width: 75%; }

  [class*="_d-10"] {
    width: 83.33333%; }

  [class*="_d-11"] {
    width: 91.6667%; }

  [class*="_d-12"] {
    width: 100%; } }
@media screen and (max-width: 768px) {
  [class*="_md-0"] {
    display: none; }

  [class*="_md-1"] {
    width: 8.3333%; }

  [class*="_md-2"] {
    width: 16.66667%; }

  [class*="_md-3"] {
    width: 25%; }

  [class*="_md-4"] {
    width: 33.33333%; }

  [class*="_md-5"] {
    width: 41.6667%; }

  [class*="_md-6"] {
    width: 50%; }

  [class*="_md-6"]:nth-child(2n+1) {
    clear: both; }

  [class*="_md-7"] {
    width: 58.3333%; }

  [class*="_md-8"] {
    width: 66.66667%; }

  [class*="_md-9"] {
    width: 75%; }

  [class*="_md-10"] {
    width: 83.33333%; }

  [class*="_md-11"] {
    width: 91.6667%; }

  [class*="_md-12"] {
    width: 100%; } 
}
@media screen and (max-width: 600px) {
  [class*="_sm-0"] {
    display: none; }

  [class*="_sm-1"] {
    width: 8.3333%; }

  [class*="_sm-2"] {
    width: 16.66667%; }

  [class*="_sm-3"] {
    width: 25%; }

  [class*="_sm-5"] {
    width: 41.6667%; }

  [class*="_sm-6"] {
    width: 50%; }

  [class*="_sm-7"] {
    width: 58.3333%; }

  [class*="_sm-8"] {
    width: 66.66667%; }

  [class*="_sm-9"] {
    width: 75%; }

  [class*="_sm-10"] {
    width: 83.33333%; }

  [class*="_sm-11"] {
    width: 91.6667%; }

  [class*="_sm-12"] {
    width: 100%; } 
	}
@media screen and (max-width: 320px) {
  [class*="_xs-6"] {
    width: 50%; }

  [class*="_xs-12"] {
    width: 100%; } }
@media screen and (min-width: 769px) {
  [class*="_dup-0"] {
    display: none; } }
@media screen and (min-width: 601px) {
  [class*="_mdup-0"] {
    display: none; } }
@media screen and (max-width: 600px) {
  .wrapper-topmenu {
    position: relative;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
	clear:both;
	float:none;

	
	}

  #main-menu {
    width: 100%; }


  .sm {
    top: -3rem; background:#717e86 !important;}

  .menu-main.menu-horizontal {
    height: 0; }

  .main-menu-btn-text {
    color: #001b75; } 
	}

.wrapper-logo img {
    margin: 10px 0 40px 40px; 
	} 	

ul.horizontal, ul.horizontal li {
  list-style: none;
  margin: 0.25rem 0 0 0;
  padding: 0;
  display: inline-block; }

ul.horizontal a, ul.horizontal span {
  padding: 0 0 5px 0.75rem;
  display: inline-block; }
  
.content-footer2 ul.horizontal a, .content-footer2 ul.horizontal span {
  padding: 0 0 5px 0rem;
  display: inline-block; } 

ul.horizontal li:first-child a, ul.horizontal li:first-child span {
  padding-left: 0; }

nav ul.horizontal a:after, nav ul.horizontal span:after {
  padding-left: 0.75rem;  content: "|"; }

nav ul.horizontal li:first-child a:after{
  content: "|";
  padding-right: 0;
  }
 nav ul.horizontal li:last-child a:after{
  content: "|";
  padding-right: 0;
  } 
.content-footer2 ul.horizontal {margin-left:1rem;}  
.content-footer2 ul.horizontal li:first-child a:after{ content: "|"; padding-right: 0.5rem;}  
.content-footer2 ul.horizontal li:last-child a:after{ content: ""; padding-right: 0.5rem;} 
.content-footer2 ul.horizontal li a:after{ content: "|"; padding-right: 0.5rem;}
.content-footer2 nav ul.horizontal a > span:after { content: ""; padding-left:0; }
.content-footer2 nav ul.horizontal li > span:after {
  padding-left:0.75rem;  content: "|"; padding-right:0.75rem;}


.rootline {
  color: #6f7679;
  font-size: 0.875rem; }

@media screen and (min-width: 601px) {
  .onelevel-mdup ul#main-menu ul,
  .onelevel-mdup ul#main-menu .sub-arrow {
    display: none !important;
    visibility: hidden; }

  .onelevel-mdup [class*="sm-"] a.has-submenu {
    padding-right: 12px; } }
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch; }

.flex-container > div {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1; }

.ce-uploads {
  margin: 0;
  padding: 0; }

.ce-uploads li {
  list-style: none;
  margin: 0; }

.ce-uploads li:nth-child(odd) {
  background: #f3f4f4; }

.frame-layout-100 .ce-uploads li:nth-child(odd) {
  background: transparent; }

.ce-uploads img {
  float: left;
  margin: 1rem;
  vertical-align: top; }

.ce-uploads:before,
.ce-uploads:after {
  content: "";
  display: table; }

.ce-uploads:after {
  clear: both; }

ul.ce-uploads {
  margin: 1.5rem 0; }

ul.ce-uploads li {
  padding-bottom: 0; }

ul.ce-uploads span {
  display: block; }

.ce-uploads div {
  margin: 0.75rem 1rem; }

.ce-uploads-fileName {
  margin-bottom: 0.375rem; }

.ce-uploads-filesize {
  text-align: right; }

.text-left, .ce-headline-left {
  text-align: left; }

.text-center, .ce-headline-center {
  text-align: center; }

.text-right, .ce-headline-right {
  text-align: right; }

.ce-table td, .ce-table th {
  vertical-align: top; }

[class*="frame-type-menu_"] ul, [class*="frame-type-menu_"] ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

[class*="frame-type-menu_"] > ul {
  margin-bottom: 1.4375rem;
  border-bottom: 0.0625rem solid #a3a8ab; }

[class*="frame-type-menu_"] li {
  border-top: 0.0625rem solid #a3a8ab; }

[class*="frame-type-menu_"] a {
  padding: 0.75rem 0.25rem 0.6875rem 0.25rem;
  display: block; }

.frame-type-menu_sitemap a {
  background: #f3f4f4; }

[class*="frame-type-menu_"] a, [class*="frame-type-menu_"] p {
  padding-left: 1rem; }

[class*="frame-type-menu_"] ul li ul li a, [class*="frame-type-menu_"] ul li ul li p {
  padding-left: 2rem; }

[class*="frame-type-menu_"] ul li ul li ul li a, [class*="frame-type-menu_"] ul li ul li ul li p {
  padding-left: 3rem;
  background: transparent; }

hr.ce-div {
  border: 0;
  border-bottom: 1px solid #a3a8ab;
  margin: 0.75rem 0; }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5rem; }

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100% !important;
  height: 100% !important; }

.frame-layout-100 {
  background: #f3f4f4;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem; }

.frame-ruler-after {
  border-bottom: 0.0625rem solid #a3a8ab;
  margin-bottom: 1.4375rem; }

.frame-ruler-before {
  border-top: 0.0625rem solid #a3a8ab;
  padding-top: 1.4375rem; }

.frame-space-before-small {
  padding-top: 1.5rem; }

.frame-space-before-medium {
  padding-top: 3rem; }

.frame-space-before-large {
  padding-top: 4.5rem; }

.frame-space-after-small {
  padding-bottom: 1.5rem; }

.frame-space-after-medium {
  padding-bottom: 3rem; }

.frame-space-after-large {
  padding-bottom: 4.5rem; }

.header-group {
  margin-bottom: 1.5rem; }

.header-group h1, .header-group h2, .header-group h3, .header-group h4 {
  margin-bottom: 0; }

.ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden; }

.ce-left .ce-gallery, .ce-column {
  float: left; }

.ce-right .ce-gallery {
  float: right; }

figcaption {
  color: #6f7679; }

.ce-gallery img {
  display: block; }

.ce-gallery iframe {
  border-width: 0; }

.ce-right.ce-intext .ce-gallery {
  margin-left: 1rem; }

.ce-left.ce-intext .ce-gallery {
  margin-right: 1rem; }

.ce-below .ce-gallery {
  margin-top: 1.5rem; }

.ce-column {
  padding-right: 0.5rem; }

.ce-intext.ce-right .ce-column,
.ce-intext [data-ce-columns="1"] .ce-column {
  padding-right: 0; }

.ce-column {
  margin-bottom: 0.5rem; }

.ce-above .ce-bodytext {
  clear: both; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 2rem;
  overflow: auto; }

.ce-center .ce-outer, .ce-center .ce-inner {
  float: none;
  right: 0; }

.ce-intext > .ce-gallery,
.ce-intext > .ce-bodytext {
  width: 100%; }

.ce-above .ce-gallery, .ce-below .ce-gallery {
  margin-right: -0.5rem; }

.ce-right.ce-above, .ce-right.ce-below {
  margin-left: -0.5rem;
  margin-right: 0; }

[data-ce-columns="1"] .ce-column {
  max-width: 100%;
  width: 100%; }

.ce-column {
  max-width: 50%;
  width: 50%; }

.ce-left.ce-above .ce-gallery,
.ce-left.ce-below .ce-gallery {
  float: none; }

[data-ce-columns="3"] .ce-column {
  max-width: 33.33333333%; }

@media screen and (min-width: 601px) {
  .ce-column, .ce-uploads-img-link {
    padding-right: 1rem; }

  .ce-intext [data-ce-columns="1"] .ce-column {
    padding-right: 0; }

  .ce-column {
    margin-bottom: 1.5rem; }

  .ce-intext .ce-gallery {
    width: 50%; }

  .ce-intext.ce-nowrap > .ce-bodytext {
    width: 50%; }

  .ce-intext.ce-left .ce-gallery {
    margin-right: 0.5rem; }

  .ce-intext.ce-left .ce-column {
    padding-right: 0.5rem; }

  .ce-left.ce-nowrap .ce-gallery {
    margin-right: -0.5rem;
    margin-left: 0; }

  .ce-left.ce-nowrap .ce-bodytext {
    padding-left: 1rem; }

  .ce-right.ce-nowrap.ce-intext .ce-gallery {
    margin-left: -0.5rem;
    margin-right: 0; }

  .ce-right.ce-nowrap .ce-bodytext {
    padding-right: 1rem; }

  .ce-intext.ce-right .ce-gallery {
    margin-left: 0.5rem; }

  .ce-intext.ce-right .ce-column {
    padding-left: 0.5rem; }

  [data-ce-columns="2"] .ce-column {
    max-width: 50%; }

  [data-ce-columns="4"] .ce-column {
    max-width: 50%; }

  .ce-above .ce-gallery, .ce-below .ce-gallery {
    margin-right: -1rem; }

  .ce-right.ce-above, .ce-right.ce-below {
    margin-left: -1rem;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  [data-ce-columns="2"] .ce-column:nth-child(odd) {
    clear: left; } }
@media screen and (max-width: 600px) {
  [data-ce-columns="4"] .ce-column:nth-child(odd) {
    clear: left; } }
@media screen and (min-width: 601px) {
  [data-ce-columns="4"] .ce-column {
    max-width: 25%; } 
	
	}


.wrapper-search .input-group input {
  display: inline-block;
  width: 100%; }

.wrapper-search button {
  width: 3rem;
  height: 3rem; }

.wrapper-search.visible {
  top: 0.375rem; }

@media screen and (max-width: 600px) {
  .wrapper-search.visible {
    top: 0; } }
@media screen and (max-width: 768px) {
  .wrapper-search fieldset > div {
    padding-bottom: 0.5rem;
    margin: 0; }

  .wrapper-search {
    z-index: 200;
    position: absolute;
    top: -2000px;
    left: 0.5em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

  .fa-search.active:before {
    content: "\f00d"; }

  .page-searchresult .search-hide-btn {
    display: none; } 
	}
	
	
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 0 1.5rem 0;
  border: 0.0625rem solid #a3a8ab;
  border-bottom-width: 0; }

th, td {
  padding: 0.3125rem 0.25rem 0.375rem 0.375rem;
  text-align: left;
  vertical-align: top; 
  }

td { border: 0.0625rem solid #a3a8ab;}
td.td-blank {padding-top:15px; padding-bottom:15px; background:#fff; }

tr:nth-child(even) {background: #f2f3f4;}
 
th {
  padding-top: 0.375rem;
  }

  #c145 th:nth-child(1) { width:10%;}
  #c145 th:nth-child(2) { width:17%;}
  
  /* Kies-Produkte*/
  #c151 th{ width:25%;}

  
.table-responsive, .frame-type-table {
  margin-bottom: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden; 
  }

th {
  background:#485156; color:#fff; 
  font-weight: 600; }

table caption {
  padding: 6px; }

.tx-indexedsearch-info > dt {
  float: left;
  clear: left;
  width: 25%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tx-indexedsearch-info > dd {
  margin-left: 25%; }

.tx-indexedsearch-res span {
  display: inline-block; }

.tx-indexedsearch-res {
  border-bottom: 0.0625rem solid #a3a8ab;
  margin-bottom: 1.5rem; }




@media screen and (max-width: 800px) {
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 0; }
	th { position: absolute;
		top: -9999px;
		left: -9999px;
		}
	
	td { 
		/* Behave  like a "row" */
		border-bottom: 0; 
		position: relative;
		padding-left: 50%; 
	}
	td.td-blank { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 0; 
		position: relative;
		padding-left: 5px; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap; 
		font-weight:700;
	}
	
	/*
	Label the data */
	
/*	td:nth-of-type(1):before { content: "Abruf Nr."; }
	td:nth-of-type(2):before { content: "Beton Sorten-Nr."; }
	td:nth-of-type(3):before { content: "Expositionsklasse"; }
	td:nth-of-type(4):before { content: "Festigkeitsklasse"; }
	td:nth-of-type(5):before { content: "Konsistenz"; }
	td:nth-of-type(6):before { content: "Festigkeitsentwicklung"; }
	td:nth-of-type(7):before { content: "Größtkorn Dmax"; } 
	td.td-blank:nth-of-type(1):before { content: ""; } */
	
	#c145 td:nth-of-type(1):before { content: "Abruf Nr."; }
	#c145 td:nth-of-type(2):before { content: "Beton Sorten-Nr."; }
	#c145 td:nth-of-type(3):before { content: "Expositionsklasse"; }
	#c145 td:nth-of-type(4):before { content: "Festigkeitsklasse"; }
	#c145 td:nth-of-type(5):before { content: "Konsistenz"; }
	#c145 td:nth-of-type(6):before { content: "Festigkeitsentwicklung"; }
	#c145 td:nth-of-type(7):before { content: "Größtkorn Dmax"; } 
	#c145 td.td-blank:nth-of-type(1):before { content: ""; }
	
	#c181 td:nth-of-type(1):before { content: "Abruf Nr."; }
	#c181 td:nth-of-type(2):before { content: "Beton Sorten-Nr."; }
	#c181 td:nth-of-type(3):before { content: "Expositionsklasse"; }
	#c181 td:nth-of-type(4):before { content: "Festigkeitsklasse"; }
	#c181 td:nth-of-type(5):before { content: "Konsistenz"; }
	#c181 td:nth-of-type(6):before { content: "Festigkeitsentwicklung"; }
	#c181 td:nth-of-type(7):before { content: "Größtkorn Dmax"; } 
	#c181 td.td-blank:nth-of-type(1):before { content: ""; }
	
	#c182 td:nth-of-type(1):before { content: "Abruf Nr."; }
	#c182 td:nth-of-type(2):before { content: "Beton Sorten-Nr."; }
	#c182 td:nth-of-type(3):before { content: "Expositionsklasse"; }
	#c182 td:nth-of-type(4):before { content: "Festigkeitsklasse"; }
	#c182 td:nth-of-type(5):before { content: "Konsistenz"; }
	#c182 td:nth-of-type(6):before { content: "Festigkeitsentwicklung"; }
	#c182 td:nth-of-type(7):before { content: "Größtkorn Dmax"; } 
	#c182 td.td-blank:nth-of-type(1):before { content: ""; }
	
	/* Zementestriche */
	#c146 td:nth-of-type(1):before { content: ""; }
	#c146 td:nth-of-type(2):before { content: ""; }
	#c146 td:nth-of-type(3):before { content: ""; }
	#c146 td:nth-of-type(4):before { content: ""; }
	#c146 td:nth-of-type(5):before { content: ""; }
	#c146 td:nth-of-type(6):before { content: ""; }
	#c146 td:nth-of-type(7):before { content: ""; }
	
	/* Produkte */
	#c151 td { padding-left: 60%; }
	#c151 td.td-blank { padding-left: 10px; }
	#c151 td:nth-of-type(1):before { content: "Nr:"; width: 45%; } 
	#c151 td:nth-of-type(2):before { content: "Artikel"; }
	#c151 td:nth-of-type(3):before { content: ""; }
	#c151 td:nth-of-type(4):before { content: "Körnung"; }
	#c151 td.td-blank:nth-of-type(1):before { content: ""; }		
}


@media screen and (max-width: 600px) {
	td { 
		/* Behave  like a "row" */
		border-bottom: 0; 
		border-left:0;
		border-right:0;
		position: relative;
		text-align:right;
		padding-left: 60%; 
	}
	td:before, td.td-blank  { 
	   text-align:left;
	}
	#c146 td, #c146 td.td-blank{ 
	   text-align:left;
	   padding-left: 10px; 
	}
	
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.f3-widget-paginator, .tx-pagebrowse, .tx-pagebrowse ol {
  display: inline-block;
  margin: 0 0 1.5rem 0;
  padding-left: 0; }

.f3-widget-paginator > li {
  display: inline; }

.tx-pagebrowse li {
  display: inline-block; }

.f3-widget-paginator > li > a,
.f3-widget-paginator > li.current,
.tx-pagebrowse li > a,
.tx-pagebrowse li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  text-decoration: none;
  border: 1px solid #a3a8ab;
  background-color: #FFF; }

.f3-widget-paginator > li.current,
.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > a:focus,
.tx-pagebrowse li.current,
.tx-pagebrowse li > a:hover,
.tx-pagebrowse li > a:focus {
  background-color: #000F42;
  color: #fff; }

.f3-widget-paginator > li:first-child > a,
.f3-widget-paginator > li.current:first-child,
.tx-pagebrowse li:first-child > a,
.tx-pagebrowse li.current:first-child {
  margin-left: 0; }

.scrollToTop {
  width: 3rem;
  height: 3rem;
  position: fixed;
  bottom: 9rem;
  right: 1rem;
  display: none;
  background: #717e86;
  color: #fff;
  z-index: 1000;
  padding: 0.5rem; }

.scrollToTop:hover, .scrollToTop:focus, .scrollToTop:active {
  background: #fff;
  color: #000F42; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    color: #000 !important;
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  .wrapper-logo a[href]:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .wrapper-search, .header-service, .header-image, .content-rootline, .wrapper-topmenu, .content-footer, .content-footer2 nav, .print-hidden, .scrollToTop a, .f3-widget-paginator, .f3-widget-paginator li {
    display: none !important; } }


