/* 
** Copyright SCARAMEDIA.de
** Version: 2018/07/28
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url(../fonts/pe-icon-7-stroke.css);
body { font-family: "Open Sans", sans-serif; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; font-size: 15px; color: #6f6f6f; font-weight: 400; line-height: 24px; }

body, html { height: 100%; -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 25px; padding: 0; letter-spacing: 0; font-weight: 400; }

h1 { font-size: 70px; line-height: 70px; }

h2 { font-size: 35px; line-height: 50px; }

h3 { font-size: 27px; line-height: 32px; font-weight: 300; color: #c01718; }

h4 { font-size: 21px; line-height: 1.3; }

h5 { font-size: 32px; line-height: 40px; }

h6 { font-size: 25px; line-height: 30px; }

p { margin: 0 0 25px; }

a, a:active, a:focus { color: #6f6f6f; text-decoration: none; }

a:hover, a:active { color: #ff214f; text-decoration: none; }

a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: none; }

img { max-width: 100%; height: auto; }

video { background-size: cover; display: table-cell; vertical-align: middle; width: 100%; }

input, textarea, select { border: 1px solid #d1d1d1; font-size: 14px; padding: 8px 15px; width: 100%; margin: 0 0 20px 0; max-width: 100%; resize: none; }

input[type="submit"] { width: auto; }

input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] { -webkit-appearance: none; outline: none; }

input:focus, textarea:focus { border-color: #585858; outline: none; }

input[type="button"]:focus { outline: none; }

select::-ms-expand { display: none; }

iframe { border: 0; }

b, strong { font-weight: 600; }

.last-paragraph-no-margin p:last-of-type { margin-bottom: 0; }

.alt-font strong { font-weight: 700; }

ul, ol, dl { list-style-position: outside; margin-bottom: 25px; }

ul.list { list-style: none; margin: 1rem 0 0.4rem 1rem; padding: 0; }

ul.list li { padding: 0 0 8px 22px; line-height: 20px; font-size: 15px; position: relative; }

ul.list li::before { position: absolute; top: 1px; left: 0; font-family: 'Pe-icon-7-stroke'; font-size: 16px; content: "\e685"; color: #c01718; }

/*** Reset ***/
.position-relative { position: relative !important; }

.bg-black { background-color: #000; }

.bg-white { background-color: #fff; }

.full-screen { min-height: 980px; }

/*** Formular ***/
input, textarea, select { border: 1px solid #d1d1d1; font-size: 14px; padding: 8px 15px; width: 100%; margin: 0 0 20px 0; max-width: 100%; resize: none; }

.big-input, .big-textarea, .big-select select { padding: 18px 25px; font-size: 14px; border-radius: 0; }

.required-error { border-color: #c01718; }

.btn { display: inline-block; border: 2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform: uppercase; width: auto; font-family: 'Montserrat', sans-serif; font-weight: 600; transition-duration: 0.3s; transition-timing-function: ease-in-out; }

.btn.btn-large { font-size: 13px; padding: 9px 34px; line-height: 25px; }

.btn.btn-transparent-dark-gray { background: transparent; border-color: #232323; color: #232323; }

.btn.btn-transparent-dark-gray:hover, .btn.btn-transparent-dark-gray:focus { background: #232323; border-color: #232323; color: #fff; }

/*** Formvalidation ***/
input.parsley-success, select.parsley-success, textarea.parsley-success { color: #468847; background-color: #DFF0D8; }

input.parsley-error, select.parsley-error, textarea.parsley-error { color: #c01718; background-color: #F2DEDE; }

.parsley-errors-list { margin: 2px 0 3px; padding: 0; list-style-type: none; font-size: 0.9em; line-height: 0.9em; color: #c01718; opacity: 0; transition: all .3s ease-in; -o-transition: all .3s ease-in; -moz-transition: all .3s ease-in; -webkit-transition: all .3s ease-in; }

.parsley-errors-list.filled { opacity: 1; }

.notification-box { padding: 10px 15px; font-weight: 500; color: #c01718; }

/*** Sonstige ***/
.box-separator-line { height: 1px; content: ""; position: absolute; left: -90px; top: 130px; }

/***********/
* { transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; }

*:hover { transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; }

::selection { color: #000; background: #dbdbdb; }

::-moz-selection { color: #000; background: #dbdbdb; }

::-webkit-input-placeholder { color: #6f6f6f; text-overflow: ellipsis; }

::-moz-placeholder { color: #6f6f6f; text-overflow: ellipsis; opacity: 1; }

:-ms-input-placeholder { color: #6f6f6f; text-overflow: ellipsis; opacity: 1; }

:hover { transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; }

/*** Header + Menu ***/
header { width: 100%; z-index: 99; }
header nav.navbar-default { border-radius: 0; border-bottom: 0 !important; padding: 0; background-color: transparent; }
header nav.navbar-default.navbar-fixed-top { z-index: 9999; }
header nav.navbar-default .nav-header-container { position: relative; }
header nav.navbar-default .nav-header-container .row { height: auto; padding: 0; }
header nav.navbar-default .nav-header-container .row a.logo { display: block; position: absolute; top: 15px; }
header nav.navbar-default .nav-header-container .row a.logo img { height: 120px; max-width: none; }
header nav.navbar-default .nav-header-container .row a.logo .logo-dark, header nav.navbar-default .nav-header-container .row a.logo .logo-light { visibility: hidden; opacity: 0; width: 0; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; }
header nav.navbar-default .nav-header-container .row a.logo .default { visibility: visible; opacity: 1; width: auto; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; }
header nav.navbar-default .nav-header-container .row .accordion-menu { position: inherit; }
header nav.navbar-default .nav-header-container .row .accordion-menu .navbar-toggle { background-color: transparent !important; border: none; border-radius: 0; margin-right: 0; padding: 0; font-size: 18px; position: relative; top: 5px; }
header nav.navbar-default .nav-header-container .row .accordion-menu .navbar-nav > li { position: inherit; }
header nav.navbar-default .nav-header-container .row .accordion-menu .navbar-nav > li > a { margin: 0 20px; padding: 26px 0; background: transparent; border-color: transparent; font-size: 15px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.015em; color: #fff; }
header nav.navbar-default .nav-header-container .row .accordion-menu .navbar-nav > li > a i { font-size: 23px; float: right; }
header nav.navbar-default .nav-header-container .row .accordion-menu .navbar-nav > li.simple-dropdown.dropdown { position: relative; }
header nav.navbar-default .nav-header-container .row .accordion-menu .navbar-nav > li.simple-dropdown.dropdown .dropdown-menu { position: absolute; left: 0; min-width: 220px; padding: 0; background: transparent; }
header nav.navbar-default .nav-header-container .row .accordion-menu .navbar-nav > li.simple-dropdown.dropdown .dropdown-menu > li { list-style: none; }
header nav.navbar-default .nav-header-container .row .accordion-menu .navbar-nav > li.simple-dropdown.dropdown .dropdown-menu > li a { padding: 9px 25px; overflow: hidden; position: relative; left: 0; font-size: 15px; font-weight: 400; color: #fff; background: rgba(0, 0, 0, 0.5); }
header nav.navbar-default .nav-header-container .row .accordion-menu .navbar-nav > li.simple-dropdown.dropdown .dropdown-menu > li a:hover { background: rgba(0, 0, 0, 0.2); }
header.sticky nav.navbar-fixed-top { background-color: #ffffff; box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6); }
header.sticky nav.navbar-fixed-top a.logo { top: 5px !important; }
header.sticky nav.navbar-fixed-top a.logo img { height: 60px !important; }
header.sticky nav.navbar-fixed-top .navbar-nav > li > a { color: #232323 !important; }

/*** Sections ***/
section { padding: 130px 0; overflow: hidden; }
section.dark { background: #1c1c1c; color: #fff; }
section.light { background: #dedede; }
section.primary { background: #c01718; color: #fff; }

section .header { margin: 0 auto 30px auto; float: none; }
section .header .subtitle { margin-bottom: 5px; font-weight: 400; font-size: 15px; line-height: 20px; text-transform: uppercase; color: #c01718; text-align: center; }
section .header .title { margin: 0 auto 30px; font-weight: 300; color: #232323; text-align: center; }
section .header .separator { width: 100px; height: 1px; display: table; margin: 0 auto; background: #c01718; }

/*** Slider // Parallax ***/
.parallax { position: relative; padding: 130px 0; background-size: cover; overflow: hidden; background-attachment: fixed; }
.parallax.start { padding: 0 !important; }
.parallax .opacity-extra-medium { position: absolute; height: 100%; width: 100%; opacity: 0.5; top: 0; left: 0; }
.parallax .slider-typography { width: 100%; height: 100%; position: absolute; right: 0; left: 0; }
.parallax .slider-typography .slider-text-middle-main { display: table; height: 100%; width: 100%; }
.parallax .slider-typography .slider-text-middle-main .slider-text-bottom { display: table-cell; vertical-align: bottom; }
.parallax .slider-typography .slider-text-middle-main .slider-text-bottom .slider-box { float: right; padding: 5% 6%; background-color: rgba(192, 23, 24, 0.85); }
.parallax .slider-typography .slider-text-middle-main .slider-text-bottom .slider-box .box-separator-line { height: 1px; width: 180px; content: ""; position: absolute; left: -90px; top: 130px; background-color: #fff; }
.parallax .slider-typography .slider-text-middle-main .slider-text-bottom .slider-box h1 { width: 95%; font-size: 70px; line-height: 70px; font-weight: 600; color: #fff; }
.parallax .slider-typography .slider-text-middle-main .slider-text-bottom .slider-box p { width: 75%; margin-bottom: 0; font-size: 18px; line-height: 25px; color: #fff; }

/*** Footer ***/
footer { padding: 5% 0 2%; background-color: #1c1c1c; }
footer .footer-inner { padding-bottom: 40px; }
footer .footer-inner .row > div { height: 72px; display: table; }
footer .footer-inner .row > div > div { display: table-cell; vertical-align: middle; color: #adadad; }
footer .footer-inner .row > div > div h6 { width: 70%; margin-bottom: 0; color: #adadad; }
footer .footer-inner .row > div > div a { color: #adadad; }
footer .footer-inner .row > div > div a:hover { color: #c01718; }
footer .footer-inner .row > div > div img { height: 70px; }
footer .footer-bottom { border-top: solid 1px #363636; padding-top: 40px; font-size: 14px; color: #adadad; }
footer .footer-bottom a { color: #adadad; }

/******************/
.no-transition *, .parallax { transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; -ms-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s; }

header .bootsnav .dropdown .animated { -webkit-animation-duration: 0.3s; -moz-animation-duration: 0.3s; -ms-animation-duration: 0.3s; -o-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; }

/*** Cookiebar ***/
#cookie-bar { background: #1B2932; height: auto; line-height: 24px; color: #eeeeee; text-align: center; padding: 5px 0; position: relative; z-index: 30; }

#cookie-bar.fixed { position: fixed; top: 0; left: 0; width: 100%; }

#cookie-bar.fixed.bottom { bottom: 0; top: auto; }

#cookie-bar p { margin: 0; padding: 0; font-size: 13px; color: #eee; }

#cookie-bar a { color: #eee; text-decoration: underline !important; }

#cookie-bar a:hover { color: #c01718; }

#cookie-bar a.cb-enable { color: #ffffff; display: inline-block; border-radius: 3px; text-decoration: none !important; padding: 0 6px; margin-left: 8px; }

#cookie-bar .cb-enable { background: #c01718; }

#cookie-bar .cb-enable:hover { background: #ccc; }

/*# sourceMappingURL=styles.css.map */
