@charset "UTF-8";
/* josefin-sans-300 - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/josefin-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/josefin-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/josefin-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/josefin-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/josefin-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/josefin-sans-v17-latin-300.svg#JosefinSans') format('svg'); /* Legacy iOS */
}
/* josefin-sans-regular - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/josefin-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/josefin-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/josefin-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/josefin-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/josefin-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/josefin-sans-v17-latin-regular.svg#JosefinSans') format('svg'); /* Legacy iOS */
}

/* cinzel-regular - latin */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/cinzel-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/cinzel-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/cinzel-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/cinzel-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/cinzel-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/cinzel-v11-latin-regular.svg#Cinzel') format('svg'); /* Legacy iOS */
}

*, *:before, *:after,
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

dfn {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img, fieldset, legend {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

.indent {
  margin-left: 1.5rem;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media screen and (max-width: 600px) {
  .indent {
    margin-left: 0.75rem;
  }

  .align-center_sm {
    text-align: center;
  }

  .align-right_sm {
    text-align: right;
  }
}
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.margin-all {
  margin: 1.5rem 1.5rem;
}

.margin-bottom {
  margin-bottom: 1.5rem;
}

.margin-top {
  margin-top: 1.5rem;
}

.margin-left {
  margin-left: 1.5rem;
}

.margin-right {
  margin-right: 1.5rem;
}

.padding-all {
  padding: 0.75rem 1.5rem;
}

.padding-top {
  padding-top: 1.5rem;
}

.padding-bottom {
  padding-bottom: 1.5rem;
}

.padding-left {
  padding-left: 1.5rem;
}

.padding-right {
  padding-right: 1.5rem;
}

.padding-none {
  padding-right: 0;
  padding-left: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.uppercase {
  text-transform: uppercase;
}

.word-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.vhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 601px) {
  .hidden-mdup {
    display: none !important;
    visibility: hidden;
  }

  .vhidden-mdup {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 600px) {
  .hidden-sm {
    display: none !important;
    visibility: hidden;
  }

  .vhidden-sm {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: block;
}

a img {
  outline: none;
}


img[src*=".svg"] {
  width: 100%;
}



ul,
ol {
  padding-left: 2.25rem;
}

ul ul,
ol ol {
  margin: 0;
}

li {
  padding-bottom: 0.75rem;
}

ul.no-bullets,
ol.no-bullets {
  padding-left: 0;
  list-style: none;
}

@media screen and (min-width: 601px) {
  ul, ol {
    padding-left: 4.5rem;
  }

  .dl-horizontal > dt {
    float: left;
    clear: left;
    width: 33.3333%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal > dd {
    margin-left: 33.3333%;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*
.grid {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}*/

.grid:before,
.grid:after {
  content: "";
  display: table;
}

.grid:after {
  clear: both;
}

[class*=col-] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
}

.grid[class*=col-] {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

[class*=col-].float-right {
  float: right;
}

/*
[class*="col-"] [class*="col-"].padding-left {
  padding-left: $gutter;
}

[class*="col-"] [class*="col-"].padding-right {
  padding-right: $gutter;
}

.padding-none,
[class*="col-"].padding-none {
  padding-right: 0;
  padding-left: 0;
}
*/
[class*=col-1] {
  width: 8.3333%;
}

[class*=col-2] {
  width: 16.66667%;
}

[class*=col-3] {
  width: 25%;
}

[class*=col-3]:nth-child(4n+1) {
  clear: both;
}

[class*=col-4] {
  width: 33.33333%; padding:0; 
}

[class*=col-5] {
  width: 41.6667%;
}

[class*=col-6] {
  width: 50%;
}

[class*=col-7] {
  width: 58.3333%;
}

[class*=col-8] {
  width: 66.6667%;
}

[class*=col-9] {
  width: 75%;
}

[class*=col-10] {
  width: 83.33333%;
}

[class*=col-11] {
  width: 91.6667%;
}

[class*=col-12] {
  width: 100%;
 padding:0;
 overflow:hidden;
}

@media (max-width: 1280px) {
  [class*=_d-0] {
    display: none;
  }

  [class*=_d-1] {
    width: 8.3333%;
  }

  [class*=_d-2] {
    width: 16.66667%;
  }

  [class*=_d-3] {
    width: 25%;
  }

  [class*=_d-4] {
    width: 33.33333%;
  }

  [class*=_d-5] {
    width: 41.6667%;
  }

  [class*=_d-6] {
    width: 50%;
  }

  [class*=_d-6]:nth-child(2n+1) {
    clear: both;
  }

  [class*=_d-7] {
    width: 58.3333%;
  }

  [class*=_d-8] {
    width: 66.66667%;
  }

  [class*=_d-9] {
    width: 75%;
  }

  [class*=_d-10] {
    width: 83.33333%;
  }

  [class*=_d-11] {
    width: 91.6667%;
  }

  [class*=_d-12] {
    width: 100%;
  }
}
@media (max-width: 800px) {
  [class*=_md-0] {
    display: none;
  }

  [class*=_md-1] {
    width: 8.3333%;
  }

  [class*=_md-2] {
    width: 16.66667%;
  }

  [class*=_md-3] {
    width: 25%;
  }

  [class*=_md-4] {
    width: 33.33333%;
  }

  [class*=_md-5] {
    width: 41.6667%;
  }

  [class*=_md-6] {
    width: 50%;
  }

  [class*=_md-6]:nth-child(2n+1) {
    clear: both;
  }

  [class*=_md-7] {
    width: 58.3333%;
  }

  [class*=_md-8] {
    width: 66.66667%;
  }

  [class*=_md-9] {
    width: 75%;
  }

  [class*=_md-10] {
    width: 83.33333%;
  }

  [class*=_md-11] {
    width: 91.6667%;
  }

  [class*=_md-12] {
    width: 100%;
  }
}
@media (max-width: 600px) {
  [class*=_sm-0] {
    display: none;
  }

  [class*=_sm-1] {
    width: 8.3333%;
  }

  [class*=_sm-2] {
    width: 16.66667%;
  }

  [class*=_sm-3] {
    width: 25%;
  }

  [class*=_sm-4] {
    width: 33.33333%;
  }

  [class*=_sm-5] {
    width: 41.6667%;
  }

  [class*=_sm-6] {
    width: 50%;
  }

  [class*=_sm-7] {
    width: 58.3333%;
  }

  [class*=_sm-8] {
    width: 66.66667%;
  }

  [class*=_sm-9] {
    width: 75%;
  }

  [class*=_sm-10] {
    width: 83.33333%;
  }

  [class*=_sm-11] {
    width: 91.6667%;
  }

  [class*=_sm-12] {
    width: 100%;
  }
}
@media (max-width: 400px) {
  [class*=_xs-6] {
    width: 50%;
  }

  [class*=_xs-12] {
    width: 100%;
  }
}
.flex-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.flex-container > div {
  -webkit-box-flex: 100%;
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
.flex-container > div header * {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 601px) {
  .flex-container > div {
    -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
  }
  .flex-container.flex-3 > div {
    -webkit-box-flex: 33.3333%;
    -moz-box-flex: 33.3333%;
    -webkit-flex: 33.3333%;
    -ms-flex: 33.3333%;
    flex: 33.3333%;
    position: relative;
    min-height: 1px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 801px) {
  .flex-container.flex-4 > div {
    -webkit-box-flex: 25%;
    -moz-box-flex: 25%;
    -webkit-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.height-100 {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}
.height-100 > .frame {
  -webkit-box-flex: 100%;
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  background-color: #fff;
}

body,
.wrapper-footer,
.wrapper-content,
.content-header {
  position: relative;
  left: 0;
  right: 0;
}

.width-max {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tx-ws-flexslider { overflow:hidden;}
.frame-layout-100 {
  max-width:1280px;
  margin:0 auto;
}
.col4060, .col6040 { margin-top:2rem; margin-bottom:2rem; padding-left:1.5rem;padding-right:1.5rem;  }

.col4060 .height-100:nth-child(1) {
	padding-left:10%;
	background:url(../Images/textur.jpg) no-repeat;
	background-size:cover;
	display: flex;
    display: -webkit-flex;
   align-items: center;
   -webkit-align-items: center;
     -webkit-box-flex: 40%;
    -moz-box-flex: 40%;
    -webkit-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
}
.col4060 .height-100:nth-child(1) .ce-gallery {max-width:205px; position:absolute;right:-80px; z-index:11100; top:0; }

.col4060 .height-100:nth-child(2) {
	padding-top:4rem;
	padding-bottom:6rem;
	 -webkit-box-flex: 60%;
    -moz-box-flex: 60%;
    -webkit-flex: 60%;
    -ms-flex: 60%;
    flex: 60%;
}

/* 60|40 */
.col6040 .height-100:nth-child(1) {
	padding-top:4rem;
	padding-bottom:6rem;
     -webkit-box-flex: 60%;
    -moz-box-flex: 60%;
    -webkit-flex: 60%;
    -ms-flex: 60%;
    flex: 60%;

}
.col6040 .height-100:nth-child(2) {
	padding-left:6%;
	display: flex;
    display: -webkit-flex;
	 -webkit-align-items: center;
   align-items: center;
	background:url(../Images/textur.jpg) no-repeat;
	background-size:cover;
	padding-top:4rem;
	padding-bottom:3rem;
	 -webkit-box-flex: 40%;
    -moz-box-flex: 40%;
    -webkit-flex: 40%;
    -ms-flex: 40%;
    flex: 40%; 
}
.pricebox { 
	font-size:1.5rem; 
	display:table; 
	width:auto;
    min-width: 210px;	
	color:#fff; 
	background:#CC9F53; 
	padding:0.5rem 1rem 0.25rem 0.75rem;
	margin:0 0 10px 0;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.62);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.62);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.62);
	}


@media screen and (max-width: 1328px) {
  .width-max {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 601px) {
  body {
    display: table;
  }

  .wrapper-content {
    height: 100%;
  }

  .wrapper-footer,
.wrapper-content {
    display: table-row;
  }
}
.wrapper-footer {
  background: #53575a;
}

.content-main {
  padding-bottom: 0;
}

.content-footer {
  color: #fff;
}

.content-footer2 {
  background: #fff;	
  padding:1rem 0;
}

.content-footer #c4 p {background:url(../Images/phone.png) no-repeat 0 50%; padding: 1rem 0 1rem 3rem; font-size:1rem; }
.content-footer #c3 p {background:url(../Images/adress.png) no-repeat 0 50%; padding: 1rem 0 1rem 3rem; font-size:1rem; color:#fff; }
.content-footer #c2 p {background:url(../Images/ort.png) no-repeat 0 50%; padding: 1rem 0 1rem 3rem; font-size:1rem; }
.content-footer #c2 p br{display:none; }

.map_wrapper {
	background-image: url(../Images/map_bg.jpg);
	background-size: cover;
	position: relative;
	height: 450px;
	width: 100%;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
    box-sizing: content-box; 
	margin-bottom:0;
}


.map_wrapper .map_trigger:before {
	position: absolute;
	z-index: -1;
	font-size: 120px;
	color: rgba( 255, 255, 255, .6 );
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	top: -webkit-calc( 50% - 60px );
	top: calc( 50% - 60px );
	left: -webkit-calc( 50% - 60px );
	left: calc( 50% - 60px ); 
} 

.map_wrapper .map_trigger {
	padding: 225px 60px 225px 60px;
	height: -webkit-calc( 100% - 350px );
	height: -moz-calc( 100% - 350px );
	height: -o-calc( 100% - 350px );
	height: calc( 100% - 350px );
	width: -webkit-calc( 100% - 0px );
	width: -moz-calc( 100% - 0px );
	width: -o-calc( 100% - 0px );
	width: calc( 100% - 0px );
	position: absolute;
	bottom: 0;
	z-index: 9;
	background-color: rgba( 0, 0, 0, .2 );
	color: #fff;
}

.map_wrapper .map_trigger .btn{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
display:block; 
margin:0 auto;
	}
.map_wrapper .map_trigger .btn:hover{backgound:#fff;}
.map_wrapper .map_trigger a{ color:#000;}

	
.map_wrapper .map_layer {
	position: relative;
	display: none;
	height: inherit;
	width: inherit;
	margin: auto;
}
.map_wrapper .map_layer iframe {
	border: 0px none transparent;
	height: inherit;
	width: inherit;
}

.header-image {
  height: auto;
  background-size: cover;
  -webkit-background-size: cover;
}

@media screen and (max-width: 600px) {
 

  .content-main {
    padding-top: 1.5rem;
  }
}
.content-header {
  position: relative;
  padding: 1rem 0;
}


.wrapper-logo img {
  margin: 0 auto;
  max-width: 204px;
}

@media screen and (min-width: 601px) {
  .wrapper-logo img {
    margin: 0 auto;
  }
}
ul.horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.horizontal li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.horizontal li a,
ul.horizontal li > span {
  padding: 0.75rem 0 0.75rem 0.75rem;
  display: inline-block;
}
ul.horizontal li:first-child a, ul.horizontal lifirst-child > span {
  padding-left: 0;
}

nav ul.horizontal li:after {
  content: "|";
  padding-left: 0.75rem;
}
nav ul.horizontal li:first-child:before {
  content: "|";
  padding-right: 0.75rem;
}

.rootline {
  color: #6e777b;
  font-size: 0.75rem;
}
.rootline ul.horizontal li:first-child:before {
  content: "";
  padding-right: 0;
}

.languagemenu .text-muted span {
  color: #a3aaac;
}

@media screen and (min-width: 601px) {
  .onelevel-mdup ul#main-menu ul,
.onelevel-mdup ul#main-menu .sub-arrow {
    display: none !important;
    visibility: hidden;
  }

  .onelevel-mdup [class*=sm-] a.has-submenu {
    padding-right: 12px;
  }
}

.indent-left {
  margin-left: 3rem;
}

.text-left,
.ce-headline-left {
  text-align: left;
}

.text-center,
.ce-headline-center {
  text-align: center;
}

.text-right,
.ce-headline-right {
  text-align: right;
}

.ce-table td,
.ce-table th {
  vertical-align: top;
}

.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}

.ce-uploads {
  margin: 1.5rem 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 0;
  padding-bottom: 0;
}

.ce-uploads img {
  float: left;
  margin: 0.75rem;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

.ce-uploads li:nth-child(odd) {
  background: #f3f4f5;
}

.ce-uploads:before,
.ce-uploads:after {
  content: "";
  display: table;
}

.ce-uploads:after {
  clear: both;
}

.ce-uploads div {
  margin: 0.75rem 1.5rem;
}

.ce-uploads-fileName {
  margin-bottom: 0.375rem;
}

.ce-uploads-filesize {
  text-align: right;
}

.frame-layout-100 .ce-uploads li:nth-child(odd) {
  background: transparent;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f4f5;
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 0.063rem solid #a3aaac;
}

[class*=frame-space-before-] {
  padding-top: 1.5rem;
}

[class*=frame-space-after-] {
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 601px) {
  .frame-space-before-medium {
    padding-top: 3rem;
  }

  .frame-space-before-large {
    padding-top: 4.5rem;
  }

  .frame-space-after-small {
    padding-bottom: 1.5rem;
  }

  .frame-space-after-medium {
    padding-bottom: 3rem;
  }

  .frame-space-after-large {
    padding-bottom: 4.5rem;
  }

  .frame-space-before-small {
    padding-top: 1.5rem;
  }

  .frame-space-before-medium {
    padding-top: 3rem;
  }

  .frame-space-before-large {
    padding-top: 4.5rem;
  }

  .frame-space-after-small {
    padding-bottom: 1.5rem;
  }

  .frame-space-after-medium {
    padding-bottom: 3rem;
  }

  .frame-space-after-large {
    padding-bottom: 4.5rem;
  }
}
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 0.063rem solid #a3aaac;
  padding-top: 1.437rem;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 0.063rem solid #a3aaac;
  margin-bottom: 1.437rem;
}

@media screen and (min-width: 801px) {
  .frame-indent {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }

  .frame-indent-left {
    margin-left: 33.33333%;
  }

  .frame-indent-right {
    margin-right: 33.33333%;
  }
}
[class*=frame-type-menu_] ul,
[class*=frame-type-menu_] ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

[class*=frame-type-menu_] > ul {
  margin-bottom: 1.437rem;
  border-bottom: 0.063rem solid #a3aaac;
}

[class*=frame-type-menu_] li {
  border-top: 0.063rem solid #a3aaac;
}

[class*=frame-type-menu_] a {
  padding: 0.75rem 0.375rem 0.687rem 0.375rem;
  display: block;
}

.frame-type-menu_sitemap a {
  background: #f3f4f5;
}

[class*=frame-type-menu_] a,
[class*=frame-type-menu_] p {
  padding-left: 1.5rem;
}

[class*=frame-type-menu_] ul li ul li a,
[class*=frame-type-menu_] ul li ul li p {
  padding-left: 3rem;
}

[class*=frame-type-menu_] ul li ul li ul li a,
[class*=frame-type-menu_] ul li ul li ul li p {
  padding-left: 4.5rem;
  background: transparent;
}

hr.ce-div {
  border: 0;
  border-bottom: 0.063rem solid #a3aaac;
  margin: 0.75rem 0;
}

.ce-border img {
  border: 0.25rem solid #e6e8e9;
}

.ce-gallery figure.video {
  display: block;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.video-embed iframe,
.video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100% !important;
  height: 100% !important;
}

.ce-gallery figure.image a[data-fancybox] {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.ce-gallery figure.image a[data-fancybox] img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.ce-gallery figure.image a[data-fancybox] :after {
  content: "";
  opacity: 0;
}
.ce-gallery figure.image a[data-fancybox]:hover:after, .ce-gallery figure.image a[data-fancybox]:focus:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  /* Where to put the overlay */
  content: "";
  /* must have */
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  width: 48px;
  height: 48px;
  /* size of the element */
  opacity: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  color: #0026a8;
  text-align: center;
}
.ce-gallery figure.image a[data-fancybox]:hover img {
  transform: scale(1.025);
}

.image-caption span {
  display: block;
}


.header-group {
  margin-bottom: 1.5rem;
}

.header-group h1,
.header-group h2,
.header-group h3,
.header-group h4 {
  margin-bottom: 0;
}

.ce-textpic,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery {
  float: left;
}

[data-ce-columns="2"] .ce-column,
[data-ce-columns="3"] .ce-column,
[data-ce-columns="4"] .ce-column,
[data-ce-columns="6"] .ce-column {
  float: left;
}

.ce-right .ce-gallery {
  /* float: right; */
      display: inline-block;
    margin: 0 0 0 auto;
}

figcaption {
  color: #6e777b;
}

.ce-gallery figure {
  margin: 0;
}

.ce-gallery figcaption {
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-right.ce-intext .ce-gallery {
  margin-left: 1.5rem;
}

.ce-left.ce-intext .ce-gallery {
  margin-right: 1.5rem;
}

.ce-below .ce-gallery {
  margin-top: 1.5rem;
}

.ce-column {
  padding-right: 0.75rem;
}

.ce-intext.ce-right .ce-column,
.ce-intext [data-ce-columns="1"] .ce-column {
  padding-right: 0;
}

.ce-column {	
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left: 3rem;
  overflow: auto;
}

.ce-center .ce-outer,
.ce-center .ce-inner {
  float: none;
  right: 0;
}

.ce-intext > .ce-gallery,
.ce-intext > .ce-bodytext {
  width: 100%;
}

.ce-above .ce-gallery,
.ce-below .ce-gallery {
  margin-right: -0.75rem;
}

.ce-right.ce-above,
.ce-right.ce-below {
  margin-left: -0.75rem;
  margin-right: 0;
  text-align:right;
}

.ce-left.ce-above .ce-gallery,
.ce-left.ce-below .ce-gallery {
  float: none;
}

[data-ce-columns="2"] .ce-column {
  width: 50%;
}

[data-ce-columns="3"] .ce-column {
  width: 33.33333333%;
}

[data-ce-columns="4"] .ce-column {
  width: 50%;
}

@media (min-width: 601px) {
  [data-ce-columns="4"] .ce-column {
    max-width: 25%;
    width: 25%;
  }
}
@media (min-width: 601px) {
  .ce-column, .ce-uploads-img-link {
    padding-right: 0;
  }

  .ce-intext [data-ce-columns="1"] .ce-column {
    padding-right: 0;
  }

  .ce-column {
    margin-bottom: 0;
  }

  .ce-intext .ce-gallery {
    width: 50%;
  }

  .ce-intext.ce-nowrap > .ce-bodytext {
    width: 50%;
  }

  .ce-intext.ce-left .ce-gallery {
    margin-right: 0.75rem;
  }

  .ce-intext.ce-left .ce-column {
    padding-right: 0.75rem;
  }

  .ce-left.ce-nowrap .ce-gallery {
    margin-right: -0.75rem;
    margin-left: 0;
  }

  .ce-left.ce-nowrap .ce-bodytext {
    padding-left: 1.5rem;
  }

  .ce-right.ce-nowrap.ce-intext .ce-gallery {
    margin-left: -0.75rem;
    margin-right: 0;
  }

  .ce-right.ce-nowrap .ce-bodytext {
    padding-right: 1.5rem;
  }

  .ce-intext.ce-right .ce-gallery {
    margin-left: 0.75rem;
  }

  .ce-intext.ce-right .ce-column {
    padding-left: 0.75rem;
  }

  .ce-above .ce-gallery,
.ce-below .ce-gallery {
    margin-right: 0;
  }

  .ce-right.ce-above,
.ce-right.ce-below {
    margin-left: -1.5rem;
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  [data-ce-columns="2"] .ce-column:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 600px) {
  [data-ce-columns="4"] .ce-column:nth-child(odd) {
    clear: left;
  }
}
.ce-intext .ce-gallery.imagesize25 {
  width: 25%;
}

.ce-nowrap .ce-gallery.imagesize25 + .ce-bodytext {
  width: calc(75% - 1.5rem);
}

@media (min-width: 601px) {
  .ce-right.ce-intext .ce-gallery.imagesize25 {
    margin-left: 0.75rem;
  }

  .ce-left.ce-intext .ce-gallery.imagesize25 {
    margin-right: 0.75rem;
  }

  .ce-left.ce-above .ce-gallery.imagesize25 .ce-column,
.ce-left.ce-below .ce-gallery.imagesize25 .ce-column {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ce-intext .ce-gallery.imagesize33 {
  width: 33.33333%;
}

.ce-nowrap .ce-gallery.imagesize33 + .ce-bodytext {
  width: calc(66.6667% - 1.5rem);
}

@media (min-width: 601px) {
  .ce-right.ce-intext .ce-gallery.imagesize33 {
    margin-left: 0.75rem;
  }

  .ce-left.ce-intext .ce-gallery.imagesize33 {
    margin-right: 0.75rem;
  }

.ce-left.ce-above .ce-gallery.imagesize33 .ce-column,
.ce-left.ce-below .ce-gallery.imagesize33 .ce-column {
    width: 33.33333%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1366px) {

.col4060 .height-100:nth-child(1) {
	padding-left:10%;
	background:url(../Images/textur.jpg) no-repeat;
	background-size:cover;
	display: flex;
    display: -webkit-flex;
   align-items: center;
   -webkit-align-items: center;
     -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}
.col4060 .height-100:nth-child(1) .ce-gallery {max-width:205px; position:absolute;right:-80px; z-index:1100; top:0; }

.col4060 .height-100:nth-child(2) {
	padding-top:4rem;
	padding-bottom:6rem;
	 -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

/* 60|40 */
.col6040 .height-100:nth-child(1) {
	padding-top:4rem;
	padding-bottom:6rem;
     -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;

}
.col6040 .height-100:nth-child(2) {
	padding-left:6%;
	display: flex;
    display: -webkit-flex;
	 -webkit-align-items: center;
   align-items: center;
	background:url(../Images/textur.jpg) no-repeat;
	background-size:cover;
	padding-top:4rem;
	padding-bottom:3rem;
	 -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}	
	
}

@media screen and (max-width: 1024px) { 
  .col4060 .height-100:nth-child(1) .ce-gallery {max-width:125px; position:absolute;right:-40px; z-index:1100; top:0; }
}

@media screen and (max-width: 800px) { 
  .col4060 .height-100:nth-child(1) .ce-gallery {max-width:125px; position:absolute;right:60px; z-index:1100; top:-30px; }
  .col4060 .height-100:nth-child(2) {
	padding-top:0;
	padding-bottom:1rem;	
}

.col6040 .height-100:nth-child(1) {
	padding-top:0;
	padding-bottom:0;
     -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;

}
.col6040 .height-100:nth-child(2) {
	padding-left:6%;
	padding-bottom:2rem !important;
	display: flex;
    display: -webkit-flex;
	 -webkit-align-items: center;
   align-items: center;
	background:url(../Images/textur.jpg) no-repeat;
	background-size:cover;
	padding-top:0;
	padding-bottom:0;
	 -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%; 
}


.col4060 .height-100:nth-child(1) {
	padding-bottom:2rem;
	background:url(../Images/textur.jpg) no-repeat;
	background-size:cover;
	display: flex;
    display: -webkit-flex;
    align-items: center;
   -webkit-align-items: center;
     -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%; 
}


.col4060 .height-100:nth-child(2) {
	padding-top:0;
	padding-bottom:0;
	 -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

}

@media screen and (max-width: 600px) { 
.wrapper-logo img {
  margin: 0 auto;
  max-width: 170px;
  }
.content-footer #c4 p {background:url(../Images/phone.png) no-repeat 0 50%; padding: 1rem 0 1rem 3rem; font-size:1rem; display:inline-block; }
.content-footer #c3 p {background:url(../Images/mail.png) no-repeat 0 50%; padding: 1rem 0 1rem 3rem; font-size:1rem; display:inline-block;}
.content-footer #c2 p {background:url(../Images/adress.png) no-repeat 0 50%; padding: 1rem 0 1rem 3rem; font-size:1rem; display:inline-block; }
.content-footer #c2 p br{display:block; }
  
}

@media screen and (max-width: 480px) { 
.col4060 .height-100:nth-child(1) .ce-gallery {max-width:125px; position:absolute;right:20px; z-index:1100; top:20px;}
#c184 .ce-gallery { display:none;}
.content-main {
    padding-top: 0;
}
.wrapper-logo img {
  margin: 0 auto;
  max-width: 150px;
}
.frame-layout-100 {
  padding-left:1.5rem;
  padding-right:1.5rem; 
}
.map_wrapper .map_trigger {
	padding: 40px 60px 410px 60px;
	height: -webkit-calc( 100% - 350px );
	height: -moz-calc( 100% - 350px );
	height: -o-calc( 100% - 350px );
	height: calc( 100% - 350px );
	width: -webkit-calc( 100% - 0px );
	width: -moz-calc( 100% - 0px );
	width: -o-calc( 100% - 0px );
	width: calc( 100% - 0px );
	position: absolute;
	bottom: 0;
	z-index: 9;
	background-color: rgba( 0, 0, 0, .2 );
	color: #fff; 
}

}



@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  a,
a:visited {
    color: #000 !important;
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a[href]:after, .ir a[href^="javascript:"]:after, .ir a[href^="#"]:after,
.wrapper-logo a[href]:after,
.wrapper-logo a[href^="javascript:"]:after,
.wrapper-logo a[href^="#"]:after,
.news-img-wrap a[href]:after,
.news-img-wrap a[href^="javascript:"]:after,
.news-img-wrap a[href^="#"]:after,
a[href]:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  .wrapper-logo img {
    margin: 0;
  }

  .content-header {
    border-bottom: 1px solid #999;
    padding-bottom: 0.5cm;
    margin-bottom: 0.5cm;
  }

  .wrapper-footer {
    border-top: 1px solid #999;
    margin-top: 0.5cm;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-hidden,
.wrapper-search,
.header-service,
.header-image,
.content-rootline,
.wrapper-topmenu,
.content-footer,
.content-footer2 nav,
.scrollToTop a,
.f3-widget-paginator,
.f3-widget-paginator li {
    display: none !important;
  }

  .accordion .togglecontent,
.frame-custom-31 .togglecontent,
.frame-custom-30 .togglecontent {
    display: block !important;
  }
  .accordion > header,
.frame-custom-31 > header,
.frame-custom-30 > header {
    padding: 0;
  }
  .accordion > header > *:before,
.frame-custom-31 > header > *:before,
.frame-custom-30 > header > *:before {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
