/*
    Viuwi-Style.

    Media Queries:
        - phone  : (max-width: 479px)
        - tablet : (min-width: 480px) and (max-width: 839px)
        - desktop: (min-width: 840px)

    Farben:
        - Primary: #448AFF
        - Info   : #66FFFF
        - Success: #2ECC71
        - Warning: #F39C12
        - Danger : #E74C3C

    Date  : 08.09.2016
    Author: Phil Schaffarzyk <phil.schaffarzyk@web.de>
            Aurel Spanier <spanier@maredata.de>
*/
::selection {
    background: #40C4FF; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #40C4FF; /* Gecko Browsers */
}

a {
    text-decoration: none;
}

address {
    font-size: 120%;
}

img.circle {
    border-radius: 50%;
}

.symbol-view {
    margin-left: 10px;
}

.add-button {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 100;
}

.settings-button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.content {
    max-width: 1000px;
    margin: 40px auto;
}

.content-medium {
    width: 80%;
    max-width: 1000px;
    margin: 40px auto;
}

.promo-container{
    margin: 0 auto;
    max-width: 1000px;
}

.display-none{
    display: none;
}

.intro-text {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    margin: 16px;
    text-align: center;
}

/* - TABLET/PHONE - */
@media (max-width: 839px) {
    .content {
        width: 95%;
        margin: 40px 10px;
    }
}

/* ---------- SPINNER ---------- */
.mdl-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

/* ---------- CHIPS ---------- */

img.mdl-chip__contact {
    /*border: 2px solid #DEDEDE;*/
}

.mdl-chip.chip-attendee {
    transform: scale(0.8);
}

/* ---------- COLORS ---------- */
.primary {
    background-color: #448AFF;
    color: #FFF;
}

.primary-text {
    color: #448AFF;
}

.info {
    background-color: #66FFFF;
}

.info-text {
    color: #66FFFF;
}

.success {
    background-color: #2ECC71;
}

.warning {
    background-color: #F39C12;
}

.warning-text {
    color: #F39C12;
}

.danger {
    background-color: #E74C3C;
    color: #FFF;
}

.danger-text {
    color: #E74C3C;
}

p.success,
h4.success {
    background-color: transparent;
    color: #2ECC71;
}

/* ---------- MENU ---------- */
.mdl-menu a {
    text-decoration: none;
}

/* ---------- TABS ---------- */
.mdl-tabs .mdl-tabs__tab.is-active {
    color:rgba(0,0,0,.87)
}

.mdl-tabs .mdl-tabs__tab.is-active:after {
    height:2px;
    width:100%;
    display:block;
    content:" ";
    bottom:0;
    left:0;
    position:absolute;
    background:rgb(158,158,158);
}

/* ---------- GRID ---------- */
.grid-spacer {
    width: 20px;
}

/* - PHONE - */
@media (max-width:479px) {
    .hidden-phone {
        display: none !important;
    }
}

/* ---------- FORMULAR ---------- */
form.form-inline {
    display: inline;
}

.help {
    color: #5bc0de;
    position: absolute;
    font-size: 12px;
    margin-top: 3px;
    display: block;
}

.full-width {
    width: 100%;
}

.half-width{
    width: 49.7%;
}

@media screen and (max-width: 479px) {
    .half-width {
        width: 49%;
    }
}

@media screen and (min-width: 480px) and (max-width: 839px) {
    .half-width {
        width: 49.5%;
    }
}

.third-width {
    width: 32.5%;
}

.small-width {
    width: 24.8%
}

.smaller-width {
    width: 10%;
}

.auto-width {
    width: auto;
}

a.full-width, span.full-width {
    padding: 0;
}

.delete-link-button {
    position: absolute;
    right: 5px;
    top: 0;
    color: #e74c3c;
    border-radius: 5px;
    background: transparent;
    border: none;
    min-width: 0px;
    padding: 0px;
}

.select-label {
    font-size: 12px;
    color: rgb(158,158,158);
    top: 0;
    bottom: 24px;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left
}

.file-label {
    font-size: 12px;
    color: rgb(158,158,158);
    position: absolute;
    top: 0px;
}

.mdl-textfield.is-invalid .select-label,
.mdl-textfield.is-invalid .file-label
{
    color: #d50000;
}

.slider-output {
	position: absolute;
    text-align: center;
	border-radius: 2px;
	width: 1em;
	z-index: 10;
	color: #FFF;
	background-color: #448AFF;
	padding: 3px 8px;
	top: 18px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mdl-slider,
.mdl-slider__background-flex {
    padding-left: 10px !important;
}

fieldset > legend {
    text-transform: uppercase;
    color: #448AFF;
}

.checkbox-field {
    padding: 0;
}

.mdl-radio {
    padding-right: 15px;
}

.mdl-radio.is-upgraded .mdl-radio__button {
    width: auto;
    height: auto;
    opacity: 0;
    -ms-appearance: radio;
    -moz-appearance: radio-button;
    -webkit-appearance: radio;
    appearance: radio-button;
    border: none;
}
/* ---------- TAG-EDITOR ---------- */

.tag-editor {
    width: 90%;
    display: inline-block;
}

.tag {
    background-color: #448AFF;
    color: #fff;
    padding: 2px;
    border-radius: 4px;
}

/* ---------- IFRAME ---------- */
.embed-container {
  position: relative;
  padding-bottom: 66.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}

/* ---------- INDEX-TABELLE ---------- */
table.index_list {
    margin: 0 auto;
}

@media (max-width: 839px) {
    .list-table-scroll{
        overflow-y: auto;
        max-width: 500px;
        overflow-x: inherit;
        z-index: 1;
        margin: 0 auto;
    }
}

.table-header {
    margin: 10px;
    text-align: center;
}

.mdl-data-table th a {
    font-size: 1.3em;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 700;
}

.pagination {
    text-align: center;
    font-size: 1.3em;
    margin: 10px;
}

.pagination a {
    min-width: 10px;
}

.pagination a.active {
    color: #ffffff;
    background-color: #448aff;
}

tr.boldRow,
tr.boldRow td,
tr.boldRow td a {
    font-weight: bold;
}

/* ---------- FOLLOW-UP ---------- */
.entry-details {
    display: none;
    padding: 10px 20px;
    border-radius: 5px;
}

/* ---------- KALENDER ---------- */
.entry-icon {
    margin-left: -5px;
    margin-right: 5px;
    text-decoration: none;
}

.entry a {
    text-decoration: none;
}

.entry > a {
    height: 24px;
    overflow: hidden;
}

/* ---------- OVERLAY FENSTER ---------- */
.overlay-modal {
    position: absolute;
    display:none;
    z-index:490;
    background-color: #FFF9C4;
    min-height: 200px;
    border:1px solid #666;
    border-radius: 5px;
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
    width: 100%;
    top: 0px;
    bottom: 50px;
    overflow: auto;
}

.overlay-modal .close {
    position:absolute;
    right: 1px;
    top: 1px;
    cursor:pointer;
    height:35px;
    width:35px;
    background-color: transparent;
    color: #000;
    border: none;
}

.overlay-modal .close-modal:focus {
    border: none;
}

.overlay-modal .overlay-header {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: #FF9800;
    text-transform: capitalize;
}

.overlay-modal .overlay-header h4 {
    font-size: 18px;
    margin: 5px 15px;
    color: #000;
}

.overlay-modal .overlay-content {
    padding: 20px;
    max-height: 600px;
}

.overlay-modal .overlay-footer {
    font-size: 18px;
    margin: 15px 15px;
}

/* ---------- MDL DIALOG ---------- */
.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
}

.mdl-dialog {
    position: absolute;
    background-color: #fff;
    top: 30%;
    left: 33%;
    width: 33%;
}

.mdl-dialog .dialog-close {
    position: absolute;
    top: 4px;
    right: 4px;
}

/* ---------- MDL ICONS ---------- */

.icon > .material-icons {
    position: relative;
    top: 2px;
    font-size: 110%;
}

.icon-medium {
    font-size: 8em;
    width: 100%;
}

.mdi-14 {
  font-size: 14px;
  width: 100%;
}

.mdi-18 {
  font-size: 18px;
  width: 100%;
}

.mdi-24 {
  font-size: 24px;
  width: 100%;
}

.mdi-36 {
  font-size: 36px;
  width: 100%;
}

.mdi-48 {
  font-size: 48px;
  width: 100%;
}

.mdi-64 {
  font-size: 64px;
  width: 100%;
}

.mdi-72 {
  font-size: 72px;
  width: 100%;
}

.mdi-92 {
  font-size: 92px;
  width: 100%;
}

.mdi-128 {
  font-size: 128px;
  width: 100%;
}

.mdi-primary {
    color: #448AFF;
}

.mdi-info {
    color: #66ffff;
}

.mdi-success {
    color: #2ecc71;
}

.mdi-warning {
    color: #f39c12;
}

.mdi-danger {
    color: #e74c3c;
}

.mdi-skype {
    display: inline-block;
    background: transparent url("../img/icons/skype.png") no-repeat;
    background-size: 12px;
    width: 16px;
    height: 16px;
    opacity: 0.6;
    margin-bottom: -3px;
}

.mdi-skype.mdi-18 {
    background-size: 16px;
    width: 20px;
    height: 20px;
}

.mdi-skype.mdi-24 {
    background-size: 20px;
    width: 24px;
    height: 24px;
}
/* ---------- SYSTEM-MELDUNGEN ---------- */
.error-message {
    background-color: #e74c3c;
    color: #ffffff;
    padding: 5px 15px;
    margin: 0 auto;
}

.alert {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: 0 5px 3px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
    color: #444;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 30px;
}

/* ---------- MDL-CARD ---------- */
.mdl-card {
    min-height: 100px;
}

.mdl-card__title-icon {
    padding: 5px;
}

.mdl-card__title-menu {
    position: absolute;
    right: 5px;
    top: 5px;
}

.mdl-card__subtitle-text {
    margin: 0px 10px;
    padding-top: 10px;
}

.mdl-card__content {
    color: rgba(0,0,0,.54);
    font-size: 1rem;
    line-height: 18px;
    overflow: hidden;
    width: 90%;
    padding: 16px;
}

.mdl-card__footer {
    position: absolute;
    bottom: 0px;
    font-size:16px;
    line-height:normal;
    width:100%;
    background-color:transparent;
    padding:8px;
    box-sizing:border-box
}

.mdl-card__footer.mdl-card--border {
    border-top:1px solid rgba(0,0,0,.1)
}

.product-card {
    min-height: 50px;
    width: 95%;
}

.product-card .mdl-card__title {
    display: initial;
}

.product-card .mdl-card__title-text {
    padding-right: 10px;
    font-size: 1.2em;
}

.product-card .mdl-card__icon {
    position: absolute;
    width: 64px;
    height: 64px;
    right: 10px;
    top: 10px;
}

.profile-card {
    margin-top: 100px;
    overflow: visible;
}

.profile-card .card-avatar {
    max-width: 150px;
    max-height: 150px;
    margin: -35px auto 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

/* ---------- MDL-LIST ---------- */
.mdl-list__item {
    font-size: 120%;
    min-height: 30px;
}

.mdl-list__item-icon {
    margin-right: 10px;
}

.toggle-details-button {
    display: none;
}

.mdl-list__item-avatar,
.mdl-list__item-avatar.material-icons {
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: transparent;
    font-size: 40px;
    color: #757575;
}

.commission-list {
    padding: 8px 16px;
    margin-left: 1em;
    margin-right: 1em;
}

@media screen and (max-width: 600px) {
    .mdl-list-icons {
        display: none;
    }

    .toggle-details-button {
        display: inline;
        position: absolute;
        right: 36px;
    }
}

/* ---------- TREE-LIST ---------- */
.tree-list {
    list-style: none;
}

.small-circle {
    background-color: rgb(68,138,255);
    color: white;
    border-radius: 50%;
    width: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}

/* ---------- BLOCK-LIST ---------- */

.block-list {
    list-style-type: decimal;
}

.block-list > li {
    margin-bottom: 10px;
}

/* ---------- ANIMATIONEN ---------- */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/** ---------- LAYOUT HEADER ---------- **/

.mdl-layout__header{
    background: #eee;
}

span.mdl-layout-title a{
    text-decoration: none;
    color: inherit;
}

span.mdl-layout-title a:first-child {
    margin-left: -20px;
}

span.mdl-layout-title a:before {
    content: " / "
}

span.mdl-layout-title a:first-child:before {
    content: initial;
}

.mdl-layout-title img{
    height: 60px;
    width: auto;
    -webkit-filter: invert(0.4);
    filter: invert(0.4);
}

.mdl-layout__tab-bar{
    background: #eee;
}

.mdl-navigation__link{
    text-transform: uppercase;
}

.mdl-navigation a{
    text-decoration: none;
}
/** ---------- COLORS ---------- **/
.primary__color{
    color: #9E9E9E;
    background: #FFFFFF;
}

.secondary__color{
    color: #40C4FF;
}

/** ---------- ELEMENTS ---------- **/
.button-error,
.button-danger {
    background: #e74c3c;
    color: #fff;
}

.button-error:hover,
.button-danger:hover {
    background: #e74c3c;
}

.button-success{
    background: #2ecc71;
}

.button-success:hover{
    background: #2ecc71;
}

.button-warning{
    background: #f39c12;
}

.button-warning:hover{
    background: #f39c12;
}

.button-info {
    background: #66ffff;
}

.button-info:hover {
    background: #66ffff;
}

.button-link {
    position: relative;
    min-width: 0px;
    padding: 0px;
    top: -8px;
}

@media screen and (min-width: 480px) and (max-width: 839px) {
    .mdl-button.tab-link {
        min-width: 32px;
    }
}

@media screen and (max-width: 479px) {
    .mdl-button.tab-link {
        min-width: 0;
    }
}

/** ---------- LANGUAGE NAVIGATION ---------- **/
.lang-menu-img{
    width: 20px;
    margin-top: -4px;
}

.mdl-menu__item img{
    width: 20px
}

.nav-active{
    display: none;
}

/** ---------- USER NAV ---------- **/
.layout-title__user{
    background: #fff;
    color: #444;
    border: #444;
    text-align: center;
    padding-left: 0px !important;
}

.user{
    height: 100px;
    background: #fff;
    color: #444;
    position: relative;
    padding-left: 5px;
}

.username{
    font-size: 1.25em;
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 70px;
    width: 100px;
    line-height: 20px;
    color: #444;
}

.user-pic{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
}

.user-avatar {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}

.user-settings{
    position: absolute;
    right: 10px;
    bottom: 35px;
}

.user-settings__link{
    color: inherit;
    text-decoration: none;
}

.user-package {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

/** ---------- NAVIGATION FOOTER ---------- **/
.mdl-navigation__link__footer{
    position: absolute;
    bottom: 0px;
    background: #eee;
    width: 100%;
}

@media screen and (max-width: 1400px) {
    .mdl-navigation__link__footer{
        position: relative;
    }
}

.mdl-navigation__link{
    line-height: 15px;
}

/** ---------- OVERVIEW ---------- **/
.login-success{
    margin: 0px;
    width: 100%;
    display: inline-block;
}

.overview-types h3{
    font-size: 1.6em;
    color: #444;
    padding: 5px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
}

.mdl-cell{
    margin: 5px auto;
}

.box{
    position: relative;
    height: 100%;
    min-height: 400px;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background: #fff;
}

.box:hover{
    box-shadow: 0px 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.box a{
    text-decoration: none;
}

.box__header{
    border-bottom: solid 1px #eee;
}

.box__header i{
    padding: 0;
}

.box__header i.mdi{
    margin: 11px 10px 4px 11px;
}

.box__header .settings{
    position: absolute;
    top: 0;
    right: 10px;
}

.box .mdl-tabs__panel{
    height: 230px;
    overflow-y: auto;
    max-width: 100%;
    overflow-x: inherit;
    z-index: 1;
}

.box .table-scroll__div{
    height: 285px;
    overflow-y: auto;
    max-width: 100%;
    overflow-x: inherit;
    z-index: 1;
}

.box table{
    position: relative;
    max-width: 100%;
    width: 100%;
    max-height: 100px;
    margin: 0;
}

.box table thead{
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
}

.box th{
    text-transform: uppercase;
}

.box-error{
    height: auto;
    margin: 20px auto;
    padding: 10px;
    overflow: auto;
}

.box-error .icon-big{
    font-size: 12em;
    color: #e74c3c;
    text-align: center;
    width: 100%;
}

.overview-grid__actions{
    z-index: 100;
    background: #fff;;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    border-top: solid 1px #eee;
    border-radius: 0px 0px 4px 4px;
}

.overview-grid__actions a.mdl-button{
    float: right;
    margin-left: 5px;
}

.overview-grid__actions span.opening{
    float: left;
    line-height: 35px;
    text-transform: uppercase;
    padding:0px 10px;
    color: #444;
    background: #eee;
    border-radius: 2px;
}

.action-button i{
    margin-top: -3px;
}

.overview-grid__actions span.contacts__num{
    float: left;
    line-height: 35px;
    text-transform: uppercase;
    padding: 0px 15px;
    color: #fff;
    background: #40C4FF;
    border-radius: 2px;
}

@media screen and (max-width: 500px){
    .overview-types h3{
        font-size: 1.6em;
        color: #444;
        padding: 5px;
        margin: 0px;
        text-align: center;
        text-decoration: none;
    }

    .mdl-cell{
        margin: 5px auto;
    }

    .box{
        position: relative;
        height: 385px;
        border: none;
        border-radius: 2px;
        box-shadow: 0 1px 10px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        background: #fff;
    }

    .overview-grid__actions{
        z-index: 100;
        background: #fff;;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 5px;
        border-top: solid 1px #eee;
        border-radius: 0px 0px 4px 4px;
    }

    .overview-grid__actions a.mdl-button{
        float: right;
        margin-left: 5px;
    }

    .overview-grid__actions span.opening{
        float: left;
        line-height: 35px;
        text-transform: uppercase;
        padding:0px 10px;
        color: #444;
        background: #eee;
        border-radius: 2px;
        width: calc(100% - 20px);
        text-align: center;
        margin-bottom: 2px;
    }

    .action-button i{
        margin-top: -3px;
    }

    .overview-grid__actions span.contacts__num{
        float: left;
        line-height: 35px;
        text-transform: uppercase;
        padding:0px 15px;
        color: #fff;
        background: #40C4FF;
        border-radius: 2px;
    }
}

/** ---------- COOKIE DISCLAIMER ---------- **/

.cookieAcceptBar {
  display:none;
  position: fixed;
  bottom: -60px;
  left:0;
  right: 0;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  z-index: 99999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

button#cookieAcceptBarConfirm {
  cursor: pointer;
  border: none;
  background-color: #2387c0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

@media screen and (max-width: 500px) {
    .cookieAcceptBar {
        bottom: -75px;
    }
}
/** ---------- CHAT ---------- **/
.chat-container {
    position: fixed;
    bottom: 0px;
    right: 2px;
    height: 0px;
    width: 25%;
    background-color: #fff;
    z-index: 100;
}

.message {
    margin-top: 5px;
    width: 85%;
    border-radius: 5px;
    padding: 5px;
    display: flex;
}

.in-message {
    float: left;
    background: white;
}

.in-message:before{
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: -14px;
    position: relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #ffffff transparent transparent;
}

.out-message {
    float: right;
    background: whitesmoke;
}

.out-message:after{
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: 14px;
    position: relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: whitesmoke transparent transparent transparent;
}

.chat-output {
    padding: 20px;
    margin: 10px;
    border: 1px solid #ccc;
    height: 300px;
    overflow-y: auto;
    background-color: #ccc;
}

.chat-textfield {
    width: 75%;
}

.chat-input {
    height: 40px;
    overflow-y: auto;
    overflow-x: hidden;
}

.chat-action-container {
    float: right;
    margin-top: 20px;
}

.active-channel {
    background-color: #eee;
}

.message-text {
    width: 100%;
}

.message-text time {
    color: #aaa;
    font-size: 70%;
}

.message-avatar {
    display:flex;
    justify-content:center;
    align-items:center;
    width:25%;
    float:left;
    padding-right:10px;
}

.message-avatar img {
    width: 40px;
    border-radius: 50%;
}

.smiley-container {
    display: flex;
    flex-wrap: wrap;
    width: 150px;
    height: 200px;
    overflow-y: scroll;
}

@media (max-width: 479px) {
    .chat-container {
        width: 100%;
    }

    .chat-textfield {
        width: 50%;
    }
}

@media (min-width: 480px) and (max-width:839px) {
    .chat-container {
        width: 50%;
    }

    .chat-textfield {
        width: 50%;
    }
}

/** ---------- Zusammenfassung Abo abschluss ---------- **/
table.product-summary {
    width: 100%;
    background-color: #eee;
    border-radius: 2px;
}

table.product-summary th {
    text-align: left;
}

table.product-summary tbody tr:last-child td {
    border-bottom: 1px solid #666;
}

table.product-summary tfoot td {
    text-align: right;
}

/** ---------- BUCHUNGSSEITEN ---------- **/
.date-title {
    margin-top: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.no-available-dates {
    width: 100%;
    text-align: center;
    color: #ccc;
}

.no-available-dates i.material-icons {
    font-size: 128px;
}

.title-field {
    margin: 0px;
}

.description-field {
    font-size: 16px;
}

.event-details {
    font-size: 16px;
}

.event-content {
    margin-left: 20px;
}

.preview-item {
    display: none;
    line-height: 32px;
    width: 100%;
}

@media screen and (max-width: 479px) {
    .event-content {
        margin-left: 0;
    }
}

/** ---------- VIP-CENTER ---------- **/
.vip-content {
    width: 96%;
    margin: 2%;
}

/** ---------- IMPRESSUM/DATENSCHUTZ/AGB ---------- **/
.pages-content h1 {
    font-size: 250%;
}

.pages-content h2 {
    font-size: 200%;
}

.pages-content h3 {
    font-size: 150%;
}

.pages-content h4 {
    font-size: 125%;
}