@charset "utf-8";

/*
==================================================================
Style-Sheet Formcut CNC Holzhandwerk - Tischlerei Berlin Steglitz-Zehlendorf
Copyrights: Patrick Reichelt - Berlin Steglitz-Zehlendorf
Webdesign: Werbemanufaktur Berlin - Dominik R. F. Wolff (Dipl.-Kfm./Uni)
Stand: Mai 2026
Inhalt:

1. Kalibrierung
2. Allgemeine Styles
3. Layout-Styles
4. Formular
==================================================================
*/

/*
==================================================================
1. Kalibrierung
==================================================================
*/

* {
	margin: 0;
  	padding: 0;
	border: 0;
}

html { height: 101%; } /* Kein Sprung bei Mozilla, wenn die Seite sehr kurz ist (Erscheinen und Verschwinden der Scrollbalken). */

html { scroll-behavior: smooth; } /* sanftes Scrollen zum Anker */

main { display: block; } /* main - Element nicht im IE unterstüzt. */

/*
==================================================================
2. Allgemeine Styles
==================================================================
*/

/*
Text
*/

@font-face {
    font-family: 'jost-regular';
    src: url('../fonts/Jost-Regular.woff2') format('woff2');
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-style: normal;
}

@font-face {
    font-family: 'jost-italic';
    src: url('../fonts/Jost-Italic.woff2') format('woff2');
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-style: normal;
}

body {
	font-family: 'jost-regular', sans-serif;
    font-weight: 400;
	color: #FFFFFF;
}

p {	
	font-size: 18px;
    line-height: 1.6;
	padding-bottom: 20px;
	text-align: justify;
    hyphens: auto; /* Silbentrennung */
}

@media only screen and (max-width : 900px) { p { font-size: 16px; } }

.gold { color: #e5c852; }

.fett { 
    font-weight: 700;
    letter-spacing: 0.02em;
}

.klein { font-size: 14px; }

.gross { font-size: 24px; }

.keinBottom { padding: 0px !important; }

/*
Überschriften
*/

h1, h2, h3, h4 {
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.6;
    text-align: center;
    color: #FFFFFF;
}

h1 {
	font-size: 60px;
	padding: 0px 0px 80px 0px;
    line-height: 1.0;
}
.zweiteZeileH1 { 
    font-size: 26px;
    font-weight: 500;
    color: #e5c852;
}

h2 { 
	font-size: 40px;
	padding: 0px 0px 60px 0px;
}

h3 { 
	font-size: 30px;
	padding: 0px 0px 40px 0px;
    text-align: left;
}

#datenschutz h3 { padding: 20px 0px 40px 0px; }

h4 { 
	font-size: 18px;
    /*color: #e5c852;*/
    text-align: left;
	padding: 0px 0px 20px 0px;
}

@media only screen and (max-width : 1000px) {
	
	h1 { 
        font-size: 32px;
        padding: 20px 0px 40px 0px;
    }
	.zweiteZeileH1 { font-size: 20px; }
	
	h2 { 
        font-size: 28px;
        padding: 20px 0px 40px 0px;
    }
	
	h3 { 
        font-size: 22px;
        text-align: center;
    }
}

@media only screen and (max-width : 600px) {
	
	h1 { font-size: 24px; }
	
	.zweiteZeileH1 { font-size: 16px; }
	
	h2 { font-size: 20px; }
	
	h3 { font-size: 18px; }
	
	h4 { font-size: 16px; }
}

/*
Hyperlinks
*/

a {
	outline: none;
	text-decoration: none;
}

a:link, a:visited {
	color: #FFFFFF;
	transition: color 0.5s ease-in-out;
}

a:hover, a:focus { 
	color: #e5c852;
	border-bottom: 1px dotted;
}

main a:link,
main a:visited { border-bottom: 1px dotted; }

.dotted { border-bottom: 1px dotted; }

.nodot,
.startKasten a,
#rezensionen a { border-bottom: none !important; }

/*
==================================================================
3. Layout-Styles
==================================================================
*/

body { background-color: #4a4a49; }

#instagramOben img, #tiktokOben img, #youtubeOben img {
	vertical-align: middle;
	height: 20px;
	width: auto;
}

#obenNavigation { 
    padding: 20px 2% 0px 2%;
    display: flex;
    align-items: center;
}

@media only screen and (max-width : 1000px) { #obenNavigation { padding: 10px 4% 0px 4%; } }

#obenNavigation a { font-size: 20px; }

#telefonOben { margin-left: auto; } /* Schiebt Telefon und Mail nach links. */

#instagramOben img, #tiktokOben img { margin-right: 10px; }

#mailOben { margin-left: 30px; }

#instagramOben:hover img { content: url("../images/instagram-hover.png"); }
#tiktokOben:hover img { content: url("../images/tiktok-hover.png"); }
#youtubeOben:hover img { content: url("../images/youtube-hover.png"); }

#obenNavigation a,
#instagramOben:hover, 
#tiktokOben:hover,
#youtubeOben:hover {
    text-decoration: none;
    border-bottom: none !important;
}

@media only screen and (max-width : 600px) { 
    #mailOben { 
        margin-left: 0px;
        display: none;
    }
}

.holzTrenner {
    width: 96%;
    height: auto;
    padding: 20px 2% 20px 2%;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.7));
}

@media only screen and (max-width : 1000px) { 
    .holzTrenner { 
        width: 92%;
        padding: 0px 4%;
    }
}

#logoHeader {
    width: 96%;
    height: auto;
    padding: 40px 2% 0px 2%;
    filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.7));
    transition: all 1s ease; /* Sanfter Übergang für den Schein */
}

#logoHeader:hover { 
    filter: drop-shadow(10px 10px 30px rgba(229, 200, 89, 0.6))
            drop-shadow(10px 10px 15px rgba(229, 200, 89, 1));
    transform: scale(1.02);
}

@media only screen and (max-width : 1000px) {
    #logoHeader { 
        width: 92%;
        padding: 20px 4% 0px 4%;
    }
}

/* 
Navigation 
*/

#hauptNavigation { 
    padding: 40px 2% 20px 2%;
    text-align: center;
}

@media only screen and (max-width : 900px) { #hauptNavigation { padding: 20px 2% 0px 2%; } }

#hauptNavigation a:link, 
#hauptNavigation a:visited { 
	font-weight: 700;
    letter-spacing: 0.02em;
	font-size: 24px;   
	line-height: 1.8;
}

#hauptNavigation a:hover,
#hauptNavigation a:focus {
	text-decoration: none;
	border-bottom: none;
}

#hauptNavigation a { margin-right: 24px; }

#hauptNavigation a:last-of-type { margin-right: 0px; }

@media only screen and (max-width : 1200px) { 
	#hauptNavigation a:link, 
	#hauptNavigation a:visited { 
		font-size: 14px;
		line-height: 2.0;
	}
}

#homeIcon img {
    height: 20px;
    width: auto;
}

#homeIcon:hover img { content: url("../images/home-hover.png"); }

#scrollNavigation {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0px;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: opacity 0.5s ease;
}

#scrollNavigation.visible {
    opacity: 1;
    pointer-events: auto;
}

#scrollNavigation img {
    height: 80px;
    width: auto;
    transition: all 0.5s ease-in-out;
	text-decoration: none;
}

#scrollNavigation img:hover { 
	transform: scale(0.8);
	text-decoration: none;
}

#scrollNavigation a:hover { border-bottom: none !important; }

/* 
Ende Navigation 
*/

section { padding: 40px 2%; }

@media only screen and (max-width : 1000px) { section { padding: 20px 4% 20px 4%; } }


#headerBild {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

@media only screen and (max-width : 900px) { #headerBild { margin-bottom: 20px; } }

.linksInhalt {
	width: 47%;
	padding-right: 3%;
	float: left;
}

.rechtsInhalt {
	width: 47%;
	padding-left: 3%;
	float: left;
}

.linksInhalt img, 
.rechtsInhalt img {
	width: 100%;
	height: auto;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    transition: filter 0.5s ease; /* Macht den Übergang weich */
    filter: saturate(100%);
}

.linksInhalt img:hover, 
.rechtsInhalt img:hover { filter: saturate(150%); }

@media only screen and (max-width : 900px){ 
	.linksInhalt, .rechtsInhalt { 
		width: 100%;
		padding: 0;
	}
    
    .linksInhalt img { display: none; }
}

.zweiSpaltenInhalt {
	column-count: 2;
	column-gap: 4%;
}

@media only screen and (max-width : 900px) { .zweiSpaltenInhalt { column-count: 1; } }

.abstandsHalter {
    height: 80px;
    width: 100%;
}

@media only screen and (max-width : 900px) { .abstandsHalter { height: 40px; } }

.aufzaehlung {
    list-style-type: none;
    padding: 0px 0px 20px 0px;
}

.aufzaehlung  li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
}

.aufzaehlung li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #e5c852;
}

@media only screen and (max-width : 800px) { .aufzaehlung li:last-of-type { padding-bottom: 0px; } }

@media only screen and (max-width : 700px) {
	.aufzaehlung  li {	
		font-size: 14px;
		line-height: 1.4;
	}
}

/* Akkordion */

details {
    /* border-bottom: 1px solid #FFFFFF; */
    cursor: pointer;
}

/* details:last-of-type { border-bottom: none; } */

summary {
    padding: 15px 0px 15px 0px;
    list-style: none; /* Entfernt den Standard-Pfeil */
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    user-select: none;
}

summary:hover { color: #e5c852; }

summary::before {
    content: '+';
    margin-right: 15px;
    width: 20px;
    font-size: 18px;
    color: #e5c852;
}

details[open] summary::before { 
    content: '−';
    color: #FFFFFF;
}

details[open] summary { color: #e5c852; }

.content { padding: 0px 0px 0px 35px; }

/* Ende Akkordion */

/* 
Startseite 
*/

/* Leistungen und Referenzen */

.startKasten {
    float: left;
    width: 23%;
    margin: 0 2.66% 2.66% 0; 
    text-align: left;
    position: relative;
    box-sizing: border-box; /* Damit der Margin korrekt berechnet wird. */
}

.startKasten:nth-of-type(4),
.startKasten:nth-of-type(8),
.startKasten:nth-of-type(12),
.startKasten:nth-of-type(16) {
    margin: 0 0 2.66% 0;
}

@media only screen and (max-width : 1800px) {
	
	.startKasten { 
        width: 31%;
        margin: 0 3.5% 3.5% 0; 
    }
    
    .startKasten:nth-of-type(3),
    .startKasten:nth-of-type(6),
    .startKasten:nth-of-type(9),
    .startKasten:nth-of-type(12) { 
        margin: 0 0 3.5% 0; 
    }
    
    .startKasten:nth-of-type(4),
    .startKasten:nth-of-type(8),
    .startKasten:nth-of-type(16) {
        margin: 0 3.5% 3.5% 0;
    }
}

@media only screen and (max-width : 1400px) {
	
	.startKasten:nth-of-type(1),
    .startKasten:nth-of-type(3),
    .startKasten:nth-of-type(5),
    .startKasten:nth-of-type(7),
    .startKasten:nth-of-type(9),
    .startKasten:nth-of-type(11),
    .startKasten:nth-of-type(13),
    .startKasten:nth-of-type(15) { 
        width: 48%;
        margin: 0 4% 4% 0; 
    }
    
    .startKasten:nth-of-type(2),
    .startKasten:nth-of-type(4),
    .startKasten:nth-of-type(6),
    .startKasten:nth-of-type(8),
    .startKasten:nth-of-type(10),
    .startKasten:nth-of-type(12),
    .startKasten:nth-of-type(16) {
        width: 48%;
        margin: 0 0% 4% 0;
    }
}

@media only screen and (max-width : 900px) {
	
	.startKasten:nth-of-type(1),
    .startKasten:nth-of-type(2),
    .startKasten:nth-of-type(3),
    .startKasten:nth-of-type(4),
    .startKasten:nth-of-type(5),
    .startKasten:nth-of-type(6),
    .startKasten:nth-of-type(7),
    .startKasten:nth-of-type(8),
    .startKasten:nth-of-type(9),
    .startKasten:nth-of-type(10),
    .startKasten:nth-of-type(11),
    .startKasten:nth-of-type(12),
    .startKasten:nth-of-type(13),
    .startKasten:nth-of-type(14),
    .startKasten:nth-of-type(15),
    .startKasten:nth-of-type(16) {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.startKasten img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.flip-card {
    width: 100%;
    aspect-ratio: 3 / 2;  /* Seitenverhältnis der Bilder, da der Effekt eine feste Höhe braucht. So Responsive möglich. */
    height: auto;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}

.flip-card-front { background-color: transparent; }

.flip-card-back {
    background-color: #4a4a49;
    color: #FFFFFF;
    padding: 20px;
    border: 1px solid #e5c852; 
    box-sizing: border-box;
    overflow: hidden; /* Verhindert, dass der Text überläuft. */
    transform: rotateX(180deg); /* Bei horizontale Drehung der Karte bei Hover: transform: rotateY(180deg); */
}

.flip-card:hover .flip-card-inner {
    transform: rotateX(180deg); /* Bei horizontale Drehung der Karte bei Hover: transform: rotateY(180deg); */
}

.flip-card-back p {
    margin: 0;
    word-wrap: break-word; /* Bricht lange Wörter */
}

.startKastenLink { 
    padding: 20px 0px 0px 0px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.flip-card-back a { 
    border-bottom: 1px dotted !important;
    font-size: 18px;
}


@media only screen and (max-width : 1000px) {
	.startKastenLink { font-size: 18px; }
    .flip-card-back a { font-size: 16px; }
}

/* Ende Leistungen und Referenzen */


#formcut img { margin: 0px 0px 20px 0px; }

@media only screen and (max-width : 800px) { #formcut img { margin: 20px 0px 20px 0px; } }

/* Handwerker und Rezensionen */

.viererKasten {
    width: 21%;
    padding: 0% 2% 2% 2%;
    float: left;
}

.viererName {
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 22px;
    text-align: center;
}

#handwerker .viererKasten img {
    width: 80%;
    padding: 0px 10% 25px 10%;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
    transition: all 0.5s ease-in-out !important; 
}

#handwerker .viererKasten img:hover, 
#handwerker .viererKasten img:focus { filter: drop-shadow(0px 0px 40px rgba(229, 200, 82, 0.8)); }

#rezensionen .viererKasten img {
    width: 40%;
    padding: 0px 30% 25px 30%;
}

@media only screen and (max-width : 1200px) { 
    .viererKasten { width: 46%; }
    
    .viererName { font-size: 18px; }

    #rezensionen .viererKasten img {
        width: 30%;
        padding: 0px 35% 20px 35%;
    }
}

@media only screen and (max-width : 800px) { 
    
    .viererKasten {
        width: 100%;
        float: none;
        padding: 0% 0% 20px 0%;
    }
    
    .viererKasten img {
        width: 20%;
        padding: 0px 40% 20px 40%;
    }
}

#rezensionen button {
    display: block;
    width: fit-content; /* sorgt für dynamische Breite */
    padding: 15px 25px;
    margin: 20px auto 40px auto;
    background-color: #4a4a49;
    border: 1px solid #e5c852;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
	color: #FFFFFF !important;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.4;
	cursor: pointer;
	transition: all 0.5s ease-in-out !important;
}

#rezensionen button:hover, 
#rezensionen button:focus { box-shadow: 0px 0px 40px rgba(229, 200, 82, 0.8); }

@media only screen and (max-width : 800px) { 
    
    #rezensionen button { 
        width: 100%; 
        margin: 20px 0% 20px 0%;
        font-size: 16px;
    } 
}

/* Ende Handwerker + Rezensionen */

/* 
Ende Startseite 
*/

/* 
Slider
*/

.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    background: #FFFFFF;
    margin-bottom: 40px;
}

@media only screen and (max-width : 1000px) { .slider {margin-bottom: 20px; } }

.slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider ul li {
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6e902f;
  color: #FFFFFF;
  font-size: 18px;
  transition: left 0.5s ease;
}

.slider ul li.active {
  left: 0;
}

.slider ul li img {
  width: 100%;
  height: auto;
  display: block;
}

.slider2 { background: #6e902f; }
.slider3 { background: #6e902f; }
.slider4 { background: #6e902f; }
.slider5 { background: #6e902f; }
.slider6 { background: #6e902f; }
.slider7 { background: #6e902f; }

.controls {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slider:hover .controls { opacity: 1; }

.control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 14px 18px;
  background: rgba(57,85,36,0.7);
  color: #ffed00;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
}

.control_prev {
  left: 0;
  border-radius: 0 6px 6px 0;
}

.control_next {
  right: 0;
  border-radius: 6px 0 0 6px;
}

/* Ende Slider */

/* 
Linkempfehlungen
*/

.linkRahmen {
	border: 1px solid rgba(57,85,36,0.5);
    border-radius: 15px;
    padding: 20px 20px 10px 20px;
	margin: 0px 0px 30px 0px;
	
}

.linkRahmen p { text-align: center; }

/* 
Ende Linkempfehlungen
*/

/* 
Footer 
*/

footer { padding: 40px 2% 20px 2%; }

@media only screen and (max-width : 1000px) { footer { padding: 20px 4% 0px 4%; } }

.footerSpalte {
	width: 23.5%; /* 23,5% x 4 = 94 + 3 x 2% = 100% */
	float: left;
}

.footerSpalte { padding-right: 2%; }
.footerSpalte:nth-of-type(4) { padding-right: 0%; }

@media only screen and (max-width : 1200px) {
    .footerSpalte { 
        width: 48%;
        padding-right: 4%;
    }
    
    .footerSpalte:nth-of-type(2), 
    .footerSpalte:nth-of-type(4) { padding-right: 0%; }
    
    .footerSpalte:nth-of-type(1), 
    .footerSpalte:nth-of-type(2) { margin-bottom: 60px; }
}

@media only screen and (max-width : 600px) {
	.footerSpalte {
		float: none;
		width: 100%;
		padding: 0px 0px 20px 0px;
	}
    
    .footerSpalte:nth-of-type(1), 
    .footerSpalte:nth-of-type(2) { margin-bottom: 0px; }
}

.footerUeberschrift {
    font-size: 24px;
    font-weight: 700;
	letter-spacing: 0.02em;
    color: #e5c852;
    display: block;
    padding-bottom: 20px;
}

.footerSpalte a {
	display: block;
    font-size: 18px;
	line-height: 1.8;
}

.footerSpalte a:hover {
    text-decoration: none;
    border-bottom: none;
}

.footerSpalte address { 
    font-style: normal;
    font-size: 18px;
}

@media only screen and (max-width : 800px) {
	.footerSpalte,
	.footerSpalte a,
    .footerSpalte address {	
		font-size: 16px;
		line-height: 1.6;
	}
}

.footerSpalte address a:link,
.footerSpalte address a:visited,
.footerSpalte address a:hover,
.footerSpalte address a:focus { border-bottom: 1px dotted; }

#instagramUnten,
#tiktokUnten,
#youtubeUnten { display: inline; }

#instagramUnten img, #tiktokUnten img, #youtubeUnten img {
	vertical-align: middle;
	height: 30px;
	width: auto;
}

#instagramUnten img, #tiktokUnten img { margin-right: 10px; }

#instagramUnten:hover img { content: url("../images/instagram-hover.png"); }
#tiktokUnten:hover img { content: url("../images/tiktok-hover.png"); }
#youtubeUnten:hover img { content: url("../images/youtube-hover.png"); }

#instagramUnten:hover, 
#tiktokUnten:hover,
#youtubeUnten:hover {
    text-decoration: none;
    border-bottom: none !important;
}

/* Google Map */

#anfahrtKarte { 
    padding: 20px 0px 0px 0px;
    filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.7));
}

@media only screen and (max-width : 600px) { #anfahrtKarte { padding: 0px 0px 20px 0px; } }

#zustimmungGoogleMap {
	width: 100%; 
	height: 600px;
}

#zustimmungGoogleMap img { 
	object-fit: cover;
	width: 100%; 
	height: 100%;
	cursor: pointer;
}

#ladenGoogleMap { 
	opacity: 0; 
	transition: opacity 3s;
}

#ladenGoogleMap.fadeJavascript { opacity: 1; }

/* Ende Google Map */

#copyrights {
    padding: 0px 2% 40px 2%;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

@media only screen and (max-width : 600px) { 
    #copyrights { 
        padding: 0px 4% 40px 4%;
        text-align: left;
        font-size: 14px;
        line-height: 1.4;
    }
}

.werbemanufakturLink:link,
.werbemanufakturLink:visited,
.werbemanufakturLink:hover,
.werbemanufakturLink:focus { border-bottom: 1px dotted; }

.clear {
	clear: both;
	width: 0px;
	height: 0px;
}

/*
==================================================================
4. Formular
==================================================================
*/

/* 
Kontaktseite
*/

#logoKontakt {
    width: 60%;
    height: auto;
    margin: 0px 20% 20px 20%;
}

#kontaktLinks {
	width: 37%;
	padding-right: 3%;
	float: left;
}

#kontaktLinks p { text-align: center; }

#kontaktRechts {
	width: 57%;
	padding-left: 3%;
	float: left;
}

@media only screen and (max-width : 800px) {
    
	#kontaktLinks, #kontaktRechts { 
        width: 100%;
        padding: 0;
    }
    
    #kontaktLinks { 
        padding-bottom: 20px;
        text-align: center;
        border-bottom: 1px solid #e5c852;
    }
    
    #kontaktRechts { padding-top: 40px; }
}

#kontaktformularWartung {
    color: red;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

@media only screen and (max-width : 900px) { #kontaktformularWartung { font-size: 16px; } }

/* Ende Kontaktseite */

label {
	display: block;
	font-family: 'jost-regular', sans-serif;
    font-weight: 400;
	font-size: 18px;
	text-align: left;
	line-height: 1.6;
}

input {
	width: 98%;
    padding: 5px;
	margin: 5px 0 25px 0;
	background-color: #4a4a49;
	border: 1px solid #e5c852;
	font-family: 'jost-regular', sans-serif;
    font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	color: #FFFFFF;
}

textarea {
	height: 200px;
	width: 98%;
	padding: 5px;
	margin: 5px auto 20px auto;
	background-color: #4a4a49;
	border: 1px solid #e5c852;
	font-family: 'jost-regular', sans-serif;
    font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	color: #FFFFFF;
}

input:focus, 
textarea:focus { box-shadow: 0px 0px 40px rgba(229, 200, 82, 0.8); }

#testfeld { 
	visibility: hidden; 
	display: none; 
}

#sendenButton {	
	width: 100%;
	height: 50px;
    margin: 0px;
	cursor: pointer;
	background-color: #4a4a49;
	border: 1px solid #e5c852;
	font-family: 'jost-regular', sans-serif;
    font-weight: 400;
	font-size: 18px;
	color: #FFF;
	transition: all 1s ease-in-out;
}

#sendenButton:hover, 
#sendenButton:active { box-shadow: 0px 0px 40px rgba(229, 200, 82, 0.8); }

@media only screen and (max-width : 900px) {
    
	label {
        font-size: 16px;
        text-align: center;
    }
}

/*
==================================================================
Ende Stylesheet
==================================================================
*/