/* ================================= 
   Basic HTML
   ================================= */
body, html, iframe {
  margin: 0; padding: 0;
}

form {
  display: inline;
}

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

p {
  margin: 0;
  padding: 8px 0 0 0;
}

hr {
  margin: 4px 0;
  padding: 0 0;
}

/* SUP / SUB */

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

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

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

h1 sup { bottom: 1.7ex; }

h2 sup { bottom: 1.7ex; }

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

label {
  cursor: pointer;
}

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

/* ================================= 
   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;
}

.transparent {
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.5;
}

.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;
}

div.editbox-modules { }

.editbox-modules td { padding: 0; white-space: nowrap; }

.editbox-modules { }

.editbox-modules table { background: transparent; }

.editbox-content td { white-space: nowrap; }

.editbox-content { margin: 2px 0 2px 0; border-bottom: 1px dashed red !important; }

.editbox-content table { background: transparent; }

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

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

/*.content-block .editbox-modules { margin-top: -17px }*/
.content-block .editbox-modules { position: absolute; transform: translateY(-19px); }

.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: Tahoma, sans-serif !important;
  line-height: 16px !important;
  font-size: 11px !important;
  font-style: normal !important;
}

a.admin-panel-link:hover {
  color: #777 !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: url(/images/backend/adminpanel.gif) #d4d0c8; padding: 1px 15px; font-family: Tahoma, sans-serif; font-size: 11px; color: black; text-transform: none;
}

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

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

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

header, nav, button, input[type=submit] {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/*
::-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;
}
*/
/* TEXT SELECT COLOR */
::-moz-selection {
  background: #ccc;
}

::selection {
  background: #ccc;
}

/* NO TEXT SELECT 'user-select'- Values: none | text | toggle | element | elements | all | inherit */
header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


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; }



::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

:-moz-placeholder {
  color:#ccc;
  opacity: 1;
}

::-moz-placeholder {
  color:#ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color:#ccc;
  opacity: 1;
}


/* ++++++++++++++++++ desktop only ++++++++++++++++++++++++++++ */



@media only screen  and (-webkit-max-device-pixel-ratio: 1) {

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
    background: #ddd;

}
::-webkit-scrollbar-thumb {
    background: #2cc1d7;

}
::-webkit-scrollbar-thumb:hover {
    background: #2cc1d7;
}
::-webkit-scrollbar-thumb:active {
    background: #2cc1d7;

}
}





/* 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; }

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

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

/* kein broser-auto-focus */
textarea, input, select, button { outline: none; }

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

/*
* { -webkit-font-smoothing: antialiased !important;  }
*/
* {
  /*text-rendering: optimizeLegibility !important;*/
  /*text-rendering: geometricPrecision;*/

}




/* subpixel-antialiased; */

/* body position fixed / absolute font render error fix */



