
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}



:root {
	--primary: #1b1b1b;
	--secondary: #3d0522;
	--highlight: #891852;
	--tertiary: #e4dcc6;

	--tertiary_dark: #586970;
	--tertiary-light: #f3f0e9;
	--highlight-light: rgba(137,24,82, 0.3);


	--font-family: 'Roboto', sans-serif;
	--border-radius: 24px;
	--border-radius-small : 16px;
}

html {
	scroll-behavior: smooth;
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
}


body {
	color: #232323;

}

.title_row{
	background: #f3f0e9;
	padding: 80px 0;
}

@media screen and (max-width: 768px) {
	body {
		overflow-x: hidden;
	}
}


a {
	text-decoration: none;
	color: var(--secondary);
	transition: all 300ms;
}
 a:not(.wp-block-button__link):hover {
	 color: var(--highlight);
 }

.alignment-right {
	text-align: right;
}
.alignment-center {
	text-align: center;
}

img {
	width: 100%;
}

.img-border img {
	border: 10px solid var(--tertiary);
}

.img-left-animation img {
	transform: translateX(-60px);
	transition: transform 0.8s ease;
	will-change: transform;
}
.img-left-animation.is-visible img {
	transform: translateX(0) !important;
}
.noindex {
	z-index: 0;
}

p {
	line-height: 1.5;
	margin-bottom: 15px;
}

p.special-p {
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--secondary);
}

body main {
	margin-top: 86px;
	overflow-x: hidden;
}


main .wp-block-column ul {
	padding-left: 5px;
}

main ol {
	margin-left: 50px;
	margin-bottom: 10px;
}

main ul {
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}
main ul li {
	align-items: center;
	line-height: 1.5;
	position: relative;
	list-style: none;
}

main ul li:last-child {
	margin-bottom: 0px;
}

main ul li:before {
	background-color: var(--secondary);
	border-radius: 50%;
	content: '';
	height: 6px;
	left: -15px;
	width: 6px;
	display: inline-block;
	position: absolute;
	top: 9px;
}

main ul li:nth-child(odd):before {
	background-color: var(--highlight);
}

main ol {
	counter-reset: number;
	margin-top: 30px;
	margin-bottom: 30px;
}

main ol li {
	counter-increment: number;
	list-style: none;
	font-size: 1.2rem;
	font-weight: 300;
	margin-bottom: 20px;
	position: relative;
}

main ol li::before {
	align-items: center;
  content: counter(number);
  font-weight: 600;
  font-size: 1.1rem;
  color: #fff;
  display: flex;
  position: absolute;
  left: -50px;
  justify-content: center;
  top: 2px;
  width: 32px;
  height: 32px;
  background: linear-gradient(to right, var(--highlight), var(--secondary));
  border-radius: 50%; 
}

main ol li strong {
	color: var(--darkblue);
}

strong, b {
	color: var(--primary);
	font-weight: bold;
}

a > i {
	padding-right: 8px;
}


table {
	border-collapse: collapse;
	width: 100%;
}

main table th {
	border-bottom: 2px solid #121212;
	padding: 1rem;
	text-align: left;
	text-transform: uppercase;
}

main table td {
	padding: 1rem 1rem;
	border-bottom: 1px solid #121212;
}

main table tr:last-child td {
	border-bottom: none;
}

tr th:nth-last-child(2):first-child + th:last-child,
tr td:nth-last-child(2):first-child + td:last-child {
	text-align: right;
}

.border-radius, .border-radius embed {
	border-radius: 15px;
}


/* ---------------------- SCROLLBALKEN ----------------------------*/


::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	height: 10px;
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: var(--secondary);
}


/* ---------------------- HEADLINES ----------------------------*/

h1, h2, h2 span, h3, h3 span, h4, h5, h6, .wp-block-preformatted,
#logo strong, .footer-headline {
	font-family: Georgia, serif;
	line-height: 1.2;
	margin-bottom: 1em;
	margin-top: 0;
}

#logo strong {
	font-size: 2.28rem;
}

@media screen and (max-width: 1240px) {
	#logo strong {
		font-size: 1.5rem;
	}
	#logo span {
		font-size: 10.6px;
	}
}

h1 {
	font-size: 3rem;
	color: var(--secondary);
	line-height: 1;
	font-weight: 600;

}

h1 strong {
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text; /* für manche Browser */
	color: transparent;
	font-weight: 600;
}

.main_headline h1 {
	text-align: center;
}

h2, h2 * {
	color: var(--darkblue);
	font-size: 2.5rem;

	line-height: 1.2;
}

.justtext h2 {
	margin-bottom: 25px;
}


h3, h3 * {
	font-size: 1.5rem;
	font-weight: bold;
}

.simple-boxes h3, .simple-boxes h3 * {
	font-size: 1.5em;
	font-weight: 600;
}


h4 {
	font-size: 1.3rem;
}

h5 {
	font-size: 1.3rem;
	letter-spacing: 1px;
}
h6, .footer-headline{
	font-size: 1rem;
	text-transform: uppercase;
}

.justtext p {
	margin-bottom: 25px;
}

@media screen and (max-width: 960px) {
	h1, h2, h3, h4, h5 ,h5 {
		word-break: break-word;
	}

	.uagb-faq-layout-accordion h3 {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 768px) {
	h2, h2 * {
		font-size: 1.9rem;
	}
	h1 {
		font-size: 2.5rem;
	}
}

strong {
	font-weight: bold;
}


/* ---------------------- HEROSECTION ----------------------------*/

#calltoaction a {
	background: var(--secondary);
	color: #fff;
	padding: 16px 30px;
	padding-left: 1.2em;
	font-weight: 500;
	border-radius: 30px;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	height: 2.8em;
	padding-right: 3.3em;
	cursor: pointer;
	text-decoration: none;
}

#calltoaction a::after{
	background: white;
	color: #000;
	margin-left: 1em;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.2em;
	width: 2.2em;
	border-radius: 50%;
	right: 5px;
	transition: all 0.3s;
}

#calltoaction a::after, .lc-button:after {
	content:'\f054';

	font-family: "Font Awesome 7 Free";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-weight: 900;
	transition: all 300ms;
}

#calltoaction a:hover:after {
	background-color: var(--highlight);
	border-radius: 30px;
	width: calc(100% - 20px);
}


.lc-button  {
	align-items: center;
	border-radius: var(--border-radius);
	background-color: var(--secondary) ;
	border: 1px solid var(--secondary);
	font-weight: 500;
	color: #fff;
	display: flex;
	padding: 9px 18px;
	transition: all 300ms;
	justify-self: left;
}

.lc-button:after{

	padding: 0 0px 0 10px;
}


.lc-button:hover,
.lc-button:focus-visible {
	background-color: transparent ;
	color: #fff;
}

.lc-button:hover:after, #calltoaction:hover a:after  {
	color: var(--secondary) ;
	padding: 0 5px 0 5px;
}

.lc-button:active {
	background: var(--tertiary);
	color: #fff;
}



.scroll-up {
	display: flex;
	justify-content: flex-end;
}

#scroll-up-anker {
	padding: 20px;
}


/* ---------------------- FOOTER ----------------------------*/



.privacy-link {
	padding: 0 5px;
}

footer {
	background-color: var(--secondary);
	color:#fff;
	display: table;
	margin-top: -1px;
	width: 100%;
}

#footer-info strong {
	color: #fff;
	font-family: 'Georgia';
	font-size: 2rem;
}

#footerlogo {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px
}

#footerlogo img {
	max-width: 300px;
	width: 100%;
	margin-right: 25px;
}

footer .contact-icons {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: left;
	margin-bottom: 10px;
}

footer .footer-headline {
	display: block;
	margin-bottom: 20px;
}

footer a , footer .footer-headline {
	color: #fff;
}

.bottom-footer .innerrow{
	border-top: 1px solid var(--highlight);
	color: #fff;
	padding: 32px 0;
	text-align: center;
}

.bottom-footer .col-12 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom-footer .col-12 span:first-child {
	padding-right: 15px;
}



.footer-menu  {
	align-items: center;
	display: flex;
	padding-left: 15px;
}

#footer-menu-4 {
	margin-bottom: 30px;
}

footer a {
	transition: all 300ms;
}

footer a:not(.wp-block-button__link):hover{
	color: #fff;
	opacity: 0.6;
}

footer #footer-info p {
	font-size: 0.9rem;
}

footer i {
	padding-right: 10px;
}

.newsletter-headline {
	
}

.bottom-footer .menu  {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
.bottom-footer .menu li  {
	list-style: none;
}

.bottom-footer .menu li a:hover  {
	opacity: 0.7;
}

.special-headline b{
	color: var(--secondary);
}

@media screen and (max-width: 768px) {
	.bottom-footer .col-12{
		display: flex;
		flex-direction: column;
	}

	.bottom-footer .col-12 span:nth-child(2) {
		display: none;
	}

	.bottom-footer .menu {
		gap: 0;
	}

	#logo strong {
		font-size: 1.2rem;
	}
}


@media screen and (max-width: 560px) {
	footer h6 {
		margin-bottom: 15px;
		margin-top: 30px;
	}
}