* {
	font-family: 'Rajdhani', Arial, serif; 
	font-weight: 400;
	color: black;
	font-size: 22px;
	color: #535452;
	letter-spacing: 0.075em;
}

@media (max-width: 767px) {
	
	* {
		font-size: 16px;
		line-height: 21px; 
	}
}

h2 {
    font-size: 40px;
    font-family: 'Rajdhani', Arial, serif; 
    text-transform: uppercase;
	line-height: 55px;
    margin-bottom: 70px;
    font-weight: 500;
    color: #d8222a;
    padding-top: 180px;
	margin-top: -140px;
}

h2.white {
	color: white;
}

h3 {
	font-size: 35px;
    font-family: 'Rajdhani', Arial, serif; 
    text-transform: uppercase;
	line-height: 30px;

    font-weight: 700;
    color: #d8222a;
}

.clear {
	clear: both;
}



@media (max-width: 840px) {
	
	h2 {
		font-size: 20px;
		line-height: 25px; 
		margin-bottom: 20px;
		padding-top: 100px;
		margin-top: -100px;
	}
	h3 {
		font-size: 18px;
		line-height: 23px;
	}

}



/*---------------------------------------
   SECTION:  LANDINGPAGE                 
-----------------------------------------*/

header {
    background: white;
    -webkit-background-size: cover;
            background-size: cover;
}

header .color-overlay {
    min-height: 700px;
}

header .full-screen {
    width: 100%;
    height: 100px;
}

.logo_landingpage {
	
	position: relative;
	float: left;
	margin-left:60px;
	height: 88px;
	width: 186px;
	background: url(../img/layout/kundklogo.png);	
	z-index: 999;
	margin-top: 15px;
}

.menu_landingpage {
	
	position: absolute;
	width: 100%;
	z-index: 999;
	border-bottom: 7px solid #fff;
	height: 120px;
	background: rgba(150, 150, 150, 0.3);	
}

@media (max-width: 767px) {
	
	.logo_landingpage {
		height: 44px;
		width: 93px;
		background-size: cover;
		margin-left:40px;
	}
}

ul.menu {
	list-style: none;
	float: right;
	position: relative;
	margin-top: 40px;
	
}

ul.menu li {
	margin-right: 60px;
	list-style: none;
	float: left;
	position: relative;
	height: 80px;
}

ul.menu li a {
	color: white;
	font-size: 24px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding-left: 5px;
	padding-right: 5px;
}

ul.menu li:hover {
	border-bottom: 7px solid #d8222a;
}

ul.menu li.current {
	border-bottom: 7px solid #d8222a;
}

ul.menu li a.current {
	color: #d8222a;
}

@media (max-width: 1444px) {
	ul.menu li {
		margin-right: 30px;
	}
}

@media (max-width: 1256px) {
	ul.menu li {
		margin-right: 30px;
	}
	ul.menu li a {
		padding-left: 0px;
		padding-right: 0px;
		font-size: 24px;
	}
}

@media (max-width: 1139px) {
	ul.menu li {
		margin-right: 20px;
	}
	ul.menu li a {
		font-size: 23px;
	}
}

@media (max-width: 990px) {
	
	ul.menu {
		float: left;
		
	}

	ul.menu li:hover {

		border-bottom: none
	}

	ul.menu li.current {

		border-bottom: none;
	}
}

.scroll_menu {
	width: 100%;
	position: fixed;
	z-index: 999;
	min-height: 120px;
}

.scroll_menu_content {
	background-color: #fff;
	min-height: 120px;
	width: 100%;
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.078);
}

.scroll_menu_logo {
	position: absolute;
	height: 48px;
	width: 48px;
	background: url(../img/layout/logo_black_60.svg);	
	background-size: cover;
	margin-top: 11px;
	margin-left: 48px;
}

ul.menu_scroll {
	list-style: none;
	float: right;
	position: relative;
	margin-top: 40px;
	
}

ul.menu_scroll li {
	margin-right: 60px;
	list-style: none;
	float: left;
	position: relative;
	height: 80px;
}

ul.menu_scroll li a {
	color: #999;
	font-size: 24px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding-left: 5px;
	padding-right: 5px;
}

ul.menu_scroll li:hover {
	border-bottom: 7px solid #d8222a;
}

ul.menu_scroll li.current {
	border-bottom: 7px solid #d8222a;
	color: #d8222a;
}

ul.menu_scroll li.current a {
	color: #d8222a;
}

@media (max-width: 1444px) {
	ul.menu_scroll li {
		margin-right: 30px;
	}
}

@media (max-width: 1256px) {
	ul.menu_scroll li {
		margin-right: 30px;
	}
	ul.menu_scroll li a {
		padding-left: 0px;
		padding-right: 0px;
		font-size: 24px;
	}
}

@media (max-width: 1139px) {
	ul.menu_scroll li {
		margin-right: 20px;
	}
	ul.menu_scroll li a {
		font-size: 23px;
	}
}

@media (max-width: 990px) {
	
	.sticky-navigation {
		display: none;	
	}
}


@media (max-width: 767px) {
	
	.menu_landingpage {
		display: none;	
	}
}

/* TOP BAR WITH NAVIGATION */

.sticky-navigation_mobile {
  min-height: 70px;
  background: #FFFFFF;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation_mobile .navbar-header img {
  max-height: 30px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation_mobile .main-navigation .current a {
  color: #000000 !important;
  position: relative;
  outline: none;
}

.sticky-navigation_mobile .main-navigation li a {
  line-height: 25px;

  font-family: 'Rajdhani', Arial, serif; 
	font-weight: 600;
	text-shadow: none;

}

.sticky-navigation_mobile .main-navigation li a:hover {
    color: #d8222a;
}

.sticky-navigation_mobile .main-navigation li.current a{
    color: #d8222a !important;
}


.sticky-navigation_mobile .navbar-header {
        width: 100%;
        position: relative;
        text-align: center;
        margin-top: 10px;
}
.sticky-navigation_mobile .navbar-header a {
	float: none !important;
}

.sticky-navigation_mobile .navbar-header img {
	max-height: 40px;
}

.sticky-navigation_mobile .main-navigation {
	text-align: center;
	width: 100%;
	padding-top: 0;
}




.navbar-inverse .navbar-toggle {
border-color: #9b1d23;
background: #9b1d23;
margin-top: 15px;
}

header .only-logo .navbar {
    background: none;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

.navbar-header {
	height: 70px;
}


/*---------------------------------------
   SECTION:  Services                 
-----------------------------------------*/



.container-fluid_box_services{
	margin-left: 100px;
	margin-right: 100px;
}


@media (max-width: 1065px) {
	
	.container-fluid_box_services {
		margin-left: 20px;
		margin-right: 20px;
	}
}


.services {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ffffff;
    text-align: center;
}

.col_picture {
	margin-bottom: 20px;
	float: right;
}

.col_picture_services {
	margin-bottom: 20px;
	float: right;
}

@media (max-width: 767px) {
	
	.services {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	.col_picture_services {
		max-width: 200px;
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.float_left_mobile {
		text-align: left;
	}
}




@media (min-width: 992px) {
	
	.services_text_box {
		padding-left: 30px;
	}
	
	.servicespicture {
		float: right;
	}
}

ul.serviceslist {

	position: relative;
}

ul.serviceslist li {
	list-style: none;
	float: left;
	position: relative;
	width: 100%;
	padding-top: 10px;
    text-indent: -1.6em;
	
}

@media (max-width: 767px) {
	
	ul.serviceslist li {
		list-style: none;
		float: left;
		position: relative;
		width: 100%;
		padding-top: 10px;
	    text-indent: -2.4em;
		
	}
}

ul.serviceslist li:before {
    color: #6c828d; /* or whatever color you prefer */
    padding-right: 8px;
    font-family: FontAwesome;
    content: "\f04b  ";
    color: #d8222a;
}

ul.serviceslist li.none:before {
    color: #6c828d; /* or whatever color you prefer */
    padding-right: 8px;
    font-family: FontAwesome;
    content: "";
    color: #d8222a;
}

ul.serviceslist li.phone:before {
    color: #6c828d; /* or whatever color you prefer */
    padding-right: 8px;
    font-family: FontAwesome;
    content: "\f095  ";
    color: #d8222a;
}
ul.serviceslist li.mail:before {
    color: #6c828d; /* or whatever color you prefer */
    padding-right: 8px;
    font-family: FontAwesome;
    content: "\f036  ";
    color: #d8222a;
}



/*---------------------------------------
   SECTION:  Pellets                 
-----------------------------------------*/

.pellets {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #9b1d23;
    text-align: center;
	
}

.pellets_text {
	color: white;
	padding-top: 60px;
	max-width: 1024px;
	margin: 0 auto;
}
.pellets_form {
	padding-top: 60px;
	max-width: 1024px;
	margin: auto;
}

.submit_button {
	
	width: 120px;
	height: 120px;
	background: #fff;
	border-radius: 120px;
	margin-top: 20px;
	border: none;
	color: black;
	font-weight: 700;
}

@media (max-width: 767px) {
	
	.pellets {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.pellets_text {
		padding-top: 20px;
		margin: 0;
		text-align: left;
	}
	.pellets_form {
		padding-top: 20px;
		width: 100%;
	}
	.col_padding0 {
		padding: 0;
		margin: 0;
	}

}


/*---------------------------------------
   SECTION:  Story                 
-----------------------------------------*/

.story {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #e6e5e6;
    text-align: center;
    border-top: 15px solid #fff;
	
}

.timeline_box {
	position: relative;
	width: 100%;
	height: 60px;
	margin-bottom: 50px;
}

.timeline_line {
	border-bottom: 6px solid #d8222a;
	position: absolute;
	width: 100%;
	height: 6px;
	top: 50%;
	z-index: 1;
	margin-top: -3px;
}

.timeline_next {
	position: absolute;
	top:50%;
	right: 0;
	margin-right: 20px;
	margin-top: -30px;
	
}

.historie_arrow{
	
	z-index: 99;
	cursor: pointer;
	background: url(../img/layout/kuk-pfeil-2x.png);	
	width: 24px;
	height: 60px;
	background-size: cover;
	
}

.timeline_entries {
	margin-left: auto;
    margin-right: auto;
    display: table;
}

.timeline_entry {
	border: 3px solid #d8222a;
	background: white;
	height: 60px;
	z-index: 99;
	position: relative;
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	padding-top: 7px;
	float: left;
	margin-right: 40px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	line-height: 40px;
}

.timeline_entry.last {
	margin-right: 0px;
}

.timeline_entry:hover, .timeline_entry.active {
	background: #d9222a;
	color: white;
}


@media (max-width: 900px) {
	
	.timeline_entry {
		
		font-size: 18px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	
	.story {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	.content_mobile {
		text-align: left;
	}
	
	.timeline_entry {
		
		font-size: 18px;
		line-height: 40px;
	}
	

}

/*---------------------------------------
   SECTION:  Philiosophie                 
-----------------------------------------*/

.philosophie {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #e6e5e6;
    text-align: center;
    border-top: 15px solid #fff;
	
}

@media (max-width: 767px) {
	
	.philosophie {
		padding-top: 20px;
		padding-bottom: 40px;
	}

}

/*---------------------------------------
   SECTION:  Team                 
-----------------------------------------*/

.team {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ffffff;
    text-align: center;
}

@media (max-width: 767px) {
	
	.team {
		padding-top: 20px;
		padding-bottom: 40px;
	}

}

/*---------------------------------------
   SECTION:  contact                 
-----------------------------------------*/

.contact {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #e6e5e6;
    text-align: center;
}

@media (max-width: 767px) {
	
	.contact {
		padding-top: 20px;
		padding-bottom: 40px;
	}

}

/*---------------------------------------
   SECTION:  Impressum                 
-----------------------------------------*/

.impressum {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #2f2f2f;
    text-align: center;
    border-top: 15px solid #fff;
    color: white;
}

.impressum_text {
	color: white;
	line-height: 40px;
}

/***** Contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;

}
#contact-form fieldset {
	border:none;
	padding:0;
}			
#contact-form label {
	display:block; 
	min-height:50px;
}
#contact-form label.message {
	height:455px;
}

#contact-form input {
	padding:10px 10px;
	margin:0;
	color:#999999; 
	border:none;
	border-radius: 0px;
	background: white;
	outline:none;
	width: 100%;
    font-size: 17px;
    font-weight: normal;
}
#contact-form .area .error { 
	float:none;
}
#contact-form textarea {
	margin:0;
	padding:10px 10px;
	color:#999999; 
	border:none;
	border-radius: 3px;
	background: white;
	overflow:auto;
	outline:none;
	width: 100%;
    font-size: 17px;
    font-weight: normal;
    height: 455px;
    resize: none;

}
#contact-form a {
	cursor:pointer;
	text-decoration: none;

}

#contact-form a:hover {
	cursor:pointer;
	text-decoration: none;
	color: black;
}

#contact-form .success {
	display:none; 
	margin-bottom:20px;
	color:#d8222a;
}
#contact-form .error,
#contact-form .empty {
	color:#d8222a;
	font-size:14px;

	display:none;
	overflow:hidden;
	float: left;
}
.link-form1 {
	position: relative;
	margin-top:10px;
	float: left;
	width: 100%;
	

}
/***** Contact form *****/

.dow, .cw, .prev, .next, .datepicker-switch {
	background: #d8222a;
	color: white;
	
}

.day {
	cursor: pointer;
}

.form-error {
	color: white;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100% !important;
}

.success_pellets {
	color: white;

	margin-top: 30px;
}

.placeholder { color: #999; }

@media (max-width: 767px) {
	
	.impressum {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	#contact-form label.message {
		height:200px;
	}
	
	#contact-form textarea {
		margin:0;
		padding:10px 10px;
		color:#999999; 
		border:none;
		border-radius: 3px;
		background: white;
		overflow:auto;
		outline:none;
		width: 100%;
	    font-size: 17px;
	    font-weight: normal;
	    height: 200px;
	    resize: none;
	
	}
	.impressum_text {
		color: white;
		line-height: 25px;
		text-align: left;
	}

}

.nolink_dark {
	text-decoration: none;
	color: #535452;
}

.nolink_dark:hover {
	text-decoration: none;
	color: #535452;
}


.nolink {
	text-decoration: none;
	color: white;
}

.nolink:hover {
	text-decoration: none;
	color: white;
}


#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
}

.cookie-notice-container {
    padding: 10px;
	text-align: center;
}

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

#cookie-notice .button {
    margin-left: 10px;
}

#cookie-notice .button.wp-default {
    font-family: sans-serif;
    line-height: 18px;
    padding: 2px 12px;
    background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBB;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}

#cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:focus {
    background: linear-gradient(to bottom, #FFFFFF, #F3F3F3) repeat scroll 0 0 #F3F3F3;
    border-color: #999999;
    color: #222222;
}

#cookie-notice .button.bootstrap {
    font-family: sans-serif;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-right: 0.3em;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

#cookie-notice .button.bootstrap:hover, #cookie-notice .button.bootstrap:focus {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.twirl {
	cursor: pointer;
	display: inline-block;
	transform-origin: 50% 50%;


}
.twirl svg {
	transform:  rotateZ(0deg);
	transition: all 0.2s linear;
}
.twirl.twirled svg {
	transform: rotateZ(90deg);
}