/* Homeapge */
@media screen and (min-width: 992px){
    .carousel-item {
        height: auto !important;
    }
}
.readon:hover{
    background-color: #2D4059;
}
.readon.banner-style:hover{
    background-color: #2D4059;
}
nav {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.content-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center !important;
}
.wp-block-cover{
width: 100%;
}

.page-columns {
    padding-top: 2vw;
    padding-bottom: 2vw;
    width: 100%;
    justify-content: center;
}
.page-columns.multi {
    max-width: 1200px;
}
.wp-block-column{
    max-width: 1200px;
}
.wp-block-heading {
    width: 100%;
}
.section-xx .blog-wrap {
    margin-top: 0;
    border: none !important;
}
.wp-block-group.icons {
    padding-right: 10vw;
    padding-left: 10vw;
    padding-top: 5vw !important;
    padding-bottom: 5vw !important;
}
.full-width-header .teczilla-menu-area {
    padding-bottom: 10px;
    padding-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0px;
}
.box-margins{
margin: 5px;
}
.menu>.menu-item>a:active, .menu .page_item a {
    color: #6EC6CD !important;
}
a.slider-btn.banner-style {
    text-transform: uppercase !important;}

a.slider-btn.banner-style:hover {
	background-color: white !important;
	color: #2D4059 !important;
}
.tec-footer .menu>.menu-item>a{
    color: white !important;
}
.tec-footer .menu>.menu-item>a:active{
    color: #6EC6CD !important;
}
.current_page_item > a, .nav-menu>.menu-item>a:hover, .nav-menu>.page_item>a:hover {
    color: #6EC6CD !important;
}
.readon{
    font-size: 15px !important;
    font-weight: 500 !important;
}
@media screen and (max-width: 768px){
.home-slider .slider-title {
    display: block !important;
}
	.mb-25 {
    margin-bottom: 10px;
}
	.readon {
    margin-bottom: 20px;
}
	.pt-100 {
    padding-top: 30px;
}
	.md-pb-50 {
    padding-bottom: 30px;
}
	.tec-testimonial.style1 .testi-item .content-part .desc {
    font-size: 1rem;
		    line-height: 1.4em;
}
.pt-70 {
    padding-top: 20px;
}
	.md-pb-80 {
    padding-bottom: 20px;
}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 25px;
    padding-left: 25px;
}
}
@media screen and (max-width: 425px){
.home-slider .slider-caption .slider-description h3 {
	line-height: 1.2em;
    display: block !important;
}
}
@media screen and (max-width: 500px){
.home-slider .container .slider-caption {
    min-width: 340px;
}
}
@media only screen and (max-width: 480px){
.tec-testimonial.style1 .slider-part {
    padding: 25px 45px 52px;
}
}
.carousel-control-next-icon:before, .carousel-control-prev-icon:before {
    background: #fff0 !important;
    line-height: 70px;
    padding: 0px 7px;
    color: #fff;
}
@media screen and (max-width: 1024px){
.carousel-control-prev-icon:before {
    left: 0;
}
}
@media screen and (max-width: 768px){
.carousel.slide .home-slider img {
    height: 45vh;
}
}
/* Ändern Sie die Farbe des Links */
a[href*="impressum"] {
    color: #ffffff; /* Weiß */
}

/* Ändern Sie die Farbe des Links beim Überfahren */
a[href*="impressum"]:hover {
    color: #6EC6CD; /* Türkis */
}