

/* ----------------- FONTS ----------------- */

@font-face {
    font-family: an-reg;
    src: url("../fonts/ArchivoNarrow-Regular.ttf");
}

@font-face {
    font-family: an-bold;
    src: url("../fonts/ArchivoNarrow-Bold.ttf");
}





/* ----------------- BASIC ----------------- */

body{
	font-family: an-reg;
	font-size: 17px;
	overflow-x: hidden;
}

h1 {
    position: absolute;
    bottom: 0;
    color: white;
    margin-bottom: 0;
    text-shadow: 1px 1px 15px black;
	line-height: 1.1;
	padding: 0 200px 30px 0;
}

h1 span{
    text-transform: uppercase;
}

h2{
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: -10px;
}

h3 {
    font-size: 28px;
}

p {
    line-height: 1.3;
}

a{
	color: inherit;
	
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

a:hover{
	color: inherit;
	text-decoration: none;
}

strong, b, .bold{
	font-family: an-bold;
}

:focus {
    outline: none !important;
}





/* ----------------- COLORS ----------------- */

.white{ color: #ffffff; }

.red{ color: #b22125; }
.red-bg{ background-color: #b22125; }

.grey{ color: #e4e5e5; }
.grey-bg{ background-color: #e4e5e5; }





/* ----------------- NAVIGATION ----------------- */

.navbar{
	padding: 0px;
	height: 100px;
}

.navbar .container{
	padding: 0 15px;
}

.navbar-brand {
	width: 100%;
	display: unset !important;
}

.nav-link-box {
	width: calc( 100% - 350px );
}

.logo-box{
	width: 350px;
	padding: 35px 15px 20px 15px;
	position: absolute;
    top: 0;
}

.language-box{
	width: 100%;
	text-align: right;
}

.language-box a{
	color: white;
	text-decoration: none;
	padding-left: 50px;
	font-size: 14px;
	padding-top: 15px;
}

.navbar-collapse{
    flex-wrap: wrap;
	justify-content: flex-end;
}

.navbar-nav {
    padding-top: 50px;
}

.nav-link {
    padding: 0 0 0 45px !important;
	color: #b22125 !important;
	text-transform: uppercase;
	font-size: 20px;
	font-family: an-bold;
}

/* ANIMATED X */
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  background-color: #fff;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2){
  width: 22px;
  transition: ease all .2s;
}
.navbar-toggler:active > .icon-bar:nth-child(2){
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all .2s;
}
/* END ANIMATED X */








/* ----------------- FOOTER ----------------- */

footer{
	height: auto;
    padding: 25px 0;
}

footer a{
	text-transform: uppercase;
	padding-left: 25px;
	color: black;
}

.br-link{
	padding-left: 0px;
}







/* ----------------- FORMULAR ----------------- */

form{
    display: contents;
	width: 100%;
}

.form-control {
    background-color: #e4e5e5;
    border-radius: 0;
    border: 0;
    margin-bottom: -5px !important;
	padding: 15px;
    padding-top: 20px !important;

	line-height: normal !important;
	
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

input.form-control {
	height: 51px;
}

.form-control:focus {
    color: #495057;
    background-color: #f5f5f5;
	border: 0 !important;
	box-shadow: none !important;
	padding-top: 15px !important;
    /*padding-bottom: 25px !important;*/
}

.help-block{
    margin-top: 5px;
	color: #b22125;
}

input, textarea{
	width: 100%;
}

.form-group textarea{
	padding-top: 10px !important;
}

.form-group textarea:focus{
	padding-top: 15px !important;
}

.terms{
	display: none;
}

input[type="checkbox"] {
    width: 20px;
    display: inline-block !important;
    height: 17px !important;
    padding: 0px;
    margin: 0px;
	margin-left: 5px;
	background-color: transparent;
	margin-top: 5px;
}

.form-nachricht .has-error{
	height: 20px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .5;
}

::-webkit-input-placeholder { text-align:right; color: black !important; opacity: 1 !important; }
input:-moz-placeholder { text-align:right; color: black !important; opacity: 1 !important; }

.form-group-half-row{
	margin: 0 -5px;
}

.form-group-half{
	width: 50%;
	display: inline-block;
    float: left;
    padding: 0 5px;
	margin-bottom: 10px;
}

.form-group-nomargin { margin-bottom: 0px; } 

.controls{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-success.disabled, .btn-success:disabled {
	color: black;
    background-color: #e4e5e5;
    border: 0;
    border-radius: 0;
}

.btn-success {
    color: #fff;
    background-color: #b22125;
    border-color: #b22125;
	border: 0;
    border-radius: 0;	
}

.btn-success.focus, .btn-success:focus {
    box-shadow: none !important;
}

.with-errors{
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.list-unstyled {
    margin-bottom: 0;
}

.form-nachricht .help-block {
    margin-top: -35px;
    margin-right: 15px
}

.form-spacer{
		margin-top: 15px; 
	}




/* ----------------- MODAL ----------------- */

.fade {
    transition: opacity .5s linear;
}

.modal-backdrop {
    background-color: #eeeeee;
}

.modal-backdrop.show {
    opacity: .9;
}

.modal-body {
    padding: 60px;
}

.modal-dialog {
    max-width: 60%;
	margin: 30px auto;
}

.modal-content {
    background-color: #fff;
    border: 0;
    border-radius: 0;
	text-align: center;
}

.close{
    display: block;
    float: none;
    margin: 0 auto;
    border: 2px solid #aaaaaa !important;
    padding: 15px !important;
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 60px;
	
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #aaaaaa !important;
}

.impressum-style .headline {
    color: #b22125;
	margin-bottom: 30px;
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.impressum-style h2 {
	font-family: an-bold;
	color: #b22125;
	font-size: 20px !important;
	margin-top: 35px;
    margin-bottom: 8px;
}

.impressum-style h3 {
	font-family: an-bold;
	color: #b22125;
    font-size: 19px !important;
    line-height: 1.6 !important;
	font-weight: bold !important;
	margin-top: 30px;
    margin-bottom: 5px;
}

.impressum-style b, .impressum-style strong {
    margin-top: 30px;
    margin-bottom: 0px;
    display: block;
}

.impressum-style ul {
	margin: 25px 0;
    padding-left: 20px;
	display: inline-block;
	text-align: left;
}

.impressum-style li {
	list-style: disc;
}

.impressum-style a {
	color: #b22125;
	text-decoration: underline;
	text-transform: none;
    padding-left: 0px;
	word-break: break-word;
}

.agbs ul li{
	list-style: decimal;
	padding-bottom: 15px;
}








/* ----------------- ELEMENTS ----------------- */

#intro{
    background-image: url(../img/cover.jpg);
    background-size: 1600px;
    background-repeat: no-repeat;
    background-position: center 0px;
}

@media screen and (min-width: 1600px){
	#intro{	background-size: cover !important; background-position: center center; }
}

#about{
	padding: 100px 0;
}

#services{
	padding: 100px 0;
}

#team{
	padding: 100px 0;
}

#team h2{
	margin-bottom: -13px;
}

#contact{
	padding: 100px 0;
	padding-bottom: 0px;
}

#contact a{
	color: #b22125;
	text-decoration: underline;
}

#contact a:hover{
	text-decoration: none;
}

.about-img{
	width: 100%;
	background-size: cover !important;
	background-position: center center !important;
	margin-bottom: 20px;
}

.team-row{
	margin-right: -17.5px !important;
    margin-left: -17.5px !important;
}

.team-box{
	width: 20%;
	display: inline-block;
	float: left;
	padding: 2.5px;
}

.team-box-inner{
	background-size: cover !important;
	background-position: center center !important;
}

.team-box img{
	width: 100%;
}

.name-box{
	background-color: white;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
    font-size: 20px;
    margin-top: -60px;
	line-height: 1;
}

.name-box span{
	font-size: 17px;
}

.righter{
	text-align: right;
}

.info-box{
	width: 100%;
	padding: 15px;
	line-height: 1.2;
}

.info-box span{
	display: block;
	margin-top: 5px;
}

.dreieck {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
    margin: 0 auto;
    margin-top: -15px;
    margin-bottom: 15px;
}

#services img{
	margin-bottom: 15px;
}

.text-handler {
    position: absolute;
    bottom: 30px;
    padding-right: 15px;
}

.backgrounder{
	background-size: cover !important;
	background-position: center center !important;
	margin-bottom: 30px;
}

.logo-bruening {
    width: 50%;
    margin-top: 50px;
    margin-left: 5px;
}

.stripe-img{
	background-size: cover !important;
	background-position: center center !important;
	padding-right: 2.5px;
    padding-left: 2.5px;
}

.stripe-img div{
	background-size: cover !important;
	background-position: center center !important;
}

.stripe-row{ 
	margin-top: 70px;
	margin-left: -2.5px; 
	margin-right: -2.5px;
}

.stoerer{
    text-align: center;
    background-color: white;
    position: absolute;
    bottom: -61px;
    right: 0;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    padding-top: 35px;
    line-height: 1.3;
}

.block-left{
	padding-right: 0px;
}

.form-nachricht{
    padding-left: 12px;
}

.cc-window {
    box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
}

.cc-floating.cc-theme-classic {
	border-radius: 0px !important;
}

.cc-bottom {
	bottom: 0 !important;
}

.cc-window.cc-floating {
	max-width: 100% !important;
	width: 100% !important;
}

.pv-kunde{
	display: none;
}










/* ---------------------------------- Small devices (MOBILE QUER) ---------------------------------- */
@media (max-width: 767.98px) { 
	
	h1{
		position: relative;
		padding: 25px 0px;
		font-size: 28px;
		color: #b22125;
		text-shadow: none;	
		font-family: 'an-bold';
		text-align: center;
	}
	
	h2 {
		font-size: 50px;
		margin-bottom: -9px;
	}
	
	#intro {
		background-size: 100%;
	}
	
	#intro img{
		width: 100vw;
	}
	
	#about {
		padding: 60px 0 20px 0;
	}
	
	#about p{
		margin-bottom: 40px;
	}
	
	#services {
		padding: 60px 0 0px 0;
	}
	
	#team {
		padding: 60px 0;
	}
	
	#contact {
		padding: 60px 0;
	}
	
	footer{
		text-align: center;
	}
	
	footer .righter{
		text-align: center;
		margin-top: 15px;
	}
	
	footer a{
		padding: 15px 7px;
	}
	
	.about-img {
		margin-bottom: 15px;
	}
	
	.container{
		padding-right: 30px;
    	padding-left: 30px;
	}
	
	.text-handler {
		position: relative;
		padding-right: 0px;
		bottom: 0;
		margin-bottom: 80px;
	}
	
	.backgrounder {
		margin-bottom: 15px;
	}
	
	.righter{
		text-align: left;
	}
	
	.team-box {
		width: 50%;
	}
	
	.team-box-inner {
		position: relative;
	}
	
	.name-box {
		background-color: white;
		margin-left: 0;
		margin-right: 0;
		padding: 10px;
		font-size: 20px;
		line-height: 1;
		float: left;
		margin-top: 0;
		text-align: center;
		width: 100%;
	}
	
	.navbar .container {
		padding: 0 30px;
	}
	
	.block-left {
		padding-right: 16px;
	}
	
	.form-group-half {
		width: 100%;
	}
	
	.form-group-nomargin { margin-bottom: 10px; } 
	
	.stripe-img {
		margin-bottom: 5px;
	}
	
	.stripe-img:first-child, .stripe-img:last-child{
		display: none;
	}
	
	.stripe-row {
		margin-top: 60px;
	}
	
	.area-sizer, textarea.form-control {
		height: 200px !important;
	}
	
	::-webkit-input-placeholder { text-align:left; }
	input:-moz-placeholder { text-align:left; }
	
	.form-nachricht .help-block {
		margin-left: 15px;
	}
	
	input[type="checkbox"] {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	
	input[type="checkbox"].form-control{
		height: auto !important;
		margin-bottom: 10px !important;
	}
	
	input[type="checkbox"].form-control:focus{
		background-color: transparent;
	}
	
	.text-right{
		text-align: left !important;
	}
	
	.form-nachricht {
		padding-left: 15px;
	}
	
	.stoerer {
		position: relative;
		width: 100vw;
		border-radius: 0;
		padding: 0;
		bottom: 0;
		height: auto;
		background-color: #b22125;
		color: white;
		margin-left: calc( (100vw - 480px) / -2 );
		padding-left: calc( (100vw - 480px) / 2 );
		padding-right: calc( (100vw - 480px) / 2 );
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 15px;
	}
	
	.small-hidden{
		display: none;
	}

	
	.footer-spacer {
		height: 15px; 
	}
	
	.logo-bruening {
    	width: 200px;
    	margin-top: -5px;
	}
	
	.modal-dialog {
		max-width: 100%;
		margin: 30px 30px;
	}

	.modal-body {
		padding: 30px;
	}
	
	.sidemenu{
		display: none !important;
	}
	
}




/* ---------------------------------- Medium devices (TABLETS) ---------------------------------- */
@media (min-width: 768px) and (max-width: 991.98px) { 
	
	.text-handler {
		position: relative;
		bottom: 0px;
		padding-right: 0px;
	}
	
	#intro {
		background-size: cover;
	}
	
	#intro img {
		width: 100vw;
	}
	
	#leistung-img1, #leistung-img2, #leistung-img3 {
		height: calc( 100% - 30px);
	}

	#leistung-img1 {
		background-position: 68% 0 !important;
	}
	
	#leistung-img2 {
		background-position: 10% 0 !important;
	}
	
	h1 {
		font-size: 30px;
	}

	.team-box {
		width: 33.3%;
	}
	
	.nav-link-box {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	footer a {
		padding-left: 15px;
	}
	
	.logo-bruening {
		width: 232px;
	}
	
	.sidemenu{
		display: none !important;
	}

}




/* ---------------------------------- Large devices (DESKTOPS) ---------------------------------- */
@media (min-width: 992px) and (max-width: 1199.98px) { 
	
	body{
		cursor: pointer;
	}

	.text-handler {
		position: relative;
		bottom: 0px;
		padding-right: 0px;
	}
	
	#leistung-img1, #leistung-img2, #leistung-img3 {
		height: calc( 100% - 30px);
	}
	
	.team-box {
		width: 25%;
	}

}



/* ------------------------------------------------------------------------------------------------------- */
/* ---------------------------------- Small devices (MOBILE BIS TABLET) ---------------------------------- */
@media (max-width: 991.98px) { 
	
	body{
		cursor: pointer;
	}
	
	.navbar {
		height: auto;
		background-color: #b22125;
	}
	
	.logo-box {
	    width: 200px;
		padding: 13px 0 13px 0;
		position: absolute;
		margin-top: 0;
	}
	
	.nav-link-box {
		width: 100%;
		text-align: right;
		padding: 27px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	
	.nav-link {
		padding: 3px 0 !important;
		color: white !important;
		text-align: center;
	}
	
	.pv-kunde{
		display: block;
	}
	
}




/* ------------------------------------------------------------------------------------------------------- */
/* ---------------------------------- Extra small devices (MOBILE) ---------------------------------- */
@media (max-width: 575.98px) { 

	.stoerer {
		margin-left: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.logo-box {
		width: 150px;
		padding: 21px 0 13px 0;
	}
	
	.nav-link-box {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
}





@media screen and (min-width: 768px){
	
	.sidemenu {
		display: block;
		position: fixed;
		top: 55%;
		right: 50px;
		z-index: 1500;
		color: white;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.sidemenu .head {
		text-transform: uppercase;
		padding: 10px;
		position: absolute;
		z-index: 1550;
		background-color: #b22125;
		width: 230px;
		font-size: 20px;
		text-align: center;
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	
	.sidemenu:hover .content, .sidemenu:focus .content {
		margin-top: -315px;
	}

	.sidemenu .content {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
		background-color: #b22125;
		margin-top: 185px; /*185px*/
		margin-left: -110px;
		padding: 20px;
		position: absolute;
		width: 450px;
		font-size: 16px;
		line-height: 1.5;
		height: 230px;
	}
	
	.sidemenu a {
		color: white;
		margin-top: 15px;
		text-decoration: underline;
	}
	
	.sidemenu a:hover {
		opacity: 0.75;
	}
	
}





/* NAV DROPDOWN -------------------------------------------------- */

.navbar-nav input {
  display: none !important;
}

.navbar-nav ul.submenu {
	padding-left: 0px;
}

.navbar-nav ul.submenu {
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0 !important;
	text-align: center;
	background-color: white;
	color: #b22125;
	
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.submenu a{
	text-decoration: underline;
}

.navbar-nav label {
	position: relative;
	display: block;
	cursor: pointer;
	color: white;
	text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: an-bold;
	margin-bottom: 0;
	
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.navbar-nav input:checked~ul.submenu {
	max-height: 500px;
	margin-top: 5px;
    padding: 15px;
}

.navbar-nav label span {
    font-size: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.navbar-nav input:checked~label span {
	transform: rotate(180deg);
	margin-top: -8px;
}

@-moz-document url-prefix() {
	.navbar-nav input:checked~label span {
		margin-top: -2px;
	}
}






