/*

Primary Color: #F39600
Secondary Color: #201d1d
Third Color: #797e90

*/

/* Logo color */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

html,
body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.tm-nav-logo.uk-hidden-small {
    margin-top: 22px;
    /* padding-top: 10px; */
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #bdbdbd !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bdbdbd !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bdbdbd !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bdbdbd !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bdbdbd !important;
}

.page-start .tm-top-a {
    margin-top: 70px;
    padding-bottom: 70px;
}

.page-start .tm-top-a h3.uk-panel-title {
    color: #fff !important;
}

.year {
    display: block;
    margin-bottom: 50px;
}

.socialFeed .powrMark {
    display: none !important;
}

.yearname {
    display: block;
    font-size: 20px;
    line-height: 24px;
    /* text-transform: uppercase; */
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: .1em;
    background: #F39600;
    text-align: center;
    border-radius: 50%;
    width: 105px;
    padding: 30px 10px;
    transform: rotate(5deg);
    font-weight: 500;
}

.month {
    display: block;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 24px;
}

.year a {
    font-weight: 400;
    border: 1px solid #9e9e9e;
    padding: 5px 25px;
    border-radius: 3px;
    display: inline-block;
    width: 20%;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #9e9e9e;
    vertical-align: top;
}

.year a:hover,
.year a:focus {
    border-color: #F39600;
    color: #F39600;
    text-decoration: none;
}

[class*='tm-logo'] svg path,
[class*='tm-logo'] path,
[class*='tm-logo'] rect {
    fill: #c3cce8;
}

body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) [class*='tm-logo'] svg path,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached)[class*='tm-logo'] path,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) [class*='tm-logo'] rect {
    fill: #fff;
}

.uk-container {
    max-width: 1200px;
}

.tm-fullscreen .uk-container {
    max-width: inherit;
}


/* Background image in layout position bottom-e */

/* SVG fill color for layout position bottom-e */

.tm-block-bottom-e .uk-panel .uk-panel svg path,
.tm-block-bottom-e .uk-panel .uk-panel path {
    fill: #c3cce8;
    opacity: 0.3;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.tm-block-bottom-e .uk-panel .uk-panel:hover svg path,
.tm-block-bottom-e .uk-panel .uk-panel:hover path {
    opacity: 1;
}


/* WordPress Pagination */

.home.tm-article-blog .uk-pagination {
    display: none;
}

body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) .uk-navbar-nav > li > a {
    color: #fff;
}

.tm-navbar-attached {
    background: #201d1d;
}

h1 {
    font-size: 50px !important;
    line-height: 60px !important;
    font-weight: 700 !important;
    letter-spacing: -.05em;
    font-family: 'Open Sans', sans-serif;
}

h1.uk-article-title {
    font-weight: 900 !important;
    color: #201d1d;
    margin-bottom: 20px;
    letter-spacing: -.01em;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-style: italic;
}

.uk-navbar-nav > li > a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #fff;
    height: 81px;
    line-height: 70px;
    font-family: 'Open Sans', sans-serif;
}

.tm-logo img {
    width: 220px;
}

.uk-article {
    padding: 60px 0;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
    color: #fff;
    background-color: transparent;
}

.uk-navbar-nav > li:hover > a::before,
.uk-navbar-nav > li > a:focus::before,
.uk-navbar-nav > li.uk-open > a::before {
    background: transparent;
    transform: translateX(3px);
}

.tm-navbar {
    border-bottom: none;
}

.tm-navbar .uk-container {
    max-width: 1200px !important;
}

.uk-text-large {
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
}

.uk-slidenav {
    color: #fff;
}

strong {
    font-weight: 500;
}

#tm-header .uk-slideshow > li > img {
    background-image: linear-gradient(to top, rgba(95, 58, 70, 0.1) 50%, rgba(32, 29, 29, .9) 100%);
}

#tm-header .uk-overlay-background {
    background: rgba(0, 0, 0, 0.25);
    opacity: 1;
    top: 0;
}

.uk-overlay-background > div {
    padding: 20px;
    font-size: 30px;
    line-height: 45px;
    max-width: 900px;
    /* background: #201d1d; */
}

.tm-fullscreen {
    margin-bottom: 75px;
}

#tm-header h3 {
    font-size: 60px !important;
    line-height: 70px !important;
    font-weight: 700 !important;
    letter-spacing: -.05em;
    margin-bottom: 10px !important;
}

#tm-header .uk-sticky-placeholder {
    background-image: linear-gradient(to top, rgba(95, 58, 70, 0.1) 10%, rgba(32, 29, 29, .9) 100%);
}

#tm-header .uk-margin {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 1100px;
    padding-bottom: 0;
}

.tm-fullscreen .tm-header-container {
    height: calc(100vh - 200px);
}

#tm-header .uk-button {
    display: block;
    max-width: 300px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    letter-spacing: .06em;
    font-size: 16px;
    border-radius: 3px;
    background: #fff;
    color: #201d1d;
    border: none;
    padding: 5px 30px;
    font-family: 'Open Sans', sans-serif;
    background: #F39600;
    color: #fff;
    border: none;
    box-shadow: none;
}

#tm-header .uk-button:hover,
#tm-header .uk-button:focus {
    background: rgba(243, 150, 0, 0.9);
}

.uk-button {
    font-weight: 600;
    letter-spacing: .06em;
    font-size: 16px;
    border-radius: 3px;
    background: #fff;
    color: #201d1d;
    border: none;
    padding: 5px 30px;
    font-family: 'Open Sans', sans-serif;
}

.uk-button-primary {
    background: #F39600;
    color: #fff;
    border: none;
    box-shadow: none;
}

.quote {
    font-style: italic;
    font-size: 24px;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}

.button-group {
    max-width: 331px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.button-group a {
    display: inline-block;
    margin: 0 10px;
}

.button-group a i {
    margin-left: 10px;
}

.bildergalerie > h3 {
    color: #fff !important;
    margin-bottom: 25px !important;
}

.bildergalerie > h3 {
    color: #fff !important;
    margin-bottom: 25px !important;
}

.videogalerie .uk-panel h3 {
    color: #201d1d !important;
    margin-bottom: 25px !important;
    text-align: center;
}

.shop,
.kontakt {
    margin-top: 25px;
}

.kontakt .uk-text-center {
    text-align: left !important;
}

.shop h3,
.kontakt h3 {
    font-weight: 600;
    color: #201d1d !important;
}

.downloadbereich .uk-panel-title {
    color: #201d1d;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.downloadbereich {
    margin-top: 25px;
}

.downloadbereich .uk-panel-box,
.kontakt .uk-panel-box {
    background: #f5f5f5;
}

.downloadbereich a {
    display: block;
    margin-bottom: 5px;
}

.downloadbereich a:hover,
.downloadbereich a:focus {
    color: #201d1d;
    text-decoration: none;
}

.downloadbereich a i {
    margin-right: 10px;
}

.downloadbereich > div {}

.videogalerie .uk-button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 350px;
}

.galerie h3.uk-panel-title {
    font-weight: 600;
    font-size: 24px;
}

.galerie div.uk-margin-small {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
    background: rgba(243, 150, 0, 0.9);
    box-shadow: none;
}

.uk-overlay-panel .uk-button {
    border: 2px solid #fff;
}

.uk-overlay-panel .uk-button:hover,
.uk-overlay-panel .uk-button:focus {
    background: #F39600;
    color: #fff;
    border: 2px solid #F39600;
}

.tm-block-default {
    background: #fff;
}

.uk-navbar-nav > li.uk-active > a {
    background: transparent;
    color: #fff;
    border-bottom: 4px solid #F39600;
}

.uk-navbar-nav > li > a::before {
    content: "\f144";
    font-family: FontAwesome;
    left: 0px;
    top: 3px;
    font-size: 17px;
    right: inherit;
    color: #F39600;
    transform: none;
    transition: all .1s ease-in-out;
}

.uk-navbar-nav > li.uk-active > a::before {
    background: transparent;
    background-image: none;
    transform: none;
}

ul.zoo-list > li {
    border: none;
}

.tm-block-footer {
    background: #201d1d;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.tm-block-footer a {
    color: #fff;
}

.tm-block-footer a:hover {
    text-decoration: none;
    color: #F39600;
}

.tm-block-footer .tm-footer {
    color: #fff;
    font-weight: 400;
}

.tm-block-footer img {
    max-width: 180px;
    margin-top: 5px;
}

.tm-subnav-bullet > li {
    display: block;
    width: 100%;
}

.tm-subnav-bullet > li a {
    text-transform: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
}

.tm-subnav-bullet > li::before {
    content: none;
}

#tm-footer .tm-block-large-padding {
    padding: 40px 0;
}

.tour-card {
    background: rgba(255, 255, 255, 0.85);
    padding: 0px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tour-card:hover,
.tour-card:focus {
    background: #fff;
}

.tour-event {
    margin-top: -2px;
    font-size: 16px;
}

.tour-datum i,
.tour-uhrzeit i,
.tour-ort i {
    margin-right: 5px;
}

.instabtn i {
    margin-right: 10px;
}

.instabtn {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    padding: 10px 35px;
    font-weight: 500;
    border-radius: 3px;
    letter-spacing: .02em;
}

.instabtn:hover,
.instabtn:focus {
    color: #fff !important;
}

.tour-datum {
    display: inline-block;
    background: #202029;
    vertical-align: middle;
    color: #fff;
    padding: 34px 20px;
    margin-left: -15px;
    width: 100%;
    max-width: 160px;
}

.location-event-block {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #e0e0e0;
    padding-left: 25px;
    max-width: 700px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tour-uhrzeit {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    vertical-align: middle;
    min-width: 80px;
}

.tour-ort {
    display: inline-block;
    color: #201d1d;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}

.tour-veranstaltungslink {
    display: inline-block;
    margin-top: 15px;
    float: right;
}

.tour-veranstaltungslink i {
    margin-left: 10px;
}

.fb_iframe_widget {
    width: 500px;
}

.referenzen-firmen .uk-panel-title {
    font-size: 12px;
    color: #797e90;
    text-align: center;
}

.referenzen-firmen .uk-panel-teaser {
    margin-bottom: 10px;
}

iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
}

.blog-tour-frontpage .uk-article {
    padding: 0px 0;
}

.blog-tour-frontpage .uk-article + .uk-article {
    margin-top: 5px;
    border: none;
}

.page-tour .tm-block-light {
    background: url('../../../images/header/wb_09.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.page-tour .tm-block-light .subheadline {
    color: #fff;
}

.referenzen-stars .uk-panel-title,
.referenzen-veranstaltungen .uk-panel-title {
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #201d1d;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.referenzen-stars .uk-panel-title i,
.referenzen-veranstaltungen .uk-panel-title i {
    margin-left: 10px;
}


/* .referenzen-veranstaltungen .uk-overlay-hover .uk-panel-title,
.referenzen-stars .uk-overlay-hover .uk-panel-title {
    background: transparent;
    box-shadow: none;
} */

section > div > .uk-panel > h3.uk-panel-title {
    text-align: center;
    color: #201d1d;
    font-size: 50px !important;
    line-height: 60px !important;
    font-weight: 900 !important;
    letter-spacing: -.01em;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-style: italic;
}

.uk-navbar-nav > li > a:active::before {
    left: 0;
    right: auto;
}

.subheadline {
    text-align: center;
    margin: 0;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: -10px;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}

.uk-panel.tour-modul > div .uk-panel-title {
    display: none;
}

.tm-block-light {
    background: #fff;
}

.tm-block-light > .tm-block-noise {
    background: #fff;
}

.page-start #tm-bottom-a.tm-block-gradient {
    background: url('../../../images/header/wb_09.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.page-start #tm-bottom-c.tm-block-gradient {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.page-start #tm-bottom-e.tm-block-gradient {
    background: url('../../../images/inhalte/content_02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.page-start #tm-bottom-a.tm-block-gradient .subheadline,
.page-start #tm-bottom-e.tm-block-gradient .subheadline {
    color: #fff;
}

.uk-slidenav-position .uk-slidenav {
    display: block;
}

#tm-bottom-c .uk-slidenav {
    color: #fff;
    background: #201d1d;
}

.page-start #tm-bottom-e .uk-panel-title {
    color: #fff;
}

.centerimg {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.marginimg {
    margin-top: 70px;
    margin-bottom: 70px;
}

.divider-start {
    border-top: 1px solid #e0e0e0;
    margin-top: 70px;
    margin-bottom: 70px;
}

#userForm {
    background: #fff;
    padding: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.form-horizontal .control-label {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #201d1d;
    margin-bottom: 2px;
}

.form-horizontal .controls {
    margin-left: 0;
}

.rsform-block-vorname,
.rsform-block-email,
.rsform-block-art {
    display: inline-block;
    width: calc(50% - 7px);
    margin-right: 10px;
}

.rsform-block-nachname,
.rsform-block-telefon,
.rsform-block-besucher {
    display: inline-block;
    width: calc(50% - 8px);
    margin-right: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-radius: 2px;
    background: #fff;
    border: 1px solid #9e9e9e;
    color: #201d1d;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    box-sizing: border-box;
    transition: none;
}

#userForm textarea {
    resize: none;
    min-height: 150px;
    line-height: 22px;
    padding: 10px;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    padding: 0 10px;
    background: #fff;
    border-color: #201d1d;
}

.formRed,
.formError {
    color: red;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    background: #fff !important;
    border-color: red !important;
    color: red !important;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: red !important;
}

.uk-button-margincenter {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 300px;
}

.versprechen img {
    max-width: 100px;
}

.uk-subnav-pill > * > * {
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: .1em;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #fff;
}

.versprechen > div {
    margin-top: 30px;
    text-align: center;
}

.band table tr td {
    padding: 12px 0;
    vertical-align: top;
    color: #201d1d;
    min-width: 200px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.band table tr:last-child td {
    border: none;
}

.band table tr td:nth-child(1) {
    padding-right: 10px;
    color: #201d1d;
    font-size: 16px;
}

.band .uk-subnav {
    margin-bottom: 40px;
    border-bottom: 1px solid #201d1d;
    padding-bottom: 20px;
}

.uk-subnav-pill > * {
    font-weight: 600;
    letter-spacing: .05em;
    color: #201d1d;
}

.band .uk-subnav-pill > .uk-active > *,
.uk-subnav-pill > * > :hover,
.uk-subnav-pill > * > :focus,
.uk-subnav-pill > li > a:active {
    background-image: none;
    background-color: #F39600;
    background: #F39600;
    color: #fff;
    box-shadow: none;
}

#tm-bottom-a {
    background-image: linear-gradient(120deg, #202029 0%, #212121 100%);
}

.band .uk-panel-title {
    font-weight: 700 !important;
    color: #201d1d;
    margin-bottom: 20px;
    letter-spacing: -.05em;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
}

.band .uk-width-medium-7-10 .uk-panel {
    padding: 30px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 3px;
}

.versprechen .uk-panel-title {
    font-size: 24px;
    font-weight: 700 !important;
    color: #201d1d;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}

.versprechen > div .uk-margin {
    margin-top: 0;
}

.tm-navbar-toggle {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.01em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
    color: #fff;
}

.uk-navbar-toggle:after {
    margin-left: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    vertical-align: text-bottom;
}

.uk-offcanvas-bar {}

@media (min-width: 767px) {
    .tm-fullscreen .uk-sticky-placeholder + .tm-header-container {
        margin-top: -100px;
    }
}

@media (max-width: 985px) {

    .tm-nav-logo.uk-hidden-small,
    .tm-logo.uk-hidden-small {
        display: block !important;
    }

    .tm-fullscreen {
        margin-bottom: 0px;
        max-height: 700px;
    }

    h1,
    section > div > .uk-panel > h3.uk-panel-title {
        font-size: 36px !important;
        line-height: 40px !important;
    }

    .uk-slideshow-fullscreen,
    .uk-slideshow-fullscreen > li {
        max-height: 700px !important;
        min-height: inherit !important;
    }

    #tm-header .uk-sticky-placeholder {
        background-image: linear-gradient(to top, rgba(95, 58, 70, 0.1) 0%, rgba(32, 29, 29, .9) 100%);
    }

    #tm-footer {
        text-align: center;
    }

    .uk-offcanvas-bar {
        background: #201d1d;
        padding-top: 15px;
    }

    .uk-nav ul {}

    .uk-nav-offcanvas > li > a {
        background: #201d1d;
        color: #fff;
        font-size: 24px;
        padding: 20px 35px;
    }

    html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
        background: #F39600;
        box-shadow: none;

    }

    .referenzen-firmen .uk-panel-teaser {
        text-align: center;
    }

    .tm-block-padding,
    .tm-block-large-padding {
        padding: 30px 0;
    }

    .subheadline {
        font-size: 20px;
    }

    #tm-header .uk-margin {
        max-width: 700px;
    }
}

@media (max-width: 375px) {
    .tm-logo img {
        width: 120px;
    }

    .tm-navbar-toggle {
        font-size: 18px;
        height: 80px !important;
    }

    #tm-header .uk-sticky-placeholder {
        background: #201d1d;
    }

    .tm-navbar,
    #tm-header .uk-sticky-placeholder,
    .tm-navbar .uk-container {
        height: 80px !important;
    }

    .tm-nav-logo {
        height: 80px;
        line-height: 80px;
    }

    .tm-navbar .uk-flex {
        height: 80px;
    }

    .tm-fullscreen {
        max-height: 500px;
    }

    .uk-slideshow-fullscreen,
    .uk-slideshow-fullscreen > li {
        max-height: 500px !important;
        min-height: inherit !important;
    }

    .tm-fullscreen .tm-header-container {
        margin-top: -100px;
        max-height: 500px !important;
    }

    h1,
    section > div > .uk-panel > h3.uk-panel-title {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .tm-header .uk-position-cover {
        animation-duration: 20s !important;
    }

    .location-event-block {
        display: block;
        vertical-align: inherit;
        border-left: none;
        padding-left: 0;
        width: 100%;
        padding: 15px 0;
    }

    .tour-event {
        margin-top: 0px;
        font-size: 16px;
    }

    .moduletable ul.zoo-list > li {
        margin-bottom: 30px;
    }

    .tour-veranstaltungslink {
        display: block;
        margin-top: 5px;
        float: none;
        width: 100%;
        padding-bottom: 15px;
    }

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

    .subheadline {
        font-size: 16px;
    }

    h1.uk-article-title {
        margin-bottom: 10px;
    }

    .blog-tour-frontpage .uk-article {
        margin-bottom: 25px;
    }

    .uk-button-margincenter {
        max-width: 200px;
        padding: 5px 38px;
        margin: 0 !important;
    }

    .year a {
        display: block;
        width: 100%;
        max-width: 300px;
        padding: 10px;
    }

    .band .uk-subnav-pill > * {
        display: inline-block;
        width: 35%;
    }

    .band .uk-panel-title {
        font-size: 36px;
    }

    .band table tr td {
        min-width: 100px;
    }

    #userForm .form-horizontal .control-group {
        width: 100%;
        display: block;
    }
}

@media (max-width: 320px) {
    .tm-logo img {
        margin-top: -5px;
    }

    .tm-fullscreen {
        margin-bottom: 100px;
    }

    .page-start #tm-main {
        margin-top: 170px;
    }

    body.page-start {
        background: #fff;
    }

    h1,
    section > div > .uk-panel > h3.uk-panel-title {
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .subheadline {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }

    h1,
    section > div > .uk-panel > h3.uk-panel-title {
        margin-bottom: 0;
    }

    .tour-datum {
        font-size: 14px;
        padding: 15px;
    }

    .tour-uhrzeit {
        font-size: 14px;
    }

    .tour-ort {
        font-size: 20px;
    }

    .uk-button-margincenter {
        max-width: 100%;
        padding: 5px 20px;
        margin: 20px auto 0px auto !important;
    }

    .uk-button {
        font-size: 14px;
    }

    .uk-article {
        padding: 0;
    }

    .band .uk-width-medium-7-10 .uk-panel {
        padding: 15px;
    }

    .tm-fullscreen .tm-header-container {
        margin-top: -140px;
    }
}
