/* RESETS */
html, body { height: 100%; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { background: white; font: 13px 'Open Sans', sans-serif; color: #660000; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;  line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

/* COMMONS */

/* Oswald-Regular */
@font-face {
font-family: 'Oswald'; font-style: normal; font-weight: 500;
src: url('fonts/oswald-v29-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
       url('fonts/oswald-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/oswald-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/oswald-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/oswald-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/oswald-v29-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

::-moz-selection {background: #cc0000;color: white; }
::selection {background: #cc0000;color: white; }

.embed-container { position: relative; padding-bottom: 56.25%; /* 16/9 ratio */ padding-top: 0px; /* IE6 workaround*/ height: 0; overflow: hidden; }
.embed-container iframe,
.embed-container object,
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

img.scaleimg { width: auto; height: auto; }

.hidden { display: none; }

.vertical-text { display: table-cell; vertical-align: middle; }

.anker { visibility: hidden; height: 0px !important; position: absolute; margin: -60px; }

/* TYPOGRAPHY */
h1, h2, h3, h4 { text-transform: uppercase; font-weight: 500; color: #B40404; }
h1 { font-family: 'Oswald', sans-serif, sans-serif; font-size: 70px; text-transform: uppercase; position: relative; margin-bottom: 30px; }
h1.white { color: white; }
h2 { font-family: 'Oswald', sans-serif;  font-size: 44px; text-transform: uppercase; position: relative; }
h2.white { color: white; }
h3 { font-family: 'Oswald', sans-serif; font-size: 30px; padding-top: 10px; }
h3.white { color: white; }
h4 { font-family: 'Oswald', sans-serif; font-size: 22px; }
p { margin-top: 10px; font-size: 1.5em; -ms-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }
p.lead { font-size: 20px; color: #868991; line-height: 1.4; }
a { color: #FFFFFF; text-decoration: none; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; }
a:hover { color: #cc0000; }
hr { width: 100%; height: 1px; margin: 50px 0px; background-color: #CCC; }

/* NAVIGATION */
nav { width: 100%; position: relative; z-index: 9000; height: 60px; }
.logo { display: table-cell; vertical-align: middle; max-height: 45px; }

.links { height: 80px; display: table-cell; vertical-align: middle; }
.links li { display: inline; margin: 0 15px 0 0; }
.links a { font-family: 'Oswald', sans-serif; font-size: 18px; color: white; text-decoration: none; text-transform: uppercase; }
.links a:visited { color: white; }
.links a:hover { color: #ff0000; }
.links a.to-top span { display: none; }
.links a.to-top i { position: absolute; top: 31px; margin-left: 22px; width: 18px; height: 18px; opacity:0.3; background: #FFFFFF; color: #1c1f26; font-size: 11px; line-height: 1.2; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; }

.selectnav { display: none; }
.social-icons { text-align: right; margin-top: 26px; }

/* Abstand zueinander */
.social-icons li { display: inline-block; margin: 0 0 0 14px; }

.social-icons li a { color: white; font-size: 14px; line-height: 1.8; text-align: center; text-decoration: none; display: block; width: 28px; height: 28px; background: #cc0000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.social-icons a:hover { background-color: #666666; }
.social-icons-normal { margin-top: 9px; }
.social-icons-normal li { display: inline-block; margin-top: 6px; }
.social-icons-normal li a { color: white; font-size: 13px; line-height: 1.9; text-align: center; text-decoration: none; display: block; width: 24px; height: 24px; background: #2b3441; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.social-icons-normal a:hover { background-color: #a5ad25; }

.dropmenu { display: none; }

/* HOMEPAGE */
#homepage { position: relative; overflow: hidden; top: 0; width: 100%; height: 100%; z-index: 1; }
#homepage .container { height: 100%; z-index: 1; }

/* PARALLAX */
#parallax1, #parallax2, #parallax3 { width: 100%; height: 400px; background-color: #660000; position: relative; overflow: hidden; }

/* QUOTE */
.prlx-quote { font-family: 'Oswald', sans-serif;  font-size: 42px; line-height: 1.2; font-weight: 500; margin-bottom: 20px; color: white; text-align: center; text-transform: uppercase; margin: 0 10% 0 10%; z-index: 200; }
	
.prlx-author { height: 24px; background-image: url(../images/quote.png); background-position: left top; background-repeat: no-repeat; width: auto; padding-left: 40px; font-size: 12px; font-weight: 600; color: white; text-transform: uppercase; line-height: 0.9; position: relative; margin-top: 26px; left: 42%; z-index: 200; }
	
/* CONTENT */
.page { padding-top: 80px; padding-bottom: 80px; position: relative; background: white; }

.one-text { line-height: 1.5;  color: #000000; }
.one-text-weight { font-weight: 600; line-height: 1.5; color: #990000; }

.description { font-size: 16px; font-weight: 600; line-height: 26px; text-transform: uppercase;}
.description-light { font-size: 12px; color: #848484; text-transform: uppercase; line-height: 18px; }
.description-white { color: white; font-size: 12px; text-transform: uppercase; line-height: 10px; }

.columns .img-wrp { position: relative; }
.img-wrp img { display: block; }

.overlay-wrp { position: absolute; top: 0px; left: 0px; display: none; height: 100%; width: 100%; }
.overlay-wrp .overlay { opacity: 0.7; filter: alpha(opacity=50); height: 100%; width: 100%; }
.overlay { background: #000000; }

/* ABOUT */
.container .overlay-content.social-icons { text-align: center; margin-top: -11px; position: absolute; top: 20%; width: 100%; z-index: 10; }
.container .overlay-content.social-icons li a { height: 22px; width: 22px; font-size: 14px; line-height: 1.6; background: white; color: #a5ad25; opacity: 0.7; }
.container .overlay-content.social-icons li a:hover { opacity: 1; }
.column .img-wrp { position: relative; margin: 52px 0 14px 0; }

/* CONTACT */
#contact { position: relative; width: 100%; height: auto; background-color: #660000; z-index: 100; }
.card { width: 100%; text-align: center; padding: 60px 0 0px 0; position: relative; }
.contact-tabs { margin: 35px 0 35px 0; }
.contact-tabs li { display: inline; margin: 0px 8px; }
.contact-tabs li a { padding: 4px 16px 5px 16px; background: #480808; border-radius: 0px; font-size: 11px; color: white; font-weight: 600; text-transform: uppercase; }

.adress { color: #FFFFFF; font-size: 20px; margin-top: 10px; }
.lines { width: 60%; border-top: #666 1px solid; border-bottom: #666 1px solid; text-transform: uppercase; color: white; font-family: 'Oswald', sans-serif; font-size: 32px; padding: 20px 0 20px 0; margin: 12px auto 0px auto; line-height: 1.45; }

.contact-social-icons { text-align: center; position: absolute;; bottom: 10px; left: 0; width: 100%; }
.contact-social-icons li { display: inline; margin: 0 7px 0 7px; }
.contact-social-icons li a { display: inline-block; color: white; font-size: 30px; line-height: 2; width: 60px; height: 60px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: #480808; }
.contact-social-icons li a:hover { background-color: #ff0000; }
#copyright { position: relative; padding: 30px 30px 54px 30px; height: auto; text-align: center; background-color: #660000;  z-index: 100; }
.copyright-text p { text-transform: uppercase; font-weight: 400; font-size: 16px; color: #888; line-height: 1.3 }
	
/* QUOTATIONS */
.quotations { padding: 30px 0px 25px 0px; color: black; background: white; }

/* ----- SHORTCODES -----*/	

/* BUTTONS */
.button { width: auto; background: #1c1f26; color: white; cursor: pointer;  display: inline-block; font-size: 12px; font-weight: 600; text-transform: uppercase; margin: 0; outline: none; padding: 11px 20px 11px; position: relative; text-align: center; text-decoration: none; border: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; }
	
.button:hover { background-color: #cc0000; }
.button:active { background-color: #666b26; }
.button:focus { background-color: #cc0000; }
.button.large { font-size: 16px; padding: 14px 30px 14px; }
.button.small { font-size: 10px; padding: 6px 10px 6px; }

/* FORMS */
form { margin-bottom: 20px; }
fieldset { margin-bottom: 20px; }
input, textarea { border: 1px solid #ccc; padding: 10px 10px; outline: none; color: #868991; margin: 5px 0 0 0; width: 100%; display: block; margin-bottom: 20px; background: #fafafa; font-size: 13px; text-transform: none; font-family: 'Open Sans', sans-serif; font-weight: 400; box-sizing: border-box; border-radius: 0px; }
	
textarea { min-height: 100px; }
	
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus { border: 1px solid #868991; color: #1c1f26; background: white; -moz-box-shadow: 0 0 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2); box-shadow:  0 0 4px rgba(0,0,0,.2); }
input.error { border: 1px solid #c60f13; background: #f9e7e8; }
input.error[type="text"]:focus,
input.error[type="password"]:focus,
input.error[type="email"]:focus { border: 1px solid #c60f13; }
legend { display: block; font-weight: 600; font-size: 14px; }
	
.card input,
.card textarea,
.card input:focus,
.card textarea:focus { border: none; }

/* TABS */
.tabs { margin: 20px 0; overflow: hidden; }
.tabs ul { width: 100%; margin: 0; overflow: hidden; border-bottom: 1px solid #a5ad25; }
.tabs ul li { display: inline-block; padding: 11px 20px; margin-right: 5px; background: #f0f2f5; font-family: 'Oswald', sans-serif; text-transform: uppercase; cursor: pointer; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }
.tabs ul li:last-child { margin-right: 0; }
.tabs ul li:hover { background: #3d424d; color: white; }
.tabs ul li.current { background: #ff0000; color: white; }
.tabs .tab-content { border: 1px solid #ff0000; padding: 16px 20px 25px 20px; display: none; }
.tabs .tab-content:first-child { border: 1px solid #ff0000; padding: 16px 20px 25px 20px; display: block; }

.js-tabs .tab-content { display: none; }
.js-tabs .tab-content.active { display: block; position: relative; font-size: 30px; text-align: center; }
.js-tabs .tab-content-wrp { position: relative; text-align: center; }
.js-tabs li a:hover, .js-tabs li a.current { background: #555555; }

/* ALERTS */
.alert { padding: 10px 35px 10px 14px; margin: 10px 0; font: 13px 'Open Sans', sans-serif; background-color: #faf2cb; color: #c09853; text-transform: none; text-align: left; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
.alert h5 { margin: 0; }
.alert .close { position: relative; top: -2px; right: -21px; line-height: 20px; }
.alert-success { background-color: #c3e4b8; color: #468847; }
.alert-danger,
.alert-error { background-color: #e7c1c0; color: #b94a48; }
.alert-info { background-color: #b9dbee; color: #3a87ad; }
.alert-block { padding-top: 14px; padding-bottom: 14px; }
.alert-block > p,
.alert-block > ul { margin-bottom: 0; }
.alert-block p + p { margin-top: 5px; }
	
/* CLOSE */
.close { float: right; font-size: 18px; margin-top: -1px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold; color: #000000; opacity: 0.2; filter: alpha(opacity=20); }
.close:hover { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.4; filter: alpha(opacity=40); }
	
button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; }
