/* fira-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* fira-sans-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/fira-sans-v17-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* fira-sans-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/fira-sans-v17-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* fira-sans-500italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/fira-sans-v17-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* fira-sans-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/fira-sans-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* fira-sans-600italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/fira-sans-v17-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


/*---------------------------------------------------------------------------------------------------*/
body {
    color: #333; /* Darker text for better readability */
}

header, footer {
    background-color: #3c1721;
    padding: 25px 5%;
    color: white;
}
footer a {
    color: white;
    text-transform:uppercase;
    text-decoration: none;
}

footer a:hover {

    text-decoration: underline;
    color: white;

}

.container .hinweis {
    background-color: #E7D1DC;
    font-size: 20px;
    padding: 25px 35px;
}

.container .hinweis b {
    color:#E6007E;
    font-size: 25px;
}

/*.container .downloadhinweis {
    padding: 15px 20px;
    background-color: white;
}*/




.zweizeilig {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}

.zweizeilig div {
    width: 100%;
}

.profilbild-beispiel {
    width:100%;
    height:auto;
    margin-bottom:2em;
    max-width:300px;
}

.nav-wrap, section, footer div {
    max-width: 800px;
    margin: auto;
    position:relative;
    display: block;
}


.container:nth-of-type(odd) {
    padding: 30px 5% 20px;
    background-color: white;
}

.container:nth-of-type(even) {
    padding: 30px 5% 20px;
    background-color: #E7D1DC;
}



h1, h2, h3, h4, h5, p, a, label, button, b, strong, li {
    font-family: 'Fira Sans';
    line-height:1.5;
}

h1 {
    color: #E6007E; 
    margin-bottom: 1rem;
    font-size: 2em;
    line-height:1.1em;
}

h1, h2 {
    margin-top:0;
}

h3 {
    margin-top: 2em;
}

a {
    color: #9cb31f;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}


a:hover {
    color: #84990d;
    text-decoration: underline;
}

button, label {
    font-size: 1em;
    text-transform: uppercase;
}

.abstand {
    margin-bottom: 1.5em;
}

ul {
    padding: 0;
    margin:1.2em;
}
.download ul li {
    list-style: none;
}

.download ul {
    margin: 0 0 1em 0
}

ul ul {
    margin-top:0;
    margin-bottom:0;
}

.h2ohneabstand, .h3ohneabstand {
    margin-bottom:0.5em;
}

.h2ohneabstand.vorh3 {
    margin-bottom:0em;
}
h2 ~ h3 {
    margin-top: 0
}


.ulkultur {
    margin-top:0.5em;
}

.social {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    width: 165px;
}

.social img {
    border-radius: 8px;
    width: 45px;
    height:45px;
    transition: background-color 0.3s;

}
.social a:hover img {
    
    transition: background-color 0.3s;

}

.social .instagram img {
    background-color: #914d98;
}

.social .facebook img {
    background-color: #005ca9;
}

.social .tiktok img {
    background-color: #000000;
}

/*.social .youtube img {
    background-color: #863688;
}*/


.social .instagram:hover img {
    background-color: #bb64c5;
}

.social .facebook:hover img {
    background-color: rgb(0, 123, 224);
}

.social .tiktok:hover img {
    background-color: #555454;
}

/*.social .youtube:hover img {
    background-color: #863688;
}*/


.button {
    margin-bottom: 1em;
    font-weight:400;
}

/*------- generator-----------*/






.img-container {
    max-width: 100%; /* Ensure it doesn't exceed the screen width */
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    /*justify-content: center;*/ /* Center the image horizontally */
}

#result {
    max-width: 100%; /* Ensure the image is fully visible and responsive */
    max-height: 400px; /* Limit the image height while maintaining aspect ratio */
    object-fit: contain; /* Ensures the image is not cropped */
    border-radius: 10px; /* Optional: adds rounded corners to the image */
}

#upload-btn {
    display: none; /* Hide the actual file input */
}

label[for="upload-btn"], .button, button {
    cursor: pointer;
    background-color: #9cb31f;
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    border: solid 1px black;
    display: inline-block;
    transition: background-color 0.3s;
    text-transform: none;
    font-weight: 400;

}

label[for="upload-btn"]:hover, .button:hover, button:hover {
    background-color: #b4ce23;
    color:black;
    text-decoration: none;
}
.button:visited {
 color:black;
}

.downloadhinweis .button {
    margin-bottom:0.5em;
    font-weight:normal
}

#download-btn {
    background-color: #9cb31f; 
    border-color: black; 
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
    width: auto; /* Adjusts the button width to the content */
    display: inline-block; /* Aligns the button width to the image width */
    border: solid 1px black;
}

#download-btn:hover {
    background-color: #b4ce23; 
    border-color: black; 

}

/* Additional custom styles can be added here */



/* Unterstützungsformular ------------------*/
label {
    display: block;
    margin-bottom: 5px;
    text-transform: none;
}
input[type="text"], input[type="email"], textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
input[type="checkbox"] {
    margin-right: 10px;
}

label[for=emailConfirmation] {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#errorBox {
    margin-top: 1rem;
	margin-left: 0;
	padding-left: 0;
}

#errorBox li {
	list-style: none;
}

.errorListe  {
	color: rgb(194, 81, 29);
}

#errorSendingNachrichtListe {
	color: orange;
}

#successNachrichtListe {
	color: rgb(107, 184, 63);
}


/* Logocontainer-----------------------------*/

.unterstuetzende {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position:relative;
}

.logocontainer {
    position:relative;
    display:block;
    width: 49%;
    height:auto;
    margin-bottom: 1%;
}

@media screen and (min-width:500px) {

    .logocontainer {
        width: 32%;

    }

    .container:nth-of-type(odd) {
        padding: 40px 5% 30px;
    }
    
    .container:nth-of-type(even) {
        padding: 40px 5% 30px;
    }

 
}
@media screen and (min-width:600px) {

    h1 {
        font-size: 2.5em;
        line-height:1.1em;
    }

    .zweizeilig div:nth-of-type(1) {
        width: 48%;
    }

    .zweizeilig div:nth-of-type(2) {
        width: 48%;
    }
}

@media screen and (min-width:700px) {

    .logocontainer {
        width: 24%;
    }

    .container:nth-of-type(odd) {
        padding: 60px 5% 50px;
    }
    
    .container:nth-of-type(even) {
        padding: 60px 5% 50px;
    }

    .zweizeilig div:nth-of-type(1) {
        width: 38%;
    }

    .zweizeilig div:nth-of-type(2) {
        width: 58%;
    }
}

@media screen and (min-width:1200px) {

    .logocontainer {
        width: 19%;
    }

    .container:nth-of-type(odd) {
        padding: 70px 5%;
    }
    
    .container:nth-of-type(even) {
        padding: 70px 5%;
    }
}

.logocontainer img {
    width:100%;
    height:auto;
}
