/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@font-face {
  font-family: 'Azuro';
  font-style: normal;
  font-weight: bold;

  src: url('../fonts/azuro/azuro-bold.eot');
  src: url('../fonts/azuro/azuro-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/azuro/azuro-bold.woff') format('woff');
}

@font-face {
  font-family: 'Azuro';
  font-style: italic;
  font-weight: bold;

  src: url('../fonts/azuro/azuro-bolditalic.eot');
  src: url('../fonts/azuro/azuro-bolditalic.eot?#iefix') format('embedded-opentype'), url('../fonts/azuro/azuro-bolditalic.woff') format('woff');
}

@font-face {
  font-family: 'Azuro';
  font-style: italic;
  font-weight: normal;

  src: url('../fonts/azuro/azuro-italic.eot');
  src: url('../fonts/azuro/azuro-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/azuro/azuro-italic.woff') format('woff');
}

@font-face {
  font-family: 'Azuro';
  font-style: normal;
  font-weight: normal;

  src: url('../fonts/azuro/azuro-regular.eot');
  src: url('../fonts/azuro/azuro-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/azuro/azuro-regular.woff') format('woff');
}


#bio_ep {
	display:none;
}

body {
  color: #5a5a5a;
  font-family:Azuro, Verdana;
  font-size:18px;
  margin-top:103px;
  background-color:#333333;
}

/* MAIN STYLE
-------------------------------------------------- */


.spacer { /* in content.php verwendet */
	margin-top:50px;
	margin-bottom:50px;
}

textarea {
	min-height:200px; 
}


h1, h2, h3 {
	color:#24bae9;
	font-weight:bold;
}

h1 {
	margin-bottom:20px;
}

p {
	line-height:28px;
}


a, a:visited  {
	color:black;
}

a:hover  {
	color:#24bbea;
	text-decoration:none;
}


span {
	font-size:85%;
}


.popover-title {
	font-size: 15px;
  	font-family:Azuro, Verdana;
}

.popover-content p {
  	font-family:Azuro, Verdana;
	line-height:18px;
	font-size:14px;
	color:#999999;
	margin-bottom:0;
}

.popover-content hr {
	margin-top:10px;
	margin-bottom:10px;
}


.popover-content table {
  	font-family:Azuro, Verdana;
	font-size:15px;
}





.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color:transparent;
	border-width:1px;
    border-color: white;
	color:white;
}


.btn-primary:hover{
    background-color:transparent;
	border-width:1px;
	border-color:rgba(255, 255, 255, 0.8);
  	color:rgba(255, 255, 255, 0.8);
}


.btn-default,
.btn-default:active,
.btn-default:visited,
.btn-default:focus {
	line-height:25px;
}


.btn-default:hover{
}



.affix-top {
	background-color:red;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */


.navbar-default {
	background-color:#24bae9; /* dd-cyan */
	background-image:none
	background-repeat:no-repeat;



  	-webkit-box-shadow:none;
    box-shadow:0;
	border:0;
}


.navbar-header .navbar-brand {
  	text-shadow:0;
  	color:white;
  	margin:-7px 0 10px 0;
  	padding:0;
}


.navbar-default .navbar-toggle .icon-bar {
	background-color:#FFFFFF;
}


.navbar-default .navbar-toggle {
	border-color:#FFFFFF;
}

.navbar-default .navbar-toggle:hover {	
	background-color:#5bcbef;
}

.navbar-default .navbar-toggle {	
	background-color:#5bcbef;
}


.navbar-default .navbar-collapse{
    border-color:#24bae9;
	background-color:none;
}


	




.navbar-default .navbar-nav > li > a {
  text-shadow:0;
  color:white;
  font-size:18px;
}

.navbar-default .navbar-nav > li > a:hover {
  text-shadow:0;
  /*color:#c8eef9;*/ /* -25% Deckkraft */
  color:rgba(255, 255, 255, 0.8);

  font-size:18px;
}




.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image:none;
  background-repeat:no-repeat;
  -webkit-box-shadow:none;
  box-shadow:none;
  color:#24bae9;
  font-weight:bold
}

.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
  color:#5bcbef; /* -25% Deckkraft */
}



.navbar-default .navbar-nav > .active{
	background:white;



}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background:white;
}


.navbar-nav {
	float:left;
}

.dropdown-menu > li > a:hover {
    /*background-color: red;*/
    background-image: none;
}

.navbar-nav > li > .dropdown-menu { 
	/*background-color: blue;*/ 
}


.navbar .dropdown li a:hover {
   background-color: #eeeeee;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #5bcbef;
    background-color:white;
}


.navbar-toggle.navbar-left {
  float: left;
  margin-left: 10px;
}


/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background-color:#24bae9; /* cyan */
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


.back-to-top {
	float:right;
	text-align:right;
}


.tab-pane {
	background-color:#FFFFFF;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	padding:20px 20px 10px 20px;
	line-height:28px;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0;
  color:#FFFFFF;
  height:auto;
  background:white;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel-caption h1 {
  	-webkit-text-shadow: none;
  	text-shadow: none;
	color:#FFFFFF;
}

.carousel-caption p {
  -webkit-text-shadow: none;
  text-shadow: none;
}

.carousel-caption a {
  margin-bottom:35px;
}


/* Declare heights because of positioning of img element */
.carousel .item {
}
.carousel-inner > .item > img {
  position:relative;
  margin:auto;
  padding:40px 25px 0 25px;
}

.carousel .carousel-caption {
	position:inherit;
	margin:auto;
	margin-top:0;
}


.carousel .carousel-indicators {
	position:absolute;
}


.carousel .carousel-caption h1 {
	font-weight:normal;
	line-height:40px;
	font-size:30px;
}




.carousel-control.left, .carousel-control.right {
    background-image:none;
	-webkit-text-shadow: none;
  	text-shadow: none;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes ------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* Projects ------------------------- */
.probox {
	margin:0;
	padding:0;
}






/* Footer ------------------------- */
.footer {
	margin:25px 0 25px 0;
}

.footer .pull-right a:hover {
	text-decoration:none;
}

.footer h2 {
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}

.footer p  {
	color:#888888;
}

.footer .impress {
	text-align:right;
	margin-top:40px;
}

.footer a,  a:visited, a:focus {
	color:#888888;
}

.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}



.footer ul {
	list-style-type:none;
	margin-top:25px;
	line-height:30px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top:30px;
    margin-bottom:30px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }



  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

@media (min-width: 1200px) {
	.carousel {
		height:630px;
	}
}




/* --- animatia css --- */

.ovrly17 {
    width: 100%;
    overflow: hidden;
    position: relative;
/*    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
*/	margin:0;
	padding:0;
}
.ovrly17 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.ovrly17 .ovrly {
    position: absolute;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.ovrly17 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ovrly17 .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
}
.ovrly17:hover .ovrly {
    top: 0;
}
.ovrly17:hover .buttons .fa {
    opacity: 1;
}





.dtl26 {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dtl26 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl26 .dtl {
    background: rgba(36, 187, 234, 0.9);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl26 .dtl h3,
.dtl26 .dtl p,
.dtl26 .dtl a {
    position: relative;
    top: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl26 .dtl h3 {
    padding: 10px 15px;
    width: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
.dtl26 .dtl p {
    padding: 0 15px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #fff;
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.dtl26 .dtl a {
    margin-right: 15px;
    float: right;
	font-size:16px;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.dtl26 .dtl a:hover {
}
.dtl26:hover .dtl h3,
.dtl26:hover .dtl p,
.dtl26:hover .dtl a {
    top: 0;
}
.dtl26:hover .dtl {
    visibility: visible;
    opacity: 1;
}