@font-face {
	font-family: 'Raleway Medium';
	src: url('../fonts/Raleway/Raleway-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Raleway Bold';
	src: url('../fonts/Raleway/Raleway-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans Bold';
	src: url('../fonts/Open_Sans/OpenSans-SemiBold.ttf') format('truetype');
}

:root {
	--burg-gray: #515254;
}

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Raleway Medium";
	font-size: 15px;
	color: #515254;
	width: 100%;
	overflow-x: hidden;
}

h2{
	font-family: "Open Sans Bold";
	margin-top: 61px;
	margin-bottom: 12px;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 0.29px;
}

header h2 {
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 35px;
	font-weight: 500;
}

header h2{
	text-align: center;
}

header h2:after {
	content: " ";
	text-align: center;
	display: block;
	height: 3px;
	width: 70px;
	position: absolute;
	left: calc(50% - 35px);
	margin-top: 12px;
}

.news-single{
	margin-bottom: 50px;
}

/*Header*/
.header .container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 15px;
}

.header {
	position: fixed;
	width: 100%;
	top: 50px;
	background-color: #ffffff;
	z-index: 1;
	border-bottom: solid 1px #eeeeee;
}


.top-header {
	color: #ffffff;
	height: auto;
	padding: 15px 0;
	font-family: "Open Sans Bold";
	font-size: 13px;
	letter-spacing: 0.27px;
	line-height: 18px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1;
}

.maincontent {
	z-index: -1;
}

.top-header a {
	color: #ffffff;
	text-decoration: none;
}

#logo {
	margin-top: 22px !important;
	padding-left: 0 !important;
	z-index: 200;
	width: 150px;
	height: auto;
}




.burg-text-block {
	margin-top: 30px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.29px;
	line-height: 24px;
}

.burg-text-block:first-child {
	margin-bottom: 72px;
}

#tx_indexedsearch {
	border: none;
	background-color: transparent;
	border-bottom: solid 1px #BFBFBF;
	margin-top: -5px;
	font-family: "Raleway Medium";
}

#tx_indexedsearch input,
#tx_indexedsearch button {
	border: none;
	background-color: transparent;
	color: #BFBFBF;
}

#tx_indexedsearch button {
	font-size: 21px;
}

.tx-indexedsearch-title a,
.tx-indexedsearch-title a:hover{
	color:#515254;
	text-decoration: none;
}

.tx-indexedsearch-res{
	margin-top: 50px;
}

.tx-indexedsearch-res h3:hover{
	font-weight: bolder;
}

ul.tx-indexedsearch-browsebox{
	display: flex;
	padding-inline-start: 0;
	list-style-type: none;
}

ul.tx-indexedsearch-browsebox li{
	margin-right: 10px;
}

ul.tx-indexedsearch-browsebox li a{
	color:#515254;
	text-decoration: none;
}

ul.tx-indexedsearch-browsebox li a:hover,
ul.tx-indexedsearch-browsebox li a:focus,
ul.tx-indexedsearch-browsebox li a:active{
	font-weight: bolder;
	text-decoration: none;
}


/*Navigation*/
.whiteheader {
	width: 100%;
}

.navbar-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.navbar-nav {
	font-family: "Open Sans Bold";
	font-size: 14px;
	letter-spacing: 0.29px;
	line-height: 19px;
	text-transform: uppercase;
}

/*Main Content*/
.bg-gray {
	background-color: #F4F4F4;
	padding: 40px 0 50px 0;
	margin-top: 0;
	color: #212529;
	margin-top: 92px;
}

.bg-dienste {
	margin-bottom: 67px;
}

.maincontent h3,
.footer h3{
	font-family: "Raleway Medium";
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.29px;
	line-height: 21px;
	margin-bottom: 10px;
}

.footer h3{
	text-align: center;
	margin-bottom: 30px;
}

footer.footer > .container h2{
	padding-top: 42px;
}

.maincontent .news h3 {
	font-family: "Open Sans Bold";
	text-transform: uppercase;
}

.maincontent .news h3 a {
	color: #515254;
}

.news .btn-back {
	display: none;
}

.news-list-view img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.news-list-item .lead {
	font-size: 15px;
}

.maincontent h2+h3 {
	text-align: center;
	margin-top: 24px;
	margin-bottom: 30px;
}

.maincontent form,
.footer form {
	margin-top: 42px;
}

.maincontent form input,
.footer form input,
.footer form textarea,
.maincontent form textarea {
	border-radius: 0;
	margin-bottom: 29px;
}

.maincontent form label,
.footer form label {
	color: #515254;
	font-family: "Open Sans Bold";
	font-size: 14px;
	letter-spacing: 0.29px;
	line-height: 19px;
	text-transform: uppercase;
}


.maincontent button.btn-primary,
.footer button.btn-primary {
	border-radius: 0;
	text-transform: uppercase;
	color: #ffffff;
	padding: 1em 3em;
	font-size: 14px;
	font-family: "Open Sans Bold";
	border: none;
}

.maincontent button.btn-primary:hover,
.footer button.btn-primary:hover {
	cursor: pointer;
}

/*Über uns*/
.burg-reasons {
	margin-top: 25px;
}

.tx-ws-flexslider .flexslider .slides img{
	height: 600px;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

.tx-ws-flexslider .flexslider{
	margin-top: -80px;
	border: none;
	position: relative;
	z-index: -1;
}

.burg-reasons ul{
	padding-inline-start: 0;
}

.burg-reasons ul li{
	display: flex;
	align-items: center;
}

.burg-reasons p {
	display: flex;
	margin-bottom: 39px;
	align-items: center;
}

.burg-reasons p>span:last-child {
	display: block;
}

.burg-reasons p>span:nth-child(2) {
	width: 100%;
}

.burg-reasons li {
	list-style-type: none;
	margin-bottom: 40px;
}

.dl-overview a {
	text-transform: uppercase;
	font-family: "Open Sans Bold";
	font-size: 14px;
	letter-spacing: 0.29px;
	line-height: 19px;
	text-decoration: none;
}

#privat-overview p,
#firma-overview p {
	margin-bottom: 0;
}

.icon {
	font-size: 24px;
	color: #242A42;
}

.icon .fa {
	width: 26px;
}

.reasons-circle {
	padding: 5px;
	border-radius: 100%;
	width: 45px;
	height: 42px;
	margin-right: 13px;
	font-family: "Raleway Bold";
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*Kontakt Form*/
.maincontent #kontaktTreuhand label,
#kontaktTreuhandEN label {
	display: none;
}

#kontaktSinglepageTreuhand input,
#kontaktSinglepageTreuhand textarea,
#kontaktSingleEN input,
#kontaktSingleEN textarea {
	border: 1px solid #BFBFBF;
	background-color: #F4F4F4;
}

.maincontent #kontaktTreuhand textarea,
#kontaktTreuhandEN textarea {
	height: 105px;
}

#kontaktSinglepageTreuhand,
#kontaktSingleEN {
	margin-bottom: 105px;
}

#kontaktSinglepageTreuhand textarea,
#kontaktSingleEN textarea {
	height: 608px;
}

#kontaktSinglepageTreuhand .btn-toolbar,
#kontaktSingleEN .btn-toolbar {
	display: flex;
	justify-content: center;
}


#kontaktSinglepageTreuhand .btn,
#kontaktSingleEN .btn {
	width: 357px;
}

.contact-white {
	position: relative;
	bottom: 500px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 40%, transparent 40%);
	height: 500px;
	padding: 39px 57px;
	font-size: 18px;
}

.contact-white p {
	margin-bottom: 0;
}

/*Suche*/
.searchbox {
	margin-bottom: 60px;
}

/*News*/
.news h1 {
	font-family: "Open Sans Bold";
	font-size: 24px;
}

.news .lead p {
	font-size: 15px;
	margin-bottom: 0.5em;
}

.news-info,
.news .extra {
	font-size: 12px;
}

.carousel-item img {
	width: 100%;
	height: 500px;
	margin-bottom: 2em;
	object-fit: contain;
	object-position: left;
}

.embed-responsive{
	height: 525px
}

.readmore-text {
	margin-top: 2em;
}

.img-referenzen {
	height: 300px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}

.dropdown .dropdown-menu a.nav-link:hover {
	text-decoration: underline;
	color: #fff !important;
}

.burg-services{
	margin-bottom: 80px;
}

.burg-services img{
	height: 240px;
	width: 100%;
	object-fit: cover;
}

/*Footer*/
footer.footer {
	color: #ffffff;
	padding-top: 0;
	padding-bottom: 27px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.29px;
	line-height: 24px;
}

footer.footer a {
	color: #ffffff;
}

.footer h2:after {
	background-color: #fff;
}

.logos {
	font-size: 24px;
	margin: 40px auto;
}

.logos>a {
	padding: 0 1.5em;
	color: #fff;
}

.logos>a:hover {
	color: #BFBFBF;
}

.links {
	margin-bottom: 40px;
}

footer.footer .links>a {
	padding: 0 1.5em;
	color: #BFBFBF;
	font-family: "Open Sans Bold";
	font-size: 13px;
	letter-spacing: 0.29px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.tx-maps2>div {
	height: 500px !important;
}

@media (max-width: 767px) {
	body {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.maincontent {
		overflow-x: hidden;
	}

	.top-header {
		position: fixed;
		width: 100%;
		z-index: 200;
		top: 0;
	}

	.header {
		position: absolute;
		width: 100%;
		background-color: #ffffff;
		z-index: 100;
		top: 51px;
	}

	.navbar-nav .dropdown-menu{
		border-radius: 0;
	}

	#treuhand-header {
		margin-top: 176px;
	}

	.navbar {
		position: absolute;
		right: 0;
		top: 50px;
		z-index: 100;
		width: 100% !important;
		padding: 0;
		height: auto;
	}

	.navbar-toggler {
		margin-right: 15px;
	}

	.navbar-collapse {
		margin-top: 40px;
		background-color: #ffffff;
		padding: 0 1em;
	}

	.nav-item {
		font-size: 18px;
		margin: 12px 0;
		text-align: center;
	}

	.nav-item:first-child {
		margin-top: 2rem;
	}

	.dropdown .dropdown-menu a.nav-link:hover{
		color: rgba(0,0,0,0.9) !important;
	}

	.collapse.show {
		min-height: calc(100vh - 184px);
		height: auto;
	}

	.burg-text-block:first-child {
		margin-bottom: 0px;
	}

	.burg-text-block>div {
		margin-bottom: 72px;
	}

	.form-group {
		margin-bottom: 0;
	}
}



@media (max-width: 991px) {
	.contact-white {
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 50%, transparent 50%);
	}
}

@media (max-width: 767px) {
	.contact-white {
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 60%, transparent 60%);
	}
}

@media (max-width: 574px) {
	.contact-white {
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 90%, transparent 90%);
		font-size: 16px;
		padding: 39px 15px;
	}

	.navbar {
		top: 30px;
	}
}

@media (max-width: 450px) {
	.links {
		display: flex;
		flex-direction: column;
	}

	.links a {
		display: block;
		padding: 1.5em;
	}
}



@media (max-width:350px) {

	#kontaktSinglepageTreuhand .btn,
	#kontaktSingleEN .btn {
		width: 100%;
	}

	#tx_indexedsearch {
		display: none;
	}
}

@media (max-width:240px) {
	#logo {
		width: 50%;
		height: auto;
	}

	.navbar-collapse {
		margin-top: 20px;
	}
}
