html{
    scroll-behavior: smooth;
}
*{
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.4;
}
.ws{
    height: 20px;
    filter: brightness(2);
}
.inv{
    opacity: 0;
    position: absolute;
}
.youtube{
    width: 250px;
    height: 125px;
    border: none;
    box-shadow: 3px 3px 10px #5c5c5c;
}
.lang ul{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0px 15px 0px 15px;
}
.lang ul li{
    padding: 5px 10px;
}
.lang ul li a{
    color: #fff;
    text-decoration: none;
}
header{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 500px;
    display: block;
    box-shadow: 2px 5px 10px black;
}
.logo{
    padding-right: 25px;
}
.logo img{
    width: 150px;
}
header .list {
    overflow: auto;
    justify-content: center;
    list-style-type: none;
    margin-top: 30px;
    margin-right: 60px;
    font-size: 15px;
    height: 250px;
}
header .list  a{
    display: inline-flex;
    padding: 5px 20px;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid transparent;
}
header .list a:hover{
    background-color: white;
    border-radius: 3px;
    color: darkred;
    box-shadow: 0px 0px 12px #fff;
}
.header{
    justify-content: center;
    padding-top: 20px;
    display: flex;
    margin: auto;
}
.mein-name{
    background-image: linear-gradient(90deg, rgb(139,0,0), rgb(90,0,0));
    color: #fff;
    padding: 25px;
    text-align: center;
    font-weight: bold;
    box-shadow: 5px 5px 12px black;
    margin-top: 0px;
}
.mein-name a{
    color: #fff;
    text-decoration: underline;
}
b{
    font-weight: bolder;
}
.bottom-panel{
    height: 200px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.button{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.btn{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px 20px;
    margin: 15px 8px 0 8px;
    text-decoration: none;
    font-weight: bolder;
}
.btn:hover{
    background-color: #fff;
    color: darkred;
    box-shadow: 0px 0px 12px #fff;
}
.cont{
    color: white;
    text-align: center;
    font-weight: bolder;
    text-decoration: underline 2px;
}
.cont a{
    color: white;
}
.cont a:visited{
    color: white;
}
.container{
    padding: 0px 25px 0px 25px;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.aboutus{
    width: 100%;
}
.spacer{
    margin: 30px;
}
.box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    padding: 25px;
    color: #fff;
}
.box a{
    color: #fff;
    text-decoration: none;
}
.box p{
    padding: 15px 10px 0px 10px;
    text-align: center;
}
.news{
    box-shadow: 5px 5px 12px black;
    background-image: linear-gradient(90deg, rgb(139,0,0), rgb(90,0,0));
    color: #fff;
}
.services a{
    color: black;
    text-decoration: none;
}
.tabela{
    border-collapse: collapse;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.td{
    padding: 15px;
    width: 30%;
    text-align: center;
    border: 2px darkred solid;
    box-shadow: 0px 0px 20px red;
}
footer{
    padding-top: 5px;
    background-image: linear-gradient(90deg, rgba(0,0,0,85%), rgba(0,0,0,100%),rgba(0,0,0,85%));
    color: #fff;
}
.kontakt{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    font-size: 20px;
}
.kontakt div{
    padding: 25px 35px 25px 35px;
}
.kontakt div a{
    color: #ff3d3d;
}
.kontakt div a:visited{
    color: #ff3131;
}
.home{
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
    font-size: 21px;
    text-decoration: underline;
}
hr{
    box-shadow: 0px 0px 12px #fff;
}
h1, h2{
    text-shadow: lightslategray 5px 5px 5px;
}
