/* roboto-condensed-300 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
    url('/fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: url('/fonts/roboto-condensed-v25-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/roboto-condensed-v25-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/roboto-condensed-v25-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/roboto-condensed-v25-latin-300italic.woff') format('woff'), /* Modern Browsers */
    url('/fonts/roboto-condensed-v25-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/roboto-condensed-v25-latin-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/roboto-condensed-v25-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/roboto-condensed-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/roboto-condensed-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/roboto-condensed-v25-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('/fonts/roboto-condensed-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/roboto-condensed-v25-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/roboto-condensed-v25-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/roboto-condensed-v25-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/roboto-condensed-v25-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/roboto-condensed-v25-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('/fonts/roboto-condensed-v25-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/roboto-condensed-v25-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

table tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

table tbody tr:nth-child(even) {
    background: #fff;
}

html {
    overflow-y: scroll;
}

body {
    font-family: "Roboto Condensed", sans-serif;
}

.intro {
    font-size: 12px;
    color: #666;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.intro-header {
    background: none repeat scroll 0 0 transparent;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    -moz-box-shadow: 0 0 2px #DDDDDD;
    margin-bottom: 15px;
    padding: 20px;
    background-color: #0e4a93;
    position: relative;
    padding-left: 380px;
    height: 180px;
    color: #fff;
    border: 20px solid #F5F7F9;
}

.intro-header img {
    width: 357px;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 10px solid #fff;
}

@media only screen and (max-width: 767px) {
    .intro-header {
        padding-left: 20px;
    }
    .intro-header img {
        display: none;
    }
}

.intro-header strong {
    display: block;
    margin-bottom: 20px;
    font-size: 1.2em;
}

.intro-header p {
    font-size: .75em;
}

form .inactive .row {
    display: none;
}

.tooltip:before {
    width: 107%;
}

#_34f .panel, #_34h .panel {
    margin-top: 15px;
    padding-top: 10px;
}

#_34f .panel > div > label .checkbox.checked:before, #_34h .panel > div > label .checkbox.checked:before {
    font-size: 20px;
    content: "\2713";
    padding: 2px 3px;
}

#_34f .panel > div > label .checkbox, #_34h .panel > div > label .checkbox {
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 21px;
    margin-right: 15px;
    width: 21px;
    position: relative;
    top: 6px;
}

#_34f .panel > div > label, #_34h .panel > div > label {
    font-size: 12px;
    font-weight: normal;
    height: 31px;
}

#_34f .panel .multiline-checkbox, #_34h .panel .multiline-checkbox {
    margin-left: 20px;
}



.up:first-child {
    border-top: 0px solid #DDDDDD;
    padding: 0px 0 0;
    margin-top: 0px !important;
}

.up {
    border-top: 1px dashed #DDDDDD;
    padding: 15px 0 0;
    margin-top: 15px !important;
}

#_34c .panel {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#_34c .panel .checkbox.checked:before {
    font-size: 20px;
    content: "\2713";
    padding: 2px 3px;
}

#_34c .panel .checkbox {
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 21px;
    margin-right: 10px;
    width: 21px;
    position: relative;
    top: 6px;
}

#_34c .panel label {
    font-size: 12px;
    font-weight: normal;
    height: 22px;
}

.abstand {
    margin-top: 15px !important;
}

form.custom .slide span.custom.checkbox.checked:before {
    color: #222222;
    content: "\2713";
    font-size: 20px;
    position: relative;
    top: 2px;
}

.reveal-modal {
    border-radius: 10px;
    padding: 0 10px 10px;
}

.reveal-modal p {
    margin-bottom: 0px;
    margin-top: 17px;
}

.reveal-modal p:first-child {
    margin-top: 0px;
}

.reveal-modal-bg {
    margin: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}

.frage {
    border-radius: 3px;
    width: 6px;
    height: 6px;
    background: rgb(13, 74, 147); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: rgb(255, 255, 255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0); /* IE6-8 */
    color: #666 !important;
    text-shadow: 0 0 1px #fff;
    padding: 2px 6px;
    font-weight: normal;
    margin-left: 5px;
    box-shadow: 0 0 2px #888888;
    -webkit-box-shadow: 0 0 2px #888888;
    -moz-box-shadow: 0 0 2px #888888;

}

.has-tip {
    border-bottom: 0px dotted #CCCCCC;
    color: #333333;
    cursor: help !important;

}

.has-tip:hover, .has-tip:focus {
    border-bottom: 0px dotted #CCCCCC;
    color: #333333;
    cursor: help !important;
}

.name {
    display: inline-table;
    margin-right: 5px;
    width: 300px;
}

.summe {
    display: inline-table;
}

.vers {
    max-height: 45px;
}

.accordion .vers {
    height: 25px;
    float: right;
}

.versich {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    margin-right: 20px;
    padding: 12px;
    position: relative;
    top: -15px;
    z-index: 99999;
}

.multiline-checkbox {
    text-indent: -20px;
}

form.custom .multiline-checkbox div.custom.dropdown ul li,
form.custom div.custom.dropdown a.current {
    text-indent: 0;
}

form.custom .multiline-checkbox span.custom.checkbox.checked:before {
    left: 10px;
}

#common_firm1 .active .versich {
    top: -13px;
}

ul.accordion > li > div.title:after {
    left: 15px;
    border-color: transparent transparent transparent #0D4A93;
}

div.alert-box {
    background-color: #9DBBDE;
}

#common_firm1 label.right {
    text-shadow: 0 0 1px #fff;
    font-weight: normal;
}

.column, .columns {
    padding: 0px;
}

.blue {
    font-size: 12px;
    font-family: arial;
    color: #fff;
}

.inactive .blue {
    font-size: 12px;
    font-family: arial;
    color: #0D4A93;
}

.button {
    width: auto;
}

.button, .button.disabled, .button[disabled] {
    margin-top: 10px;

    background: rgb(255, 255, 255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0); /* IE6-8 */

    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 1px #fff;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;

}

.button.disabled, .button[disabled] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

form.custom div.custom.dropdown ul li.selected {
    background: none repeat scroll 0 0 #6699cc;
    color: #000000;
}

form.custom div.custom.dropdown ul li:hover:after {
    color: #666;
    position: absolute;
    right: 10px;
}

.button.radius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.button:hover, .button:focus {
    background: #eee;
    color: #666;
    text-decoration: none;
}

.button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset
}

#common_firm {
    background: none repeat scroll 0 0 #F5F7F9;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px #EEEEEE;
    -webkit-box-shadow: 0 0 20px #EEEEEE;
    -moz-box-shadow: 0 0 20px #EEEEEE;
    margin-top: 15px;
    border: 1px solid #eeeeee;
}

#common_firm1 {
    background: none repeat scroll 0 0 #F5F7F9;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px #EEEEEE;
    -webkit-box-shadow: 0 0 20px #EEEEEE;
    -moz-box-shadow: 0 0 20px #EEEEEE;
    margin-top: 15px;
    border: 1px solid #eeeeee;
    padding: 0 !important;
}

#common_firm1 > .accordion.multiple {
    margin-bottom: 0 !important;
}

#common_firm1 > .accordion.multiple > li:last-child,
#common_firm1 > .accordion.multiple > li:last-child > .content {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#common_firm1 h3 {
    margin: 0 0 15px;
}

ul.accordion > li.active .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 0 none;
    border-right: 0 none;
    display: block;
}

ul.accordion > li > div.title {
    border-left: 0px solid #E9E9E9;
    border-right: 0px solid #E9E9E9;
}

#common_firm1 h5 {
    font-weight: normal;
    margin-left: 20px;
}

ul.accordion > li.active {
    border-top: 1px solid #0D4A93;
}

#common {
    background: none repeat scroll 0 0 #F5F7F9;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px #EEEEEE;
    -webkit-box-shadow: 0 0 20px #EEEEEE;
    -moz-box-shadow: 0 0 20px #EEEEEE;
    margin-top: 10px;
    border: 1px solid #eeeeee;
}

form > div {
    padding: 0 10px 10px;
    background: none repeat scroll 0 0 #F5F7F9;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 0 10px #EEEEEE;
    -webkit-box-shadow: 0 0 10px #EEEEEE;
    -moz-box-shadow: 0 0 10px #EEEEEE;
    width: 100%;
    clear: both;
    display: block

}

form > div > h3:first-child:last-child {
    margin-bottom: -10px;
    border-radius: 10px;
}

.inactive h3 {
    background: #f5f5f5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    -background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    -background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* FF3.6+ */
    -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1))); /* Chrome,Safari4+ */
    -background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* Chrome10+,Safari5.1+ */
    -background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* Opera 11.10+ */
    -background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* IE10+ */
    -background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* W3C */
    -filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0); /* IE6-8 */

    margin: 0px -10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px 5px;
    color: #666 !important;
    font-weight: normal;
    font-family: arial;
    font-size: 12px;
}

.inactive .slide label {

    color: #666;
    text-shadow: 0px 0px 1px #fff;
}

.slide label {

    color: #fff;
    text-shadow: 0 0 1px #000;
}

.slide {
    color: #fff;
    background: #21599F; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    -background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNGE5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDJiNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    -background: -moz-linear-gradient(top, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* FF3.6+ */
    -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(13, 74, 147, 1)), color-stop(100%, rgba(0, 43, 117, 1))); /* Chrome,Safari4+ */
    -background: -webkit-linear-gradient(top, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* Chrome10+,Safari5.1+ */
    -background: -o-linear-gradient(top, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* Opera 11.10+ */
    -background: -ms-linear-gradient(top, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* IE10+ */
    -background: linear-gradient(to bottom, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* W3C */
    -filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d4a93', endColorstr='#002b75', GradientType=0); /* IE6-8 */
    margin: 0px -10px;
    padding: 5px;

}

.slide + .row {
    margin-top: 15px !important;
}

.info {
}

h3 {

    background: #21599F; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    -background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNGE5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDJiNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    -background: -moz-linear-gradient(top, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* FF3.6+ */
    -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(13, 74, 147, 1)), color-stop(100%, rgba(0, 43, 117, 1))); /* Chrome,Safari4+ */
    -background: -webkit-linear-gradient(top, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* Chrome10+,Safari5.1+ */
    -background: -o-linear-gradient(top, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* Opera 11.10+ */
    -background: -ms-linear-gradient(top, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* IE10+ */
    -background: linear-gradient(to bottom, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* W3C */
    -filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d4a93', endColorstr='#002b75', GradientType=0); /* IE6-8 */

    color: #fff;
    font-size: 14px;
    font-family: arial;
    font-weight: normal;
    margin: 0px -10px 15px;
    padding: 15px;
    text-shadow: 0 1px 1px #000;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;

}

.button.primary {
    background: #21599F; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    -background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNGE5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDJiNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    -background: -moz-linear-gradient(top, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* FF3.6+ */
    -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(13, 74, 147, 1)), color-stop(100%, rgba(0, 43, 117, 1))); /* Chrome,Safari4+ */
    -background: -webkit-linear-gradient(top, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* Chrome10+,Safari5.1+ */
    -background: -o-linear-gradient(top, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* Opera 11.10+ */
    -background: -ms-linear-gradient(top, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* IE10+ */
    -background: linear-gradient(to bottom, rgba(13, 74, 147, 1) 0%, rgba(0, 43, 117, 1) 100%); /* W3C */
    -filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d4a93', endColorstr='#002b75', GradientType=0); /* IE6-8 */
    color: #fff;
    text-shadow: 0 1px 1px #000;
    border: 1px solid #1d4d8a;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button.primary:hover {
    background: rgb(11, 64, 128);
}

form label.right::before {

}

form label.inline {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-shadow: 1px 1px 1px #FFFFFF;
    cursor: auto;
}

.reveal-modal {
    position: fixed;
}

.row.dependent, li.dependent, .dependent {
    display: none;
}

.row.dependent.activeDependency, li.dependent.activeDependency, .dependent.activeDependency {
    display: block;
}

form > div.inactive {
    height: 50px;
    overflow: hidden;
}

h3 > label {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    font-family: arial;
    text-shadow: 0 0 1px #fff;
    vertical-align: middle;
    padding-bottom: 9px;
    padding-top: 6px;
    margin-bottom: 0px;
}

h3 > label > span.custom.checkbox {
    width: 21px;
    height: 21px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: bottom;
    background: #fff;
    border: 1px solid #DDDDDD;
}

h3 > label > span.custom.checkbox.checked::before {
    width: 20px;
    height: 20px;
    font-size: 23px;
}

@media only screen and (max-width: 767px) {
    .row {
        padding: 0 8px;
    }

    .row form .row .column, .row form .row .columns {
        padding-left: 0;
        padding-right: 0;
    }
}

.Zebra_DatePicker .dp_daypicker th {
    background: none repeat scroll 0 0 #0D4A93;
    color: #FFFFFF;
    font-weight: normal;
}

.Zebra_DatePicker td.dp_hover {
    background: none repeat scroll 0 0 #aaa;
    color: #666;
    font-weight: normal;
}

.Zebra_DatePicker .dp_header .dp_hover {
    background: none repeat scroll 0 0 #cccccc;
    border-radius: 0px !important;
    color: #666;
    font-weight: normal;
}

.Zebra_DatePicker .dp_header td {
    background: none repeat scroll 0 0 #eeeeee;
    color: #666;
    border-radius: 0px;
    font-weight: normal !important;
}

.Zebra_DatePicker td.dp_current {
    color: #C40000;
    font-weight: bold;
}

.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
    border: 1px solid #CCCCCC !important;
}

.Zebra_DatePicker {
    background: none;
    border: none;
    display: none;
    font-family: arial;
    font-size: 13px;
    position: absolute;
    z-index: 100;
}

.Zebra_DatePicker .dp_footer {
    display: none;
    margin-top: 3px;
}

@media only screen and (max-width: 767px) {
    .tooltip:before {
        width: 109%;
    }

    .tooltip > .nub {
        display: none;
    }

    .name {
        border-right: 0px;
    }
}

div.alert-box {
    color: #000000;
    text-shadow: none;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 12px;
}

div.alert-box:first-child {
    margin-top: 0;
}

div.alert-box.alert {
    font-weight: bold;
}

.alert-box a {
    color: rgb(0, 40, 201);
    text-shadow: none;
}

.alert-box a:hover {
    color: rgb(20, 60, 221);
}

.alert-box.alert a {
    color: #fff;
    text-decoration: underline;
}

.alert-box.alert a:hover {
    color: #ddd;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.icon-checkmark::before {
    content: '\2714';
}

.icon-cross::before {
    content: '\2716';
}

.color-red {
    color: red !important;
}

.color-green {
    color: #008000 !important;
}

.ad {
    color: #fff;
    padding: 20px;
    display: block;
    margin-bottom: 20px;
}

.ad:hover, .ad:focus {
    color: #fff;
}

.ad h2 {
    color: #fff;
    font-size: 2.3em;
    font-weight: normal;
}

.ad p {
    margin: 0;
    font-size: 1.3em;
}

.ad sup {
    font-weight: normal;
}

#ergebnisse {
    margin: auto;
    margin-bottom: 10px;
    border-spacing: 0;
}

#ergebnisse tr td:first-child, #ergebnisse tr.highlight th:first-child {
    width: 325px;
    text-align: left;
}

#ergebnisse td, #ergebnisse th {
    width: 225px;
}

#ergebnisse td {
    vertical-align: middle;
    text-align: center;
}

#ergebnisse .valign-top td {
    vertical-align: top;
}

#ergebnisse th[colspan], #ergebnisse tr.highlight {
    background-color: #0D4A93;
    color: #ffffff;
}

#ergebnisse tr.highlight label {
    color: #fff;
}

body.single-rundv #ergebnisse.col-5 td:nth-child(2),
body.single-rundv #ergebnisse.col-5 td:nth-child(5) {
    /*opacity: .9;*/
}

body.single-rundv #ergebnisse.col-5 td:nth-child(3),
body.single-rundv #ergebnisse.col-5 td:nth-child(4) {
    background-color: #dceaff;
    border-left: 2px solid #0D4A93;
}
body.single-rundv #ergebnisse.col-5 td:nth-child(4) {
    border-right: 2px solid #0D4A93;
}

#ergebnisse th[colspan] {
    padding: 10px;
    text-align: left;
}

#ergebnisse tr.highlight td, #ergebnisse tr.highlight th {
    padding: 10px;
}

#ergebnisse .custom.dropdown {
    display: inline-block;
    width: 100% !important;
}

@media (min-width: 1227px) {
    #ergebnisse.sticky {
        margin-top: 100px;
        border-top: none;
        border-radius: 0;
    }

    #ergebnisse tr.sticky {
        position: fixed;
        z-index: 3;
        width: 1227px;
        border: 1px solid #ddd;
        margin-left: -1px;
        border-top: none;
        border-bottom: none;
    }

    #ergebnisse tr.sticky th[colspan] {
        width: 1228px;
    }

    #ergebnisse.col-4 tr.sticky {
        width: 1002px;
    }

    #ergebnisse.col-4 tr.sticky th[colspan] {
        width: 1000px;
    }

    #ergebnisse.col-3 tr.sticky {
        width: 777px;
    }

    #ergebnisse.col-3 tr.sticky th[colspan] {
        width: 775px;
    }

    #ergebnisse.col-2 tr.sticky {
        width: 552px;
    }

    #ergebnisse.col-2 tr.sticky th[colspan] {
        width: 550px;
    }

    #sum-row.sticky + tr td {
        padding-top: 43px;
    }
}

.print-button {
    color: #fff;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: .9em;
}

.print-button:hover {
    color: #ccc;
}

.margin-right-10 {
    margin-right: 10px;
}

tr.hide-for-print {
    display: table-row !important;
}

canvas {
    border: 5px solid #aaa;
    width: 100%;
}

#esign .logo {
    max-width: 300px;
}

#esign p {
    margin-top: 1em;
}

#esign .button {
    margin-top: 1em;
}

label.checkbox {
    padding-left: 20px;
}

form.custom label.checkbox span.custom {
    margin-left: -21px;
}


.product-header .entry-header, .entry-thumbnail-header .entry-header {
    background-color: currentColor;
    padding: 1em;
}

.product-header .entry-content, .entry-thumbnail-header .entry-content {
    padding: 1em;
    color: #21599F;
    margin-top: 0;
}

#mitarbeiterdaten {
    position: fixed;
    top: 15px;
    right: 15px;
    padding: 15px;
    background: #F5F7F9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    -webkit-box-shadow: 0 0 10px #EEEEEE;
    -moz-box-shadow: 0 0 10px #EEEEEE;
    box-shadow: 0 0 10px #EEEEEE;
}

#mitarbeiterdaten h5 {
    margin: 0;
}

#mitarbeiterdaten p {
    margin-bottom: 0;
    margin-top: 17px;
}

@media (min-width: 781px) {
    .product-header, .entry-thumbnail-header {
        border-left: 10px solid currentColor;
        background-size: cover;
        background: #000 -10px 0;
        position: relative;
        height: 350px;
        margin-bottom: 2em;
    }

    .product-header .entry-header, .entry-thumbnail-header .entry-header {
        position: absolute;
        left: 0;
        top: 115px;
        height: 115px;
        width: 250px;
    }

    .product-header .entry-header:before, .entry-thumbnail-header .entry-header:before {
        content: ' ';
        position: absolute;
        top: -7px;
        width: 98%;
        left: 2%;
        height: 130px;
        border-top: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
    }

    .product-header .entry-header:after, .entry-thumbnail-header .entry-header:after {
        left: 100%;
        top: 50%;
        content: ' ';
        position: absolute;
        pointer-events: none;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 58px 0 58px 25px;
        border-color: transparent transparent transparent currentColor;
        margin-top: -58px;
    }

    .product-header .entry-header .entry-title, .product-header .entry-header .entry-subtitle, .entry-thumbnail-header .entry-header .entry-title, .entry-thumbnail-header .entry-header .entry-subtitle {
        margin: 0;
    }

    .product-header .entry-header .entry-title, .entry-thumbnail-header .entry-header .entry-title {
        font-size: 28px;
    }

    .product-header .entry-header .entry-subtitle, .entry-thumbnail-header .entry-header .entry-subtitle {
        background: none;
        padding: 0;
        text-shadow: none;
        font-size: 14px;
    }

    .product-header .entry-content, .entry-thumbnail-header .entry-content {
        position: absolute;
        right: 0;
        top: 60px;
        height: 235px;
        width: 375px;
        background-color: rgba(255, 255, 255, 0.9);
        margin: 0;
    }

    .product-header .entry-content-title {
        background: none;
        padding: 0;
        text-shadow: none;
        color: #0D4A93;
        margin: 0;
        font-size: 18px;
    }

    .product-header .entry-content ul {
        padding-left: 1.25em;
        margin-top: 1em
    }
}

@media (max-width: 780px) {
    #mitarbeiterdaten {
        display: none;
    }
}

@media (max-height: 700px) {
    .reveal-modal {
        position: fixed;
        max-height: 100vh;
        top: 0 !important;
        overflow: auto;
    }
}

@media print {
    #ergebnisse.sticky {
        margin-top: 0;
        border-top: 1px solid;
    }

    #ergebnisse tr.sticky {
        position: static;
    }

    table tbody tr td, table tbody tr th {
        border-top: 1px solid;
    }

    table tbody tr:first-child td, table tbody tr:first-child th {
        border-top: none;
    }

    .accordion .content,
    .show-for-print {
        display: block !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    form.custom div.custom.dropdown a.selector,
    .hide-for-print,
    tr.hide-for-print {
        display: none !important;
    }

    #common_firm1,
    ul.accordion > li,
    ul.accordion > li .title:after {
        border: none !important;
    }

    form,
    h6,
    #common_firm1 {
        margin: 0 !important;
    }

    ul.accordion > li {
        border-bottom: 1px solid #000000 !important;
    }

    ul.accordion,
    ul.accordion > li:last-child {
        border-bottom: none !important;
    }

    /*noinspection ALL*/
    /*img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android *//*
        filter: gray; /* IE6-9 *//*
        -webkit-filter: grayscale(100%);
    }*/
    ul.accordion > li .title {
        padding: 0 !important;
        padding-top: 10px !important;
    }

    #common_firm1 h5 {
        font-size: 24px !important;
        font-weight: bold !important;
    }

    .versich {
        margin-top: 5px !important;
    }

    form.custom div.custom.dropdown {
        margin: 0 !important;
        height: auto !important;
    }

    form.custom div.custom.dropdown a.current {
        border: none !important;
        text-decoration: none !important;
        min-height: 0 !important;
        padding-left: 0 !important;
        line-height: 22px !important;
    }

    .has-tip {
        display: none !important;
    }

    label.inline {
        line-height: 22px !important;
        margin-bottom: 0 !important;
    }

    .up {
        margin-top: 0 !important;
        padding-top: 0 !important;
        border-top: none !important;
    }

    .name {
        border-right: none !important;
    }

    .panel {
        padding: 10px 20px !important;
        margin-bottom: 10px !important;
    }

    form.custom .custom.radio, form.custom .custom.radio + span {
        display: none;
    }

    form.custom .custom.radio.checked + span {
        display: inline;
    }
}
