@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype'),
        url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype'),
        url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.ttf') format('truetype'),
        url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}




/* FONTS | GRUND-LAYOUT
===============================*/

body {font-family: 'Roboto';font-style: normal;font-weight: 300;font-size: 19px;letter-spacing: 0.57px;line-height: 1.579;color: #262324;}
body::after {
    content: url(images/footer-iage/iage-logo-schwarz.svg) url(images/footer-iage/klimafreundlich-gruen.svg) url(images/caret-weiss.svg) url(images/caret.svg) url(images/dropdown.svg) url(images/pfeil-rechts-weiss.svg) url(images/pfeil-rechts.svg) url(images/module-trenner-top.svg) url(images/module-trenner-bottom.svg) url(images/footer-trenner.svg);
    width: 0;
    max-width: 0px;
    height: 0;
    max-height: 0px;
    visibility: hidden;
    position: fixed;
    overflow: hidden;
}

h1, .uk-h1, .uk-article-title {font-family: 'Roboto';font-weight: bold;font-size: 47.95px;line-height: 1.04;color: #262324;margin-bottom: 30px;}
h2, .uk-h2 {font-family: 'Roboto';font-weight: bold;font-size: 25px;line-height: 1.2;color: #262324;}
h3, .uk-h3 {font-family: 'Roboto';font-weight: bold;;font-size: 25px;line-height: 1.2;color: #262324;}
h4, .uk-h4 {font-family: 'Roboto';font-weight: bold;font-size: 20px;line-height: 1.2;}
h5, .uk-h5 {font-family: 'Roboto';}

@media(max-width:767px){
	h1, .uk-h1, .uk-article-title {font-family: 'Roboto';font-weight: bold;font-size: 42px;line-height: 1.1;color: #262324;}
	h2, .uk-h2 {font-family: 'Roboto';font-weight: bold;font-size: 30px;line-height: 1.2;color: #262324;}
	h3, .uk-h3 {font-family: 'Roboto';font-weight: bold;;font-size: 26px;line-height: 1.2;color: #262324;}
	h4, .uk-h4 {font-family: 'Roboto';font-weight: bold;font-size: 20px;line-height: 1.2;}
	h5, .uk-h5 {font-family: 'Roboto';}
}

@media(max-width:1130px){
	h1 {
		-o-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
}


.uk-article-title {
	text-align: center;
}

.uk-panel-title {
	font-size: 19px;
	line-height: 1.578;
	color: #262324;
	margin: 0;
}

a,
.uk-link {
	color: #e30a18;
}
a:hover,
a:focus,
.uk-link:hover,
.uk-link:focus,
a.uk-link-reset:hover,
.uk-link-reset:not(a) a:hover,
a.uk-link-reset:focus,
.uk-link-reset:not(a) a:focus {
	color: #e30a18;
	text-decoration: underline;
}

small {
    font-size: 14px;
}
.uk-small {
    font-size: 14px;
	line-height: 1.578;
	font-weight: normal;
}
.uk-text-small {
    font-size: 14px;
	line-height: 1.578;
	font-weight: normal;
}
p + .uk-small {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

hr {
	margin: 40px 0;
	border-top: 2px solid #eaecf0;
}

legend {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 26px;
    line-height: 1.2;
    color: #262324;
    padding-bottom: 12px;
}

.tm-page-container {border: 0px solid #ffffff;}



.tm-page-container .tm-top-a .n2-section-smartslider  {overflow: hidden;}





/* BUTTONS - COLOR SCHEMA
=-=-=-=-=-=-=-=-=-=-=
WHITE: #ffffff
GRAY BG: #eaecf0
GRAY FONT: #9b9ba1
BLACK: #000000

Primary-Color {
	RGBA: 
	HEX: #e30a18
} 
Primary-Color DARKER {
	RGBA: 
	HEX: 
}

Secondary-Color {
	RGBA: 
	HEX: #ccd6dd
} 
Secondary-Color HOVER {
	RGBA: rgba(0, 0, 0, 1)
	HEX: #000000
}

Contrast-Color {
	RGBA: rgba(255, 255, 255, 1);
	HEX: #ffffff
} 
Contrast-Color HOVER {
	RGBA: rgba(255, 255, 255, 1)
	HEX: #000000
}

Success-Color {
	RGBA: rgba(0,255,99,1)
	HEX: #00ff63
} 
Success-Color DARKER {
	RGBA: rgba(0,228,89,1)
	HEX: #00e459
}

=-=-=-=-=-=-=-=-=-=-=*/


/* BUTTONS - STANDARD
=-------------------=*/
.btn,
.uk-button {
	border: 2px solid #e30a18;
	border-radius: 25px;
	padding: 8px 25px 8px 25px;
	font-family: 'Roboto';
	font-weight: bold;
	white-space: normal;
	font-size: 25px;
	line-height: 1.2;
	color: #e30a18;
	background: rgba(255,255,255,0);
	
	/*margin-top: 5px;
	margin-bottom: 5px;*/
	
	-o-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-ms-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.btn:hover,
.btn:focus,
.uk-button:hover,
.uk-button:focus {
	border-color: #e30a18;
	color: #ffffff;
	background: #e30a18;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	cursor: pointer;
	
	outline: none;
	
	-o-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-ms-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

@media(max-width:767px){
	.btn,
	.uk-button {
		font-size: 19px;
	}
}


/* BUTTONS - PRIMARY | (Standard Button-Class NEEDED)
---------------------*/
.btn-primary,
.uk-button-primary {
	border-color: #e30a18;
	color: #ffffff;
	background: #e30a18;
}
.btn-primary:hover,
.btn-primary:focus,
.uk-button-primary:hover,
.uk-button-primary:focus {
	border-color: #262324;
	color: #ffffff;
	background: #262324;
}

/* BUTTONS - SECONDARY | (Standard Button-Class NEEDED)
---------------------*/
.btn-secondary,
.uk-button-secondary {
	border-color: #eaecf0;
	color: #262324;
	background: #eaecf0;
}
.btn-secondary:hover,
.btn-secondary:focus,
.uk-button-secondary:hover,
.uk-button-secondary:focus {
	border-color: #262324;
	color: #ffffff;
	background: #262324;
}

/* BUTTONS - CONTRAST | (Standard Button-Class NEEDED)
---------------------*/
.btn-contrast,
.uk-button-contrast {
	border-color: rgba(255, 255, 255, 1);
	color: #000000;
	background: rgba(255, 255, 255, 1);
}
.btn-contrast:hover,
.btn-contrast:focus,
.uk-button-contrast:hover,
.uk-button-contrast:focus {
	border-color: rgba(0, 0, 0, 1);
	color: #ffffff;
	background: rgba(0, 0, 0, 1);
}


/* BUTTONS - SEMI ON DARk BACKGROUND | (Standard Button-Class NEEDED)
---------------------*/
.btn-semi,
.uk-button-semi {
	border-color: rgba(255, 255, 255, 0);
	color: #ffffff;
	background: rgba(255, 255, 255, 0.10);
}
.btn-semi:hover,
.btn-semi:focus,
.uk-button-semi:hover,
.uk-button-semi:focus {
	border-color: rgba(255, 255, 255, 0);
	color: #000000;
	background: rgba(255, 255, 255, 1.00);
}

.btn-semi > .uk-icon,
.uk-button-semi > .uk-icon {
	color: #003056;
	
	margin-right: 10px;
	
	-o-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-ms-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.btn-semi:hover > .uk-icon,
.btn-semi:focus > .uk-icon,
.uk-button-semi:hover > .uk-icon,
.uk-button-semi:focus > .uk-icon {
	color: #000000;
}


/* BUTTONS - LINK | (Standard Button-Class NEEDED)
---------------------*/
.btn-link,
.uk-button-link {
	text-decoration: underline !important;
	display: inline-block;
}
.btn-link:hover,
.btn-link:focus,
.uk-button-link:hover,
.uk-button-link:focus {	
	text-decoration: underline !important;
	display: inline-block;
}


/* BUTTONS - DISABLED
---------------------*/
.uk-button:disabled,
.uk-button[disabled="disabled"],
.btn:disabled,
.btn[disabled="disabled"] {
    background-color: #f5f5f5 !important;
    color: #9b9d9f !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
	cursor: not-allowed !important;
}


/* BUTTONS - JUST IMAGE | (Standard Button-Class NEEDED) | .uk-button > <i class="uk-icon">
---------------------*/
.uk-button-just-image {
	padding: 6px 5px 6px 7px;
	min-height: 36px;
	min-width: 36px;
	text-align: center;
	vertical-align: middle;
}
.uk-button-just-image > .uk-icon {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 0;
}


/* BUTTONS - ARROW | (Standard Button-Class NEEDED)
---------------------*/
.btn-arrow,
.uk-button-arrow {
	position: relative;
	padding: 10px 85px 12px 25px;
}
.btn-arrow::after,
.uk-button-arrow::after {
	margin: 0;
	background-image: url(images/pfeil-rechts-weiss.svg);
	background-size: 37px 18px;
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	width: 50px;
	height: 30px;
	content: "";
	position: absolute;
	float: none;
	right: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.btn-arrow:hover,
.btn-arrow:focus,
.uk-button-arrow:hover,
.uk-button-arrow:focus {	
	
}
.btn-arrow:hover::after,
.btn-arrow:focus::after,
.uk-button-arrow:hover::after,
.uk-button-arrow:focus::after {	
	right: 30px;
}



.btn + br + .btn,
.uk-button + br + .uk-button,
.btn + br + .uk-button,
.uk-button + br + .btn,
.uk-button + br + input,
input + br + .uk-button,
.btn + br + input,
input + br + .btn {
	margin-top: 10px;
}


@media(max-width:767px){
	.btn-block input {
		/*width: auto !important;*/
		width: 100% !important;
	}
}



select,
textarea,
input[type="text"]:not(.uk-search-field),
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,

.uk-form select,
.uk-form textarea,
.uk-form input[type="text"]:not(.uk-search-field),
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"],
.uk-form .uneditable-input, 

.bf-form select,
.bf-form textarea,
.bf-form input[type="text"]:not([name="search_oc"]),
.bf-form input[type="password"],
.bf-form input[type="datetime"],
.bf-form input[type="datetime-local"],
.bf-form input[type="date"],
.bf-form input[type="month"],
.bf-form input[type="time"],
.bf-form input[type="week"],
.bf-form input[type="number"],
.bf-form input[type="email"],
.bf-form input[type="url"],
.bf-form input[type="search"],
.bf-form input[type="tel"],
.bf-form input[type="color"],
.bf-form .uneditable-input {
	
	display: inline;
	
	border-top: 2px solid #eaecf0;
	border-left: 2px solid #eaecf0;
	border-right: 2px solid #eaecf0;
	border-bottom: 2px solid #eaecf0;
	border-radius: 0px;
	
	padding: 8px 20px 8px 20px;
/*	padding: 8px 2px 8px 2px;*/
	
/*	background-color: #eaecf0;*/
	background-color: rgba(255,255,255,0);
	
	height: auto;
	min-height: 40px;
	width: 100%;
	min-width: 40px;
	
	font-family: 'Roboto';
	font-weight: bold;
    font-size: 19px;
	line-height: 1.578;
	
	color: #262324;

	-webkit-box-shadow: none;
	box-shadow: none;
	
	box-sizing: border-box;
	
	-o-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-ms-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	
}

select:focus,
textarea:focus,
input[type="text"]:not(.uk-search-field):focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,

.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input[type="text"]:not(.uk-search-field):focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus,
.uk-form .uneditable-input:focus, 

.bf-form select:focus,
.bf-form textarea:focus,
.bf-form input[type="text"]:not([name="search_oc"]):focus,
.bf-form input[type="password"]:focus,
.bf-form input[type="datetime"]:focus,
.bf-form input[type="datetime-local"]:focus,
.bf-form input[type="date"]:focus,
.bf-form input[type="month"]:focus,
.bf-form input[type="time"]:focus,
.bf-form input[type="week"]:focus,
.bf-form input[type="number"]:focus,
.bf-form input[type="email"]:focus,
.bf-form input[type="url"]:focus,
.bf-form input[type="search"]:focus,
.bf-form input[type="tel"]:focus,
.bf-form input[type="color"]:focus,
.bf-form .uneditable-input:focus {
/*    background-color: #a2a3a6;*/
    background-color: rgba(255,255,255,0);
	
	border-top: 2px solid #262324;
	border-right: 2px solid #262324;
	border-left: 2px solid #262324;
	border-bottom: 2px solid #262324;
	
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}




label + select,
label + textarea,
label + input[type="text"]:not(.uk-search-field),
label + input[type="password"],
label + input[type="datetime"],
label + input[type="datetime-local"],
label + input[type="date"],
label + input[type="month"],
label + input[type="time"],
label + input[type="week"],
label + input[type="number"],
label + input[type="email"],
label + input[type="url"],
label + input[type="search"],
label + input[type="tel"],
label + input[type="color"],
label + .uneditable-input,

.uk-form label + select,
.uk-form label + textarea,
.uk-form label + input[type="text"]:not(.uk-search-field),
.uk-form label + input[type="password"],
.uk-form label + input[type="datetime"],
.uk-form label + input[type="datetime-local"],
.uk-form label + input[type="date"],
.uk-form label + input[type="month"],
.uk-form label + input[type="time"],
.uk-form label + input[type="week"],
.uk-form label + input[type="number"],
.uk-form label + input[type="email"],
.uk-form label + input[type="url"],
.uk-form label + input[type="search"],
.uk-form label + input[type="tel"],
.uk-form label + input[type="color"],
.uk-form label + .uneditable-input, 

.bf-form label + select,
.bf-form label + textarea,
.bf-form label + input[type="text"]:not([name="search_oc"]),
.bf-form label + input[type="password"],
.bf-form label + input[type="datetime"],
.bf-form label + input[type="datetime-local"],
.bf-form label + input[type="date"],
.bf-form label + input[type="month"],
.bf-form label + input[type="time"],
.bf-form label + input[type="week"],
.bf-form label + input[type="number"],
.bf-form label + input[type="email"],
.bf-form label + input[type="url"],
.bf-form label + input[type="search"],
.bf-form label + input[type="tel"],
.bf-form label + input[type="color"],
.bf-form label + .uneditable-input,
	
.bfQuickMode label + select,
.bfQuickMode label + textarea,
.bfQuickMode label + input[type="text"]:not([name="search_oc"]),
.bfQuickMode label + input[type="password"],
.bfQuickMode label + input[type="datetime"],
.bfQuickMode label + input[type="datetime-local"],
.bfQuickMode label + input[type="date"],
.bfQuickMode label + input[type="month"],
.bfQuickMode label + input[type="time"],
.bfQuickMode label + input[type="week"],
.bfQuickMode label + input[type="number"],
.bfQuickMode label + input[type="email"],
.bfQuickMode label + input[type="url"],
.bfQuickMode label + input[type="search"],
.bfQuickMode label + input[type="tel"],
.bfQuickMode label + input[type="color"],
.bfQuickMode label + .uneditable-input {
	max-width: 70%;
	box-sizing: border-box;
}




@media(max-width:767px){
	.uk-form label + select,
	.uk-form label + textarea,
	.uk-form label + input[type="text"]:not(.uk-search-field),
	.uk-form label + input[type="password"],
	.uk-form label + input[type="datetime"],
	.uk-form label + input[type="datetime-local"],
	.uk-form label + input[type="date"],
	.uk-form label + input[type="month"],
	.uk-form label + input[type="time"],
	.uk-form label + input[type="week"],
	.uk-form label + input[type="number"],
	.uk-form label + input[type="email"],
	.uk-form label + input[type="url"],
	.uk-form label + input[type="search"],
	.uk-form label + input[type="tel"],
	.uk-form label + input[type="color"],
	.uk-form label + .uneditable-input, 

	.bf-form label + select,
	.bf-form label + textarea,
	.bf-form label + input[type="text"]:not([name="search_oc"]),
	.bf-form label + input[type="password"],
	.bf-form label + input[type="datetime"],
	.bf-form label + input[type="datetime-local"],
	.bf-form label + input[type="date"],
	.bf-form label + input[type="month"],
	.bf-form label + input[type="time"],
	.bf-form label + input[type="week"],
	.bf-form label + input[type="number"],
	.bf-form label + input[type="email"],
	.bf-form label + input[type="url"],
	.bf-form label + input[type="search"],
	.bf-form label + input[type="tel"],
	.bf-form label + input[type="color"],
	.bf-form label + .uneditable-input,

	.bfQuickMode label + select,
	.bfQuickMode label + textarea,
	.bfQuickMode label + input[type="text"]:not([name="search_oc"]),
	.bfQuickMode label + input[type="password"],
	.bfQuickMode label + input[type="datetime"],
	.bfQuickMode label + input[type="datetime-local"],
	.bfQuickMode label + input[type="date"],
	.bfQuickMode label + input[type="month"],
	.bfQuickMode label + input[type="time"],
	.bfQuickMode label + input[type="week"],
	.bfQuickMode label + input[type="number"],
	.bfQuickMode label + input[type="email"],
	.bfQuickMode label + input[type="url"],
	.bfQuickMode label + input[type="search"],
	.bfQuickMode label + input[type="tel"],
	.bfQuickMode label + input[type="color"],
	.bfQuickMode label + .uneditable-input {
		max-width: 100%;
		box-sizing: border-box;
	}
	.bfQuickMode input[type="text"], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
}









.control-group {
    margin-bottom: 20px;
}


label {
	font-size: 19px;
	font-weight: 300;
	color: #262324;
}
label.radio.inline {
	font-size: 19px;
	font-weight: bold;
	color: #262324;
}

.invalid {
    color: #e30a18;
    font-weight: bold;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e30a18;
}

/*.uk-form label[for],
.bfPage label[for],*/
.bfPage label.control-label[for],
#searchForm.searchJd label.control-label[for] {
	width: 100%;
	max-width: 30%;
/*	margin-right: -7px;*/
	margin-right: -13px;

	
	/*EXPERIMENTAL*/
/*	padding-right: 7px;*/
	padding-right: 13px;
	box-sizing: border-box;
}


textarea,
.uk-form textarea,
.bfPage textarea {
	padding: 15px 20px 15px 20px;
/*	padding: 8px 2px 8px 2px;*/
	font-size: 19px;
	line-height: 1.2;
	
	height: 150px;
}


select,
.uk-form select,
.bfPage select {
	/*border: 0px solid rgba(0,0,0,0.00);*/
	/*padding: 4px 20px 5px 20px;*/
/*	padding: 4px 50px 5px 20px;*/
/*	padding: 4px 50px 5px 0px;*/
	padding: 8px 20px 8px 20px;
	
	background-image: url(images/dropdown.svg);
    background-repeat: no-repeat;
    background-size: 15px 10px;
    background-position: calc(100% - 20px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    /*text-overflow: '';*/
    text-overflow: ellipsis;
	line-height: 28px;	
}

select:hover,
select:focus,
.uk-form select:hover,
.uk-form select:focus,
.bfPage select:hover,
.bfPage select:focus {
    background-image: url(images/dropdown.svg);
    background-repeat: no-repeat;
    background-size: 15px 10px;
    background-position: calc(100% - 20px) center;
}

select:focus,
.uk-form select:focus,
.bfPage select:focus {
    background-image: url(images/dropdown.svg);
    background-repeat: no-repeat;
    background-size: 15px 10px;
    background-position: calc(100% - 20px) center;
	background-color: #ffffff;
}

select::-ms-expand,
.uk-form select::-ms-expand,
.bfPage select::-ms-expand {
    display: none;
}



input[type="checkbox"],
.uk-form input[type="checkbox"],
.bfPage input[type="checkbox"]  {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

    height: 20px;
    width: 20px;
    display: inline-block;
    border: 2px solid #eaecf0;
    background: #eaecf0;
    border-radius: 0;
	
	text-align: left;
	
	/*margin-top: -7px;*/
	margin-right: 10px;
	
	position: relative;
	
	min-height: 20px !important;
	line-height: 20px;
}

input[type="checkbox"]:checked,
.uk-form input[type="checkbox"]:checked,
.bfPage input[type="checkbox"]:checked {
    border: 2px solid #eaecf0;
    background: #eaecf0;
}

input[type="checkbox"]:checked::before,
input[type="checkbox"]:indeterminate::before,
.uk-form input[type="checkbox"]:checked::before,
.uk-form input[type="checkbox"]:indeterminate::before,
.bfPage input[type="checkbox"]:checked::before,
.bfPage input[type="checkbox"]:indeterminate::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 15px;
    color: #262324;

    vertical-align: top;
    position: absolute;
    margin-left: 0px;
    margin-top: 0.5px;
}




input[type="radio"],
label > input[type="radio"],
.uk-form input[type="radio"],
.uk-form label > input[type="radio"],
.bfPage input[type="radio"],
.bfPage label > input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    display: inline-block;
    border: 2px solid #eaecf0;
    background: #eaecf0;
    border-radius: 50%;
    min-height: auto !important;
    position: relative;
	margin-top: -6px;
	margin-right: 9px;
	
	float: none !important;
}
input[type="radio"]:checked,
label > input[type="radio"]:checked,
.uk-form input[type="radio"]:checked,
.uk-form label > input[type="radio"]:checked,
.bfPage input[type="radio"]:checked,
.bfPage label > input[type="radio"]:checked {
    border: 2px solid #eaecf0;
    background: #eaecf0;
}
input[type="radio"]:checked::before,
label > input[type="radio"]:checked::before,
.uk-form input[type="radio"]:checked::before,
.uk-form label > input[type="radio"]:checked::before,
.bfPage input[type="radio"]:checked::before,
.bfPage label > input[type="radio"]:checked::before {
    content: "";
    font-family: FontAwesome;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 1;
    color: #262324;
    vertical-align: baseline;
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: #262324;
}


.uk-form input[type="radio"] {
    vertical-align: middle;
}
.uk-form input[type="checkbox"] {
    vertical-align: text-top;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #a2a3a6;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #a2a3a6;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #a2a3a6;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #a2a3a6;
	opacity: 1;
}
::placeholder { /* Firefox 18- */
	color: #a2a3a6;
	opacity: 1;
}



.uk-subnav > * > * {
	border: 0px solid #e5eaee;
	border-radius: 0px;
	/*padding: 10px 25px 12px 25px;*/
	padding: 0;
	font-family: 'Roboto';
	font-weight: normal;
	white-space: normal;
	font-size: 14px;
	line-height: 1.857;
	color: #003056;
	background: rgba(255,255,255,0);
	
	-o-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-ms-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
	color: #003056;
	background: rgba(255,255,255,0);
	border: 0px solid #003056;
	text-decoration: underline;
}
.uk-subnav > .uk-active > * {
    color: #003056;
	background: rgba(255,255,255,0);
	border: 0px solid #000000;
	text-decoration: underline;
}



div[class*="alert-success"] {
    background: #fff;
	color: #0ae368;
	border: 2px solid #0ae368;
}
div[class*="alert-warning"] {
    background: #ffffff;
    color: #e3a00a;
	border: 2px solid #e3a00a;
}
div[class*="alert-error"],
div[class*="alert-danger"] {
    background: #ffffff;
    color: #e30a18;
	border: 2px solid #e30a18;
}


.bfQuickMode .icon-asterisk {
	font-size: 9px;
	color: #e30a18;
}
.bfQuickMode .icon-asterisk::before {
    content: "\42";
}




.button-default {
	background-color: rgba(255,255,255,0);
	color: #9b9ba1;
	text-align: center;
	padding: 6px 25px;
	margin: 0 -1px;
	display: inline-block;
}
.button-default > a {
	color: #262324;
	
	opacity: 0.5;
	
	text-decoration: none !important;
	
	-o-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-ms-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.button-default > a:hover {
	opacity: 1;
}

.button-slanted {
	background-color: #e30a18;
	color: #ffffff;
/*	padding: 6px 18px 6px 20px;*/
	padding: 0;
	
	opacity: 1;
	
	-o-transform: skewX(-23deg);
	-ms-transform: skewX(-23deg);
	-moz-transform: skewX(-23deg);
	-webkit-transform: skewX(-23deg);
	transform: skewX(-23deg);
	
	-o-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-ms-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	
}
.button-slanted:hover {
	background-color: #262324;
	cursor: default;
}


.button-slanted-content {
	color: #ffffff !important;
	cursor: pointer;
	text-decoration: none !important;
	
	padding: 6px 18px 6px 20px;
	
	opacity: 1 !important;
	
	-o-transform: skewX(23deg);
	-ms-transform: skewX(23deg);
	-moz-transform: skewX(23deg);
	-webkit-transform: skewX(23deg);
	transform: skewX(23deg);
	display: inline-block;
}

.button-default > * > .uk-icon {line-height: 0;}
.button-default > * > .uk-icon::before {}

.button-default > * > .uk-icon-lock::before {
	content: url(images/swiss-alertis-icon-header-lock.svg);
	vertical-align: sub;
}
.button-default > * > .uk-icon-phone::before {
	content: url(images/swiss-alertis-icon-header-phone.svg);
	vertical-align: sub;
}
.button-default > * > .uk-icon-envelope::before {
	content: url(images/swiss-alertis-icon-header-mail.svg);
	vertical-align: sub;
}

.button-default > * > i + span {
	padding-left: 6px;
}

.button-fixedwidth {
	width: 100px;
}

.tm-toolbar .uk-panel > div:not([class]) {
	background: #eaecf0;
}
.tm-toolbar .uk-panel .button-slanted-last {
	padding-right: 0px;
	padding-left: 20px;
	margin-right: -12px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #e30a18 !important;
	cursor: default !important;
}
.tm-toolbar .uk-panel .button-slanted-last > .button-slanted-content {
	padding: 0;
}



.uk-panel-hover {
    color: #262324;
	
	box-shadow: 0 0px 0px 0px rgba(38, 35, 36, 0.2);
	
	-o-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.uk-panel-hover:hover {
    background: #ffffff;
    color: #262324;
    box-shadow: 0 0px 15px 0px rgba(38, 35, 36, 0.2);
}




/* NAVIGATION
===============================*/

.tm-toolbar {
    height: 42px;
	padding: 0;
    box-sizing: border-box;
	background: #eaecf0;
	z-index: 1002;
	
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	
	
	background: -moz-linear-gradient(top,  #e30a18 105px, #eaecf0 0%); /* FF3.6+ */
	background: -webkit-gradient(linear, right, left, color-stop(105px,#e30a18), color-stop(0%,#eaecf0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(right,  #e30a18 105px,#eaecf0 0%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(right,  #e30a18 105px,#eaecf0 0%); /* Opera 11.10+ */
	background: -ms-linear-gradient(right,  #e30a18 105px,#eaecf0 0%); /* IE10+ */
	background: linear-gradient(to left,  #e30a18 105px,#eaecf0 0%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30a18', endColorstr='#eaecf0',GradientType=0 ); /* IE6-9 */
	
	
	
}


.tm-toolbar .mod-languages {
	padding-top: 6px;
}

.tm-toolbar .mod-languages > ul.lang-inline {
	
}

.tm-toolbar .mod-languages > ul.lang-inline > li {
	margin: 0;
	margin-right: 7px;
}
.tm-toolbar .mod-languages > ul.lang-inline > li:last-of-type {
	margin-right: 0;
}

.tm-toolbar .mod-languages > ul.lang-inline > li > a {
	color:#262324;
	opacity: 0.5;
}

.tm-toolbar .mod-languages > ul.lang-inline > li.lang-active > a,
.tm-toolbar .mod-languages > ul.lang-inline > li > a:hover,
.tm-toolbar .mod-languages > ul.lang-inline > li > a:focus {
	color:#262324;
	opacity: 1;
	text-decoration: none;
}


.uk-navbar-brand::before {
    content: '';
    display: none;
    height: 100%;
    vertical-align: middle;
}
.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {height: 100px;}
.uk-navbar-brand {
	height: 38px;
	line-height: 0;
	
	/*EXPERIMENTAL*/
	/*padding-bottom: 25px;*/
	box-sizing: content-box;
	display: flex;
	align-items: flex-end;
	align-self: center;
}

.tm-navbar {
    height: 100px;
	border-bottom: 2px solid #eaecf0;
}

@media(max-width:1110px) and (min-width:960px){
	.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {height: 70px;}
	.tm-navbar {
		height: 70px;
	}
}

.tm-navbar.uk-active,
.tm-navbar.uk-active .uk-navbar {
    background: rgba(255,255,255,1);
	/*TESTING*//*background: #00FFFF;/*TESTING*/
}


.tm-navbar {
    background: rgba(255,255,255,0);
    /*TESTING*//*background: #00FFFF;/*TESTING*/
/*	box-shadow: 0 0px 50px 0px rgba(230, 230, 249, 0.0);*/
	box-shadow: 0 0px 50px 0px rgba(38, 35, 36, 0.0);
	
	transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.tm-navbar.uk-active {
    background: rgba(255,255,255,1);
	/*TESTING*//*background: #00FFFF;/*TESTING*/
/*	box-shadow: 0 0px 50px 0px rgba(230, 230, 249, 1);*/
	box-shadow: 0 0px 50px 0px rgba(38, 35, 36, 0.2);
}

@media(max-width:1530px){
	.uk-navbar-brand {
		height: 30px;
	}
	.tm-logo > * > img {
		width: 100%;
		max-width: 220px;
		height: auto;
	}
}

@media(max-width:1110px){
	.uk-navbar-brand {
		height: 20px;
	}
	.tm-logo > * > img {max-width: 150px;}
}


.uk-navbar-nav > li {
    padding-left: 30px;
    padding-right: 30px;
	
	position: relative;
}
.uk-navbar-nav > li:last-of-type {
	padding-right: 0;
}

.uk-navbar-nav > li > a::before {
	display: none;
}

.uk-navbar-nav > li::after {
    content: "";
    background: #dadce0;
    display: block;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    bottom: 0;
    margin: auto;
    -o-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    -moz-transform: rotate(23deg);
    -webkit-transform: rotate(23deg);
    transform: rotate(23deg);
}
.uk-navbar-nav > li:last-of-type::after {
	display: none;
}

.uk-navbar-nav > li > a {
	height: 98px;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 25px;
	line-height: 1.384;
	/*color: #99acbb;*/
    color: #a2a3a6;
	
	/*EXPERIMENTAL*/
	line-height: 98px;
	
	transition: all 0.15s cubic-bezier(0.4, 0.0, 0.2, 1);
}
@media(max-width:1530px) and (min-width:961px){
	.uk-navbar-nav > li {
		padding-left: 19px;
		padding-right: 19px;
	}
	.uk-navbar-nav > li:last-of-type {
		padding-right: 0;
	}
	
	.uk-navbar-nav > li > a {
		font-size: 19px;
	}
	.uk-navbar-nav > li::after {height: 19px;}
	
	
}
@media(max-width:1110px) and (min-width:961px){
	.uk-navbar-nav > li > a {
		height: 68px;
		
		/*EXPERIMENTAL*/
		line-height: 70px;
	}
}
@media(max-width:1040px) and (min-width:960px){
	.uk-navbar-nav > li > a {
		font-size: 16px !important;
	}
}
@media(max-width:960px) and (min-width:768px){
	.uk-navbar-nav > li {
		padding-left: 19px;
		padding-right: 19px;
	}
	.uk-navbar-nav > li:last-of-type {
		padding-right: 0;
	}
	
	.uk-navbar-nav > li > a {
		font-size: 19px;
		
		
		height: 68px;
		
		/*EXPERIMENTAL*/
		line-height: 70px;
	}	

}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li > a:active {
    background-color: rgba(0, 0, 0, 0);
    color: #262324;
    outline: none;
	cursor: pointer;
}



.uk-dropdown-navbar {
    margin-left: 30px;
	background: #e30a18;
	color: #fff;
	padding: 0;
	box-shadow: none;
	font-size: 19px;
	
/*	min-width: 100%;*/
	min-width: 200px;
	max-width: 260px;
	width: auto;
	
/*	display: block;*/
	
}
.uk-dropdown-navbar::before {
	content: "";
	display: none;
	background-color: rgba(255,255,255,0);
/*	height: 25px;*/
/*	width: 22px;*/
	height: 0px;
	width: 0px;
	position: absolute;
	
	/*border-top: 0px solid rgba(255,255,255,0);
	border-right: 11px solid rgba(255,255,255,0);
	border-bottom: 25px solid #e30a18;
	border-left: 11px solid rgba(255,255,255,0);
	
	margin-top: -25px;*/
	
	border-top: 0px solid rgba(255,255,255,0);
	border-right: 15px solid rgba(255,255,255,0);
	border-bottom: 20px solid #e30a18;
	border-left: 15px solid rgba(255,255,255,0);
	margin-top: -20px;

	left: 30px;
}

@media(max-width:1530px) and (min-width:961px){
	.uk-dropdown-navbar {
		margin-left: 20px;
	}
	.uk-dropdown-navbar.uk-dropdown-autoflip {
		margin-left: -20px;
	}
}
@media(max-width:960px) and (min-width:768px){
	.uk-dropdown-navbar {
		margin-left: 20px;
	}
	.uk-dropdown-navbar.uk-dropdown-autoflip {
		margin-left: -20px;
	}
}

.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left:0;
    margin-right:0;
}
.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*="uk-width-"] {
    padding-left:0;
    padding-right:0;
}
.uk-dropdown .uk-nav {
    margin: 0 0;
}

.uk-nav-navbar > li > a {
/*	padding: 10px 25px 10px 25px;*/
	padding: 15px 30px 15px 30px;
    color: #fff;
	
	font-weight: bold;
	
	-o-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-ms-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus,
.uk-nav-navbar > li.uk-active > a {
    background: #262324;
    color: #ffffff;
    outline: none;
}


.uk-nav-navbar > li:first-of-type > a::before {
	content: "";
	display: block;
	background-color: rgba(255,255,255,0);
/*	height: 25px;*/
/*	width: 22px;*/
	height: 0px;
	width: 0px;
	position: absolute;
	
	/*border-top: 0px solid rgba(255,255,255,0);
	border-right: 11px solid rgba(255,255,255,0);
	border-bottom: 25px solid #e30a18;
	border-left: 11px solid rgba(255,255,255,0);
	
	margin-top: -25px;*/
	
	border-top: 0px solid rgba(255,255,255,0);
	border-right: 15px solid rgba(255,255,255,0);
	border-bottom: 20px solid #e30a18;
	border-left: 15px solid rgba(255,255,255,0);
	margin-top: -35px;

	left: 30px;
	
	
	-o-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-ms-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	
	
}
.uk-nav-navbar > li:first-of-type > a:hover::before,
.uk-nav-navbar > li:first-of-type > a:focus::before,
.uk-nav-navbar > li.uk-active:first-of-type > a::before {
    border-bottom: 20px solid #262324;
}


.uk-dropdown-autoflip .uk-nav-navbar > li:first-of-type > a::before {
	left: auto;
	right: 30px;
}


@media(min-width:1220px){
	.tm-toolbar > div {
		padding-left: 80px;
		padding-right: 80px;
	}
	.tm-navbar .uk-navbar {
		padding: 0 80px;
	}
}
@media(max-width:1219px) and (min-width:960px){
	.tm-toolbar > div {
		padding-left: 40px;
		padding-right: 40px;
	}
	.tm-navbar .uk-navbar {
		padding: 0 40px;
	}
}
@media(max-width:959px) and (min-width:768px){
	.tm-toolbar > div {
		padding-left: 30px;
		padding-right: 30px;
	}
	.tm-navbar .uk-navbar {
		padding: 0 30px;
	}
	
	
	.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {height: 70px;}
	.tm-navbar {
		height: 70px;
	}
	
	.tm-navbar .uk-navbar.uk-hidden-small {
		display: none !important;
	}
	.tm-navbar .uk-navbar.uk-visible-small {
		display: block !important;
/*		display: flex !important;*/
		
		padding-top: 14px;
		padding-bottom: 19px;
	}	
}



@media(max-width:767px){
	
	body > .tm-page > .uk-sticky-placeholder {
		height: auto !important;
	}
	
	
	.tm-navbar {
		height: 64px;
		border-bottom: 1px solid #eaecf0;
	}
	.tm-navbar .uk-navbar {
		/*padding: 12px 25px 20px 25px;*/
		
		/*EXPERIMENTAL*/
		padding: 10px 25px 17px 25px;
	}
	
}


.uk-navbar-toggle {
	background-image: url(images/menu-toggle.svg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	padding: 0 15px;
	
	/*EXPERIMENTAL*/
	margin-top: 7px;
}
.uk-navbar-toggle::after {
    
}


.tm-logo-small {}
.tm-logo-small > * > img {
	width: 100%;
	max-width: 226px;
	height: auto;
}



.uk-offcanvas-page {
    margin-left: 0 !important;
}

.uk-offcanvas {
	background: rgba(4, 4, 44, 0.2);
	background: rgba(9, 11, 15, 0.2);
/*	background: rgba(234, 236, 240, 0.2);*/
}


.uk-offcanvas {
	/*-webkit-animation: bugfix infinite 1s;*/
	
	/*STATE: CLOSED/NOT VISIBLE*/
    background: rgba(9, 11, 15, 0.0);
	
	-o-transition: background 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: background 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: background 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: background 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: background 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.uk-offcanvas.uk-active {
	/*STATE: OPEN/VISIBLE*/
    background: rgba(9, 11, 15, 0.2);
}
.uk-offcanvas-page:not([style*="margin-left"]) .uk-offcanvas.uk-active {
	/*STATE: DURING CLOSING ANIMATION*/
    background: rgba(9, 11, 15, 0.0);
}
/*@-webkit-keyframes bugfix { from { padding: 0; } to { padding: 0; } }*/


.uk-offcanvas-bar {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	
	-o-transition: -o-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: -ms-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: -moz-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.uk-nav-offcanvas {
	padding-top: 15px;
	padding-bottom: 30px;
	
	
	/*EXPERIMENTAL*/
	min-height: calc(100% - 181px);
}
.uk-nav-offcanvas > li > a {
    color: #adb1b4;
    padding: 13px 20px 15px 27px;
	
	font-family: 'Roboto';
	font-size: 25px;
	font-weight: bold;
	color: #a2a3a6;
	
	transition: all 0.15s cubic-bezier(0.4, 0.0, 0.2, 1);
	
	position: relative;
}

.uk-nav-offcanvas > li > a:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 37px;
	bottom: 0;
	background: #dadce0;
}
.uk-nav-offcanvas > li:last-of-type > a:after {
	display: none;
}


html .uk-nav-offcanvas > li:hover > a,
html .uk-nav-offcanvas > li > a:focus,
html .uk-nav-offcanvas > li.uk-open > a,
html .uk-nav-offcanvas > li.uk-active > a,
html .uk-nav-offcanvas > li > a:active,

html .uk-nav.uk-nav-offcanvas > li:hover > a,
html .uk-nav.uk-nav-offcanvas > li > a:focus,
html .uk-nav.uk-nav-offcanvas > li.uk-open > a,
html .uk-nav.uk-nav-offcanvas > li.uk-active > a,
html .uk-nav.uk-nav-offcanvas > li > a:active,

html:not(.uk-touch) .uk-nav-offcanvas > li:hover > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus,
html:not(.uk-touch) .uk-nav-offcanvas > li.uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li.uk-active > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:active {
    background-color: rgba(0, 0, 0, 0);
    color: #262324;
    outline: none;
	cursor: pointer;
}



.uk-nav-offcanvas .uk-nav-sub {
    margin: 0 0;
	padding-left: 27px;
    background: rgba(255,255,255,0);
}
.uk-nav-offcanvas .uk-nav-sub > li > a {
	font-weight: bold;
	
	transition: all 0.15s cubic-bezier(0.4, 0.0, 0.2, 1);
}
html .uk-nav-offcanvas .uk-nav-sub > li:hover > a,
html .uk-nav-offcanvas .uk-nav-sub > li > a:focus,
html .uk-nav-offcanvas .uk-nav-sub > li.uk-open > a,
html .uk-nav-offcanvas .uk-nav-sub > li.uk-active > a,
html .uk-nav-offcanvas .uk-nav-sub > li > a:active,

html:not(.uk-touch) .uk-nav-offcanvas .uk-nav-sub > li:hover > a,
html:not(.uk-touch) .uk-nav-offcanvas .uk-nav-sub > li > a:focus,
html:not(.uk-touch) .uk-nav-offcanvas .uk-nav-sub > li.uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas .uk-nav-sub > li.uk-active > a,
html:not(.uk-touch) .uk-nav-offcanvas .uk-nav-sub > li > a:active {
    background-color: rgba(0, 0, 0, 0);
    color: #262324;
    outline: none;
	cursor: pointer;
}




.uk-offcanvas-bar > .uk-panel {
	margin: 0;
}

.uk-offcanvas-bar > .uk-panel.uk-panel-languages {
	float: left;
	text-align: center;
	width: 100%;
	max-width: 50%;
	
	height: 42px;
	
	background: #eaecf0;
	font-size: 14px;
	font-weight: normal;
}
.uk-offcanvas-bar > .uk-panel.uk-panel-downloads {
	float: right;
	text-align: center;
	width: 100%;
	max-width: 50%;
	
	height: 42px;
	
	background: #eaecf0;
	font-size: 14px;
	font-weight: normal;
}

.uk-offcanvas-bar > .uk-panel.uk-panel-languages::before,
.uk-offcanvas-bar > .uk-panel.uk-panel-languages::after,
.uk-offcanvas-bar > .uk-panel.uk-panel-downloads::before,
.uk-offcanvas-bar > .uk-panel.uk-panel-downloads::after {
	content: "";
	display: table;
	clear: both;
}


.uk-panel.uk-panel-languages .mod-languages {
    padding-top: 6px;
}
.uk-panel.uk-panel-languages .mod-languages > ul.lang-inline > li {
    margin: 0;
    margin-right: 7px;
}
.uk-panel.uk-panel-languages .mod-languages > ul.lang-inline > li > a {
    color: #262324;
    opacity: 0.5;
	transition: all 0.15s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.uk-panel.uk-panel-languages .mod-languages > ul.lang-inline > li.lang-active > a,
.uk-panel.uk-panel-languages .mod-languages > ul.lang-inline > li > a:hover,
.uk-panel.uk-panel-languages .mod-languages > ul.lang-inline > li > a:active,
.uk-panel.uk-panel-languages .mod-languages > ul.lang-inline > li > a:focus {
    color: #262324;
    opacity: 1;
    text-decoration: none;
}


.uk-panel.uk-panel-downloads .downloads-offcanvas-container {
	background-color: rgba(255,255,255,0);
	color: #9b9ba1;
	text-align: center;
	padding: 10px 6px 9px 6px;
/*	margin: 0 -1px;*/
	display: inline-block;
}
.uk-panel.uk-panel-downloads .downloads-offcanvas-container > a {
	color: #262324;
	opacity: 0.5;
	text-decoration: none !important;
	transition: all 0.15s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.uk-panel.uk-panel-downloads .downloads-offcanvas-container > a:hover,
.uk-panel.uk-panel-downloads .downloads-offcanvas-container > a:focus,
.uk-panel.uk-panel-downloads .downloads-offcanvas-container > a:active {
	color: #262324;
	opacity: 1;
}


.uk-panel.uk-panel-downloads .downloads-offcanvas-container > a > i {
	line-height: 0;
}
.uk-panel.uk-panel-downloads .downloads-offcanvas-container > a > i::before {
	content: url(images/swiss-alertis-icon-header-lock.svg);
	vertical-align: sub;
}
.uk-panel.uk-panel-downloads .downloads-offcanvas-container > a > i + span {
	padding-left: 6px;
}


.uk-offcanvas-bar > .uk-panel.uk-panel-downloads + .uk-nav-offcanvas {
	float: none;
	clear: both;
}


.uk-panel.uk-panel-offcanvas-kontakt {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
}
.uk-panel.uk-panel-offcanvas-kontakt > * > .button-offcanvas {
	display: block;
	text-align: left;
	padding: 0;
}
.uk-panel.uk-panel-offcanvas-kontakt > * > .button-offcanvas > .button-offcanvas-content {
	color: #ffffff !important;
	background-color: #e30a18;
	cursor: pointer;
	padding: 8px 18px 8px 20px;
	display: block;
	
	transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.uk-panel.uk-panel-offcanvas-kontakt > * > .button-offcanvas > .button-offcanvas-content:hover,
.uk-panel.uk-panel-offcanvas-kontakt > * > .button-offcanvas > .button-offcanvas-content:focus,
.uk-panel.uk-panel-offcanvas-kontakt > * > .button-offcanvas > .button-offcanvas-content:active {
	background-color: #262324;
	text-decoration: none;
}

.uk-panel.uk-panel-offcanvas-kontakt > * > .button-offcanvas > .button-offcanvas-content {
	border-bottom: 1px solid #ffffff;
}
.uk-panel.uk-panel-offcanvas-kontakt > * > .button-offcanvas + .button-offcanvas > .button-offcanvas-content {
	border-top: 1px solid #ffffff;
	border-bottom: 0px solid #ffffff;
}

.uk-panel.uk-panel-offcanvas-kontakt > * > .button-offcanvas > .button-offcanvas-content > i {
	line-height: 0;
}
.uk-panel.uk-panel-offcanvas-kontakt > * > .button-offcanvas > .button-offcanvas-content > .uk-icon-phone::before {
    content: url(images/swiss-alertis-icon-header-phone.svg);
    vertical-align: sub;
}
.uk-panel.uk-panel-offcanvas-kontakt > * > .button-offcanvas > .button-offcanvas-content > .uk-icon-envelope::before {
    content: url(images/swiss-alertis-icon-header-mail.svg);
    vertical-align: sub;
}

.uk-panel.uk-panel-offcanvas-kontakt > * > .button-offcanvas > .button-offcanvas-content > i + span {
	padding-left: 6px;
}



@media(min-width:768px){
	.uk-panel.uk-panel-languages,
	.uk-panel.uk-panel-downloads,
	.uk-panel.uk-panel-offcanvas-kontakt {
		display: none;
	}
}




/* FRAMEWORK CORRECTIONS
===============================*/

.bfPage > .bfElemWrap .control-label + span[class=""] > div > .control-group,
.bfPage > .bfElemWrap > .form-inline > div > span[class=""] > div > .control-group {
	margin-bottom: 0;
	margin-top: 30px;
}

.bfPage > .bfElemWrap.control-group {
	text-align: center;
}

@media(max-width:420px){
	.g-recaptcha > div {
		transform: scale(0.85);
		transform-origin: 0 0 0 0;
	}

	#newrecaptcha > div {
		transform: scale(0.85);
		transform-origin: 0 0 0 0;
	}
}



/* LAYOUT
===============================*/

.tm-block-padding {
/*    padding: 60px 80px 40px 80px;*/
    padding: 40px 80px;
}

.uk-block-primary {
    background: #e30a18;
}

.uk-block-secondary {
    background: #eaecf0;
}


.tm-page-container {
    /*margin-top: 15px;*/
    margin-top: 0;
}

@media(min-width:1220px){
	#tm-main {
		padding-top: 60px;
	}
}
@media(max-width:1219px) and (min-width:960px){
	[class*="tm-block-padding"] {
		padding: 40px;
	}
}
@media(max-width:959px){
	[class*="tm-block-padding"] {
		padding: 30px;
	}
}
@media(max-width:767px){
	[class*="tm-block-padding"] {
		padding: 25px;
	}
}

/*EXPERIMENTAL*/
.tm-page-container > .uk-block:not(#tm-top-a) > div,
body > .uk-block > div {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}
/*EXPERIMENTAL*/


#tm-top-a {
	margin-top: 0;
	background: #eaecf0;
}

.tm-top-a.uk-grid {
	margin-left: 0;
}
.tm-top-a.uk-grid > div[class*="uk-width-"] {
	padding: 0;
}

@media(min-width:1401px){
	.tm-top-a.uk-grid > div[class*="1-2"] {
		width: 50%;
	}
}
@media(max-width:1400px){
	.tm-top-a.uk-grid > div[class*="uk-width-"] {
		width: 100%;
	}
}


.uk-panel-box-secondary {
    background-color: #fff;
    color: #262324;
    border: 2px solid #eaecf0;
}


.uk-accordion-title {
	border: 2px solid #eaeaf0;
	background: rgba(255,255,255,0);
}
.uk-accordion-title::before {
	content: none;
}


@media(max-width:767px){
	#tm-bottom-d {
		padding-left: 58px;
		padding-right: 58px;
		padding-top: 44px;
		padding-bottom: 50px;
	}
}

@media(max-width:359px){
	#tm-bottom-d {
		padding-left: 30px;
		padding-right: 30px;
	}
}



/* KONTAKT
===============================*/

section#datenschutz {
/*	padding-top: 20px;*/
/*	padding-top: 40px;*/
	
	padding-top: 30px;
	text-align: center;
}


.bfPage > .form-actions {
	padding-left: 0;
	padding-right: 0;
	
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}


.bfPage > .form-actions #bfSubmitButton {
	float: none;
}



/* DOWNLOAD-BEREICH
===============================*/


.jd_top_navi + #searchForm {
	margin-top: 15px;
}

.ordering-box {
	margin-top: 20px;
}

#searchForm.searchJd label.control-label[for] {
	display: inline;
}


/* FOOTER
===============================*/

@media(max-width:767px){
	.footer-grid-contact {

		
		/*EXPERIMENTAL*/
		flex-direction: column;
		align-items: center;
	}
	.footer-grid-contact > div[class*="uk-width-"] {
		padding-top: 22px;
		padding-bottom: 30px;
		
		/*EXPERIMENTAL*/
		max-width: 270px;
	}
	.footer-grid-contact > div[class*="uk-width-"]:first-of-type img {
		padding-left: 15px;
		padding-bottom: 30px;
	}
	.footer-grid-contact > div[class*="uk-width-"]:first-of-type,
	.footer-grid-contact > div[class*="uk-width-"]:last-of-type {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.footer-grid-contact p {
	margin: 0;
}

.footer-grid-list-container {}
.footer-grid-list-container > li {list-style-type: none;padding-left: 3px;}
.footer-grid-list-container > li a {color: #262324;}
.footer-grid-list-container > li a:hover {color: #262324;}

.footer-grid-list-container > .footer-grid-list-image {position: relative;}
.footer-grid-list-container > .footer-grid-list-image::before	{
	content: "";
	height: 30px;
	width: 30px;
	display: block;
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	right: auto;
	margin: auto 0;
	
	background-position: center center;
	background-repeat: no-repeat;
}
.footer-grid-list-container > .footer-grid-list-noimage {}
.footer-grid-list-container > .footer-grid-list-noimage::before	{}

.footer-grid-list-container > .footer-grid-list-image-map	{}
.footer-grid-list-container > .footer-grid-list-image-phone	{}
.footer-grid-list-container > .footer-grid-list-image-mail	{}
.footer-grid-list-container > .footer-grid-list-image-form	{}
.footer-grid-list-container > .footer-grid-list-image-map::before	{background-image: url(images/swiss-alertis-icon-footer-mapmarker.svg);}
.footer-grid-list-container > .footer-grid-list-image-phone::before	{background-image: url(images/swiss-alertis-icon-footer-phone.svg);}
.footer-grid-list-container > .footer-grid-list-image-mail::before	{background-image: url(images/swiss-alertis-icon-footer-mail.svg);}
.footer-grid-list-container > .footer-grid-list-image-form::before	{background-image: url(images/swiss-alertis-icon-footer-formular.svg);}


#tm-footer {
    font-size: 14px;
    line-height: 30px;
	
	font-weight: normal;
	
	padding-top: 15px;
	padding-bottom: 12px;
}

#tm-footer a {color: #b7b7be;text-decoration: none !important;}
#tm-footer a:hover {color:#262324;}

#tm-footer > div {min-height: auto;}
#tm-footer > div > .uk-panel {
	margin: 0;
}

#tm-footer > div > .uk-panel:nth-of-type(odd) {
	float: left;
	text-align: left;
}
#tm-footer > div > .uk-panel:nth-of-type(even) {
	float: right;
	text-align: right;
}

#tm-footer > div > .uk-panel::before,
#tm-footer > div > .uk-panel::after {
	content: "";
	display: table;
	clear: both;
}


#tm-footer > div > .uk-panel .footer-toolbar-link {margin-right: 20px;}
#tm-footer > div > .uk-panel .footer-toolbar-link:last-of-type {margin-right: 0;}

#tm-footer > div > .uk-panel .footer-toolbar-link > i {padding-right: 5px;}
#tm-footer > div > .uk-panel .footer-toolbar-link > .uk-icon-lock::before {content: url(images/swiss-alertis-icon-header-lock-grau.svg);vertical-align: middle;}
#tm-footer > div > .uk-panel .footer-toolbar-link:hover > .uk-icon-lock::before {content: url(images/swiss-alertis-icon-header-lock.svg);}

.footerIageLinks {
}
.footerIageLinks a {
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none !important;
}
.footerIageLinks a.footerIageLinksIage {
    color: #b7b7be;
    opacity: 1;
}
.footerIageLinks a.footerIageLinksKlima {
    color: #b7b7be;
    opacity: 1;
}
.footerIageLinks a.footerIageLinksIage:hover {
    color: #262324 !important;
    opacity: 1;
    text-decoration: none;
}
.footerIageLinks a.footerIageLinksKlima:hover {
    color: #262324 !important;
    opacity: 1;
    text-decoration: none;
}
.footerIageLinks a span {
}
.footerIageLinks a.footerIageLinksIage span {
    background-image: url("images/footer-iage/iage-logo-grau.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 22px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 10px;
    opacity: 1;
    width: 33.9px;
    vertical-align: middle;
}
/*@media (max-width: 419px) {
.footerIageLinks a.footerIageLinksIage span {
    margin-right: 0;
}
}*/
.footerIageLinks a.footerIageLinksKlima span {
    background-image: url("images/footer-iage/klimafreundlich-grau.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 22px;
    margin-bottom: 0;
    margin-left: 5px;
    opacity: 1;
    width: 22.6px;
    vertical-align: middle;
}
.footerIageLinks a.footerIageLinksIage:hover span {
    background-image: url("images/footer-iage/iage-logo-schwarz.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 22px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 10px;
    opacity: 1;
    width: 33.9px;
    vertical-align: middle;
}
.footerIageLinks a.footerIageLinksKlima:hover span {
    background-image: url("images/footer-iage/klimafreundlich-gruen.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 22px;
    margin-bottom: 0;
    margin-left: 5px;
    opacity: 1;
    width: 22.6px;
    vertical-align: middle;
}


@media(max-width:767px){
	#tm-footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#tm-footer > div > .uk-panel {
		padding: 7px 0;
	}
	#tm-footer > div > .uk-panel:nth-of-type(odd) {
		float: none;
		text-align: center;
	}
	#tm-footer > div > .uk-panel:nth-of-type(even) {
		float: none;
		text-align: center;
	}

	#tm-footer > div > .uk-panel::before,
	#tm-footer > div > .uk-panel::after {
		content: "";
		display: table;
		clear: both;
	}

}



@media(max-width:419px){
	.footerIageLinks a {
		display: block;
	}
}

@media(max-width:359px){
	#tm-footer > div > .uk-panel .footer-toolbar-link {
		
	}
	#tm-footer > div > .uk-panel .footer-toolbar-link:first-of-type {
		display: block;
		margin: auto;
	}
}



