body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
/* =========================================
   Grundlegender Fix gegen horizontalen
   Scrollbalken: box-sizing überall,
   nichts darf breiter als der Viewport sein
   ========================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  overflow-x: hidden;
  max-width: 100%;
}

/* Alle Bilder responsiv - die häufigste Ursache für
   horizontales Scrollen sind Bilder mit festen,
   zu großen width/height-Attributen */
img {
  max-width: 100%;
  height: auto;
}

/* =========================================
   Gesamte Seite: Hintergrund rot (#990000),
   Schrift weiß, Arial
   ========================================= */
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background-color: #990000;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

/* =========================================
   Kopfbereich
   ========================================= */
#header {
  background-color: #990000;
  color: #ffffff;
  position: relative;
  z-index: 100;
  height: 45px;
  max-width: 100%;
}

#header .inside {
  position: relative;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .inside b {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2.0rem;
}

/* Das Ein-/Ausblenden der mobilen Navigation (Header) übernimmt
   komplett das JS-Plugin (inkl. Berücksichtigung der Bildschirmbreite) -
   hier daher KEINE display/visibility-Overrides mehr setzen. */

/* =========================================
   Linke Spalte (#left) inkl. mobilem Menü-Button
   ========================================= */
#left {
  background-color: #990000;
  color: #ffffff;
}

/* Bild oberhalb der Navigation - rein per CSS, kein Template nötig.
   Bild-URL unten anpassen (z.B. auf ein Bild aus deinem Contao-
   Dateien-Verzeichnis, z.B. /files/CokeConvention/layout/dein-bild.webp) */
#left .inside::before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;         /* Höhe ggf. anpassen, je nach Bildformat */
  margin: 20px 10px 10px 10px;
  background-image: url("/files/CokeConvention/images/Cokezeichung-Nav.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}

/* Trigger-Button für mobiles Menü: fest oben verankern */
.mod_mobile_menu {
  position: relative;
}

#mobile-menu-3-trigger {
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 999;
}

/* Ausklapp-Menü selbst: nur Farben/Ebene, das Ein-/Ausblenden beim
   Klick auf den Button steuert weiterhin das JS-Plugin */
#mobile-menu-3 {
  z-index: 998;
  background-color: #990000;
  color: #ffffff;
}

#mobile-menu-3 .mod_navigation a,
#mobile-menu-3 .mod_navigation strong {
  color: #ffffff;
}

/* =========================================
   Inhaltsteil (Haupt-Container)
   ========================================= */
#wrapper,
#container,
#main,
#content {
  background-color: #990000;
  color: #ffffff;
  max-width: 100%;
}

/* Links im Fließtext: gelb (#ffff00) und fett
  -> nur im Content-Bereich, damit Navi unangetastet bleibt */
#main a,
#content a {
 color: #ffff00;
 font-weight: bold;
}
/* Abstand links (zur Navi) und rechts (zum Rand) – nur Desktop.
   WICHTIG: #left ist vermutlich position:fixed/absolute, daher wirkt
   margin auf #left/#main NICHT. Der Abstand muss über das Padding
   von #container gesteuert werden, das laut Seiten-CSS den Platz
   für die Navi ohnehin schon reserviert (padding-left:133px). */
@media (min-width: 768px) {
  #container {
    padding-left: 165px !important;  /* 133px Navi-Breite + 32px Abstand */
    padding-right: 40px !important;
    box-sizing: border-box;
  }
  #main,
  #content {
    margin: 0;
  }
}

/* =========================================
   Links allgemein
   ========================================= */
a {
  color: #ffffff;
  text-decoration: none;
}
a:visited {
  color: #ffffff;
}
a:hover,
a:focus {
  text-decoration: underline;
}

/* =========================================
   Navigation – generell
   ========================================= */
.mod_navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.mod_navigation ul li {
  list-style: none;
  margin: 0 20px;
  padding: 0;
  display: inline-block;
}

.mod_navigation strong,
.mod_navigation a {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/* =========================================
   Mobile: Navi bleibt sichtbar, Layout wird
   untereinander statt nebeneinander
   ========================================= */
@media (max-width: 767px) {
  #left {
    margin-right: 0;
    width: 100%;
  }
  #main,
  #content {
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  #left .mod_navigation {
    text-align: center;
  }
  .mod_navigation ul {
    text-align: center;
  }
  .mod_navigation ul li {
    margin: 5px 0;
    display: block;
  }
}

/*Bilder - Galerie*/
.content-gallery figure {
margin-top: 5px;
margin-right: 9px;
margin-bottom: 5px;
}


.content-text.media--left figure {
margin-right: 20px;
}


.content-text.media--right figure {
margin-left: 20px;
}

/* Galerie: feste Spaltenzahl erzwingen (3 bzw. 4 pro Reihe),
   unabhängig von der Bildschirmbreite */
.content-gallery ul {
  display: grid;
  gap: 10px 9px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.content-gallery--cols-3 ul {
  grid-template-columns: repeat(3, 1fr);
}
.content-gallery--cols-4 ul {
  grid-template-columns: repeat(4, 1fr);
}
.content-gallery figure img {
  width: 100%;
  height: auto;
  display: block;
}
.mobile_menu .inner {
	background:#990000;
}
.mobile_menu .inner a{
	font-size: 1.0em;
	text-transform: uppercase;
	padding: 10px 20px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #fff;
}
.mobile_menu .inner .active{
  font-size: 1.3em;	
  	border-bottom: 1px solid #fff;

}
