@charset "UTF-8";

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/lato-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('../Fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../Fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../Fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/lato-v14-latin-700.svg#Lato') 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,frame-layout-100
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; }

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 {
   }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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:url(../Images/nav_bg.png) repeat-x 0 100%; padding:1rem 0; } 
.width-max, nav .sm {
  max-width: 1280px;
  margin: 0 auto; 
  }
  
.colview, .row{
 display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px; 
  margin: auto; 
}

/*Startseite FR */
body#seite-187 .cols{
 display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px; 
  margin: auto; 
}

.flex-container {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap; 
}

body#seite-73 .colview .frame-layout-200 {
	width: calc(1/3*100% - (1 - 1/3)*32px); 
	margin-bottom:1rem;
}

[class*="col-7"], [class*="col-5"] {
display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex; 
}

[class*="col-7"]{
padding:0 !important; 
}

[class*="col-md-4"] .frame-layout-200 {
	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
	 padding:1rem 0 0 0;
	  margin-bottom:28px; 
	 background:transparent;
	 border:1px solid #ccc;
	 -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
} 

[class*="col-md-4"] {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
	 padding:0;
	 background:transparent;
	 width: calc(1/3*100% - (1 - 1/3)*22px)!important; 
	 float:left; 
	 -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px; 
  }
.colview .frame-layout-300 {
	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
	 padding:1.5rem;
	 background:transparent;
	 width: calc(1/4*100% - (1 - 1/4)*28px)!important; 
	 float:left; 
}

.colview .frame-layout-0 {
	 float:none; clear:both; width:100%; 
}
.gray {background:#e5e5e5; }
.marginall {padding:3rem 0 4rem 0 !important; overflow:hidden; float:none; clear:both; }
.marginsmall {padding:3rem 0 0 0 !important; overflow:hidden; float:none; clear:both; }

.sp1 .frame-layout-100 {background:#009ee0 url(../Images/lightblue_corner.png) no-repeat 100% 100%; color:#fff; padding: 1.5rem; min-height:21.875rem; } 
.sp2 .frame-layout-100 {background:#82bc06 url(../Images/green_corner.png) no-repeat 100% 100%; color:#fff; padding: 1.5rem; min-height:21.875rem; } 
.sp3 .frame-layout-100 {background:#e27a00 url(../Images/orange_corner.png) no-repeat 100% 100%; color:#fff; padding: 1.5rem; min-height:21.875rem;} 
.sp4 .frame-layout-100 {background:#004562 url(../Images/darkblue_corner.png) no-repeat 100% 100%; color:#fff; padding: 1.5rem; min-height:21.875rem;} 
.frame-layout-500 {padding-bottom:1rem;}
.frame-layout-600 {
	width:23%; 
	max-width:23%; 
	margin-bottom:2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border: 1px solid #009ee0;
	padding:1rem;
	}
.frame-layout-600 .ce-bodytext{	text-align:center}
	

.handler {background:url(../Images/contact-btn-g.png) no-repeat; width:79px; height:160px; float:left; }
.flyout .flyoutinner {background:#009de0; color:#fff; overflow:hidden; padding:10px 2rem 0 2rem; display:none; }
.flyout .flyoutinner .ce-bodytext{padding-left:1rem; column-count: 2; column-gap: 1rem; }
#c240 {margin-top:1.5rem;}
.flyout .flyoutinner a{color:#fff; text-decoration:underline; }
.flyout {max-width:40rem; position:fixed; z-index:900; right:0; top:14%;}
.column1 .frame-layout-0 {padding-bottom:1rem;} 

body#seite-70 .frame-layout-200 .ce-bodytext { display:none; padding:0 1rem 0 1rem }
.opener {
    display:block;
    width:41px;
    height:41px;
	position:relative; left:50%; margin-left:-20px; bottom:15px;
    background:url(../Images/down_btn.png) no-repeat; 
	}
.opener:hover {
    -webkit-transform: rotateZ(-180deg);
        -ms-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
		transition:all 0.3s ease;
	}
	

/* Copyright */
.image {position:relative;}
.front, .header-image {position:relative;}
.imagecopyright { 
	position:absolute; 
	top:0; 
	left:0; 
	color:#fff;
    font-weight: 300;
    font-size:0.875rem;	
	background:url(../Images/trans-schwarz-25.png);
	padding:1px 3px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
	}
 .slidercontent:hover .imagecopyright { opacity: 1; }	
 .image:hover .imagecopyright{opacity: 1;}
 .header-image:hover .imagecopyright{opacity: 0.8;}  
	
	

@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: #004562;}

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

.content-footer {
  color: #fff; }

.content-footer2 {
  background: #004562;
  color: #fff; 
  }

.header-image {
  height: auto;
  background-repeat:no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  }

@media screen and (max-width: 600px) {
  .wrapper-logo {
    border-top: 0; }

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

.wrapper-logo {background:#fff; float:left; overflow:hidden; padding-right:1rem;}
.wrapper-logo img {
  margin: 0 auto; 
  }

@media screen and (min-width: 601px) {
  .wrapper-logo img {
    margin: 0; } 
}
.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 {
  margin-top: 1.5rem; }

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

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

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

.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%; }
  
#c301 [class*="col-md-4"] .ce-bodytext{text-align:center; margin-bottom:2rem;}
#c301 [class*="col-md-4"] .ce-bodytext h3{text-align:center; margin-bottom:0.5rem;}  

.short {float:none; margin-bottom:2rem;}  
.short [class*="col-4"] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #009ee0;
	padding-bottom:0.5rem;
	width:30%;
} 

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

[class*="col-6"] {
  width: 50%; padding-left:0; padding-right:2rem; }

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

[class*="col-8"] {
  width: 66.6667%; }
  
.header-service [class*="col-8"] {
  width: 75%; 
  }
.header-service [class*="col-4"] {
  width: 25%;  
  } 

[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: 768px) {
  .wrapper-topmenu {
    position: absolute;
    top: 11.875rem;
    z-index: 9999;
    left: 0;
    right: 0; 
}

  #main-menu {
    width: 100%; }

  .main-menu-btn {
    top: -4rem;
    left: 80%;
    max-width: 33.333%; }

  .sm {
    top: -3rem; }

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

  .main-menu-btn-text {
    color: #fff; } }
ul.horizontal, ul.horizontal li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

ul.horizontal a, ul.horizontal span {
  padding: 0.75rem 0 0.75rem 0.75rem;
  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 {
  content: "|";
  padding-left: 0.75rem; }

nav ul.horizontal li:first-child a:before, nav ul.horizontal li:first-child span:before {
  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; } }
.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; }

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

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

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

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

.ce-uploads span {
  display: block; }

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

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

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

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

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

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

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

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f4f4; }

.ce-table-bordered th, .ce-table-bordered td {
  border: 0.063rem solid #a3a8ab; }

.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; }

.frame-ruler-before:before {
  content: '';
  display: block;
  border-top: 0.063rem solid #a3a8ab;
  padding-top: 1.437rem; }

.frame-ruler-after:after {
  content: '';
  display: block;
  border-bottom: 0.063rem solid #a3a8ab;
  margin-bottom: 1.437rem; }

@media screen and (min-width: 601px) {
  .frame-indent {
    margin-left: 16.66667%;
    margin-right: 16.66667%; }

  .frame-indent-left {
    margin-left: 33.33333%; }

  .frame-indent-right {
    margin-right: 33.33333%; } 
	
	}
[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.437rem;
}

[class*="frame-type-menu_"] li {
}

[class*="frame-type-menu_"] a {
  display: block; }

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

[class*="frame-type-menu_"] a, [class*="frame-type-menu_"] p {
  }

[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: 0.063rem solid #a3a8ab;
  margin: 0.75rem 0; }

.ce-border img {
  border: 0.25rem solid #e6e7e8; }

.ce-gallery figure.video {
  display: block; }

.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; }

.header-group {
  margin-bottom: 2rem; margin-top:1rem; }

.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 figure {
  display: table;
  margin: 0; }

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom; }

.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 { position: relative; float: right; right: 50%; }
.ce-center .ce-inner { position: relative; float: right; right: -50%; }

.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%; }

/** Refernzen **/
#c633 .ce-gallery{
	display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px; 
  margin: auto;
 padding-right:10px;
  } 	 
[data-ce-columns="5"] .ce-column {
  max-width: 18%;
display: flex;
align-items: center;
justify-content: center;  
  border:1px solid #ccc;
  padding:0;
  }  

@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%; }
	
 .frame-layout-500 .ce-intext .ce-gallery {
    width: 33%; }

 .frame-layout-500 .ce-intext.ce-nowrap > .ce-bodytext {
    width: 66%; }	

  .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%; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

label {
  display: inline-block; }

legend {
  display: block;
  width: 100%;
  font-weight: bold; }

fieldset > div {
  margin-bottom: 1.5rem; }

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

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

input, textarea, select {
  display: inline-block;
  padding: 0.5rem 0.5rem;
  background-color: #fff;
  -webkit-transition: box-shadow ease-in-out 0.15s;
  transition: box-shadow ease-in-out 0.15s; }

input, textarea, label {
  width: 100%; }

select {
  height: 2.5rem; }

button, input[type="submit"], .submit-btn {
  display: inline-block;
  padding: 0.687rem 0.5rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  width: auto;
  background: transparent;
  color: #969696;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

button:hover, button:focus,
input[type="reset"]:hover, input[type="reset"]:focus,
input[type="submit"]:hover, input[type="submit"]:focus,
.submit-btn:hover, .submit-btn:focus {
  background: #fff;
  color: #000F42;
  border-color: #000F42; }

input[type=checkbox], input[type=radio] {
  border: 0;
  height: auto;
  display: inline-block;
  width: auto;
  vertical-align: baseline;
  margin: 0; }

.form-check-label span {
  padding-left: 1rem; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%; }

.content-main .input-group {
  margin-bottom: 1.5rem; }

.input-group-btn, .input-group input {
  display: table-cell;
  vertical-align: middle; }

.input-group-btn {
  width: 1%; }

.input-group-btn, .input-group-btn input {
  position: relative;
  white-space: nowrap; }

.input-group input:first-child {
  margin-right: 1rem; }

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

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

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

.wrapper-search.visible {
  top: 0.375rem; }
  
body#seite-187 .wrapper-search{
  visibility:hidden; } 	  

@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"; }
	
.search-hide-btn {
    display: none !important; } 
	
  .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.063rem solid #a3a8ab;
  border-bottom-width: 0; }

th, td {
  padding: 0.312rem 0.25rem 0.375rem 0.25rem;
  border-bottom: 0.063rem solid #a3a8ab;
  text-align: left;
  vertical-align: top; }

th {
  padding-top: 0.375rem; }

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

th {
  background: #f3f4f4;
  font-weight: normal; }

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.063rem solid #a3a8ab;
  margin-bottom: 1.5rem; }

/* Das das Loeschen des Objekts lib.search auf der Suchergebnis-Seite zu einer Exception führt:
als Workaround wird der Bereich im Header einfach ausgeblendet bis der Fehler analysiert und behoben werden konnte.
 */
.page-searchresult .wrapper-search {
  display: none; }




.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, .tx-indexedsearch-browsebox ul {
  display: inline-block;
  margin: 0 0 1.5rem 0;
  padding-left: 0;
  font-size: 80%; }

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

.tx-pagebrowse li,
.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0; }

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

  
.f3-widget-paginator li.active a {
	background-color: #009ee0;
  color: #fff; 
} 

.f3-widget-paginator > li.current,
.f3-widget-paginator > li.active,
.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,
.tx-indexedsearch-browsebox li.current,
.tx-indexedsearch-browsebox li > a:hover,
.tx-indexedsearch-browsebox li > a:focus {
  background-color: #000F42;
  color: #fff; }

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

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

.scrollToTop:hover, .scrollToTop:focus, .scrollToTop:active {
  background: #fff;
  color: #009ee0; }
  
@media screen and (max-width: 1024px) {
  [class*="col-3"] { width: 50%; }
  .content-footer [class*="col-3"] { width: 33.33333%; }
  .sp1 .frame-layout-100, 
  .sp2 .frame-layout-100, 
  .sp3 .frame-layout-100, 
  .sp4 .frame-layout-100 { padding: 1.5rem; min-height:16.875rem; } 
} 


@media screen and (max-width: 960px) {
.handler {background:url(../Images/contact-btn-s.png) no-repeat; width:44px; height:90px; float:left; }
} 

@media screen and (max-width: 800px) {
	[data-ce-columns="5"] .ce-column {
  max-width: 23%;
	}
.flyout {max-width:40rem; position:fixed; z-index:1100; right:0; top:14%;}	
/*Trainer*/	
body#seite-70 [class*="col-md-4"] {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
	 padding:0;
	 background:transparent;
	 width: calc(1/1*100% - (1 - 1/1)*0px)!important; 
	 float:none; 
	 -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
  }
body#seite-70 [class*="col-md-4"] .ce-center .ce-bodytext { padding-left:4rem; } 
.sp1 .frame-layout-100, 
.sp2 .frame-layout-100, 
.sp3 .frame-layout-100, 
.sp4 .frame-layout-100 { padding: 1.5rem; min-height:18.75rem; } 
[class*="col-6"] { width: 100%; padding-left:0; padding-right:0;  float:none; } 
}

@media screen and (max-width: 768px) {
.flyout {max-width:40rem; position:fixed; z-index:1100; right:0; top:20%;}
.frame-layout-600 {
	width:48%; 
	max-width:48%; 
	margin-bottom:2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border: 1px solid #009ee0;
	padding:1rem;
	}	
}

@media screen and (max-width: 600px) {
.flyout {max-width:36rem; position:fixed; z-index:1100; right:0; top:15.5rem;}
.sp1 .frame-layout-100, 
.sp2 .frame-layout-100, 
.sp3 .frame-layout-100, 
.sp4 .frame-layout-100 { padding: 1.5rem; min-height:23rem; }
.content-footer [class*="col-3"] { width: 50%; }
.short [class*="col-4"] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #009ee0;
	padding-bottom:0.5rem;
	width:100%;
  } 

#c301 [class*="col-md-4"] {
    width: 100% !important;
}

  
 [data-ce-columns="5"] .ce-column {
  max-width: 31%;
display: flex;
align-items: center;
justify-content: center;  
  border:1px solid #ccc;
  padding:0;
  }  
}

@media screen and (max-width: 568px) {
	body#seite-70 [class*="col-md-4"] .ce-center .ce-bodytext { padding-left:1rem; } 
}

@media screen and (max-width: 480px) {
 .header-service [class*="col-8"] { width: 60%;} 
 .header-service [class*="col-4"] { width: 40%;}	
	
.flyout {max-width:29rem; position:fixed; z-index:1100; top:13.5rem; }
.sp1 .frame-layout-100, 
.sp2 .frame-layout-100, 
.sp3 .frame-layout-100, 
.sp4 .frame-layout-100 { padding: 1.5rem; min-height:auto; }
 [class*="col-3"] { width: 100%; float:none; }
 [class*="_sm-12"] { width: 100% !important;  } 
.wrapper-logo img { margin: 0; max-width: 280px; } 
.wrapper-topmenu {
    position: absolute;
    top: 11rem;
    z-index: 99;
    left: 0;
    right: 0; 
}
 [data-ce-columns="5"] .ce-column {
  max-width: 48%;
 display: flex;
 align-items: center;
 justify-content: center;  
  border:1px solid #ccc;
  padding:0;
  }  

  #main-menu { width: 100%; }
  .main-menu-btn {
    top: -4rem;
    left: 80%;
    max-width: 33.333%; }
}

@media screen and (max-width: 414px) {
	 .flyout {max-width:25rem; position:fixed; top:7rem; }
	 .header-service [class*="col-8"] { width: 85%;} 
     .header-service [class*="col-4"] { width: 85%; padding:1rem 0; text-align:right; }
	 ul.horizontal a, ul.horizontal span {
    padding: 0.75rem 0 0.75rem 1.5rem;
    display: inline-block;
    }
	ul.horizontal {padding-right:1rem;}
	.wrapper-topmenu { top: 17.5rem;}
}

@media screen and (max-width: 375px) {
 .flyout {max-width:23rem; position:fixed; top:5rem; }
/* Flyout */
 #c239 .ce-bodytext{display:none;}
 
   .main-menu-btn {
    top: -4rem;
    left: 75%;
    max-width: 33.333%; }
 .wrapper-logo img { margin: 0; max-width: 180px; }
 .wrapper-topmenu {
    position: absolute;
    top: 15.5rem;
   }

.frame-layout-600 {
	width:100%; 
	max-width:100%; 
	margin-bottom:2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border: 1px solid #009ee0;
	padding:1rem;
	}  
}

@media screen and (max-width: 320px) {
 .wrapper-logo img { margin: 0; max-width: 180px; }
 .wrapper-topmenu {
    position: absolute;
    top: 8.875rem;
    }

  .main-menu-btn {
    top: -4rem;
    left: 70%;
    max-width: 33.333%; }	
	
}
  
  

@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; } }

/*# sourceMappingURL=style.css.map */
