@charset "utf-8";

@font-face {
    font-family: 'Rubik';
    font-display: swap;
    src: url("/typo3conf/ext/theme/Resources/Public/Fonts/Rubik-Light.woff2") format('woff2'), url("/typo3conf/ext/theme/Resources/Public/Fonts/Rubik-Light.woff") format('woff');
    font-weight: 300;
}
@font-face {
    font-family: 'Rubik';
    font-display: swap;
    src: url("/typo3conf/ext/theme/Resources/Public/Fonts/Rubik-Regular.woff2") format('woff2'), url("/typo3conf/ext/theme/Resources/Public/Fonts/Rubik-Regular.woff") format('woff');
    font-weight: 400;
}
@font-face {
    font-family: 'Rubik';
    font-display: swap;
    src: url("/typo3conf/ext/theme/Resources/Public/Fonts/Rubik-Medium.woff2") format('woff2'), url("/typo3conf/ext/theme/Resources/Public/Fonts/Rubik-Medium.woff") format('woff');
    font-weight: 500;
}
@font-face {
    font-family: 'Rubik';
    font-display: swap;
    src: url("/typo3conf/ext/theme/Resources/Public/Fonts/Rubik-Bold.woff2") format('woff2'), url("/typo3conf/ext/theme/Resources/Public/Fonts/Rubik-Bold.woff") format('woff');
    font-weight: 700;
}

/*wai*/
#top {
  position: absolute;
  top: 0px;
  left: 0px;
}

.skiplinks {
  position: relative;
  z-index: 10000 !important;
  background-color: white;
  list-style: none;
  margin: 0px;
  width: 260px;
}

.skiplink a {
  display: block;
  position: absolute;
  top: -350px;
  width: 1px;
  overflow: hidden;
  font-size: 16px;
  z-index: 1000 !important;
  background-color: white;
  padding: 10px 20px;
  margin-bottom: 20px;
  line-height: inherit;
  color: #002F60 !important;
}

.skiplink a:focus {
  top: 0px !important;
  left: 0 !important;
  height: auto !important;
  width: auto !important;
}

*:focus {
  /*outline: #fff solid thin;
	outline-offset: 0px;*/
  outline: none !important;
}

a:focus, *[tabindex="0"]:focus {
  outline: #002F60 solid thin;
  outline-offset: 0px;
}

button.focus-visbile:focus {
  outline: #002F60 solid thin !important;
  outline-offset: 0px !important;
}

html,
body {
  color: #002F60;
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
  line-height: 1.35em;
  /*letter-spacing: 1.1px;*/
  font-weight: 300;
  background-color: #fff;
}

body {
  /*overflow-x: hidden;*/
}

a,
a:focus,
a:hover {
  color: #002F60;
  text-decoration: none;
}

main a {
  font-weight: 400;
  text-decoration: underline;
}

header a, header a:focus, header a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

iframe {
  display: block;
}

strong {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
}

h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 25px;
  color: #002F60;
}

h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 35px;
  color: #002F60;
}

.container-content-30 h2 {
  font-weight: 300;
}

h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2em;
  margin-bottom: 0px;
  margin-bottom: 25px;
  color: #002F60;
}

p {
  margin-bottom: 25px;
}

/*h1 em,
h2 em,
h3 em {
	font-style: italic;
}*/
main ul,
main ul li {
  list-style: none;
}

main ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 35px;
}

main ul ul, main ul ul ul {
  margin-top: 0px;
}

main ul li {
  padding-left: 50px;
  padding-bottom: 0px;
  position: relative;
}
/*
main ul li::before {
  content: '>';
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
}
*/

main ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    width: 25px;
    height: 14px;
    background: url("/typo3conf/ext/theme/Resources/Public/Images/list-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

main ol {
  padding-left: 20px;
}

/*ol {
	padding-left: 21px;
}*/
.list-unstyled li {
  padding-left: 0px;
}

.list-unstyled li::before {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.embed-svg {
  display: none;
}

main {
  /*padding-top: 25px;*/
  margin-top: 0px;
}

.no-headerpic main {
  /*padding-top: 115px;*/
}

/* hypens */
p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-chars: 6 3 3;
  -webkit-hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-last: always;
  -webkit-hyphenate-limit-zone: 8%;
  -moz-hyphens: auto;
  -moz-hyphenate-limit-chars: 6 3 3;
  -moz-hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-last: always;
  -moz-hyphenate-limit-zone: 8%;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: 6 3 3;
  -ms-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-last: always;
  -ms-hyphenate-limit-zone: 8%;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}

.navbar-brand img/*, .king-nav-opened-mobile-html .shrink .navbar-brand img */ {
	width: 325px;
 	height: auto;
  	margin-bottom: 45px;
  /*-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;*/
}

.shrink .navbar-brand img {
 /* width: 175px;
  height: 60px;*/
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
}

/* shrink */
header,
main,
.navbar-brand,
.navbar-collapse {
 /* -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;*/
}

.btn {
  color: #002F60 !important;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #FFC900 !important;
  border: none !important;
  white-space: inherit;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  text-align: center;
  box-shadow: 5px 5px 10px 0px #00000030;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff !important;
}

.btn:hover{
  background-color: #002F60 !important;
  color: #ffffff !important;
  box-shadow: 5px 5px 10px 0px #00000030 !important;
}

.btn a, a h2 {
  text-decoration: none;
}

a.full-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.icon {
  width: 15px;
  height: 15px;
}

.ce-bodytext table td {
  padding-right: 25px;
  vertical-align: top;
}

.fullsize {
  overflow: hidden;
}

.image a.focus-visible:focus img {
  outline-offset: -1px;
  outline: #000 solid thin;
}

.js-focus-visible :focus {
  outline: #000 solid thin;
  outline-offset: 0px;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.ce-uploads {
  margin-bottom: 4.5%;
}

.ce-uploads span.file-icon {
  display: inline;
}

.ce-uploads li {
  margin: 0px 0px 1em;
}

.ce-uploads li::before {
  display: none;
  content: '';
}

.ce-uploads a.focus-visible {
  outline: 1px solid #000;
  outline-offset: -1px;
  display: block;
  width: 100%;
  height: 100%;
}

main .ce-uploads li {
  padding-left: 0px;
}

.ce-uploads-fileName {
  margin-bottom: 3px;
}

/* fileicons uploads */
.csv-icon::before,
.doc-icon::before,
.docx-icon::before,
.eml-icon::before,
.gif-icon::before,
.jpeg-icon::before,
.jpg-icon::before,
.mp3-icon::before,
.mp4-icon::before,
.msg-icon::before,
.pdf-icon::before,
.png-icon::before,
.ppt-icon::before,
.psd-icon::before,
.txt-icon::before,
.xls-icon::before,
.xlxs-icon::before,
.xml-icon::before,
.zip-icon::before {
  content: url(../Images/fileicons/pdf.svg);
  width: 30px;
  display: inline-block;
  height: 38px;
  margin-right: 10px;
  position: relative;
  top: 24px;
}

.ce-uploads-filesize {
	margin-left: 45px;
}

.eps-icon::before {
  content: url(/typo3conf/ext/theme/Resources/Public/Images/fileicons/eps.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px
}

.pdf-icon::before {
  content: url(../Images/fileicons/pdf.svg)
}

.jpg-icon::before {
  content: url(../Images/fileicons/jpg.svg);
  display: inline-block
}

.csv-icon::before {
  content: url(../Images/fileicons/csv.svg);
  display: inline-block
}

.doc-icon::before {
  content: url(../Images/fileicons/doc.svg);
  display: inline-block
}

.docx-icon::before {
  content: url(../Images/fileicons/docx.svg);
  display: inline-block
}

.eml-icon::before {
  content: url(../Images/fileicons/eml.svg);
  display: inline-block
}

.gif-icon::before {
  content: url(../Images/fileicons/gif.svg);
  display: inline-block
}

.mp3-icon::before {
  content: url(../Images/fileicons/mp3.svg);
  display: inline-block
}

.jpeg-icon::before {
  content: url(../Images/fileicons/jpg.svg);
  display: inline-block
}

.mp4-icon::before {
  content: url(../Images/fileicons/mp4.svg);
  display: inline-block
}

.msg-icon::before {
  content: url(../Images/fileicons/msg.svg);
  display: inline-block
}

.png-icon::before {
  content: url(../Images/fileicons/png.svg);
  display: inline-block
}

.ppt-icon::before {
  content: url(../Images/fileicons/ppt.svg);
  display: inline-block
}

.psd-icon::before {
  content: url(../Images/fileicons/psd.svg);
  display: inline-block
}

.txt-icon::before {
  content: url(../Images/fileicons/txt.svg);
  display: inline-block
}

.xls-icon::before {
  content: url(../Images/fileicons/xls.svg);
  display: inline-block
}

.xlxs-icon::before {
  content: url(../Images/fileicons/xlsx.svg);
  display: inline-block
}

.xml-icon::before {
  content: url(../Images/fileicons/xml.svg);
  display: inline-block
}

.zip-icon::before {
  content: url(../Images/fileicons/zip.svg);
  display: inline-block
}

.ce-gallery figure {
  position: relative;
}

.ce-gallery figcaption,
p.caption,
.video-caption {
  display: block;
  font-size: 0.9em;
  width: 100%;
}

.ce-gallery-video {
  width: 100%;
}

.ce-center .ce-gallery figcaption {
  text-align: center;
}

.headerwrap .ce-intext.ce-right .ce-gallery,
.headerwrap .ce-intext.ce-left .ce-gallery,
.headerwrap .ce-above .ce-gallery {
  margin-bottom: 0px;
}

.ce-column {
  margin-right: 30px;
}

.ce-column:last-child {
  margin-right: 0px;
}

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

.ce-textpic.ce-textpic-no-bodytext {
  margin-bottom: 0px;
}

.ce-intext.ce-nowrap.ce-textpic,
.ce-intext.ce-nowrap .ce-image,
.ce-intext.ce-nowrap .ce-bodytext,
.ce-intext.ce-nowrap .ce-gallery,
.ce-intext.ce-nowrap .ce-row {
  overflow: inherit;
}

/*aenderungen am standard text/bild inhalt damit youtube video responsive funktionier*/
.ce-column {
  width: 100%;
}

.ce-center .ce-outer,
.ce-center .ce-inner {
  width: 100%;
}

.ce-gallery figure {
  display: block;
}

.fullsize .ce-gallery img {
  margin: 0px auto;
}

.ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50%;
  margin-right: 0px;
}

.ce-gallery[data-ce-columns="2"] .ce-row {
  margin-bottom: 30px;
}

.ce-gallery[data-ce-columns="2"] .ce-column:nth-child(even) .image {
  margin-left: 15px;
}

.ce-gallery[data-ce-columns="2"] .ce-column:nth-child(odd) .image {
  margin-right: 15px;
}

.ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25%;
  margin-right: 0px;
}

.ce-gallery[data-ce-columns="4"] .ce-row {
  margin-bottom: 30px;
}

.ce-gallery[data-ce-columns="4"] .ce-column:nth-child(2) .image, .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(3) .image {
  margin-right: 15px;
  margin-left: 15px;
}

.ce-gallery[data-ce-columns="4"] .ce-column:nth-child(4) .image {
  margin-left: 15px;
}

.ce-gallery[data-ce-columns="4"] .ce-column:nth-child(1) .image {
  margin-right: 15px;
}

.ce-intext.ce-left .ce-gallery img,
.ce-intext.ce-right .ce-gallery img {
  margin: inherit;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  /*margin-bottom: 6.5%;*/
  margin-bottom: 0px;
}

.container-header .ce-intext.ce-right .ce-gallery,
.container-header .ce-intext.ce-left .ce-gallery,
.container-header .ce-above .ce-gallery {
  margin-bottom: 0px;
}

/*.ce-bodytext p,
.ce-bodytext ul,
.ce-bodytext ol,
.ce-bodytext dl {
	margin-bottom: 25px;
}*/
#start-wrapper {
  position: relative;
  max-width: 2560px;
  margin: 0px auto;
}

#start-wrapper>.preloader {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-color: #fff;
}

.fancybox-margin {
  margin: 0px auto!important;
}

.preloade, .owl-preloader {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
    position: relative;
    z-index: 3;
}

.bg-grey .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;

}

.owl-fullsize {
  position: relative;
}

.owl-preloader {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-color: #fff;
}

.spinner {
  margin: auto;
  text-align: center;
  margin-top: 45vh;
}

.spinner>div {
  width: 130px;
  height: 130px;
  color: #002F60;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 3s infinite ease-in both;
  animation: sk-bouncedelay 3s infinite ease-in both;
  position: absolute;
  left: 0px;
  margin-left: -130px;
}

.preloader-icon {
  width: 130px;
  height: 130px;
}

@-webkit-keyframes sk-bouncedelay {
  from {
    left: 130px;
  }

  to {
    left: 100%;
  }
}

@keyframes sk-bouncedelay {
  from {
    left: 130px;
  }

  to {
    left: 100%;
  }
}

/*.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}*/
/*
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
*/
/* Hide the browser's default checkbox */
.checkmark-container {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
}

.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: 1px solid #75838a;
}

.checkmark-container:hover input~.checkmark {
  background-color: #fff;
  border: 1px solid #75838a;
}

.checkmark-container input:checked~.checkmark {
  background-color: #002F60;
  border: 1px solid #002F60;
}

.checkmark-container input:checked~.checkmark-label {
  color: #002F60;
}

.checkbox, .radio {
  position: relative;
}

.checkbox *:hover, .checkbox *:focus, .radio *:hover, .radio *:focus {
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #002F60;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.checkmark-label {
  padding-left: 30px;
}

.powermail_fieldwrap_type_check label:hover input~.checkmark, .powermail_fieldwrap_type_radio label:hover input~.checkmark {
  /*background-color: #ccc;*/
}

.powermail_fieldwrap_type_check label input:checked~.checkmark, .powermail_fieldwrap_type_radio label input:checked~.checkmark {
  /* background-color: #2196F3;*/
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.powermail_fieldwrap_type_check label input:checked~.checkmark:after, .powermail_fieldwrap_type_radio label input:checked~.checkmark:after {
  display: block;
}

.powermail_fieldwrap_type_check label .checkmark:after, .powermail_fieldwrap_type_radio label .checkmark:after {
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  background: #002F60;
  /*-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);*/
}

#check-field-12 {
  margin-bottom: 10px;
}

/*siehe media queries min-width 992px*/
/* debug */
.extbase-debugger {
  z-index: 999999;
}

/* start space */
.frame-space-before-small {
  margin-top: 25px !important;
}

.frame-space-before-medium {
  margin-top: 50px !important;
}

.frame-space-before-large {
  margin-top: 75px !important;
}

.frame-space-before-extra-large {
  margin-top: 100px !important;
}

.frame-space-after-small {
  margin-bottom: 25px !important;
}

.frame-space-after-medium {
  margin-bottom: 50px !important;
}

.frame-space-after-large {
  margin-bottom: 75px !important;
}

.frame-space-after-extra-large {
  margin-bottom: 100px !important;
}

/* end space */
/* start form fields */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
textarea {
  width: 100%;
  height: 55px;
  border: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color: #F2F1F1;
  padding: 5px;
  color: #002F60;
}

input[readonly="readonly"] {
  opacity: 0.5;
}

textarea {
  height: 225px;
}

/*input,
textarea {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}*/
::placeholder {
  color: #002F60;
}

/*.powermail_fieldwrap_type_submit .btn, .powermail_fieldwrap_type_submit .btn:hover, .powermail_fieldwrap_type_submit .btn:focus{
	background-color: #002F60 !important;
	color: #000 !important;
}*/
select {
  width: 100%;
  height: 44px;
  background-color: #fff;
  border: 2px solid #002F60;
}

textarea.form-control {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid #002F60;
  padding: 5px;
}

li.parsley-required,
li.parsley-type,
li.parsley-custom-error-message {
  padding-left: 0px;
  padding-bottom: 0px;
}

li.parsley-required::before,
li.parsley-type::before,
li.parsley-custom-error-message::before {
  content: '';
  display: none;
}

.powermail_field {
  position: relative;
}

.parsley-errors-list {
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
  color: #002F60;
  /*position: absolute;*/
  font-size: 0.9em;
  bottom: -55px;
  margin-bottom: 0px;
}

.powermail-errors-list.filled, .powermail-errors-list.filled li{
    color: red;
    padding: 0px;
    margin: 0px;
    font-size: 0.7rem;
}
.powermail-errors-list.filled li::before{
    display: none;
}

input.parsley-error,
textarea.parsley-error {
  border-color: #002F60;
}

label {
  margin-bottom: 5px;
}

select {
  cursor: pointer;
}

/*powermail */
.powermail_fieldwrap {
  margin-bottom: 15px;
}

.tx-powermail {
  /*margin-top: 35px;
	margin-bottom: 35px;*/
}

.powermail_fieldwrap_type_input {
  width: 50%;
  padding-right: 15px;
  display: inline-block;
}

.powermail_fieldwrap_type_input.layout1 {
  width: 100%;
  padding-right: 0px;
}

.powermail_fieldset {
  margin-right: -15px;
}

.tx-powermail .powermail_fieldwrap {
  padding-right: 15px;
}

.notice {
  font-size: 0.8em;
  line-height: 1.1em;
  font-style: italic;
}

/* end form fields */
/* start search */
.submitbutt>input,
.tx-felogin-pi1 input[type="submit"] {
  background-color: #002F60;
  color: #002F60;
  margin-right: 35px;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  border: 2px solid #002F60;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: inherit;
  width: 300px;
  cursor: pointer;
}

.submitbutt {
  float: left;
}

.resetbutt {
  padding-bottom: 25px;
  display: inline-block;
  display: none;
}

.resetButton {
  padding: 10px 30px;
  display: block;
}

#form_kesearch_pi1 {
  margin-bottom: 55px;
}

.tx-kesearch-pi1 .teaser_icon {
  display: none;
}

.tx-kesearch-pi1 .hit {
  color: #002F60;
}

.tx-kesearch-pi1 .result-title,
.tx-kesearch-pi1 .result-number {}

#kesearch_num_results,
.tx-kesearch-pi1 .result-list-item {
  margin-bottom: 25px;
}

#kesearch_results .add-info {
  word-break: break-all;
}

#check-field-8 {
  display: none!important;
}

/* end search */
/* start felogin */
.tx-felogin-pi1>div {
  margin-bottom: 35px;
}

.tx-felogin-pi1 p {
  margin-top: 35px;
}

.tx-felogin-pi1>form>fieldset>div {
  margin-bottom: 15px;
}

.tx-felogin-pi1 label {
  margin-bottom: 0px;
}

.tx-felogin-pi1 label[for="permalogin"] {
  margin: 15px 0px;
}

/* end felogin */
/* start breadcrumb */
.menu-breadcrumb {
  list-style: none;
  margin: 10px 0px 40px;
  padding: 0px;
  font-size: 0.9em;
  z-index: 5;
  position: relative;
}

.menu-breadcrumb li {
  display: inline-block;
}

.menu-breadcrumb li>a {
  text-decoration: none;
  color: #000;
}

.menu-breadcrumb li::after {
  content: '/';
}

.menu-breadcrumb li:last-child::after {
  content: '';
}

.menu-breadcrumb li:last-child a {
  text-decoration: none;
}

/* end breadcrumb */
/* start paginate */
.f3-widget-paginator,
ul.pagination {
  display: -ms-flexbox;
  display: flex;
}

ul.f3-widget-paginator,
ul.f3-widget-paginator li,
.kesearch_pagebrowser ul,
.kesearch_pagebrowser ul li,
ul.pagination,
ul.pagination li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.kesearch_pagebrowser ul li {
  float: left;
}

ul.f3-widget-paginator li,
ul.pagination li,
.kesearch_pagebrowser ul li a {
  float: left;
  display: block;
  border: 1px solid #000;
  /*padding: 8px 13px;*/
  margin-left: 10px;
  color: #000;
}

ul.f3-widget-paginator li a,
.kesearch_pagebrowser ul li a,
ul.f3-widget-paginator li.current,
ul.pagination li a,
ul.pagination li a.current {
  padding: 8px 13px;
  display: block;
}

ul.f3-widget-paginator li.current a {
  padding: 0px;
  color: #002F60;
}

ul.pagination li.active a {
  color: #002F60;
}

ul.f3-widget-paginator li.current a:hover,
ul.f3-widget-paginator li.current a:focus,
.kesearch_pagebrowser ul li.current a,
.kesearch_pagebrowser ul li.current a:hover,
.kesearch_pagebrowser ul li.current a:focus,
ul.pagination li.active a:hover,
ul.pagination li.active a:focus {
  color: #002F60;
}

ul.f3-widget-paginator li::before,
.kesearch_pagebrowser ul li::before,
ul.pagination li::before {
  content: '';
  display: none;
}

ul.f3-widget-paginator li a,
ul.f3-widget-paginator li a:hover,
ul.f3-widget-paginator li a:focus,
.kesearch_pagebrowser ul li a,
.kesearch_pagebrowser ul li a:hover,
.kesearch_pagebrowser ul li a:focus,
ul.pagination li a,
ul.pagination li a:hover,
ul.pagination li a:focus {
  color: #000;
  text-decoration: none;
}

ul.pagination li a.active:hover {
  color: #002F60;
}

ul.f3-widget-paginator li.current,
.kesearch_pagebrowser ul li a.current,
ul.pagination li.active {
  color: #002F60;
  background-color: transparent;
  border-color: #002F60;
}

ul.f3-widget-paginator li.next,
ul.f3-widget-paginator li.previous {
  display: none;
}

.page-navigation,
.kesearch_pagebrowser {
  /*margin-left: 15px;
  margin-right: 15px;*/
  margin-bottom: 30px;
  margin-top: 15px;
  /*padding-top: 65px;
	border-top:2px solid #000;*/
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-navigation p:first-of-type {
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

ul.pagination {
  margin: 50px 0px;
}

/* end paginate */
/* start accordion*/
.open-close-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  /*border: 0.1em solid #f4d6d7;*/
  /*margin: 2em 45%;*/
  font-size: 3em;
  /*border-radius: 50%;*/
  position: relative;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.open-close-button:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #002F60;
  width: 20px;
  height: 4px;
  left: 0px;
  top: 8px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  	-webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.open-close-button:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #002F60;
  width: 4px;
  height: 20px;
  left: 8px;
  top: 0px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
	-webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

/*.open-close-button.open {
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}*/
.open-close-button.open::after {
  -moz-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

.open-close-button.open::before {
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.open-close-button {
  border: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.open-close-button.open:after {
  background-color: #000;
}

.open-close-button.open:before {
  background-color: #000;
}

.open-close-button.open::before,
.open-close-button.open::after {
  background-color: #002F60;
}

.btn-wrap {
  position: absolute;
  right: 25px;
}

h2.accordion, h3.accordion {
  margin-bottom: 0px;
}

.accordion>a {
  width: 100%;
  position: relative;
  display: block;
  color: #002F60;
  padding: 20px 50px 20px 25px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

.accordion>a:hover {
  color: #002F60 !important;
}

.accordion-title {
  padding-right: 50px;
}

.accordioncont {
  border-bottom: 1px solid #002F60;
  margin-top: -1px;
  width: 100%;
  display: block;
}

.accordion-content {
  padding: 0px 25px;
  width: 935px;
  max-width: 100%;
}

/* end accordion */
input[type="submit"] {
  cursor: pointer;
}

.disabled input[type="submit"] {
  cursor: default;
}

/* start main navigation */
.navbar {
  /* padding-left: 0px;
	padding-right: 0px; */
  padding: 0px;
}

.navbar-nav .dropdown-toggle::after {
  /*display: none;*/
}

header .row {
  position: relative;
}

#nav-icon3 {
  width: 40px;
  height: 35px;
  position: relative;
  margin: 4px auto 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
  background: #002F60;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 12px;
	background: #FFC900;
	width: 75%;
	left: 25%;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
  background: #8393A7;
}

a[aria-expanded="true"] #nav-icon3 span:nth-child(1) {
  top: -20px;
  opacity: 0;
}

a[aria-expanded="true"] #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  	/*width: 100%;
	left: 0%;*/
  background: #002F60;
}

a[aria-expanded="true"] #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
	/*width: 100%;
	left: 0%;*/
  background: #002F60;
}

a[aria-expanded="true"] #nav-icon3 span:nth-child(4) {
  top: 44px;
  opacity: 0;
}

.active>ul>li {
  display: block;
}

.nav-item > a {
  color: #002F60;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  /*-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;*/
}

.dropdown-menu .nav-item > a {
  color: #002F60;
  position: relative;
  display: inline-block;
  text-transform: none;
  /*-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;*/
}

.navbar-nav .nav-link {
  padding-bottom: 0px;
  padding-top: 0px;
  text-decoration: none;
}

.nav-item.active>a {
  color: #002F60;
}

.nav-item:hover>a, .nav-item:focus>a {
  color: #002F60;
}

.dropdown-menu .nav-item>a {
  /*-webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;*/
}

.dropdown-menu .nav-item.active>a, .dropdown-menu .nav-item:hover>a, .dropdown-menu .nav-item:focus>a {
  color: #002F60;
}

.navbar-nav .dropdown-toggle::after {
 /* display: none;*/
}

.dropdown-menu {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: normal;
}

/* end main navigation */
/* start own css */

::-moz-selection {
  color: #FFC900; background: #002F60;
}

::selection {
  color: #FFC900; background: #002F60;
}

body {
	overflow-y: scroll;
}

main {
	margin-top: 215px;
	overflow: hidden;
}

main > div:last-child {
	padding-bottom: 125px;
    position: relative;
}
.last-changed{
    position: absolute;
    bottom: 15px;
    font-size: 0.8em;
}
.last-changed-news{
    font-size: 0.8em;
}
.ce-textpic {
	overflow: visible;
}

.ce-gallery {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    position: relative;
	box-shadow: 10px 10px 25px 0px #00000050;
}

.twos .ce-gallery, .threes .ce-gallery {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    position: relative;
	box-shadow: none;
}

.btn_lp {
	color: #ffffff !important;
	padding: 10px 25px 35px 25px !important;
	background-color: #8393A7 !important;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
	text-align: left !important;
	min-width: 100%;
	font-size: 26px;
	position: relative;
  	margin: 5px 0px 10px 0px;
}

.btn_lp::before {
	content: ">";
	position: absolute;
    font-size: 16px;
    font-weight: 400;
    left: 65px;
    top: 49px;
}

.btn_lp:hover::before {
    -webkit-animation: btn_lp_anim .6s infinite ease-in-out alternate;
	animation: btn_lp_anim .6s infinite ease-in-out alternate;
}

@-webkit-keyframes btn_lp_anim {
	0% {
		left: 65px;
	}
	100% {
		left: 70px;
	}
/*	0% {
		left: 65px;
	}
	25% {
		left: 70px;
	}
	75% {
		left: 60px;
	}
	100% {
		left: 65px;
	}*/
}
@keyframes btn_lp_anim {
	0% {
		left: 65px;
	}
	100% {
		left: 70px;
	}
/*	0% {
		left: 65px;
	}
	25% {
		left: 70px;
	}
	75% {
		left: 60px;
	}
	100% {
		left: 65px;
	}*/
}

.btn_lp::after {
    content: "mehr Erfahren";
    text-transform: uppercase;
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    left: 84px;
    top: 50px;
}

.lp_buttons > div > div > p:nth-child(1) .btn_lp::after {
	content: "zum Terminbuchungstool";
}
.lp_buttons > div > div > p:nth-child(2) .btn_lp::after {
	content: "Aktuelle Jobs";
}

.btn_lp:hover,
.btn_lp:active,
.btn_lp:focus {
  color: #002F60 !important;
  background-color: #FFC900 !important;
}


.grey_bg {
	background: #8393A720;
	padding: 75px 0px 50px 0px;
}

.threes {
	padding: 75px 0px 50px 0px;
}

/* Header - Nav */

.menu_home {
    top: -4px;
    width: 22px;
    height: auto;
    position: relative;
}

.navbar > div:first-child {
	max-height: 125px;

	-webkit-transition: max-height 0.3s ease;
  	-moz-transition: max-height 0.3s ease;
  	-o-transition: max-height 0.3s ease;
  	transition: max-height 0.3s ease;
}

.shrink .navbar > div:first-child {
	max-height: 0px;
}

.navbar-nav a {
	-webkit-transition: transform 0.3s ease;
  	-moz-transition: transform 0.3s ease;
  	-o-transition: transform 0.3s ease;
  	transition: transform 0.3s ease;

	backface-visibility: hidden;
	-webkit-filter: blur(0);
}

.navbar-nav > .nav-item:hover > a {
	/*transform: scale(1.05);*/
}

/*.navbar-nav > .nav-item:hover::after {
	content: "";
	width: 100%;
	height: 15px;
	background: transparent;
	display: block;
	position: absolute;
}*/
.dropdown-menu > .nav-item:hover > a {
	font-weight: 500;
}

.navbar-nav > .nav-item:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
}


header {
  background-color: #ffffff;
  /*-webkit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;*/
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2em;
  padding: 35px 0px 35px 0px !important;
}

.navbar-brand img {
    opacity: 1;
	position: relative;

	-webkit-transition: opacity 0.5s ease, margin-top 0.5s ease;
  	-moz-transition: opacity 0.5s ease, margin-top 0.5s ease;
  	-o-transition: opacity 0.5s ease, margin-top 0.5s ease;
  	transition: opacity 0.5s ease, margin-top 0.5s ease;
}
.shrink .navbar-brand img {
    opacity: 0;
	margin-top: -120px;
}

.navbar-brand {
	max-height: 120px;
	position: relative;
	z-index: 1;

	-webkit-transition: max-height 0.5s ease;
  	-moz-transition: max-height 0.5s ease;
  	-o-transition: max-height 0.5s ease;
  	transition: max-height 0.5s ease;
}

.shrink .navbar-brand {
    max-height: 0px;
}

/* Startseite */

.container_wide {
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
	padding: 0 15px;
}

.header_img img {
	-webkit-border-radius: 15px !important;
  	-moz-border-radius: 15px !important;
  	border-radius: 15px !important;
	position: relative;
	z-index: 9;
	min-height: 365px;
	object-fit: cover;
}



.header_img::after {
    content: "";
    /*width: calc(50vw - 960px + 575px);*/
    /*height: 925px;*/
	width: calc(50vw - 960px + 30%);
	height: calc(100% + 360px);
    background: #002F60;
    display: block;
    position: absolute;
    background-image: url(/typo3conf/ext/theme/Resources/Public/Images/bg_element.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 600px auto;
    -webkit-border-radius: 15px 0px 0px 15px !important;
    -moz-border-radius: 15px 0px 0px 15px !important;
    border-radius: 15px 0px 0px 15px !important;
    right: 0px;
    -webkit-transform: translateX(calc(50vw - 960px));
    -moz-transform: translateX(calc(50vw - 960px));
    -o-transform: translateX(calc(50vw - 960px));
    -ms-transform: translateX(calc(50vw - 960px));
	transform: translateX(calc(50vw - 960px));
    top: 135px;
    z-index: 0;
}

.header_txt {
	font-size: 44px;
	font-weight: 500;
	line-height: 1.75;
	width: auto;
	display: inline-block;

}

.header_txt > div:first-child {
	color: #ffffff;
	background: #002F60;
	padding: 0px 50px;
	-webkit-border-radius: 15px !important;
  	-moz-border-radius: 15px !important;
  	border-radius: 15px !important;
	top: 50%;
    position: absolute;
    left: 20%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
	box-shadow: 10px 10px 25px 0px #00000050;
}

.header_txt > div:last-child {
	color: #002F60;
	background: #FFC900;
	padding: 0px 50px;
	-webkit-border-radius: 15px !important;
  	-moz-border-radius: 15px !important;
  	border-radius: 15px !important;
	top: calc(50% + 1.50em);
    position: absolute;
    left: calc(25% + 1.50em);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
	box-shadow: 10px 10px 25px 0px #00000050;
}

/* News */

.news-img-wrap .no-media-element img {
    padding: 35px;
    position: relative;
    aspect-ratio: 4 / 3;
}

.news_list_content_inner {
	/*margin-bottom: 75px;*/
}

.news-img-wrap img {
	width: 100%;
	-webkit-border-radius: 15px !important;
  	-moz-border-radius: 15px !important;
  	border-radius: 15px !important;
	box-shadow: 10px 10px 25px 0px #00000050;
}

.mediaelement {
	position: relative;
	margin-bottom: 125px;
}

.line-under {
  border-bottom: 1px solid #8393A720;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

/*
.news-single .two-col .last-col .mediaelement::after {
	content: "";
    width: calc(100% - 30px);
    height: calc(100% + 40px);
    background: #002F60;
    display: block;
    position: absolute;
    background-image: url(/typo3conf/ext/theme/Resources/Public/Images/bg_element.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 600px auto;
    -webkit-border-radius: 15px 15px 15px 15px !important;
    -moz-border-radius: 15px 15px 15px 15px !important;
    border-radius: 15px 15px 15px 15px !important;
    right: 15px;
    transform: translateX(calc(50vw - 960px));
    top: 35px;
    z-index: 0;
}
*/
.news-single .two-col .last-col .mediaelement::after {
    content: "";
    width: 100%;
    height: calc(100% + 40px);
    background: #002F60;
    display: block;
    position: absolute;
    background-image: url(/typo3conf/ext/theme/Resources/Public/Images/bg_element.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 600px auto;
    -webkit-border-radius: 15px 15px 15px 15px !important;
    -moz-border-radius: 15px 15px 15px 15px !important;
    border-radius: 15px 15px 15px 15px !important;
    right: -260px;
    /* transform: translateX(calc(50vw - 700px)); */
    top: 35px;
    z-index: 0;
}
.news-related .article:nth-child(3n-2),
.news-list-view .article:nth-child(3n-2) {
	/*padding-right: 4.166666%;*/
}
.news-related .article:nth-child(3n-1),
.news-list-view .article:nth-child(3n-1) {
	padding: 0 2.833333%;
}
.news-related .article:nth-child(3n-0),
.news-list-view .article:nth-child(3n-0) {
	padding-left: 4.166666%;
}

.owl-item .article {
    padding: 0px 0px 0px 0px !important;
}

.news_article_item_txt {
	padding: 35px 15px 0px 15px;
}

.news_article_item_txt .more {
	font-size: 16px;
	float: right;
	margin-right: 20px;
}

.news_article_item_txt h3 {
	margin-bottom: 35px;
}
.news-single a:hover,
.news_article_item_txt a:hover {
	text-decoration: underline;
}

.news-related-wrap {
    margin-top: 150px;
    padding-top: 75px;
    position: relative;
    z-index: 9;
    margin-bottom: -125px;
    padding-bottom: 125px;
}
.news-list-view .news-img-wrap img,
.news-related .news-img-wrap img {
	-webkit-transition: transform 0.3s ease;
  	-moz-transition: transform 0.3s ease;
  	-o-transition: transform 0.3s ease;
  	transition: transform 0.3s ease;
}

.news-related-wrap::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    background: #8393A720;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.news-list-view .news-img-wrap:hover img,
.news-related .news-img-wrap:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
	transform: scale(1.05);
}

.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.owl-theme .owl-dots .owl-dot span {
    background: #002F6050;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #002F60;
}

/* Suche */

.search-form {
    opacity: 1;
	position: relative;
	/*max-height: 70px;*/
	margin-top: -35px;
	-webkit-transition: opacity 0.5s ease, margin-top 0.5s ease, max-height 0.5s ease;
  	-moz-transition: opacity 0.5s ease, margin-top 0.5s ease, max-height 0.5s ease;
  	-o-transition: opacity 0.5s ease, margin-top 0.5s ease, max-height 0.5s ease;
  	transition: opacity 0.5s ease, margin-top 0.5s ease, max-height 0.5s ease;
}
.shrink .search-form {
    opacity: 0;
	max-height: 0px !important;
	margin-top: -240px;
}

.search-form input[type=text] {
	padding: 10px 75px 10px 25px;
	font-size: 20px !important;
	font-weight: 300 !important;
	/*margin-bottom: 15px;*/
	border: 2px solid #8393A7;
	background: #ffffff;

	-webkit-border-radius: 5px !important;
  	-moz-border-radius: 5px !important;
  	border-radius: 5px !important;

	-webkit-transition: border 0.5s ease;
  	-moz-transition: border 0.5s ease;
  	-o-transition: border 0.5s ease;
  	transition: border 0.5s ease;
}

.search-form input[type=text]:focus,
.search-form input[type=text]:active {
	border: 2px solid #002F60;
}

.search-form button {
	position: absolute;
	right: 30px;
	top: 10px;
	height: 35px;
}

.icon {
	width: 25px;
	height: 25px;
}

.search-form button {
    background: none;
    border: none;
}

.kesearchbox {
	height: auto !important;
}

#ke_search_sword {
    position: relative !important;
    top: 1px;
    width: 100% !important;
    height: auto;
    padding: 12px 25px 12px 25px !important;
    margin: 0;
    display: inline;

	-webkit-border-radius: 5px !important;
  	-moz-border-radius: 5px !important;
  	border-radius: 5px !important;

}


/* Inhaltselemente */
/* Two-Col */

.container-header .two-col-grid .first-col h3 {
	/*margin: 15px 0px 50px 0px;*/
}

.two-col .first-col > div {
	padding-right: 8.333333%;
}

.two-col .last-col img {
	-webkit-border-radius: 15px !important;
  	-moz-border-radius: 15px !important;
  	border-radius: 15px !important;
	position: relative;
	z-index: 9;
}

.two-col .last-col .ce-gallery {
	position: relative;
	overflow: visible;
}


.container-header .two-col .last-col .ce-gallery::after {
    content: "";
    width: 100%;
    height: calc(100% + 40px);
    background: #002F60;
    display: block;
    position: absolute;
    background-image: url(/typo3conf/ext/theme/Resources/Public/Images/bg_element.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 600px auto;
    -webkit-border-radius: 15px 15px 15px 15px !important;
    -moz-border-radius: 15px 15px 15px 15px !important;
    border-radius: 15px 15px 15px 15px !important;
    right: -260px;
    /* transform: translateX(calc(50vw - 700px)); */
    top: 35px;
    z-index: 0;
}

/* Two-Col-21 */

.two-col-21 .first-col > div {
	padding-right: 8.333333%;
}


main ul {
	margin-bottom: 0px;
}

ul + p {
	padding-left: 50px;
}

/* Team */

.team-item h3 {
	margin-bottom: 25px;
}

.team-container img {
    -webkit-border-radius: 15px 15px 15px 15px !important;
    -moz-border-radius: 15px 15px 15px 15px !important;
    border-radius: 15px 15px 15px 15px !important;
	box-shadow: 10px 10px 25px 0px #00000050;
	margin-bottom: 35px;
}

.team-inner > div:first-child {
	margin-left: 8.333%;
}

.team-inner > div:nth-child(2) {
	margin-left: 4.1666%;
	margin-right: 4.1666%;
}

.team-item-overlay span {
	font-size: 16px;
	font-weight: 500;
	min-height: 19px;
	display: block;
}

/* Breadcrumb */

.breadcrumb_home {
    height: 14px;
    width: auto;
    top: -2px;
    margin-right: 5px;
    position: relative;
}
.menu-breadcrumb li > a {
	font-size: 16px;
    color: #8393A7;
}
.menu-breadcrumb li::after {
    content: "";
    width: 19px;
    height: 19px;
    position: relative;
    display: inline-block;
    background-image: url("/typo3conf/ext/theme/Resources/Public/Images/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center 8px;
    background-size: auto 10px;
}
.menu-breadcrumb li:last-child::after {
    display: none;
}

/* Back to Top */

.back-to-top {
	display: none;
}

/* Hotline */

.only_mobile {
	display: none;
}
.hotline_inner {
	-webkit-border-radius: 15px 15px 15px 15px !important;
    -moz-border-radius: 15px 15px 15px 15px !important;
    border-radius: 15px 15px 15px 15px !important;
	box-shadow: 10px 10px 25px 0px #00000050;
	overflow: hidden;
	padding: 0px;
	background: #002F60;
	/*background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(0,47,96,1) 5%, rgba(0,47,96,1) 100%);*/
	background-image: url(/typo3conf/ext/theme/Resources/Public/Images/bg_element.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}

.hotline_inner,
.hotline_inner h2 {
	color: #ffffff;
}

.hotline_txt {
	padding-left: 75px;
}

.hotline_header {
	font-size: 38px;
	font-weight: 500;
	margin-bottom: 15px;
}

.hotline_number {
	font-size: 52px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 15px;
}

.hotline_time p {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 0px;
}

/* Blue Background */

.blue_bg {
	position: relative;
}

.blue_bg h2 {
	color: #ffffff;
}

.blue_bg > div {
	z-index: 999;
	position: relative;
}

.blue_bg::after {
	content: "";
	background: #002F60;
	width: 100vw;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: calc(-50vw + 685px);
	z-index: 0;
}

.blue_bg .last-col {
    -ms-flex-item-align: center;
	align-self: center;
	color: #ffffff;
	position: relative;
}

.blue_bg .last-col > div {
	max-width: 75%;
	margin-left: 25%;
}

.blue_bg .last-col .ce-gallery {
	margin-bottom: 35px;
}

.tel_nmbr {
	font-size: 38px;
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
}
.tel_nmbr:focus,
.tel_nmbr:hover,
.tel_nmbr:active {
	color: #ffffff;
	text-decoration: none;
}


/* Powermail */

.tx-powermail {
	background: #ffffff;
	padding: 50px 45px;

	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

	box-shadow: 10px 10px 25px 0px #00000050;
}

.tx-powermail label {
	margin-left: 15px;
	font-size: 16px;
}

.tx-powermail input,
.tx-powermail textarea {
	background: #e4e9ee;
	font-size: 20px;
    padding: 15px 25px;
	-webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}

.tx-powermail textarea {
	resize: none;
}

.tx-powermail .btn {
	font-size: 16px;
	padding: 10px 65px;
}

/* Downloads */

.download_pdf {
	padding-left: 50px;
}

.download_pdf::before {
	content: "";
    width: 30px;
    height: 39px;
	transform: translateX(-50px);
    position: absolute;
    display: inline-block;
    background-image: url("/typo3conf/ext/theme/Resources/Public/Images/download_pdf.svg");
    background-repeat: no-repeat;
	background-size: contain;
}


/* Accordion */

.accordioncont p {
	margin: 15px 0px 75px 0px;
}


/* Footer */

footer {
	/*margin-top: 100px;*/
}

.footer_top {
	background: #002F60;
	color: #ffffff;
	padding: 50px 0px 10px 0px;
	background-image: url(/typo3conf/ext/theme/Resources/Public/Images/bg_element.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - (50vw - 960px)) 35px;
}

.footer_top h2 {
    font-size: 26px;
    font-weight: 500;
    position: relative;
    z-index: 9;
    padding: 10px 0px;
	display: inline-block;
}

.footer_top h2::after {
    content: "";
    display: block;
    width: calc(100% + 277px);
    height: 100%;
    position: absolute;
    background: #FFC900;
    right: -35px;
    top: 0px;
    z-index: -1;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}

.footer_top h3 {
	color: #FFC900;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 25px;
}

.footer_top a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	display: block;
}

.footer_top a:hover {
	font-weight: 500;
}

.footer_info,
.footer_info a {
	font-size: 20px;
	font-weight: 300;
}

footer ul {
	list-style: none;
	padding: 0px;
}

.footer_bottom a {
	list-style: none;
	padding: 0px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.footer_bottom ul li {
	display: inline-block !important;
	margin: 15px 35px 35px 0px;
  	-webkit-transition: transform 0.3s ease;
  	-moz-transition: transform 0.3s ease;
  	-o-transition: transform 0.3s ease;
  	transition: transform 0.3s ease;
}
.footer_bottom li:hover {
	transform: scale(1.05);
}

.footer_bottom .logo {
	width: 250px;
	height: auto;
}

.footer_menu ul {
	margin-bottom: 25px;
}

.footer_menu a {
	font-size: 20px;
}

.ce-bodytext {
	max-width: 840px;
}

/* form loading */
.form-loading {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    /* padding-bottom: 20px; */
    left: 0px;
    top: 0px;
    z-index: 9999999;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #002F60;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -moz-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -ms-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -o-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #002F60 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    -moz-animation-delay: -0.45s;
    -ms-animation-delay: -0.45s;
    -o-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    -moz-animation-delay: -0.3s;
    -ms-animation-delay: -0.3s;
    -o-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    -moz-animation-delay: -0.15s;
    -ms-animation-delay: -0.15s;
    -o-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
    0% {
       -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
       -ms-transform: rotate(0deg);
       transform: rotate(0deg);
    }
    100% {
       -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
       -ms-transform: rotate(360deg);
       transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
       -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
       -ms-transform: rotate(0deg);
       transform: rotate(0deg);
    }
    100% {
       -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
       -ms-transform: rotate(360deg);
       transform: rotate(360deg);
    }
}


#dropdown-61{
    position: relative;
    z-index: 2;
    margin-left: 7.5px;
}
#dropdown-61 span{
    position: relative;
    z-index: 2;
}
#dropdown-61::before{
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    background-color: #FFC900 !important;
    border-radius: 15px;
    position: absolute;
    top: -7.5px;
    left: -7.5px;
    content: '';
    z-index: 1;
}
#dropdown-61:hover, #dropdown-61:focus{
    color: #fff !important;
}
@media(min-width: 1200px) and (max-width:1399px){
    header{
        font-size: 18px !important;
    }
}

.termin-buchen{
    display: none;
}

/* end own css */
/* responsive start */
@media(min-width: 1200px) {

  .container {
		max-width: 1400px;
	}
  .navbar-nav.navbar-header .nav-link {
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 40px;
  }

  .navbar-header .navbar-brand {
    padding-left: 75px;
    padding-right: 75px;
  }

  .navbar-toggler {
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .online-shop {
    position: absolute;
    right: 125px;
    top: 25px;
  }

  .navbar-no-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /*
	.navbar-expand-xl .navbar-nav .nav-link{
		padding: 20px 25px;
	}
	.navbar-expand-xl .navbar-nav .nav-link.nav-link-hassub{
		padding-right: 50px;
	}
	*/
  .navbar-nav .nav-item {
    position: relative;
  }
/*
  .navbar-nav .nav-item:last-child  {
    background: #FFC900;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    margin-top: -5px;
  }
  */


  .nav-item-hassub:hover .dropdown-menu {
    display: block;
  }

  .nav-item-hassub:hover .dropdown-menu, .nav-item-hassub:focus-within .dropdown-menu {
    display: block;
  }

.navbar-nav .dropdown-menu {
    top: 35px;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 300;
    -webkit-border-radius: 15px 15px 15px 15px !important;
    -moz-border-radius: 15px 15px 15px 15px !important;
    border-radius: 15px 15px 15px 15px !important;
	box-shadow: 5px 5px 10px 0px #00000030;
}

  .navbar-nav .dropdown-menu .nav-link {
    padding: 8px 30px 16px;
  }

  .navbar-nav .dropdown-menu .nav-item:first-child .nav-link {
    padding-top: 15px;
  }

  .navbar-nav .dropdown-menu .nav-item:last-child .nav-link {
    padding-bottom: 15px;
  }

  .nav-link.dropdown-toggle {
    padding: 0px !important;
    position: absolute;
    top: 20px;
    right: 25px;
    display: none;
  }

  .menu-toggle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    color: #000;
    border: none !important;
    border-top: .3em solid !important;
    border-right: .3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: .3em solid transparent !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .active .menu-toggle, .nav-item:hover .menu-toggle {
    color: #fff;
  }

  .hidden-desktop {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    color: #000;
    border: none !important;
    border-top: .3em solid !important;
    border-right: .3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: .3em solid transparent !important;
  }

  .dropdown-menu {
    min-width: 315px;
  }
}

@media(min-width: 1200px) {

.navbar-expand-xl {
    -ms-flex-flow: wrap !important;
    flex-flow: wrap !important;
}


	.navbar-nav .dropdown-menu {
		/* line-height: 1.5em; */
		/* margin-left: 0px; */
		/* width: 200%; */
		z-index: 9999;
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
		-moz-transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
		-o-transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
		transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	}

}

@media (max-width: 1920px) {
	.header_img::after {
		width: calc(50vw - 700px + 305px);
		height: calc(100% + 360px);
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        -ms-transform: unset;
		transform: unset;
	}
}

@media (max-width: 1400px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.fixed-top .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.menu_home {
		top: -3px;
		width: 21px;
	}

	.header_img::after {
		width: calc(305px);
	}

	header {
		font-size: 21px;
	}
	.news-single .two-col .last-col .mediaelement::after,
	.container-header .two-col .last-col .ce-gallery::after {
		right: -40%;
	}

	.blue_bg::after {
		left: -30px;
	}

	.blue_bg .last-col > div {
		max-width: 83%;
		margin-left: 0;
	}

	.tel_nmbr {
		font-size: 34px;
	}

}

@media (max-width: 1199px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}


	.header_img::after {
		width: calc(50vw - 960px + 30%);
        -webkit-transform: translateX(calc(50vw - 960px));
        -moz-transform: translateX(calc(50vw - 960px));
        -o-transform: translateX(calc(50vw - 960px));
        -ms-transform: translateX(calc(50vw - 960px));
		transform: translateX(calc(50vw - 960px));
		top: 135px;
	}

	header {
		padding: 15px 0px 15px 0px !important;
	}

	.navbar-brand img {
		margin-bottom: unset;
	}

	.search-form {
		margin-top: 0px;
	}

	main {
		margin-top: 100px;
		overflow: hidden;
	}

	.fixed-top {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		min-height: 0vh;
		background-color: rgba(255,255,255,0);

		background-image: url(/typo3conf/ext/theme/Resources/Public/Images/bg_element.svg);
		background-repeat: no-repeat;
		background-position: 0px bottom;
		background-size: calc(100% - 75px);
	}

	.mobile-nav-opened .fixed-top {
		min-height: 100vh;
		opacity: 1;
		background-color: #002F60;
	}

	.navbar-collapse {
		top: 175px;
		position: absolute;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 0;
		-webkit-transition: all 0.5s ease, opacity 0.25s ease;
		-moz-transition: all 0.5s ease, opacity 0.25s ease;
		-o-transition: all 0.5s ease, opacity 0.25s ease;
		transition: all 0.5s ease, opacity 0.25s ease;
	}

	.mobile-nav-opened .navbar-collapse {
		opacity: 1;
	}

	.nav-item {
		padding: 25px 0px;
		font-size: 26px;
	}

	.nav-item > a {
		color: #ffffff;
	}

	.nav-item:hover>a, .nav-item:focus>a {
		color: #ffffff;
	}

	.nav-item.active>a {
		color: #ffffff;
	}

	.navbar-nav > .nav-item:hover > a {
		/*transform: scale(1.025);*/
	}

	nav > div:first-child::after {
		content: "";
		height: 100px;
		width: 100vw;
		background: #ffffff;
		display: block;
		position: fixed;
		left: 0px;
		top: 0px;
	}

	.nav-item-hassub .dropdown-toggle {
		height: 20px;
		width: 20px;
		background: unset;
		margin-left: 15px;
	}

	.nav-link.dropdown-toggle {
		display: inline-block;
		z-index: 9999;
		position: absolute!important;
	}

	.dropdown-menu .nav-item {
		padding: 10px 0px 10px 15px;
	}

	.dropdown-menu.show .nav-item.active>a, .dropdown-menu.show .nav-item:hover>a, .dropdown-menu.show .nav-item:focus>a, .dropdown-menu.show .nav-item > a {
		color: #ffffff;
	}

	.dropdown-menu {
		background: unset;
		overflow: hidden;
		max-height: 0px;
		visibility: hidden;
		opacity: 0;
		/*display: inline-block;*/

		-webkit-transition: opacity 0.3s ease, max-height 0.3s ease, visibility 0.3s ease;
		-moz-transition: opacity 0.3s ease, max-height 0.3s ease, visibility 0.3s ease;
		-o-transition: opacity 0.3s ease, max-height 0.3s ease, visibility 0.3s ease;
		transition: opacity 0.3s ease, max-height 0.3s ease, visibility 0.3s ease;
	}
	/*
	.dropdown-toggle::before {
		content: '';
		width: 20px;
		height: 4px;
		top: 8px;
		border-radius: 4px;
		background: #ffffff;
		display: block !important;
		position: absolute;
		left: 0px;

		-webkit-transition: transform 0.3s ease;
		-moz-transition: transform 0.3s ease;
		-o-transition: transform 0.3s ease;
		transition: transform 0.3s ease;
	}

	.dropdown-toggle::after {
		content: '';
		width: 4px;
		height: 20px;
		left: 8px;
		border-radius: 4px;
		background: #ffffff;
		display: block !important;
		position: absolute;
		top: 0px;
		margin: 0px;
		padding: 0px;
		border: none;

		-webkit-transition: transform 0.3s ease;
		-moz-transition: transform 0.3s ease;
		-o-transition: transform 0.3s ease;
		transition: transform 0.3s ease;
	}
	.nav-item-hassub.show .dropdown-toggle::before {
		transform: rotate(180deg)
	}
	.nav-item-hassub.show .dropdown-toggle::after {
		transform: rotate(270deg)
	}*/

	.dropdown-menu.show {
		overflow: hidden;
		visibility: visible;
		max-height: 250px;
		opacity: 1;
	}

	.shrink .search-form {
		opacity: 1;
		max-height: unset !important;
		margin-top: unset;
	}

	.shrink .navbar-brand {
		max-height: unset;
	}

	.shrink .navbar-brand img {
		opacity: 1;
		margin-top: unset;
	}
	.shrink .navbar > div:first-child {
		max-height: unset;
	}

	.header_txt > div:first-child {
		left: 25%;
	}

	.header_txt > div:last-child {
		left: calc(30% + 1.50em);
	}

	.two-col-21 .first-col > div {
		padding-right: 0;
	}

	.page-home .container > div:first-child .last-col::after {
		content: "";
		width: 100vw;
		height: 100%;
		background: #002F60;
		display: block;
		position: absolute;
		background-image: url(/typo3conf/ext/theme/Resources/Public/Images/bg_element.svg);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 600px auto;
		top: 0px;
		left: calc(-50vw + 480px);
		z-index: 0;
	}

	.page-home .container > div:first-child .last-col > div {
		position: relative;
		z-index: 99;
		margin: 50px 0px;
	}

	.page-home .container > div:first-child .last-col {
		margin-top: 35px;
	}

	.news_article_item_txt {
		padding: 35px 10px 0px 10px;
	}
	.news-single .two-col .last-col .mediaelement::after,
	.container-header .two-col .last-col .ce-gallery::after {
		background-size: 100% auto;
	}

	.team-inner > div:first-child {
		margin-left: 0;
	}
	.team-inner > div:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}

	.hotline_txt {
		padding-left: 15px;
	}

	.blue_bg::after {
		left: calc(-50vw + 465px);
	}

	.blue_bg .last-col > div {
		max-width: 50%;
		margin-left: 25%;
		margin-bottom: 100px;
	}
    #dropdown-61{
        color: #002F60 !important;
        margin-left: 15px;
    }
    #dropdown-61::before {
        width: calc(100% + 30px);
        height: calc(100% + 10px);
        background-color: #FFC900 !important;
        top: -6px;
        left: -15px;
    }
}

@media (max-width:991px) {


	.ce-gallery {
		margin-bottom: 125px !important;
	}

	.two-col .first-col > div {
		padding-right: 0px;
	}

	.search-form input[type=text] {
		display: none;
	}

	.search-form button {
		position: absolute;
		right: unset;
		top: 0px;
		height: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.search-form {
		position: absolute;
		right: 85px;
	}

	.header_txt {
		font-size: 33px;
	}

	.page-home .container > div:first-child .last-col::after {
		left: calc(-50vw + 360px);
	}

	.news_article_item_txt {
		padding: 35px 35px 0px 35px;
	}

	.news-list-view .news-img-wrap:hover img, .news-related .news-img-wrap:hover img {
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        -ms-transform: unset;
		transform: unset;
	}

	main > div:last-child {
		padding-bottom: 100px;
	}

	.news-related .article:nth-child(3n-2),
	.news-list-view .article:nth-child(3n-2) {
		padding-right: 4.166666%;
	}
	.news-related .article:nth-child(3n-1),
	.news-list-view .article:nth-child(3n-1) {
		padding: 0 4.166666%;
	}
	.news-related .article:nth-child(3n-0),
	.news-list-view .article:nth-child(3n-0) {
		padding-left: 4.166666%;
	}
	.team-inner > div:first-child {
		margin-left: 8.333%;
	}
	.team-inner > div:nth-child(2) {
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
	.team-container img {
		margin-bottom: 20px;
	}
	.team-inner > div:nth-child(1),
	.team-inner > div:nth-child(2) {
		margin-bottom: 25px;
	}

	.hotline_inner img {
		max-height: 250px;
		width: 100%;
		object-fit: cover;
		object-position: top;
	}

	.hotline_txt {
		padding: 35px 60px;
	}

	.blue_bg::after {
		left: calc(-50vw + 345px);
	}

	.blue_bg .last-col .ce-gallery {
		margin-bottom: 35px !important;
	}

	.newsitem_outer:nth-child(n+2){
		margin-top: 75px;
	}

}

@media (max-width:767px) {

	h2 {
		font-size: 32px;
	}

	.navbar-collapse {
		top: 0px;
        -webkit-transform: translateY(105px);
        -moz-transform: translateY(105px);
        -o-transform: translateY(105px);
        -ms-transform: translateY(105px);
		transform: translateY(105px);
	}

	.navbar-nav > .nav-item:hover > a {
		/*transform: scale(1);*/
	}

	.nav-item {
		padding: 15px 0px;
		font-size: 26px;
	}

	.header_txt > div:first-child {
		left: 5%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.header_txt > div:last-child {
		left: calc(2.5% + 1.50em);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.page-home .container > div:first-child .last-col::after {
		left: calc(-50vw + 270px);
	}
	.news-single .two-col .last-col .mediaelement::after,
	.container-header .two-col .last-col .ce-gallery::after {
		height: calc(100% + 20px);
	}

	.ce-gallery {
		margin-bottom: 100px !important;
	}

	.team-container img {
		margin-bottom: 20px;
	}

.news-related .article:nth-child(3n-2),
	.news-list-view .article:nth-child(3n-2) {
		padding-right: 0;
	}
	.news-related .article:nth-child(3n-1),
	.news-list-view .article:nth-child(3n-1) {
		padding: 0 0;
	}
	.news-related .article:nth-child(3n-0),
	.news-list-view .article:nth-child(3n-0) {
		padding-left: 0;
	}

	.team-inner > div:first-child {
		margin-left: 0;
	}
	.team-inner > div:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}

	.accordion-title {
		padding-right: 25px;
		font-size: 22px;
	}
	.blue_bg::after {
		left: calc(-50vw + 255px);
	}
	.blue_bg .last-col > div {
		max-width: 70%;
		margin-left: 15%;
	}
	.mediaelement {
		margin-bottom: 75px;
	}

}

@media (max-width:575px) {
	.only_mobile {
		display: block;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.fixed-top .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	h1 {
		font-size: 38px;
		hyphens: auto;
		-webkit-hyphens: auto;
	}
	h2 {
		hyphens: auto;
		-webkit-hyphens: auto;
	}
	h3 {
		hyphens: auto;
		-webkit-hyphens: auto;
	}

	.page-home h1 {
		font-size: 32px;
	}

	.frame-space-before-small {
	  margin-top: 15px !important;
	}

	.frame-space-before-medium {
	  margin-top: 35px !important;
	}

	.frame-space-before-large {
	  margin-top: 50px !important;
	}

	.frame-space-before-extra-large {
	  margin-top: 75px !important;
	}

	.frame-space-after-small {
	  margin-bottom: 15px !important;
	}

	.frame-space-after-medium {
	  margin-bottom: 35px !important;
	}

	.frame-space-after-large {
	  margin-bottom: 50px !important;
	}

	.frame-space-after-extra-large {
	  margin-bottom: 75px !important;
	}

	main {
		margin-top: 85px;
	}
	nav > div:first-child::after {
		height: 85px;
	}

	.nav-item {
		padding: 15px 35px 15px 0px;
	}

	.dropdown-toggle {
		right: 0px;
		position: absolute !important;
	}

	.dropdown-menu {
		padding: 0px;
	}

	.fixed-top {
		background-size: calc(100% - 15px);
	}

	.header_txt {
		font-size: 24px;
		white-space: nowrap;
	}

	.header_txt > div:first-child {
		left: 35%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 0 25px;
	}

	.header_txt > div:last-child {
		left: calc(45% + 1.50em);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 0 25px;
	}

	.page-home .container > div:first-child .last-col::after {
		left: -15px;
	}

	.btn_lp {
		right: -15px;
		width: calc(100% + 15px);
		white-space: nowrap;
		-webkit-border-radius: 15px 0px 0px 15px !important;
		-moz-border-radius: 15px 0px 0px 15px !important;
		border-radius: 15px 0px 0px 15px !important;
	}
	.news_article_item_txt {
		padding: 35px 0px 0px 0px;
	}

	.btn_lp::after {
		left: 54px;
		white-space: nowrap;
	}

	.btn_lp::before {
		left: 27px;
	}

	.btn_lp:hover::before {
		/*animation: btn_lp_anim .6s infinite ease-in-out alternate;*/
        -webkit-animation: none;
		animation: none;
	}

	.footer_top h2::after {
		right: -15px;
	}

	.hotline_header {
		font-size: 32px;
	}
	.hotline_number {
		font-size: 38px;
	}
	.hotline_txt {
		padding: 35px 25px;
	}

	.hotline_txt a {
		color: #ffffff !important;
		font-weight: 300;

	}

	.accordion>a {
		padding: 20px 35px 20px 15px;
	}
	.open-close-button {
		right: -15px;
	}

	.blue_bg::after {
		left: -30px;
	}

	.powermail_fieldwrap_type_input {
		width: 100%;
	}

	.blue_bg .last-col > div {
		max-width: 100%;
		margin-left: 0px;
	}

	.newsitem_outer:nth-child(n+2){
		margin-top:45px;
	}

    .termin-buchen{
        /*display: block !important;*/
        position: fixed;
        bottom: 15px;
        width: 200px;
        left: 50%;
        margin-left: -100px;
        z-index: 9999;
    }
    .termin-buchen .btn{
        width: 100%;
        padding: 7px 20px;
    }
    .footer_top{
        padding-bottom: 50px;
    }
}


@media(max-width:450px) {

	.tx-powermail {
		padding: 25px 20px;
	}

	.tx-powermail input, .tx-powermail textarea {
		font-size: 16px;
		padding: 15px 15px;
	}

	.tx-powermail .btn {
		padding: 10px 45px;
	}

}

/* responsive end */
/* start cookies */
.om-cookie-info {
  margin-bottom: 25px;
}

.om-cookie-info table th, .om-cookie-info table td {
  border-color: #002F60;
}

.om-cookie-info {
  overflow: auto;
  max-width: 100%;
}

.om-cookie-info>table {
  min-width: 800px;
}

.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked+label::before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 20px;
  height: 20px;
}

.om-cookie-panel .cookie-panel__checkbox+label::before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 20px;
  height: 20px;
}

.om-cookie-panel .cookie-panel__checkbox+label::before {
  border-color: #002F60;
}

.om-cookie-panel .cookie-panel__checkbox:checked+label::before {
  background-color: #FEF7DD;
}

.om-cookie-panel {
  -webkit-transform: translateY(100%) translateX(0%);
  -moz-transform: translateY(100%) translateX(0%);
  -o-transform: translateY(100%) translateX(0%);
  -ms-transform: translateY(100%) translateX(0%);
  transform: translateY(100%) translateX(0%);
}

.om-cookie-panel.active {
  -webkit-transform: translateY(0) translateX(0%);
  -moz-transform: translateY(0) translateX(0%);
  -o-transform: translateY(0) translateX(0%);
  -ms-transform: translateY(0) translateX(0%);
  transform: translateY(0) translateX(0%);
}

.om-cookie-panel {
  border-left: none;
  border-right: none;
  border-top: 2px solid rgba(42, 47, 109, 0.95) !important;
  width: 100% !important;
  left: 0px !important;
  text-align: left !important;
  z-index: 999999 !important;
  padding: 15px 15px 20px 15px;
  background: #fff;
  font-size: 20px;
}

.om-cookie-panel .btn {
  font-size: 20px;
}

.om-cookie-panel h2 {
  margin-bottom: 10px;
  font-size: 22px;
}

.om-cookie-panel .btn, .om-cookie-panel .btn-yellow {
  /*font-size: 17px;
	line-height: 1em;*/
}

.cookie-panel__selection, .om-cookie-panel .btn-save {
  height: 0px;
  width: 0px;
  overflow: hidden;
  position: absolute;
  left: -999999px;
}

.om-cookie-panel p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}

button.btn-link {
  background: none;
  border: none;
  margin: 0px;
  padding: 0px;
  color: #002F60;
  /*text-decoration: underline;*/
  margin-right: 13px;
  margin-bottom: 13px;
  text-align: left;
  font-weight: 400;
}

button.btn-link:hover, button.btn-link:focus {
  color: #002F60;
  text-decoration: none;
}

button {
  cursor: pointer;
}

.cookie-panel__link {
  display: inline;
  /*font-size: 0.9em;*/
  text-decoration: underline;
}

.tx-om-cookie-consent a {
  text-decoration: underline;
}


/*cookie*/
.om-cookie-panel.active{
    -webkit-transform: translateY(0) translateX(0) !important;
    -moz-transform: translateY(0) translateX(0) !important;
    -o-transform: translateY(0) translateX(0) !important;
    -ms-transform: translateY(0) translateX(0) !important;
	transform: translateY(0) translateX(0) !important;
	opacity: 1!important;
    -webkit-transition: transform 1ms, opacity 0.5s ease-in 2ms!important;
    -moz-transition: transform 1ms, opacity 0.5s ease-in 2ms!important;
    -o-transition: transform 1ms, opacity 0.5s ease-in 2ms!important;
	transition: transform 1ms, opacity 0.5s ease-in 2ms!important;
}

  .om-cookie-panel{
    background-color: rgba(255,255,255,0.5) !important;
    border: none !important;
    width: 100% !important;
    height: 100%!important;
    -webkit-transform: translateY(0) translateX(-110vw)!important;
    -moz-transform: translateY(0) translateX(-110vw)!important;
    -o-transform: translateY(0) translateX(-110vw)!important;
    -ms-transform: translateY(0) translateX(-110vw)!important;
	transform: translateY(0) translateX(-110vw)!important;
	opacity: 0!important;
    -webkit-transition: transform 1ms linear 1s, opacity 0.5s ease-in!important;
    -moz-transition: transform 1ms linear 1s, opacity 0.5s ease-in!important;
    -o-transition: transform 1ms linear 1s, opacity 0.5s ease-in!important;
	transition: transform 1ms linear 1s, opacity 0.5s ease-in!important;
}

.om-cookie-panel > div{
	left: 30%!important;
    width: 40%!important;
    background-color: #fff!important;
    bottom: 40vh!important;
    position: absolute!important;
    padding: 35px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    border: 2px solid #002F60!important;
}
 .tx-om-cookie-consent{
    z-index: 9999999999;
    position: relative;
}
.cookie-panel__control .btn, .cookie-panel__control .btn:hover, .cookie-panel__control .btn:focus{
    background-color: #54b506;
    color: #fff;
    border-color: #54b506;
}
@media(max-width: 1200px){
    .om-cookie-panel > div{
        left: 12.5%!important;
        width: 75%!important;
        bottom: auto !important;
        top: 250px !important;
    }
}
@media(max-width: 767px){
    .om-cookie-panel > div{
        left: 15px!important;
        width: calc(100% - 30px)!important;
        bottom: auto !important;
        top: 160px !important;
        padding: 15px !important;
    }
    .om-cookie-panel{
        background-color: rgba(255,255,255,0.7) !important;
    }

}
/* end cookies */

.tx-powermail .layout1 > div {
    background: #e4e9ee;
    font-size: 20px;
    padding: 15px 25px;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
	height: 55px;
}

.page-71 h1 {
	hyphens: unset !important;
}

.tx-powermail input,
.tx-powermail select {
	font-size: 17px;
	color: #002F60 !important;
}

.tx-powermail .powermail_fieldwrap,
.tx-powermail .layout1 {
	width: 46%;
	padding: 0;
}
.tx-powermail .powermail_file {
	width: 100%;
    padding: 11px 25px;
}
.tx-powermail .layout2 {
	width: 96%;
	padding: 0;
}
.tx-powermail .layout1 select {
    width: 100%;
    background-color: #fff;
    border: 2px solid #002F60;
    border: none;
    background: transparent;
    height: unset;
}
.tx-powermail .powermail_fieldwrap,
.tx-powermail .layout1{
	float: left;
	margin: 0 2% 15px 2%;
	display: inline-block;
}
.powermail_fieldset {
    margin-right: 0px;
}

.tx-powermail {
    padding: 60px 45px;
}

main .tx-powermail .parsley-errors-list li, .tx-srfeuserregister-pi1-error {
    background-color: transparent;
    color: red;
    padding: 0px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: -8px;
}

@media (max-width: 991px) {
	.tx-powermail .powermail_fieldwrap, .tx-powermail .layout1 {
		float: left;
		margin: 0 0% 15px 0%;
		display: inline-block;
	}
	.tx-powermail .powermail_fieldwrap, .tx-powermail .layout1 {
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 575px) {
	.tx-powermail {
		padding: 25px 15px;
	}

	.tx-powermail .layout1 > div {
		font-size: 17px;
		padding: 5px 10px;
		height: 40px;
	}

	.tx-powermail input, .tx-powermail textarea {
		font-size: 16px;
		padding: 5px 10px;
	}

	input[type="text"], input[type="email"], input[type="password"], input[type="date"], textarea {
		height: 40px;
	}

	.page-71 .termin-buchen {
		display: none !important;
	}
}
