diff --git a/files/bulma.css b/files/bulma.css
index 0a396e8..940655e 100644
--- a/files/bulma.css
+++ b/files/bulma.css
@@ -3314,12 +3314,6 @@ fieldset[disabled] .button {
margin-right: .25rem
}
-body > .container {
- padding-top: 30px;
- flex-grow: 1;
- width: 100%;
-}
-
.container {
flex-grow: 1;
margin: 0 auto;
@@ -3338,24 +3332,11 @@ body > .container {
.hero-body > .container {
flex-grow: unset;
}
- .container {
- padding: 0 30px;
- }
-
- .container .container,
- footer .container,
- nav .container {
- padding: 0 0;
- }
-
- .section:not(.features) {
- padding: 3rem 0rem !important;
- }
}
@media screen and (min-width: 1024px) {
.container {
- max-width: 960px;
+ max-width: 960px
}
}
@@ -7870,6 +7851,18 @@ a.navbar-item {
cursor: pointer
}
+.navbar-link.is-active,
+.navbar-link:focus,
+.navbar-link:focus-within,
+.navbar-link:hover,
+a.navbar-item.is-active,
+a.navbar-item:focus,
+a.navbar-item:focus-within,
+a.navbar-item:hover {
+ background-color: #fafafa;
+ color: #3273dc
+}
+
.navbar-item {
display: block;
flex-grow: 0;
diff --git a/files/header1.jpg b/files/header1.jpg
deleted file mode 100644
index bf7dfcf..0000000
Binary files a/files/header1.jpg and /dev/null differ
diff --git a/files/picture1.jpg b/files/picture1.jpg
deleted file mode 100644
index 0d9df36..0000000
Binary files a/files/picture1.jpg and /dev/null differ
diff --git a/files/picture2.jpg b/files/picture2.jpg
deleted file mode 100644
index b961b9a..0000000
Binary files a/files/picture2.jpg and /dev/null differ
diff --git a/files/picture3.jpg b/files/picture3.jpg
deleted file mode 100644
index d6d3e9c..0000000
Binary files a/files/picture3.jpg and /dev/null differ
diff --git a/files/tiled1.jpg b/files/tiled1.jpg
deleted file mode 100644
index 1cfcc2d..0000000
Binary files a/files/tiled1.jpg and /dev/null differ
diff --git a/files/tiled2.jpg b/files/tiled2.jpg
deleted file mode 100644
index 744bbe9..0000000
Binary files a/files/tiled2.jpg and /dev/null differ
diff --git a/files/tiled3.jpg b/files/tiled3.jpg
deleted file mode 100644
index 588fd0b..0000000
Binary files a/files/tiled3.jpg and /dev/null differ
diff --git a/files/tiled4.jpg b/files/tiled4.jpg
deleted file mode 100644
index 1d493ad..0000000
Binary files a/files/tiled4.jpg and /dev/null differ
diff --git a/functions.php b/functions.php
index 953e4bb..55782ca 100644
--- a/functions.php
+++ b/functions.php
@@ -23,18 +23,6 @@ add_action( 'after_setup_theme', 'fachwerksauna_setup' );
function theme_customize_register( $wp_customize ) {
- $wp_customize->add_setting( 'theme_color', array(
- 'default' => '#ed9b40',
- 'transport' => 'refresh',
- ) );
-
- $wp_customize->add_control( new WP_Customize_Color_Control(
- $wp_customize, 'theme_color', array(
- 'section' => 'colors',
- 'label' => esc_html__( 'Theme color', 'theme' ),
- ) ) );
-
-
$wp_customize->add_setting( 'fachwerksauna_footer-text', array(
'default' => '',
'type' => 'option',
@@ -54,18 +42,4 @@ function theme_customize_register( $wp_customize ) {
}
-add_action( 'customize_register', 'theme_customize_register' );
-
-function fachwerksauna_customize_css()
-{
- $theme_color = get_theme_mod('theme_color', '#ed9b40');
- ?>
-
-
->
+
-
diff --git a/style.css b/style.css
index 51e9d98..c933325 100644
--- a/style.css
+++ b/style.css
@@ -16,32 +16,31 @@ html { margin-top: 0px !important; }
body {
color: #1b1b1b;
font-family: Inter, sans-serif;
- overflow-x: hidden;
- display: flex;
- flex-direction: column;
- height: 100vh;
+ overflow-x: hidden
}
a:hover {
- color: var(--themeColor);
- text-decoration: underline;
- filter: brightness(120%);
+ color: #1851B4;
+ text-decoration: underline
}
-.content p, p {
+.content p {
font-size: 16px;
font-weight: 400;
line-height: 22px;
margin-bottom: 10px;
}
-p a:not(.button), label a {
- color: var(--themeColor) !important;
-}
-
-p a:not(.button):hover, label a:hover {
- filter: brightness(120%);
-}
+.contentWrapper > p, ul {
+ width: 100%;
+ max-width: 1390px;
+ margin: 0 auto;
+ font-size: 16px;
+ font-weight: 400;
+ line-height: 22px;
+ margin-bottom: 10px;
+ padding: 0 23px;
+ }
h1 {
font-size: 60px;
@@ -122,7 +121,7 @@ a.no-underline {
}
.button {
- background-color: var(--themeColor);
+ background-color: #ED9B40;
text-shadow: none;
border: none;
border-radius: 8px;
@@ -134,7 +133,7 @@ a.no-underline {
}
.rentButton {
- background-color: var(--themeColor);
+ background-color: #ED9B40;
border-radius: 10px;
padding: 10px 20px !important;
margin-left: 10px;
@@ -142,41 +141,6 @@ a.no-underline {
color: white !important;
}
-.mailpoet_submit, .wp-block-button__link {
- background-color: var(--themeColor);
- text-shadow: none;
- border: none;
- border-radius: 8px;
- color: #fff;
- font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-weight: 600 !important;
- text-decoration: none;
- padding: 10px 15px !important;
- font-size: 14px;
-}
-
-.mailpoet_submit:hover, .wp-block-button__link:hover {
- filter: brightness(120%);
-}
-
-.mailpoet_text {
- padding: 10px !important;
-}
-
-.contact-form label {
- font-weight: 500;
-}
-
-.contact-form label.textarea {
- min-height: unset !important;
- border: 0;
- padding-left: 0;
-}
-
-.contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="text"], .contact-form input[type="url"] {
- padding: 10px 7px;
-}
-
@media screen and (max-width: 1024px) {
.rentButton {
margin: 5px 10px;
@@ -184,8 +148,7 @@ a.no-underline {
}
.rentButton:hover {
- background-color: var(--themeColor) !important;
- filter: brightness(120%);
+ background-color: #FFAA48 !important;
}
.button[disabled] {
@@ -193,8 +156,7 @@ a.no-underline {
}
.button:hover {
- background-color: var(--themeColor) !important;
- filter: brightness(120%);
+ background-color: #FFAA48;
color: #fff;
text-decoration: none
}
@@ -257,22 +219,6 @@ html.has-navbar-fixed-top {
border-bottom: 1px solid #ebeaeb
}
-body.logged-in,
-body.logged-in nav {
- margin-top: 32px;
-}
-
-@media (max-width: 782px) {
- body.logged-in,
- body.logged-in nav {
- margin-top: 46px;
- }
-
- html #wpadminbar {
- position: fixed !important;
- }
-}
-
@media (min-width: 1024px) {
body.has-navbar-fixed-top,
@@ -332,7 +278,7 @@ body.logged-in nav {
}
.mainNavbar a.navbar-item:hover {
- color: var(--themeColor);
+ color: #C76E08;
}
.mainNavbar .language-selector .icon {
@@ -347,9 +293,6 @@ body.logged-in nav {
max-height: 760px;
min-height: 600px;
background-position: 70% 0%;
- width: 100vw;
- margin-left: calc(50% - 50vw);
- margin-top: -30px;
}
@media (min-width: 1024px) {
@@ -476,9 +419,7 @@ body.logged-in nav {
}
.section.features {
- background-color: #F6F6F6;
- width: 100vw;
- margin-left: calc(50% - 50vw);
+ background-color: #F6F6F6
}
.section.features .box {