/*------------------------------*/
.is-HIDDENP {
	display: none;
}
.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: center;
	margin-top: 1em;
}

.rating > label span {
	display: inline-block;
	position: relative;
	width: 0.96em;
}
.rating > label:hover span:before,
.rating > label:hover ~ label span:before {
   /*content: "\2605";*/
	color: #bb9f67;

}
/*------------------------------*/
.text-center {
 text-align: center;
}
:root {

	--bodybackground: #FFFFFF;
	--main-font:  'Nunito', sans-serif;
	--main-font-size: 0.935rem;
	--main-font-weight: 300;
	--main-line-height: 1.8;
	--main-color: #000;
	

	/*--main-font1:'Roboto', sans-serif;*/
	--main-font1: 'Unna', serif;
	/*--main-font1: 'aurablueregular', serif;*/
	/*--main-font1: 'Amatic SC', cursive;*/
	--main-font1-size: 2.55rem;
	/*--main-font1-weight: 800;*/
	--main-font1-weight: 400;
	/*--main-font1-color: #1F356F;*/
	--main-font1-color: #000;	

	--main-font2: 'Unna', serif;
	/*--main-font2: 'aurablueregular', serif;*/
	--main-font2-size: 0.8125rem;
	--main-font2-weight: 900;
	--main-font2-color: #000;

	--main-font3: 'Nunito', sans-serif;
	--main-font3-size: 0.8125rem;
	--main-font3-weight: 800;
	--main-font3-color: #000;

	--main-font4: 'Amatic SC', cursive;
	--main-font4-size: 3rem;
	--main-font4-weight: 400;
	/*--main-font4-color: #ede4e1;*/
	--main-font4-color: #bb9f67;
	/*#d2cfc4 */

	--main-font5: 'Amatic SC', cursive;
	--main-font5-size: 2em;
	--main-font5-weight: 400;
	/*--main-font5-color: #1e2b31;*/
	--main-font5-color: #bb9f67;

	--main-font6: 'aurablueregular', serif;
	--main-font6-size: 1.3em;
	--main-font6-weight: 400;
	/*--main-font5-color: #1e2b31;*/
	--main-font6-color: #bb9f67;

	/*--nav-font-size: 1vw;*/
	--nav-font-size:0.625rem;
	--nav-line-height: 3em;
	
	--banner-font: 'Open Sans', cursive;
	--banner-color: #FFFFFF;
}

html {
	font-size: 1.25vw;
}
.YES, .NO {
	width: 50%;
	float: left;
	text-align: center;

	padding: 1em;
}
.BTN_PAGE {
	background-color: #f8f4f3;
	/*background-color: #e0cbbe;*/
	padding: 0.8em 1.6em 0.4em 1.6em;
	color: #000;
	/*text-transform: uppercase;*/
	border-bottom: 0.5em solid #f3ebe6;
	font-size: 0.7rem;
}
.BTN_PAGE:hover {
	background-color: #f3ebe6;
	text-decoration: none !important;
}
input[type="checkbox"], input[type="radio"] {
/*    display: none;*/
}

input[type="radio"] + label {
    /*color: #e7deca;*/
	color: #d4d4d4;
    font-style: normal;
}


input[type="radio"]:checked + label,
input[type="radio"]:checked + label ~ label span:before {
    color: #bb9f67;
    font-style: normal;

}

.tx-powermail .powermail_fieldset .powermail_fieldwrap {


}
@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}


@-webkit-keyframes AnimationName {
	0%{background-position:0% 90%}
	50%{background-position:100% 11%}
	100%{background-position:0% 90%}
}
@-moz-keyframes AnimationName {
	0%{background-position:0% 90%}
	50%{background-position:100% 11%}
	100%{background-position:0% 90%}
}
@-o-keyframes AnimationName {
	0%{background-position:0% 90%}
	50%{background-position:100% 11%}
	100%{background-position:0% 90%}
}
@keyframes AnimationName {
	0%{background-position:0% 90%}
	50%{background-position:100% 11%}
	100%{background-position:0% 90%}
}
input[name=submit]{
display: none;
}


#FIRST {
	margin-top: 7em;
}

.ce-gallery img {

    display: block;
	width: 100%;
	height: auto;

}


fieldset {
	border: 0px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0em 0.75em;
}
body {
	background-color: #FFFFFF;
	font-family: 'Nunito', sans-serif;
	font-size: 0.935rem;
	line-height: 1.8;
	font-weight: 300;
	color: #000;
	animation:fadein 1.2s;-moz-animation:fadein 1.2s;-webkit-animation:fadein 1.2s;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;

	letter-spacing: 0em;
}
.cd-auto-hide-header #LOGO {
	/*display: none;
	padding-top: 2rem;*/
}
.cd-auto-hide-header #LOGO h1::after {
display: none;
}
/* -------------------------------- 

1. Auto-Hiding Navigation - Simple

-------------------------------- */
.cd-auto-hide-header {
  position: fixed;
  z-index: 2;
  top: 0rem;
  left: 0;
  width: 100%;

  background-color: #f1f1f1;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

  .cd-primary-nav > ul li {
	
      	letter-spacing: 0.3em;
	font-family: 'Roboto', sans-serif;

}

.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 1024px) {
  .cd-auto-hide-header {
	position: static;
    /*height: 80px;*/
  }
}

.cd-auto-hide-header .logo,
.cd-auto-hide-header .nav-trigger {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cd-auto-hide-header .logo {
  left: 5%;
}
.cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
  display: block;
}

.cd-auto-hide-header .nav-trigger {
  /* vertically align its content */
  display: table;
  height: 100%;
  padding: 0 1em;
  font-size: 3.2rem;
  text-transform: uppercase;
  color: #25283D;
  font-weight: bold;
  right: 0;
  /*border-left: 1px solid #f2f2f2;*/
}
.cd-auto-hide-header .nav-trigger span {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
  background-color: #25283D;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cd-auto-hide-header .nav-trigger em {
  /* this is the menu central line */
  margin: 6px auto 14px;
  -webkit-transition: background-color .52s;
  transition: background-color .52s;
}
.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
  .cd-auto-hide-header .nav-trigger {
    display: none;
  }
}

.cd-auto-hide-header.nav-open .nav-trigger em {
  /* transform menu icon into a 'X' icon */
  background-color: rgba(255, 255, 255, 0);
}
.cd-auto-hide-header.nav-open .nav-trigger em::before {
  /* rotate top line */
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cd-auto-hide-header.nav-open .nav-trigger em::after {
  /* rotate bottom line */
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cd-primary-nav {
  display: inline-block;
 /* float: right;
  height: 100%;*/
	padding-left: 2vw;
	padding-right: 2vw;
	float: left;

	margin: auto;
}
.cd-primary-nav > ul {
  position: absolute;
  z-index: 2;
  top: 12rem;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  display: none;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
}
.cd-primary-nav > ul a {
	/* target primary-nav links */
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 5%;
	color: #25283D;
	font-size: 2.8rem;
	text-decoration: none;
	/*border-top: 1px solid #f2f2f2;
	font-weight: bold;*/
	text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .cd-primary-nav {
    /* vertically align its content */
    display: table;
  }
  .cd-primary-nav > ul {
    /* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle;
    /* reset mobile style */
    position: relative;
    width: auto;
    top: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .cd-primary-nav > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-primary-nav > ul li {
    display: inline-block;
    float: left;
    margin-right: 1.5em;


	letter-spacing: 0.2em;
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
	font-family:'Roboto', sans-serif;;


  }
  .cd-primary-nav > ul li:last-of-type {
    margin-right: 0;
  }
  .cd-primary-nav > ul a {
    /* reset mobile style */
    height: auto;
    line-height: normal;
    padding: 0;
    border: none;
	font-size:0.725rem;
	line-height: 5em;
	text-decoration: none;
  }
}

.nav-open .cd-primary-nav ul,
.cd-primary-nav ul:target {
  /* 
  	show primary nav - mobile only 
  	:target is used to show navigation on no-js devices
  */
  display: block;
}
@media only screen and (min-width: 1024px) {
  .nav-open .cd-primary-nav ul,
  .cd-primary-nav ul:target {
    display: table-cell;
  }
}

/* -------------------------------- 

2. Auto-Hiding Navigation - with Sub Nav

-------------------------------- */
.cd-secondary-nav {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  height: 50px;
  background-color: #25283D;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-secondary-nav::after {
  /* gradient on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
  background: transparent;
  background: -webkit-linear-gradient(right, #25283D, rgba(37, 40, 61, 0));
  background: linear-gradient(to left, #25283D, rgba(37, 40, 61, 0));
  pointer-events: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.cd-secondary-nav.nav-end::after {
  opacity: 0;
}
.cd-secondary-nav ul, .cd-secondary-nav li, .cd-secondary-nav a {
  height: 100%;
}
.cd-secondary-nav ul {
  /* enables a flex context for all its direct children */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-secondary-nav ul::after {
  clear: both;
  content: "";
  display: block;
}
.cd-secondary-nav li {
  display: inline-block;
  float: left;
  /* do not shrink - elements float on the right of the element */
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.cd-secondary-nav li:last-of-type {
  padding-right: 20px;
}
.cd-secondary-nav a {
  display: block;
  color: #ffffff;
  opacity: .6;
  line-height: 50px;
  padding: 0 1em;
}
.cd-secondary-nav a:hover, .cd-secondary-nav a.active {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .cd-secondary-nav {
    height: 70px;
    overflow: visible;
  }
  .cd-secondary-nav ul {
    /* reset mobile style */
    display: block;
    text-align: center;
  }
  .cd-secondary-nav li {
    /* reset mobile style */
    float: none;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
  .cd-secondary-nav a {
    line-height: 70px;
  }
  .cd-secondary-nav a.active {
    box-shadow: inset 0 -3px #8F3985;
  }
}

/* -------------------------------- 

3. Auto-Hiding Navigation - with Sub Nav + Hero Image

-------------------------------- */
.cd-secondary-nav.fixed {
  position: fixed;
  top: 60px;
}
.cd-secondary-nav.slide-up {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media only screen and (min-width: 1024px) {
  .cd-secondary-nav.fixed {
    top: 80px;
    /* fixes a bug where nav and subnab move with a slight delay */
    box-shadow: 0 -6px 0 #25283D;
  }
  .cd-secondary-nav.slide-up {
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

/* -------------------------------- 

Main content

-------------------------------- */
.cd-main-content {
  padding: 0vw 0% 0em;
  overflow: hidden;
}
.cd-main-content.sub-nav {
  /* to be used if there is sub nav */
  padding-top: 110px;
}
.cd-main-content.sub-nav-hero {
  /* to be used if there is hero image + subnav */
  padding-top: 0;
}
.cd-main-content.sub-nav-hero.secondary-nav-fixed {
  margin-top: 50px;
}
.cd-main-content p {

}
@media only screen and (min-width: 1024px) {
  .cd-main-content {
    padding-top: 0rem;
  }
  .cd-main-content.sub-nav {
    padding-top: 150px;
  }
  .cd-main-content.sub-nav-hero.secondary-nav-fixed {
    margin-top: 70px;
  }
  .cd-main-content p {

  }
}

/*
	adjust the positioning of in-page links
	http://nicolasgallagher.com/jump-links-and-viewport-positioning/
*/
.cd-main-content.sub-nav :target::before,
.cd-main-content.sub-nav-hero :target::before {
  display: block;
  content: "";
  margin-top: -50px;
  height: 50px;
  visibility: hidden;
}
@media only screen and (min-width: 1024px) {
  .cd-main-content.sub-nav :target::before,
  .cd-main-content.sub-nav-hero :target::before {
    margin-top: -70px;
    height: 70px;
  }
}

/* -------------------------------- 

Intro Section

-------------------------------- */
.cd-hero {
  /* vertically align its content */
  display: table;
  width: 100%;

  height: 300px;
  background: url(../img/cd-hero-background.jpg) no-repeat center center;
  background-size: cover;
}
.cd-hero .cd-hero-content {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-hero {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-hero {
    height: 600px;

  }
}


.scroller .scroller__img {
	height: auto;
	max-width: none;
	position: relative;
	width: 110%;
}


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul, li {
	margin: 0;
	padding: 0;
}

i {
    font-style: italic;
 

}

h1 {

	font-family:'Roboto', sans-serif;
	font-size: 2rem;
	color: #666666;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 0;
	font-style: normal;
	line-height: 1.125;


}
h2 {
	font-family:'Roboto', sans-serif;	
	/*font-family:'Gilda Display', serif;*/
	font-size: 1.5125rem;
	color: #666666;
	font-weight: 600;
	line-height: 2.125;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-family:'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	/*text-transform: uppercase;*/
	margin-bottom: 1em;

	

}

h4 {
	font-family:'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	font-family: 'Amatic SC', cursive;
	font-size: 2em;
	color: #bb9f67;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}

h6 {
	font-family: 'aurablueregular', serif;
	font-size: 1.3em;
	color: #bb9f67;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}

b {
	font-weight: 800;
}

strong {
	font-weight: 800;
}

.isotope {

}

#TOPTRENNER {
	height: 2vh;
}

.Bildformer {
	position: relative;
	top: -200px;
	text-align: center;
	height: 11em;
	width: 100%;
}

.Bildformer::before {
	content: '';
	position: absolute;
	top: 0;
	left: -428px;
	height: 100%;
	width: 94.5%;
	background: #FFF;
	-webkit-transform: skew(0deg, 12deg);
	-moz-transform: skew(0deg, 12deg);
	-ms-transform: skew(0deg, 12deg);
	-o-transform: skew(0deg, 12deg);
	transform: skew(0deg, 12deg);
	z-index: 998;
}

.Bildformer::after {
	content: '';
	position: absolute;
	top: 0;
	right: 428px;
	height: 100%;
	width: 94.5%;
	background: #FFF;
	-webkit-transform: skew(0deg, -6deg);
	-moz-transform: skew(0deg, -6deg);
	-ms-transform: skew(0deg, -6deg);
	-o-transform: skew(0deg, -6deg);
	transform: skew(0deg, -12deg);
	z-index: 999;
}

.hiddendiv {
	/*opacity:0.1;*/
	position: relative;
	left: -2500px;
}
.no-js .hiddendiv {
	/*opacity:0.1;*/
	position: relative;
	left: 0px;
}

#CENTER {
	text-align: center;
	background-color: #D53129;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #FFF;
	border-bottom: 15px solid #A40F36;
}

#PROZENTE {
	text-align: center;
	/*color: #A40F36;*/
	font: 7em 'Lato', sans-serif;
	font-weight: 100;
}

#BACK {
	width: 100%;
	height: auto;
	text-align: right;
	color: #444;
	font: 1.4em 'Lato', sans-serif;
	font-weight: 300;
	display: none;
}

#BACK a:visited {
        color: #444;
}

#BACK a:hover {
	color: #444;
}

#BACK a:link {
	color: #444;
	text-decoration: none;
}

#BACK a: {
	color: #444;
}

#BODYCONTAINER {
	/*padding-top: 3.4vw;*/
}

.no-js #BODYCONTAINER {
	padding-top: 0px;
}

#TOP {
	padding-top: 2rem;
	/*background-color: #FFF;*/
	width: 100%;

	/*top: 10rem;*/
	height: 10rem;
	background-color: #FFF;
	overflow: hidden;
	/*max-width: 1000px;*/
	margin: auto;
	padding-bottom: 0px;
	/*border-bottom: 1px solid #999;*/
	z-index:1000;

	/*border-bottom:5px solid #A40F36;*/
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 

	position: fixed;
	top: 0px;
}
.FULLSet {
	position: absolute;
	left: 0;
}
#TOP:hover { 
	background: rgba(255,255,255,0.98);
	-webkit-transition: all .5s ease-in-out; 
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out; 
	transition: all .5s ease-in-out;
}

#TOPCAN {
	display: none;
}

#MENUCAN {
	display: none;
}



#TOP h1 {	
	font: 1vw 'Roboto', sans-serif;
	font-weight: 900;
	line-height: 3em;
    	padding: 0.1em 0em 0.1em;
	margin: 0px;
	text-transform: lowercase;
}

#TOP h1::after {
	display: none;	
}

#TOP .LOGOTEXT i {
	color: #ede4e1;
}

#TOP h3 {
	color: #0A4B21;
	font: 1.2em 'Lato', sans-serif;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#LANG {
	text-align: right;
	font-size: 0.9em;
	color: #666;
	padding: 1em;
}

#LANG a:visited {
	color: #666;
}

#LANG a:hover {
	color: #666;
}

#LANG a:link {
	color: #666;
	text-decoration: none;
}

#LANG a:active {
	color: #666;
}

#NAV {
	/*text-align: right;
	float: left;
	padding-top: 2em;
	letter-spacing: 0.15em;*/
	/*padding-top: 3em;*/
	padding-bottom: 2em;
	margin: auto;
	text-align: center;
	/*max-width: 1000px;*/
	overflow: hidden;
	/*clear: both;*/
	/*letter-spacing: 0.15em;*/
	letter-spacing: 0.3em;
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
	font-family:'Cormorant Garamond', serif;
	width: 100%;

}

#NAV a:visited {
	color: #1e2b31;
	/*color: #FFF;*/
}

#NAV a:hover {
	color: #1e2b31;
	/*color: #FFF;*/
}

#NAV a:link {
       color: #1e2b31;
	text-decoration: none;
}

#NAV a:active {
	color: #1e2b31;
	text-decoration: none;	
}

article {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-width: auto;
	-webkit-column-width: auto;
	-moz-column-width: auto;
	padding-right: 3rem;
}

#TEL {
	float: right;
	text-align: right;
	width: 50px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-size: 1.1em;
	font-weight: 600;
	color: #FFF;
	font-size: 1.1em;
	background-color: #043A62;
	padding-right: 1em;
	display: none;
}

#TEL a{
	text-decoration: none;
	color: #FFF;
}

#MAIL {
	float: right;
	text-align: right;
	width: 50px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-size: 1.1em;
	font-weight: 600;
	color: #FFF;
	font-size: 1.1em;
	background-color: #043A62;
	padding-right: 1em;
	display: none;
}

#MAIL a{
	text-decoration: none;
	color: #FFF;
}

#LOGO {
	float: left;
	/*background-color: #FFF;*/
	text-align: center;
	/*padding-bottom: 0px;

	height: 100px;*/
	padding-left: 1vw;
	padding-right: 1vw;
	/*background-image: url("Banner_platz.png");*/
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 


}

#LOGO img {
	width: 19vw;
	height: auto;
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
	max-width: 300px;
}

#LOGO h1 {
	font-size: 1.5vw; 
	text-transform: none;
	/*color: #C5B358;*/
	color: #666666;
line-height: 3em;
}	

.tooltip {
	position: absolute; 
	opacity: 0; 
	color: #FFF;
	top: -100%; 
	right: 0%;
	width: 180px; 
	padding: 0px;
	-webkit-transition: .5s; 
	transition: .5s;
}

.container:hover .tooltip {
	opacity: 1; 
	top: 0%; 
	right: 0%;
	background-color: #043A62;
	width: 100%;
}

#NAME {
	padding-top: 40px;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.5;
}

#NEUmenu img {
	padding-top: 0.5em;
}

.fixed #NEUmenu {
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
}

#NEUmenu {
	padding: 1px;
	text-align: center;
	font-size: 0.625rem;
	line-height: 3em;
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out;
	font-weight: 600; 
	text-transform: uppercase;
	/*letter-spacing: 0px;*/
	letter-spacing: 0.3em;
}


#NEUmenu li{
	list-style: none;
	display: inline-block;
	margin-left: 0.1em;
}

.fixed #NEUmenu li{
	list-style: none;
	display: inline-block;
	margin-left: 0.1em;
}

#NEUmenu a{
	text-decoration: none;
	display: block;
	padding: 0.1em 2em 0.1em;
}

.fixed #NEUmenu a{
	text-decoration: none;
	display: block;
	padding: 0.1em 2em 0.1em;
}

#NEUmenu a:hover{
	/*	color: #A40F36;*/
}

.fixed #NEUmenu a:hover{
}

#NEUmenu a.active {
	font-weight: 900;
	color: #000;
}

/*#NEUmenu a.active::after {
	content: " ";
	background-color: #ede4e1;
	-webkit-transform: scale(1);
	transform: scale(1);
	display: block;
	width: 46px;
	height: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	transition: all .2s ease-in-out .4s;
}
*/

.fixed #NEUmenu a.active {
}

/* Menü-Buttons normalerweise ausblenden */

.menu-toggle{
	display: none;
}

#BANNER {
	padding-top: 0px;
	margin: auto;
	text-align: center;
	max-width: 1000px;
	/*height: 550px;
	overflow: hidden;*/
	clear: both;
	/*max-height: 500px;*/
	/*background: url(BG.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	/*border-bottom:5px solid #A40F36;*/
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
}

#BANNER img {
	overflow: hidden;
	max-height: 500px;
}

#ZUSATZ {
	width: 98%;
	min-height: 400px;
	background-color: #FFF;
	margin: auto;
	clear: both;
}

#RIGHT {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	float: right;
	width: 20%;
}

#RIGHT div {
	margin-bottom: 1px;
}

#LEFT hr {
	width: 170px;
}

#CONTENT {
	width: 100%;
	/* max-width: 1000px;*/
	margin: auto;
	clear: both;
	min-height: 200px;
	/*margin-top: 100px;*/
}

#CONTENT h1 {
	letter-spacing: -0.01em;
	word-spacing: 0em;
	text-transform: none;
	font-weight: 400;
	line-height: 1.153em;
/*	color: #FFA621;*/
}

#CONTENT h2 {
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#CONTENT h3 {
	letter-spacing: 0.15em;
}

#CONTENT li {
	list-style-type: square;
}

#CONTENT .grau{
	background-color: #F9F9F9;
	overflow: auto;
	clear: both;
	padding: 0.8em;
}

#CONTENT .Gelb{
	background-image: radial-gradient(circle farthest-side at center top , #c7c7c7, #c6c6c6 125%);
	overflow: auto;
	clear: both;
	padding: 0.8em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#CONTENT .Gelb h1{
	color: #fff;
}

#CONTENT .Gelb a {
	color: #999;
	text-decoration: none;
	font-weight: 400;
}

#CONTENT .weiss{
	background-color: #FFF;
}

#CONTENT .blau{
	background-color: #D9EEF9;
	overflow: auto;
}

#CONTENT .FULL{
	min-height: 300px;
	/*background:url(Baum.jpg) no-repeat;*/
	background-size:100% auto;
}

#CONTENT .FULL img{
}

#CONTENT .FadeInBG{
	background: url(https://wedding.biesek.de/fileadmin/template/images/BG/1.jpg); 
	/*background-color: #ede4e1;*/
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment:inherit;
	/*background-size: 80% 80%;*/
	height: 100vh;
}

.FadeIn100Prozent .csc-textpic-text {
	width: 300px;
	height: 300px;
  	position: absolute;
  	top: 50%;
	margin-left: 20%;
	margin-right: 20%;
  	transform: translateY(-50%);
	text-align: center;
	background: hsla(344,83%,35%,0.85);
	border-radius: 150px;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	-o-border-radius: 150px;
	display: table;
	overflow: hidden;
}

.FadeIn100Prozent .csc-textpic-text:hover {
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
	background: hsla(344,83%,35%,1);
}

.FadeIn100Prozent .DC {
	position: absolute;
	bottom: 5%;
	width: 100%;
	text-align: center;
}

.FadeIn100Prozent .DOWN {
	width: 5vw;
	text-align: center;
	margin: auto;
	color: #FFF;
	font-size: 5vw;
	/*background: hsla(3,68%,50%,0.55);*/
	border-radius: 150px;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	-o-border-radius: 150px;
}

.FadeIn100Prozent .CENT {
	/*display: table-cell;
  	vertical-align: middle;*/
	position: absolute;
  	top: 50%;
	/*margin-left: 25%;
	margin-right: 25%;*/
  	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.FadeIn100Prozent .csc-textpic-text h1{
	color: #fff;
	font: 1.4em 'Lato', sans-serif;
}

.FadeIn100Prozent .csc-textpic-text a{
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	font-weight: 300;
}

.FadeInBG {
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	background-color: #000;
	z-index: -99;
}

#CONTENT .Bilder{
	Background-color: #000;
}

#CONTENT .Bilder_Weiss{
	Background-color: #FFF;
}

#CONTENT .map{
	min-height: 300px;
}

.halb {
	width: 50%;
	float: left;
	/*padding: 0.8em;*/

}

.Prozent60 {
	width: 60%;
	float: left;
	/*padding: 0.8em;*/
	
}
.Prozent40 {
	width: 40%;
	float: left;
	/*padding: 0.8em;*/
}
.Prozent40Formular {
	width: 40%;
	float: left;
	/*padding: 0.8em;*/
	/*background-color: #f8f4f3;*/
	/*padding: 1em;*/
	padding-top: 5em;
	padding-bottom: 2em;
	padding-left: 2em;
	padding-right: 2em;
}
.Prozent40Formular h1, .Prozent40Formular h3 {
	text-align: left;

}
.Prozent40Formular td, .Prozent40Formular th {
	text-align: left;
	float: left;

}
.BGIMAGE {
	position: relative;
	background-position: 0% !important;
}

.BGIMAGE #FULLIMAGE {
	width: 60%;
  	position: absolute;
  	top: 50%;
	margin-left: 20%;
	margin-right: 20%;
  	transform: translateY(-50%);
	text-align: center;
	/* background-color: #084B8A;*/
    	/*background: hsla(0,10%,10%,0.3);
    	border: solid 10px #fff;*/
	padding-top:5em;
	padding-bottom: 5em;
	color: #084B8A;
}

.BGIMAGE #FULLIMAGE h1{
	color: #FFF;
	font-size: 2.5vw;
}

.halb #FULLIMAGE {
	padding-left: 10%;
	padding-right: 10%;
}
.NEUBG--right .halb #FULLIMAGE, .NEUBG--right .Prozent60 #FULLIMAGE, .NEUBG--right .Prozent40 #FULLIMAGE, .NEUBG--right .Prozent40Formular #FULLIMAGE {
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 3rem;
}
.NEUBG .halb #FULLIMAGE, .NEUBG .Prozent60 #FULLIMAGE, .NEUBG .Prozent40 #FULLIMAGE, .NEUBG .Prozent40Formular #FULLIMAGE {
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 3rem;
}

.halbgrau {
	width: 48%;
	margin: 1%;
	float: left;
	/*padding: 0.8em;*/
	background-color: #f1f1f1;
	text-align: left;
	min-height: 330px;
	/*background: linear-gradient(135deg, transparent 50px, #f1f1f1 0) top left;
	background: linear-gradient(225deg, transparent 50px, #f1f1f1 0) top right;
	background: linear-gradient(315deg, transparent 50px, #f1f1f1 0) bottom right;*/
	background: linear-gradient(45deg, transparent 50px, #f1f1f1 0) bottom left;
	padding-bottom: 10vh;
	margin-bottom: 3em;
}
.halbgrau .csc-default{
	padding-left: 0%;
	padding-right: 0%;
}
.halbgrau .csc-default h2, .halbgrau .csc-default h3, .halbgrau .csc-default p {

    padding-left: 4%;
    padding-right: 4%;
}
.halbgrau .csc-default p {
padding-top: 1em;
}
.halbgrau .csc-default h2 {
	background-color: #EF7B14;
	color: #FFF;
}
.halbgrau .ce-above .ce-gallery {

    margin-bottom: 0px;

}
.DrittelWithe .csc-default{
	padding-left: 4%;
	padding-right: 4%;
}
.halbrot {
	width: 100%;
	float: left;
	padding-right: 0.8em;
	/*background-color: #A40F36;*/
	/*	border-right:500px solid #A40F36;*/
	border-right:500px solid #F9F9F9;
	/*border-size:50%;
	border-style:solid;
	border-color:#A40F36;*/
	/*background: linear-gradient(225deg, transparent 50px, #0A4B21 0) top right;*/
}

.DrittelBlack {
	width: 320px;
	float: left;
	background-color: #f1f1f1;
	font-size: 0.85em;
	padding: 2%;
	margin: 0.4em;
	height: 320px;
	color: #333;
}

.DrittelBlack h1, .DrittelBlack h2, .DrittelBlack h3 {
	color: #333;
	font-size: 99%;
}

.DrittelWithe {
	width: 22vw;
	float: left;
	/*font-size: 0.85em;*/
	padding: 2%;
	margin: 0.4em;
	/*height: 320px;*/
	color: #333;
}

.CLEAR {
	width: 100%;
	clear: both;
	min-height: 1px;
}

.TRENNER_LOGO {
	background: url(../images/VH_Trenner_Desktop.png) no-repeat center center;
	height: 92px;
	margin-top: 1.5em;
	margin-bottom: 5.5em;
}

.csc-default {
	/*max-width: 1000px;*/
	margin: auto;
	/*padding: 0em 0em 0em 0em;*/
	clear: both;
	overflow: hidden;
	margin-bottom: 0rem;
	padding-left: 15%;
	padding-right: 15%;
	position: relative;
}

.NEUBG .halb .csc-default,.NEUBG--right .halb .csc-default,.halb .csc-default, .Prozent60 .csc-default, .Prozent40 .csc-default, .Prozent40Formular .csc-default {
	margin-bottom: 0em;
}

 .BACKGROUNGNEU {
	/*max-width: 1000px;*/
	margin: auto;
	/*padding: 0em 0em 0em 0em;*/
	clear: both;
	overflow: hidden;
	margin-bottom: 0rem;
	padding-left: 15%;
	padding-right: 15%;
	position: relative;
	padding-bottom: 3rem;
	padding-top: 3rem;
	margin-left: 1em;
	margin-right: 1em;
}



.NEUBG, .NEUBGCenter, .NEUBGCenterWhite, .NEUBG_Rose, .GALERIE_FIT {
	/*max-width: 1000px;*/
	margin: auto;
	/*padding: 0em 0em 0em 0em;*/
	clear: both;
	overflow: hidden;
	margin-bottom: 0rem;
	padding-left: 15%;
	padding-right: 15%;
	position: relative;
	padding-bottom: 3rem;
	padding-top: 3rem;
	margin-left: 0rem;
	margin-right: 0em;
}
.NEUBG_Rose:first-child {

}
.GALERIE_FIT {
	text-align: center;
}
.GALERIE_FIT ul {
	margin-top: 5vh;
}
.GALERIE_FIT li {
	margin-top: 1vh;
}

.GALERIE_FIT img{
	width: 50%;
	height: auto;

}

.NEUBGCenter, .NEUBGCenterWhite {
	text-align: center;
}

.NEUBG--right{
	/*max-width: 1000px;*/
	margin: auto;
	/*padding: 0em 0em 0em 0em;*/
	clear: both;
	overflow: hidden;
	margin-bottom: 0rem;
	padding-left: 15%;
	padding-right: 15%;
	position: relative;
	padding-bottom: 3rem;
	padding-top: 3rem;
	margin-left: 0em;
	margin-right: 0em;
}

.NEUBG--right33{
	/*max-width: 1000px;*/
	margin: auto;
	/*padding: 0em 0em 0em 0em;*/
	clear: both;
	overflow: hidden;
	margin-bottom: 0rem;
	padding-left: 15%;
	padding-right: 40%;
	position: relative;
	padding-bottom: 3rem;
	padding-top: 3rem;
	margin-left: 0em;
	margin-right: 0em;
}

.NEUBG--33 {
	/*max-width: 1000px;*/
	margin: auto;
	/*padding: 0em 0em 0em 0em;*/
	clear: both;
	overflow: hidden;
	margin-bottom: 0em;
	padding-left: 40%;
	padding-right: 15%;
	position: relative;
	padding-bottom: 3rem;
	padding-top: 3rem;
	margin-left: 0em;
	margin-right: 0em;
}

.halb .csc-default, .Prozent60 .csc-default, .Prozent40 .csc-default, .Prozent40Formular .csc-default {
	padding-left: 0%;
	padding-right: 0%;
}

.csc-textpic-caption {
	font-size: 0.7em;
	/* font-weight: 500;
	color: #FFA621;*/
}

#FLOATSTART {
	width: 50%;
	float: left;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}

#FLOATSTART .align-left{
	text-align: left;

}

#FLOAT3 {
	width: 33.33%;
	float: left;
	text-align: justify;
	padding: 2.5%;
}

#FLOAT3 h1{
	font-size: 1.9em;
	text-align: center;
}

#FLOAT3 h2 {
	font-size: 1.7em;
	font-weight: 100;
	margin: 0px;
	color: #EFAB0B;
	text-align: center;
}

#FLOAT3 .align-left{
	text-align: left;
}

#FLOATSTART_LAST {
	width: 33.33%;
	float: none;
	text-align: center;
}

#CONTENT ul{
	text-decoration: inherit;
	padding-left: 4%;
	padding-right: 4%;
}

#CONTENT ul ul li{
	text-decoration: inherit;
	padding-top: 1em;
}

.csc-header, .csc-textpicHeader {
}

.csc-subheader {
	font-size: 2.5em;
	color: #A40F36;
}

.csc-default a {
	color: #000;
	text-decoration: none;
}

a.VHLINK {
	color: #FFF;
	/*	color: #A40F36;
	font-weight: 400;*/
	background-color: #EF7B14;
	padding: 1em;
	line-height: 5em;
	text-decoration: none;
}

.halb .csc-default h3 a {
	color: #333;
}

.NEWS a{
	color: #333333;
	text-decoration: none;
	font-weight: 200;
}

 .csc-default p {
	margin-bottom: 1em;
	/*font-style: italic;*/
}

 .contenttable {
	border-spacing:10px;
}

 .contenttable td{
	vertical-align: top;
	border-spacing:20px;
}

 .csc-default a:hover {
	text-decoration: underline;
}

 .csc-default a.VHLINK:hover {
	text-decoration: underline;
	background-color: #EF7B14;
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out; 
}

 .csc-default h1, #FULLIMAGE h1, .NEUBG--33 h1 {
	line-height: 1.2em;
	margin-bottom: 1.5rem;
}

h1::after {
	content: " ";
	/*background-color: #ede4e1;*/
	background-color: #EF7B14;
	-webkit-transform: scale(1);
	transform: scale(1);
	display: block;
	width: 4vw;
	height: 6px;
	margin-top: 10px;
	margin-bottom: 30px;
	transition: all .2s ease-in-out .4s;
	/*display: none;*/
}

.CENT h1::after {
	display:none;
}

.CENT h1 {
	line-height: 0.8em !important;
}

.title-line {
}

 h1 a {
	text-decoration: none;
	color: #000;
}

 .silber{
	/*  text-align:justify;*/
	font-size: 1em;
	width: 33%;
	padding-top:2em;
	padding-bottom:2em; 
	height: auto;
	background-color: #f2f2f2;
	/*   border-radius: 35%;*/
}

 .silber .csc-header {
	padding-top: 0px;  
	text-align: center;
}

 .silber h1{
	/*  text-align:justify;*/
	padding-top: 1em;
	padding-bottom: 1em;
}

#BOTTOM {
	padding-top: 20px;
	font-weight: 300;
	/*background-color: #A40F36;*/
	min-height: 500px;
	bottom: 0;
	width: 100%;
	color: #FFF;
	/*max-width: 1000px;*/
	border-top-width: 30px;
	font-size: 0.85em;
	/*border-top: 10px solid #D53129;*/
	border-top: 10px solid #F4F5F0;
	/*border-bottom: 50px solid #D53129;*/
	margin: auto;
	clear: both;
	background: linear-gradient(228deg, #F4F5F0, #FFF);
	background-size: 400% 400%;
	-webkit-animation: AnimationName 32s ease infinite;
	-moz-animation: AnimationName 32s ease infinite;
	-o-animation: AnimationName 32s ease infinite;
	animation: AnimationName 32s ease infinite;
	display: none;
}

#BOTTOM h1{
	font-size: 1.2em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
}

#BOTTOM h3{
	font-size: 1.2em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#BOTTOM h2{
	font-size: 1.2em;
	margin-top: 0px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#BOTTOMCENTER {
	width: 100%;
	max-width: 1000px;
	height: auto;
	padding-bottom: 20px;
	margin: auto;
	/*  font-size: 0.7em;
	font-size: 11px;*/
}

#BOTTOMCENTER div {
}

#BOTTOMCENTER .csc-default {
	float: left;
	/*min-width: 33%;*/
	min-width: 32%;
	padding: 1%;
}

#BOTTOMCENTER a {
	color: #FFF;
	text-decoration: none;
}

div.csc-textpic {
	padding-left: 0%;
	padding-right: 0%;
}

div.csc-textpic .csc-textpic-imagewrap img {
	height: auto;
	width: 100%;
}

 .Bilder img {
	height: auto;
	width: 100%;
	float: left;
	padding: 1%;
}

 .Bilder div.csc-textpic div.csc-textpic-imagecolumn {
	float: none;
}

 .Bilder div.csc-textpic,  .Bilder div.csc-textpic div.csc-textpic-imagerow,  .Bilder ul.csc-uploads li {
	overflow: visible;
}

 .Bilder_Weiss img {
	width: 100%;
	float: left;
	padding: 2%;
}

 .Bilder_Weiss div.csc-textpic div.csc-textpic-imagecolumn {
}

 .Bilder_Weiss div.csc-textpic,  .Bilder_Weiss div.csc-textpic div.csc-textpic-imagerow,  .Bilder_Weiss ul.csc-uploads li {
	overflow: visible;
}

.indent {
	padding-left: 20px;
}

 .Bilder div.ce-media {
	float: none;
}

 .Bilder_Weiss .csc-textpic-imagerow {
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
}

 .Bilder_Weiss .csc-textpic-imagerow {
	float: left;
}

 .Bilder_Weiss .csc-textpic-caption { 
	display: block; 
	position: relative; 
	float: left; 
	overflow: hidden; 
	/* margin: 0 20px 20px 0; */
}

 .Bilder_Weiss .csc-textpic-caption { 
	position: absolute; 
	color: black; 
	padding: 2%;
	text-align: center;
	width: 25%;
	max-width: 250px;
	z-index: 5;
	font: 90% 'Lato', sans-serif;
	opacity: 0;
	-webkit-transition: all 0.6s ease; 
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease; 
}

 .Bilder_Weiss .csc-textpic-imagerow:hover .csc-textpic-caption { 
	opacity: 1; 
	z-index: 5;
} 

 .Bilder_Weiss .csc-textpic-caption a{ 
	font: 1.1em 'Lato', sans-serif;
	color: black; 
}

 .Bilder_Weiss figure:hover:before { 
	opacity: 0; 
}

 .Bilder_Weiss .csc-textpic-imagerow:hover img{ 
	z-index: 5;
	opacity: 0.06; 
	-webkit-transition: all 0.6s ease; 
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease; 
	transition: all 0.6s ease; 
}

.halbgrau:hover i { 
	z-index: 5;
	/*opacity: 0.5; */
	color: #EFAB0B;
	-webkit-transition: all 0.6s ease; 
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease; 
	transition: all 0.6s ease; 
}

.halbgruen:hover i { 
	z-index: 5;
	/*opacity: 0.5; */
	color: #EFAB0B;
	-webkit-transition: all 0.6s ease; 
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease; 
	transition: all 0.6s ease; 
}


/*################################################################*/

 .ProjekteBilderDetails img {
	width: 125px;
	height: 125px;
	overflow: hidden;
	float: left;
	padding: 2%;
}

 .ProjekteBilderDetails div.csc-textpic div.csc-textpic-imagecolumn {
}

 .ProjekteBilderDetails div.csc-textpic,  .ProjekteBilderDetails div.csc-textpic div.csc-textpic-imagerow,  .ProjekteBilderDetails ul.csc-uploads li {
	overflow: visible;
}

 .ProjekteBilderDetails .csc-textpic-imagerow {
	width: 12.5%;
	height: auto;
	overflow: hidden;
	float: left;
}

 .ProjekteBilderDetails .csc-textpic-imagerow {
	float: left;
}
/*################################################################*/

.news-list-item img, .news-latest-item img {
	width: 40%;
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}

.news-single-item img {
	width: 100%;
}
.news-list-item p, .news-latest-item p{
}

.news-list-item hr, .news-latest-item hr {
	clear: both;
}


 .contenttable {
	border-spacing:0px;
	width: 100%;
}

 .contenttable td{
	/*vertical-align: top;
	border-spacing:20px;*/
}

tr {
	/*background: #FFF;*/
}

tr:nth-of-type(odd) {
	/*background: #F4F4F4;*/
}

th {
	/*background: #FFF; */
	color: #A40F36;
	font-weight: 300;
	font-size: 1.5em;
}

td, th {
	text-align: center;
}


 .LinkBlau, a.LinkBlau, .LinkBlau a{
	font-size: 0.7em;   
	color: #FFF;
	background-color: #8EBEDE;
	padding-left: 5px;
	padding-right: 5px;
}

.tx-ws-flexslider .caption-title {
	color: #035898;
	font: 2.5em 'Tangerine', sans-serif;
	font-weight: 700;
}

#LOGOUT {
/*	position: absolute; */
	z-index: 9999999;
	padding-top: 0em;
	/*padding-right: 1em;*/
	display: block;
	font-size: 0.625rem;
	/*font-size: 1.3em;*/
	line-height: 3em;
	/*padding: 1px;*/
	text-align: center;
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
	text-transform: uppercase;
	letter-spacing: 0px;
	float: right;
}
#LOGOUTMINI {


	padding-top: 5em;
	/*padding-right: 1em;*/
	display: none;
	font-size: 0.625rem;
	/*font-size: 1.3em;*/
	line-height: 3em;
	/*padding: 1px;*/
	text-align: center;
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
	text-transform: uppercase;
	letter-spacing: 0px;
	/*float: right;*/
}
#LOGOUTMINI a{
	color: #000;
	/*color: #1e2b31;*/
	text-decoration: none;
	padding: 0.1em 0.8em 0.1em;
}


#LOGOUT a{
	color: #000;
	/*color: #1e2b31;*/
	text-decoration: none;
	padding: 0.1em 0.8em 0.1em;
	line-height: 5em;
}


.fixed {
	/*position: fixed ; */
	top: 0;
	/*left: 200% !important; */
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
	opacity: 0.97;
	/*box-shadow: 0 1px 4px rgba(0,0,0,.1);*/
}

.fixed #LOGO {
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
}

.fixed #LOGO img {
	width: 200px;
	height: auto;
	/*transition: width 1s ease-in-out;*/
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
}

.fixed #NAV {
	padding-top: 0em;
	padding-bottom: 0em ;
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
}

.fixedBODY {
	/*padding-top: 50px !important;*/
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
}

span.frei {   
}

span.frei::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#50D050;
}

span.angefragt {   
}

span.angefragt::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#D53129;
}

span.verkauft {   
}

span.verkauft::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#A40F36;
}

.coutdown {
	border-spacing: 20px 5px;
}

.coutdown tr td {
	vertical-align: middle;
	padding-left: 1%;
	padding-right: 1%;
	width: 15%;
}

.coutdown h1 {
	vertical-align: middle;
	/*font-family: 'Open Sans', cursive;*/
	font-family: 'aurablueregular', serif;
	/*font-size: 1.5vw;*/

	font-size: 4vw;
	/*font-weight: 600;	*/
	/*	padding-top: 1em;
	padding-bottom: 1em;*/
/*	color: #FFF;*/
	color: #bb9f67;

	line-height: 0vw;
}
.coutdown h1::after {
       display: none;
}

.coutdown h3 {
	vertical-align: middle;
	/*font-family: 'Open Sans', cursive;
	 font-size: 0.7vw;*/
	font: 2vw 'aurablueregular', serif;
	text-transform: none;
	color: #bb9f67;
	/*	color: #FFF;
	color: #ede4e1;
	color: #000;	*/
	/*	opacity: 0.85;
	padding-top: 1em;
	padding-bottom: 1em;*/
	font-weight: 300;
	/*background: hsla(255,100%,100%,0.4);*/
}

.tx-bm-image-gallery-item {
	float: left;
	padding: 0.5em;
}

.wedding-abc {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-width: auto;
	-webkit-column-width: auto;
    	-moz-column-width: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.wedding-abc {
	padding-left: 0% !important;
	padding-right: 0% !important;
	text-align: left;
}

.wedding-abc-item {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	padding: .3rem;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.abc-letter {
}

.abc-letter {
	color: #bb9f67;
	/*font: 1.8em 'Amatic SC', cursive;*/
	/*font-family: 'Amatic SC', cursive;*/
	font-family: 'aurablueregular', serif;
	font-size: 3rem;
	/*padding-right: 1em;*/
    	align-items: center;
    	display: flex;
    	justify-content: space-around;
    	text-align: center;
	width: 5vw;
}

.abc-text {
	width: calc(100% - 50px);
}

.skew-bg {
    	background: #fbfbfb;
	/*background: linear-gradient(228deg, #f1f1f1, #fbfbfb);
	background-size: 400% 400%;
	-webkit-animation: AnimationName 32s ease infinite;
	-moz-animation: AnimationName 32s ease infinite;
	-o-animation: AnimationName 32s ease infinite;
	animation: AnimationName 32s ease infinite;*/
	width: 100%;
	min-height: 700px;
	position: absolute;
	top: -75px;
	left: 0;
	z-index: -1;
	-webkit-transform: skewY(-3deg);
	-moz-transform: skewY(-3deg);
	transform: skewY(-3deg);
}

.NEUBG--right::before {
	right: 0% !important;
	left: inherit;
}

.NEUBG--right33::before {
	right: 0% !important;
	left: inherit;
}

.NEUBG::before, .NEUBG_Rose::before {

	left: 0% !important; 
}
.NEUBGCenter:before {
	left: 0% !important;
}

.NEUBG--33::before {
	left: 0% !important; 
}

.NEUBG--33::before, .NEUBG--right::before, .NEUBG--right33::before, .NEUBGCenter::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	/*left: 0;*/
	width: 100vw;
	height: calc(100% + 200px);
	/*background-color: #fbfbfb;*/
	/*background-color: #f7f5ef;*/
	z-index: -1;
}

.NEUBGCenter::before{
	background-color: #eceeed;
}
.NEUBG::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	/*left: 0;*/
	width: 100vw;
	height: calc(100% + 20px);
	/*background-color: #fbfbfb;*/
	/*background-color: #FFF;*/
	/*background-color: #f7f5ef;*/
	z-index: -1;
}
.NEUBG_Rose::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	/*left: 0;*/
	width: 100vw;
	height: calc(100% + 20px);
	background-color: #EF7B14;
	/*background-color: #faf8f7  #EF7B14;#ffad33;
	background-color: #f3ebe6;*/
	/*background-color: #FFF;*/
	/*background-color: #f7f5ef;*/
	z-index: -1;
}


.NEUBG_Rose h1, .NEUBG_Rose h2, .NEUBG_Rose h3, .NEUBG_Rose p, .NEUBG_Rose a {
	color: #FFF;
	text-decoration: none;
}
.powermail_fieldset h1 .fa{
	display: unset;
}

 .powermail_fieldset .FULL {
	min-height: 0px;
}

#c43 {
	text-align: center;
}

.BGIMAGE {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	/*background-repeat: no-repeat;*/

}

.BGIMAGE:hover { 
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.BGIMAGE::active { 
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#off-canvas-menu {
	display: none;
}

.off-canvas-menu-label {
	display: none;
}

.MENUBG {
	display: none;
}

.LOGOTEXTCAN {
	display: none;
}

.FadeIn100Prozent {
	position: relative;
	height: 100vh;
}

/* TOP CANVAS */
.TEST {
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	background-color: #ff3333;
}

.off-canvas-menu_TOP {
	position: fixed;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	background: #fff;
	font-size: 16px;
	transform: translateX(200%);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	z-index: 1;
}

.off-canvas-menu_TOP input[type=checkbox] {

	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	cursor: pointer;
}

input#off-canvas-menu_TOP {
  	display: none;
	position: fixed;
	right: 3em;
	top: 3em;
}

label.off-canvas-menu-label_TOP {
	display: none;
	position: fixed;
	right: 3em;
	top: 3em;
	background: rgba(210,207,196,1);
	padding: 1.5em;
	border-radius: 100px;
	cursor: pointer;
	z-index: 9999999999;

}
.fixed label.off-canvas-menu-label_TOP {
	display: block;


}

label.off-canvas-menu-label_TOP i {
	/*position: absolute;
	top: 24px;
	right: 14px;
	font-size: 24px;*/
	color: #000;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

input#off-canvas-menu_TOP[type=checkbox]:checked ~ label.off-canvas-menu-label_TOP i {
	transform: rotate(90deg);
}

input#off-canvas-menu_TOP[type=checkbox]:checked ~ .fixedNAV {
	left: 0 ;
	top: 3.7em;
	position: fixed ;
	transition: 0.9s;
	-webkit-transition: 0.9s;
	background-color: #FFF;
	border-bottom: 1px solid rgba(155,143,120,1);
	border-top: 1px solid rgba(155,143,120,1);
	

}


.NEUBG .Prozent40, .NEUBG_Rose .Prozent40, .NEUBG .Prozent40Formular, .NEUBG_Rose .Prozent40Formular {
    float: right !important;
}
.NEUBG .halb, .NEUBG_Rose .halb {
    float: right !important;
}
/*
.fixed .off-canvas-menu-label_TOP {
	display: block;
	position: fixed;
	right: 3em;
	top: 3em;
	background: rgba(155,143,120,0.9);
	padding: 1.5em;
	border-radius: 100px;
}
*/


/* TOP CANVAS ENDE */

#FULLIMAGE img {
    width: 90%;
    height: auto;
	border-bottom: 2em solid #f8f4f3;
}
.Prozent60IMG, .Prozent60IMGRECHTS {
	width: 60%;
	float: right;
}

.Prozent60IMGLINKS {
	width: 60%;
	float: left;
}
.Prozent60IMG img{
    margin: auto;
 
}

.Prozent60IMGLINKS img{
    float: left;
 	float: left;
	width: 90%;
	height: auto;
}

.Prozent60IMGRECHTS img{
    float: right;

 
}
.Prozent60IMG .ce-gallery, .Prozent60IMGRECHTS .ce-gallery, .Prozent60IMGLINKS .ce-gallery  {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
}

.social i{
	margin-left: 4.5vw;
	margin-right: 4.5vw;
	font-size: 1.6vw;
}
.social a{
	color: #000;
}
.cd-contact-content {
	background-color: #EF7B14;

	padding: 3em;
	float: left;
	width: 100%;
}

.cd-contact-content .csc-default {
	float: left;
	clear: unset;
	padding-left: 5%;
	padding-right: 5%;
}
.cd-contact-content .csc-default h1 {
	font-size: 1.3vw;
	color: #FFF;
}
.cd-contact-content .csc-default p, .cd-contact-content .csc-default a {
	font-size: 1vw;
	color: #FFF;
}
.cd-contact-content .csc-default h1::after {
    content: " ";

    background-color: #EF7B14;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
    width: 2vw;
    height: 6px;
    margin-top: 10px;
    margin-bottom: 30px;
    transition: all .2s ease-in-out .4s;

}
.tx-powermail textarea, input {

    border-bottom: 1px solid #bbb;
	color: #6b6764;


	letter-spacing: 0.1em;
}
.tx-powermail .checkbox {

   /* width: 50%;
    float: left;*/
}

input:not([type="radio"]):not([type="checkbox"]), textarea {
    -webkit-appearance: none;
    border-radius: 0;
	font-family: 'Nunito', sans-serif;
}
input[type]:not([type="submit"]), textarea {
    box-shadow: none;
    box-sizing: border-box;
    height: 100%;
    padding: 1.25rem 0.5625rem;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #6b6764;
	font-family: 'Nunito', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #6b6764;
	font-family: 'Nunito', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #6b6764;
	font-family: 'Nunito', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
 color: #6b6764;
	font-family: 'Nunito', sans-serif;
}

h2 a {

    color: #EF7B14;
    text-decoration: none;

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++                            ++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++    Anfrang MEDIA 945px;    ++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++                            ++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width : 1000px) {

body {
	font-size: 4vw;
	overflow-x: hidden;
}

.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-size: 3vw;
 color: #6b6764;
}
::-moz-placeholder { /* Firefox 19+ */
 font-size: 3vw;
 color: #6b6764;
}
:-ms-input-placeholder { /* IE 10+ */
 font-size: 3vw;
 color: #6b6764;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 3vw;
 color: #6b6764;
}
.BTN_PAGE {

	font-size: 2.5rem;
}

.GALERIE_FIT img{
	width: 100%;
	height: auto;
	padding-left: 4%;
	padding-right: 4%;
}
.GALERIE_FIT {
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 15rem;
	padding-top: 15rem;
	margin-left: 0em;
margin-right: 0em;
}

.BGIMAGE {
background-position: 30% !important;
}
.social i{
	font-size: 5.6vw;
	margin-left: 7.5vw;
	margin-right: 7.5vw;
}
.Prozent60IMG {
    float: left;
 
}
.Prozent60IMG, .Prozent60IMGLINKS, .Prozent60IMGRECHTS {
	width: 100%;
	float: left;
}

.cd-main-content {

    text-align: center;
}
.cd-main-content h1 {

    /*padding-top: 10vw;*/
    padding-bottom: 10vw;
}

#FULLIMAGE img {
	width: 92%;
	height: auto;
	position: relative;
	margin-left: 4%;
	margin-right: 4%;
}

.cd-auto-hide-header {
     height: 15vw;
}

.cd-primary-nav > ul {

    top: 15vw;
	background-color: #faf8f7;
	height: 100vh;

}
.cd-primary-nav > ul li {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}
.MENUBG {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	height: 75px;
	display: block;
	z-index: 4;
	width: 100%;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
	border-bottom: 1px solid rgba(0,0,0,0.1);	
}

.LOGOTEXTCAN {
	display: block;
	position: fixed;
	top: 0;
	z-index: 5;
	width: 100%;
	text-align: center;
	font: 0.9em 'Roboto', sans-serif;
    	font-weight: normal;
    	line-height: normal;
	font-weight: 900;
	line-height: 4em;
	padding: 0em 0em 0em;
	margin: 0px;
	text-transform: lowercase;
}

.LOGOTEXTCAN i {
	color: #ede4e1;
}

.LOGOTEXTCAN::after {
	display: none;	
}

#off-canvas-menu {
	display: none;
}

.off-canvas-menu-label {
	display: block;
	z-index: 10;
	
}

.toppi {
	position: relative;
	height: 100%;
	overflow-x: hidden;	
}

.MENUSCHALTER {
	position: fixed;
	background-color: #FFF;
	width: 100%;
	height: 5em;
}

#BODYCONTAINER {
	/*padding-top: 50px;*/
 	transition: margin-left .5s;
	overflow-x: hidden;
}

.wedding-abc {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-width: auto;
	-webkit-column-width: auto;
    	-moz-column-width: auto;
}

 .TRENNER_LOGO {
	background: url(../images/VH_Trenner.png) no-repeat center center;
	height: 92px;
	margin-top: 1.5em;
	margin-bottom: 5.5em;
}

.fixedBODY {
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
}

#BANNER {
	/*height: 400px;*/
}

 {
	margin-top: 0px;
}

 .Bilder_Weiss div.ce-row {
	width: 100%;
	height: 250px;
	overflow: hidden;
	float: left;
}

#TOPTRENNER {
    height: 3em;
}

#TOP {
	display: none;
}

#TOPCAN {
	display: block;
}
.cd-auto-hide-header {
	top: 0px;

} 
.cd-auto-hide-header #LOGO{
	display: block;

}	
.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;

}

.overlay {
	position: fixed;
	top: 51px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 1;	
}

.off-canvas-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	background: #fff;
	font-size: 16px;
	transform: translateX(200%);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	z-index: 1;
}

.off-canvas-menu input[type=checkbox] {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	cursor: pointer;
}

input#off-canvas-menu {
  	display: none;
}

label.off-canvas-menu-label {
	position: fixed;
	top: 0;
	right: 0;
	text-align: left;
	width: 50px;
	background-color: #FFF;
	height: 49px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 999;
	/*border-radius: 100px;*/
}

label.off-canvas-menu-label i {
	position: absolute;
	top: 24px;
	right: 14px;
	font-size: 24px;
	color: #000;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

input#off-canvas-menu[type=checkbox]:checked ~ label.off-canvas-menu-label i {
	transform: rotate(90deg);
}

input#off-canvas-menu[type=checkbox]:checked ~ .off-canvas-menu {
	transform: translateX(0);
	box-shadow: 0 0 10px rgba(0,0,0,0.9);
}

input#off-canvas-menu[type=checkbox]:checked ~ div.wrapper {
	transform: translateX(-70%);
	transition: .5s;
	overflow: hidden;
}

input#off-canvas-menu[type=checkbox]:checked ~ div.overlay {
	height: 100%;
	opacity: 1;
}

#MENUCAN {
	display: none;
	position: fixed;
	top: 0;
	padding: 0.5em;
	width: 100%;
	background: hsla(166,26%,67%,1);
	z-index:100000;
}

#LOGOCAN {
	display: none;
}

.fixed {
	top: 0; 
	z-index: 1;
	left: 0; 
}

.fixed .fa-2x {
	font-size: 1.1em;
}

.fixed #NAV {
	/*padding-top: 0.5em;
	padding-bottom: 0.5em;*/
}

#LOGOUT {
	display: none;
}
#LOGOUTMINI {

	display: none;

}
#LOGOUTMINI a{
	float: left;
	width: 19.8%;
	padding-top: 1.5em;
	padding-bottom: 0em;
	/*background-color: #ece8e6;*/
	background-color: #f3ebe6;
	margin: 0.02em;
	text-align: center; 
	height: auto;
}
#LOGOUTMINI p {
    font-size: 2.5vw;
line-height: 4vh;
padding-top: 1em;
padding-bottom: 1em;
}
#HOVER {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	/*background-color: rgba(0,0,0, 0.9);*/
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	/*opacity: 0;*/
	transition: opacity 1s;
}

#LOGO {
	font-size: 0.6em;
	font-weight: 600;
}

#BANNER {
	/*padding-top: 4.5em;*/
}

 .ProjekteBilderDetails div.ce-row {
	width: 100%;
	height: 250px;
	overflow: hidden;
	float: left;
}

 .ProjekteBilderDetails img {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 2%;
}

 .ProjekteBilderDetails .csc-textpic-imagerow {
	float: left;
	height: auto;
	overflow: hidden;
	width: 100%;
}

 .halb {
	width: 100%;
	float: none;
		padding-top: 3em;
}

 .halbgrau {
	width: 98%;
	float: none;
}

 .halbgruen {
	width: 98%;
	float: none;
}

 .halbrot {
	width: 98%;
	float: none;
	padding-right: 0em;
	/*border-right:50px solid #A40F36;*/
	border-right:0px solid #F9F9F9;
}

 .DrittelBlack {
	width: 95%;
	float: none;
	margin: auto;
	margin-bottom: 0.5em;
	height: auto;
	min-height: 300px;
}


 .DrittelWithe {
	width: 100%;
	float: none;
	margin: 0em;
	padding-bottom: 3em;
}

#LOGO {
	/* width: 100%;
	margin: auto; */
	text-align: center;
	padding-top: 0px;
	/*padding-right: 20px;
	float: right;*/
}

.no-js #LOGO {
	float: none;
}

#LOGO img {
	padding-top: 0.7em;
	width: 220px;
	height: auto;
}
#LOGO img {
    width: 150px !important;
}

.fixed #LOGO img {
	padding-top: 0.7em;
	width: 130px;
	height: auto;
}

.fixedLOGO img {
	padding-top: 0.7em;
	width: 30px !important;
	height: auto;
}

.fixed #LOGO {
	padding-top: 0px;
	position: fixed;
	right: 0px;
}
#LOGO h1 {
	font-size: 5vw;
	line-height: 1.5em;
}
#NAME {
	padding-top: 80px;
	font-size:24px;
	width: 100%;
	text-align: center;
}

#LANG {
	background-color: #F4F4F4;
	font-size: 1.2em;
}

#NAV {
	/*float: none;*/
	padding-left: 0%;
	padding-right: 0%;
	/*clear: both;*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 5em;
}

#NAV h3 {
	/*font-size: 2em;*/
	margin: auto;
	color: #000;
}

#TEL {
	float: left;
	text-align: center;
	width: 50%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#TEL a{
	color: #FFF;
}

#MAIL {
	float: left;
	text-align: center;
	width: 50%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#MAIL a{
	color: #FFF;
}

#BANNER {
	width: 100%;
	/*background-color: #EFEFEF; */
	border-radius: 0%;
}

#BANNER img {
	height: auto;
	width: 100%;
	/* width: 1000px;*/
	overflow: hidden;
	/*  margin: -10% 0;*/
	overflow: hidden;
	margin: 0% 0; 
}

#ZUSATZ {
	width: 100%;
	background-color: #FFFFFF;
	/*  border-top-width: 2px;*/
	-moz-box-shadow: 0 0 0px #333;
	-webkit-box-shadow: 0 0 0px #333;
	box-shadow: 0 0 0px #333;
}

#RIGHT {
	display: none;
}

#RIGHT div {
	margin-bottom: 1px;
}

#LEFT hr {
	width: 170px;
}

#FLOATSTART {
	width: 100%;
	float: none;
	text-align: center;
	/*margin-bottom: 4em;*/
	padding: 2em 0em 2em 0em;
}

#FLOAT3 {
	width: 100%;
	float: none;
	text-align: center;
	/*margin-bottom: 4em;*/
}

 {
	/*  text-align:justify;*/
	width: 100%;
}

 .csc-default {
	/*   padding: 0em 0em 0em 0em;*/
	padding-left: 4%;
	padding-right: 4%;
}

 .csc-header, .csc-textpicHeader {
}

 .csc-default a {
	font-size: 4vw !important;
}

 .csc-default a:hover {
	text-decoration: underline;
}

h1 {
	/*font: 10vw 'Cormorant Garamond', serif;
	font: 1.5em 'Lato', sans-serif;
	color: #2D2926;
	margin-top: 0;
	margin-bottom: 0;*/
	font-size: 10vw;
}

h2 {
	/*font: 1em 'Cormorant Garamond', serif;
	margin-top: 0;
	margin-bottom: 0;*/
}

h3 {
	/*font: 0.8em 'Cormorant Garamond', serif;*/
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font: 0.6em 'Cormorant Garamond', serif;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	/*font: 1.5em 'Cormorant Garamond', serif;*/
	margin-top: 0;
	margin-bottom: 0;
}

h6 {
	font-size: 1.2em;
	color: #bb9f67;
	}

 .halbrot h1 {
	font: 1.8em 'Cormorant Garamond', serif;
	margin-top: 0;
	margin-bottom: 0;
}

 .halbrot h2 {
 	font: 1em 'Cormorant Garamond', serif;
	margin-top: 0;
	margin-bottom: 0;
}

 .halbrot h6 {
	font-size: 1em;
	color: #A40F36;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 200;
}

 h1 {
	padding-left: 4%;
	padding-right: 4%;
}

 h2 {
	padding-left: 4%;
	padding-right: 4%;
	font-size: 6.5vw;
}

 h3 {
	padding-left: 4%;
	padding-right: 4%;
	font-size: 4vw;
}

 h3 {
	padding-left: 4%;
	padding-right: 4%;
}

 h4 {
	padding-left: 4%;
	padding-right: 4%;
}

 h5 {
	padding-left: 4%;
	padding-right: 4%;
}

 h6 {
	padding-left: 4%;
	padding-right: 4%;
}

 li h3 {
	padding-left: 0%;
	padding-right: 0%;
}

 ul {
	/*padding-left: 8%;
	padding-right: 8%;*/
}

 p{
	padding-left: 4%;
	padding-right: 4%;
}

 h1 a {
	text-decoration: none;
	color: #333333;
}

#BOTTOM {
	float: left;
	padding-top: 20px;
	height: auto;
	/* background-color: #000;*/
	bottom: 0;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}

#BOTTOMCENTER {
	width: 100%;
	padding-bottom: 20px;
	margin: auto;
	/*font-size:80px;
	font-size: 11px;*/;
	font-size: 1.1em;
}

#BOTTOMCENTER div {
}

.cd-contact-content .csc-default {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;

}
.cd-contact-content .csc-default p {
	font-size: 4vw;
}
.cd-contact-content .csc-default h1 {
	font-size: 6vw;
}
.cd-contact-content .csc-default h1::after {
	display: none;

}
.indent {
        padding-left: 20px;
}

tr:nth-of-type(odd) {
	/*background: #fff;*/
}

div.csc-textpic {
	/*padding-left: 4%;
	padding-right: 4%;*/
}

/* Navigation */
/* Button zum Anzeigen des Menü*/
.js .menu-toggle {
	display: block;
	cursor: pointer;
	color: #333;
	border-radius: 50%;
	/*  background-color: #FFF;*/
	width: 2.5em;
	/*  height: 2.5em;
	margin: 0px auto;*/
	text-align: center;
	line-height: 2.5em;
	/*border: 1px solid #010101;*/
	font-weight: normal;
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
}

#NEUmenu {
	clear: both;
	/* border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED; */
	font-size: 4vw;
}

#NEUmenu  li{
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0) inset;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0) inset;
	font-size: 0.7em;
	display: inline;
}

.js #NEUmenu ul  {
	padding-top: 3em;
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
}

#NEUmenu ul.toggled-on {
	display: block;
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
}

#NEUmenu h3 {
	/*text-align: center;
	margin: auto;
	position: fixed;
	left: 2em;
	top: 1.5em;*/
	position: absolute;
	right: 0;
}

#NEUmenu ul li h3 {
}

#NEUmenu ul.toggled-on li, .no-js #NEUmenu li {
	display: block;
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
}

#NEUmenu ul ul.toggled-on li, .no-js #NEUmenu ul li {
	display: block;
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
}

#NEUmenu a.active {
	border-bottom: 0px solid #0A4B21;
}

[data-icon]:before {
	content: attr(data-icon);
	speak: none;
	display: inline-block;
	font-size: 200%;
}

.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
/* Navigation */

 .LinkBlau, a.LinkBlau, .LinkBlau a{
	font-size: 0.7em;   
	color: #FFF;
	background-color: #8EBEDE;
	padding-left: 5px;
	padding-right: 5px;
}
 
#TOP {
	padding-top: 20px;
}

#TOP h1 {
	text-align: center;
}

#TOP h3 {
	text-align: left;
	float: left;
	width: 100%;
	/* text-align: center;*/
	padding-left: 20px;
	padding-top: 7px;
}

.csc-textpic-imagewrap {
	float: none !important;
	margin-right: 0px !important;
}

.csc-textpic-text {
	margin-left: 0px !important;
}

 .contenttable {
	font-size: 0.3em;
	font-weight: 300;
}

th {
	background: #FFF; 
	color: #A40F36;
	font-weight: 300;
}

.NEUBG .halb #FULLIMAGE, .NEUBG_Rose .halb #FULLIMAGE {
	padding-left: 0%;
	padding-right: 0%;
}
.NEUBG, .NEUBGCenter, .NEUBGCenterWhite, .NEUBG_Rose, .NEUBG--33 {
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 15rem;
	padding-top: 15rem;
	margin-left: 0em;
margin-right: 0em;
}

.NEUBG_Rose:first-child {

}
.NEUBG--right {
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 15rem;
	padding-top: 15rem;
}

.BACKGROUNGNEU {
	padding-left: 4%;
	padding-right: 4%;
margin-top: 5em;
}
article {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-width: auto;
	-webkit-column-width: auto;
	-moz-column-width: auto;
	padding-right: 0rem;
}
img {
	width: 100% !important;
	height: auto;
}

.abc-letter {

    width: 15vw;
    font-size: 15vw;
}

.coutdown h1 {


	font-size: 7.5vw;



	line-height: 0vw;
}
.coutdown h1::after {
       display: none;
}

.coutdown h3 {

	 font-size: 4.5vw;

}

h1::after {

	width: 80vw;
display: none;

}
.halb #FULLIMAGE {
	padding-left: 10%;
	padding-right: 10%;
}
.NEUBG--right .halb #FULLIMAGE, .NEUBG--right .Prozent60 #FULLIMAGE, .NEUBG--right .Prozent40 #FULLIMAGE, .NEUBG--right .Prozent40Formular #FULLIMAGE {
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 10rem;
}
.NEUBG .halb #FULLIMAGE, .NEUBG .Prozent60 #FULLIMAGE, .NEUBG .Prozent40 #FULLIMAGE, .NEUBG .Prozent40Formular #FULLIMAGE, .NEUBG_Rose .halb #FULLIMAGE, .NEUBG_Rose .Prozent60 #FULLIMAGE, .NEUBG_Rose .Prozent40 #FULLIMAGE, .NEUBG_Rose .Prozent40Formular #FULLIMAGE {
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 10rem;
}
.Prozent40, .Prozent40Formular {
    width: 100%;
    float: left;
	margin-top: 5vw;
}
.Prozent40Formular h1, .Prozent40Formular h3 {
	text-align: center;

}

.cd-contact-content {

 
    padding: 2em;
}

.Prozent60 {
    width: 100%;
    float: left;
	padding-top: 5em;
}
.NEUBG--right33 {
    width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}
input[type]:not([type="submit"]), textarea {

    padding: 3.25rem 2.5625rem;
}
.tx-powermail textarea, input:not([type="submit"]) {
    border: 1px solid #bbb;

}
.cd-hero {

}

}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++                         +++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++    ENDE MEDIA 945px;    +++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++                         +++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


