/*@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Open+Sans:300,300i,700,700i');*/
/* great-vibes-regular - latin */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/great-vibes-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Great Vibes'), local('GreatVibes-Regular'),
       url('../fonts/great-vibes-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/great-vibes-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/great-vibes-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/great-vibes-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/great-vibes-v5-latin-regular.svg#GreatVibes') format('svg'); /* Legacy iOS */
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
       url('../fonts/open-sans-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('../fonts/open-sans-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/*Standard*/
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
.clearL, .clearR, .clear {
	clear: both;
}
H1, H2, H3, H4, H5, H6 {
	font: 15px 'Open Sans', Arial, Sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 120%;
	color: #67645f;
	padding: 10px 0 0;
}
H1 {
	font-size: 32px;
}
H2 {
	font-size: 30px;
}
H3 {
	font-size: 40px;
	text-transform: none;
	color: #cbbc9f;
	font-family: 'Great Vibes';
	letter-spacing: 0;
}
H4 {
	font-size: 20px;
}
H1+H1,H1+H2,H1+H3,H1+H4,H1+H5,H2+H1,H2+H2,H2+H3,H2+H4,H2+H5,H3+H1,H3+H2,H3+H3,H3+H4,H3+H5,H4+H1,H4+H2,H4+H3,H4+H4,H4+H5,H5+H1,H5+H2,H5+H3,H5+H4,H5+H5{
	padding: 0;
}
P {
	padding: 10px 0 15px;
}
A {
	text-decoration: none;
	color: #b2a58b;
}
A:hover {
	color: #cbbc9f;
}
/*Farbe beim Text markieren*/
/*::selection {
	background: #ff0000;
	color: #ffffff;
}
::-moz-selection {
	background: #ff0000;
	color: #ffffff;
}*/
HR {
	background: transparent;
	border: 0 solid #e6e2da;
	height: 0;
	padding: 0;
	margin: 30px 0;
	border-bottom: 1px solid #e6e2da;
}
TEXTAREA, INPUT, BUTTON {
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-font-smoothing: inherit;
	font: 15px 'Open Sans', Arial, Sans-serif;
	color: #67645f;
	padding: 5px;
	border: 1px solid #cbbc9f;
	background: #FFF;
}
BUTTON {
	border: none;
	cursor: pointer;
}
INPUT[type=text], TEXTAREA, INPUT[type=password],INPUT[type=email], SELECT, BUTTON {
	width: 100%;
}
INPUT[type=text], TEXTAREA, INPUT[type=submit], INPUT[type=reset], INPUT[type=password], INPUT[type=email], INPUT[type=search], TEXTAREA, BUTTON {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
INPUT[type=radio] {
	padding: 4px;
	line-height: normal;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #FFF inset;
	-webkit-text-fill-color: #000;
}
::-webkit-input-placeholder {
	color: #ccc;
}
:-moz-placeholder {
	opacity: 1;
	color: #ccc;
}
::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}

/*Image Abstand*/
.allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 10px 0;
}
#subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
.item100w DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}

/*Blockstile*/
P.align-center, H1.align-center, H2.align-center, H3.align-center, H4.align-center, H5.align-center, A.align-center, P A.align-center {
	text-align: center;
}
P.align-right, H1.align-right, H2.align-right, H3.align-right, H4.align-right, H5.align-right, A.align-right, P A.align-right {
	text-align: right;
}
P.align-justify, H1.align-justify, H2.align-justify, H3.align-justify, H4.align-justify, H5.align-justify, A.align-justify, P A.align-justify {
	text-align: justify;
}

/*Textstile*/
.button {
	display: inline-block;
	background: transparent;
	color: #b2a58b;
	padding: 15px 40px;
	margin: 25px 0 15px;
	border: 1px solid #cbbc9f;
	text-transform: uppercase;
}
.button:hover {
	color: #fff;
	background: #cbbc9f;
	text-decoration: none;
}
#corona a {
	text-decoration: underline;
	color: #ffffff;
}
#corona a:hover {
	color: rgba(255,255,255,0.65);
}
#corona .button {
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
}
#corona .button:hover {
	color: #70af40;
	background: #fff;
}
.center {
	text-align: center;
}
/*.grossertext {
	font-size: 15px;
}*/
.tel {
	color: #897148;
	padding-left: 17px;
	background: url(../img/tel.png) no-repeat 0px 5px;
	margin-left: 10px;
}
.button, A {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*Beide aktivieren wenn der Footer unten sitzen soll*/
HTML, BODY, #site {
	/*height: 100%;*/
}
BODY > #site {
	/*height: auto;*/
	/*min-height: 100%;*/
}

/*Template*/
BODY {
	font: 16px 'Open Sans', Arial, Sans-serif;
	line-height: 26px;
	color: #464440;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
#site {
	width: 1600px;
	background: #fff;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(214,210,203,0.5);
	-moz-box-shadow: 0px 0px 30px 0px rgba(214,210,203,0.5);
	box-shadow: 0px 0px 30px 0px rgba(214,210,203,0.5);
}
#corona {
	background-color: #70af40;
	color: #fff;
	padding: 20px 80px;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}
#info {
	background: rgb(236 223 200 / 0.9);
	padding: 40px 60px;
	max-width: 400px;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}
#restaurantbesuch {
	background-color: #5d982f;
	padding: 40px;
}
#restaurantbesuch HR {
	border: 0 solid #6faf40;
	margin: 20px 0 30px 0;
	border-bottom: 1px solid #6faf40;
}
/*Head*/
.head {
	position: fixed;
	z-index: 100;
	background-color: rgba(138,137,137,0.9);
	height: 95px;
	max-width: 1600px;
	width: 100%;
	clear: both;
}
.head .headnav {
	color: #fff;
	float: right;
	margin-right: 40px;
	margin-top: 24px;
	font-weight: bold;
	text-align: right;
}
.head .headnav A {
	color: #ccbb9e;
}
/*Logo*/
#logo {
	background: url(../img/logo.png) no-repeat left top;
	width: 220px;
	height: 104px;
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -110px;
}
#logo A {
	display: block;
	width: 100%;
	height: 100%;
}
#logo A SPAN {
	display: none;
}

/*Subhead*/
#subhead, .item100w {
	/*max-height: 400px;*/
	overflow: hidden;
	width: 100%;
	position: relative;
}
#subhead {
	max-height: 760px;
}
.bel3 #subhead {
	/*max-height: 600px;*/
}
#subhead .item *,
.item100w .item * {
	float: none;
	right: auto;
	overflow: visible;
	position: static;
}
/*Subhead Unterseiten*/
#subhead .text {
	position: absolute;
	width: 960px;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	text-align: center;
}
#subhead .text h1 {
	color: #fff;
}
/*Aktivieren wenn IMG 2000px breit ist, damit es mittig sitzt*/
#subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	/*	display: block;
	width: 2000px;
	left: 50%;
	position: relative;
	margin-left: -1000px;
	margin-bottom: 0;*/
}
/*Aktivieren wenn Bild am 2000px immer volle Breite haben soll*/
/*@media all and (min-width: 2000px) {
	#subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	#subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image IMG {
		width: 100%;
		height: auto;
	}
}*/

/*Nav*/
.nav {
	list-style-type: none;
	display: inline-block;
	font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 40px;
}

/* Allgemeine Stile */
/* hier nichts aendern */
.nav LI {
	position: relative;
}
.nav LI:hover > .subNav, .nav LI.over > .subNav {
	display: block;
}
.nav LI:hover > A, .nav LI.over > A, .nav LI.act > A {
	text-decoration: none;
}

/* subNav */
.subNav {
	display: none;
	position: absolute;
	z-index: 100;
	background: url(../img/trans.png) repeat left top;
	left: 0;
	top: 100%;
}
.subNav .subNav {
	left: 100%;
	top: 0;
}
.nav > UL > LI:last-child > .subNav {
	left: inherit;
	right: 0;
}
.nav > UL > LI:last-child > .subNav .subNav {
	left: inherit;
	right: 100%;
}

/* ab hier anpassen */
.nav A {
	display: block;
}

/* Ebene I / Hauptnavigation */
.nav > UL > LI {
	float: left;
}
.nav > UL > LI + LI {
}
.nav > UL > LI > A {
	color: #fff;
	padding: 35px 20px 34px;
}

/* hover (Ebene I) */
.nav > UL > LI:hover > A,
.nav > UL > LI.over > A {
	color: #ccbb9e;
	background: rgba(117,115,115,0.5);
}

/* active (Ebene I) */
.nav > UL > LI.act > A,
.nav > UL > LI.act:hover > A,
.nav > UL > LI.act.over > A {
	color: #ccbb9e;
	background: #757373;
}

/* Ebene II / subNav */
.subNav {
	/*display: block;*/
	/* nach stylen loeschen */
}
.subNav > LI + LI {
	border-top: 1px solid #757373;
}
.subNav A {
	padding: 8px 20px;
	color: #fff;
	background: rgba(117,115,115,0.85);
	white-space: nowrap;
}

/* hover + active (Ebene II) */
.subNav LI:hover > A,
.subNav LI.over > A {
	color: #ccbb9e;
	background: #757373;
}
.subNav > LI.act > A,
.subNav > LI.act:hover > A,
.subNav > LI.act.over > A {
	color: #ccbb9e;
	background: #757373;
}
/* Ebene III / subNav subNav */
/*.subNav .subNav A
{
	background: red;
}*/
/* hover + active (Ebene III) */
/*.subNav .subNav LI:hover > A,
.subNav .subNav LI.over > A
{
	color: red;
	background: yellow;
}
.subNav .subNav > LI.act > A,
.subNav .subNav > LI.act:hover > A,
.subNav .subNav > LI.act.over > A
{
	color: red;
	background: yellow;
}*/
/*clearfix Nav*/

.nav > UL:after {
	content: "";
	display: block;
	clear: both;
}
.nav > UL {
	zoom: 1;
}

/*Allcont*/
.allcont {
	padding: 0 0 95px 0;
	/*width: 1200px;*/
	margin: 0 auto;
}
.cont {
	margin: 100px 0;
}
.nobanner .cont {
	margin: 0 0 100px 0;
	padding: 100px 0 0 0;
}
.inner,
.cont > .item,
.gridwrapper > .item {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.cont > .item960,
.cont > .item1200,
.cont > .item100w {
	width: 960px;
	margin: 120px auto;
	position: relative;
}
.cont > .item1200 {
	width: 1200px;
}
.cont > .item100w {
	width: 100%;
}
.gridwrapper > .item .gridwrapper > .item {
	width: auto;
}

/*Foot*/
.foot {
	height: 55px;
	margin-top: -95px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #8a8989;
	padding: 20px 0; 
}
.foot A {
	color: #fff;
	padding: 5px;
	margin: 0 10px;
}
.foot A:hover {
	color: #cbbc9f;
}
.foot P {
	/*display: inline;*/

	padding: 0;
}
.copy, .footnav, #webdesign {
	/*display: inline;*/
}

/*Listen*/
.allcont UL {
	margin: 5px 0px 10px 25px;
}
.allcont UL LI {
	list-style-type: disc;
	padding: 3px 0px;
}
.allcont OL {
	margin: 5px 0px 10px 18px;
}
.allcont OL LI {
	list-style-type: decimal;
	padding: 3px 0px;
}

/*Tabelle*/
.allcont TABLE {
	width: 100%;
	margin: 10px 0px 5px;
}
.allcont TABLE TR TD {
	border: 1px solid #e4dccd;
	padding: 5px 10px;
}
.allcont TABLE TR TH {
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	background: #e37234;
	padding: 5px 15px;
	border-right: 1px solid #fff;
}
.allcont TABLE.tabelle-basic {
	width: 100%;
}
.allcont TABLE.tabelle-basic TR.even {
	background-color: #e8e8e8;
}
.allcont TABLE.tabelle-basic TR TD {
	padding: 5px 15px;
	border-right: 1px solid #fff;
}
/*ERWEITERUNGEN*/
/*Powermail*/
.powermail_fieldset {
	margin-top: 10px;
}
.tx-powermail LEGEND.powermail_legend {
	display: none;
	/*font-size: 14px;*/
	/*background: #FF0000;*/
	/*padding: 6px 15px 5px;*/
}
.tx-powermail H3 {
	display: none;
}
.tx-powermail .powermail_form .powermail_fieldwrap {
	padding: 3px 0;
	position: relative;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_input LABEL {
	display: block;
	width: 100%;
	padding: 5px 0 0;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_input INPUT,
.tx-powermail .powermail_form .powermail_fieldwrap TEXTAREA {
	width: 100%;
	border: 1px solid #DADADA;
}
.tx-powermail .powermail_form .powermail_fieldwrap TEXTAREA {
	height: 100px;
	resize: vertical;
	display: block;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_input INPUT:focus,
.tx-powermail .powermail_form .powermail_fieldwrap TEXTAREA:focus {
	background: #eee;
}

/*Checkboxen - Radiobuttons*/
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check INPUT,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio INPUT {
	margin: 0 5px 0 3px;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check LABEL,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio LABEL {
	position: relative;
	top: 1px;
	cursor: pointer;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio .radio,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox {
	display: inline-block;
	margin-right: 2%;
	/*width: 15%;*/
}

/*Submit Button*/
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit {
	padding: 0px;
	margin: 5px 0 10px;
	text-align: right;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit INPUT.powermail_submit {
	color: #FFF;
	cursor: pointer;
	padding: 10px 30px 8px;
	background: #FF0000;
	border: none;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit INPUT.powermail_submit:hover {
	color: #FFF;
	background: #E37234;
}

/*Pflichtfelder*/
.tx-powermail .powermail_fieldwrap .mandatory {
	color: #E37234;
}

/*Text anzeigen*/
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_text {
	font-size: 12px;
	color: #555;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_text.layout1 {
	font-size: 12px;
	color: #E37234;
	font-style: italic;
}

/*Selectfeld*/
.tx-powermail .powermail_form SELECT {
	width: 100%;
}

/*Fehlermeldung*/
.parsley-errors-list {
	position: absolute;
	bottom: 5px;
	right: 2px;
	margin: 0 !important;
	padding: 0;
	font-size: 11px;
	background: #E37234;
	color: #FFF;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_textarea .parsley-errors-list {
	bottom: 11px;
}
.parsley-errors-list LI {
	list-style-type: none !important;
	padding: 3px 10px 2px !important;
}
.tx-powermail .powermail_form .powermail_fieldset INPUT.parsley-error,
.tx-powermail .powermail_form .powermail_fieldset TEXTAREA.parsley-error {
	border: 2px solid #FF0000;
}

/*Abenden Seite*/
.tx-powermail .powermail_create DT {
	padding: 2px 0;
	font-weight: bold;
	float: left;
	clear: both;
	margin-right: 2%;
	width: 28%;
}
.tx-powermail .powermail_create DD {
	float: left;
	width: 70%;
	padding: 2px 0;
}

/*Kontaktformular*/
.powermail_fieldwrap_straenr,
.powermail_fieldwrap_telefon {
	float: left;
	width: 48%;
}
.powermail_fieldwrap_plzort,
.powermail_fieldwrap_email {
	float: right;
	width: 48%;
}
.powermail_fieldwrap_telefon,
.powermail_fieldwrap_ihrenachricht {
	clear: left;
}

/*Gridelemente*/
/*Allgemein*/
.gridrow .col {
	float: left;
	display: block;
}
.gridrow .col + .col {
	margin-left: 4%;
	margin-left: 2%;
}

/*Boxen 50%*/
.box50 > .col {
	width: 48%;
	margin-top: 20px;
}

/*Boxen 33%*/
.box33 {
	margin-top: 40px;
}
.box33 > .col {
	width: 32%;
	box-sizing: border-box;
	text-align: center;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(214,210,203,0.5);
	-moz-box-shadow: 0px 0px 30px 0px rgba(214,210,203,0.5);
	box-shadow: 0px 0px 30px 0px rgba(214,210,203,0.5);
}
.box33 > .col .text {
 	padding: 10px 40px 60px;
 }
.box33 > .col IMG {
	width: 100%;
	height: auto;
	margin-top: -80px;
}

/*Boxen 25%*/
.box25 > .col {
	width: 22%;
}

/*Boxen 33%-66%*/
.box33-66 > .col.col1 {
	width: 32%;
}
.box33-66 > .col.col2 {
	width: 64%;
}

/*Boxen 66%-33%*/
.box66-33 > .col.col1 {
	width: 64%;
}
.box66-33 > .col.col2 {
	width: 32%;
}

/*Volle Breite*/
.item.b100,
.item.b101 {
	width: 100%;
}
.item.b101 > .gridrow {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/*Farbig*/
.item.grey {
	background-color: #f8f8f8;
	padding: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.item.b100.grey {
	padding: 0;
}
.item.b100 .col + .col {
	margin-left: 0;
}
.item.b100 .box50 > .col {
	width: 50%;
}

/*Gallerie*/
.gallery {
	margin: 120px 0;
}
/*.gallery IMG {
	padding: 0;
	margin: 0 !important;
}*/
.gallery-inner DIV {
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}

/*Bildbanner Volle Breite*/
.item100w {
	position: relative;
}
.item100w .text {
	position: absolute;
	z-index: 4;
	width: 960px;
	left: 50%;
	top: 40%;
	margin-left: -480px;
	text-align: center;
	color: #fff;
}
.item100w .text H4 {
	color: #fff;
}
.item100w IMG {
	position: relative;
	z-index: 2;
}
/*Spezielle Abstaende*/
.margintop30 {
	margin-top: 30px;
}
figure {
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

