/* ---------------------------------------------------------------------- */
/* www.bamyan.de */
/* ---------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);

img {
  max-width: 100%;
  height: auto;
}

html {
  margin:0;
  padding:0;
  background: url("../bild/bamyan-narges-hg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0;
}

/* ---------------------------------------------------------------------- */
/* Div */
/* ---------------------------------------------------------------------- */

.bamyan-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 0;
  height: 100vh;
}

.bamyan-item {
  max-width: 80%;
}

.fixed {
  flex: none;
  max-width: 80%;
}

.bamyan {
  width: 100%;
}

/* ---------------------------------------------------------------------- */
/* Tabs */
/* ---------------------------------------------------------------------- */

.one-half {
float:left;
margin : 10px 4% 10px 0 !important;
}

.one-half {
width:48%;
}

.last {
margin-right: 0 !important;
}

.last + * {
clear:both;
}

/* ---------------------------------------------------------------------- */
/* Fonts */
/* ---------------------------------------------------------------------- */

h1 {
  margin-top: 15px;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

img.lang {
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.cook {
  max-width: 80%;
  display: block;
  margin-top: 170px;
  margin-left: auto;
  margin-right: auto;
}

.tooltip {
  display: inline;
  position: relative;
}
		
.tooltip:hover:after {
  background: #333;
  background: rgba(0,0,0,.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 250px;
}
		
.tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}

@media only screen and (max-width: 600px) {
    .tooltip:hover:after, .tooltip:hover:before {
        display: none;
    }
}










