/* PROJEKT EBOARDMUSEUM

02 MAXI INHALTE */






@media screen and (min-width: 768px) {
	

/* SCHRIFTEN 
------------------------------------------------------------------------------------- */
@font-face {
    font-family: "BNKGOTHM"; 
    src: url("../fonts/BNKGOTHM.TTF");
}
@font-face {
    font-family: "BNKGOTHM-IE"; 
    src: url("../fonts/bnkgothm-webfont.eot");
}
@font-face {
    font-family: "droid_sansregular";
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v28-latin-regular.eot'); /* IE9 Compat Modes */
 src: local(''),
       url('../fonts/open-sans-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v28-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* Seitenüberschriften 
------------------------------------------------------------------------------------- */
#main .ce_text.ueberschriftschwarz {
    padding:24px 8px 36px;
    text-align:center;
    background-color:rgba(0,0,30,.7);
    /* background-color:rgba(6,0,0,.7); */
    border:1px dashed #75554d;
    border-top-left-radius:8px;
}

/* "EBOARDMUSEUM" in der Seitenüberschrift */
.ueberschriftschwarz h1 {
    width:auto;
    height:auto;
    margin:0;
    padding:0;
    text-align:center;
    font:4rem BNKGOTHM-IE,BNKGOTHM,verdana,arial,helvetica,sans-serif;
    font-weight:normal;
    color:#c00;
    text-transform:uppercase;
    letter-spacing:1px;
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.ueberschriftschwarz h2 {
    margin:0;
    padding:12px 0 0;
    text-align:center;
    font:1.2em "Open Sans",Verdana,Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#fc0;
    text-transform:uppercase;
    letter-spacing:3px;
    background: none;
}

/* Container Inhalte 
---------------------------------------------------------------------------------------- */
#main .ce_text,
#main .ce_image,
#main .ce_gallery,
#main .ce_dlh_googlemaps,
#main .mod_customnav.archiv {
    margin-top:12px;
    padding:24px;
    background-color:#3c0b0a;
    border:1px dashed #75554d;
    border-top-left-radius:12px;
    border-bottom-left-radius:12px;
    color:rgba(0,204,204,.8);
}

/* Schriftzug EBOARDMUSEUM im Text */
.span_e {
    font:1.4em BNKGOTHM-IE,BNKGOTHM,verdana,arial,helvetica,sans-serif;
    font-weight:normal;
    color:rgba(204,0,0,.8);
    text-transform:uppercase;
    -webkit-hyphens: auto;
    -epub-hyphens: auto; 
    -moz-hyphens: auto;
    hyphens: auto;
    text-shadow: 1px 1px 1px #000;
}
h2 {
    display:block;
    margin:0 0 12px;
    padding:12px 28px;
    text-align:center;
    background-color:rgba(204,204,204,.1);
    font:1.5em "Open Sans",Verdana,Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#fc0;
    text-transform:uppercase;
    letter-spacing:2px;
}
h2 a {
    color:#fc0;
}

.css_danke .traktat h2 {
	color: #fff;
	margin-bottom: 24px;
	letter-spacing: 3px;
}

h3 {
    margin:12px 0 12px 12px;
    font:1.5em "Open Sans",Verdana,Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:rgba(255,255,255,.6);
    text-transform:uppercase;
    letter-spacing:2px;
}
#main .ce_text strong {
    font-weight:normal;
    color:rgba(255,204,0,.8);
}
#main .ce_text p {
    margin-right:18px;
    margin-left:12px;
}
#main .ce_text p a {
    text-decoration:none;
    color:#fc0;
}
#main .ce_text a:hover {
    text-decoration:underline;
    color:#c60;
}
#main .text_gruen {
    color:rgba(51,204,0,.8);
}
#main .text_rot {
    color:#c00;
}
#main .text_orange {
    color:#c60;
}
#main .text_weiss {
    color:rgba(255,255,255,.7);
}

/* Tastenförmige Buttons im Text */
#main .textbutton {
    width:220px;
    margin-right:auto;
    margin-left:auto;
}
#main .textbutton a {
    width:220px;
    display:block;
    margin-top:24px;
    margin-left:auto;
    padding:12px 0 12px 24px;
    background-color:rgba(102,51,51,.8);
    border:1px solid #999;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
    font:1em "Open Sans",Verdana,Arial,Helvetica,sans-serif;
    text-decoration:none;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
    text-shadow: 1px 1px 1px #300;
}
#main .textbutton a:hover {
    width:212px;
    display:block;
    margin:24px 0 0 8px;
    padding:12px 0 12px 24px;
    background-color:#633;
    background:-moz-linear-gradient(275deg,#300 .2%,#633);
    background:-webkit-linear-gradient(275deg,#300 .2%,#633);
    background:-o-linear-gradient(275deg,#300 .2%,#633);
    background:-ms-linear-gradient(275deg,#300 .2%,#633);
    background:linear-gradient(175deg,#300 .2%,#633);
    -pie-background:linear-gradient(275deg,#300 .2%,#633);
    border:1px solid #999;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
    font-size:1em;
    text-decoration:none;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
}

/* Listen 
---------------------------------------------------------------------------------------- */
#main ul {
    margin-left:24px;
}
#main .ce_text li {
    margin-bottom:6px;
    margin-left:30px;
    padding-left:12px;
    list-style-type:circle;
    list-style-image:url("../grafiken/listensymbol.png");
}

/* STARTSEITE 
-------------------------------------------------------------------------------------------------- */
#main .prix_video-container {
    height:0;
    position:relative;
    overflow:hidden;
    margin-top:12px;
    padding: 30px;
    padding-bottom:52.5%;
    border:1px dashed #75554d;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
}
.prix_video-container iframe,
.prix_video-container object,
.prix_video-container embed {
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
}
.ce_text.home_youtube .image_container {
    width:302px;
    margin:0 auto;
}
.ce_text.home_youtube .image_container img {
    margin-bottom:24px;
}
.ce_text.home_youtube .text {
    width:302px;
    margin:0 auto;
}

/* iframes, zum Beispiel ORF Lange Nacht der Museen */

.iframe_orf_container {
	position:relative;
	overflow: hidden;
    width: 100%;
    margin:12px 0;
    text-align: center;
}

/* MUSEUMSGUETESIEGEL 
-------------------------------------------------------------------------------------------------- */
#left .ce_text.css_museumsguetesiegel {
    width:160px;
    margin-top:36px;
    margin-left:18px;
    text-align:center;
    color:#fff;
}
#left .ce_text.css_museumsguetesiegel p {
    margin-top:48px;
}

/* ABOUT 
-------------------------------------------------------------------------------------------------- */
.css_eboardmuseum .ce_text img {
    width:100%;
    height:auto;
    max-width:200px;
    border:1px solid #855d5d;
}

/* PROGRAMM
-------------------------------------------------------------------------------------------------- */
.ce_text.programm .programmheader {
    display:block;
    font-weight:normal;
    text-transform:uppercase;
}

/* Jahreszahl auf der Seite "Events" */
h1 {
    margin:24px 0 8px 48px;
    font-size:8em;
    color:#ccc;
    text-shadow: 1px 1px 1px #000
}

/* PROGRAMM - FOTOS UND TEXTE DER ANKÜNDIGUNGEN
-------------------------------------------------------------------------------------------------- */

/* Fotos in den Überschriften der Events */

.ce_text.programm .image_container {
    width:27%;
    max-width:202px;
    float:left;
    padding-right:24px;
}
.ce_text.programm img {
    width:100%;
    height:auto;
    max-width:200px;
    float:left;
    border:1px solid #855d5d;
}
.ce_text.programm .caption{
	color: #ccc;
	font-size: 11px;
}

/* Texte der Events */

.ce_text.programm h2,
.ce_text.projekte h2 {
    display:block;
    margin:0 0 12px;
    padding:12px 28px 12px 22px;
    text-align:left;
    background-color:rgba(204,204,204,.1);
    font:2em "Open Sans",Verdana,Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:rgba(255,204,0,.7);
    text-transform:uppercase;
    letter-spacing:3px;
}
.ce_text.programm h2 a,
.ce_text.projekte h2 a {
    padding-bottom:3px;
    background-image:url("data:image/svg+xml,%3Csvg%20viewBox...%20fill%3D%22yellow%22%20...");
    background-position:right center;
    background-repeat:no-repeat;
    border-bottom:1px dashed rgba(255,204,0,.7);
    text-decoration:none;
    color:rgba(255,204,0,.7);
}
.ce_text.programm h2 a[target="_blank"]:after,
.ce_text.projekte h2 a[target="_blank"]:after {
    content: url(../grafiken/marker.png);
}
.ce_text.programm h2 a:hover,
.ce_text.projekte h2 a:hover {
    padding-bottom:3px;
    border-bottom:1px dashed rgba(204,102,0,.7);
    color:rgba(204,102,0,.7);
    text-decoration: none !important;
}
.ce_text.programm h2 a:hover[target="_blank"]:after,
.ce_text.projekte h2 a:hover[target="_blank"]:after {
    content: url(../grafiken/marker_hover.png);
}
.ce_text.programm h3 {
    display:table;
    margin:0 0 40px 12px;
    text-align:left;
    font:1.25em "Open Sans",Verdana,Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:rgba(255,255,255,.6);
    text-transform:uppercase;
    letter-spacing:2px;
}
.ce_text.programm h3 a {
    text-decoration:underline;
    color:rgba(255,204,0,.7);
}
.ce_text.programm h4 {
    margin:12px 16px 12px 12px;
    font:1.2em "Open Sans",Verdana,Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:rgba(255,255,255,.5);
    text-transform:uppercase;
    letter-spacing:1px;
}


/* Eizelne Fotos im Textabschnitt
-------------------------------------------------------------------------------------------------- */

.css_programm .ce_text.programm .programmtext_image_container,
.css_fotogalerie .ce_text.programm .programmtext_image_container{
    width:100%;
    height: auto;
    float: none;
    text-align:center;
}
.css_programm .ce_text.programm .programmtext_image_container img,
.css_fotogalerie .ce_text.programm .programmtext_image_container img{
    width:100%;
    max-width: 800px;
    height:auto;
    border:1px solid #855d5d;
    float: none;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.ce_text .reservierung {
    text-align:left;
    color:#fff;
    letter-spacing:1px;
    hyphens: none;
}
.ce_text.programm .reservierung {
    margin-top:24px;
    padding:12px 12px 1px 6px;
    text-align:left;
    background-color:rgba(117,85,77,.1);
    border:1px dashed #75554d;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    hyphens: none;
}

/* Eigene Videos in ce.text */
.ce_player.programm {
    position:relative;
    overflow:hidden;
    padding:24px 0 24px 48px;
    background-color:#3c0b0a;
}

/* FOTOS RÜCKBLICK 
-------------------------------------------------------------------------------------------------- */


.css_fotogalerie #main .ce_text {
    background-color:#3c0b0a;
}
.css_fotogalerie #main .ce_gallery,
.css_fotogalerie #main .ce_image {
    margin-top:-68px;
    padding:24px 24px 48px;
    background-color:#3c0b0a;
    border-top:0 dashed #75554d;
    border-right:1px dashed #75554d;
    border-bottom:1px dashed #75554d;
    border-left:1px dashed #75554d;
    border-top-left-radius:0;
    border-bottom-left-radius:12px;
}
.css_fotogalerie .ce_gallery ul {
    margin:0;
    padding:0;
}
.css_fotogalerie .ce_gallery li {
    width:30%;
    min-width:150px;
    max-width:220px;
    margin:.7% 1%;
    padding:0;
    display: flex;
}
.css_fotogalerie .ce_gallery .image_container {
    margin:0;
    padding:0;
}
.css_fotogalerie .ce_gallery img {
    border:1px solid #855d5d;
}
.css_fotogalerie .ce_image .image_container {
    width:30%;
    min-width:150px;
    max-width:220px;
    margin:0 auto;
    padding:0 12px 0 0;
    box-sizing: border-box;
    display: flex;
}
.css_fotogalerie .ce_image img {
    border:1px solid #855d5d;
}

/* WOW 
-------------------------------------------------------------------------------------------------- */
.css_wow .image_container {
    width:100%;
    padding-top:30px;
    padding-bottom:18px;
    text-align:center;
}
.css_wow .ce_text img {
    width:100%;
    height:auto;
    max-width:200px;
    border:1px solid #855d5d;
    box-sizing: border-box;
}
.css_wow #main .ce_gallery {
    margin-top:-68px;
    padding:24px 24px 48px;
    background-color:#3c0b0a;
    border-top:0 dashed #75554d;
    border-right:1px dashed #75554d;
    border-bottom:1px dashed #75554d;
    border-left:1px dashed #75554d;
    border-top-left-radius:0;
    border-bottom-left-radius:12px;
}
.css_wow .ce_gallery ul {
    margin:0;
    padding:0;
    display: flex;
}
.css_wow .ce_gallery li {
    margin:0 30px 0 0;
    padding:0;
}
.css_wow .ce_gallery .image_container {
    margin:0;
    padding:0;
}
.css_wow .ce_gallery img {
    border:1px solid #855d5d;
}

/* HELP!!! 
-------------------------------------------------------------------------------------------------- */
.css_help .image_container {
    width:100%;
    padding-top:30px;
    padding-bottom:18px;
    text-align:center;
}
.css_help .ce_text img {
    width:100%;
    height:auto;
    max-width:300px;
    border:1px solid #855d5d;
    box-sizing: border-box;
}

/* MEDIENECHO 
-------------------------------------------------------------------------------------------------- */
.css_medienecho .videocontainer,
.css_medienecho .ce_text p {
    text-align:center;
}
.css_medienecho .ce_text h3 {
    margin-left:-8px;
    text-align:center;
    font-size:1.2em;
}

/* HIGHLIGHTS 
-------------------------------------------------------------------------------------------------- */
#main .textbutton_highlights {
    width:258px;
    margin:36px 0 12px 4px;
}
#main .textbutton_highlights a {
    width:256px;
    display:block;
    box-sizing: border-box;
    margin-top:24px;
    margin-left:auto;
    padding:12px 24px;
    background-color:rgba(102,51,51,.8);
    border:1px solid #999;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
    font:1em "Open Sans",Verdana,Arial,Helvetica,sans-serif;
    text-decoration:none;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
    text-shadow: 1px 1px 1px #300;
    text-align: center;
}
#main .textbutton_highlights a:hover {
    width:250px;
    display:block;
    box-sizing: border-box;
    margin:24px 0 0 8px;
    padding:12px 24px;
    background-color:#633;
    background:-moz-linear-gradient(275deg,#300 .2%,#633);
    background:-webkit-linear-gradient(275deg,#300 .2%,#633);
    background:-o-linear-gradient(275deg,#300 .2%,#633);
    background:-ms-linear-gradient(275deg,#300 .2%,#633);
    background:linear-gradient(175deg,#300 .2%,#633);
    -pie-background:linear-gradient(275deg,#300 .2%,#633);
    border:1px solid #999;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
    font-size:1em;
    text-decoration:none;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
}
.ce_text.highlights p {
    width:280px;
}

/* TEAM 
-------------------------------------------------------------------------------------------------- */
.css_team .image_container {
    width:100%;
    padding-top:30px;
    padding-bottom:18px;
    text-align:center;
}
.css_team .ce_text img {
    width:100%;
    height:auto;
    max-width:300px;
    border:1px solid #855d5d;
    box-sizing: border-box;
}
.css_medienecho .video {
    margin-bottom:12px;
    border:1px solid #999;
}

/* VERLUSTE 
-------------------------------------------------------------------------------------------------- */
.css_verluste .image_container {
    width:100%;
    padding-top:30px;
    padding-bottom:18px;
    text-align:center;
}
.css_verluste .ce_text img,
.css_verluste .ce_image img {
    width:100%;
    height:auto;
    max-width:200px;
    border:1px solid #855d5d;
    box-sizing: border-box;
}
.css_verluste #main .ce_text.part_2,
.css_verluste #main .ce_image.part_2 {
    margin-top:-64px;
    padding:24px 24px 48px;
    background-color:#3c0b0a;
    border-top:0px dashed #75554d;
    border-right:1px dashed #75554d;
    border-bottom:1px dashed #75554d;
    border-left:1px dashed #75554d;
    border-top-left-radius:0;
    border-bottom-left-radius:12px;
}

/* Accordion */
.css_verluste #main .ce_accordionSingle.last.ce_accordion.ce_text {
    margin-top:-12px;
    padding-top:36px;
    padding-right:24px;
    padding-left:24px;
    border-top:0 dashed #75554d;
    border-right:1px dashed #75554d;
    border-bottom:1px dashed #75554d;
    border-left:1px dashed #75554d;
    border-top-left-radius:0;
    border-bottom-left-radius:12px;
}
.css_verluste #main .toggler {
    display:compact;
    margin-bottom:24px;
    padding:12px;
    text-align:center;
    font-weight:normal;
    color:rgba(255,255,255,.8);
    cursor: pointer
}

/* ANREISE 
-------------------------------------------------------------------------------------------------- */
.css_anreise .ce_text img {
    width:100%;
    height:auto;
    max-width:100px;
    float:left;
    margin:8px 36px 60px 8px;
}
.css_googlemap {
    width:100vw;
    height:70vh;
}
.googlemaps_sprechblase {
    padding:12px;
    background-color:rgba(0,0,0,.8);
    border-radius:4px;
    color:#fc0;
}

/* LINKS 
------------------------------------------------------------------------------------------------ */
.ce_image {
    margin-top:12px;
    padding:24px;
    text-align:center;
    background-color:rgba(51,0,0,.9);
    border:1px dashed #75554d;
    border-top-left-radius:12px;
    border-bottom-left-radius:12px;
    color:rgba(0,204,204,.8);
}
}
