/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.row {
    padding-left: 13px;
    padding-right: 13px;
}

.label-primary {
  background-color: #ffffff;
}
.label-success {
  background-color: #679436;
}

body {
    margin: none;
    font-family: 'Crimson Text', serif;
    font-size: 22px;
}

html, body {
    height: 100%;
    
}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}

.picture-source-index-left {
    color: #ffffff;
    font-size: 10px;                
    height: 20px;
    width: 84px;
    left: -20px;
    top: 112px;
    z-index: 9999;
    float: left;        
    vertical-align: top;
    overflow: overlay;
    position: relative;
    text-align: right;
}

/* H1, 2, 3, p, etc. */

.page-header {
    font-size: 53px;
    padding-bottom: 13px;
    padding-top: 0px;
    margin-top: 0px;
    margin: 56px 0 28px;
    border-bottom: none;
}

p {
    font-size: 22px;
    color: inherit;
    line-height: 1.2;
    margin-bottom: 30px; 
    padding-left: 0px;
}

h1, .h1 {
    margin-top: 0px;
    font-size: 60px;
    color: inherit;
    line-height: 1.4;
    margin-bottom: 20px; 
    padding-left: 0px;
    font-family: 'Montserrat', sans-serif;
}

h2, .h2 {
    margin-top: 0px;
    font-size: 40px;
    color: inherit;
    line-height: 1.4;
    margin-bottom: 20px;
    padding-left: 0px;
    font-family: 'Montserrat', sans-serif;
}


.caption > h2 {
    padding-left: 0px;
    font-size: 28px;
    margin-bottom: 13px;
    margin-top: inherit;
}

.caption > a > h2 {
    padding-left: 0px;
    font-size: 28px;
    margin-bottom: 13px;
    margin-top: inherit;
}

.caption {
    padding-bottom: 80px; 
}

.spacer80 {
    height: 80px;
} 

.spacer40 {
    height: 40px;
} 

.subspacer {
    height: 50px;
} 

.impressum {
    padding-left: 13px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #000000;
}

/* Half and full screen */

.fullscreen {
    display: table;
    width: 100%;
    height: 80%;
    min-height: 80%;
    background-size: cover; 
    margin-bottom: 0px; 
    padding-top: 0px;
}

.twothirdsscreen {
    display: table;
    width: 100%;
    height: 75%;
    min-height: 75%;
    background-size: cover; 
    margin-bottom: 0px; 
    padding-top: 0px;
}

.halfscreen {
    display: table;
    width: 100%;
    height: 50%;
    min-height: 50%;
    background-size: cover; 
    margin-bottom: 0px; 
    padding-top: 40px;
}

.smallscreen {
    display: table;
    width: 100%;
    height: 116px;
    min-height: 116px;
    background-size: cover; 
    margin-bottom: 0px; 
    padding-top: 0px;
}

/*! Navbar default */

.navbar {
    position: relative;
    min-height: 116px;
    margin-bottom: 0px;
    border: 0px;
}

.navbar-brand {
    height: 116px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.navbar-brand a {
    padding-left: 0px;
}

.navbar-default {
  box-shadow: none;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
    color: #003499;
    text-decoration: none;
    box-shadow: none;
}

/* 
https://stackoverflow.com/questions/1734618/how-to-increase-the-gap-between-text-and-underlining-in-css
*/

.navbar-default .navbar-nav>li>a{
    color: #000000;
    text-decoration: none;
    box-shadow: none;   
}


.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #003499;
    text-decoration: none;
    box-shadow: none;
}

.navbar-default .navbar-toggle {
    border-color: #003499;
    margin-top: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #003499;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255,255,255,0.3);
}

.navbar-default .navbar-collapse {
    margin-left: 0px;
}

/*! Navbar default on landing page */

.brand-land {
    height: 200px;
}

.navbar-default-land {
  box-shadow: none;
  min-height: 200px;
  border-radius: 0px;
}

.navbar-default-land .navbar-toggle {
    border-color: #ffffff;
    margin-top: 0px;
}

.navbar-default-land .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default-land .navbar-toggle:hover, 
.navbar-default-land .navbar-toggle:focus {
    background-color: rgba(255,255,255,0.3);
}

.navbar-default-land .navbar-collapse {
    margin-left: 0px;
}

.navbar-default-land .navbar-nav>li>a,
.navbar-default-land .navbar-nav>li>a:hover,
.navbar-default-land .navbar-nav>li>a:focus {
    color: #ffffff;
    box-shadow: none;
    padding-top: 86px;
    padding-bottom: 86px;
    background-color: transparent;
    text-decoration: none;
}

.navbar-default-land .navbar-nav>li>a:hover,
.navbar-default-land .navbar-nav>li>a:focus {
    text-decoration: none;
}

.navbar-default-land .navbar-nav>.active>a, 
.navbar-default-land .navbar-nav>.active>a:hover, 
.navbar-default-land .navbar-nav>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    box-shadow: none;
}

/* Thumbnails */

.thumbnail {
    display: block;
    vertical-align: middle;
    padding: 0px;
    margin-bottom: 16px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.thumbnail > img {
    width: 100%;
    height: auto;
    padding: 0px;
}

.row-align {
  margin-left: -13px;
  margin-right: -13px;
  height: 200px;
  text-align: center;  /* align the inline(-block) elements horizontally */
  font: 0/0 a;   
  display: table-cell;
}

.row-align-lg {
  margin-left: -13px;
  margin-right: -13px;
  height: 0px;
  text-align: center;  /* align the inline(-block) elements horizontally */
  font: 0/0 a;   
  display: table-cell;
}

.thumbnail-logo {
    display: block;
    vertical-align: middle;
    font-size: 16px/1 Arial sans-serif; 
    padding: 4px;
    padding-left: 0px;
    padding-right: 13px;
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
}

.thumbnail-logo > img,
.thumbnail-logo a > img {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  max-width: 80%;
  height: auto;
}

/*Modals*/

.modal .modal-dialog .modal-content .modal-body > li > a {
    color: #000000;
    text-decoration: none;
    box-shadow: none;   
}

blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 25px;
  border-left: none;
}

/*
/* Coolors Exported Palette - coolors.co/003499-88bdc3-000000-982649-87a878 */

/* HSL */
$bluefi: hsla(220%, 100%, 30%, 1);
$bluelight: hsla(186%, 33%, 65%, 1);
$black: hsla(0%, 0%, 0%, 1);
$yellow: hsla(60%, 100%, 75%, 1);
$red: hsla(342%, 60%, 37%, 1);
$green: hsla(101%, 22%, 56%, 1);

/* RGB */
$bluefi: rgba(0, 52, 153, 1);
$bluelight: rgba(136, 189, 195, 1);
$black: rgba(0, 0, 0, 1);
$yellow: rgba(255, 255, 130, 1);
$red: rgba(152, 38, 73, 1);
$green: rgba(135, 168, 120, 1);