*{
    margin: 0;
    padding: 0;
    font-family: 'Arial';
    scroll-behavior: smooth;

}
.menu {
	background: #fff;
	width: 100%;
	margin:auto;
	z-index: 10;
	position: fixed;
	box-shadow: 0px 15px 10px -15px #ddd;
}

.header {
    min-height:65vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.2),rgba(4,9,30,0.2)),url(images/banner.jpg);
    background-position: ;
    background-size:cover;
    position: relative;
}
.header-imprint {
    min-height:40vh;
    width: 100%;
    background-image:linear-gradient(rgba(4,9,30,0.2),rgba(4,9,30,0.2)),url(images/banner2.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 0.15% 6%;
    justify-content: space-between;
    align-items: center;
    background: #fff;
	max-width: 1200px;
	margin: auto;
	
}
nav img{
    width: 250px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.nav-links ul li:nth-child(2)::after,
.nav-links ul li:nth-child(3)::after,
.nav-links ul li:nth-child(4)::after,
.nav-links ul li:nth-child(5)::after,
.nav-links ul li:nth-child(6)::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #fc8eac;
    display: block;
    margin: auto; 
    transition: 0.5s
}
.nav-links ul li:hover::after{
    width: 100%
}

.hero-btn{
    display: inline-block;
    text-decoration:none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 16px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}
.hero-btn:hover{
    border: 1px solid #fc8eac;
    background: #fc8eac;
    transition: 1s;
}
.hero-btn2{
    display: inline-block;
    text-decoration:none;
    color: #fff;
    border: 1px solid #fc8eac;
    padding: 12px 34px;
    font-size: 16px;
    background: #fc8eac;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    float: left;
}
nav .fa{
    display: none;
}

@media(max-width :1150px){
    .nav-links ul li{
        display:block;
    }
    .nav-links{
        position: fixed;
        background: #fdf6e3;
        width: 200px;
		height: 100vh;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #000;
        margin: 10px;
        font-size: 28px;
        cursor: pointer;
    }
    nav-links ul{
        padding: 30px;
    }
	.header{
		min-height:45vh;
    	width: 100%;
    	background-position: center;
		background-size: cover;
		position: relative;
	}
}


#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px;
    right: 30px;
    z-index: 99; 
    border: 1px #ffd700;  
    background-color: #ffd700;
    color: #fff; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 50%; 
    font-size: 18px;
}
#myBtn:hover {
    border: 1px #74b72e;
    background: #74b72e;
    transition: 1s;
}
.background{
    background: #fdf6e3;
}

/*------ news ------*/

.news{
    width: 70%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
	max-width: 1200px;
}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.news-col p{
    text-align: left; 
}

.news-col img{
    width: 60%;
    border-radius: 50%;
    padding: 10px;
    border: 2px dashed #fff;
    margin: 25px;
}

.row{
    margin-top: 5%;
	display: flex;
	justify-content: center;
}

.news-col{
  	flex-basis: 33%;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0,5s;
    min-height: 450px;
}
.row .news-col h3{
    color: white;
}
.row .news-col p{
    color: white;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.news-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

@media(max-width: 1024px){
    .row{
        flex-direction: column;
    }
}

/*------ work ------*/

.work{
    width: 70%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
  	max-width: 1200px;
}

.work-col1{
    flex-basis: 32%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.work-col2{
    flex-basis: 64%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.work-col1 img{
    width: 100%;
    display: block;
    border-radius: 10px;
}

.work-col2 p{
    text-align: left;
    padding: 0;
	font-size: 16px;
}
.work-col2 h3{
    text-align: left;
}
.download-col1{
    flex-basis: 52%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.download-col1 h3{
    text-align: left;
}
.download-col1 p{
    text-align: left;
    padding: 0;
}
.download-col2{
    flex-basis: 44%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

/*------ association ------*/

.association{
    width: 70%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
  	max-width: 1200px;
}

.association-col1{
    flex-basis: 32%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.association-col2{
    flex-basis: 64%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.association-col1 img{
    width: 100%;
    display: block;
    border-radius: 10px;
}

.association-col2 p{
    text-align: left;
    padding: 0;
	font-size: 16px;
}
.association-col2 h3{
    text-align: left;
}



/*------ rooms ------*/

.rooms{
    width: 70%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
  	max-width: 1200px;
}
.rooms-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.rooms-col img{
    width: 100%;
    display: block;
}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background: rgba(4,9,30,0.4);
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    position: absolute; 
    opacity: 0;
    transition: 0.5s;
}
.layer:hover h3{
    bottom: 45%;
    opacity: 1;
}

h2 {
    font-size: 20px;
    padding-bottom: 10px;
    color: #fc8eac;
}

/*------ groups ------*/

.groups{
    width: 70%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
  	max-width: 1200px;
}
.groups-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}
.groups-col img{
    width: 100%;
    border-radius: 10px;
}
.groups-col p{
    padding: 0;
    text-align: center;
}
.groups-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: center;
}

/*------ team ------*/

.team{
    width: 70%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
  	max-width: 1200px;
}
.team-col{
    flex-basis: 22%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.team-col img{
    width: 100%;
    display: block;
    border-radius: 10px;
}
.team-col p{
    margin-top: -10px;
    padding: 0;
}

/*------ contact ------*/

.contact{
    margin:100px auto;
    width: 70%;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(images/banner2.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
  	max-width: 1200px;
}
.contact h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}

@media(max-width: 700px){
    .contact h1{
        font-size: 24px;
    }   
}

/*------ imprint ------*/

.imprint {
    width: 70%;
    margin: auto;
    padding-top: 100px;
  	max-width: 1200px;
}
.imprint h1{
    text-align: center;
    padding-bottom: 40px;
}
.imprint h3{
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
}
.imprint p{
    text-align: left;
    padding: 0;
}
@media(max-width :700px){
    .imprint h1{
        font-size: 30px;
    }
    
}

/*------ footer ------*/

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background: #fdf6e3;
}
.footer .row{
    width: 70%; 
    margin: auto;
  	max-width: 1200px;
}
.footer-col{
    flex-basis: auto;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    padding: 25px;
    display: flex;
}
.footer h3{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
    text-align: left;
}
.footer-col p{
    padding: 0;
    text-align: left;
    font-size: 16px;
    color: #000;
}
.footer h3::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #87cfff;
    display: block;
    margin: auto; 
}
.footer ul li{
    list-style: none;
    display: block;
    padding-bottom: 4px;
    position: relative;
}
.footer ul li a{
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
.copyright::before{
    content: '';
    width: 100%;
    height: 2px;
    background: #74b72e;
    display: block;
    margin: auto; 
}
.copyright{
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: -40px;
	
}
.copyright p{
    padding-top: 20px;
    margin-bottom: -20px;
	color: #000;
}
.copyright a{
    text-decoration: none;
    color: #000;
}






