/*************************************************************
  Allgemein
**************************************************************/

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: black;
}
  
@font-face {
	font-family: schrift;
	src: url(../font/Caveat-VariableFont_wght.ttf);
}

@font-face {
	font-family: ueberschrift;
	src: url(../font/Caveat-VariableFont_wght.ttf);
}

body {
    background: white;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

/*************************************************************
  Navigation
**************************************************************/

nav {
    position: relative;
    width: 100%;
}

#back {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 120px;
}

.sprache {
    position: absolute;
    top: 0px;
    right: 30px;
}

.sprache img {
    height: 120px;
}

@media screen and (max-width: 700px) {
.sprache img {
    height: 100px;
}

.sprache {
    right: 10px;
}
}

/*************************************************************
  Header
**************************************************************/

header {
    max-width: 1920px;
    padding: 30px;
    min-height: 150px;
}

.gemeinde {
    margin-bottom: 1rem;
}

.pad-top {
    padding-top: 120px;
}

h1 {
    font-family: ueberschrift;
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 3.3rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
header h1 {
    max-width: 75%;
}
}

@media screen and (max-width: 460px) {
header h1 {
    max-width: 65%;
}

header p {
    font-size: 1.6rem;
}
}

@media screen and (max-width: 380px) {
header h1 {
    font-size: 2.7rem;
}
}

p, ul, li {
    font-family: schrift;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
}
li {
    margin-left: 30px;
}

a {
    text-decoration: none;
    color: black;
}

.break {display: none;}
@media screen and (max-width: 700px) {.break {display: block;}}
.break2 {display: none;}
@media screen and (max-width: 400px) {.break2 {display: block;}}

/*************************************************************
  Grid 1
**************************************************************/

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.row2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px;
}

.col {
    flex: 33%;
    max-width: 33%;
    box-sizing: border-box;
}

.col1 {
    flex: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.col2 {
    flex: 66%;
    max-width: 66%;
    box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
.col {
    flex: 50%;
    max-width: 50%;
}

.col2 {
    flex: 100%;
    max-width: 100%;
}
}
  
@media screen and (max-width: 800px) {
.col, .col2 {
    flex: 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
}

/*************************************************************
  Pfeile
**************************************************************/

#pfeil1 {
    flex: 50%;
    max-width: 50%;
    box-sizing: border-box;
    min-height: 130px;
    text-align: left;
    padding-top: 50px;
    padding-left: 30px;
}

#pfeil2 {
    flex: 50%;
    max-width: 50%;
    box-sizing: border-box;
    min-height: 130px;
    text-align: right;
    padding-top: 50px;
    padding-right: 30px;
}

#pfeil1 img, #pfeil2 img {
    width: 200px;
}

@media screen and (max-width: 650px) {
#pfeil1 img, #pfeil2 img {
    width: 100px;
}
}

/*************************************************************
  Responsive Panels
**************************************************************/

.des { display: block;}
.tab { display: none;}
.mob { display: none;}

@media screen and (max-width: 1200px) {
.des { display: none;}
.tab { display: block;}
.mob { display: none;}
}

@media screen and (max-width: 800px) {
.des { display: none;}
.tab { display: none;}
.mob { display: block;}
}

/*************************************************************
  Panel
**************************************************************/

.col img, .col2 img, .col1 img {
    width: 100%;
}

.panel {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: auto;
    width: 100%;
    padding-bottom: 100%;
}

.panel2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: auto;
    width: 100%;
    padding-bottom: 50%;
}

.txt {
    position: absolute;
    z-index: 2;
    padding: 5px;
    color: black;
    overflow: scroll; 
    background: #0000;
    background: rgba(143, 38, 38, 0.4);
}

/*************************************************************
  Vertikal
**************************************************************/

.vertikal {
    overflow-x: scroll;
    max-height: 92vh;
    /*
    border-top: solid 5px black;
    border-bottom: solid 5px black; */
    margin-bottom: 50px;
}

.vertikal img {
    height: 100%;
    box-sizing: border-box;
    /*
    padding-top: 20px;
    padding-bottom: 20px; */
}

/*************************************************************
  Quellen
**************************************************************/

.quellen {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 30px;
}

h2 {
    font-family: ueberschrift;
    font-weight: 800;
    font-size: 3rem;
    line-height: 3.3rem;
    margin-bottom: 1rem;
}

/*************************************************************
  Beteiligt
**************************************************************/

.padding {
    padding-left: 20px;
    padding-right: 20px;
}

h2 {
    font-family: ueberschrift;
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 3.3rem;
    margin-bottom: 1rem;
    text-align: center;
}

/*************************************************************
  Footer
**************************************************************/

footer {
    max-width: 1920px;
    text-align: right;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-top: 30px;
}

footer p, footer a {
    font-size: 1.5rem;
    color: black;
}

@media screen and (max-width: 800px) {
footer {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
}
}