@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/subset-Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Regular.woff2') format('woff2'),
        url('fonts/subset-Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Black.woff2') format('woff2'),
        url('fonts/subset-Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-ExtraBold.woff2') format('woff2'),
        url('fonts/subset-Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Bold.woff2') format('woff2'),
        url('fonts/subset-Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/subset-SourceCodePro-Medium.woff2') format('woff2'),
        url('fonts/subset-SourceCodePro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/subset-SourceCodePro-Bold.woff2') format('woff2'),
        url('fonts/subset-SourceCodePro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
	color: #000 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700 !important;
	font-size: 16px !important;
}
@media screen and (min-width: 960px) {
	html {
		font-size: 20px !important;
	}
}
.uk-modal-dialog .uk-text-large {
	font-size: 1rem !important;
	font-weight: 600 !important;
}

.uk-modal-dialog .uk-text-large h1 {
	font-size: 1.25rem !important;
}
.uk-modal-dialog .uk-text-large h2 {
	font-size: 1.15rem !important;
}
.uk-modal-dialog .uk-text-large h3 {
	font-size: 1.0rem !important;
}
.uk-modal-dialog .uk-text-large h4 {
	font-size: 0.95rem !important;
}
.uk-modal-dialog .uk-text-large h5 {
	font-size: 0.85rem !important;
}
.uk-modal-dialog .uk-text-large h6 {
	font-size: 0.75rem !important;
}

.uk-section-small {
	padding-top: 30px;
	padding-bottom: 30px;
}

strong, b {
	font-weight: 800 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700 !important;
	color: #000 !important;
}

.uk-h4, h4 {
	font-size: 1.15rem !important;
	line-height: 1.2 !important;
}

.regular-text {
	font-weight: 400 !important;
}

.read-more a {
	color: #b5b5b5 !important;
	text-decoration: none !important;
}

.mono-font h1,
.mono-font h2,
.mono-font h3,
.mono-font h4,
.mono-font h5,
.mono-font h6 {
	font-family: 'Source Code Pro', monospace !important;
	font-weight: 500 !important;
}

.mono-font {
	font-family: 'Source Code Pro', monospace !important;
	font-weight: 500 !important;
}

.mono-font h4 {
	font-size: 1rem !important;
	line-height: 1.2 !important;
}

.mono-font p {
	line-height: 1.2 !important;
}

.border-bottom {
	border-bottom: 1px dashed #222;
}

.lister-date {
	font-weight: 700;
}
/*.page-wrapper h1,
.page-wrapper h2,
.page-wrapper h3,
.page-wrapper h4,
.page-wrapper h5,
.page-wrapper h6 {
	margin: 0 0 0 0 !important;
}*/

small {
	font-size: 75% !important;
	font-weight: 600 !important;
	line-height: 1.0 !important;	
}

p.reduce {
	line-height: 1.3 !important;
}

.uk-light {
	color: #fff !important;
}

em {
	color: #000 !important;
}

.claim {
/*	font-weight: 800 !important;*/
	font-size: 3rem;
	line-height: 1 !important;
}

@media screen and (min-width: 960px) {
	.claim {
		font-size: 6rem;
	}
}

.grey-button {
	color: #999 !important;
}

.scroll-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.bar-logo {
	text-indent: -9999px;
}

.bar-logo a {
	background: url(images/logo_250_186_02.png);
	width: 200px;
	height: 149px;
	background-repeat: no-repeat;
	background-size: 200px 149px;
	display: block;
	background-position: center left;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.uk-active .bar-logo a {
	width: 100px;
	height: 75px;
	background-size: 100px 75px;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

@media screen and (max-width: 480px) {
	.bar-logo a {
		width: 100px;
		height: 75px;
		background-size: 100px 75px;
	}
}

.nav-bg,
.uk-navbar-container:not(.uk-navbar-transparent) {
	background: #fff !important;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
font-size: 1rem !important;
font-family: 'Montserrat', sans-serif !important;
color: #000 !important;
text-transform: inherit !important;
}

.uk-navbar-item, .uk-navbar-nav>li.main-nav>a, .uk-navbar-toggle {
	padding: 0 25px !important;
}

.uk-subnav>* {
	padding: 0 25px !important;
}

.uk-offcanvas-bar {
	background: #f2f2f2 !important;
}

.uk-offcanvas-bar .uk-nav-default>li>a {
	color: #000 !important;
	font-size: 1.25rem !important;

}

.uk-icon-link, a  {
	color: #000 !important;
}

.uk-light .uk-icon-link, .uk-light a  {
	color: #fff !important;
}

.content-box a {
	text-decoration: underline;
}

.content-box p:last-of-type {
	margin-bottom: 0 !important;
}

.page-wrapper *+address, .page-wrapper *+dl, .page-wrapper *+fieldset, .page-wrapper *+figure, .page-wrapper *+ol, .page-wrapper *+p, .page-wrapper *+pre, .page-wrapper *+ul {
	margin-top: 0px !important;
}

/*address, dl, fieldset, figure, ol, p, pre, ul {
	margin: 0 0 60px 0;
}*/

@media screen and (max-width:640px) {
	address, dl, fieldset, figure, ol, p, pre, ul {
		margin: 0 0 30px 0;
	}

	.uk-position-center p {
		font-size: .875rem !important;
	}
}

.uk-subnav>*>:first-child {
text-transform: initial !important;
color: #fff !important;
}

.footer-section .uk-subnav>*>:first-child {
text-transform: initial !important;
color: #000 !important;
}


.inline-links a {
	display: inline-block !important;
	margin-right: 20px;
}

.uk-badge {
	border-radius: 0 !important;
	background: #00a86f !important;
	padding-bottom: 2px !important;
/*	font-size: .75rem !important;*/
}

.uk-slidenav-previous,
.uk-slidenav-next {
	transform: translateY(100%);
}

.uk-subnav-pill {
	 margin-left: 0 !important; 
}

.uk-subnav-pill>* {
	padding: 0 2px 2px 2px !important;
}

/* FORMULAR */



.Inputfield {
	padding: 10px 0;
}

.InputfieldRadiosFloated,
.InputfieldRadiosStacked {
	list-style-type: none;
	padding-left: 0 !important;
}

li label span.pw-no-select {
	padding-left: 10px;
}

.uk-form-label {
	color: rgb(186,29,59) !important;
	font-size: 16px !important;
}

.uk-checkbox, .uk-radio {
	border: 1px solid #fff !important;
}

.uk-button {
	text-transform: inherit !important;
}
/*.uk-button-primary {
	transform: rotate(1.8deg);
	background: #cc6600;
	padding: 5px 15px;
	position: relative;
	color: #222 !important;
	font-family: 'Pen Lettering Sans JNL' !important;
	font-size: 2rem !important;
}*/

.uk-button-primary:hover {
	background: #222;
	color: #fff !important;
}

.hidden-group, .hidden-einzel, .hidden-idee, .hidden-team-2, .hidden-group-2, .hidden-einzel-2 {
	display: none;
}

#Inputfield_team_2 {
	border-top: 1px solid rgb(186,29,59) !important;
	margin-top: 15px !important;
}

.InputfieldHidden {
	display: none;
}

.uk-search-large .uk-search-input {
	font: inherit !important;
}



/* COOKIEMANAGEMENT */

.privacywire{position:fixed;bottom:-250%;left:0;right:0;box-shadow:0 -1px 3px rgba(0,0,0,.3);opacity:0;background:#fff;z-index:1;padding:1rem;transition:bottom .3s ease-in,opacity .3s ease}.show-banner .privacywire-banner,.show-message .privacywire-message,.show-options .privacywire-options{bottom:0;opacity:1}.privacywire-header{font-weight:700}.privacywire-ask-consent-blueprint,.privacywire button[hidden],[data-ask-consent-rendered="1"]{display:none}
div.privacywire-wrapper div.privacywire {
    max-width: 350px;
    right: auto;
    z-index: 999;
    transform: translateZ(1px)
}

div.privacywire-wrapper div.privacywire-text ol li, div.privacywire-wrapper div.privacywire-text p,
div.privacywire-wrapper div.privacywire-text ul li, ol div.privacywire-wrapper div.privacywire-text li,
ul div.privacywire-wrapper div.privacywire-text li {
    font-size: .9rem
}

div.privacywire-wrapper a {
    color: #00a86f !important;
}

div.privacywire-wrapper button {
    display: block;
    width: 100%;
    border: none
}

div.privacywire-wrapper button.allow-all {
    padding: 15px;
    background: #00a86f;
    color: #fff;
    transition: .3s ease;
    cursor: pointer;
}

div.privacywire-wrapper button.allow-all:hover {
    background: #222;
    color: #fff
}

div.privacywire-wrapper button.allow-necessary,
div.privacywire-wrapper button.choose,
div.privacywire-wrapper button.save {
    padding: 6px;
    margin: 6px 0;
    font-weight: 300;
    background: #f2f2f2;
}

div.privacywire-wrapper button.allow-necessary:hover {
    opacity: 1
}

/*div.privacywire-wrapper button.choose {
    display: none;
    visibility: hidden
}*/






.show-banner > .privacywire-page-wrapper,
    .show-options > .privacywire-page-wrapper,
    .show-message > .privacywire-page-wrapper {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(5px);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .privacywire {
        display: none;
    }

    .show-banner .privacywire.privacywire-banner,
    .show-options .privacywire.privacywire-options,
    .show-message .privacywire.privacywire-message {
        display: block;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        max-width: 450px;
    }

    .consent-category-external_media {
      padding: 10vw;
      background: #f2f2f2;
      text-align: center;
    }

.privacywire-consent-button {
  margin: 0;
border: none;
overflow: visible;
font: inherit;
color: inherit;
text-transform: none;
-webkit-appearance: none;
border-radius: 0;
display: inline-block;
box-sizing: border-box;
padding: 0 30px;
vertical-align: middle;
font-size: .875rem;
line-height: 38px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: .1s ease-in-out;
transition-property: color,background-color,border-color;
cursor: pointer;
}

.privacywire-text ul {
  list-style-type: none !important;
}


.privacywire-header {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 2rem;
	line-height: 2rem;
}



button.allow-necessary {
	display: none !important;
}
/*.home-section-even .content-box {
	transform: skewY(-2deg);
}*/

/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
 */
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
}

/*********************************************************************
 * 6. Accessibility helpers
 *
 */

/* Hide visually, but remain approachable for screenreader */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

/* Show bypass link on hover */

.element-focusable:focus {
	clip: auto;
	overflow: visible;
	height: auto;
}

/* Sample styling for bypass link */

.bypass-to-main:focus {
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	color: #fff;
}


