@charset "UTF-8";
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/source-sans-pro-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../Fonts/source-sans-pro-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/source-sans-pro-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/source-sans-pro-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/source-sans-pro-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/source-sans-pro-v13-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/source-sans-pro-v13-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('../Fonts/source-sans-pro-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/source-sans-pro-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/source-sans-pro-v13-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/source-sans-pro-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/source-sans-pro-v13-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/source-sans-pro-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../Fonts/source-sans-pro-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/source-sans-pro-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/source-sans-pro-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/source-sans-pro-v13-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-900 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../Fonts/source-sans-pro-v13-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'),
       url('../Fonts/source-sans-pro-v13-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/source-sans-pro-v13-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/source-sans-pro-v13-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/source-sans-pro-v13-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/source-sans-pro-v13-latin-900.svg#SourceSansPro') 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; }

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

/*  
img[src*=".svg"] {
  width: 100%;
}*/
/*
#c293 .image, #c312 .image {width:100%;}
#c293 img, #c312 img {width:844px; display:block; margin:0 auto;}*/
.frame-svg .image {width:100%;}
.frame-svg .image img {width:844px; display:block; margin:0 auto;}

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; }
  
/** 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; }

.width-max,
nav .sm {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; 
  }
.width-max2 {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  }  
  
.layer {position:absolute; top:0; left:0; z-index:100; } 
.corner {position:absolute; bottom:0; right:0; z-index:99; }  
#e128 {position:absolute; bottom:0; left:50%; z-index:101; -webkit-transform: translateX(-50%);
transform: translateX(-50%)}
#e128 img:hover {
	-webkit-animation: scale-down-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-down-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#e129 {position:absolute; top:28%; left:5%; max-width:43%; z-index:102; }

.flexcol .frame-layout-0{
	display: table;
	margin:4rem auto 0 auto;
}
.colview{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  
  -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
body#seite-71 .colview{ padding-top:1rem; padding-bottom:2rem;}

.listcol .frame-layout-0:nth-child(1) { min-height:18rem; }
.listcol .frame-layout-0:nth-child(1) { min-height:18rem; }
.listcol .frame-layout-0:nth-child(2) { min-height:35rem; }
.listcol .frame-layout-0:nth-child(3) { min-height:17rem; }

.gray {background:#ebedee; overflow:hidden; float:none; clear:both; padding:2rem 0 2rem 0; }
body#seite-87 .gray, body#seite-99 .gray, body#seite-102 .gray, body#seite-103 .gray  { padding:3rem 0 0 0; }

.white {background:transparent; overflow:hidden; float:none; clear:both; padding:4rem 0 2rem 0; }
.newscol, .listing {/* padding:3rem 4rem; */ }
.frame-layout-200 {background:#0069b4; padding:3rem 3rem 2rem 3rem; margin:3rem 0; color:#fff;}
body#seite-70 .frame-layout-200 {background:#0069b4; padding:2rem 1rem 2rem 3rem; margin:0; color:#fff;}
body#seite-72 .frame-layout-200 {background:#0069b4; padding:2rem 1rem 1.25rem 2rem; margin:0; color:#fff;}
[class*="col-6"] .frame-layout-200 {background:#0069b4; padding:3rem 3rem 1.5rem 3rem; margin: 0; color:#fff;  }
.colview  [class*="col-4"] .frame-layout-200 {padding:3rem 1.5rem 2rem 1.5rem; margin: 0; color:#fff; font-weight:600}

.colview .frame-layout-200 {background:#0069b4; padding:2.75rem; color:#fff;}
.listing .frame-layout-200 {background:#0069b4; color:#fff;}
.listing #e180  {padding:2rem 3rem 0.75rem 3rem;}
.newscol .frame-layout-200 {padding:2.75rem 3rem; }
.row {float:none; clear:both; overflow:hidden; padding-top:2rem; }
.bottom {padding-top:4rem; padding-bottom:4rem ; }
.top {padding-top:2rem;}
body#seite-69 .bottom, body#seite-1 .bottom {padding-top:4rem; padding-bottom:0 !important; }
.frame-type-felogin_login {max-width:50%; margin:2rem auto; background:#0069b4; color:#fff; padding:3rem;}
.flyout {max-width:6rem; background:#fff; -moz-box-sizing: border-box;
  box-sizing: border-box; padding:1rem 0.5rem 0 1rem;  position:fixed; z-index:103; right:0; top:14%;  }
  #e225 {position:sticky; z-index:104;  }
.flyout img:nth-child(1) {cursor:pointer;} 
.datev { 
  background:#fff; 
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  padding:1rem 0.5rem 0 1rem;  
  position:fixed; 
  width:40rem; 
  height:248px; 
  right:3rem;  
  top:14%; 
  z-index:2;
  opacity: 0;
  -webkit-transform: translateX(1000px);
  transform: translateX(1000px); 
  } 
  
.flyout_footer {display:none;} 


.flex-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom:2rem;
} 

.height-100 {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
}
.height-150 {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.height-100 > div {
 /* margin-bottom: 1.5rem; */
}
.height-100 > .frame {
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  height:100%;
}
.height-150 > .frame {
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}


	
.map_wrapper {
	background-image: url(../Images/map_bg.jpg);
	background-size: cover;
	position: relative;
	height: 350px;
	width: 100%;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
    box-sizing: content-box; 
	margin-bottom:3rem;
}


.map_wrapper .map_trigger:before {
	position: absolute;
	z-index: -1;
	font-size: 120px;
	color: rgba( 255, 255, 255, .6 );
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	top: -webkit-calc( 50% - 60px );
	top: calc( 50% - 60px );
	left: -webkit-calc( 50% - 60px );
	left: calc( 50% - 60px ); 
} 

.map_wrapper .map_trigger {
	padding: 75px 60px 275px 60px;
	height: -webkit-calc( 100% - 350px );
	height: -moz-calc( 100% - 350px );
	height: -o-calc( 100% - 350px );
	height: calc( 100% - 350px );
	width: -webkit-calc( 100% - 0px );
	width: -moz-calc( 100% - 0px );
	width: -o-calc( 100% - 0px );
	width: calc( 100% - 0px );
	position: absolute;
	bottom: 0;
	z-index: 9;
	background-color: rgba( 0, 0, 0, .2 );
	color: #fff;
}

.map_wrapper .map_trigger .btn{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
display:block; 
margin:0 auto;
	}
.map_wrapper .map_trigger .btn:hover{backgound:#fff;}
.map_wrapper .map_trigger a{ color:#000;}

	
.map_wrapper .map_layer {
	position: relative;
	display: none;
	height: inherit;
	width: inherit;
	margin: auto;
}
.map_wrapper .map_layer iframe {
	border: 0px none transparent;
	height: inherit;
	width: inherit;
}

#e226, #e228, #e229, #e230, #e231, #e232{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; 
}

#e226:not(:target), #e228:not(:target), #e229:not(:target), #e230:not(:target), #e231:not(:target), #e232:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#e226:target, #e228:target, #e229:target, #e230:target, #e231:target, #e232:target{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.modal__close {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  position: absolute;
  color:transparent;
  width:32px; height:32px;
  background:url(../Images/close.png) no-repeat;
  top: 16px;
  right: 16px;
  transition: opacity 0.3s ease;
}

.modal__close:hover,
.modal__close:focus {
  opacity: 0.7;
  color:transparent;
}


#e226 .ce-textpic, #e228 .ce-textpic, #e229 .ce-textpic, #e230 .ce-textpic, #e231 .ce-textpic, #e232 .ce-textpic {
  padding: 64px 98px;
  width: 40%;
  background-color: #fff;
  position: relative;
}


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

.content-main {
  padding-bottom: 0; }

.content-footer {
  color: #fff; font-size:1rem}

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

.header-image {
  height: auto;
  background-size: cover;
  -webkit-background-size: cover; 
 }
 .header-image-home {
	width:100%; height: auto; max-width: 1920px; position:relative; overflow:hidden;
 }
  
 @media screen and (min-width: 1921px) {
 .header-image-home {
	width:100%; height: auto; max-width: 100%; position:relative; overflow:hidden; 
 }
}


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

  .content-main {
    padding-top: 1.5rem; } 
}
.content-header {
  background:#0069b4;
  }
  
.content-header .header-service {
  min-height: 3rem; }

@media screen and (min-width: 601px) {
  .header-service {
    padding-top: 3.25rem; } 
}
.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: 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; }
  
 /* IE 11 Hack */
  _:-ms-fullscreen, :root .gf img { width:100%; }  

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: 0;
  padding-right: 0;
  display: block;
  float: left;
  width: 100%;
  min-height: 1px; }

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

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

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

[class*="col-4"] {
  width: 33.33333%; padding:0 0.5rem; }
  
 
  
.colview  [class*="col-4"] {
  width: 32%; 
  }

[class*="col-5"] {
  width: 43%; }
/* Footer Spalten */
[class*="col-5"]:nth-child(1) {
  border-right:1px solid #fff;} 
  
.content-footer [class*="col-4"] {
  border-right:1px solid #fff;
  padding-left:2rem;
  width: 31%;
  } 
.content-footer [class*="col-3"] {
  padding-left:2rem; 
  }    


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

/* Team */
body#seite-69 [class*="col-6"]:nth-child(1) {
  padding-left: 0;
  padding-right: 0rem; 
  width: 53%; 
  } 
body#seite-69 [class*="col-6"]:nth-child(2) {
  padding-left: 2rem;
  padding-right: 0;
  width: 47%;   
  }  

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

[class*="col-8"] {
  width: 66.6667%;  }
  
 /* Kooperationen */
body#seite-70 .content-main [class*="col-8"]{
  width: 60%; 
  padding-right:2rem;
  } 
body#seite-70 .content-main [class*="col-4"]{
  width: 40%; 
  }  

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

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

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

[class*="col-12"] {
  width: 100%; 
  padding-left: 2rem;
  padding-right: 2rem;
 padding-bottom: 2rem;
  }
.nospace [class*="col-12"] {
  width: 100%; 
  padding-left: 0;
  padding-right: 0;
 padding-bottom: 0;
  }
 
body#seite-70 [class*="col-12"] {
  width: 100%; 
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0;
  }  
  
@media screen and (max-width: 1366px) {  
  #c128 .ce-column {max-width:145px;}
  #c129 {top:16%; left:4%; max-width:45%;  }
}  

@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%; } 
  #c129 { top:30%; left:4%; }
  
  [class*="col-12"] {
  width: 100%; 
  padding-left: 1rem;
  padding-right: 1rem;
  }
  #e226 .ce-textpic, #e228 .ce-textpic, #e229 .ce-textpic, #e230 .ce-textpic, #e231 .ce-textpic, #e232 .ce-textpic {
  padding: 64px 98px;
  width: 80%;
  }
  .frame-type-login  {max-width:70%; margin:2rem auto; background:#0069b4; color:#fff; padding:3rem;}
  
}
@media screen and (max-width: 1024px) {
[class*="col-8"] { width: 100%; float:none; }
[class*="col-4"] { width: 100%; float:none; }
 /* Kooperationen */
body#seite-70 .content-main [class*="col-8"]{
  width: 100%; 
  padding-right:0;
  } 
body#seite-70 .content-main [class*="col-4"]{
  width: 100%; 
  }  
.wrapper-logo img { max-width:40%; margin: 0 auto; }
[class*="col-5"] br {display:none;}
[class*="col-5"]:nth-child(2) {
  padding-left:1rem;
  } 
[class*="col-2"]:nth-child(3) {
  padding-left:1rem; 
  }  
  
 #e128{ display:none}
 #e129 { top:20%; left:4%; }	
.listcol .frame-layout-0:nth-child(1) { min-height:19rem; }
.listcol .frame-layout-0:nth-child(2) { min-height:37rem; }
.listcol .frame-layout-0:nth-child(3) { min-height:18rem; } 
}


 @media all and (max-width: 960px) {
[class*="col-6"] {
  width: 100%; 
  }
[class*="col-6"]:nth-child(1) {
  padding-left: 0;
  padding-right: 0; 
  } 
[class*="col-6"]:nth-child(2) {
  padding-left: 0;
  padding-right: 0; 
  } 
[class*="col-5"] br {display:block}
/* Team */
body#seite-69 [class*="col-6"]:nth-child(1) {
  padding-left: 0;
  padding-right: 0; 
  width: 100%; 
  } 
body#seite-69 [class*="col-6"]:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
  width: 100%;   
  } 
  #e226 .ce-textpic, #e228 .ce-textpic, #e229 .ce-textpic, #e230 .ce-textpic, #e231 .ce-textpic, #e232 .ce-textpic {
  padding: 44px 28px;
  width: 80%;
} 
 .frame-type-login  {max-width:100%; margin:2rem auto; background:#0069b4; color:#fff; padding:3rem;}
 
 }


 
 @media all and (max-width: 800px) {
#c129 { top:30%; left:4%; }	
[class*="col-5"] {
  width: 100%; }
/* Footer Spalten */
[class*="col-5"]:nth-child(1) {
  border-right:0;} 
  
[class*="col-5"]:nth-child(2) {
  border-right:0;
  padding-left:0;
  } 
[class*="col-2"]:nth-child(3) {
  padding-left:0; 
  }
[class*="col-2"] { width: 20%; }

[class*="col-12"] {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem; 
  }
.flexcol .frame-layout-0{ margin:0; }
.gray {background:#ebedee; overflow:hidden; float:none; clear:both; padding:2rem 0 1rem 0; }
.white {background:transparent; overflow:hidden; float:none; clear:both; padding:2rem 0 1rem 0; }

.colview  {display:block;}	
.colview  [class*="col-4"] { width: 100%; margin-bottom:1rem;}
.colview  [class*="col-4"] .frame-layout-200 {padding:1rem 2rem 1rem 2rem;}
 
.listcol [class*="col-6"] {  width:100%; float:none; } 
.listcol [class*="col-6"]:nth-child(1) { padding-left: 0; padding-right: 0; } 
.listcol [class*="col-6"]:nth-child(2) { padding-left: 0; padding-right: 0; }  
.listcol .frame-layout-0:nth-child(1) { min-height:auto; }
.listcol .frame-layout-0:nth-child(2) { min-height:auto; }
.listcol .frame-layout-0:nth-child(3) { min-height:auto; }   
  
 }


@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-4"] {
    width: 33.33333%; }

  [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%; } 
	
[class*="col-5"]:nth-child(1) {
  border-right:0;} 
  
[class*="col-5"]:nth-child(2) {
  border-right:0;
  padding-left:0;
  }	
 [class*="col-2"]:nth-child(3) {
  padding-left:0; 
  } 
  
}
@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: 800px) {
  .wrapper-topmenu {
    position: absolute;
    top: 3.5rem;
    z-index: 9999;
    left: 0;
    right: 0; }

  #main-menu {
    width: 100%; }

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

  .sm {
    top: -3rem; }

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

  .main-menu-btn-text {
    color: #fff; } 
	}
body#seite-1 .rootline {padding-bottom:2rem;}
.rootline nav {padding-left:2rem;}
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 li:after {
  content: "|";
  padding-left: 0.75rem; }

nav ul.horizontal li:first-child:before {
  content: "";
  padding-right: 0.75rem; }  
  
.content-footer ul.horizontal,
.content-footer ul.horizontal li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block; }

.content-footer ul.horizontal a,
.content-footer ul.horizontal span {
  display: inline-block;  padding: 0; }

.content-footer ul.horizontal li:first-child a,
.content-footer ul.horizontal li:first-child span {
  padding-left: 0; }
  
 .content-footer nav ul.horizontal li:after {
  content: "";
  padding-left: 0; }

.content-footer nav ul.horizontal li:first-child:before {
  content: "";
  padding-right: 0; }   



.rootline {
  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; } }
.languagemenu .text-muted span {
  color: #a3a8ab; }

.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: 0.5rem 0 !important;
  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: #e9eef9; }

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

.ce-uploads:after {
  clear: both; margin-bottom:2rem; }

.ce-uploads div {
  margin: 0.75rem 1rem;  }
  
.ce-uploads-fileName {
  margin-bottom: 0 !important;}

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

[class*="frame-space-before-"] {
  padding-top: 1.5rem; }

[class*="frame-space-after-"] {
  padding-bottom: 1.5rem; }

@media screen and (min-width: 601px) {
  .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-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;
  border-bottom: 0.063rem solid #a3a8ab; }

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

[class*="frame-type-menu_"] a {
  padding: 0.75rem 0.25rem 0.687rem 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: 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,
.video-embed video {
  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-layout-130 > div { max-width:1280px; margin:0 auto; }
 .frame-layout-120 { background:#EBEDEE; }  
 .frame-layout-120 > div { max-width:1280px; margin:0 auto; } 
  
  

.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 figure {
  display: table;
  margin: 0; 
  }
#e307 .ce-gallery figure {
  display: table;
  margin: 0 auto; 
  }  
  
#e300 .ce-gallery .image, 
#e507 .ce-gallery .image{
  display: block; width:80%; 
  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; }
  
  .height-150  .ce-column {
  margin-bottom: 0; }

.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%; }
  
.frame-layout-120 [data-ce-columns="1"] .ce-column > figure,
.frame-layout-130 [data-ce-columns="1"] .ce-column > figure{
  margin:2rem auto;
 }

.frame-layout-120 [class*="col-6"] [data-ce-columns="1"] .ce-column > figure,
.frame-layout-130 [class*="col-6"] [data-ce-columns="1"] .ce-column > figure{
  margin:0 auto; 
 }   
 
 .flyout_footer {padding-top:1.5rem;} 
.flyout_footer [data-ce-columns="1"] .ce-column {  
  max-width: 50px;
  width: 50px; 
  }
 .flyout_footer [data-ce-columns="1"] .ce-row {  
  max-width: 58px;
  width: 58px; 
  float:left; 
  } 

.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%; }
  
[data-ce-columns="5"] .ce-column {
  max-width: 20%; } 

.frame-layout-130 [data-ce-columns="5"] .ce-column .image{
  padding:3.5rem 3.5rem 1rem 3.5rem; } 
.frame-layout-130 [data-ce-columns="5"] .ce-column .image-caption{ text-align:center; font-weight:700; }  

@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; }
	
 .height-150  .ce-column {
    margin-bottom: 0; 
	}	
	
  #e128 .ce-column {
    margin-bottom: 0; }	

  .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%; } }
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 optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

input,
textarea,
select {
  background-color: #fff;
  border: 0.063rem solid #a3a8ab;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: box-shadow ease-in-out 0.15s;
  transition: box-shadow ease-in-out 0.15s; }

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

textarea {
  min-height: 15rem; }


input,
textarea,
select,
button {
  padding-top: calc(0.75rem - 0.063rem);
  padding-bottom: calc(0.75rem - 0.063rem);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: inline-block; }

button,
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.063rem solid #001b75; }

.btn-primary {
  background: #001b75;
  color: #fff; }

.btn-secondary {
  color: #001b75;
  background: #fff; }

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,
button.tx-indexedsearch-searchbox-button {
  width: 3rem;
  height: 3rem; }

.wrapper-search.visible {
  top: 0.375rem; }
  
  
.frame-type-felogin_login  form { margin-top:1rem; }
  
.frame-type-felogin_login  label {
  width: 30%; float:left;}
.frame-type-felogin_login  input {
  width: 70%; } 
.frame-type-felogin_login input[type=submit] {
	width:50%;
	background:#fff; 
	color: #000; 
	padding:10px 2rem; 
	-webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem;
    text-transform:uppercase;	
	display:block;
	margin:1rem 0 0 auto;
	} 
.frame-type-felogin_login .small {font-size:0.875rem;}
 
 

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


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

.search-hide-btn {
  margin-top: .5rem; }
  @media screen and (min-width: 601px) {
    .search-hide-btn {
      margin-top: 0; } }

/* 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; }


.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.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,
.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,
.tx-pagebrowse li:first-child > a,
.tx-pagebrowse li.current:first-child,
.tx-indexedsearch-browsebox li:first-child > a,
.tx-indexedsearch-browsebox li.current:first-child {
  margin-left: 0; }


@media screen and (max-width: 1280px) {
 .frame-layout-130 > div { padding-left:1.5rem; padding-right:1.5rem;}
 .frame-layout-120 > div { padding-left:1.5rem; padding-right:1.5rem;}
}

@media screen and (max-width: 1024px) {
/* Footer Spalten */
[class*="col-5"]:nth-child(1) {
  border-right:0;
   width: 100%;
  } 
.frame-layout-130 [data-ce-columns="5"] .ce-column .image {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
} 
[data-ce-columns="5"] .ce-column {max-width: 33.33333%; }  

.content-footer [class*="col-4"] {
  border-right:0;
  padding-left:0;
  width: 100%;
  } 
.content-footer [class*="col-3"] {
  padding-left:0; 
   width: 100%;
  }
}


@media screen and (max-width: 800px) {
.datev { 
	background:#fff; 
	-moz-box-sizing: border-box;
  box-sizing: border-box; 
  padding:1rem 0.5rem 0 1rem;  
  position:fixed; 
  width:32rem; 
  height:248px; 
  right:3.25rem;  
  top:14%; 
  z-index:2;
  opacity: 0;
  }
}

@media screen and (max-width: 768px) {
#e129 {position:absolute; top:30%; left:3%; max-width:45%; z-index:102;}
[class*="col-6"] { width: 100%; }
[class*="col-6"]:nth-child(1) { padding-left: 0; padding-right: 0; } 
[class*="col-6"]:nth-child(2) { padding-left: 0; padding-right: 0; } 
}

@media screen and (max-width: 667px) {
	#e300, #507{padding:2rem 0 3rem 5rem; }
	#e506 {padding:1.5rem 0 ;}
}

@media screen and (max-width: 600px) {
#e129 {position:absolute; top:22%; left:5%; max-width:45%; z-index:102; }
.wrapper-logo img { max-width:55%; margin: 0 auto; }
  #e226 .ce-textpic, #e228 .ce-textpic, #e229 .ce-textpic, #e230 .ce-textpic, #e231 .ce-textpic, #e232 .ce-textpic {
  padding: 34px 28px;
  width: 90%;
}
.flyout {display:none;}
.flyout_footer {display:block;}
.flyout_footer a:before {content: "" !important; font-size:0.875rem; line-height:0; padding-right:0 !important;}
.flyout_footer #c225 .ce-row:nth-child(1), .flyout_footer #c506 .ce-row:nth-child(1) {display:none;} 
#c300, #c507{padding:2rem 0 3rem 0;}
.colflex {display:grid; } 
.gray [class*="col-6"]:nth-child(1) { order:2; padding-top:2rem; } 
.gray [class*="col-6"]:nth-child(2) { order:1; } 
.content-footer {padding-bottom:4rem;}  
}

@media screen and (max-width: 480px) {	
.content-rootline {display:none;}
[class*="col-5"] br {display:none}	
[data-ce-columns="5"] .ce-column {max-width: 50%; }  
body#seite-1 .rootline {padding-bottom:0rem;}	
 .main-menu-btn {top: -3rem;left: 82%;max-width: 20%; }	
 .wrapper-topmenu { top: 3.75rem; } 
#e129 {position:relative; top:0; left:0; max-width:100%; z-index:102; padding-top:2rem; text-align:center; }
.flyout {top:10%;  }
.wrapper-logo img { max-width:62%; margin: 0 auto; }
 [class*="col-12"] {
  width: 100%; 
  padding-left: 0;
  padding-right: 0;
  }
 body#seite-70 .frame-layout-200 {background:#0069b4; padding:2rem 1rem 1.25rem 1rem; margin:0; color:#fff; } 
 body#seite-70 .frame-layout-200 p { padding-bottom:1rem; } 
.tx-felogin-pi1  label { width: 100%; float:none;}
.tx-felogin-pi1  input { width: 100%; }
.tx-felogin-pi1 input[type=submit] {
	width:70%;

	}  
}

@media screen and (max-width: 414px) {
.wrapper-logo img { max-width:50%; margin: 0 auto; }
.flyout {top:8%;  }
.content-header .header-service { min-height: 2rem; }
.main-menu-btn {top: -2.75rem; left: 78%;max-width: 20%; }	
.wrapper-topmenu { top: 2.5rem; }
[class*="col-6"] .frame-layout-200 {background:#0069b4; padding:2rem 1rem 2rem 1rem; margin: 0; color:#fff;  } 
}


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

  .flyout, .scrollToTop {display:none; visibility:hidden;}
  /*Karriere*/
  #c199, #c235, #c200, #c201, #c202, #c203 {display:none;}
  .content-main {padding:0;}
  [class*="col-12"] {padding:0;}
  .frame-layout-200 {padding:0; margin:0;}
  .gray {padding:0; }
  .white {padding:0; }
  .print {display:none;}

  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: 1.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

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

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

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