/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('css/fonts/roboto-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('css/fonts/roboto-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/roboto-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/roboto-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/roboto-condensed-v19-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('css/fonts/roboto-condensed-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('css/fonts/roboto-condensed-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/roboto-condensed-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/roboto-condensed-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/roboto-condensed-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/roboto-condensed-v19-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}



/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/


@media (min-width: 1440px) {
	.container { max-width: 1320px; }
}


/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
	background: #ec6408;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #ec6408; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #ec6408; /* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {
	line-height: 1;
	color: #9c7c36;
	font-family: 'Roboto Condensed', sans-serif;
}

a {
	text-decoration: none !important;
	color: #555;
}

a:hover { color: #9c7c36; }
a.aktiv { border-bottom: 1px dotted #555; }

a img { border: none; }

img { max-width: 100%; }

iframe {
	width: 100%;
	border: 0 !important;
	overflow: hidden !important;
}


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #9c7c36;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Roboto Condensed', sans-serif;
}

h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 50px; }

h2 { font-size: 40px; }

h3 { font-size: 30px; }

h4 { font-size: 18px; }

h5 { font-size: 0.875rem; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; }

@media (max-width: 767.98px) {

	h1 {
		font-size: 1.75rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.25rem;
	}

	h4 {
		font-size: 1rem;
	}

}

h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) { color: #ec6408; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 30px; }

small { font-family: 'Roboto Condensed', sans-serif; }




/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/

#wrapper {
	position: relative;
	float: none;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	
}

@media (min-width: 1200px) {
	body:not(.stretched) #wrapper {
		max-width: 1200px;
	}
}

@media (min-width: 1440px) {
	body:not(.stretched) #wrapper {
		max-width: 1440px;
	}
}

.line,
.double-line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 4rem 0;
	border-top: 1px solid #EEE;
}

.line.line-sm { margin: 2rem 0; }

span.middot {
	display: inline-block;
	margin: 0 5px;
}

.double-line { border-top: 3px double #E5E5E5; }

.nott { text-transform: none !important; }

.emptydiv {
	display: block !important;
	position: relative !important;
}

.allmargin { margin: 3rem !important; }

.leftmargin { margin-left: 3rem !important; }

.rightmargin { margin-right: 3rem !important; }

.topmargin { margin-top: 3rem !important; }

.bottommargin { margin-bottom: 3rem !important; }

.allmargin-sm { margin: 2rem !important; }

.leftmargin-sm { margin-left: 2rem !important; }

.rightmargin-sm { margin-right: 2rem !important; }

.topmargin-sm { margin-top: 2rem !important; }

.topmargin-xs { margin-top: 1rem !important; }

.bottommargin-sm { margin-bottom: 2rem !important; }

.allmargin-lg { margin: 5rem !important; }

.leftmargin-lg { margin-left: 5rem !important; }

.rightmargin-lg { margin-right: 5rem !important; }

.topmargin-lg { margin-top: 5rem !important; }

.bottommargin-lg { margin-bottom: 5rem !important; }

.header-stick { margin-top: -3rem !important; }

.content-wrap .header-stick { margin-top: -5rem !important; }

.footer-stick { margin-bottom: -3rem !important; }

.content-wrap .footer-stick { margin-bottom: -5rem !important; }

.border-f5 { border-color: #F5F5F5 !important; }

.col-padding { padding: 4rem; }

.notextshadow { text-shadow: none !important; }

.inline-block {
	float: none !important;
	display: inline-block !important;
}

.center { text-align: center !important; }

.mx-auto {
	float: none !important;
}

.bg-color,
.bg-color #header-wrap { background-color: #ec6408 !important; }

.color { color: #ec6408 !important; }

.border-color { border-color: #ec6408 !important; }

.ls0 { letter-spacing: 0px !important; }

.ls1 { letter-spacing: 1px !important; }

.ls2 { letter-spacing: 2px !important; }

.ls3 { letter-spacing: 3px !important; }

.ls4 { letter-spacing: 4px !important; }

.ls5 { letter-spacing: 5px !important; }

.noheight { height: 0 !important; }

.nolineheight { line-height: 0 !important; }

.font-body { font-family: 'Roboto Condensed', sans-serif; }

.font-primary { font-family: 'Roboto Condensed', sans-serif; }

.font-secondary { font-family: 'PT Serif', serif; }

.font-weight-extralight {
	font-weight: 100 !important;
}

.font-weight-medium {
	font-weight: 500 !important;
}

.font-weight-semibold {
	font-weight: 600 !important;
}

.font-normal {
	font-style: normal !important;
}

.bgicon {
	display: block;
	position: absolute;
	bottom: -60px;
	right: -50px;
	font-size: 210px;
	color: rgba(0,0,0,0.1);
}

.imagescale,
.imagescalein {
	display: block;
	overflow: hidden;
}

.imagescale img,
.imagescalein img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.imagescale:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.imagescalein img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.imagescalein:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.grayscale {
	filter: brightness(80%) grayscale(1) contrast(90%);
	-webkit-filter: brightness(80%) grayscale(1) contrast(90%);
	-moz-filter: brightness(80%) grayscale(1) contrast(90%);
	-o-filter: brightness(80%) grayscale(1) contrast(90%);
	-ms-filter: brightness(80%) grayscale(1) contrast(90%);
	transition: 1s filter ease;
	-webkit-transition: 1s -webkit-filter ease;
	-moz-transition: 1s -moz-filter ease;
	-ms-transition: 1s -ms-filter ease;
	-o-transition: 1s -o-filter ease;
}

.grayscale:hover {
	filter: brightness(100%) grayscale(0);
	-webkit-filter: brightness(100%) grayscale(0);
	-moz-filter: brightness(100%) grayscale(0);
	-o-filter: brightness(100%) grayscale(0);
	-ms-filter: brightness(100%) grayscale(0);
}



.input-block-level {
	display: block;
	width: 100% !important;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vertical-middle {
	z-index: 3;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 100%;
	justify-content: center;
	flex-flow: column;
}

.vertical-middle-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.vertical-middle + .video-wrap { z-index: 2 !important; }

.magnific-max-width .mfp-content { max-width: 800px; }

.overflow-visible {
	overflow: visible !important;
}


/* ----------------------------------------------------------------
	Text Size Utility Classes
-----------------------------------------------------------------*/

.text-smaller {
	font-size: 70% !important;
}

.text-larger {
	font-size: 120% !important;
}

.text-smaller small {
	font-size: 90% !important;
}



/* ----------------------------------------------------------------
	Bootstrap Utility Classes: Extended
-----------------------------------------------------------------*/


/*	Spacing Utilities */

.m-6 {
	margin: 5rem !important;
}

.mt-6,
.my-6 {
	margin-top: 5rem !important;
}

.mr-6,
.mx-6 {
	margin-right: 5rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 5rem !important;
}

.ml-6,
.mx-6 {
	margin-left: 5rem !important;
}

.p-6 {
	padding: 5rem !important;
}

.pt-6,
.py-6 {
	padding-top: 5rem !important;
}

.pr-6,
.px-6 {
	padding-right: 5rem !important;
}

.pb-6,
.py-6 {
	padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
	padding-left: 5rem !important;
}

@media (min-width: 576px) {

	.m-sm-6 {
		margin: 5rem !important;
	}

	.mt-sm-6,
	.my-sm-6 {
		margin-top: 5rem !important;
	}

	.mr-sm-6,
	.mx-sm-6 {
		margin-right: 5rem !important;
	}

	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 5rem !important;
	}

	.ml-sm-6,
	.mx-sm-6 {
		margin-left: 5rem !important;
	}

	.p-sm-6 {
		padding: 5rem !important;
	}

	.pt-sm-6,
	.py-sm-6 {
		padding-top: 5rem !important;
	}

	.pr-sm-6,
	.px-sm-6 {
		padding-right: 5rem !important;
	}

	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 5rem !important;
	}

	.pl-sm-6,
	.px-sm-6 {
		padding-left: 5rem !important;
	}

}

@media (min-width: 768px) {

	.m-md-6 {
		margin: 5rem !important;
	}

	.mt-md-6,
	.my-md-6 {
		margin-top: 5rem !important;
	}

	.mr-md-6,
	.mx-md-6 {
		margin-right: 5rem !important;
	}

	.mb-md-6,
	.my-md-6 {
		margin-bottom: 5rem !important;
	}

	.ml-md-6,
	.mx-md-6 {
		margin-left: 5rem !important;
	}

	.p-md-6 {
		padding: 5rem !important;
	}

	.pt-md-6,
	.py-md-6 {
		padding-top: 5rem !important;
	}

	.pr-md-6,
	.px-md-6 {
		padding-right: 5rem !important;
	}

	.pb-md-6,
	.py-md-6 {
		padding-bottom: 5rem !important;
	}

	.pl-md-6,
	.px-md-6 {
		padding-left: 5rem !important;
	}

}

@media (min-width: 992px) {

	.m-lg-6 {
		margin: 5rem !important;
	}

	.mt-lg-6,
	.my-lg-6 {
		margin-top: 5rem !important;
	}

	.mr-lg-6,
	.mx-lg-6 {
		margin-right: 5rem !important;
	}

	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 5rem !important;
	}

	.ml-lg-6,
	.mx-lg-6 {
		margin-left: 5rem !important;
	}

	.p-lg-6 {
		padding: 5rem !important;
	}

	.pt-lg-6,
	.py-lg-6 {
		padding-top: 5rem !important;
	}

	.pr-lg-6,
	.px-lg-6 {
		padding-right: 5rem !important;
	}

	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 5rem !important;
	}

	.pl-lg-6,
	.px-lg-6 {
		padding-left: 5rem !important;
	}

}

@media (min-width: 1200px) {

	.m-xl-6 {
		margin: 5rem !important;
	}

	.mt-xl-6,
	.my-xl-6 {
		margin-top: 5rem !important;
	}

	.mr-xl-6,
	.mx-xl-6 {
		margin-right: 5rem !important;
	}

	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 5rem !important;
	}

	.ml-xl-6,
	.mx-xl-6 {
		margin-left: 5rem !important;
	}

	.p-xl-6 {
		padding: 5rem !important;
	}

	.pt-xl-6,
	.py-xl-6 {
		padding-top: 5rem !important;
	}

	.pr-xl-6,
	.px-xl-6 {
		padding-right: 5rem !important;
	}

	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 5rem !important;
	}

	.pl-xl-6,
	.px-xl-6 {
		padding-left: 5rem !important;
	}

}


/*	Custom Bootstrap Column */

.col-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-1-5 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 576px) {
	.col-sm-1-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 768px) {
	.col-md-1-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	.col-lg-1-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-xl-1-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}





/* ----------------------------------------------------------------
	Lazy Loading
-----------------------------------------------------------------*/

.lazy {
	opacity: 0;
}

.lazy:not(.initial) {
	transition: opacity 1s;
}

.lazy.initial,
.lazy.lazy-loaded,
.lazy.lazy-error {
	opacity: 1;
}

img.lazy {
	max-width: 100%;
	height: auto;
}

img.lazy:not([src]) {
	visibility: hidden;
}


/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/


.section {
	position: relative;
	width: 100%;
	margin: 60px 0;
	padding: 60px 0;
	background-color: #F9F9F9;
	overflow: hidden;
}

.parallax {
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
	will-change: transform;
}

.mobile-parallax,
.video-placeholder {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center !important;
}

.section .container { z-index: 2; }

.section .container + .video-wrap { z-index: 1; }

.revealer-image {
	position: relative;
	bottom: -100px;
	transition: bottom .3s ease-in-out;
	-webkit-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out;
}

.section:hover .revealer-image { bottom: -50px; }


/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/


.postcontent,
.sidebar {
	position: relative;
}



/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/


#logo {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	margin-right: auto;
	max-height: 100%;
}

#logo a {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
}

#logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: 100px;
}


#logo a.standard-logo {
	display: -ms-flexbox;
	display: flex;
}

#logo a.retina-logo { display: none; }

@media (min-width: 992px) {

	.full-header #logo {
		padding-right: 30px;
		border-right: 1px solid #EEE;
	}

	#header.transparent-header.full-header #logo { border-right-color: rgba(0,0,0,0.1); }

	.sticky-header-shrink #header-wrap #logo img {
		height: 60px;
	}

}


img.logo1,
img.logo2,
img.logo3{
	
}

img.logo1{
	width:200px;
	height:auto;
}
img.logo1a{
	width:250px;
	height:auto;
	margin-right:50px;
	margin-left:-68px;
}
img.logo2{
	margin-top:116px;
	width:410px;
	height:auto;
}
img.logo3{
	width:70px;
	height:auto;
	margin-top:40px;
}
img.logo4{
	float:right;
	height:220px;
	width:auto;
}
.device-md img.logo4{
	position:relative;
	height:220px;
	width:auto;
	top:20px;
	right:0px;
}
.device-sm img.logo4{
	position:relative;
	height:150px;
	width:auto;
	top:20px;
	right:0px;
}
.device-xs img.logo4{
	position:relative;
	height:150px;
	width:auto;
	top:-160px;
	right:0px;
}


.textblock1 p {font-size:40px;margin-top:70px;line-height:42px !important;width:750px;}
.textblock2 p {font-size:24px;margin-top:0px;line-height:26px !important;width:760px;}
.textblock3 p {font-size:20px;margin-top:0px;line-height:26px !important;color:#555555;}
.textblock4 p {font-size:20px;margin-top:0px;line-height:26px !important;}
.textblock4 ul li{margin-left:20px;}
/* ----------------------------------------------------------------
	Retina Logo
-----------------------------------------------------------------*/


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	#logo a.standard-logo { display: none; }

	#logo a.retina-logo {
		display: -ms-flexbox;
		display: flex;
	}

}


/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/


#content {
	position: relative;
	background-color: #FFF;
}

#content p { line-height: 1.8; }

.content-wrap {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}

#content .container { position: relative; }

.grid-container,
.grid-inner {
	position: relative;
	overflow: hidden;
}

.grid-inner {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

body:not(.device-touch) .grid-container {
	-webkit-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .4s ease;
}



/* ----------------------------------------------------------------
	Flipbox
-----------------------------------------------------------------*/

.flipbox { perspective: 1000px; }

.flipbox-inner {
	transition: 0.5s;
	transition-timing-function: ease;
	position: relative;
	transform-style: preserve-3d;
}

.flipbox-front,
.flipbox-back {
	-webkit-backface-visibility: hidden;
}

.flipbox-front { z-index: 2; }

.flipbox-back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.flipbox:not(.flipbox-vertical) .flipbox-front { transform: rotateY(0deg); }
.flipbox:not(.flipbox-vertical) .flipbox-back { transform: rotateY(-180deg); }

.flipbox.flipbox-vertical .flipbox-front { transform: rotateX(0deg); }
.flipbox.flipbox-vertical .flipbox-back { transform: rotateX(-180deg); }

.flipbox:not(.flipbox-vertical):hover .flipbox-inner,
.flipbox:not(.flipbox-vertical).hover .flipbox-inner { transform: rotateY(180deg); }

.flipbox.flipbox-vertical:hover .flipbox-inner,
.flipbox.flipbox-vertical.hover .flipbox-inner { transform: rotateX(180deg); }





/* ----------------------------------------------------------------
	Flip Cards
-----------------------------------------------------------------*/

.flip-card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.flip-card-front,
.flip-card-back {
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
	-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 280px;
	border-radius: 6px;
	color: #FFF;
	font-size: 1.5rem;
}

.flip-card-back { background-color: #666; }

.flip-card:hover .flip-card-front,
.flip-card:hover .flip-card-back {
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
	-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.flip-card-front.no-after::after,
.flip-card-back.no-after::after { content: none }

.flip-card-front::after,
.flip-card-back::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	opacity: 0.6;
	background-color: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 6px;
}

.flip-card-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.flip-card-inner {
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
}

.flip-card-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-card-front,
.flip-card:hover .flip-card-back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.top-to-bottom .flip-card-back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.top-to-bottom .flip-card-front,
.top-to-bottom:hover .flip-card-back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.top-to-bottom:hover .flip-card-front {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-card-inner span {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
}

.flip-card-inner p {
	position: relative;
	font-size: 1rem;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.7);
}

/*.owl-carousel .owl-stage { padding: 20px 0; }*/


/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none;
	z-index: 599;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 1.25rem;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #ec6408; }



/* ----------------------------------------------------------------
	Stretched Layout
-----------------------------------------------------------------*/


.stretched #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}



/* ----------------------------------------------------------------
	Page Transitions
-----------------------------------------------------------------*/

.page-transition #wrapper,
.animsition-overlay {
	position: relative;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.page-transition-wrap,
.css3-spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	text-align: center;
	background-color: #FFF;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-perspective: 1000;
}

.textblock5,
.device-lg .textblock5,
.device-md .textblock5,
.device-sm .textblock5,
.device-xl .scene,
.device-lg .scene,
.device-md .scene,
.device-sm .scene,
.device-xl .logo1,
.device-lg .logo1,
.device-md .logo1,
.device-sm .logo1{
	display:none;
}
.device-xs .logo1a{
	display:none;
}
.device-xs .textblock5{
	display:block;
}


.device-lg .topmargin-xs,
.device-md .topmargin-xs,
.device-sm .topmargin-xs,
.device-xs .topmargin-xs{margin-top:0px !important;}

.device-lg .content-wrap,
.device-md .content-wrap,
.device-sm .content-wrap{
	position: relative;
	padding: 40px 0;
	overflow: hidden;
}
.device-xs .content-wrap{
	position: relative;
	padding: 20px 0;
	overflow: hidden;
}
.device-lg img.logo1,
.device-xs img.logo1{
	width:150px;
	height:auto;
}
.device-xl img.logo2{
	margin-top:147px;
	width:100%;
	height:auto;
}
.device-lg img.logo2{
	margin-top:175px;
	width:100%;
	height:auto;
}
.device-md img.logo2{
	margin-top:217px;
	width:100%;
	height:auto;
}
.device-lg img.logo3{
	width:50px;
	height:auto;
	margin-top:30px;
}

.device-sm img.logo3{
	width:40px;
	height:auto;
	margin-top:30px;
}

.device-xs img.logo2,
.device-xs img.logo3,
.device-xs .textblock1{
	display:none;
}

.device-xs img.logoklein1{
	width:40%;
	height:auto;
	margin-bottom:20px;
}
.device-xs img.logoklein2{
	width:20%;
	margin-left:10px;
	height:auto;
}
.device-lg .textblock1 p {font-size:32px;margin-top:70px;line-height:32px !important;width:600px;}
.device-lg .textblock2 p {font-size:20px;margin-top:0px;line-height:22px !important;width:600px;}
.device-lg .textblock3 p {font-size:18px;margin-top:0px;line-height:20px !important;}
.device-lg .textblock4 p {font-size:18px;margin-top:0px;line-height:20px !important;}

.device-md .textblock1 p {font-size:24px;margin-top:70px;line-height:26px !important;width:460px;}
.device-md .textblock2 p {font-size:20px;margin-top:0px;line-height:22px !important;width:460px;}

.device-sm .textblock1 p {font-size:20px;margin-top:100px;line-height:22px !important;width:400px;}
.device-sm .textblock2 p {font-size:16px;margin-top:0px;line-height:18px !important;width:420px;}
.device-sm .textblock3 p,
.device-sm .textblock4 p {font-size:16px;margin-top:0px;line-height:18px !important;}

.device-xs .textblock1 p {font-size:18px;margin-top:50px;line-height:20px !important;width:340px;}
.device-xs .textblock2 p,
.device-xs .textblock3 p,
.device-xs .textblock4 p{font-size:16px;margin-top:0px;line-height:18px !important;}

.schema {visibility:hidden;}

.block1 {background-color:#9c7c36;padding:0px 20px 0px 20px;margin-bottom:10px;}
.block1 h2 {color:#ffffff;padding:0px;}
.block2 {border:1px solid #EC6408; padding:0px 20px 0px 20px;margin:0 auto;width:75%;margin-bottom:10px;}
.device-md .block2 {width:100%;}
.device-xs .block2 {width:100%!important;}
.block2 h3 {color:#EC6408;padding:0px;margin-bottom:0px;}

.block3 {background-color:#EC6408;padding:0px 20px 0px 20px;margin-bottom:10px;}
.block3 h2 {color:#ffffff;padding:0px;}

.device-md .block1 h2,
.device-md .block3 h2 {font-size:26px;}
.device-md .block2 h3 {font-size:24px;}

.device-xs .block1.titel1 {height:40px;}
.device-xs .block1.titel1 h2 {position:absolute;top:50px;left:90px;}

.rahmen0 {
margin:0 auto;
width:100%;
margin-bottom:10px;}

.rahmen1 {
margin:0 auto;
width:100%;
background-image:url("images/Visitenkarte_Streifen_FreiKreation.svg"); 
background-position: top left; 
background-repeat: no-repeat; 
border:8px solid #9c7c36;
padding:30px 30px 0px 120px;
margin-bottom:10px;}

.device-xl .rahmen0, .device-xl .rahmen1 {width:75%;}
.device-xl .rahmen1 p {width:100%;}

.device-lg .rahmen1 {width:100%;padding:30px 30px 0px 120px;}
.device-lg .rahmen1 p {width:100%;}

.device-md .rahmen1 {width:100%;padding:30px 30px 0px 120px;}
.device-md .rahmen1 p {width:100%;}

.device-sm .rahmen1 {width:100%;padding:30px 30px 0px 100px;}
.device-sm .rahmen1 p {width:100%;}

.device-xs .rahmen1 {width:100%;padding:30px 30px 0px 100px;}
.device-xs .rahmen1 p {width:100%;}


.rahmen2 {background-color:#F1EDE3;width:100%;height:300px;margin-bottom:10px;}

.textorange {padding:0px;margin:0 auto;width:75%;text-align:center;color:#EC6408;font-size:20px;}

.textorange1 {padding:0px;margin:0 auto;width:90%;text-align:center;color:#EC6408;font-size:20px;}

.device-xl .textorange {width:55%;}
.device-xl .textorange1 {width:70%;}

.device-lg .textorange {width:55%;}
.device-lg .textorange1 {width:100%;}

.device-md .textorange {width:100%;}
.device-md .textorange1 {width:100%;}

.device-xs .textorange {width:100%;}
.device-xs .textorange1 {width:100%;}

.texterfolg {text-align:center;font-size:32px;}
.device-md .texterfolg {text-align:center;font-size:26px;}
.device-xs .texterfolg {text-align:center;font-size:20px;}