/* main.css */

:root{
    --main-bg-1: #e32c2b; 
}
body, html{
    font-size: 16px;        
}
h1, h2, h3, h4, h5, h6, .uk-heading, .uk-heading-small {
    font-family: 'Maven Pro', sans-serif !important;
	color: var(--main-bg-1) !important;
    /* margin: 0px 0px 0px 0 !important; */
}
p.uk-abstandfix {
    padding-bottom: 15px;
    margin-top: 0px;
}
h1 {
    font-size: 4rem !important;
    color: var(--main-bg-1) !important;
}
h2 {
    font-size: 3rem !important;
    color: var(--main-bg-1) !important;
}
.uk-button {
    font-family: 'Maven Pro', sans-serif !important;
}
p, a {
    font-family: 'Quicksand', sans-serif!important;
	font-size: 1.25rem;
    color: black;
}
p.uk-slidertext {
    color: white !important;
    font-size: 30px;
}
.uk-slidershadow {
	box-shadow: #00000008 !important;
}
.custom-footer-text {
    color: white !important;
}
.uk-background-primary,
button.uk-button.uk-button-default.uk-button-large.uk-margin-bottom.uk-background-primary {
    /* background: var(--main-bg-1) !important; */
	/* height: 70px !important;
    width: 280px !important; */
    font-size: 16px !important;
}

.uk-product-button {
    background: var(--main-bg-1);
    height: 60px;
    width: 220px;
    font-size: 14px;
}
button.uk-background-primary {
    color: white;
    font-weight: 600;
}
.uk-textbox {
    background: #00000059;
    padding: 50px;
    margin-top: 30px;
}
.uk-slideshow-items>li.uk-active.uk-transition-active:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   	background: #00000010;
    position: absolute;
    z-index: 1;
    /*mix-blend-mode: multiply;*/
}
[class*=uk-column-] {
    column-gap: 100px;
    /* column-gap: 50px; */
}

.uk-custom-logo {
    max-width: 100%;
    height: 100%;
    width: 30%;
	box-shadow: #00000008;
}
/* } */

.uk-height-300{
    height: 300px;
}
/* * * * * PARALLAX * * * * */

.uk-flex-right.uk-grid img {
    max-width: 250px;
    width: 100%;
    background: rgba(0, 0, 0 , .5);
    padding: 45px 35px 60px;
}
img + span.uk-text-uppercase {
    position: relative;
    left: 50%;
    transform: translate( -50% , -40px);
    display: inline-block;
}
h3.uk-card-title {
    font-size: 2rem !important;
}

.uk-custom-flex{
	width: 100%;
	max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: baseline;    
}

.reassurance > img,
.uk-flex-right.uk-grid .reassurance > img {
    width: 170px;
    max-height: 210px;
}

/* unvisited link */
a:link {
  color: white !important;
}
/* visited link */
a:visited {
  color: white !important;
}
/* mouse over link */
a:hover {
  color: var(--main-bg-1) !important;
}
/* selected link */
a:active {
  color: var(--main-bg-1) !important;
}


/* bei trueffelsalz hat text keinen Platz */
.uk-card-body .uk-button-large {
    padding: 0 38px;
}


/* footer */
.footer-row {
    width: auto;
    margin: auto;
}

.custom-footer-text {
    min-width: 250px;
}
.custom-footer-text-large {
    min-width: 300px;
}

.custom-100-vw {
    max-width: 100vw;
    overflow-x: hidden;
}

/* * * * * MEDIA QUERIES * * * * */

@media only screen and (max-width: 960px) {
    h1 {
        font-size: 3rem !important;
        color: var(--main-bg-1) !important;
    }
    h2 {
        font-size: 2.5rem !important;
        color: var(--main-bg-1) !important;
    }
    ul.uk-slideshow-items {
        min-height: 600px !important;
    }
	.uk-flex-right.uk-grid img {
    padding: 35px 35px 60px !important;
	}
 
}

@media only screen and (max-width: 768px) {
	.flex-custom-icon.uk-flex-right {
		justify-content: center;
	}

    .uk-flex>.uk-height-300 {
        height: auto;
    }

    .uk-textbox {
        padding: 0 50px 50px 50px;
    }
}

    @media only screen and (max-width: 490px) {
        h2 {
            font-size: 2.1rem !important;
            color: var(--main-bg-1);
        }
		
		.uk-height-large.uk-background-cover{
			/* height: 100vh; 	passt nicht da handy verschiedene */
            height: 800px;
		}
		
		.flex-custom-icon {
			display: flex;
			flex-direction: column;
			/* width: 100%; */
			align-content: center;
		}
		.uk-form1 {
            margin-right: 30px !important;
            padding-top: 30px;
            padding-bottom: 30px;
            text-align: center;
        }
		
}



/* custom-style.css */

:root{
    --main-bg-1: #e32c2b;
}
.uk-background-primary,
button.uk-button.uk-button-default.uk-button-large.uk-margin-bottom.uk-background-primary {
    background: var(--main-bg-1);
}

button.uk-background-primary {
    color: white;
    font-weight: 600;
}
.uk-slideshow-items>li.uk-active.uk-transition-active:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #44000075;
    position: absolute;
    z-index: 1;
    mix-blend-mode: multiply;
}
.uk-height-300 {
    height: 300px;
}
/* * * * * PARALLAX * * * * */

.uk-flex-right.uk-grid img {
    max-width: 250px;
    width: 100%;
    background: rgba(0, 0, 0 , .5);
    padding: 50px 30px;
}
img + span.uk-text-uppercase {
    position: relative;
    left: 50%;
    transform: translate( -50% , -40px);
    display: inline-block;
}


/* new css 12.03.2021 */

.uk-button-default:focus,
.uk-button-default:hover {
    background-color: #DE1D09;
    color: #ffffff;
}

.uk-background-primary {
    background-color: #4EA43E;
}

button.uk-button.red-button-banner {
    background-color: #DE1D09;
}

@media (max-width: 639px) {

    canvas.h-500-s {
        height: 400px;
    }


    .uk-flex-right {
        justify-content: left;
    }
    .child-m-s>p {
        margin-right: 20px;
    }

    img.width-2-3-s {
        /* width: calc(100% * 2 / 3.001); */
    }

        /* footer mit uk-grid */
    #footer-pepecuris-logo {
        width: 160px;
        margin-bottom: 20px !important;
    }

    /* footer */
   .social-media {
       margin-right: 20px;
       order: -1;
   }

   .social-media,
   footer .logo {
       min-width: 100px;
    }

}

@media (max-width: 320px) {
    .custom-footer-text {
        min-width: auto;
    }
}



@media (max-width: 960px) {
     #footer-links,
     #footer-links>.uk-margin-auto-left {
         margin-left: 0 !important;
     }

}