/*! 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"], /* 1 */ 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; }
@media all { /*****************************************************************************/ /* ========================================================================== basics ========================================================================== */ * html body * { overflow: visible; } * html iframe, * html frame { overflow: auto; } html { height: 100%; } body { height: 100%; position: relative; /* Hintergrund */ background-color: #14191c; /* Schrifteinstellungen */ font-family: 'EurostileNextW01-Light', Arial, Helvetica, Verdana, sans-serif; font-size: 100%; /* 16px */ color: #000; line-height: 1.5em; letter-spacing: 0; word-spacing: normal; text-align: left; text-decoration: none; } * { font-size: 100%; padding: 0; margin: 0; } /* font-family:'EurostileNextW01-Light'; font-family:'EurostileNextW01-SmBd'; */ /* ========================================================================== layers ========================================================================== */ /* PAGE AND LAYOUT WRAPPING */ div#pageWrapper { position: relative; width: 100%; min-width: 980px; height: auto; min-height: 100%; text-align: center; z-index: 2; } div#layoutWrapper { position: relative; width: 980px; height: auto; min-height: 100%; margin: auto; text-align: left; z-index: 2; } /* BACKGROUND */ div#bgWrapper { position: fixed; left: 0px; top: 0px; width: 100%; min-width: 980px; height: 100%; background: transparent url('../5_images/main/bg.jpg') scroll no-repeat center top; overflow: hidden; z-index: 1; } div.bgStripe { position: absolute; /*left: 50%;*/ top: 0px; height: 100%; background: transparent scroll no-repeat center top; overflow: hidden; z-index: 1; } /* div#bgStripe1Layer { margin-left: -950px; width: 184px; background-image: url('../5_images/main/bg-strip-1.jpg'); } div#bgStripe2Layer { margin-left: -694px; width: 94px; background-image: url('../5_images/main/bg-strip-2.jpg'); } div#bgStripe3Layer { margin-left: 129px; width: 304px; background-image: url('../5_images/main/bg-strip-3.jpg'); } div#bgStripe4Layer { margin-left: 470px; width: 121px; background-image: url('../5_images/main/bg-strip-4.jpg'); } div#bgStripe5Layer { margin-left: 817px; width: 43px; background-image: url('../5_images/main/bg-strip-5.jpg'); } */ div#bgStripe1Layer { left: 2.5%; width: 9.2%; max-width: 184px; background-image: url('../5_images/main/bg-strip-1.jpg'); } div#bgStripe2Layer { left: 15.5%; width: 4.7%; max-width: 94px; background-image: url('../5_images/main/bg-strip-2.jpg'); } div#bgStripe3Layer { right: 28.5%; width: 15.2%; max-width: 304px; background-image: url('../5_images/main/bg-strip-3.jpg'); } div#bgStripe4Layer { right: 20.5%; width: 6%; max-width: 121px; background-image: url('../5_images/main/bg-strip-4.jpg'); } div#bgStripe5Layer { right: 7%; width: 2.15%; max-width: 43px; background-image: url('../5_images/main/bg-strip-5.jpg'); } /* HEADER */ div#headerWrapper { position: relative; width: 100%; height: 200px; z-index: 11; } div#logoLayer { position: absolute; right: 65px; top: 55px; width: 230px; height: 85px; display: block; z-index: 13; } div#logoLayer img { width: 230px; height: 85px; } div#navigationLayer { position: fixed; left: 0px; top: 78px; width: 40px; height: auto; z-index: 15; } /* BODY / CONTENT */ div#bodyWrapper { position: relative; width: 100%; height: auto; padding-bottom: 50px; z-index: 11; } div#contentLayer { position: relative; left: 65px; width: 850px; height: auto; color: #fff; font-size: 15px; font-size: 0.9375rem; line-height: 1.333em; z-index: 11; } /* FOOTER */ div#footerWrapper { position: relative; left: 64px; width: 850px; height: 325px; margin-top: 60px; background: transparent url('../5_images/main/bg-footer.png') scroll repeat-x left top; display: block; z-index: 11; } div#footerWrapper div#contactLayer { position: absolute; left: 10px; top: 10px; width: 220px; height: auto; color: #000; line-height: 1.333em; z-index: 13; } div#footerWrapper div#contact2Layer { position: absolute; left: 240px; top: 10px; width: 220px; height: auto; color: #000; line-height: 1.333em; z-index: 13; } div#footerWrapper div#partnersLayer { position: absolute; right: 0px; top: 10px; width: 325px; height: auto; color: #000; line-height: 1.333em; z-index: 13; } div#footerWrapper div#portraitLayer { position: absolute; left: 340px; top: -60px; width: 300px; height: 325px; z-index: 11; } div#footerWrapper div#portraitLayer img { width: 300px; height: 325px; } div#footerWrapper div#imprintLayer { position: absolute; left: 525px; top: 280px; width: auto; height: auto; color: #818384; line-height: 1.333em; z-index: 13; } /* PORTFOLIO OVERVIEW */ div#portfolioWrapper { position: relative; width: 870px; height: auto; } div#portfolioWrapper div.portfolioCol { position: relative; width: 270px; height: auto; margin-right: 20px; float: left; } div#portfolioWrapper div.portfolioCol div.item { position: relative; width: 270px; height: auto; margin-bottom: 10px; } div#portfolioWrapper div.portfolioCol div.item div.bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #f3f3f3; z-index: 11; } div#portfolioWrapper div.portfolioCol div.item div.title { position: absolute; width: 250px; height: auto; font-family: 'EurostileNextW01-SmBd', Arial, Helvetica, Verdana, sans-serif; color: #fff; font-size: 20px; font-size: 1.25rem; line-height: 1.333em; background: transparent url('../5_images/main/bg-black-70p.png') scroll repeat left top; padding: 5px 10px; display: none; z-index: 13; } div#portfolioWrapper div.portfolioCol div.item div.button { position: absolute; right: 0px; bottom: 0px; width: 35px; height: 25px; background-color: #3c3d3d; z-index: 14; } div#portfolioWrapper div.portfolioCol div.item div.button:hover, div#portfolioWrapper div.portfolioCol div.item div.buttonOver { background-color: #e2001a; } div#portfolioWrapper div.portfolioCol div.item div.pict { position: relative; width: 270px; height: auto; line-height: 0; z-index: 12; } div#portfolioWrapper div.portfolioCol div.item div.text { position: relative; width: 250px; height: auto; color: #000; font-size: 15px; font-size: 0.9375rem; line-height: 1.333em; padding: 20px 10px 30px 10px; z-index: 12; } div#portfolioWrapper div.portfolioCol div.first div.title { display: block; } div#portfolioWrapper div.portfolioCol div.first div.text { font-size: 20px; font-size: 1.25rem; line-height: 1.333em; } div#portfolioWrapper div.portfolioCol div.first div.textnopict { padding-top: 55px; } /* GALLERY */ div#galleryWrapper { position: relative; width: 850px; height: auto; z-index: 11; } div#galleryPictWrapper { position: relative; width: 850px; height: 425px; overflow: hidden; margin-bottom: 30px; z-index: 11; } div#galleryPictWrapper div.item { position: absolute; left: 0px; top: 0px; width: 850px; height: 425px; z-index: 11; } div#galleryPictWrapper div.item img { height: 425px; } div#galleryPictWrapper div.galleryButton { position: absolute; top: 0px; width: 425px; height: 425px; background: transparent scroll no-repeat; z-index: 13; } div#galleryPictWrapper div#galleryButtonLeftLayer { left: 0px; background-image: url(''); background-position: 20px 197px; } div#galleryPictWrapper div#galleryButtonLeftLayer.over { background-image: url('../5_images/main/gallery-arrow-left.png'); } div#galleryPictWrapper div#galleryButtonRightLayer { right: 0px; background-image: url(''); background-position: 388px 197px; } div#galleryPictWrapper div#galleryButtonRightLayer.over { background-image: url('../5_images/main/gallery-arrow-right.png'); } div#galleryButtonHomeLayer { position: absolute; left: -65px; top: 0px; width: 38px; height: 28px; z-index: 15; } div#galleryButtonHomeLayer img { width: 38px; height: 28px; } div#galleryTextWrapper { position: relative; width: 850px; height: auto; overflow: hidden; } div#galleryTextWrapper div#galleryTextPictLayer { position: relative; width: 270px; height: auto; color: #999; float: left; } div#galleryTextWrapper div#galleryTextDescriptionLayer { position: relative; width: 550px; height: auto; float: right; } /* ========================================================================== headlines ========================================================================== */ h1 { font-family: 'EurostileNextW01-SmBd', Arial, Helvetica, Verdana, sans-serif; font-size: 20px; font-size: 1.25rem; font-weight: normal; color: #fff; line-height: 1.00em; margin: 0 0 1.00em 0; } h2 { font-family: 'EurostileNextW01-SmBd', Arial, Helvetica, Verdana, sans-serif; font-size: 16px; font-size: 1.00rem; font-weight: normal; color: #fff; line-height: 1.00em; margin: 0 0 1.00em 0; } /* ========================================================================== links ========================================================================== */ a, a:link, a:visited { color: #fff; text-decoration: none; } a:hover, a:active, a:visited:hover, a:visited:active { color: #e2001a; } div#footerWrapper a, div#footerWrapper a:link, div#footerWrapper a:visited { color: #000; text-decoration: none; } div#footerWrapper a:hover, div#footerWrapper a:active, div#footerWrapper a:visited:hover, div#footerWrapper a:visited:active { color: #000; } div#imprintLayer a, div#imprintLayer a:link, div#imprintLayer a:visited { color: #818384; text-decoration: none; } div#imprintLayer a:hover, div#imprintLayer a:active, div#imprintLayer a:visited:hover, div#imprintLayer a:visited:active { color: #fff; } div#navigationLayer a, div#navigationLayer a:link, div#navigationLayer a:visited { line-height: 0em; display: block; width: 40px; height: auto; padding: 0; background-color: #4d5052; } div#navigationLayer a:hover, div#navigationLayer a:active, div#navigationLayer a:visited:hover, div#navigationLayer a:visited:active { background-color: #fff !important; } div#navigationLayer a.act, div#navigationLayer a.act:link, div#navigationLayer a.act:visited, div#navigationLayer a.act:hover, div#navigationLayer a.act:active, div#navigationLayer a.act:visited:hover, div#navigationLayer a.act:visited:active { background-color: #fff !important; } /* ========================================================================== lists ========================================================================== */ ul, ol, dl { position: relative; margin: 0 0 1.5em 0; } ul { list-style-type: disc; list-style-position: outside; margin-left: 15px; } ol { list-style-type: decimal; list-style-position: outside; margin-left: 15px; } div#partnersLayer ul { list-style-type: none; list-style-position: inside; margin-left: 0; } div#partnersLayer ul li { position: relative; display: inline-block; width: 50%; padding-left: 0 !important; background: none !important; } /* LIST NAVIGATION VERTICAL */ div#navigationLayer ul { width: 100%; list-style-type: none; list-style-position: outside; margin: 0; } div#navigationLayer ul li { width: 100%; margin: 0; padding-bottom: 1px; } /* ========================================================================== basic configuration ========================================================================== */ .borderbox { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /*values: content-box|border-box|inherit*/ } .clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; } .ghost { display: none; } .noWrap { white-space: nowrap; } .hyphen { hyphens: auto; word-wrap: break-word; } hr { width: 100%; border: 0px; /* Firefox und Opera */ border-top: 1px solid #ccc; border-bottom: transparent; margin: 1.50em 0 1.50em 0; } .subcolumns hr { width: 80%; } hr.invisible { background: none; } div.distance { position: relative; width: 100%; height: 2.00em; background-color: transparent; } .alignLeft { text-align: left !important; } .alignCenter { text-align: center !important; } .alignRight { text-align: right !important; } .alert { font-weight: bold; color: #c00; } .topZero { margin-top: 0 !important; } .topSingle { margin-top: 1.5em !important; } .topDouble { margin-top: 2.4em !important; } .bottomZero { margin-bottom: 0 !important; } .bottomSingle { margin-bottom: 1.5em !important; } .bottomDouble { margin-bottom: 2.4em !important; } .w25 { width: 24.999% !important; } .w33 { width: 33.333% !important; } .w38 { width: 37.999% !important; } .w50 { width: 49.999% !important; } .w60 { width: 59.999% !important; } .w66 { width: 66.666% !important; } .w75 { width: 74.999% !important; } p { margin: 0 0 1.5em 0; } .p { margin: 0 0 1.5em 0; } .first { margin-top: 0em; } p.listTitle { font-weight: normal; margin-bottom: 5px; } table { border-width: 0; margin: 0 0 1.5em 0; border-collapse: collapse; empty-cells: hide; } th, td { background-color: transparent; } table p, table ul, table ol { margin-bottom: 0; } img { border: 0; } .subcolumns img { margin-top: 5px; } figure, figcaption { display: block; } strong, b { font-weight: bold; } em, i { font-style: italic; } strong, b { font-weight: normal; font-family: 'EurostileNextW01-SmBd', Arial, Helvetica, Verdana, sans-serif; } em, i { font-style: normal; font-family: 'EurostileNextW01-Light', Arial, Helvetica, Verdana, sans-serif; } strong > i, strong > em, i > strong, em > strong { font-style: normal; font-weight: normal; font-family: 'EurostileNextW01-SmBd', Arial, Helvetica, Verdana, sans-serif; } pre, code { font-family: "Courier New", Courier, monospace; } address { font-style: normal; margin: 0 0 1.5em 0; } acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; } blockquote, cite { margin: 0 0 1.5em 1.5em; width: auto; } sup, sub { font-size: 75%; position: relative; height: 0; line-height: 1; vertical-align: baseline; } sup { bottom: 1ex; } sub { top: .5ex; } iframe { margin-bottom: 1.5em; border: 0; } /* ========================================================================== subtemplates ========================================================================== */ .subcolumns { width: 100%; overflow: hidden; margin-top: 0; margin-bottom: 0; } .subcolumns div div p:last-child { margin-bottom: 0; } .c15l, .c18l, .c20l, .c25l, .c30l, .c33l, .c35l, .c38l, .c40l, .c45l, .c48l, .c50l, .c52l, .c55l, .c60l, .c62l, .c65l, .c66l, .c70l, .c75l, .c80l, .c82l, .c85l { float: left; } .c15r, .c18r, .c20r, .c25r, .c30r, .c33r, .c35r, .c38r, .c40r, .c45r, .c48r, .c50r, .c52r, .c55r, .c60r, .c62r, .c65r, .c66r, .c70r, .c75r, .c80r, .c82r, .c85r { float: right; margin-left: 0px; } .c15l, .c15r { width: 14.999%; } .c18l, .c18r { width: 17.999%; } .c20l, .c20r { width: 19.999%; } .c25l, .c25r { width: 24.999%; } .c30l, .c30r { width: 29.999%; } .c33l, .c33r { width: 33.333%; } .c35l, .c35r { width: 34.999%; } .c38l, .c38r { width: 38.199%; } .c40l, .c40r { width: 39.999%; } .c45l, .c45r { width: 44.999%; } .c48l, .c48r { width: 47.999%; } .c50l, .c50r { width: 49.999%; } .c52l, .c52r { width: 51.999%; } .c55l, .c55r { width: 54.999%; } .c60l, .c60r { width: 59.999%; } .c62l, .c62r { width: 61.799%; } .c65l, .c65r { width: 64.999%; } .c66l, .c66r { width: 66.666%; } .c70l, .c70r { width: 69.999%; } .c75l, .c75r { width: 74.999%; } .c80l, .c80r { width: 79.999%; } .c82l, .c82r { width: 81.999%; } .c85l, .c85r { width: 84.999%; } .subcl { padding-right: 10px; } .subcr { padding-left: 10px; } .subc { padding-left: 10px; padding-right: 10px; } * html .c15l, * html .c18l, * html .c20l, * html .c25l, * html .c30l, * html .c33l, * html .c35l, * html .c38l, * html .c40l, * html .c45l, * html .c48l, * html .c50l, * html .c52l, * html .c55l, * html .c60l, * html .c62l, * html .c65l, * html .c66l, * html .c70l, * html .c75l, * html .c80l, * html .c82l, * html .c85l, * html .c15r, * html .c18r, * html .c20r, * html .c25r, * html .c30r, * html .c33r, * html .c35r, * html .c38r, * html .c40r, * html .c45r, * html .c48r, * html .c50r, * html .c52r, * html .c55r, * html .c60r, * html .c62r, * html .c65r, * html .c66r, * html .c70r, * html .c75r, * html .c80r, * html .c82r, * html .c85r { display: inline; } /* * html .subcolumns .subcl, * html .subcolumns .subcr { word-wrap: break-word; overflow: hidden; } */ /* ========================================================================== internet explorer ========================================================================== */ /*.lt-ie8 div#logoLayer { border: 10px solid red; }*/ .lt-ie9 body { font-family: Arial, Helvetica, Verdana, sans-serif !important; font-weight: normal !important; } .lt-ie9 strong, .lt-ie9 b { font-weight: bold; } .lt-ie9 em, .lt-ie9 i { font-style: italic; } .lt-ie9 strong > i, .lt-ie9 strong > em, .lt-ie9 i > strong, .lt-ie9 em > strong { font-style: italic; font-weight: bold; } /*****************************************************************************/ } @media only screen and (min-width: 1190px) { /*****************************************************************************/ div#logoLayer { right: -103px; } /*****************************************************************************/ }
@media all {
/*****************************************************************************/

#colorbox {z-index: 9;}

#vw-text-content a {color: #ba0217;}

#inline_content {
	padding: 10% 3% 10% 3%;
	z-index: 9999;
}

#cboxOverlay {
	background: rgba(0, 0, 0, 0.5) !important;
}

#cboxContent,
#inline_content {
	background: none !important;
}

#cboxLoadedContent {
	border: none !important;
	background: rgba(255, 255, 255, 0.95) !important;
}

.flexwrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
}

.flex-item {
	align-self: center;
	max-width: 33%;
	margin-right: 6%;
}

#logo-vw {
	margin-right: 0px;
	margin-left: 6%;
}

#vw-button {
	padding: 18px;
	background-color: #a5c727;
	text-align: center;
	color: white;
	margin-top: 30px;
}

#vw-text-content {
	margin: 0px 30px 0px 30px;
}

@keyframes load-dot-1 {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	55% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes load-dot-2 {
	0% {
		opacity: 0;
	}
	9% {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	55% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes load-dot-3 {
	0% {
		opacity: 0;
	}
	19% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	55% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.dot {
	max-width: 8%;
	margin-right: 2%;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #be1622;
	display: inline-block;
	text-align: center;
}
.load-dot-1 {
	animation: load-dot-1 2.5s infinite;
}
.load-dot-2 {
	animation: load-dot-2 2.5s infinite;
}
.load-dot-3 {
	animation: load-dot-3 2.5s infinite;
}

/*****************************************************************************/
}

