/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;bottom:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}
body {
  background: url("../../files/assets/css/hintergrund.jpg") top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: "Helvetica Neue", "Verdana", "Arial", sans-serif;
  line-height: 1.35;
}
#wrapper {
  margin: 20px auto;
  width: 75%;
  min-width: 960px;
  max-width: 1200px;
}
header nav ul,
header nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav a,
header nav span {
  text-decoration: none;
  display: block;
  padding: 12px 16px;
}
header nav a {
  color: rgba(255, 255, 255, 0.75);
}
header nav ul {
  margin-top: 20px;
  background: #535353;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
header nav li {
  display: block;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.19);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
header nav li:hover {
  background: rgba(255, 255, 255, 0.2);
}
header nav li.active,
header nav li.trail {
  background: #68b9bd;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}
header nav li.active a,
header nav li.trail a {
  color: #000;
}
#container:after {
  content: "";
  display: table;
  clear: both;
}
.two-columns #left,
.two-columns #main {
  float: left;
}
.two-columns #left {
  width: 23%;
  padding-right: 20px;
}
.two-columns #main {
  width: 77%;
}
.main-background #main {
  color: #535353;
  margin-top: 20px;
  background: #f5f5f5;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-bottom: 1px solid #535353;
}
#main h1 {
  margin-top: 0;
}
#main h2 {
  font-style: italic;
  margin-top: 0;
}
#main .ce_text li {
  margin-bottom: 10px;
}
#main .block:after {
  content: "";
  display: table;
  clear: both;
}
#main a {
  color: #535353;
  text-decoration: none;
  border-bottom: 1px solid #68b9bd;
}
#hauptbereiche:after {
  content: "";
  display: table;
  clear: both;
}
#hauptbereiche .ce_headline {
  float: left;
  width: 32%;
  margin-right: 2%;
  height: 160px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}
#hauptbereiche .ce_headline:last-child {
  margin-right: 0;
}
#hauptbereiche .ce_headline:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 160px;
  width: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#hauptbereiche .ce_headline a {
  position: absolute;
  top: 160px;
  height: 160px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #535353;
  color: #68b9bd;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
  font-weight: normal;
  font-style: italic;
  box-shadow: inset 0px 0px 45px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#hauptbereiche .ce_headline:hover:before {
  top: -160px;
}
#hauptbereiche .ce_headline:hover a {
  top: 0px;
}
#hauptbereiche .glasgestaltung:before {
  background-image: url("../../files/oidtmann/startseite_glasgestaltung.jpg");
}
#hauptbereiche .glasgestaltung a {
  padding: 60px 0;
}
#hauptbereiche .mosaik:before {
  background-image: url("../../files/oidtmann/startseite_mosaik.jpg");
}
#hauptbereiche .mosaik a {
  padding: 60px 0;
}
#hauptbereiche .restaurierung:before {
  background-image: url("../../files/oidtmann/startseite_restaurierung.jpg");
}
#hauptbereiche .restaurierung a {
  padding: 40px 0;
}
#start {
  background: #68b9bd;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  margin-top: 40px;
  margin-bottom: 40px;
}
#start:after {
  content: "";
  display: table;
  clear: both;
}
#start .ce_sliderStart,
#start .ce_text {
  float: left;
  height: 340px;
  padding-top: 40px;
}
#start .ce_sliderStart {
  width: 61.8%;
  padding-right: 2%;
}
#start .ce_sliderStart figure.image_container {
  padding: 10px 0;
  text-align: center;
}
#start .ce_sliderStart figure.image_container img {
  height: 230px;
  width: auto;
  box-shadow: 0px 2px 3px rgba(83, 83, 83, 0.8);
}
#start .ce_sliderStart .slider-control {
  display: none;
}
#start .ce_text {
  width: 38.2%;
  text-align: center;
  color: #535353;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
  padding: 55px 0;
}
#start .ce_text h1 {
  font-size: 38px;
  line-height: 44px;
  margin: 0 0 20px 0;
}
#start .ce_text h2 {
  margin: 0 60px;
  padding-top: 20px;
  border-top: 2px solid #535353;
  font-weight: normal;
  font-size: 22px;
}
#left {
  margin-top: 20px;
}
#left nav ul,
#left nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#left nav li {
  margin-bottom: 10px;
}
#left nav li span,
#left nav li a {
  padding: 10px 20px 10px 10px;
  display: block;
  text-decoration: none;
  color: #3a3a3a;
  font-style: italic;
  background: #e6e6e6;
  box-shadow: 0px 1px 1px rgba(83, 83, 83, 0.5);
  font-weight: bold;
}
#left nav li a {
  border-left: 10px solid #d9d9d9;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#left nav li a:hover {
  border-left: 10px solid #68b9bd;
}
#left nav li span {
  border-left: 10px solid #68b9bd;
  background: #e6e6e6;
}
#left nav li.submenu li {
  margin-bottom: 1px;
}
#left nav li.submenu a,
#left nav li.submenu span {
  margin-bottom: 1px;
}
#left nav ul ul {
  margin-left: 10px;
}
#left nav ul ul span,
#left nav ul ul a {
  padding: 5px 20px 5px 10px;
  font-weight: normal;
  font-size: 0.9em;
}
.ce_gallery ul,
.ce_gallery li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ce_gallery .cols_2 li {
  float: left;
  width: 50%;
  padding: 0 1em;
  min-height: 375px;
}
.ce_gallery figure {
  padding: 0;
  margin-bottom: 1em;
}
.ce_gallery figure a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 300px;
  text-align: center;
  border-bottom: none !important;
}
.ce_gallery figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.ce_gallery figure figcaption {
  display: block;
  padding-top: 0.5em;
  text-align: center;
  font-size: 0.9em;
}
.ce_image.image-center {
  text-align: center;
}
.ce_image.image-center figcaption {
  margin: 0 auto;
}
.ce_image.image-full img {
  width: 100% !important;
  height: auto !important;
}
form label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
form input,
form textarea {
  min-width: 300px;
  width: 70%;
  margin-bottom: 20px;
  padding: 6px 12px;
  line-height: 1.428571429;
  border: none;
  box-shadow: 3px 3px 0px rgba(83, 83, 83, 0.6);
  background: #ffffff;
}
form input.captcha,
form textarea.captcha {
  width: 80px;
  min-width: 80px;
  margin-right: 20px;
}
form input.submit,
form textarea.submit {
  background: #68b9bd;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  color: #535353;
  position: relative;
}
form input:focus,
form textarea:focus {
  background: #ffffff;
  outline: none;
  box-shadow: 3px 3px 0px #3a8185;
}
form input:focus.submit,
form textarea:focus.submit {
  top: 3px;
  left: 3px;
  box-shadow: none;
  background: #4aa4a8;
}
figure figcaption {
  font-size: 0.9em;
  font-style: italic;
}
figure.float_left {
  float: left;
  max-width: 35%;
  margin-right: 20px;
}
figure.float_left img {
  width: 100%;
  height: auto;
}
figure.float_right {
  float: right;
  max-width: 35%;
}
figure.float_right img {
  width: 100%;
  height: auto;
}
figure.float_left figcaption,
figure.float_right figcaption {
  width: 100% !important;
  text-align: center;
}
footer {
  border-top: 10px solid #68b9bd;
  box-shadow: inset 0px 2px 2px -2px #000000, 0px 1px 1px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  background: #535353;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 0.9em;
}
footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */

x-object-fit {
	position: relative !important;
	display: inline-block !important;
}

x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
	position: absolute !important;
	left: -100% !important;
	right: -100% !important;
	top: -100% !important;
	bottom: -100% !important;
	margin: auto !important;
}

.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
	width: auto !important;
	height: auto !important;
}

.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
	width: 100% !important;
	height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-taller {
	width: auto !important;
	height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-wider {
	width: 100% !important;
	height: auto !important;
}

.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
	max-width: none !important;
	max-height: none !important;
}

.x-object-fit-cover > .x-object-fit-taller {
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
}

.x-object-fit-cover > .x-object-fit-wider {
	width: auto !important;
	height: 100% !important;
	max-width: none !important;
}

.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
	top: 0 !important;
	bottom: auto !important;
}

.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
	left: auto !important;
	right: 0 !important;
}

.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
	top: auto !important;
	bottom: 0 !important;
}

.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
	left: 0 !important;
	right: auto !important;
}


