/*
Theme Name: Andreas Kahnt Theme
Description: Custom Theme
Version: 1.0
Author: Meesum Raza
Author URI: https://meesaptechnologies.com/
*/
@charset "utf-8";
@font-face {
	font-family:'OpenSans-Bold';
	src:url(resources/fonts/OpenSans/OpenSans-Bold.ttf);
}
@font-face {
	font-family:'OpenSans-Regular';
	src:url(resources/fonts/OpenSans/OpenSans-Regular.ttf);
}
@font-face {
	font-family:'OpenSans-light';
	src:url(resources/fonts/OpenSans/OpenSans-Light.ttf);
}
body{
	font-family: OpenSans-Regular;
	color: #000;
}
html{margin-top: 0 !important;}
a, a:hover, a:focus{text-decoration: none;}
li{list-style-type: none;}
ul{padding-left: 0;}
.clear{clear: both;}
@media(min-width: 1024px){
	.container{width: 994px !important;}
}
button{outline: none;}
#header{
	background-color: #fff; 
	padding: 50px; 
	border-bottom: 9px solid #000;
}
#header>.row>.col-xs-12{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media(max-width: 991px){
	#header{padding: 20px;}
	#header .menu-top_menu-container{
		display: none;
	}
	#header .menu_icon{
		height: 20px; 
		width: 30px;
	}
}
#top_menu li{
	display: inline-block; 
	text-decoration: none;
}
#top_menu li a,#top_menu li a:hover{
	color: #3b393a; 
	text-decoration: none; 
	font-size: 16px; 
	font-family: 'OpenSans-Regular'; 
	padding-right: 30px;
	/*text-transform: lowercase;*/
}
#top_menu li.current-menu-item a{
	font-weight: bold;
}
#header .logo a{
	font-family: OpenSans-Bold;
	color: #010101;
	font-size: 30px;
	letter-spacing: -2px;
	line-height: 52px;
}
.mobile-menu-container.open { 
	display: block; 
    opacity: 1;
	transition: opacity 0.2s cubic-bezier(0,0,0.28,1);
}
@media(min-width: 992px){
	.mobile-menu-container.open{display: none;}
}
.mobile-menu-wrapper {
    background-color: #fff;
}
.mobile-menu-wrapper li {
    width: 100%;
    background-color: #fff;
}
@media(max-width: 991px){
	#header .logo a{
		font-size: 26px;
	    letter-spacing: -1px;
	    line-height: 36px;
	}
}
/*------------MENU DROPDOWN-------------------*/
#header ul{margin-bottom: 0;}
#header ul#top_menu>li{
	position: relative;
}
#header .dropdown-menu {
    left: -28px;
    min-width: 275px !important;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 0;
    margin: 0;
}
/* Mobile menu CSS Start */

.mobile-menu-container{
	background-color: rgba(255,255,255,.90); 
	box-shadow:0px 0px 2px 0px rgba(0,0,0,.5);
	z-index: 1000; 
	position: absolute; 
	top:85px;
	left:0; 
	width: 100%;
    display: none;
    opacity: 0;
	transition: opacity 0.2s cubic-bezier(0,0,0.28,1);
}
.mobile-menu-wrapper ul{
	padding: 0; 
	margin: 0; 
	list-style-type: none; 
	font-size: 16px; 
	line-height: 16px;  
	width: 100%;
}
.mobile-menu-wrapper li{width: 100%; background-color: #fff;}
.mobile-menu-wrapper li>a, .mobile-menu-wrapper li>a:hover{
	position: relative;
	color:#777; 
	display: block; 
	padding: 16px 20px 15px; 
	border-bottom: 1px solid #d4d4d4;
}
.mobile-menu-wrapper{
	background-color: #fff;
	transform: translate3d(0,0,0);
	transition: transform 0.2s cubic-bezier(0,0,0.28,1);
}
li.active_child{
	position: absolute;
    top: 0;
    left: 100%;
}
ul.level2>li:first-child{border-top:1px solid #d4d4d4; }
ul.level3>li:first-child{border-top:1px solid #d4d4d4; }

.mobile-menu-wrapper li.active_child>a{display: none;}
@media(min-width:1092px ){
	.mobile-menu-container{display: none;}
}
/* Mobile menu CSS End */
@media(min-width: 1920px){
	#header .logo a{
		font-size: 51.34px;
	}
	#top_menu li a, #top_menu li a:hover{
		font-size: 34px;
	}
}

/*------------MENU DROPDOWN-------------------*/
/*-------END HEADER CSS-------*/
footer{
	background: #000;
	color: #fff;
}
footer .site_title {
    font-family: OpenSans-Bold;
    font-size: 30px;
    color: #fff;
    display: block;
}
footer .mail {
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 90px;
    margin-bottom: 60px;
}
footer .footer_logo {
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
footer .footer_logo img {
    width: 75px;
}
footer .shareIcons img {
    width: 30px;
    height: auto;
    margin-left: 5px;
}
footer .rightCol {
    /*text-align: right;*/
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column-reverse;
}
footer .shareIcons {
    margin-top: 140px;
    display: none;
}
footer .copyright {
    margin-top: 102px;
}
footer .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
footer .col-xs-12{
	display: flex;
    justify-content: space-between;
}
#footer_menu li {
    margin-bottom: 10px;
}
@media(min-width: 1920px){
	footer .site_title {
	    font-size: 51.34px;
	}
	footer .mail, footer .copyright{
		font-size: 27.99px;
	}
	footer .footer_logo img {
	    width: 130px;
	}
	footer .footer_logo{
		margin-top: 70px;
	}
	footer .mail{
		margin-bottom: 90px;
		margin-top: 120px;
	}
	footer .shareIcons {
	    margin-top: 250px;
	}
	footer .copyright {
	    margin-top: 137px;
	}
	footer .shareIcons img {
	    width: 49px;
	    margin-left: 10px;
	}
}
@media(max-width: 767px){
	footer .container-fluid {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	footer .copyright {
	    /*margin-top: 121px;*/
    	margin-bottom: 35px;
	}
	footer .shareIcons {
    	margin-top: 130px;
    }
    footer .mail {
	    font-size: 14px;
	    margin-top: 8px;
	}
	footer .footer_logo {
	    margin-top: 35px;
	    margin-bottom: 10px;
	}
	footer .shareIcons img {
    	width: 26px;
    }
}
/*******footer end********/
/*******Home Start*********/
#home .description{
	font-family: OpenSans-light;
	font-size: 21px;
    margin-top: 35px;
    margin-bottom: 25px;
}
#home .imgSec {
    border-top: 9px solid #000;
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #000;
    text-align: center;
}
#home h2 {
    text-align: center;
    font-family: OpenSans-Regular;
    font-size: 26px;
    margin-top: 35px;
    margin-bottom: 45px;
    color: #000;
}
#home .imgSec img{
	margin: 20px auto 35px;
}
#home .imgSec .btn {
    background-color: #476995;
    color: #fff;
    border-radius: 0;
    padding: 0;
    width: 200px;
    height: 50px;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 50px;
    margin: 25px 0 130px;
}
#home .imgSec .dimension {
    margin-bottom: 2px;
}
#home .imgSec .hidebtnMrgn {
    margin-bottom: 130px;
}
#home .banner{
	background: url(https://akahnt.de/wp-content/uploads/2024/05/Banner-2-2024-Neuron-50-x-60-149.jpg);
	height: 150px;
	width: 100%;
	background-position: center;
	background-size: cover;
	margin-top: 15px;
}
@media(min-width: 1920px){
	#home .description{
		font-size: 21px;
	    margin-top: 50px;
	    margin-bottom: 40px;
	}
	#home h2{
		font-size: 46px;
    	margin-top: 60px;
    	margin-bottom: 50px;
	}
	#home .imgSec {
	    font-size: 28px;
	}
	#home .container {
	    width: 1218px !important;
	}
	#home .imgSec .btn {
	    width: 200px;
	    height: 40px;
	    font-size: 20px;
	    line-height: 40px;
	    margin: 30px 0 60px;
      border-radius : 8px;
	}
}
@media (max-width: 599px){

	#home .description{
		font-size: 21px;
	}
	/*#home .description .wp-block-column {
	    flex-basis: 0 !important;
	}
	#home .description .wp-block-column:not(:first-child) {
	    margin-left: 1em;
	}*/
	#home h2{
		font-size: 24px;
	    margin-bottom: 30px;
	}
}
#home .imgSec img{
	margin: 20px auto 35px;
	cursor: zoom-in;
    height: auto;
}
@media (min-width: 800px){
	#home .imgSec img{
		max-width: 750px;
	}
}
#home .imgSec .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding: 50px 10px;
    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.9); /* Black w/ opacity */
    align-items: center;
    justify-content: center;
}
#home .imgSec .modal-content {
    margin: auto;
    display: block;
    width: 75%;
    cursor: zoom-out;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(1)}
    to {-webkit-transform:scale(2)}
}
@keyframes zoom {
    from {transform:scale(0.4)}
    to {transform:scale(1)}
}
@-webkit-keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}
@keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}
#home .imgSec .modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
#home .imgSec .out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}
@media only screen and (max-width: 700px){
    #home .imgSec .modal-content {
        width: 100%;
    }
}
/*******Home end*********/
/*************About Page start***********/
/*
#about .banner{
	background: url(resources/images/about/banner.jpg);
	height: 250px;
	width: 100%;
	background-position: center;
	background-size: cover;
	margin-top: 15px;
}
*/
#about .description{
	font-family: OpenSans-light;
	font-size: 21px;
    margin-top: 35px;
    margin-bottom: 25px;
}
@media(min-width: 1920px){
	#about .description{
		font-size: 21px;
	    margin-top: 50px;
	    margin-bottom: 40px;
	}
	/*
	#about .banner{
		height: 650px;
	}
	*/
	#about .container {
	    width: 1218px !important;
	}
}
@media (max-width: 599px){
	/*
	#about .banner{
		height: 300px;
	}
	*/
	#about .description .wp-block-column {
	    /* flex-basis: 0 !important; */
	}
	#about .description .wp-block-column:not(:first-child) {
	   /* margin-left: 1em; */
	}
	#about .description{
		font-size: 21px;
	}
}
/*************About Page end***********/
/*******Home Start*********/
#gallery .description{
	font-family: OpenSans-light;
    font-size: 21px;
    margin-top: 35px;
    margin-bottom: 25px;
}

#gallery .imgSec {
    border-top: 9px solid #000;
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #000;
    text-align: center;
}
#gallery .imgSec .text {
    margin-bottom: 0px;
}
#gallery .imgSec .hidebtnMrgn {
    margin-bottom: 130px;
}
#gallery h2 {
    text-align: center;
    font-family: OpenSans-Regular;
    font-size: 26px;
    margin-top: 35px;
    margin-bottom: 45px;
    color: #000;
}
#gallery .imgSec img{
	margin: 20px auto 35px;
	cursor: zoom-in;
    height: auto;
}
@media (min-width: 800px){
	#gallery .imgSec img{
		max-width: 750px;
	}
}
#gallery .imgSec .btn {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 0;
    width: 200px;
    height: 50px;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 50px;
    margin: 35px 0 150px;
}
#gallery .imgSec .dimension {
    margin-bottom: 2px;
}
#gallery .banner{
	background: url(https://akahnt.de/wp-content/uploads/2024/05/Banner-1-2024-Deep-fiction-50x70-199-Kopie.jpg);
	height: 150px;
	width: 100%;
	background-position: center;
	background-size: cover;
	margin-top: 15px;
}
@media(min-width: 1920px){
	#gallery .description{
		font-size: 21px;
	    margin-top: 50px;
	    margin-bottom: 40px;
	}
	#gallery h2{
		font-size: 46px;
    	margin-top: 60px;
    	margin-bottom: 50px;
	}
	#gallery .imgSec {
	    font-size: 28px;
	}

	#gallery .container {
	    width: 1218px !important;
	}
	#gallery .imgSec .btn {
	    width: 300px;
	    height: 70px;
	    font-size: 28px;
	    line-height: 70px;
	    margin: 40px 0 150px;
	}
}
@media (max-width: 599px){

	#gallery .description{
		font-size: 21px;
	}
	#gallery .imgSec .text {
	    margin-bottom: 0px;
	}
	#gallery h2{
		font-size: 24px;
	    margin-bottom: 30px;
	}
	#gallery .imgSec .btn {
		margin: 35px 0 100px;
	}
}
#gallery .imgSec .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding: 50px 10px;
    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.9); /* Black w/ opacity */
    align-items: center;
    justify-content: center;
}
#gallery .imgSec .modal-content {
    margin: auto;
    display: block;
    width: 75%;
    cursor: zoom-out;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(1)}
    to {-webkit-transform:scale(2)}
}
@keyframes zoom {
    from {transform:scale(0.4)}
    to {transform:scale(1)}
}
@-webkit-keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}
@keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}
#gallery .imgSec .modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
#gallery .imgSec .out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}
@media only screen and (max-width: 700px){
    #gallery .imgSec .modal-content {
        width: 100%;
    }
}
/*******gallery end*********/

/********home single image start********/
#homeSingle .imgSec img {
    margin: 50px auto 35px;
    max-height: 800px;
    width: auto;
}
#homeSingle .imgSec {
    border-top: 9px solid #000;
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
/********home single image end********/
.contactWrapper {
    margin: 50px auto;
}
.contactWrapper input:not([type="submit"]) {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #c9c6c6;
    width: 100%;
    margin-top: 5px;
}
.contactWrapper textarea {
    border-radius: 4px;
    border: 1px solid #c9c6c6;
    width: 100%;
    margin-top: 5px;
}
.contactWrapper label{
	width: 60%;
	margin: 20px auto;
    display: block;
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.contactWrapper input[type="submit"] {
	background-color: #476995;
    color: #fff;
    border-radius: 8px;
    padding: 0;
    width: 200px;
    height: 40px;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 40px;
    margin: 0 auto;
    display: block;
  	border: none;
}
.contactWrapper .wpcf7-response-output{
	text-align: center;
}
.contactWrapper input:focus-visible, .contactWrapper textarea:focus-visible {
	outline: none;
}
.contactWrapper .wpcf7 form.sent .wpcf7-response-output {
	color: #46b450; /* Green */
	border: none;
}

.contactWrapper .wpcf7 form.failed .wpcf7-response-output,
.contactWrapper .wpcf7 form.aborted .wpcf7-response-output {
	color: #dc3232; /* Red */
	border: none;
}

.contactWrapper .wpcf7 form.spam .wpcf7-response-output {
	color: #f56e28; /* Orange */
	border: none;
}

.contactWrapper .wpcf7 form.invalid .wpcf7-response-output,
.contactWrapper .wpcf7 form.unaccepted .wpcf7-response-output,
.contactWrapper .wpcf7 form.payment-required .wpcf7-response-output {
	color: #ffb900; /* Yellow */
	border: none;
}

#homeSingle input:not([type="submit"]) {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #c9c6c6;
    width: 100%;
    margin-top: 5px;
}
#homeSingle textarea {
    border-radius: 4px;
    border: 1px solid #c9c6c6;
    width: 100%;
    margin-top: 5px;
}
#homeSingle label{
	width: 60%;
	margin: 20px auto;
    display: block;
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
@media(max-width: 767px){
	.contactWrapper label, #homeSingle label{
		width: 100%;
	}
}
#homeSingle input[type="submit"] {
	background-color: #476995;
    color: #fff;
    border-radius: 8px;
    padding: 0;
    width: 200px;
    height: 40px;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 40px;
    margin: 0 auto;
    display: block;
  	border: none;
}
#homeSingle .wpcf7-response-output{
	text-align: center;
}
#homeSingle input:focus-visible, #homeSingle textarea:focus-visible {
	outline: none;
}
#homeSingle .wpcf7 form.sent .wpcf7-response-output {
	color: #46b450; /* Green */
	border: none;
}

#homeSingle .wpcf7 form.failed .wpcf7-response-output,
#homeSingle .wpcf7 form.aborted .wpcf7-response-output {
	color: #dc3232; /* Red */
	border: none;
}

#homeSingle .wpcf7 form.spam .wpcf7-response-output {
	color: #f56e28; /* Orange */
	border: none;
}

#homeSingle .wpcf7 form.invalid .wpcf7-response-output,
#homeSingle .wpcf7 form.unaccepted .wpcf7-response-output,
#homeSingle .wpcf7 form.payment-required .wpcf7-response-output {
	color: #ffb900; /* Yellow */
	border: none;
}

#page {
    margin: 70px 0;
    font-family: OpenSans-light;
    font-size: 18px;
}
#page h1{
	font-family: OpenSans-Regular;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 40px;
}
#page a, #page a:hover, #page a:active, #page a:focus, #page a:visited {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#footer_menu a, #footer_menu a:hover, #footer_menu a:active, #footer_menu a:focus, #footer_menu a:visited{
	color: #fff;
}
#cookie-law-info-bar a.cli_settings_button {
    display: none;
}