/* --------------------------------------------------------------------------------- */
 
body {
    font-family:'JansonTextW01-55Roman','Times New Roman',Times,serif;
	font-size: 18px;
}

/* --------------------------------------------------------------------------------- HEADER */

.navbar {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
}

.nav-up {
    top: -110px;
}

.navbar {
	width: 100%;
	margin: 0px auto 0px auto;
	height: 100px;
	background: #0d4099;
}

.navbar,
header,
footer {
    max-width: 1600px;
}

.navbar-inverse {
    border-color: #0d4099;
}

.navbar-brand {
	width: 200px;
	height: 82px;
	top: 6px;
	position: relative;
    background: transparent url(../img/sprite.png) -200px -100px no-repeat;
	text-indent: -2000em;
	cursor: pointer;
}

.navbar-brand:hover {
	background-position: 0px -100px;
	
}

header {
	width: 100%;
	margin: 100px auto 0px auto;
	position: relative;
}

.kompass {
	top: 0px;
	width: 290px;
	height: 400px;
	position: relative;
	z-index: 15;
    overflow:hidden;
}

#headernav {
	margin-top: 34px;
    font-family: 'DINNextW01-CondensedUlt';
    font-weight: 100;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#headernav a {
    font-size: 25px;
    font-size: 27px;
    color: #b7c6e1;
	margin-right: 1.8em;
    text-shadow: 0px 1px 0px rgba(7,40,122,0.3);
}


/* --------------------------------------------------------------------------------- QUICKBOOKER */

#headernav .quickbook {
    background: #0d4099;
    border-color: #0d4099;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	z-index: 300;

}

#headernav .quickbook .btn-default  {
    padding: 3px 18px 0px 18px;
    top: 2px;
    position: relative;
    color: #B7C6E1;
    margin-right: 0px;
    line-height: 1.2em;
    font-size: 27px;
}

#headernav .quickbook .btn-default#bookingButton:hover  {
    color: #ffffff;
}


#headernav .quickbook .btn-group a,
#headernav .quickbook .btn-group .btn-default,
#headernav .quickbook .btn-group,
.datepicker-days table {
    font-family: trebuchet ms;
    font-size: 15px;
    text-transform: none;
}

#headernav .quickbook .btn-group a {
    color: #9EB3D6;
}

#headernav .quickbook .form-control {
    color: #0d4099;
}


#headernav .quickbook .btn-group a:hover,
#headernav .quickbook .btn-group a:focus {
    color: #0d4099;
    background: #DFE6F2;
}

#headernav .quickbook .btn-group.form-control {
    height: 26px;
    padding-top: 0px;
}


#headernav .quickbook .btn-group  {
    background: #DFE6F2;
    padding: 0px 0px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#headernav .quickbook .btn-group .btn-default  {
    background: transparent !important;
    color: #0d4099;
    height: 26px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 0px 0px;
    top: 0px;
    padding-top: 0px;
}

#headernav .bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="span"] {
    margin-bottom: 0px;
    margin-top: 5px;
}

.datepicker {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.datepicker-days table thead {
    background: #DFE6F2;

}

.datepicker-days table thead tr th {
    color: #0d4099;
}

.datepicker-days table thead tr th.dow {
    color: #9EB3D6;
}

.datepicker-days table thead tr th.next,
.datepicker-days table thead tr th.prev {
    font-size: 14px;
}

.datepicker-days table > thead > tr > th,
.datepicker-days table > tbody > tr > th,
.datepicker-days table > tfoot > tr > th,
.datepicker-days table > thead > tr > td,
.datepicker-days table > tbody > tr > td,
.datepicker-days table > tfoot > tr > td {
    border-top: 0px solid #DDDDDD;
    margin: 2px;
    font-weight: normal;
}

.datepicker td.day:hover {
    background: #DFE6F2;
    color: #07287a;
}

INPUT.datepicker.form-control {
    background: #DFE6F2;
    font-family: trebuchet ms;
    font-size: 15px;
    text-transform: none;
}

/* --------------------------------------------------------------------------------- TOPNAV */


#topnav a {
    color: #9EB3D6;
    font-family: trebuchet ms;
    font-size: 13px;
    margin-left: 1em;
}

#headernav a:hover,
#topnav a:hover {
	color: #ffffff;
	text-decoration: none;
}

.headerimg {
	z-index: 5;
	width: 100%;
}

.headerwave {
	height: 100px;
	position: absolute;
	bottom: 0px;
	z-index: 10;
	width: 100%;
    overflow:hidden;
}

#welle1, #welle2, #welle3, #welle4  {
    width: 6000px;
    height:100px;
    top:0px;
    left:0px;
    position:absolute;
}

#welle1 { background-image: url(/fileadmin/templates/maintemplate/img/welle_3000.png); }
#welle2 {
    background-image: url(/fileadmin/templates/maintemplate/img/welle_2160.png);
    width: 4320px;
}

#kompassmenu {
    position: absolute; left: 8%;top: 8%;  z-index: 15;
}

.icon.hotellogo {
	width: 80px;
	height: 80px;
    background: transparent url(../img/sprite.png) -400px 0px no-repeat;
	margin: 0px auto;
    display: block;
}

#mobilenav ul li:before {
    display: none;
}

/* --------------------------------------------------------------------------------- FOOTER */

footer {
    width: 100%;
    margin: 0px auto 0px auto;
    height: 300px;
    background: #aabedd url(../img/footer.png) 0px 0px no-repeat;
    background: #dfe6f2;
    color: #557ab7;
    font-size: 15px;
    position: relative;
    padding-top: 60px;
    overflow: hidden;
}

.footerwave {
    height: 100px;
    z-index: 2;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
}

.footerwave.downtown {
    top: 202px;
}

#welle3 {
    width: 4320px;
    background-image: url(/fileadmin/templates/maintemplate/img/welle_2160_footer.png);
}

#welle4 {
    width: 6000px;
    background-image: url(/fileadmin/templates/maintemplate/img/welle_3000.png);
}

footer .container {
    position: relative;
    z-index: 4;
}

footer hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

footer .lead {
    margin-bottom: 0px;
    font-family:'URWJansonW01-LightItali';
}

footer .lead a {
    text-decoration: underline;
}

footer p {
    font-family: trebuchet ms;
    font-size: 13px;
    line-height: 1.66em;
}

footer p a {
    color: #315CA8;
}

footer hr {
    border-top: 1px dotted #557ab7;
}

.postfooter h4 {
    color: #315CA8;
}

.postfooter h4 a {
    text-decoration: underline;
    color: #315CA8;
}


/* --------------------------------------------------------------------------------- SUBMENU */

ul.submenu {
    border-top: 1px dotted #5579b7;
    margin-top: 4em;
}

ul.submenu.level_2 {
    margin-top: 0em;
}

ul.submenu li,
ul.csc-menu-1 li,
ul.csc-menu-def li {
    border-bottom: 1px dotted #5579b7;
    border-bottom: 1px dotted #9eb3d6;
    font-family:'URWJansonW01-LightItali','Times New Roman',Times,serif;
    font-size: 22px;
}

ul.submenu.level_2 li:last-child,
ul.csc-menu-1 li ul li:last-child {
    border-bottom: 0px dotted #5579b7;
}

ul.submenu li:before,
ul.csc-menu-1 li:before,
ul.csc-menu-def li:before,
ul.f3-widget-paginator li:before {
    display: none;
}


ul.submenu.level_1 li a,
ul.csc-menu-1 li a,
ul.csc-menu-def li a {
    display: block;
    padding: 6px 6px;
    color: #999999;
    color: #9eb3d6;
}

ul.csc-menu-1 li.active a {
    color: #0d407a;
}

ul.submenu.level_2 li a,
ul.csc-menu-1 li ul li a {
    padding: 6px 6px 6px 26px;
}

.csc-menu-1 > li > a:hover,
.csc-menu-1 > li > a:focus,
.csc-menu-def > li > a:hover,
.csc-menu-def > li > a:focus {
    background: #ffffff;
    color: #053896;
    text-decoration: none;
}






/* --------------------------------------------------------------------------------- CONTENT */

h1, h2, h3, h4, h5 {
    color: #0d4099;
    font-family:'URWJansonW01-LightItali','Times New Roman',Times,serif;
    font-weight: normal;
    line-height: 1.2em;
}

h1 {
    font-size: 40px;
    margin-top: 12px;
}

h5 {
    font-family:'JansonTextW01-55Roman','Times New Roman',Times,serif;
    text-transform: uppercase;
}

a {
    color: #0d4099;
}

a:focus,
a:active,
a:hover {
    color: #07287a;
}

p a:hover,
ul.ul_pfeil a:hover,
ul.ul_std a:hover,
ul.ul_ok a:hover {
    text-decoration: none;
}

p a,
ul.ul_pfeil a,
ul.ul_std a,
ul.ul_ok a {
    text-decoration: underline;
}

b, strong {
    font-family:'Janson Text W01 75 Bold';
    font-weight: normal;
}

hr {
    border-top: 1px dotted #9eb3d6;
}

.align-center {
    text-align: center;
}

p, ul, table {
    margin-bottom: 1.5em;
}

ul {
    padding-left: 0px;
    margin-left: 0px;
}

ul li {
    list-style: none;
    line-height: 1.4em;
}

ul li:before {
    /*content: '';
    background-color: #9EB3D6;
    display: inline-block;
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 8px;
    top: 0px;*/
}

ul.ul_ok,
ul.ul_std,
ul.ul_pfeil
{
    position: relative;
}


ul.ul_ok li,
ul.ul_std li,
ul.ul_pfeil li {
    margin-left: 30px;
    margin-bottom: 8px;
    position: relative;
}

ul.ul_ok li:before,
ul.ul_std li:before,
ul.ul_pfeil li:before {
    position: absolute;
    left: -28px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: block;
    font-size: 15px;

    font-family: 'huebner';
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    color: #9EB3D6;
    background: transparent;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;

    line-height: 1em;
    content: '\e801';
}

ul.ul_std li:before {
    content: '\e818';
    font-size: 18px;
}


ul.ul_pfeil li:before {
    content: '\e80e';
    font-size: 18px;
}

.btn {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 24px;
    font-family: 'DINNextW01-CondensedUlt';
    padding: 4px 12px 2px 12px;
    text-transform: uppercase;
}

a.btn {
    margin-bottom: 6px;
    padding: 4px 18px 1px 18px;
}

.btn.dropdown-toggle {
    font-family: trebuchet ms;
    font-size: 16px;
}

.btn-default {
    background-color: #5579b7;
    border-color: #0d4099;
    color: #FFFFFF;
}

em, i {
    color: #5579b7;
}

.btn-default, .button-shh {

    color: #B7C6E1;

    background: -moz-linear-gradient(
        top,
        #557ab7 0%,
        #0d4099);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#557ab7),
        to(#0d4099));
    border: 0px solid transparent;
    text-shadow:
        0px 1px 0px rgba(7,40,122,0.3);
    background: #03267d;
}


.button-phh {
    color: #ffffff;
    background: -moz-linear-gradient(
        top,
        #ff9900 0%,
        #ff7b00);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#ff9900),
        to(#ff7b00));
    text-shadow:
        0px -1px 0px rgba(255,123,0,1),
        0px 1px 0px rgba(255,255,255,0.3);
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.navbar-toggle:hover {


    background: -moz-linear-gradient(
        top,
        #0d4099 0%,
        #07287a);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#0d4099),
        to(#07287a));
    border-color: #557ab7;
    color: #FFFFFF;
    background: #07287a;
}


.button-phh:hover,
.button-phh:active,
.button-phh:focus {
    color: #ffffff;
    background: #ff7b00;
}

.csc-textpic-image {
    margin-bottom: 10px;
}

div.csc-textpic .csc-textpic-imagewrap img {
    width: 100%;
    height: auto;
}

p.p_gewinnspiel {
    margin: 5px 0px 5px 0px;
}

.panel-primary p {
    margin-bottom: 0.5em;
}


/* --------------------------------------------------------------------------------- TEASER */

.teaser {
    background: none repeat scroll 0 0 #9eb3d6;
    height: 170px;
    margin: 0.5em 0;
    overflow: hidden;
    position: relative;
    width: auto;
}

.teaser .textWrapper {
    background: none repeat scroll 0 0 rgba(85, 121, 183, 0.9);
    top: 0;
    left: 0;
    padding: 5px 0 0 0;
    position: absolute;
    width: 100%;
    height: 170px;
    z-index: 2;
    display: none;
    text-align: center;
    color: #ffffff;
}

.teaser_img_wrapper {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.teaser_img_wrapper img {
position: absolute;
top: 26px;
/*width: 100%;*/

vertical-align: top;
height: 135px;
z-index: 1;

}

.teaser .textWrapper .icon-moewe {
    font-size: 28px;
    margin-top: 4px;
}


.teaser .textWrapper p {
    font-size: 15px;
    margin-right: 25px;
    margin-left: 25px;
    /*border-top: 1px solid #9EB3D6;*/
    padding-top: 3px;
    margin-bottom: 8px;
}

.teaser .textWrapper h4,
.teaser h4,
.teaser .textWrapper .h4,
.teaser .h4 {
    color: #ffffff;
    font-size: 22px;
}

.teaser h4,
.teaser .h4 {
    position: absolute;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    display: block;
    z-index: 4;
    width: 100%;
    font-family: 'DINNextW01-CondensedUlt';
    font-size: 30px;
    padding: 4px 0px 1px 0px;
    opacity: 0.9;


    /*font-family: 'Trade Gothic W01 Cn 18';
    font-size: 28px;*/

    background: #0D4099;/*
    background: #DFE6F2;
    background: #9eb3d6;*/
   bottom:  0px;
}

.col-md-3 .teaser h4,
.col-md-3 .teaser .h4 {
    margin-top: 60px;
    font-size: 24px;
}

.teaser img {
    position: relative;
    top: 50%;
    width: 100%;

    vertical-align: top;
    /*height: 100%;*/
    z-index: 1;
}

/*.icon.moewe {
    height: 40px;
    margin: 10px auto 43px auto;
    width: 40px;


    font-family: "huebner";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;

    line-height: 1em;
    content: '\e818';
}
*/


.col-md-3 .teaser .icon.moewe {
    margin: 10px auto 35px auto;
}

/* ---------------------------------------------------------------------------------  */

.adressblock {
	background: #dfe6f2;
	padding: 10px 20px;
	border-radius: 8px;
}

.padding-bottom {
	margin-bottom: 20px;
}

.speisekarte .td-1,
.oeffnungszeiten .td-1 {
	text-align: right;
	width: 200px;
}

/* ---------------------------------------------------------------------------------  */

.navbar-toggle {
    margin: 15px 0px 10px 0px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.navbar-mobile {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    background: #0d4099 ;
}

.navbar-inverse .navbar-toggle {
    border-color: #557ab7;
}

.navbar-mobile ul {
    list-style-type: none;
    margin-left: 0px;
    padding: 0px 0px;
}

.navbar-mobile ul li {
    margin-left: 0px;
    padding: 0px 0px;
    border-bottom: 1px dotted #5579b7;
}

.navbar-mobile ul li a {
    color: #B7C6E1;
    display: block;
    padding: 6px 6px;
}

.navbar-mobile ul li a:active,
.navbar-mobile ul li a:focus,
.navbar-mobile ul li a:hover {
    color: #ffffff;
}

/* --------------------------------------------------------------------------------- */
.iconteaser {
    position: relative;
}

.iconteaser a {
    display: block;
    text-decoration: none;
}

.iconteaser a:hover h2 {
    color: #ff9900;
}

.iconteaser hr {
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 30;
}

.iconteaser .icon {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 3px solid #ff9900;
    width: 80px;
    height: 80px;
    margin: 10px auto;
    text-align: center;
    font-size: 44px;
    line-height: 1.7em;
    font-weight: 100;
}

.iconteaser .icon {
    border: 3px solid #ffffff;
    color: #B7C6E1;
    background: #0d4099;
}

.iconteaser .icon {

    color: #B7C6E1;
    background: #0d4099;
}

.iconteaser a:hover .icon {
    border: 3px solid #ff9900;
    color: #ffffff;
}

.iconteaser div.btn {
    margin: 10px 20% !important;
    float: none;
    display: block;
    width: auto;
}

.icon.zimmer {
    /*width: 80px;
    height: 80px;
    margin: 10px auto;
    background: url("../img/sprite.png") no-repeat scroll -560px 0px rgba(0, 0, 0, 0);
    text-indent: -2000em;*/
}
/* --------------------------------------------------------------------------------- */

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    border-top: 1px solid #DDDDDD;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

table.contenttable {
    width: 100%;
    font-size: 17px;
}

table.wellness_preise tr td.td-1 {
    text-align: right;
}

table.tagungen tr td {
    text-align: center;
    background-color: #f5f5f5;
    border: 2px solid #ffffff;
    width: 9%;
}

table.tagungen tr th {
    text-align: center;
    font-weight: normal;
}

table.tagungen tr td.td-0 {
    /*text-align: left;*/
    background-color: #e5e5e5;
   white-space: nowrap;

}

label {
    font-weight: normal;
}

.label-danger {
    background: transparent;
    color: #D9534F;
}

/* --------------------------------------------------------------------------------- */

.news .article {
    border-bottom: 1px dotted #5579b7;
    padding-bottom: 10px;
    padding-top: 20px;
}

.news.news-single .article {
    border-bottom: 0px solid #D6D7D7;
}

.news .article h2 {
    margin-top: 5px;
}

.news .article .news-list-category {
    display: none;
}

.news .footer span {
    border-right: 0px solid #DDDDDD;
    margin-right: 0px;
    padding-right: 0px;
    padding-top: 10px;
    font-family: trebuchet ms;
    font-size: 13px;
}

.page-navigation {
    background: #dfe6f2;
    padding: 8px 15px;
    height: 43px;

    webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

ul.f3-widget-paginator li,
.news .page-navigation ul li {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    border: 0px solid #ff9900;
    background: #AABEDD;
    width: 28px;
    height: 28px;
    margin: 0px 0px 0px 10px;
    text-align: center;
    padding-top: 1px;
    overflow: hidden;
}

ul.f3-widget-paginator li.current,
.news .page-navigation ul li.current {
    background: #0d4099;
    color: #ffffff;
}

.news-img-caption {
    color: #333;
    text-align: center;
}

.news .page-navigation ul li a {
    padding: 0px 0px;
}

.news .page-navigation ul li.next a {

}

.news .page-navigation ul li.previous a:before,
.news .page-navigation ul li.next a:before,
.teaser .icon.hotellogo:before {
    font-family: 'huebner';
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    content: '\e806';
}

.news .page-navigation ul li.previous a:before {
    content: '\e805';
}

.teaser .icon.hotellogo:before {
    content: '\e818';
    color: #ffffff;
    font-size: 35px;
}


.arrangementMenuDetail,
.arrangementMenuList {
    margin-top: 70px;
}

/* --------------------------------------------------------------------------------- */

table.geschichte td.td-0,
table.geschichte td.td-2 {
    width: 42%;
}

table.geschichte td {
   position: relative;
}

table.geschichte td.td-1 {
    width: 16%;
    text-align: center;
    color: #0d4099;
    /*
    font-family: 'DINNextW01-CondensedUlt';
    font-size: 24px;*/
}

table.geschichte td.td-0 {
    padding-left: 0px;
}

table.geschichte td.td-2 {
    padding-right: 0px;
}

table.geschichte .circle {
    -moz-border-radius: 1000px 1000px 1000px 1000px;
    -webkit-border-radius: 1000px 1000px 1000px 1000px;
    border-radius: 1000px 1000px 1000px 1000px;
    overflow: hidden;
    position: relative;
}

table.geschichte .circle.xs-circle {
    height: 120px;
    width: 120px;
    z-index: 15;
    text-align: center;
    vertical-align: middle;
    padding-top: 45px;
    margin: 0px auto;
}

table.geschichte .circle.xxs-circle {
    height: 80px;
    width: 80px;
    z-index: 15;
    text-align: center;
    vertical-align: middle;
    padding-top: 27px;
    margin: 0px auto;
}

table.geschichte .circle.blue-circle {
    background-color: #dfe6f2;
}


.img-geschichte {
    width: 100%;
    float: left;
}

/* --------------------------------------------------------------------------------- Vorteile im Header */


.vorteilsbox {
    position: absolute;
    text-align: right;
    width: 340px;
    top: 59px;
    right: 0px;
    z-index: 5;
}


.vorteile_btn {
    /*position: absolute;
    right: 0px;
    top: 59px;
    z-index: 1040;*/
    width: 340px;
    height: 55px;
    color: #b7c6e1;
    font-size: 27px;
    font-family: 'DINNextW01-CondensedUlt';
    margin-right: 5%;
    text-transform: uppercase;
    padding-right: 5px;
}

.vorteile_btn span.title {
    padding: 4px 18px 0;
    background: #07287a;
    border-radius: 8px;
}



.vorteile_bubble {
    display: none;
    text-align: left;
}

.vorteile_btn:hover .vorteile_bubble {
    display: block;
    font-family: 'JansonTextW01-55Roman','Times New Roman',Times,serif;
    font-size: 16px;
    text-transform: none;
    background: #07287a;
    border-radius: 8px;
    padding: 10px 10px 10px 18px;
}
.vorteile_btn .vorteile_bubble ul li {
    margin-bottom: 5px;

}

.vorteile_btn .vorteile_bubble ul {
    margin: 5px 0px;
}




/* --------------------------------------------------------------------------------- Akkordion */

.panel {
    background-color: #dfe6f2;
    border: 0px solid #dfe6f2;
    border-radius: 8px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    margin-bottom: 20px;
    padding: 15px 30px;
}

.panel-default {
    background-color: #557ab7;
}


#c804 .panel-body,
#c808 .panel-body {
    background: #dfe6f2;
}


.panel-primary h1,
.panel-primary h2,
.panel-primary h3 {
    margin-top: 0px;
}

.panel-primary table > tbody > tr > td {
    border-top: 1px solid #9EB3D6;
}

.panel-group .panel  {
    border-top: 1px solid #ffffff;
    border-radius: 0px;
    padding: 0px 0px;
}

.col-md-4 .panel {
    padding: 5px 12px;
}

.col-md-4 .panel p {
    font-size: 17px;
}


.panel-default > .panel-heading {
    background-color: #c8d5e8;
    border-color: #9EB3D6;
    color: #0d4099;
}

.panel-title {
    font-size: 20px;
}

/* --------------------------------------------------------------------------------- */

#mypanorama {

}

.pano {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.pano_wrapper {
    background: transparent url(/fileadmin/templates/maintemplate/img/pano/bg_pano_1.jpg) top left repeat-x;
}

.todo {
    color: #ffffff;
    background: #ff00ff;
}

#trivago_hotel_widget_rating_button {
    height: 35px !important;
}

/* --------------------------------------------------------------------------------- */

@media (max-width: 1200px) {
#kompassmenu {
	top: -20px;
	left: 5%;
}

.navbar .container {
    width: 100%;

}

.issuuembed {
	width: 610px !important;
}
}

@media (max-width: 992px) {
#kompassmenu {
	top: -50px;
    left: 2%;
}

    .vorteilsbox {
        display: none;
    }

#headernav {
    margin-top: 40px;
}
#headernav a {
    font-size: 22px;
    margin: 0px 0.5em;
}

    .navbar-mobile {
        display: none;
    }

    footer {
        font-size: 14px;
        padding-top: 20px;
    }

    footer .lead {
        text-align: center;
        margin: 8px 0px;
    }

    footer hr {
        display: none;
    }
}

@media (max-width: 767px) {
#kompassmenu,
.headerwave,
#headernav a.gaeste,
#topnav {
    display: none;
}
    #headernav { position: absolute; right: 15px; top: 25px; width: 50%; float: right; text-align: right;}
    #headernav a.zimmer,
    #headernav a.btn-default {
        display: inline-block;
    }

    #headernav a.btn-default {
        padding: 3px 10px;
    }
	
	.csc-space-before-70 {
		margin-top: 30px !important;
	}
	
	.csc-space-before-70 ul.csc-menu-1 {
		display: none;
	}

}

@media (max-width: 620px) {

.issuuembed {
	width: 450px !important;
}
}


@media (max-width: 581px) {
    #headernav a.zimmer {
        display: none;
    }
}