@import url(uk-logo-svg.css);

/* =============== BASIC =====================*/
:root {
    --bg-main-color: #D93838;
    --bg-nav-color-t: rgb(217 56 56 / 80%);
   /* --bg-main-color: #f70708; */    
    --bg-nav-color: #D93838;
    --bg-offcanvas-color: #f1f1f1;
    --tx-color-offcanvas: rgba(50,50,50,.8);
}
.uk-container-large {
    max-width: 1400px;
}
.news-block {
    max-width: 100%;
}
a {
    text-decoration: none !important; 
}

html, body{
    font-size: 18px;
}

h1{
    font-size: 4.2rem;
    line-height: 90%;
    margin-bottom: 2rem;
    letter-spacing: -.1rem;
    hyphens: auto; 
    -epub-hyphens :auto !important;
}
h2{
    font-size: 3.1rem;
    line-height: 1;
    margin-bottom: 2rem; 
    letter-spacing: -.1rem;
    hyphens: auto; 
    -epub-hyphens :auto !important;
}
.uk-heading-line.uk-heading-medium.mine-h2,
.uk-heading-small.uk-h2 {
    hyphens: auto; 
    -epub-hyphens :auto !important;
    word-wrap: break-word;
    overflow-wrap: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
}

h3{
    font-size: 2.3rem;
    line-height: 1;
    letter-spacing: -.1rem;
    hyphens: auto; 
    -epub-hyphens :auto !important;
}
h4{
    margin: 10px 0 10px 0;
    hyphens: auto; 
    -epub-hyphens :auto !important;
}

a{
    COLOR: VAR(--bg-nav-color-t); 
}
a:hover {
    COLOR: VAR(--bg-main-color);
}
p { hyphens: auto; }
p em {
    color: #666;
    font-weight: 200;
}



@media only screen and (max-width: 640px){
    h2{
        font-size: 2.5rem;
    }
}



/* ==========UK-LOGO===========*/

.uk-logo.nav-logo img {
    max-width: 115px;
    filter: drop-shadow(0px 0px 5px rgba(50,50,50,.25));
    padding: 15px;
}
.uk-logo h4   {
    font-family: inherit;
    font-weight: 600;
    line-height: 110%;
    font-size: 1.5rem;
}
.uk-logo h4>span  {
    font-weight: 300;
}

/*============== Background Color  ============= */
.bg-transparent .uk-background-muted {
    background: transparent;
}

/*============== Neuer Abschnitt ============= */
.color-1{
    background-color: white; 
}
.color-2{
    background-color: #f1f1f1; 
}


/*  uk-logo */
@media only screen and (max-width: 428px){

    .uk-logo.nav-logo > div {
        line-height: 110%;
        margin-left: -20px !important;
        transform: scale(0.75);
    }

}

/*============== Navigation - Startseite ============= */
.uk-navbar-nav li>a>svg {
    margin-left: 0px;
    content: '@';
    height: 20px;
    width: 20px;
    margin-top: 5px;
    transform: rotate(90deg);
    transition: all 250ms ease-in-out;
}
.uk-navbar-nav li:hover>a>svg {    
    transform: rotate(0deg);
}
.uk-navbar-nav>li.uk-active>a {
    color: #D93838;
}
.uk-navbar-nav>li.uk-active>a::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid var(--bg-main-color);
    position: absolute;
    top: 100%;  
    left: 50%;
    transform: translateX(-50%);
}

li .uk-navbar-dropdown::before {
    transition-duration: all 300ms ease-in-out;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid var(--bg-nav-color);
    position: absolute;
    top: -15px;
    right: 42px;
    transform: translateX(-50%);
}

ul.uk-nav.uk-navbar-dropdown-nav li a {
    transition: all 250ms ease-in-out;
}


ul.uk-navbar-dropdown {
    top: 84px !important; 
    background: transparent;
    width: max-content;
    min-width: 280px;
}


ul.uk-navbar-dropdown li.custom-nav.uk-position-relative {
    padding: 0px 0;
}
/* LEVEL 1 DROPDOWN MENü */
ul.uk-navbar-dropdown-2 {
    padding-left: 10px;
    background: white;
    padding-right: 10px;    
}
ul.uk-navbar-dropdown-2 li a {
    filter: invert(1);
}
ul.devnav > li.custom-nav.uk-position-relative > a > ul.uk-navbar-dropdown > li.custom-nav.uk-position-relative > a > ul{
    padding-left: 10px !important;
}
ul li ::marker{
    content: none; 
}
/*
li.active.custom-nav.uk-position-relative {
letter-spacing: -1px;
width: max-content;
}
*/

ul.uk-navbar-dropdown.uk-nav-parent-icon.uk-nav.uk-open.uk-navbar-dropdown-bottom-right {
    border-radius: 1vmax 0 1vmax 0vmax !important;
    //overflow: hidden;
}

/* ========== NAVI HOVER ZUSTäNDE ================= */
ul.uk-nav.uk-navbar-dropdown-nav li a:hover {
    background: white;
    padding: 10px 20px;
    margin: 0% -20%;
    color: var(--bg-main-color) !important;
}
.uk-navbar-dropdown-nav li.uk-active a {
    background: #f8f8f8 !important;
    color: red !important;
}
a#lev3:hover {
    color: black !important;
}
:hover a#lev3{
    color: black;
}

ul.uk-navbar-dropdown li a > ul li.uk-parent > a:not(.uk-nav-sub li > a),
ul.uk-navbar-dropdown li > a:not(.uk-nav-sub li > a) {
    padding: 15px 20px;
    background-image: linear-gradient(230deg, var(--bg-nav-color), var(--bg-nav-color-t));
    transition: all 250ms ease-in-out;
    position: relative; 
    left: inherit; 
}

ul.uk-navbar-dropdown li a > ul li.uk-parent > a:not(.uk-nav-sub li > a):hover,
ul.uk-navbar-dropdown li > a:not(.uk-nav-sub li > a):hover{
    left: 0px;
    padding: 15px 20px 15px 30px;
}

ul.uk-navbar-dropdown li a > ul li.uk-parent > a:not(.uk-nav-sub li > a)::before,
ul.uk-navbar-dropdown li > a:not(.uk-nav-sub li > a)::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background-color: rgba(250,250,250,.75); */
    width: 0%; 
    background-image: linear-gradient(to left, rgb(255 0 0 / 89%) 10%, transparent 60%);
    z-index: -1;
    transition: all 250ms ease-in;
}

ul.uk-navbar-dropdown li a > ul li.uk-parent > a:not(.uk-nav-sub li > a):hover::before,
ul.uk-navbar-dropdown li > a:not(.uk-nav-sub li > a):hover::before {
    width: 100%;
}


ul.uk-nav-sub li {
    background: transparent;
}
ul.uk-navbar-dropdown ul.uk-nav-sub li a {
    color: black;
    padding: 10px 30px;
    background: white;
    margin: 0 20px;
}
li.custom-nav.active a {
    color: red !important;
}

/* =============== OFFCANVAS ======================= */
.uk-logo-text {
    font-size: 2rem;
    font-family: inherit;
    letter-spacing: -1px;
    font-weight: 100;
    line-height: 100%;
}
.uk-logo-text > span {
    font-weight: 600 !important;
    font-size: 1.75rem;
    letter-spacing: -1px;
}

.uk-offcanvas-bar ul.devnav {
    margin: 0 auto;
    width: calc(100% - 30px);
}

ul.devnav.uk-nav.uk-nav-parent-icon > li {
    padding: 10px 0px 10px 5px;
    position: relative !important;
    border-bottom: 1px solid white;
}
ul.devnav.uk-nav.uk-nav-parent-icon > li:last-child {
    border-bottom: none !important; 
}

.uk-offcanvas-bar ul.devnav a {
    font-size: 1.25rem !important;
    padding: 5px 0 0 0 !important;
    text-transform: uppercase;
}
.uk-offcanvas-bar hr {
    border: 1px solid rgba(100,100,100,.25);
    width: calc(100% - 30px);
    margin: 0 auto;
}

.offcanvas-mini-wrapper {
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    padding: 1rem 0;
}

ul.uk-nav.uk-nav-default li a {
    text-transform: capitalize;
    font-size: 1.2rem !important;
    padding: 5px 0 0 5px !important;
    color: grey;
}

.uk-offcanvas-bar .uk-nav-parent-icon>.uk-parent > a::after{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
    transition: all 250ms ease-in-out; 
}

.uk-offcanvas-bar .uk-nav-parent-icon>.uk-parent.uk-open>a::after{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
    transform: rotate(-90deg);
}

.devnav .uk-navbar-dropdown {
    padding: 0px;
}

li.custom-nav.uk-position-relative:hover a{
    color: var(--bg-main-color) !important;
}

/* mobile navi */

ul.uk-nav.uk-nav-default.uk-nav-parent-icon li ul li a {
    text-transform: inherit;
    padding: 5px 0px 5px 10px !important;
    margin-left: 4px;
    margin-right: auto;
    width: calc(100% - 40px);
}

ul.uk-nav.uk-nav-default.uk-nav-parent-icon li ul li a:hover:before {
    content: '';
    position: absolute;
    inset: 0;
    background: red;
    width: 2px;
    left: 5px;
}

.uk-offcanvas-bar .uk-nav, .uk-offcanvas-bar .uk-nav ul {
    margin: 0;
    padding: 8px 0 8px 0;
    list-style: none;
}

a.uk-logo.mobnav-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}



/* ================================================= */

#growth {
    position: relative;
    left: -50%;
    bottom: 55px;
    transition: all 300ms ease-in;
}
.uk-navbar-dropdown {
    box-shadow: none; 
}
.uk-navbar-item, 
.uk-navbar-nav>li>a, 
.uk-navbar-toggle {
    font-size: 1.25rem;
    text-transform: capitalize;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.3);
}
.uk-navbar-nav>li>a{
    padding: 0 20px; 
}
/*  NAvigation Level2+3  */
ul li ul.uk-nav-sub {
    padding: 0;
}


/* ============ OFFCANVAS mobilemenu ============== */
.uk-offcanvas-bar {
    background: var(--bg-offcanvas-color);
    color: var(--tx-color-offcanvas);
}
.uk-offcanvas-bar a, .uk-offcanvas-bar h4 {
    color: var(--tx-color-offcanvas) !important;
    letter-spacing: -0.5px;
}
.uk-offcanvas-bar a.uk-navbar-item {
    text-decoration: none;
}
.uk-offcanvas-bar .uk-logo-svg {
    width: 150px;
    height: 176px;
    margin: 0px 0 40px;
    filter: drop-shadow(0px 0px 10px rgba(50,50,50,0.1));
}
.uk-offcanvas-bar li a.main {
    color: rgb(200, 200, 200) !important;
    letter-spacing: -1px;
}
.uk-offcanvas-bar a.dropdown-item {
    margin: 10px 0;
}
.uk-offcanvas-bar ul.nav-children {
    width: 150px;
}
.uk-offcanvas-bar li.lev3 a {
    margin: 0px 0 0 16px;
}
ul li ul li.uk-active a span svg:first-child {
    transform: rotate(90deg);
    margin-right: 5px;
}
.uk-navbar-dropdown li > a {
    font-size: 1.25rem;
    color: white;
    position: relative;
    left: 0;  
}
.uk-navbar-dropdown li:hover > a {
    animation-name : hoverSlider;
    animation-iteration-count: 2; 
}

a.uk-logo.mobnav-logo IMG {
    filter: drop-shadow(0px 0px 10px rgba(50,50,50,.25));
    height: auto;
    width: 100%;
    padding: 14px;
    margin: 0 auto;
    display: block;
    /* margin-top: 10%; */
}

@keyframe hoverSlider{
    0% {
        left: 0;
        opacity: 1;
    }
    100% {
        left: 10px ;
        opacity: 0;
    }
}

#lev3 {
    color: black;
    padding: 8px 20px;
    margin: 0px;
    background: white;
}

#lev2 {
    color: white;
    padding: 15px 25px;
}

/*============== Slider - Startseite ============= */

.uk-slidenav-large::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 0;
}

.mine-h2 {
    line-height: 90%;
    font-weight: 600;
    font-size: 5.8rem;
    letter-spacing: normal;
    filter: drop-shadow(2px 5px 5px rgba(0,0,0,.75));
    text-transform: unset;
    letter-spacing: -5px;
    hyphens: auto;
    overflow: visible;
    margin-top: -10px;
}


@media only screen and (max-width: 820px){

    .uk-slideshow-items h2{
        margin-bottom: -1rem;
    }

    .uk-slideshow-items h1{
        margin-bottom: 1rem;
    }

    .uk-slideshow-items h3 {
        font-weight: 200;
        letter-spacing: -0.7px;
        font-size: 1.5rem;
    }
    
    .uk-slideshow-items {
        min-height: 60vw !important;
    }

}

@media only screen and (max-width: 429px){
    .mine-h2 {
        letter-spacing: -2px;
        font-size: 4rem;
        margin-bottom: 1rem; 
    }
}

@media only screen and (max-width: 375px){
    .mine-h2 {
        font-weight: 400;
        font-size: 14vw;
    }
}

.uk-margin-auto.mine::after {
    content: '';
    border-bottom: solid 4px white;
    width: 70%;
    position: absolute;
    transform: translateX(-50%);
}

h2 span {
    font-weight: 300 !important;   
}

span {
    font-weight: 300 !important;
} 

#infoText {
    padding: 1rem 0;
}


.uk-position-relative.uk-position-z-index.uk-flex.uk-flex-column.slide_text.uk-position-center.uk-position-medium.uk-text-center h4 a{
    position: relative; 
}

.uk-position-relative.uk-position-z-index.uk-flex.uk-flex-column.slide_text.uk-position-center.uk-position-medium.uk-text-center h4 a:before {
    content: '';
    position: absolute;
    border: 1px solid red;
    width: 100%;
    top: 100%;
}
@media only screen and (min-width: 1600px){
.uk-margin-auto.mine {
    max-width: 1400px;
    width: 100%;
}
    }



div#infoText a:after {
    content: '';
    inset: 0;
    position: absolute;
    height: 1px;
    background-color: white;
    top: 100%;
    -webkit-animation: linear infinite;
    -webkit-animation-name: fltr;
    -webkit-animation-duration: 3s;
}

div#infoText a {
    position: relative;
    overflow: hidden; 
}

    @-webkit-keyframes fltr {
        0% {
            left: 0;
            right: 100%;
        }
        10% {
            left: 0;
            right: 100%;
        }
        50% {
            left: 0;
            right: 0; 
        }
        75% {
            left: 75%;
            right: 0;
        }
        90% {
            left: 100%;
            right: 0;
        }
        100% {
            left: 100%;
            right: 0;
        }
    }

/* ============= Bild Modul =============== */

.bildmodul {

}
@media only screen and (max-width: 1400px) {
    .bildmodul .uk-background-fixed.uk-background-center-center.uk-height-large {
        background-size: cover !important;
    }
}



/*============== Kacheln - Startseite ============= */
#red {
/*  padding-top:  60px; */
    z-index: -2;
    position: relative;
    overflow: hidden;
    margin-top: 5%;
}

#red img.uk-cover {
    transform: translate(-50%, -50%);
}

.uk-card-body.uk-text-center.uk-light::after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid var(--bg-main-color);
    position: absolute; 
    top: -24px;
    left: 45%;
}
h4.uk-button.uk-button-text.uk-text.uk-card-title {
    margin: 0 -50%;
    font-size: 1.15rem;
    letter-spacing: 0px;
}
#picture {
    width: 280px;
    height: 200px;
}
.custom-hover-effekt-kacheln, .uk-custom-kachel-after-1  {
    overflow: hidden;
    filter: drop-shadow(0px 5px 15px rgba(0,0,0,.25));
}
.custom-hover-effekt-kacheln img {
    transform: scale(1.0);
    transition: all 200ms ease-in-out;
}
.custom-hover-effekt-kacheln:hover img {
    transform: scale(1.1);
}
.uk-custom-kachel-after-1 a.uk-background-container::before {
    background: rgba(255,255,255,0);
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all 250ms ease-in-out; 
    }
.uk-custom-kachel-after-1 a.uk-background-container:hover::before {
    background: rgba(255, 0, 0, 0.4);
}
/*============= BILDER KACHEL MODUL ==================== */
.uk-padding-custom-3 {
    padding: 70px 0px 0px 70px;
    transition: all 250ms ease-in-out;
}
.uk-padding-custom-4 {
    padding: 70px 0 70px 0;
}
.uk-padding-custom-5 {
    padding-left: 20px;
}
/*============== Texteingabe (new) - Startseite ============= */
.uk-padding-custom {
    padding: 70px 0px 70px 70px;
}
    #uk-padding-custom2 {
        padding: 80px 80px 80px 80px;
        //column-count: 2;
        //column-gap: 4rem;
        transition: all 250ms ease;
    }

    .customBox-shadow{
        box-shadow: 0 15px 15px rgb(0 0 0 / 8%);
    }

    @media only screen and (max-width: 960px){
        #uk-padding-custom2{
            padding: 40px; 
        }
    }



@media only screen and (min-width: 960px){
    #response > div {
        position: relative;
    }
    .background-overlay > div::before, 
    .uk-flex-row-reverse .background-overlay > div::before {
        content: '';
        position: absolute;
        z-index: -1;
        /* padding: 60px 50px 60px 90px; */
        /* right: -100px; */
        /* left: 2vw; */
        /* top: 0; */
        /* bottom: 3vw; */
        inset: 0;
        background: #f8f8f8;
        filter: drop-shadow(0px 5px 15px rgba(0,0,0,.15));
    }
    .background-overlay > div::before{
        margin-right: -50px;
    }
    .uk-flex-row-reverse .background-overlay > div::before {
        margin-left: -20px;
        margin-right: 0px;
    }

}


.bg-transparent .background-overlay::before {
    background-color: transparent;
}

.texteingabe a{
/*     display: flex;
    gap: 10px; */
    align-items: center;
    justify-content: center;
   // justify-content: flex-start;
}
.texteingabe h4 a {
    padding: 15px 10px;
    border: 1px solid white;
    width: fit-content;
    min-width: 300px;
    text-align: center;
    background-image: linear-gradient(220deg, var(--bg-main-color) , hsl(0deg 100% 30%));
    color: white;
    border: 1px solid white;
    text-transform: uppercase;
    border-radius: 20px 0 20px 0;
    letter-spacing: -1px;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.25));
    transition: all ease-in-out 250ms; 
}

.texteingabe h4 a:hover{
    color: var(--bg-main-color);
    background-image: linear-gradient(135deg,  )
}
 
.uk-margin-bottom-custom-1 {
    margin-bottom: 30px!important;
}

.uk-custom-pill .background-overlay::before {
    content: '';
    inset: 0;
    background: linear-gradient(320deg, #e0e0e0b0, transparent);
    margin-left: 40px;

}

/*============== Kontaktform - Startseite ============= */
input, textarea, button {
    filter: drop-shadow(0px 5px 5px rgba(0,0,0,.09));
}
textarea#yform-Formular-field-25 {
    height: 125px;
}
 #button {
    padding-left: 10px; 
    padding-top: 20px;
    }
.uk-button-default {
    background-color: var(--bg-main-color);
    color: #fff;
    border: 1px solid transparent;   
    }
#format-top {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 100px;
    padding-bottom: 0px;
    }
#kontakt {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 35px;
    }
    #format {
        padding: 10px;
    }
    a.uk-button.uk-button-primary {
    background-color: #D93838;
}

div#rex-yform a {
    color: #566 !important;
    position: relative;
}
div#rex-yform a:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: red;
    left: 0;
    bottom: -3px;
    font-weight: 300 !important;
}

/* ================= News / News-Detail ================== */
.uk-card h3, .uk-card p, .uk-card a {
    color: black;
    letter-spacing: -0.5px;
}
.uk-card h3 {
    font-weight: 400;
    font-size: 1.5rem;    
}
.uk-card p {
    font-size: 1rem;
    font-weight: 300;
}
.uk-card a {
    display: block;
}
.uk-custom-news-button a {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* border: 1px solid rgba(50,50,50,.5); */
    border-radius: 3px;
    padding: 6px 20px 6px 10px;
    box-sizing: border-box;
    text-decoration: none;
    transition: all 250ms ease-in-out;
}
.uk-custom-news-button:hover a{
    background: var(--bg-main-color); 
    color: white; 
}
.uk-card-media-top img {
    transition: all 9000ms ease-out;
}
.uk-card-media-top {
    overflow: hidden;
}
.uk-card:hover img {
    transform: scale(1.25);
}
/*
.custom-hover-effekt-kacheln .uk-card-body{    
    background-color: var(--bg-main-color);
}
*/
.custom-hover-effekt-kacheln .uk-card-body {
    background-image: linear-gradient(0deg, hsl(0deg 68% 44%) 20%, hsl(0deg 78% 54%) 90%);
}
h4.uk-button.uk-button-text {
    font-size: 1.35rem;
    letter-spacing: -1px;
    text-transform: capitalize;
    hyphens: auto;
}


/* ================= Ausgabe Geschichte (0702) ================== */
.step-container{
    width: 100%; 
    height: max-content;
    min-height: 20vh; 
}
 
.step-container .uk-width-1-2\@s {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;    
}
.step-container .uk-width-1-2\@s:nth-child(even) {    
    justify-content: flex-start !important;       
}
.step-container h2.uk-heading-large {
    font-size: 13rem;
    color: transparent;
    -webkit-text-stroke: 1px red !important;
    font-weight: 900;
    font-family: inherit;
    letter-spacing: -10px;
}
@media only screen and (max-width: 429px){
    .step-container h2.uk-heading-large {
        font-size: 8rem;
    }
}


/* ================= FOOTER ================== */
.footer-bottom {
    background: var(--bg-main-color);
}
.footer-bottom p, .footer-bottom a {
    color: white;
}
.footer-bottom a {
    font-weight: 600;
    letter-spacing: -.5px;
}
/*
.footer-bottom-bg {
    background-color: var(--bg-main-color);    
}*/
/* ================= Media Queries ================== */
@media only screen and (max-width: 1200px) {
    /* For standard: */
  }
  @media only screen and (max-width: 1024px) {
    /* For side-tablet: */
    .uk-container-expand {
        max-width: 1024px;
    }
    .uk-padding-custom-3 {
        /*padding: 35px 0 0 0;*/
        padding: 35px 0px 0 40px;
     }
  }
  @media only screen and (max-width: 960px) {
    /* For screen 960px-width: */
    .flapmap {
        height: fit-content;
    }
    iframe {
        min-height: 40vh;
    }
    .uk-padding-custom {
        //padding: 70px 70px 70px 70px;
        padding: 30px;
        background: #f8f8f8;        
    }
    /* Texteingabe - Bildtauschen */
    div#response .uk-padding-large {
        background: #f8f8f8;
    }
    .uk-padding-custom2 {
        padding: 80px 80px 80px 80px;
    }
    .uk-padding-custom-5 {
        padding-left: 30px;
     }
    .uk-button-default {
        width: 100%;
        max-width: 100%;
    }
    #red {
     padding-top: 30px;
        margin-left: 30px;
    }
      .uk-flex-row-reverse #red {
          margin-left: 0px;
          padding: 0 !important;
      }
    .background-overlay::before {
        content: none !important;
        position: absolute;
        z-index: -1;
        right: 0;
        left: 30px;
        top: 0;
        bottom: 3vw;
        background: #f8f8f8;
        filter: drop-shadow(0px 5px 15px rgba(0,0,0,.15));

    }
      
      .footer-bottom .uk-flex > div > p {
          margin: 0px auto !important;
          text-align: center !important;
          font-weight: 300;
          letter-spacing: 0px;
          line-height: 1.25;
      }
      
      .footer-bottom .uk-flex div + div {
          margin-top: 0.75rem !important;
      }


}
  @media only screen and (max-width: 768px) {
    /* For tablet: */
    .background-overlay::before {
        content: '';
        right: 0px;
        left: 30px;
        top: 0;        
    }
    .uk-padding-custom {
        padding: 40px 40px 40px 40px;
    }
      .uk-padding-custom.texteingabe.uk-width-1-1\@m.uk-grid-margin.uk-first-column.uk-scrollspy-inview.uk-animation-slide-bottom-small.uk-animation-slide-bottom-medium {
          /* background: red; */
          margin-left: 40px;
          padding: 30px;
      }
    .uk-container-expand {
        max-width: 768px;
    }
    .uk-container {
        max-width: 768px;
    }
    form#Formular {
        padding: 50px;
    }
      .uk-slideshow-items {
          min-height: calc(70vh - 20vw) !important;
      }
    .slide_text p.uk-heading-small.uk-h2 {
        margin: 0px 0 -40px 0;
        padding: 0px 0px;
    }
      .uk-custom-pill.texteingabe {
          max-height: 0vh;
          max-width: 30vw;
          margin: 115px;
      }
  }

  @media only screen and (max-width: 640px){
    .tiles [class*=uk-inline] {
        display: block;
    }
    .tiles .uk-padding-custom-3{
        padding: 0; 
    }
  }


  @media only screen and (max-width: 428px) {
    /* For mobilephone plus: */
    .uk-container-expand {
        max-width: 414px;
    }
    .uk-container {
        max-width: 414px;
    }
    .uk-padding-custom {
        padding: 30px 30px 30px 30px;
    }
    #uk-padding-custom2 {
        padding: 30px;
    }
    form#Formular {
        padding: 20px;
    }
     
  }
  @media only screen and (max-width: 375px) {
    /* For mobilephone: */
    .uk-padding-custom {
        padding: 20px 20px 20px 20px;
    }
    form#Formular {
        padding: 30px;
    }
    #handysize{
        font-size: 15px;
    }

 
  }
