@import 'https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,700,800,900';

body {margin: 0 auto;font-family: 'Montserrat', sans-serif; }

.center-me {
	margin: 0 auto;
	text-align:center;
}
.container {
  padding: 10px 20px 10px 20px;
}
@media (min-width: 0) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container {
  width: 100%;
    max-width: 100%; 
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.menu-left a {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
}
.menu-left a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
}
.menu-left a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  background: #000;
}
.menu-left a:hover:before {
  width: 100%;
  background: #000;
}
.menu-left a:hover:after {
  width: 100%;
  background: transparent;
}

.klappe {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.92);
}
.klappe nav .logo {
  float: left;
  padding-top: .45rem;
  padding-bottom: .15rem;
  margin-right: 1rem;
  font-size: 3rem;
  line-height: inherit;
  font-weight: 500;
  color: black;
}
.klappe nav .logo:after {
  content: '';
  display: table;
  clear: both;
}
.klappe nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.klappe nav ul li {
  float: none;
  margin-left: 0;
  margin-right: 1.4em;
}
@media (min-width: 768px) {
  .klappe nav ul li {
    float: left;
    margin-left: 1rem;
  }
}
.klappe nav ul li a {
  display: block;
}
@media (min-width: 576px) {
  .klappe nav ul li a {
    display: block;
    padding: 1.2rem 0rem;
	color: #000000;
	font-size: 1.3em;
  }
}
@media (min-width: 574px) {
  .klappe nav ul li a {
	color: #000000;
	font-size: 1.3em;	/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< !!!*/
  }
}
@media (max-width: 768px) {
  ul {
    clear: both;
  }
  ul li {
    padding: .5em 0;
  }
}

ul.menu-left {
  display: block;
  max-height: 0;
  overflow: hidden;
  z-index: 10;
}
@media (min-width: 768px) {
  ul.menu-left {
    display: block !important;
    float: right;
    max-height: none;
  }
}
ul.menu-left:before {
  content: '';
  display: table;
  clear: both;
}
ul.menu-left.collapse {
  max-height: 15em !important;
}

.nav-toggle {
  display: block;
  border-radius: 5px;
  background-color: transparent;
  float: right;
  height: 48px;		/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */  
  width: 48px;		/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */  
  cursor: pointer;
  padding: 8px 8px;
}
.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(8.8px, 8.8px);		/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */  
}
.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(4.4px, -4.4px);
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 8px;
  background-color: #000;
  transition: all .25s;
}

































header {
  margin-top: 3%;
  background-color: #34262B;
  background: url('desktop.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.more-space {
  margin-bottom: 20%;
}
.intro {
  margin-top: 12%;
}
.simplicity {
  margin: 0 auto;
  color: #000000;
  font-weight: 300;
  width: 100%;
  max-width: 1400px;
  text-align: center;
}
.success {
  margin: 0 auto;
  color: #000000;
  font-weight: 500;
}
.about-us {
  background-color:rgba(46,56,66,1.00);
}
.descript {
  margin-top: 12%;
  margin-bottom: 12%;
}
.about-viennoid {
  margin: 0 auto;
  color: #ffffff;
  font-weight: 300;
  width: 100%;
  max-width: 1400px;
  text-align: center;
}
.about-viennoid-text {
  margin: 0 auto;
  color: #ffffff;
  font-weight: 500;
}
.join-the-club a {
	margin: 0 auto;
	text-align: center;
	color: black;
	background: white;
	border: solid 1px black;
	padding: 10px 20px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.join-the-club a:hover {
	color: white;
	background: black;
	transition: all 0.2s ease;
}
.surprise {
  background: url(desktop-2.jpg) center center fixed;
  background-size: cover;
  text-align: center;
}
.surprise p {
  color: #000000;
  font-size: 6rem;
  margin-top: 15%;
  margin-bottom: 15%;
  font-weight: 400;
}
.works-and-des {
  margin: 0 auto;
  color: #000000;
  font-weight: 300;
  width: 100%;
  max-width: 1400px;
  margin-top: 7%;
  margin-bottom: 5%;
}
.indiv {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition:border .2s ease-in-out;
	cursor: pointer;
}
.indiv a > img, .indiv > img {
    display: block;
    max-width: 100%;
    height:auto
}
.indiv a > img, .indiv > img {
    margin-right: auto;
    margin-left:auto
}
a.indiv.active, a.indiv:focus, a.indiv:hover {
    border-color:#337ab7
}
.indiv .caption {
    padding: 9px;
    color:#333
}
.indiv:hover {
  -webkit-box-shadow: 4px 4px 4px 2px #cccccc;
  -moz-box-shadow:    4px 4px 4px 2px #cccccc;
  box-shadow:         4px 4px 4px 2px #cccccc;
}
.get-in-touch {
  background: url("success.jpg") center center fixed;
  background-size: cover;
  text-align: center;
}
.get-in-touch p {
  color: #ffffff;
  font-size: 6rem;
  margin-top: 15%;
  margin-bottom: 15%;
  font-weight: 400;
}
.created {
  background-color: rgba(46,56,66,1.00);
}
.designed {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
}

.contact {
	background-color: rgba(46,56,66,1.00);
	font-size: 1.6rem;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
}
a:hover.contact {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}




@media only screen and (min-width : 320px) {
	.simplicity {font-size: 4rem}
	.success {font-size: 1.5rem;}
	.about-viennoid {font-size: 3rem;}
	.about-viennoid-text {font-size: 1.5rem;}
	.surprise p {font-size: 3rem;}
	.works-and-des {font-size: 2.7rem;}
	.get-in-touch p {font-size: 3rem;}
}
@media only screen and (min-width : 480px) {
	.simplicity {font-size: 6rem}
	.success {font-size: 1.5rem;}
	.about-viennoid {font-size: 4rem;}
	.about-viennoid-text {font-size: 1.5rem;}
	.surprise p {font-size: 4rem;}
	.works-and-des {font-size: 5rem;}
	.get-in-touch p {font-size: 4rem;}
}
@media only screen and (min-width : 600px) {
	.simplicity {font-size: 8rem}
	.success {font-size: 1.5rem;}
	.about-viennoid {font-size: 6rem;}
	.about-viennoid-text {font-size: 1.5rem;}
	.surprise p {font-size: 5rem;}
	.works-and-des {font-size: 5rem;}
	.get-in-touch p {font-size: 5rem;}
}
@media only screen and (min-width : 768px) {
	.simplicity {font-size: 10rem}
	.success {font-size: 2rem;}
	.about-viennoid {font-size: 10rem;}
	.about-viennoid-text {font-size: 2rem;}
	.works-and-des {font-size: 8rem;}
}
@media only screen and (min-width : 992px) {
	.simplicity {font-size: 12rem}
	.success {font-size: 2.5rem;}
	.about-viennoid {font-size: 10rem;}
	.about-viennoid-text {font-size: 2.5rem;}
	.works-and-des {font-size: 10rem;}
}
@media only screen and (min-width : 1200px) {
	.simplicity {font-size: 14rem;}
	.success {font-size: 3rem;}
	.about-viennoid {font-size: 14rem;}
	.about-viennoid-text {font-size: 3rem;}
	.works-and-des {font-size: 10rem;}
}


