

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/



/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
2) font-family: 'Poppins', sans-serif;
----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background: linear-gradient(to bottom, #dfd2c1, #d4af76);
    /*background-color: #dfd2c1;*/
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

@media (max-width: 550px) {
    .image-container {
        margin: auto;
        max-width: 100%;
    }
}
@media (min-width: 551px){
    .image-container {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
        margin: 0 auto;
        max-width: 1200px;
    }
}

.mobile-only {
    display: none; /* Standardmäßig ausblenden */
  }
  
  @media (max-width: 550px) {
    .mobile-only {
      display: block; /* Auf Handys anzeigen */
    }
  }

  @media (max-width: 550px) {
    .mobile-margin {
      margin-top: -30px; /* Negative Margin, um den Text nach oben zu verschieben */
    }
  }

  @media (max-width: 550px) {
    .mobile-contact {
      margin-top: -5%; /* Negative Margin, um den Text nach oben zu verschieben */
    }
  }

  .blocksatz {
    text-align: justify;
  }

.image-box {
    position: relative;
    border: 2px solid #a65828;
    text-align: center;
    margin: 20px; /* Ändere den Wert hier, um den gewünschten Abstand zu erzielen */
}

.image-box img {
    border: 1px solid #a65828;
    max-width: 100%;
    height: auto;
}

.image-box h4 {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: bold;
    color: #a65828;
    margin: 0;
    padding: 0;
}

.image-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    display: none;
    align-items: center;
    justify-content: center;
}

.image-box:hover {
    filter: brightness(90%);
}

.image-box:hover .overlay {
    display: flex;
}

.image-box .overlay a {
    color: #b8ff82;
    text-decoration: none;
}

.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #a65828;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    z-index: 9999;
  }
  
  .scroll-to-top:hover {
    background-color: #b5d44a;
  }
  


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;
    font-weight: normal;
    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: 20px;
    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;
}

.BackButton_Service {
    position: absolute;
    top: 320px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
    text-align: center;
    background-color: transparent; /* Hintergrundfarbe anpassen, wenn gewünscht */
  }

  .carousel-item{
    border-style: solid ;
    border-color: white;
  }
  

.card-body-services {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  
  .btn_success_service {
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
  }

  .Card-contact-neigen {
    position: relative;
  }

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.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: 0px;
    padding-bottom: 0px;
}
/*Meins Hinzugefügt*/
.image_1 {
	height: 90%;
	width: auto;
}

.header_bg{background-color:#dfd2c1}
		
.footer_logo{
	position: relative;
	margin-top: 0px;
}
/*Index HTML*/
.banner_taital{
	color:#FFF;
	text-shadow: 1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
	position:relative;
	left:9%;
	max-width:100%;
	width: auto;
	height: 100%;
	font-family: "Ink Free", serif;
	top: -30%;
}
.banner_text{
	color:#b8ff82;
	text-shadow: 1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
	font-size:30pt;
	position:relative;
	font-weight: 700;
	left:110px;	
	font-family: "segoe script", serif;
	max-width: 55%;
	width:auto;
	height: 100%;
	top: -40px;
    transform: rotate(-5deg)
}
.image_1{
	width: 100%;
	height: auto;
	position: relative;
	top: -240px;
	left: 390px;
}	
		
.white{
	max-width: auto;
	width: auto;
	height: 11px;
	background-color: white;
	position: relative;
	top:0px;
}
		
.logo-2{
	max-width: 75%;
	width: auto;
	height: auto;
	position: relative;
	top: -870px;
	left: -200px;
}
	
.autobild{
	position: relative;
	top: 30%;
	left: -12%;
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	
	max-width: 90%;
	width: auto;
}



/*About HTML*/
.autobild2{
	position: relative;
	left: 20%;
	-moz-transform: scale(2.5);
	-ms-transform: scale(2.5);
	-o-transform: scale(2.5);
	-webkit-transform: scale(2.5);
	transform: scale(2.5);
	
	top: 30%;
	max-width: 40%;
	width: auto;
}
/*Services HTML*/
.mehr{
	color:#00b1fc;
	font-size: 15pt;
}
		
.seemore_text{
	font-size: 20pt;
}
/*Contact HTML*/


.card {
    background-color: rgb(229, 211, 183); 
    border-color: #994d1b;
    border-width: 5px;
    width: 300px;
    height: auto;
  }

.card:hover {
   transform: scale(1.1); 
}

.card-img-top {
    height: 400px important; /* Ändere hier die gewünschte Höhe des Bildbereichs */
    object-fit: cover;
}


.card-contact{
    background-color: rgb(229, 211, 183); 
    border-color: #994d1b;
    border-width: 5px;
    border-style: solid;
    width: auto;
    height: 180px;
}

.card-contact:hover{
    transform: scale(1.1);
}

.service-image {
    object-fit: cover;
  }

.Handybild{
	position:relative;
	z-index:1;
	width: 100px;
	margin-left: 50px auto;
	padding: 0 42px;
	background-repeat: no-repeat;
	background-position:center 0px;
}
		
.Telefonbild{
	position:relative;
	z-index:1;
	width: 100px;
	margin-left: 50px auto;
	padding: 0 42px;
	background-repeat: no-repeat;
	background-position:center 0px;
}
		
	.Faxbild{
	position:relative;
	z-index:1;
	width: 100px;
	margin-left: 50px auto;
	padding: 0 42px;
	background-repeat: no-repeat;
	background-position:center 0px;
}
		
.Emailbild{
	position:relative;
	z-index:1;
	width: 100px;
	margin-left: 50px auto;
	padding: 0 42px;
	background-repeat: no-repeat;
	background-position:center 0px;
}
		
.Internetbild{
	position:relative;
	z-index:1;
	width: 100px;
	margin-left: 50px auto;
	padding: 0 42px;
	background-repeat: no-repeat;
	background-position:center 0px;
}
		
.Mapsbild{
	position:relative;
	z-index:1;
	width: 100px;
	margin-left: 50px auto;
	padding: 0 42px;
	background-repeat: no-repeat;
	background-position:center 0px;
}
		
.kontaktfarbe{
	width: 5.6%;
	height: 90%;
	position: relative;
	margin-top: -23.8%;
	left: 27.4%;
	z-index:0;
	margin-left: 50px auto;	
}
		
.Handytxt{
	color: #a65828;
	font-weight:bold;
	font-size: 20pt;
	position: relative;
	top: -560px;
	left: 120px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	max-width: 68%;
	width: auto;
}
		
.Telefontxt{
	color: #a65828;
	font-weight:bold;
	font-size: 20pt;
	position: relative;
	top: -480px;
	left: 120px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	max-width: 68%;
	width: auto;
}
		
.Faxtxt{
	color: #a65828;
	font-weight:bold;
	font-size: 20pt;
	position: relative;
	top: -400px;
	left: 120px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	max-width: 68%;
	width: auto;
}
		
.Emailtxt{
	color: #a65828;
	font-weight:bold;
	font-size: 20pt;
	position: relative;
	top: -330px;
	left: 120px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	max-width: 68%;
	width: auto;
}
		
.Internettxt{
	color: #a65828;
	font-weight:bold;
	font-size: 20pt;
	position: relative;
	top: -250px;
	left: 120px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	max-width: 68%;
	width: auto;
}
		
.Mapstxt{
	color: #a65828;
	font-weight:bold;
	font-size: 20pt;
	position: relative;
	top: -180px;
	left: 120px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	max-width: 68%;
	width: auto;
}
		
.anpassen{
	width: 920px;
	margin: 50px auto;
	padding: 0 42px;
	background-repeat: no-repeat;
	background-position:center 0px;
}
		
newsletter_taital{
	text-shadow: 1px  1px 1px #000,
				 1px -1px 1px #000,
				-1px  1px 1px #000,
				-1px -1px 1px #000;
}


.padding_0 {
    padding: 0px;
}
  
@keyframes fallingLeaf {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    100% {
      transform: translateY(90vh);
      opacity: 0;
    }
  }
  
  .leaf {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url('../images/Blatt.webp') ;
    background-size: contain;
    background-repeat: no-repeat;
    animation: fallingLeaf 10s linear infinite; /* Animation für 10 Sekunden wiederholen */
  }
  
  

  .image_1 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: transform 0.3s ease;
  }
  
  .image_1:hover {
    transform: scale(1.1) rotate(3deg);
  }
  
  .image_1 img {
    display: block;
    width: 100%;
    height: auto;
  }

  .lazy {
    opacity: 0; /* Verstecke das Bild initial */
    transition: opacity 0.3s ease-in-out;
  }
  
  .lazy-loaded {
    opacity: 1; /* Zeige das Bild, sobald es geladen ist */
  }

  /*Ladescreen*/

  .loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #e2c19a;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  
  .loader-wrapper.hide {
    opacity: 0;
  }
  
  .loader {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    border: 4px solid #994d1b;
    border-top-color: transparent;
    border-radius: 50%;
    animation: loader 2s infinite linear;
  }
  
  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-radius: 50%;
    animation: loader-inner 2s infinite linear;
  }
  
  @keyframes loader {
    0% {
      transform: rotate(0deg);
    }
    
    25% {
      transform: rotate(90deg);
    }
    
    50% {
      transform: rotate(180deg);
    }
    
    75% {
      transform: rotate(270deg);
    }
    
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      transform: rotate(0deg);
    }
    
    25% {
      transform: rotate(0deg);
    }
    
    50% {
      transform: rotate(180deg);
    }
    
    75% {
      transform: rotate(180deg);
    }
    
    100% {
      transform: rotate(360deg);
    }
  }
  

.card-title_Service {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-bottom: 0;
  }

  /*Meins Hinzugefügt Ende*/
/* header section start */

.logo {
    width: 20%;
}

.logo:hover{
    transform: scale(1.1); 
}
.header_section_main {
    float: left;
    /*background-image: url(../images/Banner2.webp);*/
    height: auto;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    padding-top: 20px;
	width: 100%;
   
}

.center-card {
    margin: 0 auto;
  }

.header_bg{
	background-color: #dfd2c1;
}
.bg-light {
    background-color: transparent !important;
}

.navbar {
    padding: 1rem 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 35px;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    transition: transform 0.3s
}

.nav-link:hover {
    transform: scale(1.1); 
 }

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #eec53d;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #eec53d;
}

.call_section {
    float: left;
}

.call_section ul {
    margin: 0px;
    padding: 0px;
}

.call_section li {
    float: left;
    font-size: 18px;
    padding: 5px 15px;
    color: #000;
}

.call_section li a {
    color: #000;
}

.padding_left_15 {
    padding-left: 10px;
}

.donate_bt {
    width: 50px;
    float: left;
    font-size: 18px;
    padding: 5px 0px;
    color: #fff;
    text-align: right;
}

.donate_bt a {
    color: #fff;
}

/* header section end */

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
}

.banner_taital_main {
	max-width: 100%;
    width: auto;
    float: left;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 70px;
    color:#a65828;
    font-weight: bold;
    white-space: nowrap;
}
.banner_text {
    width: 100%;
    float: left;
    font-size: 25px;
    color: #f7f7fd;
    margin: 0px;
}

.btn_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.about_bt {
    width: 170px;
    float: left;
}

.about_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #030101;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}

.about_bt a:hover {
    color: #000;
    background-color: #fcce2d;
}
.about_bt.active a {
    color: #000;
    background-color: #fcce2d;
}

.quote_bt {
    width: 170px;
    float: left;
    margin-left: 15px;
}

.quote_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #191919;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}

.quote_bt a:hover {
    color: #030101;
    background-color: #fcce2d;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: 20px;
    top: 20%;
    background-color: #fff;
    color: #000;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: 20px;
    top: 20%;
}
#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background: #fff;
    color: #000;
}


/* banner section end */



/* services section start */

.services_section {
    width: 100%;
    float: left;
}
.services_section_2 {
    width: 100%;
    float: left;
}
.services_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #b5d44a;
    text-align: center;
    font-weight: bold;
}
.services_taital::after {
    content: '';
    position: relative;
    width: 40px;
    height: 17px;
    background-color: #b5d44a;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}


.gallery_main {
    width: 100%;
    float: left;
}

.image_main {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.image_8 {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.text_main {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
}

.image_main:hover .image_8 {
    opacity: 100;
}

.image_main:hover .text_main {
    opacity: 5;
}
.image_main:hover .seemore_text {
    color: #ffffff;
}

.seemore_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.image_main::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
    display: none;
}

.image_main:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
    display: block;
}

/* services section end */

/* news section start */

.news_section{
    width: 100%;
    float: left;
}

.news_taital{
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.news_text{
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.news_section_2{
    width: 100%;
    float: left;
    padding-top: 90px;
}



.date_text{
    width: 100%;
    font-size: 14px;
    color: #a6a6a6;
    margin: 0px;
}

.make_text {
    width: 100%;
    font-size: 22px;
    color: #131313;
    padding-top: 10px;
    font-weight: 600;
}

.lorem_text{
    width: 100%;
    font-size: 16px;
    color: #7d7d7d;
    margin: 0px;
}

.post_text {
    width: 100%;
    font-size: 14px;
    color: #b4b4b4;
    margin: 0px;
    padding-top: 15px;
    position: relative;
}
.plus_text {
    width: 50px;
    height: 50px;
    background-color: #fcce2d;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    padding: 28px;
    position: absolute;
    bottom: 150px;
    left: -10px;
}


.image_6{
    width: 100%;
    float: left;
}

/* news section end */

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.blog_section_2{
    width: 100%;
    border: 2px solid #000;
    padding: 20px;
    margin-top: 50px;
}

.classes_text {
    width: 100%;
    font-size: 30px;
    color: #111111;
    padding-top: 10px;
    font-weight: bold;
    padding-top: 100px;
}

.ipsum_text{
    width: 100%;
    font-size: 16px;
    color: #111111;
    margin: 0px;
}

.image_7{
    width: 100%;
}

.read_bt{
    width: 170px;
    float: left;
    margin-top: 50px;
}
.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #fcce2d;
    text-align: center;
    padding: 14px;
    border-radius: 40px;
}
.read_bt a:hover{
    color: #ffffff;
    background-color: #000;
}

/* client section start */

.client_section{
    width: 100%;
    float: left;
    background-color: #111111;
    height: auto;
    padding: 90px;
}

.client_taital{
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.client_taital::after {
    content: '';
    position: relative;
    width: 150px;
    height: 2px;
    background-color: #f7f6f6;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
}

.client_section_2 {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 30px;
    display: flex;
}

.client_left{
    width: 30%;
    padding: 50px 0px 0px 40px;
}

.client_right {
    width: 70%;
    padding: 110px 0px 0px 40px;
}

.client_img {
    width: 100%;
}
.client_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
}
.client_name {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    padding-top: 20px;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 0px;
    top: 60%;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 0px;
    top: 60%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: #fcce2d;
    color: #fff;
}

/* client section end */


/* newsletter section start */

.newsletter_section{
    width: 100%;
    float: left;
}

.newsletter_main{
    width: 100%;
    display: flex;
}

.newsletter_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #111111;
    font-weight: bold;
    padding: 0px;
}

.get_quote_bt {
    width: 370px;
    float: right;
    margin-top: 30px;
}
.get_quote_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #111111;
    text-align: center;
    padding: 14px;
    border-radius: 40px;
}
.get_quote_bt a:hover {
    color: #ffffff;
    background-color: #fcce2d;
}
.dolor_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2c2c2c;
    margin: 0px;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
}

/* newsletter section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_img {
    width: 100%;
    float: left;
    background-image: url(../images/img-8.webp);
    height: 490px;
    background-size: 100%;
    padding: 100px 100px;
}

.padding_left0{
    padding-left: 0px;
}

.contact_taital {
    width: 37%;
    float: right;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-right: 60px;
}

.map_main {
    width: 100%;
    float: left;
    padding-top: 80px;
}

/* contact section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #202020;
    height: auto;
    padding-bottom: 90px;
}

.mail_section {
    width: 100%;
    float: left;
}

.email_text {
    width: 65%;
    float: right;
    font-size: 18px;
    color: #363636;
    background-color: #ffffff !important;
    border: 0px;
    padding: 16px 20px 10px 30px;
    height: auto;
    border-radius: 40px;
}


.subscribe_bt {
    width: 350px;
    float: left;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #151515;
    text-align: center;
    background-color: #fcce2d;
    padding: 10px 0px;
    text-transform: uppercase;
    border-radius: 40px;
}
.subscribe_bt a:hover {
    color: #000;
    background-color: #ffffff;
}


.margin_top{
    margin-top: 90px;
}

.card-img-top{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;

    max-width: 100%;
    max-height: 100%;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-top: 20px;
}

.call_text a {
    color: #ffffff;
}

.call_text:hover{
    
    transform: scale(1.1); 
}

.call_text a:hover {
    color: #fcce2d;
}


.footer_section_2 {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.footer_section_3 {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
    padding: 30px;
  }

 .copy_text {
    margin: 0;
    font-size: 16px;
    color: #131313;
 }
 

  #notification {
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #e2bb8e;
    padding: 10px;
    display: none;
    border: 3px solid #fff

  }

  .card-text {
    font-size: 22px; /* Schriftgröße für den normalen Zustand */
  }

  .card-contact-text{
    font-size: 22px;
    color:black;
    font-family: Arial, sans-serif;
  }

  a.contact-text:hover{
    color: #b5d44a;
  }

  .card-contact-text:hover {
    cursor: pointer;
    color: rgba(0,86,179,255)
  }

  .Card-contact-neigen {
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
  }

.footer_logo {
    width: 100%;
    float: left;
    padding: 134px 0px;
}

.footer_logo:hover{
    transform: scale(1.1); 
}

.footer_menu {
    width: 100%;
    float: left;
    transition: transform 0.3s
}

.footer_menu_select:hover{
    transform: scale(1.1); 
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
    padding: 12px 0px;
}

.footer_menu li a{
    color: #ffffff;
}
.footer_menu li a:hover{
    color: #fcce2d;
}



.information_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fff;
}

.many_text {
    width: 87%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin-left: 0px;
    line-height: 40px;
    margin-top: 0px;
}

.information_main {
    width: 100%;
    float: left;
    border-left: 1px solid #ffffff;
    padding-left: 50px;
}
/* footer section end */


.copyright_section {
    width: 100%;
    float: left;
    background-color: #f7f6f6;
    height: auto;

    position: fixed;
    left: 0;
    bottom: 0;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: 0px;
    color: #131313;
    text-align: center;

    position: static;
    bottom: 0;
    left: 0;
}
  
.copyright_text a {
    color: #131313;
}

.copyright_text a:hover {
    color: #fcce2d;
}

.margin_top_90 {
    margin-top: 90px;
}

