@font-face {
    font-family: 'Liberation Sans';
    src: url('LiberationSans-Regular.woff2') format('woff2'),
        url('LiberationSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'fira_sansregular';
    src: url('../fonts/firasans-regular-webfont.woff2') format('woff2'),
         url('../fonts/firasans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


* {
  box-sizing: border-box;
}
.container,
.impressum {
    width: 90vw;
    min-height: 90vh;
    background: white;
    background-image:
       repeating-linear-gradient(-45deg, 
       white 0%, 
       white 12px, red 12px, 
       red 24px, white 24px);
    margin: 10px auto;
    position: relative;
    text-align:center;
}

.form-control- {
	display: none;
}

.impressum {
	 font-family: fira_sansregular;
    min-height: 12px;
    background-image: none;
    text-align: right;
    font-size: 12pt;
    text-decoration: none;
    margin-top: -5px;
}

.titelbereich {
	font-size: 26pt;
}

.inhalt {
    position: relative;
    background: white;
    width: calc(90vw - 30px);
    min-height: calc(90vh - 30px);
    font-family: fira_sansregular, sans-serif;
    display:inline-block;
    margin: 15px;
}

.innenrahmen {
    position: relative;
    margin-top: 5px;
    width: calc(90vw - 50px);
    border-radius: 10px;
    display: inline-block;
    background-color: beige;
    padding-bottom: 15px;
    min-height: calc(90vh - 40px);
} 

.innenrahmen_links {
	position: relative;
	width: 49%;
	float: left;
}

.innenrahmen_rechts {
	position: relative;
	width: 49%;
	float: right;
	padding-right: 10px;
}

.trennlinie {
	width: 100%;
	height: 5pt;
	color: black;
	float: left;
}

.textbox {
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 18pt;
    float: left;
    margin-top: 0pt;
    margin-left: 15px;
    margin-right: 15px;
}

.textbox h1 {
    font-size: 28pt;
    font-weight: bolder;
    margin-bottom: 18pt;
    text-align: left;
}

.textbox h2 {
	font-weight: bold;
	font-size: 20pt;
}

.textbox h3 {
	font-size: 16pt;
}

.textbox p {
	margin-bottom: 6pt;
	margin-top: 0pt;
}

.bild {
width: 100%;
margin-left: -15px;
margin-top: 20px;
margin-bottom: 10px;
}

ul {
font-family: fira_sansregular, sans-serif;
font-size: 2em;
background-color: #cccccc;
margin: 0;
display: block;
list-style:none;
clear: right;
}

#click:checked ~ ul {display:none;}
#click {display:none;}

#click:checked ~ label .patty2 {
opacity:0;
}
#click:checked ~ label .patty1 {
transform:rotate(-45deg);top: 30px;
transition:transform:  0.5s;
}

#click:checked ~ label .patty3 {
transform:rotate(45deg);top: 30px;
transition:transform:  0.5s;
}


.linie {
width: 60px;
height: 8px;
margin-left: 4px;
border-radius: 4px;
background-color: #3c3c3c;
position: absolute;
}

div.patty1 {
top: 14px;
display: visible;
}

div.patty2 {
top: 31px;
display: visible;
}

div.patty3 {
top: 48px;
display: visible;
}

div.hambox {
width: 70px;
height: 70px;
background-color: #cccccc;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px; 
position: relative;
float: right;
border-radius: 5px;
display: visible;
}

//* Definition der Hyperlinks *//
a {
font-family: fira_sansregular, sans-serif;
text-decoration: none;
}

a:link,
a:visited {
  text-decoration: none;
  color: black;
}

a:visited {
color: grey;
}

a:hover {
  text-decoration: nome;
}

a:active {
  text-decoration: underline;
}



@media (max-width:800px) {
    
ul {
font-size: 1.5em;
display: none;
}
    
.textbox h1 { 
font-size: 20pt;
}   
    
div.linie {
width: 42px;
height: 7px;
border-radius: 3px;
background-color: #3c3c3c;
position: absolute;
display:block;
}

div.hambox {
width: 50px;
height: 50px;
margin: 20px;
border-radius: 4px;
background-color: #cccccc;
position: relative;
float: right;
display: block;
}

div.patty1 {
top: 8px;
display: visible;
}

div.patty2 {
top: 21px;
display: visible;
}

div.patty3 {
top: 34px;
display:visible;
}

//*-- #click:checked ~ ul {display: none;}  --*/

#click: ~ ul {display:block;}
#click:checked ~ ul {display:block;}
#click {display:none;}

#click:checked ~ label .patty2 {
opacity:0;
}
#click:checked ~ label .patty1 {
transform:rotate(-45deg);top: 20px;
transition:transform:  0.5s;
}

#click:checked ~ label .patty3 {
transform:rotate(45deg);top: 20px;
transition:transform:  0.5s;
}

.titelbereich {
	font-size: 16pt;
}

.textbox {
    font-size: 14pt;
}

.textbox h1 {
font-size: 14pt;
}

.textbox h2 {
font-size: 12pt;
}

.textbox h3 {
font-size: 12pt;
}
}