/*
Theme Name: Ernst von Schuch
Theme URI: http://fingercoding.com
Description: New Ernst von Schuch theme with wordpress backend.
Author: FingerCoding UG
Version: 1.1
Author URI: http://fingercoding.com
License: All rights reserved 
*/
h1 {
  font-size: 30px;
  margin: 0px;
}

h2 {
  font-size: 17px;
  margin: 0px;
  letter-spacing: 2px;
}

h3 {
  font-size: 22px;
  border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
}

.row>h3 {
  margin: 15px;
}

h4 {
  color: #AAAAAA;
  font-size: 14px;
  font-weight: 100;
}

p {
  font-size: 16px;
  line-height: 1.5em;
}

cite {
  font-size: 16px;
  font-style: italic;
  text-align: center;
  line-height: 1.5em;
}

a {
    color: #DDDDDD;
    
}

p a {
  text-decoration: underline;
}

a:hover {
    color: #DDDDDD;
    text-decoration: underline;
    /*border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #DDDDDD; */
}

body {
  background-color: #393232;
	margin: 0pt;
	text-align: center;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: 200;
    letter-spacing: 1px;
	line-height:15px;
	font-size:14px;
    color: #DDDDDD;
}

.row img {
	width:100%;
	height: auto;
}

.row {
	margin-bottom: 30px !important;
}

.col-lg-6.col-md-6.col-xs-12.col-sm-12 {
	background-color: #4e4545;
box-shadow: 0px 0px 30px #222;
}

.col-lg-3.col-md-3.col-xs-12.col-sm-12 {
	background-color: #987c34;
box-shadow: 0px 0px 30px #222;
}

.col-lg-4.col-md-4.col-xs-12.col-sm-12 {
	background-color: #987c34;
box-shadow: 0px 0px 30px #222;
}

.wp-caption {
 width:100% !important;
}

.wp-caption-text {
  font-size: 12px;
  line-height: 1.5em;
}

/* +++++++++++++++++++++++ Header ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.header {
  position:relative;

  background-color: #D8D8D8;

  width: 100%;
  height:auto;

  padding-top:20px;
  padding-bottom: 20px;

  text-align: left;

  overflow: hidden;
}

.header2 {
  min-height: 250px;
}

.header2 cite {
  position: absolute;

  left: 15px;
  top: 180px;
  text-align: left;
}

.header2 h1 {
  margin-top: 30px;
  text-align: left;
}

.header .centerContent {
  text-align: center;
  color: #CEA831;
}

#notenlinien {
  position: absolute;

  width: 100%;
  height: 62px;

  background-repeat: repeat-x;
  background-image: url("ext_files/pics/Notenlinien.png");

  margin-top: 40px;
}

#wappen {
  height: 150px;
  margin-bottom: 20px;
width:auto !important;
}

#wappenBadge {
  position: absolute;
  right: 0px;
  top: -20px;

  height: 150px;
  margin-bottom: 20px;
width: auto !important;
}

.fullscreenHeaderBG {
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0px;
}

.fullscreenHeaderBG>img {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1440px;
  
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1440px) { /* Specific to this particular image */
  .fullscreenHeaderBG>img {
    //left: 50%;
    //margin-left: -720px;   /* 50% */
  }
}

/* +++++++++++++++++++++++ Main Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mainMenu {
  position: relative;

  background-color: #A50022;

  width: 100%;
  height: 40px;

  text-align: left;

z-index:1000;
}

.mainMenu .centerContent .container-fluid {
  /*padding: 0px;*/
  vertical-align:bottom;
}

.navbar-default .navbar-nav>li>a {
  color: #DDDDDD;
    text-decoration: none;
}

.navbar-fixed-top {
  position: fixed;
  top: 0px;

  z-index: 1000;
}

.navbar {
  position: relative;
  display:inline;

  margin-top:50px;
  margin-bottom: 0px;
  width:100%;

  background-color: #A50022;
  border: none;

  z-index: 1000;
}

.navbar-collapse {
  z-index:1000;
  border:none;
}

.navbar-nav {
  width: 100%;
}



.navbar-header {
  background-color: transparent;
}


@media all and (max-width: 768px) {
.navbar-collapse {
  background-color: #A50022;
box-shadow: 0px 0px 20px #222;
}

.navbar-nav>li {
  width: 100%;

  text-align: left;
}

.current-menu-item {
  width: 100%;
}
}

.navbar-nav>li:nth-child(3) {
  width: 20%;
}

.navbar-nav>li {
  width: 16%;

  text-align: center;
}

.navbar-nav>li>a {
  padding: 10px 0px;
  margin-left:10px;
  margin-right: 10px;
}

.navbar-nav>li:last-child>a {
  margin-right: 0px;
}

.current-menu-item>a:hover {
 border-bottom-style:none;
}

.navbar-default .navbar-nav>li>a:hover {
  border-bottom-width:2px;
  border-bottom-color: #FFFFFF;
  border-bottom-style: solid;
  color: #FFFFFF;
}

.navbar-default .container-fluid {
  padding-right: 0px;
}
.time-text{
    margin:-25px 0 0 17px;
    color:#AAAAAA;
    font-size:11px;
}
 



button.navbar-toggle {
  height: 28px;
  padding: 0px 10px;
  margin-top:6px; 
  margin-right:20px;

}

/* +++++++++++++++++++++++ Main Content ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.mainContent {
  text-align:left;

  padding-top:40px;
}

.centerContent {
	position:relative;
	max-width: 900px;
    /*min-width: 700px;*/
    width: auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#profilePicture {
    position: absolute;
    display: inline-block;
    border-radius: 250px;
    overflow: hidden;
    width: 300px;
    height: 300px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.23);
}

.textContent {
    position: relative;
    margin-left: 320px;
    padding-top: 70px;
}

.text-right {
  text-align: right;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

img.fullwidth {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

img.fullheight {
  height: 100%;
  width: auto;
  margin-bottom: 10px;
}

.col-xs-4>.row {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #969696;

  padding-bottom: 10px;
  margin-bottom: 15px;
}

.col-xs-4>ul {
  padding-left:15px;
  list-style-type: square;
}

.col-xs-4>ul li {
  margin-bottom: 5px;
}

/* ------------------------- footer --------------------------------------------------------*/

.footer {
  margin-top: 80px;
}

.footer p{
  font-size: 10px;
  color: #DDDDDD;
}


@media only screen and (min-width: 768px) {
.current-menu-item {
font-weight: bold;
background-color: #A70023;
border-bottom-color: white;
height: 50px;
top: -5px;
box-shadow: 0px 0px 20px #222;
padding-top: 5px;
}


}

@media only screen and (max-width: 768px) {
.navbar-nav>li {
  width: 9%;
  text-align: center;
}
.navbar-default .navbar-nav>li>a:hover {
  border-bottom-width:0px;
  color: #FFFFFF;
}
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}