body {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    background-color: #F6F1E8;
	color: #222222;
}

/*
.container{
	width: 100%;
}
*/
/* ===========================
   button
=========================== */
.mein-button {
    background-color: black;
    border-color: #D4AF37;
    color: #D4AF37;
}

.mein-button:hover {
    background-color: #b8942f;
    border-color: #b8942f;
    color: white;
}

/* ===========================
   HEADER
=========================== */

.headerFrame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #171717;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

/* ===========================
   FOOTER
=========================== */

.fotterFrame {
    width: 100%;
    position: absolute;
    color: #c7bc6b;    
}

/* ===========================
   LOGO
=========================== */

.logo img {
    width: 150px;
    height: auto;
    display: block;
}

/* ===========================
   LINKS
=========================== */

a {
    color: #dad39d;
    text-decoration: none;
}

/* ===========================
   DESKTOP MENU
=========================== */

.menu-desktop {
    display: flex;
    align-items: center;
    gap: 15px;
}

.menu-desktop a {
    color: #D4AF37;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
}

.menu-desktop a:hover {
    color: #E8C86A;
}

/* Aktive Seite */

.menu-desktop a.active {
    color: #E8C86A;
    text-decoration: underline;
    text-decoration-color: #E8C86A;
    text-underline-offset: 6px;
}

/* ===========================
   TRENNZEICHEN
=========================== */

.abstand {
    color: #D4AF37;
}

/* ===========================
   MOBILE BUTTON
=========================== */

.mobile-only {
    display: none;
}

.hamburger {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 30px;
    color: #dad39d;
}

/* ===========================
   MOBILE MENU
=========================== */

.mobile-menu {
    display: none;
    background-color: #171717;
    width: 100%;
}

.mobile-menu a {
    display: block;
    padding: 12px 20px;
    color: #D4AF37;
    border-top: 1px solid #333;
}

.mobile-menu a:hover {
    color: #E8C86A;
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width:768px) {

    .menu-desktop {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .header-inner {
        padding: 10px 15px;
    }
}



/* ===========================
   ANKER
=========================== */

#Terminplan {
    scroll-margin-top: 190px;
}

/* ===========================
   DROPDOWN
=========================== */

.custom-dropdown {
    background-color: #171717;
    border: none;
}

.custom-dropdown .dropdown-item {
    color: #3E2F24;
}

.custom-dropdown .dropdown-item:hover {
    background-color: #c29b63;
    color: white;
}


/* ===========================
   box-card
=========================== */
.box-card {
	    box-shadow: 0 8px 10px 0 rgba(0,0,0,0.5),0 5px 13px 0 rgba(0,0,0,0.5);
	    
	    background-color: #ffffff;
	    border: 3px solid #cccccc;
	    -webkit-border-radius: 10px 10px 10px 10px;
	    border-radius: 6px 6px 6px 6px;
	    padding: 15px 15px 15px 15px;
	    margin-bottom: 20px;
	    width: 100%;
	}
	
.service-card{
    background:white;
    color: black;
    border-radius:15px;
    padding:25px;
    margin-bottom:20px;
    height:260px;

    transition:all .3s ease;

    box-shadow:0 5px 20px rgba(0,0,0,.1);
}
/* ===========================
   hr
=========================== */
	hr{
		height:2px;
		border-width:0;
		color:green;
		background-color:green;
	}
	
	
/* ===========================
   index.html text auf dem bild
=========================== */	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	