:root {
  --black-color: #000000;
  --white-color: #ffffff;
  --theme-color: #005f09;
  --secondary-color: #6ea600;
  --text-color: #000000;
  --gray-color: #4d4d4d;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype'),
        url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Regular.eot');
    src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro-Regular.woff2') format('woff2'),
        url('../fonts/MinionPro-Regular.woff') format('woff'),
        url('../fonts/MinionPro-Regular.ttf') format('truetype'),
        url('../fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Lato';
	font-weight: normal;
}

h1 , h2 , h3 , h4 , h5 , h6{
	margin: 0 0 15px 0;
	padding: 0px;
	/*letter-spacing: 1px;*/
	font-weight: bold;
}

h1{
	color: var(--white-color);
	font-size: 55px;
	line-height: 78px;
}

h2{
	font-size: 36px;
	line-height: 36px;
	color: var(--theme-color);
}

h3{
	font-size: 26px;
	line-height: 32px;
	color: var(--theme-color);
}

h4{
	font-size: 24px;
	line-height: 30px;
	color: var(--text-color);
}

h5{
	font-size: 22px;
	line-height: 28px;	
	color: var(--text-color);
}

h6{
	font-size: 18px;
	line-height: 22px;
	color: var(--text-color);
}

a , a:hover , a:focus , a:visied , button , img , input , textarea{
	outline: none !important;
	text-decoration: none;
}

a{
	text-decoration: underline;
	color: var(--theme-color);
}

a:hover{
	color: var(--secondary-color);
}

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

p{
	margin: 0 0 15px 0;
}

ul , ol{
	padding: 0px;
	margin: 0 0 20px 18px;
}

ul li , ol li{
	padding: 0px;
	margin: 0 0 0 0px;
}
.mt-55 {margin-top:5em;}
section:before , section:after{
	clear: both;
	display: table;
	content: "";
}

section{
	position: relative;
	clear: both;
	padding: 40px 0;
	z-index: 1;
}

input[type="text"] , input[type="search"] , input[type="password"] , input[type="email"] , input[type="tel"] , input[type="zip"] , input[type="subject"] , input[type="date"] , textarea, select{
	border: 1px solid rgba(0,0,0,0.50);
	height: 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	color: var(--gray-color);
	padding: 0 15px;
	width: 100%;
	outline: none !important;
	box-shadow: none !important;
}

textarea{
	height: 150px;
	resize: none;
	padding: 15px;
}

textarea.form-control {
	height: 150px;
}

.wrapper{
	position: relative;
}

.wrapper:after{
	background: url('../images/butterfly.png') no-repeat center center;
	position: absolute;
	right: 0px;
	bottom: 136px;
	width: 699px;
	height: 670px;
	content: "";
	z-index: 0;
}

.banner-bg{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.site-background{
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	/*background: url('../images/site-bg.jpg') no-repeat center center;*/
	background-size: cover !important;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	filter: blur(10px); 
    z-index: -1; 
}

.site-background:before{
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background: #ffffff;
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	filter: blur(8px);
	content: "";
	opacity: 0.7;
}

.body-hide{
	overflow: hidden;
}

.header-part{
	position: relative;
	z-index: 999;
	padding: 15px 0;
	background: var(--white-color);
}

.header-inner{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
}

.logo {
	margin-right: auto;
	z-index: 1111;
	position: relative;
}

.logo img{
	max-height: 115px;
}

.header-info-top{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.header-info-top-inner{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 18px;
	align-items: center;
}

.header-info-top-inner ul , .header-info-top-inner li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.header-info-top-inner ul{
	display: flex;
	width: all;
	flex-wrap: wrap;
}

.header-info-top-inner li{
	margin-right: 20px;
}

.header-info-top-inner li a{
	text-decoration: none !important;
	color: var(--gray-color);
}

.main-menu ul , .main-menu li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.main-menu > ul{
	display: flex;
	width: auto;
	flex-wrap: wrap;
}

.main-menu > ul > li{
	padding-right: 30px;
	margin-right: 30px;
	position: relative;
	padding-top: 8px;
}

.main-menu > ul > li:after{
	position: absolute;
	right: 0px;
	top: 3px;
	height: calc(100% - 3px);
	width: 2px;
	background: var(--theme-color);
	content: "";
}

.main-menu > ul > li:last-child{
	padding-right: 0px;
	margin-right: 0px;
	background-color: var(--secondary-color);
    padding: 8px 10px;
    border-radius: 8px;
	transition: all 0.5s ease 0s;
}
.main-menu > ul > li:last-child > a {
    color: white;
}
.main-menu > ul > li:last-child:hover {
    background: var(--theme-color);
	transition: all 0.5s ease 0s;
}
.main-menu > ul > li:last-child:hover a {
    color: white;
}
.main-menu > ul > li:last-child:after{
	display: none;
}

.main-menu > ul > li > a{
	font-size: 20px;
	line-height: 24px;
	color: var(--theme-color);
	font-weight: bold;
	display: block;
	text-decoration: none !important;
	position: relative;
}

.main-menu > ul > li.active > a , .main-menu > ul > li:hover > a{
	color: var(--secondary-color);
}

.drop-menu-arrow , .drop-menu-arrow-sub{
	display: none;
}

.header-info-bottom {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-top: 25px;
}

.banner-part{
	height: 600px;
	display: flex;
	width: 100%;
	align-items: flex-end;
	padding: 0px;
}

.banner-part:before{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 7px;
	content: "";
	bottom: 0px;
	z-index: 1;
	background: var(--theme-color);
}

.banner-inner h1{
	margin: 0px;
	background: var(--theme-color);
	display: inline-block;
	width: auto;
	padding: 6px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.bread-inner ul , .bread-inner li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.bread-inner ul{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.bread-inner ul li{
	position: relative;
	padding-right: 8px;
	margin-right: 7px;
}

.bread-inner ul li:after{
	position: absolute;
	right: 0px;
	top: 4px;
	height: calc(100% - 4px);
	width: 1px;
	content: "";
	background: var(--black-color);
}

.bread-inner ul li:last-child{
	padding-right: 0px;
	margin-right: 0px;
}

.bread-inner ul li:last-child:after{
	display: none;
}

.bread-inner ul li a{
	color: var(--black-color);
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}

.main-title{
	margin-bottom: 35px;
}

.main-title h2{
	margin-bottom: 0px;
}

.bread-part{
	padding-bottom: 0px;
}

.aktuelles-info{
	color: var(--gray-color);
	font-size: 16px;
	line-height: 20px;
	padding: 14px 16px;
	background: var(--white-color);
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

.aktuelles-info p{
	margin-bottom: 17px;
}

.aktuelles-info p:last-child{
	margin: 0px;
}

.aktuelles-pic{
	height: 110px;
	position: relative;
}

.aktuelles-pic img{
	height: 100%;
	width: 100%;
	position: relative;
	object-fit: cover;
	object-position: center;
}

.aktuelles-title{
	font-size: 20px;
	line-height: 24px;
	background: var(--secondary-color);
	text-align: center;
	padding: 15px;
	color: var(--white-color);
	font-weight: bold;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	transition: all 0.5s ease 0s;
}

.aktuelles-blog {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}

.aktuelles-list .col-xs-12{
	margin-bottom: 50px;	
}

.max-width-content{
	max-width: 642px;
}

.footer-part{
	color: var(--white-color);
	background: var(--theme-color);
	padding: 18px 0;
	position: relative;
	/*left: 0px;*/
	width: 100%;
	/*bottom: 0px;*/
	z-index: 11;
}

.footer-part h1 , .footer-part h2 , .footer-part h3 , .footer-part h4 , .footer-part h5 , .footer-part h6 , .footer-part a{
	color: var(--white-color);
	text-decoration: none;
}

.footer-logo img{
	max-height: 100px;
}

.footer-info p:last-child{
	margin-bottom: 0px;
}

/*MOBILE HUMBERGER */

.humbarger-menu{
  display: flex;
  width: auto;
  position: relative;
  z-index: 999999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: none;
}

.humbarger-menu a{
  display: inline-block;
  width: 40px;
  height: 35px;
}

.burger {
  height: 3em;
  width: 34px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transition: all .2s;
  -webkit-tap-highlight-color: transparent;
}

.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 2em;
}

.burger .burger-lines::after {
  left: 0;
  top: -0.8em;
}

.burger .burger-lines::before {
  left: 0em;
  top: 0.8em;
}

.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  transition: top .2s .2s,left .1s,transform .2s,background-color .4s .2s;
}

.burger .burger-lines, .burger .burger-lines::after, .burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: .25em;
  background-color: var(--theme-color);
  height: .25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.humbarger-menu-on.active .burger .burger-lines, .humbarger-menu-on.active .burger .burger-lines::after, .humbarger-menu-on.active .burger .burger-lines::before{
  background: rgba(255, 255, 255, 0.3);
}

.humbarger-menu.humbarger-menu-on.active {
  position: relative;
  margin-left: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.close-humb .burger .burger-lines, .close-humb .burger .burger-lines::after, .close-humb .burger .burger-lines::before{
  background: var(--theme-color);
}

.burger .burger-lines {
  top: 50%;
  margin-top: -.125em;
  width: 2.5em;
}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 34px;
  left: -.3em;
}

.burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  left: 0;
  top: 0;
}

.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
}

.burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines {
  background-color: initial;
}

/* COMMON STYLE FOR TYPO3 */

.frame-space-before-extra-large{
    padding-top: 100px;
}

.frame-space-after-extra-large{
    padding-bottom: 100px;
}

.frame-space-before-large{
    padding-top: 80px;
}

.frame-space-after-large{
    padding-bottom: 80px;
}

.frame-space-before-medium{
    padding-top: 60px;
}

.frame-space-after-medium{
    padding-bottom: 60px;
}

.frame-space-before-small{
    padding-top: 40px;
}

.frame-space-after-small{
    padding-bottom: 40px;
}

.frame-space-before-extra-small{
    padding-top: 20px;
}

.frame-space-after-extra-small{
    padding-bottom: 20px;
}

.ce-center.ce-above , .ce-center.ce-below{
    text-align: center;
}

.ce-center.ce-above .ce-bodytext , .ce-center.ce-below .ce-bodytext{
    text-align: left;
}

.ce-right.ce-above , .ce-right.ce-below{
    text-align: right;  
}

.ce-right.ce-above .ce-bodytext , .ce-right.ce-below .ce-bodytext{
    text-align: left;
}

.ce-left.ce-above , .ce-left.ce-below{
    text-align: left;       
}

.ce-left.ce-above .ce-bodytext , .ce-left.ce-below .ce-bodytext{
    text-align: left;
}

.ce-right.ce-intext .ce-gallery{
    float: right;
    margin: 0 0 0px 20px;
}

.ce-right.ce-intext.ce-nowrap .ce-gallery{
    width: 25%;
}

.ce-right.ce-intext .ce-bodytext{
    text-align: left;
}

.ce-right.ce-intext.ce-nowrap .ce-bodytext{
    padding-right: 30%;
}

.ce-left.ce-intext .ce-gallery{
    float: left;
    margin: 0 20px 0px 0;
}

.ce-left.ce-intext.ce-nowrap .ce-gallery{
    width: 25%;
}

.ce-left.ce-intext .ce-bodytext{
    text-align: left;
}

.ce-left.ce-intext.ce-nowrap .ce-bodytext{
    padding-left: 30%;
}

.bottom-top-arrow{
  position: fixed;
  right: -100%;
  bottom: 20px;
  z-index: 99;
  width: 50px;
  height: 50px;
  line-height: 46px;
  background: var(--secondary-color);
  color: var(--white-color);
  text-align: center;
  display: none;
  border: 2px solid var(--secondary-color);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.bottom-top-arrow.open{
  right: 20px;
}

.bottom-top-arrow:hover{
  background: var(--text-color);
  color: var(--white-color);
  border-color: var(--text-color);
}

.bottom-top-arrow img {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  max-height: 12px;
}

.jugen-left table th , .jugen-left table td{
	padding-right: 15px;
}

.pdf-download{
	margin-top: 35px;
}

.pdf-download p span{
	color: #005f09;
}

.pdf-download p{
	margin-bottom: 10px;
}

.pdf-download p:last-child{
	margin-bottom: 0px;
}

.pdf-download-click {
	display: inline-block;
	width: auto;
	margin-bottom: 10px;
}

.aktuelles-blog-dark > a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 11;
}

.aktuelles-blog-dark .aktuelles-title{
	background: var(--theme-color);
}

.aktuelles-blog-dark:hover .aktuelles-title{
	background: var(--secondary-color);
}

.team-inner .aktuelles-pic{
	height: 320px;
}

.team-inner .aktuelles-info a{
	color: #4d4d4d;
	text-decoration: none;
}

.team-inner .aktuelles-info a:hover{
	color: var(--theme-color);
}

.jugen-left table{
	margin-bottom: 20px;
}

.form-field{
	margin-top: 10px;
}

.kontakt-form-part{
	margin-top: 50px;
	margin-bottom: 50px;
}

.theme-btn{
	min-width: 150px;
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	background: var(--secondary-color);
	color: var(--white-color);
	font-weight: bold;
	font-size: 16px;
	border: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	padding: 0px;
	margin: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.theme-btn:hover{
	background: var(--theme-color);
	color: var(--white-color);
}

.form-field .theme-btn{
	float: right;
	margin-top: 20px;
}

.form-field input[type="text"] , .form-field input[type="search"] , .form-field input[type="password"] , .form-field input[type="email"] , .form-field input[type="tel"] , .form-field input[type="zip"] , .form-field input[type="subject"] , .form-field input[type="date"] , .form-field textarea{
	border: none;
}

.tx-indexedsearch-searchbox {
	margin-top: 25px;
}

.tx-indexedsearch-icon img {
	width: 30px;
}

.tx-indexedsearch-browsebox ul, .tx-indexedsearch-browsebox ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tx-indexedsearch-browsebox ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 12px;
	padding-bottom: 30px;
	border-top: 1px solid rgba(0,0,0,0.20);
	padding: 15px 0;
	font-size: 16px;
}

.tx-indexedsearch-browsebox ul a{
	text-decoration: none;
}

.tx-indexedsearch-res {
	margin-bottom: 35px;
}
.tx-indexedsearch-searchbox-button, .btn-primary {
	font-size: 20px;
    line-height: 24px;
    background: var(--theme-color);
    text-align: center;
    padding: 8px;
	margin:1em 1em 1em 0;
    color: var(--white-color);
    font-weight: bold;
	border:none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.tx-indexedsearch-searchbox-button:hover, .btn-primary:hover {
	background-color:var(--secondary-color);
}
.tx-indexedsearch-info-sword-word {
    margin-left: 0.5em;
    font-weight: bold;
	text-transform: capitalize;
}
.tx-indexedsearch-percent {
    font-size: 18px;
}
.aktuelles-inner {
	z-index: 1;
	position: relative;
	padding-bottom: 30px;
}

.container .container{
	padding: 0px;
	max-width: 100%;
}

/*.col-md-4.col-sm-12.col-xs-12 .aktuelles-part {
	margin-top: 71px;
}*/

figure.table {
	width: 100% !important;
	margin-top: 30px;
}

table {
	width: 100%;
	/*border: 1px solid #d0d0d0;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    border-spacing: 0;
    border-collapse: separate;
	background-color: #ffffff;
}

.table th, .table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #d0d0d0;
	color: #7a7a7a;
}

.table tr:first-child th, .table tr:first-child td{
	border-top: none;
}

/*index search by sahdev start*/

.tx-indexedsearch-browsebox li::before {
    display: none!important;
}
.tx-indexedsearch-tx-indexedsearch-browsebox{
    text-align: center;
}
.tx-indexedsearch-browsebox{
    display: inline-block;
    float: none;
    width: 100%;
}
.tx-indexedsearch-searchbox + .tx-indexedsearch-browsebox{
    display: inline-block;
    float: left;
    width: 100%;
}
.tx-indexedsearch-browsebox li,.tx-indexedsearch-browsebox li a{
    float: left;
    width: auto;
    margin: 0;
    padding:0;
    color: #000;
    text-decoration: none;
}
.tx-indexedsearch-browsebox li a {
    border-radius: 50%;
    height: 40px;
    margin: 0 3px;
    padding-top: 9px;
    text-align: center;
    width: 40px;
}
.tx-indexedsearch-browsebox li a:hover,.tx-indexedsearch-browselist-currentPage a,a.tx-indexedsearch-browselist-currentPage{
    background: var(--theme-color);
    color: var(--white-color) !important;
}   
.tx-indexedsearch-browsebox .next a:hover,.tx-indexedsearch-browsebox .pre a:hover{
    background:transparent;
}
.tx-indexedsearch-browsebox li .next a,.tx-indexedsearch-browsebox li .pre a{
    width: auto;
}
/*index search by sahdev end*/


.ce-gallery[data-ce-columns="2"] .ce-row , .ce-gallery[data-ce-columns="3"] .ce-row , .ce-gallery[data-ce-columns="4"] .ce-row , .ce-gallery[data-ce-columns="5"] .ce-row , .ce-gallery[data-ce-columns="6"] .ce-row , .ce-gallery[data-ce-columns="7"] .ce-row , .ce-gallery[data-ce-columns="8"] .ce-row{
	display: flex;
	/*width: 100%;*/
	flex-wrap: wrap;
	margin: 0 -15px;
}

.ce-gallery[data-ce-columns="2"] .ce-column{
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
}

.ce-gallery[data-ce-columns="3"] .ce-column{
	flex: 0 0 33.33%;
	max-width: 33.33%;	
	padding: 0 15px;
}

.ce-gallery[data-ce-columns="4"] .ce-column{
	flex: 0 0 25%;
	max-width: 25%;	
	padding: 0 15px;
}

.ce-gallery[data-ce-columns="5"] .ce-column{
	flex: 0 0 20%;
	max-width: 20%;	
	padding: 0 15px;
}

.ce-gallery[data-ce-columns="6"] .ce-column{
	flex: 0 0 16.66%;
	max-width: 16.66%;	
	padding: 0 15px;
}

.ce-gallery[data-ce-columns="7"] .ce-column{
	flex: 0 0 14.28%;
	max-width: 14.28%;	
	padding: 0 15px;
}

.ce-gallery[data-ce-columns="8"] .ce-column{
	flex: 0 0 12.5%;
	max-width: 12.5%;	
	padding: 0 15px;
}

.ce-gallery[data-ce-columns="2"] .ce-column img , .ce-gallery[data-ce-columns="3"] .ce-column img , .ce-gallery[data-ce-columns="4"] .ce-column img , .ce-gallery[data-ce-columns="5"] .ce-column img , .ce-gallery[data-ce-columns="6"] .ce-column img , .ce-gallery[data-ce-columns="7"] .ce-column img , .ce-gallery[data-ce-columns="8"] .ce-column img{
	width: 100%;
}

.form-field .form-check{
	padding-left: 0px;
}

.add-on {
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -4px;
}

.remove-top-margin{
	margin-top: 0px;
}

.header-info-top.header-info-mobile {
	display: none;
}

.top-padding-homepage{
	margin-top:127px;
}

/*KONTAKT NEW*/

.kontakt-page-inner table{
	width: 100%;
	margin-top: 0px !important;
}

.kontakt-page-inner figure.table{
	margin-top: 0px !important;	
}

.kontakt-page-inner table td{
	vertical-align: top;
	padding: 12px;
	border-bottom: 1px solid #d0d0d0;
	color: var(--gray-color);
	border-top: none;
}

.kontakt-page-inner table tr:last-child td{
	border-bottom: none;
}

.map-wrapper iframe , .map-wrapper img{
	width: 100% !important;
}

.map-wrapper iframe{
	height: 600px !important;
}

.kontakt-page-inner .aktuelles-info{
	padding: 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.kontakt-page-inner .col-xs-12 {
	margin-bottom: 50px;
	margin-top: 14px;
}
.form-check-input {
    width: 1em;
    height: 1em;
}
.form-check-label {
    margin-left: .5em;
	margin-bottom: 5px;
}
input[type="checkbox"] {
    width: 1em;
    height: 1em;
}
.checkbox .form-check,
.checkbox .form-check-label {
	padding-left:0;
	margin-left:0;
}
fieldset {
    padding-bottom: 1em;
}
.cc-window .powered-by{
    display: none;
}