@charset "utf-8";
/* CSS Document  Werte | Bau, Viktor Rudi*/

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Roboto-Regular.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/Roboto-Regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/Roboto-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/Roboto-Regular.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

html {
	/* für den Scrollbalken ,damit er in firefox, mozilla nicht verschwindet. 
	Sonst rutscht der Inhalt nach links (geht nicht in Safari)*/
	margin:0;

	margin-bottom:		0.1px;	
	height:				100.1%;
		/*  Auto-Schriftskalierung 
    -webkit-text-size-adjust: auto;
    -moztext-size-adjust: 	auto;
	-o-text-size-adjust: 	auto;
	-ms-text-size-adjust: 	auto;*/
}

.wrapper { 
	/*max-width:900px; */
	width:100%;
	margin: 20px auto auto;
	position:relative;/**/	padding:0;
}


/* 1.1: Default CSS */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}
button[type=submit] { cursor: pointer; }
textarea { resize: none; }
img {
    max-width: 100%;
    height: auto; 
}

a {
    color: #c5000e;
    -webkit-transition: all .2s;
    transition: all .2s;
}
a:hover {
    color: #444;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto light",  Arial, "Helvetica Condensed", Helvetica, sans-serif;
    line-height: 1.2;
}

h1, .h1 { font-size: 1.6rem; margin-bottom: 1.5rem; color:#c5000e}
h2, .h2 { font-size: 1.125rem; color:#c5000e; margin-bottom:30px; letter-spacing:0.02em;}
h3, .h3 { font-size: 1rem; }
h4, .h4 { font-size: 0.875rem; }
h5, .h5 { font-size: 0.5rem; } 
h6, .h6 { font-size: 0.4rem; }

p {
    line-height: 1.3;
    margin-bottom: 1.5rem;
}
body {
    font-family:"Roboto light", "Arial", Arial, "Helvetica Condensed", Helvetica, sans-serif;
    font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.02em;
    color: #444; /* schwarz*/
    background: #fff;
    overflow-x: hidden !important;
}

.headerbild {
	max-height:385px;
  	/*background: linear-gradient(45deg, #d3d3ee 0%, #e6e8f2 51%, #d3d3ee 75%);*/
}
/* 1.2: Buttons */
.btn {
    color: #fff;
    text-transform: capitalize;
    border: 0;
    border-radius: 0;
	padding: 0.5rem 1.792rem;
	background-color: #f32b61;
}
.btn.active,
.btn:hover,
.btn:focus {
	color: #fff;
	background-color: #f89830;
}
.btn-icon {
    padding: 0.5rem 0.9rem;
}

/* 1.3: Default Classes */
.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.text-center {
    text-align: center;
}

/* 02: Header */
.logo {
	margin-top:30px; /*30*/
	margin-bottom:150px;
}
.logo h1 {
	padding-top:26px
}

.main-header {
	margin-bottom: 80px;

}
.main-header .container {	padding:0; }

/* 2.1: Main menu */
#nav {
	text-align: left;
	height:	2.1rem;/**/
	border-top:1px solid #0077BD;
	border-bottom:1px solid #0077BD;	/**/
}
#menu-button { display: block; }
#nav a {
	display: block;
	padding: 5px 0;
	color: #73668f; /*etwas dunkler als der sonstige rest */
	text-decoration: none;
	text-transform:uppercase;
	font-size:0.9rem;
	letter-spacing:0.02em;	
	margin: 0 20px;
}
#nav li:hover > a,
#nav a:hover,
#nav a.active,
#nav a.current,
a.current {
	color: #73668f;
	font-style:normal;
	text-decoration:none;
}


#nav > ul {
	margin: 0;
	padding: 0 20px;
	z-index: 999;
}
#nav > ul > li {
	display: inline-block;
	position: relative;
	float:left;
	padding: 0 10px;
}
#nav > ul > li:first-child {
	margin-left: -20px;
}
#nav > ul > li:not(:last-child) {
	border-right: 1px solid #73668f;
}
#nav > ul ul {
	position: absolute;
	left: -9999px;
	top: calc(100% + 15px);
	width: 200px;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s, top .2s;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    padding: 0;
    list-style: none;
    text-align: left;
}
#nav > ul > li:hover ul {
	left: 0;
    top: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}
#nav > ul ul li {
	border-bottom: 1px solid rgb(235, 235, 235);
}
#nav > ul ul li a {
	padding: 10px 15px;
}

/* 03: Content */
.main-content {
    min-height: 430px;
	padding: 30px 0 0 0;
}

.main-content ul li {
    margin-left: -24px;
	list-style-type:square;
}

.banner h1 {
    font-size: 38px;
    margin-bottom: 80px;
}
.banner h1 span {
    display: block;
}

/* 04: Blog */
.main-blog .tag-teaser-image img {
    margin-bottom: 50px;
}
.main-blog .blog-wrap {
    padding-bottom: 20px;
    margin-bottom: 40px;;
}
.main-blog .blog-title {
    margin: 0;
}
.main-blog .blog-title a:hover {
    color: #ddad08;
}

.main-blog .tag-blog-item-author {
    margin-bottom: 10px;
}

.main-blog .tag-blog-item-featured-image {
    margin-bottom: 20px;
}

.main-blog #blog .button {
    background-color: #ddad08;
    margin-top: 30px;
    display: inline-block;
}
.main-blog #blog .button:hover {
    background-color: #f89830;
}
.main-blog .pulsecore_blog_tag_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-blog .pulsecore_blog_tag_list li:not(:last-child) {
    margin-right: 15px;
}
.main-blog .pulsecore_blog_tag_list li a:before {
    content: '\f292';
    left: 0;
    top: 0;
    font-size: 12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}
span.blog-read-more a {
	color: #2DC1C2;
	text-decoration: underline;
}
span.blog-read-more a:hover {
	text-decoration: none;
}

/* 05: Sidebar */
aside .tag.search {
    margin-bottom: 50px;
}

aside .tag.search form p,
aside .blog-tags h3,
aside #mc_embed_signup label {
    font-family: 'Droid Serif';
    font-weight: bold;
    font-size: 24px;
    color: #333;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 1.6rem;
    position: relative;
}
aside .tag.search form p:before,
aside .blog-tags h3:before,
aside #mc_embed_signup label:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #333;
}

aside .tag.search input[type=text],
aside #mc_embed_signup input.email {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    transition: all .2s;
    border: 1px solid #ccc;
    border-radius: 0;
}
aside .tag.search input[type=text]:focus,
aside #mc_embed_signup input.email:focus {
    border-color: #ddad08;
}

aside .tag.search button,
aside #mc_embed_signup input.button,
.main-content #contact button {
    border: 0;
    background-color: #ddad08;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    transition: all .2s;
    height: 34px;
    line-height: 34px;;
    border-radius: 0;
}
aside .tag.search button:hover,
aside #mc_embed_signup input.button:hover,
.main-content #contact button:hover {
    background-color: #f89830;
}

aside .blog-tags {
    margin-bottom: 50px;
}

aside .blog-tags .flexbox li:not(:last-child) {
    margin-bottom: 10px;
}
aside .blog-tags .flexbox li {
    list-style: none;
}

aside .blog-tags .flexbox a:before {
    content: '\f292';
    left: 0;
    top: 0;
    font-size: 12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
}

aside #mc_embed_signup form {
    padding: 0;
    margin-bottom: 50px;
}

/* 06: Breadcrumb */
.tag-breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.tag-breadcrumb li {
    text-transform: capitalize;
}
.tag-breadcrumb li:empty {
    display: none;
}
.tag-breadcrumb li:not(:last-child) {
    margin-right: 15px;
}

/* 07: Pagination */
.view-helper-pagination ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.view-helper-pagination ul li:not(:last-child) {
    margin-right: 10px;
}
.view-helper-pagination ul li a {
    display: flex;
    padding: 0;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin: 0;
    font-family: 'Droid Serif';
}
.view-helper-pagination ul li a:hover {
    border-color: #ddad08;
    background-color: #ddad08;
    color: #fff;
}

/* 08: Contact form */
#contact input,
#contact textarea {
    border: 1px solid #ccc !important;
    transition: all .2s;
}
#contact input:focus,
#contact textarea:focus {
    border-color: #ddad08 !important;
}

.pulsecore.gallery img {
    margin-right: 15px;
    margin-bottom: 15px;
}

/* 09: Back to top */
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.back-to-top.show {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.back-to-top a {
    font-size: 1.2rem;
    text-align: center;
    line-height: 2;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #73668f;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.back-to-top a:hover {
    background: #ddad08;
    color: #fff;
}

/* 10: Features */
.single-feature {
    margin-bottom: 30px;
}
.single-feature img {
    max-width: 60px;
}
.single-feature h3 {
    position: relative;
    /*margin-top: 20px;*/
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.single-feature h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #c5000e;
    left: 0;
    right: 0;
}

/* 11: Footer */
.main-footer {
	padding: 25px 0;
	color: #fff;
	background-color:#c5000e;
	position: static;
	bottom:0;
}
.main-footer a:hover {color:#fff;}
.main-footer a {color:#fff;}
.main-footer .container {

}

.copyright { font-size:0.8rem; }

.adresse {margin-left:10px;}

.social-icons li:not(:last-child) {
	margin-right: 10px;
}
.social-icons a {
	color: #fff;
    font-size: 0.875rem;
    line-height: 2.2;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
}
.social-icons a:hover {
	color: #004049;
	background-color: #fff;
}

/* 12: Others */
.googlemaps iframe {
    width: 100% !important;
}

.resp-sharing-button {
    border-radius: 0 !important;
}
.kleintext {font-size:0.85rem;}