.logout {
    background-color: #f6f6f6;
    color: #393939;
    border: 2px solid #393939;
    padding: 15px 45px;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 15;
    text-decoration: none;
    
}

.logout:hover{
    background-color: #393939;
    color: #f6f6f6;
    transition-duration: 0.2s;
}

.logout2 {
    background-color: #f6f6f6;
    color: #393939;
    border: 4px solid #393939;
    border-radius: 50px;
    padding: 5px 10px;
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 15;
    text-decoration: none;
    font-size: 24px;
}

.cookie-info {
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(51, 51, 51, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 500;
    animation: 1.5s ease-out 0s 1 slideInFromLeft;
}

.cookie {
    height: 80px;
    width: auto;
    display: flex;
    margin: 0 25px;
}

.cookie-text {
    display: flex;
    font-size: calc(10px + (16 - 10) * ((100vw - 300px) / (1600 - 300)));
    color: white;
    margin: 15px 0;
}

.verstanden-location {
    display: flex;
    margin-right: 25px;
}

.verstanden {
    border: 2px solid #1a89c9;
    background-color: #f6f6f6;
    color: #1a89c9;
    padding: 10px 25px;
    text-decoration: none;
    font-size: calc(10px + (16 - 10) * ((100vw - 300px) / (1600 - 300)));
}

.verstanden:hover {
    background-color: #1a89c9;
    color: white;
    transition-duration: 0.2s;
}

@keyframes slideInFromLeft {
  0% {
    transform: translatey(-100%);
  }
  100% {
    transform: translatey(0);
  }
}

/* Design Version 2 */

.head-button {
  padding: 15px 15px;
  color: #393939;
  text-decoration: none;
  font-weight: bold;
  display: flex;
}

.head-img {
  width: 50%;
  height: auto;
  object-fit: contain;
  padding: 50px 0;
}

.blog-container {
  width: 60%;
  padding: 15px;
  background-color: #f6f6f6;
  display: block;
    margin: 0 auto;
    padding-bottom: 200px;
    min-height: 100vh;
}

.header {
    text-align: center;
}


.layout {
    display: flex;
    min-height: 100vh;

}

.side-line {
    width: 20%;
    display: block;
    background-color: #393939;
    text-align: center;
    position: relative;
}

.side-links {
  width: 70%;
    margin: 0 auto;
    text-align: start;
  display: block;
}

.side-button {
  padding: 15px 15px;
  color: #f6f6f6;
  text-decoration: none;
  display: block;
}

.side-button-local {
  padding: 15px 15px;
  color: #f6f6f6;
  text-decoration: none;
  display: block;
}

.small {
 	margin-left: 40px;
    font-size: calc(12px + (17 - 12) * ((100vw - 300px) / (1600 - 300)));
  	padding: 5px 5px;
}

.locate {
	position: absolute;
  	left: 10%;
}

.locate-alt {
	position: absolute;
  	left: 10%;
  	display: none;
}

.locate2 {
	position: absolute;
  	left: -12%;
  	
}

.show:hover #position {
 	display: initial;
  	color: grey;
}

.end {
    position: fixed;
    top: 85vh;
  	z-index: 100;
}

/* Design Version 2 Ende */

.all-container {
  position: relative;
  min-height: 100vh;
}

.section-container {

    width: 18%;
    margin-left: 10%;
    position: absolute;
    margin-top: 25px;
    font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1600 - 300)));
    
}

.dangerous {
 	margin-top: 30vh;
  	font-family: 'Press Start 2P', cursive;
  	color: #f6f6f6;
  	font-size: calc(11px + (14 - 11) * ((100vw - 300px) / (1600 - 300)));
}

.sword {
 	width: 22px;
  	height: auto;
}

.inner-box {
    margin: 0 20px;
}

.welcome {
  text-align: center;
    margin-top: 40px;
    font-weight: bolder;
    font-size: 2.4vw
 }

.welcome2 {

    font-weight: bold;
    font-size: calc(14px + (28 - 14) * ((100vw - 300px) / (1600 - 300)));
}


.headline {
  font-weight: bolder;
}



.back-next {
    border: 2px solid #393939;
    background-color: #f6f6f6;
    color: #393939;
    padding: 10px 45px;
    text-decoration: none;
    margin: 0 25px;
}

.back-next:hover {
    color: #f6f6f6;
    background-color: #393939;
    transition-duration: 0.2s;
}

.back-next-invert {
    border: 2px solid #f6f6f6;
    background-color: #393939;
    color: #f6f6f6;
    padding: 10px 35px;
    text-decoration: none;
}

.back-next-invert:hover {
    color: #393939;
    background-color: #f6f6f6;
    transition-duration: 0.2s;
}

.contact-text {
 	font-size: inherit;
  	font-family: inherit;
  	width: 80%;
  	margin: 0 auto;
}

.login {
    width: 80%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30vh;
    color: #f6f6f6;
    text-align: left;
}

.login-head {
    background-color: #393939;
    color: #f6f6f6;
    font-size: 26px;
    padding: 10px;
    margin: 0;
    text-align: center;
}

.login-field {
    width: 95%;
    font-family: inherit;
    font-size: 0.8em;
    margin-bottom: 25px;
    padding: 5px;
}

.login-sym {
    font-size: 0.8em;
}

.submit-btn {
  	width: 100%;
  	padding: 20px;
 	
    margin-bottom: 0;
  	background-color: #393939;
  	border: 0;
  	cursor: pointer;
  	color: #f6f6f6;
    font-family: inherit;
    border: 2px solid #f6f6f6;
  	transition: background-color 0.2s;
}

.pass-visible {
    
}

.fa-eye {
    position: relative;
    bottom: 60px;
    left: 85%;
    color: grey;
    cursor: pointer;
}

.fa-eye-slash {
    position: relative;
    bottom: 60px;
    left: 85%;
    color: grey;
    cursor: pointer;
}

.login form input[type="submit"]:hover {
	background-color: #696969;
  	transition: background-color 0.2s;
}


.goaway {
    text-align: center;
    font-size: calc(14px + (32 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: bold;
    margin-top: 5%;
}

.vorschau {
    box-shadow: 0 0 15px 4px rgba(0,0,0,0.1);
}



.welcome-text {
  text-align: center;
}

.button-location {
    text-align: center;
    margin: 40px auto;
}

.fa-address-card {
    padding-right: 20px;
}

.contact-link {
    border: 2px solid #393939;
    padding: 5px;
    cursor: pointer;
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
  	text-decoration: none;
  	color: #393939;
}

.contact-link:hover {
    background-color: #393939;
    color: #f6f6f6;
    transition-duration: 0.2s;
}

.contact-left {
    margin-top: 30vh;
    color: #f6f6f6;
    font-size: calc(11px + (16 - 11) * ((100vw - 300px) / (1600 - 300)));
}

.answer {
    color: #666666;
    margin-left: 30px;
    
}

.ticket {
    width: 90%;
    border: 2px solid #393939;
    margin: 50px auto;
    display: flex;
}

.left-block {
    width: 25%;
    margin-left: 25px;
}

.right-block {
}

.multiple {
    
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #393939;
  background-color: #f6f6f6;
  display: inline-block;
  content: "";
  margin-right: 15px;
}

input[type="radio"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 3px #f6f6f6;
  background-color: #393939;
}




.blog-text {
  margin-left: 10px;
}

table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 60px;
}

th, td {
    border: 1px dashed #393939;
    padding: 10px;
    font-size: 16px;
}

.tablecell {
    text-align: center;
    width: 11%;
}


input[type='radio']{
   cursor: pointer;
}

.supportfeld {
    text-align: center;
}

textarea {
  resize: none;
  width: 80%;
  height: 500px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}


.social {
  margin-top: auto;
  margin-bottom: auto;
  color: #f6f6f6;
  font-size: 35px;
    position: absolute;
    right: 45px;
    bottom: 75px;
}


.social-button {
  padding: 15px;
    text-decoration: none;
    color: #f6f6f6;
    
}

.social-button:visited {
    text-decoration: none;
    color: #f6f6f6;
}



.footer {
  width: 100%;
  height: 200px;
  color: #f6f6f6;
  background-color: #393939;
  position: absolute;
    bottom: 0;
    line-height: 1em;
}

.footerbox {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.open-times {
  width: 25%;
  max-height: 200px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

.location {
  width: 25%;
  max-height: 200px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  
}

.contact {
  width: 25%;
  max-height: 200px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

.stadtlogo {
    width: 5%;
    height: auto;
    position: absolute;
    z-index: 100;
    left: 35px;
    bottom: 45px;
}

@media only screen and (max-width:1099px) {
    
    .social-button {
        padding: 5px;
    }   
    
}

@media only screen and (max-width:899px) {
	.blog-container {
		width: 100%;
        border-style: none;
	}
    .logout {
        display: none;
    }
    .logout2 {
        display: block;
    }
    .welcome {
        font-size: inherit;
    }
    .head-links {
        width: 100%;
    }
    .head-img {
        width: 60%;
    }
    .footerbox {
        width: 95%;
        margin-top: 40px;
    }
    .footer {
        height: 120px;
    }
    .social { 
        font-size: 30px;
        bottom: 40px;
    }
    .social-button {
    }
    
    .stadtlogo {
        bottom: 30px;
        width: 50px;
    }
    
    .visible {
        display: none;
    }
    .daten-button {
        display: block;
        position: absolute;
        left: 35%;
        right: 35%;
    }
    .open-times {
        display: none;
    }
    .contact{
        display: none;
    }
    form input[type="text"], form input[type="submit"]{
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }
    textarea {
        width: 100%;
        font-size: 14;
    }
    
    select {
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }
    .back-next {
        margin-left: 8px;
        margin-right: 8px;
        padding: 15px 35px;
    }
    .circle1, .circle2 {
        font-size: 35px;
    }
}
@media only screen and (max-width:320px){
    .back-next {
        padding: 10px 20px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media only screen and (max-width:499px) {
    .footer {
        height: 200px;
    }

}
