/*FARBPALETTE Busch Schmidt Bestattungen
=================================
// Grey BLUE		
#333d47
// Grey Dark Blue
#242b32
// Light Grey
#999ea3
*/
/* open-sans-300 - latin */
@import "assets/fonts/css/font-awesome.css";

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* dancing-script-regular - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/dancing-script-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/dancing-script-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/dancing-script-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/dancing-script-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/dancing-script-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/dancing-script-v24-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}
/* libre-baskerville-regular - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/libre-baskerville-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/libre-baskerville-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/libre-baskerville-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/libre-baskerville-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/libre-baskerville-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/libre-baskerville-v14-latin-regular.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
}


html, body{
overflow-x:hidden;
}
body {
	background:#FFF !important;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
  	font-size:100%;
	font-weight:300;
}
a, a:visited {
   
}
a:hover, a:focus {
	color:#333;
  background-color:transparent;
  transition: color 300ms ease 0s;  
}
a {
	font-family: 'Open Sans', sans-serif;
	color:#333;
  	text-decoration:underline;
}
p{
	font-size:1rem;
 	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	word-wrap: break-word;
    hyphens: auto;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Libre Baskerville', serif;
  	line-height: 1.6;
	margin-bottom:2rem;
	font-weight:300;

	}
p.tiny-text{
	font-size:1rem;
	padding-top:6rem;
}
p.tiny-text-blue{
	font-size:1rem;
}
b, strong{
	font-weight:500;
	
}
li.active a {
  border: none !important;
  background:transparent;
  border-bottom: none;
  color: black;
	outline:none;
}
li a:focus {
  border: none !important;
  background:transparent;
  border-bottom: none;
  color: black;
	outline:none !important;
}
li.active a:hover {
  border: none !important;
  background:transparent;
  border-bottom: none;
}

.raster-icon h2{
	font-size:1.425rem !important;
	
}
hr{
	margin:1rem 0;
	
}

#startseite-content{
    background-color: #333d47;
    background-size: 200px;
    text-align: center;
    height: 200px;
}
.blume{
    background-color: transparent;
    background-image: url('/wp-content/uploads/blume.png');
    background-position: 0px 0px;
    background-size: 350px;
    background-repeat: no-repeat;
    height: 350px;
}
#inner-footer {

}
#startseite-content p{
	font-family: 'Dancing Script', cursive;
	color:#FFF;
	font-size:2.5rem;
}

#block-404{
	padding-top:10rem;
	
}
a.pdf-download::before {
    font-size: 1.5rem;
    content: "\f1c1";
    font-family: FontAwesome;
    color: #333;
    padding-right: 10px;
}
.blue-box-wrapper{
	background:#004994;
	padding:2rem;
	color:#FFF;
}
.blue-box-wrapper ul > li{
	font-size:1.8rem;
	margin-left:2rem;
	
}
#block-3{
	text-align:center;
	background:#242b32;
	color:#FFF;
	padding:2rem;
}
#block-3 p{
	font-size:1.8rem;
	margin-bottom:2rem;
	
}

.blue-txt{
	color:#004994;	
}

ul > li.phone-list:before{
	font-family:"FontAwesome";
	content:"\f095";
	font-size:3.525rem;
	padding-right:2rem;
	
}
ul > li.mail-list:before{
	font-family:"FontAwesome";
	content:"\f0e0";
	font-size:3.525rem;
	padding-right:2rem;
	
}
.content-txt{
	margin-top:1rem;
	margin-bottom:1rem;
	min-height:190px;
}
.content-image img{
	border: 1px none #000;
	border-radius: 4px;
	object-fit:cover;
	min-height:190px;
	width:100%;
	
}
.content-image a > img{
	cursor:pointer;
	
}
#side-img img, .content-unterseite-2 img, .content-unterseite-3 img {
	margin-bottom:1rem;
	border-radius: 4px;
}
.image-wrapp img{
	margin-bottom:1rem;
	border-radius: 4px;
}
a.cta-btn{
	background:transparent;
	color:#FFF;
	border:2px solid #FFF;
	border-radius:4px;
	text-decoration:none;
	font-size:1rem;
	padding:.8rem 1rem;
	transition: all .2s;
}
a.cta-btn:hover{
	background:#FFF;
	color:#333;
	border:2px solid #FFF;
	border-radius:4px;
	text-decoration:none;
	font-size:1rem;
	padding:.8rem 1rem;
	transition: all .2s;
}
/*=========================================
 * Bottom Info Bereich
 * =======================================*/

.info-wrapper{
	display:table;
	padding-top:2rem;
	padding-bottom:2rem;
}
.info-icon{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 40px;
	padding-right: 1rem;	
}
.info-icon i{
	color:#999ea3 !important;
}

.info-text{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

span.info-title {
	font-size:1rem;
	font-family: 'Libre Baskerville', serif;
	display:block;
    color: #FFF;
    font-weight: 600;
}
span.info-subtitle {
    color:#999ea3;
	font-size:.9rem;
	line-height:.8;
}
/*=========================================
 * Offcanvas Style
 * =======================================*/
ul.social-offcanvas{
	text-align:center;
	margin-bottom:2rem;
}
ul.social-offcanvas > li{
	display:inline-block;
}
ul.social-offcanvas > li > i{
	font-size:2.525rem;
}
#search-2{
	margin-bottom:2rem;
}
ul.vps-list{
	padding:1rem;
	
}
ul#social-bar {
  float:none;
  text-align:center;  
}
#social-bar i{
	font-size:1.525rem;
  color:#c8c8c8;
  padding:0.5rem;
}
/*=========================================
 * Social Icons
 * =======================================*/
#offcanvas-social-bar{
	text-align:center;
	
}
#off-canvas ul.social{
	text-align:center;
  	float:none;

}

#off-canvas ul.social i{
	font-size:1.25rem;
  	margin:0;
}
#off-canvas ul.social-right i:first-child{
	font-size:1.25rem;
	margin-left:20px;
}
#off-canvas ul.social li > a{
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: #333d47;
	background-color:transparent;
	text-decoration:none;
	line-height: 30px;
	text-align: center;
}
#off-canvas ul.social i {
	width: 30px;
	height: 30px;
	font-size:1.25rem;
  	color:#333d47;
	padding:.3rem;
	background-color: #999ea3;
	border-radius:4px;
	margin-right:.3rem;
}
ul.social-right{
	float:right;
	margin:0 1.5rem 0 0;
	padding:.2rem 0;
}
ul.social-right li{
	display:inline-block;
	font-size:.8rem;
	color:#333d47;
}
ul.social-right li > a{
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: #333d47 !important;
	background-color: transparent;
	width: 30px;
	height: 30px;
	margin-left: 2px;
	line-height: 30px;
	text-align: center;
	display: inline-block;	
}
ul.social-right i {
  	width: 30px;
	height: 30px;
	font-size:1.25rem;
  	color:#999ea3;
	padding:.3rem;
	background-color: #333d47;
	border-radius:4px;
	margin-right:.3rem;
 }
ul.social{
  float:left;
  margin:0;
  padding:0.2rem 0;
}
ul.social li{
	display:inline-block;
	font-size:.8rem;
}
ul.social li > a{
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: #333d47;
	background-color:transparent;
	text-decoration:none;
	line-height: 30px;
	text-align: center;
}
ul.social i {
	width: 30px;
	height: 30px;
	font-size:1.25rem;
  	color:#999ea3;
	padding:.3rem;
	background-color: #333d47;
	border-radius:4px;
	margin-right:.3rem;
}
ul.social-footer{
  text-align:center;
  margin:0rem 0 0 0;
  padding:0.5rem 0;
}
ul.social-footer li{
	display:inline-block;
  margin-right:1.5rem;
}
ul.social-footer li > a{
	font-size:1rem;
  transition: all .2s;
}
ul.social-footer li > a:hover{
	font-size:1rem;
}
ul.social-footer i {
	font-size:1.5rem;
  color:#333;
  transition: all .2s;
}
ul.social-footer i:hover {
	font-size:1.5rem;
  color:#999;
}
/*=========================================
 * Helferlein
 * =======================================*/
.top-spaced-single{
	padding-top:8rem;
}
.top-spaced{
	padding-top:4rem;
}

.bottom-spaced{
	padding-bottom:4rem;
}

.pre-nxt-wrapper{
	width:100%;
	height:50px;
	position:relative;
}
.nowrap{
	white-space:pre-line;
	border:0;
	margin:0;
	padding:0;	
}
.title-gallery{
	font-size:2.1rem;
	text-align:center;
	font-weight:300;
}

#custom_html-2 h3.widget-title{
	position:relative;
}

#image-block-1{
	margin-bottom:1.8rem;
	
}
#image-block-2{}
.iks-image-block{
	width:100%;
	margin-bottom:1.8rem;
}
.iks-image-block img{
	object-fit:cover;
	width:100%;
}
.tparrows{
	
	z-index:1000 !important;
}

.vorteile-icons ul{
	list-style-type: none;
	margin-left:0;
	
}
a.hero-button{
	background:transparent;
	color:#FFF;
	border:2px solid #FFF;
	padding:.8rem 2.8rem;
	font-size:1.125rem;
	text-decoration:none;
	transition: all .25s;
	margin-top:2rem;
}
a.hero-button:hover{
	background:#FFF;
	color:#bdbdbd;
}
#onepage{
	text-align:center;
}

.raster-icon-wrapper{
	height:300px;
	width:100%;
	position:relative;
	margin-bottom:1.75rem;
	text-align: center;
}
.raster-icon-wrapper cell{
	
}
.raster-icon h2{
	font-size:1.755rem;
	color:#FFF;
	margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.raster-icon{
	height:100%;
	margin-bottom:2rem;
}
.raster-icon img{
	width:34%;
	margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.article-content-wrapper{
	box-shadow:0 16px 32px #efefef;
	margin-bottom:2rem;
}
/*=========================================
 * unique header image
 * =======================================*/
/*.header-image{
	opacity:0.15;
}*/
.unique-container {
    position: relative;
    z-index: 1;
    height: 200px;
	background:#333d47;
}
#title-wrapper {
	width: 100%;
	z-index: 9;
	height: 200px;
	background: transparent;
	position: absolute;
	top: 100px;
}
.site-title{
	font-family: 'Dancing Script', cursive;
	color:#FFF;
	font-weight:500;
	font-size:3.8rem;
	padding:0;
	line-height:0.7;
	letter-spacing:1px;
	z-index:10;
	position:relative;
	text-align:left;
	text-transform:none;
	max-width:100%;
	padding-left:.7rem;
}

.site-sub-title{
	font-size:1.45rem !important;
	padding:0;
	color:#FFF;
	line-height:1.25;
	text-transform:none;
	padding-top:.5rem;
	text-align:left;
}
.slider-wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.title-inner{
	position:relative;
	top:400px;
	
}

#header{
    left: 0;
    position: relative;
    top: 0;
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, background-color 0.5s ease 0s;
    width: 100%;
    z-index: 11;

}

/*=========================================
 * Vorteile Icons List
 * =======================================*/
.vorteile-icons ul {
    list-style-type: none;
    margin: 0;
  	display:block;
	margin-top:1rem;
	
}
.vorteile-icons ul > li {
    border-left: medium none;
    color: #333;
    font-size: 1rem;
    padding: .7rem 0.3rem;
	font-weight:300;
	transition: all .2s;
	text-transform:none;
}
.vorteile-icons ul > li > i {
	height:42px;
	width:42px;
	font-size:1.5rem;
	background:#004994;
	color:#fff;
	margin-right:.8rem;

}
.vorteile-icons ul > li > i:before {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top:8px;

}

.vorteile-icons ul > li:hover, .vorteile-icons ul > li:first-child:hover {
	cursor:context-menu;
    box-shadow: none;
	background-color: transparent;
}

.vorteile-icons ul > li:first-child {
    padding-top: 0;
}
.vorteile-icons ul > li:first-child {
    border-top: 1px solid #c8c8c8;
    margin: 10px 0 0;
	padding: .7rem .3rem;
    
}
.vorteile-icons ul > li {
    border-bottom: 1px solid #c8c8c8;
    margin: 0;
    
}

/*=========================================
 * Sticky Social Bar
 * =======================================*/
.btn-social-slide i{
	margin-right:15px;
	
}
.sticky-social li i{
	font-size:2rem;
	padding:1rem;
	float:left;
}
.sticky-social-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-160px;
    top:230px;
    width:240px;
    z-index: 1100;
}
.sticky-social li{
    list-style-type:none;
    background-color:#2bb6b7;
    color:#efefef;
    height:64px;
    padding:0;
    margin:0px 0px 2px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky-social li:hover{
    margin-left:-210px;
}
.sticky-social li.sticky-phone:hover{
    margin-left:-280px;
}
.sticky-social li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky-social li p{
    padding-top:22px;
    margin:0px;
    line-height:16px;
    font-size:1.5rem;
	font-weight:500;
}
.sticky-social li p a{
    text-decoration:none;
    color:#FFF;
}
.sticky-social li p a:hover{
    text-decoration:none;
}

.sticky-social > li a i {
    padding: 0;
    font-size: 1.825rem;
    width: 40px;
    height: 40px;
    margin-top: 7px;
}

.sticky-social  > li a.btn-slide-in{
	margin-top:12px;
	display:inline-block;
	margin-right:8px;
	width:40px;
	height:40px;
	text-align:center;
	color:#FFF;
}

/*=========================================
 * Referenzen
 * =======================================*/
.ref-line {
    background-color: #333;
    height: 1px;
    margin:35px 0;
    width: 15%;
}
.ref-descrb p.title{
	color:#333;
	font-size:1.125rem;
	padding:0;
	font-weight:600;
	margin:5px 0;
}
.ref-descrb a{
	color:#333;
	font-size:1.125rem;
	padding:0;
	font-weight:300;
	text-decoration:none;
	top:5px;
}
.ref-descrb .external-link:before{
	color:#333;
	font-family:"FontAwesome";
	content:"\f08e";
	font-size:1.125rem;
	padding-right:.4rem;
}
#ref-icon{
 	position: relative;
	
}
.ref-icon-left h2{
	color:#FFF;
	margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.ref-icon-left{
	height:100%;
	margin-bottom:2rem;
}
.ref-icon-left img{
	width:25%;
	margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.ref-icon-right img{
	height: auto;
	width: 100%;
	object-fit: cover;
}

.ref-address .home:before{
	font-family:"FontAwesome";
	content:"\f015";
	font-size:1.125rem;
	padding-right:.4rem;
}
.ref-address .mail:before{
	font-family:"FontAwesome";
	content:"\f0e0";
	font-size:1.125rem;
	padding-right:.4rem;
	
}
.ref-address .fax:before{
	font-family:"FontAwesome";
	content:"\f1ac";
	font-size:1.125rem;
	padding-right:.4rem;
	
}
.ref-address .phone:before{
	font-family:"FontAwesome";
	content:"\f098";
	font-size:1.125rem;
	padding-right:.4rem;
	
}
.ref-header{
	min-height:300px;
	position:relative;
}
/*.ref-header:before{
	content: "";
    position: absolute;
    right: 0;
    z-index: 10;
    top: 18px;
    width: 1px;
    height: 50%;
    background: #c8c8c8;
}*/
.ref-icons-small{
	width:50%;
}
.ref-icons-big{
	width:50%;
	text-align:center;
}
.ref-address{
	font-size:.8rem;
}
.ref-address i{

}
#icons{
	display: flex;
	justify-content: center;
	align-items: center;
}
.blue-content-wrapper{
	background:#004994;
	color:#FFF;
	min-height:300px;
	height:100%;
	padding:1.5rem;
	
}
.blue-content-wrapper a{
	color:#FFF;
	text-decoration:none;
}

.archive-grid{
	min-height:400px;
}
.panel{
	padding:0 .5rem;
	
}
.btn-icon-next{
	position:absolute;
	top:50%;
	right:1rem;
	z-index:100;
	
	
}

.btn-icon-prev{
	position:absolute;
	top:50%;
	left:1rem;
	z-index:100;	
}
.btn-icon-prev i, .btn-icon-next i{
	font-size:2rem;
	color:#FFF;
	
}
.wave-wrapper{
	width:100%;
	text-align:center;
	max-height:200px;
	padding:3rem;
}
.wave-logo img{
	width:450px;
	
}
.intro-text{
	font-size:1.45rem;
	text-align:center;
	
}
.font-light{
	font-weight:300;
	
}
h2.block{
	font-size:3rem;
	font-weight:300;
	line-height:1.2;
	margin-bottom:3rem;
	
}
.wrapper-service{
	width:100%;
	padding:1rem;
	
}
.bg-gray{
	background:#bdbdbd;
	
}
.bg-midgray{
	background:#c8c8c8;
	
}
.bg-lightgray{
	background:#f3f3f3;
	
}
.hero-txt p{
	font-size:2rem;
	
}
.entry-content img {
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
}
.image-full{
	max-height: 350px;
	overflow: hidden;
}
.call-out{
	text-align:center;
}
.nogrdnt-box-content{
	height:100%;
	width:100%;
	padding:3rem;
	color:#333;
	border:1px solid #c8c8c8;
}
.grdnt-box-content{
	height:100%;
	width:100%;
	padding:3rem;
	color:#FFF;
}
.blue-grdnt{
	background: #004994;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #2bb6b7, #004994);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #2bb6b7, #004994); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */		
}
.blue-grdnt-wrapper h2{
	margin-bottom:0;
}
.blue-bckg{
	background: #004994;  /* fallback for old browsers */
	z-index:2;
}
.blue-grdnt-wrapper{
	width:100%;
	color:#FFF;
	padding:4rem;
	background: #bdbdbd;  /* fallback for old browsers */
	font-size:2.3rem;
	font-weight:300;
	text-align:center;
}
a.btn-grdnt{
	text-align:center;
	background:transparent;
	border:1px solid #FFF;
	padding:.75rem .75rem;
	color:#FFF;
	font-weight:300;
	font-size:1rem;
}
.trenner{
	width:100%;
	margin:0 auto;
	padding:4rem 0;
	
}
.trenner:before{
	    content: "";
    display: inline-block;
    width: calc(50% - 85px);
    height: 1px;
    background: #2bb6b7;
    margin-bottom: 2rem;
}
.trenner:after{
	    content: "";
    display: inline-block;
    width: calc(50% - 85px);
    height: 1px;
    background: #2bb6b7;
    margin-bottom: 2rem;
}
.gray-wrapper{
	width:100%;
	background:#c8c8c8;
	
}

/*=========================================
 *	Wordpress Gallery Html5
 * =======================================*/

figure.gallery-item
 {
	 max-width:100%;
	 height:auto;
	background:#00b4e6;
}
figure.gallery-item img{
	opacity: .6;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;	 
	max-width:100%;
	height: 200px;
	object-fit: cover;
}

figure.gallery-item:hover img {
-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);	
	opacity: 1;
}



figure.gallery-item:hover figcaption::before,
figure.gallery-item:hover figcaption::after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.gallery {
		clear: both;
		overflow: hidden;
		margin: 0 auto;
}
#ref-gallery #gallery-1 figure.gallery-item
 {
	 max-width:100%;
	 height:auto;
	background:transparent;
}
#ref-gallery #gallery-1 figure.gallery-item img{
	opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;	 
	max-width:100%;
	height: auto;
	object-fit: cover;
}

#ref-gallery #gallery-1 figure.gallery-item:hover img {
-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);	
	opacity: .6;
}
#ref-gallery #gallery-1.gallery .gallery-item {
	position:relative;
	display:inline-block;
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
    padding:0;
	width: 48%;
	margin: .68rem;
}
#gallery-1.gallery .gallery-item {
	position:relative;
	display:inline-block;
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
    padding:0;
	width: 32%;
	margin: .35rem;
	border-radius:5px;
}
.gallery-caption {
	font-size: 11px;
}
/*.gallery-item a:before{
	font-size:1.35rem;
	font-family:"FontAwesome";
	position:absolute;
	bottom:1.25rem;
	right:1.25rem;
	content:"\f0b2";
	color:#FFF;
	z-index:5;
	opacity:0;
}*/
/*
.gallery-item a{
	content:"\f065";
	color:#FFF;
    background: #fff url("http://www.krusius.com/wp-content/uploads/2016/09/icon-lupe.png") no-repeat scroll 50% 50%;
  	background-size: 64px 64px;
}
.gallery-item a img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.gallery-item a img{
   background:rgba(0,0,0,0.7);
}
.gallery .gallery-item:hover img {
  opacity: 0.3;
}*/

.gallery .gallery-item:hover a:before {
  opacity: 1;
}
/*=========================================
 * prevent menu flashes onload
 * =======================================*/
.no-js [data-responsive-toggle],
.no-js .top-bar {
  display: none!important;}

[data-responsive-menu] ul {
  display: none;}
/*=========================================
 * Breadcrumbs NavXT
 * =======================================*/

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0;
    opacity: 1;
    content: "";
    color: #999;
}
.breadcrumbs li {
    float: left;
    font-size: .8rem;
    color: #999;
    cursor: default;
    text-transform: uppercase;
}
.breadcrumb-wrapper{
    height:80px;
    text-align:center !important;
	}
.breadcrumbs{	
    display: block;
    list-style: outside none none;
    margin-left: 0;
    overflow: hidden;
    padding: 1.5625rem 0;
    margin:0 auto;
    font-style:normal;
    text-transform:uppercase;
    font-size:.8rem;
	color:#999;
	}
	.breadcrumbs > *{
		float:none;
		color:#999;
		text-transform:none;
		padding:0 .3rem;
		}
.breadcrumbs span [ListItem]{
	padding:0 1rem;
}
	.breadcrumbs a{
		color:#999;
    text-transform:uppercase;
		}
		.breadcrumbs a:active a:hover a:visited{
		color:#999;
		}
.trenner {
    padding: 0 0.8rem;
}
/*=========================================
 * info block
 * =======================================
.info-wrapper a.btn-readmore{
	text-transform:uppercase;
	font-size:0.75rem;	
	text-decoration:none;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	color:#333;

}
.info-wrapper a.btn-readmore:after{
	margin-left:6px;
	font-family: "FontAwesome";
	content: '\f101';	
}
.info-wrapper:hover a.btn-readmore{
	color:#FFF !important;
}
.info-wrapper{
	position:relative;
	background-color:#f2f2f2;
	text-align:center;
	min-height:450px;
	padding:1.5rem;
	margin:0rem 1rem;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}
.info-wrapper i{
	font-size:5rem;
	color:#004994;
}
.info-wrapper:hover i{
	color:#fff;
}
.info-wrapper:hover{
	background-color:#004994;
	color:#fff !important;
	cursor:pointer;

}
.info-wrapper:before{
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 20px;
width: 90%;
opacity: 1;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}

.info-inner:hover{
	color:#fff !important;

}
.info-wrapper h3 {
    font-size: 1.4rem;
    text-align: center;
	font-weight:300;
}

.info-wrapper p{
	font-size:.9rem;	
}
.info-block-content{
	
	
}
.info-content{
	text-align:left;	
}

.info-icon{
	height:100px;
}
.icon-block{
	text-align:center;
	padding:2rem;
}*/
/*=========================================
 * Bx Slider
 * =======================================*/
.bx-wrapper .bx-pager {
    display: none;
}
.slide-bx{
  	overflow: hidden;
	position:relative;
	max-width: 100%;
	width:100%;
	max-height:200px;
	height:auto;
	margin-bottom:0;
}
.slide-bx img{
  	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}
.slide-bx img:hover{
	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);

}

/* bxslider */
.bx-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  height: auto;
  transition: .2s all;
}

.slide-bx a:before{
	position:absolute;
	bottom:1rem;
	right:1rem;
	content:"\f0b2";
	font-family:"FontAwesome";
	color:#FFF;
	opacity:0;
}
.slide-bx:hover a:before{
	opacity:1;
	z-index:500;
}
.bxslider a > img:hover {
	opacity:.5;


}
/*=========================================
 * Image Caption with border transition
 * =======================================*/

.grid {
	position: relative;
	margin: 0 auto;
	padding:0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin:0;
	width: 100%;
	height:100%;
	background: #004994;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	object-fit: cover;
	height: 100%;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h4 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h4 span {
	font-weight: 800;
}

.grid figure h4,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #004994;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h4 {
	padding-top:20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*=========================================
 * Display Posts Shortcode
 * =======================================*/
span.descrb-tiny{
	font-size:.8rem;
	color:#c8c8c8;
}
ul.display-posts-listing .title{
	font-size:1.125rem;
	padding:.5rem 0;
	font-weight:300;
}
#news ul.display-posts-listing .title{
	font-size:1.725rem;
	padding:1rem 1rem;
	font-weight:300;
}
/*ul.display-posts-listing li:before{
	font-family: FontAwesome;
  content:"\f0da";
  color:#999;
  margin:0;
  padding-right:10px;
  text-decoration:none;
}*/

.magazin-titel:before{
	font-family:"FontAwesome";
	text-decoration:none;
	content:"\f1c1";
	display:inline-block;
	margin-right:.5rem;

}
ul.display-posts-listing a, ul.display-posts-listing a:hover, ul.display-posts-listing a:visited{
	color:#333;
	text-decoration:none;
	margin-top:.5rem;
	font-size:1.125rem;
	font-weight:300;

}
.magazin-wrapper{
	padding-top:.6rem;

	
}
.magazin-title{
}
.magazin-ausgabe{
	font-size:.8rem;
	color:#c8c8c8;
	padding-left:1.3rem;
	margin:0;
	
}
ul.display-posts-listing .date{
  	display:inline;
}
ul.display-posts-listing img{
	padding:0 !important;
	display:table-cell;
	width:100%;	
}

ul.display-posts-listing li{
	min-height:250px;
	width:50%;
	float:left;
	padding-right:1rem;	
}
#medien ul.display-posts-listing li{
	min-height:250px;
	width:20%;
	float:left;
	padding-right:1rem;	
}
#news ul.display-posts-listing li:nth-child(2) {
	padding-left:1rem;
	padding-right:0;	
}
#news ul.display-posts-listing li:nth-child(4) {
	padding-left:1rem;
	padding-right:0;	
}
ul.display-posts-listing .listing-item a.image{
	overflow: hidden;
	object-fit: cover;
	max-width: 100%;
	min-width: 100%;
}

/*ul.display-posts-listing li{
	width:40%;
	min-height:250px;
	display:block;
}*/
#news ul.display-posts-listing .listing-item{
	margin-bottom:2rem;
	list-style-type:none !important;
	box-shadow: 0 16px 32px #efefef;
	min-height:575px;
}
ul.display-posts-listing .listing-item{
	margin-bottom:2rem;
	list-style-type:none !important;

}
ul.display-posts-listing .excerpt-dash{
  	display:none;
}
ul.display-posts-listing .excerpt{
  	font-size:1.25rem;
  	color:#333;
  	padding:0;
	font-weight:300;
	display:table;
}
#news ul.display-posts-listing .excerpt{
  	font-size:1.25rem;
  	color:#333;
  	padding:0 1rem;
	font-weight:300;
	display:table;
}
/*ul.display-posts-listing .excerpt a{
   background-color:#004994;
    border-radius:0;
    color: #fff;
    cursor: pointer;
    display:block;
    font-size: 0.75rem;
    line-height: 1;
    padding: .8rem;
    text-align: center;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
  	text-decoration:none;
 	-webkit-box-shadow: 0 4px 11px rgba(0,0,0,.15);
	box-shadow: 0 4px 11px rgba(0,0,0,.15);
	margin-top:.5rem;
	width:125px;
	
}*/
ul.display-posts-listing .excerpt i{
	float:right;
	padding-left:10px;
	
}


/*=========================================
 * Portfolio
 * =======================================*/
#filters a.btn-portfolio, #vps-onepage-menu a.btn-portfolio{
	border:1px solid #c8c8c8;
	padding:.7rem;
	margin-right:.4rem;	
}
#filters a.btn-portfolio:hover, #vps-onepage-menu a.btn-portfolio:hover{
	background:#c8c8c8;
	text-decoration:none;
	color:#FFF;
}
#filters, #vps-onepage-menu{
	display: flex;
	justify-content: center;
	align-items: center;
	transition:.2s all;
}
ul#filters{
	padding:2rem 0;	
}
ul#vps-onepage-menu > li{
	margin-bottom:.4rem;
}
#portfolio{
	width:100%;
	overflow:hidden;	
}
.portfolio-title{
	background:#FFF;
	width:100%;
	text-align:center;
}
.portfolio-item{
	width:32.35%;
	height:375px;
	margin:5px;
}

.portfolio-item h4, .archive-header h4{
	padding-top:.7rem;
	text-align:center;
}
.portfolio-thumb, .featured-image{
	overflow: hidden;
	position:relative;
	max-width: 100%;
	width:100%;
	max-height:300px;
	height:auto;
	margin-bottom:0;	
}
.portfolio-thumb img, .featured-image img{
	height:100%;
	width:100%;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
}

.portfolio-thumb:hover img, .featured-image:hover img{
	opacity: .5;	
  	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height;
     -moz-transition-property: height;
      -ms-transition-property: height;
       -o-transition-property: height;
          transition-property: height;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/*=========================================
 * Row for Fullwidth Site
 * =======================================*/

#main.columns, .entry-content .columns{
	padding:0;
}
.entry-content-single{
	margin-bottom:4rem;
	padding:1rem 1rem 3rem 1rem;
	box-shadow: 0 16px 32px #efefef;
}
.entry-content-single{
	margin-bottom:4rem;

}
#blog-article.entry-content p, #blog-article.entry-content h4{
	margin-bottom:0;
  padding:1rem;
}

.bg-white{
	background:#FFF;
}
.thumbnail-wrapper{
	max-height:350px;
  overflow:hidden;
  
}
.count{
	
}
.count:after{
  content:"|";
  padding-right:1rem;
}

.button{
    background-color: #333d47;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0 0 1rem;
    padding: 0.85em 1.8rem;
    text-align: center;
    transition: all .2s;
    vertical-align: middle;
    text-decoration: none;
	border-radius:5px;
}
ul.display-posts-listing .excerpt a{
	background-color: transparent;
    border-radius: 0;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    margin: 1rem 0 1rem;
    padding: 0.85em 2.25em;
    text-align: center;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    vertical-align: middle;
    text-decoration: none;
    border: 2px solid #c8c8c8;
	width:180px;
}
.button:focus, .button:hover, ul.display-posts-listing .excerpt a:hover {
    background-color: #c8c8c8;
    color: #FFF;
}
#content{
   position:relative;

}
.address-indent{
	text-indent:25px;
}
.inset-shadow:hover {
    -webkit-box-shadow: inset 0px 0px 0px 15px #f6f6f6;
    -moz-box-shadow: inset 0px 0px 0px 15px #f6f6f6;
    box-shadow: inset 0px 0px 0px 15px #f6f6f6;
}
.service-box {
  	width:100%;
    height:100%;
  	background:#FFF;
    padding: 97px 66px 85px 66px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  	text-align:center;
}
.service-box i {
	color:#98b7ba;
  font-size:3.5rem;
}
.box-icon{
  
}
.circle {

    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    line-height:64px;
    font-size:2.5rem;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    border-radius: 64px;
    margin-right: 6px;
}
.title-wrapper-left{
	padding:0 0 0 0;
  min-height:350px;
}
.big-info h1{
  font-weight:600;
}
.big-info p{
	font-family:"Vollkorn";
  font-size:1.6rem;
  color:#999;
  padding-top:3rem;
}

/*=========================================
 * Layout width of 75rem = 1200px
 * =======================================*/

/*#bottom-address{
	max-width:75rem;
  margin:0 auto;	
}*/
.wrapp-75{
	max-width:75rem;
  margin:0 auto;
}

/*=========================================
 * Wordpress Pagination
 * =======================================*/
.page-navigation{}
ul.pagination{}
.pagination li{}
.pagination a, .pagination button{}
.pagination .current {
    padding: .1875rem .625rem;
    background: #333;
    color: #f6f6f6;
    cursor: default;
}
/*=========================================
 * ContactForm 7 input Style
 * =======================================*/

input::placeholder, textarea::placeholder {
    color: #999;
}
/*.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus{
	background:#f9f9f9;
  transition: all .2s;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],.wpcf7 input[type="tel"],
.wpcf7 textarea{
	background: #f9f9f9;
  display: block;
box-sizing: border-box;
width: 100%;
height: 2.4375rem;
padding: .5rem;
margin: 0;
font-family: inherit;
font-size: 1rem;
color: #0a0a0a;
box-shadow: none !important;
border-radius: 0;
transition: box-shadow .5s,border-color .25s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
  border:none !important;
}

.wpcf7-form textarea{
  border:none !important;
  box-shadow: none !important;
	background: #f9f9f9;
	height: 236px;
}

.wpcf7-form.style2 input.wpcf7-not-valid,
.wpcf7-form.style2 textarea.wpcf7-not-valid{
	margin-bottom: 10px;
}

.wpcf7-form .wpcf7-submit{
	border-radius: 0;
	height: 50px;
	padding:0 50px 0 49px;
	margin-bottom: 0;
	position: relative;
}
*/
.wpcf7-form .wpcf7-submit:after{
	content: '\e608'; /*arrow on button*/
	font-family: 'core_icomoon';
	background: none;
	width: auto;
	height: auto;
	font-style: normal;
	font-size: 14px;
	color: #000;
	position: absolute;
	top: 7px;
	left: 0;
}

.wpcf7-form.style2 .wpcf7-not-valid-tip{
	text-align: left;
    margin-bottom: 20px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
		background:#ddd;
  	padding:2rem;
  	border:none;
}
div.wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 1em 1em;
    border: none;
}
input[type="submit"]:hover{
	background-color:#333;
  color:#FFF;
}

.logo-top a:hover{
	background-color:none;
}
.logo-top{
	list-style-type:none;
  	margin:0;
	width: 275px;
}
a.btn-slider{
	color:#FFF;
  text-decoration:none;
}
a:hover.btn-slider{
	color:#333;
  text-decoration:none;
}
/*.bg-white{
	background:#FFF;
}*/

#projekt-descrb h3{
	font-size:1.45rem !important;
  font-weight:500;
}
#projekt-descrb h2{
	font-size:1.75rem !important;
  font-weight:normal;
}
.category-blog{
	display:block;
}
.icon-wrap{
	text-align:center;
  padding:50px;
}
.icon-wrap i{
	font-size:5rem;
  color:#333;
}
.dscrb-wrap{
	text-align:center;
}
.line-projekte{
    background-color: #e2e2e2;
    height: 1px;
    margin: 0 auto 35px;
    width: 100%;
}

/*=========================================
 * Search Form + Close Button fx
 * =======================================*/
.close::before, .close::after {
    background: #c8c8c8;
}
.close {
    z-index: 99;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/*  Close icon style */
.close {
	position: absolute;
	right: 40px;
	top: 16px;
	width: 32px;
	height: 32px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color:#333;
}
.close:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.close:hover:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close:hover:after { 
 	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close:before, .close:after {
	position: absolute;
	left: 15px;
	top:15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #c8c8c8;
     transition: all 0.14s ease 0s;
    -webkit-transition: all 0.14s ease 0s;
    -moz-transition: all 0.14s ease 0s;
    -ms-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
}
.close:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*-- searchfield -- */

.search-box{
	position: relative;
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left:18px;
	display: inline-block;
	
}
.search-box:before{
  content : "";
  position: absolute;
  left    : 0;
  z-index: 10;
  top  : 18px;
  width  : 1px;
  height   : 50%;  /* or 100px */
  background: #c8c8c8;
	
	
}
button#searchsubmit {margin: 0px 0px 0px 0px; position: absolute; display: block;
    font-size: 14px; width: 27px; height: 27px; line-height: 1; text-align: center; top: 20%; right: 5px; color: #c8c8c8;}
#my-search-form{background-color:#FFF;}
.search-button {   cursor: pointer; }
.search-button i{ margin:0; color:#c8c8c8 !important; }
.my-search-form input[type="search"] {
    color: #a2a2a2;
}
#my-search-form i{margin: -15px 0px 0px 0px; position: absolute; display: block;
    font-size: 27px; width: 27px;height: 27px; line-height: 1; text-align: center; top: 50%; left: 5px; color: #c8c8c8;}
.my-search-form{ position: absolute; z-index: 90; left: 0px; right: 0px; display: none; height:150px;}
.my-search-form form{ margin:35px 15px; padding-left: 60px; position: relative; }
.my-search-form input[type="text"] { width: 100%; margin: 0px; padding: 25px 0px; 
	font-size: 27px; background-color: transparent; font-weight: bold; border:none; box-shadow:none; }
.my-search-form input[type="submit"]{ display: none; }
.my-search-form .icon-search { margin: -15px 0px 0px 0px; position: absolute; display: block;
    font-size: 27px; width: 27px;height: 27px; line-height: 1; text-align: center; top: 50%; left: 5px; }

#search-text input[type="search"].my-search-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a2a2a2;
}
#search-text input[type="search"]::-moz-placeholder { /* Firefox 19+ */
  color:  #a2a2a2;
}
#search-text input[type="search"]:-ms-input-placeholder { /* IE 10+ */
  color:  #a2a2a2;
}
#search-text  input[type="search"]:-moz-placeholder { /* Firefox 18- */
  color:  #a2a2a2;
}
#search-text input:focus::-webkit-input-placeholder { color:transparent; }
#search-text input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
#search-text input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
#search-text input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */
.my-search-form [type="search"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 4.4375rem;
    padding: .5rem;
    border: none;
    margin: 0;
    font-family: inherit;
    font-size: 2rem;
    color: #a2a2a2;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*=========================================
 * Social Slider
 * =======================================*/
#social-button {
	margin: 0px 0px 0px 0px; 
	position: absolute; 
	display: block;
    font-size: 14px; 
	width: 27px; 
	height: 27px; 
	line-height: 1; 
	text-align: center; 
	top: 20%; 
	right:0; 
	color: #c8c8c8;
	z-index:150;
}
.social-button {   cursor: pointer; }
.social-button i{ margin:0; color:#c8c8c8 !important; }

.social-slider-wrapper{ 
	position: absolute; 
	z-index: 90; 
	left: 0px; 
	right: 0px; 
	height:150px; 
	background:#c8c8c8;
}
.social-slider-content{ 

	height:150px; 
	background:#c8c8c8;
}


/*=========================================
 * Search Form Sidebar
 * =======================================*/
#sidebar-2 .sidebar-search-form{
	border:1px solid #ddd;
	
}
#sidebar-search{background-color:#fff; }
.sidebar-search-form{ padding-right: 22px; position: relative; padding-right: 32px;}
.sidebar-search-form input[type="search"]{ 
  	border:0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 15px;
    margin: 0;
    font-family: inherit;
    font-size: 11px;
    color: #a2a2a2;
    background-color: transparent;
    box-shadow: none;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
  	height:2.75rem;
}

button#searchsubmit {
	margin: 0px 0px 0px 0px; 
  position: absolute; display: block;
  font-size: 17px; 
  width: 27px; 
  height: 27px; 
  line-height: 1; 
  text-align: center; 
  top: 5px; 
  right: 5px; 
  color: #a2a2a2;
}
.slider-wrapper{
	width:100%;
}
table tbody tr:nth-child(2n) {
    background-color: #FFF;
}
table tbody tr {
    border-bottom:1px solid #f0f0f0;
}
table tbody{
	border:none;
}
table{
  margin-bottom:3rem;
}
table thead{
  background:transparent;
  border:none;
}
#top-address{
  background:rgba(0,0,0,0);
	border-bottom:1px solid #FFF;
  z-index:20;
}
#top-address.is-stuck{
display:none;
}
#bottom-address{
}
#video{
	background-color:#fbfbfb;
}
#about{
	padding:5rem 5rem;
  background-color:#f3f3f3; 
}

.line-light{
		background-color: #f5f5f5;
    height: 2px;
    margin: 0 auto 35px;
    width: 5%;
}
.line-dark{
		background-color: #333;
    height: 2px;
    margin: 0 auto 35px;
    width: 5%;
}
.left{
  float:left;
}
.right{
  float:right;
}
.spacer{
	padding-bottom:2rem;
}
.sub-title{
  font-family: 'Raleway', sans-serif;
	text-align:center;
  font-weight:300;
  font-size:1.1rem;
  margin-bottom:25px;
}
.sub-title-start{
  font-family: 'Raleway', sans-serif;
	text-align:center;
  font-weight:500;
  font-size:1.35rem;
  margin-bottom:25px;
  margin-top:0;
  padding:0;
}
ul.personal-list{
	list-style:none;
  margin-left:0;
}
ul.personal-list li{
	font-size:1.125rem;
}
ul.personal-list i{
}
ul.personal-list li:before{
	content:"\f00c";
	font-family: FontAwesome;
  font-size:1.5rem;
  padding-right:10px
}
/*== Service pixel ==*/
.pixel {
  position: relative;
  width: 100%;
  border-radius:4px;
}

.pixel:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.pixel-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pixel-icon i{
	color:#FFF;
  font-size:10rem;
}
.pixel-content {
text-align:center;
  margin-bottom:1rem;
  padding:1rem;
}
.pixel-content h2{
	font-size:1.155rem;
}
/*=========================================
 * Social Icons
 * =======================================*/

ul.social-footer{
  text-align:center;
  margin:0rem 0 0 0;
  padding:0.5rem 0;
}
ul.social-footer li{
	display:inline-block;
  margin-right:.5rem;
}
ul.social-footer li > a{
	font-size:1rem;
  transition: all .2s;
}
ul.social-footer li > a:hover{
	font-size:1rem;
}
ul.social-footer i {
	font-size:2.25rem;
  color:#FFF;
  transition: all .2s;
}
ul.social-footer i:hover {
	font-size:2.25rem;
  color:#999;
}

.off-canvas-logo{
	background:#FFF;
	height:196px;
}
.off-canvas-logo img{
	margin:4rem 0;
	padding:1rem;
}
.off-canvas-logo a:focus{
	outline:none;
}
.off-canvas {
  bottom: 0;
}

/*=========================================
 * The excerpt
 * =======================================*/
a.excerpt-read-more  {
    background-color: transparent;
    border-radius: 0;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    margin: 1rem 0 1rem;
    padding: 0.85em 2.25em;
    text-align: center;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    vertical-align: middle;
    text-decoration: none;
    border: 2px solid #c8c8c8;
    width: 180px;
}
.excerpt-read-more:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c8c8c8;
}
.excerpt-read-more {
	display:table;
  margin-top:2rem;
}
.logo-bottom img{
  padding-bottom:40px;
	width:300px;
	}
.logo-head img{
	width:300px;
	}
img.centered {
  display: block;
  margin: 0 auto;
}
.centered{
  display: block;
  margin: 0 auto;
}
.slider-container{
	padding-top:0;
  z-index: 10;
  margin: 0 auto;
  overflow:hidden;
}
.top-wrapper{
	width:100%;
	background: #ddd;
}
#top-add{
	position: relative;
	right: 0;
	top: 0;
	z-index: 80;
	width: 100%;
	height: 40px;
	color:#FFF;
	
  }
.social-bar-right{

	
}
.top-bar, .top-bar ul{
	background-color:transparent;
	padding-top: .8rem;
}
.top-bar .top-bar-right {
	padding-right: 1rem;
	padding-top:3rem;
}
/*=========================================
 * Main Menu Sticky
 * =======================================*/
#top-bar-menu.is-stuck.top-add {
	display:none;
}
#top-address.is-stuck  ul.social{
	display:none;
}
#top-bar-menu{
	height:150px;
  	background:#fff;
	/*transition: padding 0s ease 0s;*/
	z-index:150;
	/*border-bottom:3px solid #004994;*/
}
#top-bar-menu.is-stuck{
  /*padding:1rem;
  transition: padding 0.50s ease 0s;*/

}

#top-bar-menu.is-stuck .menu > li > a{
  color: #333;
	}

#top-bar-menu.is-stuck .menu > li > a:hover{
  color: #666;
	}
#top-bar-menu.is-stuck ul.submenu > li > a{
  color: #f6f6f6;
	}
#top-bar-menu.is-stuck ul.submenu > li > a:hover{
  color: #fff;
	}
#top-bar-menu.is-stuck .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  color: #333;
}
.sticky-container, .sticky-container .is-stuck{

}
#top-bar-menu.is-stuck ul.social i {
  color:#fff;
  transition: color 300ms ease 0s;
}


/*#logo-light {display: none;}
#logo-dark {display: inline;}
.is-stuck #logo-light {display:inline;}
.is-stuck #logo-dark {display:none;}
*/

/*== gallery style ==*/
#gallery-item {
		padding:2rem 0;
}
#gallery-item a{
    background: #fff url("icon-lupe.png") no-repeat scroll 50% 50%;
  	background-size: 64px 64px;
}
#gallery-item img{
		padding:5px;
  border:1px solid #f3f3f3;
}
#gallery-item a img {
    backface-visibility: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease 0s;
}
#gallery-item a > img:hover {
    opacity: 0.4;
}

/*=========================================
 * Main Menu
 * =======================================*/
  @media only screen and (max-width: 40em) {

    .menu-text {

      display: none !important; } }



@media only screen and (min-width: 40em) {

  .top-bar .menu:last-child {

    border-left: none }



  .top-bar .menu:first-child {

    border-left: none; }



  .top-bar .menu li:not(:last-child) {

    border-right: none } }

.dropdown.menu .submenu {

  border: none; }



.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {

  border-color: #fff transparent transparent; }

.is-dropdown-submenu-parent li > a:hover{
	background:red;
}

.is-drilldown-submenu-parent > a::after {

  border-color: transparent transparent transparent #fff; }



.js-drilldown-back::before {

  border-color: transparent #fff transparent transparent; }

.menu img {
	float:left;
}
.menu {
    list-style-type: none;
    margin: 0;
}
.menu > li { 
  vertical-align: middle;
  text-transform:none;
}
.menu > li > a{
  	font-size:1rem;
  	color: #666;
	padding: 1.5rem 1.5rem;
  	padding-bottom:2px;
  	text-decoration:none;
  	white-space: nowrap;
  	font-weight:300;
	}
.menu > li > a:hover{
	color:#999;
 /* box-shadow: 0 -4px 0 0 #333 inset;*/
	}
	/*.menu > li:first-child > a{
	border-left:1px solid #f3f3f3;
	}*/
.menu .active > a{
  	background-color:rgba(0,0,0,0);
 	text-decoration: none;
	color: #999;
  	transition: background-color 300ms ease 0s;
	}
[data-whatinput="mouse"] .menu > li {
    outline: 0 none;
}
.menu > li:not(.menu-text) > a { 
    line-height: 1;
    padding: 1.5rem 1.8rem;
}
.menu input, .menu a, .menu button {
    margin-bottom: 0;
}
.menu > li > a > img, .menu > li > a > i {
    vertical-align: middle;
}
.menu > li > a > span {
    vertical-align: middle;
}
.menu > li > a > img, .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem;
}
.menu > li {
}
.menu.vertical > li {
    display: block;
}
/*-- if offcanvas has submenu it sets the text in the middle again*/
.has-submenu-toggle > a {
    margin-right: 40px;
}
@media screen and (min-width: 40em) {
.menu.medium-horizontal > li {
    display: table-cell;
}
.menu.medium-vertical > li > a {
    display: block !important;
  width:100%;
}
}
@media screen and (min-width: 64em) {
.menu.large-horizontal > li {
    display: table-cell;
}
.menu.large-vertical > li {
    display: block;
}
}
.menu.simple a {
    margin-right: 1rem;
    padding: 0;
}
.menu.align-right > li {
    float: right;
}
.menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.menu.expanded > li:first-child:last-child {
    width: 100%;
}
.menu.icon-top > li > a {
    text-align: center;
}
.menu.icon-top > li > a > img, .menu.icon-top > li > a > i {
    display: block;
    margin: 0 auto 0.25rem;
}
.menu.nested {
    margin-left: 1rem;
}
.menu-text {
    color: inherit;
    font-weight: bold;
    line-height: 1;
    padding: 0.7rem 1rem;
}
.menu-text a:hover{
  	border:none !important;
}
.no-js [data-responsive-menu] ul {
    display: none;
}
.menu-icon{
	margin-top:15px;
  	margin-left:50px;

}
.dropdown.menu .is-active > a {
    color: #999;
}
/*-- Icon in OffCanvas --*/
button.submenu-toggle[aria-expanded="false"]::after {
 	display: block;
	border: none !important;
	top: 50%;
	margin: auto;
  content:"\f106";
	font-family: FontAwesome;
  color:#333;
}
button.submenu-toggle[aria-expanded="true"]::after {
 	display: block;
	border: none !important;
	top: 50%;
	margin: auto;
  content:"\f106";
	font-family: FontAwesome;
  color:#333;
}
.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 65px;
 	background:#999ea3;
	border:1px solid #ddd;
}
ul.submenu .submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 48px;
 	background:#999ea3;
	border:1px solid #ddd;
}
.submenu-toggle::after {
    display: block;
  	height:auto;
  	width:auto;
    border: none !important;
    margin: auto;
}
.submenu-toggle-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: none !important;
}
/*-- The Hamburger*/
.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    -webkit-box-shadow: 0 7px 0 #333,0 14px 0 #333;
    box-shadow: 0 7px 0 #333,0 14px 0 #333;
    content: '';
}
/**/
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    color: #333;
  	font-size:1.125rem;
    content:"\f107";
    font-family: FontAwesome;
    margin: 0;
    padding-right: 0;
  	text-decoration:none;
  	right:5px;
  	margin-top:0;
  	top:35%;
 	  border:none !important; /*-- Put away the arrow of F6 --*/
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:hover:after {
    color: #999;
  	font-size:1.125rem;
    content:"\f107";
    font-family: FontAwesome;
    margin: 0;
    padding-right: 0;
  	text-decoration:none;
  	right:5px;
  	margin-top:0;
  	top:35%;
  	border:none !important;
}
/*-- direction for the sub-sub-menu*/
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
}
/**/
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
 	content:"\f106";
	font-family: FontAwesome;
  	color:#f6f6f6;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
}
.position-right.is-transition-push {
	border-left:1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
	background:#333d47;
}
.off-canvas{
	background:#FFF;
}
#offcanvas-content{
	color:#FFF;
	padding:1rem 2rem;
	
}
#off-canvas .menu > li {
	text-align:left;
	border-bottom:1px solid #ddd;
}
#off-canvas .menu > li > a{
	color:#FFF;

}
#off-canvas .menu > li > a:hover{
	color:#242b32;
	background:#999ea3;
}
#off-canvas ul.menu .active > a {
	color:#242b32;
	background:#999ea3;
	border-bottom:1px solid #ddd;
}

#off-canvas ul.submenu {
  background-color:transparent;
  box-shadow: none !important;
  border-style: none !important;
  border-width: none !important;
  border-color: none !important;
  font-size:1rem;
  padding-top:0px;
}
#off-canvas ul.submenu:after {
	border:none;
}
#off-canvas ul.submenu li{
  box-shadow:none;
  border:none !important;
}
#off-canvas ul.submenu li > a {
	
	text-align:left;
	background:transparent;

}
#off-canvas ul.submenu li > a:hover {
	background-color:#999ea3;
  	color:#242b32;
}
#off-canvas ul.submenu .active > a {
	background-color:#999ea3;
  	color:#242b32;
}

li.has-submenu-toggle > a{
	margin-left:0;
}
ul.submenu  {
	font-size:1rem;
  		}
ul.submenu > li > ul.submenu  {
	font-size:1rem;
  	padding-top:0px;
	}
ul.submenu.first-sub:after{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #333d47;
	border-width: 8px;
	margin-left: -8px;
	top:-4px;
}
.dropdown.menu > li.opens-right .is-active > a:after, .dropdown.menu > li.opens-right .current-menu-item .is-active > a:after, .dropdown.menu > li.opens-right > a:after  {
    border-color: transparent transparent transparent #FFF;
}
ul.submenu li {
  text-transform:none !important;
	color: #f6f6f6;
	}
ul.submenu li > a{
  background-color:#333d47;
  font-size:0.9rem;
  padding: 1rem;
  text-align:left;
	color: #FFF;
  text-decoration:none;
  transition:all 0.25s ease;
	border-bottom:1px solid #999ea3;
	}
ul.submenu .is-dropdown-submenu-parent{
  background-color:#333d47;
	}
ul.submenu .is-dropdown-submenu-parent:hover{
  background-color:#2bb6b7;
	color:#FFF !important;
	}
ul.submenu.is-dropdown-submenu .is-active > a {
    color: #fff;
}
ul.submenu > li:not(.menu-text) > a { 
    line-height: 1;
    padding: 1rem;
}
ul.submenu .active > a{
  color: #333;
  text-decoration:none;
  background:#999ea3;
	}
ul.submenu li > a:hover{
  color:#333;
  background:#999ea3;
}
/*ul.submenu li > a:hover:before{
    color: #333333;
    content: "";
    font-family: FontAwesome;
    margin: 0;
    padding-right: 10px;
  	text-decoration:none;
	}*/
/*ul.submenu .active > a:before{
    color: #333333;
    content: "";
    font-family: FontAwesome;
    margin: 0;
    padding-right: 10px;
	}*/
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: 0;
    right: auto;
    top: 100%;
}
/*=========================================
 * List Startseite
 * =======================================*/
.list {
    list-style-type: none;
    margin: 0;
  	display:block;
	
}
.list > li {
    vertical-align: middle;
}
.list  > li > a {
    border-left: medium none;
    color: #333;
    font-size: 0.9rem;
    padding: .8rem .3rem;
    text-transform: none;
	font-weight:400;
	transition: all .2s;
	text-decoration:none;
	display:block;
}
.list  > li > a:hover {
    border-bottom: medium none;
    box-shadow: none;
  	color:#333;
	background-color: #f5f5f5;
}
.list > li > a::before {
    color: #333333;
	content:"\f045";
    font-family: "FontAwesome";
    margin: 0;
    padding-right: 10px;
}
/*#sidebar1 .list > li > a:hover:before {
    color: #333333;
    content: "";
    font-family: FontAwesome;
    margin: 0;
    padding-right: 10px;
}*/
.list > li {
    border-bottom: 1px dotted #e0e0e0;
    margin: 0;
    
}
/*=========================================
 * List Startseite
 * =======================================*/
#sidebar-content .list {
    list-style-type: none;
    margin: 0;
  	display:block;
	
}
#sidebar-content .list > li {
    vertical-align: middle;
}
#sidebar-content .list  > li > a {
    border-left: medium none;
    color: #333;
    font-size: 0.9rem;
    padding: .8rem .3rem;
    text-transform: none;
	font-weight:400;
	transition: all .2s;
	text-decoration:none;
	display:block;
}
#sidebar-content .list  > li > a:hover {
    border-bottom: medium none;
    box-shadow: none;
  	color:#333;
	background-color: #f5f5f5;
}
#sidebar-content .list > li > a::before {
    color: #333333;
  	content:"\f1c1";
    font-family: "FontAwesome";
    margin: 0;
    padding-right: 10px;
}
/*#sidebar1 .list > li > a:hover:before {
    color: #333333;
    content: "";
    font-family: FontAwesome;
    margin: 0;
    padding-right: 10px;
}*/
#sidebar-content .list > li {
    border-bottom: 1px dotted #e0e0e0;
    margin: 0;
    
}
/*=========================================
 * Sidebar List Downloads
 * =======================================*/
#sidebar1 .list {
    list-style-type: none;
    margin: 0;
  	display:block;
	
}
#sidebar1 .list > li {
    vertical-align: middle;
}
#sidebar1 .list  > li > a {
    border-left: medium none;
    color: #333;
    font-size: 0.9rem;
    padding: .8rem .3rem;
    text-transform: none;
	font-weight:400;
	transition: all .2s;
	text-decoration:none;
	display:block;
}
#sidebar1 .list  > li > a:hover {
    border-bottom: medium none;
    box-shadow: none;
  	color:#333;
	background-color: #f5f5f5;
}
#sidebar1 .list > li > a::before {
    color: #333333;
  	content:"\f1c1";
    font-family: "FontAwesome";
    margin: 0;
    padding-right: 10px;
}
/*#sidebar1 .list > li > a:hover:before {
    color: #333333;
    content: "";
    font-family: FontAwesome;
    margin: 0;
    padding-right: 10px;
}*/
#sidebar1 .list > li {
    border-bottom: 1px dotted #e0e0e0;
    margin: 0;
    
}
/*=========================================
 * Sidebar Menu
 * =======================================*/
#sidebar1 .menu {
    list-style-type: none;
    margin: 0;
  	display:block;
	
}
#sidebar1 .menu > li {
    vertical-align: middle;
}
#sidebar1 .menu  > li > a {
    border-left: medium none;
    color: #333;
    font-size: 0.9rem;
    padding: 1rem 0.3rem;
    text-transform: none;
	font-weight:400;
	transition: all .2s;
}
#sidebar1 .menu  > li > a:hover {
    border-bottom: medium none;
    box-shadow: none;
  	color:#333;
	background-color: #f5f5f5;
}
#sidebar1 .menu > li > a::before {
    color: #333333;
    content: "";
    font-family: FontAwesome;
    margin: 0;
    padding-right: 10px;
}
#sidebar1 .menu > li > a:hover:before {
    color: #333333;
    content: "";
    font-family: FontAwesome;
    margin: 0;
    padding-right: 10px;
}

/*#sidebar1 .menu > li > a:hover {
    border-bottom: medium none;
    box-shadow: none;
  text-decoration:none;
}*/
#sidebar1 .menu  .active > a {
    background: #f5f5f5;
    box-shadow: none;
    color: #333 !important;
	font-weight:700;
}
#sidebar1 .sub-menu {
    list-style-type: none;
    margin: 0;
    padding-left: 15px;
}
#sidebar1 .sub-menu > li {
    display: block;
    padding: 0.215rem;
    vertical-align: middle;
}
#sidebar1 .sub-menu > li > a {
    border-bottom: medium none;
    border-left: medium none;
    color: #333;
    font-size: 1rem;
    padding: 0.215rem;
    text-transform: none;
}

#sidebar1 li:first-child {
    padding-top: 0;
}
/*#sidebar1 .menu > li:first-child {
    border-top: 1px solid #e0e0e0;
    margin: 10px 0 0;  
}*/
#sidebar1 .menu > li {
    border-bottom: 1px dotted #e0e0e0;
    margin: 0;
    
}

/*#sidebar1 .sub-menu > li > a:hover::before{
    color: #333333;
    content: "";
    font-family: FontAwesome;
    margin: 0;
    padding-right: 10px;
}*/
#sidebar1 .sub-menu > li > a:hover {
    border-bottom: medium none;
    box-shadow: none;
}
#sidebar1 .sub-menu .active > a {
    background: #f3f3f3 none repeat scroll 0 0;
    box-shadow: none;
    color: #333;
}
#sidebar1 .widget{
	margin-bottom:3rem;
}
.footer-img img{
	width:150px;
	
}
.footer-logo-pool img{
	width:250px;
	
}
/*=========================================
 * Bottom Menu
 * =======================================*/
#bottom .menu {
    list-style-type: none;
    margin: 0;
	display: block;
}
#bottom .menu > li {
    
    vertical-align: middle;
}
#bottom .menu > li > a {
    border-left: medium none;
    color: #FFF;
    font-size: .9rem;
    padding:0;
    text-transform: none;
	font-weight:400;
	transition: all .2s;
}
#bottom .menu > li > a:hover {
    border-bottom: medium none;
    box-shadow: none;
  	color:#f6f6f6;
	background-color: transparent;
}
#bottom .menu > li > a:hover::before {
    color: #FFF;
    content: "";
    font-family: FontAwesome;
    margin: 0;
    padding-right: 10px;
}
#bottom .menu > li > a:before {
    color: #FFF;
    content: "";
    font-family: FontAwesome;
    margin: 0;
    padding-right: 10px;
}
/*#sidebar1 .menu > li > a:hover {
    border-bottom: medium none;
    box-shadow: none;
  text-decoration:none;
}*/
#bottom .menu .active > a {
    background: transparent;
    box-shadow: none;
    color: #f6f6f6;
	font-weight:700;
}
#bottom .sub-menu {
    list-style-type: none;
    margin: 0;
    padding-left: 15px;
}
#bottom .sub-menu > li {
    display: block;
    padding: 0.215rem;
    vertical-align: middle;
}
#bottom .sub-menu > li > a {
    border-bottom: medium none;
    border-left: medium none;
    color: #333;
    font-size: 1rem;
    padding: 0.215rem;
    text-transform: none;
}

#bottom li:first-child {
    padding-top: 0;
}
#bottom .menu > li:first-child {
    
}
#bottom .menu > li {

    margin: 0;
    
}
#bottom .menu > li.menu-item-352 > a:hover {
    border-bottom: medium none;
    box-shadow: none;
  	color:#279d2d;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #f5f5f5;
}
/*#sidebar1 .sub-menu > li > a:hover::before, #menu-subcategories-familienrecht.menu .active > a::before {
    color: #333333;
    content: "";
    font-family: FontAwesome;
    margin: 0;
    padding-right: 10px;
}*/
#bottom .sub-menu > li > a:hover {
    border-bottom: medium none;
    box-shadow: none;
}
#bottom .sub-menu .active > a {
    background: #f3f3f3 none repeat scroll 0 0;
    box-shadow: none;
    color: #333;
}
/*=========================================
 * Footer Menu
 * =======================================*/
ul#menu-footermenu.menu  > li > a:before {
	content:"/";
 	color: #FFF;
  text-decoration:none;
  padding:0 0.5rem;
}
#inner-footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#inner-footer ul{
	  float:right;
	margin-top: .7rem;
}
#inner-footer ul > li > a {
	font-size:0.8rem;
 	color: #FFF;
  text-decoration:none;
  padding:0;
  transition: all .2s;
}
#inner-footer ul > li > a:before {
	content:"";
 	color: #FFF;
  text-decoration:none;
  padding:0 0.5rem;
}
#inner-footer ul > li:first-child > a:before {
	content:"";
  text-decoration:none;
  
}
.icon-wrapper{
  height:400px;
	display: flex;
  justify-content: center; /* center ul horizontally */
  align-items: center; /* center ul vertically (if necessary) */ 
}

#content{
	
	}
#inner-content{
	padding:0 !important;
	}

.big-icons span{
  text-align:center;
}
.bottom-logo{
	width:75%;
  margin-bottom:1.9rem;
}
#bottom .widget-title{
	color:#f6f6f6;
    text-align:left;
	font-family: 'Libre Baskerville', serif;
	text-transform:uppercase;
	font-size:1.15rem;
	background:transparent;
	}
#bottom .widget{
	color:#f6f6f6;
	padding-top:2rem;
	}
#bottom ul{
  text-align:left;
	list-style:none;
	margin-left:0;
}
#bottom li, #bottom li a{
  font-size:.9rem;
  color:#FFF;
  text-decoration:none; 
  padding-left:0;
  line-height:2;
}
.widget-title {
    text-transform: none;
}
.head-address li a {
    color: #123109;
	padding-top:8px;
}
.head-social {
    padding: 10px 20px 0 0;
}
.head-social ul {
}
.head-social li {
    color: #fff;
    display: inline;
    margin-top: 8px;
    padding-right: 10px;
}
.head-address li a {
    color: #123109;
	float:right;
}

#colophon {
    background: #FFF none repeat scroll 0 0;
    color: #2b2b2b;
    padding: 0.5em 0 2em;
}
#colophon a {
    color: #2b2b2b;
}
.bg-blue{
  background: #87e0fd;
}
.bg-green{
	background:#66B32E;
}
.bg-violett{
	background:#864996;
}
.bg-yellow{
  background:#FEC704;
}
.bg-red{
	background:#E63812;
}
.bg-dark{
	background:#333;
}
.bg-lightgray{
	background:#f3f3f3;
}

#title-line{
	box-shadow: 2px 0 0 0 #333 inset;
}
.single-title{
  	color:#333;
 	font-weight:300;
  	font-size:2.4rem;
  	padding:0;
  	line-height:.9;
  	z-index:10;
  	position:relative;
  	text-align:left;
  	text-transform:none;
	margin-bottom:1rem !important;
}
.single-sub-title{
	font-weight:300;
  font-size:1.125rem !important;
	padding:0;
  color:#999;
  line-height:1.25;
  text-transform:none;
  padding-top:0;
}
h1.page-title{
  color:#333;
  font-weight:300;
  font-size:2.8rem;
  padding:0;
  line-height:0.7;
  z-index:10;
  position:relative;
  text-align:center;
  text-transform:none;
	margin-bottom:1rem !important;
}
.site-sub-title{
	font-weight:300;
  font-size:1.125rem !important;
	padding:0;
  color:#bdbdbd;
  line-height:1.25;
  text-transform:none;
  padding-top:0;
  text-align:center;
}
.site-branding {
    padding: 0;
	height:150px;
}
.site-title a {
    color: #212121;
}
.site-description {
    color: #fff;
    font-size: 1.2rem;
    margin: 0;
}
.entry-title, .page-title, .entry-header {
  padding:1rem 0 0 0;
}
.entry-title a, .page-title a {
    color: #535252;
}
.entry-summary {
    margin: 1em 0 0;
}
.entry-meta {
    margin-bottom: 1rem;
}
.lineup{
	height:2px;
	width:25%;
	background-color:#222222;
	margin:0 auto 25px;
	}
#primary, #secondary {
    margin: 2.5em 0;
}
.widget-title, .widgettitle, #reply-title {
font-size: 1rem;
font-weight: 300;
margin-bottom: 1rem;
background: #333d47;
color: #FFF;
padding:.5rem;
	text-transform:uppercase;
}
#bottom.textwidget{color:#FFF;}
 
#bottom .widget-title, #bottom .widgettitle, #reply-title {
font-size: 1rem;
font-weight: 300;
margin-bottom: 1rem;
background: #333d47;
color: #FFF;
padding:.5rem 0;
	text-transform:uppercase;
}
.vcard {
    border: 0 none;
    display: inline;
    margin: 0;
    padding: 0;
}
.vcard .fn {
    font-size: 1rem;
    font-weight: normal;
}
code {
    color: royalblue;
}

.footer{
  margin-top:0;
  background:#242b32;
}

/**/

.social-bottom-wrapper {
		display: flex;
    justify-content: center; /* center ul horizontally */
    align-items: center; /* center ul vertically (if necessary) */ 
  	padding-top:.5rem;
}
.social-bottom-wrapper i{
		font-size:1.125rem;
}
.copyright{
  font-size:0.8rem;
  padding:0 1rem;
	color:#fff;
	margin-top: .7rem;
}
.bttxtcenter{
	text-align:center;
}

.back-to-top {
    background:url('/wp-content/uploads/auftauchen.png');
    bottom: 2rem;
    display: none;
	height:64px;
	width:64px;
    position: fixed;
    right: 0;
    text-decoration: none;
	transition: all .2s;
}
.back-to-top:hover {
    background:url('/wp-content/uploads/auftauchen-hover.png');
	transition: all .2s;
}
.back-to-top:hover,.back-to-top:focus,.back-to-top:active,.back-to-top:visited {
    background:url('/wp-content/uploads/auftauchen-hover.png');
}
.back-to-top:focus {
    outline: 0 none;
}


.bottomwrapper {
    background-color: #333d47;
    padding: 1.5rem;
    width: 100%;
		min-height:450px;
}
.bottomwrapper a, .bottomwrapper p {
    color: #FFF;
	font-size:.9rem;

}
.bottomwrapper i {
   font-size:2.5rem;
   color:#FFF;
	margin-right:.75rem;
}
.mapp-layout {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.big-icon{
	font-size:12rem;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	.copyright{
  font-size:0.8rem;
  padding:0 1rem;
	color:#fff;
	margin-top: .7rem;
		text-align:center;
}
	#inner-footer ul{	  
		float:none;
	margin: .7rem 0;
}
	.top-bar .top-bar-right {
	padding-right: 1rem;
}
	#startseite-content{
		display:none;
	}

	.cell{
		padding-left:.7rem;
		padding-right:.7rem;
	}

	.logo-top{
		padding-left:1rem;
	}
	.top-bar-left img{	
		width:80%;
	}
	.top-bar .top-bar-left{
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 70%;
	}
		.top-bar .top-bar-right{
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 20%;
	}
	.top-bar.top-bar-right ,.top-bar-right ul{
		width:20% !important;
	}
	.sticky-container{		
		height:150px;
	}
	
  button.submenu-toggle[aria-expanded="false"]::after {
 	display: block;
	border: none !important;
	top: 50%;
	margin: auto;
  content:"\f106";
	font-family: FontAwesome;
  color:#c8c8c8;
}
button.submenu-toggle[aria-expanded="true"]::after {
 	display: block;
	border: none !important;
	top: 50%;
	margin: auto;
  content:"\f106";
	font-family: FontAwesome;
  color:#c8c8c8;
}
  
  .portfolio-item{
	  float:left;
    width:auto;
}

  .logo-top{
  width:350px;
  }

  html{
  padding:0;
  }

  #top-bar-menu{
	padding-top:10px;
   height:150px;
  }

}


/* Medium and up */
@media screen and (min-width: 40em) {

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		#startseite-content{
		display:none;
	}
		.copyright{
  font-size:0.8rem;
  padding:0 1rem;
	color:#fff;
	margin-top: .7rem;
		text-align:center;
}
	#inner-footer ul{	  
		float:none;
	margin: .7rem 0;
}
	.top-bar .top-bar-right {
	padding-right: 1rem;
}
.logo-top {
	width:350px;
    padding-left: 1rem;
}
}

/* ipad and up */
@media screen and (min-width: 640px) and (max-width: 1024px) {
		.sticky-social-container{
		display:none;
	}
	
}
/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.mb-0 {
    margin-bottom: 0rem !important;
}



.mb-1 {
    margin-bottom: .25rem !important;
}


.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 0.75rem !important;
}


.mb-4 {
    margin-bottom: 1rem !important;
}


.mb-5 {
    margin-bottom: 1.5rem !important;
}

@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
		flex-wrap: nowrap !important;
	}
	
@media screen and (max-width: 39.9375em) {
    .logo-top {
        width: 275px !important;
    }
}
	