/*rot: #762725 | rot dunkel:#560705 | schwarz: #000000;*/
/*################################################################
##################################################################
##                                                              ##
##                           LAYOUT                             ##
##                                                              ##
##################################################################
################################################################*/

/*####################################
#           Main Adjustment          #
####################################*/
html, body {
	font-family: 'Forum', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #dddddd;
	background: linear-gradient(to bottom, #000000 0%,#000000 30%,#762725 50%,#762725 70%,#000000 100%);
	margin: 0px;
    height:100%;
	}

@media only screen and (min-width: 768px) {
    .only-screen {display:block;}
    .only-mobile {display:none;}
}
@media only screen and (max-width: 768px) {
    .only-screen {display:none;}
    .only-mobile {display:block;}
}


a { color:#dddddd; text-decoration:none; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
a:hover { color:#ffffff; text-decoration:underline; text-shadow: -1px 0 #560705, 0 1px #560705, 1px 0 #560705, 0 -1px #560705;}


/*####################################
#           Header Background        #
####################################*/
#header-background {
    width:100%;
	position:absolute;
	background-repeat:no-repeat;
	margin:0px;
	top:0px;
}
@media only screen and (min-width: 769px) {
    #header-background {
        height:400px;
        background-image:url(../images/bg.png);
    }
}
@media only screen and (max-width: 768px) {
    #header-background {
        height:200px;
        background-image:url(../images/bg-small.png);
        background-position:center;
    }
}

/*####################################
#           Header Banner            #
####################################*/
#headline {
    position:absolute;
    left:0px;
    right:0px;
    height:60px;
    background-color:rgba(86, 7, 5, 0.6);
    text-align:center;
    z-index:1;
    
}
@media only screen and (min-width: 769px) {
    #headline {
        top:100px;
        height:60px;
        font-size:50px;
    }
}
@media only screen and (max-width: 768px) {
    #headline {
        top:20px;
        height:50px;
        font-size:40px;
    }
}


/*####################################
#           Strip                    #
####################################*/
#strip-right {
	width:460px;
	height:124px;
	z-index:2;
	position:absolute;
	right:0px;
	top:0px;
	overflow:hidden;
	}
#strip-rotate {
	width:600px;
	height:50px;
	position:absolute;
	background-color:#560705;
	right:-135px;
	top:25px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	color:white;
	text-align:center;
	font-size:36px;
	text-shadow: -3px 0px black, 0px 3px black, 3px 0px black, 0px -3px black;
	}
	
#strip-rotate p {
	padding:0px;
	margin:5px;
	}
	
#strip-rotate p span{
    font-size:20px;
	}

/*####################################
#           Navigation               #
####################################*/

#navigation { 
    overflow:hidden;
    position:absolute;
    top:180px;
    width:100%;
}

#navigation div {
    height: 60px;
    text-align:center;
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%);
    border-image-slice: 1;
    box-sizing:border-box;
    background: linear-gradient(to right, rgba(86,7,5,0) 0%,rgba(86,7,5,1) 15%,rgba(86,7,5,1) 85%,rgba(86,7,5,0) 100%);
    line-height:1em;
    overflow:hidden;
}
#nav-pictures {
    
    float:left; 
    width:50%;
}
#nav-videos { 
    width:50%;
}
@media screen and (max-width: 639px) {
    #nav-pictures { 
       float: none;
       width:100%;
    }
    #nav-videos { 
        width:100%;
    }
}
@media screen and (max-width: 768px) {
    #navigation { 
        top:80px;
    }
}

/*####################################
#           Content                  #
####################################*/
#content {
    position:absolute;
    left:10px;
    right:10px;
    bottom: 35px;
    border:1px dotted white;
    overflow-y:auto;
    overflow-x:hidden;
}
@media only screen and (min-width: 769px) {
    #content {
        top:260px;
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
    #content {
        top:150px;
    }
}
@media only screen and (max-width: 639px) {
    #content {
        top:210px;
    }
}


/*####################################
#           Footer                   #
####################################*/
#footer {
	bottom:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:25px;
    background-color:rgba(86, 7, 5, 0.6);
	text-align:right;
    padding-top:2px;
	}


/*################################################################
##################################################################
##                                                              ##
##                     CONTENT FORMAT                           ##
##                                                              ##
##################################################################
################################################################*/

.form-signin {
    max-width: 330px;
    margin: 0 auto;
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
}

.login-input {
    display: inline-block;
    border: 1px solid black;
    border-radius: 4px;
    background: linear-gradient(#eee, #fff);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .3s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    height: 28px;
    width:calc(100% - 10px);
    padding: 5px;
    margin: 0 auto;
    font-size: 14px;
    color: #555;
    line-height: 1.42857143;
}


.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.btn {
    display: inline-block;
    /*padding: 6px 12px;*/
    margin-bottom: 0;
    /*font-weight: normal;*/
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    background: linear-gradient(to right, rgba(86,7,5,0) 0%,rgba(86,7,5,1) 15%,rgba(86,7,5,1) 85%,rgba(86,7,5,0) 100%);
    /*
    background-color: #560705;
    */
    color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;

    width:100%;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
}


.pic_folder{
border:1px dotted white; 
text-align:center; 
float:left; 
padding: 5px;
margin:10px; 
}
@media only screen and (min-width: 769px) {

    .pic_folder{
        width:200px; 
        height:200px;
    }
}
@media only screen and (max-width: 768px) {

    .pic_folder{
        width:130px; 
        height:130px;
    }
}

.portrait-preview{
        height:70%;
    }
.landscape-preview{
        width:80%;
    }
.portrait{
        height:100%;
    }
.landscape{
        width:100%;
    }




.error-page-container {
    margin: 0;
    padding: 0;
    width: 100%;
    height:100%;
    color: #B0BEC5;
    display: table;
    font-size:4em;
}
.error-page-container a {
    font-size:0.5em; 
}
@media only screen and (max-width: 768px) {

    .error-page-container{
        font-size:2em;
    }
    .error-page-container a {
        font-size:0.5em;
    }
}

.error-page-content {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
               
}

.error-page-title {
    text-align: center;
    display: inline-block;
    font-size: 72px;
    margin-bottom: 40px;
}



.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}








.cinema-overlay-close {
    position:absolute;
    top:5px;right:5px;
    width:50px;
    height:25px;
    background:#762725;
    z-index:101;
    border-radius:10px;
    display:table;
    box-shadow: 2px 2px 5px white;
    border:1px solid white;
    box-sizing:border-box;
}

.cinema-overlay-close p {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}



/*
  Player Skin Designer for Video.js
  http://videojs.com

  To customize the player skin edit 
  the CSS below. Click "details" 
  below to add comments or questions.
  This file uses some SCSS. Learn more  
  at http://sass-lang.com/guide)

  This designer can be linked to at:
  http://codepen.io/heff/pen/EarCt/left/?editors=010
*/
.video-js {
  /* The base font size controls the size of everything, not just text.
     All dimensions use em-based sizes so that the scale along with the font size.
     Try increasing it to 15px and see what happens. */
  font-size: 10px;
  /* The main font color changes the ICON COLORS as well as the text */
  color: #fff;
}

/* The "Big Play Button" is the play button that shows before the video plays.
   To center it set the align values to center and middle. The typical location
   of the button is the center, but there is trend towards moving it to a corner
   where it gets out of the way of valuable content in the poster image.*/
.vjs-default-skin .vjs-big-play-button {
  /* The font size is what makes the big play button...big. 
     All width/height values use ems, which are a multiple of the font size.
     If the .video-js font-size is 10px, then 3em equals 30px.*/
  font-size: 3em;
  /* We're using SCSS vars here because the values are used in multiple places.
     Now that font size is set, the following em values will be a multiple of the
     new font size. If the font-size is 3em (30px), then setting any of
     the following values to 3em would equal 30px. 3 * font-size. */
  /* 1.5em = 45px default */
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  /* 0.06666em = 2px default */
  border: 0.06666em solid #fff;
  /* 0.3em = 9px default */
  border-radius: 0.3em;
  /* Align center */
  left: 50%;
  top: 50%;
  margin-left: -1.5em;
  margin-top: -0.75em;
}

/* The default color of control backgrounds is mostly black but with a little
   bit of blue so it can still be seen on all-black video frames, which are common. */
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  /* IE8 - has no alpha support */
  background-color: #560705;
  /* Opacity: 1.0 = 100%, 0.0 = 0% */
  background-color: rgba(86, 7, 5, 0.7);
}

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
  background-color: #f11812;
  background-color: rgba(241, 24, 18, 0.5);
}

/* The slider bar color is used for the progress bar and the volume bar
   (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #fff;
}

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  background: ligthen(#f11812, 25%);
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(241, 24, 18, 0.5);
}

/* The load progress bar also has internal divs that represent
   smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: ligthen(#f11812, 50%);
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(241, 24, 18, 0.75);
}






