body {
	font-family: var(--thm-font);
	color: #8a1519;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}

a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

h1 {
    font-size: 52px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}

p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
}
a {
    text-decoration: none;
    background-color: transparent;
}

.fa, .fas {
    font-weight: 900;
    color: #9ca3a9;
}

.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li>a {
    font-size: 18px;
    font-weight: 500;
    color:darksalmon;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.info {
    margin: 13rem 0 5rem;
}

.btn_touren {
	margin-top: 0;
	padding: 5px 15px;
	border: none;
	outline: none;
	background-color: darksalmon;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.btn_touren:hover {
	background-color: var(--thm-primary);
	color: var(--thm-base);
	border: solid 2px darksalmon;
}

.link_impressum {
    color: black;
}