/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body{
 background: #ffffef;
 font-family: Roboto, Tahoma, Helvetica, sans-serif;
}

a{ text-decoration: none; color:#743762 !important;  }
a:hover{ text-decoration: underline; }

p,li,td {
 font-family: Roboto, Tahoma, Helvetica, sans-serif;
 font-size: 0.9em;
}

.txtright{
 text-align: right;
}

#all {
 position: relative;
}

#popup-all {
 position: relative;
 border-radius: 5px;
 border: 2px solid #743762;
}

#popup-table{
 border-spacing: 5px;
 border-collapse:separate;
}


.popstyle{
 padding:20px;
 max-width: 1000px;
}

#up {
}

#down {
}

#left {
 float: left;
}

#menu {
 text-align: right;
 margin-right: 80px;
 margin-bottom: -30px;
}

#farbkreis {
 position: absolute;
 left: 8px;
 top: 8px;
 z-index: -1;
}

#right {
 margin-left: 160px;
 margin-bottom: 190px;
 max-width: 1400px;
}

#accobox{
 margin:0px; 
 margin-right: 300px;
 margin-top: 35px;
 height: 100px;
}

#sidenavibox{
 float: right;
 width: 300px;
 margin-top:100px;
}

#accordion {
 border-radius: 25px;
 background: #fff;
 margin: 0px;
 border: 1px solid #aaa ;
 box-shadow: 4px 4px 10px -5px #ccc;
}

#accordion p{
 font-size: 0.9em;
}

#lower {
 margin-left: 210px;
 max-width: 1000px;
 position: fixed;
 bottom: 0;
 margin-bottom: 0px;
 z-index: -100;
}

#footer{
 position: fixed;
 bottom: 0px;
 width: 200px;
 text-align:right;
 right: 0;
 bottom: 0; 
}

.vi{
 overflow:hidden;
 margin-left:-30px;
 margin-right:10px;
 float: left;
 margin: 10px;
 background: #fff;
 width: 300px;
 height: 660px;
 text-align: justify;
 border: 1px solid grey;
 border-radius: 10px;
}

.vi p,h4{
 margin:10px;
 height:40px;
}
.vi h4{
 text-align:center;
 font-weight:normal;
}

.kremervi{
 overflow:hidden;
 float: left;
 margin: 10px;
 background: #fff;
 width: 300px;
 height: 340px;
 text-align: justify; 
 border: 1px solid grey;
 border-radius: 10px;
 font-size: 0.8em;
}

.kremervi p{
 margin:10px;
}

.kremervi h4{
 text-align:center;
 font-weight:normal;
 padding: 0px;
 margin: 10px;
 margin-top: 30px;   
 margin-bottom: -20px;   
 text-indent: 0;
 font-weight: bold;
}

.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 15px;
  height: 395px;
}

#ueberschrift {
 margin-right: 300px;
 margin-top: 30px;
 text-align: right;
}

@media only screen and (max-width: 1200px) {
 #sidenavibox { display: none; }
 #accobox { margin-right:0px; }
 #seitentitel { text-indent: 0em;  margin-left: 0em; }
 #ueberschrift { text-align: center; }
}


@media only screen and (max-width: 1000px) {
 #ueberschrift {  margin-right: 20px; text-align: right; }
 #right { margin-left: 6px; }
 #accobox{ margin-left: 6px; }
 #footer { visibility: hidden;}
}

@media only screen and (max-width: 700px) {
 .kvplatz {min-height: 800px;}
}

cite{
 font-style: normal;
 font-family: Serif;
 color: #999;
}

blockquote{
 font-style: normal;
/* font-family: Serif; */
 font-size: 0.8em;
 margin-left: 1em;
 font-family: 'Roboto', Tahoma, Helvetica, sans-serif;
}

.kremerq {
 font-style: italic;
 font-size: 0.9em;
 padding: 1em;
 padding-bottom: 0em;   
 margin-bottom: -0.9em;   
}

.kremerteaser {
 font-weight: bold; 
}
h1 {
 padding-top: 10px;
 font-weight: normal;
 text-indent: -10em;
/* margin-left: 16em; */
 line-height: 1;
 margin-bottom: 5px;
}


h3{
 font-family: 'Roboto', Tahoma, Helvetica, sans-serif;
 font-weight: normal;
 text-indent: 2em;
}

h4{
 font-family: 'Roboto', Tahoma, Helvetica, sans-serif;
 font-weight: normal;
 text-indent: 3em;
 padding-top: 30px;
 font-style: italic;
}

td{
 padding: 10px;
}

.mw {
 width: 75%;
 table-layout: fixed;
 margin-left: auto;
 margin-right: auto;
} 
.mw-duenn {
 float: left; 
 margin-right: 2em;
}

.mw td,th {
 border: 2px solid white;
 padding: 2px;
}
.mw td:nth-child(2), th:nth-child(2){
 text-align:center;
 background:#e0e2e5;
}

.mw td:nth-child(1), th:nth-child(1){
 text-align:center;
 background:#d3d4d7;
}

.rh {
 border: 1px solid grey;
}

.rh td {
 padding: 2px;
}

.rh tr{
 border: 1px dotted grey;
}

.punkti {
 text-decoration: underline dotted black;
}

.ipunkti {
 font-style: italic;
 text-decoration: underline dotted black;
}

#sul{ list-style: none; margin: 5px; padding:0;}
#sli01 { color:#743762; opacity: 0.2;}
#sli02 { color:#743762; opacity: 0.3;}
#sli03 { color:#743762; opacity: 0.4;}
#sli04 { color:#743762; opacity: 0.5;}
#sli05 { color:#743762; opacity: 0.6;}
#sli06 { color:#743762; opacity: 0.7;}
#sli07 { color:#743762; opacity: 0.8;}
#sli08 { color:#743762; opacity: 0.9;}
#sli09 { color:#743762; }
#sli10 { color:#743762; opacity: 0.9;}
#sli11 { color:#743762; opacity: 0.8;}
#sli12 { color:#743762; opacity: 0.7;}
#sli13 { color:#743762; opacity: 0.6;}
#sli14 { color:#743762; opacity: 0.5;}
#sli15 { color:#743762; opacity: 0.4;}
#sli16 { color:#743762; opacity: 0.36;}
#sli17 { color:#743762; opacity: 0.33;}
#sli18 { color:#743762; opacity: 0.3;}
#sli19 { color:#743762; opacity: 0.26;}
#sli20 { color:#743762; opacity: 0.23;}
#sli21 { color:#743762; opacity: 0.2;}
#sli22 { color:#743762; opacity: 0.2;}
#sli23 { color:#743762; opacity: 0.1;}
#sli24 { color:#743762; opacity: 0.1;}


#wsli01 { color:#fff !important; opacity: 0.2;}
#wsli02 { color:#fff !important; opacity: 0.3;}
#wsli03 { color:#fff !important; opacity: 0.4;}
#wsli04 { color:#fff !important; opacity: 0.5;}
#wsli05 { color:#fff !important; opacity: 0.6;}
#wsli06 { color:#fff !important; opacity: 0.7;}
#wsli07 { color:#fff !important; opacity: 0.8;}
#wsli08 { color:#fff !important; opacity: 0.9;}
#wsli09 { color:#fff !important; }
#wsli10 { color:#fff !important; opacity: 0.9;}
#wsli11 { color:#fff !important; opacity: 0.8;}
#wsli12 { color:#fff !important; opacity: 0.7;}
#wsli13 { color:#fff !important; opacity: 0.6;}
#wsli14 { color:#fff !important; opacity: 0.5;}
#wsli15 { color:#fff !important; opacity: 0.4;}
#wsli16 { color:#fff !important; opacity: 0.36;}
#wsli17 { color:#fff !important; opacity: 0.33;}
#wsli18 { color:#fff !important; opacity: 0.3;}
#wsli19 { color:#fff !important; opacity: 0.26;}
#wsli20 { color:#fff !important; opacity: 0.23;}
#wsli21 { color:#fff !important; opacity: 0.2;}
#wsli22 { color:#fff !important; opacity: 0.2;}
#wsli23 { color:#fff !important; opacity: 0.1;}
#wsli24 { color:#fff !important; opacity: 0.1;}


img[title]:hover:after {
        content: attr(title);
        padding: 10px;
        background-color: white;
        position: absolute;  
}

.wrapartikel img {
 padding-left: 12px;
 max-width: 100%;
 height: 100%;
}

.videokarte {
 overflow:hidden;
 padding: 0px;
 background: #fff;
 width: 500px;
 height: 64px;
 border: 1px solid #743762;
 /* border-radius: 32px 10px 10px 32px; */
 border-radius: 32px;
 margin: auto;
}

.videokarte p,h4 {
 margin:10px;
 height:40px;
}
.videokarte h4 {
 text-align:left;
 font-weight:normal;
}

.videokarte img {
 margin-bottom: -20px;
} 

.videokarte ul {
 list-style-type:none;
 padding:0;
 margin:0 0;
}

.videokarte ul span {
 color: #A0A600;
}

.videokarte li {
 padding:2px;
 float:left;
}

.videokarte2 {
 overflow:hidden;
 padding: 0px;
 background: #fff;
 width: 500px;
 height: 64px;
 border: 1px solid #743762;
 /* border-radius: 32px 10px 10px 32px; */
 border-radius: 32px;
 margin: auto;
}

.videokarte2 p,h4 {
 margin:10px;
 height:40px;
}
.videokarte2 h4 {
 text-align:left;
 font-weight:normal;
}

.videokarte2 img {
 margin-bottom: -20px;
} 

.videokarte2 ul {
 list-style-type:none;
 padding:0;
 margin:0 0;
}

.videokarte2 ul span {
 color: #A0A600;
}

.videokarte2 li {
 padding:2px;
 float:left;
}

.zit p {
    margin-top: -20px !important;
    padding-left: 24px !important;
    padding-right: 25px !important;
    font-size: 0.8em !important; 
}
.zit h4{
    padding-top: 0px;
    margin-top: -20px;
    text-indent: 0em;
    padding-left:  22px;
    font-style: normal;
}

@media print {
 #gettingStarted_accordion > *{display:block !important;}
 #sidenavibox, #menu, #footer, #lower { display: none; } 
 #accobox { margin-right:0px; }  
 #accordion {border: none;}
 #right {margin-left: 0px;}
 #ueberschrift { text-align: right; margin-right: 0px; }  
 a[href]:after { content:"" !important; }
 h1 {text-indent: 0em; }  
 #farbkreis{ width:30%; height: auto; }   
 p{ font-size: 0.8em;}
 .kremervi{ margin-right: 20px; }
 .kremerq {border: none;}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
