/*
Main Template für das Portfolio
*/


/* 
    Created on : 14.11.2015, 12:35:36
    Author     : samuelhopf
*/

@import "myfonts.css";
h1,
h2,
h3,
a,
p,
address,
.accordion-title::before,
li {
    color: white;
    font-family: OctinSpraypaintARg-Regular, Verdana, sans-serif;
}

a {
    text-decoration: underline;
}

body {
    background: black;
    background-attachment: fixed;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

footer {
    text-align: right;
    width: 100%;
    padding-right: 3%;
    background: rgba(255, 255, 255, 0.1);
}

.title-bar {
    width: 100%;
    padding: 0;
    margin: 0;
}

.menu-title-bar {
    background-color: black;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0;
}


/* Schriftformen und Schriftarten */

h1 {
    font-size: 30px;
    padding-bottom: 0.5em;
}

.row {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

.title-row {
    padding-top: 2em;
    padding-bottom: 0;
}

.columns {
    border-color: lightgray;
    /* border-style: solid; */
    border-width: 1px;
    border-spacing: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

.inline {
    font-size: 18px;
    display: inline-block;
}


/* Liste */

ul {
    color: white;
}


/* Logo */

.logo {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 28em;
}

i.small {
    font-size: 12px;
}


/* Bilder */

.cover {
    width: 90%;
    height: auto;
    margin: 5%;
}

.fancybox-skin {
    background-color: #333333;
}

.icon {
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 6em;
    height: 6em;
}

/* News */

.news-date {
    display: inline-block;
    margin-right: 10px;
}

.news-title {
    margin-top: -20px;
    display: inline-block;
}


/* Foundation */

.accordion,
.accordion-content {
    background: transparent;
    border: 0;
    padding: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.accordion-title h3 {
    display: inline-block;
}

.accordion-title {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    margin-left: 0;
}


/* Menu */

.off-canvas-content {
    background: transparent;
}

.off-canvas {
    background: black;
}


/* Bilder */

.med-pic {
    height: 14em;
    width: auto;
}

.large-pic {
    height: 20em;
    width: auto;
}

.orbit-slide {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0%;
}
.orbit-image, orbit-caption {
    width: 90%;
}
figcaption.orbit-caption {
    font-size: 0.8em;
}

.pic-holder {
    text-align: center;
}

.pic-holder img {
    width: 60%;
    height: auto;
}

.top-menu {
    height: 5em;
}

/* Anchor */
div[id]{
    padding-top: 3.3em;
}

/* Modal Boxes */

.reveal {
    background-color: black;
}

table tbody {
    background-color: black;
}
.gallery {
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
