html {
    color: #333;
    font: normal 13px/1.6 'Verdana', Helvetica,clean,Sans-serif;
}

/*Headlines*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Verdana', Helvetica,clean,Sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #333;
}

h1 > span.blueBar::after {
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    bottom: 0;
    margin: 9px auto;
    background-image: linear-gradient(to bottom, #3169b9, #014099);
    width: 5px;
}
#system-message-container + h1 {
    margin-top: 0;
}
h1 > span.blueBar {
    display: block;
    margin: 0px;
    font-size: 21px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    min-height: 58px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    line-height: 35px;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(243, 243, 243) 80%, rgb(228, 228, 228) 80%, rgb(246, 246, 246));
    box-shadow: 0px -1px rgb(249, 249, 249) inset;
    padding: 10px 10px 10px 26px;
    position: relative;
}
h4 {
    font-weight: bold;
}
h4 span.low {
    font-size: 11px;
}
h5 {
    background: url("../images/bg_h5.gif") no-repeat scroll 0 0 transparent;
    border-bottom: 1px solid #CCCCCC;
    font-size: 15px;
    min-height: 29px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 2px 11px 0;
}

/*Links*/
a:hover, a:active, a:focus {
    color: #3a7dda;
    text-decoration: underline;
}
a {
    color: #3b4c6b;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-weight: bold;
}

/*Icons*/
@font-face {
    font-family: 'FontAwesome';
    src:  url("../fonts/fontawesome-webfont.woff2") format('woff2'),
        url("../fonts/fontawesome-webfont.woff") format("woff"),
        url("../fonts/fontawesome-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*Orange Button*/
a.btn_orange::after,
.btn_orange::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.2);
  opacity: 1;
  transition: all 0.3s ease 0s;
}
a.btn_orange::after::hover {
    font-family: "FontAwesome";
    content: "\f0da";
}
a.btn_orange:hover,
.btn_orange:hover {
    text-decoration: none;
   opacity: .8;
}
a.btn_orange,
.btn_orange {
    background-image: linear-gradient(to bottom, #F68400, #EF7400 50%, #E46000 50%, #D24800);
    background-repeat: repeat-x;
    background-position: 0 0;
    border: 1px solid #9A440A;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #666, 0 1px #FCD5A7 inset, 0 -1px #B03C00 inset;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    min-width: 126px;
    text-shadow: 0 1px #9A440A;
    position: relative;
    height: 34px;
    box-sizing: border-box;
    opacity: 1;
}
.btn_orange > span::after, a.btn_orange::after {
    content: "\f0da";
    position: absolute;
    top: 0px;
    left: 20px;
    right: 0;
    bottom: 0;
    height: 12px;
    width: 10px;
    background-color: #fff;
    border-radius: 2px;
    color: #E46000;
    font-family: "FontAwesome";
    line-height: 12px;
    text-align: center;
    text-shadow: none;
    box-shadow: 0 1px #9A440A;
    margin: auto 0;
    font-weight: normal;
    padding-left: 2px;
}
.btn_orange {
    padding: 0 10px 0 40px;
    position: relative;
}

/*Link - Blue Arrow*/
a.LinkBlauPfeil::after {
    content: "\f0da";
    color: #3A7DDA;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 1px;
}
a.LinkBlauPfeil {
    display: inline-block;
    padding-left: 10px;
    position: relative;
}

/*Readmore*/
.readmore:hover::after {
    opacity: 1;
}
.readmore::after {
    background-image: linear-gradient(to bottom, #fff, #E1EEFF);
    opacity: 0;
    transition: all 0.3s ease 0s;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.readmore:hover {
    text-decoration: none;
}
.readmore {
    font-size: 11px;
    display: inline-block;
    background-image: linear-gradient(to bottom, #fff, #eee);
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 8px;
    text-decoration: none;
    box-shadow: 0 -1px #fff inset;
    position: relative;
    z-index: 0;
    transition: all 0.3s ease 0s;
}

/*UIKit Changes*/
.uk-container {
  max-width: 1030px;
}

.uk-grid {
    margin-left: -25px;
}
.uk-grid > * {
    padding-left: 25px;
}
.uk-grid-collapse {
    margin-left: 0;
}
.uk-grid-collapse > * {
    padding-left: 0;
}
.uk-button {
    padding: 0 12px;
}

/*Header*/
#header {
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    height: 84px;
    padding-bottom: 0;
    position: relative;
    background-image: linear-gradient(to bottom, #383838 25px, #2a2a2a 26px, #fff 26px, #e0e0e0);
    box-shadow: 0 -1px #fff inset;
}
#header h4, #header p {
    font-size: 11px;
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 26px;
    font-weight: normal;
}
#header a.logo {
    display: inline-block;
    height: 57px;
    margin-bottom: 2px;
    padding: 14px 0 15px;
    box-sizing: border-box;
}
#header div.mod-languages ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 150px;
}
#header div.mod-languages ul > li {
    margin: 0;
    height: 26px;
    display: block;
}
#header div.mod-languages ul > li > a:hover {
    background-position: 0 0;
}
#header div.mod-languages ul > li > a {
    background-image: linear-gradient(to bottom, #fff, #ddd);
    background-position: 0 100%;
    background-size: auto 200%;
    height: 25px;
    display: block;
    padding: 0 10px;
    line-height: 22px;
    border-radius: 0 0 2px 2px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-top: none;
    color: #353535;
    text-decoration: none;
    margin-bottom: 1px;
    transition: all 0.3s ease 0s;
    font-weight: normal;
}
#header div.mod-languages ul > li > a > img {
    vertical-align: -1px;
}
#header div.mod-languages ul ul {
    display: none;
    position: absolute;
    z-index: 101;
}
#header div.mod-languages ul ul > li {
    height: auto;
}
#header div.mod-languages ul ul > li:first-child > a {
    border-radius: 2px 2px 0 0;
}
#header div.mod-languages ul ul > li:last-child > a {
    border-radius: 0 0 2px 2px;
}
#header div.mod-languages ul ul > li > a {
    border-radius: 0;
    margin: 0;
}
#header .btn_orange {
    margin: 12px 0;
}

/*Lang switcher transition*/
#nav > ul > li > ul {
    height: auto;
    max-height: 0px;
    transition: max-height 0.3s ease-in-out 0s;
    display: block !important;
    overflow: hidden;
}
#nav > ul > li:hover > ul {
    max-height: 200px;
}

/*Slider*/
#slider .uk-overlay-panel {
    padding: 0;
}
#slider .uk-overlay-panel > a::before {
    content: "\f0da";
    color: #3A7DDA;
    font-family: "FontAwesome";
    position: absolute;
    left: 10px;
    top: 1px;
}
#slider .uk-overlay-panel > a:hover::after {
    opacity: 1;
}
#slider .uk-overlay-panel > a::after {
    background-image: linear-gradient(to bottom, #fff, #E1EEFF);
    opacity: 0;
    transition: all 0.3s ease 0s;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#slider .uk-overlay-panel > a {
    background-image: linear-gradient(to bottom, #fff, #eee);
    border: 2px solid #ccc;
    border-radius: 3px;
    height: 36px;
    display: inline-block;
    color: #333;
    padding: 0 10px 0 20px;
    text-decoration: none;
    line-height: 30px;
    box-sizing: border-box;
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 45px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.75);
}

#slider .orderbtn a {
    position: absolute;
    z-index: 0;
    top: 200px;
    right: 66px;
    height: 40px;
    width: 230px;
    background-color: #E46000;
    border-width: 0;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    font: bold 26px/40px 'Verdana', Helvetica,clean,Sans-serif;
}
#slider .orderbtn a:hover {
    background-color: #ff9335;
    text-decoration: none;
}

#slider .uk-slidenav-previous {
    left: 0;
    text-indent: -2px;
}
#slider .uk-slidenav-next {
    right: 0;
    text-indent: 2px;
}
#slider .uk-slidenav::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
}
#slider .uk-slidenav-position:hover .uk-slidenav {
    opacity: 1;
}
#slider .uk-slidenav:hover {
    color: #4888E0;
}
#slider .slidebox ~ .uk-slidenav {
    display: block;
}
#slider .uk-slidenav {
    color: #777;
    width: 40px;
    font-size: 20px;
    height: 40px;
    line-height: 38px;
    background-image: linear-gradient(to bottom, #85B3F3, #4888E0);
    display: none;
    border-radius: 50%;
    opacity: 0;
}
#slider .slidebox ~ .uk-dotnav {
    display: flex;
}
#slider .uk-dotnav {
    display: none;
}
#slider .uk-dotnav > .uk-active > *,
#slider .uk-dotnav > * > :hover {
    background-image: linear-gradient(to bottom, #85B3F3, #4888E0);
    border: 1px solid #5690DF;
    box-sizing: border-box;
    box-shadow: none;
}
#slider .uk-dotnav > * > * {
    height: 10px;
    width: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4) inset;
}

/*Navigation*/
#navigation {
    background: #212121;
    background-image: linear-gradient(to bottom, #444, #2c2c2c 50%, #1B1B1B 50%, #1B1B1B 75%, #333);
    border-top: 1px solid #1d1d1d;
    border-bottom: 1px solid #080808;
    box-shadow: 0 1px #7f7f7f inset, 0 -1px #222 inset;
    text-align: center;
    height: 58px;
    overflow: hidden;
}
#navigation nav {
    background-color: transparent;
}

/*Navigation - Main*/
#navigation .nav-main > nav > ul {
    width: 100%;
}
#navigation .nav-main > nav > ul > li {
    width: 16.666%;
}
#navigation .nav-main > nav > ul > li.active > a::after,
#navigation .nav-main > nav > ul > li.current > a::after,
#navigation .nav-main > nav > ul > li:hover > a::after,
#navigation .nav-main > nav > ul > li > a:focus::after {
    bottom: -45px;
}
#navigation .nav-main > nav > ul > li:first-child > a::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    border-left: 1px solid rgba(0,0,0,0.3);
    bottom: 0;
}
#navigation .nav-main > nav > ul > li:last-child > a::before {
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    border-left: 1px solid rgba(255,255,255,0.1);
    bottom: 0;
}
#navigation .nav-main > nav > ul > li a::after {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    box-shadow: 0 0 20px #fff;
    bottom: -60px;
    transition: all 0.3s ease 0s;
}
#navigation .nav-main > nav > ul > li.active > a,
#navigation .nav-main > nav > ul > li.current > a,
#navigation .nav-main > nav > ul > li:hover > a {
    background-color: rgba(0, 0, 0, 0.2);
}
#navigation .nav-main > nav > ul > li > a {
    background-color: transparent;
    border-right: 1px solid rgba(0,0,0,0.3);
    border-left: 1px solid rgba(255,255,255,0.1);
    color: #FFFFFF;
    font: normal 15px/56px 'Verdana', helvetica,clean,sans-serif;
    height: 58px;
    text-shadow: -1px 0 0 #000000;
    position: relative;
    padding: 0;
    transition: all 0.3s ease 0s;
}

/*Naivgation - Mobile*/
.nav-mobile {
    color: #333;
    font-size: 28px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    text-align: center;
    width: 30px;
}
#navigation .nav-mobile > [data-uk-offcanvas] {
    height: 20px;
    color: #fff;
    height: 58px;
    display: block;
    width: 58px;
    line-height: 58px;
    font-size: 28px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.3);
    box-shadow: 1px 0 rgba(255,255,255,0.1), -1px 0 rgba(0,0,0,0.3);
}
#nav-mobile > div {
    background-color: #f7f7f7;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 1px 0 rgba(0,0,0,0.1), 5px 0px 10px rgba(0,0,0,0);
}
#nav-mobile > div > .nav-mobile-headline {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    box-shadow: 0 1px white;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
/*Navigation - Mobile - Parent*/
#nav-mobile > div > nav > ul {
    float: none;
    flex-direction: column;
    margin: 0;
}
#nav-mobile > div > nav > ul > li {
    float: none;
    width: 100%;
    padding: 0;
}
#nav-mobile > div > nav > ul > li > a {
    font-family: 'Verdana', Helvetica,clean,Sans-serif;
    font-size: 12px;
    text-align: left;
    padding: 0 20px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #3b4c6b;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    box-shadow: 0 1px white;
}
/*Navigation - Mobile - Deeper*/
#nav-mobile > div > nav > ul ul:empty {
    display: none;
}
#nav-mobile > div > nav > ul ul {
    padding: 0;
    list-style: none;
    background-color: #f0f0f0;
    border-bottom: 1px solid #fff;
    box-shadow: 0 -1px #ddd;
    border-top: 1px solid #fff;
}
#nav-mobile > div > nav > ul ul > li > a::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 6px;
    height: 10px;
    width: 5px;
    box-sizing: border-box;
    border-left: 1px dotted #777;
    border-bottom: 1px dotted #777;
}
#nav-mobile > div > nav > ul ul > li > a {
    display: block;
    text-align: left;
    padding: 5px 20px 5px 30px;
    font-size: 11px;
    line-height: 16px;
    color: #3b4c6b;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px white;
    position: relative;
    font-weight: normal;
}

/*Breadcrumbs*/
#breadcrumbs {
  margin: 15px 0;
}
#breadcrumbs ul.breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}
#breadcrumbs ul.breadcrumb > li:nth-child(n+2)::before {
    content: "\f105";
    font-family: "FontAwesome";
    display: inline-block;
    margin: 0 8px;
}
#breadcrumbs ul.breadcrumb li:first-child {
    text-transform: uppercase;
}
#breadcrumbs ul.breadcrumb > li,
#breadcrumbs ul.breadcrumb > li > a,
#breadcrumbs ul.breadcrumb > li > span {
    display: inline-block;
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

/*Main - Productteaser*/
#main .minTeaserKath {
    border: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
    padding: 10px;
    border-top: none;
    margin-top: -15px;
}
#main .minTeaserKath > ul > li > a:hover::after {
    opacity: 1;
}
#main .minTeaserKath > ul > li > a::after {
    background-image: linear-gradient(to bottom, #fff, #E1EEFF);
    opacity: 0;
    transition: all 0.3s ease 0s;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
/*#main .minTeaserKath > ul > li > a {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    padding: 3px 3px 3px 56px;
    overflow: hidden;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #fff, #f6f6f6);
    position: relative;
    height: 58px;
    color: #696969;
    line-height: 1.2;
    transition: all 0.3s ease 0s;
    z-index: 0;
}*/
#main .minTeaserKath > ul > li > a {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    height: 100%;
    background-image: linear-gradient(to bottom, #fff, #f6f6f6);
    position: relative;
    z-index: 0;
}
/*#main .minTeaserKath > ul > li > a > div {
    position: absolute;
    left: 3px;
    top: 3px;
    height: 50px;
    width: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}*/
#main .minTeaserKath > ul > li > a > div {
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*#main .minTeaserKath > ul > li > a > div > img {
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}*/
#main .minTeaserKath > ul > li > a > div > img {
    width: 100%;
}
/*#main .minTeaserKath > ul > li > a > span::after {
    content: "\f0da";
    color: #3A7DDA;
    font-family: "FontAwesome";
    position: absolute;
    left: 3px;
    top: 0;
}
#main .minTeaserKath > ul > li > a > span {
    position: relative;
    padding-left: 10px;
    display: inline-block;
    word-break: break-all;
}*/
#main .minTeaserKath > ul > li > a:hover > span {
    color: #3a7dda;
}
#main .minTeaserKath > ul > li > a > span {
    color: #696969;
    display: block;
    border-top: 1px solid #ccc;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

/*Main - Product - Items Grid*/
.cat-children {
    margin-left: -25px;
    display: flex;
    flex-wrap: wrap;
}
.cat-children > .cat-item {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 25px;
}
.cat-item > h2 {
    margin-bottom: 0;
}
.cat-item .h2Teaser {
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}
.cat-item .h2Teaser p:nth-child(2) {
    margin: 0 0 15px;
}
p.h1Teaserimage,
p.h2Teaserimage {
    float: right;
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 0;
    border: 1px solid #cbcbcb;
}
p.h1Teaserimage {
    width: 220px;
}
p.h2Teaserimage {
    width: 100px;
    padding: 3px;
}
p.h1Teaserimage img,
p.h2Teaserimage img {
    width: 100%;
}
p.h2Teaserlink {
    margin: 0;
}
p.h2Teaserlink > a::after {
    content: "\f0da";
    color: #3A7DDA;
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: -2px;
}
p.h2Teaserlink > a {
    position: relative;
    padding-left: 10px;
}

/*Main - Product - Sub - Items Grid*/
ul.teaserKathList {
    margin-left: -25px;
    list-style: none;
    padding: 0;
}
ul.teaserKathList > li.teaserKath {
    margin-bottom: 25px;
    padding-left: 25px;
    float: left;
    width: 50%;
    height: 53px;
    position: relative;
    box-sizing: border-box;
}
ul.teaserKathList > li.teaserKath > a {
    font-weight: bold;
    display: block;
    background: #f6f6f6;
    height: 60px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 3px;
    box-sizing: border-box;
    box-shadow: 0 0 0 3px white inset;
}
ul.teaserKathList > li.teaserKath > a > img {
    position: relative;
    display: block;
    float: left;
    height: 51px;
    border: 1px solid #cccccc;
}
ul.teaserKathList > li.teaserKath > a > span {
    background-color: transparent;
    background-image: url("../images/arrow_blue.png");
    background-position: 0 8px;
    background-repeat: no-repeat;
    position: absolute;
    left: 180px;
    margin: 16px 10px;
    padding: 0 11px;
}

/*Main - Product - Sub - Sub*/
ul.item-elements {
    list-style: none;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
ul.item-elements li {
    background-color: transparent;
    background-image: url("../images/pdf.gif");
    background-position: right 2px;
    background-repeat: no-repeat;
    border-left: 1px solid #3B4C6B;
    float: right;
    margin-left: 6px;
    padding: 0 19px 0 5px;
}
ul.item-elements li.clean {
    background-image: none;
    float: right;
    border-left: none;
    padding: 0 0 0 10px;
}

table.greyWhite {
    word-wrap: break-word;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
table.greyWhite tr {
    display: table-row;
    vertical-align: inherit;
}
table.greyWhite th {
    border: 1px solid #CCCCCC;
    padding: 4px 10px;
    width: 40%;
    background-color: #EEEEEE;
    text-align: left;
    font-weight: normal;
}
table.greyWhite td {
    width: 60%;
    border: 1px solid #CCCCCC;
    padding: 4px 10px;
    background-color: #FFFFFF;
}

/*Main - Downloads*/
table.downloads {
    width: 100%;
    border-collapse: collapse;
}
table.downloads tr:first-child th {
    height: 21px;
}
table.downloads tr th {
    vertical-align: middle;
    text-align: center;
}
table.downloads tr td {
    height: 42px;
    vertical-align: top;
    text-align: center;
}
table.downloads tr > * {
    border: 1px solid #CCCCCC;
    padding: 4px 10px;
}
table.downloads a {
    font-weight: normal;
}
.uk-table thead th {
    vertical-align: middle;
}
.uk-table th {
    text-align: center;
}

/*Main - Produktanfrage*/
.form + .form {
    margin-top: 25px;
}
.form {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.form strong {
    display: block;
    padding: 5px;
    background-color: #eee;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.form label {
    display: block;
    padding: 5px;
    background-color: #eee;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.form .formerror {
    box-shadow: 0 0 0 1px red inset;
}
.checkboxradio input[type="checkbox"] {
    display:none;
}
.form input[type="checkbox"].formerror + label::before {
    border: 1px solid #f00;
}
input[type="checkbox"] + label::before {
  width: 15px;
  height: 15px;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  border:1px solid #999;
}
input[type="checkbox"]:checked+label::before {
  content: "\f00c";
  display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
	text-align:center;
}
em {
    color: #f00;
}
.form select,
.form input[type="text"],
.form .input {
    display: block;
    border: none;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.6;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.form select {
    padding: 6px;
}
.form .input input {
    margin: 0 3px 0 0;
    vertical-align: -2px
}
.form textarea {
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    resize: vertical;
    font: normal 13px/1.6 'Verdana', Helvetica,clean,Sans-serif;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.form .input p {
    margin: 0;
}
.form .gino {
    display: none !important;
    visibility: hidden !important;
}

/*Main - Newsflash*/
#main .newsflash > ul.news {
    margin-top: -15px;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 3px 3px;
}
#main .newsflash > ul.news > li:not(:first-child) {
    border-top: 1px solid #ccc;
}
#main .newsflash > ul.news > li {
    background-image: linear-gradient(to bottom, #fff 75%, #f3f3f3);
    padding: 15px 20px;
}
#main .newsflash > ul.news > li > dl {
    margin: 0;
}
#main .newsflash > ul.news > li > dl > dt {
    color: #777;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 5px;
    box-sizing: border-box;
}
#main .newsflash > ul.news > li > dl > dd {
}
#main .newsflash > ul.news > li > dl > dd > h4 {
    font-weight: bold;
}

/*Main - News Archiv (Blog)*/
.blog [class^="items-"]:not(:first-child) {
    margin-top: 25px;
}
.blog [class^="items-"] {
    border: 1px solid #ccc;
    background-image: linear-gradient(to bottom, #fff 75%, #f3f3f3);
    padding: 15px 20px;
    border-radius: 3px;
    margin: 0;
}
.blog [class^="items-"] h1 > span.blueBar {
    margin: -16px -21px 0;
}

/*Main - Sidebar - Custom*/
#main .u_headline:hover::after {
    opacity: 1;
}
#main .u_headline::after {
    background-image: linear-gradient(to bottom, #FEFFFF, #D1F1FF);
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
#main .u_headline {
    border: 1px solid #ccc;
    border-bottom: 2px solid #999;
    border-radius: 3px 3px 0 0;
    background-image: linear-gradient(to bottom, #fff, #f3f3f3);
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    padding: 10px !important;
}
#main .u_headline:hover a {
    text-decoration: none;
}
#main .u_headline a {
    color: #3b4c6b;
    font-size: 14px;
    display: block;
}
#main .u_headline + p {
    border: 1px solid #ccc;
    border-top: none;
    padding: 8px 12px;
    margin: 0;
}
#main .custom .border-grey {
    border: 5px solid #DBDBDB;
    margin-bottom: 20px;
    padding: 5px;
}
#main .custom .border-grey > a:not(:first-child) {
    margin-top: 5px;
}

/*Main - Sidebar - Quickfinder*/
#Xmain #quickfinder {
    margin-top: 20px;
}

#main .custom {
    margin-bottom: 20px;
}
#main #quickfinder form {
    border: 1px solid #ccc;
    border-top: none;
    padding: 8px 9px;
    margin-bottom: 20px;
}
#main #quickfinder form > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#main #quickfinder form > ul > li:not(:first-child) {
    margin-top: 5px;
}
#main #quickfinder form > ul > li > select {
    width: 100%;
}

/*Main - Sidebar - Menu*/
#main nav.uk-navbar {
    background-color: #fff;
    margin-bottom: 20px;
}
#main nav.uk-navbar > ul {
    border: 1px solid #ccc;
    float: none;
}
#main nav.uk-navbar > ul > li:not(:first-child),
#main nav.uk-navbar > ul ul > li:not(:first-child) {
    border-top: 1px solid #ccc;
}
#main nav.uk-navbar > ul > li {
    float: none;
}
#main nav.uk-navbar > ul > li > a:hover::after,
#main nav.uk-navbar > ul ul > li > a:hover::after {
    padding-left: 20px;
}
#main nav.uk-navbar > ul > li > a::after,
#main nav.uk-navbar > ul ul > li > a::after {
    content: "\f0da";
    color: #3A7DDA;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 6px;
    text-align: center;
    padding-left: 15px;
    transition: all 0.3s ease 0s;
}
#main nav.uk-navbar > ul ul > li > a::after {
    color: #777;
}
#main nav.uk-navbar > ul > li > a:hover,
#main nav.uk-navbar > ul ul > li > a:hover {
    color: #3A7DDA;
    padding: 5px 15px 5px 35px;
}
#main nav.uk-navbar > ul > li.active > a,
#main nav.uk-navbar > ul ul > li.active > a {
    background-color: #eee;
}
#main nav.uk-navbar > ul > li > a,
#main nav.uk-navbar > ul ul > li > a {
    position: relative;
    min-height: 30px;
    display: block;
    font: normal 12px/20px 'Verdana', helvetica,clean,sans-serif;
    padding: 5px 15px 5px 30px;
    transition: all 0.3s ease 0s;
    height: auto;
    box-sizing: border-box;
}
#main nav.uk-navbar > ul ul > li > a:hover::after {
    padding-left: 30px;
}
#main nav.uk-navbar > ul ul > li > a::after {
    padding-left: 25px;
}
#main nav.uk-navbar > ul ul > li > a:hover {
    padding-left: 45px;
}
#main nav.uk-navbar > ul ul > li > a {
    padding-left: 40px;
}
#main nav.uk-navbar > ul ul:empty {
    display: none;
}
#main nav.uk-navbar > ul ul {
    border-top: 1px solid #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
}

/*Footer*/
#footer {
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    border-top: 10px solid #e5e5e5;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 -1px white, 0 -2px #e5e5e5;
    margin-top: 30px;
    padding: 15px 0;
    position: relative;
}
/*Footer - Go to top*/
#footer .gotoTop {
    max-width: 960px;
    text-align: right;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}
#footer .gotoTop > a {
    display: inline-block;
}
/*Footer - Footersitemap*/
#footer ul > li.parent > a:hover,
#footer ul > li.parent > ul > li > a:hover {
  color: #3A7DDA;
}
#footer ul > li.parent > a {
  color: #3b4c6b;
  font-size: 12px;
  font-weight: bold;
}
#footer ul > li.parent > ul {
  padding-left: 0px;
  list-style: none;
}
#footer ul > li.parent > ul > li:not(:first-child) {
    margin-top: 3px;
}
#footer ul > li.parent > ul > li > a::after {
    content: "\f0da";
    color: #666;
    font-family: "FontAwesome";
    position: absolute;
    left: 3px;
    top: 0px;
    font-size: 12px;
}
#footer ul > li.parent > ul > li > a {
    padding-left: 12px;
    position: relative;
    color: #3b4c6b;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    display: inline-block;
}
/*Footer - minNav*/
.minNav {
    line-height: 20px;
    height: 40px;
    padding: 10px 0px;
    box-sizing: border-box;
}
.minNav nav {
    background-color: #fff;
}
.minNav nav > ul {
    margin-left: -10px;
}
.minNav nav > ul.uk-navbar-nav > *:nth-child(n+2)::before {
    margin-right: 10px;
    border-left: 1px solid #666;
}
.minNav nav > ul.uk-navbar-nav > * {
    padding-left: 10px;
}
.minNav nav > ul.uk-navbar-nav > *::before {
    content: "";
    display: inline-block;
    height: 10px;
    vertical-align: middle;
}
.minNav nav > ul.uk-navbar-nav > *:hover > * {
    background-color: transparent;
    color: #3A7DDA;
}
.minNav nav > ul.uk-navbar-nav > * > * {
    display: inline-block;
    color: #666;
    height: 20px;
    line-height: 20px;
    padding: 0;
    font-family: 'Verdana', helvetica,clean,sans-serif;
    font-size: 12px;
}
/*Footer - minnav - Copyright*/
.minNav .copyright {
  color: #666;
  font-weight: bold;
  text-align: right;
}

/* Europe Kasten links */
#main .u_headline.mark, 
#main .u_headline + p.markp {
    background-image: linear-gradient(to bottom, #CFE1EF, #B1D1DF);
    border: 1px solid #333399;
}
#main .u_headline + p.markp {
    background-image: linear-gradient(to bottom, #FEFFFF, #C1E1EF);
}

.uk-panel-box {
	border: 1px solid #ccc;
	border-radius: 3px 3px 0 0;
}