.container {
max-width: 1600px;
width: 100%;
margin: 0 auto; /* Zentriert den Container */
}

html,
body
{
height: 100%;
}

body {
font-family: 'Outfit',system-ui, -apple-system;
background-color:#FFFFFF;
overflow-wrap: break-word;
-moz-hyphens: none;
-webkit-hyphens: none;
-ms-hyphens: none;
-o-hyphens: none;
hyphens: none;
margin:0!important;
padding:0!important;
width:100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.clear {
display:block;
clear:both;
line-height:0;
height:1px;
font-size:0;
visibility:hidden;
}

img.logo_heimatfest {
width:850px;
height:auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
margin-top:0px;
word-wrap: break-word;
}

h1 {
color:#000000;
font-weight:600;
font-size: 2.1em;
line-height:1.1em;
letter-spacing:0px!important;
margin: 0.0em 0em 0.5em 0em!important;
}

@media screen and (max-width:768px) {
h1 {
font-weight:600!important;
font-size: 1.7em;
}
}

h2 {
color:#000000;
font-weight:500;
font-size: 1.5em;
line-height:1.2em;
letter-spacing:0px!important;
margin: 0.5em 0em 0.8em 0em!important;
}

@media screen and (max-width:575px) {
h2 {
font-size: 1.5em;
line-height:1.2em;
}
}

h3 {
color:#000000;
margin: 0.8em 0em 0.8em 0em!important;
font-weight:500;
font-size: 1.5em;
line-height:1.2em;
letter-spacing:0px;
}

/* spacer bei mobile abstand links */
/* @media screen and (max-width:768px) {
h3 {
padding:0px 15px 0px 15px;
}	
} */

h4 {
color:#000000;
margin: 0 0 0.8em 0;
font-weight:500;
font-size: 1.8em;
letter-spacing:4px;
line-height:1.2em;
text-transform: uppercase!important;
}

h5 {
color:#000000;
margin: 0 0 0 0;
font-weight:400;
font-size: 1.8em;
letter-spacing:-1px;
line-height:1.5em;
}

p {
margin-top:30px;
margin-bottom: 20px;
font-size: 1.2em;
line-height: 1.3em!important;
font-weight:300!important;
color:#3f5461;
letter-spacing:0.5px;
text-transform:uppercase;
text-align:center!important;
word-spacing: 0.2em;
}

p.bildunterschrift {
clear:both;
font-size: 1.0em;
font-style:italic;
color:#999999;
word-wrap: break-word;
float:left;
padding-bottom:10px;
text-justify: inter-word;

}

p.ausgabe_kategorien {
margin:0.6em 0em 0.7em 0em!important;
font-weight:500!important;	
}

/* spacer bei mobile abstand links */
/* @media screen and (max-width:768px) {
p.p_tag_mobile_left {
padding-left:15px;
}
}  */

a {
color:#314ba1;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
text-decoration-thickness: 1px!important;
text-underline-offset: 5px;
}

a:hover,
a:focus {
color:#314ba1;
text-decoration:none!important;
}