/*
Theme Name: r.d. | Solid
Description: Responsive WordPress-Theme.
Author: rundum.digital
Author URI: https://www.rundum.digital
Version: 1.12 // November 2018
*/


/* -------------------------------------------------------------------------------------- */
/* CSS STYLE TABLE OF CONTENT */
/* -------------------------------------------------------------------------------------- */
/* 
- 1.0 Basic Styles/General Structure
- 2.0 Headings
- 3.0 Links
- 4.0 Lists
- 5.0 Header
- 6.0 Navigation
--- 6.1 Parent Navigation Elements
--- 6.2 Child Navigation Elements
- 7.0 Main Content
--- 7.1.0 Pages
----- 7.1.1 Front-Page
----- 7.1.2 404 Error Page
----- 7.1.3 Search Result Page
----- 7.1.4 Contact Page
--- 7.2.0 Posts
----- 7.2.1 Categories/Archives
----- 7.2.2 Single Posts
----- 7.2.3 Comments
--- 7.3.0 Custom Post Types (CPT)
----- 7.3.1 CPT/Taxonomy Archive
----- 7.3.2 Single Custom Post Type
- 8.0 Sidebar
- 9.0 Footer
- 10.0 Misc
*/


/* -------------------------------------------------------------------------------------- */
/* 1.0 Basic Styles/General Structure
/* -------------------------------------------------------------------------------------- */


body {
font-size: 10px;
font-size: 1.0rem;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* ===== Wrapper ===== */


#headerwrapper {
padding-top: 30px;
}

#header-image-wrapper {

}

#containerwrapper {
/* padding-top: 30px;
padding-bottom: 30px; */
line-height: 1.62857143;
}

.block-layout {
	background: #fff;	
}

/* 
.right-column.affix {
	left: 50%;
	position: absolute;
} */

/* ===== Image Alignment ===== */


/* -------------------------------------------------------------------------------------- */
/* 2.0 Headings
/* -------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
text-transform: uppercase;
font-weight: bold;
}


/* -------------------------------------------------------------------------------------- */
/* 3.0 Links
/* -------------------------------------------------------------------------------------- */

a:hover, a:focus, a:active {
	text-decoration: none;
}

/* -------------------------------------------------------------------------------------- */
/* 4.0 Lists
/* -------------------------------------------------------------------------------------- */

ul li {
	list-style-type: square;
}




/* -------------------------------------------------------------------------------------- */
/* 5.0 Header
/* -------------------------------------------------------------------------------------- */

/* TOP MENU */

#topbar {
	font-size: 1.2rem;
}

div#top-menu ul li a {
	border-radius: 0;
	background: transparent;
	text-transform: uppercase;
	padding: 5px;
	margin-left: 10px;
}

#topcontact {
text-align: right;
}

#topcontact span {
	display: inline-block;
	margin-right: 15px;
	margin-top: 5px;
}


/* AFFIX HEADER LOGO & MENU */

.menu-affix.affix {
	padding-top: 0!important;
}

.menu-affix.block-layout.affix {
	background: transparent;
}

.menu-affix.block-layout.affix #affix-header {
	background: #f00;	
}

.menu-affix.block-layout.affix #affix-header #logo img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
  }

  .affix + .container {
      padding-top: 140px!important;
  }

  

  
  


/* -------------------------------------------------------------------------------------- */
/* 6.0 Navigation
/* -------------------------------------------------------------------------------------- */

#desktop-nav {
margin-top: 15px;
}

#desktop-nav nav {
	border-radius: 0;
	min-height: auto;
	margin-bottom: 0;
	border: 0;
}

#desktop-nav-bar #main-menu {
	text-align: center;	
}





/* -------------------------------------------------------------------------------------- */
/* 6.1 Parent Navigation Elements
/* -------------------------------------------------------------------------------------- */

ul.rd-nav {
	margin-right: 0;
	float: none;
	display: inline-block;
}
ul.rd-nav li {
	list-style-type: none;
}
ul.rd-nav li a {
	border-radius: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 15px 8px 15px;
	transition: all .3s ease;
}
/*
ul.rd-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

ul.rd-nav li a:hover::after {
    width: 100%;
    transition: width .3s;
} */


ul.rd-nav li a:hover, ul.rd-nav li a:active, ul.rd-nav li a:focus {
	background: transparent;
  /* color: #000; */
}

ul.rd-nav li.current-menu-item, ul.rd-nav li.current_page_item, ul.rd-nav li.current-page-ancestor, ul.rd-nav li.current-menu-ancestor, ul.rd-nav li.current-menu-parent, ul.rd-nav li.current-page-parent, ul.rd-nav li.current_page_parent, ul.rd-nav li.current_page_ancestor {
border: none;
} 

ul.rd-nav li.current-menu-item a, ul.rd-nav li.current_page_item a, ul.rd-nav li.current-page-ancestor a, ul.rd-nav li.current-menu-ancestor a, ul.rd-nav li.current-menu-parent a, ul.rd-nav li.current-page-parent a, ul.rd-nav li.current_page_parent a, ul.rd-nav li.current_page_ancestor a { 
background: transparent;
}

ul.rd-nav li.current-menu-item a:hover, ul.rd-nav li.current_page_item a:hover, ul.rd-nav li.current-page-ancestor a:hover, ul.rd-nav li.current-menu-ancestor a:hover, ul.rd-nav li.current-menu-parent a:hover, ul.rd-nav li.current-page-parent a:hover, ul.rd-nav li.current_page_parent a:hover, ul.rd-nav li.current_page_ancestor a:hover { 
background: transparent;
}

ul.rd-nav ul.sub-menu {
display: none;
	border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
	border: 0;
  margin-top: 0;
  left: 0;
  right: auto;
  padding: 0;
}



ul.rd-nav li.menu-item-has-children:hover ul.sub-menu {
display: block;
 visibility: visible;
  opacity: 1;
  z-index: 1;
}

ul.rd-nav ul.sub-menu li {
}

ul.rd-nav ul.sub-menu li:last-child {

}

ul.rd-nav ul.sub-menu li a {
  padding: 3px 15px;
  background: #fff;
}

ul.rd-nav ul.sub-menu li a.active, ul.rd-nav ul.sub-menu li a:hover  {
    
}


/* ===== Mobile Navigation ===== */

#logo-mobile img {
margin-top: 15px;
margin-bottom: 15px;
}

.mobile-dropdown {
	position: relative;
	clear: both;
	float: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.navbar-toggle {
	border: 0px;
	border-radius: 0;
	right: 0px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
    right: 15px;
}

#mobile-bar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:left;
	background: #fff;

}

#mobile-bar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#mobile-menu {
	border-top-style: solid;
	border-top-width: 4px;
}

ul.rd-nav-mobile {
	margin-top: 20px;
	
}

ul.rd-nav-mobile li a {
	font-size: 24px;
	
}

.navigation-intro {
	   position: absolute;
    top: 10px;
    left: 29px;
    font-size: 30px;
    margin-left: 0px;
}

/* -------------------------------------------------------------------------------------- */
/* 6.2 Child Navigation Elements
/* -------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------- */
/* 7.0 Main Content
/* -------------------------------------------------------------------------------------- */


main#content {
	/* padding-top: 30px;
	padding-bottom: 30px; */
}

#content-col {
	
}

blockquote {
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* Wordpress img-align */

img.alignleft, .wp-caption.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

img.aligncenter, .wp-caption.aligncenter  {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

img.alignright, .wp-caption.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.wp-caption p {
	margin-bottom: 0;
}

.npl {
	padding-left: 0;
}

.npr {
	padding-right: 0;
}

.panel-group .panel {
	border-radius: 0;
}



/* -------------------------------------------------------------------------------------- */
/* 7.1.0 Pages
/* -------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------- */
/* 7.1.1 Front-Page
/* -------------------------------------------------------------------------------------- */

/*===== SLIDER =====*/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

#rd-carousel .carousel-indicators li {
	width: 30px;
	border-radius: 0;
		background: rgba(255,255,255,0.5);
		border: 0;
		height: 10px;
}

#rd-carousel .carousel-indicators li.active {
	width: 30px;
	border-radius: 0;
	background: rgba(255,255,255,1);
		border: 0;
		height: 10px;
		margin: 1px;
}


.arrow.arrow-left {
	background-image: none;
	left: 15px;
}
.arrow.arrow-right {
	background-image: none;
	right: 15px;
}

.arrow .fa {
	background: #fff;
}

.arrow .fa-angle-left {
	left: 15px;
	position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
	padding: 2px 12px;
}

.arrow .fa-angle-right {
	right: 15px;
	position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
	padding: 2px 12px;
}



/* 
.carousel-arrows .carousel-nav {
background: transparent;
}

.carousel-arrows .arrow {
position: absolute;
  padding: 4px 8px;
  margin-left: 0px;
  margin-right: 0px;
  background: #fff;
}

.carousel-arrows .arrow:hover {
  padding: 4px 8px;
  margin-left: 0px;
  margin-right: 0px;
  color: #fff;
} */

/*===== CALL TO ACTION =====*/

#cta-button {
	margin-top: 5px;
}

/*===== Services on Frontpage =====*/

.rd-btn {
	color: #fff!important;
}

/* LAYOUT 1 */
#s-layout1 dt {
text-transform: uppercase;
}

#s-layout1 dt::before { 
    font-family: FontAwesome;
    content: "\f04d";
    margin-right: 5px;
    font-size: 8px;
    position: relative;
    bottom: 2px;
}

/* LAYOUT 2 (3 queries) */
#services-row .s-layout2-col ul {
	margin: 0;
	padding: 0;	
}

#services-row .s-layout2-col ul li {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 10px;
}

#services-row .s-layout2-col ul li::before {
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 5px;
    
    position: relative;
    bottom: 0px;
}

/*===== Referenzen on Frontpage =====*/

#referenzen-row dt {
text-transform: uppercase;
}

.dd-excerpt p {
margin-bottom: 0;
}
.ref-frontpage {
	margin-top: 5px;
}

/*===== Frontpage Outtro Posts =====*/

.post-on-frontpage article small {
	font-weight: 300;
	margin-top: 3px;
}

.post-on-frontpage article:last-of-type {
margin-bottom: 10px!important;
}

.post-on-frontpage dl dd p {
	
}

/* -------------------------------------------------------------------------------------- */
/* 7.1.3 Search Result Page
/* -------------------------------------------------------------------------------------- */



span.search-result-post-type .dashicons {
	width: auto;
	height: auto;
	vertical-align: bottom;
	font-size: 16px;
}

/* -------------------------------------------------------------------------------------- */
/* 7.1.4 Contact Page
/* -------------------------------------------------------------------------------------- */


/* ===== Google Map ===== */

.gmap {
	
}

.gmap iframe {
	width: 100%;
}


/* ===== Social Icons ===== */


#social-icons-group i.fa {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.3s;
	padding: 10px;
}

#social-icons-group i.fa:hover {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.3s;
}


#social-icons-group ul {
	margin: 0;
	padding: 0;
}

#social-icons-group ul li {
	display: inline-block;
	text-align: left;
}

#social-icons-group ul li:before {
	content: '';
}
/*
#social-icons-group ul li#facebook-icon a {
	color: #3b5a9a;
}

#social-icons-group ul li#facebook-icon a:hover {
	color: #324b80;
}

#social-icons-group ul li#google-icon a  {
	color: #df4b38;
}

#social-icons-group ul li#google-icon a:hover  {
	color: #b53e2b;
}

#social-icons-group ul li#twitter-icon a {
	color: #29a9e1;	
}

#social-icons-group ul li#twitter-icon a:hover {
	color: #288bb7;	
}

#social-icons-group ul li#linkein-icon a {
	color: #117bb8;	
}
#social-icons-group ul li#linkein-icon a:hover {
	color: #116698;	
}

#social-icons-group ul li#youtube-icon a {
	color: #cb312e;	
}
#social-icons-group ul li#youtube-icon a:hover {
	color: #a32a22;	
}

#social-icons-group ul li#vimeo-icon a {
	color: #1eb8eb;	
}
#social-icons-group ul li#vimeo-icon a:hover {
	color: #1a96bf;	
}

#social-icons-group ul li#xing-icon a {
	color: #00605e;	
}
#social-icons-group ul li#xing-icon a:hover {
	color: #004745;	
}

#social-icons-group ul li#tumblr-icon a {
	color: #2f4f6e;	
}
#social-icons-group ul li#tumblr-icon a:hover {
	color: #233c51;	
}

#social-icons-group ul li#pinterest-icon a {
	color: #cd2129;	
}
#social-icons-group ul li#pinterest-icon a:hover {
	color: #a61d1d;	
}

#social-icons-group ul li#flickr-icon a {
	color: #ed1384;	
}

#social-icons-group ul li#flickr-icon a:hover {
	color: #bb1c6c;	
}

#social-icons-group ul li#instagram-icon a {
	color: #5280a5;	
}
#social-icons-group ul li#instagram-icon a:hover {
	color: #446885;	
}
*/

/*
#social-icons-group ul li a {
	color: #616161!important;
}
#social-icons-group ul li a:hover {
	color: #fff!important;
}
*/

/* ===== Contactform 7 ===== */

.wpcf7 form, .wpcf7 form input, .wpcf7 form textarea, .wpcf7 form select {
width: 100%;

}

.wpcf7 form input, .wpcf7 form textarea, .wpcf7 form select  {
margin-bottom: 15px;
padding: 2px;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

.wpcf7-not-valid {
border: 0px solid #f00!important;
}

input[type=checkbox], input[type=radio] {
	width: auto!important;
}


.wpcf7 form input.wpcf7-submit {
padding: 5px 30px;
    color: #fff;
	border: 0px;
    border-radius: 0px;
	margin: 5px 0;
	width: auto;
	float: right;	
	 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.wpcf7-acceptance .wpcf7-list-item {
margin-left: 0;
}

.wpcf7 form h4 {
margin-top: 20px;
margin-bottom: 20px;
color: #337ab7;
}

.wpcf7 form p {
margin-bottom: 0;
}

.wpcf7 form .col-md-4 p, .wpcf7 form .col-md-8 p {
margin-bottom: 10px;
}

img.ajax-loader {
width: auto;
}

span.required {
color: rgba(255,178,184,1);
}

.wpcf7 label {
	width: 100%;
}
/* -------------------------------------------------------------------------------------- */
/* 7.2.0 Posts
/* -------------------------------------------------------------------------------------- */


ul.meta-list li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* ===== BLOG LAYOUT 1 (IMG ONLY WITH TITLE) =====*/



/* ===== BLOG LAYOUT 2 (WITH META) =====*/


#pagination-navigation {
	padding-left: 15px;
	padding-right: 15px;
}
	
#pagination-navigation ul {
	margin:0;
}
#pagination-navigation ul li a {
	/* border-top: 0px solid #212121;
	border-right: 0px;
	border-bottom: 1px solid #9E9E9E;
	border-left: 0px; */
	border-radius: 0;
	padding: 7px 14px;
	background: transparent;
	color: #9E9E9E;
}

#pagination-navigation ul li a:hover {	
	/* border-top: 0px solid #212121;
	border-right: 0px;
	border-left: 0px; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-radius: 0;	
}

#pagination-navigation ul li.active a {	
	border-width: 1px;
	border-style: solid;
	border-radius: 0;	

}


/* -------------------------------------------------------------------------------------- */
/* 7.2.1 Categories/Archives
/* -------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------- */
/* 7.2.2 Single Post
/* -------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------- */
/* 7.2.3 Comments
/* -------------------------------------------------------------------------------------- */

#reply-title {
	margin-top: 0;
	margin-bottom: 0;
}

#content-form input, #content-form textarea {
background: transparent;
border-radius: 0;
border: 0;
border-bottom-width: 1px;
border-bottom-style: solid;
box-shadow: none;
}

.media-heading {
	font-weight: bold;
}

#commentslist li {
	border-radius: 0;	
}

#commentslist ul.children li {
	border: 0;
	padding: 15px 0 0 0;
	margin-bottom: 0;
}

#commentform {
	margin-top: 30px;
}
.comment-form-comment {
	margin-top: 30px;
}

textarea#comment {
	width: 100%;	
}

.rd-btn-submit {
	border-radius: 0;
	box-shadow: none;
	border: 0;
}

/* -------------------------------------------------------------------------------------- */
/* 7.3.0 Custom Post Types
/* -------------------------------------------------------------------------------------- */

.rd-btn, .rd-btn:visited {
border-radius: 0;
	 -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
  white-space: normal;
  border-width: 0px;
  border-style: solid;
}

.rd-btn:hover {
color: #fff;
border-radius: 0;
  border: 0px solid #fff;
}

.rd-btn i {
	 -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
	margin-left: 0px;
}

.rd-btn:hover i {
	 -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
	margin-left: 30px;
}

/* ====== LEISTUNGEN ÜBERSICHT =====*/

/* Accordion */

#service-accordion .panel-heading {
	cursor: pointer;
	border-radius: 0;
}


#service-accordion .panel-heading .panel-title:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    content: "\f067";
    right: 0;
    bottom: 12px;
    line-height: 44px;
  font-family: FontAwesome;
    z-index: 50;
	float: right;
}

#service-accordion .panel-heading.active, #service-accordion .panel-heading:hover {
	border-bottom: 0!important;
}

#service-accordion .panel-heading.active, #service-accordion .panel-heading:hover {
	color: #fff;
}

#service-accordion .panel-heading.active #service-accordion .panel-title:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    content: "\f068";
    right: 0;
    bottom: 12px;
    line-height: 44px;
  font-family: FontAwesome;
    z-index: 50;
	float: right;
}

/* LEISTUNGEN TITLE ONLY */


/* -------------------------------------------------------------------------------------- */
/* 7.3.1 Custom Post Types ARCHIVE
/* -------------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------------- */
/*  7.3.2 Single Custom Post Type
/* -------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------- */
/* 8.0 Sidebar
/* -------------------------------------------------------------------------------------- */

#sidebar .widget-title {
display: inline-block;
border-bottom-width: 2px;
border-bottom-style: solid;
padding: 0;
margin-bottom: 5px;
}

.rd-panel {
	background: transparent;
	border: 0;
	padding: 0;
	box-shadow: none;
}

.rd-panel:last-child {
	margin-bottom: 10px;
}

.rd-panel-heading {
	padding: 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}

.rd-panel-body {
	padding: 0;
}

.sidebar-widget ul {
	padding: 0;
	margin: 0;
}

.sidebar-widget ul li {
	list-style-type: none;
}

/* KALENDER-WIDGET */

.calendar_wrap {

	color: #9E9E9E;
}

.calendar_wrap table {
		width: 100%;
}

.calendar_wrap table td a {
	display: inline-block;
	width: 100%;
}


/* -------------------------------------------------------------------------------------- */
/* 9.0 Footer
/* -------------------------------------------------------------------------------------- */


#footerwrapper {
border-top-style: solid;
border-top-width: 4px;
/* font-size: 12px;
font-size: 1.2rem; */
}


#footerwrapper ul {
	padding-left: 1px;
}

#footerwrapper ol {
	padding-left: 15px;
}


#footerwrapper ul li {
	float: none;
	list-style-type: none;
	margin-right: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
}

#footerwrapper ul li a:before {
	font-family: FontAwesome;
   content: "\f0da";
   margin-right: 5px;
}

#footerwrapper ul.menu li:last-child {
	margin-right: 0;
}

#footerwrapper ul.menu li a {
	padding: 0;
}

#to-top a.scrollup {
position: fixed;
bottom: 30px;
display:none;
padding: 10px;
}

/* -------------------------------------------------------------------------------------- */
/* 10.0 Misc
/* -------------------------------------------------------------------------------------- */

.rd-hr-1 {
	border-top: 1px solid #cdcdcd;
	height: 1px;
}

.rd-inline {
	display: inline;
}

/* ===== RD-Padding ===== */

.rd-np-all {
	padding: 0;
}

.rd-npt {
	padding-top: 0;
}

.rd-npr {
	padding-right: 0;
}

.rd-npb {
	padding-bottom: 0;
}

.rd-npl {
	padding-left: 0;
}

.rd-pt-all-10 {
	padding: 10px;
}

.rd-pt-10 {
	padding-top: 10px;
}

.rd-pr-10 {
	padding-right: 10px;
}

.rd-pb-10 {
	padding-bottom: 10px;
}

.rd-pl-10 {
	padding-left: 10px;
}

.rd-pt-all-15 {
	padding: 15px;
}

.rd-pt-15 {
	padding-top: 15px;
}

.rd-pr-15 {
	padding-right: 15px;
}

.rd-pb-15 {
	padding-bottom: 15px;
}

.rd-pl-15 {
	padding-left: 15px;
}

.rd-pt-all-20 {
	padding: 20px;
}

.rd-pt-20 {
	padding-top: 20px;
}

.rd-pr-20 {
	padding-right: 20px;
}

.rd-pb-20 {
	padding-bottom: 20px;
}

.rd-pl-20 {
	padding-left: 20px;
}

.rd-pt-all-30 {
	padding: 30px;
}

.rd-pt-30 {
	padding-top: 30px;
}

.rd-pr-30 {
	padding-right: 30px;
}

.rd-pb-30 {
	padding-bottom: 30px;
}

.rd-pl-30 {
	padding-left: 30px;
}

/* ===== RD-Margin ===== */


.rd-nm-all {
	margin: 0;
}

.rd-nmt {
	margin-top: 0;
}

.rd-nmr {
	margin-right: 0;
}

.rd-nmb {
	margin-bottom: 0;
}

.rd-nml {
	margin-left: 0;
}

.rd-mt-all-10 {
	margin: 10px;
}

.rd-mt-10 {
	margin-top: 10px;
}

.rd-mr-10 {
	margin-right: 10px;
}

.rd-mb-10 {
	margin-bottom: 10px;
}

.rd-mb-10i {
	margin-bottom: 10px!important;
}

.rd-ml-10 {
	margin-left: 10px;
}

.rd-mt-all-15 {
	margin: 15px;
}

.rd-mt-15 {
	margin-top: 15px;
}

.rd-mr-15 {
	margin-right: 15px;
}

.rd-mb-15 {
	margin-bottom: 15px;
}

.rd-ml-15 {
	margin-left: 15px;
}

.rd-mt-all-20 {
	margin: 20px;
}

.rd-mt-20 {
	margin-top: 20px;
}

.rd-mr-20 {
	margin-right: 20px;
}

.rd-mb-20 {
	margin-bottom: 20px;
}

.rd-ml-20 {
	margin-left: 20px;
}

.rd-mt-all-30 {
	margin: 30px;
}

.rd-mt-30 {
	margin-top: 30px;
}

.rd-mt-30i {
	margin-top: 30px!important;
}

.rd-mr-30 {
	margin-right: 30px;
}

.rd-mb-30 {
	margin-bottom: 30px;
}

.rd-ml-30 {
	margin-left: 30px;
}


/* Opening Time - Table */

#opening-time-table tr {
	background: transparent;
	border: 0;
}

#opening-time-table th, #opening-time-table td {
	border: 0;
	/* padding-left: 0;
	padding-right: 0; */
	padding: 0;
	padding-bottom: 5px;
}

#opening-time-table .success th, #opening-time-table .success td {
	background: transparent;	
	font-weight: bold;
}

.contantinfo_icons i.fa {
	display: inline-block;
	width: 14px;

}


/* --------------------------------------------------------- */
/* MEDIA QUERIES ------------------------------------------- */
/* --------------------------------------------------------- */


/* --------------------------------------------------------- */
/* INFORMATION --- Version 1.1 --- 2012-VII-05 ------------- */
/* --------------------------------------------------------- */

/* ###

1.) Use e.g. "Respond.js" by Scott Jehl to enable responsive web designs in browsers that don't support CSS3 Media Queries (e.g. Internet Explorer 6, 7, 8) --> https://github.com/scottjehl/Respond/

2.) In this case, I use stages for all sizes. Between 1001 pixel and 1249 pixel the browser uses your basic-CSS. You can always delete some stages. After check the stages and adjust some min/max widths. (e.g. If you want to use only one stage for smartphones up to 320 width and one stage for smartphones and devices up to 960 pixel, delete the stages between and set the two new stages for a larger range.)

3.) If you think "Oh, the iPhone 4 has a 640x960 pixel display, so my stage needs only to fit on this in portrait and landscape orientation", it's a trap. The iPhone 4 has this resolution, but it uses only 320x480 pixel device-width. Or the Samsung Galaxy S2. It has a 480x800 pixel display --> 320x450 pixel and 320x508 pixel device-width in portrait orientation / 533x237 pixel in width and device-width in landscape orientation. // Quick Tip: "Tablet Computer - 150+ Display Measurements" --> http://www.designfalcon.com/#tablets

4.) Think about PNG-Fix for old IE (e.g. "jquery.pngFix.js" by Andreas Eberhard --> http://jquery.andreaseberhard.de/pngFix/), IE Background-Fix (e.g. "backgroundSize.js" by Louis Remi --> https://github.com/louisremi/jquery.backgroundSize.js) and last but noch least a emulator for CSS3 pseudo classes and attribut selectors for old IE (e.g. "Selectivizr.js" by Keith Clark --> http://selectivizr.com/).

5.) More information about "max-width" and "max-device-width": "max-width" refers to the actual viewport and can target specific sizes and orientations; "max-device-width" refers to the device viewport size, regardless of browser-scale, orientation or resizing. Shorthand: "max-width" (and "max-height") = target display area // "max-device-width" (and "max-device-height") = device entire rendering area. Same for "min" values.

6.) Thanks for your time! (: Andi "Licious" Wieser (Oh, you have some time left or further questions? --> andilicious.com // twitter.com/andiliciouscom // fb.com/andiliciouscom // pinterest.com/licious).

### */



/* --------------------------------------------------------- */
/* BOOTSTRAP GRID COLUMNS --------------------------- */
/* --------------------------------------------------------- */


/* ===== Col-xs and smaller ===== */

@media (max-device-width: 480px) and (orientation: landscape) {
	
}

@media (max-width: 767px) {
	#desktop-row, #affix-row {
		margin: 0;
	}
#pagewrapper, #headerwrapper  {
	padding: 0;
}
#contentwrapper {
	padding-left: 15px;
	padding-right: 15px;
}

}


/* ===== Col-sm ===== */

@media (min-width: 768px) and (max-width: 991px) {
}

/* ===== Col-sm and larger/wider ===== */


@media (min-width: 768px) {
}


/* ===== Col-md ===== */

@media (min-width: 992px) and (max-width: 1199px) {

}


/* ===== Col-md and larger/wider ===== */

@media (min-width: 992px) {

}

/* ===== Col-lg ===== */

@media (min-width: 1200px) {

}


/* --------------------------------------------------------- */
/* APPLE MACBOOK PRO RETINA ETC. --------------------------- */
/* --------------------------------------------------------- */

/* Retina Displays/Screens (2880x1800) --------------------- */
@media
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
}


/* --------------------------------------------------------- */
/* SMARTPHONES, TABLETS & TINY DESKTOPS -------------------- */
/* --------------------------------------------------------- */

/* Old Smartphones (portrait and landscape) ---------------- */
@media
only screen and (min-device-width: 240px) and (max-device-width: 320px) {
	/* YOUR STYLES */
}


/* Old Smartphones (e.g. portrait) ------------------------- */
@media
only screen and (max-width: 319px) {
	/* YOUR STYLES */
}


/* Smartphones (portrait and landscape) -------------------- */
@media
only screen and (min-device-width: 320px) and (max-device-width: 640px) {
	/* YOUR STYLES */
}


/* Smartphones (portrait) & Old SP (landscape) ------------- */
@media
only screen and (min-width: 320px) and (max-width: 479px) {
	/* YOUR STYLES */
}


/* Smartphones (landscape) & Old Tablets (Portrait) -------- */
@media
only screen and (min-width: 480px) and (max-width: 639px) {
	/* YOUR STYLES */
}


/* Smartphones & Tablets (portrait & landscape) ------------ */
@media
only screen and (min-device-width: 640px) and (max-device-width: 960px) {
	/* YOUR STYLES */
}


/* Smartphones & Tablets (portrait) & Tiny Desktops -------- */
@media
only screen and (min-width: 640px) and (max-width: 799px) {
	/* YOUR STYLES */
}


/* Smartphones & Tablets (landscape) & Splitted Desktops --- */
@media
only screen and (min-width: 800px) and (max-width: 1000px) {
	/* YOUR STYLES */
}





/* --------------------------------------------------------- */
/* DEVICES BY RATIO ---------------------------------------- */
/* --------------------------------------------------------- */

/* LowRes (e.g. 240x320 / 320x480) ------------------------- */
@media
only screen and (min--moz-device-pixel-ratio: 0.75),
only screen and (-o-min-device-pixel-ratio: 3/4),
only screen and (-webkit-min-device-pixel-ratio: 0.75),
only screen and (min-device-pixel-ratio: 0.75),
only screen and (min-resolution: 0.75dppx) {
	/* YOUR STYLES */
}


/* HighRes ------------------------------------------------- */
@media
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
	/* YOUR STYLES */
	
	/* e.g. HighRes Logo (use _2x as extension for double-sized images) */
	/* .logo {background-image: url(logo_2x.png); background-size: 50%;} */
}


/* RetinaRes Smartphones (e.g. iPhone 4 / portrait) -------- */
@media
only screen and (min--moz-device-pixel-ratio: 1.5) and (orientation: portrait),
only screen and (-o-min-device-pixel-ratio: 3/2) and (orientation: portrait),
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait),
only screen and (min-device-pixel-ratio: 1.5) and (orientation: portrait),
only screen and (min-resolution: 1.5dppx) and (orientation: portrait) {
	/* YOUR STYLES */
}


/* RetinaRes Smartphones (e.g. iPhone 4 / landscape) ------- */
@media
only screen and (min--moz-device-pixel-ratio: 1.5) and (orientation: landscape),
only screen and (-o-min-device-pixel-ratio: 3/2) and (orientation: landscape),
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
only screen and (min-device-pixel-ratio: 1.5) and (orientation: landscape),
only screen and (min-resolution: 1.5dppx) and (orientation: landscape) {
	/* YOUR STYLES */
}



/* --------------------------------------------------------- */
/* IPADS --------------------------------------------------- */
/* --------------------------------------------------------- */

/* iPads (portrait and landscape) -------------------------- */
@media
only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.navbar-toggle {
		display: block;
		top: 25px;
	}
}


/* iPads (portrait) ---------------------------------------- */
@media
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	
}


/* iPads (landscape) --------------------------------------- */
@media
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	/* YOUR STYLES */
}


/* iPad Retina (iPad 3; portrait and landscape) ------------ */
@media
only screen and (min-device-width: 1536px) and (max-device-width: 2048px) and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-width: 1536px) and (max-device-width: 2048px) and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-width: 1536px) and (max-device-width: 2048px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1536px) and (max-device-width: 2048px) and (min-device-pixel-ratio: 2),
only screen and (min-device-width: 1536px) and (max-device-width: 2048px) and (min-resolution: 2dppx) {
	/* YOUR STYLES */
}





/* --------------------------------------------------------- */
/* COMPUTERS / OTHER DEVICES ------------------------------- */
/* --------------------------------------------------------- */

/* Displays/Screens (e.g. MacBook @ 1280x800) -------------- */
@media
only screen and (min-width: 1250px) and (max-width: 1409px) {
	/* YOUR STYLES */
}


/* Displays/Screens (e.g. 19" WS @ 1440x900) --------------- */
@media
only screen and (min-width: 1410px) and (max-width: 1649px) {
	/* YOUR STYLES */
}


/* Displays/Screens (e.g. 22" WS @ 1680x1050) -------------- */
@media
only screen and (min-width: 1650px) and (max-width: 1889px) {
	/* YOUR STYLES */
}


/* Displays/Screens (e.g. 24" WS @ 1920x1080) -------------- */
@media
only screen and (min-width: 1890px) and (max-width: 2529px) {
	/* YOUR STYLES */
}


/* Really Large Displays/Screens (e.g. 2560x1440) ---------- */
@media
only screen and (min-width: 2530px) {
	/* YOUR STYLES */
}