
/* Background

   ================================= */


		

		html{ 

			background-image: url('https://logopaedie-stegmann.de/wp-content/themes/slideone/images/pattern/pattern-1.png');

			background-repeat: repeat; 

		}

		

		
   

/* Logo

   ================================= */

.logo-wrapper{

	margin-top: 65px;

	margin-right: 0px;

	margin-bottom: 40px;

}  

   

/* Font Size

   ================================= */

h1{

	font-size: 32px;

}

h2{

	font-size: 22px;

}

h3{

	font-size: 20px;

}

h4{

	font-size: 18px;

}

h5{

	font-size: 16px;

}

h6{

	font-size: 15px;

}



/* Body

   ================================= */

html{

	background-color: #dddddd;

}

div.container-fake{

	background-color: #ffffff;

}

div.content-top-gimmick-wrapper{ 

	background-color: #484848;

}



/* Font Family 

  ================================= */

body{

	font-family: Fjord One;

}

h1, h2, h3, h4, h5, h6, .gdl-title{

	font-family: Crimson Text;

}

/* Stunning Text

  ================================= */

.stunning-text-title{

	font-family: Dr Sugiyama;
	color: #000000;

}

.stunning-text-caption{

	font-family: Dr Sugiyama;
	color: #888888;

}

  

/* Font Color

   ================================= */

body{

	color: #666666 !important;

}

a{

	color: #222222;

}

.gdl-link-title{

	color: #222222 !important;

}

a:hover{

	color: #555555;

}

h1, h2, h3, h4, h5, h6, .title-color{

<!--	color: #333333 !important;
-->
}

.caption-color{

	color: #949494 !important;

}



/* Post/Port Color

   ================================= */

   

.port-title-color a, a.port-title-color{

	color: #404040 !important;

}

.port-title-color a:hover, a:hover.port-title-color{

	color: #666666 !important;

}

.single-port-np-divider{

	border-color: #000000 !important;

}

.post-title-color, a.post-title-color{

	color: #444444 !important;

}

.post-title-color a:hover, a:hover.post-title-color{

	color: #777777 !important;

}

.port-info-color, .port-info-color a,

.post-info-color, .post-info-color a, 

div.custom-sidebar #twitter_update_list{

	color: #b3b3b3 !important;

}

.post-info-title-color, .post-info-title-color a{

	color: #919191 !important;

}

div.pagination a{ background-color: #f5f5f5; }

div.portfolio-thumbnail-image,

div.portfolio-thumbnail-video,

div.portfolio-thumbnail-slider,

div.blog-item-holder .blog-thumbnail-image,

div.blog-item-holder .blog-thumbnail-video,

div.blog-item-holder .blog-thumbnail-slider,

div.single-port-thumbnail-image,

div.single-port-thumbnail-video,

div.single-port-thumbnail-slider,

div.single-post-thumbnail-image,

div.single-post-thumbnail-video,

div.single-post-thumbnail-slider{

	background-color: #e3e3e3 !important;

} 



/* Slider 

   ================================= */

.gdl-slider-title{

	color: #ff9600 !important;

}  

.gdl-slider-caption{

	color: #ff9600 !important;

}



/* Column Service

   ================================= */

.column-service-title{

	color: #2a2a2a !important;

}



/* Footer Color

   ================================= */

.footer-wrapper a{

	color: #ffa217;

}

.footer-wrapper a:hover{

	color: #ffbf5e;

}

.footer-widget-wrapper .custom-sidebar-title{ 

	color: #ececec !important;

}

.footer-wrapper .gdl-divider{

	border-color: #3b3b3b !important;

}

.footer-wrapper, .footer-wrapper table th{

	color: #999999 !important;

}

.footer-wrapper .post-info-color, div.custom-sidebar #twitter_update_list{

	color: #b1b1b1 !important;

}

div.footer-wrapper div.contact-form-wrapper input[type="text"], 

div.footer-wrapper div.contact-form-wrapper input[type="password"], 

div.footer-wrapper div.contact-form-wrapper textarea, 

div.footer-wrapper div.custom-sidebar #search-text input[type="text"], 

div.footer-wrapper div.custom-sidebar .contact-widget-whole input, 

div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea {

	color: #888888 !important; 

	background-color: #242424 !important;

	border: 1px solid #363636 !important;

}

div.footer-wrapper a.button, div.footer-wrapper button, div.footer-wrapper button:hover {

	color: #7a7a7a !important; 

	background-color: #242424 !important;

}

div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail {  

	background-color: #292929; 

	border-color: #3b3b3b;

}




div.open-footer-button{ 

	background: url('images/icon/dark/footer-close.png'); 

}

div.open-footer-button.active{ 

	background: url('images/icon/dark/footer-open.png'); 

}

.footer-wrapper .footer-inner-wrapper{ 

	background: url('images/icon/dark/footer-bg.png');

}

/* Divider Color

   ================================= */

.gdl-divider{

	border-color: #ececec !important;

}

table th{

	color: #666666;

	background-color: #f7f7f7;

}

table, table tr, table tr td, table tr th{

	border-color: #e5e5e5;

}



/* Testimonial Color

   ================================= */

.testimonial-content{

	color: #848484 !important;;

}

.testimonial-author-name{

	color: #494949 !important;; 

}

.testimonial-author-position{

	color: #8d8d8d !important;;

}



/* Tabs Color

   ================================= */

ul.tabs li a {

	background-color: #f5f5f5 !important;;

}

ul.tabs li a.active {

	background-color: #ffffff !important;;

}



/* Button Color

   ================================= */


a.button, button, input[type="submit"], input[type="reset"], input[type="button"],

a.gdl-button{

	background-color: #f1f1f1;

	color: #7a7a7a;

	border: 1px solid #dedede;

	-moz-box-shadow: 1px 1px 3px #ececec;

	-webkit-box-shadow: 1px 1px 3px #ececec;

	box-shadow: 1px 1px 3px #ececec;	

}



a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,

a.gdl-button:hover{

	color: #7a7a7a;

}

   

/* Price Item

   ================================= */   

div.gdl-price-item .gdl-divider{ 

	border-color: #ececec !important;

}

div.gdl-price-item .price-title{

	background-color: #e9e9e9 !important;

	color: #3a3a3a !important;

}

div.gdl-price-item .price-item.active .price-title{ 

	background-color: #5f5f5f !important;

	color: #ffffff !important;

}

div.gdl-price-item .price-tag{

	color: #3a3a3a !important;

}

div.gdl-price-item .price-item.active .price-tag{

	
	color: #ff9600 !important;

}

div.gdl-price-item .price-item.active{

	border-top: 1px solid #ff9600 !important;

}

div.gdl-price-item .price-item.active {

	
	-moz-box-shadow: 0px 0px 3px #ececec;

	-webkit-box-shadow: 0px 0px 3px #ececec;

	box-shadow: 0px 0px 3px #ececec;

}



/* Icon Type (dark/light)

   ================================= */




div.custom-sidebar #searchsubmit,	

div.search-wrapper input[type="submit"]{ background: url('https://logopaedie-stegmann.de/wp-content/themes/slideone/images/icon/dark/find-17px.png') no-repeat center; }	



span.accordion-head-image.active,

span.toggle-box-head-image.active{ background: url('https://logopaedie-stegmann.de/wp-content/themes/slideone/images/icon/dark/minus-24px.png'); }

span.accordion-head-image,

span.toggle-box-head-image{ background: url('https://logopaedie-stegmann.de/wp-content/themes/slideone/images/icon/dark/plus-24px.png'); }



div.jcarousellite-nav .prev, 

div.jcarousellite-nav .next{ background-image: url('https://logopaedie-stegmann.de/wp-content/themes/slideone/images/icon/dark/navigation-20px.png'); } 



div.testimonial-icon{ background: url("https://logopaedie-stegmann.de/wp-content/themes/slideone/images/icon/dark/quotes-18px.png"); }



span.archive-back-icon,

span.back-to-port-icon,

span.back-to-post-icon{ background: url('https://logopaedie-stegmann.de/wp-content/themes/slideone/images/icon/dark/back.png') no-repeat; }



a.single-port-prev-button{ background: url('https://logopaedie-stegmann.de/wp-content/themes/slideone/images/icon/dark/previous.png') no-repeat; }

a.single-port-next-button{ background: url('https://logopaedie-stegmann.de/wp-content/themes/slideone/images/icon/dark/next.png') no-repeat; }



div.single-port-visit-website{ background: url('https://logopaedie-stegmann.de/wp-content/themes/slideone/images/icon/dark/visit-website.png') no-repeat; }



/* Footer Icon Type

   ================================= */


div.footer-wrapper div.custom-sidebar ul li { background: url('https://logopaedie-stegmann.de/wp-content/themes/slideone/images/icon/dark/arrow4.png') no-repeat 0px 14px; }

div.footer-wrapper div.custom-sidebar #searchsubmit { background: url('https://logopaedie-stegmann.de/wp-content/themes/slideone/images/icon/dark/find-17px.png') no-repeat center; }





/* Contact Form

   ================================= */


div.contact-form-wrapper input[type="text"], 

div.contact-form-wrapper input[type="password"],

div.contact-form-wrapper textarea,

div.custom-sidebar #search-text input[type="text"],

div.custom-sidebar .contact-widget-whole input, 

div.comment-wrapper input[type="text"], input[type="password"], div.comment-wrapper textarea,

div.custom-sidebar .contact-widget-whole textarea,

span.wpcf7-form-control-wrap input[type="text"], 

span.wpcf7-form-control-wrap input[type="password"], 

span.wpcf7-form-control-wrap textarea{

	color: #888888;

	background-color: #ffffff;

	border: 1px solid #cfcfcf;



	-webkit-box-shadow: #ececec 0px 1px 4px inset, #f8f8f8 -5px -5px 0px 0px, #f8f8f8 5px 5px 0px 0px, #f8f8f8 5px 0px 0px 0px, #f8f8f8 0px 5px 0px 0px, #f8f8f8 5px -5px 0px 0px, #f8f8f8 -5px 5px 0px 0px;

	box-shadow: #ececec 0px 1px 4px inset, #f8f8f8 -5px -5px 0px 0px, #f8f8f8 5px 5px 0px 0px, #f8f8f8 5px 0px 0px 0px, #f8f8f8 0px 5px 0px 0px, #f8f8f8 5px -5px 0px 0px, #f8f8f8 -5px 5px 0px 0px;

}



/* Section

   ================================= */

section#section-n0{background: url("https://logopaedie-stegmann.de/wp-content/uploads/hg_phc_03.jpg") 50% 0 fixed;} ul.current-nav0 a{color:#f0b913 !important;}ul.current-nav0 a:hover, ul.current-nav0 a.active{color:#4a8f3c !important;background-color:#ffffff !important;}ul.current-nav0 div.copyright-wrapper,ul.current-nav0 div.gdl-copyright-divider{border-color:#323232 !important;color:#323232 !important;}section#section-n1{background: url("https://logopaedie-stegmann.de/wp-content/uploads/hg_fot_janbussan.jpg") 50% 0 fixed;} ul.current-nav1 a{color:#323232 !important;}ul.current-nav1 a:hover, ul.current-nav1 a.active{color:#ffffff !important;background-color:#bababa !important;}ul.current-nav1 div.copyright-wrapper,ul.current-nav1 div.gdl-copyright-divider{border-color:#323232 !important;color:#323232 !important;}section#section-n2{background: url("https://logopaedie-stegmann.de/wp-content/uploads/hg_phc_02.jpg") 50% 0 fixed;} ul.current-nav2 a{color:#ffffff !important;}ul.current-nav2 a:hover, ul.current-nav2 a.active{color:#ffdda6 !important;background-color:#cc0815 !important;}ul.current-nav2 div.copyright-wrapper,ul.current-nav2 div.gdl-copyright-divider{border-color:#323232 !important;color:#323232 !important;}section#section-n3{background: url("https://logopaedie-stegmann.de/wp-content/uploads/hg_sxc_eqphotolog-scaled.jpg") 50% 0 fixed;} ul.current-nav3 a{color:#061f59 !important;}ul.current-nav3 a:hover, ul.current-nav3 a.active{color:#c42727 !important;background-color:#ffffff !important;}ul.current-nav3 div.copyright-wrapper,ul.current-nav3 div.gdl-copyright-divider{border-color:#323232 !important;color:#323232 !important;}section#section-n4{background: url("https://logopaedie-stegmann.de/wp-content/uploads/hg_fot_joda.jpg") 50% 0 fixed;} ul.current-nav4 a{color:#fed282 !important;}ul.current-nav4 a:hover, ul.current-nav4 a.active{color:#d04b57 !important;background-color:#feb650 !important;}ul.current-nav4 div.copyright-wrapper,ul.current-nav4 div.gdl-copyright-divider{border-color:#323232 !important;color:#323232 !important;}