*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body{
	font-family: 'Nunito Sans', sans-serif;
}
.container{
	max-width: 1210px;
}
a{
	color: #111;
}
header{
	min-height: 110px;
}
.h2{
	font-size: 30px;
}
.h4{
	font-size: 24px;
}
.b{
	font-weight: 700;
}
.center{
	text-align: center;
}
.none{
	display: none;
}
/**** logo ****/
.logo-wrapper{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 110px;
}
.logo-wrapper a{
	text-decoration: none;
	color: #000;
	font-size: 18px;
	line-height: 120%;
	display: inline-block;
	padding-left: 95px;
	margin-top: 55px;
}
.fs-24{
	font-size: 24px;
}
/**** end logo ****/

/**** mod-languages ****/
.mod-languages{
	position: absolute;
	z-index: 100;
	right: 20px;
}

/**** end mod-languages ****/

/**** menu header ****/
header .navbar{
	padding-top: 55px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
header .navbar .nav{
	width: 100%;
	justify-content: flex-end;
}
header .navbar .nav li{
	margin-left: 8px;
	margin-right: 8px;
}
header .navbar .nav li a{
	text-decoration: none;
	font-size: 18px;
}
header .navbar .nav li a:hover{
	color: #111;
}
header .navbar .nav li.active a{
	color: #a70822;
	font-weight: 700;
}
/**** end menu header ****/

/**** top section ****/
.top-section{
	background-image: url(../images/banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 730px;
}
.brown{
	color: #fff;
	font-size: 35px;
	line-height: 120%;
	padding: 10px 22px;
	background-color: #917661;
	max-width: 430px;
	margin-top: 150px;
}
.check{
	color: #fff;
	padding-left: 40px;
	position: relative;
	font-size: 30px;
	font-weight: 700;
	margin-left: 5px;
}
.check-1{
	margin-top: 45px;
}
.check-2{
	margin-top: 25px;
}
.check::before{
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.button-to-contact{
	display: block;
	margin-top: 50px;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
	background-color: #a70822;
	max-width: 375px;
	padding: 17px 30px;
	text-align: center;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	transition-duration: 0.3s;
}
.button-to-contact:hover{
	background-color: #b60b27;
	text-decoration: none;
	color: #fff;
}
/**** end top section ****/

/**** rechtsgebiete ****/
.newsflash{
	background-color: #efefef;
	padding-top: 80px;
	padding-bottom: 90px;
}
.newsflash .h4{
	margin-bottom: 40px;
}
.newsflash .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.newsflash .flex .item-1{
	flex: 33% 0 1;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 40px;
}
.newsflash .flex .item-1 .newsflash-image{
	margin-bottom: 50px;
}
.newsflash .flex .item-1 .newsflash-image img{
	width: 100%;
}
.newsflash .flex .item-1 .newsflash-title{
	font-size: 24px;
	margin-bottom: 15px;
}
.newsflash .flex .item-1 .newsflash-title a{
	text-decoration: none;
	color: #000;
}
.newsflash .flex .item-1 p{
	font-size: 18px;
	text-align: left;
}
/**** end rechtsgebiete ****/


/**** footer ****/
footer{
	background-color: #a70822;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 50px;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.map{
	padding-left: 55px;
	position: relative;
	margin-top: 40px;
}
.map::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
}
.email{
	padding-left: 55px;
	position: relative;
	margin-top: 35px;
}
.email::before{
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.phone{
	padding-left: 55px;
	position: relative;
	margin-top: 35px;
}
.phone::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.footer-menu{
	padding-left: 150px;
}
.footer-menu ul{
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.footer-menu ul li{
	margin-bottom: 10px;
}
/**** end footer ****/

/**** copyright ****/
.copyright{
	padding-top: 20px;
	padding-bottom: 45px;
	font-size: 14px;
}
.copyright a:hover{
	text-decoration: none;
	color: #000;
}
.ta-right{
	padding-left: 150px;
}
/**** end copyright ****/

/**** home component ****/
.component{
	padding-top: 100px;
	padding-bottom: 100px;
}
.component .text-field {
	font-size: 18px;
}
.component .text-field.right {
	padding-left: 100px;
	padding-top: 15px;
}
.component .text-field.left {
	padding-right: 100px;
	padding-top: 15px;
}
.mb-80{
	margin-bottom: 80px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.component .img img{
	width: 100%;
}
/**** end home component ****/

/**** Coockie *****/
.cookiepolicy{
    display:none;
    position: fixed;
    bottom:0px;
    background:#fff;
    border-top:1px solid #333;
    font-size:12px;
    width:100%;
    padding:5px;
    text-align:center;
    z-index:999;
}
.cookiepolicy .btn{
    cursor: pointer;
}
.btn-success{
    background-color:#5cb85c;
    border:1px solid #4cae4c;    
    color: #fff;
}
a.btn-success{
    color: #fff;
}
.cookiepolicy .btn-success{
    margin-left: 5px;
    background-color: #9d9d9d;
    border: 1px solid #9d9d9d;
    background-image: none;
}
/**** end coockie *****/

/**** article page ****/
.art-1 p{
	margin-bottom: 0;
	overflow: hidden;
}
.art-1 p img{
	width: 120%;
}
.article-page{
	display: flex;
}
.article-page .page-header{
	flex: 30% 1 0;
}
.article-page .page-header h2{
	font-weight: 700;
	font-size: 30px;
	padding-right: 20px;
}
.article-page .articleBody{
	flex: 70% 1 0;
}
/**** end article page ****/

/**** module RS - contact ****/
.contact-info{
	background-color: #efefef;
	padding-top: 50px;
	padding-bottom: 80px;
	font-size: 18px;
}
.map-2{
	padding-left: 55px;
	position: relative;
}
.map-2::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/map-2.png);
	background-repeat: no-repeat;
}
.email-2{
	padding-left: 55px;
	position: relative;
	margin-top: 35px;
}
.link-site{
	margin-left: 55px;
}
.email-2 a:hover, .phone-2 a, .link-site a{
	text-decoration: none;
	color: #111;
}
.email-2::before{
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/email-2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.phone-2{
	padding-left: 55px;
	margin-top: 55px;
	position: relative;
}
.mt-30{
	margin-top: 30px;
}
.mb-50{
	margin-bottom: 50px;
}
.phone-2::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/phone-2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.contactformular{
	margin-top: -40px;
}
.rscontact form{
	margin-left: 250px;
}
.flex-form{
	display: flex;
	font-size: 18px;
}

.half-form{
	flex: 50% 1 0;
	padding-left: 10px;
	padding-right: 10px;
}
.custom-radio{
	display: flex;
}
.radio-flex{
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.radio-flex input{
	margin-top: -7px;
	margin-left: 10px;
}
.f-label label{
	margin-bottom: 0;
	margin-top: 20px;
}
.f-label input{
	width: 100%;
	padding: 10px 10px;
	border: 1px solid #c6c6c6;
}
.textarea-form{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 45px;
}
.textarea-form textarea{
	resize: none;
	width: 100%;
	border: 1px solid #c6c6c6;
	padding: 10px;
	min-height: 175px;
}
#mod-rscontact-container-100{
	margin-bottom: 250px;
}
.h2-up{
	margin-top: -40px;
}
.mt-32{
	margin-top: 35px;
}
.mt-10{
	margin-top: 10px;
}
.pflichtfelder{
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
.mod-rscontact-error{
	font-size: 14px;
}
.half-form .mod-rscontact-error{
	margin-top: 0;
}
.btn-to-right{
	text-align: right;
	padding-right: 10px;
}
.form-button{
	margin-top: -20px;
	border: none;
	color: #fff;
	background-color: #a70822;
	padding: 14px 20px;
	text-align: center;
	min-width: 340px;
	font-size: 24px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.form-button:hover{
	background-color: #b60b27;
}
/**** end module  RS - contact ****/

/**** section blog ****/
.blog .item-image {
	margin-bottom: 20px;
	max-width: 500px;
}
.blog .item-image a{
	display: block;
	width: 100%;
}
.blog .item-image a img{
	width: 100%;
}
.blog h2 a{
	text-decoration: none;
}
.blog h2 a:hover{
	color: #000;
}
.blog p {
	max-width: 500px;
}
/**** end section blog ****/
@media (min-width: 1960px){
	.top-section {
		background-size: 100%;
	}
}

@media (max-width: 1200px){
	.top-section {
		background-position: -500px center;
	}
	.component .text-field.right {
		padding-left: 0px;
		padding-top: 0px;
	}
	.component .text-field.left {
		padding-right: 0px;
		padding-top: 0px;
	}
}

@media (max-width: 990px){
	.lg-hide{
		display: none;
	}
	.navbar-expand-lg{
		position: relative;
		justify-content: flex-end;
	}
	.navbar-toggler-icon{
		width: 40px;
		height: 30px;
		border-radius: 4px;
		display: block;
	}
	.burger{
		position: relative;
		margin: auto;
		text-align: center;
		display: block;
		margin-top: 13px;
		height: 3px;
		width: 40px;
		background-color: #000;
	}
	.navbar-toggler:focus{
		outline: none;
	}
	.burger::after,
	.burger::before{
		content: "";
		position: absolute;
		width: 40px;
		height: 3px;
		background-color: #000;
	}
	.burger::after{
		bottom: -10px;
		left: 0px;
	}
	.burger::before{
		top: -10px;
		left: 0px;
	}
	.navbar-collapse{
		position: absolute;
		min-width: 290px;
		top: 110px;
		right: 5px;
		z-index: 10;
	}
	.navbar-collapse ul{
		display: flex;
		flex-direction: column;
	}
	.navbar-collapse ul li{
		background-color: #fff;
	}
	.navbar-collapse ul li a{
		display: block;
		padding: 10px 40px;
		border-top: 1px solid #f2f2f2;
	}
	.navbar-collapse ul li a:hover{
		background-color: #f2f2f2;
	}
	.ta-right {
		padding-left: 0px;
	}
	.article-page .page-header{
		flex: 20% 1 0;
	}
	.article-page .articleBody{
		flex: 80% 1 0;
	}
	.article-page .page-header h2{
		font-size: 26px;
	}
	.contact-info{
		font-size: 16px;
	}
	.contact-info .h2{
		font-size: 26px;
	}
	.rscontact form {
		margin-left: 0px;
	}
	.h2-up {
		margin-top: -40px;
		margin-bottom: 20px;
		padding-left: 10px;
	}
	.h2-up {
		font-size: 26px;
	}
	.f-label label {
		margin-top: 10px;
	}

}

@media (max-width: 768px){
	.newsflash{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.newsflash .flex{
		flex-direction: column;
	}
	.newsflash .flex{
		text-align: start;
	}
	.newsflash .flex .item-1 .newsflash-image{
		max-width: 400px;
		margin-bottom: 20px;
	}
	.newsflash .h4{
		margin-bottom: 10px;
	}
	.newsflash .flex .item-1{
		padding-left: 15px;
		padding-right: 15px;
	}
	.component {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.component .row.rew{
		flex-direction: column-reverse;
	}
	.component .text-field{
		margin-top: 20px;
	}
	.mb-80{
		margin-bottom: 40px;
	}
	.footer-menu{
		padding-left: 50px;
	}
	.copyright {
		padding-top: 15px;
		padding-bottom: 25px;
		font-size: 12px;
	}
	.contact-info{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.article-page{
		flex-direction: column;
	}
	.email-2, .phone-2, .map-2 {
		margin-top: 20px;
	}
}

@media (max-width: 575px){

	.footer-menu{
		padding-left: 0px;
		margin-top: 40px;
	}
	.footer-menu ul {
		margin-top: 30px;
	}
	.flex-form{
		flex-direction: column;
	}
	.half-form, .textarea-form {
		padding-left: 0px;
		padding-right: 0px;
	}
	.h2-up {
		padding-left: 0px;
		margin-top: -20px;
	}
	.textarea-form {
		margin-top: 38px;
	}
	.btn-to-right {
		text-align: center;
		padding-right: 10px;
	}
	.form-button{
		margin-top: 20px;
		min-width: 290px;
	}
	.pflichtfelder {
		margin-top: 10px;
		padding-left: 0px;
		padding-right: 0px;
		font-size: 16px;
	}
	#mod-rscontact-container-100 {
		margin-bottom: 80px;
	}
	.mt-32{
		margin-top: 0;
	}
}

@media (max-width: 480px){
	.top-section {
		background-position: -600px center;
	}
	.logo-wrapper{
		margin-left: -15px;
	}
	.fs-24{
		font-size: 20px;
	}
	.logo-wrapper a{
		font-size: 16px;
	}
	.brown{
		margin-top: 100px;
		font-size: 26px;
	}
	.check{
		font-size: 24px;
		margin-left: 15px;
	}
	.check-1{
		margin-top: 35px;
	}
	.check-2{
		margin-top: 20px;
	}
	.check::before{
		width: 20px;
		height: 20px;
		background-size: contain;
	}
	.button-to-contact{
		margin-top: 40px;
		font-size: 20px;
		margin-left: 15px;
		padding: 15px 20px;
		max-width: 350px;
	}
	.top-section{
		height: 560px;
	}
	.newsflash .flex .item-1 p{
		font-size: 16px;
	}
	.component .text-field {
		font-size: 16px;
	}
	.copyright {
		font-size: 11px;
	}
	.navbar-collapse {
		right: 1px;
	}
	.mod-languages{
		left: -30px;
	}
}