html {
    position: relative;
    min-height: 100%;
}

body {
    background: url(../images/spirale_bg-2.jpg) no-repeat scroll 50% 0%;
    background-size: cover;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #444;
    margin-bottom: 40px;
}

body.home {
    height: 100%;
}

.home {
    background: #abb3bc url(../images/spirale_bg.jpg) no-repeat scroll 50% 66%;
    background-size: cover;
}


@media (max-width: 767px) {
    
    .mt-max-md-5 {
        margin-top: 48px;
    }
        
    .mb-max-md-5 {
        margin-bottom: 48px;
    }
           
    .mb-max-md-6 {
        margin-bottom: 72px;
    }
}

@media (min-width: 768px) {
    
    .mb-md-5 {
        margin-bottom: 48px;
    }

    .navbar-brand {
        padding-top: 30px;
    }
    
    .navbar-nav {
        margin-top: 30px;
    }
    
    .sm-padding {
        padding: 0;
    }
    
    .tierkreiszeichen {
        margin: 10px 2px 0 2px;
    }


    .col-sm-6:first-of-type {
        padding-right: 25px;
    }
    .col-sm-6:last-of-type {
        padding-left: 25px;
    }
}

@media (min-width: 992px) {
        
    .pull-right-beten {
        margin-left: 66px;
    }

    .tierkreiszeichen {
        margin: 10px 13px 0 12px;
    }
    
    .tierkreiszeichen:first-child {
        margin-left: 0;
    } 
    
    .tierkreiszeichen:last-child {
        margin-right: 0;
        margin-left: 11px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

.container > .navbar-header {
    background-color: #fff;
}

.navbar-inverse {
    border-color: #999;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 17px;
}

.content {
  padding: 90px 0 60px;
}

p {
    margin-bottom: 22px;
}

h1, h2, h3, h4 {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
}

h1, h2 {
    font-size: 24px;
}

.home h1 {
    font-size: 47px;
    color: #e6320d;
    font-weight: 700;
    margin-bottom: 6px;
}

.home h2 {
    font-size: 26px;
}

.home h2, 
.home h3, 
.home h4 {
    color: #333;
}

.home h2 {
    margin-top: 6px;
}

.impressum h2,
.seminare h2 {
    font-size: 21px;
}

h3 {
    font-size: 21px;
    margin-top: 10px;
}

h4 {
    font-size: 19px
}

h5 {
    scroll-padding-top: 80px;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 1.42857143;
}

a {
    color: #444;
}

a:focus, 
a:hover {
    color: #e6320d;
    text-decoration: none;
}

.home a {
    display: inline-block;
    font-size: 36px;
    color: #e6320d;
}

a.active {
    color: #e6320d;
}

.navbar-inverse {
    background-color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #444;
}

.navbar-inverse .nav>li:last-child>a {
    padding-right: 0;
}

.navbar-fixed-top {
    border-bottom: none;
}

blockquote {
    font-size: 15px;
    font-style: italic;
    padding: 0;
    margin-bottom: 22px;
}

.ueber-mich blockquote {
    font-family: "Libre Baskerville", serif;
    font-size: 17px;
    font-weight: 700;
    color: #004954;
    padding: 10px 50px;
    margin-bottom: 10px;
}

.content a {
    color: #e6320d;
}

.content a:hover {
    color: inherit;
}

a.mehr {
    color: inherit;
    font-style: normal;
}

.anker {
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin: -80px;
}

.libre-baskerville {
    font-family: "Libre Baskerville", serif;
    font-size: 16px;
}

.home .content, 
.home .container {
    height: 100%;
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}


.tierkreiszeichen {
    display: inline-block;
}

.img-101 {
    max-width: none;
    width: 100%;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}


.footer {
    position: absolute;
    bottom: 0;
    padding: 16px 0;
    width: 100%;
    font-size: 13px;
    color: #444;
}
