@charset "utf-8";

@import url("../../../include/font-awesome/css/font-awesome.min.css");

/* Fonts */

    @font-face{
        font-family:"Helvetica Neue LT W05_77 Bd Cn";
        src:url("../fonts/02980b3d-1e37-4378-a5c6-4cf0d6ce0ba5.woff2") format("woff2"),url("../fonts/2d1e8a5f-eb7a-47a1-be1d-878bb9a46b6e.woff") format("woff");
    }
    @font-face{
        font-family:"Helvetica Neue LT W05_47 Lt Cn";
        src:url("../fonts/083e1179-98b4-4cbd-a13a-50a7c78d6fea.woff2") format("woff2"),url("../fonts/239170e6-7f0d-4c35-97d4-490b362e4ef7.woff") format("woff");
    }
    @font-face{
        font-family:"Helvetica Neue LT W05_57 Cond";
        src:url("../fonts/9516ef74-4fe9-45fe-a09f-493cb9518f71.woff2") format("woff2"),url("../fonts/5b99bc59-1b2e-446b-961e-2e1dbdfcd641.woff") format("woff");
    }
    @font-face{
        font-family:"Helvetica Neue LT W05_67 Md Cn";
        src:url("../fonts/1a559dd9-e51e-45d5-86eb-f343223bacef.woff2") format("woff2"),url("../fonts/581fae27-b5f4-44ab-b5b1-92f11d4f9838.woff") format("woff");
    }


/* Basic-CSS */

* {
	box-sizing : border-box;
}

html, body {
	margin : 0;
	padding : 0;
	overflow-x: hidden;
	font-family:"Helvetica Neue LT W05_57 Cond";
	font-style: normal;

	-webkit-font-smoothing: antialiased !important;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	background: #FFFFFF;
	color: #373a3b;
}

body{
	margin-top: 135px;
	background: rgb(255,255,255);
}

.noshow{display: none;}
.nowrap{white-space: nowrap;}	

.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}

.nopadding {padding: 0 !important; margin: 0 !important;}

a{color: #373a3b;}
a:hover, a:focus {color: #373a3b;}
a:active {color: #373a3b;}
a:link, a:hover{text-decoration: none !important;}

.telmail {display: inline-block; width: 1.4em;}
.nomobilenumber{display: none !important;}

.text-white, .text-white p, p.text-white, .text-white a, a.text-white{color: #FFFFFF !important;}
.text-darkgrey, .text-darkgrey p, p.text-darkgrey, .text-darkgrey a, a.text-darkgrey{color: #575251 !important;}
.text-lightgrey, .text-lightgrey p, p.text-lightgrey, .text-lightgrey a, a.text-lightgrey{color: #dadada !important;}

.text-reset{
	text-transform: none;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.bg-white{background: #FFFFFF !important;}


strong, bold, th{
	font-family:"Helvetica Neue LT W05_67 Md Cn";
	font-style: normal;
	font-weight: normal;
	
}

p{
	font-family:"Helvetica Neue LT W05_57 Cond";
	font-style: normal;
	font-size: 22px;
	line-height: 28px;
	color: #575251 !important;
}

h1{
	font-family:"Helvetica Neue LT W05_67 Md Cn";
	font-style: normal;
	font-size: 42px;
	line-height: 48px;
	color: #3d2707;
}

h2{
	font-family: "Helvetica Neue LT W05_67 Md Cn";
    font-style: normal;
    font-size: 28px;
    line-height: 36px;
    color: #3d2707;
	margin-top: 32px;
}

h3{
	font-family:"Helvetica Neue LT W05_67 Md Cn";
	font-style: normal;
	font-size: 24px;
	line-height: 28px;
	color: #af7122;
}

h4{
	font-family:"Helvetica Neue LT W05_67 Md Cn";
	font-style: normal;
	font-size: 20px;
	color: #408ef7;
}


h5{
	font-family:"Helvetica Neue LT W05_67 Md Cn";
	font-style: normal;
}

h6{
	font-family:"Helvetica Neue LT W05_67 Md Cn";
	font-style: normal;
}

/* Buttons */

.btn{
	padding: 6px 15px 6px 15px;
	font-family:"Helvetica Neue LT W05_57 Cond";
	font-style: normal;
	font-weight: 800;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	white-space: normal !important;
    box-shadow: none;
	text-transform: uppercase;
}

.btn-egd {
  color: #FFFFFF !important;
  background-color: #3d2707;
  border-color: #3d2707;
  border-radius: 0px !important;
}

.btn-egd:hover,
.btn-egd:focus,
.btn-egd:active,
.btn-egd.active,
.open .dropdown-toggle.btn-egd {
  color: #3d2707 !important;
  background-color: #FFFFFF;
  border-color: #3d2707;
}

.btn-egd:active,
.btn-egd.active,
.open .dropdown-toggle.btn-egd {
  background-image: none;
}

.btn-egd .badge {
  color: #FFFFFF;
  background-color: #3d2707;
}

.btn-egd-left{
	float: left !important;
}

.btn-egd-center{
	float: none !important;
}

.btn-egd-right{
	float: right !important;
}

hr.egd-line {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #575251;
}

hr.hrred{
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 2px solid #575251;
}

.btn-margin {
    margin-right: 15px;
}

/* Header-CSS */

.img-head-logo{
	max-width: 240px;
	margin: 30px auto 30px 30px;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}


/* Navigation-CSS */

.navbar-default.navbar-fixed-top.fixed-egd-header {
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar-default.navbar-fixed-top.fixed-egd-header .img-head-logo {
    max-width: 190px;
    margin: 15px auto 15px 30px;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar-default.navbar-fixed-top.fixed-egd-header ul.navbar-nav {
    margin-top: 30px;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar-default.navbar-fixed-top.fixed-egd-header {
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar-default.navbar-fixed-top.fixed-egd-header ul.navbar-nav {
    float: left !important;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar{
	min-height: 80px !important;
	border-radius: 0px !important;
	margin-bottom: 0px !important;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px !important;
}

/* Mobile-Menü */

.navbar-toggle {
    background-color: #575251;
    background-image: none;
    border: solid 1px #FFFFFF;
    border-radius: 0 !important;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 12px 10px;
    position: relative;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: #575251 !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #FFFFFF;
}

.navbar-toggle .icon-bar {
    border-radius: 0px;
    display: block;
    height: 4px;
    width: 25px;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* Desktop-Menü */

.navbar-default {
	background: rgb(255,255,255);
}

ul.navbar-nav {
	margin-top: 57px;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar-default.navbar-fixed-top ul.navbar-nav {
    float: left !important;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar-nav li {
    margin-left: 8px;
    margin-right: 8px;
}

.nav.navbar-nav li a {
	position: relative;
	display: block;
	padding: 6px 15px 6px 15px;
	font-family:"Helvetica Neue LT W05_47 Lt Cn";
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #02244e !important;
}

.navbar-default ul.nav.navbar-nav li.active a{
	color: #02244e !important;
	font-family:"Helvetica Neue LT W05_57 Cond";
}

.nav.navbar-nav li a:hover, .nav.navbar-nav li a:focus {

}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.navbar-nav li ul li {
    margin-left: 0px;
    margin-right: 0px;
}

.nav.navbar-nav li ul li a {
	position: relative;
	display: block;
	padding: 5px 45px 5px 15px;
    font-family:"Helvetica Neue LT W05_57 Cond";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
	color: #575251;
	background: #FFFFFF !important;
}

.navbar-default .navbar-nav > li > ul > li > a:hover, .navbar-default .navbar-nav > li > ul > li > a:focus, #PeetzNav > ul > li.active.dropdown.open > ul > li > a:hover, #PeetzNav > ul > li.active.dropdown.open > ul > li > a:focus{
	color: #FFF !important;
	background: #575251 !important;
}

#PeetzNav > ul > li.active.dropdown.open > ul > li > a{
	color: #575251 !important;
	background: #FFFFFF !important;
}

#PeetzNav > ul > li.active.dropdown.open > ul > li.active > a{
	color: #FFF !important;
	background: #575251 !important;
}

.navbar-default ul.nav.navbar-nav li ul li.active a{
	color: #FFF !important;
	background: #575251 !important;
}

.nav.navbar-nav li a:hover, .nav.navbar-nav li ul li a:focus {

}

.sprung {visibility: hidden; height: 0px !important; position: absolute; margin: -150px;}


/* Slider */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
	height: auto;
    width: 100%;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel-control.right, .carousel-control.left {
    background-image: none !important;
}

.carousel {
	margin-bottom: 50px;
}

.carousel-indicators li {
    display: inline-block;
    width: 40px;
    height: 7px;
    margin: 0px 15px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #fff;
    border-radius: 0;
}

.carousel-indicators .active {
    width: 40px;
    height: 7px;
    margin: 0px 15px;
    background-color: #3d2707;
    border: 1px solid #3d2707;
}

.carousel-caption{
	height: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-shadow: 0 0px 45px rgb(255 255 255 / 60%) !important;
}

.slider-headline p {
    font-size: 35px;
	line-height: 40px;
}

.slider-headline p strong{
    font-size: 35px;
	line-height: 40px;
	font-weight: normal;
}

.slider-headline p small{
    font-size: 25px;
    line-height: 30px;
}

.slider-headline p.losung-text small{
    font-size: 25px;
    line-height: 30px;
	color: #02244e !important;
	font-family:"Helvetica Neue LT W05_47 Lt Cn";
	font-weight: normal;
}


.slider-headline p.losung-head {
    font-size: 35px;
	color: #FFFFFF !important;
}

.slider-headline p.losung-text {
    font-size: 35px;
	line-height: 40px;
	color: #02244e !important;
}

.slider-headline p.losung-text small{
    font-size: 25px;
    line-height: 30px;
	color: #02244e !important;
	font-family:"Helvetica Neue LT W05_47 Lt Cn";
	font-weight: normal;
}



/* Sidebar-Navigation */
.sidenav {
	right: 0;
	height: 60px;
	position: fixed;
	display: block;
	color: #FFF;
	z-index: 5;
	-webkit-transition: ease-in-out all 150ms;
	-moz-transition: ease-in-out all 150ms;
	-ms-transition: ease-in-out all 150ms;
	-o-transition: ease-in-out all 150ms;
	transition: ease-in-out all 150ms;
	background: #e40c1d;
	z-index: 999;
}

a .sidenav{
	color: #FFF;
    font-family:"Helvetica Neue LT W05_57 Cond";
	font-style: normal;
	font-size: 18px;
	padding-top: 8px;
	padding-left: 8px;
}

.sidenav-1, .sidenav-2, .sidenav-3, .sidenav-4, .sidenav-5 {
	width: 290px;
	margin-right: -232px;
}

.sidenav-1 {
	top: 285px;
}

.sidenav-2 {
	top: 347px;
}

.sidenav-3 {
	top: 389px;
}

.sidenav-4 {
	top: 431px;
}

.sidenav-5 {
	top: 473px;
}

.sidenav:hover, .sidenav:active, .sidenav:focus {
	margin-right: 0;
	color: #FFF !important;
	background: #e40c1d;
}

.sidenav-img{
	max-height: 48px;
	margin-top: -2px;
}


/* Margin */

.mgb45{
	margin-bottom: 45px;
}

.mgb65{
	margin-bottom: 65px;
}

.mgt45{
	margin-top: 45px;
}

.mgt65{
	margin-top: 65px;
}

.mgtb45{
	margin-top: 45px;
	margin-bottom: 45px;
}

.img-center{
	margin-left: auto;
	margin-right: auto;
}

.img95{
	max-height: 95px;
    float: left;
    margin-top: -15px;
    margin-right: 15px;
}


/* Leistungen */

.bggrey {
	/* background-color: #575251; */
	background-color: #838383;
    margin-top: 60px !important;
    margin-bottom: 105px !important;
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.bggrey h1, .bggrey h2, .bggrey h3, .bggrey h4, .bggrey p{
	color: #FFFFFF !important;
}

.leistungs-item{
	margin-bottom: 25px;
}

.leistungs-item h2{
	color: #FFFFFF !important;
	font-size: 25px;
}

.leistungs-item p{
	color: #FFFFFF !important;
	
}

/* Produkte */

.teaser-item {
    margin-bottom: 25px;
}

.teaser-item-box {
    min-height: 240px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #000000;
	background-size: cover !important;
}

.teaser-item-headline{
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 42px;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
	z-index: 2;
}

.terminbox_item{
	border-top: solid 1px #3d2707;
	padding-top: 10px;
	margin-bottom: 10px;
    margin-top: 15px;
}

.terminbix_item p{
    font-family: "Helvetica Neue LT W05_57 Cond";
    font-style: normal;
}

.terminbox_item_date p{
    font-size: 18px;
    line-height: 28px;
    color: #575251 !important;
}

.terminbox_item_person p{
    font-size: 18px;
    line-height: 28px;
    color: #575251 !important;
}

.terminbox_item_text p{
    font-size: 18px;
    line-height: 28px;
    color: #575251 !important;	
}

/* Referenzen */

.thumbnail > img, .thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
    max-height: 180px;
}


/* Footer */

.bg-footer{
	background: #251b19;
}

.footer{
	margin-top: 75px;
	padding-top: 75px;
	padding-bottom: 50px;
}

.footer, .footer p, .footer a  {
	color: #716b69;
}

.img-footer-logo{
	margin-left: auto;
    margin-right: auto;
}

.footer-adresse{
    margin-top: 0px;
    font-size: 16px;
}

.footer-links a{
	font-family:"Helvetica Neue LT W05_57 Cond";
}


/* Responsive-Darstellung */



@media (max-width: 1675px) {
    body{
		margin-top: 145px;
	}

	h1 {
		font-size: 40px;
		line-height: 40px;
	}
	
	.teaser-item-box {
		min-height: 270px;
	}
	
	.teaser-item-headline {
		font-size: 28px;
	}
	
	.teaser-item-box img {
		height: 100%;
	}
	
	.nav.navbar-nav li a {
		padding: 6px 12px 6px 12px;
		font-size: 19px;
	}
	
	.navbar-nav li {
		margin-left: 7px;
		margin-right: 7px;
	}	

}

@media (max-width: 1490px) {
	
	body {
		margin-top: 135px;
	}
	
	ul.navbar-nav {
		margin-top: 65px;
	}
	
	.navbar-nav li {
		margin-left: 7px;
		margin-right: 7px;
	}
	
	.nav.navbar-nav li a {
		padding: 6px 10px 6px 10px;
		font-size: 18px;
	}
	
	h1 {
		font-size: 34px;
		line-height: 36px;
	}

	h2 {
		font-size: 26px;
		line-height: 28px;
	}

	
	.teaser-item-box {
		min-height: 309px;
	}


}

@media (max-width: 1200px) {
	body {
		margin-top: 120px;
	}
	
	ul.navbar-nav {
		margin-top: 55px;
	}
	
	.navbar-nav li {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.nav.navbar-nav li a {
		padding: 6px 8px 6px 8px;
		font-size: 18px;
	}

}

@media (max-width: 1100px) {
	body {
		margin-top: 110px;
	}
	
	.slider-headline {
		font-size: 36px;
		line-height: 38px;
	}
		
	ul.navbar-nav {
		margin-top: 45px;
	}
	
	.navbar-nav li {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.nav.navbar-nav li a {
		padding: 6px 6px 6px 6px;
		font-size: 16px;
	}

}

@media (max-width: 992px) {
	
	.img-head-logo {
		margin: 30px auto 30px auto;
		max-width: 200px;
	}

	ul.navbar-nav {
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.navbar-nav li {
		margin-left: 5px;
		margin-right: 5px;
	}

	.nav.navbar-nav li a {
		padding: 7px 15px 7px 15px;
		font-size: 16px;
	}

	.nav.navbar-nav li ul li a {
		padding: 3px 15px 3px 15px;
		font-size: 14px;
	}

	.dropdown-menu {
		font-size: 12px;
	}

	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	  width: 100vw;
	  height: 450px;
	  object-fit: cover;
	}
	
	.carousel-caption {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	}
	
	.slider-headline {
		font-size: 36px;
		line-height: 38px;
		padding-left: 100px !important;
	}

}

@media (max-width: 768px) {

	body {
		margin-top: 115px;
	}

	.img-head-logo {
		max-width: 200px;
		margin: 30px auto 10px auto !important;
		transition: 0.5s;
		-webkit-transition:  0.5s;
	}

	.navbar-default.navbar-fixed-top.fixed-egd-header .img-head-logo {
		max-width: 155px;
		margin: 25px auto 10px auto !important;
		transition: 0.5s;
		-webkit-transition:  0.5s;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 0px !important;
	}

	.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
		overflow-x: visible;
		border-top: 0px !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-overflow-scrolling: touch;
	}
	
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	  width: 100vw;
	  height: 320px;
	  object-fit: cover;
	}
	
	.slider-headline p {
    font-size: 35px;
	line-height: 40px;
}

	.slider-headline p strong{
		font-size: 20px;
		line-height: 25px;
		font-weight: normal;
	}

	.slider-headline p small{
		font-size: 15px;
		line-height: 20px;
	}

	.slider-headline p.losung-text small{
		font-size: 15px;
		line-height: 20px;
		color: #02244e !important;
		font-family:"Helvetica Neue LT W05_47 Lt Cn";
		font-weight: normal;
	}


	.slider-headline p.losung-head {
		font-size: 25px;
		color: #FFFFFF !important;
	}

	.slider-headline p.losung-text {
		font-size: 20px;
		line-height: 25px;
		color: #02244e !important;
	}

	.slider-headline p.losung-text small{
		font-size: 15px;
		line-height: 20px;
		color: #02244e !important;
		font-family:"Helvetica Neue LT W05_47 Lt Cn";
		font-weight: normal;
	}
	
	.navbar-default.navbar-fixed-top.fixed-egd-header ul.navbar-nav {
		margin-top: 0px;
	}

	ul.navbar-nav {
		width: 100%;
		margin: 0px auto;
	}

	.nav.navbar-nav li {
		margin-bottom: 5px;
	}

	.nav.navbar-nav li a {
		text-align: center;
	}

	.nav.navbar-nav li a {
		padding: 7px 10px 7px 10px;
		font-size: 16px;
	}

	.nav.navbar-nav li ul li a {
		padding: 3px 15px 3px 15px;
		font-size: 16px;
	}

	.dropdown-menu {
		font-size: 14px;
	}

	.navbar-toggle {
		margin-top: -55px;
	}
	
	a .sidenav{
		border-left: solid 1px #FFFFFF;
		border-bottom: solid 1px #FFFFFF;
		border-top: solid 1px #FFFFFF;
	}

	.carousel {
		margin-bottom: 35px;
	}

	.carousel-indicators {
		position: absolute;
		bottom: 0px !important;
		left: 0%;
		z-index: 15;
		width: 100%;
		padding-left: 0;
		margin-left: 0%;
		text-align: center;
		list-style: none;
	}
	
	.teaser-item-box img {
		height: 100%;
		width: inherit;
	}

	.row.equal {
		display: flex;
		flex-wrap: wrap;
	}
	
	.footer-adresse, .footer-links {
		margin-top: 0px;
		font-size: 22px;
		line-height: 28px;
		text-align: center;
	}

}


@media (max-width: 425px) {
	body {
		margin-top: 80px;
	}
	
	.navbar {
		min-height: 60px !important;
	}
	
	h1 {
		font-size: 28px;
		line-height: 32px;
	}
	

	.slider-headline {
		font-size: 20px;
		line-height: 25px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.slider-headline p {
		font-size: 20px;
		line-height: 25px;
	}
	
	.slider-headline p strong {
		font-size: 20px;
		line-height: 25px;
		font-weight: normal;
	}
	
	.navbar-toggle {
		margin-bottom: 5px;
		margin-right: 0px !important;
		margin-top: -55px;
		transition: 0.5s;
		-webkit-transition:  0.5s;
	}
	
	.navbar-default.navbar-fixed-top.fixed-egd-header .navbar-toggle {
		margin-top: -55px !important;
		transition: 0.5s;
		-webkit-transition:  0.5s;
		margin-bottom: 5px;
	}
	
}




@media (max-width: 375px) {



}




@media (max-width: 320px) {



}
