h1, h2, h3, h4, h5, h6, p {
	font-size: 12pt;
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 500;
    font-style: normal;	
    vertical-align: baseline;
    color: white;
    letter-spacing: 0.01em;
    
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    min-height: 100vh;

    background-image: url('../assets/Third-Kylie_IMG.jpg');
    background-size: cover;              /* passt sich der Breite an */
    background-position: center center;  /* horizontal + vertikal zentriert */
    background-repeat: no-repeat;
    
    display: flex;
    flex-wrap: wrap;

    align-items: center; 
    gap: 1em;
    
    padding: 0 2em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}

.background {
    width: 100%;
    background-image: url('../assets/Third-Kylie_IMG.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: fuchsia;
}

 .column {
    width: 100%;
}

@media (min-width: 800px) {
    .column {
        width: 30%;
    }
    }

.column-contact {
    width: 100%;
    margin-left: auto;
    text-align: right;
}

.column-contact a + a {
    margin-left: 1em;
}

@media (min-width: 800px) {
    .columncontact {
        width: 10%;
    }
    }

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;

    min-height: 30vh;
    margin: 0 10px;          /* außen Abstand zu Browserrand */
    gap: 1em;                /* Abstand zwischen den Spalten */
}

a {
    color: white;
    text-decoration: underline;
}

a:hover {
  color: greenyellow;
}


.seo-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}