       
    *, *::before, *::after {
      box-sizing: border-box;
    
        }
        
        .container {
  max-width: 100%;
}

       .jyiuei8 {
        color: unset;
        }

       body {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
            background-color: #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .col-12 {
            padding-right:0px;
            padding-left:0px;
        } 

        .header {
            width: 100%;
            display: flex;
            justify-content: center;
            padding: 20px 0;
            min-height:80px;
        }

        #headerbild {
           height:auto;
        }

        .header-container {
            max-width: 1000px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 0 20px;
            width: 90vw;
            
        }

        .logodiv {
            background-color: #fff;
            width: 100%;
            display: flex;
            justify-content: center;
            padding: 20px 0;
        }

        .logo-container {
            max-width: 1000px;
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding-bottom:4px;
            width: 90vw
        }

        .input-container {
          max-width: 1000px;
          width: 90vw;
        }

        #logo {
            width: 100%;
            display: block;
        }

        .avatar {
            width: 32px;
            height: 32px;
            margin-right: 14px;
        }

        .img_avatar {
            border-radius: 100%;
            max-width: 32px;
            max-height: 32px;
            display: block;
        }

        .head {
            font-size: 17px;
            font-weight: 600;
            font-family:"Open Sans";
            text-align: left;
            flex: 1;
        }

        .main {
            display: flex;
            margin-top: 48px;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex: 1;
            position: relative;
        }

        .main img {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            margin-top:20px;
        }

        .footer {
            padding: 15px;
            text-align: center;
            width: 100%;
            justify-content: center;
            align-items: center;
        }

        .footer .input-container {
            display: flex;
            align-items: left;
            justify-content: left;
            max-width: 1000px;
            margin: 0 auto;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            border: 1px solid #ccc;
            overflow: hidden;
            max-height: 75px;
            padding: 12px;
            background-color: #fff;
        }

        .footer .input-container input {
            flex: 1;
            border: none;
            outline: none;
            font-size: 16px;
        }

        .footer div {
            max-width: 1000px;
            margin-top:16px;
            margin-bottom:50px;
            width: 90vw;
        }

        .footer a {
            margin: 0 10px;
            text-decoration: none;
            color: #0066cc;
            font-size: 14px;
        }

        .footer a:hover {
            text-decoration: underline;
        }

        .footer .rechtliches {
            margin-left:auto;
            margin-right:auto;
        }

        .cookie-button-container {
            max-width: 1000px;
            text-align: center;
            display: flex;
            align-items: left;
            justify-content: left;
            margin-left:auto;
            margin-right:auto;
            width: 90vw;
            padding-bottom:3rem;  

        }

        .cookie-button {
            padding: 12px 24px;
            background-color: #2a8b6a;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }

        .cookie-button:hover {
            background-color: #222;
            text-decoration: underline;
        }
        
 
        #inhalt_mobil {
           display: block;
           justify-items:center;
           width:100%;
           margin-top: 48px;
           text-align: center;
           flex:1;
           flex-direction: column;
        }
        

        #inhalt_desktop {
          max-width: 1000px;
          width: 100vw !important;
        }

        #hook {
         font-size: 2.3rem;
         padding:24px;
        }

  
        @media (max-width: 600px) {
            .header-container, .logo-container {
                padding: 0 20px;
            }
            #hook {
             font-size: 1.3rem;
            }

            .header-container, .logo-container, .cookie-button-container,.input-container, #inhalt_desktop, .footer div {
                 width: 100%;
            } 

            .header {
                padding: 10px 0;
            }

            .head {
                font-size: 0.9rem;
            }

            .footer .input-container input{
                font-size: 14px;
                color: #888;
            }

            .footer a {
                font-size: 12px;
            }

            .main img {
                width: 65px;
                height: 65px;
            }

            .avatar, .img_avatar {
                width: 32px;
                height: 32px;
            }


            .cookie-button {
                padding: 10px 20px;
                font-size: 14px;
                max-width: 280px;
                line-height: 1.4;
            }
        }


        @media (max-width: 450px) {
            .header-container, .logo-container {
                padding: 0 12px;
            }
            #hook {
             font-size: 1.3rem;
             padding:16px;
            }

        #headerbild {
           height:20vh;
           object-position:top;
        }  

            .header-container, .logo-container, .cookie-button-container,.input-container, #inhalt_desktop, .footer div {
                 width: 100%;
            } 
    
            .cookie-button-container {
                 padding-bottom: 2rem;
            }   


            .cky-notice-des {
               max-height: 20vh !important;
               overflow:scroll;
            }

            .cky-notice-des p {
                font-size: 14px;
            }
            .logodiv { 
               padding: 12px 12px;
            }

            .cky-title {
              font-size:17px;
            }

            .header {
                padding: 10px 0;
                min-height:80px;
            }

            .head {
                font-size: 0.9rem;
            }

            .footer .input-container input{
                font-size: 14px;
                color: #888;
            }

            .footer a {
                font-size: 12px;
            }

             #color_streifen, .header {
              min- height: 65px;
            }

            .main img {
                width: 65px;
                height: 65px;
            }

            .avatar, .img_avatar {
                width: 32px;
                height: 32px;
            }


            .cookie-button {
                padding: 10px 20px;
                font-size: 14px;
            }
        }


        @media (max-width: 390px) {
            .header-container, .logo-container {
                padding: 0 8px;
            }
            #hook {
             font-size: 1.1rem;
             padding:8px;
            }

            .header-container, .logo-container, .cookie-button-container,.input-container, #inhalt_desktop, .footer div {
                 width: 100%;
            } 
            

        #headerbild {
           height:16vh;
           object-position:top;
        }  

            .cookie-button-container {
                 padding-bottom: 1.7rem;
            }

            .cky-notice-des {
               max-height: 10vh !important;
               overflow:scroll;
            }

            .cky-notice-des p {
                font-size: 13px;
            }


            .cky-title {
              font-size:16px;
            }

            .header {
                padding: 4px 0;
                min-height:80px;
            }

            .head {
                font-size: 0.75rem;
            }

            .logodiv { 
               padding: 8px 8px;
            }

            #color_streifen, .header {
              min- height: 50px;
            }

            .footer .input-container input{
                font-size: 13px;
                color: #888;
            }

            .footer a {
                font-size: 12px;
            }

            .main img {
                width: 65px;
                height: 65px;
            }

            .avatar, .img_avatar {
                width: 32px;
                height: 32px;
            }


            .cookie-button {
                padding: 10px 20px;
                font-size: 14px;
                max-width: 250px;
                line-height: 1.4;
            }
        }
