/* Inhalte */
/*=========================*/
/* 
0. Reset
1. Global
2. Listen
3. Liste-Spalten
4. Hintergründe / Parallax
5. Aufklappbare Liste
6. Breite Gallery
7. Swiper
8. Tabellen
9. Layout
10. Navigation Footer
11. Lightbox / Fancybox
12. Anweisungenfür jQuery
13. Cookie Hinweis
14. Margin
15. Schriftfarben
16. Schatten
17. Formulare Stylen
18. Responsive mit MediaQueries
*/
/* ----- COOKIE DIRECTIVE ----- */
/* 0. Reset */
/*=========================*/
/* Fonts */
@import url("/wallersdorf/cms/tools/fonts/OpenSans/opensans.css");
/* Document */
/* 1. Global */
/*=========================*/
/*----------------------- Preloader -----------------------*/
@media all and (max-width: 480px) {
  .preloader {
    background-position: center 100px;
  }
}
@media all and (min-width: 1200px){
.articleS2 {width: 450px !important;}
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(100,168,45,1);
  z-index: 100000000000000000000;
}
.dots::before {
	content : '';
	display: block;
	width: 500px;
	height: 500px;
	border-radius: 30px;
	background-image: url('../upload/img/layout/loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.dots .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 5px;
  border-radius: 50%;
  background: rgba(0,0,0,0);
  -webkit-animation: dot-dot-dot 1.4s linear infinite;
  animation: dot-dot-dot 1.4s linear infinite;
}
.dots .dot:nth-child(2) {
  animation-delay: .2s;
}
.dots .dot:nth-child(3) {
  animation-delay: .4s;
}
@keyframes dot-dot-dot {
  0%, 60%, 100% {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
/*----------------------- Ende Preloader -----------------*/
nav {
  line-height: 18px !important;
}
body {
  overflow-x: hidden !important;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
*, ::before, ::after {
  box-sizing: border-box;
}
body, html {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #252525;
	background: #FFFFFF;
}
a {
  color: rgba(100,168,45,1);
}
a.buttonBranchen {
  background: rgba(100,168,45,1);
	color: #fff;
	text-decoration: none;
	padding: 15px 40px;
	margin-right: 15px;
	border-radius: 20px;
	font-weight: 600;
	transition: background ease 0.2s;
	margin-top: 15px;
	display: inline-block;
}
a.buttonBranchen:hover {
	background: rgba(100,168,45,0.8);
	color: #fff;
}
a.buttonProfilanschauen {
  background: rgba(255,255,255,1);;
	color: rgba(100,168,45,1) !important;
	text-decoration: none;
	padding: 15px 40px 15px 15px;
	border-radius: 20px;
	font-weight: 600;
	transition: background ease 0.2s;
	display: inline-block;
}
a.buttonProfilanschauen:hover {
	background: rgba(255,255,255,0.8);;
	color: rgba(100,168,45,1) !important;
}
a.buttonBranchen:last-of-type {
	margin-right: 0px;
}
a:hover {
	  color: rgba(100,168,45,1);
	text-decoration: none;
}
a.alleNews {
	background: rgba(100,168,45,1);
	color: #FFF;
	text-decoration: none;
	padding: 15px;
	border-radius: 15px;
	font-weight: 600;
	line-height: 300%;
}
.stellen a:hover {
	color: #FFFFFF !important;
}
.header {
	padding: 60px 0;
	background: #FFFFFF;
	position: absolute;
	width: 100%;
	z-index: 100;
	transition: padding-bottom ease 0.3s;
}
@media all and (max-width: 768px){
	.header {
		padding: 30px 0 0 0 !important;
	}
}
@media all and (max-width: 768px){
	a.menu-link {
		color: #FFFFFF !important;
	}
}
.headerInfo {
	position: relative;
}
.headerInfo a {
	font-size: 20px !important;
	color: #252525 !important;
	text-decoration: none !important;
	border-bottom: 2px solid rgba(81,145,205,0);
	transition: border-bottom ease 0.5s;
}
.headerInfo a:hover {
	border-bottom: 2px solid rgba(81,145,205,1);
}
#header {
	position: absolute;
	max-width: 100vW;
	width: 100vW;
	top: 0px;
	background: rgba(100,168,45,0);
	transition: background ease 0.5s;
}
.is-sticky #header {
	background: rgba(100,168,45,1);
}
header {
  position: relative;
  width: 100vW;
  z-index: 10;
  background: rgba(255, 255, 255, 0);
  transition: all 1s ease;
}
.icons {
	width: 50px;
	position: absolute;
	right: 30px;
	top: 220px;
	z-index: 2;
}
@media all and (min-width:768px){
a.menu-link.active {
	border-bottom: 2px solid rgba(81,145,205,1);
}
}
.titelBild {
	max-height: 100vH;
	overflow: hidden;
}
.titelBild img {
	 object-fit: cover;
max-width: 100%;
}
.mt--100 {margin-top: -100px;}
.mb-100 {margin-bottom: 100px;}
.imgCircle {
	height: 300px;
	width: 300px;
	border-radius: 50%;
	object-fit: cover;
    object-position: top center;
}
.accordion-button {
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
}
.accordion-button::after {
    width: 12.25rem !important;
background-image: url('https://www.wallersdorf.de/wallersdorf/cms/upload/img/icons/chevron-down.svg') !important;
    content: "Mehr Informationen" !important;
    background-repeat: no-repeat !important;
	background-position: right !important;

    font-size: 16px !important;
    font-weight: normal !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('https://www.wallersdorf.de/wallersdorf/cms/upload/img/icons/chevron-up.svg') !important;
    transform: rotate(0deg);
}
/* BOC Startseite */

/* Sprechblase */
.sprechblase {
	margin-top: 80px;
}
.bubble {
    position: relative;
    background: #FFFFFF;
    color: #252525;
    max-width: 444px;
    border-radius: 20px 20px 0 20px;
    padding: 30px;
	margin-bottom: 50px;
}
.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 34px 55px 0;
    border-color: transparent #FFF transparent transparent;
    bottom: -55px;
    left: 100%;
    margin-left: -34px;
}
@media all and (min-width: 768px){
	.padding100_0 {
	padding: 50px 0;
}
}
@media all and (max-width: 768px){
	.padding100_0 {
	padding: 20px 0;
}
}

@media all and (min-width: 768px){
	.bubble {
		margin-left: -222px;
	}
.testimonialLink {
	margin-left: -222px;
	}
}
@media all and (min-width: 450px){
.testimonialLink {
	osition: absolute;
	margin-top: -35px;
	margin-bottom: 0px;
	}
}
@media all and (max-width: 450px){
	.swiper-pagination.c4 {
		position: static;
		margin-top: 30px;
	}
	.radius {
		margin-top: 50px !important;
		padding: 40px 10px !important;
		border-radius: 0px !important;
	}
}
.testimonialLink {
	position: relative;
margin-bottom: 20px;
text-align: left;
}
.radiusBottom {
border-radius: 0px 0 60% 60%;
    padding-top: 30px;
	padding-bottom: 168px;
width: 150vW;
margin-left: -25vW;
}
.radiusbackup {
	position: relative;
    margin-top: -200px;
	padding: 100px;
	border-radius: 20px;
}
.radius {
	position: relative;
    margin-top: -200px;
	padding: 100px;
	border-radius: 20px;
}
.set {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*#suchbegriffe {
	display: none;
}*/
.searchResultBg {
	background: url("../upload/img/Suchergebnisse/animierteLupe-titel.png") no-repeat center;
	height: 428px;
	width: 100vW;
}
.lupe  { 
	position:absolute;
	width: 100%;
	left: 0%;
   animation-name: moveLupe;
   animation-duration: 12s;
	animation-iteration-count: infinite;
}

@keyframes moveLupe {
   0%   {  transform:translate(0)    }
   25%  {  transform:translate(40%) }
   40%  {  transform:translate(30%) }
   75% {  transform:translate(70%) }
   100% {  transform:translate(0) }
}
.werbungLogo img {
	max-height: 100px;
	width: auto;
}
/* EOC Startseite */
/* 1. Global */
/*=========================*/


/* 2. Listen */
/*=========================*/
ul {
  
}
li {
  list-style-type: none;
  list-style-image: url("../upload/img/layout/icon-li.png");
  line-height: 170%;
}
li.nav-item {
  list-style-type: none;
  list-style-image: none !important;
  line-height: 170%;
}
.nav-link.active {
	background-color: #5191cd !important;
	color: #fff !important;
}
.fontWhite li, .bgGreen li {
  list-style-type: none;
  list-style-image: url("../upload/img/layout/icon-li-white.png");
  line-height: 170%;
}


nav li {
  line-height: inherit !important;
}
/* 3. Liste-Spalten */
/*=========================*/
/* 4. Hintergründe / Parallax */
.bgGreen {
	background: rgba(100,168,45,1) !important;
}
.bgGreen a {
	color: #FFF;
}
.bgWhite {
  background: #FFFFFF;
  color: rgba(29,29,29,1);
	padding-bottom: 100px;
}
@media all and (min-width: 768px){
.bg {
  /*background-attachment: fixed !important;*/
	}
}
.parallax-bg {
  background-position: center center;
	
}
.parallax-bg.active::after {
	content: "";
	position: absolute;
	height: 100vH;
	width: 100%;
	background: rgba(29,29,29,0.55);
	left: 0px !important;
}
.parallax-bg1 {
	
}
img.imgForParallax,img.imgForParallax2 {
  display: none;
}
/*=========================*/
/* BOC Parallax-Backgrounds */
/*=========================*/
/* EOC Parallax-Backgrounds */
/*=========================*/
/* 5. Aufklappbare Liste */
/*=========================*/
dt {
  background: url("../upload/img/layout/back-acc-down.png") no-repeat scroll right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
  margin: 10px 0;
  padding: 0 0 0 0;
  width: 100%;
}
dd.mouse {
  cursor: pointer;
  color: rgba(18, 81, 60, 1);
}
/* 6. Breite Gallery */
/*=========================*/
@media all and (min-width:480px) {
  .Gallery_cell {}
  div.liGallery > div.Gallery_cell:nth-of-type(4n + 1) {
    padding-right: 6px;
  }
  div.liGallery > div.Gallery_cell:nth-of-type(4n + 2) {
    padding-right: 6px;
  }
  div.liGallery > div.Gallery_cell:nth-of-type(4n + 3) {
    padding-right: 6px;
  }
  div.liGallery > div.Gallery_cell:nth-of-type(4n + 4) {
    padding-right: 6px;
  }
}
div.liGallery > div.Gallery_cell {
  /*padding-bottom: 9px !important;*/
}
div.liGallery p {
  display: none;
}
.galleryScreen {
  text-align: center !important;
}
.galleryScreen img {
  display: inline;
}
.Gallery_cell .subheadnormal {
  padding: 20px 0 20px 0;
  text-align: center;
}
.liGallery .empty {
  display: none;
}

/* 50% Galerie*/

.gallery {
    width: 50% !important;
}
@media all and (max-width: 768px){
	.gallery {
    width: 100% !important;
}
}
.gallery .title {
	position: absolute;
width: 50%;
text-align: center;
left: 20%;
}
@media all and (max-width: 768px){
.gallery .title {	
width: 80% !important;
left: 10% !important;
}
	.gallery .title .h1 {
		font-size: 20px !important;
	}
}

/* 7. Swiper */
/*=========================*/

.swiper-container {
  width: 100%;
}
@media all and (min-width: 768px){
.swiper-button-prev {
	left: 120px !important;}
.swiper-button-next {
	right: 120px !important;}
}
.swiper-slide {
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 1024px){
.swiper-button-next.c4, .swiper-button-prev.c4 {
	display: none;
}
	}
.angeboteContainer{
	background-size: cover;
	min-height: 520px;
}
.angeboteBox {
	padding: 20px;
	width: 50%;
	line-height: normal;
}
@media all and (max-width: 768px){
	.angeboteBox {
		width: 100%;
	}
}
.angeboteHead {
	font-size: 30px;
	font-weight: 800;
	padding-bottom: 20px;
}
.angeboteCopy {
	padding-bottom: 20px;
}
.angebotePrice {
	padding: 10px;
	color: #ffffff;
	font-weight: 800;
	background: #e30613;
}
.angeboteStar {
	font-size: 12px;
	padding-top: 20px;
}
/*@media all and (min-width: 1612px){*/
.swiper-button-next.c5 {
	position: absolute;
	width: 100%;
	text-align: right;
	right: 10px !important;
}
.swiper-button-next.c5::after {
	width: 100%;
}
.swiper-button-prev.c5 {
	position: absolute;
	left: 10px !important;
}

/*}*/
@media all and (min-width: 998px){
.alleAngebote {
	margin-top: -40px;
	text-align: right !important;
}
	}
.alleAngebote {
	text-align: center;
}
.alleAngebote a, .alleAngebote a:hover {
	text-decoration: none;
}
.swiper-wrapper {
  height: 100% !important;
}
.swiper-pagination-bullet{
    width: 20px !important;
    height: 20px !important;
	background: #FFF !important;
	border-radius: 50% !important;
}

.swiper-container .bg{
	width: 100vW;
	height: 120vH;
	max-height: 120vH;
	background: center center;
}
.bg {
	background: center center;
	background-size: cover !important;
}
.swiper-container .bgVeranstaltungen{
	width: 100vW;
	height: 120vH;
	max-height: 120vH;
}
.bgVeranstaltungen {
	background: top center;
	background-size: cover;
}
@media all and (max-width: 1024px){
	.swiper-container .bgVeranstaltungen{
	width: 100vW;
	height: 40vH;
}
}
@media all and (min-width: 768px){
.bgImg::after {
	content: "";
	width: 100vW;
	height: 120vH;
	max-height: 120vH;
	background-position: center center;
	background-image: url("../upload/img/Startseite/Kampagnen/Standard/10-start.png");
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0px;

}}
.bgDark::after {
	content: "";
	width: 100vW;
	height: 120vH;
	max-height: 120vH;
	background-color: rgba(0,0,0,0.3);
	display: block;
	position: absolute;
	top: 0px;

}
.bgImgTop {
	background-position: top !important;
}
.swiper-container a {
	color: #FFFFFF !important;
	text-decoration: none !important;
}
/* Swiper 2 */
.swiper-pagination.c2{
text-align: left;
	right: 10% !important;
	color: #FFFFFF;
	bottom: calc(30vH - 30px) !important;
}
/* Swiper 2 */
.swiper-pagination.c4{
	right: 10% !important;
	bottom: calc(30vH - 30px) !important;
}

/* Swiper 5 */
.swiper-pagination.c5{
	position: relative !important;
	margin-top: 50px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	left: inherit !important;
    
    width: auto !important;
}
.BulletText {
	margin-top: -30px;
}
/* EOC Swiper */
.titleHead {
	font-size: 60px;
	color: #FFFFFF;
	font-weight: 800;
	line-height: normal;
	padding: 17px 20px 4px;
	background: rgba(100,168,45,1);
	border-radius: 15px;
	position: relative;
	z-index: 1;
	top: 10px;
}
.Head {
	font-size: 60px;
	font-weight: 800;
	line-height: normal;
	position: relative;
	z-index: 1;
}
.titleSub {
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}
.titleSub .h3, .titleSub h3{
	margin-top: 10px;
}
.campaignHead {
	font-size: 69px;
	color: #FFFFFF;
	font-weight: 800;
	line-height: normal;
	padding-bottom: 40px;
}
.campaignTitle {
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 800;
	line-height: normal;
}
.titleCopy {
	font-size: 37px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: normal;
}
a.titleCopy {
	font-size: inherit !important;
	color: #FFFFFF;
	font-weight: 600;
	top: 20px;
	line-height: normal;
	position: relative;
	z-index: 1;
}
.CampaignLogo {
	text-align: center;
	width: 200px;
	left: calc(50% - 100px);
	background: #FFFFFF;
	position: relative;
	z-index: 1;
	border-radius: 10px;
padding: 10px 20px;
margin-bottom: 15px;
}
.CampaignLogo img, img.ImgNorm {
	width: inherit !important;
}
.overviewLogo {
	max-width: 350px;
}
.campaignAktion {
	background: #e30613;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 800;
	padding: 20px;
}
.mehrImg {
	position: relative;
	margin-top: -3px;
}
@media all and (max-width: 768px){
	
.titleHead {
	font-size: 40px;
}
.titleCopy {
	font-size: 22px;
}
}
.bg2 {
	min-height: 100vH;
	background-repeat: no-repeat;
background-size: cover;
background-position: top;
}

/* 8. Tabellen */
/*=========================*/

@media screen and (max-width:700px) {
	
	.table-bordered, .table-bordered > :not(caption) > * > * {
		border-width: 0 0 !important}
	
	table, tr, td {
		padding:0;
	}

	table {
		border:none;
	}

	thead {
		display:none;
	}

	tr {
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}

	td {
		float: left;
		width: 100%;
		padding:1em;
	}
	tr:first-of-type {
		display: none;
	}

	td::before {
		content:attr(data-label);
		word-wrap: break-word;
		width: 100%;
		float:left;
		padding:1em;
		font-weight: bold;
		margin:-1em 1em -1em -1em;
	}
	td:nth-of-type(1)::before {
		content: "KW";
		width: 40%;
		float: left;
	}
	td:nth-of-type(2)::before {
		content: "Platz 1";
		width: 40%;
		float: left;
	}
	td:nth-of-type(3)::before {
		content: "Platz 2";
		width: 40%;
		float: left;
	}
	td:nth-of-type(4)::before {
		content: "Platz 3";
		width: 40%;
		float: left;
	}
	td:nth-of-type(5)::before {
		content: "Platz 4";
		width: 40%;
		float: left;
	}
}

/* 9. Layout */
/*=========================*/
.fancybox-slide--iframe .fancybox-content {
  width: 100% !important;
  margin: 0;
}
@media all and (min-width:768px) {
.swiper-container.c4 {
	max-height: 100vH !important;
}
	}
/* Content */
.scrollup {
  width: 44px;
  height: 44px;
  display: none;
  position: fixed;
  bottom: 0px;
  right: 60px;
  text-indent: -9999px;
  background: #303030;
  background-image: url(../upload/img/layout/scrolltop.png);
  z-index: 1000;
}
.tostartInhalt {
  position: relative;
margin-top: -60px;
z-index: 10;
left: calc(50% - 20px);
width: 40px;
text-align: center;
}
@media all and (max-width: 769px) {
  .tostartInhalt {
    display: none !important;
  }
}
/* Fade Animation */
.element-animation {
  animation: animationFrames linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
@keyframes animationFrames {
  0% {
    opacity: 1;
    transform: ;
  }
  50% {
    opacity: 0.3;
    transform: ;
  }
  100% {
    opacity: 1;
    transform: ;
  }
}
@-moz-keyframes animationFrames {
  0% {
    opacity: 1;
    -moz-transform: ;
  }
  50% {
    opacity: 0.3;
    -moz-transform: ;
  }
  100% {
    opacity: 1;
    -moz-transform: ;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 1;
    -webkit-transform: ;
  }
  50% {
    opacity: 0.3;
    -webkit-transform: ;
  }
  100% {
    opacity: 1;
    -webkit-transform: ;
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity: 1;
    -o-transform: ;
  }
  50% {
    opacity: 0.3;
    -o-transform: ;
  }
  100% {
    opacity: 1;
    -o-transform: ;
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 1;
    -ms-transform: ;
  }
  50% {
    opacity: 0.3;
    -ms-transform: ;
  }
  100% {
    opacity: 1;
    -ms-transform: ;
  }
}
@media all and (min-width: 768px){
  .navigation {
	  position: relative;
  width: 30px;
}
}


.fontWhite {
	color: #FFFFFF !important;
}
.fontWhite a {
    color: #FFFFFF;
    text-decoration: underline;
}
h1 strong, .h1 strong, h2 strong, .h2 strong {
	font-weight: 800 !important;
}
.bgGreen {
	color: #fff !important;
}
h1, .h1 {
  font-size: 40px;
font-weight: 800;
	margin-bottom: 50px;
}
@media all and (max-width: 480px){
	h1, .h1, .campaignHead {
		font-size: 40px !important;
	}
	.campaignTitle {
		font-size: 30px !important;
	}
	.campaignAktion {
		font-size: 20px !important;
	}
	
}
h2, .h2, h4, .h4, .aktuelles h2, .aktuelles .h2 {
  font-weight: 400 !important;
  font-size: 30px !important;
		margin-bottom: 20px !important;
}
.bgGreen h2 {
	font-weight: 800;
	font-size: 40px;
}
.profil h2 {
	font-weight: 800;
	font-size: 40px;
}
.aehnlicheBranchen h2 {
	margin-bottom: 35px !important;
}
.aehnlicheMitglieder {
	padding: 100px 0;

}

h3, .h3 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 30px;
}
h3 strong, .h3 strong {
	font-weight: 800;
}
.content {
  overflow-x: hidden !important;
}
#menu {
}

header.is-sticky {
  position: fixed !important;
}
header.bgWhite {
  background: rgba(255, 255, 255, 1);
}
.bgBlueTransparent {
	background: rgba(0,45,68,0.8)}
.titleImg {
  max-height: 120vH;
  overflow: hidden;
}
.titleImg img {
  width: 100vW;
  object-fit: cover !important;
  max-height: 100vH;
}
.titleImg img.cms_imgeditor_img {
	width: inherit !important;
}
.titelText {
  position: relative;
  margin-top: -100px;
}
@media all and (max-width: 1025px) {
  .titleImg img {
    max-height: 100vH !important;
  }
}
footer {
  position: relative;

	background-image: url("../upload/img/layout/footer-wallersdorf.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
footer .h3, footer .h2 {
	color: #FFF !important;
}
footer .h2 {
	font-weight: 800 !important;
font-size: 40px !important;
}
@media all and (max-width: 998px) {
	footer {
		padding-bottom: 352px !important;
	}
}
@media all and (max-width: 768px){
	footer {text-align: center !important;}
}
.h400 {
	min-height: 400px;
}

.fadeOut {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.5s ease-out;
  transform-origin: top;

}
@media all and (min-width: 1025px) {
  .fadeInInfo {
    opacity: 0;
    top: 0px;
    transition: all 0.3s ease-out;
  }
}

.visible {
  opacity: 1;
  transform: scale(1);
}

.main10 {
  position: relative;
	/*min-height: 50vH;*/
	min-height: 70vH;

}
.main10.minHeight50 {
	min-height: 50vH !important;
}
.main30.nachoben {
  position: relative;
	margin-top: -163px;
	z-index:2;
}

.logo {
  transform: scale(1);
  transition: all 0.4s ease;
	max-width: 100%;
}
.logo.sticky {
  transform: scale(0.7);
  transform-origin: bottom left;
  transition: all 0.5s ease;
}
img.testimonial {
	border-radius: 50%;
}


/* 10. Navigation Footer */
/*=========================*/

 footer a {
  color: #ffffff;
  display: inline-block;
	 text-decoration: none;
}

footer a:hover {color: #ffffff;
	text-decoration: underline;
}
.footerHead {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 800;
}
.footerSubhead {
	font-size: 24px;
	font-weight: 400;
}
.artikelLink, .artikelLink:hover {
	font-size: 30px;
	font-weight: 800;
	color: rgba(0,45,68,1);
	opacity: 1;
	text-decoration: none !important;
}
.artikellink22 {
	font-size: 22px !important;
	font-weight: 800;
	color: rgba(0,45,68,1);
	opacity: 1;
	text-decoration: none !important;
}
@media all and (min-width: 768px){
.artikelLink::after {
	content : " ";
	display: inline-block;
	width: 12px;
	height: 17px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="22" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 22"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
	background-repeat: no-repeat;
	margin-left: 20px;
	scale:1.5;
}}
.boschVersprechen {
	border: 1px solid #5191cd;
	padding: 50px 30px 151px 30px;
	background-image: url("../upload/img/layout/werkstatt_pylon.png");
	background-position: bottom;
	background-size: contain;
background-repeat: no-repeat;
}
.boschVersprechen ul {
	padding-top: 20px;
}
.boschVersprechen li {
	padding-bottom: 11px;
}
.artikelImgCont {
	opacity: 1;
	transition: all ease 0.2s;
	float:left;
}
.artikelImgCont:hover {
	opacity: 0.9;
}
.artikelImgCont:nth-of-type(odd){
	width: 60% !important;
}
.artikelImgCont:nth-of-type(even){
	width: 40% !important;
}
.subTitle {
	position: absolute;
	margin-top: -30px;
margin-bottom: 6px;
	color: #FFFFFF;
	right: 10%;
text-align: right;
}
.stellen {
	background: rgba(0,45,68,1);
	color: #FFF;
	padding: 120px 30px 120px 30px;
}
.stellenHeader {font-size: 30px; font-weight: 800; line-height: normal !important;}
.stellenLink {
	text-decoration: none !important;
}
/* Slides */
/*=========================*/
/* BOC Normaler Hinweis */
/*=========================*/
/* EOC Normaler Hinweis*/
/*=========================*/
/* 11. Lightbox / Fancybox */
/*=========================*/
.dfGallery_cell {
  margin-bottom: 10px;
  margin-right: 10px;
  box-sizing: border-box;
}
.galerielupe {
  z-index: 3;
  position: absolute;
  right: 20px;
  top: 10px;
}
.galerielupe2 {
  z-index: 3;
  position: absolute;
  right: 40px;
  top: 30px;
}
/* 12. Anweisungenfür jQuery */
/*=========================*/
/* 13. Cookie Hinweis */
/*=========================*/
/* 14. Margin */
/*=========================*/
/* 15. Schriftfarben */
/*=========================*/
/*=========================*/
/* 16. Schatten */
/*=========================*/
.shadow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
/* 17. Formulare Stylen */
/*=========================*/
/* Standardstyle entfernen */

form#navigation_searchform_top {
	float: right;
	top: 50px;
	position: relative;
	transition: all ease 0.5s;
}
.stickyForm {
	top: 155px !important;
}
@media all and (max-width: 768px){
	form#navigation_searchform_top {
	float: left;
	top: 50px;
	position: relative;
}
}
#navigation_searchform_top input[type=submit] {
  background-color: none !important;
  height: 25px;
	width: 25px;
  padding: 0 !important;
  border-radius: 0px !important;
  margin: 0 !important;
  color: #ffffff;
  border: none;
  
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
#navigation_searchform_top input[type=image] {
	position: relative;
	top: 7px;
	margin-right: 10px;
	height: 25px;
	width: 25px;
}
#navigation_searchform_top input[type=text] { 
  border-bottom: 1px solid rgba(255,255,255,0); 
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 0px;
  transition: all .5s;
}

#navigation_searchform_top input[type=text]:focus { 
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
  border-bottom-color: white; 
	outline: 0 none;
}
#navigation_searchform_top input[type=text] {
	width: 225px !important;
	background: none !important;
	color: #FFF !important;
}
#navigation_searchform_top ::placeholder {
	color: rgba(255,255,255,0.7);
}

input[type=submit] {
  background-color: #f9b512 !important;
  height: 30px;
  padding: 5px 30px 5px 10px;
  border-radius: 5px;
  margin: 0 6px 6px 0;
  color: #ffffff;
  border: none;
  width: 90%;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
input[type=text], textarea, select, input[type=date] {
  background-color: rgba(255, 255, 255, 1.00);
  height: 30px;
  padding: 5px 30px 5px 10px;
  margin: 5px 6px 5px 0;
  width: 90%;
  border-radius: 5px;
  border: 1px solid #BABABA;
}
#profildaten a, #profildaten a:hover, #profildaten a:active, #profildaten a:visited, .profildaten a, .profildaten a:hover, .profildaten a:active, .profildaten a:visited {
	color: #89a535;
}
#profildaten h1 {
	color: #89a535;
	font-size: 30px;
	margin-bottom: 10px !important;
}
#profildaten h2 {
	color: #89a535;
}
#profildaten input[type=submit] {
  background-color: #89a535 !important;
  height: inherit !important;
  padding: 20px 30px 20px 30px;
  border-radius: 5px;
  margin: 0 6px 6px 0;
  color: #ffffff;
  border: none;
  width: 90% !important;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#profildaten .pifa-field-help::before{
	content: '';
	width: 30px;
	height: 30px;
	background: url('../upload/img/layout/icon-help.png');
	position: absolute;
	margin-left: -30px;
}

#profildaten #pifa-field-49 label {margin-left: 20px;}
#profildaten #pifa-field-49 label::before { content: ''; background: url("../upload/img/icons/facebook.svg"); height: 16px; width: 16px; margin-left: -20px; margin-top: 4px; position: absolute;}
#profildaten #pifa-field-50 label {margin-left: 20px;}
#profildaten #pifa-field-50 label::before { content: ''; background: url("../upload/img/icons/instagram.svg"); height: 16px; width: 16px; margin-left: -20px; margin-top: 4px; position: absolute;}
#profildaten #pifa-field-51 label {margin-left: 20px;}
#profildaten #pifa-field-51 label::before { content: ''; background: url("../upload/img/icons/xing.svg"); height: 16px; width: 16px; margin-left: -20px; margin-top: 4px; position: absolute;}
#profildaten #pifa-field-52 label {margin-left: 20px;}
#profildaten #pifa-field-52 label::before { content: ''; background: url("../upload/img/icons/linkedin.svg"); height: 16px; width: 16px; margin-left: -20px; margin-top: 4px; position: absolute;}
#profildaten #pifa-field-53 label {margin-left: 20px;}
#profildaten #pifa-field-53 label::before { content: ''; background: url("../upload/img/icons/youtube.svg"); height: 16px; width: 16px; margin-left: -20px; margin-top: 4px; position: absolute;}
#profildaten #pifa-field-54 label {margin-left: 20px;}
#profildaten #pifa-field-54 label::before { content: ''; background: url("../upload/img/icons/patch-question-fill.svg"); height: 16px; width: 16px; margin-left: -20px; margin-top: 4px; position: absolute;}
#profildaten #pifa-field-59 label {margin-left: 20px;}
#profildaten #pifa-field-59 label::before { content: ''; background: url("../upload/img/icons/whatsapp.svg"); height: 16px; width: 16px; margin-left: -20px; margin-top: 4px; position: absolute;}
#profildaten #pifa-field-58 label {margin-left: 20px;}
#profildaten #pifa-field-58 label::before { content: ''; background: url("../upload/img/icons/skype.svg"); height: 16px; width: 16px; margin-left: -20px; margin-top: 4px; position: absolute;}
#profildaten #pifa-field-60 label {margin-left: 20px;}
#profildaten #pifa-field-60 label::before { content: ''; background: url("../upload/img/icons/twitter.svg"); height: 16px; width: 16px; margin-left: -20px; margin-top: 4px; position: absolute;}


#profildaten #m22, #profildaten #m2, #profildaten #m12, #profildaten #m48, #profildaten #m68, #profildaten #m54, #profildaten #m77 {display: none !important;}
#profildaten #pifa-field-48, #profildaten #pifa-field-55 {margin-top: 30px;} 
#profildaten .pifa-field-help{
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 30px;
}
#profildaten .pifa-error-message {
	color: red !important;
}
#profildaten h1 {
	margin-bottom: 0px;
}
#profildaten h2 {
    font-size: 25px;
    margin-bottom: 0px;
}
#profildateninput[type=text], #profildaten textarea, #profildaten select, #profildaten input[type=date] {
	height: 200px !important;
}
#profildaten input {
	width: 300px !important;
}
#profildaten label {display: block !important; font-weight: bold !important;}
/* 18. Responsive mit MediaQueries */
/*=========================*/
/* Tablet */
@media all and (max-width: 769px) {
  #header-sticky-wrapper, .sticky-wrapper {
    position: relative !important;
    z-index: 10000000 !important;
  }
}
.pagination a {
margin: 5px;
	padding: 4px;
	width: 20px;
	text-decoration: none;
	font-size: 24px;
}
.pagination a.active {
	opacity: 0.4;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: rgba(100,168,45,1) !important;
    border-color: rgba(100,168,45,1) !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
border: 2px solid #D6D6D6 !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border: 2px solid #D6D6D6 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active {
    border-bottom: 3px solid rgba(100,168,45,1) !important;
    color: rgba(100,168,45,1) !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: rgba(100,168,45,1) !important;
}
.CybotCookiebotDialogContentWrapper a:hover, .CybotCookiebotDialogBodyLevelButtonDescription:hover, .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover {
	color: rgba(100,168,45,1) !important;
}
#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: rgba(100,168,45,1) !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: rgba(100,168,45,1) !important;
    border-color: rgba(100,168,45,1) !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    border-color: #D6D6D6 !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button {
    color: rgba(100,168,45,1) !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: rgba(100,168,45,1) !important;
}
li.CybotCookiebotDialogNavItem {
	list-style-image: none !important;
}
.jetztBuchenLink {
	background: #ffffff;
	border-radius: 50%;
	color: rgba(100,168,45,1) !important;
	width: 150px;
	height: 150px;
	display: inline-block;
	text-align: center;
	padding-top: 60px;
	text-transform: uppercase;
}
.belegungPruefenLink {
	background: #ffffff;
	border-radius: 50%;
	color: rgba(100,168,45,1) !important;
	width: 150px;
	height: 150px;
	display: inline-block;
	text-align: center;
	padding-top: 50px;
	text-transform: uppercase;
}
#belegung {
	padding: 30px;
}
#belegung td {
	border: 1px solid rgba(255,255,255,0.5);
	padding: 5px;
}

.anfragehinweis {
	display: inline-block;
	background: #FFFFFF !important;
	color: #252525 !important;
	padding: 30px;
	margin-bottom: 20px;
	border-radius: 20px;
}
.anfragehinweis h3 {
	margin-bottom: 10px !important;
	color: #252525 !important;
}
.anfragehinweis a {
	color: #252525 !important;
}
.anfragehinweis p:last-child {
	margin-bottom: 0px !important;
}