/*
	Original .fitgrd (www.fitgrd.com) - responsive grid system by Jan MÃ¼ller
	Fitrgrid - small screen first fork by John Coyne (aoimedia.co.uk) 2016
	Licensed under GPL and MIT.
	##########################
*/



header{
	background: #FFE0FF;
padding:0px 50px 0px 50px;
}
header .row{
	max-width: 70em;
	margin: 0 auto;    
}
.website-header {
  color: #fff;
	margin: -80px 3px 2px 0px;
	padding: 0px;
	float:right;
}

#nav{
	background: #eee;   
}
/* Die Spalte volle Breite oben */
#hero{
	background: #FDD6FF;    
}
#hero p {
	/*text-align:justify;*/
	font-family: "Poppins", sans-serif;
	color:#fff  ;
	line-height:1.1em;
	margin:10px;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
	line-height: 25px
}
#hero h1, h2, h3, h4, h5, h6 {color:#CD00DD ; font-weight: 600;}

#hero .row{
	max-width: 70em;
	margin: 0 auto;    
	padding-top: 20px;
}
#breadcrumbs .row{
	max-width: 70em;
	margin: 0 auto;    
}
.slide{
	padding: 2em 0;
		max-width: 70em;
	margin: 0 auto;
}
.align-center {
    text-align: center;
}

.align-right {
	text-align: right;
}

.fg4.equal-box {
    padding:0 0 60px 0 ;
}
.fg4.equal-box button {
    position: absolute;
    bottom: 10px;
    display: block;
}

aside ul li {
    list-style-type: none;
}



/* Back to Top */
#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:5px; right:5px; width:30px; height:30px; line-height:26px; border-radius:5px; font-size:1rem; text-align:center; opacity:.2; text-decoration:none;}
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{visibility:visible; opacity:.5;}
#backtotop:hover{opacity:1;}
#backtotop{color:#fff; background-color:#990000;}

.breadcrumbs {
height:30px;
line-height:100%;
margin: 0 0 0 0;
padding: 3px 0 3px 0;
clear:both;
}

.innerbc {
font-size:14px;
margin:10px 0 0 0;
}

.breadcrumbs .innerbc span {
background: transparent url(img/bclink.gif) no-repeat;
padding: 6px 2px 0px 12px; font-weight: normal; }

.breadcrumbs .innerbc a {
padding:1px;
border-bottom: 1px dotted #666;
text-decoration: none;
}
.breadcrumbs .innerbc a:hover {
border-bottom: 1px solid #7C0088;
}

.breadcrumbs .innerbc .menu-current a{
color: #808080;
}

.frontpage .breadcrumbs {display:none;}

.fg1,.fg2,.fg3,.fg4,.fg5,.fg6,.fg7,.fg8,.fg9,.fg10,.fg11,.fg12 {
	color: #333;
}

.fg-no-gutter > [class*="fg"] {
	height: auto;
	background: none;
}

.headline{
	font-size: 2em;
	line-height: 1em;
	background: none;
	color: #333;
	padding: 1em 0;
}

.meta {
text-align:right;
}

#meta-bottom {
text-align: center;	
}

.meta ul {
margin:0;
padding:0;
display:inline;
}

.meta ul li {
list-style-type:none;
font-size:90%;
text-transform:uppercase;
display:inline-block;
margin:0;
padding:0 1em;
}

.meta ul li a:link,
.meta ul li a:visited {
text-decoration:none;
color:#FAA917;
}

.meta ul li a:hover,
.meta ul li a:visited:hover,
.meta ul li a:active,
.meta ul li a:visited:active {
color:#fff;
}


footer{
	padding-top: 100px;
	background-color: #FFD5FA;
	text-align: center;
	padding-bottom: 100px;

}


footer .row{
	max-width: 70em;
	margin: 0 auto;    
}

footer .meta {
padding-bottom: 20px;
}
footer a {
  color: #FB8217;
  text-decoration: none;
  line-height: inherit;
  font-weight: bold;
}

.sp {
border-left: 5px #990000 solid;
padding-left: 15px;
margin-left: 0px;
color: #444;
  }
  
ul[class*=' list-'], ul[class^='list-'] {
  padding: 0;
}

ul.list-unstyled li, ul.list-dash li {
  list-style-type: none;
}

ul.list-dash li:before {
  content: '-';
  padding-right: 7px;
}

ul.list-dash li a:hover {
  padding-left: 2px;
}

ul.list-dash li ul, ul.list-dash li ol {
  padding-left: 40px;
}

ul[class*=' list-inline'] li, ul[class^='list-inline'] li {
  display: inline-block;
}

ul.list-inline-lg {
  margin-right: -14px;
  margin-left: -14px;
}

ul.list-inline-lg li {
  padding: 0 14px;
}

ul.list-inline {
  margin-right: -7px;
  margin-left: -7px;
}

ul.list-inline li {
  padding: 0 7px;
}

ul.list-inline-sm {
  margin-right: -3px;
  margin-left: -3px;
}

ul.list-inline-sm li {
  padding: 0 3px;
}

ul.list-inline-dash li:after {
  content: '-';
}

ul.list-inline-slash li:after {
  content: '/';
}

ul.list-inline-vbar li:after {
  content: '|';
}

ul.list-inline-dash li:after, ul.list-inline-slash li:after, ul.list-inline-vbar li:after {
  padding: 0 3px 0 6px;
}

ul.list-inline-dash li:last-child:after, ul.list-inline-slash li:last-child:after, ul.list-inline-vbar li:last-child:after {
  content: '';
  padding: 0;
}





/*********************************************************************************************************
12.) Form Modul css
**********************************************************************************************************/


/* -- textfeld lang --*/
.miniform textarea, .miniform select {
	width: 290px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	font-size: 15px;
	text-shadow: 1px 1px 1px #fff;
}
/* -- absenden button --*/
.miniform input[type=submit], .miniform input[type=reset] {
	background: #990000;
	background: -moz-linear-gradient(top, #b31717 0%, #a00101 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b31717), to(#a00101));
	border-top: 1px solid #d62121;
	border-right: 1px solid #c30f0f;
	border-bottom: 1px solid #5f0101;
	border-left: 1px solid #c30f0f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 1px 0 0 #b30f0f, 0 1px 2px 0 #b3b3b3;
	-webkit-box-shadow: inset 0 1px 0 0 #b30f0f, 0 1px 2px 0 #b3b3b3;
	color: #fff;
	font-family: "lucida grande", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	padding: 10px;
	text-align: center;
	text-shadow: 0 -1px 1px #5b0101;
	width: 100px;
	-webkit-background-clip: padding-box;
	float: left;
}
/* -- absenden button hover --*/
.miniform input[type=submit]:hover, .miniform input[type=reset]:hover {
	background: #820101;
  background: -moz-linear-gradient(top, #aa0d0d 0%, #840101 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b61616), to(#970101));
  border-top: 1px solid #7f0202;
  border-right: 1px solid #7f0202;
  border-bottom: 1px solid #7f0202;
  border-left: 1px solid #7f0202;
  -moz-box-shadow: inset 0 1px 0 0 #b61010;
  -webkit-box-shadow: inset 0 1px 0 0 #c11717;
  cursor: pointer;
  text-shadow: 0 -1px 1px #790000;
  -webkit-background-clip: padding-box;
  color:#fff;

}
/* -- textfelder font + width --*/
.miniform input[type="text"] {
    font-size: 14px;
	color: #212121;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
    height: 31px;
    padding: 0 0 0 10px;
    width: 300px;
}
/* -- textfelder --*/
.miniform input, .miniform textarea, .miniform select {
	background-color: #e0e0e0;
	border-top: 1px solid #a2a2a2;
	border-right: 1px solid #cecfce;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cecfce;
}
/* -- textfelder hover --*/
.miniform input:hover, .miniform textarea:hover, .miniform select:hover  {
	background-color: #f1f0f0;
	border-top: 1px solid #a2a2a2;
	border-right: 1px solid #cecfce;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cecfce;
}
/* -- textfelder focus (angeklickt) --*/
.miniform input:focus, .miniform textarea:focus, .miniform select:focus  {
	background-color: #fff;
	border-top: 1px solid #a2a2a2;
	border-right: 1px solid #cecfce;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cecfce;

}


.button-red a {
	background: #990000;
	color: #ffffff;
	padding: 7px;
	border: 1px solid #444;

}





  
/* Media Query Korrektur */
@media (max-width: 720px) {
    .website-header {
        display: none;
    }
} 

/* Zoom-Effekt für die Raum-Bilder */
.raum-bild-container {
    overflow: hidden; /* Wichtig, damit das Bild nicht über den Rand ragt beim Zoomen */
}

.raum-bild-container img {
    transition: transform 0.3s ease-in-out !important;
    display: block;
}

.raum-bild-container:hover img {
    transform: scale(1.05);
}




