/*************************************************************************************************************
FONTS
*************************************************************************************************************/

@font-face {
    font-family: 'Museo Sans';
    font-display: fallback;
    src: url('../fonts/MuseoSans/museosans_100_macroman/MuseoSans_100-webfont.eot');
    src: url('../fonts/MuseoSans/museosans_100_macroman/MuseoSans_100-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans/museosans_100_macroman/MuseoSans_100-webfont.woff2') format('woff2'), url('../fonts/MuseoSans/museosans_100_macroman/MuseoSans_100-webfont.woff') format('woff'), url('../fonts/MuseoSans/museosans_100_macroman/MuseoSans_100-webfont.ttf') format('truetype'), url('../fonts/MuseoSans/museosans_100_macroman/MuseoSans_100-webfont.svg#wf') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    font-display: fallback;
    src: url('../fonts/MuseoSans/museosans_300_macroman/MuseoSans_300-webfont.eot');
    src: url('../fonts/MuseoSans/museosans_300_macroman/MuseoSans_300-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans/museosans_300_macroman/MuseoSans_300-webfont.woff2') format('woff2'), url('../fonts/MuseoSans/museosans_300_macroman/MuseoSans_300-webfont.woff') format('woff'), url('../fonts/MuseoSans/museosans_300_macroman/MuseoSans_300-webfont.ttf') format('truetype'), url('../fonts/MuseoSans/museosans_300_macroman/MuseoSans_300-webfont.svg#wf') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    font-display: fallback;
    src: url('../fonts/MuseoSans/museosans_500_macroman/MuseoSans_500-webfont.eot');
    src: url('../fonts/MuseoSans/museosans_500_macroman/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans/museosans_500_macroman/MuseoSans_500-webfont.woff2') format('woff2'), url('../fonts/MuseoSans/museosans_500_macroman/MuseoSans_500-webfont.woff') format('woff'), url('../fonts/MuseoSans/museosans_500_macroman/MuseoSans_500-webfont.ttf') format('truetype'), url('../fonts/MuseoSans/museosans_500_macroman/MuseoSans_500-webfont.svg#wf') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    font-display: fallback;
    src: url('../fonts/MuseoSans/museosans_700_macroman/MuseoSans_700-webfont.eot');
    src: url('../fonts/MuseoSans/museosans_700_macroman/MuseoSans_700-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans/museosans_700_macroman/MuseoSans_700-webfont.woff2') format('woff2'), url('../fonts/MuseoSans/museosans_700_macroman/MuseoSans_700-webfont.woff') format('woff'), url('../fonts/MuseoSans/museosans_700_macroman/MuseoSans_700-webfont.ttf') format('truetype'), url('../fonts/MuseoSans/museosans_700_macroman/MuseoSans_700-webfont.svg#wf') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    font-display: fallback;
    src: url('../fonts/MuseoSans/museosans_900_macroman/MuseoSans_900-webfont.eot');
    src: url('../fonts/MuseoSans/museosans_900_macroman/MuseoSans_900-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans/museosans_900_macroman/MuseoSans_900-webfont.woff2') format('woff2'), url('../fonts/MuseoSans/museosans_900_macroman/MuseoSans_900-webfont.woff') format('woff'), url('../fonts/MuseoSans/museosans_900_macroman/MuseoSans_900-webfont.ttf') format('truetype'), url('../fonts/MuseoSans/museosans_900_macroman/MuseoSans_900-webfont.svg#wf') format('svg');
    font-weight: 900;
    font-style: normal;
}

/*************************************************************************************************************
ALLES AUF NULL SETZEN, GLOBALE EINSTELLUNGEN
*************************************************************************************************************/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: "Museo Sans", Arial, sans-serif;
    font-size: 16px;
    color: #41494c;
    background: #efefef;
    padding: 0;
    overflow-x: auto;
    line-height: 1.5
}

img {
    border: 0;
}

hr {
    height: 1px;
    color: #999;
    border: 0;
    border-top: 1px solid #999;
}

a {
    color: #4dbbea;
    text-decoration: none;
}

ul {
    margin-left: 20px;
}

ul.grey-background-list {
    background: #f9f9f9;
    border: 1px solid #e0e3e5;
    padding: 20px 20px 20px 40px;
    margin: 0 0 10px 0;
}

a:focus {
    outline: none;
}

select {
    display: inline;
    vertical-align: top;
}

.floatLeft {
    float: left;
}

textarea, input, select {
    font-family: "Museo Sans", Arial, sans-serif;
    font-size: 16px;
    outline: none;
}

select {
    height: 38px;
    background: #f9f9f9;
    border: 1px solid #e0e3e5
}

th {
    text-align: left;
}

hr {
    border-top: 1px solid #ddd;
    margin: 40px 0;
}

.vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.images_box-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

body.quicknavBody {
    padding: 0;
    background: none;
}

div#website {
    width: 100%;
}

div#websiteFullContent {
}

.container-fluid {
    max-width: 1800px;
    min-width: 1440px;
    margin: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

div.calendar {
    z-index: 1;
}

.btn, .btn:hover, .btn:focus, .btn.focus {
    outline: none;
}

.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

/*************************************************************************************************************
SELECT INTERNET EXPLORER
*************************************************************************************************************/
select::-ms-expand {
    display: none;
}

/*************************************************************************************************************
ÜBERSCHRIFTEN
*************************************************************************************************************/
.amphicms h1, .amphicms .h1 {
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 0.5em 0;
    color: #41494c;
    font-size: 36px;
    line-height: 1.2;
}

.amphicms .content > [data-content] > section .h1 {
    font-size: 30px;
}

.amphicms .content > [data-content] > section .h1 + p:only-of-type {
    margin-bottom: 0;
}

.amphicms .content > [data-content] > section .h1 ~ p:nth-child(n+2):last-child {
    margin-bottom: 0;
}

.amphicms h2, .amphicms .h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0.5em 0;
    color: #41494c;
    font-size: 22px;
    line-height: 1.2;
}

.amphicms h3, .amphicms .h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
    color: #41494c;
    line-height: 1.2;
}

.amphicms .headline-row-with-button .h1 {
    padding-top: 10px;
}
.amphicms .headline-row-with-button .h2 {
    padding-top: 18px;
}
.amphicms .headline-row-with-button .h3 {
    padding-top: 24px;
}

/*************************************************************************************************************
ALERTS
*************************************************************************************************************/
.alert-success {
    background-color: #edf9dc;
    border-color: #d1ea85;
    color: #80a61a;
}

.alert-success hr {
    border-top-color: #c9e66f;
}

.alert-success .alert-link {
    color: #5e7a13;
}

.alert-info {
    background-color: #e6f4fa;
    border-color: #c8eef5;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #b3e8f1;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fafbe5;
    border-color: #ede28d;
    color: #ad9d15;
}

.alert-warning hr {
    border-top-color: #eadc77;
}

.alert-warning .alert-link {
    color: #80740f;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #d595a0;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #ce838f;
}

.alert-danger .alert-link {
    color: #843534;
}

.alert.alert-gap-top {
    margin-top: 15px;
}

/*************************************************************************************************************
ALLGEMEINE INPUT UND FORMULAR FELDER
*************************************************************************************************************/

.amphicms .form-group {
    margin-bottom: 0;
}

/** TEXTAREAS **/
.amphicms textarea {
    width: 100%;
    height: 100px;
    background: #f9f9f9;
    border: 1px solid #e0e3e5;
    padding: 5px 12px;
}

.amphicms textarea:focus {
    border-color: #4dbbea;
    color: #2e3337;
    background: #e6f4fa;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

/** INPUT **/
.amphicms input {
    width: 100%;
}

.amphicms .form-group input {
    width: 100%;
}

.amphicms input[type=submit], .amphicms input[type=checkbox] {
    width: auto;
    min-width: auto;
}

.amphicms input[type="radio"] {
    width: 17px;
    top: 1px;
    margin-right: 5px;
}

.amphicms input#header_title {
    width: 100%;
}

/** SELECT **/
.amphicms select {
    width: 100%;
    margin: 0;
    -webkit-transition: border-color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: border-color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.amphicms .form-group select {
    width: 100%;
    vertical-align: unset;
}

.amphicms select.sematic-headline {
    margin-bottom: 5px;
}

/*************************************************************************************************************
HIGHLIGHT BOXES LIKE SEARCH FIELDS ETC.
*************************************************************************************************************/
.highlight > table {
    position: relative;
    background: #e6f4fa;
}

.highlight table:before {
    content: "";
    background: #e6f4fa;
    position: absolute;
    width: 29px;
    left: -29px;
    top: 0;
    bottom: 0;
    border-top: 1px solid #bce1f2;
    border-bottom: 1px solid #bce1f2;
}

.highlight table:after {
    content: "";
    background: #e6f4fa;
    position: absolute;
    width: 29px;
    right: -29px;
    top: 0;
    bottom: 0;
    border-top: 1px solid #bce1f2;
    border-bottom: 1px solid #bce1f2;
}

.highlight > table > tbody {
    border-top: 1px solid #bce1f2;
    border-bottom: 1px solid #bce1f2;
    display: block;
    padding: 15px 0;
}

.highlight table.adminContentTable {
    font-size: 14px;
}

.highlight td.adminContentLabel {
    font-weight: bold;
}

.highlight table.adminContentTable > tbody > tr {
    border: 0;
    width: 100%;
    display: table;
}

.highlight table.adminContentTable > tbody > tr > td.adminContentInput {
    max-width: 70%;
    display: block;
}

.highlight table.adminContentTable > tbody > tr > td.adminContentInput > select + input.btn {
    margin-top: 20px;
}

.highlight table > tbody > tr > td.adminContentLabel,
.highlight table > tbody > tr > td.adminContentInput,
.highlight table > tbody > tr > td.adminContentController {
    border: 0;
    background: none;
}

.highlight table > tbody > tr > td.adminContentLabel {
    color: #8d949f;
    text-transform: uppercase;
}

.highlight input[type=text], .highlight input[type=password],
.highlight select.form-control,
.highlight select {
    border: 1px solid #d8d8d8;
    background-color: #fff;
    -webkit-transition: border-color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: border-color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.highlight input[type=text]:focus, .highlight input[type=password]:focus, .highlight input[type=text]:hover, .highlight input[type=password]:hover, .highlight select:hover {
    border-color: #4dbbea;
    background-color: #f9f9f9;
    -webkit-transition: border-color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: border-color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}



/*************************************************************************************************************
BUTTON GROUP - BOOTSTRAP SELECT
*************************************************************************************************************/
.amphicms .bootstrap-select.form-control .btn {
    color: #545454;
    border: 1px solid #e0e3e5;
    border-radius: 0;
    font-size: 16px;
    padding: 6px 36px 5px 12px;
    background: #FFF;
}

.amphicms .bootstrap-select.form-control .btn:hover {
    background-color: #FFF;
}

.amphicms .bootstrap-select.form-control.open .btn, .bootstrap-select.form-control.open .btn:focus {
    background: #e6f4fa;
    outline: 1px solid #4dbbea !important;
    outline-offset: -1px;
}

.amphicms .bootstrap-select .dropdown-toggle:focus {
    background-color: #e7f4fa;
    border: 1px solid #bce1f2;
    outline: 1px solid #4dbbea !important;
    outline-offset: -1px;
}

.amphicms .bootstrap-select.form-control > select {
    min-width: auto !important;
    max-width: none !important;
}

.amphicms .bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    background-image: url(../layout/WebsiteEditMode/WebsiteEditBar/select-arrow-down.png);
    padding: 0;
    border: none;
    width: 36px;
    height: 36px;
}

.amphicms .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

/*************************************************************************************************************
MODAL - POPUP
*************************************************************************************************************/
.amphicms .modal .modal-dialog {
    width: auto;
    max-width: 1190px;
    margin: 30px auto;
}

.amphicms .modal .modal-dialog .modal-content {
    border-radius: 0;
}

.amphicms .modal .modal-dialog .modal-header {
    border-bottom: none;
    background: #41494c;
    padding: 7.5px 15px;
    color: #FFF;
    text-transform: uppercase;
}

.amphicms .modal .modal-dialog .modal-title {
    color: #FFF;
    text-transform: uppercase;
}

.amphicms .modal .modal-dialog .modal-body {
    padding: 30px;
}

.amphicms .modal .modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 20px;
    font-weight: normal;
    text-shadow: none;
    margin-top: 0;
    outline: none;
}

.amphicms .modal .modal-dialog .modal-body input#LinkDownloadStartMediaManager {
    width: auto;
    line-height: 1.5;
}

/*************************************************************************************************************
VERTIKALE SUBNAVIGATION LINKS
*************************************************************************************************************/

div#subNavLeft {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
}

div#subNavLeft table {
    width: 100%;
    margin: 0;
}

div#subNavLeft td {
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    border-bottom: 1px solid #dedede;
}

div#subNavLeft td.subNavPassive {
    background: #fff;
}

div#subNavLeft td.subNavActive {
    background: #fff;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

div#subNavLeft td.subNavActive:hover {
    background: #41494A;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

div#subNavLeft a.subNavPassive {
    color: #333;
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

div#subNavLeft a.subNavPassive:hover {
    color: #fff;
    display: block;
    background: #41494A;
    width: 100%;
    text-decoration: none;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

div#subNavLeft a.subNavActive {
    color: #4dbbea;
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 15px;
}

/*************************************************************************************************************
ELEMENTE INHALTSBEREICH
*************************************************************************************************************/

div#filler {
    display: none;
}

div#content {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    background: none;
}

div#content > .container-fluid > .row {
    display: flex;
}

div#fullContent {
    height: auto;
    position: relative;
    padding: 0 0 0 10px;
    background: url(../layout/bg-content-full.png) repeat-y 0 0;
}

div#quicknav {
    height: auto;
    position: relative;
    padding: 0 0 0 10px;
}

div#fullContent div#subNavLeft, div#quicknav div#subNavLeft {
    position: relative
}

div#fullContent div[data-content], div#quicknav div[data-content] {
    width: 100%;
    margin: 0;
}

div[data-content] p {
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

div[data-content] .adminContentInput p:last-child {
    margin-bottom: 0;
}

/*************************************************************************************************************
StartPageFunction
*************************************************************************************************************/
.startpageFunction {
    float: left;
    width: calc(50% - 30px);
    margin-right: 30px;
}

.startpageFunction > div {
    margin-top: 10px;
}

/*************************************************************************************************************
LOGIN SCREEN
*************************************************************************************************************/

body.login {
    background-color: #41494c;
    height: 100%;
    min-height: 500px;
    color: #8d949f;
}

div#login {
    height: 280px;
    width: 406px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -203px;
}

#logo {
    height: 20px;
    width: 275px;
    position: relative;
    text-align: right;
    background: url(../layout/logo-netzcocktail.png) no-repeat 0 0;
    background-size: contain;
}

div#login #logo {
    height: 40px;
    margin-bottom: 30px;
    width: auto;
}

div#login .loginTable {
    width: 100%;
}

div#login .label {
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 0 4px 0;
    font-weight: 700;
    color: #8d949f;
    line-height: 1.5;
    display: table-cell;
    text-align: start;
    white-space: normal;
    vertical-align: middle;
}

div#login .input {
    padding-bottom: 16px;
}

div#login .input input {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
}

div#login .submit {
    text-align: right;
}

div#login .error {
    background-color: #f2dede;
    color: #a94442;
    padding: 15px;
    margin-bottom: 24px;
    border: 1px solid #d595a0;
    border-radius: 4px;
}

div#login .confirm {
    background-color: #edf9dc;
    color: #80a61a;
    padding: 15px;
    margin-bottom: 24px;
    border: 1px solid #d1ea85;
    border-radius: 4px;
}

/*************************************************************************************************************
Zentrale Navigationsverwaltung - Webseite / Navigation / Übersicht
*************************************************************************************************************/

.amphicms .cms-nav-group-overview .amphi-table thead tr > th.last-change {
    width: 200px;
}
.amphicms .cms-nav-group-overview .amphi-table thead tr > th.options {
    width: 310px;
}
.amphicms .cms-nav-group-overview .amphi-table tbody:after {
    content: '';
    display: block;
    height: 45px;
}
.amphicms .cms-nav-group-overview .amphi-table tbody:last-child:after {
    height: 0;
}

.amphicms .cms-nav-group-overview .amphi-table tbody tr > td {
    padding-top: 12px;
    padding-bottom: 12px;
}
.amphicms .cms-nav-group-overview .amphi-table tbody tr > td.nav-level-2 {
    padding-left: 40px;
}
.amphicms .cms-nav-group-overview .amphi-table tbody tr > td.nav-level-3 {
    padding-left: 70px;
}
.amphicms .cms-nav-group-overview .amphi-table tbody tr > td.nav-level-4 {
    padding-left: 100px;
}
.amphicms .cms-nav-group-overview .amphi-table tbody tr > td.nav-level-5 {
    padding-left: 130px;
}
.amphicms .cms-nav-group-overview .amphi-table tbody tr > td.nav-level-6 {
    padding-left: 160px;
}
.amphicms .cms-nav-group-overview .amphi-table tbody tr > td .icon-list span.label.amphiicon {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
}
.amphicms .cms-nav-group-overview .amphi-table tbody tr > td .icon-list span.label.amphiicon.label-primary {
    background: #41494c;
}
.amphicms .cms-nav-group-overview .amphi-table tbody tr > td .icon-list span.label.amphiicon.label-default {
    opacity: 0.5;
}
.amphicms .cms-nav-group-overview .amphi-table tbody tr > td .icon-list .nav-visibility .icon-visible,
.amphicms .cms-nav-group-overview .amphi-table tbody tr > td .icon-list .nav-visibility .icon-invisible,
.amphicms .cms-nav-group-overview .amphi-table tbody tr > td .icon-list .nav-visibility .icon-inactive {
    display: none;
}
.amphicms .cms-nav-group-overview .amphi-table tbody tr > td .icon-list .nav-visibility.mode-visible .icon-visible,
.amphicms .cms-nav-group-overview .amphi-table tbody tr > td .icon-list .nav-visibility.mode-invisible .icon-invisible,
.amphicms .cms-nav-group-overview .amphi-table tbody tr > td .icon-list .nav-visibility.mode-inactive .icon-inactive {
    display: inline-block;
}

/*************************************************************************************************************
ADMIN SITEMAP - ControlCenter / Projektmanagement / Template-Zuordnungen
*************************************************************************************************************/

.adminSitemap {
    margin: 2em 0;
    list-style: none;
    border-top: 1px solid #dedede;
    font-size: 16px;
}

.adminSitemap ul {
    padding-left: 0;
    margin-top: 0;
    list-style: none;
    background: #fff;
}

.adminSitemap li {
    padding: 0 0 0 0;
    position: relative;
}

.adminSitemap li div span.sitemapItem,
.adminSitemap li div a.sitemapEditLink {
    color: #41494c;
    display: block;
    padding: 12px 10px;
}

.adminSitemap > li > ul > li > div > span.sitemapItem,
.adminSitemap > li > ul > li > div > a.sitemapEditLink {
    padding-left: 30px;
}

.adminSitemap > li > ul > li > ul > li > div > span.sitemapItem,
.adminSitemap > li > ul > li > ul > li > div > a.sitemapEditLink {
    padding-left: 50px;
}

.adminSitemap > li > ul > li > ul > li > ul > li > div > span.sitemapItem,
.adminSitemap > li > ul > li > ul > li > ul > li > div > a.sitemapEditLink {
    padding-left: 70px;
}

.adminSitemap > li > ul > li > ul > li > ul > li > ul > li > div > span.sitemapItem,
.adminSitemap > li > ul > li > ul > li > ul > li > ul > li > div > a.sitemapEditLink {
    padding-left: 90px;
}

.adminSitemap > li > ul > li > ul > li > ul > li > ul > li > ul > li > div > span.sitemapItem,
.adminSitemap > li > ul > li > ul > li > ul > li > ul > li > ul > li > div > a.sitemapEditLink {
    padding-left: 110px;
}

ul.adminSitemap li div {
    padding: 0;
    background: #FFF;
    border-bottom: 1px solid #dedede;
}

.adminSitemap li div:hover {
    background: #e6f4fa;
}

.adminSitemap li div:hover a {
    color: #41494c;
    text-decoration: none;
}

.adminSitemap .adminSitemapIcons {
    position: absolute;
    right: 15px;
    top: 9px;
    padding: 0;
    border: none;
    background: none;
}

.adminSitemap select {
    height: 38px;
    position: relative;
    top: -6px;
}

/*************************************************************************************************************
ICON LIST - SEO STANDORT
*************************************************************************************************************/
.icon-list span.label.amphiicon {
    margin-right: 5px;
}

span.label.amphiicon {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

span.label.amphiicon:hover {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

span.label.amphiicon.edit-icon,
span.label.amphiicon.website-edit-mode-icon {
    background: transparent;
    color: #4dbbea;
    border: 1px solid #4dbbea;
}

span.label.amphiicon.edit-icon:hover,
span.label.amphiicon.website-edit-mode-icon:hover {
    background: #4dbbea;
    color: #FFF;
    border: 1px solid #4dbbea;
}

span.label.amphiicon.delete-icon {
    background: transparent;
    color: #a82020;
    border: 1px solid #a82020;
}

span.label.amphiicon.delete-icon:hover {
    background: #a82020;
    color: #FFF;
    border: 1px solid #a82020;
}

span.label.amphiicon.delete-icon.inactive {
    opacity: 0.5;
    cursor: not-allowed;
}

span.label.amphiicon.delete-icon.inactive:hover {
    opacity: 0.5;
    cursor: not-allowed;
    background: transparent;
    color: #a82020;
    border: 1px solid #a82020;
}

span.label.amphiicon.star-icon {
    background: #8d949f;
    color: #FFF;
    border: 1px solid #8d949f;
}

span.label.amphiicon.star-icon:hover {
    background: #4dbbea;
    color: #FFF;
    border: 1px solid #4dbbea;
}

span.label.amphiicon.star-icon.label-primary {
    background: #4dbbea;
    color: #FFF;
    border: 1px solid #4dbbea;
}

.icon-list span.label.amphiicon.label-default {
    opacity: 0.5;
}

.icon-list span.label.amphiicon.label-default.passive:hover, .icon-list span.label.amphiicon.label-default.passive:hover {
    opacity: 0.5;
}

.icon-list span.label.amphiicon.label-default:hover {
    opacity: 1;
}

.icon-list span.label.amphiicon.label-primary:hover {
    background: #199ad2;
    border-color: #199ad2;
}

.icon-list span.label.amphiicon.edit-icon:hover {
    background: #4dbbea;
    border-color: #4dbbea;
}

/*************************************************************************************************************
FORMULARTABELLEN
*************************************************************************************************************/
/***** CMS EDIT Config Tabellen wrapper *****/
form#Form_ControlCenter_Design_MediaImageSettings_Edit {
    margin-top: 30px;
}

/***** "form"-Element und Tabelle allgemein *****/
table.adminContentTable {
    width: 100%;
    font-size: 16px;
    border: none;
    border-top: 0;
    margin: 0;
}

table.adminContentTable > tbody > tr {
    border: 1px solid #ddd;
}

table#noBottomBorder {
    border-bottom: 0;
}

.adminContentTable td {
    vertical-align: top;
}

.adminContentTable td * {
    line-height: inherit;
}

.adminContentTable td.adminContentLabel, .adminContentTable td.adminContentLabelFirst {
    line-height: 38px;
}

.adminContentTable td.adminContentLabel > span, .adminContentTable td.adminContentLabel > strong, .adminContentTable td.adminContentLabelFirst > span, .adminContentTable td.adminContentLabelFirst > strong {
    display: inline-block;
    line-height: 1.5;
}

table.no-margin {
    margin: 0
}

table .edit-buttons-in-headline {
    margin-top: 3px;
}

table .edit-buttons-in-headline .edit-buttons {
    float: right;
    margin-right: 10px;
    margin-top: 4px;
}

table .edit-buttons-in-headline a {
    padding-left: 3px;
}

/***** Überschrift der Formulartabelle *****/
td.adminContentHeadline {
    line-height: 25px;
    background: #40494c;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #40494c;
}

.adminContentTable.no-margin td.adminContentHeadline {
    background: #2d3237;
}

.adminContentTable.adminContentListTable.no-margin td.adminContentHeadline {
    background: #3f494c;
}

/***** Erfolgsmeldung *****/
td.adminContentConfirm {
    background-color: #edf9dc;
    padding: 15px;
    vertical-align: middle;
    font-weight: 400;
    color: #80a61a;
    border: 1px solid #d1ea85;
}

.adminContentConfirm,
span.confirm {
    font-weight: 400;
    color: #80a61a;
}

/***** Fehlermeldung *****/
td.adminContentError {
    background-color: #f2dede;
    color: #a94442;
    padding: 15px;
    border: 1px solid #d595a0;
    font-weight: 400;
}

td.adminContentError a {
    color: #a94442;
    text-decoration: underline;
}

span.error {
    font-weight: 400;
    color: #a94442;
}

/***** Warnung *****/
td.adminContentWarning {
    padding: 15px;
    vertical-align: middle;
    background: #fafbe5;
    font-weight: 400;
    border: 1px solid #ede28d;
    color: #ad9d15;
}

span.warning {
    font-weight: 400;
    color: #ad9d15;
}

/***** Beschriftung. Die Klasse "adminContentLabelFirst" wird der ersten "Label"-Tabellenzelle zugewiesen. Ist wegen der 1px starken weissen Rahmen nötig. *****/
td.adminContentLabelPopup {
    width: 20px;
    padding: 10px;
    background: #f3f3f3;
    text-align: center;
}

td.adminContentLabelPopup img.popupInfo {
    position: relative;
    top: 0;
}

td.adminContentLabelPopupInner {
    width: 16px;
    padding: 4px 0 0 3px;
    background: #d0d0d0;
    border-bottom: 1px solid #fff;
    border-right: 0;
    text-align: center;
}

td.adminContentLabel {
    width: 250px;
    min-width: 250px;
    padding: 10px;
    font-weight: normal;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
}

td.adminContentLabelCenter {
    width: 250px;
    min-width: 250px;
    padding: 10px;
    background: transparent;
    border-bottom: none;
    border-right: none;
    border-left: none;
    font-weight: bold;
}

td.adminContentLabelFirst {
    width: 250px;
    min-width: 250px;
    padding: 10px;
    font-weight: normal;
    border: 1px solid #ddd;
    background: #f3f3f3;
}

td.adminContentLabel span,
td.adminContentLabel span.label,
td.adminContentLabel span.required,
td.adminContentLabelFirst span,
td.adminContentLabelFirst span.label,
td.adminContentLabelFirst span.required {
}

/***** Texteingabefelder *****/
td.adminContentInput {
    padding: 10px;
    background: transparent;
    border: 1px solid #ddd;
    line-height: 30px;
    font-size: 16px;
    position: relative;
}

td.adminContentInput small {
    line-height: 1.5;
    margin-top: 5px;
    display: block;
}

td.adminContentInputNoRightBorder {
    padding: 10px;
    background: transparent;
    border-bottom: 1px solid #ccc;
    border-right: 0;
}

td.adminContentInputFirst {
    padding: 10px;
    background: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

td#fliesstext {
    padding: 10px 10px 10px 10px;
}

td.adminContentInputRequired {
    background: #dedede;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-weight: bold;
}

td.adminContentInputFirst ul {
    list-style: none;
}

td.adminContentInput input[type=checkbox] {
    top: 0;
    width: 0;
    height: 0;
    margin: 0;
}

td.adminContentInput.checkbox-list .indent {
    margin-left: 30px
}

.table-responsive input[type=checkbox] {
    top: 0;
    width: 0;
    height: 0;
    margin: 0;
}

.amphicms .table-responsive .checkbox-inline {
    top: -11px;
}
.amphicms .table-responsive .no-checkbox-inline-top .checkbox-inline {
    top: -3px;
}

.amphicms .table-responsive label.checkbox-inline::after {
    top: 6px;
}

input[type=text], input[type=password] {
    padding: 5px 12px;
    height: 38px;
    background: #f9f9f9;
    border: 1px solid #e0e3e5;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    font-size: 16px;
}

input[type=text]:focus, input[type=password]:focus {
    border-color: #4dbbea;
    color: #2e3337;
    background: #e6f4fa;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.input-group-addon {
    padding: 5px 10px 5px 11px;
    background-color: #f9f9f9;
    border: 1px solid #e0e3e5;
}

.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-left: none;
    border-right: none;
}

.input-group-addon a {
    color: #5e6571;
}

.password-field-wrapper .input-group-addon {
    border-radius: 0;
    background-color: #FFF;
}
.password-field-wrapper .input-group-addon a.generate-password {
    color: #36b2e7;
}

td.adminContentInput input.phonePrefix {
    width: 30px;
}

td.adminContentInput input.phoneNumber {
    width: 80px;
}

td.adminContentInput #pinterestVerificationErrors {
    margin-bottom: 15px;
}

td.adminContentInput .accessTokenButton {
    display: inline-block;
    clear: both;
    padding: 0 21px 0 20px;
    height: 45px;
    line-height: 44px;
    background: #386793;
    color: #e9eef3;
    text-decoration: none;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

td.adminContentInput .accessTokenButton:hover {
    background-color: #3880c4;
    color: #fff;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

td.adminContentInput .accessTokenButton .amphiicon {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

td.adminContentInput .accessTokenButton.facebook {
    background: #3b5999;
}

td.adminContentInput .accessTokenButton.twitter {
    background: #55acee;
}

td.adminContentInput .accessTokenButton.instagram {
    background: #e4405f;
}
td.adminContentInput .accessTokenButton.pinterest {
    background: #e60023;
}

td.adminContentInput .accessTokenButton.pinterest:hover {
    background: #EB334F;
}

td.adminContentInput .countChars {
    line-height: 1.5;
}


/***** Dropdown-Listen *****/
select {
    width: 300px;
    margin: 0 20px 0 0;
    height: 38px;
    background: #f9f9f9;
    outline: none;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
}

.form-group select {
    width: 100%;
    max-width: none;
}

select.form-control:not([multiple]),
select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(../layout/WebsiteEditMode/WebsiteEditBar/select-arrow-down.png);
    padding: 0 36px 0 12px;
}

td.adminContentInput .colRight select {
    margin: 0;
}

td.adminContentInput select.internationalAreaCode {
    width: 50px;
    margin: 0;
}

td.adminContentInputNoRightBorder small {
    margin-top: 5px;
    display: block;
}

.amphicms .select2-container--bootstrap .select2-selection {
    height: 38px;
    background: #f9f9f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(../layout/WebsiteEditMode/WebsiteEditBar/select-arrow-down.png);
    font-size: 16px;
    line-height: 38px;
    padding: 0 36px 0 12px;
    border: 1px solid #e0e3e5;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    outline: none;
}

.amphicms .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.amphicms.select2-container--bootstrap.select2-container--focus .select2-selection, .forum-group .select2-container--bootstrap.select2-container--open .select2-selection {
    border: 1px solid #e0e3e5;
    box-shadow: none;
}

.amphicms .select2-container--bootstrap .select2-dropdown--above {
    box-shadow: none;
}

.amphicms .select2-container--bootstrap .select2-dropdown {
    border: 1px solid #e0e3e5;
    box-shadow: none;
}

.amphicms .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #4dbcea;
    color: #fff;
}

.amphicms .select2-container--bootstrap.select2-container--focus .select2-selection, .form-group .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #e0e3e5;
    box-shadow: none;
}

.amphicms .select2-container--bootstrap .select2-dropdown {
    border-color: #e0e3e5;
}

.amphicms .select2-container--bootstrap .select2-dropdown--above {
    box-shadow: none;
}

.amphicms .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    height: 38px;
    font-size: 16px;
    padding: 5px 12px;
    border-radius: 0;
}

.amphicms .select2-container--bootstrap .select2-search--dropdown .select2-search__field:focus {
    border-color: #4dbbea;
    color: #2e3337;
    background: #e6f4fa;
}

/***** Text Editieren *****/
td.adminContentInput .cke_top {
    background: #eaebed;
    border-bottom: 1px solid #e0e3e5;
    box-shadow: none;
    padding: 6px 8px;
}

td.adminContentInput .cke_chrome {
    border: 1px solid #ddd;
    padding: 0;
    box-shadow: none;
    width: 100% !important;
}

td.adminContentInput a.cke_combo_button {
    margin: 0;
    line-height: 26px;
}

td.adminContentInput .caption .cke {
    margin-top: 10px;
}

/***** Buttons *****/
td.adminContentController a {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

td.adminContentInput input[type=image] {
    margin: 0 30px 0 0;
}

td.adminContentController input[type=image] {
    margin: 0 30px 0 0;
    outline: none;
}

td.adminContentController input[type=image].greyscale {
    filter: grayscale(1);
}

td.adminContentInput input[type=image].noLeftMargin {
    margin: 0;
}

td.adminContentController {
    text-align: left;
    padding: 10px;
    background: transparent;
    border: 1px solid #ddd;
}

td.adminContentControllerFirst {
    text-align: left;
    padding: 10px 10px 25px 10px;
    border: 1px solid #ddd;
}

td.adminContentController span {
    display: block;
    font-weight: bold;
    margin: 5px 0 10px 0;
    line-height: 15px;
}

td.adminContentControllerFirst span {
    display: block;
    font-weight: bold;
    margin: 5px 0 10px 0;
    line-height: 15px;
}

.amphicms a.btn-editor:before {
    content: "\f304";
    font: normal 900 normal 1em/1 'Font Awesome 6 Pro';
    margin-right: 10px;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

.amphicms .amphiicon.near-text {
    margin-right: 5px;
}

.btn-primary,
input[type=submit] {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #36b2e7;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #4dbbea;
    text-transform: uppercase;
    padding: 7px 20px 6px 20px;
    margin: 0;
    text-decoration: none;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);

}

.btn-primary:hover,
.btn-primary.active,
.btn-primary:focus,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
input[type=submit]:hover {
    background: #199ad2;
    border-color: #199ad2;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.amphicms .btn-default {
    background: #fff;
    color: #4dbbea;
    border-color: #4dbbea;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.amphicms .btn-default:hover {
    background: #199ad2;
    border-color: #199ad2;
    color: #fff;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.amphicms a.btn.btn-danger:hover,
.amphicms input[type=submit].btn.btn-danger:hover {
    color: #FFF;
    background-color: #a82020;
    border-color: #a82020;
}

input[name=btn_delete], input[type=submit].btn.btn-danger, a.btn.btn-danger {
    color: #a82020;
    background-color: #fff;
    border-color: #a82020;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

input[name=btn_delete]:hover {
    background: #931c1c;
    border-color: #931c1c;
    color: #fff;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.dropdown-menu {
    max-width: 100%;
    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: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

.dropdown-menu-right {
    left: auto;
}

.amphicms .dropdown-menu {
    max-width: none;
}

.amphicms .dropdown-menu > li > a {
    padding-right: 15px;
    padding-left: 10px;
}

#amphi-edit .dropdown-menu > li > a, .amphicms .dropdown-menu > li > a, #amphi-edit .amphicms .dropdown-menu > li > a, #amphi-edit .dropdown-menu li a, .amphicms .dropdown-menu li a, #amphi-edit .amphicms .dropdown-menu li a {
    padding: 3px 15px 3px 10px;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #41494c;
    white-space: nowrap;
}

td.adminContentInput button, td.adminContentInput a button {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #36b2e7;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #4dbbea;
    text-transform: uppercase;
    padding: 7px 20px 6px 20px;
    margin: 0;
    text-decoration: none;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    outline: none;
}

td.adminContentInput button:hover, td.adminContentInput a button:hover {
    background: #199ad2;
    border-color: #199ad2;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    outline: none;
}

td.adminContentInput button#btn_dt_create_from, td.adminContentInput button#btn_dt_create_until, td.adminContentInput button#btn_dt_job_from, td.adminContentInput button#btn_dt_job_until {
    padding: 7px 10px 6px 10px;
    margin-top: -1px;
    border-radius: 0;
    background: #f9f9f9;
    border: 1px solid #e0e3e5;
    color: #323232;
}

td.adminContentInput form#Form_CmsAdmin_Login_System_GroupCreate {
    margin: 10px 0;
}

/** Abstand für alerts, die direkt unter einem Formularfeld stehen. */
td.adminContentInput input + .alert,
td.adminContentInput textarea + .alert,
td.adminContentInput select + .alert {
    margin-top: 15px;
}

td.adminContentController button {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #36b2e7;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #4dbbea;
    text-transform: uppercase;
    padding: 7px 20px 6px 20px;
    margin: 15px 0 0 0;
    text-decoration: none;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

td.adminContentController button:hover {
    background: #199ad2;
    border-color: #199ad2;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

/***** Links, die aussehen sollen wie Buttons *****/
a.input {
    margin: 0 30px 0 0;
}

a.fakeInput {
    border: none;
}

/***** leere Platzhalter-/ Abstandshalterzelle *****/
td.adminContentDelimiter {
    vertical-align: middle;
    background: #fff;
    border: 1px solid #fff;
    border-top: none;
}

/***** Hinweistext *****/
td.adminContentExplanation {
    vertical-align: middle;
    padding: 8px 4px 15px 4px;
    background: #dedede;
    border: 1px solid #fff;
    border-top: 0;
}

/***** Hinweis "Pflichteingaben" *****/
td.adminContentNoteRequired {
    vertical-align: middle;
    padding: 3px 4px 3px 4px;
    background: #dedede;
    font-weight: bold;
    border: 1px solid #fff;
    border-top: 0;
}

/***** Übersichtstabelle E-Mails *****/
table#emailOverview {
    width: 100%;
    border-top: solid 1px #999;
}

td#emailPasswort input[type=text] {
    float: left;
    margin: 1px 20px 0 0;
}

#emailOverview th.icon {
    text-align: center;
    min-width: 25px;
    width: 25px;
}

#emailOverview td.icon {
    text-align: center;
    vertical-align: middle;
    width: 25px;
}

#emailOverview td .aliases {
    padding-left: 20px;
    padding-top: 5px;
}

#emailOverview .spamfilter-packages {
    white-space: nowrap;
}

td.button {
    padding: 0 0 0 30px;
}

td.button img {
    padding-left: 30px;
    margin: 0 0 3px 0;
}

div.borders {
    padding: 20px 0;
    margin-bottom: 0;
}

div.borders_bottom {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 10px 20px 10px;
    border-bottom: 1px solid #999;
}

/***** Anleitungen E-Mail *****/
.email_manual {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background: #4dbbea;
    padding: 2px 5px;
    border-radius: 5px;
}

/***** E-Mail alias Select - Firefox Hack *****/
@-moz-document url-prefix() {
    #Form_Email_Account_AddAlias .input-group select {
        vertical-align: unset;
    }
}

#Form_Email_Account_AddAlias .input-group select {
    vertical-align: unset;
}

/*************************************************************************************************************
LISTENTABELLEN
*************************************************************************************************************/

/***** Tabelle allgemein *****/
table.adminContentListTable {
    width: 100%;
    border: 0;
    border-top: 0;
}

.adminContentListTable td {
    line-height: 18px;
    vertical-align: middle;
}

table#uebersichtOben {
    border-bottom: 0;
    font-size: 14px;
}

table#uebersichtOben td.adminContentLabelPopup img.popupInfo {
    top: 0;
}

/***** Überschrift der Tabelle *****/
td.adminContentListTableHeadline {
    font-size: 14px;
    line-height: 25px;
    background: #999;
    padding-left: 4px;
    color: #fff;
    font-weight: bold;
    border-right: 0;
    border-bottom: 1px solid #fff;
}

/***** "vor"/"zurück" Navigation *****/
td.adminContentPrevNextNavi {
    padding: 10px;
    vertical-align: middle;
    background: #9fa9ab;
    border: none;
    border-top: none;
    color: #FFF;
    font-size: 14px;
}

td.adminContentPrevNextNavi div {
    float: left;
    width: 60px;
}

td.adminContentPrevNextNavi div a {
    text-decoration: underline;
}

td.adminContentPrevNextNavi .prevLink {
    text-align: left;
}

td.adminContentPrevNextNavi .pages {
    text-align: center;
    width: calc(100% - 120px);
    min-height: 1px;
}

td.adminContentPrevNextNavi .nextLink {
    text-align: right;
}

/***** Tabellenbeschriftung *****/
th.adminContentListTableHeadlineFirst {
    text-align: left;
    vertical-align: middle;
    background: #8D949F;
    padding: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

th.adminContentListTableHeadlineFirst a {
    color: #fff;
    text-decoration: none;
}

th.adminContentListTableHeadline {
    text-align: left;
    vertical-align: middle;
    background: #8D949F;
    padding: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

th.adminContentListTableHeadline a {
    color: #fff;
    text-decoration: none;
}

/***** Tabellenzeilen und -zellen *****/
tr.rowType2 {
    background: #f9f9f9;
    font-size: 14px;
}

tr.rowType1 {
    background: #f9f9f9;
    font-size: 14px;
}

tr.rowType2:hover {
    background: #e6f4fa;
}

tr.rowType1:hover {
    background: #e6f4fa;
}

td.column1 {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

td.column2 {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

td.column3 {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

td.column4 {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

td.column5 {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

td.column6 {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

/**** Datentabellen ****/
.table {
    width: 100%;
    margin-bottom: 30px;
}

.table td, .table th {
    border-bottom: 1px solid #ddd;
    padding: 6px 4px;
}

.table a {
    color: #4dbbea;
}
.table a:hover, .table a:focus {
    color: #1379a4; text-decoration: none;
}

/**** Bereichslistentabellen ****/
.overview-list-table a {
    color: #4dbbea;
}

.overview-list-table a:hover {
    color: #1379a4;
}

.amphicms .amphi-table.overview-list-table .transfer-select-options .btn-default,
.amphicms .amphi-table.overview-list-table .transfer-select-options .btn-default:hover {
    background: #fff;
    color: #4dbbea;
    border-color: #4dbbea;
    -webkit-transition: none;
    transition: none;
}
.amphicms .amphi-table.overview-list-table > thead > tr > th .transfer-select-options,
.amphicms .amphi-table.overview-list-table > thead:first-child > tr > th .transfer-select-options,
.amphicms .amphi-table.overview-list-table > thead > tr > th .transfer-select-options a,
.amphicms .amphi-table.overview-list-table > thead:first-child > tr > th .transfer-select-options a {
    color: #41494c;
}

/*************************************************************************************************************
SUCHMASCHINENOPTIMIERUNG
*************************************************************************************************************/

table#seo {
    margin-top: 20px;
}

table.adminContentTable#seo {
    margin-top: 0;
}

table#seo td.adminContentInputNoRightBorder {
    width: 400px;
}

/*textarea.additional_meta{width:400px; height:100px; background: #f9f9f9; border: 1px solid #e0e3e5;}*/
/*textarea.additional_meta:focus {border-color: #4dbbea; color: #2e3337; background: #e6f4fa; -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1); transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1); transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1); transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1), background 0.5s cubic-bezier(0.55, 0, 0.1, 1);}*/
div.logos {
    margin-bottom: 15px;
    text-align: center;
}

/*form.seoMultiLanguageSitemap select{width:150px;}*/
ul.seoMultiLanguageSitemap {
    list-style: none;
    margin: 20px 0;
    border-top: 1px solid #dedede;
}

ul.seoMultiLanguageSitemap li#current a {
    font-weight: bold;
    color: #fff;
    background: #4dbbea;
}

ul.seoMultiLanguageSitemap li {
    background: #FFF;
    border-bottom: 1px solid #dedede;
}

ul.seoMultiLanguageSitemap li a {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #41494c;
}

ul.seoMultiLanguageSitemap li span {
    padding: 10px;;
    font-size: 16px;
    display: block;
}

ul.seoMultiLanguageSitemap li a:hover {
    background: #e6f4fa;
    text-decoration: none;
}

ul.seoMultiLanguageSitemap li.NavLevel2 a {
}

ul.seoMultiLanguageSitemap li.NavLevel3 a,
ul.seoMultiLanguageSitemap li.NavLevel3 span {
    padding-left: 40px;
}

ul.seoMultiLanguageSitemap li.NavLevel4 a,
ul.seoMultiLanguageSitemap li.NavLevel4 span {
    padding-left: 80px;
}

ul.seoMultiLanguageSitemap li.NavLevel5 a,
ul.seoMultiLanguageSitemap li.NavLevel5 span {
    padding-left: 120px;
}

ul.seoMultiLanguageSitemap li.NavLevel6 a,
ul.seoMultiLanguageSitemap li.NavLevel6 span {
    padding-left: 160px;
}

ul.seoMultiLanguageSitemap li.NavLevel7 a,
ul.seoMultiLanguageSitemap li.NavLevel7 span {
    padding-left: 200px;
}

/*************************************************************************************************************
zentraler Navigationsverwaltung
*************************************************************************************************************/

table.navigationMultiLanguageSitemap {
    margin-top: 20px;
    border-bottom: 1px solid #dedede;
}

table.navigationMultiLanguageSitemap td.NavLevel2 {
}

table.navigationMultiLanguageSitemap td.NavLevel3 {
    padding-left: 40px;
}

table.navigationMultiLanguageSitemap td.NavLevel4 {
    padding-left: 80px;
}

table.navigationMultiLanguageSitemap td.NavLevel5 {
    padding-left: 120px;
}

table.navigationMultiLanguageSitemap td.NavLevel6 {
    padding-left: 160px;
}

table.navigationMultiLanguageSitemap td.NavLevel7 {
    padding-left: 200px;
}

table.navigationMultiLanguageSitemap td.NavigationList {
    vertical-align: top;
    border-top: 1px solid #dedede;
}

ul.NavigationLoginGroupsList {
    padding-left: 15px;
}

/*************************************************************************************************************
NEUEN BAUSTEIN HINZUFÜGEN DIALOG
*************************************************************************************************************/

div.module {
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
    border: 1px solid #8d949f;
    border-radius: 5px;
}

div.module div.module-image {
    position: relative;
    z-index: 9;
    text-align: center;
}

div.module .module-add-button {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 10;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    display: block;
}

div.module .amphiicon.plus-icon,
div.module.inactive .module-add-button .amphiicon.not-allowed-icon {
    margin-top: 45px;
    color: #fff;
    font-size: 50px;
    display: none;
}
div.module.inactive .module-add-button .amphiicon.not-allowed-icon {
    color: #a94442;
}

div.module .module-add-text {
    font-size: 14px;
    font-family: "Museo Sans", Arial, sans-serif;
    font-weight: 600;
    display: block;
}

div.module .module-add-button:hover .amphiicon.plus-icon,
div.module.inactive .module-add-button:hover .amphiicon.not-allowed-icon {
    display: block;
}

div.module .module-add-button:hover {
    background: rgba(76, 186, 236, 0.95);
}
div.module.inactive .module-add-button:hover {
    background: rgba(242, 222, 222, 0.95); /* = #f2dede (CMS-Hellrot) + leicht transparent */
}

h4.module-name {
    font-size: 14px;
    margin-bottom: 5px;
}

.amphi-popup .add-module div.module.inactive,
.amphi-popup .add-module #accordion.filter-mode .panel-heading.no-matches-found,
.amphi-popup .add-module #accordion.filter-mode .panel-collapse.matches-found .no-match .module,
.amphi-popup .add-module #accordion.filter-mode .panel-collapse.no-matches-found .module {
    opacity: .5;
}

.amphi-popup .add-module #accordion.filter-mode .panel-heading .badge {
    display: inline-block;
    margin-right: 10px;
}

/*************************************************************************************************************
NEWSLETTER PLATZHALTER
*************************************************************************************************************/

.placeholder-list-accordion .ui-accordion-header .amphiicon {
    display: inline-block;
    width: 15px;
}

.placeholder-list-accordion .ui-accordion-header .open {
    display: none;
}

.placeholder-list-accordion .ui-accordion-header-active .open {
    display: inline-block;
}

.placeholder-list-accordion .ui-accordion-header-active .close {
    display: none;
}

.placeholder-list-accordion h3 {
    cursor: pointer;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    background: #eaebed;
    font-weight: 500;
    margin: 0;
    border: 1px solid #e0e3e5;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.placeholder-list-accordion h3.ui-state-active {
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.placeholder-list-accordion {
    margin-bottom: 30px;
}

.amphicms .placeholder-list-accordion .amphi-table {
    margin: 0;
}

.placeholder-list-accordion h3:hover {
    opacity: .9;
}

.placeholder-list-accordion h3 .close,
.placeholder-list-accordion h3 .open {
    float: none;
    opacity: 1;
    font-size: 15px;
    font-weight: 500;
    color: #434c4f;
    text-shadow: none;
}

.placeholder-list-accordion *:focus {
    outline: 0;
}

.placeholder-list-accordion .placeholder-list {
    border: 1px solid #ddd;
    margin: 0;
}

input.placeholder-input, input.placeholder-input[readonly] {
    background-color: #fff;
    border: 1px solid #999;
    padding: 5px;
    width: 200px;
    color: #333;
}

table.placeholder-table {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
}

td.placeholder-placeholder {
    background: #f3f3f3;
    width: 250px;
    padding: 10px;
}

td.placeholder-label {
    background-color: #ffffff;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
}

/*************************************************************************************************************
OVERLIB HILFETEXTE
*************************************************************************************************************/

div#overDiv table table td {
    padding: 10px;
    border: 1px solid #dedede;
    color: #FFF;
    font-size: 14px;
}

div#overDiv h1 {
    font-size: 12px;
    color: #fff;
    margin: 4px 0 18px 0;
}

.overlibBackground {
    background-color: #4dbbea;
    padding: 5px;
    border: 1px solid #666;
}

.overlibText {
}

.overlibCaption {
    font-weight: bold;
}

/*************************************************************************************************************
POPUPS
*************************************************************************************************************/

/***** Popup-Fenster *****/
#popupBody {
    background: #efefef;
    overflow-x: hidden;
}

#popupBody div#mainNavContainer {
    width: 100%;
    height: auto;
    background: #2e3337;
    margin-bottom: 15px;
}

#popupBody div#mainNavContainer:after {
    content: "";
    display: table;
    clear: both;
}

#popupBody.withSubNavi div#mainNavContainer {
    height: auto;
    margin-bottom: 15px;
}

#popupBody div.fastanddirty {
    display: none;
}

#popupBody div#mainNavBar {
    width: 100%;
    height: auto;
}

#popupBody div#subMainNavBar {
    width: 100%;
    height: auto;
    left: 0;
    padding: 0 0 0 10px
}

#popupBody div#subMainNavBar:after {
    content: "";
    display: table;
    clear: both;
}

#popupBody div#wizardSteps {
    padding-left: 25px;
    font-size: 13px;
    font-weight: bold;
    color: #aaa;
}

#popupBody div#wizardSteps:after {
    content: "";
    display: table;
    clear: both;
}

#popupBody div#wizardSteps > p {
    margin: 0
}

#popupBody div#wizardSteps .active {
    color: #FFF;
    position: relative;
    line-height: normal;
    font-weight: 500;
    background: none;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    padding: 20px 5px;
}

#popupBody div#wizardSteps .passive {
    color: #a0a9ab;
    position: relative;
    line-height: normal;
    font-weight: 500;
    background: none;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    padding: 20px 5px;
}

#popupBody div#filler {
    width: 940px;
    height: 10px;
    background: none;
}

#popupBody .module-name-wrapper {
    position: absolute;
    right: 20px;
    top: 14px;
    z-index: 200
}

#popupBody .module-name-wrapper div {
    float: left;
    padding: 3px;
}

#popupBody input.popupCheckbox {
    margin-right: 0;
    position: relative;
    top: 1px;
}

#popupBody #Form_CmsAdmin_Module_Form_FormGenerator_OptionGroup_Option_Edit input.popupCheckbox {
    position: absolute;
}

.popupCheckbox {
    margin-right: 5px;
    position: relative;
    top: 0;
}

#popupBody div#subMainNavBar div.mainNavActive a {
    float: left;
    padding: 20px;
    color: #FFF;
}

#popupBody td.adminContentLabel {
    width: 180px;
}

#popupBody div#subMainNavBar div.mainNavPassive a {
    color: #a0a9ab;
}

#popupBody div#subMainNavBar div.mainNavActive a:before {
    background: #a0a9ab;
}

#popupBody div#subMainNavBar div.mainNavPassive a:before {
    background: #a0a9ab;
}

#popupBody.withSubNavi div#wizardSteps {
    background: #3f494c;
}

#popupBody input#btnDActiveFrom {
    margin: 0 30px 0 10px !important;
}

#popupBody input#btnDActiveUntil {
    margin: 0 30px 0 10px !important;
}

#popupBody .adminContentTable td {
    vertical-align: top;
}

#popupBody .adminContentTable td.adminContentLabel {
    line-height: 38px;
}

#popupBody .adminContentTable td.adminContentLabel > span {
    display: inline-block;
    line-height: 1.5;
}

/***** Vorschau Module Popup-Fenster *****/
body.preview {
    background: none #fff;
    overflow: hidden;
}

/***** Bild-Wählen Bereich *****/
div.colLeft {
    float: left;
    margin: 0 10px 0 0;
}

div.colLeft select {
    margin: 0;
}

div.colLeft table {
    position: relative;
    left: 1px;
    margin: 0;
}

div.colRight {
    float: left;
}

div.colRight table {
    position: relative;
    left: 1px;
    margin: 0;
}

.MediaManagerImagePreviewWrapper {
    width: 100% !important;
    min-width: 200px !important;
}

div.MediaManagerImagePreviewWrapper img.ItemFilePreview {
    max-width: 100%;
    width: 100%;
}

div.MediaManagerImagePreviewWrapper img.ItemFileLoader {
    position: absolute;
    background-color: white;
}

div.media-manager-crop-image {
    position: relative;
    padding: 5px;
    margin: 0 auto;
}

div.media-manager-crop-image div.bar {
    position: relative;
    height: 28px;
    padding: 5px;
    text-align: left;
    vertical-align: center;
}

div.media-manager-crop-image div.bar a {
    color: #fff;
    font-weight: bold;
}

div.media-manager-crop-image div.img-container {
    margin-top: 35px;
}

div.nhmMediaManagerBar div.addImage {
    display: block;
    position: relative;
    margin: 0 0 5px 0;
    padding: 0 0 0 45px;
    min-height: 35px;
}

div.nhmMediaManagerBar div.addImage img {
    position: absolute;
    top: 0;
    left: 0;
}

div.nhmMediaManagerBar div.deleteImage {
    display: block;
    position: relative;
    padding: 0 0 0 20px;
}

div.nhmMediaManagerBar div.deleteImage img {
    position: absolute;
    top: -1px;
    left: 0;
}

td.eingabefensterEditor {
    background: #fff;
    border: 1px solid #999;
    border-top: 0;
}

.media-manager-crop-image .btn-toolbar .btn-group .btn {
    background: #41494c;
    border: none;
    padding: 0 20px;
    line-height: 38px;
    font-size: 18px;
    border-right: 1px solid #5e6670;
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.media-manager-crop-image .btn-toolbar .btn-group .btn:last-child {
    border-right: none;
}

.media-manager-crop-image .btn-toolbar .btn-group .btn:hover {
    background: #4dbbea;
}

/***** Select-Feld bei der Auswahl eines neue Bausteines *****/
td#moduleSelect select {
    width: 230px;
}

/***** Select-Felder und Button bei „News Bearbeiten“ *****/
td#newsEdit select {
    margin-right: 10px;
}

td#newsEdit input {
    margin: 0;
}

input#d_news {
    margin-right: 15px;
}

/***** Countdown Restbuchstaben neben den Überschriften *****/
span.popupCounterNum {
    font-weight: bold;
}

/***** Downloadbaustein-Popups Eingabefelder / Downloadbausteinansicht *****/
/*td.adminContentInput textarea#downloadheadline_2.downloadHeadlineFile{width:385px;}*/
/*td.adminContentInput input.downloadInput{width:385px;}*/
.downloadLink a {
    color: #fff !important;
}

/*************************************************************************************************************
MEDIA MANAGER
*************************************************************************************************************/

/***** Menü oben links *****/
td#mmMenu.adminContentLabelFirst {
    padding: 5px 7px;
}

td#mmMenu.adminContentLabelFirst td.managerMenuIcons {
    width: 25px;
    vertical-align: middle;
    text-align: center;
}

td#mmMenu.adminContentLabelFirst td span.managerMenuPassive {
    font-weight: bold;
    text-decoration: underline;
    color: #808081;
    line-height: 24px;
}

td#mmMenu.adminContentLabelFirst td a.managerMenu {
    font-weight: bold;
    text-decoration: underline;
    line-height: 24px;
}

td#mmMenu.adminContentLabelFirst td a.managerFileListFilenamePassive {
    font-weight: normal;
}

td#mmMenu.adminContentLabelFirst td a.managerFileListFilenameActive {
    font-weight: bold;
}

/***** Überschrift / Multifunktions-Select-Feld / oben rechts *****/
td#mmEditSection.adminContentInput {
    padding: 5px 7px;
}

td#mmEditSection.adminContentInput table.popupForm h1 {
    font-size: 15px;
    margin-bottom: 10px;
}

td#mmEditSection.adminContentInput table.popupForm {
    margin: 15px 0 0 12px;
}

td#mmEditSection.adminContentInput table.popupForm td.label {
    width: 120px;
    vertical-align: top;
    font-weight: bold;
}

td#mmEditSection.adminContentInput table.popupForm td.icon {
    width: 20px;
    padding: 0 0 0 0;
    vertical-align: top;
}

td#mmEditSection.adminContentInput table.popupForm td.input {
    padding: 2px 0 5px 0;
    vertical-align: top;
}

td#mmEditSection.adminContentInput table.popupForm td.input select {
    width: 144px;
}

td#mmEditSection.adminContentInput table.popupForm td.controller {
    padding: 10px 0 0 0;
}

/***** der grafische grüne „Durchsuchen“-Button wird per Javascript und einigen CSS-Anweisungen über den eigentlichen, nicht per CSS stylebaren „Durchsuchen“-Button gelegt, ebenso das dazugehörigen Input-Texteingabefeld. *****/
td#mmEditSection.adminContentInput table.popupForm td.input input[type=text] {
    width: 136px;
    line-height: 16px;
}

td#mmEditSection.adminContentInput table.popupForm td.input div#uploadWrapper {
    position: relative;
    width: 280px;
    margin: 0;
    height: 22px;
}

td#mmEditSection.adminContentInput table.popupForm td.input div#uploadWrapper input.file_hidden {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
}

td#mmEditSection.adminContentInput table.popupForm td.input div#uploadWrapper div.fakeWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    margin: 0;
    height: 23px;
}

td#mmEditSection.adminContentInput table.popupForm td.input div#uploadWrapper div.fakeWrapper input.fakeInput {
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

td#mmEditSection.adminContentInput table.popupForm td.input div#uploadWrapper div.fakeWrapper img.fakeButton {
    position: absolute;
    top: 0;
    left: 150px;
    z-index: 0;
}

/***** Verzeichnisbaum unten links *****/
td#mmDirSection.adminContentLabelFirst {
    width: 244px;
    padding: 5px 7px;
}

td#mmDirSection a {
    color: #333;
}

/***** Bereich Dateien / Checkbox / Dateityp-Icon / Dateinamen / Speichern-Icon unten mitte *****/
td#mmFileSection.adminContentInput {
    padding: 5px 7px;
}

td#mmFileSection.adminContentInput table {
    width: 100%;
}

td#mmFileSection.adminContentInput table td {
    text-align: left;
}

td#mmFileSection.adminContentInput table td.managerFileListCheckbox {
    padding: 5px 4px 0 3px;
    width: 16px;
    border-bottom: solid 1px #808081;
}

td#mmFileSection.adminContentInput table td.managerFileListIcon {
    padding: 3px 0 3px 0;
    border-bottom: solid 1px #808081;
}

td#mmFileSection.adminContentInput table td.managerFileListFilename {
    padding: 3px 4px;
    width: 250px;
    border-bottom: solid 1px #808081;
}

td#mmFileSection.adminContentInput table td.managerFileListFilename a.managerFileListFilenamePassive {
    font-weight: normal;
}

td#mmFileSection.adminContentInput table td.managerFileListFilename:hover {
    background: #ccc;
}

td#mmFileSection.adminContentInput table td.managerFileListFilename a.managerFileListFilenameActive {
    font-weight: bold;
}

td#mmFileSection.adminContentInput table td.managerFileDownloadIcon {
    padding: 3px 4px;
    border-bottom: solid 1px #808081;
}

td#mmFileSection.adminContentInput table td.delete {
    padding: 10px 0 0 0;
    text-align: left;
}

td#mmFileSection.adminContentInput table td.delete input[type=image] {
    margin: 0;
    position: relative;
    top: 3px;
    left: 0;
}

td#mmFileSection.adminContentInput table td.delete a.managerMenu {
    font-weight: bold;
    text-decoration: underline;
    line-height: 24px;
}

/***** Dateivorschau unten rechts *****/
td#mmFilePreview.adminContentInput {
    width: 145px;
    height: 348px;
    padding: 5px 7px;
}

td#mmFilePreview.adminContentInput div.managerFilePreviewBox {
    padding: 5px 0;
    background: #fff;
    border: 1px solid #999;
}

td#mmFilePreview.adminContentInput table td.delete {
    padding: 10px 0 0 0;
    text-align: left;
}

td#mmFilePreview.adminContentInput table td.delete image {
    margin: 0;
    position: relative;
    top: 3px;
    left: 0;
}

td#mmFilePreview.adminContentInput table td.delete a {
    font-weight: bold;
    text-decoration: underline;
    line-height: 24px;
}

/*************************************************************************************************************
STATISTIK
*************************************************************************************************************/

/***** Übersichtsseite *****/
div#content p.lastPBeforeTable {
    margin-bottom: 20px;
}

table#searchFormSmallStats {
    margin: 0 0 20px 0;
}

table#searchFormSmallStats td.adminContentInput select {
    width: 170px;
    margin: 0 5px 0 0;
}

table#searchFormSmallStats td.adminContentController span.extendedView {
    display: block;
    float: left;
    margin: 5px 5px 0 0;
}

table#searchFormSmallStats td.adminContentController span.extendedView input {
    position: relative;
    top: -1px;
    left: 0;
}

table#searchFormSmallStats td.adminContentController span.extendedView span {
    display: inline;
    font-weight: normal;
    padding: 0 3px 0 3px
}

div.outerContainerBigGraph {
    width: 100%;
    border: none;
    margin: 0;
}

div.innerContainerBigGraph {
    width: 100%;
    border: none;
    background: #FFF;
    text-align: left;
    padding: 0;
}

div.innerContainerBigGraph img {
    margin: 0;
}

div[data-content] div.innerContainerBigGraph p {
    text-align: left;
    padding: 0;
    margin: 10px 0;
}

div.innerContainerBigGraph p b {
    padding-left: 9px;
    border: 1px solid #fff;
    margin-right: 5px;
    font-size: 10px;
}

div.innerContainerBigGraph p b.bold1 {
    border: 0;
    padding-left: 0;
    margin-right: 5px;
    font-size: 12px;
}

div.innerContainerBigGraph p b.bold2 {
    border: 0;
    padding-left: 12px;
    margin-right: 5px;
    font-size: 12px;
}

table.containerGraphs td.left, table.containerGraphs td.right {
    vertical-align: top;
    background: url(../layout/bg-stats.png) no-repeat left bottom;
    border-bottom: 20px solid #fff;
}

table.containerGraphs td.rightEmpty {
    background: none transparent;
}

/***** Popup-Fenster *****/
#popupBody {
    background: #efefef;
}

#popupBody div#mainNavContainer {
    width: 100%;
    height: auto;
    background: #2e3337;
    margin-bottom: 15px;
}

#popupBody div#mainNavContainer:after {
    content: "";
    display: table;
    clear: both;
}

#popupBody div.fastanddirty {
    display: none;
}

#popupBody div#mainNavBar {
    width: 100%;
    height: auto;
}

#popupBody div#subMainNavBar {
    width: 100%;
    height: auto;
    left: 0;
    padding: 0 0 0 10px
}

#popupBody div#subMainNavBar:after {
    content: "";
    display: table;
    clear: both;
}

#popupBody div#wizardSteps {
    padding-left: 25px;
    font-size: 13px;
    font-weight: bold;
    color: #aaa;
}

#popupBody div#wizardSteps:after {
    content: "";
    display: table;
    clear: both;
}

#popupBody div#wizardSteps > p {
    margin: 0
}

#popupBody div#wizardSteps .active {
    color: #FFF;
    position: relative;
    line-height: normal;
    font-weight: 500;
    background: none;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    padding: 20px 5px;
}

#popupBody div#wizardSteps .passive {
    color: #a0a9ab;
    position: relative;
    line-height: normal;
    font-weight: 500;
    background: none;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    padding: 20px 5px;
}

/***** Domainübersicht *****/
table#domainOverviewStats td.column1 {
}

table#domainOverviewStats td.column2 {
    text-align: right;
    padding-right: 10px;
}

table#domainOverviewStats td.column3 {
    text-align: right;
    padding-right: 10px;
}

table#domainOverviewStats td.column4 {
    text-align: right;
    padding-right: 10px;
}

table#domainOverviewStats td.column5 {
    text-align: right;
    padding-right: 10px;
}

table#domainOverviewStats td.column6 {
    padding-left: 6px;
    vertical-align: middle;
}

table#domainOverviewStats td.column6 a {
    text-decoration: underline;
}

table#domainOverviewStats td.adminContentInput strong {
    display: block;
    text-align: right;
    padding-right: 6px;
}

div.outerContainerSmallGraph {
    width: 328px;
    border: 1px solid #999;
    border-bottom: 0;
    margin: 0 0 20px 0;
}

#popupBody input#btnDActiveFrom {
    margin: 0 30px 0 10px !important;
}

#popupBody input#btnDActiveUntil {
    margin: 0 30px 0 10px !important;
}

td.left div.outerContainerSmallGraph {
    margin: 0 19px 20px 0;
}

div.innerContainerSmallGraph {
    width: 326px;
    min-height: 260px;
    border: 1px solid #fff;
    border-bottom: 0;
    background: #dedede;
    text-align: left;
    padding: 4px 0 0 0;
}

div.innerContainerSmallGraph h3 {
    font-size: 14px;
    text-align: left;
    margin: 10px 0 10px 10px;
}

div.innerContainerSmallGraph img {
    margin: 0 0 10px 10px;
}

div[data-content] div.innerContainerSmallGraph p {
    text-align: left;
    padding: 0 0 0 10px;
    margin: 0;
    width: 300px;
}

div[data-content] div.innerContainerSmallGraph table {
    width: 306px;
    margin: 0 0 0 10px;
    padding: 0;
}

div[data-content] div.innerContainerSmallGraph table td.label {
    padding: 3px 0;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #999;
}

div[data-content] div.innerContainerSmallGraph table td.label b {
    border: 1px solid #fff;
    margin: 0 5px 0 0;
    padding: 0 9px 0 0;
    font-size: 10px;
}

div[data-content] div.innerContainerSmallGraph table td.input {
    padding: 3px 0;
    text-align: right;
    border-bottom: 1px solid #999;
}

div[data-content] div.innerContainerSmallGraph table td.input2 {
    width: 30px;
    padding: 3px 0;
    text-align: right;
    border-bottom: 1px solid #999;
}

/*************************************************************************************************************
POPUP BILDERGALERIE
*************************************************************************************************************/

/***** Reiter „Bilder“ *****/
/*#editImage input[type=text],*/
/*#editImage textarea{width:274px;}*/
/*#editImage select{width:208px;}*/
div#GalleryEditContainer {
    width: 717px;
    min-height: 550px;
    position: relative;
}

form#Form_CmsAdmin_Module_Gallery_Album_Image_Delete table#deleteImage input[type=checkbox] {
    position: relative;
    top: -2px;
}

table#editImage {
    padding: 0;
    float: left;
}

table#deleteImage {
    clear: both;
    position: relative;
}

div#GalleryImageListSection {
    position: absolute;
    top: 0;
    left: 0;
}

div#GalleryImageListSection p.headlineGalleryImageList {
    width: 100%;
    padding: 10px;
    background: #999999;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

div.thumb {
    width: 90px;
    height: 90px;
    overflow: hidden;
    padding: 0;
    float: left;
    margin: 0 5px 5px 0;
    position: relative;
    border: 1px solid #999;
}

div.thumb a.imagePosition {
    width: 88px;
    padding: 0 0 0 2px;
    font-size: 11px;
    height: 14px;
    border-bottom: 1px solid #999;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

div.thumb img {
    display: block;
    position: absolute;
    top: 15px;
    left: 1px;
}

td#editImageDate input[type=text] {
    width: 150px;
}

td#editImageDate input[type=image] {
    position: relative;
    left: 5px;
    top: 1px;
}

.clear {
    clear: both;
}

#mainContent .adminContentTable p {
    width: auto;
}

/*************************************************************************************************************
HEADLINE BEARBEITEN
*************************************************************************************************************/

.amphicms textarea.headline1.form-control,
.amphicms textarea.headline2.form-control,
textarea.headline1,
textarea.headline2 {
    color: #41494c;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    height: 85px;
    padding: 5px 12px;
}

/*************************************************************************************************************
NEWSLETTER
*************************************************************************************************************/
#dt_create_until, #dt_create_from, #dt_job_until, #dt_job_from, #dt_start_date {
    width: 100px;
    min-width: 260px;
}

#dt_start_hour, #dt_start_minute {
    width: 40px;
}

form#Form_Newsletter_Archive_RestartJobRecipients .btn-primary:not(:first-child), form#Form_Newsletter_Archive_RestartJobRecipients input[type=submit]:not(:first-child) {
    display: block;
    margin-top: 10px;
}

table.newsletter-import-field-mapping .mapping-info {
    margin-top: 15px;
}

/*************************************************************************************************************
TABELLENBAUSTEIN
*************************************************************************************************************/
a[name="editContent"] {
    text-decoration: none;
    color: #333;
}

a[name="editContent"]:hover {
    color: #333;
}

#table_builder {
    table-layout: fixed;
    width: 100%;
}

#table_builder .adminContentLabel {
    width: 10%;
}

#table_builder td.adminContentInput {
    overflow: hidden;
}

#table_builder td.adminContentInput input[type="text"],
#table_builder td.adminContentInput textarea {
    width: 90%;
}

#table_builder.two_columns td.adminContentInput {
    width: 45%
}

#table_builder.three_columns td.adminContentInput {
    width: 30%;
}

#table_builder.four_columns td.adminContentInput {
    width: 22.5%;
}

#table_builder tbody tr td.adminContentLabel img, #table_builder tbody tr td.adminContentInput img {
    margin-right: 5px;
}

/*************************************************************************************************************
ZUSATZLEISTUNGEN
*************************************************************************************************************/
.tableStandard {
    width: 100%;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.tableStandard th {
    padding: 5px;
    color: #fff;
    background: #999;
    font-weight: bold;
    border: 1px solid #fff;
    font-size: 13px;
}

.tableStandard td {
    padding: 5px;
    border: 1px solid #fff;
    vertical-align: top;
}

.tableStandard .price {
    white-space: nowrap;
    text-align: right;
    vertical-align: bottom;
}

.tableStandard a {
    text-decoration: underline;
}

p.confirm {
    font-weight: bold;
    color: #4dbbea;
}

#wallpaperDownloads .nhmMediaManagerBar {
    min-height: 0;
    margin-bottom: 10px;
}

#wallpaperDownloads .nhmMediaManagerBar .addImage {
    margin: 0;
    min-height: 0;
    padding-left: 20px;
    font-weight: normal;
}

#wallpaperDownloads .nhmMediaManagerBar .deleteImage {
    margin: 2px 0 0 0;
    min-height: 0;
    font-weight: normal;
}

/* Leightbox for Flash Test */
.leightbox {
    color: #333;
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 1em;
    border: 1em solid #B8B8B8;
    background-color: white;
    text-align: left;
    z-index: 1001;
    overflow: auto;
}

#overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #333;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.lightbox[id] { /* IE6 and below Can't See This */
    position: fixed;
}

#overlay[id] { /* IE6 and below Can't See This */
    position: fixed;
}

/* GOOGLE MAPS ADVANCED */
.googleMapsBubbleText {
    margin: 10px 0 0 0;
}

.googleMapsBubbleTextImage {
    padding-right: 5px;
}

/* GOOGLE BEWERTUNGEN */
.amphicms #place-map #current-selection.active strong {
    display: block;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 5px;
}

.amphicms #place-map #current-selection.active span {
    border: 1px solid #dddddd;
    padding: 5px 12px;
    background: #f3f3f3;
}

/* CK EDITOR */
.amphicms span.cke_button__source_label {
    margin-top: 3px;
}

.amphicms td.adminContentInput a.cke_combo_button {
    line-height: 28px;
    border: 0;
    border-bottom-color: transparent;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    background-image: none;
    margin-right: 5px;
}

.amphicms td.adminContentInput .cke_combo_off a.cke_combo_button:hover, .amphicms td.adminContentInput .cke_combo_off a.cke_combo_button:focus {
    background: #cad2d7;
    background-image: none;
    box-shadow: none;
}

.amphicms .cke_combo_off a.cke_combo_button:active, .cke_combo_on a.cke_combo_button {
    background: #cad2d7;
    background-image: none;
    box-shadow: none;
}

.amphicms .cke_panel_grouptitle {
    font-size: 13px;
    font-weight: normal;
    padding: 10px;
    color: #474747;
    text-shadow: none;
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
    background: #eaebed;
    background-image: none;
}

.amphicms .cke_panel_listItem a {
    font-size: 12px;
}

table.trackerStatsOverview {
    background-color: white;
    border-collapse: collapse;
    margin: 10px 0;
    padding: 0;
    width: 654px;
}

table.trackerStatsOverview th {
    border: 1px solid #666666;
    height: 14px;
    padding: 1px;
    text-align: center;
}

table.trackerStatsOverview th.label {
    padding-left: 3px;
    text-align: left;
}

table.trackerStatsOverview th.month {
    min-width: 30px;
}

table.trackerStatsOverview th.day {
    min-width: 14px;
}

table.trackerStatsOverview th.dayThird {
    min-width: 30px;
}

table.trackerStatsOverview th.dayHalf {
    min-width: 20px;
}

table.trackerStatsOverview th.hour {
    min-width: 20px;
}

table.trackerStatsOverview th.hourHalf {
    min-width: 30px;
}

table.trackerStatsOverview td {
    border: 1px solid #666666;
    padding: 1px;
    text-align: center;
}

table.trackerStatsOverview td b {
    display: block;
    float: left;
    height: 10px;
    margin-left: 3px;
    margin-top: 2px;
    width: 10px;
}

.socialMediaFeeds .profile-info, .socialMediaFeeds .feed-icon, .socialMediaFeeds .like-count-sum {
    display: none;
}

.socialMediaFeeds .row {
    width: 50%;
    float: left;
}

.socialMediaFeeds .row img, .socialMediaFeeds .row video, .socialMediaFeeds .row iframe {
    width: 200px;
    height: 200px;
    float: right;
}

#socialMediaLoginModal {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

#socialMediaLoginModal .adminModalBox {
    position: absolute;
    top: 180px;
    left: 50%;
    width: 380px;
    margin: 0 0 0 -195px;
    padding: 20px 40px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#socialMediaLoginModal .adminModalBox p {
    font-size: 14px;
    line-height: 1.6;
    width: auto !important;
}

#socialMediaLoginModal .adminModalBox .btn {
    display: inline-block;
    clear: both;
    padding: 0 21px 0 20px;
    height: 45px;
    line-height: 44px;
    text-decoration: none;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#socialMediaLoginModal.instagram .adminModalBox .btn {
    background: #e4405f;
    color: #e9eef3;
}

#socialMediaLoginModal.facebook .adminModalBox .btn {
    background: #386793;
    color: #e9eef3;
}

#socialMediaLoginModal.pinterest .adminModalBox .btn {
    background: #e60023;
    color: #e9eef3;
}
#socialMediaLoginModal.pinterest .adminModalBox .btn:hover {
    background: #EB334F;
}

#socialMediaLoginModal .adminModalBox #socialMediaLoginModalCancelBtn,
#socialMediaLoginModal .adminModalBox #pinterestCancelButton{
    margin-right: 5px;
    background: #ddd;
    color: #555;
}

/* Keinzeichnung von LinkTargetType-abhängigen Elementen */
tr.link-display-element-wrapper,
tr.link-display-element-collection,
div.link-display-element-wrapper {
    display: none;
}

tr.link-display-element-wrapper.visible,
tr.link-display-element-collection.visible {
    display: table-row;
}

div.link-display-element-wrapper.visible {
    display: block;
}

/** Vom Javascript klickbar-gemachte Elemente mit einem pointer ausstatten */
.make-clickable:hover {
    cursor: pointer;
}

.sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 350px;
    left: 0;
    opacity: 1;
    height: auto;
    overflow: auto;
    background: #2e3337;
}

.sidebar-icon-nav,
.sidebar-icons {
    background: #2e3337;
    text-align: center;
    padding: 0;
    min-height: 100vh;
}

.sidebar-icon-nav .control-center,
.sidebar-icons .control-center {
    border-top: 1px solid #a0a9ab;
    padding-top: 0;
}

.sidebar-icon-nav ul,
.sidebar-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-icon-nav ul li.active a,
.sidebar-icons ul li.active a {
    color: #4dbbea;
}

.sidebar-icon-nav ul li a,
.sidebar-icons ul li a {
    padding: 12px 15px 14px 15px;
    color: #a0a9ab;
    display: block;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.sidebar-icons ul li a {
    text-align: center;
}

.sidebar-icon-nav ul li a:hover,
.sidebar-icons ul li a:hover {
    color: #fff;
}

.sidebar-icon-nav ul li div {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #41494c;
    margin-bottom: -1px;
}

.sidebar-icon-nav ul li:last-child div {
    border-bottom: 0;
    margin-bottom: 0;
}

.sidebar-icon-nav ul li a span {
    display: inline-block;
    vertical-align: middle;
}

.sidebar-icon-nav ul li a span.icon {
    padding: 0 15px 0 8px;
    width: 65px;
    text-align: center;
    margin-right: 0;
}

.sidebar-icon-nav ul li a span.text {
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 4px;
}

.sidebar-nav {
    background: #41494c;
    padding: 0;
    min-height: 100vh;
}

.sidebar-nav .active-child {
    background: #2e3337;
    border-left: 1px solid #41494c;
}

.sidebar-nav .amphiicon {
    font-size: 22px;
    font-weight: bold;
}

.sidebar-nav .amphiicon.pull-right {
    margin: 0;
}

.sidebar-nav a {
    font-size: 15px;
}

.sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #2e3337;
}

.sidebar-nav ul > li a {
    text-transform: uppercase;
    color: #a0a9ab;
    padding: 10px 15px;
    display: block;
    border-top: 1px solid #2e3337;
}

.sidebar-nav ul > li a .amphiicon {
    position: relative;
    top: 1px;
    float: right;
    margin-top: 3px;
    font-size: 17px;
}

.sidebar-nav ul > li a .amphiicon.amphiicon-angle-down {
    top: 2px;
}

.sidebar-nav ul > li a:hover {
    background: #cad2d7;
    color: #2e3337;
    border-top: 1px solid #2e3337;
}

.sidebar-nav ul > li ul {
    display: none;
    border-bottom: none;
    overflow: hidden;
}

.sidebar-nav ul > li.open > a {
    background: none;
    color: #fff;
    font-weight: normal;
}

.sidebar-nav ul > li.open > a:hover {
    background: #cad2d7;
    color: #2e3337;
}

.sidebar-nav ul > li.active:first-child > a {
    border-top: 1px solid #4dbbea;
}

.sidebar-nav ul > li.active:first-child > a:hover {
    border-top: 1px solid #cad2d7;
}

.sidebar-nav ul > li.active > a {
    background: #4dbbea;
    color: #fff;
    font-weight: 400;
}

.sidebar-nav ul > li.active a:hover {
    background: #cad2d7;
}

.sidebar-nav ul > li.open ul {
    display: block;
    background: none;
}

.sidebar-nav ul > li.open ul > li a {
    text-transform: none;
    border-top: none;
    color: #fff;
}

.sidebar-nav ul > li.open ul > li a:hover {
    background: #cad2d7;
    color: #2e3337;
}

.sidebar-nav ul > li.open ul > li.active a {
    font-weight: 400;
}

.sidebar-nav ul > li.open ul > li:last-child a {
    border-bottom: none;
}

.amphicms .col-width-fix.content {
    width: calc(100% - 350px);
    max-width: 1450px;
}

.amphicms .navTop .row > .col-width-fix {
    width: calc(100% - 350px);
    max-width: 1450px;
}

.amphicms .form-control {
    height: 38px;
    border-radius: 0;
    background: #f9f9f9;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}

.amphicms textarea.form-control {
    height: auto;
}

.amphicms textarea.form-control[readonly],
.amphicms input.form-control[readonly] {
    cursor: not-allowed;
    background: #e0e3e5;
}

.amphicms .h3.list-header {
    color: #41494c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
}

.amphicms .input-label-horz {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    padding-top: 10px;
    font-weight: bold;
}

.amphicms .label {
    padding: 0.4em 0.6em;
    display: inline-block;
    line-height: 1;
}

.amphicms .message-list .label {
    margin-right: 1px;
}

.amphicms .label-active {
    background-color: #80a61a;
}

.amphicms .label-staging, .amphicms .label-warning {
    background-color: #ad9d15;
}

.amphicms .label-danger {
    background-color: #a82020;
}

.amphicms .label-inactive {
    background-color: #cad2d7;
}

.amphicms .label-yellow {
    background-color: #d2d800;
}

.amphicms .content {
    padding: 20px 45px;
}

.amphicms .bootstrap-select a:focus {
    outline: none;
    background-color: transparent;
}

.amphicms .table-responsive {
    border: none;
    overflow-x: visible;
}

.amphicms .adminContentTable td.adminContentInput .progress .progress-bar {
    line-height: 24px;
}

.amphicms .amphi-table {
    margin: 0 0 30px;
    cursor: default;
}

.amphicms .amphi-table tbody > tr:nth-of-type(even):not(.odd),
.amphicms .amphi-table tbody > tr.even {
    background: #f9f9f9;
}

.amphicms .amphi-table tbody > tr:hover,
.amphicms .amphi-table tbody > tr:nth-of-type(even):hover,
.amphicms .amphi-table tbody > tr.hover td {
    background: #e6f4fa;
}

.amphicms .amphi-table.no-hover > tbody > tr {
    background-color: #fff;
}
.amphicms .amphi-table.no-hover > tbody > tr:hover,
.amphicms .amphi-table.no-hover > tbody > tr:nth-of-type(even):hover {
    background-color: #fff;
}

.amphicms .amphi-table td, .amphicms .amphi-table th {
    vertical-align: middle;
    cursor: default;
}

.amphicms .amphi-table.table-pointer td {
    cursor: pointer;
}

.amphicms .amphi-table > thead, .amphicms .amphi-table > thead:first-child {
    background: #8d949f;
}

.amphicms .amphi-table > thead > tr > th, .amphicms .amphi-table > thead:first-child > tr > th, .amphicms .amphi-table > thead > tr > th a, .amphicms .amphi-table > thead:first-child > tr > th a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.amphicms .amphi-table > thead > tr > th, .amphicms .amphi-table > thead:first-child > tr > th {
    border-bottom: 1px solid #8d949f;
    border-top: none;
    padding-top: 16px;
    padding-bottom: 15px;
    white-space: nowrap;
}

.amphicms .amphi-table > thead > tr > th a:hover, .amphicms .amphi-table > thead:first-child > tr > th a:hover {
    color: #41494c;
}

.amphicms .amphi-table tr > td:first-child, .amphicms .amphi-table tr > th:first-child {
    padding-left: 15px;
}
.amphicms .amphi-table tr > td.ignore-first-child:first-child, .amphicms .amphi-table tr > th.ignore-first-child:first-child {
    padding-left: 8px;
}

.amphicms .amphi-table tr > td:last-child, .amphicms .amphi-table tr > th:last-child {
    padding-right: 15px;
}

.amphicms .amphi-table tr.passive > td {
    color: #8d949f;
}

.amphicms .amphi-table tr {
    border-color: #e0e3e5;
}

.amphicms .amphi-table tr:last-child {
    border-bottom: 1px solid #e0e3e5;
}

.amphicms .amphi-table.search-list {
    margin: 0 0 30px;
}

.amphicms .amphi-table thead th {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.amphicms .amphi-table thead tr > th:last-child {
    border-right: none;
}

.amphicms .amphi-table thead + tbody td {
    border-right: 1px solid #ddd;
}

.amphicms .amphi-table thead + tbody tr > td:last-child {
    border-right: none;
}

.amphicms .amphi-table thead + tbody tr > td table.table-no-padding td {
    padding: 0 8px 0 0;
}

.amphicms .amphi-table thead tr > th:last-child, .amphicms .amphi-table thead + tbody tr > td:last-child {
    padding-right: 15px;
}

.amphicms .amphi-table thead tr > th:first-child, .amphicms .amphi-table thead + tbody tr > td:first-child {
    padding-left: 15px;
}

.amphicms .amphi-table thead + tbody tr.odd + tr.odd td, .amphicms .amphi-table thead + tbody tr.even + tr.even td {
    border-top: none;
}

.amphicms .amphi-table tbody tr > td ul {
    margin: 0;
    padding-left: 17px;
}

.amphicms .amphi-table > tbody > tr.inactive {
    opacity: 0.6;
}

.amphicms .amphi-table td.align-top {
    vertical-align: top;
}

.amphicms .amphi-table .table-no-border td, .amphicms .amphi-table .table-no-border tr {
    border: none;
}

.amphicms .amphi-table .table-no-padding {
    padding: 0 8px 0 0;
}

.amphicms .table > thead > tr > th, .amphicms .table > thead > tr > td, .amphicms .table > tbody > tr > th, .amphicms .table > tbody > tr > td, .amphicms .table > tfoot > tr > th, .amphicms .table > tfoot > tr > td {
    line-height: 1.45;
}

.amphicms  #emailOverviewLimit .amphi-table {
    table-layout: fixed;
}

.amphicms  #emailOverviewLimit .amphi-table {
    table-layout: fixed;
}

.amphicms #emailOverviewLimit .amphi-table > thead, .amphicms #emailOverviewLimit .amphi-table > thead:first-child {
    background: #e3e4e7;
}

.amphicms #emailOverviewLimit .amphi-table > thead > tr > th, .amphicms #emailOverviewLimit .amphi-table > thead:first-child > tr > th {
    border-top: none;
    border-bottom: none;
    color: #41494c;
}

.amphicms table .checkbox {
    margin: 0;
}

.amphicms tr.row-link td, .amphicms tr.row-checkbox td {
    cursor: pointer;
}

.amphicms .table-top td {
    vertical-align: top;
}

.amphicms .list-header.has-item-select {
    padding-top: 9px;
}

.amphicms .pagination {
    margin: 0 0 24px 0;
}

.amphicms .amphi-pagination li:first-child a {
    border-right: none;
    padding-left: 11px;
}

.amphicms .amphi-pagination li {
    font-size: 13px;
}

.amphicms .amphi-pagination li a {
    height: 38px;
    padding: 9px 12px 8px 12px;
}

.amphicms .amphi-pagination li a span:before {
    position: relative;
}

.amphicms .amphi-pagination li:last-child a {
    margin-left: 0;
    border-left: none;
    padding-right: 11px;
}

.amphicms .amphi-pagination .pagination, .amphicms .amphi-pagination .input-label-horz {
    float: left;
    display: inline-block;
}

.amphicms .amphi-pagination .pagination {
    margin-right: 15px;
}

.amphicms .amphi-pagination .text-input {
    max-width: 100%;
    float: left;
    display: block;
}

.amphicms .amphi-pagination .text-input .form-control {
    background: #fff;
    width: 100%;
    max-width: 70px;
    min-width: auto;
    text-align: center;
    padding-top: 7px;
}

.pagination > li > a, .pagination > li > span {
    color: #4dbbea;
}

.amphicms .icon {
    margin-right: 5px;
}

.amphicms header {
    top: 0;
    width: 100%;
    min-width: 1440px;
    z-index: 102;
    background: #41494c;
    color: #e0e3e5;
    padding: 25px 0;
    line-height: 1;
}

.amphicms .amphi-tab-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amphicms .amphi-tab-nav li {
    display: inline;
}

.amphicms .amphi-tab-nav li a {
    display: inline-block;
    color: #41494c;
    padding: 12px 30px 10px 30px;
    border-bottom: 4px solid #efefef;
}

@media (max-width: 1699px) {
    .amphicms .amphi-tab-nav li a {
        padding: 12px 25px 10px 25px;
    }
}

@media (max-width: 1599px) {
    .amphicms .amphi-tab-nav li a {
        padding: 12px 18px 10px 18px;
    }
}

.amphicms .amphi-tab-nav li a:hover {
    color: #4dbbea;
}

.amphicms .amphi-tab-nav li a .amphiicon {
    margin-left: 0;
}

.amphicms .amphi-tab-nav li.active > a {
    color: #4dbbea;
    border-bottom: 4px solid #4dbbea;
}

.amphicms .amphi-tab-nav-primary {
    list-style: none;
    padding: 10px 15px 0 15px;
    margin: 0 -15px;
    border-top: 4px solid #4dbbea;
}

.amphicms .amphi-tab-nav-primary li {
    display: inline;
}

.amphicms .amphi-tab-nav-primary li a {
    display: inline-block;
    padding: 10px;
    margin: 5px;
}

.amphicms .amphi-tab-nav-primary li.active > a {
    background: #4dbbea;
    color: #fff;
    border-radius: 4px;
}

.amphicms .logo-wrapper {
    padding-left: 30px;
}

.amphicms.login .logo-wrapper {
    max-width: 100%;
}

.amphicms.login .logo-wrapper img {
    max-width: 100%;
}

.amphicms header .logo {
    max-width: 240px;
    margin-top: 3px;
    margin-left: 0;
    width: 100%;
    display: block;
}

.amphicms header .nav-trigger {
    position: relative;
    top: -4px;
    color: #fff;
    font-size: 26px;
    margin-right: 30px;
}

.amphicms header .nav-trigger .amphiicon.nav-trigger-icon-times {
    display: none;
}

.amphicms header .nav-trigger .amphiicon.nav-trigger-icon-bars {
    display: inline-block;
}

.amphicms header .nav-trigger.active .amphiicon.nav-trigger-icon-times {
    display: inline-block;
}

.amphicms header .nav-trigger.active .amphiicon.nav-trigger-icon-bars {
    display: none;
}

@media (min-width: 768px) {
    .amphicms header .logo {
        margin-left: 15px;
        margin-top: 0;
        max-width: 275px;
    }
}

@media (min-width: 992px) {
    .amphicms header .logo {
        margin-left: 30px;
    }
}

.amphicms .logo-wrapper {
    max-width: 350px;
}

.amphicms .navtop-special-icons {
    float: right;
    margin-right: 30px;
}

.amphicms .navtop-special-icons a {
    display: inline-block;
    width: 68px;
    height: 68px;
    padding-top: 20px;
    margin-top: -25px;
    margin-bottom: -25px;
    border-left: 1px solid #545a61;
    float: left;
    cursor: pointer;
    text-align: center;
    color: #a0a9ab;
}

.amphicms .navtop-special-icons a.website-editor {
    padding-top: 17px;
    padding-left: 6px;
}

.amphicms .navtop-special-icons a:hover {
    color: #fff;
}

.amphicms .navtop-special-icons a .amphiicon {
    cursor: pointer;
}

.amphicms .navtop-special-icons a.website-editor .amphiicon {
    text-indent: -3px;
}

.amphicms .navtop-special-icons a:last-child {
    border-right: 1px solid #545a61;
}

.amphicms .logged-in-user {
    display: inline-block;
    padding-right: 20px;
    position: relative;
    padding-top: 3px;
}

.amphicms .logged-in-user span {
    color: #a0a9ab;
}

div#topNavi {
    background-image: none !important;
}

.amphicms .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 8px;
}

table.no-input-width td.adminContentInput input,
table.no-input-width td.adminContentInput select {
    width: 100%;
}

.amphicms .box.box-bg, .amphicms .box.box-primary {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.amphicms .box {
    padding: 0 30px 15px 30px;
    margin-bottom: 30px;
}

.amphicms .quicklink, .amphicms .quicklink-small {
    display: table;
    padding-top: 15px;
}

.amphicms .dashboard-link .box-primary {
    padding-top: 45px;
    padding-bottom: 45px;
}

.amphicms .dashboard-link .quicklink {
    padding-top: 0;
}

.amphicms .dashboard-link a:hover .amphiicon,
.amphicms .dashboard-link a:hover .box-headline {
    color: #4dbbea;
}

.amphicms .box hr {
    margin: 10px 0 15px 0;
}

.amphicms .quicklink .icon-wrapper, .amphicms .quicklink-small .icon-wrapper {
    display: table-cell;
    width: 44px;
    height: 44px;
    font-size: 35px;
    vertical-align: middle;
    color: #8c949e;
    text-align: center;
}

.amphicms .quicklink .icon-wrapper + .box-headline, .amphicms .quicklink-small .icon-wrapper + .box-headline {
    display: table-cell;
    font-size: 20px;
    line-height: 1.2;
    vertical-align: middle;
    margin: 0;
    padding-left: 15px;
}

.amphicms .box .box-headline {
    margin: 12px 0 0 0;
    line-height: 30px;
    display: inline-block;
}

.amphicms .h3.box-headline {
    margin-top: 0.5em;
}

.amphicms .quicklink-small .icon-wrapper + .box-headline {
    font-size: 16px;
}

.amphicms .quicklink.quicklink-small .icon-wrapper {
    width: 32px;
    height: 32px;
    font-size: 28px;
}

.content-search-results pre.preview {
    max-width: 600px;
}

/**
 * CodeMirror
 */
.amphicms .CodeMirror {
    background: #f9f9f9;
    border: 1px solid #e0e3e5;
    grid-template-rows: 0;
    grid-template-columns: 100%;
    display: grid;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.CodeMirror.CodeMirror-focused {
    border-color: #4dbbea;
    color: #2e3337;
    background: #e6f4fa;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.CodeMirror-lines {
    padding: 7px 0;
}

.CodeMirror pre.CodeMirror-line {
    padding-left: 12px;
}

.amphicms .adminContentTable .CodeMirror {
    line-height: 1.5;
}

.amphicms .content > [data-content] > .box {
    margin-top: 45px;
}

.amphicms .content > [data-content] > .box.box-primary {
    padding: 45px 30px 30px 30px;
}

.amphicms .content > [data-content] > section {
    margin-bottom: 30px;
    padding: 30px 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.amphicms .content > [data-content] > section:first-of-type {
    margin-top: 50px;
    padding: 30px 15px;
}

.amphicms .content > [data-content] > section .h1 {
    font-size: 30px;
}

.amphicms .content > nav + [data-content] > section {
    margin-top: 0;
}

.amphicms .content > nav + [data-content] > section:first-of-type {
    margin-top: 0;
    padding: 45px 15px 30px 15px;
}

.amphicms .content > .amphi-tab-dataset-title + [data-content] > section {
    margin-top: 0;
    padding: 30px 15px;
}

.amphicms .content > .amphi-tab-dataset-title + [data-content] > section:first-of-type {
    margin-top: 0;
    padding: 45px 15px 30px 15px;
}

.amphicms .content > .box.box-primary.amphi-tab-dataset-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 15px;
}

.amphicms .content > [data-content] > section {
    padding: 30px;
}

.amphicms .content > [data-content] > section:first-of-type {
    padding: 30px;
}

.amphicms .content > nav + [data-content] > section:first-of-type {
    padding: 45px 30px 30px 30px;
}

.amphicms .content > .amphi-tab-dataset-title + [data-content] > section {
    padding: 30px;
}

.amphicms .content > .amphi-tab-dataset-title + [data-content] > section:first-of-type {
    padding: 45px 30px 30px 30px;
}

.amphicms .content [data-content] > .box.box-primary.amphi-tab-dataset-title {
    padding: 0 30px;
}

.amphicms .content > [data-content] > section .box, .amphicms .modal .bootbox-body .box, .amphicms .box .box {
    padding: 0;
}

.amphicms .content > [data-content] > section > .box:last-child, .amphicms .modal .bootbox-body > .box:last-child, .amphicms .box > .box:last-child {
    margin-bottom: 0;
}

.amphicms .content > [data-content] > section > section, .amphicms .modal .bootbox-body > section, .amphicms .box > section {
    margin-bottom: 60px;
}

.amphicms .content > [data-content] > section > section:before, .amphicms .modal .bootbox-body > section:before, .amphicms .box > section:before, .amphicms .content > [data-content] > section > section:after, .amphicms .modal .bootbox-body > section:after, .amphicms .box > section:after {
    content: " ";
    display: table;
}

.amphicms .content > [data-content] > section > section:after, .amphicms .modal .bootbox-body > section:after, .amphicms .box > section:after {
    clear: both;
}

.amphicms .content > [data-content] > section > section:last-of-type, .amphicms .modal .bootbox-body > section:last-of-type, .amphicms .box > section:last-of-type {
    margin-bottom: 0;
}

.amphicms .content > [data-content] > section > section > .box:last-of-type, .amphicms .modal .bootbox-body > section > .box:last-of-type, .amphicms .box > section > .box:last-of-type {
    margin-bottom: 0;
}

.amphicms .content > [data-content] > section hr, .amphicms .modal .bootbox-body hr, .amphicms .box hr {
    margin: 10px 0 15px 0;
}

.amphicms .box.box-bg, .amphicms .box.box-primary {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.amphicms .box .box-headline {
    margin: 12px 0 0 0;
    line-height: 30px;
    display: inline-block;
}

.amphicms .box .box-headline + hr {
    margin-left: -15px;
    margin-right: -15px;
}

.amphicms .box .headline-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-top: -3px;
}

.amphicms .box .amphi-dataset {
    padding: 15px 0;
    border-bottom: 1px solid #e0e3e5;
    background: transparent;
}

.amphicms .box .amphi-dataset .amphi-dataset-info {
    display: block;
    margin-top: 8px;
    margin-bottom: 7px;
    color: #8d949f;
}

.amphicms .box .amphi-dataset .amphi-dataset-info strong {
    color: #616b6d;
}

.amphicms .box .amphi-dataset .btn {
    margin: 0;
}

.amphicms .box.dataset-title .amphi-dataset {
    margin-bottom: 0;
}

.amphicms .box-form > .row > div[class^="col-"] > fieldset .h3 {
    margin-top: 30px;
}

.amphicms .box-form > .row:first-child > div[class^="col-"] > fieldset:first-child .h3 {
    margin-top: 0;
}

.amphicms .content > .box.box-primary.amphi-tab-dataset-title {
    padding: 0 30px;
}

.amphicms .highlight .box-form, .amphicms .highlight .box-wizard {
    padding: 15px 30px;
    margin: 0 -29px;
}

.amphicms .amphi-popup.content {
    padding: 0;
    background-color: #efefef;
}

.amphicms .amphi-popup .title {
    padding: 8px 30px;
    background: #41494c;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.amphicms .amphi-popup .amphi-tab-nav {
    margin-left: -15px;
    margin-top: 20px;
}

.amphicms .amphi-popup.content {
    padding: 0;
}

.amphicms .amphi-popup.content > [data-content] > section:first-of-type {
    margin-top: 0;
}

.amphicms .amphi-popup .title {
    background: #41494c;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px;
    margin-bottom: 0;
}

.amphicms .amphi-popup .amphi-tab-nav li:first-child a {
    padding-left: 30px;
}

.amphicms .amphi-popup .tab-pane {
    padding-top: 20px;
}

.amphicms .amphi-popup .box {
    margin-bottom: 30px;
}

.amphicms .amphi-popup .box.box-primary {
    padding: 50px 30px 10px 30px;
}

.amphicms .amphi-popup .amphi-tab-nav {
    margin-left: -15px;
    margin-top: 20px;
}

.amphicms .amphi-popup .transform-form {
    padding-top: 25px;
    padding-right: 15px;
}

.amphicms .amphi-popup .transform-form .form-group {
    margin-bottom: 0;
}

.amphicms .wizard-steps > ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.amphicms .wizard-steps > ul li {
    display: inline-block;
    color: #cad2d7;
    margin-right: 15px;
}

.amphicms .wizard-steps > ul li a {
    color: inherit;
}

.amphicms .wizard-steps > ul li a:hover {
    color: #4dbbea;
}

.amphicms .wizard-steps > ul li div {
    display: inline-block;
}

.amphicms .wizard-steps > ul li .circle {
    text-align: center;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #cad2d7;
    position: relative;
    top: 9px;
    margin-right: 5px;
}

.amphicms .wizard-steps > ul li .circle span {
    position: absolute;
    width: 100%;
    display: inline-block;
    text-align: center;
    top: 50%;
    left: 0;
    line-height: 1;
    margin-top: -8px;
}

.amphicms .wizard-steps > ul li .circle span.step-name {
    padding-top: 1px;
}

.amphicms .wizard-steps > ul li .circle span.step-progress {
    padding-left: 1px;
}

.amphicms .wizard-steps > ul li .circle .step-progress,
.amphicms .wizard-steps > ul li .circle .step-done {
    display: none;
}

.amphicms .wizard-steps > ul li.done {
    color: #cad2d7;
}

.amphicms .wizard-steps > ul li.done .step-name {
    display: none;
}

.amphicms .wizard-steps > ul li.done .step-done {
    display: inline-block;
}

.amphicms .wizard-steps > ul li.active {
    color: #4dbbea;
}

.amphicms .wizard-steps > ul li.active .circle {
    background: #4dbbea;
}

.amphicms .wizard-steps > ul li.wizard-progress .step-name {
    display: none;
}

.amphicms .wizard-steps > ul li.wizard-progress .step-progress {
    display: inline-block;
}

.amphicms .wizard-steps > ul li:last-child.done {
    color: #80a61a;
}

.amphicms .wizard-steps > ul li:last-child.done .circle {
    background: #80a61a;
}

.amphicms .wizard-content > form {
    background: #e2f3fb;
    padding: 15px 0;
    position: relative;
    border-top: 1px solid #bce1f2;
    border-bottom: 1px solid #bce1f2;
}

.amphicms .wizard-content > form:before {
    content: "";
    background: #e6f4fa;
    position: absolute;
    width: 29px;
    left: -29px;
    top: -1px;
    bottom: -1px;
    border-top: 1px solid #bce1f2;
    border-bottom: 1px solid #bce1f2;
}

.amphicms .wizard-content > form:after {
    content: "";
    background: #e6f4fa;
    position: absolute;
    width: 29px;
    right: -29px;
    top: -1px;
    bottom: -1px;
    border-top: 1px solid #bce1f2;
    border-bottom: 1px solid #bce1f2;
}

.amphicms .wizard-content > form > table.adminContentTable {
    width: 75%;
}

.amphicms .wizard-content > table {
    background: #e2f3fb;
    padding: 15px 25% 15px 0;
    position: relative;
    border-top: 1px solid #bce1f2;
    border-bottom: 1px solid #bce1f2;
    border-collapse: separate;
}
.amphicms .wizard-content > table:before {
    content: "";
    background: #e6f4fa;
    position: absolute;
    width: 29px;
    left: -29px;
    top: -1px;
    bottom: -1px;
    border-top: 1px solid #bce1f2;
    border-bottom: 1px solid #bce1f2;
}

.amphicms .wizard-content > table:after {
    content: "";
    background: #e6f4fa;
    position: absolute;
    width: 29px;
    right: -29px;
    top: -1px;
    bottom: -1px;
    border-top: 1px solid #bce1f2;
    border-bottom: 1px solid #bce1f2;
}

.amphicms .wizard-content table.adminContentTable > tbody > tr {
    border: none;
}

.amphicms .wizard-content table.adminContentTable > tbody > tr {
    border: none;
}

.amphicms .modal-dialog .wizard-content > table {
    padding: 15px 0 15px 0;
}

.amphicms .modal-dialog [id^=importStatisticTop] .wizard-content > table td.adminContentLabel {
    min-width: auto;
}

.amphicms .wizard-content table.adminContentTable tbody tr td.adminContentLabel {
    color: #8d949f;
    text-transform: uppercase;
    border: 0;
    background: none;
    font-weight: bold;
    font-size: 14px;
}

.amphicms .wizard-content table.adminContentTable tbody tr td.adminContentInput {
    border: 0;
}

.amphicms .wizard-content table.adminContentTable tbody tr td.adminContentInput .progress {
    margin-bottom: 0;
}

.amphicms .wizard-content table.adminContentTable tbody tr td.adminContentInput > input {
    border: 1px solid #d8d8d8;
    background: white;
    padding: 5px 12px;
    min-height: 38px;
}
.amphicms .wizard-content table.adminContentTable thead tr th {
    font-size: 14px;
    font-weight: bold;
    background: none;
    padding: 10px;
    border: 0;
    text-transform: uppercase;
}

.amphicms #importStatisticTop td.adminContentLabel,
.amphicms [id^=importStatisticTop] td.adminContentLabel {
    min-width: auto;
}
.amphicms #importStatisticTop td.adminContentInput,
.amphicms [id^=importStatisticTop] td.adminContentInput {
    line-height: 38px;
}

.amphicms #importStatisticTop td.adminContentInput a:has(.amphiicon),
.amphicms [id^=importStatisticTop] td.adminContentInput a:has(.amphiicon) {
    display: inline-flex;
}

.amphicms .website-function-definition img {
    position: absolute;
    margin-bottom: 7px;
}

.amphicms .website-function-definition p {
    padding-left: 74px;
    min-height: 54px;
    margin-bottom: 20px;
}

.amphicms .module-function-definition img {
    position: absolute;
    margin-bottom: 7px;
    border: 1px solid #dedede;
    padding: 16px;
    border-radius: 3px;
}

.amphicms .module-function-definition p {
    padding-left: 74px;
    min-height: 54px;
    margin-bottom: 20px;
}

.edit-mode-help-introduction {
    margin-bottom: 20px;
}

.edit-mode-help-introduction-text {
    margin-bottom: 20px;
}

.amphicms .edit-mode-help {
    border-bottom: 1px solid #dedede;
    margin: 0;
    background: #f7f7f7;
}

.amphicms .edit-mode-help:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.amphicms .edit-mode-help > .row {
    display: flex;
}

.amphicms .edit-mode-help > .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    min-height: 65px;
    position: relative;
    margin-bottom: 0;
    padding: 5px 15px;
}

.amphicms .edit-mode-help > .row > [class*="col-"] p {
    margin: 0 0 0 80px;
    width: auto;
}

.amphicms .edit-mode-help .website-edit-bar-icon {
    position: absolute;
    font-size: 28px;
    line-height: normal;
    top: 0;
    left: 15px;
    background: #41494c;
    color: #FFF;
    width: 65px;
    height: 65px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.amphicms .edit-mode-help .website-edit-bar-icon.icon-image .icon {
    margin-right: 0;
}

.amphicms .edit-mode-help .website-edit-bar-icon.blue-icon span {
    padding-top: 18px;
}

.amphicms .advancedModuleFeaturesList-info .edit-mode-help > .row > [class*="col-"] {
    min-height: 65px;
}

.amphicms .edit-mode-help .icon-wrapper {
    position: absolute;
    font-size: 16px;
    line-height: normal;
    top: 50%;
    margin-top: -20px;
    left: 30px;
    color: #FFF;
    background: #3e484c;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

.amphicms .edit-mode-help .website-edit-bar-icon.blue-icon {
    display: block;
    background: #4dbbea;
}

.amphicms .edit-mode-help .icon-wrapper.blue-icon {
    background: #4dbbea;
}

.amphicms .edit-mode-help .icon-wrapper.red-icon {
    background: #a82020;
}

.amphicms .edit-mode-help .icon-wrapper span.amphiicon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: none;
}

.amphicms .edit-mode-help .icon-wrapper span.amphiicon.edit-icon {
    color: #FFF;
    border: none;
}

.amphicms .edit-mode-help .icon-wrapper span.amphiicon.delete-icon {
    color: #FFF;
}

.amphicms .edit-mode-help .icon-wrapper span.amphiicon.edit-icon:hover {
    color: #FFF;
    border: none;
}

.edit-bar-example {
    margin: 0 0 30px 0;
}

.edit-bar-example img {
    max-width: 100%;
}

/*************************************************************************************************************
MODUL HINZUFÜGEN AMPHI-POPUP
*************************************************************************************************************/
.amphicms .amphi-popup .add-module .panel-group .panel > div {
    background: #f3f3f3;
    border-bottom: 1px solid #dddddd;
}

.amphicms .amphi-popup .add-module .panel-group .panel > div:nth-child(4n+0) {
    background: #f7f7f7;
}

.amphicms .amphi-popup .add-module .panel-group .panel {
    outline: none;
}

.amphicms .amphi-popup .add-module .panel-group .panel > .panel-collapse {
    background: #FFF;
}

.amphicms .amphi-popup .add-module .panel-group .panel-heading + .panel-collapse > .panel-body, .amphicms .amphi-popup .add-module .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

.amphicms .amphi-popup .add-module .panel-group .panel .panel-heading {
    padding: 17px 15px 15px 15px;
}

.amphicms .amphi-popup .add-module .panel-group .panel .panel-heading a {
    color: #41494c;
}

.amphicms .amphi-popup .add-module .panel-group .panel h4.module-name {
    font-size: 16px;
    margin: 0;
    padding: 15px;
    background: #363636;
    color: #FFF;
}

.amphicms .amphi-popup .add-module .panel-group .panel .module-image img {
    max-width: 100%;
}

.amphicms .status-badge {
    position: relative;
    top: -2px;
    margin-left: 5px;
    min-width: 20px;
    min-height: 18px;
}

.amphicms .status-badge > .amphiicon {
    position: absolute;
    left: 5px;
    top: 4px;
    font-size: 10px;
}

.amphicms .status-badge.status-warning.badge {
    background: #ffc107;
}

.amphicms .status-badge.status-alert.badge {
    background: #a94442;
}

.amphicms .status-badge.status-normal.badge,
.amphicms .status-badge.status-success.badge {
    background: #80a61a;
}

.amphicms span.inactive-badge.status-badge {
    background: #41494c;
    opacity: 0.3;
}

.amphicms span.inactive-badge.status-badge .amphiicon {
    color: #fff;
}

/*************************************************************************************************************
CROP IMAGE - BILDERGALERIE
*************************************************************************************************************/
a.gallery-crop-image.crop-image {
    display: block;
    margin-bottom: 10px;
}

/*************************************************************************************************************
DASHBOARD TEASER
*************************************************************************************************************/
.dashboard-teaser-wrapper {
    margin-top: 70px;
}

.dashboard-teaser-wrapper > .row {
    display: flex;
}

.dashboard-teaser-wrapper .h2 {
    padding-left: 30px;
    font-weight: 900;
    font-size: 30px;
}

.dashboard-teaser-wrapper .h3 {
    font-weight: 900;
    font-size: 24px;
    hyphens: auto;
}

.dashboard-teaser-image-left-text-right {
    background: #FFF;
    display: flex;
    margin: 0 0 30px 0;
}

.dashboard-teaser-image-left-text-right .dashboard-teaser-image {
    padding-left: 0;
}

.dashboard-teaser-image-left-text-right .dashboard-teaser-text {
    padding-top: 30px;
    padding-bottom: 70px;
}

.dashboard-teaser-image-left-text-right .dashboard-teaser-text .btn {
    position: absolute;
    bottom: 30px;
}

.dashboard-teaser-text-on-image {
    position: relative;
    margin-bottom: 30px;
}

.dashboard-teaser-text-on-image .dashboard-teaser-text {
    position: absolute;
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    padding-bottom: 60px;
}

.dashboard-teaser-text-on-image .dashboard-teaser-text .h3 {
    color: #FFF;
}

.dashboard-teaser-text-on-image .dashboard-teaser-text .btn {
    position: absolute;
    bottom: 0;
}

.dashboard-teaser-headline-on-image-text-under-image .dashboard-teaser-image {
    position: relative;
    max-height: 330px;
    overflow: hidden;
}

.dashboard-teaser-headline-on-image-text-under-image .dashboard-teaser-image .h3 {
    position: absolute;
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    color: #FFF;
}

.dashboard-teaser-headline-on-image-text-under-image {
    background: #FFF;
    height: 100%;
}


.dashboard-teaser-headline-on-image-text-under-image .dashboard-teaser-text {
    padding: 30px 30px 90px 30px;
}

.dashboard-teaser-headline-on-image-text-under-image .dashboard-teaser-text .btn {
    position: absolute;
    bottom: 30px;
}

/*************************************************************************************************************
DASHBOARD
*************************************************************************************************************/
.dashboard-text-banner {
    background-image: linear-gradient(to right, #2e3337, #41494c);
    width: 100%;
    min-height: 250px;
    padding: 30px 45px 30px 30px;
    margin-top: -35px;
    margin-bottom: 100px;
}
.dashboard-text-banner h2 {
    font-size: 29px;
    font-weight: 900;
    color: #4dbbea;
	margin-bottom: 20px;
}
.dashboard-text-banner p,
.dashboard-text-banner a
{
    color: #EFEFEF;
}

.dashboard-text-banner a:hover {
    color: #EFEFEF;
	text-decoration: underline;
}
.dashboard-text-banner .amphiicon {
	margin-left: 5px;
}

.dashboard-text-banner .news {
    border-left: 1px solid #575F62;
	padding-left:34px;
}
.dashboard-text-banner .news h2 {
    color: #d2d800;
}
.dashboard-text-banner .news .label-yellow {
    background-color: #d2d800;
    color: #41494c;
    border-radius: 0;
    font-size: 100%;
    padding: 0.2em;
	margin-bottom: 12px;
}
.dashboard-text-banner .news .news-date {
    font-weight: bold;
    text-decoration: underline;
}

.dashboard-text-banner .right h2 {
    color: #fff;
}
.dashboard-text-banner .right a {
    color: #4dbbea;
}
.dashboard-text-banner .right a.btn-default {
    background: transparent;
    border-color: #199ad2;
    text-decoration: none;
    padding: 7px 20px 6px 20px;
}
.dashboard-text-banner .right a.btn-default:hover {
    background: #199ad2;
    color: #fff;
    text-decoration: none;
}

.dashboard-banner {
    margin-top: -35px;
    margin-bottom: 50px;
}

.dashboard-banner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.dashboard-wrapper > .row {
    display: flex;
    flex-wrap: wrap;
}

.dashboard-wrapper > .row:after, .dashboard-wrapper > .row:before {
    display: none;
}

.dashboard-wrapper > .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
}

.dashboard-wrapper > .row > [class*='col-'] > * {
    flex-grow: 1;
}

.dashboard-wrapper .box.box-primary {
    padding: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dashboard-online-marketing-wrapper .box.box-primary,
.dashboard-statistic-wrapper .box.box-primary {
    height: calc(33.33333% - 30px);
    display: flex;
    align-items: center;
    padding: 20px 25px;
}

.dashboard-online-marketing-wrapper .box.box-primary:hover,
.dashboard-wrapper .box.box-primary:hover {
    box-shadow: 0 0.7px 1.3px 0 rgba(0, 0, 0, 0.05), 0 1.6px 3.2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dashboard-wrapper .quicklink,
.dashboard-online-marketing-wrapper .statistic-banner,
.dashboard-statistic-wrapper .statistic-banner {
    padding: 0;
    width: 100%;
}
.dashboard-online-marketing-wrapper .statistic-banner,
.dashboard-statistic-wrapper .statistic-banner {
    display: table-cell;
}

.dashboard-wrapper .quicklink .icon-wrapper,
.dashboard-online-marketing-wrapper .statistic-banner .statistic-value,
.dashboard-statistic-wrapper .statistic-banner .statistic-value {
    font-size: 50px;
    padding-right: 25px;
    border-right: 1px solid #dedede;
    width: 90px;
    height: 70px;
}

.dashboard-online-marketing-wrapper .statistic-banner .statistic-value,
.dashboard-statistic-wrapper .statistic-banner .statistic-value {
    font-size: 21px;
    color: #4dbbea;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.dashboard-wrapper .quicklink .icon-wrapper a {
    display: block;
    color: #8c949e;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dashboard-wrapper .box:hover .quicklink .icon-wrapper a {
    color: #4dbbea;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dashboard-wrapper .quicklink .icon-wrapper + .box-headline,
.dashboard-online-marketing-wrapper .statistic-banner .statistic-value + .box-headline,
.dashboard-statistic-wrapper .statistic-banner .statistic-value + .box-headline {
    padding-left: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #8c949e;
    word-break: break-word;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.dashboard-online-marketing-wrapper .statistic-banner .statistic-value + .box-headline,
.dashboard-statistic-wrapper .statistic-banner .statistic-value + .box-headline {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    line-height: 1.2;
}

.dashboard-statistic-wrapper .tab-content,
.dashboard-online-marketing-wrapper .tab-content {
    min-height: 400px;
}

@media(max-width: 1460px) {
    .dashboard-statistic-wrapper .tab-content,
    .dashboard-online-marketing-wrapper .tab-content {
        min-height: 405px;
    }
}

.dashboard-wrapper .box:hover .quicklink .icon-wrapper + .box-headline {
    color: #4dbbea;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dashboard-wrapper .box.box-primary a.btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 30px;
    border-radius: 0;
    opacity: 0;
}

.dashboard-message-wrapper,
.dashboard-status-wrapper,
.dashboard-statistic-wrapper,
.dashboard-online-marketing-wrapper {
    margin-bottom: 100px;
}

.dashboard-statistic-wrapper {
    margin-bottom: 70px;
}

.dashboard-online-marketing-wrapper.seo-analysis {
    margin-bottom: 0px;
}

.dashboard-statistic-wrapper > .row:last-child,
.dashboard-online-marketing-wrapper > .row:last-child {
    display: flex;
}


.dashboard-wrapper .h2,
.dashboard-status-wrapper .h2,
.dashboard-message-wrapper .h2,
.dashboard-online-marketing-wrapper .h2,
.dashboard-statistic-wrapper .h2 {
    padding-left: 30px;
    font-weight: 900;
    font-size: 30px;
}

.dashboard-message-wrapper .nav-tabs.amphi-tab-nav,
.dashboard-statistic-wrapper .nav-tabs.amphi-tab-nav,
.dashboard-online-marketing-wrapper .nav-tabs.amphi-tab-nav {
    border: none;
}
.dashboard-message-wrapper .nav-tabs.amphi-tab-nav > li.active > a,
.dashboard-statistic-wrapper .nav-tabs.amphi-tab-nav > li.active > a,
.dashboard-online-marketing-wrapper .nav-tabs.amphi-tab-nav > li.active > a {
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: transparent;
}
.dashboard-message-wrapper .nav-tabs.amphi-tab-nav > li:hover > a,
.dashboard-statistic-wrapper .nav-tabs.amphi-tab-nav > li:hover > a,
.dashboard-online-marketing-wrapper .nav-tabs.amphi-tab-nav > li:hover > a {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    background-color: transparent;
}

.dashboard-message-wrapper .tab-content,
.dashboard-statistic-wrapper .tab-content,
.dashboard-online-marketing-wrapper .tab-content {
    padding: 45px 30px 30px 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.dashboard-message-wrapper .tab-content .tab-pane .amphi-table tbody tr.goto-tab td,
.dashboard-statistic-wrapper .tab-content .tab-pane .amphi-table tbody tr.goto-tab td,
.dashboard-online-marketing-wrapper .tab-content .tab-pane .amphi-table tbody tr.goto-tab td {
    cursor: pointer;
}

.dashboard-status-wrapper > .status-overview {
    background-color: #ffffff;
    padding: 30px;
}

.dashboard-status-wrapper > .status-overview > a.btn {
    margin-top: 20px;
}

.dashboard-status-wrapper .status-overview .monitor-check.monitor-check-group {
    display: flex;
    align-items: center;
    padding: 15px 50px 15px 65px;
    margin-bottom: 10px;
    position: relative;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    color: #8c949e;
    word-break: break-word;
    text-transform: uppercase;
    border-bottom: 1px solid #d7d7d7;
    line-height: 1.2;
    min-height: 72px;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.dashboard-status-wrapper .status-overview > a:hover .monitor-check.monitor-check-group {
    color: #5bc0de;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.dashboard-status-wrapper .status-overview > a:hover .monitor-check.monitor-check-group .amphiicon.group-icon {
    color: #5bc0de;
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.dashboard-status-wrapper .status-overview .monitor-check.monitor-check-group .label {
    position: relative;
    top: -1px;
    margin-right: 10px;
    font-size: 100%;
}

.dashboard-status-wrapper .status-overview .monitor-check.monitor-check-group .badge {
    float: right;
    position: absolute;
    top: 50%;
    right: 15px;
    min-width: 22px;
    min-height: 18px;
    transform: translate(0, -50%);
}

.dashboard-status-wrapper .status-overview .monitor-check.monitor-check-group .badge > .amphiicon {
    position: absolute;
    left: 5px;
    top: 3px;
    font-size: 12px;
}

.dashboard-status-wrapper .status-overview .monitor-check.monitor-check-group .amphiicon.group-icon {
    font-size: 30px;
    color: #8b949e;
    position: absolute;
    top: calc(50% - 1px);
    left: 15px;
    transform: translate(0, -50%);
    -webkit-transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.dashboard-status-wrapper .status-overview .tooltip.top {
    width: calc(100% - 30px) !important;
    left: 15px !important;
    right: 0 !important;
}

.dashboard-status-wrapper .status-overview .tooltip-inner {
    max-width: 100%;
    padding: 15px;
}

.dashboard-status-wrapper .status-overview .tooltip-inner ul {
    list-style-type: none;
    margin: 0;
}

.dashboard-status-wrapper .status-overview .tooltip-inner ul li {
    position: relative;
    font-size: 14px;
    padding: 5px 8px 5px 13px;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}

.dashboard-status-wrapper .status-overview .tooltip-inner ul li:last-child {
    border-bottom: none;
}

.dashboard-status-wrapper .status-overview .tooltip-inner ul li:nth-child(even) {
    background: #f9f9f9;
}

.dashboard-status-wrapper .status-overview .tooltip-inner ul li.monitor-check-status-alert:before {
    content: "";
    width: 5px;
    background: #a94442;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.dashboard-status-wrapper .status-overview .tooltip-inner ul li.monitor-check-status-warning:before {
    content: "";
    width: 5px;
    background: #ffc107;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.dashboard-status-wrapper .status-overview .tooltip-inner ul li.monitor-check-status-normal:before {
    content: "";
    width: 5px;
    background: #80a61a;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.dashboard-status-wrapper .status-overview .tooltip.top .tooltip-arrow {
    bottom: 0.5px;
    left: 50%;
    margin-left: -5px;
    background: #FFF;
    width: 10px;
    height: 10px;
    border-top: 1px solid #a0a9ab;
    border-right: 1px solid #a0a9ab;
    border-width: 1px;
    transform: rotate(-225deg);
}

.dashboard-message-wrapper .message-wrapper {
    background-color: #ffffff;
    padding: 45px;
}
.dashboard-message-wrapper .message-overview {
    margin-bottom: 30px;
}

.dashboard-message-wrapper .message-list .no-messages {
    display: block;
    margin-bottom: 20px;
}

.dashboard-message-wrapper .message-link {
    background-color: #ffffff;
    padding: 0;
}

.monitor-group-box-wrapper .table-responsive .overview-list-table tbody tr > td, .monitor-group-box-wrapper .table-responsive .overview-list-table tbody tr > th {
    vertical-align: initial;
}

/*.monitor-group-box-wrapper .table-responsive .overview-list-table .monitor-check-status-normal:hover {*/
/*    background: #ecf4d6;*/
/*}*/

/*.monitor-group-box-wrapper .table-responsive .overview-list-table .monitor-check-status-alert:hover {*/
/*    background: #f2dede;*/
/*}*/

/*.monitor-group-box-wrapper .table-responsive .overview-list-table .monitor-check-status-warning:hover {*/
/*    background: #fff6da;*/
/*}*/

/*.monitor-group-box-wrapper .table-responsive .overview-list-table .monitor-check-status-inactive:hover {*/
/*    background: #eef1f2;*/
/*}*/

.monitor-group-box-wrapper .table-responsive .overview-list-table .label {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
}

.monitor-group-box-wrapper .table-responsive .overview-list-table a.btn {
    color: #FFF;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-left: 5px;
    background: #41494c;
    border: none;
    font-size: 10px;
}

.monitor-group-box-wrapper .table-responsive .overview-list-table a.btn:hover {
    background: #5bc0de;
}

.amphicms .monitor-group-box-wrapper .monitor-check-status-alert td > ul, .amphicms .monitor-group-box-wrapper .monitor-check-status-normal td > ul, .amphicms .monitor-group-box-wrapper .monitor-check-status-warning td > ul, .amphicms .monitor-group-box-wrapper .monitor-check-status-inactive td > ul {
    color: #41494c;
    padding: 0;
}

.amphicms .monitor-group-box-wrapper .monitor-check-status-alert td > ul a, .amphicms .monitor-group-box-wrapper .monitor-check-status-normal td > ul a, .amphicms .monitor-group-box-wrapper .monitor-check-status-warning td > ul a, .amphicms .monitor-group-box-wrapper .monitor-check-status-inactive td > ul a {
    white-space: nowrap;
}

.amphicms .monitor-group-box-wrapper .monitor-check-status-alert td > ul > li, .amphicms .monitor-group-box-wrapper .monitor-check-status-normal td > ul > li, .amphicms .monitor-group-box-wrapper .monitor-check-status-warning td > ul > li, .amphicms .monitor-group-box-wrapper .monitor-check-status-inactive td > ul > li {
    position: relative;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 25px;
}

.amphicms .monitor-group-box-wrapper .monitor-check-status-alert td > ul span > ul > li, .amphicms .monitor-group-box-wrapper .monitor-check-status-normal td > ul span > ul > li, .amphicms .monitor-group-box-wrapper .monitor-check-status-warning td > ul span > ul > li, .amphicms .monitor-group-box-wrapper .monitor-check-status-inactive td > ul span > ul > li {
    list-style-type: square;
    margin-top: 5px;
}

.amphicms .monitor-group-box-wrapper .monitor-check-status-alert td > ul > li:first-child, .amphicms .monitor-group-box-wrapper .monitor-check-status-normal td > ul > li:first-child, .amphicms .monitor-group-box-wrapper .monitor-check-status-warning td > ul > li:first-child, .amphicms .monitor-group-box-wrapper .monitor-check-status-inactive td > ul > li:first-child {
    margin-top: 0;
}

.amphicms .monitor-group-box-wrapper .monitor-check-status-alert td > ul > li:last-child, .amphicms .monitor-group-box-wrapper .monitor-check-status-normal td > ul > li:last-child, .amphicms .monitor-group-box-wrapper .monitor-check-status-warning td > ul > li:last-child, .amphicms .monitor-group-box-wrapper .monitor-check-status-inactive td > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.amphicms .monitor-group-box-wrapper .monitor-check-status-normal td > ul span.normal:before {
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-weight: bold;
    content: "\f058";
    color: #80a61a;
    margin-right: 10px;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

.amphicms .monitor-group-box-wrapper .monitor-check-status-alert td > ul span,
.amphicms .monitor-group-box-wrapper .monitor-check-status-normal td > ul span,
.amphicms .monitor-group-box-wrapper .monitor-check-status-warning td > ul span,
.amphicms .monitor-group-box-wrapper .monitor-check-status-inactive td > ul span {
    color: #41494c;
}

.amphicms .monitor-group-box-wrapper .monitor-check-status-alert td > ul span.warning:before,
.amphicms .monitor-group-box-wrapper .monitor-check-status-warning td > ul span.warning:before {
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-weight: bold;
    content: "\f05a";
    color: #ffc107;
    margin-right: 10px;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

.amphicms .monitor-group-box-wrapper .monitor-check-status-alert td > ul span.alert {
    padding: 0;
    border: 0 solid transparent;
    margin-bottom: 0;
}

.amphicms .monitor-group-box-wrapper .monitor-check-status-alert td > ul span.alert:before {
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: bold;
    content: "\f071";
    color: #a94442;
    margin-right: 10px;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

.amphicms .monitor-group-box-wrapper .monitor-check-status-inactive > * {
    opacity: 0.3;
}

.amphicms .monitor-group-box-wrapper .monitor-check-status-inactive td > ul span.inactive {
    color: #41494c;
}

.amphicms .monitor-group-box-wrapper .monitor-check-status-inactive td > ul span.inactive:before {
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    font-size: 18px;
    content: "\f05e";
    margin-right: 10px;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

.amphicms .monitor-group-box-wrapper .amphi-table thead + tbody tr td:first-child,
.amphicms .monitor-group-box-wrapper .amphi-table thead + tbody tr td:first-child {
    position: relative;
    border-right: 0;
    padding: 0;
    table-layout: fixed;
    width: 0;
}
.amphicms .monitor-group-box-wrapper .amphi-table thead + tbody tr td:first-child:before,
.amphicms .monitor-group-box-wrapper .amphi-table thead + tbody tr td:first-child:before {
    content: "";
    max-width: 5px;
    min-width: 5px;
    width: 5px;
    padding: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}
.amphicms .monitor-group-box-wrapper .amphi-table thead + tbody tr.monitor-check-status-normal td:first-child:before,
.amphicms .monitor-group-box-wrapper .amphi-table thead + tbody tr.message-status-error td:first-child:before {
    background: #80a61a;
}

.amphicms .monitor-group-box-wrapper .amphi-table thead + tbody tr.monitor-check-status-alert td:first-child:before,
.amphicms .monitor-group-box-wrapper .amphi-table thead + tbody tr.message-status-error td:first-child:before {
    background: #a94442;
}
.amphicms .monitor-group-box-wrapper .amphi-table thead + tbody tr.monitor-check-status-warning td:first-child:before,
.amphicms .monitor-group-box-wrapper .amphi-table thead + tbody tr.message-status-warning td:first-child:before {
    background: #ffc107;
}
.amphicms .monitor-group-box-wrapper .amphi-table thead + tbody tr.monitor-check-status-inactive td:first-child:before {
    background: #cad2d7;
}
.amphicms .monitor-group-box-wrapper .amphi-table thead + tbody tr td:nth-child(2), .amphicms .monitor-group-box-wrapper .amphi-table thead + tbody tr td:nth-child(2) {
    padding-left: 13px;
}
.amphicms .monitor-group-box-wrapper .overview-list-table .highlight {
    font-weight: bold;
}
.amphicms .amphi-table thead + tbody tr.message-status-info td.message,
.amphicms .amphi-table thead + tbody tr.message-status-warning td.message,
.amphicms .amphi-table thead + tbody tr.message-status-error td.message {
    border-right: 0;
}
.amphicms .amphi-table thead + tbody tr.message-status-info td.confirmation span,
.amphicms .amphi-table thead + tbody tr.message-status-warning td.confirmation span,
.amphicms .amphi-table thead + tbody tr.message-status-error td.confirmation span {
    color: #80a61a;
}
.amphicms .message-list .amphi-table thead + tbody tr td.status {
    position: relative;
    border-right: 0;
    padding: 0;
    table-layout: fixed;
    width: 0;
}
.amphicms .message-list .amphi-table thead + tbody tr td.status:before {
    content: "";
    max-width: 5px;
    min-width: 5px;
    width: 5px;
    padding: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}
.amphicms .message-list .amphi-table thead + tbody tr td.date {
    padding-left: 13px;
}
.amphicms .message-list .amphi-table thead + tbody tr.message-status-info td.status:before {
    background: #4dbbea;
}
.amphicms .message-list .amphi-table thead + tbody tr.message-status-error td.status:before {
    background: #a94442;
}
.amphicms .message-list .amphi-table thead + tbody tr.message-status-warning td.status:before {
    background: #ffc107;
}
.amphicms .message-list .amphi-table thead + tbody tr td.status {
    position: relative;
    border-right: 0;
    padding: 0;
    table-layout: fixed;
    width: 0;
}
.amphicms .message-list .amphi-table thead + tbody tr td.status.no-messages {
    display: table-cell;
    padding: 8px 8px 8px 15px;
    margin-bottom: 0;
}
.amphicms .message-list .amphi-table thead + tbody tr td.status.no-messages:before {
    background: transparent;
}
.amphicms .message-list td.confirmation {
    position: relative;
}
.amphicms .message-list td.confirmation .tooltip.top {
    width: 250px !important;
}
.amphicms .message-list td.confirmation .tooltip-inner {
    max-width: 250px;
    min-width: 250px;
    padding: 25px;
}
.amphicms .message-list td.confirmation .tooltip.top .tooltip-arrow {
    bottom: 0.5px;
    left: 50%;
    margin-left: -5px;
    background: #FFF;
    width: 10px;
    height: 10px;
    border-top: 1px solid #a0a9ab;
    border-right: 1px solid #a0a9ab;
    border-width: 1px;
    transform: rotate(-225deg);
}
.amphicms .message-list .table.overview-list-table .message a {
    white-space: nowrap;
    font-weight: 400;
}
.amphicms .message-list .message .message-element-highlight {
    font-weight: bold;
}
.label.label-category-group-release {
    background-color: #d2d800;
}
.label.label-category-group-warning {
    background-color: #a94442;
}
.label.label-category-group-system {
    background-color: #4dbbea;
}
.label.label-category-group-newsletter {
    background-color: #8d949f;
}
.label.label-category-group-formularrequest {
    background-color: #3e484c;
}
.label.label-category-group-loginsystem {
    background-color: #1379a4;
}
.tooltip .tooltip-inner {
    border: 1px solid #a0a9ab;
    color: #a0a9ab;
}
.badge {
    background-color: #a0a9ab;
}

/*************************************************************************************************************
DISABLED ELEMENTS
*************************************************************************************************************/
*:disabled {
    opacity: 0.5;
}

/*************************************************************************************************************
CHECKBOXEN LABEL
*************************************************************************************************************/
.amphicms input[type="checkbox"] {
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}

.amphicms .checkbox-inline {
    padding-left: 25px;
    position: relative;
    margin-top: 4px;
}

.amphicms input[type="checkbox"]:checked + label::after, .amphicms input[type="radio"]:checked + label::after {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: "\f00c";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

.amphicms label.checkbox-inline::after {
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 20px;
    top: 5px;
    line-height: 17px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.amphicms label.checkbox-inline::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 6px;
    left: 20px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.amphicms .checkbox-inline {
    font-size: 16px;
    color: #5e6670;
    text-transform: none;
    font-weight: normal;
}

.amphicms input[type="checkbox"]:checked + label::before {
    background-color: #4dbbea !important;
    border-color: #4dbbea !important;
}

.amphicms .checkbox label:before {
    top: 3px;
}

.amphicms input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.amphicms .input-group .input-group-addon {
    line-height: .9;
}

.amphicms label:after {
    top: 3px;
}

.amphicms .colorpicker-container {
    position: absolute;
    left: -107px;
    bottom: 5px;
    width: 148px;
}

.amphicms .colorpicker-container.no-brightness {
    left: -89px;
    width: 130px;
}

/* Media Manager */
.amphicms .mm-loading, .amphicms .media-manager {
    opacity: 0;
}

.amphicms .mm-active {
    opacity: 1;
}

.amphicms .mm-loading {
    text-align: center;
    padding: 100px 0;
    font-size: 3em;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.amphicms .selected-file {
    border: 1px solid #e0e3e5;
    border-bottom: 1px solid #fff;
}

.amphicms .selected-file div {
    display: table-cell;
    padding: 7px 12px 6px 12px;
}

.amphicms .selected-file .file-name {
    padding-left: 0;
    padding-right: 12px;
    word-break: break-all;
    /* Firefox */
    word-break: break-word;
    /* Chrome */
}

.amphicms .image-select,
.amphicms .icon-select {
    border-bottom: 1px solid #fff;
    position: relative;
    text-align: center;
}

.amphicms .image-select.has-placeholder,
.amphicms .icon-select.has-placeholder {
    background: #4dbcea;
    min-height: 0;
}

.amphicms .image-select.item-image-loader, .amphicms .image-select.has-item.item-image-loader,
.amphicms .icon-select.item-image-loader, .amphicms .icon-select.has-item.item-image-loader {
    background: #4dbcea;
    min-height: 120px;
}

.amphicms .icon-select.size-1x,
.amphicms .icon-select.size-1x.has-item {
    min-height: 35px;
}
.amphicms .icon-select.size-2x,
.amphicms .icon-select.size-2x.has-item {
    min-height: 45px;
}
.amphicms .icon-select.size-3x,
.amphicms .icon-select.size-3x.has-item {
    min-height: 55px;
}
.amphicms .icon-select.size-4x,
.amphicms .icon-select.size-4x.has-item {
    min-height: 70px;
}
.amphicms .icon-select.size-5x,
.amphicms .icon-select.size-5x.has-item {
    min-height: 85px;
}
.amphicms .icon-select.size-6x,
.amphicms .icon-select.size-6x.has-item {
    min-height: 105px;
}
.amphicms .icon-select.size-7x,
.amphicms .icon-select.size-7x.has-item {
    min-height: 125px;
}
.amphicms .icon-select.size-8x,
.amphicms .icon-select.size-8x.has-item {
    min-height: 140px;
}
.amphicms .icon-select.size-9x,
.amphicms .icon-select.size-9x.has-item {
    min-height: 155px;
}
.amphicms .icon-select.size-10x,
.amphicms .icon-select.size-10x.has-item {
    min-height: 170px;
}
.amphicms .icon-select span {
    position: absolute;
    bottom: -5px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.amphicms .icon-select.size-2x span {
    bottom: 3px;
}
.amphicms .icon-select.size-3x span {
    bottom: 10px;
}
.amphicms .icon-select.size-4x span {
    bottom: 20px;
}
.amphicms .icon-select.size-5x span {
    bottom: 25px;
}
.amphicms .icon-select.size-6x span {
    bottom: 35px;
}
.amphicms .icon-select.size-7x span {
    bottom: 45px;
}
.amphicms .icon-select.size-8x span {
    bottom: 50px;
}
.amphicms .icon-select.size-9x span {
    bottom: 60px;
}
.amphicms .icon-select.size-10x span {
    bottom: 70px;
}

.amphicms .image-select .ItemFileLoader,
.amphicms .icon-select .ItemFileLoader {
    display: none;
}

.amphicms .image-select.item-image-loader .ItemFileLoader,
.amphicms .icon-select.item-image-loader .ItemFileLoader {
    display: block;
}

.amphicms .image-select .item-file-loader,
.amphicms .icon-select .item-file-loader {
    display: none;
}

.amphicms .image-select.item-image-loader .item-file-loader,
.amphicms .icon-select.item-image-loader .item-file-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    height: 100% !important;
}

.amphicms .image-select.item-image-loader .item-file-loader .loader,
.amphicms .icon-select.item-image-loader .item-file-loader .loader {
    border: 8px solid #fff;
    border-top: 8px solid #3e484c;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: itemFileLoaderSpin 2s linear infinite;
}

@keyframes itemFileLoaderSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.amphicms .image-select.has-item,
.amphicms .icon-select.has-item {
    min-height: 0;
    background: none;
}

.amphicms .image-select img,
.amphicms .icon-select img {
    max-width: 100%;
    width: auto;
}

.amphicms .image-select .image-controls,
.amphicms .icon-select .image-controls {
    position: absolute;
    right: 0;
    bottom: 0;
}

.amphicms .image-select .image-controls a,
.amphicms .icon-select .image-controls a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #e0e3e5;
    margin: 0 -1px -1px 0;
    color: #5e6670;
    font-size: 20px;
}

.amphicms .image-select .image-controls a:hover,
.amphicms .icon-select .image-controls a:hover {
    background: #4dbbea;
    color: #fff;
}

#amphi-edit .editbar, .amphicms .editbar, #amphi-edit .amphicms .editbar {
    background: #3e484c;
    border-radius: 0 0 5px 5px;
    line-height: 22px;
    overflow: hidden;
}

#amphi-edit .editbar:before, .amphicms .editbar:before, #amphi-edit .amphicms .editbar:before, #amphi-edit .editbar:after, .amphicms .editbar:after, #amphi-edit .amphicms .editbar:after {
    content: " ";
    display: table;
}

#amphi-edit .editbar:after, .amphicms .editbar:after, #amphi-edit .amphicms .editbar:after {
    clear: both;
}

#amphi-edit .editbar.editbar-primary, .amphicms .editbar.editbar-primary, #amphi-edit .amphicms .editbar.editbar-primary {
    background: #4dbbea;
}

#amphi-edit .editbar.editbar-primary .editbar-left .btn, .amphicms .editbar.editbar-primary .editbar-left .btn, #amphi-edit .amphicms .editbar.editbar-primary .editbar-left .btn {
    border-right: 1px solid #7bccef;
}

#amphi-edit .editbar.editbar-primary .editbar-right .btn, .amphicms .editbar.editbar-primary .editbar-right .btn, #amphi-edit .amphicms .editbar.editbar-primary .editbar-right .btn {
    border-left: 1px solid #7bccef;
}

#amphi-edit .editbar.editbar-primary .btn-primary, .amphicms .editbar.editbar-primary .btn-primary, #amphi-edit .amphicms .editbar.editbar-primary .btn-primary {
    border: none;
    border-radius: 0 4px 4px 0;
    padding-top: 8px;
}

#amphi-edit .editbar.editbar-primary .btn:hover, .amphicms .editbar.editbar-primary .btn:hover, #amphi-edit .amphicms .editbar.editbar-primary .btn:hover {
    background: #1379a4;
}

#amphi-edit .editbar.editbar-primary .btn-search, .amphicms .editbar.editbar-primary .btn-search, #amphi-edit .amphicms .editbar.editbar-primary .btn-search {
    width: auto;
}

#amphi-edit .editbar .module-search, .amphicms .editbar .module-search, #amphi-edit .amphicms .editbar .module-search {
    background: none;
    border: none;
    color: #fff;
    border-radius: 4px 0 0 4px;
    height: 40px;
}

#amphi-edit .editbar .module-search::-webkit-input-placeholder, .amphicms .editbar .module-search::-webkit-input-placeholder, #amphi-edit .amphicms .editbar .module-search::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}

#amphi-edit .editbar .module-search::-ms-input-placeholder, .amphicms .editbar .module-search::-ms-input-placeholder, #amphi-edit .amphicms .editbar .module-search::-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}

#amphi-edit .editbar .module-search::-moz-placeholder, .amphicms .editbar .module-search::-moz-placeholder, #amphi-edit .amphicms .editbar .module-search::-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
}

#amphi-edit .editbar .module-search:focus, .amphicms .editbar .module-search:focus, #amphi-edit .amphicms .editbar .module-search:focus {
    outline: none;
    border: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    background: #1379a4;
}

#amphi-edit .editbar .module-search:focus::-webkit-input-placeholder, .amphicms .editbar .module-search:focus::-webkit-input-placeholder, #amphi-edit .amphicms .editbar .module-search:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

#amphi-edit .editbar .module-search:focus::-ms-input-placeholder, .amphicms .editbar .module-search:focus::-ms-input-placeholder, #amphi-edit .amphicms .editbar .module-search:focus::-ms-input-placeholder {
    opacity: 0.5;
}

#amphi-edit .editbar .module-search:focus::-moz-placeholder, .amphicms .editbar .module-search:focus::-moz-placeholder, #amphi-edit .amphicms .editbar .module-search:focus::-moz-placeholder {
    opacity: 0.5;
}

#amphi-edit .editbar select, .amphicms .editbar select, #amphi-edit .amphicms .editbar select {
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

#amphi-edit .editbar .editbar-buttons, .amphicms .editbar .editbar-buttons, #amphi-edit .amphicms .editbar .editbar-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
}

#amphi-edit .editbar .editbar-buttons > li, .amphicms .editbar .editbar-buttons > li, #amphi-edit .amphicms .editbar .editbar-buttons > li {
    float: left;
}

#amphi-edit .editbar .editbar-left, .amphicms .editbar .editbar-left, #amphi-edit .amphicms .editbar .editbar-left {
    float: left;
}

#amphi-edit .editbar .editbar-left .btn, .amphicms .editbar .editbar-left .btn, #amphi-edit .amphicms .editbar .editbar-left .btn {
    border-right: 1px solid #5e6670;
    padding: 0;
    line-height: 39px;
    text-align: center;
    width: 40px;
}

.amphicms .editbar .editbar-left .btn.mediaManager_deleteItem:hover,
#amphi-edit .editbar .editbar-left .btn.mediaManager_deleteItem:hover,
#amphi-edit .amphicms .editbar .editbar-left .btn.mediaManager_deleteItem:hover {
    background: #a82020;
}

#amphi-edit .editbar .editbar-left .btn:first-child, .amphicms .editbar .editbar-left .btn:first-child, #amphi-edit .amphicms .editbar .editbar-left .btn:first-child {
    border-radius: 0 0 0 5px;
}

#amphi-edit .editbar .editbar-right, .amphicms .editbar .editbar-right, #amphi-edit .amphicms .editbar .editbar-right {
    float: right;
}

#amphi-edit .editbar .editbar-right .btn, .amphicms .editbar .editbar-right .btn, #amphi-edit .amphicms .editbar .editbar-right .btn {
    border-left: 1px solid #5e6670;
}

#amphi-edit .editbar .editbar-right .btn:last-child, .amphicms .editbar .editbar-right .btn:last-child, #amphi-edit .amphicms .editbar .editbar-right .btn:last-child {
    border-radius: 0 0 5px 0;
    padding: 0 12px;
    line-height: 40px;
}

.amphicms .disabled .image-select,
#amphi-edit .disabled .image-select,
.amphicms .disabled .icon-select,
#amphi-edit .disabled .icon-select {
    opacity: .75;
}

.amphicms .disabled .editbar .editbar-right,
#amphi-edit .disabled .editbar .editbar-right,
.amphicms .disabled .editbar .editbar-left,
#amphi-edit .disabled .editbar .editbar-left {
    cursor: not-allowed;
    opacity: .75;
}

.amphicms .disabled .editbar .editbar-right a,
#amphi-edit .disabled .editbar .editbar-right a,
.amphicms .disabled .editbar .editbar-left a,
#amphi-edit .disabled .editbar .editbar-left a {
    pointer-events: none;
}

#amphi-edit .editbar .btn-icon, .amphicms .editbar .btn-icon, #amphi-edit .amphicms .editbar .btn-icon {
    width: 40px;
    text-align: center;
    height: 40px;
    padding: 0;
    display: block;
    float: left;
}

#amphi-edit .editbar .btn-icon .amphiicon,
.amphicms .editbar .btn-icon .amphiicon,
#amphi-edit .amphicms .editbar .btn-icon .amphiicon {
    font-size: 22px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#amphi-edit .editbar .btn-group, .amphicms .editbar .btn-group, #amphi-edit .amphicms .editbar .btn-group {
    display: block;
    width: 40px;
}

#amphi-edit .editbar .btn-group .btn-icon, .amphicms .editbar .btn-group .btn-icon, #amphi-edit .amphicms .editbar .btn-group .btn-icon {
    display: block;
}

#amphi-edit .editbar .btn, .amphicms .editbar .btn, #amphi-edit .amphicms .editbar .btn {
    margin: 0;
    color: #fff;
    border-radius: 0;
    height: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#amphi-edit .editbar .btn:hover, .amphicms .editbar .btn:hover, #amphi-edit .amphicms .editbar .btn:hover {
    background: #4dbbea;
}

#amphi-edit .editbar .btn-select, .amphicms .editbar .btn-select, #amphi-edit .amphicms .editbar .btn-select {
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #fff;
    position: relative;
    cursor: pointer;
}

#amphi-edit .editbar .btn-select select, .amphicms .editbar .btn-select select, #amphi-edit .amphicms .editbar .btn-select select {
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-indent: -999em;
}

#amphi-edit .editbar .btn-select select:focus, .amphicms .editbar .btn-select select:focus, #amphi-edit .amphicms .editbar .btn-select select:focus {
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.amphicms form .datetimepicker-element .input-group-addon, .amphicms form .colorpicker-element .input-group-addon {
    cursor: pointer;
}

.amphicms .xdsoft_datetimepicker .xdsoft_calendar td:hover, .amphicms .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background: #8d949f !important;
}

.amphicms .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    background: #e0e3e5;
    color: #41494c;
}

.amphicms form .datetimepicker-element .input-group-addon {
    background: #FFF;
    color: #5e6571;
    padding: 6px 10px;
}

.amphicms .reduced-content {
    max-height: 300px;
    overflow-x: auto;
}

/* ONLINE-MARKETING */
.amphicms .box > p.note {
    background: #e6f4fa;
    border: 1px solid #bce1f2;
    padding: 10px 15px;
}
.amphicms .seo-analysis-url-ranking-list .amphi-table tbody td {
    border-right: 1px solid #ddd;
}
.amphicms .seo-analysis-url-ranking-list .amphi-table tbody:nth-child(even) {
    background: #f9f9f9;
}
.amphicms .seo-analysis-url-ranking-list .amphi-table tbody tr > td:last-child {
    border-right: none;
}
.amphicms .seo-analysis-url-ranking-list .amphi-table tbody > tr:nth-of-type(even):not(.odd), .amphicms .seo-analysis-url-ranking-list .amphi-table tbody > tr.even {
    background: transparent;
}
.amphicms .seo-analysis-url-ranking-list .amphi-table tbody > tr:hover, .amphicms .seo-analysis-url-ranking-list .amphi-table tbody > tr:nth-of-type(even):hover, .amphicms .seo-analysis-url-ranking-list .amphi-table tbody > tr.hover td {
    background: #e6f4fa;
}
.seo-analysis-keyword-list .icons span,
.seo-analysis-url-ranking-list .icons span {
    padding: 0 4px;
}
.seo-analysis-url-ranking-list .icons > span:first-child {
    margin-right: 10px;
    padding-left: 0;
}
.seo-analysis-keyword-list .icons span.flag,
.seo-analysis-url-ranking-list .icons span.flag {
    margin-bottom: -2px;
}
.seo-analysis-keyword-list .trend-diagram,
.seo-analysis-url-ranking-list .trend-diagram {
    width: 150px;
    margin: auto;
}
.seo-analysis-keyword-list-trend-tooltip {
    background-color: #fff;
    padding: 5px;
}
.seo-analysis-keyword-list span.position-current,
.seo-analysis-url-ranking-list span.position-current {
    display: inline-block;
    width: 25px;
}
.seo-analysis-keyword-list .position-change, .seo-analysis-url-ranking-list .position-change {
    position: relative;
    top: 0;
    min-width: 42px;
}
.seo-analysis-keyword-list .position-change > .amphiicon, .seo-analysis-url-ranking-list .position-change > .amphiicon {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-right: 4px;
}
.seo-analysis-keyword-list .column-url .url-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
    width: 200px;
}
.seo-analysis-keyword-list .column-url.column-system-url .url-name {
    padding-right: 15px;
}
.seo-analysis-keyword-list .column-url.column-system-url .url-name + span {
    position: relative;
    right: 10px;
}
.google-ads-data-studio-iframe iframe {
    width: 100%;
    min-height: 3750px;
    border: 0;
}

.annual-plan-status.badge {
    display: inline-block;
    margin-bottom: 5px;
}
.annual-plan-status.amphiicon {
    font-size: 19px;
}
.overview-list-table td small.service-description-om {
    display: block;
    padding: 0 0 0 10px;
    margin: 10px 0;
    border-left: 1px solid #e5e5e5;
    font-weight: 300;
}

/* FORMULARGENERATOR */
.overview-list-table .bg-info {
    background-color: #eaebed;
    border-right: 1px solid #ddd;
}

.overview-list-table .bg-success {
    background-color: #e6f4fa;
}

/******** PROGRESSBAR FÜR RESOURCEN *********/

.limit-progress.progress {
    height: 35px;
    margin-bottom: 5px;
}
.limit-progress.progress .progress-bar {
    line-height: 24px;
    color: #fff;
    text-align: center;
    background-color: #4dbbea;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 -1px 0  rgba(0, 0, 0, .08);
}

.limit-progress.progress .progress-bar.progress-bar-warning {
    background-color: #ad9d15;
}
.limit-progress.progress .progress-bar.progress-bar-danger{
    background-color: #a94442;
}

.Special_Condolence_CondolenceBook .system-image-select .select-system-image .thumbnail {
    background: #f9f9f9;
    border: 1px solid #efefef;
}
.Special_Condolence_CondolenceBook .system-image-select .select-system-image.active .thumbnail {
    background: #fff;
    border: 1px solid #ddd;
}
.Special_Condolence_CondolenceBook .system-image-select .select-system-image .thumbnail img {
    width: 100%;
}

.amphicms .cmp-integration .overview-list-table pre {
    max-height: 150px;
    max-width: 375px;
    white-space: break-spaces;
}

.icon.flag {
    display: inline-block;
    width: 21px;
    height: 15px;
    background-image: url("../layout/Flags/flags.png");
}
.icon.flag.flag-kp {
    background-position: -12px -134px;
}
.icon.flag.flag-no {
    background-position: -44px -134px;
}
.icon.flag.flag-mx {
    background-position: -75px -134px;
}
.icon.flag.flag-tz {
    background-position: -106px -134px;
}
.icon.flag.flag-au {
    background-position: -137px -134px;
}
.icon.flag.flag-in {
    background-position: -169px -134px;
}
.icon.flag.flag-kn {
    background-position: -200px -134px;
}
.icon.flag.flag-pg {
    background-position: -231px -134px;
}
.icon.flag.flag-lr {
    background-position: -261px -134px;
}
.icon.flag.flag-be {
    background-position: -293px -134px;
}
.icon.flag.flag-ni {
    background-position: -325px -134px;
}
.icon.flag.flag-gf {
    background-position: -356px -134px;
}
.icon.flag.flag-ph {
    background-position: -387px -134px;
}
.icon.flag.flag-ke {
    background-position: -419px -134px;
}
.icon.flag.flag-mc {
    background-position: -450px -134px;
}
.icon.flag.flag-sk {
    background-position: -481px -134px;
}
.icon.flag.flag-co {
    background-position: -512px -134px;
}
.icon.flag.flag-cg,
.icon.flag.flag-cd {
    background-position: -543px -134px;
}
.icon.flag.flag-nu {
    background-position: -574px -134px;
}
.icon.flag.flag-bw {
    background-position: -605px -134px;
}

.icon.flag.flag-sn {
    background-position: -12px -164px;
}
.icon.flag.flag-cu {
    background-position: -44px -164px;
}
.icon.flag.flag-by {
    background-position: -75px -164px;
}
.icon.flag.flag-bn {
    background-position: -106px -164px;
}
.icon.flag.flag-gg {
    background-position: -137px -164px;
}
.icon.flag.flag-gu {
    background-position: -169px -164px;
}
.icon.flag.flag-kp {
    background-position: -200px -164px;
}
.icon.flag.flag-fr {
    background-position: -231px -164px;
}
.icon.flag.flag-gb-wls {
    background-position: -261px -164px;
}
/*.icon.flag.flag-northern-cyprus {
    background-position: -293px -164px;
}*/
.icon.flag.flag-ug {
    background-position: -325px -164px;
}

.icon.flag.flag-so {
    background-position: -356px -164px;
}
.icon.flag.flag-al {
    background-position: -387px -164px;
}
.icon.flag.flag-mo {
    background-position: -419px -164px;
}
.icon.flag.flag-pt {
    background-position: -450px -164px;
}
.icon.flag.flag-bz {
    background-position: -481px -164px;
}
.icon.flag.flag-tf {
    background-position: -512px -164px;
}
.icon.flag.flag-ae {
    background-position: -543px -164px;
}
.icon.flag.flag-si {
    background-position: -574px -164px;
}
/*
.icon.flag.flag-south-ossetia {
    background-position: -605px -164px;
}
*/

.icon.flag.flag-us {
    background-position: -12px -194px;
}
.icon.flag.flag-ca {
    background-position: -44px -194px;
}
.icon.flag.flag-uk {
    background-position: -75px -194px;
}
.icon.flag.flag-uy {
    background-position: -106px -194px;
}
.icon.flag.flag-md {
    background-position: -137px -194px;
}
.icon.flag.flag-mg {
    background-position: -169px -194px;
}
.icon.flag.flag-zm {
    background-position: -200px -194px;
}
.icon.flag.flag-to {
    background-position: -231px -194px;
}
.icon.flag.flag-hu {
    background-position: -261px -194px;
}
.icon.flag.flag-bb {
    background-position: -293px -194px;
}
/*.icon.flag.flag-antarctica {
    background-position: -325px -194px;
}*/

.icon.flag.flag-sr {
    background-position: -356px -194px;
}
.icon.flag.flag-cw {
    background-position: -387px -194px;
}
.icon.flag.flag-bt {
    background-position: -419px -194px;
}
.icon.flag.flag-gr {
    background-position: -450px -194px;
}
.icon.flag.flag-es {
    background-position: -481px -194px;
}
.icon.flag.flag-dz {
    background-position: -512px -194px;
}
.icon.flag.flag-tw {
    background-position: -543px -194px;
}
/*.icon.flag.flag-catalonia {
    background-position: -574px -194px;
}*/
.icon.flag.flag-eg {
    background-position: -605px -194px;
}

.icon.flag.flag-tn {
    background-position: -12px -224px;
}
.icon.flag.flag-ye {
    background-position: -44px -224px;
}
.icon.flag.flag-do {
    background-position: -75px -224px;
}
.icon.flag.flag-cx {
    background-position: -106px -224px;
}
.icon.flag.flag-im {
    background-position: -137px -224px;
}
.icon.flag.flag-ee {
    background-position: -169px -224px;
}
/*
.icon.flag.flag-asean {
    background-position: -200px -224px;
}
*/
.icon.flag.flag-om {
    background-position: -231px -224px;
}
/*
.icon.flag.flag-chilean-antarctic-territory {
    background-position: -261px -224px;
}
 */
.icon.flag.flag-ss {
    background-position: -293px -224px;
}
.icon.flag.flag-se {
    background-position: -325px -224px;
}
.icon.flag.flag-bf {
    background-position: -356px -224px;
}
.icon.flag.flag-gq {
    background-position: -387px -224px;
}
.icon.flag.flag-st {
    background-position: -419px -224px;
}
.icon.flag.flag-mz {
    background-position: -450px -224px;
}
.icon.flag.flag-ir {
    background-position: -481px -224px;
}
.icon.flag.flag-ve {
    background-position: -512px -224px;
}
/*.icon.flag.flag-netherlands-antilles {
    background-position: -543px -224px;
}*/
.icon.flag.flag-ps {
    background-position: -574px -224px;
}
.icon.flag.flag-tm {
    background-position: -605px -224px;
}

.icon.flag.flag-lk {
    background-position: -12px -254px;
}
.icon.flag.flag-sc {
    background-position: -44px -254px;
}
.icon.flag.flag-np {
    background-position: -75px -254px;
}
.icon.flag.flag-jp {
    background-position: -106px -254px;
}
/*.icon.flag.flag-argentine-antarctica {
    background-position: -137px -254px;
}*/
.icon.flag.flag-vu {
    background-position: -169px -254px;
}
.icon.flag.flag-ng {
    background-position: -200px -254px;
}
.icon.flag.flag-gp {
    background-position: -231px -254px;
}
.icon.flag.flag-mn {
    background-position: -261px -254px;
}
.icon.flag.flag-sv {
    background-position: -293px -254px;
}
.icon.flag.flag-gn {
    background-position: -325px -254px;
}
.icon.flag.flag-gm {
    background-position: -356px -254px;
}
.icon.flag.flag-li {
    background-position: -387px -254px;
}
.icon.flag.flag-fo {
    background-position: -419px -254px;
}
.icon.flag.flag-ro {
    background-position: -450px -254px;
}
.icon.flag.flag-hk {
    background-position: -481px -254px;
}
.icon.flag.flag-sm {
    background-position: -512px -254px;
}
.icon.flag.flag-sb {
    background-position: -543px -254px;
}
.icon.flag.flag-am {
    background-position: -574px -254px;
}
/*.icon.flag.flag-madeira {
    background-position: -605px -254px;
}*/

.icon.flag.flag-zw {
    background-position: -12px -284px;
}
.icon.flag.flag-gt {
    background-position: -44px -284px;
}
.icon.flag.flag-bh {
    background-position: -75px -284px;
}
.icon.flag.flag-lc {
    background-position: -106px -284px;
}
.icon.flag.flag-sa {
    background-position: -137px -284px;
}
.icon.flag.flag-vn {
    background-position: -169px -284px;
}
.icon.flag.flag-za {
    background-position: -200px -284px;
}
.icon.flag.flag-va {
    background-position: -231px -284px;
}
.icon.flag.flag-ki {
    background-position: -261px -284px;
}
.icon.flag.flag-kw {
    background-position: -293px -284px;
}
.icon.flag.flag-kz {
    background-position: -325px -284px;
}
.icon.flag.flag-at {
    background-position: -356px -284px;
}
.icon.flag.flag-ls {
    background-position: -387px -284px;
}
.icon.flag.flag-tl {
    background-position: -419px -284px;
}
.icon.flag.flag-rw {
    background-position: -450px -284px;
}
.icon.flag.flag-ai {
    background-position: -481px -284px;
}
.icon.flag.flag-ne {
    background-position: -512px -284px;
}
.icon.flag.flag-ag {
    background-position: -543px -284px;
}
/*.icon.flag.flag-iraqi-kurdistan {
    background-position: -574px -284px;
}*/
.icon.flag.flag-dk {
    background-position: -605px -284px;
}


.icon.flag.flag-cr {
    background-position: -12px -314px;
}
.icon.flag.flag-pk {
    background-position: -44px -314px;
}
.icon.flag.flag-hr {
    background-position: -75px -314px;
}
.icon.flag.flag-tg {
    background-position: -106px -314px;
}
.icon.flag.flag-ua {
    background-position: -137px -314px;
}
.icon.flag.flag-qa {
    background-position: -169px -314px;
}
.icon.flag.flag-pr {
    background-position: -200px -314px;
}
.icon.flag.flag-xk {
    background-position: -231px -314px;
}
.icon.flag.flag-br {
    background-position: -261px -314px;
}
.icon.flag.flag-gl {
    background-position: -293px -314px;
}
.icon.flag.flag-ci {
    background-position: -325px -314px;
}
.icon.flag.flag-tk {
    background-position: -356px -314px;
}
.icon.flag.flag-dm {
    background-position: -387px -314px;
}
.icon.flag.flag-lb {
    background-position: -419px -314px;
}
.icon.flag.flag-pe {
    background-position: -450px -314px;
}
.icon.flag.flag-ht {
    background-position: -481px -314px;
}
.icon.flag.flag-cc {
    background-position: -512px -314px;
}
/*.icon.flag.flag-transnistria {
    background-position: -543px -314px;
}*/
.icon.flag.flag-mw {
    background-position: -574px -314px;
}
.icon.flag.flag-bg {
    background-position: -605px -314px;
}

.icon.flag.flag-cn {
    background-position: -12px -345px;
}
.icon.flag.flag-ar {
    background-position: -44px -345px;
}
.icon.flag.flag-ch {
    background-position: -75px -345px;
}
.icon.flag.flag-ru {
    background-position: -106px -345px;
}
.icon.flag.flag-gw {
    background-position: -137px -345px;
}
.icon.flag.flag-cv {
    background-position: -169px -345px;
}
.icon.flag.flag-it {
    background-position: -200px -345px;
}
.icon.flag.flag-so {
    background-position: -231px -345px;
}
.icon.flag.flag-sy {
    background-position: -261px -345px;
}
/*.icon.flag.flag-alaska {
    background-position: -293px -345px;
}*/
.icon.flag.flag-nc {
    background-position: -325px -345px;
}
.icon.flag.flag-id {
    background-position: -356px -345px;
}
.icon.flag.flag-rs {
    background-position: -387px -345px;
}
.icon.flag.flag-pl {
    background-position: -419px -345px;
}
.icon.flag.flag-lv {
    background-position: -450px -345px;
}
.icon.flag.flag-is {
    background-position: -481px -345px;
}
.icon.flag.flag-sl {
    background-position: -512px -345px;
}
.icon.flag.flag-mk {
    background-position: -543px -345px;
}
.icon.flag.flag-nz {
    background-position: -574px -345px;
}
.icon.flag.flag-th {
    background-position: -605px -345px;
}

.icon.flag.flag-uz {
    background-position: -12px -375px;
}
.icon.flag.flag-gh {
    background-position: -44px -375px;
}
/*.icon.flag.flag-european-union {
    background-position: -75px -375px;
}*/
.icon.flag.flag-ec {
    background-position: -106px -375px;
}
.icon.flag.flag-ge {
    background-position: -137px -375px;
}
.icon.flag.flag-mu {
    background-position: -169px -375px;
}
.icon.flag.flag-ma {
    background-position: -200px -375px;
}
.icon.flag.flag-de {
    background-position: -231px -375px;
}
.icon.flag.flag-cy {
    background-position: -261px -375px;
}
.icon.flag.flag-mv {
    background-position: -293px -375px;
}
.icon.flag.flag-dj {
    background-position: -325px -375px;
}
.icon.flag.flag-nf {
    background-position: -356px -375px;
}
.icon.flag.flag-cm {
    background-position: -387px -375px;
}
.icon.flag.flag-et {
    background-position: -419px -375px;
}
.icon.flag.flag-mt {
    background-position: -450px -375px;
}
.icon.flag.flag-az {
    background-position: -481px -375px;
}
.icon.flag.flag-mr {
    background-position: -512px -375px;
}
.icon.flag.flag-sg {
    background-position: -543px -375px;
}
.icon.flag.flag-cf {
    background-position: -574px -375px;
}
.icon.flag.flag-jo {
    background-position: -605px -375px;
}

.icon.flag.flag-il {
    background-position: -12px -405px;
}
.icon.flag.flag-ws {
    background-position: -44px -405px;
}
/*.icon.flag.flag-micronesia {
    background-position: -75px -405px;
}*/
.icon.flag.flag-ga {
    background-position: -106px -405px;
}
/*.icon.flag.flag-abkhazia {
    background-position: -137px -405px;
}*/
.icon.flag.flag-bo {
    background-position: -169px -405px;
}
/*
.icon.flag.flag-autonomous-region-of-bougainville {
    background-position: -200px -405px;
}
*/
.icon.flag.flag-aw {
    background-position: -231px -405px;
}
.icon.flag.flag-bi {
    background-position: -261px -405px;
}
.icon.flag.flag-ck {
    background-position: -293px -405px;
}
.icon.flag.flag-af {
    background-position: -325px -405px;
}
.icon.flag.flag-ba {
    background-position: -356px -405px;
}
.icon.flag.flag-tv {
    background-position: -387px -405px;
}
.icon.flag.flag-sd {
    background-position: -419px -405px;
}
.icon.flag.flag-mh {
    background-position: -450px -405px;
}
.icon.flag.flag-td {
    background-position: -481px -405px;
}
.icon.flag.flag-lt {
    background-position: -512px -405px;
}
.icon.flag.flag-bd {
    background-position: -543px -405px;
}
.icon.flag.flag-fj {
    background-position: -574px -405px;
}
.icon.flag.flag-cz {
    background-position: -605px -405px;
}

.icon.flag.flag-gd {
    background-position: -12px -435px;
}
.icon.flag.flag-ly {
    background-position: -44px -435px;
}
.icon.flag.flag-py {
    background-position: -75px -435px;
}
.icon.flag.flag-ie {
    background-position: -106px -435px;
}
.icon.flag.flag-kh {
    background-position: -137px -435px;
}
.icon.flag.flag-sz {
    background-position: -169px -435px;
}
.icon.flag.flag-cl {
    background-position: -200px -435px;
}
.icon.flag.flag-ml {
    background-position: -231px -435px;
}
.icon.flag.flag-lu {
    background-position: -261px -435px;
}
.icon.flag.flag-am {
    background-position: -293px -435px;
}
.icon.flag.flag-na {
    background-position: -325px -435px;
}
.icon.flag.flag-me {
    background-position: -356px -435px;
}
.icon.flag.flag-tj {
    background-position: -387px -435px;
}
.icon.flag.flag-kg {
    background-position: -419px -435px;
}
.icon.flag.flag-km {
    background-position: -450px -435px;
}
.icon.flag.flag-ad {
    background-position: -481px -435px;
}
.icon.flag.flag-hn {
    background-position: -512px -435px;
}
.icon.flag.flag-bj {
    background-position: -543px -435px;
}
.icon.flag.flag-la {
    background-position: -574px -435px;
}
.icon.flag.flag-gy {
    background-position: -605px -435px;
}

.icon.flag.flag-tr {
    background-position: -12px -465px;
}
.icon.flag.flag-bs {
    background-position: -44px -465px;
}
.icon.flag.flag-fi {
    background-position: -75px -465px;
}
.icon.flag.flag-eh {
    background-position: -106px -465px;
}
.icon.flag.flag-my {
    background-position: -137px -465px;
}
.icon.flag.flag-tt {
    background-position: -169px -465px;
}
.icon.flag.flag-ao {
    background-position: -200px -465px;
}
.icon.flag.flag-nr {
    background-position: -231px -465px;
}
.icon.flag.flag-er {
    background-position: -261px -465px;
}
/*.icon.flag.flag-england {
    background-position: -293px -465px;
}*/
.icon.flag.flag-pw {
    background-position: -325px -465px;
}
.icon.flag.flag-jm {
    background-position: -356px -465px;
}
.icon.flag.flag-ne {
    background-position: -387px -465px;
}
.icon.flag.flag-vc {
    background-position: -419px -465px;
}
.icon.flag.flag-cg {
    background-position: -450px -465px;
}
.icon.flag.flag-iq {
    background-position: -481px -465px;
}
.icon.flag.flag-mm {
    background-position: -512px -465px;
}
.icon.flag.flag-pa {
    background-position: -543px -465px;
}

/* Jahresauswahl im Kalender ausblenden */
.hide-calender-year-select .xdsoft_datepicker .xdsoft_label.xdsoft_year {
    display: none;
}


/* Newsroom Allgemein */

.teaser-preview-wrapper {
    position: relative;
}

.tag-preview-wrapper {
    position: relative;
    display: inline-block;
}

.teaser-preview-wrapper .loader,
.tag-preview-wrapper .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #41494c;
    z-index: 5;
}

.teaser-preview-wrapper .loader .amphiicon {
    font-size: 35px;
}
.tag-preview-wrapper .loader .amphiicon {
    font-size: 20px;
}

.teaser-preview-wrapper #teaserPreview,
.tag-preview-wrapper #tagPreview {
    filter: blur(0);
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1), filter 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.teaser-preview-wrapper.is-loading #teaserPreview,
.tag-preview-wrapper.is-loading #tagPreview {
    filter: blur(5px);
    opacity: 0.5;
    transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1), filter 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

#teaserPreview .btn {
    margin-top: 10px;
}

#teaserPreview .image-select {
    margin-bottom: 10px;
}

.news-entry-approval-messages table td {
    padding: 0 25px 10px 0;
}

.newsroom-tag-wrapper {
    white-space: nowrap;
}
.amphicms .news-entry-list .newsroom-tag-wrapper {
    margin-bottom: 5px;
}
.newsroom-tag-wrapper .newsroom-tag {
    display: inline-block;
    margin-right: 5px;
}

.amphicms .approval-list .approval-list-selector-checkbox {
    display: inline-block;
    min-width: 25px;
}
.amphicms .approval-list .approval-list-selector-element {
    display: inline-block;
}
.amphicms .approval-list .table-responsive .no-checkbox-inline-top .approval-list-selector-checkbox .checkbox-inline {
    top: -17px;
}
.amphicms .approval-list .table-responsive th .approval-list-selector-checkbox .checkbox-inline {
    top: -25px;
}
.amphicms .approval-list .amphi-table tbody tr > td ul.approval-list-unstyled {
    padding-left: 0;
    white-space: nowrap;
}
