* {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}

body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.45;
    font-family: Garamond, "Times New Roman", serif;
    color: #000;
    background: none;
}

p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
}

h1 {
    font-size: 19pt;
}

h2 {
    font-size: 17pt;
}

h3 {
    font-size: 15pt;
}

h4, h5, h6 {
    font-size: 14pt;
}

p, h2, h3 {
    orphans: 3;
    widows: 3;
}

code {
    font: 12pt Courier, monospace;
}

blockquote {
    margin: 1.2em;
    padding: 1em;
    font-size: 12pt;
}

hr {
    background-color: #ccc;
}

/* Hide various parts from the site */
.navigation-mobile,
#header,
.booking,
.quicklinks,
.impression-content,
.videoWrapper,
.overview-grid,
#footer,
.push {
    display: none !important;
}
/* Special customization */
.article .regular-title {
    margin-top: 25px;
}

.article p.article-text {
    display: none;
}

.article > p.article-text {
    display: block;
}

.back-button,
.print-button {
    display: none !important;
}

.contentpage .article-content .main,
.contentpage .article {
    padding: 0 0 25px 0 !important;
}

#detailwrapper,
#articlewrapper,
#event-overview {
    margin: 0 !important;
}

#articlewrapper .content-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

#articlewrapper .article-content {
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    float: none !important;
}

.scrollable-weather table td,
.scrollable-weather .weather-icons table td {
    font-size: 14px;
}

.weather .weather-icon {
    font-size: 36px;
}

.today td {
    font-size: 16px;
}

.weather .weather-temperature {
    font-size: 22px;
}