/* =========== Body =========== */
body {
    line-height: 24px;
    font-size: 16px;
    font-family: "Droid Sans", sans-serif;
    font-weight: 400;
    color: #575656;
    text-align: left;
}

/* =========== Headings =========== */
h1, .kop1 {
    font-family: 'Cormorant SC', sans-serif;
    margin-bottom: 25px;
    color:#000;
    font-size:32px;
    text-align:center;
}

h2, .kop2, h4, .kop4 {
    font-family: 'Cormorant Garamond', sans-serif;
    margin-top: 10px !important;
    margin-bottom: 25px;
    color:#516B85;
    font-size:22px;
    text-align:center;
}

h3, .kop3 {
    font-family: "Droid Sans", sans-serif;
    font-size: 24px;
    color:#516B85;
    text-align: left;
    margin:24px 0px;
}

p	{margin:20px 0;}



a, a:visited {
    color: #196eb1;
}

a:hover {
    color: #196eb1;
    text-decoration: underline;
}

a.contactlink {
    color: #ddd;
}

a:hover.contactlink {
    text-decoration: underline;
}

/* =========== Page =========== */
.page {
    /*padding-bottom: 50px;*/
}

.page .col-md-3.col-sm-2.hidden-xs {
    color: #575656;
}

.page .text-wrapper {
    background-color: #eeeeee;
    padding: 10px 20px;
    margin-top: 30px;
    color: #575656;
    border-radius: 12px;
    line-height: 18pt;
    font-size: 16px;
}

.page-invert {
    color: #fff;
    background: #196eb1;
}

.page-light {
    color: #fff;
    background: #575656;
}

.page section {
    padding: 5px 10px;
}

.page-new {
    /*padding-bottom: 50px;*/
}

.page-new h1 {
    color: #196eb1;
    font-size: 32px;
}

.page-new h2 {
    color: #ffffff;
    font-size: 32px;
}

.page-new h3 {
    color: #575656;
    font-size: 32px;
}

.page-new .col-sm-6 {
    color: #575656;
}

.col-sm-6 {
    padding-right: 40px;
}

.page-new .col-sm-6.pad-col {
    background-color: #196eb1;
    color: #ffffff;
    border-radius: 12px;
    /*margin-left:10px;*/
}

.page-new .col-sm-6.pad-col a {
    color: #ffffff;
}

.page-new .col-sm-6.pad-col a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.page-new .content {
    background-color: #eeeeee;
    padding: 15px 20px 25px 20px;
    margin-top: 30px;
    color: #575656;
    border-radius: 12px;
    line-height: 18pt;
    font-size: 16px;
}

/* =========== Wrapper =========== */
.wrapper {
    max-width: 1200px;
    margin:0 auto 50px auto;
}

.text-wrapper {
    margin: 10px auto 30px auto;
    font-size: 18px;
}

.center {
    text-align: center
}

/* =========== Header =========== */
header {
    background: #ffffff;
    padding: 0;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.headerwidth {
    width: 190px;
}

/* equal to fixed header height */
.header-filler {
    height: 160px;
}

header h1 {
    color: #fff;
    letter-spacing: 5px;
    font-size: 34px;
}

/* =========== Navigation =========== */
@media (max-width: 768px) {

header {
    padding: 118px 0 0 0;
}
    .navbar.navbar-inverse {
        background: #196eb1;
        border-color:#fff;
    }

    .navbar.navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

    .navbar.navbar-inverse .navbar-nav > li > a:hover {
        background: #333;
    }

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #ccc;
}

}

@media (min-width: 768px) {
    .navbar.navbar-inverse {
        background: none;
        border-color: transparent;
        float: right;
    }

    .navbar.navbar-inverse .navbar-collapse {
        border-color: transparent;
    }

    .navbar.navbar-inverse .navbar-nav > li > a {
        color: #fff;
        padding: 5px 12px;
        font-size: 16px;
    }

    .navbar.navbar-inverse .navbar-nav > li > a:hover {
        color: #333;
    }

    .navbar.navbar-inverse .navbar-nav > .active > a,
    .navbar.navbar-inverse .navbar-nav > .active > a:hover,
    .navbar.navbar-inverse .navbar-nav > .active > a:focus {
        background: none;
        color: #333;
    }

    .navbar.navbar-inverse .navbar-nav > .active > a::before {
	content: "";
  	position: absolute;
  	top: 100%;
  	width: 100%;
 	left: 0;
  	height: 3px;
  	border-radius: 2px;
  	background: linear-gradient(111.3deg, transparent 0%, #fff 50%, transparent 100%);
}

@media (min-width: 992px) {
    .navbar.navbar-inverse .navbar-collapse {
        padding-top: 26px;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent;
    }
}

/* =========== Carousel =========== */
#carousel-main {
    overflow: hidden;
    background: #196eb1;
}

#carousel-main img {
    margin: 0 auto;
}

#carousel-main .title-box {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -320px;
    width: 640px;
    height: 270px;
    padding: 50px 15px;
    background-color: rgba(252, 6, 25, 0.6);
    border-radius: 25px;
    font-size: 58px;
    color: #FFFFFF;
    line-height: 75px;
    text-align: center;
    font-family: "Bree serif", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 1250px) {
    #carousel-main .title-box {
        top: 40px;
        width: 540px;
        height: 250px;
        left: 54%;
        font-size: 50px;
    }
}

@media (max-width: 1000px) {
    #carousel-main .title-box {
        top: 20px;
        width: 500px;
        height: 210px;
        padding: 20px 15px;
        left: 57%;
        font-size: 45px;
    }
}

@media (max-width: 900px) {
    #carousel-main .title-box {
        top: 30px;
        width: 500px;
        height: 150px;
        padding: 15px 15px;
        left: 60%;
        font-size: 40px;
        line-height: 60px;
    }
}

/* =========== Calender =========== */
.kies-image {
    float: left;
    width: 210px;
    margin: 0;
}

#services_block {
    float: right;
    width: 500px;
    margin-top: 11px;
    z-index:1;
    position: relative;}

#services_block .cd-dropdown {
    border: 1px solid #196eb1;
    width: 400px;
}

#calendar {
    float: right;
    max-width: 630px;
    width: 100%;
}

#calendar .fc-event {
    background-color: #4ab00e;
    font-weight: bold;
    line-height: 14px;
}

#app-form {
    float: right;
    max-width: 630px;
    color: #333
    font-size: 18px;
}


#app-form td.header {
    width: 100px;
    line-height: 32px;
}

#app-form td.invalid-parent {
    border: 1px solid #f00;
}

#app-form input {
    background: #F1F1F1;
    border: none;
    width: 250px;
    padding: 2px 5px;
    font-size: 18px;
    line-height: 30px;
}

#app-form input[type=submit] {
    background: #196eb1;
    color: #FFF;
    padding: 10px 30px;
    font-weight: bold;
    float: right;
    margin-top: 30px;
}

#app-form table.question {
    margin: 10px 0;
}

#app-done {
    float: left;
    width: 400px;
    margin-top: 70px;
    margin-left:40px;
    color: #196eb1;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

/* =========== Boxes =========== */
.box {
    background: #196eb1;
    border-radius: 12px;
    padding: 15px 20px;
    color: #fff;
    min-width: 240px;
}

.box.center {
    vertical-align: middle;
}

.box-light {
    background: #F1F7F7;
    color: #196eb1;
}

.box-margin {
    margin: 15px 0;
}

.box h4 {
    font-size: 20px;
    margin: 0 0 15px 0;
}

/* 2 boxes by 50% width */
.boxes2-50, .boxes2-30 {
    display: table;
    border-spacing: 30px;
    border-collapse: separate;
}

.boxes2-50:nth-child(2n), .boxes2-30:nth-child(2n) {
    margin-top: -30px;
}

@media (min-width: 768px) {
    .boxes2-50 {
        margin: 0 -50px;
    }

    .boxes2-30 {
        margin: 0 -30px;
    }
}

@media (min-width: 992px) {
    .boxes2-50 {
        margin: 0 -75px;
    }

    .boxes2-30 {
        margin: 0 -30px;
    }
}

.boxes2-50 .box {
    display: table-cell;
    float: none;
    width: 50%;
}

/* 2 boxes by 30%/70% width */
.boxes2-30 .box:first-child {
    display: table-cell;
    float: none;
    width: 30%;
}

.boxes2-30 .box:last-child {
    display: table-cell;
    float: none;
    width: 70%;
}

@media (max-width: 768px) {
    .boxes2-30 .box:first-child, .boxes2-30 .box:last-child {
        width: 100%;
        float: left;
    }
}

/* =========== Flowers =========== */
.flower-bottom-parent {
    display: table;
    height: 400px;
    float: right
}

.flower-bottom {
    display: table-cell;
    vertical-align: bottom
}

.flower-bottom img {
    position: relative;
    z-index: -1;
}

/* =========== Buttons =========== */
a.button {
    background: #196eb1;
    border-radius: 20px;
    width: 280px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    font-size: 24px;
    margin: 20px 0;
    padding:0 20px;
}

a.button:hover {
    color: #fff;
    background: #333;
    text-decoration: none;
}

/* =========== Other =========== */

.logicare-circle {
    width: 210px !important;
    height: 210px !important;
    border-radius: 50%;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    background: #196eb1;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    line-height: 40px;
    font-family: droid-sans, sans-serif;
}

.logicare-circle-symbol {
    font-size: 140px;
}


.pad-col {
    /*background-color:#196eb1;*/
    padding: 16px 16px 10px 16px;
    width: 30%;
}

.pad-col img {
    width: 100%;
}

ul {
    list-style-position: outside;
}

@media (max-width: 700px) {
    .pad-col {
        /*background-color:#196eb1;*/
        padding: 16px 16px 10px 16px;
        width: 100%;
    }

    .pad-col img {
        width: 100%;
    }
}

.col-sm-12 {
    color: #575656;
}

em {
    font-style: italic
}

a {
    outline: none !important;
}

/* Form block */
div.qa-form-container {
    width: 100%;
}

div.qa-form-container #questionnarieForm {
    display: block;
    width: 500px;
    margin: 0 auto;
}

div.qa-form-container #questionnarieForm tr {
    margin-bottom: 10px;
}

div.qa-form-container #questionnarieForm tr td.invalid-parent input[type=text],
div.qa-form-container #questionnarieForm tr td.invalid-parent textarea {
    border: 1px solid #f26622;
}

div.qa-form-container #questionnarieForm input[type=text] {
    height: 30px;
    background-color: #eee;
    border: none;
    margin-bottom: 10px;
    width: 302px;
}

div.qa-form-container #questionnarieForm textarea {
    margin-bottom: 10px;
}

div.qa-form-container #questionnarieForm input[type=submit] {
    display: block;
    background-color: #196eb1;
    height: 50px;
    width: 200px;
    border: none;
    color: #FFF;
    font-size: 24px;
    margin-left: 250px;
}


/* Agenda */
.fc-agenda-slots td div {
    /*height: 25px !important;*/
}

.fc-event-title {
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

a.btn-info {
    background-color: #434343;
    border-color: #434343;
    color: #ffffff;
}

a.btn-info hover {
    color: #fff;
    background-color: #196eb1 !important;
    border-color: #196eb1 !important;
}

a.btn-info visited {
    background-color: #434343;
    border-color: #434343;
    color: #ffffff;
}

a.btn-profile {
    background-color: #434343;
    border-color: #434343;
    color: #ffffff;
}

a.btn-profile hover {
    color: #fff;
    background-color: #196eb1 !important;
    border-color: #196eb1 !important;
}

a.btn-profile visited {
    background-color: #434343;
    border-color: #434343;
    color: #ffffff;
}

.no-padding, .row.no-padding {
    padding: 0;
}

h1 {
    text-align: left;
}

.content a {
    word-break: break-word;
}

.navbar-collapse {
    max-height: 100%;
}

#L01-form textarea	{width:100%;}

#L01-form select	{margin-left:40px;}

.page-gray	{
    background: #6c6c6c;
    padding-top: 20px;
}

.page.page-gray {
    background: #6c6c6c;
    padding-top: 20px;
}


.page-gray section {
    padding: 30px 15px 35px 20px;
}
.page-gray .wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.page-gray .adress-block {
    color: #ffffff;
}

.page-gray a {color:#ddd;}

.pag-gray a:hover {text-decoration:underline;}