/* Colors */
:root {
	--rootcolor:#666;
	--rootbackground:#fff;
	--buntfarbe: #e40005;
	--link: #000;
	--linkhover:#e40005;
  }

/* Global Resetting */
/** {
	font-size: 1em;
	padding: 0;
	margin: 0;
	list-style:none;
}
html, body {
	height:100%;
	margin:0;
	padding:0;
}*/

body {
	color:var(--rootcolor);
	font-family:tasa_orbiterregular,Arial,sans-serif;
	background:var(--rootbackground);
	overflow-x:hidden;
	font-size:16px;
}
div.back {
	background:url(../images/BackgroundContent.jpg) no-repeat bottom;
	background-size: 100%;
	position:fixed;
	width:100%;
	height:100%;
	overflow:hidden;
}
article {
  margin: 15px;
}

#Content {
	margin: 0 0 0 12px;
    position: relative;
    z-index: 999;
}
/* Left Menu */
/*.leftmenu {
  width: 260px;
  background-color: #fff;
  margin-top: -20px;
  margin-left: -14px;
  padding: 20px;
  height: 100vh;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
}
.leftmenu ul {
	list-style-type: none;
	padding:0;
}
#filters li a {
	display:block;
	width:100%;
	padding: 2px 6px;
	background-color: transparent;
	text-decoration: none;
	color:#555;
}
#filters li a.activ {
  background-color: #f00;
  color: #fff;
  
  text-decoration: none;
}
box-shadow: 0px 3px 5px rgba(0,0,0,0.6);

/* SubNavigation */

.subnav ul.menu2 {
  background-color: transparent;
  list-style-type: none;
  padding-left: 8px;
  margin-top: 38px;
}
.subnav ul.menu3 {
  background-color: transparent;
  list-style-type: none;
  padding-left: 8px;
}
.subnav a {
  display: block;
  font-size: 1.1em;
  text-decoration: none;
  color: var(--link);
}
.subnav a:hover, .subnav a.current {
  color: var(--buntfarbe);
}

/* Typography */
.typography * {
	font-family:tasa_orbiterregular,Arial,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li {
	color:var(--rootcolor);
	line-height:1.5em;
	font-size:1.1em;
}
.typography p {
	margin-bottom:20px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin:0;
}
		.typography ul li {
		 list-style-type:none;
		}


/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:14px;
	color:var(--rootcolor);
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.2em;
		margin-top: 0;
	}
	.typography h2 {
		font-size:2.2em;
		margin-top: 0;
	}
	.typography h3 {
		font-size:1.6em;
		margin-top: 0;
	}
	.typography h4 {
		font-size:1.4em;
	}

/* LINK STYLES */
.typography a {
	color:var(--link);
  font-size:1em;
  text-decoration:none;
}
	.typography a:hover {
		color:var(--linkhover);
	}
	
	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
/* Gallery */
.bi.bi-arrow-left-circle-fill {
  width: 30px;
  height: 30px;
  margin: 10px;
  fill: #fff;
  border: 2px solid #000;
  border-radius: 50%;
}
.bi.bi-arrow-right-circle-fill {
  width: 30px;
  height: 30px;
  margin: 10px;
  fill: #fff;
  border: 2px solid #000;
  border-radius: 50%;
}


a img{
	border:0;
}

header {
	min-height: 60px;
	border-radius: 0px;
}
header .navbar-brand img {
	height:auto;
	width:200px;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    min-height: 60px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
}
.navbar-brand {
    float: left;
    padding: 6px 12px;
    height: 60px;
}

/* TopNavigation 	*/
.navbar-default .navbar-nav > li > a {
    font-size: 1.4em;
    color: #900;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.current > a {
    color: #f00;
}


/* WebsiteNavigation */
ul.WebsiteMenu li { 
	background: rgba(255,255,255,0.4);
	max-width:218px;
	margin: 10px;
	/*box-shadow:#333 4px 6px 2px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	list-style:none;
	float:left;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
}
ul.WebsiteMenu li img { 
	margin: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #666;
	width: 200px;
	height: 130px;
	display: block;
	background-color:#ccc;
}
ul.WebsiteMenu li img:hover { 
	border-top: 1px solid #f00;
	border-right: 1px solid #f00;
	border-bottom: 1px solid #f00;
	border-left: 1px solid #f00;
}
ul.WebsiteMenu li a { 
	color:#009;
}
ul.WebsiteMenu li span { 
	margin: 0 0 0 9px;
	padding: 0 0 9px 0;
	display:block;
	height:auto;
}
ul.WebsiteMenu li span p { 
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
	width: 100%;
	height: 32px;
}
ul.WebsiteMenu > li a > span {
	color:#900;
	font-size: 0.8em;
	margin-top: -7px;
}
ul.WebsiteMenu > li:hover a > span {
	color:#f00;
}
/* Modal */
.modal-header {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  background-color: #e5e5e5;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background-color: #e5e5e5;
}
.adresse {
  text-align: left;
}
.modal-footer .btn {
  color: red;
  bottom: 10px;
  position: absolute;
  right: 10px;
}
.mediaphoto {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  margin-bottom: 12px;
  max-width: 900px;
}
.inhaber {
  border: 1px solid #e5e5e5;
  padding: 2px 10px;
}
.frei {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 0.8em;
  text-align: center;
}
.freiactiv {
	background-color:#000;
	color:#fff;
}


/* Gallery */
.gallerycontent {
	width:100%;
}
.gallerycontent img {
	width: 100%;
}
.legend {
  padding: 12px 0px;
  text-align: center;
  font-style: italic;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10%;
  opacity: .3;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);
  background-color: rgba(0,0,0,0);
}
.downloadlink {
  text-align: center;
  width: 100%;
  display: inline-block;
  background-color: #efefef;
}
.Legendintern {
  font-style: italic;
  text-align: center;
  padding: 8px 0px;
}
.carousel-control.left, .carousel-control.right {
  background-image: none;
}
/* Kontakt Form */
form {
	margin: 0 auto;
    width: 200px;
}	
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1px;
    margin-top: 5px;
    font-weight: normal;
    color: #fff;
}

#Banner {
	text-align: center;
}

#Form_Form_Adresse_Holder {
    display: none;
}




footer {
  background-color: var(--buntfarbe);
  color:#fff;
  width: 100%;
  z-index: 990;
  position: fixed;
  min-height: 86px;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
  margin-top: 24px;
  padding: 20px 12px 20px 12px;
}
/*footer p {
	color:#666;
	font-size:11px;
	float:right;
	
}*/

footer a {
	color:#ccc;
	text-decoration:none;
}
footer a:hover {
	color:#000;
}
footer .navbar-brand > img {
  display: block;
  max-width: 160px;
}

/* MediaQuery - Breaks *****************************************************************/


/* Extra small devices (portrait phones, less than 576px) (xs) */
@media (max-width: 575px) { 
	ul.WebsiteMenu li {
	    max-width: 370px;
	    width: auto;
	    height: 300px;
	    margin: 10px;
	    clear: left;
	}
	ul.WebsiteMenu li img {
	    margin: 0px;
	    border:none;
	    width: 100%;
	    max-width: 350px;
	    height: auto;
	    padding: 9px;
	}
	ul.WebsiteMenu li img:hover { 
		border: none;
	}
}

/* Small devices (landscape phones, less than 768px) (sm) */
@media (max-width: 769px) {

	.subnav ul.menu2 {
list-style-type: none;
    padding-left: 13px;
    padding-top: 28px;
    margin-top: -13px;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    min-height: 60px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
	}
	#Content {
	    margin: 0 auto;
	    position: relative;
	    z-index: 999;
	    max-width: 370px;
	}


}

/* Medium devices (tablets, less than 992px) (md) */
@media (min-width: 991px) {


}

/* Large devices (desktops, less than 1200px) (lg) */
@media (min-width: 1199px) {

}