@charset "UTF-8";
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-image: url("../images/bg.gif"); 
	background-repeat: repeat; 
	background-position: center; 
	background-attachment: fixed;  
	margin: 0;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #6DC7D0;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;


}
/* Header */
header {
    width: 100%;
    height: 8%;
    background-color: #280636;
    border-bottom: 1px solid #353635;
}
.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2em;
	font-size: 22px;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #360435;
    /* [disabled]min-width: 400px;
*/
    padding-bottom: 35px;
    padding-top: 0px;
    margin-top: -5px;
    margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #6DC7D0;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
    margin: 0;
    color: #4C0E64;
    text-align: left;
    padding-left: 20px;
}
/* More info */
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
	}
.cards {
	width: 100%;
	height: auto;
	max-width: 236px;
	max-height: 200px;
	opacity: 0.8;
}

.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
	display: flex;
    justify-content: center; /* zentriert die Buttons horizontal */
    gap: 20px; /* Abstand zwischen den Buttons */
    flex-wrap: wrap; /* sorgt dafür, dass sie bei kleinen Bildschirmen umbrechen */

}
.button:hover {
    background-color: #1D9292;
    color: #FFFFFF;
    cursor: pointer;
}
.button-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #410849;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    border-color: #19607E;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;

	
}
footer {
	background-image: url("../images/Plumbob.webp"),url("../images/Plumbob.webp");
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position:left bottom, right bottom;
	background-color: #B3B3B3; 
	padding-top: 60px; 
	padding-bottom: 60px;

  }
.copyright a { 
	color: #00e5e5; /* Türkis */ 
	margin-right: 50px;
	text-decoration: underline; /* oder none, je nach Stilwunsch */ 
} 
.copyright a:hover { 
	margin-right: 50px;
	color: #00ffff; /* Hellere Türkisfarbe beim Hover */
	
}

.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
}
