/***************************
    Allgemeine Styles
***************************/

@font-face {
  font-family: 'ModernLove-Regular';
  src: url('/css/project/fonts/ModernLove-Regular/font.woff2') format('woff2'), url('/css/project/fonts/ModernLove-Regular/font.woff') format('woff');
}


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


/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/css/project/fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/project/fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/project/fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/project/fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/css/project/fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/project/fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/css/project/fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/project/fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/project/fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/project/fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/css/project/fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/project/fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/css/project/fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/project/fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/project/fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/project/fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/css/project/fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/project/fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}



/* IE10 Scrollbar fix */
html {
    -ms-overflow-style: scrollbar;
}

html {
    margin: 0px;
    padding: 0px;
}

body {
    padding: 0;
    margin: 0px;
    width: 100%;
    background: #ededed;
}

html, body {
    -ms-overflow-style: scrollbar;
}

.container {
    position: relative;
    z-index: 100;
}

.img-border img {
    width:100%;
}

a {
    -moz-transition: color 100ms linear;
    -webkit-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
}

a:hover {
    -moz-transition: color 100ms linear;
    -webkit-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
    text-decoration: none;
}

/***************************
    Sharrre Styles
***************************/

.sharrre .buttons {
    min-height: 100px;
    width: 100%;
    left: 0;
    bottom: 3.5em;
    background: #fff;
    padding: 10px 0 0 0px;
    text-align: left;
}

.sharrre .button {
    padding: 0px 10px 5px 10px;
}

.sharrre .button div {
    display: block !important;
}

.sharrre .share {
    text-decoration: none;
}

.sharrre .popover {
    left: 10px !important;
}

/***************************
    Royal Slider Styles
***************************/

.backgroundimgs {
    position: fixed;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.titleimgs {
    position: relative;
    height: 100%;
    width: 100%;
}

.container.slider {
    position: relative;
    z-index: -1;
}

/***************************
    Header Styles
***************************/

header {
    position: relative;
    z-index: 200;
 }

header .bg {
  
background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);

    background-size: 100% 122px;
    background-repeat: no-repeat;
    transition-property: background;
    transition-duration: 250ms;
}

header .bg.headerhard {
    background: rgba(255,255,255,0.9);
}

.headercontent {
    min-height: 85px;
    z-index: 201;
}

.buchen-button {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 242px;
    width: 277px;
    height: 77px;
    text-align: center;
    width: 278px;
width: 278px;
height: 77px;
background: linear-gradient(#c1105b 0%, #ed2b7d 100%);

}

.buchen-button a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    display: block;
    font-size: 16px;
    padding-top: 9px;
    width: 100%;
    height: 77px;
}

.buchen-button a > span {
    display: block;
    font-size: 13px;
    position: relative;
}

.buchen-button a > span:first-child  {
    font-size: 18px;
    margin-bottom: 15px;
}

.buchen-button a > span:first-child:after {
    position: absolute;
    content:"";
    display: block;
    background: #000;
    width: 44px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -11px;
}

.buchen-button:hover {
    background: linear-gradient(#ed2b7d 0%, #c1105b 100%);
    
    
    
    }

.buchen-button:hover a {
    text-decoration: none;
}

.telbox {
    width: 278px;
    height: 38px;
    text-align: center;
    font-size: 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 38px;
   background: rgba(157, 157, 156, 0.7);
}

.telbox a {
    color: #fff;
}

div.logo {
    position: absolute;
    top: 0;
    right: 5px;
    width: 278px;
    height: 204px;
    background: #fff;
    padding: 10px;
}

div.logo img {
    width: 100%;
  
}

.slider-arrows {
    position: absolute;
    right: 312px;
    top: 3px;
    display:none;
}

.slider-arrows i {
    cursor: pointer;
    color: #fff;
    font-size: 21px;
    width: 20px;
    display: inline-block;
}

.slider-arrows i:hover {
    color: #ccc;
}

/***************************
    Content Styles
***************************/

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 170px;
    width: 230px;
    float: right;
    position: relative;
    right: 30px;
    margin-bottom: 30px;
}

.contentarea {
    padding-top: 10px;
    margin-bottom: 150px;
    background: #fff;
}

.content {
    padding: 0 30px 30px 30px;
}

.centered {
    text-align: center;
}

article h2 {
    color: #010101;
    padding: 0 30px;
    margin-bottom: 13px;
   
    font-family: 'ModernLove-Regular', serif;
    
    
}

article .content h2 {
    padding-left: 0px;
}

article h3,
article h4 {
    color: #010101;
}

article h5 {
    padding-top: 3px;
    margin-bottom: 40px;
    border-top: solid 1px #ccc;
    font-weight: bold;
}

article ul,
article ol {
    margin: 20px 0;
    padding: 0;
}

article ul li,
article ol li {
    position: relative;
    padding: 0 0 1px 22px;
    list-style-type: none;
}

article ul li:before,
article ol li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '\e806';
    font-family: "sx-icon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 2px;
}

.downloads {
    padding: 0 30px 30px 30px
}

/*Tabellen Scrolling für Handys */

.table-responsive {
    overflow: visible;
    -webkit-overflow-scrolling: auto;
    overflow-y: auto;
    width: 100%;
    line-height: 1em;
    background: #fff;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 9px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 9px;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

/***************************
    Teaser Styles
***************************/

.items-teaser {
    margin-top: -10px;
}

.item-teaser {
    position: relative;
    padding-top: 10px;
    cursor: pointer;
}

.item-teaser .item-teaser-content {
    overflow: hidden;
}

.item-teaser h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 33px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    padding: 2px 11px 0;
    margin: 3px 0 0;
    font-size: 15px;
    background: #848484;
    
}

.item-teaser h3 a {
    color: #fff;
}

.item-teaser h3 a:before {
    content: '\e88b';
    font-family: "sx-icon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    margin-right: 6px;
}

.item-teaser:hover h3 a:before {
    color: #cccccc;
}

/***************************
    Galerie Styles
***************************/

.items-galerie {
    padding: 0 30px;
    margin-bottom: 30px;
}

.item-galerie {
    margin-bottom: 10px;
}

/***************************
    List Page Styles
***************************/

.items-list {
    margin-bottom: 40px;
}

.item-list {
    margin-bottom: 10px;
}

.item-list h3 {
    margin-top: 0;
    padding: 2px 6px 0;
    line-height: 30px;
    background: #848484;
}

.item-list h3:hover {
    background: #848484;}

.item-list h3 a {
    display: block;
    color: #fff;
}

.item-list h3 a:before {
    content: '\e88b';
    font-family: "sx-icon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    margin-right: 6px;
}

.item-list span.more a {
    text-decoration: underline;
}

/***************************
    Preis Styles
***************************/

.item-list .price,
.item-teaser .price {
    background: linear-gradient(#c1105b 0%, #ed2b7d 100%);
    color: #fff;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    height: 26px;
    line-height: 24px;
    padding: 2px 10px 0;
    position: absolute;
    top: 20px;
    right: 0;
    text-decoration: none;
    z-index: 2;
}

h2 .price {
    float: right;
}

.item-list .price {
    top: 10px;
    right: 5px;
}
.item-list .price a,
.item-teaser .price a {
    color: #fff;
}

.item-list .price .price-prefix ,
.item-teaser .price .price-prefix  {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

.item-list .price .price-decimals ,
.item-teaser .price .price-decimals  {
    font-size: 12px;
    vertical-align: super;
    line-height: 0;
}



/***************************
    Multi Page Styles
***************************/

.items-multi {
    padding-top: 20px;
}

.item-multi {
    margin-bottom: 40px;
}

.item-multi-content h3 {
    margin-top: 0;
    padding: 0 20px 5px 20px;
    border-bottom: 1px dotted #ccc;
}

.item-multi-content h4 {
    padding: 0 20px;
}

.item-multi-content .content {
    padding: 0 20px;
}

.item-multi-content .content a {
    text-decoration: underline;
}

/***************************
    Social Media Area Styles
***************************/

.socialmedia {
    position: relative;
    padding: 15px 30px;
    height: 70px;
    background: rgb(236,236,236); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(236,236,236,1) 0%, rgba(237,237,237,1) 2%, rgba(248,248,248,1) 5%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(2%,rgba(237,237,237,1)), color-stop(5%,rgba(248,248,248,1)), color-stop(9%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(237,237,237,1) 2%,rgba(248,248,248,1) 5%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(237,237,237,1) 2%,rgba(248,248,248,1) 5%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(237,237,237,1) 2%,rgba(248,248,248,1) 5%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(237,237,237,1) 2%,rgba(248,248,248,1) 5%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.socialmedia .sharrre {
    position: absolute;
    top: 15px;
    z-index: 1;
}

#google_translate_element {
	float:right;
}

/***************************
    Formular Styles
***************************/

form {
    padding: 0 30px;
}

form .btn-primary {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
    border: none;
    height: 38px;
    text-align: center;
    background: linear-gradient(#c1105b 0%, #ed2b7d 100%);
    
    }

form .btn-primary:hover {
   background: linear-gradient(#ed2b7d 0%, #c1105b100%);
   
   }

form .btn-primary {
    float: right;
}

/***************************
    Anfahrt Styles
***************************/

.anfahrt {
    padding: 0 30px;
}

.anfahrt-map {
    width: 100%;
    height: 354px;
    margin-bottom: 20px;
}

.anfahrt form {
    padding: 0;
}

img.adp-marker {
    height: 40px;
    width: 26px;
    padding: 4px;
    margin-right: 2px;
}

/****************************************
    IE 9 Hack für Background Gradients
*****************************************/

@media all and (min-width:0\0) and (min-resolution: .001dpcm)
{
    header .bg,
    .menu-main-container,
    .socialmedia {
        filter: none;
    }
}

#gldbm-panel__toggle-button{
	opacity: 0;
	pointer-events: none;
	
}