
body {font-family: arial, sans-serif; font-size: 15px;
font-style: normal;
text-decoration: none;
color: #666;
background-color: #f9f1df;
}


h1   {  font-family: "Margarine", Verdana, sans-serif;}
h2   {  font-family: "Margarine", Verdana, sans-serif;}
h3   {  font-family: "Margarine", Verdana, sans-serif;}



ul.a {

  list-style-type: none;
  float: left;
  text-align: center;
  color:white;
  margin: 0;
  padding: 0;


  overflow: hidden;
}

ul.b {
  list-style-type: disc;
  clear: left;
  display: block;
  padding: 10px;
  !color:red;
}


ul.a li {

  float:left;
  position: relative;
}

ul.a li a {

  display:block;
  text-decoration: none;
   font-weight: bold;
   !margin: 7px 7px;
  float: left;
  !width: 268px;

  transition: .5s ease;
}

/* Format unbesuchter Link */
a:link {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
    opacity: 0.6;
    transition: .3s ease;
}

/* Format besuchter Link */
a:visited {
    text-decoration: none;
    color: #333;
}

/* Format bei Maus über Link */

/* Format für Telefonnummern um Darstellung zu erhalten */
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
/* Navigationsleiste */
.nav {
    position: fixed;
    bottom:0;
    margin: 0px;
    !padding: 30px;
    !max-width: 900px;
    background-color: #f9f1df;
    z-index: 4;
    !border: 1px solid black ;

}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  !height: 100%;
  width: 100%;
  padding-top:20px;
  opacity: 0;
  transition: .5s ease;
  background-color: #89ba17;
  !border: 1px solid red ;
  !color: black;
}
.overlay:hover {
  opacity: 1;
}
  /* Seitencontainer */
.bigcontainer {

    margin: auto;
    !top:50px;
    max-width: 900px;
    background-image: url('index-dateien/weltkugel_rosa_komplett_cafe_grenzenlos.png');
    background-repeat: no-repeat;
    !padding: 30px;
    background-color: #f9f1df;
    overflow: hidden;

}
/* Container mit abgerundeter Ecke */
.container {
    position: relative;
    max-width: 100%;
    !background-color: white;
    !border-bottom-right-radius: 65% 250px;
    padding: 80px 25px 15px 25px;
    overflow: auto;
}


/* kleiner Container */
.smallcontainer {
    position: relative;
    !border: 1px solid red ;
    margin: 10px 5px 5px;
    width: 90%;
    float: left;
}

/* Fusszeile */
.footer {

    width:98%;
    display: inline-block;
    color: white;
    font-weight: bold;
    text-decoration: none;
    word-spacing: 4px;
    font-size: small;
    overflow: auto;

}

.header  {
         overflow: none  ;
         position: relative;
         !border:1px solid black;
         display:flex;
         !justify-content: center;
         align-items: center;
         padding: 10px 90px 10px 30px
}
/* Textblock */
.textbox   {
    position: relative;
    top: 0px;
    overflow: auto;
    !border: 1px solid black ;
    width:100%
}
/* Textspalte */
.column {
  !max-width:250px;
  padding:20px 20px 20px;
  float: left;
  font-size:100%;
  line-height: 1.4;
  !border: 1px solid red;


}
/* Polaroid-Stil für Galerie-Bilder */
.polaroid {
  width: 395px;
  max-width:90%;
  background-color: #dfdfdf;
  margin: 10px;
  float:left;
}

.piccontainer {

  text-align: center;
  padding: 2% 2%;
}

/* kleiner Button */
.smallbutton {
    position: relative;
    margin: 5px 5px 0 0;
    width: 95px;
    max-width:100%;
}

/* Button */
.button {
    !position: relative;
    margin: 0px 15px 5px 15px;
    width: 100px;
    height: 100px;
    box-shadow: -4px -4px 8px #444 inset, 4px 4px 8px white inset;
    display: flex;
  justify-content: center;
  align-items: center;
    font-size: 15px;
    padding: 10px;
}

/* Leerfeld für Formatierung */
.dummy {

    margin:5px;
    width: 22%;
    height: 150px;
    !border: 1px solid black ;
}

/* Button Ausbleichen bei Maus über Ziel */
#mainwrapper .button .fade-caption {
    opacity: 0;
    !width: 90%;
    !height: 100%;
    !text-align: left;
    !padding: 5%;
}
#mainwrapper .button:hover .fade-caption {
    opacity: 1;
}
/* Format Tabelle */
table, th, td {
  border: 0px solid #645e5b;
  border-collapse: collapse;
  !table-layout: auto;
  !width: 100%;
}
th, td {
  padding: 5px;
  vertical-align: top;
}
th {
  text-align: left;
}
/* Tooltip container */
.tooltip {
  position: relative;

  display: inline-block;

}

/* Tooltip-Text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: #707173;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;


  /* Position des Tooltip-Textes */
  position: absolute;
  left:10px;
  top: 10px;
  z-index: 5;
}

/* Tooltip-Text erscheint wenn Maus über Ziel steht */
.tooltip:hover .tooltiptext {
  visibility: visible;



/* Format bei kleinen Bildschirmen */
}
@media screen and (max-width: 930px) {
 .button {height:40px;width:80px;margin:0px; font-size:12px}




}
@media screen and (max-width: 625px) {

  .dummy {display:none;}
  .header {display: block};
  .button {height:25px; width:85px; padding:3px; margin:0px; font-size:12px}


}