


@font-face {
    font-family: 'gothambook';
    src: url('../fonts/webfontkit-20220317-080549/gothambook.eot');
    src: url('../fonts/webfontkit-20220317-080549/gothambook.eot?#iefix') format('embedded-opentype'),
         url('../fonts/webfontkit-20220317-080549/gothambook.woff2') format('woff2'),
         url('../fonts/webfontkit-20220317-080549/gothambook.woff') format('woff'),
         url('../fonts/webfontkit-20220317-080549/gothambook.ttf') format('truetype'),
         url('../fonts/webfontkit-20220317-080549/gothambook.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gothambook_italic';
    src: url('../fonts/webfontkit-20220317-080549/gothambookitalic.eot');
    src: url('../fonts/webfontkit-20220317-080549/gothambookitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/webfontkit-20220317-080549/gothambookitalic.woff2') format('woff2'),
         url('../fonts/webfontkit-20220317-080549/gothambookitalic.woff') format('woff'),
         url('../fonts/webfontkit-20220317-080549/gothambookitalic.ttf') format('truetype'),
         url('../fonts/webfontkit-20220317-080549/gothambookitalic.svg#gothambook_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/webfontkit-20220317-080549/gothammedium.eot');
    src: url('../fonts/webfontkit-20220317-080549/gothammedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/webfontkit-20220317-080549/gothammedium.woff2') format('woff2'),
         url('../fonts/webfontkit-20220317-080549/gothammedium.woff') format('woff'),
         url('../fonts/webfontkit-20220317-080549/gothammedium.ttf') format('truetype'),
         url('../fonts/webfontkit-20220317-080549/gothammedium.svg#gothammedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

*, *:after, *:before  {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    background: #969696;
    /*background-attachment:fixed;*/
    /*background-size: 100% auto;*/
    color: #000000;
    font-family: 'gothambook', Arial, sans-serif;
    /*font-family: 'Helvetica', Arial, sans-serif;*/
    font-size:15px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 20px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
form label {
    display:inline;
}
form div.required label.control-label::after {
    content:" * ";
    font-weight: bold;
}
.control-label{
    
    font-family:'gothammedium',Arial;
}
.form-control {
    border-radius: 5px;
    background: #fff;
    border:0px;
    color: #1c4367;
    height: initial;
    padding: 8px 12px;
}

.label-class{
    float: right;
}

.control-label {
    float: left;
    width: 180px;
}
.float_left{
    float:left
}
.float_right {
    float:right;
}

 .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #F00;
}

.has-error .help-block {
    color: #F00;
}

.has-error .form-control {
    background-color: #d0202f33;
    border:1px solid #e20a06;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: green;
}

.has-success .form-control {
    border:1px solid green;
    -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);
}


.header {
    clear-after: left;
    margin: auto;
    height: 60px;
}

.header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}

.body-content {
    background: #fff;
    float: left;
    padding: 0 8%;
    width: 100%;
}

.body-content h3 {
    color:#f59d14;
    font-size:29px;
    font-family:'gothammedium',Arial;
    margin: 40px 0 40px 0;
}
.body-content h4 {
    color:#1c4367;
    font-size:20px;
    font-family:'gothammedium',Arial;
    color: #0061a1;
}
strong{
    font-family:'gothammedium',Arial;
}
.agenda .row {
    border-top:1px solid #000;
    padding: 8px 0 8px 0;
}
.agenda .row:last-child{
    border-bottom:1px solid #000;
}
.ref {
    max-width:100%;
    height: auto;
    
}
.p-l-0 {
    padding-left:0;
}
.referenten .row {
    margin-bottom:25px;
}

.referenten .row:last-child{
    margin-bottom: 0;
}
hr {
    border:none;
    border-top:1px dotted #f00;
    /*color:#fff;*/
    /*background-color:#fff;*/
    height:1px;
    width:100%;
}

a.button {
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    margin-top: 25px;
    
    font-size:29px;
    position: relative;
    text-decoration: none;
    background-color: #f1f1f1;
    padding: 10px 26px 10px 26px;
}
a.button::before {
    content: "►";


    color:#f59d14;
    margin-right:10px
}
a , a:hover, a:visited{
    color: #0061a1;
    text-decoration: none;
}
footer {
    margin-top:5em;
    padding-bottom:2em;
}
ul {list-style: none}

li::before {content: "•"; color: #D0202F;
    display: inline-block; width: 1em;
    margin-left: -1em
}

input[type=radio] {
    /*display:block;*/
}

.shadow {
    /*background-color: black;*/
    background: #f1f1f1;
    /*opacity: 0.2;*/
    padding: 20px;
}

button {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 500;
    text-decoration: none;
    background-color: #f59d14;
    color: #0061a1;
    padding: 10px 6px 10px 6px;
    border: 0;
    font-size:29px;
}

.registration-create {
    margin-left: auto;
    margin-right: auto;
}

.marker {
    font-size: 10px;
}

label {
    font-weight: normal;
}

.row {
    margin: 0;
}

.container {
    max-width: 1000px;
}

.field-registration-ds.required label, .field-registration-doctor.required label, #registration-appointment_id label {
    font-weight: 500;
}

.footer-right{
    text-align: left;
}

@media screen and (min-width:1200px){
    .body-content {
        padding: 0 80px;
    }
    a.button::before {
        margin-right:100px
    }
    .footer-right{
        text-align: right;
    }
}
@media screen and (max-width:800px){
   a.button {
	font-size:18px;
   }
   .body-content h3 {
      font-size:18px;
   }
   button {
      font-size:18px;
   }
}