.img-responsive.img-center {
    margin: 0 auto;
} 

@media (min-width: 768px) {

}
  
}
@media (min-width: 768px) {
}


@media (min-width: 768px) {
  
}
  
@media (min-width: 992px) {
}

@media (min-width: 1200px) {

}

@media (max-width: 767px) {

}
@media (max-width: 400px) { 

}


@media (min-width: 768px) and (max-width: 991px) {

}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}

html {overflow-y: scroll;}

input, textarea {font-size: 1em;}
        p.error {background: #ffd; color: red;}
        p.error:before {content: "Error: ";}
        p.success {background: #ffd; color: green;}
        p.success:before {content: "Success: ";}
        p.error, p.success {font-weight: bold;}


.pd15{
padding:20px;

}

/* Color Kontaktformular umrandung*/
.form-control:focus {
    border-color: rgba(89,29,130,.8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(89,29,130,.6);
    box-shadow: 0 0 8px rgba(89,29,130,.6) !important;
}
/* clientseitige Überprüfung */
/*input:not([type=submit]):invalid {
    background-color: #e6c2ff;
}*/
/* Ende clientseitige Überprüfung */


.input-recaptcha{
 width:172px;   
}


.sizebig{
font-size: 100pt;
color: #6c4892; /*#6c4892*/
}

.sizeja{
font-size: 80pt;
color: #6c4892;

}
.icongrau{
font-size: 70pt;
color: #6c4892;
}

/*PANNEL STUFF */ 
.panel-primary
{border-color:#428bca;}

.panel-primary>.panel-heading{
color:#ffffff;
background-color:#428bca;
border-color:#428bca;}

.panel-primary>.panel-heading+.panel-collapse .panel-body{
border-top-color:#428bca;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body{
border-bottom-color:#428bca;
}
/*Ende Pannel Stuff*/ 
.imgmarginbottom {
margin-bottom: 0px;
margin-top: 4px;


}
.topbanner{
width: 100%;
height: auto;
background-color: #2D2D2D;
color: #BBBBBB;
border-top-right-radius: 6px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
border-top-left-radius: 6px;

}

.fa {
padding-left: 20px;
padding-top: 4px;
color: #ffffff;
margin: 0px;
}

.subhead {
    text-align: left;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.headbanner {
 margin-top: 0;
	width: 100%;
height: auto;
 position: relative;
       /*  padding: 50 px 0px;40px normal plus Schrift 
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 30px rgba(0, 0, 0, 0.075); 
	font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;*/
    /*background: linear-gradient(45deg, rgb(2, 0, 49) 0%, rgb(109, 51, 83) 100%) repeat scroll 0% 0% transparent; */
    /* background: linear-gradient(45deg, rgb(43, 27, 74) 0%, rgb(70, 5, 101) 100%) repeat scroll 0% 0% transparent; */
	background:  #3F2B50;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2) inset, 0px -3px 7px rgba(0, 0, 0, 0.2) inset;
    
}





/*Navigation */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #5f2d92;
  background-image: -moz-linear-gradient(top, #5f2d92, #6c4892);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f2d92), to(#6c4892));
  background-image: -webkit-linear-gradient(top, #5f2d92, #6c4892);
  background-image: -o-linear-gradient(top, #5f2d92, #6c4892);
  background-image: linear-gradient(to bottom, #5f2d92, #6c4892);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f2d92', endColorstr='#ff6c4892', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #5f2d92, #6c4892);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f2d92), to(#6c4892));
  background-image: -webkit-linear-gradient(top, #5f2d92, #6c4892);
  background-image: -o-linear-gradient(top, #5f2d92, #6c4892);
  background-image: linear-gradient(to bottom, #5f2d92, #6c4892);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f2d92', endColorstr='#ff6c4892', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/*Ende Navigation */

/*Link Farbe */
a:hover, a:focus {
    color: rgb(39, 0, 32);
    text-decoration: underline;
}
a:hover, a:active {
    outline: 0px none;
}
a {
    color: rgb(108, 72, 146);
    text-decoration: none;
}

a.thumbnail:hover, a.thumbnail:focus {
    border-color: rgb(108, 72, 146);/*rgb(0, 136, 204);*/
    box-shadow: 0px 1px 4px rgba(0, 105, 214, 0.25);
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 10px;
  }


.farbe a:link{
   color: #ffffff;         
 }
 
.farbe a:hover {
   color: #808080;
   
 }
 
.farbe  a:active{
   color: #ffffff;
 }
.farbe  a:visited{
color: #ffffff;
text-decoration: dashed;
}
.abstand {
padding-right: 7px;
padding-left: 7px;
}
.abstandoben {
padding-top: 10px;
}



 
/*Ende Ende Link Farbe */

/* hero-unit */ 
.hero-unit {
  margin-bottom: 15px;
/*background-color: #; E6E6FA*/
/*background-color: #6c4892; */
}

.jumbotron h1 {
    font-size: 120px;
}

/*.jumbotron {


} */


/*
.footer {
border-top: 1px solid rgb(229, 229, 229);
background-color: rgb(245, 245, 245);

}*/
body {
background-color: #808080

}
section {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: black;
}

/*Abstand Navigation zum Breadcrump */
nav.row-fluid {

margin-bottom: -21px;
}

/* eigene Button Lila */ 
.btn-purple { background-color: hsl(276, 62%, 15%) !important; 
background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e1f88", endColorstr="#2a0e3d"); 
background-image: -khtml-gradient(linear, left top, left bottom, from(#5e1f88), to(#2a0e3d)); 
background-image: -moz-linear-gradient(top, #5e1f88, #2a0e3d); 
background-image: -ms-linear-gradient(top, #5e1f88, #2a0e3d); 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e1f88), color-stop(100%, #2a0e3d)); 
background-image: -webkit-linear-gradient(top, #5e1f88, #2a0e3d); 
background-image: -o-linear-gradient(top, #5e1f88, #2a0e3d); 
background-image: linear-gradient(#5e1f88, #2a0e3d); 
border-color: #2a0e3d #2a0e3d hsl(276, 62%, 10.5%); color: #fff !important; 
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29); -webkit-font-smoothing: antialiased; }

/* Ende eigener Button Lila*/



.subhead {
    text-align: left;
    border-bottom: 0px solid;
}
.header {
    position: relative;
    padding: 70px 0px; /* 40px normal plus Schrift */
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 30px rgba(0, 0, 0, 0.075); 
    /*background: linear-gradient(45deg, rgb(2, 0, 49) 0%, rgb(109, 51, 83) 100%) repeat scroll 0% 0% transparent; */
    background: linear-gradient(45deg, rgb(43, 27, 74) 0%, rgb(70, 5, 101) 100%) repeat scroll 0% 0% transparent; 
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2) inset, 0px -3px 7px rgba(0, 0, 0, 0.2) inset;

}



.foot
{
color: white;


background: #270020; /* Old browsers */
background: -moz-linear-gradient(top, #270020 0%, #270020 63%, #2d2d2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#270020), color-stop(63%,#270020), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #270020 0%,#270020 63%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #270020 0%,#270020 63%,#2d2d2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #270020 0%,#270020 63%,#2d2d2d 100%); /* IE10+ */
background: linear-gradient(to bottom, #270020 0%,#270020 63%,#2d2d2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#270020', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */

/* Alternative grau verlauf */
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top, #7d7e7d 0%, #2d2d2d 44%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(44%,#2d2d2d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7d7e7d 0%,#2d2d2d 44%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7d7e7d 0%,#2d2d2d 44%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7d7e7d 0%,#2d2d2d 44%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom, #7d7e7d 0%,#2d2d2d 44%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

background: #2d2d2d; /* Old browsers */
background: -moz-linear-gradient(top, #2d2d2d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2d2d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2d2d2d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2d2d2d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2d2d2d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom, #2d2d2d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */


/*background-color: #270020; /*585f69; bzw. letzter stand 270020*/
}
.border1{
border:1px solid;
border-color: #808080;
border-radius: 25px;
padding: 10px;
}
.border2 {
border:1px dotted;
border-radius: 5px;
border-color: #25000;
box-shadow: 10px 10px 5px #888888;
padding: 10px;
}

.border3 {
border:1px dashed;
border-radius: 0px;
border-color: #25000;
box-shadow: 5px 5px 2px #888888;
padding: 10px;
}
/*---------------------------------------------------------
google Karte Responsive------------------------------------
----------------------------------------------------------*/ 


.responsiveContainer {
position: relative;
padding-bottom: 56%;
height: 0;
overflow: hidden;
}
	  
.responsiveContainer iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*----------------------------
ende google Karte responsive--
------------------------------*/
.navbar-inner {
border-radius: 0px 0px 4px 4px;
}

.breadcrumb {
margin: 0px;
}


.abstand2 {
margin: 0px 40px 0px 40px;
}


nav.row {
margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 0px;

}
.big {
font-size: 160pt;
}






.navbar {
    position: relative;
    z-index: 1000;
    min-height: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.dropdown-submenu{
position:relative;
}
.dropdown-submenu>.dropdown-menu{
top:0;
left:100%;
margin-top:-6px;
margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;
-moz-border-radius:0 6px 6px 6px;
border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{
display:block;
content:" ";
float:right;
width:0;
height:0;
border-color:transparent;
border-style:solid;
border-width:5px 0 5px 5px;
border-left-color:#cccccc;
margin-top:5px;
margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{
left:-100%;
margin-left:10px;
-webkit-border-radius:6px 0 6px 6px;
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px;}

.navbar-collapse {
    max-height: 500px;
	}
.subhead {
    text-align: left;
    border-bottom: 0px solid rgb(221, 221, 221);
}
.cb{
background-color:rgb(238, 238, 238)
}
.cb h1{
font-size: 9.5em;

}




@media screen and (min-width: 768px) {
  .headbanner {
    /* padding: 70px 60px;
   border-radius: 6px; */
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
  } 
  
}
@media (max-width: 767px) {
   .dropdown-menu > li > a {
     display: block;
     padding: 3px 20px;
     clear: both;
     font-weight: normal;
     line-height: 1.428571429;
     color: #333333;
    white-space: nowrap;
     background-color: white;
   }
   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
       color: #ffffff;
       background-color: #5f2d92;
   }
   .cb h1{
       font-size: 8em;
    }
	.sizebig{
         font-size: 140pt;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cb h1{
            font-size: 8em;
    }
	.sizebig{
         font-size: 140pt;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cb h1{
            font-size: 8em;
    }
}

@media (min-width: 1200px) {
    .cb h1{
         font-size: 9em;
    }
}

@media screen and (max-width: 400px) {
    .cb h1{
         font-size: 7em;
    }
	.sizebig{
         font-size: 140pt;
    }

}