/* =================================
   Basic HTML
   ================================= */
body, html, iframe {
  margin: 0;
  padding: 0;
}
html {
  /* makes problems!
  scroll-behavior: smooth;*/
}
form {
  display: inline;
}

img {
  border: none;
  vertical-align: top;
}

/* SUP / SUB */

sup, sub {
  height: 0;
  vertical-align: baseline;
  position: relative;
  font-size: 65%;
  line-height: 1px;
}

sup {
  bottom: 0.8rem;
}

sub {
  top: .5rem;
}

h1 sub, h1 sup {
  font-size: 50%;
}

h2 sub, h2 sup {
  font-size: 50%;
}

h1 sup {
  bottom: 1.6rem;
}

h2 sup {
  bottom: 1.6rem;
}

a, a:active, a:focus, select, a img, img, map, area, area:focus, input, input:focus, button, button:focus, textarea:focus, textarea, select, select:focus {
  outline: none;
  -moz-outline-style: none;
}

label {
  cursor: pointer;
}

/*
* Further Styles
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* iPhone / iPad Momentum Scrolling
.page {
  -webkit-overflow-scrolling: touch;
}
*/

/* =================================
   CMS - Frontend Classes
   ================================= */
.xtrasmall {
  font-weight: normal !important;
  font-size: 7px !important;
  font-family: small fonts, Verdana, sans-serif !important;
  color: #000 !important;
  text-transform: uppercase !important;
}

.offline-content {
  background: #eee;
  background: url(/images/std/off_bg.gif) repeat top left;
}

.new-content {
  /*border-top:1px dotted red;border-bottom:1px dotted red;*/
}

.offline-content .offline-text, .new-content .offline-text, .admin-info-text {
  font-family: "Bitstream Vera Sans", Tahoma, Verdana, sans-serif !important;
  color: #cc0000 !important;
  font-size: 9px !important;
  font-weight: bold !important;
  line-height: 15px !important;
  font-style: normal !important;
  float: right;
}
.editbox-clear {
  clear:both;
}

.editbox-modules td {
  padding: 0;
  white-space: nowrap;
  line-height: 10px;
}

.editbox-modules {
}

.editbox-modules table {
  background: transparent;
}

.editbox-content td {
  white-space: nowrap;
  line-height: 10px;
}

.editbox-content {
  margin: 2px 0 2px 0;
  border-bottom: 1px dashed crimson !important;
  z-index:1;
  position:relative;
}

.editbox-content table {
  background: transparent;
}

.editbox-content table img {
  display: inline;
}

.editbox-modules table img {
  display: inline;
}

.content-block .editbox-modules {


}

.ibox-link {
  cursor: help;
}

.editbox-content small {
  color: #888888 !important;
  font-size: 9px !important;
  line-height: 14px !important;
  font-family: Tahoma, sans-serif !important;
}

a.admin-panel-link, .admin-panel-link {
  color: #444 !important;
  text-decoration: none !important;
  font-family: Roboto, "Segoe UI", Tahoma, sans-serif !important;
  line-height: 16px !important;
  font-size: 11px !important;
  font-style: normal !important;
}

a.admin-panel-link:hover {
  color: #444 !important;
  text-decoration: none !important;
}

#platoAdminPanel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  z-index: 999999999;
  background: rgba(255, 255, 255, 0.94); /*#f7f7f8*/;
  padding: 1px 15px;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: #444;
  text-transform: none;
  border-bottom: 1px solid #2eadf4;
}

/* clearfix */
.cf:after, .cf {
  content: "";
  display: block;
  clear: both;
}

#fancybox-wrap *, #fancybox-outer *, #fancybox-wrap {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* ++++++++++++ BROWSER SPECIFIC ++++++++++++++ */

/* NO TEXT SELECT 'user-select'- Values: none | text | toggle | element | elements | all | inherit */
header, nav, button, input[type=submit], img, br {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

/* TEXT SELECT COLOR */
::-moz-selection {
  background: #ccc;
  color:white;
}

::selection {
  background: #ccc;
  color:white;
}

/* placeholder part 1: font möglichst für alle gleich */
/*
::-webkit-input-placeholder {
  color: transparent;
  opacity: 1;
}

:-moz-placeholder {
  color: transparent;
  opacity: 1;
}

::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

:-ms-input-placeholder {
  color: transparent;
  opacity: 1;
}
*/
:-moz-placeholder {
  opacity: 1  !important;
  color:inherit !important;
}
::-moz-placeholder {
  opacity: 1  !important;
  color:inherit !important;
}
:-ms-input-placeholder {
  opacity: 1  !important;
  color:inherit !important;
}
::-webkit-input-placeholder {
  opacity: 1  !important;
  color:inherit !important;
}


  /* placeholder part 2 : löschen bei focus */
input:focus::-webkit-input-placeholder {
  opacity: 0 !important;
  color: transparent !important;
}

input:focus:-moz-placeholder {
  opacity: 0 !important;
  color: transparent !important;
}

input:focus::-moz-placeholder {
  opacity: 0 !important;
  color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0 !important;
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  opacity: 0 !important;
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  opacity: 0 !important;
  color: transparent !important;
}

/* ++++++++++++++++++ scrollbars -- desktop only ++++++++++++++++++++++++++++ */
/*
@media only screen  and (-webkit-max-device-pixel-ratio: 1) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #a1a1a1;
  }
  ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active {
    background: #888;
  }
}
*/


/* iPad etc. rounded corners, shadows etc. remove */
input[type=text], input[type=password], input[type=number], input[type=email], input[type=submit], select, textarea, button {
  -webkit-border-radius: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display:none;
}

/* iPad Text-Effect disable */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  select {
    -webkit-appearance: none;
  }

  input[type=text] {
    -webkit-appearance: none; /* kein text-shadow */
  }
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -webkit-text-size-adjust: none; /*-webkit-text-size-adjust: 100%;*/
}

/* windows, ie10> */
a:active {
  background-color: transparent;
}

/* body position fixed / absolute font render error fix */
* {
  -webkit-font-smoothing: antialiased !important;
}


