#bcalendar.box,
{
    width: auto;
    height: auto;
    text-align: left;
}

#bcalendar ul {
    margin: 0;
}

#bcalendar header {
    padding: 2.4%;
    background: #999;
    position: relative;
    left: -3px;
    top: -3px;
    width: 448px;
}

#bcalendar.box h4 {
    padding: 0;
    position: static;
}

#bcalendar header ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
}

#bcalendar header ul li {
    float: left;
}

#bcalendar header ul li a {
    background: #ccc;
    display: block;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 3px;
    color: #7a7a7a;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.923em;
    /* 12px to body */
    -webkit-transition: background-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    -ms-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
    cursor: default;
    font-family: Arial, sans-serif;
}

#bcalendar header ul li:first-child a {
    margin-left: 0;
}

#bcalendar header ul li .enabled {
    background: #e4e4e4;
    color: #333;
    cursor: pointer;
}

#bcalendar header ul li .enabled:hover,
#bcalendar header ul li .active {
    background: #ad0236;
    color: #FFF;
}

#bcalendar header ul li abbr {
    border: 0;
}

#bcalendar.box .body {
    position: relative;
    background-position-y: -70px;
}

#bcalendar .prev,
#bcalendar .next {
    background: url('../img/sprite.png') no-repeat;
    width: 25px;
    height: 29px;
    display: block;
    position: absolute;
    top: 52px;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

#bcalendar .prev:hover,
#calendar .next:hover {
    opacity: 0.9;
}

#bcalendar .prev {
    background-position: -84px 0;
    left: -3px;
}

#bcalendar .next {
    background-position: -111px 0;
    right: -3px;
}

#bcalendar article {
    padding: 15px;
    width: 438px;
    float: left;
}

#bcalendar article .img {
    width: 175px;
    margin: auto;
}

#bcalendar article .text {
    text-align: center;
    line-height: 1.4;
    padding: 5px 0 5px 0;
    color: #333333;
}

#bcalendar article .text .time {
    color: #97bf04;
    font-size: 1.538em;
    /* 20px to body */
    font-family: 'Armino', sans-serif;
    margin-bottom: 10px;
}

#bcalendar.box article h5 {
    font-family: 'Armino', sans-serif;
    font-size: 1.231em;
    /* 16px to body */
    color: #00669d;
    font-weight: normal;
    margin: 0;
    padding-top: 0;
}

#bcalendar article .text p {
    line-height: 1.1;
    font-size: 0.923em;
    /* 12px to body */
}

#bcalendar .links {
    margin-top: 10px;
}

#bcalendar .links a {
    float: right;
    position: static;
}

#bcalendar .links a:first-child {
    float: left;
}

#bcalendar .decoration {
    background: url('../img/sprite.png') no-repeat 0 -378px;
    width: 98px;
    height: 38px;
    position: absolute;
    top: -10px;
    right: -10px;
    font-family: 'Armino', sans-serif;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 0.846em;
    /* 11px to body */
    padding: 0 5px;
    padding-top: 6px;
    text-shadow: 1px 1px 5px #3f5b00;
    line-height: 1.4;
}

.termine.accordion {
    margin-bottom: 40px;
}

table.terminliste {
    width: 100%;
}

table.terminliste td {
    padding: 5px;
    border-bottom: 1px solid #DDD
}

table.terminliste td.col4 {
    text-align: right;
}

table.terminliste .button a {
    text-decoration: none;
}

.contact.footerbox {
    position: relative;
    z-index: 1000;
}

#qrcard {
    padding-left: 25px;
    position: absolute;
    bottom: 20px;
    left: 12px;
    height: 16px;
    line-height: 16px;
    background: url(../img/qri.jpg) no-repeat;
    cursor: pointer;
}

#qrcard .popup {
    display: none;
    position: absolute;
    bottom: 33px;
    left: -18px;
    width: 291px;
    height: 229px;
    background: #E7E6E7;
    z-index: 1000;
    background: url(../img/qr.jpg);
    color: #AD0236
}

#qrcard .popup .ttext {
    position: absolute;
    bottom: 20px;
    left: 192px;
}

#qrcard .popup .vtext {
    position: absolute;
    bottom: 20px;
    left: 16px;
}

#tab-fb .button {
    float: right;
}

#newsarchiv {
    margin-bottom: 50px;
    z-index: 1000;
    position: relative;
}

#newsarchiv ul {
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
}

#newsarchiv ul li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    width: 65px;
    text-decoration: none;
}

#newsarchiv ul li.lvl1.act {
    text-decoration: underline;
}

#newsarchiv ul li.lvl1 {
    float: left;
    position: relative;
    margin-top: 10px;
    line-height: 24px;
    height: 24px;
    padding: 0px 30px 0px 5px;
    cursor: pointer;
    background: url(../img/selectbox.png) 100% 0 no-repeat #666666;
    color: white;
    margin-right: 10px;
}

#newsarchiv ul.lvl2 {
    position: absolute;
    top: 24px;
    left: 0px;
    min-width: 100%;
    background: #ECECEC;
}

#newsarchiv ul li.lvl2 a {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    padding: 2px 5px 2px 10px;
}

#newsarchiv ul li.lvl2 a:hover {
    color: #AC0135
}

#newsarchiv li.lvl1 ul.lvl2 {
    display: none;
}

#newsarchiv li.lvl1.hover ul.lvl2 {
    display: block;
}

#newsacc .accordion-toggle {
    position: relative;
}

#newsacc .accordion-toggle span.date {
    position: absolute;
    right: 10px;
    top: 10px;
}

#newsacc p {
    margin: 10px 0px 10px 0px;
}

p.bildbeschreibung {
    margin-top: 0px!important;
}

#newsacc .collapseBox {
    margin-bottom: 2px;
}

.cooplogo {
    float: left;
    margin-bottom: 15px;
    width: 73px;
    margin-right: 5px;
}

.cooplogo .ltext {
    font-size: 10px;
    margin-bottom: 4px;
    color: #666666;
}

.stdcontent {
    margin-bottom: 20px;
}

#cboxClose {
    background-position: -102px -27px;
    right: 0;
}

#cboxClose:hover {
    background-position: -102px -2px;
}

.ie7 .pluginButtonInline {
    width: 100px;
}

hr {
    background-color: #00679D;
    border-width: 0;
    color: #00679D;
    height: 1px;
    line-height: 0;
    margin: -.5em 10px 1.8571em 10px;
    page-break-after: always;
    text-align: center;
    width: 100%;
}


/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #333;
}

body {
    font-size: 0.813em;
    /* 13px to 16px standard */
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

iframe {
    max-width: 100%;
    /* responsive iframes */
}

a {
    color: #ac0135;
    text-decoration: underline;
}

a:hover {
    color: #00669d;
}

a:visited {
    color: #015b8c;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Armino', sans-serif;
    font-weight: normal;
    line-height: 1.2;
}

h1 {
    color: #333;
    font-size: 2.692em;
    /* 35px to body */
    margin-top: 0;
}

h2 {
    font-family: Arial, sans-serif;
    color: #ac0034;
    font-size: 1.231em;
    /* 16px to body */
}

h4 {
    font-size: 1.231em;
    /* 16px to body */
    margin-bottom: 0.7em;
}

h5 {
    font-size: 0.923em;
    /* 12px to body */
    color: #333;
}

ul {
    padding-left: 15px;
}


/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'Armino';
    src: url('../fonts/arimo-regular-webfont.eot');
    src: url('../fonts/arimo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/arimo-regular-webfont.woff') format('woff'), url('../fonts/arimo-regular-webfont.ttf') format('truetype'), url('../fonts/arimo-regular-webfont.svg#arimoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */


/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'Armino';
        src: url('../fonts/arimo-regular-webfont.svg#arimoregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
}

@font-face {
    font-family: 'Armino';
    src: url('../fonts/arimo-bold-webfont.eot');
    src: url('../fonts/arimo-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/arimo-bold-webfont.woff') format('woff'), url('../fonts/arimo-bold-webfont.ttf') format('truetype'), url('../fonts/arimo-bold-webfont.svg#arimobold') format('svg');
    font-weight: bold;
    font-style: normal;
}


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */


/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'Armino';
        src: url('../fonts/arimo-bold-webfont.svg#arimobold') format('svg');
        font-weight: bold;
        font-style: normal;
    }
}


/* ==========================================================================
   Wiederverwendbare Elemente / Klassen
   ========================================================================== */

.macenter {
    width: 1250px;
    margin: 0 auto;
    position: relative;
}

.button {
    background: url('../img/button01.png') no-repeat;
    display: inline-block;
    padding-left: 24px;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

.button.disabled {
    background: none;
}

.terminliste .termin .button:hover {
    text-decoration: none;
}

.terminliste .termin .button a {
    color: #99CC00
}

.terminliste .termin .button.disabled {
    color: #AD0236
}

.button:hover {
    text-decoration: underline;
}

.box {
    display: block;
    position: relative;
    padding: 2px;
    border: 1px solid #e0e0e0;
    background: #f3f3f3;
}

.box .body {
    background: url('../img/box-bg.png') no-repeat #ebebeb center -65px;
}

.footerbox {
    width: 17%;
    margin-left: 1%;
    padding: 2% 1.1% 1.1% 1.1%;
    float: left;
    height: 200px;
    display: block;
    background: #FFF;
    font-size: 0.923em;
    /* 12px to body */
    position: relative;
    background: #97bf04;
    color: #FFF;
}

.footerbox>a {
    text-decoration: none;
}

.lt-ie9 .footerbox {
    padding: 1.07%;
}

.footerbox:first-child {
    margin-left: 0%;
}

.footerbox h4 {
    font-size: 1.333em;
    /* 16px to footerbox */
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px dotted #FFF;
}

.footerbox a {
    color: #FFF;
}

.footerbox p {
    margin: 0;
}

.footerbox address {
    font-style: normal;
}

.footerbox.color2 {
    background: #ad0236;
    color: #FFF;
}

.footerbox.color3 {
    background: #00679d;
    color: #FFF;
}

figure.footerbox {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    box-pack: center;
}

.footerbox blockquote {
    font-size: 1.231em;
    /* 16px to body */
    margin: 0 0 12px 0;
    font-family: 'Armino', sans-serif;
}

.footerbox figcaption {
    font-size: 0.846em;
    /* 11px to body */
}

.footerbox .button {
    position: absolute;
    bottom: 5%;
    right: 5%;
    background-position: 0 -284px;
    color: #FFF;
}

.footerbox .decoration {
    position: absolute;
    width: 34px;
    height: 34px;
    right: 15px;
    top: 15px;
}

.ie7 .footerbox .decoration {
    right: 7px;
    top: 7px;
}

.ie8 .footerbox .decoration {
    right: 7px;
    top: 7px;
}

.quotebox {
    background: #ad0236;
    margin: 20px 0;
}

.quotebox a,
.quotebox a:hover {
    color: #923361;
}

.quotebox a:hover {
    text-decoration: underline;
}

.quotebox .quote {
    width: 200px;
    float: left;
    padding: 15px 20px;
    color: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    box-pack: center;
    min-height: 125px;
    background: #97bf04;
}

.quotebox .img {
    width: 230px;
    float: right;
}

.quotebox img {
    display: block;
}

.quotebox blockquote {
    font-size: 1.231em;
    /* 16px to body */
    margin: 0 0 12px 0;
    font-family: 'Armino', sans-serif;
}

.quotebox figcaption {
    font-size: 0.846em;
    /* 11px to body */
}

.collapseBox {
    margin-bottom: 30px;
}

.collapseBox h4 {
    background: #99cc00;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 45px 10px 10px;
    font-weight: bold;
    font-size: 1.077em;
    /* 14px to body */
    line-height: 1;
    margin: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.collapseBox h4:hover {
    background: #708f03;
}

.termine .collapseBox h4 {
    background: #AD0236;
}

.termine .collapseBox h4:hover {
    background: #BE1347;
}

.collapseBox h4 span {
    display: block;
    position: absolute;
    width: 35px;
    height: 100%;
    top: 0;
    right: 0;
    background: url('../img/sprite.png') no-repeat -574px 10px #ad0236;
}

.collapseBox h4 span.open {
    background-position: -519px 10px;
}

.collapseBox .body {
    background: #f3f3f3;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-bottom: 0;
    display: none;
}

.collapseBox .img {
    float: left;
    width: 182px;
}

.collapseBox p {
    margin: 0;
}

.collapseBox .more {
    margin-top: 20px;
    text-align: right;
}

.infoBox {
    margin: 0 15px 30px 0;
    width: 100%;
    border: 1px solid #e0e0e0;
}

.infoBox.small {
    width: 218px;
    float: left;
}

.infoBox.small .img img {
    width: 220px;
    height: auto;
}

.infoBox.last {
    margin-right: 0;
}

.infoBox .img {
    position: relative;
    left: -1px;
    top: -1px;
}

.infoBox h4 {
    color: #ad0236;
    margin-top: 15px;
}

.infoBox .body {
    background: #f3f3f3;
    padding: 10px;
}

.infoBox .more {
    margin-top: 20px;
    text-align: right;
}

.timeline {
    margin-bottom: 20px;
}

.timeline h4 {
    color: #00669d;
    text-align: center;
    font-size: 1.538em;
}

.timeline .body {
    background: #efefef;
    padding: 20px;
    position: relative;
}

.timeline p {
    padding-top: 0;
}

.timeline .decoration {
    position: absolute;
    top: -8px;
    left: 50%;
    background: url('../img/sprite.png') no-repeat -135px -48px;
    width: 16px;
    height: 16px;
    margin-left: -8px;
}

.contenttable th {
    font-family: 'Armino', sans-serif;
    text-align: left;
    background: #00679d;
    color: #FFF;
}

.contenttable tr:nth-child(even) {
    background: #f3f3f3;
}

.contenttable th,
.contenttable td {
    padding: 8px 5px;
    min-width: 50px;
}

.contenttable tr {
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

.contenttable tr:hover {
    background: #97bf04;
    color: #FFF;
}

.download {
    background: #f3f3f4;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
}

.download h4 {
    margin-top: 0;
}

.download .img {
    float: left;
    width: 20%
}

.download .body {
    float: left;
    width: 66%;
}

.download .btn {
    float: right;
    width: 14%;
}

.download .btn a {
    background: url('../img/sprite.png') no-repeat 11px 9px #00679d;
    display: block;
    width: 45px;
    height: 40px;
    border-radius: 2px;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.download .btn a:hover,
.download .btn a:visited {
    background-color: #004971;
}

.download.disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.download.disabled * {
    cursor: default;
}

.event {
    margin-bottom: 25px;
    position: relative;
}

.event h1,
.event h4 {
    margin: 0;
}

.event .time {
    color: #97bf04;
    font-size: 1.538em;
    /* 20px to body */
    font-family: 'Armino', sans-serif;
    margin-bottom: 10px;
}

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

.event .altdates {
    margin-top: 20px;
}

.event .altdates>div {
    font-weight: bold;
    font-size: 14px;
}

.event .altdates ul {
    list-style: none;
    padding: 0;
    margin-top: 5px;
}

.event .altdates li {
    float: left;
    background: #00679d;
    margin: 0 10px 10px 0;
    color: #FFF;
    padding: 2px 5px;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    border-radius: 5px;
}

.event .altdates li:hover {
    background: #ad0236;
}

.event .links {
    margin-top: 20px;
}

.event.list {
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
}

.event.list .img {
    position: relative;
    left: -1px;
    top: -1px;
}

.event.list .img img {
    width: 100%;
}

.event.list h4 {
    font-size: 1.231em;
    color: #00669d;
}

.event.list .body {
    padding: 15px;
}

.event.list .links a {
    margin-right: 10px;
}

.plant {
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 20px;
}

.plant.list img {
    float: left;
    margin-right: 15px;
}

.plant.list .button {
    margin-top: 15px;
}

.plant.list .fields {
    float: left;
    margin: 0px;
}

.plant .fields {
    font-family: 'Armino', sans-serif;
    margin: 15px 0;
}

.plant .field:first-child {
    border: 0;
}

.plant .field {
    border-top: 1px dotted #999;
    padding: 5px;
    background: #f5f5f5;
}

.plant .label {
    color: #9bb40c;
    text-transform: uppercase;
    font-weight: bold;
}

.news .accordion-group {
    background: #f3f3f3;
    margin-bottom: 2px;
}

.news .accordion-heading a {
    display: block;
    background: #99cc00;
    padding: 10px 75px 10px 10px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.077em;
    font-family: 'Armino', sans-serif;
    font-weight: bold;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.news .accordion-heading a:hover {
    background: #708f03;
}

.news .accordion-body {
    border: 1px solid #e0e0e0;
    border-top: 0;
    height: 0;
}

.news .collapse {
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.news .in {
    height: auto;
}

.news .accordion-inner {
    padding: 10px;
}

.news .csc-header-date {
    display: none;
}

.news .bildbeschreibung {
    padding: 5px;
    font-style: italic;
    font-size: 0.846em;
}

.graybox {
    background: #F3F3F3;
    padding: 10px;
}

.gallery figure {
    margin: 0 6px 6px 0;
    width: 150px;
    float: left
}

.gallery a {
    display: block;
}

.gallery-link {
    width: 150px;
    display: inline-block;
    margin: 0 6px 6px 0;
}

.gallery-link .h a {
    display: block;
    background: #97bf04;
    padding: 10px 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Armino', sans-serif;
    color: #FFF;
    text-decoration: none;
}

.gallery-link .box {
    padding: 5px;
    text-align: right;
    font-size: 0.923em;
}

#newsacc p {
    width: 100%;
}

#newsacc p img {
    display: block;
    margin: auto;
}

#botanicacheck .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 5px;
}

#botanicacheck .icon.accept {
    background: url('../img/accept.png') no-repeat;
}

#botanicacheck .icon.error {
    background: url('../img/error.png') no-repeat;
}

.fr-caption {
    font-size: 14px;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.plantn {
    margin-bottom: 20px;
}

p.underconstruction {
    font-weight: bold;
    color: #999999;
}

.plantn.list img {
    float: left;
    margin-right: 15px;
}

.plantn.list .button {
    margin-top: 15px;
}

.plantn.list .fields {
    float: left;
    margin: 0px;
}

.plantn .fields {
    font-family: 'Armino', sans-serif;
    margin: 15px 0;
}

.plantn .green {
    color: #97bf04;
}

.boxlink {
    cursor: pointer;
}

.filterbar {
    margin-bottom: 20px;
}

.filterbar a {
    text-decoration: none;
    color: #333333;
    padding: 5px 1px;
    font-size: 18px;
}

.filterbar a.act {
    text-decoration: none;
    color: #97bf04;
}

.plantn.list {
    margin-bottom: 5px;
}

.plantn.list a {
    text-decoration: none;
    color: #333333;
}

.plantn span .deco {
    display: none;
    position: absolute;
    top: 0px;
    left: -25px;
    height: 20px;
    width: 20px;
    background: black
}

.plantn span.icon.heimat .deco {
    display: block;
    background: url('../img/plantsprite.png') no-repeat -6px -234px;
    width: 16px;
    height: 15px;
    top: 1px;
}

.plantn span.icon.blatt .deco {
    display: block;
    background: url('../img/plantsprite.png') no-repeat -6px -263px;
    width: 16px;
    height: 20px;
    top: 0px;
}

.plantn span.icon.bluete .deco {
    display: block;
    background: url('../img/plantsprite.png') no-repeat -5px -294px;
    width: 18px;
    height: 23px;
    top: 0px;
}

.plantn span.icon.bluetezeit .deco {
    display: block;
    background: url('../img/plantsprite.png') no-repeat -5px -330px;
    width: 18px;
    height: 13px;
    top: 2px;
}

.plantn span.icon.frucht .deco {
    display: block;
    background: url('../img/plantsprite.png') no-repeat -6px -354px;
    width: 18px;
    height: 21px;
    top: -1px;
}

.plantteaser .cm {
    height: 40px;
}

#right-sidebar .plantteaser .button {
    margin-top: 28px;
}

.plantteaser .lexilink {
    background: url('../img/plantsprite.png') no-repeat -2px -77px;
    width: 96px;
    height: 36px;
    margin: auto;
}

.italic {
    font-style: italic;
}

.plantn span.big {
    font-size: 16px;
}

.plantn .imgwrap {
    position: relative;
}

.plantn #hnext,
.plantn #hprev {
    position: absolute;
    top: 100px;
    background: black;
    z-index: 30;
}

.plantn #hprev {
    left: 0px;
    background: url('../img/plantsprite.png') no-repeat -1px 0;
    width: 25px;
    height: 28px;
}

.plantn #hnext {
    right: 0px;
    background: url('../img/plantsprite.png') no-repeat -1px -38px;
    width: 25px;
    height: 28px;
}

.plantn .caroufredsel {
    width: 438px;
    height: 200px;
}

.plantn .caroufredsel a {
    display: block;
    width: 100%;
    height: 100%;
}

.plantn .caroufredsel img {
    width: 100%;
    height: 100%;
}

.plantn .field:first-child {
    border: 0;
}

.plantn .field.pad {
    border-top: 1px solid #CCC;
    margin-left: 25px;
}

.plantn .label {
    color: #333333;
    font-weight: bold;
}

.plantn .field {
    position: relative;
    padding: 5px 0;
}

.plantn span.label {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 170px;
}

.plantn .divider {
    height: 40px;
}

.plantn h3 {
    margin-top: 40px;
    color: #97bf04;
    font-weight: bold;
}

h3.green {
    color: #97bf04;
    font-weight: bold;
}

.plantn span.data {
    display: block;
    margin-left: 170px;
    width: 260px;
}

#header {
    margin-top: 20px;
    overflow: hidden;
}

#topnav {
    font-size: 0.923em;
    /* 12px to body */
    z-index: 100;
    /* IE 7 Z-index bug */
    margin-bottom: 0px;
}

#language {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 10;
}

#language li a {
    margin-bottom: 5px;
    padding: 5px;
    text-decoration: none;
    color: #333;
    background: #FFF;
    display: block;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    text-align: center;
    font-family: 'Armino', sans-serif;
    font-weight: bold;
}

#language .active a,
#language a:hover {
    color: #FFF;
}

#language .active.color1 a,
#language .color1 a:hover {
    background: #ad0236;
}

#language .active.color2 a,
#language .color2 a:hover {
    background: #97bf04;
}

#language .active.color3 a,
#language .color3 a:hover {
    background: #00679d;
}

#main-nav {
    width: 60%;
    float: left;
    position: relative;
    z-index: 2;
    /* IE 7 Z-index bug */
}

#main-nav a {
    display: block;
}

#main-nav ul {
    padding: 0;
    margin: 0;
}

#main-nav>ul {
    margin: 1em 0 0 0;
}

#main-nav>ul>li {
    float: left;
    padding: 0 2%;
    height: 52px;
    /*max-width: 16%;*/
}

#main-nav>ul>li:first-child {
    padding-left: 0;
}

#main-nav>ul>li>a {
    color: #575757;
    text-decoration: none;
}

#main-nav>ul>li>a:hover,
#main-nav>ul>li.active>a,
#main-nav>ul>li:hover>a {
    color: #ac0034;
    text-decoration: underline;
}

#main-nav .submenu {
    position: absolute;
    top: 64px;
    background: rgba(255, 255, 255, 0.95);
    left: 0;
    /*min-height: 200px;*/
    z-index: 1;
    text-align: left;
    display: none;
    /* mit visibility: hidden ff bug */
    padding: 20px;
    width: 1210px;
}

.no-rgba #main-nav .submenu {
    background: #FFF;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

#main-nav>ul>li:hover .submenu {
    display: block;
}

#main-nav .submenu a {
    color: #333313;
    text-decoration: none;
    font-size: 1.08333333333em;
    /* 13/12 */
    padding: 0.2em 0;
}

#main-nav .submenu li a:hover,
#main-nav .active>a {
    text-decoration: underline;
}

#main-nav .submenu .col {
    float: left;
    width: 22%;
    padding-left: 4%;
}

#main-nav .submenu .col:first-child {
    padding-left: 0;
}

#main-nav .submenu .col>li>a {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#main-nav .submenu .col>li+li>a {
    border-top: 0;
}

#main-nav .submenu .col>li>a {
    padding: 0.3em 0;
    padding-left: 1.5em;
    font-weight: bold;
    /*background: url('../img/sprite.png') no-repeat -141px -400px;*/
    background: url('../img/menu_button.png') no-repeat 0px 7px;
}

#main-nav .submenu .col .sub+li {
    border-top: 1px solid #CCC;
}

#logo {
    display: block;
    float: right;
    margin: 10px 0;
}

#logo img {
    width: auto;
}

#header-content {
    background: #999;
    position: relative;
}

#slideshow {
    position: relative;
    overflow: hidden;
    width: 1400px;
    height: 600px;
    margin: 0 auto;
}

#slideshow img {
    width: 100%;
    height: 100%;
}

#teaserbutton {
    display: none;
    position: absolute;
    top: 270px;
    left: 75px;
    height: 208px;
    width: 301px;
    background: url(../img/tourismaward.png) no-repeat;
    text-indent: 9999px;
    overflow: hidden;
    z-index: 99;
}

#main-nav {
    z-index: 100;
}

#fast-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#fast-nav>ul {
    margin: 0;
    padding: 0;
}

#fast-nav>ul>li {
    float: left;
    width: 33.33%;
}

#fast-nav>ul>li>a {
    font-family: 'Armino', sans-serif;
    font-size: 2.077em;
    /* 27px to body */
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    padding: 18px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 3px #333;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.lt-ie8 #fast-nav>ul>li.color3 {
    width: 33.30%;
}

#fast-nav>ul>li.color1>a {
    background: #ad0236;
}

#fast-nav>ul>li.color2>a {
    background: #97bf04;
}

#fast-nav>ul>li.color3>a {
    background: #00679d;
}

#fast-nav>ul>li.color1>a:hover,
#fast-nav>ul>li.color1.active>a {
    background: #810127;
}

#fast-nav>ul>li.color2>a:hover,
#fast-nav>ul>li.color2.active>a {
    background: #708f03;
}

#fast-nav>ul>li.color3>a:hover,
#fast-nav>ul>li.color3.active>a {
    background: #004971;
}

#fast-nav .submenu {
    position: absolute;
    width: 33.33%;
    bottom: 76px;
    background: rgba(255, 255, 255, 0.95);
    display: none;
}

.lt-ie8 #fast-nav .submenu {
    width: 33.30%;
}

.no-rgba #fast-nav .submenu {
    background: #FFF;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

#fast-nav>ul>li:hover .submenu {
    display: block;
}

#fast-nav .submenu ul {
    margin: 15px;
    padding: 0;
}

#fast-nav .submenu li {
    padding: 5px 15px;
}

#fast-nav .submenu li a {
    color: #333313;
    font-weight: bold;
    text-decoration: none;
}

#fast-nav .submenu li a:hover,
#fast-nav .submenu li.active {
    text-decoration: underline;
}

#mobile-quicknav {
    display: none;
    margin-bottom: 20px;
    width: 100%;
    font-size: 1.2em;
    border: 0;
    background: #e6e6e6;
    padding: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper {
    padding: 35px 0 50px 0;
}

#breadcrumb {
    float: left;
}

#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #999;
    font-size: 0.923em;
    /* 12px to body */
}

#breadcrumb ul li {
    display: inline;
}

#breadcrumb ul li a {
    color: #999;
    text-decoration: none;
}

#breadcrumb ul li a:hover {
    text-decoration: underline;
}

#search,
#searchs {
    float: right;
    color: #666;
    font-size: 0.846em;
    /* 11px to body */
    margin-bottom: 20px;
}

#search label,
#searchs label {
    font-weight: bold;
    padding-right: 10px;
}

#search input,
#searchs input {
    background-color: #e6e6e6;
    border: 0;
}

#searchsword,
#searchs .suchfeld {
    width: 126px;
    padding: 3px 5px;
}

#searchsubmit,
#searchs .suchbutton {
    padding: 3px 15px;
    vertical-align: bottom;
    background: url('../img/sprite.png') no-repeat 8px -47px #e6e6e6;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.lt-ie9 #searchsubmit {
    padding: 0;
    width: 30px;
    height: 20px;
}

#searchsubmit:hover {
    background-color: #eee;
}

#contentgroup {
    width: 690px;
    float: left;
}

main {
    display: block;
    width: 470px;
    float: left;
}

#center-sidebar {
    float: right;
}

#center-sidebar .box {
    margin-bottom: 20px;
    width: 144px;
}

#center-sidebar .box .body {
    height: 150px;
    font-family: 'Armino', sans-serif;
    -webkit-transition: background-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    -ms-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}

#center-sidebar .box:hover .body {
    background-color: #e0e0e0;
}

#center-sidebar .box a {
    display: block;
    height: 100%;
    background: url('../img/center-box.png') no-repeat;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}

#center-sidebar .box span {
    margin: 0 5px;
    padding: 10px 0;
    text-align: center;
    display: block;
    cursor: pointer;
    border-bottom: 1px dotted #999;
    font-weight: bold;
}

#center-sidebar .box.openings a {
    background-position: center 58px;
    color: #00669d;
}

#center-sidebar .box.prices a {
    background-position: center -248px;
    color: #9bb40c;
}

#center-sidebar .box.coupons a {
    background-position: center -94px;
    color: #ac0135;
}

#center-sidebar .box.online a {
    background: url(../img/trauttmannsdorf_box.png) no-repeat;
    color: #9bb40c;
}

#right-sidebar {
    width: 470px;
    float: right;
}

#right-sidebar .box {
    margin-bottom: 10px;
    width: 224px;
    height: 175px;
    text-align: center;
}

#right-sidebar .box .body {
    min-height: 136px;
    background-position-y: -100px;
}

#right-sidebar .box h4 {
    color: #FFF;
    margin: 0;
    background: #999;
    padding: 10px;
    position: relative;
    left: -3px;
    top: -3px;
    width: 210px;
}

#right-sidebar .box h5 {
    color: #333;
    padding: 10px 0;
    margin: 0;
    font-family: Arial;
    font-weight: bold;
}

#right-sidebar .box h5 a {
    color: #333;
}

#right-sidebar .box img {
    border: 2px solid #FFF;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(188, 188, 188, 1);
    box-shadow: 2px 2px 4px 0px rgba(188, 188, 188, 1);
    min-height: 58px;
}

#right-sidebar .button {
    font-size: 0.923em;
    /* 12px to body */
    display: inline-block;
    margin-top: 10px;
}

#calendar.box,
#bcalendar.box,
#alerts.box {
    width: auto;
    height: auto;
    text-align: left;
}

#calendar ul {
    margin: 0;
}

#calendar header {
    padding: 2.4%;
    background: #999;
    position: relative;
    left: -3px;
    top: -3px;
    width: 448px;
}

#calendar.box h4,
#bcalendar.box h4 {
    padding: 0;
    position: static;
}

#calendar header ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
}

#calendar header ul li {
    float: left;
}

#calendar header ul li a {
    background: #ccc;
    display: block;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 3px;
    color: #7a7a7a;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.923em;
    /* 12px to body */
    -webkit-transition: background-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    -ms-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
    cursor: default;
    font-family: Arial, sans-serif;
}

#calendar header ul li:first-child a {
    margin-left: 0;
}

#calendar header ul li .enabled {
    background: #e4e4e4;
    color: #333;
    cursor: pointer;
}

#calendar header ul li .disabled {
    background: #888;
    cursor: pointer;
}

#calendar header ul li .enabled:hover,
#calendar header ul li .active {
    background: #ad0236;
    color: #FFF;
}

#calendar header ul li abbr {
    border: 0;
}

#calendar.box .body {
    position: relative;
    background-position-y: -70px;
}

#calendar .prev,
#calendar .next {
    background: url('../img/sprite.png') no-repeat;
    width: 25px;
    height: 29px;
    display: block;
    position: absolute;
    top: 30px;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

#calendar .prev:hover,
#calendar .next:hover {
    opacity: 0.9;
}

#calendar .prev {
    background-position: -84px 0;
    left: -3px;
}

#calendar .next {
    background-position: -111px 0;
    right: -3px;
}

#calendar article {
    padding: 15px;
    width: 438px;
    float: left;
}

#calendar article .img {
    width: 30%;
    float: left;
    padding-left: 5%;
}

#calendar article .text {
    width: 60%;
    padding-right: 5%;
    float: left;
    margin-bottom: 10px;
}

#calendar article .text .time {
    color: #97bf04;
    font-size: 1.538em;
    /* 20px to body */
    font-family: 'Armino', sans-serif;
    margin-bottom: 10px;
}

#calendar.box article h5 {
    font-family: 'Armino', sans-serif;
    font-size: 1.231em;
    /* 16px to body */
    color: #00669d;
    font-weight: normal;
    margin: 0;
    padding-top: 0;
}

#calendar article .text p {
    line-height: 1.1;
    font-size: 0.923em;
    /* 12px to body */
}

#calendar .links {
    margin-top: 10px;
}

#calendar .links a {
    float: right;
    position: static;
}

#calendar .links a:first-child {
    float: left;
}

#calendar .decoration {
    background: url('../img/sprite.png') no-repeat 0 -378px;
    width: 98px;
    height: 38px;
    position: absolute;
    top: -10px;
    right: -10px;
    font-family: 'Armino', sans-serif;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 0.846em;
    /* 11px to body */
    padding: 0 5px;
    padding-top: 6px;
    text-shadow: 1px 1px 5px #3f5b00;
    line-height: 1.4;
}

#right-sidebar #alerts h4 {
    width: 450px;
}

#right-sidebar #alerts .body {
    min-height: auto;
}

#alerts article {
    font-family: 'Armino', sans-serif;
    font-size: 1.231em;
    /* 16px to body */
    color: #0067a0;
    padding: 15px 50px;
}

#alerts article p {
    margin: 0;
}

#alerts .decoration {
    position: absolute;
    left: 15px;
    top: 56px;
    background: url('../img/sprite.png') no-repeat -142px 0;
    width: 26px;
    height: 26px;
}

#dictionary {
    float: left;
}

#dictionary article {
    padding: 0 30px;
}

#dictionary article p {
    margin: 0;
    height: 60px;
    overflow: hidden;
}

#news article p {
    margin: 0;
    height: 60px;
    overflow: hidden;
}

#news article {
    padding: 0 30px;
}

#dictionary .decoration {
    background: url('../img/sprite.png') no-repeat -478px 0;
    width: 22px;
    height: 97px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#news {
    float: right;
    position: relative;
}

#news .decoration {
    background: url('../img/sprite.png') no-repeat -336px -300px;
    width: 77px;
    height: 77px;
    position: absolute;
    top: -6px;
    right: -28px;
    display: block;
}


/*.lt-ie8 #news .decoration {
	display: none;
}*/

#plant {
    float: left;
}

#bloom {
    float: right;
}

#tabs.box {
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0;
    overflow: hidden;
}

#tabs>ul {
    background: #999;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #FFF;
}

#tabs>ul li {
    float: left;
    width: 33%;
    position: relative;
}

.lt-ie8 #tabs>ul li {
    float: left;
    width: 24.98%;
}

#tabs>ul li a {
    display: block;
    border-left: 1px solid #FFF;
    padding: 5px 10px;
    font-size: 1.077em;
    text-decoration: none;
    color: #FFF;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

#tabs>ul li:first-child a {
    border-left: 0;
}

#tabs>ul li a:hover,
#tabs ul li.active a {
    background-color: #707070;
}

#tabs>ul span {
    background: url('../img/sprite.png') no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 7px;
}

#tabs .tab-fb span {
    background-position: -485px -349px;
}

#tabs .tab-googleplus span {
    background-position: -170px -255px;
}

#tabs .tab-instagram span {
    background-position: -276px -255px;
}

#tabs .tab-pinterest span {
    background-position: -119px -255px;
}

#tabs .tab-youtube span {
    background-position: -224px -255px;
}

#tabs .tab-flickr span {
    background-position: -289px -300px;
}

#tabs .tab-yt span {
    background-position: -289px -344px;
}

#tabs .tab-360 span {
    background-position: -485px -309px;
}

#tabs .tab-content {
    padding: 10px;
}

#tabs .tab-pane {
    display: none;
    overflow: hidden;
}

#tabs .tab-pane.active {
    display: block;
}

#tabs .tab-pane h4 {
    background: none;
    padding: 0;
    margin-bottom: 10px;
    color: #333;
    left: 0;
    top: 0;
}

#tabs .button {
    position: static;
}

#flickrfeed {
    list-style: none;
    padding: 0;
}

#flickrfeed li {
    margin-bottom: 10px;
}

#player {
    width: 450px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.youtube .carousel {
    width: 150px;
    height: 230px;
    overflow: auto;
    position: absolute;
    right: 0px;
    z-index: 3;
}

.youtube .thumbnail {
    margin: 2px;
    width: 100px;
    border: 1px solid black;
}

.youtube iframe.player {
    width: 290px;
    height: 230px;
    overflow: auto;
    border: 0;
}

.yt-descript {
    color: #000;
    display: block;
    font-size: 9px;
}

.carItemContain {
    height: 100px;
}

#footerboxes {
    padding: 15px 0;
}

.contact .decoration,
.newsletter .decoration,
.weather .decoration,
.downloads .decoration {
    background: url('../img/sprite.png') no-repeat;
}

.contact .decoration {
    background-position: -49px -331px;
}

.newsletter .decoration {
    background-position: 0 -337px;
}

.weather .decoration {
    background-position: -90px -334px;
}

.weather table {
    text-align: center;
}

.weather-detail-img,
.mountain-weather-img {
    width: 100%;
}

#next-days-forecast .weather-detail-icon {
    width: 50%;
}

#next-days-forecast thead th {
    text-align: left;
}

.downloads .decoration {
    background-position: -136px -336px;
}

#subfooter {
    font-size: 0.846em;
    /* 11px to body */
    margin: 15px 0;
    position: relative;
}

#footernav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
    float: left;
    margin-right: 5%;
    display: flex;
    flex-wrap: wrap;
}

#footernav li {
    display: inline;
}

#footernav li a {
    color: #333;
    text-decoration: none;
}

#footernav li a:hover,
#footernav li.active a {
    text-decoration: underline;
}

#subfooter>p {
    float: left;
    margin: 0;
}

#brandnamic {
    width: 90px;
    height: 16px;
    display: block;
    float: right;
}

#brandnamic::before {
    content: url('https://cdn.bnamic.com/brandnamic_files/powered_by/powered_by.svg');
}

#partner {
    margin-bottom: 20px;
}

#partner a {
    display: inline-block;
    background: url('../img/sprite.png') no-repeat;
    margin-right: 2%;
}

#partner .suedtirol {
    background-position: -340px 0;
    width: 60px;
    height: 43px;
}

.sued {
    background: url(/fileadmin/templates/img/sued.png) !important;
    width: 71px;
    height: 55px;
}


/*.merano {
	background: url(/fileadmin/templates/img/merano.png) !important;
	width: 163px;
	height: 28px;
	margin-bottom: 5px;
}*/

#partner .meranerland {
    background-position: -111px -106px;
    width: 130px;
    height: 40px;
}

.it #partner .meranerland {
    background-position: -111px -158px;
}

.en #partner .meranerland {
    background-position: -111px -205px;
}

#partner .touriseum {
    background-position: -340px -98px;
    width: auto;
    height: 55px;
    background: none;
}

#partner .touriseum img {
    width: auto;
    height: 55px;
    vertical-align: unset;
}

#partner .giardini {
    background: url('../img/sprite.png') no-repeat -340px -171px;
    width: 71px;
    height: 63px;
}

#partner .sisi {
    background: url('../img/sprite.png') no-repeat -434px -175px;
    width: 66px;
    height: 59px;
}

#partner .holidaycheck {
    background: #0058a3 url('../img/sprite.png') no-repeat -235px -414px;
    width: 160px;
    height: 41px;
}

#partner .tripadvisor {
    background: url('../img/sprite.png') no-repeat -467px -430px;
    width: 133px;
    height: 20px;
}

#partner .landesdomaene {
    background: url('../img/Domänenwappen.png') no-repeat;
    background-position: center;
    background-size: contain;
    width: 65px;
    height: 65px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */


/* SMALL DESKTOP LAYOUT
----------------------------------------------- */

@media only screen and (min-width: 1070px) and (max-width: 1315px) {
    .macenter {
        width: 1000px;
    }
    #main-nav>ul>li {
        padding: 0 1.5%;
        max-width: 15%;
    }
    #main-nav .submenu {
        width: 960px;
    }
    #slideshow,
    #slideshow img {
        width: 1000px;
        height: 429px;
    }
    #teaserbutton {
        top: 130px;
        left: 0px;
    }
    #contentgroup {
        width: auto;
    }
    main,
    #center-sidebar {
        float: none;
    }
    #center-sidebar {
        width: auto;
    }
    #center-sidebar .box {
        float: left;
        margin-right: 10px;
    }
    #center-sidebar .box:first-child {
        margin-left: 0;
    }
    #footerboxes figure {
        display: none;
    }
    .footerbox {
        width: 22%;
    }
}


/* TABLET LAYOUT
----------------------------------------------- */

@media only screen and (min-width: 840px) and (max-width: 1069px) {
    .macenter {
        width: 768px;
    }
    #header {
        margin-top: 0;
    }
    #main-nav {
        display: none;
    }
    #slideshow,
    #slideshow img {
        width: 768px;
        height: 329px;
    }
    #slideshow {
        height: 405px;
    }
    #teaserbutton {
        top: 90px;
        left: 0px;
    }
    #contentgroup {
        width: auto;
    }
    main,
    #center-sidebar {
        float: none;
    }
    #center-sidebar {
        width: auto;
        margin-top: 40px;
    }
    #center-sidebar .box {
        float: left;
        margin-right: 10px;
    }
    #center-sidebar .box:first-child {
        margin-left: 0;
    }
    #right-sidebar {
        width: 230px;
    }
    #calendar header {
        width: 210px;
        text-align: center;
        padding: 4.4%;
    }
    #calendarButtons {
        display: none;
    }
    #calendar article {
        width: 194px;
        text-align: center;
    }
    #calendar article .img,
    #calendar article .text {
        float: none;
        width: auto;
        padding: 0;
    }
    #calendar article .img {
        margin-bottom: 10px;
    }
    #calendar .teaser {
        display: none;
    }
    #calendar article .text .time {
        margin: 0;
    }
    #calendar .links .ticket {
        display: none;
    }
    #calendar .links a {
        float: none!important;
        text-align: center;
    }
    #calendar .decoration {
        position: static;
        color: #333;
        background: none;
        width: auto;
        height: auto;
        font-weight: normal;
        text-shadow: none;
    }
    #calendar .decoration:before {
        content: "*";
    }
    #right-sidebar #alerts h4 {
        width: 210px;
    }
    #tabs.box {
        width: 228px;
    }
    #tabs ul li {
        float: none;
        width: auto;
    }
    #tabs ul li a {
        border: 0;
        border-top: 1px solid #FFF;
        padding: 10px;
        font-size: 1em;
    }
    #tabs .tab-fb span {
        background: url('../img/social-ipad.png') no-repeat;
        background-position: 0 -59px;
        width: 30px;
        height: 30px;
        top: 5px;
    }
    #tabs .tab-flickr span {
        background-position: 0 0;
    }
    #tabs ul li:first-child a {
        border-top: 0;
    }
    #tabs .tab-yt,
    #tabs .tab-360,
    #tabs .tab-flickr {
        display: none;
    }
    .footerbox {
        width: 30.47%;
    }
    #footerboxes .downloads,
    #footerboxes figure {
        display: none;
    }
    #footernav,
    #subfooter>p {
        float: none;
    }
    #subfooter {
        font-size: 0.923em;
    }
    #brandnamic {
        position: absolute;
        right: 0;
        top: 0;
    }
}


/* MOBILE LAYOUT
----------------------------------------------- */

@media only screen and (max-width: 839px) {
    img,
    embed,
    object,
    video {
        max-width: 100%;
        height: auto;
        width: auto;
    }
    .csc-textpic-image {
        margin-bottom: 10px;
    }
    body {
        min-width: 320px;
    }
    .macenter {
        width: auto;
    }
    #topnav {
        padding: 0 5%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #logo img {
        width: auto;
        height: 50px;
    }
    #main-nav {
        display: none;
    }
    #header-content {
        position: static;
    }
    #language {
        top: 0;
        left: 15px;
        margin: 0;
        right: auto;
    }
    #language li {
        float: left;
        width: 30px;
    }
    #slideshow,
    #slideshow img {
        width: 100%;
        height: auto;
    }
    #teaserbutton {
        display: none!important;
    }
    #fast-nav {
        position: static;
    }
    #fast-nav .color3 .submenu ul {
        float: none!important;
    }
    #fast-nav .submenu {
        display: none!important;
    }
    #mobile-quicknav {
        display: block;
    }
    #qrcard {
        display: none;
    }
    #wrapper {
        padding: 35px 5% 10px 5%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #search {
        display: none;
    }
    #breadcrumb {
        display: none;
    }
    main,
    #contentgroup,
    #center-sidebar,
    #right-sidebar {
        float: none;
        width: auto;
    }
    #center-sidebar {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #center-sidebar .box {
        float: left;
        margin-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #center-sidebar .box:first-child {
        margin-left: 0;
    }
    #right-sidebar #calendar,
    #right-sidebar #alerts {
        width: auto;
        height: auto;
    }
    #right-sidebar #alerts h4 {
        width: 100%;
        text-align: center;
    }
    #right-sidebar #calendar h4 {
        padding: 0;
    }
    #calendar {
        margin-top: ;
    }
    #calendar header {
        width: 100%;
        padding: 10px 0px 10px 6px;
    }
    #right-sidebar .box {
        width: 48%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #right-sidebar .box h4 {
        width: 100%;
        padding: 10px 0px 10px 6px;
    }
    #right-sidebar .box .body {
        min-height: 129px;
    }
    #right-sidebar #tabs {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .quotebox .quote {
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 155px;
    }
    .quotebox img {
        width: 50%;
        height: auto;
    }
    #footer {
        padding: 0 5%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #footerboxes .footerbox {
        display: none;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        height: auto;
    }
    #footerboxes .contact {
        display: block;
    }
    .footerbox .decoration {
        top: 5px;
    }
    #subfooter>p {
        display: none;
    }
    .contenttable {
        width: 100%;
    }
}

@media only screen and (max-width: 670px) {
    body {
        font-size: 0.875em;
    }
    h1 {
        font-size: 2em;
    }
    #logo {
        margin-top: 20px;
    }
    #wrapper {
        padding-top: 25px;
    }
    #fast-nav {
        display: none;
    }
    #center-sidebar .box,
    #right-sidebar .box {
        width: 100%;
        float: none;
    }
    #right-sidebar .box {
        height: 185px;
    }
    #right-sidebar .box .body {
        min-height: 139px;
    }
    #right-sidebar .button {
        right: 0;
        left: 20px;
        text-align: left;
    }
    #calendar header ul {
        display: none;
    }
    #calendar header h4 {
        text-align: center;
    }
    #calendar article .img,
    #calendar article .text {
        float: none;
        padding: 0;
        width: auto;
        text-align: center;
    }
    #calendar article .text {
        margin-top: 10px;
    }
    #calendar .teaser {
        display: none;
    }
    #calendar .links a {
        font-size: 0.892em;
    }
    #calendar .decoration {
        position: static;
        color: #333;
        background: none;
        width: auto;
        height: auto;
        font-weight: normal;
        text-shadow: none;
    }
    #calendar .decoration:before {
        content: "*";
    }
    #news .decoration {
        right: 5px;
    }
    #tabs {
        display: none;
    }
    .quotebox .quote {
        width: 100%;
    }
    .quotebox .quote p {
        font-size:
    }
    .quotebox img,
    .download .img {
        display: none;
    }
    .infoBox.small {
        width: 100%;
        float: none;
    }
    .infoBox.small .img {
        position: static;
    }
    .infoBox.small .body {
        height: auto!important;
    }
    .infoBox.small .img img {
        width: 100%;
    }
    .gallery figure {
        width: 120px;
    }
    .gallery figure img {
        height: 120px;
    }
    .gallery-link {
        font-size: 13px;
    }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after,
.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clr {
    float: none;
    clear: both;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
	 * Don't show links for images, or javascript/internal links
	 */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* 03.08.2015 Florian News Bildergalerie */

.newsimages {
    background: #F3F3F3;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-top: 0;
}

.newsimages a {
    display: inline-block;
    width: 33%;
}

.newsimages a+a {
    margin: 0 0.5%;
}

.newsimages a+a+a {
    margin: 0;
}

.newsimages a+a+a~a {
    display: none;
}

.newsimages img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 600px) {
    .wrap-wide-float-right {
        float: right;
    }
}

.newsletter.footerbox {
    /*display: none;*/
}

#newsletter>form.bn__form-grid {
    max-width: 100% !important;
    padding: 0 !important;
}

#newsletter .bn__form-grid .bn__form-grid__column .bn__form-grid__button {
    background: #99cc00 !important;
}

#newsletter .bn__form-grid .bn__form-grid__column .bn__form-grid__button:hover {
    background: #708f03 !important;
}

#newsletter .bn__form-grid .bn__form-grid__column .bn__form-grid__column__item {
    font-size: 14px;
}

.newsletter.footerbox #newsletter .bn__form-grid .bn__form-grid__column--sm-6 {
    width: 100%;
}

.newsletter.footerbox #newsletter form {
    margin: 0 auto;
}

.newsletter.footerbox #newsletter .bn__form-grid .bn__form-grid__column .bn__form-grid__column__item {
    font-size: 12px;
}

.newsletter.footerbox #newsletter .bn__form-grid .bn__form-grid__column {
    padding: 2px 10px;
}

.newsletter.footerbox #newsletter .bn__form-grid__js--submit {
    position: absolute;
    bottom: 5%;
    right: 0;
    text-align: right;
    color: #fff;
    background: none !important;
    display: block;
    width: 126px;
}

.newsletter.footerbox #newsletter .bn__form-grid__js--submit:hover {
    text-decoration: underline;
    background: none !important;
}

.newsletter.footerbox #newsletter .privacy a,
.newsletter.footerbox #newsletter .privacy a:visited {
    color: #fff;
}

#newsletter .bn__form-grid .bn__form-grid__icon.bn__form-grid__icon--cross {
    color: red;
}

.newsletter.footerbox #newsletter .bn__form-grid .bn__form-grid__icon {
    font-size: 10px;
    line-height: 0.8;
}

#uid59 .newsletter.footerbox {
    display: none !important;
}

#profileform .notvalid {
    background-color: lightcoral;
}

#profileform .select_notvalid {
    width: auto;
    height: 13px;
    border: 1px solid red;
}

#profileform table {
    width: 100%;
}

#profileform td>div {
    width: 100%;
    margin: 5px 0;
}

#profileform td>div>div {
    width: 40%;
    display: inline-block;
}

#profileform select {
    width: 50%;
}

#profileform input {
    width: 50%;
}

#profileform input[type=checkbox] {
    width: auto
}

#profileform input[type=submit] {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border-radius: 0;
    background: #99cc00 !important;
    height: auto;
    padding: 11px;
    border: none;
    width: 100%;
    color: white;
    text-transform: uppercase;
}

#profileform input[type=submit]:hover {
    background: #608000!important;
}

#profileform tr {
    width: 50%;
}

.nl_footer #profileform td>div {
    margin: 0;
}

.entrances {
    position: absolute;
    z-index: 10000;
    top: 50px;
    left: 0;
    background-color: #FFF;
    padding: 10px;
}

.entrances .entrances-number {
    font-size: 1.5em;
    display: block;
}

.entrances .entrances-label {
    display: block;
}

@media only screen and (max-width: 839px) {
    .entrances {
        top: 120px;
    }
}