* {
    font-family: 'Indie Flower', cursive;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

body {
    color: rgb(204, 143, 20);
    background-color: rgb(46, 46, 46);
}

/*Design Startseite*/

#content_initial {
    display: none;
}

/*Design Kopfzeile*/

#header {
    width: 100%;
    height: 120px;
    background-color: rgb(34, 34, 34);
    position: fixed;
}

#header nav {
    height: 60px;
    padding: 30px;
}

#header nav a {
    padding: 0px 20px;
    font-size: 2.2vw;    /*font-size: 250%; altes Mass */
    text-align: center;
    cursor: pointer;
}

#header nav a:hover {
    text-decoration: underline;
}

#logo_container {
    width: 15%;
    position: fixed;
    top: 35px;
    right: 20px;
    z-index: 100;
}

/*Design Content*/
#content_standard.visible {
    visibility: visible;
    opacity: 1;
}

#content_standard {
    visibility: hidden;
    opacity: 0;
}

section {
    width: 100%;
    padding-top: 160px;
}

section > div {
    width: 70vw;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 100px;
    border-bottom: 3px solid white;
}

section > img {
    width:  100%;   /*optimal: width: vw;*/
    height: 45vh;
    overflow: hidden;
    margin: 0 auto;
}

.img_pferd {
    width: 20vw;
}

#logo {
    width:  100%;   /*optimal: width: vw;*/
    overflow: hidden;
    margin: 0 auto;
}

section > div > h1 {
    color: rgb(204, 143, 20);   /*color:  rgb(18, 178, 102); */
    font-size:  4.5vw;   /*font-size:  550%; altes Mass*/
    font-weight: bold;
    text-align: center;
    margin-top: -30vh;
    margin-bottom: 20vh;
}

#start {
    margin-top: 0vh;
    margin-bottom: 5vh;
}

section > div > p {
    font-size: 1.7vw;   /*font-size: 200%; altes Mass */
    text-align: left;
    margin-top: 0;
    padding:  20px 0;
}

section > div > ul > li {
    font-size: 1.7vw;   /*font-size: 200%; altes Mass */
    text-align: left;
    margin-top: 0;
    margin-left: 20%;
    padding-top:  20px;
}

section > div > h2 {
    font-size: 2.5vw;   /*font-size: 300%; altes Mass */
    font-weight: bold;
    text-align: left;
    margin-top: -200px;
    margin-bottom: 100px;
    padding-left: 30%;
}

section > div > h3 {
    font-size: 1.3vw;   /*font-size: 150%; altes Mass */
    font-weight: bold;
    text-align: left;
    margin-top: -100px;
    margin-bottom: 100px;
    padding-left: 30%;
}

section > div > h2.angebote {
    font-size: 2.5vw;
    font-weight:  bold;
    text-align: left;
    margin: 0;
    padding-left: 0;
    padding-top: 20px;
}

section > div > p.anmeldung_angebote {
    padding-top: 20px;
    text-align: center;
}

section > div > address {
   font-size: 1.7vw;
   padding-left: 20%;
   font-weight: bold;
}

section > div > p.fett {
    font-weight: bold;
}

/* Design Tabellen Angebote */

table.tabelle {
    width: 100%;
}

table.tabelle tr {
    font-size: 200%;
}

table.tabelle td:first-child {
    width: 30%;
    vertical-align: top;
}

ul.aufzaehlung {
    font-size: 200%;
    padding-left: 10%;
}

/*Design Fusszeile*/
footer {
    width:  100%;
    height:  120px;
    background-color:  rgb(34, 34, 34);
}

footer nav ul {
    text-align:  center;
    list-style:  none;
}

footer nav ul li {
    text-align:  center;
    display:  inline-block;
    height:  120px;
    line-height:  120px;
    margin: 0 30px;
}

footer nav ul li a {
    display: inline;
    text-transform:  uppercase;
    font-weight:  800;
    font-size:  180%;
    width:  100%;
}

footer nav ul li a:hover {
    font-weight: 800;
    color:  #ffffff;
}

footer nav ul li p {
    font-size:  180%;
}

/*Design der einzelnen Links*/
a {
    text-decoration:  none;
    /* color:  rgb(183, 25, 255); lila */
    color: rgb(255, 255, 255);
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

#overlay_contact {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

#overlay_contact.active {
    opacity: 1;
    visibility: visible;
}

h2 {
    font-size: 2.5vw;
    font-weight: bold;
    text-align: left;
}

#specialBox_contact {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(197, 55, 55);
    padding: 30px 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    border-radius: 8px;
    max-width: 90%;
    max-height: 90%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1001;
}

#specialBox_contact.active {
    opacity: 1;
    visibility: visible;
}

form label {
    display: block;
    margin-top: 10px;
    font-size: 1.2vw;
  }

form input, form textarea {
    width: 100%;
    padding: 6px 8px;
    margin-top: 4px;
    box-sizing: border-box;
    font-size: 1.2vw;
  }

form.form {
    font-size: 1.2vw;
}

#status {
    font-size: 1.2vw;
    color: white;
}

/* Design Overlay Anmeldung*/
div#specialBoxAnmeldung {
	display: none;
	position: fixed;
    top: 1vh;
    left: 50%;
	z-index: 3;
	margin-top: 2vh;
    margin-left: -30%;
	width: 60vw;   /*width: 60%; altes Mass*/
    height:  80vh; /*neuer Zusatz*/
    overflow: scroll;
	background: #FFF;
	color: #000;
}

div#specialBoxAnmeldung > form {
    display: table;
    padding: 10px;
    border: thin dotted rgb(34, 34, 34);
    background-color: rgb(204, 143, 20);
    margin: 0 auto;
    width: 100%;
}

form#anmeldung_form input {
    width: 100%;
}

form#anmeldung_form textarea {
    width: 100%;
}

form#anmeldung_form div.formcells {
    display:  table-row;
}

form#anmeldung_form div.formcells p {
    display: table-cell;
    vertical-align: top;
    padding: 1%;
    width: 50%;
}

form#anmeldung_form div.formcells p:first-child {
    text-align: right;
}