/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
	color:#af3350;
	font-size:2em;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  
    
}
body {
  color: #000;
  	font-family: crete-round, serif;
font-style: normal;
font-weight: 400;
background-color:transparent;
  
}
html {
	background:url(../img/bg_bw.jpg) no-repeat center top ;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;

}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.site-container {
  margin:0px auto;
  background-color:#fff;
  -webkit-box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.5);
box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.5);
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0;
  background:url(../img/grau_bg.jpg) no-repeat center top;
  
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

.buttonline {
	padding:30px 0;
	background-color:#af3350;
}

.cover-heading {
	color:#af3350;
	text-shadow: 0 1px 4px rgba(0,0,0,.3);
	
	padding:100px 0 20px 0;

}
.pahna-logo {
	text-align:center;
	position:absolute;
	width:100%;
	top:40px;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */
@media (max-width: 768px) {
	.site-container {
    width: 90%; /* Must be percentage or pixels for horizontal alignment */
	margin-top:70px;
	text-align:center;
  }
  .pahna-logo {
	top:10px;
  }
  .cover-heading {
	
	padding-bottom:0px;
  }
  h2{
	  font-size:1.5em;
	  padding-bottom:20px;
  }
  .dirndl img {
	  max-height:200px;
	  display:inline;
  }
  .btn-default,
.btn-default:hover,
.btn-default:focus {
	font-size:1.5em;
}
}
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .site-container {
    width: 80%; /* Must be percentage or pixels for horizontal alignment */
	text-align:center;
	margin-top:70px;
  }
  .pahna-logo {
	top:10px;
  }
  .cover-heading {
	font-size:3em;
	padding-bottom:10px;
  }
  h2 {
	  font-size:1.7em;
  }
  
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .site-container {
    width: 850px;
	margin-top:100px;
	text-align:left;
  }
  
  .pahna-logo {
	top:40px;
  }
  .dirndl {
	   padding:50px 50px 0 100px;
  }
  
  
}

@media (min-width: 1200px) {
  .masthead,
  .masfoot,
  .site-container {
	
    width: 1170px;
  }
  .cover-heading {
	font-size:4em;
  }
  h2 {
	  font-size:2em;
  }
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}