/* ================================================================================================== */
/* Created on : 03.01.2017, 2:32 pm */
/* Author     : Særdnå */
/* ================================================================================================== */
/* Variablen */
/* ================================================================================================== */
/* Color Block */
/* ================================================================================================== */
/* Base URI */
/* ================================================================================================== */
/* USE => background: @white url("@{base-url}bg-html.gif") left top repeat-x;                         */
/* CSS Including */
/* ================================================================================================== */
@import url('animate.min.css');
@import url('responsive.min.css');
@import url('shop.min.css');
/* Font-Including */
/* ================================================================================================== */
@font-face {
    font-family: 'Gill Sans Nova';
    src: url('gillsansnova/gillsansnova.eot') format('embedded-opentype'), url('gillsansnova/gillsansnova.woff') format('woff'), url('gillsansnova/gillsansnova.woff2') format('woff'), url('gillsansnova/gillsansnova.ttf') format('truetype'), url('gillsansnova/gillsansnova.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Mixin */
/* ================================================================================================== */
/* Generelle Styles */
/* ================================================================================================== */
html,
body {
    height: 100%;
}
body {
    background: #f7dcbf;
}
body a {
    color: #ee7e2c;
    outline: 0;
    cursor: pointer !important;
}
body a:focus {
    outline: 0;
}
body a:hover {
    color: rgba(238, 126, 44, 0.7);
    text-decoration: none;
}
body a.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
body a.btn.btn-primary {
    background: #7d283f;
    border-color: #7d283f;
    font-weight: bold;
}
body a.btn.btn-primary:hover {
    background: rgba(125, 40, 63, 0.85);
}
body .block {
    display: block;
}
body .left {
    float: left;
}
body .right {
    float: right;
}
body .img-left {
    float: left;
    margin: 0 1em 1em 0;
}
body .img-right {
    float: right;
    margin: 0 0 1em 1em;
}
body .upper,
body .upp {
    text-transform: uppercase;
}
body .lower,
body .low {
    text-transform: lowercase;
}
body hr {
    border-width: 1px 0;
    border-style: solid;
    border-color: #7d283f transparent transparent transparent;
}
body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
body .hideme,
body .hidden {
    display: none !important;
}
body img.img-responsive {
    width: 100%;
    height: auto;
}
body .border-b {
    border-bottom: 1px solid rgba(137, 139, 138, 0.2);
}
body .margin-b-20 {
    margin-bottom: 20px;
    padding-bottom: 10px;
}
body .bg-white {
    background: #ffffff;
}
/* Main Design */
/* ================================================================================================== */
body {
    font-family: 'Gill Sans Nova', 'Sans-Serif';
    font-size: 18px;
    line-height: 24px;
    color: #7d283f;
    padding: 0!important;
    background: url("../../img/custom/background_60p.png") center repeat;
}
body .body-wrapper {
    min-height: 100vh;
    margin: 0 auto;
    background: #f9f0df;
}
body .body-wrapper .container {
    margin: 0;
    padding: 0;
}
body .body-wrapper .container > .row {
    margin-left: 1em;
    margin-right: 1em;
}
/* Header */
/* ================================================================================================== */

#headnav {
    transition: all 0.5s ease-in-out;
}
#headnav.sticky .logo-headnav {
    background: #f9f0df;
    position: fixed;
    z-index: 9999;
    top: -50px;
    -webkit-animation: fixpos 0.5s;
    animation: fixpos 0.5s;
}
#headnav.sticky .logo-headnav .logo img {
    margin-top: 50px;
    height: 50px;
    -webkit-animation: moveheight 0.1s;
    animation: moveheight 0.1s;
}
#headnav.sticky .post-header {
    padding-top: 150px;
}
#headnav .small {
    height: 44px;
}
#headnav .small .search {
    padding-top: 0px;
    margin-top: -10px;
}
#headnav .small .tickets {
    padding-top: 0px;
    margin-top: 0px;
}
#headnav .tickets .fa-stack .fa-shopping-cart {
    font-size: 26px;
    line-height: 36px;
    color: #f9f0df;
}
#headnav .tickets .tickets-txt {
    letter-spacing: 1px;
    line-height: 15px;
}
#headnav .tickets .tickets-txt strong {
    letter-spacing: normal;
}
.logo-short {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
.logo-short a:hover img {
    opacity: 0.8;
}
.shorts > div {
    height: 100px;
    padding-top: 65px;
    margin-left: 0.5em;
}
.shorts > div.tickets a {
    color: #ee7e2c;
}
.shorts > div.tickets .tickets-txt {
    font-size: 14px;
    line-height: 17px;
    padding-top: 3px;
    display: block;
    float: right;
    text-align: right;
}
.shorts > div.tickets .tickets-txt strong {
    display: block;
}
.shorts > div.language #language {
    margin-top: 5px;
}
.shorts > div.language #language li {
    float: left;
    padding: 0 5px;
}
.shorts > div.language #language li img {
    height: 28px;
}
.shorts > div.language #language li a img {
    opacity: 0.6;
}
.shorts > div.language #language li a:hover img {
    opacity: 1;
}
.shorts > div.search {
    padding-top: 55px;
}
.shorts > div.search button {
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1px;
    margin-top: -1px;
    padding: 0 10px;
    display: block;
    color: #ee7e2c;
}
.shorts > div.search .search-txt {
    width: 200px;
    border: 3px solid #ee7e2c;
    height: 28px;
    padding: 2px 6px;
    font-size: 12px;
    background: #f9f0df;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.navigation {
    background: #ee7e2c;
}
.navigation ul li {
    float: left;
    margin-right: 1px;
}
.navigation ul li a {
    display: block;
    color: #f9f0df;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 1.7em;
    padding-right: 1.7em;
    font-size: 0.9em;
    font-weight: bold;
    transition: all 0.1s ease-in-out;
}
.navigation ul li a:hover,
.navigation ul li a.active {
    color: #7d283f;
}
.navigation ul li.selected > a,
.navigation ul li.sfHover > a {
    color: #7d283f;
}
.navigation ul li.home {
    float: left;
}
.navigation ul li.home a {
    font-size: 1.4em;
    text-align: left;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 1em;
}
/* NOTLESS*/
.dd-menu > ul > li ul {
    list-style-type: none;
    position: absolute;
    top: 40px;
    z-index: 999;
    display: none;
    min-width: 180px;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.dd-menu > ul > li ul.last-childer {
    left: auto !important;
    right: 0;
}
.dd-menu > ul > li ul.last-childer li a {
    padding-right: 20px;
}
.dd-menu > ul > li ul li {
    line-height: normal;
    font-size: 0.9em;
    position: relative;
    float: none;
    margin-right: 0px;
}
.dd-menu > ul > li ul li a {
    display: block;
    color: #ee7e2c;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    text-decoration: none;
    padding: 5px 15px;
    text-align: left;
    font-weight: normal;
}
.dd-menu > ul > li ul li a:hover {
    text-decoration: none;
    background-color: rgba(238, 126, 44, 0.9);
    color: #ffffff;
}
.dd-menu > ul > li ul li:last-child > a {
    border-bottom: 0;
}
.dd-menu > ul > li ul li.selected > a {
    text-decoration: none;
    background-color: rgba(238, 126, 44, 0.9);
    color: #ffffff;
}
.dd-menu > ul > li:hover ul {
    display: block;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.dd-menu > ul > li > ul li ul {
    margin: 0;
    list-style-type: none;
    left: 100% !important;
    top: 0;
    min-width: 150px;
    margin-left: 0;
    position: absolute;
}
.dd-menu > ul > li > ul li ul.last-childer {
    left: auto !important;
    right: 107%;
}
.dd-menu > ul > li > ul > li > ul {
    border-top: 0;
    border-bottom: 2px solid #ee7e2c;
}
.dd-menu > ul > li.megamenu {
    position: inherit !important;
    left: 0;
}
.dd-menu > ul > li.megamenu i {
    font-size: 100%;
}
.dd-menu > ul > li.megamenu > ul {
    margin: 0;
    list-style-type: none;
    width: 1070px;
    left: 15px !important;
    min-width: inherit;
    color: #757c8c;
}
/* raped Header */
/* ================================================================================================== */
#headnav.fixed .logo-headnav {
    position: fixed;
    top: 0;
    z-index: 999999;
    height: 85px;
    background: #f9f0df;
}
#headnav.fixed .logo-headnav .logo-short {
    height: 44px;
}
#headnav.fixed .logo-headnav .logo-short .shorts > div {
    height: auto;
}
#headnav.fixed .logo-headnav .logo-short .shorts .search {
    padding-top: 0;
    margin-top: -12px;
}
#headnav.fixed .logo-headnav .logo-short .shorts .language {
    padding-top: 0;
    margin-top: -2px;
}
#headnav.fixed .logo-headnav .logo-short .shorts .tickets {
    padding-top: 0;
    margin-top: -2px;
}
#headnav.fixed .logo-headnav .navigation {
    height: 41px;
}
#headnav.fixed .slider-box {
    margin-top: 61px;
}
/* Banner */
/* ================================================================================================== */
.banner-box {
    margin-bottom: 1em;
    height: auto;
}
.banner-box .theme-box {
    position: absolute;
    margin-left: 1.8em;
    margin-top: 200px;
}
.banner-box .theme-box .htag1 {
    color: #ffffff;
    font-size: 3.5em;
    text-shadow: 0 1px 0px #000;
}
.banner-box .theme-box .htag2 {
    color: #ffffff;
    font-size: 5em;
    margin-top: 50px;
    margin-left: 200px;
    text-shadow: 0 1px 0px #000;
}
/* Breadcrumb */
/* ================================================================================================== */
.bc-item li {
    float: left;
    padding: 1px 3px;
}
.bc-item li:first-child {
    padding: 1px 3px 1px 0px;
}
.bc-item li span,
.bc-item li a {
    font-size: 12px;
    display: inline-block;
    font-style: italic;
}
.bc-item li > i {
    font-size: 13px;
    display: inline-block;
}
/* Site-Title */
/* ================================================================================================== */
.site-headline {
    margin-top: -1em !important;
    padding: 1em 0!important;
    background: #f5e6ca;
    border-bottom: 2px solid #ee7e2c;
}
/* Content Area */
/* ================================================================================================== */
.content-div {
    padding: 1.5em 0!important;
}
.content-div.with-links {
    padding: 1.5em 0 0 0!important;
}
.content-div .ctpl {
    padding-bottom: 1.5em;
}
.content-div .last-change {
    display: none;
}
.page-box,
.page-box-2 {
    background-color: #f5d7b5;
    color: #7d283f;
    padding: 2px 0 0 0;
    margin-bottom: 0.3em;
    height: 51px;
}
.page-box .content-segment,
.page-box-2 .content-segment {
    line-height: 1.2em;
    margin: 0 0.5em!important;
    padding: 0!important;
}
.page-box .content-segment a,
.page-box-2 .content-segment a {
    float: right;
    color: #ee7e2c;
}
.page-box-2 {
    padding: 0.5em;
    height: auto;
}
#s-tagcloud {
    background-color: #f5d7b5;
    padding: 8px 12px;
    width: 460px;
    height: 165px;
}
#s-tagcloud span {
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    line-height: 1px;
}
#s-tagcloud span.txttb {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
#s-tagcloud span.txtbt {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
#s-tagcloud span.txtlr {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
#s-tagcloud span.c100 {
    color: #7d283f;
}
#s-tagcloud span.c80 {
    color: rgba(125, 40, 63, 0.8);
}
#s-tagcloud span.c60 {
    color: rgba(125, 40, 63, 0.6);
}
#s-tagcloud span.fs0 {
    font-size: 34px;
}
#s-tagcloud span.fs1 {
    font-size: 32px;
}
#s-tagcloud span.fs2 {
    font-size: 26px;
}
#s-tagcloud span.fs3 {
    font-size: 20px;
}
#s-tagcloud span.fs4 {
    font-size: 18px;
}
#s-tagcloud span.w1 {
    left: 190px;
    top: 83px;
    letter-spacing: 1.2px;
}
#s-tagcloud span.w2 {
    left: 70px;
    top: 71px;
}
#s-tagcloud span.w3 {
    left: 50px;
    top: 15px;
}
#s-tagcloud span.w4 {
    left: 280px;
    top: 20px;
    letter-spacing: 3px;
}
#s-tagcloud span.w5 {
    left: 305px;
    top: 142px;
}
#s-tagcloud span.w6 {
    left: 422px;
    top: 50px;
    letter-spacing: -2.7px;
}
#s-tagcloud span.w7 {
    left: 307px;
    top: 78px;
    letter-spacing: -2.2px;
}
#s-tagcloud span.w8 {
    left: 71px;
    top: 147px;
    letter-spacing: -1.2px;
}
#s-tagcloud span.w9 {
    left: 98px;
    top: 99px;
}
#s-tagcloud span.w10 {
    left: 70px;
    top: 123px;
    letter-spacing: -0.9px;
}
#s-tagcloud span.w11 {
    left: -8px;
    top: 94px;
    letter-spacing: 1px;
}
#s-tagcloud span.w12 {
    line-height: 25px;
    left: 172px;
    top: 86px;
    letter-spacing: -0.95px;
}
#s-tagcloud span.w13 {
    left: 233px;
    top: 98px;
    letter-spacing: -1.7px;
}
#s-tagcloud span.w14 {
    left: 189px;
    top: 85px;
}
#s-tagcloud span.w15 {
    left: 330px;
    top: 110px;
}
#s-tagcloud span.w16 {
    left: 70px;
    top: 42px;
}
#s-tagcloud span.w17 {
    left: 409px;
    top: 85px;
}
#s-tagcloud span.w18 {
    left: 327px;
    top: 48px;
}
:root #s-tagcloud span.w1 {
    letter-spacing: 1.8px;
}
:root #s-tagcloud span.w11 {
    left: -7px;
    top: 94px;
    letter-spacing: 1.9px;
}
:root #s-tagcloud span.w17 {
    letter-spacing: 0.2px;
}
.content-segment {
    padding-left: 1.5em;
}
.content-segment {
    padding-left: 1.5em;
}
/* Accordion */
.content-div .panel-group {
    margin: 0 0 2em 0;
    padding-bottom: 0.3em;
    border: none!important;
}
.content-div .panel-group .panel-default {
    border: none;
    border-radius: 0px !important;
    background: transparent;
    box-shadow: none;
}
.content-div .panel-group .panel-default .panel-heading {
    background: transparent !important;
    padding: 0;
}
.content-div .panel-group .panel-default .panel-heading .panel-title {
    background: #7d283f;
    padding: 0!important;
    margin: 0!important;
    font-size: 1em;
}
.content-div .panel-group .panel-default .panel-heading .panel-title > a {
    display: block!important;
    width: 100%;
    padding: 0.2em 2em;
    margin: 0!important;
    border: none !important;
    text-decoration: none !important;
    color: #ffffff;
    font-weight: normal;
}
.content-div .panel-group .panel-default .panel-heading .panel-title > a:after {
    margin: 2px 10px 0 0;
    font-size: 1.3em;
    color: orange;
    display: inline-block;
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f0d8';
    right: 1.7em;
}
.content-div .panel-group .panel-default .panel-heading .panel-title > a:hover {
    color: #ffffff;
}
.content-div .panel-group .panel-default .panel-heading .panel-title > a.collapsed {
    color: #ffffff;
    background-color: #7d283f;
}
.content-div .panel-group .panel-default .panel-heading .panel-title > a.collapsed:after {
    margin: 2px 10px 0 0;
    font-size: 0.9em;
    text-transform: none;
    color: #ee7e2c;
    display: inline-block;
    position: absolute;
    right: 2em;
    font-family: inherit;
    content: 'mehr';
}
.content-div .panel-group .panel-default .panel-body {
    border: none !important;
    padding: 1em 1.3em;
}
.content-div .panel-group .panel-default .panel-body .content-segment {
    padding-left: 0.5em;
}
.content-div .panel-group .panel-default .panel-body .content-segment table {
    width: 100% !important;
}
.content-div .panel-group .panel-default .panel-body .content-segment table tr:hover td,
.content-div .panel-group .panel-default .panel-body .content-segment table tr.hover td {
    background: transparent !important;
}
.subnavi ul {
    background: rgba(238, 126, 44, 0.15);
    padding: 5px;
}
.subnavi ul li a {
    display: block;
    font-weight: bold;
    padding: 6px 2px;
    color: #7d283f;
    text-decoration: none;
}
.subnavi ul li a span {
    display: inline-block;
    width: 100%;
    border-left: 4px solid #ee7e2c;
    display: block;
    padding: 0 10px;
    font-size: 16px;
    line-height: 16px;
}
.subnavi ul li a:hover,
.subnavi ul li a.active {
    background: rgba(238, 126, 44, 0.45);
    color: #7d283f;
    text-decoration: none;
}
.subnavi ul li.selected > a {
    text-decoration: none;
    background: rgba(238, 126, 44, 0.45);
}
/* Xtra-Content */
/* ================================================================================================== */
#tablet #xtra_content,
#phone #xtra_content {
    display: none;
}
#desktop #xtra_content {
    display: block;
    margin-top: 1.5em;
}
#desktop #xtra_content .content-segment {
    padding-left: 0em;
}
/* Back To Top */
/* ================================================================================================== */
#back-to-top {
    position: fixed;
    right: 40px;
    bottom: 20px;
    display: none;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 30px;
    color: #f9f0df;
    background: #7d283f;
    z-index: 10001;
    padding: 0;
    padding: 0;
}
/* Links */
/* ================================================================================================== */
.link-div {
    margin: 0 0 0.75em 0!important;
}
.link-div ul {
    margin: 0;
    padding: 0;
}
.link-div ul li {
    float: left;
}
/* Footer */
/* ================================================================================================== */
.footer {
    margin-top: 1.5em!important;
    background: #7d283f;
    border-bottom: 2px solid #ee7e2c;
    font-family: 'Gill Sans Nova', 'Sans-Serif';
    font-weight: normal;
    color: #f9f0df;
    font-size: 13px;
}
.footer.margin-t-0 {
    margin-top: 0em!important;
}
.footer .row {
    padding: 10px 0 0 0;
}
.footer .row ul.footnav {
    margin: 0;
    padding: 0;
}
.footer .row ul.footnav li {
    display: inline-block;
    float: left;
}
.footer .row ul.footnav li a {
    display: block;
    color: #f9f0df;
    font-weight: normal;
    padding: 0 1.5em;
    transition: all 0.5s ease-in-out;
}
.footer .row ul.footnav li a:hover {
    color: rgba(249, 240, 223, 0.75);
}
.footer .row ul.footnav li a i {
    font-size: 5px;
    position: absolute;
    margin-left: -1.7em;
    margin-top: 2.2em;
}
.footer .row p {
    font-size: 13px;
    text-align: right;
}
/* H-TAGS */
/* ================================================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.htag1,
.htag2,
.htag3,
.htag4,
.htag5,
.htag6 {
    display: block;
    margin: 0 0 8px 0;
    font-family: 'Gill Sans Nova', 'Sans-Serif';
    font-weight: bold;
    color: #7d283f;
}
h1,
.h1,
.htag1 {
    font-size: 42px;
    line-height: 50px;
}
h2,
.h2,
.htag2 {
    font-size: 38px;
    line-height: 46px;
}
h3,
.h3,
.htag3 {
    font-size: 34px;
    line-height: 42px;
}
h4,
.h4,
.htag4 {
    font-size: 32px;
    line-height: 40px;
}
h5,
.h5,
.htag5 {
    font-family: 'Gill Sans Nova', 'Sans-Serif';
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
}
h6,
.h6,
.htag6 {
    font-family: 'Gill Sans Nova', 'Sans-Serif';
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.content-segment ul,
.content-segment ol,
.panel-body ul,
.panel-body ol,
.tab-pane ul,
.tab-pane ol {
    margin: 1em 0;
    padding: 0;
}
.content-segment ul li,
.content-segment ol li,
.panel-body ul li,
.panel-body ol li,
.tab-pane ul li,
.tab-pane ol li {
    padding: 0 0 0 0.5em;
}
.content-segment ol,
.panel-body ol,
.tab-pane ol {
    margin: 1em;
    padding: 0;
}
.subline {
    font-size: 0.9em;
}
.content-segment ul {
    margin-bottom: 0.5em;
}
.content-segment ul li {
    margin-left: 1em;
    list-style-type: disc;
}
.content-segment ul ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1.3em;
}
.content-segment a {
    cursor: pointer;
}
.content-segment a.pdf:before,
.content-segment a.doc:before,
.content-segment a.docx:before,
.content-segment a.xls:before,
.content-segment a.xlsx:before,
.content-segment a.ppt:before,
.content-segment a.pptx:before,
.content-segment a.zip:before,
.content-segment a.rar:before,
.content-segment a.txt:before,
.content-segment a.mp3:before,
.content-segment a.flv:before,
.content-segment a.mpeg:before,
.content-segment a.gif:before,
.content-segment a.png:before,
.content-segment a.jpg:before,
.content-segment a.jpeg:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.content-segment a.pdf:before {
    content: '\f1c1';
}
.content-segment a.doc:before,
.content-segment a.docx:before {
    content: '\f1c2';
}
.content-segment a.xls:before,
.content-segment a.xlsx:before {
    content: '\f1c3';
}
.content-segment a.ppt:before,
.content-segment a.pptx:before {
    content: '\f1c4';
}
.content-segment a.zip:before,
.content-segment a.rar:before {
    content: '\f1c6';
}
.content-segment a.txt:before {
    content: '\f0f6';
}
.content-segment a.mp3:before,
.content-segment a.wav:before {
    content: '\f1c7';
}
.content-segment a.flv:before,
.content-segment a.mpeg:before,
.content-segment a.mov:before {
    content: '\f1c8';
}
.content-segment a.gif:before,
.content-segment a.png:before,
.content-segment a.jpg:before,
.content-segment a.jpeg:before {
    content: '\f1c5';
}
.content-segment a:hover {
    text-decoration: none;
}
.content-segment .dlbox {
    padding: 1em 0 0 0;
}
.content-segment .dlbox a:before {
    font-size: 2em;
    line-height: 1em;
    position: absolute;
    margin-top: 0.15em;
}
.content-segment .dlbox a span {
    display: inline-block;
    padding-left: 30px;
    font-size: 1.1em;
    font-weight: bold;
}
.content-segment .dlbox a span small {
    display: inline-block;
    font-size: 0.8em;
    font-weight: normal;
}
/* Content Templates */
/* ================================================================================================== */
.content-segment img {
    max-width: 100%;
    height: auto;
}
.content-segment img.img-responsive {
    width: 100%;
}
/* Tables */
/* ================================================================================================== */
.content-segment table {
    width: 100%;
}
.content-segment table tr td {
    text-align: left;
    vertical-align: top;
    padding: 5px 3px !important;
    border-bottom: 1px solid #7d283f;
    background-color: transparent !important;
}
.content-segment table tr.hover td {
    background-color: rgba(238, 126, 44, 0.15) !important;
}
.content-segment table.fb_standard tr td {
    padding: 3px 0;
    border-width: 0 0 0 0;
    background-color: transparent !important;
}
.content-segment table.fb_standard tr.hover td {
    background-color: transparent !important;
}
.panel-body > .content-segment table tr td {
    padding: 3px 0;
    border-width: 0 0 0 0;
    background-color: transparent !important;
}
.panel-body > .content-segment table tr.hover td {
    background-color: transparent !important;
}
/* Special Table Accordion */
/* ================================================================================================== */
.panel-body .content-segment table {
    width: 100% !important;
}
.panel-body .content-segment table tr:hover td,
.panel-body .content-segment table tr.hover td {
    background: transparent !important;
}
/* Download - Box */
/* ================================================================================================== */
.dl-box {
    padding: 1em 0;
    overflow: hidden;
}
.dl-box .dl-item {
    border-top: 1px dotted #ffffff;
    padding-top: 1em !important;
}
.dl-box .dl-item:first-child {
    border-top: 0px dotted #ffffff;
    padding-top: 0em !important;
}
.dl-box .dl-item i {
    font-size: 2.4em;
}
/* Accordion */
/* ================================================================================================== */
.panel-group {
    margin: 0 0 2em 0;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #898b8a;
}
.panel-group > .panel {
    border: none;
    border-top: 1px solid #898b8a;
    border-radius: 0px !important;
    background: transparent;
    box-shadow: none;
}
.panel-group > .panel .panel-heading {
    background: transparent !important;
    padding: 0;
    margin: 0;
}
.panel-group > .panel .panel-heading .panel-title {
    background: transparent;
}
.panel-group > .panel .panel-heading .panel-title > a {
    display: block;
    padding: 0.8em 0em;
    border: none !important;
    text-decoration: none !important;
    color: #7d283f;
}
.panel-group > .panel .panel-heading .panel-title > a:before {
    margin: 2px 10px 0 0;
    font-size: 1.3em;
    color: #7d283f;
    display: block;
    float: left;
}
.panel-group > .panel .panel-heading .panel-title > a:hover {
    color: #7d283f;
}
.panel-group > .panel .panel-heading .panel-title > a.collapsed {
    color: #757c8c;
    background-color: #ffffff;
}
.panel-group > .panel .panel-heading .panel-title > a.collapsed:before {
    margin: 2px 10px 0 0;
    font-size: 1.3em;
    color: #757c8c;
    display: block;
    float: left;
}
.panel-group > .panel .panel-body {
    border: none !important;
    padding: 1em 1.3em;
}
.search-results .panel-group > .panel {
    margin-bottom: 1em;
}
.search-results .panel-group .panel-body > .panel {
    padding: 1em;
    margin-bottom: 1em;
    background: #fefefe;
}
/* Tabbing */
/* ================================================================================================== */
.nav-tabs {
    padding-bottom: 1px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #7d283f !important;
}
.nav-tabs li a {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border-width: 0px!important;
    color: #7d283f !important;
    transition: all 0.5s ease-in-out;
    padding: 0.5em 1.5em;
}
.nav-tabs li a:hover {
    text-shadow: 0 1px 0 #fff;
    background: rgba(125, 40, 63, 0.3) !important;
}
.nav-tabs li.active a {
    background: #7d283f !important;
    color: #ffffff !important;
}
.nav-tabs li.active a:hover {
    background: #7d283f !important;
}
.tab-content {
    border: 0!important;
}
/* Tabbing */
/* ================================================================================================== */
.nav-tabs {
    border-color: rgba(117, 124, 140, 0.4);
}
.nav-tabs li {
    border-color: rgba(117, 124, 140, 0.4);
}
.nav-tabs li a {
    border-left-color: rgba(117, 124, 140, 0.4) !important;
    border-top-color: rgba(117, 124, 140, 0.4) !important;
    border-right-color: rgba(117, 124, 140, 0.4) !important;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    border-top-left-radius: 0px !important;
    color: #757c8c;
}
.nav-tabs li.active a {
    color: #7d283f;
}
.nav-tabs li.active:hover a {
    background-color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.01) !important;
}
.nav-tabs li:hover a {
    color: #7d283f;
    background-color: #ffffff;
    border-bottom-color: rgba(117, 124, 140, 0.4) !important;
}
.tab-content {
    border-color: rgba(117, 124, 140, 0.4);
    border-style: solid;
    border-width: 0 1px 1px 1px;
    padding: 3em 1em;
}
/* Forms */
/* ================================================================================================== */
.content-div form input,
.content-div form textarea {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(238, 126, 44, 0.6);
    background: #f9f0df;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-width: 100%;
    padding: 3px 6px;
    transition: all 0.15s ease-in-out;
    font-family: 'Gill Sans Nova', 'Sans-Serif';
    font-size: 18px;
}
.content-div form input:focus,
.content-div form textarea:focus {
    border-color: #ee7e2c;
    background: #ffffff;
    box-shadow: none;
}
.content-div form input.captcha {
    min-width: 85px;
}
.content-div form textarea {
    min-height: 135px;
}
.content-div form input[type=submit],
.content-div form button {
    border-color: #ee7e2c;
    background: #ee7e2c;
    font-weight: bold;
    color: #ffffff;
    min-width: 85px;
}
.content-div form input[type=submit]:hover,
.content-div form button:hover {
    border-color: rgba(238, 126, 44, 0.6);
    background: rgba(238, 126, 44, 0.6);
}
.content-div form img.captchapict {
    float: left;
    margin-right: 5px;
}
/* News */
/* ================================================================================================== */
.news-block hr {
    border-bottom: 1px solid #7d283f;
}
/* Events */
/* ================================================================================================== */

.content-segment .timelist {
    border-top: 1px solid #7D283F;
    padding: 10px 0;
    margin: 10px -15px;
}
.content-segment .timelist:first-child {
    border-top: 0px solid #7D283F;
}

/* Cookie - Handling */
/* ================================================================================================== */
#cookie-accept {
    background: rgba(125, 40, 63, 0.8);
    font-size: 1.1em;
    line-height: 1.8em;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.6);
    color: #ffffff;
}
#cookie-accept div {
    padding: 0.3em 0.5em;
}
#cookie-accept div button {
    width: 100%;
}


/* ownGrid */
/* ================================================================================================== */
.tablehead {
    font-size: 16px;
    padding-bottom: 5px;
    background: #F8DFC4;
}
.tablehead .slide {
    display: none;

}

.tablehead input {
    font-size: 14px;
    padding: 0 5px;
    height: auto;
    border-radius: 0;
    border-color: #EE7E2C;
}
.ownGrid {
    font-size: 16px;
}

.ownGrid .dataRow {
    display: inline-block;
    width: 100%!important;
    margin: 0!important;
    border-top: 1px solid #7d283f;
}
.ownGrid tr td {
    border: 0!important;
}

.th-1, .td-1, .cols-1 {
    width: 15%!important;
}
.th-2, .td-2, .cols-2 {
    width: 60%!important;
}
/* mad width */
.tablehead {
    display: none;
}

.ownGrid tr:first-child {
    border: none;
}

.ownGrid tr td:first-of-type {
    vertical-align: top;
    text-align: left;
}

.ownGrid tr td {
    padding: 0.5em 0;
    vertical-align: top;
    text-align: left;
}

.ownGrid tr td:first-child {
    width: 0.1%!important;
}
.ownGrid tr td:last-child {
    width: 39.9%!important;
    text-align: right;
}
.ownGrid tr td:nth-child(2n) {
    width: 60%!important;
}
