@import "reset.css";
@import url("https://use.typekit.net/atm6mjr.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
html {
    scroll-behavior: smooth;
    
}
body{

}
main, .boxes{
    width: 346px;
    margin:auto;
}
.nav-mobile{
	position:absolute;
	top:100px;	
	left:0;
	width:100%;
	display:none;
	background-color:white;
	border-radius:0px 0px 10px 10px;
	text-align:center;
	padding:10px 0 10px 0px;
	z-index:1;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}

.nav-mobile-checkbox{
	opacity:0;
}
.nav-mobile-checkbox:checked + .nav-mobile{
	display:initial;
}
.mobileNav{
    width:100vw;
    height: 114px;
    display:flex;
    justify-content: space-between;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px 10px;
    background-color: white;
    position:fixed;
}
.mobileNav a{
    display:none;
    color:black;
    text-decoration: none;
    font-size: 20px;
}
.nav-mobile a{
    display: initial;
    line-height: 60px;
}
.nav-mobile p{
    border-bottom: 1px solid black;
    width:90vw;
    margin: auto;
}
.flags{
    margin:auto;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 50vw;
    display: flex;
    justify-content: space-around;
}
.flags img, .indexflag img{
    width:46px;
    height: 36px;
}
.indexflag img{
    margin-left: 16px;
}
.indexflag{
    margin-top: 10px;
    margin-right: 20px;
    text-align: right;
}
.flagimg{
    display: none;
}
.navigation{
    display:none;
}
.logo{
    width: 114px;
    margin-left: 30px;
}
.menu{
    width:48px;
    margin-top: 30px;
}

main>header, article>header{
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 30px 0px 15px 0px;
    font-family: "Prata", serif;
}
main>p{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    font-family: "Lato";
}
.option{
    height: 212px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}
.handel{
    background-image: url("../img/photo/Handel-cover.jpg");

}
.doradztwo{
    background-image: url("../img/photo/Consulting-cover.jpg");
}
.handel_eng{
    background-image: url("../img/photo/Handel-cover\ ENG.png");

}
.doradztwo_eng{
    background-image: url("../img/photo/Consulting-cover\ ENG.png");
}
article>img{
    width:100vw;
    margin-top:100px
}
content{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.5px;

}
article>content{
    margin:auto;
    width:364px;
    display:block;
    padding: 0 15px;
}
section>content{
    font-family: Lato;
}
article header, footer header{
   font-size: 32px;
   line-height: 40px;
   letter-spacing: 1px; 
   font-weight: bold;
   margin:30px 0;
   font-family: "Prata", serif;
}
section header{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.5px;
    margin:30px 0 15px 0;
    font-weight: bold;

}
.last{
    padding-bottom:30px;
}

.contact{
    width:228px;
    height:88px;
    font-weight: bold;
    font-size: 24px;
    line-height: 40x;
    letter-spacing: 1px;
    background-color: rgb(255, 112, 67);
    border-radius: 15px;
    border:none;
    margin:30px 0;
}
.bluebg{
    background-color: rgba(124, 199, 255, 1);
}
.bluebg>img{
    margin-top:0;
}
.shadow{
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}
footer{
    text-align: center;
}
footer img{
    width:348px;
    margin:30px 0;
}
footer header{
    text-align: left;
    margin:auto;
    width: 364px;
}
footer content{
    margin:30px auto;
    width:364px;
    display:block;
    text-align: left;
}
.call{
    width: 80px;
    height: 80px;
    position:fixed;
    right:24px;
    bottom:32px;
    z-index: 1;
    background-color: rgb(255, 112, 67);
    border-radius: 15px;
    text-align: center;
    margin:0;
    padding-top:5px;
    border: none;
}
.call img{
    width:40px;
    height: 40px;
}
.lato{
    font-family: "Lato";
}
.bigPic{
    display:none;
}
.logom{
    display: initial!important;
}