/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

html {
  	/*scroll-behavior: smooth;*/
	max-width: 100vw;
	overflow-x: hidden;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	background-color: #000;
	color: #fff;
	max-width: 100vw;
	overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}

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

h2, .h2 {
    font-size: 2em;
    padding: 5px 0px 20px;
}

a {
	color: #2178b0; /* mashup-blau */
}

a:hover {
	color: #018ed3; /* mashup-blau bright */
	text-decoration: none;
}

p {
	
 /*   font-family: "Lato", Sans-serif; */
    font-weight: 400;
}

/*
header {
	z-index: 2;
	position: fixed;
	top: 0;

	width: 100%;
	background: black;
	border-bottom: 1px solid white;
}
*/
header nav p {
    display: none;
}

footer {
    background: lightgrey;
    color: #000;
    font-size: 11px;
    letter-spacing: 0.28em;
    line-height: 2.8em;
    font-weight: 600;
    padding: 30px 0;
}

footer p {
	color: #000;
}

footer a {
	color: #000;
	font-weight: bold;
}

.logo-wrapper {
    margin: 0 auto;
}

.logo-wrapper img {
    max-width: 280px;
}

.logo-wrapper-left {
    margin: 0;
}

img.logo.img-fluid {
    width: 200px;
    margin: 0 auto;
}

footer#footer{
	bottom:0px;
	background: #fff;
	max-height: 300px;
	padding-top: 50px;
	padding-bottom: 30px;
}

section {
	padding-top: 0;
	padding-bottom: 30px;
}

.elementor-widget-slider_revolution {
    margin-bottom: 30px;
}

footer aside p:first-child {
	display: none;
}

#gform_submit_button_7 {
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #3e7da6;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 500;
    height: auto;
    height: initial;
    line-height: 1;
    margin-left: 0;
    padding: .625rem 1.125rem;
    transition: transform .3s ease,box-shadow .3s ease,background-color .3s ease;
}

#gform_submit_button_7:active {
	transform: translate(0,-1px);
}

#gform_submit_button_7:hover {
    box-shadow: 0 4px 6px rgb(28 31 63 / 8%);
}

/*
 * Mitarbeitende View
 * */

.row.mitarbeitende {
	margin-bottom: 35px;
}

.row.mitarbeitende p {
	font-size: 0.8rem;
}

.mitarbeitende-image {
	filter: grayscale(1);
	transition: all 500ms;
}

.mitarbeitende-image:hover {
	/*filter: grayscale(0);*/
}

.row.connect {
	display: flex;
	justify-content: center;
	margin: 0px 0 10px;
}

.row.connect a {
	width: 50%;
}

.row.connect a:first-child button {
	border-radius: 5px 0 0 5px;
}

.row.connect a:last-child button {
	border-radius: 0 5px 5px 0;
}

.row.connect button {
	height: 35px;
	width: 100%;
	color: white;
	background: #db7c00;
	border: none;
	transition: all 300ms;
}

.row.connect button:hover {
	background: #c26e00;
}

.extern {
	color: #69c450;
}
a.card-button button {
	background-color: #5bc0de;
	color: #fff;
	font-size: 14px;
    padding: 10px 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	width: auto;
	text-decoration: none;
	transition: all 300ms;
}

a.card-button:hover button {
	background-color: #0056b3;
}

.elementor-post__card .elementor-post__excerpt div.ma-buttons {
    display: flex;
    justify-content: space-evenly;
}


.elementor-post__card .elementor-post__excerpt > p {
	text-align: center;
	margin-bottom: 15px;
}

.elementor-post__card h2.elementor-post__title {
	text-align: center;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* Shiftnav connect buttons */

.row.connect.shiftnav-connect {
	justify-content: space-evenly;
	margin-top: 30px;
}

.row.connect a {
	width: 50%;
}

.row.connect.shiftnav-connect button {
	background: #dd9933;
	height: 50px;
	font-size: 18px;
}

.row.connect.shiftnav-connect a:first-child button, .row.connect.shiftnav-connect a:last-child button {
	border-radius: 0;
}

/*
 * Elementor Content
 * */

table.intext tr {
    height: 120px;
}

table.intext td:first-child {
    padding-right: 30px;
    width: 80px;
    text-align: center;
}

table.ubiquiti td:first-child {
    vertical-align: top;
	text-align: center;
	padding-left: 5px;
}

table.ubiquiti i {
	color: #00a0df;
	font-size: 2.5rem;
}

div.card {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 500ms;
	max-height: 240px;
}

div.card:hover {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

div.card-wrapper img.card-img-top {
	width: 80%;
	height: auto;
	max-height: 100%;
}

div.card-body {
	overflow: hidden;
	height: 60px;
	text-align: center;
}

h4.card-title {
	display: none;
	font-size: 1.0rem;
}

div.card:hover h4.card-title {
	color: #000;	
}

p.card-text > span.badge {
	margin-right: 3px;
}

div.referenz-filter-wrapper input[type=checkbox] {
	display: none;
}

div.referenz-filter-wrapper div.form-check {
	background: rgba(1, 142, 211, 0.25);
	width: calc(50% - 25px);
	text-align: center;
	padding: 0;
	margin: 0 5px 0 0;
	border-radius: 5px;
}

div.referenz-filter-wrapper div.form-check label {
	width: 100%;
	padding: 5px 0;
	background: transparent;
	border-radius: 5px;
	transition: all 500ms;
	cursor: pointer;
}

div.referenz-filter-wrapper div.form-check:nth-child(even) {
	margin-right: 0;
}

div.referenz-filter-wrapper div.form-check input[checked=checked] + label {
	background: rgba(1, 142, 211, 1);
	color: #ffffff;
}

ul.wpv-pagination-nav-links-container.js-wpv-pagination-nav-links-container.pagination {
    display: flex;
    justify-content: center;
}

.page-item.active .page-link {
	background-color: #018ed3;
	border-color: #018ed3;
}

.page-link {
	color: #018ed3;
}

/*
 * Navigation Styling
 * */

#shiftnav-toggle-main.shiftnav-toggle-style-burger_only {
	margin-top: 5px;
}

div#mainmenu nav {
    border-bottom: 2px solid black;
}

i.ubermenu-icon.fas.fa-shopping-cart {
    background: -webkit-linear-gradient(135deg, rgba(104,195,80,1) 0%, rgba(10,219,255,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

li.ubermenu-item:hover i.ubermenu-icon.fas.fa-shopping-cart {
	background: #0adbff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
 * Media-Queries
 * */

.onlymobile { display: block; }
.onlydesktop { display: none; }

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) {

	div.card-wrapper img.card-img-top {
		width: 100%;
		height: auto;
		max-height: 100%;
	}
	
	div.referenz-filter-wrapper div.form-check {
		width: calc(25% - 25px);
	}
	div.referenz-filter-wrapper div.form-check:nth-child(even) {
		margin-right: 0;
	}
	div.referenz-filter-wrapper div.form-check:not(:last-child) {
		margin-right: 5px;
	}
	
	div.card-body {
		height: auto;
	}

	h4.card-title {
		display: block;
	}

}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
	.onlymobile { display: none; }
	.onlydesktop { display: block; }
	
	div#header {
		border-bottom: none;
		margin: 0 -15px;
	}
	.logo-wrapper img {
		max-width: 300px;
	}
	table.intext tr {
		height: 70px;
	}
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
	body.single-post .elementor {
		margin-top: 150px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
	body.single-post .elementor {
		margin-top: 70px;
	}
	div.entry-content div.container-fluid {
		margin-top: 80px;
	}
}
