@charset "UTF-8";

/*
Theme Name: Standart Theme G&G Websolutions
Theme URI: https://gg-websolutions.de/
Author: Fabian Gerl
Author URI: https://gg-websolutions.de/
Description: This is the main-theme of G&G-Websolutions
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: G+G
*/

@import url('../wp-content/themes/Standart%20Theme/fonts/font.css');
@import url('fonts/fonts.css');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
	-webkit-hyphenate-limit-lines: 2;
    hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-chars: auto 3;
    hyphenate-limit-chars: auto 3;
	word-break: break-word;
}

html :where(.wp-block) {
    max-width: none;
}

.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.wp-block {
    margin: 0;
}

.editor-visual-editor__post-title-wrapper {
    display: none;
}

html, .editor-styles-wrapper {
	scroll-behavior: smooth;
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	padding: 2rem 10%;
	transition: 0.5s;
	align-items: center;
}

header ul {
	list-style: none;
}

header li {
	display: inline;
}

header a {
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 1.2rem;
    text-decoration: none;
	padding: 0 0.7rem;
    font-weight: 500;
	transition: 0.4s;
}

header a:hover {
	color: #d23b31;
}

.burger-menu {
	display: none;
}

.fixed-ever {
	background-color: #ffffff;
	box-shadow: 0px 0px 7px silver;
}

.fixed-ever a {
	color: #000000;
}

@media (max-width: 900px) {
	header {
		position: fixed;
	}
	
    .active {
        display: flex !important;
        position: absolute;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        z-index: 100;
        background-color: white;
    }

    .active li {
        display: block;
        text-align: center;
        padding: 1rem 0;
    }

    .burger-menu {
        width: 30px;
        height: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        /*position: absolute;*/
        right: 10%;
    }

    .burger-line {
        width: 100%;
        height: 4px;
        background-color: #FFFFFF;
        border-radius: 2px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
	
    .burger-menu.open {
        z-index: 101;
    }

    .burger-menu.open .line1 {
        transform: translate(0px, 10px) rotate(45deg);
		background-color: #000000;
    }

    .burger-menu.open .line2 {
        opacity: 0;
		background-color: #000000;
    }

    .burger-menu.open .line3 {
        transform: translate(0px, -10px) rotate(-45deg);
		background-color: #000000;
    }
	
	.active a {
		color: #000000;
	}
	
	header nav {
		display: none;
	}
	
	.fixed .burger-menu .line1,
	.fixed .burger-menu .line2,
	.fixed .burger-menu .line3 {
		background-color: #000000;
	}
	
	.fixed .burger-menu {
		top: 1.25rem;
	}
	
	.fixed-ever .burger-menu .line1,
	.fixed-ever .burger-menu .line2,
	.fixed-ever .burger-menu .line3 {
		background-color: #000000;
	}
	
	.fixed-ever .burger-menu {
		top: 1.25rem;
	}
}

.fixed {
	background-color: #ffffff;
	box-shadow: 0px 0px 7px silver;
}

.fixed a {
	color: #000000;
}

/*.fixed .custom-logo {
	display: none;
}*/

header .custom-logo {
	height: 2rem;
	width: auto;
	padding: 0 0.7rem;
}

footer {
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	padding: 2rem 2%;
	transition: 0.5s;
}

footer ul {
	list-style: none;
}

footer li {
	display: inline;
}

footer a,
footer p {
  	color: #000000 !important;
  	font-family: "Open Sans", sans-serif;
  	font-size: 0.8rem;
  	text-decoration: none;
  	padding: 0 0.7rem;
  	font-weight: 400;
  	transition: 0.4s;
}

footer a:hover {
	color: #d23b31 !important;
}

.footer-gg {
	padding: 0;
}

@media (max-width: 900px) {
	footer {
		display: block;
	}
	
	footer p,
	footer a {
		margin: 0.7rem 0;
	}
}

section {
	min-height: 100vh;
	width: 100%;
	position: static;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.editor-styles-wrapper section {
	min-height: 100vh !important;
	width: 100% !important;
	position: static !important;
	top: 0 !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

section > div {
	width: 100%;
}

.editor-styles-wrapper section > div {
	width: 100% !important;
}

h1 {
	font-size: 5rem;
	font-weight: 400;
	position: relative;
	padding: 2rem 0.7rem;
	margin-bottom: 2.2rem;
	font-family: "Open Sans", sans-serif;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper .has-large-font-size {
	font-size: 5rem !important;
	font-weight: 400 !important;
	position: relative !important;
	padding: 2rem 0.7rem !important;
	margin-bottom: 2.2rem !important;
	font-family: "Open Sans", sans-serif !important;
}

h1:after {
	position: absolute;
	background-color: #d23b31;
	content: '';
	height: 0.2rem;
	width: 5rem;
	bottom: 0;
	left: calc(50% - 2.5rem);
}

.editor-styles-wrapper h1:after {
	position: absolute !important;
	background-color: #d23b31 !important;
	content: '' !important;
	height: 0.2rem !important;
	width: 5rem !important;
	bottom: 0 !important;
	left: calc(50% - 2.5rem) !important;
}

h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 3rem;
	font-weight: 400;
	padding: 2rem 0.7rem;
}

.editor-styles-wrapper h2 {
	font-family: "Open Sans", sans-serif !important;
	font-size: 3rem !important;
	font-weight: 400 !important;
	padding: 2rem 0.7rem !important;
}

h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	padding: 2rem 0.7rem;
}

.editor-styles-wrapper h3 {
	font-family: "Open Sans", sans-serif !important;
	font-size: 2.5rem !important;
	font-weight: 400 !important;
	padding: 2rem 0.7rem !important;
}

h4 {
	font-family: "Open Sans", sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	padding: 1.8rem 0.7rem;
}

.editor-styles-wrapper h4 {
	font-family: "Open Sans", sans-serif !important;
	font-size: 2.2rem !important;
	font-weight: 400 !important;
	padding: 1.8rem 0.7rem !important;
}

p {
	font-family: "Noto Serif", serif;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 0 0.7rem;
	padding-bottom: 2rem;
}

.wpcf7-response-output {
	font-family: "Open Sans", sans-serif;
}

main ul {
	list-style-type: '✔ ';
	padding: 0 2.7rem;
	font-family: "Noto Serif", serif;
	font-size: 1.4rem;
	padding-bottom: 2rem;
}

.editor-styles-wrapper p {
	font-family: "Noto Serif", serif !important;
	font-size: 1.4rem !important;
	font-weight: 300 !important;
	padding: 0 0.7rem !important;
	padding-bottom: 2rem !important;
}

.wp-block-button a,
.wp-block-file__button {
	background-color: #d23b32;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
    font-size: 0.9rem;
	transition: 0.5s;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	margin-bottom: 2rem;
}

.editor-styles-wrapper .wp-block-button a,
.editor-styles-wrapper .wp-block-file__button,
.editor-styles-wrapper .wp-block-button div {
	background-color: #d23b32 !important;
	font-family: "Open Sans", sans-serif !important;
	text-transform: uppercase !important;
    font-size: 0.9rem !important;
	transition: 0.5s !important;
	padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
	margin-bottom: 2rem !important;
}

.with-border a,
.editor-styles-wrapper .with-border a {
	border: 1px solid #ffffff !important;
}

.with-border a:hover,
.editor-styles-wrapper .with-border a:hover {
	background-color: #ffffff;
	color: #000000;
	opacity: 1 !important;
}

.wp-block-button a:hover {
	opacity: 0.7;
}

.editor-styles-wrapper .wp-block-button a:hover {
	opacity: 0.7 !important;
}

.wp-block-columns,
.editor-styles-wrapper .wp-block-columns {
	gap: 0 !important;
}

.wp-block-columns > .wp-block-column > figure > img {
	max-height: 100vh;
	width: 100%;
	object-fit: cover;
}

.editor-styles-wrapper .wp-block-columns .wp-block-column figure img {
	min-height: 100vh !important;
	width: 100% !important;
	object-fit: cover !important;
}

.paypal-donations {
	text-align: center;
	padding-bottom: 2rem;
}

.wp-block-file a:first-child,
.editor-styles-wrapper .wp-block-file {
	display: none;
}

.editor-styles-wrapper .components-resizable-box__container {
	max-height: none !important;
	min-height: none !important;
	max-width: none !important;
	min-width: none !important;
}

.map {
	width: 100%;
}

.mid-block {
	display: flex;
	justify-content: center;
}

.mid-block ul {
	font-family: "Noto Serif", serif;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 0 0.7rem;
	padding-bottom: 2rem;
	margin: 0 1.5rem;
}

.wpcf7-form {
	width: 90%;
	margin: 0 auto;
}

.wpcf7-form p {
    margin: 0;
	color: #000000;
}

.wpcf7-form .form-column {
	width: 100%;
}

.wpcf7-form p {
	padding: 0 !important;
	max-width: 100% !important;
}

.wpcf7-form .form-row {
    display: flex;
    gap: 1rem;
}

.wpcf7-form input {
    border: none;
    border-bottom: 0.1rem solid #d23b32;
    height: 2rem;
    margin: 1rem 0;
    font-size: 1rem;
    width: 100%;
	font-family: "Open Sans", sans-serif;
}

.wpcf7-form input::placeholder {
    color: #000000;
    font-size: 0.9rem;
}

.wpcf7-form input:focus::placeholder {
    color: #000000;
}

.wpcf7-form textarea {
    border: none;
    border-bottom: 0.1rem solid #d23b32;
    height: 10rem;
    margin: 1rem 0;
    font-size: 1rem;
    width: 100%;
	color: #000000;
	font-family: "Open Sans", sans-serif;
}

.wpcf7-form textarea::placeholder {
    color: #000000;
    font-size: 0.9rem;
}

.wpcf7-form textarea:focus::placeholder {
    color: #000000;
}

.wpcf7-form .wpcf7-list-item label {
    display: flex;
}

.wpcf7-form input[type="checkbox"] {
    border: none;
    border-bottom: none;
    height: 15px;
    margin: initial;
    font-size: initial;
    width: 15px;
    margin-right: 1rem;
    position: relative;
    top: 0.2rem;
}

.wpcf7-form input[type="submit"] {
    border: none;
    border-bottom: none;
    height: initial;
    box-shadow: none;
    text-decoration: none;
	background-color: #d23b32;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
    font-size: 0.9rem;
	transition: 0.5s;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	display: block;
	color: #ffffff;
	width: inherit;
	display: block;
	border-radius: 2em;
}

.wpcf7-form input[type="submit"]:hover {
    opacity: 0.7;
}

.wpcf7-form .wpcf7-list-item-label {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
}

.wpcf7-not-valid-tip {
	font-family: "Open Sans", sans-serif;
	font-size: 0.8rem;
}

.eRecht h1 {
	margin-top: 5rem !important;
}

.eRecht h1::after {
	display: none;
}

.editor-styles-wrapper .wp-block-file {
	display: block !important;
}

@media (max-width: 900px) {
	h1,
	h2 {
		padding: 2rem 0;
	}
	
	.editor-styles-wrapper h1,
	.editor-styles-wrapper h2 {
		padding: 2rem 0 !important;
	}
	
	section {
		position: static;
	}
	
	.editor-styles-wrapper section {
		position: static !important;
	}
	
	.section-about-us {
		align-items: start;
	}
	
	.wp-block-columns > .wp-block-column > figure > img {
		min-height: unset;
	}
	
	.editor-styles-wrapper .wp-block-columns > .wp-block-column > figure > img {
		min-height: unset !important;
	}
	
	.section-about-us .wp-block-columns > .wp-block-column > figure > img {
		height: 100vh;
	}
	
	.editor-styles-wrapper .section-about-us .wp-block-columns > .wp-block-column > figure > img {
		height: 100vh !important;
	}
	
	.wp-block-button a,
	.wp-block-file__button
	{
		margin-bottom: 2rem;
	}
	
	.editor-styles-wrapper .wp-block-button a,
	.editor-styles-wrapper .wp-block-file__button
	{
		margin-bottom: 2rem !important;
	}
}

@media (max-height: 900px) {
	section {
		position: static;
	}
	
	.editor-styles-wrapper section {
		position: static !important;
	}
}

@media (max-width: 781px) {
    .wpcf7-form .form-row {
        display: block;
    }
	
	.section-about-us .wp-block-columns > .wp-block-column > figure > img {
		height: 50vh;
	}
	
	.editor-styles-wrapper .section-about-us .wp-block-columns > .wp-block-column > figure > img {
		height: 50vh !important;
	}
	
	html {
		font-size: 14px;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	p {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1500px) {
	main h1,
	main h2,
	main h3,
	main h4,
	main h5,
	main p,
	main ul {
		max-width: 1500px !important;
		margin-left: auto;
		margin-right: auto;
	}
}