﻿@font-face {
    font-family: "Sansation";
    src: url("/fonts/sansation/Sansation_Regular.ttf") format("truetype");
}
/*@font-face {
    font-family: "Roboto";
    src: url("/fonts/roboto/Roboto-Regular.ttf") format("truetype");
}*/

/* MATERIAL DESIGN ICONS */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/materialicons/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(/fonts/materialicons/MaterialIcons-Regular.woff2) format('woff2'), url(/fonts/materialicons/MaterialIcons-Regular.woff) format('woff'), url(/fonts/materialicons/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}
.icon-size-lg {
    font-size: 48px;
}
.color-highlight {
    color: #4e8ab4;
}
.color-white {
    color: #ffffff !important;
}
/* MATERIAL DESIGN ICONS END */


/* SPECS TABLE */
.specs-header {
    font-weight: 400;
    letter-spacing: 1px;
    background-color: #4d5c64;
    color: white;
    text-transform: uppercase;
}
    .specs-header > div {
        margin-left: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
.specs-row {
    background-color: white;
    padding-top: 2px;
    padding-bottom: 2px;
}
/* SPECS TABLE END */

html, body {
    margin: 0px;
    padding: 0px;
    background-color: #f5f5f5;
    /*font-family: 'Roboto'*/
    height: 100%;
}

a.navbar-brand {
    font-size: 36px;
    white-space: normal;
    text-align: center;
    font-weight: bold;
}
.logo {
    margin-right: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 231px;
    height: 60px;
}

.arendar-font {
    font-family: "Sansation";
}
.arendar-color {
    color: #4e8ab4 !important;
}
.arendar-logo {
    color: #4e8ab4;
    font-size: 62px;
    font-family: "Sansation";
    font-weight: bold;
    line-height: 56px;
}



a:link, a:visited {
    color: #4e8ab4;
    text-decoration: none;
}

a:hover, a:active {
    color: #4d5c64;
    text-decoration: underline;
}

.nav-link.active {
    font-weight: 600;
    border-bottom: solid 2px #4e8ab4;
}

/*.panel {
    background-color: white;
    border: solid 1px #cfcfcf;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}*/
/* AUTO HEIGHT FIX */
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

/* not requied only for demo * */
.row [class*='col-'] {
    /*background-color: #cceeee;*/
    background-clip: content-box;
}

.panel {
    height: 100%;
    background-color: white;
    border: solid 1px #cfcfcf;
    border-radius: 5px;
    padding: 20px;
    /*margin-bottom: 20px;*/
}
/* AUTO HEIGHT FIX */

.mb-0 {
    margin-bottom: 0px;
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/

/*.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}*/

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.protocol-padding {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    /*margin-bottom: 264px;*/
}

.color-white {
    color: white;
}
.slide-text-shadow {
    text-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 0.4);
}

.footer {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    white-space: nowrap;
    line-height: 28px;
    background-color: #4d5c64;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-link:link, .footer-link:visited {
    color: #ffffff;
    text-decoration: none;
}

.footer-textcolor {
    color: #a6aeb2;
}
.footer-link:hover, a:active {
    color: #ffffff;
    text-decoration: underline;
}

/* Sticky footer styles
*/

.social-icons {
    display: inline;
}
    .social-icons > div {
        display: inline;
        margin-left: 20px;
    }


/* BUTTONS */
.btn-primary {
    color: #fff !important;
    background-color: #4d5c64;
    border-color: #47555c;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #3b464c;
        border-color: #313b40;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #194586;
        border-color: #194586;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #b3b3b3;
        background-color: #f5f5f5;
        border-color: #ededed;
    }
.btn-danger {
    color: #fff !important;
}
/* BUTTONS END */

/* NAVBAR */
.navbar {
    z-index: 9999999;
    padding: 0px;
    line-height: 1;
}

.navbar-brand-container {
    min-width: 250px;
    min-height: 64px;
}

.navbar-brand {
    font-family: Sansation;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 30px;
    padding: 0px;
    margin: 0px;
    margin-top: 18px;
    margin-left: 20px;
}

.modal {
    z-index: 10000000 !important;
}

.bg-arendar {
    background-color: #4d5c64 !important;
}

.nav-link {
    padding: 0px !important;
    font-family: Sansation;
    text-transform: uppercase;
    font-size: 14px;
}

    .nav-link > .mm-container {
        color: #fff !important;
        padding-top: 26px;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 64px;
    }

        .nav-link > .mm-container:hover {
            background-color: #467ca2 !important;
        }

        .nav-link > .mm-container.active:hover {
            background-color: #fff !important;
        }

        .nav-link > .mm-container.active {
            color: #000 !important;
            background-color: #fff;
            padding-top: 26px;
            padding-left: 20px;
            padding-right: 20px;
            min-height: 64px;
        }

    .nav-link > .mm-container-black {
        color: #fff !important;
        background-color: #000;
        padding-top: 26px;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 64px;
    }

    .nav-link > .mm-container-alt {
        color: #fff !important;
        background-color: #194586;
        padding-top: 26px;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 64px;
    }

.navbar-toggler {
    margin-right: 10px !important;
}
/* NAVBAR-END */


.wasserzeichen {
    background-image: url('/img/schloss_wasserzeichen.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

.headline {
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(213, 213, 213);
}
.tab-link {
    padding: 10px !important;
}
.table-primary, .table-primary > th, .table-primary > td {
    background-color: #467ca2 !important;
    color: white !important;
}