@font-face {
	font-family: "Lexus";
	src: url("LexusRomanOpti-Regular.otf") format("opentype"),
	url("LexusRomanOpti-RegularIt.otf") format("opentype");
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
}
html{
    scroll-behavior: smooth;
}
.max-width{
	max-width: 1300px;
	padding: 0 80px;
	margin: auto;
}
.about .about-content,
.impressions .impressions-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	font-family: 'Lexus', sans-serif;

}
section .title{
    position: relative;
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
    padding-bottom: 20px;
    font-family: 'Lexus', sans-serif;
}
section .title::before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 180px;
    height: 3px;
    background: crimson;
    transform: translateX(-50%);
}
section .title::after{
    position: absolute;
    bottom: -8px;
    left: 50%;
    font-size: 20px;
    color: crimson;
    padding: 0 5px;
    background: #fff;
    transform: translateX(-50%);
}
/* Navigationsleiste Style */
.navbar{
	position:fixed;
	width:100%;
	padding: 30px 0;
	z-index: 999;
	font-family: 'Lexus', sans-serif;
	transition: all 0.3s ease;
}
.navbar.sticky{
	padding: 10px 0;
	background: #555;
}
.navbar .max-width{
	display: flex;
	align-items: center;
	justify-content: space-between; 
}
.navbar .logo a{
	color: #DC143C;
	font-size: 35px;
	font-weight: 600;
}
.navbar .logo a span{
	color: #111;
	font-size: 24px;
}
.navbar.sticky.logo a span{
    color: #fff;
}

.navbar .menu li{
	list-style: none;
	display: inline-block;
}
.navbar .menu li a{
	display: block;
	color: #fff;
	font-size: 16px;
	margin-left: 25px;
	transition: color 0.3s ease;
}
.navbar .menu li a:hover{
	color: crimson;
	transition: color 0.3s ease;
}
.navbar.sticky .menu li a{
    color: #ddd;
}
.navbar.sticky .menu li a:hover{
    color: #fff;
	font-weight: bold;
	transition: scale 1.15%;
}

/* menu btn Style */
.menu-btn{
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    display: none;
}
.scroll-up-btn{
    position: fixed;
    height: 45px;
    width: 42px;
    background: crimson;
    right: 30px;
    bottom: 10px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    z-index: 9999;
    font-size: 30px;
    border-radius: 6px;
    border-bottom-width: 2px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.scroll-up-btn.show{
    bottom: 30px;
    opacity: 1;
    pointer-events: auto;
}
.scroll-up-btn:hover{
    filter: brightness(90%);
}


/*Hauptbereich Styling*/
.home{
	display: flex;
	background: url("img/Titelbild_2nach4_rad.jpg") no-repeat center;
	background-color: black;
	height: 80vh;
	color: #fff;
	min-height: 500px;
	font-family: 'Lexus', sans-serif;
}
.home .max-width{
	margin: auto 0 auto 25px;
}
.home .home-content .card {
	border-radius: 6px;
	background: #111;
	padding: 12px;
;
}
.home .home-content .text-1{
	font-size: 48px;
	font-weight: bold;
}	
.home .home-content .text-2{
	font-size: 24px;
	margin-left: ;
}
.home .home-content .text-2 span{
	color: crimson;
}
.home .home-content .text-3{
	font-size: 24px;
	margin: 5px 0 0 50px;
}

.home .home-content .text-3 span{
	font-size: 32px;
}
/* Styling Titelbild Portfolio */
.titel{
	display: flex;
	background-color: black;
	height: 10vh;
	color: #fff;
	min-height: 50px;
	font-family: 'Lexus', sans-serif;
}
.titel .max-width{
	margin: auto;

}
img .titel {
	width: 100%;
	}
.titel .titel-content .card {
	border-radius: 6px;
	background: #111;
	padding: 12px;
	margin-left: -350px;
	position: fixed;

;
}
.titel .titel-content .text-1{
	font-size: 32px;
	font-weight: bold;
}	
.titel .titel-content .text-2{
	font-size: 16px;
	margin-left: ;
}
.titel .titel-content .text-2 span{
	color: crimson;
}
.titel .titel-content .text-3 a{
	color: crimson;
	font-size: 12px;
}
.titel .titel-content .text-3 span{
	color: #fff;
	font-size: 12px;
}
/*IMAGE Portfolio Style */
section #portfolio{
	display: flex;
	width: 100%;
	
}
#portfolio img{ 
width:100%;
}


/* about section styling */
.about {
	background: #222;
	font-family: 'Lexus', sans-serif;
	color: #FFF;
}
.about .title{
	padding: 20px 0 20px ;
}
.about .title::after{
	/* content: "who i am"; */
}
.about .about-content .left{
    width: 45%;
	display: inline-block;
}
.about .about-content .left img{
    	margin-bottom: 20px;
	height: 400px;
    width: 400px;
    object-fit: cover;
    border-radius: 6px;
}
.about .about-content .right{
    width: 55%;
	float: right;
}
.about .about-content .right .text{
    font-size: 25px;
    margin-bottom: 10px;
}
.about .about-content .right .text span{
    color: crimson;
}
.about .about-content .right p{
    text-align: justify;
}
.about .about-content .right a{
    display: inline-block;
    background: crimson;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid crimson;
    transition: all 0.3s ease;
}
.about .about-content .column-right a:hover{
    color: crimson;
    background: none;
}
/* impressions section styling */
.impressions {
	background: #333;
	font-family: 'Lexus', sans-serif;
	color: #FFF;
	display: flex;
	margin-bottom: 10px;
	float:; 
}
.impressions .title{
	padding: 20px 0 20px ;
}
.impressions .impressions-content {
	padding: 10px;
}
.impressions .impressions-content img {
	height: 220px;
	float:left;
}
.impressions .impressions-content a {
	color:crimson;
}
.about .impressions-content a {
	color:crimson;

/* services section styling */

.services{
		font-family: 'Lexus', sans-serif;
}
.services, .teams{
    color:#fff;
    background: #111;
}
.services .title,
 .teams .title {
	padding-top: 12px;
}
.services .title::before,
.teams .title::before{
    
}
.services .title::after,
.teams .title::after{
    background: #111;
	

    /*content: "what i provide";*/
}
.services .serv-content .card{
    width: calc(33% - 20px);
    background: #222;
    text-align: center;
    border-radius: 6px;
    padding: 50px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.services .serv-content .card:hover{
    background: crimson;
}
.services .serv-content .card .box{
    transition: all 0.3s ease;
}
.services .serv-content .card:hover .box{
    transform: scale(1.05);
}
.services .serv-content .card i{
    font-size: 50px;
    color: crimson;
    transition: color 0.3s ease;
}
.services .serv-content .card:hover i{
    color: #fff;
}
.services .serv-content .card .text{
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 7px 0;
}
.services .serv-content .serv-img img{
	width: 300px;
}
.services .serv-content p{
	padding-top: 10px;
}
/* teams section styling */
.teams {
    padding: 50px 0;
}

.teams .title {
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
}

.teams .carousel .card {
    margin: 15px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.teams .carousel .card img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 3px solid #ddd;
}

.teams .carousel .card .text {
    font-size: 1.2em;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}

.teams .carousel .card p {
    padding: 0 15px 15px;
    text-align: center;
    font-size: 0.9em;
}

.owl-dots{
    text-align: center;
    margin-top: 20px;
}
.owl-dot{
    height: 13px;
    width: 13px;
    margin: 0 5px;
    outline: none!important;
    border-radius: 50%;
    border: 2px solid crimson!important;
    transition: all 0.3s ease;
}
.owl-dot.active{
    width: 35px;
    border-radius: 14px;
}
.owl-dot.active,
.owl-dot:hover{
    background: crimson!important;
}
/* address Bereich */
.address {
	background: white;
	font-family: 'Lexus', sans-serif;
	padding: 20px;
}
.address .address-title{
	padding:20px;
}
.address .column-left {
		display: inline-block;
		float: right;
		width: 48%;
		padding: 20px 0px 20px 0px;
}
.address .column-right {
	display: block;
	width: 48%;
	padding: 20px 0px 20px 0px;
}

.adress-text .content .map{
	display: inline-block;
	padding: 20px;
	overflow: fit;
}
/*.address .adress-content .adress-text .left p{
	display: inline-block;
}*/
.adress-text .content span{
	color: crimson; 
}
/* footer section styling */
footer{
	font-family: 'Lexus', sans-serif;
    background: #111;
    padding: 15px 23px;
    color: #fff;
    text-align: center;
}
footer p{
	padding: 8px 0;
}
footer span a{
    color: crimson;
    text-decoration: none;
}
footer span a:hover{
    text-decoration: underline;
	color: crimson;
}

/* Responsive Einstellungen START */
@media (max-width: 1104px) {
    .about .about-content .left img{
        height: 350px;
        width: 350px;
    }
}

@media (max-width: 991px) {
    .max-width{
        padding: 0 50px;
    }
}
@media (max-width: 947px){
    .menu-btn{
        display: block;
        z-index: 999;
    }
    .menu-btn i.active:before{
        content: "\f00d";
    }
    .navbar .menu{
        position: fixed;
        height: 100vh;
        width: 100%;
        left: -100%;
        top: 0;
        background: #111;
        text-align: center;
        padding-top: 80px;
        transition: all 0.3s ease;
    }
    .navbar .menu.active{
        left: 0;
    }
    .navbar .menu li{
        display: block;
    }
    .navbar .menu li a{
        display: inline-block;
        margin: 20px 0;
        font-size: 25px;
    }
    .home .home-content a{
        font-size: 23px;
        padding: 10px 30px;
    }
    .max-width{
        max-width: 930px;
    }
    .about .about-content .column{
        width: 100%;
    }
    .about .about-content .left{
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }
    .about .about-content .right{
        flex: 100%;
    }
    .services .serv-content .card{
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .skills .skills-content .column,
    .contact .contact-content .column{
        width: 100%;
        margin-bottom: 35px;
    }
}

@media (max-width: 690px) {
    .max-width{
        padding: 0 23px;
    }
    
    .home .home-content a{
        font-size: 20px;
    }
    .services .serv-content .card {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .home .home-content .text-1{
        font-size: 26px;
    }
	.home .home-content .text-2{
        font-size: 15px;
    }
    .home .home-content .text-3{
        font-size: 26px;
    }
    .about .about-content .right .text,
    .skills .skills-content .left .text {
        font-size: 15px;
    }
	.map img {
		width: 100%;
	}
    .contact .right form .fields{
        flex-direction: column;
    }
    .contact .right form .name,
    .contact .right form .email{
        margin: 0;
    }
    .right form .error-box{
       width: 150px;
    }
    .scroll-up-btn{
        right: 15px;
        bottom: 15px;
        height: 38px;
        width: 35px;
        font-size: 23px;
        line-height: 38px;
    }
}
