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


.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.header {

  padding-top: 8px;
  grid-column: 3 / 4;
  color: #FC3E7C;
  font-family: Courier;
  font-size: 20px;
}

.header a {
  padding-top: 8px;
  grid-column: 3 / 4;
  color: #FC3E7C;
  font-family: Courier;
  font-size: 20px;
  text-decoration: none;
}

.logo {

  padding-top: 8px;
  grid-column: 4 ;
  margin-left: 12px;
  margin-right: 8px;
}

.navigation {

  padding-top: 20px;
  grid-column-start: 5;
  grid-column-end: 12;
}

.socialmediaicons {

  margin-right: 0%;
  margin-left: 20%;
  padding-top: 20px;
  grid-column-start: 12;
  grid-column-end: 15;
}

.inhalt {
  padding-top: 20px;
  width: 95%;
  grid-column: 3 / 11;
  margin-bottom: 35px;
}

.inhalt p{
    grid-column: 3 / 11;
    color: black;
    font-family: Monospace;
    font-size: 15px;
  }


.inhalt h2{
    grid-column: 3 / 11;
    color: #FC3E7C;
    font-family: Courier;
    font-size: 30px; 
}   

.inhalt h3{
    grid-column: 3 / 11;
    color: #FC3E7C;
    font-family: Courier;
    font-size: 26px;
}   

.inhalt h4{
    grid-column: 3 / 11;
    color: #FC3E7C;
    font-family: Courier;
    font-size: 20px;
}  

.feed {
  margin-top: 10px;
  grid-column: 11 / 15;
}

.partners_slideshow {
  grid-column: 6 / 11;
  margin-bottom: 20px;

}

.partners_slideshow h3 {
  font-size: 20;
  font-family: monospace;
  color: #FC3E7C;
  text-align: center;
  padding-bottom: 10px;
}

.by {
	margin-top: 150px;
	grid-column: 14;
	font-size: 10px;
	font-family: monospace;
	text-align: center;

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {     /* ---- Sart Internet Explorer specific Code ---- */
   
  .inhalt {
    max-width: 65%;
    margin-left: 20%;
    margin-right: 28% !important;
    margin-bottom: 40px;
  }

  .header {
    margin-left: 15%;
    margin-top: 7px;
    float: left;
  }

   .logo {
      margin-top: 7px;
      margin-left: 17px;
      float: left;
   }

   .topnav {
      margin-top: 20px;
      margin-right: 4px;
      float: left;
   }

   .social-media {
      margin-top: 0 !important;
      float: left;
   }

   .tab {
    max-width: 40%;
    margin-left: 30%;
    margin-bottom: 20px;
   }

   .tabcontent {
    max-width: 40%;
    margin-left: 30%;
    margin-bottom: 20px;
   }

   .partners_slideshow {
    margin-left: 35%;
    margin-bottom: 20px;
   }

   .partners_slideshow h3 {
    margin-left: -45%;
   }
}                                    /* ---- End Internet Explorer specific Code ---- */


@supports (-ms-ime-align: auto) {       /* ---- Start Microsoft Edge specific Code ---- */
  .inhalt {
    max-width: 60%;
    margin-left: 20%;
    margin-right: 90px;
    margin-bottom: 40px;

  }

  .header {
    margin-left: 12%;
    margin-top: 7px;
    margin-right: 7px;
    float: left;
  }

   .logo {
      margin-top: 7px;
      float: left;
   }

   .topnav {
      margin-top: 20px;
      margin-right: 4px;
      float: left;
   }

   .social-media {
      margin-top: 0 !important;
      float: left;
   }

   .tab {
    max-width: 40%;
    margin-left: 30%;
    margin-bottom: 20px;
   }

   .tabcontent {
    max-width: 40%;
    margin-left: 30%;
    margin-bottom: 20px;
   }

   .partners_slideshow {
    margin-left: 35%;
    margin-bottom: 20px;
   }

   .partners_slideshow h3 {
    margin-left: -55%;
   }
}                                /* ---- End Microsoft Edge specific Code ---- */



@media (max-width: 700px) {     /* ---- Start Small Screen specific Code ---- */

.feed {
  margin-top: 15px;
  margin-bottom: 15px;
  grid-column: 3 / 15;
  width: 100%;
}

.socialmediaicons {
    grid-column: 3 / 15;
    padding-top: 10px;
}

.partners_slideshow {
  grid-column: 3 / 14;
}

.by {
	grid-column: 8 / 15;
}

}                       /* ---- End Small Screen specific Code ---- */




/* --- ---- ---- ---- Navigation ---- ---- ---- ---- */
.topnav {
  background-color: #FC3E7C;
  color: white;
  border-left:1px solid #c4dbe7;
  border-right:1px solid #c4dbe7;

}

#myTopnav ul {
    margin:0px auto;
    position:relative;
    float:center;
    border-left:1px solid #c4dbe7;
    border-right:1px solid #c4dbe7;
}

#myTopnav ul li {
    display:inline;
    font-size:12px;
    font-weight:bold;
    margin:0;
    padding:0;
    float:left;
    position:relative;

}

.topnav ul{

  list-style-type: none;
}

.topnav li a {
  float: left;
  display: block;
  background-color:  #FC3E7C;
  color: white !important;
  text-align: center;
  padding:10px 24px;
  text-decoration: none;
  font-family: courier;
  font-size: 14px;
  border-left:1px solid #c4dbe7;
  border-right:1px solid #c4dbe7;
}
/* Slide over Button */
.topnav li a:hover {
  background-color: #313131;
  color: #FC3E7C !important;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav li a {display: none;}
  .topnav li a.icon {
    float: right;
    display: block;
  }

}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responisve li a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive li a{
    float: none;
    display: block;
    text-align: left;
  }
}


ul#navigation li:hover > ul {
    visibility: visible;
    opacity: 1;
    background-color: white !important;
}


ul#navigation ul {
    list-style: none;
    position:absolute;
    z-index: 99999;
    top:100%;
    visibility: hidden;
    opacity:0;
    background: #FC3E7C;
}

ul#navigation ul {
    top: 36px;
 
}
 
ul#navigation ul li {
    clear:both;
    border:0.5px solid white;
    border-bottom:1px solid #c9c9c9;
}
 
ul#navigation ul li a {
    padding:7px 15px;
    color: white;
    text-decoration:none;
    display:inline-block;
    float:left;
    clear:both;
    width:100px;
}


/* --- ---- ---- ---- End Navigation ---- ---- ---- ---- */
 

/* --- ---- ---- ---- Social Media Icons ---- ---- ---- ---- */
.social-media:hover {
    opacity: 0.7;
}

.social-media {
  float: none;

}

/* --- ---- ---- ---- End Sovial Media Icons ---- ---- ---- ---- */

/* --- ---- ---- ---- Upcoming Event Home ---- ---- ---- ---- */
.upcoming {
    background-color: white;
    width: 90%;
    border: 0.2px solid #FC3E7C;
    margin-top: 2px;
    padding: 7.5px;
    box-shadow: 0 2px 5px #000;
}
/* --- ---- ---- ---- End Upcoming Event Home ---- ---- ---- ---- */

/* --- ---- ---- ---- Past Event Home ---- ---- ---- ---- */
.past {
    background-color: white;
    width: 90%;
    border: 0.2px solid #FC3E7C;
    margin-top: 2px;
    padding: 7.5px;
    box-shadow: 0 2px 5px #000;
}
/* --- ---- ---- ---- End Past Event Home ---- ---- ---- ---- */

/* --- ---- ---- ---- Default button ---- ---- ---- ---- */

.default_button {
	font-family: monospace;
	font-size: 12px;
	border: none;
	text-decoration: none;
	background-color: #FC3E7C;
	color: white;
	padding: 3px;
	-webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
    box-shadow: 2.5px 2.5px 1.25px #888888;
	cursor:pointer;
}

.default_button:hover {
  background-color: #FC4E9C;
  color: #FFFFFF !important;
}

/* --- ---- ---- ---- End default button ---- ---- ---- ---- */


/* ---- ---- ---- ---- Tabs for Tweets ---- ---- ---- ---- */

 /* Style the tab */
div.tab {
  	border-top: 1px solid #FC3E7C;
    border: 0 none;
    background-color: white;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: #d3d3d3;
    float: left;
    width: 50%;
    border-left:1px solid #FC3E7C !important;
    border-right:1px solid #FC3E7C !important;
    border-top: 1px solid #FC3E7C !important;
    border-bottom: none !important;
    outline: none;
    cursor: pointer;
    padding: 4px 4px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #f3f3f3;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: white;
}


/* Style the tab content */
.tabcontent {
    background-color: white;
    display: none;
    padding: 6px 12px;
    border: 1px solid #FC3E7C;
    border-top: none;
    box-shadow: 0 2px 5px #000;
} 

.tabscontent a {display: none}


.tabcontent a:first-child {display: block; }
/* ---- ---- --- ---- End Tabs for Tweets ---- ---- ---- ---- */



/* ---- ---- ---- ---- Speechbubble ---- ---- ---- ---- */

.speech-bubble {
	position: relative;
	background: #d1d1d1;
	border-radius: .4em;
	padding: 10px;
	font-family: monospace;
	font-style: italic;
}

.speech-bubble:after { 
	padding: 1px;
	font-family: monospace;
	content: '';
	position: absolute;
	bottom: 0;
	left: 40%;
	width: 0;
	height: 0;
	border: 26px solid transparent;
	border-top-color: #d1d1d1;
	border-bottom: 0;
	margin-left: -15px;
	margin-bottom: -15px;
}

.speech-bubble-speaker {
	margin: 16px;
	font-family: courier;

}

/* ---- ---- ---- ---- End Speechbubble ---- ---- ---- ---- */


/* ---- ---- ---- ---- Placeholder ---- ---- ---- ---- */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: monospace;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: monospace;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: monospace;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: monospace;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: monospace;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: monospace;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: monospace;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: monospace;
}

/* ---- ---- ---- ---- End Placeholder ---- ---- ---- ---- */





/* ---- ---- ---- ---- Partner Automativ-Slideshow ---- ---- ---- ---- */
.SponsorText h3{
    color: #FC3E7C;
    font-family: courier;
    font-size: 24px;
    text-align: center;
    /*position: relative;
    left: 262px;*/
  }

/* Slideshow container */
.slideshow-container {
  max-width: 400px;
}

.mySlides {
    background: white;
    padding: 2px;
    border: solid 0.5px #FC3E7C;
    display: none;
    box-shadow: 0 2px 5px #000;

}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* ---- ---- ---- ---- End Partner Automatic-Slideshow ---- ---- ---- ---- */  