

body {color:#FFF; font-family: 'Cabin', sans-serif; font-size:16px;
        background-color: transparent; 
        margin-top: 10px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.full {
    background: url('../images/bg_1920.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}
/***************LAYOUT ********************/

#logo{
  background:url(../images/bg_logo.png)top left; 
  background-repeat: no-repeat; 
  background-size:480px auto;  
  font-size:4.2em;
  font-weight:600; 
  width:480px; 
  height:180px;
  text-align:right;
  padding-top:0px; 
  line-height:1em;
}
.highlight{
  background-color:#000;
  letter-spacing:0.01em;
}
.logolineone{
  border-top:3px solid white; 
  border-left:2px solid white; 
  border-right:3px solid white;
  margin-right:-5px;
}
#maincontainer {
  margin-top:0px;
}
#footer{
  position:fixed; bottom:0;
  width:100%; 
  padding:8px 15px;
 text-align:right;
}
#leftCol{margin-top:30px;margin-left:-15px;

}
.content{
  background-color: rgba(0,0,0,0.5);
  text-align:center; 
  padding:10px;
  max-width:800px;
  margin-bottom:30px;
}
/****************TYPO****************/
a:hover, a:visited, a:link, a:active{ 
  color:#fff;
  text-decoration: none;
}
a:hover{ 
  background-color:#fff;color:#000;
  text-decoration: none; text-shadow:0 0 0;
}
.vibes,h1{
  font-family: 'Great Vibes', cursive; 
  font-size:6em; 
  font-weight:400; 
  line-height:1em; 
  margin-bottom:15px;
}
h2{
  font-size:1.9em; /* text-shadow: 2px 2px 3px #000;*/
  letter-spacing:0.05em;
}

p{
font-size:1.2em; 
font-weight:400;
letter-spacing:0.05em; 
line-height:1.2em; /*text-shadow: 1px 1px 1px #000; */
}

/****************************** CONTENT *************/
#intro{
  display:none;
  padding:10px;
}

#person{
  display:none;
  text-align:left;
}
.profilbild{ 
  padding:10px 0 10px 10px;
}
#proceedure{
  display:none;
}
#presse{
  display:none;
}
#impressum{
  display:none;
}
/****** NAVIGATION *********/

.navbar-default {
    background-color: transparent;
    border:0;
}

.button{
 /* background:url(../images/bg_button.png)top right; 
  background-repeat: no-repeat; 
  background-size:354px auto; */
-webkit-clip-path: polygon(0 17%, 86% 0, 100% 100%, 0 97%);
clip-path: polygon(0 17%, 86% 0, 100% 100%, 0 97%);
background-color:#FFF;
   max-width:275px; 
   height:70px; 
   text-align:right; 
 }

.btnFade{color:#000; 
  text-decoration:none; 
  background:transparent;
  border:0; 
  outline:none;
  padding:20px 30px 5px 0;  
  font-size:1.6em;
  font-weight:600; 
  cursor:pointer;}
.btnFade:visited{color:#000; text-decoration:none; }
.btnFade:hover{color:#373636; text-decoration:none; }
.button2{-webkit-clip-path: polygon(0 10%, 92% 2%, 98% 95%, 0 91%);
clip-path: polygon(0 10%, 92% 2%, 98% 95%, 0 91%);
 text-align:center;
}
.button3{-webkit-clip-path: polygon(0 2%, 92% 14%, 88% 95%, 0 100%);
clip-path: polygon(0 2%, 92% 14%, 88% 95%, 0 100%);
   max-width:230px; 
   text-align:center;
}
.menubutton{-webkit-clip-path: polygon(0 2%, 92% 14%, 88% 95%, 0 100%);
clip-path: polygon(0 2%, 92% 14%, 88% 95%, 0 100%);
background-color:#FFF;
   width:120px; 
   height:50px;
   text-align:center;
   color:#000;
   font-weight:bold;
   border:0;
}

.navbar-default .navbar-toggle{
  background-color:#FFF;
    border:0; 
    float:none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover  {
  background-color:#FFF;color:#373636;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0; 
    -webkit-overflow-scrolling: touch;
    border-top: 0;
    -webkit-box-shadow:0;
    box-shadow:0;
}
/************ MEDIA QUERIES *************/
@media (max-width: 991px) {
  .profilbild{ 
  width:250px; height:auto;
}
}

@media (max-width: 480px) {
  .profilbild{ 
  width:180px; height:auto;
}

}

@media(max-width:1400px) {
#logo{background-size:365px auto;  font-size:3.2em;font-weight:500; width:365px; height:120px; }
.vibes,h1{font-family: 'Great Vibes', cursive; font-size:6em; font-weight:400; line-height:1em; margin-bottom:15px;}
.vibes,h1{font-size:4.1em; font-weight:400; line-height:1em;}
h2{font-size:1.7em;}
p{font-size:1.2em; }
}
@media(max-width:1200px) {
#footer{
    background-color:#000;
}
.button{
   width:150px; 
   height:60px;
font-size:0.8em;
}
.button2{width:200px;}
}
}

@media(max-width:1024px) {
.vibes,h1{font-family: 'Great Vibes', cursive; font-size:6em; font-weight:400; line-height:1em; margin-bottom:15px;}
.vibes,h1{font-size:4.1em; font-weight:400; line-height:1em;}  

}

@media(max-width:991px) {
h2{font-size:1.5em;}
p{font-size:1em;}

}

@media(max-width:600px) {
.vibes,h1{font-size:4em; font-weight:400; line-height:1em;}
h2{font-size:1.5em;}

p{font-size:1em; }  
.pull-right{float:none;}  
}
