- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
683 lines
13 KiB
CSS
683 lines
13 KiB
CSS
@charset "UTF-8";
|
|
/* CSS Document */
|
|
p { font-family: 'PT Sans', arial, verdana;}
|
|
a, a:focus, a:hover {
|
|
text-decoration: none;
|
|
outline: none;
|
|
}
|
|
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
body {
|
|
margin-bottom: 120px;
|
|
background-color: #F8F8F8;
|
|
}
|
|
h3 {
|
|
margin-top: 0px;
|
|
margin-bottom: 50px;
|
|
font-family: 'Oswald', sans-serif;
|
|
font-size: 2.5em;
|
|
color: #353535;
|
|
text-transform: uppercase;
|
|
}
|
|
/*Navbar*/
|
|
.navbar-default {
|
|
margin-bottom: 0px;
|
|
width: 100%;
|
|
height: 70px;
|
|
background-color: rgba(255,255,255,0.98);
|
|
border: 0px;
|
|
border-radius: 0 !important;
|
|
}
|
|
.nav-container {
|
|
max-width: 1170px;
|
|
margin: 0 auto;
|
|
}
|
|
.logo {
|
|
width: 100px;
|
|
height: 70px;
|
|
background-image: url(../img/wth_logo_plain.png);
|
|
background-size: 100px 50px;
|
|
background-position: left;
|
|
background-repeat: no-repeat;
|
|
margin-right: 15px;
|
|
}
|
|
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
padding-left: 7px;
|
|
padding-right: 0px;
|
|
}
|
|
.navbar-right {margin-right: 15px}
|
|
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border: none;}
|
|
.navbar-nav li a {
|
|
height: 70px;
|
|
line-height: 70px;
|
|
padding: 0 25px;
|
|
background-color: transparent;
|
|
font-family: 'PT Sans', sans-serif;
|
|
font-size: 1.4em;
|
|
text-align: center;
|
|
color: #353535;
|
|
}
|
|
.navbar-default .navbar-nav>li>a { color: #353535;}
|
|
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
|
|
color: #353535;
|
|
border-bottom: 3px solid #353535;
|
|
}
|
|
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
|
|
color: #353535;
|
|
background-color: transparent;
|
|
border-bottom: 3px solid #353535;
|
|
}
|
|
button.navbar-toggle.collapsed, .navbar-default .navbar-toggle{
|
|
width: 50px;
|
|
height: 50px;
|
|
background-color: transparent;
|
|
border: 0px;
|
|
padding: 3px;
|
|
margin: 10px 10px;
|
|
|
|
}
|
|
.navbar-default .navbar-toggle:focus {background-color: transparent;}
|
|
.navbar-default .navbar-toggle:hover {background-color: rgba(0,0,0,0.2);}
|
|
.list-icon i {
|
|
color: #0087D0;
|
|
font-size: 2.5em;
|
|
vertical-align: middle;
|
|
}
|
|
.social i {
|
|
color: #0087D0;
|
|
font-size: 2em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/*Header*/
|
|
header {
|
|
width: 100%;
|
|
background: url(../img/bg.jpg) center no-repeat;
|
|
background-size: cover;
|
|
}
|
|
.header-content {
|
|
width: 100%;
|
|
max-width: 1170px;
|
|
height: 100%;
|
|
min-height: 1000px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.headerlogo {
|
|
display: block;
|
|
height: 200px;
|
|
width: 770px;
|
|
margin-top: 130px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
/* About me */
|
|
.about {
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
color: #121417;
|
|
}
|
|
.about-content {
|
|
width: 100%;
|
|
max-width: 1170px;
|
|
margin: 0 auto;
|
|
padding: 60px 30px;
|
|
}
|
|
.about-content h4 {
|
|
font-family: 'Oswald', sans-serif;
|
|
font-size: 1.8em;
|
|
color: #121417;
|
|
text-transform: uppercase;
|
|
}
|
|
.about-content h4 small {
|
|
color: #121417;
|
|
font-size: .6em;
|
|
border-left: 1px solid #121417;
|
|
padding-left: 5px;
|
|
margin-left: 5px;
|
|
text-transform: uppercase;
|
|
}
|
|
.about-content p {
|
|
color: #121417;
|
|
font-size: 1.5em;
|
|
}
|
|
.about-content a, .about-content i {
|
|
color: #494747;
|
|
font-size: 0.8em;
|
|
}
|
|
.about-content a:hover, .about-content a:focus {color: #4496DE;}
|
|
|
|
/* Offers */
|
|
.offers {
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background-color: #0087D0;
|
|
}
|
|
.offers-content {
|
|
width: 100%;
|
|
max-width: 1170px;
|
|
margin: 0 auto;
|
|
padding: 60px 30px;
|
|
color: #fff;
|
|
}
|
|
.thumb {padding: 30px;}
|
|
.offers-content h3 {color: #fff;}
|
|
.offers h4 {
|
|
text-align: center;
|
|
font-family: 'Oswald', sans-serif;
|
|
font-size: 2em;
|
|
text-transform: uppercase;
|
|
margin-bottom: 15px;
|
|
color: #333333;
|
|
}
|
|
.liste {
|
|
max-width: 95%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.offers li {
|
|
color: #fff;
|
|
text-align: left;
|
|
font-family: 'PT Sans', sans-serif;
|
|
font-size: 1.4em;
|
|
}
|
|
.offers p {
|
|
font-family: 'PT Sans', sans-serif;
|
|
font-size: 1em;
|
|
text-align: left;
|
|
padding: 0 15px;
|
|
margin-bottom: 25px;
|
|
}
|
|
.btn-primary {
|
|
display: block;
|
|
max-width: 70%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-bottom: 50px;
|
|
color: #fff;
|
|
background-color: #4496DE;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
.btn-primary:hover, .btn-primary:focus {
|
|
background-color: #4496DE;
|
|
-webkit-box-shadow: 0px 0px 7px 1px #3498db;
|
|
-moz-box-shadow: 0px 0px 7px 1px #3498db;
|
|
box-shadow: 0px 0px 7px 1px #3498db;
|
|
}
|
|
|
|
/* gallery */
|
|
.gallery {
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
.gallery-content {
|
|
width: 100%;
|
|
max-width: 1170px;
|
|
margin: 0 auto;
|
|
padding: 60px 30px;
|
|
}
|
|
|
|
/* Clients */
|
|
.clients {
|
|
height: 100%;
|
|
width: 100%;
|
|
min-height: 500px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background-color: #0087D0;
|
|
}
|
|
.clients-content {
|
|
width: 100%;
|
|
max-width: 1170px;
|
|
margin: 0 auto;
|
|
padding: 60px 30px;
|
|
}
|
|
.clients-content h3 {color: #fff;}
|
|
|
|
|
|
/* Contact */
|
|
.contact {
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background-color: #fff;
|
|
}
|
|
.contact-content {
|
|
width: 100%;
|
|
max-width: 1170px;
|
|
margin: 0 auto;
|
|
padding: 60px 30px;
|
|
}
|
|
.contact-content h3 {color: #121417;}
|
|
.form-bg {padding: 0px;}
|
|
.contact form {width: 100%;}
|
|
.contact .first_input, .contact .email {
|
|
height: 50px;
|
|
width: 100%;
|
|
padding: 0px 20px;
|
|
vertical-align: top;
|
|
background-color: #E3E3E3;
|
|
border: none;
|
|
border-radius: 5px;
|
|
color: #272727;
|
|
font-family: 'PT Sans', sans-serif;
|
|
font-size: 1.3em;
|
|
outline: none;
|
|
}
|
|
.email {margin-top: 20px;}
|
|
.contact textarea {
|
|
width: 100%;
|
|
max-width: 1070px;
|
|
height: 220px;
|
|
padding: 10px 20px;
|
|
vertical-align: top;
|
|
background-color: #E3E3E3;
|
|
border: none;
|
|
border-radius: 5px;
|
|
margin: 20px 0px;
|
|
color: #272727;
|
|
font-family: 'PT Sans', sans-serif;
|
|
font-size: 1.3em;
|
|
outline: none;
|
|
}
|
|
.contact input:hover, .contact input:focus, .contact textarea:hover, .contact textarea:focus {
|
|
border: 2px solid #0087D0;
|
|
-webkit-box-shadow: 0px 0px 7px 1px #0087D0;
|
|
-moz-box-shadow: 0px 0px 7px 1px #0087D0;
|
|
box-shadow: 0px 0px 7px 1px #0087D0;
|
|
}
|
|
.reset {
|
|
margin: 0px;
|
|
margin-bottom: 30px;
|
|
width: 49%;
|
|
height: 50px;
|
|
color: #fff;
|
|
font-family: 'PT Sans', sans-serif;
|
|
font-size: 1.3em;
|
|
padding: 0px 20px;
|
|
vertical-align: top;
|
|
border: none;
|
|
border-radius: 5px;
|
|
outline: none;
|
|
background-color: #0087D0;
|
|
}
|
|
.send {
|
|
margin: 0px;
|
|
margin-bottom: 30px;
|
|
width: 49%;
|
|
height: 50px;
|
|
color: #fff;
|
|
font-family: 'PT Sans', sans-serif;
|
|
font-size: 1.3em;
|
|
padding: 0px 20px;
|
|
vertical-align: top;
|
|
border: none;
|
|
border-radius: 5px;
|
|
outline: none;
|
|
background-color: #0087D0;
|
|
float: right;
|
|
}
|
|
.space {
|
|
width: 50px;
|
|
padding: 0px;
|
|
}
|
|
.contact .adr {padding: 0px;}
|
|
.wlogo {
|
|
height: 54px;
|
|
width: 300px;
|
|
line-height: 60px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-bottom: 20px;
|
|
margin-top: 0px;
|
|
margin-left: -5px;
|
|
}
|
|
.contact .adr h4 {
|
|
color: #2D2F32;
|
|
font-family: 'Roboto', arial, verdana;
|
|
font-size: 1.8em;
|
|
line-height: 45px;
|
|
margin-bottom: 20px;
|
|
margin-top: 0px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.contact .adr .first {
|
|
color: #0087D0;
|
|
font-size: 1.6em;
|
|
padding-right:18px;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
}
|
|
.contact .adr td {padding-bottom: 8px;}
|
|
.contact .adr p {
|
|
color: #2D2F32;
|
|
font-family: 'Roboto', arial, verdana;
|
|
font-size: 1.3em;
|
|
margin: 0px;
|
|
}
|
|
.contact .adr a {
|
|
color: #2D2F32;
|
|
font-family: 'Roboto', arial, verdana;
|
|
font-size: 1.3em;
|
|
text-decoration: none;
|
|
}
|
|
.contact .adr a:hover, .contact .adr a:focus {
|
|
color: #0087D0;
|
|
font-family: 'Roboto', arial, verdana;
|
|
font-size: 1.3em;
|
|
text-decoration: none;
|
|
}
|
|
.map-content {padding: 0px;}
|
|
.map {
|
|
display: block;
|
|
width: 100%;
|
|
max-width: 1170px;
|
|
height: 400px;
|
|
border: none;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
margin-top: -40px;
|
|
margin-bottom: 30px;
|
|
padding: 5px 15px 15px 15px;
|
|
|
|
}
|
|
|
|
/*Dialog Contact*/
|
|
.ui-widget.contact-dialog {
|
|
font-family: 'Oswald', sans-serif;
|
|
font-size: 1.3em;
|
|
|
|
}
|
|
|
|
.ui-widget-content.contact-dialog {
|
|
background: rgba(0,0,0,0.6);
|
|
border: none;
|
|
color: #fff;
|
|
}
|
|
|
|
.ui-dialog.contact-dialog {
|
|
left: 0;
|
|
outline: 0 none;
|
|
padding: 0 !important;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
.ui-dialog.contact-dialog .ui-dialog-content {
|
|
background: none repeat scroll 0 0 transparent;
|
|
border: 0 none;
|
|
overflow: auto;
|
|
position: relative;
|
|
padding: 0.5em;
|
|
margin: 0;
|
|
}
|
|
|
|
.ui-dialog.contact-dialog .ui-widget-header {
|
|
background: rgba(0,0,0,0.5);
|
|
border: 0;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.ui-dialog.contact-dialog .ui-dialog-titlebar {
|
|
padding: 0.1em .5em;
|
|
position: relative;
|
|
font-size: 1.3em;
|
|
font-family: 'Oswald', sans-serif;
|
|
}
|
|
.ui-dialog.contact-dialog .ui-dialog-titlebar-close {display: none;}
|
|
.ui-dialog .ui-dialog-buttonpane {
|
|
background: transparent;
|
|
border: none;
|
|
margin-top: 0px !important;
|
|
padding: 0 3px 3px 0px!important;
|
|
}
|
|
.ui-dialog .ui-dialog-buttonpane button {
|
|
width: 60px;
|
|
height: 30px;
|
|
margin: 0px;
|
|
padding: 2px;
|
|
color: #fff;
|
|
background-color: #272727;
|
|
outline: none;
|
|
border: none;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
font-family: 'Oswald', sans-serif;
|
|
font-size: .8em;
|
|
text-shadow: 4px 4px 0px rgba(0,0,0,0.1);
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*Dialogs*/
|
|
.ui-widget {
|
|
font-family: 'Oswald', sans-serif;
|
|
font-size: 1.3em;
|
|
}
|
|
.ui-widget-content {
|
|
background: rgba(0,0,0,0.6);
|
|
border: none;
|
|
color: #fff;
|
|
}
|
|
.ui-dialog {
|
|
left: 0;
|
|
outline: 0 none;
|
|
padding: 0 !important;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
.ui-dialog .ui-dialog-content {
|
|
background: none repeat scroll 0 0 transparent;
|
|
border: 0 none;
|
|
overflow: auto;
|
|
position: relative;
|
|
padding: 0.5em;
|
|
margin: 0;
|
|
}
|
|
.ui-dialog .ui-widget-header {
|
|
background: rgba(0,0,0,0.5);
|
|
border: 0;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
}
|
|
.ui-dialog .ui-dialog-titlebar {
|
|
padding: 0.1em .5em;
|
|
position: relative;
|
|
font-size: 1.3em;
|
|
font-family: 'Oswald', sans-serif;
|
|
}
|
|
.ui-dialog .ui-dialog-titlebar-close {display: none;}
|
|
.ui-dialog .ui-dialog-buttonpane {
|
|
background: transparent;
|
|
border: none;
|
|
margin-top: 0px !important;
|
|
padding: 0 3px 3px 0px!important;
|
|
}
|
|
.ui-dialog .ui-dialog-buttonpane button {
|
|
width: 60px;
|
|
height: 30px;
|
|
margin: 0px;
|
|
padding: 2px;
|
|
color: #fff;
|
|
background-color: #272727;
|
|
outline: none;
|
|
border: none;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
font-family: 'Oswald', sans-serif;
|
|
font-size: .8em;
|
|
text-shadow: 4px 4px 0px rgba(0,0,0,0.1);
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*Footer*/
|
|
footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
height: 120px;
|
|
width: 100%;
|
|
}
|
|
.footer1 {
|
|
width: 100%;
|
|
height: 70px;
|
|
background-color: #353535;
|
|
}
|
|
.footer2 {
|
|
width: 100%;
|
|
height: 50px;
|
|
background-color: #121212;
|
|
}
|
|
.foot1 {
|
|
max-width: 1170px;
|
|
margin: 0 auto;
|
|
height: 70px;
|
|
}
|
|
.foot2 {
|
|
max-width: 1170px;
|
|
margin: 0 auto;
|
|
height: 30px;
|
|
text-transform: uppercase;
|
|
}
|
|
.foot1-left {
|
|
text-align: left;
|
|
line-height: 70px;
|
|
vertical-align: middle;
|
|
padding-left: 15px;
|
|
}
|
|
.footerlogo {
|
|
height: 50px;
|
|
width: 280px;
|
|
}
|
|
.foot1-right {
|
|
text-align: right;
|
|
line-height: 70px;
|
|
vertical-align: middle;
|
|
padding-left: 15px;
|
|
}
|
|
.foot1-right a {color: #fff;}
|
|
.foot1-right i {
|
|
color: #fff;
|
|
font-size: 3em;
|
|
vertical-align: middle;
|
|
margin-left: 10px;
|
|
}
|
|
.foot2-left {
|
|
color: #fff;
|
|
font-family: 'PT Sans', sans-serif;
|
|
font-size: 1em;
|
|
text-align: left;
|
|
line-height: 50px;
|
|
vertical-align: middle;
|
|
padding-left: 15px;
|
|
}
|
|
.foot2-left a, .foot2-right a {color: #fff;}
|
|
.impr, .daten {margin-right: 5px;}
|
|
.daten {margin-left: 5px;}
|
|
.foot2-right p {
|
|
color: #fff;
|
|
font-size: 1em;
|
|
line-height: 50px;
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
margin: 0px;
|
|
}
|
|
.fa-heart {
|
|
color: #D62222;
|
|
font-size: 1em;
|
|
}
|
|
/*Dialogboxen Impressum & Datenschutz*/
|
|
.impressum_dialog, .datenschutz_dialog {display: none;}
|
|
|
|
/*Back to Top*/
|
|
.cd-top {
|
|
display: inline-block;
|
|
height: 40px;
|
|
width: 40px;
|
|
position: fixed;
|
|
bottom: 40px;
|
|
right: 10px;
|
|
box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
|
|
overflow: hidden;
|
|
text-indent: 100%;
|
|
white-space: nowrap;
|
|
background: rgba(0,0,0,0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
|
|
border-radius: 5px;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
|
|
-moz-transition: opacity .3s 0s, visibility 0s .3s;
|
|
transition: opacity .3s 0s, visibility 0s .3s;
|
|
}
|
|
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
|
|
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
|
|
-moz-transition: opacity .3s 0s, visibility 0s 0s;
|
|
transition: opacity .3s 0s, visibility 0s 0s;
|
|
}
|
|
.cd-top.cd-is-visible {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|
|
.cd-top.cd-fade-out {
|
|
opacity: .5;
|
|
}
|
|
.no-touch .cd-top:hover {
|
|
background-color: #272727;
|
|
opacity: 1;
|
|
}
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
.navb {padding: 0;}
|
|
.logo {
|
|
width: 280px;
|
|
height: 70px;
|
|
background-image: url(../img/werbetechnik_hassfurt_logo.png);
|
|
background-size: 280px 50px;
|
|
background-position: left;
|
|
background-repeat: no-repeat;
|
|
margin-right: 15px;
|
|
}
|
|
.navbar-nav li>a {
|
|
text-align: left;
|
|
font-size: 1.5em;
|
|
padding-left: 40px;
|
|
color: #353535;
|
|
}
|
|
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
|
|
background: #fff;
|
|
color: #0087D0;
|
|
border: none;
|
|
}
|
|
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
|
|
background: #fff;
|
|
padding: 0px;
|
|
max-height: 500px;
|
|
overflow: hidden;
|
|
border: none;
|
|
}
|
|
.header-content {min-height: 600px;}
|
|
.footerlogo {
|
|
height: 30px;
|
|
width: 168px;
|
|
}
|
|
.foot1-right i {
|
|
font-size: 2em;
|
|
margin-left: 5px;
|
|
}
|
|
.foot2-left, .foot2-right p, .fa-heart {font-size: 0.6em;}
|
|
.cd-top {right: 20px; bottom: 20px;}
|
|
} |