.version.index {
    color: #0000E2;
    background-color: #C7DDE8;
}

body {
    position: relative;
    min-width: 320px;
    background: #aaa;
    font-family: 'Lora', serif;
}

h2 {
    margin-top: 0;
    font-size: 30px !important;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1,
h1 {
    font-size: 36px !important;
}

b,
strong {
    font-weight: 700;
}
td {
    padding: 10px;
    min-width: 115px;
}

p {
    font-size: 15px;
    text-align: left;
    text-align: justify;
    margin-bottom: 20px;
}

a:visited {
    color: #000000;
    text-decoration: none !important;
}

a:link {
    color: #000000;
    text-decoration: none !important;
}
.hinweis {
    padding: 10px;
    width: 100%;
    background: #f17373;
    color: #fff;
}
.hinweis p {
    text-align: center;
}
#contact {
    height: 50px;
    width: 100%;
    background: #fff;
}

#contact .wrapper {
    margin: 0 auto;
    width: 1020px;
}

#contact ul {
    list-style-type: none;
}

#contact ul li {
    display: inline-block;
    padding: 10px;
    margin-right: 5px;
    border-right: 1px solid;
    margin-top: 5px;
}

#background {
    position: fixed;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
}

#header {
    width: 100%;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.75);
    z-index: 9999;
}

#maincontent {
    margin-top: 30px;
    text-align: justify;
    margin-top: 50px;
}

#contentholder {
    background: #fff;
    padding: 40px;
    margin-top: 20px;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.75);
    padding-top: 25px;
    min-height: 900px;
    overflow: hidden;
}

#footer {
    height: 100px;
    width: 100%;
    background: #fff;
    z-index: 99999;
    margin-top: 40px;
    text-align: center;
}

#footer ul li {
    display: inline-block;
    padding: 3px;
    margin-top: 20px;
}

#navi {
    margin-top: 70px;
    display: block;
    left: 0;
    height: 900px;
    background: #fff;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.75);
}

#navi ul {
    list-style: none;
    margin: 0 auto;
    text-align: left;
    height: 75px;
}

#navi ul li {
    padding: 25px;
    font-size: 25px;
    border-bottom: 1px solid #a0b9cb;
    transition-property: transform;
    transition-duration: 0.3s;
    background: #fff;
}

#navi ul li:hover {
    -webkit-transform: translateY(5px);
    transform: translateX(5px);
    box-shadow: 0px 24px 26px -19px rgba(0, 0, 0, 0.75);
}

.container {
    margin: 0 auto;
}

#contactbar {
    margin-top: 70px;
    display: block;
    left: 0;
    padding-right: 0;
    padding-left: 0;
}

.wrap {
    background: #fff;
    padding: 40px;
    height: 900px;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.75);
}

.picture {
    text-align: center;
    padding: 40px;
    width: 100%;
    display: inline-block;
}

.picture img {
    box-shadow: 0px 24px 26px -19px rgba(0, 0, 0, 0.75);
    width: 30%;
    margin-bottom: 5px;
    padding-top: 0;
    float: left;
}

h2 {
    margin-top: 0;
}

h1 {
    margin: 30px 0;
}

p {
    font-size: 15px;
    text-align: left;
    text-align: justify;
}

span.icon {
    float: right;
    display: inline-block;
}

.pointer {}

section {
    background: #fff;
    border: 1px solid #aaa;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    width: 0;
}

ul {
    list-style-type: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #33b2ff;
}


/** ---------------------------------------
 * Slider 
 ----------------------------------------*/

.container {
    width: 100%;
    margin: 20px auto 0;
    padding-left: 0;
}

.slider-wrapper {
    z-index: 500;
    position: relative;
    width: 100%;
    height: 300px;
    background: #FFF;
    overflow: hidden;
}

.slider-wrapper li {
    display: none;
}

.slider-wrapper .current-slide {
    display: block;
}

.slider-shadow {
    width: 100%;
    height: 15px;
    position: relative;
}

.slider-wrapper img {
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
}


/**
 * ---[Caption] ---------------------- 
 **/

.slider-wrapper h2 {
    color: #00c5b9;
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 6px;
}

.slider-wrapper p {
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.4em;
}


/**
 * ---[Botones-Control] ---------------------- 
 **/

.control-buttons {
    text-align: center;
}

.control-buttons li {
    cursor: pointer;
    display: inline-block;
    background: #424f66;
    text-indent: -99999px;
    height: 12px;
    width: 12px;
    margin: 0 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.control-buttons li.active {
    background: #00c5b9;
}


/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.panel-body ul li {
    font-size: 14px;
    padding: 2px;
}

.panel-body p {
    font-size: 14px;
}

.table {
    font-size: 14px;
    line-height: 1;
}


/** ---------------------------------------
 * Responsive 
 ----------------------------------------*/

@media (max-width: 1600px) {
    .tabelle {
        float: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    #navi {
        height: 516px;
    }
    .tabelle {
        float: none !important;
    }
    .slider-wrapper img {
        width: 100%;
    }
    .slider-wrapper {
        height: 200px;
    }
    .wrap{
        height: auto;
    }
}

@media only screen and (max-width: 825px) {
    .container {
        width: 500px;
    }
    .slider-wrapper {
        height: 260px;
    }
    .tabelle {
        float: none !important;
    }
}

@media only screen and (max-width: 535px) {
    .container {
        padding: 5px;
        width: 100%;
        margin: 40px 0 0 0;
    }
    .slider-wrapper {
        height: 200px;
    }
    .slider-wrapper .caption {
        display: none;
    }
    .picture img {
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    .slider-wrapper {
        height: 160px;
    }
    .picture {
        padding: 0;
    }
    .picture img {
        box-shadow: 0px 24px 26px -19px rgba(0, 0, 0, 0.75);
        width: 100%;
        padding-top: 0;
    }
    #contentholder {
        height: auto;
        padding: 20px;
    }
    #navi {
        height: 400px;
    }
    #navi ul li {
    padding: 15px;
    font-size: 20px;
    }
}


/* thomas styles */

#page {
    z-index: 1;
    min-height: 344px;
    background-image: none;
    border-width: 0px;
    border-color: #000000;
    background-color: transparent;
    padding-top: 62px;
    padding-bottom: 94px;
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

#u94-12 {
    z-index: 2;
    min-height: 344px;
    background-color: transparent;
    text-align: center;
    font-family: open-sans, sans-serif;
    font-weight: 300;
    position: relative;
    width: 96.1%;
    margin-left: 1.96%;
}

#u94-2,
#u94-4,
#u94-6,
#u94-7 {
    font-size: 16px;
    line-height: 22px;
}

#u94-10 {
    font-size: 14px;
    line-height: 20px;
}

.css_verticalspacer .verticalspacer {
    height: calc(100vh - 500px);
}

#muse_css_mq,
.html {
    background-color: #FFFFFF;
}