@charset "UTF-8";
/* moved by compressor */
/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

@font-face {
  font-family: 'flexslider-icon';
  src: url('../../../typo3conf/ext/ws_flexslider/Resources/Public/Fonts/flexslider-icon.eot');
  src: url('../../../typo3conf/ext/ws_flexslider/Resources/Public/Fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/ws_flexslider/Resources/Public/Fonts/flexslider-icon.woff') format('woff'), url('../../../typo3conf/ext/ws_flexslider/Resources/Public/Fonts/flexslider-icon.ttf') format('truetype'), url('../../../typo3conf/ext/ws_flexslider/Resources/Public/Fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
 
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -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;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}



.tx-ws-flexslider .caption-title { font-weight: bold; display:none; }
.tx-ws-flexslider .caption-body p { margin-bottom: 0; }
.tx-ws-flexslider .caption-text { padding: 17px; }
.tx-ws-flexslider .slidercontent {position:relative;}
.tx-ws-flexslider .caption-wrapper { position: absolute; top:3rem; left:4%; max-width: 37%; }
.tx-ws-flexslider .caption-text h2 {color:#fff; font-size:2.5rem; line-height:3rem; text-shadow: 2px 2px 2px #666666;}
.tx-ws-flexslider .caption-text h2.small {color:#fff; font-size:2rem; line-height:2.5rem; text-shadow: 2px 2px 2px #666666;}
.tx-ws-flexslider .caption-text div.h2 p{color:#fff; font-size:2.5rem; line-height:3rem; font-weight:400; text-shadow: 2px 2px 2px #666666;}
.tx-ws-flexslider .caption-text div.h2-small p{color:#fff; font-size:2rem; line-height:2.5rem; font-weight:400; text-shadow: 2px 2px 2px #666666;}

.flexslider .slides img { height: auto; }

@media screen and (min-width: 861px) {
  
  .slides li div.captionwrapper { position: absolute; width: 350px; top:auto; bottom: 10px; }
  .slides li div.caption span { color: #fff; display: block; }
  .slides li div.caption .captiontitle { font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: right; }
  .slides li div.caption .captiontext { font-size: 12px; line-height: 15px; }
  
  
  .tx-ws-flexslider .caption-align-left .caption-text { left: 20px; }
  .tx-ws-flexslider .caption-align-left .caption-link { left: 20px; }
  .tx-ws-flexslider .caption-align-right .caption-text { right: 20px; }
  .tx-ws-flexslider .caption-align-right .caption-link { right: 20px; }
  .tx-ws-flexslider .caption-link { position: absolute; bottom: 20px; }
}

@media screen and (max-width: 1024px) {
.tx-ws-flexslider .caption-wrapper { position: absolute; top:2rem; left:2%; max-width: 37%; }
.tx-ws-flexslider .caption-text h2 {color:#fff; font-size:1.5rem; line-height:1.75rem; text-shadow: 2px 2px 2px #666666;}
}

@media screen and (max-width: 800px) {
.tx-ws-flexslider .caption-wrapper { position: absolute; top:1rem; left:2%; max-width: 37%; }
.tx-ws-flexslider .caption-text h2 {color:#fff; font-size:1.5rem; line-height:1.75rem; text-shadow: 2px 2px 2px #666666;}
.tx-ws-flexslider .caption-text h2.small {color:#fff; font-size:1.125rem; line-height:1.25rem; text-shadow: 2px 2px 2px #666666;}
}

@media screen and (max-width: 600px) {
.tx-ws-flexslider .caption-wrapper { position: absolute; top:0rem; left:1%; max-width: 35%; }
.tx-ws-flexslider .caption-text h2 {color:#fff; font-size:1.5rem; line-height:1.75rem; text-shadow: 2px 2px 2px #666666;}
.tx-ws-flexslider .caption-text h2.small {color:#fff; font-size:1.125rem; line-height:1.25rem; text-shadow: 2px 2px 2px #666666;}
}

@media screen and (max-width: 568px) {
.tx-ws-flexslider .caption-wrapper { display:none; }
}


.protect-blue {color:#016AB2; }
.ns-protect-site-page { max-width:600px; margin:0 auto; }
.floating-label {margin-bottom:2rem;}
.pass_form {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   padding:0.5rem;
   font-size:1.25rem;
   border:1px solid #ccc;
   margin-left:2rem;
   margin-right:2rem;	
}
.tx-mitarbeiterverwaltung {position:relative;}
.tx-mitarbeiterverwaltung dt {border-bottom: 1px solid #ccc; padding-bottom:0.5rem; margin-bottom:1rem;}
.menu-img img {display:inline-block; margin-right:1rem;}
.logout-btn { 
	display:inline-block;  
	border:1px solid #016AB2; 
	-webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   padding:5px;
   position:absolute; 
   right:2rem; 
   top:0;
   }

.pass_form:focus {
  border:1px solid #016AB2 !important;
}
.fa-lock {font-size: 2rem; color:#ccc;}
.login-btn {
	padding:0.5rem 2rem; 
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	background:#016AB2;
	color:#fff;
	border:1px solid #016AB2;
	}
	
@media screen and (max-width: 480px) {	
.login-btn{
	display:block;
	margin:1rem auto 0 auto;
	}
.logout-btn {
	position:relative;
	margin-left:2rem;
	}	
}


.video-shariff-play{position:relative;text-align:center;display:block}a.video-shariff-play img{display:inline-block}.video-shariff-preview{position:absolute;left:0;right:0;top:30%;text-align:center}.video-shariff-preview-overlay{background:rgba(255,255,255,0.6);display:block;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-transition:all .4s cubic-bezier(0.165,0.84,0.44,1);transition:all .4s cubic-bezier(0.165,0.84,0.44,1)}a.video-shariff-play:hover .video-shariff-preview-overlay,a.video-shariff-play:focus .video-shariff-preview-overlay{background:transparent}.video-shariff-preview span{display:block;position:relative}.video-shariff-preview-icon{background:transparent;border-radius:.375rem;width:0;height:0;border-top:24px solid transparent;border-left:36px solid #000;border-bottom:24px solid transparent;margin:-1.45rem -2rem;left:50%}.video-shariff-preview-text{top:3rem;margin:0 auto;width:80%;font-weight:bold}@media screen and (min-width:800px){.video-shariff-preview{top:50%}.video-shariff-preview-text{width:60%}}
	

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/lato-v16-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,
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 {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

body,
html {
  height: 100%;
  width: 100%;
   background: #fff; }

body,
.wrapper-footer,
.wrapper-content,
.content-header {
  position: relative;
  left: 0;
  right: 0; }
 .content-header .grid {
  position: relative;
}
 
.staff {
	display:inline-block; 
	position:absolute; 
	right:2rem; 
	top:1rem; 
	font-weight:400;
	background:#8CBEE3; 
	color: #000;
	padding:0.375rem 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	border-radius: 1rem;
	}  
.width-max,
nav .sm {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  
  .row {float:none; clear:both; overflow:hidden; }
 .wrap {padding:0 1rem; }
  
.green { background: #8cbee3; padding-top:3rem; padding-bottom:1rem !important; overflow:hidden; }
.gray { background: #eceaea; padding-top:2rem; padding-bottom:3rem !important; overflow:hidden;} 
.spacer {padding-top:3rem} 
 
.handler {background:url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Images/contact-btn-g.png') no-repeat; width:89px; height:181px; cursor:pointer; float:left; }
.flyout .flyoutinner {background:#fff; overflow:hidden; padding:10px 2rem 2rem 2rem; display:none; border:1px solid #ccc }
.flyout .flyoutinner a{color:#016AB2; text-decoration:underline; }
.flyout {max-width:40rem; position:fixed; z-index:1100; right:0; top:20%;  max-height: 100%; }
#c530 p:nth-child(1) {width:50%; float:left; overflow:hidden; padding-left:1rem; }
#c530 p:nth-child(2) {width:50%; float:left; }
.col-md-3 {width:25%; max-width:25%; float:left; }  
.wrapper-footer .col-md-3:nth-child(1) {width:22%; max-width:22%; float:left; }  
.wrapper-footer .col-md-3:nth-child(2) {width:22%; max-width:22%; float:left; }  
.wrapper-footer .col-md-3:nth-child(3) {width:22%; max-width:22%; float:left; }  
.wrapper-footer .col-md-3:nth-child(4) {width:34%; max-width:34%; float:left; }  
.col-md-6 {width:50%; max-width:50%; float:left;} 
.col-md-8 {width:66.6667%; max-width:66.6667%; float:left; } 
.col-md-4{
  width: 33.33333% !important; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  /* width: calc(1/3*100% - (1 - 1/3)*28px)!important; */
  } 
.wrapper-footer .width-max { padding:3rem 0 4rem 0; }
body#seite-1 .tx-ws-flexslider { background: url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Images/slide_bg2.jpg') no-repeat; background-size:contain;}
#c561, #c562 {display:none;}

.image, .slidercontent {position:relative;}
.imagecopyright { 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:200;
	color:#fff; 
	background:url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Images/trans-schwarz-25.png');
	padding:0 3px;
	font-size:0.75rem;
    width:auto;
    opacity: 0;
    transition: all 0.2s ease-in-out;
	} 
	.singleheader:hover .imagecopyright{opacity: 1;}
	
 .image:hover .imagecopyright{opacity: 1;}
 .slidercontent:hover .imagecopyright{opacity: 1;}
 
 
.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;
}
  

@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: #6f7679; 
  }

.content-main {
  padding-bottom: 1.5rem; 
  float:none; 
  clear:both; 
  }

.content-footer {
  color: #fff; }

.content-footer2 {
  background: #3e4244;
  color: #fff; }

.header-image {
  height: auto;
  background-size: cover;
  -webkit-background-size: cover; position:relative;  }
  
 .header-image #c543 {position:absolute; z-index:98; top:5rem; left:5%; max-width: 35%;} 
 .header-image #c543 h2 {color:#fff; font-size:3rem; line-height:4rem; text-shadow: 2px 2px 2px #666666;}
 body#seite-1 .content-rootline {display:none;}
 body#seite-1 .header-image {margin-bottom:3rem;}
 
 
 /* Scroll down */
 
 .scroller {
  position: absolute;
  bottom:4rem;
  left:50%;
  z-index:99;
  width: 24px;
  height: 24px;
  cursor:pointer;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}



@keyframes pulse {
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {

  .content-main {
    padding-top: 1.5rem; } 
}
.content-header .header-service {
  min-height: 3rem; }

@media screen and (min-width: 601px) {
 .header-service { padding-top: 0.75rem; } 
 .header-service p{text-align:right; }
 
}

  
.wrapper-logo {padding:1rem 0; } 

@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: #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*/
_:-ms-fullscreen,:root img {
  width:100%;
  height:auto;
  max-width: none;
  display: block;
  
  } 
  
 _:-ms-fullscreen,:root .wrapper-logo img {
  width:100%;
  height:auto;
  max-width: 400px;
  display: block; 
  
  } 
  
  _:-ms-fullscreen,:root .frame-layout-600 .ce-column {
  width:65px;
  height:65px;
  max-width: 65px;
  display: block; 
  padding:5px;
  } 
    _:-ms-fullscreen,:root .frame-layout-600 .ce-column img {
  width:58px;
  height:58px;
  max-width: 58px;
  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%;
  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: 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%; }
  
.frame-layout-350 [class*="col-6"]:nth-child(1) {
    width: 66.6667%;
}
.frame-layout-350 [class*="col-6"]:nth-child(2) {
   width: 33.33333%;
}  

[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%; 
  padding:0;
  border:0px solid red;
  }

@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%; } 
 
 .header-image #c543 {position:absolute; z-index:98; bottom:2rem; left:8%; max-width: 540px;} 
 .header-image #c543 h2 {color:#fff; font-size:2.25rem; line-height:3rem; text-shadow: 2px 2px 2px #666666;} 
	
}


@media screen and (max-width: 1024px) {
 .header-image #c543 {position:absolute; z-index:98; bottom:2rem; left:4%; max-width: 540px; } 
 .header-image #c543 h2 {color:#fff; font-size:2.25rem; line-height:3rem; text-shadow: 2px 2px 2px #666666;} 
 .handler {background:url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Images/contact-btn-s.png') no-repeat; width:44px; height:90px; cursor:pointer; float:left; }
}


@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%; }
	
  body#seite-1 [class*="_md-6"] {
    width: 100%; }	

  [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%; }

.col-md-6 {width:100%; max-width:100%; float:none; padding:0;} 	
	
}
@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%; } 
 .header-image #c543 {position:absolute; z-index:98; bottom:5rem; left:20%; max-width: 480px !important;}
 #c530 p:nth-child(1) {width:100%; float:none; overflow:hidden; padding-left:1rem; }
#c530 p:nth-child(2) {width:100%; float:none; }
}
@media screen and (max-width: 480px) {
  [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) {
  .scroller{display:none;}
  .wrapper-topmenu {
    position: absolute;
    top: 6.5rem;
    z-index: 99;
    left: 0;
    right: 0; }

  #main-menu {
    width: 100%; }

  .main-menu-btn {
    top: -3rem;
    left: 80%;
    max-width: 33.333%; }

  .sm {
    top: -3rem; }

  .menu-main.menu-horizontal {
    height: 0; }

  .main-menu-btn-text {
    color: #016AB2; } 
	}
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; }

.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; } }
.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: 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; }

[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.25rem 0.25rem 0.25rem 0rem;
  display: block; }

.frame-type-menu_sitemap a {
  background: #f3f4f4; }

[class*="frame-type-menu_"] a,
[class*="frame-type-menu_"] p {
  padding-left: 0; }

[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; }

/* iframe */
.elastic-video {
	    position: relative;
	    padding-bottom: 55%;
	    padding-top: 15px;
	    height: 22%;
	    overflow: hidden;
	}
	.elastic-video iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	.elastic-video-wrapper {
         width: 480px;
	     max-width: 100%;
		 height:360px;
	}

.frame-layout-100 {
  padding: 0.75rem 4rem; 
  }
  
.frame-layout-200 {
  padding: 0.5rem 0.5rem 0.25rem 0.5rem; 
  background:#fff;
  margin-bottom:2rem;
  -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
  }
  
 .frame-layout-200:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  }
  
 #c269:hover {
  -webkit-box-shadow: 0 0 0 0;
-moz-box-shadow: 0 0 0 0;
box-shadow: 0 0 0 0; 
  }

.frame-layout-200 img{
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
}

.frame-layout-300 {
	margin-top:0.5rem;
	background:#cee6c5;
	-webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius: 8px;
	 padding:1rem 1rem 1rem 2rem;
	}

.frame-layout-400 {
	max-width:280px; 
}   

.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; }

.colview [class*="col-4"] .frame-layout-0{ 
	/*background: #fff;  */
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top:2rem;	

	} 
	
.colview figcaption { position:absolute; bottom:-25px; left:0; width:100%; padding:0; }
.colview [class*="col-4"] .ce-bodytext { display:none; font-weight:400; }
.colview [class*="col-4"] .frame-layout-500 .ce-bodytext { display:block; font-weight:400; 	 }
.colview [class*="col-4"] .ce-bodytext a{ color: #3d4d55; font-weight:400; }
.colview [class*="col-4"] .ce-bodytext a:hover { color:#016AB2; }
.colview .opener {
    display:block;
    width:41px;
    height:41px;
	position:relative; left:50%; margin-left:-20px; bottom:15px;
    background:url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Images/down_btn.png') no-repeat; 
	}
.colview .opener:hover {
    -webkit-transform: rotateZ(-180deg);
        -ms-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
		transition:all 0.3s ease;
	}	
.frame-layout-1 {margin:2rem 0;}
.ce-gallery figure {
  display: table;
  margin: 0; 
  position:relative;
  }
  
.colview .ce-gallery figure {
  padding-bottom:4.5rem; 
  }
 .colview [class*="col-4"] .frame-layout-500 .ce-gallery figure {
  padding-bottom:0; 
  } 
.colview .ce-gallery figure img{
 -webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;  
}   
  
  
  
  
  
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%; }

@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; }
	
   .colview .col-md-4 .frame-layout-500 .ce-column {
    margin-bottom: 0.5rem; }	

  .ce-intext .ce-gallery {
    width: 50%; }

  .ce-intext.ce-nowrap > .ce-bodytext {
    width: 50%; }
	
  .frame-layout-200 .ce-column {
    margin-bottom: 0; }
	
  .frame-layout-200 .ce-intext .ce-gallery {
    width: 20%; }
	
  .frame-layout-200 .ce-intext .ce-gallery img{
    width: 65%; }	

  .frame-layout-200 .ce-intext.ce-nowrap > .ce-bodytext {
    width: 80%;
    padding-top:15px;
	line-height:1rem;
  }	
   .frame-layout-200 .ce-intext.ce-nowrap > .ce-bodytext a{
    font-size:1.25rem;
	font-weight:400; 
	color: #3d4d55;
  }
  .frame-layout-200 .ce-intext.ce-nowrap > .ce-bodytext a:hover{
	 color:#016AB2; 
  }

  .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) {
   }
  [data-ce-columns="4"] .ce-column {
    max-width: 25%; } 
   [data-ce-columns="6"] .ce-column {
    max-width: 16.666667%; } 	
.frame-layout-400 {
	max-width:380px; 
}
.wrapper-topmenu {
    position: absolute;
    top: 7.25rem;
    z-index: 99;
    left: 0;
    right: 0; }

    
}
@media screen and (min-width: 601px) {
  [data-ce-columns="4"] .ce-column {
    max-width: 25%; } 
  [data-ce-columns="6"] .ce-column {
    max-width: 16.666667%; } 	
}
  [data-ce-columns="7"] .ce-column {
    max-width: 14.285714%; } 	
}
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; }


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; }

@media screen and (max-width: 600px) {
  .wrapper-search.visible {
    top: 0; } 

 .frame-layout-200 .ce-intext .ce-gallery {
    width: 20%; float:left;}
	
  .frame-layout-200 .ce-intext .ce-gallery img{
    width: 65%; }	

  .frame-layout-200 .ce-intext.ce-nowrap > .ce-bodytext {
    width: 70%;
    padding-top:15px;
	line-height:1rem; 
  }	
   .frame-layout-200 .ce-intext.ce-nowrap > .ce-bodytext a{
    font-size:1.25rem;
	font-weight:400; 
	color: #3d4d55;
  }	

.col-4{
  width: 100% !important; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  float:none;
  }
 
.frame-layout-100 {
  padding: 0.75rem 1rem; 
  } 
 .frame-layout-500 {
  padding-top:2rem; 
  } 
	
}

@media screen and (max-width: 800px) {
.col1 {width:100%; max-width:100%; float:none; padding:0;} 
.col2 {width:100%; max-width:100%; float:none; padding:0; } 	
 .header-image #c543 {position:relative; z-index:98; bottom:0; left:2rem; max-width: 700px;} 
 .header-image #c543 h2 {color:#3d4d55; font-size:2rem; text-shadow: 0px 0px 0px #666666; padding-top:1rem;}
.flyout { top:0;}
.col-3 {width:50%; max-width:50%; float:left; min-height:280px;  } 
.col-4{
  width: 100% !important; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  float:left;
  }
.col-md-8 {width:100%; max-width:100%; float:none; padding:0; } 
.frame-layout-350 [class*="col-6"]:nth-child(1) {
    width: 100%;
}
.frame-layout-350 [class*="col-6"]:nth-child(2) {
   width: 100%;
} 

.wrapper-footer [class*="col-3"]:nth-child(1) {width:50%; max-width:50%; float:left; }  
.wrapper-footer [class*="col-3"]:nth-child(2) {width:50%; max-width:50%; float:left; }  
.wrapper-footer [class*="col-3"]:nth-child(3) {width:50%; max-width:50%; float:left; }  
.wrapper-footer [class*="col-3"]:nth-child(4) {width:50%; max-width:50%; float:left; }  
}

@media screen and (max-width: 768px) {


body#seite-1 .green {  display: flex;flex-direction: column;  order:2; }
body#seite-1 .spacer {  display: flex;flex-direction: column;  order:1; }
body#seite-1 .gray { display: flex;flex-direction: column;  order:3; }  
	
  .bewerbung .col-md-6 {width:50%; max-width:50%; float:left;}
  .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; } 
}
@media screen and (max-width: 600px) {display:block
.flyout {display:none;}
#c559 {display:none;}
#c406 {display:none;}
#c561 {display:block;}
#c562 { display:block; }
}

@media screen and (max-width: 480px) {
.staff { top:1rem; right:3rem;}  
.content-header .grid{padding-top:2rem;}
#c530 p:nth-child(1) {width:100%; float:none; overflow:hidden; padding-left:0; }
#c530 p:nth-child(2) {width:100%; float:none; }
  .col-md-3 {width:100%; max-width:100%; float:none; min-height:auto;  }
.wrapper-footer [class*="col-3"]:nth-child(1) {width:100%; max-width:100%; float:none; }  
.wrapper-footer [class*="col-3"]:nth-child(2) {width:100%; max-width:100%; float:none; }  
.wrapper-footer [class*="col-3"]:nth-child(3) {width:100%; max-width:100%; float:none; }  
.wrapper-footer [class*="col-3"]:nth-child(4) {width:100%; max-width:100%; float:none; }
.header-image #c543 {max-width:370px !important; left:1rem;} 
.header-image #c543 h2 {color:#3d4d55; font-size:1.75rem; text-shadow: 0px 0px 0px #666666; padding-top:1rem;}  
 .wrapper-logo { padding:1rem 0; } 
 .wrapper-logo img { max-width:200px; } 
}

@media screen and (max-width: 414px) {
    .col-md-3 {width:100%; max-width:100%; float:none; min-height:auto;  }
    .col-md-6 {width:100%; max-width:100%; float:none; padding:0; } 	
	 .header-service { padding-top: 1rem; } 
	 .wrapper-topmenu {
    position: absolute;
    top: 7rem;
    z-index: 99;
    left: 0;
    right: 0; }
	  .main-menu-btn {
    top: -3rem;
    left: 65%;
    max-width: 33.333%; } 
}

@media screen and (max-width: 375px) {
  .header-image #c543 {max-width:280px !important; left:1rem;} 
.header-image #c543 h2 {color:#3d4d55; font-size:1.5rem; line-height:2rem; text-shadow: 0px 0px 0px #666666; padding-top:1rem;}
	 .wrapper-topmenu {
    position: absolute;
    top: 7rem;
    z-index: 99;
    left: 0;
    right: 0; }
	  .main-menu-btn {
    top: -3rem;
    left: 65%;
    max-width: 33.333%; } 
}

@media screen and (max-width: 320px) {

	 .wrapper-topmenu {
    position: absolute;
    top: 7rem;
    z-index: 99;
    left: 0;
    right: 0; }
	  .main-menu-btn {
    top: -3rem;
    left: 75%;
    max-width: 33.333%; } 
}



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; }

.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; }

.scrollToTop {
  width: 3rem;
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  display: none;
  background: #016AB2;
  z-index: 1000;
  text-align: center; }
  .scrollToTop > a {
    color: #fff;
    display: block;
    line-height: 3rem; }
    .scrollToTop > a:hover, .scrollToTop > a:focus, .scrollToTop > a: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; }

  .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 */

body,
input,
textarea,
select {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-family: "Lato", verdana, arial, helvetica, sans-serif;
  font-weight:300;
   color: #3d4d55; }

.uppercase {
  text-transform: uppercase; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", verdana, arial, helvetica, sans-serif;
  font-weight: normal; }

h1{
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color:#016AB2;
  }

h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  }
h2.inline{font-size:100%; font-weight:700; display:inline; }
  
h3 {
  font-size: 1.125rem;
  line-height: 1.75rem; 
  margin-top: 0;
  margin-bottom: 1.5rem;
  }
h3 a, .frame-layout-300 h3 { color: #3d4d55; font-size: 1.25rem;}
 .wrapper-footer h3 { font-size: 1.25rem; color:#fff; margin-bottom: 1rem;  }
  .wrapper-footer { color:#fff; font-weight:400; }
   h3.fr {display:block;}
  h3.fr a{ color:#016AB2;}	 

 .colview figcaption > h3 {background:#016AB2; margin:0; color:#fff; text-align:center; padding:1rem 0;  font-size: 1.25rem;}
/*.colview #c563 figcaption > h3 {background:#f5a519; margin:0; color:#fff; text-align:center; padding:1rem 0; } */


h4 {
  font-size: 1rem;
  line-height: 1.5rem; 
  margin-top: 0;
  margin-bottom: 1.5rem;
  }

p + p,
pre,
table,
blockquote {
  margin-top: 1rem; }

p,
ul,
ol,
dl,
pre,
table,
blockquote {
  margin-bottom: 1rem; }

.small {
  font-size: 0.875rem; }
 
.content-main ul li {padding:0; margin:0;}

  div.frame-layout-300 ul {list-style-image: url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Images/hacken.gif'); font-weight:400;} 
  div.frame-layout-300 ul li a{text-decoration:none !important;}
  div.frame-layout-300 ul li a:hover{text-decoration:underline!important; color:#3e4c55;}
  .glyphicon {color:#006ab2}
  .phonenumber, .glyphicon-earphone {color:#016AB2; font-size:1.4em;}
  a.mailadress {color:#006ab2 !important; }
  
  table { width:auto; border-collapse:collapse; margin-bottom:1.5em; }
  table caption { font-variant:small-caps; }
  table.contenttable { width:100%;}
  div.jobtable { width:100%; }
  table.fixed { table-layout:fixed; }  
  
  table.times th,td { padding:0.3em 0; line-height: 1.4em; border:0}
  table.times tbody td { border-bottom:0 ; }
  
  div.jobtable .inline { padding:0.5em 1em ; line-height: 1.4em; text-align:left; border:0; display:inline-block; }
  div.jobtable .trow:nth-child(odd) { background: #eee; }
  div.jobtable .tdhead { padding:0.5em 1em; line-height: 1.4em; border:0; background:#016AB2; color:#fff; font-weight:700;  float:left;}
  div.jobtable .tdhead:nth-child(1) { width:55%;}
  div.jobtable .tdhead:nth-child(2) { width:20%;}
  div.jobtable .tdhead:nth-child(3) { width:25%;}
  div.jobtable .inline:nth-child(1) { width:55%;  }
  div.jobtable .inline:nth-child(2) { width:20%;  }
  div.jobtable .inline:nth-child(3) { width:24%;  }
  div.jobtable .inline a{ color: #3d4d55; font-weight:400;}
  div.jobtable .inline a:before {font-family: 'FontAwesome'; content: "\f101"; font-size:0.875rem; line-height:0; padding-right:5px;}
  div.jobtable .inline a:hover{ color:#016AB2;}
  
  td { padding:2px 0; line-height: 1.4em; }

  td.td-date { width: 100px; }
  td.jobtext { width: 210px; vertical-align:top; text-align:right; font-weight:bold; }
  td.td-content { padding:2px 10px}
  td.td-content ul{margin:0 0 0 0 !important; }
  
  .job-btn {
	  background:#6cb443 !important; 
      padding:0.625rem 1rem; 
	  text-decoration:none !important; 
	  -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
	  color:#fff !important;
	  }
  .job-btn:hover {color:#000 !important; }
 

@media screen and (min-width: 601px) {
  html {
    font-size: 1.125rem; }

  h1 {
    font-size: 2rem;
    line-height: 3rem;
	margin-top: 0;
    margin-bottom: 1.5rem;

     }


  h2 {
    font-size: 1.7142857143rem;
    line-height: 3rem;
	margin-top: 0;
    margin-bottom: 1.5rem;
    }

  h3 {
    font-size: 1.2857142857rem;
    line-height: 1.75rem;
	margin-top: 0;
    margin-bottom: 1.5rem; 
     }
	   
 .colview figcaption > h3 {background:#016AB2; margin:0; color:#fff; text-align:center; padding:1rem 0;  font-size: 1.25rem; }	 
 .wrapper-footer h3 { font-size: 1.25rem; color:#fff; margin-bottom: 1rem;  }
 .wrapper-footer { color:#fff; font-weight:400; }

  h4 {
    font-size: 1.1428571429rem;
    line-height: 1.5rem;
	margin-top: 0;
    margin-bottom: 1.5rem;
     }

  h5{
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.5rem
	}


  p,
  ul,
  ol,
  dl,
  pre,
  table,
  blockquote {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5rem; } 
}
b,
strong,
.bold {
  font-family: "Lato", verdana, arial, helvetica, sans-serif;
  font-weight: 700; }

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

ul ul {
  margin: 0; }

a {
  color: #016AB2;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  a:focus, a:hover {color: #000F42; }

.wrapper-footer a { color: #fff; }
.wrapper-footer a:focus, .wrapper-footer a:hover { color: #fff; font-weight:700; }
.wrapper-footer a:before {font-family: 'FontAwesome'; content: "\f105"; font-size:0.875rem; line-height:0; padding-right:5px;}

.link-internal:before {font-family: 'FontAwesome'; content: "\f101"; font-size:0.875rem; line-height:0; padding-right:5px;}
.rte-icon.fa-envelope:before {font-family: 'FontAwesome'; content: "\f003"; font-size:0.875rem; line-height:0; padding-right:5px;}
.rte-icon.fa-globe:before {font-family: 'FontAwesome'; content: "\f08e"; font-size:0.875rem; line-height:0; padding-right:5px;}

@media screen and (max-width: 800px) {
 div.jobtable .inline:nth-child(3) { width:23%;  }
}

@media screen and (max-width: 768px) {
 .colview figcaption > h3 { margin:0; color:#fff; text-align:center; padding:1rem 0;  font-size: 0.875rem;}
}

@media screen and (max-width: 600px) {
 .colview figcaption > h3 { margin:0; color:#fff; text-align:center; padding:1rem 0;  font-size: 1.125rem;}
}
 
@media screen and (max-width: 414px) {
   div.jobtable .tdhead { display:none;}
   div.jobtable .inline { float:none; padding:0.25em 1em ; }
   div.jobtable .inline:nth-child(1) { width:100%;  }
   div.jobtable .inline:nth-child(2) { width:100%;  }
   div.jobtable .inline:nth-child(3) { width:100%;  }
}
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  position: relative;
  z-index: 999; }

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right; }

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0; }

.sm ul {
  display: none; }

.sm li, .sm a {
  position: relative; }

.sm a {
  display: block; }

.sm a.disabled {
  cursor: not-allowed; }

.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.sm, .sm *, .sm *:before, .sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.main-menu-btn {
  position: relative;
  display: inline-block;
  width: auto;
  text-indent: 1rem;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0.75rem 1rem; }

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #006fc0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0; }

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0; }

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none; }

#main-menu-state:checked ~ #main-menu {
  display: block; }

@media (min-width: 801px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px; }

  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block; } }
.sm-clean {
  background: #016AB2;
  }

.sm-clean a,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active {
  padding: 1.5rem 1rem;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #fff;
  line-height: 17px;
  text-decoration: none; }


.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active {
  color: #fff; }
 
.sm-clean a.current {color:#000; background:#ffA800;} 
.sm-clean a.current:hover {color:#000; background:#ffA800;} 
.sm-clean li.cur a.current {color:#000000}   

.sm-clean a.disabled {
  color: #bbbbbb; }

.sm-clean a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.sm-clean a.highlighted span.sub-arrow:before {
  display: block;
  content: '-'; }

.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.sm-clean li {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.sm-clean > li:first-child {
  border-top: 0; }

.sm-clean ul {
  background: rgba(162, 162, 162, 0.1); }

.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  border-left: 12px solid transparent; }

.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent; }

.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent; }

.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent; }

.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent; }

@media (min-width: 801px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .clean-menubg {
    background: #016AB2; border-bottom:1px solid #fff; }

  .sm-clean ul {
    position: absolute;
    width: 12em; }

  .sm-clean li {
    float: left; }

  .sm-clean.sm-rtl li {
    float: right; }

  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: none; }

  .sm-clean a {
    white-space: nowrap; }

  .sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal; }

  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }

  /* ...end */
  .sm-clean {
    padding: 0;
    background: #016AB2;
    /* rounded menu
    padding: 0 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    */ }

  .sm-clean a { color:#fff; font-weight:700; text-transform:uppercase; border-bottom:5px solid transparent; }	 
  .sm-clean a,
  .sm-clean a:hover,
  .sm-clean a:focus,
  .sm-clean a:active,
  .sm-clean a.highlighted {
    padding: 20px 2rem 16px 2rem;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important; 
	}

  .sm-clean a:hover,
  .sm-clean a:focus,
  .sm-clean a:active{
    /* color: #6cb443; */
	color:#FFA800; 
	border-bottom:5px solid #fff;
    }
	
  .sm-clean a.current { border-bottom:5px solid #fff; }

  .sm-clean a.disabled {
    color: #bbbbbb; }

  .sm-clean a.has-submenu {
    padding-right: 24px; }

  .sm-clean a span.sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #000 transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

  .sm-clean a.highlighted span.sub-arrow:before {
    display: none; }

  .sm-clean li {
    border-top: 0; }

  .sm-clean > li > ul:before,
  .sm-clean > li > ul:after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #a3a8ab transparent; }

  .sm-clean > li > ul:after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent; }

  .sm-clean ul {
    border: 1px solid #a3a8ab;
    padding: 5px 0;
    background: #fff;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    -ms-border-radius: 0.25rem !important;
    -o-border-radius: 0.25rem !important;
    border-radius: 0.25rem !important;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2); }

  .sm-clean ul a,
  .sm-clean ul a:hover,
  .sm-clean ul a:focus,
  .sm-clean ul a:active,
  .sm-clean ul a.highlighted {
    border: 0 !important; 
    padding: 10px 20px; 
	}

  .sm-clean ul a {
    color: #3d4d55; 
    font-weight:400; 
	text-transform:none;
	}

  .sm-clean ul a:hover,
  .sm-clean ul a:focus,
  .sm-clean ul a:active,
  .sm-clean ul a.highlighted {
    background: #fff;
    color: #016AB2;
	}

  .sm-clean ul a.current {
    color: #000; }

  .sm-clean ul a.disabled {
    background: white;
    color: #cccccc; }

  .sm-clean ul a.has-submenu {
    padding-right: 20px; }

  .sm-clean ul a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #001b75; }

  .sm-clean span.scroll-up,
  .sm-clean span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px; }

  .sm-clean span.scroll-up:hover,
  .sm-clean span.scroll-down:hover {
    background: #f3f4f4; }

  .sm-clean span.scroll-up:hover span.scroll-up-arrow,
  .sm-clean span.scroll-up:hover span.scroll-down-arrow {
    border-color: transparent transparent #001b75 transparent; }

  .sm-clean span.scroll-down:hover span.scroll-down-arrow {
    border-color: #001b75 transparent transparent transparent; }

  .sm-clean span.scroll-up-arrow,
  .sm-clean span.scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #a3a8ab transparent; }

  .sm-clean span.scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #a3a8ab transparent transparent transparent; }

  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px; }

  .sm-clean.sm-rtl a span.sub-arrow {
    right: auto;
    left: 12px; }

  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px; }

  .sm-clean.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a3a8ab transparent transparent; }

  .sm-clean.sm-rtl > li > ul:before {
    left: auto;
    right: 30px; }

  .sm-clean.sm-rtl > li > ul:after {
    left: auto;
    right: 31px; }

  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important; }

  .sm-clean.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a3a8ab transparent transparent; }

  .sm-clean.sm-vertical {
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }

  .sm-clean.sm-vertical a {
    padding: 10px 20px; }

  .sm-clean.sm-vertical a:hover,
  .sm-clean.sm-vertical a:focus,
  .sm-clean.sm-vertical a:active,
  .sm-clean.sm-vertical a.highlighted {
    background: #fff; }

  .sm-clean.sm-vertical a.disabled {
    background: #f3f4f4; }

  .sm-clean.sm-vertical a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a3a8ab; }

  .sm-clean.sm-vertical > li > ul:before,
  .sm-clean.sm-vertical > li > ul:after {
    display: none; }

  .sm-clean.sm-vertical ul a {
    padding: 10px 20px; }

  .sm-clean.sm-vertical ul a:hover,
  .sm-clean.sm-vertical ul a:focus,
  .sm-clean.sm-vertical ul a:active,
  .sm-clean.sm-vertical ul a.highlighted {
    background: #f3f4f4; }

  .sm-clean.sm-vertical ul a.disabled {
    background: white; } 
}

/* Seitenweise Bättern */

ul.f3-widget-paginator {
	width: auto; 
	display:table;
	color: #007dbd; 
	padding-top:20px;
	margin:20px auto 40px auto;
}

ul.f3-widget-paginator li {display:inline;}
ul.f3-widget-paginator li a{
	border:1px solid #666; 
	padding:0 10px; 
	margin:0 3px;
	font-weight:400;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color: #016AB2;
	 text-decoration:none;
	}
ul.f3-widget-paginator li.current {
	border:1px solid #666; 
	padding:0 10px; 
	margin:0 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	text-decoration:none;
	background:#016AB2; color:#fff;
} 
ul.f3-widget-paginator li a:hover{ background:#016AB2; color:#fff;}


@media (max-width: 800px) {
  .sm-clean a { color:#fff; font-weight:700; text-transform:uppercase; border-bottom:1px solid #8cbee3; }	 
  .sm-clean a,
  .sm-clean a:hover,
  .sm-clean a:focus,
  .sm-clean a:active,
  .sm-clean a.highlighted {
    padding: 20px 1rem 20px 1rem;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important; 
	}
}

@media (max-width: 660px) {
.countmenu {
	width: auto; 
	max-width:660px;
	display:table;
	color: #007dbd; 
	padding-top:20px;
	margin:20px auto 40px auto; 
}
.countmenu li {float:left; display:block; margin-bottom:15px;}
}

@media (max-width: 414px) {
ul.f3-widget-paginator li a{
	border:1px solid #666; 
	padding:0 10px; 
	margin:5px 3px;
	font-weight:400;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color: #016AB2;
	 text-decoration:none;
	}
ul.f3-widget-paginator li.current {
	border:1px solid #666; 
	padding:0 10px; 
	margin:5px 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	text-decoration:none;
	background:#016AB2; color:#fff;
}	
	
}

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  padding: 44px 0 0 0;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0 0 0;
  }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}



/*tt_news*/
.news-list-item {margin-top:2rem;}

/* Job Detailsanischt */    
.singleheadline {
      position:absolute; 
      bottom:0; 
      left:0; 
      z-index:1000; 
      width:100%; 
      background:#016AB2; 	
      -khtml-opacity: 0.9 ;
      -moz-opacity: 0.9;
      -webkit-opacity: 0.9;
      filter: alpha(opacity=90);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      opacity: 0.9;     
      padding:0 20px; 
      }
.singleheader { position:relative; background:#016AB2; overflow:hidden; width:100%; margin:10px 0 0 0; padding:0;  }

div.jobhead { font-size:1rem; color:#fff; margin:0; font-weight:bold; cursor:pointer; display:inline} 
  h1.jobhead2 { font-size:2.25rem; color:#fff; margin:0 0 10px 0; font-weight:400; display:block; padding-left:1rem; } 
  h2.jobsubheadline { 
  	font-size:24px; 
	color:#fff;
	margin:0;
	padding:0 0 0 1rem; 
	} 
  h2.subhd {font-size:1.2em; margin-top:40px;}	 
  div.jobcontent {width:70%; overflow:hidden; padding:20px 20px 20px 0; float:left; font-size:1.1em; } 
  div.jobcontent h2,  div.jobcontent h3 { font-size:1.25rem; color: #564b47; margin:0; }  
  div.jobleft { 
  	overflow:hidden; 
	width:30%; 
	background:#016AB2; 
	 padding:20px 15px 40px 20px;
	background-color: rgba(211, 226, 233, 0.4);    
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;  
	
	} 
  div.jobleft ul { list-style-type: none; }
  div.jobcontent ul { list-style-type: none;  padding:0 0 1rem 1rem; }
  h3.joblocation { font-weight:700; font-style:normal; margin:10px 10px 1.5em 0; color:#666; font-size: 1.1em; display:inline; }
      
  div.jobleft ul li{    
  list-style-type: none; 
  background:#fff; 
  padding:6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; 
  margin-bottom:10px;
  margin-right:20px;
  }
  
  
  div.jobcontent li:before {
	font-size:1rem;
	color:#016AB2;
	 font-family: 'FontAwesome';
    content: "\f058";
	padding-right:10px;
   /* position: absolute;
    left: 40px;*/
}

div.jobleft a.joblink{    
  color:#666666;
  text-decoration:none;
  padding-bottom:5px;
  }
  
  div.jobleft a.bewerbenlink,
  div.jobleft a.bewerbenlink2{    
  color:#fff;
  text-decoration:none;
  padding-bottom:5px;
  font-weight:700;
  }

  div.jobleft a:before {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 13px 0 0;
	font-size:30px;
  }
  
   div.jobleft a.bewerbenlink:before {
    content: "\f044";
	font-family: 'FontAwesome';
	color:#ffffff;
  }
  div.jobleft a.bewerbenlink2:before {
    content: "\f044";
	font-family: 'FontAwesome';
	color:#FFA83B;
  }
 
   div.jobleft a.joblink:before {
     content: "\f0ca";
	 font-family: 'FontAwesome';
	 color:#016AB2;
  }
 
/* Suchfelder*/ 
  .tx_jobs_search [class*="col-4"]  {padding:0; }
  .tx_jobs_search .form-control {padding:12px; border:1px solid #ccc;}
  .tx_jobs_search .form-control:focus {border:1px solid #ccc;}
  .tx_jobs_search .keyword{width:100%;}
  .tx_jobs_search .location {width:70%;}
  .tx_jobs_search .umkreis {width:28%; min-height:52px;}
  .tx_jobs_search .submit-btn-main {width:100%; padding:10px; font-weight:700;}
  .tx_jobs_search .submit-btn-main:hover {background:#016AB2; color:#fff;}
 

.jobrechts-b {
    margin:20px auto 0 auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2c94c9), color-stop(1, #017ebd));
	background:-moz-linear-gradient(top, #2c94c9 5%, #017ebd 100%);
	background:-webkit-linear-gradient(top, #2c94c9 5%, #017ebd 100%);
	background:-o-linear-gradient(top, #2c94c9 5%, #017ebd 100%);
	background:-ms-linear-gradient(top, #2c94c9 5%, #017ebd 100%);
	background:linear-gradient(to bottom, #2c94c9 5%, #017ebd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c94c9', endColorstr='#017ebd',GradientType=0);
	background-color:#2c94c9;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #006ab2;
	display:inline-block;
	cursor:pointer;
	font-size:20px;
	width:95%;
	padding:8px 20px 8px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	border:2px solid #FFA83B;
}
.jobrechts-b:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #017ebd), color-stop(1, #2c94c9));
	background:-moz-linear-gradient(top, #017ebd 5%, #2c94c9 100%);
	background:-webkit-linear-gradient(top, #017ebd 5%, #2c94c9 100%);
	background:-o-linear-gradient(top, #017ebd 5%, #2c94c9 100%);
	background:-ms-linear-gradient(top, #017ebd 5%, #2c94c9 100%);
	background:linear-gradient(to bottom, #017ebd 5%, #2c94c9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#017ebd', endColorstr='#2c94c9',GradientType=0);
	background-color:#017ebd;
}
.jobrechts-b:active, .jobrechts-j:active  {
	position:relative;
	top:1px;
}

.jobrechts-j {
    margin:20px auto 0 auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #cccccc));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #cccccc 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #cccccc 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #cccccc 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #cccccc 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #cccccc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#cccccc',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #c5c3c3;
	display:inline-block;
	cursor:pointer;
	font-size:20px;
	width:95%;
	padding:8px 20px 8px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.jobrechts-j:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #cccccc 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #cccccc 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #cccccc 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #cccccc 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #cccccc 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#f9f9f9',GradientType=0);
	background-color:#cccccc;
}
.jobrechts-b:active, .jobrechts-j:active  {
	position:relative;
	top:1px;
}

.joblink-btn {
	margin:10px 0 0 auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #cccccc));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #cccccc 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #cccccc 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #cccccc 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #cccccc 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #cccccc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#cccccc',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #c5c3c3;
	padding:6px 20px 8px 20px;
	display:table;
    width:auto;
	cursor:pointer;
}


   
   a.link-jobs { 
   	background: url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Images/jobs.png') no-repeat; 
	width:100%; 
	display:block; 
	padding:10px 0 10px 60px; 
	color:#fff; 
	text-decoration:none;  
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
	}  
   a:hover.link-jobs  {color:#000000;}	
	
   a.link-personalanfrage { 
   background: url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Images/personalanfrage.png') no-repeat; 
   width:100%; 
   display:block; 
   padding:10px 0 10px 60px; 
   color:#fff; 
   text-decoration:none; 
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px; 
   border-radius: 8px;
   margin-bottom:20px;
   } 
   a:hover.link-personalanfrage  {color:#000000;}	
   
   a.link-ansprechpartner { 
   background: url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Images/ansprechpartner.png') no-repeat; 
   width:100%; 
   display:block; 
   padding:10px 0 10px 60px; 
   color:#fff; 
   text-decoration:none; 
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px; 
   border-radius: 8px;
   }
   a:hover.link-ansprechpartner  {color:#000000;}
    
   a.link-bewerben { 
   background: url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Images/bewerben.png') no-repeat; 
   width:100%; 
   display:block; 
   padding:10px 0 10px 60px; 
   color:#fff; 
   text-decoration:none; 
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px; 
   border-radius: 8px;
   margin-bottom:20px;
   }  
   a:hover.link-bewerben  {color:#000000;}	
   .inline a {color: #016AB2 !important;}

    /* Tab Menü */

ul.tab {
list-style: none;
padding: 0;
display:table;
width:auto;
margin: 0 auto 20px auto !important; 
overflow:hidden; 
}

ul.tab li {
float: left;
border: 1px solid #999;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-width: 0;
margin: 0 2px 0 0;
}
ul.tab a {
text-decoration: none;
display: block;
background: #eee;
padding: 0.44em 0.7em;
color: #000;
font-weight:400;
width: 7em;
font-weight:300;
text-align: center;
}

ul.tab a:hover {
background: #016AB2;
color:#fff;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}

ul.tab .selected {
border-color: black;
}

ul.tab a.selected, ul.tab a.selected1, ul.tab a.selected2, ul.tab a.selected3, ul.tab a.selected4, ul.tab a.selected5 {
background: #016AB2;
color: black;
font-weight: bold;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}

@media (max-width: 1024px) {

/* Suchfelder*/ 
  .tx_jobs_search .form-control {padding:12px; border:1px solid #ccc;}
  .tx_jobs_search .form-control:focus {border:1px solid #ccc;}
  .tx_jobs_search .keyword{width:100%;}
  .tx_jobs_search .location {width:70%;}
  .tx_jobs_search .umkreis {width:28%; min-height:52px;}
  .tx_jobs_search .submit-btn {width:100%; padding:10px; font-weight:700;}
  .tx_jobs_search .submit-btn:hover {background:#016AB2; color:#fff;}
  .tx_jobs_search [class*="col-4"]  {padding:0;}
}

@media (max-width: 800px) {
.tx_jobs_search [class*="col-4"]  { width:100%; float:none;}
.tx_jobs_search [class*="col-6"]  { width:75%; padding:0 !important; }
.tx_jobs_search [class*="col-2"]  { width:25%; padding-right:0 !important; }
 h1.jobhead2 { font-size:1.625rem; color:#fff; margin:0 0 10px 0; font-weight:400; line-height:2rem; display:block; } 

 .singleheadline {
      position:relative; 
      -khtml-opacity: 1 ;
      -moz-opacity: 1;
      -webkit-opacity: 1;
	  z-index:2; 
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity:1;     
      padding:0 20px; 
      }
  div.jobcontent {width:100%; overflow:hidden; padding:20px 20px 20px 0; float:none; }  
  div.jobleft { overflow:hidden; width:100%; background:transparent; padding:20px 0; } 	  
}

@media (max-width: 768px) {
.tx_jobs_search .form-control {padding:12px 8px; border:1px solid #ccc;}
.tx_jobs_search [class*="col-4"]  { width:100%; float:none;}
.tx_jobs_search [class*="col-6"]  { width:70%; padding:0 !important; float:left; }
.tx_jobs_search [class*="col-2"]  { width:30%; padding-right:0 !important; float:left;}
	
  .teaserbox h2 {
  font-size:100%;
  color:#3d4d55;
  font-weight:600;
  padding:7px 0 7px 10px;
  background:#016AB2;
  
}

.teaserbox ul {
  padding:10px 0 0 10px;
}
}
@media (max-width: 600px) {
  h1.jobhead2 { font-size:1.25rem; color:#fff; margin:0 0 10px 0; font-weight:400; line-height:2rem; display:block; } 
  h2.jobsubheadline { 
  	font-size:1rem;
padding-top:1rem;	
	} 
}

@media (max-width: 414px) {
.tx_jobs_search [class*="col-6"]  { width:100%; padding:0 !important; float:none; }
.tx_jobs_search [class*="col-2"]  { width:100%; padding:0 !important; float:none; }
.tx_jobs_search .umkreis {padding-left:0px;}
.tx_jobs_search .location {width:68%;}
.tx_jobs_search .umkreis {width:30%; min-height:52px;}

ul.tab a {
width: 9.375em;
}

}

@media (max-width: 375px) {

ul.tab a {
width: 8.125em;
}

}
.tx-powermail{
   margin-top:30px;
   margin-bottom:30px;
   float:none;
   clear:both; 
}

span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
.powermail-errors-list {color:red;}
fieldset.powermail_fieldset {
	/* Fieldset */
	border: 1px solid #ccc;
	background-color: #fcfcfc;
	padding: 20px;
	margin-bottom:50px;
	font-size:100%;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tx-powermail h3{  
   display:none;
}

.tx-powermail a:before {font-family: 'FontAwesome'; content: "\f101"; font-size:0.875rem; line-height:0; padding-right:5px;}

legend {border:0; font-size:120%; width:auto; padding:0 2rem; color: #666;}

.powermail_fieldwrap_radio  legend {border:0; font-size:100%; color: #666;}
.powermail_fieldwrap_check  legend {border:0; font-size:100%; color: #666; }
.powermail_check_outer {margin-left:12%;}

fieldset.powermail_fieldset label{
     width:30%; 
	 display:block; 
	 float:left; 
	 font-weight:400;
}
fieldset.powermail_fieldset_19 .powermail_fieldwrap_datenschutz .checkbox label{
     width:90%; 
}

fieldset.powermail_fieldset_3 .powermail_fieldwrap_marker .checkbox label,
fieldset.powermail_fieldset_5 .powermail_fieldwrap_datenschutzvereinbarung .checkbox label{
     width:100%; 
	 display:block; 
	 float:left; 
	 font-weight:400;
}
.powermail_select { padding:5px; border:1px solid #016AB2;
	background:#edF3F6;}

.powermail_fieldset_16 .powermail_fieldwrap_zusatzinfos .powermail_field{  padding-left:30%; }
.powermail_fieldset_16 .powermail_fieldwrap_zusatzinfos .checkbox { float:none;clear:both;}
.powermail_fieldset_16 .powermail_fieldwrap_zusatzinfos .checkbox label{ width:90%;}
.powermail_fieldset_3 .powermail_fieldwrap_marker > label,
.powermail_fieldset_5 .powermail_fieldwrap_datenschutzvereinbarung > label { display:none;}
.powermail_fieldset_19 .powermail_fieldwrap_datenschutz > label { display:none;}
.powermail_fieldset_19 .powermail_fieldwrap_datenschutz > .powermail_field { margin-left:30%;}

#powermail_field_stellenanzeige {
    border: 0;
    background: #FCFCFC;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    height: 120px !important;
    max-height: 120px !important;
    min-height: 1rem;
    overflow: hidden;
}

.powermail_fieldset_4 {width:100%; }
.powermail_fieldset_5 {width:100%; }
.powermail_fieldset_6 {width:100%; }	

.mandatory{color:red;}

fieldset.powermail_fieldwrap input {
	margin-left:0;
}
fieldset.powermail_fieldset input.powermail_input,
fieldset.powermail_fieldset input.powermail_date,
fieldset.powermail_fieldset input.powermail_datetime,
fieldset.powermail_fieldset input.powermail_captcha,
fieldset.powermail_fieldset textarea.powermail_textarea,
fieldset.powermail_fieldset input#uid32
 {
	/* Input and textarea */
	border:1px solid #016AB2;
	background:#edF3F6 none;
    padding:5px;
	width:60%; 
}

fieldset.powermail_fieldset input#uid89{ width: 300px; }

#powermail_field_stellenanzeige { 
	border:0; 
	background:#FCFCFC; 
	font-size:1.5rem; 
	line-height:2rem;
	font-weight:700;
	height: 80px !important;
    max-height: 80px !important;
	min-height:1rem;
	overflow:hidden;
	}	
input#powermail_field_stellenanzeige:focus {border:0 !important; }


fieldset.powermail_fieldset input.powermail_time,
fieldset.powermail_fieldset input[type=time]{
    width:60px;
}

.hidden-label {    
    height: 0;
    width: 0;
    overflow: hidden;
	}
.tx_jobs_search .hidden-label {    
    height: 0;
    width: 0;
    overflow: hidden;
	display:none;
	}

fieldset.powermail_fieldset textarea:focus,
fieldset.powermail_fieldset input:not([type="submit"]):focus {
	background:#fff none;
	border:1px solid #333;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
fieldset.powermail_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 3px 0;
   width:30px;
}

div.powermail_fieldwrap {
	/* DIV container arround every field */
	margin: 0 0 1rem 0;
	clear:both;
}
fieldset.powermail_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 30.83333%;
	font-weight: bold;
	border:0;
	padding: 5px 30px;
	background:  #016AB2;
	color:#fff;
	max-width:200px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

}
.powermail_fieldset_10 {margin-bottom:150px !important;}
.powermail_fieldset_10 .powermail_label { width: 34%;  }

.powermail_fieldwrap_uid141 { clear:none!important; float:left !important; width:45%; overflow:hidden;  }
.powermail_fieldwrap_uid141 .powermail_label { width:75%; }
.powermail_fieldwrap_uid142 { clear:none!important; float:left !important; width:100px;  }
.powermail_fieldwrap_uid142 .powermail_label{ }  
.powermail_fieldwrap_uid144 {  float:left !important; width:45%;  }
.powermail_fieldwrap_uid144 .powermail_label{ width:75%; }
.powermail_fieldwrap_uid143{ clear:none!important; float:left !important;  width:100px; }
.powermail_fieldwrap_uid142 label{ width:80%;  padding-left:20px; }
.powermail_fieldwrap_uid145 textarea.powermail_textarea{width:100% !important; height:4rem !important;}
.powermail_fieldwrap_uid145 .powermail_label{ width:100%;  float:none; }
.powermail_fieldset_10 .checkbox label{overflow:hidden; width:100%; float:none; }
.powermail_fieldwrap_uid146 input.powermail_submit {margin: 10px 0 10px 0 !important;}


p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: normal;
    font-size:14px; 
}

fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title {
     font-size:14px;
     font-weight: normal; 
}
.powermail_field .radio { overflow:hidden; }
div.powermail_fieldwrap_type_radio .powermail_field {
	overflow:hidden;
}
.powermail_fieldwrap_type_radio .powermail_field .radio label{
     width:100%; 
	 display:block; 
	 float:none; 
	 font-weight:400;
}

div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a{
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a dfn{
	/* Description */
	display: none;
	text-decoration: none;
    position:absolute;
    z-index:1;
    width: auto;
    height:15px;
    padding:3px 10px 5px 10px;
    background-color:#00559E;
    border:1px solid #00559E;
    font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
    text-decoration: none;
    /* CSS3 spicing for mozilla and webkit */
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;

    -moz-box-shadow:0 0 6px #ddd;
    -webkit-box-shadow:0 0 6px #ddd;
    box-shadow:0 0 6px #ddd;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a:hover dfn{
	/* Description on mouseover */
	display: block;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.powermail_fieldset div.even {
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

fieldset.powermail_fieldset fieldset {
	border: 0 none;
	padding: 0;
	margin: 0;
	position: relative;
}
fieldset.powermail_fieldset fieldset legend {
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
}
.powermail_mandatory {
	color: #f00;
}
fieldset.powermail_fieldset .powermail_check_inner,
fieldset.powermail_fieldset .powermail_radio_inner {
	margin-left: 160px;
	clear: both;
}
fieldset.powermail_fieldset .powermail_check_inner label,
fieldset.powermail_fieldset .powermail_radio_inner label {
	float: none;
	width: auto;
	display: inline;
	font-weight: normal;
	margin-left: 7px;
}
fieldset.powermail_fieldset .powermail_check_inner input,
fieldset.powermail_fieldset .powermail_radio_inner input {
	float: left;
	position: relative;
	clear: left;
}

.powermail_captcha_outer  {margin-left:30%;}

        /* Multiple JS */
div.fieldsets {
    clear: both;
}
div.powermail_multiple_js fieldset.powermail_fieldset legend {
    display:none;
}
div.powermail_multiple_js fieldset.powermail_fieldset {
    padding-top:15px;
}
div.powermail_multiple_js fieldset.powermail_fieldset fieldset legend {
    display:block;
}
ul.powermail_multiplejs_tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.powermail_multiplejs_tabs li {
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
    list-style-type: none;
}
ul.powermail_multiplejs_tabs li a {
    display: block;
    padding: 5px 10px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    background: #E0E0E0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    outline: none;
}
ul.powermail_multiplejs_tabs li a.act {
    background: #F0F0F0;
    color: #333;
    padding:5px 10px 6px 10px;
    position:relative;
    margin-bottom:-1px
}

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FF0000;
	border:1px solid #FF0000;
	font-size:11px;
	color:#fff;
	padding:3px 10px 5px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	box-shadow:0 0 6px #ddd;
}

.error p {
	margin: 0;
	padding: 0;
	font-weight: bold;

}

/* pure CSS arrow */
.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#FF0000 transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-7px;
	left:5px;
	border-bottom:0 none;
}

/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
.date {
	width:198px !important;
}

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:10000;
	
	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	box-shadow:0 0 15px #666;
}



.xdsoft_datetimepicker{box-shadow:0px 5px 15px -5px rgba(0,0,0,0.506);background:white;border-bottom:1px solid #bbb;border-left:1px solid #bbb;border-right:1px solid #bbb;border-top:1px solid #bbb;color:#333333;font-family:"Helvetica Neue", "Helvetica", "Arial", sans-serif;padding:8px;padding-left:0px;padding-top:2px;position:absolute;z-index:9999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:none}.xdsoft_datetimepicker button{border:none !important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0px;margin:0px}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0px}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_mounthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==")}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0px}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0px 0px}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0px none currentColor;cursor:pointer;display:block;height:30px;opacity:0.5;outline:medium none currentColor;overflow:hidden;padding:0px;position:relative;text-indent:100%;white-space:nowrap;width:20px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0px;margin-bottom:7px;margin-top:0px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #eee}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:white;border-top:1px solid #eee;color:#444;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0px;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0px}.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0px;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#A94442}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#1E5799;box-shadow:#1E5799 0px 1px 3px 0px inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:90px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:56px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#F5F5F5;border:1px solid #DDDDDD;color:#666666;font-size:12px;text-align:right;padding:0px;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker .xdsoft_calendar th{background:#F1F1F1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#1E5799}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#1E5799;box-shadow:#1E5799 0px 1px 3px 0px inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:0.5}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:0.2}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#A94442 !important;box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit	!important;background:inherit !important;box-shadow:inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0px;top:0px;bottom:0px;cursor:pointer}.xdsoft_scroller_box{position:relative}





/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
} 

#caltitle {
	font-size:14px;
	color:#FA8800;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/img/prev.gif') no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/img/next.gif');
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:18px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}

/* current day */
#calcurrent {
	background-color:#498CE2;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}

/* slider root element 
.slider { 
	background:#3C72E6 url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/img/h30.png') repeat-x 0 0; 
	height:9px; 
	position:relative; 
	cursor:pointer;
	border:1px solid #333;
	width:300px;
	float:left; 
	clear:right;
	margin-top:10px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:inset 0 0 8px #000;
	box-shadow:inset 0 0 8px #000;
}*/

/* progress bar (enabled with progress: true) */
.progress {
	height:9px; 
	background-color:#C5FF00; 
	display:none;
	opacity:0.6;
}

/* drag handle */
.handle { 
	background:#fff url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/img/h30.png') repeat-x 0 0; 
	height:28px;
	width:28px;
	top:-12px;
	position:absolute; 
	display:block; 
	margin-top:1px;
	border:1px solid #000;
	cursor:move;
	-moz-box-shadow:0 0 6px #000;
	-webkit-box-shadow:0 0 6px #000;
	box-shadow:0 0 6px #000;
	-moz-border-radius:14px;
	-webkit-border-radius:14px; 
	border-radius:14px;
}

/* the input field */
fieldset.powermail_fieldset input.powermail_text.range {
	float:left;
	margin:0 0 0 15px;
	padding:3px 0;
	text-align:center;
	width:50px;
}

@media (max-width: 1024px) {
#powermail_field_stellenanzeige { 
	border:0; 
	background:#FCFCFC; 
	font-size:1.5rem; 
	line-height:2rem;
	font-weight:700;
	height: 120px !important;
    max-height: 120px !important;
	min-height:1rem;
	}
}


@media (max-width: 768px) {
.powermail_fieldset_4 {width:100%; }
.powermail_fieldset_5 {width:100%; }
.powermail_fieldset_6 {width:100%; }

}

@media (max-width: 740px) {
fieldset.powermail_fieldset label{
     width:100%; 
	 display:block; 
	 float:none; 
	 font-weight:400; 
 }
 

.powermail_fieldwrap_uid141 { clear:none!important; float:left !important; width:60%; overflow:hidden;  }
.powermail_fieldwrap_uid141 .powermail_label { width:70%; max-width:70%; float:left !important;  }
.powermail_fieldwrap_uid141 .powermail_field { width:20%; float:left !important; }
.powermail_fieldwrap_uid142 { clear:none!important; float:left !important; width:140px; }
.powermail_fieldwrap_uid142 .powermail_label{ float:left !important; width:20px !important; max-width:20px; } 
.powermail_fieldwrap_uid144 .powermail_label{ float:left !important; width:20px; }   
.powermail_fieldwrap_uid144 {  float:left !important; width:60%; }
.powermail_fieldwrap_uid144 .powermail_label{ width:70%; max-width:70%; float:left !important;}
.powermail_fieldwrap_uid144 .powermail_field { width:20%; float:left !important; }
.powermail_fieldwrap_uid143 { clear:none!important; float:left !important;  width:140px;  }
.powermail_fieldwrap_uid143 .powermail_label{ width:20px; max-width:20px; float:left !important; visibility:hidden; } 
.powermail_fieldwrap_uid145 textarea.powermail_textarea{width:100% !important; height:4rem !important;}
.powermail_fieldwrap_uid145 .powermail_label{ width:100%;  float:none; }
.powermail_fieldset_10 .checkbox label{overflow:hidden; width:100%; float:none; }
.powermail_fieldwrap_uid146 input.powermail_submit {margin: 10px 0 10px 0 !important;}
 
}

@media (max-width: 600px) {

.powermail_fieldset_11 .powermail_file, .powermail_fieldset_3 .powermail_file{ width: 80%; }	
.powermail_fieldset_10 .powermail_label { width: 100%; }
fieldset.powermail_fieldset input.powermail_input,
fieldset.powermail_fieldset input.powermail_date,
fieldset.powermail_fieldset input.powermail_datetime,
fieldset.powermail_fieldset input.powermail_captcha,
fieldset.powermail_fieldset textarea.powermail_textarea,
fieldset.powermail_fieldset input#uid32
 {
	/* Input and textarea */
	border:1px solid #016AB2;
	background:#edF3F6 none;
	-moz-box-shadow:0 0 5px #eee inset;
	-webkit-box-shadow:0 0 5px #eee inset;
    padding:5px;
	width:100%; 
}
fieldset.powermail_fieldset input.powermail_date { width:70%!important; }


}

@media (max-width:480px) { 
fieldset.powermail_fieldset label{
     width:100%; 
	 display:block; 
	 float:none; 
	 font-weight:400;
}
fieldset.powermail_fieldset input.powermail_input,
fieldset.powermail_fieldset input.powermail_date,
fieldset.powermail_fieldset input.powermail_datetime,
fieldset.powermail_fieldset input.powermail_captcha,
fieldset.powermail_fieldset textarea.powermail_textarea,
fieldset.powermail_fieldset input#uid32
 {

	width:100%;
}
.powermail_fieldset_3 {}
.powermail_check_outer {margin-left:0;}



.powermail_fieldwrap_uid141 { clear:none!important; float:left !important; width:60%; }
.powermail_fieldwrap_uid141 .powermail_label { width:55%;  }
.powermail_fieldwrap_uid142 { clear:none!important; float:left !important; width:100px; } 
.powermail_fieldwrap_uid144 {  float:left !important; width:60%;  }
.powermail_fieldwrap_uid144 .powermail_label{ width:55%; }
.powermail_fieldwrap_uid143{ clear:none!important; float:left !important;  width:100px; }

.powermail_fieldwrap_uid144 label{ width:80%;  padding-left:20px; }
}

@media (max-width:375px) { 
.powermail_fieldwrap_uid141 { clear:none!important; float:left !important; width:60%; }
.powermail_fieldwrap_uid141 .powermail_label { width:60%;  }
.powermail_fieldwrap_uid142 { clear:none!important; float:left !important; width:80px;  } 
.powermail_fieldwrap_uid144 {  float:left !important; width:60%;  }
.powermail_fieldwrap_uid144 .powermail_label{ width:60%; }
.powermail_fieldwrap_uid143{ clear:none!important; float:left !important;  width:80px; }
}

@media (max-width:320px) { 
.powermail_fieldset_10 .powermail_label { font-size:0.875 !important; }
.powermail_fieldwrap_uid141 { clear:none!important; float:left !important; width:70%; }
.powermail_fieldwrap_uid141 .powermail_label { width:60%;  }
.powermail_fieldwrap_uid142 { clear:none!important; float:left !important; width:80px;  } 
.powermail_fieldwrap_uid144 {  float:left !important; width:60%;  }
.powermail_fieldwrap_uid144 .powermail_label{ width:60%; }
.powermail_fieldwrap_uid143{ clear:none!important; float:left !important;  width:80px; }
}
.slide-in-left {
	
	-webkit-animation: slide-in-left 800ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
	        animation: slide-in-left 800ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both; 
}

.slide-in-right {
	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.5s both;
	        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.5s both;
}


.fade-in {
	opacity: 0;
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 500ms both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 500ms both;
}

.shadow-drop-2-center {
	-webkit-animation: shadow-drop-2-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-drop-2-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* ----------------------------------------------
 * Generated by Animista on 2019-9-18 7:44:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}



/* ----------------------------------------------
 * Generated by Animista on 2019-9-18 8:37:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-9-18 9:12:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-drop-2-center
 * ----------------------------------------
 */
@-webkit-keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
   -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.65);
            box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.65);		
			background:#5b6064;
  }
}
@keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.65);
            box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.65);	
			background:#5b6064;
  }
}

@media screen and (max-width: 1280px) {
	.slide-in-left {
	position:absolute;
    top:0;
    right:0;
    z-index:1000; 
    }
}

@media screen and (max-width: 1024px) {
	.slide-in-left {
	position:absolute;
    top:0;
      right:0;
    z-index:1000; 
    }
}

@media screen and (max-width: 800px) {
	.slide-in-left {
	position:absolute;
    top:0;
       right:0;
    z-index:1000; 
    }
}



/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
  clear: both; }
.news .nav ul {
  float: left;
  display: inline;
  margin: 0; }
.news .nav li {
  float: left; }
.news .nav a {
  float: left;
  display: block; }
.news .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.news .article {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem; }
  .news .article:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }
  .news .article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .news .article .news-img-wrap {
    float: left;
    margin: 3px 12px 5px 0;
    background: #fff; }
    .news .article .news-img-wrap a {
      display: block;
      float: left;
      padding: 4px;
      border: 0.063rem solid #a3a8ab;
      background: #fff; }
    .news .article .news-img-wrap img {
      float: left;
      height: auto;
      width: auto; }
  .news .article .teaser-text {
    margin: 0 0 10px 0; }
  .news .article h3 {
    margin-bottom: 0; }
	
.news .article .more:before { content: "\f101"; font-family: 'FontAwesome';padding-right:10px;}	
.news-backlink-wrap a:before { content: "\f101"; font-family: 'FontAwesome';padding-right:10px;}	
.news .footer {
  clear: both;
  padding: 10px 0 0 0;
  border-top: 0.063rem solid #a3a8ab;
  margin-top: 15px;
  color: #6f7679; }
  .news .footer p {
    line-height: 1em; }
  .news .footer span {
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 0.063rem solid #a3a8ab; }
    .news .footer span:last-child {
      border-right: 0; }
  .news .footer .news-category a {
    text-transform: uppercase; }
.news .no-news-found {
  color: #DB0202;
  font-style: italic; }
.news .page-navigation p {
  float: left; }
.news .page-navigation ul {
  float: right; }
  .news .page-navigation ul li {
    float: left;
    display: block; }
    .news .page-navigation ul li a {
      display: block; }

/* category menu view */
.news-category-view ul li {
  padding: 5px 8px; }
  .news-category-view ul li li {
    padding: 2px 8px 2px 12px; }
.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 0.063rem solid #a3a8ab;
  border-bottom: 0.063rem solid #a3a8ab; }
.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 0.063rem solid #a3a8ab; }

/* single view */
.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 0.063rem solid #a3a8ab; }
.news-single .article .news-img-wrap {
  float: right;
  width: 100%;
  margin: 0 0 0 25px; }
  @media screen and (min-width: 801px) {
    .news-single .article .news-img-wrap {
      width: 50%; } }
  .news-single .article .news-img-wrap img {
    float: none; }
.news-single .teaser-text {
  color: #6f7679; }
  .news-single .teaser-text p {
    font-size: 1.2rem; }

.news-text-wrap {
  margin-bottom: 10px; }

.news-img-caption {
  color: #6f7679; }

/* related news + files */
.news-related-wrap {
  display: table;
  margin-top: 20px;
  width: 100%; }

.news-related {
  width: 50%;
  padding: 1.5rem 1rem;
  border: 0.063rem solid #a3a8ab;
  display: table-cell; }
  .news-related ul li {
    line-height: 1em;
    margin-bottom: 12px; }
    .news-related ul li span {
      border-right: 0.063rem solid #a3a8ab;
      display: inline-block;
      margin-right: 0.5rem;
      padding-right: 0.5rem;
      color: #6f7679; }
      .news-related ul li span :last-child {
        border-right: 0;
        padding-right: 0; }
  .news-related h4 {
    margin-bottom: 10px; }

.news-related-files ul li {
  margin-bottom: 1.5rem; }
.news-related-files .news-related-files-link .jpg {
  background-position: 0 0; }

.news-clear {
  clear: both; }

/*# sourceMappingURL=news-basic.css.map */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/font-awesome-4.7.0/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/font-awesome-4.7.0/fontawesome-webfont.eot?#iefix&v=4.7.0') format("embedded-opentype"), url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/font-awesome-4.7.0/fontawesome-webfont.woff2?v=4.7.0') format("woff2"), url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/font-awesome-4.7.0/fontawesome-webfont.woff?v=4.7.0') format("woff"), url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/font-awesome-4.7.0/fontawesome-webfont.ttf?v=4.7.0') format("truetype"), url('../../../typo3conf/ext/jwmusterprojekt11/Resources/Public/Fonts/font-awesome-4.7.0/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-15x {
  font-size: 1.5em; }  

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 1.875em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -1.875em;
  width: 1.875em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.58929em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
 
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}

.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; }
  


@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 */