/* Allgemeine Text-Styles */
h1 {
    font-family: 'Special Elite', cursive;
    font-size: 26px;
    margin-top: 8px;
    margin-bottom: 20px;
    color: #07114C;
}

h3 {
    font-family: 'Special Elite', cursive;
    font-size: 26px;
    margin-top: 8px;
    margin-bottom: 16px;
    color: #07114C;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #07114C;
    letter-spacing: 0;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #07114C;
    letter-spacing: 0;
    margin: 0px;
    padding: 0px;
    margin-bottom: 4px;
}

.small_h3{
    font-family: 'Special Elite', cursive;
    font-size: 18px;
    color: #07114C;
}

.small_margin{
    margin-bottom: 8px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-top: 0px;
    color: #07114C;
}

li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-top: 0px;
    color: #07114C;
    list-style-type: circle;
}

.trigger {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #5663AF;
    margin: 0px;
}

.menu-links{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none; 
}

.menu-back {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-top: 0px;
    color: white;
    text-decoration: none; 
}

.bold {
    font-weight: 700;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

/* Tabs Text-Styles */
#tabs li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #E88D51;
    text-decoration: none;
}

.ui-tabs-panel p{
    margin-bottom: 16px;
}


/* Akkordeon Text-Styles */
.caption {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 12px;
    color: #8F92A4;
    display: block;
}  

.quote {
    font-style: italic;
    margin-bottom: 0px!important;
}


/* Indikator Text-Styles */
.description {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #5663AF;
}

.bubble_link{
    text-decoration: none!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
}





