/*Generelle Einstellungen */
body {
  _padding-top: 56px; /* wird nur gebraucht wenn Nafigationsleiste gefixt */
	
	background-color: rgba(242, 241, 237, 1);
	background-position: initial initial;
	background-repeat: initial initial;
	font-family: 'Open Sans',  sans-serif;
}


@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1570px;
  }
}

@media (min-width: 992px) {
  body {
    _padding-top: 36px; /* dient zum Entspannen des Logos */
  }
}

h3, h4, h5, h6 {line-height:1.5 !important; text-transform:uppercase;}



h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
  text-transform:uppercase;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 24.5px;
}

h3 {
  font-size: 24.5px;
  color: rgba(98, 152, 195, 1);
}

h3-bk {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h7 {
  font-size: 17.5px;
  color: rgba(98, 152, 195, 1);
}

h8 {
	margin: 20px 0 0 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  text-rendering: optimizelegibility;
  font-size: 20px;
  color: rgba(98, 152, 195, 1);
}



h3 {font-weight: normal; text-transform:uppercase;font-style: normal; font-family: 'Source Sans Pro', sans-serif; font-size: 28px; line-height: 45px;}

h4 {font-weight: normal; text-transform:uppercase;font-style: normal; font-family: 'Source Sans Pro', sans-serif; font-size: 21px; line-height: 45px;}

h5 {font-weight: bold; _letter-spacing: 1px; text-transform:uppercase; font-style: normal; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; line-height: 45px;}

h6 {font-weight: normal; text-transform:uppercase;font-style: normal; font-family: 'Source Sans Pro', sans-serif; font-size: 15px; line-height: 45px;}

a {
  color: rgba(98, 152, 195, 1.00);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
	color: rgba(9,109,188,1.00);
	text-decoration: none;
	_font-weight: bold;
}



.bg-dark {
  background-color: #3d3d3d !important;
  background-image: url(../images/fbg_bg.gif);  background-repeat: repeat;
 
}

#ContentHeaderSeparator{margin-top: 0px; border-top-color: rgb(255, 255, 255); border-top-width: 0px; border-top-style: solid; margin-bottom: 25px; height: 0px; background-color: transparent;}

#ContentFooterSeparator{margin-top: 50px; border-top-color: rgb(255, 255, 255); border-top-width: 0px; border-top-style: solid; margin-bottom: 0px; height: 0px; background-color: transparent;}
/*Hervorhebungen */

.footer {
	background-color: #1b1b1b;
	background-image: url(../images/fbg_bg.gif);  background-repeat: repeat repeat;
	color: #ADADAD;
	padding-top: 40px;
}
.footer h3 { color: #626262;}
 
/* Einstellungen für Seiteninhalte */
.inhalt{background: rgba(255, 255, 255, 0.8); _margin-top: 25px; padding: 15px; border-radius:2px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}

.abschnitt {
  min-height: 20px;
  padding: 0px 0 20px 0;
}

.eintrag {
  _min-height: 140px;
  padding: 15px;
  margin-bottom: 20px;
  _background-color: rgba(255, 255, 255, 1);
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


.sidebox {-webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px;-moz-box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px;background-color:rgba(250, 250, 250, 0.7);color:rgb(51, 51, 51);border-width:1px;border-style:solid;border-color:rgb(255, 255, 255);border-radius:4px;padding:18px; _margin-top:14px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}


.highlightbox {
	-webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px;
	background-color:rgba(238, 238, 238, 1);
	color:rgb(51, 51, 51);
	border-width:1px;
	border-style:solid;
	border-color:rgb(255, 255, 255);
	border-radius:5px;
	padding:25px;
	margin-left: -30px;
	margin-right: -20px;
	 box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	 }




.sidebox-title {line-height: 40px; font-weight: normal; font-style: normal; font-family: 'Source Sans Pro', sans-serif; color: rgb(51, 51, 51);}



/* Bilder Anordnungen usw. */

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.Bildrechts {
	 float:right;
	 margin: 0px 0px 5px 20px;
	  }
	  
.Bildrechtspad {
	 float:right;
	 margin: -40px 20px 5px 20px;
	  }	  
	  
.Bildlinksspad {
	 float:left;
	 margin: -40px 20px 5px 20px;
	  }	

.bildlogo {
	 float:left;
	 margin: 40px 20px 5px 20px;
	  }	

.Bildlinks { 
	float:left;
	margin: 0px 15px 5px 0px;
	} 
	
.bildmitte {
    display: block;
    margin-left: auto;
    margin-right: auto;
	 padding: 2px
}

.imagezoomfixheight {
	position: relative;
	overflow: hidden;
	height: 300px;
	width: auto;
		  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.imagezoomfixheight img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	_width: auto;
	_height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media (max-width: 992px) {
  .imagezoomfixheight {
    height: 180px;
  }
}




.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}


/* Anpassung Carousel */
.carousel-indicators {
  position: absolute;
  top: 240px;
}
.carousel-control-prev,
.carousel-control-next {
  height: 75%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 40px;
  height: 40px;
}



/* Navigation */
.navbar {
  padding: 0;
}

#navbarResponsive > ul > li:hover,
#navbarResponsive ul li.active:hover,
#navbarResponsive ul li.active,
#navbarResponsive ul li.has-sub.active:hover {
	background: rgba(98, 152, 195, 1)!important;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

#navbarResponsive > ul > li {
	float: left
}

#navbarResponsive > ul > li > a {
	padding: 40px 20px 40px 20px;
	font-size: 17px;
	_letter-spacing: 1px;
	text-decoration: none;
	color: #ddd;
	font-weight: 700;
}


/* Header Bilder */
.headerbild {
	position: relative; height: 256px; background-color: rgb(240, 240, 240); background-image: url(../images/slide1.jpg); -webkit-background-size: cover; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat no-repeat;
	-webkit-box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 3px 11px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 3px 11px rgba(0, 0, 0, 0.7);
}

#hintergrund_home {background-image: url(../images/slide1.jpg);}
#hintergrund_articles {background-image: url(../images/slide1.jpg); }
#hintergrund_sessions {background-image: url(../images/slide1.jpg); }
#hintergrund_sessionplan {background-image: url(../images/slide1.jpg); /*background-position: 100% 10%;*/}
#hintergrund_price {background-image: url(../images/slide1.jpg);}
#hintergrund_location {background-image: url(../images/slide1.jpg);}
#hintergrund_about {background-image: url(../images/slide2.jpg);}
#hintergrund_impressum {background-image: url(../images/slide1.jpg);}

/* Header Text */
#divHeaderLine1 {display:inline-block !important}

#divHeaderLine2 {display:inline-block !important}

#divHeaderText {padding-top: 0px; padding-bottom: 0px; border-color: rgb(51, 51, 51); text-align: left; }

#divHeaderLine1{letter-spacing: 0px; word-spacing: 0px; margin-top: 0px; color: rgb(46, 46, 46); font-size: 50px; line-height: 64px; font-family: 'Source Sans Pro', sans-serif; text-transform: none; text-shadow: rgba(0, 0, 0, 0.14902) 0px 3px 5px, rgba(255, 255, 255, 0.298039) 0px -5px 35px; font-weight: normal; font-style: normal; text-align: left; background-color: rgba(0, 0, 0, 0.5); }

#divHeaderLine2x {margin-left: 50px; font-size: 20px; line-height: 30px; letter-spacing: 1px; margin-top: 11px; font-family: 'Source Sans Pro' sans-serif; color: rgb(255, 255, 255); text-shadow: none; text-align: left; font-weight: normal; font-style: italic; background-color: rgb(0, 0, 0); opacity: 0.9; padding: 3px 10px; background-position: initial initial; background-repeat: initial initial;}
