:root {
  font-size: 62.5%;
  --serif: 'Merriweather', serif;
  --sansserif: 'Roboto', sans-serif;
  --gruen: #00b162;
  --dunkelbraun: #241d1a;
  --weiss: #ffffff;
  --black: #000000;
  box-sizing: border-box;
}
* {
	margin:0;
	padding:0;
}
html, body {
	margin:0;
	padding:0;
	height: 100%;
}

h1 {
    font-size: 6.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: black;
}
h3 {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
p {
    font-size: 1.9rem;
    font-family: 'Merriweather', serif;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 15px;
    color: black;
}
.text-inhalt li {
    font-size: 1.9rem;
    font-family: 'Merriweather', serif;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 5px;
    color: black;
}
a {
    font-weight: bold;
    color: #00b162;
}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #000000;
    text-decoration: underline;
}



/*fullscreen img*/
.uk-cover-container {
    margin-bottom: 10rem;
}
.uk-overlay-default {
    border:0.8rem solid #ffffff;
    padding:3rem;
    background: transparent;
    width: 40%;
}
.uk-overlay-default p {
    font-size: 4rem;
    color:#ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}
.button-scroll {
    position: absolute;
    bottom: 5rem;
    z-index: 50;
    left: calc(50% - 1.8rem);
}
.uk-icon-button {
    background: rgba(0,0,0,0.7);
    color: white;
}


/*navi*/
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: transparent;
    transition: background 0.25s;
    padding: 1rem;
}
.uk-navbar-container.bgwhite {
    background: white;
}
.nav-container-fixed {
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.uk-navbar-nav > li > a {
    font-size: 1.7rem;
    font-weight: 700;
    transition: color 0.25s;
    color: rgba(255,255,255,1);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.uk-navbar-nav.pos > li > a {
    color: rgba(0,0,0,1);
    text-shadow: none;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
    color: rgba(255,255,255,0.8);
}
.uk-navbar-nav.pos > li:hover > a, .uk-navbar-nav.pos > li > a.uk-open, .uk-navbar-nav.pos > li > a:focus {
    color: rgba(0,0,0,0.7);
}
.logo-neg {
    display: none;
}
.logo-neg.neg {
    width: 45rem;
    display: inline-block;
    transition: display 0.25s;
}
.logo-pos {
    display: none;
}
.logo-pos.pos {
    display: inline-block;
    width: 45rem;
    transition: display 0.25s;
}
li.active a {
    color: rgba(255,255,255,0.6);
}
ul.pos li.active a {
     color: rgba(0,0,0,0.6);
}
.navigation-mobile {
    display: none;
}
/* subnavi */
.uk-navbar-dropdown-nav {
    font-size: 1.7rem;
    font-weight: 700;
}

/* header */
.headerbild {
    height: 45vh;
}

/* teaser */
.teaser-liste {
    margin-top:7rem;
    margin-bottom: 7rem;
}
.uk-card a.uk-button {
    font-size: 1.7rem !important;
}
.uk-card-body p {
	font-size: 1.7rem;
	font-family: 'Merriweather', serif;
	line-height: 2.5rem;
	text-align: left;
	margin-bottom: 15px;
    color: black;
}

.backlink-wrapper {
    margin-bottom: 8rem;
    text-align: center;
}
.backlink {
    font-size: 1.8rem;
    text-align: center;
}

/*footer*/
footer {
    padding-top:5rem;
    padding-bottom: 5rem;
}
.uk-margin-top-footer {
    margin-top: 10rem;
}
 
footer {
	background-color: var(--dunkelbraun) !important;
}
footer a {
    font-weight: bold;
    color: #00b162;
    transition: color ease-out 0.3s;
}
footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

footer p {
	color:#ffffff !important;
	font-size: 2rem;
	text-align: left !important;
	font-family: var(--sansserif);
	text-align-last: left;
	line-height: 3.2rem;
}

@media only screen and (max-width: 1366px) {
    .logo-neg.neg, .logo-pos.pos {
        width: 35rem;
    }

    h1 {
        font-size: 5.4rem;
    }
    .uk-offcanvas-bar {
        padding: 0;
    }
}

@media only screen and (max-width: 1290px) {
    .navigation-desktop {
        display: none;
    }
    .uk-overlay-default {
        width: 70%;
    }
    .navigation-mobile {
        display: block;
    }
    .uk-icon {
        margin: 1rem;
        fill: white;
    }
    .icon-close {
        margin: 2rem;
    }
    .uk-icon.dark {
        fill: #00b162;
    }
    .uk-offcanvas-bar .uk-icon-link {
        color: rgba(255,255,255,1);
    }
    .uk-offcanvas-bar {
        background: #241d1a;
    }
    .uk-offcanvas-bar .uk-nav-default > li > a {
        color: #00b162;
    }
    .uk-nav, .uk-nav ul {
        margin: 2rem 2.4rem 2rem 2.4rem;    
    }
    .uk-nav-default {
        font-size: 1.9rem;
    }
}


@media only screen and (max-width: 600px) {
    .uk-padding {
        padding: 0;
    }
    h1 {
        font-size: 3.2rem;
        margin-bottom: 3rem;
    }
    p {
        font-size: 1.8rem;
    }
    .uk-overlay-default p {
        font-size: 2.1rem;
    }
    .uk-overlay-default {
        width: 90%;
    }
    footer p {
        font-size: 1.8rem;
        line-height: 1.5;
    }


}

