

/* ## Allgemeine Einstellungen ## */


/* ## prozentbreite für "index.html" ## */
#breite {width:65%}

body
{margin-top: 20px; margin-left: 0px; margin-right: 0px;margin-bottom: 20px; background-color: #383838;
background-image:url(images/back-img.jpg);
background-repeat:repeat-x;
background-position:  50% 50%;
}


/* ## Hayat bir mucize, sende bunun icindeki en degerli varliksin ## */


/* ### .haupt:  erstellt Rahmen um das Ganze ### */
.haupt {border:solid 1px #FF0000;}


/* ## farbige scrolleiste internet explorer ab vers.5.5 ## */
body
{scrollbar-arrow-color: #535353;
scrollbar-base-color: #2d2d2d;
scrollbar-highlight-color : #535353;
scrollbar-shadow-color : #535353;
SCROLLBAR-TRACK-COLOR: #202020;
}



/* ## Kopfbereich ## */

#top1 {
height:50px;

/* ## height:70px:  stellt die Höhe ein, von ganz oben -> Atom-Uhr und Datum ## */

background-color:#a60201;
color:#56686D;
width:100%;
vertical-align:middle;
text-align:center;
font-family: georgia,arial,tahoma,verdana,helvetica, sans-serif;
font-size: 17px;line-height: 20px;
padding-left:5px;

/* ## background-image:url(images/leiste-oben.jpg); ## */


background-repeat:repeat-x;
background-position:  50% 0%;
}

#name {
font-family: georgia,arial,tahoma,verdana,helvetica, sans-serif;
font-size: 17px;line-height: 20px;
font-variant:small-caps;
letter-spacing:10px;
color:#fff;
}


/* ## OCAK Bild ## */

#top2 {
height:200px;

/* ## height:300px:  stellt die Höhe ein, von der Tabelle, wo das LOGO eingefügt ist ## */

vertical-align:middle;
text-align:center;
border-top:solid 0px #000;
border-bottom:solid 0px #000;


/* ### folgende 2 Seiten sind testweise von mir eingefügt (funktioniert, dennoch ausgeblendet): ### 
border-left:solid 5px #000;
border-right:solid 5px #000;
### */

}


#logo {
color:#800000; /* Color von der Zelle, wo das Logo sich befindet -> dunkel-rot*/
/*color:#5BF2EA;*/ /* wäre Hell-Blau*/

background-color:#000;  /* wäre schwarz */
/*background-color:#ebdfeb;*/   /* wäre in etwa hell-grau*/

font-family: georgia,arial, helvetica, tahoma ,verdana,  sans-serif;
font-size: 22px;line-height: 20px;
font-variant:small-caps;
vertical-align:bottom;
text-align:center;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;

/* ## neues Bild "images/hp-ocak.jpg" ## */

/* ## background-image:url(images/hp-ocak.jpg); ## */  /* ## HIER WRA PFAD FALSCH, deshalb wurde das Logo nicht angezeigt! ## */

@media screen and (max-width: 600px)


/* ## hier kann man die Bildposition ändern ## */

background-repeat:no-repeat;
background-position: 50% 0%;
border-right:solid 1px #000

}


/* ## top3: ist die Zeile direkt unter dem CNC Bild, enthält die Links Home, Kontakt, Anfahrt... ## */

#top3 {
height:40px;
background-color:#a60201;
color:#56686D;
width:100%;
vertical-align:middle;
padding-left:10px;
border-bottom:solid 0px #000;

/*  background-image:url(images/leiste-oben.jpg);  */

background-image:url(images/leiste-navi.jpg);


background-repeat:repeat-x;
background-position:  50%  0%;
}


/* ### Mittelbereich ### */

#textbox {
height:600px;	/* ## alter Wert =900px ## */
background-color:#232323;

/*  text-align:justify;  */

text-align:center;


font-size: 17px;line-height: 20px;
font-family: arial,tahoma,verdana,helvetica, sans-serif;color:#7d7d7d;

/* padding-x:  bestimmt quasi die Text-Ränder oben, unten, links, rechts  */

padding-top: 25px;
padding-bottom: 15px;
padding-left: 15px;
padding-right:15px;
width:100%;

}


/* #### Fussbereich bzw. Fusszeile ### */

#fuss2 {
height:50px;
color:#CACACA;
background-color:#a60201;  /* #a60201: dunkel-rot / kirch  */
font-family: georgia,arial, helvetica, tahoma ,verdana,  sans-serif;
font-size: 14px;line-height:20px;
text-align:center;
width:100%;
border-top:solid 1px #000;
background-image:url(images/leiste-unten.jpg);
background-repeat:repeat-x;
background-position:  50% 100%;
}












/* #### New KontaktFormular Test ### */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body { background:rgb(30,30,40); }
form { max-width:600px; margin:50px auto; }

.feedback-input {
  color:white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #CC6666;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#CC6666;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#CC4949; }

