.booking-box {

    margin-top: -250px; 

}


.travel-box { max-width: 50%; }


@media (max-width: 1000px) {  
    .booking-box {

        margin-top: 0px!important; 
        margin-left: 15px;

    }

    .travel-box { max-width: 90%; width: 100%; }

}




.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
    background: #374570;
    box-shadow: 0 14px 25px rgba(0,0,0,.16);
}


.uk-sticky-fixed   .sticky-hide { display: none; }         
.uk-background-transparent {
    background-color:none
}

h1.custom_textbg {
    display: inline;
    background: #fff;
    margin: 0;
    padding: .2rem .5rem;
    line-height: 1.3;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-transform: uppercase;
    font-weight: 300;
    color:#000!important; 
    font-size:1.6rem
}

h2.custom_textbg {
    display: inline;
    background: #fff;
    margin: 0;
    padding: .2rem .5rem;
    line-height: 1.3;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2rem;
    color:#000!important; 
}

.uk-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%230069a3%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%230069a3%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position:100% 50%
}

.uk-fieldset {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
}

.uk-form-label {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-top: 1.3rem;
}

.radio .uk-form-label {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.6rem;
    padding-top: 1rem;
}

.uk-fieldset legend {
    margin-bottom: 1rem;
    font-weight: bold;
}

.form-check-group {
    margin-top: 20px;
}

.form-control-label.uk-form-label {
    margin-bottom: 20px;
}

.uk-radio {
    height: 30px;
    width: 30px;
    margin-right: 20px;
}

.uk-form-controls, .form-group .yform-element {
    margin-bottom: 1rem;
}

.infotextfragebogen { font-size: 1.5rem}   

.aspect-ratio-16-9 {
    display: flow-root;
    position: relative;
}
@media (max-width: 760px) {  
    .infokasten {width: 100%!important; bottom: 30px; text-align: center!important;}
}

.aspect-ratio-16-9::before {
    content: '';
    float: left;
    padding-bottom: 56.25%;
}  
.hcopy {border-radius: 4px; padding: 4px; background: rgba(255,255,255,0.9); color: #333;}    

.uk-navbar-container:not(.uk-navbar-transparent) {
    background:#ffff; 
}
.uk-nav-primary.uk-nav ul { padding: 0;}
.uk-nav-primary.uk-nav ul li a.link { box-sizing: border-box; padding-left: 1rem;}
.uk-nav-primary.uk-nav ul li ul li a.link { box-sizing: border-box; padding-left: 1.5rem;}





.uk-nav-primary.uk-nav li a.link { transition: all .3s ease-in-out; padding-left: 0.5rem; 
    border-left: 3px solid  transparent;!important   }



.uk-nav-primary.uk-nav li a.link.uk-active { transition: all .3s ease-in-out; font-weight: bold; color: #fff; }
.uk-nav-primary.uk-nav li a.link.uk-current { transition: all .3s ease-in-out; font-weight: bold; color: #fff;  }
.uk-nav-primary.uk-nav ul li a.uk-current.link { border-left: 3px solid #fff;!important}
.uk-nav-primary.uk-nav ul li a.uk-active.link { border-left: 3px solid #fff;!important}
.uk-nav-primary.uk-nav li a.link:hover { border-left: 3px solid #fff;!important}
@media (min-width: 960px) {
    .uk-h1, .h1 , h1 {
        font-size: 2rem;
    }
    .uk-h2, h2 {
        font-size:1.8rem
    }

    .hage-tiles  .uk-h2, .hage-tiles  h2 {
        font-size:1.4rem
    }
}










h1.custom_textbg { font-size: 2rem;}
h2.custom_textbg { font-size: 1.6rem;} 

@media (max-width: 1100px) {     
    .uk-slideshow-items {
        min-height: 350px !important;
        font-size: 1.3rem;    
    }
    h1.custom_textbg { font-size: 1.6rem;}
    h2.custom_textbg { font-size: 1.4rem;} 
    html { font-size: 16px;}
}



h1.custom_textbg, h2.custom_textbg  {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline;
    margin: 0;
    clear: both;     
    padding: .2rem .5rem;
    line-height: 1.8;

    -webkit-box-decoration-break: clone;
    text-transform: uppercase;
    color: #0071a5; 
    background-color: rgba(255, 255, 255, .75);

    box-decoration-break: clone;
}



}  
@media (max-width: 1200px) {
    html { font-size: 16px;}
}   


@media (min-width: 1600px) {
    html { font-size: 18px;}
}



.text--teaser { font-size: 1.2rem; margin-bottom: 1rem;}    


.uk-text-meta { color: #333;} 
.clicky {-webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;}
.uk-breadcrumb {
    font-size: .875rem;
    color:#333
}

.visible-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}



.visible-hidden:focus {
    clip: auto;
    height: auto;
    overflow: auto;
    position: absolute;
    width: auto;
}


.uk-breadcrumb > * > * {
    font-size: .875rem;
    color:#333
}



.uk-nav-default a  { width: 85%;}

li.level-0.uk-parent.uk-open:not(.level-1) > .clicky,
li.level-1.uk-parent.uk-open:not(.level-2) > .clicky, 
li.level-2.uk-parent.uk-open:not(.level-3) > .clicky,  
li.level-3.uk-parent.uk-open:not(.level-4) > .clicky


{ 
    transform: rotate(45deg);
    color: #fff;
}
ul li.uk-parent   .clicky,  ul li.uk-parent   .clicky1 {
    padding: 5px;
    float: right;
    /* border: 1px solid #fff; */
    /* background: #777; */
    cursor: pointer;
    margin-top: 8px;       
}

.level-0.uk-parent.uk-open a.link{
    color: #fff;
}      

/*        .level-0.uk-parent.uk-open .level-1 a.link{
border-left: 3px solid rgba(255,255,255,0.1);
}

.level-0.uk-parent.uk-open .level-1 a.link{
border-left: 3px solid rgba(255,255,255,0.4);
}    


.level-0.uk-parent.uk-open .level-2 a.link{
border-left: 3px solid rgba(000,000,000,0.2);
}    
.level-0.uk-parent.uk-open .level-3 a.link{
border-left: 3px solid rgba(000,000,000,0.4);
padding-left: 40px;  
}        
*/

.level-0 {}
.level-1 { padding-left: 1rem;}
.level-3 {background: rgba(255,255,255,0.1); border-bottom: 1px solid #0071a5; margin-left: 1.5rem;}
.level-4 {background: rgba(255,255,255,0.2); border-bottom: 1px solid #0071a5; margin-left: 1rem;}
.level-0.uk-parent.uk-open .level-1 a.link:hover, 
.level-0.uk-parent.uk-open .level-2 a.link:hover,
.level-0.uk-parent.uk-open .level-3 a.link:hover{
    border-left: 3px solid rgba(255,255,255,1);

}  

.level-0.uk-parent.uk-open  a.link.uk-current, 
.level-0.uk-parent.uk-open .level-1 a.link.uk-current,
.level-0.uk-parent.uk-open .level-2 a.link.uk-current,
.level-0.uk-parent.uk-open .level-3 a.link.uk-current{

    border-left: 3px solid rgba(46, 255, 109, 1);  
}    



.offscreen {
    position: absolute;
    height: 1px;
    width: 1px;
    text-align: center; 
    overflow: hidden;
    clip-path: inset(1px 1px 1px 1px);
    clip-path: inset(1px, 1px, 1px, 1px);
}

.skip-to-content.offscreen:focus {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    padding: 0.625em 1.25em;
    background-color: #0071a5;
    color: #fff;
    overflow: visible;
    clip-path: none;
    text-decoration: none;
}




// CSS für die Einbindung des Moduls

.klxm_text_container {
}
.klxm_bild {
}
.klxm_pleft {
    float: left;
    margin-right: 1.8em;
    margin-bottom: 0.5em;
    margin-top: 0.4em;
}
.klxm_pright {
    float: right;
    margin-left: 1em;
    margin-bottom: 0.5em;
    margin-top: 0.4em;
}
.klxm_text {
    font-size: 1em;
    background-color: #FFF;
    color: black;
    text-align: left;
}
.klxm_text_modul_bild_klein {
    width: 25%;
}
.klxm_text_modul_bild_mittel {
    width: 33%;
}
.klxm_text_modul_bild_gross {
    width: 50%;
}
.klxm_text_modul_bild_volle_breite {
    width: 100%;    
}
.klxm_bild p {
    font-size: 0.7em;    
    text-align: center;
}
.klxm_bildunterschrift_verstecken {
    display: none;
}



/*
* CKEditor 5 (v19.1.1) content styles.
* Generated on Fri, 19 Jun 2020 01:26:44 GMT.
* For more information, check out https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content-styles.html
*/

:root {
    --ck-highlight-marker-blue: hsl(201, 97%, 72%);
    --ck-highlight-marker-green: hsl(120, 93%, 68%);
    --ck-highlight-marker-pink: hsl(345, 96%, 73%);
    --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
    --ck-highlight-pen-green: hsl(112, 100%, 27%);
    --ck-highlight-pen-red: hsl(0, 85%, 49%);
    --ck-image-style-spacing: 1.5em;
    --ck-todo-list-checkmark-size: 16px;
}

/* ckeditor5-list/theme/todolist.css */
.todo-list {
    list-style: none;
}
/* ckeditor5-list/theme/todolist.css */
.todo-list li {
    margin-bottom: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.todo-list li .todo-list {
    margin-top: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label > input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0;
}
/* ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label > input::before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid hsl(0, 0%, 20%);
    border-radius: 2px;
    transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}
/* ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label > input::after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: '';
    left: calc( var(--ck-todo-list-checkmark-size) / 3 );
    top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
    transform: rotate(45deg);
}
/* ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label > input[checked]::before {
    background: hsl(126, 64%, 41%);
    border-color: hsl(126, 64%, 41%);
}
/* ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label > input[checked]::after {
    border-color: hsl(0, 0%, 100%);
}
/* ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle;
}
/* ckeditor5-media-embed/theme/mediaembed.css */
.media {
    clear: both;
    margin: 1em 0;
    display: block;
    min-width: 15em;
}
/* ckeditor5-basic-styles/theme/code.css */
code {
    background-color: hsla(0, 0%, 78%, 0.3);
    padding: .15em;
    border-radius: 2px;
}
/* ckeditor5-block-quote/theme/blockquote.css */


blockquote {
    display: block;
    border-left: 10px solid;
    padding-left: 1.5rem;
    border-color: rgba(238, 238, 238, 0.38);
    margin: 1.5em 0;
    position: relative;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: italic;
}






/* ckeditor5-table/theme/table.css */
.ck-content[dir="rtl"] .table th {
    text-align: right;
}
/* ckeditor5-table/theme/table.css */
.ck-content[dir="ltr"] .table th {
    text-align: left;
}
/* ckeditor5-image/theme/imageresize.css */
.image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
/* ckeditor5-image/theme/imageresize.css */
.image.image_resized img {
    width: 100%;
}
/* ckeditor5-image/theme/imageresize.css */
.image.image_resized > figcaption {
    display: block;
}
/* ckeditor5-image/theme/image.css */
.image {
    display: table;
    clear: both;
    text-align: center;
    margin: 1em auto;
}
/* ckeditor5-image/theme/image.css */
.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50px;
}
/* ckeditor5-image/theme/imagecaption.css */
.image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: hsl(0, 0%, 20%);
    background-color: hsl(0, 0%, 97%);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}
/* ckeditor5-highlight/theme/highlight.css */
.marker-yellow {
    background-color: var(--ck-highlight-marker-yellow);
}
/* ckeditor5-highlight/theme/highlight.css */
.marker-green {
    background-color: var(--ck-highlight-marker-green);
}
/* ckeditor5-highlight/theme/highlight.css */
.marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}
/* ckeditor5-highlight/theme/highlight.css */
.marker-blue {
    background-color: var(--ck-highlight-marker-blue);
}
/* ckeditor5-highlight/theme/highlight.css */
.pen-red {
    color: var(--ck-highlight-pen-red);
    background-color: transparent;
}
/* ckeditor5-highlight/theme/highlight.css */
.pen-green {
    color: var(--ck-highlight-pen-green);
    background-color: transparent;
}
/* ckeditor5-image/theme/imagestyle.css */
.image-style-side,
.image-style-align-left,
.image-style-align-center,
.image-style-align-right {
    max-width: 50%;
}
/* ckeditor5-image/theme/imagestyle.css */
.image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
/* ckeditor5-page-break/theme/pagebreak.css */
.page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.page-break::after {
    content: '';
    position: absolute;
    border-bottom: 2px dashed hsl(0, 0%, 77%);
    width: 100%;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.page-break__label {
    position: relative;
    z-index: 1;
    padding: .3em .6em;
    display: block;
    text-transform: uppercase;
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 0.75em;
    font-weight: bold;
    color: hsl(0, 0%, 20%);
    background: hsl(0, 0%, 100%);
    box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}/* ckeditor5-font/theme/fontsize.css */
.text-tiny {
    font-size: .7em;
}
/* ckeditor5-font/theme/fontsize.css */
.text-small {
    font-size: .85em;
}
/* ckeditor5-font/theme/fontsize.css */
.text-big {
    font-size: 1.4em;
}
/* ckeditor5-font/theme/fontsize.css */
.text-huge {
    font-size: 1.8em;
}
/* ckeditor5-code-block/theme/codeblock.css */
pre {
    padding: 1em;
    color: hsl(0, 0%, 20.8%);
    background: hsla(0, 0%, 78%, 0.3);
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}
/* ckeditor5-code-block/theme/codeblock.css */
pre code {
    background: unset;
    padding: 0;
    border-radius: 0;
}
/* ckeditor5-horizontal-line/theme/horizontalline.css */

@media print {
    /* ckeditor5-page-break/theme/pagebreak.css */
    .page-break {
        padding: 0;
    }
    /* ckeditor5-page-break/theme/pagebreak.css */
    .page-break::after {
        display: none;
    }
}