html
{
    font-size: 62.5%;
}
body
{
    margin: 0;
    padding: 0;
    
    font-family: "Open Sans";
    color: yellow;
    font-size: 3rem;
    background: black;
}

ul
{
    margin:0;
    padding: 0;
}

.socil-menu
{
    position: fixed;
    right: 0;
    top:30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    z-index: 99999;
}

.socil-menu a
{
    padding: 0.5em;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    color: yellow;
    justify-content: center;
    align-content: center;
    display: flex;
    text-decoration: none;
    margin-top:0.2em;
    background-color: gray;
    font-size: 1.5em;
}

.socil-menu a:hover
{
    background: lime;
}

.page-header
{
    position: fixed;
    background: grey;
    color: yellow;
    padding:20px 0px;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    z-index:9999;
}

.page-header a
{
    color: black;
    text-decoration: none;
}

.page-header img
{
    height: 70px;
    align-items: center;
    margin-right:10px;
    width:70px;
    
}

.page-header h2
{
    font-size: 2.5rem;
    margin:0;
    line-height: 1.2;
    padding-bottom: 0.2rem;
    font-weight: 400;
    letter-spacing: 3px;
}

.page-header h3
{
    font-size: 3rem;
    height: 3rem;
    display: flex;
    margin:0;
    font-weight: 300;
    letter-spacing: 2px;
}

.page-header h3::before
{
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #42678b;
    margin-right:10px;
}

.mail-adress
{
    display: none;
}
.page-nav .hamburger
{
    border:0;
    background: 0;
    position: absolute;
    right:20px;
    top:20px;
    fill: #FFF;
    width:30px;
    height:30px;
    
}
.close-icon
{
    width:25px;
}

.close-icon
{
    display: none;
}


.page-header.nav-opened
{
   box-shadow: -1px 9px 19px -8px rgba(0,0,0,0.7);
}

.page-header.nav-opened .page-nav .hamburger-icon
{
   display:none;
}

.page-header.nav-opened .page-nav .close-icon
{
   display:inline-block;
}



.page-nav ul li
{
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 100vw;
}

.page-nav .navigation-menu
{

    width:100%;
    margin: 10px 0 0 0 ;
    padding: 0;
    display: none;
    
}


.page-nav .navigation-menu li
{
    width:100%;
    text-align: center;
    color: #FFF;
    font-size: 2rem;
    box-sizing: border-box;
    border-bottom: 1px dotted #42678b;
    padding: 5px;
}

.page-nav .navigation-menu li.tele
{
    width:100%;
    text-align: center;
    color: #FFF;
    font-size: 2rem;
    padding: 10px;
    box-sizing: border-box;
    background: #42678b;
}


.page-nav .navigation-menu li:hover
{
    background-color:lime;
    color: black;
}


.page-header.nav-opened .page-nav .navigation-menu
{
   display:block;
}



.baner
{
    height: 10vh;
}

.baner-small
{
    height: 10vh;
}

img
{
    max-width: 100%;
}


main
{
    font-size: 400;
    font-size: 1.4rem;
    box-sizing: border-box;
    border: 2px solid yellow;
    max-width: 1140px;
    margin: 5rem auto;
}


main a
{
    font-weight: 300;
    color: lime;
    text-decoration: none;
}


figure
{
    margin: 0px;
    padding: 0px;
       display: inline;
}
main img
{
    min-width:100%;
    display: block;
}
.main-header
{
    width: 100%;
    
}
.main-header h3
{
    font-weight: 400;
    font-size: 3rem;
    display: flex;
    min-width:100%;
}


.main-header h3::before
{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-color: black;
    margin-right:10px;
}


article
{
    border-bottom: 2px solid gray;
    padding-bottom: 10px;
    text-align: justify;
}

.articles-more
{
    padding:1px 5px;
    background: black;
    color: yellow;
    font-weight: 300;
    font-size: 1.2rem;
}


.news ul
{
    padding:20px 5px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid gray;
    margin-bottom: 20px;
}

.news ul li
{
   text-transform: uppercase;
    font-size:1.2rem;
    display: flex;
    padding: 5px 0px;
    color: #011a32;
    font-weight: 300;
}

.news ul li a
{
    margin-left:2rem;
    font-weight: 700;
}

.news ul .articles-more
{
    margin:10px auto;
    width:60%;
    padding: 3px;
    border:0;
    box-shadow: -1px 3px 5px -8px rgba(0,0,0,0.9);
}

.gallery
{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
   
}

.gallery figure
{
    width:49%;
    margin: 5px auto;
}

.gallery figcaption
{
    text-align:center;
    height:40px;
    margin-top:-40px;
    z-index:9;
    position: relative;
    background-image:linear-gradient(rgba(1, 26, 50, 0.1), rgba(1, 26,50, 1));
    color: #FFF;
}

.icons
{
    background-color: yellow;
    color: #FFF;
    padding:5rem;
    box-sizing: border-box;
    display: flex;
    margin: 5rem 0;
    display: none;
}

.icons ul
{
    display: flex;
    list-style: none;
    padding:0;
    margin:0;
    color: #fff;
    justify-content: space-around;
    width:100%;
}

.icon-gfx
{
    width:5rem;
    height:5rem;
    color: #FFF;
    padding:0.5rem;
    border-right:1px solid #FFF;
    fill: #FFF;
   /* stroke: #FFF;
    stroke-width: 3px; */
}

.icons li p
{
    padding:0 1rem;
    width:auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin:0;
}

.icons li span
{
    font-size: 3rem;
    line-height: 1rem;
    text-align: center;
    width:100%;
    display: block;
    font-weight: 700;
}

.contact-list
{
    background-color: black;
    color: #FFF;
    padding:20px;
    box-sizing: border-box;
}


footer
{
    margin-top:30px;
    color: yellow;
    padding:20px;
    box-sizing: border-box;
    text-align: center;
    border: 2px solid yellow;
    max-width: 1140px;
    margin:  0 auto;
}

footer ul, li
{
    padding: 0;
    margin: 0;
    list-style: none;
    color: yellow;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer li
{
    margin-left:5px;
}



footer li:first-child
{
    margin-left:0px;
}




footer a
{
    color: lime;
    text-decoration: none;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 0 1em;
}

.submenu
{
    font-size: 1rem;
    justify-content: flex-end;
    margin-top:2rem;
}

div.attachments
{
    width: 100%;
    display: block;
}
div.file
{
	padding: 10px;
    width: 100%;
    display: flex;
    background: grey;
}

.file a
{

 color:lime
}

.file a:hover
{
	 color:black;
    background: yellow;
}

.file:nth-child(even)
{
	background-color: none;
}

.file-type
{
	color:lime;
	padding: 0 20px;
	line-height: 24px;
}


@media(min-width: 40em)
{
    
    
    .page-header a
{

    text-decoration: none;
    margin-left:10%;
    width: auto;
}
    
    
    .page-header h2
    {
        font-size: 3.5rem;
        letter-spacing: 1px;
        width:570px;
    }
    
    .page-header h3
    {
        text-transform: uppercase;
    }
    
    
   .page-nav .hamburger
    {
        display: none;
    }
    
    .page-nav .navigation-menu
    {
        display: flex;
        position: absolute;
        justify-content: flex-end;
        right:0;
        padding: 1rem 10% 1rem 1rem;
        margin-top:5rem;
        background: yellow;
        width:auto;
    }
    .page-nav ul li
    {
        min-width:auto;
        text-transform: uppercase;
        height: 2em;
        padding-top:0.5em;
        box-sizing: border-box;
        color: black;
    }
    
    .page-nav ul
    {
        justify-content: flex-end;
    }
    
 .page-nav ul li 
{
    position: relative;
    color: black;
    font-weight: bold;
}
    

    

nav ul li:hover > ul
{
    display: block;
}
nav ul ul li
{
    position: relative;
}

nav ul ul ul
{
    left:350px;
    margin-top: -24px;
}
    
    .page-nav .navigation-menu li
    {
        display: inline-block;
        width: auto;
        border-bottom:0px;
        font-size: 1.5rem;
        padding: 0;
    }
    
    .page-nav .navigation-menu li::before
    {
        content:"/";
        margin:0 1rem;
    }
    
    .page-nav .navigation-menu li:first-child::before
    {
        content:"";
        margin:0 1rem;
    }
    
    .page-nav .navigation-menu li.tele
    {
        position: absolute;
        top:-50px;
        background: none;
        padding: 0;
        margin: 0px;
        font-weight: 300;
        color: lime;
        width:auto;
    }
    
    .page-nav .navigation-menu li.tele
    {
        margin: 0px;
        color: black;
        font-size: 3rem;
        margin-left: 0;
    }
    
  
    
    .page-nav .navigation-menu li:last-child::before
    {
        content: "";
    }
    
     .page-nav .navigation-menu li a
    {
        margin:0;
    }
    
    
    
     .page-nav ul li ul
{
    position: absolute;
    padding: 0;
    display: none;
    width: 370px;
    left: 0;
    background: rgba(0,0,0,1);
    margin-top:0.7em;
    list-style: none;
    z-index: 9999;
    height: auto;
}

 .page-nav ul li ul:hover
    {
        display: block;
    }
    
 .page-nav ul li ul li
{
   padding: 1em 1em !important;;
    height: auto;
        display: flex;
    justify-content: center;
    align-content: center;
    width: 370px !important;
    box-sizing: border-box;

    font-weight: bold;
    }
     .page-nav ul li ul li a
{ 
        color: yellow;
    }
    
    
         .page-nav ul li ul li:hover
{ 
        color: black;
    background: lime;
    }
    
    li.sub-nav::before
    {
        display: none;
    }
    
    
    
    
    .page-nav .mail-adress
    {
        display: block;
        background: lime;
        padding:5px 10px;
        color: black;
        position: absolute;
        top:1rem;
        right:10%;
        font-size: 2.5rem;
        width:auto;
    }
    .page-nav .mail-adress a
    {
        margin:0;
        font-weight: 300;
    }
    
      .page-nav .mail-adress a span
    {
        font-weight: 400;
    }
    
    
    .main-header
    {
        width:1040px;
        margin: auto;
    }
    
    main img
{
    min-width: 0;
    display: block;
}
    
   article
    {
        width: 1040px;
        margin: auto;
    }
    
     .content
    {
        width: 1040px;
        margin: auto;
    }
    
    main .about
    {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    background: black;
    }
    
    main .about img
    {
        margin-top:70px;
        max-height:300px;
        width: auto;
    }
    
       main .about article
    {
        border-bottom:0px;
    }
    
     .content-left
    {
        width: 450px;
        display: inline-block;
    }
    
    .content-left .main-header
    {
        width:450px;
    }
    
    figure
    {
         display: inline-block;
    }
    
    
    .news
    {
        position: relative;
        margin:5rem auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background: black;
    }
    
    .news figure
    {
        width:640px;
    }
    
    .news img
    {
        width:100%;
    }
    
    .news article
    {
        width:640px;
        margin:0;
        margin: auto;
        padding-right:400px;
        border-bottom:0px;
    }
    
    .news ul
    {
        border-top: 2px solid black;
        width:640px;
    }
    
    .news ul li
    {
       text-transform: uppercase;
        font-size:1.2rem;
        padding: 5px 0px;
        color: black
        font-weight: 300;
        justify-content: flex-start;
        width:640px;
    }

    
    
    
    .gallery
{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    background-image: ;
     background: black;
    align-content: space-around;
    max-width: 1140px;
    margin: auto;
}

.gallery figure
{
    width:40%;
    margin: 5%;
    box-sizing: border-box;
}
    
    .gallery figure img
    {
        min-height: 100%;
        min-width: 100%;
    }

.gallery figcaption
{
    text-align:center;
    height:40px;
    margin-top:-40px;
    z-index:9;
    position: relative;
    background-image:linear-gradient(rgba(1, 26, 50, 0.1), rgba(1, 26,50, 1));
    color: #FFF;
    display: none;
}
    
    
    .icons
{
    background-color: black;
    color: yellow;
    box-sizing: border-box;
    display: none;
}

.icon-gfx
{
    width:10rem;
    height:10rem;
    color: lime;
    padding:0rem 4rem;
    fill: lime;
   /* stroke: #FFF;
    stroke-width: 3px; */
}

.icons li p
{
    padding:0 4rem;
    width:auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin:0;
}

.icons li span
{
    font-size: 8rem;
    line-height: 6rem;
    text-align: center;
    width:100%;
    display: block;
    font-weight: 700;
}
    
.contact
    {
        background: black;
    }
    
.map
    {
        width:60%;
        height: auto;
        display: inline-block;
        height: 600px;
        margin-right:4%;
    }
 
.contact-list
    {
        width:35%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        display: inline-block;
        font-size: 2rem;
        height:700px;
        background: none;
    }
    
    .alt-view-size
    {
        display: flex;
        padding: 0.5em;
        background-color: yellow;
        color: #FFFFFF;
        margin-left:1em;
    }
    
    .alt-view-size a
    {
        margin-left: 0;
        padding: 0.2em;
    }
    
}