@import url('https://fonts.googleapis.com/css2?family=Whisper&display=swap');

nav{background-color: #dfd3a6;
	
}/*
section#top-b {border-bottom: 1px solid #636157; margin-bottom: 25px;
	
}

section#bottom-a {border-bottom: 1px solid #636157; margin-bottom: 25px;
	
}*/

.pretext{
	width:100%;
	
}

#login-form-284 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	border-bottom: 1px solid gray;
  padding-bottom: 25px;
}

/* Flex-Items */
.mod-login__username, .mod-login__password, .mod-login__submit {
    flex: 1 1 30%; /* Gleiche Breite der Felder */
    margin-right: 1%; /* Abstand zwischen den Feldern */
}

/* Letztes Element ohne rechten Abstand */
.mod-login__submit {
    margin-right: 0;
}

/* Angemeldet bleiben ausblenden */
.mod-login__remember {
    display: none !important;
}


.input-password-toggle, .btn-primary{
	padding:5px;
	background-color: #DFD3A6;
    border: none;
	color: #000;
}

.btn-primary1 {
	background-color: #7B766C;
	color: #fff;
}

/* Clear floats für das Formular */
#login-form-284 {
    overflow: hidden;
}

/* Anpassung für die Icons und das allgemeine Layout */
 

.input-group-text {
    margin-left: 5px;
}
.mod-login__options {
	float:left;
    width: 100% !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important; /* Zentriert den Inhalt */
    display: block !important; /* Entfernt mögliche Flex-Eigenschaften */
}

/* Listenelemente nebeneinander */
.mod-login__options li {
float: left;
  border: 1px solid #F2F2F2 !important;
  width: 30% !important;
  margin-right: 5% !important;
  text-align: center !important;
  vertical-align: top !important;
  border-radius: 10px;
}

/* Letztes Listenelement ohne rechten Abstand */
.mod-login__options li:last-child {
    margin-right: 0 !important;
}






.rsform-thankyou-button{
	display:none !important;
}

.rsform-block-honeypot{
	display:none !important;
}

section#bottom-c {margin-top: 35px;
	
}

.whisper-regular {
  font-family: "Whisper", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 75px;
  line-height: 35px;
  margin-top: 35px;
}

.whisper-regular-smart {
  font-family: "Whisper", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 78px;
  line-height: 35px;
  margin-top: 35px;
}

.h2-smart	{
	font-weight: 300;
    text-transform: none;
    font-size: 2.5rem;
    line-height: 1.3em;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
}

        @media (max-width: 600px) {
            .whisper-regular-smart {
                font-size: 2rem; /* Schriftgröße auf Smartphones */
				margin-top: 1%;
			}
			
			.whisper-regular {
				font-size: 3rem;
				  
}
			
			.uk-heading-medium {
				font-size: 1.5rem;
				
			}
			
			.h2-smart {
				font-size: 1.5rem;
			}
            }
        

.custom-h4{
	margin: 10px 0px 4px;
    font-family: 'Quicksand';
    font-weight: normal;
    line-height: 40px;
    color: #333333;
    font-size: 24px;
	font-weight: bold;
}

.custom-h3 {
  font-family: "Whisper", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  margin-top: 1%;
  text-align: center;
}

.custom-h3-2 {
  font-family: "Whisper", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  margin-top: 1%;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 2px;
}


.float-zentriert {
    display: block;
    margin: 0 auto; /* Bild zentrieren */
        }
		
		        /* Flexbox-Container für die ersten beiden und dritten/vierten Elemente */
        .flex-container {
            display: flex;
            justify-content: center;
            gap: 5rem; /* Abstand zwischen den Elementen */
            margin-bottom: 40px; /* Abstand zwischen den Zeilen */
        }

        /* Flex-Elemente gleich groß */
        .flex-item {
            text-align: center;
        }
		
		.flex-item p {
    background-color: #dfd3a6;
    padding: 10px;
    border-radius: 5px;
}
		
		        /* Media Query für Smartphone-Ansicht */
        @media (max-width: 768px) {
            .custom-h3 {
                font-size: 34px; /* Kleinere Schriftgröße für Smartphone */
            }

            .float-zentriert {
                width: 240px; /* Kleinere Bildgröße für Smartphone */
                height: auto; /* Automatische Höhe proportional zum Bildverhältnis */
            }

            .flex-container {
                flex-direction: column; /* Elemente untereinander anordnen auf Smartphones */
                gap: 30px; /* Mehr Abstand zwischen den Elementen */
            }
			
			            h2 {
                font-size: 17px; /* Kleinere Schriftgröße für h2 auf Smartphones */
            }
			
			#top-b {
    padding-top: 5%;
    padding-bottom: 2%;
}
        }
		
		        /* Flexbox-Container für den Inhalt */
        .flex-container-kontakt {
            display: flex;
            justify-content: space-between; /* Verteilt den Inhalt, sodass er nebeneinander steht */
            gap: 6rem; /* Abstand zwischen den Elementen */
        }

        /* Stil für den linken Inhalt */
        .left-content-kontakt {
            flex: 1;
        }

        /* Stil für den rechten Inhalt */
        .right-content-kontakt {
            flex: 1;
			margin-top: 2%;
			font-size: 1.1rem;
        }

        /* Responsive Anpassung für kleinere Bildschirme */
        @media (max-width: 768px) {
            .flex-container-kontakt {
                flex-direction: column; /* Anordnung untereinander auf kleineren Bildschirmen */
            }
        }

.uk-heading-medium + .whisper-regular {
    margin-top: 10px; /* Verringert den Abstand nur zwischen diesen beiden Elementen */
}



.main-container {
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}

.line-and-icon {
  position: relative;
  display: flex;
  justify-content: center; /* Zentriert das Icon horizontal */
  align-items: center; /* Zentriert das Icon vertikal */
  height: 50px; /* Höhe des Containers, der die Linie und das Icon umfasst */
}

.divider-line {
  border-top: 1px solid #636157;
  position: absolute;
  width: 100%; /* Die Linie nimmt die gesamte Breite des Containers ein */
  top: 50%; /* Positioniert die Linie in der Mitte des Containers */
  left: 0;
  transform: translateY(-50%); /* Verschiebt die Linie um die Hälfte ihrer Höhe nach oben */
}

.overlay-icon {
  position: relative;
  z-index: 1; /* Stelle sicher, dass das Icon über der Linie liegt */
  margin-top: -25px;
}

        /* Stil für das Formular */
    .unique-form-container {
        max-width: 400px;
        margin: 0 auto;
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
    }
    .unique-form-label {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .unique-form-input, .unique-form-textarea {
        width: 100%;
        padding: 8px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
    }
    .unique-form-textarea {
        height: 100px;
        resize: vertical;
    }
    .unique-submit-button {
        padding: 15px 25px;
        border: none;
        border-radius: 4px;
        background-color: #78736a;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
		margin-left: 10%;
		padding-left: 30%;
		padding-right: 30%;
    }
    .unique-submit-button:hover {
        background-color: #989389;
		color: #fff;
    }
    .unique-privacy-section {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .unique-privacy-section a {
        color: #dfd3a6;
    }
	
.team-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0; /* Abstand oberhalb und unterhalb der Überschrift */
	padding-top: 4%;
	padding-bottom: 2%;
  }

  .line {
    flex: 1;
    height: 1px; /* Dicke der Linie */
    background-color: #000; /* Farbe der Linie */
    margin: 0 10px; /* Abstand zwischen der Linie und der Überschrift */
  }

  .team-h2 {
    margin: 0;
    padding: 0;
  }
  
     /* @media (max-width: 600px) {
        div img {
            width: 80%; /* Verkleinert das Bild auf 80% der Breite für kleinere Bildschirme 
        }
    }*/
	
		.ansicht_wechseln h4 {
		margin-bottom: 2rem;
		margin-top: 2rem;
		
	}
	
	.dataTables_wrapper {
    margin-top: 2rem;
	
	
	}
	
	.dataTables_filter {
    margin-bottom: 2rem;
}

	.dataTables_length {
		margin-top: 0.6rem;
	}
	
	.ansicht_wechseln a:nth-of-type(2) {
    margin-left: 0.7rem; /* Vergrößert den Abstand nach links (horizontaler Abstand) */
    /* Alternativ kannst du margin-top verwenden, um vertikalen Abstand zu erzeugen */
}

	.ansicht_wechseln img:nth-of-type(1) {
    width: 18px; /* Vergrößert den Abstand nach links (horizontaler Abstand) */
    /* Alternativ kannst du margin-top verwenden, um vertikalen Abstand zu erzeugen */
}

	.ansicht-wechseln a:nth-of-type(2) {
    margin-left: 0.7rem; /* Vergrößert den Abstand nach links (horizontaler Abstand) */
    /* Alternativ kannst du margin-top verwenden, um vertikalen Abstand zu erzeugen */
}

@media (max-width: 768px) {
    .ansicht_wechseln a {
        display: flex; /* Flexbox verwenden */
        align-items: center; /* Vertikale Ausrichtung der Bilder und Texte */
        margin: 0; /* Kein Abstand zwischen den Links */
        text-align: left; /* Links ausrichten */
    }

    .ansicht_wechseln img {
        margin-right: 10px; /* Abstand zwischen Bild und Text */
    }
	
	.ansicht_wechseln a:nth-of-type(2) {
    margin-left: 0rem;
}

}


@media (max-width: 768px) {
    .ansicht-wechseln a {
        display: flex; /* Flexbox verwenden */
        align-items: center; /* Vertikale Ausrichtung der Bilder und Texte */
        margin: 0; /* Kein Abstand zwischen den Links */
        text-align: left; /* Links ausrichten */
    }

    .ansicht-wechseln img {
        margin-right: 10px; /* Abstand zwischen Bild und Text */
    }
	
	.ansicht-wechseln a:nth-of-type(2) {
    margin-left: 0rem;
}
}



/* Container für alle Kategorien */
.filter-container {
    display: flex;
    justify-content: space-between; /* Verteilt die Kategorien gleichmäßig */
    gap: 20px; /* Abstand zwischen den Elementen */
    flex-wrap: wrap; /* Lässt die Elemente umbrechen, wenn der Platz zu klein ist */
}

/* Filtergalerie für jede Kategorie */
.filtergalerie {
    flex: 1; /* Jedes Element nimmt gleich viel Platz ein */
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ddd; /* Dünnerer Rahmen */
    background-color: #fafafa; /* Leichtes Hintergrundgrau */
    min-width: 250px; /* Mindestbreite der Box */
	font-weight: bold;
}

/* Styling für den Kategorie-Titel (h3) */
.filtergalerie h3 {
    margin: 0; /* Kein extra Abstand über und unter dem Titel */
    font-size: 16px; /* Kleinere Schriftgröße */
}

/* Styling für die Links im h3 */
.filtergalerie h3 a {
    text-decoration: none; /* Entfernt die Unterstreichung */
    color: #333; /* Textfarbe */
    display: inline-block;
    padding: 3px 0; /* Weniger Padding */
}

.filtergalerie h3 a:hover {
    color: #0056b3; /* Dezenter Hover-Effekt */
}

/* Styling für die Unterkategorien (sub-filter) */
.filtergalerie ul.sub-filter {
    list-style: none; /* Entfernt die Punkte der Liste */
    margin: 8px 0 0; /* Weniger Abstand zur Überschrift */
    padding: 0;
}

.filtergalerie ul.sub-filter li {
    margin: 3px 0; /* Weniger Abstand zwischen den Unterkategorien */
}

.filtergalerie ul.sub-filter li a {
    text-decoration: none;
    color: #555; /* Dezente Farbe für Unterkategorien */
    display: inline-block;
    padding: 2px 0; /* Weniger Padding */
    font-size: 14px; /* Kleinere Schriftgröße */
}

.filtergalerie ul.sub-filter li a:hover {
    color: #0056b3; /* Dezenter Hover-Effekt */
}

/* Abstand für die expand class (>>) */
.expand {
    margin-right: 3px; /* Weniger Abstand zwischen >> und dem Text */
	font-weight: bold;
}

/* Optional: Dezenter Hover-Effekt für den gesamten div */
.filtergalerie:hover {
    background-color: #f1f1f1; /* Leicht andere Hintergrundfarbe beim Hover */
    transition: background-color 0.2s ease;
}

.paginate_button:hover {
	background: #7B766C !important;
}

.paginate_button.current {
	background: linear-gradient(to bottom, white 0%, #DFD3A6 100%) !important;
	border: 1px solid #7B766C!important;
}


/* Standard-Styling für die Liste */
.mod-login__options {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.mod-login__options .list-group-item {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    width: 100%; /* Listenelemente nehmen die volle Breite ein */
}

/* Silbentrennung und Zeilenumbruch */
.mod-login__options .list-group-item a {
    display: inline-block;
    width: 100%;
    white-space: normal; /* Erlaubt Zeilenumbruch */
    hyphens: auto; /* Aktiviert automatische Silbentrennung */
    word-wrap: break-word; /* Bricht lange Wörter, wenn sie nicht passen */
}

/* Mobile Ansicht anpassen */
@media (max-width: 768px) {
    .mod-login__options {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mod-login__options .list-group-item {
        flex: 1;
        width: 100%;
        padding: 15px;
    }

    .mod-login__options .list-group-item a {
        display: block;
        text-align: center; /* Zentriert den Text */
        white-space: normal; /* Erlaubt Zeilenumbruch */
        hyphens: auto; /* Aktiviert Silbentrennung auf mobilen Geräten */
		font-size: 0.7rem;
    }
}

.pagination-container {
    display: flex;
    flex-direction: column; /* Stapeln von Elementen */
    align-items: center; /* Zentrieren */
}

.pagination {
    display: flex;
    flex-wrap: wrap; /* Erlaubt das Umwickeln der Elemente */
    justify-content: center; /* Zentriert die Pagination */
    margin-bottom: 10px; /* Abstand nach unten */
}

.pagination span,
.pagination a {
    margin: 5px; /* Abstand zwischen den Elementen */
}

/* Media Query für mobile Ansichten */
@media (max-width: 600px) {
    .pagination {
        flex-direction: column; /* Stapeln in einer Spalte */
        align-items: center; /* Zentrieren */
    }
}

.rsform-submit-button {
	background-color: #7B766C !important;
}

#tc-kq2ygsyww {
	padding-top: 0% !important;
}

/*#content.astroid-section.astroid-component-section {
        padding-top: 2% !important;*/
}

.rsform-block.rsform-block-intro {
    margin-bottom: 3rem !important; /* Hier kannst du den gewünschten Abstand anpassen */
}

.öz-font-size {
	font-size: 1.5rem;
}

@media (max-width: 600px){
.öz-font-size {
	font-size: 1rem;
	
}
}

.rsform-submit-button:hover {
    background-color: #989389 !important;
    color: #fff !important;
}

.btn-primary:hover {
	background-color: #989389 !important;
    color: #fff !important;
	
}

.btn:hover {
	background-color: #989389 !important;
    color: #fff !important;
}

.home-font {
	font-size: 1.2rem;
}

#mod-custom137 {
	font-size: 1.1rem;
	line-height: 2.2rem;
}

.reg-margin {
	margin-bottom: 3rem;
}

.h2-ds-size {
				font-size: 24px;
				margin: 10px 0px 4px;
				font-family: 'Quicksand';
				font-weight: normal;
				line-height: 40px;
				color: #333333;
}

@media (max-width: 600px) {
            .h2-ds-size {
                font-size: 20px;
				margin: 10px 0px 4px;
				font-family: 'Quicksand';
				font-weight: bold;
				line-height: 30px;
				color: #333333;
				
			}
			
}

@media (max-width: 600px) {
            .gallery {
                margin-left: 0rem !important;
				
					}
}

.btn {
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #DFD3A6;
    color: #000;
    border-radius: 5px;
}

.download-btn {
    width: 270px; /* Feste Breite für beide Buttons */
	margin-top: 0.5rem;
}

.download-btn:hover {
    background-color: #0056b3;
}