/*
Theme Name: Kubeco
Description: Ein Design für Kubeco
Author: Undsgn™
Author URI: http://www.undsgn.com
Version: 1.0.0
Text Domain: uncode
*/

/* Theme Name: Kubeco Description: Ein Design für Kubeco Author: Undsgn™ Author URI: http://www.undsgn.com Version: 1.0.0 Text Domain: uncode */
html,
body {
	height: 100%;
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	color: #535353;
}

.container_fluid {
	min-height: 750px;
}

.projekt #main {
	padding-top: 163px;
}

.projekt header {
	border-bottom: 2px solid #72CB1F;
}

a.invisible {
	display: none;
}

header {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1;
	transition: 0.5s ease;
}

.logo {
	padding-top: 25px;
}

.logo img {
	transition: 0.5s ease;
}

.logo img:HOVER {
	background-color: #93C26D;
}

.sticky .logo img {
	height: 60px;
	width: auto;
}

.mainnav {
	width: 100%;
	/*border-top: 7px solid #AA4A46;
    */
	padding-top: 1px;
	/*margin-top: 70px;
    */
	transition: 0.5s ease;
}

.h1,
h1 {
	font-size: 2.1rem;
}

.h2,
h2 {
	font-size: 1.8rem;
}

h1.small_headline {
	font-weight: 400;
}

.breadcrumb {
	background-color: transparent;
	font-size: 0.9rem;
	margin-bottom: 0;
}

.startpage .breadcrumb {
	display: none;
}

.startpage .spacer {
	padding-top: 80px;
}

.mainnav li {
	font-size: 1rem;
	transition: 0.5s ease;
}

.mainnav a {
	color: #333;
	font-weight: 400;
}

.mainnav .mod_navigation {
	float: right;
}

header.sticky {
	background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
}

.sticky .mainnav {
	margin-top: 0px;
}

.sticky .mainnav li {
	font-size: 1rem;
}

.dropdown:HOVER .dropdown-menu {
	display: block;
}

.dropdown-toggle::after {
	content: none;
}

li.active a,
.nav-item a:HOVER,
#main a {
	color: #AA4A46
}

#main a:HOVER {
	color: #333;
	text-decoration: none;
}

a.nav-link {
	transition: 0.5s ease;
}

.nav-item strong,
a.nav-link:HOVER {
	background-color: #93C26D;
	color: #fff;
}

.grau {
	background-color: #EBE6E0;
	padding: 50px;
}

.hellgrau {
	background-color: #f5f5f5;
	padding: 50px;
}

.zitat {
	display: flex;
	justify-content: center;
	font-weight: 300;
	font-size: 1.2rem;
}

.zitat em {
	float: right;
	font-size: 0.9rem;
}

.circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin-bottom: 40px;
}

.c1 {
	background-color: #93C26D;
}
.c2 {
	background-color: #edd655;
}
.c3 {
	background-color: #AACDE9;
}

.boxbg {
	background-color: #f2f2f2;
}

.sbox h2 {
	text-align: center;
	margin-bottom: 30px;
	color: #B24B48;
	font-weight: 300;
	font-size: 1.7rem;
}

.workshop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*93C26D*/
.workshop h2 {
	color: #73af42;
	font-size: 1.5rem;
	border-bottom: 1px solid #efefef;
	padding-bottom: 5px;
}

.workshop h3 {
	color: #73af42;
	font-size: 1.3rem;
}

.workshop ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}

.workshop ul li li {
	margin-bottom: 0;
	border-bottom: none;
	color: #467719;
}

.workshop p {
	text-align: center;
	font-weight: 400;
}

.center_me {
	display: flex;
	justify-content: center;
}

h2.h2_start {
	font-size: 3rem;
	font-weight: 300;
	margin-bottom: 30px;
}

.slider {
	width: 100%;
	height: 400px;
}

.slidercontent figure {
	padding-top: 10px;
	padding-right: 30px;
}

.slidertext {
	padding-top: 10px;
}

.slidertext p {
	margin: 0;
}

#main .button a,
#main .slidertext a {
	font-weight: 400;
	color: #fff;
	background-color: #3E8100;
	padding: 10px 15px;
	margin-top: 20px;
	display: inline-block;
	-webkit-transition: .3s ease-in-out;
}

#main .button a:HOVER,
#main .slidertext a:HOVER {
	background-color: #484848;
	color: #fff;
	text-decoration: none;
}

.slider-control .slider-menu b.active {
	color: #3E8100;
}

.slider-control .slider-menu b {
	color: #484848;
}

.herobild {
	background-position: center center;
	background-size: cover;
	padding: 14% 0;
	background-repeat: no-repeat;
}

.herobild-small {
	background-position: center center;
	background-size: cover;
	padding: 10% 0;
	background-repeat: no-repeat;
}

.partner img {
	border: 1px solid #f2f2f2;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
}

.partner img:HOVER {
	opacity: 0.8;
}

.spacer {
	display: block;
	padding-top: 80px;
	padding-bottom: 80px
}

.spacer40 {
	display: block;
	padding-top: 40px;
	padding-bottom: 40px
}

.margin40 {
	margin-bottom: 40px;
}

.wir h2,
.wir h1 {
	width: 95%;
	font-weight: 700;
	font-size: 3rem;
}

.wir_sind {
	padding: 20px 50px;
	line-height: 2em;
}

.start_headline h2 {
	color: #EE7444;
	text-align: center;
	font-size: 55px;
	font-weight: 300;
	padding: 40px 0;
	margin: 0;
}

.page_headline h1 {
	color: #EE7444;
	text-align: center;
	font-size: 55px;
	font-weight: 300;
	padding: 40px 0;
	margin: 0;
}

.bg_grey {
	background-color: #F6F6F6;
}

.lightgrey {
	background-color: #F2F2F2;
}

.kunden ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.kunden li {
	border: 1px solid #f3f3f3;
	padding: 5px;
	margin: 10px;
}

.start_icons {
	padding-top: 90px;
	padding-bottom: 90px;
}

.start_icons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-around;
}

.bg_icon {
	background-color: #898989;
	text-align: center;
	color: #fff;
}

.itl img {
	height: 64px;
	width: auto;
}

.its .figure-caption,
.itl .caption {
	padding-top: 20px;
	font-size: 1.3rem;
	color: #fff;
}

.start_slogan h2 {
	font-size: 3rem;
	font-weight: 300;
}

.ce_accordion {
	width: 100%;
	background-color: #e2e2e2;
	color: #44679b;
	display: block;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
}

.ce_accordion .toggler {
	display: block;
	padding: 2rem 1.5rem;
}

.ce_accordion .toggler:HOVER {
	cursor: pointer;
	background-color: #AACDE9;
}

.az ul {
	padding-bottom: 30px;
}

.accordion {
	padding: 0 20px 20px 20px;
	color: #666;
}

ui-accordion-content-active {
	border-top: 1px solid #ccc;
	color: #666;
}

.ce_accordion .active {
	font-weight: 600;
	background-color: #d2d2d2;
}

#main .sbox p a {
	color: #484848;
	border: 1px solid #3E8100;
	padding: 10px 15px;
	margin-top: 20px;
	display: inline-block;
	-webkit-transition: .3s ease-in-out;
	text-decoration: none;
}
#main .sbox p a:HOVER {
	text-decoration: none;
	background-color: #93C26D;
	color: #fff;
}
#main .sbox p.mehrbox {
	display: flex;
	justify-content: center;
}

.footer {
	background-color: #84aa64;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}
.footer h3 {
	font-size: 1.5rem;
	color: #fff;
	font-weight: 300;
}

.footer a {
	color: #fff;
}

.fnav a:HOVER,
.footer a:HOVER {
	text-decoration: none;
	color: #B24B48;
}

.lastline {
	color: #484848;
}

.green {
	font-weight: 400;
	padding-top: 10px;
}

.green em {
	font-style: normal;
	color: #B24B48;
}

.lastline {
	background-color: #F2F2F2;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 16px;
}

.planer ul,
.lastline ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.planer li {
	padding-bottom: 0.5rem;
}

.lastline li {
	float: left;
	padding-left: 10px;
}

.copy {
	color: #666;
}

.fnav ul {
	float: right;
}

.fnav a {
	color: #484848;
}

.slink a,
.help strong a,
.kontakt a:HOVER,
.kontakt strong {
	text-decoration: none;
	color: #397E00;
}

.fnav li.active strong,
.fnav a:HOVER {
	text-decoration: none;
	color: #B24B48;
}

.kontakt h4 {
	font-size: 2rem;
}

.kontakt em {
	font-size: 1rem;
}

.slink a:HOVER,
.help strong a:HOVER,
.kontakt a {
	color: #494948;
	text-decoration: none;
}

.m50 {
	margin-bottom: 50px;
}

.ui-accordion-content-active div {
	padding-top: 20px;
}

.wahl img {
	opacity: 1;
}

.wahl img:HOVER {
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	opacity: 0.7;
	transition: opacity 0.3s;
}

/*Portfolio */
#portfolio {
	margin: 1rem 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	-webkit-column-width: 33.33333333333333%;
	-moz-column-width: 33.33333333333333%;
	column-width: 33.33333333333333%;
}

.tile {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.tile:hover {}

.tile figure {
	margin-bottom: 0;
	position: relative;
}

.tile figcaption {
	position: absolute;
	bottom: 20px;
	left: 10px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear
}

.tile:HOVER figcaption {
	visibility: visible;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
}

.scale-anm {
	transform: scale(1);
}

.tile img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.btn {
	font-size: 1.2rem;
	font-weight: 300;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	line-height: normal;
	padding: .5rem 1rem;
	margin: 0;
	height: auto;
	border: 1px solid;
	vertical-align: middle;
	-webkit-appearance: none;
	color: #555;
	background-color: rgba(0, 0, 0, 0);
}

.btn:hover {
	text-decoration: none;
}

.btn:focus {
	outline: none;
	border-color: var(--darken-2);
	box-shadow: 0 0 0 3px var(--darken-3);
}

.btn-primary {
	border: none !important;
	background-color: #AACDE9 !important;
	color: #fff;
}

.btn-primary:HOVER {
	background-color: #484848 !important;
}

::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Portfoliio Ende */
.ce_hyperlink {
	display: flex;
	justify-content: flex-end;
}

#main .ce_hyperlink a {
	background: #72CB20;
	color: #fff;
	padding: 15px 30px;
	font-weight: 400;
	-webkit-transition: .3s ease-in-out;
}

#main .ce_hyperlink a:HOVER {
	background-color: #484848;
	text-decoration: none;
}

.mod_changelanguage {
	position: absolute;
	top: 10px;
	right: 10px;
}

.mod_changelanguage ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

a.lang-de,
strong.lang-de,
a.lang-en,
strong.lang-en {
	font-weight: 400;
	color: #fff;
}

strong.lang-de,
a.lang-de {
	background-color: #edd655;
	padding: 15px 10px;
}

strong.lang-ne,
a.lang-en {
	background-color: #93C26D;
	padding: 15px 10px;
}

strong.lang-de,
strong.lang-en,
a.lang-de:HOVER,
a.lang-en:HOVER {
	background-color: #AACDE9;
	padding: 15px 10px;
	text-decoration: none;
}

.fnav .nav-item strong,
.fnav a.nav-link:HOVER {
	background-color: transparent;
}

.navline {
	display: none;
}

.layout_full .info {
	font-size: 1rem;
}

.blog_entry {
	display: flex;
}

.blog_entry .blogpic {
	margin-right: 30px;
}

.bloglong .odd {
	background-color: #f1f1f1;
}

.bloglong .odd,
.bloglong .even {
	padding: 20px;
}

.blogstart {
	display: flex;
}

.blogstart .layout_latest {
	margin: 0 5px;
}

.blogstart img {
	width: 100%;
	height: auto;
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
	.nomobile {
		display: none;
	}

	.navline {
		display: block;
	}

	.mobile_nav {
		padding-top: 57px;
	}

	.mobile_nav a {
		color: #333;
	}
}

@media only screen and (max-device-width: 768px) and (orientation: portrait) {
	.nomobile {
		display: none;
	}

	.navline {
		display: block;
	}

	.mobile_nav {
		padding-bottom: 20px;
	}

	.mobile_nav a {
		color: #333;
	}
}

@media only screen and (max-device-width: 667px) and (orientation: landscape) {
	.nomobile {
		display: none;
	}

	.navline {
		display: block;
	}

	.mobile_nav {
		padding-bottom: 20px;
		padding-top: 10px;
	}

	.mobile_nav a {
		color: #333;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	.herobild {
		padding: 30% 0;
	}

	h1,
	h2 {
		padding: 0 15px;
		word-wrap: break-word;
	}

	.start_icons ul {
		display: block;
	}

	.start_icons .col-4 {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}

	.ce_accordion {
		border-bottom: 1px solid;
	}

	.mod_changelanguage {
		top: 140px;
	}
}

@media only screen and (max-device-width: 767px) {
	.kontakt {
		margin: 0 20px;
	}
}

@media (min-width: 768px) {
	.partner img {
		width: 100%;
		height: auto;
	}
}

/* Home - boxes */
.sbox p {
    font-size: 17px;
    text-align: center;
}

/* Menu */
.menu-hauptmenue-container ul {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	flex-direction: row;
}
.menu-hauptmenue-container li a {
	display: block;
    padding: 0.5rem 0.5rem;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	text-decoration: none;
    background-color: transparent;
}
.menu-hauptmenue-container li strong, .menu-hauptmenue-container li a:HOVER {
    background-color: #93C26D;
    color: #fff;
}
.menu-hauptmenue-container .current-menu-item a {
    background-color: #93C26D;
    color: #fff;
}

.menu-footer-container ul {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	flex-direction: row;
}
.menu-footer-container li a {
	display: block;
    padding: 0.5rem 1rem;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	text-decoration: none;
    background-color: transparent;
}
.menu-footer-container li strong, .menu-footer-container li a:HOVER {
    color: #B24B48;
	font-weight: 400;
}
.menu-footer-container .current-menu-item a {
    color: #B24B48;
	font-weight: 400;
}

/* Contact Form 7 */
.wpcf7-form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
	height: 100px;
}

.wpcf7-submit {
    font-size: 1.2rem;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: 0.5rem 1rem;
    margin: 0;
    height: auto;
	width: auto;
    border: 1px solid;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none!important;
    background-color: #AACDE9!important;
    color: #fff;
}
.wpcf7-submit:hover {
    background-color: #484848!important;
}