html {
    background: gainsboro;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}
body {
    background: grey;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 95px 0px 30px 0px; /* top right bottom left */
    
}

/* wenn popup dissappears top padding body 90px &
 navbar top: 0;
 popup text invisible*/


h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}
h1, h2 {
    color: forestgreen;
}
.navbarmenu {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 5em;
}
a {
    text-decoration: none;
    color: forestgreen;
}
.bottom-one {
     margin-bottom: 0.3cm;
  }
.top-three {
    margin-top: 50%;
    margin-bottom: 0.5cm;
    display: block;
}
.verticalspace {
    margin-bottom: 0.8cm;
}
.titlespace {
    margin-bottom: 2cm;
    text-align: center;
}

.navbar {
    overflow: hidden;
    background-color: white;
    position: fixed; /* Set the navbar to fixed position */
    top: 0;  /* Position the navbar at the top of the page */
    width: 100%;  
    padding: 5px 5px 17px 5px; /*5px 5px 17px 100px;*/
    margin: 0;  
}
.logo {
    display: block;
    float: left;
    flex-direction:column;
    display: inline-block;  
}
/* Links inside the navbar */
.navbar a {
    flex-direction:column;
    display: block;
    float: right;
    font-weight: bold;
    color: #545454;
    text-align: center;
    padding: 15px 30px 0px 30px;
    text-decoration: none;
}
/* following not given when toffy.jpg is being used instead of toffyLOWRES.jpg: */

.toffypic {
    width: 160px; 
    height: 204px;
    min-width: 0;
}

.toffypic2 {
    width: auto; 
    height: 220px;
    min-width: 0;
}

/* Change background on mouse-over */
.navbar a:hover {
    color: forestgreen;
}
a.active {
    color: forestgreen;
}   
.footer {
    color: white;
    padding: 25px;
    text-align: center;
    background: grey;
}
.row {  
    display: flex;
    flex-direction: row;
}
.coloumn {
    display: flex;
    flex-direction: column;
}
.side {
    flex: 25%;
    background-color: white;
    padding: 20px;
    border-right: 1px solid grey;
}
.main {
    flex: 75%;
    background-color: white;
    padding: 20px;
    border-left: 1.5px solid grey;
} 
.sideTeam {
    flex: 50%;
    background-color: white;
    border-right: 1.5px solid grey;
    border-bottom: 3px solid grey;
    text-align: center;
}
.mainTeam {
    /* flex: 50%; */
    background-color: white;
    text-align: center;
}  
.side2 {
    flex: 15%;
    background-color: white;
    padding: 20px;
    border-right: 1.5px solid grey; 
}
.main2 {
    flex: 85%;
    background-color: white;
    padding: 20px;
    border-left: 1.5px solid grey;
}  
.main3 {
    flex: 85%;
    background-color: white;
    padding: 20px;
} 
.main4 {
    flex: 85%;
    background-color: white;
    padding: 20px;
    text-align: center;
} 
label, input {
    margin-left: 40px;
}
@media screen and (min-width: 0px) and (max-width: 780px) {
    .row, .navbar, .logo , .navbar a {   
        flex-direction: column-reverse;
        display: block;
        float: none;
        }
    .side, .main3 {
        padding-top: 30px;
        border-right: 0px;
        text-align: center;
    }
    .main, .main2 {
       border-left: 0px;
       border-top: 6px solid grey;
    }
    .side2 {
        border-right: 0px;
    } 
    .container {
        visibility: visible;
    }
    .navbar a {
        visibility: hidden;
    }
    .menu {
        visibility: visible;
    }
    .navbar {
        height: 45px;
    }
    body {
        padding: 65px 0px 30px 0px;
    }
    .logo {
        width: 20%;
        height: auto;
    }
    .navbarmenu {
        visibility: visible;
    }
    .mainTeam {
        width: 100%;
        padding: 20px 0px 20px 0px;
    }
    .telefonsprechz {
        text-align: center;
        padding-left: 0%;
    } 
}
@media screen and (min-width: 781px) and (max-width: 5000px) {
    .container {
        visibility: hidden;
    }
    .navbarmenu {
        visibility: hidden;
    }
    .mainTeam {
        width: 50%;
        padding: 20px;
    }
}
.left {
    flex: 50%;
    background-color: white;
    padding-top: 200px;
    border: 3px solid gainsboro; 
}
.right {
    flex: 50%;
    background-color: white;
    padding: 20px;
    border: 3px solid gainsboro;
} 
.green {
    color: forestgreen;
}        
.container { 
    cursor: pointer;
    float: right;
}
#newMenu {
    position: absolute;
    right: 3em;
    top: 15px;
    color: white;
    background-color: #333;
    font-weight: 550;
    border-radius: 20px;
    padding: 5px 15px 7px 15px;
}
#newMenu:hover {
    background-color: forestgreen;
    color: white;
}
#arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#newMenuOpen {
    font-size: 14px;
    position: absolute;
    right: 2em;
    top: 15px;
    color: #333;
    background-color: whitesmoke;
    font-weight: 550;
    border-radius: 20px;
    padding: 5px 15px 7px 15px;
}
#newMenuOpen:hover {
    background-color: lightgrey;
}
.alert {
    padding: 12px;
    background-color: black;
    color: white;
    opacity: 0;
    transition: opacity 0.8s; /* 600ms to fade out */
    -webkit-transition: opacity 0.8s;
     position: fixed;
     bottom: 0px;
     width: 100%;
    
}
.alert p {
    margin-right: 3em;
}
.closebtn {
    margin-left: 15px;
    margin-right: 30px;
    color: grey;
    font-weight: bold;
    float: right;
    font-size: 35px;
    line-height: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.closebtn:hover {
    color: white;
}
.cookiemessage {
    color: yellow;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 5px;
    font-size: 40px;
}
#cross {
      font-size: 18px;
}
@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
}
.covid {
    text-align: left;
}





