/* FRONTEND CSS
*********************************************/


/* Colors
*********************************************/

.headarea {
    border-bottom: 0px solid #520D1D;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #9E2945;
    font-family: 'Montserrat'!important;
    font-weight: 200;
}


.headarea  {
background-color: #ffffff;
}

.nspText {
    background-color: #520D1D;
    color: #ffffff;
    padding: 25px 5px 25px 5px!important;
}

.footerarea {
    background-color: #520D1D;
}

.btn, .readon {
    background-color: #520D1D!important;
    color: #ffffff!important;
}

.btn:hover, .readon:hover {
    color: #ffffff!important;
    background-color: #9E2945!important;
}

p {
    color: #520D1D;
}

span {
    color: #520D1D;
}

#redim-cookiehint-modal a {
    color: #9E2945;
}

















html {
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
}

body {
}

.out {
    width: 100%;
    padding-right:5%;
    padding-left:5%;
}

.out2, div[itemprop="articleBody"] {
    width: 90%;
    padding-right:5%;
    padding-left:5%;
}

.btn, .readon {
    display: block!important;
    padding: 15px 25px 15px 25px!important;
    text-decoration: none!important;
    font-size: 16px!important;
    font-weight: 600!important;
}

.btn:hover, .readon:hover {
}



.roomboxout {
    height: 0px;
}

.roombox {
    transform: rotate(-7deg);
    display: block;
    position: relative;
    max-width: 400px;
    background-color: #520D1D;
    top: -300px;
    -webkit-box-shadow: 0px 0px 25px -1px #000000; 
    box-shadow: 0px 0px 25px -1px #000000;
}

.roombox .btn {
    border-top: #ffffff solid 1px;
    background-color: #9E2945!important;
}

.roombox .btn:hover {
    background-color: #520D1D!important;
}
.roomboxtitlebox {
    background-color: #ffffff;
}

p.roomboxtext01 {
    margin: 0px;
}

.roomboxtext01 {
    display: block !important;
    padding: 15px 25px 15px 25px !important;
    text-decoration: none !important;
    font-weight: 100;
    font-size: 28px;
}

.roomboxtext01 span.roomboxcount  {
    font-weight: 800;
    margin-left: 20px;
    text-decoration: underline;
}

.roomboxtext02 {
    display: block !important;
    padding: 15px 25px 15px 25px !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #ffffff;
}

.roomboxbut {
    width: 100px;
    height: 0px;
    float: right;
}

.roomboxbut img {
    width: 100px;
    height: auto;
    margin-top: -50px;
    margin-left: -10px;
}


.nspMain {
    width: 90%;
    padding-right:5%;
    padding-left:5%;
}


.headarea {
    width: 90%;
    padding-right:5%;
    padding-left:5%;
    z-index: 998;
    display: flex;

    box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
    -webkit-box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
    -moz-box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
}

.headarea .logobox {
    flex: 0 0 170px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.headarea .logobox a {
    display: block;
}

.headarea img {
    width: 100%;
    height: auto;
}


.menuline1 {
    box-sizing: border-box;
    flex: 1;
    padding-left: 20px;
}

.menuline1 ul  {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.menuline1 ul li  {
    list-style: none;
    display: inline-block;
}

.menuline1 ul li a, .menuline1 ul li span  {
    display: block;
    text-decoration: none;
    padding:1.5em 0.7em 1.5em 0.7em;
    font-size: 16px;
    font-weight: 200;
    color: #520D1D;
    text-transform: uppercase;
    border-right: 1px solid #edd8dd;
    letter-spacing: 0.1em;
}

.menuline1 ul li a:hover, .menuline1 ul li span:hover  {
    color: #520D1D;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ededed+70,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 1%, #edd8dd 70%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 1%,#edd8dd 70%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 1%,#edd8dd 70%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */    
}

.menuline1 ul li:last-child a  {
    display: block;
    text-decoration: none;
    border-right: 0px;
}

.menuline1 ul li a:hover  {
    text-decoration:none;
}




.handybutton {
	display: none;
	float: right;
	height: 35px;
	margin-top: 10px;
}

.handybutton a {
}

.handybutton img {
	height: 100%;
	width: auto;
	cursor: pointer;
}

.dfpopup02 .moduletable {
	float: none!important;
}

.dfpopupbox {
	position: absolute;
	width: 90%;
	max-width: 1700px;
	background-color: #ffffff;
	z-index:999999999;
	overflow-y: scroll;
	max-height: 80%;
	padding-top: 35px;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
}


.dfpopupinner {
	width: 100%;
}


.dfpopup01, .dfpopup02, .dfpopup03, .dfpopup04 {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999999997;
	
justify-content: center; 
align-items: center;
}

.dfpopupclosebuttonout {
	width: 88.5%;
	height: 35px;
	margin-top: -35px;
	position:fixed;
	background-color:#520D1D;
	z-index: 99;
	
-webkit-box-shadow: 0px 10px 15px 0px rgba(117,117,117,1);
-moz-box-shadow: 0px 10px 15px 0px rgba(117,117,117,1);
box-shadow: 0px 10px 15px 0px rgba(117,117,117,1);
}

.dfpopupclosebutton {
	float: right;
	display: block;
	height: 35px;
	width: 35px;
}


.dfpopupclosebutton img {
	width: 100%;
	height: auto;
	cursor: pointer;
	
}

.dfpopupclose {
	display: none;
}

.dfpopupclose {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999996;	
}


.dfpopupinner .menu{
    margin:20px 0px 20px 0px;
    padding:0px;
}

.dfpopupinner .menu li{
    list-style: none;
    margin:0px;
    padding:0px;
}

.dfpopupinner .menu li a{
    display: block;
    background-color: #520D1D;
    border-bottom:1px solid #ffffff ;
    padding: 20px 10% 20px 10%;
    font-size: 16px;
    color: #ffffff;
    font-weight: 200!important;
    text-decoration: none;
    text-transform: uppercase;
}

















.sliderarea {
    padding-top: 65px;
    display: block;
}

.overcontent .moduletable h3, .undercontent .moduletable h3, .page-header h2 {
    text-align: center;
    font-size: 50px;
    font-style: normal;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
}

.readon {
margin-top: 10px;
}





.overcontent .mod_img_box {

    box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
    -webkit-box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
    -moz-box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
}






/* Zusatzbild
*********************************************/

.fields-container {   
    width: 100%;
}

.fields-container .zusatzbild { 
    float: right;
    position: relative;
    width: 150px;  
}

.fields-container .zusatzbild .field-value { 
    float: right;
    position: absolute;
    margin-top: -120px;
}

.fields-container .zusatzbild img {   
    width: 100%;
    height: auto;
}






/* News Show Pro GK5
*********************************************/

.news {
    background-color: #ffffff;
    margin-top: 40px;
    padding-bottom: 10px;
}

.nspArts {
    padding: 0px!important;
    font-size: 0;
}

.nspArt h4 {
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center!important;
    font-size: 40px!important;
    letter-spacing: 0.0em!important;
}

.nspArt h4 a {
}

.nspArt {
    clear: none!important;
    display: inline-block!important;
    vertical-align: baseline;
    float: none!important;
    margin-bottom: 50px;
}

.nspArt .readon {
    font-size: 16px;
}


.nspArt p {
    font-size: 16px;
    text-align: center!important;
    line-height: 1.5em;
}

.nspArts .nspImageWrapper {
    margin: 0px!important;
    width: 100%!important;
}

.nspArtPage {
    width: 100%!important;
}

.nspCol3 {
    width: 31%!important;
    margin-right: 3.5%!important;
}

.nspCol3:nth-child(3n) {
    margin-right: 0%!important;
}

.nspText {
}

.nspImageWrapper {
    overflow: hidden;
}

.nspImageWrapper img {
    filter: brightness(70%);
    transition: transform .5s ease-in-out, filter .5s ease-in-out;
}

.nspImageWrapper:hover img {
    filter: brightness(100%);
    transform: scale(1.2) rotate(5deg);
}

@media (max-width: 1024px) {
    .nspCol3 {
        width: 49%!important;
        margin-right: 2%!important;
    }

    .nspCol3:nth-child(3n) {
        margin-right: 2%!important;
    }
    
    .nspCol3:nth-child(2n) {
        margin-right: 0%!important;
    }
}

@media (max-width: 768px) {
    .nspCol3 {
        width: 100%!important;
        margin-right: 0%!important;
    }

    .nspCol3:nth-child(3n) {
        margin-right: 0%!important;
    }
    
    .nspCol3:nth-child(2n) {
        margin-right: 0%!important;
    }

}









.item-page {
}

.item-page .pull-none {
    height: 400px;
    position: relative;
    left: 0px;
    width: 100%;
    overflow: hidden;
    display: block;
}

.item-page .pull-none img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width:100%; 
}

.contentinbox {
    margin: -140px auto -40px;
    padding: 40px 5% 80px 5%;
    max-width: 950px;
    background-color: #ffffff;
    position: relative;
    z-index: 995;

    box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
    -webkit-box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
    -moz-box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
}





.pswp {
    z-index: 999!important;
}




div[itemprop="articleBody"] {
}

div[itemprop="articleBody"] p {
    line-height: 1.6em;
    font-size: 18px;
}

div[itemprop="articleBody"] a {
    color: #9E2945;
}

div[itemprop="articleBody"] ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

div[itemprop="articleBody"] ul:after {
    content: "";
    clear: both;
  }

div[itemprop="articleBody"] ul li {
    list-style-position:inside;
    padding: 10px 5% 10px 5%;
    margin-bottom: 1px;
    font-size: 16px;
    font-weight: 600!important;
    color: #520D1D;
    letter-spacing: 0.03em;
    list-style-type:disc;
}

div[itemprop="articleBody"] ul li:nth-child(odd) {
    background-color: #ccc;
}

div[itemprop="articleBody"] ul li:nth-child(even) {
    background-color: #ddd;
}

div[itemprop="articleBody"] ul li a {
}

div[itemprop="articleBody"] h1, div[itemprop="articleBody"] h2, div[itemprop="articleBody"] h3, div[itemprop="articleBody"] h4, div[itemprop="articleBody"] h5, div[itemprop="articleBody"] h6 {
    font-family: 'Montserrat'!important;
    font-weight: 200!important;
}

div[itemprop="articleBody"] h1, .custom h1 {
    font-size: 3em;
    margin: 0.2em 0px 0.2em 0px;
}

div[itemprop="articleBody"] h2, .custom h2 {
    font-size: 2.3em;
    margin: 0.2em 0px 0.2em 0px;
}

div[itemprop="articleBody"] h3, .custom h3 {
    font-size: 1.8em;
    margin: 0.2em 0px 0.2em 0px;
}

div[itemprop="articleBody"] h4, .custom h4 {
    font-size: 1.4em;
    margin: 0.2em 0px 0.2em 0px;
}

div[itemprop="articleBody"] h5, .custom h5 {
    font-size: 1em;
    margin: 0.2em 0px 0.2em 0px;
}

div[itemprop="articleBody"] h6, .custom h6 {
    font-size: 0.5em;
    margin: 0.2em 0px 0.2em 0px;
}

div[itemprop="articleBody"] .preis {
    margin: 0.2em 0px 0.2em 0px;
    background-color: #EDEDED;
    color: #9E2945;
    padding: 0px 5px 0px 5px;
    transform: rotate(5deg)!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}









.footerarea {
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
}






/* MEDIA QUERIES
*********************************************/



@media (max-width: 1700px) {

    .menuline1 ul li a, .menuline1 ul li span  {
        font-size: 14px;
    }

    .headarea .logobox {
        flex: 0 0 150px;
        padding-top: 12px;
        padding-bottom: 3px;
    }

    .contentinbox {
        margin: -120px auto -35px;
    }
}

@media (max-width: 1500px) {

    .menuline1 ul li a, .menuline1 ul li span  {
        font-size: 12px;
    }

    .headarea .logobox {
        flex: 0 0 130px;
        padding-top: 8px;
        padding-bottom: 2px;
    }

    .contentinbox {
        margin: -100px auto -25px;
    }
}


@media (max-width: 1200px) { 
    .handybutton {
        display: block;
        text-align: right;
        width: 100%;
        
    }

    .menuline1 {
        display: none;
    }

    .menuline1 ul li a, .menuline1 ul li span  {
        display: block;
        text-decoration: none;
        padding:1.5em 0.7em 1.5em 0.7em;
        font-size: 16px;
        font-weight: 200;
        color: #520D1D;
        text-transform: uppercase;
        border-right: 1px solid #edd8dd;
        letter-spacing: 0.1em;
    }

    .overcontent .moduletable h3, .undercontent .moduletable h3, .page-header h2 {
        text-align: center;
        font-size: 20px;
        font-style: normal;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contentinbox {
        margin: -80px auto -15px;
    }
}


@media (max-width: 992px) {
    .mod_img_box, .pull-none {
        height: 400px!important;
    }

    .contentinbox {
        margin: -50px auto -10px;
    }

    .roomboxout {
        height: inherit!important;
      }

    .roombox {
        transform: rotate(-2deg);
        display: block;
        position:static;
        max-width: 100%;
        top: 0px;
        margin-top: 60px;
      }
}


@media (max-width: 768px) {
    .mod_img_box, .pull-none {
        height: 300px!important;
    }

    .contentinbox {
        margin: -30px auto -10px;
    }

    .fields-container .zusatzbild {
        width: 100px;
    }
}

@media (max-width: 500px) {
    .mod_img_box, .pull-none {
        height: 300px!important;
    }

    .contentinbox {
        margin: -10px auto -5px;
    }

    .news {
        padding-top: 10px;
    }
}

@media (max-width: 400px) {
    .mod_img_box, .pull-none {
        height: 200px!important;
    }

    .contentinbox {
        margin: -10px auto -5px;
    }
}


  
}













