/* GT Walsheim */
@font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/walsheim/GT-Walsheim-Pro-Medium.eot');
      src: url('../fonts/walsheim/GT-Walsheim-Pro-Medium.eot?#iefix&v=4.6.3') format('embedded-opentype'),
      url('../fonts/walsheim/GT-Walsheim-Pro-Medium.woff2') format('woff2'),
      url('../fonts/walsheim/GT-Walsheim-Pro-Medium.woff') format('woff'),
      url('../fonts/walsheim/GT-Walsheim-Pro-Medium.ttf') format('truetype'),
      url('../fonts/walsheim/GT-Walsheim-Pro-Medium.svg') format('svg');
}

@font-face {
  font-family: 'GT Walsheim';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/walsheim/GT-Walsheim-Pro-Medium-Oblique.eot');
      src: url('../fonts/walsheim/GT-Walsheim-Pro-Medium-Oblique.eot?#iefix&v=4.6.3') format('embedded-opentype'),
      url('../fonts/walsheim/GT-Walsheim-Pro-Medium-Oblique.woff2') format('woff2'),
      url('../fonts/walsheim/GT-Walsheim-Pro-Medium-Oblique.woff') format('woff'),
      url('../fonts/walsheim/GT-Walsheim-Pro-Medium-Oblique.ttf') format('truetype'),
      url('../fonts/walsheim/GT-Walsheim-Pro-Medium-Oblique.svg') format('svg');
}

/* GT Walsheim */
@font-face {
  font-family: 'GT Walsheim';
  font-style: bold;
  font-weight: 900;
  src: url('../fonts/walsheim/GT-Walsheim-Pro-Bold.eot');
      src: url('../fonts/walsheim/GT-Walsheim-Pro-Bold.eot?#iefix&v=4.6.3') format('embedded-opentype'),
      url('../fonts/walsheim/GT-Walsheim-Pro-Bold.woff2') format('woff2'),
      url('../fonts/walsheim/GT-Walsheim-Pro-Bold.woff') format('woff'),
      url('../fonts/walsheim/GT-Walsheim-Pro-Bold.ttf') format('truetype'),
      url('../fonts/walsheim/GT-Walsheim-Pro-Bold.svg') format('svg');
}

/* GT Sectra*/


@font-face {
  font-family: 'GT Sectra';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/GT-Sectra-Medium.eot');
      src: url('../fonts/GT-Sectra-Medium.eot?#iefix&v=4.6.3') format('embedded-opentype'),
      url('../fonts/GT-Sectra-Medium.woff2') format('woff2'),
      url('../fonts/GT-Sectra-Medium.woff') format('woff'),
      url('../fonts/GT-Sectra-Medium.ttf') format('truetype'),
      url('../fonts/GT-Sectra-Medium.svg') format('svg');
}

@font-face {
  font-family: 'GT Sectra';
  font-style: bold;
  font-weight: 900;
  src: url('../fonts/GT-Sectra-Black.eot');
      src: url('../fonts/GGT-Sectra-Black.eot?#iefix&v=4.6.3') format('embedded-opentype'),
      url('../fonts/GT-Sectra-Black.woff2') format('woff2'),
      url('../fonts/GT-Sectra-Black.woff') format('woff'),
      url('../fonts/GT-Sectra-Black.ttf') format('truetype'),
      url('../fonts/GT-Sectra-Black.svg') format('svg');
}


/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  position: relative;
  min-height: 100%;

  scroll-behavior: smooth;
}

body {
  background: #fff;
  font: 400 0.9vw/1.4 "GT Walsheim", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  border-color:#fff;
  margin-bottom:275px;
   margin-bottom:26vw;
   overflow:hidden;
}

br{
  line-height:1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

img.imageAcc{
  width:85%;
  max-width: 100%;
  height: auto;
}

.work-item img {
  max-width: initial;
  max-height: 300px;
  width: auto;
}

iframe {
  border: 0;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left !important;
}

.position-relative {
  position: relative;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 0px;
}

.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}

.examples {
  border-radius: 2px;
  padding: 7px 5px;
  margin: 0 0 40px;
}

.examples.bg-dark {
  background: #333;
  border: 0;
}

.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  font-size: 13px;
  margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  margin-right: 5px;
}

.fa-icons > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.fa-icons > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Sections */
.navbar-custom + .main {
  margin-top: 50px;
}

.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.module,
.module-small {
  position: relative;
  /*padding: 100px 0;*/
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}



/* Module header */
.module-small {
  padding: 70px 0;
}

.module-small.footer-container {
  padding: 0px 0 40px 0;
  overflow: hidden;
}

.module-extra-small {
  padding: 25px 0px;
}

.module-medium {
  padding: 9vw 0 7vw 0;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.side-image-text {
  background: #fff;
  border-top: 0px solid #e5e5e5;
  border-bottom: 0px solid #e5e5e5;
  text-align: center;
  height: 100%;
  position:relative;
/*  padding-bottom: 10000px;
  margin-bottom: -10000px;
  */
}

.start-container{
    overflow: hidden;
}
.news1-abstand{
 /* padding: 30px 20px 10px 20px;*/
  padding: 20px 0px 20px 0px;
 /* width: 100%;*/
}

.news1-abstand img,
.news1-abstand .svg{
  width:80%;
}



/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {
  background: #111;
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.2);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-gradient:before {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light {
  background: #ffffff;
}

.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}

.float-right{
  float:right;
}

.full-width,
.full-width img{
  width:100%;
}
.width-50,
.width-50 img{
  width:50%;
}
.width-60,
.width-60 img{
  width:60%;
}
.width-70,
.width-70 img{
  width:70%;
}
.width-80,
.width-80 img{
  width:80%;
}
.width-90,
.width-90 img{
  width:90%;
}

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}
.pr-5{
  padding-right: 1vw !important;
}

.pt-5 {
  padding-top: .3vw!important;
}

.pt-10 {
  padding-top: .6vw !important;
}

.pt-20 {
  padding-top: 1.2vw !important;
}

.pt-30 {
  padding-top: 1.8vw !important;
}

.pt-40 {
  padding-top: 2.4vw !important;
}

.pt-50 {
  padding-top: 3vw !important;
}

.pt-60 {
  padding-top: 3.6vw !important;
}

.pt-70 {
  padding-top: 4.2vw !important;
}

.pt-80 {
  padding-top: 4.8vw !important;
}

.pt-100 {
  padding-top: 6vw !important;
}

.pt-140 {
  padding-top: 8.4vw !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5vw !important;
}

.pb-7 {
  padding-bottom: 7vw !important;
}

.pb-10 {
  padding-bottom: .6vw !important;
}

.pb-20 {
  padding-bottom: 1.2vw !important;
}

.pb-30 {
  padding-bottom: 1.8vw !important;
}

.pb-40 {
  padding-bottom: 2.4vw !important;
}

.pb-50 {
  padding-bottom: 3vw !important;
}

.pb-60 {
  padding-bottom: 3.6vw !important;
}

.pb-70 {
  padding-bottom: 4.2vw !important;
}

.pb-80 {
  padding-bottom: 4.8vw !important;
}

.pb-100 {
  padding-bottom: 5.4vw !important;
}

.pb-140 {
  padding-bottom: 8.4vw !important;
}

.m-mt-5{
  margin-top: -0.5vw !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: .6vw !important;
}

.mt-15 {
  margin-top: .9vw !important;
}

.mt-20 {
  margin-top: 1.2vw !important;
}

.mt-30 {
  margin-top: 1.8vw !important;
}

.mt-40 {
  margin-top: 2.4vw !important;
}

.mt-50 {
  margin-top: 3vw !important;
}

.mt-60 {
  margin-top: 3.6vw !important;
}

.mt-70 {
  margin-top: 4.2vw !important;
}

.mt-80 {
  margin-top: 4.8vw !important;
}

.mt-100 {
  margin-top: 6vw !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: .6vw !important;
}

.mb-20 {
  margin-bottom: 1.2vw !important;
}

.mb-30 {
  margin-bottom: 1.8vw !important;
}

.mb-40 {
  margin-bottom: 2.4vw !important;
}

.mb-50 {
  margin-bottom: 3vw !important;
}

.mb-60 {
  margin-bottom: 3.6vw !important;
}

.mb-70 {
  margin-bottom: 4.2vw !important;
}

.mb-80 {
  margin-bottom: 4.8vw !important;
}

.mb-100 {
  margin-bottom: 6vw !important;
}

.width-0{
width:auto !important;
}
.width-50{
width:50% !important;
}
.width-75{
width:75% !important;
}
.width-100{
width:100% !important;
}

.nopadding {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (max-width: 991px) {
  
  .module-medium {
    padding: 17vw 0 0vw 0;
}
  .pt-5 {
  padding-top: .5vw!important;
}

.pt-10 {
  padding-top: 1vw !important;
}

.pt-20 {
  padding-top: 2vw !important;
}

.pt-30 {
  padding-top: 3vw !important;
}

.pt-40 {
  padding-top: 4vw !important;
}

.pt-50 {
  padding-top: 5vw !important;
}

.pt-60 {
  padding-top: 6vw !important;
}

.pt-70 {
  padding-top: 7vw !important;
}

.pt-80 {
  padding-top: 8vw !important;
}

.pt-100 {
  padding-top: 10vw !important;
}

.pt-140 {
  padding-top: 14vw !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: .5vw !important;
}

.pb-7 {
  padding-bottom: .7vw !important;
}

.pb-10 {
  padding-bottom: 1vw !important;
}

.pb-20 {
  padding-bottom: 2vw !important;
}

.pb-30 {
  padding-bottom: 3vw !important;
}

.pb-40 {
  padding-bottom: 4vw !important;
}

.pb-50 {
  padding-bottom: 5vw !important;
}

.pb-60 {
  padding-bottom: 6vw !important;
}

.pb-70 {
  padding-bottom: 7vw !important;
}

.pb-80 {
  padding-bottom: 8vw !important;
}

.pb-100 {
  padding-bottom: 10vw !important;
}

.pb-140 {
  padding-bottom:14vw !important;
}

.m-mt-5{
  margin-top: -0.65vw !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 1vw !important;
}

.mt-15 {
  margin-top: 1.5vw !important;
}

.mt-20 {
  margin-top: 2vw !important;
}

.mt-30 {
  margin-top: 3w !important;
}

.mt-40 {
  margin-top: 4vw !important;
}

.mt-50 {
  margin-top: 5vw !important;
}

.mt-60 {
  margin-top: 6vw !important;
}

.mt-70 {
  margin-top: 7vw !important;
}

.mt-80 {
  margin-top: 8vw !important;
}

.mt-100 {
  margin-top: 10vw !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 1vw !important;
}

.mb-20 {
  margin-bottom: 2vw !important;
}

.mb-30 {
  margin-bottom: 3vw !important;
}

.mb-40 {
  margin-bottom: 4vw !important;
}

.mb-50 {
  margin-bottom: 53vw !important;
}

.mb-60 {
  margin-bottom: 6vw !important;
}

.mb-70 {
  margin-bottom: 7vw !important;
}

.mb-80 {
  margin-bottom: 8vw !important;
}

.mb-100 {
  margin-bottom: 10vw !important;
}

}

@media only screen and (max-width: 767px) {
  
}

/* Scroll to top */
.scroll-up {
  position: absolute;
  display: none;
  /*bottom: 225px;*/
  right: 7px;
  right: 1.5vw;
  z-index: 999;
  top: 0.85vw;
}

.scroll-up a {
  background: transparent;
  display: block;
  height: auto;
  width: 35px;
  /*height: 1.7vw;*/
  width: 1.7vw;
  text-align: center;
 /* line-height: 28px;
  font-size: 35px;*/
  color: #000;
  opacity: 1;
  border-radius: 2px;  
}

.scroll-up img{
  -webkit-filter: contrast(2);
   filter: contrast(2);
}
.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}

/* Video */
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}

/* Landing Page */
.landing-reason:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 26, 107, 0.9);
}

.landing-reason {
  color: #fff;
  font-size: 13px;
}

.landing-image-text {
  padding-top: 70px;
  padding-bottom: 0px;
}

.landing-image-text h2 {
  margin-top: 100px;
  margin-bottom: 15px;
}

.landing-screenshot:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 60, 130, 0.5);
}

.alert i {
  margin-right: 5px;
}

/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/

.btn-default {
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-top-color: #000;
    border-right-color: #000;
    border-bottom-color: #000;
    border-left-color: transparent;
    border-left: 0px !important;
}
.btn {
  border-radius: 0;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 11px;
  padding: 7px 9px;
  padding-bottom: 7px;
}

.btn {
  background-image: none;
  border: 2px solid #000;
  border-radius: 0px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0px;

}
.input-group-btn {
    vertical-align: top;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-slider {
  font-size: 30px;
  font-size: 1.6vw;
  padding: 7px 45px;
  min-width: 15vw;
}

.btn.btn-button {
  font-size: 22px;
  font-size: 1.2vw;
  padding: 7px 45px;
  width: 15vw;
}
.width-100.btn.btn-button{
  padding: 7px 0;
  text-align:center;
}


.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w{
  background: transparent;
  border: 2px solid;
  color: #fff;
}


.caption-content .btn.btn-border-w{
  background: transparent !important;
  border: 2px solid!important;
  border-color: #fff !important;
  color: #fff !important;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #111111;
}

.btn.btn-b {
  background: #111111;
  color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
  background: transparent;
  border: 1px solid #111111;
  color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #111111;
  color: #fff;
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
  font-size: 11px;
  height: 34px;
  border: 2px solid #000000;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
}

#form_kesearch_searchfield .form-control {

  border-bottom: 2px solid #000000 !important;
  
}

.nlMain .form-control {
  font-size: 1em;
  height: 40px;

  font-size: 1.5vw !important;
  height: 2.5em !important;

}
.nlMain .btn{
  height: 40px;
  width: 40px;
  font-size: 17px;
  height: 2.5em !important;
  width: 2.5em !important;
  font-size: 1.5vw !important;
}

.alert-danger {
    color: currentColor;
    background-color: transparent;
    border-color: transparent;
    border-width: 0px;
}
.nlMain .alert-danger {
   color: currentColor;
    background-color: transparent;
    border-color: transparent;
    border-width: 0px;
}

.alert-success {
    color: currentColor;
    background-color: transparent;
    border-color: transparent;
}
.alert {
    padding: 0px;
    margin-top: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.alert .h3, .alert h3 {
    font-size: 24px;
    font-size: 1em;
    font-weight: bold;
}

.form-control:focus {
  border-color: #000000;
}

/* Forms size */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 10px;
}

.form-control.border-bottom {
  font-size: 11px;
  border: 0px solid #000000;
  border-bottom: 2px solid #000000;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
  display: block;
  padding: 3px 0px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: transparent;
}

.label-search{
  font-size:16px;
  padding-bottom:15px;
}
.rqst-form {
  margin-top: 27px;
}

.rqst-form .btn {
  margin-top: 5px;
}

.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
p a,
.module-subtitle a {
  text-decoration:none;
  font-weight:900;
  
}

/*p a:before,
.module-subtitle a:before {*/
.linkpfeil a:before{
  content: '→';
  padding-right: 5px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 0.7;
  -webkit-font-smoothing: antialiased;
}


.panel-group a,
.formatNavi a {
  font-weight:normal;
}


h2 p a {
  text-decoration:none;
}

p.rahmen a {
  text-decoration:none;
}

a:hover, a:focus {
  text-decoration: underline;
  outline: 0;
  color: #999 !important;
}


.tx-kesearch-pi1 a:hover, .tx-kesearch-pi1 a:focus {
    text-decoration: none;
    outline: 0;
}

.startrow a:hover, .startrow a:focus {
  text-decoration: none;
  outline: 0;
  color: #999 !important;
}


.footer-container a{
    color:  #999 !important;
    background: transparent !important;
    text-decoration: none;
    font-weight: normal;
}

.footer-container .footernavi a{
    color:  #000 !important;
}

.footer-container a:hover, 
.footer-container a:focus{
  color:  #000 !important;
    background: transparent !important;
    text-decoration: underline;
    font-weight: normal;
}

.footer-container h1 a{
    font-weight: 900;
    color: #000 !important;
}
.footer-container h1 a:hover, 
.footer-container h1 a:focus{
    font-weight: 900;
    color: #999 !important;
    text-decoration:none;
}

.bg-dark a {
  color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 400;
}

h1.tag {
    font-size: 20px;
    font-size: 1.1vw;
    display: inline-block;
    margin: 0px;
    margin-right: 3px;
    margin-left: 2px;
    margin-bottom:12px;
}

@media screen and (max-width: 1024px) {
  h1.tag {
    margin-bottom:6px;
  }
}


h1.kalender {
    font-size: 36px;
    font-size: 1.8vw;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 1em;
    padding: 0;
    vertical-align: top;
}
.kalender-datum{  
   font-size: 36px;
    font-weight: 300 !important;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: none;
    line-height: .5em;
    padding: 0;
    vertical-align: top;
}
.einzel{
  display:block;
}

.lowercase{
  text-transform:none !important;
}

.label-default {
    background-color: #dfdfdf;
    color: #000;
    font-weight: 400;
}



.well, .label, .alert, .progress, .form-control, .modal-content, .panel-heading, .panel-group .panel, .nav-tabs > li > a, .nav-pills > li > a {
    border-radius: 0px;
}

.roundcorner {
    border-radius: 4px;
}

.label-default.label.label-white {
    background-color: #fff !important;
    color: #000 !important;
}
/*.label.tag {
    font-size: 0.9vw;
    padding: .2vw;
}*/

p, ol, blockquote {
  margin: 0 0 0px;
}

ul{padding-left:0;}



blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}

.font-alt {
 
}

.font-serif {
  font-family: 'GT Sectra', 'Times New Roman', sans-serif; 
}

.font-italic {
  font-style: italic;
}

.large-text {
  font-size: 24px !important;
}

.rotate {
  text-shadow: none !important;
}

.module-title {
  position: relative; 
  font-weight: 400;
  font-size: 50px;
  font-size: 3vw;
  margin: 0 0 0px;
  line-height: 1.1;
  margin: 0 auto;
}
.module-zwischen-title,
.module-zwischen-title ol,
.module-zwischen-title ul {
  position: relative; 
  font-weight: 400;
  margin: 3px 0 0px;
  line-height: 1.2;
}

.module-subtitle,
.module-subtitle ol,
.module-subtitle ul{

  line-height: 1.2;
  margin: 0 auto;
  hyphens: auto;
}

.module-subtitle-klein,
.module-subtitle-klein ol,
.module-subtitle-klein ul{

  line-height: 1.2;
  margin: 0 auto;
  hyphens: auto;
}
header .module-subtitle-klein {
 height: 1.2vw;
}
header .module-subtitle {
  height:2.4vw;
}

.module-sectra-title,
.module-sectra-title ol,
.module-sectra-title ul{
  position: relative; 
  font-weight: 400;
  margin: 0 0 0px;
  line-height: 1.2;
  font-family:'GT Sectra';
}

.module-sectra-subtitle,
.module-sectra-subtitle ol,
.module-sectra-subtitle ul{
  line-height: 1.2;
  margin: 0 auto;
  font-family:'GT Sectra';
}

.module-sectra-subtitle-klein,
.module-sectra-subtitle-klein ol,
.module-sectra-subtitle-klein ul{
  line-height: 1.2;
  margin: 0 auto;
  font-family:'GT Sectra';
}

header .module-sectra-subtitle-klein {
  height:20px;
}


.module-title-start {
  position: relative; 
  font-weight: 700;
  margin: 15px 0 20px 0px;
  margin: 0.3em 0 0.5em 0px;
  line-height: 1.2;
}

.module-title-content {
  position: relative; 
  font-weight: 300;
  line-height: 1.2;
}

.categorieContainer {
    padding-top: 1vw;
}

/*

Schriftgrößen

*/


.module-zwischen-title,
.module-zwischen-title ol,
.module-zwischen-title ul {
  font-size: 33px;
  font-size:2.6vw;
}

.module-subtitle,
.module-subtitle ol,
.module-subtitle ul{
  font-size: 24px;
  font-size:1.9vw;
}

a.termin,
.module-subtitle-klein,
.module-subtitle-klein ol,
.module-subtitle-klein ul{
  font-size: 15px;
  font-size:1.34vw;
}


.accordionleft .module-subtitle-klein{
   font-size: 15px;
} 

header .module-subtitle-klein {
 height: 1.2vw;
}
header .module-subtitle {
  height:2.4vw;
}

.module-sectra-title,
.module-sectra-title ol,
.module-sectra-title ul{
  
  font-size: 42px;
  font-size:4vw;
}


.module-sectra-subtitle,
.module-sectra-subtitle ol,
.module-sectra-subtitle ul{
  font-size: 24px; 
  font-size:2.1vw; 
}

.module-sectra-subtitle-klein,
.module-sectra-subtitle-klein ol,
.module-sectra-subtitle-klein ul{
  font-size: 19px;
  font-size:1.4vw;
}

.module-title-start {
  font-size: 30px;
  font-size:1.7vw;
}

@media screen and (max-width: 1200px) {
  .module-title-start {
  	font-size:1.65vw;
 }
}

.module-title-content {
  font-size: 30px;
}

.siteHeader{
  padding: 20px 60px 40px;
    border: 3px solid;
    display: inline-block;
    /* max-width: 45%; */
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    min-width: 50%;
}
.siteHeader p{
  font-size:1vw;
}

a.termin {
    
    text-decoration: none;
}
a.termin .fa {
    /*font-size: 30px !important;*/
  padding-right: 0.5em;
  font-size: 1.7vw;
  
}

@media screen and (min-width: 1800px) {
  
body {
  font: 400 16px/1.4 "GT Walsheim", sans-serif;
 }
 .btn.btn-button {
  font-size: 19px;
 }
  
.module-zwischen-title,
.module-zwischen-title ol,
.module-zwischen-title ul {
  font-size: 46px;
}

.module-subtitle,
.module-subtitle ol,
.module-subtitle ul{
  font-size: 34px;
}

.module-subtitle-klein,
  .module-subtitle-klein ol,
  .module-subtitle-klein ul{
    font-size: 24px;
}
  
a.termin {
    font-size: 24px;
    text-decoration: none;
}

a.termin .fa {
    font-size: 30px !important;
    padding-right: 0.5em;
}

.module-title {
    font-size: 54px;
  }

header .module-subtitle-klein {
 height: 21.5px;
}
header .module-subtitle {
  height:2.4vw;
}

.module-sectra-title,
.module-sectra-title ol,
.module-sectra-title ul{  
  font-size: 72px;
}

.module-sectra-subtitle,
.module-sectra-subtitle ol,
.module-sectra-subtitle ul{
  font-size: 38px;  
}

.module-sectra-subtitle-klein,
.module-sectra-subtitle-klein ol,
.module-sectra-subtitle-klein ul{
  font-size: 24px;
}

.module-title-start {
  font-size: 30px;
  font-size:1.8vw;
}
.tx-kesearch-pi1 .module-title-start {
  font-size: 32.5px;

}

.module-title-content {
  font-size: 30px;
}

.siteHeader{
  padding: 20px 60px 40px;
    border: 3px solid;
    display: inline-block;
    /* max-width: 45%; */
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    min-width: 33%;
    max-width:800px;
}
.siteHeader p{
  font-size:18px;
}

h1.kalender {
    font-size: 33px;
}

p.kleinAccordion {
    line-height: 3.5px;
    font-size: 14.5px;
    padding-top: 1.8px;
  
    hyphens: auto;

}
  
  
  
}

@media screen and (max-width: 1024px) {
  .label.tag {
    font-size: 0.9vw;
    padding: 0.2vw .5vw;
  }
  .label.tag {
    font-size: 1.2vw;
    padding: 0.4vw .5vw;
}
.roundcorner {
    border-radius: 2px;
}

  h1.tag {    
    display: inline-block;
    margin-bottom: 0.8vw;
  }

.module-zwischen-title,
.module-zwischen-title ol,
.module-zwischen-title ul {
  font-size: 28px;
}

.module-subtitle,
.module-subtitle ol,
.module-subtitle ul{
  font-size: 20px;
}

.module-subtitle-klein,
.module-subtitle-klein ol,
.module-subtitle-klein ul{
  font-size: 1.5vw;
}

a.termin {
    font-size: 1.5vw;
    text-decoration: none;
}

header .module-subtitle-klein {
 height: 1.2vw;
}
header .module-subtitle {
  height:2.4vw;
}

.module-sectra-title,
.module-sectra-title ol,
.module-sectra-title ul{  
  font-size: 35px;
}

.module-sectra-subtitle,
.module-sectra-subtitle ol,
.module-sectra-subtitle ul{
  font-size: 24px;  
}

.module-sectra-subtitle-klein,
.module-sectra-subtitle-klein ol,
.module-sectra-subtitle-klein ul{
  font-size: 19px;
}

.module-title-start {
  font-size: 1.4vw;
}

.module-title-content {
  font-size: 30px;
} 

 .startrow .module-subtitle {
      font-size: 1.2vw !important;
       	
  }
  .startrow .news-untertitle {
    font-size: 0.8vw !important;
  }
  
}

@media screen and (max-width: 991px) {
  .siteHeader p {
    font-size: 14px;
   }
   .module-title {
    font-size: 30px;
    font-size: 6vw;
    line-height:1.1;
  }
    .module-title-start {
      		font-size: 4vw;
    	}
    .news-untertitle {
         	font-size: 14px;
        }
      
    .module-subtitle,
    .module-subtitle ol,
    .module-subtitle ul{
      font-size: 18px !important;
     /* font-size: 1.4vw;*/
    /* width:75%*/
    }
    
    .startrow .module-subtitle {
      font-size: 3vw !important;
       	
      }
      
      .startrow .news-untertitle {
    font-size: 1.5vw !important;
    }
      h1.tag {
       font-size: 10px;
       margin-bottom: 0.8vw;
      }
      .btn.btn-button {
      font-size: 18px;
     } 
     .categorieContainer{
     padding: 0;
     margin-left: 0 !important;
     } 
   
     
   
  }

@media screen and (max-width: 767px) {
  
    .label.tag {
    font-size: 4vw; 
    padding: 0.5vw 1vw; 
    font-size: 3.2vw;
    padding: 0.7vw 1.5vw;
    }
 .module-title-start {
  		font-size: 30px;
        font-size:10vw;
	}
    .startrow .news-untertitle {
     font-size: 4vw !important;
    }
    
  .module-subtitle {
    font-size: 22px !important;  	
  }
  
  .modal-content .module-subtitle {
    font-size: 26px !important;  	
  }
  
 .startrow .module-subtitle {  		
  		font-size: 6vw !important;
  }
  
  .startrow .imagetext .module-subtitle {  		
  		font-size: 5vw !important;
  }
  .module-sectra-title {
    font-size: 40px;
    font-size: 10vw;
    hypens:auto;
  }
  h1.tag {
    	font-size: 16px;

  }
  
  .module-zwischen-title,
  .module-zwischen-title ol, 
  .module-zwischen-title ul {
    font-size: 7vw;

  }
  .panel-heading-accordion .module-zwischen-title {
    font-size: 25px;

  }
  
  .module-title {
    font-size: 35px;
    font-size: 8vw;
  }

  .module-subtitle-klein, .module-subtitle-klein ol, .module-subtitle-klein ul {
    font-size: 4vw;
  }
  a.termin{
  	font-size: 4vw;
    text-decoration:none;
  }
  a.termin .fa {
    font-size: 15px;
  }
  
  header .module-subtitle-klein {
    padding-bottom:30px;
 }
}

@media screen and (max-width: 991px) {
  .news1-abstand {
   /* padding: 30px 13% 30px 13%;*/
  }
  .imagestart{
  position:absolute;
  right:0;
  top:25%;
  }
}

@media screen and (max-width: 767px) {
  
  .imagestart{
  position:initial;
  }
  .imagestart .helper {
    height: auto;
  }
  
  .news1-abstand.imagestart  img, .news1-abstand.imagestart  .svg {
    width: auto;
    height: 100%;
    max-width: 100%;
}
  
  .pt-5 {
  padding-top: .5vw !important;
}

.pt-10 {
  padding-top: 1vw !important;
}

.pt-20 {
  padding-top: 2vw !important;
}

.pt-30 {
  padding-top: 3vw !important;
}

.pt-40 {
  padding-top: 4vw !important;
}

.pt-50 {
  padding-top: 5vw !important;
}

.pt-60 {
  padding-top:6vw !important;
}

.pt-70 {
  padding-top: 7vw !important;
}

.pt-80 {
  padding-top: 8vw !important;
}

.pt-100 {
  padding-top: 10vw !important;
}

.pt-140 {
  padding-top: 14vw !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: .5vw !important;
}

.pb-7 {
  padding-bottom: .7vw !important;
}

.pb-10 {
  padding-bottom: 1vw !important;
}

.pb-20 {
  padding-bottom: 2vw !important;
}

.pb-30 {
  padding-bottom: 3vw !important;
}

.pb-40 {
  padding-bottom: 4vw !important;
}

.pb-50 {
  padding-bottom: 5vw !important;
}

.pb-60 {
  padding-bottom: 6vw !important;
}

.pb-70 {
  padding-bottom: 7vw !important;
}

.pb-80 {
  padding-bottom: 8vw !important;
}

.pb-100 {
  padding-bottom: 10vw !important;
}

.pb-140 {
  padding-bottom: 14vw !important;
}

.m-mt-5 {
  margin-top: -0.65vw !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 1vw !important;
}

.mt-15 {
  margin-top: 1.5vw !important;
}

.mt-20 {
  margin-top: 0vw !important;
}

.mt-30 {
  margin-top: 3vw !important;
}

.mt-40 {
  margin-top: 4vw !important;
}

.mt-50 {
  margin-top: 5vw !important;
}

.mt-60 {
  margin-top: 6vw !important;
}

.mt-70 {
  margin-top: 7vw !important;
}

.mt-80 {
  margin-top: 8vw !important;
}

.mt-100 {
  margin-top: 10vw !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 1vw !important;
}

.mb-20 {
  margin-bottom: 2vw !important;
}

.mb-30 {
  margin-bottom: 3vw !important;
}

.mb-40 {
  margin-bottom: 4vw !important;
}

.mb-50 {
  margin-bottom: 5vw !important;
}

.mb-60 {
  margin-bottom: 6vw !important;
}

.mb-70 {
  margin-bottom: 7vw !important;
}

.mb-80 {
  margin-bottom: 8vw !important;
}

.mb-100 {
  margin-bottom: 10vw !important;
}
  
  .anmeldung{
    margin-bottom:40px !important;
  }

  .news1-abstand {
    padding: 30px !important;
  }
	
 
  
  .btn.btn-button {
    font-size: 22px;
    font-size:5vw;
  }
  .ce-textpic img{
   padding-top:20px;
    /*padding-bottom:10px;*/
  }
}


.module-icon {
  text-align: center;
  font-size: 32px;
  font-size: 1.3vw;
  margin-bottom: 20px;
}

.module-title + .module-subtitle {
  margin-top: -35px;
}

/* Restaurant module header */
.alt-module-subtitle {
  display: table;
}

.alt-module-subtitle h5 {
  display: table-cell;
  white-space: pre;
  padding: 0 8px;
  color: #111;
}

/* Finance case study header */
.finance-image-content {
  border: 1px solid #e5e5e5;
  padding: 60px 0px;
}

.finance-image-content .module-title {
  margin-bottom: 20px;
}

.finance-image-content .alt-features-item {
  margin-top: 40px;
}

/* Landing Page */
.landing-reason .module-title {
  color: #e6af4b;
}

.landing-reason .module-title + .module-subtitle {
  margin-top: -60px;
  margin-bottom: 40px;
}

.free-trial {
  background-color: rgba(88, 20, 158, 0.9);
  color: #FFFFFF;
}

.free-trial .color-golden {
  color: #e6af4b;
}

/*  Special Portfolio Page  */
.special-portfolio-header-title {
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 50px;
  padding: 40px 0px;
  letter-spacing: 8px;
}

/*--------------------------------------------------------------
	Slider & Carousel
--------------------------------------------------------------*/
/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a,
.flex-control-nav > li > a {
  transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 50%;
    top: 10%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    margin: 0;
    /* bottom: 50%; */
}

.post-images-slider .flex-direction-nav a {
    position: absolute;
    display: inline-block;
    height: 50%;
    width: 30%;
    top: 10%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    margin: 0;
}


.flex-direction-nav .flex-prev {
  opacity: 0;
  left: 0;
  cursor: url(../images/content/pfeil_links.png), e-resize;
}

.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  cursor: url(../images/content/pfeil_rechts.png), e-resize;
}

.flex-direction-nav .flex-prev.flex-disabled,
.flex-direction-nav .flex-next.flex-disabled{
  cursor:auto;
 
}

.flex-control-nav {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-control-nav > li {
  display: inline-block;
  margin: 5px 3px;
}

.flex-control-nav > li > a {
    background: transparent !important;
    border: 2px solid #fff;
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    border-color: #fff !important;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
  background: #fff !important;
}

.post-images-slider .slides li img {
    width: 100%;
    height: auto;
}

.post-images-slider-no-fit .slides li.no-fit img {
    width: initial !important;
    margin: auto;
}

.flex-control-paging li a {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 0px rgba(0,0,0,1);

}


/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
  margin: 0 !important;
}

.hero-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

.hero-slider .slides {
  height: 100% !important;
  transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
  width: 15%;
}

.hero-slider .slides li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* Caption */
.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 70%;
  margin: 0 auto;
}

.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.caption-content {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding-bottom:8%;
    text-align: center;
    margin: 0 auto;
    -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.panel-content .caption{
  max-width:60%
}

/*
Photography Page Slider
*/
.photography-page .image-caption {
  bottom: 20px;
  position: absolute;
  width: 35%;
}

.photography-page .image-caption .caption-text {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.photography-page .flex-control-nav {
  left: 80%;
  bottom: 20px;
  z-index: 11;
}

/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */
.owl-controls {
  margin-top: 40px;
}

.owl-pagination div {
  display: inline-block;
}

.owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #111;
  display: block;
  height: 6px;
  width: 6px;
  margin: 0 3px 5px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #111;
}

.owl-controls .owl-buttons > div {
  display: inline-block;
  margin: 5px;
  font-size: 14px;
  color: #111;
}

.owl-carousel .owl-wrapper {
  display: table !important;
}

.owl-carousel .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 50%;
}

.sponsors {
  max-width:90%;
}

.accordionTags {
    position: absolute;
    bottom: 20px;
}

.accordionTags.detailansicht {
    position: static;
margin-top:20px;
}

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar-custom {
  background-color: rgba(10, 10, 10, 0.9);
  border: 0;
  border-radius: 0;
  z-index: 1000;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  transition: background, padding 0.4s ease-in-out 0s;
}

.navbar a {
  transition: color 0.125s ease-in-out 0s;
  background: transparent !important;
}
a.navbar-brand {
    background: transparent !important;
}

.navbar-custom .dropdown-menu {
  background: rgba(26, 26, 26, 0.9);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.navbar-custom .navbar-brand {
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}

.navbar-custom .nav li > a {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}

.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 11px 15px;
  letter-spacing: 2px;
  color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #fff;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}

.dropdown-menu {
  min-width: 180px;
  font-size: 13px;
  font-size: 0.9vw;
}

@media screen and (min-width: 1800px){
  .dropdown-menu {
    font-size: 16px;
  }
}

.navbar-custom .navbar-toggle-right .icon-bar {
  background: #000;
}



/* Navbar search

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}*/
/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
}

.titan-title-size-1 {
  letter-spacing: 4px;
  font-size: 15px;
  font-size: 0.9vw;
}

.titan-title-size-2 {
  line-height: 1.2;
  letter-spacing: 0px;
  font-size: 38px;
  font-size: 2vw;
  opacity: 1;
  max-width: 50%;
    margin: 0 auto;
}

.titan-title-size-3 {
  letter-spacing: 16px;
  font-size: 46px;
}

.titan-title-size-4 {
  letter-spacing: 24px;
  font-weight: 400;
  font-size: 48px;
}

/* Agency Page Header */
.agency-page-header:before {
  background: transparent;
}

/* About us Page Header */
.about-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Service Page Header */
.service-page-header:before {
  background: rgba(2, 2, 2, 0.1);
}

/* Pricing Page Header */
.pricing-page-header {
  background-position: 40% 14%;
  background-repeat: no-repeat;
}

.pricing-page-header:before {
  background: rgba(2, 2, 2, 0.6);
}

/* Gallery Page Header */
.gallery-page-header {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.gallery-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Contact Page Header */
.contact-page-header {
  background-position: 13% 45%;
  background-repeat: no-repeat;
}

.contact-page-header:before {
  background: rgba(2, 2, 2, 0.5);
}

/* FAQ Page Header */
.faq-page-header:before {
  background: rgba(2, 2, 2, 0.15);
}

/* Blog Page Header */
.blog-page-header {
  background-position: 50% 24%;
  background-repeat: no-repeat;
}

.blog-page-header:before {
  background: rgba(2, 2, 2, 0.3);
}

/* Restaurant menu Page Header */
.restaurant-menu-bg:before {
  background: rgba(2, 2, 2, 0.4);
}

.restaurant-page-header:before {
  background: rgba(0, 0, 0, 0.45);
}

.restaurant-image-overlay:before {
  background-color: rgba(2, 2, 2, 0.25);
}

/* Portfolio Page Header */
.portfolio-page-header {
  background-position: 50% 50%;
}

.portfolio-page-header:before {
  background: rgba(45, 45, 45, 0.45);
}

/* Landing Page Header */
.landing-header:before {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.banner-img {
  margin-top: -145px;
}

.shop-page-header:before {
  background: rgba(34, 34, 34, 0.3);
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
  padding: 10px 0;
}

.footer .copyright {
  margin: 0;
}

.footer .footer-social-links {
  text-align: right;
}

.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}

/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
  position: relative;
  height: 450px;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#map img {
  max-width: none;
}

/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/
.features-item {
  margin: 20px 0;
  text-align: center;
}

.features-icon,
.alt-features-icon {
  line-height: 1.2;
  font-size: 42px;
  color: #111;
}

.features-title,
.alt-features-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 16px 0 15px;
}

.alt-features-item {
  position: relative;
  padding-left: 55px;
  margin: 65px 0 0 0;
}

.alt-features-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}

.alt-features-title {
  font-size: 13px;
  margin: 0 0 10px;
}

/* Content box */
.content-box {
  margin: 20px 0;
  text-align: center;
}

.content-box-title {
  font-weight: 400;
  font-size: 18px;
  color: #111;
  margin: 16px 0 15px;
}

/*--------------------------------------------------------------
	Team
--------------------------------------------------------------*/
.team-item {
  position: relative;
  text-align: center;
}

.team-image {
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
}

.team-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-detail {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
  padding: 20px;
}

.team-detail h5 {
  font-size: 16px;
}

.team-detail p {
  font-size: 14px;
}

.team-social a {
  display: inline-block;
  color: #aaa;
  padding: 5px 6px;
}

.team-social a:hover {
  color: #FFF;
}

.team-descr {
  margin: 20px 0 0;
}

.team-name {
  font-size: 14px;
  color: #111;
}

.team-role {
  font-size: 11px;
  color: #aaa;
}

.team-item:hover .team-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.team-item:hover .team-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Restaurant Menu
--------------------------------------------------------------*/
.menu {
  border-bottom: 1px dotted #e5e5e5;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.menu-title,
.menu-price {
  margin: 0 0 10px;
  font-size: 14px;
  color: #111;
}

.menu-price-detail {
  position: relative;
  text-align: right;
}

/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/
.price-table {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 25px 20px;
  margin: 15px 0 30px;
  border-radius: 2px;
  text-align: center;
}

.price-table:hover {
  border-color: #CACACA;
}

.price-table.best {
  margin: 0 0 30px;
}

.price-table .small {
  margin: 0;
}

.borderline {
  position: relative;
  background: #eaeaea;
  display: block;
  height: 1px;
  width: 100%;
  margin: 20px 0 15px;
}

.borderline:before {
  position: absolute;
  background: #eaeaea;
  content: "";
  bottom: -7px;
  left: 50%;
  height: 14px;
  width: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -7px;
}

.borderline:after {
  position: absolute;
  background: #fff;
  content: "";
  bottom: -5px;
  left: 50%;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -8px;
}

.price-table h4 {
  color: #111;
  margin: 0;
}

.price-table p.price {
  font-size: 60px;
  color: #111;
  padding: 0;
  margin: 0 0 0 -10px;
}

.price-table p.price span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding-top: 25px;
}

.price-details {
  list-style: none;
  padding: 0;
  margin: 0 0 23px;
}

.price-details li {
  padding: 7px 0;
}

.price-details li > span {
  text-decoration: line-through;
  color: #aaa;
}

/*--------------------------------------------------------------
	Fun fact
--------------------------------------------------------------*/
.count-item {
  text-align: center;
}

.count-icon {
  line-height: 1.2;
  font-size: 42px;
}

/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/
.video-box {
  text-align: center;
  padding: 40px 0;
}

.video-box-icon > a > i,
.video-box-icon > a > span {
  line-height: 1.8;
  font-size: 40px;
  color: #fff;
}

.video-title {
  letter-spacing: 4px;
  font-size: 30px;
  margin: 10px 0 0;
}

.video-subtitle {
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
	Portfolio
--------------------------------------------------------------*/
/* Portfolio filter */
.filter {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 0 70px;
}

.filter > li {
  display: inline-block;
  padding: 0 0 10px;
  margin: 0 25px;
}

/* Portfolio grid */
.works-grid {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.works-grid.works-grid-gut {
  margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item {
  padding: 0 0 10px 10px;
}

.work-item {
  width: 50%;
  float: left;
  margin: 0;
  padding-right: 15px;
  padding-bottom: 60px;
}

.works-grid-3 .work-item {
  width: 33.3333%;
}

.container .works-grid-3 .work-item {
  width: 33.2%;
}

.works-grid-4 .work-item {
  width: 25%;
}

.works-grid-5 .work-item {
  width: 20%;
}

.work-item > a {
  position: relative;
  display: block;
  overflow: hidden;
}

.work-image {
  position: relative;
  overflow: hidden;
}

.work-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.work-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.work-caption {
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.work-title {
  font-size: 14px;
  color: #fff;
  margin: 0 0 6px;
}

.work-descr {
  color: #aaa;
}

.work-item:hover .work-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.work-item:hover .work-image > img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.work-item:hover .work-caption {
  bottom: 50%;
  opacity: 1;
  z-index: 3;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* Work item white background*/
.works-grid.works-hover-w .work-title {
  color: #111;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
  background: rgba(255, 255, 255, 0.8);
}

/* Work item gradien background*/
.works-grid.works-hover-g .work-image:after {
  opacity: 0;
}

.works-grid.works-hover-g .work-descr {
  color: #fff;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
  background: #6fe29e;
  background: linear-gradient(135deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 );
  opacity: 1;
}

.sliding-portfolio .work-item {
  width: 100%;
}

/*--------------------------------------------------------------
	Single Portfolio
--------------------------------------------------------------*/
.work-details {
  margin: 0 0 20px;
}

.work-details-title {
  color: #111;
  margin: 0 0 20px;
}

.work-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-details ul > li {
  border-bottom: 1px dotted #c2c2c2;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
.callout-text {
  color: rgba(255, 255, 255, 0.6);
}

.callout-title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.callout-btn-box {
  text-align: right;
  padding-top: 4px;
}

.request-cta {
  padding: 50px 0px;
}

/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/
.testimonial:before {
  background: rgba(2, 2, 2, 0.4);
}

.testimonials-slider {
  position: relative;
}

.testimonial-text {
  text-align: center;
  font-style: normal;
  font-size: 18px;
}

.testimonial-caption {
  text-align: center;
  padding: 10px 0 0;
}

.testimonial-title {
  font-size: 14px;
}

.testimonial-descr {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.gallery-item {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.gallery-image {
  position: relative;
  overflow: hidden;
}

.gallery-image a.gallery {
  position: relative;
  display: block;
}

.gallery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.gallery-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gallery-caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 20px;
}

.gallery-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 24px;
  margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
  line-height: 50px;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/
.post {
  margin: 0 0 80px;
}

.post-title {
  line-height: 1.4;
  font-size: 22px;
  color: #111;
  margin: 0;
}

.post-header {
  margin: 0 0 15px;
}

.post-meta {
  font-size: 11px;
  color: #aaa;
}

.post-entry {
  border-top: 1px dotted #c2c2c2;
  padding-top: 20px;
  margin-top: 10px;
}

.post-images-slider {
  position: relative;
  padding-bottom: 40px;
}

.post-images-slider .flex-control-nav {
  bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
  margin: 0 0 0px;
}

.post-quote {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

/* Post columns */
.post-columns .post {
  margin: 0 0 60px;
}

.post-columns .post-header {
  margin: 0 0 10px;
}

.post-columns .post-title {
  line-height: 1.8;
  font-size: 14px;
}

.post-columns .post-entry {
  padding: 10px 0 0;
  margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
  border: 0;
  padding: 0;
}

.post-columns .post-entry p:last-child {
  margin: 0;
}

.more-link:after {
  content: "\00BB";
  color: #666666;
  padding-left: 5px;
}

a.pfeil-link{
  text-decoration:none;
  background: transparent !important;
  font-weight: 400;
}

.formatNavi a.pfeil-link{
  color:#000;
}
a.pfeil:hover{
  text-decoration:underline;
}

.pfeil-link:before{
  content: '→';
  padding-right: 5px;
  display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 0.7;
    -webkit-font-smoothing: antialiased;
}

.pagination a {
  border: 1px solid #eaeaea;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  padding: 4px 12px;
}

.pagination a.active {
  border-color: #CACACA;
}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
/* Progress bars */
.progress {
  overflow: visible;
  height: 4px;
}

.progress-bar {
  position: relative;
}

.progress-bar.pb-dark {
  background: #111;
}

.progress-bar span {
  position: absolute;
  display: block;
  right: -0px;
  top: -24px;
  opacity: 0;
  line-height: 12px;
  font-size: 12px;
  color: #111;
  padding: 4px 0px;
}

.progress-bar span:after {
  display: inline-block;
  content: "%";
}

/* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}

/* Accordion */
.panel-title {
  font-size: 14px;
}

.panel-heading {
    padding: 0px 15px 5px 15px;
    border-bottom: 1px solid transparent;
}
.panel-default > .panel-heading {
    color: inherit;
    background-color: transparent !important;
    border-color: transparent !important;
}

.panel-heading a {
  position: relative;
  display: block;
}

/*
.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}
*/
.panel-kalender,
.panel-accordion{
    margin-bottom: 17px;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 2px solid;
    border-radius: 0px;
    padding-bottom:10px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}
.panel-accordion {
    margin-bottom: 10px !important;
    padding-bottom: 4px;
}

.panel-accordion .module-zwischen-title{
  margin-bottom:10px;
  padding-right:30px;

}

.panel-accordion .module-zwischen-title a{
  text-decoration:none;
}

.panel-accordion .module-zwischen-title a:hover,
.panel-accordion .module-zwischen-title a:focus,
.panel-heading-accordion a:hover,
.panel-heading-accordion a:focus {
    color: inherit !important;
}

.panel-content {
    margin-bottom: 17px;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 2px solid;
    border-radius: 0px;
    padding-bottom:10px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}
.panel-content img{
  max-width:60%;
}

.teilenRechts {
    display: inline;
    float: right;
}
/*
.panel-heading a.collapsed:after {
  content: "\f107";
}
*/
.panel-body {
    padding: 0px;
}

p.kleinAccordion{
 line-height: 0.75vw;
 font-size: 0.8vw;
 padding-top: 0.1vw;
}
.accordionleft img{
  max-width:90%;
  width:90%;
}
.accordionright{
  padding-right: 15px !important;
}

/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
  border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
  border-top: 0;
}

.checkout-table {
  border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
  max-width: 36px;
}

/* Sidebar / Widget common*/
.sidebar .widget {
  margin-bottom: 60px;
}

.sidebar .widget-title {
  color: #111;
}

.widget .widget-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Icon List */
.widget .icon-list li {
  padding: 5px 0;
}

.widget .icon-list li a:before {
  content: "\00BB";
  color: #666666;
  padding-right: 5px;
}

/* Posts */
.widget-posts li {
  margin: 0 0 15px;
}

.widget-posts li:last-child {
  margin: 0;
}

.widget-posts-image {
  float: left;
  width: 64px;
}

.widget-posts-body {
  margin-left: 74px;
}

/* Search */
.search-box {
  position: relative;
}

/* Tags */
.tags a {
  background: #111;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px 4px 12px;
  margin: 0 1px 4px;
  border-radius: 2px;
}

.tags a:hover {
  background: rgba(17, 17, 17, 0.8);
}

/*--------------------------------------------------------------
	Comment Box in Blog
--------------------------------------------------------------*/
.comments,
.comment-form {
  margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 16px;
  color: #111;
  padding-bottom: 15px;
  margin: 0 0 20px;
}

.comment-author {
  font-size: 14px;
  margin: 0 0 10px;
}

.comment-avatar {
  width: 55px;
  float: left;
  margin-top: 10px;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-content {
  padding-top: 5px;
  margin-left: 75px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .comment .comment {
    margin-left: 75px;
  }
}

/*--------------------------------------------------------------
	Client
--------------------------------------------------------------*/
.client-logo {
  opacity: 1;
}

.client-logo:hover {
  opacity: 0.5;
}

/*--------------------------------------------------------------
	Shop Items
--------------------------------------------------------------*/
.shop-item {
  text-align: center;
  margin: 0 0 40px;
}

.shop-item-image {
  position: relative;
  overflow: hidden;
}

.shop-item-image img {
  width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
  transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.shop-item-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  padding: 20px;
  opacity: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

.shop-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 15px 0 5px;
}

/* Shop item hover */
.shop-item:hover .shop-item-image:after {
  background: rgba(255, 255, 255, 0.7);
}

.shop-item:hover .shop-item-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* -------------------------------------------------------------------
	Exclusive products
------------------------------------------------------------------- */
.ex-product {
  opacity: .7;
  transition: all 0.4s ease-in-out 0s;
}

.ex-product:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Single Product
--------------------------------------------------------------*/
.product-gallery {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 10px 0 0;
}

.product-gallery li {
  display: inline-block;
  width: 15%;
  margin: 0 5px;
}

.product-gallery li:first-child {
  margin-left: 0;
}

.product-title {
  margin: 0 0 20px;
  color: #111;
}

.star,
.star-off {
  margin-bottom: 5px;
  color: #f1c40f;
}

.star-off {
  color: #e5e5e5;
}

.amount {
  font-size: 32px;
  color: #111;
}

.reviews {
  margin: 0;
}

/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/
.showcase-page .showcase-page-header {
  background-color: rgba(2, 2, 2, 0.7);
}

.showcase-page .content-box {
  display: block;
  margin-bottom: 45px;
}

.showcase-page .content-box .content-box-image {
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}

.showcase-page .content-box .content-box-image:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
	Documentation Page
--------------------------------------------------------------*/
.documentation-page {
  font-size: 14px;
}

.documentation-page .pln {
  color: #000;
}

.documentation-page pre.prettyprint {
  border: 1px solid #888;
  padding: 15px;
}

.documentation-page ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

.documentation-page li.L0, .documentation-page li.L1, .documentation-page li.L2, .documentation-page li.L3, .documentation-page li.L5, .documentation-page li.L6, .documentation-page li.L7, .documentation-page li.L8 {
  list-style-type: none;
}

.documentation-page li.L1, .documentation-page li.L3, .documentation-page li.L5, .documentation-page li.L7, .documentation-page li.L9 {
  background: #eee;
}

.documentation-page .com {
  color: #800;
}

.documentation-page .lit {
  color: #066;
}

.documentation-page .pun, .documentation-page .opn, .documentation-page .clo {
  color: #660;
}

.documentation-page .fun {
  color: red;
}

.documentation-page .str, .documentation-page .atv {
  color: #080;
}

.documentation-page .kwd, .documentation-page .tag {
  color: #008;
}

.documentation-page .typ, .documentation-page .atn, .documentation-page .dec, .documentation-page .var {
  color: #606;
}

.documentation-page a {
  color: #19B5FE;
}

.documentation-page a:hover {
  color: #1C92C9;
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar-transparent {
    background: transparent;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
}

@media (max-width: 1200px) {
  /* Features */
  .alt-features-item {
    margin: 20px 0 0;
  }
}

@media (max-width: 1050px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 1px;
  }
}

@media (max-width: 991px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 0;
  }
  /* Headers */
  .titan-title-size-3 {
    letter-spacing: 8px;
    font-size: 36px;
  }
  .titan-title-size-4 {
    letter-spacing: 12px;
    font-size: 38px;
  }
  .work-item,
  .works-grid-3 .work-item,
  .container .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }
  /* Half-image */
  .side-image {
    position: relative;
    height: 300px;
  }
}

@media (max-width: 767px) {
  /* Navbar */
  .navbar-custom .navbar-nav {
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 0;
  }
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  /* Shop navbar */
  .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
    padding-left: 15px;
  }
  .navbar-custom .cart-item-number {
    display: none;
  }
  .navbar-custom .navbar-cart > a:after {
    content: "\f107";
  }
  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }
  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }
  .navbar-cart-img {
    display: none;
  }
  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }
  /* Headers */
  .titan-title-size-1 {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 0px;
    font-size: 7vw;
    opacity: 1;
    max-width:85%;
  }
  .titan-title-size-3 {
    letter-spacing: 4px;
    font-size: 26px;
  }
  .titan-title-size-4 {
    letter-spacing: 6px;
    font-size: 28px;
  }
  /* Features */
  .features-item {
    margin: 0 0 30px;
  }
  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
    text-align: center;
  }
  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
  }
  /* Callout */
  .callout-text {
    margin: 0 0 30px;
  }
  .callout-text,
  .callout-btn-box {
    text-align: center;
  }
  /* Sidebar */
  .sidebar {
    margin-top: 50px;
  }
  .widget {
    margin-bottom: 0px;
    width:80%
  }
  .post.mb-0 {
    margin-bottom: 40px !important;
  }
  .footer {
    text-align: center;
  }
  .copyright,
  .footer-social-links {
    text-align: center;
    margin: 10px 0;
  }
  /* Half-image */
  .side-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Restaurant menu */
  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
  
  .btn.btn-slider {
    font-size: 30px;
    font-size: 4vw;
    padding: 2vw 8vw;
    width: auto;
  }
  .caption-content {  
    padding-bottom: 35%;
  }
  .rahmen {
    border: 2px solid;
    }
   
  .rahmen.noborder {
    border: 0px solid;
    padding:3% 0;
    }
}

@media only screen and (max-width: 480px) {
  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 100%;
  }
}

/*** 
New 14102019
*/

@media only screen and (min-width: 1200px){
  .container {
      width: 100%;
  }
  .container.mittig{
    width:60%;
  } 
  .col-md-6 .container.mittig{
    width:100%;
  } 
}
@media only screen and (min-width: 992px){
  .container {
      width: 100%;
  }
}
@media only screen and (min-width: 768px){
  .container {
      width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .container {
    width: 90%;
  }
  .container .container {
  width:100%;
  }
}

.container{
  
}

.downloadCol img,
.downloadCol svg{
  width:40%;
}

.module-small .spalten {
    padding-top: 40px;
    padding-top: 3vw;
    padding-bottom: 20px;
    border-right: 2px solid #000;
     padding-bottom: 10000px;
   margin-bottom: -10000px;
}
.module-small .spalten:last-child{  
   border-right: 0px solid;
}


.footer-container{
  color:#000;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 275px;
  height: 26vw;
 /* height:auto;*/
  -webkit-box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -42px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.3);
}

.footer-container h1{
    font-size: 36px;
    font-size: 2.2vw;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: -1vw;
    text-transform:uppercase;
}

@media only screen and (min-width: 1800px) {
  .footer-container h1{
    font-size: 39.5px;
    margin-bottom: -18px;
  }
  .footer-container{
  height: 468px;
  }
  body {
   margin-bottom:468px;
  }
  
  .scroll-up a {
    width: 31px;
  }
}

@media only screen and (max-width: 1200px) {
  .footer-container{
  	height: 26vw;
  }
  body {
   margin-bottom:26vw;
	}
  .module-small .spalten {
    padding-top: 3vw;
  }

}

@media only screen and (max-width: 1024px) {
  .footer-container{
  	height: 24vw;
  }
  body {
   margin-bottom:24vw;
  }
  .module-small .spalten {
    padding-top: 3vw;
  }
  
  .footer-container h1 {
    font-size: 36px;
    font-size: 2vw;
  }

}
@media only screen and (max-width: 991px) {
  .footer-container{
  	height: 32vw;
  }
  body {
   margin-bottom:32vw;
  }
  .module-small .spalten {
    padding-top: 3vw;
  }
  .footer-container h1 {

    font-size: 2.4vw;
    line-height:1.5;
  }

}


.footer-container .container {
    padding-right: 0px; 
    padding-left: 0px; 
}

.row {
   margin-right: 0px;
   margin-left: 0px; 
}

.row.half-row {
    margin-right: -7px;
    margin-left: -7px;
}

.row.dochpadding{
   margin-right: -15px;
   margin-left: -15px; 
}
.dochpadding{
   margin-left: -15px; 
}
.row.dochpadding30 {
   margin-right: -30px;
   margin-left: -30px; 
}

.row.inner-row {
   margin-right: -15px;
   margin-left: -15px; 
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 275px;
}



.rahmen {
    border: 3px solid;
    line-height: 1.2;
    /* height: auto; */
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
    padding: 0.5vw 0.6vw;
    width: 100%;
    height: 6vw !important;
    hyphens: auto;
}

 .rahmen.noborder {
    border: 0px solid;
    padding:3% 0;
    }

.no-padding{
  padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 4px 0;   
    display: table;
}

.no-padding-left{
  padding-left: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 4px 0;   
    display: table;
}
.really-no-padding{
  padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px 0;
}

/*Kreis*/

.circle {
  position: relative;
  padding: 5% 0;
  margin: 1em auto;
  border-radius: 50%;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
   /* color: #8ACEE1;*/
    font-family: 'GT Sectra';
    font-size: 2.5vw;
    font-weight: 900;
}
.content:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 100%;
}

.content span {
  vertical-align: middle;
  display: inline-block;
}

.vorschau-workshop-left img{
  padding:10px 0;
}

.kreuz-back {
    position: absolute;
    width: 40px;
    top: 30px;
    right: 30px;
}

input[type=submit]#tx-indexedsearch-searchbox-button-submit { display: none; }

.tx-indexedsearch-autocomplete {
    background: #fff;
    width: 100%;
    cursor: pointer;
    position: relative;
    left: 0;
    font-size: 100%;
    z-index: 101;
}

.tx-indexedsearch-autocomplete ul {
    list-style-position: outside;
    list-style: none;
    padding: 10px 0px;
    margin: 0;
    border: 0px solid #AAAAAA;
}

.tx-indexedsearch-browsebox li {
    display: inline-block;
    padding: 0vw 1vw 0 0;
}

ul.tx-indexedsearch-browsebox{
    padding: 0;
}

.tx-kesearch-pi1 input[type="submit"] {
   font-size: 1em;
    display: inline-block;
    cursor: pointer;
    -moz-user-select: none;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    background: transparent;
    vertical-align: middle;
    margin-top: 13px;
}
form#form_kesearch_searchfield .tx-kesearch-pi1 input[type="submit"] {
color:#000;  
}

form#form_kesearch_searchfield .no-padding {
     display: inline-block;
}

form#form_kesearch_searchfield{
  overflow:hidden;
}
.tx-kesearch-pi1.searchbox{
  float: left;
   width: 100%;
}

a.schwerpunkte:hover, a.schwerpunkte:focus {
    text-decoration:none !important;
}

/*.post-images-slider{
  padding-right: 17px;
}

.dochpadding .flex-active-slide{
margin-right: 2px !important;
margin-left: -1px;
}*/


/*BG Colors*/

.bg-kombi1a,
.bg-kombi1a .page-loader,
.bg-kombi1a .btn.btn-border-w,
.bg-kombi1a hr,
.bg-kombi1a p a,
.bg-kombi1a a,
.bg-kombi1a .panel-kalender a:hover, 
.bg-kombi1a .panel-kalender a:focus,
.bg-kombi1a #content a,
#contentStart .bg-kombi1a a{
  background: #792921;
  color:#A5D3B9;
  border-color:#A5D3B9;
}
#contentStart .bg-kombi1a a:hover,
#contentStart .bg-kombi1a a:focus{
  color:#A5D3B9 !important;
}
.bg-kombi1a .form-control.border-bottom {
  border-bottom: 2px solid #A5D3B9;
}

.bg-kombi1b,
.bg-kombi1b .page-loader,
.bg-kombi1b .btn.btn-border-w,
.bg-kombi1b hr,
.bg-kombi1b p a,
.bg-kombi1b a,
.bg-kombi1b #content a,
#contentStart .bg-kombi1b a{
  color: #792921;
  background:#A5D3B9;
  border-color: #792921;
}
#contentStart .bg-kombi1b a:hover,
#contentStart .bg-kombi1b a:focus{
  color:#792921 !important;
}
.bg-kombi1b .form-control.border-bottom {
  border-bottom: 2px solid #792921;
}

.bg-kombi2a,
.bg-kombi2a .page-loader,
.bg-kombi2a .btn.btn-border-w,
.bg-kombi2a hr,
.bg-kombi2a p a,
.bg-kombi2a a,
.bg-kombi2a #content a,
#contentStart .bg-kombi2a a{
  background: #8ACEE1;
  color:#A0271E;
  border-color:#A0271E;
}
#contentStart .bg-kombi2a a:hover,
#contentStart .bg-kombi2a a:focus{
  color:#A0271E !important;
}
.bg-kombi2a .form-control.border-bottom {
  border-bottom: 2px solid #A0271E;
}

.bg-kombi2b,
.bg-kombi2b .page-loader,
.bg-kombi2b .btn.btn-border-w,
.bg-kombi2b hr,
.bg-kombi2b p a,
.bg-kombi2b a,
.bg-kombi2b #content a,
#contentStart .bg-kombi2b a{
  color: #8ACEE1;
  background:#A0271E;
  border-color: #8ACEE1;
}
#contentStart .bg-kombi2b a:hover,
#contentStart .bg-kombi2b a:focus{
  color:#8ACEE1 !important;
}
.bg-kombi2b .form-control.border-bottom {
  border-bottom: 2px solid #8ACEE1;
}

.bg-kombi3a,
.bg-kombi3a .page-loader,
.bg-kombi3a .btn.btn-border-w,
.bg-kombi3a hr,
.bg-kombi3a p a,
.bg-kombi3a a,
.bg-kombi3a #content a,
#contentStart .bg-kombi3a a{
  background: #FCD8AB;
  color:#0F3966;
  border-color:#0F3966;
}
#contentStart .bg-kombi3a a:hover,
#contentStart .bg-kombi3a a:focus{
  color:#0F3966 !important;
}
.bg-kombi3a .form-control.border-bottom {
  border-bottom: 2px solid #0F3966;
}

.bg-kombi3b,
.bg-kombi3b .page-loader,
.bg-kombi3b .btn.btn-border-w,
.bg-kombi3b hr,
.bg-kombi3b p a,
.bg-kombi3b a,
.bg-kombi3b #content a,
#contentStart .bg-kombi3b a{
  color:#FCD8AB;
  background:#0F3966;
  border-color:#FCD8AB;
}
#contentStart .bg-kombi3b a:hover,
#contentStart .bg-kombi3b a:focus{
  color:#FCD8AB !important;
}
.bg-kombi3b .form-control.border-bottom {
  border-bottom: 2px solid #FCD8AB;
}

.bg-kombi4a,
.bg-kombi4a .page-loader,
.bg-kombi4a .btn.btn-border-w,
.bg-kombi4a hr,
.bg-kombi4a p a,
.bg-kombi4a a,
.bg-kombi4a #content a,
#contentStart .bg-kombi4a a{
  background: #004849;
  color:#D9B19F;
  border-color:#D9B19F;
}
#contentStart .bg-kombi4a a:hover,
#contentStart .bg-kombi4a a:focus{
  color:#D9B19F !important;
}
.bg-kombi4a .form-control.border-bottom {
  border-bottom: 2px solid #D9B19F;
}

.bg-kombi4b,
.bg-kombi4b .page-loader,
.bg-kombi4b .btn.btn-border-w,
.bg-kombi4b hr,
.bg-kombi4b p a,
.bg-kombi4b a,
.bg-kombi4b #content a,
#contentStart .bg-kombi4b a{
  color: #004849;
  background:#D9B19F;
  border-color: #004849;
}
#contentStart .bg-kombi4b a:hover,
#contentStart .bg-kombi4b a:focus{
  color:#004849 !important;
}
.bg-kombi4b .form-control.border-bottom {
  border-bottom: 2px solid #004849;
}

.bg-kombi5a,
.bg-kombi5a .page-loader,
.bg-kombi5a .btn.btn-border-w,
.bg-kombi5a hr,
.bg-kombi5a p a,
.bg-kombi5a a,
.bg-kombi5a #content a,
#contentStart .bg-kombi5a a{
  background: #4F2653;
  color:#EFEAAA;
  border-color:#EFEAAA;
}
#contentStart .bg-kombi5a a:hover,
#contentStart .bg-kombi5a a:focus{
  color:#EFEAAA !important;
}
.bg-kombi5a .form-control.border-bottom {
  border-bottom: 2px solid #EFEAAA;
}

.bg-kombi5b,
.bg-kombi5b .page-loader,
.bg-kombi5b .btn.btn-border-w,
.bg-kombi5b hr,
.bg-kombi5b p a,
.bg-kombi5b a,
.bg-kombi5b #content a,
#contentStart .bg-kombi5b a{
  color: #4F2653;
  background: #EFEAAA;
  border-color:#4F2653;
}
#contentStart .bg-kombi5b a:hover,
#contentStart .bg-kombi5b a:focus{
  color:#4F2653 !important;
}
.bg-kombi5b .form-control.border-bottom {
  border-bottom: 2px solid #4F2653;
}

.bg-kombi6a,
.bg-kombi6a .page-loader,
.bg-kombi6a .btn.btn-border-w,
.bg-kombi6a hr,
.bg-kombi6a p a,
.bg-kombi6a a,
.bg-kombi6a .panel-kalender a:hover, 
.bg-kombi6a .panel-kalender a:focus,
.bg-kombi6a #content a,
#contentStart .bg-kombi6a a{
  background: #000;
  color:#fff;
  border-color: #fff;
}
#contentStart .bg-kombi6a a:hover,
#contentStart .bg-kombi6a a:focus{
  color:#fff !important;
}
.bg-kombi6a .form-control.border-bottom {
  border-bottom: 2px solid #fff;
}

.bg-kombi6b,
.bg-kombi6b .page-loader,
.bg-kombi6b .btn.btn-border-w,
.bg-kombi6b hr,
.bg-kombi6b p a,
.bg-kombi6b a,
.bg-kombi6b .panel-kalender a:hover, 
.bg-kombi6b .panel-kalender a:focus,
.bg-kombi6b #content a,
#contentStart .bg-kombi6b a{
  color: #000;
  background: #fff;
  border-color:#000;
}
#contentStart .bg-kombi6b a:hover,
#contentStart .bg-kombi6b a:focus{
  color:#000 !important;
}
.bg-kombi6b .form-control.border-bottom {
  border-bottom: 2px solid #000000;
}

.bg-kombi8a,
.bg-kombi8a .page-loader,
.bg-kombi8a .btn.btn-border-w,
.bg-kombi8a hr,
.bg-kombi8a p a,
.bg-kombi8a a,
.bg-kombi8a #content a,
#contentStart .bg-kombi8a a{
  background: #004DB4;
  color:#ffffff;
  border-color: #ffffff;
}
#contentStart .bg-kombi8a a:hover,
#contentStart .bg-kombi8a a:focus{
  color:#ffffff !important;
}
.bg-kombi8b,
.bg-kombi8b .page-loader,
.bg-kombi8b .btn.btn-border-w,
.bg-kombi8b hr,
.bg-kombi8b p a,
.bg-kombi8b a,
.bg-kombi8b #content a,
#contentStart .bg-kombi8b a{
  color: #004DB4;
  background: #ffffff;
  border-color:#004DB4;
}
#contentStart .bg-kombi8b a:hover,
#contentStart .bg-kombi8b a:focus{
  color:#004DB4 !important;
}

.bg-Gerechtigkeit,
.bg-Gerechtigkeit .page-loader,
.bg-Gerechtigkeit .btn.btn-border-w,
.bg-Gerechtigkeit hr,
.bg-Gerechtigkeit p a,
.bg-Gerechtigkeit a,
.bg-Gerechtigkeit #content a,
#contentStart .bg-Gerechtigkeit a{
  background: #004849;
  color:#D9B19F;
  border-color:#D9B19F;
}
#contentStart .bg-Gerechtigkeit a:hover,
#contentStart .bg-Gerechtigkeit a:focus{
  color:#D9B19F !important;
}
.bg-Gerechtigkeit .form-control.border-bottom {
  border-bottom: 2px solid #D9B19F;
}

.bg-Geschichten,
.bg-Geschichten .page-loader,
.bg-Geschichten .btn.btn-border-w,
.bg-Geschichten hr,
.bg-Geschichten p a,
.bg-Geschichten a,
.bg-Geschichten #content a,
#contentStart .bg-Geschichten a{
  background: #004DB4;
  color:#EFEAAA;
  border-color:#EFEAAA;
}
#contentStart .bg-Geschichten a:hover,
#contentStart .bg-Geschichten a:focus{
  color:#EFEAAA !important;
}
.bg-Geschichten .form-control.border-bottom {
  border-bottom: 2px solid #EFEAAA;
}

.bg-Welt,
.bg-Welt .page-loader,
.bg-Welt .btn.btn-border-w,
.bg-Welt hr,
.bg-Welt p a,
.bg-Welt a,
.bg-Welt #content a,
#contentStart .bg-Welt a{
  background: #741A46;
  color:#C7C2E0;
  border-color:#C7C2E0;
}
#contentStart .bg-Welt a:hover,
#contentStart .bg-Welt a:focus{
  color:#C7C2E0 !important;
}
.bg-Welt .form-control.border-bottom {
  border-bottom: 2px solid #C7C2E0;
}

.bg-Vielfalt,
.bg-Vielfalt .page-loader,
.bg-Vielfalt .btn.btn-border-w,
.bg-Vielfalt hr,
.bg-Vielfalt p a,
.bg-Vielfalt a,
.bg-Vielfalt #content a,
#contentStart .bg-Vielfalt a{
  background: #4BBE8D;
  color:#0F3956;
  border-color:#0F3956;
}
#contentStart .bg-Vielfalt a:hover,
#contentStart .bg-Vielfalt a:focus{
  color:#0F3956 !important;
}
.bg-Vielfalt .form-control.border-bottom {
  border-bottom: 2px solid #0F3956;
}




.bg-kombi1a .label,
.bg-kombi1a .label a,
.bg-kombi1a .rahmen.noborder{
  color: #792921 !important;
  background:#A5D3B9 !important;
}
.bg-kombi1b .label,
.bg-kombi1b .label-filter a,
.bg-kombi1b .rahmen.noborder{
  background: #792921 !important;
  color:#A5D3B9 !important;
}
.bg-kombi2a .label, 
.bg-kombi2a .label a,
.bg-kombi2a .rahmen.noborder{
  color: #8ACEE1 !important;
  background:#A0271E !important;
}
.bg-kombi2b .label, 
.bg-kombi2b .label a,
.bg-kombi2b .rahmen.noborder{
  background: #8ACEE1 !important;
  color:#A0271E !important;
}

.bg-kombi3a .label,
.bg-kombi3a .label a,
.bg-kombi3a .rahmen.noborder{
  color: #FCD8AB !important;
  background:#0F3966 !important;
}
.bg-kombi3b .label,
.bg-kombi3b .label a, 
.bg-kombi3b .rahmen.noborder{
  background:#FCD8AB !important;
  color:#0F3966 !important;
}

.bg-kombi4a .label,
.bg-kombi4a .label a,
.bg-kombi4a .rahmen.noborder{
  color: #004849 !important;
  background:#D9B19F !important;
}
.bg-kombi4b .label,
.bg-kombi4b .label a,
.bg-kombi4b .rahmen.noborder{
  background: #004849 !important;
  color:#D9B19F !important;
}
.bg-kombi5a .label,
.bg-kombi5a .label a,
.bg-kombi5a .rahmen.noborder{
  color: #4F2653 !important;
  background:#EFEAAA !important;
}
.bg-kombi5a .label-filter a{
  color: #4F2653 !important;
  background:#EFEAAA !important;
}
.bg-kombi5b .label,
.bg-kombi5b .label a,
.bg-kombi5b .rahmen.noborder{
  background: #4F2653 !important;
  color: #EFEAAA !important;
}

.bg-kombi6a .label,
.bg-kombi6a .label a,
.bg-kombi6a .rahmen.noborder{
  color: #000 !important;
  background:#fff !important;
}
.bg-kombi6b .label,
.bg-kombi6b .label a,
.bg-kombi6b .rahmen.noborder{
  background: #000 !important;
  color: #fff !important;
}

.bg-kombi7a .label,
.bg-kombi7a .label a,
.bg-kombi7a .rahmen.noborder{
    background: #0F3956 !important;
    color: #D9D9D9 !important;
}

.bg-kombi7b .label, 
.bg-kombi7b .label a,
.bg-kombi7b .rahmen.noborder{
   color: #0F3956 !important;
   background: #D9D9D9 !important;
}

.bg-kombi8a .label,
.bg-kombi8a .label a,
.bg-kombi8a .rahmen.noborder{
    background: #ffffff !important;
    color: #004DB4 !important;
}

.bg-kombi8b .label, 
.bg-kombi8b .label a,
.bg-kombi8b .rahmen.noborder{
   color: #004DB4 !important;
   background: #ffffff !important;
}

.bg-Vielfalt .label,
.bg-Vielfalt .label a,
.bg-Vielfalt .rahmen.noborder{
  color: #4BBE8D !important;
  background:#0F3956 !important;
}

.bg-Welt .label,
.bg-Welt .label a,
.bg-Welt .rahmen.noborder{
  color: #741A46 !important;
  background:#C7C2E0 !important;
}

.bg-Geschichten .label,
.bg-Geschichten .label a,
.bg-Geschichten .rahmen.noborder{
  color: #004DB4 !important;
  background:#EFEAAA !important;
}

.bg-Gerechtigkeit .label,
.bg-Gerechtigkeit .label a,
.bg-Gerechtigkeit .rahmen.noborder{
  color: #004849 !important;
  background:#D9B19F !important;
}





.startrow .label a{
  color: #000000 !important;
   background: #ffffff !important;
}

.navi-schwerpunkte .label, 
.navi-schwerpunkte .label a{
   color: #000 !important;
   background: #dfdfdf !important;
}

.label {
  font-size:1vw;
  padding: .3em .6em .3em;
}
.startrow .label {
  font-size:0.8em;
  padding: .3em .6em .3em;
}

.tx-kesearch-pi1 .label {
  font-size: 1.5vw;
  padding: .3em .6em .3em;
  line-height: 2.5vw;
} 

@media screen and (min-width: 1800px) {
    .label {
      font-size:18px;
      padding: .3em .6em .3em;
    }
    
    .tx-kesearch-pi1 .label {
      font-size: 27px;
      padding: 8px 16px 8px;
      line-height: 45px;
    } 
}

@media screen and (max-width: 767px) {
  .tx-kesearch-pi1 .label {
    font-size:2vw;
    padding: .3em .6em .3em;
  }
}

.bg-kombi7a,
.bg-kombi7a .page-loader,
.bg-kombi7a .btn.btn-border-w,
.bg-kombi7a hr,
.bg-kombi7a p a,
.bg-kombi7a .panel-kalender a:hover, 
.bg-kombi7a .panel-kalender a:focus,
.bg-kombi7a #content a,
#contentStart .bg-kombi7a a
.bg-kombi7a h1.kalender,
.bg-kombi7a #accordion,
.bg-kombi7a p.kleinAccordion,
.bg-kombi7a section a{
  color: #0F3956;
  background:#D9D9D9;
}
#contentStart .bg-kombi7a a:hover,
#contentStart .bg-kombi7a a:focus{
  color: #0F3956 !important;
}

bg-kombi7a .panel-kalender a:hover, 
.bg-kombi7a .panel-kalender a:focus,
.bg-kombi7a h1.kalender,
.bg-kombi7a #accordion,
.bg-kombi7a p.kleinAccordion{
  color: #0F3956 !important;
}

.bg-kombi7a .form-control.border-bottom {
  border-bottom: 2px solid #0F3956;
}

.bg-kombi7b {
    background: #0F3956;
    color: #D9D9D9;
}

.bg-kombi7b .form-control.border-bottom {
  border-bottom: 2px solid #D9D9D9;
}

.bg-kombi1a .loader{
    border-left: 2px solid #A5D3B9;
}
.bg-kombi1b .loader{
    border-left: 2px solid #792921;
}
.bg-kombi2a .loader{
    border-left: 2px solid #A0271E;
}
.bg-kombi2b .loader{
    border-left: 2px solid #8ACEE1;
}
.bg-kombi3a .loader{
    border-left: 2px solid #0F3966;
}
.bg-kombi3b .loader{
    border-left: 2px solid #FCD8AB;
}
.bg-kombi4a .loader{
    border-left: 2px solid #D9B19F;
}
.bg-kombi4b .loader{
    border-left: 2px solid #004849;
}
.bg-kombi5a .loader{
    border-left: 2px solid #EFEAAA;
}
.bg-kombi5b .loader{
    border-left: 2px solid #4F2653;
}

.bg-kombi6a .loader{
    border-left: 2px solid #fff;
}
.bg-kombi6b .loader{
    border-left: 2px solid #000;
}
.bg-kombi7a .loader{
    border-left: 2px solid #0F3956;
}

.kasten {
    background: #0F3956;
    color: #D9D9D9;
    padding: 10px;
}

p .filter:after{
    content: "";
    position: absolute;
    top: 0.9vw;
    width: 0.8vw;
    height: 0.8vw;
    margin-left: 0.3vw;
    background-repeat: no-repeat;
    background-image: url(../images/icons/pfeilDown.svg);
}

.bg-kombi1a  svg path{
  stroke:#792921 !important;
}

.bg-kombi1b svg path{
  stroke:#A5D3B9 !important;
}

.bg-kombi2a svg path{
  stroke:#8ACEE1 !important;
}
.bg-kombi2b svg path{
  stroke:#A0271E !important;
}

.bg-kombi3a  svg path{
  stroke:#FCD8AB !important;
}
.bg-kombi3b svg path{
  stroke:#0F3966;
}

.bg-kombi4a svg path{
  stroke:#004849 !important;
}
.bg-kombi4b svg path{
  stroke:#D9B19F !important;
}
.bg-kombi5a svg path{
  stroke:#4F2653 !important;
}
.bg-kombi5b svg path{
  stroke:#EFEAAA !important;
}

.bg-kombi6a svg path{
  stroke:#000 !important;
}
.bg-kombi6b svg path{
  stroke:#fff !important;
}

svg.fa.iconTictak path {
    stroke: transparent !important;
}

.bg-kombi1a .content{
  color:#792921;
}

.bg-kombi1b .content{
  color:#A5D3B9;
}
.bg-kombi2a .content{
  color:#8ACEE1;
}
.bg-kombi2b .content{
  color: #A0271E;
}

.bg-kombi3a .content{
  color:#FCD8AB;
}
.bg-kombi3b .content{
  color:#0F3966;
}

.bg-kombi4a .content{
  color:#004849;
}
.bg-kombi4b .content{
  color: #D9B19F;
}
.bg-kombi5a .content{
  color:#4F2653;
}
.bg-kombi5b .content{
  color: #EFEAAA;
}

.bg-kombi6a .content{
  color:#000;
}
.bg-kombi6b .content{
  color: #fff;
}

.bg-Gerechtigkeit .content{
  color: #D9B19F;
}

.bg-Geschichten .content{
  color: #EFEAAA;
}
.bg-Welt .content{
  color: #C7C2E0;
}
.bg-Vilefalt .content{
  color: #0F3956;
}

.bg-Geschichten .panel-content a,
.bg-Geschichten #accordion{
  color: #EFEAAA;
}

.bg-Geschichten{
  /*background:#004DB4;
  color:#EFEAAA;*/
}

.bg-Geschichten .backgroundFoto{
  background-color:currentColor;
}


.bg-kombi1a svg,
.bg-kombi1b svg,
.bg-kombi2a svg,
.bg-kombi2b svg,
.bg-kombi3a svg,
.bg-kombi3a svg,
.bg-kombi4a svg,
.bg-kombi4b svg,
.bg-kombi5a svg,
.bg-kombi5b svg,
.bg-kombi6a svg,
.bg-kombi6b svg,
.bg-kombi7a svg,
.bg-kombi7b svg,
.bg-kombi8a svg,
.bg-kombi8b svg,
.bg-Geschichten svg,
.bg-Welt svg,
.bg-Vielfalt svg,
.bg-Gerechtigkeit svg,
rect {
  fill: currentColor !important;
  stroke:currentColor !important;
}

.bg-kombi1a svg path,
.bg-kombi1b svg path,
.bg-kombi2a svg path,
.bg-kombi2b svg path,
.bg-kombi3a svg path,
.bg-kombi3b svg path,
.bg-kombi4a svg path,
.bg-kombi4b svg path,
.bg-kombi5a svg path,
.bg-kombi5b svg path,
.bg-kombi6a svg path,
.bg-kombi6b svg path,
.bg-kombi7a svg path,
.bg-kombi7b svg path,
.bg-kombi8a svg path,
.bg-kombi8b svg path,
.bg-Vielfalt svg path,
.bg-Welt svg path,
.bg-Geschichten svg path,
.bg-Gerechtigkeit svg path
{fill: currentColor !important;}

@media screen and (max-width: 1200px) {
	svg:not(:root) {
    	width:65%;
	}
	.circle svg:not(:root) {
    width: 100%;
    }
    
    .content {
    font-size: 2vw;
    }
}

@media screen and (max-width: 1024px) {
	svg:not(:root) {
    	width:65%;
	}
	.circle svg:not(:root) {
    width: 100%;
    }
    .content {
    font-size: 2vw;
    }
}

@media screen and (max-width: 991px) {
	svg:not(:root) {
    	width:57%;
	}
	.circle svg:not(:root) {
    width: 100%;
    }
    .content {
    font-size: 4vw;
    }
}

@media screen and (max-width: 767px) {
	svg:not(:root) {
    	width:75%;
	}
	
	.circle svg:not(:root) {
    width: 75%;
    }
    .content {
    font-size: 12vw;
    }
    .col-xs-12.col-md-12.col-lg-12 svg:not(:root) {
    width: 50%;
    }

}


hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid;
}



#accordion hr{
  margin-bottom: 15px;
}

.bg-Vielfalt{
  background:#4BBE8D;

}
.bg-Mut{
  background:#F65A47;
}
.bg-Gerechtigkeit{
  background:#004849;
}


.bg-Respekt{
  background:#FAA838;
}



.bg-Welt{
  background:#741A46;
}

/*.svg{width:1200px;}*/

.label-search{color:#000 !important;}

.sprache a{color:#000;}
/*p{text-align:left;}*/



/*Accordion*/

.collapsed.acordionStart .glyphicon-menu-down:before,
#accordion .panel-kalender a .glyphicon-menu-down:before,
/*#accordion .panel-kalender .collapsed .glyphicon-menu-down:before*/
#accordion a[aria-expanded="false"] .glyphicon-menu-down:before{
    content: "+";  
    font-size:35px;
   font-size:3vw;
}

#accordion a[aria-expanded="true"] .glyphicon-menu-down:before,
.acordionStart .glyphicon-menu-down:before{
    content: "\00d7";
    font-size:45px;
    font-size:3vw;
}


.glyphicon-remove:before {
  content: "\00d7";
  font-size:45px;
  font-size:3vw;
}
.glyphicon {
    position: absolute;
    top: 1px;
    right: 0px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 0.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#accordion .glyphicon {
    position: absolute;
    top: -15px;
}

.glyphicon-triangle-left:before {
  font-family: 'Glyphicons Halflings';
  content: "\e251";
  font-size:45px;
  font-size:1.7vw;
  line-height: 1.2;
}

.glyphicon.glyphicon-triangle-left {
    top: 10px;
}

@media screen and (min-width: 1800px) {
  .collapsed.acordionStart .glyphicon-menu-down:before, 
  #accordion .panel-kalender a .glyphicon-menu-down:before, 
  #accordion a[aria-expanded="false"] .glyphicon-menu-down:before {
    font-size: 54px;
  }
}

@media screen and (max-width: 1299px) {
  #accordion{
    padding-right: 15px;
  }
  
  #accordion a[aria-expanded="true"] .glyphicon-menu-down:before, .acordionStart .glyphicon-menu-down:before {
    content: "\00d7";
    font-size: 45px;
    font-size: 4vw;
  }
  .collapsed.acordionStart .glyphicon-menu-down:before, #accordion .panel-kalender a .glyphicon-menu-down:before, #accordion a[aria-expanded="false"] .glyphicon-menu-down:before {
    content: "+";
    font-size: 45px;
    font-size: 4vw;
  }
  #accordion a[aria-expanded="true"] .glyphicon-menu-down:before,
  .acordionStart .glyphicon-menu-down:before{
    content: "\00d7";
  }
  #accordion .glyphicon {
    position: absolute;
    top: -1vw;
    right: 0px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 0.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
    
  .module-subtitle-klein, .module-subtitle-klein ol, .module-subtitle-klein ul {
    line-height: 1.2;
    margin: 0 auto;
  }
  h1.kalender {
   /* font-size: 2.5vw;*/
  }
  p.kleinAccordion{
    line-height: 1.1vw;
    font-size: 1.1vw;
    padding-top: 0.1vw;
  }
  body{
      font: 400 1vw/1.3 "GT Walsheim", sans-serif;
  }
}

@media screen and (max-width: 1024px) {
  body{
      font: 400 1vw/1.3 "GT Walsheim", sans-serif;
  }
}

@media screen and (max-width: 991px) {
  #accordion{
    padding-right: 15px;
  }
  
  #accordion a[aria-expanded="true"] .glyphicon-menu-down:before, .acordionStart .glyphicon-menu-down:before {
    content: "\00d7";
    font-size: 45px;
    font-size: 4vw;
  }
  .collapsed.acordionStart .glyphicon-menu-down:before, #accordion .panel-kalender a .glyphicon-menu-down:before, #accordion a[aria-expanded="false"] .glyphicon-menu-down:before {
    content: "+";
    font-size: 45px;
    font-size: 4vw;
  }
  #accordion a[aria-expanded="true"] .glyphicon-menu-down:before,
  .acordionStart .glyphicon-menu-down:before{
    content: "\00d7";
  }
  #accordion .glyphicon {
    position: absolute;
    top: -6px;
    right: 0px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 0.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
 
  h1.kalender {
    font-size: 2.5vw;
  }
  p.kleinAccordion {
    line-height: 1.05vw;
    font-size: 1.1vw;
    padding-top: 0.1vw;
  }
  body{
      font: 400 1.2vw/1.3 "GT Walsheim", sans-serif;
  }
  .footer-container p{
  font: 400 1vw/1.3 "GT Walsheim",sans-serif;
  }
  .glyphicon-triangle-left:before {
    
    font-size: 2.3vw;
    line-height: 1.2;
}
}

@media screen and (max-width: 767px) {
  body {
    font: 400 3vw/1.4 "GT Walsheim",sans-serif;
  }
  .footer-container p{
  font: 400 3vw/1.3 "GT Walsheim",sans-serif;
  }
  #accordion{
    padding-right: 15px;
  }
  
  #accordion a[aria-expanded="true"] .glyphicon-menu-down:before, .acordionStart .glyphicon-menu-down:before {
    content: "\00d7";
    font-size: 35px;
   /* font-size: 10vw;*/
  }
  .collapsed.acordionStart .glyphicon-menu-down:before, #accordion .panel-kalender a .glyphicon-menu-down:before, #accordion a[aria-expanded="false"] .glyphicon-menu-down:before {
    content: "+";
    font-size: 35px;
    /*font-size: 10vw;*/
  }
  #accordion a[aria-expanded="true"] .glyphicon-menu-down:before,
  .acordionStart .glyphicon-menu-down:before{
    content: "\00d7";
  }
  #accordion .glyphicon {
    position: absolute;
    top: -10px;
    right: 15px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 0.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .glyphicon-triangle-left:before {
    font-size:5.5vw;
  }

  .glyphicon.glyphicon-triangle-left {
    top: 5px;
  }
  
  .inline-block {
    padding-right: 8vw;
    hyphens: auto;
  }
   
   .module-subtitle {
   	 width:100%;
  }  
 
  .module-medium {
    padding: 17vw 0px;
}
  .module-subtitle-klein, .module-subtitle-klein ol, .module-subtitle-klein ul {
    line-height: 1.2;
    margin: 0 auto;
  }
  
  .module-zwischen-title, .module-zwischen-title ol, .module-zwischen-title ul {
    margin: 0;
  }
  
  h1.kalender {
    font-size: 33px;
    hyphens: auto;
  }
  p.kleinAccordion {
    line-height: 5.5vw;
    font-size: 5vw;
    padding-top: 0vw; 
  }
  
  .flex-control-nav > li > a {
    border: 2px solid #fff;    
    height: 9px;
    width: 9px;
  }
  .flex-control-nav > li {
    margin: 5px 4px;
  }
  
  .flex-control-nav {

    width: 100%;
    left: 50%;
    bottom: 20px;
  }
  .siteHeader p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 430px) {

.glyphicon-triangle-left:before {
    font-size:6.5vw;
  }
   .label.tag { 
    font-size: 3.2vw;
    padding: 0.7vw 1.5vw;
    }

}

/*TYPO3 Inside*/
hr.ce-div-lighter {
    border-top: 1px solid;
}

.ce-gallery figcaption {
    text-align: left;
  padding-top:10px;
}

.ce-gallery img {
    display: inline-block;
}

.align-center, .text-center, .ce-center .ce-gallery{
    text-align: center !important;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
input:-internal-autofill-selected{
  background-color:transparent !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

.panel-heading-accordion a{
  display:block;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 0px;
}

.formatNavi .ce-intext.ce-right .ce-gallery, .formatNavi .ce-intext.ce-left .ce-gallery, .formatNavi .ce-above .ce-gallery {
    margin-bottom: 10px;
}

.dropdown-menu h1.tag {
    margin-bottom: 0.7vw;
}

.inline-block{
  display:inline-block;
}

.video-embed {
  overflow: hidden;
 /* padding-top: 56.25%;*/
  position: relative;
  margin-bottom: 40px;
}
 
.video-embed iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.iframe-embed {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 40px;
}
 
.iframe-embed iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
   overflow: hidden;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  float: left;
  width: 100%;
}

.ce-row {
    margin-bottom: 30px;
}

.h3, h3 {
    font-size: 24px;
    font-size: 1.4vw;
}

h3 .rahmen {
    font-size: 24px;
    font-size: 1vw;
}

@media screen and (min-width: 1800px) {
  h3 .rahmen {
    font-size: 19px;
  }
  .rahmen {
    line-height: 26px;
    padding: 9px 20px;
    height: 108px !important;
  }
}

@media screen and (max-width: 1024px) {
  h3 .rahmen {
    font-size: 15px;
    font-size: 1.2vw;
  }
  .form-control {
    font-size: 1vw;
    height: 2.5vw;
  }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0px;
    height: 2.5vw;
  }
  
  .input-group .btn {
    font-size: 11px;
    padding: 4px 6px;
  }
}

@media screen and (max-width: 991px) {
    .scroll-up a {
     width: 3vw;
    }
    .rahmen {
    line-height: 1.4;
	}
	h3 .rahmen {
    font-size: 1.6vw;
    }
    .video-embed {
    margin-bottom: 0px;
    }
    .post-thumbnail, .post-images-slider, .post-video {
    margin: 0 0 15px;
    }
    .form-control {
     padding: 6px 6px;
    }
    
    .input-group .btn {
    font-size: 9px;
    padding: 1px 4px;
    }
}
@media screen and (max-width: 767px) {
  
  .form-control {
    font-size: 3.5vw;
    height: 7vw;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0px;
    height: 7vw;
}
.input-group .btn {
    font-size: 3vw;
    /*padding: 4px 12px;*/
}

.nlMain .form-control {
  font-size: 1em;
  height: 40px;

  font-size: initial !important;
  

}
.nlMain .btn{
  height: 40px !important;
  width: 40px;
  font-size: 17px;
  height: 2.5em !important;
  width: initial !important;
  font-size: initial !important;
}

  .h3, h3 {
    font-size: 6vw;
    font-size: 2.4vw;
	}
  h3 .rahmen {
    font-size: 5vw;
    hyphens: auto;
    border: 2px solid;
    line-height: 1.3;
    height: 8vw !important;
    padding: 13px;
	}
    body {
    margin-bottom:0vw;
    }
    .footer-container {
      height: auto;
      position:relative;
    }
  
  .module-small .spalten {
    padding-top: 40px;
    padding-top: 4vw;
    padding-bottom: 20px;
    border-right: 0px solid #000;
    padding-bottom: 0;
    margin-bottom: 0;
}
  .footer-container h1 {
    font-size: 36px;
    font-size: 6vw;
    line-height: 1.1;

}
.col-xs-12 {
    width: 100%;
    padding: 0;
}
  .really-no-padding {
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.dochpadding30 {
    margin-right: 0/*-30px***/;
    margin-left: 0 ; /*-15px;*/
  }
  
  .dochpadding {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .row.test .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row .col-xs-12 .col-xs-12{
    padding-left: 0px;
    padding-right: 0;/*15px;*/
    margin-left: 0px;
    padding-bottom: 5vw;
  }
  
  .row .col-xs-12 .col-xs-12.col-md-4.col-sm-4, 
  .row .col-xs-12 .col-xs-12.col-md-8.col-sm-8,
  .row .col-xs-12 .col-xs-12.col-md-3.col-sm-3, 
  .row .col-xs-12 .col-xs-12.col-md-9.col-sm-9{
  padding-bottom: 0px;
  }
  
  .row .col-xs-12 .col-xs-12.verteiler
  {
  padding-bottom: 0px;
  }
  .row .col-xs-12 .col-xs-12.col-mas {
    padding-left: 0px;
    padding-right: 0;
    margin-left: 0;/*-15px;*/
    padding-bottom: 40px;
  }
  .anmeldung.really-no-padding {
    padding-right: 0px !important;
  }
  
  .row.test .really-no-padding {
     padding-left: 0; /*15px; */
     padding-right: 0/*15px*/; 
    } 
  .siteHeader {
    min-width: 75%;
    padding: 4vw;
    margin-top: 5vw !important;
  }
    
  .panel-heading {
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid transparent;
}
  .float-right{
    float:none;
  }
  .col-xs-12.dochpadding {
    padding-right: 0px;
  }
  .col-xs-12.dochpadding30{
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-12.col-md-5.col-sm-5.col-mas.text-right.float-right.dochpadding {
    margin-left: 0;
    /* margin-right: 0px; */
    padding-left: 0px;
    padding-right: 0px;
  }
  .really-no-padding.linie {
    padding-left: 0px;
    padding-right: 0px;
    clear:both;
  }
  .container .container {
    padding-left: 0;/*15px;*/
    padding-right: 0;
    margin: 0;
    margin-right: 0px;
}

  .scroll-up a {
    width: 6vw;
  }
  .scroll-up {
    top: 3vw;
  }
  
  .module-small.footer-container {
    padding: 0px 15px 60px 15px;
    overflow: hidden;
  }
  .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    float: none;
  }
  
  #accordion .dochpadding {
    margin-left: 0px;
  }
  .accordionright,
  .accordionleft {padding-left:0px;padding-right:0px;}
  
  .owl-carousel
  {
   padding-bottom:20px;
  }
  .accordionTags {
    position: relative;
    padding-top: 20px;
    bottom:0px;
  }
  
  .btn {
    white-space: initial;
  }
  
  .row.inner-row {
    margin-right: 0px;
    margin-left: 0px; 
  }
  .row.inner-row .row.inner-row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .rahmen.noborder {
    border: 0px solid;
    padding: 13px;
    max-width: 100%;
    font-size: 10px;
  }
 
}

.image2 img{
  padding: 10%;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.news1-abstand .svg{
  vertical-align: middle;
}

.positionbottom{
   width: 100%;
   position: absolute;
   bottom: 0.3vw;
   left: 0vw;
}




/*.aligned-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.aligned-row::before {
  display: block;
}
*/
/*.row {
    display: table;
}

[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

*/
.row.test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:flex;
  /*flex-wrap: wrap;*/
}
.row > [class*='bgfoto'] {
  display: flex;
  flex-direction: column;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

  /*  padding-right: 25px;
	padding-left: 25px;*/
}
@media screen and (max-width: 1024px) {

  .footer-container .col-sm-2{
    width: 8.33333333%;
    }
   .roundcorner {
    border-radius: 2px;
   }
}
@media screen and (max-width: 991px) {
  
  	.row.test {  		
  		display: block;
  		/*flex-wrap: wrap;*/
	}
	.row > [class*='bgfoto'] {
  		display: block;
	}
	
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 0px;
    }
    .col-xs-12.col-md-2.col-sm-2{
    min-height:1px;
    } 
    
    
    .panel-group {

    }  
    .panel-group .module-subtitle {
    font-size: 24px;
    width: 100%; 
    font-size: 3vw;
    padding-right: 3vw;
    }
    
    .roundcorner {
    border-radius: 2px;
   }

}

.panel-accordion:first-child {
    border-top: 2px solid;
    padding-top: 10px;
}


.cc-revoke, .cc-window {
    font-family: "GT Walsheim", sans-serif;  
     z-index: 999999;
}
.dp--cookie-check {
    border: 0px solid rgba(255,255,255,0.5);
    margin-top: .5rem;
}
.cc-link {
    opacity: 1;
    display: inline-block;
    padding: 0em;
    background:transparent !important;
    text-decoration: underline;
}

.cc-bottom {
    bottom: 50%;
}
.cc-left {
    left: calc(50% - (24em/2));
}

.fade {
    opacity: 0.7;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

.font-size-100{
  font-size:100% !important;
}

.margin-right-15{
  margin-right:15px;
}
.label-grau{
  background-color: #dfdfdf !important;
  color:#000 !important;
}

.newsTitlePub{
  font-weight:900;
  height:3vw;
  padding-bottom:1vw;
  padding-right:1vw;
  font-size:1.1em;
}

.newsTextPub{
  font-weight:400;
  height:5vw;
  padding-bottom:1vw;
}
@media screen and (max-width: 767px) {
  
  .col-xs-12.col-md-8.col-sm-8.col-mas .linie:first-child hr {
    border: 0px;
    margin-top: 10vw;

  }
  
   .newsTitlePub,.newsTextPub {
    height: auto;
  }
  .roundcorner {
    border-radius: 4px;
   }
  .teilenRechts {
    display: block;
    float: none;
    text-align: left;
    padding-top: 15px;
	}
  
}

ol, ul {
    padding: 0 0 0 1.3em;
}
.text-center ol, .text-center ul{
  list-style-position: inside;
  padding:0;
}

.text-left ol, .text-left ul,
.text-right ol, .text-right ul{
  list-style-position: outside;
  padding: 0 0 0 1.3em;
}


@media screen and (min-width: 992px) {
	.side-image-text,
	.news1-foto,
	.aligned-row
	{
  		min-height:22vw !important;
	}
	.news1-abstand img, 
    .news1-abstand .svg{
      max-height:18vw !important;
   
    margin-top: 8%;
    /*min-height: 18vw;*/
    height: auto;
    width: auto;
    }
    .startrow .module-subtitle{
    overflow:hidden;
    font-size: 1.3vw;
    }
    .startrow .module-subtitle p{
    display: -webkit-box;
 /*   -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;*/
    hyphens: auto;
    padding: 0 15px;
    }
    
}
@media screen and (min-width: 1600px) {
  
  .col-xs-12.col-md-12.col-lg-12 svg {
    width: 800px !important;
}
	.side-image-text,
	.news1-foto,
	.aligned-row
	{
  		min-height:20vw !important;
	}
	.news1-abstand img, 
    .news1-abstand .svg{
      max-height: 15vw !important;
    margin-top: 8%;
    min-height: 15vw;
    height: auto;
    width: auto;
    }
    .startrow .module-subtitle{
    overflow:hidden;
    }
    .startrow .module-subtitle p{
    display: -webkit-box;
  /*  -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;*/
    hyphens: auto;
    padding: 0 15px;
    }
    
}

@media screen and (min-width: 2200px) {
  
  .col-xs-12.col-md-12.col-lg-12 svg {
    width: 1000px !important;
}

  
	.side-image-text,
	.news1-foto,
	.aligned-row
	{
  		min-height:22vw !important;
	}
	
	.startrow .label {
     font-size: 1vw;
  }
}

@media screen and (max-width: 1024px) {
   .startrow .positionbottom{
   
   bottom: 1vw;
   line-height:1em;

  }
  
  .startrow .label {
    font-size: 10px;
  }
}
  
@media screen and (max-width: 991px) {
  .news1-abstand img, .news1-abstand .svg {
      width: auto;
      height: 100%;
  }
  .startrow h1.tag {
    font-size: 20px;
    font-size: 2.3vw;
  }
  
  .startrow .label {
    font-size: 15px;
  } 
  
  .startrow{
    height:100%;
  }
}

@media screen and (max-width: 767px) {
  
  .label {
    font-size: 3vw;
  }

  .startrow .positionbottom{
   
   bottom: 0vw;
   line-height:1em;

  }
  
  .startrow .label {
    font-size: 13px;
  }
  
  .startrow h1.tag {
    font-size: 1vw;
    margin-bottom: 5em;
  } 
}

#MuteButton img, #MuteButton svg, 
#PlayButton img, #PlayButton svg {
    width: 20px !important;
    height: auto;
}

.categorieContainer h1.tag {
    line-height: inherit;
    margin-bottom: 1.5vw;
    font-size: inherit;
}

@media (min-width: 1800px){
  .categorieContainer h1.tag {
    line-height: 22px;
    margin-bottom: 27px;
  }
  h1.tag {
    font-size: 20px;
  }
 }


.maskgridright{
  background-color:currentColor;
       
  -webkit-mask-position:120px center;
  -webkit-mask-repeat:no-repeat;
  -webkit-mask-size: 100%;
   
  mask-position:120px center;
  mask-repeat:no-repeat;  
  mask-size: 100%;
      
}


.post-images-slider-no-fit{
	margin-bottom: 0 !important; 
	border: none !important;
	max-height: 700px;
	overflow: hidden; 
}

.post-images-slider-no-fit .slides img {
	position: relative; // needed for vertical centering jquery
		
}

.tx-mailchimp ul.errors{
  list-style: none;
}

a.linkTag:hover{text-decoration:none;}

audio.audio-embed-item {
    width: 100%;
}

a.homelink,
a.homelink:link,
a.homelink:active,
a.homelink:visited,
a.homelink:hover,
a.homelink:focus{
  color:#000 !important;
  text-decoration:none;
}

@media (min-width: 768px){
  .modal-dialog {
    width: 25vw;
    margin: 20% auto;
  }
  .modal-dialog.modal-lg {
    width: 40vw;
}
  .fade .modal-dialog{
    opacity:1;
  }
  .modal-dialog a{
  /*  
    color: #000 !important;
    background: #fff !important;
    */
  }
  
  .modal-content {
  min-height:15vw;
  color:#000 !important;
  }
  .modal-body {
    padding-bottom: 60px;
}
  
  .modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
  }
  .footer-container modal h1 {
    font-size: initial;
    font-size: initial;
    font-weight: initial;
    margin-top: initial;
    margin-bottom: initial;
    text-transform: initial;
  }
  .modal-backdrop {   
    z-index: 99999;
    background-color: #fff;
  }
}


a.startseitentag{
  background:transparent !important;
}

  [data-title]:hover:after {
        opacity: 1;
        transition: all 0.3s ease 0.7s;
        visibility: visible;
      }
   [data-title]:after {
    width: 10vw;
    content: attr(data-title);
    position: absolute;
    bottom: 1em;
    left: 50%;
    padding: 5px 5px 5px 5px;
    color: #666;
    white-space: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    background: #efefef;
    color: #999;
    font-size: 0.8vw;
    border: 1px solid #efefef;
    z-index: 99999;
    visibility: hidden;
    hyphens: auto;
}
      [data-title] {
        position: relative;
      }

.container-max {
    max-width: 1800px;
    margin: 0 auto;
}

.col-lg-8 .container-max,
.col-lg-6 .container-max,
.col-lg-10 .container-max {
    max-width: 1200px;
    margin: 0 auto;
}

.hintergrundmasklinks{
   
   -webkit-mask-repeat: no-repeat;
   -webkit-mask-position:-5vw center;
   -webkit-mask-size: 100%;
   mask-position: -5vw center;
   mask-size: 100%;
   mask-repeat: no-repeat;
   background-color:currentColor; 
}

.hintergrundmaskrechts{
  
   -webkit-mask-repeat: no-repeat;
   -webkit-mask-position:5vw center;
   -webkit-mask-size: 100%;
   mask-position: 5vw center;
   mask-size: 100%;
   mask-repeat: no-repeat;
   background-color:currentColor;
}

/*@media screen and (min-width: 1800px) {
  
  .hintergrundmasklinks{
   
   -webkit-mask-repeat: no-repeat;
   -webkit-mask-position:-90px center;
   -webkit-mask-size: 450px;
   mask-position: -90px center;
   mask-size: 450px;
   mask-repeat: no-repeat;
   background-color:currentColor; 
  }

  .hintergrundmaskrechts{
  
   -webkit-mask-repeat: no-repeat;
   -webkit-mask-position:10em center;
   -webkit-mask-size: 450px;
   mask-position: 10em center;
   mask-size: 450px;
   mask-repeat: no-repeat;
   background-color:currentColor;
  }

  
  }
  
  @media screen and (min-width:2200px) {
 

  .hintergrundmaskrechts{
   -webkit-mask-position:15em center;
   mask-position: 15em center;
  }
  
  }
  
  @media screen and (min-width:2800px) {
  .hintergrundmaskrechts{
   -webkit-mask-position:23em center;
   mask-position: 23em center;
  }
  
  }
  
  @media screen and (min-width:3200px) {
  .hintergrundmaskrechts{
   -webkit-mask-position:28em center;
   mask-position: 328em center;
  }
  
  }
*/
@media screen and (min-width:992px) {
 .col-md-2.side-image-text {
    width: 16.666666666666668% !important;
  }
  
  .col-md-4.side-image-text {
    width: 33.333333333333333% !important;
  }  
}

@media screen and (min-width:1200px) {
 .col-lg-2.side-image-text {
    width: 16.666666666666668% !important;
  } 
  .col-lg-4.side-image-text {
    width: 33.333333333333333% !important;
  } 
}

@media screen and (min-width: 768px) {
  .col-lg-0 {
      width: 0%;
  }
}

.newsTitlePub.blogTitle {
    font-size: 2vw;
   /* text-transform: uppercase;*/
    line-height: 1em;
    text-align: left;
    hyphens: auto;
    height: auto;
    padding: 0;
    margin: 0;
    padding-bottom: 0.5vw;
    padding-top: 0.5vw;
}
.newsTitlePub.blogTitle.ohneFoto {    
    padding-top: 0vw;
  margin-top:-4px;
}

@media screen and (max-width: 767px) {
 .newsTitlePub.blogTitle {
    font-size: 6vw;
 }
  .newsTitlePub.blogTitle.ohneFoto {
    padding-top: 20px;
    margin-top: 0px; 
  }
}
.blogTitle a,
.newsTitlePub.blogTitle{
    /* line-height: 0.9em; */
    background: transparent !important;
}

.newsTextPub.blogText {
    height: auto;
    text-align: left;
}

.work-item.blog-item img {
    max-width: initial;
    max-height: 100%;
    width: 100%;
}

a.pfeil-link.blogLink {
    text-align: right;
    float: right;
}

.blogTitle a:hover {
    text-decoration:none;
}
section.module.blogsection{
  clear:both;
}


p.backlink {
  padding-right: 15px;
}

.media2click-ratio-tiktok iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    border: 0;
    border-radius: 10px;
    max-height: 739px;
}
.media2click-wrap.media2click-ratio.media2click-ratio-tiktok {
  /*  padding-bottom: 61.533%;
    width: 26.9%;
    overflow: hidden;
    border-radius: 10px;*/
    padding-bottom: 77.7%;
  /*  width: auto;*/
    max-width: 325px;
    overflow: hidden;
    border-radius: 10px;
    max-height: 739px;
    min-height: 739px;
    position: relative;
}

.modal-footer {
     border-top: 0px solid #e5e5e5; 
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

