/* @import "_reset.css"; */

.body{
    padding: 10px;
    background-color: #1d1d1d;
    /*font-family: "OpenSans", "Helvetica Neue", "Arial", "sans serif";*/
}

.header{
    width: auto;
    height: auto;
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 1.25;
}

.navigation{
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 20px; 20px; 0px; 0px;
}

.logo img {
    width: 200px;
}

.ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: right;
    color: white;
}

li.current{
/*    text-decoration: underline 1.5px;*/
    color: rgb(213, 123, 22);
}

.link{
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

a:hover{
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

a:link{
    color: inherit;
    font-family: inherit;
    text-decoration: none;  
}

a:visited{
    color: inherit;
    font-family: inherit;
    text-decoration: none;  
}

a:active{
    color: inherit;
    font-family: inherit;
    text-decoration: none;  
}


.main{
    display: flex;
    align-items: center;
    justify-content: center;
}


/* MEDIA QUERIES */
@media only screen and (min-width: 786px) {

}

@media only screen and (min-width: 1024px) {
    .header{
        font-size: 30px;
    }
    .logo img {
    width: 100px;
    } 
}

@media only screen and (min-width: 1200px) {
.img {
    width: 45%;
    }
.header {
    font-size: 25px; 
    }
.logo img {
    width: 100px;
    } 
    .swiper{
    width: 50%;     
        }
}

@media only screen and (min-width: 1920px) {
    .logo img {
    width: 100px;
}
    .img {
    width: 50%;
}     
    .swiper{
    width: 50%;     
        }
}

/* @media (min-width: 320px) /*Breakpoint Smartphone Portrait*/
/* @media (min-width: 480px) /*Breakpoint Smartphone Landscape*/
/* @media (min-width: 786px) /*Breakpoint Tablet Portrait*/
/* @media (min-width: 1024px) /*Breakpoint Tablet Landscape, Notebook*/
/* @media (min-width: 1200px) /*Breakpoint grosse Bildschirme*/


/* SWIPER */

.swiper-slide img {
    display: block;
    width: 100%;
    align-items: center;
    height: auto;
}

.swiper-pagination {
    display: none;
}

.swiper .swiper-button-prev {
    color: darkorange;
}

.swiper .swiper-button-next {
    color: darkorange;
}