

/* ==== General === */
a {
   outline: 0;
   text-decoration: none;
}
a:hover {
	text-decoration: none;
}
main img {
  width: 100%;
  height: auto;
}
p a {
	color: #333
}
p a:hover {
	text-decoration: underline;
	color: #333;
}
main img {
  width: 100%;
  height: auto;
}
ul {
	padding-left: 15px
}
hr {
	border-color: #cccccc;
	width: 185px;
	border-width: 2px;
	margin-bottom: 45px;
}
hr:before {
	background-image: url('/fileadmin/images/layout/hr.png');
	display: inline-block;
	width: 50px;
	height: 22px;
	content: "";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	margin-top: -12px;
	background-repeat: no-repeat;
	background-position: center;
}
h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 30px;
}
/*.frame-type-container-3 {
  float: left;
  width: 100%;
}
.frame-type-container-2 {
  float: left;
  width: 100%;
}
.frame-type-container-1 {
  float: left;
  width: 100%;
}*/
.ce-gallery img {
	max-width: 100%;
	height: auto;
}
.btn.btn-outline-primary {
	border: 3px solid #333;
	border-radius: 0px;
	text-transform: uppercase;
	color: #333;
	font-size: 18px;
	padding: 5px 30px;
	transition: ease 0.4s;
}
.btn.btn-outline-primary:hover {
	border: 3px solid #333;
	color: #fff;
	background-color: #333
}
.btn.btn-outline-secondary {
	border: 1px dotted #fff;
	border-radius: 0px;
	color: #fff;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	transition: ease 0.4s;
	background: none
}
.btn.btn-outline-secondary.gray-btn {
	border: 1px dotted #60a4dc;
	border-radius: 0px;
	color: #60a4dc;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	transition: ease 0.4s;
	background: none
}
.btn.btn-outline-primary.small {
	font-size: 18px;
	line-height: unset;
	height: 45px;
	padding: 0 15px;
	margin: 3px;
	font-weight: 400;
}
.btn.btn-outline-primary.small.buttonbuchen {
  background: #333;
  color: #fff;
}
.btn.btn-outline-primary.small.buttonbuchen:hover {
	background-color: #fff;
	color: #333;
}
.btn-center {
	margin: 0 auto
}
.btn-right {
	float: right;
}
.btn-left {
	float: left;
}

.frame-container,
.frame-gray-bg-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.frame-container p {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.frame-container-small {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.frame-container-small p {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.frame-gray-bg-small {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.frame-gray-bg-container > p,
.frame-gray-bg-container > header {
		margin: 0 auto;
		min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.frame-gray-bg-small > header,
.frame-gray-bg-small > p {
	max-width: 750px;
	margin: 0 auto
}
.separatingelement {
	text-align: center;
}

.ce-bodytext ul {
	padding-left: 30px !important;
}
.frame-type-text {
	max-width: 100%;
}
#page {
	overflow-x: hidden
}

/* ==== Contact Top === */

.contact-top {
	display: none;
	position: fixed;
	top: 30px;
	width: 50%;
	text-transform: uppercase;
	z-index: 99;
	right: 0;
	padding-right: 30px;
}
.contact-top .contact-link {
	float: right;
	width: 125px;
	height: 50px;
	text-align: center;
}
.contact-top .contact-tel {
	float: right;
	height: 50px;
	margin: 0 25px;
}
.contact-top .contact-tel p {
	font-size: 20px;
	line-height: 55px;
}
.contact-top .contact-link {
  font-size: 28px;
  line-height: 53px;
}
.contact-top .contact-tel {
  line-height: 50px;
  font-size: 20px;
}

/* ==== Language === */

.lang_btn {
    float: right;
}
.lang_btn:last-of-type:after {
	content: '|';
	color: #fff;
	margin: 0 5px
}

.lang_btn a,
.lang_btn a:hover {
	color: #fff;
}

/* ==== Fixed Icons === */

.fixed-icons {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
.fixed-icons .icon {
	margin: 10px;
	position: relative;
}
.fixed-icons .circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #60a4dc;
	position: relative;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.fixed-icons i {
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.fixed-icons .show-hover {
  position: absolute;
  width: 150px;
  top: 12px;
  left: 130px;
  text-align: right;
  color: #fff;
  font-weight: 400;
  opacity: 0;
  transition: 0.6s;
}
.fixed-icons .icon:hover .show-hover {
	opacity: 1;
	left: -160px;
}

.circle img {
    width: 80%;
    margin-top: 5px;
}

/* ==== Main Nav === */

.menuicon {
	position: fixed;
	z-index: 99;
	left: 40px;
	top: 25px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	background-image: url(/fileadmin/backend/menu-button.svg);
	background-color: #60a4dc;
	background-position: center;
	background-size: 85%;
	background-repeat: no-repeat;
}
.menuicon img {
	width: 50px;
}
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #60a4dc;
	overflow-y: hidden;
	transition: 0.5s;
}
.overlay-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.overlay a {
	text-decoration: none;
	font-size: 30px;
	transition: 0.3s;
	text-transform: uppercase;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	z-index: 999;
}
.overlay-content > ul {
	display: inline-table;
	margin: 0 auto;
	padding: 0;
	width: auto;
	text-align: center;
}
.overlay-content > ul > li {
	display: inline-table;
	margin: 15px 35px;
	text-align: left;
}
ul.sub-menu {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.overlay-content > ul > li {
	display: inline-table;
}
ul.sub-menu li {
	background-image:  url(/fileadmin/backend/menu-dots.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: left;
}
ul.sub-menu li a {
	font-size: 17px;
	padding-left: 20px;
	text-transform: none;
	line-height: 25px
}
.wrap-overlay-logo {
	width: 100%;
	float: none;
}
.overlay-logo {
    width: 320px;
    margin-bottom: 50px
}


/* ==== Header-1 === */

.main-slider {
	height: 750px;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
}
.swiper-slide {
	float: left;
	height: inherit !important;
	position: relative;
}
.clip {
	clip: rect(auto, auto, auto, auto);
	height: 100%;
	position: absolute;
	width: 100%;
}
.vertical-bottom {
	position: absolute;
	bottom: 95px;
	left: 0px;
	width: 100%;
}
.bg-bg-chrome.act {
	position: absolute;
}
.bg-bg-chrome {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
.bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 90px;
	height: 350px;
}
.swiper-pagination {
	padding: 40px 20px;
	background-color: rgba(0,0,0,0.4);
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: rgba(255,255,255,0.8);
}
.swiper-pagination-bullet-active {
	background-color: #fff;
}
.number {
	position: absolute;
	bottom: 20px;
	left: 11px;
	color: #fff;
	opacity: 0;
}
.numbers {
	position: absolute;
	bottom: 20px;
	width: 25px;
	left: 20px;
	color: #fff;
}
.swiper-pagination-bullet-active .number {
	opacity: 1;
}
.swiper-container .title,
.header-video .title {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 100%;
	margin-bottom: 20px;
}
.main-title p.regular {
	text-transform: uppercase;
	font-size: 14px;
}
.scroll-next {
	position: absolute;
	bottom: 40px;
	z-index: 99;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.scroll-next img {
	cursor: pointer;
	width: 50px;
}
.logo-slider {
	position: absolute;
	z-index: 99;
	max-width: 85%;
	width: 600px;
	left: 0;
	right: 0;
	margin: auto;
	top: 40%;
	transform: translateY(-50%);
}
.logo-slider img {
	width: 100%;
	height: auto;
}

/* ==== Header-2 === */

.header-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 750px;
	position: relative;
	/*margin-bottom: 50px;*/
	background-attachment: fixed;

}
.header-image span {
	width: 100%;
	padding: 0 30px;
	text-align: center;
	position: absolute;
	top: 48%;
	font-size: 100px;
	line-height: 120%;
	text-transform: uppercase;
}

.overflow-helper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* ==== Counter === */

.counter {
	text-align: center;
}
.counter .row {
	margin-top: 40px;
	margin-bottom: 40px;
}
.counter .counter-number,
.counter .counter-term {
	width: 100%;
	float: left;
}
.counter .counter-number {
	font-size: 70px;
	line-height: 100%;
}
.counter .counter-term {
	font-size: 30px;
	line-height: 100%;
}

.counter .row > div {
	transition: 0.4s;
	cursor: default;
}
.counter .row > div:hover {
	transform: scale(1.1);
}

/* ==== Galerie - Links === */

.grid-item-content {
	background-size: cover;
	background-position: center;
    position: relative;
}
.grid-item {
	padding: 0 !important;
	margin: 5px !important;
}
.grid-itemlb {
	padding: 0 !important;
	margin: 5px !important;
}
.grid-item-text.bold {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 0 10px;
}
.grid-item {
	overflow: hidden;
}
.grid-itemlb {
	overflow: hidden;
}
.hover-grid {
	transition: 0.8s;
	background-size: cover;
	background-position: center;
}
.hover-grid:hover,
.hover-grid:focus {
	transform: scale(1.05);
}



/*.projekte {
  width: 100%;
  float: left;
}*/
.projekte .grid-item.col-xs-6 {
  width: calc(33.33% - 10px);
}
.projekte .grid-itemlb.col-xs-6 {
  width: calc(33.33% - 10px);
}
.projekte .grid-item-content--square {
  height: 430px;
}
.grid-item.col-xs-6 {
	width: calc(50% - 10px);
}
.grid-item.col-xs-3 {
	width: calc(25% - 10px);
}
.projekte .grid-item.col-md-4 {
  width: calc(33.33% - 10px);
}
.projekte .grid-item.col-md-4.gridnumberthree {
  width: calc(25% - 10px);
}
.projekte .grid-item.col-md-4 .info {
  max-height: 175px;
  overflow: hidden;
}
.projekte .grid-item.col-md-4.gridnumberthree .info {
  max-height: 69px;
  overflow: hidden;
}
.grid-itemlb.col-xs-6 {
	width: calc(50% - 10px);
}
.grid-itemlb.col-xs-3 {
	width: calc(25% - 10px);
}
.projekte .grid-itemlb.col-md-4 {
  width: calc(33.33% - 10px);
}
.projekte .grid-itemlb.col-md-4.gridnumberthree {
  width: calc(25% - 10px);
}
.projekte .grid-itemlb.col-md-4 .info {
  max-height: 175px;
  overflow: hidden;
}
.projekte .grid-itemlb.col-md-4.gridnumberthree .info {
  max-height: 69px;
  overflow: hidden;
}
.headlineangebote {
  background: #b5baab;
  padding: 15px;
  width: 85%;
  margin: 0 auto;
  margin-top: -40px;
  position: relative;
  z-index: 9;
}
.headlineangebote h3 {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.gridnumberthree .grid-item-content {
  height: 320px;
}
.infomore {
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 160%;
  text-transform: none;
  text-decoration: underline;
  margin-top: 10px;
}
.grid-item.col-md-6 {
  width: calc(50% - 10px);
}
.grid-item.col-md-3 {
    width: calc(25% - 10px);
}
.grid-itemlb.col-md-6 {
  width: calc(50% - 10px);
}
.grid-itemlb.col-md-3 {
    width: calc(25% - 10px);
}
/* ==== Großes Bild, Teaser === */

.big-img {
	height: 530px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center
}
.big-img > .container {
	text-align: center;
	margin-top: -5px;
}
.big-img > .container .big-img-title,
.big-img > .container .btn-wrap {
	width: 100%;
	float: left;
	font-family: 'Josefin Sans';
  font-weight: 400;
}
.big-img > .container .big-img-title {
  font-size: 60px;
  line-height: 110%;
  margin-bottom: 20px;
}

.big-img .btn.btn-outline-primary {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
	transition: 0.3s;
}
.big-img .btn.btn-outline-primary:hover {
	color: #60a4dc;
	background-color: #fff;
}

.keepimagesize {
	padding: 0;
}
.keepimagesize img {
	width: 100% !important;
	height: auto;
	min-width: 100%;
}
.big-img.txt-bg.keepimagesize {
	height: auto !important;
	min-height: auto !important;
	width: 100%;
}
.smallsearch {
	max-width: 100%;
}

/* ==== Detail === */

.container.slider-detail.detail-one {
	position: relative;
	text-align: center;
}
.container.slider-detail.detail-two {
	position: relative;
}
.slider-detail .vertical-align {
	color: #60a4dc;
}
.gray-bg .slider-detail .vertical-align {
	color: #ffffff;
	text-align: left;
}
.container.slider-detail img {
	max-width: 100%;
	height: auto;
}
.container.slider-detail .price {
	margin-top: 25px;
}
.swiper-container.gallery-top.swiper-detail {
	height: 350px
}
.gallery-thumbs.swiper-detail .swiper-slide {
	width: calc(25.05% - 8px);
}
.dotted-frame {
    border: 1px dotted;
    padding: 20px;
}



/* ==== Wrap Tour === */

.wrap-tour {
	position: relative;
}
.wrap-tour:before {
	content: '';
	width: 100%;
	height: 70px;
	background-color: #60a4dc;
	opacity: 0.5;
	position: absolute;
}

/* ==== Story === */

.row.equal > .col-md-3 {
	position: relative;
	background-size: cover;
	background-position: center;
}
.row.equal > .col-md-4.story-text {
	padding-top: 10px;
	padding-right: 35px;
}
.story .story-right {
	width: 75%;
	height: 0;
	padding-bottom: 75%;
	background-position: center;
	background-size: cover;
}
.story .story-left {
	width: 80%;
	height: 0;
	padding-bottom: 40%;
	float: right;
	background-position: center;
	background-size: cover;
}
.row.story-bottom {
	position: relative;
}
.row.story-bottom .col-md-7 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.row.story-bottom .col-md-4.col-md-push-7,
.story-right-text {
	padding-top: 75px;
	padding-left: 50px;
}

/* ==== Inhalt, mehr zur Seite === */

.container-fluid.page-more {
	height: auto;
	overflow: hidden;
	position: relative;
}
.container-fluid.page-more,
.container-fluid.page-more .col-md-7 {
	padding: 0;
}
.container-fluid.page-more .col-md-7 img {
	max-width: 100%;
	height: auto;
}
.wrapper-page-more .container.push-top {
	height: auto !important;
}
.page-more-link {
	margin-top: 20px;
	text-align: right;
}
.page-more-link img {
	transform: 0.3s;
}
.page-more-link img:hover {
	filter: invert(1);
}
.wrapper-page-more {
	position: relative;
}
.col-md-7.page-more-image {
	background-position: center;
	background-size: cover;
}
.page-more-push > div {
	padding-top: 25px;
}

/* ==== Großes Bild, Text === */

.big-img.txt-bg {
	height: auto;
	min-height: 500px;
	position: relative;
}
.big-img.txt-bg > .container {
	text-align: initial;
	margin: 145px auto 110px;
}
.bagde {
    position: absolute;
    background: rgba(255,255,255,0.6);
    padding: 15px;
    left: 0;
    text-transform: uppercase;
    color: #60a4dc;
    font-size: 20px;
    top: 5%;
}

/* ==== Bild mit Info === */

.big-img.txt-bg.img_info {
	height: 750px;
	position: relative;
}
.big-img.txt-bg.img_info > .container {
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}

/* ==== Trenner === */

.separatingelement {
	text-align: center;
	padding: 20px 15px;
	width: 100%;
}

/* ==== Zimmer === */

.col-md-2.price {
	text-align: center;
	align-self: flex-end;
}
.from {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
	margin-bottom: 0px;
	line-height: 15px;
}
.price-nb {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 60px;
	margin-bottom: 15px;
}
.rooms-small img {
	width: 100%;
	height: auto;
}
.rooms-small h2 {
	margin-bottom: 0px;
}
.rooms-small .col-md-5 {
  padding: 0 15px;
}

/* ==== Inhalt Zimmer === */
.col-md-4.content-rooms-text {
  margin-left: 10%;
}
.col-md-4.content-rooms-text.content-rooms-text-left {
  float: right;
  margin-left: 0;
}
.swiper-container.gallery-top{
	height: 750px;
}
.frame-container .swiper-container.gallery-top.swiper-rooms-.swiper-container-horizontal {
	height: 450px;
}
.rooms-slider.container-fluid.frame-container .content-rooms-text h3 {
  text-align: right;
  margin: 0;
  color: #333;
  font-weight: 600;
  font-size: 20px;
}
.gallery-top .swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-thumbs {
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: calc(16.7% - 8px);
	height: 100%;
}
.rooms-slider.container-fluid,
.rooms-slider.container-fluid > div {
	padding: 0;
}
.rooms-slider.container-fluid.frame-container {
	padding: 0 30px;
}
.rooms-slider.container-fluid.frame-container .col-md-7, .rooms-slider.container-fluid.frame-container .col-md-5 {
  width: 50%;
}
.rooms-slider.container-fluid.frame-container .col-md-5 .col-md-4.content-rooms-text {
	width: 100%;
	margin-left: 0%;
}
.col-md-4.col-md-offset-8.content-rooms-text h2 {
  font-size: 24px;
}
.gallery-thumbs .swiper-wrapper {
	opacity: 1;
	transform: initial !important
}
.gallery-thumbs .swiper-slide {
	opacity: 1;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide img {
	width: 100%;
	height: auto
}

@media screen and (min-width: 2300px) {
	.container-fluid .col-md-7 {
		max-width: 52%;
	}
	.container-fluid .col-md-7.col-md-push-5,
	.container-fluid .col-md-7.col-md-offset-5 {
		float: right;
		left: auto
	}
}

/* ==== Google Map === */

#map {
	width: 100%;
	height: 530px;
	position: relative;
	padding: 0;
}
#bestaetigung {
	width: 100%;
	height: 530px;
	cursor: pointer;
}
#bestaetigung p {
	position: absolute;
	/*top: 50%;*/
	text-align:center;
	width: calc(100% - 40px);
	padding: 0 20px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 20px;
	color: #60a4dc !important;
}
#bestaetigung img {
	position: absolute;
	top: 33%;
	margin: auto;
	left: 0;
	right: 0;
	width: 50px;
}


/* ==== Lightbox === */

.featherlight .featherlight-content {
	padding: 0;
	border-bottom: 0;
}
.featherlight-next, .featherlight-previous {
	left: 90%;
	background-color: rgba(255,255,255,0) !important;
}
.featherlight-previous {
	left: 15px;
	right: 90%;
}
.featherlight-next span, .featherlight-previous span {
	display: block !important;
	font-size: 30px;
	line-height: 30px;
	margin-top: -25px;
	text-shadow: 0px 0px !important;
	width: 40px;
	height: 40px;
}

/* ==== Flipbox ==== */

.flipbox {
    width: 85%;
    height: 85%;
    background: white;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
    opacity: 0;
    transition: 0.3s;
    text-transform: uppercase;
    color: #4e4e4e;
    text-align: center;
    padding: 30px;
    font-size: 15px;
}
.flipbox span {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 25px;
	width: 100%;
	display: block;
}
.grid-item-content:hover .flipbox {
	opacity: 1;
}
.show-next {
    text-align: center;
    padding: 50px;
    cursor: pointer;
}
.show-next img {
	width: 35px;
	height: 35px;
}
.show-next > img.minus {
	display: none;
}
.show-next.open > img.minus {
	display: inline-block;
}
.show-next.open > img.plus {
	display: none;
}
.row.next {
	opacity: 0;
	height: 0;
	transition: 0.5s;
}
.row.next.show {
	opacity: 1;
	height: auto;
	padding-bottom: 70px;
}

.grid-item.col-md-4.col-xs-6 {
	opacity: 0;
	height: 0;
	position: relative !important;
	left: auto !important;
	top: auto !important;
}
.grid-item.col-md-4.col-xs-6:nth-of-type(1), .grid-item.col-md-4.col-xs-6:nth-of-type(2), .grid-item.col-md-4.col-xs-6:nth-of-type(3), .grid-item.col-md-4.col-xs-6:nth-of-type(4), .grid-item.col-md-4.col-xs-6:nth-of-type(5), .grid-item.col-md-4.col-xs-6:nth-of-type(6), .grid-item.col-md-4.col-xs-6:nth-of-type(7), .grid-item.col-md-4.col-xs-6:nth-of-type(8), .grid-item.col-md-4.col-xs-6:nth-of-type(9), .grid-item.col-md-4.col-xs-6.show {
  opacity: 1;
  height: auto;
}



/* ==== Footer === */

footer {
	padding: 50px 0;
	text-align: center;
}
footer .frame-type-image {
	text-align: center;
}
footer .frame-type-image img {
	max-width: 220px;
	height: auto;
}
.footer ul {
	list-style: none;
}
footer .social-media-footer {
	font-size: 30px;
}
footer .social-media-footer i {
	margin-right: 10px;
	opacity: 0.7;
	transition: 0.3s
}
footer .social-media-footer i:hover {
	opacity: 1;
}
.footer {
  float: left;
  width: 100%;
}

/* ==== News List View === */

.container.news-listview {
	margin-bottom: 30px;
}
.news .article .news-img-wrap img {
	max-width: 100%;
	height: auto;
}
.news .article .news-img-wrap a {
	border: 0px;
	padding: 0;
}
.news .article h3 {
	margin-top: 0;
}
.container.news-page-nav {
	margin-bottom: 30px;
}

/* ==== News Detail View === */

.news.news-single .container {
	margin-top: 50px;
	margin-bottom: 50px;
}
.news-single .article .news-img-wrap {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.news-single .article .header {
	width: 100%;
	float: left;
}
.news .article .news-img-wrap {
	background-color: rgba(0,0,0,0);
}
.news-single .footer {
	border-top: 0px;
}
.news-single .news-text-wrap {
	margin-bottom: 40px;
}

/* ==== News Grid === */

.news-grid .header {
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 100%;
}
.news-grid .header h3 {
	margin: 0;
	padding: 0 5px;
}
.news-grid .news-img-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
}
.news-grid .news-img-wrap img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: 0.8s;
}
.news-grid .grid-item-content:hover img {
	transform: scale(1.1);
}

/* ==== Powermail === */
.powermail_fieldset > legend {
	display: none;
}
.powermail_form.form-horizontal .control-label {
	text-align: left;
}
.powermail_form .form-control {
	border-radius: 0px;
}
.powermail_form a {
	color: #333;
	text-decoration: underline;
}

.powermail_fieldwrap_type_submit .btn.btn-primary,
.frame-type-form_formframework button.btn.btn-primary {
    border: 3px solid #333;
    border-radius: 0px;
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
    height: 45px;
    line-height: 41px;
    padding: 0 30px;
    transition: ease 0.4s;
    background-image: none;
    background-color: rgba(255,255,255,0);
    /*font-family: 'TradeGothic-BoldCondTwenty','Helvetica Neue',Helvetica,Arial,sans-serif;*/
    text-shadow: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.powermail_fieldwrap_type_submit .btn.btn-primary:hover,
.frame-type-form_formframework button.btn.btn-primary:hover {
	background-color: #333;
	color: #fff;
}
.frame-type-form_formframework textarea {
	height: 8em;
}
.powermail_create h2 {
	padding: 0 15px
}

/* ==== Breadcrumbs ==== */
.breadcrumb {
	background-color: rgba(255,255,255,0);
	padding: 0;
	margin-top: -30px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	z-index: 99;
	margin-left: 40px;
	opacity: 0.6;
	transition: 0.4s;
}
#p1 .breadcrumb {
	display: none;
}
.breadcrumb:hover {
	opacity: 1;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.breadcrumb ol li {
	float: left;
}
.breadcrumb ol li:after {
	content: '/';
	margin: 0 7px;
}
.breadcrumb ol li:last-of-type {
	cursor: default;
}
.breadcrumb ol li:last-of-type:after {
	content: '';
}

/* ==== cookiechoices ==== */

#cookieChoiceInfo {
	width: 320px;
	background-color: #88898a;
	bottom: 15px;
	right: 15px;
	left: auto;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	padding: 15px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	z-index: 101;
	letter-spacing: 1px
}
#cookieChoiceInfo span {
	display: block;
	padding: 0 2%
}
#cookieChoiceInfo a {
    font-weight: 400;
    color: #fff;
    width: 46%;
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px 0px 6px;
    float: left;
    margin: 10px 2% 0px !important;
    background-color: #88898a;
    border: 3px solid;
    text-transform: uppercase;
    line-height: 12px;
}
@media screen and (max-width: 480px) {
	#cookieChoiceInfo {
		left: 0;
		right: 0;
		margin: 0 auto !important;
		max-width: 95%;
	}
}

/* ==== Shariff ==== */

#c8 {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.shariff {
	    float: right;
	    position: relative;
	    left: -50%;
	    text-align: center;
	}
	.shariff ul {
		list-style: none;
	    position: relative;
	    left: 50%;
	    width: 340px;
	    max-width: 100%
	}
}
@media screen and (max-width: 360px) {
	.shariff ul {
	    width: 160px;
	}
}
@media screen and (min-width: 768px) {
	.shariff {
	    float: right;
	    position: relative;
	    left: -50%;
	    text-align: center;
	}
	.shariff ul {
		list-style: none;
	    position: relative;
	    left: 50%;
	    width: 470px;
	}
}

/* ==== Imageelement */

.imageelement {
	padding: 0;
    height: 480px;
}
.imageelement-txt {
	padding: 0;
}
.img-col {
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
}
.imageelement-txt .img-col {
    height: auto;
}
.col-50 {
	width: 50%;
}
.col-37 {
	width: 37.5%;
}
.col-25 {
	width: 25%;
}
.top {
    width: 100%;
    position: absolute;
    background: rgba(255,255,255,0.6);
    height: 100px;
    color: #60a4dc;
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
}
.top span {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.txt-col {
	padding: 140px 40px 40px;
	color: #fff;
}
.txt-col a,
.txt-col a:hover {
	color: #fff;
	text-decoration: underline;
}
@media (min-width: 767px) {
    .txt-var {
      display: flex;
      flex-wrap: wrap;
    }
}

@media (max-width: 766px) {
	.imageelement {
	    height: 300px;
	}
	.top {
		height: 80px;
		font-size: 28px;
	}
	.txt-var .txt-col {
		float: left;
		width: 100%;
		padding: 30px
	}
	.txt-var .col-37 {
		width: 50%;
		height: 300px;
		float: left;
	}
}

@media (max-width: 480px) {
	.top {
		font-size: 23px;
	}
}


/* ==== Toggle ==== */

.toggle-btn {
	text-align: center;
}
.toggle-btn span {
	cursor: pointer;
}
.toggle-btn span:hover {
	text-decoration: underline;
}

/* ==== Header Video ==== */
.header-video {
    overflow: hidden;
    background-attachment: scroll;
}
#video-bg {
    position: absolute;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.social-top {
	position: fixed;
	top: 20px;
	right: 40px;
	z-index: 99;
	width: 30px;
	text-align: center;
	font-size: 22px;
}
.social-top a {
	color: #fff;
}
/* ==== Powermail ====*/
/*.powermail_form h3,
.powermail_form label.control-label {
	display: none;
}
.powermail_fieldwrap.powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz.form-group.col-md-6 {
    width: 100%;
}
.powermail_fieldwrap.powermail_fieldwrap_type_submit.powermail_fieldwrap_absenden.form-group.col-md-6 > div {
	margin-left: 0;
}
.powermail_form .btn.btn-primary,
.powermail_form .btn.btn-primary:hover {
	background-color: #60a4dc;
	color: #fff;
	padding: 20px 40px;
	font-size: 17.5px;
	height: auto;
	line-height: 100%;
	text-shadow: none;
	border: 0px;
	text-transform: none;
}
.powermail_form input[type="text"],
.powermail_form input[type="email"],
.powermail_form textarea {
	box-shadow: none;
	padding: 12px
}
.powermail_form input[type="text"],
.powermail_form input[type="email"] {
	height: 45px;
}
.powermail_form textarea {
	resize: none
}
*/


/* Typer */
.typer-headline h1 {
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 400;
  margin-bottom: 50px;
  font-family: 'Josefin Sans';
}
.typer-headline p {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 160%;
}



/* Detail Projekte */
.projektdetail .col-md-8.col-sm-6 img {
  max-width: 100%;
  height: auto;
}
.projektdetail > div {
  display: flex;
  align-items: center;
}
.projektdetail h1 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
}



.stoerer {
	width: 315px;
	height: 315px;
	position: absolute;
	z-index: 9;
	right: 50px;
	top: 50px;
	transform: rotate(6deg);
}
.stoerer img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 1200px) {
	.stoerer {
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width: 991px) {
	.stoerer {
		width: 170px;
		height: 170px;
		right: 30px;
		top: 30px;
	}
}
@media screen and (max-width: 580px) {
	.stoerer {
		display: none
	}
}


/* Emotion Bild/Text */
.emotionimgtext {
  text-align: center;
}
.emotionimgtext img {
  margin-bottom: 80px;
}
.emotionimgtext h2 {
  text-transform: uppercase;
  max-width: 700px;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 30px;
  font-family: 'Josefin Sans';
  font-weight: 400;
}
.emotionimgtext p {
  color: #bda67f;
  font-family: 'Open Sans';
  font-weight: 400;
}
/*.emotionimgtext {
  float: left;
  width: 100%;
}*/



/* Emtion Fullwidth */
.emotionfullwidthimg img {
  width: 100%;
  height: auto;
}


.frame-type-container-1.frame-layout-1 {
  background-color: #60a4dc;
  padding: 80px 0;
}
.frame-type-container-1.frame-layout-1 ul li {
  color: #fff;
  margin-bottom: 14px;
}
.frame-type-container-1.frame-layout-1 ul li::marker {
  color: #fff;
}


/* Icon */
.iconlink h3 {
  font-size: 25px;
  margin-top: 25px;
  font-family: 'Josefin Sans';
  font-weight: 400;
}
.iconlink {
  text-align: center;
  margin-top: 20px;
}
.iconlink a {
  float: left;
  width: 100%;
  color: #000;
}

.frame-layout-1 h2 {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Josefin Sans';
  font-weight: 400;
}

.frame-gold-bg-container {
  text-transform: uppercase;
  background-color: #5784b2;
  color: #fff;
	padding: 80px 0;
}
.frame-gold-bg-container h2 {
  font-family: "rafterscript";
  text-transform: none;
  font-size: 3rem;
}


.buttonlink a {
  background-color: #bda67f;
  text-transform: uppercase;
  padding: 15px 30px 12px 30px;
  font-family: 'Josefin Sans';
  font-weight: 400;
}
.buttonlink {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.contentcolor .text-center {
  padding: 40px;
}
.contentcolor p {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.contentcolor .bg-gray-dark {
	background-color: #60a4dc;
}

.contentcolor h3 {
  text-transform: unset;
  font-size: 26px;
  margin-top: 0;
  font-family: 'Josefin Sans';
  font-weight: 400;
}
.contentcolor .bg-gray-dark h3, .contentcolor .bg-gray-dark p {
	color: #fff;
	font-family: 'Josefin Sans';
  font-weight: 400;
}

/*Kosten*/
.costs {
  background-color: #60a4dc;
  padding: 40px 30px;
  color: #fff;
  position: relative;
  float: left;
  width: 100%;
}
.costsnumber {
  position: absolute;
  right: 40px;
  font-size: 40px;
  background-color: #bda67f;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
}
.costsheadline h2 {
  text-transform: uppercase;
}
.coststext p {
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  text-align: center;
  font-size: 18px;
}
.coststext {
  margin: 70px 0 40px 0;
}
hr.costsline:before {
	height: unset;
}
hr.costsline {
  border-color: #fff;
  width: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 60px;
  opacity: 1;
}
.costsprice {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}
.costslink {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  text-align: center;
}



/* FAQ */
.accordion-button {
  width: 100%;
  float: left;
  text-align: center;
  background: #60a4dc;
  color: #fff;
  font-size: 20px;
  border-radius: 0;
  border: 0;
  padding: 15px;
}
.accordion-body p {
  text-align: center;
  margin-top: 15px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.accordion-item {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.accordion-header {
  float: left;
  width: 100%;
  margin-bottom: 0 !important;
}
.accordion-button span {
  width: 100%;
  float: left;
  text-align: center;
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-button:not(.collapsed) {
	width: 100%;
  float: left;
  text-align: center;
  background: #60a4dc;
  color: #fff;
  font-size: 20px;
  border-radius: 0;
  border: 0;
  padding: 15px;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("/fileadmin/images/layout/pfeil.svg");
	margin-left: 10px;
}
.accordion-button::after {
  background-image: url("/fileadmin/images/layout/pfeil.svg");
  margin-left: 10px;
}
.accordion-item {
  background-color: unset;
  border: unset;
}
.accordion-button:focus {
	border: 0;
	box-shadow: unset;
}
.accordion-item h2 {
  margin-top: 0 !important;
}
.accordion-item.show {
	opacity: 1;
	height: auto;
	margin-top: 20px;
}
.accordion-item {
	opacity: 0;
	height: 0;
	margin-top: 0px;
}
.accordion-item:nth-of-type(1), .accordion-item:nth-of-type(2), .accordion-item:nth-of-type(3), .accordion-item:nth-of-type(4), .accordion-item:nth-of-type(5) {
	opacity: 1;
	margin-top: 20px;
	height: auto;
}
.accordion-collapse {
	height: 55px !important;
}
.accordion-item.show-accordion-item {
  opacity: 1;
  margin-top: 20px;
  height: auto;
}




.kundenslider .carousel-item .row {
  position: relative;
}
.kundensliderheadline {
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 19px;
  font-family: 'Josefin Sans';
  font-weight: 400;
}
.kundenslidertext {
  padding-right: 25%;
}
.kundenslidertext p {
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.kundenslidersubtitle {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.owl-carousel.carouselsliderinfos.owl-loaded.owl-drag .col-md-3 img {
	border-radius: 100%;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
}
.owl-nav img {
  width: 35px;
  height: auto;
}
/*.carouselslider {
  float: left;
  width: 100%;
}*/
.carouselsliderinfos .owl-next {
  position: absolute;
  right: -100px !important;
  float: right;
}
.carouselsliderinfos .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%;
}
.carouselsliderinfos .owl-prev {
  position: absolute;
  left: -100px;
}
.carouselsliderteam .owl-next {
  position: absolute;
  right: -100px !important;
  float: right;
}
.carouselsliderteam .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%;
}
.carouselsliderteam .owl-prev {
  position: absolute;
  left: -100px;
}
.carouselsliderteam .owl-nav.disabled {
	display: block !important; 
}
.carouselsliderroom .owl-nav.disabled {
	display: block !important; 
}
.carouselsliderroombgcolor .owl-nav.disabled {
	display: block !important; 
}
.owl-carousel.carouselsliderteam.owl-loaded.owl-drag .item img {
  border-radius: 100%;
}


/* Textelement */
.textelementbg.textelementtop {
  margin-top: -100px !important;
  z-index: 111;
  position: relative;
}
.textelementbg {
  width: 1000px;
  margin: 0 auto;
  background-color: #60a4dc;
  color: #fff;
  padding: 70px 9% 50px 9%;
}
.textelementbg p {
  margin-top: 50px;
}
.textelementbg h2, .textelementbg h1 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Josefin Sans';
  font-weight: 400;
}
.textelementbg {
  text-align: center;
}
.textelementbg .ce-subheadline-center {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
}

.textelementbg hr::before {
  height: unset;
  margin-top: 0;
}
.textelementbg hr {
  margin: 0 auto;
  width: 50px;
  height: 2px;
  opacity: 1;
}


.video-bg {
  position: absolute;
  left: 50%;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.video-fullwidth {
  width: 100%;
  height: 100%;
  height: 725px;
  width: 100vw;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}


.headlinelogo h2 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
  font-family: 'Josefin Sans';
}

.headlinelogo hr {
    margin: 0;
    width: 50px;
    height: 2px;
    opacity: 1; 
    background: #fff;
}
.headlinelogo hr::before {
  height: unset;
  margin-top: 0;
}

.headlinelogo p {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
}
.headlinelogo {
  position: relative;
}
.headlinelogocontent {
  position: absolute;
  top: 0;
}
.headlinelogo img {
  position: absolute;
  top: -20px;
  left: -60px;
}


.teamsliderheadline {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 19px;
  text-align: center;
  margin-top: 20px;
}
.teamslidersubline {
  color: #bda67f;
  text-align: center;
  text-transform: uppercase;
}
.carouselsliderteam .item img {
  margin: 0 auto;
}

.sliderroom {
  padding: 100px 0;
  float: left;
  width: 100%; 
  overflow: hidden;
}
.sliderroom h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: left;
  margin-left: 50px;
  font-family: 'Josefin Sans';
  font-weight: 400;
}
.sliderroom .owl-carousel .owl-item img {
  width: 100% !important;
  height: auto;
  position: relative;
}
.carouselsliderroom .owl-item {
  padding: 0 5px;
}
.carouselsliderroombgcolor .owl-item {
  padding: 0 5px;
} 
.owl-carousel.carouselsliderroombgcolor.owl-loaded.owl-drag {
  position: relative;
}
.owl-carousel.carouselsliderroom.owl-loaded.owl-drag {
  position: relative;
}
.sliderroomtitle {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}
.sliderroomcontent {
  position: absolute;
  bottom: 0;
  width: calc(100% - 10px);
  padding: 0 25px;
}
.carouselsliderroom img {
  width: 18px;
}
.carouselsliderroombgcolor img {
  width: 18px;
}
.carouselsliderroombgcolor .owl-nav.disabled, .carouselsliderroom .owl-nav.disabled {
  position: absolute;
  left: -30px;
  top: 49%;
}
.carouselsliderroom .owl-nav.disabled .owl-prev {
  position: absolute;
  top: -30px;
}
.carouselsliderroombgcolor .owl-nav.disabled .owl-prev {
  position: absolute;
  top: -30px;
}
.sliderroomcontent hr {
  width: 40px;
  height: 2px;
  opacity: 1;
  background: #fff;
  margin: 8px 0;
}
.sliderroomcontent hr:before {
	height: unset;
	margin-top: 0;
}
.sliderroomcontent {
  position: absolute;
  bottom: 50px;
}
.sliderroomsubtitle {
  color: #fff;
  text-transform: uppercase;
}
.sliderroomprice {
  color: #fff;
  text-transform: uppercase;
  float: right;
}
.sliderroomprice {
  font-size: 24px;
  font-weight: 600;
}
.sliderroomprice span{
  font-size: 1rem;
}
.sliderroom .item a {
  color: #60a4dc;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  float: left;
  width: 100%;
  padding: 0 25px;
}
.sliderroom .owl-carousel .owl-item  a img {
  width: 20px !important;
  display: inline;
}
.sliderroom.sliderroombgcolor {
  background: #678e96;
}
.sliderroom.sliderroombgcolor h2 {
	color: #fff;
}
.sliderroom.sliderroombgcolor .item a {
	color: #fff;
}
.sliderroom {
  position: relative;
}
.slider-counter {
  position: absolute;
  top: 60%;
  float: left;
  width: 100%;
  max-width: 1320px;
  margin-left: -50px;
}


.headlinetext .buttonlink {
	margin-top: 20px;
}
/*.headlinetext {
  float: left;
  width: 100%;
}*/
.headlinetext p {
  text-align: center;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  margin-bottom: 30px;
}
.headlinetext .frame-gold-bg-container h2 {
  margin-bottom: 0;
}


/*Bildergalerie*/
.imggallerybig img {
  width: 100%;
  height: auto;
}
.imggallerysmall img {
  width: 50%;
  height: auto;
  float: left;
}
.col-md-6.lightboxgalleryleft {
  padding: 0;
  overflow: hidden;
}
.col-md-6.lightboxgalleryright {
  padding: 0;
  overflow: hidden;
}
.col-md-6.lightboxgalleryright img {
  padding: 0 7.5px 15px 7.5px;
}
.col-md-6.lightboxgalleryleft img {
  padding: 0 7.5px 15px 7.5px;
  width: 100%;
  height: auto;
}
.col-md-3.lightboxgalleryleft img {
  width: 100%;
}

.col-md-3.lightboxgalleryright img {
  width: 100%;
}
.col-md-6.lightboxgallerycenter img {
  width: 100%;
  height: auto;
}
.col-md-3.lightboxgalleryleft img {
  padding: 0 7.5px 15px 7.5px;
}
.col-md-3.lightboxgalleryright img {
	padding: 0 7.5px 15px 7.5px;	
}
.col-md-6.lightboxgallerycenter img {
  padding: 0 7.5px 0 7.5px;
}
.col-md-6.lightboxgalleryleft .imggallerysmall {
  width: 50%;
  float: left;
}
.col-md-3.lightboxgalleryleft {
  padding: 0;
}
.col-md-6.lightboxgallerycenter {
  padding: 0;
}
.col-md-3.lightboxgalleryright {
	padding: 0;	
}
.imggalleryrechteck {
  /*height: 315px;*/
  overflow: hidden;
  /*margin-bottom: 15px*/
}
.col-md-6.lightboxgallerycenter .imggallerysmall {
  width: 50%;
  float: left;
}
.col-md-6.lightboxgalleryleft .grid-item-content--height4 {
	height: 645px;
}
.col-md-6.lightboxgallerycenter .imggallerybig .hover-grid.grid-item-content--height4 {
	height: 645px;
}
.lightbox-gallery {
  padding: 0;
  float: left;
  overflow: hidden;
  margin: 0 7.5px;
  width: calc(100% - 15px);
  margin-bottom: 15px;
}
.col-md-6.lightboxgalleryright .hover-grid.grid-item-content--height4 {
  height: 315px;
}
.col-md-6.lightboxgalleryright .imggallerysmall {
  width: 50%;
  float: left;
}
.col-md-3.lightboxgalleryleft .imggallerysmall .hover-grid.grid-item-content--height4 {
  height: 315px;
  position: relative;
}
.col-md-6.lightboxgallerycenter .imggallerysmall .hover-grid.grid-item-content--height4 {
  height: 315px;
  position: relative;
}
.col-md-3.lightboxgalleryright .imggallerysmall .hover-grid.grid-item-content--height4 {
  height: 315px;
  position: relative;
}
.col-md-6.lightboxgalleryleft .imggallerysmall .hover-grid.grid-item-content--height4 {
  height: 315px;
  position: relative;
}
.col-md-6.lightboxgalleryright .imggallerybig .hover-grid.grid-item-content--height4 {
	height: 645px;
	position: relative;
}
.col-md-6.lightboxgalleryleft .imggallerybig .hover-grid.grid-item-content--height4 {
	height: 645px;
	position: relative;
} 
.col-md-6.lightboxgalleryleft .imggalleryrechteck .hover-grid.grid-item-content--height4 {
	height: 315px;
	position: relative;
}
.col-md-6.lightboxgalleryleft .imggalleryrechteck {
  overflow: unset;
  position: relative;
}
.col-md-6.lightboxgallerycenter .imggalleryrechteck .hover-grid.grid-item-content--height4 {
  height: 315px;
  position: relative;
}
.col-md-6.lightboxgalleryright .hover-grid.grid-item-content--height4 {
  height: 315px;
  position: relative;
}
.col-md-6.lightboxgalleryright .hover-grid.grid-item-content--height4 {
  height: 645px;
  position: relative;
}
.col-md-6.lightboxgalleryright .imggallerysmall .hover-grid.grid-item-content--height4 {
  height: 315px;
  position: relative;
}
.col-md-6.lightboxgalleryright .imggalleryrechteck .hover-grid.grid-item-content--height4 {
  height: 315px;
  position: relative;
}


 .col-md-3.lightboxgalleryleft .imggallerysmall .hover-grid.grid-item-content--height4 video {
  width: auto;
	height: 100%;
}
.col-md-6.lightboxgallerycenter .imggallerysmall .hover-grid.grid-item-content--height4 video {
  width: auto;
	height: 100%;
}
.col-md-3.lightboxgalleryright .imggallerysmall .hover-grid.grid-item-content--height4 video {
  width: auto;
	height: 100%;
}
.col-md-6.lightboxgalleryleft .imggallerysmall .hover-grid.grid-item-content--height4 video {
  width: auto;
	height: 100%;
}
.col-md-6.lightboxgalleryright .imggallerybig .hover-grid.grid-item-content--height4 video {
	width: auto;
	height: 100%;
}
.col-md-6.lightboxgalleryleft .imggallerybig .hover-grid.grid-item-content--height4 video {
	width: auto;
	height: 100%;
} 
.col-md-6.lightboxgalleryleft .imggalleryrechteck .hover-grid.grid-item-content--height4 video {
	width: 100%;
  height: auto;
}
.col-md-6.lightboxgallerycenter .imggalleryrechteck .hover-grid.grid-item-content--height4 video {
  width: 100%;
  height: auto;
}
.col-md-6.lightboxgalleryright .hover-grid.grid-item-content--height4 video {
  width: auto;
	height: 100%;
}
.col-md-6.lightboxgalleryright .hover-grid.grid-item-content--height4 video {
  width: auto;
	height: 100%;
}
.col-md-6.lightboxgalleryright .imggallerysmall .hover-grid.grid-item-content--height4 video {
  width: auto;
	height: 100%;
}
.col-md-6.lightboxgalleryright .imggalleryrechteck .hover-grid.grid-item-content--height4 video {
  width: 100%;
	height: auto;
}
.col-md-6.lightboxgallerycenter .imggallerybig .hover-grid.grid-item-content--height4 video {
	height: 100% ;
	width: auto;
}

.titlelbgallery {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  width: 100%;
  bottom: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}


.buttonheader {
  position: absolute;
  right: 100px;
  top: 20px;
  z-index: 1111;
}
.buttonheader .btn.btn-outline-primary.small {
  padding: 5px 0;
  width: 115px;
}
.buttonheader .btn.btn-outline-primary.small {
	background-color: #fff;
	border: 3px solid #fff;
}
.buttonheader .btn.btn-outline-primary.small.buttonbuchen {
  background: #333;
    background-color: rgb(51, 51, 51);
  color: #fff;
  border: 3px solid #333;
}
.buttonheader .btn.btn-outline-primary.small.buttonbuchen:hover {
	background: #fff;
  color: #333;
  border: 3px solid #fff;
}
.buttonheader .btn.btn-outline-primary.small:hover {
	background: #333;
  color: #fff;
  border: 3px solid #333;
}

.frame-space-before-extra-small { margin-top: 1em; }
.frame-space-before-small { margin-top: 2em; }
.frame-space-before-medium { margin-top: 3em !important; }
.frame-space-before-large { margin-top: 4em; }
.frame-space-before-extra-large { margin-top: 5em; }
.frame-space-after-extra-small { margin-bottom: 1em; }
.frame-space-after-small { margin-bottom: 2em; }
.frame-space-after-medium { margin-bottom: 3em; }
.frame-space-after-large { margin-bottom: 4em; }
.frame-space-after-extra-large { margin-bottom: 5em; }

.frame-gray-bg-container-bright .container .container {
  padding: 0;
}
.schnellbuchung {
  background-color: #808777;
  padding: 40px 0;
}
.schnellbuchung label {
  color: #fff;
}
.schnellbuchung input {
  border-radius: 0;
}
.schnellbuchung .btn.btn-primary {
  background: #bbc0a4 !important;
  padding: 6.5px 15px !important;
  color: #fff;
  width: 100%;
  margin-top: 32px;
  border-radius: 0;
  border: 0;
}
.frame-gray-bg h2 {
  color: #fff;
  font-size: 2.5rem;
}
.frame-layout-1 .frame-gray-bg-container-bright {
  padding: 0;
  background-color: #fff;
}

form .form-group {
  margin-top: 25px;
}
.container form .col-md-6 {
	margin-bottom: 0;
}
form .actions {
  margin-top: 30px;
}



/* Contentinfo */

.text-image-v2 .wrapper {
  background: #b1cbdf;
  padding-bottom: 70px
}
.text-image-v2 .wrapper .image-col, .text-image-v1 .wrapper .image-col, .text-image-v3 .wrapper .image-col {
  padding: 0 50px;
  margin-top: 50px;
}
.text-image-v2 .wrapper .headline, .text-image-v1 .wrapper .headline, .text-image-v3 .wrapper .headline {
  background-color: #60a4dc;
  padding: 20px 45px;
  margin: 0 40px;
  margin-top: -60px;
  display: inline-block;
  width: calc(100% - 80px);
}
.text-image-v2 .wrapper .headline h3, .text-image-v1 .wrapper .headline h3, .text-image-v3 .wrapper .headline h3 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  hyphens: auto;
  font-family: 'Josefin Sans';
  font-weight: 400;
}
.text-image-v2 .wrapper .text-col, .text-image-v1 .wrapper .text-col, .text-image-v3 .wrapper .text-col {
  padding: 0 90px;
  margin-top: 50px;
}
.text-image-v2 .wrapper .image-col img {
  margin-top: -50px;
  height: auto;
}
.text-image-v1 .wrapper .image-col img {
  margin-top: 50px;
  width: 90%;
  margin-left: -100px;
  height: auto;
}
.button-wrap {
  text-align: right;
}
.button-wrap .linkgalleryroom {
  float: unset;
}
.text-image-v2 .wrapper .text-col p, .text-image-v1 .wrapper .text-col p, .text-image-v3 .wrapper .text-col p   {
  margin-bottom: 40px;
}
.text-image-v1 {
  background: #b7daf1;
  padding-bottom: 70px
}
.text-image-v2 {
  margin-top: 200px;
}
.col-md-6 .contentinfo, .col-md-12 .contentinfo {
  padding: 0 45px;
  position: relative;
}

.contentinfo .col-md-12 .col-md-6 {
  padding: 0 15px;
}
.text-image-v3 {
  background: #eae8e2;
  padding-bottom: 70px
}

.contentinfo .col-md-12 .col-md-6 .headline {
  margin: 0;
}
.col-md-12 .contentinfo .col-md-6:last-child {
  margin-top: -200px;
}
.text-image-v3 .wrapper .image-col {
  margin-top: 80px;
}
.text-image-v3 .wrapper .text-col {
  margin-left: 45px;
}
.text-image-v3 .wrapper .headline {
  width: auto;
}

.contentinfo .col-md-12 .button-wrap {
  text-align: left;
}
.col-md-12 .contentinfo .col-md-6:first-child img {
  position: absolute;
  bottom: -130px;
  left: -50px;
  max-width: 500px;
}
.col-md-12 .contentinfo .col-md-6:first-child {
  position: relative;
}
.contentinfo .col-md-12 {
  margin-bottom: 60px;
}
.text-image-v2 .wrapper .image-col img, .text-image-v1 .wrapper .image-col img, .text-image-v3 .wrapper .image-col img {
	width: 100%;
}
.text-image-v3 .wrapper .image-col img {
  width: 70%;
  margin-top: -150px;
  margin-left: -130px;
  height: auto;
}
.button-wrap .linkgalleryroom {
  float: unset;
  color: #212529;
}
a.linkgalleryroom {
  text-align: right;
  margin-bottom: 10px;
  background: #60a4dc;
  color: #fff !important;
  width: auto;
  margin-right: 10px;
  padding: 12px 15px;
  font-size: 16px;
  line-height: unset;
}
a.linkgalleryroom:nth-child(2) {
  border: 2px solid #333;
  border-radius: 0px;
  text-transform: uppercase;
  color: #333 !important;
  font-size: 16px;
  padding: 10px 30px;
  transition: ease 0.4s;
  background: #fff;
}
.linkgalleryroom {
  float: right;
  text-transform: uppercase;
  text-decoration: none;
}
.linkgalleryroom img {
  width: 12px;
  margin-left: 10px;
  margin-top: -4px;
}
.contentinfoimginfoicon {
  position: absolute;
  top: -140px;
  left: -30px;
}
.contentinfoimginfoicon img {
  width: 160px;
  height: auto;
}
.inklusivleistungendetail .frame-layout-3000 {
  display: none;
}
.inklusivleistungendetail .frame-layout-3000.show {
  display: block;
}
.inklusivleistungendetailclose {
  display: none;
}
.inklusivleistungendetail .frame-layout-3000.show .inklusivleistungendetailclose {
  display: block;
  float: left;
  width: 100%;
}
.buttoninklusivleistungenclose {
  background: transparent;
  border: 0;
  float: right;
}
.inklusivleistungendetailclose img {
  width: 30px;
  float: right;
}


/* Galerie */
.gallerycontent {
  width: 100%;
  float: left;
  position: relative;
  height: 960px;
}
.gallerylogo img {
  height: auto;
  width: 100%;
}
.gallerycontentimg {
  position: relative;
}
.galleryone a {
  height: 345px;
  display: block;
  background-size: cover;
  background-position: center;
}
.gallerycontent #gallery1 {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 345px;
  overflow: hidden;
}
.gallerycontent #gallery1 .video {
  height: 345px;
  overflow: hidden;
}
#gallery1 a {
  width: 100%;
  height: 345px;
  display: block;
  background-size: cover;
  background-position: center;
}
.gallerycontent #gallery2 {
  width: 35%;
  position: absolute;
  top: 60px;
  right: 0;
  overflow: hidden;
}
.gallerycontent #gallery2 .video {
  height: 300px;
  overflow: hidden;
}
#gallery2 a {
  width: 100%;
  height: 300px;
  display: block;
  background-size: cover;
  background-position: center;
}
.gallerycontent #gallery3 {
  width: 50%;
  position: absolute;
  top: 240px;
  left: 32%;
  padding: 10px;
  background: #fff;
  overflow: hidden;
}
.gallerycontent #gallery3 .video {
  height: 345px;
  overflow: hidden;
}
#gallery3 a {
  width: 100%;
  height: 345px;
  display: block;
  background-size: cover;
  background-position: center;
}
.gallerycontent #gallery4 {
  width: 50%;
  left: 5%;
  top: 605px;
  position: absolute;
  overflow: hidden;
}
.gallerycontent #gallery4 .video {
  height: 345px;
  overflow: hidden;
}
#gallery4 a {
  width: 100%;
  height: 345px;
  display: block;
  background-size: cover;
  background-position: center;
}
.gallerycontent #gallery5 {
  width: 35%;
  position: absolute;
  right: 10%;
  padding: 10px;
  background: #fff;
  top: 490px;
  overflow: hidden;
}
.gallerycontent #gallery5 .video {
  height: 250px;
  overflow: hidden;
}
#gallery5 a {
  width: 100%;
  height: 300px;
  display: block;
  background-size: cover;
  background-position: center;
}
.gallerycontent .gallery .lightbox-gallery{
  margin: 0 !important;
}
.gallerylogo {
  width: 15%;
  right: 5%;
  position: absolute;
  bottom: 50px;
}
.gallery .galleryone a, .gallery .gallerytwo a, .gallery .gallerythree a, .gallery .galleryfour a, .gallery .galleryfive a {
  margin: 0;
  width: 100%;
}
.gallerycontent .video iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 40vw !important;
  height: 40vh !important;
  transform: translate(-50%, -50%);
}


/* Galleryslider */
.galleryroom {
  padding: 130px 0;
  margin-bottom: 80px;
}
.bgcolorgalleryroom {
  background-color: #f0eae3;
}
.galleryroom.galleryroomflower {
  margin-bottom: 0;
  overflow: hidden;
}
.galleryroom.galleryroombottom {
  margin-bottom: 0;
  z-index: -1;
  position: relative;
}
.galleryroom h2 {
  text-transform: uppercase;
  width: 100%;
  float: left;
  font-size: 24px;
  padding-top: 100px;
  width: 50%;
  margin-bottom: 80px;
  text-align: left;
}
.positiongalleryroom .contentgelleryroom h2 {
  float: right;
}
.positiongalleryroom .galleryroomsliderright {
  float: left;
}
.positiongalleryroom .galleryroomslidercontent {
  margin-left: -220px;
}
.positiongalleryroom .galleryroomsliderleft {
  float: left;
}
.positiongalleryroom .contentgelleryroomtext {
  float: left;
}
.positiongalleryroom .linkgalleryroom {
  float: left;
}
.positiongalleryroom .freisteller {
  position: relative;
}
.positiongalleryroom .freisteller img {
  position: absolute;
  right: 0;
}
.linkgalleryroom {
  width: 65%;
}
a.linkgalleryroom {
  text-align: right;
  margin-bottom: 10px;
}
.positiongalleryroom a.linkgalleryroom {
  float: left;
  width: auto;
  text-align: left;
}
.positiongalleryroom div.linkgalleryroom {
  float: left;
  width: 65%;
  text-align: left;
}
.contentgelleryroomtext {
  width: 65%;
  float: right;
}
.contentgelleryroomtext ul {
  padding-left: 15px;
  margin-top: 30px;
}
.contentgelleryroomtext ul li {
  margin-bottom: 0;
}
.contentgelleryroomtextinfo span {
  width: 60%;
  float: left;
  border-top: 1px solid #827e74;
  padding-top: 20px;
  margin-top: 10px;
}
.contentgelleryroomtextinfo button {
  width: 40%;
  float: left;
  background: transparent;
  border: 0;
  text-align: left;
}
.contentgelleryroomtextinfo button img {
  max-width: 70px;
  margin-top: 20px;
  margin-left: 15px;
}
.galleryroom .col-md-6 {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 35px;
}
.contentgelleryroom {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.linkgalleryroom {
  float: right;
  text-transform: uppercase;
  text-decoration: none;
}
.linkgalleryroom span {
  font-size: 30px;
}
.linkgalleryroom img {
  width: 12px;
  margin-left: 10px;
  margin-top: -4px;
}
.freisteller img {
  width: 50%;
  height: auto;
}
.freisteller {
  margin-bottom: -210px;
  margin-top: -160px;
  margin-left: 5%;
}
.galleryroomsliderright {
  float: right;
  margin-top: -130px;
  margin-left: 6px;
}
.galleryroomsliderleft {
  float: right;
}
.galleryroomslider .galleryone a {
  height: 350px;
}
.galleryroomslider .gallerytwo a {
  height: 200px;
  width: 200px;
  margin-bottom: 20px;
}
.galleryroomslider .gallerythree a {
  height: 200px;
  width: 200px;
}
.galleryroomslider .galleryfour a {
  height: 200px;
  width: 200px;
  margin-top: 10px;
}
.galleryroomslidercontent {
  margin-right: -220px;
  margin-top: 20px;
}
.galleryroomsliderright .gallerythree {
  margin-top: 20px;
}
.galleryroom .col-md-6:first-child {
  z-index: 1;
}
.galleryroomslidercontent a {
  background-size: cover;
}



/* Carsouel Menschen */
/*.tilteanimation {
  float: left;
  width: 100%;
}*/
/*.sliderperson {
  width: 100%;
  float: left;
}*/
.sliderpersonimg img {
  width: 280px !important;
  border-radius: 100%;
  height: auto;
}
.sliderpersoncontent {
  background: #f7f4f1;
  padding: 80px;
  margin: 0 10%;
}
.sliderpersoncontent h3 {
  font-size: 24px;
  margin-left: 100px;
  margin-bottom: 40px;
  font-family: 'Josefin Sans';
  font-weight: 400;
}
.sliderpersoncontent .col-md-2:last-child img {
  width: 100% !important;
}
.owl-carousel.carouselsliderperson.owl-loaded.owl-drag .owl-item {
  padding: 100px 40px;
}
.sliderpersonimg {
  margin-top: -140px;
  margin-left: -160px;
}
.sliderpersoncontentimg {
  margin-bottom: -110px;
  margin-right: -160px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.owl-carousel.carouselsliderperson .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}
.owl-carousel.carouselsliderperson .owl-nav img {
  width: 55px;
  height: auto;
}
.owl-carousel.carouselsliderperson .owl-nav .owl-next {
  float: right;
}
.owl-carousel .owl-item .sliderpersonimg img {
  width: 280px !important;
}


/* News Liste */
.bg-gray .container .news .newsbloglist .col-md-6 {
  float: left;
}
.text-image-v2 .wrapper .headline a h4 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  hyphens: auto;
}
.text-image-v2 .wrapper .headline a {
  text-decoration: none;
}
.news .newsbloglist .article {
  float: left ;
  padding: 0 50px;
}
.news .newsbloglist .article:nth-child(2) img, .news .newsbloglist .article:nth-child(3) img, .news .newsbloglist .article:nth-child(6) img {
  min-height: 590px;
  margin-top: 50px;
  margin-left: -70%;
  width: auto;
}
.news .newsbloglist .text-image-v2 .wrapper .headline time {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  hyphens: auto;
  text-align: center;
  width: 100%;
  float: left;
}
.news .newsbloglist .text-image-v2 .wrapper .headline {
  padding: 20px 25px;
}
.news .newsbloglist .article {
  min-height: 1060px;
}
.news .newsbloglist .text-image-v2 .wrapper a h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 30px;
}
.news .newsbloglist .text-image-v2 .wrapper a  {
  text-decoration: none;
}

.news .newsbloglist .article:nth-child(2) a.image-col-link, .news .newsbloglist .article:nth-child(3) a.image-col-link, .news .newsbloglist .article:nth-child(6) a.image-col-link {
  height: 640px;
  width: auto;
  overflow: hidden;
  display: block;
  margin-left: -100px;
  margin-right: 180px;
}
.news .newsbloglist .text-image-v2 a.button-gray { 
  text-decoration: none;
 }
.news .newsbloglist .text-image-v2 .wrapper .text-col .textnewslist {
  height: 70px;
  overflow: hidden;
  margin-bottom: 30px;
}
.news .newsbloglist .article:nth-child(2) img, .news .newsbloglist .article:nth-child(3) img, .news .newsbloglist .article:nth-child(6) img {
  height: 450px;
  width: auto;
  overflow: hidden;
}
.news .newsbloglist .article:nth-child(6) .text-image-v2 .button-wrap a {
  text-decoration: none;
}
.news .newsbloglist .f3-widget-paginator {
  float: left;
  width: 100%;
  text-align: right;
  margin-top: 70px;
  margin-bottom: 50px;
}
.news .newsbloglist .f3-widget-paginator a {
  text-transform: uppercase;
  padding: 0 5px;
  text-decoration: none;
}
.news .newsbloglist .f3-widget-paginator li.current {
  padding: 0 5px;
}
.news .newsbloglist .f3-widget-paginator li {
  display: inline-block;
}
.news .newsbloglist .article:nth-child(2) .text-image-v2 .wrapper, .news .newsbloglist .article:nth-child(3) .text-image-v2 .wrapper, .news .newsbloglist .article:nth-child(6) .text-image-v2 .wrapper {
  background: #dadcd5;
}
.news .newsbloglist .article:nth-child(1) .text-image-v2, .news .newsbloglist .article:nth-child(4) .text-image-v2, .news .newsbloglist .article:nth-child(5) .text-image-v2 {
  margin-top: 200px;
  margin-bottom: 240px;
}
.news .newsbloglist .article:nth-child(2) .text-image-v2, .news .newsbloglist .article:nth-child(3) .text-image-v2, .news .newsbloglist .article:nth-child(6) .text-image-v2 {
  margin-top: 0;
}
.news .newsbloglist .button-gray.button-gray img {
  width: 12px !important;
  width: 12px;
  margin-left: 10px !important;
  margin-top: -4px !important;
  min-height: unset !important;
  height: unset !important;
}

/* News Slider */
.news-slider-big .item {
  padding: 0 9%;
}
.itemSliderBig-img {
  position: relative;
}
.itemSliderBig-img h2 {
  background: #d5d1c5;
  width: 80%;
  position: absolute;
  bottom: 30px;
  right: 3%;
  padding: 15px 30px;
  text-align: left;
}
.newsItemSliderBig-teaser {
  margin-top: 40px;
}
.newsItemSliderBig-teaser p {
  padding: 0 10%;
}
.newsItemSliderBig-more {
  text-align: right;
  margin-top: 20px;
}
.newsItemSliderBig-more a {
  text-transform: uppercase;
  text-decoration: none;
}
.itemSliderBig-img h2 span, .itemSliderBig-img h2 a {
  color: #fff;
  text-decoration: none;
}
.containernewsdetail {
  padding: 70px;
  float: left;
  width: 100%;
  background: #fff;
}
.news.news-single .header h1 {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  float: left;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 60px;
  line-height: 1.3;
}
.news-backlink-wrap {
  float: right;
  width: 100%;
  text-align: right;
  margin-top: 40px;
}
.news-backlink-wrap a {
  text-transform: uppercase;
  text-decoration: none;
}
.sliderangebotcontent a {
  color: #fff;
  text-decoration: none;
}
.news-slider-3cols .item {
  padding: 0 25px;
}
.news-slider-3cols .sliderangebotimg {
  height: 329px;
  background-position: center;
  background-size: cover;
}
.news-slider-3cols .sliderangebotcontent .subtitle {
  text-transform: uppercase;
  margin-top: 40px;
}
.news-slider-3cols .owl-nav {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  left: 0;
}
.news-slider-3cols .owl-nav .owl-next {
  float: right;
}
.owl-carousel.news-slider-3cols {
  padding: 0 5% 0 5%;
}
.sliderangebotcontent .headlineangebote h3 {
  font-size: 24px;
}
.sliderangebotcontent .headlineangebote h3 a {
  color: #fff;
}
.news-slider-3cols .news-list-date {
  right: 0;
}
.sliderangebotcontent {
  text-align: center;
}
.mediaelement.mediaelement-image img {
  width: 100%;
  height: auto;
}
.news.news-single .teaser-text {
  text-align: center;
}
.news-text-wrap {
  webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  width: 100%;
  column-gap: 40px;
}
.news-list-date {
  background: #827e74;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  right: -20px;
}
.positiondate {
  position: relative;
}

/* News Slider Big */
.news-slider-big {
  margin-top: 20px;
}
.sliderstimmencontent {
  position: relative;
}
.news-slider-bigimg {
  position: absolute;
  top: -20px;
  z-index: 999;
  right: 35px;
}
.news-slider-bigimg img {
  max-width: 360px;
}
.news-slider-big .owl-nav img {
  width: 55px;
  height: auto;
}
.news-slider-big .owl-nav .owl-next {
  float: right;
}
.news-slider-big .owl-nav {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  left: 0;
}
.news-list-date {
  background: #827e74;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  right: -20px;
}
.positiondate {
  position: relative;
}

.owl-carousel.news-slider-3cols .news-list-date {
  top: 15px;
  right: 10px;
}
.news-slider-big .item {
  padding: 0 9%;
}

.news-slider-big.owl-carousel .owl-item img {
  width: 100% !important;
  height: auto;
} 

.news.news-single .article .teaser-text {
  margin: 0px 70px 40px 70px;
}

.newsbloglist a.button-gray, .news-backlink-wrap a, .newsItemSliderBig-more a {
  background: #333;
  color: #fff !important;
  width: auto;
  margin-right: 10px;
  padding: 12px 15px;
  font-size: 16px;
  line-height: unset;
}
