body {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Farben Select Text */
::-moz-selection { /* Code for Firefox */
  color: #FFFFFF;
  background: #3366FF;
}
::selection {
  color: #FFFFFF;
  background: #3366FF;
} 
.navbar {
  margin-bottom: 20px;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[name="username"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[name="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin select[id="UserName"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tooltip1 {
  position:absolute; 
  display:none;
  z-index:10000;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 4px;
  /*opacity: 0.8;*/
  opacity: 1.0;
  /* Fade in tooltip */
  /*
  opacity: 0;
  transition: opacity 0.3s;
  */ 
}

.tooltip2 {
  position:absolute; 
  display:none;
  z-index:10000;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 4px;
  opacity: 0.9;
  /* Fade in tooltip */
  /*
  opacity: 0;
  transition: opacity 0.3s;
  */ 
} 

.carousel-inner {
  width:100%;
  min-height: 500px !important;
  max-height: 500px !important;
}
.carousel-control.right{
  opacity:1 !important;color:#eb9316;
  background-image: linear-gradient(to right,rgba(46,109,164,.0001) 0,rgba(46,109,164,.5) 100%);
 }
.carousel-control.left{
  opacity:1 !important;color:#eb9316;
  background-image: linear-gradient(to right,rgba(46,109,164,.5) 0,rgba(46,109,164,.0001) 100%);
 }
.carousel-inner > .item {
  text-align : center;
 }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  min-height: 400px;    /* Set slide height here */
  max-height: 400px;    /* Set slide height here */
  padding-top:80px;
}
.carousel-caption {
  color:#eb9316;
  top : 5px;
  font-size:25px;
 }
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    bottom:10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #2e6da4;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 5px;
    bottom:10px;
    background-color: #eb9316;
}
.homeTitle {
  font-family: Times, "Times New Roman", Georgia, serif;
  font-size: 46px;
  line-height: 61px;
  letter-spacing: 0.129em;
  font-style: normal;
  font-weight: 600;
  color: #2e6da4;
 }

.homeTitleSub {
 font-family: "Lucida Console", Courier, monospace;
 font-size: 21px;
 line-height: 2;
 letter-spacing: 0.05em;
 color: #eb9316; /*51,51,204*/
}
.pageTitleMain {
  font-family: Times, "Times New Roman", Georgia, serif;
  font-size: 34px;
  line-height: 61px;
  letter-spacing: 0.129em;
  font-style: normal;
  font-weight: 600;
  color: #2e6da4;
 }
 
.pageTitle {
  font-family: Times, "Times New Roman", Georgia, serif;
  font-size: 24px;
  line-height: 61px;
  letter-spacing: 0.129em;
  font-style: normal;
  font-weight: 600;
  color: #2e6da4;
 }

.pageTitleSub {
 font-family: "Lucida Console", Courier, monospace;
 font-size: 16px;
 line-height: 24px;
 font-weight:bold;
 color: #939393; 
 /*letter-spacing: 0.05em;*/
 }

.pageTable {
  width:70%;
  text-align:justify;
 }

.datenschutz {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight:normal;
  color : #939393; 
  width : 60%;
 }
 
h2.adsimple-311904998 {
  font-family: Times, "Times New Roman", Georgia, serif;
  font-size: 24px;
  line-height: 61px;
  letter-spacing: 0.129em;
  font-style: normal;
  font-weight: 600;
  color: #2e6da4;
  text-shadow: -4px 3px 4px #C3C3C3;  
 }

.pageTitleAGB {
  font-family: Times, "Times New Roman", Georgia, serif;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.129em;
  font-style: normal;
  font-weight: 600;
  color: #2e6da4;
 }
 
.pageTitleSubAGB {
 font-family: "Lucida Console", Courier, monospace;
 font-size: 16px;
 line-height: 24px;
 font-weight:bold;
 color: #939393; 
 /*letter-spacing: 0.05em;*/
 }
.pageAGBTable {
  width:70%;
 } 

.pageHomeImg {
  max-width:70%;
 } 
/* 
@media screen and (max-width: 959px) {
}

@media screen and (max-width: 360px) { 
} 

@media (min-width: @screen-xs-max) { 
.homeTitle {
 font-size: 46px;
 line-height: 61px;
} 
}
*/
@media (max-width: 640px) {
.carousel-caption {
  font-size:20px;
 }

.homeTitle {
  font-size: 34px;
  line-height: 41px;
} 

.homeTitleSub {
 font-size: 16px;
 line-height: 2;
}

.pageTitleMain {
  font-size:18px;
 }
 
.pageTitle {
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.129em;
 }

.pageTitleSub {
 font-size: 12px;
 line-height: 20px;
 }

.pageTitleAGB {
  font-size: 18px;
  line-height: 26px;
 }
 
.pageTitleSubAGB {
 font-size: 12px;
 }

h2.adsimple-311904998 {
  font-size: 16px;
  line-height: 41px;
 }
.pageTable {
  width:90%;
 }
.pageAGBTable {
  width:90%;
 } 

.pageHomeImg {
  max-width:90%;
 } 

}
@media (min-width:640px) and (max-width: 768px) {

}

@media (min-width: 768px) and (max-width:992px){

}

@media (min-width: 992px) and (max-width:1200px) {

}

/* Extra-kleine Geräte (Smartphones, weniger als 768px) */
/* Kein Media-Query, weil dies der Standard in Bootstrap ist */

/* Kleine Geräte (Tablets, 768px und breiter) 
@media (min-width: @screen-sm-min) { }

/* Mittlere Geräte (Desktop-PCs, 992px und breiter) 
@media (min-width: @screen-md-min) { }

/* Große Geräte (Desktop-PCs, 1200px und breiter)
@media (min-width: @screen-lg-min) { ... }

Manchmal, wenn bestimmte Stile nur auf einigen Geräten Sinn machen, erweitern wir diese Media-Queries mit einer max-width.
@media (max-width: @screen-xs-max) { ... }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { ... }
@media (min-width: @screen-lg-min) { ... }

*/
.shaddowTitle {
  text-shadow: -4px 3px 4px #C3C3C3;  
 }
.fntserif {
    font-family: Times, "Times New Roman", Georgia, serif;
}
.fntsansserif {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fntmonospace {
    font-family: "Lucida Console", Courier, monospace;
}
.fntcursive {
    font-family: cursive;
}
.fntfantasy {
    font-family: fantasy;
}    