@import "https://use.typekit.net/rxr3gnd.css";

:root {
    --color-one: #50b7bd;
    --color-two: #F7F7F7;
    --color-three: #383937;
    --init-width: 1100px;
    --margin: 10px;
    --round: 10px;
    --font01: tzimmes, serif;
    --font02: macho, sans-serif;
    --m60: 60px;
}

::selection {
    background: var(--color-three);
    color: var(--color-two);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all 1s ease-in-out;
    outline: none;
}

body {
    margin: 0;
    background-color: var(--color-two);
    overflow-x: hidden;
}


h1 {
    /*Überschrift*/
    font-family: var(--font01);
    font-weight: 600;
    font-style: normal;
    font-size: 50px;
    color: var(--color-one);
    line-height: 53px;
    text-align: center;
}

h2 {
    /*Über Überschrift*/
    font-family: var(--font02);
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: center;
    color: var(--color-three);
}

h3 {
    /*Titel*/
    font-family: var(--font01);
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    color: var(--color-three);
}

h4 {
    font-family: var(--font01);
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: var(--color-three);
}

p {
    font-family: var(--font02);
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: var(--color-three);
    line-height: 30px;
}

a {
    color: inherit;
    font-family: var(--font02);
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-decoration: none;
    line-height: 15px;
    color: black;
    text-decoration: underline rgba(36, 36, 36, 0);
    transition: text-decoration-color 0.2s;
    display: block;
    cursor: pointer;
}

a:hover {
    transition: 0.2 text;
    text-decoration-color: var(--font02);
}

.img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-size: cover;
    border-radius: var(--round);

}

img {
    max-width: 100%;
    border-radius: var(--round);
    width: 100%;
}

.img_01 {
    background-image: url(../img/kubrickheader.jpg);
}

.img_02 {
    background-image: url(../img/kubrickheader.jpg);
}

.padding_out {
    margin-top: var(--m60);
    margin-bottom: var(--m60);

}

.inside_width {
    max-width: var(--init-width);
    margin: auto;
    padding-left: var(--margin);
    padding-right: var(--margin);
}

a.btn {
    padding: 15px;
    background-color: var(--color-one);
    color: white;
    border-radius: var(--round);
    margin: 10px 0;
    display: inline-block;
    margin-bottom: 30px;
}

.flex {
    display: flex;
    margin-top: 10px;
    justify-content: space-evenly;
}

input,
button {
    width: 100%;
    padding: 10px;
    border: 2px solid var(--color-three);
    border-radius: var(--round);
    color: var(--color-three);
    background-color: white;
}

.active {
    color: #50b7bd;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    margin: 20px;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.error {
    font-family: var(--font02);
    font-size: 13.5px;
}

.center-e {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_main {
    margin-top: 100px;
}

/*header*/

.handy {
display:none!important;

}

.nohandy {
display:flex!important;
}

@media screen and (max-width: 670px) {
.handy {
display:flex!important;

}

.nohandy {
display:none!important;
}
}


.header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 100000;

}

.upheader {
    background: var(--color-one);
    padding: 10px 0;
}

.upheader_main {
    display: flex;
}

.upheader_content {
    width: 100%;
}

.upheader_content a {
    margin-left: calc(var(--margin) * 2);
}

.upheader_main h1 {
    color: var(--color-two);
}

.upheader_main h1, .upheader_main h2 {
    text-align: left;
    line-height: 25px;
    font-size: 25px;
}

.downheader {
    width: 100vw;
    background: #4ba3a8;
    padding: 5px 0;
}

.downheader_main {
    display: flex;
}

.downheader a {
    margin-right: calc(var(--margin) * 2);
}

.topper_main img {
    border-radius: 0%;
}

.content_content {
    display: flex;
    margin-top: 30px;
}

.content_content_content {
    margin-right: var(--margin);
}


.content_content_content, .content_content_img {
    width: 100%;
    padding: var(--margin) 0;
}

.attention {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #282828a6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;

}

.attention_main {
    max-width: 500px;
    margin: 20px;
    padding: 20px;
    border-radius: var(--round);
    background: rgba(236, 236, 236, 0.562);
    backdrop-filter: saturate(180%) blur(20px);
}

.attention_main h1 {
    font-family: arial;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    color: var(--color-three);
    line-height: 25px;
    text-align: left;
}

.close {
    display: none;
}


/*

--NEU--

*/


@media screen and (max-width: 600px) {
    .content_content {
        display: flex;
        margin-top: 30px;
        flex-direction: column;
    }
    
    .content_content_img {
        height: 300px;
    }
    
    :root {
        --m60: 20px;
    }
    
    h1 {
        font-family: var(--font01);
        font-weight: 600;
        font-style: normal;
        font-size: 8vw;
        color: var(--color-one);
        line-height: 8vw;
        text-align: center;
    }
    
    h2 {
        font-family: var(--font02);
        font-weight: 400;
        font-style: normal;
        font-size: 6vw;
        line-height: 6vw;
        letter-spacing: 1px;
        text-align: center;
        color: var(--color-three);
    }
    .index_main {
        margin-top: 95px;
    }
    .heerg {
    display: flex; align-items: flex-start!important; flex-direction: column!important;
    }
  .heerg2 {
    margin-bottom:30px;
    }
}


@media screen and (max-width: 500px) {
    .upheader_con1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .upheader_con2 {
        display: none!important;
    }
    
    .downheader_main a i {
        display: none;
    }
}

      .swiper {
        width: 100%;
        height: auto;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      
      .swiper-wrapper {
        height: auto!important;
    }

      .swiper-slide img {
        display: block;
        object-fit: cover;
      }

