/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
 @import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
 @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
 @import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/
 @import url(font-awesome.min.css);
 @import url(owl.carousel.min.css);
/*--------------------------------------------------------------------- basic ---------------------------------------------------------------------*/
 body {
     color: #666666;
     font-size: 14px;
     font-family: 'poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}
 a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 h1, h2, h3, h4, h5, h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     line-height: normal;
     color: #111111;
     margin: 0 
}
 h1 {
     font-size: 24px 
}
 h2 {
     font-size: 22px 
}
 h3 {
     font-size: 18px 
}
 h4 {
     font-size: 16px 
}
 h5 {
     font-size: 14px 
}
 h6 {
     font-size: 13px 
}
 *, *::after, *::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1 
}
 button:focus {
     outline: none;
}
 ul, li, ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}
 p {
     margin: 0px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}
 a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}
 a, .btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 img {
     max-width: 100%;
     height: auto;
}
 :focus {
     outline: 0;
}
 .btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}
 .lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}
 .form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}
 .navbar-form input {
     border: none !important;
}
 .badge {
     font-weight: 500;
}
 blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}
 button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
 .full {
     float: left;
     width: 100%;
}
 .layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}
 .layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}
 .light_silver {
     background: #f9f9f9;
}
 .theme_bg {
     background: #38c8a8;
}
 .margin_top_30 {
     margin-top: 30px !important;
}
 .full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}
/**-- heading section --**/
 .main_heading {
     text-align: center;
     display: flex;
     justify-content: center;
     position: relative;
     margin-bottom: 50px;
}
 .main_heading h2 {
     padding: 0;
     font-size: 48px;
     line-height: 60px;
     font-weight: 400;
     position: relative;
     letter-spacing: -0.5px;
     color: #114c7d;
     border-left: solid #38c8a8 10px;
     padding-left: 15px;
}
 .main_heading h2 strong {
     background: #38c8a8;
     color: #fff;
     font-weight: 600;
     padding: 0 15px;
     line-height: 68px;
}
 .white_heading_main h2 {
     color: #fff;
}
 .small_main_heading {
     margin-top: 25px;
     float: left;
     width: 100%;
     border-bottom: solid rgba(0, 0, 0, 0.07) 1px;
     margin-bottom: 25px;
}
 .small_main_heading h2 {
     padding: 2px 0 20px 0;
     color: #114c7d;
     font-weight: 400;
     font-size: 28px;
     background-image: url('../images/fevicon.png');
     background-repeat: no-repeat;
     padding-left: 55px;
     letter-spacing: -0.5px;
}
 .small_main_heading h2 strong {
     color: #38c8a8;
     font-weight: 600;
}
 .main_bt {
     background: #38c8a8;
     color: #fff;
     padding: 8px 25px 8px 20px;
     float: left;
     font-size: 15px;
     font-weight: 300;
     border-left: solid #114c7d 5px;
     border-radius: 0;
}
 a.readmore_bt {
     color: #fff;
     font-weight: 300;
     text-decoration: underline !important;
}
 .main_bt:hover, .main_bt:focus {
     background: #114c7d;
     border-left: solid #38c8a8 5px;
     color: #fff;
}
 .margin_top_50 {
     margin-top: 50px;
}
 .margin_bottom_30_all {
     margin-bottom: 30px;
}
 .text_align_center {
     text-align: center;
}
/*---------------------------- preloader area ----------------------------*/
 .loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}
 .loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .loader img {
     width: 280px;
}
/*--------------------------------------------------------------------- header ---------------------------------------------------------------------*/
 header {
     min-height: 90px;
     background: #fff;
     padding: 15px 0;
     width: 100%;
     top: 0;
     left: 0;
     z-index: 998;
}
 header .container-fluid {
     max-width: 1850px;
}
 .right_header_info {
     width: 100%;
     float: left;
     padding: 20px 0 0;
}
 .right_header_info ul {
     list-style: none;
     padding: 0;
     margin: 0;
     float: right;
}
 .right_header_info ul li {
     display: inline;
     font-size: 16px;
     margin-left: 45px;
     color: #eaeaea;
     font-weight: 400;
     float: left;
}
 .right_header_info ul li a {
     font-weight: 300;
}
 #sidebarCollapse a {
     font-size: 20px;
     font-weight: bold;
     line-height: 22px;
     color: #37baeb;
}
 .button_user li a {
    color: #fff;
}
 .button_user a {
     float: left;
     min-width: 75px;
     height: 35px;
     text-align: center;
     line-height: 35px;
     position: relative;
     top: -3px;
     padding: 0 15px;
     margin: 0 2px;
}
 .button_user a {
     float: left;
     min-width: 75px;
     height: 48px;
     text-align: center;
     line-height: 48px;
     position: relative;
     top: -7px;
     padding: 0 47px;
     color: #fff;
     margin: 0 2px;
     border: solid #eaeaea 1px;
     border-radius: 10px;
     background: #000;
}
 .button_user a:hover, .button_user a:focus, .button_user a.active {
     background: #18391f;
     border-color: #18391f;
     color: #fff;
}
 #sidebarCollapse {
     background: transparent;
}
/** slider section **/
 #main_slider {
     padding: 90px 0 30px;
}
 #main_slider a.carousel-control-prev {
     position: absolute;
     left: 50px;
     top: 42%;
}
 #main_slider a.carousel-control-next {
     position: absolute;
     left: 50px;
     top: 52%;
}
 .main_bt_border {
     color: #fff;
     font-size: 18px;
     font-weight: 300;
     min-width: 150px;
     border: solid #fff 1px;
     float: left;
     text-align: center;
     min-height: 50px;
     line-height: 50px;
     margin-top: 20px;
}
 .main_bt_border:hover, .main_bt_border:focus {
     background: #e3d105;
     border-color: #e3d105;
     color: #222;
}
 .theme_color {
     color: #f8c90d !important;
}
 .ourheading h2 {
     font-size: 45px;
     font-weight: 500;
     line-height: 60px;
     color: #000;
     padding-bottom: 38px;
}
 .product_blog_cont {
     text-align: center;
     padding-top: 20px;
}
 .bgbg {
     font-size: 33px !important;
}
 .carousel-control-prev:focus, .carousel-control-prev:hover {
     background: #e3d105;
     color: #000;
}
 .carousel-control-prev {
     left: -160px;
     color: #000;
     opacity: 1;
     width: 55px;
     height:55px;
     background: #fff;
     top: 35%;
}
 .carousel-control-next:focus, .carousel-control-next:hover {
     background: #e3d105;
     color: #000;
}
 .carousel-control-next {
     right: -160px;
     color: #000;
     opacity: 1;
     width: 55px;
     height:55px;
     background: #fff;
     top: 35%;
}
 .owl-prev span {
     display: none;
}
 .owl-prev {
     width: 50px;
     height: 45px;
     background: url(../images/icon.jpg) !important;
     float: left;
     opacity: 1;
     color: #000;
}
 .owl-next {
     width: 50px;
     height: 45px;
     background: url(../images/-2.jpg) !important;
     float: right;
     opacity: 1;
     color: #000;
}
 .owl-next:hover{
     background: #e3d105;
     color: #000;
}
 .owl-dots {
     display: none;
}
 .owl-next span {
     display: none;
}
 .banner_bg {
     background-size: 100% 100%;
     background-repeat: no-repeat;
     position: relative;
     border-bottom: 2px solid #000;
}
 .text_box {
     position: absolute;
     top: 70%;
     transform: translateY(-50%);
     bottom: auto;
     text-align: left;
}
 .text_box h1 {
     font-size: 85px;
     color: #fff;
     font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
 .text_box span {
    font-weight: 150;
     color: #fff;
     font-size:20px;
     text-shadow: 2px 2px 2px #000;
}

 .text_box a {
     color: #fff;
     font-size: 17px;
     line-height: 29px;
     background: transparent;
     border: #fff solid 1px;
     padding: 12px 45px;
     display: inline-block;
}
 .text_box a:hover {
     color: #000;
     background: #18391f;
     border: #18391f solid 1px;
}
/** about **/
 .about {
     padding: 90px 0px;
}
 .about .about_box {
     padding: 1px 1px;
}
 .about .about_box span {
     font-size: 17px;
     line-height: 28px;
     color: #18391f;
     font-weight: bold;
     padding-bottom: 10px;
     display: block;
}
 .about .about_box h2 {
     font-size: 50px;
     line-height: 50px;
     font-weight: 500;
     padding: 0;
}
 .about .about_box p {
     color: #000;
     font-size: 17px;
     line-height: 29px;
     padding: 30px 0px;
     font-weight: 400;
}
 .about .about_box a {
     color: #18391f;
     font-size: 17px;
     line-height: 29px;
     background: transparent;
     border: #18391f solid 1px;
     padding: 12px 40px;
     display: inline-block;
}
 .about .about_box a:hover {
     color: #fff;
     background: #18391f;
     border: #18391f solid 1px;
}
 .about .about_img figure {
     margin: 0;
}
 .about .about_img figure img {
    width: 100%;
}
/** end about **/
/** service **/
 .service {
    background: rgb(24,57,31);
background: linear-gradient(54deg, rgba(24,57,31,1) 0%, rgba(32,75,41,0.8) 100%);
     padding: 60px 0px;
     border-bottom: 2px solid #000;
     border-top: 2px solid #000;
}
 .service .ourheading {
    padding-bottom: 50px;
}
 .service .ourheading h2 {
    padding-bottom: 25px;
}
 .ourheading span {
    color: #fff;
     font-size: 18px;
     line-height: 22px;
     background-color: #000;
     padding: 5px 15px 5px 15px;
}
 .white_ll {
    color: #fff;
     font-weight: 500;
}
 .carousel-caption {
    position: inherit;
}
 .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 24px;
}
 .carousel-indicators .active {
    background: #000;
}
 .carousel-indicators li {
    background: #fff;
}
 .service_box {
    background: #fff;
     box-sizing: border-box;
     padding: 0px 20px 30px 20px;
     margin-bottom: 50px;
}
 .service_box figure {
    margin: 0;
     margin-top: 20px;
}
 .service_box figure img {
    margin-top: -30px;
     border: 5px solid #000;
}
 .service_box h3 {
     font-size: 30px;
     line-height: 32px;
     padding-top: 25px;
     padding-bottom: 15px;
     font-weight: 500;
     color: #050000;
}
 .service_box p {
    color: #fff;
     background-color: #000;
     margin-top: 10px;
     padding: 5px;
     font-size: 24px;
     line-height: 28px;
     font-weight: 150;
     border-top-left-radius: 50px;
     border-bottom-right-radius: 50px;
}
.service_box p:hover {
     background-color: #18391f;
}
 .service_box span {
    color: #000;
     font-size: 18px;
     line-height: 28px;
     font-weight: 150;
}
/** end service **/
/** pricing **/
 .pricing {
     padding-top: 90px;
     background-color: #fff;
     background-size: 100% 100%;
     background-repeat: no-repeat;
}
 .pricing .ourheading {
    text-align: center;
     padding-bottom: 60px;
}
 .pricing .ourheading h2 {
    padding-bottom: 0;
}
 .pad_left {
    padding-left: 0;
}
 .mar_bottom {
    padding-right: 0;
}
 .pricing .pricing_img figure {
     margin:0;
}
 .pricing .pricing_img figure img {
     width: 100%;
}
 .pricing .pricing_box {
     background: #fff;
     height: 100%;
     padding: 10px;
}
 .pricing .pricing_box .list {
     border-style: none;
     color: #18391f;
     padding: 18% 0px;
     height: 100%;
     border-width: 1px;
     float: left;
}
 .pricing .pricing_box .list ul {
     float: left;
     width: 50%;
     padding: 0px 20px;
}
 .pricing .pricing_box .list ul li {
     float: left;
     width: 100%;
     border-bottom: dotted 2px;
     margin-bottom: 19px;
}
 .pricing .pricing_box .list ul li span {
     background: #fff;
     position: relative;
     z-index: 1;
     margin-bottom: -10px;
     padding: 0 5px;
     color: #000;
     font-size: 20px;
     font-weight: 500;
}
 .pricing .pricing_box .list a{
     color: #18391f;
     font-size: 17px;
     line-height: 29px;
     background: transparent;
     border: #18391f solid 1px;
     padding: 12px 40px;
     display: inline-block;
     float: right;
     margin-right: 23px;
     margin-top: 40px 
}
 .pricing .pricing_box .list a:hover {
     color: #fff;
     background: #18391f;
     border: #18391f solid 1px;
}
 .opening {
    padding: 80px 0 90px 0;
}
 .opening_bg {
    background: rgb(24,57,31);
background: linear-gradient(234deg, rgba(24,57,31,1) 0%, rgba(32,75,41,0.8) 100%);
     padding: 59px 53px;
     border: 5px solid #000;
}
 .times ul li {
    display: block;
}
 .times {
    padding: 0px 40px;
}
 .times ul li span {
     color: #fff;
     font-size: 20px;
     font-weight: bold;
}
 .bbbb {
    padding-left: 35px;
     font-weight: 500;
}
/** end pricing **/
/** our barbers **/
 .resip_section {
     background: #fff;
     padding: 90px 0px;
}
 .product_blog_cont h3 {
     color: #23242a;
     font-size: 50px;
     line-height: 50px;
     font-weight: 500;
     text-align: center;
}
 .product_blog_cont h4 {
     color: #3dbff0;
     font-size: 20px;
     line-height: 20px;
     font-weight: 500;
}
/** end our barbers **/
/** contact **/
 .contact {
    background: url(../images/contact_bg.jpg);
     background-size: 100% 100%;
     background-repeat: no-repeat;
     padding: 90px 0;
}
 .title {
    padding-bottom: 60px;
}
 .title h2 {
     color: #fff;
     font-size: 40px;
     font-weight: 500;
     padding-bottom: 0px;
}
 .white {
     color: #18391f;
     font-weight: 500;
}
 #white_coloe {
    color: #fff;
}
 #contact *::placeholder {
     color: #fff;
     opacity: 1;
}
 .form-control {
     border: #18391f solid 2px;
     border-radius: inherit;
     margin-bottom: 25px;
     padding: 12px 20px;
     background: #18391f;
     color: #fff;
     font-family: poppins;
}
 .form-control:focus {
     box-shadow: inherit;
     border: #18391f solid 2px !important;
     background: #18391f;
}
 #search_bar {
     color: #fff !important;
     opacity: 1;
}
 .textarea {
     font-family: poppins;
     border: #18391f solid 2px;
     margin-bottom: 25px;
     padding: 15px 20px;
     width: 100%;
     padding-top: 29px;
     background: #18391f;
}
 .send {
     font-family: poppins;
     float: left;
     margin: 0 auto;
     display: block;
     background: #18391f;
     color: #fff;
     max-width: 165px;
     padding: 13px 0px;
     width: 100%;
     font-size: 18px;
}
 .send:hover {
     background: #ed1c24;
     color: #fff;
}
/** end contact **/
/** footer **/
 .footer {
     background: #000;
     padding-top:40px;
}
 .footer .img-box {
     padding-right: 25px;
}
 .footer_logo {
     text-align: center;
     padding-bottom: 50px;
}
 .footer .address {
     text-align: center;
}
 .footer .address h3 {
     color: #fff;
     text-transform: uppercase;
     padding: 0;
     font-weight: 400;
     font-size: 25px;
     line-height: 33px;
}
 .footer .address p {
    color: #fff;
     font-size: 17px;
     line-height: 35px;
     padding: 15px 0px;
     font-weight: 400;
}
 ul.lik {
     text-align: center;
     margin-top: 10px;
}
 ul.lik li {
     display: inline-block;
}
 ul.lik li {
     color: #292323;
     font-size: 17px;
     line-height: 27px;
     padding: 0px 25px;
     font-weight: 500;
}
 ul.lik li img:hover {
     color: #00678d;
}
 .copyright {
     background: rgb(24,57,31);
background: linear-gradient(142deg, rgba(24,57,31,1) 0%, rgba(32,75,41,0.8) 100%);
     margin-top: 90px;
     margin-bottom: 50px;
     border-bottom: 2px solid #000;
}
 .copyright p {
     color: #fff;
     text-align: center;
     padding: 5px 0px;
     font-size: 11px;
}
 .copyright span {
     color: #fff;
     text-align: center;
     font-size: 12px;
     letter-spacing: 3px;
     border-bottom: 1px solid #fff;
     padding-left: 20px;
     padding-right: 20px;
}
 .copyright a {
    color: #fff;
}
 .copyright a:hover {
     color: #000;
}
 .owl-dot {
     background: #15cfe5 !important;
     width: 25px;
     height: 25px;
     margin-bottom: 25px !important;
     border-radius: 25px;
     margin: 0px 5px;
}

/*===========================
    Cookie Hinweiss Start
===========================*/

#cookiedingsbums a {color:#000; text-decoration:none;}
#cookiedingsbums a:hover {text-decoration:underline;}
#cookiedingsbums div {padding:10px; padding-right:40px; text-align: center;}
#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right;
   opacity: 0.6;
   font-weight: normal;
   border-top:1px solid #fff;
   background: #d6e0eb;
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
    color: #000;
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #000;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df 0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}



/*===========================
    Cookie Hinweiss End
===========================*/
/** footer **/
/* --------------------------------------------------- SIDEBAR STYLE ----------------------------------------------------- */
 #sidebar {
     width: 280px;
     position: fixed;
     top: 0;
     left: -280px;
     height: 100vh;
     z-index: 999;
     background: #fff;
     color: #fff;
     transition: all 0.3s;
     overflow-y: scroll;
     box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
 #sidebar.active {
     left: 0;
}
 #dismiss {
     width: 35px;
     height: 35px;
     line-height: 34px;
     text-align: center;
     background: #111;
     position: absolute;
     top: 10px;
     right: 10px;
     cursor: pointer;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 #dismiss:hover {
     background: #111;
     color: #fff;
}
 .overlay {
     display: none;
     position: fixed;
     width: 100vw;
     height: 100vh;
     background: rgba(0, 0, 0, 0.7);
     z-index: 998;
     opacity: 0;
     transition: all 0.5s ease-in-out;
}
 .overlay.active {
     display: block;
     opacity: 1;
}
 #sidebarCollapse {
     background: transparent;
     padding: 0;
     border: none;
}
 #sidebar .sidebar-header {
     padding: 20px;
     background: #6d7fcc;
}
 #sidebar ul.components {
     padding: 55px 0;
}
 #sidebar ul p {
     color: #fff;
     padding: 10px;
}
 #sidebar ul li a {
     padding: 10px 25px;
     font-size: 1.3em;
     display: block;
     font-weight: 300;
}
 #sidebar ul li a:hover {
     color: #fff;
     background: #17b4ee;
}
 #sidebar ul li.active > a, a[aria-expanded="true"] {
     color: #fff;
     background: #17b4ee;
}
 a[data-toggle="collapse"] {
     position: relative;
}
 .dropdown-toggle::after {
     display: block;
     position: absolute;
     top: 50%;
     right: 20px;
     transform: translateY(-50%);
}
 ul ul a {
     font-size: 0.9em !important;
     padding-left: 30px !important;
     background: #6d7fcc;
}
 ul.CTAs {
     padding: 20px;
}
 ul.CTAs a {
     text-align: center;
     font-size: 0.9em !important;
     display: block;
     border-radius: 5px;
     margin-bottom: 5px;
}
 a.download {
     background: #fff;
     color: #7386D5;
}
 a.article, a.article:hover {
     background: #6d7fcc !important;
     color: #fff !important;
}
/*--------------------------------------------------------------------- ener page css ---------------------------------------------------------------------*/
 .bg_bg {
     background: url(../images/bg.jpg);
}
 .yellow_bg .title h2 {
     font-weight: bold;
     color: #fff;
}
 .yellow_bg {
     background-color: #1993c0;
     padding: 40px 0px;
}
 .yellow_bg .title {
     padding-bottom: 0px;
     text-align: center;
}
 .about_page .about span {
     padding-top: 15px;
}
 .about_page .footer {
     margin-top: 180px;
}
 .blog_page .blog {
     padding-top: 90px;
}
 .blog_page .blog span {
     padding-top: 15px;
}
 .yellow_bg .title h2 {
     font-weight: bold;
     color: #fff;
}
 /*===========================
    Datenschutz Popup start
===========================*/
body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
    color: #000;
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  margin-right: 20px;   
  text-align: right;
}

.close:hover,
.close:focus {
  color: #888;
  text-decoration: none;
  cursor: pointer;
}
.datenschutzbutton {
    border: none;
    background-color: transparent;
    color: #f3525a;
    font-size: 10px;
}
.datenschutzbutton:hover {
    color: #000;
}
/*===========================
    Datenschutz Popup end
===========================*/
