@import url("https://use.typekit.net/tpb0qvw.css");

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: rgba(0, 0, 0, 0)
    }

    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8)
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }

    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #fff;
        cursor: auto;
        white-space: normal
    }

    .featherlight .featherlight-inner {
        display: block
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff;
        background: rgba(255, 255, 255, 0.3);
        color: #000
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0
    }

    .featherlight iframe {
        border: 0
    }
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.tx-powermail .powermail_fieldset .parsley-errors-list {
    display: none;
    margin: 5px 0 20px 0;
    padding: 0;
    list-style-type: none;
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    width: 100%;
    float: right;
    clear: left
}

.tx-powermail .powermail_fieldset .parsley-errors-list.filled {
    display: block
}

.tx-powermail .powermail_fieldset .parsley-errors-list > li {
    color: #A94442;
    padding: 5px 10px
}

.tx-powermail .powermail_fieldset .powermail_field_error, .tx-powermail .powermail_fieldset .parsley-error, .tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus, .tx-powermail .powermail_fieldset div.error {
    background-color: #EBCCD1;
    color: #A94442
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list {
    width: 100%;
    margin-bottom: 0;
    background-color: #EBCCD1;
    border: none
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list > li {
    padding-left: 5px
}

.tx-powermail .powermail_progressbar {
    width: 100%;
    height: 5px;
    float: right;
    border: 1px solid #EEEEEE;
    clear: both
}

.tx-powermail .powermail_progressbar.disable {
    display: none
}

.tx-powermail .powermail_progressbar > .powermail_progress {
    background: #1E5799;
    width: 0%;
    max-width: 100%;
    -webkit-animation: progress 5s 1 forwards;
    -moz-animation: progress 5s 1 forwards;
    -ms-animation: progress 5s 1 forwards;
    animation: progress 5s 1 forwards
}

.tx-powermail .powermail_progressbar > .powermail_progress > .powermail_progess_inner {
    height: 5px;
    width: 100%;
    overflow: hidden;
    background: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25)
}

.tx-powermail ul.powermail_fieldwrap_file_list {
    background-color: white;
    border: 1px solid #bbb;
    float: right;
    padding: 3px;
    width: 100%;
    list-style: none;
    border-radius: 4px;
    margin: 0
}

.tx-powermail ul.powermail_fieldwrap_file_list > li {
    margin: 5px
}

.tx-powermail ul.powermail_fieldwrap_file_list > li .deleteAllFiles {
    color: #bbb;
    cursor: pointer
}

.tx-powermail ul.powermail_fieldwrap_file_list > li .deleteAllFiles:hover {
    text-decoration: underline
}

.tx-powermail .powermail_confirmation .powermail_progressbar {
    width: 100%
}

.tx-powermail .powermail_message {
    padding: 5px 0 10px 20px;
    min-height: 65px;
    background-color: #EBCCD1;
    border: 1px solid #A94442;
    background-position: 98% 10px;
    background-repeat: no-repeat;
    list-style: circle
}

.tx-powermail .powermail_message li {
    padding: 5px 50px 0 0;
    border: none;
    background: none
}

.tx-powermail .powermail_message.powermail_message_ok {
    background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
    background-color: #CDEACA;
    border: 1px solid #3B7826
}

.tx-powermail .powermail_message.powermail_message_ok li {
    color: #3B7826
}

.tx-powermail .powermail_message.powermail_message_error {
    background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_error.png")
}

.tx-powermail .powermail_message.powermail_message_error li {
    color: #A94442
}

.tx-powermail .powermail_message.powermail_message_note {
    background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
    background-color: #FCF8E3;
    border: 1px solid #FFCA4B
}

.tx-powermail .powermail_message.powermail_message_note li {
    color: #FFCA4B
}

.tx-powermail .powermail_tabmenu {
    list-style: none;
    margin: 0;
    padding: 0
}

.tx-powermail .powermail_tabmenu > li {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    background: #eee;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    color: #aaa
}

.tx-powermail .powermail_tabmenu > li.act {
    color: #444
}

.tx-powermail .powermail_tabmenu > li.parsley-error {
    background-color: #EBCCD1
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation {
    margin-top: 2em
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next, .tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_previous {
    background-color: #aaa;
    display: inline-block;
    padding: 5px 30px;
    text-decoration: none;
    color: white;
    border: 1px solid #bbb;
    font-weight: bold
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next {
    background-color: #1E5799;
    float: right
}

.tx-powermail .powermail_form.nolabel > h3 {
    display: none
}

.tx-powermail .powermail_fieldset.nolabel > legend {
    display: none
}

.tx-powermail .powermail_fieldwrap.nolabel > label {
    display: none
}

.tx-powermail .powermail_fieldwrap.nolabel > fieldset > legend {
    display: none
}

@-webkit-keyframes progress {
    from {
    }
    to {
        width: 100%
    }
}

@-moz-keyframes progress {
    from {
    }
    to {
        width: 100%
    }
}

@-ms-keyframes progress {
    to {
        width: 100%
    }
}

@keyframes progress {
    from {
    }
    to {
        width: 100%
    }
}

.xdsoft_datetimepicker {
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: white;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    color: #333333;
    padding: 8px;
    padding-left: 0px;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none
}

.xdsoft_datetimepicker button {
    border: none !important
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.xdsoft_noselect::selection {
    background: transparent
}

.xdsoft_noselect::-moz-selection {
    background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0px
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
    position: relative;
    text-align: center
}

.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==")
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0px
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0px;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0px 0px
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px none currentColor;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    outline: medium none currentColor;
    overflow: hidden;
    padding: 0px;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0px;
    margin-bottom: 7px;
    margin-top: 0px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #eee
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: white;
    border-top: 1px solid #eee;
    color: #444;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0px;
    height: 25px;
    line-height: 25px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
    border-top-width: 0px
}

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover {
    text-decoration: underline
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #fff;
    background: #A94442
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #1E5799;
    box-shadow: #1E5799 0px 1px 3px 0px inset;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 90px;
    text-align: right
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 56px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    color: #666666;
    font-size: 12px;
    text-align: right;
    padding: 0px;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #F1F1F1
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #1E5799
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #1E5799;
    box-shadow: #1E5799 0px 1px 3px 0px inset;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: 0.5
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #A94442 !important;
    box-shadow: none !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc
}

.xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    cursor: pointer
}

.xdsoft_scroller_box {
    position: relative
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fileadmin/user_upload/icons/glyphicon0.eot');
    src: url('/fileadmin/user_upload/icons/glyphicon1.eot?#iefix') format("embedded-opentype"), url('/fileadmin/user_upload/icons/glyphicon2.woff2') format("woff2"), url('/fileadmin/user_upload/icons/glyphicon3.woff') format("woff"), url('/fileadmin/user_upload/icons/glyphicon4.ttf') format("truetype"), url('/fileadmin/user_upload/icons/glyphicon5.svg#glyphicons_halflingsregular') format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014";
    color: white;
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: news-gothic-std, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #008BD2;
    text-decoration: none
}

a:hover, a:focus {
    color: #005886;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .responsive-image {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.accordion.panel-group [role="button"] {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: 0;
    box-shadow: none;
    background: transparent;
    outline: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 21px;
    margin-bottom: 10.5px
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 27px
}

h2, .h2 {
    font-size: 21px
}

h3, .h3 {
    font-size: 20px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 15px
}

h6, .h6 {
    font-size: 13px
}

p {
    margin: 0 0 10.5px
}

.lead {
    margin-bottom: 21px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 22.5px
    }
}

small, .small {
    font-size: 86%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase, .initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #008BD2
}

a.text-primary:hover, a.text-primary:focus {
    color: #00699f
}

.text-success {
    color: #3c763d
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover, a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #008BD2
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #00699f
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10.5px;
    padding-left: 70px;
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 21px
}

dt, dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 18.75px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: ''
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote footer:after, blockquote small:after, blockquote .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.428571429
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 14px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: rgba(0, 0, 0, 0)
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 35px
    }

    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.input-group-addon[type="date"], .input-group-sm > .input-group-btn > input.btn[type="date"], .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input.form-control[type="time"], .input-group-sm > input.input-group-addon[type="time"], .input-group-sm > .input-group-btn > input.btn[type="time"], .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input.form-control[type="datetime-local"], .input-group-sm > input.input-group-addon[type="datetime-local"], .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input.form-control[type="month"], .input-group-sm > input.input-group-addon[type="month"], .input-group-sm > .input-group-btn > input.btn[type="month"], .input-group-sm input[type="month"] {
        line-height: 31px
    }

    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.input-group-addon[type="date"], .input-group-lg > .input-group-btn > input.btn[type="date"], .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input.form-control[type="time"], .input-group-lg > input.input-group-addon[type="time"], .input-group-lg > .input-group-btn > input.btn[type="time"], .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input.form-control[type="datetime-local"], .input-group-lg > input.input-group-addon[type="datetime-local"], .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input.form-control[type="month"], .input-group-lg > input.input-group-addon[type="month"], .input-group-lg > .input-group-btn > input.btn[type="month"], .input-group-lg input[type="month"] {
        line-height: 48px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 36px
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 31px;
    line-height: 31px
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto
}

.form-group-sm .form-control {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 31px;
    line-height: 31px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 31px;
    min-height: 34px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.5
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 48px;
    line-height: 48px
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto
}

.form-group-lg .form-control {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 48px;
    line-height: 48px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 48px;
    min-height: 40px;
    padding: 11px 16px;
    font-size: 19px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 43.75px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 31px;
    height: 31px;
    line-height: 31px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 26px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 28px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 19px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 13px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default, .btn.btn-rutronik {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus, .btn.btn-rutronik:focus, .btn-default.focus, .focus.btn.btn-rutronik {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c
}

.btn-default:hover, .btn.btn-rutronik:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad
}

.btn-default:active, .btn.btn-rutronik:active, .btn-default.active, .active.btn.btn-rutronik, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.btn.btn-rutronik {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad
}

.btn-default:active:hover, .btn.btn-rutronik:active:hover, .btn-default:active:focus, .btn.btn-rutronik:active:focus, .btn-default:active.focus, .btn.btn-rutronik:active.focus, .btn-default.active:hover, .active.btn.btn-rutronik:hover, .btn-default.active:focus, .active.btn.btn-rutronik:focus, .btn-default.active.focus, .active.focus.btn.btn-rutronik, .open > .btn-default.dropdown-toggle:hover, .open > .dropdown-toggle.btn.btn-rutronik:hover, .open > .btn-default.dropdown-toggle:focus, .open > .dropdown-toggle.btn.btn-rutronik:focus, .open > .btn-default.dropdown-toggle.focus, .open > .dropdown-toggle.focus.btn.btn-rutronik {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active, .btn.btn-rutronik:active, .btn-default.active, .active.btn.btn-rutronik, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.btn.btn-rutronik {
    background-image: none
}

.btn-default.disabled:hover, .disabled.btn.btn-rutronik:hover, .btn-default.disabled:focus, .disabled.btn.btn-rutronik:focus, .btn-default.disabled.focus, .disabled.focus.btn.btn-rutronik, .btn-default[disabled]:hover, .btn.btn-rutronik[disabled]:hover, .btn-default[disabled]:focus, .btn.btn-rutronik[disabled]:focus, .btn-default[disabled].focus, .btn.btn-rutronik[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn.btn-rutronik:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn.btn-rutronik:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .focus.btn.btn-rutronik {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge, .btn.btn-rutronik .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #008BD2;
    border-color: #007ab9
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #00699f;
    border-color: #002639
}

.btn-primary:hover {
    color: #fff;
    background-color: #00699f;
    border-color: #00527b
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00699f;
    border-color: #00527b
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #00527b;
    border-color: #002639
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #008BD2;
    border-color: #007ab9
}

.btn-primary .badge {
    color: #008BD2;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #008BD2;
    font-weight: normal;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #005886;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after {
    clear: both
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 0
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 0
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before, .nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0)
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: #008BD2
}

.nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 0 0 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 0
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #008BD2
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 21px;
    border: none
}

.navbar:before, .navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 992px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 992px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: none;
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 1301px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 992px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 992px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 992px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 14.5px 15px;
    font-size: 19px;
    line-height: 21px;
    height: 50px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 1301px) {
    .navbar-toggle {
        display: none
    }
	
}

.navbar-nav {
    margin: 7.25px 0;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px
}

@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 21px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }

    #econda-pp2-further-details-modal-div .econda-pp2-further-details-modal-content {
    	width: 100%;
    }
}

@media (min-width: 1301px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 14.5px;
        padding-bottom: 14.5px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}

.100vw {
	width: 100vw;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
	
	#vcard10024 > .row {
		margin: 0;
	}
}

@media (max-width: 991px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 7.5px;
    margin-bottom: 7.5px
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 9.5px;
    margin-bottom: 9.5px
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 14.5px;
    margin-bottom: 14.5px
}

@media (min-width: 992px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 992px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5d5d;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #555
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: rgba(0, 0, 0, 0)
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: rgba(0, 0, 0, 0)
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: rgba(0, 0, 0, 0)
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: rgba(0, 0, 0, 0)
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: rgba(0, 0, 0, 0)
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 21px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/Â ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 21px 0;
    border-radius: 0
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #008BD2;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 2;
    color: #005886;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #008BD2;
    border-color: #008BD2;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager {
    padding-left: 0;
    margin: 21px 0;
    list-style: none;
    text-align: center
}

.pager:before, .pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #008BD2
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #00699f
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #008BD2;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 68px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 21px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

#yt_pl_video_selector .thumbnail {
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

#yt_pl_video_selector .thumbnail > img,
#yt_pl_video_selector .thumbnail a > img {
    display: block;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #008BD2
}

.alert {
    padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 21px;
    margin-bottom: 21px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-color: #008BD2;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #008BD2;
    border-color: #008BD2
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #9fdfff
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 21px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 21px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default, .panel-rutronik {
    border-color: #ddd
}

.panel-default > .panel-heading, .panel-rutronik > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body, .panel-rutronik > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge, .panel-rutronik > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body, .panel-rutronik > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #008BD2
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #008BD2;
    border-color: #008BD2
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #008BD2
}

.panel-primary > .panel-heading .badge {
    color: #008BD2;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #008BD2
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:before, .modal-header:after {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: news-gothic-std, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 13px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: news-gothic-std, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 15px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI {
    display: inline;
    margin-right: 5px
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
    width: 100px
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    width: 150px
}

.tx-indexedsearch .tx-indexedsearch-whatis {
    margin-top: 10px;
    margin-bottom: 5px
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
    font-weight: bold;
    font-style: italic
}

.tx-indexedsearch .tx-indexedsearch-noresults {
    text-align: center;
    font-weight: bold
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
    font-style: italic
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: red
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
    background: #eeeeee
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
    margin-top: 20px;
    margin-bottom: 5px
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
    margin-top: 0px;
    margin-bottom: 0px
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
    background: #cccccc;
    vertical-align: middle
}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
    color: #666666
}

.tx-indexedsearch .tx-indexedsearch-category {
    background: #cccccc;
    font-size: 16px;
    font-weight: bold
}

.tx-indexedsearch .res-tmpl-css {
    clear: both;
    margin-bottom: 1em
}

.tx-indexedsearch .searchbox-tmpl-css LABEL {
    margin-right: 1em;
    width: 10em;
    float: left
}

.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
    letter-spacing: 0;
    font-weight: normal;
    margin-top: -1.2em;
    float: right
}

.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {
    float: left
}

.tx-indexedsearch .info-tmpl-css dd.item-mtime {
    float: none
}

.tx-indexedsearch .info-tmpl-css dd.item-path {
    float: none
}

.tx-mkphpids-pi1 {
    padding: 5px;
    text-align: left;
    margin: 0 0 5px 0
}

.tx-mkphpids-pi1 h6 {
    margin: 0;
    padding: 0;
    font-size: 12px
}

.tx-mkphpids-pi1 .box {
    padding: 5px;
    margin: 0 0 5px 0
}

.tx-mkphpids-pi1 .info {
    border: 1px solid #AACCEE;
    background-color: #F6FBFF
}

.tx-mkphpids-pi1 .ok {
    border: 1px solid #90DE00;
    background-color: #F3FFDF
}

.tx-mkphpids-pi1 .error {
    border: 1px solid #FF0000;
    background-color: #FFEEEE;
    font-weight: bold
}

.ce-align-left {
    text-align: left
}

.ce-align-center {
    text-align: center
}

.ce-align-right {
    text-align: right
}

.ce-table td, .ce-table th {
    vertical-align: top
}

.ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: hidden
}

.ce-left .ce-gallery, .ce-column {
    float: left
}

.ce-center .ce-outer {
    position: relative;
    float: right;
    right: 50%
}

.ce-center .ce-inner {
    position: relative;
    float: right;
    right: -50%
}

.ce-right .ce-gallery {
    float: right
}

.ce-gallery figure {
    display: table;
    margin: 0
}

.ce-gallery figcaption {
    display: table-caption;
    caption-side: bottom
}

.ce-gallery img {
    display: block
}

.ce-gallery iframe {
    border-width: 0
}

.ce-border img, .ce-border iframe {
    border: 2px solid black;
    padding: 0px
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 10px
}

.ce-intext.ce-right .ce-gallery {
    margin-left: 10px
}

.ce-intext.ce-left .ce-gallery {
    margin-right: 10px
}

.ce-below .ce-gallery {
    margin-top: 10px
}

.ce-column {
    margin-right: 10px
}

.ce-column:last-child {
    margin-right: 0
}

.ce-row {
    margin-bottom: 10px
}

.ce-row:last-child {
    margin-bottom: 0
}

.ce-above .ce-bodytext {
    clear: both
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
    padding-left: 40px;
    overflow: auto
}

.ce-uploads {
    margin: 0;
    padding: 0
}

.ce-uploads li {
    list-style: none outside none;
    margin: 1em 0
}

.ce-uploads img {
    float: left;
    padding-right: 1em;
    vertical-align: top
}

.ce-uploads span {
    display: block
}

.tx-felogin-pi1 label {
    display: block
}

body {
    position: relative
}

a {
    color: #008BD2
}

a:hover, a:focus {
    color: #00a3f5;
    text-decoration: none
}

h1 {
    margin-bottom: 20px
}

mark, .mark {
    background-color: #ff0
}

.contact-map {
    width: 100%;
    height: 300px;
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.legend h3 {
    margin-bottom: 0
}

.image-fadeover .image-column, .image-fadeover .image-column a {
    display: inline-block;
    position: relative
}

.image-fadeover .image-column .hover, .image-fadeover .image-column a .hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0
}

iframe {
    border: 0
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: auto;
        top: 10px
    }

    .carousel-caption {
        padding-bottom: 0
    }
}

.ce-uploads .row-chunk {
    margin-bottom: 20px
}

.ce-uploads .row-chunk span {
    display: inline
}

.ce-uploads .row-chunk h4 {
    margin-top: 0
}

.ce-uploads .row-chunk .btn {
    margin-top: 15px;
    margin-bottom: 15px
}

.well h3:first-child, .tab-pane h3:first-child, .panel-heading h3:first-child {
    margin-top: 0;
    padding-top: 0;
    position: relative
}

.well h3:first-child:before, .tab-pane h3:first-child:before, .panel-heading h3:first-child:before {
    content: "";
    position: absolute;
    margin-left: -19px;
    width: 3px;
    height: 100%;
    background-color: #008BD2
}

.tabcontainer {
    margin-top: 20px
}

.tab-pane h3:first-child:before {
    margin-left: -15px
}

.image-grid-12444 > div:not(:first-child) > div {
    padding: 0px !important
}

.thumbnail {
    color: #000;
    margin-bottom: 0;
    position: relative
}

.thumbnail .image-badge {
    position: absolute;
    top: 4px;
    right: 4px
}

.thumbnail .caption {
    padding: 4px 4px 0px 4px
}

.thumbnail p {
    margin: 0;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 5px;
    padding-bottom: 5px;
    line-height: 14px
}

.thumbnail p:before {
    content: "\e086";
    font-family: "Glyphicons Halflings";
    position: absolute;
    margin-left: -20px
}

.thumbnail:hover {
    text-decoration: none
}

.thumbnail:hover .thumb-wrap-inner {
    position: relative
}

.thumbnail:hover .thumb-wrap-inner::after {
    font-family: "Glyphicons Halflings";
    margin: 0;
    position: absolute;
    bottom: 50%;
    margin-bottom: -28px;
    content: "\2b";
    font-size: 40px;
    width: 100%;
    z-index: 101;
    text-align: center;
    -webkit-text-stroke: 1px #e2e4eb
}

.thumbnail-row {
    clear: both;
    overflow: auto
}

.img-responsive, .responsive-image {
    width: 100%;
    height: auto
}

.panel-body h1:first-child, .panel-body h2:first-child, .panel-body h3:first-child, .panel-body h4:first-child, .panel-body h5:first-child {
    margin-top: 0;
    padding-top: 0
}

.featherlight .featherlight-close-icon {
    font-family: "Glyphicons Halflings";
    background-color: transparent;
    top: 27px;
    right: 55px;
    font-size: 80px;
    color: #008BD2
}

.featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.8)
}

.featherlight-next:hover span, .featherlight-previous:hover span {
    color: #008BD2
}

.form-group {
    margin-bottom: 0
}

.form-group .input-group {
    margin-bottom: 10px
}

.form-group .input-group .input-required-status:before {
    content: "\e067";
    background-color: #F9F9F9;
    color: #C3C3C3
}

.form-group .input-group .input-required-status.validated:before {
    color: #5cb85c
}

.form-group .input-group .input-required-status.error:before {
    color: #d9534f
}

.form-group .input-group .input-group-addon.input-icon-fullname:before {
    content: "\e008"
}

.form-group .input-group .input-group-addon.input-icon-company:before {
    content: "\e139"
}

.form-group .input-group .input-group-addon.input-icon-e_mail:before {
    content: "\2709"
}

.form-group .input-group .input-group-addon.input-icon-phone:before {
    content: "\e182"
}

.form-group .input-group .input-group-addon.input-icon-yourmessage:before {
    content: "\270f"
}

.form-group .input-group .powermail_submit::before {
    font-family: "Glyphicons Halflings";
    content: "\e171"
}

.form-inline .form-group .input-group {
    margin-bottom: 0
}

.nopadding-inside-sm {
    margin-left: -9px;
    margin-right: -9px
}

.nopadding-inside-md {
    margin-left: -19px;
    margin-right: -19px
}

.nopadding-inside-lg {
    margin-left: -24px;
    margin-right: -24px
}

.search-inline {
    margin-top: 20px;
    margin-bottom: 20px
}

.search-inline .btn {
    float: right
}

.input-group-addon {
    font-family: "Glyphicons Halflings"
}

#back-to-top {
    background-color: #485258;
    border: 2px solid #777;
    color: #eee;
    font-size: 22px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 8px 13px;
    width: 50px;
    height: 47px;
    border-radius: 0px;
    cursor: pointer;
    z-index: 100
}

.parallax-window {
    min-height: 225px;
    background: transparent
}

.parallax-headline-wrap {
    background-color: #f5f5f5;
    border-bottom: 1px solid #c6c6c6;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 20px
}

.parallax-headline-wrap h2 {
    margin-top: 0;
    margin-bottom: 0
}

.rutronik-box {
    border-left: 2px solid #008bd2;
    margin-bottom: 20px
}

.news > .rutronik-box {
    position: relative;
}

.rutronik-box .rutronik-box-headline {
    background-color: #333;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 15px;
    border-bottom: 1px solid #008bd2
}

.rutronik-box .rutronik-box-headline span, .rutronik-box .rutronik-box-headline a {
    color: #FFF;
    font-size: 120%
}

.rutronik-box .rutronik-box-image, .rutronik-box .rutronik-box-html {
    border-bottom: 1px solid #929291
}

.rutronik-box .rutronik-box-content {
    background-color: #f5f5f5;
    padding: 15px;
    position: relative
}

.rutronik-box .rutronik-box-content p:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.rutronik-box .rutronik-box-content h2 {
    margin-top: 0
}

.rutronik-box .rutronik-box-content h3 {
    margin-top: 0
}

.rutronik-box .rutronik-box-html {
    position: relative
}

.rutronik-box .rutronik-box-html .input-blank {
    border: 0;
    padding-left: 10px;
    height: 28px;
    padding: 0;
    display: block;
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
    z-index: 10;
    font-size: 13px
}

.rutronik-box .rutronik-box-html .search-icon {
    display: inline-block;
    line-height: 28px;
    height: 28px;
    padding-right: 10px;
    padding-left: 10px;
    position: absolute;
    top: 0;
    z-index: 20
}

.rutronik-box .rutronik-box-html .search-icon:first-child {
    background-color: #e6e6e6;
    color: #555;
    left: 0
}

.rutronik-box .rutronik-box-html .search-icon:last-child {
    background-color: #5ab75a;
    color: #fff;
    right: 0
}

.rutronik-box.light {
    border-left: 2px solid #c6c6c6
}

.rutronik-box.light .rutronik-box-content {
    background-color: #FFF
}

.rutronik-box.light .rutronik-box-headline {
    background-color: #f5f5f5;
    border-bottom: 1px solid #c6c6c6
}

.rutronik-box.light .rutronik-box-headline span {
    color: #333333
}

.rutronik-box.light .rutronik-box-headline a {
    color: #333333
}

.rutronik-box.highlight .rutronik-box-headline {
    background-color: #008bd2;
    color: #FFF
}

.rutronik-box-content > *:last-child {
    margin-bottom: 0
}

.btn.btn-rutronik {
    border-top: 1px solid #008BD2;
    border-bottom: 1px solid #008BD2;
    border-left-width: 0;
    border-right-width: 0;
    position: relative
}

.btn.btn-rutronik.btn-block {
    margin-top: 10px
}

.btn.btn-rutronik:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #eeeeee;
    position: absolute;
    display: block;
    top: -4px;
    left: 0
}

.btn.btn-rutronik:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #eeeeee;
    position: absolute;
    display: block;
    bottom: -4px;
    left: 0
}

.gallery-box {
    overflow: auto;
    padding-bottom: 0;
    margin-bottom: 0
}

.gallery-box a {
    position: relative
}

.panel-rutronik {
    margin-bottom: 0;
    border-bottom-width: 0
}

.panel-rutronik .panel-heading {
    border-top: 1px solid #008BD2;
    background-color: #FFF
}

.panel-rutronik p {
    padding: 20px;
    margin-bottom: 0
}

.panel-rutronik ul {
    padding: 0;
    padding-left: 20px;
    margin: 20px
}

.panel-rutronik img {
    width: 100%
}

.panel-rutronik h3:first-child, .panel-rutronik h4:first-child {
    margin: 0
}

.panel .panel-body.no-padding > div {
    padding-top: 20px
}

.tabcontainer .panel-heading {
    border-bottom-width: 0
}

.tabcontainer .panel-heading li a {
    border-top: 0 solid #000 !important
}

.tabcontainer .panel-heading li a:hover {
    border-top-width: 0
}

.tabcontainer .panel-heading li:first-child a {
    border-left: 0 solid #000
}

.tabcontainer .panel-heading li.active a, .tabcontainer .panel-heading li.active a:focus {
    border-top: 0 solid #000 !important
}

.tabcontainer img.thumbnail.pull-left {
    margin-bottom: 0;
    margin-right: 10px
}

.fce-imagebox .thumbnail-first {
    margin-bottom: 20px
}

.fce-imagebox .thumbnail:last-child {
    margin-bottom: 20px
}

.fce-btn {
    position: relative
}

.panel.article {
    display: inline-block
}

.panel.article .panel-heading {
    padding: 19px
}

.panel.article .panel-heading h3 {
    margin-top: 0;
    padding-top: 0
}

.panel.article .panel-footer .btn {
    margin-top: 0
}

/*!
 * shariff - v1.24.1 - 17.11.2016
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2016 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
@font-face {
    font-family: FontAwesome;
    src: url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.shariff::after, .shariff::before {
    content: " ";
    display: table
}

.shariff::after {
    clear: both
}

.shariff ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.shariff li {
    height: 35px;
    box-sizing: border-box;
    overflow: hidden
}

.shariff li a {
    color: #fff;
    position: relative;
    display: block;
    height: 35px;
    text-decoration: none;
    box-sizing: border-box
}

.shariff li .share_count, .shariff li .share_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    line-height: 35px
}

.shariff li .fa {
    width: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle
}

.shariff li .share_count {
    padding: 0 8px;
    height: 33px;
    position: absolute;
    top: 1px;
    right: 1px
}

.shariff .orientation-horizontal {
    display: -webkit-box
}

.shariff .orientation-horizontal li {
    -webkit-box-flex: 1
}

.shariff .orientation-horizontal .info {
    -webkit-box-flex: 0
}

.shariff .orientation-horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shariff .orientation-horizontal li {
    float: left;
    -ms-flex: none;
    flex: none;
    width: 35px;
    margin-right: 3%;
    margin-bottom: 10px
}

.shariff .orientation-horizontal li:last-child {
    margin-right: 0
}

.shariff .orientation-horizontal li .share_text {
    display: block;
    text-indent: -9999px;
    padding-left: 3px
}

.shariff .orientation-horizontal li .share_count {
    display: none
}

.shariff .theme-grey .shariff-button a {
    background-color: #b0b0b0
}

.shariff .theme-grey .shariff-button .share_count {
    background-color: #ccc;
    color: #333
}

.shariff .theme-white .shariff-button {
    border: 1px solid #ddd
}

.shariff .theme-white .shariff-button a {
    background-color: #fff
}

.shariff .theme-white .shariff-button a:hover {
    background-color: #eee
}

.shariff .theme-white .shariff-button .share_count {
    background-color: #fff;
    color: #999
}

.shariff .orientation-vertical {
    min-width: 110px
}

.shariff .orientation-vertical li {
    display: block;
    width: 100%;
    margin: 5px 0
}

.shariff .orientation-vertical li .share_count {
    width: 24px;
    text-align: right
}

@media only screen and (min-width: 360px) {
    .shariff .orientation-horizontal li {
        margin-right: 1.8%;
        min-width: 80px;
        width: auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .shariff .orientation-horizontal li .share_count {
        display: block
    }

    .shariff .orientation-horizontal.col-1 li, .shariff .orientation-horizontal.col-2 li {
        min-width: 110px;
        max-width: 160px
    }

    .shariff .orientation-horizontal.col-1 li .share_text, .shariff .orientation-horizontal.col-2 li .share_text {
        text-indent: 0;
        display: inline
    }

    .shariff .orientation-horizontal.col-5 li, .shariff .orientation-horizontal.col-6 li {
        -ms-flex: none;
        flex: none
    }
}

@media only screen and (min-width: 640px) {
    .shariff .orientation-horizontal.col-3 li {
        min-width: 110px;
        max-width: 160px
    }

    .shariff .orientation-horizontal.col-3 li .share_text {
        text-indent: 0;
        display: inline
    }
}

@media only screen and (min-width: 768px) {
    .shariff .orientation-horizontal li {
        min-width: 110px;
        max-width: 160px
    }

    .shariff .orientation-horizontal li .share_text {
        text-indent: 0;
        display: inline
    }

    .shariff .orientation-horizontal.col-5 li, .shariff .orientation-horizontal.col-6 li {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media only screen and (min-width: 1024px) {
    .shariff li {
        height: 30px
    }

    .shariff li a {
        height: 30px
    }

    .shariff li .fa {
        width: 30px;
        line-height: 30px
    }

    .shariff li .share_count, .shariff li .share_text {
        line-height: 30px
    }

    .shariff li .share_count {
        height: 28px
    }
}

.shariff .addthis a {
    background-color: #f8694d
}

.shariff .addthis a:hover {
    background-color: #f75b44
}

.shariff .addthis .fa-plus {
    font-size: 14px
}

.shariff .addthis .share_count {
    color: #f8694d;
    background-color: #f1b8b0
}

.shariff .theme-white .addthis a {
    color: #f8694d
}

@media only screen and (min-width: 600px) {
    .shariff .addthis .fa-plus {
        font-size: 14px;
        position: relative;
        top: 1px
    }
}

.shariff .diaspora a {
    background-color: #999
}

.shariff .diaspora a:hover {
    background-color: #b3b3b3
}

.shariff .diaspora .fa-times-circle {
    font-size: 17px
}

.shariff .theme-white .diaspora a {
    color: #999
}

@media only screen and (min-width: 600px) {
    .shariff .diaspora .fa-times-circle {
        font-size: 16px
    }
}

.shariff .facebook a {
    background-color: #3b5998
}

.shariff .facebook a:hover {
    background-color: #4273c8
}

.shariff .facebook .fa-facebook {
    font-size: 22px
}

.shariff .facebook .share_count {
    color: #183a75;
    background-color: #99adcf
}

.shariff .theme-white .facebook a {
    color: #3b5998
}

@media only screen and (min-width: 600px) {
    .shariff .facebook .fa-facebook {
        font-size: 19px
    }
}

.shariff .flattr a {
    background-color: #7ea352
}

.shariff .flattr a:hover {
    background-color: #F67C1A
}

.shariff .flattr a:hover .share_count {
    color: #d56308;
    background-color: #fab47c
}

.shariff .flattr .fa-money {
    font-size: 22px
}

.shariff .flattr .share_count {
    color: #648141;
    background-color: #b0c893
}

.shariff .theme-white .flattr a {
    color: #F67C1A
}

@media only screen and (min-width: 600px) {
    .shariff .flattr .fa-money {
        font-size: 19px
    }
}

.shariff .googleplus a {
    background-color: #d34836
}

.shariff .googleplus a:hover {
    background-color: #f75b44
}

.shariff .googleplus .fa-google-plus {
    font-size: 22px
}

.shariff .googleplus .share_count {
    color: #a31601;
    background-color: #eda79d
}

.shariff .theme-white .googleplus a {
    color: #d34836
}

@media only screen and (min-width: 600px) {
    .shariff .googleplus .fa-google-plus {
        font-size: 19px
    }
}

.shariff .info {
    border: 1px solid #ccc
}

.shariff .info a {
    color: #666;
    background-color: #fff
}

.shariff .info a:hover {
    background-color: #efefef
}

.shariff .info .fa-info {
    font-size: 20px;
    width: 33px
}

.shariff .info .share_text {
    display: block !important;
    text-indent: -9999px !important
}

.shariff .theme-grey .info a {
    background-color: #fff
}

.shariff .theme-grey .info a:hover {
    background-color: #efefef
}

.shariff .orientation-vertical .info {
    width: 35px;
    float: right
}

@media only screen and (min-width: 360px) {
    .shariff .orientation-horizontal .info {
        -ms-flex: none !important;
        flex: none !important;
        width: 35px;
        min-width: 35px !important
    }
}

@media only screen and (min-width: 1024px) {
    .shariff .info .fa-info {
        font-size: 16px;
        width: 23px
    }

    .shariff .orientation-horizontal .info {
        width: 25px;
        min-width: 25px !important
    }

    .shariff .orientation-vertical .info {
        width: 25px
    }
}

.shariff .linkedin a {
    background-color: #0077b5
}

.shariff .linkedin a:hover {
    background-color: #0369a0
}

.shariff .linkedin .fa-linkedin {
    font-size: 22px
}

.shariff .linkedin .share_count {
    color: #004785;
    background-color: #33AAE8
}

.shariff .theme-white .linkedin a {
    color: #0077b5
}

@media only screen and (min-width: 600px) {
    .shariff .linkedin .fa-linkedin {
        font-size: 19px
    }
}

.shariff .mail a {
    background-color: #999
}

.shariff .mail a:hover {
    background-color: #a8a8a8
}

.shariff .mail .fa-envelope {
    font-size: 21px
}

.shariff .theme-white .mail a {
    color: #999
}

@media only screen and (min-width: 600px) {
    .shariff .mail .fa-envelope {
        font-size: 18px
    }
}

.shariff .pinterest a {
    background-color: #bd081c
}

.shariff .pinterest a:hover {
    background-color: #d50920
}

.shariff .pinterest .fa-pinterest-p {
    font-size: 22px
}

.shariff .pinterest .share_count {
    color: #a31601;
    background-color: #eda79d
}

.shariff .theme-white .pinterest a {
    color: #bd081c
}

@media only screen and (min-width: 600px) {
    .shariff .pinterest .fa-pinterest-p {
        font-size: 19px;
        position: relative;
        top: 1px
    }
}

.shariff .reddit a {
    background-color: #ff4500
}

.shariff .reddit a:hover {
    background-color: #ff6a33
}

.shariff .reddit .fa-reddit {
    font-size: 17px
}

.shariff .theme-white .reddit a {
    color: #ff4500
}

@media only screen and (min-width: 600px) {
    .shariff .reddit .fa-reddit {
        font-size: 16px
    }
}

.shariff .stumbleupon a {
    background-color: #eb4924
}

.shariff .stumbleupon a:hover {
    background-color: #ef7053
}

.shariff .stumbleupon .fa-stumbleupon {
    font-size: 17px
}

.shariff .theme-white .stumbleupon a {
    color: #eb4924
}

@media only screen and (min-width: 600px) {
    .shariff .stumbleupon .fa-stumbleupon {
        font-size: 16px
    }
}

.shariff .twitter a {
    background-color: #55acee
}

.shariff .twitter a:hover {
    background-color: #32bbf5
}

.shariff .twitter .fa-twitter {
    font-size: 28px
}

.shariff .twitter .share_count {
    color: #0174a4;
    background-color: #96D4EE
}

.shariff .theme-white .twitter a {
    color: #55acee
}

@media only screen and (min-width: 600px) {
    .shariff .twitter .fa-twitter {
        font-size: 24px
    }
}

.shariff .whatsapp a {
    background-color: #5cbe4a
}

.shariff .whatsapp a:hover {
    background-color: #34af23
}

.shariff .whatsapp .fa-whatsapp {
    font-size: 28px
}

.shariff .theme-white .whatsapp a {
    color: #5cbe4a
}

@media only screen and (min-width: 600px) {
    .shariff .whatsapp .fa-whatsapp {
        font-size: 22px
    }
}

.shariff .xing a {
    background-color: #126567
}

.shariff .xing a:hover {
    background-color: #29888a
}

.shariff .xing .fa-xing {
    font-size: 22px
}

.shariff .xing .share_count {
    color: #15686a;
    background-color: #4fa5a7
}

.shariff .theme-white .xing a {
    color: #126567
}

@media only screen and (min-width: 600px) {
    .shariff .xing .fa-xing {
        font-size: 19px
    }
}

.shariff .tumblr a {
    background-color: #36465D
}

.shariff .tumblr a:hover {
    background-color: #44546B
}

.shariff .tumblr .fa-tumblr {
    font-size: 28px
}

.shariff .theme-white .tumblr a {
    color: #5cbe4a
}

@media only screen and (min-width: 600px) {
    .shariff .tumblr .fa-tumblr {
        font-size: 22px
    }
}

.shariff .threema a {
    background-color: #333
}

.shariff .threema a:hover {
    background-color: #1f1f1f
}

.shariff .threema .fa-lock {
    font-size: 28px
}

.shariff .theme-white .threema a {
    color: #333
}

@media only screen and (min-width: 600px) {
    .shariff .threema .fa-lock {
        font-size: 22px
    }
}

.shariff .weibo a {
    background-color: #F56770
}

.shariff .weibo a:hover {
    background-color: #FA7F8A
}

.shariff .weibo .fa-weibo {
    font-size: 28px
}

.shariff .weibo .share_count {
    color: #0174a4;
    background-color: #F56770
}

.shariff .theme-white .weibo a {
    color: #F56770
}

@media only screen and (min-width: 600px) {
    .shariff .weibo .fa-weibo {
        font-size: 24px
    }
}

.shariff .tencent-weibo a {
    background-color: #26ACE0
}

.shariff .tencent-weibo a:hover {
    background-color: #38BBEB
}

.shariff .tencent-weibo .fa-tencent-weibo {
    font-size: 28px
}

.shariff .tencent-weibo .share_count {
    color: #0174a4;
    background-color: #26ACE0
}

.shariff .theme-white .tencent-weibo a {
    color: #26ACE0
}

@media only screen and (min-width: 600px) {
    .shariff .tencent-weibo .fa-tencent-weibo {
        font-size: 24px
    }
}

.shariff .qzone a {
    background-color: #2B82D9
}

.shariff .qzone a:hover {
    background-color: #398FE6
}

.shariff .qzone .fa-qq {
    font-size: 28px
}

.shariff .qzone .share_count {
    color: #0174a4;
    background-color: #2B82D9
}

.shariff .theme-white .qzone a {
    color: #2B82D9
}

@media only screen and (min-width: 600px) {
    .shariff .qzone .fa-qq {
        font-size: 24px
    }
}

div.tx_jobfair form fieldset legend {
    display: none
}

#tx_jobfair-show-actionlist, #tx_jobfair-list-actionlist, #tx_jobfair-apply-actionlist, #tx_jobfair-confirmDelete-actionlist {
    margin: 20px 0 20px 0
}

div.tx_jobfair dt, div.tx_jobfair dd {
    margin-bottom: 15px;
    overflow: auto
}

div.tx_jobfair dt {
    float: left;
    font-weight: bold;
    margin-right: 15px;
    width: 140px;
    text-align: right;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.tx_jobfair table {
    border-collapse: collapse;
    width: 100%
}

.tx_jobfair table td {
    vertical-align: top
}

.tx_jobfair table th {
    font-weight: bold;
    line-height: 22px;
    font-size: 14px;
    color: #5f5e5e;
    margin: 20px 0px 5px;
    border-bottom: 1px solid #CCCCCC
}

.tx_jobfair table tr {
    line-height: 22px
}

.tx_jobfair table tr:nth-child(2n+3) {
    background-color: #eeeeee
}

.tx_jobfair table tr:hover {
    background-color: #CCCCCC
}

div.tx_jobfair_filter_item {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: top
}

div.tx_jobfair_filter_item label {
    display: block;
    font-weight: bold
}

form#tx_jobfair-form-new, form#tx_jobfair-form-edit {
    width: 400px
}

.tx_jobfair-label {
    display: block;
    font-weight: bold
}

div.tx_jobfair-edit-item {
    margin-bottom: 10px
}

input.tx_jobfair-edit-input, input.tx_jobfair-new-input {
    width: 100%
}

textarea.tx_jobfair-edit-textarea, textarea.tx_jobfair-new-textarea {
    width: 100%;
    height: 150px
}

#tx_jobfair-delete-item-notice {
    margin-bottom: 10px
}

.femanager_flashmessages > div {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    margin-bottom: 4px;
    padding: 12px 12px 12px 36px
}

.femanager_flashmessages > .message-2 {
    background-color: #F6D3CF;
    background-image: url('vhs-assets-css-51346f47a2fdd92a7bb7cd9ba3e03c40.png');
    border: 1px solid #D66C68;
    color: #AA0225
}

.femanager_flashmessages > .message-1 {
    background-color: #FBF6DE;
    background-image: url('/fileadmin/user_upload/icons/femanager_flashmessagesmessage-1.png');
    border: 1px solid #B1905C;
    color: #9E7D4A
}

.femanager_flashmessages > .message-0 {
    background-color: #CDEACA;
    background-image: url('vhs-assets-css-630161b2361bfa9c6cd38dc577d0ab98.png');
    border: 1px solid #58B548;
    color: #3B7826
}

.femanager_flashmessages > .message--1 {
    background-color: #EAF7FF;
    background-image: url('/fileadmin/user_upload/icons/femanager_flashmessagesmessage--1.png');
    border: 1px solid #C5DBE6;
    color: #4C73A1
}

.femanager_flashmessages > .message--2 {
    background-color: #F6F7FA;
    background-image: url('vhs-assets-css-630161b2361bfa9c6cd38dc577d0ab98.png');
    border: 1px solid #C2CBCF;
    color: #444
}

.femanager_note {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    margin-bottom: 4px;
    padding: 12px 12px 12px 36px;
    background-color: #F6F7FA;
    background-image: url('vhs-assets-css-630161b2361bfa9c6cd38dc577d0ab98.png');
    border: 1px solid #C2CBCF;
    color: #444;
    list-style-type: none;
    margin-left: 0
}

.femanager_error {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    margin-bottom: 4px;
    padding: 12px 12px 12px 36px;
    background-color: #F6D3CF;
    background-image: url('vhs-assets-css-51346f47a2fdd92a7bb7cd9ba3e03c40.png');
    border: 1px solid #D66C68;
    color: #AA0225;
    list-style-type: none;
    margin-left: 0
}

.tx-femanager .qq-uploader {
    position: relative;
    width: 100%
}

.tx-femanager .qq-upload-button-focus {
    outline: 1px dotted #000000
}

.tx-femanager .qq-upload-drop-area, .tx-femanager .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #FF9797;
    text-align: center
}

.tx-femanager .qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px
}

.tx-femanager .qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px
}

.tx-femanager .qq-upload-drop-area-active {
    background: #FF7171
}

.tx-femanager .qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.tx-femanager .qq-upload-list .alert {
    text-align: center;
    margin-top: 10px
}

.tx-femanager .qq-upload-list li {
    margin: 0;
    padding: 9px;
    line-height: 15px;
    font-size: 16px
}

.tx-femanager .qq-upload-file, .tx-femanager .qq-upload-spinner, .tx-femanager .qq-upload-size, .tx-femanager .qq-upload-cancel, .tx-femanager .qq-upload-retry, .tx-femanager .qq-upload-failed-text, .tx-femanager .qq-upload-finished, .tx-femanager .qq-upload-delete {
    margin-right: 12px
}

.tx-femanager .qq-upload-delete {
    font: 0/0 a !important;
    text-shadow: none;
    color: transparent !important;
    display: inline-block !important;
    margin-top: 3px
}

.tx-femanager .qq-upload-spinner {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom
}

.tx-femanager .qq-drop-processing {
    display: none
}

.tx-femanager .qq-drop-processing-spinner {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: text-bottom
}

.tx-femanager .qq-upload-finished {
    display: none;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom
}

.tx-femanager .qq-upload-retry, .tx-femanager .qq-upload-delete {
    display: none;
    color: #000000
}

.tx-femanager .qq-upload-cancel, .tx-femanager .qq-upload-delete {
    color: #000000
}

.tx-femanager .qq-upload-retryable .qq-upload-retry {
    display: inline
}

.tx-femanager .qq-upload-size, .tx-femanager .qq-upload-cancel, .tx-femanager .qq-upload-retry, .tx-femanager .qq-upload-delete {
    font-size: 12px;
    font-weight: normal
}

.tx-femanager .qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: bold
}

.tx-femanager .qq-upload-failed-icon {
    display: none;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom
}

.tx-femanager .qq-upload-fail .qq-upload-failed-text {
    display: inline
}

.tx-femanager .qq-upload-retrying .qq-upload-failed-text {
    display: inline;
    color: #D60000
}

.tx-femanager .qq-upload-list li.qq-upload-success {
    background-color: #5DA30C;
    color: #FFFFFF
}

.tx-femanager .qq-upload-list li.qq-upload-fail {
    background-color: #D60000;
    color: #FFFFFF
}

.tx-femanager .qq-progress-bar {
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    width: 0%;
    height: 15px;
    border-radius: 6px;
    margin-bottom: 3px;
    display: none;
    margin-top: 10px
}

.tx-femanager .fileupload_image {
    max-width: 200px;
    margin-top: 20px
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI {
    display: inline;
    margin-right: 5px
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
    width: 100px
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    width: 150px
}

.tx-indexedsearch .tx-indexedsearch-whatis {
    margin-top: 10px;
    margin-bottom: 5px
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
    font-weight: bold;
    font-style: italic
}

.tx-indexedsearch .tx-indexedsearch-noresults {
    text-align: center;
    font-weight: bold
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
    font-style: italic
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: red
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
    background: #eeeeee
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
    margin-top: 20px;
    margin-bottom: 5px
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
    margin-top: 0px;
    margin-bottom: 0px
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
    background: #cccccc;
    vertical-align: middle
}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
    color: #666666
}

.tx-indexedsearch .tx-indexedsearch-category {
    background: #cccccc;
    font-size: 16px;
    font-weight: bold
}

.tx-indexedsearch .res-tmpl-css {
    clear: both;
    margin-bottom: 1em
}

.tx-indexedsearch .searchbox-tmpl-css LABEL {
    margin-right: 1em;
    width: 10em;
    float: left
}

.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
    letter-spacing: 0;
    font-weight: normal;
    margin-top: -1.2em;
    float: right
}

.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {
    float: left
}

.tx-indexedsearch .info-tmpl-css dd.item-mtime {
    float: none
}

.tx-indexedsearch .info-tmpl-css dd.item-path {
    float: none
}

.tx-mkphpids-pi1 {
    padding: 5px;
    text-align: left;
    margin: 0 0 5px 0
}

.tx-mkphpids-pi1 h6 {
    margin: 0;
    padding: 0;
    font-size: 12px
}

.tx-mkphpids-pi1 .box {
    padding: 5px;
    margin: 0 0 5px 0
}

.tx-mkphpids-pi1 .info {
    border: 1px solid #AACCEE;
    background-color: #F6FBFF
}

.tx-mkphpids-pi1 .ok {
    border: 1px solid #90DE00;
    background-color: #F3FFDF
}

.tx-mkphpids-pi1 .error {
    border: 1px solid #FF0000;
    background-color: #FFEEEE;
    font-weight: bold
}

.ce-align-left {
    text-align: left
}

.ce-align-center {
    text-align: center
}

.ce-align-right {
    text-align: right
}

.ce-table td, .ce-table th {
    vertical-align: top
}

.ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: hidden
}

.ce-left .ce-gallery, .ce-column {
    float: left
}

.ce-center .ce-outer {
    position: relative;
    float: right;
    right: 50%
}

.ce-center .ce-inner {
    position: relative;
    float: right;
    right: -50%
}

.ce-right .ce-gallery {
    float: right
}

.ce-gallery figure {
    display: table;
    margin: 0
}

.ce-gallery figcaption {
    display: table-caption;
    caption-side: bottom
}

.ce-gallery img {
    display: block
}

.ce-gallery iframe {
    border-width: 0
}

.ce-border img, .ce-border iframe {
    border: 2px solid black;
    padding: 0px
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 10px
}

.ce-intext.ce-right .ce-gallery {
    margin-left: 10px
}

.ce-intext.ce-left .ce-gallery {
    margin-right: 10px
}

.ce-below .ce-gallery {
    margin-top: 10px
}

.ce-column {
    margin-right: 10px
}

.ce-column:last-child {
    margin-right: 0
}

.ce-row {
    margin-bottom: 10px
}

.ce-row:last-child {
    margin-bottom: 0
}

.ce-above .ce-bodytext {
    clear: both
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
    padding-left: 40px;
    overflow: auto
}

.ce-uploads {
    margin: 0;
    padding: 0
}

.ce-uploads li {
    list-style: none outside none;
    margin: 1em 0
}

.ce-uploads img {
    float: left;
    padding-right: 1em;
    vertical-align: top
}

.ce-uploads span {
    display: block
}

.tx-felogin-pi1 label {
    display: block
}

body {
    border-left: none;
    letter-spacing: 0.5px;
}

a:focus {
    outline: none;
    text-decoration: none
}

a .glyphicon-double:first-child {
    letter-spacing: -5px
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 20px;
    margin-bottom: 20px
}

h3 {
    font-size: 17px;
    margin-bottom: 20px
}

.glyphicon-rutronik {
    color: #008BD2
}

@media (min-width: 992px) {
    .col-md-2.col-md-c5 {
        width: 20%
    }
}

img.grayscale {
    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");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%)
}

.ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: inherit
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 15px
}

.ce-uploads img {
    padding-right: 4px
}

.ce-uploads .row-chunk:last-child {
    margin-bottom: 0
}

.rutronik-box .ce-bodytext ul {
    padding: 0;
    margin: 0;
    padding-left: 20px
}

.ce-uploads .row-chunk {
    margin-bottom: 40px
}

.clearme {
    clear: both;
    overflow: auto
}

section {
    margin-bottom: 60px
}

section h2:first-child {
    margin-top: 0
}

ul.list-inline a.btn {
    margin-bottom: 10px
}

header {
    color: #FFF;
    z-index: 501;
    position: fixed;
    width: 100%;
    top: 0;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    max-height: calc(100vh - 25px);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

header::-webkit-scrollbar {
  display: none;
}

header + * {
    margin-top: 105px;
}

header #row-1 {
    color: #FFF;
    padding-top: 15px;
    padding-bottom: 11px;
    border-bottom: 7px solid #008bd2;
	min-height: 105px;
}

header #row-1 .navbar-brand {
    height: auto;
    padding: 0;
    float: right;
    right: 0;
    margin-right: 30px;
}

header #row-1 {
    margin-top: 0;
    line-height: 19px
}

header #row-1 .language_select {
    display: inline-block;
    border: 1px solid #4e4e4e
}

header #row-1 .language_select ul.nav {
    float: left;
    margin-top: 0;
    position: relative
}

header #row-1 .language_select ul.nav li span.glyphicon {
    border-left: 1px solid #616161;
    padding-left: 5px;
    margin-left: 4px;
    line-height: 18px
}

header #row-1 .language_select ul.nav li {
    background-color: #3c4045;
    margin-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-top: 0px
}

header #row-1 .language_select ul.nav li a, header #row-1 .language_select ul.nav li span.lang-toggle {
    display: block;
    width: 165px;
    cursor: pointer;
    font-size: 12px;
    color: #FFF;
    line-height: 21px
}

header #row-1 .language_select ul.nav li a .glyphicon, header #row-1 .language_select ul.nav li span.lang-toggle .glyphicon {
    float: right
}

header #row-1 .language_select ul.nav li a img, header #row-1 .language_select ul.nav li span.lang-toggle img {
    margin-top: -3px;
    margin-right: 6px
}

header #row-1 .language_select ul.nav li a {
    border-top: 1px solid #c6c6c6;
    line-height: 24px
}

header #row-1 .language_select ul.nav li a:hover {
    text-decoration: none
}

header #row-1 .language_select ul.nav li:first-child a {
    border-top: 0px solid #000
}

header #row-1 .language_select ul.nav ul {
    display: none;
    position: absolute;
    z-index: 100;
    list-style: none;
    padding-left: 0;
    width: 177px;
    top: 1px;
    border: 1px solid #4e4e4e;
    left: -1px;
    border-top: 0px solid transparent
}

header #row-1 .socialmedialinks {
    float: none;
	display: inline-block;
}

header #row-1 .socialmedialinks .image-column {
    border: 1px solid #4e4e4e
}

header #row-2-menu {
    background-color: transparent;
    color: #333333;
    top: 0;
    width: 100%;
    z-index: 101;
    border-bottom: none
}

header #row-2-menu .container {
    position: inherit;
    width: 100%;
    padding: 0;
    justify-content: flex-start;
}

header #row-2-menu .container .navbar {
    position: relative;
    display: inline-block;
    /* width: 100vw; */
}

header #row-2-menu .container .navbar-collapse {
    padding: 0;
}

header #row-2-menu .container nav {
    margin: 0;
    padding: 0
}

header #row-2-menu .container .container {
    position: relative;
    padding-bottom: 20px;
}

header #row-2-menu .nav.navbar-nav ul.columns {
    padding-left: 0;
    margin-left: 30px;
}

header #row-2-menu .nav.navbar-nav ul.subcol {
    padding-left: 0;
    padding-right: 35px;
    margin-bottom: 10px;
}

header #row-2-menu .nav.navbar-nav .struct-li:last-child ul.subcol {
    padding-right: 0
}


header #row-2-menu .nav.navbar-nav .lvl-1-href:hover, header #row-2-menu .nav.navbar-nav .lvl-2-href:hover {
	color: white;
	transition: .2s background-color;
}

header #row-2-menu .nav.navbar-nav a.act, header #row-2-menu .nav.navbar-nav a.cur, header #row-2-menu .nav.navbar-nav .lvl-0-href:hover {
    background-color: #008bd2;
    color: white;
	transition: .2s background-color;
}


.page_uid769 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover {
	background-color: #E30613;
}

.page_uid770 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover {
	background-color: #f0db00;
}

.page_uid771 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover {
	background-color: #FCB300;
}

.page_uid772 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover {
	background-color: #73B62A;
}


header #row-2-menu .nav.navbar-nav li.lvl-1-li a.act,
header #row-2-menu .nav.navbar-nav li.lvl-2-li a.act {
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
	letter-spacing: 1.5px;
	color: white;
}

header #row-2-menu .nav.navbar-nav li.lvl-1-li a.act::before, header #row-2-menu .nav.navbar-nav li.lvl-2-li a.cur::before, header #row-2-menu .nav.navbar-nav li a.lvl-0-href::before, header #row-2-menu .nav.navbar-nav li a.lvl-1-href::before, header #row-2-menu .nav.navbar-nav li a.lvl-2-href::before, header #row-2-menu .nav.navbar-nav .lvl-0-href:hover::before, header #row-2-menu .nav.navbar-nav .lvl-1-href:hover::before, header #row-2-menu .nav.navbar-nav .lvl-2-href:hover::before {
	color: white;
}

header #row-2-menu .nav.navbar-nav li.struct-li {
    list-style: none;
    float: left
}

header #row-2-menu .nav.navbar-nav li.lvl-1-li.subcol-headline {
    padding-bottom: 10px;
    margin-bottom: 0;
    text-transform: uppercase
}

header #row-2-menu .nav.navbar-nav li.lvl-1-li.subcol-headline::after {
    display: none
}

header #row-2-menu .nav.navbar-nav li.lvl-1-li, header #row-2-menu .nav.navbar-nav li.lvl-2-li {
    list-style: none
}

header #row-2-menu .nav.navbar-nav .supplier ul.subcol li.lvl-2-li {
       display: none;
}


header #row-2-menu .nav.navbar-nav li.lvl-1-li a, header #row-2-menu .nav.navbar-nav li.lvl-2-li a {
    padding-left: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    display: block
}

header #row-2-menu .nav.navbar-nav li.lvl-1-li a::before, header #row-2-menu .nav.navbar-nav li.lvl-2-li a::before {
    position: absolute;
    width: 9px;
    height: 9px;
    content: "";
    left: 0;
    top: 6px
}

header #row-2-menu .nav.navbar-nav li.lvl-1-li a:hover, header #row-2-menu .nav.navbar-nav li.lvl-2-li a:hover {
    color: #008BD2
}

header #row-2-menu .nav.navbar-nav li.lvl-1-li a::before {
    background-color: #008BD2
}

header #row-2-menu .nav.navbar-nav li.lvl-2-li a::before {
    background-color: #929291;
    left: 17px
}

header #row-2-menu .nav.navbar-nav li.dropdown {
    position: inherit;
    padding: 0 2px;
}

body.mobile-device .show-menu.opened li.dropdown.has-subpages.opened {
    /*overflow-y: scroll;*/
}

.show-menu.opened li.dropdown.has-subpages.opened::-webkit-scrollbar {
    display: none;
}

.show-menu.opened li.dropdown.has-subpages.opened.example {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu {
    margin-top: 0;
    border-top: 0px solid transparent;
    width: calc(100vw - 17px);
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;
    display: none;
}

header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu .container li {
    float: none
}

header #row-2-menu .nav.navbar-nav a {
    color: white;
    font-size: 17px;
    padding-top: 23px;
    padding-bottom: 3px;
}

header #row-2-menu .nav.navbar-nav a.lvl-0-href {
    display: inline-block;
    padding-right: 0;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
}

header #row-2-menu .nav.navbar-nav a.dropdown-toggler {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    padding-top: 0;
    width: auto;
    padding: 12px 7px;
    background: transparent;
    border-radius: 5px;
    color: white;
	transition: .2s background-color;
}

header #row-2-menu .nav.navbar-nav .act a.dropdown-toggler {
	
    background: #008bd2;
}



.page_uid769 header #row-2-menu .nav.navbar-nav .act a.dropdown-toggler {
	background-color: #E30613;
}


.page_uid770 header #row-2-menu .nav.navbar-nav .act a.dropdown-toggler {
	background-color: #f0db00;
}

.page_uid771 header #row-2-menu .nav.navbar-nav .act a.dropdown-toggler {
	background-color: #FCB300;
}


.page_uid772 header #row-2-menu .nav.navbar-nav .act a.dropdown-toggler {
	background-color: #73B62A;
}

header #row-2-menu .nav.navbar-nav a.dropdown-toggler img {
    margin-bottom: 3px
}

header #row-2-menu .navbar-toggle {
    border: 0px solid #3e4141;
    /* border-bottom: 3px solid #008BD2; */
    padding: 0;
    margin-top: 22px;
    margin-right: 0;
    margin-left: 22px;
}

header #row-2-menu .navbar-toggle .icon-bar {
    background-color: white;
}

header #row-2-menu .navbar-toggle .pull-left {
    margin-top: 3px
}

header #row-2-menu .navbar-toggle .text {
    padding: 0px 0px 5px 10px;
    display: none;
}

header #row-2-menu #quicksearch {
    width: 50px;
    margin: 0;
    padding: 0;
    font-size: 17px;
    position: absolute;
    left: unset;
    top: 8px;
    transition: .3s all;
    right: 0;
}

header #row-2-menu.searching #quicksearch {
	right: auto;
	left: 0;
	width: calc(100vw - 41px);
	transition: .3s all;
}

header #row-2-menu #quicksearch input[type="text"] {
    border: 0px solid transparent;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
    height: 100%;
}

header #row-2-menu #quicksearch .nowrap label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 400;
	color: white;
}

header #row-2-menu #quicksearch li.close {
    display: none;
    opacity: 1;
}

header #row-2-menu #quicksearch li {
    list-style: none;
    display: inline-block;
    float: right;
}

header #row-2-menu #quicksearch .init {
    padding-top: 14px;
    cursor: pointer;
	display: none;
}

header #row-2-menu #quicksearch .active {
    display: none;
    overflow: hidden;
}

header #row-2-menu.searching #quicksearch .active {
	width: 80% !important;
}

header #row-2-menu #quicksearch .active table {
    float: right;
    width: 100%;
	height: 50px;
}

header #row-2-menu #quicksearch .active .nowrap {
    width: 75px;
    margin-left: 10px;
    font-size: 14px
}

header #row-2-menu #quicksearch .submit {
    cursor: pointer
}

header #row-2-menu #quicksearch .submit .glyphicon, header #row-2-menu #quicksearch .close .glyphicon {
    font-size: 30px;
    line-height: 50px;
    padding-right: 10px;
    padding-left: 15px;
    color: white;
}

body.tablet header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-toggler {
    float: left;
    /* margin-left: 15px */
}

body.tablet header #row-2-menu .nav.navbar-nav li.dropdown.open .dropdown-toggler img {
    transform: rotate(180deg)
}

body.tablet header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu {
    position: relative;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
	width: 100%;
}


body.tablet header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu ul {
	width: 100%;
}

body.tablet header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu .subcol {
    padding-top: 10px;
    border-top: none;
    margin-bottom: 0;
    padding-right: 0;
}

body.tablet header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu .struct-li {
    float: none
}

body.tablet header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu li.subcol-headline::after {
    display: none
}

#visual {
    position: relative;
    overflow: hidden
}

#visual .page_image {
    height: 220px;
    background: black;
}

#visual .page_image .rutronik-page-image-html {
    position: relative;
    z-index: 101
}

#visual .page_image .rutronik-page-image-html .push-down-logo {
    margin-top: 185px
}

#breadcrumb {
    background-color: #FFF;
    border-bottom: 1px solid #e4e4e4;
    padding: 0;
    font-size: 12px;
    margin-bottom: 0
}

#breadcrumb .prefix {
    font-weight: bold;
    padding-right: 10px
}

#breadcrumb ol {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    display: inline-block
}

#breadcrumb ol li {
    text-transform: uppercase
}

#breadcrumb ol li.divider {
    color: #008BD2;
    width: 18px
}

#breadcrumb ol li.divider span {
    margin-top: -18px;
    position: absolute;
    font-size: 16px;
    letter-spacing: -2px
}

#breadcrumb ol li a {
    color: #333;
    text-decoration: underline
}

#breadcrumb ol li.active, #breadcrumb ol li.current {
    color: #333
}

#breadcrumb ol li:before {
    content: "";
    padding: 0;
    display: none
}

.homepage.container {
    padding-top: 20px
}

.pages.container {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 224px;
}

.pages.container h1:first-child {
    margin-top: 0
}

@media (max-width: 991px) {

    .news-list-view-default .lead {
        padding-top: 15px
    }

    .news-list-view-default .btn-read-more {
        width: 100%
    }
}

@media (max-width: 767px) {

    .col-xs-12 .btn {
        margin-top: 5px
    }
}

#socials-footer {
    height: 85px;
    min-height: 85px;
    position: relative
}

#socials-footer .overlay {
    text-align: center;
    padding-top: 13px;
    width: 100%
}

#socials-footer .overlay .image-column {
    margin-left: -15px;
}

#page-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    zoom: 1;
    filter: alpha(opacity=78);
    opacity: 0.78;
    display: none;
    z-index: 500;
    cursor: pointer
}

footer {
    padding-top: 35px;
    padding-bottom: 20px;
    background-color: #202024;
    color: #606d75
}

footer h2, footer h2 a {
    color: #606d75;
    font-size: 18px;
    margin: 0px
}

footer h2 {
    padding-bottom: 10px
}

footer a, footer p {
    font-size: 14px
}

footer a {
    color: #bbb
}

footer a:hover, footer a:focus {
    color: #FFF;
    text-decoration: none
}

footer .image-column {
    margin-right: 10px;
    position: relative
}

footer .image-column figure:last-child {
    display: none;
    position: absolute;
    top: 0;
    left: 0
}

footer .socialmedia .image-column {
    float: left;
    margin-right: 3px
}

footer ul {
    padding-left: 0
}

footer ul li {
    list-style: none
}

footer .row:last-child ul:last-child {
    float: right
}

footer .row:last-child ul:last-child li {
    float: left;
    list-style: none;
    margin-right: 10px
}

.tx-indexedsearch-res h3 {
    margin-bottom: 0
}

.tx-indexedsearch-sectionhead {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    padding-top: 10px;
    margin-left: 15px
}

.tx-indexedsearch-sectionlinks {
    margin-bottom: 20px
}

.tx-indexedsearch-sectionlinks p {
    margin-bottom: 0
}

.tx-indexedsearch-title {
    margin-bottom: 0
}

.tx-indexedsearch-title p {
    margin-bottom: 0
}

.tx-indexedsearch-browsebox.page-navigation {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
    text-align: center;
    padding: 22px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.tx-indexedsearch-browsebox.page-navigation .pagination {
    margin: 0
}

.tx-indexedsearch-browsebox.page-navigation .pagination li {
    display: inline-block;
    float: left
}

.tx-indexedsearch-browsebox.page-navigation .pagination .tx-indexedsearch-browselist-currentPage a, .tx-indexedsearch-browsebox.page-navigation .pagination .tx-indexedsearch-browselist-currentPage a:hover, .tx-indexedsearch-browsebox.page-navigation .pagination .tx-indexedsearch-browselist-currentPage a:focus, .tx-indexedsearch-browsebox.page-navigation .pagination .tx-indexedsearch-browselist-currentPage span, .tx-indexedsearch-browsebox.page-navigation .pagination .tx-indexedsearch-browselist-currentPage span:hover, .tx-indexedsearch-browsebox.page-navigation .pagination .tx-indexedsearch-browselist-currentPage span:focus {
    z-index: 3;
    color: #fff;
    background-color: #008BD2;
    border-color: #008BD2;
    cursor: default
}

.tx-indexedsearch-browsebox.page-navigation .pagination li a, .tx-indexedsearch-browsebox.page-navigation .pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #008BD2;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.news-headlines {
    display: none
}

.news-headlines.active {
    display: block
}

.news-list-view {
    font-size: 14px
}

.news-list-view .news-list-item {
    margin-bottom: 25px
}

.news-list-view .news-list-item.last {
    padding-bottom: 0
}

.news-list-view .news-list-item img {
    border: 1px solid #c6c6c6;
    padding: 5px
}

.news-list-view .page-navigation {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
    padding: 22px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    text-align: center
}

.news-list-view .page-navigation .pagination {
    margin: 0
}

.news-list-view .page-navigation:first-child {
    display: none
}

.news-list-view hr.articlespacer {
    margin-left: 15px;
    margin-right: 15px
}

.news-list-view hr.articlespacer.last {
    display: none
}

.news-list-view h3 {
    color: #333;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

.news-list-view h3 a {
    color: #333
}

.news-list-view .extra {
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 20px
}

.news-list-view .lead {
    font-size: 14px
}

.news-list-view .imagecol {
    padding-right: 5px
}

.event-container-headlines a {
    color: #333
}

.event-container-headlines .news-category {
    font-size: 80%
}

.event-container-headlines a.news-category {
    text-decoration: underline
}

.event-container-headlines ul.news-headlines {
    padding: 0 15px 0 15px;
    margin: 0
}

.event-container-headlines ul.news-headlines li {
    list-style: none;
    border-bottom: 1px solid #929291;
    padding-bottom: 7px;
    margin-bottom: 7px
}

.event-container-headlines ul.news-headlines li:last-child {
    border-bottom: 0px solid #000;
    margin-bottom: 0;
    padding-bottom: 0
}

.event-container-headlines ul.news-headlines li:hover .daterow .glyphicon {
    color: #008bd2
}

.event-container-headlines ul.news-headlines li .daterow {
    position: relative;
    padding-left: 25px;
    padding-top: 3px
}

.event-container-headlines ul.news-headlines li .daterow .glyphicon {
    font-size: 20px;
    color: #929291;
    position: absolute;
    left: 0;
    top: 0
}

.event-container-headlines ul.news-headlines li .daterow .datelabel {
    line-height: 22px
}

.event-container-headlines ul.news-headlines li .itemlink {
    display: block;
    font-size: 140%
}

.news-container-headlines a {
    color: #333
}

.news-container-headlines ul.news-headlines {
    padding: 0 15px 0 15px;
    margin: 0
}

.news-container-headlines ul.news-headlines li {
    list-style: none;
    margin-bottom: 10px
}

.news-container-headlines ul.news-headlines li a {
    padding-left: 35px;
    position: relative;
    display: block
}

.news-container-headlines ul.news-headlines li a:hover {
    text-decoration: none
}

.news-container-headlines ul.news-headlines li a::before {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
    content: "";
    background: url("/typo3conf/ext/rutemplate_core/Resources/Public/Images/listitem.png") no-repeat top left
}

.news-container-headlines ul.news-headlines li a:hover::before {
    background: url("/typo3conf/ext/rutemplate_core/Resources/Public/Images/listitem.png") no-repeat top right
}

.news-single .article {
    font-size: 14px
}

.news-single .article h1 {
    margin-top: 0;
    margin-bottom: 0
}

.news-single .article .extra {
    margin-bottom: 20px
}

.news-single .article .shariff {
    margin-bottom: 22px
}

.news-single .article .news-text-wrap :first-child {
    margin-top: 0px;
    padding-top: 0px
}

.news-single .article .news-related {
    margin-top: 20px
}

.news-single .article .news-related .item {
    margin-bottom: 10px
}

.news-single .article .news-related .item .btn-block {
    text-align: left
}

.news-single .article .news-related .item .description {
    padding-top: 5px
}

.news-single .article .news-related-news ul, .news-single .article .news-related-files ul, .news-single .article .news-related-links ul {
    padding-left: 0;
    margin-bottom: 0
}

.news-single .article .news-related-news ul li, .news-single .article .news-related-files ul li, .news-single .article .news-related-links ul li {
    list-style: none
}

.news-list-headlines-view .js-paginate {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    transition: 0.6s linear
}

.news-list-headlines-view .js-paginate .active {
    font-weight: 800
}

.rutronik-box-content:hover .js-paginate {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    transition: 0.6s linear
}

.news-list-headlines-view.js-paginated {
    padding-bottom: 40px
}

.news-list-headlines-view.js-paginated .js-paginate {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #929291;
    padding-top: 5px;
    padding-bottom: 5px
}

.news-list-headlines-view.js-paginated .js-paginate .all {
    color: #000
}

.news-list-headlines-view.js-paginated .js-paginate .all .glyphicon:nth-child(2) {
    margin-left: -7px
}

.news-list-headlines-view.js-paginated .js-paginate ul {
    padding: 0px;
    margin: 0
}

.news-list-headlines-view.js-paginated .js-paginate ul li {
    float: left;
    list-style: none;
    cursor: pointer
}

.news-list-headlines-view.js-paginated .js-paginate ul li.jumpto {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #000;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
    margin-top: 4px
}

.news-list-headlines-view.js-paginated .js-paginate ul li.jumpto.active {
    background-color: #000
}

.job-label {
    font-weight: 800
}

.tx_jobfair select {
    width: 100% !important
}

.form-group.tx_jobfair {
    padding: 0
}

.tx_jobfair th {
    background-color: #c6c6c6;
    color: #3c3f40 !important
}

table.tx_jobfair.table tr td:first-child {
    max-width: 400px;
    white-space: normal !important
}

.rutronik-box div.tx_jobfair {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px
}

.page_uid37 .rutronik-box div.tx_jobfair {
    margin-top: 0
}

#slideBanner {
    display: none;
    position: fixed;
    width: 50px;
    height: 250px;
    bottom: 212px;
    z-index: 101;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    overflow: hidden
}

#slideBanner .inner {
    position: relative
}

#slideBanner .inner .toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 250px;
    width: 50px;
    background-color: #333;
    text-align: center
}

#slideBanner .inner .toggle .glyphicon {
    margin-top: 110px;
    font-size: 30px;
    color: #FFF;
    font-weight: 800
}

#cookie-notice {
    background-color: #e4e4e4;
    color: #333333;
    border-bottom: 1px solid #b1b1b1;
    position: relative;
    z-index: 600
}

#cookie-notice .container {
    position: relative
}

#cookie-notice .container .close {
    position: absolute;
    bottom: 5px;
    right: 15px
}

#cookie-notice .container .close .glyphicon {
    font-size: 40px
}

#cookie-notice .container p {
    padding-right: 50px;
    margin-top: 5px;
    margin-bottom: 5px
}

.featherlight .featherlight-close {
    top: -12px;
    right: 15px
}

.featherlight .featherlight-next, .featherlight .featherlight-previous {
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 6em;
    font-family: "Glyphicons Halflings";
    line-height: 1em;
    margin-top: -50px;
    color: #008bd2
}

.featherlight .featherlight-next span, .featherlight .featherlight-previous span {
    color: #008BD2
}

.featherlight .featherlight-next {
    right: 0
}

.featherlight .featherlight-next:before {
    content: "\e080"
}

.featherlight .featherlight-previous {
    left: 0
}

.featherlight .featherlight-previous:before {
    content: "\e079"
}

.featherlight .featherlight-content {
    overflow: visible
}

.featherlight .featherlight-content .legend {
    position: relative;
    z-index: 101
}

.featherlight .featherlight-content .lightbox-title {
    margin-top: 15px;
    display: inline-block;
    font-weight: 800;
    font-size: 160%
}

.featherlight .featherlight-content .lightbox-description {
    font-style: italic
}

.ce-media {
    position: relative
}

.featherlightbox:after {
    position: absolute;
    font-family: "Glyphicons Halflings";
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 13px;
    content: "\e015";
    font-size: 40px;
    width: 100%;
    z-index: 11;
    text-align: right;
    -webkit-text-stroke: 1px #e2e4eb
}

.component-category-navigation {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eeeeee
}

.component-category-navigation .fade-wrap {
    position: relative;
    text-align: center
}

.component-category-navigation .fade-wrap a {
    position: relative;
    display: inline-block;
    margin: 0px auto
}

.component-category-navigation .fade-wrap .out {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s linear
}

.component-category-navigation .fade-wrap:hover .out {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    transition: 0.2s linear
}

.component-category-navigation .fade-wrap .textlink {
    color: #333333;
    display: block;
    margin-top: 5px
}

.rutronik-contact-data-box {
    padding: 15px;
    border: 1px solid #c6c6c6
}

.rutronik-contact-data-box .headline, .rutronik-contact-data-box .position, .rutronik-contact-data-box .country-zip-city {
    margin-bottom: 10px
}

.rutronik-contact-data-box .rutronik-contact-data-box-line {
    padding-left: 20px;
    position: relative;
    font-size: 80%
}

.rutronik-contact-data-box .rutronik-contact-data-box-line .glyphicon {
    position: absolute;
    left: 0;
    color: #606d75
}

.tab-content-shop-categorys .row {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    margin: 0
}

.tab-content-shop-categorys .row .lbl p {
    line-height: 32px;
    margin: 0px
}

.tab-content-shop-categorys .row .logos {
    padding-top: 4px
}

.tab-content-shop-categorys .row .logos a {
    margin-right: 5px
}

.tab-content-shop-categorys .row .cta .btn {
    margin-top: 5px
}

.selectarea .badge {
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px
}

.selectarea .badge::before {
    position: relative;
    content: "\e157";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    margin-right: 2px
}

.selectarea .badge.active::before {
    position: relative;
    content: "\e067";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    margin-right: 2px
}

.linecardgrid {
    padding-top: 170px;
    display: none
}

.linecardgrid .headtitle {
    width: 220px;
    height: 20px;
    text-align: right;
    margin-left: -175px;
    padding-bottom: 50px;
    margin-top: -100px;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod=" auto expand ", M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"
}

.linecardgrid tr td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee
}

.linecardgrid td.linecard_pgid_1 {
    font-weight: 800
}

.linecardgrid td.linecard_pgid_2 {
    font-weight: 800;
    padding-left: 20px
}

.linecardgrid td.linecard_pgid_3 {
    padding-left: 30px
}

.linecardgrid .linecard_p1 {
    background-color: #008bd2
}

.panel-heading h3:first-child:before {
    margin-left: -15px
}

.hoverfade {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

#visual .fce-carousel:hover .hoverfade {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0
}

.panel-heading .collapsed .state-in {
    display: none
}

.panel-heading .collapsed .state-out {
    display: inline-block
}

.panel-title {
    color: #333
}

.panel-title.highlight-title {
    font-weight: 800
}

.panel-heading button .state-out,
.panel-heading a .state-out {
    display: none
}

.panel-heading button .state-in,
.panel-heading a .state-in {
    display: inline-block
}

.ce-menu.ce-menu-8, .ce-menu.ce-menu-8 ul {
    padding-left: 20px
}

#c1109 .js-paginate {
    width: 100%;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px
}

#c1109 .event-container-headlines ul.news-headlines li .itemlink {
    font-size: 140%
}

.rutronik-page-image-html .slidebadge {
    position: absolute;
    width: 100%;
    z-index: 100
}

.rutronik-page-image-html .slidebadge {
    text-align: center;
    display: inline-block;
    background-color: #FFF;
    color: #000;
    margin: 20px 0 0 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
    font-size: 150%;
    line-height: normal;
    font-weight: 800;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px
}

.rutronik-page-image-html .slidebadge img {
    margin-bottom: 10px
}

#c1231 {
    margin-top: 30px
}

#c1231 li {
    font-size: 20px
}

#c1305 .btn, #c1592 .btn {
    text-align: left
}

#c1610 ul, #c1646 ul {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    overflow: auto;
    margin-bottom: 0
}

#c1610 ul li, #c1646 ul li {
    float: left;
    list-style: none;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

#c1610 ul li a, #c1646 ul li a {
    margin-bottom: 10px;
    color: #fff;
    background-color: #008BD2;
    border-color: #007ab9;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-decoration: none
}

#c1610 ul li a:hover, #c1610 ul li a:focus, #c1610 ul li a:active, #c1646 ul li a:hover, #c1646 ul li a:focus, #c1646 ul li a:active {
    color: #fff;
    background-color: #00699f;
    border-color: #00527b
}

.tx-ttaddress-pi1 h2 {
    margin-top: 0
}

.tx-ttaddress-pi1 .vcard.row .col-md-4 {
    padding-bottom: 20px
}

.page_uid250 {
    background-color: #828282
}

.page_uid250 h1 {
    font-size: 260%;
    color: #828282
}

.page_uid250 #c901, .page_uid250 #c2244 {
    text-align: center;
    margin-top: 270px
}

.page_uid250 #c905, .page_uid250 #c2245 {
    text-align: center;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 10px
}

.page_uid250 .fce-button {
    text-align: center;
    margin-bottom: 20px
}

.page_uid250 .rutronik.pages.container * {
    z-index: 2;
    position: relative
}

.page_uid250 .rutronik.pages.container::before {
    position: absolute;
    width: 100%;
    background: url(/typo3conf/ext/rutemplate_core/Resources/Public/Images/404.jpg) no-repeat top center;
    height: 500px;
    left: 0;
    margin-top: -20px;
    z-index: 1
}

.page_uid40 .rutronik.pages.container {
    display: none
}

.page_uid40 .rutronik-box .rutronik-box-image {
    padding: 20px
}

.page_uid40 #c2231, .page_uid40 #c2259 {
    border-left-color: #f0db00
}

.page_uid40 #c2231 .rutronik-box-headline, .page_uid40 #c2259 .rutronik-box-headline {
    border-bottom-color: #f0db00
}

.page_uid40 #c2231 .rutronik-box-image, .page_uid40 #c2259 .rutronik-box-image {
    padding-left: 5px
}

.page_uid40 #c2231 b, .page_uid40 #c2259 b {
    color: #f0db00;
    font-weight: 400
}

.page_uid40 #c2232, .page_uid40 #c2261 {
    border-left-color: #FCB300
}

.page_uid40 #c2232 .rutronik-box-headline, .page_uid40 #c2261 .rutronik-box-headline {
    border-bottom-color: #FCB300
}

.page_uid40 #c2232 .rutronik-box-image, .page_uid40 #c2261 .rutronik-box-image {
    padding-left: 15px
}

.page_uid40 #c2232 b, .page_uid40 #c2261 b {
    color: #FCB300;
    font-weight: 400
}

.page_uid40 #c2233, .page_uid40 #c2265 {
    border-left-color: #E30613
}

.page_uid40 #c2233 .rutronik-box-headline, .page_uid40 #c2265 .rutronik-box-headline {
    border-bottom-color: #E30613
}

.page_uid40 #c2233 .rutronik-box-image, .page_uid40 #c2265 .rutronik-box-image {
    padding-left: 15px
}

.page_uid40 #c2233 b, .page_uid40 #c2265 b {
    color: #E30613;
    font-weight: 400
}

.page_uid40 #c2234, .page_uid40 #c2263 {
    border-left-color: #73B62A
}

.page_uid40 #c2234 .rutronik-box-headline, .page_uid40 #c2263 .rutronik-box-headline {
    border-bottom-color: #73B62A
}

.page_uid40 #c2234 .rutronik-box-image, .page_uid40 #c2263 .rutronik-box-image {
    padding-left: 10px
}

.page_uid40 #c2234 b, .page_uid40 #c2263 b {
    color: #73B62A;
    font-weight: 400
}

.page_uid83, .page_uid769 {
    border-left-color: #E30613
}

.page_uid83 .rutronik.pages.container a, .page_uid83 .rutronik.pages.container b, .page_uid83 .rutronik.pages.container strong, .page_uid83 #breadcrumb ol li.divider, .page_uid83 header #row-2-menu .nav.navbar-nav a.act, .page_uid83 header #row-2-menu .nav.navbar-nav a.cur, .page_uid83 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover, .page_uid83 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover, .page_uid83 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover, .page_uid769 .rutronik.pages.container a, .page_uid769 .rutronik.pages.container b, .page_uid769 .rutronik.pages.container strong, .page_uid769 #breadcrumb ol li.divider, .page_uid769 header #row-2-menu .nav.navbar-nav a.act, .page_uid769 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover, .page_uid769 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover, .page_uid769 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover {
    color: #E30613
}

.page_uid83 .rut-initiative, .page_uid769 .rut-initiative {
    font-weight: 800;
    color: #E30613
}

.page_uid83 .rutronik-box.standard, .page_uid769 .rutronik-box.standard {
    border-left-color: #E30613
}

.page_uid83 .rutronik-box.standard .rutronik-box-headline, .page_uid769 .rutronik-box.standard .rutronik-box-headline {
    border-bottom-color: #E30613
}

.page_uid83 .rutronik-box.standard .rutronik-box-headline a, .page_uid769 .rutronik-box.standard .rutronik-box-headline a {
    color: #FFF
}

.page_uid83 .rutronik-box.highlight, .page_uid769 .rutronik-box.highlight {
    border-left-color: #E30613
}

.page_uid83 .rutronik-box.highlight .rutronik-box-headline, .page_uid769 .rutronik-box.highlight .rutronik-box-headline {
    background-color: #E30613;
    color: #FFF;
    border-bottom-color: #E30613
}

.page_uid83 .rutronik-box.highlight .rutronik-box-headline a, .page_uid769 .rutronik-box.highlight .rutronik-box-headline a {
    color: #FFF
}

.page_uid83 .rutronik-box.light .rutronik-box-headline, .page_uid769 .rutronik-box.light .rutronik-box-headline {
    color: #333
}

.page_uid83 .rutronik-box.light .rutronik-box-headline a, .page_uid769 .rutronik-box.light .rutronik-box-headline a {
    color: #333
}

.page_uid83 .rutronik.pages.container a.btn-primary, .page_uid769 .rutronik.pages.container a.btn-primary {
    color: #FFF
}

.page_uid83 .rutronik.pages.container a.btn-rutronik, .page_uid83 .rutronik.pages.container a.btn-glyphicon, .page_uid769 .rutronik.pages.container a.btn-rutronik, .page_uid769 .rutronik.pages.container a.btn-glyphicon {
    border-bottom-color: #E30613;
    border-top-color: #E30613;
    color: #E30613
}

.page_uid83 .glyphicon-rutronik, .page_uid769 .glyphicon-rutronik {
    color: #E30613
}

.page_uid83 .btn-primary, .page_uid769 .btn-primary {
    background-color: #E30613;
    color: #FFF;
    border-color: #FF3E49
}

.page_uid83 .btn-primary:hover, .page_uid83 .btn-primary:active, .page_uid83 .btn-primary:focus, .page_uid769 .btn-primary:hover, .page_uid769 .btn-primary:active, .page_uid769 .btn-primary:focus {
    background-color: #c3010d
}

.page_uid83 header #row-2-menu .nav.navbar-nav li.lvl-1-li a.act::before, .page_uid83 header #row-2-menu .nav.navbar-nav li.lvl-2-li a.cur::before, .page_uid83 header #row-2-menu .nav.navbar-nav li.lvl-1-li a::before, .page_uid83 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover::before, .page_uid83 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover::before, .page_uid83 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover::before, .page_uid769 header #row-2-menu .nav.navbar-nav li.lvl-1-li a.act::before, .page_uid769 header #row-2-menu .nav.navbar-nav li.lvl-2-li a.cur::before, .page_uid769 header #row-2-menu .nav.navbar-nav li.lvl-1-li a::before, .page_uid769 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover::before, .page_uid769 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover::before, .page_uid769 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover::before {
    background-color: #E30613
}

.page_uid83 header #row-1, .page_uid769 header #row-1 {
    border-bottom-color: #E30613
}

.page_uid83 #c1690 .img-responsive, .page_uid83 #c1690 .responsive-image, .page_uid83 #c2121 .img-responsive, .page_uid83 #c2121 .responsive-image, .page_uid769 #c1690 .img-responsive, .page_uid769 #c1690 .responsive-image, .page_uid769 #c2121 .img-responsive, .page_uid769 #c2121 .responsive-image {
    padding: 15%
}

.page_uid83 .panel-heading, .page_uid769 .panel-heading {
    background-color: #333;
    border-bottom: 1px solid #E30613;
    padding-top: 16px;
    padding-bottom: 16px
}

.page_uid83 .panel-default, .page_uid83 .panel-rutronik, .page_uid769 .panel-default, .page_uid769 .panel-rutronik {
    border-left: 2px solid #E30613;
    border-top-width: 0
}

.page_uid83 .panel-title, .page_uid769 .panel-title {
    color: #FFF
}

.page_uid83 .panel-title .glyphicon, .page_uid769 .panel-title .glyphicon {
    color: #FFF
}

.page_uid83 .panel-footer, .page_uid769 .panel-footer {
    background-color: #E30613;
    padding: 0
}

.page_uid83 .panel-footer .ce-gallery, .page_uid769 .panel-footer .ce-gallery {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

.page_uid77, .page_uid770 {
    border-left-color: #f0db00
}

.page_uid77 #visual .page_image .rutronik-page-image-html .push-down-logo, .page_uid770 #visual .page_image .rutronik-page-image-html .push-down-logo {
    margin-top: 140px
}

.page_uid77 .rut-initiative, .page_uid770 .rut-initiative {
    font-weight: 800;
    color: #f0db00
}

.page_uid77 .rutronik.pages.container a, .page_uid77 .rutronik.pages.container b, .page_uid77 .rutronik.pages.container strong, .page_uid77 #breadcrumb ol li.divider, .page_uid77 header #row-2-menu .nav.navbar-nav a.act, .page_uid77 header #row-2-menu .nav.navbar-nav a.cur, .page_uid77 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover, .page_uid77 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover, .page_uid77 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover, .page_uid770 .rutronik.pages.container a, .page_uid770 .rutronik.pages.container b, .page_uid770 .rutronik.pages.container strong, .page_uid770 #breadcrumb ol li.divider, .page_uid770 header #row-2-menu .nav.navbar-nav a.act, .page_uid770 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover, .page_uid770 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover, .page_uid770 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover {
    color: #f0db00
}

.page_uid77 .rutronik-box.standard, .page_uid770 .rutronik-box.standard {
    border-left-color: #f0db00
}

.page_uid77 .rutronik-box.standard .rutronik-box-headline, .page_uid770 .rutronik-box.standard .rutronik-box-headline {
    border-bottom-color: #f0db00
}

.page_uid77 .rutronik-box.standard .rutronik-box-headline a, .page_uid770 .rutronik-box.standard .rutronik-box-headline a {
    color: #FFF
}

.page_uid77 .rutronik-box.highlight, .page_uid770 .rutronik-box.highlight {
    border-left-color: #f0db00
}

.page_uid77 .rutronik-box.highlight .rutronik-box-headline, .page_uid770 .rutronik-box.highlight .rutronik-box-headline {
    background-color: #f0db00;
    color: #FFF;
    border-bottom-color: #f0db00
}

.page_uid77 .rutronik-box.highlight .rutronik-box-headline a, .page_uid770 .rutronik-box.highlight .rutronik-box-headline a {
    color: #FFF
}

.page_uid77 .rutronik-box.light .rutronik-box-headline, .page_uid770 .rutronik-box.light .rutronik-box-headline {
    color: #333
}

.page_uid77 .rutronik-box.light .rutronik-box-headline a, .page_uid770 .rutronik-box.light .rutronik-box-headline a {
    color: #333
}

.page_uid77 .rutronik.pages.container a.btn-primary, .page_uid770 .rutronik.pages.container a.btn-primary {
    color: #FFF
}

.page_uid77 .rutronik.pages.container a.btn-rutronik, .page_uid77 .rutronik.pages.container a.btn-glyphicon, .page_uid770 .rutronik.pages.container a.btn-rutronik, .page_uid770 .rutronik.pages.container a.btn-glyphicon {
    border-bottom-color: #f0db00;
    border-top-color: #f0db00;
    color: #f0db00
}

.page_uid77 .glyphicon-rutronik, .page_uid770 .glyphicon-rutronik {
    color: #f0db00
}

.page_uid77 .btn-primary, .page_uid770 .btn-primary {
    background-color: #f0db00;
    color: #FFF;
    border-color: #efd600
}

.page_uid77 .btn-primary:hover, .page_uid77 .btn-primary:active, .page_uid77 .btn-primary:focus, .page_uid770 .btn-primary:hover, .page_uid770 .btn-primary:active, .page_uid770 .btn-primary:focus {
    background-color: #cebc00
}

.page_uid77 header #row-2-menu .nav.navbar-nav li.lvl-1-li a.act::before, .page_uid77 header #row-2-menu .nav.navbar-nav li.lvl-2-li a.cur::before, .page_uid77 header #row-2-menu .nav.navbar-nav li.lvl-1-li a::before, .page_uid77 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover::before, .page_uid77 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover::before, .page_uid77 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover::before, .page_uid770 header #row-2-menu .nav.navbar-nav li.lvl-1-li a.act::before, .page_uid770 header #row-2-menu .nav.navbar-nav li.lvl-2-li a.cur::before, .page_uid770 header #row-2-menu .nav.navbar-nav li.lvl-1-li a::before, .page_uid770 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover::before, .page_uid770 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover::before, .page_uid770 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover::before {
    background-color: #f0db00
}

.page_uid77 header #row-1, .page_uid770 header #row-1 {
    border-bottom-color: #f0db00
}

.page_uid77 #c1690 .img-responsive, .page_uid77 #c1690 .responsive-image, .page_uid770 #c1690 .img-responsive, .page_uid770 #c1690 .responsive-image {
    padding: 15%
}

.page_uid77 .panel-heading, .page_uid770 .panel-heading {
    background-color: #333;
    border-bottom: 1px solid #f0db00;
    padding-top: 16px;
    padding-bottom: 16px
}

.page_uid77 .panel-default, .page_uid77 .panel-rutronik, .page_uid770 .panel-default, .page_uid770 .panel-rutronik {
    border-left: 2px solid #f0db00;
    border-top-width: 0
}

.page_uid77 .panel-title, .page_uid770 .panel-title {
    color: #FFF
}

.page_uid77 .panel-title .glyphicon, .page_uid770 .panel-title .glyphicon {
    color: #FFF
}

.page_uid77 .panel-footer, .page_uid770 .panel-footer {
    background-color: #f0db00;
    padding: 0
}

.page_uid77 .panel-footer .ce-gallery, .page_uid770 .panel-footer .ce-gallery {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

.page_uid84, .page_uid771 {
    border-left-color: #FCB300
}

.page_uid84 #visual .page_image .rutronik-page-image-html .push-down-logo, .page_uid771 #visual .page_image .rutronik-page-image-html .push-down-logo {
    margin-top: 140px
}

.page_uid84 .rut-initiative, .page_uid771 .rut-initiative {
    font-weight: 800;
    color: #FCB300
}

.page_uid84 .rutronik.pages.container a, .page_uid84 .rutronik.pages.container b, .page_uid84 .rutronik.pages.container strong, .page_uid84 #breadcrumb ol li.divider, .page_uid84 header #row-2-menu .nav.navbar-nav a.act, .page_uid84 header #row-2-menu .nav.navbar-nav a.cur, .page_uid84 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover, .page_uid84 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover, .page_uid84 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover, .page_uid771 .rutronik.pages.container a, .page_uid771 .rutronik.pages.container b, .page_uid771 .rutronik.pages.container strong, .page_uid771 #breadcrumb ol li.divider, .page_uid771 header #row-2-menu .nav.navbar-nav a.cur, .page_uid771 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover, .page_uid771 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover {
    color: #FCB300
}

.page_uid771 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover, 
.page_uid771 header #row-2-menu .nav.navbar-nav a.act,
.page_uid770 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover, 
.page_uid770 header #row-2-menu .nav.navbar-nav a.act,
.page_uid772 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover, 
.page_uid772 header #row-2-menu .nav.navbar-nav a.act {
	color: black;
}


.page_uid769 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover, 
.page_uid769 header #row-2-menu .nav.navbar-nav a.act {
	color: white;
}

.page_uid771 .opened header #row-2-menu .nav.navbar-nav .lvl-0-href:hover,
.page_uid771 .opened header #row-2-menu .nav.navbar-nav a.act,
.page_uid769 .opened header #row-2-menu .nav.navbar-nav .lvl-0-href:hover,
.page_uid769 .opened header #row-2-menu .nav.navbar-nav a.act,
.page_uid770 .opened header #row-2-menu .nav.navbar-nav .lvl-0-href:hover,
.page_uid770 .opened header #row-2-menu .nav.navbar-nav a.act,
.page_uid772 .opened header #row-2-menu .nav.navbar-nav .lvl-0-href:hover,
.page_uid772 .opened header #row-2-menu .nav.navbar-nav a.act, {
	color: #333;
}

.page_uid84 .rutronik-box.standard, .page_uid771 .rutronik-box.standard {
    border-left-color: #FCB300
}

.page_uid84 .rutronik-box.standard .rutronik-box-headline, .page_uid771 .rutronik-box.standard .rutronik-box-headline {
    border-bottom-color: #FCB300
}

.page_uid84 .rutronik-box.standard .rutronik-box-headline a, .page_uid771 .rutronik-box.standard .rutronik-box-headline a {
    color: #FFF
}

.page_uid84 .rutronik-box.highlight, .page_uid771 .rutronik-box.highlight {
    border-left-color: #FCB300
}

.page_uid84 .rutronik-box.highlight .rutronik-box-headline, .page_uid771 .rutronik-box.highlight .rutronik-box-headline {
    background-color: #FCB300;
    color: #FFF;
    border-bottom-color: #FCB300
}

.page_uid84 .rutronik-box.highlight .rutronik-box-headline a, .page_uid771 .rutronik-box.highlight .rutronik-box-headline a {
    color: #FFF
}

.page_uid84 .rutronik-box.light .rutronik-box-headline, .page_uid771 .rutronik-box.light .rutronik-box-headline {
    color: #333
}

.page_uid84 .rutronik-box.light .rutronik-box-headline a, .page_uid771 .rutronik-box.light .rutronik-box-headline a {
    color: #333
}

.page_uid84 .rutronik.pages.container a.btn-primary, .page_uid771 .rutronik.pages.container a.btn-primary {
    color: #FFF
}

.page_uid84 .rutronik.pages.container a.btn-rutronik, .page_uid84 .rutronik.pages.container a.btn-glyphicon, .page_uid771 .rutronik.pages.container a.btn-rutronik, .page_uid771 .rutronik.pages.container a.btn-glyphicon {
    border-bottom-color: #FCB300;
    border-top-color: #FCB300;
    color: #FCB300
}

.page_uid84 .glyphicon-rutronik, .page_uid771 .glyphicon-rutronik {
    color: #FCB300
}

.page_uid84 .btn-primary, .page_uid771 .btn-primary {
    background-color: #FCB300;
    color: #FFF;
    border-color: #efd600
}

.page_uid84 .btn-primary:hover, .page_uid84 .btn-primary:active, .page_uid84 .btn-primary:focus, .page_uid771 .btn-primary:hover, .page_uid771 .btn-primary:active, .page_uid771 .btn-primary:focus {
    background-color: #f0922b
}

.page_uid84 header #row-2-menu .nav.navbar-nav li.lvl-1-li a.act::before, .page_uid84 header #row-2-menu .nav.navbar-nav li.lvl-2-li a.cur::before, .page_uid84 header #row-2-menu .nav.navbar-nav li.lvl-1-li a::before, .page_uid84 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover::before, .page_uid84 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover::before, .page_uid84 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover::before, .page_uid771 header #row-2-menu .nav.navbar-nav li.lvl-1-li a.act::before, .page_uid771 header #row-2-menu .nav.navbar-nav li.lvl-2-li a.cur::before, .page_uid771 header #row-2-menu .nav.navbar-nav li.lvl-1-li a::before, .page_uid771 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover::before, .page_uid771 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover::before, .page_uid771 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover::before {
    background-color: #FCB300
}

.page_uid84 header #row-1, .page_uid771 header #row-1 {
    border-bottom-color: #FCB300
}

.page_uid84 #c1690 .img-responsive, .page_uid84 #c1690 .responsive-image, .page_uid771 #c1690 .img-responsive, .page_uid771 #c1690 .responsive-image {
    padding: 15%
}

.page_uid84 .panel-heading, .page_uid771 .panel-heading {
    background-color: #333;
    border-bottom: 1px solid #FCB300;
    padding-top: 16px;
    padding-bottom: 16px
}

.page_uid84 .panel-default, .page_uid84 .panel-rutronik, .page_uid771 .panel-default, .page_uid771 .panel-rutronik {
    border-left: 2px solid #FCB300;
    border-top-width: 0
}

.page_uid84 .panel-title, .page_uid771 .panel-title {
    color: #FFF
}

.page_uid84 .panel-title .glyphicon, .page_uid771 .panel-title .glyphicon {
    color: #FFF
}

.page_uid84 .panel-footer, .page_uid771 .panel-footer {
    background-color: #FCB300;
    padding: 0
}

.page_uid84 .panel-footer .ce-gallery, .page_uid771 .panel-footer .ce-gallery {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 992px) {
    .page_uid85 .col-md-2, .page_uid772 .col-md-2 {
        width: 14.28%
    }
}

.page_uid85, .page_uid772 {
    border-left-color: #73B62A
}

.page_uid85 .rut-initiative, .page_uid772 .rut-initiative {
    font-weight: 800;
    color: #73B62A
}

.page_uid85 #visual .page_image .rutronik-page-image-html .push-down-logo, .page_uid772 #visual .page_image .rutronik-page-image-html .push-down-logo {
    margin-top: 140px
}

.page_uid85 .rutronik.pages.container a, .page_uid85 .rutronik.pages.container b, .page_uid85 .rutronik.pages.container strong, .page_uid85 #breadcrumb ol li.divider, .page_uid85 header #row-2-menu .nav.navbar-nav a.act, .page_uid85 header #row-2-menu .nav.navbar-nav a.cur, .page_uid85 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover, .page_uid85 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover, .page_uid85 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover, .page_uid772 .rutronik.pages.container a, .page_uid772 .rutronik.pages.container b, .page_uid772 .rutronik.pages.container strong, .page_uid772 #breadcrumb ol li.divider, .page_uid772 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover, .page_uid772 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover {
    color: #73B62A
}

.page_uid85 .rutronik-box.standard, .page_uid772 .rutronik-box.standard {
    border-left-color: #73B62A
}

.page_uid85 .rutronik-box.standard .rutronik-box-headline, .page_uid772 .rutronik-box.standard .rutronik-box-headline {
    border-bottom-color: #73B62A
}

.page_uid85 .rutronik-box.standard .rutronik-box-headline a, .page_uid772 .rutronik-box.standard .rutronik-box-headline a {
    color: #FFF
}

.page_uid85 .rutronik-box.highlight, .page_uid772 .rutronik-box.highlight {
    border-left-color: #73B62A
}

.page_uid85 .rutronik-box.highlight .rutronik-box-headline, .page_uid772 .rutronik-box.highlight .rutronik-box-headline {
    background-color: #73B62A;
    color: #FFF;
    border-bottom-color: #73B62A
}

.page_uid85 .rutronik-box.highlight .rutronik-box-headline a, .page_uid772 .rutronik-box.highlight .rutronik-box-headline a {
    color: #FFF
}

.page_uid85 .rutronik-box.light .rutronik-box-headline, .page_uid772 .rutronik-box.light .rutronik-box-headline {
    color: #333
}

.page_uid85 .rutronik-box.light .rutronik-box-headline a, .page_uid772 .rutronik-box.light .rutronik-box-headline a {
    color: #333
}

.page_uid85 .rutronik.pages.container a.btn-primary, .page_uid772 .rutronik.pages.container a.btn-primary {
    color: #FFF
}

.page_uid85 .rutronik.pages.container a.btn-rutronik, .page_uid85 .rutronik.pages.container a.btn-glyphicon, .page_uid772 .rutronik.pages.container a.btn-rutronik, .page_uid772 .rutronik.pages.container a.btn-glyphicon {
    border-bottom-color: #73B62A;
    border-top-color: #73B62A;
    color: #73B62A
}

.page_uid85 .glyphicon-rutronik, .page_uid772 .glyphicon-rutronik {
    color: #73B62A
}

.page_uid85 .btn-primary, .page_uid772 .btn-primary {
    background-color: #73B62A;
    color: #FFF;
    border-color: #548a19
}

.page_uid85 .btn-primary:hover, .page_uid85 .btn-primary:active, .page_uid85 .btn-primary:focus, .page_uid772 .btn-primary:hover, .page_uid772 .btn-primary:active, .page_uid772 .btn-primary:focus {
    background-color: #548a19
}

.page_uid85 header #row-2-menu .nav.navbar-nav li.lvl-1-li a.act::before, .page_uid85 header #row-2-menu .nav.navbar-nav li.lvl-2-li a.cur::before, .page_uid85 header #row-2-menu .nav.navbar-nav li.lvl-1-li a::before, .page_uid85 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover::before, .page_uid85 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover::before, .page_uid85 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover::before, .page_uid772 header #row-2-menu .nav.navbar-nav li.lvl-1-li a.act::before, .page_uid772 header #row-2-menu .nav.navbar-nav li.lvl-2-li a.cur::before, .page_uid772 header #row-2-menu .nav.navbar-nav li.lvl-1-li a::before, .page_uid772 header #row-2-menu .nav.navbar-nav .lvl-0-href:hover::before, .page_uid772 header #row-2-menu .nav.navbar-nav .lvl-1-href:hover::before, .page_uid772 header #row-2-menu .nav.navbar-nav .lvl-2-href:hover::before {
    background-color: #73B62A
}

.page_uid85 header #row-1, .page_uid772 header #row-1 {
    border-bottom-color: #73B62A
}

.page_uid85 #c1690 .img-responsive, .page_uid85 #c1690 .responsive-image, .page_uid772 #c1690 .img-responsive, .page_uid772 #c1690 .responsive-image {
    padding: 15%
}

.page_uid85 .panel-heading, .page_uid772 .panel-heading {
    background-color: #333;
    border-bottom: 1px solid #73B62A;
    padding-top: 16px;
    padding-bottom: 16px
}

.page_uid85 .panel-default, .page_uid85 .panel-rutronik, .page_uid772 .panel-default, .page_uid772 .panel-rutronik {
    border-left: 2px solid #73B62A;
    border-top-width: 0
}

.page_uid85 .panel-title, .page_uid772 .panel-title {
    color: #FFF
}

.page_uid85 .panel-title .glyphicon, .page_uid772 .panel-title .glyphicon {
    color: #FFF
}

.page_uid85 .panel-footer, .page_uid772 .panel-footer {
    background-color: #73B62A;
    padding: 0
}

.page_uid85 .panel-footer .ce-gallery, .page_uid772 .panel-footer .ce-gallery {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

.campaign-embedded {
    font-style: normal;
    color: #FCB300
}

.campaign-power {
    color: #E30613;
    font-style: normal
}

.campaign-smart {
    color: #73B62A;
    font-style: normal
}

.campaign-automotive {
    color: #f0db00;
    font-style: normal
}

#c2520 h1 {
    margin-bottom: 0
}

.page_uid65 h2 {
    margin-top: 0
}

#c2523 .btn, #c2524 .btn {
    margin-top: 20px
}

.page_uid54 .rutronik-box .rutronik-box-content {
    padding: 0
}

.page_uid54 .rutronik-box .rutronik-box-content p:last-child {
    padding: 15px;
    padding-bottom: 5px
}

#newsletter-form-subscribe {
    margin-top: 15px
}

#newsletter-form-subscribe .form-group {
    margin-bottom: 7px
}

.femanager_fieldset.form-group {
    margin-bottom: 15px
}

.page_uid286 .rutronik-box-content ul {
    padding-left: 20px
}

.page_uid286 table td br {
    display: none
}

.page_uid286 table td p {
    margin: 0
}

.page_uid286 table thead th {
    background-color: #333;
    color: #FFF;
    font-weight: 400;
    vertical-align: top
}

.page_uid286 table td:first-child {
    background-color: #b6b6b6
}

.page_uid286 #c3069 p {
    text-align: center
}

.page_uid286 #c3069 b {
    word-wrap: break-word
}

.page_uid286 #c3069 a {
    color: #73b62a
}

@media (min-width: 992px) {
    #c3069 .col-md-2 {
        width: 14.28%
    }
}

.input-icon-subscribenowforournewsletter:before {
    content: "\e086"
}

select#powermail_field_subscribenowforournewsletter {
    color: #999
}

#powermail_field_subscribenowforournewsletter option {
    color: #555
}

#c3121 {
    display: none
}

.ce-row .ce-column figure a {
    position: relative;
    display: inline-block
}

.page_uid293 .ce-row .ce-column figure figcaption, .page_uid294 .ce-row .ce-column figure figcaption, .page_uid295 .ce-row .ce-column figure figcaption {
    display: none
}

.dropdown a i {
    color: white;
}

.dropdown a:hover i {
    color: white;
}

.page_uid770 .dropdown:hover a i,
.page_uid771 .dropdown:hover a i,
.page_uid772 .dropdown:hover a i {
	color: black;
}


.page_uid769 .dropdown:hover a i {
	color: white;
}

.news-container-headlines ul.news-headlines li.news-item-category-440 a::before {
    background: url(/typo3conf/ext/rutemplate_rutronik/Resources/Public/Images/sprite_social.png) no-repeat -115px -21px;
    width: 23px;
    height: 21px
}

.news-container-headlines ul.news-headlines li.news-item-category-439 a::before {
    background: url(/typo3conf/ext/rutemplate_rutronik/Resources/Public/Images/sprite_social.png) no-repeat -92px -21px;
    width: 23px;
    height: 21px
}

.news-container-headlines ul.news-headlines li.news-item-category-438 a::before {
    background: url(/typo3conf/ext/rutemplate_rutronik/Resources/Public/Images/sprite_social.png) no-repeat -69px -21px;
    width: 23px;
    height: 21px
}

.news-container-headlines ul.news-headlines li.news-item-category-437 a::before {
    background: url(/typo3conf/ext/rutemplate_rutronik/Resources/Public/Images/sprite_social.png) no-repeat -46px -21px;
    width: 23px;
    height: 21px
}

.news-container-headlines ul.news-headlines li.news-item-category-436 a::before {
    background: url(/typo3conf/ext/rutemplate_rutronik/Resources/Public/Images/sprite_social.png) no-repeat -23px -21px;
    width: 23px;
    height: 21px
}

.news-container-headlines ul.news-headlines li.news-item-category-435 a::before {
    background: url(/typo3conf/ext/rutemplate_rutronik/Resources/Public/Images/sprite_social.png) no-repeat 0 -21px;
    width: 23px;
    height: 21px
}

#c2394 .btn {
    text-align: left
}

@media print {
    header, #visual, aside, #page-footer, #socials-footer, .parallax-window, #breadcrumb, iframe, .js-paginate, .tx-powermail, .panel-title .glyphicon, .shariff, .btn-read-more, .tx_jobfair .form-inline.filterForm, #tx_jobfair-show-actionlist, .parallax-mirror, .component-category-navigation, #slideBanner, .nav.nav-tabs, #back-to-top {
        display: none !important
    }

    body {
        border-left: 0 solid #008bd2
    }

    .column.col-md-3, .column.col-md-4 {
        width: 100%;
        float: left
    }

    .col-md-2 {
        width: 100%
    }

    .column .col-md-6, .row-chunk .col-md-6 {
        width: 100%;
        float: none
    }

    a[href]:after {
        display: block;
        word-break: break-all;
        font-size: 14px;
        clear: left
    }

    .news-headlines, .btn, .tab-content > .tab-pane {
        display: block !important;
        position: relative
    }

    .rutronik-box .rutronik-box-content {
        height: auto !important
    }

    .img-responsive, .responsive-image, .responsive-image {
        width: auto;
        height: auto
    }

    .align-center, center {
        text-align: left !important
    }

    .collapse {
        display: block !important
    }
}

#c3593 img {
    padding: 15px
}

.form-group .input-group .input-group-addon.input-icon-position:before {
    content: "\e233"
}

.form-group .input-group .input-group-addon.input-icon-rutronikcontact:before {
    content: "\e139"
}

#c3612 .ce-media, #c3613 .ce-media, #c3614 .ce-media {
    padding: 10px
}

#c3615 .rutronik-box-content, #c3616 .rutronik-box-content, #c3617 .rutronik-box-content {
    background-color: #FFF
}

#c3600 {
    display: none
}

.visible-mobile {
    display: none
}

.visible-smartphone {
    display: none
}

@media (max-width: 991px) {

    .hidden-mobile {
        display: none
    }

    .visible-mobile {
        display: block
    }
}

@media (max-width: 767px) {
    .page_uid316 #visual .slidebadge img {
        width: 300px
    }

    .hidden-mobile {
        display: none
    }

    .visible-mobile {
        display: block
    }
}

.page_uid310 #breadcrumb {
    display: none
}

.pages.container a b {
    color: #000
}

.news-media-gal .thumbnail-row .thumbnail {
    margin-top: 5px
}

.news-media-gal .thumbnail-row .featherlightbox:after {
    font-size: 25px
}

.img-caption {
    border: 1px solid #ddd;
    padding: 5px 10px 5px 10px;
    overflow: auto;
    border-top-width: 0;
    background-color: #f3f3f3;
    margin-bottom: 5px
}

.supplierlogowall .itemcell {
    text-align: center
}

.supplierlogowall .row {
    margin-bottom: 15px;
    margin-top: 15px
}

.pages.container .ce-menu.ce-menu-1 {
    padding: 0;
    margin: 0
}

.pages.container .ce-menu.ce-menu-1 li {
    list-style: none
}

.pages.container .ce-menu.ce-menu-1 a:before {
    content: "\e144";
    font-family: 'Glyphicons Halflings'
}

#c3677 .ce-column {
    margin-bottom: 10px
}

body .btn {
    white-space: normal
}

#cs-dynamic .cs-bsb, #cs-dynamic .cs-res {
    display: none
}

#cs-dynamic .cs-bsb, #cs-dynamic .cs-res {
    background-color: #FFF;
    padding: 30px
}

#cs-dynamic .cs-res img {
    height: 20px
}

#c1690 img, #cs-dynamic .badge {
    cursor: pointer
}

.rutronik-box #c4186 div.tx_jobfair, .rutronik-box #c4189 div.tx_jobfair {
    margin-top: 0
}

#tx_jobfair_filter {
    margin-bottom: 20px
}

.page_uid206 .form-group .input-group .input-group-addon:not(.input-required-status):before {
    content: "\e085"
}

table.tablesorter thead tr .header {
    background-image: url(/typo3conf/ext/rutemplate_core/Resources/Public/Images/tablesorter_bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(/typo3conf/ext/rutemplate_core/Resources/Public/Images/tablesorter_asc.gif)
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(/typo3conf/ext/rutemplate_core/Resources/Public/Images/tablesorter_desc.gif)
}

a.page_image {
    display: block
}

#newsletter-form-subscribe label {
    font-weight: 400;
    cursor: pointer
}

header #row-2-menu .nav.navbar-nav a.btn.btn-all-contacts {
    color: #FFF !important;
    padding: 10px;
    margin-top: 10px
}

#map-10024 {
    height: 260px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.col-maps {
	position: relative;
    margin: 16px 0 0 16px;
}


#newsArticle-1801 .thumbnail-first, #newsArticle-1879 .thumbnail-first, #newsArticle-1880 .thumbnail-first {
    display: none
}

a.itemlink[href="http://electronica.de/"] {
    font-weight: 800
}

.page_uid107 .event-container-headlines ul.news-headlines li .daterow .datelabel {
    font-weight: 800
}

.socialmedialinks a.init {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(/typo3conf/ext/rutemplate_rutronik/Resources/Public/Images/sprite_social.png) 0 0;
    border: 1px solid #4e4e4e;
    float: left;
    margin-left: 4px;
    transition: background-position-y 0.4s;
    background-position-y: 0
}

.socialmedialinks.image-fadeover-css3v2 .init[href^="https://www.facebook.com/"] {
    background-position-x: 0px
}

.socialmedialinks.image-fadeover-css3v2 .init[href^="https://twitter.com/"] {
    background-position-x: -23px
}

.socialmedialinks.image-fadeover-css3v2 .init[href^="https://www.youtube.com/"] {
    background-position-x: -46px
}

.socialmedialinks.image-fadeover-css3v2 .init[href^="https://plus.google.com/"] {
    background-position-x: -69px
}

.socialmedialinks.image-fadeover-css3v2 .init[href^="https://de.linkedin.com/"] {
    background-position-x: -92px
}

.socialmedialinks.image-fadeover-css3v2 .init[href^="https://www.xing.com/"] {
    background-position-x: -115px
}

.socialmedialinks.image-fadeover-css3v2 .init:hover {
    background-position-y: -21px
}

.footer-social-item {
    background: url(/typo3conf/ext/rutemplate_rutronik/Resources/Public/Images/sprite_social_footer.png) no-repeat 0 0;
    filter: grayscale(75%) brightness(50%);
    -webkit-transition: filter 0.4s;
    transition: filter 0.4s;
    transition-timing-function: ease;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
}

.footer-social-item:hover {
    -webkit-filter: none;
    filter: none
}

.footer-social-item[href^="https://www.facebook.com/"] {
    background-position-x: 0
}

.footer-social-item[href^="https://twitter.com/"] {
    background-position-x: -60px
}

.footer-social-item[href^="https://www.youtube.com/"] {
    background-position-x: -120px
}

.footer-social-item[href^="https://plus.google.com/"] {
    background-position-x: -180px
}

.footer-social-item[href^="https://de.linkedin.com/"] {
    background-position-x: -240px
}

.footer-social-item[href^="https://www.xing.com/"] {
    background-position-x: -300px
}

.footer-logos a {
    background: url(/typo3conf/ext/rutemplate_rutronik/Resources/Public/Images/sprite_footer_logos.png) no-repeat 0 0;
    display: inline-block;
    height: 30px
}

.footer-logos a.ecia-member {
	background-size: contain;
	background-image: url("/typo3conf/ext/rutemplate_rutronik/Resources/Public/Images/ECIA Member Full Name-BlueWhite RGB.png");
	width: 70px;
}


.footer-logos a.ecia-auth {
	background-size: contain;
	background-image: url("/typo3conf/ext/rutemplate_rutronik/Resources/Public/Images/ECIA Member Americas-BlueWhite RGB.png");
        width: 110px;
	background-position: center;
}



.footer-logos a.cog-d {
	background-size: contain;
	background-image: url("/typo3conf/ext/rutemplate_rutronik/Resources/Public/Images/COGD.png");
        width: 80px;
	background-position: center;
}


.footer-logos a[href="http://www.fbdi.de/"] {
    background-position-x: -122px;
    width: 80px
}

.footer-logos a[href="http://dmass.com/"] {
    background-position-x: -267px;
    width: 124px
}

.language_select .lang-toggle {
    padding-left: 20px
}

.language_select i.flags {
    width: 16px;
    height: 22px;
    display: inline-block;
    background: url(/typo3conf/ext/rutemplate_rutronik/Resources/Public/Images/sprite_flags.png);
    position: absolute;
    left: 5px
}

.language_select .lang-dropdown li a {
    padding-left: 20px
}

.language_select .lang-dropdown .flag-gb {
    background-position-y: -39px
}

.language_select .lang-dropdown .flag-de {
    background-position-y: -19px
}

.language_select .lang-dropdown .flag-zh {
    background-position-y: -59px
}

.newsletter-micro {
    display: none
}

.micronews-latest h4 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 800
}

.rutronik-box-headline.toggle-micro-newsletter.toggler-newsletter {
    position: absolute;
    width: 100%;
    transition: bottom .5s;
    z-index: 500;
    bottom: 0;
    background-color: #008bd2;
    cursor: pointer
}

body .micronews-latest p a, body .micronews-latest h4 a {
    color: #333333
}

.checkbox label {
    display: block !important
}

.splitbar {
    background-color: #3f4246
}

.splitbar H1, .splitbar H2, .splitbar H3, .splitbar H4, .splitbar H5 {
    height: 60px;
    line-height: 60px;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 28px
}

.splitbar span.rut-power {
    color: #DC212A;
    font-weight: 800
}

a.campaign-contentmenu, span.campaign-contentmenu {
    font-size: 28px;
    color: #333333 !important;
    margin-bottom: 28px;
    display: block;
    text-align: center;
    cursor: pointer
}

a.campaign-contentmenu span.rut-power, span.campaign-contentmenu span.rut-power {
    color: #DC212A;
    font-weight: 800
}

a.campaign-contentmenu-highlight, span.campaign-contentmenu-highlight {
    font-weight: 800;
    text-decoration: underline;
    margin-bottom: 0
}

#dg-container {
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 0;
    overflow: hidden;
}

.dg-wrapper {
    width: 300px;
    height: 470px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px
}

.dg-wrapper a.item {
    width: 300px;
    height: 425px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url(../images/browser.png) no-repeat top left
}

.dg-wrapper a.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.dg-wrapper a.item img {
    display: block;
    padding: 0px 0px 0px 1px
}

.dg-wrapper a.item div {
    font-style: italic;
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    color: #333;
    font-size: 16px;
    width: 100%;
    bottom: -55px;
    display: none;
    position: absolute
}

.dg-wrapper a.dg-center div {
    display: block
}

.dg-container nav {
    height: 100px
}

.dg-container nav span {
    float: left;
    cursor: pointer;
    width: 24px;
    height: 25px;
    opacity: 0.8;
    background-color: red;
    background: transparent url(../images/arrows.png) no-repeat top left
}

.dg-container nav span:hover {
    opacity: 1
}

.dg-container nav span.dg-next {
    background-position: top right;
    margin-left: 10px
}

#dg-caption {
    text-align: center;
    margin-bottom: 30px
}

#dg-container .dg-prev-wrap {
    position: absolute;
    top: 180px;
    left: 0;
    font-size: 50px
}

#dg-container .dg-next-wrap {
    position: absolute;
    top: 180px;
    right: 0;
    font-size: 50px;
    width: 60px;
}

#dg-caption h3 {
    font-size: 24px;
    margin-top: 0
}

#dg-caption a.btn {
    margin-top: 25px;
    padding-left: 80px;
    padding-right: 80px
}

.page_uid769 h2, .page_uid770 h2, .page_uid771 h2, .page_uid772 h2 {
    font-size: 26px
}

.page_uid769 h3, .page_uid770 h3, .page_uid771 h3, .page_uid772 h3 {
    font-size: 24px
}

.page_initiative .ce-bodytext ul {
    text-align: center;
    list-style: none
}

.page_initiative .ce-bodytext ul li {
    margin-bottom: 15px
}

.page_initiative .ce-bodytext ul li:last-child {
    margin-bottom: 30px
}

.campaign-contentmenu.contact-initiative-message {
    margin-top: 28px
}

#c15147 .btn, #c15096 .btn, #c15028 .btn, #c14958 .btn {
    margin-top: 20px;
    margin-bottom: 30px
}

.page_uid769 .panel-heading h3:first-child:before, .page_uid770 .panel-heading h3:first-child:before, .page_uid771 .panel-heading h3:first-child:before, .page_uid772 .panel-heading h3:first-child:before {
    display: none
}

.form-group .input-group .input-group-addon.input-icon-yourmessage_01:before {
    content: "\270f"
}

#contactform .form-horizontal .form-group.col-md-8 {
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%
}

.powermail_form_72 {
    margin-bottom: 30px
}

#c14936, #c15006, #c15074, #c15125 {
    margin-top: 30px
}

#c15128, #c15077, #c15009, #c14938 {
    margin-top: 40px;
    margin-bottom: 20px
}

.row.addsectionmargin {
    margin-top: 30px;
    margin-bottom: 10px
}

.initiative-accordion .panel-footer {
    padding-bottom: 20px
}

.initiative-accordion .panel-footer .itemcell {
    margin-top: 20px
}

.page_initiative .powermail_fieldset .control-label {
    display: none
}

.page_initiative .mailform {
    margin-bottom: 30px
}

#c15244 .btn, #c14973 .btn {
    margin-top: 20px;
    margin-bottom: 30px
}

.component-category-navigation .fade-wrap .textlink {
    font-size: 12px;
}

.featherlight .featherlight-image {
    width: auto;
    /*margin: -25px;*/
}

.navbar #headNav {
    opacity: 1;
    transition: .6s opacity;
}

#row-2-menu.searching #headNav {
    z-index: -1;
    opacity: 0.2;
    transition: .6s opacity;
}

#row-2-menu.searching #quicksearch {
    z-index: 10;
}

.carousel-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    max-width: auto;
}

.carousel-text.right {
    left: auto;
    right: 0;
}


.overlay-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
}

.overlay-row {
    text-align: center;
    padding: 8px;
    overflow: hidden;
}

.carousel-text.text-right .overlay-row {
    text-align: right;
}

.carousel-text.text-left .overlay-row {
    text-align: left
}

.overlay-row.overlay-imageblock img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.carousel-text > .row {
    height: 100%;
    display: flex;
    flex-direction: column
}

.overlay-row.overlay-textblock {
    font-size: 20px;
}

.overlay-headline h2 {
    font-size: 62px;
    font-weight: bold;
    margin: 0;
}

.overlay-button .btn {
    border: none;
    padding: 8px 26px;
    font-size: 20px;
}

.carousel-indicators {
    display: block;
    background: white;
    width: auto;
    text-align: center;
    margin: 0;
    opacity: 0.5;
    border-radius: 20px;
    padding: 0px 6px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-indicators li {
    border-color: #000;
}


.overlay-background.desktop-mobile,
.overlay-background.desktop {
    display: block;
}


.overlay-background.desktop-mobile {
    display: none;
}


.femanager_new .alert-error {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.fce .fce-button {
    margin-bottom: 5px;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

body .rutronik.pages.container a.btn-accordion,
.btn-accordion {
    background-color: #cccccc;
    padding: 5px 35px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
    color: black;
}

.header-section {
    width: auto;
}


#row-2-menu > .container {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

header #row-2-menu .nav.navbar-nav .subcol a {
    color: white;
}

header #row-2-menu .lang-dropdown li {
    list-style-type: none;
    display: inline-block;
}

header #row-1 .language_select {
    display: inline-block;
    border: none;
    vertical-align: top;
    padding-top: 23px;
    padding-right: 23px;
}

header #row-1 .header-section-social-media ul {
	padding-left: 0;
}

header .language_select .lang-dropdown li a {
    color: white;
    font-family: 'Work Sans', sans-serif;
    margin-top: px;
}


.globalboardliner .carousel-text .overlay-headline {
    text-align: left;
    padding-left: 20%;
}

.globalboardliner .carousel-text > .row {
    justify-content: normal !important;
    margin-top: 3%;
}

.form-horizontal .checkbox-div label.control-label {
    width: 100%;
    text-align: left;
}

.btn.btn-success.btn-forgetpassword,
.btn.btn-success[value='Passwort zurÃ¼cksetzen'],
.btn.btn-success[name='tx_felogin_pi1[changepasswordsubmit]'] {
    background: #E30613;
    border-color: #E30613;
}

.status-header h3 {
    margin-bottom: 0;
}

.tx-felogin-pi1 .form-group {
    margin-bottom: 20px;
}

.femanager_fieldset.femanager_submit.control-group {
    margin-top: 20px;
}

body > .econda-pp2-banner-modal,
body > .econda-pp2-banner-body {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.7);
}

.econda-pp2-banner-modal-content {
    background: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1200px;
    margin: auto;
}

.econda-pp2-banner-content-wrapper {
    justify-content: space-between;
}

body .econda-pp2-banner-body-wrapper,
body .econda-pp2-banner-content-wrapper {
    width: 100%;
    max-width: 1200px;
    height: auto;
}


.econda-pp2-setting-setting-row-modal {
    display: flex;
    width: 100%;
}

#econda-pp2-setting-modal-div .econda-pp2-setting-modal-content {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: auto;
    position: relative;
}

#econda-pp2-details-modal .econda-pp2-details-modal-content,
#econda-pp2-channel-modal .econda-pp2-channel-modal-content {
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    max-width:1200px;
    margin: auto;
}

#econda-pp2-details-modal .econda-pp2-details-modal-inner,
#econda-pp2-channel-modal .econda-pp2-channel-modal-inner {
   height: auto;
   position: relative;
}

#econda-pp2-setting-modal-div.econda-pp2-setting-modal-div .econda-pp2-setting-modal-content {
    top: 50%;
    transform: translateY(-50%);
}

#econda-pp2-setting-modal-div .econda-pp2-setting-modal-content .econda-pp2-setting-modal {
    position: relative;
    height: auto;
}

.econda-pp2-setting-modal-body .econda-pp2-setting-setting-explanation {
    width: 70%;
}

.econda-pp2-setting-modal-body .econda-pp2-setting-setting-button {
    width: 30%;
}

.econda-pp2-setting-modal-body .econda-pp2-setting-setting-body {
    width: 100%;
}

.econda-pp2-setting-modal-body .econda-pp2-further-details-settings {
    width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	body .econda-pp2-banner-body-wrapper,
	body .econda-pp2-banner-content-wrapper,
	.econda-pp2-banner-modal-content,
	#econda-pp2-setting-modal-div .econda-pp2-setting-modal-content,
	#econda-pp2-details-modal .econda-pp2-details-modal-content,
	#econda-pp2-channel-modal .econda-pp2-channel-modal-content {
		max-width: none;
	}

	#econda-pp2-details-modal .econda-pp2-details-modal-inner, #econda-pp2-channel-modal .econda-pp2-channel-modal-inner,
	#econda-pp2-setting-modal-div .econda-pp2-setting-modal-content .econda-pp2-setting-modal,
	#econda-pp2-setting-modal-div .econda-pp2-setting-modal-content {
		height: 500px;
	}

}

.menu.socialmedia {
    position: relative;
    height: 40px;
    margin-top: 20px;
}

.socialmedia a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.socialmedia li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    height: 100%;
}

.socialmedia li a {
    height: 100%;
    width: 35px;
    position: relative;
    /* margin-right: 20px; */
    display: block;
}

.socialmedia a[href*="facebook"]:after {
    background: url("/fileadmin/user_upload/socialmedia/iconmonstr-facebook.svg") no-repeat;
}

.socialmedia a[href*="twitter"]:after {
    background: url("/fileadmin/user_upload/socialmedia/iconmonstr-twitter.svg") no-repeat;

}

.socialmedia a[href*="instagram"]:after {
    background: url("/fileadmin/user_upload/socialmedia/iconmonstr-instagram.svg") no-repeat;

}

.socialmedia a[href*="linkedin"]:after {
    background: url("/fileadmin/user_upload/socialmedia/iconmonstr-linkedin.svg") no-repeat;

}

.socialmedia a[href*="youtube"]:after {
    background: url("/fileadmin/user_upload/socialmedia/iconmonstr-youtube.svg") no-repeat;
}

.socialmedia a[href*="weibo"]:after {
    background: url("/fileadmin/user_upload/socialmedia/iconmonstr-weibo.svg") no-repeat;
}

.socialmedia a[href*="#socials-footer"]:after {
    background: url("/fileadmin/user_upload/socialmedia/iconmonstr-wechat.svg") no-repeat;
}

header #row-2-menu .nav.navbar-nav li.lvl-2-li a {
    padding-left: 40px;
}

.header-section.header-section-main .nav {
    padding-left: 10px;
    clear: both;
    padding-top: 14px;
}

.header-section.header-section-main {
    min-width: unset;
    width: 855px;
}

.header-section.header-section-social-media {
	width: calc(100% - 1070px);
	justify-content: flex-end;
	padding-right: 20px;
	display: flex;
}

.header-section.header-section-logo {
    padding-right: 0;
    margin-top: 16px;
    width: 210px;
}

.featherlight .featherlight-image {
    width: auto !important;
    height: auto !important;
    max-height: calc(70vh);
    max-width: 100%;
    margin: auto;
}

.featherlight .featherlight-content {
    position: fixed;
    width: 100%;
    border-radius: 10px;
    padding: 57px 23px 15px;
    margin: 0;
    top: 5vh;
    max-width: 1200px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    max-height: calc(90vh);
    border-bottom: 0;
}

.featherlight .featherlight-next, .featherlight .featherlight-previous {
    top: 59px;
    font-size: 40px;
}

.featherlight .featherlight-previous {
    left: 27px;
}

.featherlight .featherlight-next {
    left: 68px;
}


.featherlight .featherlight-close {
    font-size: 46px;
    right: 48px;
    top: 16px;
}

.featherlight .featherlight-content .legend {
    text-align: center;
}

header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu .container li.struct-li {
    float: none;
    display: inline-block;
    vertical-align: top;
}

header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu .container li.struct-li.supplier {
	display: block;
}

header #row-2-menu .nav.navbar-nav .supplier ul.subcol {
	margin-bottom: 0;
}

header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu .container .supplier li {
	padding-bottom: 0;
}

header #row-2-menu .nav.navbar-nav .supplier ul.subcol li.lvl-2-li {
    display: none;
}

header #row-1,
header #row-2-menu .container .container,
header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu {
	background-color: black;
	transition: .3s color;
}

header #row-1.opened,
header #row-2-menu .container .container.opened,
header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu.opened {
	background-color: #333;
	transition: .3s color;
}

header #row-2-menu .nav.navbar-nav li.dropdown#contactnav {
	padding-right: 50px;
}

header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu.opened {
	height: 200px;
}

#row-2-menu.searching .header-section.header-section-social-media,
#row-2-menu.searching .header-section.header-section-logo {
	opacity: 0.2;
}




header #row-2-menu .nav.navbar-nav a.lvl-0-href.subMain {
	display: inline-block;
	padding-top: 0;
	width: auto;
	padding: 10px 15px;
	background: #008bd2;
	border-radius: 5px;
	color: white;
	margin: 10px 0;
}


.page_uid769 header #row-2-menu .nav.navbar-nav a.lvl-0-href.subMain {
	background: #E30613;
	color: white;
}


.page_uid770 header #row-2-menu .nav.navbar-nav a.lvl-0-href.subMain {
	background: #f0db00;
	color: #333;
}


.page_uid771 header #row-2-menu .nav.navbar-nav a.lvl-0-href.subMain {
	background: #FCB300;
	color: #333;
}


.page_uid772 header #row-2-menu .nav.navbar-nav a.lvl-0-href.subMain {
	background: #73B62A;
	color: #333;
}


header #row-2-menu .nav.navbar-nav a.lvl-0-href.subMain i {
	color: white;
}

.page_uid770 header #row-2-menu .nav.navbar-nav a.lvl-0-href.subMain i,
.page_uid771 header #row-2-menu .nav.navbar-nav a.lvl-0-href.subMain i,
.page_uid772 header #row-2-menu .nav.navbar-nav a.lvl-0-href.subMain i {
	color: #333;
}


.page_uid769 header #row-2-menu .nav.navbar-nav a.lvl-0-href.subMain i {
	color: white;
}

.contact-GLOBAL {
	color: white;
}

.gmnoprint, .gm-control-active.gm-fullscreen-control {
	display: none;
}

.col-components {
	margin-bottom: 20px;
}

.row-components {
	margin: 0;
}

.usp-rutronik h4 {
    color: #008bd2;    
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 35px;   
}

.usp-rutronik h2 {
    margin-top: 0;
    margin-bottom:0;
    font-size: 25px;
}


.page_image img {
    width: 100%;
    height: auto;
    text-align: center;
    max-width: 1920px;
}

#page-visual {
       background: black;
}

.fal-securedownload > h3 {
	display: none;
}

.fal-securedownload ul li:not(:first-child) {
    margin-top: 8px;
}

.g-recaptcha {
	overflow-x: auto;
    overflow-y: hidden;
}


.form-control[disabled].disabled-off, .form-control[readonly], fieldset[disabled] .form-control.disabled-off {
	background-color: white;

}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px white inset !important;
 -webkit-text-fill-color: white !important;
}





.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

a.list-group-item,button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,a.list-group-item:focus,button.list-group-item:hover,button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #008BD2;
    border-color: #008BD2
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
    color: #9fdfff
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:hover,button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active,button.list-group-item-success.active:hover,button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:hover,button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active,button.list-group-item-info.active:hover,button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:hover,button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active,button.list-group-item-warning.active:hover,button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:hover,button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active,button.list-group-item-danger.active:hover,button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.tab-pane h3:first-child:before,.panel-heading h3:first-child:before {
    margin-left: -15px
}

.panel-rutronik .list-group {
    padding: 0;
    margin: 0
}

.panel-rutronik .list-group .list-group-item {
    border-left-width: 0;
    border-right-width: 0
}

.panel-rutronik .list-group .list-group-item a {
    color: #485258;
    display: block
}

.panel-rutronik .list-group .list-group-item a:hover {
    color: #008BD2
}

.panel-rutronik .list-group .list-group-item:last-child {
    border-bottom-width: 1px
}

.tabPanel .list-group-item {
    cursor: pointer
}

.tabPanelContent {
    display: none
}

.tabPanelContent.active {
    display: block
}

.tabPanelContent .col-md-3 .ce-gallery img {
    display: block;
    width: 100%;
    height: auto
}

.place-card.place-card-large {
	display: none;
}


@media only screen and (min-width: 1301px) and (max-width: 1460px) {
	/*.header-section.header-section-main {
		width: calc(100% - 200px);
	}
	
		.header-section.header-section-logo {
		width: 200px;
		order: 2;
	}
	
	.header-section.header-section-main {
		order: 1;
	}
	
	.header-section.header-section-social-media {
		width: 100%;
		order: 3;
		display: flex;
		justify-content: center;
	}
	
	.menu.socialmedia {
		text-align: center;
	}
	*/

    header + * {
        margin-top: 166.5px;
    }
}

@media only screen and (max-width: 1460px) {
	.header-section.header-section-social-media {
		width: 100%;
		justify-content: center;
		order: 3;
	}
	
	.header-section.header-section-main {
		min-width: unset;
		width: calc(100% - 215px);
		order: 1;
	}
	
	.header-section.header-section-logo {
		order: 2;
		width: 210px;
	}
		
}


@media only screen and (max-width: 1300px) {

	.header-section.header-section-social-media {
		order: 2;
		justify-content: flex-end;
		width: 400px;
		padding-right: 30px;
    		z-index: 20;
	}
	
	.header-section.header-section-logo {
		order: 2;
		height: 40px;
		z-index: 20;
	}
	
	header #row-2-menu #quicksearch {
		left: unset;
		top: 60px;
		right: 0;
		display: none;
	}
	
	.navbar #headNav {
		width: 100%;
	}
	
    .overlay-button .btn {
        font-size: 18px;
    }
	
	header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu.opened {
		height: auto;
	}
	
	header #row-2-menu .nav.navbar-nav li.dropdown {
		width: calc(100vw - 56px);
	}

	
	header .show-menu #row-2-menu #quicksearch {
		display: block;
	}
	
	body.tablet header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu {
		box-shadow: none;
	}
	
	.navbar-collapse {
		border: none;
	}
	
	
	header #row-1.show-menu,
	header #row-1.show-menu #row-2-menu .container .container,
	header #row-1.show-menu #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu {
		background-color: #333;
		transition: .3s color;
		margin: 0;
	}
	
	header #row-2-menu .nav.navbar-nav a.dropdown-toggler {
		display: block;
		width: 80%;
	}
	header #row-2-menu .nav.navbar-nav a.act, header #row-2-menu .nav.navbar-nav a.cur, header #row-2-menu .nav.navbar-nav .lvl-0-href:hover, header #row-2-menu .nav.navbar-nav .lvl-1-href:hover, header #row-2-menu .nav.navbar-nav .lvl-2-href:hover {
		background: transparent;
	}
	
	header #row-2-menu .nav.navbar-nav li.lvl-2-li a {
		margin-bottom: 15px;
	}
	
	.col-maps {
		width: calc(100% - 32px);
	}
	
	
	body.tablet header #row-2-menu .nav.navbar-nav li.dropdown#contactnav .dropdown-menu {
		width: calc(100vw - 56px);
	}

	header {
		overflow-y: scroll;
    		overflow-x: hidden;
	}

	.header-section.header-section-main {
	    min-width: unset;
	    width: calc(100% - 615px);
	    order: 1;
	}
}


@media only screen and (min-width: 1200px) {
	.col-components {
		width: calc(100% / 9)
	}
}

@media only screen and (max-width: 1200px) {


    .overlay-background.mobile {
        display: block;
    }


    .overlay-background.desktop {
        display: none;
    }

    /*.carousel-text {
		position: relative;
		height: 215px;
		width: 100%;
	}*/
    .overlay-row.overlay-textblock {
        font-size: 15px;
    }

    /*
	.item.imageSlide > a,
	.item.imageSlide > img {
		display: block;
    		height: 215px;
    		transform: translateX(-50%);
   		position: relative;
		width: auto;
		max-width: none;
	}
*/
    /*	.item.imageSlide > a {
		left: 35%;
	}
	.item.imageSlide > img:nth-child(2),
	.item.imageSlide > img:nth-child(3) {
		left: 50%;

	}
*/
    /*	.item.imageSlide > a > img {
		width: auto;
		max-width: unset;
		height: 100%;
	}*/


    .featherlight .featherlight-content {
	width: calc(100% - 10px);
	left: 5px;
	right: 5px;
	transform: translateX(0);
	padding: 60px 7px 7px 7px;
    }
	
	header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu .container li.struct-li {
		width: 45%;
	}
/*	
	#visual .page_image img {
		position: relative !important;
		top: 0 !important;
		width: 100% !important;
		height: auto !important;
		left: 0 !important;
	}
	
	#visual .page_image {
		height: auto;
	}
*/	

	body .econda-pp2-banner-content-wrapper {
		height: auto;
	}

}
@media only screen and (max-width: 992px) {
    #page-overlay {
        display: none;
    }

    #headNav {
        overflow: visible;
    }

    #headNav > .nav.navbar-nav {
        width: 100%;
    }

    #headNav .dropdown-menu {
        box-shadow: none;
        border: none;
    }

    .page_uid769 h2, .page_uid770 h2, .page_uid771 h2, .page_uid772 h2 {
    	font-size: 14px;
    }

    #dg-container .dg-container .glyphicon-chevron-right:before,
    #dg-container .dg-container .glyphicon-chevron-left:before {
    	color: black;
    }
}

@media only screen and (max-width: 767px) {
	.header-section.header-section-social-media {
		display: none;
		order: 3;
		width: 100%;
		text-align: center;
		padding: 0 40px;
	}
	
	.header-section.header-section-main {
		width: calc(100% - 215px);
	}

	.page_uid54 .rutronik-box .rutronik-box-content,
	.rutronik-box .rutronik-box-headline {
		height: auto !important;
	}

	#econda-pp2-banner .econda-pp2-banner-button-wrapper {
		flex-basis: auto;
	}

	#econda-pp2-banner .econda-pp2-banner-content {
		margin-right: 0;
	}
	
	.econda-pp2-banner-content-wrapper {
	    flex-direction: column;
	}
}


@media only screen and (max-width: 600px) {

    body.tablet .navbar #quicksearch,
    body.tablet .navbar td
    body.tablet .navbar #quicksearch input[type="text"] {
        transition: height .6s;
        height: 0;
        margin-top: 0;
    }

    header #row-2-menu.searching #quicksearch {
        height: 85px;
        background: white;
        transition: height .6s;
        width: calc(100vw - 17px);
    }

	header #row-2-menu.searching #quicksearch .glyphicon::before {
		color: black;
	}

    body.tablet #row-2-menu.searching td {
        display: block;
        transition: height .6s;
    }

    body.tablet #row-2-menu.searching td:nth-child(1) {
        height: 42px;
    }

    body.tablet #row-2-menu.searching td:nth-child(2) {
        height: 35px;
        margin-top: 8px;
    }

    body.tablet #row-2-menu.searching #quicksearch input[type="text"] {
        height: 40px;
        transition: height .6s;
    }

    body.tablet #row-2-menu.searching #quicksearch .active .nowrap {
        margin-top: 8px;
        white-space: nowrap;
        display: inline;
    }

    body.tablet #row-2-menu.searching #quicksearch .active {
        width: 75%;
    }

    .lang-toggle span.language-select {
        display: none;
    }

    .lang-toggle span.language::first-letter {
        text-transform: uppercase;
    }

    header #row-1 .language_select ul.nav ul {
        width: 107px;
    }

    header #row-1 .language_select ul.nav li a, header #row-1 .language_select ul.nav li span.lang-toggle {
        width: 95px;
    }
	
	header #row-2-menu .nav.navbar-nav li.dropdown .dropdown-menu .container li.struct-li {
		width: 100%;
	}
	
	.header-section-social-media {
		width: 100%;
	}
	
	header #row-1 .header-section-social-media ul {
		padding-left: 0;
	}
	.language_select .lang-dropdown li a {
		padding: 0 10px;
	}
	
	header #row-2-menu #quicksearch .nowrap label,
	header #row-2-menus.earching #quicksearch .glyphicon::before {
		color: black;
	}
	
	body.mobile-device header #row-2-menu.searching #quicksearch {
		width: 100vw;
	}
}



























































