/**
    reset default styles
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
    allgemeine page styles
*/

html {
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    position: relative;
}

html,
body {
    font-family: Arial, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Tahoma, sans-serif;
}

h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    /* text-transform: uppercase; */
}

h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

h2 a {
    font-size: 18px;
}

h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

h4 {

}

h5 {

}

h6 {

}

p {
    font-size: 15px;
    line-height: 20px;
    color: #222929;
}

span {
    line-height:20px;
}

em,
i {
    font-style:italic;
    color: #222929;
}

b,
strong  {
    font-weight: bold;
}

a {
    /* Edit Font-size cause of mail from thomas 22.07.2015 */
    font-size: 15px;
    line-height: 18px;
    color: #034991;
}

a:hover {
    color: #222929;
    text-decoration: none;
}

a:active {
    color: #9c9c9c;
}

a.greyTxtColorEasterEgg {
    color:#222929;
    font-weight:bold;
}
p a {
    font-size: 15px;
    line-height: 20px;
    text-decoration: underline;
}
ul li {
    line-height: 20px;
}
hr {
    border-top: 1px solid #7fa4c7;
}

.u-border-b-top {
    border-top:1px solid #7fa4c7;
}

.uk-form input[type="radio"], .uk-form input[type="checkbox"]{
    margin-top:0;
}
#questionnaire_2 input[type="radio"] {
    margin-top: -2px;
}
/**
    page Wrapper
*/
#PageWrapper {
    position: relative;
    min-height: 100%;
}
/**
    styles main content
*/
.MainContent {
    padding-bottom: 240px;
}

/**
    styles index Page
*/
/**
    styles content Page
*/
.MainContent-contentPage {
    padding: 0 20px 40px;
    font-size:15px;
}

.UserArea {
    padding: 0 20px;
}

/**
    styles content Page wysiwyg
*/
.MainContent-wysiwyg {

}
/**
	set margin bottom generic for all elements in wysiwyg
*/
.MainContent-wysiwyg div > div,
.MainContent-wysiwyg div > h1,
.MainContent-wysiwyg div > h2,
.MainContent-wysiwyg div > h3,
.MainContent-wysiwyg div > h4,
.MainContent-wysiwyg div > h5,
.MainContent-wysiwyg div > h6,
.MainContent-wysiwyg div > p,
.MainContent-wysiwyg div > ul,
.MainContent-wysiwyg div > ol,
.MainContent-wysiwyg div > hr
{
    margin-bottom: 20px;
}
/**
	reset margin bottom for nested grid div's
*/
.MainContent-wysiwyg div[class^="uk-width-"] {
    margin-bottom: 0;
}

/* helper classes*/
.MainContent-wysiwyg div[class^="uk-width-"].space--default {
    margin-bottom: 50px;
}
.MainContent-wysiwyg div[class^="uk-width-"].space--default-mb20 {
    margin-bottom: 20px;
}

.MainContent-wysiwyg div[class^="uk-margin-small"] {
    margin-bottom: 5px;
}

.MainContent-wysiwyg div[class^="uk-float-"] {
    margin-bottom: 5px;
}

.MainContent-wysiwyg ul:not(.list--linkList) a {
    font-size: 15px;
}

.MainContent-wysiwyg ul:not(.list--linkList) a:after {
    display: none;
}

.clear {
    clear:both;
}

/* Sonderregelungen fuer die Seiten Unternehmen und Referenzen */
.tpl-co-company.border-top-blue,
.tpl-co-referenzen.border-top-blue,
.tpl-co-karriere.border-top-blue,
.tpl-co-trends.border-top-blue {
    border-top:1px solid #7FA4C7;
    padding-top:20px;
}
.tpl-co-agb {
    line-height:20px;
}

.box-container-datenschutz {
    border:1px solid #333333;
    padding:10px;
}

form.formSubmit {
    width:500px;
}
form.formSubmit input {
    width:250px;
}
form.formSubmit button {
    margin-left:5px;
}
#JS_units {
    width:377px;
}
#JS_units span {
    width:10px;
    margin:2px;
}
#JS_units input {
    width:250px;
    height:32px;
    margin-top:2px;
    margin-bottom:1px;
    float:left;
    position:relative;
}
#JS_units button.editButton {
    margin-left:8px;
}
#JS_units button.deleteButton {
    margin-left:5px;
}
#JS_units button {
    width:40px;
    height:32px;
    top:0px;
    margin-top:2px;
    float:left;
    position:relative;
}

.ut-padding-right {padding-right:12px;}
.ut-padding-left {padding-left:12px;}

/*
*   Neue Funktionen Headline bg grey blue text
*/
.headline--block-grey {
    background:#f0f0f0;
    color:#034991;
    padding:5px 20px;
    font-weight:bold;
}
.new-features--wrapper .accordionGroup {
    margin-bottom:0 !important;
}
.new-features--wrapper .uk-accordion-title {
    margin-bottom:5px;
}
.new-features--wrapper .uk-accordion-content {
    padding:25px 15px 15px 15px;
}
.new-features--wrapper .uk-accordion {
    padding-right:25px;
}

/**
	responsive styles
*/
@media (max-width: 767px) {

    .MainContent {
        padding-bottom: 40px;
    }

    .MainContent .uk-container {
        padding: 0;
    }

}
@media (min-width: 767px) {
    form#contact.uk-form.uk-form-horizontal.live-demo {
        width:50%;
    }
    form#contact.uk-form.uk-form-horizontal.live-demo label {
        margin-bottom:5px;
    }
}
.changePen--distRight {
    padding-right:15px;
}
.uk-icon-pencil {
    margin: 0 1px 0 5px;;
    color: #034991;
}

.embed-container {
    width: 100%;
}
.iframe-class {
    width: 100%;
    height: 100%;
    min-height:1200px;
    overflow: auto;
}
.country-list {
    margin-left: 1.5em;
    list-style-type: disc;
}

.country-new {
    color: #ff0000;
    font-weight: bold;
}

.uk-modal h3 {
    font-weight: bold;
}
.contact-box {
    padding:10px;
    background-color:#f6f6f7;
}
/* TODO: this is so stupid, i am missing a styleguide... */
.contact-box p {
    font-size:12px;
    margin: 0;
}
.contact-box a {
    text-decoration: none;
    color:#222929;
    font-size:12px;
}
.contact-box p a:hover {
    color:#222929;
    text-decoration:none;
}
.contact-box i {
    color:#034991;
}

span.pointer{
	cursor: pointer;
}

.help-inner {
    margin-bottom: 0!important;
    padding-left: 0 !important;
    line-height: 20px;
}

@-moz-document url-prefix() {
    .help-inner {
        padding-left: 0 !important;
    }
}
@supports (-webkit-appearance:none) {
    .help-inner{
        padding-left: 20px !important;
    }
}

/*
 * TAB-115 fix: Userlike chat bot button hides elements in Tealium cookie consent layer
 */
body > div[id^="userlike-"] {
    position: relative;
    z-index: 0;
}
