﻿/* delius-swash-caps-regular - latin */
@font-face {
    font-family: 'DeliusSwashCaps';
    font-style: normal;
    font-weight: 400;
    src: local('DeliusSwashCaps'), local('DeliusSwashCaps-regular'), 
        url('../Fonts/delius-swash-caps-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../Fonts/delius-swash-caps-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* short-stack-regular - latin */
@font-face {
    font-family: 'Short Stack';
    font-style: normal;
    font-weight: 400;
    src: local('Short Stack'), local('ShortStack-regular'), 
        url('../Fonts/short-stack-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../Fonts/short-stack-v6-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* handlee-regular - latin */
@font-face {
    font-family: 'Handlee';
    font-style: normal;
    font-weight: 400;
    src: local('Handlee'), local('Handlee-regular'), 
        url('../Fonts/handlee-v5-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../Fonts/handlee-v5-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body {
    /*font-family: "Comic Sans MS";*/
    font-family: 'Short Stack', cursive;
    padding: 10px 25px 20px 25px;
    background-color: #99ccff;
    font-size: 16px;
    color: #808080;
    max-width: 1200px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;

}

.container {
    margin-left: 0px;
    margin-right: 5px;
    background-color: #fff;
    max-width: 1200px;
}

.container-fluid {
    margin-top: 1em;
    margin-left: 0.25em;
    margin-right: 0.25em;
    padding:0.5em 0.5em 0.5em 0.5em;
}




/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.jumbotron {
    margin-top: 10px;
    padding: 1rem 1rem;
    background-image: url(../Resources/bg_1.jpg);
    background-size: cover;
    position:relative;
    height: 100px;
    width:100%;
}

#myCarousel {
    height: 100px;
    width: 200px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

.carousel-indicators {
    bottom: -25px;
}

.carousel-inner img {
    max-width: 100%;
    height: auto;
}

.carousel-inner {
    max-width: 100%;
    height: auto;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

textarea {
    /*    max-width: 280px; */
    max-width: 750px;
}

/* article text */
#text {
    min-height: 450px;
    height: auto;
}

footer {
    text-align: center;
    color: white;
    background-color: #0066ff;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* Full-height */
    z-index: 1; /* Stay on top */
    top: 0;
    right: 0;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    margin-bottom: 20px;
}

/* The navigation menu links - used for test only
.sidenav a {
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    color: #599CFF;
    display: block;
    transition: 0.3s
}

.nav li a {
    padding: 4px 4px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #cce6ff;
}

#navsurrounder {
    background-color: aliceblue;
}
*/
.nav {
    background-color: lightcyan;
    width: 100%;
}
.nav li a {
    padding: 5px 5px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #cce6ff;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
   .sidenav a {
       font-size: 18px;
    }
    .nav-link {
        font-size: 12px;
    }
}
/* in der vorlage war dies hier...*/
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 500px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }
   .nav-link {
        font-size: 80%;
    }
}
/* testing...
    @media (max-width: @screen-xs) {
    body {
        font-size: 40%;
    }
}

@media (max-width: @screen-sm) {
    body {
        font-size: 60%;
    }
}*/

.jumbo_head {
    /*font-family: 'Segoe Script';*/
    font-family: 'DeliusSwashCaps';
    font-weight: bold;
    margin-top: inherit;
    color: darkblue;
    font-size: 2em; /* vw depends on viewport width but changes size when scrolling */
    word-wrap: break-word;
    overflow: hidden;
}
/*.jumbo_desc {
    font-family: 'Handlee';
    color: #808080;
    font-size: 14px;
}*/

h1 {
    /*font-family: 'Segoe Script';*/
    font-family: 'DeliusSwashCaps';
    font-weight: bold;
    color: #0066ff;
    font-size: 2em;
    margin-top: 0.5em;
}

h2 {
    font-family: 'Handlee';
    font-weight: bold;
    color: #b200ff;
    font-size: 1.75em;
    margin-top: 1.25em;
}

h3 {
    font-family: 'Handlee';
    font-weight: bold;
    color: #d088f1;
    font-size: 1.5em;
    margin-top: 1em;
}

h4 {
    font-family: 'Handlee';
    /*font-weight:bold;*/
    color: #6600ff;
    font-size: 1.25em;
    margin-top: 1.25em;
/*    margin-bottom: 1.25em;*/
}

/* reserved for tags*/
h6 {
    font-family: 'Handlee';
    /*font-weight:bold;*/
    color: #6600ff;
    font-size: 1.75em;
    margin-top: 0.15em;
    margin-bottom: 0.5em;
}

/* reserved for index page to prevent line breaks */
.cardLink {
    font-family: 'Handlee';
    color: #300c65;
    font-size: 1.25em;
    /*   margin: .05em .05em .05em .05em; */
}


.label {
    font-family: 'Handlee';
    font-weight: normal;
    font-size: 60%;
    color: black;
    padding: .2em .6em .3em;
    margin-bottom: 0.5em;
}

.tag-red {
    background-color: orangered;
    margin-right: .2em;
}

.tag-yellow {
    background-color: yellow;
    margin-right: .2em;
}

.tag-orange {
    background-color: orange;
    margin-right: .2em;
}

.tag-pink {
    background-color: deeppink;
    margin-right: .2em;
}

.tag-violet {
    background-color: mediumpurple;
    margin-right: .2em;
}

.tag-blue {
    background-color: deepskyblue;
    margin-right: .2em;
}

.tag-green {
    background-color: mediumseagreen;
    margin-right: .2em;
}

.tag-silver {
    background-color: silver;
    margin-right: .2em;
}

.tag-beige {
    background-color: wheat;
    margin-right: .2em;
}

.article_date {
    font-family: 'Handlee';
    color: #808080;
    font-size: 1em;
    margin-top: 0.5em;
}

/* change link color just in footer because otherwise it is blue on blue 
a#footer_link {
    color: white;
}
*/
.tippBox {
    width: 75%;
    font-family: 'Handlee';
    color: black;
    background-color: moccasin;
    font-size: 1.25em;
    margin: 1em;
    display: table;
    border: 2px solid lightsalmon;
}

.tippBoxImg {
    vertical-align: middle;
    display: table-cell;
    background-color: moccasin;
    vertical-align: middle;
    display: table-cell;
    padding: 5px 5px 5px 5px;
}

.tippBoxTxt {
    vertical-align: middle;
    display: table-cell;
}

table.residents {
    /*   border: 1px solid black; */
    width: 95%;
    margin-left: 5px;
    margin-right: auto;
}

.residents table, th, td {
    border: 1px solid darkgrey;
    padding: 10px;
}

.polaroid {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 340px;
    /*  margin: 5px 10px 15px 5px; o r u l */
}
.polaroid_portrait {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 260px;
    /* margin: 5px 10px 20px 10px;  o r u l */
}
.polaroid_big {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 600px;
    /* margin: 5px 10px 20px 20px; o r u l */
}
.polaroid_full {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*   margin: 5px 10px 20px 20px; o r u l */
    width: 100%;
}

/* used for blog index page. default color is too light*/
.bg-light {
    background-color:whitesmoke !important;
}
