


/**
* Anpassungen jma
*/


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "FrutigerLight",Arial,sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    margin: 0;
}

body.body-fixed-top {
    padding-top: 90px;
}

figure {
    margin: 0;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 12.5px;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

h1, h2, h3, h4, fieldset legend, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.096;
    color: inherit;
}

h2, .h2 {
    font-family: "FrutigerLight",Arial,sans-serif;
    color: #b49d5a;
    font-size: 28px;
    line-height: 1.1;
    margin: 36px 0 18px 0;
}

a {
    color: #203d80;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}



.container, .stage-fullsize, .stage-fullsize .intro-outer .text-block, .keyvisual.keyvisual-fullsize .keyvisual-inner, .media-information-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 15px;
}

.container:before, .stage-fullsize:before, .stage-fullsize .intro-outer .text-block:before, .keyvisual.keyvisual-fullsize .keyvisual-inner:before, .media-information-wrapper:before, .container:after, .stage-fullsize:after, .stage-fullsize .intro-outer .text-block:after, .keyvisual.keyvisual-fullsize .keyvisual-inner:after, .media-information-wrapper:after {
    content: " ";
    display: table;
}

.container:after, .stage-fullsize:after, .stage-fullsize .intro-outer .text-block:after, .keyvisual.keyvisual-fullsize .keyvisual-inner:after, .media-information-wrapper:after {
    clear: both;
}

.row, .row-sm, .tileViewWrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.pull-right {
    float: right !important;
}


.header {
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 90px;
    box-shadow: 2px 1px 5px 2px rgba(0,0,0,0.1);
}

.head {
    height: 90px;
    z-index: 1001;
    position: fixed;
    top: 0;
    width: 100%;
}



.navbar-brand {
    position: absolute;
    top: 18px;
    left: 25px;
    width: auto;
    text-decoration: none;
    text-align: center;
    z-index: 0;
}

.navbar-brand img {
    display: inline-block;
    max-height: 53px;
    height: auto;
    border: 0;
}


/**
* Content
 */
body, .wrap {
    height: 100%;
}

.wrap {
    float: left;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

fieldset#loginFieldset {
    padding: 0;
    margin: 0;
}
legend#loginLegend {
    display: none;
}
fieldset#loginFieldset {
    border: none;
}


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.4;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary-inverse {
    color: #203d80;
    background-color: transparent;
    border-color: #1b336c;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.btn-primary-inverse:focus, .btn-primary-inverse:hover {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    background-color: rgba(27,51,108,0.15);
}

.form-control, select, input[type="date"], .dataTables_filter input[type="search"] {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.4;
    color: #6e6e6e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#AGBtitle {
    font-weight: 600;
    margin-top: 50px;
}
p#AGBtext {
    margin-bottom: 50px;
}


/**
* Message
 */
.message {
    margin: 15px 0 30px;
    padding: 30px 0 15px;
}

.message-error {
    background: #FFEBEF;
    color: #D4244B;
}

.message-error {
    background: #FFEBEF;
    color: #D4244B;
}

p.loginErrorMsg {
    background-color: #eea8b7;
    padding: 15px;
    border-radius: 7px;
    border: solid 2px #df5d7a;
}

fieldset#loginFieldset {
    border: none;
    margin-bottom: 50px;
}


/**
* Footer
 */
.footer-02 {
    background: #b49d5a;
    border-top: 1px solid #d2c49c;
    color: #fff;
    padding-top: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer-02 ul li {
    display: inline-block;
}

.footer-02 ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.footer-02 ul li span {
    margin: 0 6px;
}




div.tablularForm label.error {
    float: none;
    width: auto;
    text-align: left;
    padding-left: 5px;
    color: #965C36;
}
input.error {
    color: #965C36;
}

