/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.10.2017, 11:42:23
    Author     : Manuel Schmitt
*/

/*  FONTS  */

@font-face {
    font-family: Merriweather;
    src: url(../fonts/Merriweather-Light.ttf);
    font-display: block;
}

@font-face {
    font-family: Merriweather;
    src: url(../fonts/Merriweather-Bold.ttf);
    font-weight: bold;
    font-display: block;
}

@font-face {
    font-family: HarvestItalic;
    src: url(../fonts/HarvestItal_Regular.ttf);
    font-display: block;
}

/*  VARIABLES */

:root {
    --siteColor: #3f3f3f; /*#2c2c2c;*/
    --secondColor: #3794de; /*#b72323;*/
    --thirdColor: #8a8a8a;
}

/* GENERAL */

* {
    box-sizing: border-box;
}

.red {
    color: #d44;
}

.respImg {
    width: 100%;
}

.onlyMobile {
    display: none;
}

body {
	font-family: 'Merriweather', serif;
        font-size: 16px;
        line-height: 1.8em;
	color: #2c2c2c;
	text-align: left;
	margin-top: 0px !important;
	padding-top: 0px !important;
        width: 100%;
        min-height: 800px; /* real browsers */
        height: auto !important; /* real browsers */
        height: 100%; /* IE6: treated as min-height*/
	top: 0px;
        background-color: #2c2c2c;
}

.centerText {
    text-align: center;
}

.centerMe {
    margin-left: auto;
    margin-right: auto;
    display:block
}

.blgInput {
    border: 0px solid var(--siteColor);
    border-radius: 0;
    border-bottom: 2px solid var(--siteColor);
}

p {
    
}

/* LINKS */

a:link,a:visited {
	color: var(--secondColor);
	text-decoration:none;
}
a:hover,a:active {
	color:#d44;
}

a.newComments:link,a.newComments:visited {
	color: var(--siteColor);
	text-decoration:none;
}
a.newComments:hover,a.newComments:active {
	background-color: #FFF;
}

a.menu:link,a.menu:visited {
	color:var(--siteColor);
	text-decoration:none;
}
a.menu:hover,a.menu:active {
	color: var(--secondColor);
}

a.white:link,a.white:visited {
	color:#fff;
	text-decoration:none;
}
a.white:hover,a.white:active {
	color:#ffa3a3;
}

a.red:link,a.red:visited {
	color: var(--secondColor);
	text-decoration:none;
}
a.red:hover,a.red:active {
	color:#ffa3a3;
}

a.stealth:link,a.stealth:visited {
	
	text-decoration:none;
}
a.stealth:hover,a.stealth:active {
	
}

a.black:link,a.black:visited {
	color: #2c2c2c;
	text-decoration:none;
        padding: 0px;
}
a.black:hover,a.black:active {
	
}

a.tags:link,a.tags:visited {
    color: #2c2c2c;
    font-size: 0.9em;
    text-decoration: none;
    padding: 0px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    padding: 2px 10px;
    margin-top: 4px;
    border-radius: 3px
}
a.tags:hover,a.tags:active {
    background-color: var(--secondColor);
    color:white;
}

a.pagItem:link,a.pagItem:visited {
color: #fff;
    background-color: var(--siteColor);
    text-decoration: none;
    padding: 2px 5px;
    min-width: 28px;
    border-radius: 5px;
    margin: 2px;
    display: inline-block;
    text-align: center;
}
a.pagItem:hover,a.pagItem:active {
    color:#fff;
    background-color: var(--secondColor);
}

a.fLink:link,a.fLink:visited {
	color: #CCC;
	text-decoration:none;
        padding: 0px;
        display:block;
        width: 100%;
        text-overflow: ellipsis;
        overflow:hidden;
}
a.fLink:hover,a.fLink:active {
	color: white;
}

/* MAIN & BOBDY DIVS */

.masterContainer{
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 5px;
    background-color: white;
    margin-top: 20px;
}

.mainContainer {
    width: 100%;
    max-width: 1000px;
}

.bodyContainer {
    width: 100%;
}

.bodyLeftContainer {
    display: inline-block;
    width: calc(100% - 260px);
    margin-right: 40px;

}

.bodyRightContainer {
    display: inline-block;
    width: 220px;
    vertical-align: top;
}

/* BREADCRUMBS */

.rotate {
    transform: rotate(90deg);
    transform-origin: left top 0;
}

.breadCrumb {
    position: relative;
    left: 1025px;
    text-align: right;
    letter-spacing: 0em;
    font-size: 12px;
    background-color: white;
    writing-mode: vertical-rl;
    width: 23px;
    line-height: 13px;
    border-radius: 2px;
    white-space: nowrap;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ribbon {
    position:relative;
    left: 23px;
    top: 48px;
}

.breadOl {
    list-style-type: none;
    margin: 5px;
}

.breadLi {
    display: inline-block;
}

.breadOl li+li:before {
    content:"// ";
}

/* SIDEBAR */

.sideBarHeader {
    color: var(--siteColor);
    font-family: 'HarvestItalic';
    font-size: 24px;
    padding: 5px 10px;
    border-bottom: 2px solid var(--siteColor);
    margin-bottom: 15px;
}

.sideBarItem {
    width: 100%;
    margin-bottom: 50px;
}

.sideBarItemContainer1 {
    
}

.sideBarItemContainer2 {
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding: 5px;
}

.smallInfo {
    font-size: 0.75em;
    line-height: 1.2em;
    margin-bottom: 7px;
    text-align: center;
    padding: 10px;
}

.smallInfo2 {
    font-size: 0.85em;
    line-height: 1.3em;
    margin-bottom: 7px;
    text-align: left;
    padding: 5px;
}

.alendiaCover {
    display: block;
    margin-bottom: 15px;
}

.nLInput {
    width: calc(100% - 75px);
    display: inline-block;
}

/* HEADER DIVS */

.headerContainer {
    width: 100%;
}

.headingContainer {
    
}

.heading {
    background-image: url('/img/SgtRumpel_Banner.jpg');
    height: 220px;
    background-color: var(--siteColor);
}

/* MENU */

.menuContainer {
    padding-top: 158px;
    white-space: nowrap;
    font-size: 1.4em;
    line-height: 30px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 320px;
}

.menuRight {
    width: 35%;
    display: inline-block;
    text-align: right;
}

.menuLeft {
    width: 65%;
    display: inline-block;
}

.menuItem {
    display: inline-block;
    
}

.menuGray {
    color: #999;
}

.menuSeparator {
    display: inline-block;
    width: 20px;
}

.menuSelected {
    font-weight: bold;
    color: var(--secondColor);
}


/* ADMIN */

.imgDB {
    height: 300px;
    overflow-y: scroll;
}

.imgPreview {
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 20px;
}

.imgName {
    cursor: pointer;
    display: inline-block;
    width: calc(100% - 22px);
}

.imgDelete {
    cursor:pointer;
    color: red;
    font-size: 20px;
    position: relative;
    top: 3px;
}

/* ARTIKEL */


.searchInfoGap {
    height: 30px;
    width: 100%;
    text-align: center;
    color: #AAA;
    margin-bottom: 10px;
}

.artHeader {
    color: var(--siteColor);
    font-family: 'HarvestItalic';
    font-size: 2.5em;
    padding: 5px 10px;
    width: 100%;
    line-height: 46px;
    /* margin-bottom: 15px; */
    /* border-bottom: 2px solid var(--siteColor); */
}

.artBanner {
    
}

.artEdit {
    width: 0px;
    height: 0px;
    position: relative;
    left: -60px;
    top: 10px;
    display: inline-block;
}

.artContainer {
    margin-bottom: 100px;
    max-width: 780px;
    margin-left: auto;
    margin-right:auto;
    background-color: white;
}

.artContainerSmall {
    display: inline-block;
    width: 49%;
    margin-bottom: 70px;
    vertical-align: top;
}

.artContentContainer {
    /* border: 1px solid #DDD; */
    

}

.artTags {
    font-size: 0.8em;
    display:inline-block;
    width: 50%;
    margin-bottom: 20px;
    margin-top: 5px;
    vertical-align: top;
    padding-left:15px;
}

.artInfo {
    font-size: 0.8em;
    display:inline-block;
    width: 50%;
    text-align: right;
    margin-top: 5px;
    vertical-align: top;
    padding-right:15px;
}

.artPreviewText {
    margin-top: 0px;
    text-align: justify;
    line-height: 1.6em;
    padding-left: 40px;
    padding-right: 40px;
    color: var(--thirdColor);
}

.artFullText {
    margin-top: 20px;
    line-height: 1.8em;
    padding-left: 40px;
    padding-right: 40px;
    
}

.artLink {
    text-align: center;
    margin-bottom: 10px;
    /* border: 1px solid #EEE; */
    border-radius: 5px;
    width: 159px;
    margin-left: auto;
    /* margin-right: auto; */
    padding: 5px;
    margin-top: 10px;
    margin-right: 20px;
}

.artLink:hover {
    /* background-color: #EEE; */
    
}

.artPermaLink {
    margin-top: 40px;
    border: 1px solid #AAA;
    border-radius: 3px;
    padding: 11px 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.artPagination {
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}

.playerContainer {

}

.playerButton {
    width: 120px;
    display: inline-block;
    font-size: 95px;
    height: 112px;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer;
}

.waveformContainer {
    width: calc(100% - 120px);
    display: inline-block;
    /*background-color: #e6f2ff;*/

}

div.pagItem {
    background-color: var(--secondColor);
    padding: 2px 5px;
    min-width: 28px;
    border-radius: 5px;
    margin: 2px;
    display: inline-block;
    text-align: center;
    color: white;
}

.hidInput {
    display: none;
}

.commHalf {
    width: calc(50% - 8px);
    display: inline-block;
}

.cFeedback {
    display: inline-block;
    padding-left: 20px;
    width: calc(100% - 231px);
}

/* COMMENTS */

.cLeft {
    display: inline-block;
    width: 80px;
}

.cRight {
    display: inline-block;
    width: calc(100% - 90px);
    margin-bottom: 50px;
}

.cContainer {
    margin-top: 15px;
}

.cResponse {
    margin-top: 15px;
    position:relative;
    left: -50px;
    width: calc(100% + 50px);
}

.commentContainer {
    margin-top: 20px;
    text-align: justify;
    line-height: 1.3em;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
    margin-bottom: 100px;
}

.expC {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    
}

.fadeOut {
    max-height: 180px;
}

.fadeOut:before {
  content:'';
  width:100%;
  height:100%;    
  position:absolute;
  left:0;
  top:0;
  background:linear-gradient(transparent 120px, white);
}

.cAvatar {
    background-color: var(--siteColor);
    border-radius: 30px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 20px;
    line-height: 50px;
    font-family: 'HarvestItalic';
    font-size: 33px;
    text-transform: capitalize;
    color: white;
    vertical-align: top;
}


.cNick {
    display: inline-block;
    padding-top: 0px;
    font-size: 0.9em;
    color: #AAA;
    margin-bottom: 5px;
    position: relative;
    left: -10px;
    text-align: left;
}

.cTime {
    display: inline-block;
}

.cText {
    text-align: left;
    
    overflow-y: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    position: relative;
}

.cRespond {
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    
}

.responseContainer {
    
}

.cN {
    color: var(--siteColor);
    font-weight: bold;
}

/* TRENDS */

.trendHeader {
    background-color: var(--secondColor);
    font-family: 'DaysOne';
    font-size: 2.5em;
    padding: 5px 10px;
    color: white;
    width: 100%;
    line-height: 46px;
}

.trendTitle {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 7px;
}

.trendInfo {
    text-align: right;
    width: 100%;
    color: #AAA;
    font-size: 0.8em;
}

.trendBody {
    line-height: 1.3em;
}

.trendMaster {
    border: 2px solid var(--secondColor);
    margin-bottom: 90px;
}

.trendContainer {
    width: calc(50% - 10px);
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    padding: 20px;
}

.trendGap {
    width: 20px;
    display: inline-block;
}

.trendEdit {
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    left: 0px;
    top: -20px;
}

/* FOOTER DIVS */

.footerContainer {
    width: 100%;
    max-width: 1000px;
    margin-top: 20px;
    color: white;
    background-color: var(--siteColor);
    padding: 5px 10px;
    margin-bottom: 20px;
}

.footerLeft {
    display: inline-block;
    width: 50%;
}

.footerRight {
    display: inline-block;
    width: 50%;
    text-align: right;
}

.footerCol {
    width: 33%;
    padding: 0px 10px;
    display: inline-block;
    vertical-align: top;
    
}

.footerHeader {
    color: white;
    font-family: 'HarvestItalic';
    font-size: 24px;
    padding: 5px 10px;
    border-bottom: 2px solid white;
    margin-bottom: 15px;
}

.footerText {
    padding: 0px 20px;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.footerText a {
    display: inline-block;
    margin-bottom: 10px;
}

/* FEEDBACK */

.fbContainer {
    max-height:0px;
    overflow:hidden;
}

.fb {
    text-align: center;
    color: white;
    background-color: #ffa3a3;
    padding: 20px;
    margin-bottom: 20px;
}

/* IMAGE UPLOAD */

.imgFormProgressBar {
    background-color: #090;
    height: 20px;
}

.imgFormProgressContainer {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    height: 20px;
    width: 100%;
}

.imgFormInfo {
    font-size: 0.8em;
    color: #AAA;
}

/* MARKDOWN */

h1 {
    font-family: 'Merriweather';
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}

h2 {
    font-family: 'Merriweather';
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* IMPRESSUM */

.imprHeaderA {
    font-size: 27px;
    font-family: 'HarvestItalic';
    color: var(--siteColor);
    padding: 5px;
    width: 100%;
    display: block;
    border-bottom: 2px solid var(--siteColor);
}

.imprHeaderB {
    margin-bottom: 5px;
    font-size: 16px;
    padding-left: 15px;
    font-weight: bold;
}

.imprText {
    padding-left: 20px;
    font-size: 13px;
    color: #444;
    background-color: #fff;
    border: 1px solid #CCC;
    padding: 15px;
    border-radius: 0px;
    line-height: 17px;
    margin-left: 40px;
    margin-right: 20px;
    width: calc(100% - 60px);
    text-align: justify;
}

/* KUBE & SIMPLEMDE OVERWRITES */

.form-item {
    margin-bottom: 1rem;
}

.CodeMirror {
	height: 300px;
}

.grayField {
    background-color: #f6f6f6;
}

.button {
    font-family: 'Merriweather';
}

blockquote {
    font-size: 1.0em;
    font-weight: 400;
    font-style: italic;
    line-height: 1.45;
    color: rgba(17,17,17,.6);
    padding: 1.4em 2rem 1.4em 2rem;
    border: none;
    border: 2px solid rgba(81, 81, 81, 0.3);
    background-color: #eef4ff;
    margin-bottom: 2em;
}

p img {
    margin-top: 20px;
    margin-bottom: 30px;
}

legend {
    height: 2px;
}

h4 {
    text-decoration: none;
    font-size: 0.7em;
    color: #AAA;
    font-style: italic;
    font-weight: normal;
    top: -35px;
    position:relative;
    left: 10px;
    font-family:  'Merriweather';
}

@media screen and (max-device-width: 1020px), screen and (max-width: 1020px) {
    
    
    
    body {
        font-size: 14px;
        background-color: white;
    }
    
    .masterContainer {
        margin-top: 0px;
        width: calc(100% - 0px);
        padding-top: 0px;
        border: 0px;
    }

    .subheading {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.6em;
        padding-bottom: 16px;
        line-height: 1em;
    }    
    
    .menuContainer {
        line-height: 1.2em;
        font-size: 0.85em;
        border: 0px;
    }
    
    .menuLeft {
        font-size: 1.6em;
        display: block;
        width: 100%;
        padding-bottom: 15px;
        padding-top: 10px;
        text-align: center;
    }
    
    .menuRight {
        width: 100%;
        text-align: center;
        font-size: 1.4em;
    }
    
    .menuSeparator {
        width: 10px;
    }

    .bodyLeftContainer {
        display:block;
        width: 100%;
        margin-right: 0px;
    }
    
    .artContainer {
        margin-bottom: 40px;
        width: calc(100% - 20px);

    }

    .artPagination {
        width: calc(100% - 20px);
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
    }

    .artHeader {
        font-size: 1.8em;
        line-height: 1.4em;
        text-align: center;
    }
    
    .artBanner {
        height:auto;
    }
    
    .artTags, .artInfo {
        font-size: 0.8em;
        display: block;
        width: 100%;
        line-height: 1.4em;
        vertical-align: top;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
    
    .artPreviewText {
        font-size: 1em;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .artFullText {
        font-size: 1em;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .artLink {
        font-size: 1.0em;
        margin-right: 10px;
    }
    
    .cContainer {
        padding-right: 0px;
    }

    .cFeedback {
        display: block;
        width: auto;
        text-align: center;
        padding: 10px;
    }

    .cRight {
        width: calc(100% - 70px);
    }
    
    .onlyMobile {
        display: block ;
    }
    
    .noMobile {
        display: none;
    }
    
    .mLogo {
        font-family: 'HarvestItalic';
        font-size: 50px;
        text-align: center;
        color: var(--siteColor);
        margin-top: 20px;
    }
    
    .mHeading {
        margin-top: 12px;
    }
    
    .menuContainer {
        padding-top: 10px;
        padding-left: 0px;
    }
    
    .trendHeader {
        font-size: 1.8em;
        line-height: 1.3em;
    }
    
    .trendMaster {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .trendContainer {
        display:block;
        width: 100%;
        margin-top: 0px;
        
    }
    
    .trendTitle {
        font-size: 1.5em;
    }
    
    .artPermaLink {
        min-width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    
    a.red {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    
    .bodyRightContainer {
        width: calc(100% - 40px);
    }
    
    .sideBarItem {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    
    
    .footerCol {
        width: 100%;
        text-align: center;
    }
    
    .footerHeader {
        border:0px;
        margin-top: 20px;
    }
    
    .footerLeft {
        width: 100%;
        text-align: center;
    }
    
    .footerRight {
        width: 100%;
        text-align: center;
    }
    
    .searchInfoGap {
        font-size: 0.8em;
        margin-top: 10px;
    }
    
    .imprText {
        margin-left: 0px;
        width: 100%;
        text-align: left;
    }
    
    .imprHeaderA {
        font-size: 1.3em;
    }
    
    h1 {
        line-height: 1.2em;
        text-align: left;
        margin-bottom: 10px;
    }

    
    .alendiaCover {
        display: inline-block;
        margin: 8px;
        width: calc(100% - 16px);
    }

    .sideBarLink {
        /*width: 33%;*/
        display: inline-block;
    }
    
    .fadeOut {
        max-height: 180px;
    }
    
    .cText:before {
        background:linear-gradient(transparent 120px, white);
    }
    
}

@media print {
    
    @page {
        margin: 2cm;
    }
    
    .masterContainer {
        border: 0px;
    }
    
    p { 
        font-family: Merriweather, serif;
        font-size: 12pt;
        page-break-inside: avoid;
    }

    h1 { font-family: Merriweather, serif; 
         font-size: 20pt; 
    }
    
    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }
    
    .noMobile {
        display: none;
    }
    
    .headingContainer {
        display: none;
        
    }
    
    .bodyLeftContainer {
        width: 100%;
    }
    
    .bodyRightContainer {
        display: none;
    }
    
    .footerContainer {
        display: none;
    }
    
    
}