@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
* {
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
html,body  {
    background-color: #B8C7E2;
    margin: 0;
    padding: 0;
}
#header {
    background-color: #003776;
    padding-bottom: 30px;
    color: #E5EBF9;
}
nav ul {
    margin: 0;
}
nav li {
    display: inline;
}
nav a {
    display: inline-block;
    padding: .5em;
    color: white;
    text-decoration: none;
}
nav a:hover {
    background-color: rgba(255, 255, 255, .3);
}
.Haupt-nav {
    text-align: center;
    font-size: 1.1em;
    font-weight: lighter;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.Haupt-nav li {
    padding: 0 5%;
}
.Hauptüberschrift {
    text-align: center;
    margin: 0;
    font-size: 4em;
    font-family: 'Anton', sans-serif;
}
.Inhaltsabschnitt1 {
    margin: 1em;
    max-width: 900px;
    margin: 0 auto;
}
.Inhaltsabschnitt-Überschrift {
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
}
.Schengenbild {
    float: left;
    height: 400px;
    width: 500px;
    margin-right: 15px;
    border-radius: 5%;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
#footer {
    background-color: #1C256A;
    color:white;
}
footer {
    margin-left: 10px;
    font-family: 'Anton', sans-serif;
}
footer img {
    padding-left: 0mm;
}
.btn {
    text-align: center;
    vertical-align: middle;
    padding: .67em;
    cursor: pointer;
}
#btnheader {
    margin-left: 36%;
    margin-right: 36%;
    margin-bottom: 50px;
    color: #1C256A;
    border: 2px solid #E5EBF9;
    border-radius: 13%;
    font-family:'Anton', sans-serif ;
}
.Abspielen {
    background-image: url(./img/eu-logo2.png);
}
.headerbtnsect {
    margin-left: 27%;
    margin-top: 8px;
    padding-top: 10px;
    color: white;
}
.Andere-Webseiten-Spalte {
    border-bottom: 1px solid black;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.Andere-Webseiten-Spalte:last-child {
    border-bottom: none;
}
.Andere_Webseiten {
    margin-left: 3%;
    margin-right: 3%;
}
.Button-Andere_Webseiten {
    cursor: pointer;
    padding: .67em;
    vertical-align: middle;
    text-align: center;
    color:black;
    margin-left: 5%;
}
.Klassennummer {
    padding-right: 0.5em;
    display: inline-block;
    width: 11%;
}
.Name-Spalte {
    width: 11%;
    display: inline-block;
}
.Thema-Webseiten {
    display: inline-block;
    width: 11%;
}
.Neues-Überschrift {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
}
.Text-Neues {
    text-align: center;
    margin-left: 8.33%;
}
#YT-Video {
    margin-left: 25%;
}
.Spalte {
    display: inline-block;
    text-align: center;
}
.Spalte h3 {
    border: 1px solid black;
    padding: 10%;
}
.Spalte h3:first-child {
    margin-left: 25%;
}
.Spalte p {
    border: 1px solid black;
    margin-left: 25%;
    padding: 5px;
}
#footer {
    padding-bottom: 30px;
}
#Warum-Überschrift {
    text-align: center;
    border-bottom: 1px solid black;
    font-family: 'Bebas Neue', cursive;
    margin-left: 35%;
    margin-right: 35%;
}
#kontaktdaten {
    margin-bottom: 400px;
}




