/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans');*/

html,
body {
	margin:0;
	padding:0;
	font-family: Georgia;
	font-size: 16px;
	line-height: 1.4;
	color: #857D78;
	overflow-x: hidden;
}

figure {
	margin:0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.container {
	width: 1400px;
	max-width: calc(100% - 2 * 20px);
	margin:0 auto;
	padding:0 20px;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease-out;
}

.site_main a {
	font-weight: bold;
}

a:hover,
a:active,
a:focus {
	color: inherit;
}

.site_main p > a {
	text-decoration: underline;
	font-weight: normal;
}

.site_main p > a[href^="tel:"] {
	/*text-decoration: none;*/
}

.ltlfont {
	font-size: 14px;
}

h1,
h2 {
	font-family: Times, Times New Roman, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 34px;
}

#mainWrap > header {
    background-color: #f4f4f4;
    position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999999;
	border-bottom: 1px solid #E8E0DB;
}

#mainsearch,
#menuToggler {
	display:none;
}

.main_logo .brand {
    display: inline-block;
	position: relative;
	z-index: 99999;
	height: 102px;
	overflow: hidden;
	transition: all 0.3s ease-out;
}

html.shrinkhead header .main_logo .brand {
	height: 46px;
	margin-top: 5px;
}

.main_logo .brand img {
    width: 198px;
    height: auto;
}

.projekt_frame_mainheader .main_logo {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#mainMenuWrap {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 2 * 20px);
}

#mainMenuWrap > div {
	float: left;
}

#mainMenuWrap .left_menu .links a {
	display: block;
	background-color: #ffffff;
	text-transform: uppercase;
	font-family: Helvetica;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: center;
	width: 90px;
	margin-right: 40px;
}

#mainMenuWrap > #langswitcher {
	float: right;
}

#langswitcher > div,
#langswitcherMobile > div {
	display: block;
	background-color: #ffffff;
	text-transform: uppercase;
	font-family: Helvetica;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: center;
	width: 45px;
	margin-left: 85px;
}

#langswitcherMobile > div {
	margin-left: 0px;
}

#langswitcherMobile {
	display:none;
}

#langswitcher > div.active,
#langswitcherMobile > div.active {
	background-color: #cfcbc8;
}

#langswitcher > div a,
#langswitcherMobile > div a {
	display:block;
}

#mainMenuWrap > .main_menu {
    width: calc(100% - 2 * 130px);
}

#mainMenuWrap > .main_menu .menuPoint {
    float: left;
    width: calc(25% - 238px / 4);
    padding-bottom: 18px;
    height: 50px;
    position: relative;
}

#mainMenuWrap > .main_menu .menuPoint:nth-child(2) {
	margin-right: 238px;
}

#mainMenuWrap > .main_menu .menuPoint > a,
#mainMenuWrap > .main_menu .menuPoint > div.header__navigation-link {
    display: block;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #9d918d;
}

main.site_main {
    margin-top: 148px;
    min-height: calc(100vh + 2 * 40px);
}

main.site_main > .container > div {
    margin-bottom: 80px;
}

main.site_main > .container > div.frame-layout-2 {
    margin-bottom: 30px;
}

main.site_main > .container > div.frame-space-after-extra-small {
	margin-bottom:0;
}

#mainMenuWrap > .main_menu .menuPoint > .header__subnav {
    display: none;
	position: absolute;
	top: 100%;
	background: rgba(244,244,244,0.8);
	border-top: 2px solid #857D78;
	margin-top: -2px;
	z-index: 999999;
	font-size: 15px;
	width: 230px;
}

#mainMenuWrap > .main_menu .menuPoint:hover > .header__subnav {
    display: block;
}

#mainMenuWrap > .main_menu .menuPoint > .header__subnav a {
    display: block;
    padding: 5px;
}

.projekt_frame_mainheader {
    position: relative;
}

footer {
	border-top: 2px solid #857D78;
	background-color: #f4f4f4;
}

.projekt_frame_footer > .container {
	padding-top: 20px;
	padding-bottom: 0px;
}

.projekt_frame_footer > .container .leftData,
.projekt_frame_footer > .container .leftMenu {
	float: left;
	width: 25%;
}

.projekt_frame_footer > .container .leftMenu a {
	display:inline-block;
	width: 50%;
	float: left;
}

.projekt_frame_footer > .container .right {
	float: left;
	width: 50%;
	/*text-align: right;*/
}

.projekt_frame_footer > .container .right .logoBox {
	float: left;
	width: 33.33%;
	text-align: center;
}

.projekt_frame_footer > .container .right .logoBox a {
	display:block;
}

.projekt_frame_footer > .container .right .logoBox a img {
	max-width: 60%;
	height: auto;
	margin-bottom: 13px;
}

.projekt_frame_footer > .realBottom {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

.projekt_frame_footer > .realBottom .logoBoxBottom {
	float: left;
	width: 25%;
	text-align: center;
}

.projekt_frame_footer > .realBottom .logoBoxBottom a > * {
	vertical-align: middle;
	display: inline-block;
	line-height: 45px;
}

.projekt_frame_footer > .realBottom .logoBoxBottom a > span {
	margin-left: 10px;
}

.popupElem {
	margin-top: 50px;
	transition: all 0.5s ease-out;
}

.popupElem.inView {
	margin-top: 0px;
}

.projekt_frame_topslider {
	position: relative;	
}

.topSliderInnerWrap .sliderElem {
    width: 100%;
    height: calc(100vh - 2 * 85px);
    max-height: 800px;
	overflow: hidden;
}

.topSliderInnerWrap {
    height: calc(100vh - 2 * 85px);
    max-height: 800px;
	overflow-y: hidden;
}

.topSliderInnerWrap .sliderElem .sliderElemInner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 8s ease-in;
}

.topSliderInnerWrap .sliderElem .sliderElemInner.left {
    background-position: 20% top;
}

.topSliderInnerWrap .sliderElem.active-slide .sliderElemInner {
    /*transform: scale(1.07);*/
}

.bx-wrapper {
	box-shadow: none;
	border: none;
	margin-bottom: 0px;
}

.bx-wrapper a.bx-prev::after,
.bx-wrapper a.bx-next::after {
    border-right: 3px solid white;
    border-top: 3px solid white;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 10px;
	top: 7px;
    transform: rotate(45deg);
    width: 20px;
}

.bx-wrapper a.bx-prev::after {
	transform: rotate(225deg);
	right: 0px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: none;
    width: 40px;
	height: 40px;
}

.projekt_frame_topslider .pageMainHeadline {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	max-width: 600px;
	background-color: #ffffff;
	bottom: 0;
	height: 68px;
	z-index: 99;
}

.projekt_frame_topslider .pageMainHeadline.popupElem {
	bottom: -50px;
}

.projekt_frame_topslider .pageMainHeadline.popupElem.inView {
	bottom: 0px;
}

.projekt_frame_topslider .pageMainOffer {
    position: absolute;
    left: 20px;
    background-color: rgba(255,255,255,0.8);
    margin-top: -68px;
    width: 210px;
    z-index: 99;
    visibility: hidden;
}

.projekt_frame_topslider .pageMainOffer .trigger {
    text-transform: uppercase;
    font-family: Helvetica;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    line-height: 68px;
}

.projekt_frame_topslider .pageMainOffer .cont {
    display: inline-block;
    background-color: #887f79;
    color: #ffffff;
    padding: 15px;
    font-family: Helvetica;
}

.projekt_frame_topslider .pageMainOffer .cont h3 {
    font-family: Times, Times New Roman, Georgia, serif;
    font-size: 60px;
    font-weight: normal;
    text-align: center;
    line-height: 50px;
    margin: 0;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.projekt_frame_topslider.video .topSliderInnerWrap {
    background: rgba(255,255,255,0.2);
    margin: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.projekt_frame_topslider.video .bx-viewport {
	height: auto!important;
}

.projekt_frame_topslider.video .topSliderInnerWrap video {
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50.01%, -50%);
}

.actionButton,
.readMoreLink {
    display: block;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid;
    padding: 10px;
    transition: all 0.3s ease-out;
    font-family: Helvetica;
    cursor:pointer;
}

.site_main a.actionButton,
.site_main .readMoreLink {
    font-weight: normal;
    text-decoration: none;
}

.site_main .readMoreLink {
    display: table;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
}

.actionButton:hover,
.site_main a.readMoreLink:hover {
	background-color: rgba(240,240,240,0.3);
}

.projekt_misc_contentrow .mainpart {
    float: left;
    width: 66.66%;
    display: inline-block;
}

.projekt_misc_contentrow.noZitat .mainpart {
    float: right;
    width: 100%;
    display:table;
}

.projekt_misc_contentrow .mainpart .theCont {
    background-color: #f2f2f2
}

.projekt_misc_contentrow .mainpart .theCont .contInnerWrap {
    padding: 20px;
}

.projekt_misc_contentrow .zitat {
    float: left;
    width: calc(33.33% - 2 * 15px);
    color: #ffffff;
    background-color: #887F79;
}

.projekt_misc_contentrow .zitat .zitatInnerWrap {
    padding:50px;
}

.projekt_misc_contentrow .zitat .zitatInnerWrap .txt {
    font-family: Times, Times New Roman, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	border-top: 1px solid #ffffff;
	padding-top: 70px;
	margin-top: 40px;
	padding-bottom: 70px;
	border-bottom: 1px solid #ffffff;
}

.projekt_misc_contentrow .zitat .zitatInnerWrap .person {
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

.projekt_misc_contentrow .zitat .zitatInnerWrap .personInfo {
    text-align: right;
}

.projekt_misc_contentrow .zitat:first-child {
    margin-right: 30px;
}

.projekt_misc_contentrow .zitat:last-child {
    margin-left: 30px;
}

.projekt_misc_contentrow .mainpart.viewType_ > div,
.projekt_misc_contentrow .mainpart.viewType_1 > div {
    display: table-cell;
    width: 50%;
}

.projekt_misc_contentrow .mainpart.viewType_1 .contInnerWrap {
    min-height: 250px;
}

.projekt_misc_contentrow .mainpart > div.spacer {
    display:none;
}

.projekt_misc_contentrow.noZitat .mainpart.viewType_ > div.theCont {
    width: 33.33%;
}

.projekt_misc_contentrow.noZitat .mainpart.viewType_ > div.theRowImg {
    width: auto;
}

.projekt_misc_contentrow.noZitat .mainpart.viewType_ > div.spacer {
    display: table-cell;
    width: 260px;
}

.projekt_misc_contentrow.noZitat:nth-child(n + 3) .mainpart.viewType_ > div.spacer {
    display: none;
}

.projekt_misc_contentrow.noZitat:nth-child(n + 3) .mainpart.viewType_ > div.theCont {
    width: 50%;
}

.projekt_misc_contentrow.noZitat:nth-child(n + 3) .mainpart.viewType_ > div.theCont .contInnerWrap {
    min-height: 250px;
}

.projekt_misc_contentrow .mainpart .theRowImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.projekt_misc_contentrow h2 {
    margin-bottom: 30px;
}

.projekt_misc_contentrow .mainpart.viewType_ > div:nth-child(n+2) {
    /*border-bottom: 2px solid #887F79;*/
}

.projekt_misc_contentrow .mainpart .theRowImg.contain {
	background-size: contain;
	background-color: #F2F2F2;
	background-position: top;
}

.projekt_misc_contentrow .mainpart .theRowImg.sticktop {
	background-position: top;
}

.projekt_misc_contentrow .mainpart.viewType_5 {
    /*border-bottom: 2px solid #887F79;*/
    margin-left: 30px;
}

.projekt_misc_contentrow .mainpart.viewType_5 .theBtn {
	text-align: center;
}

.projekt_misc_contentrow .mainpart.viewType_5 .actionButton {
    display: inline-block;
}

.projekt_misc_contentrow .mainpart.viewType_2 .theCont {
    display: table;
}

.projekt_misc_contentrow .mainpart.viewType_2 .theCont > div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.projekt_misc_contentrow .mainpart.viewType_2 .theCont > .right p:first-child {
    margin-top: 0;
}

.projekt_misc_contentrow .mainpart.viewType_2 .theCont .theBtn {
    margin-top: 50px;
	margin-bottom: 20px;
}

.projekt_misc_contentrow .mainpart.viewType_2 {
    width: calc(66.66% - 2px);
    border-left: 2px solid #887F79;
}

.projekt_misc_contentrow .mainpart.viewType_1 .theCont .theBtn {
    margin-top: 50px;
	margin-bottom: 20px;
}

.projekt_misc_contentrow .mainpart.viewType_1 {
    /*border-bottom: 2px solid #887F79;*/
}

.projekt_misc_contentrow .mainpart.viewType_3 {
    width: 100%;
    float: none;
    display:block;
}

.projekt_misc_contentrow .viewType_ .theBtn {
    margin-bottom: 20px;
}

.projekt_misc_contentrow .mainpart.viewType_3 > .theRowImg {
    float: left;
    width: 66.66%;
    min-height: 1px;
}

.projekt_misc_contentrow .mainpart.viewType_3 > .theCont {
    float: left;
    width: calc(33.33% - 2 * 15px);
    color: #ffffff;
    background-color: #887F79;
    margin-left: 30px;
}

.projekt_misc_contentrow .mainpart.viewType_3 > .theCont .contInnerWrap {
	padding: 50px;
}

.projekt_misc_contentrow .mainpart.viewType_3 > .theCont h3 {
    font-family: Times, Times New Roman, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 28px;
	text-align: right;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 0;
}

.projekt_misc_contentrow .mainpart.viewType_3 > .theCont sub {
    text-align: right;
    border-top: 1px solid;
    margin-top: 25px;
    padding-top: 10px;
    font-size: 12px;
    display: block;
}

.projekt_misc_contentrow .mainpart.viewType_4 {
    width: 100%;
    float: none;
}

.projekt_misc_contentrow .mainpart.viewType_4 > div {
    width: 50%;
    float: left;
}

.projekt_misc_contentrow .mainpart.viewType_4.imgltl > div {
    width: 25%;
}

.projekt_misc_contentrow .mainpart.viewType_4.imgltl > div.theCont {
    width: 75%;
}

.projekt_misc_contentrow .bx-viewport {
    height: 100%!important;
}

.projekt_misc_contentrow .mainpart.viewType_4 > .theCont .txt {
    display: table-cell;
}


.projekt_misc_contentrow .mainpart.viewType_4.imgltl > .theCont .txt {
    display: inline-block;
	width: 100%;
}

.projekt_misc_contentrow .mainpart.viewType_4 > .theCont .txt > .left {
    width: calc(100% - 2 * 120px);
    display: table-cell;
}

.projekt_misc_contentrow .mainpart.viewType_4 > .theCont .txt > .right {
    width: 220px;
    display: table-cell;
    padding-left: 20px;
}

.projekt_misc_contentrow .mainpart.viewType_4 > .theCont .txt > .right b,
.projekt_misc_contentrow .mainpart.viewType_4 > .theCont .txt > .right strong {
    font-family: Times, Times New Roman, Georgia, serif;
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
	display:block;
	text-align: center;
}

.projekt_misc_contentrow .mainpart.viewType_4 > .theCont .txt > .right ul {
    padding-left: 20px;
    /*font-family: Helvetica;*/
    font-size: 15px;
}

.projekt_misc_contentrow .mainpart.viewType_4 h2 {
    margin-bottom: 10px;
    text-align: center;
}

.projekt_misc_contentrow .mainpart.viewType_4 .theBtn {
    text-align: center;
}

.projekt_misc_contentrow .mainpart.viewType_4 .actionButton {
    display: inline-block;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.projekt_misc_contentrow .mainpart.viewType_4 .ppntxt {
    text-align: center;
    text-transform: uppercase;
    font-family: Helvetica;
    font-size: 18px;
    margin-top: 15px;
}

.projekt_misc_contentrow .mainpart.viewType_4 .ppn {
    font-family: Times, Times New Roman, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 28px;
	text-align: center;
}

.projekt_misc_contentrow .headOver h2 {
    text-align: center;
    font-size: 34px;
}

.projekt_misc_start_3_cols .colWrap > .left {
	width: calc(100% - 345px);
	display: table-cell;
}

.projekt_misc_start_3_cols .colWrap > .right {
	width: 315px;
	border-left: 30px solid #ffffff;
	display: table-cell;
	vertical-align: bottom;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.projekt_misc_start_3_cols .colWrap .left .floatWrap > div {
    border-left: 2px solid #887F79;
    float: left;
    margin-right: 30px;
    width: calc(50% - 17px);
    background-color: #F2F2F2;
}

.projekt_misc_start_3_cols .colWrap .left .floatWrap > div:last-child {
    margin-right: 0px;
}

.projekt_misc_start_3_cols .colWrap .left .floatWrap .theRowImg {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.projekt_misc_start_3_cols .theCont {
    position: relative;
}

.projekt_misc_start_3_cols .contInnerWrap {
    padding: 20px;
    padding-bottom: 90px;
}

.projekt_misc_start_3_cols .contInnerWrap .theBtn {
    margin: 20px;
    position: absolute;
    left: 20px;
    bottom: 10px;
    width: calc(100% - 80px);
}

.projekt_misc_start_3_cols .faderWrap {
    padding: 50px;
    padding-bottom: 30px;
    color: #ffffff;
    text-align: center;
    background-image: linear-gradient(transparent, #887F79 30%);
}

.projekt_misc_start_3_cols .faderWrap .head {
    border-top: 1px solid;
    padding-top: 15px;
}

.projekt_misc_start_3_cols .faderWrap .txt {
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.projekt_misc_social {
    text-align: center;
}

.projekt_misc_social .instaPicsWrap {
    margin: 0 auto;
    width: calc(100% - 2 * 60px);
    margin-bottom: 30px;
}

.projekt_misc_social .instaPicsWrap .instaPic {
    float: left;
    width: calc(25% - 60px / 4 );
    margin-right: 20px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.projekt_misc_social .instaPicsWrap .instaPic:before {
	width: 100%;
    padding-top: 100%;
    content: '';
    display:block;
}

.projekt_misc_social .instaPicsWrap .instaPic:nth-child(4n+4) {
    margin-right: 0px;
}

.projekt_misc_social .instaPicsWrap .instaPic .innerWrap {
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  	color: #ffffff;
  	opacity: 0.001;
  	transition: opacity 0.3s;
  	line-height: 20px;
  	width: 100%;
  	text-shadow: 1px 1px 1px #666666;
  	font-weight: normal;
}

.projekt_misc_social .instaPicsWrap .instaPic:hover .innerWrap {
  	opacity: 1;
}

.projekt_misc_social .instaPicsWrap .instaPic .innerWrap i {
  	margin-right: 3px;
}

.projekt_misc_social .instaPicsWrap .instaPic .innerWrap .seperator {
  	display: inline-block;
  	width: 20px;
}

.projekt_misc_social a.theInstaLink {
    font-family: Times, Times New Roman, Georgia, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 30px;
    display:block;
}

.projekt_misc_social .socialBtns a {
    display: inline-block;
	margin-top: 15px;
	border: 1px solid;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 25px;
	line-height: 35px;
	width: 35px;
	text-align: center;
}

.frame.frame-type-textpic .ce-textpic.ce-left {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.frame.frame-type-textpic .ce-textpic.ce-right {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-moz-box-direction: reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse; /* Safari 6.1+ */
	flex-direction: row-reverse;
}

.frame.frame-type-textpic .ce-textpic.ce-left.ce-above {
	display: block;
}

.frame.frame-type-textpic .ce-textpic.ce-right > div {

}

main.site_main .container .frame.frame-indent-left.frame-layout-2 {
	padding-right: 300px;
}

.frame.frame-type-textpic .ce-textpic.ce-left > div.ce-bodytext {
	padding-left: 30px;
}

.frame.frame-type-textpic .ce-textpic.ce-right > div.ce-bodytext {
	padding-right: 30px;
}

.frame.frame-type-textpic .ce-textpic > div.ce-bodytext p:first-child {
	margin-top:0;
}

main.site_main .container .frame.frame-type-text:nth-child(2){
	padding-right: 260px;
}

main.site_main .container .frame.frame-type-text.frame-layout-2:nth-child(2) {
    padding-right: 0px;
}

main.site_main .container .frame.frame-type-text:nth-child(2) p:first-child {
	margin-top:0;
}

.projekt_misc_lazyload .llcont {
	margin-top: 20px;
}

.projekt_misc_lazyload .llcont .llimages {
	width: calc(25% - 60px / 4);
	display: inline-block;
	padding: 0;
	margin:0;
	margin-bottom: 20px;
	margin-right: 20px;
	line-height: 0;
	vertical-align: top;
}

.projekt_misc_lazyload .llcont .llimages:nth-child(4n+4) {
	margin-right: 0;
}

.projekt_misc_lazyload .llcont .llimages > img {
	width: 100%;
	height: auto;
	padding: 0;
	margin:0;
}

.projekt_misc_lazyload .llcont .llimages.lazy {
	display:none;
}

.projekt_misc_lazyload h2 > a {
    font-weight: normal;
}

main.site_main > .container > div.projekt_misc_lazyload {
    margin-bottom: 40px;
}

.projekt_misc_lazyload .llcont.iframes > .iframewrap {
	width: calc(33.333% - 40px / 3);
	padding: 0;
	margin:0;
	margin-bottom: 20px;
	margin-right: 20px;
	vertical-align: top;
	position: relative;
	display:inline-block;
}

.projekt_misc_lazyload .llcont.iframes > .iframewrap > iframe,
.projekt_misc_lazyload .llcont.iframes > .iframewrap > video,
.projekt_misc_lazyload .llcont.iframes > .iframewrap > div {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}

.projekt_misc_lazyload .llcont.iframes > .iframewrap::before {
	content: "";
	padding-top: 56.25%;
	width: 100%;
	display:block;
}

/*TK 8.5.25*/
.projekt_misc_lazyload .llcont.iframes > .iframewrap .sp-dsgvo-embedding-container {
    position: relative;
    height: 100%;
}
.projekt_misc_lazyload .llcont.iframes > .iframewrap .sp-dsgvo-embedding-container iframe {
    width: 100%;
    height: 100%;
}

/*.sp-dsgvo-embedding-container::before {*/
/*    content: "";*/
/*    padding-top: 56.25%;*/
/*    width: 100%;*/
/*    display:block;*/
/*}*/
/*.sp-dsgvo-embedding-container::before {*/
/*    content: "";*/
/*    padding-top: 56.25%;*/
/*    width: 100%;*/
/*    display: block;*/
/*}*/
.projekt_misc_lazyload .llcont.iframes > .iframewrap.no-before::before {
    display: unset;
}
.projekt_misc_lazyload .llcont.iframes > .iframewrap:nth-child(3n+3) {
	margin-right: 0;
}

.projekt_misc_lazyload .readMoreLink {
    margin-top: 15px;
}

.fancybox-overlay {
    z-index: 9999999;
}

.ce-bodytext table.contenttable,
.viewType_4 table.contenttable {
	text-align:left;
	border: 1px solid #d3ccc4;
	border-collapse: collapse;
	font-size: 12px;
}

.ce-bodytext table.contenttable th,
.ce-bodytext table.contenttable td,
.viewType_4 table.contenttable th,
.viewType_4 table.contenttable td {
    padding: 4px;
    border: 1px solid #d3ccc4;
}

.frame.frame-default.frame-type-text table.contenttable{
	text-align:left;
	border: 1px solid #d3ccc4;
	border-collapse: collapse;
}

.frame.frame-default.frame-type-text table.contenttable td {
	padding: 4px;
    border: 1px solid #d3ccc4;
}

.costomTableMhc table {
    font-size:16px;
    width: 70%;
    border-collapse: collapse;
}
.costomTableMhc tr td:nth-child(1) {
    width: 50%;
}
.costomTableMhc tr td:nth-child(2) {
    width: 10%;
}
.costomTableMhc tr td:nth-child(3) {
    text-align: right;
    padding-right: 5px;
}
.costomTableMhc tr td:nth-child(4) {
    width: 30%;
}
.costomTableMhc .mhcSubline td:first-child {
    font-size: 12px;
}
.costomTableMhc .mhcSubline td {
  padding-bottom: 5px;
}
@media (max-width: 1020px) {
    .costomTableMhc {
        & table {
              font-size: 12px;
              width: 100%;
              border-collapse: collapse;
        }
        & tr td:nth-child(1) {
              width: 80%;
        }
    }
}
@media (max-width: 1020px) {
    .costomTableMhc table {
      font-size: 12px;
      width: 100%;
      border-collapse: collapse;
    }
    .costomTableMhc table tr td:nth-child(1) {
      width: 80%;
    }
    .costomTableMhc .mhcSubline td:first-child {
        font-size: 10px;
    }
}
main.site_main > .container > div.frame-layout-3 {
    margin-bottom: 30px;
	width: calc(25% - 90px/4);
	float: left;
	margin-right: 30px;
}

main.site_main > .container > div.frame-layout-3 .ce-textpic.ce-left > div.ce-bodytext {
	padding: 15px;
	background-color: #F4F4F4;
}

main.site_main > .container > div.frame-layout-3:nth-child(4n+5) {
	margin-right: 0px;
}

main.site_main > .container > div.frame-layout-3 figure,
main.site_main > .container > div.frame-layout-3 figure img {
    width: 100%;
    height: auto;
    margin: 0;
    padding:0;
    display: block;
    /*aspect-ratio: 1.49925037;*/
}

main.site_main > .container > div.frame-layout-3.frame-indent {
    margin-bottom: 30px;
    width: 100%;
    float: none;
    padding-right: 0px;
}

main.site_main > .container > div.frame-layout-2 h2,
main.site_main > .container > div.frame-layout-3 h2 {
    margin-top: 0;
}

main.site_main > .container > div.frame-layout-3 h2 {
	font-size: 21px;
	margin-bottom: 5px;
}

main.site_main > .container > div.frame-layout-3 p {
	margin:0;
	font-size: 14px;
}

.projekt_misc_lazyload .pressImgs {
	width: calc(20% - 2*7px);
	display:block;
	float:left;
	padding:2px;
	background-color: #685C50;
	margin: 5px;
	position: relative;
}

.projekt_misc_lazyload .pressImgs.lazy {
	display:none;
}

.projekt_misc_lazyload .pressImgs div {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-size: cover;
}

.projekt_misc_lazyload .pressImgs:before{
	content: "";
	display: block;
	padding-top: 145%; 	/* initial ratio of 1:1*/
}

.ce-image .ce-gallery[data-ce-columns="4"] .ce-row {
	display:table;
	width: 72.668%;
   	table-layout: fixed;
}

.ce-image .ce-gallery[data-ce-columns="6"] .ce-row,
.ce-image .ce-gallery[data-ce-columns="3"] .ce-row{
	display:table;
	width: 100%;
   	table-layout: fixed;
}

.ce-image .ce-gallery[data-ce-columns="6"] .ce-row .ce-column,
.ce-image .ce-gallery[data-ce-columns="3"] .ce-row .ce-column,
.ce-image .ce-gallery[data-ce-columns="4"] .ce-row .ce-column {
	width: 13.666%;
	padding: 1.5%;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
}

.ce-image .ce-gallery[data-ce-columns="6"] .ce-row .ce-column .image,
.ce-image .ce-gallery[data-ce-columns="3"] .ce-row .ce-column .image,
.ce-image .ce-gallery[data-ce-columns="4"] .ce-row .ce-column .image {
	width: 100%;
	vertical-align: middle;
	display:inline-block;
}

.ce-image .ce-gallery[data-ce-columns="6"] .ce-row .ce-column .image a,
.ce-image .ce-gallery[data-ce-columns="3"] .ce-row .ce-column .image a,
.ce-image .ce-gallery[data-ce-columns="4"] .ce-row .ce-column .image a {
	display:inline-block;
	vertical-align: middle;
}

.ce-image .ce-gallery[data-ce-columns="6"] .ce-row .ce-column img,
.ce-image .ce-gallery[data-ce-columns="3"] .ce-row .ce-column img,
.ce-image .ce-gallery[data-ce-columns="4"] .ce-row .ce-column img {
	width: 100%;
	height: auto;
	verical-align: top;
}

.projekt_misc_jobs.jobs_ {
	background-color: #f2f2f2;
	border-top: 2px solid #887F79;
	text-align:center;
	padding-top: 30px;
	padding-bottom: 50px;
}

.projekt_misc_jobs.jobs_ .icon {
    padding: 25px;
	width: calc(16.666% - 50px);
	display: inline-block;
	vertical-align: top;
}

.projekt_misc_jobs.jobs_ .icon .theIco {
    padding-top: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.projekt_misc_jobs.jobs_1 table,
.projekt_misc_jobs.jobs_3 table {
	border: none;
}

.projekt_misc_jobs.jobs_1,
.projekt_misc_jobs.jobs_3 {
	text-align: center;
}

.projekt_misc_jobs.jobs_1 .theTableWrap td.left,
.projekt_misc_jobs.jobs_3 .theTableWrap td.left {
	border-right: 30px solid #ffffff;
}

.projekt_misc_jobs.jobs_1 .theTableWrap td,
.projekt_misc_jobs.jobs_3 .theTableWrap td {
	border:none;
    background-color: #f2f2f2;
    border-left: 2px solid #887F79;
    text-align: left;
    padding: 20px;
    vertical-align: top;
    width: 50%;
}

.projekt_misc_jobs.jobs_1 .theTableWrap td.right2,
.projekt_misc_jobs.jobs_3 .theTableWrap td.right2 {
    background-color: #887F79;
    color: #ffffff;
}

.projekt_misc_jobs.jobs_1 .theTableWrap td.spacer,
.projekt_misc_jobs.jobs_3 .theTableWrap td.spacer {
	border: none;
	background-color: #ffffff;
	height: 30px;
	padding:0;
}

#recruitee-careers .rt-theme-light.rt-body {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
}

#recruitee-careers-details-container.active {
    z-index: 9999999!important;
}

.projekt_misc_jobs h3 {
	font-family: Times, Times New Roman, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.projekt_misc_jobs.jobs_2 {
	text-align: center;
}

.projekt_misc_jobs.jobs_2 .step {
	background-color: #f2f2f2;
	padding: 50px;
	width: calc(33.33% - 100px);
	display: inline-block;
	line-height: 25px;
}

.projekt_misc_jobs.jobs_2 .step.arrow {
	padding-right: 10px;
	margin-right: 40px;
	position: relative;
}

.projekt_misc_jobs.jobs_2 .step.arrow .theArrow {
     width: 0; 
     height: 0; 
     border: 30px solid transparent; 
     border-bottom: 67.5px solid #f2f2f2; 
     position: absolute; 
     top: -30px; 
     right: -30px;
     z-index: -1;
}

.projekt_misc_jobs.jobs_2 .step.arrow .theArrow:after { 
	content: ''; 
	position: absolute; 
	left: -30px; 
	top: 66.5px; 
	width: 0; 
	height: 0; 
	border: 30px solid transparent; 
	border-top: 67.5px solid #f2f2f2; 
}

.projekt_misc_jobs.jobs_2 .processWrap { 
	margin-top: 30px;
}

#pageMainDoBooking {
    position: fixed;
    top: 148px;
    padding: 0;
   	z-index: 999998;
	transition: all 0.3s ease-out;
}

html.shrinkhead #pageMainDoBooking,
html.shrinkhead #covidInfo {
	top: 97px;
}

#pageMainDoBooking .notalwaysVisi {
	max-width:0;
	max-height:0;
	overflow: hidden;
	transition: all 0.5s;
	min-width: 0%;
}

#pageMainDoBooking .outerWrap {
	position: absolute;
	right: 20px;
	max-width: calc(100% - 2 * 20px);
	background-color: rgba(136,127,121,0.8);
	top:0;
	color: #ffffff;
	padding: 20px;
	box-shadow: 0 0 2px #fafafa;
}

#pageMainDoBooking.active .notalwaysVisi {
	max-width:600px;
	max-height:calc(100vh - 250px);
	min-width: 50%;
}

.shrinkhead #pageMainDoBooking.active .notalwaysVisi {
	max-height:calc(100vh - 199px);
}

#pageMainDoBooking h4,
#covidInfo h4 {
    text-transform: uppercase;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: normal;
    margin: 0 40px 0px 0;
}

#pageMainDoBooking h5,
#covidInfo h5 {
    font-family: Helvetica;
    font-size: 14px;
    margin: 0;
}

#pageMainDoBooking .close {
    position: absolute;
	right: 15px;
	top: 15px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	transition: transform 0.8s ease-in-out;
}

#pageMainDoBooking .close:hover {
	transform: rotate(360deg);
}

#pageMainDoBooking .close::before {
    content: "";
	background-color: #ffffff;
	width: 20px;
	transform: rotate(45deg);
	height: 2px;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
}

#pageMainDoBooking .close::after {
    content: "";
    background-color: #ffffff;
    width: 20px;
    transform: rotate(-45deg);
    height: 2px;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}

#bookingTabs {
	border: none;
	border-top: 1px solid #ffffff;
	margin-top: 20px;
	padding-top: 20px;
	background-color: transparent;
}

#bookingTabs .ui-widget-content {
    color: #857D78;
}

#bookingTabs .ui-state-active a, 
#bookingTabs .ui-state-active a:link, 
#bookingTabs .ui-state-active a:visited,
#bookingTabs .ui-state-default a, 
#bookingTabs .ui-state-default a:link, 
#bookingTabs .ui-state-default a:visited, 
#bookingTabs a.ui-button, 
#bookingTabs a:link.ui-button, 
#bookingTabs a:visited.ui-button, 
#bookingTabs .ui-button {
    color: #857D78;
}

#bookingTabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#bookingTabs ul.ui-tabs-nav {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

#bookingTabs .ui-tabs-panel {
    background-color: rgba(255,255,255,0.8);
}

#bookingTabs li.ui-tabs-tab,
#bookingTabs li.ui-tabs-tab a {
    border: none;
    font-family: Times, Times New Roman, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
}

#bookingTabs a {
    color: inherit;
}

#bookingTabs li.ui-tabs-tab.ui-tabs-active {
    background-color: rgba(255,255,255,0.8);
}

#theBookForm {
	padding-top: 20px;
}

#theBookForm .fieldWrap.half {
	width: calc(50% - 15px);
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 15px;
	float: left;
}

#theBookForm .fieldWrap.half:nth-child(2n+2) {
	margin-right:0;
}

#theBookForm .styledInput {
	display: block;
	border: 2px solid #887F79;
	padding: 5px 0px 5px 12px;
	display: inline-block;
	width: calc(100% - 12px);
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;
	height: 25px;
	color: #857D78;
}

#processBookingBtn {
	clear:both;
}

#cookiePopup {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #F4F4F4;
    box-shadow: 0 0 10px;
    z-index: 999999;
    padding: 20px;
    text-align: center;
}

#cookiePopup input[type="submit"] {
    color: #857D78;
	border: 1px solid #857D78;
    text-transform: uppercase;
    padding: 5px 40px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
}

#covidInfo {
    position: fixed;
    display: inline-block;
    top: 148px;
    padding: 0;
    z-index: 999998;
    transition: all 0.3s ease-out;
    margin-left: 20px;
    background-color: rgba(136,127,121,0.8);
    color: #ffffff;
	padding: 20px;
	box-shadow: 0 0 2px #fafafa;
}

.frame-ruler-before.frame-type-text {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.frame-ruler-before.frame-type-text p {
	display: table-cell;
	width: 50%;
}

.frame-ruler-before.frame-type-text p:last-child {
	text-align: right;
}

.frame-ruler-before.frame-type-text p a {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	border: 1px solid;
	padding: 10px;
	transition: all 0.3s ease-out;
	font-family: Helvetica;
	cursor: pointer;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

.frame-ruler-before.frame-type-text p a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f053";
    margin-right: 10px;
    font-size: 12px;
	vertical-align: text-top;
	line-height: 16px;
}

.frame-ruler-before.frame-type-text p:last-child a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f054";
    margin-left: 10px;
    font-size: 12px;
	vertical-align: text-top;
	line-height: 16px;
}

.frame-ruler-before.frame-type-text p:last-child a::before{
	display:none;
}

main.site_main > .container > div.frame-layout-3.frame-type-html {
	padding:0;
	width: 100%;
}

#wbe #footer {
	display:none;
}

#wbe header {
	display:none;
}

#wbe #page > .row {
	display:none;
}

#thank-you-booking {
    display: block!important;
}

#wbe #filters-box {
	display:none;
}

#wbe .btn-default {
    color: #857D78;
    background-color: #fff;
    border-color: #857D78;
}

#wbe *,
#wbe4Wrapper a.link-text-color:hover,
#wbe4Wrapper a.link-text-color,
#wbe4Wrapper h3 a,
#wbe4Wrapper a.link-black-color:hover,
#wbe4Wrapper a.link-black-color {
	color: #857D78;
}

#wbe4Wrapper h3 a {
	font-size: 20px;
}

#wbe4Wrapper .gift-box .hotel-logo img {
    max-height: 90px;
    margin-top: 10px;
}

#wbe4Wrapper .icon-gift-box .fa-stack-2x {
    color: #857D78;
}

#wbe4Wrapper .fa-stack .fa-stack-1x {
	color: #ffffff;
}

#wbe4Wrapper .btn.search-form,
#wbe #buyPreviewbuttonWrapper .btn-default,
#wbe .btn.btn-primary {
    display: block;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid;
    padding: 10px;
    transition: all 0.3s ease-out;
    font-family: Helvetica;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0;
    font-weight:normal;
}

#wbe4Wrapper .carousel-caption > p {
	display:none;
}

#wbe .show-steps-checkOut.step-v3 ul > li {
    background: #857D78 !important;
}

#wbe .show-steps-checkOut.step-v3 ul > li span {
	color: #fff!important;
}

#wbe .show-steps-checkOut.step-v3 ul > li .chevron::before {
    border-left: 28px solid #857D78 !important;
}

#wbe .step-v3 ul li.active,
#wbe .step-v3 ul li.active a,
#wbe .step-v3 ul li.active a span {
	color: #fff!important;
	background: #857D78 !important;
}

#wbe .step-v3 ul li.active .chevron::before {
    border-left: 28px solid #857D78 !important;
}

#wbe #page > .row.pre-check-out {
    display: block;;
}

#wbe4Wrapper ul.precheckout-tabs > li.active > a, 
#wbe4Wrapper ul.precheckout-tabs > li.active > a:hover, 
#wbe4Wrapper ul.precheckout-tabs > li.active > a:focus {
	background-color: #857D78;
	color: #fff;
}

#wbe4Wrapper ul.precheckout-tabs > li.active > a span {
	background-color: #857D78;
	color: #fff;
}

#wbe .input-sm, 
#wbe .form-horizontal .form-group-sm .form-control {
	font-size: 14px;
}

main.site_main > .container > div.overflowPrevention {
    margin-bottom: 20px;
}

main.site_main > .container > div.overflowPrevention > table {
    width: 70%;
    margin: 0 auto;
	min-width: 700px;
}

main.site_main > .container > div.overflowPrevention > table > tbody > tr > td:nth-last-child(1),
main.site_main > .container > div.overflowPrevention > table > tbody > tr > td:nth-last-child(2),
main.site_main > .container > div.overflowPrevention > table > tbody > tr > td:nth-last-child(3) {
    width:10%;
}

main.site_main > .container > div.overflowPrevention > table > tbody > tr > td:nth-last-child(4),
main.site_main > .container > div.overflowPrevention > table > tbody > tr > td:first-child {
    width:45%;
}

main.site_main > .container > div.overflowPrevention > table > tbody > tr:first-child > td:first-child {
    width:20%;
    padding-right: 30px;
}

main.site_main > .container > div.overflowPrevention > table > tbody > tr:first-child > td:nth-child(2) {
    width:45%;
}

main.site_main > .container > div.overflowPrevention > table > tbody > tr > td img {
    width:100%;
    height: auto;
}

main.site_main blockquote {
    margin: 0;
}

main.site_main blockquote div.overflowPrevention > table {
    min-width:50%;
    border:none;
}

main.site_main blockquote div.overflowPrevention > table * {
    border:none;
}

#gsdLangChoser {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 99999999;
    text-align: center;
}

#gsdLangChoser .wrap {
	background-color: #887F79;
	display: inline-block;
	padding: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	margin-left: -116px;
	margin-top: -117px;
}

#gsdLangChoser .wrap .choser {
	border: 2px solid #fff;
	font-size: 24px;
	margin: 20px;
	padding: 10px 25px;
	display: block;
	font-family: Times, Times New Roman, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	cursor: pointer;
	transition: all 0.3s;
}

#gsdLangChoser .wrap .choser:hover {
	color: #887F79;
	background-color: #fff;
}

#sicherefestspiele img {
	width: 150px;
	margin-right: 30px;
}

main.site_main > .container > div.frame-layout-3 #dszVid p {
	margin: 15px 0;
	font-size: 16px;
}

#dszVid > div {
	float: left;
	margin-right: 30px;
	width: calc(50% - 15px);
}

#dszVid > div:nth-child(2n+2) {
	margin-right: 0px;
}

.projekt_frame_footer > .realBottom .logoBoxBottom a > img {
	max-height: 37px;
}

.TA_certificateOfExcellence {
	position: absolute;
	margin-top: 80px;
}

.TA_certificateOfExcellence ul {
	padding:0;
	margin:0;
	list-style:none;
}

.TA_certificateOfExcellence li {
	padding:0;
	margin:0;
	list-style:none;
}

.accordion .trigger {
	cursor: pointer;
}

.accordion .trigger i {
	transition: all 0.3s;
}

.accordion .trigger.active i {
	transform: rotate(90deg);
}

.accordion .cont {
	display:none;
}

p.text-center {
	text-align: center;
}

.g-widget {
	font-family: Georgia!important;
}

.g-widget .stream__title {
	font-family: Times, Times New Roman, Georgia, serif!important;
	font-style: italic!important;
	font-weight: normal!important;
	font-size: 28px!important;
}

#giggle-widget-id > .gi-filters {
	display: none;
}

/*#giggle-widget-id .by-giggle {
	display:none!important;
}*/

#giggle-widget-id .stream__activities {
	overflow-x: hidden!important;
}

#page-196 .topSliderInnerWrap .sliderElem:nth-child(2)::after {
	content: '';
	display: block;
	height: 20%;
	width: 20%;
	background-image: url(/fileadmin/img/BigSEE_Interior_Design_Award_2021_res2.jpg);
	position: absolute;
	right: 5px;
	top: 95px;
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	max-width: 200px;
	max-height: 100px;
	min-width: 150px;
	min-height: 75px;
}

.frame figure figcaption {
	font-size: 12px;
	margin-bottom: 15px;
}


#topDealBtn {
    position: absolute;
    top: 169px;
    right: 60px;
    background-color: #fff;
    color: #857D78;
    padding: 20px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}
#topDealBtn div {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 50%;
    border: 1px solid #857D78;
}
/*
#topDealBtn:after {
    top: 50%;
    left: 50%;
    content: '';
    width: 80%;
    height:  80%;
    background-color: transparent;
    border-radius: 50%;
    border:2px solid #857D78;
    transform: translateX(50%) translateY(50%);


}
*/
#topDealBtn h4 {
    font-family: Times, Times New Roman, Georgia, serif;
    font-style: italic;
    font-weight: bold;
    margin: calc(1rem/4) 0;
    line-height: 1;
}

#topDealBtn h5 {
    margin:0;
    font-weight: normal;
    font-size: calc(2rem/2);
}

@media (max-width: 1220px) {	
	#mainMenuWrap > .main_menu .menuPoint > a {
	    font-size: 16px;
	}
	.projekt_frame_footer > .realBottom {
	    font-size: 14px;
	}
	
	#mainMenuWrap > .main_menu .menuPoint {
	    padding-bottom: 13px;
	    padding-top: 5px;
	}
}

@media (max-width: 1150px) {	

	#mainMenuWrap {
	    left: 0px;
	    width: 100%;
	}
	
	html.shrinkhead header .main_logo .brand {
	    height: 40px;
	    margin-top: 10px;
	}

	#mainMenuWrap .left_menu .links a {
	    margin-right: 20px;
	}
	
	#langswitcher > div {
	    margin-left: 0px;
	}
	
	#mainMenuWrap > .main_menu {
	    width: calc(100% - 2 * 100px);
	}
	
	.projekt_frame_topslider .pageMainOffer {
	    left: 0px;
	    margin-top: 0px;
	    top: 0px;
	}
	
	.projekt_frame_topslider .bx-wrapper .bx-controls-direction a {
	    bottom: 15px;
		background-color: rgba(0,0,0,0.2);
		padding-bottom: 5px;
		top: auto;
	}
	
	.projekt_frame_topslider .bx-wrapper .bx-prev {
	    left: auto;
	    /*background: url('images/controls.png') no-repeat 0 -32px;*/
	    right: 50px;
	}
	
	.projekt_misc_contentrow {
		display: table;
	}
	
	.projekt_misc_contentrow .mainpart {
	    width: 100%;
	    display: table-header-group;
	}
	
	.projekt_misc_contentrow.noZitat .mainpart.viewType_ > div.spacer {
	    width: 0;
	}
	
	.projekt_misc_contentrow.noZitat .mainpart.viewType_ > div.theCont {
	    width: 50%;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_2 {
	    width: calc(100% - 2px);
	}
	
	.projekt_misc_contentrow .zitat:last-child {
	    margin-left: 0;
	    width: 100%;
	}
	
	.projekt_misc_contentrow .zitat:first-child {
    	margin-right: 0;
	    width: 100%;
	    display: table-footer-group;
	    float: none;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_1 > div {
	    height: auto !important;
	}
	
	.projekt_misc_start_3_cols .colWrap > .left {
	    width: 100%;
	    display: block;
	}
	
	.projekt_misc_start_3_cols .colWrap > .right {
	    width: 100%;
	    border-left: 0px solid #ffffff;
	    display: block;
	    margin-top: 30px;
	    position: relative;
	}
	
	.projekt_misc_start_3_cols .colWrap > .right:before {
	    display:block;
	    content: "";
	    padding-top: 50%;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_ > div, 
	.projekt_misc_contentrow .mainpart.viewType_1 > div {
	    height: auto !important;
	}
	
	.projekt_misc_contentrow .mainpart .theRowImg.contain {
	    background-position: top left;
	}
	
	.projekt_frame_footer > .container .right .logoBox a img {
	    max-width: 50%;
	    margin-left: 50%;
	}
	
	#mainMenuWrap > .main_menu .menuPoint:nth-child(2) {
	    margin-right: 210px;
	}
	
	#mainMenuWrap > .main_menu .menuPoint {
	    width: calc(25% - 210px / 4);
	}
	
	.projekt_misc_jobs.jobs_2 .step {
	    padding: 30px;
	    line-height: 20px;
	}
	
	.projekt_misc_jobs.jobs_2 .step.arrow .theArrow {
	    border-bottom: 45.5px solid #f2f2f2;
	}
	
	.projekt_misc_jobs.jobs_2 .step.arrow .theArrow::after {
	    top: 44.5px;
	    border-top: 45.5px solid #f2f2f2;
	}
	
	.projekt_misc_jobs h3 {
	    font-size: 18px;
	    marin-bottom:0;
	}
	
	#sicherefestspiele p {
		float: none!important;
		width: 100%!important;
		clear: both;
		margin-top: 20px!important;
	}
	
	#sicherefestspiele img {
		margin-bottom: 20px!important;
	}
	
	main.site_main .container .frame.frame-indent-left.frame-layout-2 {
		padding-left: 0px;
	}

	main.site_main .container .frame.frame-indent-left.frame-layout-2 {
		padding-right: 0px;
	}
    /* tonio 5.12.2023
    #topDealBtn {

        position: absolute;
        top: 130px;
        right: 20px;
        left: auto;
    }
    */
}
/*@media (max-width: 1550px) {*/
/*    .booknbuybtns {*/
/*        position: absolute;*/
/*        width: 100%;*/
/*        left: 0;*/
/*        top: 65px;*/
/*    }*/
/*}*/

@media (max-width: 1100px) {	
	.projekt_frame_footer > .container .leftData, 
	.projekt_frame_footer > .container .leftMenu {
	    float: none;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 30px;
	}
	
	.projekt_frame_footer > .container .leftMenu a {
	    display: inline-block;
	    width: auto;
	    float: none;
	    padding: 10px;
	}
	
	.projekt_frame_footer > .container .right {
	    float: none;
	    width: 100%;
	  	text-align: center;
	}
	
	.projekt_frame_footer > .container .right .logoBox a img {
	    height: auto;
	    margin-left: 0;
	}
	
	.projekt_frame_footer > .realBottom .logoBoxBottom {
	    width: 50%;
	    margin-bottom: 10px;
	    margin-top: 10px;
	}

}

@media (max-width: 1050px) {	
	
}

@media (max-width: 1020px) {	
	#mainMenuWrap {
	    background-color: #ffffff;
	    position: fixed;
	    left: -100%;
	    top: 0;
	    z-index: 9999999;
	    width: calc(100% - 135px);
	    border-right: 2px solid;
	    padding: 20px;
	    transition: all 0.3s ease-out;
	    overflow-y: auto;
	}
	
	.projekt_frame_mainheader.active #mainMenuWrap {
	    left: 0%;
	}
	
	#menuToggler {
	    display: block;
	    width: 35px;
	    padding: 10px;
	    position: absolute;
	    right:0;
	    bottom: 20px;
	    border: 1px solid #857D78;
	    border-radius: 0px;
	    cursor:pointer;
	}
	
	#menuToggler span {
	    display:block;
	    height: 2px;
	    background-color: #857D78;
	    margin-bottom: 7px;
	    transition: all 0.3s;
	}
	
	#menuToggler span:last-child {
	    margin-bottom: 0px;
	}
	
	.projekt_frame_mainheader.active #menuToggler span:nth-child(2) {
	    height:0;
	    margin:0;
	    padding:0;
	    width:0;
	}
	
	.projekt_frame_mainheader.active #menuToggler span:nth-child(1) {
	    transform: rotate(45deg);
	    margin-bottom:0;
	    margin-top: 9px;
	}
	
	.projekt_frame_mainheader.active #menuToggler span:nth-child(3) {
	    transform: rotate(-45deg);
	    margin-bottom: 9px;
	    margin-top: -2px;
	}
	
	#mainMenuWrap > #langswitcher {
	    display:none;
	}
	
	#langswitcherMobile {
	    float: right;
	    position: fixed;
	    left: 20px;
	    top: 50px;
	    transition: all 0.3s;
	    display:block;
	}
	
	html.shrinkhead #langswitcherMobile {
	    top: 10px;
	}
	
	#mainMenuWrap > .main_menu {
	    width: calc(100% - 2 * 70px);
	    float: right;
	    padding-right: 20px;
	}
	
	#mainMenuWrap > .main_menu .menuPoint {
	    width: 100%;
	    height: auto;
	}
	
	#mainMenuWrap > .main_menu .menuPoint > a {
	    text-align: right;
	    font-size: 18px;
	    text-transform: uppercase;
	    color: #9d918d;
	}
	
	#mainMenuWrap > .main_menu .menuPoint > a br {
	    display:none;
	}
	
	#mainMenuWrap > .main_menu .menuPoint > .header__subnav {
   		display: block;
    	position: relative;
    	margin-top: 5px;
    	text-align: right;
    	width: 100%;
	}
	
	.overflowPrevention {
		overflow-x: auto;
	}
	
	main.site_main > .container > div.frame-layout-3 {
	    margin-bottom: 30px;
	    width: calc(50% - 15px);
	    float: left;
	    margin-right: 30px;
	}
	
	main.site_main > .container > div.frame-layout-3:nth-child(2n+3) {
	    margin-right: 0px;
	}
	
	main.site_main .container .frame:nth-child(2) {
	    padding-left: 0;
	}
	
	.projekt_misc_jobs.jobs_ .icon {
	    width: calc(25% - 50px);
	}
	
	.TA_certificateOfExcellence {
	    position: absolute;
	    margin-top: 0;
	    top: 0px;
	}
    #topDealBtn {
        width: 140px;
        height: 140px;
        font-size: 1.6rem;
    }


}

@media (max-width: 940px) {	
	.projekt_misc_jobs.jobs_ .icon {
	    width: calc(50% - 50px);
	}
	
	.projekt_misc_jobs.jobs_1 table,
	.projekt_misc_jobs.jobs_1 table tr,
	.projekt_misc_jobs.jobs_1 table td,
    .projekt_misc_jobs.jobs_3 table,
    .projekt_misc_jobs.jobs_3 table tr,
    .projekt_misc_jobs.jobs_3 table td {
	    display: block;
	    width: 100%!important;
	}
	
	.projekt_misc_jobs.jobs_1 table td,
    .projekt_misc_jobs.jobs_3 table td {
	    display: block;
	    width: calc(100% - 42px)!important;
	}
	
	.projekt_misc_jobs.jobs_2 .step {
	    width: calc(100% - 80px);
	}
	
	.projekt_misc_jobs.jobs_2 .step.arrow {
	    width: calc(100% - 100px);
	    margin-bottom: 20px;
	}
	
	#dszVid > div {
		float: none;
		margin-right: 0px;
		width: 100%;
	}
	
	#giggle-widget-id .stream__activities {
		overflow-x: auto!important;
	}
    #topDealBtn {
        width: 120px;
        height: 120px;
        font-size: 1.3rem;
    }
}

@media (max-width: 800px) {	
	
	.projekt_frame_topslider .bx-wrapper .bx-controls-direction a {
	   	display:none;
	}
	
	.frame.frame-type-textpic .ce-textpic.ce-left {
	    display: block;
	}
	
	.frame.frame-type-textpic .ce-textpic.ce-left > div.ce-bodytext {
	    padding-left: 0px;
	}
	
	#covidInfo {
		top: auto!important;
		bottom: 0;
		right:0;
	}
	
	.frame-ruler-before.frame-type-text {
		display: block;
	}

	.frame-ruler-before.frame-type-text p {
		display: block;
		width: 100%;
	}
	
	.frame-ruler-before.frame-type-text p,
	.frame-ruler-before.frame-type-text p:last-child {
		text-align: center;
	}

	main.site_main > .container > div.overflowPrevention > table > tbody > tr:first-child > td:first-child {
		/*width: 0%;*/
        /*display:none;*/
        white-space: nowrap;
	}

/*
	main.site_main > .container > div.overflowPrevention > table > tbody > tr:first-child > td:first-child img {
		display:none;
	}
*/

	main.site_main > .container > div.overflowPrevention > table {
	    width: 100%;
	    min-width: unset;
	}
	
	main.site_main .container .frame.frame-type-text:nth-child(2) {
	    padding-right: 0px;
	}
	
	.TA_certificateOfExcellence li img {
		width: 110px;
		height: auto;
	}
    #topDealBtn {
        top: 130px;
        right: 20px;
    }
}

@media (max-width: 650px) {	
	
	
	#sicherefestspiele img {
		width: 150px;
		margin-right: 30px;
	}

	.container {
	    width: 1400px;
	    max-width: calc(100% - 2 * 10px);
	    margin: 0 auto;
	    padding: 0 10px;
	}

	.projekt_frame_footer > .realBottom .logoBoxBottom {
	    width: 100%;
	    margin-bottom: 10px;
	    margin-top: 10px;
	}
	
	#langswitcherMobile {
    	top: 35px;
	}
	
	.projekt_frame_topslider .pageMainHeadline {
	    position: absolute;
	    left: 0;
	    -webkit-transform: translateX(-50%);
	    transform: initial;
	    width: 100%;
	    text-align: center;
	    max-width: 100%;
	    background-color: rgba(255,255,255,0.9);
	    bottom: 215px!important;
	    height: auto;
	    z-index: 99;
	}
	
	.projekt_frame_topslider .pageMainHeadline.popupElem.inView {
	    bottom: 40px!important;
	}
	
	.projekt_frame_topslider .pageMainOffer {
	    position: static;
	    left: 0px;
	    margin-top: 0px;
	    width: 100%;
	    margin-top: 20px;
	    display:none;
	}
	
	.projekt_frame_topslider .pageMainOffer .cont {
	    display: block;
	    background-color: #887f79;
	    color: #ffffff;
	    padding: 15px;
	    font-family: Helvetica;
	    text-align: center;
	}
	
	#menuToggler {
	    bottom: 45px;
	}
	
	html.shrinkhead header #menuToggler {
	    bottom: 20px;
	}
	
	#pageMainDoBooking .outerWrap {
	  	right: 0px;
	}
	
	#bookingTabs li.ui-tabs-tab, #bookingTabs li.ui-tabs-tab a {
    	font-size: 17px;
	}
	
	.projekt_misc_contentrow {
	    display: block!important;
	}
	
	.projekt_misc_contentrow .mainpart {
	    display: block!important;
	    float:none!important;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_ > div, 
	.projekt_misc_contentrow .mainpart.viewType_1 > div {
	    display: block;
	    width: 100%;
	    padding-top: 100%;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_ > div, 
	.projekt_misc_contentrow .mainpart.viewType_1 > div,
	.projekt_misc_contentrow.noZitat .mainpart.viewType_ > div.theCont {
	    width: 100%;
	    display: block;
	    padding: 0;
	}
	
	.projekt_misc_contentrow .mainpart .theRowImg,
	.projekt_misc_contentrow .mainpart .theRowImg.contain {
		padding-top: 100%!important;
		height: auto !important;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_2 .theCont > div {
	    display: block;
	    width: 100%;
	}
	
	main.site_main > .container > div {
	    margin-bottom: 40px;
	}
	
	.projekt_misc_start_3_cols .colWrap .left .floatWrap > div {
	    float: none;
	    margin-right: 0px;
	    width: 100%;
	}
	
	.projekt_misc_start_3_cols .theCont {
	    height: auto !important;
	}
	
	.projekt_misc_start_3_cols .bbox {
	    margin-bottom: 40px;
	}
	
	.projekt_misc_social a.theInstaLink {
	    font-size: 30px;
	}
	
	.projekt_misc_social .instaPicsWrap .instaPic {
	    width: 100%;
	    margin-bottom: 20px;
	}
	
	#mainMenuWrap > div {
	    float: none;
	}
	
	#mainMenuWrap .left_menu .links a {
	    display: block;
	    width: 100%;
	    text-align: right;
	}
	
	#mainMenuWrap > .main_menu {
	    width: 100%;
	    padding-right: 0px;
	}
	
	.frame.frame-type-textpic .ce-textpic.ce-right {
	    display: initial;
	    -moz-box-direction: initial;
	    -webkit-box-direction: initial;
	    -webkit-flex-direction: initial;
	    flex-direction: initial;
	}
	
	.frame.frame-type-textpic .ce-textpic.ce-right > div.ce-gallery {
	    text-align: center;
	    margin-bottom: 20px;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_3 > .theRowImg {
	    width: 100%;
	    margin-bottom: 20px;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_3 > .theCont {
	    width: 100%;
	    margin-left: 0;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_3 > .theCont .contInnerWrap {
	    padding: 20px;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_4 > div {
	    width: 100%;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_4 > .theCont .txt > .left {
	    width: 100%;
	    display: block;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_4 > .theCont .txt > .right {
	    width: 100%;
	    display: block;
	    padding-left: 0;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_4 .theRowImg,
	.projekt_misc_contentrow .mainpart.viewType_5 .theRowImg {
		padding:0!important;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_4 .theRowImg:before,
	.projekt_misc_contentrow .mainpart.viewType_5 .theRowImg:before {
		display:block;
		width: 100%;
		padding-top: 100%;
		content: "";
	}
	
	.projekt_misc_contentrow .zitat {
	    float: none;
	    width: 100%;
	}
	
	.projekt_misc_contentrow .zitat .zitatInnerWrap {
	    padding: 30px;
	}
	
	.projekt_misc_contentrow .zitat .zitatInnerWrap .txt {
	    padding-top: 30px;
	    margin-top: 15px;
	    padding-bottom: 30px;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_5 {
	    margin-left: 0;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_4 .actionButton {
	    display: inline-block;
	    padding-left: 0;
	    padding-right: 0;
	    margin-bottom: 20px;
	    margin-top: 20px;
	    width: 90%;
	}
	
	.projekt_misc_lazyload .llcont .llimages {
	    width: calc(50% - 10px)
	}
	
	.projekt_misc_lazyload .llcont .llimages:nth-child(2n+2) {
	    margin-right: 0;
	}
	
	.projekt_misc_lazyload .llcont.iframes > .iframewrap {
    	width: 100%;
    	margin-right: 0;
	}
	
	main.site_main > .container > div.frame-layout-3 {
	    width: 100%;
	    margin-right: 0px;
	}
	
	.projekt_misc_lazyload .pressImgs {
    	width: calc(50% - 2*7px);
	}
	
	.TA_certificateOfExcellence {
	    position: absolute;
	    margin-top: 0;
	    top: 100px;
	    right: 0;
	}
	
	.projekt_misc_contentrow.noZitat:nth-child(n+3) .mainpart.viewType_ > div.theCont {
	    width: 100%;
	}
	
	.projekt_misc_contentrow .mainpart.viewType_ > div.theRowImg {
		width: 100%!important;
		height: auto!important;
		padding-top: 66%!important
	}
    #topDealBtn {
        width: 100px;
        height: 100px;
        font-size: 1rem;
    }
    #topDealBtn h5 {
        font-size: .5rem;
        line-height: 1;
    }
}
#voucherReceiver {
    display: none;
}
#checkOutComment {
    display: none;
}
/*#c270 {*/
/*    margin-bottom: 4rem;*/
/*}*/

.by-giggle {
	display:none!important;
}
/*Tonio am 20.10.2023 nein SB 240325*/
/*#page-192 .pageMainHeadline h1  {
    color: #857D78;
}*/