@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_jobs" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-jobs table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-jobs table th {
        font-weight:bold;
    }

    .tx-jobs table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }

/*
 * 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)
 *
 */

/* ====================================================================================================================
 * 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;
  border: 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; }
.tx-ws-flexslider .caption-body p { margin-bottom: 0px; }
.tx-ws-flexslider .caption-text { padding: 17px; }

.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; }
  .tx-ws-flexslider .caption-text { position: absolute; width: 350px; top: 20px; background: rgba(255,255,255,0.9); }
  
  
  
  
}
.tx-powermail .powermail_fieldset .powermail-errors-list{display:none;margin:5px 0 20px 0;padding:0;list-style-type:none;background-color:#F2DEDE;border:1px solid #EBCCD1;width:100%;float:right;clear:left}.tx-powermail .powermail_fieldset .powermail-errors-list.filled{display:block}.tx-powermail .powermail_fieldset .powermail-errors-list>li{color:#A94442;padding:5px 10px}.tx-powermail .powermail_fieldset .powermail_field_error,.tx-powermail .powermail_fieldset div.error{background-color:#EBCCD1;color:#A94442}.tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list{width:100%;margin-bottom:0;background-color:#EBCCD1;border:none}.tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list>li{padding-left:5px}.tx-powermail .powermail_progressbar{width:100%;height:5px;float:right;border:1px solid #EEEEEE;clear:both}.tx-powermail .powermail_progressbar.disable{display:none}.tx-powermail .powermail_progressbar>.powermail_progress{background:#1E5799;width:0%;max-width:100%;-webkit-animation:progress 5s 1 forwards;-moz-animation:progress 5s 1 forwards;-ms-animation:progress 5s 1 forwards;animation:progress 5s 1 forwards}.tx-powermail .powermail_progressbar>.powermail_progress>.powermail_progress_inner{height:5px;width:100%;overflow:hidden;background:url("/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;-moz-opacity:0.25;-khtml-opacity:0.25;opacity:0.25;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);filter:alpha(opacity=25)}.tx-powermail ul.powermail_fieldwrap_file_list{background-color:white;border:1px solid #bbb;float:right;padding:3px;width:100%;list-style:none;border-radius:4px;margin:0}.tx-powermail ul.powermail_fieldwrap_file_list>li{margin:5px}.tx-powermail ul.powermail_fieldwrap_file_list>li .deleteAllFiles{color:#bbb;cursor:pointer}.tx-powermail ul.powermail_fieldwrap_file_list>li .deleteAllFiles:hover{text-decoration:underline}.tx-powermail .powermail_confirmation .powermail_progressbar{width:100%}.tx-powermail .powermail_message{padding:5px 0 10px 20px;min-height:65px;background-color:#EBCCD1;border:1px solid #A94442;background-position:98% 10px;background-repeat:no-repeat;list-style:circle}.tx-powermail .powermail_message li{padding:5px 50px 0 0;border:none;background:none}.tx-powermail .powermail_message.powermail_message_ok{background-image:url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");background-color:#CDEACA;border:1px solid #3B7826}.tx-powermail .powermail_message.powermail_message_ok li{color:#3B7826}.tx-powermail .powermail_message.powermail_message_error{background-image:url("/typo3conf/ext/powermail/Resources/Public/Image/icon_error.png")}.tx-powermail .powermail_message.powermail_message_error li{color:#A94442}.tx-powermail .powermail_message.powermail_message_note{background-image:url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");background-color:#FCF8E3;border:1px solid #FFCA4B}.tx-powermail .powermail_message.powermail_message_note li{color:#FFCA4B}.tx-powermail .powermail_fieldset .powermail_tab_navigation{margin-top:2em}.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next,.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_previous{background-color:#aaa;display:inline-block;padding:5px 30px;text-decoration:none;color:white;border:1px solid #bbb;font-weight:bold}.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next{background-color:#1E5799;float:right}.tx-powermail .powermail_form.nolabel>h3{display:none}.tx-powermail .powermail_fieldset.nolabel>legend{display:none}.tx-powermail .powermail_fieldwrap.nolabel>label{display:none}.tx-powermail .powermail_fieldwrap.nolabel>fieldset>legend{display:none}@-webkit-keyframes progress{from{}to{width:100%}}@-moz-keyframes progress{from{}to{width:100%}}@-ms-keyframes progress{to{width:100%}}@keyframes progress{from{}to{width:100%}}



//* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/open-sans-v15-latin-700.svg#OpenSans') 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; }


  
.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;
}  
  
 /* Layout */ 

body, html {
  height: 100%;
  width: 100%;
  background: #d0e5f3 url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/background.jpg') no-repeat fixed; 
  
  }

body, .wrapper-footer, .wrapper-content, .content-header{
  position: relative;
  left: 0;
  right: 0; }
  
.width-max{
  max-width: 1140px;
  margin: 0 auto;
  }

.content-main .width-max, 
.content-rootline .width-max{ 
	background:#fff; 
	overflow:hidden; 
	padding-left:1rem;
	padding-right:1rem; 	
	}

.content-rootline{ margin-top:1rem; } 
 
nav .sm {
  max-width: 1140px;
  margin: 0 auto 1rem auto; 
  background:#006fc0; 
  }
  
  
/* Copyright */
.image {position:relative;}
.front, .singleheader {position:relative;}
.imagecopyright { 
	position:absolute; 
	top:0; 
	left:0; 
	color:#fff; 
	background:url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/trans-schwarz-25.png');
	padding:1px 3px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
	}
 .slidercontent:hover .imagecopyright { opacity: 1; }	
 .image:hover .imagecopyright{opacity: 1;}
 .singleheader:hover .imagecopyright{opacity: 1;}  
  
.slider {width: 66.66667%; float:left; } 
.claim {width: 33.3333%; float:left; padding:2rem; color:#fff; } 
.topheader {background: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/claim_bg.jpg') no-repeat 130% 0; overflow:hidden; width:100%;}
.handler {background:url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/contact-btn-g.png') no-repeat; width:89px; height:181px; float:left; }
.flyout .flyoutinner {background:#006ab3; overflow:hidden; padding:0 2rem 2rem 3rem; display:none; }
.flyout .flyoutinner a{color:#fff; text-decoration:underline; }
.flyout {max-width:40rem; position:fixed; z-index:1100; right:0; top:10%;}
#c207 .image {max-width:20rem;}


/* Home Schaltflächen Bremen */
#c476 {background: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/bewerbung_banner.jpg') no-repeat; min-height:74px; margin-bottom:1.5rem; padding: 1.375rem 0 0 6rem;}
#c476:hover, #c473:hover, #c474:hover, #c535:hover {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.29);}
#c476 a, #c473 a, #c474 a, #c535 a{color:#fff; font-size:1.25rem }
#c473 {background: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/personalanfrage_banner.jpg') no-repeat; min-height:74px; margin-bottom:1.5rem; padding: 1.375rem 0 0 6rem;}
#c474 {background: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/ansprechpartner_banner.jpg') no-repeat; min-height:74px; margin-bottom:1.5rem; padding: 1.375rem 0 0 6rem;}
#c535 {background: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/jobs_banner.jpg') no-repeat; min-height:74px; margin-bottom:1.5rem; padding: 1.375rem 0 0 6rem;}
 
/* Home Schaltflächen Saarbrücken */
#c587 {background: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/bewerbung_banner.jpg') no-repeat; min-height:74px; margin-bottom:1.5rem; padding: 1.375rem 0 0 6rem;}
#c587:hover, #c585:hover, #c584:hover, #c586:hover {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.29);}
#c587 a, #c585 a, #c584 a, #c586 a{color:#fff; font-size:1.25rem }
#c585 {background: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/personalanfrage_banner.jpg') no-repeat; min-height:74px; margin-bottom:1.5rem; padding: 1.375rem 0 0 6rem;}
#c584 {background: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/ansprechpartner_banner.jpg') no-repeat; min-height:74px; margin-bottom:1.5rem; padding: 1.375rem 0 0 6rem;}
#c586 {background: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/jobs_banner.jpg') no-repeat; min-height:74px; margin-bottom:1.5rem; padding: 1.375rem 0 0 6rem;} 
 
@media screen and (max-width: 1312px) {
  .width-max {
    padding-left: 1rem;
    padding-right: 1rem; } 
}

@media screen and (max-width: 1280px) {
.flyout {top:22%;}
}

@media screen and (max-width: 960px) {
.flyout {top:21%;}
}	

@media screen and (min-width: 601px) {
  body {
    display: table; }

  .wrapper-content {
    height: 100%; }

  .wrapper-footer, .wrapper-content {
    display: table-row; } 
}
.wrapper-footer {
  background: #006ab3;
  }

.content-main {
  padding-bottom: 0; clear:both; float:none; overflow:hidden; 
  }

.splitted {
	overflow:hidden; 
	float:none; 
	clear:both; 
	margin-top:0.5rem;
	}
.colored {background:#faf5e7; padding:2rem 0; margin-bottom:3rem;}
.form {padding-bottom:3rem;}

.content-footer {
  color: #fff; 
  min-height:197px; padding-top:0; overflow:hidden; 
  padding-bottom:2rem;
  }

.content-footer .width-max {background:url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/footer-bg.png') no-repeat; overflow:hidden; }  
  
.content-footer2 {
  color: #fff; }

.header-image {
  height: auto;
  background-size: cover;
  -webkit-background-size: cover; margin-bottom:1.5rem; }

@media screen and (max-width: 600px) {
  .wrapper-logo {
    border-top: 0; }

  .content-main {
    padding-top: 1.5rem; } 
}
@media screen and (min-width: 601px) {
  .wrapper-nav {
    padding-top: 1.25rem; 
	}

	}
.wrapper-logo img {
  margin: 0 auto; }

@media screen and (min-width: 601px) {
  .wrapper-logo img {
    margin: 1rem 0 0 0; 
	max-width:400px;
	} 	
}
.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: 5rem; }

.padding-bottom {
  padding-bottom: 1.5rem; }

.mobilelink {
  padding: 0.75rem;
  display: inline-block;
  cursor: pointer;
  color: #0026a8; }

.mobilelink:hover, .mobilelink:focus {
  color: #000F42; }

.hidden {
  display: none !important;
  visibility: hidden; }

.vhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media screen and (min-width: 601px) {
  .hidden-mdup {
    display: none !important;
    visibility: hidden; }

  .vhidden-mdup {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }
@media screen and (max-width: 600px) {
  .hidden-sm {
    display: none !important;
    visibility: hidden; }

  .vhidden-sm {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }
img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: block; }

a img {
  outline: none; }

ul, ol {
  padding-left: 2rem; }

li {
  padding-bottom: 0.75rem; }

@media screen and (min-width: 601px) {
  ul, ol {
    padding-left: 3rem; }

  .dl-horizontal > dt {
    float: left;
    clear: left;
    width: 33.3333%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal > dd {
    margin-left: 33.3333%; } 
}

ul.no-bullets, ol.no-bullets {
  padding-left: 0; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

  /*
.grid {
  margin-left: -1rem;
  margin-right: -1rem; }

.grid:before,
.grid:after {
  content: "";
  display: table; }

.grid:after {
  clear: both; }*/

[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  display: block;
  float: left;
  width: 100%; }

.grid[class*="col-"] {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem; }

.boxright { padding:4rem 0 2rem 2rem; } 
.boxleft { padding:4rem 2rem 2rem 2rem; } 
.inner { padding: 0rem 3rem 3rem 3rem; }

body#seite-111 .inner { padding: 2rem 3rem 3rem 3rem; }
body#seite-220 .inner { padding: 2rem 3rem 3rem 3rem; }
 
[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%; }

body#seite-1 .row, body#seite-195 .row{
display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: auto; 
}  
  
[class*="col-3"] {
  width: 25%; }

[class*="col-3"]:nth-child(4n+1) {
  clear: both; }

[class*="col-4"] {
 /* width: 33.33333%; */
  -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; 
  }
 
.inner [class*="col-4"] {
  width: 33.33333%; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:1.5rem;
  padding-right:0;
  overflow:hidden;
 
  } 
 
 .content-footer [class*="col-3"] {
  padding:0 2rem;
  box-sizing: border-box;
  }
.content-footer [class*="col-3"].sp1 {
  width: 23%; 
  }
.content-footer [class*="col-3"].sp2 {
  width: 20%;
  }
.content-footer [class*="col-3"].sp3 {
  width: 27%; 
  } 
.content-footer [class*="col-3"].sp4 {
  width: 30%;
  }   

[class*="col-5"] {
  width: 41.6667%; }

[class*="col-6"] {
  width: 50%; }

body#seite-1 [class*="col-6"], body#seite-195 [class*="col-6"] {
  padding-right:2rem; 
  }  

[class*="col-7"] {
  width: 58.3333%; }

[class*="col-8"] {
  width: 66.66667%; }

[class*="col-9"] {
  width: 75%; }

[class*="col-10"] {
  width: 83.33333%; }

[class*="col-11"] {
  width: 91.6667%; }

[class*="col-12"] {
  width: 100%; 
  }

@media screen and (max-width: 1280px) {
  [class*="_d-0"] {
    display: none; }

  [class*="_d-1"] {
    width: 8.3333%; }

  [class*="_d-2"] {
    width: 16.66667%; }

  [class*="_d-3"] {
    width: 25%; }

  [class*="_d-4"] {
    width: 33.33333%; }

  [class*="_d-5"] {
    width: 41.6667%; }

  [class*="_d-6"] {
    width: 50%; }

  [class*="_d-6"]:nth-child(2n+1) {
    clear: both; }

  [class*="_d-7"] {
    width: 58.3333%; }

  [class*="_d-8"] {
    width: 66.66667%; }

  [class*="_d-9"] {
    width: 75%; }

  [class*="_d-10"] {
    width: 83.33333%; }

  [class*="_d-11"] {
    width: 91.6667%; }

  [class*="_d-12"] {
    width: 100%; 
	}
 .content-header {padding-left:1rem;}	
}
@media screen and (max-width: 1024px) {
.content-header {padding-left:0;}
.wrapper-nav { padding-top: 1rem; }		
.content-header [class*="col-4"] {float:none;}	
.content-header [class*="col-8"] {float:none; width: 100%; }
.content-footer .width-max {background:url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/footer-bg-1024.png') no-repeat; overflow:hidden; } 
body#seite-1 [class*="col-6"], body#seite-195 [class*="col-6"] {padding-right:1rem; }  
#c587 a, #c585 a, #c474 a, #c535 a{color:#fff; font-size:1.125rem }	
.boxright { padding:2rem 0 2rem 1rem; } 
.boxleft { padding:2rem 1rem 2rem 2rem; } 
}
@media screen and (max-width: 960px) {
body#seite-1 [class*="col-6"], body#seite-195 [class*="col-6"] {
  padding-right:1rem; 
  } 
.topheader {background: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/claim_bg.jpg') no-repeat 130% 0; overflow:hidden; width:100%; }
.handler {background:url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/contact-btn-g.png') no-repeat; background-size:100%; width:60px; height:120px; 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%; }

  [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%; 
	}
.wrapper-logo img {
    margin: 1.5rem 0 0 0; 
	max-width:350px;
	} 


.content-header [class*="col-4"] { position:absolute; z-index:10; }	
.content-header [class*="col-8"] { width: 100%; }

[class*="col-8"] { width: 100%; float:none; }	
.splitted [class*="col-4"] { width: 100% !important; float:none; padding:0 2rem 0 2rem; }		 	
}

@media screen and (max-width: 800px) {
.wrapper-logo {padding-left:1rem;}
.width-max { padding-left: 0; padding-right: 0; } 
.grid[class*="col-"] {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }
.inner { padding: 0rem 1rem 3rem 1rem; }  
.content-header {padding-left:0;}
.wrapper-nav { padding-top: 1rem; }	
.slider {width: 100%; float:none; } 
.claim {width: 100%; float:none; padding:2rem; color:#fff; background:#006ab3; } 	
.flyout {top:0;}
.content-footer [class*="col-3"] { min-height: 14.375rem; }
.content-footer [class*="col-3"].sp1 { width: 50%; }
.content-footer [class*="col-3"].sp2 { width: 50%; }
.content-footer [class*="col-3"].sp3 { width: 50%; } 
.content-footer [class*="col-3"].sp4 { width: 50%; }
.topheader {background: none; overflow:hidden; width:100%;}
[class*="col-8"] { width: 100%; float:none; }	
.splitted [class*="col-4"] { width: 100% !important; float:none; padding:0 2rem 0 2rem; }
.inner [class*="col-4"] {
  width: 100% !important; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:0;
  padding-right:0;
  overflow:hidden;
  float:none; 
  } 
body#seite-111 .inner { padding: 2rem 1rem 3rem 1rem; } 
body#seite-220 .inner { padding: 2rem 1rem 3rem 1rem; } 
 
}

@media screen and (max-width: 600px) {
  [class*="_sm-0"] {
    display: none; }

  [class*="_sm-1"] {
    width: 8.3333%; }

  [class*="_sm-2"] {
    width: 16.66667%; }

  [class*="_sm-3"] {
    width: 25%; }

  [class*="_sm-5"] {
    width: 41.6667%; }

  [class*="_sm-6"] {
    width: 50%; }

  [class*="_sm-7"] {
    width: 58.3333%; }

  [class*="_sm-8"] {
    width: 66.66667%; }

  [class*="_sm-9"] {
    width: 75%; }

  [class*="_sm-10"] {
    width: 83.33333%; }

  [class*="_sm-11"] {
    width: 91.6667%; }

  [class*="_sm-12"] {
    width: 100%; }
  .splitted {
	background:none; 
	}
  .boxright { padding:2rem 0 2rem 0; } 	
  .fs1, .fs2, .fs3 {
   padding-right:1rem;}
   .wrapper-footer {
   margin-top:0; 
  }
 
.content-footer [class*="col-4"].sp1 {
  width: 100%; float:none; margin-bottom:1rem; 
  }
.content-footer [class*="col-4"].sp2 {
  width: 100%; float:none; margin-bottom:1rem;
  }
.content-footer [class*="col-4"].sp3 {
  width: 100%; float:none; margin-bottom:1rem;
  }
 [class*="frame-type-menu_"] a{ padding-left: 0 !important; }
 #c476 a, #c473 a, #c474 a, #c535 a{color:#fff; font-size:0.875rem }
   
}

@media screen and (max-width: 568px) {
body#seite-1 [class*="col-4"], body#seite-195 [class*="col-4"] {
 /* width: 33.33333%; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  width: calc(1*100% - (1 - 1)*28px)!important; 
  }
  [class*="col-6"] {
  width: 100%; float:none; }
} 

@media screen and (min-width: 769px) {
  [class*="_dup-0"] {
    display: none; } }
@media screen and (min-width: 601px) {
  [class*="_mdup-0"] {
    display: none; } }
	
@media screen and (max-width: 768px) {
  .wrapper-topmenu {
    position: absolute;
    top: 6.75rem;
    z-index: 1199;
    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: #564b47;  } 
}
@media screen and (max-width: 480px) {
  .fs1, .fs2, .fs3 {
   padding-right:0;
   width:100% !important;
   float:none;
   }
 .handler {
	 background:url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/contact-btn-g.png') no-repeat; 
	 background-size:100%; 
	 width:60px; 
	 height:120px; 
	 float:left;
	}
  .flyout {top:0%;}    
   
}


  
ul.horizontal li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }
  
 ul.horizontal {
  padding: 0 0 0 2rem; display:block; list-style: none;} 

 @media screen and (max-width: 800px) {  
 ul.horizontal {
  padding: 0 0 0 1rem; display:block; list-style: none;} 
 }  

ul.horizontal a, ul.horizontal span {
  padding: 0.75rem 0 0.75rem 0.75rem;
  display: inline-block; }

ul.horizontal li:first-child a, ul.horizontal li:first-child span {
  padding-left: 0; }

nav ul.horizontal a:after, nav ul.horizontal span:after {
  content: "|";
  padding-left: 0.75rem; }

nav ul.horizontal li:first-child a:before, nav ul.horizontal li:first-child span:before {
  content: "|";
  padding-right: 0.75rem; }

.rootline {
  color: #6f7679;
  font-size: 0.875rem; }

@media screen and (min-width: 601px) {
  .onelevel-mdup ul#main-menu ul,
  .onelevel-mdup ul#main-menu .sub-arrow {
    display: none !important;
    visibility: hidden; }

  .onelevel-mdup [class*="sm-"] a.has-submenu {
    padding-right: 12px; } }
.text-left, .ce-headline-left {
  text-align: left; }

.text-center, .ce-headline-center {
  text-align: center; }

.text-right, .ce-headline-right {
  text-align: right; }

.ce-table td, .ce-table th {
  vertical-align: top; }

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden; }

.ce-uploads {
  margin: 1.5rem 0;
  padding: 0; }

.ce-uploads li {
  list-style: none outside none;
  margin: 0;
  padding-bottom: 0; }

.ce-uploads img {
  float: left;
  margin: 0.75rem;
  vertical-align: top; }

.ce-uploads span {
  display: block; }

.ce-uploads li:nth-child(odd) {
  background: #f3f4f4; }

.ce-uploads:before,
.ce-uploads:after {
  content: "";
  display: table; }

.ce-uploads:after {
  clear: both; }

.ce-uploads div {
  margin: 0.75rem 1rem; }

.ce-uploads-fileName {
  margin-bottom: 0.375rem; }

.ce-uploads-filesize {
  text-align: right; }

.frame-layout-100 .ce-uploads li:nth-child(odd) {
  background: transparent; }

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f4f4; }

.ce-table-bordered th, .ce-table-bordered td {
  border: 0.063rem solid #a3a8ab; }

.frame-space-before-small {
  padding-top: 1.5rem; }

.frame-space-before-medium {
  padding-top: 3rem; }

.frame-space-before-large {
  padding-top: 4.5rem; }

.frame-space-after-small {
  padding-bottom: 1.5rem; }

.frame-space-after-medium {
  padding-bottom: 3rem; }

.frame-space-after-large {
  padding-bottom: 4.5rem; }

.frame-ruler-before:before {
  content: '';
  display: block;
  border-top: 0.063rem solid #a3a8ab;
  padding-top: 1.437rem; }

.frame-ruler-after:after {
  content: '';
  display: block;
  border-bottom: 0.063rem solid #a3a8ab;
  margin-bottom: 1.437rem; }

@media screen and (min-width: 601px) {
  .frame-indent {
    margin-left: 16.66667%;
    margin-right: 16.66667%; }

  .frame-indent-left {
    margin-left: 33.33333%; }

  .frame-indent-right {
    margin-right: 33.33333%; } 
}

[class*="frame-type-menu_"] ul, [class*="frame-type-menu_"] ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

[class*="frame-type-menu_"] > ul {
  margin-bottom: 1.437rem;
  border-bottom: 0; }

[class*="frame-type-menu_"] li {
  border-top: 0; 
  text-align:left;
  background:url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/trenner.png') no-repeat 0 100%;
  }

[class*="frame-type-menu_"] a {
  padding: 0;
  display: block;
  font-weight:300;
  padding:0.375rem 0;
  }

.frame-type-menu_sitemap a {
  background: #f3f4f4; }

[class*="frame-type-menu_"] a, [class*="frame-type-menu_"] p {
  padding-left: 1rem; }

[class*="frame-type-menu_"] ul li ul li a, [class*="frame-type-menu_"] ul li ul li p {
  padding-left: 2rem; }

[class*="frame-type-menu_"] ul li ul li ul li a, [class*="frame-type-menu_"] ul li ul li ul li p {
  padding-left: 3rem;
  background: transparent; }

hr.ce-div {
  border: 0;
  border-bottom: 0.063rem solid #a3a8ab;
  margin: 0.75rem 0; }

.ce-border img {
  border: 0.25rem solid #e6e7e8; }

.ce-gallery figure.video {
  display: block; }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5rem; }

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100% !important;
  height: 100% !important; }

.frame-layout-100 {
  background: #f3f4f4;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem; }

.header-group {
  margin-bottom: 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; }
  
.ce-gallery {position:relative} 

figcaption {
  color: #6f7679; }

body#seite-1 figcaption, body#seite-195 figcaption  { position:absolute; bottom:-1px; left:0; width:100%; padding:0; }
body#seite-1 [class*="col-4"] .ce-bodytext, body#seite-195 [class*="col-4"] .ce-bodytext { display:none; }
body#seite-1 [class*="col-4"] #c472 .ce-bodytext, body#seite-195 [class*="col-4"] #c583 .ce-bodytext  { display:block; }
body#seite-1 .opener, body#seite-195 .opener {
    display:block;
    width:41px;
    height:41px;
	position:relative; left:50%; margin-left:-20px; bottom:15px;
    background:url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/down_btn.png') no-repeat; 
	}
body#seite-1 .opener:hover, body#seite-195 .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;}
  
body#seite-1 .ce-gallery figure, body#seite-195 .ce-gallery figure  {
  padding-bottom:2.5rem; 
  }
body#seite-1 .ce-gallery figure img, body#seite-195 .ce-gallery figure img{
    -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;   
} 
  
#c532 .ce-gallery figure {
  padding-bottom:0 !important; 
  padding-top:1rem; 
  }
.frame-layout-2:nth-child(even) {background:#d0e5f3; margin-bottom:1rem;}
.frame-layout-2:nth-child(odd) {background:#fff; margin-bottom:1rem;}
.frame-layout-2 .ce-bodytext{padding-top:1rem;}
  
.ce-center { text-align: center; }
.ce-center .ce-outer { position: relative; float: right; right: 50%; }
.ce-center .ce-inner { position: relative; float: right; right: -50%; }

	
.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; }

.ce-intext.ce-right .ce-column,
.ce-intext [data-ce-columns="1"] .ce-column {
  padding-right: 0; }

.ce-column {
  margin-bottom: 0; }

.ce-above .ce-bodytext {
  clear: both; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 2rem;
  overflow: auto; }

.ce-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;
  margin-right: 0; }

[data-ce-columns="1"] .ce-column {
  max-width: 100%;
  width: 100%; }

.ce-column {
  max-width: 50%;
  width: 50%; 
  }
body#seite-90 .ce-column {
  max-width: auto;
  width: auto; 
  }

.ce-left.ce-above .ce-gallery,
.ce-left.ce-below .ce-gallery {
  float: none; }

[data-ce-columns="3"] .ce-column {
  max-width: 33.33333333%; }
  
/*IE 11*/
_:-ms-lang(x),
body#seite-1 .image-embed-item, 
body#seite-195 .image-embed-item {
    max-width:340px;
}
  

@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: 0; }

  .ce-intext .ce-gallery {
    width: 50%; }

  .ce-intext.ce-nowrap > .ce-bodytext {
    width: 50%; }
	
body#seite-90 .ce-intext .ce-gallery {
    width: 30%; }

body#seite-90 .ce-intext.ce-nowrap > .ce-bodytext {
    width: 70%; }	

  .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: 0;
    margin-right: 0; } 
	}
	
	
@media screen and (max-width: 768px) {
  [data-ce-columns="2"] .ce-column:nth-child(odd) {
    clear: left; } }
@media screen and (max-width: 600px) {
  [data-ce-columns="4"] .ce-column:nth-child(odd) {
    clear: left; }  
	[data-ce-columns="6"] .ce-column {
    max-width: 16.666667%; 
	}
	
}
@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%; 
	}
.frame-layout-200 {max-width:24rem;}	
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

label {
  display: inline-block; }

legend {
  display: block;
  width: 100%;
  font-weight: bold; }

fieldset > div {
  margin-bottom: 1.5rem; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="file"] {
  display: block; }


select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

input, textarea, select {
  display: inline-block;
  padding: 0.687rem 0.5rem;
  background-color: #fff;
  border: 0.063rem solid #a3a8ab;
  -webkit-transition: box-shadow ease-in-out 0.15s;
  transition: box-shadow ease-in-out 0.15s; }

input, textarea, label {
  width: 100%; }

textarea {
  min-height: 15rem; }



button, input[type="submit"], .submit-btn {
  display: inline-block;
  padding: 0.687rem 0.5rem;
  font-weight: 700;
  font-size:1.125rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  width: auto;
  background: #006AB3;
  color: #fff;
  border: 0.063rem solid #006AB3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

button:hover, button:focus,
input[type="reset"]:hover, input[type="reset"]:focus,
input[type="submit"]:hover, input[type="submit"]:focus,
.submit-btn:hover, .submit-btn:focus {
  background: #fff;
  color: #000F42;
  border-color: #000F42; }

input[type=checkbox], input[type=radio] {
  border: 0;
  height: auto;
  display: inline-block;
  width: auto;
  vertical-align: baseline;
  margin: 0; }

.form-check-label span {
  padding-left: 1rem; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%; }

.content-main .input-group {
  margin-bottom: 1.5rem; }

.input-group-btn, .input-group input {
  display: table-cell;
  vertical-align: middle; }

.input-group-btn {
  width: 1%; }

.input-group-btn, .input-group-btn input {
  position: relative;
  white-space: nowrap; }

.input-group input:first-child {
  margin-right: 1rem; }

.form-group {
  margin-bottom: 1.5rem; }

.wrapper-search .input-group input {
  display: inline-block;
  width: 100%; }

.wrapper-search button {
  width: 3rem;
  height: 3rem; }

.wrapper-search.visible {
  top: 0.375rem; }

@media screen and (max-width: 600px) {
  .wrapper-search.visible {
    top: 0; } 
 .flyout {top:140px !important; }	
}
@media screen and (max-width: 768px) {
  .wrapper-search fieldset > div {
    padding-bottom: 0.5rem;
    margin: 0; }

  .wrapper-search {
    z-index: 200;
    position: absolute;
    top: -2000px;
    left: 0.5em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

  .fa-search.active:before {
    content: "\f00d"; }

  .page-searchresult .search-hide-btn {
    display: none; } 	
}

@media all and (max-width: 480px) {	
  [data-ce-columns="6"] .ce-column { max-width: 33.33333%; margin-bottom:10px; }
  .wrapper-logo img { max-width: 240px;}
  .wrapper-topmenu {top: 5.25rem;}
}


@media screen and (max-width: 375px) {
.content-footer {padding-bottom:4rem !important;}
.content-footer [class*="col-3"].sp1 { width: 100%; float:none }
.content-footer [class*="col-3"].sp2 { width: 100%; float:none}
.content-footer [class*="col-3"].sp3 { width: 100%; float:none} 
.content-footer [class*="col-3"].sp4 { width: 100%; float:none }	
	
  [class*="_xs-6"] {
    width: 50%; }

  [class*="_xs-12"] {
    width: 100%; } 
  .content-header [class*="col-4"] {float:none; width:50%; }
  .wrapper-topmenu {
    position: absolute;
    top: 4.75rem;
    z-index: 1199;
    left: 0;
    right: 0; 
	}
  
  .main-menu-btn {
    top: -3rem;
    left: 70%;
    max-width: 40%; 
	}
.header-image {
  height: auto;
  min-height:180px;
  background-size: cover;
  -webkit-background-size: cover; 
  margin-bottom:1.5rem;
  }
  .wrapper-logo {padding-left:0rem;}
   .wrapper-logo img {
    margin: 1rem 0 0 0.5rem; 
	max-width:240px !important;
	}
}

@media screen and (max-width: 360px) {
.main-menu-btn { left: 78%; }
.wrapper-topmenu {top: 4.75rem; }
}


@media screen and (max-width: 320px) {
	.wrapper-logo img {
	max-width:200px !important;
	}
}


.tx-indexedsearch-info > dt {
  float: left;
  clear: left;
  width: 25%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tx-indexedsearch-info > dd {
  margin-left: 25%; }

.tx-indexedsearch-res span {
  display: inline-block; }

.tx-indexedsearch-res {
  border-bottom: 0.063rem solid #a3a8ab;
  margin-bottom: 1.5rem; }

/* Das das Loeschen des Objekts lib.search auf der Suchergebnis-Seite zu einer Exception führt:
als Workaround wird der Bereich im Header einfach ausgeblendet bis der Fehler analysiert und behoben werden konnte.
 */
.page-searchresult .wrapper-search {
  display: none; }


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.f3-widget-paginator, .tx-pagebrowse, .tx-pagebrowse ol, .tx-indexedsearch-browsebox ul {
  display: table;
  margin: 1.5rem auto 1.5rem auto;
  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: #007dbd;
  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;
  height: 3rem;
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  display: none;
  background: #564b47;
  color: #fff;
  z-index: 1000;
  padding: 0.5rem; }

.scrollToTop:hover, .scrollToTop:focus, .scrollToTop:active {
  background: #fff;
  color: #564b47; }

/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism-coy&languages=markup+css+clike+javascript+bash+markup-templating+php+php-extras+sass+scss&plugins=line-highlight+line-numbers+toolbar+show-language+copy-to-clipboard */
/**
 * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
 * @author Tim  Shedor
 */
code[class*="language-"] {
  color: black;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre[class*="language-"] {
  color: black;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  position: relative;
  margin: .5em 0;
  overflow: visible;
  padding: 0; }
  pre[class*="language-"] > code {
    position: relative;
    border-left: 10px solid #358ccb;
    box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
    background-color: #fdfdfd;
    background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
    background-size: 3em 3em;
    background-origin: content-box;
    background-attachment: local; }

/* Code blocks */
code[class*="language"] {
  max-height: inherit;
  height: inherit;
  padding: 0 1em;
  display: block;
  overflow: auto; }

/* Margin bottom to accomodate shadow */
:not(pre) > code[class*="language-"], pre[class*="language-"] {
  background-color: #fdfdfd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  position: relative;
  padding: .2em;
  border-radius: 0.3em;
  color: #c92c2c;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
  white-space: normal; }

pre[class*="language-"]:before, pre[class*="language-"]:after {
  content: '';
  z-index: -2;
  display: block;
  position: absolute;
  bottom: 0.75em;
  left: 0.18em;
  width: 40%;
  height: 20%;
  max-height: 13em;
  box-shadow: 0px 13px 8px #979797;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg); }

:not(pre) > code[class*="language-"]:after, pre[class*="language-"]:after {
  right: 0.75em;
  left: auto;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg); }

.token.comment, .token.block-comment, .token.prolog, .token.doctype, .token.cdata {
  color: #7D8B99; }
.token.punctuation {
  color: #5F6364; }
.token.property, .token.tag, .token.boolean, .token.number, .token.function-name, .token.constant, .token.symbol, .token.deleted {
  color: #c92c2c; }
.token.selector, .token.attr-name, .token.string, .token.char, .token.function, .token.builtin, .token.inserted {
  color: #2f9c0a; }
.token.operator, .token.entity, .token.url, .token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5); }
.token.atrule, .token.attr-value, .token.keyword, .token.class-name {
  color: #1990b8; }
.token.regex, .token.important {
  color: #e90; }

.language-css .token.string, .style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5); }

.token.important {
  font-weight: normal; }
.token.bold {
  font-weight: bold; }
.token.italic {
  font-style: italic; }
.token.entity {
  cursor: help; }

.namespace {
  opacity: .7; }

@media screen and (max-width: 767px) {
  pre[class*="language-"]:before, pre[class*="language-"]:after {
    bottom: 14px;
    box-shadow: none; } }
/* Plugin styles */
.token.tab:not(:empty):before, .token.cr:before, .token.lf:before {
  color: #e0d7d1; }

/* Plugin styles: Line Numbers */
pre[class*="language-"].line-numbers.line-numbers {
  padding-left: 0; }
  pre[class*="language-"].line-numbers.line-numbers code {
    padding-left: 3.8em; }
  pre[class*="language-"].line-numbers.line-numbers .line-numbers-rows {
    left: 0; }
pre[class*="language-"][data-line] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0; }
pre[data-line] code {
  position: relative;
  padding-left: 4em; }
pre .line-highlight {
  margin-top: 0; }
pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em; }

/* Plugin styles: Line Highlight */
.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  /* Same as .prism’s padding-top */
  background: rgba(153, 122, 102, 0.08);
  background: linear-gradient(to right, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre; }
  .line-highlight:before {
    content: attr(data-start);
    position: absolute;
    top: .4em;
    left: .6em;
    min-width: 1em;
    padding: 0 .5em;
    background-color: rgba(153, 122, 102, 0.4);
    color: #f5f2f0;
    font: bold 65%/1.5 sans-serif;
    text-align: center;
    vertical-align: .3em;
    border-radius: 999px;
    text-shadow: none;
    box-shadow: 0 1px white; }
  .line-highlight[data-end]:after {
    content: attr(data-start);
    position: absolute;
    top: .4em;
    left: .6em;
    min-width: 1em;
    padding: 0 .5em;
    background-color: rgba(153, 122, 102, 0.4);
    color: #f5f2f0;
    font: bold 65%/1.5 sans-serif;
    text-align: center;
    vertical-align: .3em;
    border-radius: 999px;
    text-shadow: none;
    box-shadow: 0 1px white;
    content: attr(data-end);
    top: auto;
    bottom: .4em; }

.line-numbers .line-highlight:before, .line-numbers .line-highlight:after {
  content: none; }

pre[class*="language-"].line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber; }
  pre[class*="language-"].line-numbers > code {
    position: relative;
    white-space: inherit; }

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber; }
  .line-numbers-rows > span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: 0.8em;
    text-align: right; }

div.code-toolbar {
  position: relative; }
  div.code-toolbar > .toolbar {
    position: absolute;
    top: .3em;
    right: .2em;
    transition: opacity 0.3s ease-in-out;
    opacity: 0; }
  div.code-toolbar:hover > .toolbar {
    opacity: 1; }
  div.code-toolbar > .toolbar .toolbar-item {
    display: inline-block; }
  div.code-toolbar > .toolbar a {
    cursor: pointer; }
  div.code-toolbar > .toolbar button {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    /* for button */
    -moz-user-select: none;
    -ms-user-select: none; }
  div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar button, div.code-toolbar > .toolbar span {
    color: #bbb;
    font-size: .8em;
    padding: 0 .5em;
    background: #f5f2f0;
    background: rgba(224, 224, 224, 0.2);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    border-radius: .5em; }
  div.code-toolbar > .toolbar a:hover, div.code-toolbar > .toolbar a:focus {
    color: inherit;
    text-decoration: none; }
  div.code-toolbar > .toolbar button:hover, div.code-toolbar > .toolbar button:focus {
    color: inherit;
    text-decoration: none; }
  div.code-toolbar > .toolbar span:hover, div.code-toolbar > .toolbar span:focus {
    color: inherit;
    text-decoration: none; }

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: .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 .25s ease, visibility 0s ease .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 .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 .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: .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 .8s infinite linear;
  animation: fancybox-rotate .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: .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 .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: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }



/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
     .flyout {top:12%;}
	}

@media all and (max-width: 480px) {	
  [data-ce-columns="6"] .ce-column {
    max-width: 33.33333%; margin-bottom:10px;
	}
}	
		
	
@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 */

.sm {
    position: relative;
    z-index: 99;
}
.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: transparent;
}
.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: transparent;
    padding: .75rem 1rem;
}
.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: #564b47;
    -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;
}
#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);
}
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px,  1px,  1px,  1px);
}
#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}
#main-menu-state:checked ~ #main-menu {
    display: block;
}
@media (min-width: 769px) {
    .main-menu-btn {
    position: absolute;
    top: -99999px;
}
#main-menu-state:not(:checked) ~ #main-menu {
    display: block;
}
}
.sm-clean {
    background: transparent;
   -webkit-border-top-left-radius: 20px;
   -webkit-border-bottom-right-radius: 20px;
   -moz-border-radius-topleft: 20px;
   -moz-border-radius-bottomright: 20px;
   border-top-left-radius: 20px;
   border-bottom-right-radius: 20px;

	
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    padding: 1rem 0.5rem;
    padding-right: 0;
    color: #fff;
    line-height: 17px;
	 font-weight: 400;
    text-decoration: none;
	text-transform:uppercase; 
}
.sm-clean a.current, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    color: #fff;

}
.sm-clean a.disabled {
    color: #bbbbbb;
}
.sm-clean a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 14px;
    width: 34px;
    height: 34px; 
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	color:#000;
}
.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: transparent;
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
    border-left: 8px solid transparent; text-transform:none; color:#ccc; 
}
.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: 769px) {
    .clean-menubg {
    background: transparent; 
}
.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;
}
.sm-clean {
    padding: 0;
    background: transparent;
}
.sm-clean li {padding:0 14px;}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 0.625rem 1.5rem;
    -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, .sm-clean a.highlighted {
    color: #ffa600;
    background: transparent;
}
.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: #ffa600 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: 0px solid #a3a8ab;
    padding: 5px 0;
    background: rgba(255,255,255,0.9);
    -webkit-border-radius: .25rem !important;
    -moz-border-radius: .25rem !important;
    -ms-border-radius: .25rem !important;
    -o-border-radius: .25rem !important;
    border-radius: .25rem !important;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1); 
}
.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; text-transform:none;
}
.sm-clean ul a {
    color: #564b47; 
}
.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #fff;
    color: #ffa600;
}
.sm-clean ul a.current {
    color: #ffa600;
}
.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;
}
}

@media screen and (max-width: 960px) {
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 0.625rem 1rem;
   }
}

@media screen and (max-width: 800px) {
	.sm-clean li{padding:0;}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 0.625rem 1rem; 
   }
}

@media screen and (max-width: 768px) {
    .sm-clean { background: #fff; }
	.sm-clean li a{padding-left:2rem; font-size:1rem;}
	.sm-clean li a:hover, 
	.sm-clean li a:focus, 
	.sm-clean li a:active, 
	.sm-clean li a.current {padding-left:2rem; border-bottom:0; }
	
	.sm-clean {
    background: transparent;
   -webkit-border-top-left-radius: 0;
   -webkit-border-bottom-right-radius: 0;
   -moz-border-radius-topleft: 0;
   -moz-border-radius-bottomright: 0;
   border-top-left-radius: 0;
   border-bottom-right-radius: 0;

	
}

}


/*!
 *  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/jwmusterprojekt9/Resources/Public/Fonts/font-awesome-4.7.0/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/font-awesome-4.7.0/fontawesome-webfont.eot?#iefix&v=4.7.0') format("embedded-opentype"), url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/font-awesome-4.7.0/fontawesome-webfont.woff2?v=4.7.0') format("woff2"), url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/font-awesome-4.7.0/fontawesome-webfont.woff?v=4.7.0') format("woff"), url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Fonts/font-awesome-4.7.0/fontawesome-webfont.ttf?v=4.7.0') format("truetype"), url('../../../typo3conf/ext/jwmusterprojekt9/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-15x {
  font-size: 1.5rem; cursor:pointer; }  

.fa-2x {
  font-size: 2em; }

.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";
}
.tx-powermail .powermail_fieldset .parsley-errors-list{display:none;margin:5px 0 20px 0;padding:0;list-style-type:none;background-color:#F2DEDE;border:1px solid #EBCCD1;width:100%;float:right;clear:left}.tx-powermail .powermail_fieldset .parsley-errors-list.filled{display:block}.tx-powermail .powermail_fieldset .parsley-errors-list>li{color:#A94442;padding:5px 10px}.tx-powermail .powermail_fieldset .powermail_field_error,.tx-powermail .powermail_fieldset .parsley-error,.tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus,.tx-powermail .powermail_fieldset div.error{background-color:#EBCCD1;color:#A94442}.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list{width:100%;margin-bottom:0;background-color:#EBCCD1;border:none}.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list>li{padding-left:5px}.tx-powermail .powermail_progressbar{width:100%;height:5px;float:right;border:1px solid #EEEEEE;clear:both}.tx-powermail .powermail_progressbar.disable{display:none}.tx-powermail .powermail_progressbar>.powermail_progress{background:#1E5799;width:0%;max-width:100%;-webkit-animation:progress 5s 1 forwards;-moz-animation:progress 5s 1 forwards;-ms-animation:progress 5s 1 forwards;animation:progress 5s 1 forwards}.tx-powermail .powermail_progressbar>.powermail_progress>.powermail_progess_inner{height:5px;width:100%;overflow:hidden;background:url("/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;-moz-opacity:0.25;-khtml-opacity:0.25;opacity:0.25;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);filter:alpha(opacity=25)}.tx-powermail ul.powermail_fieldwrap_file_list{background-color:white;border:1px solid #bbb;float:right;padding:3px;width:100%;list-style:none;border-radius:4px;margin:0}.tx-powermail ul.powermail_fieldwrap_file_list>li{margin:5px}.tx-powermail ul.powermail_fieldwrap_file_list>li .deleteAllFiles{color:#bbb;cursor:pointer}.tx-powermail ul.powermail_fieldwrap_file_list>li .deleteAllFiles:hover{text-decoration:underline}.tx-powermail .powermail_confirmation .powermail_progressbar{width:100%}.tx-powermail .powermail_message{padding:5px 0 10px 20px;min-height:65px;background-color:#EBCCD1;border:1px solid #A94442;background-position:98% 10px;background-repeat:no-repeat;list-style:circle}.tx-powermail .powermail_message li{padding:5px 50px 0 0;border:none;background:none}.tx-powermail .powermail_message.powermail_message_ok{background-image:url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");background-color:#CDEACA;border:1px solid #3B7826}.tx-powermail .powermail_message.powermail_message_ok li{color:#3B7826}.tx-powermail .powermail_message.powermail_message_error{background-image:url("/typo3conf/ext/powermail/Resources/Public/Image/icon_error.png")}.tx-powermail .powermail_message.powermail_message_error li{color:#A94442}.tx-powermail .powermail_message.powermail_message_note{background-image:url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");background-color:#FCF8E3;border:1px solid #FFCA4B}.tx-powermail .powermail_message.powermail_message_note li{color:#FFCA4B}.tx-powermail .powermail_tabmenu{list-style:none;margin:0;padding:0}.tx-powermail .powermail_tabmenu>li{display:inline-block;padding:5px 10px;cursor:pointer;background:#eee;border-top:1px solid #bbb;border-left:1px solid #bbb;border-right:1px solid #bbb;color:#aaa}.tx-powermail .powermail_tabmenu>li.act{color:#444}.tx-powermail .powermail_tabmenu>li.parsley-error{background-color:#EBCCD1}.tx-powermail .powermail_fieldset .powermail_tab_navigation{margin-top:2em}.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next,.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_previous{background-color:#aaa;display:inline-block;padding:5px 30px;text-decoration:none;color:white;border:1px solid #bbb;font-weight:bold}.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next{background-color:#1E5799;float:right}.tx-powermail .powermail_form.nolabel>h3{display:none}.tx-powermail .powermail_fieldset.nolabel>legend{display:none}.tx-powermail .powermail_fieldwrap.nolabel>label{display:none}.tx-powermail .powermail_fieldwrap.nolabel>fieldset>legend{display:none}@-webkit-keyframes progress{from{}to{width:100%}}@-moz-keyframes progress{from{}to{width:100%}}@-ms-keyframes progress{to{width:100%}}@keyframes progress{from{}to{width:100%}}.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;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}

.tx-powermail{margin:0; margin-bottom:1rem;}
.tx-powermail h3 {display:none;}
.powermail_fieldset .row { margin:0;}
legend {font-size:1.125rem;}
fieldset.powermail_fieldset {
	/* Fieldset */
	border: 1px solid #ccc;
	background-color: #fcfcfc;
	padding: 20px;
	margin-bottom:30px;
	font-size:100%;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.tx-powermail a:before {
	font-family: 'FontAwesome'; 
	content: "\f101"; 
	font-size:0.875rem; 
	line-height:0; 
	padding-right:5px;}

fieldset.powermail_fieldset_10, fieldset.powermail_fieldset_11 {
	/* Fieldset */
	background-color: transparent;
	padding: 0;
	margin:0;
	border:0;
}

fieldset.powermail_fieldset_10 legend, fieldset.powermail_fieldset_11 legend { display:none;}

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

.powermail_captchaimage {width:60%;margin-left:10px;}
.col-sm-2 {width:25%; float:left;  text-align:left !important; }
.col-sm-10 {width:75%; float:left;  text-align:left !important; }
fieldset.powermail_fieldset_10 .col-sm-2, fieldset.powermail_fieldset_10 .col-sm-10{
 width:100%; float:none;
}

fieldset.powermail_fieldset_11 .col-sm-2, fieldset.powermail_fieldset_11 .col-sm-10{
 width:100%; float:none;
}

.powermail_fieldwrap_datenschutzvereinbarung .col-sm-2, .powermail_fieldwrap_marker .col-sm-2 {width:34%; }
.powermail_fieldwrap_datenschutzvereinbarung .col-sm-10, .powermail_fieldwrap_marker .col-sm-10 {width:66%; float:left; }

 .powermail_input {
		padding:7px; 
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}
 .powermail_date {padding:7px;}
 .powermail_textarea {height:80px !important; max-height: 80px!important; }

.powermail_fieldwrap_type_submit { width:38%; padding-top:2.5rem }
fieldset.powermail_fieldset_10 .powermail_fieldwrap_type_submit,
fieldset.powermail_fieldset_11 .powermail_fieldwrap_type_submit { padding-top:1rem }
.btn-primary{
		width:100% !important; 
		background:#006AB3 !important; 
		color:#fff; 
		border:0 !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px; 
		margin:0 0 5px auto;
		}
.btn-primary:hover {background:#ccc !important; color:#000; }
fieldset.powermail_fieldset_10 .btn-primary,
fieldset.powermail_fieldset_11 .btn-primary{
	background:#fff !important;  
	color:#000;
}
fieldset.powermail_fieldset_10 .powermail_fieldwrap,
fieldset.powermail_fieldset_11 .powermail_fieldwrap { margin-bottom:0.5rem;}

option {
  background:#ccc;
  border-top:1px solid #444;
  padding:.3em 1em .3em 1em;
}
.powermail_select {padding: 7px; width:auto; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}
.mandatory {color:red;}

@media (max-width: 768px) {
   .powermail_fieldwrap {width:100%;  float:none; overflow:hidden !important; }
   .powermail_fieldwrap_type_submit {width:50%;  float:none; overflow:hidden !important; }
}

@media (max-width: 600px) {
.powermail_fieldwrap_type_check	.col-sm-2 { float:none;}
   .powermail_fieldwrap_type_submit {width:50%;  float:none; overflow:hidden !important; }
}
@media (max-width: 480px) {
.col-sm-2 {width:100%; float:none;  text-align:left !important; }
.col-sm-10 {width:100%; float:none;  text-align:left !important; }
}


.tx_jobs_search [class*="col-2"] {
  width: 11%; margin-right:1rem; padding-top:2rem;  
  }
.tx_jobs_search [class*="col-3"] {
  width: 25%; margin-right:1rem;
  }
  
.tx_jobs_search [class*="col-4"] {
 width: 33.33333%; margin-right:1rem;
  } 
.tx_jobs_search label {padding-bottom:10px;}    
.tx_jobs_search select {width:100%;} 

.cell-header {overflow:hidden; width:100%; display:block; background:#007dbd;}
.cell-header .cell { color:#fff; font-weight:700; }
.tx_jobs .cell-wrap {clear:both; float:none; display: inline-block; width:100%; box-sizing: border-box;  }
.tx_jobs .cell-wrap:nth-child(even) {background: #d0e5f3; }
.tx_jobs .cell {float:left; position:relative; padding:0.5rem 1rem; } 
.tx_jobs .cell:nth-child(1) {width:50%; } 
.tx_jobs .cell:nth-child(2) {width:25%;} 
.tx_jobs .cell:nth-child(3) {width:25%;} 
.tx_jobs .cell-sub { 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%;
    background:#fff;	
	padding-top:3rem;
    padding-left:2.5rem;
    padding-right:2rem;	
	-webkit-box-shadow: 2px 2px 4px 2px rgba(199,191,199,1);
    -moz-box-shadow: 2px 2px 4px 2px rgba(199,191,199,1);
    box-shadow: 2px 2px 4px 2px rgba(199,191,199,1);
	display:none; 
	}
.tx_jobs .cell-sub p{ font-size: 0.875rem;}
	
.cell a.jobtitel { position:absolute;top:2px; left:2px;  padding:5px 10px 5px 10px;}
.cell a.jobtitel:hover { 
	background:#007dbd; 
	color:#fff; 
	padding:5px 10px 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; }
.cell a.jobtitel:before { content: "\f08b "; font-family: 'FontAwesome'; padding-right:0.75rem }

#c475 .tx-jobs, #c590 .tx-jobs {margin-bottom:2rem;}
#c475 .cell, #c590 .cell {
		float:none !important; 
		clear:both;  
		position:relative; 
		padding:0.5rem 1rem; 
		width:100%; 
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border:1px solid #ccc;
		} 
#c475 .cell a.jobtitel, #c590 .cell a.jobtitel { position:relative; top:0; left:0; padding:5px 10px; display:block; width:100%; font-weight:700 }
.link_z_index {z-index:1000; }
.cell_z_index {z-index:999; }



/* Job Detailsanischt */    

.singleheadline {
      position:absolute; 
      bottom:0; 
      left:0; 
      z-index:1000; 
      width:70%; 
      background:#006ab3; 
      -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:20px; 
      -webkit-border-top-right-radius: 20px;
            -moz-border-radius-topright: 20px;
            border-top-right-radius: 20px;
      }

.singleheader { position:relative; overflow:hidden; width:100%; margin:10px 0 0 0; padding:0; background:#006ab3;  }
.singleheader img { margin:0;}


  .job-btn {
	  background:#006ab3 !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; }
  
  
  div.jobhead { font-size:14px; color:#fff; margin:0; font-weight:bold; cursor:pointer; display:inline} 
  h1.jobhead2 { font-size:2rem; color:#fff; margin:10px 0 0 0; padding:0; font-weight:300;  display:block;} 
  .jobsubheadline { 
  	font-size:1.5rem; 
	color:#fff;
	padding:0;
	line-height:2rem; 
	margin:0;
	} 
  h2.subhd {font-size:1rem; margin:40px 0 0 0; color:#fff; line-height: 1.625rem; padding-bottom:1rem; }	 
  div.jobcontent {width:70%; overflow:hidden; padding:20px 20px 20px 0; float:left; font-size: 1rem;}  
  div.jobcontent h2,  div.jobcontent h3 { font-size:1.25rem; color: #564b47; margin:0; }
  div.jobleft { 
  	overflow:hidden; 
	width:30%; 
	 padding:20px 15px 40px 20px;
	background-color: rgba(0, 106, 179, 1);  
  -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-left: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{
	padding-bottom:5px;
    font-size: 1rem;	
  }
  
  div.jobcontent li:before {
	color:#006ab3;
	font-family: 'FontAwesome';
    content: "\f046";
   padding-right:1rem;
}

div.jobleft a.joblink{    
  color:#666666;
  text-decoration:none;
  padding-bottom:5px;
  }
  
  div.jobleft a.bewerbenlink{    
  color:#fff;
  text-decoration:none;
  padding-bottom:5px;
  }

  div.jobleft a:before {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'FontAwesome';
    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: "\f2bd";
	color:#ffffff;
	font-family: 'FontAwesome';
  }
 
   div.jobleft a.joblink:before {
     content: "\f03a";
	 color:#ffb933;
	 font-family: 'FontAwesome';
  }
  .fa-phone-square:before, .phonenumber {
   color:#fff;
   font-size:1.375rem;
}

.jobrechts-b {
    margin:20px auto 0 auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffb933;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffb933;
	box-shadow:inset 0px 1px 0px 0px #ffb933;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffb933), color-stop(1, #ffa800));
	background:-moz-linear-gradient(top, #ffb933 5%, #ffa800 100%);
	background:-webkit-linear-gradient(top, #ffb933 5%, #ffa800 100%);
	background:-o-linear-gradient(top, #ffb933 5%, #ffa800 100%);
	background:-ms-linear-gradient(top, #ffb933 5%, #ffa800 100%);
	background:linear-gradient(to bottom, #ffb933 5%, #ffa800 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb933', endColorstr='#ffa800',GradientType=0);
	background-color:#ffb933;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #ffa800;
	display:inline-block;
	cursor:pointer;
	font-size:20px;
	width:95%;
	padding:8px 20px 8px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd; 
}
.jobrechts-b:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffa800), color-stop(1, #ffb933));
	background:-moz-linear-gradient(top, #ffa800 5%, #ffb933 100%);
	background:-webkit-linear-gradient(top, #ffa800 5%, #ffb933 100%);
	background:-o-linear-gradient(top, #ffa800 5%, #ffb933 100%);
	background:-ms-linear-gradient(top, #ffa800 5%, #ffb933 100%);
	background:linear-gradient(to bottom, #ffa800 5%, #ffb933 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa800', endColorstr='#ffb933',GradientType=0);
	background-color:#ffa800;
}
.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;
}
 
   a.link-jobs { 
   	background: url('../../../typo3conf/ext/jwmusterprojekt9/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/jwmusterprojekt9/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/jwmusterprojekt9/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/jwmusterprojekt9/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;}	
   
 @media screen and (max-width: 800px) {  
   .tx_jobs_search [class*="col-2"] {
  width: 11%; margin-right:1rem; padding-top:2rem;  
  }
.tx_jobs_search [class*="col-3"] {
  width: 50%; margin-right:1rem;
  }
  
.tx_jobs_search [class*="col-4"] {
 width: 33.33333%; margin-right:1rem;
  }
  
  div.jobcontent {width:100%; overflow:hidden; padding:20px 20px 20px 0; float:none; font-size: 1rem;	}  
  div.jobleft { 
	width:100%; 
	}
.jobsubheadline { 
  	font-size:1.125rem; 
	color:#fff;
	padding:0;
	line-height:2rem; 
	margin:0;
	}
 h1.jobhead2 { font-size:1.5rem; color:#fff; margin:10px 0 0 0; padding:0; font-weight:300; display:block;} 	
 
 }
 
  @media screen and (max-width: 600px) {   
   .tx_jobs_search [class*="col-2"] {
  width: 25%; margin-right:1rem; padding-top:2rem;  
  }
.tx_jobs_search [class*="col-3"] {
  width: 100%; margin-right:1rem;
  }
  
.tx_jobs_search [class*="col-4"] {
 width: 100%; margin-right:1rem;
  }
 }
 
  @media screen and (max-width: 480px) { 
 .singleheadline {
      position:relative; 
      bottom:0; 
      left:0; 
      z-index:1000; 
      width:100%; 
      background:#006ab3; 
      -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:20px; 
      -webkit-border-top-right-radius: 20px;
            -moz-border-radius-topright: 20px;
            border-top-right-radius: 20px;
      }
	.fa-phone-square:before, .phonenumber {
     color:#fff;
     font-size:1.125rem;
    }  
  }

  @media screen and (max-width: 420px) { 
.cell-header { display:none} 
.tx_jobs .cell-wrap {clear:both; float:none; display:block; width:100%;  box-sizing: border-box; margin-bottom:0.5rem;  } 
.cell a.jobtitel { position:relative; top:2px; left:2px;  padding:5px 10px 5px 0;}
.tx_jobs .cell {float:none;  position:relative; padding:0.125rem 1rem; } 
.tx_jobs .cell:nth-child(1) {width:100%;} 
.tx_jobs .cell:nth-child(2) {width:100%;} 
.tx_jobs .cell:nth-child(3) {width:100%;} 

  }
	 



body, input, textarea, select {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: 'Open Sans', sans-serif;
  color: #564b47; 
  font-weight:300;
  }

.uppercase {
  text-transform: uppercase; }

h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 200; 
  }

h1{
  font-size: 2.125rem;
  line-height: 2.5rem; 
  color:#007dbd;
  }

h1, .h1 {
  margin-top: 0;
  margin-bottom: 2rem; 
}

body#seite-1 h1, body#seite-195 h1 {
  margin-top: 1rem;
  margin-bottom: 2rem; 
}
  
h2, .h2, .fontsize2 {
  font-size: 1.25rem;
  line-height: 1.5rem; }

h2, .h2 {
  margin-top: 0;
  margin-bottom: 1.5rem; 
  }
h2.start {color:#fff; font-size: 1.5625rem; line-height: 2.125rem; font-weight:300; margin-bottom: 0.5rem; }
  
h3, .h3, .fontsize3, .ce-uploads-fileName {
  font-size: 1.125rem;
  line-height: 1.5rem; }

h3, .h3 {
  margin-top: 0;
  margin-bottom: 1.5rem; }

h4, .h4 p, .fontsize4,
h5, .h5, .fontsize5 {
  font-size: 1rem;
  line-height: 1.5rem; }
  

h4, .h4,
h5, .h5 {
  margin-top: 0;
  margin-bottom: 1.5rem; }

p + p, pre, table, blockquote {
  margin-top: 1.5rem; }

p, pre, table, blockquote {
  margin-bottom: 1.5rem; }
  
.col-12 ul {margin-bottom:1rem;} 
.col-12 ul li {font-size:0.9375rem; padding:0.125rem 0;}  
 
.ce-bodytext ul {margin-top:0; margin-bottom:1rem; } 
.ce-bodytext ul li {padding:0.155rem 0; font-size:0.9375rem;; }

#c137 p{margin:0 !important;}
  
.small, small {
  font-size: 0.875rem; }
  
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom-width: 0; }

th, td {
  padding: 0 0.25rem 0 0;
  border-bottom: 0;
  text-align: left;
  vertical-align: top; }

th {
  padding-top: 0; }

.table-responsive, .frame-type-table {
  margin-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden; 
  }
.contenttable { margin:0; padding:0; max-width:18rem;}
  
th {
  font-weight: normal; }

table caption {
  padding: 6px; }

.flyout {color:#fff;}
 body#seite-1 figcaption > h3 {background:#007dbd; margin:0; color:#fff; text-align:center; padding:1rem 0; font-weight:600; font-size: 1rem;}
 body#seite-195 figcaption > h3 {background:#007dbd; margin:0; color:#fff; text-align:center; padding:1rem 0; font-weight:600; font-size: 1rem;}

 .claimbig { font-size:4rem; min-height:90px; line-height:4rem; font-weight:300; overflow:hidden; }
 
	 
@media screen and (min-width: 661px) {
  html {
    font-size: 1rem; }
  
  h1, .h1, .fontsize1 {
  font-size: 2.25rem;
  line-height: 2.5rem; 
  color:#007dbd;
  }

  h2, .h2, .fontsize2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
    }
 .boxright h2 {font-size: 1.5rem; line-height: 2rem;}
  h2, .h2 {
    margin-top: 0;
    margin-bottom: 1.5rem; 
	font-weight:200;
	}
  h2.start {color:#fff; font-size: 1.5625rem; line-height: 2.125rem; font-weight:300; margin-bottom: 0.5rem; }
  body#seite-1 figcaption > h3 {background:#007dbd; margin:0; color:#fff; text-align:center; padding:1rem 0;  font-weight:600; font-size: 1.5rem;}
  body#seite-195 figcaption > h3 {background:#007dbd; margin:0; color:#fff; text-align:center; padding:1rem 0; font-weight:600; font-size: 1.5rem;}
	
  h3, .h3, .fontsize3 {
    font-size: 2rem;
    line-height: 2.5rem;
	color:#007dbd;
    }

  h3, .h3 {
    margin-top: 3rem;
    margin-bottom: 1rem; }

  h4, .h4 p, .fontsize4 {
    font-size: 1.375rem;
    line-height: 1.5rem;
   }

  h4, .h4 {
    margin-top: 0;
    margin-bottom: 1.5rem; }

  h5, .h5, .fontsize5 {
    font-size: 1rem;
    line-height: 1.5rem; }

  h5, .h5 {
    margin-top: 0;
    margin-bottom: 1.5rem; }
	
 .frame-layout-1 header {background:url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/h3_bg.png') no-repeat 50% 50%;}	

  p + p, pre, table, blockquote {
    margin-top: 1.5rem; }

  p, pre, table, blockquote {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5rem; 
	}
  [class*="col-4"] ul { margin-left:1rem; }	
  [class*="col-4"] li { padding:0; }	
}



b, strong, .bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

ul ul {
  margin: 0; }

.col-12 ul {margin-bottom:1rem;} 
.col-12 ul li {font-size:1rem; padding:0.125rem 0;}  
 
.ce-bodytext ul {margin-top:0; margin-bottom:1rem; } 
.ce-bodytext ul li {padding:0.155rem 0; font-size:1rem; }

a {
  color: #005491;
  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: #000; }
  
.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;}
.rte-icon.fa-download:before {font-family: 'FontAwesome'; content: "\f019"; font-size:0.875rem; line-height:0; padding-right:5px;}

.wrapper-footer a {color: #fff; }
.wrapper-footer a:before {font-family: 'FontAwesome'; content: "\f101"; font-size:0.875rem; line-height:0; padding-right:5px;}
.wrapper-footer a:focus, .wrapper-footer a:hover {color: #fff; }

.wrapper-footer a:focus, .wrapper-footer a:hover {
  color: #ccc; text-decoration:underline; }
  
@media screen and (max-width: 1024px) {
 h4,.h4 p{ font-size: 1.25rem;} 
 h1{font-size: 1.875rem; 
  line-height: 2.5rem; }
}   

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

.content-main ul { margin:0; padding:0 0 0 1.25rem; }  
  
  }
  
@media screen and (max-width: 600px) {

  }
  
@media screen and (max-width: 568px) {  
   body#seite-1 figcaption > h3 {background:#007dbd; margin:0; color:#fff; text-align:center; padding:1.125rem 0; font-weight:600;  font-size: 1.5rem;}
   body#seite-195 figcaption > h3 {background:#007dbd; margin:0; color:#fff; text-align:center; padding:1.125rem 0; font-weight:600;  font-size: 1.5rem;}
}

  @media screen and (max-width: 320px) {
h5.mb-0 button { font-weight:400; white-space: nowrap; overflow: hidden; padding-right:40px;
	font-size:100%;text-overflow: ellipsis;}  
  }
.klaro .cookie-modal .switch, .klaro .cookie-notice .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider, .klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
  background-color: #0885BA;
}

.klaro .cookie-modal .cm-app-input.required:checked + .cm-app-label .slider, .klaro .cookie-notice .cm-app-input.required:checked + .cm-app-label .slider {
  opacity: 0.8;
  background-color: #006A4E;
  cursor: not-allowed;
}

.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal .cm-app-input, .klaro .cookie-notice .cm-app-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.klaro .cookie-modal .cm-app-label .slider, .klaro .cookie-notice .cm-app-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}

.klaro .cookie-modal .cm-app-label .slider:before, .klaro .cookie-notice .cm-app-label .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.klaro .cookie-modal .cm-app-label .slider.round, .klaro .cookie-notice .cm-app-label .slider.round {
  border-radius: 30px;
}

.klaro .cookie-modal .cm-app-label .slider.round:before, .klaro .cookie-notice .cm-app-label .slider.round:before {
  border-radius: 50%;
}

.klaro .cookie-modal .cm-app-label input:focus + .slider, .klaro .cookie-notice .cm-app-label input:focus + .slider {
  box-shadow: 0 0 1px #0885BA;
}

.klaro .cookie-modal .cm-app-label input:checked + .slider:before, .klaro .cookie-notice .cm-app-label input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.klaro .cookie-modal .cm-app-input:focus + .cm-app-label .slider, .klaro .cookie-notice .cm-app-input:focus + .cm-app-label .slider {
  box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider:before, .klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal a, .klaro .cookie-notice a {
  color: #00AA3E;
  text-decoration: none;
}

.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  font-family: inherit;
  color: #eee;
}

.klaro .cookie-modal p, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .cookie-notice p, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}

.klaro .cookie-modal .cm-link, .klaro .cookie-notice .cm-link {
  padding-left: 4px;
  vertical-align: middle;
}

.klaro .cookie-modal .cm-btn, .klaro .cookie-notice .cm-btn {
  background: #555;
  color: #eee;
  border-radius: 6px;
  padding: 6px 10px;
  margin-right: 0.5em;
  border: 0;
}

.klaro .cookie-modal .cm-btn:disabled, .klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}

.klaro .cookie-modal .cm-btn.cm-btn-sm, .klaro .cookie-notice .cm-btn.cm-btn-sm {
  padding: 0.4em;
  font-size: 1em;
}

.klaro .cookie-modal .cm-btn.cm-btn-close, .klaro .cookie-notice .cm-btn.cm-btn-close {
  background: #eee;
  color: #000;
}

.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
  background: #00AA3E;
}

.klaro .cookie-modal .cm-btn.cm-btn-info, .klaro .cookie-notice .cm-btn.cm-btn-info {
  background: #0885BA;
}

.klaro .cookie-modal .cm-btn.cm-btn-right, .klaro .cookie-notice .cm-btn.cm-btn-right {
  float: right;
  margin-left: 0.5em;
  margin-right: 0;
}

.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
}

.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.klaro .cookie-modal .cm-modal {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #333;
  color: #eee;
}

@media (min-width: 1024px) {
  .klaro .cookie-modal .cm-modal {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal .cm-modal .hide {
  border: none;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #eee;
}

.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 1em;
  border-top: 1px solid #555;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons::before, .klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
  content: " ";
  display: table;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
  clear: both;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: center;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #999;
}

.klaro .cookie-modal .cm-modal .cm-header {
  padding: 1em;
  padding-right: 24px;
  border-bottom: 1px solid #555;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 2em;
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
}

.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps {
  padding: 0;
  margin: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
  position: absolute;
  left: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
  font-size: 0.8em;
  color: #999;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
  border-top: 1px solid #555;
  padding-top: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
  font-weight: 600;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out, .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #999;
}

.klaro .cookie-notice {
  background: #333;
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
}

@media (min-width: 990px) {
  .klaro .cookie-notice {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 300px;
  }
}
@media (max-width: 989px) {
  .klaro .cookie-notice {
    border: none;
    border-radius: 0;
  }
}
.klaro .cookie-notice .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0;
}

.klaro .cookie-notice .cn-body p {
  margin-bottom: 0.5em;
}

.klaro .cookie-notice .cn-body p.cn-changes {
  text-decoration: underline;
}

.klaro .cookie-notice .cn-body .cm-learn-more {
  display: block;
}

.klaro .cookie-notice .cn-body p.cn-ok {
  padding-top: 0.5em;
  margin: 0;
}

.klaro .cookie-notice-hidden {
  display: none !important;
}


body, html {
  height: 100%;
  width: 100%;
  background: #d0e5f3 url('../../../typo3conf/ext/jwmusterprojekt9/Resources/Public/Images/saarbruecken.jpg') no-repeat fixed; 
  
  }
  
   .claimbig { font-size:3rem; min-height:90px; line-height:4rem; font-weight:300; overflow:hidden; }