/*
Theme Name: Appointment Child
Theme URI: https://webriti.com/appointment-wordpress-theme-1/
Template: appointment
Author: Stefan Lipgens
Author URI: https://www.lipgens.de
Description: Individualanpassung für Privatsekretariat Bonn
Version: 1.0
Updated: 2018-02-06

*/

/* FONTS */
@font-face {
  font-family: "BlueHighway";
  src: url('assets/fonts/blue_highway.ttf') format('truetype');  
}
@font-face {
  font-family: "FrutigerCondensed";
  src: url('assets/fonts/frutiger-condensed.otf') format('truetype');  
}

body {
  font-family: "FrutigerCondensed", "Arial", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
}
p, .textwidget{
  font-family: "FrutigerCondensed", "Arial", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > li > a {
  font-family: "FrutigerCondensed", "Arial", sans-serif;
  font-size: 18px;
}
.navbar-brand {
  margin-right: 20px;
}
/* Colors */
.blue {
  color: #007eb7;
}
.darkblue,
p strong, 
p b, 
.textwidget strong,
.textwidget b {
  color: #00358b;
}

.callout-btn2, a.works-btn, 
.blog-btn-sm, 
a.more-link,
.top-contact-detail-section,
.blog-post-date-area .date, 
.blog-btn-lg, .blogdetail-btn a:hover, .cont-btn a:hover, 
.sidebar-widget > .input-group > .input-group-addon, 
.sidebar-widget > .input-group > .input-group-addon, 
.sidebar-widget-tags a:hover, 
.navigation.pagination .nav-links .page-numbers.current,  
.navigation.pagination .nav-links a:hover, a.error-btn, .hc_scrollup, 
.tagcloud a:hover, .form-submit input, .media-body input[type=submit], 
.sidebar-widget input[type=submit], .footer-widget-column input[type=submit], 
.blogdetail-btn, .cont-btn button, 
.orange-widget-column > .input-group > .input-group-addon, 
.orange-widget-column-tags a:hover, .slider-btn-sm, .slide-btn-sm, 
.slider-sm-area a.more-link, .blog-pagination span.current, 
.wpcf7-submit, .page-title-section, ins 
{ 
	background-color: #007eb7 !important;  
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #007eb7 !important; 
}
.navbar .navbar-nav > .open > a, 
.navbar .navbar-nav > .open > a:hover, 
.navbar .navbar-nav > .open > a:focus, 
.navbar .navbar-nav > li > a:hover, 
.navbar .navbar-nav > li > a:focus {
    color: #007eb7 !important; 
}
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff !important; 
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  display: flex !important;
  justify-content: flex-end;
  align-items: flex-end;
  height: 135px !important;
}
.page-image-section {
  width:100%;
  height: 320px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.top-contact-detail-section {
  padding: 30px 0 40px 0;
}
.top-contact-detail-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.top-contact-detail-section .col-md-4 {
  float:none;
  padding: 0;
  width: 400px;
}
.top-contact-detail-section .col-md-4:first-of-type {
  width:270px;
}
.top-contact-detail-section .col-md-4:last-of-type {
  width:235px;
}
.top-contact-detail-section .textwidget {
  margin: 0;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.top-contact-detail-section img.alignleft, .wp-caption.alignleft {
    margin: 0 10px 0 0;
}
.page-builder {
  padding-top: 40px;
}
.ps-page-title h1 {
  font-family: "BlueHighway", sans-serif;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: right;
  color: #003986;
  font-weight: bold;
  padding: 0 120px 0 0;
}
.ps-page-excerpt {
}
.slide-text-bg2 {
  text-align: right;
  margin: 0;
  padding: 50px 120px 0 0;
  position: relative;
  width: 100%;
  z-index: 773;
}
.slide-text-bg2 p,
.slide-text-bg2 span {
  font-family: "FrutigerCondensed", "Arial", sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #00358b;
  border-radius: 0;
  line-height: inherit;
  letter-spacing: inherit;
  padding: 0;
  margin: 0 ;
  text-shadow: none;
  background-color: inherit;
}
.slide-text-bg2 span {
  border-right: 5px dotted #00358b;
  padding: 0 10px 0 0;
}
.footer-copyright-section {
   border-top: none;
}
.container.scrollup {
  height: 20px;
  background-color: #007eb7;
  position: relative;
}
.hc_scrollup {
  right: calc(50vw - 585px);
  height: 50px;
}
/* Responsiveness */
@media (max-width:1199px) {
  .container.scrollup {
    width: calc(100vw - 30px);
  }
  .hc_scrollup {
    right: 15px;
    height: 50px;
  }
  .ps-page-title h1 {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .container {
    width: 100%;
  }
  .top-contact-detail-section .col-md-4 {
    width: 40%;
  }
  .top-contact-detail-section .col-md-4:first-of-type,
  .top-contact-detail-section .col-md-4:last-of-type {
    width: 25%;
  }
}

@media (max-width:991px) {
  .page-image-section{
    height: 200px;
  }
  .top-contact-detail-section .col-md-4,
  .top-contact-detail-section .col-md-4:first-of-type,
  .top-contact-detail-section .col-md-4:last-of-type {
    width: 100%;
    padding:10px;
  }
  .top-contact-detail-section .col-md-4:first-of-type img {
    margin-right: 30px;
  }
  .ps-page-title h1 {
    text-align: left;
    padding: 0;
  }
  .slide-text-bg2 {
    text-align: left;
    padding: 0 0 20px 0;
  }
  .slide-text-bg2 span{
    border-right:none;
    border-left: 5px dotted #00358b;
    padding: 0 0 0 20px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .container {
    width: 100%;
  }
  .top-contact-detail-section {
    padding: 20px 0;
  }
  .top-contact-detail-section .col-md-4,
  .top-contact-detail-section .col-md-4:first-of-type,
  .top-contact-detail-section .col-md-4:last-of-type {
    width: 100%;
    padding: 0 30%;

  }
  .top-contact-detail-section .col-md-4:nth-of-type(2){
    padding: 20px 30%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-default .navbar-collapse {
    height: 0 !important;
  }
  .navbar-default .navbar-collapse.in {
    height: auto !important;
  }
  .collapsing {
    height: 0 !important;
    -webkit-transition: none !important;
         -o-transition: none !important;
            transition: none !important;
  }
  .collapsing #menu-main {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) and (min-width: 200px) {
  .homepage-mycarousel .carousel-inner > .item > img {
    max-width: 100%;
  }
}