/*--------------------------------- GLOBALE ANGABEN -----------------------------------*/ *{ -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } article,aside,details,figcaption,figure,footer,header,menu,nav,section { margin: 0; padding: 0; display: block; } html, body, img, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, section { margin: 0; padding: 0; border: none; } html, body, img, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, section, input, select, textarea, fieldset label { font-family: 'Open Sans', Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 20px; color: #333; } html, body { width: 100%; min-height: 100%; } html { background: #000; } h1, h2, h3, h4, h5, h6, p, ol, ul { padding-bottom: 8px; } h1, h2, h3 { font-weight: normal; } h1 { font-family: 'capture_it', 'Open Sans', Arial, sans-serif; font-size: 35px; line-height: 42px; padding: 20px 0 30px 0; color: #1A171B; } .home h1 { color: #FFF; } .headline h1 { padding: 60px 0 40px 0; } h2 { font-family: 'capture_it', 'Open Sans', Arial, sans-serif; font-size: 28px; line-height: 34px; padding: 10px 0 20px 0; } .home h2 { color: #ff9700; padding: 0; } .grid.content h2 { font-family: 'Open Sans', Arial, sans-serif; } h3 { font-size: 18px; line-height: 25px; padding: 8px 0 20px 0; } p {} .home p { color: #fff; } a { color: #fff; text-decoration: none; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } p a:hover { text-decoration: underline; } a[href^="tel"]:link, a[href^="tel"]:visited, a[href^="tel"]:hover { cursor: text; text-decoration: none; } sup, sub { height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative; } sup { bottom: 1ex; } sub { top: .5ex; } ul { } ul li { } ol { } ol li { } /*--------------------------------- MODAL-LOADER -----------------------------------*/ .modal { display: none; position: fixed; z-index: 1000; top: 0; left: 0; height: 100%; width: 100%; background: url('/images/ajax-loader.gif') 50% 50% no-repeat #FFF; background: rgba(255,255,255,.85) url('/images/ajax-loader.gif') 50% 50% no-repeat; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } body.loading .modal { display: block; } /*--------------------------------- KEINE GA-STATISTIK -----------------------------------*/ .no_ga { position: fixed; z-index: 99100; top: 5px; left: 5px; height: 32px; width: 32px; background: url('/images/no_analytics.png') no-repeat; background-size: cover; } /*--------------------------------- ALLGEMEINE KLASSE -----------------------------------*/ .shadow, .schatten { -webkit-box-shadow:0px 0px 5px 2px rgba(0, 0, 0, 0.30); box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.30); } .rounded, .abgerundet { -webkit-border-radius: 4px; border-radius: 4px; } .no_margin { margin: 0; } .no_padding { padding: 0; } .invisible, .email_sps { display: none; } .hidden { visibility:hidden; } .colored { color: #000; } .spacer { clear: both; padding-bottom: 20px; } .placeholder { color: #575c68; } ::-webkit-input-placeholder { color: #575c68; } /* WebKit browsers */ :-moz-placeholder { color: #575c68; } /* Mozilla Firefox 4 to 18 */ ::-moz-placeholder { color: #575c68; } /* Mozilla Firefox 19+ */ :-ms-input-placeholder { color: #575c68; } /* Internet Explorer 10+ */ header, section, footer { width: 100%; } /*--------------------------------- HINTERGRUNDBILD -----------------------------------*/ #bg { z-index: -1; position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: url(/images/bg.jpg) no-repeat top center #000; } /*--------------------------------- HEADER -----------------------------------*/ header { background: #1A171B; background: rgba(26, 23, 27, .8); position: fixed; top: 0; z-index: 999; } nav .slicknav_menu { display: none; } nav .logo { float: left; margin-left: 0.833333%; display: block; width: 178px; height: 100px; background: url(/images/logo.png) center no-repeat; } nav .logo a { display: block; width: 100%; height: 100%; } nav > ul { display: block; float: right; list-style: none; margin-right: 0.833333%; padding-top: 70px; } nav > ul > li { float: left; border-left: 1px solid #FFF; margin-left: 10px; padding-left: 10px; line-height: 10px; } nav > ul > li:first-child { border-left: none; margin-left: 0; padding-left: 0; } nav > ul > li a { display: block; text-transform: uppercase; } nav > ul > li a:hover, nav > ul > li a.active { color: #ff9700; } nav > ul > li > ul { display: none; position: absolute; margin: 0 0 0 -10px; padding: 20px 0 0 0; min-width: 250px; list-style: none; } nav > ul > li:hover > ul { display: block; } nav > ul > li > ul li { background: #1A171B; background: rgba(26, 23, 27, .8); padding: 0 10px; } nav > ul > li > ul li a { text-transform: none; border-bottom: #FFF dashed 1px; padding: 5px 0; } nav > ul > li > ul li:last-child a { border-bottom: none; } /*--------------------------------- SECTION -----------------------------------*/ section { position: absolute; overflow: hidden; padding: 100px 0 40px 0; min-height: 100%; } .home section { padding-top: 200px; } section .dark { background: rgba(26, 23, 27, .4); padding: 10px 0 20px 0; /*margin-bottom: 40px;*/ } /*--------------------------------- FOOTER -----------------------------------*/ footer { position: fixed; background: #1A171B; background: rgba(26, 23, 27, .8); bottom: 0; z-index: 999; } footer div { overflow: hidden; } footer div div { margin-top: 0 !important; margin-bottom: 0 !important; } footer .anfrage { float: left; } footer .telefon { float: right; } footer div p { font-size: 20px; line-height: 40px; padding: 0; } footer div p a { color: #FFF; } footer div p a > i { color: #F19300; } footer div p a:hover, footer div p a:hover > i { text-decoration: none; color: #fbb649; } footer div p a[href^="tel"]:link, footer div p a[href^="tel"]:visited, footer div p a[href^="tel"]:hover { color: #FFF; } footer div p a[href^="tel"]:link i, footer div p a[href^="tel"]:visited i, footer div p a[href^="tel"]:hover i { color: #F19300; } /* Retina-specific stuff here */ @media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) { nav .logo { background-image: url(/images/logo@2x.png); background-size: 178px 72px; } } /* HÖHENBEDINGT */ @media only screen and (max-height : 800px) { .headline h1 { padding: 30px 0 30px 0; } .home section { padding-top: 170px; } } @media only screen and (max-height : 600px) { .home section { padding-top: 100px; } } /* MOBIL_NAVIGATION */ @media only screen and (max-width : 969px) { nav { padding: 5px 0 0 0 !important; } nav .nav { display: none; } nav .logo { position: fixed; top: 3px; width: 135px; height: 50px; background-image: url(/images/logo-mobil.png); background-size: 134px auto; } nav .slicknav_menu { display: block; } } /*--------------------------------- Responsive Grid Media Queries - 1280, 1024, 768, 480 > 1250 - extended desktop (default grid) 1249-970 - desktop 969-481 - tablet 480-less - phone landscape & smaller -----------------------------------*/ /* Smartphones ----------- */ @media only screen and (max-width : 480px) { nav .logo { margin-left: 10px; } nav .slicknav_btn { margin-right: 10px !important; } .headline h1 { padding: 0 0 30px 0; } footer .anfrage { display: none; } footer .telefon { float: none; text-align: center; } } /* Tablets (Hochformat) sowie kleinere Displays und Größere Smartphones ----------- */ @media only screen and (min-width : 481px) and (max-width : 969px) { nav .logo { margin-left: 1em; } .headline h1 { padding: 0 0 30px 0; } } /* Breite Desktops und Laptops ----------- */ @media only screen and (min-width : 1300px) { }