/* General */

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}

.centeredText {
    text-align: center;
}

.childrenTitel {
    margin: 0;
    position: relative;
    top: 130px;
}

/* Navigation */

.topnav {
  overflow: hidden;
  background-color: black;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #FF8C00;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 700px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 6700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Burger Icon */
.burger-menu-icon {
    width: 30px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.burger-menu-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 3px;
}

/* Header Image */

.timmiBg {
    background-image: url("./pictures/Logo.png");
    margin: 0 0 2em 0;
    padding: 0;
    width: auto;
    height: 100%;
    max-height: 20em;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.bannerBg {
    background-image: url("./pictures/Banner.png");
    margin: 0 0 2em 0;
    padding: 0;
    width: auto;
    height: 100%;
    max-height: 20em;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.podcastBg {
    background-image: url("./pictures/PodcastLogoWithOpacity.jpg");
    margin: 0 0 2em 0;
    padding: 0;
    width: auto;
    height: 100%;
    max-height: 20em;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    opacity: 90%;
}

/* TimeLine */

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .timeline {
        max-width: 40em;
    }
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: black;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: #D9D9D9;
    border: 4px solid #D9D9D9;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.left {
    left: 0;
    text-align: right;
}

.right {
    left: 50%;
}

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
}

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
}

.right::after {
    left: -16px;
}

.content {
    position: relative;
    border-radius: 6px;
}

/* TimeLine Images & Icons */

.clapperboard {
    font-size: 5em;
    position: absolute;
    top: 15px;
    margin: 0;
    right: 100px;
}

.birthdayDotOne {
    height: 5em;
    width: 5em;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 140px;
    left: 100px;
}

.birthdayTextOne {
    position: absolute;
    top: 140px;
    left: 130px;
}

.birthdayDotTwo {
    height: 5em;
    width: 5em;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 270px;
    right: 100px;
}

.birthdayTextTwo {
    position: absolute;
    top: 270px;
    right: 130px;
}

.timeline100 {
    font-size: 4em;
    font-family: "Black Ops One", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #FFD700;
    position: absolute;
    left: 50px;
    top: 350px;
}

.timelinePodcastLogo {
    width: 125px;
    height: 125px;
    position: absolute;
    top: 620px;
    left: 60px;
}

.birthdayDotThree {
    height: 5em;
    width: 5em;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 510px;
    right: 100px;
}

.birthdayTextThree {
    position: absolute;
    top: 510px;
    right: 130px;
}

.birthdayDotFour {
    height: 5em;
    width: 5em;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 760px;
    right: 100px;
}

.birthdayTextFour {
    position: absolute;
    top: 760px;
    right: 130px;
}

/* Friends */

.sectionDivider {
    width: 300px;
}

@media (min-width: 600px) {
    .sectionDivider {
        width: 500px;
    }
}

@media (min-width: 700px) {
    .newsImpressumDivider {
        width: 90%;
    }
}

.titelDivider {
    width: 100px;
}

.smallMargin {
    margin: 10px;
}

.friendsLogo {
    display: block;
    margin: auto;
    width: 80%;
}

@media (min-width: 700px) {
    .friendsLogo {
        width: 40%;
    }
}

@media (min-width: 900px) {
    .desktopFriends {
        width: 33%;
        float: left;
    }

    .titelDivider {
        display: none;
    }
}

.brandIcons {
    font-size: 2em;
}

.socialMediaGrid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 2fr;
    grid-template-rows: 1fr;
    gap: 16px;
    place-items: center;
}

.iconGridStartTwo {
    grid-column-start: 2;
}

.icon {
    color: white;
}

.blackIcon {
    color: black;
}

.bottomMargin {
    margin-bottom: 2em;
}

.ownSocialMediaGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    place-items: center;
    margin: 0 1em 0 1em;
}

@media (min-width: 750px) {
    .ownSocialMediaGrid {
        margin: 0 10em 0 10em;
    }
}

@media (min-width: 1000px) {
    .ownSocialMediaGrid {
        margin: 0 20em 0 20em;
    }
}

/* Social Media Buttons */

.socialMediaButtonYoutube {
    background-color: red;
    width: 3.5em;
    height: 3.5em;
    border-color: transparent;
    border-radius: 100%;
    cursor: pointer;
}

.socialMediaButtonInstagram {
    background-color: #FF00CC;
    width: 3.5em;
    height: 3.5em;
    border-color: transparent;
    border-radius: 100%;
    cursor: pointer;
}

.socialMediaButtonTwitch {
    background-color: #AA00FF;
    width: 3.5em;
    height: 3.5em;
    border-color: transparent;
    border-radius: 100%;
    cursor: pointer;
}

.socialMediaButtonWeb {
    background-color: #009DFF;
    width: 3.5em;
    height: 3.5em;
    border-color: transparent;
    border-radius: 100%;
    cursor: pointer;
}

.socialMediaButtonWhatsApp {
    background-color: #00E800;
    width: 3.5em;
    height: 3.5em;
    border-color: transparent;
    border-radius: 100%;
    cursor: pointer;
}

.socialMediaButtonSpotify {
    background-color: #1ED760;
    width: 3.5em;
    height: 3.5em;
    border-color: transparent;
    border-radius: 100%;
    cursor: pointer;
}

.socialMediaButtonDiscord {
    background-color: #7785CC;
    width: 3.5em;
    height: 3.5em;
    border-color: transparent;
    border-radius: 100%;
    cursor: pointer;
}

.socialMediaButtonEmail {
    background-color: orange;
    width: 3.5em;
    height: 3.5em;
    border-color: transparent;
    border-radius: 100%;
    cursor: pointer;
}

.socialMediaButtonAmazonMusic {
    background-color: #ff9900;
    width: 3.5em;
    height: 3.5em;
    border-color: transparent;
    border-radius: 100%;
    cursor: pointer;
}

.socialMediaButtonApplePodcast {
    background-color: #D56DFB;
    width: 3.5em;
    height: 3.5em;
    border-color: transparent;
    border-radius: 100%;
    cursor: pointer;
}

/* Videos & Streams */

.uploadPlan {
    display: block;
    margin: auto;
    width: 90%;
    height: auto;
}

@media (min-width: 700px) {
    .uploadPlan {
        width: 70%;
    }
}

@media (max-width: 699px) {
    .videoStreamPlanTable {
        display: block;
        margin: 0 3em 0 3em;
        overflow-x: auto;
    }
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 80%;
}

@media (min-width: 700px) {
    .videoStreamPlanTable {
        overflow-x: auto;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    table {
        width: 100%;
    }
}

td,
th {
    border: 2px solid #ffd699;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #ffebcd;
}

/* Mach mal ne Pause */
/* Podcast Promo Slider */

.mySlides {
    display: none
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.text {
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.centerButton {
    margin-left: 45%;
    margin-top: 1.5em;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

@media (min-width: 500px) {
    .slideshow-container {
        max-width: 80%;
    }

    .centerButton {
        margin-left: 47%;
    }
}

/* News */

.news {
    margin: 0 2em 0 2em;
}

.newsImages {
    width: 100%;
    height: auto;
}

@media (min-width: 700px) {
    .desktopNews {
        width: 45%;
        float: left;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        padding: 1em;
        border-radius: 2em;
        margin-right: 2em;
        margin-bottom: 1em;
    }

    .hideDivider {
        display: none;
    }

    .news {
        margin: auto;
        width: 90%;
    }
}

/* Kontakt */

.error {
    color: red;
    font-size: 0.9em;
}

/* Form styling */

.formSection {
    display: grid;
    justify-content: center;
}

.form {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 1em;
    border-radius: 2em;
}

textarea {
    resize: vertical;
    width: 25em;
}

input {
    width: 25em;
}

.formSubmit {
    background-color: #FF8800;
    width: 25em;
    height: 2.5em;
    border: 0;
    border-radius: 1em;
}

@media (min-width: 720px) {
    textarea {
        width: 52em;
    }

    input {
        width: 50em;
    }

    .formSubmit {
        width: 50em;
    }
}

/* Impressum */

.impressum {
    text-decoration: none;
    color: black;
}

.impressumSection {
    height: 2.5em;
}

.impressumBottom {
    position: fixed;
    bottom: 1em;
    left: 38%;
}

@media (min-width: 700px) {
    .impressumBottom {
        position: relative;
        bottom: 5px;
        left: auto;
    }

    .impressum {
        text-align: center;
    }
}