body {
    color: #838187;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: light;
    margin:0px;
    padding:0px;
}
div.content {
    padding: 15px;
    position: relative;
}
div.content .logo {
    float: left;
    width: 20%;
    height: 11%;
    box-sizing: border-box;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: #d6d6d6;
    border-width: 3px;
    text-align: center;
    position: relative;
}
div.content .logo img {
    position:absolute;
    /*Autoresize*/
    height: auto;
    width: auto;
    max-height: 80%;
    max-width: 80%;
    /*position: absolute;  */
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
div.content .row .logo:last-child {
    border-right-style: none;
}
div.content .row:last-child .logo {
    border-bottom-style: none;
}
/*Details View*/
div.content {
    position: inherit
}

header h1, header .stockwerk {
    float: left;
    height: 20%;
    font-size: 200%;
    position: relative;
}
header h1 {
    width: 65%;
    font-size: 28pt;
}
header .stockwerk {
    width: 35%;
    text-align: right;    
    box-sizing: border-box;
}
header .stockwerk img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

div.content .info {
    position: absolute;
    top: 30%;
    right: 0px;
    left: 0px;
    bottom: 30%;
    
}

div.info div.bx-viewport {
    height: 100% !important;
    box-sizing: border-box;
}
div.info div.bx-wrapper {
    background-color: #004625 !important;
    border: 0px;
    margin-bottom: 0px !important;
}
div.info  div.bx-pager.bx-default-pager {
    display: none;
}
div.info .padding-slider {
    height: 15%;
    box-sizing: border-box;
    text-align: center;
    padding-top:15px;
    background-color: #008e56;
}
div.info .padding-slider.svgLogo {

}
.navigation {
    position: absolute;
    bottom: 2%;
    left: 0px;
    right: 0px;
    top: 85%;
    font-size: 24pt;

}
.navigation * {
    float: left;
    border-style: solid;
    border-width: 5px;
    border-color: #d6d6d6;
    height: 100%;

}
.navigation p {
    margin: 0;
    width: 50%
}
.navigation .fa.fa-angle-right, .navigation .fa.fa-angle-left {
    width: 24%;
    border-left-style: none;
    border-right-style: none;

}
.navigation .fa.fa-angle-right, .navigation .fa.fa-angle-left, .navigation p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info .bxslider #text, .info .bxslider #kontakt {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info .bxslider #text p, .info .bxslider #kontakt p {
    
}

#text p {
    text-align: left;
    width: 70%;
}
div.info a.bx-next img {
    height: auto;
    width: 60px;
    max-width: inherit;
}
div.info a.bx-prev img {
    height: auto;

    width: 60px;
    max-width: inherit;
}
div.info a.bx-next {
    right: 30px !important;
}
div.info a.bx-prev {
    left: 2px !important;
}
/*header h1 {
    font-family: 
}*/

header {
    height: 455px;
    overflow: hidden;
    /*border: 1px solid red;*/
    box-sizing:border-box;
}

.logo img {

}

.logoDetail {
    border: 0px !important;
    height: 200px !important;
    width: 100% !important;
    overflow: hidden !important;
    text-align:left !important;
    display:table-cell !important;
    display:block !important;
    vertical-align:middle !important;
}

.logoDetail img {
    float:left !important;
    position: relative !important;
    display:table-cell !important;
    vertical-align:middle !important;     
    max-height: 200px !important;
    height: 100px !important;
    max-width: 100% !important;
}

.gradient {
    color: #fff;
    padding-bottom: 1.6em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
background: #cedce7; /* Old browsers */
background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cedce7 0%,#596a72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}

.detailH1 {
    height: 230px;
    overflow: hidden;
    margin-top: 0px;
    font-size: 30px;
}

.centerLogo {
   display:table-cell;
    vertical-align:middle;
    height: 200px;   
}

table {
    width: 100%;
    max-width:100%;
    border-spacing: 0;
    font-size: 150%;
    border-collapse: collapse;
}

tr {
    width: 100%;
    max-height:80px;
    min-height:80px;
    height:80px;    
}

td,tr {
    box-sizing:border-box;
    margin:0px;
    max-height:80px;
    min-height:80px;    
    background-image:url(/img/rowbg.png);
    background-repeat:repeat-x;
    background-position: bottom left;
}

td {
    padding-left:1em;
    padding-right:1em;
    max-height:80px;
    min-height:80px;
}

tr td:first-child {
    padding-left:0px;
}

tr:last-child td, tr:last-child  {
    background-image:none;
}

@keyframes fadeIn { 
    from { opacity: 0; } 
}

.animate-flicker {
    color: #fff;
    font-size: 35px;
    animation: fadeIn 2s infinite alternate;
}

.ds-container header {
    box-sizing: border-box;
    width: 100%;
    height: 165.012px;
    background-color: #018a5c;
    background-image:url(img/ds_logo_neu.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    border-bottom: 30px solid #818086;
}

.ds-container .roomInfo {
    float: right;
    color: #fff;
    font-size: 180%;
    margin-top:50px;
    width: 380px;
    margin-right: 2%;
}

.ds-container .content {
    width:90%;
    margin:0px auto;
}

.ds-container .content .ds_logo {
    float:right;
    max-width: 20%;
    margin-top:1%;
}

.ds-container .content h1, .ds-container .content h2 {
    max-width: 60%;
    width: 60%;
    padding-top:1%;
    font-size: 300%;
    display: inline-block;
}

.ds-container .content .quote span {
    display: block;
}