/*
Theme Name: Grill & Chill
Author: Christoph Adel
Author URI: https://www.jagibonn.de
Description: Standard Theme für Grill & Chillmaster
Version: 1.0
License: Copyright by JAGI Bonn GmbH
License URI: ---
Tags: light
*/

@import url(res/fonts/fonts.css);

div.move figure {
	position: relative;
}

.wp-block-media-text__media video {
	object-fit: cover;
	object-position: 50% 50%;
}


/**********
 * Basics *
 *********/

 body {
	background: var(--bg-colour);
	color: var(--text-white); 
	margin:0;
	font-family: 'Titillium Web Regular', sans-serif;
	font-weight: 400;
	/*text-align: justify;*/
	position: relative;
}

body.admin-bar, body.admin-bar header#site-header nav {top:32px;}

#main {position: relative; padding-bottom: 4em;}

.screen-reader-text:not(:focus) {
	position: absolute !important;
	height: 1px;
	width: 1px;
	left: -9999px;
	clip: rect(1px,1px,1px,1px);
	overflow: hidden;
}

a.skip-link:focus, a.skip-link:active {
    position: absolute;
    border: 1px solid var(--white);
    background: var(--white);
    color: var(--white);
    z-index: 1040;
    margin: 1em;
	padding: 0.5em;
}

header {
	display: flex;
}

header#site-header {
	background: var(--bg-colour);
}

/*
header #header-img {
	background: url(res/img/bg-1.jpg);
	background-size: cover;
	display:flex;
	justify-content: center;
	padding:2em 15%;
}
*/

header #header-container {
	width: var(--content-width);
	margin: 0 1rem;
	padding: 0 1rem;
}

@media screen and (max-width: 1200px) {
	header #header-container {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}


@media screen and (max-width: 800px) {
	header #header-container {
		margin: 0;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

/*header img,
header .fixed-menu-image img {height: 1.5em;}


header #header-img img {width:100%;}
header .site-logo {
	max-width:260px; 
	position: absolute;
	left:15%;
	top:1em;
} */
#site-header .site-branding { margin: 0 auto; padding: 0 3em;} 
#site-header .site-branding img {width:100%; max-height: 250px;}

.buehne {
	margin-top: var(--margin-top-buehne);
	display: flex;
	align-items: end;
	min-height: 98vh;
	height: 98vh;
}

.buehne.wp-block-cover {
	padding: 0 !important;
}

.buehne.alignfull > div.wp-block-cover__inner-container {
	padding-top: 2rem;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 10%);
}

@media screen and (max-width: 1200px) {
	.buehne div.alignfull > div.wp-block-group__inner-container { padding-top: 0; }
}

.featured-image img {width:100%; height:100%;}


.full-width main {padding:0;}
main, aside {padding: 0 0; margin-bottom: 0em}

.page-top-image {
	min-height: 28.13em;
	height: calc(100vw/3);
	padding-bottom: 4em;
}

.page .entry-content {
	max-width: var(--content-width);
	margin: 0 auto 0 auto;
}

.mainwrapper {
	display: flex;
}

.page .mainwrapper .entry-content {
	padding: 0 1rem;
}

.liste-dienstleistungen h3 {
	margin-top: 2.5em;
}

.liste-dienstleistungen ul {
	margin-bottom: 3em;
}

ul.inline li {
  display: inline;
}

ul.inline li:before,
footer nav ul li:before {
  content: "//";
  display: inline-block;
  text-align: center;
  width: 1.5em;
}

ul.inline li:first-child:before,
footer nav ul li:first-child:before {
  display: none;
}

#header-container ul li:before { content: ""; width: 0.5em;}

.liste-dienstleistungen {
	text-align: center;
}

.liste-dienstleistungen a.wp-block-button__link {
	font-size: 1.2rem;
}

.page .content {
	padding: 3.5rem 0 0 0;
}

@media (max-width: 1200px) {
	.page .mainwrapper .entry-content {
		padding: 2rem 4rem 0 4rem;
	}
}

@media (max-width: 800px) {
	.page .mainwrapper .entry-content {
		padding: 1.5rem 1.5rem 0 1.5rem;
	}
}

.page .entry-content .alignwide {
	margin-left: calc( -95vw / 2 + 100% / 2 );
	margin-right: calc( -95vw / 2 + 100% / 2 );
	max-width: calc(100vw - 0.51em);
	padding: 1em;
}

.hover-clip-start {
	position: relative;
}

.hover-clip-start figure {
	cursor: pointer;
}

.hover-clip-start figure:first-child {
	opacity: 1;
}

.hover-clip-start .referenzen-video-headline {
	margin-bottom: 0;
}

.hover-clip-start ul li:before {
	width: 1em;
}

.close {
	color: var(--text-white);
	opacity: 1;
}

.close:hover {
	color: var(--text-white);
}

/* Social Media Icons */
.social-instagram-header img {width: 1.67rem;}
.social-youtube-header img {width: 2.1rem;}
.social-instagram-footer img {width: 3rem;}
.social-youtube-footer img {width: 4.5rem;}


/* Language Switcher */
.navbar-main .dropdown {
	margin-bottom: 0;
	margin-left: 1rem;
	padding-left: 0;
}

.navbar-main .dropdown .dropdown-menu {
	min-width: 4rem;
	text-transform: uppercase;
	border-radius: 5px;
	transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1,0);
    display: block;
}

.navbar-main .dropdown .dropdown-menu.show {
	transform: scale(1);
}



.navbar-main.scrolled .dropdown .dropdown-menu {
	background-color: rgba(0,0,0,1);
}

.navbar-main .dropdown .dropdown-menu li {
	padding: 0.2rem 1rem;
}

.navbar-main .dropdown .dropdown-menu li.current-lang a,
.navbar-main .dropdown .dropdown-menu li a:hover {
	border-bottom: 1px solid #FFFFFF;
}

/* Footer */

footer#site-footer {
	background-color: var(--white);
	color: var(--text-dark);
	padding-top: 1em; 
}

@media screen and (max-width: 768px) {
	footer#site-footer .reverse-md-device {
		flex-direction: column-reverse;
	}
	
	footer#site-footer :where(.wp-block-columns.is-layout-flex) {
		gap: 0;
	}
	
	footer#site-footer ul.social-media-icons {
		margin-bottom: 0;
	}
}

footer .footer-nav ul li {
	display: inline;
	text-decoration: none;
}

@media (max-width: 768px) {
	footer#site-footer .mainwrapper{
		flex-direction: column-reverse;
	}
	
	footer .footer-nav {
		justify-content: flex-start !important;
	}
}

/*footer.entry-meta {background:#eee; padding:0.2em; margin:1em 0;}*/

#menu-footer-menue {padding:0 !important;}

#menu-footer-menue li {display: inline; list-style: none; margin-right:1em;}

#menu-footer-menue li a {color: var(--primary); text-decoration: none}

#menu-footer-menue li a:hover {border-bottom: 1px solid var(--primary); }

@media (max-width: 768px) {
	#menu-footer-menue {
		margin-top: 2em;
	}
	
	#menu-footer-menue li {
		display: block;
	}
}

footer .wp-block-heading {
	color: var(--text-white);
}

footer a,
footer a:hover,
footer a:focus,
footer a:visited,
footer a:active {
	color: var(--primary);	
}

ul.social-icons {
	margin-bottom: 0;
}

/* Clearfix Hack, e.g.: against <p>'s margin that flows out of  header and footer*/
.clearfix::after, .clearfix::before {
	content: "";
	clear: both;
	display: table;
  }

  /* Sidebar neben Main */
  @media screen and (min-width: 768px) {
	main {width:68%;}
    aside {width:30%;}
    
    .no-sidebar main {width:100%; }
  }

 /***********
 * Hauptmenü *
 ************/

nav.navbar {background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 70%,rgba(0,0,0,0.3) 35%); padding-top: 0.5em; padding-bottom: 1.5em; justify-content: center;}

.hauptmenue {
	width:100%; 
	margin:0 auto;
	justify-content: end;
	align-items: center;
	padding: 0;
}

.hauptmenue a {text-decoration: none;}

.navbar-collapse {flex-grow: 0;}

nav ul#menu-hauptmenue,
nav ul#menu-hauptmenue-englisch,
nav ul#menu-hauptmenue-niederlaendisch {padding: 0; margin-bottom:0; margin-right:4em; float:right;}

@media (max-width: 1199px) {
	nav ul#menu-hauptmenue,
	nav ul#menu-hauptmenue-englisch,
	nav ul#menu-hauptmenue-niederlaendisch {margin-right:0;}
	
	nav ul#menu-hauptmenue li,
	nav ul#menu-hauptmenue-englisch li,
	nav ul#menu-hauptmenue-niederlaendisch li {list-style: none; padding:0.5em; text-align:center; border-bottom:1px solid #ddd;}
	
	.nav {display:block;}

}

nav ul li:last-child {margin-right: 0; border:none;}

:focus-visible {
	outline-color: var(--primary);
	outline-offset: 5px;
}

.btn a:focus-visible {
	outline-color: var(--text-white);
}

.btn.secondary-color a:focus-visible {
	outline-color: var(--text-dark);
}

footer a:focus-visible {
	outline: 2px solid var(--text-dark);
}

.navbar-nav { align-items: center; }

nav.navbar.scrolled { padding-bottom: 0.5em;}
.fixed-menu-image {display:none; float:left;}
.scrolled .fixed-menu-image {display: block;}
.scrolled div.navbar-nav {padding:0 1em; margin-top: 8px}

nav ul#menu-hauptmenue li.current_page_item a,

nav ul.language-switch li {padding: 0.25em 0;}
nav ul.language-switch li:hover { border-bottom: 1px solid var(--text-dark); }
nav ul.language-switch li.current-lang {border-bottom: 1px solid var(--text-dark);}

nav ul#menu-hauptmenue li a:hover, nav ul#menu-hauptmenue li a { padding: 0.25em 0; }
nav ul#menu-hauptmenue li a:hover, nav ul#menu-hauptmenue li a:focus, nav ul#menu-hauptmenue li.current_page_item a {border-bottom: 1px solid var(--text-dark); }

nav ul#menu-hauptmenue-englisch li a:hover, nav ul#menu-hauptmenue-englisch li a { padding: 0.25em 0; }
nav ul#menu-hauptmenue-englisch li a:hover, nav ul#menu-hauptmenue-englisch li a:focus, nav ul#menu-hauptmenue-englisch li.current_page_item a {border-bottom: 1px solid var(--text-dark); }

nav ul#menu-hauptmenue-niederlaendisch li a:hover, nav ul#menu-hauptmenue-niederlaendisch li a { padding: 0.25em 0; }
nav ul#menu-hauptmenue-niederlaendisch li a:hover, nav ul#menu-hauptmenue-niederlaendisch li a:focus, nav ul#menu-hauptmenue-niederlaendisch li.current_page_item a {border-bottom: 1px solid var(--primary); }

.wp-block-button button {
	border-radius: unset;
}

a.wp-block-button__link {
	border-radius: unset;
}

.wp-block-button.is-style-outline>.wp-block-button__link {
	padding: 0.6em 3em;
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
	color: var(--primary);
	background-color: var(--text-dark);
}

.wp-block-button.is-style-outline.button-opacity>.wp-block-button__link {
	background-color: rgba(19,27,30,0.8);
}

.wp-block-button__link.wp-element-button:hover {
	text-decoration: underline;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(51,51,51,0.5); 
	box-shadow: 0px 0px 5px 3px rgba(51,51,51,0.5);
}


.navbar-toggler {float:right; color:var(--text-dark); margin-top: 0.4em;}
button.navbar-toggler::after {content:""; clear:both;}
button.navbar-toggler:focus { outline-color: var(--prmary); }
.navbar-toggler-icon {background-image: url(res/img/nav-bar.svg);}

@media (max-width: 1199px) {
	.fixed-menu-image {display: block;}

	div.navbar-nav {padding:0 1em;}
	nav.navbar {
		position:fixed; 
		top:0;
		width:100%;
		z-index: 999;
	}
	
	header .site-logo {text-align: center; margin-right:0;}
	.navbar-collapse {clear:both;}
}	

/* fix anchor links because of the fixed header

.scrolled :target:before {
	content:"";
	display:block;
	height:5em; 
	margin:-5em 0 0; 
	} */

  /************
 * Kommentare *
 *************/
 #comments ul {padding:0;}
 #comments ul li {list-style: none; margin-top:1em;}
 #comments ul li ul {padding-left:3em;}


/*************************
* Typografie und Content *
*************************/

h1, h2, h3,  h4, h5 {
	font-family: 'Titillium Web SemiBold', sans-serif; 
	color:var(--primary); 
	text-align: left; 
	-webkit-text-fill-color: var(--primary);
    -webkit-text-stroke: 1px var(--white);}	



h1 { margin-top:.2em; margin-bottom: 0.66; font-size: 2.3rem; }
.buehne h1 { color: var(--text-white); text-transform: uppercase; padding-bottom: 1.5rem; }
@media screen and (max-width: 1200px) {
	h1 {font-size: 2rem;}
}


@media screen and (max-width: 450px) {
	.buehne h1 {word-break: break-word; hyphens: auto;}
}
h2 {font-size: 2rem; margin-top:2.25rem; margin-bottom: 1.25rem;}
@media screen and (max-width: 1200px) {
	h2 {font-size: 1.8rem;}
}
footer h2 {font-size: 1.66rem; margin-top:1.2em; margin-bottom: 0.5rem;}
h3 {font-size: 1.6rem; color:var(--text-white);}
.referenzen p.referenzen-video-headline {margin-top: 0.5em; color: var(--primary);}
h4 {font-size:1.33rem; margin-top:1.2em;}

@media screen and (max-width: 768px) {
	h1 {font-size: 1.6rem;}
	h2 {font-size: 1.4rem;}
	h3 {font-size: 1.2rem;}
}
aside h3 {margin-top:1.6em; font-size: 1.3em;}


a {text-decoration: underline;}
a:hover {text-decoration: none;}

a, a:hover, a:focus, a:visited, a:active {
	color: var(--text-white);	
}

.referenzen .wp-block-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
}

.liste-dienstleistungen ul,
.referenzen ul { padding-left: 0; }

.wp-block-buttons a:hover, a:focus, a:visited, a:active {
	text-decoration: none;
}

.wp-block-image img {
    max-width: 100%;
    height: 100%;
}

.gradient-text-right .wp-block-media-text__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	background: linear-gradient(56deg, rgba(19,27,29,1) 0%, rgba(69,69,69,1) 100%);
}

.gradient-text-left .wp-block-media-text__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	background: linear-gradient(-64deg, rgba(19,27,29,1) 0%, rgba(69,69,69,1) 100%);
}

.gradient-text-left.bg-orange .wp-block-media-text__content {
	background: var(--primary);
}

.gradient-text-left.bg-orange .wp-block-media-text__content h2 {
	color: var(--text-white);
}


.gradient-text-right video,
.gradient-text-left video {
	height: 100%;
}

.full-width main {width:100%}
.full-width h1 {margin:2em auto 1em auto; padding: 0 1em; max-width: 1140px; text-align: center;}

.full-width .wp-block-columns {align-items: center;}
.full-width .wp-block-columns.col-reverse {flex-direction: row-reverse;}

.page-template-page-full-width .wp-block-columns .wp-block-cover {border:0;}
.wp-block-cover {min-height:300px;}

/* Alignwide und Full Platzhalter Start */

.alignwide {max-width: var(--content-max-width); padding-left: 6.5rem; padding-right: 6.5rem;}
@media screen and (min-width: 2800px) {
	.alignwide {margin: 0 auto 0 auto;}
}

@media screen and (max-width: 1200px) {
	.alignwide {padding-left: 4rem; padding-right: 4rem;}
}

@media screen and (max-width: 1100px) {
	.alignwide {padding-left: 3rem; padding-right: 3rem;}
}

@media screen and (max-width: 950px) {
	.alignwide {padding-left: 2rem; padding-right: 2rem;}
}

@media screen and (max-width: 800px) {
	.alignwide {padding-left: 1.5rem; padding-right: 1.5rem;}
}

.content-wrapper.alignwide img {max-width:100%;} /* in the case the * ist an img */

.alignfull {
	max-width: 2800px;
	width: calc(100vw - var(--scrollbarWidth));
}


@media screen and (min-width: 2800px) {
	.alignfull {
		margin: 0 auto 0 auto;
	}
	.buehne {
		margin-top: var(--margin-top-buehne);
	}
}

@media screen and (max-width: 768px) {
	.alignfull.anfrage-bg {
		width: 100vw;
		overflow: hidden;
	}
}

.alignfull.text-content-padding .wp-block-media-text__content {
	padding-left: 14rem;
}

@media screen and (max-width: 1600px) {
	.alignfull.text-content-padding .wp-block-media-text__content {
		padding-left: 10rem;
	}
}

@media screen and (max-width: 1400px) {
	.alignfull.text-content-padding .wp-block-media-text__content {
		padding-left: 8rem;
	}
}


@media screen and (max-width: 1200px) {
	.alignfull.text-content-padding .wp-block-media-text__content {
		padding-left: 6rem;
	}
}

@media screen and (max-width: 1150px) {
	.alignfull.text-content-padding .wp-block-media-text__content {
		padding-left: 4rem;
	}
}

@media screen and (max-width: 800px) {
	.alignfull.text-content-padding .wp-block-media-text__content {
		padding-left: 1.5rem;
	}
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	min-height: 100vh;
}

@media screen and (max-width: 1150px) {
	.wp-block-media-text.is-image-fill .wp-block-media-text__media {
		min-height: 500px;
	}
}

@media screen and (max-width: 899px) {
	.wp-block-media-text.is-image-fill .wp-block-media-text__media {
		min-height: 400px;
	}
}

@media screen and (max-width: 768px) {
	.wp-block-media-text.is-image-fill .wp-block-media-text__media {
		min-height: 350px;
	}
}

@media screen and (max-width: 499px) {
	.wp-block-media-text.is-image-fill .wp-block-media-text__media {
		min-height: 250px;
	}
}

/* Alignwide und Full Platzhalter ende */


aside h4 {font-weight:600; margin-bottom: 0.2em;}
aside h4:first-of-type {margin-top:0;}

.alignfull.img-box-shadow-left,
.alignfull.img-box-shadow-right {
	padding: 0 2em !important;	
}

@media screen and (max-width: 600px) {
	.alignfull.img-box-shadow-left,
	.alignfull.img-box-shadow-right {
		padding: 0 1.5em !important;	
	}
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 2rem 6.25rem;
}

@media screen and (max-width: 1600px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding: 1.5rem 5rem;
	}
}

@media screen and (max-width: 1400px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding: 1rem 4rem;
	}
}

@media screen and (max-width: 800px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding: 1rem 1.5rem;
	}
}

@media screen and (max-width: 1150px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100%!important;
	}
	
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
	
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
}

.btn {padding: 0;}

.btn a.wp-block-button__link {
	color: var(--text-white) !important;
	padding: 0.4em 1.5em !important;
	border-radius: .5em;
}

input, textarea, select { border: 1px solid var(--text-white); border-radius: .25rem; padding: 0.5em; width:100%; margin-bottom: 0.5em;}
input[type=checkbox] {width:1em;}
label {margin:0}

.mobile-only { display: none; }
@media screen and (max-width: 768px) {
	.mobile-only { display: flex; }
	
	#headerStep1:not(.mobile-only),
	#headerStep2:not(.mobile-only),
	#headerStep3:not(.mobile-only) { display: none;}
}


/* Contact Form 7 */

/* Ende Contact Form 7 */

@media screen and (min-width: 768px) {
    a[href*="tel:"] {
		pointer-events: none;
		cursor:default;
		text-decoration: none;
    }
}

.has-large-font-size {font-size: 1.4em; line-height: 1.2em;}
.has-huge-font-size {line-height: 1.2em;}

@media screen and (max-width: 768px) {
    .has-huge-font-size, .has-larger-font-size {
		font-size: 2em;
	}	
}

/*p.mainwrapper {padding: 0 2.5em 0 2.5em;}*/

hr {margin-top: 2.5em;}

iframe {min-width:100px;}

.page figure.featured-image {margin-bottom:0;}

.content-wrapper {padding:2.5rem 1em; scroll-margin-top: 2em;}

.content-wrapper * {max-width:800px; margin-left: auto; margin-right: auto; }
.content-wrapper img {max-width:100%;} /* in the case the * ist an img */
.content-wrapper table {max-width:100%;} /* in the case the * ist an table */

blockquote {text-align: center; margin:2em;}

blockquote p {
	letter-spacing: 4px;
	font-size: 120%;
	margin-bottom: 0.4em;
	line-height: 1.3em;;
}
blockquote cite {
	letter-spacing: 1px;
	font-size: 80%;
	font-style: normal;
}

.phone-contact { margin-bottom: 0; }

@media screen and (min-width: 1400px) {
	.phone-contact {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: var(--text-dark);
	}
}

table {margin-bottom: 1em;}

@media screen and (min-width: 960px) {
	.wp-block-table .has-fixed-layout th:first-of-type {width:75%; }
}

@media screen and (max-width: 459px) {
	.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {table-layout: unset; width:25%; }
	.wp-block-table .has-fixed-layout td:first-of-type, .wp-block-table .has-fixed-layout th:first-of-type {width:40%; }
}

.wp-block-cover {background-size: cover;}
/* .wp-block-cover p {text-shadow: 5px 5px 10px black, 0 0 25px black, 0 0 25px black; }*/
.wp-block-gallery {min-height: 20em;} /* prevent #kontakt anchor of wrong scrolling because od lazy-load  */

.cc-btn:focus {text-decoration: underline!important;}
.cc-link:focus {text-decoration:none!important;}
.cmplz-placeholder-1 {height: auto!important;}


.socialicons {margin-bottom: 2em;}
.socialicons a svg {width: 3em; margin-right:1.33em;}
/*footer .row {text-align: center;} */

.modal-header {
	border: none;
}

.modal-content {
	background-color: transparent;
}

.modal-dialog {
	max-width: 70vw;
}

@media screen and (max-width: 1200px) {
	.modal-dialog {
		max-width: 100vw;
	}
}

#formular-modal .modal-dialog {
	max-width: 800px;
}

@media screen and (max-width: 800px) {
	#formular-modal .modal-dialog {
		max-width: 100vw;
	}
}

.modal-body {
	height: 80vh;
	padding: 0;
}

.modal-open .modal-backdrop {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}


/******************
* Utility Classes *
******************/



/*************************************
 * Formmular *
 ************************************/

.wpcf7-form {
	background-color: var(--bg-colour);
	padding: 2rem;
	border-radius: 15px;
	text-align: left;
}

.wpcf7-form input,
.wpcf7-form textarea {
	background-color: transparent;
	border-color: var(--primary);
	border-radius: 0;
	color: var(--text-white);
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

input.wpcf7-submit {
	min-width: 150px;
	width: auto;
	background-color: var(--primary);
	color: var(--text-dark);
}

input.wpcf7-submit:hover {
	text-decoration: underline;
}


/*************************************
 * Ende Formmular *
 ************************************/

:root {
	font-size: 1.25rem; /* soll im Standard 20px entsprechen. Ausgehend von einer Browser-Schriftgröße von 16px */
	--margin-top-buehne: -4.375rem;
	--content-width: 1200px;
	--content-max-width: 2800px;
	--primary-org: #e20a17; 
	--primary: #EA0B2A; /* ok auf weiß, 3,5 auf BG*/
	--secondary: #ff5900;  	
	--white: #fff;
	--text-dark: #000;
	--text-white: #fff;
	--bg-colour: #212121;
}

@media screen and (max-width: 1500px) {
	:root {
		font-size: 23px;
	}
}

@media screen and (max-width: 1400px) {
	:root {
		font-size: 22px;
	}
}

@media screen and (max-width: 800px) {
	:root {
		font-size: 20px;
	}
}

@media screen and (max-width: 500px) {
	:root {
		font-size: 18px;
	}
}

@media screen and (max-width: 670px) {
	#contactFormSVG {
		display: none;
	}
}
