/* #### Cookie #### */

.hidden {
	display: none;
}
#cookie-popup {
	font-family: "Verdana", Arial, sans-serif;
	font-size: 13px;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	line-height: 20px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
#cookie-popup a {
	color: #000;;
}

.navbar-brand img {
    width: 180px;
    margin-top:-10px;
    margin-left: 0px;
}

.text-modal {color:#777 !important;}

.modal-dialog {background-color: #fff;}

.hr {border-bottom:2px solid #ccc;width:90%;margin: auto; height:50px;}

.silver {background-color: #f6f6f6;}

.btn-contact-bg {
	background: #333333 none repeat scroll 0 0 !important;
	color: #fff!important;
	font-family: montserrat,sans-serif;
	font-size: 14px;
	padding: 10px 30px !important;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #ffcc03 !important;
    border: 1px solid #ffcc03 !important;
    color: #fff;
}

.btn-green {
	background: #ffcc03 none repeat scroll 0 0 !important;
	color: #fff;
	font-family: montserrat,sans-serif;
	font-size: 14px;
	padding: 10px 30px !important;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}

.btn-green:hover,
.btn-green:focus {
    background: #fff !important;
    border: 1px solid #333 !important;
    color: #333 !important;
}



.dropcap-blue {
    background: none repeat scroll 0 0 #ffcc03;
    color:#fff;
    border-radius: 4px;
    display: inline-block;
    float: left;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    margin: 8px 15px 0 0;
    text-align: center;
    width: 60px;
}

.dropcap-orange {
    background: none repeat scroll 0 0 #333333;
    color:#fff;
    border-radius: 4px;
    display: inline-block;
    float: left;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    margin: 8px 15px 0 0;
    text-align: center;
    width: 60px;
}


.dropcap-white {
    background: none repeat scroll 0 0 #fff;
    color:#333333;
    border-radius: 4px;
    display: inline-block;
    float: left;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    margin: 8px 15px 0 0;
    text-align: center;
    width: 60px;
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.h2, h2 {
    font-size: 28px;
}

.line-h {line-height:28px;}


a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #ffcc03;

}

.abschluss {
    background-color: #333333;

}

.fluid-left  {

    padding: 0px !important;
}


@media only screen and (max-width:768px) {
    .home_text h1 { font-size: 27px !important }
}
@media only screen and (max-width:360px) {
    .home_text h1 { font-size: 24px !important }
}
@media only screen and (max-width:320px) {
    .home_text h1 { font-size: 20px !important }
}

@media only screen and (max-width:768px) {
    .home_text h2 { font-size: 24px !important }
}
@media only screen and (max-width:360px) {
    .home_text h2 { font-size: 20px !important }
}
@media only screen and (max-width:320px) {
    .home_text h2 { font-size: 16px !important }
}

.font-size-15  { font-size: 15px !important;}

@media only screen and (max-width:768px) {
    .h4, h4  { font-size: 20px !important; }
}
@media only screen and (max-width:360px) {
    .h4, h4 { font-size: 16px !important; }
}
@media only screen and (max-width:320px) {
    .h4, h4 { font-size: 14px !important; }
}



.footer_content p {font-size:12px !important;}

.footer_content a:hover {color:#ffcc03 !important;}

.footer_content a:link {color:#fff !important;}

.link-news:link {
    color: #777 !important;
    text-decoration: none;
}



.footer_content p {
    padding-top: 0px;

  }

  .h3, h3 {
    font-size: 18px;
}

  .section-title h2 {font-weight:500 !important;}

  .dropdown-menu {
      border-radius: 0px;
  }

.navbar-nav > li > .dropdown-menu {
    background-color: #333333;
}

.navbar-nav > li > .dropdown-menu > li > a {
  color: #fff !important;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-nav > li > .dropdown-menu a:hover {
  color: #ffcc03 !important;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffcc03 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ffcc03 !important;
}


.dropdown-menu {
    background-color: #333333 !important;
}

.dropdown-menu a:hover {
    background-color: #333333 !important;
    color: #ffcc03 !important;

}

.navbar-default.menu-shrink li a:hover {
    color: #ffcc03 !important;
}


@media only screen and (max-width:768px) {
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:active {
      color: #ffcc03 !important;
  }
}

.navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:active {
    color: #ffcc03 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ffcc03;
    outline: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #ffcc03;
}


.single_about i {
    background: #fff none repeat scroll 0 0;
    border: 0px solid #fff;
    border-radius: 50%;
    color: #333333;
    display: inline-block;
    font-size: 48px;
    height: 80px;
    line-height: 80px;
    margin: 0 0 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    width: 80px;
}

.single_about:hover i {
    background: #333 none repeat scroll 0 0;
    border: 0px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 48px;
    height: 80px;
    line-height: 80px;
    margin: 0 0 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    width: 80px;
}


.active {

  color: #333333 !important;

}

.single_about {
    background: none;
    border-bottom: 0px solid #e8e8e9;
border-right: 0px solid #e8e8e9;
}

.single_about:hover h3 {
    color:#fff;
}

@media only screen and (max-width:768px) {
    .max { padding-right: 0px !important; padding-left: 0px !important; }
}



.small_icon {
   font-size:20px !important;
	 margin-right:10px;
}

.single_about2 {
background: #fff none repeat scroll 0 0;
border-bottom: 0px solid #e8e8e9;
border-right: 0px solid #e8e8e9;
padding: 20px 10px;
transition: all 0.4s ease 0s;
}
@media only screen and (max-width:768px) {
    .single_about2 { margin-bottom: 40px }
}
.single_about2:last-child { border-right: 0px }
.single_about2:hover { background: #333 }

.single_about2 h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.single_about2:hover h3 {
    color:#fff;
}
.single_about2 p {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width:768px) {
    .single_about2 h4 { font-size: 15px }
}

.single_about2:hover h4 { color: #fff }
.single_about2:hover p { color: #fff }
/*END FEATURE DESIGN*/
/*START ABOUT DESIGN*/
.single_about2_content h4 {
font-size: 24px;
letter-spacing: 1px;
margin-bottom: 20px;
margin-top: 0;
text-transform: uppercase;
}
.single_about2_content p {
    margin-bottom: 30px;
}
@media only screen and (max-width:480px) {
    .about_img { margin: 60px 0 }
}







.single_about3 {
background: #fff none repeat scroll 0 0;
border-bottom: 0px solid #e8e8e9;
border-right: 0px solid #e8e8e9;
padding: 20px 10px;
transition: all 0.4s ease 0s;
}
@media only screen and (max-width:768px) {
    .single_about3 { margin-bottom: 40px }
}
.single_about3:last-child { border-right: 0px }
.single_about3:hover { background: #333 }

.single_about3 h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.single_about3:hover h3 {
    color:#fff;
}
.single_about3 p {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width:768px) {
    .single_about3 h4 { font-size: 15px }
}

.single_about3:hover h4 { color: #fff }
.single_about3:hover p { color: #fff }
/*END FEATURE DESIGN*/
/*START ABOUT DESIGN*/
.single_about3_content h4 {
font-size: 24px;
letter-spacing: 1px;
margin-bottom: 20px;
margin-top: 0;
text-transform: uppercase;
}
.single_about3_content p {
    margin-bottom: 30px;
}
@media only screen and (max-width:480px) {
    .about_img { margin: 60px 0 }
}

.single_about3 i {
    background: none repeat scroll 0 0;
    border: 0px solid #fff;
    border-radius: 50%;
    color: #333333;
    display: inline-block;
    font-size: 48px;
    height: 80px;
    line-height: 80px;
    margin: 0 0 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    width: 80px;
}

.single_about3:hover i {
    background: none repeat scroll 0 0;
    border: 0px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 48px;
    height: 80px;
    line-height: 80px;
    margin: 0 0 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    width: 80px;
}




.single_about4 {
background: #fff none repeat scroll 0 0;
border-bottom: 0px solid #e8e8e9;
border-right: 0px solid #e8e8e9;
padding: 20px 10px;
transition: all 0.4s ease 0s;
}
@media only screen and (max-width:768px) {
    .single_about4 { margin-bottom: 40px }
}
.single_about4:last-child { border-right: 0px }
.single_about4:hover { background: #fff }

.single_about4 h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.single_about4:hover h3 {
    color:#333;
}
.single_about4 p {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width:768px) {
    .single_about4 h4 { font-size: 15px }
}

.single_about4:hover h4 { color: #333 }
.single_about4:hover p { color: #333 }
/*END FEATURE DESIGN*/
/*START ABOUT DESIGN*/
.single_about4_content h4 {
font-size: 24px;
letter-spacing: 1px;
margin-bottom: 20px;
margin-top: 0;
text-transform: uppercase;
}
.single_about4_content p {
    margin-bottom: 30px;
}
@media only screen and (max-width:480px) {
    .about_img { margin: 60px 0 }
}

.single_about4 i {
    background: none repeat scroll 0 0;
    border: 0px solid #fff;
    border-radius: 50%;
    color: #333333;
    display: inline-block;
    font-size: 48px;
    height: 80px;
    line-height: 80px;
    margin: 0 0 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    width: 80px;
}

.single_about4:hover i {
    background: none repeat scroll 0 0;
    border: 0px solid #fff;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 48px;
    height: 80px;
    line-height: 80px;
    margin: 0 0 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    width: 80px;
}





.single_about5 {
background: none repeat scroll 0 0;
border-bottom: 0px solid #e8e8e9;
border-right: 0px solid #e8e8e9;
padding: 20px 10px;
transition: all 0.4s ease 0s;
color: #fff;
}
@media only screen and (max-width:768px) {
    .single_about5 { margin-bottom: 40px }
}
.single_about5:last-child { border-right: 0px }
.single_about5:hover { background: none }

.single_about5 h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.single_about5 h3 {
    color:#fff;
}

.single_about5:hover h3 {
    color:#fff;
}
.single_about5 p {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width:768px) {
    .single_about5 h4 { font-size: 15px }
}

.single_about5:hover h4 { color: #fff }
.single_about5:hover p { color: #fff }
/*END FEATURE DESIGN*/
/*START ABOUT DESIGN*/
.single_about5_content h4 {
	color: #fff
font-size: 24px;
letter-spacing: 1px;
margin-bottom: 20px;
margin-top: 0;
text-transform: uppercase;
}
.single_about5_content p {
    margin-bottom: 30px;
		color: #fff
}
@media only screen and (max-width:480px) {
    .about_img { margin: 60px 0 }
}

.single_about5 i {
    background: none repeat scroll 0 0;
    border: 0px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 48px;
    height: 80px;
    line-height: 80px;
    margin: 0 0 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    width: 80px;
}

.single_about5:hover i {
    background: none repeat scroll 0 0;
    border: 0px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 48px;
    height: 80px;
    line-height: 80px;
    margin: 0 0 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    width: 80px;
}



.promolink:link {
	text-decoration: underline !important;
	font-family: "GILL",sans-serif;
}

.promolink:hover {
	color: #fff  !important;
}

.footerlink2:link, .footerlink2:visited,  {
	color: #fff  !important;
	font-family: "GILL",sans-serif;
}

.footerlink2:hover {
	color: #ffcc03 !important;
}

.promo {
  width: 100%;
  color:#333 !important;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: left;
}

.promo:hover {
  width: 100%;
  color:#fff !important;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: left;
}

.promo-text:hover {
	color:#fff;
}


.promo3 {
  width: 100%;
  color:#333 !important;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: left;
	padding-top:10px;
	padding-bottom:20px;
}

.promo4 {
  width: 100%;
  color:#333 !important;
  height: 180px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: left;
	padding-top:10px;
	padding-bottom:20px;
}


.icon {
  height: 50px;
  width: 56px;
}

.text {
  margin: 10px;
  margin-top:0px;
}

.buy_now {

    padding: 0px 0;
}

.upper { text-transform: uppercase;}

.noupper {

  text-transform: normal !important;

}

.footer {
    background-color: #333333;
}

.footer_content p {
    border-top: 0px solid #282828;
    color: #fff;
    font-family: montserrat,sans-serif;
    font-size: 14px;
    margin: 0;

}

.map {
    background: #333333 none repeat scroll 0 0;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}



.buy_now2 {
    background: #ffcc03 none repeat scroll 0 0;
    padding: 0px 0;
}
.buy_now2_title {
    color: #fff;
    font-family: montserrat,sans-serif;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}
@media only screen and (max-width:768px) {
    .buy_now2_title { font-size: 22px }
}
@media only screen and (max-width:360px) {
    .buy_now2_title { font-size: 15px }
}

.scale {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

.lineh {
	line-height: 25px;
}


.lineh2 {
	line-height: 35px;
}


.top-area,
.top-slider-area,
.top-slider-area div {
    height: 200px;
}


.white-social:a {color:#fff; font-weight:100 !important;}
.white-social:hover, .white-social:visited, .white-social:focus {color:#ffcc03; font-weight:100 !important;}


.blue {color:#ffcc03; font-weight:100 !important;}

.orange {color:#333333; font-weight:100 !important;}

.white {color:#fff; font-weight:100 !important;}

.grau {color:#777; font-weight:100 !important;}

.min {min-height:300px !important;}

.min2 {min-height:250px !important;}

.no-padding {padding-left:0px !important;}

.bg-orange {background-color:#333333 !important;}
